/* ════════════════════════════════════════════════════════════════
   EMDALY SOLUTIONS — Design System v4.0
   Strak, professional, geen saai crème, geen italic serif
   Stack: vanilla CSS, GSAP via CDN (geen Lenis, native scroll)
   ════════════════════════════════════════════════════════════════ */

/* ─── RESET ──────────────────────────────────────────────── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{-webkit-text-size-adjust:100%;text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}
body{min-height:100vh;line-height:1.55;text-rendering:optimizeLegibility}
img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}
input,button,textarea,select{font:inherit;color:inherit}
button{background:none;border:0;cursor:pointer}
a{color:inherit;text-decoration:none}
h1,h2,h3,h4,h5,h6{font-weight:inherit;line-height:1;text-wrap:balance;letter-spacing:-0.03em}
p{text-wrap:pretty}
:focus-visible{outline:2px solid var(--text);outline-offset:4px;border-radius:2px}
::selection{background:var(--text);color:var(--accent)}

/* ─── DESIGN TOKENS ──────────────────────────────────────── */
:root{
  /* Color — crispy neutral, not creme */
  --bg:#fafaf8;
  --bg-card:#ffffff;
  --bg-warm:#f2f2ee;
  --bg-dark:#0a0a0a;
  --bg-darker:#000000;
  --text:#0a0a0a;
  --text-soft:#525252;
  --text-muted:#999999;
  --text-on-dark:#fafaf8;
  --text-on-dark-soft:#8a8a8a;
  --accent:#c8ff00;
  --accent-dark:#2d3700;
  --border:rgba(10,10,10,0.09);
  --border-strong:rgba(10,10,10,0.18);
  --border-dark:rgba(250,250,248,0.1);

  /* Typography — Inter Tight for display, Inter for body */
  --font-display:'Inter Tight','Inter',-apple-system,BlinkMacSystemFont,sans-serif;
  --font-body:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;
  --font-mono:'JetBrains Mono','SF Mono',Menlo,monospace;

  /* Fluid type scale */
  --fs-mono:0.7rem;
  --fs-xs:0.8125rem;
  --fs-sm:0.9375rem;
  --fs-base:clamp(0.9375rem,0.9rem + 0.2vw,1rem);
  --fs-lg:clamp(1.0625rem,1rem + 0.3vw,1.1875rem);
  --fs-xl:clamp(1.25rem,1.1rem + 0.6vw,1.4375rem);
  --fs-2xl:clamp(1.5rem,1.3rem + 1vw,2rem);
  --fs-3xl:clamp(2rem,1.6rem + 2vw,3rem);
  --fs-4xl:clamp(2.5rem,1.8rem + 3.5vw,4.25rem);
  --fs-5xl:clamp(3rem,2rem + 5vw,5.5rem);
  --fs-6xl:clamp(3.5rem,2rem + 7vw,7.5rem);
  --fs-hero:clamp(3.25rem,1.5rem + 8.5vw,9.5rem);

  /* Spacing */
  --space-1:0.25rem;
  --space-2:0.5rem;
  --space-3:0.75rem;
  --space-4:1rem;
  --space-5:1.5rem;
  --space-6:2rem;
  --space-7:3rem;
  --space-8:4rem;
  --space-9:6rem;
  --space-10:8rem;
  --section-y:clamp(5rem,4rem + 7vw,10rem);
  --container-x:clamp(1.5rem,3vw + 0.5rem,4rem);

  /* Layout */
  --container:1440px;
  --container-narrow:920px;
  --container-wide:1680px;
  --radius-sm:4px;
  --radius:8px;
  --radius-lg:16px;
  --radius-xl:24px;

  /* Motion */
  --ease:cubic-bezier(0.65,0,0.35,1);
  --ease-out:cubic-bezier(0.16,1,0.3,1);
  --ease-in-out:cubic-bezier(0.83,0,0.17,1);
  --dur-fast:0.25s;
  --dur:0.5s;
  --dur-slow:0.8s;

  /* Z */
  --z-nav:100;
  --z-overlay:200;
}

/* ─── BASE ──────────────────────────────────────────────── */
html,body{background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:var(--fs-base);font-weight:400;letter-spacing:-0.011em}
body{overflow-x:hidden}

/* ─── CONTAINER ─────────────────────────────────────────── */
.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 var(--container-x)}
.container--narrow{max-width:var(--container-narrow)}
.container--wide{max-width:var(--container-wide)}

/* ─── TYPOGRAPHY HELPERS ────────────────────────────────── */
.eyebrow{font-family:var(--font-mono);font-size:var(--fs-mono);text-transform:uppercase;letter-spacing:0.18em;color:var(--text-muted);font-weight:500;display:inline-flex;align-items:center;gap:var(--space-3)}
.eyebrow::before{content:'';display:inline-block;width:20px;height:1px;background:currentColor}
.eyebrow--center{justify-content:center}

.display{font-family:var(--font-display);font-weight:500;line-height:0.92;letter-spacing:-0.04em}

.h1{font-family:var(--font-display);font-size:var(--fs-6xl);font-weight:500;line-height:0.92;letter-spacing:-0.045em}
.h2{font-family:var(--font-display);font-size:var(--fs-5xl);font-weight:500;line-height:0.95;letter-spacing:-0.04em}
.h3{font-family:var(--font-display);font-size:var(--fs-3xl);font-weight:500;line-height:1.05;letter-spacing:-0.03em}
.h4{font-family:var(--font-display);font-size:var(--fs-2xl);font-weight:500;line-height:1.15;letter-spacing:-0.025em}

.lead{font-size:var(--fs-lg);line-height:1.55;color:var(--text-soft);font-weight:400;max-width:52ch;letter-spacing:-0.01em}

.text-mono{font-family:var(--font-mono);font-size:var(--fs-mono);text-transform:uppercase;letter-spacing:0.14em;font-weight:500}
.text-soft{color:var(--text-soft)}
.text-muted{color:var(--text-muted)}

/* ═══════════════════════════════════════════════════════════
   NAVIGATION
   ═══════════════════════════════════════════════════════════ */
.nav{
  position:fixed;top:0;left:0;right:0;z-index:var(--z-nav);
  padding:var(--space-4) 0;
  transition:padding 0.3s var(--ease),background 0.3s var(--ease),border-color 0.3s var(--ease);
  border-bottom:1px solid transparent;
}
.nav--scrolled{
  padding:var(--space-3) 0;
  background:rgba(250,250,248,0.88);
  backdrop-filter:blur(18px) saturate(1.4);
  -webkit-backdrop-filter:blur(18px) saturate(1.4);
  border-bottom-color:var(--border);
}
.nav__inner{display:flex;align-items:center;justify-content:space-between;gap:var(--space-6)}

.nav__logo{
  font-family:var(--font-display);font-size:1.1rem;font-weight:600;letter-spacing:-0.03em;
  display:inline-flex;align-items:baseline;gap:2px;
  transition:opacity var(--dur-fast) var(--ease);
  text-transform:uppercase;
}
.nav__logo:hover{opacity:0.6}
.nav__logo .dot{display:inline-block;width:7px;height:7px;background:var(--accent);border-radius:50%;margin-left:2px}

.nav__links{display:flex;align-items:center;gap:var(--space-7)}
.nav__link{
  font-size:var(--fs-sm);font-weight:450;color:var(--text);
  position:relative;padding:var(--space-2) 0;
  transition:color var(--dur-fast) var(--ease);
}
.nav__link::after{
  content:'';position:absolute;left:0;bottom:0;width:0;height:1px;background:currentColor;
  transition:width 0.3s var(--ease);
}
.nav__link:hover::after,.nav__link[aria-current]::after{width:100%}

.nav__cta{
  display:inline-flex;align-items:center;gap:var(--space-3);
  padding:var(--space-3) var(--space-5);
  background:var(--text);color:var(--bg);
  border-radius:100px;font-size:var(--fs-sm);font-weight:500;
  transition:transform var(--dur-fast) var(--ease),background var(--dur-fast) var(--ease);
}
.nav__cta::after{content:'→';transition:transform var(--dur-fast) var(--ease)}
.nav__cta:hover{transform:translateY(-2px)}
.nav__cta:hover::after{transform:translateX(3px)}

.nav__lang{display:flex;align-items:center;gap:var(--space-2);font-family:var(--font-mono);font-size:var(--fs-mono);text-transform:uppercase;letter-spacing:0.12em}
.nav__lang button{
  padding:var(--space-1) var(--space-2);color:var(--text-muted);
  transition:color var(--dur-fast) var(--ease);font-family:inherit;font-size:inherit;letter-spacing:inherit;text-transform:inherit;font-weight:500;
}
.nav__lang button:hover,.nav__lang button.is-active{color:var(--text)}
.nav__lang span{color:var(--border-strong)}

.nav__toggle{
  display:none;width:44px;height:44px;
  flex-direction:column;justify-content:center;align-items:center;gap:5px;
  border-radius:50%;
}
.nav__toggle span{display:block;width:22px;height:1.5px;background:var(--text);transition:transform 0.3s var(--ease),opacity 0.3s var(--ease)}
.nav__toggle.is-open span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}
.nav__toggle.is-open span:nth-child(2){opacity:0}
.nav__toggle.is-open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}

@media(max-width:960px){
  .nav__links,.nav__lang{display:none}
  .nav__toggle{display:flex}
}

/* Mobile fullscreen menu */
.nav-overlay{
  position:fixed;inset:0;z-index:calc(var(--z-nav) - 1);
  background:var(--bg-dark);color:var(--text-on-dark);
  display:flex;flex-direction:column;justify-content:center;align-items:flex-start;
  padding:var(--space-9) var(--container-x);
  transform:translateY(-100%);transition:transform 0.6s var(--ease-in-out);
  overflow-y:auto;
}
.nav-overlay.is-open{transform:translateY(0)}
.nav-overlay__inner{width:100%;max-width:var(--container);margin:0 auto}
.nav-overlay__links{display:flex;flex-direction:column;gap:var(--space-3);margin-bottom:var(--space-8)}
.nav-overlay__links a{
  font-family:var(--font-display);font-size:clamp(2.5rem,9vw,5rem);font-weight:500;line-height:1;letter-spacing:-0.035em;
  display:inline-block;
  opacity:0;transform:translateY(40px);
  transition:opacity 0.5s var(--ease-out),transform 0.5s var(--ease-out),color 0.25s var(--ease);
}
.nav-overlay__links a:hover{color:var(--accent)}
.nav-overlay.is-open .nav-overlay__links a{opacity:1;transform:translateY(0)}
.nav-overlay.is-open .nav-overlay__links a:nth-child(1){transition-delay:0.1s}
.nav-overlay.is-open .nav-overlay__links a:nth-child(2){transition-delay:0.15s}
.nav-overlay.is-open .nav-overlay__links a:nth-child(3){transition-delay:0.2s}
.nav-overlay.is-open .nav-overlay__links a:nth-child(4){transition-delay:0.25s}
.nav-overlay.is-open .nav-overlay__links a:nth-child(5){transition-delay:0.3s}
.nav-overlay.is-open .nav-overlay__links a:nth-child(6){transition-delay:0.35s}

.nav-overlay__meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--space-6);padding-top:var(--space-6);border-top:1px solid var(--border-dark);width:100%}
.nav-overlay__meta-block .text-mono{color:var(--text-on-dark-soft);margin-bottom:var(--space-2);display:block}
.nav-overlay__meta-block a{color:var(--text-on-dark);font-size:var(--fs-base);transition:color var(--dur-fast)}
.nav-overlay__meta-block a:hover{color:var(--accent)}

body.menu-open{overflow:hidden}

/* ═══════════════════════════════════════════════════════════
   BUTTONS
   ═══════════════════════════════════════════════════════════ */
.btn{
  display:inline-flex;align-items:center;gap:var(--space-3);
  padding:var(--space-4) var(--space-6);
  font-size:var(--fs-sm);font-weight:500;letter-spacing:-0.01em;
  border-radius:100px;border:1px solid transparent;
  transition:all 0.3s var(--ease);
  position:relative;overflow:hidden;
  white-space:nowrap;
}
.btn__arrow{display:inline-block;transition:transform 0.3s var(--ease)}
.btn:hover .btn__arrow{transform:translateX(4px)}

.btn--primary{background:var(--text);color:var(--bg);border-color:var(--text)}
.btn--primary:hover{background:transparent;color:var(--text)}

.btn--accent{background:var(--accent);color:var(--text);border-color:var(--accent);font-weight:600}
.btn--accent:hover{background:var(--text);color:var(--accent);border-color:var(--text)}

.btn--ghost{background:transparent;color:var(--text);border-color:var(--border-strong)}
.btn--ghost:hover{background:var(--text);color:var(--bg);border-color:var(--text)}

.btn--dark-ghost{background:transparent;color:var(--text-on-dark);border-color:var(--border-dark)}
.btn--dark-ghost:hover{background:var(--accent);color:var(--text);border-color:var(--accent)}

.btn--lg{padding:var(--space-5) var(--space-7);font-size:var(--fs-base)}

.link-arrow{
  display:inline-flex;align-items:center;gap:var(--space-3);
  font-size:var(--fs-sm);font-weight:500;
  padding-bottom:var(--space-1);
  border-bottom:1px solid currentColor;
  transition:gap var(--dur-fast) var(--ease);
}
.link-arrow:hover{gap:var(--space-4)}

/* ═══════════════════════════════════════════════════════════
   HERO
   ═══════════════════════════════════════════════════════════ */
.hero{
  position:relative;
  padding:clamp(8rem,18vh,13rem) 0 var(--space-9);
  min-height:92vh;
  display:flex;flex-direction:column;justify-content:flex-end;
  overflow:hidden;
}
.hero__inner{position:relative;z-index:2}
.hero__meta{
  display:flex;justify-content:space-between;align-items:center;gap:var(--space-6);
  margin-bottom:var(--space-8);
  padding-bottom:var(--space-4);border-bottom:1px solid var(--border);
}
.hero__status{display:inline-flex;align-items:center;gap:var(--space-3);font-family:var(--font-mono);font-size:var(--fs-mono);text-transform:uppercase;letter-spacing:0.16em;color:var(--text-soft);font-weight:500}
.hero__status::before{content:'';width:7px;height:7px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 0 rgba(34,197,94,0.5);animation:pulse 2.5s var(--ease) infinite}
@keyframes pulse{0%,100%{box-shadow:0 0 0 0 rgba(34,197,94,0.5)}50%{box-shadow:0 0 0 8px rgba(34,197,94,0)}}
.hero__year{font-family:var(--font-mono);font-size:var(--fs-mono);text-transform:uppercase;letter-spacing:0.14em;color:var(--text-muted);font-weight:500}

.hero__title{
  font-family:var(--font-display);
  font-size:var(--fs-hero);
  font-weight:500;
  line-height:0.9;
  letter-spacing:-0.05em;
  margin-bottom:var(--space-8);
}
.hero__title .line{display:block;overflow:hidden;padding-bottom:0.04em}
.hero__title .word{display:inline-block;will-change:transform,opacity}

/* Wow moment 1: lime highlight sweep — now strak, geen italic */
.hero__title .highlight{position:relative;display:inline-block;padding:0 0.05em;color:var(--text);z-index:1}
.hero__title .highlight::before{
  content:'';position:absolute;inset:0.1em -0.05em 0.1em -0.05em;
  background:var(--accent);
  z-index:-1;
  transform-origin:left center;transform:scaleX(0);
  transition:transform 0.85s 0.35s var(--ease-in-out);
}
.hero__title .highlight.is-lit::before{transform:scaleX(1)}

.hero__bottom{
  display:grid;grid-template-columns:1.4fr 1fr;gap:var(--space-7);align-items:end;
  padding-top:var(--space-5);border-top:1px solid var(--border);
}
.hero__sub{
  font-size:var(--fs-lg);
  line-height:1.55;
  color:var(--text-soft);
  max-width:52ch;
  letter-spacing:-0.01em;
}
.hero__actions{display:flex;flex-wrap:wrap;gap:var(--space-3);align-items:center;justify-content:flex-end}

@media(max-width:760px){
  .hero{padding-top:clamp(7rem,15vh,10rem);min-height:auto}
  .hero__bottom{grid-template-columns:1fr;justify-items:start}
  .hero__actions{justify-content:flex-start}
}

/* ═══════════════════════════════════════════════════════════
   MARQUEE
   ═══════════════════════════════════════════════════════════ */
.marquee{
  padding:var(--space-6) 0;
  border-top:1px solid var(--border);border-bottom:1px solid var(--border);
  overflow:hidden;
  background:var(--bg);
}
.marquee__track{
  display:flex;gap:var(--space-7);
  animation:marquee 50s linear infinite;
  width:max-content;
  align-items:center;
}
.marquee__item{
  display:inline-flex;align-items:center;gap:var(--space-7);
  font-family:var(--font-display);font-size:clamp(1.5rem,3.5vw,2.75rem);font-weight:500;letter-spacing:-0.035em;
  white-space:nowrap;color:var(--text);
}
.marquee__item em{font-style:normal;color:var(--text-muted)}
.marquee__item::after{content:'●';font-size:0.35em;color:var(--accent);margin-left:var(--space-7);vertical-align:middle}
@keyframes marquee{to{transform:translateX(-50%)}}

@media(prefers-reduced-motion:reduce){.marquee__track{animation:none}}

/* ═══════════════════════════════════════════════════════════
   SECTIONS
   ═══════════════════════════════════════════════════════════ */
.section{padding:var(--section-y) 0;position:relative}
.section--dark{background:var(--bg-dark);color:var(--text-on-dark)}
.section--dark .eyebrow{color:var(--text-on-dark-soft)}
.section--dark .text-soft{color:var(--text-on-dark-soft)}

.section__head{
  display:grid;grid-template-columns:1fr 2fr;gap:var(--space-7);
  margin-bottom:var(--space-9);
  align-items:end;
  padding-bottom:var(--space-6);
  border-bottom:1px solid var(--border);
}
.section--dark .section__head{border-bottom-color:var(--border-dark)}
.section__head--centered{grid-template-columns:1fr;text-align:center;max-width:760px;margin-left:auto;margin-right:auto}
.section__label{font-family:var(--font-mono);font-size:var(--fs-mono);text-transform:uppercase;letter-spacing:0.16em;color:var(--text-muted);font-weight:500;align-self:start}
.section__head h2{margin-bottom:0}
.section__head .lead{margin-top:var(--space-4);max-width:48ch}
@media(max-width:760px){.section__head{grid-template-columns:1fr;gap:var(--space-3)}}

/* ═══════════════════════════════════════════════════════════
   SERVICES (homepage) — no more numbers
   ═══════════════════════════════════════════════════════════ */
.services{display:grid;gap:0;border-top:1px solid var(--border)}
.service-row{
  display:grid;grid-template-columns:1.2fr 2fr auto;gap:var(--space-6);
  padding:var(--space-7) var(--space-4);
  border-bottom:1px solid var(--border);
  align-items:center;
  position:relative;
  transition:padding 0.4s var(--ease),background 0.4s var(--ease);
}
.service-row::before{
  content:'';position:absolute;inset:0;background:var(--text);
  transform:scaleY(0);transform-origin:bottom;
  transition:transform 0.45s var(--ease-in-out);
  z-index:0;
}
.service-row:hover{padding-left:var(--space-6);padding-right:var(--space-6)}
.service-row:hover::before{transform:scaleY(1);transform-origin:top}
.service-row:hover>*{color:var(--bg);position:relative;z-index:1}
.service-row:hover .service-row__arrow{color:var(--accent);transform:translateX(8px)}
.service-row>*{transition:color 0.35s var(--ease);position:relative;z-index:1}

.service-row__title{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2.4rem);font-weight:500;letter-spacing:-0.035em;line-height:1.05}
.service-row__desc{font-size:var(--fs-base);color:var(--text-soft);max-width:48ch;line-height:1.55}
.service-row__arrow{font-size:1.4rem;color:var(--text-muted);transition:transform 0.35s var(--ease),color 0.35s var(--ease);display:inline-block;font-weight:300}

@media(max-width:860px){
  .service-row{grid-template-columns:1fr;gap:var(--space-3);padding:var(--space-6) var(--space-3)}
  .service-row__arrow{position:absolute;top:var(--space-6);right:var(--space-3)}
  .service-row:hover{padding-left:var(--space-3);padding-right:var(--space-3)}
}

/* ═══════════════════════════════════════════════════════════
   WORK LIST — wow moment 2: hover image follows cursor
   ═══════════════════════════════════════════════════════════ */
.work{position:relative}
.work-list{list-style:none;padding:0;margin:0;border-top:1px solid var(--border-dark)}
.work-list__item{border-bottom:1px solid var(--border-dark);position:relative}
.work-list__link{
  display:grid;grid-template-columns:1fr auto auto;gap:var(--space-6);
  padding:var(--space-7) 0;
  align-items:center;
  position:relative;
}
.work-list__title{
  font-family:var(--font-display);font-size:clamp(1.75rem,5vw,4.5rem);font-weight:500;line-height:0.95;letter-spacing:-0.04em;
  color:var(--text-on-dark);
  transition:transform 0.4s var(--ease),color 0.4s var(--ease),padding 0.4s var(--ease);
  display:inline-block;
}
.work-list__tags{display:flex;gap:var(--space-3);font-family:var(--font-mono);font-size:var(--fs-mono);text-transform:uppercase;letter-spacing:0.12em;color:var(--text-on-dark-soft);font-weight:500}
.work-list__tags span:not(:last-child)::after{content:'·';margin-left:var(--space-3);color:var(--border-dark)}
.work-list__arrow{font-size:1.3rem;color:var(--text-on-dark-soft);transition:transform 0.4s var(--ease),color 0.4s var(--ease);font-weight:300}
.work-list__item:hover .work-list__title{padding-left:var(--space-5);color:var(--accent)}
.work-list__item:hover .work-list__arrow{transform:translateX(8px);color:var(--accent)}

@media(max-width:760px){
  .work-list__link{grid-template-columns:1fr auto;gap:var(--space-3);padding:var(--space-6) 0}
  .work-list__tags{display:none}
}

.work-preview{
  position:fixed;top:0;left:0;width:340px;height:240px;
  pointer-events:none;
  z-index:50;
  opacity:0;
  border-radius:var(--radius);
  overflow:hidden;
  box-shadow:0 30px 80px rgba(0,0,0,0.4);
  will-change:transform,opacity;
  transform:translate(-50%,-50%) scale(0.92);
}
.work-preview.is-visible{opacity:1}
.work-preview__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:none}
.work-preview__img.is-active{display:block}
@media(max-width:960px){.work-preview{display:none}}

/* ═══════════════════════════════════════════════════════════
   PROCESS
   ═══════════════════════════════════════════════════════════ */
.process{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-4)}
.process__step{
  padding:var(--space-7) var(--space-5);
  background:var(--bg-warm);
  border-radius:var(--radius);
  position:relative;
  transition:transform 0.35s var(--ease),background 0.35s var(--ease);
}
.process__step:hover{transform:translateY(-6px);background:var(--text);color:var(--bg)}
.process__step-title{font-family:var(--font-display);font-size:var(--fs-xl);font-weight:600;letter-spacing:-0.025em;margin-bottom:var(--space-3);line-height:1.1}
.process__step-text{font-size:var(--fs-sm);line-height:1.6;color:var(--text-soft);transition:color 0.35s var(--ease)}
.process__step:hover .process__step-text{color:var(--text-on-dark-soft)}
@media(max-width:960px){.process{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.process{grid-template-columns:1fr}}

/* ═══════════════════════════════════════════════════════════
   QUOTE
   ═══════════════════════════════════════════════════════════ */
.quote{max-width:960px;margin:0 auto;text-align:center;padding:var(--space-9) 0}
.quote__text{
  font-family:var(--font-display);
  font-size:clamp(1.4rem,3vw,2.25rem);
  font-weight:500;line-height:1.3;letter-spacing:-0.028em;
  margin-bottom:var(--space-6);
  color:var(--text);
}
.quote__author{display:flex;flex-direction:column;align-items:center;gap:var(--space-2)}
.quote__author-name{font-family:var(--font-mono);font-size:var(--fs-mono);text-transform:uppercase;letter-spacing:0.14em;color:var(--text);font-weight:500}
.quote__author-role{font-family:var(--font-mono);font-size:var(--fs-mono);color:var(--text-muted);letter-spacing:0.1em;font-weight:500}

/* ═══════════════════════════════════════════════════════════
   FAQ
   ═══════════════════════════════════════════════════════════ */
.faq{display:flex;flex-direction:column;border-top:1px solid var(--border)}
.faq__item{border-bottom:1px solid var(--border)}
.faq__q{
  width:100%;text-align:left;
  display:grid;grid-template-columns:1fr auto;gap:var(--space-5);
  padding:var(--space-6) var(--space-3);align-items:center;
  font-family:var(--font-display);font-size:clamp(1.1rem,2.2vw,1.5rem);font-weight:500;letter-spacing:-0.025em;line-height:1.2;
  transition:padding 0.3s var(--ease);
  color:var(--text);
}
.faq__q:hover{padding-left:var(--space-5)}
.faq__icon{
  width:32px;height:32px;border-radius:50%;border:1px solid var(--border-strong);
  display:inline-flex;align-items:center;justify-content:center;
  font-size:1rem;font-family:var(--font-body);font-weight:400;
  transition:transform 0.45s var(--ease),background 0.3s var(--ease),color 0.3s var(--ease),border-color 0.3s var(--ease);
}
.faq__item.is-open .faq__icon{transform:rotate(135deg);background:var(--text);color:var(--accent);border-color:var(--text)}
.faq__a{max-height:0;overflow:hidden;transition:max-height 0.5s var(--ease-in-out),padding 0.5s var(--ease-in-out);padding:0 var(--space-3)}
.faq__item.is-open .faq__a{max-height:600px;padding:0 var(--space-3) var(--space-6)}
.faq__a p{color:var(--text-soft);font-size:var(--fs-base);line-height:1.65;max-width:68ch}

/* ═══════════════════════════════════════════════════════════
   CTA SECTION
   ═══════════════════════════════════════════════════════════ */
.cta-section{
  background:var(--bg-dark);color:var(--text-on-dark);
  padding:var(--section-y) 0;
  position:relative;overflow:hidden;
}
.cta-section__inner{position:relative;z-index:2;display:grid;grid-template-columns:1.5fr 1fr;gap:var(--space-9);align-items:end}
.cta-section h2{font-size:var(--fs-5xl);font-family:var(--font-display);font-weight:500;line-height:0.95;letter-spacing:-0.045em}
.cta-section h2 .accent{color:var(--accent)}
.cta-section__right{display:flex;flex-direction:column;gap:var(--space-4);align-items:flex-start}
.cta-section__sub{color:var(--text-on-dark-soft);max-width:38ch;font-size:var(--fs-base);line-height:1.6;margin-bottom:var(--space-3)}
@media(max-width:860px){.cta-section__inner{grid-template-columns:1fr}}

.cta-section__bg{
  position:absolute;inset:0;pointer-events:none;
  background:radial-gradient(800px circle at 20% 80%,rgba(200,255,0,0.06),transparent 50%);
}

/* ═══════════════════════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════════════════════ */
.footer{
  background:var(--bg-darker);color:var(--text-on-dark);
  padding:var(--space-9) 0 var(--space-6);
  border-top:1px solid var(--border-dark);
}
.footer__top{
  display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:var(--space-7);
  padding-bottom:var(--space-8);
  border-bottom:1px solid var(--border-dark);
  margin-bottom:var(--space-6);
}
.footer__brand{max-width:36ch}
.footer__logo{font-family:var(--font-display);font-size:1.3rem;font-weight:600;letter-spacing:-0.03em;display:inline-flex;align-items:baseline;gap:2px;margin-bottom:var(--space-4);text-transform:uppercase}
.footer__logo .dot{display:inline-block;width:7px;height:7px;background:var(--accent);border-radius:50%;margin-left:2px}
.footer__tagline{color:var(--text-on-dark-soft);font-size:var(--fs-sm);line-height:1.6;margin-bottom:var(--space-5)}
.footer__contact{display:flex;flex-direction:column;gap:var(--space-2);font-size:var(--fs-sm)}
.footer__contact a{color:var(--text-on-dark);transition:color var(--dur-fast) var(--ease);display:inline-flex;align-items:center;gap:var(--space-2)}
.footer__contact a:hover{color:var(--accent)}

.footer__col h4{font-family:var(--font-mono);font-size:var(--fs-mono);text-transform:uppercase;letter-spacing:0.14em;color:var(--text-on-dark-soft);font-weight:500;margin-bottom:var(--space-5)}
.footer__col ul{list-style:none;display:flex;flex-direction:column;gap:var(--space-3)}
.footer__col a{color:var(--text-on-dark);font-size:var(--fs-sm);transition:color var(--dur-fast) var(--ease);display:inline-flex;align-items:center;gap:var(--space-2)}
.footer__col a:hover{color:var(--accent)}

.footer__bottom{
  display:flex;justify-content:space-between;align-items:center;gap:var(--space-5);flex-wrap:wrap;
  font-family:var(--font-mono);font-size:var(--fs-mono);text-transform:uppercase;letter-spacing:0.12em;color:var(--text-on-dark-soft);font-weight:500;
}
.footer__bottom a:hover{color:var(--accent)}

@media(max-width:960px){
  .footer__top{grid-template-columns:1fr 1fr;gap:var(--space-7) var(--space-5)}
  .footer__brand{grid-column:1/-1}
}

/* ═══════════════════════════════════════════════════════════
   PAGE HEADER
   ═══════════════════════════════════════════════════════════ */
.page-header{
  padding:clamp(8rem,18vh,11rem) 0 var(--space-9);
  border-bottom:1px solid var(--border);
}
.page-header__meta{display:flex;justify-content:space-between;align-items:center;gap:var(--space-5);margin-bottom:var(--space-6);padding-bottom:var(--space-4);border-bottom:1px solid var(--border)}
.page-header__crumb{font-family:var(--font-mono);font-size:var(--fs-mono);text-transform:uppercase;letter-spacing:0.14em;color:var(--text-muted);font-weight:500}
.page-header__crumb a{color:var(--text-muted);transition:color var(--dur-fast) var(--ease)}
.page-header__crumb a:hover{color:var(--text)}
.page-header__date{font-family:var(--font-mono);font-size:var(--fs-mono);text-transform:uppercase;letter-spacing:0.12em;color:var(--text-muted);font-weight:500}
.page-header h1{font-family:var(--font-display);font-size:var(--fs-6xl);font-weight:500;line-height:0.92;letter-spacing:-0.045em;margin-bottom:var(--space-6);max-width:18ch}
.page-header__lead{font-size:var(--fs-lg);line-height:1.55;color:var(--text-soft);max-width:58ch;letter-spacing:-0.01em}

/* ═══════════════════════════════════════════════════════════
   SERVICE DETAIL
   ═══════════════════════════════════════════════════════════ */
.service-block{
  padding:var(--space-9) 0;
  border-bottom:1px solid var(--border);
  display:grid;grid-template-columns:1fr 1.6fr;gap:var(--space-9);
  align-items:start;
}
.service-block:last-child{border-bottom:0}
.service-block__title{font-family:var(--font-display);font-size:var(--fs-4xl);font-weight:500;line-height:0.95;letter-spacing:-0.04em}
.service-block__sticky{position:sticky;top:120px}
.service-block__lead{font-size:var(--fs-lg);font-weight:400;line-height:1.55;color:var(--text-soft);margin-bottom:var(--space-6);max-width:48ch;letter-spacing:-0.01em}
.service-block__list{list-style:none;display:flex;flex-direction:column;gap:var(--space-4);margin-bottom:var(--space-6);padding-top:var(--space-5);border-top:1px solid var(--border)}
.service-block__list li{font-size:var(--fs-base);line-height:1.55;color:var(--text-soft);padding-bottom:var(--space-4);border-bottom:1px solid var(--border);padding-left:var(--space-5);position:relative}
.service-block__list li::before{content:'';position:absolute;left:0;top:0.55em;width:10px;height:1px;background:var(--text)}
.service-block__list li:last-child{border-bottom:0}
.service-block__price{display:flex;align-items:baseline;gap:var(--space-3);padding:var(--space-5) 0;border-top:1px solid var(--border);flex-wrap:wrap}
.service-block__price-label{font-family:var(--font-mono);font-size:var(--fs-mono);text-transform:uppercase;letter-spacing:0.14em;color:var(--text-muted);font-weight:500}
.service-block__price-amount{font-family:var(--font-display);font-size:var(--fs-2xl);font-weight:600;letter-spacing:-0.025em}
@media(max-width:860px){.service-block{grid-template-columns:1fr;gap:var(--space-6)}.service-block__sticky{position:static}}

/* ═══════════════════════════════════════════════════════════
   CASE STUDY DETAIL
   ═══════════════════════════════════════════════════════════ */
.case-meta{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-5);padding:var(--space-7) 0;border-bottom:1px solid var(--border)}
.case-meta__item{display:flex;flex-direction:column;gap:var(--space-2)}
.case-meta__label{font-family:var(--font-mono);font-size:var(--fs-mono);text-transform:uppercase;letter-spacing:0.14em;color:var(--text-muted);font-weight:500}
.case-meta__value{font-family:var(--font-display);font-size:var(--fs-base);font-weight:500;letter-spacing:-0.015em}
@media(max-width:760px){.case-meta{grid-template-columns:1fr 1fr;gap:var(--space-5)}}

.case-content{padding:var(--space-9) 0;display:grid;grid-template-columns:1fr 2fr;gap:var(--space-9)}
.case-content h3{font-family:var(--font-mono);font-size:var(--fs-mono);text-transform:uppercase;letter-spacing:0.16em;color:var(--text-muted);position:sticky;top:140px;font-weight:500}
.case-content__body{font-size:var(--fs-lg);line-height:1.7;color:var(--text-soft);letter-spacing:-0.005em}
.case-content__body p{margin-bottom:var(--space-5)}
.case-content__body strong{color:var(--text);font-weight:600}
@media(max-width:860px){.case-content{grid-template-columns:1fr;gap:var(--space-5)}.case-content h3{position:static}}

.case-hero-visual{
  margin:var(--space-7) 0;
  aspect-ratio:16/9;
  border-radius:var(--radius);
  background:var(--bg-warm);
  border:1px solid var(--border);
  display:flex;align-items:center;justify-content:center;
  position:relative;overflow:hidden;
}
.case-hero-visual::before{
  content:'';position:absolute;inset:0;
  background-image:radial-gradient(var(--border-strong) 1px,transparent 1px);
  background-size:20px 20px;opacity:0.5;
}
.case-hero-visual__label{position:relative;z-index:1;font-family:var(--font-mono);font-size:var(--fs-mono);text-transform:uppercase;letter-spacing:0.16em;color:var(--text-muted);font-weight:500}

/* ═══════════════════════════════════════════════════════════
   ABOUT
   ═══════════════════════════════════════════════════════════ */
.manifesto{
  font-family:var(--font-display);
  font-size:clamp(1.75rem,4vw,3.25rem);
  font-weight:500;line-height:1.15;letter-spacing:-0.035em;
  max-width:20ch;
}
.manifesto strong{font-weight:500;background:linear-gradient(transparent 62%,var(--accent) 62%);padding:0 0.1em}

.principles{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-6);margin-top:var(--space-9)}
.principle{padding-top:var(--space-6);border-top:1px solid var(--border)}
.principle__title{font-family:var(--font-display);font-size:var(--fs-2xl);font-weight:500;letter-spacing:-0.025em;line-height:1.15;margin-bottom:var(--space-4)}
.principle__text{font-size:var(--fs-sm);line-height:1.65;color:var(--text-soft)}
@media(max-width:860px){.principles{grid-template-columns:1fr}}

/* ═══════════════════════════════════════════════════════════
   CONTACT FORM
   ═══════════════════════════════════════════════════════════ */
.contact-grid{display:grid;grid-template-columns:1fr 1.6fr;gap:var(--space-9);padding:var(--space-9) 0;align-items:start}
@media(max-width:960px){.contact-grid{grid-template-columns:1fr;gap:var(--space-7)}}

.contact-info{position:sticky;top:120px}
.contact-info__title{font-family:var(--font-display);font-size:var(--fs-3xl);font-weight:500;line-height:1;letter-spacing:-0.035em;margin-bottom:var(--space-6)}
.contact-info__list{list-style:none;display:flex;flex-direction:column;gap:var(--space-5);margin-bottom:var(--space-7);padding-top:var(--space-5);border-top:1px solid var(--border)}
.contact-info__item{display:flex;flex-direction:column;gap:var(--space-2)}
.contact-info__label{font-family:var(--font-mono);font-size:var(--fs-mono);text-transform:uppercase;letter-spacing:0.14em;color:var(--text-muted);font-weight:500}
.contact-info__value{font-size:var(--fs-lg);color:var(--text);font-family:var(--font-display);font-weight:500;letter-spacing:-0.02em}
.contact-info__value a{transition:color var(--dur-fast) var(--ease)}
.contact-info__value a:hover{color:var(--text-soft)}
@media(max-width:960px){.contact-info{position:static}}

.form{display:flex;flex-direction:column;gap:var(--space-5)}
.form__group{display:flex;flex-direction:column;gap:var(--space-2);position:relative}
.form__label{font-family:var(--font-mono);font-size:var(--fs-mono);text-transform:uppercase;letter-spacing:0.14em;color:var(--text-muted);font-weight:500}
.form__input,.form__textarea,.form__select{
  background:transparent;border:0;
  border-bottom:1px solid var(--border-strong);
  padding:var(--space-3) 0;
  font-family:var(--font-display);font-size:var(--fs-lg);font-weight:500;
  color:var(--text);
  transition:border-color var(--dur-fast) var(--ease),padding var(--dur-fast) var(--ease);
  border-radius:0;
  letter-spacing:-0.02em;
}
.form__input:focus,.form__textarea:focus,.form__select:focus{outline:none;border-bottom-color:var(--text);padding-left:var(--space-2)}
.form__input::placeholder,.form__textarea::placeholder{color:var(--text-muted);opacity:1;font-weight:400}
.form__textarea{resize:vertical;min-height:120px;font-family:var(--font-body);font-size:var(--fs-base);line-height:1.55;font-weight:400}
.form__select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%230a0a0a' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right center;cursor:pointer}
.form__row{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-5)}
@media(max-width:560px){.form__row{grid-template-columns:1fr}}
.form__hp{position:absolute;left:-9999px;opacity:0;pointer-events:none}
.form__submit{margin-top:var(--space-5);align-self:flex-start}
.form__notice{font-family:var(--font-mono);font-size:var(--fs-mono);text-transform:uppercase;letter-spacing:0.12em;color:var(--text-muted);margin-top:var(--space-3);font-weight:500}
.form__success,.form__error{padding:var(--space-5);border-radius:var(--radius);font-size:var(--fs-sm);line-height:1.5;display:none}
.form__success.is-visible,.form__error.is-visible{display:block}
.form__success{background:var(--accent);color:var(--text);border:1px solid var(--accent);font-weight:500}
.form__error{background:#fee;color:#c33;border:1px solid #f88}

/* ═══════════════════════════════════════════════════════════
   BLOG / INSIGHTS
   ═══════════════════════════════════════════════════════════ */
.posts{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-7) var(--space-5);margin-top:var(--space-7)}
@media(max-width:960px){.posts{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.posts{grid-template-columns:1fr}}
.post{display:flex;flex-direction:column;gap:var(--space-4);padding-top:var(--space-5);border-top:1px solid var(--border);transition:opacity var(--dur-fast) var(--ease)}
.post:hover{opacity:0.65}
.post__meta{display:flex;justify-content:space-between;font-family:var(--font-mono);font-size:var(--fs-mono);text-transform:uppercase;letter-spacing:0.12em;color:var(--text-muted);font-weight:500}
.post__title{font-family:var(--font-display);font-size:var(--fs-xl);font-weight:500;line-height:1.2;letter-spacing:-0.025em}
.post__excerpt{font-size:var(--fs-sm);line-height:1.6;color:var(--text-soft)}
.post__more{font-family:var(--font-mono);font-size:var(--fs-mono);text-transform:uppercase;letter-spacing:0.12em;display:inline-flex;align-items:center;gap:var(--space-2);margin-top:var(--space-2);font-weight:500}
.post__more::after{content:'→';transition:transform var(--dur-fast) var(--ease)}
.post:hover .post__more::after{transform:translateX(4px)}

/* ═══════════════════════════════════════════════════════════
   SEO TOOL
   ═══════════════════════════════════════════════════════════ */
.seo-scan{
  background:var(--bg-dark);color:var(--text-on-dark);
  padding:var(--space-9);border-radius:var(--radius-lg);
  text-align:center;
  position:relative;overflow:hidden;
  margin-top:var(--space-9);
}
.seo-scan::before{content:'';position:absolute;inset:0;background:radial-gradient(600px circle at 50% 100%,rgba(200,255,0,0.08),transparent 60%);pointer-events:none}
.seo-scan__inner{position:relative;z-index:1;max-width:600px;margin:0 auto}
.seo-scan h2{font-family:var(--font-display);font-size:var(--fs-4xl);font-weight:500;line-height:0.95;letter-spacing:-0.04em;margin-bottom:var(--space-5)}
.seo-scan h2 .accent{color:var(--accent)}
.seo-scan__sub{color:var(--text-on-dark-soft);margin-bottom:var(--space-7);font-size:var(--fs-base);line-height:1.55}
.seo-scan__form{display:flex;gap:var(--space-3);background:rgba(255,255,255,0.05);padding:var(--space-2);border-radius:100px;border:1px solid var(--border-dark)}
.seo-scan__form input{flex:1;background:transparent;border:0;padding:var(--space-3) var(--space-5);color:var(--text-on-dark);font-size:var(--fs-base)}
.seo-scan__form input::placeholder{color:var(--text-on-dark-soft)}
.seo-scan__form input:focus{outline:none}
.seo-scan__form button{padding:var(--space-3) var(--space-6)}
@media(max-width:560px){.seo-scan__form{flex-direction:column;border-radius:var(--radius)}.seo-scan__form input{padding:var(--space-4)}}

/* ═══════════════════════════════════════════════════════════
   REVEAL ANIMATIONS
   ═══════════════════════════════════════════════════════════ */
.reveal{opacity:0;transform:translateY(30px);transition:opacity 0.7s var(--ease-out),transform 0.7s var(--ease-out)}
.reveal.is-visible{opacity:1;transform:translateY(0)}
.reveal-stagger>*{opacity:0;transform:translateY(30px);transition:opacity 0.6s var(--ease-out),transform 0.6s var(--ease-out)}
.reveal-stagger.is-visible>*{opacity:1;transform:translateY(0)}
.reveal-stagger.is-visible>*:nth-child(1){transition-delay:0.05s}
.reveal-stagger.is-visible>*:nth-child(2){transition-delay:0.1s}
.reveal-stagger.is-visible>*:nth-child(3){transition-delay:0.15s}
.reveal-stagger.is-visible>*:nth-child(4){transition-delay:0.2s}

@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:0.01ms !important;animation-iteration-count:1 !important;transition-duration:0.01ms !important;scroll-behavior:auto !important}
  .reveal,.reveal-stagger>*{opacity:1 !important;transform:none !important}
  .hero__title .highlight::before{transform:scaleX(1) !important;transition:none !important}
}

/* ─── UTILITIES ──────────────────────────────────────── */
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:absolute;left:-9999px;top:0;padding:var(--space-3) var(--space-5);background:var(--text);color:var(--bg);z-index:9999;font-size:var(--fs-sm)}
.skip-link:focus{left:var(--space-4);top:var(--space-4)}
.no-js .reveal,.no-js .reveal-stagger>*{opacity:1;transform:none}

/* ============================================================
   HERO — SHOWREEL VARIANT (full-bleed)
   ============================================================ */
.hero--showreel{
  padding:0;
  margin-top:5rem; /* nav clearance */
  min-height:auto;
  background:#0a0a0a;
  color:#f5f1ec;
  position:relative;
  overflow:hidden;
}
.hero--showreel .hero__inner{
  max-width:none;
  padding:0;
  width:100%;
  display:flex;
  flex-direction:column;
  gap:0;
}
.showreel{
  width:100%;
  height:calc(100vh - 5rem);
  min-height:560px;
  max-height:920px;
  border-radius:0;
  box-shadow:none;
  background:#0a0a0a;
  position:relative;
  overflow:hidden;
}
.showreel__frame{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
  display:block;
}

.hero--showreel .hero__bottom{
  background:#0a0a0a;
  padding:clamp(2rem, 4vw, 3.5rem) clamp(1.5rem, 4vw, 3rem) clamp(3rem, 6vw, 5rem);
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:var(--space-6);
  align-items:end;
  border-top:1px solid rgba(245,241,236,0.08);
}
.hero--showreel .hero__sub{
  font-size:clamp(1.125rem, 0.95rem + 0.5vw, 1.375rem);
  color:rgba(245,241,236,0.72);
  max-width:58ch;
  line-height:1.55;
  margin:0;
}
.hero--showreel .hero__actions{
  display:flex;
  gap:var(--space-3);
  flex-wrap:wrap;
}
.hero--showreel .btn--primary{
  background:var(--accent, #c8ff00);
  color:#0a0a0a;
}
.hero--showreel .btn--primary:hover{
  background:#d4ff33;
}
.hero--showreel .btn--ghost{
  color:#f5f1ec;
  border-color:rgba(245,241,236,0.2);
  background:transparent;
}
.hero--showreel .btn--ghost:hover{
  background:rgba(245,241,236,0.06);
  border-color:rgba(245,241,236,0.35);
}

@media (max-width: 820px){
  .showreel{
    height:70vh;
    min-height:480px;
    max-height:none;
  }
  .hero--showreel .hero__bottom{
    grid-template-columns:1fr;
    gap:var(--space-4);
  }
  .hero--showreel .hero__actions{
    width:100%;
  }
  .hero--showreel .hero__actions .btn{
    flex:1 1 auto;
    justify-content:center;
  }
}
@media (max-width: 480px){
  .showreel{
    height:62vh;
    min-height:440px;
  }
}

/* Reduced motion — hide iframe, static dark fallback with logo */
@media (prefers-reduced-motion: reduce){
  .showreel__frame{opacity:0}
  .showreel::before{
    content:"";
    position:absolute; inset:0;
    background:
      radial-gradient(circle at 30% 20%, rgba(200,255,0,0.08), transparent 50%),
      radial-gradient(circle at 70% 80%, rgba(200,255,0,0.05), transparent 50%),
      #0a0a0a;
  }
  .showreel::after{
    content:"EMDALY";
    position:absolute; inset:0;
    display:flex; align-items:center; justify-content:center;
    color:#f5f1ec;
    font-family:var(--font-display);
    font-size:clamp(2rem,5vw,4rem);
    font-weight:600;
    letter-spacing:-0.02em;
  }
}


/* ═══════════════════════════════════════════════════════════════
   V2 — EDITORIAL / BLUEPRINT UPGRADES (homepage)
   Aesthetic matched to the hero "Quiet Machine" animation
   ═══════════════════════════════════════════════════════════════ */

/* ── Monumental H2 ─────────────────────────────── */
.h2--monumental {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 6.5vw, 5.5rem);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: -0.045em;
  margin: 0;
}
.h2--monumental em {
  font-style: normal;
  font-weight: 700;
}
.h2--monumental .accent { color: var(--accent); font-weight: 800; font-style: normal; }

/* ── Section base v2 ───────────────────────────── */
.section--v2 {
  padding: clamp(5rem, 10vh, 9rem) 0;
  position: relative;
}
.section--v2 .section__grid-bg {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(10,10,10,0.07) 0.8px, transparent 0.9px);
  background-size: 28px 28px;
  pointer-events: none;
  mask-image: linear-gradient(to bottom, black 0%, transparent 70%);
  -webkit-mask-image: linear-gradient(to bottom, black 0%, transparent 70%);
  z-index: 0;
}
.section--v2 .container { position: relative; z-index: 1; }

/* ── HUD label ─────────────────────────────────── */
.section__label--hud {
  display: inline-flex;
  align-items: center;
  gap: 0.7em;
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--text-muted);
  font-weight: 500;
  margin-bottom: 0;
  align-self: start;
  flex-wrap: wrap;
}
.section__label--hud .idx { color: var(--text); font-weight: 500; }
.section__label--hud .sep { color: var(--border-strong); font-weight: 400; }
.section__label--hud .sub { color: var(--text-muted); font-weight: 400; letter-spacing: 0.18em; }
.section__label--hud .accent-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 10px rgba(200,255,0,0.5);
  margin-left: 0.4em;
  animation: hud-pulse 2.5s var(--ease) infinite;
}
.section__label--hud--dark { color: var(--text-on-dark-soft); }
.section__label--hud--dark .idx { color: var(--text-on-dark); }
.section__label--hud--dark .sep { color: var(--border-dark); }
.section__label--hud--dark .sub { color: var(--text-on-dark-soft); }

@keyframes hud-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.45; transform: scale(0.85); }
}

/* ── Section head v2 ───────────────────────────── */
.section__head--v2 {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: clamp(2rem, 5vw, 5rem);
  padding-bottom: clamp(2rem, 4vw, 3.5rem);
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
  border-bottom: 1px solid var(--border);
  align-items: end;
  position: relative;
}
.section--dark .section__head--v2 { border-bottom-color: var(--border-dark); }
.section__head--v2::before {
  content: '';
  position: absolute;
  bottom: -1px; left: 0;
  width: 48px; height: 2px;
  background: var(--accent);
}
.section__head--v2 .section__head-content {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 2vw, 1.5rem);
}
.section__head--v2 .lead {
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  color: var(--text-soft);
  max-width: 52ch;
  line-height: 1.55;
  margin: 0;
}
.section--dark .section__head--v2 .lead { color: var(--text-on-dark-soft); }
.section__head--v2-centered {
  grid-template-columns: 1fr;
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.section__head--v2-centered::before {
  left: 50%;
  transform: translateX(-50%);
}
.section__head--v2-centered .section__label--hud {
  justify-content: center;
}
@media (max-width: 860px) {
  .section__head--v2 {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    align-items: start;
  }
}

/* ── Marquee v2 ────────────────────────────────── */
.marquee--v2 {
  padding: clamp(1rem, 2vw, 1.75rem) 0;
  background: var(--bg);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  overflow: hidden;
  position: relative;
}
.marquee--v2 .marquee__item {
  font-family: var(--font-mono);
  font-size: clamp(0.85rem, 1.1vw, 1rem);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text);
  font-weight: 500;
}
.marquee--v2 .marquee__item em {
  font-style: normal;
  color: var(--border-strong);
  margin: 0 1.2em;
}
.marquee--v2 .marquee__dot {
  display: inline-block;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 8px rgba(200,255,0,0.5);
  margin: 0 1.8em 0 0;
  vertical-align: 2px;
}
.marquee--v2 .marquee__item::after { display: none; }

/* ── Services v2 — indexed rows ───────────────── */
.services--v2 {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.service-row--v2 {
  display: grid;
  grid-template-columns: auto minmax(200px, 1.2fr) 2fr auto;
  gap: clamp(1rem, 3vw, 2.5rem);
  padding: clamp(1.5rem, 3vw, 2.5rem) var(--space-3);
  border-bottom: 1px solid var(--border);
  align-items: start;
  position: relative;
  transition: padding 0.4s var(--ease), background 0.4s var(--ease);
  color: var(--text);
}
.service-row--v2:last-child { border-bottom: 0; }
.service-row--v2::before {
  content: '';
  position: absolute; inset: 0;
  background: var(--text);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.5s var(--ease-in-out);
  z-index: 0;
}
.service-row--v2:hover::before {
  transform: scaleY(1);
  transform-origin: top;
}
.service-row--v2:hover {
  padding-left: clamp(1.25rem, 2.5vw, 2rem);
  padding-right: clamp(1.25rem, 2.5vw, 2rem);
}
.service-row--v2 > * {
  position: relative;
  z-index: 1;
  transition: color 0.4s var(--ease);
}
.service-row--v2:hover .service-row__title { color: var(--bg); }
.service-row--v2:hover .service-row__idx { color: rgba(250,250,248,0.55); }
.service-row--v2:hover .service-row__desc { color: rgba(250,250,248,0.72); }
.service-row--v2:hover .service-row__meta { color: rgba(250,250,248,0.5); }
.service-row--v2:hover .service-row__meta .slash { color: rgba(250,250,248,0.25); }
.service-row--v2:hover .service-row__arrow {
  color: var(--accent);
  transform: translateX(10px);
}

.service-row__idx {
  font-family: var(--font-mono);
  font-size: clamp(0.9rem, 1vw, 1rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--text-muted);
  font-variant-numeric: tabular-nums;
  padding-top: 0.35em;
}
.service-row__title {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.8vw, 2.2rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.05;
  color: var(--text);
}
.service-row__body {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.service-row__desc {
  font-size: var(--fs-base);
  color: var(--text-soft);
  max-width: 52ch;
  line-height: 1.55;
  margin: 0;
}
.service-row__meta {
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--text-muted);
  font-weight: 500;
}
.service-row__meta .slash { color: var(--border-strong); margin: 0 0.2em; }
.service-row__arrow {
  font-size: 1.6rem;
  color: var(--text-muted);
  transition: transform 0.4s var(--ease), color 0.4s var(--ease);
  display: inline-block;
  font-weight: 300;
  padding-top: 0.1em;
}
@media (max-width: 860px) {
  .service-row--v2 {
    grid-template-columns: auto 1fr auto;
    grid-template-areas:
      'idx title arrow'
      '.   body  body';
    gap: 0.75rem 1rem;
  }
  .service-row__idx { grid-area: idx; align-self: center; }
  .service-row__title { grid-area: title; }
  .service-row__body { grid-area: body; }
  .service-row__arrow { grid-area: arrow; align-self: center; }
}

/* ── Work list v2 — dark numbered ─────────────── */
.work-list--v2 { border-top: 1px solid var(--border-dark); }
.work-list--v2 .work-list__item { border-bottom: 1px solid var(--border-dark); }
.work-list__link--v2 {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: clamp(1.5rem, 3vw, 2.5rem);
  padding: clamp(1.75rem, 3vw, 2.5rem) var(--space-3);
  align-items: center;
  transition: padding 0.4s var(--ease);
  color: var(--text-on-dark);
}
.work-list__link--v2:hover {
  padding-left: clamp(1.25rem, 2.5vw, 2rem);
}
.work-list__idx {
  font-family: var(--font-mono);
  font-size: clamp(0.85rem, 1vw, 1rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--text-on-dark-soft);
  font-variant-numeric: tabular-nums;
  transition: color 0.4s var(--ease);
}
.work-list__main {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.work-list--v2 .work-list__title {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.05;
  color: var(--text-on-dark);
  margin: 0;
  transition: color 0.4s var(--ease), transform 0.4s var(--ease);
}
.work-list--v2 .work-list__tags {
  display: flex;
  gap: 0.55em;
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--text-on-dark-soft);
  font-weight: 500;
  flex-wrap: wrap;
}
.work-list--v2 .work-list__tags .sep { color: var(--border-dark); }
.work-list--v2 .work-list__arrow {
  font-size: 1.6rem;
  color: var(--text-on-dark-soft);
  transition: transform 0.4s var(--ease), color 0.4s var(--ease);
  font-weight: 300;
}
.work-list__link--v2:hover .work-list__title { color: var(--accent); }
.work-list__link--v2:hover .work-list__arrow { color: var(--accent); transform: translateX(10px); }
.work-list__link--v2:hover .work-list__idx { color: var(--accent); }

.work-list-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: clamp(2rem, 4vw, 3rem);
  gap: var(--space-5);
  flex-wrap: wrap;
}
.work-list-footer__meta {
  display: flex; gap: 0.6em; align-items: baseline;
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--text-on-dark-soft);
  font-weight: 500;
}
.work-list-footer__meta .v { color: var(--text-on-dark); }

/* ── Process v2 — numbered grid ───────────────── */
.process--v2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--border);
  border-left: 1px solid var(--border);
}
.process__step--v2 {
  padding: clamp(1.75rem, 3vw, 2.5rem);
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--bg);
  position: relative;
  transition: background 0.4s var(--ease);
}
.process__step--v2::before {
  content: '';
  position: absolute;
  top: -1px; left: -1px;
  width: 40px; height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s var(--ease-in-out);
}
.process__step--v2:hover { background: var(--bg-warm); }
.process__step--v2:hover::before { transform: scaleX(1); }
.process__step__idx {
  display: block;
  font-family: var(--font-mono);
  font-size: clamp(2rem, 3vw, 2.75rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--text);
  font-variant-numeric: tabular-nums;
  line-height: 1;
  margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}
.process__step__idx .slash {
  color: var(--border-strong);
  font-size: 0.6em;
  margin: 0 0.08em;
  font-weight: 400;
}
.process__step__idx .tot {
  color: var(--text-muted);
  font-size: 0.6em;
  font-weight: 400;
}
.process__step--v2 .process__step-title {
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 1.5vw, 1.4rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.15;
  margin-bottom: 0.8rem;
  color: var(--text);
}
.process__step--v2 .process__step-text {
  font-size: var(--fs-sm);
  line-height: 1.6;
  color: var(--text-soft);
  margin: 0;
}
@media (max-width: 960px) { .process--v2 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .process--v2 { grid-template-columns: 1fr; } }

/* ── Quote v2 — monumental ────────────────────── */
.quote--v2 {
  max-width: 1000px;
  margin: 0 auto;
  padding: clamp(3rem, 8vw, 6rem) 0;
  position: relative;
  text-align: center;
}
.quote--v2::before {
  content: '\201C';
  position: absolute;
  top: -0.05em; left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-display);
  font-size: clamp(10rem, 22vw, 20rem);
  font-weight: 800;
  line-height: 1;
  color: var(--accent);
  opacity: 0.42;
  pointer-events: none;
  z-index: 0;
}
.quote--v2 .quote__text {
  position: relative;
  z-index: 1;
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3.4vw, 2.6rem);
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: -0.028em;
  margin: 0 auto clamp(2rem, 4vw, 3rem);
  color: var(--text);
  max-width: 28ch;
}
.quote--v2 .quote__author {
  display: inline-flex;
  gap: 0.75rem;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.quote--v2 .quote__author-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 10px rgba(200,255,0,0.5);
}
.quote--v2 .quote__author-name {
  font-family: var(--font-mono);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--text);
  font-weight: 500;
}
.quote--v2 .quote__author-sep { color: var(--border-strong); }
.quote--v2 .quote__author-role {
  font-family: var(--font-mono);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--text-muted);
  font-weight: 500;
}

/* ── FAQ v2 — numbered ────────────────────────── */
.faq--v2 { border-top: 1px solid var(--border); }
.faq--v2 .faq__item { border-bottom: 1px solid var(--border); }
.faq__q--v2 {
  width: 100%;
  text-align: left;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: clamp(1rem, 2vw, 1.75rem);
  padding: clamp(1.25rem, 2.5vw, 1.75rem) var(--space-3);
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  color: var(--text);
  transition: padding 0.35s var(--ease), background 0.35s var(--ease);
}
.faq__q--v2:hover {
  padding-left: clamp(1.25rem, 2.5vw, 2rem);
  background: var(--bg-warm);
}
.faq__q__idx {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--text-muted);
  font-variant-numeric: tabular-nums;
  padding-top: 0.4em;
  min-width: 2.5ch;
}
.faq__q__text {
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.25;
  color: var(--text);
}
.faq--v2 .faq__icon {
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 1px solid var(--border-strong);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-family: var(--font-body);
  font-weight: 400;
  transition: transform 0.5s var(--ease), background 0.35s var(--ease), color 0.35s var(--ease), border-color 0.35s var(--ease);
  flex-shrink: 0;
}
.faq--v2 .faq__item.is-open .faq__icon {
  transform: rotate(135deg);
  background: var(--text);
  color: var(--accent);
  border-color: var(--text);
}
.faq--v2 .faq__a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.55s var(--ease-in-out), padding 0.55s var(--ease-in-out);
  padding: 0 var(--space-3) 0 calc(var(--space-3) + 2.5ch + 1rem);
}
.faq--v2 .faq__item.is-open .faq__a {
  max-height: 600px;
  padding: 0 var(--space-3) clamp(1.25rem, 2.5vw, 1.75rem) calc(var(--space-3) + 2.5ch + 1rem);
}
.faq--v2 .faq__a p {
  color: var(--text-soft);
  font-size: var(--fs-base);
  line-height: 1.65;
  max-width: 70ch;
  margin: 0;
}

/* ── CTA v2 — HUD + aurora ────────────────────── */
.cta-section--v2 {
  position: relative;
  padding: clamp(5rem, 12vh, 8rem) 0 clamp(4rem, 8vh, 6rem);
  background: #050505;
  color: var(--text-on-dark);
  overflow: hidden;
  isolation: isolate;
}
.cta-section--v2 .cta-hud-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(245,241,236,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245,241,236,0.025) 1px, transparent 1px);
  background-size: 96px 96px;
  pointer-events: none;
  mask-image: radial-gradient(ellipse at 70% 40%, black, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse at 70% 40%, black, transparent 80%);
  z-index: 0;
}
.cta-section--v2 .cta-hud-aurora {
  position: absolute;
  width: 55%; height: 80%;
  left: 40%; top: -20%;
  background: radial-gradient(circle, rgba(60,90,160,0.5) 0%, rgba(40,60,120,0.2) 40%, transparent 70%);
  filter: blur(90px);
  pointer-events: none;
  z-index: 0;
  mix-blend-mode: screen;
  opacity: 0.7;
  animation: cta-drift1 26s ease-in-out infinite alternate;
}
.cta-section--v2 .cta-hud-aurora.b2 {
  left: -15%; top: 40%;
  width: 48%; height: 70%;
  background: radial-gradient(circle, rgba(200,255,0,0.22) 0%, transparent 60%);
  animation: cta-drift2 32s ease-in-out infinite alternate;
}
@keyframes cta-drift1 {
  0%   { transform: translate(0,0) scale(1); opacity: 0.7; }
  100% { transform: translate(-5%,4%) scale(1.1); opacity: 0.9; }
}
@keyframes cta-drift2 {
  0%   { transform: translate(0,0) scale(1.05); opacity: 0.6; }
  100% { transform: translate(4%,-5%) scale(0.95); opacity: 0.85; }
}
.cta-section--v2 .cta-top-hud {
  position: absolute;
  top: clamp(2rem, 4vw, 3rem);
  left: clamp(1.5rem, 4vw, 3rem);
  right: clamp(1.5rem, 4vw, 3rem);
  display: flex;
  gap: 0.9em;
  flex-wrap: wrap;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-on-dark-soft);
  z-index: 2;
}
.cta-section--v2 .cta-top-hud .dot {
  display: inline-block;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #2dd36f;
  box-shadow: 0 0 8px rgba(45,211,111,0.6);
  margin-right: 8px;
  vertical-align: 2px;
  animation: hud-pulse 2.5s var(--ease) infinite;
}
.cta-section--v2 .cta-top-hud .sep { color: var(--border-dark); }
.cta-section--v2 .container {
  position: relative;
  z-index: 2;
  padding-top: clamp(3rem, 6vw, 4.5rem);
}
.cta-section--v2 .section__label--hud { margin-bottom: clamp(2rem, 3vw, 2.5rem); }
.cta-section--v2 h2 {
  font-family: var(--font-display);
  font-size: clamp(2.75rem, 8vw, 7rem);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: -0.045em;
  margin: 0 0 clamp(2rem, 4vw, 3.5rem);
  max-width: 18ch;
  color: var(--text-on-dark);
}
.cta-section--v2 h2 .accent { color: var(--accent); font-weight: 800; }
.cta-section--v2 .cta-section__right {
  display: grid;
  grid-template-columns: 1.4fr auto;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: end;
  padding-top: clamp(2rem, 3vw, 2.5rem);
  border-top: 1px solid var(--border-dark);
}
.cta-section--v2 .cta-section__sub {
  color: var(--text-on-dark-soft);
  max-width: 52ch;
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  line-height: 1.55;
  margin: 0;
}
.cta-section--v2 .cta-actions {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  align-items: flex-end;
}
.cta-section--v2 .cta-blueprint-bottom {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1.5rem, 3vw, 3rem);
  padding-top: clamp(2rem, 3vw, 2.5rem);
  margin-top: clamp(2.5rem, 4vw, 3.5rem);
  border-top: 1px solid var(--border-dark);
}
.cta-section--v2 .cta-blueprint-bottom > div {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.cta-section--v2 .cta-blueprint-bottom .k {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-on-dark-soft);
  font-weight: 500;
}
.cta-section--v2 .cta-blueprint-bottom .v {
  font-family: var(--font-display);
  font-size: clamp(0.95rem, 1.2vw, 1.1rem);
  color: var(--text-on-dark);
  font-weight: 500;
  letter-spacing: -0.005em;
}
.cta-section--v2 .cta-blueprint-bottom .v .dot {
  display: inline-block;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #2dd36f;
  box-shadow: 0 0 8px rgba(45,211,111,0.6);
  margin-right: 8px;
  vertical-align: 2px;
  animation: hud-pulse 2.5s var(--ease) infinite;
}
@media (max-width: 860px) {
  .cta-section--v2 .cta-section__right { grid-template-columns: 1fr; }
  .cta-section--v2 .cta-actions { align-items: flex-start; width: 100%; }
  .cta-section--v2 .cta-blueprint-bottom { grid-template-columns: repeat(2, 1fr); }
}

/* ── Footer v2 — colophon ─────────────────────── */
.footer--v2 {
  background: #050505;
  color: var(--text-on-dark);
  padding: clamp(4rem, 7vw, 6rem) 0 clamp(1.5rem, 2vw, 2rem);
  border-top: 1px solid var(--border-dark);
  position: relative;
  overflow: hidden;
}
.footer--v2 .footer-hud {
  position: absolute;
  top: clamp(1.5rem, 2.5vw, 2rem);
  left: 0; right: 0;
  padding: 0 clamp(1.5rem, 4vw, 3rem);
  display: flex;
  justify-content: space-between;
  gap: var(--space-4);
  flex-wrap: wrap;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-on-dark-soft);
  font-weight: 500;
  z-index: 1;
}
.footer--v2 .footer-hud .dot-green {
  display: inline-block;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #2dd36f;
  box-shadow: 0 0 8px rgba(45,211,111,0.6);
  margin-right: 10px;
  vertical-align: 2px;
  animation: hud-pulse 2.5s var(--ease) infinite;
}
.footer--v2 .container {
  position: relative;
  z-index: 2;
  padding-top: clamp(2.5rem, 4vw, 3.5rem);
}
.footer--v2 .footer__top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: clamp(2rem, 4vw, 4rem);
  padding-bottom: clamp(2.5rem, 4vw, 3.5rem);
  border-bottom: 1px solid var(--border-dark);
  margin-bottom: clamp(1.25rem, 2vw, 1.75rem);
}
.footer--v2 .footer__brand { max-width: 38ch; }
.footer--v2 .footer__logo {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  display: inline-flex;
  align-items: baseline;
  gap: 2px;
  margin-bottom: var(--space-4);
  text-transform: uppercase;
  color: var(--text-on-dark);
}
.footer--v2 .footer__logo .dot {
  display: inline-block;
  width: 8px; height: 8px;
  background: var(--accent);
  border-radius: 50%;
  margin-left: 3px;
  box-shadow: 0 0 10px rgba(200,255,0,0.5);
}
.footer--v2 .footer__tagline {
  color: var(--text-on-dark-soft);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: var(--space-5);
}
.footer--v2 .footer__contact {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  font-size: 0.95rem;
}
.footer--v2 .footer__contact a {
  color: var(--text-on-dark);
  transition: color var(--dur-fast) var(--ease);
}
.footer--v2 .footer__contact a:hover { color: var(--accent); }
.footer--v2 .footer__col h4 {
  font-family: var(--font-mono);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--text-on-dark-soft);
  font-weight: 500;
  margin-bottom: var(--space-5);
}
.footer--v2 .footer__col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  padding: 0; margin: 0;
}
.footer--v2 .footer__col a {
  color: var(--text-on-dark);
  font-size: 0.95rem;
  transition: color var(--dur-fast) var(--ease);
}
.footer--v2 .footer__col a:hover { color: var(--accent); }
.footer--v2 .footer__colophon {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: var(--space-5);
  padding-top: clamp(1.25rem, 2vw, 1.75rem);
  font-family: var(--font-mono);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--text-on-dark-soft);
  font-weight: 500;
}
.footer--v2 .footer__colophon .k { color: var(--text-on-dark); margin-right: 0.5em; }
.footer--v2 .footer__colophon .v { color: var(--text-on-dark-soft); }
.footer--v2 .footer__colophon-mid {
  text-align: center;
  padding: 0 var(--space-5);
  border-left: 1px solid var(--border-dark);
  border-right: 1px solid var(--border-dark);
}
.footer--v2 .footer__colophon-right { text-align: right; }
@media (max-width: 960px) {
  .footer--v2 .footer__top {
    grid-template-columns: 1fr 1fr;
    gap: var(--space-6) var(--space-5);
  }
  .footer--v2 .footer__brand { grid-column: 1 / -1; }
  .footer--v2 .footer__colophon {
    grid-template-columns: 1fr;
    text-align: center;
    gap: var(--space-3);
  }
  .footer--v2 .footer__colophon-mid {
    border: 0;
    padding: 0;
  }
  .footer--v2 .footer__colophon-right { text-align: center; }
  .footer--v2 .footer-hud { font-size: 9px; gap: var(--space-3); }
}


/* ═══════════════════════════════════════════════════════════════
   V3 — REFINED HOMEPAGE (no § prefixes, visual-rich)
   ═══════════════════════════════════════════════════════════════ */

/* ── Simple eyebrow label ──────────────────────── */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55em;
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--text-muted);
  font-weight: 500;
  margin-bottom: clamp(1.25rem, 2vw, 1.75rem);
}
.eyebrow::before {
  content: '';
  width: 24px; height: 1px;
  background: var(--accent);
  display: inline-block;
}
.eyebrow--dark { color: var(--text-on-dark-soft); }

/* ── Section head v3 ──────────────────────────── */
.section__head--v3 {
  margin-bottom: clamp(3rem, 6vw, 5rem);
  max-width: 980px;
}
.section__head--v3 .h2--monumental {
  margin: 0 0 clamp(1rem, 2vw, 1.5rem);
}
.section__head--v3 .lead {
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  color: var(--text-soft);
  max-width: 58ch;
  line-height: 1.55;
  margin: 0;
}
.section__head--v3-centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.section__head--v3-centered .eyebrow { justify-content: center; }

/* ── Services grid — 4 visual cards ───────────── */
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(0.75rem, 1.5vw, 1.25rem);
}
.service-card {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: clamp(1.25rem, 2vw, 1.75rem);
  padding: clamp(1.5rem, 2.5vw, 2.25rem);
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  transition: transform 0.5s var(--ease), border-color 0.4s var(--ease), box-shadow 0.5s var(--ease);
  color: var(--text);
}
.service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.55s var(--ease-in-out);
}
.service-card:hover {
  transform: translateY(-6px);
  border-color: var(--text);
  box-shadow: 0 24px 60px -20px rgba(10,10,10,0.18);
}
.service-card:hover::before { transform: scaleX(1); }
.service-card__visual {
  aspect-ratio: 16 / 9;
  background: var(--bg-warm);
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text);
  transition: background 0.4s var(--ease);
}
.service-card__visual svg {
  width: 100%; height: 100%;
  display: block;
  transition: transform 0.6s var(--ease-in-out);
}
.service-card:hover .service-card__visual svg { transform: scale(1.04); }
.service-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.service-card__title {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: var(--text);
  margin: 0;
}
.service-card__desc {
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--text-soft);
  margin: 0;
}
.service-card__meta {
  font-family: var(--font-mono);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--text-muted);
  font-weight: 500;
  padding-top: 0.5rem;
  border-top: 1px solid var(--border);
  margin-top: auto;
}
.service-card__arrow {
  position: absolute;
  top: clamp(1.5rem, 2.5vw, 2.25rem);
  right: clamp(1.5rem, 2.5vw, 2.25rem);
  font-size: 1.3rem;
  color: var(--text-muted);
  transition: transform 0.35s var(--ease), color 0.35s var(--ease);
  opacity: 0;
}
.service-card:hover .service-card__arrow {
  opacity: 1;
  color: var(--text);
  transform: translateX(4px);
}
@media (max-width: 760px) {
  .services-grid { grid-template-columns: 1fr; }
}

/* ── Work v3: featured + grid ─────────────────── */
.work-v3 .section__head--v3 { margin-bottom: clamp(2.5rem, 4vw, 3.5rem); }

.work-featured {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 0;
  background: #141414;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: clamp(1rem, 1.5vw, 1.25rem);
  position: relative;
  border: 1px solid var(--border-dark);
  transition: transform 0.5s var(--ease), border-color 0.4s var(--ease);
}
.work-featured:hover {
  transform: translateY(-4px);
  border-color: rgba(200,255,0,0.3);
}
.work-featured__visual {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #0a0a0a;
}
.work-featured__svg {
  width: 100%; height: 100%;
  display: block;
  transition: transform 0.8s var(--ease-in-out);
}
.work-featured:hover .work-featured__svg { transform: scale(1.03); }
.work-featured__badge {
  position: absolute;
  top: 20px; right: 20px;
  font-family: var(--font-mono);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: #0a0a0a;
  background: var(--accent);
  padding: 6px 12px;
  border-radius: 100px;
  font-weight: 600;
}
.work-featured__body {
  padding: clamp(2rem, 3vw, 3rem);
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 1.5vw, 1.4rem);
  color: var(--text-on-dark);
  justify-content: center;
}
.work-featured__meta {
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--text-on-dark-soft);
  font-weight: 500;
}
.work-featured__title {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 2.8vw, 2.25rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.08;
  color: var(--text-on-dark);
  margin: 0;
}
.work-featured__text {
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--text-on-dark-soft);
  margin: 0;
  max-width: 42ch;
}
.work-featured__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding: 1rem 0;
  border-top: 1px solid var(--border-dark);
  border-bottom: 1px solid var(--border-dark);
}
.work-featured__stats > div {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.work-featured__stats .k {
  font-family: var(--font-mono);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--text-on-dark-soft);
  font-weight: 500;
}
.work-featured__stats .v {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--text-on-dark);
  font-weight: 500;
  letter-spacing: 0.04em;
}
.work-featured__cta {
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--accent);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  margin-top: 0.25rem;
}
.work-featured__cta .arrow {
  transition: transform 0.4s var(--ease);
  display: inline-block;
}
.work-featured:hover .work-featured__cta .arrow { transform: translateX(6px); }
@media (max-width: 900px) {
  .work-featured { grid-template-columns: 1fr; }
  .work-featured__visual { aspect-ratio: 16 / 10; }
  .work-featured__stats { grid-template-columns: 1fr 1fr 1fr; gap: 0.5rem; }
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(0.75rem, 1.5vw, 1.25rem);
}
.work-card {
  display: flex;
  flex-direction: column;
  background: #141414;
  border: 1px solid var(--border-dark);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  transition: transform 0.5s var(--ease), border-color 0.4s var(--ease);
  color: var(--text-on-dark);
}
.work-card:hover {
  transform: translateY(-6px);
  border-color: rgba(200,255,0,0.25);
}
.work-card__visual {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--card-bg, #141414);
  color: var(--card-ink, #f5f1ec);
}
.work-card__visual svg {
  width: 100%; height: 100%;
  display: block;
  transition: transform 0.7s var(--ease-in-out);
}
.work-card:hover .work-card__visual svg { transform: scale(1.05); }
.work-card__body {
  padding: clamp(1.25rem, 2vw, 1.75rem);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  position: relative;
}
.work-card__meta {
  font-family: var(--font-mono);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--text-on-dark-soft);
  font-weight: 500;
}
.work-card__title {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--text-on-dark);
  margin: 0;
  transition: color 0.4s var(--ease);
}
.work-card:hover .work-card__title { color: var(--accent); }
.work-card__desc {
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--text-on-dark-soft);
  margin: 0;
}
.work-card__arrow {
  position: absolute;
  top: clamp(1.25rem, 2vw, 1.75rem);
  right: clamp(1.25rem, 2vw, 1.75rem);
  font-size: 1.1rem;
  color: var(--text-on-dark-soft);
  transition: transform 0.4s var(--ease), color 0.4s var(--ease);
}
.work-card:hover .work-card__arrow {
  color: var(--accent);
  transform: translateX(4px);
}
@media (max-width: 720px) {
  .work-grid { grid-template-columns: 1fr; }
}
.work-cta-row {
  margin-top: clamp(2.5rem, 4vw, 3.5rem);
  display: flex;
  justify-content: center;
}

/* ── Reviews ───────────────────────────────────── */
.reviews-section { background: var(--bg-warm); }
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(0.75rem, 1.5vw, 1.25rem);
  margin-bottom: clamp(3rem, 5vw, 4.5rem);
}
.review-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: clamp(1.75rem, 2.5vw, 2.5rem);
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 2vw, 1.75rem);
  position: relative;
  transition: transform 0.5s var(--ease), border-color 0.4s var(--ease), box-shadow 0.5s var(--ease);
}
.review-card:hover {
  transform: translateY(-4px);
  border-color: var(--text);
  box-shadow: 0 18px 50px -20px rgba(10,10,10,0.14);
}
.review-card__stars {
  display: flex;
  gap: 2px;
  color: var(--accent);
}
.review-card__stars svg {
  filter: drop-shadow(0 0 6px rgba(200,255,0,0.3));
}
.review-card__quote {
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.45;
  color: var(--text);
  margin: 0;
  flex-grow: 1;
}
.review-card__author {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--border);
}
.review-card__avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--text);
  color: var(--bg);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  flex-shrink: 0;
}
.review-card__info {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.review-card__name {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--text);
}
.review-card__role {
  font-family: var(--font-mono);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--text-muted);
  font-weight: 500;
}
@media (max-width: 760px) {
  .reviews-grid { grid-template-columns: 1fr; }
}

/* Trust bar */
.trust-bar {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: center;
  padding: clamp(1.75rem, 3vw, 2.5rem) clamp(1rem, 2vw, 2rem);
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 8px;
  gap: clamp(1rem, 2vw, 2rem);
}
.trust-bar__item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  text-align: center;
}
.trust-bar__v {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--text);
}
.trust-bar__k {
  font-family: var(--font-mono);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--text-muted);
  font-weight: 500;
  line-height: 1.4;
}
.trust-bar__sep {
  width: 1px;
  height: 48px;
  background: var(--border);
}
@media (max-width: 760px) {
  .trust-bar {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
  .trust-bar__sep { display: none; }
}

/* ── CTA v3 — simplified ──────────────────────── */
.cta-section--v3 {
  position: relative;
  padding: clamp(5rem, 12vh, 8rem) 0;
  background: #050505;
  color: var(--text-on-dark);
  overflow: hidden;
  isolation: isolate;
}
.cta-v3-grid {
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle, rgba(245,241,236,0.04) 0.8px, transparent 0.9px);
  background-size: 28px 28px;
  pointer-events: none;
  mask-image: radial-gradient(ellipse at 50% 50%, black, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at 50% 50%, black, transparent 75%);
  z-index: 0;
}
.cta-v3-aurora {
  position: absolute;
  width: 55%; height: 80%;
  left: 40%; top: -20%;
  background: radial-gradient(circle, rgba(60,90,160,0.45) 0%, transparent 65%);
  filter: blur(95px);
  pointer-events: none;
  z-index: 0;
  mix-blend-mode: screen;
  opacity: 0.7;
  animation: cta-drift1 26s ease-in-out infinite alternate;
}
.cta-v3-aurora.b2 {
  left: -15%; top: 40%;
  width: 48%; height: 70%;
  background: radial-gradient(circle, rgba(200,255,0,0.2) 0%, transparent 65%);
  animation: cta-drift2 32s ease-in-out infinite alternate;
}
.cta-section--v3 .container { position: relative; z-index: 2; }
.cta-v3-inner {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}
.cta-section--v3 h2 {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 7vw, 5.5rem);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.045em;
  margin: 0 0 clamp(1.25rem, 2.5vw, 2rem);
  color: var(--text-on-dark);
  max-width: 16ch;
}
.cta-section--v3 h2 .accent { color: var(--accent); font-weight: 800; }
.cta-v3-sub {
  font-size: clamp(1rem, 1.25vw, 1.15rem);
  line-height: 1.55;
  color: var(--text-on-dark-soft);
  max-width: 48ch;
  margin: 0 0 clamp(1.75rem, 3vw, 2.25rem);
}
.cta-v3-actions {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  flex-wrap: wrap;
}
.cta-v3-mail {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.08em;
  color: var(--text-on-dark-soft);
  transition: color 0.3s var(--ease);
}
.cta-v3-mail:hover { color: var(--accent); }

.cta-v3-right {
  display: flex;
  justify-content: flex-end;
}
.cta-v3-card {
  width: 100%;
  max-width: 360px;
  background: rgba(20,20,20,0.55);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(245,241,236,0.1);
  border-radius: 10px;
  padding: clamp(1.5rem, 2vw, 1.75rem);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.cta-v3-card__status {
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--text-on-dark);
  font-weight: 500;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(245,241,236,0.1);
}
.cta-v3-card__status .dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #2dd36f;
  box-shadow: 0 0 10px rgba(45,211,111,0.6);
  animation: hud-pulse 2.5s var(--ease) infinite;
}
.cta-v3-card__rows {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.cta-v3-card__rows > div {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
}
.cta-v3-card__rows .k {
  font-family: var(--font-mono);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--text-on-dark-soft);
  font-weight: 500;
}
.cta-v3-card__rows .v {
  font-family: var(--font-display);
  font-size: 13px;
  color: var(--text-on-dark);
  font-weight: 500;
  letter-spacing: -0.005em;
  text-align: right;
}
@media (max-width: 900px) {
  .cta-v3-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .cta-v3-right { justify-content: flex-start; }
  .cta-v3-card { max-width: none; }
}

/* ── Footer v3 — clean ─────────────────────────── */
.footer--v3 {
  background: #0a0a0a;
  color: var(--text-on-dark);
  padding: clamp(4rem, 7vw, 6rem) 0 clamp(1.5rem, 2vw, 2rem);
  border-top: 1px solid var(--border-dark);
}
.footer-v3-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: clamp(2rem, 4vw, 4rem);
  padding-bottom: clamp(2.5rem, 4vw, 3.5rem);
  border-bottom: 1px solid var(--border-dark);
  margin-bottom: clamp(1.5rem, 2.5vw, 2rem);
}
.footer-v3-brand { max-width: 40ch; }
.footer-v3-logo {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  display: inline-flex;
  align-items: baseline;
  gap: 3px;
  margin-bottom: var(--space-4);
  text-transform: uppercase;
  color: var(--text-on-dark);
}
.footer-v3-logo .dot {
  display: inline-block;
  width: 8px; height: 8px;
  background: var(--accent);
  border-radius: 50%;
  margin-left: 3px;
  box-shadow: 0 0 10px rgba(200,255,0,0.5);
}
.footer-v3-tagline {
  color: var(--text-on-dark-soft);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
}
.footer-v3-mail {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.05em;
  color: var(--text-on-dark);
  transition: color var(--dur-fast) var(--ease);
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
}
.footer-v3-mail::before {
  content: '';
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--accent);
  display: inline-block;
}
.footer-v3-mail:hover { color: var(--accent); }
.footer-v3-col h4 {
  font-family: var(--font-mono);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--text-on-dark-soft);
  font-weight: 500;
  margin-bottom: 1.25rem;
}
.footer-v3-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 0; margin: 0;
}
.footer-v3-col a {
  color: var(--text-on-dark);
  font-size: 0.95rem;
  transition: color var(--dur-fast) var(--ease);
}
.footer-v3-col a:hover { color: var(--accent); }
.footer-v3-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  padding-top: 1.25rem;
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--text-on-dark-soft);
  font-weight: 500;
}
@media (max-width: 960px) {
  .footer-v3-top {
    grid-template-columns: 1fr 1fr;
    gap: 2rem 1.5rem;
  }
  .footer-v3-brand { grid-column: 1 / -1; }
}


/* ═══════════════════════════════════════════════════════════════
   V9 — DARK SEAM FIX (no cream strip between CTA & footer)
   ═══════════════════════════════════════════════════════════════ */
/* Prevent body cream bg from bleeding through between adjacent
   dark sections due to subpixel rounding or section padding quirks */
main#main { background: transparent; }
.cta-section--v3 + * { border-top: 0 !important; }
.cta-section--v3,
.footer--v3 { border-top: 0; border-bottom: 0; }
/* Unify the two dark strips so no subpixel gap shows */
.cta-section--v3 { background: #080808; margin-bottom: 0; padding-bottom: clamp(6rem, 14vh, 9rem); }
.footer--v3 { background: #080808; margin-top: 0; padding-top: clamp(4rem, 7vw, 5.5rem); }
/* Subtle divider inside footer instead of between sections */
.footer--v3 .container::before {
  content: '';
  display: block;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(245,241,236,0.08), transparent);
  margin-bottom: clamp(3rem, 6vw, 4.5rem);
}


/* ═══════════════════════════════════════════════════════════════
   V10 — DEPTH, COLOR, LIVE DEMO, COOKIES, DARK-ZONE WRAPPER
   ═══════════════════════════════════════════════════════════════ */

/* ── Dark zone wrapper (kill white seam definitively) ─ */
.dark-zone {
  background: #080808;
  position: relative;
  isolation: isolate;
}
.dark-zone::before {
  content: '';
  position: absolute;
  top: -1px; left: 0; right: 0; height: 2px;
  background: #080808;
  z-index: 1;
}
.dark-zone .cta-section--v3,
.dark-zone .footer--v3 {
  background: transparent !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
}

/* ── Site less white — alternate sections with warm/color wash ── */
body { background: var(--bg); }
/* Services section: neutral warm */
#services { background: linear-gradient(180deg, var(--bg) 0%, var(--bg-warm) 100%); }
/* Reviews: warm cream with subtle gradient */
.reviews-section {
  background:
    radial-gradient(ellipse 800px 400px at 50% 0%, rgba(200,255,0,0.04) 0%, transparent 60%),
    linear-gradient(180deg, var(--bg-warm) 0%, #ede8df 100%);
}
/* Process: neutral with subtle tint */
.process-wrap {
  background: linear-gradient(180deg, #ede8df 0%, var(--bg-warm) 100%);
}
/* FAQ section: warm */
.faq-section { background: var(--bg-warm); }

/* ── Cards with depth + 3D tilt on hover ──────────── */
.service-card,
.work-card,
.review-card {
  transform-style: preserve-3d;
  transition:
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.4s var(--ease);
}

/* Service cards: subtle tilt + colored bloom on hover */
.service-card {
  box-shadow:
    0 1px 0 rgba(10,10,10,0.04),
    0 2px 8px -2px rgba(10,10,10,0.04),
    0 8px 24px -8px rgba(10,10,10,0.06);
}
.service-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(400px circle at var(--mx, 50%) var(--my, 0%), rgba(200,255,0,0.08), transparent 60%);
  opacity: 0;
  transition: opacity 0.5s var(--ease);
  pointer-events: none;
  border-radius: inherit;
  z-index: 0;
}
.service-card:hover {
  transform: translateY(-8px) perspective(1000px) rotateX(2deg);
  box-shadow:
    0 1px 0 rgba(10,10,10,0.04),
    0 12px 28px -8px rgba(10,10,10,0.1),
    0 32px 64px -16px rgba(10,10,10,0.18),
    0 0 0 1px rgba(10,10,10,0.06);
}
.service-card:hover::after { opacity: 1; }
.service-card > * { position: relative; z-index: 1; }

/* Per-service color themes (subtle gradient accent inside visual) */
.service-card:nth-child(1) .service-card__visual { background: linear-gradient(135deg, #f2ede4 0%, #e8e1d3 100%); }
.service-card:nth-child(2) .service-card__visual { background: linear-gradient(135deg, #e8ece8 0%, #dce5dc 100%); }
.service-card:nth-child(3) .service-card__visual { background: linear-gradient(135deg, #efece4 0%, #e4e1d8 100%); }
.service-card:nth-child(4) .service-card__visual { background: linear-gradient(135deg, #ebeef1 0%, #dde3ea 100%); }

/* Work cards: richer depth, hover tilt, colored edge glow */
.work-card {
  box-shadow:
    0 1px 0 rgba(0,0,0,0.4),
    0 4px 16px -4px rgba(0,0,0,0.3),
    0 16px 40px -8px rgba(0,0,0,0.2);
}
.work-card:hover {
  transform: translateY(-10px) perspective(1200px) rotateX(3deg);
  box-shadow:
    0 1px 0 rgba(0,0,0,0.4),
    0 16px 32px -8px rgba(0,0,0,0.4),
    0 40px 80px -16px rgba(0,0,0,0.5),
    0 0 0 1px rgba(200,255,0,0.25),
    0 0 40px -8px rgba(200,255,0,0.15);
}

/* Review cards: lift with accent glow */
.review-card {
  box-shadow:
    0 1px 0 rgba(10,10,10,0.03),
    0 2px 8px -2px rgba(10,10,10,0.04),
    0 12px 32px -8px rgba(10,10,10,0.08);
}
.review-card:hover {
  transform: translateY(-6px) perspective(1000px) rotateX(1.5deg);
  box-shadow:
    0 12px 24px -8px rgba(10,10,10,0.08),
    0 28px 60px -12px rgba(10,10,10,0.14),
    0 0 0 1px rgba(10,10,10,0.08);
}

/* Featured work: subtle glow + richer bg */
.work-featured {
  background: linear-gradient(135deg, #141414 0%, #0a0a0a 100%);
  box-shadow:
    0 1px 0 rgba(0,0,0,0.4),
    0 8px 28px -8px rgba(0,0,0,0.4),
    0 32px 64px -16px rgba(0,0,0,0.35);
}
.work-featured:hover {
  box-shadow:
    0 1px 0 rgba(0,0,0,0.4),
    0 16px 40px -8px rgba(0,0,0,0.5),
    0 48px 100px -20px rgba(0,0,0,0.6),
    0 0 0 1px rgba(200,255,0,0.35),
    0 0 60px -12px rgba(200,255,0,0.18);
}

/* ── Live demo badge with pulsing dot ─────────────── */
.work-featured__badge--live {
  background: rgba(10,10,10,0.75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #f5f1ec;
  border: 1px solid rgba(200,255,0,0.3);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
}
.work-featured__badge--live .live-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #c8ff00;
  box-shadow: 0 0 10px rgba(200,255,0,0.8);
  animation: live-pulse 1.5s ease-in-out infinite;
}
@keyframes live-pulse {
  0%, 100% { opacity: 1; transform: scale(1); box-shadow: 0 0 10px rgba(200,255,0,0.8); }
  50% { opacity: 0.5; transform: scale(0.85); box-shadow: 0 0 14px rgba(200,255,0,1); }
}

/* ── Config overlay on featured work ──────────────── */
.work-featured__config-overlay {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  transform: translateY(12px);
  opacity: 0.85;
  transition: transform 0.6s var(--ease), opacity 0.4s var(--ease);
  pointer-events: none;
}
.work-featured:hover .work-featured__config-overlay {
  transform: translateY(0);
  opacity: 1;
}
.config-chip {
  background: rgba(10,10,10,0.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(245,241,236,0.12);
  border-radius: 8px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.config-chip__label {
  font-family: var(--font-mono);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: rgba(245,241,236,0.5);
  font-weight: 500;
}
.config-chip__swatches {
  display: flex;
  gap: 6px;
}
.swatch {
  width: 18px; height: 18px;
  border-radius: 50%;
  border: 1px solid rgba(245,241,236,0.15);
  cursor: pointer;
  transition: transform 0.3s var(--ease), border-color 0.3s var(--ease);
}
.swatch.active {
  border-color: #c8ff00;
  box-shadow: 0 0 0 2px rgba(200,255,0,0.25);
}
.config-chip__pills {
  display: flex;
  gap: 4px;
}
.pill {
  padding: 4px 9px;
  font-family: var(--font-mono);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(245,241,236,0.6);
  border: 1px solid rgba(245,241,236,0.12);
  border-radius: 100px;
  font-weight: 500;
}
.pill.active {
  background: #c8ff00;
  color: #0a0a0a;
  border-color: #c8ff00;
  font-weight: 600;
}

/* ── Cookie banner ─────────────────────────────────── */
.cookie-banner {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  max-width: 640px;
  margin: 0 auto;
  z-index: 9999;
  background: rgba(10,10,10,0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(245,241,236,0.12);
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
  color: #f5f1ec;
  box-shadow: 0 20px 60px -10px rgba(0,0,0,0.5);
  transform: translateY(150%);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.cookie-banner[data-visible="true"] {
  transform: translateY(0);
}
.cookie-banner__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1.5rem;
}
.cookie-banner__text {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.cookie-banner__text strong {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.cookie-banner__text span {
  font-size: 0.85rem;
  color: rgba(245,241,236,0.7);
  line-height: 1.45;
}
.cookie-banner__actions {
  display: flex;
  gap: 0.5rem;
}
.cookie-banner__btn {
  padding: 0.55rem 1.1rem;
  border-radius: 100px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s var(--ease);
  border: 1px solid transparent;
}
.cookie-banner__btn--ghost {
  background: transparent;
  color: rgba(245,241,236,0.7);
  border-color: rgba(245,241,236,0.18);
}
.cookie-banner__btn--ghost:hover {
  color: #f5f1ec;
  border-color: rgba(245,241,236,0.35);
}
.cookie-banner__btn--accept {
  background: #c8ff00;
  color: #0a0a0a;
  font-weight: 600;
}
.cookie-banner__btn--accept:hover {
  background: #d4ff2a;
  transform: translateY(-1px);
}
@media (max-width: 640px) {
  .cookie-banner {
    bottom: 0.75rem;
    left: 0.75rem;
    right: 0.75rem;
    padding: 1rem;
  }
  .cookie-banner__inner {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .cookie-banner__actions {
    justify-content: flex-end;
  }
}

/* ── Nav refinement for high-end feel ─────────────── */
.nav {
  transition: padding 0.4s var(--ease), background 0.4s var(--ease), backdrop-filter 0.4s var(--ease);
}
.nav--scrolled {
  background: rgba(250,250,248,0.78);
  backdrop-filter: blur(20px) saturate(1.4);
  -webkit-backdrop-filter: blur(20px) saturate(1.4);
  border-bottom-color: rgba(10,10,10,0.06);
}
.nav__logo {
  transition: transform 0.3s var(--ease);
}
.nav__logo:hover {
  transform: translateX(-1px);
  opacity: 1;
}
.nav__logo .dot {
  box-shadow: 0 0 8px rgba(200,255,0,0.4);
  animation: dot-glow 3s var(--ease) infinite;
}
@keyframes dot-glow {
  0%, 100% { box-shadow: 0 0 8px rgba(200,255,0,0.4); }
  50% { box-shadow: 0 0 14px rgba(200,255,0,0.7); }
}
.nav__link {
  position: relative;
  transition: color 0.3s var(--ease);
}
.nav__link::after {
  background: var(--accent);
  height: 1.5px;
}
.nav__cta {
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
  box-shadow: 0 4px 12px -2px rgba(10,10,10,0.15);
}
.nav__cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px -4px rgba(10,10,10,0.25);
}

/* ── Mobile polish (nav + cards + hero) ───────────── */
@media (max-width: 860px) {
  .showreel {
    height: 65vh !important;
    min-height: 480px !important;
  }
  .hero--showreel .hero__bottom {
    padding: 2rem 1.25rem 2.5rem !important;
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
  }
  .hero--showreel .hero__actions {
    width: 100%;
    flex-direction: column;
    gap: 0.75rem;
  }
  .hero--showreel .hero__actions .btn {
    width: 100%;
    justify-content: center;
  }
  .work-featured__config-overlay {
    display: none;
  }
  .work-featured__stats {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  .services-grid,
  .work-grid,
  .reviews-grid {
    grid-template-columns: 1fr !important;
  }
  .trust-bar {
    grid-template-columns: 1fr 1fr !important;
  }
  .trust-bar__sep {
    display: none;
  }
  .h2--monumental {
    font-size: clamp(2rem, 8vw, 3rem) !important;
  }
  .cta-section--v3 h2 {
    font-size: clamp(2.25rem, 9vw, 3.5rem) !important;
  }
}
@media (max-width: 480px) {
  .nav__links { display: none; }
}

/* ── Simplified hero bottom (now without duplicate sub) ─── */
.hero--showreel .hero__bottom {
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  padding: clamp(1.75rem, 3vw, 2.5rem) clamp(1.5rem, 4vw, 3rem) !important;
}
.hero--showreel .hero__actions {
  justify-content: flex-end;
}
@media (max-width: 860px) {
  .hero--showreel .hero__actions {
    justify-content: stretch;
  }
}


/* ═══════════════════════════════════════════════════════════════
   V11 — REAL FIXES
   ═══════════════════════════════════════════════════════════════ */

/* Kill the lime dash before every eyebrow label (the "----" in titles) */
.eyebrow::before { display: none !important; content: none !important; }
/* Also kill any lime strip under section head--v2 if still there */
.section__head--v2::before { display: none !important; }

/* Bulletproof dark-zone: both CTA and footer now share this parent */
.dark-zone {
  background: #080808 !important;
  position: relative;
  z-index: 0;
}
.dark-zone > * {
  background: transparent !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
}
.dark-zone .cta-section--v3,
.dark-zone .footer--v3 {
  background: transparent !important;
}
/* Since aurora/grid effects inside CTA are decorative, keep them */
.dark-zone .cta-v3-grid,
.dark-zone .cta-v3-aurora { background-color: transparent; }

/* ─── NAV v2 — proper premium redesign ───────────── */
.nav--v2 {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 0.9rem 0;
  transition: padding 0.4s var(--ease), background 0.4s var(--ease), border-color 0.4s var(--ease);
  background: rgba(250,250,248,0.82);
  backdrop-filter: blur(22px) saturate(1.6);
  -webkit-backdrop-filter: blur(22px) saturate(1.6);
  border-bottom: 1px solid rgba(10,10,10,0.05);
}
.nav--v2.nav--scrolled {
  padding: 0.6rem 0;
  background: rgba(250,250,248,0.92);
  border-bottom-color: rgba(10,10,10,0.08);
}
.nav-v2__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 2.5rem;
}

/* Logo mark with E + dot */
.nav-v2__logo {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s var(--ease);
}
.nav-v2__logo:hover { opacity: 1; }
.nav-v2__mark {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px; height: 34px;
  border: 1.5px solid var(--text);
  border-radius: 6px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 17px;
  letter-spacing: -0.04em;
  color: var(--text);
  background: var(--text);
  color: var(--bg);
}
.nav-v2__mark-e { line-height: 1; }
.nav-v2__mark-dot {
  position: absolute;
  top: -3px; right: -3px;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 10px rgba(200,255,0,0.7);
  animation: mark-pulse 2.5s var(--ease) infinite;
}
@keyframes mark-pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(0.85); opacity: 0.7; }
}
.nav-v2__wordmark {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: -0.035em;
  color: var(--text);
  line-height: 1;
}
.nav-v2__tag {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-muted);
  font-weight: 500;
  line-height: 1;
  padding: 3px 7px;
  border: 1px solid var(--border-strong);
  border-radius: 3px;
  margin-left: 0.2rem;
}

/* Links */
.nav-v2__links {
  display: inline-flex;
  justify-content: center;
  gap: 2.4rem;
}
.nav-v2__link {
  position: relative;
  color: var(--text);
  text-decoration: none;
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  padding: 0.3rem 0;
  transition: color 0.3s var(--ease);
}
.nav-v2__link span {
  position: relative;
  display: inline-block;
}
.nav-v2__link span::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: -5px;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.22,1,0.36,1);
}
.nav-v2__link:hover span::after,
.nav-v2__link[aria-current="page"] span::after {
  transform: scaleX(1);
  transform-origin: left;
}

/* Right cluster */
.nav-v2__right {
  display: inline-flex;
  align-items: center;
  gap: 1.25rem;
}
.nav-v2__lang {
  display: inline-flex;
  gap: 0.2rem;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  font-weight: 500;
  padding: 0.35rem 0.5rem;
  border: 1px solid var(--border-strong);
  border-radius: 100px;
  background: rgba(255,255,255,0.4);
}
.nav-v2__lang a {
  color: var(--text-muted);
  padding: 0 0.3rem;
  text-decoration: none;
  transition: color 0.3s var(--ease);
  text-transform: uppercase;
}
.nav-v2__lang a:hover { color: var(--text); }
.nav-v2__lang a.is-active {
  color: var(--text);
  font-weight: 600;
}

.nav-v2__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 1.1rem 0.65rem 1.3rem;
  background: var(--text);
  color: var(--bg);
  border-radius: 100px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  transition: transform 0.3s var(--ease), background 0.3s var(--ease), box-shadow 0.3s var(--ease);
  box-shadow: 0 4px 14px -2px rgba(10,10,10,0.18);
  white-space: nowrap;
}
.nav-v2__cta:hover {
  transform: translateY(-1px);
  background: #000;
  box-shadow: 0 10px 28px -4px rgba(10,10,10,0.28), 0 0 0 2px rgba(200,255,0,0.2);
}
.nav-v2__cta-arrow {
  transition: transform 0.3s var(--ease);
}
.nav-v2__cta:hover .nav-v2__cta-arrow {
  transform: translateX(3px);
}

/* Mobile toggle (hidden on desktop) */
.nav-v2__toggle {
  display: none;
  width: 40px; height: 40px;
  background: transparent;
  border: 1px solid var(--border-strong);
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  padding: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.nav-v2__toggle span {
  display: block;
  width: 16px; height: 1.5px;
  background: var(--text);
  transition: transform 0.3s var(--ease), opacity 0.3s var(--ease);
}
.nav-v2__toggle.is-open span:nth-child(1) { transform: translateY(3px) rotate(45deg); }
.nav-v2__toggle.is-open span:nth-child(2) { transform: translateY(-3px) rotate(-45deg); }

@media (max-width: 980px) {
  .nav-v2__links { display: none; }
  .nav-v2__lang { display: none; }
}
@media (max-width: 760px) {
  .nav-v2__toggle { display: inline-flex; }
  .nav-v2__cta-text { display: none; }
  .nav-v2__cta { padding: 0.55rem 0.85rem; }
  .nav-v2__tag { display: none; }
  .nav-v2__wordmark { font-size: 1rem; }
  .nav-v2__inner { gap: 0.75rem; }
}

/* Fix body top offset for new nav height */
body.has-fixed-nav { padding-top: 0; }
.hero--showreel { margin-top: 4.5rem; }
@media (max-width: 760px) { .hero--showreel { margin-top: 4rem; } }


/* ═══════════════════════════════════════════════════════════════
   V14 — HIGH-TECH POLISH ACROSS PAGE
   ═══════════════════════════════════════════════════════════════ */

/* ── HUD Section Divider ──────────────────────────── */
.hud-divider {
  padding: clamp(2.5rem, 4vw, 3.5rem) 0;
  background: var(--bg);
}
.hud-divider .container {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1.5rem;
  align-items: center;
}
.hud-divider__line {
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(10,10,10,0.18), transparent);
}
.hud-divider__label {
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  font-family: var(--font-mono);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  color: var(--text-muted);
  font-weight: 500;
  padding: 0.4rem 1rem;
  border: 1px solid var(--border);
  border-radius: 100px;
  background: var(--bg-card);
  white-space: nowrap;
}
.hud-divider__num {
  color: var(--text);
  font-weight: 600;
}
.hud-divider__sep { color: var(--border-strong); }
.hud-divider__name { color: var(--text); font-weight: 500; }
.hud-divider__dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 8px rgba(200,255,0,0.5);
  margin-left: 0.3em;
  animation: hud-pulse 2.4s ease-in-out infinite;
}
.dark-zone .hud-divider {
  background: transparent;
}
.dark-zone .hud-divider__line {
  background: linear-gradient(to right, transparent, rgba(245,241,236,0.12), transparent);
}
.dark-zone .hud-divider__label {
  background: rgba(20,20,20,0.6);
  border-color: rgba(245,241,236,0.1);
  color: rgba(245,241,236,0.6);
}
.dark-zone .hud-divider__num,
.dark-zone .hud-divider__name {
  color: var(--text-on-dark);
}
.dark-zone .hud-divider__sep {
  color: rgba(245,241,236,0.18);
}
@media (max-width: 760px) {
  .hud-divider .container { grid-template-columns: 1fr; gap: 1rem; }
  .hud-divider__line { display: none; }
  .hud-divider__label { font-size: 9px; padding: 0.35rem 0.85rem; }
}

/* When divider directly precedes a dark section, it gets a dark frame */
.hud-divider + .section--dark,
.hud-divider + .work-v3 {
  margin-top: 0;
}

/* ── Eyebrow with HUD Coordinate ──────────────────── */
.eyebrow-hud {
  display: inline-flex;
  align-items: center;
  gap: 0.85em;
  margin-bottom: clamp(1.25rem, 2vw, 1.75rem);
  flex-wrap: wrap;
}
.eyebrow-hud .eyebrow {
  margin-bottom: 0;
}
.eyebrow-coord {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  color: var(--text-muted);
  font-weight: 500;
  text-transform: uppercase;
  padding: 0.25rem 0.6rem;
  border: 1px solid var(--border);
  border-radius: 3px;
  background: var(--bg-card);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.eyebrow-coord--dark {
  color: var(--text-on-dark-soft);
  border-color: rgba(245,241,236,0.15);
  background: rgba(255,255,255,0.04);
}
.section__head--v3-centered .eyebrow-hud { justify-content: center; }

/* ── Card Corner Ticks ─────────────────────────────── */
.service-card,
.work-card,
.process__step--v2 {
  position: relative;
}
.card-tick {
  position: absolute;
  width: 12px;
  height: 12px;
  pointer-events: none;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.4s var(--ease);
}
.service-card:hover .card-tick,
.work-card:hover .card-tick,
.process__step--v2:hover .card-tick {
  opacity: 1;
}
.card-tick::before,
.card-tick::after {
  content: '';
  position: absolute;
  background: var(--accent);
}
.card-tick::before { width: 12px; height: 1.5px; }
.card-tick::after { width: 1.5px; height: 12px; }
.card-tick--tl { top: 8px; left: 8px; }
.card-tick--tl::before { top: 0; left: 0; }
.card-tick--tl::after { top: 0; left: 0; }
.card-tick--tr { top: 8px; right: 8px; }
.card-tick--tr::before { top: 0; right: 0; }
.card-tick--tr::after { top: 0; right: 0; }
.card-tick--bl { bottom: 8px; left: 8px; }
.card-tick--bl::before { bottom: 0; left: 0; }
.card-tick--bl::after { bottom: 0; left: 0; }
.card-tick--br { bottom: 8px; right: 8px; }
.card-tick--br::before { bottom: 0; right: 0; }
.card-tick--br::after { bottom: 0; right: 0; }

/* ── Service Card Diagnostic Readout ──────────────── */
.service-card__readout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  padding-top: 0.85rem;
  margin-top: 0.5rem;
  border-top: 1px dashed var(--border);
  opacity: 0.5;
  transition: opacity 0.4s var(--ease);
}
.service-card:hover .service-card__readout {
  opacity: 1;
}
.readout-row {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.readout-row .rk {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.22em;
  color: var(--text-muted);
  text-transform: uppercase;
  font-weight: 500;
}
.readout-row .rv {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: var(--text);
  font-variant-numeric: tabular-nums;
}

/* ── Work card: refined hover with HUD frame ──────── */
.work-card,
.service-card {
  isolation: isolate;
}
.work-card::after {
  content: '';
  position: absolute;
  top: 12px; left: 12px; right: 12px; bottom: 12px;
  border: 1px solid rgba(200,255,0,0);
  pointer-events: none;
  border-radius: 4px;
  transition: border-color 0.5s var(--ease);
  z-index: 1;
}
.work-card:hover::after {
  border-color: rgba(200,255,0,0.18);
}

/* ── Process step: numbered HUD frame ─────────────── */
.process__step--v2 {
  isolation: isolate;
}

/* ── Reveal animations on scroll ──────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.9s cubic-bezier(0.22,1,0.36,1), transform 0.9s cubic-bezier(0.22,1,0.36,1);
}
.reveal.is-in {
  opacity: 1;
  transform: translateY(0);
}
.reveal-stagger > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s cubic-bezier(0.22,1,0.36,1), transform 0.7s cubic-bezier(0.22,1,0.36,1);
}
.reveal-stagger.is-in > *:nth-child(1) { transition-delay: 0s; }
.reveal-stagger.is-in > *:nth-child(2) { transition-delay: 0.08s; }
.reveal-stagger.is-in > *:nth-child(3) { transition-delay: 0.16s; }
.reveal-stagger.is-in > *:nth-child(4) { transition-delay: 0.24s; }
.reveal-stagger.is-in > * { opacity: 1; transform: translateY(0); }

/* ── Trust bar: pulsing dot ────────────────────────── */
.trust-bar {
  position: relative;
}
.trust-bar::before {
  content: '';
  position: absolute;
  top: -1px; left: 32px;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 12px rgba(200,255,0,0.6);
  transform: translateY(-50%);
  animation: hud-pulse 2.5s ease-in-out infinite;
}

/* ── CTA section corner ticks (already partly there, polish) ─ */
.cta-section--v3 {
  position: relative;
}
.cta-section--v3::before,
.cta-section--v3::after {
  content: '';
  position: absolute;
  width: 14px; height: 14px;
  z-index: 3;
  pointer-events: none;
}
.cta-section--v3::before {
  top: 32px; left: 32px;
  border-top: 1.5px solid rgba(200,255,0,0.5);
  border-left: 1.5px solid rgba(200,255,0,0.5);
}
.cta-section--v3::after {
  top: 32px; right: 32px;
  border-top: 1.5px solid rgba(200,255,0,0.5);
  border-right: 1.5px solid rgba(200,255,0,0.5);
}

/* ── Subtle dot-grid backdrop on lighter sections ── */
#services::before,
.process-wrap::before,
.faq-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(10,10,10,0.06) 1px, transparent 1px);
  background-size: 32px 32px;
  pointer-events: none;
  mask-image: linear-gradient(to bottom, transparent, black 12%, black 88%, transparent);
  -webkit-mask-image: linear-gradient(to bottom, transparent, black 12%, black 88%, transparent);
  z-index: 0;
}
#services > .container,
.process-wrap > .container,
.faq-section > .container {
  position: relative;
  z-index: 1;
}

/* ── Reviews section: subtle rather than busy ──────── */
.reviews-section {
  position: relative;
}
.reviews-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 0%, rgba(200,255,0,0.03) 0%, transparent 40%),
    radial-gradient(circle at 80% 100%, rgba(200,255,0,0.02) 0%, transparent 50%);
  pointer-events: none;
}

/* ── Footer technical bottom strip ─────────────────── */
.footer-v3-bottom {
  position: relative;
  padding-left: 1rem;
}
.footer-v3-bottom::before {
  content: '●';
  color: var(--accent);
  margin-right: 0.6rem;
  font-size: 8px;
  vertical-align: 2px;
  animation: hud-pulse 2.5s ease-in-out infinite;
}

/* ── Service card slight inner border on hover ────── */
.service-card {
  position: relative;
}
.service-card::before {
  content: '';
  position: absolute;
  inset: 8px;
  border: 1px dashed transparent;
  border-radius: 4px;
  pointer-events: none;
  transition: border-color 0.5s var(--ease);
  z-index: 0;
}
.service-card:hover::before {
  border-color: rgba(10,10,10,0.08);
}

/* ── Mobile: scale down corner ticks/coords ───────── */
@media (max-width: 760px) {
  .eyebrow-coord { font-size: 9px; padding: 0.2rem 0.5rem; }
  .card-tick { width: 9px; height: 9px; }
  .card-tick::before { width: 9px; }
  .card-tick::after { height: 9px; }
  .service-card__readout { grid-template-columns: 1fr 1fr 1fr; gap: 0.5rem; }
  .readout-row .rv { font-size: 0.85rem; }
}

/* ── Header subtitle/lead clean-up across dark+light ─ */
.section__head--v3 .lead {
  font-family: var(--font-body);
  max-width: 60ch;
}


/* ═══════════════════════════════════════════════════════════════
   V15 — LIGHT SECTIONS COME ALIVE (no more dust)
   ═══════════════════════════════════════════════════════════════ */

/* Kill any remaining HUD divider classes (defensive) */
.hud-divider, .eyebrow-hud, .eyebrow-coord { display: none !important; }

/* ── Cream / warm section base ────────────────────── */
.section--cream {
  background:
    linear-gradient(180deg, #faf6ee 0%, #f5efe2 50%, #faf6ee 100%);
  position: relative;
  overflow: hidden;
}
.section--cream > .container { position: relative; z-index: 2; }

/* ── Ambient blobs (drifting soft glows) ──────────── */
.ambient-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(110px);
  pointer-events: none;
  z-index: 0;
  opacity: 0.7;
  will-change: transform;
}
.ambient-blob--lime {
  width: 540px; height: 540px;
  top: -10%; right: -10%;
  background: radial-gradient(circle, rgba(200,255,0,0.18) 0%, transparent 70%);
  animation: blob-drift-1 24s cubic-bezier(.4,.0,.2,1) infinite alternate;
}
.ambient-blob--cream {
  width: 480px; height: 480px;
  bottom: -15%; left: -8%;
  background: radial-gradient(circle, rgba(255,200,140,0.18) 0%, transparent 70%);
  animation: blob-drift-2 30s cubic-bezier(.4,.0,.2,1) infinite alternate;
}
.ambient-blob--peach {
  width: 600px; height: 600px;
  top: -20%; left: 30%;
  background: radial-gradient(circle, rgba(255,180,140,0.14) 0%, transparent 70%);
  animation: blob-drift-3 28s cubic-bezier(.4,.0,.2,1) infinite alternate;
}
@keyframes blob-drift-1 {
  0%   { transform: translate(0,0) scale(1); }
  100% { transform: translate(-8%, 6%) scale(1.15); }
}
@keyframes blob-drift-2 {
  0%   { transform: translate(0,0) scale(1.05); }
  100% { transform: translate(6%, -4%) scale(0.95); }
}
@keyframes blob-drift-3 {
  0%   { transform: translate(-2%,0) scale(1); }
  100% { transform: translate(4%, 5%) scale(1.1); }
}

/* ── Soft grid mesh on light sections (replaces dot-grid) ── */
.section--cream::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(10,10,10,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10,10,10,0.025) 1px, transparent 1px);
  background-size: 80px 80px;
  pointer-events: none;
  mask-image: radial-gradient(ellipse at center, black, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at center, black, transparent 75%);
  z-index: 1;
}

/* ── FAQ section: clean with monumental watermark ── */
.section--faq {
  background: linear-gradient(180deg, #faf6ee 0%, #fafaf8 100%);
  position: relative;
  overflow: hidden;
  padding-bottom: clamp(5rem, 10vh, 9rem);
}
.section--faq > .container { position: relative; z-index: 2; }
.faq-watermark {
  position: absolute;
  top: clamp(1rem, 3vw, 3rem);
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-display);
  font-size: clamp(8rem, 22vw, 22rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  color: rgba(10,10,10,0.04);
  line-height: 0.85;
  pointer-events: none;
  user-select: none;
  z-index: 1;
  white-space: nowrap;
}

/* ── Reviews section enhanced ──────────────────────── */
.reviews-section {
  background: linear-gradient(180deg, #f5efe2 0%, #ede5d4 100%);
  overflow: hidden;
}
.reviews-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(800px 400px at 20% 10%, rgba(200,255,0,0.06) 0%, transparent 60%),
    radial-gradient(900px 500px at 90% 80%, rgba(255,180,140,0.10) 0%, transparent 60%);
  pointer-events: none;
}

/* ── Bigger, more confident section headers ────────── */
.section__head--v3 .eyebrow {
  font-size: 12px;
  letter-spacing: 0.28em;
  margin-bottom: 1.5rem;
}
.section__head--v3 .eyebrow::before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 1px;
  background: var(--accent);
  margin-right: 0.85em;
  vertical-align: 4px;
}
.section__head--v3 .h2--monumental {
  font-size: clamp(2.5rem, 7vw, 5.8rem);
}

/* Service card backdrop deepens slightly on cream */
.section--cream .service-card {
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(10,10,10,0.06);
}
.section--cream .service-card:hover {
  background: rgba(255,255,255,0.92);
  border-color: rgba(10,10,10,0.12);
}

/* Process step on cream */
.section--cream .process__step--v2 {
  background: rgba(255,255,255,0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.section--cream .process__step--v2:hover {
  background: rgba(255,255,255,0.85);
}

/* ── Mobile blob scale-down ──────────────────────── */
@media (max-width: 760px) {
  .ambient-blob--lime,
  .ambient-blob--cream,
  .ambient-blob--peach {
    width: 280px;
    height: 280px;
    filter: blur(70px);
  }
  .faq-watermark { top: 0; font-size: 28vw; }
}


/* ═══════════════════════════════════════════════════════════════
   V16 — KILL DOUBLE CREAM, SERVICE CARDS WITH REAL VISUALS
   ═══════════════════════════════════════════════════════════════ */

/* White (default light) section. Same bg as page so it flows. */
.section--white {
  background: var(--bg);
  position: relative;
  overflow: hidden;
}
.section--white > .container { position: relative; z-index: 2; }

/* Disable old cream defaults for these sections */
.section--white::before { display: none !important; }

/* Service grid: bigger visuals, bigger cards */
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1rem, 1.5vw, 1.5rem);
}
@media (max-width: 760px) { .services-grid { grid-template-columns: 1fr; } }

/* Service card: structure overhaul */
.service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.55s cubic-bezier(0.22,1,0.36,1), box-shadow 0.55s cubic-bezier(0.22,1,0.36,1), border-color 0.4s var(--ease);
  box-shadow: 0 1px 0 rgba(10,10,10,0.04), 0 6px 20px -8px rgba(10,10,10,0.06);
  color: var(--text);
}
.service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(10,10,10,0.18);
  box-shadow:
    0 14px 28px -8px rgba(10,10,10,0.12),
    0 36px 70px -16px rgba(10,10,10,0.18),
    0 0 0 1px rgba(200,255,0,0.18);
}
.service-card::before, .service-card::after { display: none !important; }

/* Service card visual: full-width dark mockup */
.service-card__visual {
  aspect-ratio: 5 / 3;
  background: #0a0a0a;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  transition: transform 0.7s cubic-bezier(0.22,1,0.36,1);
}
.service-card__visual svg {
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 0.7s cubic-bezier(0.22,1,0.36,1);
}
.service-card:hover .service-card__visual svg {
  transform: scale(1.03);
}

/* Service card body: cleaner inside the card */
.service-card__body {
  padding: clamp(1.5rem, 2.5vw, 2rem) clamp(1.5rem, 2.5vw, 2rem) 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.service-card__title {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.2vw, 1.85rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: var(--text);
  margin: 0;
}
.service-card__readout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  padding-top: 0;
  margin-top: 0.25rem;
  border-top: none;
  opacity: 1;
}
.service-card__readout .readout-row {
  padding: 0.65rem 0.85rem;
  background: var(--bg-warm);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.service-card__readout .readout-row .rk {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.2em;
  color: var(--text-muted);
  font-weight: 500;
  text-transform: uppercase;
}
.service-card__readout .readout-row .rv {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: var(--text);
  font-variant-numeric: tabular-nums;
}
.service-card__desc {
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--text-soft);
  margin: 0;
}
.service-card__meta {
  font-family: var(--font-mono);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--text-muted);
  font-weight: 500;
  padding: clamp(0.85rem, 1.2vw, 1rem) clamp(1.5rem, 2.5vw, 2rem);
  border-top: 1px solid var(--border);
  margin-top: clamp(1.25rem, 2vw, 1.5rem);
  background: var(--bg-warm);
}
.service-card__arrow {
  position: absolute;
  top: clamp(1.25rem, 2vw, 1.5rem);
  right: clamp(1.25rem, 2vw, 1.5rem);
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.92);
  color: var(--text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  z-index: 4;
  opacity: 0;
  transform: scale(0.85);
  transition: transform 0.4s var(--ease), opacity 0.4s var(--ease), background 0.3s var(--ease);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 6px 16px -4px rgba(0,0,0,0.3);
}
.service-card:hover .service-card__arrow {
  opacity: 1;
  transform: scale(1) translateX(0);
}
.service-card:hover .service-card__arrow:hover {
  background: var(--accent);
  transform: scale(1) translateX(4px);
}

/* Override section--cream remnants — make sure no double cream */
.section--cream { display: revert; }  /* still allowed elsewhere if any */

/* Reviews keeps its warm feel — only ONE cream zone now */
.reviews-section {
  background: linear-gradient(180deg, #f5efe2 0%, #ede5d4 100%);
}

/* Reduce FAQ watermark size, make it more architectural */
.faq-watermark {
  font-size: clamp(6rem, 16vw, 16rem);
  top: 0;
  opacity: 1;
  color: rgba(10,10,10,0.035);
}

/* Disable all the section--cream extras since we're only using on reviews now */
.section--cream {
  background: var(--bg) !important;
  overflow: visible;
}
.section--cream::before { display: none !important; }
.section--cream .ambient-blob { display: none; }
.reviews-section.section--cream { background: linear-gradient(180deg, #f5efe2 0%, #ede5d4 100%) !important; }

/* Reduce gap between visual and body — make the visual feel like it's the dominant story */
.service-card { gap: 0; }

/* On mobile: stack readout horizontally compact */
@media (max-width: 760px) {
  .service-card__readout { grid-template-columns: repeat(3, 1fr); gap: 0.4rem; }
  .service-card__readout .readout-row { padding: 0.45rem 0.55rem; }
  .service-card__readout .readout-row .rv { font-size: 0.85rem; }
}
