:root {
  --ink: #16211f;
  --muted: #5d6a65;
  --paper: #fbfaf6;
  --soft: #eef3ec;
  --line: #d9ded5;
  --green: #285d50;
  --green-deep: #173f38;
  --coral: #c56c4c;
  --gold: #d9a441;
  --sky: #c8e0e6;
  --white: #ffffff;
  --shadow: 0 22px 70px rgba(22, 33, 31, 0.14);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
}

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

a {
  color: inherit;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  padding: 14px clamp(18px, 4vw, 56px);
  color: var(--white);
  transition: background 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.site-header.is-scrolled {
  color: var(--ink);
  background: rgba(251, 250, 246, 0.94);
  box-shadow: 0 10px 28px rgba(22, 33, 31, 0.08);
  backdrop-filter: blur(14px);
}

.brand,
.nav-links,
.hero-actions,
.form-row,
.site-footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 12px;
  text-decoration: none;
  min-width: 215px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: Georgia, serif;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  margin-top: 2px;
  color: currentColor;
  opacity: 0.76;
  font-size: 0.75rem;
}

.nav-links {
  gap: clamp(16px, 3vw, 34px);
  font-size: 0.9rem;
}

.nav-links a,
.header-cta,
.text-link,
.site-footer a {
  text-decoration: none;
}

.nav-links a {
  opacity: 0.9;
}

.header-cta {
  border: 1px solid currentColor;
  border-radius: 999px;
  padding: 10px 18px;
  font-weight: 700;
  font-size: 0.88rem;
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: end;
  padding: 140px clamp(20px, 5vw, 70px) 80px;
  color: var(--white);
  overflow: hidden;
}

.hero-image {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16, 32, 30, 0.72), rgba(16, 32, 30, 0.2) 58%, rgba(16, 32, 30, 0.1)),
    linear-gradient(0deg, rgba(16, 32, 30, 0.45), transparent 45%),
    url("https://images.unsplash.com/photo-1500375592092-40eb2168fd21?auto=format&fit=crop&w=2200&q=85") center / cover;
  transform: scale(1.02);
}

.hero-content {
  position: relative;
  width: min(760px, 100%);
}

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

.hero .eyebrow {
  color: #ffd5b8;
}

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

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.02;
}

h1 {
  margin-bottom: 22px;
  max-width: 780px;
  font-size: clamp(3.4rem, 9vw, 7.8rem);
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2.1rem, 5vw, 4.2rem);
}

h3 {
  line-height: 1.15;
}

.hero-copy {
  max-width: 620px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.55;
}

.hero-actions {
  gap: 14px;
  flex-wrap: wrap;
}

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

.button.primary {
  color: var(--white);
  background: var(--coral);
}

.button.secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.12);
}

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

.intro-band div {
  padding: clamp(26px, 4vw, 46px);
  background: var(--soft);
}

.intro-band span,
.journey-card span,
.why-grid span {
  display: block;
  margin-bottom: 10px;
  color: var(--green);
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.intro-band p,
.feature-copy p,
.why-grid p,
.contact-copy p,
.journey-card p {
  color: var(--muted);
  line-height: 1.65;
}

.section,
.feature-split,
.why-section,
.contact-section {
  padding: clamp(68px, 9vw, 124px) clamp(20px, 5vw, 70px);
}

.section-heading {
  width: min(780px, 100%);
  margin-bottom: 36px;
}

.section-heading.compact {
  width: min(880px, 100%);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.style-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.style-card {
  position: relative;
  min-height: 370px;
  display: flex;
  grid-column: span 2;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 24px;
  color: var(--white);
  border-radius: 8px;
  background: var(--green);
  box-shadow: var(--shadow);
}

.style-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 22, 20, 0.14), rgba(10, 22, 20, 0.82)), var(--image) center / cover;
  transition: transform 260ms ease;
}

.style-card:hover::before {
  transform: scale(1.05);
}

.style-card > * {
  position: relative;
}

.style-card p {
  margin-bottom: 8px;
  color: #ffd5b8;
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.style-card h3 {
  max-width: 360px;
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  font-weight: 500;
}

.style-card span {
  max-width: 330px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.55;
}

.card-link {
  display: block;
  width: max-content;
  max-width: 100%;
  margin-top: 10px;
  color: #ffd5b8;
  font-weight: 800;
  text-decoration: none;
}

.cruises {
  --image: url("https://images.unsplash.com/photo-1548574505-5e239809ee19?auto=format&fit=crop&w=900&q=80");
}

.tours {
  --image: url("https://images.unsplash.com/photo-1523906834658-6e24ef2386f9?auto=format&fit=crop&w=900&q=80");
}

.resorts {
  --image: url("https://images.unsplash.com/photo-1573843981267-be1999ff37cd?auto=format&fit=crop&w=900&q=80");
}

.flights {
  --image: url("https://images.unsplash.com/photo-1436491865332-7a61a109cc05?auto=format&fit=crop&w=900&q=80");
}

.safaris {
  --image: url("https://images.unsplash.com/photo-1516426122078-c23e76319801?auto=format&fit=crop&w=900&q=80");
  grid-column: span 4;
}

.feature-split {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
  background: var(--green-deep);
  color: var(--white);
}

.feature-copy {
  position: sticky;
  top: 110px;
}

.feature-copy p {
  color: rgba(255, 255, 255, 0.74);
}

.text-link {
  display: inline-block;
  margin-top: 8px;
  color: #ffd5b8;
  font-weight: 800;
}

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

.journey-card {
  overflow: hidden;
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
}

.journey-card img {
  width: 100%;
  aspect-ratio: 1.35;
  object-fit: cover;
}

.journey-card div {
  padding: 22px;
}

.journey-card h3 {
  margin-bottom: 8px;
  font-size: 1.25rem;
}

.journey-card p {
  margin-bottom: 0;
}

.why-section {
  background: var(--paper);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 42px;
  background: var(--line);
}

.why-grid article {
  min-height: 260px;
  padding: clamp(24px, 3vw, 34px);
  background: var(--white);
}

.why-grid h3 {
  margin-bottom: 14px;
  font-size: 1.25rem;
}

.quote-section {
  display: grid;
  place-items: center;
  padding: clamp(70px, 10vw, 130px) clamp(20px, 5vw, 70px);
  color: var(--white);
  text-align: center;
  background:
    linear-gradient(rgba(19, 48, 43, 0.76), rgba(19, 48, 43, 0.78)),
    url("https://images.unsplash.com/photo-1469854523086-cc02fe5d8800?auto=format&fit=crop&w=1800&q=85") center / cover fixed;
}

blockquote {
  width: min(900px, 100%);
  margin: 0 0 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4.4vw, 4rem);
  line-height: 1.12;
}

.quote-section p {
  margin-bottom: 0;
  color: #ffd5b8;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(300px, 1fr);
  gap: clamp(34px, 7vw, 92px);
  align-items: start;
  background: var(--soft);
}

.contact-details {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.contact-details p {
  margin: 0;
}

.contact-details strong {
  display: block;
  color: var(--ink);
}

.contact-details a {
  overflow-wrap: anywhere;
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 4vw, 36px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 8px;
  color: var(--green-deep);
  font-size: 0.86rem;
  font-weight: 800;
}

input,
textarea {
  width: 100%;
  border: 1px solid #cfd8d1;
  border-radius: 6px;
  padding: 13px 14px;
  color: var(--ink);
  background: #fcfcfa;
  font: inherit;
}

textarea {
  resize: vertical;
}

input:focus,
textarea:focus {
  outline: 3px solid rgba(197, 108, 76, 0.22);
  border-color: var(--coral);
}

.form-row {
  align-items: start;
  gap: 14px;
}

.form-row label {
  flex: 1;
}

.contact-form .button {
  width: 100%;
  border: 0;
}

.form-note {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.site-footer {
  justify-content: space-between;
  min-height: 90px;
  padding: 24px clamp(20px, 5vw, 70px);
  color: var(--white);
  background: var(--green-deep);
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: #ffd5b8;
  font-weight: 800;
}

@media (max-width: 960px) {
  .site-header {
    position: absolute;
  }

  .nav-links {
    display: none;
  }

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

  .feature-copy {
    position: static;
  }

  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .style-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .style-card,
  .safaris {
    grid-column: span 1;
  }
}

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

  .brand {
    min-width: 0;
  }

  .brand small,
  .header-cta {
    display: none;
  }

  .hero {
    min-height: 88vh;
    padding: 118px 18px 54px;
  }

  .hero-image {
    background:
      linear-gradient(90deg, rgba(16, 32, 30, 0.78), rgba(16, 32, 30, 0.28)),
      linear-gradient(0deg, rgba(16, 32, 30, 0.56), transparent 45%),
      url("https://images.unsplash.com/photo-1500375592092-40eb2168fd21?auto=format&fit=crop&w=1200&q=85") center / cover;
  }

  h1 {
    font-size: clamp(3rem, 16vw, 4.8rem);
  }

  .button,
  .hero-actions {
    width: 100%;
  }

  .intro-band,
  .style-grid,
  .journey-grid,
  .why-grid {
    grid-template-columns: 1fr;
  }

  .style-card {
    min-height: 300px;
  }

  .form-row {
    flex-direction: column;
  }

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