/* ─── 404 error page ────────────────────────────────────────────────────── */

.error-404 {
  position: relative; min-height: 100vh; min-height: 100dvh;
  display: flex; align-items: center; padding-top: 80px;
}
.error-404 .wrap { text-align: center; width: 100%; }
.error-404 .section-eyebrow { justify-content: center; color: var(--wab-light-blue); }
.error-404 h1 {
  font-size: clamp(56px, 9vw, 120px); font-weight: 900;
  letter-spacing: -0.03em; line-height: .95; color: #fff; margin: 16px 0 32px;
}
.error-404 p { font-size: clamp(17px, 1.4vw, 20px); color: rgba(255,255,255,.82); max-width: 44ch; margin: 0 auto 40px; }


/* ─── Reservation page hero ─────────────────────────────────────────────── */

.booking-hero { min-height: 100vh; min-height: 100dvh; padding: 80px 0 64px; background: var(--wab-dark-water); color: #fff; position: relative; display: flex; flex-direction: column; justify-content: center; }
.booking-hero-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 56px; align-items: center; width: 100%; }
/* Below this width the fixed header's nav bar (and its scrolled-state shadow)
   has almost no clearance from the flat 80px top padding above — barely
   noticeable with plain eyebrow text, but the bordered tag pills now sitting
   right at that edge make the overlap obvious. Bump it here, where the grid
   also drops to a single column. */
@media (max-width: 980px) {
  .booking-hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .booking-hero { padding-top: 140px; }
}
.booking-hero-text { display: flex; flex-direction: column; }
.booking-hero h1 { font-size: clamp(40px, 4.6vw, 72px); font-weight: 900; color: #fff; margin: 0 0 24px; letter-spacing: -0.025em; line-height: 1; }
.booking-hero p  { font-size: 19px; max-width: 56ch; color: rgba(255,255,255,.82); }


/* ─── Occasion page hero (full-viewport photo background) ──────────────── */

.page-hero {
  position: relative; height: 100vh; height: 100dvh;
  display: flex; align-items: center; color: #fff; overflow: hidden; isolation: isolate;
}
.page-hero-bg, .page-hero-bg img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2;
}
.page-hero-bg::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(105deg, rgba(3,8,35,.92) 0%, rgba(3,8,35,.7) 38%, rgba(2,78,114,.4) 70%, rgba(237,92,47,.18) 100%);
}
.page-hero .wrap { padding-top: 140px; padding-bottom: 140px; width: 100%; }
.page-hero .scroll-cue { bottom: 56px; }
.page-hero h1 { font-size: clamp(48px, 7.5vw, 116px); font-weight: 900; margin: 0 0 20px; color: #fff; letter-spacing: -0.03em; line-height: .94; text-wrap: balance; max-width: 12ch; }
.page-hero h1 br { display: none; }
.page-hero h1 em { font-style: italic; font-weight: 900; color: var(--accent); }
.page-hero p  { font-size: clamp(17px, 1.4vw, 21px); max-width: 46ch; color: rgba(255,255,255,.92); margin: 0 0 28px; }
.page-hero > .section-wave { bottom: 0; transform: none; }
.page-hero > .section-wave path { fill: var(--wab-pastel-snow); }
/* When this occasion has its own gallery, the section right after the hero is
   the dark "on the water" carousel instead of the light reasons section. */
.page-hero > .section-wave.wave-to-water path { fill: var(--wab-dark-water); }

/* Small page tagline above the h1 */
.page-tagline {
  font-size: 13px; font-weight: 700; letter-spacing: var(--tracking-claim); text-transform: uppercase;
  color: var(--accent); margin-bottom: 28px; display: inline-flex; align-items: center; gap: 12px;
}
.page-tagline::before { content: ""; width: 36px; height: 4px; flex-shrink: 0;
  background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='36' height='4' fill='none'><path d='M0,2 C6,.5 12,3.5 18,2 24,.5 30,3.5 36,2' stroke='%23ED5C2F' stroke-width='1.5' stroke-linecap='round'/></svg>") no-repeat center / 100% 100%; }
.page-hero .page-tagline::before {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='36' height='4' fill='none'><path d='M0,2 C6,.5 12,3.5 18,2 24,.5 30,3.5 36,2' stroke='%238EC2ED' stroke-width='1.5' stroke-linecap='round'/></svg>");
}
.page-hero .page-tagline { color: var(--wab-light-blue); }


/* ─── Occasion info cards (bento grid) ─────────────────────────────────── */

.reasons-section { padding-top: 80px; }

.cards-grid { display: grid; grid-template-columns: repeat(6, 1fr); grid-auto-rows: 1fr; gap: 20px; margin-top: 56px; }
@media (max-width: 880px) { .cards-grid { grid-template-columns: 1fr; grid-auto-rows: auto; } }

.info-card {
  background: #fff; border-radius: var(--radius-lg); padding: 24px 28px;
  border: 1px solid var(--border); display: flex; flex-direction: column; justify-content: center; min-height: 180px;
  transition: transform .35s cubic-bezier(.22,1,.36,1), box-shadow .35s;
}
.info-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-3); }
.info-card h3 { font-size: 24px; font-weight: 900; margin: 0 0 10px; color: var(--fg2); line-height: 1.1; }
.info-card p  { font-size: 15px; color: var(--fg3); margin: 0; line-height: 1.55; }

.info-card .ico {
  width: 52px; height: 52px; background: rgba(237,92,47,.1); color: var(--accent);
  border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 24px;
}
.info-card .ico svg, .info-card .ico img { width: 24px; height: 24px; }

.info-card           { grid-column: span 2; }
.info-card.span-half { grid-column: span 3; }
.info-card.span-full { grid-column: span 6; }
@media (max-width: 880px) { .info-card, .info-card.span-half, .info-card.span-full { grid-column: span 1; } }

.cta-group { display: flex; gap: 20px; flex-wrap: wrap; justify-content: center; margin-top: 64px; }

/* ─── Reservation: contact fallback section ─────────────────────────────── */
.booking-help { padding: 80px 0; isolation: isolate; }
.booking-help .wrap { max-width: 760px; text-align: center; }
.booking-help .section-eyebrow { justify-content: center; }
.booking-help .section-lede { margin: 0 auto; }
.booking-help .cta-row { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 32px; }

/* ─── 404 error: center the CTA row ─────────────────────────────────────── */
.error-404 .hero-cta-row { justify-content: center; }


/* ─── Legal pages ───────────────────────────────────────────────────────── */

.legal-hero {
  position: relative; padding: 160px 0 40px; background: var(--wab-dark-water); color: #fff; overflow: hidden;
}
.legal-hero .section-eyebrow { color: var(--wab-light-blue); margin-bottom: 18px; }

.legal-title { font-size: clamp(40px, 6vw, 80px); font-weight: 900; line-height: 1; letter-spacing: -0.025em; color: #fff; margin: 0 0 18px; }
.legal-meta  { font-size: 14px; font-weight: 600; letter-spacing: var(--tracking-claim); text-transform: uppercase; color: rgba(255,255,255,.65); margin: 0; }

.legal-body { position: relative; padding: 16px 0 100px; }
.legal-body .wrap { max-width: 1180px; }

.legal-layout { display: grid; gap: 64px; }

.legal-section { margin-bottom: 56px; }
.legal-section h2 {
  font-size: clamp(20px, 1.8vw, 26px); font-weight: 800; line-height: 1.2; letter-spacing: -0.01em;
  color: #fff; margin: 0 0 18px; position: relative;
}
.legal-section[data-num] h2::before {
  content: attr(data-num); display: inline-block; font-size: 13px; font-weight: 800;
  letter-spacing: var(--tracking-claim); color: var(--accent); margin-right: 14px; vertical-align: middle;
}

.legal-section-body { color: rgba(255,255,255,.82); font-size: 15px; line-height: 1.6; }
.legal-section-body p      { margin: 0 0 8px; color: inherit; }
.legal-section-body strong { color: #fff; font-weight: 700; }
.legal-section-body ul     { margin: 8px 0; padding-left: 0; list-style: none; }
.legal-section-body ul li  { position: relative; padding-left: 26px; margin-bottom: 6px; }
.legal-section-body ul li::before { content: ""; position: absolute; left: 0; top: 11px; width: 14px; height: 2px; background: var(--accent); }
.legal-section-body a       { color: var(--accent); border-bottom: 1px solid currentColor; text-decoration: none; }
.legal-section-body a:hover { color: var(--accent-hover); }

.legal-back { margin-top: 56px; padding-top: 32px; border-top: 1px solid rgba(255,255,255,.12); display: flex; gap: 16px; flex-wrap: wrap; }
@media (max-width: 720px) {
  .legal-back,
  .cta-group,
  .booking-help .cta-row { flex-direction: column; }
}
