@font-face {
  font-family: "Rye";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/rye-latin-400-normal.woff2") format("woff2");
}

:root {
  --ink: #11110f;
  --ink-soft: #20231b;
  --cream: #f3eee3;
  --paper: #e5ddcf;
  --acid: #f4b900;
  --acid-bright: #ffd51f;
  --ember: #f05a2a;
  --moss: #263025;
  --line: rgba(17,17,15,.2);
  --display: "Arial Black", "Helvetica Neue", Arial, sans-serif;
  --sans: "Helvetica Neue", Arial, sans-serif;
  --serif: Georgia, "Times New Roman", serif;
  --artifact: "Rye", Georgia, serif;
  --shell: min(1440px, calc(100% - 64px));
}

*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; background: var(--ink); }
body, h1, h2, h3, p, dl, dd, ol, figure { margin: 0; }
body { min-width: 320px; overflow-x: hidden; color: var(--ink); background: var(--cream); font-family: var(--sans); }
img, svg, canvas { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, summary { cursor: pointer; }
:focus-visible { outline: 3px solid var(--acid); outline-offset: 4px; }
.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: 12px; left: 12px; z-index: 10000; padding: 12px 18px; color: var(--ink); background: var(--acid); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.section { position: relative; padding: 130px 0; }
.section-shell { width: var(--shell); margin-inline: auto; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; display: grid; grid-template-columns: 1fr auto; align-items: center; min-height: 92px; padding: 14px 32px; color: #fff; mix-blend-mode: difference; transition: min-height .25s; }
.site-header.is-scrolled { min-height: 70px; }
.brand { display: flex; align-items: center; gap: 12px; width: max-content; font-family: var(--display); font-size: .8rem; font-weight: 900; letter-spacing: -.04em; line-height: .82; text-transform: uppercase; }
.brand img { width: 52px; height: 52px; border-radius: 50%; filter: grayscale(1) contrast(1.4); }
.primary-nav { display: flex; align-items: center; gap: 30px; font-size: .73rem; font-weight: 800; text-transform: uppercase; }
.primary-nav a { position: relative; }
.primary-nav a::after { position: absolute; right: 100%; bottom: -5px; left: 0; height: 2px; background: currentColor; content: ""; transition: right .25s; }
.primary-nav a:hover::after { right: 0; }
.primary-nav .nav-join { padding: 12px 16px; border: 2px solid currentColor; border-radius: 100px; }
.primary-nav .nav-join::after { display: none; }
.menu-toggle { display: none; width: 50px; height: 50px; border: 2px solid currentColor; border-radius: 50%; color: inherit; background: transparent; }
.menu-toggle i { display: block; width: 18px; height: 2px; margin: 5px auto; background: currentColor; transition: transform .25s; }
.scroll-progress { position: absolute; right: 0; bottom: 0; left: 0; height: 4px; background: var(--acid); transform: scaleX(0); transform-origin: left; }

.hero { position: relative; min-height: 100svh; overflow: hidden; color: #fff; background: #0b0b09; }
.hero-media, .hero-wash { position: absolute; inset: 0; }
.hero-media { overflow: hidden; }
.hero-media img { width: 100%; height: 115%; max-width: none; object-fit: cover; object-position: 62% center; filter: saturate(1.12) contrast(1.05); will-change: transform; }
.hero-wash { background: linear-gradient(90deg, rgba(8,8,7,.92) 0 34%, rgba(8,8,7,.28) 62%, rgba(8,8,7,.12)), linear-gradient(0deg, rgba(8,8,7,.72), transparent 42%); }
.hero-grid { position: relative; z-index: 2; display: grid; width: calc(100% - 64px); min-height: 100svh; grid-template-columns: 1fr auto; grid-template-rows: auto 1fr auto; align-items: end; margin-inline: auto; padding: 118px 0 34px; }
.hero-kicker { grid-column: 1/-1; align-self: start; display: flex; justify-content: space-between; max-width: 680px; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hero h1 { grid-column: 1 / -1; align-self: center; max-width: 1040px; font-family: var(--display); font-size: clamp(5.4rem, 11.8vw, 12rem); font-weight: 900; letter-spacing: -.095em; line-height: .73; text-transform: uppercase; }
.hero-line { display: block; width: max-content; will-change: transform; }
.hero-line:nth-child(2) { margin-left: 13vw; color: var(--acid); }
.hero-line:nth-child(3) { margin-left: 2vw; }
.hero-copy { align-self: end; max-width: 480px; color: rgba(255,255,255,.86); font-family: var(--serif); font-size: 1.15rem; line-height: 1.45; }
.round-link { display: flex; width: 138px; height: 138px; align-items: center; justify-content: center; justify-self: end; gap: 15px; border-radius: 50%; color: var(--ink); background: var(--acid); font-size: .76rem; font-weight: 900; line-height: 1.05; text-transform: uppercase; transition: transform .3s, background .3s; }
.round-link b { font-size: 1.25rem; }
.round-link:hover { background: var(--acid-bright); transform: rotate(-7deg) scale(1.05); }
.hero-stats { position: absolute; right: 0; bottom: 196px; display: flex; gap: 32px; writing-mode: vertical-rl; transform: rotate(180deg); }
.hero-stats div { display: flex; align-items: baseline; gap: 7px; }
.hero-stats dt { color: var(--acid); font-family: var(--display); font-size: 1.3rem; font-weight: 900; }
.hero-stats dd { font-size: .58rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.marquee { overflow: hidden; border-block: 2px solid var(--ink); }
.marquee-gold { color: var(--ink); background: var(--acid); }
.marquee-track { display: flex; width: max-content; align-items: center; gap: 34px; padding: 17px 0 12px; animation: marquee 24s linear infinite; will-change: transform; }
.marquee-track span { font-family: var(--display); font-size: clamp(2.8rem, 6vw, 6.5rem); font-weight: 900; letter-spacing: -.07em; line-height: .8; }
.marquee-track i { font-size: 2rem; font-style: normal; }

.chapter-label { display: flex; align-items: center; gap: 14px; font-size: .72rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.chapter-label span { display: grid; width: 36px; height: 36px; place-items: center; border: 2px solid currentColor; border-radius: 50%; }
.chapter-light { color: var(--acid); }

.manifesto { display: grid; min-height: 110vh; grid-template-columns: 1.05fr .95fr; align-items: center; padding-inline: max(32px, calc((100vw - 1440px)/2)); background: var(--cream); }
.manifesto-copy { position: relative; z-index: 4; }
.manifesto h2 { max-width: 860px; margin: 36px 0 30px; font-family: var(--display); font-size: clamp(4rem, 8vw, 9rem); font-weight: 900; letter-spacing: -.09em; line-height: .8; text-transform: uppercase; }
.manifesto h2 em { color: var(--ember); font-family: var(--serif); font-weight: 400; text-transform: none; }
.manifesto-copy > p:last-child { max-width: 580px; font-family: var(--serif); font-size: clamp(1.2rem, 1.8vw, 1.7rem); line-height: 1.35; }
.manifesto-collage { position: relative; height: 780px; }
.collage-card { position: absolute; overflow: hidden; box-shadow: 0 35px 70px rgba(17,17,15,.22); will-change: transform; }
.collage-card img { width: 100%; height: 100%; object-fit: cover; }
.collage-card-a { top: 2%; right: 0; width: 64%; height: 72%; transform: rotate(3deg); }
.collage-card-b { right: 49%; bottom: 0; width: 43%; height: 48%; transform: rotate(-6deg); }
.collage-orbit { position: absolute; top: 7%; right: 3%; width: 72%; aspect-ratio: 1; border: 3px solid var(--acid); border-radius: 50%; transform: rotate(-15deg) scaleY(.34); }

.cultures-section { overflow: clip; color: #fff; background: var(--ink-soft); }
.culture-intro { display: grid; min-height: 68vh; grid-template-columns: 1fr .8fr; align-content: center; gap: 40px; padding-block: 110px; }
.culture-intro .chapter-label { grid-column: 1/-1; color: var(--acid); }
.culture-intro h2 { font-family: var(--display); font-size: clamp(5rem, 11vw, 11rem); letter-spacing: -.1em; line-height: .72; text-transform: uppercase; }
.culture-intro h2 em { color: var(--acid); font-family: var(--serif); font-weight: 400; text-transform: none; }
.culture-intro > p:last-child { max-width: 420px; align-self: end; padding-bottom: 10px; color: rgba(255,255,255,.7); font-family: var(--serif); font-size: 1.2rem; line-height: 1.5; }
.culture-pin { height: 100svh; overflow: hidden; }
.culture-track { display: flex; width: max-content; height: 100%; gap: 12px; padding: 0 32px 32px; will-change: transform; }
.culture-slide { position: relative; width: min(76vw, 1120px); height: 100%; flex: 0 0 auto; overflow: hidden; color: #fff; background: #151512; isolation: isolate; }
.culture-slide img { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; filter: saturate(1.14) contrast(1.04); transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.culture-slide::after { position: absolute; inset: 0; z-index: 1; background: linear-gradient(0deg, rgba(10,10,8,.9), transparent 58%), linear-gradient(90deg, rgba(10,10,8,.32), transparent 42%); content: ""; }
.culture-slide:hover img { transform: scale(1.025); }
.culture-number { position: absolute; top: 28px; left: 30px; z-index: 2; display: grid; width: 58px; height: 58px; place-items: center; border: 2px solid currentColor; border-radius: 50%; font-size: .75rem; font-weight: 900; }
.culture-slide-copy { position: absolute; right: 38px; bottom: 34px; left: 38px; z-index: 2; display: grid; grid-template-columns: 1fr minmax(240px, .36fr); gap: 30px; align-items: end; }
.culture-slide-copy small { display: block; margin-bottom: 12px; color: var(--acid); font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.culture-slide h3 { max-width: 780px; font-family: var(--display); font-size: clamp(3.4rem, 7vw, 7rem); letter-spacing: -.085em; line-height: .78; text-transform: uppercase; }
.culture-slide p { max-width: 400px; font-family: var(--serif); font-size: 1.03rem; line-height: 1.45; }

.map-section { overflow: hidden; color: #fff; background: #080b0a; }
.map-section::before { position: absolute; inset: 0; opacity: .23; background: repeating-radial-gradient(ellipse at 48% 52%, transparent 0 80px, rgba(244,185,0,.16) 81px 82px); content: ""; }
.map-heading { position: relative; z-index: 2; margin-bottom: 70px; }
.map-heading h2 { margin-top: 28px; font-family: var(--display); font-size: clamp(4.8rem, 11vw, 11rem); letter-spacing: -.1em; line-height: .74; }
.map-heading h2 span { display: inline-block; color: transparent; -webkit-text-stroke: 2px var(--acid); }
.map-stage { position: relative; z-index: 2; display: grid; min-height: 740px; grid-template-columns: minmax(0, 1fr) 430px; border-top: 2px solid rgba(255,255,255,.25); border-bottom: 2px solid rgba(255,255,255,.25); }
.map-canvas { position: relative; min-width: 0; min-height: 740px; overflow: hidden; }
.map-canvas canvas { position: absolute; inset: 0; width: 100%; height: 100%; cursor: grab; touch-action: none; }
.map-canvas canvas:active { cursor: grabbing; }
.map-panel { display: flex; flex-direction: column; justify-content: flex-end; padding: 44px; border-left: 2px solid rgba(255,255,255,.25); background: rgba(8,11,10,.72); backdrop-filter: blur(10px); }
.map-panel-top { display: flex; justify-content: space-between; margin-bottom: auto; color: var(--acid); font-size: .68rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.map-panel h3 { margin: 80px 0 24px; font-family: var(--display); font-size: clamp(3.3rem, 5vw, 5.8rem); letter-spacing: -.08em; line-height: .78; text-transform: uppercase; }
.map-panel > p { color: rgba(255,255,255,.72); font-family: var(--serif); font-size: 1.05rem; line-height: 1.5; }
.map-meta { display: flex; gap: 8px; margin: 25px 0; }
.map-meta span { padding: 8px 10px; border: 1px solid rgba(255,255,255,.28); font-size: .63rem; font-weight: 900; text-transform: uppercase; }
.map-panel > a { display: flex; min-height: 58px; align-items: center; justify-content: space-between; padding: 0 18px; color: var(--ink); background: var(--acid); font-weight: 900; text-transform: uppercase; }
.globe-controls { position: absolute; top: 26px; right: 26px; z-index: 5; display: flex; border: 2px solid var(--acid); border-radius: 100px; background: rgba(8,11,10,.78); }
.globe-controls button { width: 46px; height: 44px; border: 0; border-right: 1px solid rgba(244,185,0,.4); color: var(--acid); background: transparent; font-size: 1.1rem; }
.globe-controls button:last-child { border-right: 0; }
.globe-hint { position: absolute; bottom: 24px; left: 24px; z-index: 4; display: flex; gap: 24px; color: rgba(255,255,255,.5); font-size: .62rem; font-weight: 900; text-transform: uppercase; }
.globe-preview { position: absolute; z-index: 8; display: grid; grid-template-columns: 92px 1fr; overflow: hidden; border: 2px solid var(--acid); color: #fff; background: rgba(8,11,10,.96); box-shadow: 0 24px 60px rgba(0,0,0,.5); pointer-events: none; }
.globe-preview[hidden], .globe-loading[hidden] { display: none; }
.globe-preview img { width: 92px; height: 100%; min-height: 150px; object-fit: cover; }
.globe-preview > div { padding: 15px; }
.globe-preview small { color: var(--acid); font-size: .55rem; font-weight: 900; text-transform: uppercase; }
.globe-preview h3 { margin: 8px 0; font-family: var(--display); font-size: 1rem; line-height: 1; text-transform: uppercase; }
.globe-preview p { display: -webkit-box; overflow: hidden; color: rgba(255,255,255,.65); font-family: var(--serif); font-size: .72rem; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.globe-preview b { display: block; margin-top: 8px; color: var(--acid); font-size: .58rem; text-transform: uppercase; }
.globe-preview img[hidden] + div { grid-column: 1/-1; }
.globe-loading, .globe-fallback { position: absolute; inset: 0; z-index: 6; display: flex; align-items: center; justify-content: center; gap: 12px; color: var(--acid); background: #080b0a; font-size: .7rem; font-weight: 900; text-transform: uppercase; }
.globe-loading span { width: 20px; height: 20px; border: 2px solid rgba(244,185,0,.25); border-top-color: var(--acid); border-radius: 50%; animation: spin .8s linear infinite; }
.region-tabs { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(6, 1fr); }
.region-tabs button { min-height: 74px; padding: 12px; border: 0; border-right: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.5); background: transparent; font-size: .66rem; font-weight: 900; text-transform: uppercase; }
.region-tabs button:hover, .region-tabs button.is-active { color: var(--ink); background: var(--acid); }

.side-scroll { overflow: hidden; color: var(--ink); background: var(--acid); border-block: 3px solid var(--ink); }
.side-scroll span { display: block; width: max-content; padding: 25px 0 16px; font-family: var(--display); font-size: clamp(4rem, 9vw, 9rem); letter-spacing: -.08em; line-height: .8; white-space: nowrap; will-change: transform; }

.paths-section { background: var(--cream); }
.paths-heading { margin-bottom: 70px; }
.paths-heading h2, .products-heading h2, .release-title h2, .faq-heading h2 { margin-top: 30px; font-family: var(--display); font-size: clamp(4.8rem, 10vw, 10rem); letter-spacing: -.1em; line-height: .76; }
.category-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.category-card { position: relative; min-height: 720px; overflow: hidden; color: #fff; background: #111; isolation: isolate; }
.category-art { position: absolute; inset: 0; z-index: -2; width: 100%; height: 112%; max-width: none; object-fit: cover; filter: saturate(1.08); will-change: transform; }
.category-card::after { position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(10,10,8,.9), transparent 64%); content: ""; }
.category-top { position: absolute; top: 24px; right: 24px; left: 24px; display: flex; align-items: center; justify-content: space-between; font-size: .7rem; font-weight: 900; text-transform: uppercase; }
.category-index { display: grid; width: 52px; height: 52px; place-items: center; border: 2px solid currentColor; border-radius: 50%; }
.category-body { position: absolute; right: 30px; bottom: 30px; left: 30px; }
.category-card h3 { font-family: var(--display); font-size: clamp(4rem, 7vw, 7rem); letter-spacing: -.09em; line-height: .76; text-transform: uppercase; }
.category-card p { max-width: 470px; margin-top: 20px; font-family: var(--serif); font-size: 1.05rem; line-height: 1.45; }
.category-card b { display: inline-block; margin-top: 22px; padding: 10px 14px; color: var(--ink); background: var(--acid); font-size: .68rem; text-transform: uppercase; }

.feature-break { position: relative; min-height: 110svh; overflow: hidden; color: #fff; background: #000; }
.feature-break > img { position: absolute; inset: -8% 0 0; width: 100%; height: 118%; max-width: none; object-fit: cover; object-position: center 28%; will-change: transform; }
.feature-break::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,8,7,.86), rgba(8,8,7,.08) 65%), linear-gradient(0deg, rgba(8,8,7,.6), transparent 40%); content: ""; }
.feature-break-copy { position: absolute; bottom: 7vw; left: 5vw; z-index: 2; }
.feature-break-copy > span { color: var(--acid); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.feature-break h2 { margin: 24px 0; font-family: var(--display); font-size: clamp(5rem, 12vw, 12rem); letter-spacing: -.1em; line-height: .72; }
.feature-break p { max-width: 520px; font-family: var(--serif); font-size: 1.2rem; line-height: 1.4; }

.products-section { color: #fff; background: var(--moss); }
.products-heading { margin-bottom: 70px; }
.product-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 18px; }
.product-card { position: relative; overflow: hidden; background: #151712; }
.product-card-wide { grid-row: span 2; }
.product-media { position: relative; height: 430px; overflow: hidden; }
.product-card-wide .product-media { height: 720px; }
.product-media img { width: 100%; height: 115%; max-width: none; object-fit: cover; object-position: center 22%; filter: saturate(.96) contrast(1.05); will-change: transform; }
.product-media::after { position: absolute; inset: 0; box-shadow: inset 0 0 70px rgba(0,0,0,.35); pointer-events: none; content: ""; }
.product-copy { padding: 30px; }
.product-copy span { color: var(--acid); font-size: .68rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.product-copy h3 { margin: 16px 0; font-family: var(--display); font-size: clamp(2rem, 3.5vw, 4rem); letter-spacing: -.06em; line-height: .86; text-transform: uppercase; }
.product-copy p { max-width: 480px; color: rgba(255,255,255,.65); font-family: var(--serif); line-height: 1.45; }
.product-copy a, .product-copy b { display: inline-block; margin-top: 20px; padding-bottom: 4px; border-bottom: 2px solid var(--acid); color: var(--acid); font-size: .67rem; font-weight: 900; text-transform: uppercase; }

.releases-section { background: var(--acid); }
.release-title { margin-bottom: 80px; }
.release-list { list-style: none; padding: 0; border-top: 3px solid var(--ink); }
.release-list li { display: grid; min-height: 150px; grid-template-columns: 70px 1fr auto; gap: 20px; align-items: center; border-bottom: 3px solid var(--ink); }
.release-list > li > span { font-family: var(--display); font-size: 1.2rem; }
.release-list small { font-size: .66rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.release-list h3 { margin-top: 8px; font-family: var(--display); font-size: clamp(2.4rem, 5vw, 5rem); letter-spacing: -.07em; line-height: .86; text-transform: uppercase; }
.release-list b { padding: 10px 15px; border: 2px solid var(--ink); border-radius: 100px; font-size: .7rem; text-transform: uppercase; }

.signup-section { display: grid; min-height: 100svh; grid-template-columns: .95fr 1.05fr; color: #fff; background: var(--ink); }
.signup-image { position: relative; min-height: 720px; overflow: hidden; }
.signup-image img { position: absolute; inset: -8% 0 0; width: 100%; height: 116%; max-width: none; object-fit: cover; will-change: transform; }
.signup-image::after { position: absolute; inset: 0; background: linear-gradient(90deg, transparent, rgba(17,17,15,.38)); content: ""; }
.signup-copy { display: flex; flex-direction: column; justify-content: center; padding: 8vw; }
.signup-copy .chapter-label { color: var(--acid); }
.signup-copy h2 { margin: 34px 0; font-family: var(--display); font-size: clamp(5rem, 9vw, 9rem); letter-spacing: -.1em; line-height: .74; }
.signup-copy > p { max-width: 580px; color: rgba(255,255,255,.7); font-family: var(--serif); font-size: 1.15rem; line-height: 1.5; }
.signup-form { margin-top: 45px; }
.signup-form > label { display: block; margin-bottom: 10px; color: var(--acid); font-size: .68rem; font-weight: 900; text-transform: uppercase; }
.form-row { display: flex; }
.form-row input { min-width: 0; flex: 1; min-height: 64px; padding: 0 18px; border: 2px solid rgba(255,255,255,.35); border-right: 0; border-radius: 0; color: #fff; background: transparent; }
.form-row button { min-height: 64px; padding: 0 22px; border: 2px solid var(--acid); color: var(--ink); background: var(--acid); font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.form-row button:disabled { opacity: .55; }
.honeypot { position: absolute; left: -9999px; }
.form-note, .form-status { margin-top: 12px; color: rgba(255,255,255,.45); font-size: .72rem; }
.form-status { min-height: 1.4em; color: var(--acid); }

.faq-section { background: var(--cream); }
.faq-heading { margin-bottom: 70px; }
.faq-list { border-top: 3px solid var(--ink); }
.faq-list details { border-bottom: 3px solid var(--ink); }
.faq-list summary { display: flex; min-height: 104px; align-items: center; justify-content: space-between; gap: 30px; font-family: var(--display); font-size: clamp(1.5rem, 3vw, 3rem); letter-spacing: -.05em; list-style: none; text-transform: uppercase; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-size: 2rem; transition: transform .25s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 760px; padding: 0 40px 35px 0; font-family: var(--serif); font-size: 1.08rem; line-height: 1.5; }

.site-footer { overflow: hidden; padding: 90px 32px 34px; color: #fff; background: var(--ink); }
.footer-wordmark { font-family: var(--display); font-size: clamp(5rem, 15.5vw, 16rem); letter-spacing: -.12em; line-height: .65; white-space: nowrap; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; margin-top: 100px; padding-top: 28px; border-top: 2px solid rgba(255,255,255,.3); font-size: .78rem; font-weight: 800; text-transform: uppercase; }
.footer-grid nav { display: flex; flex-direction: column; gap: 9px; }
.footer-grid > div { display: flex; align-items: flex-end; flex-direction: column; justify-content: space-between; text-align: right; }
.footer-grid > div p { color: rgba(255,255,255,.45); }

@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 1024px) {
  :root { --shell: min(100% - 40px, 920px); }
  .site-header { padding-inline: 20px; }
  .menu-toggle { display: block; justify-self: end; }
  .primary-nav { position: fixed; inset: 0; z-index: -1; display: flex; align-items: flex-start; flex-direction: column; justify-content: center; gap: 22px; padding: 100px 30px 40px; color: var(--ink); background: var(--acid); font-family: var(--display); font-size: clamp(2.8rem, 9vw, 5rem); letter-spacing: -.07em; transform: translateY(-102%); transition: transform .45s cubic-bezier(.2,.7,.2,1); }
  .primary-nav.is-open { transform: none; }
  .primary-nav .nav-join { border: 0; padding: 0; }
  .menu-toggle[aria-expanded="true"] i:first-of-type { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] i:last-of-type { transform: translateY(-3.5px) rotate(-45deg); }
  .hero-grid { width: calc(100% - 40px); }
  .hero h1 { font-size: clamp(5.2rem, 15vw, 10rem); }
  .manifesto { grid-template-columns: 1fr; }
  .manifesto-collage { height: 660px; }
  .culture-intro { grid-template-columns: 1fr; }
  .culture-intro > p:last-child { align-self: start; }
  .culture-pin { height: auto; overflow: visible; }
  .culture-track { display: grid; width: var(--shell); height: auto; gap: 14px; margin-inline: auto; padding: 0 0 80px; }
  .culture-slide { width: 100%; height: 78svh; min-height: 620px; }
  .map-stage { grid-template-columns: 1fr; }
  .map-panel { min-height: 430px; border-top: 2px solid rgba(255,255,255,.25); border-left: 0; }
  .region-tabs { grid-template-columns: repeat(3, 1fr); }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .product-card-wide { grid-column: 1/-1; grid-row: auto; }
  .product-card-wide .product-media { height: 620px; }
  .signup-section { grid-template-columns: 1fr; }
  .signup-image { min-height: 72svh; }
  .signup-copy { padding: 90px max(24px, 8vw); }
}

@media (max-width: 680px) {
  :root { --shell: calc(100% - 28px); }
  .section { padding: 88px 0; }
  .site-header { min-height: 74px; padding: 10px 14px; }
  .brand img { width: 44px; height: 44px; }
  .brand { font-size: .68rem; }
  .hero-media img { height: 100%; object-position: 66% center; }
  .hero-wash { background: linear-gradient(0deg, rgba(7,7,6,.92) 0 43%, rgba(7,7,6,.12) 78%), linear-gradient(90deg, rgba(7,7,6,.38), transparent); }
  .hero-grid { width: calc(100% - 28px); grid-template-columns: 1fr; grid-template-rows: auto 1fr auto auto; padding: 96px 0 18px; }
  .hero-kicker { font-size: .6rem; }
  .hero h1 { width: 100%; min-width: 0; align-self: end; padding-bottom: 28px; font-size: clamp(3.6rem, 17.5vw, 4.8rem); line-height: .75; }
  .hero-line:nth-child(2) { margin-left: 8vw; }
  .hero-line:nth-child(3) { margin-left: 0; }
  .hero-copy { max-width: 350px; font-size: .98rem; }
  .round-link { width: 94px; height: 94px; margin-top: 20px; justify-self: end; font-size: .58rem; }
  .hero-stats { display: none; }
  .marquee-track { gap: 20px; padding-block: 13px 9px; }
  .manifesto { display: block; min-height: 0; padding-inline: 14px; }
  .manifesto h2 { font-size: clamp(3.5rem, 16vw, 5.8rem); }
  .manifesto-collage { height: 520px; margin-top: 50px; }
  .collage-card-a { width: 72%; height: 70%; }
  .collage-card-b { right: 48%; width: 47%; height: 47%; }
  .culture-intro { min-height: 0; padding-block: 88px 55px; }
  .culture-intro h2 { font-size: clamp(4rem, 19vw, 6rem); }
  .culture-slide { height: 76svh; min-height: 570px; }
  .culture-slide-copy { right: 20px; bottom: 22px; left: 20px; display: block; }
  .culture-slide h3 { font-size: clamp(3.1rem, 15vw, 5rem); }
  .culture-slide p { margin-top: 17px; font-size: .9rem; }
  .culture-number { top: 17px; left: 17px; width: 46px; height: 46px; }
  .map-heading h2, .paths-heading h2, .products-heading h2, .release-title h2, .faq-heading h2 { font-size: clamp(3.8rem, 17vw, 6rem); }
  .map-stage { min-height: 0; }
  .map-canvas { min-height: 510px; }
  .map-panel { min-height: 390px; padding: 26px 20px; }
  .map-panel h3 { margin-top: 70px; }
  .globe-controls { top: 18px; right: 18px; }
  .globe-controls button { width: 40px; height: 40px; }
  .globe-hint { right: 16px; bottom: 15px; left: 16px; justify-content: space-between; }
  .globe-hint span:last-child { display: none; }
  .region-tabs { grid-template-columns: repeat(2, 1fr); }
  .region-tabs button { min-height: 62px; }
  .category-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 72svh; }
  .category-card h3 { font-size: clamp(3.8rem, 18vw, 5.5rem); }
  .feature-break { min-height: 92svh; }
  .feature-break > img { object-position: 62% center; }
  .feature-break h2 { font-size: clamp(4.2rem, 19vw, 6.4rem); }
  .feature-break-copy { right: 16px; bottom: 28px; left: 16px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card-wide { grid-column: auto; }
  .product-card-wide .product-media, .product-media { height: 68svh; min-height: 490px; }
  .release-list li { min-height: 128px; grid-template-columns: 42px 1fr; }
  .release-list li > b { grid-column: 2; justify-self: start; margin-bottom: 16px; }
  .release-list h3 { font-size: clamp(2rem, 10vw, 3.2rem); }
  .signup-image { min-height: 64svh; }
  .signup-copy h2 { font-size: clamp(4.2rem, 19vw, 6rem); }
  .form-row { flex-direction: column; }
  .form-row input { border-right: 2px solid rgba(255,255,255,.35); }
  .form-row button { width: 100%; }
  .faq-list summary { min-height: 88px; font-size: 1.35rem; }
  .site-footer { padding: 70px 14px 28px; }
  .footer-wordmark { font-size: 20vw; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; margin-top: 70px; }
  .footer-grid > div { align-items: flex-start; gap: 18px; text-align: left; }
}

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

/* Archaeological material pass */
:root {
  --ink: #090806;
  --ink-soft: #13110d;
  --cream: #242019;
  --paper: #31291e;
  --acid: #a9783b;
  --acid-bright: #c79b59;
  --ember: #6f3427;
  --moss: #171a15;
  --bone: #d4c39e;
  --dust: #766043;
  --fossil-line: rgba(184, 143, 84, .64);
}

body { color: #17120c; background: #0e0c09; }
body::before {
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: .11;
  background-image: repeating-radial-gradient(circle at 17% 23%, rgba(255,245,217,.7) 0 1px, transparent 1px 7px);
  background-size: 19px 17px;
  mix-blend-mode: soft-light;
  pointer-events: none;
  content: "";
}

.site-header { color: var(--bone); background: linear-gradient(180deg, rgba(9,8,6,.92), rgba(9,8,6,.18)); }
.site-header.is-scrolled { color: var(--bone); background: rgba(9,8,6,.92); box-shadow: 0 1px 0 var(--fossil-line); }
.hero-wash { background: linear-gradient(90deg, rgba(7,6,5,.96) 0 36%, rgba(12,9,6,.42) 65%, rgba(8,7,5,.18)), linear-gradient(0deg, rgba(8,7,5,.82), transparent 48%); }
.hero-media img, .culture-slide img, .category-art, .feature-break > img, .product-media img, .signup-image img, .collage-card img {
  filter: sepia(.25) saturate(.72) contrast(1.12) brightness(.78);
}
.hero, .cultures-section, .map-section, .products-section, .signup-section, .site-footer { color: var(--bone); }
.hero-line-accent, .chapter-light, .culture-slide-copy small, .feature-break-copy > span, .product-copy span, .signup-copy .chapter-label { color: var(--acid-bright); }
.marquee-gold, .side-scroll { color: var(--bone); background: #4c3925; }
.marquee, .side-scroll { border-color: #312719; }

.manifesto, .paths-section, .faq-section {
  color: var(--bone);
  background-color: var(--cream);
  background-image: radial-gradient(circle at 14% 20%, rgba(70,48,25,.16), transparent 26%), radial-gradient(circle at 80% 72%, rgba(57,38,21,.18), transparent 30%), repeating-linear-gradient(2deg, transparent 0 18px, rgba(48,34,20,.025) 19px 20px);
}
.manifesto h2 em { color: #a4614a; }
.map-section { background-color: #080806; background-image: radial-gradient(circle at 50% 55%, rgba(122,87,45,.16), transparent 42%); }
.products-section { background: #11130f; }
.releases-section { color: var(--bone); background-color: #4a3927; background-image: radial-gradient(circle at 18% 25%, rgba(12,9,6,.28), transparent 25%), repeating-linear-gradient(175deg, transparent 0 24px, rgba(8,6,4,.08) 25px 26px); }

.culture-slide, .category-card, .product-card {
  border: 2px solid var(--fossil-line);
  color: var(--bone);
  background-color: #15120e;
  box-shadow: inset 0 0 0 5px rgba(26,20,13,.78), inset 0 0 0 7px rgba(184,143,84,.2), 0 20px 48px rgba(0,0,0,.28);
  clip-path: polygon(0 7px, 5px 7px, 5px 2px, 23% 4px, 49% 0, 74% 3px, calc(100% - 5px) 1px, calc(100% - 5px) 7px, 100% 7px, 100% calc(100% - 9px), calc(100% - 6px) calc(100% - 9px), calc(100% - 5px) calc(100% - 2px), 72% calc(100% - 5px), 48% 100%, 21% calc(100% - 4px), 5px calc(100% - 1px), 5px calc(100% - 8px), 0 calc(100% - 8px));
}
.culture-slide::before, .category-card::before, .product-card::before {
  position: absolute;
  inset: 9px;
  z-index: 4;
  opacity: .58;
  border: 1px solid rgba(206,167,104,.58);
  box-shadow: inset 0 0 22px rgba(0,0,0,.48);
  clip-path: polygon(0 5px, 2px 5px, 2px 0, 29% 2px, 53% 0, 79% 3px, calc(100% - 2px) 1px, calc(100% - 2px) 6px, 100% 6px, 100% calc(100% - 5px), calc(100% - 3px) calc(100% - 5px), calc(100% - 2px) 100%, 62% calc(100% - 2px), 31% 100%, 2px calc(100% - 3px), 2px calc(100% - 6px), 0 calc(100% - 6px));
  pointer-events: none;
  content: "";
}
.culture-slide::after, .category-card::after {
  background: linear-gradient(0deg, rgba(8,7,5,.94), rgba(15,11,7,.08) 66%), radial-gradient(circle at 24% 15%, rgba(174,125,65,.12), transparent 28%);
}
.product-media::after { box-shadow: inset 0 0 95px rgba(0,0,0,.62), inset 0 0 0 6px rgba(123,87,43,.24); }
.product-copy { position: relative; background: linear-gradient(135deg, rgba(126,91,48,.13), transparent 50%); }
.category-card b, .form-row button { color: #17120c; background: var(--acid-bright); }
.category-top, .culture-number { color: var(--bone); text-shadow: 0 1px 8px #000; }
.category-body, .culture-slide-copy { z-index: 5; }
.release-list, .faq-list { border-color: #3c2e1e; }
.release-list li, .faq-list details { border-color: #3c2e1e; }
.release-list b { border-color: #3c2e1e; }
.signup-copy { background-image: radial-gradient(circle at 75% 20%, rgba(128,88,42,.15), transparent 30%), repeating-linear-gradient(8deg, transparent 0 22px, rgba(255,255,255,.018) 23px 24px); }
.form-row input { border-color: rgba(199,155,89,.5); color: var(--bone); }

.text-word { display: inline-block; will-change: transform, opacity; }
.map-heading h2 > span { color: transparent; -webkit-text-stroke-color: var(--acid-bright); }
.map-heading h2 > span .text-word { color: transparent; }
.paths-heading h2, .products-heading h2, .release-title h2, .faq-heading h2, .feature-break h2, .signup-copy h2 { max-width: 100%; overflow-wrap: normal; }

@media (max-width: 680px) {
  .hero h1 { font-size: clamp(3rem, 13.4vw, 3.65rem); }
  .manifesto h2 { font-size: clamp(3.15rem, 14.5vw, 5rem); }
  .culture-slide h3 { font-size: clamp(2.75rem, 13vw, 4.5rem); }
  .map-heading h2, .paths-heading h2, .products-heading h2, .release-title h2, .faq-heading h2 { font-size: clamp(3.2rem, 14.5vw, 5.15rem); }
  .category-card h3 { font-size: clamp(3.25rem, 15vw, 5rem); }
  .feature-break h2 { font-size: clamp(3rem, 14vw, 4.8rem); }
  .signup-copy h2 { font-size: clamp(3.6rem, 16vw, 5.4rem); }
  .product-copy h3, .release-list h3 { overflow-wrap: anywhere; }
  .culture-slide, .category-card, .product-card { clip-path: polygon(0 5px, 4px 5px, 4px 1px, 47% 3px, calc(100% - 4px) 1px, calc(100% - 4px) 5px, 100% 5px, 100% calc(100% - 6px), calc(100% - 4px) calc(100% - 6px), calc(100% - 4px) 100%, 48% calc(100% - 3px), 4px 100%, 4px calc(100% - 6px), 0 calc(100% - 6px)); }
}
