:root {
  --ink: #201532;
  --muted: #6c637a;
  --cream: #fbf8f3;
  --paper: #ffffff;
  --purple: #7431c7;
  --purple-dark: #32115f;
  --midnight: #13082d;
  --pink: #ee268f;
  --blue: #087ee8;
  --yellow: #f5b51b;
  --teal: #28bfbc;
  --lime: #a7d94e;
  --border: #e5ddeb;
  --shadow: 0 22px 55px rgba(44, 20, 78, .13);
  --radius-lg: 30px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background-color: var(--cream); background-image: radial-gradient(circle at 12% 8%, rgba(238,38,143,.08), transparent 22%), radial-gradient(circle at 92% 28%, rgba(8,126,232,.08), transparent 25%); font-family: "DM Sans", sans-serif; line-height: 1.55; }
button, select, input, textarea { font: inherit; }
button { color: inherit; }
a { color: inherit; }
[hidden] { display: none !important; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 100; padding: 10px 16px; border-radius: 10px; color: white; background: var(--ink); }
.skip-link:focus { top: 12px; }

.site-header { max-width: 1220px; margin: 0 auto; padding: 20px 28px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.brand { display: inline-flex; gap: 10px; align-items: center; text-decoration: none; }
.brand-logo { width: 58px; height: 58px; padding: 2px; object-fit: contain; border: 1px solid var(--border); border-radius: 15px; background: white; box-shadow: 0 7px 20px rgba(43,20,78,.12); }
.brand > span { display: flex; flex-direction: column; line-height: 1.05; }
.brand strong { font: 700 20px/1 "Fredoka", sans-serif; letter-spacing: .03em; }
.brand small { margin-top: 5px; color: var(--muted); font-size: 11px; }
.site-nav { display: flex; align-items: center; gap: 22px; }
.site-nav > a { color: #594f68; font-size: 13px; font-weight: 800; text-decoration: none; }
.site-nav > a:hover { color: var(--purple); }
.header-action { padding: 9px 14px; border: 1px solid var(--border); border-radius: 999px; background: white; box-shadow: 0 4px 18px rgba(57,36,88,.07); }
.header-action span { min-width: 24px; height: 24px; margin-right: 6px; display: inline-grid; place-items: center; border-radius: 99px; color: white; background: linear-gradient(135deg, var(--pink), var(--purple)); }

.hero { max-width: 1164px; margin: 0 auto 88px; padding: 36px 42px 56px; display: flex; flex-direction: column; gap: 38px; position: relative; overflow: hidden; border-radius: 42px; color: white; background-color: var(--midnight); background-image: radial-gradient(circle at 8% 18%, rgba(255,255,255,.8) 0 1px, transparent 2px), radial-gradient(circle at 31% 70%, rgba(255,255,255,.55) 0 1px, transparent 2px), radial-gradient(circle at 72% 16%, rgba(255,255,255,.7) 0 1px, transparent 2px), radial-gradient(circle at 93% 60%, rgba(255,255,255,.6) 0 1px, transparent 2px), radial-gradient(circle at 24% 28%, rgba(238,38,143,.48), transparent 31%), radial-gradient(circle at 78% 70%, rgba(8,126,232,.4), transparent 34%), linear-gradient(135deg, #13082d 0%, #39106c 52%, #082a60 100%); box-shadow: 0 30px 72px rgba(35,13,73,.24); }
.hero-copy { max-width: 820px; margin: 0 auto; text-align: center; }
.hero::before { content: ""; position: absolute; width: 210px; height: 210px; top: -115px; left: 40%; border: 30px solid rgba(255,255,255,.06); border-radius: 50%; }
.eyebrow { margin: 0 0 11px; color: var(--purple); font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.hero .eyebrow { color: #72d8ff; }
h1, h2, h3 { margin-top: 0; font-family: "Fredoka", sans-serif; line-height: 1.06; }
h1 { margin-bottom: 22px; font-size: clamp(48px, 6vw, 76px); letter-spacing: -.04em; }
h1 span { color: var(--pink); background: linear-gradient(90deg, #ff58ae, #f9c13d); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero-intro { max-width: 680px; margin: 0 auto 18px; color: #e7ddf3; font-size: 18px; }
.value-row { margin-bottom: 26px; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.value-row span { padding: 6px 11px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: rgba(255,255,255,.1); color: white; font-size: 11px; font-weight: 800; }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 11px; }
.button { min-height: 48px; padding: 13px 20px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 999px; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .interest-button:focus-visible, .filter-button:focus-visible, .text-button:focus-visible, select:focus-visible, a:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }
.button-primary { color: white; background: linear-gradient(135deg, var(--pink), var(--purple)); box-shadow: 0 10px 24px rgba(238,38,143,.25); }
.button-primary:hover { background: linear-gradient(135deg, #ff4ba9, var(--purple-dark)); }
.button-secondary { border: 1px solid var(--border); color: var(--ink); background: white; }
.hero .button-secondary { border-color: rgba(255,255,255,.3); color: white; background: rgba(255,255,255,.1); backdrop-filter: blur(7px); }
.promise { margin: 28px 0 0; color: #cec0df; font-size: 13px; font-weight: 700; }
.hero-art { width: 100%; aspect-ratio: 12 / 5; position: relative; order: -1; }
.hero-photo { padding: 7px; border-radius: 30px; background: white; box-shadow: 15px 15px 0 rgba(245,181,27,.94), 0 0 50px rgba(8,126,232,.22); }
.hero-photo img { width: 100%; height: 100%; display: block; object-fit: cover; border-radius: 23px; }

.events-section { max-width: 1164px; margin: 0 auto 88px; padding: 0 14px; }
.section-heading { margin-bottom: 32px; display: flex; justify-content: space-between; align-items: end; gap: 38px; }
.section-heading h2 { margin-bottom: 0; font-size: clamp(36px, 4vw, 52px); letter-spacing: -.025em; }
.section-heading > p { max-width: 430px; margin: 0; color: var(--muted); }
.family-price-note { margin: -8px 0 30px; padding: 15px 18px; display: flex; align-items: center; gap: 12px; border: 1px solid #f0c7dd; border-radius: 16px; background: linear-gradient(90deg, #fff0f8, #fff8df); }
.family-price-note > span { width: 34px; height: 34px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: #3a1e4e; background: var(--yellow); font-size: 17px; }
.family-price-note strong { font: 700 17px/1.2 "Fredoka", sans-serif; }
.family-price-note p { margin: 2px 0 0; color: var(--muted); font-size: 12px; }

.featured-experience { margin-bottom: 68px; display: grid; grid-template-columns: .8fr 1.2fr; overflow: hidden; border: 1px solid rgba(116,49,199,.4); border-radius: 34px; background: white; box-shadow: var(--shadow); transition: border-color .2s, transform .2s; }
.featured-experience.is-selected { border: 3px solid var(--purple); }
.featured-visual { min-height: 470px; padding: 34px; display: flex; flex-direction: column; align-items: center; justify-content: space-between; position: relative; overflow: hidden; background-image: radial-gradient(circle at 15% 12%, rgba(255,255,255,.8) 0 2px, transparent 3px), radial-gradient(circle at 78% 27%, rgba(255,255,255,.7) 0 1px, transparent 2px), linear-gradient(155deg, #9adb52, #2ac1b8 55%, #0d86e4); }
.featured-visual::before { content: ""; position: absolute; width: 210px; height: 210px; top: -85px; right: -92px; border: 30px solid rgba(255,255,255,.22); border-radius: 50%; }
.date-tile { width: 82px; padding: 9px; align-self: flex-start; display: grid; place-items: center; position: relative; z-index: 1; border: 3px solid var(--ink); border-radius: 13px; color: var(--ink); background: white; box-shadow: 6px 6px 0 var(--ink); transform: rotate(-4deg); }
.date-tile strong, .date-tile small { font-size: 10px; letter-spacing: .12em; }
.date-tile b { font: 700 35px/1 "Fredoka", sans-serif; }
.featured-icon { position: relative; z-index: 1; font-size: 108px; filter: drop-shadow(0 10px 0 rgba(255,255,255,.5)); }
.brush-label { padding: 10px 14px; position: relative; z-index: 1; color: white; background: var(--ink); font: 700 12px/1.2 "Fredoka", sans-serif; letter-spacing: .05em; text-align: center; transform: rotate(-2deg); }
.featured-content { padding: 42px 46px; display: flex; flex-direction: column; }
.event-topline { margin-bottom: 14px; display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }
.event-tag { color: var(--purple); font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.live-tag { color: #13766f; }
.capacity-tag, .status-pill { flex: 0 0 auto; padding: 4px 8px; border-radius: 99px; color: #665c70; background: #f3eef8; font-size: 9px; font-weight: 800; }
.capacity-tag { color: #702055; background: #ffe4f3; }
.featured-content h3 { margin-bottom: 14px; font-size: clamp(38px, 4vw, 54px); }
.featured-content > p { margin: 0 0 25px; color: var(--muted); font-size: 15px; }
.featured-details { margin-bottom: 26px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.featured-details div { padding: 12px 13px; border-radius: 13px; background: #f8f5fb; }
.featured-details span { display: block; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.featured-details strong { display: block; margin-top: 4px; font-size: 12px; }

.collection-heading { margin-bottom: 22px; display: flex; align-items: end; justify-content: space-between; gap: 26px; }
.collection-heading h3 { margin: 0; font-size: 30px; }
.filter-bar { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.filter-button { padding: 8px 12px; border: 1px solid var(--border); border-radius: 999px; color: #5d5469; background: white; font-size: 11px; font-weight: 800; cursor: pointer; }
.filter-button:hover, .filter-button.is-active { border-color: var(--purple); color: white; background: var(--purple); }

.experience-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.experience-card { --tone: #f4c64e; --tone-soft: #fff4c7; min-height: 365px; padding: 24px; display: flex; flex-direction: column; position: relative; overflow: hidden; border: 1px solid var(--border); border-radius: 25px; background: white; box-shadow: 0 8px 28px rgba(51,24,83,.07); transition: transform .22s, border-color .22s, box-shadow .22s; }
.experience-card::after { content: ""; width: 110px; height: 110px; position: absolute; right: -55px; top: -55px; border-radius: 50%; background: var(--tone-soft); }
.experience-card:hover { transform: translateY(-4px); border-color: color-mix(in srgb, var(--tone) 60%, white); box-shadow: var(--shadow); }
.experience-card.is-selected { border: 3px solid var(--tone); }
.experience-icon { width: 64px; height: 64px; margin-bottom: 22px; display: grid; place-items: center; position: relative; z-index: 1; border: 3px solid var(--ink); border-radius: 50%; background: var(--tone-soft); font-size: 31px; box-shadow: 5px 5px 0 var(--tone); }
.experience-card h3 { min-height: 53px; margin-bottom: 10px; font-size: 24px; }
.experience-card > p { margin: 0 0 20px; color: var(--muted); font-size: 13px; }
.event-summary { margin-top: auto; padding-top: 12px; display: flex; justify-content: space-between; gap: 10px; border-top: 1px solid #eee8f2; font-size: 10px; }
.event-summary span { color: var(--muted); }
.event-summary strong { color: var(--purple-dark); text-align: right; }
.tone-gold { --tone: #f5b51b; --tone-soft: #fff3c1; }
.tone-blue { --tone: #087ee8; --tone-soft: #dff1ff; }
.tone-pink { --tone: #ee268f; --tone-soft: #ffe1f0; }
.tone-sky { --tone: #24aeea; --tone-soft: #dcf6ff; }
.tone-purple { --tone: #7431c7; --tone-soft: #eee1ff; }
.tone-orange { --tone: #ee7b20; --tone-soft: #ffead6; }
.tone-violet { --tone: #8245ca; --tone-soft: #eee3fa; }
.tone-rose { --tone: #ed5a87; --tone-soft: #ffe2e9; }
.tone-green { --tone: #5aab3c; --tone-soft: #e7f6dd; }
.tone-ice { --tone: #30a7cf; --tone-soft: #e0f7ff; }

.interest-button { width: 100%; min-height: 44px; margin-top: 18px; padding: 9px 13px; display: flex; justify-content: center; align-items: center; gap: 7px; border: 2px solid var(--purple); border-radius: 999px; color: var(--purple); background: white; font-size: 12px; font-weight: 800; cursor: pointer; transition: background .2s, color .2s; }
.interest-button:hover, .is-selected .interest-button { color: white; background: linear-gradient(135deg, var(--pink), var(--purple)); }
.button-icon { font-size: 18px; line-height: 1; }
.featured-actions { margin-top: 18px; display: grid; grid-template-columns: 1.2fr 1fr; gap: 10px; }
.featured-actions .interest-button { margin-top: 0; }
.featured-actions small { grid-column: 1 / -1; color: var(--muted); font-size: 12px; text-align: center; }
.square-pay-button { color: white; background: #242128; box-shadow: 0 10px 22px rgba(36,33,40,.18); }
.square-pay-button:hover { background: #09080a; }

.planner-section { max-width: 1164px; margin: 0 auto 88px; padding: 0 14px; display: grid; grid-template-columns: 1.28fr .72fr; gap: 22px; align-items: stretch; }
.compare-panel, .picks-panel { padding: 36px; border: 1px solid var(--border); border-radius: var(--radius-lg); background: white; box-shadow: 0 8px 30px rgba(57,36,88,.07); }
.section-heading.compact { align-items: center; }
.section-heading.compact h2 { font-size: 36px; }
.party-size { display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 11px; font-weight: 700; }
.party-size select { min-width: 58px; padding: 8px 9px; border: 1px solid var(--border); border-radius: 10px; color: var(--ink); background: white; font-weight: 700; }
.compare-empty { min-height: 210px; display: grid; place-items: center; align-content: center; border: 1px dashed #d8cce4; border-radius: 18px; color: var(--muted); text-align: center; background: #fbf9fd; }
.compare-empty span { color: var(--pink); font-size: 42px; }
.compare-empty p { max-width: 320px; margin: 6px 0 0; font-size: 13px; }
.table-wrap { overflow-x: auto; }
table { width: 100%; min-width: 620px; border-collapse: collapse; font-size: 12px; }
th, td { padding: 14px 10px; border-bottom: 1px solid var(--border); text-align: left; }
thead th { padding-top: 0; color: var(--muted); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
tbody th { font-family: "Fredoka", sans-serif; font-size: 14px; }
td:last-child { color: var(--purple); font-weight: 800; }
.price-note { margin: 18px 0 0; color: var(--muted); font-size: 10px; }
.picks-panel { position: relative; overflow: hidden; color: white; background-color: var(--midnight); background-image: radial-gradient(circle at 83% 16%, rgba(238,38,143,.28), transparent 25%), radial-gradient(circle at 14% 82%, rgba(8,126,232,.22), transparent 28%), linear-gradient(145deg, #13082d, #35105f 58%, #092c63); }
.picks-panel::before { content: ""; width: 190px; height: 190px; position: absolute; right: -85px; top: -80px; border: 28px solid rgba(255,255,255,.06); border-radius: 50%; }
.picks-panel .eyebrow { color: var(--yellow); }
.picks-panel h2 { max-width: 290px; margin-bottom: 18px; font-size: 33px; }
.picks-icon { width: 48px; height: 48px; margin-bottom: 27px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(135deg, var(--pink), var(--purple)); box-shadow: 0 0 22px rgba(238,38,143,.35); font-size: 22px; transform: rotate(-8deg); }
#empty-state { padding: 13px 0; color: #c9c2d3; }
#empty-state p { font-size: 13px; }
#picks-list { margin: 0 0 17px; padding: 0; list-style: none; }
#picks-list li { padding: 10px 0; display: flex; justify-content: space-between; gap: 13px; border-bottom: 1px solid rgba(255,255,255,.14); font-size: 12px; }
#picks-list li > span { display: flex; flex-direction: column; }
#picks-list small { margin-top: 2px; color: #bdb3c8; font-size: 9px; }
#picks-list button { border: 0; color: #d8cfdf; background: transparent; text-decoration: underline; cursor: pointer; font-size: 10px; }
.estimate { margin: 19px 0 8px; padding: 15px; display: flex; align-items: center; justify-content: space-between; border-radius: 14px; background: rgba(255,255,255,.1); }
.estimate span { color: #d8cfdf; font-size: 11px; }
.estimate strong { color: var(--yellow); font: 700 24px/1 "Fredoka", sans-serif; }
.estimate-note { margin: 0 0 15px; color: #c7bdd2; font-size: 10px; }
.full { width: 100%; color: #392044; background: linear-gradient(135deg, var(--yellow), #ff91d2); box-shadow: none; }
.full:hover { background: linear-gradient(135deg, #ffe17e, #ffafe0); }
.full:disabled { opacity: .38; cursor: not-allowed; transform: none; }
.text-button { width: 100%; margin-top: 9px; border: 0; color: #ddd4e8; background: transparent; cursor: pointer; text-decoration: underline; font-size: 11px; }
.privacy-note { margin: 19px 0 0; color: #beb5c9; font-size: 10px; }
.policy-link { margin-top: 14px; display: inline-flex; color: white; font-size: 11px; font-weight: 800; text-decoration-color: var(--yellow); text-underline-offset: 4px; }

.membership-section { max-width: 1164px; margin: 0 auto 88px; padding: 10px 14px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 0; }
.membership-intro { padding: 48px; position: relative; overflow: hidden; border-radius: 32px 0 0 32px; color: white; background-color: var(--midnight); background-image: radial-gradient(circle at 86% 14%, rgba(238,38,143,.34), transparent 24%), radial-gradient(circle at 13% 88%, rgba(8,126,232,.26), transparent 27%), linear-gradient(145deg, #13082d, #35105f 58%, #092c63); }
.membership-intro::after { content: ""; width: 190px; height: 190px; position: absolute; right: -92px; bottom: -92px; border: 28px solid rgba(255,255,255,.07); border-radius: 50%; }
.membership-status { padding: 6px 10px; display: inline-flex; position: relative; z-index: 1; border-radius: 999px; color: #332046; background: var(--yellow); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transform: rotate(-2deg); }
.membership-intro .eyebrow { margin-top: 28px; color: #72d8ff; }
.membership-intro h2 { max-width: 430px; margin-bottom: 15px; font-size: clamp(38px, 4vw, 52px); }
.membership-lead { max-width: 450px; margin: 0 0 25px; color: #ded4ea; font-size: 16px; }
.membership-price { display: flex; align-items: center; gap: 13px; }
.membership-price strong { color: var(--yellow); font: 700 58px/1 "Fredoka", sans-serif; }
.membership-price span { color: #d9cfe4; font-size: 12px; font-weight: 700; line-height: 1.25; }
.membership-note { max-width: 440px; margin: 25px 0 0; color: #bfb4ca; font-size: 11px; }
.membership-benefits { padding: 42px 46px; border: 1px solid var(--border); border-left: 0; border-radius: 0 32px 32px 0; background: white; box-shadow: var(--shadow); }
.primary-benefit { margin-bottom: 27px; padding: 21px; display: flex; align-items: center; gap: 18px; border: 2px solid #f3c4df; border-radius: 20px; background: linear-gradient(135deg, #fff1f8, #f4ecff); }
.primary-benefit > span { width: 52px; height: 52px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: white; background: linear-gradient(135deg, var(--pink), var(--purple)); font-size: 24px; box-shadow: 5px 5px 0 var(--yellow); transform: rotate(-5deg); }
.primary-benefit strong { display: block; color: var(--purple-dark); font: 700 22px/1.15 "Fredoka", sans-serif; }
.primary-benefit p { margin: 7px 0 0; color: var(--muted); font-size: 12px; }
.membership-benefits ul { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px 22px; list-style: none; }
.membership-benefits li { display: flex; align-items: flex-start; gap: 9px; color: var(--muted); font-size: 12px; }
.membership-benefits li > span { width: 20px; height: 20px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--teal); font-size: 11px; font-weight: 900; }
.membership-benefits li strong { color: var(--ink); }
.membership-terms { margin: 28px 0 0; padding-top: 19px; border-top: 1px solid var(--border); color: var(--muted); font-size: 10px; }

.reminder-section { max-width: 1164px; margin: 0 auto 34px; padding: 48px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 44px; align-items: center; border: 1px solid var(--border); border-radius: 32px; background: white; box-shadow: var(--shadow); }
.reminder-copy h2 { margin-bottom: 15px; font-size: clamp(36px, 4vw, 50px); }
.reminder-copy > p:not(.eyebrow) { color: var(--muted); }
.reminder-status { margin-top: 25px; padding: 12px 14px; display: flex; gap: 9px; align-items: center; border-radius: 13px; color: #3b3050; background: #f4f0f8; font-size: 11px; }
.reminder-card { padding: 25px; border-radius: 24px; color: white; background: linear-gradient(145deg, #13082d, #35105f 58%, #092c63); }
.reminder-card fieldset { margin: 0 0 18px; padding: 0; border: 0; }
.reminder-card legend { margin-bottom: 13px; font: 700 22px/1.2 "Fredoka", sans-serif; }
.channel-choice { margin-bottom: 9px; padding: 13px; display: grid; grid-template-columns: auto auto 1fr; align-items: flex-start; gap: 11px; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; background: rgba(255,255,255,.08); cursor: pointer; }
.channel-choice:hover { background: rgba(255,255,255,.12); }
.channel-choice input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--pink); }
.channel-choice > span:nth-of-type(1) { font-size: 21px; }
.channel-choice > span:last-child { display: flex; flex-direction: column; }
.channel-choice strong { font-size: 13px; }
.channel-choice small { margin-top: 3px; color: #c8bdd5; font-size: 10px; }
.reminder-helper { margin: 13px 0 0; color: #c8bdd5; font-size: 10px; }


.joy-brand-banner { max-width: 1164px; margin: 0 auto 68px; padding: 0 14px; }
.joy-brand-banner img { width: 100%; height: auto; display: block; border: 1px solid var(--border); border-radius: 28px 28px 0 0; box-shadow: var(--shadow); }
.joy-brand-banner figcaption { padding: 19px 23px; display: flex; align-items: center; justify-content: space-between; gap: 22px; border-radius: 0 0 28px 28px; color: white; background: linear-gradient(135deg, #13082d, #32105f 55%, #092c63); box-shadow: 0 16px 35px rgba(35,13,73,.16); }
.joy-brand-banner figcaption > div:first-child { display: flex; flex-direction: column; }
.joy-brand-banner figcaption strong { font: 700 18px/1.2 "Fredoka", sans-serif; }
.joy-brand-banner figcaption span { color: #dcd3e9; font-size: 10px; }
.banner-contact-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 15px; font-size: 10px; }
.banner-contact-links a { color: white; font-weight: 700; }
.banner-contact-links span { color: var(--yellow) !important; font-weight: 700; }

footer { max-width: 1164px; margin: 0 auto; padding: 36px 14px 48px; display: grid; grid-template-columns: .75fr 1fr auto; gap: 32px; align-items: center; border-top: 1px solid var(--border); color: var(--muted); font-size: 11px; }
.footer-brand { display: flex; align-items: center; gap: 10px; color: var(--ink); }
.footer-brand > span { display: flex; flex-direction: column; }
.footer-brand strong { font: 700 17px/1.2 "Fredoka", sans-serif; }
.footer-brand small { color: var(--muted); }
.footer-logo { width: 54px; height: 54px; object-fit: contain; border-radius: 12px; background: white; }
.footer-small { text-align: right; }
.footer-small a { color: var(--purple-dark); font-weight: 800; }
.toast { position: fixed; left: 50%; bottom: -100px; z-index: 50; transform: translateX(-50%); padding: 12px 18px; border-radius: 99px; color: white; background: var(--ink); font-size: 12px; font-weight: 700; box-shadow: var(--shadow); transition: bottom .3s; }
.toast.show { bottom: 24px; }

@media (max-width: 1000px) {
  .hero { margin-inline: 18px; padding: 30px 32px 48px; gap: 34px; }
  .experience-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .planner-section { grid-template-columns: 1fr; }
  .membership-section { grid-template-columns: 1fr; }
  .membership-intro { border-radius: 30px 30px 0 0; }
  .membership-benefits { border: 1px solid var(--border); border-top: 0; border-radius: 0 0 30px 30px; }
  .reminder-section { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .site-header { padding: 16px 18px; }
  .brand-logo { width: 48px; height: 48px; border-radius: 12px; }
  .brand small, .site-nav > a:not(.header-action) { display: none; }
  .site-nav { gap: 0; }
  .header-action { padding: 7px 10px; font-size: 11px !important; }
  .hero { margin: 0 12px 62px; padding: 18px 16px 38px; border-radius: 28px; }
  .hero-art { width: 100%; aspect-ratio: 12 / 5; }
  h1 { font-size: 45px; }
  .hero-intro { font-size: 15px; }
  .hero-actions .button { width: 100%; }
  .featured-actions { grid-template-columns: 1fr; }
  .featured-actions small { grid-column: auto; }
  .section-heading, .collection-heading { align-items: flex-start; flex-direction: column; gap: 14px; }
  .events-section, .planner-section, .membership-section { padding-inline: 16px; }
  .featured-experience { grid-template-columns: 1fr; }
  .featured-visual { min-height: 300px; }
  .featured-content { padding: 30px 23px; }
  .featured-details { grid-template-columns: 1fr; }
  .filter-bar { justify-content: flex-start; }
  .experience-grid { grid-template-columns: 1fr; }
  .experience-card { min-height: 0; }
  .experience-card h3 { min-height: 0; }
  .compare-panel, .picks-panel { padding: 27px 21px; }
  .section-heading.compact { align-items: flex-start; }
  .section-heading.compact h2 { font-size: 32px; }
  .party-size { width: 100%; justify-content: space-between; }
  .membership-intro, .membership-benefits { padding: 32px 23px; }
  .membership-price strong { font-size: 50px; }
  .primary-benefit { align-items: flex-start; }
  .primary-benefit strong { font-size: 20px; }
  .membership-benefits ul { grid-template-columns: 1fr; }
  .reminder-section { margin-inline: 16px; padding: 31px 22px; }
  .joy-brand-banner figcaption { align-items: flex-start; flex-direction: column; }
  .banner-contact-links { justify-content: flex-start; flex-direction: column; }
  footer { margin-inline: 16px; grid-template-columns: 1fr; gap: 10px; }
  .footer-small { text-align: left; }
}

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