*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Inter, system-ui, -apple-system, Segoe UI, Helvetica, Arial, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: JetBrains Mono, ui-monospace, SF Mono, Menlo, Consolas, monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
  *, *::before, *::after { box-sizing: border-box; }
  html, body { margin: 0; padding: 0; }
  html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
  body { overflow-x: hidden; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
  img { max-width: 100%; display: block; }
  a { color: inherit; text-decoration: none; }
  button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
  input, textarea, select { font: inherit; }
  ::-moz-selection { background: #A1C942; color: #1A1A1A; }
  ::selection { background: #A1C942; color: #1A1A1A; }

  /* Full-width block support (overrides WP defaults so blocks fill viewport) */
  .wp-site-blocks,
  .entry-content,
  .wp-block-post-content,
  main#main {
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
/* ------------------------------- Skip link --------------------------------- */
.skip-link {
  position: absolute;
  top: -100%;
  left: 1rem;
  z-index: 10000;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(161 201 66 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.skip-link:focus {
  top: 0px;
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #1A1A1A;
}
/* ----------------------------------- Nav ----------------------------------- */
.nav {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 80;
  border-bottom-width: 1px;
  border-color: transparent;
  background-color: transparent;
    transition: background 420ms cubic-bezier(.2,.7,.2,1), border-color 420ms cubic-bezier(.2,.7,.2,1);
    animation: navEnter 700ms cubic-bezier(.16, 1, .3, 1) 250ms both;
}
.nav.scrolled {
    background: rgba(22, 22, 22, 0.97);
    border-bottom-width: 1px;
    border-color: rgb(255 255 255 / 0.06);
  }
.nav-inner {
  display: flex;
  height: 4rem;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.nav-logo {
  display: inline-flex;
  align-items: center;
}
.nav-logo img {
  height: 3rem;
  width: auto;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.nav-links {
  margin-left: auto;
  margin-right: 1.75rem;
  display: none;
  align-items: center;
  gap: 2.25rem;
}
@media (min-width: 1024px) {

  .nav-links {
    display: flex;
  }
}
.nav-links a {
  position: relative;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgb(255 255 255 / 0.9);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.nav-links a::after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 1px;
    transform-origin: left;
    --tw-scale-x: 0;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-bg-opacity: 1;
    background-color: rgb(161 201 66 / var(--tw-bg-opacity, 1));
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
  }
.nav-links a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.nav-links a:hover::after, .nav-links a.active::after {
  --tw-scale-x: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.nav-cta {
  display: none;
}
@media (min-width: 1024px) {

  .nav-cta {
    display: inline-flex;
  }
}
.nav-cta .btn {
  height: 2.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
}
.hamburger {
  position: relative;
  margin-left: auto;
  display: inline-flex;
  height: 2.75rem;
  width: 2.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.2);
  background-color: transparent;
}
@media (min-width: 1024px) {

  .hamburger {
    display: none;
  }
}
.hamburger span {
  position: absolute;
  left: 0.75rem;
  right: 0.75rem;
  height: 1.5px;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    transition: transform 420ms cubic-bezier(.2,.7,.2,1), top 420ms cubic-bezier(.2,.7,.2,1), opacity 220ms cubic-bezier(.2,.7,.2,1);
}
.hamburger span:nth-child(1) {
  top: 17px;
}
.hamburger span:nth-child(2) {
  top: 25px;
}
.menu-open .hamburger span:nth-child(1) { top: 21px; transform: rotate(45deg); }
.menu-open .hamburger span:nth-child(2) { top: 21px; transform: rotate(-45deg); }
.mobile-menu {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 70;
  height: 100dvh;
  overflow-y: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(20 20 20 / var(--tw-bg-opacity, 1));
  padding-top: 100px;
  padding-bottom: 2.5rem;
}
@media (min-width: 1024px) {

  .mobile-menu {
    display: none;
  }
}
.mobile-menu {
    padding-left: clamp(20px, 5vw, 64px);
    padding-right: clamp(20px, 5vw, 64px);
    transform: translateY(-100%);
    transition: transform 420ms cubic-bezier(.2,.7,.2,1);
  }
.menu-open .mobile-menu { transform: translateY(0); }
.mobile-menu nav {
  display: flex;
  flex-direction: column;
  border-top-width: 1px;
  border-color: rgb(255 255 255 / 0.08);
}
.mobile-menu nav a {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  border-bottom-width: 1px;
  border-color: rgb(255 255 255 / 0.08);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    font-size: clamp(26px, 6vw, 36px);
    letter-spacing: -0.01em;
}
.mobile-menu nav a .num {
  font-family: JetBrains Mono, ui-monospace, SF Mono, Menlo, Consolas, monospace;
  font-size: 11px;
  letter-spacing: 0.2em;
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity, 1));
}
.mobile-menu .mm-cta {
  margin-top: 1.75rem;
}
.mobile-menu .mm-cta .btn {
  height: 3.5rem;
  width: 100%;
}
/* ---------------------------------- Buttons -------------------------------- */
.btn {
  position: relative;
  display: inline-flex;
  height: 52px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 9999px;
  border-width: 0px;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
    transition: transform 220ms cubic-bezier(.2,.7,.2,1), box-shadow 220ms cubic-bezier(.2,.7,.2,1), filter 220ms cubic-bezier(.2,.7,.2,1), background 220ms cubic-bezier(.2,.7,.2,1), color 220ms cubic-bezier(.2,.7,.2,1), border-color 220ms cubic-bezier(.2,.7,.2,1);
}
.btn .arrow { transition: transform 220ms cubic-bezier(.2,.7,.2,1); }
.btn:hover .arrow { transform: translateX(4px); }
.btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(161 201 66 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(18 18 18 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 2px 8px rgba(161,201,66,0.18);
  --tw-shadow-colored: 0 2px 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: #A1C942;
  --tw-shadow: var(--tw-shadow-colored);
}
.btn-primary:hover {
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(138 181 53 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 6px 16px rgba(161,201,66,0.30);
  --tw-shadow-colored: 0 6px 16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.btn-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(20 20 20 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 6px 18px rgba(0,0,0,0.25);
  --tw-shadow-colored: 0 6px 18px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: #141414;
  --tw-shadow: var(--tw-shadow-colored); box-shadow: 0 6px 18px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.06);
}
.btn-dark:hover {
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-shadow: 0 10px 28px rgba(0,0,0,0.35);
  --tw-shadow-colored: 0 10px 28px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.btn-dark .arrow {
  --tw-text-opacity: 1;
  color: rgb(200 224 112 / var(--tw-text-opacity, 1));
}
.btn-ghost-light {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 216 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
}
.btn-ghost-light:hover {
  --tw-border-opacity: 1;
  border-color: rgb(26 26 26 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
}
/* --------------------------------- Typography ------------------------------ */
.h-display {
  margin: 0px;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Helvetica, Arial, sans-serif;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
    letter-spacing: -0.025em;
    line-height: 1.02;
    font-size: clamp(40px, 7.4vw, 108px);
}
.h-display em {
  font-weight: 800;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(138 181 53 / var(--tw-text-opacity, 1));
}
.h-section {
  margin: 0px;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Helvetica, Arial, sans-serif;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
    letter-spacing: -0.022em;
    line-height: 1.05;
    font-size: clamp(32px, 4.8vw, 64px);
}
.h-section em {
  font-weight: 800;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(138 181 53 / var(--tw-text-opacity, 1));
}
.lede {
  margin: 0px;
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity, 1));
    font-size: clamp(15px, 1.3vw, 18px);
    line-height: 1.65;
    max-width: 60ch;
}
.overline {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  font-family: JetBrains Mono, ui-monospace, SF Mono, Menlo, Consolas, monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  --tw-text-opacity: 1;
  color: rgb(138 181 53 / var(--tw-text-opacity, 1));
}
.overline::before {
    content: "";
    display: inline-block;
    height: 1px;
    width: 22px;
    --tw-bg-opacity: 1;
    background-color: rgb(161 201 66 / var(--tw-bg-opacity, 1));
  }
/* --------------------------------- Wrap ------------------------------------ */
.wrap {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1440px;
    padding-left: clamp(20px, 5vw, 64px);
    padding-right: clamp(20px, 5vw, 64px);
}
/* ===================================================================
   * HERO SLIDER (homepage / monster group)
   * =================================================================== */
.hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(14 14 14 / var(--tw-bg-opacity, 1));
    height: 100vh;
    min-height: 580px;
    animation: heroReveal 1.1s cubic-bezier(.16, 1, .3, 1) 150ms both;
}
.hero-slide {
  pointer-events: none;
  position: absolute;
  inset: 0px;
  opacity: 0;
    transition: opacity 1100ms cubic-bezier(.4, 0, .2, 1);
}
.hero-slide.active {
  pointer-events: auto;
  opacity: 1;
}
.hero-slide .img {
  position: absolute;
  inset: 0px;
  overflow: hidden;
    transform: scale(1.06);
    transition: transform 7s linear;
    will-change: transform;
}
.hero-slide.active .img { transform: scale(1); }
.hero-slide .img img {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero-slide .scrim {
  position: absolute;
  inset: 0px;
    background: linear-gradient(180deg, rgba(15,15,15,0.55) 0%, rgba(15,15,15,0.15) 35%, rgba(10,10,10,0.85) 100%),
                linear-gradient(90deg, rgba(15,15,15,0.55) 0%, rgba(15,15,15,0) 60%);
}
.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 5rem;
  text-align: left;
    padding-bottom: clamp(80px, 12vh, 130px);
}
@media (max-width: 767px) {
    .hero-content {
    align-items: center;
    padding-bottom: 6rem;
    text-align: center;
  }
  }
.hero-overline {
  margin-bottom: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-family: JetBrains Mono, ui-monospace, SF Mono, Menlo, Consolas, monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  --tw-text-opacity: 1;
  color: rgb(200 224 112 / var(--tw-text-opacity, 1));
  opacity: 0;
    transform: translateY(20px);
    transition: opacity 700ms ease 500ms, transform 700ms ease 500ms;
}
.hero-slide.active .hero-overline {
  opacity: 1; transform: none;
}
.hero-overline .dot {
  position: relative;
  height: 7px;
  width: 7px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(161 201 66 / var(--tw-bg-opacity, 1));
}
.hero-overline .dot::before {
    content: '';
    position: absolute;
    inset: 0px;
    border-radius: 9999px;
    background: rgba(161, 201, 66, 0.55);
    animation: pulse 2.4s infinite;
  }
.hero-headline {
  margin: 0px;
  margin-bottom: 1rem;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Helvetica, Arial, sans-serif;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    letter-spacing: -0.025em;
    line-height: 1.08;
    font-size: clamp(36px, 5vw, 72px);
    max-width: 24ch;
}
.hero-headline em {
  font-weight: 800;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(200 224 112 / var(--tw-text-opacity, 1));
}
@media (max-width: 767px) {
    .hero-headline {
    margin-left: auto;
    margin-right: auto;
  }
  }
.hero-sub {
  margin: 0px;
  margin-bottom: 1.5rem;
  color: rgb(255 255 255 / 0.85);
  opacity: 0;
    font-size: clamp(14px, 1.1vw, 16px);
    line-height: 1.6;
    max-width: 48ch;
    transform: translateY(20px);
    transition: opacity 700ms ease 800ms, transform 700ms ease 800ms;
}
.hero-slide.active .hero-sub {
  opacity: 1; transform: none;
}
@media (max-width: 767px) {
    .hero-sub {
    margin-left: auto;
    margin-right: auto;
  }
  }
.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  opacity: 0;
    transform: translateY(20px);
    transition: opacity 700ms ease 1050ms, transform 700ms ease 1050ms;
}
.hero-slide.active .hero-cta-row {
  opacity: 1; transform: none;
}
@media (max-width: 767px) {
    .hero-cta-row {
    width: 100%;
    justify-content: center;
  }
    .hero-cta-row .btn {
    flex: 1 1 0%;
    flex-basis: 100%;
  }
  }
.hero-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: none;
  height: 60px;
  width: 60px;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  align-items: center;
  justify-content: center;
  border-width: 0px;
  background-color: transparent;
  color: rgb(255 255 255 / 0.85);
}
@media (min-width: 1024px) {

  .hero-arrow {
    display: inline-flex;
  }
}
.hero-arrow {
    transition: color 220ms cubic-bezier(.2,.7,.2,1), transform 220ms cubic-bezier(.2,.7,.2,1);
  }
.hero-arrow:hover {
  --tw-text-opacity: 1;
  color: rgb(200 224 112 / var(--tw-text-opacity, 1));
}
.hero-arrow.prev { left: clamp(16px, 2vw, 36px); }
.hero-arrow.next { right: clamp(16px, 2vw, 36px); }
.hero-arrow.prev:hover { transform: translate(-4px, -50%); }
.hero-arrow.next:hover { transform: translate(4px, -50%); }
.hero-arrow svg {
  height: 2.25rem;
  width: 2.25rem;
}
.hero-foot {
  position: absolute;
  bottom: 1.75rem;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  font-family: JetBrains Mono, ui-monospace, SF Mono, Menlo, Consolas, monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgb(255 255 255 / 0.7);
    left: clamp(20px, 5vw, 64px);
    right: clamp(20px, 5vw, 64px);
}
.hero-dots {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.hero-dots button {
  position: relative;
  display: inline-flex;
  height: 22px;
  width: 2.25rem;
  align-items: center;
  padding: 0px;
}
.hero-dots button::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: rgb(255 255 255 / 0.25);
    transition: background 220ms cubic-bezier(.2,.7,.2,1), height 220ms cubic-bezier(.2,.7,.2,1);
  }
.hero-dots button[aria-selected="true"]::after {
  height: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(161 201 66 / var(--tw-bg-opacity, 1));
}
.hero-counter b {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
/* ===================================================================
   * PAGE HERO (about / products / contact — single image, centered text)
   * =================================================================== */
.page-hero {
  position: relative;
  display: flex;
  min-height: 50vh;
  align-items: center;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(20 20 20 / var(--tw-bg-opacity, 1));
  text-align: center;
    padding: clamp(80px, 11vw, 140px) 0 clamp(72px, 10vw, 120px);
}
.page-hero::before {
    content: "";
    pointer-events: none;
    position: absolute;
    inset: 0px;
    opacity: 0.7;
    background-image: radial-gradient(rgba(161,201,66,0.10) 1px, transparent 1.4px);
    background-size: 28px 28px;
  }
.page-hero::after {
    content: "";
    pointer-events: none;
    position: absolute;
    inset: 0px;
    background: radial-gradient(60% 60% at 50% 0%, rgba(161,201,66,0.06) 0%, transparent 60%),
                radial-gradient(60% 80% at 50% 100%, rgba(0,0,0,0.4) 0%, transparent 50%);
  }
.page-hero .bg {
  position: absolute;
  inset: 0px;
  overflow: hidden;
  opacity: 0.3;
    transform: scale(1.06);
}
.page-hero .bg img {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page-hero .scrim {
  position: absolute;
  inset: 0px;
    background: linear-gradient(180deg, rgba(10,10,10,0.62) 0%, rgba(10,10,10,0.42) 45%, rgba(10,10,10,0.72) 100%);
}
.page-hero .wrap {
  position: relative;
  z-index: 2;
}
.page-hero .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.page-hero .overline {
  --tw-text-opacity: 1;
  color: rgb(200 224 112 / var(--tw-text-opacity, 1)); letter-spacing: 0.3em;
}
.page-hero .overline::before {
  --tw-bg-opacity: 1;
  background-color: rgb(161 201 66 / var(--tw-bg-opacity, 1));
}
.page-hero .hl {
  margin: 0px;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Helvetica, Arial, sans-serif;
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    font-size: clamp(38px, 6.8vw, 92px);
    letter-spacing: -0.028em;
    line-height: 1.04;
    max-width: 18ch;
}
.page-hero .hl em {
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(161 201 66 / var(--tw-text-opacity, 1));
}
.page-hero .sub {
  margin: 0px;
  color: rgb(255 255 255 / 0.62);
    font-size: clamp(15px, 1.3vw, 18px);
    letter-spacing: 0.01em;
    margin-top: 4px;
    max-width: 56ch;
    line-height: 1.6;
}
/* ===================================================================
   * PRODUCTS section + grid + cards
   * =================================================================== */
.products {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 244 / var(--tw-bg-opacity, 1));
    padding: clamp(72px, 10vw, 128px) 0;
}
.section-head {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: flex-end;
  gap: 1.75rem;
    margin-bottom: clamp(48px, 7vw, 80px);
}
@media (min-width: 900px) {
    .section-head {
    grid-template-columns: 1.3fr 1fr;
    gap: 3.5rem;
  }
  }
.section-head .left .h-section {
  margin-top: 1rem;
}
.head-tail {
  margin-top: 0.875rem;
  display: block;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Helvetica, Arial, sans-serif;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity, 1));
    font-size: clamp(15px, 1.3vw, 18px);
    line-height: 1.6;
    letter-spacing: 0;
    text-transform: none;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 768px) {

  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {

  .product-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
.product-grid {
    gap: clamp(16px, 2.4vw, 28px);
  }
.product-card {
  position: relative;
  display: flex;
  cursor: pointer;
  flex-direction: column;
  background-color: transparent;
    transition: opacity 420ms cubic-bezier(.2,.7,.2,1), transform 420ms cubic-bezier(.2,.7,.2,1);
}
.product-card.is-hidden { display: none !important; }
.pc-media {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 234 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 1px 2px rgba(20,20,20,0.05);
  --tw-shadow-colored: 0 1px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    aspect-ratio: 4 / 5;
    transition: box-shadow 220ms cubic-bezier(.2,.7,.2,1);
}
.pc-media img {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
    transition: transform 600ms cubic-bezier(.2, .7, .2, 1);
    will-change: transform;
}
.pc-media::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 3px;
    transform-origin: left;
    --tw-scale-x: 0;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-bg-opacity: 1;
    background-color: rgb(161 201 66 / var(--tw-bg-opacity, 1));
    transition: transform 420ms cubic-bezier(.2,.7,.2,1);
  }
.product-card:hover .pc-media {
  --tw-shadow: 0 12px 36px rgba(20,20,20,0.14);
  --tw-shadow-colored: 0 12px 36px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.product-card:hover .pc-media img { transform: scale(1.03); }
.product-card:hover .pc-media::after {
  --tw-scale-x: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.pc-body {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 1rem;
  padding-bottom: 0.25rem;
}
.pc-cat {
  font-family: JetBrains Mono, ui-monospace, SF Mono, Menlo, Consolas, monospace;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  --tw-text-opacity: 1;
  color: rgb(138 181 53 / var(--tw-text-opacity, 1));
}
.pc-name {
  margin: 0px;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Helvetica, Arial, sans-serif;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
    font-size: clamp(15px, 1.2vw, 17px);
    letter-spacing: -0.01em;
    line-height: 1.3;
}
.pc-desc {
  margin: 0px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Helvetica, Arial, sans-serif;
  font-size: 13px;
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity, 1));
    line-height: 1.55;
}
.pc-cta {
  margin-top: 0.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  align-self: flex-start;
  font-family: JetBrains Mono, ui-monospace, SF Mono, Menlo, Consolas, monospace;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  --tw-text-opacity: 1;
  color: rgb(138 181 53 / var(--tw-text-opacity, 1));
    transition: gap 220ms cubic-bezier(.2,.7,.2,1), color 220ms cubic-bezier(.2,.7,.2,1);
}
.product-card:hover .pc-cta {
  gap: 0.625rem;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
}
.products-foot {
  display: flex;
  justify-content: center;
    margin-top: clamp(48px, 6vw, 72px);
}
/* ===================================================================
   * PARTNERS marquee
   * =================================================================== */
.partners {
  position: relative;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(12 12 12 / var(--tw-bg-opacity, 1));
    padding: clamp(80px, 10vw, 130px) 0;
    box-shadow: inset 0 1px 0 rgba(161, 201, 66, 0.35), inset 0 -1px 0 rgba(161, 201, 66, 0.15);
}
.partners::before {
    content: '';
    pointer-events: none;
    position: absolute;
    inset: 0px;
    background-image: radial-gradient(rgba(161, 201, 66, 0.07) 1px, transparent 1px);
    background-size: 28px 28px;
  }
.partners .section-head {
  position: relative;
  z-index: 1;
  display: block;
  text-align: center; margin-bottom: clamp(40px, 5vw, 64px);
}
.partners .section-head .left {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.partners .overline {
  margin-bottom: 1.25rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(161 201 66 / 0.3);
  background-color: rgb(161 201 66 / 0.08);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(200 224 112 / var(--tw-text-opacity, 1));
}
.partners .overline::before {
  display: none;
}
.partners .h-section {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.partners .h-section em {
  --tw-text-opacity: 1;
  color: rgb(200 224 112 / var(--tw-text-opacity, 1));
}
.marquee {
  position: relative;
  overflow: hidden;
}
.marquee::before, .marquee::after {
    content: '';
    pointer-events: none;
    position: absolute;
    top: 0px;
    bottom: 0px;
    z-index: 1;
    width: 8%;
  }
.marquee::before {
  left: 0px; background: linear-gradient(90deg, #0c0c0c 0%, transparent 100%);
}
.marquee::after {
  right: 0px; background: linear-gradient(270deg, #0c0c0c 0%, transparent 100%);
}
.marquee-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
    gap: clamp(40px, 5vw, 72px);
    animation: marquee var(--marquee-dur, 60s) linear infinite;
    will-change: transform;
}
.marquee:hover .marquee-track { animation-play-state: paused; }
.logo-box {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
    height: clamp(44px, 5vw, 64px);
    padding: 10px clamp(20px, 3vw, 36px);
    transition: background 420ms cubic-bezier(.2,.7,.2,1);
}
.logo-box img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.5;
    max-width: clamp(120px, 13vw, 170px);
    filter: brightness(0) invert(1);
    transition: filter 400ms cubic-bezier(.16, 1, .3, 1), opacity 400ms cubic-bezier(.16, 1, .3, 1), transform 400ms cubic-bezier(.16, 1, .3, 1);
}
.logo-box:hover img {
    filter: brightness(0) invert(1) sepia(1) hue-rotate(46deg) saturate(3) brightness(1.15);
    --tw-scale-x: 1.08;
    --tw-scale-y: 1.08;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 1;
  }
/* ===================================================================
   * ABOUT section (story + stats + certifications)
   * =================================================================== */
.about {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 244 / var(--tw-bg-opacity, 1));
    padding: clamp(80px, 11vw, 144px) 0;
}
.about-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: stretch;
  gap: 2.25rem;
}
@media (min-width: 1024px) {

  .about-grid {
    grid-template-columns: 1.05fr 1fr;
    align-items: center;
    gap: 72px;
  }
}
.about .copy {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.about .copy .h-section { max-width: 14ch; }
.about .copy p {
  margin: 0px;
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity, 1));
    font-size: clamp(15px, 1.2vw, 17px);
    line-height: 1.7;
    max-width: 56ch;
}
.about .copy .cta {
  margin-top: 0.5rem;
  align-self: flex-start;
}
.about .vis {
  position: relative;
  overflow: hidden;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 234 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 6px 20px rgba(20,20,20,0.08);
  --tw-shadow-colored: 0 6px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    aspect-ratio: 4/5;
}
@media (min-width: 1024px) {
    .about .vis { aspect-ratio: auto; min-height: 600px; }
  }
.about .vis img {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about .vis::after {
    content: "";
    position: absolute;
    inset: 0px;
    background: linear-gradient(180deg, rgba(20, 20, 20, 0.06), rgba(20, 20, 20, 0.18));
  }
.stat-row {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(232 232 224 / var(--tw-border-opacity, 1));
  padding-top: 1.5rem;
}
.stat .n {
  font-family: Inter, system-ui, -apple-system, Segoe UI, Helvetica, Arial, sans-serif;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1;
    letter-spacing: -0.02em;
}
.stat .n em {
  font-weight: 800;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(138 181 53 / var(--tw-text-opacity, 1));
}
.stat .l {
  margin-top: 0.5rem;
  font-family: JetBrains Mono, ui-monospace, SF Mono, Menlo, Consolas, monospace;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity, 1));
}
.certs-inline {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(232 232 224 / var(--tw-border-opacity, 1));
    margin-top: clamp(56px, 7vw, 88px);
    padding-top: clamp(40px, 5vw, 56px);
}
.certs-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
    margin-bottom: clamp(28px, 4vw, 40px);
}
.certs-head h3 {
  margin: 0px;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Helvetica, Arial, sans-serif;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
    letter-spacing: -0.018em;
    font-size: clamp(22px, 2.2vw, 30px);
}
.certs-head h3 em {
  font-weight: 700;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(138 181 53 / var(--tw-text-opacity, 1));
}
.certs-head .meta {
  font-family: JetBrains Mono, ui-monospace, SF Mono, Menlo, Consolas, monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity, 1));
}
.certs-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 640px) {

  .certs-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
.cert-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1.25rem;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(232 232 224 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
    transition: border-color 220ms cubic-bezier(.2,.7,.2,1), box-shadow 220ms cubic-bezier(.2,.7,.2,1), transform 220ms cubic-bezier(.2,.7,.2,1);
}
.cert-card:hover {
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-border-opacity: 1;
  border-color: rgb(161 201 66 / var(--tw-border-opacity, 1));
  --tw-shadow: 0 6px 20px rgba(20,20,20,0.08);
  --tw-shadow-colored: 0 6px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.cert-card .badge {
  display: grid;
  height: 72px;
  width: 72px;
  flex-shrink: 0;
  place-items: center;
  padding: 0.375rem;
}
.cert-card .badge img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.cert-card .info .t {
  font-family: Inter, system-ui, -apple-system, Segoe UI, Helvetica, Arial, sans-serif;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
    font-size: clamp(18px, 1.6vw, 22px);
    letter-spacing: -0.01em;
}
.cert-card .info .d {
  margin-top: 0.375rem;
  font-family: JetBrains Mono, ui-monospace, SF Mono, Menlo, Consolas, monospace;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity, 1));
}
/* ===================================================================
   * STORY (About page — split-layout story section)
   * =================================================================== */
.story {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 244 / var(--tw-bg-opacity, 1));
    padding: clamp(80px, 11vw, 144px) 0;
}
.story-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
    gap: 52px;
}
@media (min-width: 1024px) {
    .story-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 88px;
  }
  }
.story-copy {
  display: flex;
  flex-direction: column; gap: 18px;
}
.story-copy .h-section { max-width: 15ch; margin-top: 14px; }
.story-copy p {
  margin: 0px;
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity, 1));
    font-size: clamp(15px, 1.15vw, 17px);
    line-height: 1.78;
    max-width: 56ch;
}
.story-imgs {
  order: -9999;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 1024px) {

  .story-imgs {
    order: 0;
  }
}
.story-imgs {
    gap: 12px;
  }
.story-img {
  position: relative;
  overflow: hidden;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 234 / var(--tw-bg-opacity, 1));
    aspect-ratio: 3/4;
}
.story-img img {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
    transition: transform 700ms cubic-bezier(.2,.7,.2,1);
}
.story-img:hover img { transform: scale(1.04); }
.story-img:first-child { margin-top: 32px; }
@media (max-width: 639px) {
    .story-img:first-child { margin-top: 0; }
  }
/* ===================================================================
   * STATS BAND (About page — dark, separated stats grid)
   * =================================================================== */
.stats-band {
  --tw-bg-opacity: 1;
  background-color: rgb(20 20 20 / var(--tw-bg-opacity, 1));
    padding: clamp(56px, 8vw, 100px) 0;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 768px) {

  .stats-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.stats-grid {
    gap: 1px;
    background: rgba(255,255,255,0.1);
  }
.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(20 20 20 / var(--tw-bg-opacity, 1));
  text-align: center;
    padding: clamp(36px, 5vw, 60px) clamp(20px, 3vw, 40px);
    gap: 12px;
}
.stat-item .n {
  font-family: Inter, system-ui, -apple-system, Segoe UI, Helvetica, Arial, sans-serif;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(161 201 66 / var(--tw-text-opacity, 1));
    font-size: clamp(52px, 8vw, 96px);
    letter-spacing: -0.03em;
    line-height: 1;
}
.stat-item .n em {
  font-weight: 800;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(200 224 112 / var(--tw-text-opacity, 1));
}
.stat-item .l {
  font-family: JetBrains Mono, ui-monospace, SF Mono, Menlo, Consolas, monospace;
  text-transform: uppercase;
    font-size: clamp(9px, 1vw, 11px);
    letter-spacing: 0.2em;
    color: rgba(255,255,255,0.65);
    line-height: 1.5;
}
/* ===================================================================
   * CERTS SECTION (About page — separate light section with 3 cert cards)
   * =================================================================== */
.certs-section {
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 234 / var(--tw-bg-opacity, 1));
    padding: clamp(80px, 11vw, 144px) 0;
}
.certs-row {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 768px) {

  .certs-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.certs-row {
    gap: clamp(16px, 2.4vw, 24px);
  }
.cert-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(232 232 224 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  text-align: center;
    padding: clamp(32px, 4vw, 52px) clamp(24px, 3vw, 36px);
    gap: 18px;
    transition: transform 220ms cubic-bezier(.2,.7,.2,1), box-shadow 220ms cubic-bezier(.2,.7,.2,1), border-color 220ms cubic-bezier(.2,.7,.2,1);
}
.cert-item:hover {
  --tw-translate-y: -5px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-border-opacity: 1;
  border-color: rgb(161 201 66 / var(--tw-border-opacity, 1));
  --tw-shadow: 0 6px 20px rgba(20,20,20,0.08);
  --tw-shadow-colored: 0 6px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.cert-item .cert-badge {
  display: grid;
  height: 6rem;
  width: 6rem;
  place-items: center;
}
.cert-item .cert-badge img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.cert-item .cert-name {
  margin: 0px;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Helvetica, Arial, sans-serif;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
    font-size: clamp(20px, 1.8vw, 26px);
    letter-spacing: -0.015em;
}
.cert-item .cert-desc {
  margin: 0px;
  font-family: JetBrains Mono, ui-monospace, SF Mono, Menlo, Consolas, monospace;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity, 1));
    font-size: 10px;
    letter-spacing: 0.2em;
    line-height: 1.6;
}
/* ===================================================================
   * VALUES (3-card grid — used by feature-cards block on About page)
   * =================================================================== */
.values {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 244 / var(--tw-bg-opacity, 1));
    padding: clamp(80px, 11vw, 144px) 0;
}
.sec-head {
  display: flex;
  flex-direction: column;
    gap: 14px;
    margin-bottom: clamp(48px, 7vw, 80px);
}
.sec-head.center {
  align-items: center;
  text-align: center;
}
.sec-head .h-section { max-width: 22ch; }
.values-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 768px) {

  .values-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.values-grid {
    gap: clamp(16px, 2.4vw, 24px);
  }
.val-card {
  display: flex;
  flex-direction: column;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(232 232 224 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding: clamp(28px, 3.5vw, 40px);
    gap: 14px;
    transition: transform 220ms cubic-bezier(.2,.7,.2,1), box-shadow 220ms cubic-bezier(.2,.7,.2,1), border-color 220ms cubic-bezier(.2,.7,.2,1);
}
.val-card:hover {
  --tw-translate-y: -5px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-border-opacity: 1;
  border-color: rgb(161 201 66 / var(--tw-border-opacity, 1));
  --tw-shadow: 0 12px 36px rgba(20,20,20,0.14);
  --tw-shadow-colored: 0 12px 36px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.val-icon {
  display: grid;
  height: 52px;
  width: 52px;
  flex-shrink: 0;
  place-items: center;
  border-radius: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(161 201 66 / var(--tw-text-opacity, 1));
    background: rgba(161,201,66,0.12);
    font-size: 24px;
}
.val-title {
  margin: 0px;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Helvetica, Arial, sans-serif;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
    font-size: clamp(18px, 1.6vw, 22px);
    letter-spacing: -0.015em;
}
.val-desc {
  margin: 0px;
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity, 1));
    font-size: clamp(14px, 1.1vw, 16px);
    line-height: 1.68;
}
/* ===================================================================
   * WHY-STRIP (feature-cards block on Products page, dark variant)
   * =================================================================== */
.why-strip {
  --tw-bg-opacity: 1;
  background-color: rgb(20 20 20 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    padding: clamp(64px, 8vw, 100px) 0;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.06);
  background-color: rgb(255 255 255 / 0.08);
}
@media (min-width: 600px) { .why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  } }
@media (min-width: 1024px) { .why-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  } }
.why-item {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(20 20 20 / var(--tw-bg-opacity, 1));
    padding: clamp(28px, 4vw, 44px) clamp(20px, 3vw, 32px);
}
.why-icon {
  display: grid;
  height: 52px;
  width: 52px;
  flex-shrink: 0;
  place-items: center;
  border-radius: 9999px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(161 201 66 / var(--tw-text-opacity, 1));
    background: rgba(161,201,66,0.12);
}
.why-label {
  margin: 0px;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    letter-spacing: -0.005em;
}
.why-desc {
  margin: 0px;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Helvetica, Arial, sans-serif;
  color: rgb(255 255 255 / 0.6);
    font-size: 13.5px;
    line-height: 1.55;
}
/* ===================================================================
   * TEAM (about page)
   * =================================================================== */
.team-section {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 244 / var(--tw-bg-opacity, 1));
    padding: clamp(80px, 11vw, 144px) 0;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: clamp(16px, 2.4vw, 28px);
}
@media (min-width: 600px) {
    .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
    .team-card:nth-child(5) {
      grid-column: 1/3;
      max-width: calc(50% - 14px);
      justify-self: center;
    }
  }
@media (min-width: 1024px) {
    .team-grid { grid-template-columns: repeat(6, 1fr); }
    .team-card:nth-child(1) { grid-column: 1/3; }
    .team-card:nth-child(2) { grid-column: 3/5; }
    .team-card:nth-child(3) { grid-column: 5/7; }
    .team-card:nth-child(4) { grid-column: 2/4; }
    .team-card:nth-child(5) {
      grid-column: 4/6;
      max-width: none;
      justify-self: auto;
    }
  }
.team-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: transparent;
    transition: transform 220ms cubic-bezier(.2,.7,.2,1);
}
.team-card:hover {
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tm-tile {
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 10px;
    aspect-ratio: 3/4;
    background: linear-gradient(180deg, #1A1A1A 0%, #0E0E0E 100%);
    box-shadow: 0 6px 24px rgba(0,0,0,0.16);
    transition: box-shadow 220ms cubic-bezier(.2,.7,.2,1);
}
.team-card:hover .tm-tile { box-shadow: 0 18px 48px rgba(0,0,0,0.28); }
.tm-tile img {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
    -o-object-position: center 18%;
       object-position: center 18%;
    filter: saturate(0.92) contrast(1.02);
    transition: transform 700ms cubic-bezier(.2,.7,.2,1), filter 300ms cubic-bezier(.2,.7,.2,1);
}
.team-card:hover .tm-tile img { transform: scale(1.04); filter: saturate(1) contrast(1.05); }
.tm-tile::before {
    content: "";
    pointer-events: none;
    position: absolute;
    inset: 0px;
    z-index: 2;
    background: linear-gradient(180deg, rgba(14,14,14,0.55) 0%, rgba(14,14,14,0) 28%, rgba(14,14,14,0) 72%, rgba(14,14,14,0.45) 100%);
  }
.tm-num {
  position: absolute;
  top: 1rem;
  left: 18px;
  z-index: 3;
  font-family: JetBrains Mono, ui-monospace, SF Mono, Menlo, Consolas, monospace;
  font-weight: 500;
  text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.22em;
    color: rgba(255,255,255,0.85);
}
.tm-num::before {
    content: "";
    margin-right: 0.5rem;
    display: inline-block;
    height: 1px;
    width: 14px;
    --tw-bg-opacity: 1;
    background-color: rgb(161 201 66 / var(--tw-bg-opacity, 1));
    vertical-align: middle;
  }
.tm-tag {
  position: absolute;
  top: 14px;
  right: 1rem;
  z-index: 3;
  border-radius: 9999px;
  font-family: JetBrains Mono, ui-monospace, SF Mono, Menlo, Consolas, monospace;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    font-size: 9px;
    letter-spacing: 0.24em;
    padding: 5px 10px;
    border: 1px solid rgba(255,255,255,0.4);
    backdrop-filter: blur(6px);
    background: rgba(20,20,20,0.35);
}
.tm-tile::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 4;
    height: 3px;
    transform-origin: left;
    --tw-bg-opacity: 1;
    background-color: rgb(161 201 66 / var(--tw-bg-opacity, 1));
    transform: scaleX(0);
    transition: transform 300ms cubic-bezier(.2,.7,.2,1);
  }
.team-card:hover .tm-tile::after { transform: scaleX(1); }
.tm-caption { padding: 18px 4px 0; }
.tm-name {
  margin: 0px;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Helvetica, Arial, sans-serif;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
    font-size: clamp(15px, 1.2vw, 18px);
    letter-spacing: -0.01em;
    margin-bottom: 5px;
}
.tm-role {
  margin: 0px;
  font-family: JetBrains Mono, ui-monospace, SF Mono, Menlo, Consolas, monospace;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(138 181 53 / var(--tw-text-opacity, 1));
    font-size: 10px;
    letter-spacing: 0.2em;
}
/* ===================================================================
   * HOME CONTACT — form + info-aside layout (UI's index.html .contact)
   * =================================================================== */
.contact {
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 234 / var(--tw-bg-opacity, 1));
    padding: clamp(72px, 10vw, 128px) 0;
}
.contact .section-head { margin-bottom: clamp(40px, 6vw, 72px); }
.contact .contact-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 1024px) {

  .contact .contact-grid {
    grid-template-columns: 1.2fr 1fr;
  }
}
.contact .contact-grid { gap: clamp(28px, 4vw, 64px); }
@media (min-width: 1024px) {
    @media (min-width: 1024px) {

    .contact .contact-grid {
      align-items: stretch;
    }
  }
  }
/* Home form card */
.contact .form {
  display: grid;
  gap: 1rem;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(232 232 224 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 1px 2px rgba(20,20,20,0.05);
  --tw-shadow-colored: 0 1px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    padding: clamp(24px, 3.5vw, 40px);
}
.field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.field label {
  font-family: JetBrains Mono, ui-monospace, SF Mono, Menlo, Consolas, monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity, 1));
}
.field input, .field select, .field textarea {
  min-height: 3rem;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 216 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Helvetica, Arial, sans-serif;
  font-size: 15px;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
    transition: border-color 220ms cubic-bezier(.2,.7,.2,1), box-shadow 220ms cubic-bezier(.2,.7,.2,1);
}
.field .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.field input::-moz-placeholder, .field textarea::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity, 1));
}
.field input::placeholder, .field textarea::placeholder {
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity, 1));
}
.field input:focus, .field select:focus, .field textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgb(161 201 66 / var(--tw-border-opacity, 1));
    box-shadow: 0 0 0 3px rgba(161, 201, 66, 0.18);
}
.field textarea {
  min-height: 130px;
  resize: vertical; line-height: 1.55;
}
.field select {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-right: 2.75rem;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2714%27 height=%2714%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27%231A1A1A%27 stroke-width=%272%27%3E%3Cpath d=%27M6 9l6 6 6-6%27/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
}
.field select option {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.625rem;
  font-size: 15px;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
}
.field-row {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 640px) {

  .field-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.form-submit {
  margin-top: 0.5rem;
}
.form-submit .btn {
  height: 3.5rem;
  width: 100%;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  font-size: 13px;
}
.form-status {
  margin-top: 0.375rem;
  min-height: 18px;
  font-size: 13px;
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity, 1));
}
/* Home contact aside */
.contact-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1.5rem;
    padding: clamp(8px, 1vw, 16px) 0;
}
@media (min-width: 1024px) {
    .contact-info {
    justify-content: space-between;
  }
  }
.info-block .k {
  margin-bottom: 0.625rem;
  font-family: JetBrains Mono, ui-monospace, SF Mono, Menlo, Consolas, monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity, 1));
}
.info-block .v {
  font-family: Inter, system-ui, -apple-system, Segoe UI, Helvetica, Arial, sans-serif;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
    font-size: clamp(15px, 1.2vw, 17px);
    line-height: 1.5;
}
.info-block .v.ph {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  font-family: JetBrains Mono, ui-monospace, SF Mono, Menlo, Consolas, monospace;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.05em;
}
.info-block .v.ph a {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
    transition: color 220ms cubic-bezier(.2,.7,.2,1);
}
.info-block .v.ph a:hover {
  --tw-text-opacity: 1;
  color: rgb(138 181 53 / var(--tw-text-opacity, 1));
}
.info-block .v.ph a::before { content: ""; height: 1px; width: 0.5rem; --tw-bg-opacity: 1; background-color: rgb(161 201 66 / var(--tw-bg-opacity, 1)); }
/* WhatsApp button (home-only) */
.wa-btn {
  display: inline-flex;
  height: 52px;
  align-items: center;
  gap: 0.75rem;
  align-self: flex-start;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(161 201 66 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
    box-shadow: 0 6px 18px rgba(161, 201, 66, 0.3);
    transition: transform 220ms cubic-bezier(.2,.7,.2,1), box-shadow 220ms cubic-bezier(.2,.7,.2,1), filter 220ms cubic-bezier(.2,.7,.2,1);
}
.wa-btn:hover {
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-brightness: brightness(1.05);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); box-shadow: 0 10px 28px rgba(161, 201, 66, 0.42);
}
.wa-btn svg {
  height: 1.25rem;
  width: 1.25rem;
}
@media (max-width: 600px) {
    .wa-btn {
    width: 100%;
    justify-content: center;
  }
  }
/* Socials inline circles (home aside) */
.contact-info .socials {
  display: flex;
  justify-content: flex-start;
  gap: 0.625rem;
}
.contact-info .socials a {
  display: grid;
  height: 2.75rem;
  width: 2.75rem;
  place-items: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(232 232 224 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity, 1));
    transition: color 220ms cubic-bezier(.2,.7,.2,1), border-color 220ms cubic-bezier(.2,.7,.2,1), background 220ms cubic-bezier(.2,.7,.2,1);
}
.contact-info .socials a svg {
  height: 1rem;
  width: 1rem;
}
.contact-info .socials a:hover {
  --tw-border-opacity: 1;
  border-color: rgb(161 201 66 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 244 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(161 201 66 / var(--tw-text-opacity, 1));
}
/* ===================================================================
   * CONTACT PAGE — form + map section (UI's contact.html .contact-section)
   * =================================================================== */
.contact-section {
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 234 / var(--tw-bg-opacity, 1));
    padding: clamp(72px, 10vw, 130px) 0;
}
.contact-section .contact-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: stretch;
    gap: clamp(28px, 4vw, 48px);
    margin-top: clamp(28px, 4vw, 40px);
}
@media (min-width: 1024px) {
    .contact-section .contact-grid {
      grid-template-columns: 1.05fr 1fr;
      gap: 44px;
    }
  }
.contact-form-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(232 232 224 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 1px 2px rgba(20,20,20,0.05);
  --tw-shadow-colored: 0 1px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    padding: clamp(28px, 4vw, 48px);
}
.contact-form-card .h-section { font-size: clamp(24px, 2.6vw, 34px); }
.cf-row {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media (min-width: 640px) {

  .cf-row.two {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
}
.form-note {
  margin: 0px;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity, 1));
}
.form-success.show {
  display: block;
}
.map-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.map-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: JetBrains Mono, ui-monospace, SF Mono, Menlo, Consolas, monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity, 1));
}
.map-label svg {
  height: 0.875rem;
  width: 0.875rem;
  --tw-text-opacity: 1;
  color: rgb(138 181 53 / var(--tw-text-opacity, 1));
}
.map-frame {
  position: relative;
  flex: 1 1 0%;
  overflow: hidden;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(232 232 224 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(221 221 221 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 6px 20px rgba(20,20,20,0.08);
  --tw-shadow-colored: 0 6px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    min-height: 350px;
}
.map-frame iframe {
  position: absolute;
  inset: 0px;
  display: block;
  height: 100%;
  width: 100%;
  border-width: 0px;
    filter: contrast(0.96) saturate(0.9);
}
@media (max-width: 1023px) {
    .map-frame {
    height: 350px;
    min-height: 350px;
  }
  }
/* ===================================================================
   * CONTACT (info cards + form + map + info strip)
   * =================================================================== */
.info-section {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 244 / var(--tw-bg-opacity, 1));
    padding: clamp(64px, 9vw, 120px) 0;
}
.info-head {
  display: flex;
  max-width: 56ch;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}
.info-head .h-section {
  max-width: 16ch;
}
.info-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 640px) {

  .info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {

  .info-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.info-grid {
    gap: clamp(16px, 2.4vw, 24px);
    margin-top: clamp(28px, 4vw, 40px);
  }
.info-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(232 232 224 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  text-align: center;
  --tw-shadow: 0 1px 2px rgba(20,20,20,0.05);
  --tw-shadow-colored: 0 1px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    padding: clamp(28px, 3vw, 36px) clamp(22px, 2.2vw, 28px);
    border-bottom: 3px solid transparent;
    transition: transform 180ms cubic-bezier(.2,.7,.2,1), box-shadow 180ms cubic-bezier(.2,.7,.2,1), border-color 180ms cubic-bezier(.2,.7,.2,1), background 180ms cubic-bezier(.2,.7,.2,1), color 180ms cubic-bezier(.2,.7,.2,1);
}
.info-card:hover {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-shadow: 0 6px 20px rgba(20,20,20,0.08);
  --tw-shadow-colored: 0 6px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    border-bottom-color: #A1C942;
}
.info-icon {
  display: grid;
  height: 3.5rem;
  width: 3.5rem;
  flex-shrink: 0;
  place-items: center;
  border-radius: 9999px;
    background: rgba(161,201,66,0.12);
    color: #8AB535;
    transition: background 180ms cubic-bezier(.2,.7,.2,1), color 180ms cubic-bezier(.2,.7,.2,1), transform 180ms cubic-bezier(.2,.7,.2,1);
}
.info-icon svg {
  height: 1.5rem;
  width: 1.5rem;
}
.info-card:hover .info-icon {
  --tw-scale-x: 1.06;
  --tw-scale-y: 1.06;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.info-label {
  margin: 0px;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1)); letter-spacing: -0.005em;
}
.info-value {
  margin: 0px;
  overflow-wrap: break-word;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity, 1));
}
.info-value a {
  color: inherit;
}
.info-card.is-wa {
  cursor: pointer;
}
.info-card.is-wa:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(161 201 66 / var(--tw-bg-opacity, 1));
    border-color: #A1C942;
    border-bottom-color: #8AB535;
}
.info-card.is-wa:hover .info-icon { background: rgba(20,20,20,0.12); --tw-text-opacity: 1; color: rgb(26 26 26 / var(--tw-text-opacity, 1)); }
.info-card.is-wa:hover .info-label, .info-card.is-wa:hover .info-value {
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
}
.info-strip {
  --tw-bg-opacity: 1;
  background-color: rgb(20 20 20 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    padding: clamp(40px, 6vw, 70px) 0;
}
.strip-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1px;
  border-width: 1px;
    background: rgba(255,255,255,0.08);
    border-color: rgba(255,255,255,0.06);
}
@media (min-width: 768px) { .strip-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  } }
.strip-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(20 20 20 / var(--tw-bg-opacity, 1));
    padding: clamp(28px, 4vw, 40px) clamp(20px, 3vw, 32px);
}
.strip-icon {
  display: grid;
  height: 2.75rem;
  width: 2.75rem;
  flex-shrink: 0;
  place-items: center;
  border-radius: 9999px;
  --tw-text-opacity: 1;
  color: rgb(161 201 66 / var(--tw-text-opacity, 1));
    background: rgba(161,201,66,0.12);
}
.strip-icon svg {
  height: 1.25rem;
  width: 1.25rem;
}
.strip-text {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}
.strip-label {
  font-family: Inter, system-ui, -apple-system, Segoe UI, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.strip-value {
  font-family: Inter, system-ui, -apple-system, Segoe UI, Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
    color: rgba(255,255,255,0.6);
}
/* Socials inline (used in contact info-card variant) */
.socials {
  display: flex;
  justify-content: center;
  gap: 0.625rem;
}
.socials a {
  display: grid;
  height: 2.75rem;
  width: 2.75rem;
  place-items: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(232 232 224 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity, 1));
    transition: color 220ms cubic-bezier(.2,.7,.2,1), border-color 220ms cubic-bezier(.2,.7,.2,1), background 220ms cubic-bezier(.2,.7,.2,1);
}
.socials a svg {
  height: 1rem;
  width: 1rem;
}
.socials a:hover {
  --tw-border-opacity: 1;
  border-color: rgb(161 201 66 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 244 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(161 201 66 / var(--tw-text-opacity, 1));
}
/* ===================================================================
   * CTA BANNER (closing CTA on every page)
   * =================================================================== */
.cta-banner {
  position: relative;
  cursor: none;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(20 20 20 / var(--tw-bg-opacity, 1));
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    padding: clamp(80px, 11vw, 144px) 0;
}
.cta-banner::before {
    content: "";
    pointer-events: none;
    position: absolute;
    inset: 0px;
    z-index: 0;
    opacity: 0.6;
    background-image: radial-gradient(circle, rgba(161, 201, 66, 0.09) 1px, transparent 1.4px);
    background-size: 28px 28px;
  }
.cta-banner::after {
    content: "MONSTER";
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    --tw-translate-x: -50%;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    white-space: nowrap;
    font-family: Inter, system-ui, -apple-system, Segoe UI, Helvetica, Arial, sans-serif;
    font-weight: 900;
    font-size: clamp(160px, 24vw, 420px);
    letter-spacing: -0.04em;
    color: rgba(255, 255, 255, 0.03);
    will-change: transform;
    transition: transform 600ms cubic-bezier(.16, 1, .3, 1);
  }
/* Cursor-tracking glow + custom dot — initialised by JS in src/index.js */
.cta-glow {
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  margin-left: -340px;
  margin-top: -340px;
  height: 680px;
  width: 680px;
  border-radius: 9999px;
  opacity: 0;
    background: radial-gradient(circle, rgba(161, 201, 66, 0.22) 0%, rgba(161, 201, 66, 0.07) 42%, transparent 70%);
    will-change: transform, opacity;
    transition: opacity 500ms ease;
}
.cta-cursor {
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 5;
  margin-left: -5px;
  margin-top: -5px;
  height: 0.625rem;
  width: 0.625rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(200 224 112 / var(--tw-bg-opacity, 1));
  opacity: 0;
    box-shadow: 0 0 12px 4px rgba(161, 201, 66, 0.7);
    will-change: transform, opacity;
    transition: opacity 300ms ease, width 200ms ease, height 200ms ease, margin 200ms ease;
}
.cta-banner:hover .cta-cursor {
  opacity: 1;
}
.cta-cursor.clicking {
  margin-left: -9px;
  margin-top: -9px;
  height: 18px;
  width: 18px;
}
/* Background parallax orbs */
.cta-orb {
  pointer-events: none;
  position: absolute;
  z-index: 0;
  border-radius: 9999px;
    filter: blur(72px);
    will-change: transform;
    transition: transform 900ms cubic-bezier(.16, 1, .3, 1);
}
.cta-orb-1 {
  top: -130px;
  right: -90px;
  height: 420px;
  width: 420px; background: rgba(161, 201, 66, 0.11);
}
.cta-orb-2 {
  bottom: -110px;
  left: -70px;
  height: 300px;
  width: 300px; background: rgba(161, 201, 66, 0.08);
}
.cta-orb-3 {
  top: 45%;
  left: 38%;
  height: 200px;
  width: 200px; background: rgba(200, 224, 112, 0.07);
}
/* Spark particles spawned behind the cursor */
.cta-banner .wrap {
  position: relative;
  z-index: 2;
}
.cta-banner .h-display {
  margin-left: auto;
  margin-right: auto;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    max-width: 18ch;
    font-size: clamp(40px, 7vw, 100px);
    will-change: transform;
    transform-style: preserve-3d;
    transition: transform 180ms cubic-bezier(.16, 1, .3, 1);
}
.cta-banner .h-display em {
  --tw-text-opacity: 1;
  color: rgb(200 224 112 / var(--tw-text-opacity, 1));
}
.cta-banner .sub {
  margin-left: auto;
  margin-right: auto;
  color: rgb(255 255 255 / 0.8);
    margin: 26px auto 36px;
    font-size: clamp(15px, 1.3vw, 18px);
    line-height: 1.6;
    max-width: 56ch;
    will-change: transform;
    transition: transform 220ms cubic-bezier(.16, 1, .3, 1);
}
@keyframes ctaSpark {
    0%   { opacity: 1;   transform: translate(-50%, -50%) scale(1); }
    60%  { opacity: 0.5; transform: translate(-50%, calc(-50% - 16px)) scale(0.65); }
    100% { opacity: 0;   transform: translate(-50%, calc(-50% - 32px)) scale(0.1); }
  }
@media (prefers-reduced-motion: reduce) {
    .cta-glow, .cta-cursor, .cta-orb, .cta-sparkle { display: none !important; }
    .cta-banner .h-display, .cta-banner .sub { transition: none !important; transform: none !important; }
    .cta-banner { cursor: auto; }
  }
.cta-banner .cta-row,
  .cta-banner .cta-actions {
  display: flex;
  justify-content: center;
}
.cta-banner .cta-actions .btn,
  .cta-banner .cta-row .btn {
  height: 3.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 13px;
}
@media (max-width: 600px) {
    .cta-banner .cta-row,
    .cta-banner .cta-actions {
    width: 100%;
  }
    .cta-banner .cta-row .btn,
    .cta-banner .cta-actions .btn {
    width: 100%;
  }
  }
/* ===================================================================
   * FOOTER
   * =================================================================== */
.footer {
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(161 201 66 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(20 20 20 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(204 204 204 / var(--tw-text-opacity, 1));
    padding: clamp(56px, 8vw, 96px) 0 24px;
}
.foot-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2.25rem;
}
@media (min-width: 768px) {

  .foot-grid {
    grid-template-columns: 1.3fr 1fr 1fr 1fr;
    gap: 2.75rem;
  }
}
.foot-brand {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media not all and (min-width: 768px) {

  .foot-brand {
    align-items: center;
    text-align: center;
  }
}
.foot-brand img {
  height: 4rem;
  width: auto;
}
.foot-brand .blurb {
  max-width: 38ch;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity, 1));
}
@media not all and (min-width: 768px) {

  .foot-brand .blurb {
    text-align: center;
  }
}
.foot-socials {
  display: flex;
  gap: 0.625rem;
}
.foot-socials a {
  display: grid;
  height: 2.5rem;
  width: 2.5rem;
  place-items: center;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  background-color: rgb(255 255 255 / 0.05);
  --tw-text-opacity: 1;
  color: rgb(204 204 204 / var(--tw-text-opacity, 1));
    transition: color 220ms cubic-bezier(.2,.7,.2,1), border-color 220ms cubic-bezier(.2,.7,.2,1), background 220ms cubic-bezier(.2,.7,.2,1);
}
.foot-socials a svg {
  height: 1rem;
  width: 1rem;
}
.foot-socials a:hover {
  --tw-border-opacity: 1;
  border-color: rgb(161 201 66 / var(--tw-border-opacity, 1));
  background-color: rgb(161 201 66 / 0.08);
  --tw-text-opacity: 1;
  color: rgb(161 201 66 / var(--tw-text-opacity, 1));
}
.foot-col h5 {
  margin: 0px;
  margin-bottom: 1rem;
  font-family: JetBrains Mono, ui-monospace, SF Mono, Menlo, Consolas, monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.foot-col ul {
  margin: 0px;
  display: flex;
  list-style-type: none;
  flex-direction: column;
  gap: 0.75rem;
  padding: 0px;
}
.foot-col a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(204 204 204 / var(--tw-text-opacity, 1)); transition: color 220ms cubic-bezier(.2,.7,.2,1);
}
.foot-col a:hover {
  --tw-text-opacity: 1;
  color: rgb(161 201 66 / var(--tw-text-opacity, 1));
}
.foot-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.875rem;
  border-top-width: 1px;
  border-color: rgb(255 255 255 / 0.08);
  padding-top: 1.5rem;
  font-family: JetBrains Mono, ui-monospace, SF Mono, Menlo, Consolas, monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity, 1));
}
@media not all and (min-width: 768px) {

  .foot-bottom {
    justify-content: center;
    text-align: center;
  }
}
.foot-bottom {
    margin-top: clamp(40px, 5vw, 64px);
  }
.foot-bottom .made b {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(200 224 112 / var(--tw-text-opacity, 1));
}
/* ===================================================================
   * Reveal animations (used by data-reveal scripts if added later)
   * =================================================================== */
.reveal {
  opacity: 0;
    transform: translateY(40px);
    transition: opacity 750ms cubic-bezier(.16, 1, .3, 1), transform 750ms cubic-bezier(.16, 1, .3, 1);
}
.reveal.in {
  opacity: 1; transform: translateY(0);
}
.reveal-left {
  opacity: 0;
    transform: translateX(-40px);
    transition: opacity 750ms cubic-bezier(.16, 1, .3, 1), transform 750ms cubic-bezier(.16, 1, .3, 1);
}
.reveal-left.in {
  opacity: 1; transform: translateX(0);
}
.reveal-right {
  opacity: 0;
    transform: translateX(40px);
    transition: opacity 750ms cubic-bezier(.16, 1, .3, 1), transform 750ms cubic-bezier(.16, 1, .3, 1);
}
.reveal-right.in {
  opacity: 1; transform: translateX(0);
}
.reveal-scale {
  opacity: 0;
    transform: scale(0.95);
    transition: opacity 750ms cubic-bezier(.16, 1, .3, 1), transform 750ms cubic-bezier(.16, 1, .3, 1);
}
.reveal-scale.in {
  opacity: 1; transform: scale(1);
}
.reveal-clip {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    transition: clip-path 800ms cubic-bezier(.16, 1, .3, 1);
  }
.reveal-clip.in { clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
.d1 { transition-delay: 80ms; }
.d2 { transition-delay: 160ms; }
.d3 { transition-delay: 240ms; }
.d4 { transition-delay: 320ms; }
.d5 { transition-delay: 400ms; }
.wpcf7-form .cf-row + .cf-row { margin-top: 18px; }
.wpcf7-form .cf-row.two {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 640px) {

  .wpcf7-form .cf-row.two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.wpcf7-form .cf-row.two { gap: 18px; }
.wpcf7-form .field {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.wpcf7-form .form-submit {
  margin-top: 0.375rem;
}
/* CF7 wraps each input in <span class="wpcf7-form-control-wrap"> — make it
     stretch so the input inside fills the column. */
/* Invalid-state styling (red border + soft red ring). */
/* Response output (success / error banner under the submit button). */
.wpcf7-form.invalid .wpcf7-response-output,
  .wpcf7-form.unaccepted .wpcf7-response-output,
  .wpcf7-form.failed .wpcf7-response-output,
  .wpcf7-form.aborted .wpcf7-response-output,
  .wpcf7-form.payment-required .wpcf7-response-output {
    background: rgba(229, 57, 53, 0.08);
    border-color: rgba(229, 57, 53, 0.35);
    --tw-text-opacity: 1;
    color: rgb(229 57 53 / var(--tw-text-opacity, 1));
  }
/* AJAX spinner — keep it compact next to the submit button. */
.contact-grid.no-map {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 1024px) {
    .contact-grid.no-map { grid-template-columns: 1fr; max-width: 720px; margin-left: auto; margin-right: auto; }
  }
body.single-product .nav {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(232 232 224 / var(--tw-border-opacity, 1));
    animation: none;
  }
body.single-product .nav.scrolled {
    background: rgba(255, 255, 255, 0.97);
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(232 232 224 / var(--tw-border-opacity, 1));
  }
body.single-product .nav-links a {
  text-transform: none;
  letter-spacing: 0.18em;
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity, 1));
}
body.single-product .nav-links a:hover {
  --tw-text-opacity: 1;
  color: rgb(138 181 53 / var(--tw-text-opacity, 1));
}
body.single-product .nav-links a::after {
  --tw-bg-opacity: 1;
  background-color: rgb(138 181 53 / var(--tw-bg-opacity, 1));
}
body.single-product .nav-links a.active {
  --tw-text-opacity: 1;
  color: rgb(138 181 53 / var(--tw-text-opacity, 1));
}
body.single-product .hamburger {
  border-color: rgb(26 26 26 / 0.2);
}
body.single-product .hamburger span {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity, 1));
}
.pd-hero {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 244 / var(--tw-bg-opacity, 1));
  padding-bottom: 4rem;
  padding-top: 7rem;
}
@media (min-width: 768px) {

  .pd-hero {
    padding-bottom: 5rem;
    padding-top: 8rem;
  }
}
@media (min-width: 1024px) {

  .pd-hero {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.pd-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: flex-start;
  gap: 1.75rem;
}
@media (min-width: 1024px) {

  .pd-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 72px;
  }
}
.pd-img {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 234 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 6px 20px rgba(20,20,20,0.08);
  --tw-shadow-colored: 0 6px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.pd-img img {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pd-info {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}
/* Breadcrumb */
.breadcrumb {
  margin-bottom: 0.375rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  font-family: JetBrains Mono, ui-monospace, SF Mono, Menlo, Consolas, monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity, 1));
}
.breadcrumb a {
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.breadcrumb a:hover {
  --tw-text-opacity: 1;
  color: rgb(138 181 53 / var(--tw-text-opacity, 1));
}
.breadcrumb svg {
  opacity: 0.5;
}
.breadcrumb .current {
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
}
/* Product info */
.pd-cat {
  font-family: JetBrains Mono, ui-monospace, SF Mono, Menlo, Consolas, monospace;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  --tw-text-opacity: 1;
  color: rgb(138 181 53 / var(--tw-text-opacity, 1));
}
.pd-name {
  font-family: Inter, system-ui, -apple-system, Segoe UI, Helvetica, Arial, sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  .pd-name {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 1024px) {

  .pd-name {
    font-size: 56px;
  }
}
.pd-desc {
  margin-top: 0.375rem;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  .pd-desc {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.pd-desc p:not(:last-child) {
  margin-bottom: 0.75rem;
}
/* Features list */
.pd-features {
  margin-top: 0.875rem;
  margin-bottom: 0.25rem;
  display: flex;
  list-style-type: none;
  flex-direction: column;
  padding: 0px;
}
.pd-features li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(232 232 224 / var(--tw-border-opacity, 1));
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
}
.pd-features li:last-child {
  border-bottom-width: 0px;
}
.pd-features svg {
  margin-top: 0.125rem;
  flex-shrink: 0;
  --tw-text-opacity: 1;
  color: rgb(161 201 66 / var(--tw-text-opacity, 1));
}
/* Actions */
.pd-actions {
  margin-top: 0.875rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.pd-actions .btn {
  height: 54px;
}
@media (max-width: 600px) {
    .pd-actions .btn {
    width: 100%;
  }
  }
/* Specs strip */
.specs-strip {
  --tw-bg-opacity: 1;
  background-color: rgb(20 20 20 / var(--tw-bg-opacity, 1));
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  .specs-strip {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.specs-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.05);
  background-color: rgb(255 255 255 / 0.1);
}
@media (min-width: 640px) {

  .specs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {

  .specs-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.spec-item {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  --tw-bg-opacity: 1;
  background-color: rgb(20 20 20 / var(--tw-bg-opacity, 1));
  padding: 1.75rem;
}
@media (min-width: 768px) {

  .spec-item {
    padding: 2.5rem;
  }
}
.spec-icon {
  display: grid;
  height: 3rem;
  width: 3rem;
  place-items: center;
  border-radius: 9999px;
  background-color: rgb(161 201 66 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(161 201 66 / var(--tw-text-opacity, 1));
}
.spec-label {
  font-family: Inter, system-ui, -apple-system, Segoe UI, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.spec-value {
  font-family: Inter, system-ui, -apple-system, Segoe UI, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
  color: rgb(255 255 255 / 0.6);
}
/* Related products */
.related {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 244 / var(--tw-bg-opacity, 1));
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {

  .related {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.related-head {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (min-width: 768px) {

  .related-head {
    margin-bottom: 2.5rem;
  }
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 768px) {

  .related-grid {
    gap: 1.75rem;
  }
}
@media (min-width: 1024px) {

  .related-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.r-card {
  display: flex;
  flex-direction: column;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.r-card:hover {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.r-media {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 234 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 1px 2px rgba(20,20,20,0.05);
  --tw-shadow-colored: 0 1px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.r-card:hover .r-media {
  --tw-shadow: 0 12px 36px rgba(20,20,20,0.14);
  --tw-shadow-colored: 0 12px 36px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.r-media img {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.r-card:hover .r-media img {
  --tw-scale-x: 1.03;
  --tw-scale-y: 1.03;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.r-media::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 3px;
    transform-origin: left;
    --tw-scale-x: 0;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-bg-opacity: 1;
    background-color: rgb(161 201 66 / var(--tw-bg-opacity, 1));
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
  }
.r-card:hover .r-media::after {
  --tw-scale-x: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.r-body {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.875rem;
  padding-top: 0.75rem;
}
.r-cat {
  font-family: JetBrains Mono, ui-monospace, SF Mono, Menlo, Consolas, monospace;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  --tw-text-opacity: 1;
  color: rgb(138 181 53 / var(--tw-text-opacity, 1));
}
.r-name {
  font-family: Inter, system-ui, -apple-system, Segoe UI, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.h-12 {
  height: 3rem;
}
.h-48 {
  height: 12rem;
}
.h-5 {
  height: 1.25rem;
}
.w-12 {
  width: 3rem;
}
.w-5 {
  width: 1.25rem;
}
.w-full {
  width: 100%;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-container {
  max-width: 1440px;
}
.max-w-none {
  max-width: none;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.list-none {
  list-style-type: none;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-green {
  --tw-border-opacity: 1;
  border-color: rgb(161 201 66 / var(--tw-border-opacity, 1));
}
.border-line {
  --tw-border-opacity: 1;
  border-color: rgb(232 232 224 / var(--tw-border-opacity, 1));
}
.border-line-alt {
  --tw-border-opacity: 1;
  border-color: rgb(224 224 216 / var(--tw-border-opacity, 1));
}
.bg-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 244 / var(--tw-bg-opacity, 1));
}
.bg-bg-alt {
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 234 / var(--tw-bg-opacity, 1));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(161 201 66 / var(--tw-bg-opacity, 1));
}
.bg-green\/20 {
  background-color: rgb(161 201 66 / 0.2);
}
.bg-paper {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-0\.5 {
  padding-bottom: 0.125rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-center {
  text-align: center;
}
.font-sans {
  font-family: Inter, system-ui, -apple-system, Segoe UI, Helvetica, Arial, sans-serif;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.text-body {
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-green {
  --tw-text-opacity: 1;
  color: rgb(161 201 66 / var(--tw-text-opacity, 1));
}
.text-green-dark {
  --tw-text-opacity: 1;
  color: rgb(138 181 53 / var(--tw-text-opacity, 1));
}
.text-ink {
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
}
.text-muted {
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.overline {
  text-decoration-line: overline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.shadow-1 {
  --tw-shadow: 0 1px 2px rgba(20,20,20,0.05);
  --tw-shadow-colored: 0 1px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2 {
  --tw-shadow: 0 6px 20px rgba(20,20,20,0.08);
  --tw-shadow-colored: 0 6px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-green {
  --tw-shadow: 0 2px 8px rgba(161,201,66,0.18);
  --tw-shadow-colored: 0 2px 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-green {
  --tw-shadow-color: #A1C942;
  --tw-shadow: var(--tw-shadow-colored);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}

/* ============================================================================
 * Theme base — extracted from monsters-ui/index.html and applied site-wide.
 * ========================================================================= */

@keyframes navEnter {
  from { opacity: 0; transform: translateY(-100%); }
  to { opacity: 1; transform: none; }
}
@keyframes heroReveal {
  from { opacity: 0; transform: scale(1.04); }
  to { opacity: 1; transform: scale(1); }
}
@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 0.6; }
  50% { transform: scale(3.2); opacity: 0; }
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
  .reveal { opacity: 1 !important; transform: none !important; }
  .marquee-track { animation: none !important; }
}

/* ============================================================================
 * Contact Form 7 — map CF7's generated classes onto the monsters-ui design.
 * Our CF7 form template wraps tags in .field / .cf-row / .form-submit, so the
 * generic input styling under @layer components already applies. This layer
 * only handles CF7's added spans, validation states, and response output.
 * ========================================================================= */

/* Variant of contact-grid used on Home (no map → single column). */

/* ============================================================================
 * Single Product page — light navbar variant
 * Matches monsters-ui/product-detail.html: paper background, dark text,
 * dark logo. Replaces the default transparent-then-dark nav on product items.
 * ========================================================================= */

/* ============================================================================
 * Single Product page (single-product.twig) — mirrors monsters-ui/product-detail.html
 * ========================================================================= */

.hover\:-translate-y-0\.5:hover {
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(138 181 53 / var(--tw-bg-opacity, 1));
}

.hover\:bg-line:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 224 / var(--tw-bg-opacity, 1));
}

.hover\:shadow-3:hover {
  --tw-shadow: 0 12px 36px rgba(20,20,20,0.14);
  --tw-shadow-colored: 0 12px 36px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-green-hover:hover {
  --tw-shadow: 0 6px 16px rgba(161,201,66,0.30);
  --tw-shadow-colored: 0 6px 16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group[open] .group-open\:rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 768px) {

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}

