/* ═══════════════════════════════════════════════════════════
   HERBS COASTAL LANDSCAPES — home page
   Black / white / grey. Inter Tight grotesque. Soft radii.
   No accent colour — the logo carries the brand.
   ═══════════════════════════════════════════════════════════ */

/* ── TOKENS ─────────────────────────────────────────────── */
:root{
  /* Light theme. Warm off-white rather than pure #fff so it reads soft,
     and near-black rather than #000 so the text isn't harsh. */
  --bg:      #f4f3f0;   /* page */
  --bg-2:    #eeede9;   /* full-screen overlays */
  --bg-3:    #e8e7e1;   /* panels / cards */
  --bg-4:    #dbdad3;   /* hairlines on panels */

  --fg:        #121212;
  /* Brand navy, sampled from the logo (images/logo.png). The solid fill in the
     mark is #172C47; --brand-d is a darker step for button hover. */
  --brand:     #172c47;
  --brand-d:   #0f1d30;
  --fg-72:     rgba(18,18,18,.72);
  --fg-52:     rgba(18,18,18,.56);
  --fg-30:     rgba(18,18,18,.38);
  --fg-12:     rgba(18,18,18,.14);
  --fg-07:     rgba(18,18,18,.08);

  /* sampled from the Prisma wordmark the client supplied */
  --bone:      #e1e0ce;   /* Prisma bone */

  --ff-display: "DM Sans", "Inter Tight", sans-serif;  /* hero headline */
  --ff-h:  "Inter Tight", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  --ff-ui: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;

  --r-sm: 8px;
  --r:    12px;
  --r-lg: 18px;
  --r-xl: 26px;

  --pad:   clamp(1.25rem, 4.5vw, 5rem);
  --gap:   clamp(1.5rem, 3vw, 3rem);
  --sec-y: clamp(3.5rem, 8vh, 6.5rem);

  --hdr-h: 80px;      /* header height on mobile — the menu hangs off this */
  --ease: cubic-bezier(.22,1,.36,1);
}

/* ── RESET ──────────────────────────────────────────────── */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{
  margin:0; background:var(--bg); color:var(--fg);
  font-family:var(--ff-ui); font-weight:300;
  font-size:clamp(.95rem,.9rem + .2vw,1.0625rem); line-height:1.6;
  -webkit-font-smoothing:antialiased; overflow-x:hidden;
}
img{max-width:100%;display:block}
h1,h2,h3,p,figure,ul,ol{margin:0;padding:0}
ul,ol{list-style:none}
a{color:inherit;text-decoration:none}
button{font:inherit;color:inherit;background:none;border:0;cursor:pointer}
::selection{background:var(--fg);color:var(--bg)}

.u-sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
:focus-visible{outline:2px solid var(--fg);outline-offset:3px;border-radius:4px}

/* Headings — tight neo-grotesque, per the reference */
.h2,.hero__h1,.banner__h2,.cta__big,.stmt__text{
  font-family:var(--ff-h); font-weight:600;
  letter-spacing:-.035em; line-height:1.0;
}
.h2{font-size:clamp(2.2rem,5.6vw,4.6rem)}

/* ── IMAGE PLACEHOLDERS ─────────────────────────────────────
   Stand-ins for real photos. Each shows the expected filename
   and minimum size — replace the div with an <img>.           */
.ph{
  position:relative; width:100%; height:100%; overflow:hidden;
  background:linear-gradient(150deg,#d9d7d1 0%,#c3c1b9 45%,#adaba2 100%);
}
.ph::before{
  content:""; position:absolute; inset:0;
  background:
    radial-gradient(55% 40% at 24% 18%, rgba(255,255,255,.5), transparent 72%),
    radial-gradient(38% 34% at 74% 42%, rgba(255,250,235,.35), transparent 70%),
    radial-gradient(60% 55% at 82% 88%, rgba(0,0,0,.22), transparent 72%);
}
.ph::after{
  content:attr(data-file); display:none;   /* staging: hidden. Press P to show. */
  position:absolute; left:1rem; bottom:1rem;
  font-family:var(--ff-ui); font-size:.62rem; letter-spacing:.06em;
  color:rgba(18,18,18,.55); background:rgba(248,247,244,.72); backdrop-filter:blur(6px);
  padding:.4rem .65rem; border-radius:var(--r-sm);
  border:1px solid rgba(18,18,18,.14); pointer-events:none;
}
body.ph-on .ph::after{display:flex}

/* "Video here" marker — shows the client exactly where footage goes.
   Sits centred on the media it belongs to. Press P to hide it, and
   delete the div once real footage is in. */
.vidtag{
  position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);
  z-index:3; display:flex; align-items:center; gap:.7rem;
  padding:.85rem 1.4rem; border-radius:100px;
  background:rgba(248,247,244,.7); backdrop-filter:blur(10px);
  border:1px solid rgba(18,18,18,.22);
  font-family:var(--ff-h); font-size:.85rem; font-weight:500;
  letter-spacing:.02em; color:var(--fg); white-space:nowrap;
  pointer-events:none;
}
.vidtag__play{
  width:0;height:0;border-style:solid;border-width:5px 0 5px 8px;
  border-color:transparent transparent transparent var(--fg);
}
body.ph-off .vidtag{display:none}

.ph--dusk {background:linear-gradient(160deg,#cfccdb 0%,#b4b0c4 40%,#9995aa 100%)}
.ph--glow {background:linear-gradient(155deg,#e2cfb2 0%,#c9b18f 45%,#ad9573 100%)}
.ph--turf {background:linear-gradient(160deg,#ccd6bb 0%,#b0bf9b 45%,#94a67f 100%)}
.ph--stone{background:linear-gradient(155deg,#dfdad1 0%,#c7c1b5 45%,#aca596 100%)}
.ph--fgater{background:linear-gradient(160deg,#c4d8db 0%,#a5c2c7 45%,#88a9b0 100%)}
.ph--dawn {background:linear-gradient(155deg,#e4d5c6 0%,#ccb9a6 42%,#b09a85 100%)}

/* ── HEADER ─────────────────────────────────────────────── */
.hdr{
  position:fixed; top:0; left:0; right:0; z-index:800;
  display:flex; align-items:center; justify-content:space-between; gap:var(--gap);
  padding:clamp(.9rem,1.8vw,1.4rem) var(--pad);
  transition:transform .5s var(--ease),background-color .4s,backdrop-filter .4s;
}
.hdr.is-stuck{background:rgba(244,243,240,.78);backdrop-filter:blur(16px)}
.hdr.is-hidden{transform:translateY(-102%)}

/* Light theme uses the client's original artwork (images/logo.png) at
   its real navy + blue. images/logo-reversed.png is the white version
   kept for any dark surface. */
/* White mark over the hero, navy once the light sticky bar takes over.
   +15% on desktop only — the mobile floor is unchanged. */
/* Single element; script.js swaps the file. +15% on desktop only. */
.hdr__logo{display:block}
.hdr__logo img{height:clamp(51px,6.4vw,83px);width:auto;display:block}

/* Nav sits hard right next to the CTA, not floating in the middle.
   Two signatures: the label rolls over on hover, and a wave lifted
   from the HCL mark draws underneath it. Active section keeps the
   wave drawn. */
/* ── SOCIAL LINKS ──────────────────────────────────────────
   Instagram is an outline mark, Facebook a solid one — drawn that way
   deliberately so each reads correctly rather than uniformly. */
.soc{display:flex;align-items:center;gap:1rem}
.soc a{
  display:grid; place-items:center; color:var(--fg-52);
  transition:color .3s,transform .3s var(--ease);
}
.soc a:hover{color:var(--brand);transform:translateY(-2px)}
.soc svg{width:25px;height:25px}
.soc .ic-line{fill:none;stroke:currentColor;stroke-width:1.6;stroke-linejoin:round}
.soc .ic-dot{fill:currentColor;stroke:none}
.soc .ic-fill{fill:currentColor;stroke:none}


.menu__social{display:none}
@media (max-width:1024px){ .menu__social{display:flex;margin-top:1.2rem} }
.ftr__social{margin-top:1.4rem}

/* ── GOOGLE RATING ─────────────────────────────────────────
   Client-supplied 4.9. Displayed only — deliberately NO Review or
   aggregateRating schema attached, which Google prohibits for your
   own reviews. One star, not five: 4.9 is not 5. */
.rating{
  display:flex; align-items:center; justify-content:center; gap:.6rem;
  padding:.75rem var(--pad);
}
.rating__num{
  font-family:var(--ff-h); font-weight:600; letter-spacing:-.02em;
  font-size:clamp(1.15rem,1.8vw,1.4rem); color:var(--fg);
}
.rating__src{font-size:.9rem;color:var(--fg-52)}

.cta__rating{
  display:flex; align-items:center; gap:.5rem;
  margin-top:1.4rem; font-size:.9rem; color:var(--fg-52);
}
.cta__rating b{font-weight:600;color:var(--fg)}

.nav{display:flex;align-items:center;gap:clamp(1.1rem,2.1vw,2.1rem);margin-left:auto}
.nav > a,.nav__item > a{
  position:relative; display:flex; align-items:center; gap:.35rem; padding-bottom:.6rem;
  font-family:var(--ff-h); font-size:clamp(.95rem,1.05vw,1.05rem);
  font-weight:600; letter-spacing:-.012em; color:var(--fg-52);
  transition:color .35s var(--ease);
}
.nav > a:hover,.nav__item > a:hover,.nav a.is-active{color:var(--fg)}

.nav__roll{display:block;position:relative;overflow:hidden;height:1.3em}
.nav__roll i{
  display:block; font-style:normal; line-height:1.3em;
  transition:transform .5s var(--ease);
}
.nav > a:hover .nav__roll i,.nav__item:hover .nav__roll i{transform:translateY(-1.3em)}

.nav__wave{
  position:absolute; left:0; bottom:0; width:100%; height:8px;
  overflow:visible; pointer-events:none;
}
.nav__wave path{
  fill:none; stroke:#5c7fa8; stroke-width:1.6;
  stroke-linecap:round; stroke-linejoin:round;
  stroke-dasharray:100; stroke-dashoffset:100;
  transition:stroke-dashoffset .6s var(--ease);
}
/* Hover only — the wave must never sit parked under whichever
   section happens to be in view. */
.nav > a:hover .nav__wave path,.nav__item:hover .nav__wave path{stroke-dashoffset:0}

.hdr__cta{margin-left:clamp(1.25rem,2.4vw,2.25rem)}

@media (prefers-reduced-motion:reduce){
  .nav__roll i{transition:none}
  .nav__wave path{transition:none}
}
/* ── SERVICES DROPDOWN ─────────────────────────────────────
   Opens on hover and on keyboard focus. The parent "Services" link
   stays clickable in its own right. `.nav__drop` carries transparent
   top padding so the pointer can cross the gap without it closing. */
.nav__item{position:relative}
.nav__caret{width:13px;height:13px;flex:none;transition:transform .3s var(--ease)}
.nav__item:hover .nav__caret,.nav__item:focus-within .nav__caret{transform:rotate(180deg)}

.nav__drop{
  position:absolute; top:100%; left:-.9rem; padding-top:.7rem;
  opacity:0; visibility:hidden; transform:translateY(-5px);
  transition:opacity .28s var(--ease),transform .28s var(--ease),visibility .28s;
}
.nav__item:hover .nav__drop,
.nav__item:focus-within .nav__drop{opacity:1;visibility:visible;transform:none}

.nav__drop-in{
  min-width:15.5rem; padding:.45rem;
  background:var(--bg); border:1px solid var(--fg-12);
  border-radius:var(--r-lg); box-shadow:0 14px 34px rgba(18,18,18,.10);
}
.nav__drop-in a{
  display:block; padding:.6rem .8rem; border-radius:var(--r-sm);
  font-family:var(--ff-h); font-size:.92rem; font-weight:400;
  letter-spacing:-.01em; color:var(--fg-72); white-space:nowrap;
  transition:background-color .25s,color .25s;
}
.nav__drop-in a:hover{background:var(--fg-07);color:var(--fg)}

@media (max-width:1024px){ .nav{display:none} }

.burger{display:none;width:44px;height:44px;position:relative;margin-right:-8px}
.burger i{position:absolute;left:11px;width:22px;height:1.5px;background:var(--fg);
  border-radius:2px;transition:transform .4s var(--ease)}
.burger i:nth-child(2){top:19px}
.burger i:nth-child(3){top:25px}
.burger[aria-expanded="true"] i:nth-child(2){transform:translateY(3px) rotate(45deg)}
.burger[aria-expanded="true"] i:nth-child(3){transform:translateY(-3px) rotate(-45deg)}
/* burger over the hero starts white, flips to black with the sticky bar */
.home .hdr:not(.is-stuck) .burger i{background:#fff}
@media (max-width:1024px){
  .hdr .burger{display:block}
  .hdr .hdr__cta{display:none}
}

/* ── MENU ───────────────────────────────────────────────── */
/* Drops down from under the header rather than covering the page, and
   scrolls internally if it runs long. Items stagger in from script.js. */
.menu{
  position:fixed; top:var(--hdr-h); left:0; right:0; z-index:790;
  background:var(--bg); border-bottom:1px solid var(--fg-12);
  box-shadow:0 16px 34px rgba(18,18,18,.07);
  max-height:calc(100dvh - var(--hdr-h)); overflow-y:auto; overflow-x:hidden;
  -webkit-overflow-scrolling:touch;
  padding:.25rem var(--pad) 1.1rem;
}
.menu[hidden]{display:none}
.menu__list > li > a{
  display:block; font-family:var(--ff-h); font-weight:500;
  font-size:1.2rem; line-height:1.3; letter-spacing:-.02em;
  border-bottom:1px solid var(--fg-12); padding:.85rem 0;
}
.menu__list > li:last-child > a{border-bottom:0}
/* Services in the mobile menu is a tap-to-open accordion, closed by
   default. Native <details> so it works without JavaScript. */
.menu__acc > summary{
  display:flex; align-items:center; justify-content:space-between;
  list-style:none; cursor:pointer;
  font-family:var(--ff-h); font-weight:500; font-size:1.2rem;
  line-height:1.3; letter-spacing:-.02em; color:var(--fg);
  padding:.85rem 0; border-bottom:1px solid var(--fg-12);
}
.menu__acc > summary::-webkit-details-marker{display:none}
.menu__acc > summary::after{
  content:""; flex:none; width:9px; height:9px;
  border-right:1.5px solid var(--fg-52); border-bottom:1.5px solid var(--fg-52);
  transform:rotate(45deg) translate(-2px,-2px);
  transition:transform .3s var(--ease);
}
.menu__acc[open] > summary::after{transform:rotate(-135deg) translate(-3px,-3px)}
.menu__acc > ul{padding:.35rem 0 .6rem}
.menu__acc > ul a{
  display:block; font-size:1rem; color:var(--fg-52);
  padding:.5rem 0 .5rem 1rem; border:0;
}
.menu__acc > ul a:hover{color:var(--fg)}

.menu__foot{
  display:flex; justify-content:space-between; gap:1rem; flex-wrap:wrap;
  margin-top:1.1rem; padding-top:1rem; border-top:1px solid var(--fg-12);
  font-size:.85rem; color:var(--fg-52);
}
.menu__foot a{color:var(--fg)}

/* ── BUTTONS / LINKS ────────────────────────────────────── */
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:.95rem 1.5rem; border-radius:var(--r);
  background:#141414; color:#fff;
  font-family:var(--ff-h); font-size:.92rem; font-weight:500; letter-spacing:-.01em;
  transition:background-color .3s var(--ease),transform .3s var(--ease),color .3s;
}
.btn:hover{background:#000;transform:translateY(-2px)}
.btn--sm{padding:.62rem 1.05rem;font-size:.85rem;border-radius:var(--r-sm)}
.btn--lg{padding:1.1rem 1.9rem;font-size:1rem;border-radius:var(--r)}
/* Hero CTA only — pill with a white disc holding the arrow. The header
   "Start a project" and the CTA-section buttons stay square-ish. */
.btn--pill{
  border-radius:100px; padding:.45rem .45rem .45rem 1.5rem; gap:1rem;
}
.btn__arrow{
  width:38px; height:38px; border-radius:50%; flex:none;
  background:#fff; color:#141414; display:grid; place-items:center;
  transition:transform .35s var(--ease);
}
.btn__arrow svg{width:17px;height:17px;fill:none;stroke:currentColor;
  stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.btn--pill:hover .btn__arrow{transform:translateX(3px)}

.btn--ghost{background:transparent;color:var(--fg);border:1px solid var(--fg-12)}
.btn--ghost:hover{background:var(--fg-07);color:var(--fg)}

.link{
  position:relative; font-size:.92rem; color:var(--fg-52); padding-bottom:.3rem;
  transition:color .3s;
}
.link::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;
  background:var(--fg);transform:scaleX(0);transform-origin:100% 50%;
  transition:transform .45s var(--ease)}
.link:hover{color:var(--fg)}
.link:hover::after{transform:scaleX(1);transform-origin:0 50%}

.sec-head{padding:0 var(--pad);margin-bottom:clamp(2.5rem,6vw,5rem)}
/* home page only — services heading sits right, cards below unchanged */
/* rating hard left, heading hard right */
.svc-head{
  display:flex; align-items:flex-end; justify-content:space-between;
  gap:var(--gap); flex-wrap:wrap;
}
.svc-head .h2{text-align:right;order:2}
.rating--inline{padding:0;justify-content:flex-start;gap:.5rem;order:1}
@media (max-width:760px){
  .svc-head{align-items:flex-start}
  .svc-head .h2{text-align:left;order:1}
  .rating--inline{order:2}
}

/* ═══════════ HERO ═══════════ */
.hero{
  position:relative; min-height:100svh; display:flex; flex-direction:column;
  justify-content:flex-end; padding:0 var(--pad) clamp(2.5rem,6vh,4.5rem);
  overflow:hidden;
}
.hero__media{position:absolute;inset:0;z-index:-2}
.hero__video{
  position:absolute; inset:0; width:100%; height:100%;
  object-fit:cover; border:0; background:transparent;
}
.hero__scrim{display:none}
.hero__body{
  display:grid; grid-template-columns:minmax(0,1.55fr) minmax(0,.72fr);
  gap:var(--gap) clamp(2rem,4vw,4rem); align-items:end;
}
.hero__h1{font-size:clamp(2.4rem,6vw,6.4rem)}
.line{display:block;overflow:hidden}
.line > span{display:block;will-change:transform}
.hero__aside{max-width:40ch;padding-bottom:.6rem}
.hero__aside p{color:var(--fg);margin-bottom:1.9rem}
.hero__acts{display:flex;align-items:center;gap:1.6rem;flex-wrap:wrap}
@media (max-width:900px){
  .hero__body{grid-template-columns:1fr;align-items:start}
  .hero__aside{padding-bottom:0;max-width:min(46ch,100%)}
  .hero__h1{margin-bottom:2rem}
}

/* Phones: tighten the whole bottom block and sit it lower, so the
   upper half of the frame is left clear for the video. */
@media (max-width:720px){
  /* Type runs a touch larger on phones — the desktop clamps bottom
     out too small on a 390px screen.
     --sec-y is both a padding-top and a padding-bottom, so the gap a
     visitor actually sees between two sections is 2x it. Trimming
     47.7px off each side closes every gap by ~95px — the earlier 0.7cm
     plus a further half inch (1.27cm ≈ 69px at a phone's ~54.5px/cm). */
  body{
    font-size:1.02rem;
    --sec-y:3.75rem;   /* client-tuned phone spacing */
  }
  .h2{font-size:clamp(2.3rem,9vw,3.1rem)}
  .stmt__text{font-size:clamp(1.55rem,6.6vw,2.3rem)}
  .cta__big{font-size:clamp(1.95rem,8.4vw,2.9rem)}
  .banner__h2{font-size:clamp(1.95rem,8vw,2.8rem)}
  .svc__name{font-size:clamp(1.3rem,5.4vw,1.75rem)}
  .svc__desc{font-size:1rem}
  .proc__step h3{font-size:clamp(1.35rem,5.6vw,1.8rem)}
  .studio__copy .lede{font-size:1.15rem}
  .studio__copy p{font-size:1.02rem}
  .tst__item blockquote{font-size:1.02rem}
  .facts b{font-size:1.45rem}
  .facts span{font-size:.95rem}

  .hero{padding-bottom:clamp(1.25rem,3.5vh,2rem)}
  .hero__body{gap:1rem}
  .hero__h1{font-size:clamp(2.05rem,8.4vw,2.9rem);margin-bottom:.85rem}
  .hero__aside p{margin-bottom:1.15rem;font-size:.95rem;line-height:1.5}
  .hero__acts{gap:1.1rem}
  .hero .vidtag{top:38%}
}

/* location page breadcrumb */
.loc__crumb{
  font-size:.82rem; color:var(--fg-52); margin-bottom:1.1rem;
  display:flex; gap:.5rem; align-items:center;
}
.loc__crumb a{color:var(--fg-52);transition:color .3s}
.loc__crumb a:hover{color:var(--fg)}
.loc__crumb span{color:var(--fg-30)}
.hero--loc{min-height:78svh}
.hero--loc .hero__h1{font-size:clamp(2.4rem,6.4vw,6rem)}

/* ── home hero — white type over the video ────────────────
   Scoped to .home and to the un-stuck header. Location and service
   heroes sit on light backgrounds, and the stuck header is a light
   bar, so both keep black text. */
.home .hero__h1{
  font-family:var(--ff-display);
  font-weight:700;
  letter-spacing:-.005em;   /* Prisma is wide and open, not tightly tracked */
  line-height:1.04;
}
.home .hero__h1{color:#f6f1e7}          /* creamy off-white, headline only */
.home .hero__aside p,
.home .hero__acts .link{color:#fff}
.home .hero__aside p{font-weight:400}
.home .hero__acts .link{font-weight:500}
.home .hero__acts .link::after{background:#fff}
.home .hero__acts .link:hover{color:#fff;opacity:.75}

.home .hdr:not(.is-stuck) .nav > a,
.home .hdr:not(.is-stuck) .nav__item > a{color:#fff}
.home .hdr:not(.is-stuck) .nav > a:hover,
.home .hdr:not(.is-stuck) .nav__item:hover > a{color:#fff;opacity:.75}
.home .hdr:not(.is-stuck) .nav__wave path{stroke:#fff}
.home .hdr:not(.is-stuck) .nav__caret{color:#fff}

/* ═══════════ TICKER ═══════════ */
.ticker{
  padding:1.15rem 0; overflow:hidden;
}
.ticker__track{
  display:flex; align-items:center; gap:clamp(2rem,4vw,4rem); width:max-content;
  font-size:.85rem; color:var(--fg-30); will-change:transform;
}

/* ═══════════ STATEMENT ═══════════ */
.stmt{padding:var(--sec-y) var(--pad);max-width:1500px;margin-inline:auto}
.stmt__text{font-size:clamp(1.6rem,4.2vw,3.7rem);line-height:1.14;font-weight:500}
.motion-on .stmt__text .w{color:var(--fg-12);transition:color .1s linear}

/* ═══════════ MOBILE VIDEO STRIP ═══════════ */
.mstrip{display:none}
@media (max-width:900px){
  .mstrip{
    display:block; position:relative; width:100%;
    height:clamp(279px,calc(26vw + 139px),329px); overflow:hidden;
  }
  .mstrip .ph{position:absolute;inset:0;height:100%}
  .mstrip__video{
    position:absolute; inset:0; width:100%; height:100%;
    object-fit:cover; border:0; background:transparent;
  }
  .mstrip .vidtag{padding:.6rem 1rem;font-size:.78rem}
}

/* ═══════════ STUDIO ═══════════ */
.studio{padding:var(--sec-y) 0 1rem}   /* bottom trimmed: rating sits directly under the media */
.studio__head{position:sticky;top:22vh}
@media (max-width:900px){ .studio__head{position:static} }

.studio__grid{
  display:grid; grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);
  gap:var(--gap) clamp(2rem,6vw,7rem); padding:0 var(--pad); align-items:start;
}
.stack span{display:block;transition:color .5s var(--ease)}
.motion-on .stack span{color:var(--fg-12)}
.motion-on .stack span.is-on{color:var(--fg)}
.studio__copy p{color:var(--fg-72);margin-bottom:1.3rem;max-width:56ch}
.studio__copy .lede{font-size:clamp(1.1rem,1.7vw,1.4rem);line-height:1.45;
  color:var(--fg);margin-bottom:1.7rem;font-family:var(--ff-h);font-weight:400;
  letter-spacing:-.02em}
.studio__copy .btn{margin-top:1.1rem}

.facts{
  grid-column:1/-1; display:grid; grid-template-columns:repeat(3,1fr);
  gap:.6rem; margin-top:clamp(2.5rem,5vw,4rem);
}
.facts li{background:var(--bg-3);border-radius:var(--r-lg);padding:1.6rem 1.5rem}
.facts b{display:block;font-family:var(--ff-h);font-weight:600;
  font-size:clamp(1.3rem,2.2vw,1.8rem);letter-spacing:-.03em;line-height:1.1}
.facts span{display:block;margin-top:.5rem;font-size:.9rem;color:var(--fg-52)}

/* Sits .6rem under the fact cards — same gap the cards use between
   themselves — so the whole studio block reads as one composition. */
/* Full-bleed at every width — the client wants this panel running the
   whole page, not inset like the cards above it. */
.studio__media{
  position:relative; margin:.6rem 0 0;
  height:clamp(320px,58vh,640px); overflow:hidden; border-radius:0;
}
.studio__media .ph{will-change:transform;height:118%;margin-top:-9%}
.studio__video{
  position:absolute; inset:0; width:100%; height:100%;
  object-fit:cover; border:0; background:transparent;
}
@media (max-width:900px){
  .studio__grid{grid-template-columns:1fr}
  .facts{grid-template-columns:1fr}
}

/* ═══════════ SERVICES ═══════════ */
.svc{padding:var(--sec-y) 0}
.svc__list{padding:0 var(--pad);display:grid;gap:.6rem}
.svc__item{
  background:var(--bg-3); border-radius:var(--r-lg);
  transition:background-color .45s var(--ease),transform .45s var(--ease);
}
.svc__item:hover{background:#e0dfd8;transform:translateY(-3px)}
.svc__link{
  display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  align-items:center; gap:var(--gap);
  padding:clamp(1.5rem,3vw,2.4rem) clamp(1.4rem,2.4vw,2.2rem);
}
/* Sits inline right after the service name and is always visible — it used
   to be a third grid column that only faded in on hover, so on a phone (no
   hover, and it was display:none) nothing ever signalled these were links.
   Sized in em so it tracks the heading. */
.svc__go{
  display:inline-flex; align-items:center; margin-left:.45em;
  color:var(--fg-30); transition:transform .4s var(--ease),color .3s;
}
.svc__go svg{width:.66em;height:.66em;fill:none;stroke:currentColor;stroke-width:2}
.svc__item:hover .svc__go{color:var(--fg);transform:translateX(4px)}
.svc__name{
  font-family:var(--ff-h); font-weight:600; letter-spacing:-.03em;
  font-size:clamp(1.25rem,2.4vw,2rem); line-height:1.1;
}
.svc__desc{color:var(--fg-52);font-size:.95rem;max-width:46ch}
@media (max-width:900px){
  .svc__link{grid-template-columns:1fr;gap:.6rem}
}

/* ═══════════ TESTIMONIALS ═══════════ */
.tst{padding:var(--sec-y) 0}
.tst__list{padding:0 var(--pad);display:grid;grid-template-columns:repeat(3,1fr);gap:.6rem}
.tst__item{
  background:var(--bg-3); border-radius:var(--r-lg);
  padding:clamp(1.5rem,2.2vw,1.9rem);
  display:flex; flex-direction:column; gap:1.1rem;
}
.tst__item blockquote{
  font-family:var(--ff-h); font-weight:400; letter-spacing:-.02em;
  font-size:clamp(.95rem,1.05vw,1.02rem); line-height:1.5; flex:1;
  color:var(--fg-72);
}
.tst__item footer{margin-top:auto}
.tst__who{font-size:.9rem;color:var(--fg)}
@media (max-width:900px){ .tst__list{grid-template-columns:1fr} }

/* ═══════════ PROJECTS ═══════════
   The original horizontal track, minus the pin. `.work__pin` is now
   just a native overflow-x scroller — no ScrollTrigger, no scrub, so it
   never blocks the page scrolling vertically past it. */
.work{padding:var(--sec-y) 0}
.work__pin{
  overflow-x:auto; overscroll-behavior-x:contain;
  scrollbar-width:none; cursor:grab;
  scroll-snap-type:x proximity;
  /* snap aligns to the scrollport edge and ignores padding — without
     this the first panel sits flush to the viewport edge on load */
  scroll-padding:0 var(--pad);
}
.work__pin::-webkit-scrollbar{display:none}
.work__pin.is-dragging{cursor:grabbing;scroll-snap-type:none}
.work__pin.is-dragging .proj{pointer-events:none}
.work__pin:focus-visible{outline:2px solid var(--fg);outline-offset:4px}

.work__track{
  display:flex; align-items:center; gap:clamp(1.25rem,2.4vw,2.5rem);
  padding:0 var(--pad); width:max-content;
}

.work__intro{width:min(78vw,400px);flex:none;scroll-snap-align:start}
.work__intro .h2{font-size:clamp(2.2rem,4.6vw,3.8rem);margin-bottom:1.2rem}
.work__note{color:var(--fg-52);font-size:.95rem;max-width:32ch}
.work__all{margin-top:1.5rem}
.work__cue{display:block;margin-top:1.25rem;font-size:.8rem;color:var(--fg-30)}

.proj{width:min(72vw,380px);flex:none;scroll-snap-align:start}
.proj--wide{width:min(88vw,620px)}
.proj__media{
  height:min(58vh,540px); overflow:hidden;
  border-radius:var(--r-lg); position:relative; background:var(--bg-3);
}
.proj__video{
  position:absolute; inset:0; width:100%; height:100%;
  object-fit:cover; border:0; background:var(--bg-3);
}
.proj__media .ph{transition:transform 1.1s var(--ease)}
.proj:hover .proj__media .ph{transform:scale(1.04)}
.proj__meta{
  display:flex; align-items:baseline; justify-content:space-between;
  gap:1rem; margin-top:1rem; padding:0 .25rem;
}
.proj__meta h3{font-family:var(--ff-h);font-weight:500;letter-spacing:-.02em;
  font-size:clamp(1rem,1.6vw,1.35rem)}
.proj__loc{font-size:.85rem;color:var(--fg-30)}

@media (max-width:760px){
  .proj__media{height:calc(64vw + 1cm);max-height:478px}
}

/* ═══════════ BANNER ═══════════ */
.banner{
  position:relative; padding:calc(var(--sec-y) * .55) var(--pad);
  display:grid; grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:1.5rem clamp(2rem,4.5vw,4rem); align-items:start;
}
.banner__h2{font-size:clamp(1.8rem,3.8vw,3.2rem);max-width:14ch}
.banner__panel{max-width:56ch}
.banner__panel p{color:var(--fg-72);margin-bottom:.85rem;font-size:.98rem;line-height:1.65}
.banner__panel-lede{
  font-family:var(--ff-h); font-weight:600; letter-spacing:-.025em;
  font-size:1.1rem!important; line-height:1.3; color:var(--fg)!important;
  margin-bottom:.9rem!important;
}
.banner__panel p:last-child{margin-bottom:0}
@media (max-width:900px){ .banner{grid-template-columns:1fr;align-items:start} }

/* ═══════════ PROCESS ═══════════ */
.proc{
  padding:var(--sec-y) var(--pad);
  display:grid; grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);
  gap:var(--gap) clamp(2rem,6vw,7rem); align-items:start;
}
.proc__head{position:sticky;top:22vh}
.proc__head .h2{margin-bottom:1.3rem}
.proc__blurb{color:var(--fg-52);max-width:32ch}
.proc__steps{display:grid;gap:.6rem}
.proc__step{
  background:var(--bg-3); border-radius:var(--r-lg);
  padding:clamp(1.6rem,2.8vw,2.3rem);
  transition:opacity .6s var(--ease),background-color .6s var(--ease);
}
.motion-on .proc__step{opacity:.4}
.motion-on .proc__step.is-on{opacity:1}
.proc__step h3{font-family:var(--ff-h);font-weight:600;letter-spacing:-.03em;
  font-size:clamp(1.3rem,2.2vw,1.9rem);margin-bottom:.7rem}
.proc__step p{color:var(--fg-72);max-width:52ch}
@media (max-width:900px){
  .proc{grid-template-columns:1fr}
  .proc__head{position:static}
}

/* ═══════════ CTA + QUOTE FORM ═══════════ */
.cta{padding:var(--sec-y) var(--pad) calc(var(--sec-y) * .5)}
.cta__grid{
  display:grid; grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);
  gap:var(--gap) clamp(2.5rem,6vw,6rem); align-items:start;
}
.cta__big{font-size:clamp(1.9rem,4.6vw,4.2rem);line-height:1.04;max-width:15ch}
.motion-on .cta__big .w{color:var(--fg-12);transition:color .1s linear}
.cta__note{margin-top:1.75rem;font-size:.92rem;color:var(--fg-52)}
.cta__direct{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap;margin-top:2rem}

/* Deliberately not a card — no panel, no radius, no fill. It sits on
   the page background with underlined fields so it reads as part of
   the section rather than a boxed widget. */
.qf{display:grid;gap:.9rem;max-width:520px}
.qf__title{
  font-family:var(--ff-h); font-weight:500; letter-spacing:-.02em;
  font-size:1rem; color:var(--fg-52); margin-bottom:.2rem;
}
.qf__row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.qf__field{display:grid;gap:.3rem;margin:0}
.qf__field label{font-size:.78rem;color:var(--fg-30)}
.qf__field input,.qf__field select,.qf__field textarea{
  width:100%; font:inherit; font-size:.95rem; color:var(--fg);
  background:transparent; border:0; border-bottom:1px solid var(--fg-12);
  border-radius:0; padding:.5rem 0; resize:vertical;
  transition:border-color .3s;
}
.qf__field textarea{min-height:70px}
.qf__field select{appearance:none;cursor:pointer;
  background-image:linear-gradient(45deg,transparent 50%,rgba(18,18,18,.5) 50%),
                   linear-gradient(135deg,rgba(18,18,18,.5) 50%,transparent 50%);
  background-position:calc(100% - 10px) calc(50% + 1px),calc(100% - 5px) calc(50% + 1px);
  background-size:5px 5px,5px 5px; background-repeat:no-repeat;
  padding-right:1.6rem;
}
.qf__field select option{background:#f4f3f0;color:var(--fg)}
.qf__field input:focus,.qf__field select:focus,.qf__field textarea:focus{
  outline:none; border-bottom-color:rgba(18,18,18,.55);
}
.qf__field input::placeholder,.qf__field textarea::placeholder{color:var(--fg-30)}
.qf__submit{justify-self:start;margin-top:.9rem}
.qf__bot{position:absolute;left:-9999px;opacity:0;height:0;width:0}
.qf__status{font-size:.88rem;color:var(--fg-52);min-height:1.2em}
.qf__status.is-ok{color:#2f5378}
.qf__status.is-err{color:#a3452a}
.qf.is-sent .qf__row,.qf.is-sent .qf__field,.qf.is-sent .qf__submit{display:none}

@media (max-width:900px){
  .cta__grid{grid-template-columns:1fr}
  .qf__row{grid-template-columns:1fr}
}

/* ═══════════ FOOTER ═══════════
   Four columns — brand / contact / explore / areas — then the legal
   strip. Areas is a proper column rather than a full-width row: as a
   row it left a large void beside the brand and made the footer tall. */
.ftr{padding:clamp(1.25rem,2vw,1.75rem) var(--pad) 1.4rem}

.ftr__top{
  display:grid; grid-template-columns:1.3fr 1.05fr 1.05fr .8fr;
  gap:clamp(1.75rem,3.5vw,3.25rem);
  padding-bottom:clamp(1.5rem,2.5vw,2rem);
}
.ftr__h{
  font-family:var(--ff-h); font-size:.74rem; font-weight:500;
  letter-spacing:.08em; text-transform:uppercase; color:var(--fg-30);
  margin-bottom:.85rem;
}

.ftr__brand img{height:clamp(59px,5.6vw,78px);width:auto}
.ftr__tag{margin-top:.85rem;max-width:30ch;font-size:.88rem;color:var(--fg-52)}
.ftr__social{margin-top:1.1rem}

.ftr__contact li{
  display:grid; grid-template-columns:4.4rem 1fr;
  gap:.75rem; padding:.22rem 0; font-size:.9rem; align-items:start;
}
.ftr__contact li > span:first-child{font-size:.78rem;color:var(--fg-30);padding-top:.16rem}
.ftr__contact a,.ftr__contact li > span:last-child{color:var(--fg-72)}
.ftr__contact a:hover{color:var(--fg)}

.ftr__nav li a{display:block;padding:.22rem 0;font-size:.92rem;color:var(--fg-52);
  transition:color .3s}
.ftr__nav li a:hover{color:var(--fg)}

.ftr__areas{
  min-width:0;
}
.ftr__areas ul{display:grid;gap:.1rem}
.ftr__areas a{display:block;padding:.22rem 0;font-size:.9rem;color:var(--fg-52);transition:color .3s}
.ftr__areas a:hover{color:var(--fg)}

.ftr__bot{
  display:flex; justify-content:space-between; gap:1rem; flex-wrap:wrap;
  padding-top:1.1rem; border-top:1px solid var(--fg-12);
  font-size:.8rem; color:#000;             /* full black, per client */
}
.ftr__bot a{color:#000;transition:opacity .3s}
.ftr__bot a:hover{opacity:.6}

@media (max-width:1100px){
  .ftr__top{grid-template-columns:1fr 1fr;gap:2rem}
  .ftr__brand{grid-column:1/-1}
  .ftr__contact li{grid-template-columns:4.6rem 1fr}
}


/* ═══════════ SERVICE PAGES ═══════════
   Deliberately plain and linear: hero, one media band, prose at a
   readable measure with the inclusions beside it, one review, related
   links. No card grid, no alternating zigzag, no icon rows. */
.sp-hero{padding:calc(var(--sec-y) + 3rem) var(--pad) var(--sec-y);max-width:60rem}
.sp-hero__h1{
  font-family:var(--ff-h); font-weight:600; letter-spacing:-.035em; line-height:1;
  font-size:clamp(2.4rem,6vw,5rem); margin:.4rem 0 1.25rem;
}
.sp-hero__lead{font-size:clamp(1.05rem,1.7vw,1.35rem);line-height:1.5;color:var(--fg-72);max-width:46ch}
.sp-hero__acts{display:flex;align-items:center;gap:1.6rem;flex-wrap:wrap;margin-top:2rem}

.sp-media{position:relative;height:clamp(280px,44vh,520px);overflow:hidden}
.sp-media__video,
.sp-media__img{
  position:absolute; inset:0; width:100%; height:100%;
  object-fit:cover; border:0; background:var(--bg-3);
}

.sp-body{
  padding:var(--sec-y) var(--pad);
  display:grid; grid-template-columns:minmax(0,1.25fr) minmax(0,.75fr);
  gap:var(--gap) clamp(2.5rem,6vw,6rem); align-items:start;
}
.sp-h2{
  font-family:var(--ff-h); font-weight:600; letter-spacing:-.02em;
  font-size:clamp(1.15rem,1.7vw,1.35rem); margin-bottom:1.25rem;
}
.sp-prose p{
  font-size:clamp(1rem,1.25vw,1.1rem); line-height:1.75;
  color:var(--fg-72); max-width:62ch; margin-bottom:1.35rem;
}
.sp-prose p:last-child{margin-bottom:0}

.sp-incl ul{display:grid;gap:0}
.sp-incl li{
  padding:.72rem 0; border-bottom:1px solid var(--fg-12);
  font-size:.95rem; color:var(--fg-72);
}
.sp-incl li:first-child{border-top:1px solid var(--fg-12)}
.sp-note{margin-top:1.4rem;font-size:.92rem;line-height:1.65;color:var(--fg-52);max-width:44ch}

.sp-quote{padding:0 var(--pad) var(--sec-y);max-width:64rem}
.sp-quote blockquote{
  font-family:var(--ff-h); font-weight:400; letter-spacing:-.02em;
  font-size:clamp(1.2rem,2.4vw,1.85rem); line-height:1.4; color:var(--fg);
}
.sp-quote__who{margin-top:1.1rem;font-size:.9rem;color:var(--fg-52)}
.sp-quote__who span{color:var(--fg-30)}

.sp-rel{padding:0 var(--pad) var(--sec-y)}
.sp-rel ul{display:flex;flex-wrap:wrap;gap:.6rem clamp(1.5rem,3vw,2.5rem)}
.sp-rel a{
  font-family:var(--ff-h); font-weight:500; letter-spacing:-.02em;
  font-size:clamp(1rem,1.5vw,1.2rem); color:var(--fg-52);
  padding:.35rem 0; transition:color .3s;
}
.sp-rel a:hover{color:var(--fg)}

@media (max-width:900px){
  .sp-body{grid-template-columns:1fr}
  .sp-hero{padding-top:calc(var(--sec-y) + 2.5rem)}
}

/* ═══════════ PROJECTS PAGE ═══════════
   One gallery, not five stacked ones. A sticky filter bar swaps the
   visible set; every tile is portrait 3:4 because that is what the
   photos actually are (phone shots, EXIF-rotated to disk). Tiles open
   the lightbox in .gl-box — never a raw .jpg in a new tab. */

/* the filter bar carries its own breathing room — the hero does not need
   a full --sec-y underneath it as well */
.pg-page .sp-hero{padding-bottom:clamp(1.25rem,2.5vw,2rem)}

/* ── sticky filter bar ── */
/* Sits under the fixed header, and slides up to meet the top edge whenever
   the header retracts on scroll-down. --hdr-real is measured in script.js;
   the header's height changes with the viewport so it can't be a constant. */
.gl-bar{
  position:sticky; top:var(--hdr-real,128px); z-index:40;
  transition:top .5s var(--ease);
  padding:.9rem var(--pad);
  background:color-mix(in srgb, var(--bg) 86%, transparent);
  backdrop-filter:blur(14px); -webkit-backdrop-filter:blur(14px);
  border-bottom:1px solid var(--fg-07);
}
.gl-filters{
  display:flex; gap:.4rem; overflow-x:auto; scrollbar-width:none;
  -webkit-overflow-scrolling:touch;
}
.gl-filters::-webkit-scrollbar{display:none}
.hdr.is-hidden ~ main .gl-bar{top:0}
.gl-filter{
  flex:0 0 auto; display:inline-flex; align-items:baseline; gap:.5rem;
  padding:.5rem .95rem; border-radius:999px; white-space:nowrap;
  border:1px solid var(--fg-12); color:var(--fg-72);
  font-family:var(--ff-h); font-weight:500; font-size:.9rem; letter-spacing:-.01em;
  transition:background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease);
}
.gl-filter small{font-size:.72rem;color:var(--fg-30);font-weight:400}
.gl-filter:hover{border-color:var(--fg-30);color:var(--fg)}
.gl-filter.is-on{background:var(--brand);border-color:var(--brand);color:#fff}
.gl-filter.is-on small{color:rgba(255,255,255,.55)}

/* ── the note that swaps with the filter ── */
.gl-note{
  padding:clamp(1.75rem,3.5vw,2.75rem) var(--pad) clamp(1rem,2vw,1.5rem);
  display:flex; align-items:baseline; gap:.6rem var(--gap); flex-wrap:wrap;
}
.gl-note__name{
  font-family:var(--ff-h); font-weight:600; letter-spacing:-.03em; line-height:1;
  font-size:clamp(1.5rem,3.2vw,2.4rem);
}
.gl-note__desc{color:var(--fg-52);font-size:.95rem;max-width:56ch;flex:1 1 24rem}

/* ── the grid ── */
.gl-grid{
  padding:0 var(--pad) var(--sec-y);
  display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:.5rem;
}
/* This is a <button>. The global reset clears its border and background but
   NOT its UA padding (1px 6px), which left the photo floating inside its own
   card with a pale margin all round — obvious once the tiles get small. */
.gl-tile{
  position:relative; display:block; overflow:hidden;
  border-radius:var(--r); background:var(--bg-3); aspect-ratio:3/4;
  cursor:zoom-in; padding:0; -webkit-appearance:none; appearance:none;
}
.gl-tile img{
  width:100%; height:100%; object-fit:cover;
  transition:transform .7s var(--ease), filter .4s var(--ease);
}
.gl-tile:hover img{transform:scale(1.05)}
.gl-tile__cap{
  position:absolute; inset:auto 0 0 0; padding:2.5rem .85rem .8rem;
  background:linear-gradient(to top,rgba(0,0,0,.62),transparent);
  color:#fff; font-family:var(--ff-h); font-weight:500; font-size:.85rem;
  letter-spacing:-.01em; opacity:0; transform:translateY(6px);
  transition:opacity .35s var(--ease), transform .35s var(--ease);
}
.gl-tile:hover .gl-tile__cap,
.gl-tile:focus-visible .gl-tile__cap{opacity:1;transform:none}
.gl-tile[hidden]{display:none}

@media (min-width:1500px){ .gl-grid{grid-template-columns:repeat(5,minmax(0,1fr))} }
@media (max-width:1000px){ .gl-grid{grid-template-columns:repeat(3,minmax(0,1fr))} }
@media (max-width:640px){
  .gl-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.4rem}
  .gl-tile__cap{opacity:1;transform:none;font-size:.78rem;padding-bottom:.65rem}
}

/* ── lightbox ── */
.gl-box{
  position:fixed; inset:0; z-index:900; display:none;   /* above .hdr (800) */
  background:#0b0b0b;
}
/* minmax(0,…) on the stage row — without it the row grows to the photo's
   intrinsic 1200px and the image spills over the caption. */
.gl-box.is-open{display:grid;grid-template-rows:auto minmax(0,1fr) auto}
body.gl-lock{overflow:hidden}

.gl-box__top{
  display:flex; align-items:center; justify-content:space-between; gap:1rem;
  padding:1rem clamp(1rem,3vw,2rem); color:rgba(255,255,255,.62);
  font-size:.85rem; font-family:var(--ff-h);
}
.gl-box__count{letter-spacing:.02em}
.gl-box__close{
  width:40px; height:40px; display:grid; place-items:center; border-radius:999px;
  color:#fff; border:1px solid rgba(255,255,255,.22); transition:background .25s;
}
.gl-box__close:hover{background:rgba(255,255,255,.14)}
.gl-box__close svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}

.gl-box__stage{
  position:relative; display:grid; place-items:center;
  padding:0 clamp(.5rem,5vw,4.5rem); min-height:0; overflow:hidden;
}
/* Sized off the viewport, not the grid row: a percentage max-height on a
   grid item resolves against an indefinite height and is ignored, which
   let a 900×1200 photo spill straight over the caption. 12rem is the top
   bar plus the caption underneath. */
.gl-box__img{
  max-width:100%; max-height:calc(100vh - 12rem); width:auto; height:auto;
  object-fit:contain; border-radius:var(--r);
  animation:glIn .35s var(--ease);
}
@supports (height:100dvh){
  .gl-box__img{max-height:calc(100dvh - 12rem)}
}
@keyframes glIn{from{opacity:0;transform:scale(.985)}to{opacity:1;transform:none}}

.gl-box__nav{
  position:absolute; top:50%; transform:translateY(-50%);
  width:46px; height:46px; display:grid; place-items:center; border-radius:999px;
  color:#fff; background:rgba(255,255,255,.1); border:1px solid rgba(255,255,255,.18);
  transition:background .25s;
}
.gl-box__nav:hover{background:rgba(255,255,255,.24)}
.gl-box__nav--prev{left:clamp(.4rem,2vw,1.5rem)}
.gl-box__nav--next{right:clamp(.4rem,2vw,1.5rem)}
.gl-box__nav svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

.gl-box__foot{
  padding:1rem clamp(1rem,3vw,2rem) 1.4rem; text-align:center;
  color:rgba(255,255,255,.72); font-size:.9rem;
}
.gl-box__foot b{
  display:block; font-family:var(--ff-h); font-weight:600; letter-spacing:-.02em;
  font-size:1.05rem; color:#fff; margin-bottom:.2rem;
}

@media (max-width:640px){
  .gl-box__nav{width:40px;height:40px}
  .gl-box__foot{font-size:.82rem}
  /* the caption wraps to two or three lines on a phone — give it the room */
  .gl-box__img{max-height:calc(100vh - 16rem)}
  @supports (height:100dvh){ .gl-box__img{max-height:calc(100dvh - 16rem)} }
}

/* ── clip strip ── */
.gl-clips{padding:0 var(--pad) var(--sec-y)}
.gl-clips .sp-h2{margin-bottom:1.25rem}
.pj-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:clamp(.75rem,1.6vw,1.25rem)}
.pj__media{aspect-ratio:4/5;overflow:hidden;border-radius:var(--r-lg);position:relative;background:var(--bg-3)}
.pj__video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border:0}
.pj__meta{padding:.8rem .15rem 0}
.pj__name{font-family:var(--ff-h);font-weight:600;letter-spacing:-.02em;
  font-size:clamp(.98rem,1.3vw,1.15rem)}
.pj__loc{display:block;margin-top:.3rem;font-size:.8rem;color:var(--fg-30)}
@media (max-width:1200px){ .pj-grid{grid-template-columns:repeat(3,minmax(0,1fr))} }
@media (max-width:900px){ .pj-grid{grid-template-columns:repeat(2,minmax(0,1fr))} }

/* ── MOTION FALLBACK ────────────────────────────────────── */
body.motion-off [data-rise]{opacity:1!important;transform:none!important}

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

/* ══════════ FAQ ══════════
   Same two-column rhythm as .proc: sticky heading on the left, questions on the
   right. Native <details>/<summary> so it works with no JavaScript and is
   keyboard accessible out of the box. */
/* Questions on the left, heading sticky on the right. Source order
   keeps the heading first so it still reads correctly to screen
   readers and on mobile. */
.faq{
  padding:var(--sec-y) var(--pad);
  display:grid; grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);
  gap:var(--gap) clamp(2rem,6vw,7rem); align-items:start;
}
.faq__head{position:sticky;top:22vh;order:2}
.faq__list{order:1}
.faq__blurb{color:var(--fg-72);margin-top:1rem;max-width:34ch}
.faq__list{display:grid}
.faq__item{
  padding:clamp(1.1rem,1.9vw,1.4rem) 0;
  border-bottom:1px solid var(--fg-12);
}
.faq__item:first-child{border-top:1px solid var(--fg-12)}
.faq__item summary{
  display:flex; align-items:center; justify-content:space-between; gap:1.5rem;
  cursor:pointer; list-style:none;
  font-family:var(--ff-h); font-size:clamp(1rem,1.6vw,1.15rem);
  font-weight:500; line-height:1.35; color:var(--fg);
}
.faq__item summary::-webkit-details-marker{display:none}
.faq__item summary::after{
  content:""; flex:none; width:11px; height:11px;
  border-right:1.5px solid var(--fg-52); border-bottom:1.5px solid var(--fg-52);
  transform:rotate(45deg) translate(-2px,-2px);
  transition:transform .35s var(--ease);
}
.faq__item[open] summary::after{transform:rotate(-135deg) translate(-3px,-3px)}
.faq__item p{
  color:var(--fg-72); line-height:1.75; margin-top:.9rem; max-width:62ch;
  font-size:clamp(.92rem,1.2vw,1rem);
}
.faq__item p + p{margin-top:.7rem}
.faq__item a{color:var(--fg);text-decoration:underline;text-underline-offset:3px}
@media (max-width:900px){
  .faq{grid-template-columns:1fr}
  .faq__head{position:static;order:0}
  .faq__list{order:1}
}
