/* Cokluk — cinematic Apple Event / chapter layout
   Deliberately different from the prior soft-gray card system. */

:root {
  --ink: #000000;
  --paper: #ffffff;
  --fog: #fafafa;
  --steel: #1d1d1f;
  --whisper: #86868b;
  --blue: #06c;
  --blue-bright: #2997ff;
  --line: rgba(0, 0, 0, 0.12);
  --line-inv: rgba(255, 255, 255, 0.18);
  --nav-h: 56px;
  --rail: min(92vw, 1100px);
  --font: "SF Pro Display", "SF Pro Text", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

html[data-theme="dark"] {
  --ink: #f5f5f7;
  --paper: #000000;
  --fog: #0b0b0c;
  --steel: #f5f5f7;
  --whisper: #a1a1a6;
  --blue: #2997ff;
  --line: rgba(255, 255, 255, 0.16);
  --line-inv: rgba(255, 255, 255, 0.2);
}

*,
*::before,
*::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font);
  background: var(--paper);
  color: var(--steel);
  font-size: 17px;
  line-height: 1.47;
  letter-spacing: -0.014em;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button, input, textarea, select { font: inherit; }

.skip-link {
  position: absolute; left: 1rem; top: -100%;
  background: var(--blue); color: #fff; padding: 0.6rem 1rem; z-index: 10000;
}
.skip-link:focus { top: 1rem; }

/* —— Masthead: caps + hairline spacious —— */
.masthead {
  position: sticky;
  top: 0;
  z-index: 100;
  height: 56px;
  background: #000;
  color: #f5f5f7;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.masthead__bar {
  height: 100%;
  width: var(--rail);
  max-width: 100%;
  margin: 0 auto;
  padding: 0 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.masthead__logo {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f5f5f7;
}

.masthead__nav {
  display: none;
  gap: 2.35rem;
  align-items: center;
}

.masthead__nav a {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(245, 245, 247, 0.8);
  transition: color 0.2s var(--ease);
}

.masthead__nav a:hover,
.masthead__nav a.is-on { color: #fff; }

.masthead__tools {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.masthead__tools a {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(245, 245, 247, 0.8);
}

.icon-btn {
  width: 36px; height: 36px;
  border: 0; background: transparent; color: #f5f5f7;
  cursor: pointer; display: grid; place-items: center;
}

.burger { display: flex; flex-direction: column; gap: 5px; width: 18px; }
.burger i { display: block; height: 1px; background: #f5f5f7; }

.drawer {
  display: none;
  background: #000;
  padding: 0.5rem 1.25rem 1.5rem;
  border-top: 1px solid var(--line-inv);
}

.drawer:not([hidden]) { display: block; }

.drawer a {
  display: block;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--line-inv);
  color: #f5f5f7;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
}

@media (min-width: 900px) {
  .masthead__nav { display: flex; }
  .burger, .drawer { display: none !important; }
}

/* —— Layout rails —— */
.rail {
  width: var(--rail);
  max-width: 100%;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.rail--tight { max-width: 720px; margin-left: auto; margin-right: auto; }

/* —— Chapter stages (full-bleed) —— */
.stage {
  position: relative;
  padding: clamp(4.5rem, 10vw, 7.5rem) 0;
}

.stage--void {
  background: #000;
  color: #f5f5f7;
}

.stage--fog { background: var(--fog); color: var(--steel); }
.stage--paper { background: var(--paper); color: var(--steel); }

.stage--void .whisper,
.stage--void .lede { color: rgba(245, 245, 247, 0.66); }

.eyebrow {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 0.75rem;
  color: var(--blue);
}

.stage--void .eyebrow { color: var(--blue-bright); }

.mega {
  font-size: clamp(2.75rem, 9vw, 5.5rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.mega--xl {
  font-size: clamp(3.5rem, 14vw, 8.5rem);
  letter-spacing: -0.05em;
  line-height: 0.95;
}

.lede {
  margin-top: 1.25rem;
  font-size: clamp(1.125rem, 2.2vw, 1.375rem);
  line-height: 1.4;
  letter-spacing: -0.016em;
  color: var(--whisper);
  max-width: 34rem;
}

.link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  margin-top: 1.5rem;
  font-size: 1.125rem;
  color: var(--blue);
}

.stage--void .link { color: var(--blue-bright); }

.link::after { content: "›"; font-size: 1.35em; line-height: 1; }
.link:hover { text-decoration: underline; text-underline-offset: 0.18em; }

.link-row { display: flex; flex-wrap: wrap; gap: 1.5rem; margin-top: 1.5rem; }

/* —— Opening: centered product atmosphere —— */
.opening {
  position: relative;
  min-height: min(90svh, 860px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #f5f5f7;
  overflow: hidden;
  text-align: center;
}

.opening__visual {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.opening__orb {
  position: absolute;
  width: min(36vw, 300px);
  aspect-ratio: 1;
  border-radius: 22.5%;
  overflow: hidden;
  opacity: 0.26;
  filter: saturate(0.85);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.5);
  animation: opening-float 12s var(--ease) infinite alternate;
}

.opening__orb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.opening__orb--0 {
  top: 10%;
  left: 6%;
  animation-delay: 0s;
}

.opening__orb--1 {
  top: 18%;
  right: 5%;
  width: min(30vw, 240px);
  opacity: 0.2;
  animation-delay: -4s;
}

.opening__orb--2 {
  bottom: 12%;
  left: 0;
  right: 0;
  margin-inline: auto;
  width: min(28vw, 220px);
  opacity: 0.16;
  animation-delay: -7s;
}

@keyframes opening-float {
  from { transform: translateY(0) rotate(-2deg); }
  to { transform: translateY(-14px) rotate(2deg); }
}

html.gsap-ready .opening__orb {
  animation: none;
}

.opening__scrim {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 50% at 50% 48%, rgba(0, 0, 0, 0.55) 0%, transparent 70%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, transparent 28%, transparent 72%, rgba(0, 0, 0, 0.7) 100%);
}

.opening__watermark {
  position: absolute;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%);
  z-index: 0;
  font-size: clamp(6rem, 28vw, 18rem);
  font-weight: 700;
  letter-spacing: -0.07em;
  line-height: 0.8;
  color: rgba(255, 255, 255, 0.04);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  text-transform: uppercase;
}

.opening__stage {
  position: relative;
  z-index: 1;
  padding: clamp(4rem, 12vw, 7rem) 0;
  max-width: min(92vw, 52rem);
  margin: 0 auto;
}

.opening__brand {
  font-size: clamp(4.5rem, 16vw, 10rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 0.88;
  color: #fff;
  text-transform: uppercase;
}

.opening__line {
  margin-top: clamp(1rem, 2.5vw, 1.5rem);
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.25;
  color: rgba(245, 245, 247, 0.92);
}

.opening__lede {
  margin: 1.15rem auto 0;
  max-width: 34rem;
  color: rgba(245, 245, 247, 0.58);
  font-size: 1.05rem;
  line-height: 1.5;
}

.opening__links {
  justify-content: center;
  margin-top: 2rem;
}

@media (max-width: 700px) {
  .opening__orb--2 { display: none; }
  .opening__orb--0 { left: -8%; top: 8%; opacity: 0.18; }
  .opening__orb--1 { right: -8%; top: 14%; opacity: 0.16; }
}

@media (prefers-reduced-motion: reduce) {
  .opening__orb { animation: none !important; }
}

/* —— Story pin (variant #9 — bottom dock) —— */
.story-pin {
  position: relative;
  background: #000;
  color: #f5f5f7;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.story-pin__viewport {
  position: relative;
  height: calc(100svh - 2.75rem);
  min-height: calc(640px - 2.75rem);
  overflow: hidden;
}

.story-pin__progress {
  position: absolute;
  left: 50%;
  bottom: 1.75rem;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  flex-direction: row;
  gap: 0.55rem;
}

.story-pin__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(245, 245, 247, 0.28);
  transition: background 0.35s var(--ease), transform 0.35s var(--ease);
}

.story-pin__dot.is-on {
  background: #fff;
  transform: scale(1.25);
}

.story-pin__panel {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: calc(var(--nav-h) + 1rem) 0 4rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  will-change: opacity, transform, filter;
  backface-visibility: hidden;
}

.story-pin__panel.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.story-pin__frame {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  min-height: min(72svh, 640px);
  gap: 2rem;
  box-sizing: border-box;
}

.story-pin .eyebrow { color: var(--blue-bright); }
.story-pin .link { color: var(--blue-bright); }

.story-pin__sky {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  gap: clamp(1.25rem, 3vw, 2.25rem);
  width: 100%;
  max-width: 100%;
  background: radial-gradient(ellipse 60% 50% at 50% 50%, rgba(41, 151, 255, 0.09), transparent 70%);
}

.story-pin__sky--apps {
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: clamp(1.5rem, 4vw, 2.75rem);
}

.story-pin__mark {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.story-pin__logo {
  width: min(100%, 300px);
  height: auto;
  object-fit: contain;
  opacity: 0.95;
}

.story-pin__logo--wide {
  width: min(100%, 400px);
}

.story-pin__dock {
  display: grid;
  gap: 0.85rem 2rem;
  width: 100%;
  padding-top: 1.35rem;
  position: relative;
  border-top: 0;
  box-sizing: border-box;
}

.story-pin__dock::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 1px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.14);
  pointer-events: none;
}

@media (min-width: 800px) {
  .story-pin__dock {
    grid-template-columns: 1.1fr 1.45fr auto;
    align-items: end;
  }
  .story-pin__dock .story-pin__lede { margin-top: 0; }
  .story-pin__dock .link {
    margin-top: 0;
    justify-self: end;
    align-self: end;
  }
}

.story-pin__title {
  margin-top: 0.4rem;
  font-size: clamp(2rem, 5vw, 3.25rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 0.98;
  color: #fff;
  max-width: 12ch;
}

.story-pin__lede {
  margin-top: 0;
  max-width: none;
  font-size: clamp(0.98rem, 1.7vw, 1.15rem);
  line-height: 1.4;
  color: rgba(245, 245, 247, 0.62);
  text-align: left;
}

.story-pin__lede strong {
  color: rgba(245, 245, 247, 0.92);
  font-weight: 600;
}

.story-pin__app {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7rem;
  text-align: center;
  color: rgba(245, 245, 247, 0.65);
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  flex: 0 0 auto;
}

.story-pin__app img {
  width: clamp(100px, 12vw, 140px);
  aspect-ratio: 1;
  border-radius: 22.5%;
  object-fit: cover;
  background: #141414;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.story-pin__app:hover {
  color: #fff;
}

html.gsap-reduced .story-pin__viewport {
  height: auto;
  min-height: 0;
  overflow: visible;
}

html.gsap-reduced .story-pin__panel {
  position: relative;
  inset: auto;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  padding: clamp(3.5rem, 9vw, 5.5rem) 0;
  filter: none !important;
  transform: none !important;
}

html.gsap-reduced .story-pin__progress {
  display: none;
}

@media (max-width: 799px) {
  .story-pin__title { max-width: none; }
  .story-pin__frame {
    min-height: 0;
    justify-content: center;
  }
  .story-pin__sky--apps {
    flex-wrap: wrap;
    align-content: center;
  }
  .story-pin__app img {
    width: min(28vw, 100px);
  }
}

/* —— Featured apps: icon shelf —— */
.feat-shelf-block {
  background: #000;
  color: #f5f5f7;
  padding: clamp(3rem, 8vw, 5rem) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.feat-shelf-block .eyebrow { color: var(--blue-bright); }
.feat-shelf-block .link { color: var(--blue-bright); }
.feat-shelf-block .product-shelf { padding-bottom: 0; }

/* —— Spotlight (legacy) —— */
.spotlight {
  background: #000;
  color: #f5f5f7;
  padding: clamp(3.5rem, 9vw, 6rem) 0 clamp(4.5rem, 10vw, 7rem);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.spotlight__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 36rem;
  margin: 0 auto;
}

.spotlight__icon {
  width: min(72vw, 280px);
  aspect-ratio: 1 / 1;
  margin: 1.25rem 0 1.75rem;
  border-radius: 22.5%;
  overflow: hidden;
  background: #111;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.55);
}

.spotlight__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.spotlight__title {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.spotlight__text {
  margin-top: 0.85rem;
  font-size: 1.125rem;
  line-height: 1.45;
  color: rgba(245, 245, 247, 0.66);
  max-width: 32rem;
}

.spotlight .store-row {
  margin-top: 1.25rem;
}

.spotlight--follow {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: clamp(3rem, 7vw, 5rem);
}

/* —— Industry case (e.g. Kaltek) —— */
.case {
  max-width: 52rem;
}

.case__logo {
  display: inline-block;
  margin: 1.25rem 0 1.5rem;
  line-height: 0;
}

.case__logo img {
  height: 36px;
  width: auto;
  max-width: min(100%, 220px);
  object-fit: contain;
}

@media (min-width: 768px) {
  .case__logo img { height: 44px; }
}

.case__title {
  margin-top: 0.25rem;
}

.case__lede {
  max-width: 42rem;
}

.case__lede a {
  color: var(--blue-bright);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.case__grid {
  display: grid;
  gap: 1.75rem;
  margin: 2.5rem 0 1.5rem;
}

@media (min-width: 800px) {
  .case__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
  }
}

.case__item {
  padding-top: 1.15rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.case__item h3 {
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 0.45rem;
}

.case__item p {
  font-size: 0.95rem;
  line-height: 1.45;
  color: rgba(245, 245, 247, 0.66);
}

.case__item a {
  color: var(--blue-bright);
}

.case-stack {
  display: grid;
  gap: clamp(3rem, 8vw, 5rem);
}

.case-stack .case {
  max-width: none;
  padding-top: clamp(2rem, 5vw, 3rem);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.case-stack .case:first-child {
  border-top: 0;
  padding-top: 0;
}

.case__logo--wide img {
  height: 42px;
  max-width: min(100%, 280px);
}

@media (min-width: 768px) {
  .case__logo--wide img { height: 52px; }
}

.case__title {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.08;
}

.checklist {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}

.checklist li {
  position: relative;
  padding-left: 1.1rem;
  margin-bottom: 0.5rem;
  color: var(--whisper);
  line-height: 1.5;
}

.checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--blue);
}

/* —— Ribbon (partners) —— */
.ribbon {
  padding: 2rem 0;
  border-block: 1px solid var(--line);
  background: var(--paper);
}

.ribbon__label {
  text-align: center;
  font-size: 12px;
  color: var(--whisper);
  margin-bottom: 1.25rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ribbon__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem 2.75rem;
  padding: 0 1.25rem;
}

.ribbon__row img {
  height: 22px;
  width: auto;
  opacity: 0.45;
  filter: grayscale(1);
}

/* —— Index list (services) — not cards —— */
.index-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.index-list__item {
  display: grid;
  gap: 0.35rem 2rem;
  padding: 1.75rem 0;
  border-bottom: 1px solid var(--line);
}

@media (min-width: 768px) {
  .index-list__item {
    grid-template-columns: 4rem 12rem 1fr;
    align-items: baseline;
  }
}

.index-list__num {
  font-size: 13px;
  color: var(--whisper);
  font-variant-numeric: tabular-nums;
}

.index-list__title {
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: -0.025em;
}

.index-list__text { color: var(--whisper); max-width: 36rem; }

/* —— What we do: 2×2 grid (#5) —— */
.services-grid__head .mega { max-width: 14ch; }
.services-grid__head--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.services-grid__head--center .mega,
.services-grid__head--center .lede {
  margin-left: auto;
  margin-right: auto;
}
.services-grid__num {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--whisper);
  text-transform: uppercase;
}
.services-grid__grid {
  display: grid;
  gap: 1px;
  margin-top: 2.5rem;
  background: var(--line);
  border: 1px solid var(--line);
}
@media (min-width: 768px) {
  .services-grid__grid { grid-template-columns: 1fr 1fr; }
}
.services-grid__cell {
  background: var(--fog);
  padding: 1.75rem 1.5rem;
}

/* —— Metric strip —— */
.stage--metrics {
  padding: clamp(3.25rem, 7vw, 5.25rem) 0;
}

.stage--metrics-big {
  padding: clamp(3.75rem, 8vw, 6rem) 0;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2.25rem, 5vw, 3rem) 1.25rem;
  text-align: center;
  align-items: start;
}

@media (min-width: 900px) {
  .metrics {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
  }
}

.metric {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 0 clamp(0.75rem, 2vw, 1.75rem);
}

@media (min-width: 900px) {
  .stage--void .metric + .metric::before,
  [data-met-block] .metric + .metric::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: clamp(2rem, 4vw, 2.75rem);
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.12);
  }
}

.metric__n {
  font-size: clamp(2.25rem, 5.5vw, 3.75rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
}

.stage--void .metric__n {
  color: #f5f5f7;
}

.metric__l {
  margin-top: 0.65rem;
  font-size: 0.8125rem;
  line-height: 1.35;
  letter-spacing: 0.02em;
  color: var(--whisper);
  max-width: 11rem;
}

.stage--void .metric__l {
  color: rgba(245, 245, 247, 0.52);
}

.metrics--big .metric__n {
  font-size: clamp(2.5rem, 7vw, 4.25rem);
  letter-spacing: -0.045em;
}

@media (min-width: 900px) {
  .metrics--big .metric__n {
    font-size: clamp(2.85rem, 4.8vw, 4.5rem);
  }
}

.metrics--big .metric__l {
  margin-top: 0.75rem;
  font-size: 0.875rem;
}

/* —— Voices —— */
.voices {
  display: grid;
  gap: 2.5rem;
}

@media (min-width: 900px) {
  .voices { grid-template-columns: repeat(3, 1fr); gap: 2rem; }
}

.voice {
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
}

.voice p {
  font-size: 1.125rem;
  letter-spacing: -0.015em;
  line-height: 1.45;
}

.voice footer {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  font-size: 0.8125rem;
}

.voice cite { font-style: normal; font-weight: 600; }
.voice span { color: var(--whisper); }

/* —— Contact board —— */
.board {
  display: grid;
  gap: 2.5rem;
}

@media (min-width: 900px) {
  .board { grid-template-columns: 0.9fr 1.1fr; gap: 4rem; }
}

/* About — milestone stats (not homepage strip) */
.about-stats {
  display: grid;
  gap: 0;
  align-content: start;
  margin: 0;
}

.about-stats__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.35rem 1.25rem;
  align-items: baseline;
  padding: 1.15rem 0;
  border-top: 1px solid var(--line);
}

.about-stats__item:last-child {
  border-bottom: 1px solid var(--line);
}

.about-stats__n {
  font-size: clamp(2rem, 4.5vw, 2.75rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.about-stats__l {
  font-size: 0.9375rem;
  line-height: 1.35;
  color: var(--whisper);
  margin: 0;
}

.facts dt {
  font-size: 12px;
  color: var(--whisper);
  margin-top: 1.25rem;
}

.facts dt:first-child { margin-top: 0; }

.facts dd { margin-top: 0.25rem; }

.facts a:hover { color: var(--blue); }

.field-label {
  display: block;
  font-size: 12px;
  color: var(--whisper);
  margin-bottom: 0.35rem;
}

.field {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  padding: 0.85rem 0;
  color: var(--steel);
  border-radius: 0;
  outline: none;
}

.field:focus { border-bottom-color: var(--blue); }

.stage--void .field {
  color: #f5f5f7;
  border-bottom-color: rgba(255, 255, 255, 0.22);
}

.stage--void .field:focus { border-bottom-color: var(--blue-bright); }
.stage--void .field-label { color: rgba(245, 245, 247, 0.55); }
.stage--void .btn-text { color: var(--blue-bright); }

.form-stack { display: grid; gap: 1.25rem; }
.form-2 { display: grid; gap: 1.25rem; }
@media (min-width: 640px) { .form-2 { grid-template-columns: 1fr 1fr; } }

.turnstile-wrap {
  display: flex;
  justify-content: flex-start;
  min-height: 0;
}
.turnstile-wrap:has(.cf-turnstile iframe),
.turnstile-wrap:has(.cf-turnstile[style*="height"]) {
  margin-top: 0.25rem;
}
.turnstile-wrap .cf-turnstile { max-width: 100%; }
.turnstile-wrap:empty,
.turnstile-wrap:not(:has(iframe)):not(:has(.turnstile-dev)) {
  margin: 0;
  padding: 0;
}

.btn-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
  padding: 0.85rem 0;
  border: 0;
  background: transparent;
  color: var(--blue);
  font-size: 1.0625rem;
  font-weight: 400;
  cursor: pointer;
  text-align: left;
}

.btn-text:hover { text-decoration: underline; text-underline-offset: 0.18em; }
.btn-text:active { transform: scale(0.98); }

.map {
  margin-top: 3rem;
  height: 280px;
  background: #111;
}

.map iframe { width: 100%; height: 100%; border: 0; filter: grayscale(1) contrast(1.05); }

/* —— Inner page head —— */
.pagehead {
  padding: clamp(4rem, 10vw, 6.5rem) 0 clamp(2.5rem, 5vw, 3.5rem);
  background: #000;
  color: #f5f5f7;
}

.pagehead .lede { color: rgba(245, 245, 247, 0.66); }
.pagehead .eyebrow { color: var(--blue-bright); }

.pagehead--center { text-align: center; }
.pagehead--center .lede { margin-left: auto; margin-right: auto; }

.product-shelf__link {
  color: inherit;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-shelf__link:hover .product-shelf__title,
.product-shelf__link:focus-visible .product-shelf__title {
  color: var(--blue-bright);
}

.product-shelf__link:focus-visible {
  outline: none;
}

.icon-card__link {
  color: inherit;
  text-decoration: none;
  display: block;
}

.icon-card__link:hover .icon-card__title,
.icon-card__link:focus-visible .icon-card__title {
  color: var(--blue-bright);
}

/* —— Product detail —— */
.product-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.product-hero--bleed {
  background: #050505;
}

.product-hero__bg {
  position: absolute;
  inset: -24px;
  z-index: 0;
  pointer-events: none;
}

.product-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: blur(18px) saturate(1.05);
  transform: scale(1.08);
  opacity: 0.42;
}

.product-hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.72) 48%, rgba(0, 0, 0, 0.88) 100%),
    radial-gradient(120% 90% at 20% 40%, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.7));
}

.product-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(1.75rem, 4vw, 3rem);
  align-items: center;
  text-align: center;
}

@media (min-width: 880px) {
  .product-hero__grid {
    grid-template-columns: minmax(0, 280px) minmax(0, 1fr);
    text-align: left;
  }
}

.product-hero__art {
  width: min(64vw, 260px);
  margin-inline: auto;
  aspect-ratio: 1;
  border-radius: 22.5%;
  overflow: hidden;
  background: #141414;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.55);
}

.product-hero--bleed .product-hero__art {
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08),
    0 28px 70px rgba(0, 0, 0, 0.65);
}

.product-hero__art img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-hero__title {
  margin-top: 0.35rem;
}

.product-hero__sub {
  margin-top: 0.55rem;
  color: rgba(245, 245, 247, 0.55);
  font-size: 1.05rem;
  letter-spacing: -0.01em;
}

.product-hero__copy .lede {
  margin-top: 1rem;
  max-width: 36rem;
}

.product-hero__copy .store-row {
  margin-top: 1.5rem;
}

@media (min-width: 880px) {
  .product-hero__copy .store-row {
    justify-content: flex-start;
  }
}

.product-hero__back {
  margin-top: 1.75rem;
}

@media (prefers-reduced-motion: reduce) {
  .product-hero__bg img {
    filter: blur(10px) saturate(1);
    transform: none;
  }
}

.product-detail {
  display: grid;
  gap: clamp(2.5rem, 6vw, 4rem);
  padding-bottom: clamp(1rem, 3vw, 2rem);
}

@media (min-width: 960px) {
  .product-detail {
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.85fr);
    align-items: start;
  }
}

.product-detail__h {
  font-size: clamp(2rem, 5vw, 3rem);
  margin-bottom: 1rem;
}

.product-detail__p {
  max-width: 38rem;
  margin-top: 0.85rem;
  color: rgba(29, 29, 31, 0.72);
}

.product-detail__side-title {
  margin-top: 0.35rem;
  font-size: clamp(1.35rem, 2.5vw, 1.7rem);
  font-weight: 600;
  letter-spacing: -0.03em;
}

.product-points {
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

.product-points li {
  position: relative;
  padding-left: 1.15rem;
  color: rgba(29, 29, 31, 0.72);
  line-height: 1.45;
  font-size: 1.02rem;
}

.product-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: var(--blue);
}

.product-facts {
  display: grid;
  gap: 0;
  max-width: 40rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.product-facts__row {
  display: grid;
  grid-template-columns: minmax(7rem, 9.5rem) minmax(0, 1fr);
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.product-facts__row dt {
  color: rgba(245, 245, 247, 0.5);
  font-size: 0.92rem;
}

.product-facts__row dd {
  margin: 0;
  color: #f5f5f7;
  font-size: 1.02rem;
  letter-spacing: -0.01em;
}

.product-facts__row a {
  color: var(--blue-bright);
  text-decoration: none;
}

.product-facts__row a:hover {
  text-decoration: underline;
}

.product-facts__row code {
  font-size: 0.92rem;
  word-break: break-all;
}

.product-detail__cta {
  margin-top: clamp(2rem, 5vw, 3rem);
}

.product-detail__cta .lede {
  color: rgba(245, 245, 247, 0.66);
  max-width: 32rem;
}

.product-detail__related {
  margin-top: 1.75rem;
  color: rgba(245, 245, 247, 0.55);
}

/* —— Screenshot gallery (product pages) —— */
.shot-gallery-section {
  padding-top: clamp(3.5rem, 8vw, 5.5rem);
  padding-bottom: clamp(4rem, 9vw, 6rem);
}

.shot-gallery__head {
  text-align: center;
  margin-bottom: clamp(1.75rem, 4vw, 2.75rem);
}

.shot-gallery__title {
  font-size: clamp(2rem, 5vw, 3rem);
}

.shot-gallery__stage {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(0.75rem, 2vw, 1.5rem);
  max-width: 56rem;
  margin-inline: auto;
}

.shot-gallery__viewport {
  overflow: hidden;
  min-width: 0;
  /* soft vignette so the frame floats in the void */
  mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
}

.shot-gallery__track {
  display: flex;
  transition: transform 0.55s var(--ease);
  will-change: transform;
}

.shot-gallery__slide {
  flex: 0 0 100%;
  width: 100%;
  margin: 0;
  padding: 1.5rem 0 1.75rem;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: zoom-in;
  display: grid;
  place-items: center;
  opacity: 0.4;
  transition: opacity 0.45s var(--ease);
}

.shot-gallery__slide.is-active {
  opacity: 1;
}

.shot-gallery__shot {
  display: block;
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08),
    0 30px 70px rgba(0, 0, 0, 0.55);
  background: #111;
}

.shot-gallery__slide.is-portrait .shot-gallery__shot {
  width: min(46vw, 220px);
}

.shot-gallery__slide.is-landscape .shot-gallery__shot {
  width: min(86vw, 680px);
}

@media (min-width: 880px) {
  .shot-gallery__slide.is-portrait .shot-gallery__shot {
    width: 250px;
  }
  .shot-gallery__slide.is-landscape .shot-gallery__shot {
    width: min(100%, 760px);
  }
}

.shot-gallery__shot img {
  display: block;
  width: 100%;
  height: auto;
  user-select: none;
  -webkit-user-drag: none;
}

.shot-gallery__slide.is-portrait .shot-gallery__shot img {
  aspect-ratio: 9 / 16;
  object-fit: contain;
  background: #0a0a0a;
}

.shot-gallery__slide.is-landscape .shot-gallery__shot img {
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: #0a0a0a;
}

.shot-gallery__slide:focus-visible {
  outline: none;
}

.shot-gallery__slide:focus-visible .shot-gallery__shot {
  box-shadow:
    0 0 0 2px var(--blue-bright),
    0 30px 70px rgba(0, 0, 0, 0.55);
}

.shot-gallery__ctrl {
  border: 0;
  background: transparent;
  color: rgba(245, 245, 247, 0.55);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.65rem 0.15rem;
  cursor: pointer;
  transition: color 0.25s var(--ease);
  min-width: 3.2rem;
}

.shot-gallery__ctrl:hover,
.shot-gallery__ctrl:focus-visible {
  color: #fff;
}

.shot-gallery__ctrl[disabled] {
  opacity: 0.22;
  cursor: default;
}

.shot-gallery__footer {
  margin-top: 1.35rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
}

.shot-gallery__index {
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
  color: rgba(245, 245, 247, 0.72);
  font-variant-numeric: tabular-nums;
}

.shot-gallery__n {
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #fff;
}

.shot-gallery__sep,
.shot-gallery__total {
  font-size: 0.92rem;
  color: rgba(245, 245, 247, 0.4);
}

.shot-gallery__rail {
  display: flex;
  gap: 0.35rem;
  align-items: center;
}

.shot-gallery__tick {
  width: 1.35rem;
  height: 2px;
  border: 0;
  padding: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  cursor: pointer;
  transition: background 0.25s var(--ease), width 0.25s var(--ease);
}

.shot-gallery__tick.is-on {
  width: 2.1rem;
  background: rgba(255, 255, 255, 0.9);
}

.shot-lightbox {
  border: 0;
  padding: 0;
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.94);
  color: #fff;
}

.shot-lightbox::backdrop {
  background: rgba(0, 0, 0, 0.8);
}

.shot-lightbox[open] {
  display: grid;
  place-items: center;
}

.shot-lightbox__frame {
  margin: 0;
  max-width: min(92vw, 1100px);
  max-height: 88vh;
}

.shot-lightbox__frame.is-portrait {
  max-width: min(56vw, 440px);
}

.shot-lightbox__frame.is-landscape {
  max-width: min(92vw, 1100px);
}

.shot-lightbox__frame img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 88vh;
  object-fit: contain;
  border-radius: 14px;
}

.shot-lightbox__close,
.shot-lightbox__nav {
  position: fixed;
  z-index: 3;
  border: 0;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  cursor: pointer;
  border-radius: 999px;
}

.shot-lightbox__close {
  top: 1rem;
  right: 1rem;
  width: 2.6rem;
  height: 2.6rem;
  font-size: 1.6rem;
  line-height: 1;
}

.shot-lightbox__nav {
  top: 50%;
  transform: translateY(-50%);
  width: 2.8rem;
  height: 2.8rem;
  font-size: 1.8rem;
  line-height: 1;
}

.shot-lightbox__nav--prev { left: 1rem; }
.shot-lightbox__nav--next { right: 1rem; }

.shot-lightbox__close:hover,
.shot-lightbox__nav:hover,
.shot-lightbox__close:focus-visible,
.shot-lightbox__nav:focus-visible {
  background: rgba(255, 255, 255, 0.2);
}

@media (max-width: 640px) {
  .shot-gallery__ctrl {
    min-width: 2.4rem;
    letter-spacing: 0.08em;
    font-size: 0.72rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .shot-gallery__track,
  .shot-gallery__tick,
  .shot-gallery__slide {
    transition: none;
  }
}

.product-more {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem 1rem;
  padding-bottom: clamp(2rem, 5vw, 3.5rem);
}

@media (min-width: 700px) {
  .product-more {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1000px) {
  .product-more {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.product-more__tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
  text-align: center;
  color: inherit;
  text-decoration: none;
}

.product-more__icon {
  width: min(28vw, 96px);
  aspect-ratio: 1;
  border-radius: 22.5%;
  overflow: hidden;
  background: #141414;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  transition: transform 0.45s var(--ease);
}

.product-more__tile:hover .product-more__icon {
  transform: translateY(-4px);
}

.product-more__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-more__name {
  font-size: 0.88rem;
  font-weight: 560;
  letter-spacing: -0.02em;
  line-height: 1.25;
  max-width: 9rem;
}

@media (prefers-reduced-motion: reduce) {
  .product-more__icon { transition: none; }
  .product-more__tile:hover .product-more__icon { transform: none; }
}

/* —— Product shelf (live) —— */
.product-shelf {
  display: grid;
  gap: clamp(2.5rem, 6vw, 4rem) 1.5rem;
  grid-template-columns: 1fr;
  padding-bottom: clamp(2rem, 5vw, 3.5rem);
}

@media (min-width: 900px) {
  .product-shelf {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
  }
}

.product-shelf__tile {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-shelf__icon {
  width: min(58vw, 220px);
  aspect-ratio: 1;
  margin-bottom: 1.35rem;
  border-radius: 22.5%;
  overflow: hidden;
  background: #141414;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
  transition: transform 0.55s var(--ease);
}

.product-shelf__tile:hover .product-shelf__icon {
  transform: translateY(-6px);
}

.product-shelf__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-shelf__title {
  margin-top: 0.35rem;
  font-size: clamp(1.5rem, 2.8vw, 1.9rem);
  font-weight: 600;
  letter-spacing: -0.03em;
}

.product-shelf__text {
  margin-top: 0.65rem;
  color: rgba(245, 245, 247, 0.62);
  font-size: 0.98rem;
  line-height: 1.45;
  max-width: 22rem;
}

.product-shelf .store-row {
  margin-top: 1.15rem;
  gap: 0.5rem;
}

.product-shelf .store {
  min-width: 0;
  padding: 0.4rem 0.7rem 0.4rem 0.55rem;
}

.product-shelf .store__logo {
  width: 1.35rem;
  height: 1.35rem;
}

.product-shelf .store__copy span { font-size: 0.52rem; }
.product-shelf .store__copy strong { font-size: 0.78rem; }

@media (prefers-reduced-motion: reduce) {
  .product-shelf__icon { transition: none; }
  .product-shelf__tile:hover .product-shelf__icon { transform: none; }
}

/* —— Product showcase (legacy / unused on products page) —— */
.showcase-grid {
  display: grid;
  gap: 2.5rem 1.5rem;
  grid-template-columns: 1fr;
  padding-bottom: clamp(2rem, 5vw, 3.5rem);
}

@media (min-width: 700px) {
  .showcase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1020px) {
  .showcase-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.75rem 1.75rem;
  }
}

.showcase {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0;
  max-width: none;
  margin: 0;
  height: 100%;
}

.showcase + .showcase {
  border-top: 0;
}

.showcase__icon {
  width: min(52vw, 168px);
  aspect-ratio: 1 / 1;
  margin-bottom: 1.15rem;
  border-radius: 22.5%;
  overflow: hidden;
  background: #141414;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
}

.showcase__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.showcase__title {
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin: 0.35rem 0 0.6rem;
}

.showcase__text {
  color: rgba(245, 245, 247, 0.66);
  max-width: none;
  font-size: 0.98rem;
  line-height: 1.45;
  flex: 1;
}

.showcase .store-row {
  margin-top: 1.15rem;
  gap: 0.5rem;
}

.showcase .store {
  min-width: 0;
  padding: 0.4rem 0.7rem 0.4rem 0.55rem;
}

.showcase .store__logo {
  width: 1.35rem;
  height: 1.35rem;
}

.showcase .store__copy span { font-size: 0.52rem; }
.showcase .store__copy strong { font-size: 0.78rem; }

.store-row { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.5rem; }
.store-row--center { justify-content: center; }

.store {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 0.55rem;
  padding: 0.5rem 1rem 0.5rem 0.7rem;
  background: #fff;
  color: #000;
  border-radius: 8px;
  min-width: 9.5rem;
  line-height: 1.1;
}

.store__logo {
  width: 1.65rem;
  height: 1.65rem;
  flex-shrink: 0;
  display: block;
  overflow: visible;
  object-fit: contain;
}

.store__logo--img {
  border-radius: 0;
  background: transparent;
}

.store__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.stage--fog .store,
html[data-theme="light"] .stage--paper .store {
  background: #000;
  color: #fff;
}

.store__copy span { font-size: 0.625rem; opacity: 0.85; }
.store__copy strong { font-size: 0.95rem; font-weight: 600; }

/* —— Archive icon grid —— */
.icon-grid {
  display: grid;
  gap: 2.5rem 1.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 860px) {
  .icon-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3rem 2rem;
  }
}

.icon-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.icon-card__art {
  width: min(100%, 168px);
  aspect-ratio: 1 / 1;
  border-radius: 22.5%;
  overflow: hidden;
  background: #e8e8ed;
  margin-bottom: 1rem;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
}

html[data-theme="dark"] .icon-card__art {
  background: #1d1d1f;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.4);
}

.icon-card__art img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.icon-card__cat {
  font-size: 12px;
  color: var(--blue);
  margin-bottom: 0.25rem;
}

.icon-card__title {
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.icon-card__sub {
  font-size: 0.8125rem;
  color: var(--whisper);
  margin-top: 0.15rem;
}

.icon-card__desc {
  margin-top: 0.45rem;
  font-size: 0.875rem;
  line-height: 1.45;
  color: var(--whisper);
  max-width: 18rem;
}

.grid-2 {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

@media (min-width: 768px) {
  .grid-2 { grid-template-columns: 1fr 1fr; }
}

.cell {
  padding: 2rem 0;
  border-bottom: 1px solid var(--line);
}

@media (min-width: 768px) {
  .cell:nth-child(odd) { padding-right: 2rem; border-right: 1px solid var(--line); }
  .cell:nth-child(even) { padding-left: 2rem; }
}

.cell h3 {
  font-size: 1.25rem;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
}

.cell p { color: var(--whisper); font-size: 0.95rem; }

/* —— Legal —— */
.legal-shell {
  display: grid;
  gap: 2rem;
  padding: 3rem 0 5rem;
}

@media (min-width: 1000px) {
  .legal-shell { grid-template-columns: 200px 1fr; gap: 3.5rem; }
}

.toc { position: sticky; top: calc(var(--nav-h) + 1rem); }
.toc a {
  display: block;
  padding: 0.4rem 0;
  font-size: 0.875rem;
  color: var(--whisper);
  border-left: 2px solid transparent;
  padding-left: 0.75rem;
}
.toc a:hover { color: var(--steel); }
.legal-section { padding: 2rem 0; border-top: 1px solid var(--line); }
.legal-section h2 { font-size: 1.75rem; letter-spacing: -0.025em; margin-bottom: 1rem; }
.legal-section h3 { font-size: 1.1rem; margin: 1.5rem 0 0.5rem; }
.legal-section p, .legal-section li { color: var(--whisper); margin-bottom: 0.75rem; }
.legal-section ul { padding-left: 1.1rem; list-style: disc; }
.legal-section table { width: 100%; border-collapse: collapse; margin: 1rem 0; font-size: 0.9rem; }
.legal-section th, .legal-section td { border-bottom: 1px solid var(--line); padding: 0.65rem 0.4rem; text-align: left; }

/* —— Forms / careers —— */
.stack-gap > * + * { margin-top: 1.5rem; }

.pipeline { border-top: 1px solid var(--line); }
.pipeline__item {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 1rem;
  padding: 1.35rem 0;
  border-bottom: 1px solid var(--line);
}

.pipeline__marker { font-size: 13px; color: var(--whisper); }

.ir-layout {
  display: grid;
  gap: 1.5rem;
  padding: 3rem 0 5rem;
}

@media (min-width: 860px) {
  .ir-layout { grid-template-columns: 180px 1fr; }
}

.ir-tab {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0.75rem 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: var(--whisper);
  cursor: pointer;
}

.ir-tab.is-active { color: var(--steel); font-weight: 600; }

.foot {
  background: #000;
  color: rgba(245, 245, 247, 0.7);
  padding: 1.75rem 0 1.25rem;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.foot a { color: rgba(245, 245, 247, 0.7); }
.foot a:hover { color: #fff; }

.foot__logo {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
}

.foot__title {
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.45rem;
}

.foot li + li { margin-top: 0.28rem; }

.foot__tier-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem 1rem;
  padding-bottom: 0.85rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.foot__tier-utils {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.15rem;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.foot__tier-cols {
  display: grid;
  gap: 1.15rem 1.5rem;
  margin-bottom: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 900px) {
  .foot__tier-cols { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

.foot__bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  justify-content: space-between;
  padding-top: 0.85rem;
  border-top: 1px solid var(--line-inv);
}

.foot__legal { display: flex; gap: 1.25rem; }

.whisper { color: var(--whisper); }
.center { text-align: center; }
.center .lede { margin-left: auto; margin-right: auto; }

.notice--center {
  text-align: center;
  max-width: 36rem;
  margin: 0 auto;
  padding: clamp(2rem, 6vw, 4rem) 0;
}
.notice--center .lede {
  margin-left: auto;
  margin-right: auto;
}
.mt-l { margin-top: 3rem; }

.rise {
  opacity: 1;
}
html.gsap-reduced .rise,
html:not(.js) .rise {
  opacity: 1 !important;
  transform: none !important;
}
.rise.is-visible {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .rise { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

@media (prefers-reduced-transparency: reduce) {
  .masthead { background: #000; }
}
