:root {
  --ink: #17131d;
  --paper: #f7f3ff;
  --surface: #fffdf8;
  --muted: #716c72;
  --line: rgba(23, 19, 29, .15);
  --purple: #6d39d8;
  --orange: #ff4f87;
  --yellow: #ffe55c;
  --blue: #50c9ee;
  --mint: #42d6a4;
  --service: #ff4f87;
  --service-soft: #ffd3e2;
  --shadow: 0 28px 80px rgba(36, 24, 43, .14);
  --display: "Arial Black", "Helvetica Neue", Arial, sans-serif;
  --body: "Avenir Next", Avenir, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); transition: background 250ms; }
body[data-service="venue"] { --service: #328eb9; --service-soft: #c9e9f7; }
body[data-service="vendors"] { --service: #7c3aed; --service-soft: #ddcafa; }
body[data-service="extras"] { --service: #ff4f87; --service-soft: #ffd3e2; }
body[data-service="prints"] { --service: #2c9a70; --service-soft: #bde8d7; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link { position: fixed; top: -60px; left: 16px; z-index: 1000; background: var(--ink); color: white; padding: 12px 16px; border-radius: 999px; }
.skip-link:focus { top: 16px; }

.announcement { min-height: 38px; padding: 8px max(20px, calc((100vw - 1220px) / 2)); display: flex; justify-content: center; gap: 24px; align-items: center; background: linear-gradient(90deg, var(--purple), #9b3fd1, var(--orange)); color: white; font-size: 12px; }
.announcement p { margin: 0; }
.announcement p span { padding: 3px 7px; border-radius: 999px; background: var(--yellow); color: var(--ink); font-weight: 900; text-transform: uppercase; letter-spacing: .12em; margin-right: 9px; }
.announcement button { border: 0; background: transparent; color: white; font-weight: 800; cursor: pointer; padding: 2px 0; }
.announcement button span { color: var(--orange); }

.site-header { width: min(1220px, calc(100% - 40px)); margin: 0 auto; min-height: 84px; display: flex; justify-content: space-between; align-items: center; }
.logo { display: inline-flex; align-items: center; gap: 11px; color: inherit; text-decoration: none; }
.logo-burst { width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; transform: rotate(-5deg); background: var(--purple); color: white; font-family: var(--display); font-size: 16px; box-shadow: 6px 6px 0 var(--yellow); }
.logo strong, .logo small { display: block; }
.logo strong { font-family: var(--display); font-size: 18px; letter-spacing: -.04em; }
.logo small { margin-top: 1px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.site-header nav { display: flex; align-items: center; gap: 28px; }
.site-header nav a { color: inherit; text-decoration: none; font-size: 13px; font-weight: 750; }
.nav-button { border: 0; border-radius: 999px; padding: 12px 18px; background: var(--ink); color: white; font-size: 13px; font-weight: 800; cursor: pointer; }
.menu-button, .mobile-menu { display: none; }

.hero { position: relative; width: min(1220px, calc(100% - 40px)); min-height: 670px; margin: 42px auto 105px; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 50px; }
.hero::before { content: ""; position: absolute; z-index: -1; width: 230px; height: 230px; left: -180px; top: 40px; border-radius: 50%; border: 48px solid rgba(80,201,238,.18); }
.eyebrow, .mini-label, .service-kicker, .step-count { margin: 0; color: var(--purple); font-size: 11px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.hero h1 { margin: 14px 0 22px; font-family: var(--display); font-size: clamp(64px, 8.2vw, 116px); line-height: .84; letter-spacing: -.075em; text-transform: uppercase; }
.hero h1 em { color: var(--purple); font-style: normal; -webkit-text-stroke: 2px var(--ink); text-shadow: 5px 5px 0 var(--yellow); }
.hero-intro { max-width: 650px; color: #57515b; font-size: clamp(17px, 1.6vw, 20px); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 29px; }
.primary-button, .small-primary { border: 0; border-radius: 999px; background: var(--orange); color: white; font-weight: 850; cursor: pointer; box-shadow: 0 12px 28px rgba(255,107,53,.24); transition: transform 160ms, background 160ms; }
.primary-button { display: inline-block; padding: 16px 22px; text-decoration: none; }
.small-primary { padding: 12px 17px; }
.primary-button:hover, .small-primary:hover { transform: translateY(-2px); background: #ed5722; }
.quiet-link { color: inherit; text-decoration: none; font-weight: 800; font-size: 14px; }
.quiet-link span { color: var(--orange); }
.trust-row { margin-top: 48px; display: flex; flex-wrap: wrap; gap: 28px; }
.trust-row p { margin: 0; padding-left: 13px; border-left: 2px solid var(--orange); }
.trust-row strong, .trust-row span { display: block; }
.trust-row strong { font-size: 12px; }
.trust-row span { margin-top: 3px; color: var(--muted); font-size: 10px; }

.hero-stage { min-height: 560px; position: relative; display: grid; place-items: center; }
.hero-stage::before { content: ""; position: absolute; width: 430px; height: 430px; border-radius: 42% 58% 55% 45% / 45% 43% 57% 55%; background: linear-gradient(145deg, var(--yellow), #fff3a3); box-shadow: 45px 35px 0 var(--blue), -38px -30px 0 #e1cdfc; transform: rotate(-8deg); }
.vibe-orbit { position: absolute; z-index: 1; border: 2px dashed rgba(23,19,29,.28); border-radius: 50%; }
.orbit-a { width: 470px; height: 360px; transform: rotate(22deg); }
.orbit-b { width: 370px; height: 475px; transform: rotate(-35deg); }
.vibe-center { position: relative; z-index: 3; width: 190px; height: 190px; border-radius: 50%; display: grid; place-content: center; text-align: center; background: var(--purple); color: white; border: 4px solid var(--ink); box-shadow: 11px 12px 0 var(--ink); transform: rotate(-5deg); }
.vibe-center span, .vibe-center strong, .vibe-center small { display: block; }
.vibe-center span { font-size: 14px; font-weight: 900; letter-spacing: .22em; margin-left: .22em; }
.vibe-center strong { font-family: var(--display); font-size: 55px; line-height: .9; letter-spacing: -.06em; }
.vibe-center small { margin-top: 7px; color: var(--yellow); font-size: 9px; font-weight: 900; letter-spacing: .18em; }
.vibe-card { position: absolute; z-index: 4; min-width: 145px; padding: 13px 15px; border: 2px solid var(--ink); border-radius: 16px; background: var(--surface); box-shadow: 6px 7px 0 var(--ink); }
.vibe-card span, .vibe-card strong, .vibe-card small { display: block; }
.vibe-card span { margin-bottom: 4px; font-size: 20px; }
.vibe-card strong { font-family: var(--display); font-size: 15px; }
.vibe-card small { color: var(--muted); font-size: 9px; }
.vibe-card-one { top: 4%; left: 4%; transform: rotate(-7deg); background: #d8f4ff; }
.vibe-card-two { top: 10%; right: -2%; transform: rotate(8deg); background: #ffe1ec; }
.vibe-card-three { bottom: 4%; left: 1%; transform: rotate(7deg); background: #d5f7eb; }
.vibe-card-four { bottom: 1%; right: 1%; transform: rotate(-8deg); background: #eee0ff; }
.doodle { position: absolute; z-index: 4; color: var(--ink); font-size: 38px; animation: float 4s ease-in-out infinite; }
.star-one { top: 5%; right: 4%; }
.star-two { left: 2%; bottom: 10%; font-size: 52px; animation-delay: -1.6s; }
@keyframes float { 50% { transform: translateY(-10px) rotate(7deg); } }

.explore-section { padding: 110px max(20px, calc((100vw - 1220px) / 2)); background: var(--ink); color: white; }
.section-heading { max-width: 780px; }
.section-heading h2, .calendar-heading h2 { margin: 12px 0 16px; font-family: var(--display); font-size: clamp(48px, 6vw, 78px); line-height: .94; letter-spacing: -.06em; text-transform: uppercase; }
.section-heading > p:last-child { max-width: 620px; color: rgba(255,255,255,.6); line-height: 1.6; font-size: 17px; }
.explore-section .eyebrow { color: var(--yellow); }
.service-shell { margin-top: 58px; }
.service-tabs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.13); border-radius: 22px 22px 0 0; overflow: hidden; }
.service-tab { position: relative; min-height: 118px; padding: 19px; border: 0; background: #211b29; color: rgba(255,255,255,.58); text-align: left; cursor: pointer; }
.service-tab:hover { background: #2a2332; color: white; }
.service-tab.active { background: var(--service); color: white; }
.service-tab span, .service-tab strong, .service-tab small { display: block; }
.service-tab span { font-size: 10px; letter-spacing: .12em; }
.service-tab strong { margin: 9px 0 4px; font-family: var(--display); font-size: 18px; }
.service-tab small { font-size: 10px; }

.service-panel { min-height: 490px; display: grid; grid-template-columns: .85fr 1.15fr; background: var(--surface); color: var(--ink); border-radius: 0 0 28px 28px; overflow: hidden; }
.service-art { position: relative; overflow: hidden; display: grid; place-items: center; background: var(--service-soft); transition: background 250ms; }
.service-art::before { content: ""; width: 250px; height: 250px; border-radius: 50%; background: var(--service); box-shadow: 24px 24px 0 var(--yellow); transition: background 250ms; }
.service-icon { position: absolute; z-index: 1; font-size: 100px; color: white; }
.service-word { position: absolute; left: -8px; bottom: 24px; font-family: var(--display); font-size: clamp(56px, 6vw, 86px); line-height: .75; letter-spacing: -.08em; color: var(--ink); opacity: .95; }
.service-content { padding: clamp(34px, 6vw, 74px); display: flex; flex-direction: column; justify-content: center; }
.service-kicker { color: var(--service); }
.service-content h3 { margin: 10px 0 17px; font-family: var(--display); font-size: clamp(34px, 4.4vw, 60px); line-height: .98; letter-spacing: -.055em; }
.service-content > p { color: var(--muted); line-height: 1.65; }
.feature-list { padding: 0; margin: 8px 0 23px; list-style: none; display: grid; gap: 9px; }
.feature-list li { position: relative; padding-left: 24px; font-size: 13px; font-weight: 700; }
.feature-list li::before { content: "✦"; position: absolute; left: 0; color: var(--service); }
.service-actions { display: flex; flex-wrap: wrap; gap: 15px; align-items: center; }
.service-actions .small-primary { background: var(--service); box-shadow: none; }
.service-actions .small-primary:disabled { background: var(--ink); color: rgba(255,255,255,.72); cursor: default; transform: none; box-shadow: none; }
.micro-note { color: var(--muted); font-size: 10px; }

.venue-estimator, .vendor-prep { margin-top: 18px; padding: clamp(26px, 5vw, 48px); background: var(--surface); color: var(--ink); border-radius: 24px; }
.venue-estimator { grid-template-columns: .85fr 1.1fr .65fr; gap: 38px; align-items: center; }
.venue-estimator[hidden], .vendor-prep[hidden] { display: none; }
.venue-estimator:not([hidden]) { display: grid; }
.venue-estimator h3, .vendor-prep h3 { margin: 6px 0 10px; font-family: var(--display); font-size: 28px; letter-spacing: -.04em; }
.venue-estimator p, .vendor-prep p { color: var(--muted); font-size: 13px; line-height: 1.55; }
.venue-estimator form > label, .vendor-prep form > label, .venue-estimator legend, .vendor-prep legend { display: block; margin-bottom: 7px; font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
select, .vendor-prep input[type="text"] { width: 100%; padding: 12px 13px; border: 1px solid var(--line); background: white; border-radius: 11px; }
.venue-estimator fieldset, .vendor-prep fieldset { border: 0; padding: 0; margin: 19px 0 0; }
.venue-estimator fieldset label { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 9px; padding: 7px 0; border-bottom: 1px solid var(--line); font-size: 12px; }
.venue-estimator fieldset strong { color: var(--service); }
.estimate-total { padding: 25px; background: var(--ink); color: white; border-radius: 19px; }
.estimate-total > span, .estimate-total > strong, .estimate-total > small { display: block; }
.estimate-total > span { font-size: 10px; text-transform: uppercase; letter-spacing: .12em; color: rgba(255,255,255,.55); }
.estimate-total > strong { margin: 5px 0; font-family: var(--display); font-size: 44px; }
.estimate-total > small { color: rgba(255,255,255,.55); line-height: 1.4; }
.estimate-total > a { width: 100%; margin-top: 17px; padding: 10px; display: block; border-radius: 999px; background: var(--service); color: white; font-weight: 800; text-align: center; text-decoration: none; }

.vendor-prep { grid-template-columns: .72fr 1.1fr; gap: 42px; align-items: start; }
.vendor-prep:not([hidden]) { display: grid; }
.vendor-prep fieldset { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.vendor-prep legend { grid-column: 1 / -1; }
.vendor-prep fieldset label { position: relative; }
.vendor-prep fieldset input { position: absolute; opacity: 0; }
.vendor-prep fieldset span { display: block; padding: 10px; border: 1px solid var(--line); border-radius: 10px; font-size: 11px; font-weight: 750; cursor: pointer; }
.vendor-prep fieldset input:checked + span { background: var(--service); border-color: var(--service); color: white; }
.vendor-prep form > button, .vendor-draft button { width: 100%; margin-top: 14px; padding: 12px; border: 0; border-radius: 999px; background: var(--service); color: white; font-weight: 850; cursor: pointer; }
.vendor-draft { grid-column: 1 / -1; padding: 20px; background: var(--service-soft); border-radius: 15px; }
.vendor-draft p { color: var(--ink); white-space: pre-line; }
.vendor-draft button { width: auto; padding-inline: 18px; }
.vendor-draft span { margin-left: 10px; color: var(--muted); font-size: 11px; }

.calendar-section { width: min(1220px, calc(100% - 40px)); margin: 0 auto; padding: 112px 0 34px; }
.calendar-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.calendar-heading > div:first-child { max-width: 800px; }
.calendar-heading h2 { margin-bottom: 0; }
.calendar-filters { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px; padding-bottom: 8px; }
.filter-button { padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; background: transparent; font-size: 11px; font-weight: 800; cursor: pointer; }
.filter-button.active { background: var(--ink); color: white; }
.event-list { margin-top: 52px; border-top: 1px solid var(--line); }
.event-row { position: relative; display: grid; grid-template-columns: 82px 1fr 160px 118px; gap: 28px; align-items: center; padding: 26px 0; border-bottom: 1px solid var(--line); transition: opacity 180ms, transform 180ms; }
.event-row.hidden { display: none; }
.event-row time { width: 70px; height: 70px; border-radius: 17px; display: grid; place-content: center; text-align: center; background: var(--ink); color: white; }
.event-row time span, .event-row time strong { display: block; }
.event-row time span { font-size: 9px; letter-spacing: .16em; }
.event-row time strong { font-family: var(--display); font-size: 30px; line-height: 1; }
.event-row.distinct time { background: var(--orange); }
.event-row h3 { margin: 3px 0 6px; font-family: var(--display); font-size: 24px; letter-spacing: -.035em; }
.event-row > div > p:last-child { margin: 0; max-width: 700px; color: var(--muted); line-height: 1.5; font-size: 12px; }
.event-type { margin: 0; color: var(--purple); font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.event-meta span, .event-meta strong { display: block; font-size: 11px; }
.event-meta span { color: var(--muted); }
.event-meta strong { margin-top: 5px; }
.view-event { padding: 10px 13px; border: 1px solid var(--line); border-radius: 999px; background: transparent; font-size: 11px; font-weight: 850; cursor: pointer; white-space: nowrap; }
.view-event:hover { border-color: var(--purple); background: var(--purple); color: white; }
.view-event span { color: var(--orange); }

.insider-club { position: relative; isolation: isolate; margin-top: 68px; padding: clamp(28px, 4vw, 48px); border: 2px solid var(--ink); border-radius: 30px; display: grid; grid-template-columns: 190px 1fr auto; align-items: center; gap: clamp(24px, 4vw, 52px); overflow: hidden; background: var(--yellow); box-shadow: 14px 14px 0 var(--ink); }
.insider-club::after { content: "✦"; position: absolute; z-index: -1; top: -58px; right: 25%; color: rgba(255,255,255,.54); font-size: 190px; line-height: 1; transform: rotate(14deg); }
.insider-mark { aspect-ratio: 1; border-radius: 50%; display: grid; place-content: center; text-align: center; background: var(--purple); color: white; box-shadow: 10px 10px 0 var(--orange); transform: rotate(-5deg); }
.insider-mark span, .insider-mark strong { display: block; }
.insider-mark span { font-family: var(--display); font-size: 58px; line-height: .8; letter-spacing: -.06em; }
.insider-mark strong { margin-top: 12px; font-size: 10px; letter-spacing: .22em; }
.insider-copy h3 { margin: 6px 0 10px; font-family: var(--display); font-size: clamp(32px, 4vw, 50px); line-height: .95; letter-spacing: -.05em; }
.insider-copy > p:last-of-type { max-width: 680px; margin: 0; color: #4c4451; line-height: 1.55; }
.insider-perks { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 0; padding: 0; list-style: none; }
.insider-perks li { padding: 7px 11px; border: 1px solid var(--ink); border-radius: 999px; background: rgba(255,255,255,.42); font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.insider-button { flex: 0 0 auto; background: var(--ink); box-shadow: none; white-space: nowrap; }
.insider-button:hover { background: var(--purple); }

.calendar-cta { margin-top: 68px; padding: clamp(28px, 5vw, 52px); border-radius: 30px; display: flex; justify-content: space-between; align-items: center; gap: 30px; background: linear-gradient(135deg, var(--purple), #9446d4); color: white; box-shadow: 16px 16px 0 var(--yellow); }
.calendar-cta h3 { margin: 7px 0; font-family: var(--display); font-size: clamp(30px, 4vw, 48px); letter-spacing: -.05em; }
.calendar-cta p:last-child { max-width: 650px; margin-bottom: 0; color: rgba(255,255,255,.68); }
.calendar-cta .mini-label { color: var(--yellow); }
.primary-button.light { flex: 0 0 auto; display: inline-block; background: white; color: var(--purple); box-shadow: none; text-decoration: none; }
.contact-section { margin-top: 82px; padding: clamp(28px, 5vw, 52px); border: 2px solid var(--ink); border-radius: 30px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(28px, 5vw, 64px); background: var(--surface); box-shadow: 14px 14px 0 var(--blue); }
.contact-section h3 { margin: 7px 0 0; font-family: var(--display); font-size: clamp(32px, 4vw, 50px); line-height: .96; letter-spacing: -.05em; }
.contact-copy p { margin: 0 0 17px; color: var(--muted); font-size: 16px; line-height: 1.6; }
.contact-copy a { color: var(--purple); font-family: var(--display); font-size: clamp(20px, 2.4vw, 30px); font-weight: 850; text-decoration-thickness: 2px; text-underline-offset: 5px; overflow-wrap: anywhere; }
.contact-copy a span { color: var(--orange); }
.faq-bar { margin-top: 90px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.faq-bar details { border-top: 2px solid var(--ink); padding-top: 18px; }
.faq-bar summary { list-style: none; cursor: pointer; font-family: var(--display); font-size: 17px; line-height: 1.15; }
.faq-bar summary::-webkit-details-marker { display: none; }
.faq-bar summary::after { content: " +"; color: var(--orange); }
.faq-bar details[open] summary::after { content: " –"; }
.faq-bar p { color: var(--muted); line-height: 1.55; font-size: 12px; }
footer { margin-top: 100px; padding-top: 30px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 25px; color: var(--muted); font-size: 12px; }
footer p { margin: 0; }
footer > a:last-child { color: var(--ink); text-decoration: none; font-weight: 850; }
.footer-logo .logo-burst { width: 40px; height: 40px; box-shadow: 4px 4px 0 var(--yellow); }

.planner-dialog, .event-dialog { width: min(720px, calc(100% - 28px)); max-height: min(760px, calc(100vh - 28px)); padding: clamp(24px, 5vw, 48px); border: 0; border-radius: 28px; background: var(--surface); color: var(--ink); box-shadow: 0 35px 100px rgba(0,0,0,.34); }
.planner-dialog::backdrop, .event-dialog::backdrop { background: rgba(18,14,22,.72); backdrop-filter: blur(5px); }
.dialog-top { display: flex; justify-content: space-between; align-items: center; }
.dialog-top button { width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; font-size: 24px; }
.planner-progress { display: flex; gap: 5px; margin: 22px 0 38px; }
.planner-progress span { height: 4px; flex: 1; border-radius: 4px; background: #ded9d4; }
.planner-progress span.active { background: var(--orange); }
.planner-step { display: none; }
.planner-step.active { display: block; }
.planner-step h2 { margin: 8px 0 10px; font-family: var(--display); font-size: clamp(36px, 6vw, 54px); line-height: .95; letter-spacing: -.055em; }
.planner-step > p:not(.step-count) { color: var(--muted); }
.intent-grid, .planner-options { margin-top: 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.intent-grid button, .intent-grid a, .planner-options button { min-height: 125px; padding: 20px; border: 1px solid var(--line); border-radius: 17px; background: white; color: inherit; text-align: left; text-decoration: none; cursor: pointer; }
.intent-grid button:hover, .intent-grid a:hover, .planner-options button:hover { border-color: var(--orange); background: #fff7f2; }
.intent-grid button:disabled { border-style: dashed; background: #f5f2f7; color: var(--muted); cursor: default; }
.intent-grid button:disabled:hover { border-color: var(--line); background: #f5f2f7; }
.intent-grid span, .intent-grid strong, .intent-grid small { display: block; }
.intent-grid span { color: var(--orange); font-size: 27px; }
.intent-grid strong { margin: 10px 0 3px; font-family: var(--display); }
.intent-grid small { color: var(--muted); }
.planner-options button { min-height: 100px; }
.planner-options button strong { display: block; margin-bottom: 5px; font-family: var(--display); }
.planner-options button small { color: var(--muted); }
.back-button { padding: 0; border: 0; background: transparent; color: var(--muted); font-weight: 800; cursor: pointer; }
.plan-result { margin-top: 28px; padding: 24px; border-radius: 19px; background: #f0e6ff; }
.plan-result > p { white-space: pre-line; line-height: 1.6; }
.plan-result > div { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.plan-result a { color: var(--purple); font-weight: 850; text-decoration: none; }
.plan-result > small { display: block; margin-top: 14px; color: var(--muted); }

.event-dialog { width: min(820px, calc(100% - 28px)); }
.event-dialog-hero { margin-top: 26px; display: grid; grid-template-columns: 105px 1fr; gap: 25px; align-items: center; }
.event-dialog-hero time { width: 100px; height: 112px; border-radius: 24px; display: grid; place-content: center; text-align: center; background: var(--purple); color: white; box-shadow: 7px 8px 0 var(--yellow); }
.event-dialog-hero time span, .event-dialog-hero time strong, .event-dialog-hero time small { display: block; }
.event-dialog-hero time span, .event-dialog-hero time small { font-size: 9px; font-weight: 850; letter-spacing: .15em; }
.event-dialog-hero time strong { font-family: var(--display); font-size: 44px; line-height: .95; }
.event-dialog-hero h2 { margin: 5px 0 10px; font-family: var(--display); font-size: clamp(32px, 5vw, 52px); line-height: .94; letter-spacing: -.055em; }
.event-dialog-hero > div > p:last-child { margin: 0; color: var(--muted); line-height: 1.55; }
.detail-facts { margin-top: 30px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.detail-facts p { margin: 0; padding: 16px; border-right: 1px solid var(--line); }
.detail-facts p:last-child { border-right: 0; }
.detail-facts span, .detail-facts strong { display: block; }
.detail-facts span { margin-bottom: 4px; color: var(--muted); font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.detail-facts strong { font-size: 12px; }
.detail-body { margin-top: 27px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 30px; }
.detail-body ul { margin: 12px 0 0; padding: 0; display: grid; gap: 9px; list-style: none; }
.detail-body li { position: relative; padding-left: 22px; font-size: 13px; }
.detail-body li::before { content: "✦"; position: absolute; left: 0; color: var(--orange); }
.detail-body aside { padding: 19px; border-radius: 16px; background: #f0e6ff; color: #51475c; font-size: 12px; line-height: 1.55; }
.detail-actions { margin-top: 30px; padding-top: 21px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.detail-actions > button { border: 0; background: transparent; color: var(--muted); font-weight: 800; cursor: pointer; }

button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, summary:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }
.rise { opacity: 0; transform: translateY(18px); animation: rise .65s ease forwards; }
.hero-stage { animation-delay: .12s; }
.service-shell, .event-list { animation-delay: .12s; }
@keyframes rise { to { opacity: 1; transform: none; } }

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

@media (max-width: 920px) {
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding-top: 20px; }
  .hero-stage { min-height: 590px; }
  .service-tabs { grid-template-columns: repeat(5, minmax(150px, 1fr)); overflow-x: auto; }
  .service-panel { grid-template-columns: 1fr; }
  .service-art { min-height: 350px; }
  .venue-estimator { grid-template-columns: 1fr 1fr; }
  .venue-estimator > div:first-child { grid-column: 1 / -1; }
  .vendor-prep { grid-template-columns: 1fr; }
  .calendar-heading { display: block; }
  .calendar-filters { margin-top: 25px; justify-content: flex-start; }
}

@media (max-width: 700px) {
  .announcement { justify-content: space-between; }
  .announcement p span { display: none; }
  .site-header { width: min(100% - 28px, 1220px); }
  .site-header nav { display: none; }
  .menu-button { width: 42px; height: 42px; display: grid; place-content: center; gap: 6px; border: 1px solid var(--line); border-radius: 50%; background: transparent; }
  .menu-button span { width: 18px; height: 2px; background: var(--ink); }
  .mobile-menu { position: absolute; z-index: 50; top: 116px; left: 14px; right: 14px; padding: 18px; border-radius: 18px; background: var(--ink); color: white; box-shadow: var(--shadow); }
  .mobile-menu:not([hidden]) { display: grid; gap: 4px; }
  .mobile-menu a, .mobile-menu button { padding: 13px; border: 0; border-radius: 10px; background: transparent; color: white; text-align: left; text-decoration: none; font-weight: 800; }
  .mobile-menu button { background: var(--orange); }
  .hero, .calendar-section { width: min(100% - 28px, 1220px); }
  .hero { margin-top: 25px; margin-bottom: 75px; }
  .hero h1 { font-size: clamp(53px, 17vw, 76px); }
  .hero h1 em { -webkit-text-stroke-width: 1px; text-shadow: 3px 3px 0 var(--yellow); }
  .trust-row { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
  .hero-stage { min-height: 450px; transform: scale(.78); margin: -30px -45px; }
  .explore-section { padding-top: 76px; padding-bottom: 76px; }
  .section-heading h2, .calendar-heading h2 { font-size: 45px; }
  .service-shell { margin-top: 38px; }
  .service-tabs { grid-template-columns: repeat(5, 145px); border-radius: 18px 18px 0 0; }
  .service-tab { min-height: 105px; padding: 15px; }
  .service-art { min-height: 300px; }
  .service-art::before { width: 190px; height: 190px; }
  .service-content { padding: 32px 23px 38px; }
  .service-content h3 { font-size: 37px; }
  .venue-estimator { grid-template-columns: 1fr; }
  .venue-estimator > div:first-child { grid-column: auto; }
  .vendor-prep fieldset { grid-template-columns: 1fr; }
  .calendar-section { padding-top: 78px; }
  .event-row { grid-template-columns: 62px 1fr; gap: 15px; align-items: start; }
  .event-row time { width: 58px; height: 58px; border-radius: 14px; }
  .event-row time strong { font-size: 24px; }
  .event-row h3 { font-size: 20px; }
  .event-meta { grid-column: 2; display: flex; gap: 12px; }
  .event-meta strong { margin: 0; }
  .view-event { grid-column: 2; justify-self: start; }
  .insider-club { grid-template-columns: 1fr; justify-items: start; box-shadow: 9px 9px 0 var(--ink); }
  .insider-mark { width: 132px; }
  .insider-mark span { font-size: 42px; }
  .insider-club::after { right: -35px; }
  .calendar-cta { align-items: flex-start; flex-direction: column; box-shadow: 9px 9px 0 var(--yellow); }
  .contact-section { grid-template-columns: 1fr; box-shadow: 9px 9px 0 var(--blue); }
  .faq-bar { grid-template-columns: 1fr; }
  footer { align-items: flex-start; flex-direction: column; }
  .planner-dialog { padding: 23px; }
  .event-dialog { padding: 23px; }
  .event-dialog-hero { grid-template-columns: 78px 1fr; gap: 17px; align-items: start; }
  .event-dialog-hero time { width: 74px; height: 86px; border-radius: 18px; box-shadow: 4px 5px 0 var(--yellow); }
  .event-dialog-hero time strong { font-size: 33px; }
  .detail-facts { grid-template-columns: 1fr; }
  .detail-facts p { border-right: 0; border-bottom: 1px solid var(--line); }
  .detail-facts p:last-child { border-bottom: 0; }
  .detail-body { grid-template-columns: 1fr; }
  .intent-grid, .planner-options { grid-template-columns: 1fr; }
}
