:root {
  --black: #050508;
  --black-2: #090911;
  --black-3: #11111b;
  --surface: #0d0d16;
  --surface-bright: #151522;
  --white: #f7f8fc;
  --muted: #a8abba;
  --pink: #ff147d;
  --pink-soft: #ff5baa;
  --blue: #00d9ff;
  --blue-soft: #70edff;
  --yellow: #ffe45c;
  --line: rgba(255,255,255,.12);
  --line-strong: rgba(255,255,255,.24);
  --shell: min(1240px, calc(100% - 48px));
  --display: "Barlow Condensed", Impact, sans-serif;
  --body: "Space Grotesk", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { min-width: 320px; margin: 0; overflow-x: hidden; background:
  radial-gradient(circle at 82% 8%, rgba(0,217,255,.08), transparent 25rem),
  radial-gradient(circle at 12% 34%, rgba(255,20,125,.07), transparent 28rem),
  var(--black); color: var(--white); font-family: var(--body); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }
.skip-link { position: fixed; top: -100px; left: 18px; z-index: 1000; padding: 12px 16px; background: white; color: black; }
.skip-link:focus { top: 18px; }
.section { position: relative; padding: 112px 0; }
#experience, #packages, #gallery, #booking { scroll-margin-top: 96px; }

.section-shell { width: var(--shell); max-width: 1240px; margin-inline: auto; }
.kicker { margin: 0 0 16px; color: var(--pink-soft); font-size: .76rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); text-transform: uppercase; }
h2 { margin-bottom: 20px; font-size: clamp(3rem, 6vw, 6.2rem); line-height: .9; letter-spacing: -.035em; }
p { line-height: 1.7; }

.site-header { position: fixed; width: 100%; top: 0; left: 0; right: 0; z-index: 80; min-height: 84px; display: grid; grid-template-columns: 220px 1fr auto; align-items: center; gap: 32px; padding: 12px max(24px, calc((100vw - 1240px) / 2)); border-bottom: 1px solid transparent; background: linear-gradient(to bottom, rgba(5,5,7,.96), rgba(5,5,7,.58), transparent); transition: background .2s ease, border-color .2s ease; }
.site-header.scrolled { background: rgba(5,5,7,.94); border-color: var(--line); backdrop-filter: blur(16px); }
.brand { width: 208px; height: 58px; display: block; overflow: hidden; }
.brand img { width: 100%; height: 100%; object-fit: cover; }
.desktop-nav { justify-self: center; display: flex; align-items: center; gap: 34px; color: rgba(255,255,255,.72); font-size: .82rem; font-weight: 600; }
.desktop-nav a { position: relative; padding: 12px 0; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 5px; height: 2px; background: var(--pink); transition: right .2s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-cta { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 0 18px; background: var(--pink); color: white; font-size: .8rem; font-weight: 700; }
.menu-toggle { display: none; width: 48px; height: 48px; place-items: center; border: 1px solid var(--line); background: var(--black-2); }
.menu-toggle span { display: block; width: 19px; height: 2px; background: white; transition: transform .2s ease; }
.menu-toggle span + span { margin-top: 5px; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.mobile-menu { position: fixed; inset: 0; z-index: 70; padding: 120px 24px 40px; background: var(--black); }
.mobile-menu[hidden] { display: none; }
.mobile-menu nav { display: grid; }
.mobile-menu nav a { padding: 14px 0; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: clamp(2.8rem, 12vw, 5rem); font-weight: 800; line-height: .9; text-transform: uppercase; }
.mobile-menu p { margin-top: 36px; color: var(--muted); }

.hero { position: relative; min-height: 860px; overflow: hidden; background:
  linear-gradient(115deg, rgba(255,20,125,.07), transparent 36%),
  radial-gradient(circle at 80% 28%, rgba(0,217,255,.12), transparent 30rem),
  var(--black); }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 120px; background: linear-gradient(to bottom, transparent, var(--black)); pointer-events: none; }
.hero-shell { width: var(--shell); min-height: 860px; margin-inline: auto; padding: 150px 0 88px; display: grid; grid-template-columns: .92fr 1.08fr; gap: 56px; align-items: center; }
.hero-copy { position: relative; z-index: 3; }
.location-line { display: inline-flex; align-items: center; margin: 0 0 24px; color: rgba(255,255,255,.66); font-size: .76rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.location-line::before { content: ""; width: 28px; height: 2px; margin-right: 12px; background: var(--pink); }
.hero h1 { max-width: 720px; margin: 0; font-size: clamp(5.3rem, 9.5vw, 9.8rem); font-weight: 900; line-height: .72; letter-spacing: -.045em; }
.hero h1 span { display: inline-block; color: var(--pink); font-style: italic; transform: translateX(6%); text-shadow: 0 0 34px rgba(255,10,120,.32); }
.hero-intro { max-width: 590px; margin: 34px 0 0; color: rgba(255,255,255,.7); font-size: 1.06rem; }
.hero-actions { margin-top: 30px; display: flex; align-items: center; gap: 22px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border: 0; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--pink); color: white; box-shadow: 0 0 0 1px rgba(255,255,255,.08), 0 16px 38px rgba(255,10,120,.2); }
.button-primary:hover { background: #ff2589; box-shadow: 0 18px 44px rgba(255,10,120,.3); }
.text-link { display: inline-flex; align-items: center; gap: 9px; border-bottom: 1px solid rgba(255,255,255,.42); padding-bottom: 5px; font-size: .88rem; font-weight: 700; }
.text-link span { color: var(--pink); transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px, 2px); }
.hero-includes { margin-top: 46px; display: flex; flex-wrap: wrap; gap: 12px 24px; color: rgba(255,255,255,.55); font-size: .75rem; }
.hero-includes span { display: inline-flex; align-items: center; gap: 8px; }
.hero-includes span::before { content: ""; width: 6px; height: 6px; background: var(--pink); }

.hero-stage { position: relative; min-height: 650px; }
.hero-stage::before { content: ""; position: absolute; inset: 14% -22% -4% 16%; background:
  radial-gradient(circle at 62% 34%, rgba(0,217,255,.26), transparent 44%),
  radial-gradient(circle at 28% 72%, rgba(255,20,125,.18), transparent 42%); filter: blur(18px); }
.hero-photo { position: absolute; margin: 0; overflow: hidden; background: #111; box-shadow: 0 28px 90px rgba(0,0,0,.5); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo-main { inset: 0 6% 0 24%; clip-path: polygon(7% 0, 100% 0, 93% 100%, 0 100%); }
.hero-photo-main img { object-position: 50% 47%; filter: contrast(1.04) saturate(1.1); }
.hero-photo-guest { left: -2%; bottom: 7%; width: 42%; aspect-ratio: .88; border: 8px solid var(--black); transform: rotate(-4deg); }
.hero-photo-guest img { object-position: 48% 44%; }
.flash-stamp { position: absolute; right: -4%; top: 19%; z-index: 4; display: grid; padding: 12px 18px; background: var(--pink); color: white; transform: rotate(4deg); box-shadow: 0 0 32px rgba(255,10,120,.44); }
.flash-stamp b { font-family: var(--display); font-size: 2.2rem; line-height: .75; letter-spacing: .02em; }
.flash-stamp span { margin-top: 6px; font-size: .64rem; font-weight: 700; letter-spacing: .13em; }
.stage-note { position: absolute; right: -2%; bottom: 4%; z-index: 4; width: 230px; margin: 0; padding: 14px 16px; border-left: 3px solid var(--pink); background: rgba(5,5,7,.84); color: rgba(255,255,255,.68); font-size: .7rem; line-height: 1.55; backdrop-filter: blur(10px); }

.experience { padding-top: 88px; }
.experience > .section-shell:first-child { display: grid; grid-template-columns: .86fr 1.14fr; gap: 80px; align-items: center; }
.experience-lead p:last-child { max-width: 560px; color: var(--muted); }
.experience-visual { position: relative; min-height: 560px; overflow: hidden; }
.experience-visual::before { content: ""; position: absolute; inset: 28px 0 0 28px; border: 1px solid var(--pink); }
.experience-visual img { position: absolute; inset: 0 28px 28px 0; width: calc(100% - 28px); height: calc(100% - 28px); object-fit: cover; object-position: center 44%; }
.experience-caption { position: absolute; left: 0; bottom: 0; display: grid; min-width: 260px; padding: 18px 22px; background: var(--pink); }
.experience-caption span { font-size: .65rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.experience-caption b { margin-top: 4px; font-family: var(--display); font-size: 1.9rem; text-transform: uppercase; }
.event-rail { margin-top: 90px; min-height: 72px; display: flex; align-items: center; gap: 24px; overflow: hidden; white-space: nowrap; border-block: 1px solid var(--line); color: rgba(255,255,255,.58); font-family: var(--display); font-size: 1.25rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.event-rail span:first-child { margin-left: max(24px, calc((100vw - 1240px) / 2)); }
.event-rail i { width: 5px; height: 5px; flex: 0 0 auto; background: var(--pink); transform: rotate(45deg); }
.included-grid { padding-top: 72px; display: grid; grid-template-columns: repeat(4, 1fr); border-left: 1px solid var(--line); }
.included-grid article { min-height: 260px; padding: 32px 28px; border-right: 1px solid var(--line); border-block: 1px solid var(--line); }
.feature-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 54px; border: 1px solid var(--pink); color: var(--pink); font-family: var(--display); font-size: 1.5rem; }
.included-grid h3 { margin-bottom: 12px; font-size: 1rem; }
.included-grid p { margin-bottom: 0; color: var(--muted); font-size: .82rem; }

.packages { overflow: hidden; background:
  radial-gradient(circle at 88% 14%, rgba(0,217,255,.11), transparent 25rem),
  linear-gradient(180deg, var(--black-2), var(--black)); color: var(--white); }
.packages-heading { display: grid; grid-template-columns: 1fr .7fr; gap: 80px; align-items: end; margin-bottom: 54px; }
.packages-heading .kicker { grid-column: 1 / -1; margin-bottom: -50px; }
.packages-heading h2 { max-width: 820px; margin-bottom: 0; }
.packages-heading > p:last-child { margin-bottom: 5px; color: var(--muted); }
.package-list { border-top: 1px solid var(--line-strong); }
.package-row { position: relative; display: grid; grid-template-columns: 1fr 1.35fr .72fr .82fr; align-items: center; gap: 28px; min-height: 176px; border-bottom: 1px solid var(--line); transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.package-row:hover { background: rgba(255,255,255,.035); border-color: rgba(0,217,255,.36); }
.package-featured { background:
  linear-gradient(100deg, rgba(255,20,125,.13), rgba(0,217,255,.06)),
  var(--surface); color: white; margin-inline: -22px; padding-inline: 22px; border: 1px solid rgba(255,20,125,.45); box-shadow: 0 0 36px rgba(255,20,125,.08); }
.package-featured:hover { background:
  linear-gradient(100deg, rgba(255,20,125,.18), rgba(0,217,255,.09)),
  var(--surface-bright); }
.popular-tag { position: absolute; top: 0; right: 22px; transform: translateY(-50%); padding: 8px 12px; background: var(--pink); color: white; font-size: .62rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.package-name { display: grid; }
.package-name span { font-family: var(--display); font-size: 2.2rem; font-weight: 800; text-transform: uppercase; }
.package-name small { color: var(--muted); font-size: .75rem; font-weight: 700; }
.package-featured .package-name small { color: rgba(255,255,255,.52); }
.package-row > p { margin: 0; color: var(--muted); font-size: .82rem; }
.package-featured > p { color: rgba(255,255,255,.58); }
.package-price { font-family: var(--display); font-size: 3.9rem; font-weight: 900; line-height: 1; white-space: nowrap; }
.package-price sup { position: relative; top: -18px; margin-right: 2px; font-size: 1.1rem; }
.package-price small { font-family: var(--body); font-size: .62rem; letter-spacing: .08em; }
.package-action { justify-self: end; display: inline-flex; align-items: center; gap: 12px; min-height: 48px; padding: 0 16px; border: 1px solid rgba(0,217,255,.52); color: var(--white); font-size: .74rem; font-weight: 700; transition: background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.package-action:hover { background: rgba(0,217,255,.09); border-color: var(--blue); box-shadow: 0 0 24px rgba(0,217,255,.12); }
.package-featured .package-action { border-color: var(--pink); background: var(--pink); }
.package-action span { transition: transform .2s ease; }
.package-action:hover span { transform: translate(3px, -3px); }
.package-note { margin: 22px 0 0; color: var(--muted); font-size: .76rem; }

.proof { background: var(--black-2); }
.proof-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 74px; align-items: center; }
.proof-copy { position: sticky; top: 130px; }
.proof-copy p:not(.kicker) { max-width: 460px; color: var(--muted); }
.proof-copy .text-link { margin-top: 12px; }
.proof-collage { min-height: 760px; position: relative; }
.proof-collage img { position: absolute; object-fit: cover; }
.proof-wide { left: 0; top: 0; width: 74%; height: 48%; }
.proof-square { right: 0; bottom: 0; width: 52%; height: 56%; object-position: center; border: 8px solid var(--black-2); }
.proof-small { left: 8%; bottom: 5%; width: 48%; height: 37%; border: 8px solid var(--black-2); }

.gallery { padding-bottom: 132px; }
.gallery-heading { display: grid; grid-template-columns: 1fr .62fr; gap: 70px; align-items: end; margin-bottom: 46px; }
.gallery-heading h2 { margin-bottom: 0; }
.gallery-heading > p { color: var(--muted); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 250px; gap: 12px; }
.gallery-item { position: relative; overflow: hidden; padding: 0; border: 0; background: #111; cursor: zoom-in; }
.gallery-item::after { content: "View"; position: absolute; right: 12px; bottom: 12px; padding: 8px 10px; background: rgba(5,5,7,.84); color: white; font-size: .62rem; font-weight: 700; opacity: 0; transform: translateY(6px); transition: .22s ease; }
.gallery-item:hover::after, .gallery-item:focus-visible::after { opacity: 1; transform: translateY(0); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease, filter .35s ease; }
.gallery-item:hover img { transform: scale(1.035); filter: saturate(1.08); }
.gallery-tall { grid-row: span 2; }
.gallery-wide { grid-column: span 2; }
.lightbox { max-width: min(1100px, calc(100% - 32px)); max-height: calc(100vh - 32px); padding: 0; border: 1px solid var(--line-strong); background: var(--black); box-shadow: 0 30px 100px rgba(0,0,0,.65); }
.lightbox::backdrop { background: rgba(0,0,0,.86); backdrop-filter: blur(8px); }
.lightbox img { max-width: 100%; max-height: calc(100vh - 40px); object-fit: contain; }
.lightbox-close { position: fixed; top: 24px; right: 24px; z-index: 3; width: 48px; height: 48px; border: 0; background: var(--pink); color: white; font-size: 2rem; line-height: 1; }

.booking { overflow: hidden; background:
  radial-gradient(circle at 84% 18%, rgba(0,217,255,.19), transparent 28rem),
  radial-gradient(circle at 12% 82%, rgba(255,20,125,.18), transparent 32rem),
  linear-gradient(135deg, #0a0a12 0%, #11111c 55%, #08080d 100%); color: white; }
.booking-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: start; }
.booking .kicker { color: var(--pink-soft); opacity: 1; }
.booking-copy > p:not(.kicker) { max-width: 520px; color: var(--muted); }
.selected-package { display: grid; gap: 6px; margin: 30px 0 20px; padding: 18px 20px; border: 1px solid rgba(255,20,125,.45); background: rgba(255,20,125,.07); box-shadow: inset 3px 0 0 var(--pink); }
.selected-package span { font-size: .65rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.selected-package b { font-size: 1rem; }
.booking-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.booking-tabs button { min-height: 64px; padding: 10px; border: 1px solid var(--line-strong); background: rgba(255,255,255,.025); font-weight: 700; transition: border-color .2s ease, background .2s ease, box-shadow .2s ease; cursor: pointer; }
.booking-tabs button span { display: block; margin-top: 4px; font-size: .7rem; opacity: .65; }
.booking-tabs button.active { border-color: var(--pink); background: rgba(255,20,125,.13); color: white; box-shadow: 0 0 24px rgba(255,20,125,.11); }
.booking-facts { margin-top: 28px; display: grid; gap: 10px; font-size: .74rem; }
.booking-facts span { display: flex; align-items: center; gap: 9px; }
.booking-facts span::before { content: "✓"; color: var(--blue); font-weight: 900; }
.booking-card { min-width: 0; padding: 26px; border: 1px solid rgba(0,217,255,.38); background: linear-gradient(145deg, rgba(18,18,28,.98), rgba(7,7,12,.98)); box-shadow: 20px 22px 0 rgba(0,217,255,.07), 0 26px 70px rgba(0,0,0,.34); }
.booking-card-topline { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-bottom: 20px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .7rem; font-weight: 700; }
.calendar-status { display: inline-flex; align-items: center; gap: 8px; color: var(--white); }
.calendar-status i { width: 8px; height: 8px; flex: 0 0 auto; border-radius: 50%; background: #24bd63; box-shadow: 0 0 0 5px rgba(36,189,99,.12); }
.booking-card-package { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; padding: 30px 0 26px; border-bottom: 1px solid var(--line); }
.booking-card-package > div { display: grid; gap: 5px; }
.booking-card-package span { color: var(--pink-soft); font-size: .65rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.booking-card-package strong { font-family: var(--display); font-size: clamp(2rem, 4vw, 3.5rem); line-height: .95; text-transform: uppercase; }
.booking-card-package small { color: var(--muted); font-size: .76rem; font-weight: 600; }
.booking-card-package > b { flex: 0 0 auto; display: inline-flex; align-items: baseline; gap: 4px; color: var(--white); font-family: var(--display); font-size: clamp(2.6rem, 5vw, 4.7rem); line-height: .82; }
.booking-card-package > b small { margin-left: 4px; color: var(--blue-soft); font-family: var(--body); font-size: .58rem; letter-spacing: .08em; }
.booking-card-includes { display: grid; gap: 14px; margin: 24px 0 28px; padding: 0; list-style: none; color: var(--muted); font-size: .82rem; }
.booking-card-includes li { display: flex; align-items: flex-start; gap: 10px; }
.booking-card-includes li::before { content: "✓"; color: var(--blue); font-weight: 900; }
.booking-launch { width: 100%; min-height: 58px; font-size: .9rem; }
.booking-card-footer { display: grid; gap: 12px; margin-top: 18px; color: var(--muted); font-size: .68rem; line-height: 1.5; }
.booking-card-footer a { width: fit-content; color: var(--blue-soft); font-weight: 700; }
.booking-card-footer a:hover { color: var(--white); }
.calendar-noscript { margin: 18px 0 0; color: var(--muted); font-size: .72rem; }

.faq { background:
  radial-gradient(circle at 12% 14%, rgba(255,20,125,.08), transparent 24rem),
  var(--black-2); color: var(--white); }
.faq-layout { display: grid; grid-template-columns: .58fr 1.42fr; gap: 80px; }
.faq-list { border-top: 1px solid var(--line-strong); }
details { border-bottom: 1px solid var(--line); }
summary { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; font-weight: 700; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary span { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid rgba(0,217,255,.42); color: var(--blue); transition: transform .2s ease, background .2s ease; }
details[open] summary span { transform: rotate(45deg); background: var(--pink); color: white; border-color: var(--pink); }
details p { max-width: 720px; margin: -4px 54px 24px 0; color: var(--muted); font-size: .88rem; }

.closing-cta { padding: 88px 0; background:
  linear-gradient(110deg, rgba(255,20,125,.09), transparent 42%),
  linear-gradient(290deg, rgba(0,217,255,.08), transparent 40%),
  var(--black-2); }
.closing-inner { display: flex; align-items: flex-end; justify-content: space-between; gap: 52px; }
.closing-inner h2 { max-width: 900px; margin-bottom: 0; }
.closing-inner .button { flex: 0 0 auto; }
.site-footer { border-top: 1px solid var(--line); background: var(--black); }
.footer-grid { min-height: 180px; display: grid; grid-template-columns: 220px 1fr auto auto; gap: 34px; align-items: center; color: var(--muted); font-size: .76rem; }
.footer-brand { width: 210px; height: 72px; overflow: hidden; }
.footer-brand img { width: 100%; height: 100%; object-fit: cover; }
.copyright { text-align: right; }
.mobile-book-bar { display: none; }

[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
[data-reveal].revealed { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .site-header { grid-template-columns: 200px 1fr auto; }
  .desktop-nav { gap: 22px; }
  .hero-shell { grid-template-columns: 1fr 1fr; gap: 24px; }
  .hero h1 { font-size: clamp(5rem, 10vw, 8rem); }
  .included-grid { grid-template-columns: repeat(2, 1fr); }
  .packages-heading { grid-template-columns: 1fr; gap: 24px; }
  .packages-heading .kicker { grid-column: auto; margin-bottom: 0; }
  .package-row { grid-template-columns: .85fr 1.15fr .7fr; padding-block: 24px; }
  .package-action { grid-column: 2 / 4; justify-self: start; }
  .proof-layout, .booking-layout { grid-template-columns: 1fr; }
  .proof-copy { position: static; }
  .booking-card { width: 100%; }
  .footer-grid { grid-template-columns: 210px 1fr auto; }
  .copyright { grid-column: 2 / 4; text-align: left; margin-top: -22px; }
}

@media (max-width: 820px) {
  :root { --shell: min(1240px, calc(100% - 28px)); }
  .section { padding: 82px 0; }
  .site-header { min-height: 72px; grid-template-columns: 1fr auto; padding: 8px 14px; background: rgba(5,5,7,.92); border-bottom-color: var(--line); }
  .brand { width: 170px; height: 52px; }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: grid; }
  .hero, .hero-shell { min-height: auto; }
  .hero-shell { padding: 116px 0 72px; grid-template-columns: 1fr; gap: 54px; }
  .hero h1 { font-size: clamp(5rem, 20vw, 8.4rem); }
  .hero h1 span { transform: none; }
  .hero-stage { min-height: 640px; width: min(650px, 100%); margin-inline: auto; }
  .experience > .section-shell:first-child { grid-template-columns: 1fr; gap: 48px; }
  .experience-visual { min-height: 520px; }
  .event-rail { margin-top: 70px; }
  .proof-collage { min-height: 620px; }
  .gallery-heading { grid-template-columns: 1fr; gap: 16px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 220px; }
  .faq-layout { grid-template-columns: 1fr; gap: 28px; }
  .closing-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; padding: 38px 0; }
  .footer-grid > * { margin: 0; }
  .copyright { grid-column: auto; margin: 0; }
}

@media (max-width: 560px) {
  body { padding-bottom: 80px; }
  .section { padding: 70px 0; }
  h2 { font-size: clamp(3.2rem, 16vw, 4.8rem); }
  .hero-shell { padding-top: 106px; }
  .location-line { font-size: .64rem; }
  .hero h1 { font-size: clamp(4.9rem, 24vw, 7.2rem); }
  .hero-intro { font-size: .94rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { align-self: flex-start; }
  .hero-includes { margin-top: 34px; }
  .hero-stage { min-height: 510px; }
  .hero-photo-main { inset: 0 0 0 13%; }
  .hero-photo-guest { width: 44%; left: 0; bottom: 4%; border-width: 5px; }
  .flash-stamp { right: 0; top: 12%; }
  .stage-note { right: 0; bottom: 2%; width: 200px; font-size: .62rem; }
  .experience-visual { min-height: 430px; }
  .experience-caption { min-width: 220px; padding: 14px 16px; }
  .included-grid { grid-template-columns: 1fr; border-top: 1px solid var(--line); }
  .included-grid article { min-height: auto; padding: 28px 24px; border-top: 0; }
  .feature-icon { margin-bottom: 28px; }
  .package-row { grid-template-columns: 1fr auto; gap: 16px; padding: 26px 0; }
  .package-featured { margin-inline: -14px; padding-inline: 14px; }
  .package-row > p { grid-column: 1 / -1; }
  .package-price { grid-column: 2; grid-row: 1; font-size: 3.15rem; }
  .package-action { grid-column: 1 / -1; width: 100%; justify-content: space-between; }
  .proof-collage { min-height: 500px; }
  .proof-wide { width: 88%; height: 45%; }
  .proof-square { width: 58%; height: 53%; }
  .proof-small { left: 0; width: 52%; height: 36%; }
  .gallery-grid { gap: 8px; grid-auto-rows: 175px; }
  .gallery-wide { grid-column: span 2; }
  .booking-layout { gap: 28px; }
  .selected-package { display: none; }
  .booking-tabs { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; }
  .booking-tabs button { min-width: 0; min-height: 58px; display: grid; place-items: center; padding: 8px 4px; font-size: .78rem; }
  .booking-tabs button span { display: block; margin: 2px 0 0; font-size: .62rem; }
  .booking-facts { margin-top: 20px; gap: 8px; font-size: .68rem; }
  .booking-card { padding: 18px; box-shadow: 10px 12px 0 rgba(5,5,7,.18); }
  .booking-card-topline { align-items: flex-start; flex-direction: column; gap: 6px; padding-bottom: 16px; }
  .booking-card-package { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 14px; padding: 22px 0 20px; }
  .booking-card-package strong { font-size: 2rem; }
  .booking-card-package > b { display: grid; justify-items: end; gap: 4px; font-size: 2.8rem; }
  .booking-card-package > b small { margin: 0; }
  .booking-card-includes { gap: 10px; margin: 18px 0 20px; font-size: .74rem; }
  .booking-launch { min-height: 54px; }
  .booking-card-footer { margin-top: 14px; }
  .booking-card-footer > span { display: none; }
  .booking-card-footer a { width: 100%; min-height: 44px; display: inline-flex; align-items: center; justify-content: space-between; padding: 0 14px; border: 1px solid rgba(0,217,255,.34); }
  .footer-grid { grid-template-columns: 1fr; gap: 14px; }
  .copyright { text-align: left; }
  .mobile-book-bar { position: fixed; left: 9px; right: 9px; bottom: 9px; z-index: 60; display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 62px; padding: 8px 8px 8px 16px; border: 1px solid var(--line-strong); background: rgba(5,5,7,.94); box-shadow: 0 18px 50px rgba(0,0,0,.4); backdrop-filter: blur(16px); transition: transform .22s ease, opacity .22s ease; }
  body.booking-in-view .mobile-book-bar { transform: translateY(calc(100% + 20px)); opacity: 0; pointer-events: none; }
  .mobile-book-bar div { display: grid; }
  .mobile-book-bar span { color: var(--muted); font-size: .6rem; }
  .mobile-book-bar b { font-size: .82rem; }
  .mobile-book-bar a { min-height: 44px; display: inline-flex; align-items: center; padding: 0 18px; background: linear-gradient(90deg, var(--pink), #ff3c9b); font-size: .76rem; font-weight: 700; box-shadow: 0 0 24px rgba(255,20,125,.2); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

@media (min-width: 561px) and (max-width: 820px) {
  .package-featured { margin-inline: 0; padding-inline: 18px; }
}

/* Inline Cal.com booking integration */
.booking-layout {
  grid-template-columns: minmax(280px, .68fr) minmax(0, 1.32fr);
  gap: 44px;
}

.booking-copy {
  position: sticky;
  top: 112px;
}

.booking-card {
  padding: 0;
  overflow: hidden;
  background: #09090f;
}

.booking-card-topline {
  padding: 15px 18px;
  border-bottom: 1px solid var(--line);
}

.booking-summary-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(255,20,125,.08), rgba(0,217,255,.04));
}

.booking-summary-bar > div:first-child {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.booking-summary-bar > div:first-child > span {
  color: var(--pink-soft);
  font-size: .61rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.booking-summary-bar strong {
  overflow-wrap: anywhere;
  font-family: var(--display);
  font-size: clamp(1.7rem, 3.2vw, 2.5rem);
  line-height: .95;
  text-transform: uppercase;
}

.booking-summary-meta {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 14px;
}

.booking-summary-meta > span {
  color: var(--muted);
  font-size: .72rem;
  font-weight: 700;
}

.booking-summary-meta b {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  font-family: var(--display);
  font-size: 2.35rem;
  line-height: .8;
}

.booking-summary-meta small {
  color: var(--blue-soft);
  font-family: var(--body);
  font-size: .54rem;
  letter-spacing: .08em;
}

.cal-inline-host {
  position: relative;
  width: 100%;
  min-width: 0;
  min-height: 660px;
  overflow: hidden;
  background: #09090f;
}

.cal-inline-panel {
  width: 100%;
  min-width: 0;
  min-height: 660px;
  background: #09090f;
}

.cal-inline-panel[hidden] {
  display: none !important;
}

.cal-inline-panel iframe {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  min-height: 660px !important;
  border: 0 !important;
  background: #09090f !important;
}

.cal-loading {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 14px;
  background: #09090f;
  color: var(--muted);
  font-size: .76rem;
}

.cal-loading[hidden] {
  display: none;
}

.cal-loading span {
  width: 34px;
  height: 34px;
  border: 2px solid rgba(255,255,255,.14);
  border-top-color: var(--pink);
  border-radius: 50%;
  animation: cal-spin .8s linear infinite;
}

@keyframes cal-spin {
  to { transform: rotate(360deg); }
}

.booking-card-footer {
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 18px;
  margin: 0;
  padding: 14px 18px;
  border-top: 1px solid var(--line);
  background: rgba(255,255,255,.018);
}

.booking-card-footer a {
  text-align: right;
}


@media (max-width: 1080px) {
  .booking-copy { position: static; }
  .booking-layout { grid-template-columns: 1fr; gap: 34px; }
}

@media (max-width: 560px) {
  .booking-card { margin-inline: -14px; width: calc(100% + 28px); border-left: 0; border-right: 0; box-shadow: none; }
  .booking-card-topline { padding: 13px 14px; }
  .booking-summary-bar { align-items: flex-start; padding: 15px 14px; }
  .booking-summary-bar strong { font-size: 1.75rem; }
  .booking-summary-meta { display: grid; justify-items: end; gap: 5px; }
  .booking-summary-meta b { font-size: 2rem; }
  .cal-inline-host, .cal-inline-panel { min-height: 735px; }
  .cal-inline-panel iframe { min-height: 735px !important; }
  .booking-card-footer { grid-template-columns: 1fr; gap: 9px; padding: 13px 14px 16px; }
  .booking-card-footer > span { display: block; }
  .booking-card-footer a { width: fit-content; min-height: 0; padding: 0; border: 0; text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  .cal-loading span { animation: none; }
}


/* Cal.com mobile loading and retry states */
.cal-loading.is-error {
  padding: 28px;
  text-align: center;
}

.cal-loading.is-error span {
  display: none;
}

.cal-retry {
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--pink);
  background: var(--pink);
  color: #fff;
  font: 700 .74rem/1 var(--body);
  cursor: pointer;
}

.cal-retry:hover,
.cal-retry:focus-visible {
  background: #ff3b92;
  border-color: #ff3b92;
}

.cal-inline-panel iframe {
  overscroll-behavior: contain;
  touch-action: pan-y;
}

@media (max-width: 560px) {
  .cal-inline-host,
  .cal-inline-panel,
  .cal-inline-panel iframe {
    min-height: 760px !important;
  }

  .cal-loading {
    min-height: 760px;
    padding-inline: 24px;
  }
}

/* Trust, results, partnerships and service-area additions */
#results, #partners, #areas { scroll-margin-top: 96px; }

.trust-snapshot {
  padding: 88px 0 96px;
  border-block: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(255,20,125,.08), transparent 38%),
    radial-gradient(circle at 92% 18%, rgba(0,217,255,.12), transparent 28rem),
    var(--black-2);
}

.trust-snapshot-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(280px, .72fr) minmax(280px, .78fr);
  gap: 24px;
  align-items: stretch;
}

.trust-intro {
  padding-right: 34px;
}

.trust-intro h2 {
  max-width: 620px;
  margin-bottom: 18px;
  font-size: clamp(3.5rem, 5.3vw, 6.1rem);
}

.trust-intro p:not(.kicker) {
  max-width: 560px;
  color: var(--muted);
}

.trusted-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.trusted-list span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.035);
  color: rgba(255,255,255,.82);
  font-size: .74rem;
  font-weight: 700;
}

.client-testimonial,
.numbers-panel,
.impact-card,
.agency-panel {
  margin: 0;
  border: 1px solid var(--line-strong);
  background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.018));
}

.client-testimonial {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 360px;
  padding: 28px;
  box-shadow: inset 5px 0 0 var(--pink);
}

.client-testimonial blockquote {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.2rem, 3.4vw, 3.8rem);
  font-weight: 800;
  line-height: .92;
  letter-spacing: -.025em;
  text-transform: uppercase;
}

.client-testimonial figcaption {
  margin-top: 28px;
  color: var(--blue-soft);
  font-size: .82rem;
  font-weight: 800;
}

.numbers-panel {
  padding: 28px;
}

.numbers-panel h3,
.agency-panel h3 {
  margin: 0 0 22px;
  font-family: var(--display);
  font-size: 2.1rem;
  line-height: .95;
  text-transform: uppercase;
}

.numbers-panel dl {
  display: grid;
  gap: 18px;
  margin: 0;
}

.numbers-panel dl div {
  display: grid;
  gap: 5px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.numbers-panel dl div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.numbers-panel dt {
  color: var(--pink-soft);
  font-family: var(--display);
  font-size: clamp(2rem, 3.6vw, 3.4rem);
  font-weight: 900;
  line-height: .82;
}

.numbers-panel dd {
  margin: 0;
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.5;
}

.organizer-benefits {
  background:
    linear-gradient(180deg, var(--black), var(--black-2));
}

.benefit-layout {
  display: grid;
  grid-template-columns: .9fr .78fr .52fr;
  gap: 34px;
  align-items: start;
}

.benefit-copy h2 {
  max-width: 760px;
  font-size: clamp(3.1rem, 5.5vw, 5.7rem);
}

.benefit-copy p:not(.kicker) {
  max-width: 570px;
  color: var(--muted);
}

.benefit-list,
.proof-points,
.agency-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.benefit-list {
  display: grid;
  border-top: 1px solid var(--line-strong);
}

.benefit-list li,
.proof-points li,
.agency-panel li {
  position: relative;
  padding-left: 24px;
}

.benefit-list li {
  padding-block: 18px;
  border-bottom: 1px solid var(--line);
  color: rgba(255,255,255,.82);
  font-weight: 700;
}

.benefit-list li::before,
.proof-points li::before,
.agency-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .8em;
  width: 8px;
  height: 8px;
  background: var(--pink);
  transform: rotate(45deg);
}

.impact-card {
  padding: 24px;
  border-color: rgba(0,217,255,.28);
}

.impact-card span {
  display: block;
  margin-bottom: 16px;
  color: var(--blue-soft);
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.impact-card p {
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: .88rem;
}

.proof-points {
  display: grid;
  gap: 12px;
  max-width: 490px;
  margin: 22px 0 8px;
  color: rgba(255,255,255,.72);
  font-size: .82rem;
  line-height: 1.55;
}

.proof-points li::before {
  top: .55em;
  background: var(--blue);
}

.agency-partnerships {
  background:
    radial-gradient(circle at 16% 18%, rgba(0,217,255,.08), transparent 25rem),
    linear-gradient(180deg, var(--black-2), var(--black));
}

.agency-layout {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, .72fr);
  gap: 56px;
  align-items: center;
}

.agency-copy h2 {
  max-width: 780px;
}

.agency-copy p:not(.kicker) {
  max-width: 650px;
  color: var(--muted);
}

.agency-panel {
  padding: 32px;
  border-color: rgba(255,20,125,.35);
  box-shadow: 18px 18px 0 rgba(255,20,125,.06);
}

.agency-panel ul {
  display: grid;
  gap: 16px;
}

.agency-panel li {
  color: rgba(255,255,255,.84);
  font-weight: 700;
}

.agency-panel p {
  margin: 26px 0 0;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: .82rem;
}

.service-area {
  background:
    linear-gradient(110deg, rgba(255,20,125,.07), transparent 42%),
    var(--black);
}

.service-area-layout {
  display: grid;
  grid-template-columns: .78fr 1fr;
  gap: 60px;
  align-items: center;
}

.service-area-layout h2 {
  max-width: 760px;
}

.service-area-layout p:not(.kicker) {
  max-width: 560px;
  color: var(--muted);
}

.area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-content: center;
}

.area-list span {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
  border: 1px solid rgba(0,217,255,.28);
  background: rgba(0,217,255,.045);
  color: rgba(255,255,255,.78);
  font-size: .76rem;
  font-weight: 800;
}

@media (max-width: 960px) {
  .site-header { grid-template-columns: 200px 1fr; }
  .desktop-nav,
  .header-cta { display: none; }
  .menu-toggle { display: grid; justify-self: end; }
}

@media (max-width: 1080px) {
  .trust-snapshot-grid,
  .benefit-layout,
  .agency-layout,
  .service-area-layout { grid-template-columns: 1fr; }
  .trust-intro { padding-right: 0; }
  .client-testimonial { min-height: 300px; }
  .numbers-panel dl { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .trust-snapshot { padding: 66px 0 72px; }
  .trust-snapshot-grid,
  .benefit-layout,
  .agency-layout,
  .service-area-layout { gap: 22px; }
  .trust-intro h2,
  .benefit-copy h2 { font-size: clamp(3rem, 15vw, 4.4rem); }
  .trusted-list span,
  .area-list span { width: 100%; justify-content: space-between; }
  .client-testimonial { min-height: auto; padding: 24px; }
  .client-testimonial blockquote { font-size: clamp(2rem, 10vw, 3rem); }
  .numbers-panel,
  .agency-panel,
  .impact-card { padding: 24px; }
  .numbers-panel dl { grid-template-columns: 1fr; }
  .benefit-list li { padding-block: 16px; font-size: .9rem; }
  .service-area { padding-top: 74px; }
}
/* Footer agency credit */
.footer-meta {
  justify-self: end;
  display: grid;
  gap: 8px;
  text-align: right;
  color: var(--muted);
}

.footer-meta .copyright,
.powered-by {
  margin: 0;
}

.powered-by {
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .055em;
  text-transform: uppercase;
  color: rgba(255,255,255,.5);
}

.powered-by a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-left: 6px;
  padding: 0 10px;
  border: 1px solid rgba(0,217,255,.28);
  background: rgba(0,217,255,.055);
  color: var(--white);
  text-decoration: none;
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}

.powered-by a:hover,
.powered-by a:focus-visible {
  border-color: rgba(255,20,125,.65);
  background: rgba(255,20,125,.14);
  color: var(--white);
}

@media (max-width: 1080px) {
  .footer-meta {
    grid-column: 2 / 4;
    justify-self: start;
    margin-top: -18px;
    text-align: left;
  }

  .footer-meta .copyright {
    grid-column: auto;
    margin: 0;
    text-align: inherit;
  }
}

@media (max-width: 820px) {
  .footer-meta {
    grid-column: auto;
    margin: 0;
    justify-self: start;
    text-align: left;
  }
}

@media (max-width: 560px) {
  .footer-meta {
    width: 100%;
  }

  .powered-by a {
    margin: 8px 0 0;
  }
}