:root {
  --ink: #172019;
  --muted: #667061;
  --leaf: #0f5a33;
  --leaf-2: #143f2a;
  --gold: #c9a33b;
  --cream: #f4f1e8;
  --paper: #fbfaf5;
  --line: rgba(23, 32, 25, 0.14);
  --shadow: 0 24px 80px rgba(12, 28, 16, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

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

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

.site-header.is-scrolled {
  background: rgba(251, 250, 245, 0.94);
  color: var(--ink);
  box-shadow: 0 8px 34px rgba(12, 28, 16, 0.1);
  backdrop-filter: blur(18px);
  padding-block: 10px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}

.brand img {
  width: 44px;
  height: 34px;
  object-fit: contain;
  background: white;
  border-radius: 4px;
}

.site-nav {
  display: flex;
  gap: clamp(14px, 2vw, 30px);
  font-size: 0.92rem;
  font-weight: 700;
}

.site-nav a {
  opacity: 0.86;
}

.site-nav a:hover {
  opacity: 1;
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: 0;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.nav-cta {
  padding: 0 18px;
  background: var(--gold);
  color: #161408;
}

.button {
  padding: 0 22px;
}

.button:hover,
.nav-cta:hover {
  transform: translateY(-2px);
}

.button.primary {
  background: var(--gold);
  color: #161408;
}

.button.secondary {
  border: 1px solid rgba(255, 255, 255, 0.58);
  color: white;
}

.button.secondary.dark {
  border-color: rgba(23, 32, 25, 0.32);
  color: var(--ink);
}

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

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

.hero picture img {
  object-fit: cover;
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(8, 21, 12, 0.88) 0%, rgba(8, 21, 12, 0.62) 38%, rgba(8, 21, 12, 0.2) 72%),
    linear-gradient(0deg, rgba(8, 21, 12, 0.55), rgba(8, 21, 12, 0.08));
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(720px, calc(100% - 36px));
  margin: 0 0 clamp(92px, 12vh, 132px) clamp(18px, 7vw, 96px);
  color: white;
}

.eyebrow,
.section-kicker {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-size: clamp(4.2rem, 13vw, 10.5rem);
  line-height: 0.82;
  letter-spacing: 0;
}

.hero-line {
  max-width: 650px;
  margin: 28px 0 0;
  color: white;
  font-size: clamp(1.15rem, 2.3vw, 2.05rem);
  line-height: 1.18;
  font-weight: 700;
}

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

.hero-note {
  position: absolute;
  z-index: 2;
  right: clamp(18px, 5vw, 64px);
  bottom: clamp(20px, 6vw, 58px);
  max-width: 310px;
  color: white;
  border-left: 3px solid var(--gold);
  padding-left: 16px;
}

.hero-note span {
  color: var(--gold);
  font-weight: 900;
}

.hero-note strong {
  display: block;
  margin-top: 6px;
  line-height: 1.25;
}

.section-pad {
  padding: clamp(72px, 10vw, 132px) clamp(18px, 6vw, 86px);
}

.intro-grid,
.split-heading,
.method-grid,
.team,
.final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.7fr);
  gap: clamp(34px, 7vw, 100px);
  align-items: start;
}

h2 {
  margin: 0;
  font-size: clamp(2.2rem, 5.4vw, 5.4rem);
  line-height: 0.96;
  letter-spacing: 0;
}

h3 {
  margin: 0;
}

p {
  color: var(--muted);
  line-height: 1.65;
}

.intro-copy p,
.split-heading > p,
.method-copy p,
.team-copy p,
.final-copy p {
  margin-top: 0;
  font-size: 1.05rem;
}

.orchard-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(46px, 7vw, 82px);
}

.orchard-pair figure {
  position: relative;
  min-height: clamp(420px, 54vw, 720px);
  margin: 0;
  overflow: hidden;
  background: var(--leaf-2);
}

.orchard-pair img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.orchard-pair figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 70px 24px 24px;
  color: white;
  background: linear-gradient(0deg, rgba(7, 18, 10, 0.82), transparent);
  font-weight: 850;
  line-height: 1.2;
}

.proof-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-block: 1px solid var(--line);
  background: var(--cream);
}

.proof-band div {
  min-height: 158px;
  padding: 26px clamp(18px, 4vw, 42px);
  border-right: 1px solid var(--line);
}

.proof-band strong {
  display: block;
  color: var(--leaf);
  font-size: clamp(1.5rem, 3.1vw, 3rem);
  line-height: 0.9;
}

.proof-band span {
  display: block;
  max-width: 220px;
  margin-top: 14px;
  color: var(--muted);
  font-weight: 750;
}

.services {
  background: var(--paper);
}

.service-list {
  margin-top: 64px;
  border-top: 1px solid var(--line);
}

.service {
  display: grid;
  grid-template-columns: 72px minmax(190px, 0.4fr) minmax(0, 1fr);
  gap: 24px;
  align-items: baseline;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.service span,
.steps span {
  color: var(--gold);
  font-weight: 900;
}

.service h3 {
  font-size: clamp(1.25rem, 2vw, 1.8rem);
}

.service p {
  margin: 0;
}

.work {
  background: #132218;
  color: white;
}

.work p {
  color: rgba(255, 255, 255, 0.72);
}

.gallery {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 280px;
  gap: 12px;
}

.work-item {
  position: relative;
  overflow: hidden;
  margin: 0;
  min-height: 0;
  background: #263426;
}

.work-item.tall {
  grid-row: span 2;
}

.work-item.wide {
  grid-column: span 2;
}

.work-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms ease;
}

.work-item:hover img {
  transform: scale(1.045);
}

.work-item figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 118px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 58px 18px 18px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0.48) 58%, transparent 100%);
}

.work-item span {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.work-item strong {
  display: block;
  margin-top: 5px;
  line-height: 1.18;
}

.work-item.community img {
  object-position: center top;
}

.method {
  background: var(--cream);
}

.video-method {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  color: white;
  background: #102018;
}

.method-video {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.method-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(9, 20, 13, 0.9) 0%, rgba(9, 20, 13, 0.72) 48%, rgba(9, 20, 13, 0.38) 100%),
    linear-gradient(0deg, rgba(9, 20, 13, 0.72), rgba(9, 20, 13, 0.22));
}

.video-method p {
  color: rgba(255, 255, 255, 0.78);
}

.video-method .steps {
  border-top-color: rgba(255, 255, 255, 0.22);
}

.video-method .steps li {
  border-bottom-color: rgba(255, 255, 255, 0.22);
}

.video-method .steps strong {
  color: white;
}

.steps {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
}

.steps li {
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.steps strong {
  display: block;
  margin-top: 8px;
  font-size: 1.18rem;
}

.steps p {
  margin: 6px 0 0;
}

.team {
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  background: var(--leaf-2);
  color: white;
}

.team-image {
  min-height: 640px;
}

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

.team-copy {
  align-self: center;
  padding: clamp(48px, 7vw, 92px);
}

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

.testimonials {
  background: var(--paper);
}

.testimonial-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
  gap: 16px;
  margin-top: 58px;
}

.testimonial {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(26px, 4vw, 42px);
  background: var(--cream);
  border-left: 3px solid var(--gold);
}

.testimonial.featured {
  background: var(--leaf);
  color: white;
  border-left-color: var(--gold);
}

.testimonial p {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.12rem, 2vw, 1.6rem);
  line-height: 1.34;
  font-weight: 800;
}

.testimonial.featured p,
.testimonial.featured footer span {
  color: rgba(255, 255, 255, 0.86);
}

.testimonial footer {
  margin-top: 34px;
}

.testimonial footer strong,
.testimonial footer span {
  display: block;
}

.testimonial footer strong {
  font-size: 1rem;
}

.testimonial footer span {
  margin-top: 5px;
  color: var(--muted);
  line-height: 1.35;
}

.blog {
  background: var(--cream);
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 58px;
}

.blog-post {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: var(--paper);
  box-shadow: 0 18px 50px rgba(12, 28, 16, 0.08);
}

.blog-post img {
  width: 100%;
  aspect-ratio: 1.2;
  object-fit: cover;
}

.blog-post div {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.blog-post span {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.blog-post h3 {
  margin-top: 12px;
  font-size: clamp(1.15rem, 1.6vw, 1.55rem);
  line-height: 1.08;
}

.blog-post p {
  margin: 14px 0 24px;
}

.blog-post a {
  margin-top: auto;
  color: var(--leaf);
  font-weight: 900;
}

.faq {
  background: var(--paper);
}

.faq-list {
  margin-top: 58px;
  border-top: 1px solid var(--line);
}

.faq-item {
  display: grid;
  grid-template-columns: minmax(220px, 0.55fr) minmax(0, 1fr);
  gap: clamp(18px, 4vw, 54px);
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}

.faq-item h3 {
  font-size: clamp(1.18rem, 2vw, 1.7rem);
  line-height: 1.08;
}

.faq-item p {
  margin: 0;
  font-size: 1.05rem;
}

.brand-mark {
  background: white;
}

.brand-mark-inner {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
  gap: clamp(34px, 7vw, 92px);
  align-items: center;
}

.brand-mark-inner img {
  width: min(480px, 100%);
  margin: 0 auto;
  mix-blend-mode: multiply;
}

.brand-mark-inner p:not(.section-kicker) {
  max-width: 680px;
  font-size: 1.08rem;
}

.final-cta {
  position: relative;
  min-height: 720px;
  align-items: center;
  color: white;
  overflow: hidden;
}

.final-cta > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.final-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(9, 22, 13, 0.88), rgba(9, 22, 13, 0.34));
}

.final-copy {
  position: relative;
  z-index: 1;
  width: min(680px, calc(100% - 36px));
  margin-left: clamp(18px, 7vw, 96px);
}

.final-copy p {
  color: rgba(255, 255, 255, 0.76);
}

.contact-details {
  display: grid;
  gap: 4px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.35;
}

.article-page {
  padding-top: 82px;
  background: var(--paper);
}

.article-page article {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(54px, 8vw, 104px) 0;
}

.article-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.7fr);
  gap: clamp(34px, 6vw, 78px);
  align-items: end;
}

.article-hero .section-kicker {
  grid-column: 1;
  margin-bottom: 14px;
}

.article-hero h1 {
  grid-column: 1;
  margin: 0;
  font-size: clamp(3rem, 7vw, 7.2rem);
  line-height: 0.9;
  letter-spacing: 0;
}

.article-hero p:not(.section-kicker) {
  grid-column: 1;
  margin: 22px 0 0;
  font-size: clamp(1.08rem, 2vw, 1.35rem);
}

.article-hero img {
  grid-column: 2;
  grid-row: 1 / span 3;
  width: 100%;
  min-height: 560px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.article-body {
  width: min(760px, 100%);
  margin-top: clamp(54px, 8vw, 94px);
}

.article-body h2 {
  margin-top: 42px;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  line-height: 1.02;
}

.article-body p {
  font-size: 1.08rem;
}

.article-body .button {
  margin-top: 18px;
}

.related-articles {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: 0 0 clamp(60px, 8vw, 100px);
}

.related-articles h2 {
  font-size: clamp(2rem, 4vw, 4rem);
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.related-grid a {
  display: block;
  padding: 22px;
  background: var(--cream);
  border-left: 3px solid var(--gold);
  font-weight: 900;
  line-height: 1.18;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px;
  padding: 26px clamp(18px, 6vw, 86px);
  background: #09140d;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
}

.footer span:first-child {
  color: white;
  font-weight: 900;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-2 {
  transition-delay: 180ms;
  animation-delay: 180ms;
}

.hero-enter {
  animation: heroRise 720ms ease both;
}

@keyframes heroRise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .site-nav {
    display: none;
  }

  .intro-grid,
  .split-heading,
  .method-grid,
  .team,
  .final-cta {
    grid-template-columns: 1fr;
  }

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

  .orchard-pair {
    grid-template-columns: 1fr;
  }

  .orchard-pair figure {
    min-height: 520px;
  }

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

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

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

  .testimonial.featured {
    grid-column: span 2;
  }

  .team-image {
    min-height: 460px;
  }

  .article-hero {
    grid-template-columns: 1fr;
  }

  .article-hero .section-kicker,
  .article-hero h1,
  .article-hero p:not(.section-kicker),
  .article-hero img {
    grid-column: auto;
    grid-row: auto;
  }

  .article-hero img {
    min-height: 420px;
  }

  .brand-mark-inner,
  .related-grid {
    grid-template-columns: 1fr;
  }

  .faq-item {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-header {
    gap: 12px;
  }

  .brand span {
    display: none;
  }

  .nav-cta {
    min-height: 40px;
    padding: 0 14px;
  }

  .hero {
    min-height: 92svh;
  }

  .hero-shade {
    background:
      linear-gradient(0deg, rgba(8, 21, 12, 0.82), rgba(8, 21, 12, 0.18)),
      linear-gradient(90deg, rgba(8, 21, 12, 0.72), rgba(8, 21, 12, 0.16));
  }

  .hero-copy {
    margin: 0 18px 128px;
    width: auto;
  }

  .hero-note {
    left: 18px;
    right: 18px;
    bottom: 24px;
    max-width: none;
  }

  .hero h1 {
    font-size: clamp(4rem, 24vw, 6.4rem);
  }

  .button {
    width: 100%;
  }

  .proof-band,
  .gallery,
  .testimonial-grid,
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .gallery {
    grid-auto-rows: auto;
  }

  .testimonial.featured {
    grid-column: auto;
  }

  .proof-band div {
    min-height: 132px;
  }

  .orchard-pair figure {
    min-height: 430px;
  }

  .orchard-pair figcaption {
    padding: 56px 18px 18px;
  }

  .service {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .work-item,
  .work-item.tall,
  .work-item.wide {
    grid-column: auto;
    grid-row: auto;
    min-height: 0;
  }

  .work-item figcaption {
    position: relative;
    min-height: 128px;
    padding: 20px 18px 22px;
    background: #09140d;
  }

  .work-item img {
    height: 282px;
    min-height: 0;
  }

  .team-copy {
    padding: 42px 18px 58px;
  }

  .final-copy {
    margin: 0 18px;
  }

  .article-page article {
    width: min(100% - 36px, 1120px);
    padding-top: 42px;
  }

  .article-hero img {
    min-height: 330px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
