:root {
  --ink: #f7f1e8;
  --muted: #c9c1b4;
  --paper: #f4efe7;
  --charcoal: #11100f;
  --charcoal-2: #1b1916;
  --line: rgba(247, 241, 232, 0.18);
  --gold: #c6a46a;
  --green: #68766a;
  --rust: #9c6148;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--charcoal);
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  letter-spacing: 0;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  padding: 22px clamp(20px, 5vw, 64px);
  color: var(--ink);
  background: linear-gradient(180deg, rgba(10, 9, 8, 0.86), rgba(10, 9, 8, 0));
}

.brand {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 700;
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 3vw, 34px);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

nav a {
  color: rgba(247, 241, 232, 0.78);
}

nav a:hover,
.brand:hover,
footer a:hover {
  color: var(--gold);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-media img {
  filter: brightness(1.12) saturate(0.96) contrast(1.04);
}

.hero-media .hero-wildlife {
  object-position: 68% center;
}

.hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(9, 8, 7, 0.86) 0%, rgba(9, 8, 7, 0.54) 38%, rgba(9, 8, 7, 0.02) 72%),
    linear-gradient(180deg, rgba(9, 8, 7, 0.2) 0%, rgba(9, 8, 7, 0.82) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(700px, calc(100% - 40px));
  margin: 0 auto;
  padding: 150px 0 150px;
  transform: translateX(calc((min(100vw, var(--max)) - min(700px, calc(100vw - 40px))) / -3));
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
}

h1 {
  max-width: 780px;
  margin-bottom: 22px;
  font-size: clamp(4rem, 11vw, 9.4rem);
  line-height: 0.88;
}

.hero-copy {
  max-width: 570px;
  margin-bottom: 34px;
  color: rgba(247, 241, 232, 0.82);
  font-size: clamp(1.05rem, 1.7vw, 1.34rem);
  line-height: 1.65;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid rgba(247, 241, 232, 0.28);
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
}

.button.primary {
  border-color: var(--gold);
  background: var(--gold);
  color: #15120d;
}

.button.secondary {
  background: rgba(247, 241, 232, 0.11);
}

.button.ghost {
  background: rgba(8, 7, 6, 0.18);
}

.button:hover {
  transform: translateY(-1px);
}

.hero-proof {
  position: absolute;
  right: clamp(18px, 4vw, 60px);
  bottom: 30px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(520px, calc(100% - 36px));
  border-top: 1px solid var(--line);
  color: rgba(247, 241, 232, 0.68);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-proof span {
  padding: 16px 14px 0;
  border-left: 1px solid var(--line);
}

.intro-band {
  background: var(--paper);
  color: #1a1713;
  padding: clamp(54px, 8vw, 92px) 20px;
}

.intro-band p {
  max-width: 900px;
  margin: 0 auto;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 4.4vw, 4.6rem);
  line-height: 1.03;
}

.services {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(72px, 10vw, 132px) 0;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 34px;
}

.section-heading.compact {
  max-width: 620px;
}

.section-heading h2,
.showcase-copy h2,
.contact h2 {
  margin-bottom: 0;
  font-size: clamp(2.4rem, 5vw, 5.2rem);
  line-height: 0.98;
}

.split-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(330px, 0.9fr);
  min-height: 720px;
  background: var(--charcoal-2);
}

.showcase-image {
  min-height: 520px;
}

.showcase-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(38px, 6vw, 84px);
}

.showcase-copy p:last-child {
  max-width: 520px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.8;
}

.services {
  padding-bottom: clamp(82px, 10vw, 140px);
}

.service-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 42px;
  background: rgba(247, 241, 232, 0.14);
}

.service-list article {
  min-height: 330px;
  padding: 0;
  background: #181613;
}

.service-list article img {
  height: 150px;
  border-bottom: 1px solid rgba(247, 241, 232, 0.12);
  filter: saturate(0.92) contrast(1.04);
}

.service-list h3 {
  margin: clamp(22px, 3vw, 30px) clamp(22px, 3vw, 32px) 18px;
  color: var(--paper);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.8rem, 2.5vw, 2.45rem);
  line-height: 1;
}

.service-list p {
  margin: 0 clamp(22px, 3vw, 32px) clamp(24px, 3vw, 34px);
  color: var(--muted);
  line-height: 1.72;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: center;
  padding: clamp(56px, 8vw, 92px) clamp(20px, 5vw, 64px);
  background: var(--paper);
  color: #17130f;
}

.button.secondary.dark,
.button.ghost.dark {
  border-color: rgba(23, 19, 15, 0.26);
  color: #17130f;
}

.button.secondary.dark {
  background: rgba(23, 19, 15, 0.06);
}

footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  padding: 24px 20px 30px;
  color: rgba(247, 241, 232, 0.56);
  font-size: 0.76rem;
  text-transform: uppercase;
}

footer p {
  margin: 0;
}

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

  nav {
    gap: 14px;
    font-size: 0.68rem;
  }

  .hero-content {
    width: calc(100% - 36px);
    padding-top: 130px;
    padding-bottom: 170px;
    transform: none;
  }

  h1 {
    font-size: clamp(3.6rem, 18vw, 6rem);
  }

  .hero-proof {
    left: 18px;
    right: 18px;
    grid-template-columns: repeat(2, 1fr);
  }

  .split-showcase,
  .contact {
    grid-template-columns: 1fr;
  }

  .contact-actions {
    justify-content: flex-start;
  }

  .service-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding: 18px;
  }

  .brand {
    font-size: 1.1rem;
  }

  nav a {
    display: none;
  }

  nav a:first-child {
    display: inline;
  }

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

  .hero-media .hero-wildlife {
    transform: scale(0.9);
    transform-origin: center center;
    object-position: 62% center;
  }

  .hero-actions,
  .contact-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .button {
    width: 100%;
  }

  .intro-band p {
    font-size: clamp(2.25rem, 11vw, 3.2rem);
  }

  .services {
    width: calc(100% - 28px);
  }

  .showcase-copy {
    padding: 42px 20px 58px;
  }

  .showcase-image {
    min-height: 360px;
    background: #181613;
    overflow: hidden;
  }

  .showcase-image img {
    object-fit: contain;
    transform: scale(0.94);
    transform-origin: center center;
  }
}
