:root {
  --ink: #16201d;
  --muted: #60706a;
  --paper: #fbfaf5;
  --line: #dde3da;
  --sage: #6b8f7b;
  --sage-dark: #315747;
  --clay: #b56f4d;
  --cream: #f3eee4;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(22, 32, 29, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  padding: 16px clamp(18px, 4vw, 54px);
  color: var(--white);
  background: linear-gradient(180deg, rgba(10, 18, 15, 0.74), rgba(10, 18, 15, 0));
}

.brand,
.nav-links,
.footer-links {
  display: flex;
  align-items: center;
  gap: 18px;
}

.brand {
  justify-self: start;
  font-weight: 800;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  font-size: 13px;
}

.nav-links {
  justify-self: center;
  font-size: 14px;
  font-weight: 700;
}

.nav-links a {
  opacity: 0.9;
}

.nav-cta {
  justify-self: end;
  min-width: 104px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  padding: 10px 18px;
  background: rgba(255, 255, 255, 0.16);
  text-align: center;
  font-size: 14px;
  font-weight: 800;
}

.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: 54% center;
  z-index: -3;
}

.hero-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(8, 15, 13, 0.86) 0%, rgba(8, 15, 13, 0.66) 39%, rgba(8, 15, 13, 0.12) 76%),
    linear-gradient(180deg, rgba(8, 15, 13, 0.28) 0%, rgba(8, 15, 13, 0.06) 54%, rgba(251, 250, 245, 0.98) 100%);
}

.hero-content {
  width: min(760px, calc(100% - 36px));
  margin-left: clamp(18px, 7vw, 96px);
  padding-top: 68px;
  color: var(--white);
}

.eyebrow,
.section-kicker,
.tag {
  margin: 0 0 14px;
  color: var(--clay);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 700px;
  margin: 0;
  font-size: clamp(42px, 6.7vw, 84px);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 570px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(17px, 2vw, 21px);
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 13px 22px;
  font-weight: 850;
  cursor: pointer;
}

.button.primary {
  background: var(--sage);
  color: var(--white);
  box-shadow: 0 12px 28px rgba(49, 87, 71, 0.26);
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.45);
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
}

.trust-strip {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  width: min(1120px, calc(100% - 36px));
  margin: -42px auto 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
  box-shadow: var(--shadow);
}

.trust-strip div {
  min-height: 96px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px;
  background: var(--white);
}

.trust-strip strong {
  font-size: 26px;
  line-height: 1;
}

.trust-strip span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
}

.section {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(66px, 8vw, 104px) 0;
}

.intro-grid,
.section-heading,
.booking {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.16;
}

p {
  color: var(--muted);
}

.intro-grid p,
.section-heading p,
.booking-copy p {
  margin: 8px 0 0;
  font-size: 18px;
}

.service-grid,
.suite-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 34px;
}

.service-card,
.suite-card,
.booking-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.service-card {
  min-height: 186px;
  padding: 24px;
}

.service-card p,
.suite-card p {
  margin: 0;
}

.suites {
  width: 100%;
  max-width: none;
  padding-left: max(18px, calc((100% - 1120px) / 2));
  padding-right: max(18px, calc((100% - 1120px) / 2));
  background: #eef3ec;
}

.suite-grid {
  grid-template-columns: repeat(3, 1fr);
}

.suite-card {
  padding: 28px;
}

.suite-card.highlighted {
  border-color: rgba(49, 87, 71, 0.34);
  background: var(--sage-dark);
  color: var(--white);
  box-shadow: var(--shadow);
}

.suite-card.highlighted p,
.suite-card.highlighted li {
  color: rgba(255, 255, 255, 0.78);
}

.suite-card ul {
  display: grid;
  gap: 9px;
  margin: 24px 0 0;
  padding-left: 20px;
  color: var(--muted);
}

.process-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 0;
  margin: 34px 0 0;
  list-style: none;
}

.process-list li {
  min-height: 178px;
  border-top: 2px solid var(--sage);
  padding-top: 20px;
}

.process-list span {
  display: block;
  margin-bottom: 18px;
  color: var(--clay);
  font-weight: 900;
}

.process-list strong {
  display: block;
  font-size: 22px;
}

.process-list p {
  margin: 8px 0 0;
}

.booking {
  width: min(1120px, calc(100% - 36px));
  align-items: stretch;
}

.booking-form {
  display: grid;
  gap: 16px;
  padding: clamp(20px, 3vw, 34px);
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #ccd6cf;
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--ink);
  background: #fffefa;
  font: inherit;
}

textarea {
  resize: vertical;
}

.date-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.form-button {
  width: 100%;
  border: 0;
}

.form-status {
  min-height: 24px;
  margin: 0;
  font-size: 14px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 30px clamp(18px, 4vw, 54px);
  color: var(--white);
  background: var(--ink);
}

.site-footer div:first-child {
  display: grid;
  gap: 4px;
}

.site-footer span,
.site-footer a {
  color: rgba(255, 255, 255, 0.76);
}

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

  .nav-links {
    display: none;
  }

  .hero {
    min-height: 86vh;
  }

  .hero-image {
    object-position: 70% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(8, 15, 13, 0.88) 0%, rgba(8, 15, 13, 0.58) 66%, rgba(8, 15, 13, 0.18) 100%),
      linear-gradient(180deg, rgba(8, 15, 13, 0.18) 0%, rgba(251, 250, 245, 0.98) 100%);
  }

  .trust-strip,
  .service-grid,
  .suite-grid,
  .process-list,
  .intro-grid,
  .section-heading,
  .booking {
    grid-template-columns: 1fr;
  }

  .trust-strip {
    margin-top: -24px;
  }

  .service-card,
  .suite-card {
    min-height: auto;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding: 12px 14px;
  }

  .brand span:last-child {
    display: none;
  }

  .nav-cta {
    min-width: 92px;
    padding: 9px 13px;
  }

  .hero {
    display: block;
    min-height: 0;
    padding-top: 62px;
    overflow: visible;
    background: var(--ink);
  }

  .hero-image {
    position: relative;
    inset: auto;
    z-index: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 1774 / 887;
    object-fit: contain;
    object-position: center;
  }

  .hero-content {
    width: 100%;
    margin: 0 auto;
    padding: 28px 14px 56px;
    background:
      linear-gradient(180deg, rgba(22, 32, 29, 0.94), rgba(22, 32, 29, 1));
  }

  .hero-shade {
    display: none;
  }

  .hero h1 {
    max-width: 420px;
    font-size: 36px;
    line-height: 1.04;
  }

  .hero-copy {
    max-width: 430px;
    margin-top: 18px;
    font-size: 16px;
  }

  .hero-actions {
    margin-top: 24px;
  }

  .button {
    width: 100%;
  }

  .trust-strip {
    margin-top: 0;
  }

  .trust-strip div {
    min-height: 82px;
  }

  .date-row,
  .site-footer {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-links {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}
