:root {
  --ink: #17211f;
  --muted: #60706b;
  --paper: #faf7f1;
  --surface: #ffffff;
  --line: #ded8cd;
  --green: #214d43;
  --green-dark: #12362f;
  --coral: #d96f4f;
  --blue: #2e6f8e;
  --shadow: 0 18px 50px rgba(22, 33, 31, 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;
  letter-spacing: 0;
}

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

a {
  color: inherit;
}

.site-header {
  position: fixed;
  z-index: 10;
  inset: 0 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 14px clamp(18px, 4vw, 56px);
  color: #fff;
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.site-header[data-elevated="true"] {
  background: rgba(250, 247, 241, 0.94);
  color: var(--ink);
  box-shadow: 0 1px 0 var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 750;
}

.brand img {
  width: clamp(116px, 12vw, 178px);
  height: auto;
  max-height: 62px;
  object-fit: contain;
}

nav {
  display: flex;
  justify-content: center;
  gap: clamp(16px, 3vw, 36px);
  font-size: 0.94rem;
}

nav a,
.header-action,
.room-card a,
footer a {
  text-decoration: none;
}

.header-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid currentColor;
  border-radius: 6px;
  font-weight: 700;
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: end;
  padding: 132px clamp(20px, 5vw, 72px) 64px;
  color: #fff;
  overflow: hidden;
}

.hero-media,
.proof-media {
  background-position: center;
  background-size: cover;
}

.hero-media {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(10, 24, 22, 0.74), rgba(10, 24, 22, 0.22)),
    url("assets/enhanced/hero-sea-enhanced.webp");
  transform: scale(1.02);
}

.hero-content {
  position: relative;
  max-width: 830px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #ffd0be;
}

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

h1 {
  max-width: 790px;
  margin-bottom: 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.1rem, 7vw, 6.8rem);
  line-height: 0.96;
  font-weight: 500;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 4.3rem);
  line-height: 1.02;
  font-weight: 500;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.1rem;
}

.hero p:not(.eyebrow) {
  max-width: 590px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.04rem, 1.6vw, 1.3rem);
  line-height: 1.6;
}

.hero-actions,
.booking-form,
.intro-grid,
.room-grid {
  display: grid;
}

.hero-actions {
  grid-template-columns: repeat(2, max-content);
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.primary {
  background: var(--green);
  color: #fff;
}

.primary:hover {
  background: var(--green-dark);
}

.secondary {
  border-color: rgba(255, 255, 255, 0.62);
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.booking-band {
  display: grid;
  grid-template-columns: 0.8fr 1.4fr;
  gap: 32px;
  align-items: end;
  padding: 34px clamp(20px, 5vw, 72px);
  background: var(--green-dark);
  color: #fff;
}

.booking-band h2 {
  margin-bottom: 0;
  font-size: clamp(1.8rem, 3vw, 3.1rem);
}

.booking-form {
  grid-template-columns: repeat(3, minmax(130px, 1fr)) auto;
  gap: 12px;
}

label {
  display: grid;
  gap: 8px;
  color: inherit;
  font-size: 0.82rem;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  font: inherit;
}

input,
select {
  min-height: 48px;
  padding: 0 12px;
}

textarea {
  resize: vertical;
  padding: 12px;
}

.intro,
.rooms,
.contact {
  padding: clamp(72px, 10vw, 128px) clamp(20px, 5vw, 72px);
}

.intro {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) 1.2fr;
  gap: 54px;
  align-items: start;
}

.intro-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.intro-grid article {
  min-height: 235px;
  padding: 28px;
  background: var(--surface);
}

.intro-grid span {
  color: var(--blue);
  font-weight: 900;
}

.intro-grid p,
.room-card p,
.contact p,
figcaption {
  color: var(--muted);
  line-height: 1.65;
}

.section-heading {
  max-width: 850px;
  margin-bottom: 34px;
}

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

.room-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 1px 0 rgba(22, 33, 31, 0.05);
}

.room-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.room-card div {
  padding: 20px;
}

.room-card a {
  color: var(--green);
  font-weight: 850;
}

.split-proof {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 620px;
  background: var(--surface);
}

.proof-media {
  background-image: url("assets/enhanced/proof-interior-enhanced.webp");
}

.proof-copy {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: clamp(56px, 8vw, 104px);
}

figure {
  margin: 0;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

blockquote {
  margin: 0 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.4rem, 2.4vw, 2.2rem);
  line-height: 1.16;
}

.contact {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(280px, 0.65fr);
  gap: 64px;
  align-items: start;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 28px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 28px clamp(20px, 5vw, 72px);
  background: var(--ink);
  color: #fff;
}

footer p {
  margin: 0;
}

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

  nav {
    display: none;
  }

  .booking-band,
  .intro,
  .split-proof,
  .contact {
    grid-template-columns: 1fr;
  }

  .booking-form,
  .intro-grid,
  .room-grid {
    grid-template-columns: 1fr 1fr;
  }

  .proof-media {
    min-height: 430px;
  }
}

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

  .brand span {
    display: none;
  }

  .brand img {
    width: 92px;
    max-height: 48px;
  }

  .header-action {
    min-height: 38px;
    padding: 0 12px;
  }

  .hero {
    min-height: 86vh;
    padding: 110px 18px 42px;
  }

  .hero-actions,
  .booking-form,
  .intro-grid,
  .room-grid {
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .intro-grid article {
    min-height: auto;
  }

  footer {
    flex-direction: column;
  }
}
