:root {
  --blue: #173bd2;
  --navy: #0d174e;
  --yellow: #f6d947;
  --cream: #f4f0e7;
  --paper: #fffdf8;
  --coral: #ff6267;
  --muted-blue: #aebcf7;
}

* { box-sizing: border-box; }
html, body { width: 1080px; height: 1440px; margin: 0; overflow: hidden; }
body { font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif; background: var(--cream); }
.poster { position: relative; width: 1080px; height: 1440px; overflow: hidden; color: var(--navy); background: var(--cream); }

.hero-panel { position: relative; height: 720px; overflow: hidden; color: white; background: var(--blue); }
.dot-field { position: absolute; inset: 0; opacity: .14; background-image: radial-gradient(circle, white 2px, transparent 2px); background-size: 32px 32px; }
.poster-header { position: absolute; z-index: 4; left: 62px; right: 62px; top: 44px; height: 62px; display: flex; align-items: center; justify-content: space-between; }
.poster-brand { display: flex; align-items: center; gap: 16px; }
.brand-symbol { width: 58px; height: 58px; display: grid; place-items: center; color: var(--blue); background: var(--yellow); border-radius: 17px; font-size: 34px; }
.poster-brand div { display: grid; gap: 5px; }
.poster-brand b { font-size: 25px; line-height: 1; letter-spacing: .05em; }
.poster-brand small { color: #d4dcff; font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.event-badge { padding: 12px 17px; display: grid; gap: 4px; color: var(--navy); background: var(--yellow); border-radius: 12px; text-align: center; }
.event-badge span { font-size: 13px; font-weight: 900; }
.event-badge small { font-size: 7px; font-weight: 800; letter-spacing: .14em; }

.hero-copy { position: absolute; z-index: 3; left: 62px; top: 155px; width: 480px; }
.hero-kicker { margin: 0 0 22px; color: var(--yellow); font-size: 17px; font-weight: 900; letter-spacing: .1em; }
.hero-copy h1 { margin: 0; font-size: 108px; line-height: .9; letter-spacing: -.07em; font-weight: 950; }
.hero-copy h1 span, .hero-copy h1 strong { display: block; }
.hero-copy h1 span { color: var(--yellow); }
.hero-copy h1 strong { color: white; font-weight: 950; }
.hero-desc { margin: 28px 0 0; color: #dde4ff; font-size: 18px; line-height: 1.55; font-weight: 600; }
.event-meta { margin-top: 34px; padding-top: 24px; display: grid; grid-template-columns: 132px 40px 150px; align-items: end; gap: 12px; border-top: 1px solid rgba(255,255,255,.25); }
.event-meta div { display: grid; }
.event-meta small { color: var(--muted-blue); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.event-meta strong { font-size: 36px; line-height: 1.05; letter-spacing: -.04em; }
.event-meta span { color: #cbd5ff; font-size: 9px; }
.event-meta i { padding-bottom: 16px; color: var(--coral); font-size: 28px; font-style: normal; }
.event-meta .main-date strong { color: var(--yellow); }

.hero-art { position: absolute; z-index: 2; right: 62px; top: 145px; width: 422px; height: 510px; overflow: hidden; background: #2347d6; border: 1px solid rgba(255,255,255,.25); border-radius: 30px; }
.hero-art::after { content: "RACE"; position: absolute; right: -7px; bottom: -20px; color: rgba(255,255,255,.08); font-size: 95px; line-height: 1; font-weight: 950; letter-spacing: -.08em; }
.art-label { position: absolute; z-index: 5; left: 24px; top: 23px; display: flex; align-items: center; gap: 9px; color: white; font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.art-label span { width: 25px; height: 25px; display: grid; place-items: center; color: var(--navy); background: var(--yellow); border-radius: 50%; letter-spacing: 0; }
.sun-disc { position: absolute; left: 45px; top: 84px; width: 332px; height: 332px; background: var(--yellow); border-radius: 50%; }
.sun-disc::before, .sun-disc::after { content: ""; position: absolute; inset: 27px; border: 2px solid var(--blue); border-radius: 50%; }
.sun-disc::after { inset: 64px; border-color: var(--coral); }
.speed-line { position: absolute; z-index: 4; width: 130px; fill: none; stroke: white; stroke-width: 5; stroke-linecap: round; stroke-linejoin: round; opacity: .85; }
.line-one { left: 13px; top: 225px; transform: rotate(180deg); }
.line-two { right: 4px; top: 285px; }
.hero-cup { position: absolute; z-index: 5; left: 111px; top: 125px; width: 200px; height: 305px; filter: drop-shadow(0 18px 16px rgba(13,23,78,.24)); }
.hero-lid { position: absolute; z-index: 2; left: -5%; top: -7%; width: 110%; height: 11%; background: var(--navy); border-radius: 30px 30px 7px 7px; }
.hero-cup-body { position: absolute; inset: 0; padding-top: 80px; display: grid; justify-items: center; align-content: start; color: var(--navy); background: var(--paper); clip-path: polygon(6% 0, 94% 0, 84% 100%, 16% 100%); text-align: center; }
.hero-cup-body small { font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.hero-cup-body b { margin-top: 8px; color: var(--blue); font-size: 39px; line-height: .86; letter-spacing: -.04em; }
.hero-cup-body span { margin-top: 14px; padding-top: 11px; border-top: 1px solid rgba(13,23,78,.2); font-size: 10px; font-weight: 800; }
.art-stamp { position: absolute; z-index: 7; right: 21px; top: 79px; width: 78px; height: 78px; display: grid; place-content: center; color: white; background: var(--coral); border: 3px solid var(--navy); border-radius: 50%; box-shadow: 5px 5px 0 var(--navy); font-size: 13px; line-height: 1.1; font-weight: 900; text-align: center; transform: rotate(7deg); }
.art-caption { position: absolute; z-index: 5; left: 24px; bottom: 25px; color: #d7dfff; font-size: 9px; line-height: 1.35; letter-spacing: .1em; }
.art-caption strong { color: var(--yellow); }

.hero-photo-card { background: var(--navy); }
.hero-store-photo { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; object-position: 43% center; }
.hero-photo-shade { position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(8,18,66,.08) 24%, rgba(8,18,66,.22) 47%, rgba(8,18,66,.94) 100%); }
.hero-photo-card::after { z-index: 2; color: rgba(255,255,255,.1); }
.photo-location { position: absolute; z-index: 5; left: 24px; right: 24px; bottom: 64px; display: grid; gap: 5px; color: white; }
.photo-location small { color: var(--yellow); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.photo-location strong { font-size: 29px; line-height: 1.05; letter-spacing: -.035em; }
.photo-location span { color: #dce3ff; font-size: 13px; font-weight: 700; }
.hero-photo-card .art-caption { bottom: 22px; }

.rewards-section { height: 250px; padding: 34px 62px; display: grid; grid-template-columns: 245px 300px 1fr; gap: 20px; align-items: stretch; background: var(--cream); }
.section-intro { padding: 10px 16px 0 0; }
.section-intro > span, .steps-title > span, .footer-cta > span { color: var(--blue); font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.section-intro h2 { margin: 10px 0 12px; font-size: 34px; line-height: 1.02; letter-spacing: -.05em; }
.section-intro p { margin: 0; color: #686d83; font-size: 11px; line-height: 1.55; }
.reward-card { position: relative; padding: 21px 23px; overflow: hidden; border: 2px solid var(--navy); border-radius: 22px; }
.reward-card::after { content: "✦"; position: absolute; right: 17px; bottom: 8px; font-size: 46px; opacity: .18; }
.partner-reward { color: white; background: var(--blue); }
.customer-reward { color: var(--navy); background: var(--yellow); }
.reward-top { display: flex; align-items: center; justify-content: space-between; }
.reward-top span { font-size: 12px; font-weight: 900; }
.reward-top small { font-size: 7px; font-weight: 900; letter-spacing: .12em; opacity: .68; }
.reward-value { height: 86px; display: flex; align-items: flex-end; gap: 5px; white-space: nowrap; }
.reward-value sup { align-self: center; margin-top: 20px; font-size: 21px; font-weight: 900; }
.reward-value strong { font-size: 72px; line-height: .85; letter-spacing: -.07em; }
.reward-value b { padding-bottom: 5px; font-size: 16px; }
.reward-value i { padding: 0 7px 8px; color: var(--coral); font-size: 28px; font-style: normal; font-weight: 900; }
.reward-card p { margin: 14px 0 0; padding-top: 10px; border-top: 1px solid currentColor; font-size: 9px; font-weight: 700; opacity: .78; }
.customer-reward .reward-value strong { color: var(--blue); }

.steps-section { height: 200px; margin: 0 62px; padding: 25px 0; display: grid; grid-template-columns: 185px 1fr; gap: 28px; border-top: 1px solid rgba(13,23,78,.16); }
.steps-title h2 { margin: 10px 0 0; font-size: 32px; line-height: 1; letter-spacing: -.04em; }
.steps-list { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.steps-list li { padding: 17px; display: grid; grid-template-columns: 38px 1fr; gap: 11px; align-items: start; background: var(--paper); border: 1px solid rgba(13,23,78,.13); border-radius: 15px; }
.steps-list li > b { color: var(--blue); font-size: 25px; line-height: 1; letter-spacing: -.05em; }
.steps-list div { display: grid; gap: 8px; }
.steps-list strong { font-size: 14px; }
.steps-list span { color: #74798d; font-size: 9px; line-height: 1.45; }

.poster-footer { height: 270px; padding: 24px 62px; display: grid; grid-template-columns: 216px 1fr 315px; gap: 25px; align-items: center; color: white; background: var(--navy); }
.qr-placeholder { width: 216px; height: 222px; padding: 10px 10px 8px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; color: var(--navy); background: white; border-radius: 14px; text-align: center; }
.qr-placeholder img { width: 194px; height: 194px; display: block; object-fit: contain; }
.qr-placeholder span { font-size: 9px; font-weight: 900; }
.footer-cta > span { color: var(--yellow); }
.footer-cta h2 { margin: 10px 0 9px; font-size: 32px; line-height: 1.04; letter-spacing: -.04em; }
.footer-cta p { margin: 0; color: #aeb7df; font-size: 9px; }
.footer-info { padding-left: 24px; display: grid; gap: 13px; border-left: 1px solid rgba(255,255,255,.2); }
.footer-info div { display: grid; gap: 4px; }
.footer-info small { color: #8f9acb; font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.footer-info strong { font-size: 14px; }
.footer-info p { margin: 3px 0 0; color: #7782b3; font-size: 7px; line-height: 1.45; }

@media print {
  @page { size: 1080px 1440px; margin: 0; }
}

/* Readability pass: larger supporting copy */
.poster-brand small { font-size: 11px; letter-spacing: .1em; }
.event-badge span { font-size: 15px; }
.event-badge small { font-size: 9px; }
.hero-kicker { font-size: 19px; }
.hero-desc { font-size: 21px; line-height: 1.6; }
.event-meta small { font-size: 11px; }
.event-meta strong { font-size: 39px; }
.event-meta span { font-size: 11px; }
.art-label { font-size: 10px; }
.hero-cup-body small { font-size: 13px; }
.hero-cup-body span { font-size: 11px; }
.art-caption { font-size: 10px; line-height: 1.45; }
.section-intro > span, .steps-title > span, .footer-cta > span { font-size: 10px; }
.section-intro h2 { font-size: 36px; }
.section-intro p { font-size: 13px; line-height: 1.65; }
.reward-top span { font-size: 14px; }
.reward-top small { font-size: 9px; }
.reward-card p { font-size: 11px; }
.steps-title h2 { font-size: 34px; }
.steps-list li > b { font-size: 27px; }
.steps-list strong { font-size: 16px; }
.steps-list span { font-size: 11px; line-height: 1.55; }
.qr-placeholder span { font-size: 10px; }
.footer-cta h2 { font-size: 32px; }
.footer-cta p { font-size: 11px; line-height: 1.55; }
.footer-info small { font-size: 10px; }
.footer-info strong { font-size: 15px; }
.footer-info p { font-size: 9px; line-height: 1.55; }
