/* Raydar v5 "Signal". Night canvas, cream interludes, Pony's echolocation.
   Linked after /shared/brand.css; tokens there are never forked.
   Order: tokens, base, shared parts, nav and sheet, home sections, inner
   pages, footer, responsive (one block per breakpoint), reduced motion,
   and last the focus rings, so no component shadow can hide them. */

:root {
  --night: #0D0D0D;          /* the dark clips' baked background */
  --pure: #000000;           /* contacts_second */
  --card: #171717;           /* Pony's dark grey */
  --card-2: #1D1D1D;
  --t1: #F6F3E9;             /* beige on night: 17.6:1 */
  --t2: rgba(246, 243, 233, .76);
  --t3: rgba(246, 243, 233, .62); /* about 6:1 on night */
  --hair: rgba(246, 243, 233, .12);
  --hair-2: rgba(246, 243, 233, .24);
  --violet: #7F72FF;         /* 5.25:1 as text on night */
  --orange: #FF6E00;         /* dots, stripes, never text */
  --cream: #F8F5EC;          /* the cream clips as Chrome paints them (file: #F5F3E8) */

  --gut: clamp(16px, 4vw, 56px);
  --maxw: 1360px;
  --nav-h: 76px;
  --r-lg: 32px;
  --ease: cubic-bezier(.16, 1, .3, 1);

  /* Three display steps plus the page title: mega (a page's h1), d1 (split
     and section headlines), d2 (secondary heads), d3 (statements). */
  --fs-hero: clamp(44px, 7vw, 124px);
  --fs-mega: clamp(52px, 8.4vw, 150px);
  --fs-d1: clamp(40px, 5.8vw, 100px);
  --fs-d2: clamp(34px, 4.4vw, 72px);
  --fs-d3: clamp(24px, 2.35vw, 38px);
  --fs-lede: clamp(17px, 1.4vw, 21px);
}

/* ------------------------------------------------------------------ Base */
html { scroll-padding-top: calc(var(--nav-h) + 16px); background: var(--night); }
html.has-sheet { overflow: hidden; }
body { background: var(--night); color: var(--t1); overflow-x: clip; }
::selection { background: var(--violet); color: var(--rd-ink); }
a { text-decoration-thickness: 1px; text-underline-offset: 3px; }
p { margin: 0; }
img { max-width: 100%; }

.wrap { width: min(100% - 2 * var(--gut), var(--maxw)); margin-inline: auto; }
.t3 { color: var(--t3); }
.violet { color: var(--violet); }
.nowrap { white-space: nowrap; }
.d1 { font-family: var(--rd-font-display); font-weight: 400; font-size: var(--fs-d1); line-height: .98; margin: 0; overflow-wrap: break-word; }
.d2 { font-family: var(--rd-font-display); font-weight: 400; font-size: var(--fs-d2); line-height: 1.02; margin: 0; overflow-wrap: break-word; }
.d3 { font-family: var(--rd-font-display); font-weight: 400; font-size: var(--fs-d3); line-height: 1.16; margin: 0; }
.lede { font-size: var(--fs-lede); line-height: 1.5; color: var(--t2); max-width: 36em; margin: 0; }

/* Labels: Inter Medium caps at 13px, letter-spacing 0, led by a signal dot.
   The dot is still; only the "Live roles" dot pulses, briefly. */
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 22px; font: 500 13px/1.3 var(--rd-font-ui); text-transform: uppercase; color: var(--t2); }
.eyebrow::before { content: ""; flex: none; width: 8px; height: 8px; border-radius: 50%; background: var(--orange); }
.eyebrow--live::before { animation: signal 2.4s var(--ease) 2; }
.eyebrow--ink { color: var(--rd-ink-2); }
@keyframes signal { 0% { box-shadow: 0 0 0 0 rgba(255, 110, 0, .55); } 70%, 100% { box-shadow: 0 0 0 10px rgba(255, 110, 0, 0); } }

/* Buttons: flat violet with ink text. No glow: violet stays flat. */
.rd-btn { text-align: center; line-height: 1.2; }
.btn-lg { min-height: 56px; padding: 0 1.6em; font-size: 17px; }
.btn-ghost { background: transparent; color: var(--t1); border-color: var(--hair-2); }
.btn-ghost:hover { background: rgba(246, 243, 233, .08); border-color: rgba(246, 243, 233, .5); }
.btn-cream { background: var(--t1); color: var(--rd-ink); }
.btn-cream:hover { background: #fff; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin: 0; }
.textbtn { display: inline-flex; align-items: center; min-height: 44px; background: none; border: 0; padding: 0 8px; color: var(--t2); font: 500 14px/1.2 var(--rd-font-ui); text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.textbtn:hover { color: var(--t1); }
.textbtn[aria-disabled="true"] { color: var(--t3); text-decoration: none; cursor: default; opacity: .7; }
.is-disabled { opacity: .4; pointer-events: none; }

.link-arrow { display: inline-flex; align-items: center; gap: 8px; color: var(--t1); font-weight: 500; text-decoration: none; background: linear-gradient(var(--orange), var(--orange)) 0 calc(100% - 6px) / 0 2px no-repeat; padding-block: 12px 9px; transition: background-size .35s var(--ease); }
.link-arrow::after { content: ""; flex: none; width: 14px; height: 14px; background: currentColor; -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4 12 12 4M6 4h6v6' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4 12 12 4M6 4h6v6' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat; transition: transform .3s var(--ease); }
.link-arrow:hover { background-size: 100% 2px; }
.link-arrow:hover::after { transform: translate(2px, -2px); }
.link-arrow--ink { color: var(--rd-ink); }

/* Recording disclosure: always beside an Agent Call button. */
.rd-note { color: var(--t2); }
.note-rec { display: flex; gap: 10px; align-items: baseline; max-width: 34em; margin-top: 14px; font-size: 14px; }
.rec-dot { flex: none; width: 8px; height: 8px; border-radius: 50%; background: var(--orange); display: inline-block; transform: translateY(-1px); }
.rec-dot--ink { background: var(--rd-ink); }
.cream .rd-note { color: var(--rd-ink-2); }

/* Neutral information note (the direct-application note): an "i", not the
   orange recording dot, and never directly under an Apply button. */
.info-note { display: flex; gap: 12px; align-items: flex-start; max-width: 46em; font-size: 15px; line-height: 1.5; color: var(--t2); }
.info-dot { flex: none; display: inline-grid; place-items: center; width: 22px; height: 22px; margin-top: 1px; border-radius: 50%; border: 1.5px solid currentColor; font: 700 12px/1 var(--rd-font-ui); font-style: normal; }

/* Vertical line field (Pony's soundwave texture), CSS so it stays crisp. */
.lines { position: absolute; inset: 0; pointer-events: none; background: repeating-linear-gradient(90deg, rgba(246, 243, 233, .07) 0 1px, transparent 1px 9px); -webkit-mask: radial-gradient(60% 55% at 50% 50%, #000 0%, transparent 100%); mask: radial-gradient(60% 55% at 50% 50%, #000 0%, transparent 100%); }

/* Split-word reveal. Hidden states apply only when scripts run, so the page
   still reads with JavaScript off. */
.is-split .w { display: inline-block; overflow: hidden; vertical-align: top; padding-bottom: .08em; margin-bottom: -.08em; }
.is-split .w__i { display: inline-block; transform: translateY(105%); transition: transform 1.1s var(--ease); }
.is-split.is-in .w__i { transform: none; }
@media (scripting: enabled) {
  [data-reveal] { opacity: 0; transform: translateY(24px); }
}
[data-reveal] { transition: opacity .9s var(--ease), transform 1.1s var(--ease); transition-delay: calc(var(--i, 0) * 90ms); }
[data-reveal].is-in { opacity: 1; transform: none; }

/* ------------------------------------------------------------------- Nav */
.nav { position: fixed; inset: 0 0 auto; z-index: 50; transition: background-color .3s var(--ease), box-shadow .3s var(--ease); }
.nav.is-scrolled { background: rgba(13, 13, 13, .9); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); box-shadow: 0 1px 0 var(--hair); }
.nav.is-cream { background: var(--cream); box-shadow: 0 1px 0 rgba(15, 15, 15, .1); }
.nav__bar { height: var(--nav-h); width: min(100% - 2 * var(--gut), 1440px); margin-inline: auto; display: flex; align-items: center; gap: 40px; }
.nav__logo { flex: none; display: block; border-radius: 8px; }
.nav__logo img { display: block; width: 128px; height: auto; }
.nav__logo .nav__logo-ink, .nav.is-cream .nav__logo .nav__logo-light { display: none; }
.nav.is-cream .nav__logo .nav__logo-ink { display: block; }
.nav__links { display: flex; gap: 30px; margin-left: 12px; }
.nav__links a { position: relative; color: var(--t1); text-decoration: none; font-size: 15px; font-weight: 500; padding: 12px 0; }
.nav__links a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 6px; height: 2px; background: var(--orange); transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease); }
.nav__links a:hover::after, .nav__links a[aria-current="page"]::after { transform: none; }
.nav__links .nav__quiet { color: var(--t2); margin-left: 14px; }
.nav.is-cream .nav__links a { color: var(--rd-ink); }
.nav.is-cream .nav__links .nav__quiet { color: var(--rd-ink-2); }
.nav__cta { margin-left: auto; display: flex; align-items: center; gap: 18px; }
.nav__note { display: flex; gap: 9px; align-items: baseline; font-size: 12.5px; line-height: 1.35; color: var(--t3); text-align: left; }
.nav.is-cream .nav__note { color: var(--rd-ink-3); }
.nav__book { min-height: 44px; font-size: 15px; }
.nav__mobile { display: none; margin-left: auto; align-items: center; gap: 8px; }
.nav__mbook { min-height: 44px; padding: 0 1em; font-size: 15px; white-space: nowrap; }
.nav__menu { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 0 14px; border-radius: 999px; border: 1.5px solid var(--hair-2); background: transparent; color: var(--t1); font: 500 15px/1 var(--rd-font-ui); cursor: pointer; }
.nav.is-cream .nav__menu { color: var(--rd-ink); border-color: rgba(15, 15, 15, .35); }
.nav__burger { width: 14px; height: 8px; border-top: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; }

/* Sheet: Pony's full-screen violet menu, ink text (5.25:1), white lockup. */
.sheet { position: fixed; inset: 0; width: 100%; height: 100%; max-width: none; max-height: none; margin: 0; padding: 0; border: 0; background: var(--violet); color: var(--rd-ink); overflow-y: auto; }
.sheet::backdrop { background: rgba(0, 0, 0, .5); }
.sheet[open] { animation: sheet-in .45s var(--ease); }
@keyframes sheet-in { from { opacity: 0; transform: translateY(-12px); } to { opacity: 1; transform: none; } }
.sheet__inner { min-height: 100%; padding: 12px var(--gut) 40px; display: flex; flex-direction: column; gap: 28px; background: repeating-linear-gradient(90deg, rgba(15, 15, 15, .05) 0 1px, transparent 1px 10px); }
.sheet__top { display: flex; align-items: center; justify-content: space-between; min-height: 44px; }
.sheet__logo img { display: block; width: 112px; height: auto; }
.sheet__close { min-height: 44px; padding: 0 18px; border-radius: 999px; border: 1.5px solid var(--rd-ink); background: transparent; color: var(--rd-ink); font: 500 15px/1 var(--rd-font-ui); cursor: pointer; }
.sheet__call { background: var(--rd-beige); border-radius: 24px; padding: 22px 20px 20px; display: grid; gap: 12px; }
.sheet[data-mode="call"] .sheet__call { box-shadow: 0 0 0 3px var(--rd-ink); }
.sheet__kicker { font: 500 13px/1.3 var(--rd-font-ui); text-transform: uppercase; color: var(--rd-ink-2); }
.sheet__call-title { font-family: var(--rd-font-display); font-size: 30px; line-height: 1.1; }
.sheet__call-text { font-size: 16px; color: var(--rd-ink-2); }
.sheet__call .rd-btn { width: 100%; }
.sheet__note { display: flex; gap: 10px; align-items: baseline; font-size: 15px; color: var(--rd-ink); }
.sheet__intro { font-size: 16px; }
.sheet__intro a { color: var(--rd-violet-800); font-weight: 500; }
.sheet__nav ul { list-style: none; margin: 0; padding: 0; }
.sheet__nav a { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 8px 0; font-family: var(--rd-font-display); font-size: 44px; line-height: 1.05; color: var(--rd-ink); text-decoration: none; border-bottom: 1px solid rgba(15, 15, 15, .18); }
.sheet__nav a[aria-current="page"]::after { content: ""; flex: none; width: 10px; height: 10px; border-radius: 50%; background: var(--rd-ink); }
.sheet__small { margin-top: auto; display: flex; flex-wrap: wrap; gap: 0 22px; font-size: 16px; }
.sheet__small a { display: inline-block; padding: 10px 0; color: var(--rd-ink); }

/* ======================================================================
   Home
   ====================================================================== */

/* Hero: Pony's split headline wrapped around the dark stone bust
   (contacts_second, pure black). "One conversation," sits top left,
   "many doors." sits right of the head; the lede and actions stay in the
   left column so the lead action is in the first screen. */
.hero { position: relative; min-height: clamp(680px, 100svh, 1040px); background: var(--pure); overflow: hidden; isolation: isolate; display: flex; align-items: center; padding: calc(var(--nav-h) + 24px) 0 clamp(40px, 6vh, 72px); }
.hero__bust { position: absolute; z-index: -1; bottom: 0; left: 39%; height: 100%; aspect-ratio: 800 / 900; -webkit-mask: linear-gradient(to bottom, #000 72%, transparent 100%); mask: linear-gradient(to bottom, #000 72%, transparent 100%); }
.hero__bust video { display: block; width: 100%; height: 100%; object-fit: cover; }
.lines--hero { z-index: -2; -webkit-mask: radial-gradient(55% 60% at 22% 60%, #000, transparent); mask: radial-gradient(55% 60% at 22% 60%, #000, transparent); }
.hero__content { position: static; }
.hero__title { font-size: var(--fs-hero); line-height: .95; margin: 0; }
.hero__title .br { display: block; }
.hero__w1 { display: block; }
.hero__w2 { position: absolute; right: max(var(--gut), (100% - var(--maxw)) / 2); top: 44%; text-align: right; }
.hero__lede { margin-top: clamp(24px, 2.6vw, 36px); font-size: var(--fs-lede); line-height: 1.5; color: var(--t2); max-width: 31em; }
.hero__act { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: clamp(24px, 2.6vw, 36px); max-width: 620px; }
.hero__act .note-rec { flex-basis: 100%; order: 3; margin-top: 2px; }

/* The Radar */
.radar-sec { position: relative; padding: clamp(72px, 6vw, 88px) 0 clamp(80px, 9vw, 140px); border-top: 1px solid var(--hair); }
.radar-sec__grid { display: grid; grid-template-columns: minmax(300px, 440px) minmax(0, 1fr); gap: clamp(32px, 5vw, 88px); align-items: start; }
.radar-sec__copy { position: sticky; top: calc(var(--nav-h) + 24px); }
.radar-sec__copy .lede { margin-top: 24px; }
.radar-count { display: flex; align-items: center; gap: 16px; margin: 32px 0 24px; }
.radar-count__n { font-family: var(--rd-font-display); font-size: clamp(56px, 5.6vw, 88px); line-height: .9; font-variant-numeric: tabular-nums; }
.radar-count__l { font-size: 15px; line-height: 1.35; color: var(--t2); }
.radar-latest { display: flex; align-items: baseline; gap: 14px; margin: -4px 0 24px; min-width: 0; }
.radar-latest__k { flex: none; font: 500 13px/1.3 var(--rd-font-ui); text-transform: uppercase; color: var(--t3); }
.cycler { position: relative; display: inline-grid; min-width: 0; overflow: hidden; font-family: var(--rd-font-display); font-size: clamp(20px, 1.7vw, 26px); line-height: 1.3; color: var(--violet); }
.cycler__item { grid-area: 1 / 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: transform .7s var(--ease), opacity .5s var(--ease); }
.cycler__item.is-enter { transform: translateY(90%); opacity: 0; }
.cycler__item.is-leave { transform: translateY(-90%); opacity: 0; }
.radar-search { display: flex; gap: 6px; align-items: center; margin: 0 0 28px; padding: 5px; border-radius: 999px; background: var(--card); border: 1px solid var(--hair-2); }
.radar-search input { flex: 1; min-width: 0; min-height: 48px; padding: 0 12px 0 44px; border: 0; border-radius: 999px; background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Ccircle cx='8.5' cy='8.5' r='6' fill='none' stroke='%23F6F3E9' stroke-opacity='.7' stroke-width='1.6'/%3E%3Cpath d='m13 13 4.5 4.5' stroke='%23F6F3E9' stroke-opacity='.7' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E") 16px 50% / 18px no-repeat; color: var(--t1); font: 400 17px/1.2 var(--rd-font-ui); }
.radar-search input::placeholder { color: var(--t3); }
.radar-search .rd-btn { flex: none; min-height: 48px; padding: 0 1.2em; font-size: 15px; }
.radar-tools { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-bottom: 26px; }
.seg { display: inline-flex; padding: 4px; border-radius: 999px; background: var(--card); border: 1px solid var(--hair); }
.seg__btn { min-height: 38px; padding: 0 16px; border: 0; border-radius: 999px; background: transparent; color: var(--t2); font: 500 14px/1 var(--rd-font-ui); cursor: pointer; }
.seg__btn[aria-pressed="true"], .seg__btn[aria-pressed="true"]:hover { background: var(--t1); color: var(--rd-ink); }
.pause { display: inline-flex; align-items: center; gap: 10px; min-height: 46px; padding: 0 16px; border-radius: 999px; border: 1px solid var(--hair); background: transparent; color: var(--t2); font: 500 14px/1 var(--rd-font-ui); cursor: pointer; }
.pause:hover, .seg__btn:hover { color: var(--t1); }
.pause[aria-pressed="true"] { background: var(--t1); color: var(--rd-ink); border-color: var(--t1); }
.pause__icon { width: 10px; height: 12px; border-left: 3px solid currentColor; border-right: 3px solid currentColor; }
.legend { border: 0; margin: 0; padding: 0; min-width: 0; min-inline-size: 0; max-width: 100%; }
.legend__title { padding: 0; margin-bottom: 12px; font: 500 13px/1.3 var(--rd-font-ui); text-transform: uppercase; color: var(--t2); }
.legend__title .t3 { text-transform: none; font-weight: 400; }
.legend__items { display: flex; flex-wrap: wrap; gap: 8px; max-width: 100%; }
.chip { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 4px 12px 4px 5px; border-radius: 999px; border: 1px solid var(--hair-2); background: var(--card); color: var(--t1); font: 500 14px/1.1 var(--rd-font-ui); cursor: pointer; transition: background-color .2s, border-color .2s, opacity .2s; }
.chip img { width: 32px; height: 32px; border-radius: 50%; object-fit: cover; object-position: 50% 20%; background: #2a2a2a; }
.chip__n { color: var(--t3); font-variant-numeric: tabular-nums; }
.chip:hover { border-color: var(--violet); }
.chip[aria-pressed="false"] { background: transparent; border-style: dashed; color: var(--t3); }
.chip[aria-pressed="false"] img { filter: grayscale(1); opacity: .5; }
.legend__bulk { display: inline-flex; gap: 4px; align-items: center; padding-left: 2px; }
.radar-key { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 10px; margin-top: 22px; font-size: 14px; color: var(--t2); }
.key-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--t1); box-shadow: 0 0 0 2px var(--night); outline: 1px solid rgba(246, 243, 233, .5); }
.radar-key .key-dot:not(:first-child) { margin-left: 10px; }
.key-dot--fresh { background: var(--orange); }
.radar-help { margin-top: 12px; font-size: 14px; max-width: 34em; }
.radar-links { display: flex; flex-wrap: wrap; gap: 0 24px; margin-top: 12px; font-size: 15px; }
.radar-sec__stage { position: relative; min-width: 0; }
.radar-wrap { position: relative; width: min(100%, 740px, calc(100svh - 150px)); margin-left: auto; }
.radar-empty { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: min(80%, 320px); text-align: center; padding: 18px 20px; border-radius: 16px; background: rgba(13, 13, 13, .92); border: 1px solid var(--hair-2); color: var(--t1); font-size: 15px; }
.radar-empty[hidden] { display: none; }

.radar { position: relative; width: 100%; aspect-ratio: 1; }
.radar__scope { position: absolute; inset: 0; border-radius: 50%; }
.radar__face { position: absolute; inset: 0; border-radius: 50%; overflow: hidden; }
.radar__disc { position: absolute; inset: 0; width: 100%; height: 100%; border-radius: 50%; }
.radar__shade { position: absolute; inset: 0; border-radius: 50%; background: conic-gradient(from 335.6deg, rgba(5, 5, 5, .46) 0deg, rgba(5, 5, 5, .38) 150deg, rgba(5, 5, 5, 0) 358deg, rgba(5, 5, 5, .46) 360deg); }
.is-live .radar__disc, .is-live .radar__shade { animation: radar-spin 16s linear infinite; }
.is-live .blip__dot { animation: blip-ping 16s linear infinite; animation-delay: var(--d, 0s); }
.is-paused .radar__disc, .is-paused .radar__shade, .is-paused .blip__dot,
.is-offscreen .radar__disc, .is-offscreen .radar__shade, .is-offscreen .blip__dot { animation-play-state: paused; }
@keyframes radar-spin { to { transform: rotate(360deg); } }
@keyframes blip-ping {
  0% { transform: scale(1.6); box-shadow: 0 0 0 2px var(--night), 0 0 0 9px rgba(246, 243, 233, .28); }
  9% { transform: scale(1); box-shadow: 0 0 0 2px var(--night), 0 0 0 0 rgba(246, 243, 233, 0); }
  100% { transform: scale(1); box-shadow: 0 0 0 2px var(--night), 0 0 0 0 rgba(246, 243, 233, 0); }
}
.radar__grid { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.radar__spokes line { stroke: rgba(13, 13, 13, .7); stroke-width: .35; }
.radar__rim { fill: none; stroke: rgba(246, 243, 233, .18); stroke-width: .25; }
.radar__wedge { fill: transparent; stroke: none; transition: fill .3s var(--ease); }
.radar__wedge.is-hot { fill: rgba(127, 114, 255, .26); }
.radar__wedge.is-off { fill: rgba(5, 5, 5, .55); }
.radar__hub { position: absolute; left: 50%; top: 50%; width: 5%; height: 5%; transform: translate(-50%, -50%); border-radius: 50%; background: var(--t1); box-shadow: 0 0 0 6px rgba(13, 13, 13, .9); }
.radar__blips { position: absolute; inset: 0; }
.blip { position: absolute; width: 26px; height: 26px; margin: -13px 0 0 -13px; display: grid; place-items: center; border-radius: 50%; text-decoration: none; z-index: 1; }
.blip[hidden] { display: none; }
.blip__dot { width: 10px; height: 10px; border-radius: 50%; background: var(--t1); box-shadow: 0 0 0 2px var(--night); transition: background-color .2s; }
.blip--fresh .blip__dot { background: var(--orange); }
a.blip:hover, a.blip:focus-visible, a.blip.is-active { z-index: 3; }
a.blip:hover .blip__dot, a.blip:focus-visible .blip__dot, a.blip.is-active .blip__dot { background: var(--violet); animation: none; transform: scale(1.5); box-shadow: 0 0 0 2px var(--night), 0 0 0 5px var(--t1); }
.blip.is-dim { opacity: .18; }
.blip.is-target { z-index: 4; }
.blip.is-target .blip__dot { width: 14px; height: 14px; background: var(--violet); animation: target 2.2s var(--ease) infinite; }
@keyframes target { 0% { box-shadow: 0 0 0 2px var(--night), 0 0 0 0 rgba(127, 114, 255, .9); } 80%, 100% { box-shadow: 0 0 0 2px var(--night), 0 0 0 22px rgba(127, 114, 255, 0); } }

.radar-card { position: absolute; z-index: 10; width: min(300px, 78vw); padding: 16px 18px; border-radius: 20px; background: rgba(15, 15, 15, .96); border: 1px solid var(--hair-2); box-shadow: 0 30px 60px -20px rgba(0, 0, 0, .8); opacity: 0; transform: translateY(6px); transition: opacity .25s var(--ease), transform .3s var(--ease); cursor: pointer; }
.radar-card.is-below { width: 100%; }
.radar-card.is-in { opacity: 1; transform: none; }
.radar-card__dept { display: flex; align-items: center; gap: 8px; font: 500 12.5px/1.2 var(--rd-font-ui); text-transform: uppercase; color: var(--t2); }
.radar-card__dept img { width: 28px; height: 28px; border-radius: 50%; object-fit: cover; object-position: 50% 20%; background: #2a2a2a; }
.radar-card__title { margin-top: 10px; font-family: var(--rd-font-display); font-size: 24px; line-height: 1.12; }
.radar-card__co { margin-top: 4px; font-size: 14px; color: var(--t3); }
.radar-card__meta { margin-top: 8px; font-size: 14px; color: var(--t2); }
.radar-card__tag { display: inline-block; margin-left: 6px; padding: 1px 8px; border-radius: 999px; border: 1px solid var(--violet); color: var(--violet); font-size: 12.5px; }
.radar-card__pay { margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--hair); display: grid; gap: 2px; font-size: 16px; }
.radar-card__pay strong { font-weight: 500; font-variant-numeric: tabular-nums; }
.radar-card__pay span { font-size: 13px; color: var(--t3); }
.radar-card__foot { display: flex; justify-content: space-between; gap: 10px; margin-top: 12px; font-size: 13px; color: var(--t3); }
.radar-card__go { display: inline-flex; align-items: center; gap: 6px; color: var(--violet); font-weight: 500; }
.radar-card__go svg { width: 13px; height: 13px; }

.radar-list { display: none; outline: none; }
.radar-sec[data-view="list"] .radar-wrap { display: none; }
.radar-sec[data-view="list"] .radar-list { display: block; }
.radar-list__more { display: flex; flex-wrap: wrap; gap: 16px 28px; align-items: center; margin-top: 24px; }

/* Rows (the roles list, related roles and the radar's list twin). The
   where/when wrappers dissolve into the grid on wide screens. */
.rows { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--hair); }
.row { border-bottom: 1px solid var(--hair); }
.row__link { position: relative; display: grid; grid-template-columns: minmax(0, 2.4fr) minmax(0, 1.4fr) 128px minmax(0, 1.2fr) 124px 20px; gap: 20px; align-items: center; padding: 18px 16px; margin: 0 -16px; color: var(--t1); text-decoration: none; border-radius: 14px; transition: background-color .2s var(--ease); }
.row__where, .row__when { display: contents; }
.row__link:hover { background: var(--card); }
.row__link:hover .row__go { color: var(--violet); transform: translate(2px, -2px); }
.row__main { display: grid; gap: 3px; min-width: 0; }
.row__title { font-size: 17px; font-weight: 500; line-height: 1.3; }
.row__co { font-size: 14px; color: var(--t3); line-height: 1.35; }
.row__loc { font-size: 15px; color: var(--t2); line-height: 1.35; }
.row__pay { font-size: 15px; font-variant-numeric: tabular-nums; line-height: 1.35; display: grid; }
.row__paydetail { font-size: 12.5px; color: var(--t3); }
.row__pay--none { color: var(--t3); }
.row__posted { font-size: 14px; color: var(--t3); }
.row__go { width: 16px; height: 16px; color: var(--t3); transition: transform .25s var(--ease), color .2s; }
.tag { display: inline-block; padding: 3px 10px; border-radius: 999px; border: 1px solid var(--hair-2); font-size: 13px; color: var(--t2); white-space: nowrap; }
.tag--remote { border-color: var(--violet); color: var(--violet); }
.rows--compact .row__link { grid-template-columns: minmax(0, 1.9fr) minmax(0, 1.3fr) minmax(0, 1.1fr) 20px; padding: 16px; }
.rows--compact .row__where { display: flex; flex-wrap: wrap; gap: 6px 8px; align-items: center; }
.rows--compact .row__when { display: grid; gap: 2px; }

/* Ticker */
.ticker { overflow: hidden; padding: clamp(28px, 4vw, 52px) 0; border-block: 1px solid var(--hair); }
.ticker__track { display: flex; align-items: center; gap: clamp(28px, 3vw, 44px); width: max-content; font-family: var(--rd-font-display); font-size: clamp(40px, 5.6vw, 88px); line-height: 1; white-space: nowrap; color: var(--t1); padding-left: clamp(28px, 3vw, 44px); }
.ticker__track img { width: clamp(26px, 2.6vw, 40px); height: auto; opacity: .9; }
.ticker__track > span:nth-of-type(2n) { color: var(--violet); }
.is-running .ticker__track, .is-running .logos__track { animation: marquee var(--marquee, 48s) linear infinite; }
@keyframes marquee { to { transform: translateX(-50%); } }
.ticker:hover .ticker__track, .logos__viewport:hover .logos__track, .logos:focus-within .logos__track { animation-play-state: paused; }

/* Who takes the first call: the headline split around the ring tunnel
   (consulting-header, #0D0D0D), the call as a signal passing through. */
.call { position: relative; background: var(--night); padding-bottom: clamp(80px, 9vw, 140px); overflow: hidden; }
.call__stage { position: relative; width: 100%; aspect-ratio: 2000 / 750; min-height: 300px; max-height: 720px; }
.call__tunnel { position: absolute; inset: 0; }
.call__tunnel video { display: block; width: 100%; height: 100%; object-fit: cover; -webkit-mask: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%); mask: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%); }
.call__title { position: absolute; inset: 0; z-index: 2; margin: 0; pointer-events: none; font-family: var(--rd-font-display); font-weight: 400; font-size: clamp(40px, 5.6vw, 100px); line-height: .95; }
.call__title .br { display: block; }
.call__w1 { position: absolute; left: var(--gut); top: 16%; }
.call__w2 { position: absolute; right: var(--gut); bottom: 14%; text-align: right; }
.call__band { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.2fr) minmax(0, 1fr); gap: clamp(28px, 4vw, 64px); padding-top: clamp(28px, 3vw, 48px); border-top: 1px solid var(--hair); position: relative; z-index: 2; }
.call__band > * { min-width: 0; }
.call__lede { color: var(--t1); }
.facts { margin: 0; display: grid; gap: 18px; }
.facts div { display: grid; grid-template-columns: 124px minmax(0, 1fr); gap: 16px; padding-bottom: 18px; border-bottom: 1px solid var(--hair); }
.facts div:last-child { border-bottom: 0; }
.facts dt { font: 500 13px/1.5 var(--rd-font-ui); text-transform: uppercase; color: var(--t3); }
.facts dd { margin: 0; color: var(--t2); line-height: 1.5; }
.call__cta .rd-btn { width: 100%; }
.call__human { margin-top: 16px; font-size: 15px; color: var(--t2); line-height: 1.5; }
.call__human a { color: var(--t1); }

/* Prepared for the room (cream). The document overlaps the black stage in
   the same grid cell, so the section grows to hold it: nothing is cut. */
.cream { background: var(--cream); color: var(--rd-ink); }
.cream .lede { color: var(--rd-ink-2); }
.prep-sec { padding: clamp(96px, 11vw, 168px) 0 clamp(96px, 10vw, 150px); overflow-x: clip; }
.prep-sec__head { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: 32px clamp(32px, 6vw, 96px); align-items: end; }
.prep-sec__copy { display: grid; gap: 18px; justify-items: start; padding-bottom: 8px; color: var(--rd-ink-2); }
.prep-sec__art { display: grid; margin-top: clamp(48px, 6vw, 88px); }
.prep-stage, .prep-sec__doc { grid-area: 1 / 1; min-width: 0; }
.prep-stage { align-self: start; width: 100%; aspect-ratio: 2000 / 750; border-radius: var(--r-lg); }
.prep-stage video { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 0 50%; }
.prep-sec__doc { position: relative; z-index: 1; justify-self: end; align-self: start; width: min(62%, 800px); margin: clamp(40px, 5vw, 72px) clamp(20px, 3vw, 48px) 0 0; }

/* The example prep spread: flat white pages with a 1px spine. */
.prep { margin: 0; display: grid; grid-template-columns: 1fr 1fr; background: #FFFFFF; color: var(--rd-ink); border-radius: 18px; box-shadow: 0 50px 90px -40px rgba(0, 0, 0, .55), 0 2px 4px rgba(0, 0, 0, .08); overflow: hidden; }
.prep__page { padding: 26px 26px 24px; background: #FFFFFF; }
.prep__page--a { border-right: 1px solid var(--rd-line); }
.prep__page--b { display: flex; flex-direction: column; }
.prep__stamp { display: flex; align-items: center; gap: 10px; font-size: 12.5px; color: var(--rd-ink-2); line-height: 1.35; }
.prep__stamp span { flex: none; padding: 4px 10px; border-radius: 999px; background: var(--rd-ink); color: var(--rd-beige); font-weight: 700; font-size: 12px; text-transform: uppercase; box-shadow: inset 0 -3px 0 var(--orange); }
.prep__kicker { margin-top: 18px; font: 500 12px/1.3 var(--rd-font-ui); text-transform: uppercase; color: var(--rd-ink-3); }
.prep__title { margin-top: 6px; font-family: var(--rd-font-display); font-size: clamp(22px, 1.9vw, 28px); line-height: 1.12; }
.prep__meta { margin: 14px 0 6px; display: grid; gap: 4px; font-size: 12.5px; }
.prep__meta div { display: grid; grid-template-columns: 70px 1fr; gap: 8px; }
.prep__meta dt { color: var(--rd-ink-3); }
.prep__meta dd { margin: 0; color: var(--rd-ink-2); }
.prep__run { display: flex; justify-content: space-between; gap: 12px; padding-bottom: 12px; font-size: 12px; color: var(--rd-ink-3); border-bottom: 1px solid var(--rd-line); }
.prep__list { list-style: none; margin: 14px 0 0; padding: 0; display: grid; gap: 12px; }
.prep__page--b .prep__list { margin-top: 2px; }
.prep__item { display: grid; grid-template-columns: 26px 1fr; gap: 8px; padding-top: 12px; border-top: 1px solid var(--rd-line-2); }
.prep__page--b .prep__item:first-child { border-top: 0; }
.prep__num { font: 500 12px/1.6 var(--rd-font-ui); color: var(--rd-violet-700); font-variant-numeric: tabular-nums; }
.prep__h { font-weight: 500; font-size: 14px; line-height: 1.35; color: var(--rd-ink); }
.prep__p { margin-top: 3px; font-size: 13px; line-height: 1.45; color: var(--rd-ink-2); }
.prep__folio { margin-top: auto; padding-top: 16px; font-size: 12px; color: var(--rd-ink-3); }
.prep__swipe { display: none; margin: 4px var(--gut) 0; font-size: 13px; color: var(--rd-ink-3); }

/* Field notes: each card is fronted by a bust that fills its art panel and
   is cropped by the panel's bottom edge (never floated small in a box). */
.notes { padding: clamp(96px, 11vw, 160px) 0 clamp(72px, 8vw, 120px); }
.sec-head { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: 24px clamp(32px, 6vw, 96px); align-items: end; margin-bottom: clamp(40px, 5vw, 72px); }
.sec-head__side { display: grid; gap: 12px; justify-items: start; }
.note-cards { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.note-card__link { display: flex; flex-direction: column; height: 100%; padding: 12px 12px 22px; border-radius: 24px; background: var(--card); border: 1px solid var(--hair); color: var(--t1); text-decoration: none; transition: border-color .25s, transform .4s var(--ease); }
.note-card__link:hover { border-color: rgba(127, 114, 255, .6); transform: translateY(-4px); }
.note-card__art { position: relative; display: block; aspect-ratio: 5 / 4; border-radius: 16px; overflow: hidden; background: var(--card-2); }
.note-card__art::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(90deg, rgba(127, 114, 255, .16) 0 1px, transparent 1px 8px); -webkit-mask: radial-gradient(60% 70% at 50% 60%, #000, transparent); mask: radial-gradient(60% 70% at 50% 60%, #000, transparent); }
.note-card__art img { position: absolute; left: 50%; bottom: -34%; width: 122%; max-width: none; height: auto; transform: translateX(-50%); transition: transform .8s var(--ease); }
.note-card__link:hover .note-card__art img { transform: translateX(-50%) translateY(-3%); }
.note-card__meta { display: flex; justify-content: space-between; gap: 10px; margin: 18px 8px 0; font-size: 13px; color: var(--t3); }
.note-card__title { margin: 10px 8px 0; font-family: var(--rd-font-display); font-size: clamp(21px, 1.6vw, 24px); line-height: 1.16; }
.note-card__sum { margin: 10px 8px 0; font-size: 15px; line-height: 1.5; color: var(--t2); display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.note-card__more { margin: auto 8px 0; padding-top: 18px; display: inline-flex; align-items: center; gap: 8px; font-weight: 500; font-size: 15px; color: var(--violet); }
.note-card__more svg { width: 13px; height: 13px; }

/* Proof */
.proof { padding: clamp(40px, 5vw, 72px) 0 clamp(64px, 7vw, 110px); background: var(--pure); overflow: hidden; }
.proof__hands + .proof__top { position: relative; }
/* The hands reach in from both edges of the screen (a 2400px render from
   Pony's hand-off PDF, so it stays sharp full-bleed); the lower forearm
   fades out instead of ending in a cut. */
.proof__hands { display: block; width: 100%; max-width: none; height: auto; margin: -9vw 0 clamp(8px, 2vw, 28px); -webkit-mask: linear-gradient(to bottom, #000 56%, transparent 97%); mask: linear-gradient(to bottom, #000 56%, transparent 97%); }
.proof__num { font-family: var(--rd-font-display); font-size: clamp(72px, 9vw, 140px); line-height: .86; margin: 8px 0 28px; white-space: nowrap; }
.proof__title { font-family: var(--rd-font-display); font-weight: 400; font-size: var(--fs-d3); line-height: 1.16; margin: 0; max-width: 22em; }
.proof__second { margin-top: 14px; color: var(--t2); font-size: var(--fs-lede); }
.proof__method { margin-top: 18px; padding-left: 14px; border-left: 2px solid var(--orange); color: var(--t3); font-size: 14px; max-width: 40em; }
.proof__label { font: 500 13px/1.3 var(--rd-font-ui); text-transform: uppercase; color: var(--t3); margin-bottom: 18px; }
/* Full-width strip so the 15-card placement grid (1/3/5 columns) always
   has room to fill its rows, instead of the cramped narrow sidebar a
   two-column proof layout would give it. */
.proof__placements { margin-top: clamp(48px, 6vw, 88px); }
.placements { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--hair); }
.placements li { display: grid; gap: 4px; padding: 18px 0; border-bottom: 1px solid var(--hair); }
.placements__co { font-family: var(--rd-font-display); font-size: 30px; line-height: 1.1; }
.placements__role { color: var(--t2); font-size: 15px; }
.logos { margin-top: clamp(64px, 8vw, 120px); }
.logos__viewport { overflow: hidden; -webkit-mask: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); mask: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
.logos__track { list-style: none; margin: 0; padding: 12px 0; display: flex; align-items: center; gap: clamp(56px, 7vw, 120px); width: max-content; padding-left: clamp(56px, 7vw, 120px); --marquee: 36s; }
/* Client logos, sized by eye to one visual weight (the wide ATOMS
   wordmark sits smaller). */
.logo { display: block; width: auto; height: 28px; filter: brightness(0) invert(1); opacity: .88; }
.logo--textla { height: 30px; }
.logo--strala { height: 24px; }
.logo--loancrate { height: 26px; }
.logo--atoms { height: 18px; }

/* Company band on violet. Chrome renders this clip's violet top as #8B7FFF
   fading to white, so the card paints the same ramp and the clip's left edge
   is feathered into it. */
.company-band { padding: clamp(48px, 6vw, 96px) 0 clamp(96px, 10vw, 150px); background: var(--pure); }
.company-card { position: relative; border-radius: var(--r-lg); height: clamp(560px, 46vw, 660px); display: flex; overflow: hidden; background: linear-gradient(180deg, #8B7FFF 0%, #FFFFFF 100%); }
.company-card video { position: absolute; right: 0; bottom: 0; height: 100%; width: auto; aspect-ratio: 1416 / 1000; object-fit: cover; -webkit-mask: linear-gradient(90deg, transparent 0, #000 22%); mask: linear-gradient(90deg, transparent 0, #000 22%); }
.company-card__copy { position: relative; z-index: 1; padding: clamp(28px, 4vw, 56px); max-width: 540px; color: var(--rd-ink); display: grid; gap: 18px; align-content: start; }
.company-card__text { font-size: var(--fs-lede); line-height: 1.5; max-width: 30em; }
.company-card__copy .eyebrow { margin-bottom: 0; color: var(--rd-ink); }
.company-card__copy .eyebrow::before { background: var(--rd-ink); }
.company-card .actions { margin-top: 6px; gap: 12px 20px; }

/* ======================================================================
   Inner pages
   ====================================================================== */
.page-hero { position: relative; padding: calc(var(--nav-h) + clamp(40px, 6vw, 80px)) 0 clamp(32px, 4vw, 56px); overflow: hidden; }

/* ---------- Roles */
.roles-hero__grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); gap: 40px; align-items: center; }
.roles-hero__title { font-size: clamp(52px, 8vw, 150px); line-height: .9; }
.count { position: relative; top: -.5em; margin-left: .12em; font-family: var(--rd-font-ui); font-size: clamp(16px, 1.6vw, 22px); font-weight: 500; line-height: 1; vertical-align: baseline; color: var(--violet); }
.roles-hero .lede { margin-top: 28px; }
.roles-hero__radar { justify-self: end; width: min(100%, 440px); }
.radar--mini .blip, .radar--focus .blip { width: 12px; height: 12px; margin: -6px 0 0 -6px; }
.radar--mini .blip__dot, .radar--focus .blip__dot { width: 6px; height: 6px; box-shadow: 0 0 0 1.5px var(--night); animation: none; }
.radar--mini .blip { transition: opacity .35s var(--ease); }
.radar--focus .blip:not(.is-target) { opacity: .35; }
.radar--focus .blip.is-target .blip__dot { width: 14px; height: 14px; animation: target 2.2s var(--ease) infinite; }

.finder { padding-bottom: clamp(64px, 8vw, 120px); }
.finder__bar { position: sticky; top: calc(var(--nav-h) + 12px); z-index: 20; display: grid; grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) auto auto; gap: 12px; align-items: end; padding: 14px; border-radius: 24px; background: rgba(23, 23, 23, .94); border: 1px solid var(--hair); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
.field { display: grid; gap: 6px; min-width: 0; }
.field label { font: 500 13px/1.2 var(--rd-font-ui); color: var(--t2); padding-left: 4px; }
.field input[type="search"], .field select { width: 100%; min-height: 52px; padding: 0 18px; border-radius: 14px; border: 1px solid var(--hair-2); background: var(--night); color: var(--t1); font: 400 17px/1.2 var(--rd-font-ui); }
.field input[type="search"] { padding-left: 46px; background: var(--night) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Ccircle cx='8.5' cy='8.5' r='6' fill='none' stroke='%23F6F3E9' stroke-opacity='.7' stroke-width='1.6'/%3E%3Cpath d='m13 13 4.5 4.5' stroke='%23F6F3E9' stroke-opacity='.7' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E") 16px 50% / 18px no-repeat; }
.field input::placeholder { color: var(--t3); }
.field select { appearance: none; -webkit-appearance: none; padding-right: 44px; background: var(--night) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='m4 6 4 4 4-4' fill='none' stroke='%23F6F3E9' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E") calc(100% - 16px) 50% / 14px no-repeat; }
.field input:focus-visible, .field select:focus-visible { border-color: var(--violet); }
.field--toggle { display: flex; align-items: center; gap: 12px; min-height: 52px; padding: 0 16px 0 14px; border-radius: 14px; border: 1px solid var(--hair-2); background: var(--night); }
.field--toggle label { padding: 0; color: var(--t1); font-size: 15px; cursor: pointer; white-space: nowrap; }
.switch { appearance: none; -webkit-appearance: none; position: relative; width: 44px; height: 26px; margin: 0; border-radius: 999px; background: #3a3a3a; cursor: pointer; transition: background-color .2s; flex: none; }
.switch::after { content: ""; position: absolute; left: 3px; top: 3px; width: 20px; height: 20px; border-radius: 50%; background: var(--t1); transition: transform .25s var(--ease); }
.switch:checked { background: var(--violet); }
.switch:checked::after { transform: translateX(18px); background: var(--rd-ink); }
.finder__clear { align-self: center; }
.finder__clear[hidden] { display: none; }
.finder__status { margin: 28px 0 12px; color: var(--t2); font-size: 15px; outline: none; }
/* Rows scrolled into view by the keyboard clear the sticky filter bar. */
.finder .row { scroll-margin-top: calc(var(--nav-h) + 150px); }
.empty { display: grid; grid-template-columns: 200px minmax(0, 1fr); gap: 32px; align-items: center; padding: 40px; border-radius: 28px; background: var(--card); border: 1px solid var(--hair); margin-top: 8px; }
.empty[hidden] { display: none; }
.empty__art { width: 200px; height: auto; }
.empty__text { margin: 14px 0 20px; color: var(--t2); max-width: 36em; }
.empty__cta { margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--hair); }
.empty__cta .empty__text { margin-top: 0; }
.pager { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 32px; }
.pager[hidden] { display: none; }
.pager__info { color: var(--t2); font-variant-numeric: tabular-nums; }

/* Bands that close a page: the bust's flat cut sits on the section's
   bottom edge. */
.band { --band-pad: clamp(80px, 9vw, 140px); padding: var(--band-pad) 0; background: var(--pure); border-top: 1px solid var(--hair); overflow: hidden; }
.band__grid { display: grid; grid-template-columns: 300px minmax(0, 1.3fr) minmax(0, 1fr); gap: 40px clamp(32px, 4vw, 64px); align-items: center; }
.band__grid > * { min-width: 0; }
.band__art { align-self: end; width: 300px; height: auto; margin-bottom: calc(-1 * var(--band-pad)); }
.band__copy { display: grid; gap: 18px; }
.band__note { color: var(--t3); font-size: 14px; }
.band__cta .rd-btn { width: 100%; }

/* ---------- Role */
main.is-loading { min-height: 220svh; }
.role-hero { position: relative; padding: calc(var(--nav-h) + clamp(32px, 5vw, 72px)) 0 clamp(40px, 5vw, 72px); overflow: hidden; }
.role-hero__grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); gap: 40px; align-items: center; }
.crumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 10px; font-size: 14px; color: var(--t3); margin-bottom: 20px; }
.crumbs a { display: inline-block; padding: 10px 0; color: var(--t2); }
.role-title { font-family: var(--rd-font-display); font-weight: 400; font-size: clamp(42px, 5.6vw, 92px); line-height: 1; margin: 0; max-width: 12em; overflow-wrap: break-word; }
.role-co { margin-top: 16px; font-size: var(--fs-lede); color: var(--t2); }
.role-facts { list-style: none; margin: 28px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, auto)); gap: 16px 36px; justify-content: start; min-height: 44px; }
.role-facts li { display: grid; gap: 4px; align-content: start; }
.role-facts__k { font: 500 12.5px/1.2 var(--rd-font-ui); text-transform: uppercase; color: var(--t3); }
.role-facts__v { font-size: 16px; }
.role-hero__act { margin-top: 36px; }
.role-hero__act.is-pending { visibility: hidden; }
.role-hero__small { margin-top: 12px; font-size: 14px; color: var(--t3); }
.role-hero__art { position: relative; isolation: isolate; justify-self: end; width: min(100%, 480px); aspect-ratio: 1; }
.role-hero__art .radar { position: absolute; inset: 0; z-index: 1; }
.role-hero__bust { position: absolute; z-index: 3; right: -8%; bottom: -14%; width: 60%; height: auto; pointer-events: none; }
.role-body { padding: clamp(24px, 3vw, 40px) 0 clamp(64px, 8vw, 110px); }
.role-body[hidden], .role-end[hidden], .related[hidden], .notfound[hidden] { display: none; }
.role-body__grid { display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: clamp(28px, 4vw, 64px); align-items: start; }
.paper { background: var(--cream); color: var(--rd-ink); border-radius: 28px; padding: clamp(24px, 4vw, 56px); min-width: 0; }
.paper__kicker { font: 500 13px/1.3 var(--rd-font-ui); text-transform: uppercase; color: var(--rd-ink-3); margin-bottom: 8px; }
.paper__doc { font-size: 17px; line-height: 1.65; color: var(--rd-ink-2); overflow-wrap: break-word; }
.paper__doc section { padding: 26px 0; border-bottom: 1px solid var(--rd-line); }
.paper__doc section:last-child { border-bottom: 0; padding-bottom: 0; }
.paper__doc .doc-h { font-family: var(--rd-font-display); font-weight: 400; font-size: clamp(26px, 2.2vw, 34px); line-height: 1.12; color: var(--rd-ink); margin: 0 0 14px; }
.paper__doc p { margin: 0 0 12px; max-width: 68ch; }
.paper__doc ul { margin: 0; padding-left: 1.2em; display: grid; gap: 8px; max-width: 68ch; }
.paper__doc li::marker { color: var(--orange); }
.paper__doc strong { color: var(--rd-ink); font-weight: 700; }
.paper__doc a { color: var(--rd-violet-700); }
.role-side { position: sticky; top: calc(var(--nav-h) + 20px); display: grid; gap: 14px; }
.side-card { padding: 24px; border-radius: 24px; background: var(--card); border: 1px solid var(--hair); display: grid; gap: 10px; }
.side-card--pay { border-color: rgba(127, 114, 255, .45); }
.side-card__label { font: 500 13px/1.3 var(--rd-font-ui); text-transform: uppercase; color: var(--t3); }
.side-card__pay { font-family: var(--rd-font-display); font-size: clamp(32px, 2.6vw, 40px); line-height: 1.05; font-variant-numeric: tabular-nums; }
.side-card__pay.is-none { font-size: 26px; }
.side-card__detail { font-size: 14px; color: var(--t2); }
.side-card__title { font-family: var(--rd-font-display); font-size: 26px; line-height: 1.12; }
.side-card__text { font-size: 15px; color: var(--t2); }
.side-card__btn { width: 100%; margin-top: 8px; }
.side-card .note-rec { margin-top: 4px; }
.role-end { padding: clamp(64px, 7vw, 110px) 0 clamp(40px, 4vw, 56px); background: var(--pure); border-top: 1px solid var(--hair); }
.role-end__grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) minmax(0, 1fr); gap: 32px clamp(32px, 4vw, 64px); align-items: start; }
.role-end__grid > * { min-width: 0; }
.role-end__k { margin-bottom: 12px; font: 500 13px/1.3 var(--rd-font-ui); text-transform: uppercase; color: var(--t3); }
.role-end__apply .rd-btn, .role-end__talk .rd-btn { width: 100%; }
.role-end__note { margin-top: clamp(48px, 5vw, 72px); padding-top: 24px; border-top: 1px solid var(--hair); }
.role-end__note .info-note { color: var(--t3); font-size: 14px; }
.related { padding: clamp(64px, 7vw, 110px) 0; }
.related__head { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 20px; }
.related__head .link-arrow, .sec-head__side .link-arrow { white-space: nowrap; flex: none; }
.notfound { padding: 0 0 clamp(80px, 9vw, 140px); }
.notfound__grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: 40px; align-items: start; }
.notfound__actions { margin-top: 28px; }
.notfound__talk { padding: 28px; border-radius: 24px; background: var(--card); border: 1px solid var(--hair); display: grid; gap: 14px; }
.notfound__h { font-family: var(--rd-font-display); font-size: 28px; line-height: 1.1; }

/* ---------- How it works: Pony's two doors, text beside the figure */
.doors { padding: calc(var(--nav-h) + clamp(40px, 5vw, 72px)) 0 clamp(64px, 7vw, 110px); }
.doors__head { display: grid; grid-template-columns: minmax(0, 1fr); gap: 22px; max-width: 980px; }
.doors__head .eyebrow { margin: 0; }
.doors__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(16px, 2vw, 28px); margin-top: clamp(40px, 5vw, 72px); }
.door { position: relative; min-height: clamp(560px, 50vw, 720px); border-radius: var(--r-lg); overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; gap: 32px; padding: clamp(24px, 3vw, 40px); isolation: isolate; }
.door__copy, .door__cta { position: relative; z-index: 1; max-width: 50%; }
.door__art { position: absolute; z-index: 0; right: -16%; bottom: 0; width: 74%; pointer-events: none; }
.door__art video, .door__art img { display: block; width: 100%; height: auto; }
.door__art video { aspect-ratio: 800 / 900; object-fit: cover; }
.door--black .door__art { right: -14%; bottom: -4%; width: 78%; }
/* Chrome paints contacts_first's violet as #8A7DFF; the door matches it. */
.door--violet { background: #8A7DFF; color: var(--rd-ink); }
.door--black { background: var(--pure); border: 1px solid var(--hair); }
.door__kicker { font: 500 13px/1.3 var(--rd-font-ui); text-transform: uppercase; }
.door--violet .door__kicker { color: var(--rd-ink); }
.door--black .door__kicker { color: var(--t2); }
.door__title { font-family: var(--rd-font-display); font-weight: 400; font-size: clamp(34px, 3.6vw, 56px); line-height: 1.02; margin: 10px 0 18px; }
.door__chips { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.door__chips li { padding: 6px 12px; border-radius: 999px; font-size: 14px; font-weight: 500; }
.door--violet .door__chips li { border: 1px solid rgba(15, 15, 15, .4); }
.door--black .door__chips li { border: 1px solid var(--hair-2); color: var(--t1); }
.door__cta { display: grid; gap: 14px; }
.door__cta .rd-btn { width: 100%; }
.door__note { display: flex; gap: 10px; align-items: baseline; font-size: 15px; line-height: 1.45; }
.door--violet .door__note { color: var(--rd-ink); }
.door__note--light { display: block; color: var(--t2); }
.steps-index { list-style: none; margin: clamp(32px, 4vw, 56px) 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--hair); }
.steps-index a { display: flex; gap: 14px; align-items: baseline; padding: 20px 4px; color: var(--t1); text-decoration: none; font-weight: 500; border-bottom: 2px solid transparent; transition: border-color .25s; }
.steps-index a:hover { border-color: var(--orange); }
.steps-index span { font-size: 13px; color: var(--t3); font-variant-numeric: tabular-nums; }
.detail { padding: clamp(88px, 10vw, 150px) 0; background: var(--pure); }
.detail__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 48px clamp(40px, 6vw, 110px); align-items: start; }
.detail__cta { grid-column: 2; }
.detail__cta .rd-btn { width: 100%; }
.wave { display: flex; align-items: center; gap: 5px; height: 110px; margin-top: 44px; }
.wave span { width: 3px; height: 100%; border-radius: 3px; background: var(--violet); transform: scaleY(.3); transform-origin: 50% 50%; animation: wave 1.6s ease-in-out infinite paused; opacity: .9; }
.wave.is-on span { animation-play-state: running; }
.wave span:nth-child(3n) { animation-duration: 1.2s; background: var(--t1); opacity: .5; }
.wave span:nth-child(4n) { animation-duration: 2s; }
.wave span:nth-child(5n) { background: var(--orange); opacity: .9; }
.wave span:nth-child(odd) { animation-delay: -.4s; }
.wave span:nth-child(7n) { animation-delay: -.9s; }
@keyframes wave { 0%, 100% { transform: scaleY(.18); } 50% { transform: scaleY(1); } }
.facts--wide div { grid-template-columns: 150px minmax(0, 1fr); }
.after { padding: clamp(96px, 10vw, 150px) 0 clamp(40px, 5vw, 64px); }
.sec-head--ink .lede { color: var(--rd-ink-2); }
.after__steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.step { display: flex; flex-direction: column; gap: 10px; padding: 0 0 24px; border-top: 2px solid var(--rd-ink); }
.step__art { display: block; aspect-ratio: 1; margin: 0 0 6px; overflow: hidden; }
.step__art img { width: 100%; height: 100%; object-fit: cover; transform: translateY(6%); }
.step__art--wide img { object-position: 50% 60%; transform: none; }
.step__n { font: 500 13px/1 var(--rd-font-ui); color: var(--rd-violet-700); font-variant-numeric: tabular-nums; }
.step__title { font-family: var(--rd-font-display); font-weight: 400; font-size: clamp(28px, 2.4vw, 36px); line-height: 1.05; margin: 0; }
.step p { color: var(--rd-ink-2); font-size: 16px; line-height: 1.55; }
.after__warn { margin-top: 32px; padding: 18px 20px; border-radius: 16px; background: var(--rd-line-2); color: var(--rd-ink); max-width: 760px; }
.prep-example { padding: clamp(48px, 6vw, 88px) 0 clamp(96px, 10vw, 150px); }
.prep-example__grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.4fr); gap: 40px clamp(32px, 5vw, 80px); align-items: start; }
.prep-example__copy { display: grid; gap: 20px; position: sticky; top: calc(var(--nav-h) + 32px); }
.prep-example__doc { min-width: 0; }
.faq { --faq-pad: clamp(96px, 10vw, 150px); padding: var(--faq-pad) 0; overflow: hidden; }
.faq__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr); grid-template-rows: auto auto; gap: 0 clamp(40px, 6vw, 110px); }
.faq__head { grid-column: 1; grid-row: 1; }
.faq__list { grid-column: 2; grid-row: 1 / span 2; border-top: 1px solid var(--hair); }
.faq__art { grid-column: 1; grid-row: 2; align-self: end; width: min(100%, 380px); height: auto; margin: 40px 0 calc(-1 * var(--faq-pad)); }
.faq details { border-bottom: 1px solid var(--hair); }
.faq summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 24px 4px; cursor: pointer; font-family: var(--rd-font-display); font-size: clamp(22px, 1.9vw, 28px); line-height: 1.2; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; flex: none; width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--hair-2); background: linear-gradient(var(--t1), var(--t1)) center / 12px 1.5px no-repeat, linear-gradient(var(--t1), var(--t1)) center / 1.5px 12px no-repeat; transition: transform .3s var(--ease), border-color .2s; }
.faq details[open] summary::after { transform: rotate(45deg); border-color: var(--orange); }
.faq details p { padding: 0 4px 16px; color: var(--t2); max-width: 40em; }
.faq details p:last-child { padding-bottom: 26px; }

/* ---------- For companies */
.co-hero { position: relative; overflow: hidden; padding: calc(var(--nav-h) + clamp(180px, 22vw, 300px)) 0 clamp(64px, 7vw, 110px); }
.co-hero__media { position: absolute; top: calc(var(--nav-h) - 40px); right: -16vw; width: min(128vw, 1900px); aspect-ratio: 2000 / 750; -webkit-mask: linear-gradient(90deg, transparent 0, #000 16%), linear-gradient(to bottom, #000 80%, transparent); -webkit-mask-composite: source-in; mask: linear-gradient(90deg, transparent 0, #000 16%) intersect, linear-gradient(to bottom, #000 80%, transparent); }
.co-hero__media video { display: block; width: 100%; height: 100%; object-fit: cover; }
.co-hero__copy { position: relative; }
.co-hero__title { font-family: var(--rd-font-display); font-weight: 400; font-size: var(--fs-mega); line-height: .94; margin: 0; max-width: 9.5em; overflow-wrap: break-word; }
.co-hero__row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px 48px; align-items: end; margin-top: 32px; }
.co-what { padding: clamp(96px, 10vw, 150px) 0; }
/* The object is the hero of each card, cropped by the card's edges. */
.pillars { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.pillar { position: relative; isolation: isolate; min-height: clamp(420px, 34vw, 500px); padding: 28px 28px 32px; border-radius: 28px; background: var(--card); border: 1px solid var(--hair); display: flex; flex-direction: column; gap: 12px; overflow: hidden; }
.pillar__n { font: 500 13px/1 var(--rd-font-ui); color: var(--violet); }
.pillar__title { font-family: var(--rd-font-display); font-weight: 400; font-size: clamp(26px, 2.2vw, 34px); line-height: 1.08; margin: 0; }
.pillar p { color: var(--t2); max-width: 26em; }
.pillar__art { position: absolute; z-index: -1; right: -12%; bottom: -12%; width: min(80%, 360px); height: auto; }
.voices { padding: clamp(88px, 9vw, 140px) 0; background: var(--pure); }
.voices__sentence { font-family: var(--rd-font-display); font-weight: 400; font-size: clamp(34px, 5vw, 84px); line-height: 1.14; margin: 0; max-width: 16em; }
.face { display: inline-flex; align-items: center; gap: .18em; padding: 0; margin: 0 0 0 .04em; border: 1px solid transparent; border-radius: 999px; background: transparent; color: inherit; font: inherit; line-height: 1; cursor: pointer; vertical-align: baseline; transition: border-color .2s; }
.face img { width: .95em; height: .95em; border-radius: 50%; object-fit: cover; transform: translateY(.08em); }
.face span { text-decoration: underline; text-decoration-color: rgba(246, 243, 233, .35); text-decoration-thickness: 2px; text-underline-offset: .12em; }
.face[aria-pressed="true"] span, .face:hover span { text-decoration-color: var(--orange); }
.voices__hint { margin-top: 20px; font-size: 15px; }
.voices__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: clamp(40px, 5vw, 64px); }
.voice { margin: 0; padding: 28px; border-radius: 24px; background: var(--card); border: 1px solid var(--hair); display: flex; flex-direction: column; justify-content: space-between; gap: 28px; transition: border-color .3s; outline: none; }
.voice.is-on { border-color: var(--violet); }
.voice__quote { margin: 0; font-family: var(--rd-font-display); font-size: clamp(21px, 1.7vw, 25px); line-height: 1.3; }
.voice__who { display: flex; align-items: center; gap: 14px; font-size: 15px; }
.voice__who img { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; }
.voice__who > span { display: grid; gap: 2px; }
.voice__who > span > span { color: var(--t3); font-size: 14px; }
.co-logos { padding: clamp(64px, 7vw, 100px) 0; }
.logo-row { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; align-items: center; gap: 28px clamp(40px, 7vw, 110px); }
.co-contact { --contact-pad: clamp(96px, 10vw, 150px); padding: clamp(40px, 5vw, 80px) 0 var(--contact-pad); overflow: hidden; }
.co-contact__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 40px; align-items: center; }
.co-contact__art { align-self: end; width: 100%; height: auto; margin-bottom: calc(-1 * var(--contact-pad)); }
.co-contact__copy { display: grid; gap: 20px; padding-bottom: clamp(24px, 4vw, 64px); }

/* ---------- Field notes */
.j-hero { position: relative; overflow: hidden; padding-bottom: clamp(48px, 6vw, 88px); }
.j-hero__stage { position: relative; height: clamp(560px, 62vw, 860px); }
.j-hero__bust { position: absolute; left: 50%; bottom: 0; height: 100%; aspect-ratio: 1600 / 900; transform: translateX(-50%); -webkit-mask: linear-gradient(90deg, transparent 0, #000 22%, #000 78%, transparent 100%); mask: linear-gradient(90deg, transparent 0, #000 22%, #000 78%, transparent 100%); }
.j-hero__bust video { display: block; width: 100%; height: 100%; object-fit: cover; }
.j-hero__title { position: absolute; inset: 0; margin: 0; font-family: var(--rd-font-display); font-weight: 400; font-size: clamp(72px, 12vw, 210px); line-height: .9; color: var(--rd-ink); pointer-events: none; }
.j-hero__w1 { position: absolute; left: var(--gut); top: 30%; }
.j-hero__w2 { position: absolute; right: var(--gut); top: 56%; }
.j-hero__row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr); gap: 20px 48px; align-items: baseline; padding-top: 28px; border-top: 1px solid rgba(15, 15, 15, .14); }
.j-hero__row .eyebrow { margin: 0; }
.j-list { position: relative; padding: clamp(72px, 8vw, 120px) 0 clamp(88px, 9vw, 140px); }
.j-feature__link { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); border-radius: 32px; overflow: hidden; background: var(--card); border: 1px solid var(--hair); color: var(--t1); text-decoration: none; transition: border-color .3s; }
.j-feature__link:hover { border-color: rgba(127, 114, 255, .6); }
.j-feature__art { position: relative; min-height: 420px; background: var(--card-2); overflow: hidden; }
.j-feature__art::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(90deg, rgba(127, 114, 255, .18) 0 1px, transparent 1px 9px); -webkit-mask: radial-gradient(60% 70% at 50% 60%, #000, transparent); mask: radial-gradient(60% 70% at 50% 60%, #000, transparent); }
.j-feature__art img { position: absolute; left: 50%; bottom: -18%; width: min(112%, 620px); max-width: none; height: auto; transform: translateX(-50%); }
.j-feature__copy { display: flex; flex-direction: column; gap: 18px; padding: clamp(28px, 4vw, 56px); }
.j-feature__label { font: 500 13px/1.3 var(--rd-font-ui); text-transform: uppercase; color: var(--t2); }
.j-feature__title { font-family: var(--rd-font-display); font-size: clamp(32px, 3.4vw, 54px); line-height: 1.05; }
.j-feature__sum { color: var(--t2); font-size: var(--fs-lede); line-height: 1.5; }
.j-feature__meta { display: flex; gap: 20px; color: var(--t3); font-size: 14px; margin-top: auto; }
.j-index { margin-top: clamp(64px, 7vw, 100px); }
.j-rows { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--hair); }
.j-row { border-bottom: 1px solid var(--hair); }
.j-row__link { display: grid; grid-template-columns: 56px 190px minmax(0, 1fr) 110px; gap: 20px; align-items: baseline; padding: 26px 12px; margin: 0 -12px; border-radius: 16px; color: var(--t1); text-decoration: none; transition: background-color .2s; }
.j-row__link:hover { background: var(--card); }
.j-row__n { font-size: 13px; color: var(--t3); font-variant-numeric: tabular-nums; }
.j-row__date { font-size: 14px; color: var(--t3); }
.j-row__main { display: grid; gap: 8px; }
.j-row__title { font-family: var(--rd-font-display); font-size: clamp(22px, 2vw, 30px); line-height: 1.14; }
.j-row__sum { font-size: 15px; color: var(--t2); max-width: 60em; }
.j-row__read { font-size: 14px; color: var(--t3); text-align: right; }
.j-follow { position: absolute; left: 0; top: 0; width: 240px; pointer-events: none; opacity: 0; transition: opacity .25s var(--ease); z-index: 5; }
.j-follow.is-on { opacity: 1; }
.j-follow img { width: 100%; height: auto; filter: drop-shadow(0 30px 40px rgba(0, 0, 0, .6)); }

/* ---------- 404 */
.lost { position: relative; min-height: 100svh; display: grid; align-items: end; padding: calc(var(--nav-h) + 40px) 0 clamp(56px, 8vw, 110px); overflow: hidden; isolation: isolate; }
.lost__disc { position: absolute; right: -12vw; top: 50%; width: min(80vw, 1000px); aspect-ratio: 1; transform: translateY(-50%); z-index: -1; opacity: .9; }
.lost__face { width: 100%; height: 100%; border-radius: 50%; overflow: hidden; animation: radar-spin 30s linear infinite; }
.lost__face img { width: 100%; height: 100%; }
.lost__disc::after { content: ""; position: absolute; inset: 0; border-radius: 50%; background: radial-gradient(closest-side, rgba(13, 13, 13, .1), rgba(13, 13, 13, .75)); }
.lost__copy { display: grid; gap: 22px; }
.lost__copy .d1 { max-width: 9em; }
.lost__links { margin-top: 8px; }
.lost__call { max-width: 520px; }

/* ================================================================ Footer */
/* The sphere (company-header) fades to nothing well before any edge. */
.foot { position: relative; background: var(--night); border-top: 1px solid var(--hair); overflow: hidden; isolation: isolate; padding-top: clamp(80px, 9vw, 140px); }
.foot__atmos { position: absolute; right: -10vw; top: 3vw; width: min(58vw, 860px); aspect-ratio: 1200 / 800; z-index: -1; -webkit-mask: radial-gradient(closest-side, #000 35%, transparent 80%); mask: radial-gradient(closest-side, #000 35%, transparent 80%); }
.foot__atmos video, .foot__atmos img { display: block; width: 100%; height: 100%; object-fit: cover; }
.foot__atmos video { transition: opacity .2s linear; }
@media (prefers-reduced-motion: no-preference) { .foot__atmos video { opacity: 0; } }
.foot__top { display: grid; gap: 36px; justify-items: start; padding-bottom: clamp(64px, 7vw, 110px); }
.foot__big { font-family: var(--rd-font-display); font-weight: 400; font-size: var(--fs-d2); line-height: 1; margin: 0; max-width: 11em; }
.foot__action { width: min(100%, 460px); }
.foot__action .rd-btn { width: 100%; }
.foot__intro { margin-top: 14px; font-size: 15px; color: var(--t2); }
.foot__intro a { color: var(--t1); }
.foot__grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) minmax(0, 1fr); gap: 40px; padding: 48px 0; border-top: 1px solid var(--hair); }
.foot__logo { display: inline-block; }
.foot__logo img { display: block; width: 142px; height: auto; }
.foot__line { margin-top: 18px; max-width: 28em; color: var(--t3); font-size: 15px; }
.foot__h { font: 500 13px/1.3 var(--rd-font-ui); text-transform: uppercase; color: var(--t3); margin-bottom: 6px; }
.foot__col ul { list-style: none; margin: 0; padding: 0; display: grid; }
.foot__col a { display: inline-block; padding: 10px 0; color: var(--t1); text-decoration: none; font-size: 16px; }
.foot__col a:hover { text-decoration: underline; text-decoration-color: var(--orange); text-decoration-thickness: 2px; }
.foot__legal { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding: 16px 0 28px; border-top: 1px solid var(--hair); font-size: 14px; color: var(--t3); }
.foot__legal p { display: flex; align-items: center; gap: 0 22px; flex-wrap: wrap; }
.foot__legal a { display: inline-block; padding: 10px 0; color: var(--t3); }

/* ============================================================ Responsive */
@media (max-width: 1180px) {
  .nav__note { display: none; }
  .note-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  /* The posted date moves under the pay instead of disappearing. */
  .row__link { grid-template-columns: minmax(0, 2fr) minmax(0, 1.3fr) 118px minmax(0, 1.1fr) 20px; }
  .row__when { display: grid; gap: 2px; }
  .prep-sec__doc { width: min(72%, 800px); }
  .after__steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .role-body__grid { grid-template-columns: minmax(0, 1fr) 320px; }
  .voices__grid, .pillars { grid-template-columns: 1fr; }
  .pillar { min-height: 300px; padding-right: 42%; }
  .pillar__art { right: -4%; bottom: -26%; width: 300px; }
  .hero__title { font-size: clamp(44px, 6.4vw, 124px); }
}

@media (max-width: 1023px) {
  :root { --nav-h: 64px; }
  .nav__links, .nav__cta { display: none; }
  .nav__mobile { display: flex; }
  .nav__logo img { width: 112px; }
}

/* Short laptop screens: the sticky side panel would run past the fold. */
@media (min-width: 900px) and (max-height: 820px) {
  .role-side { position: static; }
}

@media (max-width: 899px) {
  /* Hero: the bust on top, the split headline over its faded chest. */
  .hero { display: block; min-height: 0; padding: var(--nav-h) 0 48px; }
  .hero__bust { position: relative; left: auto; bottom: auto; width: min(86%, 500px); height: auto; margin: 0 auto; }
  .hero__content { position: static; margin-top: clamp(-140px, -20vw, -64px); }
  .hero .eyebrow { position: absolute; top: calc(var(--nav-h) + 12px); left: var(--gut); right: var(--gut); margin: 0; }
  .hero__title { font-size: clamp(44px, 12vw, 88px); }
  .hero__w1 .br { display: inline; }
  .hero__w2 { position: static; display: block; text-align: right; }
  .hero__w2 .br { display: inline; }
  .hero__act { max-width: none; }

  /* Radar: one column. home.js moves the radar under the search. */
  .radar-sec__grid { display: block; }
  .radar-sec__copy { position: static; }
  .radar-wrap { width: min(100%, 520px); margin: 4px auto 28px; }
  .radar-sec .seg { display: none; }
  .radar-sec[data-view="list"] .radar-wrap { display: block; }
  .radar-list { display: block; margin-top: 36px; }
  .radar-count { margin: 28px 0 20px; }
  .legend__items { flex-wrap: nowrap; overflow-x: auto; margin: 0 calc(-1 * var(--gut)); padding: 2px var(--gut) 8px; scrollbar-width: none; -webkit-mask: linear-gradient(90deg, #000 85%, transparent); mask: linear-gradient(90deg, #000 85%, transparent); }
  .legend__items::-webkit-scrollbar { display: none; }
  .chip { flex: none; }
  .legend__bulk { flex: none; padding-right: var(--gut); }

  /* Rows: title and who is hiring, then where (with the work tag), then
     pay and the posted date. */
  .row__link { grid-template-columns: minmax(0, 1fr) 20px; gap: 6px 14px; padding: 16px 12px; margin: 0 -12px; }
  .rows--compact .row__link { grid-template-columns: minmax(0, 1fr) 20px; padding: 14px 12px; }
  .row__main { grid-column: 1; }
  .row__go { grid-column: 2; grid-row: 1; align-self: start; margin-top: 4px; }
  .row__where, .rows--compact .row__where { grid-column: 1; display: flex; flex-wrap: wrap; align-items: center; gap: 4px 10px; }
  .row__when, .rows--compact .row__when { grid-column: 1; display: flex; flex-wrap: wrap; align-items: baseline; gap: 0 12px; }
  .row__pay { display: flex; flex-wrap: wrap; gap: 0 8px; align-items: baseline; }
  .row__posted { font-size: 14px; }
  .row__when .row__posted::before { content: ""; display: inline-block; width: 4px; height: 4px; margin: 0 10px 3px 0; border-radius: 50%; background: var(--t3); }

  /* First call: "Who takes" above the tunnel, "the first call?" below. */
  .call__band { grid-template-columns: 1fr; }

  .prep-sec__head { grid-template-columns: 1fr; }
  .prep-stage { aspect-ratio: 16 / 11; }
  .prep-stage video { object-position: 6% 50%; }
  .prep-sec__doc { grid-area: 2 / 1; justify-self: stretch; width: auto; margin: -72px calc(-1 * var(--gut)) 0; }
  /* The spread becomes two swipeable pages. */
  .prep-sec__doc .prep, .prep-example__doc .prep { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 86%; gap: 12px; background: none; box-shadow: none; border-radius: 0; overflow-x: auto; scroll-snap-type: x mandatory; padding: 0 var(--gut) 18px; scrollbar-width: none; }
  .prep::-webkit-scrollbar { display: none; }
  .prep-sec__doc .prep__page, .prep-example__doc .prep__page { scroll-snap-align: center; border-radius: 18px; border: 0; box-shadow: 0 30px 60px -30px rgba(0, 0, 0, .5), 0 1px 3px rgba(0, 0, 0, .08); }
  .prep__swipe { display: block; }
  .prep-example__doc { margin: 0 calc(-1 * var(--gut)); }

  .note-cards { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 80%; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: var(--gut); margin: 0 calc(-1 * var(--gut)); padding: 0 var(--gut) 12px; scrollbar-width: none; }
  .note-cards::-webkit-scrollbar { display: none; }
  .note-card { scroll-snap-align: start; }
  .sec-head, .foot__top, .foot__grid { grid-template-columns: 1fr; }
  .proof__hands { width: 124%; margin-left: -12%; }

  .company-card { height: auto; min-height: 0; flex-direction: column; background: #8B7FFF; }
  .company-card video { position: relative; right: auto; bottom: auto; order: 2; width: 150%; max-width: none; height: auto; margin: -8% 0 0 -25%; -webkit-mask: linear-gradient(180deg, transparent 0, #000 24%); mask: linear-gradient(180deg, transparent 0, #000 24%); }
  .company-card__copy { padding-bottom: 0; }

  .foot__action { justify-self: start; width: 100%; }
  .foot__atmos { width: 120vw; right: -40vw; top: 8vw; opacity: .8; }

  /* Inner pages */
  .page-hero { padding-top: calc(var(--nav-h) + 32px); }
  .roles-hero__grid, .role-body__grid, .role-end__grid, .notfound__grid, .detail__grid, .prep-example__grid, .co-contact__grid, .j-hero__row, .band__grid, .co-hero__row { grid-template-columns: 1fr; }
  .roles-hero__grid { display: block; }
  .roles-hero__radar { position: absolute; top: calc(var(--nav-h) + 12px); right: var(--gut); width: 76px; }
  .roles-hero__radar .blip { display: none; }
  .roles-hero .eyebrow { margin-bottom: 34px; }
  .roles-hero__copy { position: relative; }
  .finder__bar { position: static; grid-template-columns: 1fr 1fr; padding: 12px; }
  .finder .row { scroll-margin-top: calc(var(--nav-h) + 16px); }
  .field--search { grid-column: 1 / -1; }
  .finder__clear { grid-column: 1 / -1; justify-self: start; }
  .empty { grid-template-columns: 1fr; padding: 24px; }
  .empty__art { width: 140px; }
  .pager { flex-wrap: wrap; }
  .band__art { order: 3; justify-self: end; width: 180px; margin-top: 8px; }
  .band__cta { order: 2; }

  /* Role: the focus radar becomes a small badge beside the breadcrumb, so
     the title and Apply sit near the top. */
  .role-hero__grid { display: block; position: relative; }
  .role-hero__art { position: absolute; top: -6px; right: 0; width: 64px; }
  .role-hero__bust, .role-hero__art .blip:not(.is-target) { display: none; }
  .role-hero__art .blip.is-target .blip__dot { width: 8px; height: 8px; }
  .crumbs { min-height: 52px; padding-right: 76px; margin-bottom: 12px; }
  .role-facts { grid-template-columns: 1fr 1fr; gap: 14px 20px; }
  .role-hero__act { margin-top: 28px; }
  .role-body__grid { display: flex; flex-direction: column; gap: 14px; }
  .role-side { display: contents; position: static; }
  .side-card--pay { order: 1; }
  .paper { order: 2; margin-top: 6px; }
  .side-card--talk { order: 3; margin-top: 6px; }
  .related__head { align-items: baseline; }
  .detail__cta { grid-column: auto; }
  .facts--wide div { grid-template-columns: 1fr; gap: 4px; }

  /* Doors: the figure gets its own band under the copy. */
  .doors__grid { grid-template-columns: 1fr; }
  .door { min-height: 0; justify-content: flex-start; gap: 24px; padding-bottom: 0; }
  .door__copy, .door__cta { max-width: none; }
  .door__art, .door--black .door__art { position: relative; right: auto; bottom: auto; align-self: flex-end; width: min(92%, 440px); margin: -12% -8% 0 0; }
  .door--black .door__art { margin-bottom: -4%; }
  .steps-index { grid-template-columns: 1fr 1fr; }
  .prep-example__copy { position: static; }

  .faq__grid { grid-template-columns: minmax(0, 1fr); grid-template-rows: none; }
  .faq__head, .faq__list, .faq__art { grid-column: 1; grid-row: auto; }
  .faq__list { margin-top: 32px; }
  .faq__art { justify-self: end; width: min(70%, 300px); margin-top: 32px; }

  .co-hero { padding-top: calc(var(--nav-h) + 40vw); }
  .co-hero__media { width: 150vw; right: 0; top: calc(var(--nav-h) - 4px); -webkit-mask: linear-gradient(90deg, transparent 0, #000 40%), linear-gradient(to bottom, #000 80%, transparent); -webkit-mask-composite: source-in; mask: linear-gradient(90deg, transparent 0, #000 40%) intersect, linear-gradient(to bottom, #000 80%, transparent); }
  .co-contact__art { order: 2; width: 100%; }
  .co-contact__copy { padding-bottom: 0; }

  /* Field notes hero: keep the split around the bust; the bust is lifted so
     "notes" lands on flat cream, not on the ribbons. */
  .j-hero__stage { height: calc(var(--nav-h) + 118vw); }
  .j-hero__bust { bottom: 22vw; height: calc(100% - var(--nav-h) - 22vw); -webkit-mask: linear-gradient(90deg, transparent 0, #000 22%, #000 78%, transparent 100%), linear-gradient(to bottom, #000 78%, transparent 100%); -webkit-mask-composite: source-in; mask: linear-gradient(90deg, transparent 0, #000 22%, #000 78%, transparent 100%) intersect, linear-gradient(to bottom, #000 78%, transparent 100%); }
  .j-hero__title { inset: var(--nav-h) 0 0; font-size: clamp(64px, 21vw, 120px); }
  .j-hero__w1 { top: 3%; }
  .j-hero__w2 { top: auto; bottom: 0; }
  .j-feature__link { grid-template-columns: 1fr; }
  .j-feature__art { min-height: 300px; }
  .j-row__link { grid-template-columns: 1fr; gap: 6px; padding: 18px 12px; }
  .j-row__n, .j-row__sum { display: none; }
  .j-row__read { text-align: left; }
  .lost__disc { width: 130vw; right: -50vw; top: 34%; }
}

@media (max-width: 760px) {
  .call__stage { --call-fs: clamp(40px, 11.6vw, 72px); --tun-h: 58vw; aspect-ratio: auto; min-height: 0; max-height: none; padding-top: 64px; }
  .call__title { position: relative; inset: auto; padding: 0 var(--gut); font-size: var(--call-fs); }
  .call__title .br { display: inline; }
  .call__w1, .call__w2 { position: static; display: block; }
  .call__w2 { margin-top: calc(var(--tun-h) + 16px); text-align: right; }
  .call__stage { padding-bottom: 28px; }
  .call__tunnel { inset: auto 0; top: calc(64px + var(--call-fs) * .95 + 8px); height: var(--tun-h); }
}

@media (max-width: 560px) {
  .facts div { grid-template-columns: 1fr; gap: 4px; }
  .actions .rd-btn, .hero__act .rd-btn { width: 100%; }
  .hero__act .note-rec { order: 1; }
  .hero__roles { order: 2; }
  .chip { font-size: 14px; }
  .radar-search .rd-btn { padding: 0 1em; }
  /* A lighter radar on phones, so the disc still reads under 179 blips.
     Hit areas stay 22px; the list below is the main tap path. */
  .blip { width: 22px; height: 22px; margin: -11px 0 0 -11px; }
  .blip__dot { width: 5px; height: 5px; box-shadow: 0 0 0 1px var(--night); }
  .blip--fresh .blip__dot { width: 7px; height: 7px; }
  .after__steps { grid-template-columns: 1fr; }
  .step__art { aspect-ratio: 16 / 10; }
  .steps-index { grid-template-columns: 1fr; }
  /* Filters stay compact on phones so rows show in the first screen: the
     visible labels give way to the placeholder, icon and "All teams". */
  .finder__bar { gap: 8px; padding: 10px; }
  .finder__bar .field:not(.field--toggle) > label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
  .field--toggle { gap: 10px; padding: 0 12px; }
  .field--toggle label { font-size: 15px; }
  .pillar { min-height: 0; padding: 26px 24px 190px; }
  .pillar__art { width: 230px; right: -10%; bottom: -70px; }
  /* Sentences read at 16px or more on phones, disclosures included. */
  .note-rec, .door__note, .sheet__note, .radar-help, .proof__method, .band__note, .side-card__detail, .side-card__text, .foot__line, .call__human, .note-card__sum, .info-note, .role-hero__small, .radar-key, .role-end__note .info-note { font-size: 16px; }
}

/* Very narrow phones (320 to 359px): nothing is cut off. */
@media (max-width: 359px) {
  .nav__bar { gap: 10px; }
  .nav__logo img { width: 100px; }
  .nav__mbook { padding: 0 .8em; }
  .nav__menu { padding: 0 12px; }
  .radar-search { flex-wrap: wrap; border-radius: 24px; }
  .radar-search .rd-btn { width: 100%; }
}

/* ======================================================= Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .radar__disc, .radar__shade, .blip__dot, .blip.is-target .blip__dot, .ticker__track, .logos__track, .eyebrow::before, .wave span, .lost__face { animation: none !important; }
  [data-reveal], .is-split .w__i { opacity: 1; transform: none; transition: none; }
}

/* ========================================================== Focus rings
   Last in the file on purpose: `:root :focus-visible` outranks component
   shadows, so the ring shows on every control, violet buttons included.
   Night: beige ring. Cream and paper: ink ring. Violet surfaces: ink ring
   on a beige gap. */
:root :focus-visible { outline: none; box-shadow: 0 0 0 2px var(--night), 0 0 0 4px var(--t1); }
:root .cream :focus-visible, :root .paper :focus-visible, :root .nav.is-cream :focus-visible { box-shadow: 0 0 0 2px var(--cream), 0 0 0 4px var(--rd-ink); }
:root .door--violet :focus-visible, :root .company-card :focus-visible, :root .sheet :focus-visible { box-shadow: 0 0 0 2px var(--rd-beige), 0 0 0 4px var(--rd-ink); }
:root .field input:focus-visible, :root .field select:focus-visible { box-shadow: 0 0 0 1px var(--violet), 0 0 0 4px rgba(127, 114, 255, .35); }
:root a.blip:focus-visible { box-shadow: none; }
:root .prep:focus-visible { box-shadow: none; outline: 2px solid var(--rd-violet-600); outline-offset: 4px; }
:root .voice:focus-visible { box-shadow: 0 0 0 2px var(--pure), 0 0 0 4px var(--t1); }

/* ===== v6 feedback round (David, 2026-09-24) ===== */

/* Two doors in the top menu: Candidates | Companies. */
.doors-switch { display: inline-flex; flex: none; padding: 3px; border-radius: 999px; border: 1px solid var(--hair-2); }
.doors-switch a { display: inline-flex; align-items: center; min-height: 36px; padding: 0 14px; border-radius: 999px; font: 500 14px/1 var(--rd-font-ui); color: var(--t2); text-decoration: none; transition: background-color .25s var(--ease), color .25s var(--ease); }
.doors-switch a:hover { color: var(--t1); }
.doors-switch a[aria-current="true"] { background: var(--rd-beige); color: var(--rd-ink); }
.nav.is-cream .doors-switch { border-color: rgba(15, 15, 15, .2); }
.nav.is-cream .doors-switch a { color: var(--rd-ink-2); }
.nav.is-cream .doors-switch a[aria-current="true"] { background: var(--rd-ink); color: var(--rd-beige); }
.nav__links { margin-left: 4px; }
.sheet__doors { align-self: flex-start; border-color: rgba(15, 15, 15, .3); }
.sheet__doors a { color: var(--rd-ink); min-height: 44px; padding: 0 18px; font-size: 16px; }
.sheet__doors a[aria-current="true"] { background: var(--rd-ink); color: var(--rd-beige); }
.sheet__apply { display: grid; gap: 14px; }
.sheet__apply .rd-btn { width: 100%; }
.sheet__general { font-size: 16px; font-weight: 500; color: var(--rd-ink); }
@media (max-width: 1099px) { .nav__bar > .nav__doors { display: none; } }

/* How it works: four short steps under the ring tunnel. */
.call__band--steps { display: block; }
.steps4 { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(20px, 3vw, 44px); }
.steps4 li { display: grid; align-content: start; gap: 10px; padding-top: 18px; border-top: 1px solid var(--hair-2); }
.steps4__n { font: 400 18px/1 var(--rd-font-display); color: var(--rd-violet); }
.steps4__t { font: 400 clamp(26px, 2.4vw, 36px)/1.08 var(--rd-font-display); color: var(--t1); }
.steps4__d { color: var(--t2); font-size: 16px; line-height: 1.5; max-width: 26ch; }
.steps4__more { margin-top: clamp(24px, 3vw, 40px); }
@media (max-width: 899px) { .steps4 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 519px) { .steps4 { grid-template-columns: minmax(0, 1fr); } }

/* Prep: the dossier floats over the hand holding the orbs. */
.prep-sec__doc--dossier { width: min(48%, 560px); margin-top: clamp(-40px, -2vw, 0px); }
.prep-sec__doc--dossier .dossier { --dos-paper: #FFFDF8; }
@media (max-width: 899px) { .prep-sec__doc--dossier { width: 100%; margin: -12% 0 0; } }

/* Placements: each one links to similar open roles. */
.placements--links li { padding: 0; }
.placements--links a { display: grid; grid-template-columns: minmax(0, 1fr) auto; grid-template-areas: "co go" "role go"; gap: 4px 16px; align-items: center; padding: 18px 0; color: inherit; text-decoration: none; }
.placements--links .placements__co { grid-area: co; }
.placements--links .placements__role { grid-area: role; }
.placements__go { grid-area: go; font-size: 14px; font-weight: 500; color: var(--violet); white-space: nowrap; }
.placements--links a:hover .placements__go { text-decoration: underline; text-underline-offset: 4px; }

/* The longer headline stays in the left column so no word crosses the face. */
.hero__w2 { position: static; text-align: left; }
.hero__title { max-width: 11ch; margin-bottom: 8px; }

/* How it works: the example exchange (clearly labelled), three steps, dossier. */
.ex-call { grid-column: 2; margin: 0; display: grid; gap: 14px; padding: clamp(20px, 2.4vw, 32px); border-radius: var(--r-lg); background: var(--rd-grey); border: 1px solid var(--hair); }
.ex-call__tag { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--t3); }
.ex-call__tag span { display: inline-flex; align-items: center; height: 22px; padding: 0 9px; border-radius: 999px; background: var(--rd-beige); color: var(--rd-ink); font-weight: 600; font-size: 12px; }
.ex-call__q, .ex-call__a { margin: 0; display: grid; grid-template-columns: 96px minmax(0, 1fr); gap: 12px; line-height: 1.45; }
.ex-call__q { font: 400 clamp(19px, 1.6vw, 22px)/1.3 var(--rd-font-display); color: var(--t1); }
.ex-call__a { color: var(--t2); font-size: 16px; }
.ex-call__who { font: 500 12px/1.9 var(--rd-font-ui); text-transform: uppercase; color: var(--violet); }
.ex-call__a .ex-call__who { color: var(--t3); }
@media (max-width: 899px) { .ex-call { grid-column: auto; } .ex-call__q, .ex-call__a { grid-template-columns: 1fr; gap: 2px; } }
.after__steps--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(20px, 3vw, 40px); }
@media (max-width: 899px) { .after__steps--3 { grid-template-columns: minmax(0, 1fr); } }
.prep-example__doc .dossier { width: min(100%, 520px); }

/* Recent placements (shared list) on night pages. */
.proof__more { margin-top: 16px; }
.co-placed { padding: clamp(72px, 8vw, 128px) 0; }
.co-placed .sec-head { margin-bottom: clamp(24px, 3vw, 40px); }
