:root {
  --forest: #193b2a;
  --forest-2: #28533d;
  --sage: #94a887;
  --leaf: #dce8d4;
  --paper: #fbfaf5;
  --warm: #efe9dc;
  --ink: #18241d;
  --muted: #617066;
  --line: rgba(25, 59, 42, 0.16);
  --shadow: 0 24px 80px rgba(16, 34, 24, 0.18);
  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);
  line-height: 1.6;
}

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

a {
  color: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 5vw, 64px);
  color: var(--paper);
  background: linear-gradient(180deg, rgba(15, 35, 24, 0.68), rgba(15, 35, 24, 0));
}

.brand {
  display: inline-flex;
  width: 158px;
}

.brand img {
  width: 100%;
  height: auto;
}

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

.nav a {
  text-decoration: none;
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.32);
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: end;
  padding: 132px clamp(20px, 6vw, 84px) 74px;
  color: var(--paper);
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16, 34, 24, 0.82), rgba(16, 34, 24, 0.2) 62%, rgba(16, 34, 24, 0.42)),
    linear-gradient(180deg, rgba(16, 34, 24, 0.12), rgba(16, 34, 24, 0.74));
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-copy {
  position: relative;
  z-index: 1;
  width: min(680px, 100%);
}

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

.hero .eyebrow {
  color: var(--leaf);
}

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

h1 {
  margin-bottom: 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4rem, 9vw, 8.4rem);
  line-height: 0.9;
  font-weight: 500;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 4.5vw, 4.6rem);
  line-height: 1.02;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--forest);
}

h3 {
  margin-bottom: 12px;
  font-size: 1.25rem;
  line-height: 1.2;
  color: var(--forest);
}

.hero-copy p {
  max-width: 560px;
  margin-bottom: 28px;
  font-size: clamp(1.08rem, 2vw, 1.34rem);
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border: 1px solid rgba(251, 250, 245, 0.6);
  border-radius: 999px;
  color: var(--paper);
  background: var(--forest);
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(9, 21, 14, 0.22);
  transition: transform 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
  background: var(--forest-2);
}

.button-light {
  color: var(--forest);
  background: var(--paper);
  border-color: transparent;
}

.button-light:hover {
  color: var(--paper);
}

.intro,
.about,
.details {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.76fr);
  gap: clamp(28px, 6vw, 90px);
  padding: clamp(72px, 10vw, 126px) clamp(20px, 6vw, 84px);
}

.intro {
  align-items: start;
  background: var(--paper);
}

.intro > p,
.about-copy p,
.details dd,
.contact p {
  color: var(--muted);
  font-size: clamp(1.03rem, 1.5vw, 1.17rem);
}

.benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.benefits article {
  min-height: 260px;
  padding: clamp(26px, 4vw, 48px);
  background: var(--warm);
}

.benefits span {
  display: block;
  margin-bottom: 38px;
  color: var(--forest-2);
  font-size: 0.82rem;
  font-weight: 800;
}

.benefits p {
  margin-bottom: 0;
  color: var(--muted);
}

.photo-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  align-items: center;
  gap: clamp(28px, 6vw, 86px);
  padding: clamp(64px, 9vw, 116px) clamp(20px, 6vw, 84px);
  background: var(--forest);
}

.photo-band-copy {
  max-width: 620px;
}

.photo-band-copy h2,
.photo-band-copy p {
  color: var(--paper);
}

.photo-band-copy p:not(.eyebrow) {
  max-width: 520px;
  margin-bottom: 0;
  color: rgba(251, 250, 245, 0.74);
  font-size: clamp(1.03rem, 1.5vw, 1.17rem);
}

.photo-band figure {
  margin: 0;
  justify-self: end;
  width: min(100%, 430px);
}

.photo-band img {
  width: 100%;
  height: auto;
  box-shadow: var(--shadow);
}

.about {
  align-items: center;
  background: var(--paper);
}

.about-image {
  justify-self: end;
  width: min(390px, 100%);
  box-shadow: var(--shadow);
}

.about-image img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
}

.details {
  background: var(--leaf);
}

.details dl {
  margin: 0;
}

.details div {
  padding: 22px 0;
  border-bottom: 1px solid rgba(25, 59, 42, 0.18);
}

.details dt {
  margin-bottom: 6px;
  color: var(--forest);
  font-weight: 900;
}

.details dd {
  margin: 0;
}

.contact {
  padding: clamp(76px, 10vw, 132px) clamp(20px, 6vw, 84px);
  color: var(--paper);
  background: var(--forest);
  text-align: center;
}

.contact .eyebrow,
.contact h2,
.contact p {
  color: inherit;
}

.contact p {
  max-width: 640px;
  margin: 0 auto 30px;
  color: rgba(251, 250, 245, 0.76);
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 26px clamp(20px, 6vw, 84px);
  color: rgba(251, 250, 245, 0.76);
  background: #102318;
  font-size: 0.92rem;
}

.footer p {
  margin: 0;
}

.footer a {
  text-decoration: none;
}

@media (max-width: 820px) {
  .site-header {
    position: absolute;
    align-items: flex-start;
  }

  .brand {
    width: 138px;
  }

  .nav {
    display: none;
  }

  .hero {
    min-height: 88vh;
    padding: 118px 20px 48px;
  }

  .hero::after {
    background:
      linear-gradient(180deg, rgba(16, 34, 24, 0.2), rgba(16, 34, 24, 0.83)),
      linear-gradient(90deg, rgba(16, 34, 24, 0.78), rgba(16, 34, 24, 0.16));
  }

  .hero-media img {
    object-position: 56% center;
  }

  h1 {
    font-size: clamp(3.35rem, 17vw, 5.6rem);
  }

  .intro,
  .about,
  .details {
    grid-template-columns: 1fr;
  }

  .benefits,
  .photo-band {
    grid-template-columns: 1fr;
  }

  .benefits article {
    min-height: auto;
  }

  .photo-band figure {
    justify-self: start;
    width: min(100%, 390px);
  }

  .about-image {
    justify-self: start;
    width: min(100%, 340px);
  }

  .footer {
    flex-direction: column;
  }
}

@media (max-width: 420px) {
  .hero-actions {
    align-items: stretch;
  }

  .button {
    width: 100%;
  }
}
