:root {
  --ink: #171816;
  --cream: #f4efe5;
  --paper: #fffdf8;
  --amber: #b66a2c;
  --clay: #9b5642;
  --line: rgba(23, 24, 22, 0.18);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shell: min(1280px, calc(100vw - 64px));
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.55;
  overflow-x: hidden;
}

body.menu-open { overflow: hidden; }

img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }

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

.skip-link {
  position: fixed;
  z-index: 100;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  background: var(--paper);
  transform: translateY(-150%);
}

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

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

.site-header {
  position: relative;
  z-index: 20;
  width: 100%;
  min-height: 104px;
  padding: 18px 4vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  line-height: 1;
}

.brand-script {
  font-family: "Segoe Script", "Bradley Hand", cursive;
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  letter-spacing: -0.08em;
  transform: rotate(-2deg);
}

.brand-script i { color: var(--clay); font-weight: 400; }

.brand-subtitle {
  margin-top: 8px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.site-nav { display: flex; align-items: center; gap: clamp(24px, 3vw, 48px); }
.site-nav a { font-size: 0.9rem; font-weight: 650; text-decoration: none; }
.site-nav > a:not(.nav-cta) { position: relative; }
.site-nav > a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}
.site-nav > a:hover::after { transform: scaleX(1); transform-origin: left; }

.nav-cta {
  min-height: 48px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: var(--cream);
  background: var(--ink);
}

.menu-toggle {
  display: none;
  padding: 8px;
  border: 0;
  color: var(--ink);
  background: transparent;
}

.hero {
  min-height: calc(100svh - 104px);
  display: grid;
  grid-template-columns: minmax(420px, 42%) 1fr;
  background: var(--cream);
}

.hero-copy {
  padding: clamp(70px, 8vw, 132px) clamp(36px, 6vw, 96px) 52px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.eyebrow {
  margin: 0 0 28px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.74rem;
  font-weight: 750;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow > span { width: 34px; height: 1px; background: var(--clay); }

h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 0.98; }

h1 {
  margin: 0;
  font-size: clamp(3.6rem, 6.3vw, 7.5rem);
  letter-spacing: -0.065em;
}

h1 em, h2 em { color: var(--clay); font-weight: 400; }

.hero-intro {
  max-width: 520px;
  margin: 34px 0 0;
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  color: rgba(23, 24, 22, 0.72);
}

.hero-actions { margin-top: 40px; display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }

.button {
  min-height: 54px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  font-size: 0.86rem;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease;
}

.button:hover { transform: translateY(-2px); }
.button-dark { color: var(--paper); background: var(--ink); }
.button-dark:hover { background: var(--clay); }

.text-link {
  padding: 0 0 5px;
  border: 0;
  border-bottom: 1px solid currentColor;
  color: inherit;
  background: transparent;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}

.text-link span { margin-left: 10px; }

.availability {
  margin-top: auto;
  padding-top: 64px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.availability-mark {
  position: relative;
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 50%;
}
.availability-mark::after {
  content: "";
  position: absolute;
  inset: 11px;
  border-radius: 50%;
  background: var(--clay);
}
.availability p { margin: 0; font-size: 0.76rem; line-height: 1.45; text-transform: uppercase; letter-spacing: 0.08em; }

.hero-media { position: relative; min-height: 720px; margin: 0; overflow: hidden; background: var(--ink); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; filter: saturate(0.84) contrast(1.04); }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.05), transparent 55%, rgba(0,0,0,.36)); pointer-events: none; }
.hero-media figcaption {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  min-width: 280px;
  padding: 24px 30px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  color: var(--cream);
  background: rgba(23, 24, 22, 0.9);
  backdrop-filter: blur(8px);
}
.hero-media figcaption span { color: #d6a177; font-family: var(--serif); font-size: 1.6rem; }
.hero-media figcaption p { margin: 0; font-size: 0.78rem; letter-spacing: .08em; text-transform: uppercase; }

.marquee { overflow: hidden; border-block: 1px solid var(--line); background: var(--paper); }
.marquee div { min-width: max-content; padding: 18px 3vw; display: flex; justify-content: center; gap: 40px; color: rgba(23,24,22,.72); }
.marquee span { font-family: var(--serif); font-size: 1rem; font-style: italic; }
.marquee i { color: var(--clay); font-style: normal; }

.section-shell { width: var(--shell); margin-inline: auto; }
.packages { padding-block: clamp(100px, 11vw, 170px); }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: end; margin-bottom: 70px; }
.section-heading h2, .booking-heading h2, .story-intro h2 { margin: 0; font-size: clamp(3.2rem, 5.4vw, 6.2rem); letter-spacing: -0.055em; }
.section-heading > p { max-width: 430px; margin: 0 0 6px; color: rgba(23,24,22,.68); }

.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; align-items: start; }
.package-card { position: relative; padding: 30px; border: 1px solid var(--line); background: var(--paper); transition: transform 200ms ease, border-color 200ms ease; }
.package-card:hover { transform: translateY(-6px); border-color: rgba(23,24,22,.5); }
.package-featured { margin-top: -18px; color: var(--cream); background: var(--ink); border-color: var(--ink); }
.package-card.is-selected { box-shadow: inset 0 0 0 2px var(--clay); }
.package-number { margin-bottom: 54px; font-family: var(--serif); font-size: 2rem; color: var(--clay); }
.package-featured .package-number { color: #d6a177; }
.package-topline { padding-bottom: 17px; display: flex; justify-content: space-between; gap: 12px; border-bottom: 1px solid currentColor; }
.package-topline p { margin: 0; font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; opacity: .68; }
.package-card h3 { margin: 28px 0 20px; font-size: clamp(2rem, 2.5vw, 2.8rem); letter-spacing: -.035em; }
.package-title-row { display: flex; align-items: flex-start; gap: 16px; }
.package-title-row span { margin-top: 29px; padding: 5px 8px; border: 1px solid rgba(244,239,229,.3); font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.package-copy { min-height: 105px; color: currentColor; opacity: .72; }
.package-card ul { margin: 28px 0 34px; padding: 22px 0 0; display: grid; gap: 12px; border-top: 1px solid currentColor; list-style: none; }
.package-card li { font-size: .86rem; }
.package-card li::before { content: "—"; margin-right: 10px; color: var(--clay); }
.package-featured li::before { color: #d6a177; }
.package-select { width: 100%; min-height: 52px; padding: 0 17px; display: flex; align-items: center; justify-content: space-between; border: 1px solid currentColor; color: inherit; background: transparent; font-size: .82rem; font-weight: 750; transition: color 160ms ease, background 160ms ease; }
.package-select:hover { color: var(--paper); background: var(--clay); border-color: var(--clay); }
.package-featured .package-select:hover { color: var(--ink); background: var(--cream); border-color: var(--cream); }

.story-band { padding: clamp(90px, 10vw, 150px) max(5vw, calc((100vw - 1280px)/2)); display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 8vw, 130px); color: var(--cream); background: var(--ink); }
.eyebrow-light > span { background: #d6a177; }
.story-intro h2 em { color: #d6a177; }
.story-intro > p:last-child { max-width: 410px; margin: 34px 0 0; color: rgba(244,239,229,.62); }
.testimonials { display: grid; grid-template-columns: 1.1fr .9fr; border: 1px solid rgba(244,239,229,.22); }
.testimonial { margin: 0; padding: 34px; display: flex; flex-direction: column; justify-content: space-between; }
.testimonial-main { min-height: 510px; border-right: 1px solid rgba(244,239,229,.22); }
.testimonial-main > p { margin: 0; font-family: var(--serif); font-size: clamp(1.7rem, 2.5vw, 2.65rem); line-height: 1.24; letter-spacing: -.025em; }
.quote-mark { height: 88px; color: #d6a177; font-family: var(--serif); font-size: 7rem; line-height: 1; }
.testimonial-stack { display: grid; grid-template-rows: 1fr 1fr; }
.testimonial-stack .testimonial:first-child { border-bottom: 1px solid rgba(244,239,229,.22); }
.testimonial-stack .testimonial > p { margin: 0 0 32px; font-family: var(--serif); font-size: 1.22rem; line-height: 1.42; }
.testimonial footer { display: flex; align-items: center; gap: 12px; }
.testimonial footer > span { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(244,239,229,.3); border-radius: 50%; font-size: .68rem; }
.testimonial footer div { display: grid; }
.testimonial footer strong { font-size: .76rem; letter-spacing: .06em; }
.testimonial footer small { color: rgba(244,239,229,.54); font-size: .7rem; }

.booking { padding-block: clamp(100px, 11vw, 170px); display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(60px, 9vw, 140px); align-items: start; }
.booking-heading { position: sticky; top: 40px; }
.booking-heading > p:not(.eyebrow) { max-width: 420px; margin: 30px 0 0; color: rgba(23,24,22,.66); }
.booking-note { margin-top: 48px; padding-top: 18px; display: flex; gap: 12px; border-top: 1px solid var(--line); }
.booking-note > span { color: var(--clay); font-size: 1.4rem; }
.booking-note p { margin: 0; font-size: .75rem; font-weight: 650; text-transform: uppercase; letter-spacing: .06em; }
.booking-panel { min-height: 680px; padding: clamp(28px, 4vw, 58px); background: var(--cream); }
.form-section + .form-section { margin-top: 46px; }
.form-step { margin: 0 0 24px; font-family: var(--serif); font-size: 1.25rem; }
.form-step span { margin-right: 12px; color: var(--clay); font-family: var(--sans); font-size: .68rem; font-weight: 750; letter-spacing: .1em; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.form-field { display: flex; flex-direction: column; }
.field-full { grid-column: 1 / -1; }
.form-field label { margin-bottom: 8px; font-size: .76rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.form-field label span { color: rgba(23,24,22,.46); font-weight: 500; }
.form-field input, .form-field select, .form-field textarea {
  width: 100%;
  min-height: 52px;
  padding: 13px 0;
  border: 0;
  border-bottom: 1px solid rgba(23,24,22,.42);
  border-radius: 0;
  color: var(--ink);
  background: transparent;
  appearance: none;
}
.form-field select { background-image: linear-gradient(45deg, transparent 50%, var(--ink) 50%), linear-gradient(135deg, var(--ink) 50%, transparent 50%); background-position: calc(100% - 14px) 24px, calc(100% - 9px) 24px; background-size: 5px 5px; background-repeat: no-repeat; }
.form-field textarea { resize: vertical; }
.form-field input::placeholder, .form-field textarea::placeholder { color: rgba(23,24,22,.42); }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: 0; border-bottom-color: var(--clay); box-shadow: 0 1px 0 var(--clay); }
.form-field [aria-invalid="true"] { border-bottom-color: #9c2e23; }
.field-error { min-height: 20px; padding-top: 5px; color: #8a271d; font-size: .72rem; }
.booking-submit-row { margin-top: 46px; padding-top: 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); }
.booking-submit-row > div { display: grid; }
.booking-submit-row span { font-size: .67rem; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.booking-submit-row strong { margin-top: 5px; font-family: var(--serif); font-size: 1rem; font-weight: 400; }
.button-clay { gap: 22px; color: var(--paper); background: var(--clay); }
.button-clay:hover { background: var(--ink); }
.booking-success { min-height: 560px; padding-block: 24px; }
.success-mark { width: 62px; height: 62px; margin-bottom: 50px; display: grid; place-items: center; border: 1px solid var(--clay); border-radius: 50%; color: var(--clay); font-family: var(--serif); font-size: 1.7rem; }
.booking-success h3 { margin: 0; font-size: clamp(2.8rem, 5vw, 5rem); letter-spacing: -.05em; }
.success-copy { max-width: 500px; margin: 28px 0; color: rgba(23,24,22,.68); }
.success-summary { margin: 0 0 44px; padding: 16px 0; border-block: 1px solid var(--line); font-family: var(--serif); font-size: 1.15rem; }

.closing { padding: clamp(70px, 8vw, 110px) 5vw; display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; color: var(--paper); background: var(--clay); }
.closing p { margin: 0; font-size: .76rem; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.closing a { max-width: 900px; font-family: var(--serif); font-size: clamp(3rem, 6vw, 7rem); line-height: 1; letter-spacing: -.055em; text-decoration: none; }
.closing a span { font-family: var(--sans); font-size: .35em; }

.site-footer { padding: 56px 5vw 30px; display: grid; grid-template-columns: 1.2fr 1fr .8fr; gap: 40px; align-items: start; color: var(--cream); background: var(--ink); }
.brand-footer { align-items: flex-start; justify-self: start; }
.site-footer > p { margin: 0; color: rgba(244,239,229,.6); font-size: .8rem; }
.site-footer nav { display: grid; gap: 8px; }
.site-footer nav a { justify-self: start; color: rgba(244,239,229,.84); font-size: .8rem; text-underline-offset: 4px; }
.site-footer .copyright { grid-column: 1 / -1; margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(244,239,229,.16); font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; }

@media (max-width: 1050px) {
  :root { --shell: min(100% - 40px, 900px); }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 660px; }
  .hero-media { min-height: 74svh; }
  .package-grid { grid-template-columns: 1fr; }
  .package-featured { margin-top: 0; }
  .package-copy { min-height: auto; }
  .story-band { grid-template-columns: 1fr; }
  .booking { grid-template-columns: 1fr; }
  .booking-heading { position: static; }
}

@media (max-width: 760px) {
  :root { --shell: calc(100% - 32px); }
  .site-header { min-height: 86px; padding: 15px 18px; }
  .brand-script { font-size: 1.55rem; }
  .brand-subtitle { font-size: .52rem; }
  .menu-toggle { display: inline-flex; align-items: center; gap: 12px; }
  .menu-label { font-size: .72rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
  .menu-lines { width: 24px; display: grid; gap: 5px; }
  .menu-lines i { width: 100%; height: 1px; background: currentColor; transition: transform 160ms ease; }
  .menu-toggle[aria-expanded="true"] .menu-lines i:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-lines i:last-child { transform: translateY(-3px) rotate(-45deg); }
  .site-nav { position: absolute; top: 86px; left: 0; width: 100%; padding: 28px 18px 34px; display: none; align-items: stretch; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 16px 30px rgba(23,24,22,.1); }
  .site-nav.is-open { display: grid; }
  .site-nav a { padding-block: 8px; }
  .nav-cta { margin-top: 8px; justify-content: space-between; }
  .hero { min-height: 0; }
  .hero-copy { min-height: 610px; padding: 70px 20px 36px; }
  h1 { font-size: clamp(3.45rem, 16vw, 5.25rem); }
  .hero-intro { margin-top: 28px; }
  .hero-actions { margin-top: 30px; align-items: flex-start; }
  .availability { padding-top: 48px; }
  .hero-media { min-height: 590px; }
  .hero-media img { object-position: 48% center; }
  .hero-media figcaption { min-width: 0; width: 86%; }
  .marquee div { justify-content: flex-start; gap: 24px; }
  .section-heading { grid-template-columns: 1fr; gap: 28px; margin-bottom: 48px; }
  .section-heading h2, .booking-heading h2, .story-intro h2 { font-size: clamp(3rem, 14vw, 4.7rem); }
  .package-card { padding: 24px; }
  .package-number { margin-bottom: 42px; }
  .story-band { padding-inline: 20px; }
  .testimonials { grid-template-columns: 1fr; }
  .testimonial-main { min-height: 460px; border-right: 0; border-bottom: 1px solid rgba(244,239,229,.22); }
  .testimonial { padding: 28px; }
  .booking-panel { padding: 28px 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .booking-submit-row { align-items: stretch; flex-direction: column; }
  .button-clay { width: 100%; justify-content: space-between; }
  .closing { align-items: flex-start; flex-direction: column; }
  .site-footer { grid-template-columns: 1fr; }
}

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