@charset "UTF-8";
/* =========================================================
   Limex · Design 6 — "Pages": design 5 split into home + work / services / FAQ pages
   Design 3 (Reel) + design 4 (Fusion) with PLAIN backgrounds:
   solid black / white / lime only; no glows, aurora, streaks or textures.
   ========================================================= */

@property --beam { syntax: "<angle>"; inherits: false; initial-value: 0deg; }

:root {
  --black: #0a0a0a;
  --black-2: #111111;
  --black-3: #1a1a1a;
  --white: #f4f4ef;
  --paper: #e9e9e2;
  --gray: #8c8c86;
  --gray-2: #55554f;
  --line-d: rgba(255, 255, 255, 0.1);
  --line-d2: rgba(255, 255, 255, 0.16);
  --line-l: rgba(10, 10, 10, 0.14);
  --lime: #c6ff3d;
  --lime-2: #a8e61f;
  /* lime accent family (user prefers lime over Fusion's orange/blue) */
  --lime-3: #7fd11b;
  --lime-pale: #efffc2;
  --moss: #2f5c0a;
  --grad-border: linear-gradient(163deg, var(--lime-pale) 6%, var(--lime) 26%, #3d6a0e 46%, #0d0d0d 64%, var(--lime-2) 100%);
  --grad-text: linear-gradient(90deg, var(--lime-3) 0%, var(--lime) 30%, var(--lime-pale) 50%, var(--lime) 70%, var(--lime-3) 100%);
  --display: "Bricolage Grotesque", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --mono: "JetBrains Mono", ui-monospace, Consolas, monospace;
  --max: 1280px;
  --ease: cubic-bezier(.2, .7, .2, 1);
  --header-h: 92px;
}

/* ---------------- Reset ---------------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-h); -webkit-text-size-adjust: 100%; background: var(--black); }
body {
  margin: 0; background: var(--black); color: var(--white);
  font-family: var(--display); font-size: 16px; line-height: 1.55; font-variation-settings: "opsz" 14;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; overflow-x: hidden;
}
img, video, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
h1, h2, h3, h4 { margin: 0; font-weight: 800; text-transform: uppercase; letter-spacing: -0.028em; line-height: .9; font-variation-settings: "opsz" 96; }
mark { background: var(--lime); color: var(--black); padding: 0 .06em; -webkit-box-decoration-break: clone; box-decoration-break: clone; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
figure, blockquote { margin: 0; }
::selection { background: var(--lime); color: var(--black); }
:focus-visible { outline: 2px solid var(--lime); outline-offset: 3px; border-radius: 6px; }

/* ---------------- Smooth scroll (Lenis) ---------------- */
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: clip; }

/* ---------------- Custom scrollbar ---------------- */
::-webkit-scrollbar { width: 12px; height: 8px; }
::-webkit-scrollbar-track { background: #070707; }
::-webkit-scrollbar-thumb { background: linear-gradient(180deg, var(--lime), #86cc1c); border-radius: 99px; border: 3px solid #070707; }
::-webkit-scrollbar-thumb:hover { background: linear-gradient(180deg, #dcff80, var(--lime)); border-width: 2px; }
::-webkit-scrollbar-corner { background: #070707; }
@supports not selector(::-webkit-scrollbar) {
  html { scrollbar-width: thin; scrollbar-color: var(--lime) #070707; }
}
.hscroll::-webkit-scrollbar { height: 4px; }
.hscroll::-webkit-scrollbar-track { background: transparent; }
.hscroll::-webkit-scrollbar-thumb { background: rgba(198,255,61,.5); border: 0; }

/* ---------------- Utilities ---------------- */
.container { width: 100%; max-width: var(--max); margin-inline: auto; padding-inline: 32px; }
.skip-link { position: absolute; left: 16px; top: -60px; z-index: 200; background: var(--lime); color: var(--black); padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { top: 12px; }
.icon { width: 20px; height: 20px; flex: none; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.icon-sm { width: 16px; height: 16px; }
.icon-xs { width: 11px; height: 11px; }
.dark { background: var(--black); color: var(--white); }
.section-alt { background: #0e0e0e; border-block: 1px solid rgba(255,255,255,.05); }
.section-alt > .container { position: relative; }

/* Light panels: white sections as rounded cards inset in the dark page (not full-bleed slabs) */
.panel-light {
  --paper-w: #f3f4ee;
  position: relative; isolation: isolate; overflow: clip;
  margin: 14px clamp(8px, 1.3vw, 18px);
  border-radius: clamp(26px, 3vw, 40px);
  background: var(--paper-w); color: var(--black);
}
.panel-light :focus-visible { outline-color: var(--black); }
.panel-light .pill-fx { background: var(--black); color: var(--white); box-shadow: none; }
.panel-light .section-intro { color: #4a4a44; }
.panel-light .u-link { text-decoration-color: var(--lime-3); }
.panel-light .mono-label { color: #3d6a0e; }
.mono-label { display: inline-flex; align-items: center; gap: 10px; font-family: var(--mono); font-size: 12px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; color: var(--gray); }
.grad-text { background: var(--grad-text); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* gradient-border helper (Fusion): paint --grad-border into a 1px ring */
.pill-fx::before, .btn-fx::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1px; pointer-events: none;
  background: var(--grad-border);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
}

/* Pill badges */
.pill-fx {
  position: relative; display: inline-flex; align-items: center; gap: 10px; padding: 8px 15px; border-radius: 999px;
  font-family: var(--mono); font-size: 12px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; line-height: 1;
}
.pill-fx { color: #ecece6; background: rgba(12,12,12,.7); isolation: isolate; }

/* Orb (Fusion glass sphere) */
.orb {
  display: inline-block; flex: none; border-radius: 50%;
  background:
    radial-gradient(circle at 32% 26%, rgba(255,255,255,.6), rgba(255,255,255,0) 13%),
    radial-gradient(circle at 50% 56%, #030602 50%, #0f2206 72%, #2f5c0a 100%);
}
.orb-xs { width: 16px; height: 16px; box-shadow: inset 1.5px 2px 3px rgba(230,255,160,.95), inset -2px -2.5px 4px rgba(127,209,27,.95), 0 0 10px rgba(198,255,61,.4); }

/* ---------------- Buttons ---------------- */
.btn {
  position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  height: 54px; padding: 0 26px; border-radius: 999px; font-weight: 700; font-size: 16px; letter-spacing: -0.01em; white-space: nowrap;
  transition: background .25s, color .25s, border-color .25s, box-shadow .3s, transform .25s var(--ease);
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0) scale(.98); }
.btn .icon-sm { transition: transform .3s var(--ease); }
.btn:hover .icon-sm { transform: translate(2px, -2px); }
.btn-lime { background: var(--lime); color: var(--black); box-shadow: 0 10px 40px -12px rgba(198,255,61,.7); }
.btn-lime:hover { background: #d9ff75; box-shadow: 0 14px 50px -10px rgba(198,255,61,.85); }
.btn-fx { color: #fff; background: #060606; isolation: isolate; }
.btn-fx::after {
  content: ""; position: absolute; left: 14%; right: 14%; top: -5px; height: 12px; border-radius: 50%; z-index: -1;
  background: var(--lime); filter: blur(10px); opacity: .45; transition: opacity .3s, transform .3s var(--ease);
}
.btn-fx:hover { background: #0e0e0e; }
.btn-fx:hover::after { opacity: 1; transform: scaleX(1.12); }
.btn-black { background: var(--black); color: var(--white); }
.btn-black:hover { background: #262626; }
.btn-black-outline { border: 1.5px solid var(--black); color: var(--black); }
.btn-black-outline:hover { background: var(--black); color: var(--lime); }
.btn-sm { height: 42px; padding: 0 18px; font-size: 14px; }
.btn-block { width: 100%; }
.play-dot { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: var(--lime); color: var(--black); }
.u-link { text-decoration: underline; text-decoration-thickness: 2px; text-decoration-color: var(--lime-2); text-underline-offset: 4px; color: inherit; }
/* text roll on hover */
.roll { position: relative; display: inline-block; overflow: hidden; height: 1.3em; line-height: 1.3em; vertical-align: top; }
.roll > span { display: block; transition: transform .5s var(--ease); }
.roll::after { content: attr(data-text); position: absolute; left: 0; top: 100%; width: 100%; transition: transform .5s var(--ease); }
.btn:hover .roll > span, .btn:hover .roll::after { transform: translateY(-100%); }

/* ---------------- Progress bar ---------------- */
.progress { position: fixed; top: 0; left: 0; right: 0; height: 2px; z-index: 120; pointer-events: none; }
.progress i { display: block; height: 100%; transform: scaleX(0); transform-origin: left; background: linear-gradient(90deg, var(--lime-3), var(--lime) 55%, var(--lime-pale)); box-shadow: 0 0 12px rgba(198,255,61,.6); }

/* ---------------- Reveal ---------------- */
.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.js .reveal.is-visible { opacity: 1; transform: none; }
.reveal:nth-child(2) { transition-delay: .07s; }
.reveal:nth-child(3) { transition-delay: .14s; }
.reveal:nth-child(4) { transition-delay: .21s; }
.reveal:nth-child(5) { transition-delay: .28s; }

/* ---------------- Header (floating glass bar) ---------------- */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 14px 20px 0; pointer-events: none; }
.header-bar {
  position: relative; pointer-events: auto; max-width: var(--max); height: 64px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 10px 0 18px;
  border-radius: 20px; border: 1px solid var(--line-d); background: rgba(10,10,10,.5);
  backdrop-filter: blur(18px) saturate(150%); -webkit-backdrop-filter: blur(18px) saturate(150%);
  transition: background .35s, border-color .35s, box-shadow .35s;
}
.is-scrolled .header-bar, .nav-open .header-bar { background: rgba(10,10,10,.82); border-color: var(--line-d2); box-shadow: 0 18px 50px -20px rgba(0,0,0,.8); }
.logo { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; font-size: 20px; letter-spacing: -0.03em; font-variation-settings: "opsz" 96; }
.logo-mark { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 9px; background: var(--lime); color: var(--black); font-size: 18px; font-weight: 800; box-shadow: 0 0 22px -4px rgba(198,255,61,.8); }
.nav { display: flex; align-items: center; gap: 4px; }
.nav a:not(.btn) { padding: 9px 13px; border-radius: 10px; font-family: var(--mono); font-size: 12px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; color: #a3a39d; transition: color .2s, background .2s; }
.nav a:not(.btn):hover { color: var(--lime); background: rgba(255,255,255,.04); }
.nav-cta-mobile { display: none; }
.header-actions { display: flex; justify-content: flex-end; }
.nav-toggle { display: none; width: 44px; height: 44px; justify-self: end; position: relative; border-radius: 13px; background: var(--lime); }
.nav-toggle span { position: absolute; left: 13px; right: 13px; height: 2px; border-radius: 2px; background: var(--black); transition: transform .35s var(--ease), top .35s var(--ease); }
.nav-toggle span:first-child { top: 17px; }
.nav-toggle span:last-child { top: 25px; }
.nav-open .nav-toggle span:first-child { top: 21px; transform: rotate(45deg); }
.nav-open .nav-toggle span:last-child { top: 21px; transform: rotate(-45deg); }

/* ---------------- Hero ---------------- */
.hero { position: relative; padding: 138px 0 0; overflow: hidden; isolation: isolate; }
.hero-grid { display: grid; grid-template-columns: 1.08fr 1fr; gap: 48px; align-items: center; }
.rec { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(198,255,61,.2); animation: blink 1.4s steps(2) infinite; }
@keyframes blink { 50% { opacity: .25; } }
.hero h1 { margin-top: 26px; font-size: clamp(58px, 7.4vw, 124px); line-height: .86; letter-spacing: -0.036em; }
.hero h1 mark { display: inline-block; padding: 0 .06em .04em; transform: rotate(-2deg); }
.lede { margin-top: 26px; max-width: 470px; font-size: clamp(17px, 1.45vw, 20px); color: #bdbdb6; line-height: 1.5; }
.hero-ctas { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 12px; }

/* Spinning "free sample" badge (Reel) */
.badge-spin { position: relative; display: inline-grid; place-items: center; width: 124px; height: 124px; margin-top: 44px; }
.badge-text { position: absolute; inset: 0; width: 100%; height: 100%; animation: rotate 14s linear infinite; }
.badge-text text { font-family: var(--mono); font-size: 9.6px; font-weight: 500; letter-spacing: 1.4px; fill: var(--white); }
.badge-core { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; background: var(--lime); color: var(--black); transition: transform .3s var(--ease); }
.badge-spin:hover .badge-core { transform: rotate(45deg) scale(1.06); }
@keyframes rotate { to { transform: rotate(360deg); } }

/* Video wall */
.wall {
  height: 700px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; overflow: hidden;
  mask-image: linear-gradient(transparent, #000 10%, #000 90%, transparent);
  -webkit-mask-image: linear-gradient(transparent, #000 10%, #000 90%, transparent);
}
.wall-col { display: flex; flex-direction: column; gap: 14px; animation: wallUp 36s linear infinite; }
.wall-col-down { animation-name: wallDown; animation-duration: 42s; }
.wall:hover .wall-col { animation-play-state: paused; }
@keyframes wallUp { from { transform: translateY(0); } to { transform: translateY(calc(-50% - 7px)); } }
@keyframes wallDown { from { transform: translateY(calc(-50% - 7px)); } to { transform: translateY(0); } }
.tile { flex: none; aspect-ratio: 9 / 16; border-radius: 18px; container-type: inline-size; border: 1px solid var(--line-d); box-shadow: 0 20px 40px -20px rgba(0,0,0,.8); }
.tile-tag { position: absolute; left: 8px; bottom: 8px; z-index: 4; padding: 4px 8px; border-radius: 6px; background: rgba(0,0,0,.65); backdrop-filter: blur(6px); font-family: var(--mono); font-size: 10px; letter-spacing: .04em; text-transform: uppercase; color: #fff; }
.tile-hook { position: absolute; top: 30%; left: 50%; z-index: 3; width: 84%; transform: translateX(-50%); text-align: center; font-size: 7.4cqw; font-weight: 700; line-height: 1.25; color: #111; background: #fff; padding: .35em .5em; border-radius: .4em; }

/* Client logos marquee */

/* ---------------- Media placeholders ---------------- */
.media { position: relative; overflow: hidden; isolation: isolate; }
.media > img, .media > video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .6s ease; z-index: 2; }
.media.has-media > img, .media.has-media > video { opacity: 1; }
.media.has-media .ph-person, .media.has-media .ugc-ui, .media.has-media .ph-bottle, .media.has-media .tile-hook,
.media.has-media .skel, .media.has-media .ph-play, .media.has-media .modal-ph { display: none; }
.phone { position: relative; padding: 7px; border-radius: 30px; container-type: inline-size; background: var(--black-3); box-shadow: inset 0 0 0 1px rgba(255,255,255,.1), 0 30px 60px -24px rgba(0,0,0,.9); }
.phone::before { content: ""; position: absolute; top: 14px; left: 50%; width: 28%; height: 5px; transform: translateX(-50%); border-radius: 99px; background: #000; z-index: 5; }
.phone .media { aspect-ratio: 9 / 16; border-radius: 24px; }
.ph-ugc { background: radial-gradient(120% 60% at 50% 0%, rgba(255,255,255,.14), transparent 60%), linear-gradient(170deg, var(--c1), var(--c2)); }
.ph-person { position: absolute; left: 50%; bottom: 0; width: 80%; height: 64%; transform: translateX(-50%); z-index: 1; }
.ph-person::before { content: ""; position: absolute; left: 50%; top: 6%; width: 48%; aspect-ratio: 1; transform: translateX(-50%); border-radius: 50%; background: linear-gradient(160deg, rgba(255,255,255,.26), rgba(255,255,255,.07)); }
.ph-person::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 58%; border-radius: 50% 50% 0 0 / 55% 55% 0 0; background: linear-gradient(160deg, rgba(255,255,255,.2), rgba(255,255,255,.04)); }
.ugc-ui { position: absolute; inset: 0; z-index: 3; display: flex; flex-direction: column; padding: 0 8cqw 9cqw; pointer-events: none; }
.ugc-hook { margin: 40% auto auto; max-width: 90%; text-align: center; font-size: 6.6cqw; font-weight: 700; line-height: 1.25; color: #111; background: #fff; padding: .3em .55em; border-radius: .4em; }
.ugc-meta { font-size: 5cqw; color: rgba(255,255,255,.92); margin-bottom: 3.5cqw; }
.ugc-meta b { font-weight: 700; }
.ugc-bar { display: block; height: 1.2cqw; min-height: 2px; border-radius: 9px; background: rgba(255,255,255,.25); overflow: hidden; }
.ugc-bar i { display: block; height: 100%; background: var(--lime); transform-origin: left; animation: progressBar 8s linear infinite; }
@keyframes progressBar { from { transform: scaleX(0); } to { transform: scaleX(1); } }
.sound-btn { position: absolute; top: 7cqw; right: 6cqw; z-index: 4; display: none; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: rgba(0,0,0,.55); color: #fff; }
.sound-btn[aria-pressed="true"] { background: var(--lime); color: var(--black); }
.has-media .sound-btn { display: grid; }

.scene { position: relative; overflow: hidden; }
.scene::before { content: ""; position: absolute; z-index: 0; }
.scene::after { content: ""; position: absolute; left: 50%; bottom: 19%; width: 40%; height: 7%; transform: translateX(-50%); border-radius: 50%; background: radial-gradient(closest-side, rgba(0,0,0,.45), transparent); z-index: 0; }
.scene-raw { background: linear-gradient(180deg, #efefeb, #d8d8d2); }
.scene-raw::after { background: radial-gradient(closest-side, rgba(0,0,0,.16), transparent); }
.scene-lime { background: radial-gradient(circle at 70% 20%, rgba(255,255,255,.7) 0 6%, transparent 30%), linear-gradient(160deg, #e4ff9a, #c6ff3d 45%, #7fb317); }
.scene-lime::before { left: 18%; right: 18%; bottom: 0; height: 22%; border-radius: 50% 50% 0 0 / 22% 22% 0 0; background: linear-gradient(180deg, #1d1d1d, #0a0a0a); }
.scene-dark { background: radial-gradient(circle at 50% 30%, rgba(198,255,61,.28), transparent 45%), linear-gradient(180deg, #1a1a1a, #050505); }
.scene-dark::before { left: 0; right: 0; bottom: 0; height: 22%; background: linear-gradient(180deg, #202020, #0c0c0c); border-top: 1px solid rgba(198,255,61,.35); }
.scene-sand { background: radial-gradient(circle at 30% 25%, rgba(255,240,200,.8) 0 8%, transparent 30%), linear-gradient(170deg, #f7d9a8, #e59b52 60%, #b8612a); }
.scene-sand::before { left: 0; right: 0; bottom: 0; height: 22%; background: linear-gradient(180deg, #d28a4a, #a45a26); }
.scene-pool { background: repeating-linear-gradient(170deg, rgba(255,255,255,.0) 0 18px, rgba(255,255,255,.18) 18px 22px), linear-gradient(180deg, #7de3f0, #1fa9c4); }
.scene-pool::before { left: 0; right: 0; bottom: 0; height: 22%; background: linear-gradient(180deg, #f4f1ea, #d9d4c8); }
.scene-stone { background: radial-gradient(circle at 30% 25%, rgba(255,255,255,.75) 0 8%, transparent 30%), linear-gradient(170deg, #ecebe4, #cfcdc2 60%, #a9a699); }
.scene-stone::before { left: 0; right: 0; bottom: 0; height: 22%; background: linear-gradient(180deg, #8f8c80, #6d6a60); }
.scene-mint { background: repeating-linear-gradient(170deg, rgba(255,255,255,0) 0 18px, rgba(255,255,255,.2) 18px 22px), linear-gradient(180deg, #e6f7cf, #a9d98a); }
.scene-mint::before { left: 0; right: 0; bottom: 0; height: 22%; background: linear-gradient(180deg, #2c4a18, #1a2e0e); }
.ph-bottle {
  position: absolute; left: 50%; bottom: 21.5%; width: 20%; aspect-ratio: 1 / 2.05; transform: translateX(-50%); z-index: 1;
  border-radius: 16% 16% 10% 10% / 9% 9% 5% 5%;
  background: linear-gradient(90deg, #cfcfc9 0%, #ffffff 36%, #efefea 62%, #b9b9b2 100%);
}
.ph-bottle::before { content: ""; position: absolute; left: 30%; right: 30%; top: -15%; height: 16%; border-radius: 3px 3px 1px 1px; background: linear-gradient(90deg, #0a0a0a, #333 45%, #0a0a0a); }
.ph-bottle::after { content: ""; position: absolute; left: 14%; right: 14%; top: 38%; height: 28%; border-radius: 2px; background: var(--black); box-shadow: inset 0 -5px 0 var(--lime); }
.ph-bottle.spin { animation: spin 4s ease-in-out infinite; }
@keyframes spin { 0%, 100% { transform: translateX(-50%) scaleX(1); } 50% { transform: translateX(-50%) scaleX(.55); } }
.ph-play { position: absolute; inset: 0; margin: auto; z-index: 3; width: 60px; height: 60px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); color: var(--black); }

/* ---------------- Band ---------------- */
.band { background: var(--lime); color: var(--black); overflow: hidden; border-block: 2px solid var(--black); }
.band-track { display: flex; width: max-content; animation: marquee 26s linear infinite; }
.band-track span { display: inline-flex; align-items: center; gap: 28px; padding: 18px 28px 18px 0; font-size: clamp(34px, 4.6vw, 64px); font-weight: 800; text-transform: uppercase; letter-spacing: -0.028em; line-height: 1; white-space: nowrap; font-variation-settings: "opsz" 96; }
.band-track .icon { width: .7em; height: .7em; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------------- Stats ---------------- */
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stats.panel-light { margin-top: 14px; }
.stat { padding: 64px 28px 56px; display: grid; gap: 14px; align-content: start; }
.stat::before { content: ""; width: 30px; height: 4px; border-radius: 2px; background: var(--lime); }
.panel-light .stat::before { background: var(--lime-3); box-shadow: none; }
.panel-light .stat + .stat { border-left-color: rgba(10,10,10,.1); }
.panel-light .stat span { color: #55554f; }
.stat:first-child { padding-left: 0; }
.stat + .stat { border-left: 1px solid var(--line-d); }
.stat strong { font-size: clamp(64px, 7.6vw, 124px); font-weight: 800; letter-spacing: -0.045em; line-height: .85; font-variation-settings: "opsz" 96; font-variant-numeric: tabular-nums; }
.stat span { font-family: var(--mono); font-size: 12px; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; color: var(--gray); max-width: 200px; }

/* ---------------- Sections ---------------- */
.section { position: relative; padding: 132px 0; }
.section-head { position: relative; margin-bottom: 64px; }
.section-head h2 { margin-top: 22px; font-size: clamp(56px, 9.4vw, 156px); line-height: .84; letter-spacing: -0.038em; }
.section-head h2 mark { display: inline-block; padding: 0 .05em .02em; }
.section-intro { margin-top: 22px; max-width: 470px; font-size: 18px; color: var(--gray-2); }
.dark .section-intro { color: #a3a39d; }
.section-head-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; flex-wrap: wrap; }

/* ---------------- Services: Reel rows on a plain background ---------------- */
/* on the white panel the rows use design 3's look: black rules, hover = black row */
.services.panel-light .svc-list { background: transparent; border: 0; border-radius: 0; border-bottom: 1.5px solid var(--black); overflow: visible; }
.services.panel-light .svc-list::before { display: none; }
.services.panel-light .svc { color: var(--black); border-top: 1.5px solid var(--black); padding-inline: 24px; }
.services.panel-light .svc-n { color: #3d6a0e; }
.services.panel-light .svc-body p { color: #4a4a44; }
.services.panel-light .tags li { border-color: rgba(10,10,10,.22); color: var(--black); }
.services.panel-light .svc-arrow { border-color: var(--black); color: var(--black); }
.services.panel-light .svc:hover, .services.panel-light .svc:focus-visible { background: var(--black); color: var(--white); }
.services.panel-light .svc:hover .svc-n, .services.panel-light .svc:focus-visible .svc-n { color: var(--lime); }
.services.panel-light .svc:hover .svc-body p, .services.panel-light .svc:focus-visible .svc-body p { color: #b9b9b3; }
.services.panel-light .svc:hover .tags li, .services.panel-light .svc:focus-visible .tags li { border-color: rgba(255,255,255,.22); color: var(--white); }
.services.panel-light .svc:hover .svc-arrow, .services.panel-light .svc:focus-visible .svc-arrow { background: var(--lime); border-color: var(--lime); color: var(--black); transform: rotate(45deg); }
.stats.dark { border-bottom: 1px solid var(--line-d); }

/* Service rows (Reel) on a solid card */
.svc-list {
  position: relative; isolation: isolate; overflow: hidden; border-radius: 30px; border: 1px solid var(--line-d);
  background: var(--black-2);
}
.svc {
  position: relative; display: grid; grid-template-columns: 64px 1.2fr 1fr 58px; grid-template-areas: "n title body arrow";
  gap: 32px; align-items: center; padding: 38px 36px; color: var(--white);
  transition: background .35s var(--ease), color .35s;
}
.svc + .svc { border-top: 1px solid var(--line-d); }
.svc-n { grid-area: n; font-family: var(--mono); font-size: 14px; font-weight: 500; color: var(--lime); transition: color .35s; }
.svc h3 { grid-area: title; font-size: clamp(30px, 3.5vw, 52px); line-height: .92; letter-spacing: -0.032em; }
.svc-body { grid-area: body; }
.svc-body p { font-size: 16px; color: #b9b9b3; transition: color .35s; }
.tags { margin-top: 14px; display: flex; flex-wrap: wrap; gap: 6px; }
.tags li { padding: 5px 10px; border-radius: 999px; border: 1px solid var(--line-d2); font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: .04em; color: #d8d8d2; transition: border-color .35s, color .35s; }
.svc-arrow { grid-area: arrow; display: grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; border: 1.5px solid var(--line-d2); color: var(--lime); transition: background .35s, border-color .35s, color .35s, transform .45s var(--ease); }
.svc:hover, .svc:focus-visible { background: var(--lime); color: var(--black); outline: none; }
.svc:hover .svc-n, .svc:focus-visible .svc-n { color: var(--black); }
.svc:hover .svc-body p, .svc:focus-visible .svc-body p { color: #262622; }
.svc:hover .tags li, .svc:focus-visible .tags li { border-color: rgba(10,10,10,.28); color: var(--black); }
.svc:hover .svc-arrow, .svc:focus-visible .svc-arrow { background: var(--black); border-color: var(--black); color: var(--lime); transform: rotate(45deg); }

/* lime border beam (Fusion-style rotating conic glow) */
.svc-list::before, .form::before {
  content: ""; position: absolute; inset: 0; z-index: 3; border-radius: inherit; padding: 1px; pointer-events: none;
  background: conic-gradient(from var(--beam), transparent 0deg 290deg, rgba(198,255,61,.25) 318deg, var(--lime) 338deg, var(--lime-pale) 347deg, transparent 360deg);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  animation: beam 9s linear infinite;
}
.form::before { animation-delay: -4s; }
@keyframes beam { to { --beam: 360deg; } }

/* ---------------- Work (Reel) ---------------- */
.tablist { display: flex; gap: 8px; margin-bottom: 40px; overflow-x: auto; scrollbar-width: none; }
.tablist::-webkit-scrollbar { display: none; }
.tablist [role="tab"] { flex: none; padding: 11px 18px; border-radius: 999px; border: 1px solid var(--line-d); font-family: var(--mono); font-size: 12px; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; color: var(--gray); transition: all .2s; }
.tablist [role="tab"]:hover { color: var(--white); border-color: rgba(255,255,255,.35); }
.tablist [role="tab"][aria-selected="true"] { background: var(--lime); border-color: var(--lime); color: var(--black); }
.tabpanel:not([hidden]) { animation: fadeUp .5s var(--ease); }
@keyframes fadeUp { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }

.phone-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.phone-fig figcaption, .vid figcaption, .browser figcaption { margin-top: 16px; display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.phone-fig figcaption span, .vid figcaption span, .browser figcaption span { font-size: 18px; font-weight: 800; text-transform: uppercase; letter-spacing: -0.03em; }
.phone-fig figcaption em, .vid figcaption em, .browser figcaption em { font-style: normal; font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: .04em; color: var(--gray); text-align: right; }
.photo-grid { display: grid; grid-template-columns: 1.55fr 1fr; gap: 16px; }
.ba { position: relative; aspect-ratio: 5 / 4; border-radius: 20px; overflow: hidden; --pos: 50%; }
.ba .media { position: absolute; inset: 0; }
.ba .ph-bottle { width: 17%; }
.ba-before { clip-path: inset(0 calc(100% - var(--pos)) 0 0); z-index: 1; }
.ba-handle { position: absolute; top: 0; bottom: 0; left: var(--pos); width: 3px; margin-left: -1.5px; background: var(--black); z-index: 5; pointer-events: none; }
.ba-handle::after { content: "‹ ›"; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); display: grid; place-items: center; width: 50px; height: 50px; border-radius: 50%; background: var(--black); color: var(--lime); font-size: 18px; font-weight: 800; border: 2px solid var(--lime); }
.ba-label { position: absolute; top: 14px; z-index: 4; padding: 6px 11px; border-radius: 999px; background: var(--black); color: #fff; font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: .05em; pointer-events: none; }
.ba-label-l { left: 14px; }
.ba-label-r { right: 14px; background: var(--lime); color: var(--black); }
.ba-range { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; z-index: 6; }
.ba:has(.ba-range:focus-visible) { outline: 2px solid var(--lime); outline-offset: 3px; }
.photo-stack { display: grid; grid-template-rows: repeat(3, 1fr); gap: 16px; }
.shot { position: relative; min-height: 0; border-radius: 16px; overflow: hidden; }
.shot .media { position: absolute; inset: 0; }
.shot .ph-bottle { width: 11%; bottom: 20%; }
.shot .scene::after { width: 20%; }
.shot figcaption { position: absolute; left: 12px; bottom: 12px; z-index: 4; padding: 5px 10px; border-radius: 6px; background: var(--black); color: #fff; font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: .04em; }
.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.vid-media { aspect-ratio: 4 / 5; border-radius: 18px; }
.vid-media .ph-bottle { width: 20%; }
.site-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.browser-bar { display: flex; align-items: center; gap: 6px; padding: 10px 12px; border-radius: 14px 14px 0 0; background: var(--black-3); border: 1px solid var(--line-d); border-bottom: 0; }
.browser-bar i { width: 9px; height: 9px; border-radius: 50%; background: #3a3a3a; }
.browser-bar i:first-child { background: var(--lime); }
.browser-bar span { margin-left: 12px; flex: 1; padding: 3px 10px; border-radius: 6px; background: var(--black); font-size: 11px; color: var(--gray); font-family: var(--mono); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.skel-wrap { aspect-ratio: 16 / 11; border-radius: 0 0 14px 14px; background: var(--black-2); border: 1px solid var(--line-d); border-top: 0; }
.skel { position: absolute; inset: 0; padding: 9%; display: flex; flex-direction: column; gap: 9px; }
.skel b { height: 20px; width: 76%; border-radius: 3px; background: var(--white); }
.skel em { height: 8px; width: 88%; border-radius: 4px; background: #2a2a2a; }
.skel em.short { width: 55%; }
.skel u { width: 96px; height: 26px; margin-top: 6px; border-radius: 99px; background: var(--lime); }
.skel-cards { margin-top: auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.skel-cards s { height: 54px; border-radius: 8px; background: var(--black-3); }
.skel-alt { background: var(--white); }
.skel-alt .skel b { background: var(--black); }
.skel-alt .skel em { background: #deded7; }
.skel-alt .skel u { background: var(--black); }
.skel-alt .skel-cards s { background: var(--paper); }
.auto-wrap { padding: 40px; border-radius: 24px; border: 1px solid var(--line-d); background: var(--black-2); }
.flow { display: flex; align-items: stretch; }
.flow-node { flex: 1; display: flex; flex-direction: column; gap: 4px; padding: 22px; border-radius: 16px; background: var(--black); border: 1px solid var(--line-d); }
.flow-node-end { border-color: var(--lime); }
.flow-icon { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 10px; border-radius: 12px; background: var(--lime); color: var(--black); }
.flow-node strong { font-size: 18px; font-weight: 800; text-transform: uppercase; letter-spacing: -0.03em; line-height: 1.05; }
.flow-node small { font-size: 13px; color: var(--gray); }
.flow-link { position: relative; flex: 0 0 40px; align-self: center; height: 2px; background: var(--lime); }
.flow-link i { position: absolute; top: -4px; left: 0; width: 10px; height: 10px; border-radius: 50%; background: #fff; box-shadow: 0 0 12px var(--lime); animation: travel 2s linear infinite; }
@keyframes travel { from { left: 0; } to { left: calc(100% - 10px); } }
.auto-stats { margin-top: 28px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.auto-stats div { padding: 22px; border-radius: 16px; border: 1px solid var(--line-d); display: grid; gap: 6px; }
.auto-stats strong { font-size: clamp(28px, 3vw, 40px); font-weight: 800; letter-spacing: -0.03em; line-height: 1; font-variation-settings: "opsz" 96; }
.auto-stats div:first-child strong { color: var(--lime); }
.auto-stats span { font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: .05em; color: var(--gray); }
.auto-note { margin-top: 22px; font-size: 14px; color: var(--gray); }

/* Work section = design 3 (Reel), per user preference */
#work .section-head h2 { margin-top: 18px; }
#work .section-intro { color: var(--gray); }

/* ---------------- Who ---------------- */
.who-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.who { position: relative; display: flex; flex-direction: column; min-height: 340px; padding: 32px; border-radius: 26px; border: 1px solid var(--line-d); background: linear-gradient(180deg, #151515, #0f0f0f); transition: background .35s, color .35s, border-color .35s, transform .4s var(--ease), box-shadow .4s; }
.who .mono-label { color: var(--lime); transition: color .35s; }
.who h3 { margin-top: 18px; font-size: clamp(30px, 3vw, 42px); line-height: .92; letter-spacing: -0.032em; }
.who > p:not(.mono-label) { margin-top: 16px; color: #b1b1ab; max-width: 320px; transition: color .35s; }
.who-arrow { margin-top: auto; align-self: flex-end; display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: var(--lime); color: var(--black); transition: transform .4s var(--ease), background .35s, color .35s; }
.who:hover { background: var(--lime); color: var(--black); border-color: var(--lime); transform: translateY(-4px); box-shadow: 0 30px 70px -30px rgba(198,255,61,.45); }
.who:hover .mono-label { color: var(--black); }
.who:hover > p:not(.mono-label) { color: #262622; }
.who:hover .who-arrow { background: var(--black); color: var(--lime); transform: rotate(45deg); }
.panel-light .who { background: #fff; border-color: rgba(10,10,10,.08); box-shadow: 0 24px 50px -34px rgba(0,0,0,.35); }
.panel-light .who .mono-label { color: #3d6a0e; }
.panel-light .who > p:not(.mono-label) { color: #55554f; }
.panel-light .who-arrow { background: var(--black); color: var(--lime); }
.panel-light .who:hover { background: var(--black); color: var(--white); border-color: var(--black); box-shadow: 0 30px 70px -30px rgba(10,10,10,.55), 0 0 0 1px rgba(198,255,61,.25); }
.panel-light .who:hover .mono-label { color: var(--lime); }
.panel-light .who:hover > p:not(.mono-label) { color: #b9b9b3; }
.panel-light .who:hover .who-arrow { background: var(--lime); color: var(--black); }

/* ---------------- Process ---------------- */
.process { overflow: clip; }
.steps { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-d); }
.step { position: relative; padding: 36px 28px 8px; }
.step:first-child { padding-left: 0; }
.step + .step { border-left: 1px solid var(--line-d); }
.step-n { display: block; font-size: clamp(72px, 7vw, 112px); font-weight: 800; line-height: .85; letter-spacing: -0.045em; color: transparent; -webkit-text-stroke: 1.5px var(--lime); font-variation-settings: "opsz" 96; transition: color .4s, text-shadow .4s; }
.step:hover .step-n { color: var(--lime); text-shadow: 0 0 40px rgba(198,255,61,.45); }
.step h3 { margin-top: 28px; font-size: 28px; letter-spacing: -0.028em; }
.step p { margin-top: 12px; color: var(--gray); }

/* ---------------- Testimonials ---------------- */
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.quote { display: flex; flex-direction: column; padding: 32px; border-radius: 26px; border: 1px solid var(--line-d); background: linear-gradient(180deg, #151515, #0f0f0f); }
.quote-lime { background: var(--lime); border-color: var(--lime); color: var(--black); }
.quote-mark { font-size: 120px; font-weight: 800; line-height: .7; height: 56px; color: var(--lime); font-variation-settings: "opsz" 96; }
.quote-lime .quote-mark { color: var(--black); }
.quote blockquote { margin-top: 18px; flex: 1; font-size: 21px; font-weight: 600; line-height: 1.35; letter-spacing: -0.02em; }
.quote figcaption { margin-top: 28px; padding-top: 18px; border-top: 1px solid var(--line-d); display: flex; flex-direction: column; gap: 2px; }
.quote-lime figcaption { border-top-color: rgba(10,10,10,.18); }
.quote figcaption strong { font-size: 16px; text-transform: uppercase; letter-spacing: -0.02em; }
.quote figcaption span { font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: .04em; color: var(--gray); }
.quote-lime figcaption span { color: #33332e; }

/* ---------------- Offers ---------------- */
.offers-band { background: var(--lime); color: var(--black); padding: 104px 0; margin: 14px clamp(8px, 1.3vw, 18px); border-radius: clamp(26px, 3vw, 40px); }
.offers { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.offer { padding: 44px; border-radius: 30px; border: 2px solid var(--black); display: flex; flex-direction: column; align-items: flex-start; }
.offer:first-child { position: relative; overflow: hidden; isolation: isolate; background: var(--black); color: var(--white); }
.offer:first-child .mono-label { color: var(--lime); }
.offer .mono-label { color: var(--black); }
.offer h3 { margin-top: 18px; font-size: clamp(38px, 4.4vw, 64px); line-height: .88; letter-spacing: -0.036em; }
.offer p { margin: 18px 0 32px; font-size: 17px; max-width: 440px; opacity: .82; }
.offer .btn { margin-top: auto; }

/* ---------------- FAQ ---------------- */
.faq-wrap { display: grid; grid-template-columns: 1fr 1.4fr; gap: 72px; align-items: start; }
.faq-wrap .section-head { margin-bottom: 0; position: sticky; top: 120px; }
.faq-wrap .section-head h2 { font-size: clamp(56px, 7vw, 112px); }
.faq details { border-bottom: 1px solid var(--line-d2); }
.faq details:first-child { border-top: 1px solid var(--line-d2); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 24px 0; font-size: 21px; font-weight: 700; letter-spacing: -0.02em; line-height: 1.25; transition: color .2s; }
.faq summary:hover { color: var(--lime); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; flex: none; display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; border: 1px solid rgba(198,255,61,.45); color: var(--lime); font-size: 22px; font-weight: 500; transition: background .2s, color .2s, border-color .2s, transform .3s var(--ease); }
.faq summary:hover::after { transform: rotate(90deg); }
.faq details[open] summary::after { content: "−"; background: var(--lime); border-color: var(--lime); color: var(--black); transform: none; }
.faq details p { padding: 0 60px 26px 0; color: #b1b1ab; font-size: 17px; }
.panel-light .faq details { border-bottom-color: rgba(10,10,10,.14); }
.panel-light .faq details:first-child { border-top-color: rgba(10,10,10,.14); }
.panel-light .faq summary:hover { color: #3d6a0e; }
.panel-light .faq summary::after { background: var(--black); border-color: var(--black); color: var(--lime); }
.panel-light .faq details[open] summary::after { background: var(--lime); border-color: var(--lime); color: var(--black); }
.panel-light .faq details p { color: #4a4a44; }

/* ---------------- Finale: contact + footer over Fusion glow ---------------- */
.finale { position: relative; isolation: isolate; overflow: hidden; border-top: 1px solid var(--line-d); }
.contact { padding-bottom: 96px; }
.contact-head { position: relative; display: flex; flex-direction: column; align-items: center; text-align: center; margin-bottom: 64px; }
.contact-title { margin-top: 22px; max-width: 1100px; font-size: clamp(52px, 8.4vw, 136px); line-height: .86; letter-spacing: -0.038em; }
.contact-title mark { display: inline-block; padding: 0 .05em .02em; }
.contact-head .section-intro { margin-inline: auto; color: #c4c4be; }
.contact-grid { display: grid; grid-template-columns: 1.45fr 1fr; gap: 16px; align-items: start; max-width: 1120px; margin-inline: auto; }
.form { position: relative; isolation: isolate; display: grid; gap: 20px; padding: 40px; border-radius: 28px; background: var(--black-2); border: 1px solid var(--line-d); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 8px; border: 0; padding: 0; margin: 0; min-width: 0; }
.field > span, .field legend { font-family: var(--mono); font-size: 11px; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; color: #a3a39d; padding: 0; }
.field legend { margin-bottom: 10px; }
.field input, .field select, .field textarea {
  width: 100%; padding: 14px 16px; border-radius: 14px; font: inherit; font-size: 16px; color: var(--white);
  background: rgba(0,0,0,.55); border: 1px solid var(--line-d); transition: border-color .2s, box-shadow .2s;
}
.field textarea { resize: vertical; min-height: 110px; }
.field select { appearance: none; cursor: pointer; background-image: linear-gradient(45deg, transparent 50%, var(--gray) 50%), linear-gradient(135deg, var(--gray) 50%, transparent 50%); background-position: calc(100% - 22px) 55%, calc(100% - 17px) 55%; background-size: 5px 5px; background-repeat: no-repeat; }
.field select option { background: var(--black-2); color: var(--white); }
.field input::placeholder, .field textarea::placeholder { color: #55554f; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--lime); box-shadow: 0 0 0 3px rgba(198,255,61,.18); }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { position: relative; cursor: pointer; }
.chip input { position: absolute; opacity: 0; pointer-events: none; }
.chip span { display: inline-block; padding: 10px 15px; border-radius: 999px; border: 1px solid var(--line-d); font-size: 14px; font-weight: 600; color: #c9c9c3; transition: all .2s; }
.chip:hover span { border-color: rgba(255,255,255,.4); color: var(--white); }
.chip input:checked + span { background: var(--lime); border-color: var(--lime); color: var(--black); }
.chip input:focus-visible + span { outline: 2px solid var(--lime); outline-offset: 2px; }
.hp { position: absolute !important; left: -9999px !important; }
.form-status { min-height: 1.4em; font-size: 14px; color: var(--gray); }
.form-status[data-state="success"] { color: var(--lime); }
.form-status[data-state="error"] { color: #ff9a80; }
.book { padding: 40px; border-radius: 28px; background: var(--lime); color: var(--black); position: sticky; top: 110px; }
.book .mono-label { color: var(--black); }
.book h3 { margin-top: 16px; font-size: clamp(34px, 3.4vw, 46px); line-height: .9; letter-spacing: -0.036em; }
.book-list { margin: 24px 0 30px; display: grid; gap: 10px; }
.book-list li { display: flex; align-items: center; gap: 10px; font-weight: 600; }
.book-list .icon { stroke-width: 3; }
.book-email { display: block; margin-top: 16px; text-align: center; font-family: var(--mono); font-size: 13px; text-decoration: underline; text-underline-offset: 3px; }

.footer { padding: 0 0 96px; }
.footer-card { padding: 56px 48px 32px; border-radius: 32px; border: 1px solid var(--line-d); background: var(--black-2); overflow: hidden; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; }
.footer-brand p { margin-top: 18px; max-width: 340px; font-size: 17px; font-weight: 600; line-height: 1.35; color: #d0d0ca; }
.footer h4 { font-family: var(--mono); font-size: 11px; font-weight: 500; letter-spacing: .08em; color: var(--gray); margin-bottom: 14px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 10px; }
.footer-grid > div a { font-size: 15px; color: #c9c9c3; transition: color .2s; }
.footer-grid > div a:hover { color: var(--lime); }
.footer-grid .logo { color: var(--white); }
.footer-wordmark { margin-top: 64px; font-size: clamp(64px, 17.5vw, 250px); font-weight: 800; letter-spacing: -0.05em; line-height: .78; text-align: center; white-space: nowrap; font-variation-settings: "opsz" 96; user-select: none; background: var(--grad-text); -webkit-background-clip: text; background-clip: text; color: transparent; }
.footer-bottom { margin-top: 36px; padding-top: 22px; border-top: 1px solid var(--line-d); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-family: var(--mono); font-size: 12px; text-transform: uppercase; letter-spacing: .05em; color: var(--gray); }

/* ---------------- Showreel modal ---------------- */
.modal { width: min(1040px, 92vw); padding: 0; border: 0; background: transparent; color: var(--white); overflow: visible; }
.modal::backdrop { background: rgba(0,0,0,.86); backdrop-filter: blur(6px); }
.modal-media { aspect-ratio: 16 / 9; border-radius: 22px; background: var(--black-2); border: 1px solid var(--line-d); }
.modal-ph { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; text-align: center; padding: 24px; }
.play-big { display: grid; place-items: center; width: 84px; height: 84px; border-radius: 50%; background: var(--lime); color: var(--black); box-shadow: 0 0 0 12px rgba(198,255,61,.15); }
.play-big .icon { width: 30px; height: 30px; }
.modal-ph p { font-size: clamp(24px, 3vw, 40px); font-weight: 800; text-transform: uppercase; letter-spacing: -0.028em; }
.modal-ph small { font-family: var(--mono); font-size: 12px; color: var(--gray); }
.modal-ph code { color: var(--lime); }
.modal-close { position: absolute; top: -54px; right: 0; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--white); color: var(--black); }

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 1100px) {
  .phone-row { grid-template-columns: repeat(4, minmax(190px, 1fr)); overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 12px; }
  .phone-fig { scroll-snap-align: start; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat:nth-child(3) { border-left: 0; padding-left: 0; }
  .stat:nth-child(n+3) { border-top: 1px solid var(--line-d); }
  .panel-light .stat:nth-child(n+3) { border-top-color: rgba(10,10,10,.1); }
}

@media (max-width: 960px) {
  :root { --header-h: 80px; }
  .container { padding-inline: 24px; }
  .site-header { padding: 10px 12px 0; }
  .header-bar { grid-template-columns: 1fr auto; height: 60px; padding: 0 8px 0 16px; border-radius: 18px; }
  .header-actions { display: none; }
  .nav-toggle { display: block; }
  .nav {
    position: absolute; top: calc(100% + 8px); left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0;
    padding: 10px 20px 22px; border-radius: 20px; border: 1px solid var(--line-d2); background: #0c0c0c;
    box-shadow: 0 30px 60px -20px rgba(0,0,0,.9);
    opacity: 0; visibility: hidden; transform: translateY(-10px) scale(.98); transform-origin: top center;
    transition: opacity .3s, transform .35s var(--ease), visibility .3s;
  }
  .nav-open .nav { opacity: 1; visibility: visible; transform: none; }
  .nav a:not(.btn) { padding: 16px 4px; border-radius: 0; font-family: var(--display); font-size: 30px; font-weight: 800; letter-spacing: -0.03em; color: var(--white); border-bottom: 1px solid var(--line-d); }
  .nav a:not(.btn):hover { background: none; }
  .nav-cta-mobile { display: inline-flex; margin-top: 20px; }

  .hero { padding-top: 116px; }
  .hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .svc { grid-template-columns: 1fr auto; grid-template-areas: "n arrow" "title title" "body body"; gap: 14px 16px; padding: 30px 28px; }
  .svc-arrow { width: 46px; height: 46px; }
  .wall { height: 520px; }
  .section { padding: 100px 0; }
  .photo-grid { grid-template-columns: 1fr; }
  .photo-stack { grid-template-rows: none; grid-template-columns: repeat(3, 1fr); }
  .shot { aspect-ratio: 1; }
  .shot .ph-bottle { width: 18%; }
  .shot .scene::after { width: 34%; }
  .video-grid, .site-grid { grid-template-columns: repeat(3, minmax(240px, 1fr)); overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 12px; }
  .vid, .browser { scroll-snap-align: start; }
  .flow { flex-direction: column; }
  .flow-link { flex-basis: 30px; width: 2px; height: auto; }
  .flow-link i { left: -4px; animation-name: travelY; }
  @keyframes travelY { from { top: 0; } to { top: calc(100% - 10px); } }
  .auto-stats, .who-grid, .quotes, .offers { grid-template-columns: 1fr; }
  .who { min-height: 0; }
  .who-arrow { margin-top: 24px; }
  .steps { grid-template-columns: 1fr 1fr; }
  .step:nth-child(3) { border-left: 0; padding-left: 0; }
  .step:nth-child(n+3) { margin-top: 36px; }
  .faq-wrap, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .faq-wrap .section-head, .book { position: static; }
  .footer-card { padding: 44px 32px 28px; }
  .footer-grid { grid-template-columns: 1fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .container { padding-inline: 18px; }
  .site-header { padding: 8px 10px 0; }
  .header-bar { height: 58px; padding: 0 7px 0 14px; }
  .logo { font-size: 18px; }
  .logo-mark { width: 30px; height: 30px; }
  .hero { padding-top: 104px; }
  .pill-fx { font-size: 11px; padding: 7px 12px; }
  .hero h1 { font-size: clamp(52px, 15.5vw, 78px); margin-top: 20px; }
  .lede { font-size: 17px; }
  .hero-ctas { flex-direction: column; }
  .hero-ctas .btn { width: 100%; }
  .badge-spin { display: none; }
  .svc-list { border-radius: 24px; }
  .svc { padding: 26px 20px; }
  .svc h3 { font-size: clamp(28px, 8.6vw, 40px); }
  .svc-body p { font-size: 15.5px; }
  .wall { height: 430px; gap: 10px; }
  .wall-col { gap: 10px; }
  @keyframes wallUp { from { transform: translateY(0); } to { transform: translateY(calc(-50% - 5px)); } }
  @keyframes wallDown { from { transform: translateY(calc(-50% - 5px)); } to { transform: translateY(0); } }
  .tile { border-radius: 12px; }
  .tile-tag { font-size: 8px; left: 5px; bottom: 5px; padding: 3px 5px; }
  .stat { padding: 40px 14px 36px; }
  .stat:first-child, .stat:nth-child(3) { padding-left: 0; }
  .section { padding: 84px 0; }
  .section-head { margin-bottom: 44px; }
  .section-head h2 { font-size: clamp(50px, 15.5vw, 80px); }
  .section-intro { font-size: 16.5px; }
  .phone-row { grid-template-columns: repeat(4, 72%); gap: 16px; }
  .video-grid, .site-grid { grid-template-columns: repeat(3, 84%); }
  .photo-stack { gap: 10px; }
  .shot figcaption { font-size: 9px; left: 6px; bottom: 6px; padding: 3px 6px; }
  .auto-wrap { padding: 20px; }
  .steps { grid-template-columns: 1fr; }
  .step, .step:first-child { padding: 28px 0 0; border-left: 0 !important; margin-top: 0 !important; }
  .step + .step { border-top: 1px solid var(--line-d); margin-top: 28px !important; }
  .quote, .offer, .form, .book { padding: 26px 22px; border-radius: 24px; }
  .offers-band { padding: 72px 0; }
  .panel-light, .offers-band { margin: 10px 8px; border-radius: 24px; }
  .form-row { grid-template-columns: 1fr; }
  .faq summary { font-size: 18px; }
  .faq details p { padding-right: 0; font-size: 16px; }
  .contact-head { margin-bottom: 44px; }
  .contact-title { font-size: clamp(46px, 13.5vw, 72px); }
  .footer { padding-bottom: 80px; }
  .footer-card { padding: 34px 22px 24px; border-radius: 26px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-wordmark { margin-top: 44px; }
  .footer-bottom { flex-direction: column; gap: 6px; }
}

/* ---------- Mobile polish ---------- */
@media (max-width: 640px) {
  /* services: rows use the full width of the panel */
  .services .svc-list { margin-inline: -8px; }
  .svc { padding: 24px 18px; }
  .services .section-head { margin-bottom: 36px; }


  /* who: compact cards, arrow beside the label */
  .who { display: grid; grid-template-columns: 1fr auto; column-gap: 12px; padding: 22px 22px 24px; border-radius: 22px; }
  .who .mono-label { grid-column: 1; grid-row: 1; align-self: center; }
  .who-arrow { grid-column: 2; grid-row: 1; margin-top: 0; width: 44px; height: 44px; align-self: center; }
  .who h3, .who > p:not(.mono-label) { grid-column: 1 / -1; }
  .who h3 { margin-top: 14px; font-size: 30px; }
  .who > p:not(.mono-label) { margin-top: 10px; font-size: 15.5px; }
  .who-grid { gap: 12px; }

  /* process: number beside the text */
  .step, .step:first-child { display: grid; grid-template-columns: 78px 1fr; column-gap: 14px; align-items: start; padding: 22px 0 0; }
  .step + .step { margin-top: 22px !important; }
  .step-n { grid-row: 1 / span 2; font-size: 62px; }
  .step h3 { grid-column: 2; margin-top: 2px; font-size: 24px; }
  .step p { grid-column: 2; margin-top: 6px; font-size: 15.5px; }

  /* testimonials: swipeable carousel */
  .quotes { grid-template-columns: repeat(3, 86%); gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; margin-inline: -18px; padding: 4px 18px 14px; scroll-padding-inline: 18px; }
  .quote { scroll-snap-align: start; }
  .quote blockquote { font-size: 19px; }

  /* offers: even gutters inside the lime panel */
  .offers-band { padding: 12px 0; }
  .offers-band .container { padding-inline: 12px; }
  .offers { gap: 12px; }
  .offer h3 { font-size: 40px; }

  /* swipe rows bleed to the screen edge; no stray vertical scrollbar */
  .hscroll { overflow-y: hidden; margin-inline: -18px; padding-inline: 18px; scroll-padding-inline: 18px; }
  .js .hscroll > .reveal { opacity: 1; transform: none; }

  /* comfortable tap targets for inline links */
  .u-link, .book-email { display: inline-block; padding-block: 10px; }

  /* footer: social links as chips, wordmark fills the width */
  .footer-grid > div:last-child { flex-direction: row; flex-wrap: wrap; gap: 8px; }
  .footer-grid > div:last-child h4 { width: 100%; margin-bottom: 4px; }
  .footer-grid > div:last-child a { padding: 9px 14px; border-radius: 999px; border: 1px solid var(--line-d2); font-size: 14px; }
  .footer-wordmark { font-size: 20.5vw; }
}

/* =========================================================
   Hero = design 3 (Reel), per user request.
   Scoped to #top so it overrides the design 4/5 hero rules.
   Only change vs design 3: top padding clears the floating header.
   ========================================================= */
#top.hero { padding: 112px 0 0; overflow: hidden; }
#top .hero-grid { grid-template-columns: 1.08fr 1fr; gap: 48px; align-items: center; }
#top .rec { width: 9px; height: 9px; background: #ff3b30; box-shadow: 0 0 0 4px rgba(255,59,48,.2); }
#top h1 { margin-top: 24px; font-size: clamp(58px, 7.6vw, 128px); line-height: .86; letter-spacing: -0.036em; }
#top h1 mark { box-shadow: none; }
#top .lede { margin-top: 28px; max-width: 470px; font-size: clamp(17px, 1.5vw, 20px); color: #b9b9b3; }
#top .hero-ctas { margin-top: 36px; }
#top .btn-lime { box-shadow: none; }
#top .btn-lime:hover { background: #fff; box-shadow: none; }
#top .btn-outline { border: 1.5px solid rgba(255,255,255,.3); color: var(--white); }
#top .btn-outline:hover { border-color: var(--white); }
#top .badge-core { box-shadow: none; }
#top .tile { box-shadow: none; }
#top .dim { color: var(--gray-2); }
#top .hero-logos { margin-top: 64px; padding-top: 28px; padding-bottom: 36px; border-top: 1px solid var(--line-d); display: flex; align-items: center; gap: 40px; }
#top .hero-logos ul { flex: 1; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 32px; }
#top .hero-logos li { font-size: 22px; font-weight: 800; letter-spacing: -0.028em; text-transform: uppercase; color: #4a4a46; transition: color .2s; }
#top .hero-logos li:hover { color: var(--white); }
@media (max-width: 960px) {
  #top .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  #top .hero-copy { position: relative; }
  #top .badge-spin { position: absolute; right: 24px; top: 8px; margin: 0; width: 104px; height: 104px; }
  #top .wall { height: 520px; }
  #top .hero-logos { flex-direction: column; align-items: flex-start; gap: 16px; }
  #top .hero-logos ul { justify-content: flex-start; }
}
@media (max-width: 640px) {
  #top h1 { font-size: clamp(52px, 15.5vw, 76px); margin-top: 18px; }
  #top .badge-spin { display: none; }
  #top .wall { height: 440px; gap: 10px; }
  #top .hero-logos li { font-size: 17px; }
  #top .hero-logos ul { gap: 8px 20px; }
}

/* Header "Book a call" = design 3: solid lime pill + arrow, no glow, turns white on hover, no text roll */
.site-header .btn-lime { box-shadow: none; }
.site-header .btn-lime:hover { background: #fff; box-shadow: none; }
.site-header .btn .roll::after { display: none; }
.site-header .btn:hover .roll > span { transform: none; }

/* =========================================================
   Design 6 — multi-page additions
   ========================================================= */
/* current page in the menu */
.nav a[aria-current="page"] { color: var(--lime); }

/* sub-page header (Work / Services / FAQ) */
.page-hero { padding: 168px 0 48px; }
.crumbs { display: flex; align-items: center; gap: 10px; font-family: var(--mono); font-size: 12px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; color: var(--gray); }
.crumbs a { transition: color .2s; }
.crumbs a:hover { color: var(--lime); }
.crumbs [aria-current="page"] { color: var(--white); }
.page-hero h1 { margin-top: 22px; font-size: clamp(56px, 9.4vw, 156px); line-height: .84; letter-spacing: -0.038em; }
.page-hero h1 mark { display: inline-block; padding: 0 .05em .02em; }
.page-hero .section-intro { margin-top: 26px; color: #b9b9b3; }
.section.work-page { padding-top: 24px; }
.section.section-tight { padding: 80px 0; }
.faq-page.section { padding: 72px 0 88px; }
.faq-page .faq { max-width: 920px; }

/* generic outline button (the hero's is scoped to #top) */
.btn-outline { border: 1.5px solid rgba(255,255,255,.3); color: var(--white); }
.btn-outline:hover { border-color: var(--white); }

/* end-of-page call to action */
.cta-end { padding-bottom: 96px; }
.cta-end .contact-head { margin-bottom: 0; }
.cta-row { margin-top: 36px; display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }

/* home: work preview cards */
.wp-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.wp-card {
  display: flex; flex-direction: column; gap: 14px; padding: 8px 8px 16px; border-radius: 24px;
  background: #fff; border: 1px solid rgba(10,10,10,.08); color: var(--black);
  transition: transform .45s var(--ease), box-shadow .45s var(--ease);
}
.wp-card:hover { transform: translateY(-4px); box-shadow: 0 26px 50px -30px rgba(0,0,0,.4); }
.wp-card .wp-media { aspect-ratio: 4 / 5; border-radius: 17px; border: 0; container-type: inline-size; }
.wp-media .ph-bottle { width: 22%; }
.wp-media .tile-hook { font-size: 7cqw; top: 26%; }
.wp-bar { position: absolute; top: 0; left: 0; right: 0; z-index: 3; display: flex; gap: 5px; padding: 10px 12px; background: var(--black-3); }
.wp-bar i { width: 8px; height: 8px; border-radius: 50%; background: #3a3a3a; }
.wp-bar i:first-child { background: var(--lime); }
.wp-card .skel { top: 28px; }
.media.has-media .wp-bar { display: none; }
.wp-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 0 8px; }
.wp-meta strong { display: block; font-size: 18px; font-weight: 800; letter-spacing: -0.02em; text-transform: uppercase; line-height: 1.1; }
.wp-meta em { display: block; margin-top: 3px; font-style: normal; font-family: var(--mono); font-size: 11px; letter-spacing: .04em; text-transform: uppercase; color: #55554f; }
.wp-arrow { display: grid; place-items: center; width: 40px; height: 40px; flex: none; border-radius: 50%; background: var(--black); color: var(--lime); transition: transform .45s var(--ease), background .3s, color .3s; }
.wp-card:hover .wp-arrow { background: var(--lime); color: var(--black); transform: rotate(45deg); }
.wp-cta { margin-top: 48px; display: flex; justify-content: center; }
.wp-cta .btn { height: 58px; padding: 0 34px; font-size: 17px; }

@media (max-width: 1100px) {
  .wp-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 960px) {
  .page-hero { padding: 136px 0 36px; }
}
@media (max-width: 640px) {
  .page-hero { padding: 120px 0 28px; }
  .page-hero h1 { font-size: clamp(52px, 15.5vw, 80px); }
  .section.section-tight { padding: 56px 0; }
  .wp-grid { gap: 10px; }
  .wp-card { gap: 10px; padding: 6px 6px 12px; border-radius: 18px; }
  .wp-card .wp-media { border-radius: 13px; }
  .wp-meta { padding: 0 4px; gap: 6px; }
  .wp-meta strong { font-size: 14px; }
  .wp-meta em { display: none; }
  .wp-arrow { width: 30px; height: 30px; }
  .wp-cta { margin-top: 28px; }
  .wp-cta .btn, .cta-row .btn { width: 100%; }
  .cta-row { flex-direction: column; }
}

/* ---------- Mobile polish v2 (designs 6 + 7) ---------- */
@media (max-width: 640px) {
  /* hero video wall: readable tile labels */
  #top .tile-tag { font-size: 9.5px; letter-spacing: .02em; left: 6px; bottom: 6px; padding: 3px 6px; }

  /* services rows on the white panel: line up with the heading, rules run the full content width */
  .services.panel-light .svc-list { margin-inline: 0; }
  .services.panel-light .svc { padding: 26px 0; }
  .services.panel-light .svc:hover, .services.panel-light .svc:focus-visible { padding-inline: 14px; }

  /* work heading: no big gap between the title and its intro */
  #work .section-head-row { gap: 0; }

  /* swipe rows run to the screen edge; no scrollbar line (the peeking next card shows it scrolls) */
  .tablist, .phone-row, .video-grid, .site-grid, .quotes {
    margin-inline: -18px; padding-inline: 18px; scroll-padding-inline: 18px;
    overflow-y: hidden; scrollbar-width: none;
  }
  .tablist::-webkit-scrollbar, .phone-row::-webkit-scrollbar, .video-grid::-webkit-scrollbar,
  .site-grid::-webkit-scrollbar, .quotes::-webkit-scrollbar { display: none; }
  .phone-row { padding-bottom: 4px; }
}

/* ---------- Mobile polish v2 (design 6 pages) ---------- */
@media (max-width: 640px) {
  /* sub-page closing CTA: full-width buttons */
  .cta-row { align-self: stretch; }
  /* FAQ page: less empty space above the list */
  .faq-page.section { padding: 36px 0 44px; }
  /* home work preview: one-line labels, smaller arrow */
  .wp-meta > span:first-child { min-width: 0; }
  .wp-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wp-card { min-width: 0; }
  .wp-meta { padding: 0 2px; gap: 4px; }
  .wp-meta strong { font-size: 12px; letter-spacing: -0.01em; line-height: 1.15; }
  .wp-arrow { width: 26px; height: 26px; }
  .wp-arrow .icon-sm { width: 13px; height: 13px; }
}

/* ---------- Mobile: show every work category (tabs wrap instead of scrolling off-screen) ---------- */
@media (max-width: 640px) {
  .tablist { flex-wrap: wrap; overflow: visible; margin-inline: 0; padding-inline: 0; gap: 8px; margin-bottom: 28px; }
  .tablist [role="tab"] { flex: 1 1 auto; padding: 11px 14px; text-align: center; }
}

/* Brand logo: the LIMEX lime-slice mark (client artwork, transparent PNG used as a mask) inside the lime tile */
.logo-mark .logo-lime { display: block; width: 78%; aspect-ratio: 512 / 429; background: currentColor;
  -webkit-mask: url(assets/brand/limex-mark.png?v=a43336f8) center / contain no-repeat; mask: url(assets/brand/limex-mark.png?v=a43336f8) center / contain no-repeat; }

/* LIMEX wordmark: a bit more tracking (the L and I touched at -0.05em) and bigger, since it is a short word */
.logo { letter-spacing: -0.01em; }
.footer-wordmark { letter-spacing: -0.02em; font-size: clamp(72px, 22vw, 330px); }
@media (max-width: 640px) { .footer-wordmark { font-size: 26vw; } }

/* ---------- Real portfolio media (assets/portfolio) ----------
   .is-real = a slot holding real work: no placeholder art, a neutral backdrop while it loads,
   and videos show their poster frame straight away instead of fading in on loadeddata. */
.media.is-real { background: #151515; }
.media.is-real > video[poster] { opacity: 1; }
.tile-45 { aspect-ratio: 4 / 5; }

/* Ads tab: static ads shown as feed posts inside the phone frame */
.feed { position: relative; display: flex; flex-direction: column; aspect-ratio: 9 / 16; padding-top: 11cqw; border-radius: 24px; overflow: hidden; background: #000; }
.feed-head { flex: none; display: flex; align-items: center; gap: 2.6cqw; height: 13cqw; padding: 0 4cqw; }
.feed-avatar { display: grid; place-items: center; width: 8.4cqw; height: 8.4cqw; border-radius: 50%; background: var(--white); color: var(--black); font-size: 4cqw; font-weight: 800; }
.feed-name { display: flex; flex-direction: column; font-size: 4cqw; line-height: 1.15; }
.feed-name b { font-weight: 700; }
.feed-name small { font-size: 3.3cqw; color: var(--gray); }
.feed-more { margin-left: auto; font-size: 3.4cqw; letter-spacing: .08em; color: var(--gray); }
.phone .feed-img { flex: none; aspect-ratio: 4 / 5; border-radius: 0; }
.feed-cta { flex: none; display: flex; align-items: center; justify-content: space-between; height: 11cqw; padding: 0 4cqw; background: #161616; font-size: 4cqw; font-weight: 700; }
.feed-cta .icon { width: 4.4cqw; height: 4.4cqw; }
.feed-cap { padding: 3.4cqw 4cqw 0; }
.feed-cap i { display: block; width: 72%; height: 2.2cqw; border-radius: 9px; background: rgba(255,255,255,.14); }
.feed-cap i + i { width: 46%; margin-top: 2.4cqw; }

.ads-more { margin-top: 56px; }
.ads-more .mono-label { margin-bottom: 18px; }
.static-row { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.static .media { aspect-ratio: 4 / 5; border-radius: 14px; }
.static figcaption { margin-top: 10px; font-family: var(--mono); font-size: 11px; letter-spacing: .04em; text-transform: uppercase; color: var(--gray); }

/* Product photos tab: portrait before/after + six 4:5 shots (desktop = 2 rows of 3 beside it) */
.photo-grid-real { grid-template-columns: 2fr repeat(3, 1fr); }
.photo-grid-real .ba { grid-row: span 2; aspect-ratio: auto; }
.photo-grid-real .shot { aspect-ratio: 4 / 5; }

/* Product videos tab: 16:9 loops; the brand film is the big one on desktop */
.video-grid-real .vid-media { aspect-ratio: 16 / 9; }
@media (min-width: 961px) {
  .video-grid-real .vid-feature { grid-column: span 2; grid-row: span 2; display: flex; flex-direction: column; }
  .video-grid-real .vid-feature .vid-media { flex: 1; aspect-ratio: auto; }
}
@media (max-width: 960px) {
  .photo-grid-real { grid-template-columns: repeat(3, 1fr); }
  .photo-grid-real .ba { grid-column: span 2; }
  .photo-grid-real .shot:last-child { display: none; }
  .video-grid-real { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: minmax(300px, 46%); }
  .static-row { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 640px) {
  .photo-grid-real { gap: 10px; }
  .photo-grid-real .ba { grid-column: 1 / -1; grid-row: auto; aspect-ratio: 4 / 5; }
  .photo-grid-real .shot:last-child { display: block; }
  .video-grid-real { grid-auto-columns: 84%; }
  .ads-more { margin-top: 40px; }
  .static-row {
    grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 44%; gap: 12px;
    overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; scrollbar-width: none;
    margin-inline: -18px; padding: 0 18px 4px; scroll-padding-inline: 18px;
  }
  .static-row::-webkit-scrollbar { display: none; }
  .static { scroll-snap-align: start; }
  .static figcaption { font-size: 10px; }
}

/* Websites tab: full-page screenshots of the concept sites (showcase/). They sit top-aligned;
   hovering the card scrolls slowly through the whole page and returns quickly on leave. Touch = top only. */
.site-shot > img { object-position: 50% 0; transition: opacity .6s ease, object-position 1.2s cubic-bezier(.4, 0, .2, 1); }
@media (hover: hover) {
  .browser:hover .site-shot > img, .wp-card:hover .site-shot > img {
    object-position: 50% 100%; transition: opacity .6s ease, object-position 9s cubic-bezier(.45, .05, .55, .95);
  }
}
.wp-media.site-shot > img { top: 28px; height: calc(100% - 28px); }

@media (hover: none) {
  .who:hover { transform: none; }
  .btn:hover { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
