/* ==========================================================================
   Neirfeno shared theme — one stylesheet, six sites.
   Values come from design/TOKENS.css. Do not re-derive colours by eye.
   Mobile first. One breakpoint: 900px.
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Tokens — verbatim from design/TOKENS.css
   -------------------------------------------------------------------------- */
:root{
/* neutral frame — light */
--paper:#F6F8F8; --surface:#FFFFFF; --surface-sunken:#EFF3F3; --canvas:#EDF1F1;
--line:#E4EAEA; --line-strong:#E0E7E7; --border-control:#D6DFDF; --border-dashed:#B3C3C3;
--ink:#0B1F33; --muted:#40566B; --muted-2:#5B7183; --legal:#6E8492; --link:#0E8F7E;
/* neutral frame — dark */
--d-paper:#071628; --d-surface:#0E2438; --d-surface-sunken:#0A1E31;
--d-line:#16324A; --d-line-strong:#1D3B52; --d-border-control:#2A4C68;
--d-ink:#EAF2F1; --d-muted:#A9BFC9; --d-muted-2:#6C8797; --d-link:#2BC08B;
/* dark bands (used in light context: quote band, coverage band, footer) */
--band:#0B1F33; --band-ink:#EAF2F1; --band-muted:#A9BFC9; --band-eyebrow:#7FA0AF;
--footer:#071628; --footer-link:#EAF2F1; --footer-legal:#6C8797; --footer-divider:#16324A;
/* the mark */
--mark-from:#2BC08B; --mark-to:#25DFE0; --mark-tail:#C6D3D3; --mark-stroke:3px;
--connector:linear-gradient(90deg,#2BC08B 0%,#25DFE0 55%,#C6D3D3 100%) left center/100% 3px no-repeat;
/* product accents: dot / tint / on-tint text / filled button / body link */
--giftay:#9895FC;    --giftay-tint:#EFEFFE;    --giftay-text:#3F3AA8; --giftay-btn:#5B4FD6; --giftay-link:#4B44C4;
--kupaly:#8A2BE2;    --kupaly-tint:#F2E9FC;    --kupaly-text:#5E1C9B; --kupaly-btn:#6D22B3; --kupaly-link:#6D22B3; --kupaly-deep:#4B0082;
--enriched:#1ABA6B;  --enriched-tint:#E8F8F0;  --enriched-text:#12784A; --enriched-link:#12784A;
--shillings:#FF914D; --shillings-tint:#FFF1E6; --shillings-text:#9A4B12; --shillings-btn:#C4571A; --shillings-link:#9A4B12;
/* snappystaff: #0891B2 sampled from the live snappystaff.co.uk stylesheet (its dominant accent). */
--snappystaff:#0891B2; --snappystaff-tint:#E6F5F9; --snappystaff-text:#075A70; --snappystaff-btn:#0A7593; --snappystaff-link:#075A70;
/* accents on dark: chip bg / chip text / dot */
--giftay-d-tint:#1E1C46;    --giftay-d-text:#BEBCFB;    --giftay-d-dot:#9895FC;
--kupaly-d-tint:#241A52;    --kupaly-d-text:#C9A7F0;    --kupaly-d-dot:#A45BF0;
--enriched-d-tint:#0C2C1C;  --enriched-d-text:#7FDCAB;  --enriched-d-dot:#1ABA6B;
--shillings-d-tint:#33200E; --shillings-d-text:#FFC79B; --shillings-d-dot:#FF914D;
/* status boxes (second tier only): bg / border */
--status-enriched-bg:#F4FBF7;  --status-enriched-line:#D6EFE2;
--status-shillings-bg:#FDF8F3; --status-shillings-line:#F0E2D5;
/* kupaly-only band set */
--kupaly-band:#1A1240; --kupaly-panel:#241A52; --kupaly-panel-line:#372A72;
--kupaly-wash:#F7F3FD; --kupaly-wash-line:#E9DFF7; --kupaly-card-line:#DFCCF5;
/* type */
--font-sans:'Schibsted Grotesk','Helvetica Neue',Helvetica,Arial,sans-serif;
--font-mono:'JetBrains Mono',ui-monospace,'SF Mono',Menlo,monospace;
/* spacing */
--s1:4px; --s2:8px; --s3:12px; --s4:16px; --s5:20px; --s6:24px; --s7:28px;
--s8:32px; --s9:40px; --s10:44px; --s11:64px; --s12:72px; --s13:80px; --s14:88px;
--gutter-m:20px; --gutter-d:64px;
--section-m:44px; --section-d:88px;
--grid-gap-suite:28px; --grid-gap-feature:32px; --grid-gap-text:64px;
/* radii */
--r-sm:8px; --r-btn:10px; --r-block:12px; --r-card:14px; --r-hero:16px;
--r-phone-outer:26px; --r-phone-inner:20px; --r-pill:999px;
/* shadows */
--shadow-card:0 18px 36px -26px rgba(11,31,51,.55);
--shadow-card-sm:0 10px 24px -18px rgba(11,31,51,.45);
--shadow-float:0 24px 48px -34px rgba(11,31,51,.6);
--shadow-hero:0 30px 60px -40px rgba(11,31,51,.6);
/* containers */
--page-m:375px; --content-m:335px; --page-d:1440px; --content-d:1312px;
--measure-body:640px; --measure-hero:1000px; --measure-hero-sub:640px;
}

/* --------------------------------------------------------------------------
   2. Live theme layer. Components only ever read --c-* and --a-*.
   --a-* are set per site by the head partial from site.conf.
   -------------------------------------------------------------------------- */
:root{
  --c-paper:var(--paper);
  --c-surface:var(--surface);
  --c-sunken:var(--surface-sunken);
  --c-canvas:var(--canvas);
  --c-line:var(--line);
  --c-line-strong:var(--line-strong);
  --c-control:var(--border-control);
  --c-dashed:var(--border-dashed);
  --c-ink:var(--ink);
  --c-muted:var(--muted);
  --c-muted-2:var(--muted-2);
  --c-legal:var(--legal);
  --c-link:var(--link);
  --c-focus:var(--link);
  --c-node-ring:var(--paper);
  --c-bezel:var(--ink);
  /* the accent band is always dark, like --band: these two never flip. */
  --c-a-band-bg:var(--a-btn);
  --c-a-band-ink:#FFFFFF;
  --c-tail:var(--mark-tail);
  --c-shadow-card:var(--shadow-card);
  --c-shadow-card-sm:var(--shadow-card-sm);
  --c-shadow-float:var(--shadow-float);
  /* live accent — resolved from the site's own values */
  --c-a-dot:var(--a-dot);
  --c-a-tint:var(--a-tint);
  --c-a-text:var(--a-text);
  --c-a-btn:var(--a-btn);
  --c-a-btn-ink:#FFFFFF;
  --c-a-link:var(--a-link);
  /* per-product accents used in the suite diagram and suite strip */
  --c-giftay-dot:var(--giftay);       --c-giftay-tint:var(--giftay-tint);       --c-giftay-text:var(--giftay-text);
  --c-kupaly-dot:var(--kupaly);       --c-kupaly-tint:var(--kupaly-tint);       --c-kupaly-text:var(--kupaly-text);
  --c-enriched-dot:var(--enriched);   --c-enriched-tint:var(--enriched-tint);   --c-enriched-text:var(--enriched-text);
  --c-shillings-dot:var(--shillings); --c-shillings-tint:var(--shillings-tint); --c-shillings-text:var(--shillings-text);
}

@media (prefers-color-scheme: dark){
  :root{
    --c-paper:var(--d-paper);
    --c-surface:var(--d-surface);
    --c-sunken:var(--d-surface-sunken);
    --c-canvas:var(--d-surface-sunken);
    --c-line:var(--d-line);
    --c-line-strong:var(--d-line-strong);
    --c-control:var(--d-border-control);
    --c-dashed:var(--d-border-control);
    --c-ink:var(--d-ink);
    --c-muted:var(--d-muted);
    --c-muted-2:var(--d-muted-2);
    --c-legal:var(--d-muted-2);
    --c-link:var(--d-link);
    --c-focus:var(--d-link);
    --c-node-ring:var(--d-paper);
    /* raised means lighter on dark, not darker: the bezel must stay distinct
       from both --d-surface and --d-paper. */
    --c-bezel:var(--d-line-strong);
    --c-tail:var(--d-line-strong);
    --c-shadow-card:none;
    --c-shadow-card-sm:none;
    --c-shadow-float:none;
    --c-a-dot:var(--a-d-dot);
    --c-a-tint:var(--a-d-tint);
    --c-a-text:var(--a-d-text);
    --c-a-btn:var(--a-d-btn);
    --c-a-btn-ink:var(--a-d-btn-ink);
    --c-a-link:var(--a-d-link);
    --c-giftay-dot:var(--giftay-d-dot);       --c-giftay-tint:var(--giftay-d-tint);       --c-giftay-text:var(--giftay-d-text);
    --c-kupaly-dot:var(--kupaly-d-dot);       --c-kupaly-tint:var(--kupaly-d-tint);       --c-kupaly-text:var(--kupaly-d-text);
    --c-enriched-dot:var(--enriched-d-dot);   --c-enriched-tint:var(--enriched-d-tint);   --c-enriched-text:var(--enriched-d-text);
    --c-shillings-dot:var(--shillings-d-dot); --c-shillings-tint:var(--shillings-d-tint); --c-shillings-text:var(--shillings-d-text);
  }
}

/* --------------------------------------------------------------------------
   3. Reset and base
   -------------------------------------------------------------------------- */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{
  margin:0;
  background:var(--c-paper);
  color:var(--c-ink);
  font-family:var(--font-sans);
  font-size:16px;
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
h1,h2,h3,h4,p,figure,blockquote,ul,ol,dl,dd{margin:0}
ul,ol{padding:0;list-style:none}
img,picture,svg{display:block;max-width:100%}
img{height:auto}
a{color:var(--c-link);text-decoration:none}
a:hover{color:var(--c-ink)}
strong{font-weight:600;color:var(--c-ink)}
hr{border:0;border-top:1px solid var(--c-line);margin:0}
address{font-style:normal}
:focus-visible{outline:2px solid var(--c-focus);outline-offset:3px;border-radius:2px}

@media (prefers-reduced-motion: no-preference){
  a,.btn,.card,.suite-strip__row{transition:color .15s ease,background-color .15s ease,border-color .15s ease}
}

.skip-link{
  position:absolute;left:-9999px;top:0;z-index:100;
  padding:12px 18px;background:var(--c-ink);color:var(--c-surface);
  border-radius:0 0 var(--r-btn) 0;font-size:15px;font-weight:600;
}
.skip-link:focus{left:0;color:var(--c-surface)}
.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;
}

/* --------------------------------------------------------------------------
   4. Type scale — the only sizes in the system
   -------------------------------------------------------------------------- */
.eyebrow{
  font-family:var(--font-mono);font-size:10px;font-weight:500;
  letter-spacing:.16em;text-transform:uppercase;color:var(--c-muted-2);
}
.eyebrow--accent{color:var(--c-a-link)}
.t-hero{font-size:34px;line-height:1.10;letter-spacing:-.025em;font-weight:700;text-wrap:pretty}
.t-hero-product{font-size:31px;line-height:1.12;letter-spacing:-.025em;font-weight:700;text-wrap:pretty}
.t-lead{font-size:26px;line-height:1.15;letter-spacing:-.02em;font-weight:700;text-wrap:pretty}
.t-sub{font-size:24px;line-height:1.15;letter-spacing:-.02em;font-weight:700;text-wrap:pretty}
.t-h3{font-size:17px;line-height:1.30;font-weight:700}
.t-lede{font-size:16px;line-height:1.55;color:var(--c-muted);text-wrap:pretty}
.t-body{font-size:15px;line-height:1.55;color:var(--c-muted)}
.t-small{font-size:14px;line-height:1.50;color:var(--c-muted)}
.t-micro{font-size:13px;line-height:1.50;color:var(--c-muted-2)}
.t-legal{font-size:12px;line-height:1.65;color:var(--c-legal)}
.t-ink{color:var(--c-ink)}
/* the product name inside a product h1, per all four product artboards */
.t-accent{color:var(--c-a-link)}
.t-mono{font-family:var(--font-mono)}
.t-emph{font-size:15px;line-height:1.50;color:var(--c-ink);font-weight:600}
.measure{max-width:var(--measure-body)}
.measure-hero{max-width:var(--measure-hero)}
.measure-sub{max-width:var(--measure-hero-sub)}

/* --------------------------------------------------------------------------
   5. Layout — section rhythm
   -------------------------------------------------------------------------- */
.wrap{width:100%;max-width:calc(var(--content-d) + 2 * var(--gutter-d));margin-inline:auto;padding-inline:var(--gutter-m)}
.section{padding-block:var(--section-m);background:var(--c-surface);border-top:1px solid var(--c-line)}
.section:first-of-type{border-top:0}
.section--paper{background:var(--c-paper)}
.section--surface{background:var(--c-surface)}
.section--sunken{background:var(--c-sunken)}
.section--flush{border-top:0}
.section--tight{padding-block:var(--s9)}
.stack{display:flex;flex-direction:column;gap:var(--s5)}
.stack--sm{gap:var(--s3)}
.stack--lg{gap:var(--s6)}

/* dark band — the quote band and any coverage band. Always dark, both themes. */
.section--band{background:var(--band);color:var(--band-ink);border-top:0}
.section--band .eyebrow{color:var(--band-eyebrow)}
.section--band .t-body,.section--band .t-lede,.section--band .t-small{color:var(--band-muted)}
.section--band h2,.section--band h3{color:#FFFFFF}
:where(.section--band) a{color:var(--mark-from)}
:where(.section--band) a:hover{color:#FFFFFF}

/* full-width accent band — lead product sites only, one per site.
   Always dark, like .section--band: it keeps the light-theme accent fill in both
   themes, because the dark accent values are pale chip colours meant for a small
   button and would leave the band's text at about 2.4:1. */
.section--accent{background:var(--c-a-band-bg);color:var(--c-a-band-ink);border-top:0}
.section--accent h2,.section--accent h3{color:var(--c-a-band-ink)}
.section--accent .t-body,.section--accent .t-lede,.section--accent .t-small{color:rgb(255 255 255 / .86)}
:where(.section--accent) a{color:var(--c-a-band-ink)}
.section--accent .btn--reverse{background:var(--c-a-band-ink);color:var(--c-a-band-bg);border-color:var(--c-a-band-ink)}
.section--accent .btn--reverse:hover{background:var(--c-a-band-ink);color:var(--c-a-band-bg)}

/* the 2px gradient rule used under the neirfeno hero */
.hero-rule{display:none;height:2px;background:linear-gradient(90deg,var(--mark-from) 0%,var(--mark-to) 22%,var(--c-tail) 100%)}

/* --------------------------------------------------------------------------
   6. Header — identical on every site
   -------------------------------------------------------------------------- */
.site-header{background:var(--c-surface)}
.site-header__bar{
  display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;
  gap:var(--s3);padding-block:14px;
}
.brand{display:flex;align-items:center;gap:10px;min-height:44px;color:var(--c-ink)}
.brand:hover{color:var(--c-ink)}
.brand__logo{height:22px;width:auto}
/* shared/images/logo-white.png is the WRONG ASSET (a "coHub." wordmark), so the real
   logo is knocked out to white for dark grounds. Replace with a true white Neirfeno
   logo when one exists and drop the filter. */
@media (prefers-color-scheme: dark){ .brand__logo{filter:brightness(0) invert(1)} }
.brand__product{
  display:flex;align-items:center;gap:10px;
  font-size:15px;font-weight:700;letter-spacing:-.01em;color:var(--c-a-link);
}
.brand__product::before{content:"";width:1px;height:18px;background:var(--c-control)}
.brand__product:empty{display:none}

.site-nav{
  display:flex;flex-wrap:wrap;align-items:center;gap:var(--s5);
  width:100%;padding-bottom:6px;
}
:where(.site-nav) a{
  display:inline-flex;align-items:center;min-height:44px;
  font-size:15px;font-weight:500;color:var(--c-ink);
}
:where(.site-nav) a:hover{color:var(--c-link)}
.site-nav .btn,.site-nav .nav-action{margin-left:auto}
.nav-action{font-size:15px;font-weight:600;color:var(--c-a-link)}
/* neirfeno.com's one action element IS Contact, so the nav link would duplicate it.
   Product sites keep all three nav links and put their own action alongside. */
.site--neirfeno .site-nav a.site-nav__contact{display:none}
.nav-action:hover{color:var(--c-ink)}

/* the 3px accent rule under the header. Product sites only. */
.accent-rule{height:3px;background:var(--c-a-dot)}
.site--neirfeno .accent-rule{height:1px;background:var(--c-line)}

/* --------------------------------------------------------------------------
   7. Buttons, links
   -------------------------------------------------------------------------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;text-align:center;
  min-height:48px;padding:14px 22px;border-radius:var(--r-btn);
  font-size:15px;font-weight:600;border:1px solid transparent;cursor:pointer;
}
.btn--ink{background:var(--c-ink);color:var(--c-paper);border-color:var(--c-ink)}
.btn--ink:hover{background:var(--c-muted);border-color:var(--c-muted);color:var(--c-paper)}
/* DesignSystem board: on dark the primary button is the mark's mint. That is the
   NEIRFENO frame's primary. On a product site the mint would be a second brand
   colour competing with the product accent, so there .btn--ink simply inverts. */
@media (prefers-color-scheme: dark){
  .site--neirfeno .btn--ink{background:var(--mark-from);border-color:var(--mark-from);color:var(--d-paper)}
  .site--neirfeno .btn--ink:hover{background:var(--mark-to);border-color:var(--mark-to);color:var(--d-paper)}
}
.btn--outline{background:transparent;color:var(--c-ink);border-color:var(--c-control)}
.btn--outline:hover{border-color:var(--c-ink);color:var(--c-ink)}
.btn--accent{background:var(--c-a-btn);color:var(--c-a-btn-ink);border-color:var(--c-a-btn)}
.btn--accent:hover{filter:brightness(1.08);color:var(--c-a-btn-ink)}
.btn--reverse{background:#FFFFFF;color:var(--c-a-btn);border-color:#FFFFFF}
.btn--block{display:flex;width:100%}
.btn-row{display:flex;flex-direction:column;gap:10px;align-items:stretch}
.link-strong{display:inline-flex;align-items:center;min-height:44px;font-size:15px;font-weight:600}
.link-row{display:flex;flex-wrap:wrap;gap:var(--s5);align-items:center}

/* --------------------------------------------------------------------------
   8. Chip — the only chip form in the system
   -------------------------------------------------------------------------- */
.chip{
  display:inline-flex;align-items:center;gap:7px;
  padding:5px 11px 5px 9px;border-radius:var(--r-pill);
  background:var(--chip-tint,var(--c-a-tint));color:var(--chip-text,var(--c-a-text));
  font-family:var(--font-mono);font-size:10px;font-weight:500;
  letter-spacing:.10em;text-transform:uppercase;
}
.chip::before{content:"";width:7px;height:7px;border-radius:var(--r-pill);background:var(--chip-dot,var(--c-a-dot));flex:none}
.chip-row{display:flex;align-items:center;gap:var(--s2);flex-wrap:wrap}
.chip--giftay{--chip-tint:var(--c-giftay-tint);--chip-text:var(--c-giftay-text);--chip-dot:var(--c-giftay-dot)}
.chip--kupaly{--chip-tint:var(--c-kupaly-tint);--chip-text:var(--c-kupaly-text);--chip-dot:var(--c-kupaly-dot)}
.chip--enriched{--chip-tint:var(--c-enriched-tint);--chip-text:var(--c-enriched-text);--chip-dot:var(--c-enriched-dot)}
.chip--shillings{--chip-tint:var(--c-shillings-tint);--chip-text:var(--c-shillings-text);--chip-dot:var(--c-shillings-dot)}

/* --------------------------------------------------------------------------
   9. Cards, quiet blocks, status box, feature columns
   -------------------------------------------------------------------------- */
.card{
  display:flex;flex-direction:column;gap:var(--s4);
  background:var(--c-surface);border:1px solid var(--c-line);
  border-radius:var(--r-card);padding:var(--s5);box-shadow:var(--c-shadow-card-sm);
}
a.card{color:inherit}
a.card:hover{border-color:var(--c-control)}
.quiet{
  display:flex;flex-direction:column;gap:10px;
  border-left:2px solid var(--c-line);padding:2px 0 2px 14px;
}
.status-box{
  display:flex;flex-direction:column;gap:10px;
  background:var(--status-bg,var(--c-sunken));border:1px solid var(--status-line,var(--c-line-strong));
  border-radius:var(--r-block);padding:20px;
}
.status-box--enriched{--status-bg:var(--status-enriched-bg);--status-line:var(--status-enriched-line)}
.status-box--shillings{--status-bg:var(--status-shillings-bg);--status-line:var(--status-shillings-line)}
@media (prefers-color-scheme: dark){
  .status-box{--status-bg:var(--c-sunken);--status-line:var(--c-line-strong)}
}
.subscribe-form{display:flex;flex-direction:column;gap:10px}
.subscribe-form__row{display:flex;flex-direction:column;gap:10px;align-items:stretch}
.field{
  min-height:48px;padding:12px 16px;border-radius:var(--r-btn);
  border:1px solid var(--c-control);background:var(--c-paper);color:var(--c-ink);
  font-size:15px;font-family:inherit;width:100%;
}
.field::placeholder{color:var(--c-muted)}
.field:focus{outline:none;border-color:var(--c-ink)}
.subscribe-form__row .btn{width:100%}
.grid-2,.grid-3{display:flex;flex-direction:column;gap:var(--s4)}
.feature-grid{display:grid;grid-template-columns:1fr;gap:var(--s5)}
.span-2{display:flex;flex-direction:column;gap:var(--s4)}
.center-d{display:flex;flex-direction:column;gap:var(--s5)}
.feature{display:flex;flex-direction:column;gap:var(--s2);border-top:2px solid var(--c-a-dot);padding-top:12px}
.feature--quiet{border-top-width:1px;border-top-color:var(--c-line)}
.blockquote{display:flex;flex-direction:column;gap:14px;border-left:2px solid var(--mark-from);padding:4px 0 4px 18px}
.blockquote p{font-size:18px;line-height:1.45;font-weight:500;color:#FFFFFF;text-wrap:pretty}
.blockquote cite{font-style:normal;font-size:13px;font-weight:600;color:var(--band-eyebrow)}

/* --------------------------------------------------------------------------
   10. Image slots — a real screen exists, or is about to be captured
   -------------------------------------------------------------------------- */
.slot{
  display:flex;flex-direction:column;gap:7px;align-items:center;justify-content:center;
  text-align:center;background:var(--c-canvas);border:2px dashed var(--c-dashed);
  border-radius:var(--r-btn);padding:16px;min-height:260px;
}
.slot__kind{font-family:var(--font-mono);font-size:10px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--c-muted-2)}
.slot__what{font-size:13px;line-height:1.45;font-weight:600;color:var(--c-ink);max-width:230px}
.slot__detail{font-size:12px;line-height:1.45;color:var(--c-muted-2);max-width:230px}
.slot__source{font-family:var(--font-mono);font-size:10px;line-height:1.4;color:var(--c-muted-2);padding-top:2px;max-width:230px}
.slot--tall{min-height:300px}
.slot img{border-radius:var(--r-sm)}

.phone{background:var(--c-bezel);border-radius:var(--r-phone-outer);padding:8px;width:140px}
.phone__screen{border-radius:var(--r-phone-inner);overflow:hidden;background:var(--c-canvas)}

.browser{
  border:1px solid var(--c-control);border-radius:var(--r-card);overflow:hidden;
  background:var(--c-surface);box-shadow:var(--c-shadow-float);
}
.browser__bar{display:flex;align-items:center;gap:var(--s2);padding:10px 14px;background:var(--c-sunken);border-bottom:1px solid var(--c-line)}
.browser__dots{display:flex;gap:5px;flex:none}
.browser__dots span{width:9px;height:9px;border-radius:var(--r-pill);background:var(--c-control)}
.browser__url{
  flex:1 1 auto;background:var(--c-surface);border:1px solid var(--c-line);border-radius:var(--r-pill);
  padding:5px 12px;font-family:var(--font-mono);font-size:11px;color:var(--c-muted-2);
}
.browser__body{padding:12px}

.figure{display:flex;flex-direction:column;gap:10px;align-items:center;margin:0}
.figure--stretch{align-items:stretch}
.figure figcaption{font-family:var(--font-mono);font-size:10px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--c-muted-2)}

.shots{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;align-items:start}
.shots__wide{grid-column:1 / -1;order:3}

/* a drawing. Always carries the label. */
.illustration{display:flex;flex-direction:column;gap:var(--s2);background:var(--c-surface);border:1px solid var(--c-line);border-radius:var(--r-btn);padding:16px}
.illustration__label{font-family:var(--font-mono);font-size:10px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--c-muted-2)}

/* --------------------------------------------------------------------------
   11. Suite diagram — neirfeno.com. One line, mark at its head.
        Mobile: vertical down the left edge. Desktop: horizontal.
   -------------------------------------------------------------------------- */
.suite-diagram{position:relative}
.suite-rail{
  display:grid;
  grid-template-columns:28px minmax(0,1fr);
  grid-template-rows:34px repeat(4,auto);
  column-gap:0;
}
.suite-rail::before{
  content:"";grid-column:1;grid-row:2 / -1;
  width:3px;justify-self:center;border-radius:3px;
  background:linear-gradient(180deg,var(--mark-from) 0%,var(--mark-to) 55%,var(--c-tail) 100%);
}
.suite-rail::after{
  content:"";grid-column:1;grid-row:1;
  width:26px;height:26px;justify-self:center;align-self:start;
  background:url(../images/mark.png) center/contain no-repeat;
}
.suite-step{
  grid-column:1 / -1;
  display:grid;
  grid-template-columns:subgrid;
  grid-template-rows:auto auto;
  padding-bottom:var(--s5);
}
/* explicit rows so the four steps overlap the spine rather than being pushed past it */
.suite-rail > .suite-step:nth-child(1){grid-row:2}
.suite-rail > .suite-step:nth-child(2){grid-row:3}
.suite-rail > .suite-step:nth-child(3){grid-row:4}
.suite-rail > .suite-step:nth-child(4){grid-row:5}
.suite-step__node{
  grid-column:1;grid-row:1;
  width:10px;height:10px;border-radius:var(--r-pill);
  background:var(--step-dot);box-shadow:0 0 0 5px var(--c-node-ring);
  justify-self:center;align-self:start;margin-top:26px;
}
.suite-step--lead .suite-step__node{width:16px;height:16px}
.suite-step__below{grid-column:2;grid-row:1;padding-left:14px}
.suite-step__above{grid-column:2;grid-row:2;padding-left:14px;padding-top:var(--s2)}
.suite-step__label{display:flex;flex-direction:row;align-items:baseline;gap:8px;padding-bottom:var(--s2)}
.suite-step--giftay{--step-dot:var(--c-giftay-dot)}
.suite-step--kupaly{--step-dot:var(--c-kupaly-dot)}
.suite-step--enriched{--step-dot:var(--c-enriched-dot)}
.suite-step--shillings{--step-dot:var(--c-shillings-dot)}

/* --------------------------------------------------------------------------
   12. Suite strip — above the footer on every product site
   -------------------------------------------------------------------------- */
.suite-strip{background:var(--c-paper);padding-block:var(--s9);border-top:1px solid var(--c-line)}
.suite-strip__head{display:flex;align-items:center;gap:var(--s3)}
.suite-strip__mark{width:34px;height:34px;flex:none}
.suite-strip__list{display:flex;flex-direction:column;border-top:1px solid var(--c-line-strong);margin-top:var(--s4)}
.suite-strip__row{
  display:flex;align-items:center;justify-content:space-between;gap:var(--s3);
  padding:14px 0;border-bottom:1px solid var(--c-line-strong);min-height:44px;color:var(--c-ink);
}
.suite-strip__row:hover{color:var(--c-link)}
.suite-strip__name{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.suite-strip__name::before{content:"";width:8px;height:8px;border-radius:var(--r-pill);background:var(--row-dot);flex:none}
.suite-strip__name b{font-size:15px;font-weight:600}
.suite-strip__job{font-size:14px;color:var(--c-muted-2);font-weight:400}
.suite-strip__go{color:var(--c-muted-2)}
.suite-strip__item--giftay{--row-dot:var(--c-giftay-dot)}
.suite-strip__item--kupaly{--row-dot:var(--c-kupaly-dot)}
.suite-strip__item--enriched{--row-dot:var(--c-enriched-dot)}
.suite-strip__item--shillings{--row-dot:var(--c-shillings-dot)}
/* A site never lists itself. This must hide the <li>, not the <a>: on desktop the
   <li> is the grid item, and hiding only the anchor leaves an empty cell that
   wraps the strip 2 + 1. */
.site--giftay .suite-strip__item--giftay,
.site--kupaly .suite-strip__item--kupaly,
.site--enriched .suite-strip__item--enriched,
.site--shillings .suite-strip__item--shillings{display:none}

/* --------------------------------------------------------------------------
   13. Footer
   -------------------------------------------------------------------------- */
.site-footer{background:var(--footer);color:var(--band-muted);padding-block:var(--s9) 36px}
.site-footer__logo{height:22px;width:auto;align-self:flex-start;filter:brightness(0) invert(1)}
:where(.site-footer) a{color:var(--footer-link);font-size:14px;display:inline-flex;align-items:center;min-height:44px}
:where(.site-footer) a:hover{color:#FFFFFF;text-decoration:underline}
.site-footer .eyebrow{color:var(--footer-legal)}
.site-footer__cols{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--s6)}
.site-footer__col{display:flex;flex-direction:column;gap:2px}
.site-footer__col .eyebrow{margin-bottom:var(--s2)}
.site-footer__links{display:flex;flex-wrap:wrap;gap:var(--s5)}
.site-footer__legal{display:flex;flex-direction:column;gap:var(--s1);border-top:1px solid var(--footer-divider);padding-top:var(--s5)}
.site-footer__legal p{font-size:12px;line-height:1.6;color:var(--footer-legal)}
.site-footer__blurb{font-size:13px;line-height:1.6;color:var(--footer-legal);max-width:240px}
.site-footer__social{display:flex;gap:var(--s4)}
.site-footer__social a{font-size:13px;color:var(--band-muted)}
@media (prefers-color-scheme: dark){
  .site-footer{border-top:1px solid var(--c-line)}
}

/* --------------------------------------------------------------------------
   14. Long-form prose — privacy and any other text-only page
   -------------------------------------------------------------------------- */
.prose{max-width:var(--measure-body);display:flex;flex-direction:column;gap:var(--s5)}
.prose h2{font-size:24px;line-height:1.15;letter-spacing:-.02em;font-weight:700;margin-top:var(--s5)}
.prose p{font-size:16px;line-height:1.6;color:var(--c-muted)}
.prose ul{display:flex;flex-direction:column;gap:var(--s2);padding-left:20px;list-style:disc}
.prose li{font-size:16px;line-height:1.6;color:var(--c-muted)}
.notice{border:1px dashed var(--c-control);border-radius:var(--r-block);padding:18px;background:var(--c-sunken)}

/* --------------------------------------------------------------------------
   15. Desktop — the single breakpoint
   -------------------------------------------------------------------------- */
@media (min-width: 900px){
  .wrap{padding-inline:var(--gutter-d)}
  .section{padding-block:var(--section-d)}
  .section--tight{padding-block:var(--s13)}

  .eyebrow{font-size:11px}
  .t-hero{font-size:66px;line-height:1.03;letter-spacing:-.03em}
  .t-hero-product{font-size:54px;line-height:1.05;letter-spacing:-.03em}
  .t-lead{font-size:42px;line-height:1.06;letter-spacing:-.025em}
  .t-sub{font-size:33px;line-height:1.11;letter-spacing:-.02em}
  .t-h3{font-size:21px;line-height:1.25;letter-spacing:-.01em}
  .t-lede{font-size:20px}
  .t-body{font-size:17px;line-height:1.60}
  .t-small{font-size:15px;line-height:1.55}
  .t-emph{font-size:15px}

  .hero-rule{display:block}

  .site-header__bar{flex-wrap:nowrap;padding-block:22px;gap:var(--s9)}
  .brand{gap:14px}
  .brand__logo{height:26px}
  .brand__product{font-size:17px}
  .brand__product::before{height:22px}
  .site-nav{width:auto;gap:var(--s8);padding-bottom:0;flex-wrap:nowrap}
  .site-nav .btn,.site-nav .nav-action{margin-left:0}
  .site-nav .btn{min-height:44px;padding:11px 20px;border-radius:9px}

  .btn{min-height:50px;padding:15px 26px;font-size:16px}
  .btn-row{flex-direction:row;align-items:center;gap:var(--s3)}
  .btn-row--stack{flex-direction:column;align-items:stretch}
  .btn-row--stack .btn{width:100%}
  .btn--block{display:inline-flex;width:auto}
  .link-strong{font-size:16px}

  .chip{font-size:11px}
  .card{gap:var(--s4);border-radius:var(--r-hero);padding:var(--s6);box-shadow:var(--c-shadow-card)}
  .stack{gap:var(--s6)}

  /* the artboards' multi-column bands all align to the top; --end and --center
     are the two documented exceptions. */
  .grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--s13);align-items:start}
  .grid-2--end{align-items:end;gap:var(--grid-gap-text)}
  .grid-2--center{align-items:center}
  .grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--grid-gap-text);align-items:start}
  .feature-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--grid-gap-feature)}
  .feature-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}
  .span-2{grid-column:span 2;gap:var(--s4)}
  .center-d{align-items:center;text-align:center;gap:22px}
  .quiet{background:var(--c-sunken);border:1px solid var(--c-line-strong);border-left-width:1px;border-radius:var(--r-block);padding:18px}
  .shots{grid-template-columns:250px minmax(0,1fr) 250px;gap:var(--s9);align-items:center}
  .shots__wide{grid-column:auto;order:0}

  .slot{min-height:420px}
  .slot--tall{min-height:300px}
  .phone{width:234px;padding:8px}
  .blockquote{gap:18px;padding:6px 0 6px 24px}
  .blockquote p{font-size:22px}
  .blockquote cite{font-size:14px}

  /* the suite diagram goes horizontal: cards above the line, labels below */
  .suite-rail{
    grid-template-columns:56px repeat(4,minmax(0,1fr));
    grid-template-rows:auto 96px auto;
    column-gap:var(--grid-gap-suite);
  }
  .suite-rail::before{
    grid-column:2 / -1;grid-row:2;
    width:auto;height:3px;align-self:center;justify-self:stretch;
    background:linear-gradient(90deg,var(--mark-from) 0%,var(--mark-to) 55%,var(--c-tail) 100%) left center/100% 3px no-repeat;border-radius:0;
  }
  .suite-rail::after{
    grid-column:1;grid-row:2;
    width:46px;height:46px;align-self:center;justify-self:start;
  }
  .suite-rail > .suite-step:nth-child(1),
  .suite-rail > .suite-step:nth-child(2),
  .suite-rail > .suite-step:nth-child(3),
  .suite-rail > .suite-step:nth-child(4){grid-row:1 / 4}
  .suite-step{
    grid-column:auto;grid-row:1 / 4;
    grid-template-columns:none;grid-template-rows:subgrid;
    padding-bottom:0;
  }
  .suite-step--giftay{grid-column:2}
  .suite-step--enriched{grid-column:3}
  .suite-step--kupaly{grid-column:4}
  .suite-step--shillings{grid-column:5}
  .suite-step__above{grid-column:1;grid-row:1;align-self:end;padding:0}
  .suite-step__node{grid-column:1;grid-row:2;justify-self:center;align-self:center;margin-top:0}
  .suite-step__below{grid-column:1;grid-row:3;padding:4px 0 0}
  .suite-step__label{flex-direction:column;align-items:center;text-align:center;gap:6px;padding-bottom:0}
  .suite-step--quiet .suite-step__label{padding-bottom:var(--s3)}

  .suite-strip{padding-block:var(--s9) var(--s12)}
  .suite-strip__mark{width:38px;height:38px}
  .suite-strip__head{gap:14px}
  .suite-strip__list{
    display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--s5);
    border-top:0;margin-top:var(--s7);
  }
  .suite-strip__row{
    flex-direction:column;align-items:flex-start;gap:var(--s2);
    background:var(--c-surface);border:1px solid var(--c-line);border-bottom:1px solid var(--c-line);
    border-radius:var(--r-block);padding:18px;
  }
  .suite-strip__name b{font-size:16px;font-weight:700}
  .suite-strip__job{display:block;line-height:1.5}
  .suite-strip__go{display:none}

  .site-footer{padding-block:var(--section-d) var(--s9)}
  .site-footer__logo{height:24px}
  .site-footer__cols{grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--s9)}
  .site-footer__legal{flex-direction:row;justify-content:space-between;gap:var(--s9);padding-top:22px}

  .prose h2{font-size:28px}
  .prose p,.prose li{font-size:17px;line-height:1.65}
}
