:root {
  --paper: #f3efe6;
  --paper-2: #e8e1d5;
  --ink: #14171a;
  --muted: #697075;
  --line: #d4ccbe;
  --red: #ff4d2e;
  --orange: #ff9f1c;
  --lime: #b8ff57;
  --blue: #6ad7ff;
  --radius: 28px;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img, video { display: block; max-width: 100%; }
button, input { font: inherit; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; padding: 12px 18px; background: var(--ink); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.home-header {
  position: sticky;
  top: 0;
  z-index: 30;
  min-height: 82px;
  display: grid;
  grid-template-columns: minmax(210px, 1fr) auto minmax(210px, 1fr);
  align-items: center;
  gap: 28px;
  padding: 10px clamp(18px, 3.5vw, 56px);
  border-bottom: 1px solid rgba(20, 23, 26, .15);
  background: rgba(243, 239, 230, .9);
  backdrop-filter: blur(16px);
}
.home-brand { display: inline-flex; align-items: center; gap: 11px; width: max-content; text-decoration: none; }
.home-brand img { width: 52px; height: 52px; object-fit: contain; }
.home-brand span { display: grid; gap: 2px; }
.home-brand strong { letter-spacing: -.04em; font-size: 17px; line-height: 1; }
.home-brand small { color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.home-nav { display: flex; align-items: center; gap: 28px; }
.home-nav a, .home-socials a { text-decoration: none; font-size: 12px; font-weight: 800; }
.home-nav a:hover, .home-socials a:hover { color: var(--red); }
.home-nav .nav-burn { display: inline-flex; align-items: center; gap: 7px; }
.home-nav .nav-burn span { color: var(--red); }
.home-socials { justify-self: end; display: flex; align-items: center; gap: 13px; }
.home-socials .social-primary { padding: 12px 16px; border-radius: 999px; background: var(--ink); color: #fff; }
.home-socials .social-primary:hover { background: var(--red); color: #fff; }
.menu-button { display: none; border: 0; background: none; font-size: 12px; font-weight: 900; text-transform: uppercase; }

.home-hero {
  display: grid;
  grid-template-columns: minmax(330px, .83fr) minmax(0, 1.5fr);
  min-height: min(760px, calc(100vh - 82px));
  padding: clamp(18px, 2.2vw, 34px);
  gap: clamp(18px, 2.2vw, 34px);
}
.hero-copy { align-self: stretch; display: flex; flex-direction: column; justify-content: center; padding: clamp(30px, 4vw, 74px) clamp(12px, 2.8vw, 50px); }
.overline { margin: 0 0 24px; color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .2em; }
.overline i { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 5px rgba(255,77,46,.12); }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.065em; line-height: .91; }
h1 { font-size: clamp(62px, 7vw, 112px); }
h1 em, h2 em { color: var(--red); font-weight: 400; }
.hero-deck { max-width: 550px; margin: 28px 0 0; color: #4f565a; font-size: clamp(16px, 1.5vw, 20px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.home-button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 0 22px; border: 1px solid var(--ink); border-radius: 999px; text-decoration: none; font-size: 12px; font-weight: 900; transition: transform .2s ease, background .2s ease, color .2s ease; }
.home-button:hover { transform: translateY(-2px); }
.home-button span { font-size: 17px; }
.home-button-dark { background: var(--ink); color: white; }
.home-button-dark:hover { background: var(--red); border-color: var(--red); }
.home-button-light { background: transparent; }
.home-button-light:hover { background: white; }
.home-button-accent { background: var(--red); border-color: var(--red); color: white; }
.home-button-accent:hover { background: var(--orange); border-color: var(--orange); color: var(--ink); }
.home-button-ghost { color: white; border-color: rgba(255,255,255,.35); }
.hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: auto 0 0; padding-top: 40px; }
.hero-stats div { padding-top: 16px; border-top: 1px solid var(--line); }
.hero-stats dt { font-family: var(--serif); font-size: clamp(27px, 3vw, 42px); line-height: 1; }
.hero-stats dd { margin: 7px 0 0; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .06em; }
.hero-visual { position: relative; overflow: hidden; margin: 0; min-height: 520px; border-radius: var(--radius); background: #a8b9c0; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 54% center; }
.hero-visual figcaption, .machine-media figcaption, .studio-gallery figcaption { position: absolute; inset: auto 0 0; display: flex; justify-content: space-between; padding: 18px 22px; color: white; background: linear-gradient(transparent, rgba(0,0,0,.62)); font-size: 9px; font-weight: 900; letter-spacing: .14em; }

.lineup { padding: 24px 0 0; overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #ebe4d7; }
.lineup > p { margin: 0 0 8px; padding: 0 clamp(18px, 3.5vw, 56px); color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .2em; }
.lineup-track { min-width: 1150px; width: 100%; }
.lineup-track img { width: 100%; height: auto; }

.editorial-section { padding: clamp(78px, 10vw, 150px) clamp(20px, 5vw, 80px); }
.section-intro { display: grid; grid-template-columns: minmax(200px, .55fr) minmax(440px, 1fr) minmax(250px, .55fr); align-items: end; gap: 40px; margin-bottom: clamp(50px, 7vw, 90px); }
.section-intro .overline { align-self: start; }
.section-intro h2, .burn-preview h2, .studio-copy h2 { font-size: clamp(58px, 7vw, 106px); }
.section-intro > p:last-child, .studio-copy > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.utility-grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 18px; }
.utility-card { min-height: 390px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #ece5da; overflow: hidden; }
.utility-card .card-number { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(20,23,26,.25); border-radius: 50%; font-family: var(--serif); font-size: 18px; }
.utility-card > div { margin-top: auto; }
.utility-card p, .reward-callout p { margin: 0 0 10px; color: var(--red); font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.utility-card h3, .reward-callout h3 { margin: 0; font-family: var(--serif); font-size: clamp(34px, 3vw, 48px); font-weight: 400; line-height: .98; letter-spacing: -.045em; }
.utility-card small { display: block; min-height: 54px; max-width: 330px; margin: 20px 0 26px; color: #5d6469; line-height: 1.55; }
.utility-card > a, .reward-callout > a, .studio-copy > a { display: flex; justify-content: space-between; align-items: center; padding-top: 18px; border-top: 1px solid rgba(20,23,26,.25); text-decoration: none; font-size: 11px; font-weight: 900; }
.utility-card > a:hover, .reward-callout > a:hover, .studio-copy > a:hover { color: var(--red); }
.card-collection { background: var(--ink); color: white; }
.card-collection .card-number, .card-collection > a { border-color: rgba(255,255,255,.25); }
.card-collection small { color: #aeb4b8; }
.card-burn { background: #ffb399; }
.card-community { background: #c7e7ef; }

.machine-section { display: grid; grid-template-columns: minmax(330px, .6fr) minmax(0, 1.4fr); gap: 34px; padding: clamp(34px, 5vw, 80px); background: var(--ink); color: white; }
.machine-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 4vw 2vw; }
.overline-light { color: var(--orange); }
.machine-copy h2 { font-size: clamp(72px, 8vw, 125px); }
.machine-copy p:not(.overline) { max-width: 460px; margin: 30px 0; color: #bfc3c5; line-height: 1.65; }
.machine-media { position: relative; min-height: 630px; margin: 0; overflow: hidden; border-radius: var(--radius); background: #2c211c; }
.machine-media video { width: 100%; height: 100%; object-fit: cover; }
.machine-media figcaption i, .podium-head i { display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 50%; background: #50d785; box-shadow: 0 0 0 5px rgba(80,215,133,.13); }

.burn-preview { padding: clamp(78px, 10vw, 150px) clamp(20px, 5vw, 80px); }
.burn-preview-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 55px; }
.burn-summary { display: flex; gap: 60px; }
.burn-summary div { min-width: 130px; }
.burn-summary strong { display: block; font-family: var(--serif); font-size: 55px; font-weight: 400; line-height: 1; }
.burn-summary span { color: var(--muted); font-size: 10px; font-weight: 800; }
.burn-preview-grid { display: grid; grid-template-columns: 1.5fr .65fr; gap: 18px; }
.podium-card, .reward-callout { border: 1px solid var(--line); border-radius: var(--radius); background: #fbfaf7; }
.podium-head { display: flex; justify-content: space-between; gap: 16px; padding: 24px 28px; border-bottom: 1px solid var(--line); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.podium-head small { color: var(--muted); font-size: 9px; letter-spacing: .04em; }
.podium-card ol { margin: 0; padding: 0 28px; list-style: none; }
.podium-card li { min-height: 92px; display: grid; grid-template-columns: 52px minmax(0, 1fr) auto; align-items: center; gap: 16px; border-bottom: 1px solid #e5dfd4; }
.podium-card li:last-child { border-bottom: 0; }
.podium-rank { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: #e9e3d7; font-family: var(--serif); font-size: 18px; }
.podium-card li:first-child .podium-rank { background: #ffd969; }
.podium-wallet { min-width: 0; display: flex; align-items: center; gap: 13px; }
.podium-avatar { position: relative; flex: 0 0 auto; width: 42px; height: 42px; display: grid; place-items: center; overflow: hidden; border-radius: 50%; background: var(--ink); color: white; font-weight: 900; }
.podium-avatar img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.podium-name { min-width: 0; }
.podium-name strong, .podium-name small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.podium-name strong { font-size: 13px; }
.podium-name small { margin-top: 5px; color: var(--muted); font-size: 10px; font-family: ui-monospace, monospace; }
.podium-burns { text-align: right; }
.podium-burns strong { font-family: var(--serif); font-size: 29px; font-weight: 400; }
.podium-burns small { display: block; color: var(--red); font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.podium-loading { grid-template-columns: 1fr 80px !important; }
.podium-loading span { height: 12px; border-radius: 20px; background: #e9e3d8; animation: pulse 1.2s infinite alternate; }
.podium-loading span:last-child { width: 50px; justify-self: end; }
@keyframes pulse { to { opacity: .4; } }
.podium-empty { grid-template-columns: 1fr !important; color: var(--muted); font-family: var(--serif); font-size: 24px; }
.reward-callout { display: flex; flex-direction: column; padding: 30px; background: var(--red); color: white; }
.reward-badge { width: 70px; height: 70px; display: grid; place-items: center; margin-bottom: auto; border-radius: 50%; background: var(--ink); font-family: var(--serif); font-size: 30px; }
.reward-callout p { margin-top: 50px; color: #43160f; }
.reward-callout h3 { font-size: clamp(46px, 4.2vw, 68px); }
.reward-callout small { display: block; margin: 20px 0 36px; color: #5b1d13; line-height: 1.5; }
.reward-callout > a { border-color: rgba(255,255,255,.35); }
.reward-callout > a:hover { color: white; }

.studio-section { display: grid; grid-template-columns: minmax(280px, .55fr) minmax(0, 1.45fr); gap: 50px; padding: clamp(78px, 10vw, 150px) clamp(20px, 5vw, 80px); background: #e4ded2; }
.studio-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.studio-copy > p { max-width: 460px; margin: 30px 0; }
.studio-copy > a { width: 100%; }
.studio-gallery { display: grid; grid-template-columns: 1.3fr .8fr; align-items: end; gap: 18px; }
.studio-gallery figure { position: relative; overflow: hidden; margin: 0; border-radius: var(--radius); }
.studio-gallery img { width: 100%; height: 100%; object-fit: cover; }
.studio-main { aspect-ratio: 1; }
.studio-side { aspect-ratio: .84; margin-bottom: -45px !important; }
.studio-wide { grid-column: 1 / -1; aspect-ratio: 2.2; margin-top: 18px !important; }

.community-cta { position: relative; display: grid; place-items: center; overflow: hidden; padding: clamp(90px, 11vw, 180px) 22px; text-align: center; background: var(--ink); color: white; }
.community-cta > img { position: absolute; width: min(580px, 65vw); opacity: .07; transform: translateY(5%); }
.community-cta > *:not(img) { position: relative; z-index: 1; }
.community-cta h2 { max-width: 1000px; font-size: clamp(58px, 8vw, 124px); }
.community-cta > div { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 40px; }

.home-footer { display: grid; grid-template-columns: 1fr .9fr 1fr; gap: 30px; align-items: start; padding: 45px clamp(20px, 5vw, 80px) 30px; border-top: 1px solid #333; background: var(--ink); color: white; }
.footer-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.footer-brand img { width: 48px; height: 48px; }
.footer-brand strong { letter-spacing: -.04em; }
.home-footer > p { margin: 5px 0; color: #aeb3b6; line-height: 1.5; }
.home-footer nav { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.home-footer nav a { text-decoration: none; font-size: 11px; font-weight: 800; }
.home-footer nav a:hover { color: var(--red); }
.home-footer > small { grid-column: 1 / -1; margin-top: 30px; padding-top: 20px; border-top: 1px solid #363a3d; color: #72797d; font-size: 8px; font-weight: 900; letter-spacing: .13em; }

@media (max-width: 1100px) {
  .home-header { grid-template-columns: 1fr auto; }
  .home-socials { display: none; }
  .home-hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 570px; }
  .hero-visual { min-height: 520px; }
  .section-intro { grid-template-columns: .5fr 1.1fr; }
  .section-intro > p:last-child { grid-column: 2; }
  .utility-grid { grid-template-columns: 1fr 1fr; }
  .card-community { grid-column: 1 / -1; min-height: 300px; }
  .machine-section { grid-template-columns: 1fr; }
  .machine-copy { min-height: 480px; }
  .burn-preview-grid { grid-template-columns: 1fr; }
  .reward-callout { min-height: 420px; }
  .studio-section { grid-template-columns: 1fr; }
  .studio-copy { min-height: 440px; }
}

@media (max-width: 760px) {
  :root { --radius: 20px; }
  .home-header { min-height: 70px; padding: 8px 16px; }
  .home-brand img { width: 44px; height: 44px; }
  .home-brand small { display: none; }
  .menu-button { display: block; justify-self: end; }
  .home-nav { position: fixed; inset: 70px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 18px; border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: 0 18px 35px rgba(0,0,0,.16); }
  .home-nav.is-open { display: flex; }
  .home-nav a { padding: 18px 4px; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 24px; font-weight: 400; }
  .home-hero { min-height: 0; padding: 12px; }
  .hero-copy { min-height: 520px; padding: 52px 12px 30px; }
  .hero-deck { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .home-button { width: 100%; justify-content: space-between; }
  .hero-stats { gap: 8px; padding-top: 32px; }
  .hero-stats dd { font-size: 8px; }
  .hero-visual { min-height: 440px; }
  .hero-visual img { object-position: 58% center; }
  .hero-visual figcaption span:last-child { display: none; }
  .lineup { padding-top: 14px; }
  .lineup-track { min-width: 830px; transform: translateX(-8%); }
  .editorial-section, .burn-preview, .studio-section { padding: 78px 16px; }
  .section-intro { display: block; }
  .section-intro h2 { margin-bottom: 30px; }
  .utility-grid { grid-template-columns: 1fr; }
  .card-community { grid-column: auto; }
  .utility-card { min-height: 350px; padding: 24px; }
  .machine-section { padding: 16px; }
  .machine-copy { min-height: 480px; padding: 70px 8px; }
  .machine-media { min-height: 530px; }
  .machine-media video { object-position: center; }
  .machine-media figcaption span:last-child { display: none; }
  .burn-preview-heading { display: block; }
  .burn-summary { margin-top: 38px; gap: 40px; }
  .burn-summary strong { font-size: 46px; }
  .podium-head { padding: 20px; }
  .podium-head small { font-size: 0; }
  .podium-card ol { padding: 0 18px; }
  .podium-card li { grid-template-columns: 36px minmax(0, 1fr) auto; gap: 9px; }
  .podium-rank { width: 32px; height: 32px; font-size: 15px; }
  .podium-avatar { display: none; }
  .reward-callout { min-height: 410px; padding: 24px; }
  .studio-copy { min-height: 420px; }
  .studio-gallery { grid-template-columns: 1fr; }
  .studio-side { width: 82%; justify-self: end; margin: -55px 0 0 !important; box-shadow: -10px -10px 0 var(--paper); }
  .studio-wide { width: 100%; aspect-ratio: 1.35; margin-top: 0 !important; }
  .community-cta > div { width: 100%; }
  .home-footer { grid-template-columns: 1fr; }
  .home-footer > small { grid-column: 1; }
}

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