:root {
  --ink: #0b0f0e;
  --ink-soft: #141b18;
  --paper: #f3f0e8;
  --paper-warm: #fbf9f3;
  --white: #fffdf7;
  --muted: #707771;
  --line: rgba(11, 15, 14, .14);
  --line-light: rgba(255, 253, 247, .18);
  --acid: #d6f56d;
  --acid-dark: #91ad2c;
  --coral: #ff725d;
  --blue: #a7d4e5;
  --lavender: #c5b9f3;
  --peach: #f2b69c;
  --radius-lg: 28px;
  --radius-md: 18px;
  color: var(--ink);
  background: var(--paper);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; overflow-x: hidden; background: var(--paper); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--coral); outline-offset: 5px; }
.shell { width: min(1180px, calc(100% - 56px)); margin: 0 auto; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Arial Narrow", "Avenir Next Condensed", "Segoe UI", sans-serif; letter-spacing: -.075em; }
h1, h2 { font-weight: 800; }
h1 em, h2 em { color: var(--coral); font-style: normal; }

.site-header { position: sticky; top: 0; z-index: 20; color: var(--white); background: rgba(11, 15, 14, .93); border-bottom: 1px solid rgba(255, 253, 247, .13); backdrop-filter: blur(18px); }
.nav { display: flex; min-height: 78px; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--white); font-size: 17px; font-weight: 700; letter-spacing: -.05em; white-space: nowrap; }
.brand img { width: 40px; height: 40px; object-fit: contain; }
.brand b { color: var(--acid); font-weight: 700; }
.desktop-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; color: rgba(255, 253, 247, .64); font-size: 12px; font-weight: 600; }
.desktop-nav a, .footer-links a { transition: color 160ms ease; }
.desktop-nav a:hover, .footer-links a:hover { color: var(--acid); }
.nav-cta, .mobile-panel-cta { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 42px; padding: 0 18px; border: 1px solid var(--acid); border-radius: 999px; background: var(--acid); color: var(--ink); font-size: 12px; font-weight: 800; transition: transform 160ms ease, background 160ms ease; }
.nav-cta:hover, .mobile-panel-cta:hover { transform: translateY(-2px); background: var(--white); }
.nav-cta span, .button span { font-size: 18px; font-weight: 400; line-height: 0; }
.mobile-nav { display: none; position: relative; margin-left: auto; }
.menu-button { display: flex; align-items: center; gap: 9px; cursor: pointer; list-style: none; color: var(--white); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.menu-button::-webkit-details-marker { display: none; }
.menu-icon { display: grid; width: 25px; gap: 4px; }
.menu-icon i { display: block; width: 100%; height: 2px; border-radius: 2px; background: var(--acid); transition: transform 160ms ease, opacity 160ms ease; }
.mobile-nav[open] .menu-icon i:first-child { transform: translateY(6px) rotate(45deg); }
.mobile-nav[open] .menu-icon i:nth-child(2) { opacity: 0; }
.mobile-nav[open] .menu-icon i:last-child { transform: translateY(-6px) rotate(-45deg); }
.mobile-panel { position: absolute; top: calc(100% + 18px); right: -8px; width: min(290px, calc(100vw - 32px)); padding: 10px; border: 1px solid rgba(255, 253, 247, .15); border-radius: 18px; background: rgba(20, 27, 24, .98); box-shadow: 0 24px 50px rgba(0, 0, 0, .3); }
.mobile-panel a { display: flex; align-items: center; justify-content: space-between; padding: 15px 13px; border-bottom: 1px solid rgba(255, 253, 247, .1); color: var(--white); font-size: 14px; font-weight: 700; }
.mobile-panel a span { color: var(--acid); font-size: 11px; }
.mobile-panel .mobile-panel-cta { margin-top: 10px; border: 0; border-radius: 11px; color: var(--ink); }

.hero { position: relative; overflow: hidden; color: var(--white); background: var(--ink); }
.hero::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(255, 253, 247, .045) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 253, 247, .045) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, black, transparent 92%); content: ""; pointer-events: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, .92fr) minmax(430px, 1.08fr); gap: 52px; align-items: center; min-height: 690px; padding-top: 74px; padding-bottom: 54px; }
.hero-copy { position: relative; z-index: 1; }
.eyebrow, .section-kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 21px; color: var(--acid-dark); font-size: 10px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.hero .eyebrow { color: var(--acid); }
.live-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 5px rgba(255, 114, 93, .16); }
.live-dot.dark { background: var(--ink); box-shadow: 0 0 0 5px rgba(11, 15, 14, .12); }
h1 { max-width: 720px; margin-bottom: 25px; font-size: clamp(4.4rem, 8vw, 8.6rem); line-height: .83; }
.hero-text { max-width: 485px; margin-bottom: 31px; color: rgba(255, 253, 247, .65); font-size: 16px; line-height: 1.65; }
.hero-actions, .download-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.button { display: inline-flex; min-height: 53px; align-items: center; justify-content: center; gap: 17px; padding: 0 20px; border: 1px solid transparent; border-radius: 999px; font-size: 12px; font-weight: 800; transition: transform 160ms ease, background 160ms ease, border-color 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button-acid { background: var(--acid); color: var(--ink); }
.button-acid:hover { background: var(--white); }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: var(--white); color: var(--ink); }
.quiet-link { color: rgba(255, 253, 247, .76); font-size: 12px; font-weight: 700; }
.quiet-link span { display: inline-block; margin-left: 6px; color: var(--acid); font-size: 18px; transition: transform 160ms ease; }
.quiet-link:hover span { transform: translateY(4px); }
.hero-proof { display: flex; align-items: center; gap: 12px; margin-top: 59px; }
.proof-faces { display: flex; }
.proof-faces i { display: block; width: 25px; height: 25px; margin-left: -7px; border: 2px solid var(--ink); border-radius: 50%; background: var(--coral); }
.proof-faces i:first-child { margin-left: 0; background: var(--acid); }
.proof-faces i:nth-child(2) { background: var(--lavender); }
.proof-faces i:nth-child(3) { background: var(--peach); }
.hero-proof p { margin: 0; color: rgba(255, 253, 247, .54); font-size: 11px; line-height: 1.45; }
.hero-proof strong { color: var(--white); }

.hero-stage { position: relative; min-height: 525px; }
.stage-glow { position: absolute; top: 9%; right: 11%; width: 72%; height: 77%; border-radius: 50%; background: rgba(214, 245, 109, .13); filter: blur(10px); }
.stage-orbit { position: absolute; top: 11%; left: 10%; width: 81%; height: 77%; border: 1px solid rgba(214, 245, 109, .27); border-radius: 50%; transform: rotate(-24deg); }
.stage-orbit-two { top: 6%; left: 23%; width: 57%; height: 88%; border-color: rgba(255, 114, 93, .35); transform: rotate(44deg); }
.stage-topline { position: absolute; top: 1%; right: 8%; left: 9%; display: flex; justify-content: space-between; color: rgba(255, 253, 247, .45); font-size: 9px; font-weight: 700; letter-spacing: .15em; }
.village-ticket { position: absolute; top: 63px; left: 17%; display: flex; width: min(370px, 67%); min-height: 420px; flex-direction: column; justify-content: space-between; padding: 25px; overflow: hidden; border: 1px solid rgba(255, 253, 247, .22); border-radius: 27px; background: linear-gradient(150deg, #25322d, #101614 72%); box-shadow: 26px 32px 70px rgba(0, 0, 0, .4); transform: rotate(-7deg); }
.village-ticket::before { position: absolute; right: -70px; bottom: -80px; width: 250px; height: 250px; border: 1px solid rgba(214, 245, 109, .4); border-radius: 50%; box-shadow: 0 0 0 25px rgba(214, 245, 109, .05), 0 0 0 50px rgba(214, 245, 109, .04); content: ""; }
.village-ticket::after { position: absolute; top: -20%; right: 13%; width: 1px; height: 150%; background: rgba(255, 253, 247, .16); transform: rotate(34deg); content: ""; }
.ticket-head, .ticket-bottom { position: relative; z-index: 1; display: flex; justify-content: space-between; color: rgba(255, 253, 247, .5); font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.ticket-head span:first-child { color: var(--acid); }
.ticket-mark { position: relative; z-index: 1; width: 76px; height: 76px; display: grid; place-items: center; border: 1px solid var(--acid); border-radius: 50%; color: var(--acid); font-size: 22px; font-weight: 800; letter-spacing: -.1em; }
.ticket-title { position: relative; z-index: 1; margin-top: auto; margin-bottom: 45px; color: var(--white); font-size: clamp(2.5rem, 4vw, 4rem); font-weight: 800; letter-spacing: -.09em; line-height: .85; }
.ticket-title em { color: var(--coral); font-style: normal; }
.ticket-bottom { align-items: center; padding-top: 17px; border-top: 1px solid rgba(255, 253, 247, .2); letter-spacing: .05em; }
.ticket-dot { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 50%; background: var(--coral); color: var(--white); font-size: 15px; }
.stage-note { position: absolute; z-index: 2; display: flex; align-items: center; gap: 11px; min-width: 185px; padding: 12px 15px 12px 11px; border: 1px solid rgba(11, 15, 14, .12); border-radius: 13px; background: rgba(255, 253, 247, .96); color: var(--ink); box-shadow: 7px 13px 28px rgba(0, 0, 0, .2); }
.stage-note-top { top: 10%; right: 0; }
.stage-note-bottom { right: 3%; bottom: 8%; }
.note-icon { display: grid; width: 31px; height: 31px; flex: 0 0 auto; place-items: center; border-radius: 9px; font-size: 18px; }
.note-icon.acid { background: rgba(214, 245, 109, .75); }
.note-icon.coral { background: rgba(255, 114, 93, .2); color: var(--coral); }
.stage-note b, .stage-note small { display: block; }
.stage-note b { font-size: 11px; }
.stage-note small { margin-top: 4px; color: var(--muted); font-size: 9px; }
.stage-stamp { position: absolute; right: 0; bottom: 24%; display: grid; width: 70px; height: 70px; place-items: center; border: 1px solid var(--acid); border-radius: 50%; color: var(--acid); font-size: 9px; font-weight: 800; letter-spacing: .14em; line-height: 1.12; text-align: center; transform: rotate(12deg); }
.hero-floor { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; padding-bottom: 24px; color: rgba(255, 253, 247, .38); font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.hero-floor i { width: 42px; height: 1px; background: var(--acid); }

.signal-strip { overflow: hidden; background: var(--acid); border-top: 1px solid rgba(11, 15, 14, .2); border-bottom: 1px solid rgba(11, 15, 14, .2); }
.signal-track { display: flex; width: max-content; align-items: center; gap: 35px; padding: 17px 0; color: var(--ink); font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.signal-track b { color: var(--coral); font-size: 16px; }
.signal-track span:first-child { margin-left: 28px; }

.section { padding-top: 125px; padding-bottom: 125px; }
.section-kicker { margin-bottom: 22px; }
.section-kicker span { color: var(--coral); font-family: monospace; font-size: 11px; }
.section-kicker p { margin: 0; }
.intro-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: end; }
h2 { margin-bottom: 0; font-size: clamp(3.2rem, 5.9vw, 6.8rem); line-height: .85; }
.intro-copy { max-width: 420px; padding-bottom: 6px; }
.intro-copy p { color: var(--muted); font-size: 15px; line-height: 1.65; }
.intro-copy p + p { margin-top: 16px; }
.arrow-link { display: inline-flex; gap: 8px; margin-top: 17px; padding-bottom: 6px; border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 800; }
.arrow-link span { color: var(--coral); font-size: 17px; line-height: .6; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 52px; }
.section-heading h2 { margin-bottom: 0; }
.section-intro { max-width: 300px; margin-bottom: 5px; color: var(--muted); font-size: 14px; line-height: 1.65; }

.experience-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 13px; }.experience-card { position: relative; display: flex; min-height: 290px; grid-column: span 2; flex-direction: column; justify-content: space-between; padding: 22px; overflow: hidden; border-radius: var(--radius-md); transition: transform 180ms ease, box-shadow 180ms ease; }
.experience-card:hover { z-index: 1; box-shadow: 0 17px 32px rgba(11, 15, 14, .13); transform: translateY(-5px); }
.experience-card::after { position: absolute; right: -54px; bottom: -73px; width: 190px; height: 190px; border: 1px solid rgba(11, 15, 14, .18); border-radius: 50%; content: ""; }
.card-core { color: var(--white); background: var(--ink); }
.card-core::after { border-color: rgba(255, 253, 247, .23); }
.card-terra { background: var(--acid); }
.card-bakery { background: var(--peach); }
.card-express { color: var(--white); background: #d96d36; }
.card-hideout { background: var(--lavender); }
.card-hitlab { background: #bbdf97; }
.card-redzone { background: var(--coral); }
.card-connect { background: var(--blue); }
.card-meta { position: relative; z-index: 1; display: flex; align-items: start; justify-content: space-between; color: rgba(11, 15, 14, .54); font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.card-core .card-meta { color: rgba(255, 253, 247, .55); }
.card-meta b { color: var(--ink); font-family: Georgia, serif; font-size: 28px; line-height: .6; }
.card-core .card-meta b { color: var(--acid); }
.experience-card h3 { position: relative; z-index: 1; margin: 0 0 9px; font-size: clamp(1.75rem, 3vw, 2.6rem); line-height: .9; }
.experience-card p { position: relative; z-index: 1; max-width: 245px; margin: 0; color: rgba(11, 15, 14, .66); font-size: 12px; line-height: 1.5; }
.card-core p { color: rgba(255, 253, 247, .6); }
.experience-card a { position: relative; z-index: 1; display: inline-flex; width: fit-content; align-items: center; gap: 5px; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 11px; font-weight: 800; }
.experience-card a span { color: var(--coral); font-size: 16px; }

.inside { color: var(--white); background: var(--ink); }
.inside .section-kicker { color: var(--acid); }
.inside .section-kicker span { color: var(--coral); }
.inside-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 55px; }
.inside-heading h2 { margin: 0; }
.inside-heading p { margin: 0 0 4px; color: var(--acid); font-size: 19px; font-weight: 700; letter-spacing: -.04em; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }
.feature-card { min-height: 300px; padding: 24px; border-radius: var(--radius-md); color: var(--ink); background: var(--paper-warm); }
.feature-large { min-height: 410px; grid-row: span 2; background: #25342e; color: var(--white); }
.feature-gold { background: var(--acid); }
.feature-coral { background: var(--coral); }
.feature-wide { display: grid; grid-template-columns: .72fr 1.28fr; gap: 20px; min-height: 225px; grid-column: 1 / -1; background: var(--blue); }
.feature-index { display: block; margin-bottom: 25px; color: rgba(11, 15, 14, .55); font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.feature-large .feature-index { color: rgba(255, 253, 247, .52); }
.feature-symbol { display: grid; width: 54px; height: 54px; margin-bottom: 42px; place-items: center; border-radius: 15px; background: var(--ink); color: var(--acid); font-family: Georgia, serif; font-size: 29px; }
.feature-large .feature-symbol { background: var(--acid); color: var(--ink); }
.feature-card h3 { max-width: 340px; margin-bottom: 11px; font-size: clamp(1.8rem, 3vw, 2.65rem); line-height: .9; }
.feature-card p { max-width: 410px; margin-bottom: 0; color: rgba(11, 15, 14, .66); font-size: 13px; line-height: 1.6; }
.feature-large p { color: rgba(255, 253, 247, .6); }
.feature-card a { display: inline-flex; gap: 6px; margin-top: 25px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 11px; font-weight: 800; }
.feature-card a span { color: var(--coral); font-size: 16px; }

.rhythm-list { border-top: 1px solid var(--line); }
.rhythm-row { display: grid; grid-template-columns: 44px 100px 1fr 35px; gap: 22px; align-items: center; min-height: 133px; border-bottom: 1px solid var(--line); }
.rhythm-time { color: var(--coral); font-family: monospace; font-size: 12px; font-weight: 800; }
.rhythm-bar { position: relative; height: 3px; background: rgba(11, 15, 14, .12); }
.rhythm-bar i { display: block; width: 40%; height: 100%; background: var(--acid-dark); }
.rhythm-row:nth-child(2) .rhythm-bar i { width: 68%; background: var(--coral); }
.rhythm-row:nth-child(3) .rhythm-bar i { width: 92%; background: var(--ink); }
.rhythm-row h3 { margin-bottom: 6px; font-size: 24px; }
.rhythm-row p { max-width: 410px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.rhythm-mark { justify-self: end; color: var(--coral); font-family: Georgia, serif; font-size: 27px; }

.download { padding-bottom: 115px; }
.download-inner { display: flex; min-height: 420px; align-items: center; justify-content: space-between; gap: 45px; padding: 65px 75px; overflow: hidden; border-radius: var(--radius-lg); background: var(--coral); }
.download-copy h2 { color: var(--white); }
.download-copy > p:not(.eyebrow) { max-width: 430px; margin: 26px 0 30px; color: rgba(11, 15, 14, .68); font-size: 15px; line-height: 1.6; }
.download-link { color: rgba(11, 15, 14, .76); font-size: 11px; font-weight: 800; }
.download-art { position: relative; display: grid; min-width: 255px; justify-items: center; }
.download-art img { position: relative; z-index: 1; width: 170px; height: 170px; object-fit: contain; }
.download-art span { position: relative; z-index: 1; margin-top: 12px; color: rgba(11, 15, 14, .63); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.download-circle { position: absolute; top: -42px; width: 240px; height: 240px; border: 1px solid rgba(255, 253, 247, .45); border-radius: 50%; box-shadow: 0 0 0 25px rgba(255, 253, 247, .11), 0 0 0 50px rgba(255, 253, 247, .08); }

.footer { padding-top: 28px; color: var(--white); background: var(--ink); }
.footer-main { display: flex; align-items: center; gap: 33px; padding-bottom: 28px; }
.footer-main > p { margin: 0; color: rgba(255, 253, 247, .42); font-size: 11px; }
.footer-links { display: flex; gap: 23px; margin-left: auto; color: rgba(255, 253, 247, .6); font-size: 11px; }

.legal-page { min-height: 100vh; color: var(--white); background: var(--ink); }
.legal-main { max-width: 820px; padding-top: 120px; padding-bottom: 90px; }
.legal-main h1 { max-width: 720px; margin: 0 0 18px; font-size: clamp(3.5rem, 8vw, 7rem); line-height: .9; letter-spacing: -.07em; }
.legal-main h1 em { color: var(--acid); font-style: normal; }
.legal-main h2 { margin: 48px 0 12px; color: var(--acid); font-size: 25px; letter-spacing: -.04em; }
.legal-main p, .legal-main li { max-width: 720px; color: rgba(255, 253, 247, .72); font-size: 15px; line-height: 1.75; }
.legal-main ul { padding-left: 22px; }
.legal-meta { margin-bottom: 45px; color: var(--coral); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.legal-nav { display: flex; gap: 18px; margin-top: 22px; font-size: 12px; font-weight: 800; }
.legal-nav a { color: var(--acid); }
.legal-nav a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 17px; padding-bottom: 21px; border-top: 1px solid rgba(255, 253, 247, .14); color: rgba(255, 253, 247, .35); font-size: 9px; letter-spacing: .03em; }

@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; gap: 15px; padding-top: 70px; }
  .hero-copy { max-width: 650px; }
  .hero-stage { width: min(650px, 100%); margin: 0 auto; }
  .intro-grid { gap: 50px; }
  .experience-grid { grid-template-columns: repeat(4, 1fr); }
  .experience-card { grid-column: span 2; }
  .feature-layout { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 34px, 590px); }
  .nav { min-height: 68px; }
  .desktop-nav, .nav-cta { display: none; }
  .mobile-nav { display: block; }
  .hero-grid { min-height: auto; padding-top: 64px; padding-bottom: 26px; }
  h1 { font-size: clamp(4rem, 16vw, 6.5rem); }
  .hero-text { font-size: 15px; }
  .hero-proof { margin-top: 43px; }
  .hero-stage { min-height: 430px; margin-top: 5px; transform: scale(.96); transform-origin: top center; margin-bottom: -17px; }
  .village-ticket { left: 10%; width: 66%; min-height: 350px; }
  .stage-note-top { right: -2%; }
  .stage-note-bottom { right: -1%; bottom: 5%; }
  .stage-stamp { right: -1%; bottom: 26%; }
  .hero-floor { display: none; }
  .section { padding-top: 88px; padding-bottom: 88px; }
  .intro-grid, .section-heading, .inside-heading { display: block; }
  .intro-copy, .section-intro, .inside-heading p { margin-top: 27px; }
  .section-heading { margin-bottom: 35px; }
  .experience-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .experience-card, .experience-card:nth-child(n+4) { min-height: 260px; }
  .experience-card h3 { font-size: 28px; }
  .experience-card p { font-size: 11px; }
  .inside-heading { margin-bottom: 36px; }
  .inside-heading h2 { font-size: clamp(3.3rem, 13vw, 5.2rem); }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature-large { min-height: 380px; grid-column: 1 / -1; grid-row: auto; }
  .feature-wide { grid-template-columns: 1fr; }
  .feature-symbol { margin-bottom: 28px; }
  .rhythm-row { grid-template-columns: 35px 60px 1fr; gap: 13px; min-height: 145px; }
  .rhythm-mark { display: none; }
  .rhythm-row h3 { font-size: 20px; }
  .rhythm-row p { font-size: 12px; }
  .download-inner { padding: 46px 28px; }
  .download-art { display: none; }
  .footer-main { display: grid; gap: 18px; }
  .footer-links { margin-left: 0; }
  .legal-main { padding-top: 85px; }
  .legal-main h1 { font-size: clamp(3.2rem, 16vw, 5rem); }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 500px) {
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .quiet-link { margin: 0 auto; }
  .hero-stage { min-height: 380px; transform: scale(.82); width: 122%; margin-left: -11%; margin-bottom: -68px; }
  .village-ticket { top: 48px; left: 12%; width: 65%; min-height: 315px; padding: 19px; }
  .ticket-mark { width: 60px; height: 60px; font-size: 18px; }
  .ticket-title { margin-bottom: 28px; font-size: 39px; }
  .stage-note { min-width: 175px; }
  .stage-note-top { top: 7%; right: 0; }
  .stage-note-bottom { right: 0; bottom: 2%; }
  .stage-stamp { right: 0; bottom: 25%; width: 58px; height: 58px; font-size: 8px; }
  .experience-grid, .feature-grid { grid-template-columns: 1fr; }
  .experience-card, .experience-card:nth-child(n+4) { min-height: 230px; }
  .experience-card h3 { font-size: 31px; }
  .feature-large { min-height: 330px; }
  .feature-wide { display: block; min-height: 310px; }
  .feature-wide > div + div { margin-top: 38px; }
  .download-actions { align-items: stretch; flex-direction: column; }
  .download-actions .button { width: 100%; }
  .download-link { text-align: center; }
}

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