@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=DM+Sans:wght@400;500;700;900&family=Space+Grotesk:wght@400;500;600;700&display=swap');

:root {
  --paper: #f5efe7;
  --paper-deep: #eee3d7;
  --ink: #161817;
  --red: #ee3a2f;
  --yellow: #f7c84b;
  --muted: #8f887e;
  --line: rgba(22, 24, 23, .2);
  --sans: 'DM Sans', Arial, sans-serif;
  --display: 'Space Grotesk', 'Arial Black', sans-serif;
  --mono: 'DM Mono', monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.site-shell { overflow: hidden; }
.site-header, .site-footer, .hero, .intro-section, .category-section, .statement-section, .notify-section { max-width: 1440px; margin: 0 auto; padding-left: clamp(24px, 5vw, 80px); padding-right: clamp(24px, 5vw, 80px); }

.site-header { min-height: 94px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 24px; align-items: center; border-bottom: 1px solid var(--line); }
.wordmark { font: 900 20px/1 var(--display); letter-spacing: -.04em; }
.wordmark-dot, .red-dot { color: var(--red); }
.header-note, .header-link, .hero-caption, .intro-aside, .statement-note, .site-footer, .category-top, .category-bottom p, .notify-form label { font-size: 11px; letter-spacing: .04em; }
.header-note { margin: 0; text-align: center; color: var(--muted); line-height: 1.35; text-transform: uppercase; }
.header-link { justify-self: end; text-transform: uppercase; font-weight: 700; }
.header-link span { color: var(--red); font-size: 17px; margin-left: 6px; }

.hero { min-height: 730px; display: grid; grid-template-columns: minmax(0, .91fr) minmax(430px, 1.09fr); gap: 52px; align-items: center; position: relative; }
.hero-copy { padding: 62px 0 76px; position: relative; z-index: 1; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 28px; color: var(--red); font: 500 11px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.eyebrow-mark { width: 20px; height: 9px; display: inline-block; background: var(--red); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); }
h1 { max-width: 740px; margin: 0; font-size: clamp(60px, 7.1vw, 112px); font-weight: 700; letter-spacing: -.09em; line-height: .91; }
h1 em, h2 em { font-family: Georgia, serif; font-weight: 400; letter-spacing: -.08em; }
.hero-description { max-width: 390px; margin: 34px 0 31px; font-size: 16px; line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 22px; }
.button { border: 1px solid var(--ink); cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 49px; padding: 0 21px; font: 700 11px var(--mono); letter-spacing: .04em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-3px); }
.button span { font-size: 17px; line-height: 0; }
.button-dark { background: var(--ink); color: var(--paper); }
.button-dark:hover { background: var(--red); border-color: var(--red); }
.hero-caption { color: var(--muted); line-height: 1.5; text-transform: uppercase; }

.hero-art { min-height: 582px; position: relative; isolation: isolate; display: grid; place-items: center; }
.hero-art::before { content: ''; position: absolute; z-index: -1; width: min(43vw, 650px); aspect-ratio: 1; border-radius: 50%; background: var(--yellow); top: 50%; left: 50%; transform: translate(-44%, -47%); }
.hero-art::after { content: ''; position: absolute; z-index: -2; inset: 13% -4% 5% 8%; background-image: radial-gradient(var(--ink) 1px, transparent 1.5px); background-size: 18px 18px; opacity: .18; mask-image: linear-gradient(120deg, transparent 0%, black 35%, black 75%, transparent 100%); }
.receipt-card { width: min(60%, 380px); aspect-ratio: .71; padding: 31px 31px 25px; background: var(--paper); box-shadow: 17px 18px 0 var(--ink); transform: rotate(6deg); position: relative; z-index: 2; }
.receipt-card::before, .receipt-card::after { content: ''; position: absolute; left: 0; width: 100%; height: 8px; background: linear-gradient(135deg, transparent 5px, var(--paper) 0) 0 0 / 10px 10px repeat-x; }
.receipt-card::before { top: -8px; transform: rotate(180deg); }.receipt-card::after { bottom: -8px; }
.receipt-topline, .receipt-lines div, .receipt-footer { display: flex; justify-content: space-between; font: 500 9px var(--mono); letter-spacing: .05em; }
.receipt-rule { height: 2px; margin: 15px 0 22px; background: var(--red); }
.receipt-label { margin: 0; font: 500 8px/1.35 var(--mono); letter-spacing: .03em; }
.receipt-card h2 { margin: 25px 0 31px; font: 900 clamp(31px, 4vw, 51px)/.85 var(--display); letter-spacing: -.09em; }.receipt-card h2 span { color: var(--red); }
.receipt-lines { border-top: 1px solid var(--ink); }.receipt-lines div { padding: 9px 0; border-bottom: 1px solid var(--line); font-size: 7px; }.receipt-lines b { font-weight: 500; }.receipt-lines div:last-child b { color: var(--red); }
.barcode { height: 40px; margin: 24px 0 21px; display: flex; align-items: stretch; gap: 3px; }.barcode i { display: block; background: var(--ink); flex: 1; }.barcode i:nth-child(2n) { flex: 2; }.barcode i:nth-child(3n) { flex: .5; }
.receipt-footer { display: block; text-align: center; font-size: 7px; line-height: 1.7; }.receipt-footer small { color: var(--muted); font-size: 6px; }
.burst { position: absolute; z-index: 3; display: grid; place-items: center; text-align: center; width: 95px; height: 95px; border-radius: 50%; background: var(--red); color: var(--paper); font: 700 11px/1.05 var(--mono); transform: rotate(-15deg); }.burst-top { top: 5%; right: 12%; }
.coin { position: absolute; z-index: 4; bottom: 12%; left: 8%; width: 61px; height: 61px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); border: 2px solid var(--ink); font: 700 26px Georgia, serif; transform: rotate(-20deg); box-shadow: 4px 5px 0 var(--ink); }.hero-sticker { position: absolute; right: 3%; bottom: 10%; z-index: 3; padding: 9px 12px; border: 1px solid var(--ink); background: var(--paper); font: 500 8px/1.35 var(--mono); transform: rotate(9deg); }

.marquee { overflow: hidden; background: var(--red); color: var(--paper); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); transform: rotate(-1.3deg) scale(1.02); }.marquee-track { display: flex; width: max-content; align-items: center; gap: 33px; padding: 13px 0; animation: slide 20s linear infinite; font: 500 15px var(--mono); text-transform: uppercase; }.marquee b { color: var(--yellow); font-size: 22px; }.marquee span { min-width: 70px; text-align: center; }
@keyframes slide { to { transform: translateX(-50%); } }

.intro-section { padding-top: 150px; padding-bottom: 112px; display: grid; grid-template-columns: 1fr 3fr; gap: 40px; }.section-index { font: 500 11px var(--mono); color: var(--red); letter-spacing: .06em; }.intro-content { display: grid; grid-template-columns: 2.2fr 1fr; gap: 60px; }.intro-content h2 { max-width: 830px; margin: 0; font-size: clamp(34px, 4vw, 62px); line-height: .99; letter-spacing: -.08em; }.intro-content h2 em { color: var(--red); }.intro-aside { align-self: end; margin: 0; color: var(--muted); text-transform: uppercase; line-height: 1.6; }

.category-section { padding-bottom: 145px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.category-card { min-height: 490px; display: flex; flex-direction: column; padding: 21px; border: 1px solid var(--ink); position: relative; overflow: hidden; }.card-red { background: var(--red); }.card-yellow { background: var(--yellow); }.card-cream { background: var(--paper-deep); }.category-top { display: flex; justify-content: space-between; text-transform: uppercase; }.category-visual { min-height: 320px; flex: 1; display: grid; place-items: center; position: relative; }.visual-card { transform: rotate(-5deg); }.mini-card { width: 185px; height: 235px; background: var(--paper); border: 1px solid var(--ink); box-shadow: 10px 10px 0 rgba(22, 24, 23, .22); padding: 20px 17px; position: relative; }.mini-card-bar { width: 15px; height: 100%; position: absolute; top: 0; left: 0; background: var(--ink); }.mini-card p { margin: 19px 0 35px; padding-left: 4px; font: 900 25px/.9 var(--display); letter-spacing: -.09em; }.mini-card-line { height: 1px; background: var(--ink); }.mini-card span { display: block; margin-top: 14px; font: 500 7px var(--mono); text-align: right; }.mini-envelope { position: absolute; bottom: 47px; right: calc(50% - 140px); width: 110px; height: 73px; background: var(--paper); border: 1px solid var(--ink); transform: rotate(11deg); }.mini-envelope::after { content: ''; position: absolute; top: 0; left: 8px; width: 70px; height: 43px; border-left: 1px solid var(--red); border-bottom: 1px solid var(--red); transform: rotate(-45deg); }
.visual-shirt svg { width: 92%; max-height: 230px; }.visual-gift { gap: 18px; }.gift-box { width: 184px; height: 148px; background: var(--red); border: 2px solid var(--ink); position: relative; box-shadow: 10px 10px 0 var(--ink); transform: rotate(4deg); }.gift-lid { position: absolute; top: -14px; left: -10px; width: 200px; height: 35px; background: var(--red); border: 2px solid var(--ink); }.gift-ribbon { position: absolute; top: -14px; left: 74px; width: 33px; height: 160px; background: var(--yellow); border-left: 2px solid var(--ink); border-right: 2px solid var(--ink); }.gift-bow { position: absolute; top: -43px; left: 53px; width: 75px; height: 46px; border: 12px solid var(--yellow); border-radius: 50% 50% 0 50%; transform: rotate(35deg); }.gift-note { padding: 13px 14px; background: var(--paper); border: 1px solid var(--ink); font: 500 8px/1.5 var(--mono); transform: rotate(-6deg) translate(35px, 23px); }.gift-note strong { color: var(--red); font-size: 12px; }
.category-bottom { display: flex; align-items: end; justify-content: space-between; border-top: 1px solid var(--ink); padding-top: 17px; }.category-bottom h3 { margin: 0; font-size: 32px; letter-spacing: -.08em; }.category-bottom p { margin: 0; text-transform: uppercase; }

.statement-section { min-height: 720px; display: grid; grid-template-columns: 1fr 1.35fr 1fr; align-items: center; background: var(--ink); color: var(--paper); position: relative; }.statement-section::before { content: ''; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(245,239,231,.5) 1px, transparent 1px), linear-gradient(90deg, rgba(245,239,231,.5) 1px, transparent 1px); background-size: 44px 44px; mask-image: radial-gradient(circle at 52% 50%, black, transparent 72%); }.statement-circle { width: 225px; height: 225px; display: grid; place-items: center; border: 1px solid var(--paper); border-radius: 50%; color: var(--yellow); font: 500 15px/1.1 var(--mono); text-align: center; transform: rotate(-14deg); }.statement-copy { position: relative; z-index: 1; }.statement-copy .eyebrow { color: var(--yellow); }.statement-copy .eyebrow-mark { background: var(--yellow); }.statement-copy h2 { margin: 0; font-size: clamp(65px, 8vw, 120px); line-height: .83; letter-spacing: -.1em; }.statement-copy h2 em { color: var(--red); }.statement-note { align-self: end; justify-self: end; padding-bottom: 65px; color: rgba(245,239,231,.65); line-height: 1.6; text-align: right; text-transform: uppercase; }

.notify-section { padding-top: 135px; padding-bottom: 145px; display: grid; grid-template-columns: 1fr 1.1fr; gap: 70px; align-items: end; }.notify-section h2 { margin: 0; font-size: clamp(50px, 6vw, 88px); line-height: .85; letter-spacing: -.1em; }.notify-section h2 em { color: var(--red); }.notify-form { max-width: 590px; justify-self: end; width: 100%; }.notify-form label { display: block; margin-bottom: 13px; text-transform: uppercase; }.input-row { display: flex; border-bottom: 1px solid var(--ink); }.input-row input { min-width: 0; flex: 1; padding: 13px 2px; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 16px; }.input-row input::placeholder { color: var(--muted); }.button-red { background: var(--red); border-color: var(--red); color: var(--paper); }.button-red:hover { background: var(--ink); border-color: var(--ink); }.form-message { min-height: 20px; margin: 13px 0 0; color: var(--red); font: 500 11px var(--mono); }
.site-footer { display: grid; grid-template-columns: 1fr 1fr 1fr; padding-top: 26px; padding-bottom: 28px; border-top: 1px solid var(--line); color: var(--muted); text-transform: uppercase; }.site-footer .wordmark { color: var(--ink); }.site-footer p { margin: 0; }.site-footer p:last-child { justify-self: end; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr 1fr; }.header-note { display: none; }.header-link { justify-self: end; }
  .hero { grid-template-columns: 1fr; gap: 0; padding-top: 45px; }.hero-copy { padding-bottom: 20px; }.hero-art { min-height: 580px; }.hero-art::before { width: 560px; transform: translate(-50%, -47%); }.receipt-card { width: min(60%, 355px); }
  .intro-section { grid-template-columns: 1fr; gap: 25px; }.intro-content { grid-template-columns: 1fr; gap: 30px; }.intro-aside { max-width: 280px; }
  .category-section { grid-template-columns: 1fr; }.category-card { min-height: 450px; }.category-visual { min-height: 290px; }
  .statement-section { grid-template-columns: 1fr 1.4fr; gap: 20px; min-height: 650px; }.statement-note { display: none; }.statement-circle { width: 175px; height: 175px; }
  .notify-section { grid-template-columns: 1fr; gap: 55px; }.notify-form { justify-self: start; }
}

@media (max-width: 540px) {
  .site-header { min-height: 76px; }.wordmark { font-size: 17px; }.header-link { font-size: 9px; }.hero { padding-top: 58px; }.hero-description { font-size: 15px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; }.hero-art { min-height: 475px; margin-top: 24px; }.hero-art::before { width: 390px; }.hero-art::after { inset: 12% -15% 4% -15%; }.receipt-card { width: 63%; padding: 24px 22px 20px; }.receipt-card h2 { margin: 20px 0 25px; }.receipt-lines div { font-size: 6px; }.barcode { height: 30px; margin: 18px 0; }.burst-top { right: 2%; top: 3%; transform: scale(.83) rotate(-15deg); }.coin { width: 48px; height: 48px; font-size: 20px; left: 4%; bottom: 12%; }.hero-sticker { right: 0; bottom: 7%; font-size: 7px; }.marquee-track { gap: 22px; font-size: 12px; }.intro-section { padding-top: 105px; padding-bottom: 85px; }.intro-content h2 { font-size: 38px; }.category-section { padding-bottom: 95px; }.category-card { min-height: 415px; padding: 17px; }.category-visual { min-height: 255px; }.statement-section { min-height: 590px; grid-template-columns: 1fr; padding-top: 85px; padding-bottom: 85px; gap: 45px; }.statement-circle { width: 135px; height: 135px; font-size: 11px; }.statement-copy h2 { font-size: 78px; }.notify-section { padding-top: 95px; padding-bottom: 100px; gap: 45px; }.notify-section h2 { font-size: 58px; }.input-row { display: block; border-bottom: 0; }.input-row input { display: block; width: 100%; margin-bottom: 16px; padding: 13px 0; border-bottom: 1px solid var(--ink); }.site-footer { display: flex; flex-wrap: wrap; gap: 18px; justify-content: space-between; font-size: 9px; }.site-footer p:nth-child(2) { width: 100%; order: 3; }.site-footer p:last-child { justify-self: auto; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.marquee-track { animation: none; }.button { transition: none; } }
