:root {
  --pine-950: #12241c;
  --pine-900: #173228;
  --pine-800: #1d3a2e;
  --pine-700: #28503f;
  --cream-100: #f7f2e7;
  --cream-200: #ece2d1;
  --cream-300: #dbcbb4;
  --terracotta: #c86f49;
  --amber: #d7a44d;
  --ink: #18211b;
  --mist: rgba(247, 242, 231, 0.78);
  --line: rgba(24, 33, 27, 0.12);
  --white: #ffffff;
  --shadow-soft: 0 26px 80px rgba(18, 36, 28, 0.18);
  --shadow-hero: 0 42px 120px rgba(7, 18, 13, 0.38);
  --radius-large: 2rem;
  --radius-pill: 999px;
  --content-width: min(1160px, calc(100vw - 2.5rem));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(215, 164, 77, 0.15), transparent 28%),
    radial-gradient(circle at 85% 0%, rgba(40, 80, 63, 0.16), transparent 22%),
    linear-gradient(180deg, #fbf8f1 0%, #f5eee1 100%);
}

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

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

p {
  margin: 0;
  line-height: 1.7;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Fraunces", serif;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.site-header {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: var(--content-width);
  margin-top: 1rem;
  padding: 0.95rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-pill);
  background: rgba(18, 36, 28, 0.48);
  backdrop-filter: blur(18px);
  color: var(--white);
  transform: translateX(-50%);
  transition: background-color 240ms ease, border-color 240ms ease;
}

.site-header.is-scrolled {
  background: rgba(18, 36, 28, 0.72);
  border-color: rgba(255, 255, 255, 0.24);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.brand img {
  width: 2.75rem;
  height: 2.75rem;
}

.site-nav {
  display: inline-flex;
  gap: 1.5rem;
  font-size: 0.96rem;
}

.site-nav a {
  position: relative;
  color: rgba(255, 255, 255, 0.86);
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.25rem;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.9);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.85rem 1.35rem;
  border-radius: var(--radius-pill);
  font-weight: 800;
  transition: transform 220ms ease, background-color 220ms ease, color 220ms ease, border-color 220ms ease;
}

.header-cta,
.button-primary {
  background: var(--amber);
  color: var(--pine-950);
}

.button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

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

.hero {
  position: relative;
  min-height: 100svh;
  padding: 8rem 0 4rem;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(100deg, rgba(10, 20, 15, 0.88) 0%, rgba(18, 36, 28, 0.62) 44%, rgba(18, 36, 28, 0.16) 100%),
    url("https://images.pexels.com/photos/29773193/pexels-photo-29773193.jpeg?cs=srgb&dl=pexels-michal-zalewski-793304466-29773193.jpg&fm=jpg") center/cover no-repeat;
}

.hero::before {
  content: "";
  position: absolute;
  inset: auto auto -18% -12%;
  width: 36rem;
  height: 36rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(215, 164, 77, 0.26), transparent 70%);
  filter: blur(10px);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(18, 36, 28, 0.28) 0%, rgba(18, 36, 28, 0.12) 25%, rgba(18, 36, 28, 0.48) 100%),
    radial-gradient(circle at 78% 26%, rgba(255, 255, 255, 0.18), transparent 12%);
  pointer-events: none;
}

.hero-inner,
.section,
.site-footer {
  position: relative;
  width: var(--content-width);
  margin: 0 auto;
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 2rem;
  align-items: end;
  min-height: calc(100svh - 12rem);
}

.hero-copy {
  max-width: 42rem;
}

.hero-logo {
  width: clamp(12rem, 24vw, 16rem);
  margin-bottom: 1rem;
}

.eyebrow {
  margin-bottom: 1rem;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.84);
}

.eyebrow-dark {
  color: var(--pine-700);
}

.hero h1 {
  font-size: clamp(3rem, 6vw, 5.8rem);
  line-height: 0.95;
  max-width: 12ch;
}

.hero-text {
  margin-top: 1.4rem;
  max-width: 40rem;
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  color: rgba(255, 255, 255, 0.85);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.6rem;
  margin-top: 2rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.hero-points li {
  position: relative;
  padding-left: 1rem;
  font-size: 0.98rem;
  color: rgba(255, 255, 255, 0.8);
}

.hero-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68rem;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  background: var(--amber);
}

.hero-visual {
  justify-self: end;
  width: min(30rem, 100%);
  transform: translateY(calc(var(--parallax-offset, 0px) * 1px));
}

.hero-plate-frame {
  position: relative;
  overflow: hidden;
  border-radius: 2.2rem;
  box-shadow: var(--shadow-hero);
  transform: rotate(6deg);
}

.hero-plate-frame::after {
  content: "";
  position: absolute;
  inset: auto -10% -18% 18%;
  height: 45%;
  background: linear-gradient(180deg, rgba(18, 36, 28, 0), rgba(18, 36, 28, 0.6));
}

.hero-plate-frame img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.seal {
  position: absolute;
  inset: auto auto -1.8rem -2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.12rem;
  width: 8.5rem;
  aspect-ratio: 1;
  padding: 1rem;
  border-radius: 50%;
  background: rgba(247, 242, 231, 0.92);
  color: var(--pine-900);
  box-shadow: var(--shadow-soft);
  text-align: center;
}

.seal span {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.section {
  padding: 6.5rem 0;
}

.section-heading {
  display: grid;
  gap: 0.8rem;
  margin-bottom: 2.6rem;
}

.section-heading h2 {
  max-width: 14ch;
  font-size: clamp(2.2rem, 4.1vw, 4rem);
  color: var(--pine-900);
}

.section-heading.narrow h2 {
  max-width: 18ch;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  gap: 3rem;
  align-items: start;
}

.intro-copy {
  display: grid;
  gap: 1.15rem;
  font-size: 1.06rem;
}

.focus-list {
  display: grid;
  gap: 1rem;
  padding-top: 0.4rem;
}

.focus-list li {
  position: relative;
  padding: 1.15rem 0 1.15rem 1.6rem;
  border-top: 1px solid var(--line);
  font-weight: 600;
}

.focus-list li:last-child {
  border-bottom: 1px solid var(--line);
}

.focus-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.65rem;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: var(--terracotta);
  color: var(--terracotta);
}

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

.service {
  padding: 2rem 0;
}

.service + .service {
  border-left: 1px solid var(--line);
  padding-left: 2rem;
}

.service-number {
  display: inline-block;
  margin-bottom: 1rem;
  color: var(--terracotta);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.service h3 {
  margin-bottom: 0.8rem;
  font-size: 1.75rem;
  color: var(--pine-900);
}

.story {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 2.5rem;
  align-items: start;
}

.story-copy {
  display: grid;
  gap: 1.1rem;
  padding-right: 1rem;
}

.story-copy h2 {
  font-size: clamp(2.2rem, 3.5vw, 3.6rem);
  color: var(--pine-900);
  max-width: 14ch;
}

.story-media {
  display: grid;
  gap: 1.4rem;
}

.media-block {
  overflow: hidden;
  border-radius: var(--radius-large);
  box-shadow: var(--shadow-soft);
  background: var(--white);
}

.media-block img {
  width: 100%;
  object-fit: cover;
}

.media-mountain img {
  aspect-ratio: 16 / 10;
}

.media-vegetables img {
  aspect-ratio: 5 / 4;
}

.media-block figcaption {
  padding: 1rem 1.2rem 1.15rem;
  font-size: 0.92rem;
  color: rgba(24, 33, 27, 0.72);
}

.seo-copy {
  position: relative;
}

.seo-copy::before {
  content: "";
  position: absolute;
  inset: 4rem -2rem auto auto;
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200, 111, 73, 0.18), transparent 70%);
}

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

.seo-columns div {
  display: grid;
  gap: 1.1rem;
}

.faq-list {
  display: grid;
  gap: 1rem;
}

.faq-list details {
  padding: 1.35rem 1.4rem;
  border: 1px solid var(--line);
  border-radius: 1.4rem;
  background: rgba(255, 255, 255, 0.62);
}

.faq-list summary {
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list p {
  margin-top: 0.85rem;
  color: rgba(24, 33, 27, 0.78);
}

.contact {
  padding-bottom: 7rem;
}

.contact-card {
  position: relative;
  overflow: hidden;
  padding: 3rem;
  border-radius: 2.2rem;
  background:
    linear-gradient(135deg, rgba(18, 36, 28, 0.96), rgba(29, 58, 46, 0.88)),
    linear-gradient(45deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
  color: var(--white);
  box-shadow: var(--shadow-soft);
}

.contact-card::after {
  content: "";
  position: absolute;
  inset: auto -6rem -8rem auto;
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(215, 164, 77, 0.3), transparent 72%);
}

.contact-card h2 {
  max-width: 14ch;
  font-size: clamp(2.2rem, 3.6vw, 3.8rem);
  color: var(--white);
}

.contact-card p:nth-of-type(2) {
  max-width: 44rem;
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.8);
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0 0 2.5rem;
  color: rgba(24, 33, 27, 0.7);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms ease, transform 700ms ease;
}

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

@media (max-width: 1024px) {
  .site-header {
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 1.5rem;
  }

  .hero-inner,
  .intro-grid,
  .story,
  .seo-columns {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    gap: 2.5rem;
    padding-top: 4rem;
  }

  .hero h1 {
    max-width: 11ch;
  }

  .hero-visual {
    justify-self: start;
    width: min(28rem, 88vw);
  }

  .services {
    grid-template-columns: 1fr;
  }

  .service + .service {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-left: 0;
    padding-top: 2rem;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 720px) {
  :root {
    --content-width: min(100vw - 1.25rem, 100%);
  }

  .site-header {
    width: calc(100vw - 1.25rem);
    padding: 0.9rem 1rem;
  }

  .site-nav {
    order: 3;
    width: 100%;
    justify-content: space-between;
    gap: 0.75rem;
    font-size: 0.88rem;
  }

  .header-cta {
    width: 100%;
  }

  .hero {
    padding-top: 11.5rem;
  }

  .hero-inner {
    min-height: auto;
  }

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

  .hero-text,
  .intro-copy,
  .seo-columns {
    font-size: 1rem;
  }

  .section {
    padding: 4.5rem 0;
  }

  .section-heading h2,
  .story-copy h2,
  .contact-card h2 {
    max-width: none;
  }

  .contact-card {
    padding: 2rem 1.4rem;
  }

  .seal {
    left: auto;
    right: 1rem;
    bottom: -1.5rem;
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
