:root {
  color-scheme: light;
  --sunset: #e78256;
  --coral: #ffb08d;
  --lagoon: #167d7f;
  --mint: #dff3ee;
  --cream: #fff8ef;
  --paper: #ffffff;
  --ink: #2a211d;
  --muted: #74635b;
  --line: rgba(42, 33, 29, 0.14);
  --shadow: 0 22px 50px rgba(96, 52, 31, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Trebuchet MS", "Segoe UI", ui-sans-serif, system-ui, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.top-note {
  display: flex;
  justify-content: center;
  gap: 18px;
  padding: 9px 22px;
  background: var(--lagoon);
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 16px max(22px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid rgba(42, 33, 29, 0.1);
  background: rgba(255, 248, 239, 0.92);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 190px;
}

.brand-mark {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 8px;
  background: var(--sunset);
  color: #ffffff;
  font-size: 24px;
  font-weight: 950;
}

.brand-text {
  display: grid;
  gap: 2px;
}

.brand strong {
  font-size: 20px;
  line-height: 1.05;
}

.brand span span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.main-nav a,
.button,
.gallery-lock {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border: 1px solid rgba(231, 130, 86, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.64);
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

.main-nav a[aria-current="page"] {
  background: var(--sunset);
  color: #ffffff;
}

.nav-toggle {
  display: none;
  min-height: 42px;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(231, 130, 86, 0.28);
  border-radius: 8px;
  padding: 0 12px;
  background: #ffffff;
  color: var(--ink);
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background: var(--sunset);
}

.nav-toggle strong {
  font-size: 13px;
}

.button {
  border-color: var(--lagoon);
  background: var(--lagoon);
  color: #ffffff;
  cursor: pointer;
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.68);
  background: rgba(255, 255, 255, 0.14);
}

.button.light {
  border-color: rgba(22, 125, 127, 0.24);
  background: #ffffff;
  color: var(--lagoon);
}

.gallery-lock {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 90;
  background: var(--sunset);
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(96, 52, 31, 0.24);
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 560px;
  display: grid;
  align-items: end;
  padding: 80px max(22px, calc((100vw - 1180px) / 2)) 54px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(42, 24, 18, 0.78), rgba(42, 24, 18, 0.42) 48%, rgba(42, 24, 18, 0.12)),
    var(--hero-image, url("https://images.unsplash.com/photo-1450778869180-41d0601e046e?auto=format&fit=crop&w=1800&q=80")) center / cover;
  color: #ffffff;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 44%;
  background: linear-gradient(0deg, rgba(42, 24, 18, 0.72), transparent);
}

.hero-copy {
  width: min(760px, 100%);
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--coral);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  font-size: 72px;
  line-height: 0.98;
}

h2 {
  font-size: 46px;
  line-height: 1.06;
}

h3 {
  font-size: 22px;
}

.hero p:not(.eyebrow),
.lead {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.7;
}

.hero-actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.section {
  padding: 78px max(22px, calc((100vw - 1180px) / 2));
}

.quick-book {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  width: min(1180px, calc(100% - 44px));
  margin: 18px auto 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
  box-shadow: var(--shadow);
}

.quick-book div {
  display: grid;
  gap: 4px;
  min-height: 118px;
  align-content: center;
  padding: 22px;
  background: #ffffff;
}

.quick-book strong {
  color: var(--lagoon);
  font-size: 34px;
  line-height: 1;
}

.quick-book span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.section.alt {
  background: #ffffff;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 30px;
}

.section-heading .eyebrow,
.feature .eyebrow {
  color: var(--sunset);
}

.section-heading p,
.feature p,
.suite p,
.step p,
.form-card p,
.quote p,
.list-card li {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.62;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(300px, 0.8fr);
  gap: 34px;
  align-items: center;
}

.split.reverse {
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.02fr);
}

.photo-panel {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.photo-panel img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}

.feature-grid,
.suite-grid,
.step-grid,
.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.feature,
.suite,
.step,
.quote,
.form-card,
.list-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 32px rgba(96, 52, 31, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.feature:hover,
.suite:hover,
.step:hover,
.quote:hover,
.form-card:hover,
.list-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(96, 52, 31, 0.12);
}

.feature strong,
.suite strong,
.step strong,
.trust strong {
  display: block;
  margin-bottom: 9px;
  color: var(--lagoon);
  font-size: 18px;
}

.suite {
  display: grid;
  gap: 14px;
}

.suite img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  object-fit: cover;
}

.comfort-band {
  display: grid;
  grid-template-columns: 1.1fr repeat(3, minmax(0, 0.65fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.comfort-band > * {
  padding: 24px;
  background: #ffffff;
}

.comfort-band h2 {
  color: var(--lagoon);
}

.trust {
  display: grid;
  gap: 6px;
}

.trust span {
  color: var(--muted);
  line-height: 1.5;
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1fr);
  gap: 24px;
}

.review-grid,
.gallery-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.review-grid .quote strong {
  display: block;
  margin-bottom: 12px;
  color: var(--lagoon);
  font-size: 19px;
  line-height: 1.35;
}

.review-grid .quote span {
  color: var(--sunset);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.gallery-strip img {
  width: 100%;
  height: 310px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  padding-left: 28px;
  position: relative;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--sunset);
}

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

.field {
  display: grid;
  gap: 7px;
}

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

label {
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 11px 12px;
  background: #fffdf9;
  color: var(--ink);
  font: inherit;
}

textarea {
  min-height: 118px;
  resize: vertical;
}

.form-status {
  min-height: 24px;
  margin: 14px 0 0;
  color: var(--lagoon);
  font-weight: 900;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 26px max(22px, calc((100vw - 1180px) / 2)) 92px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.footer a {
  color: var(--lagoon);
  font-weight: 900;
}

@media (max-width: 820px) {
  .top-note {
    display: none;
  }

  .site-header,
  .footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .main-nav {
    justify-content: flex-start;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .main-nav {
    display: none;
    width: 100%;
  }

  .main-nav.is-open {
    display: flex;
  }

  .hero {
    min-height: 520px;
    padding-top: 70px;
    padding-bottom: 46px;
  }

  h1 {
    font-size: 46px;
  }

  h2 {
    font-size: 34px;
  }

  .split,
  .split.reverse,
  .two-column,
  .comfort-band {
    grid-template-columns: 1fr;
  }

  .feature-grid,
  .suite-grid,
  .step-grid,
  .trust-grid,
  .form-grid,
  .quick-book,
  .review-grid,
  .gallery-strip {
    grid-template-columns: 1fr;
  }

  .field.full {
    grid-column: auto;
  }
}

/* Client-ready interaction pass */
.main-nav {
  position: relative;
}

.main-nav a {
  position: relative;
  z-index: 1;
  transition: color 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  transform: translateY(-1px);
}

.menu-orbit {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  border: 1px solid rgba(22, 125, 127, 0.24);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(231, 130, 86, 0.22), rgba(22, 125, 127, 0.14));
  opacity: 0;
  transition: transform 260ms ease, width 260ms ease, height 260ms ease, opacity 180ms ease;
  pointer-events: none;
}

.nav-toggle span {
  transition: transform 220ms ease, opacity 180ms ease;
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

.interactive-surface {
  position: relative;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.interactive-surface::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(255, 176, 141, 0.24), transparent 34%);
  opacity: 0;
  transition: opacity 180ms ease;
  pointer-events: none;
}

.interactive-surface > * {
  position: relative;
  z-index: 1;
}

.interactive-surface:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(96, 52, 31, 0.14);
}

.interactive-surface:hover::after {
  opacity: 1;
}

.form-card.is-success {
  border-color: rgba(22, 125, 127, 0.34);
  box-shadow: 0 18px 42px rgba(22, 125, 127, 0.12);
}

@media (max-width: 820px) {
  .main-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: max-height 280ms ease, opacity 220ms ease, transform 220ms ease;
  }

  .main-nav.is-open {
    max-height: 420px;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .main-nav a {
    min-width: 0;
    width: 100%;
    white-space: normal;
  }
}

@media (max-width: 560px) {
  .main-nav {
    grid-template-columns: 1fr;
  }

  .gallery-lock {
    position: fixed;
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -999px;
  }

  .gallery-lock::before {
    content: "<";
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    font-size: 20px;
    text-indent: 0;
  }
}
