:root {
  --ink: #073f3d;
  --ink-deep: #032d2c;
  --teal: #0b6964;
  --mint: #3ec0ae;
  --cream: #fff3cf;
  --gold: #f0c66b;
  --paper: #f5f0e4;
  --white: #fffdf8;
  --red: #d8332f;
  --text: #183a38;
  --muted: #607976;
  --radius-lg: 32px;
  --radius-md: 20px;
  --shadow: 0 24px 70px rgba(3, 45, 44, .14);
  --ease-out: cubic-bezier(.215, .61, .355, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--text); background: var(--paper); font-family: "Noto Sans SC", system-ui, sans-serif; font-size: 16px; line-height: 1.7; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.skip-link { position: fixed; z-index: 2000; top: 8px; left: 8px; transform: translateY(-150%); padding: 10px 16px; background: white; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

.site-header { position: absolute; z-index: 100; top: 0; left: 0; width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px clamp(20px, 5vw, 72px); color: white; }
.brand { width: min(270px, 28vw); }
.brand img { width: 100%; height: auto; }
nav { display: flex; align-items: center; gap: 28px; font-weight: 700; }
nav a { min-height: 44px; display: inline-flex; align-items: center; text-decoration: none; }
.nav-cta { padding: 8px 20px; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; background: rgba(3,45,44,.35); backdrop-filter: blur(8px); }

.hero { position: relative; min-height: 850px; display: grid; align-items: center; color: white; background: #053e55; isolation: isolate; }
.hero-photo, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-photo { z-index: -3; object-fit: cover; object-position: center; }
.hero-shade { z-index: -2; background: linear-gradient(90deg, rgba(2,31,46,.92) 0%, rgba(3,45,44,.66) 42%, rgba(3,45,44,.12) 76%), linear-gradient(0deg, rgba(2,32,39,.62), transparent 52%); }
.hero::after { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .16; background-image: radial-gradient(circle at 20% 20%, white 0 1px, transparent 1px); background-size: 22px 22px; mask-image: linear-gradient(to right, black, transparent 55%); }
.hero-content { width: min(760px, 88vw); margin-left: clamp(20px, 8vw, 130px); padding: 150px 0 170px; }
.eyebrow { display: flex; gap: 10px; flex-wrap: wrap; margin: 0 0 20px; }
.eyebrow span { display: inline-flex; padding: 7px 16px; border-radius: 999px; background: var(--cream); color: var(--ink); font-weight: 900; letter-spacing: .08em; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 14px; font-family: "Noto Serif SC", serif; font-size: clamp(50px, 7vw, 100px); line-height: 1.03; letter-spacing: -.05em; text-shadow: 0 5px 24px rgba(0,0,0,.28); }
h1 span { display: block; color: var(--gold); font-size: .72em; letter-spacing: .1em; }
.hero-date { margin-bottom: 12px; font-size: clamp(24px, 3vw, 40px); font-weight: 900; letter-spacing: .05em; }
.hero-lead { max-width: 590px; color: rgba(255,255,255,.86); font-size: clamp(17px, 1.5vw, 21px); }
.primary-button { display: inline-flex; min-height: 52px; align-items: center; gap: 14px; margin-top: 10px; padding: 12px 24px; border-radius: 999px; color: var(--ink-deep); background: var(--cream); box-shadow: 0 14px 34px rgba(0,0,0,.2); font-weight: 900; text-decoration: none; transition: transform 160ms ease, background-color 160ms ease; touch-action: manipulation; }
.primary-button:active { transform: scale(.97); }
.hero-stats { position: absolute; right: clamp(20px, 5vw, 80px); bottom: 36px; display: flex; padding: 18px 24px; border: 1px solid rgba(255,255,255,.25); border-radius: 20px; background: rgba(3,45,44,.62); backdrop-filter: blur(12px); }
.hero-stats div { display: grid; min-width: 110px; padding: 0 20px; border-right: 1px solid rgba(255,255,255,.25); }
.hero-stats div:last-child { border: 0; }
.hero-stats strong { font-size: 28px; color: var(--cream); line-height: 1.2; }
.hero-stats span { font-size: 13px; color: rgba(255,255,255,.72); }

.section { padding: clamp(80px, 10vw, 140px) clamp(20px, 5vw, 72px); }
.section > * { width: min(1180px, 100%); margin-left: auto; margin-right: auto; }
.section-heading { max-width: 760px; margin-bottom: 56px; text-align: center; }
.kicker { margin-bottom: 10px; color: var(--teal); font-weight: 900; font-size: 13px; letter-spacing: .18em; }
.section-heading h2, .registration h2, .payment h2 { margin-bottom: 20px; color: var(--ink); font-family: "Noto Serif SC", serif; font-size: clamp(40px, 5vw, 68px); line-height: 1.15; letter-spacing: -.04em; }
.section-heading h2 em, .registration h2 em { color: var(--teal); font-style: normal; }
.section-heading > p:last-child { max-width: 680px; margin: 0 auto; color: var(--muted); font-size: 18px; }
.intro { padding-bottom: 64px; }
.brand-lineup { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: clamp(12px, 2vw, 24px); }
.brand-mark { display: grid; justify-items: center; align-content: start; gap: 14px; text-align: center; }
.brand-logo { display: grid; width: clamp(104px, 11vw, 138px); aspect-ratio: 1; place-items: center; padding: 7px; border: 4px solid var(--gold); border-radius: 50%; background: var(--white); box-shadow: 0 12px 34px rgba(3,45,44,.13), inset 0 0 0 2px rgba(7,63,61,.12); }
.brand-logo img { width: 100%; height: 100%; padding: 10px; border-radius: 50%; object-fit: contain; background: white; }
.brand-mark span { color: var(--ink); font-weight: 900; line-height: 1.35; }

.highlights { background: #e8efe9; }
.feature-card { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: clamp(32px, 6vw, 80px); align-items: center; margin-bottom: 48px; padding: clamp(22px, 4vw, 48px); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow); }
.feature-card.reverse .feature-image { order: 2; }
.feature-image { overflow: hidden; min-height: 360px; border-radius: 22px; }
.feature-image img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; }
.card-number { margin-bottom: 8px; color: var(--teal); font-size: 13px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.feature-copy h3, .subheading h3, .visit-copy h3 { margin-bottom: 14px; color: var(--ink); font-family: "Noto Serif SC", serif; font-size: clamp(30px, 3vw, 48px); line-height: 1.2; }
.feature-lead { font-weight: 700; font-size: 19px; }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px; margin: 22px 0 0; padding: 0; list-style: none; }
.check-grid li { position: relative; padding-left: 24px; }
.check-grid li::before { content: "✓"; position: absolute; left: 0; color: var(--teal); font-weight: 900; }
.subheading { margin-top: 110px; margin-bottom: 40px; text-align: center; }
.subheading p:last-child { color: var(--muted); }
.visit-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 32px; }
.visit-card, .visit-card:last-child { display: flex; grid-column: auto; min-height: 0; flex-direction: column; gap: clamp(26px, 4vw, 42px); overflow: hidden; padding: clamp(16px, 3vw, 40px); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow); }
.visit-card > img { width: 100%; height: auto; aspect-ratio: auto; border-radius: 22px; object-fit: contain; background: var(--ink-deep); }
.visit-copy { padding: 0 clamp(8px, 2vw, 24px) clamp(8px, 2vw, 20px); }
.visit-copy h3 { font-size: clamp(28px, 3vw, 40px); }
.visit-copy > p { max-width: 78ch; }
.brand-facts { display: grid; gap: 9px; margin: 0 0 20px; padding: 16px 18px 16px 38px; border-radius: 14px; color: var(--ink); background: var(--cream); font-weight: 700; }
.brand-facts li::marker { color: var(--red); }
.visible-highlights { margin-top: 20px; padding-top: 18px; border-top: 1px solid #dbe5df; }
.visible-highlights h4 { margin: 0 0 8px; color: var(--teal); font-size: 16px; }
.visible-highlights ul { margin: 0; padding-left: 21px; color: var(--muted); }
.brand-more-link { display: inline-flex; min-height: 46px; align-items: center; gap: 8px; margin-top: 20px; padding: 8px 18px; border-radius: 999px; color: white; background: var(--teal); font-weight: 800; text-decoration: none; }

.schedule-section { position: relative; overflow: hidden; color: white; background: radial-gradient(circle at 88% 12%, rgba(62,192,174,.24), transparent 30%), radial-gradient(circle at 8% 72%, rgba(240,198,107,.13), transparent 28%), linear-gradient(145deg, #032d2c 0%, #074c48 55%, #032d2c 100%); isolation: isolate; }
.schedule-section::before { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom, black, transparent 72%); }
.schedule-heading { position: relative; max-width: 820px; margin: 0 auto 64px; padding: clamp(30px, 5vw, 54px); overflow: hidden; border: 1px solid rgba(240,198,107,.42); border-radius: 36px; background: linear-gradient(135deg, rgba(255,255,255,.11), rgba(255,255,255,.035)); box-shadow: 0 28px 80px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.18); text-align: center; }
.schedule-heading::before, .schedule-heading::after { content: ""; position: absolute; width: 170px; height: 170px; border: 1px solid rgba(240,198,107,.24); border-radius: 50%; }
.schedule-heading::before { top: -115px; left: -65px; }
.schedule-heading::after { right: -78px; bottom: -122px; }
.schedule-kicker { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 12px; padding: 8px 18px; border-radius: 999px; color: var(--ink-deep); background: var(--gold); box-shadow: 0 8px 24px rgba(0,0,0,.2); font-size: 13px; font-weight: 900; letter-spacing: .15em; }
.schedule-kicker i { width: 5px; height: 5px; border-radius: 50%; background: var(--red); }
.schedule-title-row { display: grid; grid-template-columns: 1fr auto 1fr; gap: 18px; align-items: center; }
.schedule-title-row > span { height: 1px; background: linear-gradient(90deg, transparent, var(--gold)); }
.schedule-title-row > span:last-child { background: linear-gradient(90deg, var(--gold), transparent); }
.schedule-title-row h2 { margin: 0; color: white; font-family: "Noto Serif SC", serif; font-size: clamp(48px, 7vw, 78px); line-height: 1.15; letter-spacing: -.04em; text-shadow: 0 8px 30px rgba(0,0,0,.25); }
.schedule-location { margin: 12px 0 0; color: rgba(255,255,255,.78); font-weight: 700; letter-spacing: .08em; }
.schedule-location b { margin: 0 7px; color: var(--gold); }
.timeline { position: relative; max-width: 960px; padding: 0; list-style: none; }
.timeline::before { content: ""; position: absolute; top: 24px; bottom: 24px; left: 65px; width: 1px; background: rgba(255,255,255,.2); }
.timeline li { --day-accent: var(--gold); --day-glow: rgba(240,198,107,.16); position: relative; display: grid; grid-template-columns: 130px 1fr; gap: 28px; margin-bottom: 20px; padding: 26px 32px 26px 0; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 24px; background: linear-gradient(105deg, var(--day-glow), rgba(255,255,255,.055) 36%, rgba(255,255,255,.025)); box-shadow: inset 4px 0 0 var(--day-accent), 0 14px 36px rgba(0,0,0,.12); transition: transform 200ms var(--ease-out), border-color 200ms ease, background-color 200ms ease; }
.timeline li:nth-child(1) { --day-accent: #f0c66b; --day-glow: rgba(240,198,107,.17); }
.timeline li:nth-child(2) { --day-accent: #59d5bd; --day-glow: rgba(89,213,189,.15); }
.timeline li:nth-child(3) { --day-accent: #ff9a78; --day-glow: rgba(255,154,120,.15); }
.timeline li:nth-child(4) { --day-accent: #86b9ff; --day-glow: rgba(134,185,255,.15); }
.timeline li:nth-child(5) { --day-accent: #d2a8ff; --day-glow: rgba(210,168,255,.15); }
.day { z-index: 1; align-self: start; display: grid; justify-items: center; margin-left: 14px; padding: 10px 10px 9px; border: 1px solid rgba(255,255,255,.4); border-radius: 16px; color: var(--ink-deep); background: var(--day-accent); box-shadow: 0 8px 22px rgba(0,0,0,.2); line-height: 1; }
.day span { font-size: 11px; letter-spacing: .14em; }
.day strong { color: var(--ink-deep); font-size: 38px; }
.day small { margin-top: 6px; font-size: 11px; }
.timeline h3 { margin-bottom: 10px; color: var(--day-accent); font-size: 22px; }
.timeline p { margin-bottom: 4px; color: rgba(255,255,255,.83); }
.timeline .muted, .schedule-note { color: rgba(255,255,255,.58); font-size: 14px; }
.schedule-note { text-align: center; }

.addon { padding: clamp(80px, 10vw, 140px) clamp(20px, 5vw, 72px); color: white; background: #082e2d; }
.addon-inner { width: min(1180px, 100%); margin: auto; }
.addon-heading { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 42px; }
.addon .kicker { color: var(--gold); }
.addon-label { display: inline-flex; margin-bottom: 14px; padding: 7px 14px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; color: var(--cream); font-weight: 800; font-size: 14px; }
.addon h2 { margin-bottom: 12px; color: white; font-family: "Noto Serif SC", serif; font-size: clamp(42px, 6vw, 76px); line-height: 1.1; letter-spacing: -.04em; }
.addon h2 em { color: var(--gold); font-style: normal; }
.addon-day-card { position: relative; flex: 0 0 auto; min-width: 270px; padding: 22px 28px; overflow: hidden; border: 1px solid rgba(255,255,255,.55); border-radius: 26px; color: var(--ink-deep); background: linear-gradient(135deg, var(--cream), var(--gold)); box-shadow: 0 16px 0 rgba(0,0,0,.18), 0 30px 60px rgba(0,0,0,.16); }
.addon-day-card::after { content: ""; position: absolute; top: -55px; right: -30px; width: 130px; height: 130px; border: 18px solid rgba(255,255,255,.25); border-radius: 50%; }
.addon-day-card > span { position: relative; z-index: 1; color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .22em; }
.addon-day-card > div { position: relative; z-index: 1; display: flex; align-items: center; gap: 16px; margin-top: 2px; }
.addon-day-card strong { color: var(--teal); font-size: 72px; line-height: 1; letter-spacing: -.08em; }
.addon-day-card p { display: grid; gap: 3px; margin: 0; line-height: 1.15; }
.addon-day-card b { font-size: 20px; letter-spacing: .04em; }
.addon-day-card small { color: rgba(3,45,44,.68); font-size: 13px; font-weight: 800; }
.utcook-visual { margin: 0; overflow: hidden; border-radius: 28px; background: #111; box-shadow: 0 30px 80px rgba(0,0,0,.3); }
.utcook-visual img { width: 100%; height: auto; }
.utcook-visual figcaption { padding: 10px 18px; color: rgba(255,255,255,.5); background: #101716; font-size: 12px; text-align: right; }
.utcook-visual a { color: var(--cream); }
.utcook-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 18px; }
.utcook-gallery figure { overflow: hidden; margin: 0; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; background: #101716; }
.utcook-gallery-image { display: grid; min-height: 0; place-items: center; background: #080d0d; }
.utcook-gallery img { width: 100%; height: auto; object-fit: contain; }
.utcook-gallery figcaption { padding: 12px 16px; color: var(--cream); font-size: 14px; font-weight: 700; }
.addon-story { display: grid; grid-template-columns: 1.06fr .94fr; gap: 24px; margin-top: 24px; }
.addon-intro, .pain-panel { padding: clamp(26px, 4vw, 48px); border-radius: 26px; background: rgba(255,255,255,.07); }
.addon-intro h3 { margin-bottom: 20px; color: var(--cream); font-family: "Noto Serif SC", serif; font-size: clamp(30px, 4vw, 46px); line-height: 1.22; }
.addon-intro p { color: rgba(255,255,255,.75); }
.addon-intro p:last-child { margin-bottom: 0; }
.addon-intro strong { color: white; }
.pain-panel .card-number { color: var(--gold); }
.pain-panel ol { display: grid; gap: 22px; margin: 18px 0 0; padding: 0; list-style: none; counter-reset: pain; }
.pain-panel li { position: relative; display: grid; gap: 4px; padding-left: 48px; counter-increment: pain; }
.pain-panel li::before { content: "0" counter(pain); position: absolute; left: 0; top: -2px; color: var(--gold); font-weight: 900; font-size: 24px; }
.pain-panel li strong { color: white; font-size: 18px; }
.pain-panel li span { color: rgba(255,255,255,.66); }
.test-kitchen { display: grid; grid-template-columns: auto 1fr auto; gap: 24px; align-items: center; margin-top: 24px; padding: 24px 28px; border-radius: 24px; color: var(--ink); background: var(--gold); }
.test-kitchen-icon { display: grid; width: 58px; height: 58px; place-items: center; border-radius: 50%; background: var(--ink); }
.test-kitchen-icon svg { width: 34px; height: 34px; fill: none; stroke: var(--gold); stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.5; }
.test-kitchen h3 { margin-bottom: 4px; font-size: 22px; }
.test-kitchen p { margin: 0; color: rgba(3,45,44,.77); }
.test-kitchen > a { display: inline-flex; min-height: 48px; align-items: center; gap: 8px; padding: 8px 18px; border-radius: 999px; color: white; background: var(--ink); font-weight: 800; text-decoration: none; }

.registration { padding: clamp(80px, 10vw, 140px) clamp(20px, 5vw, 72px); color: white; background: var(--red); }
.registration-inner { width: min(1180px, 100%); margin: auto; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 7vw, 100px); align-items: center; }
.registration .kicker, .registration h2 { color: white; }
.registration h2 em { color: var(--cream); }
.registration-copy > p:last-child { color: rgba(255,255,255,.78); }
.price-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.price-card { container-type: inline-size; position: relative; min-width: 0; padding: 30px clamp(16px, 1.7vw, 24px); overflow: hidden; border-radius: 24px; color: var(--ink); background: var(--white); box-shadow: 0 18px 0 rgba(108,18,18,.18); }
.price-card.vip { background: var(--cream); }
.price-label { font-weight: 900; font-size: 20px; }
.original-price { margin: 8px 0 0; color: var(--muted); font-size: 15px; font-weight: 700; }
.original-price del { margin-left: 3px; color: var(--red); font-size: 20px; font-weight: 900; text-decoration-thickness: 3px; text-decoration-color: var(--red); }
.price { display: flex; width: 100%; min-width: 0; align-items: flex-start; margin: 4px 0 0; line-height: 1; white-space: nowrap; }
.price small { margin: 8px 5px 0 0; font-weight: 900; }
.price strong { min-width: 0; font-size: clamp(38px, 4vw, 54px); font-size: clamp(38px, 24cqi, 54px); letter-spacing: -.075em; font-variant-numeric: tabular-nums; }
.price-card p { margin: 10px 0 0; color: var(--muted); }
.price-badge { position: absolute; top: 20px; right: -32px; transform: rotate(38deg); padding: 4px 38px; background: var(--teal); color: white; font-size: 11px; font-weight: 900; }
.price-card.extension { color: white; background: var(--ink); }
.price-card.extension .price-label { color: var(--gold); font-size: 15px; letter-spacing: .05em; }
.price-card.extension p { color: rgba(255,255,255,.68); }
.extension-callout { display: block; width: fit-content; margin: -6px 0 16px; padding: 7px 13px; border-radius: 999px; color: var(--ink-deep); background: var(--gold); box-shadow: 0 5px 0 rgba(0,0,0,.2); font-size: 17px; font-weight: 900; letter-spacing: .02em; transform: rotate(-2deg); }
.extension-note { min-height: 48px; font-size: 14px; }
.registration-cta { grid-column: 2; display: flex; min-height: 58px; align-items: center; justify-content: center; gap: 14px; padding: 12px 28px; border: 2px solid var(--cream); border-radius: 999px; color: var(--ink); background: var(--cream); box-shadow: 0 12px 0 rgba(108,18,18,.2); font-size: 20px; font-weight: 900; text-decoration: none; transition: transform 160ms ease, background-color 160ms ease; }

.fees { background: var(--paper); }
.fee-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 24px; }
.fee-card { padding: clamp(28px, 4vw, 48px); border-radius: 26px; background: white; box-shadow: var(--shadow); }
.fee-card h3 { color: var(--ink); font-size: 28px; }
.fee-card ul { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.fee-card li { position: relative; padding-left: 34px; }
.fee-card li::before { position: absolute; left: 0; top: 1px; display: grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; color: white; font-weight: 900; line-height: 1; }
.included li::before { content: "✓"; background: var(--teal); }
.excluded li::before { content: "×"; background: var(--red); }

.payment { padding: clamp(70px, 9vw, 120px) clamp(20px, 5vw, 72px); color: white; background: var(--ink-deep); }
.payment-inner { width: min(900px, 100%); margin: auto; display: grid; grid-template-columns: auto 1fr; gap: clamp(32px, 7vw, 80px); align-items: center; }
.qr-wrap { padding: 12px; border-radius: 22px; background: white; box-shadow: 0 18px 50px rgba(0,0,0,.28); }
.qr-wrap img { width: 220px; height: auto; image-rendering: auto; }
.payment .kicker { color: var(--gold); }
.payment h2 { color: white; }
dl { margin: 26px 0; }
dl div { display: grid; grid-template-columns: 70px 1fr; padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
dt { color: rgba(255,255,255,.55); }
dd { margin: 0; font-weight: 900; font-variant-numeric: tabular-nums; }
.payment-hint { display: flex; gap: 14px; align-items: flex-start; margin-top: 28px; padding: 18px 20px; border: 2px solid var(--gold); border-radius: 16px; color: var(--ink); background: var(--cream); box-shadow: 0 12px 30px rgba(0,0,0,.18); }
.payment-hint svg { flex: 0 0 auto; width: 28px; height: 28px; fill: none; stroke: var(--red); stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.payment-hint p { display: grid; gap: 4px; margin: 0; }
.payment-hint strong { color: var(--red); font-size: 17px; }
.payment-hint span { color: var(--ink); font-size: 14px; font-weight: 700; }
.payment-cta { grid-column: 1 / -1; display: flex; min-height: 60px; align-items: center; justify-content: center; gap: 14px; margin-top: 16px; padding: 13px 28px; border: 2px solid var(--gold); border-radius: 999px; color: var(--ink-deep); background: var(--gold); box-shadow: 0 12px 0 rgba(0,0,0,.22); font-size: 20px; font-weight: 900; text-decoration: none; transition: transform 160ms var(--ease-out), background-color 160ms ease; touch-action: manipulation; }
.payment-cta:active { transform: scale(.98); }
footer { display: flex; justify-content: center; align-items: center; gap: 24px; padding: 36px 24px 104px; color: rgba(255,255,255,.58); background: #022423; font-size: 13px; }
footer img { width: 220px; height: auto; flex: 0 0 auto; object-fit: contain; }
.mobile-cta { position: fixed; z-index: 1000; right: 16px; bottom: max(16px, env(safe-area-inset-bottom)); display: none; min-height: 52px; align-items: center; justify-content: center; padding: 12px 22px; border-radius: 999px; color: var(--ink-deep); background: var(--cream); box-shadow: 0 10px 32px rgba(0,0,0,.28); font-weight: 900; text-decoration: none; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity 280ms var(--ease-out), transform 280ms var(--ease-out); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (hover: hover) and (pointer: fine) {
  nav a:not(.nav-cta):hover { color: var(--cream); }
  .nav-cta:hover, .primary-button:hover { background: white; transform: translateY(-2px); }
  summary:hover { color: var(--ink); }
  .timeline li:hover { transform: translateY(-3px); border-color: rgba(240,198,107,.55); }
  .payment-cta:hover { transform: translateY(-2px); background: var(--cream); }
}

@media (max-width: 1100px) {
  .registration-inner { grid-template-columns: 1fr; }
  .registration-copy { max-width: 720px; }
  .registration-cta { grid-column: auto; }
}

@media (max-width: 900px) {
  .site-header { padding-top: 18px; }
  .brand { width: min(245px, 46vw); }
  nav a:not(.nav-cta) { display: none; }
  .hero { min-height: 760px; }
  .hero-content { margin-left: 6vw; padding-top: 120px; }
  .hero-stats { left: 6vw; right: auto; bottom: 28px; }
  .feature-card, .feature-card.reverse { grid-template-columns: 1fr; }
  .feature-card.reverse .feature-image { order: 0; }
  .visit-grid { grid-template-columns: 1fr; }
  .addon-story { grid-template-columns: 1fr; }
  .fee-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  body { padding-bottom: 82px; }
  .site-header { justify-content: center; padding: 16px 18px; }
  .brand { width: min(220px, 64vw); }
  .site-header nav { position: absolute; right: 18px; }
  .nav-cta { display: none; }
  .hero { min-height: 790px; align-items: start; }
  .hero-photo { object-position: 66% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(2,31,46,.87) 0%, rgba(3,45,44,.48) 55%, rgba(2,32,39,.88) 100%); }
  .hero-content { width: auto; margin: 0; padding: 150px 20px 190px; }
  h1 { font-size: clamp(46px, 15vw, 68px); }
  .hero-date { font-size: 23px; }
  .hero-stats { left: 16px; right: 16px; bottom: 20px; justify-content: space-around; padding: 16px 8px; }
  .hero-stats div { min-width: 0; padding: 0 10px; }
  .hero-stats strong { font-size: 22px; }
  .hero-stats span { font-size: 11px; }
  .section { padding-left: 16px; padding-right: 16px; }
  .section-heading { margin-bottom: 36px; }
  .brand-lineup { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 12px; }
  .brand-mark:last-child { grid-column: 1 / -1; }
  .brand-logo { width: 112px; }
  .feature-card { padding: 16px; border-radius: 24px; gap: 25px; }
  .feature-image, .feature-image img { min-height: 230px; }
  .check-grid { grid-template-columns: 1fr; }
  .subheading { margin-top: 80px; }
  .visit-card, .visit-card:last-child { padding: 14px; border-radius: 24px; }
  .visit-card > img { height: auto; border-radius: 16px; }
  .visit-copy { padding: 0 10px 14px; }
  .timeline::before { display: none; }
  .schedule-heading { margin-bottom: 42px; padding: 28px 18px; border-radius: 26px; }
  .schedule-kicker { gap: 9px; padding: 7px 13px; font-size: 11px; }
  .schedule-title-row { gap: 10px; }
  .schedule-title-row h2 { font-size: 44px; }
  .schedule-location { font-size: 14px; letter-spacing: .03em; }
  .timeline li { grid-template-columns: 76px 1fr; gap: 12px; padding: 22px 16px 22px 0; }
  .day { margin-left: 8px; padding: 9px 5px 8px; border-radius: 13px; }
  .day strong { font-size: 32px; }
  .timeline h3 { font-size: 19px; }
  .timeline p { font-size: 14px; }
  .addon { padding-left: 16px; padding-right: 16px; }
  .addon-heading { align-items: stretch; flex-direction: column; }
  .addon-day-card { width: 100%; min-width: 0; }
  .utcook-visual { border-radius: 20px; }
  .utcook-visual img { min-height: 0; object-fit: contain; }
  .utcook-gallery { grid-template-columns: 1fr; }
  .test-kitchen { grid-template-columns: auto 1fr; padding: 22px 20px; }
  .test-kitchen > a { grid-column: 1 / -1; justify-content: center; }
  .registration { padding-left: 16px; padding-right: 16px; }
  .price-grid { grid-template-columns: 1fr; }
  .fee-card { padding: 26px 22px; }
  .payment-inner { grid-template-columns: 1fr; text-align: center; }
  .qr-wrap { width: fit-content; margin: auto; }
  dl { text-align: left; }
  footer { flex-direction: column; text-align: center; }
  footer img { width: min(210px, 58vw); height: auto; object-fit: contain; }
  .mobile-cta { display: inline-flex; left: 16px; right: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none; transition: none; }
  .reveal { opacity: 1; transform: none; }
}
