:root {
  --ink: #162018;
  --muted: #5d665d;
  --paper: #ffffff;
  --soft: #f4f7f2;
  --line: #dce5d8;
  --green: #245233;
  --green-dark: #15351f;
  --blue: #2b6f8f;
  --amber: #c8892a;
  --shadow: 0 18px 45px rgba(21, 53, 31, 0.12);
  --radius: 8px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

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

a:hover {
  color: var(--green);
}

p {
  margin: 0 0 1rem;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  font-size: 4.4rem;
}

h2 {
  font-size: 2.35rem;
}

h3 {
  font-size: 1.25rem;
}

.container {
  width: min(100% - 40px, var(--container));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 14px;
  color: var(--paper);
  background: var(--green-dark);
  border-radius: var(--radius);
  transform: translateY(-150%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(220, 229, 216, 0.8);
  backdrop-filter: blur(16px);
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 86px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand img {
  width: 132px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
}

.site-nav a,
.header-phone {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 14px;
  border-radius: var(--radius);
  font-weight: 700;
}

.site-nav a:hover {
  background: var(--soft);
}

.site-nav a.active {
  color: var(--green);
  background: var(--soft);
}

.header-phone {
  color: var(--paper);
  background: var(--green);
}

.header-phone:hover {
  color: var(--paper);
  background: var(--green-dark);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  margin-left: auto;
  padding: 0;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  cursor: pointer;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
  border-radius: 999px;
}

.hero {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: end;
  color: var(--paper);
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(14, 28, 18, 0.88), rgba(14, 28, 18, 0.46) 54%, rgba(14, 28, 18, 0.24)),
    url("assets/images/5881900.jpg") center / cover no-repeat;
}

.hero-content {
  position: relative;
  padding: 150px 0 58px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--amber);
  font-size: 0.85rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #f0b766;
}

.hero-lede {
  margin: 18px 0 0;
  max-width: 790px;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.18;
}

.hero-copy {
  max-width: 700px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.1rem;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 900;
}

.button-primary {
  color: var(--green-dark);
  background: #f1c56f;
}

.button-primary:hover {
  color: var(--green-dark);
  background: #ffd686;
}

.button-secondary {
  color: var(--paper);
  border-color: rgba(255, 255, 255, 0.52);
}

.button-secondary:hover {
  color: var(--paper);
  border-color: var(--paper);
  background: rgba(255, 255, 255, 0.12);
}

.button-outline {
  margin-top: 24px;
  color: var(--green-dark);
  border-color: var(--green);
  background: var(--paper);
}

.button-outline:hover {
  color: var(--paper);
  background: var(--green);
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 860px;
  margin: 58px 0 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
  overflow: hidden;
}

.hero-facts div {
  padding: 20px;
  background: rgba(15, 35, 21, 0.72);
}

.hero-facts dt {
  margin: 0;
  font-size: 1.55rem;
  font-weight: 900;
}

.hero-facts dd {
  margin: 3px 0 0;
  color: rgba(255, 255, 255, 0.82);
}

.trust-strip {
  position: relative;
  z-index: 2;
  margin-top: -34px;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 96px;
  padding: 18px 20px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.trust-item img {
  width: 52px;
  padding: 10px;
  background: var(--green);
  border-radius: var(--radius);
  flex: 0 0 auto;
}

.trust-item h2 {
  font-size: 1.08rem;
}

.section {
  padding: 96px 0;
}

.page-hero {
  position: relative;
  min-height: 380px;
  display: grid;
  align-items: end;
  color: var(--paper);
  overflow: hidden;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(14, 28, 18, 0.86), rgba(14, 28, 18, 0.48)),
    url("assets/images/title_bar_bg.jpg") center / cover no-repeat;
}

.page-hero-products::before {
  background:
    linear-gradient(90deg, rgba(14, 28, 18, 0.86), rgba(14, 28, 18, 0.48)),
    url("assets/images/5881900.jpg") center / cover no-repeat;
}

.page-hero-about::before {
  background:
    linear-gradient(90deg, rgba(14, 28, 18, 0.86), rgba(14, 28, 18, 0.48)),
    url("assets/images/8097100512.jpg") center / cover no-repeat;
}

.page-hero-contact::before {
  background:
    linear-gradient(90deg, rgba(14, 28, 18, 0.86), rgba(14, 28, 18, 0.48)),
    url("assets/images/77732485.jpg") center / cover no-repeat;
}

.page-hero .container {
  position: relative;
  padding: 86px 0 72px;
}

.page-hero h1 {
  max-width: 900px;
  font-size: 3.35rem;
}

.page-hero p:not(.eyebrow) {
  max-width: 710px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.13rem;
}

.section-muted {
  background: var(--soft);
}

.split {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 64px;
  align-items: center;
}

.image-stack img {
  width: 100%;
  max-height: 650px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.section-copy > h2,
.section-head > h2 {
  margin-bottom: 20px;
}

.section-copy p,
.section-head p,
.product-panel p,
.about-columns p,
.quote-block p,
.contact-lede {
  color: var(--muted);
}

.check-list,
.compact-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
}

.check-list {
  display: grid;
  gap: 12px;
}

.check-list li {
  position: relative;
  padding: 12px 14px 12px 42px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-weight: 800;
}

.check-list li::before,
.compact-list li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: var(--green);
  border-radius: 50%;
}

.check-list li::before {
  top: 19px;
  left: 18px;
}

.text-link {
  display: inline-flex;
  margin-top: 24px;
  color: var(--green);
  font-weight: 900;
}

.text-link::after {
  content: "";
  width: 34px;
  height: 1px;
  margin: auto 0 auto 10px;
  background: var(--green);
}

.section-head {
  max-width: 760px;
  margin-bottom: 44px;
}

.product-list {
  display: grid;
  gap: 30px;
}

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

.preview-card {
  display: grid;
  gap: 14px;
  padding: 16px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 28px rgba(22, 32, 24, 0.06);
}

.preview-card:hover {
  color: var(--ink);
  border-color: rgba(43, 111, 143, 0.34);
  transform: translateY(-2px);
}

.preview-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius);
}

.preview-card p {
  margin: 0;
  color: var(--muted);
}

.product-panel {
  display: grid;
  grid-template-columns: minmax(300px, 0.95fr) minmax(0, 1.05fr);
  gap: 36px;
  align-items: center;
  padding: 24px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 32px rgba(22, 32, 24, 0.07);
}

.product-panel:nth-child(even) {
  border-color: rgba(43, 111, 143, 0.28);
}

.product-panel-reverse {
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
}

.product-panel-reverse img {
  order: 2;
}

.product-panel img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius);
}

.product-panel h3 {
  margin-bottom: 16px;
  font-size: 1.7rem;
}

.compact-list {
  display: grid;
  gap: 9px;
  margin-bottom: 18px;
}

.compact-list li {
  position: relative;
  padding-left: 22px;
  color: var(--ink);
}

.compact-list li::before {
  top: 0.7em;
  left: 0;
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 370px;
  gap: 54px;
  align-items: start;
}

.quote-block {
  padding: 28px;
  background: var(--green);
  color: var(--paper);
  border-radius: var(--radius);
}

.quote-block p {
  margin-top: 16px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.84);
}

.about-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  margin-top: 46px;
}

.about-columns article {
  padding-top: 28px;
  border-top: 3px solid var(--line);
}

.about-columns article:nth-child(2) {
  border-top-color: var(--blue);
}

.about-columns h3 {
  margin-bottom: 16px;
}

.gallery-section {
  background: #17241a;
  color: var(--paper);
}

.gallery-section .eyebrow {
  color: #f0b766;
}

.gallery-section .section-head p {
  color: rgba(255, 255, 255, 0.74);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.gallery-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius);
}

.contact-section {
  background: linear-gradient(180deg, var(--paper), var(--soft));
}

.cta-section {
  background: var(--paper);
}

.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 34px;
  color: var(--paper);
  background: var(--green-dark);
  border-radius: var(--radius);
}

.cta-band h2 {
  max-width: 760px;
}

.cta-band p:not(.eyebrow) {
  max-width: 700px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
}

.cta-band .eyebrow {
  color: #f0b766;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 44px;
  align-items: start;
}

.contact-lede {
  max-width: 590px;
  margin-bottom: 28px;
}

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

.contact-card {
  padding: 22px;
  min-height: 170px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 28px rgba(22, 32, 24, 0.06);
}

.contact-card h3 {
  margin-bottom: 12px;
  color: var(--blue);
  font-size: 1rem;
}

.contact-card p {
  margin-bottom: 0.75rem;
  color: var(--muted);
}

.contact-card a {
  font-weight: 800;
  color: var(--green-dark);
}

.map-wrap {
  min-height: 560px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.map-wrap iframe {
  display: block;
  width: 100%;
  height: 560px;
  border: 0;
}

.site-footer {
  padding: 30px 0;
  color: rgba(255, 255, 255, 0.78);
  background: var(--green-dark);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.footer-brand img {
  width: 104px;
  filter: brightness(1.35);
}

.site-footer p {
  margin: 0;
}

.site-footer a:hover {
  color: var(--paper);
}

@media (max-width: 980px) {
  h1 {
    font-size: 3.2rem;
  }

  h2 {
    font-size: 2rem;
  }

  .header-phone {
    display: none;
  }

  .hero {
    min-height: 670px;
  }

  .hero-lede {
    font-size: 1.55rem;
  }

  .hero-facts,
  .trust-grid,
  .split,
  .about-layout,
  .about-columns,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .product-panel,
  .product-panel-reverse {
    grid-template-columns: 1fr;
  }

  .product-panel-reverse img {
    order: 0;
  }

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

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

  .cta-band {
    flex-direction: column;
    align-items: flex-start;
  }

  .map-wrap,
  .map-wrap iframe {
    min-height: 420px;
    height: 420px;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 28px, var(--container));
  }

  .header-inner {
    min-height: 76px;
  }

  .brand img {
    width: 112px;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 76px;
    right: 14px;
    left: 14px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 10px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    justify-content: center;
  }

  .hero {
    min-height: 640px;
  }

  .hero-media {
    background:
      linear-gradient(180deg, rgba(14, 28, 18, 0.88), rgba(14, 28, 18, 0.5)),
      url("assets/images/5881900.jpg") center / cover no-repeat;
  }

  .hero-content {
    padding: 118px 0 42px;
  }

  h1 {
    font-size: 2.7rem;
  }

  h2 {
    font-size: 1.75rem;
  }

  .page-hero {
    min-height: 320px;
  }

  .page-hero .container {
    padding: 64px 0 54px;
  }

  .page-hero h1 {
    font-size: 2.25rem;
  }

  .hero-copy {
    font-size: 1rem;
  }

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

  .hero-facts {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .trust-strip {
    margin-top: 0;
    padding-top: 14px;
    background: var(--soft);
  }

  .trust-item {
    min-height: 82px;
  }

  .section {
    padding: 68px 0;
  }

  .split,
  .about-layout,
  .contact-layout {
    gap: 34px;
  }

  .product-panel {
    padding: 16px;
  }

  .product-panel h3 {
    font-size: 1.35rem;
  }

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

  .contact-card {
    min-height: auto;
  }

  .footer-inner {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 420px) {
  .container {
    width: min(100% - 22px, var(--container));
  }

  h1 {
    font-size: 2.3rem;
  }

  h2 {
    font-size: 1.55rem;
  }

  .hero-lede {
    font-size: 1.28rem;
  }

  .button {
    padding-inline: 14px;
  }
}
