/* Afishonado Annandale — Direction B "Deep Water"
   Tokens, primitives and components. Mobile first; desktop at >=880px. */

/* ---------- fonts ---------- */
@font-face{font-family:"Space Grotesk";src:url("../fonts/space-grotesk-normal-latin.woff2") format("woff2");font-weight:400 700;font-style:normal;font-display:swap}
@font-face{font-family:"Fraunces";src:url("../fonts/fraunces-normal-latin.woff2") format("woff2");font-weight:400 600;font-style:normal;font-display:swap}
@font-face{font-family:"Fraunces";src:url("../fonts/fraunces-italic-latin.woff2") format("woff2");font-weight:400 600;font-style:italic;font-display:swap}
@font-face{font-family:"Inter";src:url("../fonts/inter-normal-latin.woff2") format("woff2");font-weight:400 700;font-style:normal;font-display:swap}

/* ---------- tokens ---------- */
:root{
  --abyss:#05101C; --deep:#0A1C30; --mid:#12304F; --mid-2:#173C63;
  --tint:#C9D6F2; --tint-2:#E3EAF9; --foam:#F3F6FA; --sand:#E9DCC6; --sand-2:#F2E9D9;
  --glow:#7FB2E8; --blue:#2547A0; --ink:#05101C;
  --line:rgba(127,178,232,.20); --line-2:rgba(127,178,232,.34);
  --line-ink:rgba(5,16,28,.14);
  --display:"Space Grotesk",system-ui,sans-serif;
  --serif:"Fraunces",Georgia,serif;
  --text:"Inter",system-ui,sans-serif;
  --shell:1240px; --gutter:24px;
  --r-sm:4px; --r-md:14px; --r-lg:22px;
  --ease:cubic-bezier(.22,.61,.36,1); --ease-state:cubic-bezier(.4,0,.2,1);
  --t-state:180ms; --t-enter:420ms; --t-hero:700ms;
}
@media (min-width:880px){ :root{ --gutter:44px } }

/* ---------- reset ---------- */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body,h1,h2,h3,h4,p,figure,blockquote,ul,ol,dl,dd{margin:0}
ul[class],ol[class]{list-style:none;padding:0}
img,svg,video{display:block;max-width:100%;height:auto}
button,input,textarea,select{font:inherit;color:inherit}
body{
  background:var(--abyss);color:var(--foam);font-family:var(--text);
  font-size:15.5px;line-height:1.62;letter-spacing:.002em;
  -webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;
  overflow-x:hidden;
}
@media (min-width:880px){ body{font-size:16px} }
:target{scroll-margin-top:96px}
::selection{background:var(--sand);color:var(--ink)}
:focus-visible{outline:2px solid var(--sand);outline-offset:3px;border-radius:2px}
.ground--foam :focus-visible,.ground--tint :focus-visible{outline-color:var(--blue)}

/* ---------- layout primitives ---------- */
.shell{width:100%;max-width:var(--shell);margin-inline:auto;padding-inline:var(--gutter)}
.section{padding-block:64px;position:relative}
@media (min-width:880px){ .section{padding-block:96px} }
.section--tight{padding-block:48px}
@media (min-width:880px){ .section--tight{padding-block:72px} }
.ground--abyss{background:var(--abyss)}
.ground--deep{background:var(--deep);color:var(--foam)}
.ground--foam{background:var(--foam);color:var(--ink)}
.ground--tint{background:var(--tint);color:var(--ink)}
.ground--deep+.ground--deep{padding-top:0}

/* fish-scale texture, drawn in code */
.tex{position:relative;isolation:isolate}
.tex::before{
  content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;opacity:.5;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='28' viewBox='0 0 48 28'%3E%3Cg fill='none' stroke='%237FB2E8' stroke-opacity='.10' stroke-width='1'%3E%3Cpath d='M0 28c0-7.7 5.4-14 12-14s12 6.3 12 14M24 28c0-7.7 5.4-14 12-14s12 6.3 12 14M-12 14c0-7.7 5.4-14 12-14s12 6.3 12 14M12 14c0-7.7 5.4-14 12-14s12 6.3 12 14M36 14c0-7.7 5.4-14 12-14s12 6.3 12 14'/%3E%3C/g%3E%3C/svg%3E");
}
.ground--foam.tex::before,.ground--tint.tex::before{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='28' viewBox='0 0 48 28'%3E%3Cg fill='none' stroke='%2305101C' stroke-opacity='.07' stroke-width='1'%3E%3Cpath d='M0 28c0-7.7 5.4-14 12-14s12 6.3 12 14M24 28c0-7.7 5.4-14 12-14s12 6.3 12 14M-12 14c0-7.7 5.4-14 12-14s12 6.3 12 14M12 14c0-7.7 5.4-14 12-14s12 6.3 12 14M36 14c0-7.7 5.4-14 12-14s12 6.3 12 14'/%3E%3C/g%3E%3C/svg%3E");
}

/* ---------- type ---------- */
.label{font-family:var(--text);font-size:11px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--glow);margin:0 0 14px}
.ground--foam .label,.ground--tint .label{color:var(--blue)}
.d-xl,.d-l,.d-m,.d-s{font-family:var(--display);font-weight:500;letter-spacing:-.03em;text-wrap:balance}
.d-xl{font-size:clamp(33px,8vw,74px);line-height:1.0;letter-spacing:-.034em}
.d-l{font-size:clamp(28px,5.1vw,46px);line-height:1.05}
.d-m{font-size:clamp(24px,3.4vw,34px);line-height:1.1;letter-spacing:-.026em}
.d-s{font-size:clamp(19px,2vw,23px);line-height:1.2;letter-spacing:-.02em}
.d-xl em,.d-l em,.d-m em,.d-s em{font-family:var(--serif);font-style:italic;font-weight:400;color:var(--sand);letter-spacing:-.012em}
.ground--foam .d-xl em,.ground--foam .d-l em,.ground--foam .d-m em,
.ground--tint .d-xl em,.ground--tint .d-l em,.ground--tint .d-m em{color:var(--blue)}
.lede{font-size:16.5px;line-height:1.6;color:rgba(243,246,250,.78);max-width:56ch}
@media (min-width:880px){ .lede{font-size:17.5px} }
.ground--foam .lede,.ground--tint .lede{color:#2A3B4F}
.prose p{max-width:62ch;margin-bottom:1.05em;color:rgba(243,246,250,.8)}
.ground--foam .prose p,.ground--tint .prose p{color:#2A3B4F}
.prose p:last-child{margin-bottom:0}
.prose strong{font-weight:600;color:var(--foam)}
.ground--foam .prose strong{color:var(--ink)}

.sec-head{margin-bottom:38px;max-width:66ch}
@media (min-width:880px){ .sec-head{margin-bottom:56px} }
.sec-head .lede{margin-top:16px}

/* ---------- buttons ---------- */
.btn{
  display:inline-flex;align-items:center;gap:9px;
  font-family:var(--text);font-size:14.5px;font-weight:600;letter-spacing:.005em;
  padding:13px 22px;border-radius:999px;text-decoration:none;cursor:pointer;
  background:var(--sand);color:var(--ink);border:1px solid var(--sand);
  transition:background var(--t-state) var(--ease-state),border-color var(--t-state) var(--ease-state),transform var(--t-state) var(--ease-state),color var(--t-state) var(--ease-state);
}
.btn:hover{background:var(--sand-2);border-color:var(--sand-2)}
.btn:active{transform:translateY(1px)}
.btn--ghost{background:transparent;color:var(--sand);border-color:rgba(233,220,198,.45)}
.btn--ghost:hover{background:rgba(233,220,198,.1);border-color:var(--sand)}
.ground--foam .btn,.ground--tint .btn{background:var(--blue);color:#fff;border-color:var(--blue)}
.ground--foam .btn:hover,.ground--tint .btn:hover{background:#16306F;border-color:#16306F}
.ground--foam .btn--ghost,.ground--tint .btn--ghost{background:transparent;color:var(--blue);border-color:rgba(37,71,160,.4)}
.ground--foam .btn--ghost:hover,.ground--tint .btn--ghost:hover{background:rgba(37,71,160,.08);border-color:var(--blue)}
.btn svg{width:15px;height:15px;flex:none}
.btn-row{display:flex;flex-wrap:wrap;gap:11px}

/* ---------- header ---------- */
.skip{position:absolute;left:-9999px;top:0;z-index:100;background:var(--sand);color:var(--ink);padding:12px 18px;border-radius:0 0 var(--r-sm) 0;font-weight:600;text-decoration:none}
.skip:focus{left:0}
.site-head{position:sticky;top:0;z-index:40;transition:background var(--t-state) var(--ease-state),border-color var(--t-state) var(--ease-state);border-bottom:1px solid transparent}
.site-head.is-stuck,.site-head--solid{background:rgba(5,16,28,.94);backdrop-filter:blur(10px);border-bottom-color:var(--line)}
.head-in{display:flex;align-items:center;gap:18px;min-height:68px}
@media (min-width:880px){ .head-in{min-height:84px;gap:30px} }
.brand{display:inline-flex;align-items:center;flex:none}
.brand img{height:21px;width:auto}
@media (min-width:880px){ .brand img{height:27px;width:auto} }
.nav-desktop{display:none}
@media (min-width:880px){
  .nav-desktop{display:flex;gap:30px;margin-left:auto}
  .nav-desktop a{color:rgba(243,246,250,.84);text-decoration:none;font-size:14px;font-weight:500;padding-block:4px;border-bottom:1px solid transparent;transition:color var(--t-state) var(--ease-state),border-color var(--t-state) var(--ease-state)}
  .nav-desktop a:hover{color:var(--sand);border-bottom-color:var(--sand)}
  .nav-desktop a[aria-current="page"]{color:var(--sand);border-bottom-color:rgba(233,220,198,.5)}
}
.head-call{margin-left:auto;display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(233,220,198,.42);color:var(--sand);border-radius:999px;padding:9px 15px;text-decoration:none;font-size:13.5px;font-weight:600;white-space:nowrap;transition:background var(--t-state) var(--ease-state)}
.head-call:hover{background:rgba(233,220,198,.12)}
.head-call svg{width:14px;height:14px;flex:none}
.head-call .full{display:none}
@media (min-width:880px){ .head-call{margin-left:0} .head-call .full{display:inline} .head-call .short{display:none} }

/* mobile nav — a disclosure, works without scripts */
.nav-mobile{flex:none;margin-left:2px}
@media (min-width:880px){ .nav-mobile{display:none} }
.nav-mobile>summary{list-style:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid var(--line-2);border-radius:999px;color:var(--foam)}
.nav-mobile>summary::-webkit-details-marker{display:none}
.nav-mobile>summary svg{width:17px;height:17px}
.nav-mobile>summary .x{display:none}
.nav-mobile[open]>summary .x{display:block}
.nav-mobile[open]>summary .bars{display:none}
.nav-panel{position:absolute;left:0;right:0;top:100%;background:rgba(5,16,28,.985);backdrop-filter:blur(12px);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:10px var(--gutter) 22px}
.nav-panel a{display:block;padding:15px 0;border-bottom:1px solid var(--line);color:var(--foam);text-decoration:none;font-family:var(--display);font-size:21px;font-weight:500;letter-spacing:-.02em}
.nav-panel a:last-of-type{border-bottom:none}
.nav-panel a[aria-current="page"]{color:var(--sand)}
.nav-panel .btn{margin-top:16px;width:100%;justify-content:center}

/* ---------- hero ---------- */
.hero{position:relative;overflow:hidden;background:var(--abyss)}
.hero-grid{display:grid;gap:26px;padding-block:36px 0}
@media (min-width:880px){
  .hero-grid{grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);
    grid-template-areas:"top fig" "bot fig";grid-template-rows:auto auto;
    column-gap:56px;row-gap:26px;align-content:center;align-items:center;
    padding-block:68px 92px;min-height:600px}
  .hero-copy--top{grid-area:top;align-self:end}
  .hero-copy--bottom{grid-area:bot;align-self:start}
  .hero-figure{grid-area:fig}
}
.hero-copy{position:relative;z-index:2}
.hero h1{margin-bottom:18px}
.hero .lede{margin-bottom:0;font-size:16px}
@media (min-width:880px){ .hero .lede{font-size:17.5px} }
.hero-copy--bottom .rail{margin-top:0}
.hero-figure{position:relative;border-radius:var(--r-lg);overflow:hidden;border:1px solid var(--line-2);background:var(--deep)}
.hero-figure img{width:100%;aspect-ratio:4/3;object-fit:cover;object-position:50% 52%}
@media (min-width:880px){
  .hero-figure{margin-right:calc(-1 * var(--gutter))}
  .hero-figure img{aspect-ratio:3/2}
}
.hero-figure::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,16,28,.62),rgba(5,16,28,.05) 46%,rgba(5,16,28,.28));pointer-events:none}
.hero-figure{display:flex;flex-direction:column}
.hero-figure .catch-label{border-radius:0;border-left:none;border-right:none;border-bottom:none;background:rgba(5,16,28,.92)}
@media (min-width:880px){
  .hero-figure .catch-label{position:absolute;left:24px;bottom:24px;max-width:300px;
    border:1px solid rgba(233,220,198,.34);border-radius:var(--r-sm);background:rgba(5,16,28,.82)}
}

/* data rail */
.rail{display:grid;gap:0;border-top:1px solid var(--line-2);margin-bottom:26px}
.rail>div{padding-block:14px;border-bottom:1px solid var(--line)}
@media (min-width:880px){
  .rail:not(.rail--stacked){grid-auto-flow:column;grid-auto-columns:1fr;border-bottom:1px solid var(--line)}
  .rail:not(.rail--stacked)>div{border-bottom:none;border-right:1px solid var(--line);padding:18px 24px 18px 0}
  .rail:not(.rail--stacked)>div:first-child{padding-left:0}
  .rail:not(.rail--stacked)>div:last-child{border-right:none}
}
.rail dt{font-size:10.5px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--glow);margin-bottom:6px}
.rail dd{font-family:var(--display);font-size:17px;font-weight:500;letter-spacing:-.014em;margin:0}
.rail a{color:inherit;text-decoration:none;border-bottom:1px solid rgba(233,220,198,.4)}
.rail a:hover{color:var(--sand);border-bottom-color:var(--sand)}

/* ---------- provenance ticker ---------- */
.ticker{background:var(--blue);color:#fff;overflow:hidden;border-block:1px solid rgba(255,255,255,.14)}
.ticker-track{display:flex;width:max-content;animation:slide 46s linear infinite}
.ticker-group{display:flex;align-items:center;flex:none;padding-block:12px}
.ticker-group span{font-family:var(--display);font-size:12.5px;font-weight:500;letter-spacing:.15em;text-transform:uppercase;padding-inline:20px;white-space:nowrap;display:inline-flex;align-items:center;gap:20px}
.ticker-group span::after{content:"";width:4px;height:4px;border-radius:50%;background:rgba(255,255,255,.55)}
@media (min-width:880px){ .ticker-group span{font-size:13.5px;padding-inline:26px} }
@keyframes slide{from{transform:translate3d(0,0,0)}to{transform:translate3d(-50%,0,0)}}

/* ---------- catch label — the signature artefact ---------- */
.catch-label{
  background:rgba(5,16,28,.82);backdrop-filter:blur(8px);
  border:1px solid rgba(233,220,198,.34);border-radius:var(--r-sm);
  padding:12px 14px 11px;font-family:var(--text);
}
.ground--foam .catch-label,.ground--tint .catch-label{background:rgba(255,255,255,.9);border-color:rgba(5,16,28,.16)}
.catch-label .cl-species{font-family:var(--display);font-size:19px;font-weight:500;letter-spacing:-.02em;color:var(--sand);line-height:1.16}
.ground--foam .catch-label .cl-species,.ground--tint .catch-label .cl-species{color:var(--blue)}
.catch-label .cl-kicker{font-size:10px;font-weight:700;letter-spacing:.17em;text-transform:uppercase;color:var(--glow);margin-bottom:7px}
.ground--foam .catch-label .cl-kicker,.ground--tint .catch-label .cl-kicker{color:#5B7CC4}
.catch-label dl{display:grid;grid-template-columns:auto 1fr;gap:3px 12px;margin:9px 0 0;padding-top:9px;border-top:1px solid rgba(233,220,198,.22)}
.ground--foam .catch-label dl,.ground--tint .catch-label dl{border-top-color:rgba(5,16,28,.12)}
.catch-label dt{font-size:9.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:rgba(243,246,250,.55);padding-top:2px}
.ground--foam .catch-label dt,.ground--tint .catch-label dt{color:rgba(5,16,28,.5)}
.catch-label dd{margin:0;font-size:12.5px;font-weight:500;line-height:1.35}

/* ---------- grids and cards ---------- */
.grid{display:grid;gap:18px}
@media (min-width:640px){ .grid--2{grid-template-columns:repeat(2,minmax(0,1fr))} }
@media (min-width:880px){ .grid{gap:24px} .grid--3{grid-template-columns:repeat(3,minmax(0,1fr))} .grid--4{grid-template-columns:repeat(4,minmax(0,1fr))} }
.card{
  background:linear-gradient(180deg,rgba(23,60,99,.55),rgba(10,28,48,.42));
  border:1px solid var(--line);border-radius:var(--r-md);overflow:hidden;
  display:flex;flex-direction:column;
  transition:border-color var(--t-state) var(--ease-state),background var(--t-state) var(--ease-state);
}
.card:hover{border-color:var(--line-2)}
.card-media{position:relative;overflow:hidden;background:var(--deep)}
.card-media img{width:100%;aspect-ratio:4/3;object-fit:cover;transition:transform 520ms var(--ease)}
.card:hover .card-media img{transform:scale(1.035)}
.card-body{padding:22px 20px 24px;display:flex;flex-direction:column;flex:1}
@media (min-width:880px){ .card-body{padding:26px 24px 28px} }
.card-body h3{font-family:var(--display);font-size:20px;font-weight:500;letter-spacing:-.02em;line-height:1.16;margin-bottom:10px}
.card-body p{font-size:15px;line-height:1.58;color:rgba(243,246,250,.74)}

/* fisher card */
.fisher blockquote{font-family:var(--serif);font-size:18px;line-height:1.44;font-weight:400;color:var(--foam);margin-bottom:auto}
@media (min-width:880px){ .fisher blockquote{font-size:19px} }
.fisher .attr{margin-top:22px;padding-top:15px;border-top:1px solid var(--line)}
.fisher .attr b{display:block;font-family:var(--display);font-size:15.5px;font-weight:500;letter-spacing:-.012em}
.fisher .attr span{font-size:12.5px;color:rgba(243,246,250,.62)}
.fisher--typographic .card-media{display:flex;align-items:center;justify-content:center;aspect-ratio:4/3;background:
  radial-gradient(120% 120% at 30% 20%,rgba(37,71,160,.42),rgba(5,16,28,0) 70%),var(--deep);
  border-bottom:1px solid var(--line)}
.fisher--typographic .species-set{text-align:center;padding:20px}
.fisher--typographic .species-set b{display:block;font-family:var(--display);font-size:26px;font-weight:500;letter-spacing:-.028em;color:var(--sand);line-height:1.1}
.fisher--typographic .species-set small{display:block;margin-top:10px;font-size:11px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--glow)}

/* figure frame */
.figure{border-radius:var(--r-md);overflow:hidden;border:1px solid var(--line);background:var(--deep);position:relative}
.ground--foam .figure,.ground--tint .figure{border-color:var(--line-ink);background:#fff}
.figure img{width:100%;height:auto}
.figure figcaption{font-size:12.5px;color:rgba(243,246,250,.6);padding:11px 14px;border-top:1px solid var(--line)}
.ground--foam .figure figcaption,.ground--tint .figure figcaption{color:rgba(5,16,28,.6);border-top-color:var(--line-ink)}

/* split row primitive */
.split{display:grid;gap:28px;align-items:center}
@media (max-width:879px){ .split>figure,.split>.figure{order:2} .split>div{order:1} }
@media (min-width:880px){ .split{grid-template-columns:repeat(2,minmax(0,1fr));gap:56px} .split--wide-left{grid-template-columns:1.15fr .85fr} .split--wide-right{grid-template-columns:.85fr 1.15fr} .split--flip>*:first-child{order:2} }

/* mosaic */
.mosaic{display:grid;gap:16px;grid-template-columns:1fr}
@media (min-width:640px){ .mosaic{grid-template-columns:repeat(2,minmax(0,1fr))} }
@media (min-width:880px){
  .mosaic{grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);gap:24px;align-items:stretch}
  .mosaic .mosaic-tall{grid-row:span 2}
  .mosaic-tall .card-media img{aspect-ratio:4/5}
  .mosaic-stack{display:grid;gap:24px}
}

/* pull quote */
.pull{border-left:2px solid var(--sand);padding-left:22px;margin-block:34px;max-width:40ch}
.pull p{font-family:var(--serif);font-size:23px;line-height:1.36;color:var(--sand)}
@media (min-width:880px){ .pull p{font-size:27px} }
.ground--foam .pull{border-left-color:var(--blue)}
.ground--foam .pull p{color:var(--blue)}

/* steps */
.steps{counter-reset:s;display:grid;gap:18px}
@media (min-width:880px){ .steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px} }
.steps li{counter-increment:s;border-top:1px solid var(--line);padding-top:18px}
.ground--foam .steps li,.ground--tint .steps li{border-top-color:var(--line-ink)}
.steps li::before{content:counter(s,decimal-leading-zero);display:block;font-family:var(--display);font-size:13px;font-weight:600;letter-spacing:.1em;color:var(--glow);margin-bottom:10px}
.ground--foam .steps li::before,.ground--tint .steps li::before{color:var(--blue)}
.steps h3{font-family:var(--display);font-size:19px;font-weight:500;letter-spacing:-.02em;margin-bottom:8px}
.steps p{font-size:15px;color:rgba(243,246,250,.74)}
.ground--foam .steps p,.ground--tint .steps p{color:#2A3B4F}

/* product panel */
.product{display:grid;border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden;background:rgba(18,48,79,.42)}
@media (min-width:880px){ .product{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr)} }
.product-media{background:rgb(202,218,242);display:flex;align-items:center;justify-content:center;padding:0}

.product-media img{width:100%;max-width:520px}
.product-info{padding:30px 22px 34px;display:flex;flex-direction:column;justify-content:center}
@media (min-width:880px){ .product-info{padding:52px 48px} }
.product-info h3{margin-bottom:10px}
.price{font-family:var(--serif);font-size:28px;font-weight:500;color:var(--sand);margin-bottom:20px}
@media (min-width:880px){ .price{font-size:32px} }
.ground--foam .price,.ground--tint .price{color:var(--blue)}
.ingredients{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:22px;padding:0}
.ingredients li{font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;border:1px solid var(--line-2);border-radius:999px;padding:6px 12px;color:rgba(243,246,250,.86)}
.note{font-size:13px;line-height:1.55;color:rgba(243,246,250,.6);margin-top:18px;max-width:46ch}
.ground--foam .note,.ground--tint .note{color:rgba(5,16,28,.62)}

/* preview / honest-state callout */
.preview-flag{display:flex;gap:11px;align-items:flex-start;border:1px dashed var(--line-2);border-radius:var(--r-md);padding:15px 16px;margin-bottom:24px;background:rgba(37,71,160,.13)}
.ground--foam .preview-flag{border-color:rgba(37,71,160,.4);background:rgba(37,71,160,.06)}
.preview-flag svg{width:18px;height:18px;flex:none;margin-top:2px;color:var(--glow)}
.ground--foam .preview-flag svg{color:var(--blue)}
.preview-flag p{font-size:13.5px;line-height:1.55;color:rgba(243,246,250,.82)}
.ground--foam .preview-flag p{color:#2A3B4F}
.preview-flag b{font-weight:700}

/* forms */
.field{display:grid;gap:7px;margin-bottom:16px}
.field label{font-size:11.5px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--glow)}
.ground--foam .field label{color:var(--blue)}
.field input,.field textarea{
  background:rgba(5,16,28,.4);border:1px solid var(--line-2);border-radius:var(--r-md);
  padding:15px 16px;color:var(--foam);font-size:15.5px;width:100%;
  transition:border-color var(--t-state) var(--ease-state),background var(--t-state) var(--ease-state),box-shadow var(--t-state) var(--ease-state);
}
.field input:hover,.field textarea:hover{border-color:var(--glow)}
.ground--foam .field input,.ground--foam .field textarea{background:#fff;border-color:rgba(5,16,28,.2);color:var(--ink);box-shadow:0 1px 0 rgba(5,16,28,.05)}
.field input:focus,.field textarea:focus{border-color:var(--sand)}
.ground--foam .field input:focus,.ground--foam .field textarea:focus{border-color:var(--blue)}
.field textarea{min-height:130px;resize:vertical}
.field-row{display:grid;gap:16px}
@media (min-width:640px){ .field-row{grid-template-columns:repeat(2,minmax(0,1fr))} }

/* address block */
.addr{font-family:var(--display);font-weight:500;letter-spacing:-.026em;font-size:clamp(25px,4.4vw,40px);line-height:1.1;margin-bottom:20px}
.addr a{color:inherit;text-decoration:none}

/* footer */
.site-foot{background:var(--abyss);border-top:1px solid var(--line);padding-block:52px 34px}
.foot-top{display:grid;gap:34px}
@media (min-width:880px){ .foot-top{grid-template-columns:1.3fr .7fr .7fr 1.3fr;gap:40px} }
.foot-brand img{height:24px;width:auto;margin-bottom:20px}
.foot-brand p{font-size:14.5px;color:rgba(243,246,250,.66);max-width:34ch}
.foot-col h4{font-size:11px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--glow);margin-bottom:14px}
.foot-col a{display:block;color:rgba(243,246,250,.78);text-decoration:none;font-size:14.5px;padding-block:5px}
.foot-col a:hover{color:var(--sand)}
.foot-news p{font-size:14.5px;color:rgba(243,246,250,.7);margin-bottom:14px;max-width:38ch}
.foot-bottom{margin-top:40px;padding-top:22px;border-top:1px solid var(--line);display:flex;flex-wrap:wrap;gap:12px 26px;align-items:center;font-size:12.5px;color:rgba(243,246,250,.5)}
.foot-bottom a{color:inherit;text-decoration:none;border-bottom:1px solid transparent}
.foot-bottom a:hover{color:var(--sand);border-bottom-color:var(--sand)}

/* 404 */
.notfound{min-height:62vh;display:flex;align-items:center}

/* ---------- motion ---------- */
.reveal{opacity:0;transform:translate3d(0,14px,0)}
.reveal.is-in{opacity:1;transform:none;transition:opacity 300ms var(--ease),transform 300ms var(--ease)}
.reveal.is-in[data-delay="1"]{transition-delay:70ms}
.reveal.is-in[data-delay="2"]{transition-delay:140ms}
.reveal.is-in[data-delay="3"]{transition-delay:210ms}
.hero .hero-copy>*{animation:rise var(--t-hero) var(--ease) both}
.hero .hero-copy--top>*:nth-child(1){animation-delay:60ms}
.hero .hero-copy--top>*:nth-child(2){animation-delay:130ms}
.hero .hero-copy--top>*:nth-child(3){animation-delay:200ms}
.hero .hero-copy--bottom>*:nth-child(1){animation-delay:290ms}
.hero .hero-copy--bottom>*:nth-child(2){animation-delay:360ms}
.hero .hero-figure{animation:fade var(--t-hero) var(--ease) 120ms both}
@keyframes rise{from{opacity:0;transform:translate3d(0,20px,0)}to{opacity:1;transform:none}}
@keyframes fade{from{opacity:0}to{opacity:1}}

@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:1ms!important;animation-iteration-count:1!important;transition-duration:1ms!important;scroll-behavior:auto!important}
  .reveal{opacity:1;transform:none}
  .ticker-track{animation:none;width:100%}
  .ticker-group:nth-child(2){display:none}
  .card-media img{transition:none}
}
/* no-JS: never hide content behind an observer that never runs */
.no-js .reveal{opacity:1;transform:none}

.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}

/* ---------- roster: catch labels as the page's signature object ---------- */
.roster{display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}
@media (min-width:880px){ .roster{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px} }
.roster .card-media img{aspect-ratio:4/3}
.roster .card-body{padding:0}
.roster .catch-label{border:none;border-radius:0;background:transparent;backdrop-filter:none;padding:20px 18px 22px}
.roster .catch-label .cl-species{font-size:21px}
.roster .catch-label dl{border-top-color:var(--line)}
.roster-note{display:block;margin-top:14px;padding-top:12px;border-top:1px solid var(--line);font-size:12.5px;color:rgba(243,246,250,.62)}
.plate{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;aspect-ratio:4/3;
  padding:18px;text-align:center;border-bottom:1px solid var(--line);
  background:
    radial-gradient(110% 110% at 32% 18%,rgba(37,71,160,.40),rgba(5,16,28,0) 66%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='28' viewBox='0 0 48 28'%3E%3Cg fill='none' stroke='%237FB2E8' stroke-opacity='.13' stroke-width='1'%3E%3Cpath d='M0 28c0-7.7 5.4-14 12-14s12 6.3 12 14M24 28c0-7.7 5.4-14 12-14s12 6.3 12 14M-12 14c0-7.7 5.4-14 12-14s12 6.3 12 14M12 14c0-7.7 5.4-14 12-14s12 6.3 12 14M36 14c0-7.7 5.4-14 12-14s12 6.3 12 14'/%3E%3C/g%3E%3C/svg%3E"),
    var(--deep)}
.species-mark{display:block;width:100%;max-width:190px;color:var(--glow)}
.species-mark svg{width:100%;height:auto}
.species-name{display:block;font-family:var(--serif);font-style:italic;font-weight:400;
  font-size:clamp(19px,2.4vw,25px);color:var(--sand);line-height:1.1;letter-spacing:-.01em}

/* ---------- feature quote ---------- */
.feature-quote{max-width:46ch}
.feature-quote blockquote{font-family:var(--serif);font-size:clamp(22px,3.1vw,31px);line-height:1.34;color:var(--foam);margin:0}
.feature-quote .who{margin-top:26px;padding-top:18px;border-top:1px solid var(--line)}
.feature-quote .who b{display:block;font-family:var(--display);font-size:19px;font-weight:500;letter-spacing:-.018em}
.feature-quote .who span{font-size:14px;color:rgba(243,246,250,.65)}

/* ---------- offer list ---------- */
.offers{display:grid;gap:0;border-top:1px solid var(--line-2)}
.offers li{padding-block:22px;border-bottom:1px solid var(--line)}
.offers li:last-child{border-bottom:none}
.offers h3{font-family:var(--display);font-size:21px;font-weight:500;letter-spacing:-.02em;margin-bottom:8px}
.offers p{font-size:15.5px;color:rgba(243,246,250,.74);max-width:48ch}

/* ---------- case pair ---------- */
.case-pair{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:22px}
.case-pair figure{border-radius:var(--r-md);overflow:hidden;border:1px solid var(--line)}
.case-pair img{aspect-ratio:1/1;object-fit:cover;width:100%}
.case-pair figcaption{font-size:12px;color:rgba(243,246,250,.6);padding:9px 11px;border-top:1px solid var(--line)}

/* attribution: the source's own attribution line, styled without being rewritten */
.attribution{margin-top:24px;padding-top:16px;border-top:1px solid var(--line);
  font-size:15px;line-height:1.55;color:rgba(243,246,250,.7);max-width:46ch}
.attribution b{font-family:var(--display);font-weight:500;font-size:17px;letter-spacing:-.014em;color:var(--foam)}
.ground--foam .attribution{color:rgba(5,16,28,.66);border-top-color:var(--line-ink)}
.ground--foam .attribution b{color:var(--ink)}

/* ---------- media sized to the source it has ---------- */
/* Some captured assets are small originals. They are shown at the size they
   genuinely support, inside a composition that carries the section, rather than
   enlarged. See generated-assets.md. */
.figure--small{max-width:208px}
.figure--medium{max-width:300px}
@media (min-width:880px){ .figure--small{max-width:310px} .figure--medium{max-width:440px} }
.split--inset .figure--small,.split--inset .figure--medium{margin-inline:auto}

.portrait{width:200px;max-width:100%;border-radius:50%;overflow:hidden;border:1px solid var(--line);position:relative}
@media (min-width:880px){ .portrait{width:278px} }
.portrait img{width:100%;aspect-ratio:1/1;object-fit:cover;object-position:50% 34%}
.ground--foam .portrait{border-color:var(--line-ink)}
.portrait-row{display:flex;gap:22px;align-items:center;flex-wrap:wrap}
.portrait-row figcaption{font-size:13px;color:rgba(5,16,28,.62)}

/* suppliers hero: the catch label is the artefact, so it is the hero image */
.label-wall{display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:6px}
@media (min-width:880px){ .label-wall{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px} }
.label-wall .catch-label{background:linear-gradient(180deg,rgba(23,60,99,.6),rgba(10,28,48,.45));border-color:var(--line-2)}

@media (min-width:880px){
  .split--inset{grid-template-columns:.52fr 1.48fr}
  .split--inset.split--flip{grid-template-columns:1.48fr .52fr}
}

.plate-mark{display:flex;flex-direction:column;align-items:center;gap:14px;padding:22px;text-align:center}
.plate-mark svg{width:88px;height:52px;fill:none;stroke:var(--sand);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;opacity:.8}
.plate-mark circle{fill:var(--sand);stroke:none}
.plate-mark small{font-size:10.5px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--glow)}
.split--inset .catch-label{max-width:360px}

/* the honest-state notice reads before the fields it applies to, at every size */
.form-block{display:grid;gap:0}
.form-block .preview-flag{margin-bottom:22px}
/* a pair of counter frames, labelled once for the pair rather than captioned individually */
.case-strip{margin-top:26px}
.case-strip .label{margin-bottom:12px}
.disabled-note{font-size:13.5px;line-height:1.55;color:rgba(5,16,28,.6);margin-top:14px;max-width:44ch}
form fieldset{border:1px dashed rgba(5,16,28,.22);border-radius:var(--r-lg);padding:24px 22px 20px;margin:0;
  background:repeating-linear-gradient(135deg,rgba(37,71,160,.035) 0 10px,transparent 10px 20px)}
form fieldset .field input,form fieldset .field textarea{background:rgba(255,255,255,.7);border-style:dashed;color:rgba(5,16,28,.45);box-shadow:none}
form fieldset legend{font-size:10.5px;font-weight:700;letter-spacing:.17em;text-transform:uppercase;color:var(--blue);
  background:var(--foam);padding:0 10px;margin-inline:-4px}

/* a species set where no photograph of that catch exists: a designed plate, not a placeholder */
.species-plate{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;
  aspect-ratio:3/2;padding:30px;text-align:center;
  background:
    radial-gradient(120% 120% at 32% 20%,rgba(37,71,160,.44),rgba(5,16,28,0) 66%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='28' viewBox='0 0 48 28'%3E%3Cg fill='none' stroke='%237FB2E8' stroke-opacity='.13' stroke-width='1'%3E%3Cpath d='M0 28c0-7.7 5.4-14 12-14s12 6.3 12 14M24 28c0-7.7 5.4-14 12-14s12 6.3 12 14M-12 14c0-7.7 5.4-14 12-14s12 6.3 12 14M12 14c0-7.7 5.4-14 12-14s12 6.3 12 14M36 14c0-7.7 5.4-14 12-14s12 6.3 12 14'/%3E%3C/g%3E%3C/svg%3E"),
    var(--deep)}
.species-plate .species-mark{max-width:300px}
.species-plate .species-name{font-size:clamp(26px,3.8vw,40px)}
.species-note{font-size:10.5px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--glow);max-width:30ch}

/* rows whose two columns differ a lot in height start together rather than
   floating a short column in the middle of a tall one */
.split--top{align-items:start}
.form-block>.btn{justify-self:start}

/* the roster's label table needs its own line per value; two columns of it at
   phone width wraps every name onto two or three lines */
@media (max-width:639px){
  .roster{grid-template-columns:1fr}
  .roster .card-media img{aspect-ratio:16/9}
  .roster .plate{aspect-ratio:16/9}
}

/* ---------- the client wall: the strongest proof, set like it ---------- */
.client-wall{border-top:1px solid var(--line-2);padding-top:26px}
.client-list{display:grid;gap:4px;margin:0 0 22px}
.client-list li{border-top:1px solid var(--line);padding-top:12px}
@media (min-width:880px){ .client-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
  .client-list li{border-top:none;padding-top:0} }
.client-list li{font-family:var(--display);font-weight:500;letter-spacing:-.03em;line-height:1.05;
  font-size:clamp(26px,4.4vw,41px);color:var(--foam);padding-block:8px}
@media (min-width:880px){ .client-list li{border-right:1px solid var(--line);padding-right:24px} .client-list li:last-child{border-right:none} }
.client-note{font-size:14.5px;color:rgba(243,246,250,.6);max-width:44ch}

/* ---------- the founder: the thesis at scale, the portrait as a labelled plate ---------- */
.thesis{font-family:var(--display);font-weight:500;letter-spacing:-.032em;line-height:1.02;
  font-size:clamp(31px,5.6vw,54px);margin:0;max-width:15ch}
.thesis em{font-family:var(--serif);font-style:italic;font-weight:400;color:var(--blue);letter-spacing:-.012em}
.ground--abyss .thesis em,.ground--deep .thesis em{color:var(--sand)}
.founder-plate{width:208px;max-width:100%;border:1px solid var(--line-ink);border-radius:var(--r-md);overflow:hidden;background:#fff}
@media (min-width:880px){ .founder-plate{width:300px} }
.founder-plate img{width:100%;aspect-ratio:1/1;object-fit:cover;object-position:50% 30%}
.founder-plate figcaption{padding:13px 15px 15px;border-top:1px solid var(--line-ink)}
.founder-plate figcaption b{display:block;font-family:var(--display);font-size:16px;font-weight:500;letter-spacing:-.014em}
.founder-plate figcaption span{font-size:11px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--blue)}
.ground--deep .founder-plate,.ground--abyss .founder-plate{border-color:var(--line);background:var(--mid)}
.ground--deep .founder-plate figcaption,.ground--abyss .founder-plate figcaption{border-top-color:var(--line)}
.ground--deep .founder-plate figcaption span,.ground--abyss .founder-plate figcaption span{color:var(--glow)}

/* ---------- the catch sheet: the artefact used as a list ---------- */
.catch-sheet{display:grid;gap:10px}
.catch-sheet .catch-label{background:linear-gradient(180deg,rgba(23,60,99,.62),rgba(10,28,48,.46));border-color:var(--line-2)}
.catch-sheet .catch-label dl{grid-template-columns:auto 1fr}
@media (min-width:640px){ .catch-sheet{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px} }

/* one reservable item, composed as one item */
@media (min-width:880px){
  .product--single{max-width:980px;margin-inline:auto;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
}
/* a counter frame plus its label is an object, not a stray thumbnail */
.counter-card{border:none;background:none}
.counter-card img{border:1px solid var(--line);border-radius:var(--r-md)}
.ground--deep .counter-card img{border-color:var(--line-2)}
.counter-card .catch-label{margin-top:12px}
/* steps carry a drawn mark from the site's one icon family */
.step-mark{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;
  border:1px solid var(--line-2);color:var(--glow);margin-bottom:16px}
.step-mark svg{width:19px;height:19px}
.steps--marked li::before{margin-bottom:12px}
/* the enquiry section runs as one column with a readable measure */
.enquiry{display:grid;gap:34px}
.enquiry-head{max-width:36ch}
@media (min-width:880px){
  .enquiry{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:64px;align-items:start}
  .enquiry-head{max-width:none;position:sticky;top:120px}
}
/* the roster's typographic cards keep their names on the row's baseline */
.roster .card-body .catch-label:not(:has(.cl-kicker)){padding-top:37px}

/* the visit block: the address, the facts and the case, each with its own column */
.visit{display:grid;gap:34px}
@media (min-width:880px){
  .visit{grid-template-columns:minmax(0,1.25fr) minmax(0,.85fr) minmax(0,.9fr);gap:48px;align-items:start}
}
.case-pair--stack{grid-template-columns:repeat(2,minmax(0,1fr))}
.case-pair--stack img{aspect-ratio:1/1}
@media (min-width:880px){ .case-pair--stack{grid-template-columns:1fr;gap:16px} .case-pair--stack img{aspect-ratio:5/4} }
.case-single{border:1px solid var(--line);border-radius:var(--r-md);overflow:hidden;max-width:208px}
@media (min-width:880px){ .case-single{max-width:300px} }
.case-single img{width:100%;aspect-ratio:5/4;object-fit:cover}

/* ---------- media panel ----------
   A small original is not stretched and not left floating in an empty column.
   It sits inside a panel that fills the column: its own ground, the scale
   texture, a rule and a caption, so the composition holds the space the
   photograph cannot. */
.media-panel{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:18px;
  padding:26px 22px 24px;border:1px solid var(--line);border-radius:var(--r-lg);text-align:center;height:100%;
  background:
    radial-gradient(120% 120% at 30% 16%,rgba(37,71,160,.30),rgba(5,16,28,0) 68%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='28' viewBox='0 0 48 28'%3E%3Cg fill='none' stroke='%237FB2E8' stroke-opacity='.12' stroke-width='1'%3E%3Cpath d='M0 28c0-7.7 5.4-14 12-14s12 6.3 12 14M24 28c0-7.7 5.4-14 12-14s12 6.3 12 14M-12 14c0-7.7 5.4-14 12-14s12 6.3 12 14M12 14c0-7.7 5.4-14 12-14s12 6.3 12 14M36 14c0-7.7 5.4-14 12-14s12 6.3 12 14'/%3E%3C/g%3E%3C/svg%3E"),
    var(--deep)}
@media (min-width:880px){ .media-panel{padding:38px 32px 34px;gap:22px;min-height:400px} }
.media-panel picture,.media-panel img{width:100%}
.media-panel .shot{width:100%;max-width:208px;border:1px solid var(--line-2);border-radius:var(--r-md);overflow:hidden}
@media (min-width:880px){ .media-panel .shot{max-width:300px} }
.media-panel .shot img{aspect-ratio:1/1;object-fit:cover}
.media-panel .shot--tall img{aspect-ratio:3/4}
.media-panel figcaption{max-width:32ch}
.media-panel figcaption b{display:block;font-family:var(--display);font-size:17px;font-weight:500;letter-spacing:-.016em;color:var(--sand)}
.media-panel figcaption span{display:block;margin-top:6px;font-size:11px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--glow)}
.ground--foam .media-panel{border-color:var(--line-ink);
  background:
    radial-gradient(120% 120% at 30% 16%,rgba(37,71,160,.10),rgba(255,255,255,0) 68%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='28' viewBox='0 0 48 28'%3E%3Cg fill='none' stroke='%2305101C' stroke-opacity='.07' stroke-width='1'%3E%3Cpath d='M0 28c0-7.7 5.4-14 12-14s12 6.3 12 14M24 28c0-7.7 5.4-14 12-14s12 6.3 12 14M-12 14c0-7.7 5.4-14 12-14s12 6.3 12 14M12 14c0-7.7 5.4-14 12-14s12 6.3 12 14M36 14c0-7.7 5.4-14 12-14s12 6.3 12 14'/%3E%3C/g%3E%3C/svg%3E"),
    #fff}
.ground--foam .media-panel .shot{border-color:var(--line-ink)}
.ground--foam .media-panel figcaption b{color:var(--ink)}
.ground--foam .media-panel figcaption span{color:var(--blue)}

/* the honesty note never loses its last words */
.species-note{max-width:34ch;overflow-wrap:break-word}
.plate .species-note{font-size:10px;letter-spacing:.1em;max-width:28ch}

/* the about cards carry a numeral, so the row has something designed in it */
.numbered{counter-reset:n}
.numbered .card-body::before{counter-increment:n;content:counter(n,decimal-leading-zero);
  display:block;font-family:var(--display);font-size:13px;font-weight:600;letter-spacing:.1em;color:var(--glow);margin-bottom:14px}
.numbered .card{background:
  radial-gradient(130% 130% at 24% 10%,rgba(37,71,160,.28),rgba(5,16,28,0) 66%),
  linear-gradient(180deg,rgba(23,60,99,.5),rgba(10,28,48,.4))}
