:root {
  --deep-green: #123f35;
  --green: #1f5a4d;
  --gold: #c28b2c;
  --cream: #f5efe3;
  --paper: #fffaf0;
  --text: #26352f;
  --muted: #6c6a5f;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(18, 63, 53, 0.14);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Trebuchet MS", Arial, sans-serif;
  background: var(--cream);
  color: var(--text);
  line-height: 1.6;
  padding-top: 104px;
}

h1,
h2,
h3,
.logo-text {
  font-family: Georgia, "Times New Roman", serif;
}

a {
  color: inherit;
  text-decoration: none;
}

/* HEADER */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  height: 160px;
  z-index: 1000;
  background: rgba(245, 239, 227, 0.98);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(18, 63, 53, 0.1);
}

body {
    padding-top: 160px;
}

.navbar {
  width: min(1180px, calc(100% - 40px));
  height: 100%;
  margin: 0 auto;
   padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  width: 177px;   /* 118 × 1.5 */
  height: 138px;  /* 92 × 1.5 */
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  list-style: none;
  font-size: 0.95rem;
  color: var(--deep-green);
}

.nav-links a {
  font-weight: 600;
}

.nav-links a:hover {
  color: var(--gold);
}

.book-btn,
.primary-btn,
.secondary-btn {
  display: inline-block;
  border-radius: 999px;
  padding: 12px 22px;
  font-weight: 800;
  transition: 0.25s ease;
}

.book-btn,
.primary-btn {
  background: var(--gold);
  color: var(--white);
}

.book-btn:hover,
.primary-btn:hover {
  background: var(--deep-green);
  color: var(--white);
  transform: translateY(-2px);
}

.secondary-btn {
  border: 1px solid var(--white);
  color: var(--white);
}

.secondary-btn:hover {
  background: var(--white);
  color: var(--deep-green);
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: var(--deep-green);
  font-size: 2rem;
  cursor: pointer;
}

/* HERO */
.hero {
  min-height: calc(100vh - 116px);
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--white);
  background:
    linear-gradient(rgba(18, 63, 53, 0.6), rgba(18, 63, 53, 0.78)),
    url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=1800&q=80")
    center/cover no-repeat;
}

.hero-content {
  width: min(900px, calc(100% - 32px));
}

.hero h1 {
  font-size: clamp(3.2rem, 7vw, 6.5rem);
  line-height: 1;
  margin: 14px 0 22px;
  letter-spacing: 1px;
  color: var(--white);
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.45);
}

.hero p {
  color: var(--white);
  font-size: 1.1rem;
}

.hero-actions {
  margin-top: 30px;
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

/* SECTIONS */
.section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 90px 0;
}

.page-section {
  min-height: 75vh;
}

.eyebrow {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 10px;
}

h1 {
  color: var(--deep-green);
  font-size: clamp(2.6rem, 5vw, 5rem);
  line-height: 1.05;
  margin-bottom: 24px;
}

h2 {
  color: var(--deep-green);
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.1;
  margin-bottom: 18px;
}

h3 {
  color: var(--deep-green);
  font-size: 1.65rem;
  line-height: 1.25;
  margin-bottom: 12px;
}

p {
  color: var(--muted);
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.image-card {
  min-height: 390px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 2px solid rgba(194, 139, 44, 0.35);
  background:
    linear-gradient(rgba(18, 63, 53, 0.15), rgba(18, 63, 53, 0.28)),
    url("https://images.unsplash.com/photo-1505693416388-ac5ce068fe85?auto=format&fit=crop&w=1200&q=80")
    center/cover no-repeat;
  display: flex;
  align-items: flex-end;
  padding: 28px;
  color: var(--white);
}

.image-card span {
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 800;
}

.image-card.beach {
  background:
    linear-gradient(rgba(18, 63, 53, 0.15), rgba(18, 63, 53, 0.28)),
    url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=1200&q=80")
    center/cover no-repeat;
}

/* ROOMS */
.page-intro {
  max-width: 720px;
  margin-bottom: 42px;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.room-card img {
  width: 100%;
  height: 245px;
  object-fit: cover;
  display: block;
  background: var(--paper);
}

.room-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 70px rgba(18, 63, 53, 0.22);
}

.room-card img {
  width: 100%;
  height: 245px;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease, filter 0.45s ease;
}

.room-card:hover img {
  transform: scale(1.06);
  filter: brightness(0.92) saturate(1.1);
}

.room-content {
  padding: 28px;
}

.room-features {
  margin: 18px 0;
  padding-left: 20px;
  color: var(--muted);
}

.room-features li {
  margin-bottom: 6px;
}

.room-card strong {
  display: block;
  color: var(--gold);
  font-size: 1.25rem;
  margin: 18px 0;
}

.room-card a {
  color: var(--deep-green);
  font-weight: 800;
}

.room-card a:hover {
  color: var(--gold);
}

/* FACILITIES */
.facilities-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 34px;
}

.facilities-list div {
  background: var(--paper);
  color: var(--deep-green);
  border-radius: 18px;
  padding: 24px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(194, 139, 44, 0.22);
  font-weight: 700;
}

/* CONTACT */
.contact-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}

.contact-form {
  background: var(--paper);
  padding: 30px;
  border-radius: 24px;
  box-shadow: var(--shadow);
  border-top: 5px solid var(--gold);
  display: grid;
  gap: 16px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 15px 16px;
  border: 1px solid rgba(18, 63, 53, 0.18);
  border-radius: 14px;
  font: inherit;
  background: var(--white);
}

.contact-form button {
  border: 0;
  border-radius: 14px;
  padding: 15px 18px;
  background: var(--deep-green);
  color: var(--white);
  font-weight: 800;
  cursor: pointer;
}

.contact-form button:hover {
  background: var(--gold);
}

.email-link {
  text-align: center;
  color: var(--deep-green);
  font-weight: 800;
}

/* FOOTER */
.footer {
  background: var(--deep-green);
  color: var(--white);
  padding: 26px 24px;
  text-align: center;
}

.footer p {
  color: var(--white);
}

/* MOBILE */
@media (max-width: 980px) {
  .site-header {
    height: 120px;
  }

  body {
    padding-top: 120px;
  }

  .logo {
    width: 140px;
    height: 110px;
  }

  .nav-links {
    top: 120px;
  }

  .hero {
    min-height: calc(100vh - 92px);
  }
}

@media (max-width: 600px) {
  .section {
    width: min(100% - 28px, 1180px);
    padding: 70px 0;
  }

  .hero h1 {
    font-size: 3rem;
  }

  .image-card {
    min-height: 310px;
  }
}