:root {
  --ink: #0b090a;
  --paper: #f3efe8;
  --rose: #a13f58;
  --rose-bright: #d26982;
  --gold: #c6a15b;
  --forest: #17332c;
  --line: rgba(11, 9, 10, 0.18);
  --sans: "DM Sans", sans-serif;
  --serif: "Playfair Display", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.5;
  overflow-x: hidden;
  overflow-x: clip;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, a { touch-action: manipulation; }
:focus-visible { outline: 2px solid var(--rose-bright); outline-offset: 3px; }
body.menu-open, body.dialog-open { overflow: hidden; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: #fff; color: var(--ink); padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }
.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; }
.announcement { background: var(--rose); color: #fff; padding: .62rem 1rem; text-align: center; font-size: .76rem; letter-spacing: .16em; }
.site-header { height: 88px; padding: 0 4vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); position: relative; z-index: 10; background: rgba(243, 239, 232, .93); backdrop-filter: blur(12px); }
.wordmark { justify-self: start; display: flex; align-items: center; gap: .75rem; font-size: .7rem; font-weight: 600; line-height: 1.15; letter-spacing: .12em; }
.mark { width: 42px; height: 42px; border: 1px solid var(--ink); border-radius: 50%; display: grid; place-items: center; font-family: var(--serif); font-style: italic; font-size: 1rem; letter-spacing: -.08em; }
.site-nav { display: flex; gap: 2rem; font-size: .88rem; }
.site-nav a, .header-cta, .text-link { position: relative; }
.site-nav a::after, .text-link::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.25rem; height: 1px; background: currentColor; transition: right .25s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after, .text-link:hover::after, .text-link:focus-visible::after { right: 0; }
.header-cta { justify-self: end; text-transform: uppercase; font-size: .73rem; letter-spacing: .12em; border-bottom: 1px solid; padding-bottom: .2rem; }
.menu-toggle { display: none; background: none; border: 0; padding: .75rem; }
.menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 1px; background: var(--ink); margin: 5px; }

.hero { min-height: calc(100vh - 120px); display: grid; grid-template-columns: 42% 58%; position: relative; }
.hero-copy { padding: clamp(4rem, 8vw, 8rem) 4vw 3rem; display: flex; flex-direction: column; align-items: flex-start; }
.eyebrow { margin: 0 0 1.2rem; text-transform: uppercase; font-size: .73rem; letter-spacing: .18em; font-weight: 600; }
.hero h1 { margin: 0; max-width: 8ch; font-family: var(--serif); font-weight: 600; font-size: clamp(4.2rem, 8vw, 8.4rem); line-height: .84; letter-spacing: -.06em; }
.hero h1 em { color: var(--rose); font-weight: 500; }
.development-badge { margin: 0 0 1.5rem; display: inline-flex; align-items: center; gap: .65rem; padding: .45rem .65rem; border: 1px solid var(--line); color: #504749; font-size: .68rem; letter-spacing: .09em; text-transform: uppercase; }
.development-badge span { width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: var(--rose); box-shadow: 0 0 0 4px rgba(161,63,88,.12); }
.hero-intro { max-width: 31rem; margin: 2.3rem 0 0; font-size: clamp(1rem, 1.35vw, 1.2rem); line-height: 1.65; color: #423b3d; }
.hero-actions { margin-top: 2.25rem; display: flex; flex-wrap: wrap; align-items: center; gap: 1.75rem; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: .85rem 1.25rem; text-transform: uppercase; letter-spacing: .09em; font-size: .76rem; font-weight: 600; transition: transform .2s ease, background .2s ease; }
.button-primary { background: var(--ink); color: #fff; }
.button-primary:hover, .button-primary:focus-visible { background: var(--rose); transform: translateY(-2px); }
.text-link { font-size: .86rem; }
.text-link span { color: var(--rose); margin-left: .3rem; }
.hero-index { margin-top: auto; padding-top: 3rem; width: min(280px, 100%); display: flex; align-items: center; gap: .8rem; font-size: .68rem; letter-spacing: .1em; }
.hero-index i { height: 1px; flex: 1; background: var(--line); position: relative; }
.hero-index i::before { content: ""; position: absolute; left: 0; top: -1px; width: 34%; height: 3px; background: var(--rose); }
.hero-visual { margin: 0; min-height: 680px; position: relative; overflow: hidden; background: #20181c; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(5, 3, 4, .7)); pointer-events: none; }
.hero-visual picture { display: block; width: 100%; height: 100%; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.88) contrast(1.03); }
.hero-visual figcaption { position: absolute; z-index: 1; left: 2rem; right: 2rem; bottom: 1.6rem; color: #fff; display: flex; justify-content: space-between; font-size: .69rem; letter-spacing: .13em; }
.vertical-note { position: absolute; top: 50%; right: 1.2rem; z-index: 2; color: white; writing-mode: vertical-rl; transform: translateY(-50%); font-size: .65rem; letter-spacing: .2em; opacity: .72; }

.marquee { background: var(--ink); color: var(--paper); overflow: hidden; padding: 1.05rem 0; border-top: 1px solid #2f292b; }
.marquee div { width: max-content; display: flex; align-items: center; gap: 2.2rem; animation: scroll 22s linear infinite; }
.marquee span { font-family: var(--serif); font-style: italic; font-size: 1.45rem; }
.marquee b { color: var(--rose-bright); font-weight: 400; }
@keyframes scroll { to { transform: translateX(-50%); } }

.section-shell { padding: clamp(5rem, 9vw, 9rem) 4vw; }
.section-heading { display: grid; grid-template-columns: 1fr minmax(260px, 34%); align-items: end; gap: 2rem; margin-bottom: 3rem; }
.section-heading h2, .manifesto h2, .community h2 { margin: 0; font-family: var(--serif); font-weight: 600; font-size: clamp(2.8rem, 5.2vw, 5.7rem); letter-spacing: -.045em; line-height: .98; text-wrap: balance; }
.section-heading > p { margin: 0; max-width: 30rem; color: #5b5355; }
.collection-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: var(--ink); border: 1px solid var(--ink); }
.collection-card { min-height: 520px; padding: 1.5rem; position: relative; overflow: hidden; display: flex; flex-direction: column; isolation: isolate; }
.card-top { display: flex; justify-content: space-between; font-size: .68rem; letter-spacing: .13em; position: relative; z-index: 2; }
.card-copy { margin-top: auto; position: relative; z-index: 2; }
.card-copy p { font-size: .74rem; letter-spacing: .07em; text-transform: uppercase; opacity: .74; }
.card-copy h3 { margin: .2rem 0 1.25rem; font-family: var(--serif); font-size: clamp(2.5rem, 4vw, 4.5rem); letter-spacing: -.04em; }
.card-link { width: 100%; display: flex; justify-content: space-between; align-items: center; border: 0; border-top: 1px solid currentColor; padding: .8rem 0 0; background: transparent; color: inherit; font: inherit; font-size: .82rem; text-transform: uppercase; letter-spacing: .09em; cursor: pointer; }
.card-link:hover span, .card-link:focus-visible span { transform: translateX(4px); }
.card-link span { transition: transform .2s ease; }
.card-dark { background: #161214; color: white; }
.card-rose { background: var(--rose); color: #fff9f4; }
.card-cream { background: #e7dfd1; }
.card-forest { background: var(--forest); color: white; }
.orb { width: min(300px, 60%); aspect-ratio: 1; border-radius: 50%; position: absolute; top: 15%; left: 50%; transform: translateX(-50%); }
.orb-rose { background: radial-gradient(circle at 35% 30%, #e8879d, #8f2f48 48%, #2c101b 72%); box-shadow: 0 0 75px rgba(210, 105, 130, .4); }
.heart-line { position: absolute; inset: 8% 0 auto; text-align: center; font-family: var(--serif); font-size: min(22vw, 20rem); line-height: 1; color: rgba(255,255,255,.12); transform: rotate(-8deg); }
.monogram { position: absolute; left: 50%; top: 16%; transform: translateX(-50%); font-family: var(--serif); font-style: italic; font-size: min(13vw, 10rem); letter-spacing: -.12em; color: rgba(11,9,10,.1); }
.mountain { position: absolute; width: 60%; height: 45%; left: 20%; top: 15%; background: linear-gradient(140deg, transparent 49.5%, rgba(198,161,91,.65) 50%, transparent 50.5%), linear-gradient(220deg, transparent 49.5%, rgba(198,161,91,.65) 50%, transparent 50.5%); opacity: .9; }

.test-looks { margin-top: clamp(4rem, 8vw, 7rem); }
.test-looks-copy { display: grid; grid-template-columns: 1fr minmax(260px, 36%); gap: 2rem; align-items: end; }
.test-looks-copy h3 { margin: 0; font-family: var(--serif); font-size: clamp(2.8rem, 5vw, 5.4rem); line-height: .9; letter-spacing: -.05em; }
.test-looks-copy > p { margin: 0; color: #5b5355; }
.look-switcher { display: flex; gap: .5rem; margin: 2rem 0 1rem; }
.look-switcher button { border: 1px solid var(--ink); border-radius: 999px; padding: .65rem 1rem; background: transparent; color: var(--ink); font: inherit; font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.look-switcher button[aria-selected="true"] { background: var(--ink); color: #fff; }
.look-board { margin: 0; border: 1px solid var(--ink); background: var(--ink); overflow: hidden; }
.look-board img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.look-labels { display: grid; grid-template-columns: repeat(4, 1fr); color: var(--paper); }
.look-labels span { padding: .9rem 1rem; border-right: 1px solid rgba(255,255,255,.22); font-size: .76rem; letter-spacing: .07em; text-transform: uppercase; }
.look-labels span:last-child { border: 0; }
.look-labels b { color: var(--rose-bright); margin-right: .45rem; }
.concept-note { margin: .9rem 0 0; max-width: 52rem; color: #62595b; font-size: .78rem; }

.fall-vote { background: #121011; color: var(--paper); }
.fall-vote .section-heading > p { color: #c8bec0; }
.vote-heading h2 { max-width: 10ch; }
.vote-feature { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(360px, 1.28fr); gap: clamp(2rem, 5vw, 6rem); align-items: center; }
.reel-shell { width: min(100%, 430px); margin: 0 auto; padding: .65rem; background: #050505; border: 1px solid rgba(255,255,255,.2); box-shadow: 0 28px 70px rgba(0,0,0,.42); }
.reel-shell video { width: 100%; aspect-ratio: 9 / 16; display: block; background: #000; object-fit: cover; }
.reel-caption { display: flex; justify-content: space-between; gap: 1rem; padding: .75rem .25rem .1rem; color: #aaa0a2; font-size: .61rem; letter-spacing: .13em; }
.vote-panel { max-width: 620px; }
.vote-kicker { margin: 0 0 .8rem; color: var(--rose-bright); font-size: .69rem; letter-spacing: .16em; text-transform: uppercase; }
.vote-panel h3 { margin: 0; max-width: 9ch; font-family: var(--serif); font-size: clamp(3rem, 6vw, 6.4rem); line-height: .89; letter-spacing: -.055em; }
.vote-instruction { max-width: 37rem; margin: 1.5rem 0 2rem; color: #c8bec0; }
.vote-buttons { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .65rem; }
.vote-buttons button { min-height: 84px; padding: 1rem; display: flex; align-items: center; gap: .85rem; border: 1px solid rgba(255,255,255,.32); background: transparent; color: var(--paper); font: inherit; text-align: left; cursor: pointer; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.vote-buttons button:hover, .vote-buttons button:focus-visible { border-color: var(--rose-bright); transform: translateY(-2px); }
.vote-buttons button[aria-pressed="true"] { border-color: var(--rose-bright); background: var(--rose); }
.vote-buttons b { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-family: var(--serif); font-size: 1.15rem; }
.vote-buttons span { text-transform: uppercase; font-size: .74rem; letter-spacing: .13em; }
.vote-status { min-height: 1.5rem; margin: 1rem 0; color: #d9cfd1; font-size: .82rem; }
.share-vote { width: 100%; min-height: 50px; padding: .85rem 1rem; display: flex; justify-content: space-between; align-items: center; border: 1px solid var(--paper); background: var(--paper); color: var(--ink); font: inherit; font-size: .76rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.share-vote:disabled { opacity: .38; cursor: not-allowed; }
.share-vote:not(:disabled):hover, .share-vote:not(:disabled):focus-visible { background: var(--rose-bright); border-color: var(--rose-bright); }
.vote-actions { display: grid; gap: .65rem; }
.tiktok-vote { min-height: 50px; padding: .85rem 1rem; display: flex; justify-content: space-between; align-items: center; border: 1px solid rgba(255,255,255,.42); color: var(--paper); font-size: .74rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.tiktok-vote:hover, .tiktok-vote:focus-visible { border-color: var(--rose-bright); color: #fff; }
.fall-vote .concept-note { color: #91878a; }
.mobile-swipe-hint { display: none; }
.fall-display-grid { margin-top: clamp(4rem, 8vw, 8rem); display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; background: rgba(255,255,255,.25); border: 1px solid rgba(255,255,255,.25); }
.fall-display { min-width: 0; background: #121011; }
.fall-display figure { margin: 0; overflow: hidden; background: #060606; }
.fall-display img { width: 100%; aspect-ratio: 9 / 16; object-fit: cover; transition: transform .45s ease; }
.fall-display:hover img { transform: scale(1.025); }
.fall-display > div { min-height: 132px; padding: 1rem; }
.fall-display span { color: var(--rose-bright); font-size: .69rem; letter-spacing: .14em; }
.fall-display p { margin: .65rem 0 0; color: #bdb3b5; font-size: .82rem; line-height: 1.5; }

.manifesto { background: var(--ink); color: var(--paper); }
.manifesto-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 7vw; align-items: end; }
.manifesto h2 em { color: var(--rose-bright); font-weight: 500; }
.manifesto-copy { font-size: 1.08rem; color: #c9c0c2; max-width: 36rem; }
.manifesto-copy p + p { margin-top: 1.5rem; }
.values-row { margin-top: 6rem; border-top: 1px solid rgba(255,255,255,.2); display: grid; grid-template-columns: repeat(3, 1fr); }
.values-row > div { padding: 1.5rem 2rem 1rem 0; border-right: 1px solid rgba(255,255,255,.2); }
.values-row > div:not(:first-child) { padding-left: 2rem; }
.values-row > div:last-child { border: 0; }
.values-row span { color: var(--rose-bright); font-size: .7rem; }
.values-row h3 { margin: 2rem 0 0; font-size: 1rem; font-weight: 500; }

.signature { background: #d9cfbf; }
.signature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--ink); }
.signature-grid article { min-height: 390px; padding: 1.5rem; display: flex; flex-direction: column; border-right: 1px solid var(--ink); }
.signature-grid article:last-child { border: 0; }
.signature-glyph { min-height: 180px; display: grid; place-items: center; font-family: var(--serif); color: var(--rose); }
.heart-glyph { font-size: 9rem; line-height: 1; }
.mountain-glyph { font-size: 8rem; font-weight: 400; color: var(--gold); }
.tag-glyph { margin: 2.5rem auto; min-height: 120px; width: 120px; border: 1px solid var(--ink); font-size: 1.5rem; font-style: italic; color: var(--ink); transform: rotate(-4deg); }
.signature-number { margin: auto 0 .7rem; font-size: .68rem; letter-spacing: .13em; }
.signature-grid h3 { margin: 0 0 .8rem; font-family: var(--serif); font-size: 1.8rem; }
.signature-grid article > p:last-child { margin: 0; color: #4f4746; }
.capsule-index { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.2rem; }
.capsule-index span { border: 1px solid var(--ink); border-radius: 999px; padding: .55rem .9rem; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }

.priority-list { background: var(--paper); }
.priority-intro { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2rem, 7vw, 7rem); align-items: end; }
.priority-intro h2 { margin: 0; font-family: var(--serif); font-size: clamp(3rem, 6vw, 6.4rem); font-weight: 600; line-height: .9; letter-spacing: -.055em; text-wrap: balance; }
.priority-intro h2 em { color: var(--rose); font-weight: 500; }
.development-card { padding: 1.5rem; border: 1px solid var(--ink); }
.development-card-label { margin: 0 0 1.5rem; color: var(--rose); font-size: .68rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.development-card p:not(.development-card-label) { margin: 0; color: #51494b; }
.development-card p + p { margin-top: 1rem; }
.development-card strong { color: var(--ink); }
.priority-grid { margin-top: clamp(3rem, 6vw, 6rem); display: grid; grid-template-columns: 1.12fr .88fr; border: 1px solid var(--ink); background: var(--ink); color: var(--paper); }
.lead-form { padding: clamp(1.5rem, 4vw, 4rem); border-right: 1px solid rgba(255,255,255,.25); }
.field-row { display: grid; grid-template-columns: 10rem minmax(0, 1fr); gap: 1rem; align-items: center; border-bottom: 1px solid rgba(255,255,255,.25); }
.field-row:first-child { border-top: 1px solid rgba(255,255,255,.25); }
.field-row label { font-size: .69rem; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.field-row label span { color: #938a8c; font-size: .58rem; }
.field-row input, .field-row select { min-width: 0; width: 100%; min-height: 58px; padding: .75rem 0; border: 0; border-radius: 0; outline: 0; background: transparent; color: var(--paper); font: inherit; }
.field-row input:focus, .field-row select:focus { box-shadow: inset 0 -2px var(--rose-bright); }
.field-row select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--paper) 50%), linear-gradient(135deg, var(--paper) 50%, transparent 50%); background-position: calc(100% - 12px) 50%, calc(100% - 7px) 50%; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; padding-right: 1.5rem; }
.field-row select option { background: var(--ink); color: var(--paper); }
.consent-row { margin: 1.5rem 0; display: grid; grid-template-columns: 24px 1fr; gap: .8rem; align-items: start; min-height: 44px; color: #c9c0c2; font-size: .8rem; cursor: pointer; }
.consent-row input { width: 22px; height: 22px; margin: 0; accent-color: var(--rose-bright); }
.consent-row a { color: #fff; text-decoration: underline; text-underline-offset: 2px; }
.consent-optional { margin-top: -.65rem; }
.footer-consent { border: 0; padding: 0; background: transparent; color: inherit; font: inherit; cursor: pointer; }
.footer-consent:hover, .footer-consent:focus-visible { color: var(--rose-bright); }
.cookie-banner { position: fixed; z-index: 120; right: 1rem; bottom: 1rem; width: min(620px, calc(100vw - 2rem)); padding: 1.25rem; display: grid; grid-template-columns: 1fr auto; gap: 1.25rem; align-items: end; border: 1px solid rgba(255,255,255,.25); background: #171315; color: var(--paper); box-shadow: 0 20px 70px rgba(0,0,0,.45); }
.cookie-banner[hidden] { display: none; }
.cookie-banner h2 { margin: 0 0 .4rem; font-family: var(--serif); font-size: 1.5rem; }
.cookie-banner p { margin: 0 0 .45rem; color: #d4cbcd; font-size: .82rem; line-height: 1.55; }
.cookie-banner a { color: #fff; font-size: .78rem; text-decoration: underline; }
.cookie-actions { display: grid; gap: .5rem; min-width: 175px; }
.button-secondary { border: 1px solid rgba(255,255,255,.45); background: transparent; color: #fff; }
.lead-submit { width: 100%; border: 1px solid var(--rose); background: var(--rose); }
.lead-submit:hover, .lead-submit:focus-visible { background: var(--rose-bright); }
.lead-status { min-height: 1.5rem; margin: 1rem 0 0; color: #f0d4dc; font-size: .82rem; }
.lead-status.is-error { color: #ffb3b3; }
.form-note { margin: .7rem 0 0; color: #91878a; font-size: .72rem; line-height: 1.5; }
.website-field { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; }
.priority-aside { padding: clamp(1.5rem, 4vw, 4rem); background: var(--rose); }
.priority-aside h3 { margin: .45rem 0 .8rem; font-family: var(--serif); font-size: clamp(2rem, 3.5vw, 3.6rem); line-height: .95; letter-spacing: -.04em; }
.priority-aside > p:not(.priority-number) { margin: 0 0 2.5rem; color: #f2dfe4; }
.priority-number { margin: 0; font-size: .67rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.tiktok-link { min-height: 52px; padding: .8rem 0; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255,255,255,.75); border-bottom: 1px solid rgba(255,255,255,.75); font-size: .75rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }

.capsule-dialog { width: min(900px, calc(100% - 2rem)); max-height: calc(100vh - 2rem); overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; border: 0; padding: clamp(2rem, 5vw, 4rem); background: var(--paper); color: var(--ink); box-shadow: 0 25px 80px rgba(0,0,0,.45); }
.capsule-dialog::backdrop { background: rgba(11,9,10,.78); backdrop-filter: blur(4px); }
.capsule-dialog h2 { margin: 0; font-family: var(--serif); font-size: clamp(3.2rem, 8vw, 6rem); line-height: .9; letter-spacing: -.05em; color: var(--rose); }
.dialog-close { position: absolute; top: 1rem; right: 1rem; width: 42px; height: 42px; border: 1px solid var(--ink); border-radius: 50%; background: transparent; font-size: 1.6rem; cursor: pointer; }
.dialog-lede { margin: 1.8rem 0; max-width: 34rem; font-size: 1.1rem; }
.capsule-specs { margin: 0 0 2rem; border-top: 1px solid var(--line); }
.capsule-specs div { display: grid; grid-template-columns: 8rem 1fr; gap: 1rem; padding: .85rem 0; border-bottom: 1px solid var(--line); }
.capsule-specs dt { text-transform: uppercase; letter-spacing: .11em; font-size: .7rem; }
.capsule-specs dd { margin: 0; }
.capsule-samples { margin: 0 0 2rem; }
.sample-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; margin-bottom: .9rem; }
.sample-heading h3 { margin: 0; font-family: var(--serif); font-size: 1.6rem; }
.sample-heading span { color: #62595b; font-size: .7rem; letter-spacing: .11em; text-transform: uppercase; }
.sample-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .75rem; }
.sample-product { min-width: 0; margin: 0; }
.sample-image { aspect-ratio: 4 / 5; border: 1px solid var(--line); background-image: url("ohk-four-capsule-products.webp"); background-repeat: no-repeat; background-size: 400% auto; background-position: var(--sample-x) var(--sample-y); background-color: #d8d0c5; }
.sample-product p { display: flex; gap: .55rem; margin: .65rem 0 0; font-size: .78rem; line-height: 1.35; }
.sample-product p span { color: var(--rose); font-size: .66rem; letter-spacing: .08em; }
.sample-note { margin: 1rem 0 0; color: #62595b; font-size: .76rem; }

.community { background: var(--rose); color: white; padding: clamp(5rem, 10vw, 10rem) 4vw; position: relative; overflow: hidden; }
.community::after { content: "OH"; position: absolute; right: -3vw; bottom: -9vw; font-family: var(--serif); font-size: min(38vw, 36rem); line-height: .8; letter-spacing: -.15em; color: rgba(255,255,255,.07); pointer-events: none; }
.community-inner { position: relative; z-index: 1; max-width: 850px; margin: 0 auto; text-align: center; }
.community-inner > p:not(.eyebrow) { max-width: 40rem; margin: 2rem auto; font-size: 1.08rem; color: #f2dfe4; }
.social-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 2rem; margin-top: 3rem; }
.social-links span, .social-links a { font-size: .82rem; text-transform: uppercase; letter-spacing: .1em; border-bottom: 1px solid rgba(255,255,255,.65); padding-bottom: .3rem; }
.social-links a { display: flex; align-items: center; min-height: 44px; }

footer { padding: 4rem 4vw 2rem; background: var(--paper); overflow-x: hidden; overflow-x: clip; }
.footer-mark { font-family: var(--serif); font-size: clamp(3.2rem, 8.5vw, 9.5rem); line-height: .75; letter-spacing: -.06em; }
.footer-mark em { color: var(--rose); font-weight: 500; }
.footer-meta { margin-top: 4rem; padding-top: 1.2rem; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 1rem; font-size: .67rem; letter-spacing: .09em; }

@media (max-width: 800px) {
  .cookie-banner { grid-template-columns: 1fr; }
  .cookie-actions { grid-template-columns: 1fr 1fr; }
  .site-header { position: sticky; top: 0; height: 74px; padding-inline: max(1.25rem, env(safe-area-inset-left)) max(1.25rem, env(safe-area-inset-right)); grid-template-columns: minmax(0, 1fr) auto; }
  .wordmark { min-height: 44px; }
  .header-cta { display: none; }
  .menu-toggle { display: grid; place-content: center; justify-self: end; width: 48px; height: 48px; padding: .5rem; color: var(--ink); cursor: pointer; }
  .menu-toggle span:not(.sr-only) { transition: transform .2s ease, opacity .2s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-3px) rotate(-45deg); }
  .site-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; max-height: calc(100dvh - 74px); overflow-y: auto; overscroll-behavior: contain; padding: 1rem max(1.25rem, env(safe-area-inset-right)) calc(1.5rem + env(safe-area-inset-bottom)) max(1.25rem, env(safe-area-inset-left)); background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 18px 35px rgba(11, 9, 10, .12); flex-direction: column; gap: 0; }
  .site-nav.is-open { display: flex; }
  .site-nav a { min-height: 52px; display: flex; align-items: center; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .site-nav a:last-child { border-bottom: 0; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: auto; padding: clamp(3.5rem, 12vw, 5.5rem) max(1.25rem, 5vw, env(safe-area-inset-right)) 3rem max(1.25rem, 5vw, env(safe-area-inset-left)); }
  .hero-visual { min-height: min(72svh, 680px); }
  .vertical-note { top: auto; bottom: 6rem; }
  .section-heading, .manifesto-grid, .test-looks-copy { grid-template-columns: 1fr; }
  .priority-intro { grid-template-columns: 1fr; align-items: start; }
  .priority-grid { grid-template-columns: 1fr; }
  .lead-form { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.25); }
  .vote-feature { grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 2rem; align-items: start; }
  .fall-display-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .section-heading > p { max-width: 38rem; }
  .collection-card { min-height: 440px; }
  .values-row { grid-template-columns: 1fr; }
  .values-row > div, .values-row > div:not(:first-child) { padding: 1.25rem 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .values-row h3 { margin-top: .65rem; }
  .footer-meta { flex-direction: column; }
  .signature-grid { grid-template-columns: 1fr; }
  .signature-grid article { min-height: 330px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .signature-grid article:last-child { border-bottom: 0; }
  .look-labels { grid-template-columns: repeat(2, 1fr); }
  .look-labels span:nth-child(2) { border-right: 0; }
  .look-labels span:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.22); }
  .card-link { min-height: 48px; }
}

@media (max-width: 560px) {
  .announcement { padding: .6rem max(1rem, env(safe-area-inset-right)) .6rem max(1rem, env(safe-area-inset-left)); font-size: .65rem; line-height: 1.35; letter-spacing: .13em; }
  .wordmark { gap: .55rem; font-size: .62rem; letter-spacing: .09em; }
  .mark { width: 38px; height: 38px; }
  .section-shell { padding: 4.5rem max(1.25rem, 5vw, env(safe-area-inset-right)) 4.5rem max(1.25rem, 5vw, env(safe-area-inset-left)); }
  .section-heading { gap: 1.25rem; margin-bottom: 2rem; }
  .section-heading h2, .manifesto h2, .community h2 { font-size: clamp(2.55rem, 13vw, 4.15rem); }
  .collection-grid { grid-template-columns: 1fr; }
  .collection-card { min-height: min(112vw, 430px); padding: 1.25rem; }
  .card-copy h3 { font-size: clamp(2.75rem, 14vw, 4rem); }
  .hero h1 { max-width: 7.5ch; font-size: clamp(3.45rem, 18vw, 5.25rem); line-height: .88; }
  .hero-intro { margin-top: 1.6rem; line-height: 1.55; }
  .development-badge { max-width: 100%; margin-bottom: 1.25rem; font-size: .61rem; line-height: 1.4; }
  .hero-actions { width: 100%; margin-top: 1.75rem; align-items: stretch; flex-direction: column; gap: 1.1rem; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { min-height: 44px; display: flex; align-items: center; }
  .hero-index { padding-top: 2rem; }
  .hero-visual { min-height: 64svh; }
  .hero-visual figcaption { left: 1rem; right: 1rem; bottom: 1rem; gap: 1rem; font-size: .61rem; }
  .hero-visual figcaption span:last-child { text-align: right; }
  .vertical-note { right: .6rem; bottom: 5rem; }
  .marquee div { gap: 1.5rem; }
  .test-looks { margin-top: 4rem; }
  .vote-feature { grid-template-columns: 1fr; }
  .reel-shell { width: min(88vw, 390px); }
  .vote-panel h3 { font-size: clamp(3.2rem, 16vw, 5rem); }
  .mobile-swipe-hint { margin: 3.5rem 0 1rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; color: #c8bec0; font-size: .7rem; letter-spacing: .11em; text-transform: uppercase; }
  .mobile-swipe-hint span { color: var(--rose-bright); font-size: 1.1rem; }
  .fall-display-grid { margin-top: 0; grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: min(82vw, 320px); gap: .85rem; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scroll-snap-type: inline mandatory; scroll-padding-inline: 1px; padding: 0 0 .85rem; border: 0; background: transparent; scrollbar-width: thin; scrollbar-color: var(--rose-bright) rgba(255,255,255,.12); }
  .fall-display { border: 1px solid rgba(255,255,255,.25); scroll-snap-align: start; scroll-snap-stop: always; }
  .fall-display > div { min-height: 118px; }
  .test-looks-copy { gap: 1.25rem; }
  .test-looks-copy h3 { font-size: clamp(2.8rem, 15vw, 4.2rem); }
  .look-switcher { width: 100%; }
  .look-switcher button { flex: 1; min-height: 44px; }
  .footer-mark { max-width: 100%; font-size: clamp(3rem, 13vw, 3.75rem); overflow-wrap: anywhere; }
  .look-board img { aspect-ratio: 4 / 5; object-position: center; }
  .look-labels span { padding: .8rem .7rem; font-size: .68rem; }
  .manifesto-grid { gap: 1.5rem; }
  .priority-intro h2 { font-size: clamp(2.9rem, 14vw, 4.5rem); }
  .development-card { padding: 1.25rem; }
  .priority-grid { margin-top: 2.5rem; }
  .lead-form, .priority-aside { padding: 1.35rem; }
  .field-row { grid-template-columns: 1fr; gap: 0; padding-top: .85rem; }
  .field-row input, .field-row select { min-height: 48px; padding-top: .35rem; }
  .consent-row { font-size: .76rem; }
  .values-row { margin-top: 3.5rem; }
  .community { padding: 4.5rem max(1.25rem, 5vw); }
  .social-links { gap: 1rem 1.5rem; margin-top: 2rem; }
  footer { padding: 3.5rem max(1.25rem, 5vw) calc(1.5rem + env(safe-area-inset-bottom)); }
  .footer-meta { margin-top: 2.5rem; line-height: 1.5; }
  .footer-meta a { min-height: 44px; display: flex; align-items: center; }
  .capsule-dialog { width: 100%; max-width: none; max-height: calc(100dvh - .75rem); margin: auto 0 0; padding: 4.25rem max(1.25rem, 5vw) calc(1.5rem + env(safe-area-inset-bottom)); border-radius: 18px 18px 0 0; }
  .capsule-dialog h2 { font-size: clamp(2.8rem, 15vw, 4.5rem); }
  .dialog-close { top: .85rem; right: max(1rem, env(safe-area-inset-right)); width: 46px; height: 46px; }
  .dialog-lede { margin: 1.35rem 0; font-size: 1rem; }
  .capsule-specs div { grid-template-columns: 5.25rem minmax(0, 1fr); gap: .75rem; }
  .sample-heading { align-items: flex-start; flex-direction: column; gap: .2rem; }
  .sample-grid { grid-template-columns: 1fr; gap: 1.25rem; }
  .sample-image { aspect-ratio: 16 / 10; background-size: 400% auto; }
  #capsule-cta { width: 100%; }
}

@media (max-width: 340px) {
  .hero h1 { font-size: clamp(3.2rem, 18vw, 4rem); }
  .look-labels { grid-template-columns: 1fr; }
  .look-labels span { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); }
  .look-labels span:nth-child(2) { border-right: 0; }
  .look-labels span:last-child { border-bottom: 0; }
  .capsule-specs div { grid-template-columns: 1fr; gap: .25rem; }
}

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