@font-face {
  font-family: "Bricolage Grotesque";
  src: url("assets/fonts/BricolageGrotesque-Variable.ttf") format("truetype");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/Manrope-Variable.ttf") format("truetype");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --sun: #ffd43b;
  --sun-soft: #fff3c5;
  --red: #c81f2a;
  --red-dark: #ad1721;
  --ink: #211f1d;
  --paper: #fffdf7;
  --white: #fff;
  --mint: #bee8d3;
  --mint-dark: #164d3a;
  --muted: #625b55;
  --line: #ddd6cc;
  --error: #a4141e;
  --shadow: 0 18px 42px rgba(55, 39, 20, 0.11), 0 4px 12px rgba(55, 39, 20, 0.06);
  --display: "Bricolage Grotesque", "Trebuchet MS", sans-serif;
  --body: "Manrope", Arial, sans-serif;
  --container: min(1180px, calc(100% - 40px));
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

html {
  scroll-behavior: smooth;
  background: var(--paper);
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-open,
body.dialog-open {
  overflow: hidden;
}

img,
video {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

:focus-visible {
  outline: 3px solid #0a68d8;
  outline-offset: 4px;
}

::selection {
  color: var(--ink);
  background: var(--sun);
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: var(--white);
  background: var(--ink);
  transform: translateY(-150%);
  transition: transform 180ms var(--ease);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(33, 31, 29, 0.12);
  background: rgba(255, 253, 247, 0.96);
}

@supports (backdrop-filter: blur(16px)) {
  .site-header {
    background: rgba(255, 253, 247, 0.88);
    backdrop-filter: blur(16px);
  }
}

.nav-shell {
  width: var(--container);
  min-height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.brand img {
  display: block;
  width: clamp(125px, 10vw, 155px);
  height: auto;
  max-height: 40px;
  border-radius: 0;
  object-fit: contain;
  object-position: left center;
}

.brand-copy {
  display: none;
  font-family: var(--display);
  font-weight: 800;
  line-height: 1;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
}

.main-nav a {
  padding: 10px 11px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
  transition: color 180ms ease, background-color 180ms ease;
}

.main-nav a:hover,
.main-nav a[aria-current="page"] {
  color: var(--red-dark);
  background: #fff0ec;
}

.header-cta {
  flex: 0 0 auto;
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 12px;
  color: var(--white);
  background: var(--ink);
  cursor: pointer;
}

.nav-toggle svg {
  width: 22px;
  height: 22px;
  margin: auto;
}

main {
  overflow: hidden;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.section {
  padding: 108px 0;
}

.section-compact {
  padding: 72px 0;
}

.surface-sun {
  color: var(--ink);
  background: var(--sun);
}

.surface-ink {
  color: var(--white);
  background: var(--ink);
}

.surface-cream {
  background: #f7f4ee;
}

.surface-red {
  color: var(--white);
  background: var(--red);
}

.display {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3.2rem, 7.2vw, 6rem);
  font-weight: 780;
  letter-spacing: -0.035em;
  line-height: 0.94;
  text-wrap: balance;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h2 {
  max-width: 820px;
  margin-bottom: 22px;
  font-family: var(--display);
  font-size: clamp(2.25rem, 4.8vw, 4.5rem);
  font-weight: 760;
  letter-spacing: -0.032em;
  line-height: 0.98;
  text-wrap: balance;
}

h3 {
  margin-bottom: 10px;
  font-family: var(--display);
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  font-weight: 720;
  letter-spacing: -0.02em;
  line-height: 1.12;
}

.lede {
  max-width: 68ch;
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.6vw, 1.24rem);
}

.surface-ink .lede {
  color: rgba(255, 255, 255, 0.78);
}

.surface-red .lede {
  color: var(--white);
}

.surface-sun .lede {
  color: #4d3c00;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 50px;
}

.section-head > div {
  max-width: 780px;
}

.section-head h2,
.section-head p {
  margin-bottom: 0;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.button {
  min-height: 50px;
  padding: 13px 19px;
  border: 1px solid transparent;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms var(--ease), background-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.button svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  transition: transform 180ms var(--ease);
}

.button:hover {
  transform: translateY(-2px);
}

.button:hover svg {
  transform: translateX(3px);
}

.button-primary {
  color: var(--white);
  background: var(--red);
  box-shadow: 0 10px 24px rgba(217, 35, 46, 0.24);
}

.button-primary:hover {
  background: var(--red-dark);
}

.button-dark {
  color: var(--white);
  background: var(--ink);
}

.button-light {
  color: var(--ink);
  border-color: rgba(33, 31, 29, 0.18);
  background: var(--white);
}

.button-outline-light {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.46);
  background: transparent;
}

.button-outline {
  color: var(--ink);
  border-color: rgba(33, 31, 29, 0.3);
  background: transparent;
}

.button-text {
  min-height: 44px;
  padding-inline: 4px;
  color: var(--ink);
  background: transparent;
}

.button[aria-disabled="true"],
.button:disabled {
  color: #77706a;
  background: #e7e0d6;
  box-shadow: none;
  cursor: not-allowed;
  transform: none;
}

.hero {
  position: relative;
  min-height: calc(100vh - 82px);
  padding: 76px 0 82px;
  display: grid;
  align-items: center;
  color: var(--ink);
  background: var(--paper);
}

.hero::after {
  display: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(430px, 1.06fr);
  align-items: center;
  gap: clamp(50px, 8vw, 112px);
}

.hero-copy {
  max-width: 650px;
  animation: hero-copy-in 620ms var(--ease) both;
}

.hero-copy .display {
  max-width: 11ch;
  margin-bottom: 28px;
}

.hero-copy .lede {
  max-width: 59ch;
  margin-bottom: 34px;
  color: var(--muted);
}

.hero-subtitle {
  max-width: 25ch;
  margin: -14px 0 18px;
  color: var(--red-dark);
  font-family: var(--display);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: 720;
  line-height: 1.18;
}

.service-shortcuts {
  position: relative;
  z-index: 4;
  margin-top: -30px;
  padding: 10px;
  border-radius: 16px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--white);
  box-shadow: var(--shadow);
}

.service-shortcuts a {
  min-height: 98px;
  padding: 18px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
}

.service-shortcuts a + a {
  border-left: 1px solid var(--line);
}

.service-shortcuts a:hover {
  background: #f7f4ee;
}

.service-shortcuts strong,
.service-shortcuts span {
  display: block;
}

.service-shortcuts strong {
  font-family: var(--display);
  line-height: 1.15;
}

.service-shortcuts span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.hero-actions {
  margin-bottom: 28px;
}

.hero-note {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 52ch;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 700;
}

.hero-note::before {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--mint-dark);
  content: "";
}

.hero-stage {
  position: relative;
  min-height: 590px;
  animation: hero-stage-in 760ms 80ms var(--ease) both;
}

.marquee-frame {
  position: absolute;
  inset: 0 30px 28px 0;
  overflow: hidden;
  border: 6px solid var(--white);
  border-radius: 24px 24px 70px 24px;
  background: #ebe6df;
  box-shadow: var(--shadow);
}

.marquee-frame .media-slot {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.ticket-float {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  width: min(310px, 72%);
  padding: 21px 24px;
  border-radius: 16px;
  background: var(--white);
  color: var(--ink);
  box-shadow: var(--shadow);
  transform: rotate(-2deg);
}

.ticket-float::before,
.ticket-float::after {
  position: absolute;
  top: 50%;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--sun);
  content: "";
  transform: translateY(-50%);
}

.ticket-float::before {
  left: -9px;
}

.ticket-float::after {
  right: -9px;
}

.ticket-float strong,
.ticket-float span {
  display: block;
}

.ticket-float strong {
  font-family: var(--display);
  font-size: 1.25rem;
  line-height: 1.15;
}

.ticket-float span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.media-slot {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  border: 1px dashed rgba(255, 255, 255, 0.42);
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--ink);
}

.media-slot::before,
.media-slot::after {
  position: absolute;
  border: 1px solid rgba(255, 212, 59, 0.32);
  border-radius: 50%;
  content: "";
}

.media-slot::before {
  top: -70px;
  right: -50px;
  width: 230px;
  height: 230px;
}

.media-slot::after {
  bottom: -90px;
  left: -60px;
  width: 260px;
  height: 260px;
}

.media-slot-light {
  color: var(--ink);
  background: var(--sun-soft);
  border-color: rgba(33, 31, 29, 0.3);
}

.media-slot-red {
  background: var(--red);
}

.media-slot img,
.media-slot video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-slot.has-media::before,
.media-slot.has-media::after {
  display: none;
}

.media-slot.has-media {
  border-style: solid;
  border-color: rgba(33, 31, 29, 0.1);
  background: #ebe6df;
}

.slot-label {
  position: relative;
  z-index: 1;
  max-width: 260px;
  padding: 22px;
  text-align: center;
}

.slot-label svg {
  width: 34px;
  height: 34px;
  margin: 0 auto 12px;
}

.slot-label strong,
.slot-label span {
  display: block;
}

.media-slot-red .slot-label span {
  opacity: 1;
}

.slot-label strong {
  font-family: var(--display);
  font-size: 1.15rem;
  line-height: 1.2;
}

.slot-label span {
  margin-top: 8px;
  color: inherit;
  opacity: 0.74;
  font-size: 12px;
  font-weight: 650;
}

.finder-wrap {
  position: relative;
  z-index: 4;
  width: var(--container);
  margin: -34px auto 0;
}

.finder {
  padding: 30px;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 0.9fr 1.3fr auto;
  align-items: end;
  gap: 18px;
  color: var(--white);
  background: var(--ink);
  box-shadow: var(--shadow);
}

.finder-copy h2 {
  margin: 0 0 4px;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
}

.finder-copy p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.field {
  display: grid;
  gap: 7px;
}

.field label,
.field-label {
  font-size: 12px;
  font-weight: 800;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 52px;
  padding: 12px 14px;
  border: 1px solid #bfb7ad;
  border-radius: 10px;
  color: var(--ink);
  background: var(--white);
}

.field textarea {
  min-height: 126px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: #0a68d8;
  outline: 3px solid rgba(10, 104, 216, 0.22);
}

.field-error {
  min-height: 1em;
  margin: 0;
  color: var(--error);
  font-size: 12px;
  font-weight: 700;
}

.finder .field label {
  color: rgba(255, 255, 255, 0.8);
}

.proof-line {
  border-top: 1px solid rgba(33, 31, 29, 0.13);
  border-bottom: 1px solid rgba(33, 31, 29, 0.13);
}

.proof-grid {
  min-height: 112px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}

.proof-item {
  padding: 18px 36px;
  text-align: center;
}

.proof-item + .proof-item {
  border-left: 1px solid rgba(33, 31, 29, 0.13);
}

.proof-item strong,
.proof-item span {
  display: block;
}

.proof-item strong {
  font-family: var(--display);
  font-size: 1.35rem;
}

.proof-item span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
}

.home-discovery {
  padding-bottom: 54px;
  background: var(--paper);
}

.discovery-shell {
  position: relative;
  z-index: 4;
  margin-top: -46px;
  border-radius: 16px;
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--shadow);
}

.home-discovery .service-shortcuts {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: var(--white);
  box-shadow: none;
}

.home-discovery .service-shortcuts a {
  min-height: 106px;
  padding: 22px 24px;
  border-radius: 0;
}

.home-discovery .finder-wrap {
  width: 100%;
  margin: 0;
}

.home-discovery .finder {
  padding: 30px 44px;
  border-top: 1px solid rgba(33, 31, 29, 0.14);
  border-bottom: 1px solid rgba(33, 31, 29, 0.14);
  border-radius: 0;
  color: var(--ink);
  background: var(--sun);
  box-shadow: none;
}

.home-discovery .finder-copy p,
.home-discovery .finder .field label {
  color: #554a25;
}

.home-discovery .proof-line {
  border: 0;
  background: var(--white);
}

.home-discovery .proof-grid {
  min-height: 116px;
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 1.08fr);
  align-items: center;
  gap: clamp(50px, 8vw, 120px);
}

.story-copy p {
  max-width: 65ch;
  color: var(--muted);
}

.story-copy p:last-of-type {
  margin-bottom: 30px;
}

.timeline {
  margin-top: 34px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px 16px;
}

.timeline-year {
  align-self: start;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--ink);
  background: var(--sun);
  font-size: 12px;
  font-weight: 850;
}

.timeline p {
  margin: 2px 0 0;
}

.photo-stack {
  position: relative;
  min-height: 520px;
}

.photo-stack .media-slot:first-child {
  position: absolute;
  inset: 0 66px 74px 0;
}

.photo-stack .media-slot:last-child {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48%;
  min-height: 210px;
  border: 7px solid var(--paper);
  transform: rotate(3deg);
}

.experience-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 22px;
}

.experience-feature,
.experience-list article {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  color: var(--white);
  background: var(--ink);
}

.experience-feature {
  min-height: 590px;
}

.experience-feature .media-slot {
  position: absolute;
  inset: 0;
  border: 0;
  border-radius: 0;
}

.experience-feature .content-overlay,
.experience-list .content-overlay {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px;
  background: linear-gradient(0deg, rgba(20, 18, 16, 0.94), rgba(20, 18, 16, 0));
}

.content-overlay p {
  max-width: 50ch;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
}

.experience-list {
  display: grid;
  gap: 22px;
}

.experience-list article {
  min-height: 284px;
}

.experience-list .media-slot {
  position: absolute;
  inset: 0;
  min-height: 100%;
  border: 0;
  border-radius: 0;
}

.experience-list .content-overlay {
  padding: 28px;
}

.format-tag {
  margin-bottom: 10px;
  padding: 5px 9px;
  border-radius: 999px;
  display: inline-flex;
  color: var(--ink);
  background: var(--sun);
  font-size: 11px;
  font-weight: 850;
}

.birthday-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(400px, 0.98fr);
  align-items: center;
  gap: clamp(44px, 7vw, 100px);
}

.birthday-stage {
  position: relative;
  min-height: 570px;
}

.birthday-stage .media-slot {
  position: absolute;
  inset: 0 35px 35px 0;
  min-height: auto;
}

.birthday-stage .ticket-float {
  background: var(--sun);
}

.birthday-stage .ticket-float::before,
.birthday-stage .ticket-float::after {
  background: var(--red);
}

.birthday-quiet {
  color: var(--ink);
  background: #fff5f2;
}

.birthday-quiet .lede {
  color: var(--muted);
}

.birthday-quiet .steps {
  border-color: var(--line);
}

.birthday-quiet .steps li {
  border-color: var(--line);
}

.birthday-quiet .steps span {
  color: var(--red);
}

.steps {
  margin: 34px 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.steps li {
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 8px;
}

.steps span {
  color: var(--sun);
  font-family: var(--display);
  font-weight: 800;
}

.steps strong {
  font-weight: 750;
}

.trust-layout {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: clamp(44px, 7vw, 100px);
}

.trust-layout h2 {
  position: sticky;
  top: 130px;
}

.trust-list {
  border-top: 1px solid var(--line);
}

.trust-item {
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
}

.trust-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: var(--mint);
}

.trust-icon svg {
  width: 22px;
  height: 22px;
}

.trust-item p {
  margin-bottom: 0;
  color: var(--muted);
}

.gallery-mosaic {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  grid-template-rows: 240px 210px;
  gap: 16px;
}

.gallery-mosaic .media-slot {
  min-height: 0;
  border: 0;
}

.gallery-mosaic .media-slot:first-child {
  grid-row: 1 / 3;
}

.gallery-mosaic .media-slot:nth-child(4) {
  grid-column: 2 / 4;
}

.video-badge {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 16px;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--white);
  background: rgba(33, 31, 29, 0.8);
  font-size: 11px;
  font-weight: 800;
}

.location-route {
  position: relative;
  padding: 44px;
  border-radius: 16px;
  color: var(--white);
  background: var(--ink);
  overflow: hidden;
}

.location-route::before {
  position: absolute;
  inset: 62px 12% auto;
  height: 2px;
  background: var(--sun);
  content: "";
}

.location-nodes {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.location-node {
  padding-top: 44px;
  text-align: center;
}

.location-node::before {
  position: absolute;
  top: 10px;
  width: 18px;
  height: 18px;
  margin-left: -9px;
  border: 4px solid var(--ink);
  border-radius: 50%;
  background: var(--sun);
  box-shadow: 0 0 0 2px var(--sun);
  content: "";
}

.location-node strong,
.location-node span {
  display: block;
}

.location-node strong {
  font-size: 13px;
}

.location-node span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 10px;
}

.faq-list {
  max-width: 900px;
  margin: 0 auto;
  border-top: 1px solid var(--line);
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-question {
  width: 100%;
  padding: 22px 0;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--ink);
  background: transparent;
  font-family: var(--display);
  font-size: 1.18rem;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.faq-question svg {
  width: 20px;
  height: 20px;
  transition: transform 180ms var(--ease);
}

.faq-question[aria-expanded="true"] svg {
  transform: rotate(45deg);
}

.faq-answer {
  padding: 0 0 24px;
  color: var(--muted);
}

.faq-answer[hidden] {
  display: none;
}

.cta-band {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 40px;
}

.cta-band h2 {
  max-width: 720px;
  margin-bottom: 0;
}

.page-hero {
  padding: 86px 0 76px;
}

.page-hero-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: clamp(44px, 8vw, 110px);
}

.page-hero-copy .display {
  max-width: 12ch;
  margin-bottom: 26px;
}

.page-hero-copy {
  animation: hero-copy-in 620ms var(--ease) both;
}

.page-hero > .container > .media-slot,
.page-hero .location-route {
  animation: hero-stage-in 760ms 80ms var(--ease) both;
}

.page-hero-copy .lede {
  margin-bottom: 32px;
}

.page-hero .media-slot {
  min-height: 520px;
}

.fact-note {
  padding: 18px 20px;
  border-radius: 12px;
  color: #493300;
  background: var(--sun-soft);
  font-size: 13px;
}

.fact-note strong {
  font-weight: 850;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 34px;
}

.filter-button {
  min-height: 44px;
  padding: 10px 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: var(--white);
  font-weight: 750;
  cursor: pointer;
}

.filter-button[aria-pressed="true"] {
  color: var(--white);
  border-color: var(--ink);
  background: var(--ink);
}

.attraction-list {
  display: grid;
  gap: 56px;
}

.attraction-row {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 54px;
}

.attraction-row:nth-child(even) .media-slot {
  order: 2;
}

.attraction-row .media-slot {
  min-height: 430px;
}

.attraction-row p {
  color: var(--muted);
}

.availability {
  display: inline-flex;
  margin-top: 10px;
  padding: 7px 10px;
  border-radius: 8px;
  color: #5d4300;
  background: var(--sun-soft);
  font-size: 11px;
  font-weight: 800;
}

.process-line {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.process-step {
  position: relative;
  padding: 34px 26px 20px 0;
}

.process-step + .process-step {
  padding-left: 26px;
  border-left: 1px solid rgba(255, 255, 255, 0.28);
}

.process-step span {
  display: block;
  margin-bottom: 16px;
  color: var(--sun);
  font-family: var(--display);
  font-size: 2.2rem;
  font-weight: 800;
}

.process-step p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
}

.form-layout {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: clamp(44px, 8vw, 100px);
}

.form-panel {
  padding: 34px;
  border-radius: 16px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.field-full {
  grid-column: 1 / -1;
}

.form-actions {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.form-status {
  margin: 18px 0 0;
  padding: 14px 16px;
  border-radius: 10px;
  color: var(--mint-dark);
  background: #dff6eb;
  font-size: 13px;
  font-weight: 750;
}

.direct-contact {
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.direct-contact p {
  color: var(--muted);
}

.form-disclosure {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.contact-lines {
  margin: 18px 0;
  border-top: 1px solid var(--line);
}

.contact-lines > * {
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.contact-lines span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.contact-lines strong {
  overflow-wrap: anywhere;
}

.location-list {
  display: grid;
  gap: 24px;
}

.location-card {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  overflow: hidden;
  border-radius: 16px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.location-card .media-slot {
  min-height: 360px;
  border: 0;
  border-radius: 0;
}

.location-content {
  padding: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.location-content h2 {
  margin-bottom: 12px;
  font-size: clamp(2rem, 4vw, 3.3rem);
}

.location-content p {
  max-width: 60ch;
  color: var(--muted);
}

.location-content address {
  max-width: 58ch;
  margin-top: 8px;
  color: var(--ink);
  font-style: normal;
}

.location-meta {
  margin: 20px 0 26px;
  padding: 16px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.location-meta a {
  color: var(--red-dark);
}

.membership-options {
  margin: 26px 0 30px;
  border-top: 1px solid var(--line);
}

.membership-options div {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.membership-options strong,
.membership-options span {
  display: block;
}

.membership-options strong {
  font-family: var(--display);
  font-size: 1.2rem;
}

.membership-options span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 13px;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.testimonial-grid figure {
  margin: 0;
  padding: 30px;
  border-radius: 14px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.testimonial-grid blockquote {
  margin: 18px 0 22px;
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 650;
  line-height: 1.3;
}

.testimonial-grid figcaption {
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
}

.stars {
  color: #8a6100;
}

.stars svg {
  width: 120px;
  height: 24px;
  fill: currentColor;
}

.experience-catalog {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
}

.experience-catalog li {
  padding: 17px 12px 17px 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-family: var(--display);
  font-weight: 680;
}

.service-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(42px, 7vw, 92px);
}

.service-feature .media-slot {
  min-height: 460px;
}

.service-feature-reverse .media-slot {
  order: 2;
}

.split-services {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(42px, 7vw, 90px);
}

.split-services article {
  padding-top: 28px;
  border-top: 2px solid var(--ink);
}

.split-services .media-slot {
  min-height: 260px;
  margin-top: 28px;
}

.check-list {
  margin: 24px 0 30px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 22px;
  list-style: none;
  border-top: 1px solid var(--line);
}

.check-list li {
  position: relative;
  padding: 12px 0 12px 22px;
  border-bottom: 1px solid var(--line);
}

.check-list li::before {
  position: absolute;
  top: 19px;
  left: 3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--red);
  content: "";
}

.party-inclusions {
  grid-template-columns: 1fr 1fr;
}

.celebration-types {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.celebration-types article {
  overflow: hidden;
  border-radius: 16px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.celebration-types .media-slot {
  min-height: 360px;
  border: 0;
  border-radius: 0;
}

.celebration-types article > div:last-child {
  padding: 32px;
}

.legal-hero {
  padding: 90px 0 64px;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.legal-hero .display {
  max-width: 12ch;
}

.legal-updated {
  margin-top: 22px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
}

.legal-page {
  max-width: 820px;
  padding-top: 72px;
  padding-bottom: 108px;
}

.legal-page section {
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.legal-page h2 {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
}

.legal-page p {
  max-width: 72ch;
}

.legal-page a {
  color: var(--red-dark);
}

.detail-strip {
  margin: 20px 0 26px;
  padding: 16px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.detail-strip span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}

.gallery-full {
  columns: 3 300px;
  column-gap: 16px;
}

.gallery-item {
  position: relative;
  width: 100%;
  margin: 0 0 16px;
  padding: 0;
  border: 0;
  border-radius: 16px;
  overflow: hidden;
  break-inside: avoid;
  display: block;
  color: var(--white);
  background: var(--ink);
  cursor: pointer;
}

.gallery-item .media-slot {
  min-height: 310px;
  border: 0;
  border-radius: 0;
}

.gallery-item img,
.gallery-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-item.tall .media-slot {
  min-height: 520px;
}

.gallery-item.wide .media-slot {
  min-height: 240px;
}

.gallery-caption {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px 18px 16px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  background: linear-gradient(0deg, rgba(20, 18, 16, 0.86), transparent);
  font-size: 12px;
  font-weight: 750;
}

.gallery-item[hidden] {
  display: none;
}

.viewer {
  position: fixed;
  z-index: 500;
  inset: 0;
  padding: 24px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  color: var(--white);
  background: rgba(20, 18, 16, 0.97);
}

.viewer[hidden] {
  display: none;
}

.viewer-top,
.viewer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.viewer-button {
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--white);
  background: transparent;
  cursor: pointer;
}

.viewer-button svg {
  width: 22px;
  height: 22px;
}

.viewer-media {
  width: min(960px, 86vw);
  height: min(70vh, 720px);
  margin: 12px auto;
}

.viewer-media .media-slot {
  width: 100%;
  height: 100%;
}

.viewer-media img,
.viewer-media video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  background: #141210;
}

.viewer-bottom {
  justify-content: center;
}

.viewer-caption {
  min-width: 220px;
  text-align: center;
}

.site-footer {
  padding: 72px 0 96px;
  color: var(--white);
  background: var(--ink);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 70px;
}

.footer-brand img {
  display: block;
  width: 190px;
  height: auto;
  max-height: 44px;
  margin-bottom: 18px;
  border-radius: 0;
  object-fit: contain;
  object-position: left center;
}

.footer-brand p {
  max-width: 35ch;
  color: rgba(255, 255, 255, 0.68);
}

.footer-links h2 {
  margin-bottom: 18px;
  font-size: 1rem;
  letter-spacing: 0;
}

.footer-links a,
.footer-links span {
  width: fit-content;
  margin-bottom: 10px;
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.footer-links a:hover {
  color: var(--sun);
}

.footer-bottom {
  margin-top: 56px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 11px;
}

.footer-bottom a {
  color: inherit;
}

.mobile-actions {
  display: none;
}

.reveal {
  opacity: 1;
  transform: none;
}

.reveal.in-view {
  opacity: 1;
  transform: none;
}

@keyframes hero-copy-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hero-stage-in {
  from {
    opacity: 0;
    clip-path: inset(0 0 18% 0 round 24px);
    transform: translateY(26px) rotate(1deg);
  }
  to {
    opacity: 1;
    clip-path: inset(0 0 0 0 round 24px);
    transform: translateY(0) rotate(0);
  }
}

@media (max-width: 1080px) {
  .main-nav a {
    padding-inline: 7px;
    font-size: 12px;
  }

  .header-cta {
    display: none;
  }

  .hero-grid,
  .page-hero-grid {
    grid-template-columns: 1fr 0.9fr;
    gap: 44px;
  }

  .hero-stage {
    min-height: 520px;
  }

  .location-card {
    grid-template-columns: 0.85fr 1.15fr;
  }
}

@media (max-width: 860px) {
  :root {
    --container: min(100% - 30px, 720px);
  }

  .section {
    padding: 82px 0;
  }

  .nav-shell {
    min-height: 72px;
  }

  
  .brand img {
    width: 128px;
    height: auto;
    max-height: 32px;
  }


  .nav-toggle {
    display: grid;
    margin-left: auto;
  }

  .main-nav {
    position: fixed;
    z-index: 90;
    inset: 104px 15px auto;
    max-height: calc(100vh - 122px);
    padding: 18px;
    border-radius: 16px;
    display: none;
    align-items: stretch;
    overflow-y: auto;
    background: var(--paper);
    box-shadow: var(--shadow);
  }

  .main-nav.open {
    display: grid;
  }

  .main-nav a {
    padding: 14px;
    font-size: 15px;
  }

  .hero {
    min-height: auto;
    padding: 68px 0 92px;
  }

  .hero-grid,
  .page-hero-grid,
  .story-grid,
  .birthday-grid,
  .trust-layout,
  .form-layout,
  .attraction-row,
  .service-feature,
  .split-services,
  .celebration-types {
    grid-template-columns: 1fr;
  }

  .service-shortcuts {
    grid-template-columns: 1fr 1fr;
  }

  .service-shortcuts a:nth-child(3) {
    border-left: 0;
  }

  .service-shortcuts a:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .discovery-shell {
    margin-top: -30px;
  }

  .home-discovery .finder {
    padding: 28px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .experience-catalog {
    grid-template-columns: 1fr 1fr;
  }

  .service-feature-reverse .media-slot {
    order: 0;
  }

  .hero-stage {
    min-height: 560px;
  }

  .finder {
    grid-template-columns: 1fr 1fr;
  }

  .finder-copy {
    grid-column: 1 / -1;
  }

  .experience-grid {
    grid-template-columns: 1fr;
  }

  .experience-list {
    grid-template-columns: 1fr 1fr;
  }

  .trust-layout h2 {
    position: static;
  }

  .gallery-mosaic {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 340px 230px 230px;
  }

  .gallery-mosaic .media-slot:first-child {
    grid-column: 1 / 3;
    grid-row: auto;
  }

  .gallery-mosaic .media-slot:nth-child(4) {
    grid-column: 1 / 3;
  }

  .location-route {
    padding-inline: 28px;
    overflow-x: auto;
  }

  .location-route::before {
    right: 60px;
    left: 60px;
    min-width: 620px;
  }

  .location-nodes {
    min-width: 700px;
  }

  .process-line {
    grid-template-columns: 1fr 1fr;
  }

  .process-step:nth-child(3) {
    border-left: 0;
  }

  .location-card {
    grid-template-columns: 1fr;
  }

  .location-card .media-slot {
    min-height: 280px;
  }

  .attraction-row:nth-child(even) .media-slot {
    order: 0;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 600px) {
  :root {
    --container: calc(100% - 30px);
  }

  body {
    padding-bottom: 72px;
    font-size: 15px;
  }

  .section,
  .section-compact {
    padding: 66px 0;
  }

  .display {
    font-size: clamp(3rem, 15vw, 4.5rem);
  }

  h2 {
    font-size: clamp(2.2rem, 11vw, 3.6rem);
  }

  .section-head {
    align-items: start;
    flex-direction: column;
    margin-bottom: 34px;
  }

.footer-brand img {
  width: 155px;
  max-height: 36px;
}

  .button-row,
  .button-row .button {
    width: 100%;
  }

  .hero {
    padding-top: 54px;
  }

  .hero-copy .display {
    margin-bottom: 22px;
  }

  .hero-copy .lede {
    margin-bottom: 26px;
  }

  .hero-subtitle {
    margin-top: -10px;
  }

  .service-shortcuts {
    margin-top: -22px;
    grid-template-columns: 1fr;
  }

  .service-shortcuts a + a,
  .service-shortcuts a:nth-child(3) {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .home-discovery {
    padding-bottom: 38px;
  }

  .discovery-shell {
    margin-top: -20px;
  }

  .home-discovery .finder {
    padding: 24px;
  }

  .home-discovery .service-shortcuts a {
    align-items: center;
    text-align: center;
  }

  .experience-catalog,
  .check-list,
  .party-inclusions {
    grid-template-columns: 1fr;
  }

  .service-feature .media-slot {
    min-height: 340px;
  }

  .celebration-types .media-slot {
    min-height: 300px;
  }

  .legal-hero {
    padding: 60px 0 48px;
  }

  .legal-page {
    padding-top: 44px;
    padding-bottom: 72px;
  }

  .hero-stage {
    min-height: 430px;
  }

  .marquee-frame {
    inset: 0 18px 24px 0;
    border-width: 7px;
    border-radius: 22px 22px 62px 22px;
  }

  .ticket-float {
    padding: 16px 18px;
  }

  .finder-wrap {
    margin-top: -26px;
  }

  .finder {
    padding: 24px;
    grid-template-columns: 1fr;
  }

  .finder-copy {
    grid-column: auto;
  }

  .finder .button {
    width: 100%;
  }

  .proof-grid {
    grid-template-columns: 1fr;
  }

  .proof-item {
    padding: 20px 0;
  }

  .proof-item + .proof-item {
    border-top: 1px solid rgba(33, 31, 29, 0.13);
    border-left: 0;
  }

  .photo-stack {
    min-height: 420px;
  }

  .photo-stack .media-slot:first-child {
    inset: 0 28px 60px 0;
  }

  .photo-stack .media-slot:last-child {
    width: 58%;
  }

  .experience-feature {
    min-height: 480px;
  }

  .experience-list {
    grid-template-columns: 1fr;
  }

  .experience-feature .content-overlay,
  .experience-list .content-overlay {
    padding: 26px;
  }

  .birthday-stage {
    min-height: 460px;
  }

  .trust-item {
    grid-template-columns: 38px 1fr;
  }

  .trust-icon {
    width: 38px;
    height: 38px;
  }

  .gallery-mosaic {
    grid-template-columns: 1fr;
    grid-template-rows: 360px repeat(3, 230px);
  }

  .gallery-mosaic .media-slot:first-child,
  .gallery-mosaic .media-slot:nth-child(4) {
    grid-column: auto;
  }

  .cta-band {
    grid-template-columns: 1fr;
  }

  .page-hero {
    padding: 58px 0 64px;
  }

  .page-hero .media-slot {
    min-height: 380px;
  }

  .process-line,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .process-step,
  .process-step + .process-step,
  .process-step:nth-child(3) {
    padding: 24px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.28);
    border-left: 0;
  }

  .process-line {
    border-top: 0;
  }

  .form-panel,
  .location-content {
    padding: 24px;
  }

  .location-content .button-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .location-content .button-row .button {
    width: 100%;
  }

  .location-content .button-row .button-primary {
    grid-column: 1 / -1;
  }

  .detail-strip {
    grid-template-columns: 1fr;
  }

  .attraction-row .media-slot {
    min-height: 330px;
  }

  .gallery-full {
    columns: 1;
  }

  .gallery-item.tall .media-slot {
    min-height: 430px;
  }

  .viewer {
    padding: 14px;
  }

  .viewer-media {
    width: 100%;
    height: 66vh;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .footer-brand {
    grid-column: auto;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .mobile-actions {
    position: fixed;
    z-index: 180;
    right: 0;
    bottom: 0;
    left: 0;
    height: 72px;
    padding: 8px 10px max(8px, env(safe-area-inset-bottom));
    border-top: 1px solid rgba(33, 31, 29, 0.16);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
    background: var(--paper);
    box-shadow: 0 -10px 26px rgba(33, 31, 29, 0.1);
  }

  .mobile-actions a {
    border-radius: 9px;
    display: grid;
    place-items: center;
    color: var(--ink);
    background: var(--sun-soft);
    font-size: 11px;
    font-weight: 850;
    text-decoration: none;
  }

  .mobile-actions a:nth-child(2) {
    color: var(--white);
    background: var(--red);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
