:root {
  --forest: #153f2c;
  --green: #426b35;
  --lime: #ceee88;
  --ink: #202c25;
  --muted: #5f6b62;
  --line: #dde3d9;
  --soft: #f4f6f1;
  --white: #fff;
  --container: 1200px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 105px; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: "Avenir Next", "Segoe UI", Arial, sans-serif; font-size: 1rem; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
p, h1, h2, h3, dl, dd { margin: 0; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible { outline: 3px solid #6c941c; outline-offset: 5px; }
.container { width: min(var(--container), calc(100% - 96px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 99; top: -100px; left: 20px; padding: 12px 20px; background: white; color: var(--forest); }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 10; background: rgba(255,255,255,.97); border-bottom: 1px solid #e8ede5; }
.header-inner { display: flex; justify-content: space-between; align-items: center; gap: 30px; min-height: 98px; }
.brand { display: inline-flex; flex-direction: column; flex-shrink: 0; }
.brand-name { font-size: 2.3rem; font-weight: 800; line-height: 1; letter-spacing: -.1rem; color: var(--forest); }
.brand-sas { font-size: .9rem; font-weight: 600; margin-left: 7px; letter-spacing: .03rem; }
.brand-dot { color: #759a3f; }
.brand-description { font-size: .75rem; color: var(--muted); margin-top: 5px; letter-spacing: .015rem; }
nav { display: flex; gap: 36px; align-items: center; font-size: .875rem; font-weight: 600; }
nav a { padding-block: 13px; }
nav a:hover, .map-link:hover, .plant-contacts a:hover, .back-top:hover { color: var(--green); }
nav .nav-contact { display: flex; align-items: center; gap: 28px; border: 1px solid var(--forest); border-radius: 3px; padding: 11px 20px; color: var(--forest); }
.nav-contact:hover { background: var(--soft); }
.hero { position: relative; background: var(--forest); color: var(--white); overflow: hidden; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 72% 52%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,35,24,.98) 0%, rgba(8,35,24,.9) 26%, rgba(8,35,24,.38) 60%, rgba(8,35,24,.06) 100%), linear-gradient(0deg, rgba(5,25,17,.85), transparent 28%); }
.hero-inner { position: relative; padding-top: 62px; }
.eyebrow { display: flex; align-items: center; gap: 15px; font-size: .75rem; font-weight: 650; letter-spacing: .14rem; line-height: 1.5; color: var(--green); }
.eyebrow > span:not(.small-line) { color: #8a9a80; }
.eyebrow.light { color: var(--lime); }
.small-line { width: 30px; height: 2px; background: currentColor; }
h1 { font-size: clamp(3.5rem, 5.9vw, 5rem); line-height: 1.02; letter-spacing: -.055em; font-weight: 600; margin-top: 23px; }
h1 > span { color: var(--lime); }
.hero-description { max-width: 365px; margin-top: 25px; font-size: 1.0625rem; line-height: 1.65; color: #e0e9dd; }
.button { display: inline-flex; justify-content: space-between; align-items: center; gap: 35px; padding: 15px 22px; border-radius: 3px; font-size: .875rem; font-weight: 650; min-height: 52px; transition: background .18s, transform .18s; }
.button > span, .nav-contact > span, .map-link > span, .plant-page > span { font-size: 1.2rem; line-height: 1; }
.button:hover { transform: translateY(-2px); }
.button-lime { background: var(--lime); color: #143323; }
.button-lime:hover { background: #e0ffa4; }
.hero-copy > .button { margin-top: 28px; }
.hero-foot { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 60px; border-top: 1px solid #ffffff30; padding: 22px 0; font-size: .8125rem; color: #e1e8dc; }
.hero-foot p, .hero-foot a { display: flex; align-items: center; gap: 15px; }
.hero-foot a > span { margin-left: 8px; font-size: 1.1rem; }
.separator { color: #9aac8f; }
.location-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #82a951; flex-shrink: 0; }
.hero-foot .location-dot { background: var(--lime); }
.intro-strip { background: var(--soft); border-bottom: 1px solid var(--line); }
.strip-inner { min-height: 125px; display: grid; grid-template-columns: 1.55fr 1fr 1.2fr; align-items: center; gap: 28px; }
.strip-inner > p { font-size: 1.13rem; font-weight: 600; max-width: 240px; line-height: 1.4; }
.strip-inner > div { display: flex; align-items: center; gap: 20px; border-left: 1px solid #ccd6c4; padding-left: 36px; line-height: 1.45; font-size: .875rem; }
.strip-inner strong { font-size: 3rem; font-weight: 500; line-height: 1; color: var(--forest); }
.strip-check { border: 1px solid #92ad80; color: var(--green); height: 40px; width: 40px; display: inline-grid; place-items: center; border-radius: 50%; font-size: 1.35rem; flex-shrink: 0; }
.section-space { padding-block: 104px; }
h2 { font-size: clamp(2rem, 3.4vw, 2.875rem); font-weight: 550; line-height: 1.16; letter-spacing: -.045em; }
.text-green { color: var(--green); }
.company-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 110px; align-items: center; }
.company-copy h2 { margin-top: 22px; margin-bottom: 28px; }
.company-copy > p:not(.eyebrow) { color: var(--muted); max-width: 490px; margin-top: 18px; line-height: 1.8; }
.company-details { border: 1px solid var(--line); padding: 28px 32px; border-radius: 4px; position: relative; }
.details-heading { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding-bottom: 15px; }
.details-heading .eyebrow { font-size: .75rem; letter-spacing: .11rem; }
.details-mark { font-size: 1.8rem; color: var(--green); }
.company-details dl > div { border-top: 1px solid var(--line); padding: 16px 0; }
dt { font-size: .8125rem; color: var(--muted); margin-bottom: 3px; }
dd { font-size: 1rem; font-weight: 600; }
dd span { font-size: .875rem; font-weight: 400; color: var(--muted); }
.details-note { padding-top: 15px; border-top: 1px solid var(--line); font-size: .8125rem; color: var(--muted); }
.plants { background: var(--soft); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 55px; margin-bottom: 45px; }
.section-heading h2 { margin-top: 22px; }
.section-heading > p { color: var(--muted); max-width: 300px; padding-bottom: 4px; }
.plant-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.plant-card { min-width: 0; display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--line); border-radius: 4px; overflow: hidden; }
.plant-brand { display: flex; align-items: center; min-height: 112px; padding: 28px; border-bottom: 1px solid var(--line); }
.plant-brand img { width: 100%; height: 48px; object-fit: contain; object-position: center; }
.plant-content { padding: 28px; display: flex; flex-direction: column; flex: 1; }
.plant-city { display: flex; align-items: center; gap: 8px; font-size: .75rem; letter-spacing: .09rem; color: var(--green); font-weight: 600; }
h3 { font-size: 1.6rem; font-weight: 600; letter-spacing: -.04em; margin-top: 12px; }
address { font-size: 1rem; line-height: 1.7; color: var(--muted); font-style: normal; margin-top: 14px; min-height: 4.5em; }
.map-link { display: inline-flex; align-items: center; gap: 14px; align-self: flex-start; font-size: .875rem; margin-top: 13px; color: var(--forest); text-decoration: underline; text-underline-offset: 4px; }
.plant-contacts { display: flex; flex-direction: column; gap: 6px; margin-top: 25px; padding-block: 20px; border-top: 1px solid var(--line); }
.plant-contacts a { overflow-wrap: anywhere; }
.plant-contacts a:first-child { font-size: 1rem; font-weight: 600; }
.plant-contacts a:last-child { color: var(--muted); font-size: .8125rem; }
.button-outline { width: 100%; border: 1px solid #a2b59a; color: var(--forest); gap: 10px; padding-inline: 16px; font-size: .8125rem; margin-top: auto; }
.button-outline:hover { background: #eff6e8; }
.plant-page { display: flex; align-items: center; justify-content: space-between; font-size: .8125rem; padding: 18px 2px 0; color: var(--muted); }
.plant-page:hover { color: var(--forest); }
.contact { background: var(--forest); color: white; padding-block: 67px; }
.contact-inner { display: flex; justify-content: space-between; gap: 55px; align-items: center; }
.contact h2 { font-size: clamp(1.8rem, 2.8vw, 2.5rem); margin-top: 18px; }
.contact p:not(.eyebrow) { margin-top: 20px; font-size: .9375rem; color: #d4dfce; max-width: 535px; }
.contact .button { flex-shrink: 0; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-block: 48px; }
.footer-top > p { font-size: .875rem; color: var(--muted); }
.back-top { display: inline-flex; gap: 28px; align-items: center; font-size: .8125rem; }
.footer-bottom { display: flex; gap: 20px; justify-content: space-between; border-top: 1px solid var(--line); padding-block: 21px; color: var(--muted); font-size: .75rem; }
@media (min-width: 1600px) { .hero-image { object-position: 50% 55%; } }
@media (max-width: 1100px) {
  .container { width: calc(100% - 64px); }
  .company-grid { gap: 55px; }
  .plant-content, .plant-brand { padding: 22px; }
  .strip-inner { grid-template-columns: 1.2fr 1fr 1.3fr; }
  .strip-inner > div { padding-left: 25px; gap: 15px; }
}
@media (max-width: 800px) {
  .container { width: calc(100% - 40px); }
  .header-inner { min-height: 88px; gap: 20px; }
  nav { gap: 20px; }
  nav a { font-size: .8125rem; }
  nav .nav-contact { padding: 10px 13px; gap: 15px; }
  .brand-name { font-size: 2rem; }
  .brand-description { font-size: .75rem; }
  .hero-inner { padding-top: 54px; }
  .hero-image { object-position: 65% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(8,35,24,.94), rgba(8,35,24,.7) 48%, rgba(8,35,24,.25)), linear-gradient(0deg,rgba(5,25,17,.8),transparent 40%); }
  .hero-description { max-width: 340px; }
  .intro-strip { padding-block: 26px; }
  .strip-inner { min-height: auto; grid-template-columns: 1fr 1fr; gap: 20px; }
  .strip-inner > p { grid-column: 1 / -1; max-width: none; }
  .strip-inner > div { border-left: 0; padding-left: 0; }
  .strip-inner > div:last-child { border-left: 1px solid #ccd6c4; padding-left: 20px; }
  .section-space { padding-block: 64px; }
  .company-grid { grid-template-columns: 1fr; gap: 35px; }
  .company-copy > p:not(.eyebrow) { max-width: 100%; }
  .company-copy h2 br:last-of-type { display: none; }
  .company-details { max-width: none; }
  .section-heading { gap: 30px; }
  .section-heading > p { max-width: 250px; }
  .plant-grid { grid-template-columns: 1fr; gap: 20px; }
  .plant-card { display: grid; grid-template-columns: 1fr 1.5fr; }
  .plant-brand { border-bottom: 0; border-right: 1px solid var(--line); padding: 30px; align-items: center; }
  .plant-content { padding: 26px; }
  address { min-height: 0; }
  .contact-inner { gap: 35px; }
  .contact .button { gap: 22px; }
  .footer-top { flex-wrap: wrap; }
}
@media (max-width: 560px) {
  html { scroll-padding-top: 125px; }
  .header-inner { flex-wrap: wrap; gap: 14px; padding-top: 19px; padding-bottom: 10px; }
  .brand-name { font-size: 1.875rem; }
  .header-inner .brand { flex-direction: row; align-items: center; justify-content: space-between; width: 100%; gap: 20px; }
  .header-inner .brand-description { max-width: 135px; line-height: 1.3; margin: 0; font-size: .75rem; }
  nav { width: 100%; gap: 10px; justify-content: space-between; }
  nav a { padding-block: 9px; font-size: .8125rem; }
  nav .nav-contact { padding: 5px 0 5px 10px; border: none; gap: 7px; }
  .hero-inner { padding-top: 42px; }
  h1 { font-size: clamp(2.7rem, 11.9vw, 4.1rem); }
  .hero-image { object-position: 65% center; }
  .hero-description { max-width: 285px; font-size: 1rem; }
  .hero-foot { margin-top: 47px; padding-block: 21px; }
  .hero-foot p { font-size: .75rem; gap: 10px; flex-wrap: wrap; }
  .hero-foot > a { display: none; }
  .eyebrow { font-size: .75rem; letter-spacing: .1rem; }
  .strip-inner { gap: 20px 12px; }
  .strip-inner > div { font-size: .8125rem; gap: 12px; }
  .strip-inner > div:last-child { padding-left: 14px; }
  .strip-check { width: 30px; height: 30px; font-size: 1rem; }
  .strip-inner strong { font-size: 2.6rem; }
  .section-heading { display: block; margin-bottom: 28px; }
  .section-heading > p { max-width: 100%; margin-top: 22px; }
  .company-details { padding: 22px; }
  .company-copy h2 br:last-of-type { display: initial; }
  .plant-card { display: flex; }
  .plant-brand { min-height: 95px; padding: 22px 26px; border-right: none; border-bottom: 1px solid var(--line); align-items: center; }
  .plant-brand img { max-width: 275px; margin-top: 0; }
  .plant-city { font-size: .75rem; }
  .plant-contacts a:last-child, .map-link, .plant-page, .button-outline { font-size: .875rem; }
  .contact { padding-block: 50px; }
  .contact-inner { flex-direction: column; align-items: flex-start; gap: 28px; }
  .contact p:not(.eyebrow) { font-size: 1rem; }
  .footer-top { padding-block: 36px; gap: 24px; }
  .footer-top > p { width: 100%; order: 3; }
  .footer-bottom { flex-direction: column; gap: 6px; font-size: .75rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
