@font-face {
  font-family: "Bodoni Moda";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("assets/fonts/bodoni-moda-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Bodoni Moda";
  font-style: italic;
  font-weight: 400 600;
  font-display: swap;
  src: url("assets/fonts/bodoni-moda-italic-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url("assets/fonts/manrope-latin.woff2") format("woff2");
}

:root {
  --void: #090a0d;
  --void-soft: #101216;
  --graphite: #3a3d44;
  --titanium: #b8bcc0;
  --bone: #ede6d6;
  --gold: #c9a24b;
  --cyan: #6fb6c9;
  --oxblood: #6e1f2a;
  --line: rgba(237, 230, 214, 0.16);
  --serif: "Bodoni Moda", "Didot", "Bodoni 72", serif;
  --sans: "Manrope", "Avenir Next", "Helvetica Neue", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--void); }
body {
  margin: 0;
  color: var(--bone);
  background:
    radial-gradient(circle at 68% 8%, rgba(111, 182, 201, .06), transparent 24rem),
    var(--void);
  font-family: var(--sans);
  font-weight: 300;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
body::selection { background: var(--titanium); color: var(--void); }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; width: 100%; }
section[id] { scroll-margin-top: 86px; }

.noise {
  position: fixed;
  inset: 0;
  z-index: 20;
  opacity: .035;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E");
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 15;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 86px;
  padding: 18px clamp(24px, 4vw, 72px);
  border-bottom: 1px solid transparent;
  transition: background .4s, border-color .4s, min-height .4s;
}
.site-header.is-scrolled {
  min-height: 68px;
  background: rgba(9, 10, 13, .82);
  border-color: var(--line);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: flex-end; width: max-content; }
.brand__mark { width: 24px; height: 58px; fill: var(--titanium); filter: drop-shadow(0 0 8px rgba(220, 225, 227, .15)); }
.brand__letters {
  margin: 0 0 6px 7px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .3em;
}
.desktop-nav { display: flex; gap: 28px; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.desktop-nav a, .header-cta { transition: color .25s; }
.desktop-nav a:hover, .header-cta:hover { color: var(--titanium); }
.header-cta { justify-self: end; font-size: 10px; letter-spacing: .17em; text-transform: uppercase; }

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  padding: 150px clamp(24px, 8vw, 140px) 90px;
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  border-bottom: 1px solid var(--line);
}
.hero__ambient {
  position: absolute;
  right: 8%; top: 16%;
  width: 42vw; height: 70vh;
  background: radial-gradient(ellipse, rgba(184,188,192,.1), transparent 62%);
  filter: blur(40px);
}
.hero__copy { position: relative; z-index: 2; max-width: 760px; }
.hero__brand-line {
  margin: 0 0 18px;
  color: var(--bone);
  font-family: var(--serif);
  font-size: clamp(17px, 1.4vw, 23px);
  font-weight: 450;
  letter-spacing: .035em;
}
.eyebrow, .section-index {
  margin: 0;
  font-size: 10px;
  letter-spacing: .28em;
  text-transform: uppercase;
}
.eyebrow { color: var(--titanium); }
.section-index { color: rgba(237,230,214,.52); }
h1, h2, h3 {
  margin: 0;
  font-family: var(--serif);
  font-optical-sizing: auto;
  font-weight: 450;
}
h1 {
  margin-top: 30px;
  font-size: clamp(70px, 8.8vw, 150px);
  line-height: .86;
  letter-spacing: -.045em;
}
h1 em, h2 em {
  color: var(--titanium);
  font-style: italic;
  font-weight: 450;
}
.hero__dek {
  max-width: 550px;
  margin: 38px 0 0;
  color: rgba(237,230,214,.68);
  font-size: clamp(15px, 1.2vw, 19px);
  line-height: 1.75;
}
.hero__actions { display: flex; align-items: center; gap: 34px; margin-top: 42px; }
.button {
  border: 0;
  padding: 17px 23px;
  font-size: 10px;
  letter-spacing: .19em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .25s, background .25s, color .25s;
}
.button:hover { transform: translateY(-2px); }
.button--solid { background: var(--bone); color: var(--void); }
.button--solid:hover { background: white; }
.button--outline { border: 1px solid var(--line); color: var(--bone); background: transparent; }
.text-link { font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.text-link span { margin-left: 9px; color: var(--titanium); }
.hero__object {
  position: relative;
  z-index: 1;
  justify-self: center;
  width: min(38vw, 520px);
  min-width: 300px;
}
.monolith-image {
  width: 100%;
  filter: drop-shadow(0 30px 50px rgba(0,0,0,.55));
}
.hero__serial {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  color: rgba(237,230,214,.5);
  font-size: 8px;
  letter-spacing: .23em;
}
.hero__index {
  position: absolute;
  left: clamp(24px, 4vw, 72px); bottom: 28px;
  display: flex; align-items: center; gap: 12px;
  color: rgba(237,230,214,.34);
  font-size: 8px; letter-spacing: .2em;
}
.hero__index i { width: 54px; height: 1px; background: var(--line); }
.hero--buyers h1 { font-size: clamp(66px, 8vw, 132px); }
.hero__qualification {
  max-width: 520px;
  margin: 38px 0 0;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: rgba(237,230,214,.42);
  font-size: 9px;
  letter-spacing: .14em;
  line-height: 1.8;
  text-transform: uppercase;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--line);
  background: var(--void-soft);
}
.proof-strip article {
  min-height: 118px;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 28px clamp(24px, 3vw, 48px);
  border-right: 1px solid var(--line);
}
.proof-strip article:last-child { border-right: 0; }
.proof-strip span {
  color: var(--gold);
  font-size: 8px;
  letter-spacing: .16em;
}
.proof-strip p {
  margin: 0;
  font-size: 10px;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.reveal { animation: rise .9s cubic-bezier(.2,.7,.2,1) both; }
.reveal--delay-1 { animation-delay: .14s; }
.reveal--delay-2 { animation-delay: .25s; }
.reveal--delay-3 { animation-delay: .36s; }
@keyframes rise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }

.thesis {
  padding: 150px clamp(24px, 8vw, 140px);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(184,188,192,.035), transparent 48%);
}
.thesis__statement {
  display: grid;
  grid-template-columns: .52fr 1.48fr;
  align-items: end;
  gap: 60px;
}
.thesis__statement h2,
.buyer__head h2,
.value__head h2,
.editions__head h2,
.faq__head h2 {
  font-size: clamp(50px, 6vw, 100px);
  line-height: .95;
  letter-spacing: -.045em;
}
.thesis__copy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 7vw, 110px);
  max-width: 1050px;
  margin: 95px 0 0 auto;
}
.thesis__copy p {
  margin: 0;
  color: rgba(237,230,214,.58);
  font-size: 15px;
  line-height: 1.85;
}
.thesis__copy p:first-child { color: var(--bone); font-size: 18px; }
.thesis__contrast {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin-top: 90px;
  padding: 1px;
  background: var(--line);
}
.thesis__contrast article {
  min-height: 310px;
  padding: 36px;
  background: var(--void-soft);
}
.thesis__contrast article:last-child {
  background: radial-gradient(circle at 90% 0, rgba(201,162,75,.14), transparent 45%), var(--void-soft);
}
.thesis__contrast span {
  color: rgba(237,230,214,.4);
  font-size: 8px;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.thesis__contrast h3 {
  margin-top: 85px;
  font-size: clamp(34px, 4vw, 62px);
  line-height: 1.02;
}
.thesis__contrast h3 em { color: var(--titanium); font-weight: 450; }

.buyer {
  padding: 150px clamp(24px, 8vw, 140px);
  border-bottom: 1px solid var(--line);
}
.buyer__head {
  display: grid;
  grid-template-columns: .5fr 1.15fr .65fr;
  gap: 50px;
  align-items: start;
}
.buyer__head > p:last-child,
.editions__head > p:last-child {
  margin: 6px 0 0;
  color: rgba(237,230,214,.58);
  font-size: 14px;
  line-height: 1.85;
}
.buyer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 100px;
  padding: 1px;
  background: var(--line);
}
.buyer-card {
  min-height: 405px;
  padding: 38px;
  background: var(--void-soft);
}
.buyer-card > span,
.edition-card > span {
  color: rgba(237,230,214,.42);
  font-size: 8px;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.buyer-card h3 { margin-top: 135px; font-size: clamp(38px, 4vw, 58px); }
.buyer-card p {
  max-width: 340px;
  margin: 30px 0 0;
  color: rgba(237,230,214,.55);
  font-size: 13px;
  line-height: 1.8;
}

.value {
  padding: 150px clamp(24px, 5vw, 88px);
  border-bottom: 1px solid var(--line);
  background: radial-gradient(circle at 50% 0, rgba(111,182,201,.07), transparent 28rem), var(--void-soft);
}
.value__head {
  display: grid;
  grid-template-columns: .5fr 1.5fr;
  gap: 60px;
  align-items: end;
}
.value-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 95px;
  border: 1px solid var(--line);
}
.value-grid article {
  min-height: 340px;
  padding: 30px;
  border-right: 1px solid var(--line);
}
.value-grid article:last-child { border-right: 0; }
.value-grid span {
  color: var(--gold);
  font-size: 8px;
  letter-spacing: .18em;
}
.value-grid h3 { margin-top: 115px; font-size: clamp(34px, 3.4vw, 50px); }
.value-grid p {
  margin: 28px 0 0;
  color: rgba(237,230,214,.53);
  font-size: 12px;
  line-height: 1.75;
}
.value__line {
  max-width: 1080px;
  margin: 95px 0 0;
  font-family: var(--serif);
  font-size: clamp(38px, 5vw, 76px);
  line-height: 1.04;
  letter-spacing: -.035em;
}
.value__line span { color: rgba(237,230,214,.28); }

.editions {
  padding: 150px clamp(24px, 8vw, 140px);
  border-bottom: 1px solid var(--line);
}
.editions__head {
  display: grid;
  grid-template-columns: .5fr 1.1fr .65fr;
  gap: 50px;
  align-items: start;
}
.edition-grid {
  display: grid;
  grid-template-columns: 1.2fr .9fr .9fr;
  gap: 1px;
  margin-top: 100px;
  padding: 1px;
  background: var(--line);
}
.edition-card {
  min-height: 470px;
  padding: 38px;
  background: var(--void-soft);
}
.edition-card--founding {
  background: radial-gradient(circle at 100% 0, rgba(201,162,75,.18), transparent 45%), var(--void-soft);
}
.edition-card h3 {
  margin-top: 125px;
  font-size: clamp(35px, 3.8vw, 58px);
  line-height: 1;
}
.edition-card p {
  margin: 30px 0 0;
  color: rgba(237,230,214,.55);
  font-size: 13px;
  line-height: 1.75;
}
.edition-card ul {
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
  color: rgba(237,230,214,.48);
  font-size: 9px;
  letter-spacing: .12em;
  line-height: 2.1;
  text-transform: uppercase;
}
.edition-card li::before { content: "—"; margin-right: 10px; color: var(--gold); }
.system__principle {
  padding-top: 24px;
  border-top: 1px solid var(--line);
  color: rgba(237,230,214,.42) !important;
  font-size: 10px !important;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.faq {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(60px, 10vw, 170px);
  padding: 150px clamp(24px, 8vw, 140px);
  border-bottom: 1px solid var(--line);
}
.faq__head h2 { margin-top: 34px; }
.faq__list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  padding: 28px 38px 28px 0;
  color: var(--bone);
  font-family: var(--serif);
  font-size: clamp(22px, 2.2vw, 32px);
  cursor: pointer;
  list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  float: right;
  color: var(--titanium);
  font-family: var(--sans);
  font-size: 18px;
}
.faq details[open] summary::after { content: "−"; }
.faq details p {
  max-width: 650px;
  margin: 0;
  padding: 0 50px 30px 0;
  color: rgba(237,230,214,.55);
  font-size: 13px;
  line-height: 1.8;
}
.release__note {
  margin-top: 24px !important;
  color: rgba(237,230,214,.34) !important;
  font-size: 8px !important;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.dialog-status {
  margin-top: 28px;
  color: var(--gold) !important;
  font-size: 9px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.manifesto {
  position: relative;
  padding: 140px clamp(24px, 8vw, 140px) 155px;
  border-bottom: 1px solid var(--line);
}
.manifesto__statement { margin-top: 72px; }
.manifesto__statement p {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(44px, 6.5vw, 108px);
  line-height: 1.02;
  letter-spacing: -.04em;
}
.manifesto__statement .muted { color: rgba(237,230,214,.25); }
.metal {
  color: transparent;
  background: linear-gradient(90deg,#747a80,#f0f1ef,#8b9095);
  background-clip: text;
}
.manifesto__notes {
  display: flex; justify-content: flex-end; gap: 55px;
  margin-top: 70px;
  color: rgba(237,230,214,.52);
  font-size: 10px; letter-spacing: .18em; text-transform: uppercase;
}

.why {
  padding: 150px clamp(24px, 8vw, 140px);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(184,188,192,.035), transparent 48%);
}
.why__head {
  display: grid;
  grid-template-columns: .55fr 1.45fr;
  align-items: end;
  gap: 60px;
}
.why__head h2,
.audience__intro h2,
.needs__head h2,
.ecosystem__head h2 {
  font-size: clamp(52px, 6.2vw, 104px);
  line-height: .94;
  letter-spacing: -.045em;
}
.why__grid {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: clamp(50px, 7vw, 120px);
  margin-top: 105px;
}
.why__thesis {
  align-self: start;
  padding-left: 24px;
  border-left: 1px solid var(--titanium);
}
.why__thesis > p:not(.eyebrow) {
  margin: 28px 0 0;
  color: rgba(237,230,214,.66);
  font-size: 15px;
  line-height: 1.8;
}
.why__thesis > p:nth-child(2) { color: var(--bone); font-size: 18px; }
.why__shift {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  padding: 1px;
  background: var(--line);
}
.why__shift article {
  min-height: 390px;
  padding: 38px;
  background: var(--void-soft);
}
.why__shift article:last-child {
  background: radial-gradient(circle at 90% 0, rgba(201,162,75,.13), transparent 40%), var(--void-soft);
}
.why__shift article > span,
.role-card > span,
.needs-grid article > span,
.ecosystem-track li > span {
  color: rgba(237,230,214,.42);
  font-size: 8px;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.why__shift h3 {
  margin-top: 74px;
  font-size: clamp(32px, 3vw, 46px);
  line-height: 1.06;
}
.why__shift h3 em { color: var(--titanium); font-weight: 450; }
.why__shift article > p {
  margin: 30px 0 0;
  color: rgba(237,230,214,.54);
  font-size: 13px;
  line-height: 1.75;
}
.why__boundary {
  max-width: 820px;
  margin: 70px 0 0 auto;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  color: rgba(237,230,214,.48);
  font-size: 10px;
  letter-spacing: .12em;
  line-height: 1.8;
  text-transform: uppercase;
}

.vessel {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  min-height: 860px;
  border-bottom: 1px solid var(--line);
}
.vessel__visual { position: relative; overflow: hidden; border-right: 1px solid var(--line); }
.vessel__visual img { height: 100%; object-fit: cover; object-position: center; transition: transform 1.2s ease; }
.vessel__visual:hover img { transform: scale(1.02); }
.image-caption {
  position: absolute; inset: auto 24px 20px;
  display: flex; justify-content: space-between;
  font-size: 8px; letter-spacing: .18em; text-transform: uppercase;
}
.vessel__copy {
  align-self: center;
  padding: 80px clamp(32px, 5vw, 84px);
}
.vessel__copy h2, .collections h2, .system h2, .vitrine h2, .release h2 {
  margin-top: 34px;
  font-size: clamp(48px, 5.2vw, 84px);
  line-height: .98;
  letter-spacing: -.04em;
}
.vessel__copy > p:not(.section-index), .system__copy > p:not(.section-index) {
  margin: 34px 0 0;
  color: rgba(237,230,214,.58);
  line-height: 1.8;
  font-size: 14px;
}
.spec-list { margin: 50px 0 0; }
.spec-list div {
  display: grid; grid-template-columns: .75fr 1.25fr; gap: 20px;
  padding: 16px 0;
  border-top: 1px solid var(--line);
  font-size: 9px; letter-spacing: .14em; text-transform: uppercase;
}
.spec-list dt { color: rgba(237,230,214,.4); }
.spec-list dd { margin: 0; }

.audience {
  padding: 150px clamp(24px, 8vw, 140px);
  border-bottom: 1px solid var(--line);
}
.audience__intro {
  display: grid;
  grid-template-columns: .5fr 1.1fr .65fr;
  align-items: start;
  gap: 50px;
}
.audience__intro > p:last-child {
  margin: 5px 0 0;
  color: rgba(237,230,214,.6);
  font-size: 14px;
  line-height: 1.85;
}
.audience__declaration {
  margin: 120px 0 60px;
  font-family: var(--serif);
  font-size: clamp(42px, 5.5vw, 82px);
  line-height: .98;
  letter-spacing: -.035em;
  text-align: right;
}
.audience__declaration em { color: var(--titanium); font-weight: 450; }
.role-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  padding: 1px;
  background: var(--line);
}
.role-card {
  position: relative;
  min-height: 370px;
  padding: 36px;
  overflow: hidden;
  background: var(--void-soft);
}
.role-card::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -110px;
  width: 230px;
  aspect-ratio: 1;
  border: 1px solid rgba(184,188,192,.08);
  transform: rotate(45deg);
}
.role-card h3 {
  margin-top: 110px;
  font-size: clamp(34px, 3.2vw, 52px);
}
.role-card p {
  position: relative;
  z-index: 1;
  max-width: 330px;
  margin: 28px 0 0;
  color: rgba(237,230,214,.56);
  font-size: 13px;
  line-height: 1.75;
}

.needs {
  padding: 150px clamp(24px, 5vw, 88px);
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: radial-gradient(circle at 50% 0, rgba(111,182,201,.07), transparent 28rem), var(--void-soft);
}
.needs__head {
  display: grid;
  grid-template-columns: .48fr 1.05fr .6fr;
  align-items: start;
  gap: 50px;
}
.needs__head > p:last-child {
  margin: 5px 0 0;
  color: rgba(237,230,214,.58);
  font-size: 14px;
  line-height: 1.8;
}
.needs-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 100px;
  border: 1px solid var(--line);
}
.needs-grid article {
  min-height: 330px;
  padding: 28px 24px;
  border-right: 1px solid var(--line);
}
.needs-grid article:last-child { border-right: 0; }
.needs-grid h3 { margin-top: 110px; font-size: clamp(30px, 2.7vw, 42px); }
.needs-grid p {
  margin: 26px 0 0;
  color: rgba(237,230,214,.52);
  font-size: 12px;
  line-height: 1.7;
}
.needs__formula {
  max-width: 1120px;
  margin: 100px 0 0;
  font-family: var(--serif);
  font-size: clamp(36px, 4.8vw, 72px);
  line-height: 1.04;
  letter-spacing: -.035em;
}
.needs__formula span { color: rgba(237,230,214,.28); }

.collections { padding: 140px clamp(24px, 5vw, 88px); border-bottom: 1px solid var(--line); }
.collections__head { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 80px; }
.collections__head h2 { margin-top: 0; text-align: right; }
.collection-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.collection {
  position: relative;
  min-height: 600px;
  display: flex; flex-direction: column; justify-content: space-between;
  padding: 46px;
  overflow: hidden;
  background: var(--void-soft);
}
.collection::before {
  content: ""; position: absolute; inset: 0;
  opacity: .25; transition: opacity .6s, transform .8s;
}
.collection:hover::before { opacity: .45; transform: scale(1.03); }
.collection--intelligence::before { background: radial-gradient(circle at 80% 20%, rgba(111,182,201,.2), transparent 40%), linear-gradient(145deg, transparent 50%, #202329); }
.collection--grace::before { background: radial-gradient(circle at 80% 20%, rgba(201,162,75,.2), transparent 40%), linear-gradient(145deg, transparent 45%, #40151d); }
.collection__number { position: relative; align-self: flex-end; color: rgba(237,230,214,.18); font: 76px/1 var(--serif); }
.collection__body { position: relative; max-width: 420px; }
.collection h3 { margin-top: 22px; font-size: clamp(52px, 6vw, 96px); letter-spacing: -.04em; }
.collection__body > p:last-child { max-width: 380px; margin: 30px 0 0; color: rgba(237,230,214,.58); font-size: 13px; line-height: 1.8; }
.collection__line { position: relative; height: 1px; width: 100%; background: var(--line); }
.collection--intelligence .collection__line::after, .collection--grace .collection__line::after {
  content: ""; position: absolute; left: 0; top: -1px; width: 28%; height: 2px;
}
.collection--intelligence .collection__line::after { background: var(--cyan); }
.collection--grace .collection__line::after { background: var(--gold); }
.collection__material { position: relative; margin: 0; font-size: 8px; letter-spacing: .2em; }

.system {
  min-height: 850px;
  display: grid; grid-template-columns: .8fr 1.2fr; align-items: center;
  padding: 110px clamp(24px, 8vw, 140px);
  border-bottom: 1px solid var(--line);
}
.system__copy { max-width: 520px; }
.identity-orbit { position: relative; justify-self: center; width: min(48vw, 620px); aspect-ratio: 1; }
.orbit { position: absolute; border: 1px solid rgba(184,188,192,.2); border-radius: 50%; }
.orbit--one { inset: 10%; animation: rotate 24s linear infinite; }
.orbit--two { inset: 25%; border-style: dashed; animation: rotate 18s linear infinite reverse; }
.orbit--one::after, .orbit--two::after { content: ""; position: absolute; width: 7px; height: 7px; background: var(--titanium); border-radius: 50%; top: 9%; left: 18%; box-shadow: 0 0 18px var(--titanium); }
@keyframes rotate { to { transform: rotate(360deg); } }
.orbit__core { position: absolute; inset: 37%; display: grid; place-items: center; border: 1px solid var(--line); background: rgba(16,18,22,.8); transform: rotate(45deg); }
.orbit__core svg { width: 45%; height: 68%; fill: var(--titanium); transform: rotate(-45deg); }
.orbit-label { position: absolute; font-size: 8px; letter-spacing: .23em; color: rgba(237,230,214,.55); }
.orbit-label--a { top: 13%; right: 18%; }
.orbit-label--b { bottom: 17%; right: 2%; }
.orbit-label--c { bottom: 9%; left: 20%; }

.ecosystem {
  padding: 150px clamp(24px, 8vw, 140px);
  border-bottom: 1px solid var(--line);
}
.ecosystem__head {
  max-width: 1080px;
}
.ecosystem__head h2 { margin-top: 38px; }
.ecosystem__head > p:last-child {
  max-width: 650px;
  margin: 38px 0 0;
  color: rgba(237,230,214,.6);
  font-size: 15px;
  line-height: 1.8;
}
.ecosystem-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin: 105px 0 0;
  padding: 1px;
  list-style: none;
  background: var(--line);
}
.ecosystem-track li {
  position: relative;
  min-height: 380px;
  padding: 34px 30px;
  background: var(--void-soft);
}
.ecosystem-track li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  width: 42px;
  height: 1px;
  background: var(--titanium);
}
.ecosystem-track li.is-now::before { width: calc(100% - 60px); background: var(--gold); }
.ecosystem-track h3 { margin-top: 110px; font-size: clamp(31px, 3vw, 44px); }
.ecosystem-track p {
  margin: 28px 0 0;
  color: rgba(237,230,214,.54);
  font-size: 12px;
  line-height: 1.75;
}
.ecosystem__principle {
  display: grid;
  grid-template-columns: 1.4fr .6fr;
  gap: 70px;
  align-items: end;
  margin-top: 70px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
.ecosystem__principle p {
  max-width: 780px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(27px, 3vw, 44px);
  line-height: 1.18;
}
.ecosystem__principle span {
  color: rgba(237,230,214,.38);
  font-size: 8px;
  letter-spacing: .18em;
  line-height: 1.8;
  text-transform: uppercase;
}

.transformation {
  padding: 150px clamp(24px, 6vw, 110px);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 12% 12%, rgba(110,31,42,.12), transparent 26rem),
    var(--void);
}
.transformation__head {
  display: grid;
  grid-template-columns: .52fr 1.25fr .63fr;
  gap: 50px;
  align-items: start;
}
.transformation__head h2 {
  font-size: clamp(50px, 6vw, 100px);
  line-height: .95;
  letter-spacing: -.045em;
}
.transformation__head > p:last-child {
  margin: 6px 0 0;
  color: rgba(237,230,214,.58);
  font-size: 14px;
  line-height: 1.85;
}
.transformation figure { margin: 0; }
.transformation__compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin-top: 90px;
  padding: 1px;
  background: var(--line);
}
.transformation__compare figure { background: var(--void-soft); }
.transformation__compare img {
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
}
.transformation figcaption {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 17px 20px;
  border-top: 1px solid var(--line);
  color: rgba(237,230,214,.44);
  font-size: 8px;
  letter-spacing: .16em;
  line-height: 1.6;
  text-transform: uppercase;
}
.transformation__compare figure:first-child figcaption span:first-child { color: #a35a62; }
.transformation__compare figure:last-child figcaption span:first-child { color: var(--gold); }
.transformation__bridge {
  max-width: 1100px;
  margin: 120px 0;
  font-family: var(--serif);
  font-size: clamp(43px, 6vw, 92px);
  line-height: .98;
  letter-spacing: -.045em;
}
.transformation__bridge em {
  color: var(--titanium);
  font-style: italic;
  font-weight: 450;
}
.ritual-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  padding: 1px;
  background: var(--line);
}
.ritual-card { background: var(--void-soft); }
.ritual-card > img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.ritual-card__body { min-height: 310px; padding: 38px; }
.ritual-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  font-size: 8px;
  letter-spacing: .17em;
  line-height: 1.6;
  text-transform: uppercase;
}
.ritual-card__meta > span:first-child { color: rgba(237,230,214,.48); }
.ritual-card__meta .is-current { color: var(--gold); }
.ritual-card__meta .is-future { color: var(--cyan); }
.ritual-card h3 {
  margin-top: 72px;
  font-size: clamp(34px, 3.7vw, 58px);
  line-height: 1;
  letter-spacing: -.035em;
}
.ritual-card p {
  max-width: 560px;
  margin: 28px 0 0;
  color: rgba(237,230,214,.56);
  font-size: 13px;
  line-height: 1.8;
}
.transformation__status {
  margin: 42px 0 0;
  color: rgba(237,230,214,.4);
  font-size: 8px;
  letter-spacing: .16em;
  line-height: 1.8;
  text-transform: uppercase;
}

.worthy {
  padding: 150px clamp(24px, 6vw, 110px);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 85% 8%, rgba(201,162,75,.08), transparent 28rem),
    linear-gradient(180deg, #0b0c0f, var(--void));
}
.worthy__head {
  display: grid;
  grid-template-columns: .52fr 1.25fr .63fr;
  gap: 50px;
  align-items: start;
}
.worthy__head h2 {
  font-size: clamp(50px, 6vw, 100px);
  line-height: .95;
  letter-spacing: -.045em;
}
.worthy__head h2 em,
.worthy-story__statement h3 em,
.worthy__close em {
  color: var(--titanium);
  font-style: italic;
  font-weight: 450;
}
.worthy__head > p:last-child {
  margin: 6px 0 0;
  color: rgba(237,230,214,.58);
  font-size: 14px;
  line-height: 1.85;
}
.worthy-story {
  margin-top: 130px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
}
.worthy-story--supplements { margin-top: 170px; }
.worthy-story__statement {
  display: grid;
  grid-template-columns: .52fr 1.25fr .63fr;
  gap: 50px;
  align-items: start;
}
.worthy-story__statement h3 {
  font-size: clamp(43px, 5.5vw, 86px);
  line-height: .98;
  letter-spacing: -.045em;
}
.worthy-story__statement h3 span { color: var(--bone); }
.worthy-story__statement > p:last-child {
  margin: 4px 0 0;
  color: rgba(237,230,214,.56);
  font-size: 13px;
  line-height: 1.85;
}
.worthy-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin-top: 75px;
  padding: 1px;
  background: var(--line);
}
.worthy-pair figure { margin: 0; background: var(--void-soft); }
.worthy-pair img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.worthy-pair figcaption {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 17px 20px;
  border-top: 1px solid var(--line);
  color: rgba(237,230,214,.42);
  font-size: 8px;
  letter-spacing: .16em;
  line-height: 1.6;
  text-transform: uppercase;
}
.worthy-pair figure:first-child figcaption span:first-child { color: #a35a62; }
.worthy-pair figure:last-child figcaption span:first-child { color: var(--gold); }
.worthy__close {
  display: grid;
  grid-template-columns: 1.45fr .55fr;
  gap: 70px;
  align-items: end;
  margin-top: 160px;
  padding-top: 70px;
  border-top: 1px solid var(--line);
}
.worthy__close p {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(50px, 7vw, 108px);
  line-height: .92;
  letter-spacing: -.05em;
}
.worthy__close span {
  color: rgba(237,230,214,.52);
  font-size: 13px;
  line-height: 1.8;
}
.worthy__status {
  margin: 42px 0 0;
  color: rgba(237,230,214,.4);
  font-size: 8px;
  letter-spacing: .16em;
  line-height: 1.8;
  text-transform: uppercase;
}

.vitrine { position: relative; min-height: 800px; overflow: hidden; }
.vitrine img { position: absolute; inset: 0; height: 100%; object-fit: cover; opacity: .58; filter: saturate(.8) contrast(1.06); }
.vitrine::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,10,13,.93), rgba(9,10,13,.28) 70%); }
.vitrine__overlay { position: relative; z-index: 1; max-width: 900px; padding: 170px clamp(24px, 8vw, 140px); }
.vitrine__overlay p:last-child { max-width: 560px; margin: 32px 0 0; color: rgba(237,230,214,.65); line-height: 1.8; }

.vitrine-story {
  padding: 150px clamp(24px, 6vw, 110px);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 82% 14%, rgba(201,162,75,.07), transparent 26rem),
    var(--void);
}
.vitrine-story__head {
  display: grid;
  grid-template-columns: .52fr 1.25fr .63fr;
  gap: 50px;
  align-items: start;
}
.vitrine-story__head h2 {
  font-size: clamp(50px, 6vw, 100px);
  line-height: .95;
  letter-spacing: -.045em;
}
.vitrine-story__head > p:last-child {
  margin: 6px 0 0;
  color: rgba(237,230,214,.58);
  font-size: 14px;
  line-height: 1.85;
}
.vitrine-story figure { margin: 0; }
.vitrine-story__hero {
  margin-top: 90px !important;
  border: 1px solid var(--line);
  background: var(--void-soft);
}
.vitrine-story__hero img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.vitrine-story figcaption {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 17px 20px;
  border-top: 1px solid var(--line);
  color: rgba(237,230,214,.42);
  font-size: 8px;
  letter-spacing: .17em;
  line-height: 1.6;
  text-transform: uppercase;
}
.vitrine-story__grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 1px;
  margin-top: 1px;
  padding: 1px;
  background: var(--line);
}
.vitrine-story__image,
.vitrine-story__copy { background: var(--void-soft); }
.vitrine-story__image img {
  height: 100%;
  min-height: 650px;
  object-fit: cover;
}
.vitrine-story__copy {
  min-height: 650px;
  padding: clamp(45px, 6vw, 95px);
}
.vitrine-story__copy h3 {
  margin-top: 34px;
  font-size: clamp(42px, 5vw, 78px);
  line-height: .98;
  letter-spacing: -.04em;
}
.vitrine-story__copy h3 em {
  color: var(--titanium);
  font-style: italic;
  font-weight: 450;
}
.vitrine-story__copy > p:not(.eyebrow):not(.vitrine-story__principle) {
  max-width: 610px;
  margin: 34px 0 0;
  color: rgba(237,230,214,.58);
  font-size: 14px;
  line-height: 1.85;
}
.scale-list { margin: 54px 0 0; }
.scale-list div {
  display: grid;
  grid-template-columns: .55fr 1.45fr;
  gap: 24px;
  padding: 19px 0;
  border-top: 1px solid var(--line);
}
.scale-list div:last-child { border-bottom: 1px solid var(--line); }
.scale-list dt {
  color: var(--titanium);
  font-size: 8px;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.scale-list dd {
  margin: 0;
  color: rgba(237,230,214,.62);
  font-size: 12px;
  line-height: 1.65;
}
.vitrine-story__copy--collectibles {
  background:
    radial-gradient(circle at 8% 8%, rgba(111,182,201,.07), transparent 24rem),
    var(--void-soft);
}
.vitrine-story__principle {
  margin: 46px 0 0;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1.45;
}
.vitrine-story__status {
  margin: 42px 0 0;
  color: rgba(237,230,214,.4);
  font-size: 8px;
  letter-spacing: .16em;
  line-height: 1.8;
  text-transform: uppercase;
}

.release { position: relative; min-height: 730px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 100px 24px; text-align: center; overflow: hidden; }
.release__mark { position: absolute; width: min(400px, 100vw); opacity: .035; }
.release__mark svg { width: 100%; fill: var(--bone); }
.release h2 { position: relative; margin-top: 24px; font-size: clamp(68px, 8vw, 132px); }
.release > p:not(.eyebrow) { position: relative; max-width: 560px; margin: 34px 0; color: rgba(237,230,214,.6); line-height: 1.7; }
.release .button { position: relative; }

footer {
  min-height: 160px;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  padding: 35px clamp(24px, 4vw, 72px);
  border-top: 1px solid var(--line);
  color: rgba(237,230,214,.48);
  font-size: 8px; letter-spacing: .18em; text-transform: uppercase;
}
.brand--footer { align-items: flex-end; color: var(--bone); }
.brand--footer .brand__mark { width: 20px; height: 48px; }
footer p:nth-child(2) { justify-self: center; }
footer p:last-child { justify-self: end; }

.access-dialog {
  width: min(90vw, 620px);
  padding: 70px;
  color: var(--bone);
  background: var(--void-soft);
  border: 1px solid rgba(184,188,192,.28);
  text-align: center;
}
.access-dialog::backdrop { background: rgba(0,0,0,.78); backdrop-filter: blur(8px); }
.access-dialog h2 { margin: 24px 0; font-size: 60px; line-height: 1; }
.access-dialog > p:not(.eyebrow) { color: rgba(237,230,214,.58); line-height: 1.7; }
.access-dialog .button { margin-top: 20px; }
.dialog-close { position: absolute; top: 14px; right: 18px; border: 0; background: none; color: var(--bone); font-size: 28px; cursor: pointer; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 155px; }
  .hero__copy { z-index: 2; }
  .hero__object { width: 310px; min-width: 0; margin: 50px auto 10px; }
  .proof-strip { grid-template-columns: repeat(2, 1fr); }
  .proof-strip article:nth-child(2) { border-right: 0; }
  .proof-strip article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .thesis__statement, .value__head { grid-template-columns: 1fr; }
  .thesis__statement h2, .value__head h2 { margin-top: 34px; }
  .thesis__copy { margin-top: 70px; }
  .buyer__head, .editions__head { grid-template-columns: 1fr; }
  .buyer__head h2, .editions__head h2 { margin-top: 34px; }
  .buyer__head > p:last-child, .editions__head > p:last-child { max-width: 620px; }
  .buyer-grid { grid-template-columns: 1fr; }
  .buyer-card { min-height: 330px; }
  .value-grid { grid-template-columns: repeat(2, 1fr); }
  .value-grid article:nth-child(2) { border-right: 0; }
  .value-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .edition-grid { grid-template-columns: 1fr; }
  .edition-card { min-height: 350px; }
  .manifesto__notes { justify-content: flex-start; }
  .why__head, .why__grid { grid-template-columns: 1fr; }
  .why__head h2 { margin-top: 34px; }
  .audience__intro, .needs__head { grid-template-columns: 1fr; }
  .audience__intro h2, .needs__head h2 { margin-top: 34px; }
  .audience__intro > p:last-child, .needs__head > p:last-child { max-width: 620px; }
  .role-grid { grid-template-columns: 1fr; }
  .role-card { min-height: 320px; }
  .needs-grid { grid-template-columns: repeat(2, 1fr); }
  .needs-grid article { border-bottom: 1px solid var(--line); }
  .needs-grid article:nth-child(2n) { border-right: 0; }
  .needs-grid article:last-child { border-bottom: 0; }
  .vessel { grid-template-columns: 1fr; }
  .vessel__visual { min-height: 600px; border-right: 0; border-bottom: 1px solid var(--line); }
  .collections__head { display: block; }
  .collections__head h2 { margin-top: 35px; text-align: left; }
  .collection-grid { grid-template-columns: 1fr; }
  .system { grid-template-columns: 1fr; }
  .system__copy { min-width: 0; }
  .identity-orbit { width: min(88vw, 600px); margin-top: 80px; }
  .ecosystem-track { grid-template-columns: repeat(2, 1fr); }
  .ecosystem__principle { grid-template-columns: 1fr; }
  .faq { grid-template-columns: 1fr; }
  .transformation__head { grid-template-columns: 1fr; }
  .transformation__head h2 { margin-top: 34px; }
  .transformation__head > p:last-child { max-width: 620px; }
  .worthy__head, .worthy-story__statement { grid-template-columns: 1fr; }
  .worthy__head h2, .worthy-story__statement h3 { margin-top: 34px; }
  .worthy__head > p:last-child, .worthy-story__statement > p:last-child { max-width: 620px; }
  .vitrine-story__head { grid-template-columns: 1fr; }
  .vitrine-story__head h2 { margin-top: 34px; }
  .vitrine-story__head > p:last-child { max-width: 620px; }
  .vitrine-story__grid { grid-template-columns: 1fr; }
  .vitrine-story__copy--collectibles { order: 4; }
  .vitrine-story__image--collectibles { order: 3; }
}

@media (max-width: 600px) {
  .site-header { min-height: 70px; padding: 10px 18px; }
  .brand__mark { width: 18px; height: 45px; }
  .brand__letters { margin-left: 5px; font-size: 12px; }
  .header-cta { font-size: 8px; }
  .hero { padding: 125px 22px 70px; }
  h1 { font-size: 62px; }
  .hero--buyers h1 { font-size: 57px; }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 24px; }
  .hero__qualification { margin-top: 30px; }
  .proof-strip { grid-template-columns: 1fr; }
  .proof-strip article, .proof-strip article:nth-child(2) { min-height: 88px; border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-strip article:last-child { border-bottom: 0; }
  .thesis, .buyer, .value, .editions, .faq { padding: 100px 22px; }
  .thesis__copy, .thesis__contrast { grid-template-columns: 1fr; }
  .thesis__contrast { margin-top: 65px; }
  .thesis__contrast article { min-height: 280px; padding: 30px; }
  .buyer-grid, .edition-grid { margin-top: 70px; }
  .buyer-card, .edition-card { padding: 30px; }
  .buyer-card h3, .edition-card h3 { margin-top: 85px; }
  .value-grid { grid-template-columns: 1fr; margin-top: 70px; }
  .value-grid article, .value-grid article:nth-child(2) { min-height: 285px; border-right: 0; border-bottom: 1px solid var(--line); }
  .value-grid article:last-child { border-bottom: 0; }
  .value-grid h3 { margin-top: 75px; }
  .value__line { margin-top: 70px; }
  .faq { gap: 60px; }
  .faq details p { padding-right: 0; }
  .manifesto { padding: 100px 22px; }
  .manifesto__notes { flex-direction: column; gap: 12px; }
  .why, .audience, .needs, .ecosystem { padding: 100px 22px; }
  .why__grid { margin-top: 70px; }
  .why__shift { grid-template-columns: 1fr; }
  .why__shift article { min-height: 340px; padding: 30px; }
  .why__boundary { margin-top: 50px; }
  .audience__declaration { margin-top: 85px; text-align: left; }
  .role-card { padding: 30px; }
  .needs-grid { grid-template-columns: 1fr; margin-top: 70px; }
  .needs-grid article, .needs-grid article:nth-child(2n) { min-height: 285px; border-right: 0; border-bottom: 1px solid var(--line); }
  .needs-grid article:last-child { border-bottom: 0; }
  .needs-grid h3 { margin-top: 75px; }
  .needs__formula { margin-top: 70px; }
  .vessel__visual { min-height: 430px; }
  .vessel__copy { padding: 80px 22px; }
  .collections { padding: 100px 22px; }
  .collection { min-height: 530px; padding: 30px; }
  .system { min-height: auto; grid-template-columns: minmax(0, 1fr); padding: 100px 22px; }
  .identity-orbit { width: 96vw; transform: translateX(-4vw); }
  .ecosystem-track { grid-template-columns: 1fr; margin-top: 75px; }
  .ecosystem-track li { min-height: 300px; }
  .ecosystem-track h3 { margin-top: 72px; }
  .vitrine { min-height: 680px; }
  .vitrine__overlay { padding: 120px 22px; }
  .transformation { padding: 100px 22px; }
  .transformation__compare, .ritual-grid { grid-template-columns: 1fr; }
  .transformation__compare { margin-top: 70px; }
  .transformation figcaption { display: block; }
  .transformation figcaption span { display: block; }
  .transformation figcaption span + span { margin-top: 8px; }
  .transformation__bridge { margin: 90px 0; }
  .ritual-card__body { min-height: 0; padding: 34px 30px 48px; }
  .ritual-card h3 { margin-top: 58px; }
  .worthy { padding: 100px 22px; }
  .worthy-story { margin-top: 100px; }
  .worthy-story--supplements { margin-top: 125px; }
  .worthy-pair { grid-template-columns: 1fr; margin-top: 60px; }
  .worthy-pair figcaption { display: block; }
  .worthy-pair figcaption span { display: block; }
  .worthy-pair figcaption span + span { margin-top: 8px; }
  .worthy__close { grid-template-columns: 1fr; gap: 45px; margin-top: 110px; }
  .vitrine-story { padding: 100px 22px; }
  .vitrine-story__hero { margin-top: 70px !important; }
  .vitrine-story__hero img { aspect-ratio: 4 / 5; }
  .vitrine-story figcaption { display: block; }
  .vitrine-story figcaption span { display: block; }
  .vitrine-story figcaption span + span { margin-top: 8px; }
  .vitrine-story__image img { min-height: 420px; }
  .vitrine-story__copy { min-height: 0; padding: 60px 30px; }
  .scale-list div { grid-template-columns: 1fr; gap: 10px; }
  .vitrine-story__principle { font-size: 19px; }
  footer { grid-template-columns: 1fr 1fr; gap: 30px; }
  footer p:nth-child(2) { display: none; }
  .access-dialog { padding: 60px 24px 40px; }
  .access-dialog h2 { font-size: 45px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
