:root {
  --bg: #f3efe6;
  --bg-deep: #e7e0d2;
  --ink: #1c241c;
  --muted: #5c665c;
  --line: rgba(28, 36, 28, 0.12);
  --accent: #2f6a4a;
  --accent-2: #c4a35a;
  --surface: rgba(255, 252, 246, 0.72);
  --shadow: 0 24px 60px rgba(28, 36, 28, 0.08);
  --radius: 18px;
  --font-sans: "Instrument Sans", "Segoe UI", sans-serif;
  --font-display: "Newsreader", Georgia, serif;
  --shell: min(1120px, calc(100% - 2.5rem));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(1200px 600px at 10% -10%, rgba(47, 106, 74, 0.12), transparent 55%),
    radial-gradient(900px 500px at 100% 0%, rgba(196, 163, 90, 0.16), transparent 50%),
    linear-gradient(180deg, #f7f3eb 0%, var(--bg) 40%, #ebe4d7 100%);
  font-family: var(--font-sans);
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.15;
  margin: 0 0 0.75rem;
}

h1 {
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  letter-spacing: -0.02em;
}

h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

p {
  margin: 0 0 1rem;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.shell.narrow {
  width: min(720px, calc(100% - 2.5rem));
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -3rem;
  background: var(--ink);
  color: #fff;
  padding: 0.5rem 0.75rem;
  z-index: 100;
}

.skip-link:focus {
  top: 1rem;
}

.muted {
  color: var(--muted);
}

.brand-mark,
.brand-hero {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: 0.08em;
}

.brand-mark {
  font-size: 1.5rem;
}

.brand-hero {
  font-size: clamp(3rem, 8vw, 6rem);
  margin: 0 0 0.5rem;
  line-height: 0.95;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
  background: rgba(243, 239, 230, 0.78);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 4.25rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.nav-list,
.footer-nav-list,
.footer-list,
.reason-list,
.stat-list,
.footer-contact {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem 1.1rem;
}

.nav-list a {
  font-size: 0.95rem;
  color: var(--muted);
}

.nav-list a:hover,
.nav-list .current-menu-item > a {
  color: var(--ink);
}

.nav-toggle {
  display: none;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  padding: 0;
}

.nav-toggle-bar,
.nav-toggle-bar::before,
.nav-toggle-bar::after {
  content: "";
  display: block;
  width: 1rem;
  height: 2px;
  margin: 0 auto;
  background: var(--ink);
  position: relative;
}

.nav-toggle-bar::before {
  position: absolute;
  top: -5px;
}

.nav-toggle-bar::after {
  position: absolute;
  top: 5px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 2.85rem;
  padding: 0.7rem 1.25rem;
  border-radius: 999px;
  border: 1px solid transparent;
  background: var(--accent);
  color: #f7fff8;
  font-weight: 600;
  transition: transform 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
  background: #24553b;
}

.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: rgba(28, 36, 28, 0.25);
}

.btn-small {
  min-height: 2.35rem;
  padding: 0.45rem 0.95rem;
  font-size: 0.9rem;
}

.hero {
  position: relative;
  min-height: min(88vh, 760px);
  display: grid;
  align-items: end;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero-media,
.hero-gradient,
.hero-pattern {
  position: absolute;
  inset: 0;
}

.hero-gradient {
  background:
    linear-gradient(120deg, rgba(28, 36, 28, 0.72) 10%, rgba(28, 36, 28, 0.18) 55%, rgba(196, 163, 90, 0.2) 100%),
    linear-gradient(180deg, #314d3a 0%, #6f8b67 45%, #cbb98a 100%);
}

.hero-pattern {
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 48px 48px;
  mix-blend-mode: soft-light;
  animation: drift 28s linear infinite;
}

.hero-content {
  position: relative;
  z-index: 1;
  color: #f8f4ea;
  padding: 5rem 0 4rem;
  max-width: 18fr;
}

.hero .lede {
  max-width: 34rem;
  color: rgba(248, 244, 234, 0.88);
  font-size: 1.1rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.hero .btn-ghost {
  color: #f8f4ea;
  border-color: rgba(248, 244, 234, 0.45);
}

.section {
  padding: 5rem 0;
}

.section-muted {
  background: rgba(255, 252, 246, 0.55);
  border-block: 1px solid var(--line);
}

.section-head {
  max-width: 40rem;
  margin-bottom: 2.25rem;
}

.section-head p,
.lede {
  color: var(--muted);
  font-size: 1.05rem;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.product-tile a {
  display: block;
  height: 100%;
}

.product-tile h3 {
  margin-top: 0.9rem;
  font-size: 1.25rem;
}

.product-tile p {
  color: var(--muted);
  font-size: 0.95rem;
}

.product-visual,
.mosaic-block {
  position: relative;
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(47, 106, 74, 0.18), rgba(196, 163, 90, 0.22)),
    repeating-linear-gradient(-45deg, rgba(28, 36, 28, 0.04) 0 8px, transparent 8px 16px);
  border: 1px solid var(--line);
  min-height: 180px;
  overflow: hidden;
}

.product-visual.large {
  min-height: 360px;
}

.product-visual::after,
.mosaic-block::after {
  content: attr(data-placeholder);
  position: absolute;
  inset: auto 1rem 1rem auto;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.about-split,
.contact-layout,
.product-detail,
.fair-band,
.cta-band {
  display: grid;
  gap: 2rem;
}

.about-split,
.contact-layout,
.product-detail {
  grid-template-columns: 1.1fr 1fr;
  align-items: start;
}

.about-mosaic {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

.mosaic-block {
  min-height: 140px;
}

.mosaic-block.wide {
  grid-column: 1 / -1;
  min-height: 170px;
}

.stat-list {
  display: grid;
  gap: 0.85rem;
  margin: 1.5rem 0;
}

.stat-list li {
  display: flex;
  gap: 0.85rem;
  align-items: baseline;
  border-top: 1px solid var(--line);
  padding-top: 0.75rem;
}

.stat-list strong {
  font-family: var(--font-display);
  font-size: 1.8rem;
}

.reason-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.85rem 1.5rem;
}

.reason-list li {
  padding: 1rem 0;
  border-top: 1px solid var(--line);
}

.partner-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.partner-row span {
  flex: 1 1 120px;
  min-height: 72px;
  display: grid;
  place-items: center;
  border: 1px dashed var(--line);
  border-radius: 12px;
  color: var(--muted);
  background: var(--surface);
}

.fair-band,
.cta-band {
  grid-template-columns: 1.4fr auto;
  align-items: center;
  padding: 2rem;
  border-radius: calc(var(--radius) + 4px);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.page-hero {
  padding: 4.5rem 0 1.5rem;
  border-bottom: 1px solid var(--line);
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.75rem;
  color: var(--muted);
}

.content-block {
  font-size: 1.05rem;
}

.quote-panel {
  padding: 1.5rem;
  border-radius: calc(var(--radius) + 4px);
  background: #fffaf2;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.quote-form {
  display: grid;
  gap: 0.85rem;
}

.quote-form label {
  display: grid;
  gap: 0.35rem;
  font-size: 0.92rem;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.75rem 0.85rem;
  font: inherit;
  background: #fff;
  color: var(--ink);
}

.notice {
  padding: 0.75rem 0.9rem;
  border-radius: 12px;
  background: rgba(47, 106, 74, 0.12);
  color: var(--accent);
}

.text-link {
  color: var(--accent);
  font-weight: 600;
  border-bottom: 1px solid rgba(47, 106, 74, 0.35);
}

.site-footer {
  margin-top: 2rem;
  padding: 3.5rem 0 2rem;
  background: #1c241c;
  color: #e8e2d6;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1.1fr;
  gap: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(232, 226, 214, 0.12);
}

.footer-heading {
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(232, 226, 214, 0.7);
}

.footer-list {
  display: grid;
  gap: 0.45rem;
}

.footer-list a:hover {
  color: #fff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding-top: 1.25rem;
  color: rgba(232, 226, 214, 0.65);
  font-size: 0.9rem;
}

.footer-nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

.product-tile {
  transition: transform 0.35s ease;
  transition-delay: var(--delay, 0ms);
}

.product-tile:hover {
  transform: translateY(-4px);
}

@keyframes drift {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-48px, -48px, 0);
  }
}

@media (max-width: 960px) {
  .product-grid,
  .reason-list,
  .about-split,
  .contact-layout,
  .product-detail,
  .footer-grid,
  .fair-band,
  .cta-band {
    grid-template-columns: 1fr;
  }

  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .nav-toggle {
    display: inline-grid;
    place-items: center;
  }

  .site-nav {
    position: absolute;
    inset: 4.25rem 0 auto 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem 1.25rem 1.25rem;
    background: rgba(243, 239, 230, 0.96);
    border-bottom: 1px solid var(--line);
  }

  .site-nav.is-open {
    display: flex;
  }

  .nav-list {
    flex-direction: column;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 78vh;
  }
}