:root {
  --ink: #33291f;
  --espresso: #241b16;
  --olive: #56654a;
  --sage: #d8decb;
  --sand: #f3eadc;
  --cream: #fbf7ef;
  --clay: #bd6f4b;
  --terracotta: #a85638;
  --line: rgba(51, 41, 31, 0.15);
  --shadow: 0 22px 60px rgba(51, 41, 31, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family:
    Avenir, Montserrat, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 56px);
  background: rgba(251, 247, 239, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: clamp(150px, 18vw, 220px);
  height: 54px;
  overflow: hidden;
  text-decoration: none;
}

.brand-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transform: scale(2.65);
}

.nav-links {
  display: flex;
  gap: clamp(14px, 3vw, 28px);
  font-size: 0.92rem;
}

.nav-links a {
  text-decoration: none;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: min(780px, calc(100svh - 71px));
  display: grid;
  align-items: end;
  padding: clamp(40px, 7vw, 86px);
  color: white;
  background: var(--espresso);
}

.hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(36, 27, 22, 0.76), rgba(36, 27, 22, 0.26));
}

.hero-slides,
.hero-slide {
  position: absolute;
  inset: 0;
}

.hero-slide {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1000ms ease;
}

.hero-slide.is-active {
  opacity: 1;
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 780px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--terracotta);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #f3c6ac;
}

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

h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
}

h1 {
  margin-bottom: 18px;
  max-width: 900px;
  font-size: clamp(3rem, 7.8vw, 6.35rem);
  line-height: 0.93;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.15rem, 4.3vw, 3.75rem);
  line-height: 1;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.32rem;
}

.hero-text {
  max-width: 650px;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

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

.button.primary {
  color: white;
  background: var(--terracotta);
  box-shadow: 0 12px 26px rgba(168, 86, 56, 0.26);
}

.button.secondary {
  color: white;
  border-color: rgba(255, 255, 255, 0.54);
  background: rgba(255, 255, 255, 0.1);
}

.section {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(58px, 8vw, 104px) clamp(18px, 4vw, 36px);
  scroll-margin-top: 126px;
}

.two-column,
.highlight,
.inquiry {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

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

.section-note {
  max-width: 420px;
  color: rgba(51, 41, 31, 0.74);
}

.card {
  min-height: 196px;
  padding: 24px;
  background: rgba(255, 252, 246, 0.82);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 34px rgba(51, 41, 31, 0.07);
}

.card p,
.service-callout p,
.section-heading p,
.highlight-copy p,
.inquiry-copy p,
.proof-list p,
.trip-card p,
.form-note {
  color: rgba(51, 41, 31, 0.74);
}

.service-callout {
  grid-column: 1 / -1;
  padding: 26px;
  color: var(--cream);
  background: var(--olive);
  border-radius: 8px;
}

.service-callout h3 {
  margin-bottom: 8px;
}

.service-callout p {
  margin-bottom: 0;
  color: rgba(251, 247, 239, 0.86);
}

.trip-showcase {
  max-width: none;
  padding-right: 0;
  padding-left: max(clamp(18px, 4vw, 56px), calc((100vw - 1180px) / 2));
  background: var(--sand);
}

.section-heading {
  max-width: 720px;
  padding-right: clamp(18px, 4vw, 56px);
}

.carousel-wrap {
  position: relative;
  margin-top: 32px;
}

.carousel {
  display: grid;
  grid-auto-columns: minmax(290px, 410px);
  grid-auto-flow: column;
  gap: 18px;
  overflow-x: auto;
  padding: 0 clamp(18px, 4vw, 56px) 20px 0;
  scroll-padding-left: max(clamp(18px, 4vw, 56px), calc((100vw - 1180px) / 2));
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--terracotta) transparent;
}

.trip-card {
  overflow: hidden;
  background: var(--cream);
  border: 1px solid rgba(51, 41, 31, 0.12);
  border-radius: 8px;
  box-shadow: 0 14px 40px rgba(51, 41, 31, 0.1);
  scroll-snap-align: start;
}

.trip-card img {
  display: block;
  width: 100%;
  height: 310px;
  object-fit: cover;
}

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

.trip-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--terracotta);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.carousel-controls {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding-right: clamp(18px, 4vw, 56px);
}

.carousel-button {
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--cream);
  background: var(--olive);
  font: 1.7rem/1 Georgia, "Times New Roman", serif;
  cursor: pointer;
}

.highlight {
  max-width: none;
  padding-right: max(clamp(18px, 4vw, 56px), calc((100vw - 1180px) / 2));
  padding-left: max(clamp(18px, 4vw, 56px), calc((100vw - 1180px) / 2));
  background: #e5d9c5;
}

.proof-list {
  display: grid;
  gap: 12px;
}

.proof-list div {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.proof-list span {
  color: var(--terracotta);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
}

.proof-list p {
  margin: 0;
  font-size: 1.05rem;
}

.trip-types {
  text-align: center;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.pill-row span {
  padding: 10px 14px;
  background: rgba(255, 252, 246, 0.88);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 800;
}

.inquiry {
  align-items: stretch;
}

.lead-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: clamp(20px, 4vw, 34px);
  background: #fffaf2;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 7px;
  font-size: 0.9rem;
  font-weight: 850;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 12px;
  color: var(--ink);
  background: var(--cream);
  font: inherit;
}

textarea {
  resize: vertical;
}

.full {
  grid-column: 1 / -1;
}

.form-note {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 0.87rem;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px 24px;
  padding: 26px clamp(18px, 4vw, 56px);
  color: var(--cream);
  background: var(--espresso);
}

.site-footer p {
  margin: 0;
}

@media (max-width: 780px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .nav-links {
    width: 100%;
    justify-content: space-between;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 2px;
    font-size: 0.88rem;
    white-space: nowrap;
  }

  .hero {
    min-height: 700px;
    padding: 34px 20px;
  }

  .hero-slide {
    object-position: 58% center;
  }

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

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

  .two-column,
  .highlight,
  .inquiry,
  .service-grid,
  .lead-form {
    grid-template-columns: 1fr;
  }

  .section {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .trip-showcase {
    padding-left: 18px;
  }

  .carousel {
    grid-auto-columns: 84vw;
    scroll-padding-left: 18px;
  }

  .trip-card img {
    height: 280px;
  }
}
