:root {
  --ink: #10241d;
  --muted: #617169;
  --forest: #0b2f25;
  --forest-2: #12513c;
  --leaf: #18c979;
  --lime: #d4ff45;
  --gold: #d9ba79;
  --moon: #fff2cf;
  --paper: #f3f7f3;
  --line: #d9e4dd;
  --white: #ffffff;
  --shadow: 0 20px 55px rgba(10, 47, 36, .12);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif; -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
button { cursor: pointer; }
.app-shell { width: min(100%, 800px); min-height: 100vh; margin: 0 auto; overflow: hidden; background: var(--paper); box-shadow: 0 0 70px rgba(26, 59, 47, .08); }
.scroll-progress { position: fixed; z-index: 200; top: 0; left: 0; width: 0; height: 3px; background: linear-gradient(90deg, var(--leaf), var(--lime), var(--gold)); box-shadow: 0 0 14px rgba(212,255,69,.55); }

.topbar { position: sticky; z-index: 50; top: 0; display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 78px; padding: 10px 22px; border-bottom: 1px solid rgba(218,229,222,.78); background: rgba(244,247,243,.93); backdrop-filter: blur(18px); }
.brand { display: flex; align-items: center; gap: 12px; min-width: 0; color: inherit; text-decoration: none; }
.brand-mark { display: grid; place-items: center; align-content: center; width: 52px; height: 52px; flex: 0 0 auto; border: 1px solid rgba(217,186,121,.52); border-radius: 14px; color: var(--moon); background: radial-gradient(circle at 70% 20%, #1c5a43 0, var(--forest) 52%, #071d17 100%); box-shadow: inset 0 0 0 3px rgba(255,255,255,.04), 0 8px 20px rgba(11,47,37,.18); }
.brand-mark i { font-family: Georgia, "Songti SC", serif; font-size: 16px; font-style: normal; font-weight: 800; letter-spacing: .08em; }
.brand-mark small { margin-top: 2px; color: var(--gold); font-size: 6px; font-weight: 900; letter-spacing: .14em; }
.brand-copy { display: flex; flex-direction: column; min-width: 0; line-height: 1.2; }
.brand-copy strong { font-size: 15px; letter-spacing: .04em; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: 11px; white-space: nowrap; }
.outline-button { border: 1px solid var(--forest); border-radius: 999px; color: var(--forest); background: transparent; font-weight: 800; }
.outline-button.compact { padding: 9px 14px; font-size: 13px; white-space: nowrap; }

.hero { position: relative; min-height: 620px; overflow: hidden; color: white; background: var(--forest); }
.hero-art { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 61% center; transform: scale(1.03); animation: heroBreath 12s ease-in-out infinite alternate; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,22,17,.96) 0%, rgba(4,28,21,.89) 41%, rgba(5,31,23,.42) 72%, rgba(5,31,23,.12) 100%), linear-gradient(0deg, rgba(4,26,20,.74) 0%, transparent 44%); }
.hero-content { position: relative; z-index: 2; width: min(82%, 560px); padding: 84px 34px 90px; }
.hero-kicker { display: flex; align-items: center; gap: 10px; color: var(--gold); font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.hero-kicker i { width: 28px; height: 1px; background: rgba(217,186,121,.65); }
.hero h1 { margin: 22px 0 20px; font-family: Georgia, "Songti SC", serif; font-size: clamp(38px, 8vw, 60px); line-height: 1.16; letter-spacing: -.045em; }
.hero h1 span { color: var(--lime); text-shadow: 0 0 28px rgba(212,255,69,.12); }
.hero p { max-width: 580px; margin: 0; color: rgba(255,255,255,.8); font-size: 16px; line-height: 1.85; }
.hero-points { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 25px; }
.hero-points span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: rgba(255,255,255,.9); background: rgba(5,35,26,.4); font-size: 12px; backdrop-filter: blur(6px); }
.primary-button { border: 0; border-radius: 15px; color: var(--forest); background: var(--lime); font-weight: 900; box-shadow: 0 12px 28px rgba(0,0,0,.18), 0 0 0 1px rgba(255,255,255,.14); }
.hero-button { margin-top: 30px; padding: 15px 22px; }
.hero-index { position: absolute; z-index: 2; right: 24px; bottom: 23px; display: flex; align-items: center; gap: 11px; padding: 11px 14px; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; background: rgba(4,30,22,.52); backdrop-filter: blur(10px); }
.hero-index b { color: var(--lime); font: 700 24px/1 Georgia, serif; }
.hero-index span { color: rgba(255,255,255,.72); font-size: 10px; line-height: 1.45; }
@keyframes heroBreath { from { transform: scale(1.03); } to { transform: scale(1.075); } }

.section { margin: 18px; padding: 30px 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 8px 24px rgba(16,36,29,.035); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; margin-bottom: 22px; }
.section-heading h2 { max-width: 570px; margin: 7px 0 0; font-size: clamp(24px, 5vw, 32px); line-height: 1.25; }
.eyebrow { color: var(--forest-2); font-size: 11px; font-weight: 900; letter-spacing: .18em; }
.step-count, .required, .optional { color: var(--muted); font-size: 11px; font-weight: 900; letter-spacing: .09em; white-space: nowrap; }
.required { color: var(--forest-2); }
.section-intro { margin: -7px 0 19px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.motion-ready .reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.motion-ready .reveal.visible { opacity: 1; transform: none; }

.process { background: linear-gradient(180deg, #fff 0%, #f7faf7 100%); }
.process-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
.process-grid article { min-height: 162px; padding: 19px; border: 1px solid rgba(218,229,222,.75); border-radius: 18px; background: linear-gradient(145deg, #f4f8f5, #edf4ef); }
.process-grid b { color: var(--leaf); font: 700 25px/1 Georgia, serif; }
.process-grid h3 { margin: 23px 0 8px; font-size: 17px; }
.process-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.learning-system { position: relative; overflow: hidden; color: white; border-color: rgba(217,186,121,.28); background: radial-gradient(circle at 91% 10%, rgba(217,186,121,.15), transparent 28%), linear-gradient(145deg, #0b3025 0%, #061d17 100%); }
.learning-system .eyebrow, .learning-system .step-count { color: var(--gold); }
.system-lead { max-width: 650px; margin: -3px 0 23px; color: rgba(255,255,255,.74); font-size: 14px; line-height: 1.85; }
.learning-path { position: relative; display: grid; gap: 9px; }
.learning-path::before { content: ""; position: absolute; top: 20px; bottom: 20px; left: 19px; width: 1px; background: linear-gradient(var(--lime), rgba(212,255,69,.1)); }
.learning-path article { position: relative; display: grid; grid-template-columns: 40px 1fr; gap: 14px; padding: 14px 15px 14px 0; border-radius: 16px; background: rgba(255,255,255,.045); }
.learning-path article > span { z-index: 1; display: grid; place-items: center; width: 39px; height: 39px; border: 1px solid rgba(212,255,69,.65); border-radius: 50%; color: var(--lime); background: #0c3529; font-size: 10px; font-weight: 900; box-shadow: 0 0 18px rgba(212,255,69,.1); }
.learning-path h3 { margin: 0 0 5px; font-size: 15px; }
.learning-path p { margin: 0; color: rgba(255,255,255,.65); font-size: 13px; line-height: 1.65; }
.learning-loop { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 5px; overflow: hidden; margin-top: 20px; padding: 13px 15px; border: 1px solid rgba(217,186,121,.28); border-radius: 14px; color: var(--moon); background: rgba(255,255,255,.04); font-size: 12px; font-weight: 800; }
.learning-loop i { color: rgba(217,186,121,.55); font-style: normal; }
.learning-loop b { position: absolute; bottom: 0; left: -18%; width: 18%; height: 2px; background: var(--lime); box-shadow: 0 0 12px var(--lime); animation: loopMove 4s linear infinite; }
@keyframes loopMove { to { left: 100%; } }

.curriculum-grid { display: grid; gap: 10px; }
.curriculum-grid article { display: grid; grid-template-columns: 46px 1fr; gap: 14px; padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(145deg, #fff, #f7faf7); transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.curriculum-grid article:hover { transform: translateY(-2px); border-color: #9ec7b0; box-shadow: 0 12px 24px rgba(11,47,37,.08); }
.curriculum-grid article > b { color: var(--forest-2); font: 700 23px/1 Georgia, serif; }
.curriculum-grid h3 { margin: 0 0 7px; font-size: 17px; }
.curriculum-grid p { margin: 0 0 9px; color: var(--muted); font-size: 14px; line-height: 1.72; }
.curriculum-grid small { color: var(--forest-2); font-size: 12px; font-weight: 800; letter-spacing: .04em; }

.segmented { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3px; padding: 4px; margin-bottom: 18px; border-radius: 15px; background: #edf2ee; }
.segmented.four { grid-template-columns: repeat(4, 1fr); }
.segment { min-height: 44px; padding: 9px 4px; border: 0; border-radius: 12px; color: var(--muted); background: transparent; font-size: 12px; font-weight: 850; }
.segment.active { color: white; background: var(--forest); box-shadow: 0 6px 15px rgba(15,61,47,.18); }
.festival-segment { color: #806430; }
.festival-segment.active { color: #1c251f; background: linear-gradient(135deg, var(--moon), var(--gold)); }
.plan-group { display: grid; gap: 11px; }
.plan-group[hidden], .answer-options[hidden] { display: none !important; }
.plans-section { transition: opacity .25s ease, filter .25s ease; }
.plans-section.excluded-from-order { opacity: .58; filter: saturate(.7); }
.choice-card { position: relative; display: grid; grid-template-columns: 22px 1fr auto; align-items: center; gap: 11px; min-height: 116px; padding: 18px 15px; border: 1px solid var(--line); border-radius: 19px; background: white; transition: .2s ease; }
.choice-card:has(input:checked) { border-color: var(--forest); background: #f0f8f3; box-shadow: 0 0 0 2px rgba(15,61,47,.08), 0 10px 25px rgba(15,61,47,.07); }
.choice-card.featured { margin-top: 6px; }
.choice-card input, .answer-card input { width: 18px; height: 18px; margin: 0; accent-color: var(--forest); }
.choice-main { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.choice-title { font-size: 16px; font-weight: 900; }
.choice-title em { margin-left: 5px; color: var(--forest-2); font-size: 11px; font-style: normal; font-weight: 850; }
.choice-desc { color: #34473f; font-size: 13px; line-height: 1.55; }
.choice-meta { color: var(--muted); font-size: 12px; line-height: 1.5; }
.price { color: var(--forest); font-size: 25px; font-weight: 950; letter-spacing: -.04em; white-space: nowrap; }
.price small { margin-right: 1px; font-size: 12px; }
.recommend { position: absolute; top: -10px; right: 14px; padding: 5px 10px; border-radius: 999px; color: var(--forest); background: var(--lime); font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.group-note { margin: 4px 5px 0; color: var(--muted); font-size: 12px; line-height: 1.75; }
.festival-group { padding: 17px; border: 1px solid rgba(217,186,121,.42); border-radius: 20px; background: radial-gradient(circle at 95% 4%, rgba(255,242,207,.25), transparent 34%), linear-gradient(145deg, #12392d, #081f18); }
.festival-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 14px; margin-bottom: 9px; color: white; }
.festival-heading div { display: flex; flex-direction: column; gap: 7px; }
.festival-heading span { color: var(--gold); font-size: 13px; letter-spacing: .18em; animation: moonPhases 5s ease-in-out infinite; }
.festival-heading b { font-family: Georgia, "Songti SC", serif; font-size: 17px; }
.festival-heading small { color: rgba(255,255,255,.57); font-size: 10px; }
.festival-choice { border-color: rgba(217,186,121,.48); background: rgba(255,255,255,.96); }
.festival-group .group-note { color: rgba(255,255,255,.6); }
@keyframes moonPhases { 50% { letter-spacing: .26em; color: var(--moon); } }

.answer-mode { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; padding: 5px; border-radius: 17px; background: #edf2ee; }
.answer-mode-button { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; padding: 12px 14px; border: 0; border-radius: 13px; color: var(--muted); background: transparent; font-size: 14px; font-weight: 900; }
.answer-mode-button small { font-size: 10px; font-weight: 650; }
.answer-mode-button.active { color: white; background: var(--forest); box-shadow: 0 7px 16px rgba(11,47,37,.17); }
.answer-mode-note { display: flex; align-items: center; gap: 10px; margin: 12px 0 16px; padding: 11px 13px; border-left: 3px solid var(--leaf); border-radius: 0 12px 12px 0; background: #eef7f1; }
.answer-mode-note b { color: var(--forest-2); font-size: 11px; white-space: nowrap; }
.answer-mode-note span { color: var(--muted); font-size: 12px; line-height: 1.6; }
.answer-mode-note.standalone { border-color: var(--gold); background: #faf6ec; }
.answer-mode-note.standalone b { color: #806430; }
.answer-options { display: grid; gap: 10px; }
.answer-card { position: relative; display: grid; grid-template-columns: 22px 1fr auto; align-items: center; gap: 11px; min-height: 92px; padding: 16px 15px; border: 1px solid var(--line); border-radius: 18px; background: white; transition: .2s ease; }
.answer-card:has(input:checked) { border-color: var(--forest); background: #f0f8f3; box-shadow: 0 0 0 2px rgba(15,61,47,.08); }
.answer-card > span:not(.mini-tag) { display: flex; flex-direction: column; gap: 6px; }
.answer-card strong { font-size: 15px; }
.answer-card small { color: var(--muted); font-size: 12px; line-height: 1.55; }
.answer-card > b { color: var(--forest); font-size: 17px; white-space: nowrap; }
.featured-answer, .anchor-card { margin-top: 5px; }
.mini-tag { position: absolute; top: -9px; right: 12px; padding: 4px 9px; border-radius: 999px; color: var(--forest); background: var(--lime); font-size: 9px; font-weight: 900; }
.mini-tag.dark { color: white; background: var(--forest); }
.standalone-card { border-color: #e3dbc9; }
.standalone-card:has(input:checked) { border-color: #a48245; background: #fbf7ee; box-shadow: 0 0 0 2px rgba(164,130,69,.08); }

.service-boundary ul { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.service-boundary li { display: grid; grid-template-columns: 86px 1fr; gap: 12px; padding: 16px 0; border-top: 1px solid #edf1ee; }
.service-boundary li:first-child { border-top: 0; }
.service-boundary li b { font-size: 14px; }
.service-boundary li span { color: var(--muted); font-size: 13px; line-height: 1.75; }
.after-sale-grid { display: grid; gap: 10px; }
.after-sale-grid article { display: grid; grid-template-columns: 40px 1fr; gap: 12px; padding: 17px; border-radius: 18px; background: #f2f6f3; }
.after-sale-grid article > b { color: var(--leaf); font: 700 21px/1.2 Georgia, serif; }
.after-sale-grid h3, .policy-list h3 { margin: 0 0 6px; font-size: 15px; }
.after-sale-grid p, .policy-list p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.policy-tag { padding: 6px 10px; border-radius: 999px; color: var(--forest); background: var(--lime); font-size: 10px; font-weight: 900; }
.policy-lead { margin: -6px 0 18px; padding: 15px 16px; border-left: 3px solid var(--leaf); border-radius: 0 12px 12px 0; color: #31473e; background: #f1f8f3; font-size: 13px; line-height: 1.75; }
.policy-list { display: grid; gap: 0; }
.policy-list article { display: grid; grid-template-columns: 32px 1fr; gap: 12px; padding: 16px 0; border-top: 1px solid #edf1ee; }
.policy-list article:first-child { border-top: 0; }
.policy-list article > span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; color: var(--forest); background: #ddf6e8; font-size: 10px; font-weight: 900; }
.policy-note { display: grid; gap: 7px; margin-top: 14px; padding: 16px; border-radius: 16px; color: white; background: var(--forest); }
.policy-note b { color: var(--lime); font-size: 12px; }
.policy-note span { font-size: 12px; line-height: 1.75; }
.closing { padding: 54px 24px 150px; text-align: center; }
.closing-mark { display: grid; place-items: center; align-content: center; width: 74px; height: 74px; margin: 0 auto 18px; border: 1px solid rgba(217,186,121,.58); border-radius: 21px; color: var(--moon); background: radial-gradient(circle at 70% 20%, #1c5a43, var(--forest) 55%, #071d17); box-shadow: 0 16px 30px rgba(11,47,37,.18); }
.closing-mark i { font-family: Georgia, "Songti SC", serif; font-size: 22px; font-style: normal; font-weight: 800; letter-spacing: .08em; }
.closing-mark small { margin-top: 4px; color: var(--gold); font-size: 7px; font-weight: 900; letter-spacing: .16em; }
.closing h2 { margin: 0 0 9px; font: 700 27px/1.35 Georgia, "Songti SC", serif; }
.closing p { margin: 0; color: var(--muted); font-size: 13px; }

.checkout-bar { position: fixed; z-index: 60; left: 50%; bottom: 0; display: grid; grid-template-columns: 1fr 148px; align-items: center; gap: 12px; width: min(100%, 800px); padding: 12px 15px calc(12px + env(safe-area-inset-bottom)); transform: translateX(-50%); border-top: 1px solid rgba(220,229,223,.9); background: rgba(255,255,255,.96); backdrop-filter: blur(18px); box-shadow: 0 -14px 35px rgba(15,61,47,.1); }
.checkout-total { display: grid; grid-template-columns: auto 1fr; align-items: baseline; column-gap: 7px; min-width: 0; }
.checkout-total > span { color: var(--muted); font-size: 11px; }
.checkout-total strong { color: var(--forest); font-size: 26px; letter-spacing: -.04em; }
.checkout-total strong small { font-size: 11px; }
.checkout-total em { grid-column: 1 / -1; overflow: hidden; color: var(--muted); font-size: 10px; font-style: normal; text-overflow: ellipsis; white-space: nowrap; }
.pay-button, .done-button { border: 0; border-radius: 15px; color: white; background: var(--forest); font-weight: 900; }
.pay-button { min-height: 52px; box-shadow: 0 8px 18px rgba(11,47,37,.16); }

.modal-backdrop { position: fixed; z-index: 100; inset: 0; display: flex; align-items: flex-end; justify-content: center; padding: 14px 14px 0; background: rgba(7,27,20,.62); backdrop-filter: blur(8px); }
.modal-backdrop[hidden] { display: none; }
.pay-sheet { position: relative; overflow-y: auto; width: min(100%, 650px); max-height: 92vh; padding: 29px 18px calc(20px + env(safe-area-inset-bottom)); border-radius: 29px 29px 0 0; background: white; box-shadow: 0 -24px 60px rgba(0,0,0,.22); animation: sheetUp .25s ease both; }
@keyframes sheetUp { from { transform: translateY(24px); opacity: .6; } }
.sheet-handle { position: absolute; top: 9px; left: 50%; width: 42px; height: 4px; transform: translateX(-50%); border-radius: 999px; background: #d9dfdb; }
.close-button { position: absolute; top: 17px; right: 18px; width: 35px; height: 35px; border: 0; border-radius: 50%; color: var(--muted); background: #f0f3f1; font-size: 22px; line-height: 1; }
.pay-sheet h2 { margin: 7px 0 17px; font-size: 26px; }
.order-summary { padding: 8px 14px; border-radius: 18px; background: #f2f6f3; }
.order-summary > div { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 10px 0; border-bottom: 1px solid #dce5df; }
.order-summary > div:last-child { border-bottom: 0; }
.order-summary span { color: var(--muted); font-size: 12px; }
.order-summary b { text-align: right; font-size: 13px; }
.order-summary .order-total strong { color: var(--forest); font-size: 26px; }
.order-summary .order-total strong small { font-size: 11px; }
.terms-confirm { display: flex; align-items: flex-start; gap: 9px; margin-top: 15px; padding: 12px; border: 1px solid var(--line); border-radius: 13px; background: #fbfcfb; }
.terms-confirm input { width: 17px; height: 17px; margin: 1px 0 0; accent-color: var(--forest); }
.terms-confirm span { color: #34473f; font-size: 12px; line-height: 1.55; }
.terms-confirm a { color: var(--forest); font-weight: 850; text-decoration: none; }
.qr-wrap { position: relative; overflow: hidden; width: min(82%, 330px); max-height: 390px; margin: 18px auto 8px; border: 1px solid var(--line); border-radius: 19px; background: #fff; }
.qr-wrap img { display: block; width: 100%; height: auto; }
.qr-wrap.locked img { filter: blur(14px); opacity: .18; transform: scale(1.04); }
.qr-lock { display: none; position: absolute; inset: 0; place-items: center; padding: 20px; color: var(--forest); text-align: center; font-size: 13px; font-weight: 900; }
.qr-wrap.locked .qr-lock { display: grid; }
.pay-tip { margin: 0 0 14px; color: var(--muted); text-align: center; font-size: 11px; }
.remark-box { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; padding: 12px; border: 1px dashed #a8bbb1; border-radius: 14px; background: #fbfcfb; }
.remark-box span { color: var(--muted); font-size: 11px; }
.remark-box b { overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.remark-box button { padding: 7px 11px; border: 0; border-radius: 9px; color: var(--forest); background: #ddf6e8; font-size: 11px; font-weight: 850; }
.after-pay { margin: 12px 3px; color: var(--muted); font-size: 11px; line-height: 1.7; }
.done-button { width: 100%; min-height: 52px; }
.done-button:disabled { cursor: not-allowed; opacity: .42; }
.toast { position: fixed; z-index: 200; left: 50%; bottom: 112px; padding: 10px 15px; transform: translate(-50%, 20px); border-radius: 999px; color: white; background: rgba(12,36,28,.94); font-size: 12px; opacity: 0; pointer-events: none; transition: .2s ease; }
.toast.show { transform: translate(-50%, 0); opacity: 1; }

@media (min-width: 650px) {
  .section { margin: 22px; padding: 34px; }
  .process-grid { grid-template-columns: repeat(4, 1fr); }
  .process-grid article { min-height: 190px; }
  .curriculum-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .after-sale-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 520px) {
  .topbar { min-height: 70px; padding-inline: 14px; }
  .brand-mark { width: 46px; height: 46px; border-radius: 12px; }
  .brand-copy small { display: none; }
  .hero { min-height: 660px; }
  .hero-art { object-position: 69% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(3,22,17,.88) 0%, rgba(4,28,21,.75) 45%, rgba(4,26,20,.9) 100%); }
  .hero-content { width: 100%; padding: 76px 20px 130px; }
  .hero-kicker { font-size: 9px; }
  .hero h1 { font-size: 39px; }
  .hero p { font-size: 15px; }
  .section { margin: 12px 10px; padding: 25px 16px; }
  .section-heading { align-items: flex-start; }
  .section-heading h2 { font-size: 25px; }
  .step-count { margin-top: 4px; }
  .segmented.four { grid-template-columns: repeat(2, 1fr); }
  .choice-card { grid-template-columns: 20px 1fr; }
  .choice-card .price { grid-column: 2; justify-self: start; font-size: 22px; }
  .festival-heading { align-items: flex-start; flex-direction: column; }
  .answer-card { grid-template-columns: 20px 1fr; }
  .answer-card > b { grid-column: 2; }
  .answer-mode-button { padding: 11px; }
  .learning-loop { font-size: 10px; }
  .checkout-bar { grid-template-columns: 1fr 130px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
  .motion-ready .reveal { opacity: 1; transform: none; }
}
