:root {
  --bg: #0b0f17;
  --surface: #111827;
  --surface-2: #182231;
  --card: #ffffff;
  --cream: #f6f1e8;
  --text: #111827;
  --text-soft: #4b5563;
  --muted: #6b7280;
  --line: #e5e7eb;
  --brand: #f97316;
  --brand-2: #fb923c;
  --brand-dark: #c2410c;
  --success: #10b981;
  --error: #dc2626;
  --shadow: 0 28px 70px rgba(15, 23, 42, 0.18);
  --radius: 28px;
  --container: min(1140px, calc(100% - 40px));
}

* { box-sizing: border-box; }

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

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: #fffaf3;
  line-height: 1.6;
}

body.booking-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 20% 0%, rgba(249, 115, 22, 0.26), transparent 32rem),
    linear-gradient(135deg, #0b0f17 0%, #172033 100%);
  color: white;
}

img, iframe { max-width: 100%; }
img { display: block; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 20;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--brand);
  color: white;
  transition: top 0.2s ease;
}
.skip-link:focus { top: 12px; }

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

.section-pad { padding: 92px 0; }
.eyebrow {
  margin: 0 0 12px;
  color: var(--brand-dark);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 22px;
  font-size: clamp(2.55rem, 7vw, 5.7rem);
  line-height: 0.94;
  letter-spacing: -0.075em;
}
h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1;
  letter-spacing: -0.055em;
}
h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.2;
}
p { color: var(--text-soft); }

.site-header {
  position: fixed;
  inset: 14px 14px auto;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(1180px, calc(100% - 28px));
  margin-inline: auto;
  padding: 10px 10px 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(12, 16, 24, 0.78);
  color: white;
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.2);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  color: white;
  font-weight: 900;
  letter-spacing: -0.08em;
}
.brand strong,
.brand small { display: block; }
.brand strong { line-height: 1; }
.brand small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.76rem;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}
.main-nav a {
  padding: 10px 13px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.94rem;
  font-weight: 700;
}
.main-nav a:hover { background: rgba(255, 255, 255, 0.1); color: white; }
.main-nav .nav-cta {
  background: white;
  color: #111827;
}
.main-nav .nav-cta:hover { background: var(--brand); color: white; }
.nav-toggle { display: none; }

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding-top: 150px;
  color: white;
  background: #0b0f17;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(11, 15, 23, 0.94) 0%, rgba(11, 15, 23, 0.78) 45%, rgba(11, 15, 23, 0.38) 100%),
    url("https://8789518809.clvaw-cdnwnd.com/3694c8d466a5841c4019f10f5f7d7689/200000025-7e6bc7e6bd/10-1.png?ph=8789518809") center/cover;
  transform: scale(1.02);
}
.page-hero {
  min-height: 72vh;
}
.rules-bg {
  background:
    linear-gradient(90deg, rgba(11, 15, 23, 0.94) 0%, rgba(11, 15, 23, 0.72) 55%, rgba(11, 15, 23, 0.35) 100%),
    url("https://8789518809.clvaw-cdnwnd.com/3694c8d466a5841c4019f10f5f7d7689/200000039-9109c9109e/7-0.webp?ph=8789518809") center/cover;
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.7fr);
  align-items: center;
  gap: 46px;
}
.hero .eyebrow { color: #fed7aa; }
.hero-lead {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 34px 0;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 20px;
  border-radius: 999px;
  font-weight: 850;
  line-height: 1;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  color: white;
  box-shadow: 0 18px 40px rgba(249, 115, 22, 0.32);
}
.btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: white;
  background: rgba(255, 255, 255, 0.08);
}
.btn-large { min-height: 58px; padding-inline: 26px; }

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 620px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}
.hero-facts div { padding: 16px; border-right: 1px solid rgba(255, 255, 255, 0.12); }
.hero-facts div:last-child { border-right: 0; }
.hero-facts dt { color: rgba(255, 255, 255, 0.58); font-size: 0.8rem; }
.hero-facts dd { margin: 0; color: white; font-weight: 900; }

.hero-card {
  position: relative;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.45);
}
.hero-card img {
  width: 100%;
  min-height: 480px;
  object-fit: cover;
}
.availability-card {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: flex;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 22px;
  background: rgba(11, 15, 23, 0.82);
  backdrop-filter: blur(14px);
}
.availability-card p { margin: 2px 0 0; color: rgba(255, 255, 255, 0.72); font-size: 0.92rem; }
.pulse {
  width: 12px;
  height: 12px;
  margin-top: 6px;
  border-radius: 999px;
  background: var(--success);
  box-shadow: 0 0 0 8px rgba(16, 185, 129, 0.16);
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}
.section-heading p { font-size: 1.08rem; }
.align-left { margin-left: 0; text-align: left; }

.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.step-card,
.guide-card,
.info-card,
.booking-panel,
.flow-card,
.code-card,
.address-card {
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: var(--radius);
  background: white;
  box-shadow: var(--shadow);
}
.step-card {
  min-height: 260px;
  padding: 26px;
}
.step-card span {
  display: inline-flex;
  margin-bottom: 42px;
  color: var(--brand);
  font-weight: 950;
  font-size: 2.2rem;
  letter-spacing: -0.08em;
}

.feature-section { background: var(--cream); }
.feature-grid,
.location-grid,
.expectations-grid,
.prep-grid,
.guides-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 46px;
}
.pill-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.pill-grid span {
  padding: 10px 14px;
  border-radius: 999px;
  background: white;
  color: #1f2937;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}
.gallery {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  grid-template-rows: 220px 220px;
  gap: 14px;
}
.gallery img {
  width: 100%;
  height: 100%;
  border-radius: 26px;
  object-fit: cover;
  box-shadow: 0 22px 44px rgba(15, 23, 42, 0.18);
}
.gallery img:first-child { grid-row: span 2; }

.booking-teaser {
  background:
    radial-gradient(circle at 80% 20%, rgba(249, 115, 22, 0.26), transparent 30rem),
    #111827;
  color: white;
}
.booking-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(28px, 5vw, 56px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: none;
}
.booking-panel .eyebrow { color: #fed7aa; }
.booking-panel p { max-width: 720px; color: rgba(255, 255, 255, 0.76); }

.guides-grid { align-items: start; }
.guide-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.guide-card { padding: 24px; }
.guide-card h3 { color: var(--brand-dark); }

.prep-section { background: var(--cream); }
.prep-grid { align-items: start; }
.prep-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.prep-card {
  padding: 24px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: var(--radius);
  background: white;
  box-shadow: var(--shadow);
}
.prep-card a {
  display: inline-flex;
  margin-top: 6px;
  color: var(--brand-dark);
  font-weight: 900;
}

.expectations { background: #fff; }
.expectations-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; }
.info-card { padding: clamp(26px, 4vw, 42px); }
.info-card.dark {
  background: var(--surface);
  color: white;
}
.info-card.dark p,
.info-card.dark li { color: rgba(255, 255, 255, 0.78); }
.check-list {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}
.check-list li {
  position: relative;
  padding-left: 28px;
  color: var(--text-soft);
}
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.7);
}

.location-section { background: var(--cream); }
.address-card {
  display: grid;
  gap: 4px;
  max-width: 360px;
  margin-top: 28px;
  padding: 22px;
}
.address-card a {
  width: fit-content;
  margin-top: 8px;
  color: var(--brand-dark);
  font-weight: 900;
}
.map-card {
  min-height: 430px;
  overflow: hidden;
  border-radius: 34px;
  box-shadow: var(--shadow);
}
.map-card iframe {
  width: 100%;
  height: 430px;
  border: 0;
  display: block;
}

.faq { background: #fffaf3; }
.rules-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.38fr) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}
.rules-aside {
  position: sticky;
  top: 110px;
  padding: 28px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: var(--radius);
  background: white;
  box-shadow: var(--shadow);
}
.rules-aside h2 {
  font-size: 2rem;
}
.rules-aside .btn {
  width: 100%;
  margin-top: 12px;
}
.rules-content {
  display: grid;
  gap: 18px;
}
.rule-block {
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: var(--radius);
  background: white;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}
.rule-block h2 {
  font-size: clamp(1.55rem, 3vw, 2.4rem);
}
.faq-list {
  display: grid;
  gap: 12px;
  max-width: 880px;
  margin-inline: auto;
}
details {
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 20px;
  background: white;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}
summary {
  cursor: pointer;
  padding: 20px 22px;
  font-weight: 900;
}
details p { margin: 0; padding: 0 22px 22px; }

.site-footer {
  padding: 48px 0 76px;
  background: var(--bg);
  color: white;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.9fr 0.9fr 1fr;
  gap: 28px;
}
.footer-grid p,
.footer-grid a,
.footer-grid span {
  display: block;
  color: rgba(255, 255, 255, 0.68);
}
.footer-grid strong { display: block; margin-bottom: 10px; }
.footer-brand { margin-bottom: 14px; }

.mobile-cta { display: none; }

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.booking-shell {
  width: min(1040px, calc(100% - 32px));
  margin: 0 auto;
  padding: 120px 0 42px;
}
.booking-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 26px;
}
.booking-top .brand small { color: rgba(255, 255, 255, 0.68); }
.booking-back {
  color: rgba(255, 255, 255, 0.76);
  font-weight: 800;
}
.flow-card,
.code-card {
  padding: clamp(22px, 4vw, 42px);
  color: var(--text);
}
.flow-card h1,
.code-card h1 {
  margin-bottom: 12px;
  font-size: clamp(2.1rem, 5vw, 3.7rem);
}
.lead,
.sub {
  color: var(--text-soft);
}
.flow-intro {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: start;
  margin-bottom: 30px;
}
.price-badge {
  display: grid;
  place-items: center;
  min-width: 116px;
  min-height: 92px;
  border-radius: 24px;
  background: #fff7ed;
  color: var(--brand-dark);
  font-weight: 950;
  font-size: 1.6rem;
  line-height: 1;
}
.price-badge span { display: block; font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; }

.step { margin-top: 26px; }
.step h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  font-size: 1rem;
  letter-spacing: 0;
}
.step h2 span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--brand);
  color: white;
  font-size: 0.82rem;
}
.service-list,
.slot-list {
  display: grid;
  gap: 10px;
}
.choice-button {
  width: 100%;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: white;
  color: var(--text);
  text-align: left;
  transition: border-color 0.16s ease, background 0.16s ease, transform 0.16s ease;
}
.choice-button:hover,
.choice-button.selected {
  border-color: var(--brand);
  background: #fff7ed;
  transform: translateY(-1px);
}
.choice-button strong { display: block; }
.meta,
.muted {
  color: var(--muted);
  font-size: 0.92rem;
}
.grid2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.field {
  display: block;
  margin-bottom: 14px;
}
.field > span {
  display: block;
  margin-bottom: 7px;
  color: #374151;
  font-size: 0.88rem;
  font-weight: 850;
}
input, select {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: white;
  color: var(--text);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
input:focus, select:focus {
  outline: none;
  border-color: var(--brand);
  box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.14);
}
.form-actions { margin-top: 16px; }
button.btn {
  width: 100%;
  border: 0;
  cursor: pointer;
}
button.btn:disabled {
  cursor: not-allowed;
  opacity: 0.62;
  transform: none;
}
.day-group { margin: 18px 0; }
.day-group h3 {
  margin-bottom: 8px;
  font-size: 1rem;
  text-transform: capitalize;
}
.slot-list {
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
}
.slot-list .choice-button {
  justify-content: center;
  text-align: center;
  font-variant-numeric: tabular-nums;
}
.summary {
  margin: 0 0 16px;
  padding: 16px;
  border-radius: 18px;
  background: #f9fafb;
}
.error {
  margin-top: 16px;
  padding: 14px 16px;
  border: 1px solid #fecaca;
  border-radius: 16px;
  background: #fef2f2;
  color: #991b1b;
  white-space: pre-wrap;
}
.status {
  padding: 22px;
  border-radius: 20px;
  background: #f9fafb;
  color: var(--muted);
  text-align: center;
}
.status-main {
  margin: 0 0 16px;
  color: var(--text, #111827);
  line-height: 1.55;
}
.status-hints {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  font-size: 0.92rem;
  line-height: 1.5;
}
.status-hints li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.5rem;
}
.status-hints li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--brand, #0d9488);
  font-weight: bold;
}
.details {
  display: grid;
  gap: 10px;
}
.details .row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}
.details .row > span { color: var(--muted); }
.pin-row { align-items: center; }
.pin-value,
.pin {
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  color: var(--brand-dark);
  font-size: clamp(2rem, 7vw, 3.4rem);
  font-weight: 950;
  letter-spacing: 0.16em;
  user-select: all;
}
.hint {
  margin: 18px 0 0;
  color: var(--muted);
  text-align: center;
}
.email-notice--warn {
  color: #b45309;
  font-weight: 600;
}
.booking-contact {
  margin-top: 24px;
  padding: 18px 20px;
  border-radius: 16px;
  background: #fff7ed;
  border: 1px solid rgba(234, 88, 12, 0.2);
  color: var(--text);
}
.booking-contact strong { display: block; margin-bottom: 6px; }
.booking-contact p { margin: 6px 0 0; color: var(--text-soft); }
.booking-contact a { font-weight: 800; color: var(--brand-dark); }
.booking-legal { margin-top: 20px; font-size: 0.92rem; }
.booking-legal a { color: var(--muted); text-decoration: underline; }

.email-notice {
  margin-top: 18px;
  padding: 14px 16px;
  border: 1px solid #fed7aa;
  border-radius: 16px;
  background: #fff7ed;
  color: #9a3412;
  font-weight: 800;
  text-align: center;
}
kbd {
  padding: 2px 7px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #f3f4f6;
  font-family: ui-monospace, monospace;
}

@media (max-width: 920px) {
  .section-pad { padding: 70px 0; }
  .nav-toggle {
    display: inline-flex;
    width: auto;
    margin: 0;
    padding: 10px 14px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: white;
    font-weight: 800;
  }
  .main-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 8px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 10px;
    border-radius: 24px;
    background: rgba(12, 16, 24, 0.96);
  }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 13px 16px; }
  .hero-grid,
  .feature-grid,
  .location-grid,
  .guides-grid,
  .prep-grid,
  .rules-layout,
  .expectations-grid {
    grid-template-columns: 1fr;
  }
  .rules-aside {
    position: static;
  }
  .hero { min-height: auto; }
  .hero-card img { min-height: 360px; }
  .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .booking-panel { align-items: stretch; flex-direction: column; }
}

@media (max-width: 640px) {
  :root { --container: min(100% - 28px, 1140px); }
  h1 { font-size: clamp(2.7rem, 16vw, 4.2rem); }
  .site-header { inset: 10px 10px auto; width: calc(100% - 20px); }
  .brand small { display: none; }
  .hero { padding-top: 118px; }
  .hero-actions .btn { width: 100%; }
  .hero-facts { grid-template-columns: 1fr; }
  .hero-facts div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .hero-facts div:last-child { border-bottom: 0; }
  .steps,
  .guide-list,
  .prep-list,
  .grid2,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .gallery {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 220px);
  }
  .gallery img:first-child { grid-row: auto; }
  .booking-shell {
    width: min(100% - 24px, 1040px);
    padding-top: 92px;
  }
  .booking-top { align-items: flex-start; }
  .flow-intro { grid-template-columns: 1fr; }
  .details .row {
    display: grid;
    gap: 4px;
  }
  .mobile-cta {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 12;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 10px 10px 16px;
    border-radius: 999px;
    background: rgba(12, 16, 24, 0.9);
    color: white;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(14px);
  }
  .mobile-cta span { font-size: 0.9rem; font-weight: 800; }
  .mobile-cta a {
    padding: 10px 16px;
    border-radius: 999px;
    background: var(--brand);
    font-weight: 900;
  }
  .site-footer { padding-bottom: 96px; }
}

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