
:root {
  --bg: oklch(97.5% 0.014 88);
  --surface: oklch(99.5% 0.006 88);
  --fg: oklch(21% 0.035 48);
  --muted: oklch(47% 0.028 55);
  --border: oklch(87% 0.018 88);
  --accent: #f39f62;
  --accent-deep: #e08845;
  --secondary: #bfd6db;
  --warm: #f5eee4;
  --sage: #bfd6db;
  --sage-soft: oklch(94% 0.03 155);
  --sun: #f39f62;
  --sun-soft: oklch(96% 0.04 85);
  --danger: oklch(52% 0.18 25);
  --success: oklch(52% 0.12 145);
  --font-display: 'Lora', 'Iowan Old Style', Georgia, serif;
  --font-body: 'Figtree', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 20px;
  --radius-pill: 999px;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--fg);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, video { display: block; max-width: 100%; }
h1, h2, h3 { font-family: var(--font-display); font-weight: 600; line-height: 1.08; letter-spacing: -0.02em; }
h1 { font-size: clamp(2.75rem, 7vw, 4.75rem); }
h2 { font-size: clamp(2rem, 4.5vw, 3rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.45rem); letter-spacing: -0.01em; }
p { max-width: 58ch; }
.kicker {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--muted);
}
.shell { width: min(1180px, calc(100% - 32px)); margin-inline: auto; }

/* —— Top ribbon —— */
.ribbon {
  background: var(--fg);
  color: oklch(92% 0.01 88);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 10px 16px;
}
.ribbon strong { color: var(--sun); font-weight: 600; }

/* —— Nav —— */
.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--border);
  background: oklch(99.5% 0.006 88 / 0.82);
  backdrop-filter: blur(14px);
}
.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
  gap: 16px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: var(--fg);
}
.brand-logo {
  display: block;
  height: 52px;
  width: auto;
}
.brand-mark-legacy {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--fg);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.brand-mark-legacy svg { width: 16px; height: 16px; color: oklch(99% 0 0); }
.brand-name {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.nav-links {
  display: none;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-links li {
  list-style: none;
}
.nav-links a {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--muted);
  text-decoration: none;
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--fg); }
.nav-cta { display: flex; gap: 10px; align-items: center; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 22px;
  border: none;
  border-radius: var(--radius-md);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.15s var(--ease-out), background 0.2s;
}
.btn:active { transform: translateY(1px); }
.btn-fill {
  background: var(--accent);
  color: oklch(99% 0 0);
}
.btn-fill:hover { background: var(--accent-deep); }
.btn-ghost {
  background: transparent;
  color: var(--fg);
  border: 1.5px solid var(--border);
}
.menu-btn {
  width: 44px;
  height: 44px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--surface);
  display: grid;
  place-items: center;
  cursor: pointer;
}
.drawer {
  display: none;
  flex-direction: column;
  gap: 0;
  padding-bottom: 16px;
  border-top: 1px solid var(--border);
}
.drawer.open { display: flex; }
.drawer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.drawer a {
  padding: 14px 0;
  font-weight: 600;
  color: var(--fg);
  text-decoration: none;
  border-bottom: 1px solid var(--border);
}
@media (min-width: 860px) {
  .nav-links { display: flex; }
  .menu-btn { display: none; }
}

/* —— Hero — editorial asymmetric —— */
.hero {
  position: relative;
  padding: clamp(40px, 7vw, 88px) 0 clamp(56px, 9vw, 100px);
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(243, 159, 98, 0.28), transparent 68%);
  top: -120px;
  right: -80px;
  pointer-events: none;
}
.hero::after {
  content: '';
  position: absolute;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(191, 214, 219, 0.45), transparent 70%);
  bottom: -60px;
  left: -100px;
  pointer-events: none;
}
.hero-layout {
  display: grid;
  gap: 48px;
  align-items: end;
  position: relative;
  z-index: 1;
}
@media (min-width: 960px) {
  .hero-layout {
    grid-template-columns: 1.12fr 0.72fr;
    gap: 40px;
    align-items: center;
  }
}
.hero-copy { display: flex; flex-direction: column; gap: 24px; }
.hero .hero-title {
  font-size: clamp(1.85rem, 4.2vw, 2.95rem);
  line-height: 1.08;
  max-width: 14ch;
  text-wrap: balance;
}
@media (min-width: 640px) {
  .hero .hero-title { max-width: none; }
}
.hero-title em {
  font-style: italic;
  color: var(--accent);
}
.hero-lede {
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  color: var(--muted);
  line-height: 1.65;
  max-width: 52ch;
}
.hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.hero-highlights li {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: 8px 14px;
  border-radius: var(--radius-pill);
  background: var(--surface);
  border: 1px solid var(--border);
  color: var(--fg);
  max-width: none;
}
.hero-highlights li:nth-child(2) {
  background: var(--sun-soft);
  border-color: rgba(243, 159, 98, 0.25);
}
.hero-highlights li:nth-child(3) {
  background: var(--sage-soft);
  border-color: rgba(191, 214, 219, 0.55);
}
.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 32px;
  padding-top: 8px;
  border-top: 1px solid var(--border);
}
.meta-cell span {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 4px;
}
.meta-cell strong {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* Phone video — the 9:16 anchor */
.phone-stage {
  position: relative;
  justify-self: center;
  width: min(100%, 320px);
}
@media (min-width: 960px) {
  .phone-stage { justify-self: end; margin-bottom: -20px; }
}
.phone-ring {
  position: absolute;
  inset: -24px;
  border: 1.5px solid rgba(243, 159, 98, 0.35);
  border-radius: 36px;
  transform: rotate(-4deg);
  pointer-events: none;
}
.phone-ring-2 {
  inset: -48px;
  border-color: rgba(191, 214, 219, 0.55);
  transform: rotate(3deg);
  border-radius: 44px;
}
.phone {
  position: relative;
  aspect-ratio: 9/16;
  border-radius: 28px;
  overflow: hidden;
  background: var(--fg);
  box-shadow:
    0 2px 0 oklch(99% 0 0 / 0.08) inset,
    0 32px 64px oklch(21% 0.035 48 / 0.18);
}
.phone-notch {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 72px;
  height: 22px;
  background: var(--fg);
  border-radius: 999px;
  z-index: 3;
}
.phone-placeholder {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 48px 24px;
  text-align: center;
  background: linear-gradient(165deg, #f39f62, #e08845);
  color: oklch(88% 0.02 88);
  font-size: 13px;
  line-height: 1.5;
}
.phone-placeholder code {
  font-size: 11px;
  opacity: 0.7;
  background: oklch(99% 0 0 / 0.1);
  padding: 4px 8px;
  border-radius: 4px;
}
.phone-poster {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.phone-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.phone video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.phone-play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: oklch(15% 0.02 48 / 0.2);
  border: none;
  cursor: pointer;
  z-index: 2;
}
.phone-play.hidden { display: none; }
.play-dot {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: oklch(99% 0 0 / 0.95);
  display: grid;
  place-items: center;
  box-shadow: 0 8px 32px oklch(15% 0.02 48 / 0.3);
  transition: transform 0.2s var(--ease-out);
}
.phone-play:hover .play-dot { transform: scale(1.06); }
.phone-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 48px 20px 20px;
  background: linear-gradient(transparent, oklch(15% 0.02 48 / 0.75));
  color: oklch(96% 0.01 88);
  font-size: 13px;
  font-weight: 500;
  z-index: 2;
  pointer-events: none;
}

/* —— Marquee —— */
.marquee-wrap {
  border-block: 1px solid var(--border);
  background: var(--surface);
  overflow: hidden;
  padding: 14px 0;
}
.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee var(--marquee-duration, 28s) linear infinite;
  will-change: transform;
}
.marquee-set {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 48px;
}
.marquee-track span {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
}
.marquee-track span::before {
  content: '◆';
  margin-right: 48px;
  color: var(--accent);
  font-size: 8px;
  vertical-align: middle;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(var(--marquee-distance, -50%)); }
}
@media (prefers-reduced-motion: reduce) {
  .marquee-track {
    animation: none;
  }
}

/* —— Bento day —— */
.section { padding: clamp(56px, 8vw, 96px) 0; }
.section:has(+ .packages-section) {
  padding-bottom: clamp(28px, 4vw, 44px);
}
.section + .packages-section {
  padding-top: clamp(28px, 4vw, 44px);
}
.quote-band + .section {
  padding-top: clamp(28px, 4vw, 44px);
}
.section-head {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 40px;
  max-width: 640px;
}
.bento {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .bento { grid-template-columns: repeat(2, 1fr); }
  .bento-cell:nth-child(3) {
    grid-column: 1 / -1;
    width: calc(50% - 6px);
    justify-self: center;
  }
}
@media (min-width: 960px) {
  .bento { grid-template-columns: repeat(3, 1fr); }
  .bento-cell:nth-child(3) { grid-column: auto; width: auto; justify-self: stretch; }
}
.bento-cell {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: clamp(24px, 4vw, 36px);
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 160px;
  transition: border-color 0.25s;
}
.bento-cell:nth-child(2),
.bento-cell:nth-child(3) { background: var(--surface); }
.bento-cell:hover { border-color: rgba(243, 159, 98, 0.45); }
.bento-cell p { font-size: 15px; color: var(--muted); max-width: none; line-height: 1.55; }

/* —— Packages —— */
.packages-section {
  background: var(--bg);
  color: var(--fg);
  padding: clamp(56px, 8vw, 96px) 0 clamp(32px, 5vw, 48px);
}
.packages-section .kicker { color: var(--muted); }
.packages-section h2 { color: var(--fg); }
.packages-section .section-lede {
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 52ch;
  margin-top: 12px;
}
.packages-intro {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 8px;
}
.packages-intro .section-lede,
.packages-intro .party-booking-note,
.packages-intro .party-schedule-text {
  max-width: none;
  margin: 0;
}
.party-booking-note {
  padding: 16px 20px;
  border-radius: var(--radius-md);
  background: var(--surface);
  border: 1px solid var(--border);
  font-size: 15px;
  line-height: 1.55;
  color: var(--fg);
}
.party-booking-note strong { color: var(--accent); font-weight: 600; }
.party-schedule {
  display: grid;
  gap: 14px;
}
@media (min-width: 768px) {
  .party-schedule { grid-template-columns: 1fr 1.2fr; }
}
.party-schedule-card {
  padding: 20px 22px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  background: var(--surface);
}
.party-schedule-card--calendar {
  display: flex;
  flex-direction: column;
}
.party-schedule-card--times {
  display: flex;
  flex-direction: column;
  gap: 0;
  height: 100%;
}
.party-schedule-row--guide {
  margin-top: auto;
  padding-top: 22px;
}
.party-schedule-row + .party-schedule-row {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--border);
}
.party-schedule-label--accent {
  color: var(--accent);
}
.party-schedule-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 8px;
}
.party-schedule-row--weekend .party-slots {
  margin-top: 12px;
}
.party-schedule-text {
  font-size: 15px;
  line-height: 1.5;
  color: var(--fg);
}
.booking-steps {
  list-style: none;
  counter-reset: booking-step;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.booking-steps li {
  counter-increment: booking-step;
  position: relative;
  padding-left: 40px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--fg);
}
.booking-steps li::before {
  content: counter(booking-step);
  position: absolute;
  left: 0;
  top: 1px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--sun-soft);
  border: 1.5px solid rgba(243, 159, 98, 0.35);
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
  display: grid;
  place-items: center;
  line-height: 1;
}
.booking-guide-foot {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: var(--radius-md);
  background: var(--bg);
  border: 1px solid var(--border);
  font-size: 13px;
  line-height: 1.5;
  color: var(--muted);
}
.party-slots {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}
.party-slots span,
.party-slot-btn {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 10px 14px;
  border-radius: var(--radius-md);
  border: 1.5px solid rgba(243, 159, 98, 0.45);
  background: rgba(243, 159, 98, 0.12);
  color: var(--fg);
}
.party-slot-btn {
  font-family: var(--font-body);
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, transform 0.15s;
}
.party-slot-btn:hover {
  border-color: var(--accent);
}
.party-slot-btn.is-selected {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}
.party-slot-btn:active {
  transform: translateY(1px);
}
.pkg-stack {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 32px;
}
.pkg-card {
  background: oklch(99% 0 0 / 0.05);
  border: 1.5px solid oklch(99% 0 0 / 0.1);
  border-radius: var(--radius-lg);
  padding: clamp(22px, 3vw, 28px);
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: border-color 0.25s;
}
.pkg-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px 24px;
}
.pkg-head-main { flex: 1; min-width: min(100%, 260px); }
.pkg-price-block { flex-shrink: 0; text-align: right; }
.pkg-price-row {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}
.pkg-price-old {
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 500;
  color: oklch(68% 0.02 88);
  text-decoration: line-through;
  line-height: 1.2;
}
.pkg-price-promo-tag {
  margin: 0 0 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--sun);
}
.pkg-promo-banner {
  margin-bottom: 20px;
  padding: 14px 18px;
  border-radius: var(--radius-md);
  border: 1.5px solid oklch(78% 0.14 85 / 0.45);
  background: oklch(78% 0.14 85 / 0.12);
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  color: oklch(96% 0.01 88);
  text-align: center;
}
.pkg-card:hover { border-color: oklch(99% 0 0 / 0.22); }
.pkg-card.featured {
  border-color: var(--sun);
  background: oklch(78% 0.14 85 / 0.1);
}
.pkg-badge {
  align-self: flex-start;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: var(--radius-pill);
  background: oklch(99% 0 0 / 0.1);
  color: oklch(82% 0.01 88);
}
.pkg-card.featured .pkg-badge {
  background: var(--sun);
  color: var(--fg);
}
.pkg-card.premium .pkg-badge {
  background: oklch(58% 0.16 255 / 0.25);
  color: oklch(88% 0.04 255);
}
.pkg-card.vip .pkg-badge {
  background: oklch(99% 0 0 / 0.15);
  color: oklch(92% 0.01 88);
}
.pkg-name {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
  color: oklch(98% 0.005 88);
}
.pkg-price {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 700;
  color: var(--sun);
  line-height: 1;
}
.pkg-tagline {
  font-size: 14px;
  font-style: italic;
  color: oklch(78% 0.02 88);
  line-height: 1.45;
}
.pkg-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.pkg-meta span {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: oklch(90% 0.01 88);
  padding: 5px 11px;
  border-radius: var(--radius-pill);
  border: 1.5px solid oklch(99% 0 0 / 0.22);
  background: oklch(99% 0 0 / 0.04);
}
.pkg-meta span.key {
  border-color: var(--sun);
  color: oklch(96% 0.02 88);
  background: oklch(78% 0.14 85 / 0.12);
}
.pkg-card.featured .pkg-meta span.key {
  background: oklch(78% 0.14 85 / 0.22);
  color: var(--fg);
}
.pkg-callout {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
  color: var(--sun);
  padding: 10px 14px;
  border-radius: var(--radius-md);
  border: 1px solid oklch(78% 0.14 85 / 0.35);
  background: oklch(78% 0.14 85 / 0.08);
}
.pkg-includes {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.pkg-includes-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: oklch(68% 0.02 88);
  margin-top: 4px;
}
.pkg-includes li {
  font-size: 15px;
  line-height: 1.5;
  color: oklch(82% 0.01 88);
  padding-left: 16px;
  position: relative;
}
.pkg-includes li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--sage);
}
.pkg-foot {
  font-size: 12px;
  font-style: italic;
  color: oklch(65% 0.02 88);
  line-height: 1.45;
  padding-top: 8px;
  border-top: 1px solid oklch(99% 0 0 / 0.08);
}
.pkg-card .btn-fill {
  margin-top: auto;
  background: oklch(99% 0 0 / 0.12);
  color: oklch(98% 0.005 88);
  border: 1px solid oklch(99% 0 0 / 0.15);
}
.pkg-card .btn-fill:hover { background: oklch(99% 0 0 / 0.2); }
.pkg-card.featured .btn-fill {
  background: var(--sun);
  color: var(--fg);
  border: none;
}
.pkg-card.featured .btn-fill:hover { background: oklch(82% 0.14 85); }

/* —— Add-ons —— */
.addons-block {
  margin-top: clamp(48px, 7vw, 72px);
  padding-top: clamp(40px, 6vw, 56px);
  border-top: 1px solid oklch(99% 0 0 / 0.1);
}
.addons-block h3 {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  color: oklch(98% 0.005 88);
  margin-bottom: 8px;
}
.addons-lede {
  font-size: 15px;
  color: oklch(72% 0.02 88);
  max-width: 52ch;
  margin-bottom: 24px;
}
.shows-grid {
  display: grid;
  gap: 16px;
}
@media (min-width: 768px) {
  .shows-grid { grid-template-columns: 1fr 1fr; }
}
.shows-col {
  padding: 20px;
  border-radius: var(--radius-lg);
  border: 1px solid oklch(99% 0 0 / 0.12);
  background: oklch(99% 0 0 / 0.04);
}
.shows-col-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: oklch(68% 0.02 88);
  margin-bottom: 14px;
}
.shows-col.vip .shows-col-label { color: var(--sun); }
.addon-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid oklch(99% 0 0 / 0.08);
  font-size: 14px;
  line-height: 1.45;
  color: oklch(86% 0.01 88);
}
.addon-item:last-child { border-bottom: none; padding-bottom: 0; }
.addon-item strong {
  display: block;
  font-weight: 600;
  color: oklch(94% 0.01 88);
  margin-bottom: 2px;
}
.addon-item small {
  display: block;
  font-size: 12px;
  color: oklch(68% 0.02 88);
  margin-top: 3px;
}
.addon-price {
  flex-shrink: 0;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  color: var(--sun);
  white-space: nowrap;
}
.shows-featured {
  margin-top: 14px;
  padding: 18px 20px;
  border-radius: var(--radius-lg);
  border: 1px solid oklch(78% 0.14 85 / 0.35);
  background: oklch(78% 0.14 85 / 0.08);
}
.extras-grid {
  display: grid;
  gap: 12px;
  margin-top: 8px;
}
@media (min-width: 640px) {
  .extras-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 960px) {
  .extras-grid { grid-template-columns: repeat(3, 1fr); }
}
.extra-card {
  padding: 16px 18px;
  border-radius: var(--radius-md);
  border: 1px solid oklch(99% 0 0 / 0.12);
  background: oklch(99% 0 0 / 0.04);
}
.extra-card strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: oklch(94% 0.01 88);
  margin-bottom: 4px;
}
.extra-card .addon-price {
  font-size: 15px;
  margin-top: 6px;
  display: block;
}
.extra-card small {
  display: block;
  font-size: 12px;
  color: oklch(68% 0.02 88);
  margin-top: 4px;
}
.addons-footnote {
  margin-top: 20px;
  font-size: 13px;
  color: oklch(65% 0.02 88);
  font-style: italic;
  max-width: 58ch;
}

/* —— Party menu —— */
.menu-block {
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid var(--border);
}
.menu-block__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 4px;
  flex-wrap: nowrap;
}
.menu-block__title {
  font-size: 1.15rem;
  margin: 0;
  flex-shrink: 0;
}
.menu-block__full-link {
  flex-shrink: 0;
  min-height: 38px;
  padding: 0 12px;
  font-size: 13px;
  white-space: nowrap;
}
.menu-block__full-link svg {
  flex-shrink: 0;
}
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.menu-block__lede {
  max-width: none;
  margin-bottom: 16px;
}
@media (max-width: 400px) {
  .menu-block__head {
    flex-wrap: wrap;
  }
  .menu-block__full-link {
    width: 100%;
    justify-content: center;
  }
}
.menu-layout {
  display: grid;
  gap: 16px;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .menu-layout {
    grid-template-columns: min(300px, 38%) 1fr;
    align-items: stretch;
    gap: 16px;
  }
}
.menu-combo {
  display: flex;
  flex-direction: column;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--surface);
}
.menu-combo--has-image .menu-combo__body {
  border-top: 1px solid var(--border);
}
.menu-combo img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
}
.menu-combo__body {
  padding: 16px 18px;
}
.menu-combo__title {
  display: block;
  font-size: 1.05rem;
  margin-bottom: 6px;
}
.menu-combo__desc {
  font-size: 13px;
  color: var(--muted);
  margin: 0 0 8px;
  max-width: none;
}
.menu-combo__price {
  display: inline-block;
  margin-top: 4px;
}
.menu-card {
  min-width: 0;
  height: 100%;
}
.menu-card__grid {
  display: grid;
  gap: 20px;
}
@media (min-width: 640px) {
  .menu-card__grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
.menu-card__column {
  min-width: 0;
}
.menu-category {
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid var(--border);
}
.menu-card__column .menu-category:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.menu-category__label {
  margin-bottom: 10px;
}
.menu-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.menu-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
}
.menu-item__text {
  flex: 1;
  min-width: 0;
  font-size: 14px;
  line-height: 1.45;
  color: var(--muted);
}
.menu-item__price {
  flex-shrink: 0;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  color: var(--accent);
  white-space: nowrap;
}
@media (max-width: 767px) {
  .menu-layout {
    grid-template-columns: 1fr;
  }
  .menu-combo {
    max-width: 320px;
  }
}

/* —— Visit prices —— */
.prices-grid {
  display: grid;
  gap: 16px;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .prices-grid { grid-template-columns: repeat(2, 1fr); }
}
.price-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 24px;
}
.price-card h3 { margin-bottom: 16px; }
.price-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.price-table tr { border-bottom: 1px solid var(--border); }
.price-table tr:last-child { border-bottom: none; }
.price-table td { padding: 10px 0; }
.price-table td:last-child {
  text-align: right;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}
.price-note {
  margin-top: 20px;
  font-size: 14px;
  color: var(--muted);
}

/* —— Pull quote —— */
.quote-band {
  padding: clamp(36px, 5vw, 56px) 0;
  text-align: center;
}
.quote-band blockquote {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 500;
  font-style: italic;
  line-height: 1.25;
  letter-spacing: -0.02em;
  max-width: 28ch;
  margin-inline: auto;
  color: var(--fg);
}
.quote-band cite {
  display: block;
  margin-top: 28px;
  font-style: normal;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--muted);
}

/* —— Gallery mosaic —— */
.mosaic-layout {
  --gallery-size: min(380px, 100%);
  display: flex;
  align-items: stretch;
  gap: 10px;
  height: var(--gallery-size);
}
.ph-feature {
  flex: 0 0 var(--gallery-size);
  width: var(--gallery-size);
  height: var(--gallery-size);
  aspect-ratio: 1;
}
.mosaic-portraits {
  flex: 1;
  min-width: 0;
}
.mosaic-carousel {
  overflow: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.mosaic-carousel::-webkit-scrollbar {
  display: none;
}
.mosaic-carousel__track {
  display: flex;
  gap: 10px;
  will-change: transform;
  transition: transform 0.65s ease;
}
.mosaic-carousel__track.is-resetting {
  transition: none;
}
.ph-portrait {
  flex: 0 0 auto;
  height: var(--gallery-size);
  width: calc(var(--gallery-size) * 9 / 16);
  aspect-ratio: 9 / 16;
}
@media (max-width: 720px) {
  .mosaic-layout {
    flex-direction: column;
    height: auto;
    align-items: center;
  }
  .ph-feature {
    flex: none;
    width: min(380px, 100%);
    height: auto;
  }
  .mosaic-portraits {
    width: 100%;
    padding-bottom: 4px;
  }
  .ph-portrait {
    height: min(320px, 72vw);
    width: calc(min(320px, 72vw) * 9 / 16);
  }
}
.ph {
  background: var(--border);
  border-radius: var(--radius-md);
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 14px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  overflow: hidden;
  position: relative;
}
.ph img { width:100%; height:100%; object-fit:cover; position:absolute; inset:0; z-index:0; }
    .ph::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--sage-soft), var(--secondary));
  z-index: 0;
}
.ph span { position: relative; z-index: 1; }

/* —— FAQ compact —— */
.faq-grid {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--border);
  max-width: 720px;
}
.faq-row { border-bottom: 1px solid var(--border); }
.faq-q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 22px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--fg);
}
.faq-q svg { flex-shrink: 0; transition: transform 0.25s var(--ease-out); }
.faq-row.open .faq-q svg { transform: rotate(180deg); }
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s var(--ease-out);
}
.faq-a-inner {
  padding-bottom: 22px;
  font-size: 15px;
  color: var(--muted);
  line-height: 1.6;
}
.faq-row.open .faq-a { max-height: 200px; }

/* —— Footer + sticky bar —— */
.site-foot {
  padding: 48px 0 100px;
  border-top: 1px solid var(--border);
}
.foot-grid {
  display: grid;
  gap: 32px;
}
@media (min-width: 768px) {
  .foot-grid { grid-template-columns: 2fr 1fr 1fr; }
}
.foot-brand {
  display: flex;
  align-items: center;
  gap: 16px;
}
.foot-brand__logo {
  flex-shrink: 0;
  height: 52px;
  width: auto;
}
.foot-brand__text {
  margin: 0;
  max-width: 36ch;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.5;
}
.foot-copy {
  margin-top: 32px;
  width: 100%;
  max-width: none;
  text-align: center;
  font-size: 12px;
  color: var(--muted);
}
.foot-links { display: flex; flex-direction: column; gap: 8px; }
.foot-links a {
  font-size: 14px;
  color: var(--muted);
  text-decoration: none;
}
.sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 40;
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  transform: translateY(100%);
  transition: transform 0.35s var(--ease-out);
  box-shadow: 0 -8px 32px rgba(30, 37, 43, 0.08);
}
.sticky-bar.visible { transform: translateY(0); }
.sticky-bar p { font-size: 14px; font-weight: 500; max-width: none; }
.sticky-bar p strong { font-family: var(--font-display); }

/* —— Reveal on scroll —— */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out);
}
.reveal.in { opacity: 1; transform: none; }

/* —— Brand overrides: packages cards + addons —— */
.pkg-card {
  background: var(--surface);
  border: 1.5px solid var(--border);
}
.pkg-card:hover { border-color: rgba(243, 159, 98, 0.45); }
.pkg-card.featured {
  border-color: var(--accent);
  background: var(--sun-soft);
}
.pkg-badge {
  background: var(--sage-soft);
  color: var(--fg);
}
.pkg-card.featured .pkg-badge {
  background: var(--accent);
  color: #fff;
}
.pkg-card.premium .pkg-badge {
  background: rgba(191, 214, 219, 0.65);
  color: var(--fg);
}
.pkg-card.vip .pkg-badge {
  background: var(--secondary);
  color: var(--fg);
}
.pkg-meta span {
  color: var(--muted);
  border-color: var(--border);
  background: var(--bg);
}
.pkg-meta span.key {
  border-color: var(--accent);
  color: var(--fg);
  background: var(--sun-soft);
}
.pkg-card.featured .pkg-meta span.key {
  background: rgba(243, 159, 98, 0.2);
}
.pkg-callout {
  color: var(--fg);
  border-color: rgba(243, 159, 98, 0.35);
  background: var(--sun-soft);
}
.pkg-card .btn-fill {
  background: var(--accent);
  color: #fff;
  border: none;
}
.pkg-card .btn-fill:hover,
.pkg-card.featured .btn-fill:hover {
  background: var(--accent-deep);
}
.addons-block { border-top-color: var(--border); }
.shows-col,
.menu-card,
.extra-card,
.shows-featured {
  background: var(--surface);
  border: 1px solid var(--border);
}
.shows-col.vip .shows-col-label { color: var(--accent); }
.shows-featured {
  border-color: rgba(243, 159, 98, 0.35);
  background: var(--sun-soft);
}
.addon-item { border-bottom-color: var(--border); color: var(--muted); }
.pkg-includes-title,
.pkg-includes li,
.pkg-tagline,
.pkg-foot,
.addons-lede,
.addons-footnote,
.shows-col-label,
.addon-item small,
.extra-card small {
  color: var(--muted);
}
.menu-item__text {
  color: var(--muted);
}
.pkg-name,
.addons-block h3,
.addon-item strong,
.extra-card strong {
  color: var(--fg);
}
.pkg-foot { border-top-color: var(--border); }
.faq-row.open .faq-a { max-height: 480px; }
.ph.has-image::after {
  display: none;
}
.ph.has-image {
  padding: 0;
  align-items: stretch;
}
.ph.has-image span {
  display: none;
}

/* —— Day section —— */
.section-head--wide {
  max-width: none;
}
.section-head--wide h2 {
  max-width: none;
  text-wrap: balance;
}
@media (min-width: 480px) {
  .section-head--wide h2 {
    white-space: nowrap;
  }
}
.price-note p {
  max-width: none;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.55;
}
.price-note p + p {
  margin-top: 6px;
}

/* —— Booking fields —— */
.booking-field {
  margin-top: 16px;
}
.booking-field--calendar {
  margin-top: 0;
}
.booking-label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
  color: var(--fg);
}
.datepicker-selected {
  font-size: 15px;
  font-weight: 600;
  color: var(--fg);
  margin-bottom: 12px;
  min-height: 1.4em;
}
.datepicker-selected.is-empty {
  color: var(--muted);
  font-weight: 500;
}

/* —— Custom datepicker —— */
.datepicker {
  user-select: none;
}
.datepicker-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 12px;
}
.datepicker-title {
  flex: 1;
  text-align: center;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--fg);
}
.datepicker-nav {
  width: 36px;
  height: 36px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  background: var(--bg);
  color: var(--fg);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: border-color 0.2s, background 0.2s;
}
.datepicker-nav:hover {
  border-color: var(--accent);
  background: var(--sun-soft);
}
.datepicker-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
  margin-bottom: 4px;
}
.datepicker-weekday {
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--muted);
  padding: 4px 0;
}
.datepicker-weekday.is-weekend {
  color: var(--accent);
}
.datepicker-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}
.datepicker-day {
  aspect-ratio: 1;
  min-height: 36px;
  border: none;
  border-radius: var(--radius-sm);
  background: transparent;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  color: var(--fg);
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}
.datepicker-day:hover:not(:disabled):not(.is-selected) {
  background: var(--sun-soft);
}
.datepicker-day.is-weekend:not(:disabled):not(.is-selected) {
  color: var(--accent);
}
.datepicker-day.is-other-month {
  color: var(--muted);
  opacity: 0.45;
}
.datepicker-day:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.datepicker-day.is-today:not(.is-selected) {
  box-shadow: inset 0 0 0 1.5px var(--accent);
}
.datepicker-day.is-selected {
  background: var(--accent);
  color: #fff;
  font-weight: 700;
}
.datepicker-day.is-selected.is-weekend {
  color: #fff;
}

.party-schedule-card.has-error,
.party-schedule-card--calendar.has-error {
  border-color: var(--danger);
  box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.12);
}
.booking-error {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 600;
  color: var(--danger);
}

/* —— Modal —— */
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(30, 37, 43, 0.55);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.overlay[hidden] {
  display: none;
}
.dialog {
  background: var(--surface);
  width: min(440px, 100%);
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  padding: 28px;
  border-radius: var(--radius-xl);
}
.booking-summary {
  margin-bottom: 16px;
  padding: 14px 16px;
  border-radius: var(--radius-md);
  background: var(--sun-soft);
  border: 1px solid rgba(243, 159, 98, 0.25);
  font-size: 14px;
  line-height: 1.5;
  color: var(--fg);
}
.field {
  margin-bottom: 16px;
}
.field label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 6px;
}
.field input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--bg);
  font-size: 15px;
  font-family: var(--font-body);
}
.field > input:focus,
.field > input:focus-visible {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--sun-soft);
}
.field.error input {
  border-color: var(--danger);
}
.field.error > input:focus,
.field.error > input:focus-visible {
  border-color: var(--danger);
  box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.12);
}
.phone-input {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 14px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--bg);
}
.field.error .phone-input {
  border-color: var(--danger);
}
.phone-input__prefix {
  flex-shrink: 0;
  font-size: 15px;
  color: var(--fg);
  user-select: none;
}
.phone-input input {
  flex: 1;
  min-width: 0;
  min-height: 46px;
  padding: 0;
  border: 0;
  background: transparent;
}
.phone-input input:focus,
.phone-input input:focus-visible {
  outline: none;
}
.phone-input:focus-within {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--sun-soft);
}
.field.error .phone-input:focus-within {
  border-color: var(--danger);
  box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.12);
}
.field-err {
  display: none;
  font-size: 12px;
  color: var(--danger);
  margin-top: 4px;
}
.field.error .field-err {
  display: block;
}
.btn-block {
  width: 100%;
}
.form-done {
  display: none;
  text-align: center;
  padding: 8px 0 0;
}
.form-done.is-visible {
  display: block;
}
.form-done h3 {
  font-family: var(--font-display);
  margin-bottom: 20px;
}

/* —— Package catalog buttons —— */
.pkg-catalog-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.pkg-card .btn-catalog {
  flex: 1 1 calc(50% - 4px);
  min-height: 42px;
  padding-inline: 14px;
  font-size: 13px;
}

/* —— Catalog modals —— */
.catalog-dialog {
  width: fit-content;
  max-width: min(623px, calc(100vw - 40px));
  padding: 24px;
  box-sizing: border-box;
}
.catalog-dialog-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}
.catalog-dialog-head-main {
  min-width: 0;
  flex: 1;
}
.catalog-dialog-head h3 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  margin: 0;
}
.catalog-close {
  width: 36px;
  height: 36px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  background: var(--bg);
  cursor: pointer;
  display: grid;
  place-items: center;
  font-size: 14px;
  flex-shrink: 0;
}
.catalog-layout {
  display: grid;
  grid-template-columns: 260px auto;
  column-gap: 24px;
  row-gap: 20px;
  align-items: start;
}
.catalog-sidebar {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}
.catalog-search {
  width: 100%;
  min-height: 40px;
  padding: 0 12px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--bg);
  font-size: 14px;
  font-family: var(--font-body);
}
.catalog-list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: min(518px, 68vh);
  overflow-y: auto;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--bg);
}
.catalog-list-btn {
  display: block;
  width: 100%;
  padding: 11px 14px;
  border: none;
  border-bottom: 1px solid var(--border);
  background: transparent;
  text-align: left;
  font-size: 14px;
  line-height: 1.35;
  color: var(--fg);
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}
.catalog-list li:last-child .catalog-list-btn {
  border-bottom: none;
}
.catalog-list-btn:hover {
  background: var(--sun-soft);
}
.catalog-list-btn.is-active {
  background: var(--sun-soft);
  color: var(--accent);
  font-weight: 600;
}
.catalog-select-label {
  font-size: 12px;
  font-weight: 600;
  color: var(--muted);
}
.catalog-select {
  width: 100%;
  min-height: 44px;
  padding: 0 12px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--bg);
  font-size: 15px;
  font-family: var(--font-body);
}
.catalog-select-label--mobile,
.catalog-select--mobile {
  display: none;
}
.catalog-preview {
  min-width: 0;
  width: max-content;
}
.catalog-media-frame {
  aspect-ratio: 9 / 16;
  height: min(518px, 68vh);
  width: auto;
  max-height: 518px;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--border);
}
.catalog-image,
.catalog-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: opacity 0.25s ease;
}
.catalog-video.is-media-hidden,
.catalog-image--show.is-media-hidden {
  display: none !important;
}
.catalog-image.is-changing {
  opacity: 0.55;
}
.catalog-note {
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 1.45;
  color: var(--muted);
  text-align: left;
  max-width: none;
}
@media (max-width: 720px) {
  .catalog-dialog {
    width: min(100%, calc(100vw - 40px));
  }
  .catalog-layout {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }
  .catalog-search--desktop,
  .catalog-list--desktop {
    display: none;
  }
  .catalog-select-label--mobile,
  .catalog-select--mobile {
    display: block;
  }
  .catalog-preview {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .catalog-media-frame {
    height: min(518px, 55vh);
    width: auto;
    max-width: 100%;
  }
  .pkg-card .btn-catalog {
    flex: 1 1 100%;
  }
}
  