:root {
  --bg: #f7f8f4;
  --surface: #ffffff;
  --surface-2: #eef2e8;
  --ink: #152018;
  --muted: #526255;
  --line: rgba(21, 32, 24, 0.12);
  --green: #214f2f;
  --green-2: #3f7d33;
  --gold: #d7a11e;
  --dark: #122116;
  --shadow: 0 18px 45px rgba(18, 33, 22, 0.08);
  --radius: 20px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }
.container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(12px);
  background: rgba(247, 248, 244, 0.84);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 14px;
}
.brand strong {
  display: block;
  font-size: 1.15rem;
}
.brand small {
  color: var(--muted);
  font-size: 0.82rem;
}
.brand-mark {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--green), var(--green-2));
  color: white;
  font-weight: 800;
  font-size: 1rem;
}
.nav-links {
  display: flex;
  gap: 20px;
  color: var(--muted);
  font-size: 0.95rem;
}
.hero {
  padding: 72px 0 52px;
  background:
    radial-gradient(circle at top right, rgba(215, 161, 30, 0.16), transparent 28%),
    linear-gradient(180deg, #fbfcf8 0%, #f7f8f4 100%);
}
.hero-small {
  padding: 64px 0 28px;
}
.hero-grid,
.contact-grid,
.spec-layout,
.strip,
.cta-panel,
.footer-row {
  display: grid;
  gap: 28px;
}
.hero-grid { grid-template-columns: 1.15fr 0.85fr; align-items: center; }
.eyebrow,
.section-label {
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--green-2);
  font-size: 0.8rem;
  font-weight: 700;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  font-size: clamp(2.6rem, 6vw, 4.8rem);
  line-height: 0.98;
  margin-bottom: 18px;
  max-width: 10ch;
}
h2 {
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.05;
  margin-bottom: 14px;
}
h3 { font-size: 1.15rem; margin-bottom: 10px; }
.hero-copy,
.section-heading p,
.strip p,
.contact-grid p,
.spec-layout p,
.cta-panel p {
  color: var(--muted);
  font-size: 1.05rem;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 24px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 700;
  border: 1px solid transparent;
}
.btn-primary {
  background: linear-gradient(135deg, var(--green), var(--green-2));
  color: white;
  box-shadow: var(--shadow);
}
.btn-secondary {
  border-color: var(--line);
  background: rgba(255,255,255,0.8);
}
.hero-points {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}
.hero-card,
.card,
.contact-card,
.spec-table,
.cta-panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.hero-card { padding: 22px; }
.hero-photo-card {
  display: grid;
  gap: 18px;
}
.premium-panel {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(215, 161, 30, 0.16), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f4f7ef 100%);
}
.quote-mark {
  position: absolute;
  right: 18px;
  top: -8px;
  font-size: 6rem;
  line-height: 1;
  color: rgba(33, 79, 47, 0.12);
  margin: 0;
  font-weight: 800;
}
.hero-card h3 { margin-top: 8px; font-size: 1.4rem; }
.hero-card p { color: var(--muted); }
.stat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.stat-grid article {
  background: var(--surface-2);
  border-radius: 18px;
  padding: 18px;
}
.stat-grid strong {
  display: block;
  font-size: 1.25rem;
  margin-bottom: 6px;
}
.stat-grid span { color: var(--muted); font-size: 0.92rem; }
.media-frame {
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: #dfe6da;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.35);
}
.media-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media-frame-hero {
  aspect-ratio: 4 / 2.8;
}
.media-card {
  aspect-ratio: 4 / 3;
  margin-bottom: 18px;
}
.media-inline {
  aspect-ratio: 4 / 2.7;
  margin-top: 22px;
}
.media-tall {
  aspect-ratio: 4 / 4.6;
}
.photo-story {
  padding-top: 12px;
}
.photo-story-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 28px;
  align-items: center;
}
.photo-story-copy p {
  color: var(--muted);
  font-size: 1.04rem;
}
.image-card {
  padding-top: 18px;
}
.section { padding: 72px 0; }
.muted-section { background: #f0f4eb; }
.brand-band {
  padding-top: 24px;
  padding-bottom: 24px;
}
.trust-band {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.trust-band span {
  padding: 11px 14px;
  border-radius: 999px;
  background: rgba(33, 79, 47, 0.06);
  border: 1px solid rgba(33, 79, 47, 0.1);
  color: var(--green);
  font-weight: 700;
  font-size: 0.92rem;
}
.dark-section {
  background: linear-gradient(180deg, #173020 0%, #112417 100%);
  color: white;
}
.dark-section .section-label,
.dark-section .section-heading p,
.dark-section .card p { color: rgba(255,255,255,0.78); }
.accent-section {
  background: linear-gradient(135deg, rgba(215,161,30,0.14), rgba(63,125,51,0.1));
}
.section-heading { max-width: 760px; margin-bottom: 28px; }
.cards {
  display: grid;
  gap: 18px;
}
.three-up { grid-template-columns: repeat(3, 1fr); }
.two-up { grid-template-columns: repeat(2, 1fr); }
.card { padding: 24px; }
.soft-card {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.12);
}
.pill-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.pill-grid span {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,0.7);
  font-weight: 600;
}
.timeline-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.timeline-step {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 22px;
}
.timeline-step span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green), var(--green-2));
  color: white;
  font-weight: 800;
}
.timeline-step p { color: var(--muted); margin-bottom: 0; }
.strip,
.spec-layout,
.contact-grid,
.cta-panel,
.footer-row { grid-template-columns: 1fr 1fr; align-items: start; }
.spec-table {
  overflow: hidden;
}
.spec-table div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 20px;
  border-bottom: 1px solid var(--line);
}
.spec-table div:last-child { border-bottom: 0; }
.spec-table span { color: var(--muted); }
.check-list {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}
.contact-card {
  padding: 26px;
  display: grid;
  gap: 12px;
}
.contact-card a {
  font-weight: 600;
  color: var(--green);
}
.contact-note { margin-top: 10px; color: var(--muted); }
.card,
.timeline-step,
.hero-card {
  transition: transform 160ms ease, box-shadow 160ms ease;
}
.card:hover,
.timeline-step:hover,
.hero-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 54px rgba(18, 33, 22, 0.11);
}
.site-footer {
  padding: 24px 0 40px;
  color: var(--muted);
}
.footer-row { border-top: 1px solid var(--line); padding-top: 20px; }

@media (max-width: 900px) {
  .nav { flex-direction: column; align-items: flex-start; padding: 14px 0; }
  .nav-links { flex-wrap: wrap; gap: 12px; }
  .hero-grid,
  .three-up,
  .two-up,
  .strip,
  .spec-layout,
  .contact-grid,
  .cta-panel,
  .footer-row,
  .timeline-grid,
  .photo-story-grid { grid-template-columns: 1fr; }
  .section { padding: 56px 0; }
}

@media (max-width: 640px) {
  h1 { max-width: none; }
  .stat-grid { grid-template-columns: 1fr; }
  .container { width: min(1120px, calc(100% - 24px)); }
}
