/* InitialSix — one stylesheet for the whole site.
   Every page links this instead of carrying its own copy. Change it once,
   redeploy, and every page picks it up. */
/* ═══════════════════════════════════════════════════════════
   InitialSix — TOKENS
   Visual direction: Viper system (supersedes brief §11)
   Voice: brief §2 — entity language, no founder, no hype
   ═══════════════════════════════════════════════════════════ */
:root{
  --ink:      #090909;
  --paper:    #f5f4f3;
  --white:    #f9f9f9;
  --white-60: rgba(249,249,249,.6);
  --white-40: rgba(249,249,249,.4);
  --accent:   #ff462e;

  --carbon: #0e0f11;   /* the image-card surface */
  --inv:    28px;      /* inverted-corner radius */

  --pad:   34px;
  --shell: 100%;   /* full-bleed: gutters come from --pad alone */
}

*,*::before,*::after{box-sizing:border-box}
html,body{margin:0;padding:0}
html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
body{
  background:var(--ink);color:var(--white);
  font-family:"Inter",-apple-system,BlinkMacSystemFont,sans-serif;
  font-optical-sizing:auto;
  font-feature-settings:"ss01" on,"ss07" on,"cv11" on,"salt" on,"cv06" on;
}
a{color:inherit;text-decoration:none}

/* ═══════════ TRAILING CURSOR DOT ═══════════ */
.cursor{
  position:fixed;top:0;left:0;z-index:9999;pointer-events:none;
  width:0;height:0;will-change:transform;
}
.cursor b{
  display:block;width:14px;height:14px;border-radius:50%;
  background:var(--accent);margin:-7px 0 0 -7px;
  opacity:0;transform:scale(1);
  transition:opacity .35s ease,transform .3s cubic-bezier(.44,0,.06,1);
}
.cursor.on b{opacity:1}
.cursor.hot b{transform:scale(2.1);opacity:.5}
@media (pointer:coarse){.cursor{display:none}}

/* a pinned panel and the section that covers it share a wrapper, so the pin
   releases when that section ends instead of running to the end of the page */
.pin{position:relative}

/* ═══════════ HERO SHELL ═══════════ */
.hero{
  position:sticky;top:0;z-index:1;
  height:100vh;height:100svh;min-height:620px;
  width:100%;display:flex;overflow:hidden;background:var(--ink);
}
.hero-inner{
  position:relative;flex:1 0 0;
  display:flex;flex-direction:column;justify-content:flex-end;
  padding:var(--pad);background:var(--ink);overflow:hidden;
}

/* ═══════════ LOADER STRIP ═══════════ */
.loader{
  position:absolute;top:0;left:0;z-index:40;height:7px;width:100%;
  background:var(--accent);transform:translateX(-100%);
  animation:loadIn 1.1s cubic-bezier(.44,0,.06,1) .05s forwards;
}
@keyframes loadIn{to{transform:translateX(0)}}

/* ═══════════ NAV ═══════════ */

.nav{width:100%;max-width:var(--shell);margin:0 auto;
     display:flex;align-items:center;justify-content:space-between;
     opacity:0;animation:fade .8s ease .35s forwards}
.nav-left{display:flex;align-items:center;gap:30px}

/* the wordmark is artwork now. Sized in em off the old type scale so every
   place that used the text mark keeps the same optical weight. */
.mark{font-size:clamp(24px,1.18vw,34px);font-weight:800;letter-spacing:-.03em;
       line-height:1.3;white-space:nowrap;display:inline-block}
.mark .c{color:var(--accent)}
.mark img{display:block;width:auto;height:1.02em}
.foot-brand .mark img{height:1.35em}

.nav-right{display:flex;align-items:center;gap:60px}
.nav-links{display:flex;align-items:flex-start;gap:44px}
.nav-link{--h:clamp(22px,1.1vw,30px);display:flex;align-items:flex-start;gap:2px}
.nav-link .mask{height:var(--h);overflow:hidden;display:flex;flex-direction:column;gap:6px}
.nav-link .mask span{
  display:block;white-space:pre;
  font-size:calc(var(--h) - 4px);font-weight:600;line-height:var(--h);letter-spacing:-.1px;
  font-feature-settings:"ss01" on,"ss02" on,"ss03" on,"ss04" on,"ss07" on,"salt" on;
  transition:transform .5s cubic-bezier(.44,0,.06,1);
}
.nav-link .mask span:last-child{color:var(--accent)}
.nav-link:hover .mask span{transform:translateY(calc(-1 * (var(--h) + 6px)))}
.nav-link .idx{font-size:clamp(10px,.55vw,13px);font-weight:700;line-height:1.2;color:var(--white-60)}
.nav-link.current .mask span:first-child,
.nav-link.current .idx{color:var(--accent)}

.nav-note{
  font-size:clamp(10px,.55vw,13px);font-weight:700;line-height:1.2;letter-spacing:.16em;
  text-transform:uppercase;color:var(--white-60);white-space:nowrap;
}

.burger{display:none;flex-direction:column;gap:5px;padding:8px;cursor:pointer}
.burger i{display:block;width:22px;height:2px;background:var(--white);transition:.35s}
.burger.open i:nth-child(1){transform:translateY(7px) rotate(45deg)}
.burger.open i:nth-child(2){opacity:0}
.burger.open i:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* ═══════════ BACKGROUND ═══════════ */
/* Seamless studio sweep — no photography, no subject.
   Values sampled from the reference backdrop: a desaturated cool grey-green,
   keyed from the left at ~38% height, falling off right and to the floor. */
.bg-base{
  position:absolute;inset:0;z-index:0;
  background:
    /* 1 — floor, so the copy always has ground under it */
    linear-gradient(to bottom,rgba(9,10,10,0) 46%,rgba(9,10,10,.18) 72%,rgba(9,10,10,.55) 100%),
    /* 2 — right-hand falloff; the sweep holds its tone a long way across */
    linear-gradient(to right,rgba(18,23,23,0) 55%,rgba(18,23,23,.22) 100%),
    /* 3 — key light, broad and soft, left of centre at ~39% height */
    radial-gradient(96% 104% at 21% 39%,rgb(86,90,91) 0%,rgba(86,90,91,0) 68%),
    /* 4 — broad fill so the key never reads as a disc */
    radial-gradient(140% 124% at 36% 47%,rgb(66,74,74) 0%,rgba(66,74,74,0) 76%),
    /* 5 — base tone (the right-side value) */
    rgb(51,60,59);
  opacity:0;transform:scale(1.06);
  animation:artIn 2s cubic-bezier(.44,0,.06,1) .15s forwards;
}
@keyframes artIn{to{opacity:1;transform:scale(1)}}

/* corner vignette, as the reference backdrop naturally falls off */
.overlay{
  position:absolute;inset:0;z-index:1;pointer-events:none;
  background:radial-gradient(135% 115% at 30% 40%,transparent 62%,rgba(9,11,11,.26) 100%);
}

/* ═══════════ CONTENT ═══════════ */
.content{
  position:relative;z-index:10;
  width:100%;max-width:var(--shell);margin:0 auto;
  display:flex;align-items:flex-end;justify-content:space-between;gap:40px;
}
.copy{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:36px}

.eyebrow{
  font-size:clamp(11px,.62vw,15px);font-weight:700;letter-spacing:.22em;text-transform:uppercase;
  color:var(--white-40);
  opacity:0;transform:translateY(-8px);
  animation:rise .8s cubic-bezier(.44,0,.06,1) .5s forwards;
}
.headline{
  margin:0;
  font-size:clamp(34px,6.1vw,150px);
  font-weight:800;line-height:.96;letter-spacing:-.035em;text-transform:uppercase;
  max-width:min(100%,24ch);
  opacity:0;transform:translateY(18px);
  animation:rise .95s cubic-bezier(.44,0,.06,1) .62s forwards;
}
.headline .l1{white-space:nowrap}

/* rotating word — sizer holds the width, one live word in the DOM.
   Both share a single grid cell, so they align exactly with no offsets. */
.rotor{display:inline-grid;color:var(--accent);vertical-align:baseline}
.rotor>*{grid-area:1/1;white-space:nowrap}
.rotor .sizer{visibility:hidden;user-select:none;pointer-events:none}
.rotor .word{will-change:opacity,transform}

.subhead{
  margin:0;max-width:46ch;
  font-size:clamp(15px,1.35vw,26px);font-weight:600;line-height:1.45;
  letter-spacing:-.1px;color:var(--white-60);text-transform:uppercase;
  opacity:0;animation:fade .9s ease .82s forwards;
}
.actions{
  display:flex;flex-wrap:wrap;align-items:center;gap:14px;
  opacity:0;transform:translateY(14px);
  animation:rise .9s cubic-bezier(.44,0,.06,1) .95s forwards;
}

/* ── pill button (Viper mechanic) ── */
.btn{
  position:relative;display:inline-flex;align-items:center;gap:16px;
  padding:7px 26px 7px 7px;border-radius:50px;background:var(--paper);
  overflow:hidden;isolation:isolate;cursor:pointer;
}
.btn .filler{
  position:absolute;z-index:0;left:5px;top:calc(50% - 22px);
  width:44px;height:44px;border-radius:35px;background:var(--accent);
  transition:width .55s cubic-bezier(.44,0,.06,1);
}
.btn:hover .filler,.btn:focus-visible .filler{width:calc(100% - 10px)}
.btn .icon{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;
           width:40px;height:40px;padding:11px;border-radius:35px;overflow:hidden}
.btn .arrows{position:relative;width:18px;height:18px;overflow:hidden}
.btn .arrows svg{position:absolute;inset:0;width:18px;height:18px;
                 transition:transform .55s cubic-bezier(.44,0,.06,1)}
.btn .arrows svg:nth-child(2){transform:translate(-120%,120%)}
.btn:hover .arrows svg:nth-child(1),.btn:focus-visible .arrows svg:nth-child(1){transform:translate(120%,-120%)}
.btn:hover .arrows svg:nth-child(2),.btn:focus-visible .arrows svg:nth-child(2){transform:translate(0,0)}
.btn .labels{position:relative;z-index:1;height:20px;overflow:hidden;
             display:flex;flex-direction:column;align-items:center;gap:5px}
.btn .labels span{display:block;white-space:pre;font-size:clamp(17px,.95vw,21px);font-weight:500;
                  line-height:20px;letter-spacing:-.1px;
                  transition:transform .55s cubic-bezier(.44,0,.06,1)}
.btn .labels span:first-child{color:var(--ink)}
.btn .labels span:last-child{color:var(--white)}
.btn:hover .labels span,.btn:focus-visible .labels span{transform:translateY(-25px)}

.btn-ghost{
  display:inline-flex;align-items:center;gap:10px;
  padding:15px 26px;border-radius:50px;
  border:1px solid rgba(249,249,249,.22);
  font-size:clamp(17px,.95vw,21px);font-weight:500;letter-spacing:-.1px;
  transition:border-color .4s ease,background .4s ease;
}
.btn-ghost:hover,.btn-ghost:focus-visible{border-color:rgba(249,249,249,.5);background:rgba(249,249,249,.06)}
.btn-ghost svg{width:15px;height:15px;transition:transform .4s cubic-bezier(.44,0,.06,1)}
.btn-ghost:hover svg{transform:translateY(3px)}

/* ── quiet right-hand meta ── */
.meta{
  flex:none;display:flex;flex-direction:column;align-items:flex-end;gap:26px;
  padding-bottom:4px;
}
.meta .year{
  font-size:11px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;
  color:var(--white-40);white-space:nowrap;
  opacity:0;animation:fade .9s ease 1s forwards;
}
.cue{width:26px;height:26px;opacity:0;transform:translateY(-30px);
     animation:rise .9s cubic-bezier(.44,0,.06,1) 1.1s forwards}
.cue svg{width:100%;height:100%;animation:bob 2.4s ease-in-out 2.2s infinite}
@keyframes bob{0%,100%{transform:translateY(0)}50%{transform:translateY(6px)}}

@keyframes fade{to{opacity:1}}
@keyframes rise{to{opacity:1;transform:translateY(0)}}

/* ═══════════ NEXT-SECTION MARKER ═══════════ */
.after{background:var(--ink);border-top:1px solid rgba(249,249,249,.1);padding:56px var(--pad)}
.after-in{max-width:var(--shell);margin:0 auto;display:flex;justify-content:space-between;
          align-items:baseline;gap:20px;flex-wrap:wrap}
.after-in p{margin:0;font-size:13px;font-weight:600;letter-spacing:.14em;
            text-transform:uppercase;color:var(--white-40)}
.after-in p b{color:var(--accent);font-weight:700}

/* ═══════════ RESPONSIVE ═══════════ */
@media (max-width:1439.98px){.nav-links{gap:34px}.nav-right{gap:40px}}
@media (max-width:1199.98px){
  :root{--pad:24px}
  .hero-inner{padding:24px 24px 44px}
  .nav-note{display:none}
  .copy{gap:30px}
}
@media (max-width:809.98px){
  :root{--pad:20px}
  .hero-inner{padding:20px 20px 40px}
  .nav-wrap{top:0;left:0;right:0;padding:16px}
  .nav{background:rgba(9,9,9,.72);backdrop-filter:blur(14px);border-radius:16px;padding:14px 16px}
  .burger{display:flex}
  .nav-right{position:absolute;top:calc(100% + 8px);left:0;right:0;
    flex-direction:column;align-items:flex-start;gap:20px;
    background:rgba(9,9,9,.94);backdrop-filter:blur(14px);border-radius:16px;padding:22px 20px;
    opacity:0;visibility:hidden;transform:translateY(-8px);
    transition:.35s cubic-bezier(.44,0,.06,1)}
  .nav-right.open{opacity:1;visibility:visible;transform:translateY(0)}
  .nav-links{flex-direction:column;gap:14px;width:100%}
  .content{flex-direction:column;align-items:flex-start;gap:26px}
  .copy{gap:24px;width:100%}
  .headline{max-width:100%}
  .headline .l1{white-space:normal}
  .meta{flex-direction:row;align-items:center;justify-content:space-between;width:100%;gap:16px}
  .actions{width:100%}
  .btn,.btn-ghost{flex:1 1 100%;justify-content:flex-start}
}

@media (prefers-reduced-motion:reduce){
  *{animation-duration:.01ms!important;animation-iteration-count:1!important;
    transition-duration:.01ms!important}
  .bg-base{opacity:1;transform:none}
  .loader{transform:none}
  .nav,.eyebrow,.headline,.subhead,.actions,.meta .year,.cue{opacity:1;transform:none}
}

/* ═══════════════════════════════════════════════════════════
   /002/  A SYSTEM, NOT A MENU
   Light surface — the Viper Process section, four stages
   ═══════════════════════════════════════════════════════════ */
.system{
  position:relative;z-index:4;
  background:#fff;color:var(--ink);            /* alternates against the intro */
  padding:104px var(--pad) 100px;
}

/* ── stepped leading edge: five columns above the section's top edge,
      each parallaxing at its own rate so the section arrives as teeth ── */
.overlap{
  position:absolute;left:0;right:0;bottom:100%;
  height:240px;display:flex;overflow:hidden;pointer-events:none;
}
.overlap i{
  flex:1;height:100%;background:var(--paper);display:block;
  transform:translateY(calc((1 - var(--p,0) * var(--k)) * 100%));
  will-change:transform;
}
.overlap i:nth-child(1){--k:.30}
.overlap i:nth-child(2){--k:.62}
.overlap i:nth-child(3){--k:.16}
.overlap i:nth-child(4){--k:.48}
.overlap i:nth-child(5){--k:.34}


.sys-shell{position:relative;z-index:1}
.sys-shell{max-width:var(--shell);margin:0 auto;display:flex;flex-direction:column;gap:56px}

.rule{width:100%;height:1px;background:rgba(9,9,9,.14)}

/* ── header ── */
.sys-head{display:flex;flex-direction:column;gap:30px}
.sys-meta{display:flex;align-items:center;justify-content:space-between;gap:20px}
.kicker{
  display:inline-flex;align-items:center;gap:10px;
  font-size:clamp(11px,.62vw,15px);font-weight:700;letter-spacing:.2em;text-transform:uppercase;
}
.kicker i{width:9px;height:9px;background:var(--accent);flex:none}
.sys-meta-r{display:flex;align-items:center;gap:22px}
.slug{font-size:clamp(11px,.62vw,15px);font-weight:700;letter-spacing:.18em;text-transform:uppercase}
.slug.dim{color:rgba(9,9,9,.42)}

.sys-title{display:flex;align-items:flex-end;justify-content:space-between;gap:60px;flex-wrap:wrap}
.sys-title h2{
  margin:0;flex:0 1 auto;
  font-size:clamp(32px,4.6vw,104px);font-weight:800;line-height:.98;letter-spacing:-.035em;
}
.sys-title p{
  margin:0;flex:1 1 380px;max-width:34em;
  font-size:clamp(15px,1.25vw,24px);font-weight:500;line-height:1.55;
  color:rgba(9,9,9,.62);
}

/* ── stages: bordered cards with the reference's hairline pattern ── */
.stages{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}

.stage{
  position:relative;overflow:hidden;
  display:flex;flex-direction:column;justify-content:space-between;gap:96px;
  padding:24px 24px 34px;border-radius:20px;
  background:var(--paper);border:1px solid rgba(234,234,234,.65);
  opacity:0;transform:translateY(24px);
  transition:opacity .8s cubic-bezier(.44,0,.06,1),transform .8s cubic-bezier(.44,0,.06,1);
  transition-delay:calc(var(--i) * .09s);
}
.stages.in .stage{opacity:1;transform:none}

/* the lines through the card — a fine repeating grain, as the reference's
   5px pattern tile. 114° matches the brushed-steel angle in the brand notes. */
.stage::before{
  content:"";position:absolute;inset:0;z-index:0;pointer-events:none;
  background:repeating-linear-gradient(114deg,
    rgba(9,9,9,.055) 0 1px, rgba(9,9,9,0) 1px 5px);
}
.stage>*{position:relative;z-index:1}

.stage-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}
.num{font-size:clamp(13px,.72vw,17px);font-weight:700;letter-spacing:.12em}
.dots{display:flex;align-items:center;gap:6px;padding-top:3px}
.dots i{width:10px;height:10px;border-radius:50%;background:#d9d9d9;flex:none}
.dots i.on{background:var(--accent)}

.stage-body{display:flex;flex-direction:column;gap:14px}
.stage-body h3{
  margin:0;display:flex;align-items:center;gap:10px;
  font-size:clamp(19px,1.6vw,26px);font-weight:700;letter-spacing:-.02em;line-height:1.2;
}
.stage-body h3 .sq{width:13px;height:13px;border-radius:3px;background:var(--accent);flex:none}
.stage-body p{
  margin:0;max-width:44ch;
  font-size:clamp(15px,1.02vw,18px);font-weight:500;line-height:1.55;
  color:rgba(9,9,9,.62);
}
.stage-body .tags{
  margin-top:4px;max-width:none;
  font-size:clamp(11px,.62vw,13px);font-weight:700;letter-spacing:.13em;
  text-transform:uppercase;color:rgba(9,9,9,.42);line-height:1.7;
}

/* ── closer ── */
.sys-foot{display:flex;align-items:center;justify-content:space-between;gap:40px;flex-wrap:wrap}
.sys-foot p{
  margin:0;flex:1 1 420px;max-width:38em;
  font-size:clamp(15px,1.25vw,24px);font-weight:500;line-height:1.55;color:rgba(9,9,9,.62);
}

/* light grey pill — every button in the body uses this; the hero keeps its
   own paper/ghost pair. The label stays ink until the orange filler sweeps
   under it, at which point the base .btn rule swaps in the white one. */
.btn-grey{background:#e3e2df;box-shadow:inset 0 0 0 1px rgba(9,9,9,.06)}
.sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}

@media (max-width:1199.98px){
  .system{padding:90px var(--pad) 80px}
  .stages{grid-template-columns:repeat(2,1fr);gap:44px 30px}
  .cable{display:none}
  .node{display:none}
}
@media (max-width:809.98px){
  .system{padding:64px var(--pad) 64px}
  .overlap{height:120px}
  .sys-corner{width:70%;height:240px;border-radius:0 0 180px 0}
  .sys-shell{gap:38px}
  .stages{grid-template-columns:1fr;gap:36px}
  .sys-title{gap:24px}
  .sys-foot{gap:24px}
  .btn-grey{flex:1 1 100%;justify-content:flex-start}
}

@media (prefers-reduced-motion:reduce){
  .stage{opacity:1;transform:none}
  .cable-line{transform:scaleX(1)}
  .cable-pulse{display:none}
}

/* ═══════════════════════════════════════════════════════════
   /002/  INTRO — the reference's About block
   Carries the leading-edge teeth, since it now follows the hero
   ═══════════════════════════════════════════════════════════ */
.intro{
  position:relative;z-index:4;                  /* rides over the pinned hero */
  background:var(--paper);color:var(--ink);
  padding:96px var(--pad) 104px;
}
.intro-shell{position:relative;z-index:1;max-width:var(--shell);margin:0 auto;
             display:flex;flex-direction:column;gap:56px}

/* oversized soft corners, as the reference carries left and right.
   They live in their own clipping layer: the section itself can't use
   overflow:hidden because the leading-edge teeth sit above its top edge. */
.intro-bg{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none}
.intro-corner{position:absolute;pointer-events:none;background:rgba(255,255,255,.6)}
.intro-corner.l{
  left:-8%;top:-30px;width:38%;height:430px;border-radius:0 0 300px 0;
  -webkit-mask-image:linear-gradient(146deg,#000 18%,rgba(0,0,0,0) 72%);
          mask-image:linear-gradient(146deg,#000 18%,rgba(0,0,0,0) 72%);
}
.intro-corner.r{
  right:-6%;bottom:-40px;width:30%;height:360px;border-radius:260px 0 0 0;
  -webkit-mask-image:linear-gradient(-34deg,#000 16%,rgba(0,0,0,0) 70%);
          mask-image:linear-gradient(-34deg,#000 16%,rgba(0,0,0,0) 70%);
}

/* rule with a drawn plus at its centre */
.plus-rule{display:flex;align-items:center;gap:0}
.plus-rule .ln{flex:1;height:1px;background:rgba(9,9,9,.14)}
.plus-rule .pl{position:relative;width:26px;height:26px;flex:none}
.plus-rule .pl::before,.plus-rule .pl::after{
  content:"";position:absolute;background:rgba(9,9,9,.4);
}
.plus-rule .pl::before{left:50%;top:5px;bottom:5px;width:1px;transform:translateX(-50%)}
.plus-rule .pl::after{top:50%;left:5px;right:5px;height:1px;transform:translateY(-50%)}

/* kicker + statement */
.intro-main{display:flex;align-items:flex-start;gap:50px}
.intro .reveal{
  opacity:0;transform:translateY(22px);
  transition:opacity .8s cubic-bezier(.44,0,.06,1),transform .8s cubic-bezier(.44,0,.06,1);
  transition-delay:calc(var(--i,0) * .09s);
}
.intro.in .reveal{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){.intro .reveal{opacity:1;transform:none}}
.intro-kick{flex:none;width:20%;padding-top:10px}
.intro-say{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:44px}
.intro-say h2{
  margin:0;text-align:left;   /* shares a left axis with the button below */
  font-size:clamp(23px,2.6vw,54px);font-weight:700;line-height:1.16;letter-spacing:-.032em;
}
.intro-say h2 .mk{color:var(--accent)}
.intro-say .actions{justify-content:flex-start}

/* three principles under rules */
.principles{display:grid;grid-template-columns:repeat(2,1fr);gap:56px;margin-top:30px}
.principle{display:flex;flex-direction:column;gap:18px}
.principle .rule{margin:0}
.principle h3{
  margin:0;font-size:clamp(17px,1.25vw,23px);font-weight:700;letter-spacing:-.02em;
}
.principle p{
  margin:0;flex:1;
  font-size:clamp(15px,1.02vw,19px);font-weight:500;line-height:1.55;color:rgba(9,9,9,.62);
}
.principle .rule.end{margin-top:8px}

@media (max-width:1199.98px){
  .intro{padding:80px var(--pad) 84px}
  .intro-shell{gap:56px}
  .intro-main{gap:30px}
  .intro-kick{width:26%}
  .principles{gap:40px}
  .intro-corner.r{display:none}
}
@media (max-width:809.98px){
  .intro{padding:56px var(--pad) 60px}
  .intro-shell{gap:38px}
  .intro-main{flex-direction:column;gap:22px}
  .intro-kick{width:100%;padding-top:0}
  .intro-say{gap:28px}
  .intro-say h2{text-align:left}
  .principles{grid-template-columns:1fr;gap:30px;margin-top:6px}
  .intro-corner.l{width:76%;height:230px;border-radius:0 0 170px 0}
}

/* ═══════════════════════════════════════════════════════════
   IMAGE BAND — pinned, the proof section scrolls over it
   ═══════════════════════════════════════════════════════════ */
.band{
  position:sticky;top:0;z-index:3;
  height:100vh;height:100svh;min-height:520px;
  width:100%;display:flex;overflow:hidden;background:var(--ink);
}
.band-art{
  position:absolute;inset:0;

  /* ── the asset. Layer order matters: background-image paints first-listed
     on top, so the photo goes LAST and the scrims sit over it. ── */
  --band-image:url("https://assets.cdn.filesafe.space/z8G9zY1pZ8ckN7nHUrfa/media/6a9f0f711543e1ae08b1de4d.jpg");

  background-color:rgb(51,60,59);          /* holds if the image is slow */
  background-image:
    linear-gradient(to bottom,rgba(9,10,10,.5) 0%,rgba(9,10,10,0) 34%),
    linear-gradient(to top,rgba(9,10,10,.8) 0%,rgba(9,10,10,.12) 46%,rgba(9,10,10,0) 62%),
    var(--band-image,none);
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}
.band-inner{
  position:relative;z-index:2;flex:1;
  display:flex;flex-direction:column;justify-content:space-between;
  padding:var(--pad);
}
.band-top,.band-bot{
  max-width:var(--shell);margin:0 auto;width:100%;
  display:flex;align-items:baseline;justify-content:space-between;gap:20px;flex-wrap:wrap;
}
.band-note{
  font-size:clamp(11px,.62vw,15px);font-weight:700;letter-spacing:.2em;
  text-transform:uppercase;color:var(--white-60);
}
.band-cap{
  margin:0;font-size:clamp(34px,5.2vw,104px);font-weight:800;
  line-height:.98;letter-spacing:-.035em;color:var(--white);
}
.band-cap small{display:block;font-size:clamp(11px,.62vw,15px);font-weight:700;
  letter-spacing:.2em;text-transform:uppercase;color:var(--white-60);margin-top:16px}
.band-bot{align-items:flex-end}
.band-act{flex:none;padding-bottom:6px}


/* ═══════════════════════════════════════════════════════════
   /004/  PROOF — centred header, then rows that pin and stack
   ═══════════════════════════════════════════════════════════ */
.proof{
  position:relative;z-index:4;
  background:#fff;color:var(--ink);
  padding:96px var(--pad) 150px;
}
.proof-shell{position:relative;z-index:1;max-width:var(--shell);margin:0 auto;
             display:flex;flex-direction:column;gap:46px}

.pf-meta{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px}
.pf-meta .slug.mid{text-align:center}
.pf-meta .slug.end{text-align:right}

/* centred header block */
.pf-head{display:flex;flex-direction:column;align-items:center;gap:26px;text-align:center}
.pf-head h2{
  margin:0;font-size:clamp(38px,6.2vw,132px);font-weight:800;
  line-height:.94;letter-spacing:-.04em;
}
.pf-head .lead{
  margin:0;max-width:30em;
  font-size:clamp(15px,1.25vw,21px);font-weight:500;line-height:1.55;color:rgba(9,9,9,.62);
}
.pf-head .lead b{color:var(--ink);font-weight:800}

.pf-clients{display:flex;flex-direction:column;align-items:center;gap:16px;margin-top:8px}
.pf-clients span{
  font-size:clamp(11px,.62vw,14px);font-weight:700;letter-spacing:.18em;
  text-transform:uppercase;color:rgba(9,9,9,.42);
}
.pf-clients ul{
  list-style:none;margin:0;padding:0;
  display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:14px 40px;
}
.pf-clients li{
  font-size:clamp(15px,1.35vw,24px);font-weight:800;letter-spacing:-.03em;
  color:rgba(9,9,9,.34);transition:color .4s ease;
}
.pf-clients li:hover{color:rgba(9,9,9,.7)}

/* ── the stack: each row pins a little lower than the last ── */
.pf-stack{display:flex;flex-direction:column;gap:24px;margin-top:14px}
.pf-row{
  position:sticky;top:calc(56px + var(--r) * 16px);
  z-index:calc(var(--r) + 1);
  display:grid;grid-template-columns:1fr 1fr;gap:24px;
  /* deliberately transparent: the cards are opaque and do the covering,
     so the row's gaps stay see-through to the row beneath */
}

.pf-card{
  position:relative;overflow:hidden;
  border-radius:22px;padding:10px 10px 0;
  background:var(--paper);border:1px solid rgba(234,234,234,.9);
  display:flex;flex-direction:column;
}
.pf-card::before{
  content:"";position:absolute;inset:0;z-index:0;pointer-events:none;
  background:repeating-linear-gradient(114deg,
    rgba(9,9,9,.055) 0 1px, rgba(9,9,9,0) 1px 5px);
}
.pf-card>*{position:relative;z-index:1}

.pf-img{
  position:relative;border-radius:14px;overflow:hidden;aspect-ratio:16/10.6;
  background-size:cover;background-position:center;
  /* the fallback matters: an unset var here would void the whole shorthand */
  background-image:var(--card-image,none),
    radial-gradient(84% 92% at 30% 36%,rgb(88,92,93) 0%,rgba(88,92,93,0) 66%),
    radial-gradient(130% 116% at 44% 54%,rgb(64,72,72) 0%,rgba(64,72,72,0) 74%),
    linear-gradient(160deg,rgb(58,66,66),rgb(38,45,45));
  transition:transform .7s cubic-bezier(.44,0,.06,1);
}
.pf-card:hover .pf-img{transform:scale(1.02)}
.pf-ph{
  position:absolute;top:22px;left:22px;z-index:2;
  font-size:10px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;
  color:rgba(249,249,249,.5);border:1px dashed rgba(249,249,249,.28);
  padding:6px 10px;border-radius:4px;
}

.pf-foot{
  display:flex;align-items:center;justify-content:space-between;gap:20px;
  padding:20px 12px 22px;flex-wrap:wrap;
}
.pf-id{display:flex;align-items:center;gap:16px}
.pf-id .dots{padding-top:0}
.pf-id h3{margin:0;font-size:clamp(17px,1.35vw,23px);font-weight:700;letter-spacing:-.02em;line-height:1.25}
.pf-id p{margin:2px 0 0;font-size:clamp(13px,.95vw,16px);font-weight:500;color:rgba(9,9,9,.5)}
.pf-tags{display:flex;gap:10px;flex-wrap:wrap}
.pf-tags i{
  font-style:normal;padding:9px 16px;border-radius:44px;
  background:#eaeaea;box-shadow:inset 0 0 4px rgba(0,0,0,.05);
  font-size:clamp(12px,.82vw,15px);font-weight:500;color:var(--ink);white-space:nowrap;
}

@media (max-width:1199.98px){
  .band-inner{padding:24px}
  .proof{padding:80px var(--pad) 120px}
  .pf-row{grid-template-columns:1fr 1fr;gap:18px;top:calc(46px + var(--r) * 14px)}
  .pf-foot{padding:16px 8px 18px}
}
@media (max-width:809.98px){
  .proof{padding:60px var(--pad) 70px}
  .proof-shell{gap:34px}
  .pf-meta{grid-template-columns:1fr auto;gap:10px}
  .pf-meta .slug.mid{display:none}
  .pf-stack{gap:18px;margin-top:4px}
  /* On phones the row wrapper is dissolved with display:contents, so every
     card becomes a direct child of .pf-stack. A sticky element can only stick
     inside its own containing block — while the rows existed, each card
     unstuck the moment its row scrolled past, which broke the deck after the
     first pair. */
  .pf-row,.pf-row:nth-child(even){display:contents}
  .pf-stack{gap:18px}
  .pf-card{position:sticky;top:calc(56px + var(--c) * 13px);z-index:calc(var(--c) + 1)}
  .pf-foot{padding:16px 6px 18px;gap:14px}
  .pf-tags i{padding:7px 13px}
}
/* ═══════════════════════════════════════════════════════════
   /004/  WHAT COMES OUT OF IT — one problem, one artifact per row
   ═══════════════════════════════════════════════════════════ */
.outcomes{
  position:relative;z-index:4;
  background:var(--paper);color:var(--ink);
  padding:104px var(--pad) 110px;
}
.out-shell{position:relative;z-index:1;max-width:var(--shell);margin:0 auto;
           display:flex;flex-direction:column;gap:50px}
.out-title{display:flex;align-items:flex-end;justify-content:space-between;gap:60px;flex-wrap:wrap}
.out-title h2{
  margin:0;font-size:clamp(32px,4.6vw,104px);font-weight:800;line-height:.98;letter-spacing:-.035em;
}
.out-title p{
  margin:0;flex:1 1 340px;max-width:34em;
  font-size:clamp(15px,1.25vw,24px);font-weight:500;line-height:1.55;color:rgba(9,9,9,.62);
}

.out-list{display:flex;flex-direction:column;gap:22px}
.out-row{
  display:grid;grid-template-columns:1.15fr 1fr;align-items:center;gap:clamp(30px,4vw,80px);
  padding:44px 0 0;border-top:1px solid rgba(9,9,9,.14);
  opacity:0;transform:translateY(26px);
  transition:opacity .85s cubic-bezier(.44,0,.06,1),transform .85s cubic-bezier(.44,0,.06,1);
  transition-delay:calc(var(--i) * .1s);
}
.outcomes.in .out-row{opacity:1;transform:none}
/* alternate which side the artifact sits on — the columns mirror too,
   so the artifact keeps the same width on every row */
.out-row:nth-child(even){grid-template-columns:1fr 1.15fr}
.out-row:nth-child(even) .out-shot{order:2}
.out-row:nth-child(even) .out-copy{order:1}

.out-copy{display:flex;flex-direction:column;gap:18px;padding-bottom:44px}
.out-copy .num{font-size:clamp(11px,.62vw,14px);font-weight:700;letter-spacing:.14em;
  color:rgba(9,9,9,.42)}
.out-copy h3{
  margin:0;font-size:clamp(26px,3.1vw,56px);font-weight:800;
  line-height:1.02;letter-spacing:-.035em;
}
.out-copy p{
  margin:0;max-width:40ch;
  font-size:clamp(15px,1.1vw,20px);font-weight:500;line-height:1.55;color:rgba(9,9,9,.62);
}
.out-copy .tags{
  margin-top:4px;font-size:clamp(11px,.62vw,13px);font-weight:700;letter-spacing:.13em;
  text-transform:uppercase;color:rgba(9,9,9,.42);line-height:1.7;
}

/* the artifact card — carbon panel, rounded, with the caption sitting in a
   cutout carved out of the bottom-left corner.
   A notch needs THREE curves, not one: the convex inner corner plus the two
   junctions where the cutout meets the card's edges. Those junctions are
   inverted radii — a quarter-disc of card colour held inside a paper square.
   The cutout is filled with the section's own background, so it must match
   the surface behind it or the curve shows a seam. */
.out-shot{
  /* no overflow:hidden here — it would clip the caption cutout below.
     The image carries the rounding instead. */
  position:relative;margin-bottom:44px;
  border-radius:22px;min-height:200px;   /* holds shape if an image is slow */
  background:var(--carbon);
  transform-origin:center;will-change:transform;
  transition:transform .7s cubic-bezier(.44,0,.06,1);
}
/* scaling the image alone made it grow out from behind the caption cutout,
   which read as a stray border. The whole card moves as one instead. */
.out-row:hover .out-shot{transform:scale(1.018)}
.out-shot::after{
  content:"";position:absolute;inset:0;z-index:1;pointer-events:none;border-radius:22px;
  background:radial-gradient(78% 66% at 80% 6%,rgba(190,205,220,.12),transparent 62%);
}
.out-shot img{
  display:block;width:100%;height:auto;position:relative;z-index:0;
  border-radius:22px;background:var(--carbon);
}

.vcut{
  position:absolute;left:0;bottom:0;z-index:3;
  background:var(--paper);padding:26px 36px 20px 0;
  border-top-right-radius:var(--inv);
}
/* junction where the cutout's top meets the card's left edge */
.vcut::before{
  content:"";position:absolute;left:0;top:calc(-1 * var(--inv));
  width:var(--inv);height:var(--inv);
  background:radial-gradient(circle at 100% 0,transparent var(--inv),var(--paper) calc(var(--inv) + .5px));
}
/* junction where the cutout's right edge meets the card's bottom */
.vcut::after{
  content:"";position:absolute;left:100%;bottom:0;
  width:var(--inv);height:var(--inv);
  background:radial-gradient(circle at 100% 0,transparent var(--inv),var(--paper) calc(var(--inv) + .5px));
}
.vcap b{display:block;font-size:clamp(13px,.95vw,16px);font-weight:700;letter-spacing:-.01em;color:var(--ink)}
.vcap span{display:block;margin-top:4px;
  font-size:clamp(10px,.6vw,12px);font-weight:700;letter-spacing:.14em;
  text-transform:uppercase;color:rgba(9,9,9,.42)}



@media (max-width:1199.98px){
  .outcomes{padding:88px var(--pad) 90px}
  .out-row{gap:34px;padding-top:36px}
  .out-copy,.out-shot{padding-bottom:0;margin-bottom:36px}
}
@media (max-width:809.98px){
  .outcomes{--inv:20px;padding:60px var(--pad) 64px}
  .vcut{padding:18px 24px 14px 0}
  .out-shell{gap:34px}
  .out-row,.out-row:nth-child(even){grid-template-columns:1fr;gap:22px;padding-top:28px}
  .out-row:nth-child(even) .out-shot,
  .out-row:nth-child(even) .out-copy{order:initial}
  .out-copy{gap:14px;padding-bottom:0}
  .out-shot{margin-bottom:28px}
}
@media (prefers-reduced-motion:reduce){.out-row{opacity:1;transform:none}}

/* ═══════════════════════════════════════════════════════════
   /006/  THE DIFFERENCE
   ═══════════════════════════════════════════════════════════ */
.diff{position:relative;z-index:4;background:var(--paper);color:var(--ink);
  padding:104px var(--pad) 110px}
.diff-shell{max-width:var(--shell);margin:0 auto;display:flex;flex-direction:column;gap:50px}
.diff-title{display:flex;align-items:flex-end;justify-content:space-between;gap:60px;flex-wrap:wrap}
.diff-title h2{margin:0;font-size:clamp(32px,4.6vw,104px);font-weight:800;
  line-height:.98;letter-spacing:-.035em}
.diff-title p{margin:0;flex:1 1 340px;max-width:38em;
  font-size:clamp(15px,1.25vw,24px);font-weight:500;line-height:1.55;color:rgba(9,9,9,.62)}
.diff-prose{margin:0;max-width:70ch;
  font-size:clamp(17px,1.65vw,30px);font-weight:500;line-height:1.55;letter-spacing:-.015em;
  color:rgba(9,9,9,.58)}
.diff-prose b{color:var(--ink);font-weight:800}

/* ═══════════════════════════════════════════════════════════
   /007/  QUESTIONS
   ═══════════════════════════════════════════════════════════ */
.faq{position:relative;z-index:4;background:#fff;color:var(--ink);
  padding:104px var(--pad) 110px}
.faq-shell{max-width:var(--shell);margin:0 auto;display:flex;flex-direction:column;gap:46px}
.faq-title{display:flex;align-items:flex-end;justify-content:space-between;gap:60px;flex-wrap:wrap}
.faq-title h2{margin:0;font-size:clamp(32px,4.6vw,104px);font-weight:800;
  line-height:.98;letter-spacing:-.035em}
.faq-title p{margin:0;flex:1 1 320px;max-width:34em;
  font-size:clamp(15px,1.25vw,22px);font-weight:500;line-height:1.55;color:rgba(9,9,9,.62)}
.faq-list{border-top:1px solid rgba(9,9,9,.14)}
.faq-list details{border-bottom:1px solid rgba(9,9,9,.14)}
.faq-list summary{
  list-style:none;cursor:pointer;position:relative;
  display:flex;align-items:center;gap:22px;
  padding:28px 56px 28px 0;
  font-size:clamp(17px,1.5vw,26px);font-weight:700;letter-spacing:-.02em;line-height:1.3;
  transition:color .35s ease;
}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary:hover{color:var(--accent)}
.faq-list summary .qn{flex:none;font-size:clamp(11px,.62vw,14px);font-weight:700;
  letter-spacing:.14em;color:rgba(9,9,9,.42);transition:color .35s ease}
.faq-list details[open] summary .qn{color:var(--accent)}
/* the +/− is drawn, so it can rotate rather than swap glyphs */
.faq-list summary .pm{position:absolute;right:6px;top:50%;width:16px;height:16px;
  transform:translateY(-50%);flex:none}
.faq-list summary .pm::before,.faq-list summary .pm::after{
  content:"";position:absolute;background:var(--ink);transition:transform .4s cubic-bezier(.44,0,.06,1),opacity .3s ease}
.faq-list summary .pm::before{left:0;right:0;top:calc(50% - 1px);height:2px}
.faq-list summary .pm::after{top:0;bottom:0;left:calc(50% - 1px);width:2px}
.faq-list details[open] summary .pm::after{transform:rotate(90deg);opacity:0}
.faq-a{padding:0 56px 30px 0;max-width:74ch;
  font-size:clamp(15px,1.08vw,19px);font-weight:500;line-height:1.7;color:rgba(9,9,9,.62)}
.faq-a a{border-bottom:1px solid rgba(9,9,9,.25);transition:border-color .3s ease}
.faq-a a:hover{border-color:var(--accent);color:var(--accent)}

/* ═══════════════════════════════════════════════════════════
   CLOSING BOOKEND
   ═══════════════════════════════════════════════════════════ */
.close{position:relative;z-index:4;background:var(--ink);color:var(--white);
  padding:120px var(--pad) 128px;overflow:hidden}
.close::before{content:"";position:absolute;inset:0;pointer-events:none;
  background:
    radial-gradient(72% 78% at 78% 8%,rgba(190,205,220,.10),transparent 64%),
    radial-gradient(60% 70% at 12% 96%,rgba(255,70,46,.09),transparent 66%)}
.close-shell{position:relative;z-index:1;max-width:var(--shell);margin:0 auto;
  display:flex;flex-direction:column;gap:34px}
.close h2{margin:0;font-size:clamp(38px,6.4vw,138px);font-weight:800;
  line-height:.94;letter-spacing:-.04em;text-transform:uppercase}
.close p{margin:0;max-width:52ch;
  font-size:clamp(15px,1.3vw,24px);font-weight:500;line-height:1.55;color:var(--white-60)}
.close .actions{margin-top:6px}



@media (max-width:1199.98px){
  .diff,.faq{padding:84px var(--pad) 88px}
  .close{padding:96px var(--pad) 100px}
}
@media (max-width:809.98px){
  .diff,.faq{padding:60px var(--pad) 64px}
  .diff-shell,.faq-shell{gap:32px}
  .close{padding:70px var(--pad) 76px}
  .close-shell{gap:24px}
  .faq-list summary{padding:22px 44px 22px 0;gap:14px}
  .faq-a{padding:0 44px 24px 0}
  .close .actions{width:100%}
  .close .btn,.close .btn-ghost{flex:1 1 100%;justify-content:flex-start}
}

/* ═══════════ GLOBAL NAV — self-contained, page-independent ═══════════ */
/* Fixed rather than nested in the hero, so the same block can be dropped on
   any page (or into a CMS global section) without needing a hero above it.
   The exit is driven by window.scrollY alone — no section dependency. */
.nav-wrap{
  position:fixed;z-index:60;
  top:var(--pad);left:var(--pad);right:var(--pad);
  will-change:opacity,transform;
}
.nav-wrap.gone{opacity:0;transform:translateY(-30px);visibility:hidden;pointer-events:none}

/* ═══════════ GLOBAL FOOTER ═══════════ */
.foot{position:relative;z-index:4;background:var(--ink);color:var(--white);
  padding:96px var(--pad) 40px}
.foot-in{max-width:var(--shell);margin:0 auto;display:flex;flex-direction:column;gap:60px}

.foot-top{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);
  gap:clamp(40px,6vw,110px);align-items:start}
.foot-brand .mark{display:inline-block;margin-bottom:22px}
.foot-brand p{margin:0;max-width:26ch;
  font-size:clamp(17px,1.5vw,26px);font-weight:600;line-height:1.35;letter-spacing:-.02em;
  color:var(--white)}
.foot-tag{display:inline-block;margin-top:20px;
  font-size:clamp(10px,.55vw,13px);font-weight:700;letter-spacing:.2em;
  text-transform:uppercase;color:var(--accent)}

.foot-cols{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(24px,3vw,50px)}
.fcol{display:flex;flex-direction:column;gap:14px}
.fcol h4{margin:0 0 6px;font-size:clamp(10px,.55vw,13px);font-weight:700;
  letter-spacing:.2em;text-transform:uppercase;color:var(--white-40)}
.fcol a{font-size:clamp(14px,1vw,17px);font-weight:500;color:var(--white-60);
  transition:color .3s ease}
.fcol a:hover{color:var(--accent)}

.foot-cta{display:flex;align-items:center;justify-content:space-between;gap:30px;
  flex-wrap:wrap;padding-top:42px;border-top:1px solid rgba(249,249,249,.12)}
.foot-cta p{margin:0;max-width:40ch;
  font-size:clamp(15px,1.2vw,20px);font-weight:500;line-height:1.5;color:var(--white-60)}

.foot-bar{display:flex;align-items:center;justify-content:space-between;gap:20px;
  flex-wrap:wrap;padding-top:30px;border-top:1px solid rgba(249,249,249,.12)}
.foot-c{font-size:clamp(11px,.62vw,13px);font-weight:600;color:var(--white-40)}
.foot-legal{display:flex;gap:26px}
.foot-legal a{font-size:clamp(11px,.62vw,13px);font-weight:700;letter-spacing:.12em;
  text-transform:uppercase;color:var(--white-40);transition:color .3s ease}
.foot-legal a:hover{color:var(--accent)}

@media (max-width:1199.98px){
  .foot{padding:76px var(--pad) 36px}
  .foot-top{grid-template-columns:1fr;gap:44px}
}
@media (max-width:809.98px){
  .foot{padding:56px var(--pad) 30px}
  .foot-in{gap:40px}
  .foot-cols{grid-template-columns:1fr 1fr;gap:28px}
  .foot-cta{padding-top:32px}
  .foot-cta .btn{flex:1 1 100%;justify-content:flex-start}
}


/* ═══════════ PAGE TRANSITION ═══════════ */
/* Sits under the cursor dot (9999) so the dot stays visible over the orange. */
.curtain{position:fixed;inset:0;z-index:9990;pointer-events:none;overflow:hidden}
.curtain.leaving{pointer-events:auto}

/* ── the panel: the exit on every page, and the arrival on inner pages.
      It enters from the bottom and leaves at the top — one direction. ── */
.ct-panel{
  position:absolute;inset:0;z-index:2;background:var(--accent);
  transform:translateY(101%);will-change:transform;
}
/* motion is off until the script asks for it, so a state set on load paints
   instantly instead of sliding into place */
.curtain.anim .ct-panel{transition:transform .58s cubic-bezier(.66,0,.34,1)}
.curtain.cover .ct-panel{transform:translateY(0)}      /* covering */
.curtain.up    .ct-panel{transform:translateY(-101%)}  /* clear of the top */

/* ── the seam: homepage arrival only. Halves part top and bottom, left first ── */
.ct-split{position:absolute;inset:0;z-index:1;display:flex;flex-direction:column}
.ct-row{flex:1;display:flex}
.ct-row i{flex:1;background:var(--accent);will-change:transform}
.curtain.seam .ct-row i{
  transition:transform .72s cubic-bezier(.76,0,.24,1);
  transition-delay:calc(var(--i) * .075s);
}
.ct-top i{transform:translateY(-101%)}
.ct-bot i{transform:translateY(101%)}
.curtain.closed .ct-top i,
.curtain.closed .ct-bot i{transform:translateY(0)}

@media (prefers-reduced-motion:reduce){.curtain{display:none}}

/* ═══════════════════════════════════════════════════════════
   SHARED PAGE FURNITURE — work index + case pages
   ═══════════════════════════════════════════════════════════ */
.pg-head{
  position:relative;background:var(--ink);color:var(--white);
  padding:calc(var(--pad) + 104px) var(--pad) 78px;overflow:hidden;
}
.pg-head .bg-base{animation:none;opacity:1;transform:none}
.pg-nav{position:absolute;z-index:30;top:var(--pad);left:var(--pad);right:var(--pad)}
.pg-shell{position:relative;z-index:10;max-width:var(--shell);margin:0 auto}
.pg-head .eyebrow{position:static;opacity:1;transform:none;animation:none;display:block;margin-bottom:20px}
.pg-head h1{
  margin:0;font-size:clamp(40px,7.4vw,150px);font-weight:800;
  line-height:.92;letter-spacing:-.04em;text-transform:uppercase;
}
.pg-head p{margin:26px 0 0;max-width:44ch;
  font-size:clamp(15px,1.25vw,22px);font-weight:500;line-height:1.55;color:var(--white-60)}
.pg-head .client{font-size:clamp(15px,1.4vw,26px);font-weight:600;color:var(--white-60);
  margin-top:20px;max-width:none}
.backlink{display:inline-block;margin-bottom:26px;
  font-size:clamp(11px,.62vw,14px);font-weight:700;letter-spacing:.16em;text-transform:uppercase;
  color:var(--white-40);transition:color .35s ease}
.backlink:hover{color:var(--accent)}

.pg-foot{background:var(--ink);color:var(--white);padding:74px var(--pad)}
.pg-foot .in{max-width:var(--shell);margin:0 auto;display:flex;align-items:center;
  justify-content:space-between;gap:30px;flex-wrap:wrap}
.pg-foot p{margin:0;max-width:40ch;font-size:clamp(15px,1.2vw,20px);font-weight:500;
  line-height:1.55;color:var(--white-60)}

.reveal{opacity:0;transform:translateY(20px);
  transition:opacity .75s cubic-bezier(.44,0,.06,1),transform .75s cubic-bezier(.44,0,.06,1)}
.reveal.in{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none}}

/* ── the index: a plain list, one row per project ── */
.wlist{background:var(--paper);color:var(--ink);padding:70px var(--pad) 96px}
.wlist-in{max-width:var(--shell);margin:0 auto}
.wlist-head{display:flex;align-items:center;justify-content:space-between;gap:20px;
  padding-bottom:22px;border-bottom:1px solid rgba(9,9,9,.14)}
.wrow{
  display:grid;grid-template-columns:auto minmax(0,1.5fr) minmax(0,1fr) minmax(0,1fr) auto;
  align-items:center;gap:30px;
  padding:34px 4px;border-bottom:1px solid rgba(9,9,9,.14);
  transition:padding-left .5s cubic-bezier(.44,0,.06,1);
}
.wrow:hover{padding-left:22px}
.wnum{font-size:clamp(11px,.62vw,14px);font-weight:700;letter-spacing:.14em;color:rgba(9,9,9,.42)}
.wtitle{font-size:clamp(21px,2.3vw,42px);font-weight:700;letter-spacing:-.03em;line-height:1.1}
.wclient{font-size:clamp(13px,.95vw,17px);font-weight:500;color:rgba(9,9,9,.55)}
.wrole{font-size:clamp(11px,.62vw,13px);font-weight:700;letter-spacing:.13em;
  text-transform:uppercase;color:rgba(9,9,9,.42)}
.warr{width:36px;height:36px;flex:none;border-radius:50%;border:1px solid rgba(9,9,9,.18);
  display:flex;align-items:center;justify-content:center;
  transition:background .45s ease,border-color .45s ease}
.warr svg{width:14px;height:14px;transition:transform .5s cubic-bezier(.44,0,.06,1)}
.wrow:hover .warr{background:var(--accent);border-color:var(--accent)}
.wrow:hover .warr svg{transform:translate(2px,-2px)}
.wrow:hover .warr svg path{stroke:#fff}

/* ── case page ── */
.case-in{max-width:var(--shell);margin:0 auto}
.case-over{background:var(--paper);color:var(--ink);padding:74px var(--pad)}
.co-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,2fr);gap:clamp(30px,5vw,90px)}
.co-meta .tags{margin:18px 0 0;font-size:clamp(11px,.62vw,13px);font-weight:700;
  letter-spacing:.13em;text-transform:uppercase;color:rgba(9,9,9,.42);line-height:1.8}
.co-body{margin:0;font-size:clamp(18px,1.85vw,34px);font-weight:600;line-height:1.35;
  letter-spacing:-.02em;color:var(--ink)}

.case-built{background:#fff;color:var(--ink);padding:74px var(--pad) 84px}
.cb-head{padding-bottom:22px;border-bottom:1px solid rgba(9,9,9,.14);margin-bottom:40px}
.bgrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:38px}
.bi{display:flex;flex-direction:column;gap:12px}
.bn{font-size:clamp(11px,.62vw,14px);font-weight:700;letter-spacing:.14em;color:var(--accent)}
.bi h3{margin:0;font-size:clamp(18px,1.5vw,26px);font-weight:700;letter-spacing:-.02em}
.bi p{margin:0;max-width:40ch;font-size:clamp(15px,1.02vw,18px);font-weight:500;
  line-height:1.6;color:rgba(9,9,9,.62)}

.case-assets{background:var(--paper);color:var(--ink);padding:74px var(--pad) 90px}
.assets{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.assets.one{grid-template-columns:1fr}
.asset{position:relative;border-radius:22px;min-height:180px;background:var(--carbon);
  transform-origin:center;will-change:transform;
  transition:transform .7s cubic-bezier(.44,0,.06,1)}
.asset:hover{transform:scale(1.014)}
.asset img{display:block;width:100%;height:auto;border-radius:22px;background:var(--carbon)}
.asset.empty{display:flex;align-items:center;justify-content:center;
  min-height:clamp(200px,22vw,300px);border:1px dashed rgba(249,249,249,.2)}
.asset.empty span{font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;
  color:rgba(249,249,249,.4);text-align:center;padding:0 20px}

.case-next{background:var(--ink);padding:0 var(--pad)}
.nextlink{display:flex;align-items:center;gap:24px;padding:54px 0;
  border-top:1px solid rgba(249,249,249,.12);transition:padding-left .5s cubic-bezier(.44,0,.06,1)}
.nextlink:hover{padding-left:20px}
.nl-lab{font-size:clamp(11px,.62vw,14px);font-weight:700;letter-spacing:.16em;
  text-transform:uppercase;color:var(--white-40);flex:none}
.nl-title{flex:1;font-size:clamp(24px,3.2vw,58px);font-weight:800;letter-spacing:-.035em;
  line-height:1.05;color:var(--white)}
.nl-arr{width:40px;height:40px;flex:none;border-radius:50%;
  border:1px solid rgba(249,249,249,.22);display:flex;align-items:center;justify-content:center;
  transition:background .45s ease,border-color .45s ease}
.nl-arr svg{width:15px;height:15px}
.nextlink:hover .nl-arr{background:var(--accent);border-color:var(--accent)}

@media (max-width:1199.98px){
  .pg-head{padding:calc(var(--pad) + 84px) var(--pad) 60px}
  .wlist,.case-over,.case-built,.case-assets{padding-left:var(--pad);padding-right:var(--pad)}
  .wrow{grid-template-columns:auto minmax(0,1.4fr) minmax(0,1fr) auto;gap:22px}
  .wrole{display:none}
}
@media (max-width:809.98px){
  .pg-head{padding:calc(var(--pad) + 72px) var(--pad) 48px}
  .wlist{padding:44px var(--pad) 60px}
  .wrow{grid-template-columns:1fr auto;gap:6px 16px;padding:24px 0}
  .wrow:hover{padding-left:0}
  .wnum{grid-column:1 / -1}
  .wtitle{grid-column:1}
  .warr{grid-row:2;grid-column:2}
  .wclient{grid-column:1 / -1}
  .co-grid{grid-template-columns:1fr;gap:24px}
  .case-over,.case-built,.case-assets{padding-top:48px;padding-bottom:52px}
  .bgrid{grid-template-columns:1fr;gap:28px}
  .assets,.assets.one{grid-template-columns:1fr;gap:16px}
  .nextlink{flex-wrap:wrap;gap:12px;padding:38px 0}
  .nl-title{flex:1 1 100%;order:2}
  .nl-arr{order:3}
}

/* ═══════════════════════════════════════════════════════════
   CONTACT PAGE
   ═══════════════════════════════════════════════════════════ */
.cn-head{
  position:relative;background:var(--ink);color:var(--white);overflow:hidden;
  padding:calc(var(--pad) + 128px) var(--pad) 60px;
}
.cn-head .bg-base{animation:none;opacity:1;transform:none}
.cn-shell{position:relative;z-index:10;max-width:var(--shell);margin:0 auto}
.cn-head .eyebrow{position:static;opacity:1;transform:none;animation:none;
  display:block;margin-bottom:24px}
/* the word runs edge to edge — same trick the reference uses on its contact hero */
.cn-word{
  margin:0;font-weight:800;text-transform:uppercase;
  font-size:clamp(40px,15.4vw,340px);line-height:.82;letter-spacing:-.05em;
  white-space:nowrap;
}
/* inline, so its box is the real width of the text — the script below shrinks
   the heading to fit whenever the word is longer than the line */
.cn-word .cw-in{display:inline-block;white-space:nowrap}
.cn-word .c{color:var(--accent)}
.cn-head .cn-sub{margin:34px 0 0;max-width:46ch;
  font-size:clamp(15px,1.25vw,22px);font-weight:500;line-height:1.55;color:var(--white-60)}

/* ── meta strip under the hero ── */
.cn-meta{background:var(--ink);color:var(--white);padding:0 var(--pad) 30px}
.cn-meta-in{max-width:var(--shell);margin:0 auto;
  display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;
  padding-top:26px;border-top:1px solid rgba(249,249,249,.14)}
.cn-meta .kicker{color:var(--white)}
.cn-meta-r{display:flex;gap:26px}
.cn-meta .slug{color:var(--white-60)}
.cn-meta .slug.dim{color:var(--white-40)}

/* ── the body: details left, form right ── */
.cn-body{background:#fff;color:var(--ink);padding:78px var(--pad) 92px}
.cn-grid{max-width:var(--shell);margin:0 auto;
  display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);
  gap:clamp(40px,6vw,110px);align-items:start}

.cn-left h2{margin:0;font-size:clamp(30px,4vw,72px);font-weight:800;
  line-height:.98;letter-spacing:-.04em}
.cn-left .cn-copy{margin:24px 0 0;max-width:38ch;
  font-size:clamp(15px,1.15vw,20px);font-weight:500;line-height:1.6;color:rgba(9,9,9,.62)}

.cn-facts{margin-top:44px;display:flex;flex-direction:column;gap:26px}
.cn-fact{display:flex;flex-direction:column;gap:8px;
  padding-top:20px;border-top:1px solid rgba(9,9,9,.14)}
.cn-fact dt{font-size:clamp(10px,.55vw,13px);font-weight:700;letter-spacing:.2em;
  text-transform:uppercase;color:rgba(9,9,9,.42)}
.cn-fact dd{margin:0;font-size:clamp(16px,1.3vw,23px);font-weight:600;
  letter-spacing:-.02em;line-height:1.35}
.cn-fact dd small{display:block;margin-top:6px;
  font-size:clamp(13px,.92vw,16px);font-weight:500;color:rgba(9,9,9,.55);letter-spacing:0}

.cn-social{margin-top:40px;padding-top:24px;border-top:1px solid rgba(9,9,9,.14)}
.cn-social h3{margin:0 0 18px;font-size:clamp(10px,.55vw,13px);font-weight:700;
  letter-spacing:.2em;text-transform:uppercase;color:rgba(9,9,9,.42)}
.cn-icons{display:flex;gap:12px}
.cn-icons a{width:46px;height:46px;border-radius:50%;
  border:1px solid rgba(9,9,9,.16);display:flex;align-items:center;justify-content:center;
  transition:background .4s ease,border-color .4s ease}
.cn-icons svg{width:18px;height:18px}
.cn-icons svg path{fill:var(--ink);transition:fill .4s ease}
.cn-icons a:hover{background:var(--accent);border-color:var(--accent)}
.cn-icons a:hover svg path{fill:#fff}

/* ── the form ── */
/* transparent: the fields carry the colour, not the panel behind them */
.cn-form{background:transparent;border-radius:0;padding:0}
.cn-form .fh{margin:0 0 30px;padding-bottom:18px;
  border-bottom:1px solid rgba(9,9,9,.12);
  font-size:clamp(10px,.55vw,13px);font-weight:700;
  letter-spacing:.2em;text-transform:uppercase;color:rgba(9,9,9,.42)}
.cn-field{position:relative;margin-bottom:26px}
.cn-field label{display:block;margin-bottom:10px;
  font-size:clamp(11px,.62vw,13px);font-weight:700;letter-spacing:.14em;
  text-transform:uppercase;color:rgba(9,9,9,.5)}
.cn-field input,.cn-field textarea,.cn-field select{
  width:100%;display:block;box-sizing:border-box;
  font:inherit;font-size:clamp(15px,1.05vw,18px);font-weight:500;color:var(--ink);
  background:var(--paper);
  border:1px solid transparent;border-radius:14px;
  padding:16px 18px;
  transition:border-color .35s ease,background .35s ease;
}
.cn-field textarea{resize:vertical;min-height:150px;line-height:1.6}
.cn-field input::placeholder,.cn-field textarea::placeholder{color:rgba(9,9,9,.3)}
.cn-field input:hover,.cn-field textarea:hover,.cn-field select:hover{
  border-color:rgba(9,9,9,.14)}
.cn-field input:focus,.cn-field textarea:focus,.cn-field select:focus{
  outline:none;border-color:var(--accent);background:#fff}
.cn-form .btn{margin-top:14px}
.cn-fine{margin:22px 0 0;font-size:clamp(12px,.75vw,14px);font-weight:500;
  line-height:1.6;color:rgba(9,9,9,.45)}

/* honeypot — hidden from people, catches bots */
.cn-hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}

@media (max-width:1199.98px){
  .cn-head{padding:calc(var(--pad) + 100px) var(--pad) 48px}
  .cn-body{padding:60px var(--pad) 72px}
  .cn-grid{grid-template-columns:1fr;gap:48px}
  .cn-left .cn-copy{max-width:56ch}
}
@media (max-width:809.98px){
  .cn-head{padding:calc(var(--pad) + 98px) var(--pad) 40px}
  .cn-word{letter-spacing:-.04em}
  .cn-meta-in{padding-top:20px}
  .cn-meta-r{gap:18px}
  .cn-body{padding:46px var(--pad) 60px}
  .cn-form .btn{width:100%;justify-content:flex-start}
}
/* the FAQ follows the form directly here, so it needs less air above it than
   it does on the homepage where a full-bleed section sits before it */
.cn-body + .faq{padding-top:70px}
@media (max-width:809.98px){.cn-body + .faq{padding-top:52px}}

/* ── submitted state ── */
.cn-form.sent .cn-field,.cn-form.sent .btn,.cn-form.sent .fh,.cn-form.sent .cn-fine{display:none}
.cn-sent{display:none}
.cn-form.sent .cn-sent{display:block}
.cn-sent h3{margin:0;font-size:clamp(24px,2.4vw,40px);font-weight:800;letter-spacing:-.03em}
.cn-sent p{margin:16px 0 0;max-width:34ch;font-size:clamp(15px,1.05vw,18px);
  font-weight:500;line-height:1.6;color:rgba(9,9,9,.6)}


/* ═══════════════════════════════════════════════════════════
   TEMPLATE STOREFRONT
   ═══════════════════════════════════════════════════════════ */
.tp-in{max-width:var(--shell);margin:0 auto}

/* ── pricing: the two tiers ── */
.tp-price{background:var(--paper);color:var(--ink);padding:78px var(--pad) 88px}
.tp-head{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;
  flex-wrap:wrap;padding-bottom:24px;border-bottom:1px solid rgba(9,9,9,.14);margin-bottom:44px}
.tp-head h2{margin:0;font-size:clamp(30px,4.4vw,86px);font-weight:800;
  line-height:.98;letter-spacing:-.04em}
.tp-head p{margin:0;max-width:42ch;font-size:clamp(15px,1.15vw,20px);font-weight:500;
  line-height:1.6;color:rgba(9,9,9,.62)}

.tiers{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.tier{background:#fff;border-radius:26px;padding:clamp(28px,3vw,52px);
  display:flex;flex-direction:column}
.tier.dark{background:var(--ink);color:var(--white)}
.tier-lab{font-size:clamp(10px,.55vw,13px);font-weight:700;letter-spacing:.2em;
  text-transform:uppercase;color:rgba(9,9,9,.42)}
.tier.dark .tier-lab{color:var(--accent)}
.tier-fig{margin:18px 0 0;display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}
.tier-fig b{font-size:clamp(38px,4.6vw,76px);font-weight:800;letter-spacing:-.045em;line-height:1}
.tier-fig span{font-size:clamp(13px,.95vw,17px);font-weight:600;color:rgba(9,9,9,.5)}
.tier.dark .tier-fig span{color:var(--white-60)}
.tier-sub{margin:16px 0 0;font-size:clamp(15px,1.08vw,19px);font-weight:500;
  line-height:1.6;color:rgba(9,9,9,.62)}
.tier.dark .tier-sub{color:var(--white-60)}
.tier ul{list-style:none;margin:30px 0 0;padding:0;display:flex;flex-direction:column;gap:14px}
.tier li{position:relative;padding-left:26px;
  font-size:clamp(14px,1vw,17px);font-weight:500;line-height:1.5;color:rgba(9,9,9,.72)}
.tier.dark li{color:var(--white-60)}
.tier li::before{content:"";position:absolute;left:0;top:.55em;
  width:9px;height:9px;border-radius:50%;background:var(--accent)}
.tier li.off{color:rgba(9,9,9,.38)}
.tier li.off::before{background:rgba(9,9,9,.16)}
.tier .cta{margin-top:auto;padding-top:34px}
.tier-fine{margin:16px 0 0;font-size:clamp(12px,.75vw,14px);font-weight:500;
  line-height:1.6;color:rgba(9,9,9,.45)}
.tier.dark .tier-fine{color:var(--white-40)}

/* ── one offer, one price ── */
.offer{background:#fff;border-radius:28px;padding:clamp(28px,3.2vw,58px);
  display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.35fr);
  gap:clamp(30px,4vw,72px);align-items:start}
.offer-main{display:flex;flex-direction:column}
/* the price sits directly above the button now that the lead-in paragraph is
   gone, so the button needs its own air rather than inheriting the tier rule */
.offer-main .cta{margin-top:32px}
.offer-main .tier-fine{margin-top:24px}
.offer-cols{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(24px,3vw,46px)}
.ocol h4{margin:0 0 18px;padding-bottom:14px;border-bottom:1px solid rgba(9,9,9,.12);
  font-size:clamp(10px,.55vw,13px);font-weight:700;letter-spacing:.2em;
  text-transform:uppercase;color:rgba(9,9,9,.42)}
.ocol.hot h4{color:var(--accent)}
.ocol ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:13px}
.ocol li{position:relative;padding-left:24px;
  font-size:clamp(14px,.98vw,17px);font-weight:500;line-height:1.55;color:rgba(9,9,9,.72)}
.ocol li::before{content:"";position:absolute;left:0;top:.5em;
  width:8px;height:8px;border-radius:50%;background:var(--accent)}
.ocol.calm li::before{background:rgba(9,9,9,.22)}

@media (max-width:1199.98px){
  .offer{grid-template-columns:1fr;gap:36px}
}
@media (max-width:809.98px){
  .offer{border-radius:20px}
  .offer-cols{grid-template-columns:1fr;gap:28px}
  .offer .cta .btn{width:100%;justify-content:flex-start}
}

/* ── the three designs ── */
.tp-grid{background:#fff;color:var(--ink);padding:78px var(--pad) 90px}
.dcards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:44px}
.dcard{display:flex;flex-direction:column;
  transition:transform .6s cubic-bezier(.44,0,.06,1)}
.dcard:hover{transform:translateY(-6px)}
.dframe{position:relative;border-radius:22px;overflow:hidden;background:var(--carbon);
  aspect-ratio:4 / 3;display:flex;align-items:flex-end}
/* the swatch stack stands in for a screenshot until real previews are dropped in */
.dframe .bars{position:absolute;inset:0;display:flex}
.dframe .bars i{flex:1}
.dframe .lab{position:relative;z-index:2;margin:0;padding:22px 24px;
  font-size:clamp(11px,.62vw,13px);font-weight:700;letter-spacing:.16em;
  text-transform:uppercase;color:#fff;text-shadow:0 1px 14px rgba(0,0,0,.45)}
.dcard h3{margin:22px 0 0;font-size:clamp(21px,1.9vw,34px);font-weight:700;letter-spacing:-.03em}
.dcard p{margin:10px 0 0;font-size:clamp(14px,1vw,17px);font-weight:500;
  line-height:1.6;color:rgba(9,9,9,.6)}
.dways{margin:16px 0 0;font-size:clamp(11px,.62vw,13px);font-weight:700;
  letter-spacing:.13em;text-transform:uppercase;color:rgba(9,9,9,.42)}
.dcard .go{margin-top:18px;display:inline-flex;align-items:center;gap:10px;
  font-size:clamp(12px,.72vw,14px);font-weight:700;letter-spacing:.14em;
  text-transform:uppercase;color:var(--ink)}
.dcard .go i{width:30px;height:30px;border-radius:50%;border:1px solid rgba(9,9,9,.18);
  display:flex;align-items:center;justify-content:center;
  transition:background .45s ease,border-color .45s ease}
.dcard .go svg{width:12px;height:12px}
.dcard:hover .go i{background:var(--accent);border-color:var(--accent)}
.dcard:hover .go svg path{stroke:#fff}

/* ── how it works ── */
.tp-how{background:var(--paper);color:var(--ink);padding:74px var(--pad) 84px}
.steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:34px;margin-top:42px}
.step{display:flex;flex-direction:column;gap:12px}
.step b{font-size:clamp(11px,.62vw,14px);font-weight:700;letter-spacing:.14em;color:var(--accent)}
.step h4{margin:0;font-size:clamp(17px,1.35vw,24px);font-weight:700;letter-spacing:-.02em}
.step p{margin:0;font-size:clamp(14px,1vw,17px);font-weight:500;line-height:1.6;
  color:rgba(9,9,9,.6)}

/* ── colorways on a design page ── */
.tp-ways{background:var(--paper);color:var(--ink);padding:74px var(--pad) 90px}
.waygrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:44px}
.way{background:#fff;border-radius:24px;overflow:hidden;display:flex;flex-direction:column;
  transition:transform .6s cubic-bezier(.44,0,.06,1)}
.way:hover{transform:translateY(-6px)}
.way-sw{height:clamp(150px,17vw,230px);display:flex}
.way-sw i{flex:1}
.way-body{padding:26px 28px 30px;display:flex;flex-direction:column;flex:1}
.way-body h3{margin:0;font-size:clamp(19px,1.6vw,28px);font-weight:700;letter-spacing:-.03em}
.way-body .hexes{margin:12px 0 0;font-size:clamp(11px,.62vw,13px);font-weight:600;
  letter-spacing:.1em;text-transform:uppercase;color:rgba(9,9,9,.38)}
.way-acts{margin-top:auto;padding-top:26px;display:flex;flex-direction:column;gap:12px}
.way-acts .preview{display:inline-flex;align-items:center;gap:10px;
  font-size:clamp(12px,.72vw,14px);font-weight:700;letter-spacing:.14em;
  text-transform:uppercase;color:rgba(9,9,9,.55);transition:color .35s ease}
.way-acts .preview:hover{color:var(--accent)}
.way-acts .preview svg{width:12px;height:12px}

/* ── boundary note ── */
.tp-bound{background:var(--ink);color:var(--white);padding:70px var(--pad)}
.tp-bound .in{max-width:var(--shell);margin:0 auto;display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);gap:clamp(30px,5vw,90px);align-items:start}
.tp-bound h3{margin:0;font-size:clamp(24px,2.6vw,48px);font-weight:800;
  line-height:1.02;letter-spacing:-.035em}
.tp-bound p{margin:0;font-size:clamp(15px,1.2vw,21px);font-weight:500;line-height:1.6;
  color:var(--white-60)}
.tp-bound p + p{margin-top:18px}
.tp-bound a.inline{color:var(--accent);text-decoration:underline;text-underline-offset:3px}

@media (max-width:1199.98px){
  .tiers{grid-template-columns:1fr}
  .dcards{grid-template-columns:1fr 1fr}
  .steps{grid-template-columns:1fr 1fr;gap:28px}
  .waygrid{grid-template-columns:1fr 1fr}
  .tp-bound .in{grid-template-columns:1fr;gap:22px}
}
@media (max-width:809.98px){
  .tp-price,.tp-grid,.tp-how,.tp-ways{padding:48px var(--pad) 58px}
  .tp-head{margin-bottom:32px}
  .tier{border-radius:20px}
  .tier .cta .btn{width:100%;justify-content:flex-start}
  .dcards{grid-template-columns:1fr;gap:30px}
  .steps{grid-template-columns:1fr;gap:24px}
  .waygrid{grid-template-columns:1fr;gap:18px}
  .tp-bound{padding:52px var(--pad)}
}

/* ═══════════ LIVE PREVIEW + COLORWAY SWATCHES ═══════════ */
/* One frame, three swatches. The frame holds the real site in an iframe rendered
   at desktop width and scaled down, so what you judge is the actual template —
   type, spacing, animation — not a screenshot of it. */
.lp{background:var(--paper);color:var(--ink);padding:74px var(--pad) 88px}
.lp-in{max-width:var(--shell);margin:0 auto}
.lp-bar{display:flex;align-items:center;justify-content:space-between;gap:24px;
  flex-wrap:wrap;margin-top:40px;margin-bottom:26px}

.sw{display:flex;align-items:center;gap:12px}
.sw button{
  position:relative;display:flex;align-items:center;gap:11px;
  padding:9px 18px 9px 9px;border:1px solid rgba(9,9,9,.14);border-radius:999px;
  background:#fff;font:inherit;cursor:pointer;
  font-size:clamp(12px,.78vw,15px);font-weight:600;letter-spacing:-.01em;color:rgba(9,9,9,.62);
  transition:border-color .35s ease,color .35s ease,background .35s ease;
}
.sw button:hover{border-color:rgba(9,9,9,.34);color:var(--ink)}
.sw button[aria-pressed="true"]{border-color:var(--ink);color:var(--ink);background:#fff}
.sw .chip{width:26px;height:26px;border-radius:50%;flex:none;overflow:hidden;display:flex;
  box-shadow:inset 0 0 0 1px rgba(9,9,9,.08)}
.sw .chip i{flex:1}

.lp-open{display:inline-flex;align-items:center;gap:10px;
  font-size:clamp(12px,.72vw,14px);font-weight:700;letter-spacing:.14em;
  text-transform:uppercase;color:rgba(9,9,9,.55);transition:color .35s ease}
.lp-open:hover{color:var(--accent)}
.lp-open svg{width:12px;height:12px}

/* browser chrome around the frame */
.lp-win{position:relative;border-radius:20px;overflow:hidden;background:#fff;
  box-shadow:0 30px 70px -30px rgba(9,9,9,.28)}
.lp-top{display:flex;align-items:center;gap:8px;padding:14px 18px;background:#e9e7e4}
.lp-top i{width:11px;height:11px;border-radius:50%;background:rgba(9,9,9,.16)}
.lp-url{margin-left:12px;padding:5px 14px;border-radius:999px;background:#fff;
  font-size:11px;font-weight:600;color:rgba(9,9,9,.45);
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:60%}

/* the viewport: fixed 16:10, iframe drawn at 1440 and scaled to fit */
.lp-view{position:relative;width:100%;aspect-ratio:16 / 10;background:var(--paper);overflow:hidden}
.lp-view iframe{
  position:absolute;top:0;left:0;border:0;
  width:1440px;height:900px;transform-origin:0 0;
  /* --k is set by script from the container width */
  transform:scale(var(--k,1));
}
.lp-view .lp-wait{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;
  font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;
  color:rgba(9,9,9,.32);background:var(--paper);transition:opacity .5s ease}
.lp-view.ready .lp-wait{opacity:0;pointer-events:none}

/* if the preview can't be embedded, the frame becomes a plain invitation to open it */
.lp-fallback{position:absolute;inset:0;display:none;flex-direction:column;
  align-items:center;justify-content:center;gap:20px;text-align:center;padding:30px;
  background:var(--paper)}
.lp-view.blocked .lp-fallback{display:flex}
.lp-view.blocked iframe,.lp-view.blocked .lp-wait{display:none}
.lp-fallback p{margin:0;max-width:34ch;font-size:clamp(14px,1vw,17px);font-weight:500;
  line-height:1.6;color:rgba(9,9,9,.6)}

@media (max-width:809.98px){
  .lp{padding:48px var(--pad) 58px}
  .lp-bar{margin-top:30px;gap:16px}
  .sw{flex-wrap:wrap;gap:8px}
  .sw button{padding:7px 14px 7px 7px}
  .sw .chip{width:22px;height:22px}
  .lp-win{border-radius:14px}
  .lp-top{padding:11px 14px}
  .lp-url{display:none}
  /* a scaled iframe can't be scrolled by touch, so on phones it is a still image
     of the top of the site and the button does the real work */
  .lp-view{aspect-ratio:4 / 3}
  .lp-view iframe{pointer-events:none}
}

/* ── more views: a thumbnail strip under the main window ── */
.lp-thumbs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin-top:16px}
.lp-thumb{
  position:relative;padding:0;border:1px solid rgba(9,9,9,.12);border-radius:12px;
  overflow:hidden;background:#fff;aspect-ratio:16 / 10;cursor:pointer;font:inherit;
  transition:border-color .35s ease,transform .5s cubic-bezier(.44,0,.06,1);
}
.lp-thumb:hover{transform:translateY(-3px);border-color:rgba(9,9,9,.3)}
.lp-thumb[aria-pressed="true"]{border-color:var(--ink);box-shadow:0 0 0 1px var(--ink)}
.lp-thumb img{display:block;width:100%;height:100%;object-fit:cover;object-position:top center}
.lp-thumb .tlab{
  position:absolute;left:0;right:0;bottom:0;padding:7px 9px;text-align:left;
  font-size:10px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:#fff;
  background:linear-gradient(to top,rgba(9,9,9,.72),rgba(9,9,9,0));
}
/* the live tile */
.lp-thumb.live{background:var(--ink);display:flex;align-items:center;justify-content:center}
.lp-thumb.live .dot{width:34px;height:34px;border-radius:50%;background:var(--accent);
  display:flex;align-items:center;justify-content:center}
.lp-thumb.live .dot svg{width:13px;height:13px}
.lp-thumb.live .tlab{background:none;color:var(--white-60)}
.lp-thumb[aria-pressed="true"].live .tlab{color:#fff}
/* an empty slot: no image supplied yet */
.lp-thumb.empty{cursor:default;background:var(--paper);border-style:dashed;
  display:flex;align-items:center;justify-content:center}
.lp-thumb.empty:hover{transform:none;border-color:rgba(9,9,9,.12)}
.lp-thumb.empty span{font-size:9px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;
  color:rgba(9,9,9,.3);text-align:center;padding:0 8px;line-height:1.5}

/* the main window can show a still instead of the live frame */
.lp-still{position:absolute;inset:0;display:none;background:var(--paper);overflow:auto}
.lp-still img{display:block;width:100%;height:auto}
.lp-view.still .lp-still{display:block}
.lp-view.still iframe,.lp-view.still .lp-wait{visibility:hidden}

@media (max-width:1199.98px){ .lp-thumbs{grid-template-columns:repeat(3,minmax(0,1fr))} }
@media (max-width:809.98px){
  .lp-thumbs{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .lp-thumb{border-radius:9px}
}

/* ═══════════ INTAKE PAGE ═══════════ */
.ik{background:#fff;color:var(--ink);padding:70px var(--pad) 90px}
.ik-in{max-width:940px;margin:0 auto}
.ik-frame{
  position:relative;border-radius:22px;overflow:hidden;
  background:#fff;border:1px solid rgba(9,9,9,.10);
  box-shadow:0 28px 64px -34px rgba(9,9,9,.22);
}
.ik-frame iframe{display:block;width:100%;min-height:1824px;border:0}
/* shown only when a design has no form wired to it yet */
.ik-missing{display:none;padding:56px 34px;text-align:center}
.ik-frame.unwired iframe{display:none}
.ik-frame.unwired .ik-missing{display:block}
.ik-missing h3{margin:0 0 12px;font-size:clamp(20px,2vw,28px);font-weight:800;letter-spacing:-.03em}
.ik-missing p{margin:0 auto;max-width:44ch;font-size:15px;font-weight:500;
  line-height:1.6;color:rgba(9,9,9,.6)}

.ik-next{background:var(--paper);color:var(--ink);padding:70px var(--pad) 84px}
.ik-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px;margin-top:40px}

@media (max-width:809.98px){
  .ik{padding:44px var(--pad) 60px}
  .ik-frame{border-radius:16px}
  .ik-next{padding:48px var(--pad) 58px}
  .ik-steps{grid-template-columns:1fr;gap:26px}
}
