:root {
  color-scheme: light;
  --cream: #f4ead4;
  --paper: #fff7e8;
  --brown: #34211c;
  --brown-soft: #735847;
  --red: #b52e2b;
  --red-deep: #8c2225;
  --pink: #ebbbb6;
  --blue: #b9d8e0;
  --mustard: #d5a846;
  --line: rgba(52, 33, 28, .28);
  --display: "Arial Black", "Segoe UI", Arial, sans-serif;
  --serif: Georgia, "Times New Roman", serif;
  --body: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  min-width: 320px;
  margin: 0;
  background: var(--cream);
  color: var(--brown);
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  opacity: .055;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 150 150' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.38'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}

a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
button:focus-visible, a:focus-visible { outline: 3px solid #2578b0; outline-offset: 4px; }
img { display: block; max-width: 100%; }
.site-shell { overflow: clip; }
.section { position: relative; padding: clamp(64px, 7vw, 110px) max(24px, calc((100vw - 1500px) / 2)); }

.site-header {
  position: relative;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 82px;
  padding: 12px max(24px, calc((100vw - 1500px) / 2));
  border-bottom: 1px solid var(--brown);
  background: var(--cream);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--display);
  font-size: 1.8rem;
  letter-spacing: .012em;
  text-decoration: none;
  white-space: nowrap;
}
.brand-dot { width: 11px; height: 11px; border-radius: 50%; background: var(--red); }
.brand-star { color: var(--red); font-family: var(--serif); font-size: 1.1rem; transform: translateY(-8px); }

.site-nav { display: flex; align-items: center; gap: clamp(18px, 2.5vw, 42px); }
.site-nav a { padding: 8px 0; font-size: .83rem; font-weight: 900; text-decoration: none; text-transform: uppercase; letter-spacing: .05em; }
.site-nav a:hover { color: var(--red); }
.header-actions { display: flex; gap: 9px; }
.menu-toggle { display: none; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  border: 2px solid var(--brown);
  border-radius: 2px;
  font-size: .88rem;
  font-weight: 900;
  letter-spacing: .025em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease;
}
.button:hover { transform: translateY(-3px); box-shadow: 4px 4px 0 var(--brown); }
.button:active { transform: translateY(0); box-shadow: none; }
.button-small { min-height: 40px; padding: 0 15px; font-size: .76rem; }
.button-dark { background: var(--brown); color: var(--paper); }
.button-dark:hover { background: var(--red-deep); }
.button-red { border-color: var(--red-deep); background: var(--red); color: white; }
.button-outline { background: transparent; color: var(--brown); }
.button-cream { border-color: var(--cream); background: var(--cream); color: var(--brown); }
.button-text { border: 0; background: none; text-decoration: underline; text-underline-offset: 5px; }
.button-text:hover { box-shadow: none; color: var(--red); }
[data-placeholder-link="true"] { cursor: help; }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  min-height: min(680px, calc(100svh - 82px));
  border-bottom: 1px solid var(--brown);
  background: var(--paper);
}
.hero-copy {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
  padding: clamp(30px, 3vw, 52px) clamp(30px, 5vw, 100px) 32px max(24px, calc((100vw - 1500px) / 2));
}
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 17px; font-size: .76rem; font-weight: 900; letter-spacing: .12em; }
.eyebrow-line { width: 34px; height: 2px; background: var(--red); }
.hero-heading-wrap { position: relative; width: 100%; }
.hero-title {
  display: flex;
  flex-direction: column;
  margin: 0;
  color: var(--brown);
  font-family: var(--display);
  font-size: clamp(5.4rem, 8.7vw, 10rem);
  font-weight: 900;
  letter-spacing: -.025em;
  line-height: .95;
  text-transform: uppercase;
}
.hero-title span:first-child { color: var(--red); }
.hero-title span:last-child { transform: none; }
.title-stamp { position: absolute; right: 1%; bottom: 0; color: var(--mustard); font-size: clamp(3rem, 5vw, 6rem); }
.hero-ticker { display: inline-block; margin: 15px 0 0; padding: 6px 12px; border: 1px solid var(--brown); background: var(--pink); font-size: .85rem; font-weight: 900; letter-spacing: .08em; }
.hero-tagline { margin: clamp(16px, 2vw, 25px) 0 0; font-family: var(--serif); font-size: clamp(1.75rem, 3vw, 3.3rem); font-style: italic; font-weight: bold; letter-spacing: -.02em; line-height: 1.1; }
.hero-subline { margin: 12px 0 0; color: var(--brown-soft); font-size: clamp(1rem, 1.5vw, 1.25rem); }
.hero-buttons { display: flex; flex-wrap: wrap; align-items: center; gap: 11px; margin: 23px 0 0; }
.contract { width: min(100%, 530px); margin-top: clamp(20px, 2.5vw, 32px); border: 1px solid var(--brown); background: #fffaf0; }
.contract-label { display: flex; justify-content: space-between; gap: 12px; padding: 11px 14px; border-bottom: 1px solid var(--line); font-size: .68rem; font-weight: 900; letter-spacing: .14em; }
.contract-net { color: var(--red); }
.contract-value { display: flex; align-items: center; justify-content: space-between; min-height: 47px; gap: 10px; padding-left: 14px; }
.contract-value code { min-width: 0; overflow: hidden; font-family: "Courier New", monospace; font-size: .78rem; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.contract-value button { align-self: stretch; min-width: 86px; padding: 0 12px; border: 0; border-left: 1px solid var(--brown); background: var(--mustard); font-size: .73rem; font-weight: 900; cursor: pointer; }
.contract-value button:hover { background: var(--pink); }

.hero-art {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 0;
  overflow: hidden;
  isolation: isolate;
  border-left: 1px solid var(--brown);
  background: var(--blue);
}
.hero-art::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .16;
  background: repeating-linear-gradient(0deg, transparent 0 56px, rgba(52, 33, 28, .22) 57px 58px), repeating-linear-gradient(90deg, transparent 0 56px, rgba(52, 33, 28, .22) 57px 58px);
}
.hero-art::after { content: ""; position: absolute; width: 80%; aspect-ratio: 1; z-index: -1; border-radius: 50%; background: var(--mustard); box-shadow: 0 0 0 25px rgba(244, 234, 212, .7), 0 0 0 29px var(--brown); }
.art-ring { position: absolute; z-index: -1; width: 70%; aspect-ratio: 1; border: 1px dashed var(--brown); border-radius: 50%; }
.ring-one { transform: rotate(14deg) scale(1.3); }.ring-two { transform: rotate(-8deg) scale(.82); }
.art-caption { position: absolute; z-index: 2; padding: 12px 19px; border: 2px solid var(--brown); background: var(--paper); font-family: var(--display); font-size: clamp(1rem, 1.6vw, 1.8rem); box-shadow: 5px 5px 0 var(--brown); }
.caption-left { top: 16%; left: 5%; }.caption-right { top: 24%; right: 4%; background: var(--pink); }
.portrait-plate { position: relative; width: min(82%, 540px); }
.portrait-star { position: absolute; top: 10%; right: 2%; color: var(--red); font-size: 4rem; }
.pop-portrait { position: relative; display: block; width: 100%; padding: 0; border: 0; background: none; cursor: pointer; transform-origin: 50% 70%; transition: transform .12s ease; touch-action: manipulation; }
.pop-portrait:hover { transform: scale(1.025); }
.pop-portrait.is-popping { transform: scale(1.04); }
.pop-portrait img { width: 100%; height: auto; object-fit: contain; user-select: none; pointer-events: none; }
.hero-portrait, .room-portrait { overflow: hidden; border: 5px solid var(--cream); background: #9ab4ce; box-shadow: 12px 12px 0 var(--brown); }
.portrait-open { position: absolute; inset: 0; opacity: 0; }
.is-popping .portrait-open { opacity: 1; }
.is-popping .portrait-closed { opacity: 0; }
@media (hover: hover) and (pointer: fine) {
  .pop-portrait:hover .portrait-open { opacity: 1; }
  .pop-portrait:hover .portrait-closed { opacity: 0; }
}
.portrait-label { position: absolute; bottom: -18px; left: -20px; z-index: 3; padding: 9px 12px; border: 1px solid var(--brown); background: var(--paper); font-family: "Courier New", monospace; font-size: .68rem; font-weight: bold; }
.pop-badge { position: absolute; right: 3%; bottom: 5%; z-index: 4; display: grid; place-items: center; width: clamp(92px, 9vw, 145px); aspect-ratio: 1; border: 3px solid var(--brown); border-radius: 50%; background: var(--red); color: var(--paper); }
.pop-badge span { font-family: var(--display); font-size: clamp(1.8rem, 3.3vw, 3.5rem); line-height: .8; }.pop-badge small { font-size: .65rem; font-weight: 900; }
.hero-counter { position: absolute; top: 16px; right: 16px; z-index: 4; display: grid; grid-template-columns: auto auto; column-gap: 12px; align-items: center; padding: 11px 14px; border: 1px solid var(--brown); background: var(--paper); font-size: .7rem; font-weight: 900; letter-spacing: .09em; }
.hero-counter strong { grid-column: 2; grid-row: 1 / span 2; color: var(--red); font-family: var(--display); font-size: 2rem; letter-spacing: 0; }.hero-counter small { grid-column: 1; font-size: .54rem; color: var(--brown-soft); }

.ticker { overflow: hidden; border-bottom: 1px solid var(--brown); background: var(--red); color: var(--cream); }
.ticker-track { display: flex; width: max-content; animation: ticker 33s linear infinite; }
.ticker-track span { flex: 0 0 auto; padding: 13px 0; font-family: var(--display); font-size: clamp(1.25rem, 2vw, 2rem); letter-spacing: .035em; white-space: nowrap; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section-index { display: flex; justify-content: space-between; gap: 16px; padding-bottom: 13px; border-bottom: 1px solid var(--brown); font-size: .73rem; font-weight: 900; letter-spacing: .13em; }
.section-index-light { border-color: rgba(244, 234, 212, .65); color: var(--cream); }
.about { background: var(--cream); }
.about-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: clamp(40px, 8vw, 140px); padding: clamp(46px, 6vw, 90px) 0; }
.about-title-wrap { position: relative; }
.about h2, .memes h2, .socials h2 { margin: 0; font-family: var(--display); font-size: clamp(3.8rem, 6vw, 7.2rem); font-weight: 900; line-height: 1; letter-spacing: -.025em; }
.about h2 { max-width: 700px; }.inline-star { position: absolute; right: 7%; top: -45px; color: var(--red); font-size: clamp(3rem, 6vw, 5rem); }
.about-copy { align-self: center; max-width: 650px; }
.about-copy p { font-family: var(--serif); font-size: clamp(1.3rem, 1.8vw, 1.8rem); line-height: 1.36; }.about-copy .lead { margin-top: 0; font-size: clamp(1.65rem, 2.3vw, 2.3rem); }
.about-signoff { display: flex; align-items: center; gap: 20px; margin-top: 45px; padding-top: 22px; border-top: 1px solid var(--brown); color: var(--red); font-family: var(--serif); font-size: 1.4rem; font-style: italic; }
.campaign-poster { max-width: 1280px; margin: 0 auto 38px; padding: 7px; border: 1px solid var(--brown); background: var(--paper); box-shadow: 9px 9px 0 var(--brown); }
.campaign-poster img { width: 100%; height: auto; }
.handdrawn { font-family: var(--body); font-size: 3rem; font-style: normal; }
.fact-strip { display: flex; justify-content: space-between; gap: 16px; padding: 18px 0 0; border-top: 1px solid var(--brown); font-size: .73rem; font-weight: 900; letter-spacing: .11em; }

.pop-room { overflow: hidden; background: var(--red-deep); color: var(--cream); }
.pop-room::before { content: ""; position: absolute; inset: 0; opacity: .12; background: repeating-linear-gradient(135deg, transparent 0 37px, #fff 38px 39px); pointer-events: none; }
.pop-room-heading { position: relative; z-index: 2; margin: 46px auto 0; text-align: center; }
.room-kicker { margin: 0 0 12px; color: var(--mustard); font-size: .82rem; font-weight: 900; letter-spacing: .19em; }
.pop-room h2 { margin: 0; font-family: var(--display); font-size: clamp(4.1rem, 7.5vw, 8.5rem); line-height: 1; letter-spacing: -.025em; }
.pop-room-heading > p:last-child { margin: 18px 0 0; font-family: var(--serif); font-size: clamp(1.3rem, 2.1vw, 2.4rem); font-style: italic; }
.room-stage { position: relative; width: min(100%, 1000px); min-height: 520px; margin: 0 auto; display: grid; place-items: center; isolation: isolate; }
.room-orbit { position: absolute; z-index: -1; width: 65%; aspect-ratio: 1; border: 1px solid rgba(244, 234, 212, .5); border-radius: 50%; }.orbit-a { transform: scale(1.3); }.orbit-b { transform: scale(.95); border-style: dashed; }
.room-stage::after { content: ""; position: absolute; z-index: -1; width: min(65%, 560px); aspect-ratio: 1; border-radius: 50%; background: var(--pink); box-shadow: 0 0 0 15px var(--mustard); }
.room-portrait { width: min(64%, 520px); }
.room-counter { position: absolute; left: 2%; bottom: 8%; z-index: 3; display: grid; padding: 12px 16px; border: 2px solid var(--brown); background: var(--cream); color: var(--brown); font-size: .78rem; font-weight: 900; letter-spacing: .11em; }
.room-counter strong { color: var(--red); font-family: var(--display); font-size: clamp(3rem, 6vw, 6rem); letter-spacing: 0; line-height: 1; }.room-counter small { color: var(--brown-soft); font-size: .6rem; }
.room-sticker { position: absolute; z-index: 2; color: var(--cream); font-family: var(--display); font-size: 4rem; }.sticker-a { top: 19%; left: 3%; }.sticker-b { top: 20%; right: 6%; color: var(--mustard); font-size: 6rem; }
.room-controls { position: relative; z-index: 4; display: flex; justify-content: center; align-items: center; gap: 18px; }
.sound-toggle { min-height: 54px; display: inline-flex; align-items: center; gap: 10px; padding: 0 16px; border: 1px solid var(--cream); background: transparent; color: var(--cream); font-size: .78rem; font-weight: 900; letter-spacing: .1em; cursor: pointer; }
.sound-icon { font-size: 1.25rem; }.sound-toggle[aria-pressed="false"] { opacity: .65; }.sound-toggle:hover { background: rgba(255,255,255,.13); }
.milestone-message { position: relative; z-index: 2; min-height: 28px; margin: 23px 0 0; text-align: center; color: var(--mustard); font-family: var(--serif); font-size: 1.25rem; font-style: italic; opacity: 0; }.milestone-message.is-visible { opacity: 1; }
.reaction { position: absolute; z-index: 7; color: var(--mustard); font-family: var(--display); font-size: clamp(2.5rem, 6vw, 5.5rem); pointer-events: none; text-shadow: 3px 3px 0 var(--brown); transform: rotate(var(--rotation)); animation: reaction .8s ease-out forwards; }
@keyframes reaction { to { opacity: 0; transform: translateY(-100px) rotate(var(--rotation)) scale(1.35); } }
.milestone-flash .pop-room { box-shadow: inset 0 0 0 14px var(--mustard); }

.tape { overflow: hidden; border-block: 1px solid var(--brown); background: var(--mustard); color: var(--brown); }
.tape span { display: block; width: max-content; padding: 12px 0; font-family: var(--display); font-size: clamp(1.25rem, 2vw, 2.1rem); white-space: nowrap; }
.memes { background: var(--paper); }
.memes-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin: 48px 0 42px; }
.small-cap { margin: 0 0 18px; color: var(--red); font-size: .77rem; font-weight: 900; letter-spacing: .15em; }
.memes h2 { max-width: 800px; font-size: clamp(4rem, 7vw, 8.5rem); }
.memes-heading > p { max-width: 320px; margin: 0; font-family: var(--serif); font-size: 1.18rem; line-height: 1.35; }
.meme-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.meme-card { display: block; min-width: 0; padding: 0; border: 1px solid var(--brown); background: var(--cream); color: var(--brown); text-align: left; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.meme-card:nth-child(3n+2), .meme-card:nth-child(3n+3) { transform: none; }
.meme-card:hover { transform: translateY(-4px); box-shadow: 5px 5px 0 var(--brown); }
.meme-poster { position: relative; display: flex; flex-direction: column; justify-content: space-between; min-height: 300px; overflow: hidden; padding: 17px; border-bottom: 1px solid var(--brown); color: var(--brown); isolation: isolate; }
.meme-poster::before { content: ""; position: absolute; top: 15%; left: 19%; z-index: -1; width: 68%; aspect-ratio: 1; border: 2px solid currentColor; border-radius: 50%; opacity: .33; box-shadow: 0 0 0 20px rgba(255,255,255,.18), 0 0 0 22px currentColor; transform: rotate(-16deg); }
.meme-poster::after { content: ""; position: absolute; inset: 0; z-index: -2; opacity: .22; background: repeating-linear-gradient(135deg, transparent 0 14px, currentColor 15px 16px); }
.meme-poster img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; }
.meme-marker { align-self: flex-start; padding: 5px 8px; border: 1px solid currentColor; background: rgba(255,255,255,.47); font-family: "Courier New", monospace; font-size: .68rem; font-weight: bold; }
.meme-symbol { align-self: center; font-size: clamp(6rem, 11vw, 11rem); line-height: 1; opacity: .7; }
.meme-poster strong { max-width: 95%; font-family: var(--display); font-size: clamp(2.3rem, 4.1vw, 5rem); line-height: 1; letter-spacing: -.025em; text-transform: uppercase; }
.meme-poster.has-image { min-height: 0; aspect-ratio: 1.12; }
.meme-poster.has-image::before, .meme-poster.has-image::after, .meme-poster.has-image .meme-symbol, .meme-poster.has-image strong { display: none; }
.meme-poster.has-image img { z-index: 0; }
.meme-poster.has-image .meme-marker { position: relative; z-index: 1; background: var(--paper); color: var(--brown); }
.tone-rose { background: #edbfc2; }.tone-blue { background: #a7d4e0; }.tone-mint { background: #bcd4a3; }.tone-red { background: #d4564c; color: #fff5df; }.tone-navy { background: #273b52; color: #f5dfb6; }.tone-mustard { background: #dec06d; }.tone-plum { background: #776486; color: #fff5df; }.tone-cream { background: #f3e5cf; }.tone-rust { background: #bd7a56; }
.meme-card-caption { display: flex; gap: 13px; align-items: baseline; min-height: 68px; padding: 16px; font-size: .94rem; font-weight: 900; }.meme-card-caption span:first-child { color: var(--red); font-family: "Courier New", monospace; }

.manifesto { overflow: hidden; background: var(--brown); color: var(--cream); }
.manifesto-inner { position: relative; display: grid; justify-items: center; padding-top: clamp(50px, 6vw, 95px); text-align: center; }
.manifesto .small-cap { color: var(--mustard); }
.manifesto h2 { max-width: 900px; margin: 0; font-family: var(--display); font-size: clamp(4.2rem, 7.5vw, 8.5rem); line-height: 1; letter-spacing: -.025em; }
.manifesto-lines { margin-top: 45px; font-family: var(--serif); font-size: clamp(1.45rem, 2.5vw, 2.5rem); font-style: italic; line-height: 1.36; }.manifesto-lines p { margin: 3px 0; }.manifesto-lines p:nth-last-child(-n+3) { color: var(--pink); font-weight: bold; }
.manifesto-space { height: 25px; }
.manifesto-star { position: absolute; top: 20%; left: 9%; color: var(--mustard); font-size: clamp(4rem, 7vw, 8rem); }
.manifesto-sign { margin-top: 55px; padding: 10px 30px; border: 1px solid var(--cream); font-family: var(--display); font-size: 2.4rem; }

.paris-feature { position: relative; height: clamp(460px, 54vw, 650px); overflow: hidden; isolation: isolate; background: #607889 url("./assets/paris-loop/paris-walk-poster.webp") center / cover no-repeat; color: var(--paper); }
.paris-feature::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(90deg, rgba(24, 20, 20, .62), transparent 64%), linear-gradient(180deg, rgba(24, 20, 20, .22), transparent 56%, rgba(24, 20, 20, .2)); }
.paris-feature video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.paris-feature-copy { position: absolute; top: clamp(35px, 5vw, 75px); left: max(24px, calc((100vw - 1500px) / 2)); z-index: 2; max-width: min(390px, 38vw); }
.paris-kicker { margin: 0 0 19px; font-size: .78rem; font-weight: 900; letter-spacing: .15em; }
.paris-feature h2 { margin: 0; font-family: var(--display); font-size: clamp(3.1rem, 5vw, 5.4rem); font-weight: 900; letter-spacing: -.025em; line-height: 1.03; text-wrap: balance; }
.paris-intro { max-width: 480px; margin: 18px 0 0; font-family: var(--serif); font-size: clamp(1.15rem, 1.7vw, 1.55rem); line-height: 1.3; }
.paris-place { position: absolute; right: max(24px, calc((100vw - 1500px) / 2)); bottom: 35px; z-index: 2; font-size: .74rem; font-weight: 900; letter-spacing: .12em; text-shadow: 0 1px 4px #28180f; }
.paris-play-toggle { position: absolute; left: max(24px, calc((100vw - 1500px) / 2)); bottom: 27px; z-index: 2; min-height: 42px; padding: 0 14px; border: 1px solid var(--paper); background: rgba(27, 20, 18, .72); color: var(--paper); font-size: .72rem; font-weight: 900; letter-spacing: .08em; cursor: pointer; }
.paris-play-toggle:hover { background: var(--paper); color: var(--brown); }

.socials { background: var(--cream); }
.social-card { position: relative; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 30px; min-height: 500px; margin-top: 40px; padding: clamp(30px, 6vw, 90px); overflow: hidden; border: 2px solid var(--brown); background: var(--blue); }
.social-card::after { content: ""; position: absolute; width: 40%; aspect-ratio: 1; right: -8%; bottom: -40%; border: 30px solid var(--mustard); border-radius: 50%; }
.socials h2 { position: relative; z-index: 1; max-width: 1040px; font-size: clamp(4.5rem, 8vw, 9.5rem); }.social-card p:not(.small-cap) { position: relative; z-index: 1; font-family: var(--serif); font-size: clamp(1.2rem, 2vw, 1.8rem); font-style: italic; }
.social-actions { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 10px; }.social-flower { position: absolute; right: 4%; top: 2%; color: var(--red); font-size: clamp(5rem, 10vw, 11rem); }
.site-footer { display: grid; grid-template-columns: 1fr 2fr auto; gap: 30px; align-items: end; padding: 35px max(24px, calc((100vw - 1500px) / 2)); border-top: 1px solid var(--brown); background: var(--cream); }
.footer-brand { font-family: var(--display); font-size: 2.2rem; text-decoration: none; }.site-footer p { max-width: 430px; margin: 0; font-size: .79rem; line-height: 1.45; }.site-footer > span { color: var(--red); font-family: var(--serif); font-size: 1.25rem; font-style: italic; }

.meme-dialog { width: min(90vw, 850px); max-height: min(90dvh, 900px); padding: 0; border: 2px solid var(--brown); background: var(--paper); color: var(--brown); box-shadow: 14px 14px 0 var(--brown); }
.meme-dialog::backdrop { background: rgba(26, 13, 11, .78); }
.dialog-inner { position: relative; display: grid; grid-template-columns: 1fr .7fr; min-height: 460px; }
.dialog-art .meme-poster { height: 100%; min-height: 460px; border-right: 1px solid var(--brown); border-bottom: 0; }
.dialog-art .meme-poster strong { font-size: clamp(3rem, 6vw, 6rem); }
.dialog-art .meme-poster.has-image { height: 100%; aspect-ratio: auto; background: var(--brown); }
.dialog-art .meme-poster.has-image img { object-fit: contain; }
.dialog-caption { display: flex; flex-direction: column; justify-content: end; padding: 42px 30px; }
.dialog-caption > span { color: var(--red); font-size: .76rem; font-weight: 900; letter-spacing: .14em; }.dialog-caption h2 { font-family: var(--display); font-size: clamp(2.5rem, 4vw, 4rem); line-height: .9; }.dialog-caption p { font-family: var(--serif); font-size: 1.15rem; font-style: italic; }
.dialog-close { position: absolute; top: 12px; right: 12px; z-index: 2; width: 42px; height: 42px; border: 1px solid var(--brown); background: var(--cream); color: var(--brown); font-size: 1.6rem; line-height: 1; cursor: pointer; }
.toast { position: fixed; left: 50%; bottom: 24px; z-index: 110; max-width: calc(100% - 36px); padding: 13px 18px; border: 2px solid var(--brown); background: var(--mustard); color: var(--brown); font-size: .86rem; font-weight: 900; text-align: center; box-shadow: 5px 5px 0 var(--brown); opacity: 0; pointer-events: none; transform: translate(-50%, 20px); transition: opacity .2s ease, transform .2s ease; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 1100px) {
  .site-header { gap: 16px; }.site-nav { gap: 16px; }.hero-title { font-size: clamp(5rem, 8.8vw, 9rem); }
  .hero-copy { padding-right: 25px; }.button { padding-inline: 17px; }
}
@media (max-width: 900px) {
  .site-header { min-height: 70px; }.site-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; padding: 14px 24px 24px; border-bottom: 1px solid var(--brown); background: var(--cream); box-shadow: 0 12px 20px rgba(52, 33, 28, .12); }
  .site-nav.is-open { display: flex; }.site-nav a { padding: 15px 0; border-bottom: 1px solid var(--line); }
  .menu-toggle { display: grid; align-content: center; gap: 6px; order: 3; width: 42px; height: 42px; padding: 8px; border: 1px solid var(--brown); background: transparent; cursor: pointer; }
  .menu-toggle span { height: 2px; background: var(--brown); }
  .header-actions { margin-left: auto; }.header-actions .button-outline { display: none; }
  .hero { grid-template-columns: 1fr; min-height: 0; }.hero-copy { min-height: 0; padding: 30px; }.hero-title { font-size: clamp(4.3rem, 10vw, 7.5rem); }
  .hero-art { min-height: 420px; border-left: 0; border-top: 1px solid var(--brown); }.portrait-plate { width: min(100%, 420px); }
  .paris-feature { height: 520px; }.paris-feature-copy { max-width: min(350px, 42vw); }.paris-feature h2 { font-size: clamp(3rem, 5.7vw, 4.4rem); }
  .about-grid { grid-template-columns: 1fr; gap: 30px; }.about-copy { max-width: 750px; }.memes-heading { display: block; }.memes-heading > p { max-width: 600px; margin-top: 24px; }
  .meme-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.site-footer { grid-template-columns: 1fr 1fr; }.site-footer > span { grid-column: 1 / -1; }
}
@media (max-width: 600px) {
  .site-header { gap: 10px; padding-inline: 17px; }.brand { font-size: 1.48rem; }.header-actions .button { min-height: 39px; padding-inline: 11px; font-size: .66rem; white-space: nowrap; }
  .hero-copy { display: contents; }
  .eyebrow { order: 1; margin: 43px 20px 18px; font-size: .63rem; }
  .hero-heading-wrap { order: 2; padding-inline: 20px; }.hero-title { font-size: clamp(4.6rem, 19vw, 6.8rem); }.title-stamp { right: 20px; bottom: -10px; }
  .hero-ticker { order: 3; justify-self: start; margin: 20px 20px 28px; }
  .hero-art { order: 4; min-height: 390px; border-bottom: 1px solid var(--brown); }.hero-art::after { width: 90%; }.portrait-plate { width: min(78%, 380px); }.caption-left { top: 20%; left: 5%; }.caption-right { top: 29%; right: 4%; }.art-caption { padding: 6px 10px; font-size: 1rem; }
  .hero-tagline { order: 5; margin: 28px 20px 0; font-size: 2.1rem; }
  .hero-subline { order: 6; margin: 10px 20px 0; }
  .hero-buttons { order: 7; width: calc(100% - 40px); margin: 24px 20px 0; gap: 8px; }.hero-buttons .button { min-height: 47px; font-size: .74rem; }.hero-buttons .button-text { padding-inline: 5px; }
  .contract { order: 8; width: calc(100% - 40px); margin: 27px 20px 40px; }.contract-value code { font-size: .7rem; }
  .portrait-label { bottom: -15px; left: -10px; max-width: 80%; font-size: .53rem; }.pop-badge { bottom: 3%; right: 3%; width: 90px; }.hero-counter { top: 10px; right: 10px; padding: 8px; font-size: .58rem; }.hero-counter strong { font-size: 1.5rem; }
  .section { padding: 55px 20px; }.section-index { font-size: .65rem; }.about h2, .memes h2, .socials h2 { font-size: clamp(3.1rem, 12vw, 5rem); }.about-copy p { font-size: 1.3rem; }.about-copy .lead { font-size: 1.6rem; }.fact-strip { flex-wrap: wrap; font-size: .6rem; }
  .pop-room h2 { font-size: clamp(3.3rem, 13vw, 5rem); }.room-stage { min-height: 410px; }.room-stage::after { width: 77%; }.room-portrait { width: 78%; }.room-counter { left: 0; bottom: 4%; padding: 9px; font-size: .62rem; }.room-counter strong { font-size: 3rem; }.room-sticker { font-size: 2.5rem; }.sticker-b { font-size: 3rem; }.room-controls { flex-wrap: wrap; }
  .meme-grid { grid-template-columns: 1fr; }.meme-poster { min-height: 340px; }.meme-poster strong { font-size: 4rem; }
  .manifesto h2 { font-size: clamp(3.3rem, 13vw, 5rem); }.manifesto-star { left: 0; top: 27%; font-size: 3.3rem; }.manifesto-lines { font-size: 1.5rem; }
  .paris-feature { height: clamp(360px, 100vw, 430px); background-position: 30% center; }.paris-feature video { object-position: 30% center; }.paris-feature-copy { top: 26px; left: 20px; max-width: calc(100% - 40px); }.paris-kicker { margin-bottom: 11px; font-size: .62rem; }.paris-feature h2 { max-width: 270px; font-size: clamp(2.4rem, 10vw, 3.2rem); line-height: 1.06; }.paris-intro { max-width: 260px; margin-top: 12px; font-size: 1rem; }.paris-play-toggle { left: 20px; bottom: 20px; }.paris-place { right: 20px; bottom: 31px; font-size: .55rem; }
  .social-card { min-height: 430px; padding: 27px; }.socials h2 { font-size: clamp(2.45rem, 11.5vw, 4.5rem); }.social-actions { width: 100%; }.social-actions .button { width: 100%; }
  .site-footer { grid-template-columns: 1fr; gap: 18px; padding: 30px 20px; }.site-footer > span { grid-column: auto; }
  .meme-dialog { width: min(94vw, 650px); }.dialog-inner { grid-template-columns: 1fr; }.dialog-art .meme-poster { min-height: 300px; max-height: 50dvh; border-right: 0; border-bottom: 1px solid var(--brown); }.dialog-caption { padding: 16px 20px 22px; }.dialog-caption h2 { margin: 12px 0; font-size: 2.4rem; }.dialog-caption p { margin: 0; }
}
@media (max-width: 380px) {
  .hero-title { font-size: 18vw; }.hero-buttons .button { padding-inline: 10px; font-size: .68rem; }.hero-art { min-height: 360px; }.pop-badge { width: 75px; }.pop-badge span { font-size: 1.6rem; }.portrait-label { display: none; }.paris-place { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .ticker-track { animation: none; }
  .meme-card:nth-child(n) { transform: none; }
}
