/* ==========================================================================
   Lumity — design system
   Palette, type and texture taken from the credentials deck.
   ========================================================================== */

/* Type ---------------------------------------------------------------------
   Display: Alegreya Sans 500 (700 reserved for genuine emphasis)
   Body:    Carlito (metric-compatible with Calibri)
   Mono:    IBM Plex Mono — apparatus only: IDs, labels, eyebrows            */
@font-face{font-family:"Display";font-weight:500;font-style:normal;font-display:swap;src:url(/fonts/AlegreyaSans-500.woff2) format("woff2")}
@font-face{font-family:"Display";font-weight:700;font-style:normal;font-display:swap;src:url(/fonts/AlegreyaSans-700.woff2) format("woff2")}
@font-face{font-family:"Display";font-weight:400;font-style:normal;font-display:swap;src:url(/fonts/AlegreyaSans-400.woff2) format("woff2")}
@font-face{font-family:"Display";font-weight:400;font-style:italic;font-display:swap;src:url(/fonts/AlegreyaSans-400i.woff2) format("woff2")}
@font-face{font-family:"Body";font-weight:400;font-style:normal;font-display:swap;src:url(/fonts/Carlito-400.woff2) format("woff2")}
@font-face{font-family:"Body";font-weight:700;font-style:normal;font-display:swap;src:url(/fonts/Carlito-700.woff2) format("woff2")}
@font-face{font-family:"Body";font-weight:400;font-style:italic;font-display:swap;src:url(/fonts/Carlito-400i.woff2) format("woff2")}
@font-face{font-family:"Mono";font-weight:400;font-style:normal;font-display:swap;src:url(/fonts/IBMPlexMono-400.woff2) format("woff2")}
@font-face{font-family:"Mono";font-weight:500;font-style:normal;font-display:swap;src:url(/fonts/IBMPlexMono-500.woff2) format("woff2")}

:root {
  /* Ground ---------------------------------------------------------------- */
  --ink:        #04150b;
  --ink-raise:  #0a2213;
  --ink-deep:   #020a05;

  /* The deck's five voices ------------------------------------------------ */
  --lume:       #35b4ea;   /* blue — headings, links, the brand voice */
  --paper:      #eef4ef;   /* white — primary text */
  --muted:      #9db3a2;   /* grey — secondary text */
  --beige:      #e8cfa9;   /* light beige — second voice, sub-labels, straplines */
  --leaf:       #9ed46f;   /* light green — tertiary accents */
  --gold:       #e0b47c;
  --coral:      #ef8f4d;

  /* Arc palette — nine stages, warm core to light rim */
  --a1:#ef8f4d; --a2:#f2b957; --a3:#e3cf72; --a4:#b9d35e; --a5:#7cc24f;
  --a6:#45c39a; --a7:#35b4ea; --a8:#7fb9f2; --a9:#dbe9df;

  --rule:       rgba(238, 244, 239, .15);
  --rule-soft:  rgba(238, 244, 239, .075);
  --panel:      rgba(4, 21, 11, .58);
  --panel-soft: rgba(4, 21, 11, .36);

  --display: "Display", "Segoe UI", system-ui, sans-serif;
  --body:    "Body", Calibri, system-ui, -apple-system, sans-serif;
  --mono:    "Mono", ui-monospace, "SF Mono", Menlo, monospace;

  --t--1: clamp(.79rem, .76rem + .12vw, .87rem);
  --t-0:  clamp(1rem, .96rem + .2vw, 1.125rem);
  --t-1:  clamp(1.15rem, 1.06rem + .4vw, 1.4rem);
  --t-2:  clamp(1.4rem, 1.2rem + .9vw, 2.1rem);
  --t-3:  clamp(1.85rem, 1.45rem + 1.8vw, 3.1rem);
  --t-4:  clamp(2.3rem, 1.6rem + 3.2vw, 4.6rem);
  --t-5:  clamp(3rem, 1.7rem + 5.6vw, 7.2rem);

  --s-1: clamp(.35rem, .3rem + .2vw, .5rem);
  --s-0: clamp(.65rem, .6rem + .25vw, .9rem);
  --s-1x: clamp(1rem, .9rem + .5vw, 1.5rem);
  --s-2: clamp(1.5rem, 1.3rem + 1vw, 2.5rem);
  --s-3: clamp(2.25rem, 1.8rem + 2vw, 4rem);
  --s-4: clamp(3.25rem, 2.4rem + 4vw, 7rem);
  --s-5: clamp(4.5rem, 3rem + 7vw, 11rem);

  --wrap: 1180px;
  --prose: 62ch;
  --radius: 2px;
}

/* Reset --------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth;
       overflow-x: hidden; overflow-x: clip; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important; animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* The leaf ground — the deck's veined leaf, held at a whisper */
body {
  background-color: var(--ink);
  background-image: url(/img/leaf.webp);
  background-size: 360px auto;
  background-repeat: repeat;
  background-attachment: fixed;
  color: var(--paper);
  font-family: var(--body);
  font-size: var(--t-0);
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}
/* The tile is already at final value — no veil needed. */
body::before { content: none; }
@media (max-width: 900px) { body { background-attachment: scroll; } }

img, svg, picture { display: block; max-width: 100%; }
img { height: auto; }

a { color: var(--lume); text-decoration-color: color-mix(in srgb, var(--lume) 40%, transparent);
    text-underline-offset: .22em; transition: color .18s ease; }
a:hover { color: var(--paper); }
:focus-visible { outline: 2px solid var(--beige); outline-offset: 3px; border-radius: var(--radius); }
::selection { background: #1d7ba3; color: #fff; }

/* Typography ----------------------------------------------------------------
   Title Case for named sections (Our Belief, Our Terrain).
   Sentence case for page headlines and everything else.                      */
h1, h2, h3, h4 {
  font-family: var(--display); font-weight: 500; line-height: 1.1;
  letter-spacing: -.005em; text-wrap: balance;
}
h1 { font-size: var(--t-4); color: var(--lume); }
h2 { font-size: var(--t-3); color: var(--lume); }
h1.is-statement, h2.is-statement { color: var(--paper); }
h3 { font-size: var(--t-2); }
h4 { font-size: var(--t-1); }

.eyebrow { font-family: var(--mono); font-size: var(--t--1); letter-spacing: .15em;
           text-transform: uppercase; color: var(--muted); display: block;
           margin-bottom: var(--s-0); }
.lede { font-size: var(--t-1); max-width: 46ch; line-height: 1.48; }
.lede--beige { color: var(--beige); font-family: var(--display); }
.prose { max-width: var(--prose); }
.prose p + p { margin-top: var(--s-1x); }
.muted { color: var(--muted); }
.beige { color: var(--beige); }
.leafc { color: var(--leaf); }
.lume  { color: var(--lume); }

/* Trademark marker on IP names */
.sm { font-size: .58em; vertical-align: .5em; letter-spacing: .04em;
      font-family: var(--mono); color: var(--muted); margin-left: .12em; }

/* Layout --------------------------------------------------------------------- */
.wrap { width: min(100% - 2 * var(--s-2), var(--wrap)); margin-inline: auto; }
.band { padding-block: var(--s-4); position: relative; }
.band--tight { padding-block: var(--s-3); }
.band--raise { background: color-mix(in srgb, var(--ink-raise) 82%, transparent); }
.band + .band { border-top: 1px solid var(--rule-soft); }

.cols { display: grid; gap: var(--s-2); }
@media (min-width: 900px) {
  .cols--2 { grid-template-columns: repeat(2, 1fr); }
  .cols--3 { grid-template-columns: repeat(3, 1fr); }
  .cols--split { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
                 gap: var(--s-3); align-items: start; }
  .cols--split-r { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
                   gap: var(--s-3); align-items: start; }
}

.skip { position: absolute; left: var(--s-1x); top: -4rem; z-index: 100;
        background: var(--beige); color: var(--ink-deep); padding: .6rem 1rem;
        font-weight: 700; transition: top .15s ease; }
.skip:focus { top: var(--s-1x); color: var(--ink-deep); }

/* Masthead ------------------------------------------------------------------- */
.masthead { position: sticky; top: 0; z-index: 60;
            background: color-mix(in srgb, var(--ink) 90%, transparent);
            backdrop-filter: blur(14px); border-bottom: 1px solid var(--rule-soft); }
.masthead__in { display: flex; align-items: center; justify-content: space-between;
                gap: var(--s-1x); padding-block: var(--s-0); }
@media (min-width: 1024px) {
  .masthead__in { display: grid; grid-template-columns: auto 1fr; align-items: center;
                  row-gap: .35rem; padding-block: var(--s-0) .55rem; }
  .nav { grid-column: 2; justify-self: end; }
  .nav__list { justify-content: flex-end; gap: 1.15rem; }
}
.brand { display: flex; align-items: center; gap: .65rem; text-decoration: none; }
.brand__mark { width: 58px; height: 58px; flex: none; }
.brand__name { font-family: var(--display); font-size: 1.6rem; color: var(--lume);
               letter-spacing: -.01em; line-height: 1; display: block; }
.brand__sub { display: block; font-family: var(--body); font-size: .63rem;
              color: var(--muted); letter-spacing: .08em; text-transform: uppercase;
              margin-top: .22em; }

.nav__toggle { display: inline-flex; align-items: center; gap: .5rem; background: none;
               border: 1px solid var(--rule); color: var(--paper);
               font: 500 var(--t--1)/1 var(--mono); letter-spacing: .1em;
               text-transform: uppercase; padding: .65rem .85rem; cursor: pointer;
               border-radius: var(--radius); }
.nav__toggle:hover { border-color: var(--lume); }
.nav__list { list-style: none; padding: 0; display: flex; align-items: center;
             gap: var(--s-1x); flex-wrap: wrap; }
.nav__list > li { position: relative; }
.nav__list a { font-size: var(--t--1); color: var(--paper); text-decoration: none;
               padding-block: .3rem; border-bottom: 1px solid transparent; }
.nav__list a:hover, .nav__list a[aria-current="page"] {
  color: var(--lume); border-bottom-color: var(--lume); }
.nav__btn { background: none; border: 0; font: inherit; color: var(--paper);
            cursor: pointer; padding: 0; font-size: var(--t--1); }

.sub { list-style: none; padding: var(--s-0); margin: 0;
       position: absolute; left: -.9rem; top: calc(100% + .55rem); z-index: 70;
       min-width: 15rem; background: var(--ink-raise);
       border: 1px solid var(--rule); border-radius: var(--radius);
       box-shadow: 0 18px 44px rgba(0,0,0,.5);
       opacity: 0; visibility: hidden; transform: translateY(-6px);
       transition: opacity .16s ease, transform .16s ease, visibility .16s; }
.sub a { display: block; padding: .5rem .65rem; border-bottom: 0; color: var(--muted); }
.sub a:hover { color: var(--lume); background: color-mix(in srgb, var(--lume) 9%, transparent); }
.has-sub[data-open="true"] > .sub { opacity: 1; visibility: visible; transform: none; }
@media (hover: hover) and (min-width: 1024px) {
  .has-sub:hover > .sub, .has-sub:focus-within > .sub {
    opacity: 1; visibility: visible; transform: none; }
}
.nav__caret { display: inline-block; margin-left: .3em; opacity: .55; font-size: .8em; }

@media (max-width: 1023px) {
  /* Closed nav is display:none — a translated panel still widens the document. */
  .nav { position: fixed; inset: 0 0 0 auto; width: min(88vw, 23rem);
         background: var(--ink-raise); border-left: 1px solid var(--rule);
         padding: var(--s-4) var(--s-2); overflow-y: auto; z-index: 80; display: none; }
  .nav[data-open="true"] { display: block; animation: navin .26s ease both; }
  @keyframes navin { from { transform: translateX(100%); } to { transform: none; } }
  .nav__list { flex-direction: column; align-items: stretch; gap: var(--s-1x); }
  .nav__list > li > a, .nav__btn { font-size: var(--t-1); font-family: var(--display); }
  .sub { position: static; opacity: 1; visibility: visible; transform: none;
         background: none; border: 0; box-shadow: none; min-width: 0;
         padding: .35rem 0 0 var(--s-1x); display: none; }
  .has-sub[data-open="true"] > .sub { display: block; }
}
@media (min-width: 1024px) { .nav__toggle { display: none; } }

.nav__cta a { border: 1px solid var(--beige); color: var(--beige);
              padding: .5rem .9rem; border-radius: var(--radius);
              font-family: var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.nav__cta a:hover { background: var(--beige); color: var(--ink-deep); border-color: var(--beige); }

/* Media ---------------------------------------------------------------------- */
.hero { position: relative; overflow: clip; }
.hero__media { position: absolute; inset: 0; z-index: 0; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; }
.hero__in { position: relative; z-index: 1; padding-block: var(--s-5); }

.scrim-r::after { content: ""; position: absolute; inset: 0; background:
  linear-gradient(to right, var(--ink) 0%, color-mix(in srgb, var(--ink) 80%, transparent) 46%,
  color-mix(in srgb, var(--ink) 14%, transparent) 84%); }
.scrim-l::after { content: ""; position: absolute; inset: 0; background:
  linear-gradient(to left, var(--ink) 0%, color-mix(in srgb, var(--ink) 80%, transparent) 46%,
  color-mix(in srgb, var(--ink) 14%, transparent) 84%); }
.scrim-b::after { content: ""; position: absolute; inset: 0; background:
  linear-gradient(to bottom, color-mix(in srgb, var(--ink) 10%, transparent) 0%,
  color-mix(in srgb, var(--ink) 58%, transparent) 62%, var(--ink) 100%); }
@media (max-width: 767px) {
  .scrim-r::after, .scrim-l::after { background:
    linear-gradient(to bottom, color-mix(in srgb, var(--ink) 30%, transparent) 0%,
    color-mix(in srgb, var(--ink) 82%, transparent) 58%, var(--ink) 100%); }
}

.bleed { position: relative; overflow: clip; }
.bleed__media { position: absolute; inset: 0; z-index: 0; }
.bleed__media img { width: 100%; height: 100%; object-fit: cover; }
.bleed__in { position: relative; z-index: 1; }

.panel { background: var(--panel); border: 1px solid var(--rule);
         padding: var(--s-2); backdrop-filter: blur(3px); border-radius: var(--radius); }
.panel--soft { background: var(--panel-soft); }

/* Home: the definition ------------------------------------------------------- */
.etym { max-width: 36rem; }
.etym__word { font-family: var(--display); font-weight: 500; font-size: var(--t-5);
              color: var(--lume); line-height: .96; letter-spacing: -.02em; }
.etym__ipa { font-family: var(--mono); font-size: var(--t--1); color: var(--beige);
             letter-spacing: .04em; margin-top: var(--s-0); }
.etym__roots { font-family: var(--display); font-style: italic; color: var(--beige);
               font-size: var(--t-0); margin-top: .35rem; }
.etym hr { border: 0; border-top: 1px solid var(--rule); margin: var(--s-1x) 0; }
.etym__def { font-size: var(--t-1); line-height: 1.45; }
.etym__def + .etym__def { margin-top: var(--s-0); }
.etym__note { color: var(--leaf); margin-top: var(--s-1x); font-family: var(--display);
              font-style: italic; }

/* Home: the claim ------------------------------------------------------------ */
.claim { display: grid; gap: var(--s-0); max-width: 38rem; }
.claim-band .claim__big { font-size: var(--t-4); line-height: 1; }
.claim-band .claim__small { font-size: var(--t-1); }
.claim__small { color: var(--muted); font-size: var(--t-0); }
.claim__big { font-family: var(--display); font-weight: 500; font-size: var(--t-3);
              line-height: 1.04; letter-spacing: -.012em; }
.claim__big.is-lume  { color: var(--lume); }
.claim__big.is-beige { color: var(--beige); }

.spiral { display: block; width: 100%; height: auto; }
@media (prefers-reduced-motion: no-preference) { .spiral--spin { animation: spin 150s linear infinite; } }
@keyframes spin { to { transform: rotate(360deg); } }

/* Cards, tiles --------------------------------------------------------------- */
.card { border: 1px solid var(--rule); padding: var(--s-2); height: 100%;
        background: var(--panel-soft); border-radius: var(--radius); }
.card h3 { color: var(--lume); margin-bottom: var(--s-0); }
.card p { color: var(--muted); }
.card__letter { font-family: var(--mono); color: var(--beige); font-size: var(--t--1);
                letter-spacing: .12em; }

.proof { display: grid; gap: var(--s-2);
         grid-template-columns: repeat(auto-fit, minmax(8.5rem, 1fr)); }
.proof__n { font-family: var(--display); font-weight: 500; font-size: var(--t-3);
            color: var(--beige); line-height: 1; letter-spacing: -.02em; }
.proof__l { color: var(--muted); font-size: var(--t--1); margin-top: var(--s-0); line-height: 1.45; }

/* Question rows -------------------------------------------------------------- */
.qgroup { display: grid; gap: var(--s-0) var(--s-2); padding: var(--s-2) 0;
          border-top: 1px solid var(--rule); text-decoration: none; color: inherit;
          grid-template-columns: 3rem 1fr auto; align-items: baseline;
          transition: background .2s ease; }
.qgroup:hover { background: color-mix(in srgb, var(--lume) 7%, transparent); color: inherit; }
.qgroup__letter { font-family: var(--mono); font-size: var(--t-2); color: var(--beige); line-height: 1; }
.qgroup__t { font-family: var(--display); font-size: var(--t-2); color: var(--lume); }
.qgroup__s { color: var(--muted); font-size: var(--t--1); grid-column: 2; }
.qgroup__n { font-family: var(--mono); font-size: var(--t--1); color: var(--muted); }
@media (max-width: 640px) {
  .qgroup { grid-template-columns: 2.5rem 1fr; }
  .qgroup__n { grid-column: 2; }
}

/* People --------------------------------------------------------------------- */
.faces { display: grid; gap: var(--s-1x);
         grid-template-columns: repeat(auto-fit, minmax(8.5rem, 1fr)); }
.face { text-decoration: none; color: inherit; display: block; }
.face__img { overflow: hidden; border: 1px solid var(--rule); border-radius: var(--radius);
             background: var(--ink-raise); }
.face__img img { width: 100%; aspect-ratio: 1/1; object-fit: cover;
                 transition: transform .4s ease, filter .4s ease; filter: saturate(.85); }
.face:hover .face__img img { transform: scale(1.04); filter: saturate(1); }
.face__n { display: block; font-family: var(--display); font-size: var(--t-1);
           color: var(--lume); margin-top: var(--s-0); line-height: 1.2; }
.face__r { display: block; color: var(--muted); font-size: var(--t--1); margin-top: .2rem; }

/* Noticing ------------------------------------------------------------------- */
.notice-item { display: grid; gap: var(--s-0); padding: var(--s-2) 0;
               border-top: 1px solid var(--rule); }
.notice-item__meta { display: flex; gap: var(--s-1x); align-items: baseline;
                     flex-wrap: wrap; font-family: var(--mono); font-size: var(--t--1); }
.notice-item__cat { color: var(--beige); letter-spacing: .1em; text-transform: uppercase; }
.notice-item__cat.is-elsewhere { color: var(--leaf); }
.notice-item__date { color: var(--muted); }
.notice-item__t { font-family: var(--display); font-size: var(--t-2); color: var(--paper); }
.notice-item__take { color: var(--muted); max-width: var(--prose); }

/* Tailor --------------------------------------------------------------------- */
.tailor textarea { width: 100%; min-height: 7rem; background: var(--panel); color: var(--paper);
                   border: 1px solid var(--rule); padding: var(--s-1x); font: inherit;
                   border-radius: var(--radius); resize: vertical; }
.tailor textarea:focus-visible { border-color: var(--lume); }
.btn { display: inline-block; background: var(--lume); color: var(--ink-deep);
       border: 1px solid var(--lume); padding: .8rem 1.4rem; cursor: pointer;
       font: 500 var(--t--1)/1 var(--mono); letter-spacing: .1em; text-transform: uppercase;
       border-radius: var(--radius); text-decoration: none; }
.btn:hover { background: var(--paper); border-color: var(--paper); color: var(--ink-deep); }
.btn--ghost { background: none; color: var(--paper); border-color: var(--rule); }
.btn--ghost:hover { background: none; border-color: var(--beige); color: var(--beige); }
.btn--beige { background: var(--beige); border-color: var(--beige); color: var(--ink-deep); }
.notice { border-left: 2px solid var(--beige); padding: var(--s-1x); background: var(--panel);
          color: var(--muted); font-size: var(--t--1); line-height: 1.55; }
.tailor__out { margin-top: var(--s-2); }
.tailor__out h3 { color: var(--lume); margin-top: var(--s-2); }
.tailor__out p { margin-top: var(--s-0); max-width: var(--prose); }

/* Pills, rows ---------------------------------------------------------------- */
.pills { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: .45rem; }
.pills li { border: 1px solid var(--rule); padding: .45rem .8rem; font-size: var(--t--1);
            color: var(--muted); border-radius: var(--radius); background: var(--panel-soft); }
.pills--lume li  { border-color: color-mix(in srgb, var(--lume) 40%, transparent); color: var(--paper); }
.pills--beige li { border-color: color-mix(in srgb, var(--beige) 40%, transparent); color: var(--beige); }
.pills--leaf li  { border-color: color-mix(in srgb, var(--leaf) 38%, transparent); color: var(--leaf); }

.rows { border-top: 1px solid var(--rule); }
.rowline { display: grid; grid-template-columns: minmax(8rem, 15rem) minmax(0, 1fr);
           gap: var(--s-0) var(--s-2); padding: var(--s-1x) 0;
           border-bottom: 1px solid var(--rule-soft); }
.rowline dt { font-family: var(--display); font-size: var(--t-1); color: var(--lume); }
.rowline dd { margin: 0; color: var(--muted); }
@media (max-width: 640px) { .rowline { grid-template-columns: 1fr; } }

/* Footer --------------------------------------------------------------------- */
.foot { background: color-mix(in srgb, var(--ink-deep) 88%, transparent);
        padding-block: var(--s-4) var(--s-2); border-top: 1px solid var(--rule); }
.foot a { color: var(--paper); text-decoration: none; }
.foot a:hover { color: var(--lume); }
.foot__grid { display: grid; gap: var(--s-2); }
@media (min-width: 760px) { .foot__grid { grid-template-columns: 1.2fr 1fr 1fr; } }
.foot__h { font-family: var(--mono); font-size: var(--t--1); letter-spacing: .12em;
           text-transform: uppercase; color: var(--muted); margin-bottom: var(--s-0); }
.foot ul { list-style: none; padding: 0; display: grid; gap: .4rem; }
.foot__legal { margin-top: var(--s-3); padding-top: var(--s-1x);
               border-top: 1px solid var(--rule-soft); color: var(--muted);
               font-size: .73rem; line-height: 1.6; }
.foot__locs { font-family: var(--display); color: var(--lume); font-size: var(--t-0);
              margin-top: var(--s-1x); }

/* Utility -------------------------------------------------------------------- */
.crumb { font-family: var(--mono); font-size: var(--t--1); color: var(--muted);
         letter-spacing: .05em; margin-bottom: var(--s-1x); }
.crumb a { color: var(--muted); }
.pagehead { padding-block: var(--s-4) var(--s-3); }
.stack > * + * { margin-top: var(--s-1x); }
.stack--lg > * + * { margin-top: var(--s-2); }
.center { text-align: center; }
.vh { position: absolute; width: 1px; height: 1px; overflow: hidden;
      clip-path: inset(50%); white-space: nowrap; }
.rule { border: 0; border-top: 1px solid var(--rule); margin-block: var(--s-2); }
:target, [id] { scroll-margin-top: 6rem; }
.linklist { list-style: none; padding: 0; display: grid; gap: .45rem; }
.linklist a { color: var(--paper); text-decoration: none;
              border-bottom: 1px solid var(--rule); padding-bottom: .3rem; display: inline-block; }
.linklist a:hover { color: var(--lume); border-bottom-color: var(--lume); }

/* Home: the claim band ------------------------------------------------------- */
.claim-band__in { padding-block: var(--s-5); display: grid; gap: var(--s-3);
                  align-items: center; }
@media (min-width: 900px) {
  .claim-band__in { grid-template-columns: minmax(0, 7fr) minmax(0, 4fr); }
}
.claim-band__mark { max-width: 20rem; margin-inline: auto; width: 100%; opacity: .95; }
.bleed__scrim { position: absolute; inset: 0; z-index: 0; background:
  radial-gradient(120% 90% at 62% 45%, color-mix(in srgb, var(--ink) 6%, transparent) 0%,
  color-mix(in srgb, var(--ink) 74%, transparent) 58%, var(--ink) 100%); }
.bleed__scrim--l { background: linear-gradient(to right,
  color-mix(in srgb, var(--ink) 95%, transparent) 0%,
  color-mix(in srgb, var(--ink) 86%, transparent) 34%,
  color-mix(in srgb, var(--ink) 46%, transparent) 68%,
  color-mix(in srgb, var(--ink) 2%, transparent) 100%); }
.bleed__scrim--b { background: linear-gradient(to bottom,
  color-mix(in srgb, var(--ink) 20%, transparent) 0%,
  color-mix(in srgb, var(--ink) 30%, transparent) 46%,
  color-mix(in srgb, var(--ink) 92%, transparent) 100%); }
@media (max-width: 767px) {
  .bleed__scrim--l { background: linear-gradient(to bottom,
    color-mix(in srgb, var(--ink) 40%, transparent) 0%,
    color-mix(in srgb, var(--ink) 88%, transparent) 55%, var(--ink) 100%); }
}

/* Home: thesis figures ------------------------------------------------------- */
.thesis-figs { display: grid; gap: var(--s-1x); }
@media (min-width: 560px) and (max-width: 899px) {
  .thesis-figs { grid-template-columns: 1fr 1fr; }
}
.thesis-figs figure { margin: 0; }
.figbox { border: 1px solid var(--rule); background: var(--panel-soft);
          padding: var(--s-1x); border-radius: var(--radius); }
.figbox svg { width: 100%; height: auto; }
.thesis-figs figcaption { font-family: var(--mono); font-size: var(--t--1);
                          letter-spacing: .08em; color: var(--muted);
                          margin-top: .55rem; text-transform: uppercase; }

/* Home: offer ---------------------------------------------------------------- */
.offerlist { list-style: none; padding: 0; margin-top: var(--s-1x);
             display: grid; gap: .5rem; }
.offerlist li { font-family: var(--display); font-size: var(--t-2); color: var(--paper);
                line-height: 1.15; border-left: 2px solid var(--lume);
                padding: .35rem 0 .35rem var(--s-1x); }
.offerlist li:nth-child(2) { border-left-color: var(--a5); }
.offerlist li:nth-child(3) { border-left-color: var(--a2); }
.offerlist li:nth-child(4) { border-left-color: var(--a1); }

/* Home: terrain -------------------------------------------------------------- */
.terrain { display: grid; gap: var(--s-2); margin-top: var(--s-3); }
@media (min-width: 820px) { .terrain { grid-template-columns: repeat(3, 1fr); } }
.tcircle { text-align: center; }
.tcircle__ring { border: 1px solid currentColor; border-radius: 50%;
                 aspect-ratio: 1/1; display: grid; align-content: center;
                 padding: var(--s-2); gap: .2rem; max-width: 17rem;
                 margin-inline: auto; background: var(--panel-soft); }
.tcircle--lume  { color: var(--lume); }
.tcircle--leaf  { color: var(--leaf); }
.tcircle--beige { color: var(--beige); }
.tcircle__t { font-family: var(--display); font-size: var(--t-2); line-height: 1.05; }
.tcircle__j { font-family: var(--display); font-size: var(--t-0); opacity: .75; }
.tcircle__b { color: var(--paper); font-size: var(--t--1); margin-top: .45rem;
              line-height: 1.4; }
.tcircle__f { margin-top: var(--s-1x); color: var(--paper); font-size: var(--t--1);
              line-height: 1.45; max-width: 20rem; margin-inline: auto; }
.tcircle__f span { display: block; color: currentColor; font-family: var(--mono);
                   font-size: .72rem; letter-spacing: .12em; text-transform: uppercase;
                   margin-bottom: .25rem; }

/* Differentiator A — the contrast ------------------------------------------- */
.contrast { display: grid; gap: var(--s-2); }
@media (min-width: 900px) { .contrast { grid-template-columns: 1fr auto 1fr; } }
.contrast__side { border: 1px solid var(--rule); padding: var(--s-2);
                  background: var(--panel-soft); border-radius: var(--radius); }
.contrast__side--ours { border-color: color-mix(in srgb, var(--lume) 45%, transparent);
                        background: color-mix(in srgb, var(--lume) 7%, transparent); }
.contrast__h { font-family: var(--display); font-size: var(--t-2); }
.contrast__side--ours .contrast__h { color: var(--lume); }
.contrast__sub { font-family: var(--mono); font-size: var(--t--1); color: var(--muted);
                 letter-spacing: .08em; text-transform: uppercase; margin: .4rem 0 var(--s-1x); }
.contrast__list { list-style: none; padding: 0; margin-top: var(--s-1x); }
.contrast__list li { padding: .65rem 0; border-top: 1px solid var(--rule-soft); }
.contrast__vs { display: grid; place-items: center; font-family: var(--display);
                font-style: italic; color: var(--beige); font-size: var(--t-2); }
.contrast__close { margin-top: var(--s-2); font-family: var(--display);
                   font-size: var(--t-1); max-width: 60ch; color: var(--beige); }
.contrast__switch { display: none; margin-bottom: var(--s-1x); }
.contrast__switch button { flex: 1; background: none; border: 1px solid var(--rule);
  color: var(--muted); font: 500 var(--t--1)/1.2 var(--mono); letter-spacing: .08em;
  text-transform: uppercase; padding: .8rem .5rem; cursor: pointer; }
.contrast__switch button[aria-selected="true"] { color: var(--ink-deep);
  background: var(--lume); border-color: var(--lume); }
@media (max-width: 899px) {
  .contrast__switch { display: flex; }
  .contrast__vs { display: none; }
  .contrast[data-mode="ours"] .contrast__side--trad,
  .contrast[data-mode="trad"] .contrast__side--ours { display: none; }
}

/* Differentiator B — the arcs ------------------------------------------------ */
.arcwrap { margin-top: var(--s-3); }
.arcs { width: 100%; max-width: 940px; height: auto; margin-inline: auto; }
@media (prefers-reduced-motion: no-preference) {
  .arcs--anim .arc { stroke-dasharray: 1400; stroke-dashoffset: 1400; }
  .arcs--anim.is-in .arc { animation: draw 1.1s ease forwards;
                           animation-delay: calc(var(--i) * .12s); }
}
@keyframes draw { to { stroke-dashoffset: 0; } }
@media (max-width: 720px) { .arcs { max-width: 100%; } }

/* Figure sets ---------------------------------------------------------------- */
.figs { list-style: none; padding: 0; display: grid; gap: var(--s-1x); }
.figs li { display: grid; grid-template-columns: 6rem 1fr; gap: var(--s-1x);
           align-items: baseline; border-top: 1px solid var(--rule-soft);
           padding-top: var(--s-1x); }
.figs__n { font-family: var(--display); font-size: var(--t-3); color: var(--beige);
           line-height: 1; letter-spacing: -.02em; }
.figs__l { color: var(--muted); font-size: var(--t--1); line-height: 1.45; }

/* Practices ------------------------------------------------------------------ */
.practices { display: grid; gap: var(--s-1x); margin-top: var(--s-2); }
.practice { display: grid; gap: var(--s-0) var(--s-2); align-items: start;
            border-left: 3px solid var(--tone); background: var(--panel-soft);
            padding: var(--s-2); border-radius: var(--radius); }
@media (min-width: 820px) {
  .practice { grid-template-columns: 9rem minmax(0,1fr) 10rem; align-items: center; }
}
.practice__code { font-family: var(--display); font-size: var(--t-3); color: var(--tone);
                  line-height: 1; }
.practice__body h3 { color: var(--paper); font-size: var(--t-2); }
.prows { margin-top: var(--s-0); }
.prow { display: grid; grid-template-columns: minmax(7rem,11rem) 1fr; gap: var(--s-1x);
        padding: .45rem 0; border-top: 1px solid var(--rule-soft); }
.prow dt { color: var(--tone); font-family: var(--display); }
.prow dd { margin: 0; color: var(--muted); }
@media (max-width: 560px) { .prow { grid-template-columns: 1fr; gap: .1rem; } }
.practice__at { font-family: var(--display); font-size: var(--t-1); color: var(--tone);
                text-align: right; opacity: .85; }
@media (max-width: 819px) { .practice__at { text-align: left; } }

/* Domain spirals ------------------------------------------------------------- */
.spirallist { list-style: none; padding: 0; margin-top: var(--s-2);
              border-top: 1px solid var(--rule); }
.spiralrow { display: grid; grid-template-columns: minmax(9rem,14rem) 1fr; gap: var(--s-1x);
             padding: .6rem 0; border-bottom: 1px solid var(--rule-soft); }
.spiralrow__n { font-family: var(--display); font-size: var(--t-1); color: var(--paper); }
.spiralrow__n b { color: var(--lume); font-weight: 500; }
.spiralrow__d { color: var(--muted); }
@media (max-width: 560px) { .spiralrow { grid-template-columns: 1fr; gap: .05rem; } }

/* Vision → Services: radial ---------------------------------------------------- */
.radial { margin-top: var(--s-3); display: grid; gap: var(--s-2); }
.radial__core { justify-self: center; text-align: center; font-family: var(--display);
  font-size: var(--t-2); color: var(--ink-deep); background: var(--lume);
  width: clamp(10rem, 26vw, 15rem); aspect-ratio: 1/1; border-radius: 50%;
  display: grid; place-content: center; padding: var(--s-1x); line-height: 1.15; }
.radial__petals { display: grid; gap: var(--s-1x); }
@media (min-width: 900px) { .radial__petals { grid-template-columns: repeat(2, 1fr); } }
.petal { border: 1px solid color-mix(in srgb, var(--tone) 45%, transparent);
         border-top: 3px solid var(--tone); background: var(--panel-soft);
         padding: var(--s-2); border-radius: var(--radius); }
.petal h4 { color: var(--tone); font-size: var(--t-1); }
.petal p { color: var(--muted); margin-top: var(--s-0); font-size: var(--t--1);
           line-height: 1.5; }

/* Funder tiles ---------------------------------------------------------------- */
.stiles { display: grid; gap: var(--s-1x); margin-top: var(--s-2); }
@media (min-width: 700px) { .stiles { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .stiles { grid-template-columns: repeat(3, 1fr); } }
.stile { border: 1px solid var(--rule); background: var(--panel-soft);
         padding: var(--s-1x) var(--s-2); border-radius: var(--radius); }
.stile:nth-child(3n+1) { border-left: 3px solid var(--a7); }
.stile:nth-child(3n+2) { border-left: 3px solid var(--a5); }
.stile:nth-child(3n+3) { border-left: 3px solid var(--a2); }
.stile h4 { color: var(--paper); font-size: var(--t-1); line-height: 1.2; }
.stile p { color: var(--muted); font-size: var(--t--1); margin-top: .35rem; }

/* IP suites ------------------------------------------------------------------- */
.ipgrid { display: grid; gap: var(--s-1x); }
@media (min-width: 720px) { .ipgrid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1020px) { .ipgrid { grid-template-columns: repeat(3, 1fr); } }
.ipcard { display: grid; gap: .3rem; text-decoration: none; color: inherit;
          border: 1px solid var(--rule); border-top: 3px solid var(--tone);
          background: var(--panel-soft); padding: var(--s-2); border-radius: var(--radius);
          transition: transform .2s ease, border-color .2s ease; }
.ipcard:hover { transform: translateY(-3px); border-color: var(--tone); color: inherit; }
.ipcard__n { font-family: var(--display); font-size: var(--t-2); color: var(--tone); }
.ipcard__d { color: var(--paper); font-size: var(--t--1); }
.ipcard__c { font-family: var(--mono); font-size: var(--t--1); color: var(--muted);
             margin-top: var(--s-0); }

.door-lite { display: block; text-decoration: none; color: inherit; height: 100%;
             border: 1px solid var(--rule); background: var(--panel-soft);
             padding: var(--s-2); border-radius: var(--radius);
             transition: border-color .2s ease, transform .2s ease; }
.door-lite:hover { border-color: var(--beige); transform: translateY(-3px); color: inherit; }
.door-lite h3 { color: var(--lume); margin-bottom: var(--s-0); }
.door__go { font-family: var(--mono); font-size: var(--t--1); color: var(--beige);
            letter-spacing: .1em; text-transform: uppercase; margin-top: var(--s-1x);
            display: inline-block; }

/* People cards ---------------------------------------------------------------- */
.pcards { display: grid; gap: var(--s-1x); }
@media (min-width: 900px) { .pcards { grid-template-columns: repeat(2, 1fr); } }
.pcard { display: grid; grid-template-columns: 8.5rem minmax(0, 1fr); gap: var(--s-2);
         text-decoration: none; color: inherit; border: 1px solid var(--rule);
         background: var(--panel-soft); padding: var(--s-2); border-radius: var(--radius);
         transition: border-color .2s ease, transform .2s ease; align-items: start; }
.pcard:hover { border-color: var(--lume); transform: translateY(-3px); color: inherit; }
.pcard__img { overflow: hidden; border: 1px solid var(--rule); border-radius: var(--radius); }
.pcard__img img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
.pcard__themes { display: block; font-family: var(--mono); font-size: .72rem;
                 letter-spacing: .06em; color: var(--lume); line-height: 1.5; }
.pcard__name { display: block; font-family: var(--display); font-size: var(--t-2);
               color: var(--paper); margin-top: .3rem; line-height: 1.1; }
.pcard__rows { display: grid; gap: .3rem; margin-top: var(--s-0); }
.pcard__rows span { display: grid; grid-template-columns: 6.5rem 1fr; gap: .5rem;
                    font-size: var(--t--1); color: var(--muted); }
.pcard__rows b { color: var(--beige); font-weight: 400; font-family: var(--mono);
                 font-size: .72rem; letter-spacing: .05em; text-transform: uppercase; }
.pcard__years { display: block; color: var(--leaf); font-size: var(--t--1);
                margin-top: var(--s-0); }
.pcard__more { display: inline-block; font-family: var(--mono); font-size: var(--t--1);
               color: var(--beige); margin-top: var(--s-0); }
@media (max-width: 560px) {
  .pcard { grid-template-columns: 1fr; }
  .pcard__img { max-width: 8rem; }
  .pcard__rows span { grid-template-columns: 1fr; gap: 0; }
}
.family { margin-top: var(--s-2); font-family: var(--display); font-size: var(--t-1);
          color: var(--beige); border-left: 2px solid var(--beige);
          padding: var(--s-0) 0 var(--s-0) var(--s-1x); }

/* Bio emphasis — the deck's coloured runs */
.bio .em { color: var(--lume); }
.portrait { overflow: hidden; border: 1px solid var(--rule); border-radius: var(--radius);
            background: var(--ink-raise); max-width: 20rem; }
.portrait img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }

/* Logo walls ------------------------------------------------------------------ */
.wallgrid { display: grid; gap: var(--s-2); margin-top: var(--s-1x); }
@media (min-width: 900px) { .wallgrid { grid-template-columns: minmax(0,3fr) minmax(0,1fr); } }
.wall { list-style: none; margin: 0; background: #fff; border-radius: var(--radius); }
.wall { display: grid; grid-template-columns: repeat(auto-fill, minmax(124px, 1fr));
        gap: var(--s-1x) var(--s-2); align-items: center; justify-items: center;
        padding: var(--s-2); }
.wall li { display: grid; place-items: center; width: 100%; }
.wall img { max-height: 50px; max-width: 116px; width: auto; height: auto; }
@media (max-width: 560px) { .wall img { height: 34px; } .wall { gap: var(--s-1x); } }
.walltags { align-content: flex-start; }

/* Client mosaic --------------------------------------------------------------- */
.ctiles { list-style: none; padding: 0; margin-top: var(--s-2);
          display: flex; flex-wrap: wrap; gap: .5rem; }
.ctiles li { padding: .55rem .9rem; border-radius: var(--radius); font-size: var(--t--1);
             line-height: 1.3; border: 1px solid transparent; }
.ctile--np  { background: color-mix(in srgb, var(--a4) 20%, transparent);
              border-color: color-mix(in srgb, var(--a4) 45%, transparent); color: #dcefc4; }
.ctile--fdn  { background: color-mix(in srgb, var(--a1) 82%, transparent);
              border-color: var(--a1); color: #06170d; font-weight: 700; }

.ctile--gov  { background: color-mix(in srgb, var(--a7) 82%, transparent);
              border-color: var(--a7); color: #06170d; font-weight: 700; }

.ctile--fp  { background: color-mix(in srgb, var(--a2) 20%, transparent);
              border-color: color-mix(in srgb, var(--a2) 45%, transparent); color: #f8e5c0; }
.clegend { list-style: none; padding: 0; margin-top: var(--s-2); display: flex;
           flex-wrap: wrap; gap: .5rem; font-family: var(--mono); font-size: .72rem;
           letter-spacing: .05em; text-transform: uppercase; }
.clegend li { padding: .35rem .7rem; border-radius: var(--radius);
              border: 1px solid transparent; font-weight: 700; }

/* Noticing -------------------------------------------------------------------- */
.notice-ctx { color: var(--muted); max-width: var(--prose); }
.notice-take { max-width: var(--prose); color: var(--paper); border-left: 2px solid var(--beige);
               padding-left: var(--s-1x); margin-top: var(--s-0); }
.notice-take span { display: block; font-family: var(--mono); font-size: .72rem;
                    letter-spacing: .12em; text-transform: uppercase; color: var(--beige);
                    margin-bottom: .3rem; }
.notice-src { font-size: var(--t--1); color: var(--muted); margin-top: var(--s-0); }

/* Contact --------------------------------------------------------------------- */
.contact-hero .hero__media img { object-position: 42% 32%; }
.contact-hero .hero__in { padding-block: clamp(9rem, 34vw, 22rem) var(--s-4); }
.contact-illumine { font-family: var(--display); font-style: italic; color: var(--beige);
                    font-size: var(--t-3); line-height: 1.1; }

/* Textured bands — the leaf reads through raised sections too ---------------- */
.band--raise { background: color-mix(in srgb, var(--ink-raise) 62%, transparent); }
.foot { background: color-mix(in srgb, var(--ink-deep) 74%, transparent); }

/* Brand lockup — as slide 1 -------------------------------------------------- */
.brand { display: grid; grid-template-columns: auto 1fr; align-items: center;
         column-gap: .5rem; row-gap: 0; }
.brand__link { display: contents; }
.brand .brand__mark { grid-column: 1; grid-row: 1 / span 2; align-self: center; }
.brand .brand__word { grid-column: 2; grid-row: 1; align-self: end; }
.brand__sub { grid-column: 2; grid-row: 2; align-self: start; }
.brand .brand__mark { width: 74px; height: 74px; flex: none; }
.brand__lock { display: block; }
.brand .brand__word { width: 152px; height: auto; }
/* The strapline is set to sit under twice the wordmark's width. */
.brand__sub { font-size: .585rem; letter-spacing: -.002em; text-transform: none;
              color: var(--paper); white-space: nowrap; margin-top: -.28rem; }
.brand__sub .cos { color: var(--beige); text-decoration: underline;
              text-decoration-color: var(--beige); text-underline-offset: .18em; }
.brand__sub .cos:hover { color: var(--paper); text-decoration-color: var(--paper); }
@media (max-width: 700px) {
  .brand .brand__mark { width: 50px; height: 50px; }
  .brand .brand__word { width: 100px; }
  .brand__sub { font-size: .5rem; }
}
@media (max-width: 380px) { .brand__sub { display: none; } }

/* Cosmos tab in the bar */
.nav__cosmos img { height: 22px; width: auto; opacity: .9; transition: opacity .2s ease; }
.nav__cosmos a { border-bottom: 0; display: inline-flex; align-items: center; gap: .35rem; }
.nav__cosmos a:hover img { opacity: 1; }
.nav__cosmos .ext { font-size: .7em; color: var(--muted); }
@media (max-width: 1023px) { .nav__cosmos img { height: 26px; } }

/* Full-bleed heroes: show the whole picture ---------------------------------- */
.hero--full { display: grid; }
.hero--full .hero__media { position: relative; grid-area: 1/1; }
.hero--full .hero__media img { width: 100%; height: auto; max-height: 78vh;
                               object-fit: contain; }
.hero--full .hero__in { grid-area: 1/1; align-self: end; padding-block: var(--s-3); }

/* Slide-22 prismatic bands, rebuilt in CSS */
.prismatic { position: relative; }
.prismatic::before { content: ""; position: absolute; inset: 0; z-index: 1;
  pointer-events: none; mix-blend-mode: screen; opacity: .5;
  background: repeating-linear-gradient(90deg,
    rgba(255,255,255,0) 0 7.2%, rgba(255,246,225,.20) 7.2% 8.4%,
    rgba(255,255,255,0) 8.4% 15.6%); }
.prismatic::after { content: ""; position: absolute; inset: 0; z-index: 1;
  pointer-events: none;
  background: radial-gradient(58% 62% at 50% 42%,
    rgba(255,238,205,.16) 0%, rgba(255,238,205,0) 62%); }
.illumine { font-family: var(--display); font-size: var(--t-3); color: var(--lume);
            text-align: center; line-height: 1.15; }
.illumine b { display: block; color: var(--paper); font-weight: 500;
              font-size: .62em; margin-top: var(--s-0); }

/* Values ladder — as slide 9 ------------------------------------------------- */
.vladder { display: grid; gap: .55rem; margin-top: var(--s-2);
           grid-template-columns: 1fr auto 1fr; align-items: center; }
.vladder__l, .vladder__r { border: 1px solid var(--rule); background: var(--panel-soft);
  padding: .7rem var(--s-1x); border-radius: var(--radius); font-size: var(--t-0); }
.vladder__l { text-align: right; border-right: 3px solid var(--lume); }
.vladder__r { border-left: 3px solid var(--beige); }
.vladder__j { width: 3rem; height: 1px; background: var(--rule); }
.vladder__spine { grid-column: 2; justify-self: center; width: 1px;
                  background: linear-gradient(var(--a2), var(--a7)); height: 100%; }
.vladder__out { grid-column: 1/-1; justify-self: center; margin-top: var(--s-1x);
  font-family: var(--display); font-size: var(--t-2); color: var(--lume); }
.vladder__arrow { grid-column: 1/-1; justify-self: center; color: var(--beige);
                  font-size: var(--t-1); line-height: 1; }
@media (max-width: 700px) {
  .vladder { grid-template-columns: 1fr; }
  .vladder__l { text-align: left; border-right: 0; border-left: 3px solid var(--lume); }
  .vladder__j { display: none; }
}

/* Domain spirals mirrored, as slide 14 --------------------------------------- */
.spiralrow__n { text-align: right; }
@media (max-width: 560px) { .spiralrow__n { text-align: left; } }

/* Services petals: itemised rather than one run-on line ---------------------- */
.petal ul { list-style: none; padding: 0; margin-top: var(--s-0); display: grid; gap: .3rem; }
.petal li { color: var(--muted); font-size: var(--t--1); line-height: 1.4;
            padding: .3rem .55rem; border-radius: var(--radius);
            background: color-mix(in srgb, var(--tone) 8%, transparent); }
.petal li:nth-child(even) { background: color-mix(in srgb, var(--tone) 15%, transparent); }

/* SM mark, smaller */
.sm { font-size: .32em; vertical-align: .95em; letter-spacing: .02em; opacity: .8; }

/* Flags strip on people pages ------------------------------------------------ */
.flags { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: .55rem;
         margin-top: var(--s-1x); }
.flags img { height: 26px; width: auto; border: 1px solid var(--rule-soft);
             border-radius: 1px; }
.wallcol { display: grid; gap: var(--s-1x); }
.ctx-link { color: var(--muted); text-decoration: none;
            border-bottom: 1px solid var(--rule); }
.ctx-link:hover { color: var(--paper); border-bottom-color: var(--beige); }
.notice-item__t a { color: inherit; text-decoration: none; }
.notice-item__t a:hover { color: var(--lume); }

/* Why we exist — the cell as a washed ground behind hero and Our Belief ------- */
.cellwash { position: relative; overflow: clip; }
.cellwash__media { position: absolute; inset: 0; z-index: 0; }
.cellwash__media img { width: 100%; height: 100%; object-fit: cover;
                       object-position: 50% 42%; opacity: .5; }
.cellwash::after { content: ""; position: absolute; inset: 0; z-index: 0;
  background: radial-gradient(120% 85% at 62% 34%,
    rgba(4,21,11,.30) 0%, rgba(4,21,11,.80) 52%, var(--ink) 100%); }
.cellwash__in { position: relative; z-index: 1; }
.band--clear { background: none; }
@media (min-width: 900px) {
  .cellwash__media img { object-position: 68% 42%; }
  .cellwash::after { background: linear-gradient(to right,
    rgba(4,21,11,.94) 0%, rgba(4,21,11,.80) 46%, rgba(4,21,11,.28) 100%); }
}

/* Values strapline on one line ----------------------------------------------- */
.vstrap { font-family: var(--display); color: var(--beige); white-space: nowrap;
          font-size: clamp(.82rem, 2.3vw, 1.7rem); letter-spacing: -.01em;
          margin-bottom: var(--s-1x); }

/* Domain spirals: text must not outrun the picture --------------------------- */
#spirals .bleed__media img { object-position: 78% 50%; transform: scaleX(-1); }
#spirals .bleed__in { padding-block: var(--s-4) var(--s-5); }

/* People cards — the full slide-17 card -------------------------------------- */
.pcard__sd { display: block; font-family: var(--mono); font-size: .68rem;
             letter-spacing: .1em; text-transform: uppercase; color: var(--beige);
             margin-top: var(--s-0); }
.pcard__sdlist { display: block; color: var(--muted); font-size: var(--t--1);
                 line-height: 1.45; margin-top: .2rem; }
.pcard__note { display: block; color: var(--leaf); font-size: var(--t--1);
               margin-top: .35rem; line-height: 1.45; }
.pcard__years { color: var(--paper); }
@media (min-width: 900px) { .pcards { grid-template-columns: 1fr; } }
@media (min-width: 1180px) { .pcards { grid-template-columns: repeat(2, 1fr); } }

/* Two deliberate nav rows ---------------------------------------------------- */
@media (min-width: 1024px) {
  .nav { display: grid; gap: .35rem; }
  .nav__list--main, .nav__list--sec { justify-content: flex-end; }
  .nav__list--sec { gap: 1.1rem; align-items: center; }
}
@media (max-width: 1023px) {
  .nav__list--sec { margin-top: var(--s-1x); padding-top: var(--s-1x);
                    border-top: 1px solid var(--rule); }
}

/* Screen 1: the word in white, away from the masthead's blue ----------------- */
.etym__word--white { color: var(--paper); }

/* Screen 2: the quasar, still ------------------------------------------------ */
.claim-band__still { grid-area: 1/1; position: relative; overflow: clip; }
.claim-band__still img { position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: 56% 46%; }
/* Deck treatment: a flat black over the full-brightness frame. */
.claim-band__still::after { content: ""; position: absolute; inset: 0;
  background: rgba(0,0,0,.42); }
.claim-band .bleed__scrim { background:
  linear-gradient(to right, rgba(4,21,11,.72) 0%, rgba(4,21,11,.34) 42%,
    rgba(4,21,11,.10) 72%, rgba(4,21,11,.34) 100%); }
@media (max-width: 767px) {
  .claim-band__still::after { background: rgba(0,0,0,.5); }
  .claim-band .bleed__scrim { background: linear-gradient(to bottom,
    rgba(4,21,11,.45) 0%, rgba(4,21,11,.78) 60%, rgba(4,21,11,.95) 100%); }
}

/* (superseded) blazar disk ---------------------------------------------------- */
@media (prefers-reduced-motion: no-preference) {
  .bleed__media--spin img { animation: drift 210s linear infinite;
                            transform-origin: 55% 48%; will-change: transform; }
}
.bleed__media--spin { overflow: clip; }
.bleed__media--spin img { transform: scale(1.5); }
@keyframes drift { from { transform: scale(1.5) rotate(0deg); }
                   to   { transform: scale(1.5) rotate(360deg); } }

/* Thesis closing line fills the fourth quadrant */
.thesis-close { margin-top: var(--s-3); font-family: var(--display);
                font-size: var(--t-1); color: var(--beige); max-width: 46ch;
                border-top: 1px solid var(--rule); padding-top: var(--s-1x); }

/* The close: Ash's offset-strip composite, shown whole ----------------------- */
.closer { position: relative; overflow: clip; display: grid; }
.closer__media { grid-area: 1/1; }
.closer__media img { width: 100%; height: auto; display: block; }
.closer__in { grid-area: 1/1; align-self: end; position: relative; z-index: 1;
              padding-block: var(--s-3) var(--s-4); }
.closer::after { content: ""; position: absolute; inset: 0; z-index: 0;
  background: linear-gradient(to bottom, transparent 42%,
    color-mix(in srgb, var(--ink) 55%, transparent) 72%,
    color-mix(in srgb, var(--ink) 92%, transparent) 100%); }

/* Questions: a catalogue with a clear hierarchy ------------------------------ */
.qgroup__t { display: block; }
.qgroup__s { display: block; margin-top: .25rem; }
.qregion { font-family: var(--mono); font-size: var(--t--1); letter-spacing: .12em;
           text-transform: uppercase; color: var(--leaf); padding: var(--s-2) 0 .4rem;
           border-top: 1px solid var(--rule); margin-top: var(--s-1x); }
.qlist .qregion:first-child { margin-top: 0; border-top: 0; padding-top: 0; }
.qitem__id { color: var(--beige); }
.qitem__label { color: var(--lume); text-transform: none; letter-spacing: .02em;
                font-size: var(--t-0); }
.qitem__q { color: var(--paper); }

/* People card: two columns, no dead space under the photo -------------------- */
.pcard { grid-template-columns: 11rem minmax(0, 1fr); align-items: start; }
.pcard__left { display: block; }
.pcard__img { display: block; }
@media (max-width: 600px) { .pcard { grid-template-columns: 1fr; }
                            .pcard__img { max-width: 9rem; } }

/* Client mosaic: lime yellow for non-profits, clustered by type -------------- */
.ctile--np  { background: color-mix(in srgb, #d7e04a 84%, transparent);
              border-color: #d7e04a; color: #14210a; font-weight: 700; }


/* Bands with imagery: content sets the height, image always fills ------------- */
.bleed { display: grid; }
.bleed__media { position: relative; grid-area: 1/1; height: 100%; }
.bleed__media img { width: 100%; height: 100%; object-fit: cover; }
.bleed__scrim { grid-area: 1/1; position: relative; }
.bleed__in { grid-area: 1/1; position: relative; z-index: 1; }

/* Domain spirals: bright side away from the text */
#spirals .bleed__media img { object-position: 22% 50%; transform: scaleX(-1); }

/* Why we exist: keep the cell bright on the right, muted under the text */
@media (min-width: 900px) {
  .cellwash__media img { opacity: .78; object-position: 72% 44%; }
  .cellwash::after { background: linear-gradient(to right,
    rgba(4,21,11,.96) 0%, rgba(4,21,11,.86) 38%,
    rgba(4,21,11,.42) 72%, rgba(4,21,11,.12) 100%); }
}

/* Our Values: heading and strapline centred above the chain */
#values .vstrap { text-align: center; }
#values h2 { text-align: center; }
.vladder { margin-top: var(--s-2); }

/* Freshness stamp — the honest reason to come back --------------------------- */
.freshness { font-family: var(--mono); font-size: var(--t--1); color: var(--muted);
             letter-spacing: .04em; margin-top: var(--s-1x); }
.freshness b { color: var(--beige); font-weight: 400; }


/* Imaged bands: the picture fills the band at every zoom ---------------------- */
.bleed { display: grid; }
.bleed__media { grid-area: 1/1; position: relative; overflow: clip; min-height: 100%; }
.bleed__media img { position: absolute; inset: 0; width: 100%; height: 100%;
                    object-fit: cover; }
.bleed__scrim { grid-area: 1/1; position: relative; }
.bleed__in { grid-area: 1/1; position: relative; z-index: 1; }
.cellwash__media { position: absolute; inset: 0; }
.cellwash__media img { width: 100%; height: 100%; object-fit: cover; }

/* Domain spirals: the succulent's bright side belongs away from the text */
#spirals .bleed__media img { object-position: 100% 50%; transform: none; }

/* Lockup: strapline runs to roughly twice the wordmark, as on slide 1 */
.brand .brand__mark { width: 78px; height: 78px; }
.brand .brand__word { width: 132px; }
.brand__sub { font-size: .885rem; letter-spacing: -.004em; margin-top: -.2rem; }
@media (max-width: 700px) {
  .brand .brand__mark { width: 46px; height: 46px; }
  .brand .brand__word { width: 84px; }
  .brand__sub { font-size: .55rem; }
}

/* Blazar: only the disk turns */
.bleed__media--spin img { animation: none !important; transform: none; }
.spinner { position: absolute; inset: 0; z-index: 0; overflow: clip; pointer-events: none; }
.spinner__disk { position: absolute; left: 50%; top: 46%; width: 78%; aspect-ratio: 1/1;
  transform: translate(-50%, -50%); border-radius: 50%;
  background-image: var(--disk); background-size: cover;
  background-position: 55% 48%;
  -webkit-mask-image: radial-gradient(circle, #000 52%, transparent 74%);
  mask-image: radial-gradient(circle, #000 52%, transparent 74%); }
@media (prefers-reduced-motion: no-preference) {
  .spinner__disk { animation: diskspin 240s linear infinite; }
}
@keyframes diskspin { to { transform: translate(-50%, -50%) rotate(360deg); } }

/* People card: support domains span the full card width */
.pcard { grid-template-columns: 11rem minmax(0, 1fr); row-gap: var(--s-0); }
.pcard__img { grid-column: 1; grid-row: 1; }
.pcard__body { grid-column: 2; grid-row: 1; }
.pcard__sd, .pcard__sdlist, .pcard__note, .pcard__more { grid-column: 1 / -1; }
.pcard__sd { margin-top: var(--s-0); }
@media (max-width: 600px) { .pcard { grid-template-columns: 1fr; } }
