:root {
  color-scheme: light;
  --ink: #17201d;
  --muted: #65736d;
  --paper: #fbfbf7;
  --mist: #eef4f1;
  --pine: #123f36;
  --bay: #166d78;
  --sun: #f0b84a;
  --rose: #c46b5a;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(18, 63, 54, 0.13);
}

* {
  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.5;
  overflow-x: hidden;
}

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

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

.site-header {
  align-items: center;
  background: rgba(251, 251, 247, 0.92);
  border-bottom: 1px solid rgba(23, 32, 29, 0.08);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  left: 0;
  min-height: 72px;
  padding: 12px clamp(18px, 5vw, 64px);
  position: fixed;
  right: 0;
  top: 0;
  transition:
    box-shadow 180ms ease,
    background 180ms ease;
  z-index: 10;
}

.site-header.is-scrolled {
  background: rgba(251, 251, 247, 0.98);
  box-shadow: 0 10px 30px rgba(18, 63, 54, 0.1);
}

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

.brand strong,
.brand small {
  display: block;
  line-height: 1.1;
}

.brand strong {
  font-size: clamp(0.95rem, 2vw, 1.08rem);
}

.brand small {
  color: var(--muted);
  font-size: 0.78rem;
  margin-top: 4px;
}

.brand-mark {
  align-items: center;
  background: var(--pine);
  border-radius: 50%;
  color: var(--white);
  display: inline-flex;
  flex: 0 0 44px;
  font-size: 0.82rem;
  font-weight: 800;
  height: 44px;
  justify-content: center;
}

.nav-links {
  display: flex;
  gap: clamp(14px, 3vw, 34px);
  margin-left: auto;
}

.nav-links a {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

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

.button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.93rem;
  font-weight: 800;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    color 160ms ease,
    transform 160ms ease;
  white-space: nowrap;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--sun);
  color: #2f2207;
}

.button-primary:hover {
  background: #f4c764;
}

.button-ghost {
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: var(--white);
}

.button-ghost:hover {
  background: rgba(255, 255, 255, 0.12);
}

.button-secondary {
  border: 1px solid rgba(22, 109, 120, 0.25);
  color: var(--bay);
}

.button-secondary:hover {
  background: rgba(22, 109, 120, 0.08);
}

.hero {
  height: min(82vh, 980px);
  min-height: min(82vh, 980px);
  overflow: hidden;
  position: relative;
}

.hero-image,
.hero-shade {
  inset: 0;
  position: absolute;
}

.hero-image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(11, 31, 29, 0.82) 0%, rgba(11, 31, 29, 0.56) 42%, rgba(11, 31, 29, 0.08) 100%),
    linear-gradient(180deg, rgba(11, 31, 29, 0.24) 0%, rgba(11, 31, 29, 0.1) 45%, rgba(11, 31, 29, 0.28) 100%);
}

.hero-content {
  color: var(--white);
  max-width: 760px;
  padding: clamp(128px, 20vh, 190px) clamp(20px, 6vw, 72px) clamp(70px, 13vh, 116px);
  position: relative;
  z-index: 1;
}

.eyebrow,
.section-kicker {
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.hero h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.3rem, 9vw, 8.7rem);
  font-weight: 700;
  line-height: 0.88;
  margin: 0;
  max-width: 720px;
}

.hero-copy {
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  margin: 28px 0 0;
  max-width: 640px;
}

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

.quick-facts {
  background: var(--pine);
  color: var(--white);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.quick-facts article {
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  min-height: 112px;
  padding: 22px clamp(18px, 4vw, 42px);
}

.quick-facts article:last-child {
  border-right: 0;
}

.quick-facts span {
  color: rgba(255, 255, 255, 0.72);
  display: block;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.quick-facts strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 4vw, 3.1rem);
  line-height: 1;
  margin-top: 10px;
}

.section {
  padding: clamp(64px, 9vw, 114px) clamp(20px, 6vw, 72px);
}

.intro {
  background: var(--paper);
}

.split {
  display: grid;
  gap: clamp(28px, 7vw, 90px);
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 1.05fr);
  margin: 0 auto;
  max-width: 1180px;
}

.section-kicker {
  color: var(--rose);
}

h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 5vw, 4.6rem);
  line-height: 0.98;
  margin: 0;
}

h3 {
  font-size: 1.16rem;
  line-height: 1.15;
  margin: 0;
}

.intro p,
.spot-card p,
.amenity-card p,
.testimonial-card figcaption,
.site-footer {
  color: var(--muted);
}

.intro p {
  font-size: clamp(1rem, 1.6vw, 1.16rem);
  margin: 0 0 18px;
}

.stay-gallery {
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1.3fr) repeat(2, minmax(0, 0.85fr));
  grid-template-rows: repeat(2, minmax(170px, 1fr));
  margin: clamp(34px, 6vw, 68px) auto 0;
  max-width: 1180px;
}

.stay-gallery figure {
  border-radius: 8px;
  margin: 0;
  min-height: 0;
  overflow: hidden;
  position: relative;
}

.stay-gallery .gallery-feature {
  grid-row: span 2;
}

.stay-gallery img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.stay-gallery figcaption {
  align-items: center;
  background: rgba(18, 63, 54, 0.82);
  border-radius: 999px;
  bottom: 14px;
  color: var(--white);
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 800;
  left: 14px;
  margin: 0;
  padding: 8px 12px;
  position: absolute;
}

.amenities {
  background: var(--mist);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, 1fr);
}

.amenity-card {
  background: var(--white);
  min-height: 270px;
  padding: clamp(24px, 4vw, 42px);
}

.icon {
  align-items: center;
  background: rgba(22, 109, 120, 0.12);
  border-radius: 50%;
  color: var(--bay);
  display: inline-flex;
  height: 48px;
  justify-content: center;
  margin-bottom: 34px;
  width: 48px;
}

.icon svg {
  height: 25px;
  width: 25px;
}

.icon path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.amenity-card p {
  margin: 14px 0 0;
}

.local {
  background: var(--paper);
}

.section-heading {
  align-items: end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin: 0 auto 34px;
  max-width: 1180px;
}

.spot-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  max-width: 1180px;
}

.spot-card {
  background: var(--white);
  border: 1px solid rgba(18, 63, 54, 0.09);
  border-radius: 8px;
  box-shadow: var(--shadow);
  min-height: 214px;
  padding: 28px;
}

.spot-card span {
  color: var(--rose);
  display: block;
  font-weight: 900;
  margin-bottom: 18px;
}

.spot-card p {
  margin: 14px 0 0;
}

.spot-card .spot-label {
  color: var(--bay);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin: 0 0 34px;
  text-transform: uppercase;
}

.reviews {
  background: #f4f0e8;
}

.reviews > .section-kicker,
.reviews > h2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
}

.rating-grid,
.testimonial-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
}

.rating-grid {
  margin-top: 44px;
}

.testimonial-grid {
  margin-top: 52px;
}

.rating-card,
.testimonial-card {
  background: var(--white);
  border-radius: 14px;
  margin: 0;
  padding: clamp(26px, 4vw, 38px);
}

.rating-card {
  min-height: 216px;
  text-align: center;
  transition:
    box-shadow 160ms ease,
    transform 160ms ease;
}

a.rating-card:hover,
a.rating-card:focus-visible {
  box-shadow: var(--shadow);
  outline: 0;
  transform: translateY(-2px);
}

.rating-card h3 {
  color: #3b3b38;
  font-size: clamp(1rem, 1.6vw, 1.26rem);
  font-weight: 600;
  letter-spacing: 0.11em;
  line-height: 1.2;
  text-transform: uppercase;
}

.stars {
  color: #efa62f;
  font-size: 1.55rem;
  letter-spacing: 0;
  line-height: 1;
  margin: 22px 0 14px;
}

.rating-card strong {
  color: var(--pine);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 5vw, 3.5rem);
  line-height: 1;
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  min-height: 340px;
}

.testimonial-card .stars {
  font-size: 1.35rem;
  margin: 8px 0 30px;
}

blockquote {
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.16rem, 2vw, 1.58rem);
  line-height: 1.08;
  margin: 0;
}

figcaption {
  align-items: center;
  display: flex;
  gap: 16px;
  margin-top: auto;
  padding-top: 44px;
}

figcaption strong,
figcaption small {
  display: block;
}

figcaption strong {
  color: var(--ink);
  font-size: 1.08rem;
  line-height: 1.1;
}

figcaption small {
  color: #4f5753;
  font-size: 0.95rem;
  line-height: 1.25;
  margin-top: 4px;
}

.avatar {
  align-items: center;
  border-radius: 50%;
  color: var(--pine);
  display: inline-flex;
  flex: 0 0 56px;
  font-weight: 700;
  height: 56px;
  justify-content: center;
  width: 56px;
}

.avatar-mint {
  background: #d8f5ec;
}

.avatar-blue {
  background: #dcefeb;
  color: #0e6b73;
}

.avatar-coral {
  background: #fae6df;
  color: #9a4a30;
}

.booking-band {
  align-items: center;
  background: var(--bay);
  color: var(--white);
  display: flex;
  gap: 28px;
  justify-content: space-between;
  padding: clamp(46px, 7vw, 78px) clamp(20px, 6vw, 72px);
}

.booking-band h2 {
  font-size: clamp(2rem, 4vw, 4rem);
}

.site-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 28px clamp(20px, 6vw, 72px);
}

.site-footer p {
  color: var(--ink);
  font-weight: 800;
  margin: 0;
}

.site-footer a {
  color: var(--bay);
  font-weight: 800;
}

@media (max-width: 920px) {
  .nav-links {
    display: none;
  }

  .hero {
    min-height: 78vh;
  }

  .quick-facts,
  .amenities,
  .spot-grid,
  .rating-grid,
  .testimonial-grid,
  .split {
    grid-template-columns: repeat(2, 1fr);
  }

  .stay-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .stay-gallery .gallery-feature {
    grid-column: span 2;
    grid-row: auto;
  }

  .stay-gallery figure {
    aspect-ratio: 4 / 3;
  }

  .section-heading,
  .booking-band {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .site-header {
    min-height: 66px;
    padding: 10px 14px;
  }

  .site-header > .button {
    display: none;
  }

  .brand-mark {
    flex-basis: 38px;
    height: 38px;
  }

  .brand small {
    display: none;
  }

  .hero-content {
    max-width: min(340px, calc(100vw - 36px));
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(11, 31, 29, 0.86) 0%, rgba(11, 31, 29, 0.62) 62%, rgba(11, 31, 29, 0.2) 100%),
      linear-gradient(180deg, rgba(11, 31, 29, 0.18) 0%, rgba(11, 31, 29, 0.18) 100%);
  }

  .hero h1 {
    font-size: clamp(3rem, 17vw, 5.2rem);
  }

  h2 {
    font-size: clamp(2rem, 12vw, 3.15rem);
  }

  .button {
    width: 100%;
  }

  .site-header .button {
    width: auto;
  }

  .quick-facts,
  .amenities,
  .spot-grid,
  .rating-grid,
  .testimonial-grid,
  .split {
    grid-template-columns: 1fr;
  }

  .stay-gallery {
    grid-template-columns: 1fr;
  }

  .stay-gallery .gallery-feature {
    grid-column: auto;
  }

  .stay-gallery figure {
    aspect-ratio: 1.35;
  }

  .quick-facts article {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    border-right: 0;
    min-height: 94px;
  }

  .quick-facts article:last-child {
    border-bottom: 0;
  }

  .amenity-card,
  .spot-card,
  .rating-card,
  .testimonial-card {
    min-height: unset;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}
