:root {
  --ink: #090909;
  --ink-soft: #171717;
  --paper: #f2f0ea;
  --paper-soft: #e7e4dc;
  --white: #fff;
  --signal: #ff4b32;
  --muted: #8a8882;
  --line: rgba(9, 9, 9, .16);
  --line-light: rgba(255, 255, 255, .18);
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --mono: "SFMono-Regular", "Roboto Mono", Menlo, Consolas, monospace;
}

*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 76px; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.45; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
main { min-height: 70vh; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea { color: inherit; font: inherit; }
h1, h2, h3, p, figure, blockquote { margin-top: 0; }
::selection { color: var(--white); background: var(--signal); }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 2px solid var(--signal); outline-offset: 4px; }
.legacy-copy a:visited { color: #7f3127; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; display: flex; align-items: center; min-height: 44px; padding: 9px 12px; transform: translateY(-150%); color: var(--white); background: var(--signal); font: 700 10px var(--mono); }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
  padding: 0 28px;
  background: rgba(242, 240, 234, .88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
  transition: background .25s, border-color .25s;
}
.brand { display: inline-flex; align-items: center; gap: 10px; width: max-content; color: var(--ink); font-size: 14px; font-weight: 800; letter-spacing: -.045em; text-decoration: none; text-transform: uppercase; }
.brand img { width: 25px; height: 26px; object-fit: contain; filter: brightness(0); }
.brand > span > span { color: var(--signal); }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav > a { position: relative; display: inline-flex; align-items: center; min-height: 44px; color: inherit; font-size: 12px; text-decoration: none; }
.site-nav > a:not(.nav-cta)::after { position: absolute; right: 0; bottom: -5px; left: 0; height: 1px; content: ""; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .2s; }
.site-nav > a:not(.nav-cta):hover::after { transform: scaleX(1); transform-origin: left; }
.site-nav .nav-cta { display: inline-flex; align-items: center; gap: 28px; padding: 12px 16px; color: var(--white); background: var(--ink); border-radius: 99px; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; color: inherit; background: transparent; border: 1px solid currentColor; border-radius: 50%; }
.menu-toggle > span:not(.sr-only) { display: block; width: 18px; height: 1px; margin: 5px auto; background: currentColor; transition: transform .2s, opacity .2s; }
.home-page .site-header, .partners-page .site-header { color: var(--white); background: rgba(9, 9, 9, .35); border-bottom-color: var(--line-light); }
.home-page .site-header.is-scrolled, .partners-page .site-header.is-scrolled { background: rgba(9, 9, 9, .88); }
.home-page .brand, .partners-page .brand { color: var(--white); }
.home-page .brand img, .partners-page .brand img { filter: brightness(0) invert(1); }
.home-page .site-nav .nav-cta, .partners-page .site-nav .nav-cta { color: var(--ink); background: var(--white); }

.section-label { color: inherit; font: 600 10px/1.4 var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 42px; min-width: 174px; padding: 15px 18px; border: 1px solid currentColor; border-radius: 999px; font-size: 12px; text-decoration: none; transition: color .2s, background .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
.button--light { color: var(--ink); background: var(--white); border-color: var(--white); }
.text-link { display: inline-flex; align-items: center; min-height: 44px; gap: 30px; color: rgba(255,255,255,.66); font-size: 12px; text-decoration: none; }
.text-link:hover { color: var(--white); }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .85s cubic-bezier(.2,.7,.2,1), transform .85s cubic-bezier(.2,.7,.2,1); }
.reveal--delay { transition-delay: .12s; }
.reveal.is-visible { opacity: 1; transform: none; }

/* CONSUMER */
.home-hero {
  --spot-x: 72%;
  --spot-y: 42%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: center;
  min-height: max(820px, 100svh);
  padding: 136px 3.25vw 70px;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
  isolation: isolate;
}
.hero-ambient { position: absolute; z-index: -2; inset: 0; background: radial-gradient(circle at var(--spot-x) var(--spot-y), rgba(255,255,255,.12), transparent 23%), radial-gradient(circle at 72% 43%, rgba(255,75,50,.15), transparent 32%); }
.hero-ambient::before { position: absolute; inset: 0; content: ""; opacity: .16; background-image: radial-gradient(rgba(255,255,255,.8) .55px, transparent .7px); background-size: 12px 12px; mask-image: linear-gradient(to left, #000, transparent 76%); }
.home-hero::after { position: absolute; z-index: -1; top: 50%; left: 67%; width: 55vw; aspect-ratio: 1; content: ""; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; transform: translate(-50%,-50%); box-shadow: inset 0 0 120px rgba(255,255,255,.03); }
.hero-copy { position: relative; z-index: 4; grid-column: 1 / 8; align-self: center; max-width: 930px; }
.hero-copy .section-label { margin-bottom: 8vh; color: rgba(255,255,255,.58); }
.hero-copy h1 { margin: 0; font-size: clamp(78px, 9.2vw, 150px); font-weight: 500; line-height: .82; letter-spacing: -.055em; }
.hero-copy h1 span { display: block; }
.hero-line-muted { color: rgba(255,255,255,.38); }
.hero-intro { max-width: 430px; margin: 42px 0 30px; color: rgba(255,255,255,.63); font-size: 16px; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.draw-stage { position: absolute; z-index: 3; top: 53%; left: 73.5%; width: min(49vw, 740px); aspect-ratio: 1; transform: translate(-50%,-50%); perspective: 1200px; }
.draw-stage.reveal { transform: translate(-50%,-46%); }
.draw-stage.reveal.is-visible { transform: translate(-50%,-50%); }
.draw-orbit { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; transform: translate(-50%,-50%); }
.draw-orbit::before, .draw-orbit::after { position: absolute; width: 6px; height: 6px; content: ""; background: var(--white); border-radius: 50%; box-shadow: 0 0 18px rgba(255,255,255,.8); }
.draw-orbit--one { width: 46%; aspect-ratio: 1; animation: orbit 18s linear infinite; }
.draw-orbit--one::before { top: 13%; right: 10%; }
.draw-orbit--one::after { bottom: 12%; left: 12%; background: var(--signal); }
.draw-orbit--two { width: 71%; aspect-ratio: 1; animation: orbit 32s linear infinite reverse; }
.draw-orbit--two::before { top: 48%; left: -3px; }
.draw-orbit--two::after { right: 15%; bottom: 14%; }
.draw-orbit--three { width: 96%; aspect-ratio: 1; border-color: rgba(255,255,255,.06); }
.draw-card { position: absolute; z-index: 4; top: 50%; left: 50%; width: min(48%, 350px); margin: 0; overflow: hidden; color: var(--ink); background: rgba(248,248,246,.98); border: 1px solid rgba(255,255,255,.62); border-radius: 22px; box-shadow: 0 45px 100px rgba(0,0,0,.5), 0 0 0 1px rgba(255,255,255,.08); transform: translate(-50%,-50%) rotateX(var(--tilt-y, 0deg)) rotateY(var(--tilt-x, 0deg)) rotate(3deg); transition: transform .2s ease-out; }
.draw-card__top { display: flex; justify-content: space-between; padding: 13px 15px 9px; color: #7e7e78; font: 600 8px var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.draw-card__top span:last-child { color: var(--signal); }
.draw-card__image { margin: 0 8px; overflow: hidden; background: #f5f5f5; border-radius: 15px; }
.draw-card__image img { width: 100%; aspect-ratio: 1; object-fit: cover; transform: scale(1.04); }
.draw-card figcaption { display: grid; grid-template-columns: 1fr 42px; gap: 15px; align-items: end; padding: 17px 15px 18px; }
.draw-card figcaption span { display: block; margin-bottom: 6px; color: #999790; font: 600 8px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.draw-card figcaption strong { display: block; font-size: 13px; line-height: 1.18; }
.draw-card figcaption a { display: grid; place-items: center; width: 44px; height: 44px; color: var(--white); background: var(--ink); border-radius: 50%; font-size: 17px; text-decoration: none; }
.draw-beacon { position: absolute; z-index: 5; top: 17%; right: 7%; display: flex; align-items: center; gap: 7px; font: 600 8px var(--mono); letter-spacing: .1em; }
.draw-beacon span { width: 8px; height: 8px; background: var(--signal); border-radius: 50%; box-shadow: 0 0 0 5px rgba(255,75,50,.15); }
.draw-signal { position: absolute; z-index: 5; display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.68); font: 500 8px var(--mono); letter-spacing: .05em; text-transform: uppercase; }
.draw-signal span { width: 6px; height: 6px; background: #aaf084; border-radius: 50%; box-shadow: 0 0 12px #aaf084; }
.draw-signal--one { top: 31%; left: 5%; }
.draw-signal--two { right: 0; bottom: 27%; }
.hero-foot { position: absolute; right: 3.25vw; bottom: 25px; left: 3.25vw; display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; padding-top: 13px; color: rgba(255,255,255,.38); border-top: 1px solid var(--line-light); font: 500 8px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.hero-foot span:nth-child(2), .hero-foot span:nth-child(3) { text-align: center; }
.hero-foot span:last-child { text-align: right; }

.statement { display: grid; grid-template-columns: 1fr 3.5fr; gap: 4vw; padding: 150px 3.25vw 170px; background: var(--paper); }
.statement-index { color: var(--muted); font: 600 9px var(--mono); letter-spacing: .1em; }
.statement > p { max-width: 1200px; margin: 0; font-size: clamp(58px, 7.4vw, 118px); font-weight: 400; line-height: .95; letter-spacing: -.065em; }
.statement > p em { color: var(--signal); font-family: Georgia, serif; font-weight: 400; }
.statement-note { grid-column: 2; max-width: 440px; margin-top: 30px; color: #66645f; font-size: 15px; }

.film { padding: 32px 3.25vw 150px; scroll-margin-top: 106px; background: var(--paper); }
.film-head { display: grid; grid-template-columns: 1fr 2.4fr 1fr; gap: 3vw; align-items: end; padding: 0 0 48px; }
.film-head .section-label { margin: 0; color: var(--muted); }
.film-head h2 { margin: 0; font-size: clamp(48px, 6vw, 92px); font-weight: 450; line-height: .86; letter-spacing: -.065em; }
.film-head > a { display: flex; align-items: center; justify-self: end; min-height: 44px; padding-bottom: 5px; color: #68655f; font: 600 9px var(--mono); letter-spacing: .05em; text-decoration: none; text-transform: uppercase; }
.film-frame { position: relative; overflow: hidden; aspect-ratio: 16 / 9; background: var(--ink); border-radius: 24px; box-shadow: 0 35px 100px rgba(9,9,9,.12); }
.film-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.film-poster { width: 100%; height: 100%; object-fit: cover; }
.film-consent { position: absolute; right: 30px; bottom: 30px; width: min(390px, calc(100% - 60px)); padding: 24px; color: var(--white); background: rgba(9,9,9,.88); border: 1px solid rgba(255,255,255,.22); border-radius: 17px; backdrop-filter: blur(18px); }
.film-consent > span { color: rgba(255,255,255,.5); font: 600 8px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.film-consent p { margin: 20px 0; color: rgba(255,255,255,.74); font-size: 14px; }
.film-consent button { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; min-height: 44px; padding: 13px 16px; color: var(--ink); background: var(--white); border: 0; border-radius: 99px; cursor: pointer; font-size: 13px; }
.film-consent button b { font-size: 10px; }
.film-consent > a { display: flex; align-items: center; width: max-content; min-height: 44px; margin: 4px auto -10px; color: rgba(255,255,255,.72); font: 600 10px var(--mono); text-transform: uppercase; }
.film-frame.is-loaded .film-poster, .film-frame.is-loaded .film-consent { display: none; }
.film-noscript { position: absolute; bottom: 20px; left: 20px; color: var(--white); }

.product-story { display: grid; grid-template-columns: 1.2fr .8fr; min-height: 900px; background: var(--white); }
.story-visual { position: relative; min-width: 0; overflow: hidden; background: #d5d1c9; }
.story-visual > img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.02); transition: transform 1.2s cubic-bezier(.2,.7,.2,1); }
.story-visual:hover > img { transform: scale(1.06); }
.visual-caption { position: absolute; right: 18px; bottom: 18px; left: 18px; display: grid; grid-template-columns: 40px 1fr auto; padding: 13px 14px; background: rgba(255,255,255,.82); border: 1px solid rgba(255,255,255,.8); border-radius: 99px; backdrop-filter: blur(16px); font: 600 8px var(--mono); letter-spacing: .07em; text-transform: uppercase; }
.visual-caption span:last-child { color: #77746e; text-align: right; }
.story-copy { align-self: center; padding: 8vw 6vw; }
.story-copy .section-label { color: var(--signal); }
.story-copy h2 { max-width: 630px; margin: 12vh 0 35px; font-size: clamp(53px, 5.6vw, 88px); font-weight: 450; line-height: .92; letter-spacing: -.06em; }
.story-copy > p:last-child { max-width: 480px; color: #5e5b55; font-size: 16px; }

.human-story { position: relative; display: grid; grid-template-columns: .75fr 1.25fr; min-height: 1040px; padding: 150px 3.25vw; overflow: hidden; background: var(--paper-soft); }
.human-story__portrait { align-self: start; width: 70%; max-width: 420px; overflow: hidden; border-radius: 999px 999px 22px 22px; }
.human-story__portrait img { width: 100%; aspect-ratio: .72; object-fit: cover; filter: saturate(.76) contrast(1.04); }
.human-story__copy { position: relative; z-index: 2; align-self: center; max-width: 900px; }
.human-story__copy .section-label { color: var(--signal); }
.human-story__copy h2 { margin: 55px 0 35px; font-size: clamp(64px, 7.5vw, 122px); font-weight: 450; line-height: .89; letter-spacing: -.07em; }
.human-story__copy > p { max-width: 520px; color: #585550; font-size: 16px; }
.fairness-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; max-width: 700px; margin-top: 80px; background: var(--line); border-block: 1px solid var(--line); }
.fairness-proof span { padding: 18px 14px; background: var(--paper-soft); font: 600 9px var(--mono); letter-spacing: .04em; text-transform: uppercase; }
.human-story__detail { position: absolute; right: 3.25vw; bottom: 55px; width: 220px; }
.human-story__detail img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 50%; }
.human-story__detail span { display: block; margin-top: 12px; color: var(--muted); font: 600 8px var(--mono); letter-spacing: .08em; text-align: center; text-transform: uppercase; }

.flow { display: grid; grid-template-columns: .82fr 1.18fr; color: var(--white); background: var(--ink); }
.flow-head { position: sticky; top: 76px; align-self: start; min-height: calc(100svh - 76px); padding: 75px 4vw; border-right: 1px solid var(--line-light); }
.flow-head .section-label { color: rgba(255,255,255,.42); }
.flow-head h2 { margin: 20vh 0 40px; font-size: clamp(69px, 7.5vw, 118px); font-weight: 450; line-height: .86; letter-spacing: -.07em; }
.flow-head > span { display: block; max-width: 320px; color: rgba(255,255,255,.64); font-size: 16px; }
.flow-list { min-width: 0; }
.flow-step { display: grid; grid-template-columns: 48px 72px minmax(200px, 1fr) minmax(160px, .7fr); gap: 24px; align-items: center; min-height: 245px; padding: 45px 4vw; border-bottom: 1px solid var(--line-light); transition: color .3s, background .3s; }
.flow-step > span { align-self: start; color: rgba(255,255,255,.34); font: 600 9px var(--mono); }
.flow-step img { width: 60px; height: 60px; object-fit: contain; filter: grayscale(1) brightness(3); opacity: .74; }
.flow-step h3 { margin: 0; font-size: clamp(29px, 3.1vw, 49px); font-weight: 450; line-height: 1; letter-spacing: -.05em; }
.flow-step p { margin: 0; color: rgba(255,255,255,.62); font-size: 16px; }
.flow-step:hover, .flow-step--win { color: var(--ink); background: var(--white); }
.flow-step:hover > span, .flow-step--win > span, .flow-step:hover p, .flow-step--win p { color: rgba(9,9,9,.48); }
.flow-step:hover img, .flow-step--win img { filter: grayscale(1) brightness(0); }

.mission { position: relative; min-height: 1000px; overflow: hidden; color: var(--white); background: var(--signal); isolation: isolate; }
.mission > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.mission::after { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(90deg, rgba(158,18,6,.16), transparent 70%); }
.mission-copy { padding: 90px 3.25vw; }
.mission-copy .section-label { color: rgba(255,255,255,.7); }
.mission-copy h2 { margin: 18vh 0 0; font-size: clamp(79px, 10.4vw, 164px); font-weight: 450; line-height: .78; letter-spacing: -.075em; }
.mission-notes { position: absolute; right: 3.25vw; bottom: 45px; display: grid; grid-template-columns: 1fr 1fr; width: min(760px, 78vw); background: rgba(9,9,9,.82); border: 1px solid rgba(255,255,255,.25); border-radius: 20px; backdrop-filter: blur(20px); }
.mission-notes article { padding: 26px; }
.mission-notes article + article { border-left: 1px solid var(--line-light); }
.mission-notes span { color: rgba(255,255,255,.45); font: 600 8px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.mission-notes p { min-height: 84px; margin: 34px 0 28px; color: rgba(255,255,255,.78); font-size: 16px; }
.mission-notes a { display: inline-flex; align-items: center; min-height: 44px; font: 600 10px var(--mono); letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }

.download { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 900px; color: var(--white); background: var(--ink); }
.download-media { overflow: hidden; }
.download-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.05); }
.download-copy { align-self: center; padding: 8vw 5vw; }
.download-copy .section-label { color: rgba(255,255,255,.52); }
.download-copy h2 { margin: 9vh 0 40px; font-size: clamp(64px, 7vw, 108px); font-weight: 450; line-height: .84; letter-spacing: -.07em; }
.download-copy > p:not(.section-label) { max-width: 420px; color: rgba(255,255,255,.64); font-size: 16px; }
.store-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.store-badges img { width: auto; height: 45px; }

/* RETAIL */
.retail-hero { --spot-x: 72%; --spot-y: 45%; position: relative; display: grid; grid-template-columns: repeat(12, 1fr); align-items: center; min-height: max(820px, 100svh); padding: 130px 3.25vw 80px; overflow: hidden; color: var(--white); background: var(--ink); isolation: isolate; }
.retail-hero__copy { z-index: 2; grid-column: 1 / 8; max-width: 880px; }
.retail-hero__copy .section-label { margin-bottom: 8vh; color: rgba(255,255,255,.52); }
.retail-hero__copy h1 { margin: 0 0 38px; font-size: clamp(67px, 8vw, 128px); font-weight: 450; line-height: .84; letter-spacing: -.075em; }
.retail-hero__copy h1 em { color: var(--signal); font-family: Georgia, serif; font-weight: 400; }
.retail-hero__copy > p:not(.section-label) { max-width: 490px; color: rgba(255,255,255,.68); font-size: 16px; }
.retail-hero__copy .button { margin-top: 15px; }
.retail-hero__media { position: absolute; top: 50%; right: -6%; width: 57%; transform: translateY(-43%); }
.retail-hero__media.reveal { transform: translateY(-39%); }
.retail-hero__media.reveal.is-visible { transform: translateY(-43%); }
.retail-hero__media::before { position: absolute; z-index: -1; top: 50%; left: 46%; width: 72%; aspect-ratio: 1; content: ""; background: radial-gradient(circle, rgba(255,75,50,.2), transparent 67%); border: 1px solid rgba(255,255,255,.1); border-radius: 50%; transform: translate(-50%,-50%); }
.retail-hero__media img { width: 100%; filter: saturate(.76) contrast(1.04); }
.retail-hero__media > span { position: absolute; right: 12%; bottom: 15%; padding: 12px 15px; background: rgba(255,255,255,.88); color: var(--ink); border-radius: 12px; font: 600 8px/1.5 var(--mono); letter-spacing: .07em; text-transform: uppercase; backdrop-filter: blur(12px); }
.retail-intro { display: grid; grid-template-columns: 1fr 3fr; gap: 4vw; padding: 150px 3.25vw; }
.retail-intro > span { color: var(--muted); font: 600 9px var(--mono); letter-spacing: .08em; }
.retail-intro h2 { margin: 0; font-size: clamp(68px, 8vw, 126px); font-weight: 450; line-height: .88; letter-spacing: -.07em; }
.retail-intro > p { grid-column: 2; max-width: 450px; color: #5d5a54; font-size: 16px; }
.retail-modules { padding: 0 3.25vw 150px; }
.retail-module { display: grid; grid-template-columns: 50px 86px 1fr 1.2fr; gap: 32px; align-items: center; min-height: 230px; border-top: 1px solid var(--line); }
.retail-module:last-child { border-bottom: 1px solid var(--line); }
.retail-module > span { align-self: start; padding-top: 35px; color: var(--muted); font: 600 9px var(--mono); }
.retail-module img { width: 68px; height: 68px; object-fit: contain; filter: grayscale(1); }
.retail-module h3 { margin: 0; font-size: clamp(38px, 4.2vw, 66px); font-weight: 450; line-height: 1; letter-spacing: -.055em; }
.retail-module p { max-width: 520px; margin: 0; color: #595650; font-size: 16px; }
.retail-manifesto { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 850px; color: var(--white); background: var(--ink); }
.retail-manifesto__image { overflow: hidden; }
.retail-manifesto__image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.7); }
.retail-manifesto__copy { align-self: center; padding: 8vw 5vw; }
.retail-manifesto__copy .section-label { color: rgba(255,255,255,.42); }
.retail-manifesto__copy h2 { margin: 10vh 0 40px; font-size: clamp(58px, 6.3vw, 98px); font-weight: 450; line-height: .88; letter-spacing: -.065em; }
.retail-manifesto__copy > p:not(.section-label) { color: rgba(255,255,255,.66); font-size: 16px; }
.retail-manifesto__copy strong { display: block; margin-top: 54px; color: var(--signal); font-size: 15px; font-weight: 500; }
.join-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 10vw; padding: 150px 3.25vw; background: var(--paper); }
.join-intro h2 { margin: 11vh 0 35px; font-size: clamp(61px, 7vw, 108px); font-weight: 450; line-height: .86; letter-spacing: -.07em; }
.join-intro > span { display: block; max-width: 380px; color: #5d5a54; font-size: 16px; }
.partner-form { align-self: center; border-top: 1px solid var(--ink); }
.partner-form label { display: grid; grid-template-columns: 160px 1fr; align-items: start; padding: 18px 0; border-bottom: 1px solid var(--line); }
.partner-form label > span { padding-top: 12px; color: var(--muted); font: 600 9px var(--mono); letter-spacing: .05em; text-transform: uppercase; }
.partner-form input, .partner-form textarea { width: 100%; padding: 9px 0; background: transparent; border: 0; border-radius: 0; outline: none; resize: vertical; }
.partner-form input:focus, .partner-form textarea:focus { box-shadow: inset 0 -1px var(--signal); }
.partner-form button { display: flex; justify-content: space-between; align-items: center; width: 100%; margin-top: 25px; padding: 17px 20px; color: var(--white); background: var(--ink); border: 1px solid var(--ink); border-radius: 99px; font-size: 12px; }
.partner-form button b { font-size: 18px; }
.partner-form button:disabled { cursor: wait; opacity: .55; }
.partner-form > p { margin: 12px 0 0; color: var(--muted); }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-status { min-height: 18px; font: 600 10px/1.5 var(--mono); }
.form-status.is-success { color: #267a3c; }
.form-status.is-error { color: #b7291b; }
.form-privacy { color: #66635e !important; font: 500 10px/1.65 var(--mono); }
.form-privacy a { color: var(--ink); text-underline-offset: 2px; }

/* PRIVACY DIALOG */
.privacy-dialog[hidden] { display: none; }
.privacy-dialog { position: fixed; z-index: 1200; inset: 0; display: grid; place-items: end start; padding: 24px; }
.privacy-dialog__backdrop { position: absolute; inset: 0; background: rgba(8,8,8,.55); backdrop-filter: blur(5px); }
.privacy-dialog__panel { position: relative; width: min(100%, 560px); padding: 28px; color: var(--white); background: var(--ink); border: 1px solid rgba(255,255,255,.2); border-radius: 18px; box-shadow: 0 28px 90px rgba(0,0,0,.4); }
.privacy-dialog__close { position: absolute; top: 12px; right: 13px; display: grid; width: 38px; height: 38px; place-items: center; color: rgba(255,255,255,.65); background: transparent; border: 0; border-radius: 50%; font-size: 26px; cursor: pointer; }
.privacy-dialog__close:hover, .privacy-dialog__close:focus-visible { color: var(--white); background: rgba(255,255,255,.1); }
.privacy-dialog .section-label { margin: 0 0 30px; color: rgba(255,255,255,.48); }
.privacy-dialog h2 { max-width: 410px; margin: 0 35px 18px 0; font-size: clamp(38px, 4.5vw, 54px); font-weight: 450; line-height: .9; letter-spacing: -.06em; }
.privacy-dialog p { max-width: 500px; margin: 0; color: rgba(255,255,255,.67); font-size: 14px; line-height: 1.55; }
.privacy-dialog p + p { margin-top: 12px; }
.privacy-dialog__vimeo { min-height: 22px; color: var(--signal) !important; font: 600 9px/1.5 var(--mono) !important; letter-spacing: .04em; text-transform: uppercase; }
.privacy-dialog__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 25px; }
.privacy-dialog__actions .text-link { color: rgba(255,255,255,.8); }
.privacy-dialog__actions .button { min-width: 150px; color: var(--ink); background: var(--white); }
.privacy-dialog__controls { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 26px; padding-top: 18px; border-top: 1px solid var(--line-light); }
.privacy-dialog__controls span { color: rgba(255,255,255,.42); font: 600 8px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.privacy-dialog__controls button { min-height: 38px; padding: 8px 0; color: rgba(255,255,255,.78); background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.4); cursor: pointer; font: 600 9px var(--mono); letter-spacing: .04em; text-transform: uppercase; }
.privacy-dialog-open { overflow: hidden; }

/* SECONDARY */
.legal-hero { position: relative; padding: 190px 3.25vw 100px; overflow: hidden; color: var(--white); background: var(--ink); }
.eyebrow { color: var(--muted); font: 600 9px var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.legal-hero h1 { max-width: 1100px; margin: 14vh 0 35px; font-size: clamp(70px, 10vw, 156px); font-weight: 450; line-height: .84; letter-spacing: -.07em; }
.legal-hero > p:last-child { max-width: 640px; color: rgba(255,255,255,.5); }
.legal-shell { display: grid; grid-template-columns: 210px minmax(0, 820px); gap: 9vw; justify-content: center; padding: 100px 3.25vw 160px; }
.legal-shell > article { min-width: 0; }
.legal-shell aside { position: sticky; top: 110px; align-self: start; display: flex; flex-direction: column; gap: 11px; padding-top: 18px; border-top: 1px solid var(--line); }
.legal-shell aside p { color: var(--muted); font: 600 8px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.legal-shell aside a { width: max-content; font-size: 11px; text-decoration: none; }
.legacy-copy { color: #45433f; font-size: 16px; line-height: 1.78; }
.legacy-copy > br:first-child, .legacy-copy > br:nth-child(2), .legacy-copy > br:nth-child(3) { display: none; }
.legacy-copy > span { display: block; margin: 58px 0 8px; color: var(--ink); font-size: 25px; font-weight: 600; letter-spacing: -.03em; }
.legacy-copy > span:first-of-type { display: none; }
.legacy-copy a { color: var(--signal); font-weight: 600; text-underline-offset: 3px; }
.policy-copy > span:first-of-type { display: block; }
.policy-copy strong { color: var(--ink); }
.policy-copy li + li { margin-top: 8px; }
.legal-warning { padding: 16px 18px; color: #8b2419; background: #fff0ed; border: 1px solid #ffc5bb; border-radius: 10px; font-size: 12px; line-height: 1.6; }
.legal-missing { color: #b7291b; font-weight: 650; }
.policy-table-wrap { width: 100%; max-width: 100%; overflow-x: auto; margin: 35px 0; border: 1px solid var(--line); border-radius: 12px; -webkit-overflow-scrolling: touch; }
.policy-table { width: 100%; min-width: 760px; border-collapse: collapse; color: #45433f; font-size: 14px; line-height: 1.55; }
.policy-table th, .policy-table td { padding: 16px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.policy-table th:last-child, .policy-table td:last-child { border-right: 0; }
.policy-table tr:last-child td { border-bottom: 0; }
.policy-table th { color: var(--ink); background: var(--paper-soft); font: 600 8px var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.archive-note { max-width: 860px; margin: 170px auto 150px; padding: 60px; background: var(--white); border-radius: 20px; box-shadow: 0 24px 70px rgba(9,9,9,.08); }
.archive-note > span { color: var(--signal); font: 600 9px var(--mono); text-transform: uppercase; }
.archive-note h2 { margin: 50px 0 28px; font-size: clamp(45px, 5vw, 72px); font-weight: 450; line-height: .92; letter-spacing: -.05em; }
.archive-note .button { margin-top: 18px; color: var(--white); background: var(--ink); }
.links-hero { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); gap: clamp(32px, 5vw, 100px); min-height: max(760px, 100svh); padding: 76px 3.25vw 0; overflow: hidden; color: var(--white); background: var(--ink); }
.links-hero__main { display: grid; grid-template-rows: auto 1fr auto; min-height: calc(max(760px, 100svh) - 76px); padding: 74px 0 55px; }
.links-hero .eyebrow { color: rgba(255,255,255,.48); }
.links-hero h1 { align-self: center; max-width: 820px; margin: 7vh 0; font-size: clamp(84px, 9.4vw, 154px); font-weight: 450; line-height: .78; letter-spacing: -.074em; }
.links-hero h1 em { color: var(--signal); font-family: Georgia, serif; font-size: .88em; font-weight: 400; }
.links-hero__meta { align-self: end; max-width: 340px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.28); }
.links-hero__meta span { color: var(--signal); font: 600 9px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.links-hero__meta p { margin: 28px 0 0; color: rgba(255,255,255,.62); font-size: 16px; }
.links-hero__feature { position: relative; display: block; min-height: 0; overflow: hidden; color: var(--white); text-decoration: none; }
.links-hero__feature::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, rgba(9,9,9,.08) 26%, rgba(9,9,9,.82) 100%); }
.links-hero__feature img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.08); transition: transform .9s cubic-bezier(.2,.7,.2,1); }
.links-hero__feature:hover img { transform: scale(1.035); }
.links-hero__feature > span { position: absolute; z-index: 1; top: 26px; left: 28px; font: 600 9px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.links-hero__feature > div { position: absolute; z-index: 1; right: 28px; bottom: 28px; left: 28px; display: flex; align-items: end; justify-content: space-between; gap: 22px; }
.links-hero__feature strong { display: block; font-size: clamp(43px, 4.4vw, 72px); font-weight: 450; line-height: .84; letter-spacing: -.06em; }
.links-hero__feature b { flex: 0 0 auto; padding-bottom: 5px; font: 600 9px var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.link-cards { border-top: 1px solid var(--ink); }
.link-card { position: relative; display: grid; grid-template-columns: 110px minmax(330px, 1.35fr) minmax(240px, .65fr) 170px; gap: 28px; align-items: center; min-height: 250px; padding: 34px 3.25vw; background: var(--paper); border-bottom: 1px solid var(--line); text-decoration: none; transition: color .35s, background .35s; }
.link-card > span { align-self: start; padding-top: 6px; color: var(--muted); font: 600 9px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.link-card h2 { margin: 0; font-size: clamp(48px, 5.5vw, 88px); font-weight: 450; line-height: .87; letter-spacing: -.06em; transition: transform .45s cubic-bezier(.2,.75,.2,1); }
.link-card p { max-width: 390px; margin: 0; color: #5d5a54; font-size: 16px; }
.link-card b { justify-self: end; min-width: 150px; padding: 13px 15px; border: 1px solid currentColor; border-radius: 99px; font: 600 9px var(--mono); text-align: center; text-transform: uppercase; }
.link-card:hover { color: var(--white); background: var(--ink); }
.link-card:hover h2 { transform: translateX(18px); }
.link-card:hover p, .link-card:hover > span { color: rgba(255,255,255,.64); }
.link-card--video { color: var(--white); background: var(--ink); }
.link-card--video p, .link-card--video > span { color: rgba(255,255,255,.64); }
.link-card--video:hover { background: var(--ink-soft); }
.link-card--accent { color: var(--white); background: var(--signal); }
.link-card--accent p, .link-card--accent > span { color: rgba(255,255,255,.78); }
.link-card--accent:hover { background: #d93120; }
.gallery-hero { display: grid; grid-template-columns: .75fr 1.25fr; min-height: max(760px, 100svh); padding-top: 76px; color: var(--white); background: var(--ink); }
.gallery-hero > div { align-self: center; padding: 70px 3.25vw; }
.gallery-hero h1 { margin: 12vh 0 30px; font-size: clamp(63px, 8vw, 124px); font-weight: 450; line-height: .84; letter-spacing: -.07em; }
.gallery-hero p:not(.eyebrow) { max-width: 460px; color: rgba(255,255,255,.5); }
.gallery-hero p + .gallery-hero__credit { margin-top: 24px; }
.gallery-hero__credit strong { display: block; margin-top: 22px; color: var(--signal); font: 600 9px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.gallery-hero > img { width: 100%; height: 100%; object-fit: cover; }
.project-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--ink); }
.project-gallery figure { margin: 0; overflow: hidden; }
.project-gallery img { width: 100%; height: 100%; max-height: 920px; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.project-gallery figure:nth-child(3n) { grid-column: 1 / -1; }
.project-gallery figure:hover img { transform: scale(1.025); }

/* FOOTER */
.site-footer { padding: 90px 3.25vw 28px; color: var(--white); background: var(--ink); border-top: 1px solid var(--line-light); }
.footer-lead { display: grid; grid-template-columns: 1fr 1fr; align-items: end; min-height: 190px; padding-bottom: 42px; border-bottom: 1px solid var(--line-light); }
.brand--footer { color: var(--white); font-size: clamp(27px, 3.8vw, 54px); }
.brand--footer img { width: 46px; height: 47px; filter: brightness(0) invert(1); }
.footer-lead p { max-width: 380px; justify-self: end; margin: 0; color: rgba(255,255,255,.4); font-size: 15px; text-align: right; }
.footer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; padding: 65px 0 80px 45%; }
.footer-grid > div { display: flex; flex-direction: column; gap: 8px; }
.footer-label { color: rgba(255,255,255,.3); font: 600 8px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.footer-grid a { width: max-content; color: rgba(255,255,255,.72); font-size: 14px; text-decoration: none; }
.footer-grid a:hover { color: var(--white); }
.footer-privacy-button { width: max-content; padding: 0; color: rgba(255,255,255,.72); background: transparent; border: 0; cursor: pointer; font-size: 14px; text-align: left; }
.footer-privacy-button:hover { color: var(--white); }
.footer-bottom { display: grid; grid-template-columns: 1fr 1.5fr; gap: 30px; padding-top: 20px; border-top: 1px solid var(--line-light); color: rgba(255,255,255,.3); font: 500 8px/1.6 var(--mono); }
.footer-bottom p:last-child { justify-self: end; max-width: 670px; text-align: right; }
.footer-bottom a { color: rgba(255,255,255,.58); }

@keyframes orbit { to { transform: translate(-50%,-50%) rotate(360deg); } }

@media (max-width: 980px) {
  .site-nav { gap: 18px; }
  .site-nav > a { font-size: 11px; }
  .hero-copy { grid-column: 1 / 9; }
  .draw-stage { left: 79%; width: 61vw; opacity: .84; }
  .home-hero::after { left: 75%; }
  .statement { grid-template-columns: 1fr; }
  .statement > p, .statement-note { grid-column: 1; }
  .human-story { grid-template-columns: .6fr 1.4fr; }
  .human-story__portrait { width: 85%; }
  .human-story__detail { width: 150px; }
  .flow { grid-template-columns: 1fr; }
  .flow-head { position: relative; top: auto; min-height: 680px; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .retail-hero__copy { grid-column: 1 / 9; }
  .retail-hero__media { right: -17%; width: 69%; opacity: .72; }
  .retail-intro { grid-template-columns: 1fr 3fr; }
  .retail-module { grid-template-columns: 42px 70px .9fr 1.1fr; gap: 20px; }
  .join-section { gap: 5vw; }
}

@media (max-width: 740px) {
  html { scroll-padding-top: 68px; }
  .site-header { height: 68px; padding: 0 18px; }
  .menu-toggle { display: block; width: 46px; height: 46px; }
  .site-nav { position: fixed; z-index: 90; top: 68px; right: 0; bottom: 0; left: 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; width: 100%; height: calc(100dvh - 68px); min-height: calc(100svh - 68px); overflow-y: auto; padding: 18px 18px 24px; color: var(--white); background: var(--ink); border-top: 1px solid var(--line-light); transform: translateX(100%); opacity: 0; visibility: hidden; transition: transform .42s cubic-bezier(.2,.75,.2,1), opacity .28s, visibility .42s; }
  .menu-open .site-nav { transform: none; opacity: 1; visibility: visible; }
  .site-nav > a:not(.nav-cta) { display: grid; grid-template-columns: 36px 1fr; align-items: center; min-height: 78px; padding: 14px 0; border-bottom: 1px solid var(--line-light); font-size: clamp(31px, 9.4vw, 42px); font-weight: 450; line-height: .92; letter-spacing: -.055em; }
  .site-nav > a:not(.nav-cta)::before { align-self: start; padding-top: 5px; color: rgba(255,255,255,.4); font: 600 9px var(--mono); letter-spacing: .08em; }
  .site-nav > a:nth-child(1)::before { content: "01"; }
  .site-nav > a:nth-child(2)::before { content: "02"; }
  .site-nav > a:nth-child(3)::before { content: "03"; }
  .site-nav > a:nth-child(4)::before { content: "04"; }
  .site-nav > a:not(.nav-cta)::after { display: none; }
  .site-nav .nav-cta, .home-page .site-nav .nav-cta, .partners-page .site-nav .nav-cta { justify-content: space-between; min-height: 62px; margin-top: auto; padding: 18px 20px; color: var(--white); background: var(--signal); border: 0; border-radius: 0; font-size: 16px; }
  .site-nav::after { margin-top: 18px; color: rgba(255,255,255,.42); content: "RELEASE DAYS, REWRITTEN · PARIS"; font: 600 9px var(--mono); letter-spacing: .09em; }
  .menu-open .site-header { color: var(--white); background: var(--ink); border-bottom-color: var(--line-light); }
  .menu-open .brand { color: var(--white); }
  .menu-open .brand img { filter: brightness(0) invert(1); }
  .brand { min-height: 44px; }
  .menu-open .menu-toggle > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-open .menu-toggle > span:nth-child(2) { opacity: 0; }
  .menu-open .menu-toggle > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .home-hero { display: flex; flex-direction: column; align-items: stretch; min-height: 0; padding: 118px 18px 0; }
  .hero-copy { max-width: none; }
  .hero-copy .section-label { margin-bottom: 54px; }
  .hero-copy h1 { font-size: clamp(55px, 15.4vw, 62px); line-height: .88; }
  .hero-copy h1 span { white-space: nowrap; }
  .hero-intro { max-width: 330px; margin-top: 30px; font-size: 14px; }
  .hero-actions { flex-wrap: wrap; gap: 18px; }
  .text-link { min-height: 44px; gap: 14px; }
  .draw-stage { position: relative; top: auto; bottom: auto; left: auto; flex: none; width: calc(100% + 36px); margin: 52px -18px 0; opacity: 1; transform: none; }
  .draw-stage.reveal, .draw-stage.reveal.is-visible { transform: none; }
  .draw-card { width: 48%; border-radius: 17px; }
  .draw-card__top { padding: 10px 11px 7px; }
  .draw-card figcaption { grid-template-columns: 1fr 44px; padding: 12px; }
  .draw-card figcaption strong { font-size: 10px; }
  .draw-card figcaption a { width: 44px; height: 44px; }
  .draw-signal { display: none; }
  .draw-beacon { top: 18%; right: 8%; }
  .hero-foot { position: relative; right: auto; bottom: auto; left: auto; grid-template-columns: 1fr 1fr; gap: 7px; width: 100%; padding: 18px 0 24px; }
  .hero-foot span:nth-child(2), .hero-foot span:nth-child(3) { text-align: right; }
  .hero-foot span:nth-child(3) { text-align: left; }
  .statement { padding: 100px 18px 110px; }
  .statement > p { margin-top: 55px; font-size: 52px; }
  .statement-note { margin-top: 28px; }
  .film { padding: 0 18px 100px; scroll-margin-top: 68px; }
  .film-head { grid-template-columns: 1fr; gap: 26px; padding-bottom: 30px; }
  .film-head h2 { margin: 28px 0 5px; font-size: 55px; }
  .film-head > a { justify-self: start; }
  .film-head > a { display: flex; align-items: center; min-height: 44px; }
  .film-frame { aspect-ratio: 4 / 3; border-radius: 13px; }
  .film-consent { right: 12px; bottom: 12px; width: calc(100% - 24px); padding: 15px; border-radius: 12px; }
  .film-consent p { margin: 11px 0; font-size: 16px; line-height: 1.35; }
  .film-consent button { min-height: 44px; padding: 10px 12px; font-size: 14px; }
  .film-consent > a { min-height: 44px; margin: 0 auto -8px; }
  .product-story { grid-template-columns: 1fr; min-height: 0; }
  .story-visual { min-height: 620px; }
  .visual-caption { grid-template-columns: 30px 1fr; }
  .visual-caption span:last-child { display: none; }
  .story-copy { padding: 90px 18px 110px; }
  .story-copy h2 { margin: 70px 0 28px; font-size: 55px; }
  .human-story { display: block; min-height: 1180px; padding: 100px 18px; }
  .human-story__portrait { width: 46%; }
  .human-story__copy { margin-top: 90px; }
  .human-story__copy h2 { margin-top: 52px; font-size: 58px; }
  .fairness-proof { grid-template-columns: 1fr; margin-top: 60px; }
  .human-story__detail { right: 18px; bottom: 45px; width: 125px; }
  .flow-head { min-height: 650px; padding: 75px 18px; }
  .flow-head h2 { margin-top: 17vh; font-size: 72px; }
  .flow-step { grid-template-columns: 34px 50px 1fr; gap: 16px; min-height: 200px; padding: 35px 18px; }
  .flow-step img { width: 42px; height: 42px; }
  .flow-step h3 { font-size: 31px; }
  .flow-step p { grid-column: 3; }
  .mission { min-height: 970px; }
  .mission-copy { padding: 80px 18px; }
  .mission-copy h2 { margin-top: 17vh; font-size: 69px; }
  .mission-notes { right: 18px; bottom: 22px; left: 18px; grid-template-columns: 1fr; width: auto; }
  .mission-notes article { padding: 18px; }
  .mission-notes article + article { border-top: 1px solid var(--line-light); border-left: 0; }
  .mission-notes p { min-height: 0; margin: 18px 0; }
  .download { grid-template-columns: 1fr; }
  .download-media { min-height: 570px; }
  .download-copy { padding: 100px 18px 110px; }
  .download-copy h2 { margin: 72px 0 35px; font-size: 62px; }
  .store-badges img { height: 42px; }
  .store-badges a { display: inline-flex; align-items: center; min-height: 44px; }
  .retail-hero { display: block; min-height: 1050px; padding: 118px 18px 75px; }
  .retail-hero__copy .section-label { margin-bottom: 54px; }
  .retail-hero__copy h1 { font-size: 59px; }
  .retail-hero__media { top: auto; right: -27%; bottom: 65px; width: 118%; transform: none; opacity: .8; }
  .retail-hero__media.reveal, .retail-hero__media.reveal.is-visible { transform: none; }
  .retail-hero__media > span { right: 24%; }
  .retail-intro { display: block; padding: 100px 18px; }
  .retail-intro h2 { margin: 60px 0 30px; font-size: 59px; }
  .retail-modules { padding: 0 18px 110px; }
  .retail-module { grid-template-columns: 30px 52px 1fr; gap: 13px; min-height: 230px; padding: 32px 0; }
  .retail-module > span { padding-top: 7px; }
  .retail-module img { width: 48px; height: 48px; }
  .retail-module h3 { font-size: 37px; }
  .retail-module p { grid-column: 3; }
  .retail-manifesto { grid-template-columns: 1fr; }
  .retail-manifesto__image { min-height: 560px; }
  .retail-manifesto__copy { padding: 90px 18px 110px; }
  .retail-manifesto__copy h2 { margin-top: 70px; font-size: 57px; }
  .join-section { grid-template-columns: 1fr; padding: 100px 18px; }
  .join-intro h2 { margin: 70px 0 32px; font-size: 57px; }
  .partner-form { margin-top: 70px; }
  .partner-form label { grid-template-columns: 1fr; }
  .partner-form label > span { padding: 0 0 6px; }
  .privacy-dialog { padding: 12px; }
  .privacy-dialog__panel { padding: 23px 20px; border-radius: 14px; }
  .privacy-dialog .section-label { margin-bottom: 24px; }
  .privacy-dialog h2 { font-size: 39px; }
  .privacy-dialog__actions { align-items: stretch; gap: 12px; }
  .privacy-dialog__actions .button { width: 100%; }
  .privacy-dialog__controls { align-items: flex-start; flex-direction: column; gap: 6px; }
  .legal-hero { padding: 150px 18px 80px; }
  .legal-hero h1 { margin-top: 90px; font-size: 62px; }
  .legal-shell { display: block; width: auto; max-width: 100%; padding: 75px 18px 110px; }
  .legal-shell > article { width: 100%; max-width: 100%; min-width: 0; overflow: hidden; }
  .legal-shell aside { position: relative; top: auto; display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 65px; }
  .legal-shell aside a { display: flex; align-items: center; min-height: 44px; font-size: 14px; }
  .policy-table-wrap { display: block; width: 100%; max-width: 100%; overflow-x: auto; }
  .archive-note { margin: 140px 18px 100px; padding: 34px 25px; }
  .links-hero { display: block; min-height: 0; padding: 68px 0 0; }
  .links-hero__main { min-height: 690px; padding: 67px 18px 52px; }
  .links-hero h1 { margin: 88px 0; font-size: clamp(63px, 18.7vw, 73px); }
  .links-hero h1 em { display: block; font-size: .72em; line-height: .92; letter-spacing: -.055em; }
  .links-hero__meta { position: static; max-width: none; }
  .links-hero__meta p { margin-top: 20px; }
  .links-hero__feature { min-height: 520px; }
  .links-hero__feature > span { top: 20px; left: 18px; }
  .links-hero__feature > div { right: 18px; bottom: 22px; left: 18px; }
  .links-hero__feature strong { font-size: 52px; }
  .link-card { grid-template-columns: 34px 1fr; gap: 0 14px; min-height: 335px; padding: 27px 18px; }
  .link-card > span { grid-column: 1 / -1; }
  .link-card h2 { grid-column: 1 / -1; align-self: end; margin: 72px 0 24px; font-size: 50px; }
  .link-card p { grid-column: 1 / -1; align-self: start; padding-right: 30px; }
  .link-card b { grid-column: 1 / -1; justify-self: start; align-self: end; min-width: 0; margin-top: 35px; padding: 13px 16px; }
  .link-card:hover h2 { transform: none; }
  .gallery-hero { grid-template-columns: 1fr; padding-top: 68px; }
  .gallery-hero > div { padding: 90px 18px; }
  .gallery-hero h1 { margin-top: 90px; font-size: 59px; }
  .gallery-hero > img { max-height: 760px; }
  .project-gallery { grid-template-columns: 1fr; }
  .project-gallery figure:nth-child(3n) { grid-column: auto; }
  .site-footer { padding: 75px 18px 25px; }
  .footer-lead { grid-template-columns: 1fr; gap: 50px; }
  .footer-lead p { justify-self: start; text-align: left; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 45px; padding: 60px 0 70px; }
  .footer-grid > div { gap: 0; }
  .footer-grid a, .footer-privacy-button { display: flex; align-items: center; min-width: 44px; min-height: 44px; }
  .footer-bottom { grid-template-columns: 1fr; }
  .footer-bottom p:last-child { justify-self: start; text-align: left; }
  .footer-bottom a { display: inline-flex; align-items: center; min-height: 44px; }
}

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