:root {
  --sand: #cac6b0;
  --olive: #3f4b20;
  --sage: #9b9f87;
  --paper: #fffdf6;
  --ink: #1d2213;
  --muted-ink: #3a4226;
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(22, 28, 12, 0.22);
  --max-width: 1180px;
  --body-font: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --display-font: "Petemoss", cursive, serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }
}

body {
  margin: 0;
  background: var(--sand);
  color: var(--ink);
  font-family: var(--body-font);
  font-size: 1rem;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

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

img {
  height: auto;
}

a {
  color: inherit;
  text-decoration-color: currentColor;
  text-underline-offset: 0.18em;
}

a:hover,
a:focus-visible {
  text-decoration-thickness: 0.16em;
}

:focus-visible {
  outline: 3px solid var(--white);
  outline-offset: 4px;
}

.section,
.hero,
.legal-card {
  scroll-margin-top: 7rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(202, 198, 176, 0.96);
  border-bottom: 1px solid rgba(63, 75, 32, 0.18);
  backdrop-filter: blur(8px);
}

.header-inner {
  width: min(100% - 2rem, var(--max-width));
  margin: 0 auto;
  padding: 0.85rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.brand {
  display: inline-flex;
  align-items: baseline;
  color: var(--olive);
  text-decoration: none;
  white-space: nowrap;
}

.primary-nav ul,
.footer-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem 1.15rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.primary-nav a,
.footer-links a {
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
}

.primary-nav a:hover,
.primary-nav a:focus-visible,
.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--olive);
  text-decoration: underline;
}

.hero {
  position: relative;
  min-height: clamp(430px, 70vh, 740px);
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--olive);
  color: var(--white);
}

.hero picture,
.hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero img {
  object-fit: cover;
  object-position: center;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 15, 5, 0.08) 10%, rgba(9, 15, 5, 0.74) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(100% - 2rem, var(--max-width));
  margin: 0 auto;
  padding: clamp(4rem, 9vw, 4rem) 0;
}

.eyebrow,
.kicker {
  margin: 0 0 0.65rem;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.hero h1,
.section h2,
.legal-card h2 {
  margin: 0;
  font-family: var(--display-font);
  font-weight: 400;
  line-height: 0.95;
}

.hero h1 {
  max-width: 780px;
  font-size: clamp(5rem, 10vw, 7.3rem);
  letter-spacing: -0.055em;
  text-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}

.hero-copy {
  max-width: 760px;
  margin: 1.2rem 0 1.8rem;
  font-size: clamp(1.35rem, 3.2vw, 2rem);
  font-weight: 500;
  line-height: 1.15;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.72rem 1.2rem;
  border: 2px solid var(--white);
  border-radius: 999px;
  background: var(--white);
  color: var(--olive);
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.18);
}

.button:hover,
.button:focus-visible {
  background: var(--sand);
}

.section {
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.section-inner {
  width: min(100% - 2rem, var(--max-width));
  margin: 0 auto;
}

.section-olive {
  background: var(--olive);
  color: var(--white);
}

.section-sand {
  background: var(--sand);
  color: var(--ink);
}

.section-sand .kicker {
  color: var(--muted-ink);
}

.section h2 {
  margin-bottom: clamp(1.3rem, 3vw, 2rem);
  font-size: clamp(3.2rem, 8vw, 6.25rem);
  letter-spacing: -0.065em;
}

.section-olive h2,
.section-olive .kicker {
  color: var(--white);
}

.section-sand h2 {
  color: var(--olive);
}

.section-copy p {
  margin: 0 0 1.1rem;
}

.highlight {
  font-size: clamp(1.35rem, 2.4vw, 1.8rem) !important;
  font-weight: 600;
  line-height: 1.24;
  margin: 2rem 0 2rem !important;
  font-style: italic;
}

.two-column-portrait {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.72fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.two-column {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.framed-image {
  margin: 0;
  border: 6px solid var(--paper);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.framed-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portrait-card {
  max-width: 460px;
  justify-self: center;
}

.landscape-card img {
  aspect-ratio: 3 / 2;
}

.testimonial-copy blockquote {
  margin: 0;
}

.testimonial-copy blockquote p {
  margin-bottom: 1.4rem;
  font-size: clamp(1.15rem, 2vw, 1.3rem);
  font-style: italic;
  line-height: 1.45;
}

.testimonial-copy blockquote footer {
  font-size: clamp(1.05rem, 1.7vw, 1.3rem);
  font-weight: 500;
}

.packages-section h2 {
  margin-bottom: 2rem;
}

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

.package-card {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: clamp(1.1rem, 2.2vw, 1.45rem);
  border: 1px solid rgba(29, 34, 19, 0.22);
  background: rgba(255, 253, 246, 0.34);
}

.package-card-featured {
  background: rgba(155, 159, 135, 0.45);
}

.package-card-wide {
  grid-column: 1 / -1;
}

.package-card-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid rgba(29, 34, 19, 0.2);
  padding-bottom: 0.55rem;
}

.package-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
  line-height: 1.2;
}

.package-card h3 span {
  display: block;
  color: var(--muted-ink);
  font-size: 0.88em;
  font-weight: 650;
}

.package-card p {
  margin: 0;
}

.price {
  flex: 0 0 auto;
  color: var(--olive);
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
  font-weight: 850;
}

.travel-note {
  margin: 1.35rem 0 0;
  padding: 1rem 1.1rem;
  font-style: italic;
  font-size: 0.9rem;
}

.contact-section .section-inner {
  max-width: 1080px;
}

.form-placeholder {
  min-height: 280px;
  display: grid;
  place-items: center;
  padding: clamp(2rem, 6vw, 4rem);
  border: 2px dashed rgba(63, 75, 32, 0.25);
  background: var(--paper);
  color: var(--ink);
  text-align: center;
  box-shadow: var(--shadow);
}

.form-placeholder p {
  max-width: 620px;
  margin: 0.25rem auto;
  font-size: clamp(1rem, 1.7vw, 1.25rem);
}

.legal-section {
  padding: 3rem 0;
}

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

.legal-card {
  padding: 1.35rem;
  background: rgba(255, 253, 246, 0.4);
  border: 1px solid rgba(29, 34, 19, 0.18);
}

.legal-card h2 {
  margin-bottom: 0.75rem;
  color: var(--olive);
  font-size: clamp(2rem, 4.5vw, 3.4rem);
}

.legal-card p {
  margin: 0;
}

.site-footer {
  background: var(--sand);
  color: var(--ink);
  border-top: 1px solid rgba(63, 75, 32, 0.2);
}

.footer-inner {
  width: min(100% - 2rem, var(--max-width));
  margin: 0 auto;
  padding: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem 1.5rem;
  font-size: 0.9rem;
}

.footer-inner p {
  margin: 0;
}

.footer-inner a {
  color: var(--olive);
}

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

  .header-inner {
    align-items: flex-center;
    flex-direction: column;
    gap: 0.8rem;
  }

  .primary-nav ul {
    gap: 0.4rem;
  }
/*
  .primary-nav a {
    display: inline-block;
    padding: 0.45rem 0.65rem;
    border-radius: 999px;
    background: rgba(255, 253, 246, 0.35);
  }*/

  .footer-inner {
    flex-direction: column;
    align-items: start;
    gap: 1rem;
  }
}

@media (max-width: 860px) {
  .two-column,
  .two-column-portrait,
  .packages-grid,
  .legal-grid {
    grid-template-columns: 1fr;
  }

  .two-column .framed-image,
  .two-column-portrait .framed-image {
    order: -1;
  }

  .portrait-card {
    max-width: 360px;
  }

  .package-card-wide {
    grid-column: auto;
  }
}

@media (max-width: 620px) {
  .header-inner,
  .section-inner,
  .hero-content,
  .footer-inner {
    width: min(100% - 1.25rem, var(--max-width));
  }

  .brand {
    white-space: normal;
  }

  .brand-main {
    font-size: clamp(1.8rem, 11vw, 2.8rem);
  }

  .brand-accent {
    font-size: clamp(1.1rem, 7vw, 1.7rem);
  }

  .hero {
    min-height: 520px;
  }

  .hero-content {
    padding-bottom: 3rem;
  }

  .section {
    padding: 3.2rem 0;
  }

  .section h2 {
    font-size: clamp(2.85rem, 16vw, 4.8rem);
  }

  .package-card-header {
    display: block;
  }

  .price {
    margin-top: 0.4rem;
  }

  .framed-image {
    border-width: 7px;
  }
}
