:root {
  color-scheme: light;
  --ink: #171413;
  --ink-soft: #24201f;
  --ivory: #f3eee4;
  --paper: #e7dfd1;
  --oxblood: #67283a;
  --emerald: #173d36;
  --brass: #b78b4a;
  --brass-dark: #7d5b2c;
  --body: #514b47;
  --line: rgba(23, 20, 19, .16);
  --line-light: rgba(243, 238, 228, .18);
  --shell: 1180px;
  --wide: 1360px;
  --ease: cubic-bezier(.16, 1, .3, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; overflow-x: hidden; background: var(--ivory); color: var(--ink); font-family: "Manrope", sans-serif; font-weight: 400; }
body::before { content: ""; position: fixed; inset: 0; z-index: 500; pointer-events: none; opacity: .024; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.78' numOctaves='3' stitchTiles='stitchTiles'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
h1, h2, h3, p { text-wrap: pretty; }
h2, h3 { margin: 0; font-family: "Bodoni Moda", serif; font-weight: 500; letter-spacing: 0; }
h2 { max-width: 15ch; font-size: clamp(44px, 6vw, 82px); line-height: .98; }
h3 { font-size: clamp(30px, 4vw, 52px); line-height: 1.02; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 11px 15px; background: var(--ivory); color: var(--ink); transform: translateY(-160%); transition: transform .2s ease; }
.skip-link:focus { transform: none; }
.progress { position: fixed; inset: 0 auto auto 0; z-index: 900; width: 0; height: 2px; background: var(--brass); }
.shell { width: min(calc(100% - 64px), var(--shell)); margin-inline: auto; }
.shell-wide { width: min(calc(100% - 40px), var(--wide)); margin-inline: auto; }
.section-band { padding: 132px 0; }
.index-label { margin: 0; color: var(--brass-dark); font-size: 10px; font-weight: 700; letter-spacing: 0; line-height: 1.4; text-transform: uppercase; }

.site-nav { position: fixed; top: 0; inset-inline: 0; z-index: 800; min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 0 max(24px, calc((100vw - var(--wide)) / 2)); color: var(--ivory); border-bottom: 1px solid transparent; transition: background .4s var(--ease), border-color .4s var(--ease), color .4s var(--ease); }
.site-nav.scrolled { background: rgba(23, 20, 19, .88); border-color: rgba(255, 255, 255, .13); backdrop-filter: blur(18px); }
.nav-name { font-family: "Bodoni Moda", serif; font-size: 17px; font-weight: 500; letter-spacing: 0; text-decoration: none; }
.site-nav nav { display: flex; align-items: center; gap: 24px; }
.site-nav nav a { min-height: 44px; display: flex; align-items: center; color: rgba(243, 238, 228, .74); font-size: 11px; text-decoration: none; }
.site-nav nav a:hover { color: var(--ivory); }
.site-nav .nav-action { padding-inline: 14px; border: 1px solid rgba(243, 238, 228, .38); border-radius: 2px; color: var(--ivory); }

.hero { position: relative; min-height: 92svh; overflow: hidden; display: flex; align-items: flex-end; background: var(--ink); color: var(--ivory); }
.hero-art { position: absolute; inset: -4%; will-change: transform; }
.hero-art picture { display: block; width: 100%; height: 100%; }
.hero-art img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-wash { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(15, 12, 12, .82) 0%, rgba(15, 12, 12, .04) 40%); pointer-events: none; }
.hero-lower { position: relative; z-index: 2; display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: end; padding-bottom: 50px; }
.hero-kicker { margin: 0; color: rgba(243, 238, 228, .6); font-size: 10px; font-weight: 600; text-transform: uppercase; }
.hero-intro { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.hero-intro p { max-width: 590px; margin: 0; color: rgba(243, 238, 228, .88); font: 400 clamp(19px, 2vw, 26px)/1.45 "Newsreader", serif; }
.hero-intro a { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 14px; min-height: 44px; color: rgba(243, 238, 228, .72); font-size: 10px; text-decoration: none; text-transform: uppercase; }
.hero-intro a span { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(243, 238, 228, .35); border-radius: 50%; }

.opening { padding-bottom: 88px; background: var(--ivory); }
.opening-grid { display: grid; grid-template-columns: .58fr 1.1fr .82fr; gap: 58px; align-items: start; }
.opening h2 { max-width: 10ch; }
.opening-copy { padding-top: 6px; border-top: 1px solid var(--line); }
.opening-copy p { margin: 24px 0 0; color: var(--body); font-size: 15px; line-height: 1.78; }
.principle-strip { margin-top: 110px; min-height: 74px; display: flex; align-items: center; justify-content: center; gap: clamp(22px, 4vw, 64px); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #5f5752; font: 400 clamp(18px, 2vw, 28px) "Newsreader", serif; }
.principle-strip i { width: 4px; height: 4px; border-radius: 50%; background: var(--brass); }

.section-heading { display: grid; grid-template-columns: .58fr 1.1fr .82fr; gap: 58px; align-items: end; margin-bottom: 70px; }
.section-heading h2 { max-width: 12ch; }
.section-summary { margin: 0; color: var(--body); font-size: 15px; line-height: 1.75; }
.section-heading.inverse { color: var(--ivory); }
.section-heading.inverse .index-label { color: #d5ae73; }
.section-heading.inverse .section-summary { color: rgba(243, 238, 228, .65); }

.identity { background: var(--paper); }
.identity-board { position: relative; overflow: hidden; border: 1px solid rgba(23, 20, 19, .22); background: #d8cebf; box-shadow: 0 40px 90px rgba(59, 43, 34, .14); }
.identity-board > img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.identity-rail { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--ink); color: var(--ivory); }
.identity-choice { min-height: 64px; display: flex; align-items: center; justify-content: center; gap: 12px; border: 0; border-top: 1px solid rgba(255, 255, 255, .1); background: transparent; color: rgba(243, 238, 228, .55); cursor: pointer; font-size: 11px; }
.identity-choice + .identity-choice { border-left: 1px solid rgba(255, 255, 255, .1); }
.identity-choice span { color: #c79b5c; font-size: 9px; }
.identity-choice:hover, .identity-choice.active { background: var(--oxblood); color: var(--ivory); }
.identity-note { display: grid; grid-template-columns: .58fr 1.92fr; gap: 58px; padding-top: 34px; }
.identity-note span { color: var(--oxblood); font: 500 20px "Newsreader", serif; }
.identity-note p { max-width: 660px; margin: 0; color: var(--body); font-size: 14px; line-height: 1.65; }

.worlds { background: var(--ink); color: var(--ivory); }
.world-stage { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(330px, .65fr); min-height: 760px; overflow: hidden; background: #201c1b; }
.world-image { position: relative; min-height: 720px; overflow: hidden; }
.world-image::after { content: ""; position: absolute; inset: 0; box-shadow: inset -60px 0 100px rgba(23, 20, 19, .38); pointer-events: none; }
.world-image img { width: 100%; height: 100%; object-fit: cover; transition: opacity .35s ease, transform 1.1s var(--ease); }
.world-image img.changing { opacity: .2; transform: scale(1.02); }
.world-counter { position: absolute; left: 24px; bottom: 22px; z-index: 2; display: flex; align-items: baseline; gap: 5px; color: var(--ivory); }
.world-counter b { font: 400 38px "Bodoni Moda", serif; }
.world-counter span { color: rgba(243, 238, 228, .55); font-size: 10px; }
.world-copy { display: flex; flex-direction: column; justify-content: center; padding: 56px 48px; border-left: 1px solid var(--line-light); }
.world-eyebrow { margin: 0 0 44px; color: #d2a665; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.world-copy h3 { max-width: 8.6ch; }
.world-copy > p:not(.world-eyebrow) { margin: 30px 0 0; color: rgba(243, 238, 228, .68); font-size: 14px; line-height: 1.72; }
.world-copy ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 28px 0 0; padding: 0; list-style: none; }
.world-copy li, .tag-row span { padding: 8px 10px; border: 1px solid rgba(243, 238, 228, .22); border-radius: 2px; color: rgba(243, 238, 228, .72); font-size: 9px; }
.world-controls { display: flex; gap: 8px; margin-top: 55px; }
.world-choice { width: 42px; height: 42px; border: 1px solid rgba(243, 238, 228, .2); border-radius: 50%; background: transparent; color: rgba(243, 238, 228, .55); cursor: pointer; font-size: 10px; }
.world-choice:hover, .world-choice.active { background: var(--ivory); color: var(--ink); border-color: var(--ivory); }

.website { background: #f4f0e7; }
.audience-switcher { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-bottom: 24px; }
.audience-switcher > span { color: #6c625b; font-size: 11px; }
.audience-switcher > div { display: flex; align-items: center; border: 1px solid var(--line); }
.audience-choice { min-height: 42px; padding: 0 17px; border: 0; background: transparent; color: #6f6660; cursor: pointer; font-size: 10px; }
.audience-choice + .audience-choice { border-left: 1px solid var(--line); }
.audience-choice:hover, .audience-choice.active { background: var(--oxblood); color: #fff; }
.site-prototype { overflow: hidden; border: 1px solid rgba(23, 20, 19, .24); background: var(--ink); box-shadow: 0 40px 100px rgba(68, 45, 34, .18); }
.prototype-bar { height: 44px; display: flex; align-items: center; gap: 6px; padding: 0 14px; color: rgba(243, 238, 228, .45); border-bottom: 1px solid rgba(255, 255, 255, .12); font-size: 9px; }
.prototype-bar i { width: 7px; height: 7px; border-radius: 50%; background: rgba(243, 238, 228, .3); }
.prototype-bar span { margin-left: 10px; }
.prototype-screen { position: relative; min-height: 690px; overflow: hidden; color: var(--ivory); }
.prototype-screen > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.prototype-screen::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(19, 16, 16, .88) 0%, rgba(19, 16, 16, .35) 52%, rgba(19, 16, 16, .08)); }
.prototype-nav { position: absolute; z-index: 2; top: 0; inset-inline: 0; min-height: 64px; display: flex; align-items: center; justify-content: space-between; padding: 0 28px; border-bottom: 1px solid rgba(243, 238, 228, .18); }
.prototype-nav b { font-family: "Bodoni Moda", serif; font-size: 15px; font-weight: 500; }
.prototype-nav span { color: rgba(243, 238, 228, .68); font-size: 9px; }
.prototype-copy { position: absolute; z-index: 2; left: 7%; bottom: 11%; max-width: 630px; }
.prototype-copy small { color: #e0bb7f; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.prototype-copy strong { display: block; max-width: 10ch; margin-top: 17px; font: 500 clamp(50px, 7vw, 92px)/.92 "Bodoni Moda", serif; }
.prototype-copy p { max-width: 44ch; margin: 24px 0 0; color: rgba(243, 238, 228, .78); font-size: 14px; line-height: 1.65; }
.prototype-copy button { min-height: 44px; margin-top: 25px; padding: 0 18px; border: 1px solid rgba(243, 238, 228, .6); border-radius: 2px; background: rgba(23, 20, 19, .18); color: var(--ivory); font-size: 10px; }

.collection, .capsule { position: relative; min-height: 980px; display: flex; align-items: flex-end; overflow: hidden; color: var(--ivory); background: var(--ink); }
.collection-art, .capsule-art { position: absolute; inset: -7%; will-change: transform; }
.collection-art img, .capsule-art img { width: 100%; height: 100%; object-fit: cover; }
.collection::after, .capsule::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(16, 13, 13, .92) 0%, rgba(16, 13, 13, .12) 65%); }
.collection-copy, .capsule-copy { position: relative; z-index: 2; padding-bottom: 78px; }
.collection-copy h2, .capsule-copy h2 { max-width: 10ch; margin-top: 24px; }
.collection-copy > p:not(.index-label), .capsule-copy > p:not(.index-label) { max-width: 610px; margin: 28px 0 0; color: rgba(243, 238, 228, .78); font-size: 15px; line-height: 1.72; }
.collection .index-label, .capsule .index-label { color: #e0bb7f; }
.tag-row { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 27px; }

.network { background: var(--paper); }
.network-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: center; }
.network-copy h2 { max-width: 10ch; margin-top: 22px; }
.network-copy > p:not(.index-label) { margin: 30px 0 0; color: var(--body); font-size: 15px; line-height: 1.75; }
.network-lanes { margin-top: 50px; border-top: 1px solid var(--line); }
.network-lanes > div { display: grid; grid-template-columns: 34px 165px 1fr; gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--line); align-items: baseline; }
.network-lanes span { color: var(--brass-dark); font-size: 9px; font-weight: 700; }
.network-lanes strong { font: 500 16px "Newsreader", serif; }
.network-lanes p { margin: 0; color: #655d58; font-size: 11px; line-height: 1.55; }
.network-art { margin: 0; }
.network-art img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; box-shadow: 0 36px 80px rgba(49, 39, 33, .18); }
.network-art figcaption { margin-top: 14px; color: #6b625c; font-size: 10px; text-align: right; }

.systems { background: #14201d; color: var(--ivory); }
.portal { display: grid; grid-template-columns: 220px minmax(0, 1fr); min-height: 690px; overflow: hidden; border: 1px solid rgba(243, 238, 228, .18); background: #f1eee8; color: var(--ink); box-shadow: 0 40px 90px rgba(0, 0, 0, .26); }
.portal-nav { display: flex; flex-direction: column; padding: 20px 14px; background: #1a1818; color: var(--ivory); border-right: 1px solid rgba(255, 255, 255, .11); }
.portal-brand { display: flex; align-items: center; gap: 11px; padding: 5px 8px 27px; }
.portal-brand span { width: 38px; height: 38px; display: grid; place-items: center; color: #e0bb7f; border: 1px solid rgba(243, 238, 228, .28); font: 500 13px "Bodoni Moda", serif; }
.portal-brand strong { font-size: 13px; font-weight: 500; }
.portal-tab { min-height: 46px; display: flex; align-items: center; gap: 12px; padding: 0 10px; border: 0; border-radius: 2px; background: transparent; color: rgba(243, 238, 228, .58); cursor: pointer; text-align: left; font-size: 11px; }
.portal-tab span { color: #ba8e4c; font-size: 8px; }
.portal-tab:hover, .portal-tab.active { background: var(--oxblood); color: #fff; }
.portal-status { margin: auto 9px 5px; color: rgba(243, 238, 228, .46); font-size: 9px; line-height: 1.55; }
.portal-status i { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #82aa8c; box-shadow: 0 0 12px rgba(130, 170, 140, .7); }
.portal-main { min-width: 0; padding: 36px 38px; }
.portal-panel > header { min-height: 82px; display: flex; align-items: flex-start; justify-content: space-between; gap: 25px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.portal-panel header small { color: #7a706a; font-size: 8px; font-weight: 700; text-transform: uppercase; }
.portal-panel header h3 { margin-top: 8px; font-family: "Manrope", sans-serif; font-size: 28px; font-weight: 600; }
.portal-panel header button { min-height: 38px; padding: 0 13px; border: 1px solid rgba(23, 20, 19, .18); border-radius: 2px; background: var(--emerald); color: #fff; font-size: 10px; opacity: .82; }
.relationship-table { margin-top: 16px; }
.relationship-row { min-height: 76px; display: grid; grid-template-columns: 1.15fr 1.35fr 1fr .8fr; gap: 20px; align-items: center; border-bottom: 1px solid var(--line); color: #6c635e; font-size: 11px; }
.relationship-row > span:first-child { display: flex; align-items: center; gap: 11px; color: var(--ink); }
.relationship-row b { font-weight: 600; }
.relationship-head { min-height: 40px; color: #8b817b; font-size: 8px; font-weight: 700; text-transform: uppercase; }
.avatar { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: #fff; font-size: 8px; font-style: normal; font-weight: 700; }
.avatar.wine { background: var(--oxblood); }.avatar.green { background: var(--emerald); }.avatar.brass { background: #8d6a38; }.avatar.ink { background: #3c3735; }
.status { width: max-content; padding: 6px 8px; border-radius: 2px; font-size: 9px; }
.status.discovery { background: #f0e1cb; color: #825b2f; }.status.ready { background: #dae7dc; color: #356443; }.status.permission { background: #e2ded8; color: #716963; }.status.followup { background: #dae6e4; color: #37635f; }
.opportunity-flow { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 42px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.opportunity-flow article { min-height: 350px; padding: 23px 20px; }
.opportunity-flow article + article { border-left: 1px solid var(--line); }
.opportunity-flow span, .automation-flow span { color: var(--brass-dark); font-size: 8px; font-weight: 700; text-transform: uppercase; }
.opportunity-flow strong { display: block; margin: 90px 0 16px; font-size: 17px; font-weight: 600; }
.opportunity-flow p, .automation-flow p { margin: 0; color: #6f6660; font-size: 11px; line-height: 1.6; }
.automation-flow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 38px; border: 1px solid var(--line); background: var(--line); }
.automation-flow article { position: relative; min-height: 220px; padding: 23px; background: #f5f2ec; }
.automation-flow article::after { content: ""; position: absolute; z-index: 3; top: 50%; right: -5px; width: 9px; height: 9px; border-radius: 50%; background: var(--brass); box-shadow: 0 0 15px rgba(183, 139, 74, .55); }
.automation-flow article:nth-child(3n)::after { display: none; }
.automation-flow strong { display: block; margin: 48px 0 12px; font-size: 15px; font-weight: 600; }

.capsule { min-height: 900px; }
.capsule::after { background: linear-gradient(90deg, rgba(16, 13, 13, .06) 0%, rgba(16, 13, 13, .25) 42%, rgba(16, 13, 13, .93) 100%), linear-gradient(0deg, rgba(16, 13, 13, .72), transparent 55%); }
.capsule-copy { display: grid; grid-template-columns: 1fr .9fr; gap: 65px; margin-bottom: 0; margin-right: max(32px, calc((100vw - var(--shell)) / 2)); margin-left: auto; width: min(calc(100% - 64px), 620px); padding-bottom: 75px; }
.capsule-copy .index-label { grid-column: 1 / -1; }
.capsule-copy h2 { grid-column: 1 / -1; }
.capsule-copy > p:not(.index-label) { grid-column: 1 / -1; }
.capsule-copy .tag-row { grid-column: 1 / -1; }

.roadmap { background: var(--ivory); }
.roadmap-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.roadmap-grid article { min-height: 450px; padding: 28px 28px 0 0; }
.roadmap-grid article + article { padding-left: 28px; border-left: 1px solid var(--line); }
.roadmap-grid span { color: var(--brass-dark); font-size: 9px; font-weight: 700; text-transform: uppercase; }
.roadmap-grid h3 { max-width: 8ch; margin: 78px 0 26px; font-size: 34px; }
.roadmap-grid ul { margin: 0; padding: 0; list-style: none; }
.roadmap-grid li { padding: 11px 0; border-bottom: 1px solid var(--line); color: #655d58; font-size: 12px; line-height: 1.5; }

.finale { position: relative; min-height: 96svh; display: flex; align-items: flex-end; overflow: hidden; color: var(--ivory); background: var(--ink); }
.finale > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.finale::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(12, 10, 10, .94) 0%, rgba(12, 10, 10, .12) 65%); }
.finale-copy { position: relative; z-index: 2; padding-bottom: 70px; }
.finale-copy .index-label { color: #e0bb7f; }
.finale-copy h2 { max-width: 12ch; margin-top: 22px; font-size: clamp(52px, 7vw, 96px); }
.finale-copy > p:last-child { max-width: 600px; margin: 28px 0 0; color: rgba(243, 238, 228, .75); font-size: 15px; line-height: 1.7; }
footer { padding: 30px 0; background: var(--ink); color: rgba(243, 238, 228, .52); border-top: 1px solid rgba(255, 255, 255, .1); }
footer .shell { display: flex; justify-content: space-between; gap: 30px; font-size: 10px; }
footer p { margin: 0; }
footer strong { color: var(--ivory); font-weight: 500; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .85s var(--ease), transform .85s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.delay-1 { transition-delay: .1s; }
button:focus-visible, a:focus-visible { outline: 2px solid var(--brass); outline-offset: 4px; }

@media (max-width: 1040px) {
  .section-heading, .opening-grid { grid-template-columns: .45fr 1fr; }
  .section-heading .section-summary, .opening-copy { grid-column: 2; }
  .world-stage { grid-template-columns: 1.25fr .75fr; }
  .world-copy { padding: 42px 32px; }
  .network-layout { grid-template-columns: 1fr; }
  .network-art { order: -1; }
  .portal { grid-template-columns: 175px 1fr; }
  .relationship-row { grid-template-columns: 1.1fr 1.2fr .8fr; }
  .relationship-row > span:nth-child(3), .relationship-head > span:nth-child(3) { display: none; }
  .capsule-copy { width: min(calc(100% - 64px), 600px); }
}

@media (max-width: 760px) {
  .shell, .shell-wide { width: min(calc(100% - 28px), var(--shell)); }
  .section-band { padding: 88px 0; }
  .site-nav { min-height: 62px; padding-inline: 14px; }
  .site-nav nav { margin-left: auto; }
  .site-nav nav a:not(.nav-action) { display: none; }
  .site-nav .nav-action { padding-inline: 10px; font-size: 9px; }
  .hero { min-height: 84svh; }
  .hero-art { inset: 0; transform: none !important; background: #08100d; }
  .hero-art picture { height: auto; }
  .hero-art img { width: 82%; height: auto; margin-inline: auto; object-fit: initial; object-position: top center; }
  .hero-wash { background: linear-gradient(0deg, rgba(15, 12, 12, .9) 0%, rgba(15, 12, 12, .06) 56%); }
  .hero-lower { grid-template-columns: 1fr; gap: 17px; padding-bottom: 30px; }
  .hero-intro { display: block; }
  .hero-intro p { max-width: 30ch; font-size: 18px; }
  .hero-intro a { margin-top: 18px; }
  .opening-grid, .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .opening-copy, .section-heading .section-summary { grid-column: 1; }
  .opening h2 { margin-top: 10px; }
  .principle-strip { justify-content: flex-start; gap: 18px; padding: 0 14px; overflow-x: auto; white-space: nowrap; }
  .principle-strip span { font-size: 18px; }
  .section-heading { margin-bottom: 48px; }
  .identity-board > img { aspect-ratio: 3 / 2; object-fit: contain; }
  .identity-rail { grid-template-columns: 1fr 1fr; }
  .identity-choice:nth-child(3) { border-left: 0; }
  .identity-note { grid-template-columns: 1fr; gap: 12px; }
  .world-stage { display: block; min-height: 0; }
  .world-image { min-height: 430px; }
  .world-image::after { box-shadow: inset 0 -60px 100px rgba(23, 20, 19, .28); }
  .world-copy { min-height: 460px; border-left: 0; border-top: 1px solid var(--line-light); }
  .audience-switcher { display: block; }
  .audience-switcher > div { margin-top: 12px; overflow-x: auto; }
  .audience-choice { flex: 1 0 auto; }
  .prototype-screen { min-height: 610px; }
  .prototype-nav span { display: none; }
  .prototype-copy { left: 7%; right: 7%; }
  .prototype-copy strong { font-size: 50px; }
  .collection, .capsule { min-height: 800px; }
  .collection-art, .capsule-art { inset: 0 -38%; }
  .collection-copy, .capsule-copy { padding-bottom: 45px; }
  .network-layout { gap: 45px; }
  .network-lanes > div { grid-template-columns: 28px 1fr; }
  .network-lanes p { grid-column: 2; }
  .portal { display: block; min-height: 0; }
  .portal-nav { flex-direction: row; flex-wrap: wrap; gap: 4px; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .12); }
  .portal-brand { width: 100%; padding-bottom: 10px; }
  .portal-tab { flex: 1; justify-content: center; padding: 0 6px; }
  .portal-tab span, .portal-status { display: none; }
  .portal-main { padding: 24px 16px; }
  .portal-panel > header { align-items: flex-end; }
  .portal-panel header button { display: none; }
  .relationship-row { grid-template-columns: 1.15fr .85fr; gap: 10px; }
  .relationship-row > span:nth-child(2), .relationship-head > span:nth-child(2) { display: none; }
  .opportunity-flow, .automation-flow { grid-template-columns: 1fr; }
  .opportunity-flow article { min-height: 230px; }
  .opportunity-flow article + article { border-left: 0; border-top: 1px solid var(--line); }
  .opportunity-flow strong { margin-top: 55px; }
  .automation-flow article::after { display: none; }
  .capsule-copy { display: block; margin-inline: 14px; width: auto; }
  .roadmap-grid { grid-template-columns: 1fr; }
  .roadmap-grid article, .roadmap-grid article + article { min-height: 0; padding: 28px 0 40px; border-left: 0; border-bottom: 1px solid var(--line); }
  .roadmap-grid h3 { margin-top: 45px; }
  .finale { min-height: 82svh; }
  .finale-copy { padding-bottom: 42px; }
  footer .shell { display: block; }
  footer p + p { margin-top: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  [data-depth] { transform: none !important; }
}

/* Private feedback capture */
button,
input,
select,
textarea {
  font: inherit;
}

body.feedback-open {
  overflow: hidden;
}

.feedback-launch {
  position: fixed;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 940;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 17px;
  border: 1px solid rgba(243, 238, 228, .34);
  border-radius: 2px;
  background: rgba(23, 20, 19, .92);
  color: var(--ivory);
  box-shadow: 0 14px 42px rgba(0, 0, 0, .28);
  backdrop-filter: blur(18px);
  cursor: pointer;
  font-size: 11px;
  font-weight: 600;
  transition: transform .28s var(--ease), background .28s var(--ease), border-color .28s var(--ease);
}

.feedback-launch span {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(243, 238, 228, .28);
  color: var(--brass);
  font-size: 16px;
  line-height: 1;
}

.feedback-launch:hover,
.feedback-launch:focus-visible {
  transform: translateY(-2px);
  border-color: var(--brass);
  background: #211d1c;
}

.feedback-layer[hidden] {
  display: none;
}

.feedback-layer {
  position: fixed;
  inset: 0;
  z-index: 980;
  display: grid;
  grid-template-columns: 1fr minmax(360px, 540px);
}

.feedback-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(10, 8, 8, .68);
  backdrop-filter: blur(8px);
  cursor: default;
}

.feedback-panel {
  position: relative;
  z-index: 1;
  grid-column: 2;
  height: 100dvh;
  overflow-y: auto;
  padding: 38px 34px max(38px, env(safe-area-inset-bottom));
  border-left: 1px solid rgba(243, 238, 228, .14);
  background: #171413;
  color: var(--ivory);
  box-shadow: -34px 0 80px rgba(0, 0, 0, .34);
  animation: feedback-enter .52s var(--ease) both;
}

@keyframes feedback-enter {
  from { opacity: .35; transform: translateX(36px); }
  to { opacity: 1; transform: translateX(0); }
}

.feedback-header {
  display: grid;
  grid-template-columns: 1fr 40px;
  gap: 24px;
  align-items: start;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(243, 238, 228, .15);
}

.feedback-header span,
.feedback-panel label > span,
.feedback-direction legend {
  display: block;
  color: #d4aa6c;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.feedback-header h2 {
  max-width: 11ch;
  margin-top: 10px;
  color: var(--ivory);
  font-size: clamp(36px, 5vw, 54px);
  line-height: .98;
}

.feedback-close {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(243, 238, 228, .24);
  border-radius: 50%;
  background: transparent;
  color: var(--ivory);
  cursor: pointer;
  font-size: 15px;
}

#feedbackForm {
  display: grid;
  gap: 20px;
  padding-top: 26px;
}

#feedbackForm label {
  min-width: 0;
}

#feedbackForm input,
#feedbackForm select,
#feedbackForm textarea {
  width: 100%;
  margin-top: 8px;
  border: 1px solid rgba(243, 238, 228, .2);
  border-radius: 2px;
  outline: 0;
  background: #211d1c;
  color: var(--ivory);
}

#feedbackForm input,
#feedbackForm select {
  min-height: 46px;
  padding: 0 12px;
}

#feedbackForm textarea {
  min-height: 168px;
  padding: 12px;
  resize: vertical;
  line-height: 1.55;
}

#feedbackForm select option {
  background: #211d1c;
  color: var(--ivory);
}

#feedbackForm input:focus,
#feedbackForm select:focus,
#feedbackForm textarea:focus {
  border-color: var(--brass);
  box-shadow: 0 0 0 2px rgba(183, 139, 74, .15);
}

.feedback-direction {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.feedback-direction div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 8px;
  border: 1px solid rgba(243, 238, 228, .2);
}

.feedback-direction button {
  min-height: 44px;
  border: 0;
  background: transparent;
  color: rgba(243, 238, 228, .62);
  cursor: pointer;
  font-size: 10px;
}

.feedback-direction button + button {
  border-left: 1px solid rgba(243, 238, 228, .2);
}

.feedback-direction button:hover,
.feedback-direction button.active {
  background: var(--oxblood);
  color: #fff;
}

.feedback-person {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.feedback-trap {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.feedback-submit {
  min-height: 50px;
  border: 1px solid var(--brass);
  border-radius: 2px;
  background: var(--brass);
  color: #171413;
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
}

.feedback-submit:hover,
.feedback-submit:focus-visible {
  background: #c99b57;
}

.feedback-submit:disabled {
  cursor: wait;
  opacity: .58;
}

.feedback-status {
  min-height: 22px;
  margin: 0;
  color: rgba(243, 238, 228, .7);
  overflow-wrap: anywhere;
  font-size: 12px;
  line-height: 1.55;
}

.feedback-status.success {
  color: #a8c8ad;
}

.feedback-status.error {
  color: #e1a194;
}

.feedback-privacy {
  margin: -4px 0 0;
  color: rgba(243, 238, 228, .46);
  font-size: 10px;
  line-height: 1.55;
}

@media (max-width: 760px) {
  .feedback-launch {
    right: 14px;
    bottom: max(14px, env(safe-area-inset-bottom));
  }

  .feedback-layer {
    display: block;
  }

  .feedback-panel {
    grid-column: auto;
    width: 100%;
    padding: 28px 18px max(30px, env(safe-area-inset-bottom));
    border-left: 0;
  }

  .feedback-header {
    gap: 14px;
  }

  .feedback-header h2 {
    font-size: 40px;
  }

  .feedback-person {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .feedback-panel {
    animation: none;
  }
}
