:root {
  --navy: #071832;
  --green: #005b4d;
  --green-dark: #00483e;
  --red: #df302f;
  --red-dark: #cf2524;
  --gold: #f2bd08;
  --aqua: #eefafa;
  --aqua-strong: #dff4f2;
  --ink: #14243b;
  --muted: #586477;
  --line: #cfdae1;
  --white: #fff;
  --shadow: 0 24px 70px rgba(7, 24, 50, .15);
  --radius: 28px;
  --shell: 1280px;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 88px; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.58;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

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

a { color: inherit; }

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

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

:focus-visible {
  outline: 4px solid var(--gold);
  outline-offset: 4px;
}

.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;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  transform: translateY(-150%);
  padding: 12px 18px;
  color: var(--white);
  background: var(--navy);
  border-radius: 8px;
  text-decoration: none;
  font-weight: 800;
}

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

.section-shell {
  width: min(calc(100% - 64px), var(--shell));
  margin-inline: auto;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--red);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow-light { color: var(--white); opacity: .82; }
.eyebrow-gold { color: var(--gold); }

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

h1, h2 {
  margin-bottom: 22px;
  color: var(--navy);
  font-family: "Arial Black", "Helvetica Neue", Arial, sans-serif;
  font-weight: 950;
  letter-spacing: -.055em;
  line-height: .98;
}

h1 { font-size: clamp(3.9rem, 5.65vw, 6rem); }
h2 { font-size: clamp(2.75rem, 4.1vw, 4.75rem); }
h3, h4 { color: var(--navy); line-height: 1.15; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 15px 24px;
  border: 2px solid var(--red);
  border-radius: 5px;
  color: var(--white);
  background: var(--red);
  box-shadow: none;
  cursor: pointer;
  font-size: .91rem;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.button:hover { background: var(--red-dark); border-color: var(--red-dark); transform: translateY(-2px); }
.button-small { min-height: 46px; padding: 11px 17px; font-size: .79rem; }
.button-light { color: var(--red); background: var(--white); border-color: var(--white); }
.button-light:hover { color: var(--red-dark); background: #fff8f3; border-color: #fff8f3; }
.button-outline { color: var(--green); background: transparent; border-color: var(--green); }
.button-outline:hover { color: var(--white); background: var(--green); border-color: var(--green); }

.text-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 8px 2px;
  border: 0;
  color: var(--green);
  background: transparent;
  cursor: pointer;
  font-weight: 900;
  text-decoration: none;
}

.text-link:hover { color: var(--red); }

.flourish {
  display: flex;
  width: 205px;
  height: 18px;
  margin: 28px 0;
  align-items: center;
}

.flourish span { height: 3px; background: var(--green); }
.flourish span:first-child { width: 66px; }
.flourish span:last-child { width: 106px; }
.flourish i {
  width: 22px;
  height: 12px;
  margin: 0 -2px;
  border: 3px solid var(--green);
  border-radius: 50%;
  transform: rotate(-25deg);
}

.flourish-yellow span { background: var(--gold); }
.flourish-yellow i { border-color: var(--gold); }
.flourish-left { margin-left: 0; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: 88px;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid rgba(7, 24, 50, .08);
  backdrop-filter: blur(14px);
}

.header-inner {
  display: flex;
  width: min(calc(100% - 50px), 1400px);
  height: 100%;
  margin-inline: auto;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.brand {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  color: var(--navy);
  font-size: 1.42rem;
  font-weight: 900;
  letter-spacing: -.05em;
  line-height: 1;
  text-decoration: none;
}

.brand strong { color: var(--red); }
.brand-text > span:last-child { font-size: .76em; }
.brand-swoop {
  position: absolute;
  right: 2px;
  bottom: -10px;
  width: 93px;
  height: 9px;
  border-top: 3px solid var(--green);
  border-radius: 50%;
  transform: rotate(-3deg);
}

.brand-swoop::after {
  content: "";
  position: absolute;
  right: 4px;
  top: -8px;
  width: 14px;
  height: 7px;
  border: 3px solid var(--green);
  border-bottom: 0;
  border-radius: 50% 50% 0 0;
}
.brand-navbar {
  width: clamp(250px, 22vw, 320px);
  max-height: 42px;
}
.brand-navbar img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 42px;
  object-fit: contain;
}

.site-nav { display: flex; align-items: center; gap: clamp(15px, 1.9vw, 31px); }
.site-nav > a:not(.button) {
  color: var(--navy);
  font-size: .8rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}
.site-nav > a:not(.button):hover { color: var(--red); }
.menu-toggle { display: none; }

/* Hero */
.hero {
  display: grid;
  width: min(calc(100% - 64px), var(--shell));
  margin-inline: auto;
  padding: 80px 0 95px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 72px;
  align-items: center;
  background: var(--white);
}

.hero-copy {
  min-width: 0;
}

.hero h1 { font-size: clamp(2.75rem, 4.1vw, 4rem); }
.hero h1 em { color: inherit; font-style: normal; }

.hero-lede {
  max-width: 615px;
  margin-bottom: 0;
  color: var(--green);
  font-size: clamp(1.22rem, 1.6vw, 1.65rem);
  font-weight: 800;
  line-height: 1.34;
}

.hero-detail { max-width: 595px; color: var(--muted); font-size: 1.06rem; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.service-area {
  display: flex;
  max-width: 620px;
  gap: 9px;
  align-items: flex-start;
  margin: 33px 0 0;
  color: var(--green);
  font-size: .82rem;
  font-weight: 800;
}
.service-area svg, .coverage-note svg { width: 20px; height: 20px; flex: 0 0 auto; fill: currentColor; }

.hero-media {
  position: relative;
  width: min(100%, 600px);
  padding: 12px;
  justify-self: end;
  background: var(--white);
  border-radius: calc(var(--radius) + 7px);
  box-shadow: var(--shadow);
  transform: rotate(-5deg);
  transition: transform .25s cubic-bezier(.34, 1.56, .64, 1);
}
.hero-media:hover,
.hero-media:focus-visible { transform: rotate(0); }
.hero-media img { width: 100%; height: auto; border-radius: var(--radius); }

/* Legacy */
.legacy-section { padding: 68px 0 62px; color: var(--white); background: #13705c; }
.legacy-inner { text-align: center; }
.legacy-inner h2 { margin-bottom: 15px; color: var(--white); font-size: clamp(2.1rem, 3.4vw, 3.8rem); letter-spacing: -.025em; }
.legacy-intro { max-width: 880px; margin: 0 auto 35px; color: rgba(255,255,255,.9); font-size: 1.02rem; }
.legacy-name-wall {
  display: flex;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 0;
  list-style: none;
}
.legacy-name-wall li { display: inline-flex; align-items: center; color: var(--white); font-size: 1rem; font-weight: 900; letter-spacing: .01em; }
.legacy-name-wall li:not(:last-child)::after { content: ""; width: 8px; height: 8px; margin: 0 17px; flex: 0 0 auto; background: var(--gold); border-radius: 50%; }
.legacy-disclaimer { max-width: 800px; margin: 34px auto 0; color: rgba(255,255,255,.82); font-size: .72rem; line-height: 1.55; }

/* Program */
.program-section {
  padding: 125px 0 118px;
  overflow: hidden;
  background: radial-gradient(circle at 15% 25%, rgba(182, 238, 232, .62), transparent 29%), var(--aqua);
}
.program-grid { display: grid; grid-template-columns: minmax(0, 44%) minmax(0, 56%); gap: 85px; align-items: center; }
.program-photo { position: relative; min-height: 0; padding: 12px; align-self: center; background: var(--white); border-radius: calc(var(--radius) + 7px); box-shadow: var(--shadow); }
.program-photo img { display: block; width: 100%; height: auto; object-fit: contain; border-radius: var(--radius); }
.program-copy h2 { max-width: 680px; }
.section-intro { max-width: 670px; color: var(--muted); font-size: 1.05rem; }
.process-list { position: relative; list-style: none; margin: 35px 0 0; padding: 0; }
.process-list::before { content: ""; position: absolute; top: 30px; bottom: 30px; left: 34px; width: 3px; background: #75bcb1; }
.process-list li { position: relative; display: grid; grid-template-columns: 70px 1fr; gap: 23px; min-height: 108px; }
.process-number {
  position: relative;
  z-index: 1;
  display: flex;
  width: 70px;
  height: 70px;
  align-items: center;
  justify-content: center;
  color: var(--red);
  background: var(--aqua);
  border: 2px solid #75bcb1;
  border-radius: 50%;
  font-family: "Arial Black", Arial, sans-serif;
  font-size: 1.25rem;
}
.process-list h3 { margin: 6px 0 5px; font-size: 1.2rem; }
.process-list p { max-width: 580px; margin: 0; color: var(--muted); font-size: .95rem; }
.confidence-note {
  display: grid;
  margin-top: 27px;
  padding: 23px 25px;
  border: 2px solid #79bfb2;
  border-radius: 8px;
  color: var(--green);
  background: rgba(255, 255, 255, .46);
}
.confidence-note strong { color: var(--navy); }

/* Adults */
.adult-section { padding: 92px 0; background: var(--white); }
.adult-section-inner { max-width: 1120px; }
.adult-editorial { display: grid; grid-template-columns: minmax(320px, 42%) minmax(0, 58%); gap: clamp(42px, 5vw, 64px); align-items: start; }
.adult-copy { padding: 24px 0 0 clamp(0px, 2vw, 28px); }
.adult-copy h2 { max-width: 600px; }
.adult-copy p { max-width: 650px; margin-bottom: 0; color: var(--muted); font-size: 1.12rem; line-height: 1.75; }
.adult-video-feature { width: min(100%, 200px); margin-top: 36px; }
.adult-video-feature h3 { margin: 0 0 15px; color: var(--green); font-size: clamp(1.8rem, 2.7vw, 2.45rem); }
.adult-video-frame { position: relative; padding: 7px; background: var(--white); border-radius: 22px; box-shadow: 0 18px 42px rgba(7,24,50,.2); isolation: isolate; }
.adult-video-frame video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 9 / 16;
  background: var(--green-dark);
  border-radius: 15px;
}
.adult-video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  display: none;
  width: 60px;
  height: 60px;
  padding: 0;
  place-items: center;
  color: var(--navy);
  background: var(--gold);
  border: 4px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(242,189,8,.42), 0 12px 30px rgba(7,24,50,.28);
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: opacity .2s ease, transform .2s ease, background-color .2s ease;
  animation: adult-play-pulse 2.2s ease-out infinite;
}
.adult-video-frame.is-enhanced .adult-video-play { display: grid; }
.adult-video-play svg { width: 29px; height: 29px; fill: currentColor; transform: translateX(2px); }
.adult-video-play:hover { background: #ffd439; transform: translate(-50%, -50%) scale(1.06); }
.adult-video-play:focus-visible { outline: 4px solid var(--navy); outline-offset: 4px; }
.adult-video-frame.is-playing .adult-video-play { opacity: 0; pointer-events: none; transform: translate(-50%, -50%) scale(.88); animation: none; }
@keyframes adult-play-pulse {
  65%, 100% { box-shadow: 0 0 0 18px rgba(242,189,8,0), 0 12px 30px rgba(7,24,50,.28); }
}
.adult-media-story {
  display: grid;
  width: min(100%, 544px);
  min-width: 0;
  grid-template-columns: repeat(2, minmax(0, 260px));
  gap: 18px;
  justify-self: end;
  align-items: start;
}
.adult-lead-photo,
.adult-ribbon-photo {
  overflow: hidden;
  border: 9px solid var(--white);
  border-radius: calc(var(--radius) + 5px);
  box-shadow: var(--shadow);
}
.adult-lead-photo { grid-column: 1; transform: rotate(.55deg); }
.adult-lead-photo img,
.adult-ribbon-photo img { display: block; width: 100%; height: auto; border-radius: var(--radius); }
.adult-ribbon { display: contents; }
.adult-hats-photo { grid-column: 2; transform: rotate(-.6deg); }
.adult-seated-photo { grid-column: 1; transform: rotate(.45deg); }
.adult-pair-photo { grid-column: 2; align-self: start; transform: rotate(1deg); }
.adult-video-reservation { margin-top: 80px; }
.adult-video-slot {
  width: min(100%, 780px);
  aspect-ratio: 16 / 9;
  margin-inline: auto;
  padding: 12px;
  background: var(--white);
  border-radius: calc(var(--radius) + 8px);
  box-shadow: var(--shadow);
}
.adult-video-placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  padding: clamp(28px, 5vw, 68px);
  place-content: center;
  justify-items: center;
  color: var(--white);
  background: radial-gradient(circle at 15% 18%, rgba(183,238,232,.18), transparent 32%), var(--green-dark);
  border: 1px solid rgba(242,189,8,.48);
  border-radius: var(--radius);
  text-align: center;
}
.adult-video-placeholder h3 { margin: 0 0 13px; color: var(--white); font-size: clamp(2rem, 4vw, 4rem); }
.adult-video-placeholder h3 + p { max-width: 590px; margin: 0; color: rgba(255,255,255,.86); font-size: 1.05rem; }
.adult-video-cta { margin-top: 25px; }

/* Gallery */
.gallery-section { padding: 112px 0 120px; background: var(--aqua); }
.gallery-heading { max-width: 850px; margin: 0 auto 50px; text-align: center; }
.gallery-heading h2 { margin-bottom: 17px; }
.gallery-heading p { margin: 0; color: var(--muted); font-size: 1.08rem; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px 28px; }
.gallery-item { min-width: 0; margin: 0; }
.gallery-open {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  padding: 0;
  overflow: hidden;
  border: 7px solid var(--white);
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 15px 34px rgba(7,24,50,.13);
  cursor: zoom-in;
}
.gallery-open img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: var(--gallery-position, 50% 50%); transition: transform .25s ease; }
.gallery-open:hover img { transform: scale(1.025); }
.gallery-item figcaption { padding: 15px 6px 0; color: var(--navy); font-size: .93rem; font-weight: 900; text-align: center; }
.gallery-dialog {
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  color: var(--white);
  background: transparent;
}
.gallery-dialog::backdrop { background: rgba(0, 24, 21, .9); backdrop-filter: blur(5px); }
.gallery-dialog-inner {
  position: relative;
  display: grid;
  width: min(94vw, 1320px);
  min-height: 100%;
  margin: 0 auto;
  padding: 72px 86px 42px;
  place-items: center;
}
.gallery-dialog figure { display: grid; margin: 0; justify-items: center; }
.gallery-dialog-image { display: block; width: auto; max-width: 100%; height: auto; max-height: 76vh; object-fit: contain; border: 8px solid var(--white); border-radius: 14px; box-shadow: 0 26px 70px rgba(0,0,0,.4); }
.gallery-dialog figcaption { margin-top: 16px; color: var(--white); font-size: 1rem; font-weight: 800; text-align: center; }
.gallery-dialog-close,
.gallery-dialog-controls button {
  display: grid;
  width: 52px;
  height: 52px;
  padding: 0;
  place-items: center;
  color: var(--green-dark);
  background: var(--white);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 8px 26px rgba(0,0,0,.25);
  cursor: pointer;
}
.gallery-dialog-close { position: absolute; z-index: 2; top: 18px; right: 18px; }
.gallery-dialog-close svg,
.gallery-dialog-controls svg { width: 27px; height: 27px; fill: currentColor; }
.gallery-dialog-controls { position: absolute; right: 18px; left: 18px; top: 50%; display: flex; justify-content: space-between; pointer-events: none; transform: translateY(-50%); }
.gallery-dialog-controls button { pointer-events: auto; }
.gallery-dialog-close:hover,
.gallery-dialog-controls button:hover { color: var(--white); background: var(--green); }

/* Services */
.services-band { padding: 82px 0 30px; color: var(--white); background: var(--green); overflow: hidden; }
.services-grid { display: grid; grid-template-columns: minmax(0, 1fr) 270px; gap: 38px 70px; align-items: center; }
.services-heading h2 { color: var(--white); font-size: clamp(2.7rem, 3.8vw, 4rem); }
.services-heading p:last-child { max-width: 530px; margin-bottom: 0; opacity: .86; }
.service-feature-cards { display: grid; grid-column: 1 / -1; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.service-feature-card { padding: 25px 27px; background: rgba(0, 54, 46, .48); border: 1px solid rgba(255,255,255,.2); border-top: 4px solid var(--gold); border-radius: 12px; }
.service-feature-card h3 { margin: 0 0 8px; color: var(--white); font-size: 1.25rem; }
.service-feature-card p { margin: 0; color: rgba(255,255,255,.84); font-size: .9rem; }
.service-photo { position: relative; width: 270px; }
.service-photo img { width: 100%; height: auto; border-radius: 12px; border: 5px solid rgba(255,255,255,.12); }
.service-photo span { position: absolute; right: -8px; bottom: -16px; width: 42px; height: 42px; border: 8px solid var(--red); border-radius: 50%; }
.services-footnote { width: min(calc(100% - 64px), var(--shell)); margin: 46px auto 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.25); font-size: .8rem; opacity: .7; text-align: center; }

/* Pricing */
.pricing-section { padding: 120px 0; background: var(--white); }
.pricing-grid { display: grid; grid-template-columns: minmax(0, 47%) minmax(0, 53%); gap: 100px; align-items: center; }
.pricing-heading p:last-child { max-width: 545px; color: var(--muted); }
.price-sheet { padding: 12px 0; }
.price-sheet dl { margin: 0; }
.price-sheet dl > div { display: flex; align-items: baseline; justify-content: space-between; gap: 25px; padding: 17px 2px; border-bottom: 1px solid var(--line); }
.price-sheet dt { color: var(--navy); font-weight: 800; }
.price-sheet dd { margin: 0; color: var(--green); font-size: 1.25rem; font-weight: 900; white-space: nowrap; }
.price-sheet .price-total { margin-top: 8px; padding: 24px 2px; border-top: 3px solid var(--navy); border-bottom: 3px solid var(--navy); }
.price-total dt { font-size: 1.35rem; }
.price-total dd { color: var(--red); font-family: "Arial Black", Arial, sans-serif; font-size: 2.2rem; }
.price-total dd small { font-family: "Helvetica Neue", Arial, sans-serif; font-size: .72rem; font-weight: 800; }
.price-sheet > p { margin: 22px 0 0; color: var(--muted); font-size: .77rem; line-height: 1.5; }

/* Trial */
.trial-banner { padding: 68px 0; color: var(--white); background: var(--red); }
.trial-inner { display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.trial-inner h2 { margin-bottom: 12px; color: var(--white); font-size: clamp(3rem, 4.5vw, 5rem); }
.trial-inner p:last-child { margin-bottom: 0; font-size: 1.15rem; }

/* Proof */
.proof-section { padding: 120px 0; color: var(--white); background: var(--green-dark); overflow: hidden; }
.proof-grid { display: grid; grid-template-columns: minmax(0, 44%) minmax(0, 56%); gap: 95px; align-items: center; }
.proof-photo { position: relative; height: 710px; }
.proof-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 38%; border-radius: var(--radius); }
.proof-photo span { position: absolute; right: -20px; top: 65px; width: 40px; height: 40px; background: var(--red); border-radius: 50%; }
.proof-copy h2 { color: var(--white); }
.proof-copy > p:not(.eyebrow) { max-width: 650px; color: rgba(255,255,255,.84); }
.proof-points { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 28px; margin: 35px 0 0; padding: 0; list-style: none; }
.proof-points li { display: flex; gap: 10px; align-items: center; font-size: .92rem; font-weight: 800; }
.proof-points span { display: grid; width: 26px; height: 26px; place-items: center; color: var(--green-dark); background: var(--gold); border-radius: 50%; }

/* Directory */
.find-section { padding: 105px 0; background: radial-gradient(circle at 85% 20%, rgba(185, 236, 231, .75), transparent 28%), var(--aqua); overflow: hidden; }
.find-grid { display: grid; grid-template-columns: minmax(0, 51%) minmax(0, 49%); gap: 85px; align-items: center; }
.status-pill { display: inline-flex; margin-bottom: 20px; padding: 7px 14px; color: var(--red); background: #fff0ed; border: 1px solid #ffc2ba; border-radius: 999px; font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.find-copy > p:not(.status-pill) { max-width: 560px; color: var(--muted); }
.find-photo { position: relative; height: auto; }
.find-photo img { width: 100%; height: auto; border-radius: var(--radius); box-shadow: var(--shadow); }
.dot-pattern { position: absolute; right: -50px; bottom: -45px; width: 155px; height: 155px; opacity: .7; background-image: radial-gradient(var(--gold) 3px, transparent 3px); background-size: 18px 18px; }

/* Our Family Nights */
.family-nights-hero { padding: 104px 0 82px; background: radial-gradient(circle at 88% 20%, rgba(242, 189, 8, .2), transparent 26%), linear-gradient(145deg, #e9faf7, var(--aqua)); }
.family-nights-hero-inner { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(280px, .7fr); gap: 72px; align-items: end; }
.family-nights-hero h1 { max-width: 850px; margin-bottom: 22px; font-size: clamp(3.8rem, 7vw, 7rem); line-height: .92; }
.family-nights-hero h1 + p { max-width: 720px; margin: 0; color: var(--muted); font-size: 1.15rem; }
.family-night-tip { padding: 25px 27px; color: var(--navy); background: rgba(255,255,255,.86); border: 2px solid rgba(0,91,77,.15); border-radius: 18px; box-shadow: 0 14px 32px rgba(7,24,50,.09); }
.family-night-tip strong { color: var(--green); font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; }
.family-night-tip p { margin: 8px 0 0; color: var(--muted); font-size: .88rem; }
.family-night-directory { padding: 88px 0 110px; background: #fffdf8; }
.family-night-list-heading { display: flex; gap: 32px; align-items: end; justify-content: space-between; margin-bottom: 34px; }
.family-night-list-heading h2 { max-width: 760px; margin: 0; font-size: clamp(2.7rem, 5vw, 5rem); }
.family-night-results { flex: none; margin: 0 0 8px; padding: 8px 13px; color: var(--green); background: var(--aqua); border-radius: 999px; font-size: .76rem; font-weight: 900; }
.family-night-filters { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(190px, .7fr) auto; gap: 16px; align-items: end; margin-bottom: 38px; padding: 22px; background: var(--white); border: 1px solid rgba(7,24,50,.1); border-radius: 16px; box-shadow: 0 12px 28px rgba(7,24,50,.07); }
.family-night-filters label { color: var(--navy); font-size: .73rem; font-weight: 900; }
.family-night-filters input, .family-night-filters select { display: block; width: 100%; min-height: 50px; margin-top: 7px; padding: 11px 13px; color: var(--navy); background: #fbfffe; border: 1.5px solid #aebfc5; border-radius: 8px; font: inherit; font-size: .92rem; }
.family-night-filters input:focus, .family-night-filters select:focus { outline: 0; border-color: var(--green); box-shadow: 0 0 0 3px rgba(0,91,77,.15); }
.family-night-reset { min-height: 50px; padding-block: 10px; }
.family-night-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 25px; align-items: stretch; }
.family-night-card { display: flex; min-width: 0; padding: 20px; flex-direction: column; background: var(--white); border: 1px solid rgba(7,24,50,.1); border-radius: 18px; box-shadow: 0 14px 34px rgba(7,24,50,.09); }
.family-night-card[hidden] { display: none; }
.venue-logo { display: grid; height: 132px; margin-bottom: 19px; padding: 18px; place-items: center; border-radius: 13px; overflow: hidden; }
.venue-logo-light { background: #f2f2ed; }
.venue-logo-dark { background: var(--green-dark); }
.venue-logo img { display: block; width: auto; max-width: 100%; height: auto; max-height: 100%; object-fit: contain; }
.venue-type { margin: 0 0 6px; color: var(--red); font-size: .67rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.family-night-card h2 { margin: 0 0 10px; font-size: clamp(1.45rem, 2.2vw, 2rem); line-height: 1.05; }
.family-night-card address { min-height: 48px; margin-bottom: 19px; color: var(--muted); font-size: .8rem; font-style: normal; }
.venue-quick-facts { display: grid; gap: 10px; }
.venue-quick-facts > div { padding: 13px 14px; background: #f2fbf9; border-left: 4px solid var(--green); border-radius: 8px; }
.venue-quick-facts span, .venue-promo > span { display: block; margin-bottom: 4px; color: var(--green); font-size: .63rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.venue-quick-facts strong { display: block; color: var(--navy); font-size: .83rem; line-height: 1.35; }
.venue-quick-facts small { display: block; margin-top: 2px; color: var(--muted); font-size: .68rem; }
.venue-promo { margin-top: 13px; padding: 14px; background: #fff6d7; border: 1px solid #f4d461; border-radius: 9px; }
.venue-promo > span { color: #9a5b00; }
.venue-promo h3 { margin: 0; color: var(--red-dark); font-size: 1.05rem; }
.venue-promo p { margin: 4px 0 0; color: var(--muted); font-size: .74rem; }
.venue-actions { display: flex; gap: 12px 16px; align-items: center; flex-wrap: wrap; margin-top: auto; padding-top: 20px; }
.venue-actions .button { min-height: 44px; padding: 10px 16px; }
.venue-actions .text-link { font-size: .72rem; }
.venue-verified { margin: 16px 0 0; padding-top: 11px; color: #75828b; border-top: 1px solid var(--line); font-size: .63rem; }
.family-night-empty { margin-top: 28px; padding: 35px; color: var(--navy); background: var(--aqua); border: 2px dashed #71b9ad; border-radius: 17px; text-align: center; }
.family-night-empty[hidden] { display: none; }
.family-night-empty strong { font-size: 1.25rem; }
.family-night-empty p { margin: 7px auto 18px; color: var(--muted); }
.family-night-booking-note { display: flex; gap: 35px; align-items: center; justify-content: space-between; margin-top: 58px; padding: 35px 40px; color: var(--white); background: var(--green-dark); border-radius: 20px; }
.family-night-booking-note h2 { margin: 0; color: var(--white); font-size: clamp(2rem, 3.5vw, 3.5rem); }
.family-night-booking-note .button { flex: none; }

/* Request */
.request-section { padding: 118px 0 110px; background: var(--aqua); }
.request-grid { display: grid; grid-template-columns: minmax(0, 39%) minmax(0, 61%); gap: 85px; align-items: start; }
.request-copy { padding-top: 32px; }
.request-copy > p:not(.eyebrow):not(.coverage-note) { max-width: 505px; color: var(--muted); }
.request-copy h3 { margin: 43px 0 25px; font-size: 1.25rem; }
.next-steps { margin: 0; padding: 0; list-style: none; }
.next-steps li { display: grid; grid-template-columns: 38px 1fr; gap: 14px; margin-bottom: 21px; }
.next-steps span { display: grid; width: 36px; height: 36px; place-items: center; color: var(--white); background: var(--green); border-radius: 50%; font-size: .82rem; font-weight: 900; }
.next-steps p { margin: 1px 0 0; color: var(--muted); font-size: .9rem; }
.next-steps strong { color: var(--navy); }
.coverage-note { display: flex; gap: 13px; align-items: flex-start; margin: 42px 0 0; color: var(--green); font-size: .84rem; }

.eventlock-form {
  position: relative;
  padding: 18px 18px 24px;
  background: var(--white);
  border: 1px solid rgba(7, 24, 50, .08);
  border-radius: 22px;
  box-shadow: var(--shadow);
}
.eventlock-embed {
  display: block;
  width: 100%;
  min-height: 920px;
  border: 0;
  border-radius: 18px;
  overflow: hidden;
}
.alternate-contact { display: flex; gap: 14px; align-items: center; justify-content: center; margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: .78rem; font-weight: 700; }
.alternate-contact .button { min-height: 44px; padding: 10px 18px; }
.sms-status { margin: 8px 0 0; color: var(--muted); font-size: .65rem; text-align: center; }

/* Footer */
.site-footer { padding: 42px 0; color: var(--white); background: var(--green-dark); }
.footer-inner { display: grid; width: min(calc(100% - 64px), var(--shell)); margin-inline: auto; grid-template-columns: 1fr auto 1fr; gap: 25px; align-items: center; }
.brand-footer { color: var(--white); font-size: 1.15rem; }
.footer-inner p { margin: 0; font-size: .78rem; text-align: center; }
.footer-inner .build-number { color: rgba(255,255,255,.62); text-align: right; }
.mobile-action-dock { display: none; }

@media (max-width: 1023px) {
  body { padding-bottom: calc(73px + env(safe-area-inset-bottom, 0px)); }
  .mobile-action-dock {
    position: fixed;
    z-index: 90;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
    padding: 8px 12px calc(8px + env(safe-area-inset-bottom, 0px));
    border-top: 1px solid rgba(242, 189, 8, .52);
    background: var(--green-dark);
    box-shadow: 0 -10px 28px rgba(0, 35, 30, .18);
  }
  .mobile-action-dock a,
  .mobile-action-dock button {
    display: flex;
    min-width: 0;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 3px;
    border-radius: 7px;
    color: var(--white);
    font-size: .69rem;
    font-weight: 800;
    letter-spacing: .07em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
  }
  .mobile-action-dock button { padding: 0; border: 0; background: transparent; font-family: inherit; cursor: pointer; }
  .mobile-action-dock svg { width: 22px; height: 22px; fill: var(--gold); }
  .mobile-action-dock a:hover,
  .mobile-action-dock a:focus-visible,
  .mobile-action-dock button:hover,
  .mobile-action-dock button:focus-visible { color: var(--gold); background: rgba(255, 255, 255, .08); }
}

@media (max-width: 1120px) {
  .site-nav { gap: 13px; }
  .site-nav > a:not(.button) { font-size: .72rem; }
  .hero { gap: 46px; }
  .program-grid, .adult-editorial, .proof-grid { gap: 55px; }
  .services-grid { grid-template-columns: minmax(0, 1fr) 230px; gap: 32px 38px; }
  .service-photo { width: 230px; }
  .pricing-grid, .request-grid { gap: 55px; }
}

@media (max-width: 900px) {
  .site-header { height: 75px; }
  html { scroll-padding-top: 75px; }
  .header-inner { width: min(calc(100% - 32px), 1400px); }
  .brand-navbar { width: min(255px, calc(100vw - 105px)); max-height: 32px; }
  .brand-navbar img { max-height: 32px; }
  .menu-toggle {
    display: grid;
    width: 46px;
    height: 46px;
    padding: 11px;
    place-content: center;
    gap: 5px;
    border: 0;
    border-radius: 5px;
    background: var(--aqua);
    cursor: pointer;
  }
  .menu-toggle span:not(.sr-only) { display: block; width: 23px; height: 3px; background: var(--green); border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(8px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-8px) rotate(-45deg); }
  .site-nav {
    position: fixed;
    top: 75px;
    right: 0;
    left: 0;
    display: grid;
    padding: 24px;
    background: var(--white);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 24px 40px rgba(7,24,50,.14);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-15px);
    transition: opacity .2s ease, transform .2s ease;
  }
  .site-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .site-nav > a:not(.button) { padding: 10px 5px; font-size: .92rem; }
  .site-nav .button { width: 100%; }
  .program-grid, .adult-editorial, .pricing-grid, .proof-grid, .find-grid, .request-grid { grid-template-columns: 1fr; }
  .adult-copy { padding-left: 0; }
  .adult-video-feature { width: min(100%, 200px); }
  .adult-media-story { width: min(100%, 544px); justify-self: center; }
  .adult-video-reservation { margin-top: 88px; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .services-grid { grid-template-columns: minmax(0, 1fr) 220px; }
  .service-photo { width: 220px; }
  .pricing-grid, .request-grid { gap: 55px; }
  .proof-photo { height: 610px; }
  .find-grid { gap: 50px; }
  .find-photo { height: auto; }
  .family-nights-hero-inner { grid-template-columns: 1fr; gap: 36px; }
  .family-night-tip { max-width: 620px; }
  .family-night-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-inner { grid-template-columns: 1fr; justify-items: center; }
  .footer-inner .build-number { text-align: center; }
}

@media (max-width: 720px) {
  body { font-size: 16px; }
  .section-shell { width: min(calc(100% - 36px), var(--shell)); }
  .brand { font-size: 1.34rem; }
  h1 { font-size: clamp(2.55rem, 9.5vw, 3rem); }
  h2 { font-size: clamp(2.65rem, 12vw, 3.8rem); }
  .hero {
    display: flex;
    width: 100%;
    min-height: 0;
    flex-direction: column;
    padding: 42px 18px 70px;
  }
  .hero-copy { display: block; order: 1; width: 100%; }
  .hero .eyebrow { display: none; }
  .hero h1 { order: 2; }
  .hero-lede { order: 3; font-size: 1.18rem; }
  .hero .flourish, .hero-actions .text-link { display: none; }
  .hero-detail { margin: 18px 0 0; font-size: .98rem; line-height: 1.55; }
  .hero-actions { order: 6; display: block; margin: 26px 0 16px; }
  .hero-actions .button { width: 100%; }
  .hero-media { order: 2; width: calc(100% - 12px); min-height: 0; margin: 34px auto 0; padding: 8px; transform: rotate(-3deg); }
  .service-area { margin-top: 21px; font-size: .74rem; }
  .legacy-section { padding: 49px 0 45px; }
  .legacy-inner { width: min(calc(100% - 36px), var(--shell)); }
  .legacy-inner h2 { margin-bottom: 14px; font-size: clamp(2rem, 10.5vw, 2.65rem); line-height: .98; }
  .legacy-intro { margin-bottom: 28px; font-size: .94rem; line-height: 1.55; }
  .legacy-name-wall { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; text-align: left; }
  .legacy-name-wall li { min-height: 47px; padding: 10px 12px; border-bottom: 1px solid rgba(255,255,255,.18); font-size: .84rem; line-height: 1.25; }
  .legacy-name-wall li:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.18); }
  .legacy-name-wall li::after { display: none; }
  .legacy-disclaimer { margin-top: 27px; font-size: .68rem; }
  .program-section { padding: 76px 0 73px; }
  .program-grid { gap: 50px; }
  .program-photo { min-height: 0; padding: 8px; border-radius: 19px; }
  .program-photo img { width: 100%; height: auto; object-fit: contain; border-radius: 13px; }
  .program-copy h2 br { display: none; }
  .process-list li { grid-template-columns: 58px 1fr; gap: 16px; min-height: 123px; }
  .process-list::before { left: 28px; }
  .process-number { width: 58px; height: 58px; font-size: 1rem; }
  .confidence-note { padding: 20px; }
  .adult-section { padding: 76px 0 82px; }
  .adult-editorial { gap: 64px; }
  .adult-copy p { font-size: 1rem; line-height: 1.7; }
  .adult-video-feature { width: min(58vw, 190px); margin: 30px auto 0; }
  .adult-lead-photo,
  .adult-ribbon-photo { width: 100%; border-width: 8px; border-radius: 19px; }
  .adult-lead-photo img,
  .adult-ribbon-photo img { border-radius: 11px; }
  .adult-lead-photo,
  .adult-hats-photo,
  .adult-seated-photo,
  .adult-pair-photo { transform: none; }
  .adult-media-story { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .adult-hats-photo { grid-column: 2; }
  .adult-seated-photo { grid-column: 1; }
  .adult-pair-photo { grid-column: 2; }
  .adult-video-reservation { margin-top: 68px; }
  .adult-video-slot { padding: 8px; border-radius: 19px; }
  .adult-video-placeholder { padding: 20px; border-radius: 11px; }
  .adult-video-placeholder h3 { margin-bottom: 9px; font-size: clamp(1.65rem, 8vw, 2.4rem); }
  .adult-video-placeholder h3 + p { font-size: .85rem; line-height: 1.45; }
  .adult-video-cta { width: 100%; margin-top: 15px; }
  .gallery-section { padding: 78px 0 84px; }
  .gallery-heading { margin-bottom: 37px; }
  .gallery-heading p { font-size: .98rem; }
  .gallery-grid { gap: 28px 18px; }
  .gallery-open { border-width: 5px; border-radius: 14px; }
  .gallery-item figcaption { padding-top: 12px; font-size: .86rem; }
  .gallery-dialog-inner { width: 100%; padding: 70px 18px 86px; }
  .gallery-dialog-image { max-height: 70vh; border-width: 5px; }
  .gallery-dialog-close,
  .gallery-dialog-controls button { width: 48px; height: 48px; }
  .gallery-dialog-controls { top: auto; bottom: 18px; justify-content: center; gap: 24px; transform: none; }
  .services-band { padding: 70px 0 26px; }
  .services-grid { grid-template-columns: 1fr; gap: 34px; }
  .service-photo { grid-column: auto; grid-row: auto; width: min(100%, 320px); margin-inline: auto; }
  .service-photo img { height: auto; border-radius: 12px; }
  .service-feature-cards { grid-template-columns: 1fr; gap: 15px; }
  .service-feature-card { padding: 22px; }
  .services-footnote { width: calc(100% - 36px); margin-top: 34px; }
  .pricing-section { padding: 82px 0; }
  .pricing-grid { gap: 18px; }
  .pricing-heading > .eyebrow, .pricing-heading > p:last-child { display: none; }
  .price-sheet dl > div { padding: 15px 0; }
  .price-sheet dt { max-width: 70%; font-size: .9rem; }
  .price-total dd { font-size: 1.85rem; }
  .trial-banner { padding: 62px 0; }
  .trial-inner { display: grid; }
  .trial-inner .button { width: 100%; }
  .proof-section { padding: 80px 0; }
  .proof-grid { gap: 50px; }
  .proof-photo { height: 470px; }
  .proof-photo img { object-position: center 35%; border-radius: 19px; }
  .proof-points { grid-template-columns: 1fr; }
  .find-section { padding: 80px 0; }
  .find-photo { height: auto; }
  .find-photo img { border-radius: 19px; }
  .family-nights-hero { padding: 70px 0 58px; }
  .family-nights-hero h1 { font-size: clamp(3.15rem, 15vw, 4.8rem); }
  .family-nights-hero h1 + p { font-size: 1rem; }
  .family-night-tip { padding: 20px; }
  .family-night-directory { padding: 65px 0 78px; }
  .family-night-list-heading { display: grid; gap: 18px; align-items: start; }
  .family-night-results { width: fit-content; margin: 0; }
  .family-night-filters { grid-template-columns: 1fr; padding: 16px; }
  .family-night-reset { width: 100%; }
  .family-night-cards { grid-template-columns: 1fr; gap: 18px; }
  .family-night-card { padding: 17px; border-radius: 15px; }
  .venue-logo { height: 118px; }
  .family-night-card h2 { font-size: 1.65rem; }
  .venue-actions { display: grid; grid-template-columns: 1fr; }
  .venue-actions .button { width: 100%; }
  .family-night-booking-note { display: grid; padding: 27px 22px; }
  .family-night-booking-note .button { width: 100%; }
  .request-section { padding: 78px 0 70px; background: var(--aqua); }
  .request-grid { display: flex; flex-direction: column; gap: 0; }
  .request-copy { display: contents; }
  .request-copy > .eyebrow { display: none; }
  .request-copy > h2 { order: 2; }
  .request-copy > .flourish { order: 3; }
  .request-copy > p:not(.coverage-note) { order: 4; }
  .eventlock-form { order: 5; margin: 35px -6px 58px; padding: 10px 10px 20px; border-radius: 20px; }
  .request-copy > h3 { order: 6; }
  .next-steps { order: 7; }
  .coverage-note { order: 8; }
  .site-footer { padding: 37px 0; }
  .footer-inner { width: calc(100% - 36px); gap: 18px; }
}

@media (max-width: 520px) {
  .gallery-grid { grid-template-columns: 1fr; gap: 30px; }
}

@media (max-width: 340px) {
  .legacy-name-wall { grid-template-columns: 1fr; }
  .legacy-name-wall li:nth-child(odd) { border-right: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .001ms !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
  .hero-media,
  .hero-media:hover,
  .hero-media:focus-visible { transform: none; }
  .adult-video-play { animation: none; }
}

@media print {
  body { padding-bottom: 0; }
  .mobile-action-dock { display: none !important; }
}
