:root {
  --cream: #f3e8ce;
  --cream-2: #fbf5e7;
  --ink: #17201b;
  --green: #1a633e;
  --green-dark: #10452d;
  --tomato: #e25a3f;
  --cheese: #f0bc36;
  --ocean: #2c8796;
  --brown: #9e5e2f;
  --line: rgba(23, 32, 27, .22);
  --mono: ui-monospace, SFMono-Regular, Menlo, Monaco, monospace;
  --sans: Inter, Avenir Next, system-ui, -apple-system, sans-serif;
  --serif: Iowan Old Style, Baskerville, Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--cream); }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); overflow-x: hidden; }
a { color: inherit; }
button, input, select { font: inherit; }
button { color: inherit; }

.skip-link {
  position: fixed; left: 1rem; top: -5rem; z-index: 100;
  padding: .8rem 1.2rem; background: white; border: 2px solid var(--ink);
}
.skip-link:focus { top: 1rem; }

.site-nav {
  height: 82px; padding: 0 clamp(1.25rem, 4vw, 4.5rem); position: absolute;
  inset: 0 0 auto; z-index: 20; display: flex; align-items: center;
  justify-content: space-between; border-bottom: 1px solid var(--line);
}
.wordmark { display: inline-flex; gap: .8rem; align-items: center; text-decoration: none; font-weight: 700; letter-spacing: -.03em; }
.wordmark-mark {
  display: grid; place-items: center; width: 36px; height: 36px; border: 1.5px solid currentColor;
  border-radius: 50%; font: 500 11px/1 var(--mono); letter-spacing: -.08em;
}
.site-nav nav { display: flex; align-items: center; gap: clamp(1.2rem, 3vw, 3.2rem); font-size: .82rem; font-weight: 600; }
.site-nav nav a { text-decoration: none; }
.site-nav nav a:not(.nav-map):hover { text-decoration: underline; text-underline-offset: 4px; }
.nav-map { background: var(--ink); color: var(--cream-2); padding: .75rem 1rem; border-radius: 2px; }
.nav-map span { margin-left: .65rem; }

.hero {
  min-height: 100svh; position: relative; display: grid; grid-template-columns: .88fr 1.12fr;
  align-items: center; padding: 115px clamp(1.25rem, 4vw, 4.5rem) 80px;
  overflow: hidden; isolation: isolate;
}
.hero::after {
  content: ''; position: absolute; z-index: -2; width: 55vw; height: 55vw;
  right: -17vw; top: -20vw; border: 1px solid rgba(23,32,27,.11); border-radius: 50%;
  box-shadow: 0 0 0 8vw rgba(255,255,255,.1), 0 0 0 18vw rgba(255,255,255,.08);
}
.hero-grain, .final-lines {
  position: absolute; inset: 0; pointer-events: none; z-index: -1; opacity: .18;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E");
}
.hero-copy { max-width: 650px; position: relative; z-index: 4; }
.eyebrow { font: 500 .68rem/1.4 var(--mono); letter-spacing: .12em; text-transform: uppercase; display: flex; align-items: center; gap: .7rem; }
.eyebrow > span { width: 26px; height: 1px; background: currentColor; }
.eyebrow.light, .section-index.light { color: rgba(251,245,231,.65); }
.hero h1, .intro h2, .layers-copy h2, .verdict-heading h2, .law h2, .mission h2, .final-cta h2 {
  font: 700 clamp(4.3rem, 7.8vw, 9.25rem)/.83 var(--serif); letter-spacing: -.065em; margin: 1.3rem 0 1.8rem;
}
.hero h1 em, .final-cta h2 em { color: var(--tomato); }
.hero-dek { font-size: clamp(1.05rem, 1.45vw, 1.35rem); line-height: 1.55; max-width: 34rem; }
.hero-actions { display: flex; align-items: stretch; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.button {
  min-height: 58px; padding: 0 1.4rem; border: 1.5px solid var(--ink); border-radius: 2px;
  display: inline-flex; align-items: center; justify-content: space-between; gap: 2rem;
  font-weight: 700; font-size: .88rem; text-decoration: none; cursor: pointer;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--green); border-color: var(--green); color: white; min-width: 210px; }
.button-quiet { background: transparent; }
.button-dark { color: white; background: var(--ink); border-color: var(--ink); }
.button-light { background: var(--cream-2); border-color: var(--cream-2); color: var(--ink); min-width: 210px; }
.button-outline { color: var(--cream-2); border-color: rgba(251,245,231,.55); }
.permission-note { min-height: 1em; margin-top: .8rem; font: .64rem/1.4 var(--mono); opacity: .55; }
.permission-note.light { color: var(--cream-2); }

.hero-sandwich { position: relative; height: min(670px, 71vw); max-height: 72vh; min-height: 500px; transform: translateX(4%); }
.bread { position: absolute; z-index: 4; left: 50%; width: 62%; height: 17%; transform: translateX(-50%) skewX(-3deg); background: #d89243; border: 3px solid #6f3e1e; box-shadow: inset 0 -12px 0 rgba(130,70,25,.24), 0 15px 30px rgba(70,38,18,.2); }
.bread i { position: absolute; width: 9px; height: 4px; border-radius: 50%; background: #6e3d1d; opacity: .55; transform: rotate(30deg); }
.bread i:nth-child(1) { left: 17%; top: 28%; }.bread i:nth-child(2) { left: 39%; top: 47%; }.bread i:nth-child(3) { left: 69%; top: 25%; }.bread i:nth-child(4) { left: 81%; top: 62%; }.bread i:nth-child(5) { left: 54%; top: 17%; }
.bread-top { top: 7%; border-radius: 48% 51% 14% 11% / 68% 66% 20% 18%; animation: bread-in-top .9s cubic-bezier(.2,.8,.2,1) both; }
.bread-bottom { bottom: 4%; border-radius: 12% 12% 37% 42% / 14% 13% 47% 52%; animation: bread-in-bottom .9s cubic-bezier(.2,.8,.2,1) both; }
.hero-earth { position: absolute; width: 53%; aspect-ratio: 1; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 3; animation: earth-in 1s .1s cubic-bezier(.2,.8,.2,1) both; }
.hero-earth svg { width: 100%; height: 100%; overflow: visible; }
.orbit { position: absolute; inset: 6%; border: 1px solid rgba(23,32,27,.28); border-radius: 50%; transform: rotate(66deg) scaleY(.28); }
.orbit-two { inset: -5%; transform: rotate(-14deg) scaleY(.18); }
.hero-antipode-axis { position:absolute; z-index:6; left:50%; top:20%; bottom:17%; width:2px; background:rgba(251,245,231,.9); transform:translateX(-50%) scaleY(0); transform-origin:center; animation:axis-in .75s .6s cubic-bezier(.2,.8,.2,1) forwards; }
.hero-antipode-axis::before,.hero-antipode-axis::after { content:''; position:absolute; left:50%; width:12px; height:12px; border-radius:50%; background:var(--tomato); border:3px solid var(--cream-2); transform:translate(-50%,-50%); }
.hero-antipode-axis::before { top:0; }.hero-antipode-axis::after { top:100%; }
.hero-antipode-axis i { position:absolute; left:50%; top:50%; width:13px; height:13px; border-radius:50%; background:var(--tomato); border:3px solid var(--cream-2); transform:translate(-50%,-50%); }
.hero-label { position: absolute; z-index: 8; left: 5%; font: 500 .62rem/1.4 var(--mono); letter-spacing: .14em; }
.hero-label span { display: block; font: 500 .7rem/1.4 var(--sans); letter-spacing: 0; opacity: .6; text-transform: none; }
.label-top { top: 11%; }.label-bottom { bottom: 7%; }
.measurement { position: absolute; top: 26%; right: 0; bottom: 23%; width: 84px; font: 500 .58rem/1 var(--mono); letter-spacing: .08em; display: flex; flex-direction: column; align-items: center; }
.measurement i { width: 1px; background: var(--ink); opacity: .35; flex: 1; margin: 8px 0; position: relative; }
.measurement i::before, .measurement i::after { content: ''; position: absolute; width: 7px; height: 1px; background: var(--ink); left: -3px; }
.measurement i::after { bottom: 0; }.measurement span { writing-mode: vertical-rl; }.measurement b { font-size: .52rem; writing-mode: vertical-rl; }
.scroll-note { position: absolute; left: clamp(1.25rem,4vw,4.5rem); bottom: 24px; display: flex; align-items: center; gap: 1rem; text-decoration: none; font: .6rem var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.scroll-note i { width: 45px; height: 1px; background: var(--ink); position: relative; }
.scroll-note i::after { content:''; position: absolute; width: 7px; height: 7px; border-right: 1px solid; border-bottom: 1px solid; transform: rotate(45deg); right: 0; top: -4px; }

@keyframes bread-in-top { from { transform: translate(-50%,-70px) skewX(-3deg); opacity: 0; } }
@keyframes bread-in-bottom { from { transform: translate(-50%,70px) skewX(-3deg); opacity: 0; } }
@keyframes earth-in { from { transform: translate(-50%,-50%) scale(.72); opacity: 0; } }
@keyframes axis-in { to { transform:translateX(-50%) scaleY(1); } }

.section-index { font: 500 .62rem/1 var(--mono); letter-spacing: .13em; opacity: .55; text-transform: uppercase; }
.intro { min-height: 110vh; padding: 9rem clamp(1.25rem,6vw,7rem); background: var(--cream-2); position: relative; }
.intro-heading { max-width: 890px; }
.intro h2, .layers-copy h2, .verdict-heading h2, .law h2, .mission h2 { font-size: clamp(3.6rem, 7vw, 7.3rem); }
.antipode-grid { margin-top: 6rem; display: grid; grid-template-columns: minmax(280px,.75fr) 1.25fr; gap: 8vw; align-items: center; }
.antipode-copy { border-top: 1px solid var(--line); }
.step { display: grid; grid-template-columns: 55px 1fr; gap: 1rem; padding: 1.7rem 0; border-bottom: 1px solid var(--line); opacity: .35; transition: opacity .35s, transform .35s; }
.step.is-active { opacity: 1; transform: translateX(10px); }
.step strong { font: 500 .68rem var(--mono); padding-top: .35rem; }
.step h3 { margin: 0 0 .55rem; font-size: 1.25rem; letter-spacing: -.035em; }
.step p { margin: 0; font-size: .9rem; line-height: 1.6; max-width: 28rem; opacity: .68; }
.antipode-stage { min-height: 580px; position: relative; display: grid; place-items: center; overflow: hidden; }
.anti-globe { width: min(390px, 55vw); aspect-ratio: 1; background: var(--ocean); border: 3px solid var(--ink); border-radius: 50%; position: relative; box-shadow: 18px 24px 0 rgba(23,32,27,.08); overflow: hidden; }
.anti-globe::after { content:''; position:absolute; inset: 10%; border-radius:50%; border:1px solid rgba(255,255,255,.24); }
.anti-globe img { position:absolute; inset:0; width:100%; height:100%; transform:scale(1.216); transform-origin:center; }
.anti-throughline { position:absolute; z-index:5; inset:0; width:100%; height:100%; overflow:visible; pointer-events:none; }
.anti-throughline line { stroke:var(--cream-2); stroke-width:4; stroke-dasharray:1; stroke-dashoffset:1; transition:stroke-dashoffset .75s cubic-bezier(.2,.8,.2,1); vector-effect:non-scaling-stroke; }
.anti-point { position:absolute; z-index:6; width:16px; height:16px; border:4px solid var(--cream-2); border-radius:50%; background:var(--tomato); opacity:0; transform:translate(-50%,-50%); transition:opacity .3s; pointer-events:none; }
.anti-point-a { left:5.5%; top:29.31%; }
.anti-point-centre { left:50%; top:50%; width:18px; height:18px; }
.anti-point-b { left:94.5%; top:70.69%; }
.anti-bread { position: absolute; width: 92px; height: 70px; display: grid; place-items: center; background: #d89243; color: #6f3e1e; border: 3px solid var(--ink); border-radius: 45% 46% 16% 15%; font: 700 1.2rem var(--mono); z-index: 4; opacity: 0; transition: transform .8s cubic-bezier(.2,.8,.2,1), opacity .5s; }
.anti-bread-a { left: 0; top: 24%; transform: translateX(-50px) rotate(-18deg); }
.anti-bread-b { right: 0; bottom: 23%; transform: translateX(50px) rotate(162deg); }
.anti-caption { position: absolute; font: .65rem var(--mono); opacity: 0; transition: opacity .4s .4s; }
.caption-a { left: 4%; top: 18%; }.caption-b { right: 2%; bottom: 17%; }
.anti-stamp { position: absolute; right: 4%; top: 7%; width: 112px; height: 112px; border: 2px solid var(--tomato); color: var(--tomato); border-radius: 50%; display: grid; place-content: center; text-align: center; font: 500 .55rem/1.5 var(--mono); transform: rotate(10deg) scale(.8); opacity: 0; transition: .5s; }
.anti-stamp::after { content:''; position:absolute; inset: 6px; border:1px dashed; border-radius:50%; }
.antipode-stage[data-phase="0"] .anti-bread-a, .antipode-stage[data-phase="1"] .anti-bread-a, .antipode-stage[data-phase="2"] .anti-bread-a { opacity:1; transform:translateX(0) rotate(-18deg); }
.antipode-stage[data-phase="0"] .caption-a, .antipode-stage[data-phase="1"] .caption-a, .antipode-stage[data-phase="2"] .anti-caption { opacity:1; }
.antipode-stage[data-phase="1"] .anti-throughline line, .antipode-stage[data-phase="2"] .anti-throughline line { stroke-dashoffset:0; }
.antipode-stage[data-phase="1"] .anti-point, .antipode-stage[data-phase="2"] .anti-point { opacity:1; }
.antipode-stage[data-phase="2"] .anti-bread-b { opacity:1; transform:translateX(0) rotate(162deg); }
.antipode-stage[data-phase="2"] .anti-stamp { opacity:1; transform:rotate(10deg) scale(1); }

.layers-section { height: 310vh; background: var(--green-dark); color: var(--cream-2); position: relative; }
.layers-pin { height: 100vh; position: sticky; top: 0; display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; padding: 6rem clamp(1.25rem,6vw,7rem); overflow: hidden; }
.layers-pin::after { content:''; position:absolute; width: 60vw; height:60vw; right:-23vw; top: 50%; transform:translateY(-50%); border:1px solid rgba(255,255,255,.08); border-radius:50%; box-shadow:0 0 0 9vw rgba(255,255,255,.025),0 0 0 18vw rgba(255,255,255,.02); }
.layers-copy { position: relative; z-index: 4; max-width: 650px; }
.layers-copy h2 { margin-bottom: 1rem; }
.layers-dek { max-width: 30rem; line-height:1.6; color:rgba(251,245,231,.66); }
.layer-facts { margin-top: 3rem; min-height: 110px; position:relative; max-width: 430px; }
.layer-facts article { position:absolute; inset:0; display:grid; grid-template-columns:90px 1fr; align-items:center; gap:1.2rem; opacity:0; transform:translateY(15px); transition:.4s; }
.layer-facts article.is-active { opacity:1; transform:none; }
.layer-facts b { font:italic 700 2.6rem var(--serif); color:var(--cheese); }
.layer-facts span { font-size:.84rem; line-height:1.55; color:rgba(251,245,231,.78); }
.exploded { height: 720px; position:relative; z-index:3; }
.ingredient { position:absolute; left:50%; top:50%; transform:translate(-50%, calc(-50% + var(--y, 0px))) rotate(var(--r,0deg)); transition:filter .2s; }
.ing-top,.ing-bottom { width:min(530px,48vw); height:105px; background:#d58a3c; border:3px solid #422717; box-shadow:inset 0 -16px 0 rgba(91,47,18,.32),0 18px 25px rgba(0,0,0,.24); }
.ing-top { border-radius:52% 50% 15% 13% / 66% 64% 17% 18%; }
.ing-bottom { border-radius:12% 12% 44% 49% / 15% 14% 50% 55%; }
.ing-top span,.ing-bottom span { position:absolute; right:6%; top:38%; color:#5e351c; font:500 .58rem var(--mono); }
.ing-lettuce { width:min(570px,51vw); height:45px; background:#75a745; clip-path:polygon(0 38%,7% 2%,14% 42%,24% 8%,35% 48%,45% 0,56% 45%,66% 6%,77% 42%,88% 0,100% 38%,96% 89%,83% 65%,71% 100%,59% 68%,46% 98%,33% 66%,19% 100%,8% 68%); filter:drop-shadow(0 7px 0 #365e2f); }
.ing-cheese { width:min(510px,46vw); height:38px; background:var(--cheese); border:3px solid #8d5a13; clip-path:polygon(0 0,100% 0,100% 65%,80% 77%,68% 100%,54% 74%,38% 94%,22% 72%,0 80%); }
.ing-tomato { width:min(450px,42vw); height:40px; display:flex; justify-content:space-around; }
.ing-tomato i { width:31%; border-radius:50%; background:var(--tomato); border:3px solid #762f25; box-shadow:inset 0 0 0 7px #f18061; }
.ing-earth { width:min(310px,30vw); aspect-ratio:1; border-radius:50%; background:var(--ocean); border:4px solid #0e2524; box-shadow:inset -25px -28px 0 rgba(6,38,45,.25),0 22px 35px rgba(0,0,0,.3); display:flex; flex-direction:column; justify-content:center; align-items:center; overflow:hidden; }
.ing-earth img { position:absolute; inset:0; width:100%; height:100%; transform:scale(1.216); transform-origin:center; }
.ing-earth strong,.ing-earth small { position:relative; z-index:3; background:rgba(15,43,38,.86); padding:4px 8px; }
.ing-earth strong { font:500 .8rem var(--mono); }.ing-earth small { font:.55rem var(--mono); text-transform:uppercase; }
.ing-ham { width:min(500px,45vw); height:38px; background:#d98578; border:3px solid #743c39; border-radius:45%; box-shadow:inset 0 0 0 6px rgba(255,210,195,.28); }
.ing-onion { width:min(430px,40vw); display:flex; justify-content:space-around; }
.ing-onion i { width:100px; height:28px; border:7px solid #b687b3; border-bottom:0; border-radius:100px 100px 0 0; }
.exploded-rule { position:absolute; right:0; top:10%; bottom:10%; display:flex; flex-direction:column; align-items:center; font:.54rem var(--mono); color:rgba(255,255,255,.48); }
.exploded-rule i { width:1px; background:rgba(255,255,255,.25); flex:1; margin:8px 0; }

.verdicts { background:var(--cream); padding:9rem clamp(1.25rem,6vw,7rem); }
.verdict-heading { display:grid; grid-template-columns:1.2fr .55fr; gap:6vw; align-items:end; }
.verdict-heading > p { font-size:1rem; line-height:1.7; padding-bottom:2rem; }
.verdict-deck { display:grid; grid-template-columns:repeat(3,1fr); gap:1.1rem; margin-top:4.5rem; }
.verdict-card { min-height:560px; position:relative; padding:1.25rem; border:2px solid var(--ink); display:flex; flex-direction:column; overflow:hidden; transition:transform .3s; }
.verdict-card:hover { transform:translateY(-8px) rotate(-.5deg); }
.verdict-card.soggy { background:#a8d1d5; }.verdict-card.exact { background:#77a65e; }.verdict-card.deli { background:#f1bd3d; }
.card-top { display:flex; justify-content:space-between; padding-bottom:1rem; border-bottom:1px solid rgba(23,32,27,.35); font:500 .55rem var(--mono); }
.card-icon { height:155px; display:flex; align-items:center; justify-content:center; position:relative; }
.card-icon span { font-size:5.5rem; filter:drop-shadow(5px 9px 0 rgba(23,32,27,.13)); }
.card-icon i { position:absolute; width:45px; height:45px; right:12%; top:17%; border:2px solid; border-radius:50%; display:grid; place-items:center; font:700 .72rem var(--mono); font-style:normal; transform:rotate(9deg); }
.verdict-card h3 { font:700 clamp(3.3rem,5vw,5.5rem)/.83 var(--serif); letter-spacing:-.065em; margin:1rem 0; }
.verdict-card p { max-width:22rem; font-size:.85rem; line-height:1.6; }
.card-stamp { margin-top:auto; align-self:flex-end; border:2px solid; border-radius:50%; width:78px; height:78px; display:grid; place-items:center; font:500 .52rem var(--mono); transform:rotate(-9deg); }
.center-action { display:flex; justify-content:center; margin-top:3rem; gap:.75rem; flex-wrap:wrap; }

.law { background:var(--ink); color:var(--cream-2); padding:9rem clamp(1.25rem,6vw,7rem); display:grid; grid-template-columns:.72fr 1fr; gap:8vw; position:relative; overflow:hidden; }
.law::after { content:''; position:absolute; left:-20vw; bottom:-38vw; width:70vw; height:70vw; border:1px solid rgba(255,255,255,.05); border-radius:50%; }
.law-heading { position:relative; z-index:2; min-width:0; }
.law-heading > p:last-child { max-width:28rem; color:rgba(251,245,231,.65); line-height:1.6; }
.law-seal { position:absolute; left:4%; bottom:8%; width:140px; height:140px; border:2px solid var(--tomato); color:var(--tomato); border-radius:50%; display:grid; place-content:center; text-align:center; transform:rotate(-11deg); }
.law-seal::after { content:''; position:absolute; inset:8px; border:1px dashed; border-radius:50%; }
.law-seal span { font:700 2.2rem var(--serif); }.law-seal small { font:.5rem var(--mono); }
.law-list { min-width:0; border-top:1px solid rgba(255,255,255,.3); align-self:center; }
.law-list details { border-bottom:1px solid rgba(255,255,255,.3); }
.law-list summary { min-height:90px; display:grid; grid-template-columns:50px 1fr 25px; align-items:center; cursor:pointer; list-style:none; }
.law-list summary::-webkit-details-marker { display:none; }
.law-list summary span { font:.62rem var(--mono); opacity:.45; }
.law-list summary strong { font-size:1.15rem; }
.law-list summary i { width:16px; height:16px; position:relative; }
.law-list summary i::before,.law-list summary i::after { content:''; position:absolute; top:50%; width:100%; height:1px; background:white; transition:transform .2s; }
.law-list summary i::after { transform:rotate(90deg); }
.law-list details[open] summary i::after { transform:rotate(0); }
.law-list details p { margin: -10px 3rem 1.8rem 50px; max-width:34rem; color:rgba(251,245,231,.65); font-size:.88rem; line-height:1.65; }
.law-more { grid-column: 2; margin: 1.4rem 0 0; font: 500 .72rem/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.law-more a { text-decoration: none; border-bottom: 1px solid rgba(251,245,231,.45); padding-bottom: .35rem; }
.law-more a:hover { border-bottom-color: var(--cream-2); }

.mission { padding:10rem clamp(1.25rem,6vw,7rem); background:var(--cream-2); display:grid; grid-template-columns:.9fr 1.1fr; gap:7vw; align-items:center; }
.mission-copy > p:not(.eyebrow,.credit) { max-width:35rem; font-size:1.08rem; line-height:1.75; }
.mission .credit { max-width:35rem; margin-top:2rem; padding-top:1.2rem; border-top:1px solid var(--line); font: .7rem/1.7 var(--mono); opacity:.65; }
.mission-visual { min-height:650px; position:relative; display:flex; align-items:center; justify-content:space-between; }
.portrait { z-index:2; width:36%; aspect-ratio:.75; border:2px solid var(--ink); background:var(--cheese); position:relative; overflow:hidden; }
.portrait::before { content:''; position:absolute; z-index:2; width:48%; aspect-ratio:1; border:3px solid var(--ink); background:#bd7049; border-radius:50%; left:26%; top:18%; }
.portrait::after { content:''; position:absolute; z-index:1; left:7%; bottom:-12%; width:86%; height:54%; border:3px solid var(--ink); border-radius:52% 52% 0 0; background:var(--green); }
.portrait span { position:absolute; z-index:3; font-size:4rem; top:28%; right:2%; transform:rotate(-20deg); }
.person-b { background:#99cbd0; transform:translateY(75px); }
.person-b::before { background:#7c4a33; }
.person-b::after { background:var(--tomato); }
.person-b span { right:auto; left:2%; transform:rotate(20deg); }
.connection { position:absolute; z-index:1; width:28%; left:36%; top:42%; display:flex; align-items:center; justify-content:center; }
.connection i { position:absolute; width:100%; border-top:2px dashed var(--ink); }
.connection strong { z-index:2; background:var(--cream-2); border:2px solid var(--ink); width:62px; height:62px; border-radius:50%; display:grid; place-items:center; font:500 .7rem var(--mono); }
.connection span { position:absolute; z-index:3; top:calc(100% + 7px); white-space:nowrap; font:.48rem var(--mono); background:var(--cream-2); padding:3px 5px; }
.mission-label { position:absolute; font:.56rem/1.6 var(--mono); }.mission-label.label-a { left:0; top:10%; }.mission-label.label-b { right:0; bottom:3%; text-align:right; }

.final-cta { min-height:88vh; padding:8rem 1.25rem; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; background:var(--green-dark); color:var(--cream-2); position:relative; overflow:hidden; }
.final-cta h2 { font-size:clamp(4rem,8vw,8rem); }
.final-cta .hero-actions { justify-content:center; }
.final-lines { opacity:.12; }
.final-lines::after { content:''; position:absolute; width:80vw; height:80vw; left:50%; top:50%; transform:translate(-50%,-50%); border:1px solid white; border-radius:50%; box-shadow:0 0 0 10vw rgba(255,255,255,.08),0 0 0 22vw rgba(255,255,255,.05); }
.site-footer { min-height:150px; padding:2rem clamp(1.25rem,4vw,4.5rem); display:grid; grid-template-columns:1fr 1fr 1fr; align-items:center; gap:2rem; background:var(--cream); font-size:.7rem; }
.site-footer > p { text-align:center; opacity:.6; }.site-footer > div { display:flex; justify-content:flex-end; gap:1.4rem; }.site-footer a { text-underline-offset:3px; }
.floating-map { position:fixed; z-index:30; right:18px; bottom:18px; display:none; align-items:center; gap:1rem; padding:.8rem 1rem; background:var(--tomato); color:white; border:1.5px solid var(--ink); box-shadow:4px 4px 0 var(--ink); text-decoration:none; font-size:.75rem; font-weight:700; }
.floating-map.is-visible { display:flex; }

@media (max-width: 900px) {
  .site-nav nav a:not(.nav-map) { display:none; }
  .hero { grid-template-columns:1fr; padding-top:125px; }
  .hero-copy { z-index:8; }
  .hero-sandwich { height:580px; max-height:none; transform:none; margin-top:1rem; }
  .hero h1 { font-size:clamp(4rem,15vw,7rem); }
  .antipode-grid,.mission { grid-template-columns:1fr; }
  .antipode-stage { min-height:540px; }
  .layers-pin { grid-template-columns:1fr; align-content:start; padding-top:5rem; }
  .layers-copy h2 { font-size:clamp(3.1rem,10vw,5rem); }
  .layers-dek { display:none; }
  .layer-facts { margin-top:1rem; }
  .exploded { position:absolute; height:56vh; bottom:0; left:8%; right:8%; }
  .ing-top,.ing-bottom { width:min(520px,76vw); }.ing-lettuce{width:min(560px,80vw)}.ing-cheese{width:min(500px,72vw)}.ing-tomato{width:min(450px,68vw)}.ing-earth{width:min(270px,39vw)}.ing-ham{width:min(490px,71vw)}.ing-onion{width:min(420px,64vw)}
  .verdict-deck { grid-template-columns:1fr; }
  .verdict-card { min-height:470px; }
  .law { grid-template-columns:1fr; }
  .law-more { grid-column:1; }
  .law-seal { display:none; }
  .mission-visual { min-height:570px; }
}

@media (max-width: 600px) {
  .site-nav { height:70px; padding:0 1rem; }
  .wordmark > span:last-child { font-size:.85rem; }
  .nav-map { padding:.65rem .75rem; }
  .hero { padding:100px 1.15rem 65px; }
  .hero-dek { font-size:1rem; }
  .hero-actions { flex-direction:column; }
  .button { width:100%; }
  .hero-sandwich { height:460px; min-height:0; }
  .bread { width:70%; }.hero-earth{width:66%}.hero-label{left:0; padding:.25rem .35rem; background:rgba(251,245,231,.88); box-shadow:0 0 12px rgba(251,245,231,.8)}.measurement{right:-18px}
  .scroll-note { display:none; }
  .intro,.verdicts,.law,.mission { padding:6rem 1.15rem; }
  .intro h2,.verdict-heading h2,.law h2,.mission h2 { font-size:clamp(3.3rem,15vw,5rem); }
  .antipode-grid { margin-top:3rem; }
  .antipode-stage { min-height:420px; margin:0 -1rem; }
  .anti-globe { width:255px; }.anti-bread{width:67px;height:52px}.anti-bread-a{left:1%}.anti-bread-b{right:1%}.anti-stamp{width:82px;height:82px;right:0}
  .layers-section { height:280vh; }
  .layers-pin { height:100svh; padding:3.4rem 1.15rem 0; align-content:start; }
  .layers-copy { width:100%; max-width:none; }
  .layers-copy h2 { margin:.65rem 0; font-size:clamp(2.75rem,12.5vw,4rem); line-height:.86; }
  .layer-facts { z-index:7; min-height:88px; max-width:100%; margin-top:.35rem; padding:.35rem 0; background:var(--green-dark); }
  .layer-facts article { grid-template-columns:50px minmax(0,1fr); gap:.7rem; }.layer-facts b{font-size:1.8rem}.layer-facts span{font-size:.74rem;line-height:1.4}
  .exploded { height:44vh; bottom:-5vh; left:-.5rem; right:-.5rem; }
  .exploded-rule { right:-6px; }
  .verdict-heading { grid-template-columns:1fr; }.verdict-heading>p{padding:0}
  .verdict-deck { margin-top:2.5rem; }
  .law { overflow:hidden; }.law h2{font-size:clamp(3rem,14vw,4.5rem);overflow-wrap:anywhere}.law-list summary { grid-template-columns:40px minmax(0,1fr) 20px; }.law-list summary strong{font-size:.95rem}.law-list details p{margin:-8px 1.5rem 1.5rem 40px}
  .mission { padding-bottom:4rem; }.mission-visual{min-height:420px}.portrait{width:41%}.portrait::before{top:14%}.portrait::after{bottom:-8%;height:56%}.portrait span{font-size:2.15rem;top:34%;right:0}.person-b{transform:translateY(50px)}.person-b span{left:0;right:auto}
  .final-cta { min-height:100svh; }.final-cta h2{font-size:clamp(3.7rem,16vw,5.5rem)}
  .site-footer { grid-template-columns:1fr; text-align:center; padding:2.5rem 1rem; }.site-footer .wordmark,.site-footer>div{justify-content:center}.site-footer>p{margin:0}
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; }
  .layers-section { height:auto; min-height:100vh; }
  .layers-pin { position:relative; min-height:100vh; }
  .ingredient { --y: 0px !important; }
  .ing-top { --y:-220px !important }.ing-lettuce{--y:-150px !important}.ing-cheese{--y:-95px !important}.ing-tomato{--y:-48px !important}.ing-ham{--y:80px !important}.ing-onion{--y:130px !important}.ing-bottom{--y:200px !important}
  .layer-facts { min-height:0; }.layer-facts article { position:relative; opacity:1; transform:none; margin:1rem 0; }
}
