:root {
  --ink: #241a36;
  --violet: #4a2c79;
  --pink: #8061b2;
  --blue: #4d82c4;
  --yellow: #dcecf8;
  --cream: #fffdf9;
  --soft: #ffffff;
  --muted: #675b77;
  --line: rgba(33, 20, 45, 0.12);
  --shadow: 0 24px 70px rgba(33, 20, 45, 0.12);
  --radius-xl: 40px;
  --radius-lg: 30px;
  --radius-md: 20px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--cream); }
body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 12% 8%, rgba(74, 44, 121, 0.12), transparent 22rem),
    radial-gradient(circle at 84% 10%, rgba(77, 130, 196, 0.13), transparent 22rem),
    radial-gradient(circle at 68% 88%, rgba(142, 111, 185, 0.10), transparent 20rem),
    linear-gradient(180deg, #ffffff 0%, #fffdf8 100%);
}
body.intro-active { overflow: hidden; }
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.28;
  background-image:
    radial-gradient(circle at 15% 15%, rgba(74, 44, 121, 0.55) 0 2px, transparent 3px),
    radial-gradient(circle at 75% 12%, rgba(77, 130, 196, 0.48) 0 2px, transparent 3px),
    radial-gradient(circle at 42% 24%, rgba(142, 111, 185, 0.42) 0 2px, transparent 3px),
    radial-gradient(circle at 82% 55%, rgba(106, 54, 166, 0.44) 0 2px, transparent 3px),
    radial-gradient(circle at 24% 71%, rgba(74, 44, 121, 0.40) 0 2px, transparent 3px);
  background-size: 240px 240px;
  mix-blend-mode: multiply;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
h1, h2, h3, p, figure, ul { margin-top: 0; }
::selection { background: var(--violet); color: white; }

.intro-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #060207;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}
.intro-overlay.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: scale(1.01);
}
.intro-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.16) contrast(1.12) brightness(1.02);
}
.intro-overlay__scrim {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(6, 2, 7, 0.1), rgba(6, 2, 7, 0.82));
}
.intro-overlay__copy {
  position: relative;
  z-index: 2;
  width: min(92vw, 640px);
  padding: clamp(24px, 5vw, 44px);
  color: white;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 34px;
  background: rgba(10, 6, 16, 0.36);
  backdrop-filter: blur(18px);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}
.intro-overlay__copy h1 {
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.6rem, 6vw, 5.8rem);
  line-height: 0.9;
  letter-spacing: -0.065em;
}
.intro-overlay__copy p {
  max-width: 56ch;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.04rem;
}

.site-header {
  position: relative;
  z-index: 5;
  width: min(calc(100% - 28px), var(--max));
  margin: 14px auto 0;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid rgba(33, 20, 45, 0.10);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 50px rgba(33, 23, 47, 0.09);
  backdrop-filter: blur(18px);
}
.brand { display: flex; align-items: center; gap: 10px; min-width: 0; }
.brand img { width: 62px; height: 62px; object-fit: contain; }
.brand span { display: grid; line-height: 1.02; }
.brand strong { font-family: Georgia, serif; font-size: 1rem; }
.brand small { color: #746980; font-weight: 700; }
nav { display: flex; align-items: center; gap: 8px; font-size: 0.9rem; font-weight: 850; }
nav a { padding: 10px 12px; border-radius: 999px; }
.nav-cta { color: white; background: linear-gradient(135deg, var(--violet), var(--pink)); }

main { overflow: hidden; }
.section { width: min(calc(100% - 28px), var(--max)); margin: 0 auto; }
.hero {
  width: min(calc(100% - 28px), var(--max));
  margin: 0 auto;
  min-height: 760px;
  padding: clamp(60px, 9vw, 120px) 0 72px;
  display: grid;
  gap: clamp(28px, 5vw, 60px);
  align-items: center;
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--pink);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.eyebrow.dark { color: var(--violet); }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; }
h1 { margin-bottom: 24px; font-size: clamp(2.65rem, 9vw, 6rem); line-height: 0.88; letter-spacing: -0.065em; }
h1 em { display: block; color: var(--pink); font-size: 0.84em; font-style: normal; line-height: 0.96; }
h2 { font-size: clamp(2.4rem, 5.6vw, 5.1rem); line-height: 0.94; letter-spacing: -0.055em; }
h3 { margin-bottom: 12px; font-size: 2rem; line-height: 0.96; letter-spacing: -0.045em; }

.hero-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
  overflow: hidden;
  padding: clamp(30px, 5vw, 64px);
  color: white;
  border-radius: 42px;
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.14), transparent 22rem),
    linear-gradient(145deg, rgba(43, 26, 68, 0.98), rgba(106, 54, 166, 0.96));
  box-shadow: 0 38px 90px rgba(43, 27, 66, 0.22);
}
.hero-copy::before {
  content: "";
  position: absolute;
  inset: -18px auto auto -18px;
  width: 220px;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(74, 44, 121, 0.88) 0 18px, transparent 19px),
    radial-gradient(circle at 28% 34%, rgba(77, 130, 196, 0.88) 0 14px, transparent 15px),
    radial-gradient(circle at 72% 30%, rgba(142, 111, 185, 0.9) 0 16px, transparent 17px),
    radial-gradient(circle at 62% 72%, rgba(255, 255, 255, 0.9) 0 10px, transparent 11px);
  opacity: 0.44;
  filter: blur(1px);
}
.lead {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.08rem, 2vw, 1.32rem);
  line-height: 1.65;
}
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.button {
  display: inline-flex;
  min-height: 52px;
  padding: 14px 21px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 950;
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}
.button:hover { transform: translateY(-2px); }
.button.primary {
  color: #241a36;
  background: linear-gradient(135deg, #ffffff, #dcecf8);
  box-shadow: 0 18px 42px rgba(49, 95, 158, 0.18);
}
.button.secondary {
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.1);
}
.button-light {
  color: var(--ink);
  background: white;
  box-shadow: 0 18px 44px rgba(33, 20, 45, 0.12);
}

.hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.hero-pills span {
  padding: 10px 12px;
  border-radius: 999px;
  color: #2d2040;
  background: rgba(255, 255, 255, 0.88);
  font-size: 0.82rem;
  font-weight: 850;
}

.hero-visual {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 44px);
  padding: 18px 10px 34px;
  isolation: isolate;
}
.hero-splatter {
  position: absolute;
  border-radius: 50%;
  filter: blur(0.5px);
  opacity: 0.92;
}
.hero-splatter-a {
  inset: 5% 5% 22% 16%;
  background:
    radial-gradient(circle at 52% 46%, rgba(74, 44, 121, 0.86) 0 14px, transparent 15px),
    radial-gradient(circle at 68% 36%, rgba(77, 130, 196, 0.84) 0 20px, transparent 21px),
    radial-gradient(circle at 28% 30%, rgba(142, 111, 185, 0.82) 0 16px, transparent 17px),
    radial-gradient(circle at 42% 68%, rgba(106, 54, 166, 0.82) 0 18px, transparent 19px),
    radial-gradient(circle at 80% 68%, rgba(255, 255, 255, 0.9) 0 8px, transparent 9px),
    radial-gradient(circle at 52% 50%, rgba(74, 44, 121, 0.18) 0 34%, transparent 35%);
  box-shadow: 0 24px 70px rgba(74, 44, 121, 0.18);
  animation: drift 14s ease-in-out infinite alternate;
}
.hero-splatter-b {
  inset: 14% 2% 8% 34%;
  background:
    radial-gradient(circle at 42% 34%, rgba(142, 111, 185, 0.86) 0 14px, transparent 15px),
    radial-gradient(circle at 70% 46%, rgba(77, 130, 196, 0.84) 0 18px, transparent 19px),
    radial-gradient(circle at 26% 68%, rgba(74, 44, 121, 0.8) 0 16px, transparent 17px),
    radial-gradient(circle at 78% 76%, rgba(106, 54, 166, 0.82) 0 12px, transparent 13px),
    radial-gradient(circle at 50% 50%, rgba(77, 130, 196, 0.14) 0 40%, transparent 41%);
  animation: drift 16s ease-in-out infinite alternate-reverse;
}
.hero-card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(33, 20, 45, 0.10);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 26px 60px rgba(33, 23, 47, 0.18);
}
.hero-card-large {
  grid-column: 1 / -1;
  aspect-ratio: 4 / 3;
  width: 100%;
  justify-self: end;
  transform: rotate(-1.5deg);
}
.hero-card-medium {
  aspect-ratio: 3 / 4;
  width: 100%;
  justify-self: start;
  transform: rotate(2deg);
}
.hero-card-tall {
  aspect-ratio: 3 / 4;
  width: 92%;
  margin-top: clamp(32px, 6vw, 78px);
  justify-self: end;
  transform: rotate(-2.5deg);
}
.hero-card::before {
  content: "";
  position: absolute;
  inset: -18px;
  z-index: -1;
  background:
    radial-gradient(circle at 14% 16%, rgba(74, 44, 121, 0.9) 0 9px, transparent 10px),
    radial-gradient(circle at 78% 18%, rgba(77, 130, 196, 0.88) 0 10px, transparent 11px),
    radial-gradient(circle at 24% 74%, rgba(142, 111, 185, 0.88) 0 11px, transparent 12px),
    radial-gradient(circle at 74% 76%, rgba(106, 54, 166, 0.86) 0 10px, transparent 11px);
  opacity: 0.6;
  filter: blur(2px);
}
.hero-card img { width: 100%; height: 100%; object-fit: contain; border-radius: 22px; background: transparent; }

.section { padding: 92px 0; }
.section-heading { max-width: 900px; margin-bottom: 34px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.08rem; }
.section-heading--center > p:last-child { margin-inline: auto; max-width: 74ch; }

.experience-grid {
  display: grid;
  gap: 16px;
}
.experience-card,
.detail-card,
.reserve-form,
.gallery-card,
.reserve-copy {
  border: 1px solid rgba(33, 20, 45, 0.10);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}
.experience-card {
  min-height: 250px;
  padding: 28px;
  border-radius: var(--radius-lg);
  border-top: 10px solid var(--violet);
  position: relative;
  overflow: hidden;
}
.experience-card:nth-child(2) { border-top-color: var(--pink); }
.experience-card:nth-child(3) { border-top-color: var(--blue); }
.experience-card::after {
  content: "";
  position: absolute;
  inset: auto -20px -22px auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 44% 44%, rgba(74, 44, 121, 0.86) 0 14px, transparent 15px),
    radial-gradient(circle at 72% 38%, rgba(77, 130, 196, 0.84) 0 18px, transparent 19px),
    radial-gradient(circle at 30% 72%, rgba(142, 111, 185, 0.82) 0 16px, transparent 17px);
  opacity: 0.26;
}
.experience-card span {
  display: inline-flex;
  margin-bottom: 26px;
  padding: 8px 10px;
  border-radius: 999px;
  color: white;
  background: linear-gradient(135deg, var(--violet), var(--pink));
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.experience-card p { color: var(--muted); line-height: 1.65; }
.package-price { margin: 0 0 12px; color: var(--violet) !important; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 4vw, 2.85rem); font-weight: 800; letter-spacing: -0.05em; line-height: 1; }
.package-includes { position: relative; z-index: 1; margin: 18px 0 -8px !important; color: var(--ink) !important; font-size: 0.9rem; font-weight: 850; }
.package-list { position: relative; z-index: 1; margin: 18px 0; padding: 0; list-style: none; }
.package-list li { padding: 8px 0 8px 25px; border-bottom: 1px solid rgba(33, 20, 45, 0.1); color: var(--muted); font-size: 0.92rem; line-height: 1.45; }
.package-list li::before { content: "\2713"; margin-left: -25px; margin-right: 10px; color: var(--violet); font-weight: 900; }
.package-note { position: relative; z-index: 1; margin-top: auto !important; color: var(--violet) !important; font-size: 0.86rem; font-weight: 900; }
.options-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.gallery-section {
  position: relative;
}
.gallery-scene {
  position: relative;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(12, 1fr);
  align-items: stretch;
}
.paint-cloud {
  position: absolute;
  z-index: 0;
  border-radius: 50%;
  filter: blur(2px);
  opacity: 0.65;
  pointer-events: none;
}
.cloud-1 {
  top: -18px;
  left: -24px;
  width: clamp(220px, 28vw, 360px);
  aspect-ratio: 1;
  background:
    radial-gradient(circle at 30% 30%, rgba(74, 44, 121, 0.80) 0 14px, transparent 15px),
    radial-gradient(circle at 65% 25%, rgba(77, 130, 196, 0.78) 0 20px, transparent 21px),
    radial-gradient(circle at 72% 68%, rgba(142, 111, 185, 0.76) 0 16px, transparent 17px),
    radial-gradient(circle at 38% 72%, rgba(106, 54, 166, 0.76) 0 18px, transparent 19px),
    radial-gradient(circle at 52% 52%, rgba(74, 44, 121, 0.14) 0 42%, transparent 43%);
}
.cloud-2 {
  right: -22px;
  top: 19%;
  width: clamp(180px, 26vw, 330px);
  aspect-ratio: 1;
  background:
    radial-gradient(circle at 38% 28%, rgba(77, 130, 196, 0.84) 0 15px, transparent 16px),
    radial-gradient(circle at 72% 34%, rgba(74, 44, 121, 0.82) 0 18px, transparent 19px),
    radial-gradient(circle at 42% 74%, rgba(142, 111, 185, 0.82) 0 14px, transparent 15px),
    radial-gradient(circle at 56% 52%, rgba(106, 54, 166, 0.14) 0 40%, transparent 41%);
}
.cloud-3 {
  left: 18%;
  bottom: -36px;
  width: clamp(260px, 34vw, 440px);
  aspect-ratio: 1;
  background:
    radial-gradient(circle at 28% 44%, rgba(142, 111, 185, 0.82) 0 14px, transparent 15px),
    radial-gradient(circle at 50% 26%, rgba(74, 44, 121, 0.80) 0 18px, transparent 19px),
    radial-gradient(circle at 72% 40%, rgba(77, 130, 196, 0.78) 0 16px, transparent 17px),
    radial-gradient(circle at 60% 74%, rgba(106, 54, 166, 0.78) 0 20px, transparent 21px),
    radial-gradient(circle at 50% 50%, rgba(77, 130, 196, 0.12) 0 42%, transparent 43%);
}
.gallery-card {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 14px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.96);
  transform: perspective(1200px) rotateX(2deg);
}
.gallery-card::before {
  content: "";
  position: absolute;
  inset: -28px;
  z-index: -1;
  border-radius: inherit;
  background:
    radial-gradient(circle at 12% 24%, rgba(74, 44, 121, 0.68) 0 12px, transparent 13px),
    radial-gradient(circle at 28% 34%, rgba(77, 130, 196, 0.66) 0 18px, transparent 19px),
    radial-gradient(circle at 82% 18%, rgba(142, 111, 185, 0.70) 0 14px, transparent 15px),
    radial-gradient(circle at 88% 70%, rgba(106, 54, 166, 0.64) 0 16px, transparent 17px),
    radial-gradient(circle at 16% 82%, rgba(74, 44, 121, 0.62) 0 15px, transparent 16px),
    radial-gradient(circle at 54% 54%, rgba(255, 255, 255, 0.96) 0 42%, transparent 43%);
  filter: blur(2px);
  opacity: 0.9;
}
.gallery-card img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  border-radius: 22px;
}
.gallery-card figcaption {
  position: absolute;
  left: 26px;
  bottom: 22px;
  z-index: 2;
  padding: 8px 12px;
  border-radius: 999px;
  color: white;
  background: rgba(15, 10, 24, 0.52);
  backdrop-filter: blur(14px);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.gallery-card.wide { grid-column: span 12; min-height: 360px; }
.gallery-card:not(.wide) { grid-column: span 12; min-height: 320px; }

.details {
  display: grid;
  gap: 20px;
  align-items: start;
}
.details-copy {
  padding: clamp(24px, 4vw, 44px);
  border-radius: var(--radius-xl);
}
.details-copy p { color: var(--muted); font-size: 1.05rem; }
.details-grid {
  display: grid;
  gap: 16px;
}
.detail-card {
  padding: 24px;
  border-radius: var(--radius-lg);
  position: relative;
  overflow: hidden;
}
.detail-card:nth-child(1) { border-top: 8px solid var(--pink); }
.detail-card:nth-child(2) { border-top: 8px solid var(--blue); }
.detail-card:nth-child(3) { border-top: 8px solid var(--yellow); }
.detail-card p { color: var(--muted); }

.reserve {
  display: grid;
  gap: 20px;
  align-items: start;
}
.reserve-copy {
  padding: clamp(24px, 4vw, 44px);
  border-radius: var(--radius-xl);
}
.reserve-copy p, .reserve-copy li { color: var(--muted); }
.reserve-copy ul { padding-left: 20px; display: grid; gap: 8px; }
.reserve-form {
  display: grid;
  gap: 14px;
  padding: clamp(20px, 3vw, 34px);
  border-radius: var(--radius-xl);
}
.reserve-form label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 900;
}
.reserve-form .website-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
input, select, textarea {
  width: 100%;
  border: 1px solid rgba(33, 20, 45, 0.16);
  border-radius: 16px;
  padding: 13px 14px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.82);
  outline: none;
}
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(77, 130, 196, 0.12);
}
.consent {
  grid-template-columns: auto 1fr;
  align-items: start;
  color: var(--muted) !important;
  line-height: 1.35;
}
.consent input { width: auto; margin-top: 4px; }
.form-message {
  margin: 0;
  padding: 14px 16px;
  border-radius: var(--radius-md);
  font-weight: 850;
  line-height: 1.5;
}
.form-message.success {
  color: #235d44;
  background: rgba(73, 178, 125, 0.14);
  border: 1px solid rgba(35, 112, 76, 0.18);
}
.form-message.error {
  color: #8a2e3b;
  background: rgba(220, 82, 102, 0.12);
  border: 1px solid rgba(155, 48, 65, 0.18);
}

.footer {
  position: relative;
  z-index: 3;
  display: grid;
  gap: 18px;
  justify-items: center;
  padding: 54px 16px 86px;
  color: var(--ink);
  text-align: center;
  background: radial-gradient(circle at 50% 0, rgba(255, 255, 255, 0.92), transparent 30rem), linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 242, 0.96));
  border-top: 1px solid rgba(33, 20, 45, 0.08);
}
.footer img {
  width: clamp(170px, 19vw, 240px);
  padding: 10px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.8);
  filter: drop-shadow(0 22px 34px rgba(33, 20, 45, 0.12));
}
.footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.footer nav a {
  padding: 8px 10px;
  border-radius: 999px;
  font-weight: 850;
  color: var(--violet);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.75s ease, transform 0.75s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.reveal.visible {
  opacity: 1;
  transform: none;
}

@keyframes drift {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to { transform: translate3d(-10px, 10px, 0) scale(1.04); }
}

@media (min-width: 760px) {
  .hero { grid-template-columns: 1.02fr .98fr; }
  .experience-grid { grid-template-columns: repeat(3, 1fr); }
  .details { grid-template-columns: .92fr 1.08fr; }
  .reserve { grid-template-columns: .92fr 1.08fr; }
  .detail-card { min-height: 180px; }
  .gallery-card.wide { grid-column: span 7; }
  .gallery-card:not(.wide) { grid-column: span 5; }
  .gallery-card:nth-of-type(2) { grid-column: span 5; }
  .gallery-card:nth-of-type(3) { grid-column: span 7; }
}

@media (max-width: 759px) {
  .site-header { align-items: flex-start; }
  .brand small, nav a:not(.nav-cta) { display: none; }
  .hero { padding-top: 42px; }
  .hero-copy { border-radius: 32px; }
  h1 { font-size: clamp(2.55rem, 12.2vw, 3.2rem); }
  .actions { display: grid; }
  .actions .button { width: 100%; }
  .hero-visual { gap: 18px; padding: 12px 4px 26px; }
  .hero-card { padding: 10px; border-radius: 22px; }
  .hero-card-large { width: 100%; }
  .hero-card-medium { width: 100%; }
  .hero-card-tall { width: 94%; }
  .hero-card-tall { margin-top: 32px; }
  .gallery-scene { grid-template-columns: 1fr; }
  .gallery-card, .gallery-card.wide, .gallery-card:not(.wide) { grid-column: auto; min-height: 240px; }
  .options-grid { grid-template-columns: 1fr; }
  .footer nav { gap: 8px 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

/* Shared SIS homepage visual system: soft blue and purple, warm white space, and refined contrast. */
:root { --ink:#241a36; --violet:#4a2c79; --pink:#8061b2; --blue:#4d82c4; --yellow:#dcecf8; --cream:#fffdf9; --soft:#ffffff; --muted:#6d617b; --line:rgba(77,130,196,.2); --shadow:0 22px 60px rgba(55,35,83,.12); }
body { font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; background:radial-gradient(ellipse at 4% 5%,rgba(91,157,222,.26),transparent 26rem),radial-gradient(ellipse at 94% 12%,rgba(135,93,190,.24),transparent 29rem),radial-gradient(ellipse at 72% 72%,rgba(116,177,223,.16),transparent 34rem),var(--cream); }
body::before { opacity:.22; background-image:radial-gradient(circle at 15% 15%,rgba(77,130,196,.32) 0 2px,transparent 3px),radial-gradient(circle at 75% 12%,rgba(74,44,121,.28) 0 2px,transparent 3px),radial-gradient(circle at 42% 24%,rgba(153,123,198,.25) 0 2px,transparent 3px); background-size:240px 240px; }
.intro-overlay { background:#20172f; }.intro-overlay__scrim { background:radial-gradient(circle at 50% 45%,rgba(255,255,255,.1),transparent 30%),linear-gradient(180deg,rgba(32,23,47,.12),rgba(32,23,47,.86)); }
.hero-splatter-a,.hero-splatter-b,.experience-card::after { filter:none; }

/* Splatter Paint only: layered SIS-color paint sits behind cards and images, never over readable content. */
.splatter-page .section { position:relative; isolation:isolate; }
.splatter-page .section::before {
  content:"";
  position:absolute;
  z-index:-1;
  inset:8% -7% 4%;
  pointer-events:none;
  opacity:.74;
  background-image:url("../assets/sis-purple-blue-watercolor-splatter.png"),url("../assets/sis-purple-blue-watercolor-splatter.png"),url("../assets/sis-purple-blue-watercolor-splatter.png");
  background-position:left -6% top 5%,right -18% center,left 18% bottom -10%;
  background-repeat:no-repeat;
  background-size:clamp(340px,47vw,690px),clamp(300px,42vw,610px),clamp(270px,37vw,540px);
  filter:drop-shadow(0 14px 24px rgba(74,44,121,.08));
}
.splatter-page .experience-card,
.splatter-page .gallery-card,
.splatter-page .reserve-copy,
.splatter-page .reserve-form { position:relative; z-index:1; }
.splatter-page .experience-card::before,
.splatter-page .gallery-card::after,
.splatter-page .reserve-copy::before,
.splatter-page .reserve-form::before {
  content:"";
  position:absolute;
  z-index:-1;
  width:126px;
  height:126px;
  border-radius:50%;
  pointer-events:none;
  background:
    radial-gradient(circle at 25% 24%,rgba(77,130,196,.34) 0 8px,transparent 9px),
    radial-gradient(circle at 62% 27%,rgba(74,44,121,.30) 0 14px,transparent 15px),
    radial-gradient(circle at 34% 66%,rgba(142,111,185,.28) 0 11px,transparent 12px),
    radial-gradient(circle at 69% 70%,rgba(77,130,196,.24) 0 24px,transparent 25px);
  opacity:.85;
}
.splatter-page .experience-card::before { top:-30px; left:-26px; }
.splatter-page .gallery-card::after { right:-38px; bottom:-42px; }
.splatter-page .reserve-copy::before { top:-38px; left:-32px; }
.splatter-page .reserve-form::before { right:-34px; bottom:-36px; }

/* Top welcome box: a lighter surface with strong brand-color text for clear reading. */
.splatter-page .hero-copy {
  color:#241a36;
  border:1px solid rgba(255,255,255,.94);
  background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(238,230,250,.96));
  box-shadow:0 28px 70px rgba(55,35,83,.15);
}
.splatter-page .hero-copy .lead { color:#453657; font-weight:600; }
.splatter-page .hero-copy .button.secondary { color:#4a2c79; border-color:rgba(77,130,196,.24); background:rgba(255,255,255,.8); }

/* Watercolor paint behind the top photo collage. */
.splatter-page .hero-visual::before {
  content:"";
  position:absolute;
  z-index:-1;
  inset:-8% -12%;
  pointer-events:none;
  background:url("../assets/sis-purple-blue-watercolor-splatter.png") center/contain no-repeat;
  opacity:.88;
  transform:rotate(-6deg);
}
.splatter-page .hero-visual::after {
  content:"";
  position:absolute;
  z-index:-2;
  left:-18%;
  bottom:-7%;
  width:72%;
  aspect-ratio:1;
  pointer-events:none;
  background:url("../assets/paint-splatter-purple-blue.png") center/contain no-repeat;
  opacity:.78;
  transform:rotate(16deg);
}
.splatter-page .hero-card { z-index:1; }

.package-price,.package-note { color:var(--violet)!important; }
