:root {
  --ink: #2b1b13;
  --muted: #69584d;
  --cream: #fff7e8;
  --sand: #f0dec0;
  --copper: #b45f2a;
  --copper-dark: #793817;
  --teal: #1f6f72;
  --charcoal: #17110e;
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(43, 27, 19, 0.18);
  --radius: 28px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a { color: inherit; }

.site-header {
  min-height: 100vh;
  padding: 24px clamp(18px, 4vw, 56px) 72px;
  background:
    linear-gradient(115deg, rgba(23, 17, 14, 0.84), rgba(121, 56, 23, 0.72)),
    url("/img/IMG_2622.webp") center / cover;
  color: var(--white);
}

.page-header {
  min-height: auto;
  padding-bottom: 24px;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(23, 17, 14, 0.54);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.brand-logo {
  width: 54px;
  height: 54px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.72);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.nav-links a {
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
}

.nav-links a:hover,
.nav-links a:focus-visible { color: var(--white); }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.72fr);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  max-width: 1180px;
  margin: 76px auto 0;
}

.hero-copy h1,
.section h2,
.booking h2 {
  margin: 0;
  font-size: clamp(2.6rem, 7vw, 6.6rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
}

.hero-lede {
  max-width: 760px;
  margin: 28px 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.12rem, 2vw, 1.45rem);
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--teal);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero .eyebrow { color: #ffdca8; }

.hero-actions,
.booking-card .button { margin-top: 28px; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-right: 12px;
  padding: 13px 22px;
  border-radius: 999px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.button.primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--copper), var(--copper-dark));
  box-shadow: 0 12px 26px rgba(121, 56, 23, 0.26);
}

.button.secondary {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.1);
}

.hero-card {
  overflow: hidden;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.14);
  box-shadow: var(--shadow);
  transform: rotate(2deg);
}

.hero-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: calc(var(--radius) - 10px);
}

.intro-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  max-width: 1180px;
  margin: -42px auto 0;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.intro-band div {
  padding: 30px;
  background: var(--white);
}

.intro-band strong {
  display: block;
  color: var(--copper-dark);
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  line-height: 1;
  text-transform: uppercase;
}

.intro-band span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
}

.section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 92px clamp(18px, 4vw, 56px);
}

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(28px, 5vw, 68px);
  align-items: center;
}

.section h2,
.booking h2 {
  font-size: clamp(2.1rem, 4.4vw, 4.2rem);
  color: var(--ink);
}

.section-copy p:not(.eyebrow),
.booking p,
.card p,
.story-card p,
figcaption {
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.02rem;
}

.feature-image,
.people-grid figure,
.gallery-grid figure {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.feature-image img {
  width: 100%;
  max-height: 680px;
  object-fit: cover;
  object-position: top;
}

figcaption { padding: 18px 20px 22px; }

.dark-section {
  max-width: none;
  background: var(--charcoal);
  color: var(--white);
}

.dark-section .section-heading,
.dark-section .cards {
  max-width: 1180px;
  margin-inline: auto;
}

.dark-section h2,
.dark-section h3 { color: var(--white); }

.dark-section .eyebrow { color: #ffdca8; }

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 34px;
}

.card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
}

.card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.card h3,
.story-card h3,
.booking-card h3 {
  margin: 22px 22px 8px;
  font-size: 1.5rem;
  line-height: 1.1;
}

.card p { margin: 0 22px 24px; color: rgba(255, 255, 255, 0.76); }

.banner {
  max-width: 1180px;
  margin: 86px auto 0;
  padding-inline: clamp(18px, 4vw, 56px);
}

.banner img {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.story-card {
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.story-card.large {
  grid-row: span 2;
}

.story-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.story-card.large img { aspect-ratio: 4 / 5; }

.story-card div,
.story-card p { padding-inline: 24px; }

.story-card p:last-child { padding-bottom: 26px; }

.people {
  max-width: none;
  background: linear-gradient(180deg, var(--sand), var(--cream));
}

.people .section-heading,
.people-grid {
  max-width: 1180px;
  margin-inline: auto;
}

.people-grid,
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 34px;
}

.people-grid img,
.gallery-grid img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.gallery-grid figure:first-child img { object-fit: contain; background: #f5e7ce; }

.booking {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 34px;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto 92px;
  padding: 46px clamp(18px, 4vw, 56px);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.booking-card {
  padding: 32px;
  border-radius: 22px;
  color: var(--white);
  background: linear-gradient(135deg, var(--teal), var(--charcoal));
}

.booking-card h3 { margin: 0 0 12px; }

.booking-card p { color: rgba(255, 255, 255, 0.8); }

.booking-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.booking-actions .button {
  margin-top: 0;
  margin-right: 0;
}

.booking-card a:not(.button) {
  color: var(--white);
  font-weight: 800;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 4vw, 56px);
  color: rgba(255, 255, 255, 0.76);
  background: var(--charcoal);
  font-family: Arial, Helvetica, sans-serif;
}

.site-footer a { color: var(--white); text-decoration: none; font-weight: 800; }

@media (max-width: 920px) {
  .site-nav,
  .nav-links { flex-wrap: wrap; justify-content: center; }

  .hero,
  .split,
  .booking { grid-template-columns: 1fr; }

  .hero { margin-top: 44px; }

  .intro-band,
  .cards,
  .people-grid,
  .gallery-grid { grid-template-columns: 1fr 1fr; }

  .story-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .site-header { padding-inline: 14px; }

  .site-nav { border-radius: 26px; }

  .nav-links { gap: 12px; font-size: 0.78rem; }

  .button { width: 100%; margin: 8px 0; }

  .intro-band,
  .cards,
  .people-grid,
  .gallery-grid { grid-template-columns: 1fr; }

  .section { padding-block: 64px; }

  .site-footer { flex-direction: column; text-align: center; }
}

.narrow {
  max-width: 900px;
}

.seo-section {
  padding-top: 24px;
}

.seo-section .section-heading p:not(.eyebrow),
.faq-list p,
.booking-list {
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.02rem;
}

.seo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 34px;
}

.seo-grid article,
.faq-list details {
  padding: 26px;
  border-radius: 22px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.seo-grid h3 {
  margin: 0 0 10px;
  color: var(--copper-dark);
  font-size: 1.35rem;
  line-height: 1.12;
}

.seo-grid p,
.faq-list p { margin: 0; }

.faq {
  padding-top: 24px;
}

.faq-list {
  display: grid;
  gap: 16px;
  margin-top: 32px;
}

.faq-list summary {
  cursor: pointer;
  color: var(--ink);
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.25;
}

.faq-list details p {
  margin-top: 14px;
}

.booking-list {
  margin: 22px 0 0;
  padding-left: 20px;
}

.booking-list li + li {
  margin-top: 8px;
}

@media (max-width: 920px) {
  .seo-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .seo-grid { grid-template-columns: 1fr; }
}

.plain-page {
  min-height: 100vh;
  background: linear-gradient(180deg, var(--sand), var(--cream));
}

.plain-content {
  max-width: 860px;
  margin: 0 auto;
  padding: 72px clamp(18px, 5vw, 56px);
}

.plain-content h1,
.plain-content h2 {
  color: var(--ink);
  line-height: 1;
}

.plain-content h1 {
  margin: 0 0 22px;
  font-size: clamp(2.4rem, 7vw, 5rem);
}

.plain-content h2 {
  margin: 34px 0 10px;
  font-size: clamp(1.6rem, 4vw, 2.6rem);
}

.plain-content p {
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.05rem;
}

.footer-links {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
