:root {
  color-scheme: light;
  --ink: #2b1f2e;
  --muted: #6f6270;
  --paper: #f5f1f4;
  --cream: #fbf8f3;
  --aubergine: #2a0838;
  --purple: #5b1a7a;
  --purple-dark: #3a094e;
  --gold: #c8941d;
  --gold-bright: #f8c843;
  --maroon: #7a2418;
  --lime: #d7e89a;
  --line: #e5dbe4;
  --shadow: 0 24px 70px rgb(42 8 56 / 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  color: var(--ink);
  background: var(--paper);
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  padding: 0.85rem clamp(1rem, 4vw, 3rem);
  background: rgb(251 248 243 / 0.95);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand img,
.footer img {
  width: 10.5rem;
  height: auto;
}

.nav {
  display: flex;
  justify-content: center;
  gap: clamp(1rem, 3vw, 2.5rem);
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.nav a,
.footer a {
  text-decoration: none;
}

.nav a:hover {
  color: var(--purple);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.72rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}

.header-cta,
.button.primary {
  color: #fff;
  background: var(--purple-dark);
  box-shadow: 0 12px 28px rgb(58 9 78 / 0.22);
}

.header-cta:hover,
.button.primary:hover {
  background: var(--aubergine);
}

.button.secondary {
  color: var(--aubergine);
  background: var(--gold);
}

.button.secondary:hover {
  background: var(--gold-bright);
}

.button.ghost {
  color: var(--purple-dark);
  border-color: rgb(91 26 122 / 0.24);
  background: #fff;
}

.shell {
  width: min(100% - 2rem, 1180px);
  margin-inline: auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(19rem, 0.95fr);
  gap: clamp(1.25rem, 4vw, 4rem);
  align-items: center;
  min-height: min(760px, calc(100vh - 4.5rem));
  padding: clamp(2rem, 6vw, 5.5rem) clamp(1rem, 4vw, 3rem);
  background:
    linear-gradient(115deg, rgb(58 9 78 / 0.07), transparent 34rem),
    var(--cream);
}

.hero-copy {
  max-width: 48rem;
}

.eyebrow {
  margin: 0 0 0.9rem;
  color: var(--purple);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 13ch;
  margin-bottom: 1.3rem;
  color: var(--aubergine);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 7vw, 5.9rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.015em;
}

h2 {
  margin-bottom: 0;
  color: var(--aubergine);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 4.4vw, 3.5rem);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: -0.01em;
}

h3 {
  color: var(--aubergine);
  font-size: 1.1rem;
  line-height: 1.2;
}

.lede {
  max-width: 42rem;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.hero-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  margin-top: 2rem;
}

.hero-points span,
.detail-pills span {
  border: 1px solid var(--line);
  border-left: 3px solid var(--gold);
  border-radius: 2px;
  background: #fff;
  color: var(--muted);
  padding: 0.8rem 0.9rem;
  font-size: 0.88rem;
  font-weight: 600;
}

.hero-media {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 0.5);
  border-radius: 2px;
  box-shadow: var(--shadow);
}

.hero-media img {
  width: 100%;
  height: min(70vh, 45rem);
  object-fit: cover;
}

.section {
  padding-block: clamp(4rem, 7vw, 6.5rem);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.66fr);
  gap: 2rem;
  align-items: end;
  margin-bottom: 2.4rem;
}

.section-head p {
  color: var(--muted);
  line-height: 1.7;
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.package-card,
.space-grid article,
.booking-card,
.inquiry-form {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 2px;
  background: #fff;
  box-shadow: var(--shadow);
}

.package-card.featured {
  border-color: rgb(91 26 122 / 0.5);
  box-shadow: 0 26px 80px rgb(58 9 78 / 0.2);
}

.package-card img {
  width: 100%;
  height: 15.5rem;
  object-fit: cover;
}

.package-body {
  display: flex;
  min-height: 19rem;
  flex-direction: column;
  gap: 1rem;
  padding: 1.4rem;
}

.package-title {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  justify-content: space-between;
}

.package-title h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.7rem;
  font-weight: 400;
}

.package-title span,
.space-grid span {
  flex: 0 0 auto;
  border-radius: 2px;
  background: rgb(200 148 29 / 0.16);
  color: var(--maroon);
  padding: 0.45rem 0.65rem;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* The space cards stack the badge above the copy, so it needs its own
   block spacing; the package cards lay it out in a flex row instead. */
.space-grid span {
  display: inline-block;
  margin-bottom: 0.85rem;
}

.package-badge {
  width: fit-content;
  border-radius: 2px;
  background: var(--purple-dark);
  color: #fff;
  padding: 0.42rem 0.75rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.package-service {
  font-weight: 700;
}

.package-body p,
.package-body li,
.space-grid p,
.space-grid li,
.proof-grid p,
.proof-grid li,
.facts-list p,
.hours-list p,
.logistics-grid p,
.footer p {
  color: var(--muted);
  line-height: 1.6;
}

ul {
  margin: 0;
  padding-left: 1.1rem;
}

.package-body a.package-cta {
  margin-top: auto;
  align-self: flex-start;
  border-radius: 2px;
  background: var(--purple-dark);
  color: #fff;
  padding: 0.7rem 1.25rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
}

.package-body a.package-cta:hover {
  background: var(--aubergine);
}

.package-notes {
  display: grid;
  gap: 0.7rem;
  margin-top: 1rem;
  border: 1px solid var(--line);
  border-radius: 2px;
  background: #fff;
  padding: 1.2rem;
  box-shadow: var(--shadow);
}

.package-notes p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.package-notes a {
  color: var(--purple-dark);
  font-weight: 800;
}

.facts-band {
  background: #fff;
}

.facts-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(20rem, 1fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.facts-list {
  display: grid;
  gap: 0.75rem;
}

.facts-list p {
  margin: 0;
  border: 1px solid var(--line);
  border-left: 3px solid var(--gold);
  border-radius: 2px;
  background: var(--paper);
  padding: 1rem;
  font-weight: 600;
}

.proof-band,
.inquiry-band {
  background: var(--aubergine);
  color: #fff;
}

.proof-band h2,
.proof-band h3,
.inquiry-band h2 {
  color: #fff;
}

.proof-band .eyebrow,
.inquiry-band .eyebrow {
  color: var(--gold-bright);
}

.proof-grid,
.inquiry-grid,
.logistics-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.72fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

/* h2 defaults to no bottom margin for .section-head, where it is the last
   child; here body copy follows it directly and needs the gap back. */
.proof-grid h2 {
  margin-bottom: 1.1rem;
}

.mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.mini-grid div {
  border: 1px solid rgb(255 255 255 / 0.14);
  border-radius: 2px;
  padding: 1.1rem;
  background: rgb(255 255 255 / 0.06);
}

.mini-grid li {
  color: rgb(251 248 243 / 0.74);
}

.booking-card {
  padding: 1.5rem;
  background: var(--cream);
}

.booking-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.9rem;
  font-weight: 400;
  color: var(--ink);
}

.hours-list {
  display: grid;
  gap: 0.5rem;
  margin-top: 1.1rem;
  padding-top: 1.1rem;
  border-top: 1px solid var(--line);
}

.hours-list p {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin: 0;
  font-size: 0.92rem;
}

.hours-list p span:first-child {
  font-weight: 700;
  color: var(--ink);
}

.detail-pills {
  display: grid;
  gap: 0.65rem;
  margin-top: 1.2rem;
}

.space-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.space-grid img {
  width: 100%;
  height: 19rem;
  object-fit: cover;
}

.space-grid article > div {
  padding: 1.4rem;
}

.space-grid h3 {
  margin-bottom: 0.55rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.85rem;
  font-weight: 400;
}

.logistics-band {
  background: #fff;
}

.steps {
  display: grid;
  gap: 0.8rem;
}

.steps div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 2px;
  background: var(--paper);
  padding: 1rem;
}

.steps span {
  display: grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: var(--purple-dark);
  color: #fff;
  font-weight: 800;
}

.steps p {
  margin-bottom: 0;
}

/* Six images over four columns: the first and last span two, so each row
   sums to exactly four and neither row is left short. */
.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
}

.gallery img {
  width: 100%;
  min-height: 13rem;
  height: 100%;
  border-radius: 2px;
  object-fit: cover;
}

.gallery img:first-child,
.gallery img:last-child {
  grid-column: span 2;
}

.inquiry-grid > div > p {
  color: rgb(251 248 243 / 0.74);
  line-height: 1.7;
}

.contact-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.contact-row span {
  color: #fff;
  font-weight: 800;
}

.contact-row a {
  border: 1px solid rgb(255 255 255 / 0.22);
  border-radius: 2px;
  padding: 0.72rem 1rem;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.contact-row a:hover {
  border-color: var(--gold);
  color: var(--gold-bright);
}

.inquiry-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding: 1.4rem;
  background: var(--cream);
}

label {
  display: grid;
  gap: 0.45rem;
  color: var(--aubergine);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 2px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  padding: 0.82rem 0.88rem;
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--purple);
  outline-offset: 1px;
}

textarea {
  resize: vertical;
}

.hidden-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-status {
  min-height: 1.2rem;
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: none;
}

.form-status[data-tone="success"] {
  color: #2f6b45;
}

.form-status[data-tone="error"] {
  color: var(--maroon);
}

.form-status[data-tone="pending"] {
  color: var(--muted);
}

button[disabled] {
  cursor: wait;
  opacity: 0.75;
}

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

.footer {
  padding-block: 2rem;
  background: var(--cream);
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.footer p {
  margin: 0.8rem 0 0;
}

.footer-grid > div:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-grid a:hover {
  color: var(--purple);
}

@media (max-width: 940px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav {
    display: none;
  }

  .hero,
  .section-head,
  .proof-grid,
  .inquiry-grid,
  .facts-grid,
  .logistics-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .package-grid,
  .space-grid {
    grid-template-columns: 1fr;
  }

  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery img,
  .gallery img:nth-child(n) {
    grid-column: span 1;
  }
}

@media (max-width: 620px) {
  .site-header {
    padding-block: 0.7rem;
  }

  .brand img {
    width: 8.4rem;
  }

  .header-cta {
    min-height: 2.45rem;
    padding-inline: 0.7rem;
    font-size: 0.6rem;
  }

  h1 {
    font-size: clamp(2.6rem, 12vw, 4rem);
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .hero-points,
  .mini-grid,
  .inquiry-form,
  .gallery {
    grid-template-columns: 1fr;
  }

  .hero-media img,
  .space-grid img {
    height: 19rem;
  }

  .footer-grid {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* ------------------------------------------------------------- mobile CTA */

/* On a phone the header action scrolls away with the header, so the primary
   action is pinned instead. Desktop keeps the header button and hides this. */
.mobile-cta {
  display: none;
}

@media (max-width: 760px) {
  .mobile-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 3.25rem;
    padding: 0.9rem 1rem calc(0.9rem + env(safe-area-inset-bottom));
    background: var(--purple-dark);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 -8px 24px rgb(42 8 56 / 0.22);
  }

  /* Clear the pinned bar so it never covers the last of the page. */
  body {
    padding-bottom: 4.5rem;
  }

  .site-header .header-cta {
    display: none;
  }
}
