
:root {
  --ink: #182026;
  --muted: #1e1f20;
  --paper: #f7f3ec;
  --surface: #ffffff;
  --line: #ded6c8;
  --red: #a8372e;
  --teal: #147273;
  --gold: #c99b3f;
  --green: #496c4b;
  --shadow: 0 24px 70px rgba(34, 30, 24, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 0 6vw;
  background: rgba(247, 243, 236, 0.92);
  border-bottom: 1px solid rgba(222, 214, 200, 0.75);
  backdrop-filter: blur(16px);
}

.brand {
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* .site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 0.92rem;
  font-weight: 700;
} */

.site-nav a {
  color: var(--muted);
  text-decoration: none;
}

.site-nav a:hover {
  color: var(--red);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: 6px;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: calc(100vh - 72px);
  display: grid;
  align-items: end;
  padding: 9vw 6vw;
  overflow: hidden;
  color: white;
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15, 18, 18, 0.82), rgba(15, 18, 18, 0.42) 48%, rgba(15, 18, 18, 0.16));
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-content {
  position: relative;
  width: min(760px, 100%);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1.02;
}

h1 {
  max-width: 720px;
  font-size: clamp(3.6rem, 8vw, 7.8rem);
}

h2 {
  max-width: 820px;
  font-size: clamp(2.2rem, 3.0vw, 4.8rem);
}

h3 {
  margin: 0 0 10px;
  font-size: 1.05rem;
  line-height: 1.28;
}

p {
  margin: 0;
}

.hero-content p:not(.eyebrow) {
  max-width: 620px;
  margin-top: 24px;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  color: rgba(255, 255, 255, 0.88);
}

.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;
  padding: 0 20px;
  border-radius: 6px;
  font-weight: 800;
  text-decoration: none;
}

.button.primary {
  background: var(--gold);
  color: #171510;
}

.button.secondary {
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.44);
}

.section {
  padding: 92px 6vw;
}

.section-heading {
  display: grid;
  gap: 18px;
  max-width: 900px;
  margin-bottom: 38px;
}

.section-heading > p:last-child {
  color: var(--muted);
  max-width: 680px;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 480px);
  gap: min(8vw, 80px);
  align-items: center;
}

.split-section p:not(.eyebrow) {
  max-width: 720px;
  margin-top: 20px;
  color: var(--muted);
  font-size: 1.05rem;
}

.portrait-stack {
  display: grid;
  gap: 18px;
}

.portrait-stack img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.quote-panel,
.contact-card,
.info-card,
.timeline article,
.destination-list article,
.passion-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.quote-panel {
  display: grid;
  gap: 4px;
  padding: 22px;
}

.quote-panel strong {
  font-size: 1.24rem;
}

.quote-panel span,
.info-card p,
.timeline p,
.destination-list p,
.passion-grid p,
.business-copy p,
.contact-card p {
  color: var(--muted);
}

.timeline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.timeline article {
  padding: 28px;
}

.timeline span {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--red);
  font-weight: 900;
}

.feature-band {
  background: #e7ece6;
}

.card-grid {
  display: grid;
  gap: 18px;
}

.card-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card-grid.two {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.info-card {
  padding: 24px;
}

.passions {
  background: #202629;
  color: white;
}

.passions .eyebrow {
  color: #e8bf65;
}

.passion-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.passion-grid article {
  min-height: 210px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
}

.passion-grid p {
  color: rgba(255, 255, 255, 0.74);
}

.destination-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.destination-list article {
  padding: 28px;
}

.business-layout {
  display: grid;
  grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.business-copy {
  position: sticky;
  top: 100px;
}

.business-copy blockquote {
  margin: 0 0 24px;
  padding-left: 22px;
  border-left: 5px solid var(--teal);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  line-height: 1.08;
}

.compact .info-card {
  min-height: 164px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 14px 30px rgba(30, 24, 18, 0.09);
}

.gallery-item img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 240ms ease;
}

.gallery-item:hover img {
  transform: scale(1.04);
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: 28px;
  align-items: center;
}

.contact-section h2 {
  margin-bottom: 18px;
}

.contact-section > div > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.12rem;
}

.contact-card {
  display: grid;
  gap: 12px;
  padding: 28px;
}

.contact-card a {
  color: var(--teal);
  font-weight: 800;
  text-decoration: none;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding: 26px 6vw;
  background: #15191b;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.88rem;
  text-transform: uppercase;
}

@media (max-width: 960px) {
  .site-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 72px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px 6vw 18px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a {
    padding: 12px 0;
  }

  .menu-toggle {
    display: block;
  }

  .split-section,
  .business-layout,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .timeline,
  .card-grid.three,
  .destination-list,
  .passion-grid,
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .business-copy {
    position: static;
  }
}

@media (max-width: 620px) {
  .site-header {
    padding: 0 20px;
  }

  .hero,
  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero {
    min-height: 720px;
  }

  .hero-media::after {
    background: linear-gradient(180deg, rgba(15, 18, 18, 0.18), rgba(15, 18, 18, 0.86));
  }

  .timeline,
  .card-grid.two,
  .card-grid.three,
  .destination-list,
  .passion-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
