:root {
  --ink: #10120f;
  --ink-soft: #191c17;
  --forest: #20291f;
  --forest-light: #344132;
  --paper: #eee8dc;
  --paper-light: #f7f3eb;
  --paper-deep: #dcd3c3;
  --brass: #b98a4c;
  --brass-light: #d6b172;
  --rust: #8e4e32;
  --moss: #66745a;
  --slate: #4f5d5d;
  --line-dark: rgba(238, 232, 220, .18);
  --line-light: rgba(16, 18, 15, .16);
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Baskerville, Georgia, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --max: 1440px;
}

*, *::before, *::after { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body { max-width: 100%; margin: 0; overflow-x: hidden; background: var(--ink); color: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--brass); color: var(--ink); }
:focus-visible { outline: 2px solid var(--brass-light); outline-offset: 4px; }
[hidden] { display: none !important; }

.skip-link { position: fixed; z-index: 999; top: 1rem; left: 1rem; transform: translateY(-160%); background: var(--paper); color: var(--ink); padding: .8rem 1rem; }
.skip-link:focus { transform: none; }
.eyebrow { margin: 0 0 1rem; color: var(--brass); font-size: .68rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

.site-header { position: absolute; z-index: 30; top: 0; left: 0; width: 100%; height: 110px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(1.5rem, 5vw, 5.5rem); border-bottom: 1px solid var(--line-dark); transition: background .3s ease, height .3s ease; }
.site-header.is-scrolled { position: fixed; height: 78px; background: rgba(16, 18, 15, .94); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: .8rem; position: relative; z-index: 3; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 42px; }
.brand-mark img { width: 100%; height: 100%; border-radius: 11px; object-fit: cover; box-shadow: 0 0 0 1px rgba(214,177,114,.38); }
.brand-name { color: var(--paper); font-family: var(--serif); font-size: .95rem; font-weight: 600; line-height: .92; letter-spacing: .04em; text-transform: uppercase; }
.brand-name em { color: var(--brass-light); font-size: .78rem; font-weight: 400; letter-spacing: .16em; }
.main-nav { display: flex; align-items: center; gap: clamp(1.2rem, 2.4vw, 2.8rem); font-size: .73rem; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.main-nav a { position: relative; padding: .5rem 0; color: rgba(247,243,235,.76); transition: color .25s ease; }
.main-nav a:not(.nav-cta)::after { content: ""; position: absolute; bottom: .1rem; left: 0; width: 100%; height: 1px; background: var(--brass); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.main-nav a:hover { color: #fff; }
.main-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.main-nav .nav-cta { border: 1px solid rgba(238,232,220,.35); padding: .85rem 1rem; }
.main-nav .nav-cta span { color: var(--brass-light); margin-left: .4rem; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 0; background: none; }
.menu-toggle span { display: block; width: 24px; height: 1px; margin: 6px auto; background: var(--paper); transition: transform .25s ease; }

.hero { min-height: 800px; height: min(920px, 100svh); position: relative; overflow: hidden; display: flex; align-items: center; background: #0c0e0c; }
.hero-art { position: absolute; inset: 0; background: url('/assets/madriguera-hero.webp') 65% center / cover no-repeat; transform: scale(1.015); animation: heroIn 1.7s cubic-bezier(.2,.7,.2,1) both; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,10,9,.98) 0%, rgba(9,10,9,.88) 23%, rgba(9,10,9,.42) 51%, rgba(9,10,9,.05) 77%), linear-gradient(0deg, rgba(9,10,9,.52), transparent 45%); }
.hero-copy { position: relative; z-index: 2; width: min(760px, 57vw); margin-left: clamp(1.5rem, 9.5vw, 10.5rem); padding-top: 5rem; }
.hero-overline { display: flex; align-items: center; gap: .8rem; margin: 0 0 2rem; color: var(--brass-light); font-size: .72rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.hero-overline span { width: 36px; height: 1px; background: var(--brass); }
.hero h1 { max-width: 900px; margin: 0; font-family: var(--serif); font-size: clamp(4rem, 7.1vw, 7.75rem); font-weight: 400; line-height: .88; letter-spacing: -.055em; }
.hero h1 em { color: var(--brass-light); font-weight: 400; }
.hero-intro { max-width: 620px; margin: 2.3rem 0 0; color: rgba(247,243,235,.68); font-family: var(--serif); font-size: clamp(1.05rem, 1.35vw, 1.35rem); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 1rem; margin-top: 2.4rem; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: space-between; gap: 1.8rem; padding: 0 1.25rem; border: 1px solid transparent; font-size: .68rem; font-style: normal; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button--light { background: var(--paper); color: var(--ink); }
.button--ghost { border-color: rgba(238,232,220,.35); color: var(--paper); }
.button--ghost:hover { border-color: var(--paper); }
.button--ink { background: var(--ink); color: var(--paper); }
.button:disabled { cursor: wait; opacity: .65; }
.hero-foot { position: absolute; z-index: 2; bottom: 0; left: 0; width: 100%; min-height: 96px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(1.5rem, 5vw, 5.5rem); border-top: 1px solid var(--line-dark); color: rgba(247,243,235,.54); font-size: .6rem; font-weight: 650; letter-spacing: .14em; line-height: 1.7; text-transform: uppercase; }
.hero-foot p { margin: 0; }.hero-foot p span { color: var(--brass-light); }
.hero-foot a { display: flex; align-items: center; gap: .8rem; }
.hero-foot i { display: block; width: 32px; height: 32px; border: 1px solid var(--line-dark); border-radius: 50%; position: relative; }
.hero-foot i::after { content: ""; position: absolute; top: 9px; left: 14px; width: 1px; height: 12px; background: var(--brass); }
@keyframes heroIn { from { opacity: .25; transform: scale(1.08); } to { opacity: 1; transform: scale(1.015); } }

.manifesto { position: relative; min-height: 650px; display: grid; grid-template-columns: minmax(140px, .45fr) minmax(500px, 1.6fr) .7fr; align-items: center; padding: clamp(6rem, 10vw, 10rem) clamp(1.5rem, 7vw, 7.5rem); background: var(--paper); color: var(--ink); overflow: hidden; }
.section-number { align-self: start; padding-top: .65rem; color: rgba(16,18,15,.46); font-size: .62rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); }
.manifesto-copy { position: relative; z-index: 2; max-width: 900px; }
.manifesto h2 { margin: 0; font-family: var(--serif); font-size: clamp(3rem, 5.2vw, 6rem); font-weight: 400; line-height: 1; letter-spacing: -.045em; }
.manifesto-copy > p:last-child { max-width: 680px; margin: 2.5rem 0 0 auto; padding-left: 3rem; border-left: 1px solid var(--brass); color: rgba(16,18,15,.7); font-family: var(--serif); font-size: 1.2rem; line-height: 1.72; }
.manifesto-mark { position: absolute; right: -2vw; bottom: -16vw; color: rgba(16,18,15,.035); font-family: var(--serif); font-size: 48vw; line-height: 1; pointer-events: none; }

.stories { padding: clamp(6rem, 9vw, 9rem) clamp(1.5rem, 5vw, 5.5rem) clamp(7rem, 11vw, 11rem); background: #181b16; }
.section-heading { max-width: var(--max); margin: 0 auto 4.5rem; display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; }
.section-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(3.1rem, 5.4vw, 6.2rem); font-weight: 400; letter-spacing: -.045em; line-height: .95; }
.filter-group { display: flex; gap: .2rem; border-bottom: 1px solid var(--line-dark); }
.filter-group button { border: 0; border-bottom: 2px solid transparent; margin-bottom: -1px; padding: .8rem 1rem; background: none; color: rgba(247,243,235,.5); font-size: .66rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }
.filter-group button.is-active { color: var(--paper); border-bottom-color: var(--brass); }
.story-grid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(2rem, 3.4vw, 4.2rem); }
.story-card { min-width: 0; }
.story-cover, .detail-cover { position: relative; min-height: 570px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 2rem; color: var(--paper-light); box-shadow: 0 28px 70px rgba(0,0,0,.26); transition: transform .5s cubic-bezier(.2,.8,.2,1), box-shadow .5s ease; }
.story-cover:hover { transform: translateY(-10px) rotate(-.4deg); box-shadow: 0 40px 90px rgba(0,0,0,.38); }
.cover--ochre { background: radial-gradient(circle at 70% 32%, rgba(214,177,114,.28), transparent 24%), linear-gradient(145deg, #4e321e, #17130f 70%); }
.cover--moss { background: radial-gradient(circle at 35% 25%, rgba(157,173,123,.25), transparent 25%), linear-gradient(145deg, #354334, #131713 75%); }
.cover--rust { background: radial-gradient(circle at 72% 72%, rgba(191,87,52,.23), transparent 26%), linear-gradient(145deg, #48291f, #151414 75%); }
.cover--slate { background: radial-gradient(circle at 28% 62%, rgba(180,199,196,.18), transparent 28%), linear-gradient(145deg, #354243, #111617 75%); }
.cover-grain { position: absolute; inset: 0; opacity: .23; background-image: repeating-linear-gradient(92deg, transparent 0, transparent 4px, rgba(255,255,255,.025) 5px), repeating-radial-gradient(circle at 50% 50%, transparent 0, transparent 12px, rgba(255,255,255,.04) 13px); mix-blend-mode: screen; }
.cover-series, .cover-system { position: relative; z-index: 1; font-size: .58rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.cover-sigil { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%, -50%); width: 180px; height: 180px; display: grid; place-items: center; border: 1px solid rgba(238,232,220,.21); border-radius: 50%; color: rgba(238,232,220,.16); font-family: var(--serif); font-size: 9rem; }
.cover-sigil::before, .cover-sigil::after { content: ""; position: absolute; inset: 16px; border: 1px solid rgba(238,232,220,.12); border-radius: 50%; }.cover-sigil::after { inset: -20px; border-style: dashed; }
.cover-title { position: relative; z-index: 1; max-width: 90%; margin: auto 0 1.5rem; font-family: var(--serif); font-size: clamp(2.15rem, 3vw, 3.4rem); font-weight: 400; line-height: .95; letter-spacing: -.03em; }
.story-content { padding: 2rem .2rem 0; }
.story-content h3 { margin: 0; font-family: var(--serif); font-size: 2rem; font-weight: 400; letter-spacing: -.025em; }
.story-content h3 a:hover { color: var(--brass-light); }
.story-content > p:not(.eyebrow) { min-height: 4.7em; margin: 1rem 0; color: rgba(238,232,220,.58); font-family: var(--serif); font-size: 1.02rem; line-height: 1.55; }
.story-meta { display: flex; gap: 1.25rem; color: rgba(238,232,220,.4); font-size: .6rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.story-actions { display: flex; gap: .7rem; margin-top: 1.6rem; padding-top: 1.25rem; border-top: 1px solid var(--line-dark); }
.story-actions a { flex: 1; display: flex; justify-content: space-between; color: var(--paper); font-size: .68rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.story-actions a span { color: var(--brass-light); }.story-actions a:hover { color: var(--brass-light); }
.empty-filter { max-width: var(--max); margin: 3rem auto 0; padding: 2rem; border: 1px solid var(--line-dark); color: rgba(238,232,220,.6); text-align: center; }

.process { display: grid; grid-template-columns: .8fr 1.2fr; gap: 7vw; padding: clamp(6rem, 10vw, 11rem) clamp(1.5rem, 7vw, 8rem); background: var(--paper); color: var(--ink); }
.process-intro { position: sticky; top: 150px; align-self: start; }
.process h2 { max-width: 600px; margin: 0; font-family: var(--serif); font-size: clamp(3rem, 5vw, 5.7rem); font-weight: 400; line-height: .98; letter-spacing: -.05em; }
.process h2 em { color: var(--rust); font-weight: 400; }
.process-list { border-top: 1px solid var(--line-light); }
.process-item { min-height: 220px; display: grid; grid-template-columns: 60px 1fr 80px; gap: 1.5rem; align-items: center; border-bottom: 1px solid var(--line-light); }
.process-item > span { align-self: start; padding-top: 2.2rem; color: var(--brass); font-family: var(--serif); }
.process-item h3 { margin: 0 0 .7rem; font-family: var(--serif); font-size: 2.15rem; font-weight: 400; }
.process-item p { max-width: 500px; margin: 0; color: rgba(16,18,15,.62); font-family: var(--serif); font-size: 1.05rem; line-height: 1.6; }
.process-item i { width: 66px; height: 66px; display: grid; place-items: center; border: 1px solid rgba(16,18,15,.22); border-radius: 50%; color: var(--rust); font-family: var(--serif); font-size: 1.4rem; font-style: normal; }

.reviews { padding: clamp(6rem, 9vw, 9rem) clamp(1.5rem, 5vw, 5.5rem); background: #e3dbcD; color: var(--ink); }
.section-heading--reviews { align-items: center; }
.section-heading--reviews > p { max-width: 440px; margin: 0; color: rgba(16,18,15,.6); font-family: var(--serif); font-size: 1.12rem; line-height: 1.6; }
.review-grid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line-light); border: 1px solid var(--line-light); }
.review-card { background: var(--paper); }
.review-visual { position: relative; height: 260px; display: flex; padding: 1.6rem; overflow: hidden; }
.review-visual::after { content: ""; position: absolute; inset: 20px; border: 1px solid rgba(238,232,220,.18); }
.review-index, .review-category { position: relative; z-index: 1; color: rgba(238,232,220,.7); font-size: .58rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.review-category { margin-left: auto; }.review-index { font-family: var(--serif); font-size: 1rem; }
.score { position: absolute; z-index: 1; right: 1.6rem; bottom: 1.4rem; display: flex; align-items: flex-end; color: var(--paper); }
.score strong { font-family: var(--serif); font-size: 5rem; font-weight: 400; line-height: .8; letter-spacing: -.08em; }.score small { margin: 0 0 .2rem .4rem; color: var(--brass-light); font-size: .6rem; }
.review-copy { padding: 2rem; }
.review-disclosure { display: flex; align-items: center; gap: .5rem; margin-bottom: 2rem; color: rgba(16,18,15,.54); font-size: .58rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.review-disclosure > span { width: 7px; height: 7px; border-radius: 50%; background: var(--moss); }.disclosure--loaned > span { background: var(--brass); }.disclosure--sponsored > span { background: var(--rust); }
.review-copy h3 { margin: 0; font-family: var(--serif); font-size: 2.1rem; font-weight: 400; }
.review-copy > p:not(.eyebrow) { min-height: 6em; color: rgba(16,18,15,.64); font-family: var(--serif); line-height: 1.55; }
.text-link { display: flex; justify-content: space-between; margin-top: 1.7rem; padding-top: 1.2rem; border-top: 1px solid var(--line-light); font-size: .64rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.text-link span { color: var(--rust); }.text-link:hover { color: var(--rust); }
.method-note { max-width: var(--max); margin: 2.5rem auto 0; display: grid; grid-template-columns: auto 1fr auto; gap: 1.2rem; align-items: center; padding: 1.35rem 1.5rem; border: 1px solid var(--line-light); }
.method-icon { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--moss); border-radius: 50%; color: var(--moss); }
.method-note p { margin: 0; color: rgba(16,18,15,.64); font-family: var(--serif); font-size: .95rem; line-height: 1.5; }.method-note p strong { color: var(--ink); }.method-note a { font-size: .62rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }

.brand-partnerships { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 9rem); align-items: center; padding: clamp(7rem, 11vw, 12rem) clamp(1.5rem, 8vw, 9rem); overflow: hidden; background: #1f291f; }
.partnership-orbit { position: absolute; width: 640px; height: 640px; left: -260px; top: 50%; transform: translateY(-50%); border: 1px solid rgba(214,177,114,.13); border-radius: 50%; }
.partnership-orbit span { position: absolute; inset: 70px; border: 1px solid rgba(214,177,114,.1); border-radius: 50%; }.partnership-orbit span:nth-child(2) { inset: 150px; }
.partnership-orbit i { position: absolute; right: 28px; top: 50%; color: var(--brass); font-style: normal; }
.partnership-copy { position: relative; z-index: 1; }
.partnership-copy h2 { max-width: 740px; margin: 0; font-family: var(--serif); font-size: clamp(3rem, 5vw, 5.8rem); font-weight: 400; line-height: .96; letter-spacing: -.05em; }.partnership-copy h2 em { color: var(--brass-light); font-weight: 400; }
.partnership-copy > p:not(.eyebrow) { max-width: 610px; margin: 2rem 0; color: rgba(238,232,220,.63); font-family: var(--serif); font-size: 1.15rem; line-height: 1.65; }
.partnership-formats { display: flex; flex-wrap: wrap; gap: .6rem; }
.partnership-formats span { padding: .65rem .8rem; border: 1px solid rgba(238,232,220,.17); color: rgba(238,232,220,.7); font-size: .58rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.partnership-form { position: relative; z-index: 1; padding: clamp(1.5rem, 3vw, 3rem); background: var(--paper); color: var(--ink); box-shadow: 0 32px 100px rgba(0,0,0,.25); }
.form-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-bottom: 2rem; padding-bottom: 1.4rem; border-bottom: 1px solid var(--line-light); }.form-heading span { font-family: var(--serif); font-size: 2rem; }.form-heading p { margin: 0; color: rgba(16,18,15,.5); font-size: .65rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.partnership-form label { display: block; margin-bottom: 1rem; color: rgba(16,18,15,.66); font-size: .6rem; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; }
.partnership-form input:not([type="checkbox"]), .partnership-form textarea, .partnership-form select { width: 100%; margin-top: .5rem; border: 0; border-bottom: 1px solid rgba(16,18,15,.25); border-radius: 0; padding: .8rem 0; background: transparent; color: var(--ink); font-family: var(--serif); font-size: 1rem; text-transform: none; outline: none; }
.partnership-form input:focus, .partnership-form textarea:focus, .partnership-form select:focus { border-color: var(--rust); }
.partnership-form textarea { resize: vertical; }.partnership-form select { cursor: pointer; }
.checkbox-field { display: flex !important; align-items: flex-start; gap: .7rem; margin: 1.3rem 0 !important; line-height: 1.5; letter-spacing: .04em !important; text-transform: none !important; }.checkbox-field input { margin-top: .1rem; accent-color: var(--forest); }
.checkbox-field a { color: var(--rust); text-decoration: underline; text-underline-offset: 3px; }
.partnership-form .button { width: 100%; }.partnership-form .button i { color: var(--brass-light); font-style: normal; }
.form-status { min-height: 1.2rem; margin: 1rem 0 0; color: var(--rust); font-size: .72rem; text-align: center; }.is-complete .form-status { color: var(--forest-light); }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.closing-quote { min-height: 400px; display: grid; place-items: center; align-content: center; padding: 5rem 1.5rem; background: var(--ink); text-align: center; }
.closing-quote p { max-width: 1000px; margin: 0; font-family: var(--serif); font-size: clamp(2.5rem, 5vw, 5.6rem); font-style: italic; line-height: 1.05; letter-spacing: -.04em; }.closing-quote span { margin-top: 1.5rem; color: var(--brass); font-size: .6rem; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }

.site-footer { padding: 5rem clamp(1.5rem, 5vw, 5.5rem) 1.5rem; background: #0b0d0b; border-top: 1px solid var(--line-dark); }
.footer-top { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; padding-bottom: 5rem; }.brand--footer { margin-bottom: 1.6rem; }.footer-top > div:first-child > p { color: rgba(238,232,220,.42); font-family: var(--serif); line-height: 1.6; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }.footer-links > div { display: flex; flex-direction: column; gap: .75rem; }.footer-links span { margin-bottom: .7rem; color: var(--brass); font-size: .58rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }.footer-links a { color: rgba(238,232,220,.62); font-family: var(--serif); }.footer-links a:hover { color: var(--paper); }
.footer-bottom { max-width: var(--max); margin: 0 auto; display: flex; justify-content: space-between; padding-top: 1.5rem; border-top: 1px solid var(--line-dark); color: rgba(238,232,220,.3); font-size: .55rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

.detail-page { background: #151813; }.detail-page > .site-header { position: relative; background: #10120f; }.detail-main { max-width: 1380px; margin: 0 auto; padding: 3rem clamp(1.5rem, 5vw, 5rem) 7rem; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: .65rem; padding: 1rem 0 3rem; color: rgba(238,232,220,.42); font-size: .62rem; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }.breadcrumb a:hover { color: var(--brass-light); }
.campaign-hero, .review-detail-hero { display: grid; grid-template-columns: minmax(320px, .72fr) 1.28fr; gap: clamp(3rem, 8vw, 9rem); align-items: center; }.detail-cover { min-height: 680px; }
.campaign-copy h1, .review-detail h1 { margin: 0; font-family: var(--serif); font-size: clamp(4rem, 7vw, 7.8rem); font-weight: 400; line-height: .88; letter-spacing: -.055em; }.campaign-lead { max-width: 720px; color: rgba(238,232,220,.62); font-family: var(--serif); font-size: clamp(1.2rem, 1.7vw, 1.6rem); line-height: 1.55; }
.detail-stats { display: flex; gap: 3rem; margin: 2.5rem 0; padding: 1.7rem 0; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }.detail-stats div { display: flex; flex-direction: column; }.detail-stats strong { font-family: var(--serif); font-size: 2.2rem; font-weight: 400; }.detail-stats span { color: rgba(238,232,220,.42); font-size: .55rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.detail-actions { display: flex; gap: .8rem; }.campaign-body { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; margin-top: 8rem; padding: 6rem 0; border-top: 1px solid var(--line-dark); }.campaign-body h2 { max-width: 520px; margin: 0; font-family: var(--serif); font-size: clamp(2.8rem, 4.5vw, 5rem); font-weight: 400; line-height: 1; }.campaign-body > div:last-child > p { margin-top: 0; color: rgba(238,232,220,.7); font-family: var(--serif); font-size: 1.3rem; line-height: 1.8; }.campaign-body blockquote { margin: 2.5rem 0 0; padding: 1.5rem 0 1.5rem 2rem; border-left: 1px solid var(--brass); color: var(--brass-light); font-family: var(--serif); font-size: 1.25rem; font-style: italic; line-height: 1.5; }
.sponsor-note { display: grid; grid-template-columns: .6fr 1.4fr; gap: 3rem; margin-bottom: 5rem; padding: 2rem; border: 1px solid rgba(185,138,76,.35); }.sponsor-note span { color: var(--brass); font-size: .6rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }.sponsor-note p { margin: 0; color: rgba(238,232,220,.6); font-family: var(--serif); line-height: 1.6; }.back-link { display: inline-block; margin-top: 3rem; color: var(--brass-light); font-size: .65rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.review-detail-hero { min-height: 600px; }.review-detail-score { min-height: 520px; display: flex; flex-direction: column; justify-content: center; align-items: center; box-shadow: 0 28px 70px rgba(0,0,0,.28); }.review-detail-score span, .review-detail-score small { color: rgba(238,232,220,.6); font-size: .6rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }.review-detail-score strong { color: var(--paper); font-family: var(--serif); font-size: 10rem; font-weight: 400; line-height: .9; }.review-detail .review-disclosure { color: rgba(238,232,220,.5); }.review-verdict .button { margin-top: 2rem; }.review-detail > .method-note { color: var(--paper); border-color: var(--line-dark); }.review-detail > .method-note p { color: rgba(238,232,220,.6); }.review-detail > .method-note p strong { color: var(--paper); }
.policy-page { max-width: 1000px; margin: 0 auto; padding: 8rem 2rem; }.policy-page h1 { margin: 0; font-family: var(--serif); font-size: clamp(3.6rem, 7vw, 7rem); font-weight: 400; line-height: .93; }.policy-lead { color: rgba(238,232,220,.65); font-family: var(--serif); font-size: 1.4rem; line-height: 1.6; }.policy-page section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 3rem; margin-top: 4rem; padding-top: 2rem; border-top: 1px solid var(--line-dark); }.policy-page h2 { margin: 0; font-family: var(--serif); font-weight: 400; }.policy-page section p { margin: 0; color: rgba(238,232,220,.6); font-family: var(--serif); line-height: 1.7; }.policy-page section a { color: var(--brass-light); }
.error-page { min-height: 70vh; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; max-width: 1100px; margin: 0 auto; padding: 7rem 2rem; }.error-page > span { color: rgba(238,232,220,.08); font-family: var(--serif); font-size: 14rem; line-height: .7; }.error-page h1 { margin: 0; font-family: var(--serif); font-size: clamp(3.5rem, 7vw, 7rem); font-weight: 400; }.error-page > p:not(.eyebrow) { margin-bottom: 2rem; color: rgba(238,232,220,.6); font-family: var(--serif); font-size: 1.2rem; }

@media (max-width: 1050px) {
  .hero { height: auto; min-height: 780px; }.hero-copy { width: 72vw; margin-left: 5vw; }.hero-shade { background: linear-gradient(90deg, rgba(9,10,9,.98), rgba(9,10,9,.62) 65%, rgba(9,10,9,.16)); }
  .story-grid, .review-grid { grid-template-columns: 1fr 1fr; }.story-card:last-child, .review-card:last-child { grid-column: 1 / -1; max-width: calc(50% - .5px); }.story-cover { min-height: 520px; }
  .process { grid-template-columns: 1fr; }.process-intro { position: static; }.brand-partnerships { grid-template-columns: 1fr; }.partnership-copy { max-width: 850px; }
  .campaign-hero, .review-detail-hero { gap: 4rem; }.detail-cover { min-height: 580px; }.campaign-copy h1, .review-detail h1 { font-size: clamp(3.4rem, 6.5vw, 6rem); }
}

@media (max-width: 760px) {
  .site-header, .site-header.is-scrolled { width: 100vw; max-width: 100vw; height: 82px; padding: 0 1.2rem; }.brand-mark { width: 38px; height: 38px; }.menu-toggle { display: block; flex: 0 0 44px; position: relative; z-index: 3; }.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 1.8rem; padding: 5rem 2rem; background: #10120f; opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .25s, transform .25s, visibility .25s; }.main-nav.is-open { opacity: 1; visibility: visible; transform: none; }.main-nav a { font-family: var(--serif); font-size: 2rem; font-weight: 400; letter-spacing: 0; text-transform: none; }.main-nav .nav-cta { font-family: var(--sans); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
  .hero { width: 100%; min-height: 760px; align-items: flex-end; padding-bottom: 110px; }.hero-art { background-position: 68% center; opacity: .7; }.hero-shade { background: linear-gradient(0deg, rgba(9,10,9,.98) 8%, rgba(9,10,9,.65) 68%, rgba(9,10,9,.32)), linear-gradient(90deg, rgba(9,10,9,.65), transparent); }.hero-copy { width: 100%; min-width: 0; max-width: 100%; margin: 0; padding: 7rem 1.25rem 2rem; }.hero h1 { max-width: 100%; font-size: clamp(3.45rem, 15vw, 5rem); overflow-wrap: break-word; }.hero-intro { max-width: 100%; font-size: 1rem; }.hero-actions { width: 100%; align-items: stretch; flex-direction: column; }.hero-actions .button { width: 100%; min-width: 0; }.hero-foot { width: 100vw; max-width: 100vw; min-height: 80px; padding: 0 1.25rem; }.hero-foot p { display: none; }
  .manifesto { min-height: 0; grid-template-columns: 1fr; padding: 6rem 1.25rem; }.section-number { writing-mode: initial; transform: none; margin-bottom: 3rem; }.manifesto h2 { font-size: clamp(3rem, 13vw, 4.5rem); }.manifesto-copy > p:last-child { margin-top: 2rem; padding-left: 1.3rem; font-size: 1rem; }
  .stories, .reviews { padding: 6rem 1.25rem; }.section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 3rem; }.section-heading h2 { font-size: 3.6rem; }.filter-group { width: 100%; }.filter-group button { flex: 1; padding: .8rem .3rem; }
  .story-grid, .review-grid { grid-template-columns: 1fr; }.story-card:last-child, .review-card:last-child { grid-column: auto; max-width: none; }.story-cover { min-height: 520px; }.story-content > p:not(.eyebrow) { min-height: 0; }
  .process { padding: 6rem 1.25rem; }.process h2 { font-size: 3.65rem; }.process-item { grid-template-columns: 34px 1fr; padding: 2rem 0; }.process-item > span { padding-top: .3rem; }.process-item i { display: none; }.process-item h3 { font-size: 1.8rem; }
  .section-heading--reviews > p { font-size: 1rem; }.review-copy > p:not(.eyebrow) { min-height: 0; }.method-note { grid-template-columns: auto 1fr; }.method-note a { grid-column: 2; }
  .brand-partnerships { padding: 6rem 1.25rem; }.partnership-copy h2 { font-size: 3.55rem; }.partnership-form { padding: 1.4rem; }.field-row { grid-template-columns: 1fr; gap: 0; }.form-heading { align-items: flex-start; flex-direction: column; }.partnership-orbit { opacity: .4; }
  .closing-quote { min-height: 340px; }.footer-top { grid-template-columns: 1fr; padding-bottom: 3rem; }.footer-links { gap: 1.5rem; }.footer-bottom { align-items: flex-start; flex-direction: column; gap: .5rem; }
  .detail-main { padding: 2rem 1.25rem 5rem; }.breadcrumb { padding-bottom: 2rem; }.campaign-hero, .review-detail-hero { grid-template-columns: 1fr; gap: 3rem; }.detail-cover { min-height: 540px; }.campaign-copy h1, .review-detail h1 { font-size: 3.7rem; }.detail-stats { gap: 1rem; justify-content: space-between; }.detail-stats strong { font-size: 1.8rem; }.detail-actions { flex-direction: column; }.campaign-body { grid-template-columns: 1fr; gap: 2rem; margin-top: 5rem; padding: 4rem 0; }.campaign-body h2 { font-size: 3.2rem; }.campaign-body > div:last-child > p { font-size: 1.1rem; }.sponsor-note, .policy-page section { grid-template-columns: 1fr; gap: 1rem; }.review-detail-score { min-height: 400px; }.review-detail-score strong { font-size: 8rem; }.policy-page { padding: 6rem 1.25rem; }.error-page > span { font-size: 9rem; }
}

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