:root {
  --green: #168c3e;
  --green-dark: #0d5d2b;
  --green-deep: #082d1a;
  --ink: #111813;
  --muted: #607066;
  --line: #dce6df;
  --soft: #f3f7f4;
  --white: #fff;
  --shell: min(1240px, calc(100% - 48px));
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.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; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; padding: 10px 14px; color: #fff; background: var(--green-deep); border-radius: 0 0 10px 10px; transition: top .2s ease; }
.skip-link:focus { top: 0; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(220,230,223,.8); backdrop-filter: blur(16px); }
.utility-bar { color: #b9d8c1; background: var(--green-deep); font-size: 10px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.utility-inner { display: flex; justify-content: space-between; gap: 24px; min-height: 30px; align-items: center; }
.utility-right { color: #86bd94; }
.utility-dot { display: inline-block; width: 5px; height: 5px; margin: 0 8px 2px 0; background: #68d281; border-radius: 50%; }
.header-inner { position: relative; min-height: 82px; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 198px; height: auto; }
.header-actions { display: flex; align-items: center; gap: 16px; margin-left: auto; }
.preview-badge { padding: 6px 11px; color: var(--green-dark); background: #e9f5ec; border: 1px solid #cde6d3; border-radius: 999px; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 27px; margin-left: auto; font-size: 14px; font-weight: 700; }
.site-nav a, .nav-products-toggle { color: #435047; transition: color .2s ease; }
.site-nav a:hover, .site-nav a:focus-visible, .nav-products-toggle:hover, .nav-products-toggle:focus-visible { color: var(--green); }
.nav-item-products { position: static; }
.nav-products-toggle { display: inline-flex; align-items: center; gap: 7px; padding: 0; border: 0; background: transparent; font: inherit; cursor: pointer; }
.nav-chevron { color: var(--green); font-size: 17px; line-height: .7; transition: transform .2s ease; }
.nav-products-toggle[aria-expanded="true"] .nav-chevron { transform: rotate(180deg); }
.mega-menu[hidden] { display: none; }
.mega-menu { position: absolute; top: 100%; left: 50%; display: grid; grid-template-columns: 220px minmax(420px, 1fr) 170px; gap: 30px; width: min(1180px, calc(100vw - 48px)); padding: 30px; transform: translateX(-50%); border: 1px solid var(--line); border-top: 2px solid var(--green); border-radius: 0 0 22px 22px; background: #fff; box-shadow: 0 22px 45px rgba(8,45,26,.15); }
.mega-menu-intro h2 { margin: 0 0 12px; font-size: 25px; line-height: 1.05; letter-spacing: -.045em; }
.mega-menu-intro h2 em { color: var(--green); font-style: normal; }
.mega-menu-intro > p:not(.mega-kicker) { margin: 0 0 17px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.mega-kicker, .mega-column-label { margin: 0 0 12px; color: var(--green-dark); font-size: 10px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.mega-all-link { display: inline-flex; gap: 8px; color: var(--green-dark) !important; font-size: 12px; font-weight: 850; }
.mega-category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; padding: 0 28px; border-right: 1px solid var(--line); border-left: 1px solid var(--line); }
.mega-category-column > a { display: flex; align-items: flex-start; justify-content: space-between; gap: 8px; padding: 10px 0; border-top: 1px solid #edf2ee; color: #34473a !important; font-size: 12px; font-weight: 750; line-height: 1.25; }
.mega-category-column > a:hover, .mega-category-column > a:focus-visible { color: var(--green) !important; }
.mega-category-column > a b { flex: 0 0 auto; color: var(--green); font-size: 14px; }
.mega-feature { display: flex; flex-direction: column; align-items: flex-start; padding: 16px; color: #fff; background: var(--green); border-radius: 16px; }
.mega-feature-number { font-size: 30px; font-weight: 850; line-height: 1; letter-spacing: -.08em; }
.mega-feature-label { margin: 5px 0 25px; color: #b8e9c2; font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.mega-feature strong { margin-bottom: 20px; font-size: 16px; line-height: 1.15; letter-spacing: -.03em; }
.mega-feature a { display: inline-flex; gap: 7px; margin-top: auto; color: #fff !important; font-size: 11px; font-weight: 800; }
.site-nav .nav-cta { display: inline-flex; align-items: center; gap: 10px; padding: 12px 16px; color: var(--white); background: var(--green); border-radius: 999px; }
.site-nav .nav-cta:hover, .site-nav .nav-cta:focus-visible { color: var(--white); background: var(--green-dark); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 9px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: var(--white); cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 3px; background: currentColor; border-radius: 2px; }

.hero { display: grid; grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr); gap: clamp(45px, 7vw, 100px); align-items: center; min-height: 680px; padding-block: 72px 90px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: var(--green-dark); font-size: 12px; font-weight: 850; letter-spacing: .13em; line-height: 1.2; text-transform: uppercase; }
.eyebrow > span { width: 22px; height: 2px; background: var(--green); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.045em; }
h1 { max-width: 670px; margin-bottom: 25px; font-size: clamp(48px, 6.4vw, 84px); line-height: .98; font-weight: 850; }
h1 em, h2 em { color: var(--green); font-style: normal; }
.hero-intro { max-width: 580px; margin-bottom: 34px; color: var(--muted); font-size: clamp(17px, 1.55vw, 20px); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 50px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 800; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--green); box-shadow: 0 12px 26px rgba(22,140,62,.2); }
.button-primary:hover, .button-primary:focus-visible { color: #fff; background: var(--green-dark); }
.button-outline { color: var(--green-dark); border-color: #b8cfbe; background: transparent; }
.button-outline:hover, .button-outline:focus-visible { color: #fff; background: var(--green); border-color: var(--green); }
.button-light { color: var(--green-deep); background: #fff; }
.button-light:hover, .button-light:focus-visible { color: #fff; background: var(--green); }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--green-dark); font-size: 14px; font-weight: 800; }
.text-link:hover, .text-link:focus-visible { color: var(--green); }
.hero-proof { display: flex; gap: 28px; margin-top: 58px; }
.hero-proof div { display: grid; gap: 2px; padding-right: 27px; border-right: 1px solid var(--line); }
.hero-proof div:last-child { padding-right: 0; border-right: 0; }
.hero-proof strong { font-size: 20px; line-height: 1; letter-spacing: -.04em; }
.hero-proof span { color: var(--muted); font-size: 12px; }
.hero-media { position: relative; }
.hero-image-wrap { position: relative; overflow: hidden; border-radius: 30px; background: #dce8df; box-shadow: 24px 28px 0 #e9f3eb; }
.hero-image-wrap::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, rgba(8,45,26,0) 58%, rgba(8,45,26,.36)); pointer-events: none; }
.hero-image-wrap img { width: 100%; aspect-ratio: 1.12; object-fit: cover; object-position: center; }
.image-note { position: absolute; z-index: 1; right: 22px; bottom: 20px; display: inline-flex; align-items: center; gap: 9px; color: #fff; font-size: 12px; font-weight: 750; }
.note-dot { width: 8px; height: 8px; background: #72dc8e; border-radius: 50%; box-shadow: 0 0 0 5px rgba(114,220,142,.18); }
.hero-float-card { position: absolute; z-index: 2; left: -36px; bottom: -34px; width: 215px; padding: 20px 21px; color: #fff; background: var(--green-deep); border-radius: 18px; box-shadow: 0 18px 30px rgba(8,45,26,.22); }
.float-label { display: block; margin-bottom: 8px; color: #83d398; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-float-card strong { font-size: 16px; line-height: 1.25; letter-spacing: -.02em; }

.signal-band { color: #fff; background: var(--green); }
.signal-grid { display: grid; grid-template-columns: 1fr auto 1fr; gap: 35px; align-items: center; min-height: 125px; }
.signal-grid p { margin: 0; font-size: 17px; font-weight: 700; line-height: 1.35; }
.signal-grid p:last-child { text-align: right; }
.signal-grid > span { font-size: 28px; font-weight: 300; opacity: .75; }
.sector-strip { border-bottom: 1px solid var(--line); background: #f8fbf9; }
.sector-grid { display: grid; grid-template-columns: repeat(4, 1fr); min-height: 72px; }
.sector-grid span { display: flex; align-items: center; justify-content: center; padding: 0 18px; border-right: 1px solid var(--line); color: #607066; font-size: 11px; font-weight: 850; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
.sector-grid span:first-child { border-left: 1px solid var(--line); color: var(--green-dark); }

.section { padding-block: 125px; }
.section-heading { display: grid; grid-template-columns: 1fr minmax(280px, .72fr); gap: 60px; align-items: end; margin-bottom: 48px; }
.section-heading h2, .about-copy h2, .contact-inner h2 { margin-bottom: 0; font-size: clamp(36px, 4.4vw, 60px); line-height: 1.02; }
.section-lead { max-width: 460px; margin-bottom: 2px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { min-height: 360px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.feature-card-dark { color: #fff; background: var(--green-deep); border-color: var(--green-deep); }
.feature-number { display: block; color: #91a69a; font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.feature-card-dark .feature-number { color: #73bc87; }
.feature-icon { display: grid; place-items: center; width: 52px; height: 52px; margin: 54px 0 24px; color: #fff; background: var(--green); border-radius: 50%; font-size: 28px; font-weight: 350; }
.feature-icon-green { color: var(--green); background: #e7f3e9; }
.feature-card h3 { margin-bottom: 12px; font-size: 25px; line-height: 1.1; }
.feature-card p { min-height: 76px; margin-bottom: 26px; color: var(--muted); font-size: 15px; }
.feature-card-dark p { color: #c1d0c5; }
.feature-card a { display: inline-flex; gap: 9px; color: var(--green-dark); font-size: 13px; font-weight: 800; }
.feature-card-dark a { color: #9be0aa; }

.section-products { color: var(--ink); background: var(--soft); }
.section-heading-products { align-items: center; }
.product-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 16px; }
.product-card { position: relative; display: flex; min-height: 345px; flex-direction: column; padding: 27px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.product-card:hover, .product-card:focus-visible { transform: translateY(-4px); box-shadow: 0 18px 32px rgba(16,58,29,.1); }
.product-card-featured { color: #fff; background: var(--green); border-color: var(--green); }
.product-card-top { display: flex; justify-content: space-between; color: #7c8b81; font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.product-card-featured .product-card-top { color: #a9e0b4; }
.product-symbol { display: flex; align-items: end; gap: 6px; height: 62px; margin: 33px 0 31px; }
.symbol-bars i { display: block; width: 12px; border-radius: 6px 6px 0 0; background: #b9eec5; }
.symbol-bars i:nth-child(1) { height: 27px; opacity: .55; }
.symbol-bars i:nth-child(2) { height: 43px; opacity: .7; }
.symbol-bars i:nth-child(3) { height: 57px; opacity: .85; }
.symbol-bars i:nth-child(4) { height: 34px; }
.symbol-circle { position: relative; width: 60px; height: 60px; border: 13px solid #dcece0; border-radius: 50%; }
.symbol-circle::after { position: absolute; top: 12px; right: -22px; width: 26px; height: 13px; content: ""; background: var(--green); border-radius: 0 10px 10px 0; }
.symbol-grid { display: grid; grid-template-columns: repeat(2, 21px); align-content: center; gap: 5px; }
.symbol-grid i { width: 21px; height: 21px; background: #cfe2d3; border-radius: 4px; }
.product-card h3 { margin-bottom: 10px; font-size: 26px; line-height: 1.1; }
.product-card p { max-width: 260px; margin-bottom: 22px; color: var(--muted); font-size: 14px; }
.product-card-featured p { color: #d3efd8; }
.card-link { display: inline-flex; gap: 9px; margin-top: auto; color: var(--green-dark); font-size: 13px; font-weight: 800; }
.product-card-featured .card-link { color: #fff; }

.about-section { display: grid; grid-template-columns: minmax(180px, .7fr) 1fr; gap: 80px; align-items: center; }
.about-mark { display: grid; place-items: center; width: min(260px, 100%); aspect-ratio: 1; color: #fff; background: var(--green); border-radius: 48% 52% 55% 45%; font-size: 150px; font-weight: 850; line-height: 1; transform: rotate(-8deg); }
.about-copy { max-width: 650px; }
.about-copy h2 { margin-bottom: 25px; }
.about-copy > p:not(.eyebrow) { max-width: 560px; margin-bottom: 28px; color: var(--muted); font-size: 18px; line-height: 1.65; }

.contact-panel { color: #fff; background: var(--green-deep); }
.contact-inner { display: grid; grid-template-columns: 1fr minmax(300px, .7fr); gap: 80px; align-items: center; min-height: 415px; }
.eyebrow-light { color: #9be0aa; }
.eyebrow-light > span { background: #72dc8e; }
.contact-inner h2 { color: #fff; }
.contact-action p { max-width: 380px; margin-bottom: 27px; color: #bbd2c1; font-size: 17px; line-height: 1.6; }

.site-footer { color: #d0ddd3; background: #061d11; }
.footer-main { display: grid; grid-template-columns: 1fr 1.4fr 1fr; gap: 45px; align-items: center; min-height: 185px; }
.brand-footer img { width: 178px; filter: brightness(0) invert(1); opacity: .95; }
.footer-main p { max-width: 320px; margin: 0; color: #9db3a3; font-size: 13px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 16px; font-size: 12px; font-weight: 700; }
.footer-links a:hover, .footer-links a:focus-visible { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 18px; border-top: 1px solid rgba(208,221,211,.18); color: #819789; font-size: 11px; }

:focus-visible { outline: 3px solid #f1bf45; outline-offset: 4px; }

@media (max-width: 1000px) {
  .header-inner { min-height: 74px; }
  .site-nav { gap: 16px; }
  .preview-badge { display: none; }
  .hero { grid-template-columns: 1fr; gap: 60px; padding-block: 70px 95px; }
  .hero-copy { max-width: 720px; }
  .hero-media { max-width: 680px; margin-inline: auto; width: 100%; }
  .feature-grid, .product-grid { grid-template-columns: 1fr 1fr; }
  .feature-card:last-child, .product-card:last-child { grid-column: span 2; }
  .product-card:last-child { min-height: 260px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-links { justify-content: flex-start; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 32px, 620px); }
  .site-header { background: #fff; }
  .utility-inner { min-height: 28px; }
  .utility-inner > span:first-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .utility-right { display: none; }
  .header-inner { min-height: 68px; }
  .brand img { width: 164px; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 9px 16px 17px; border-bottom: 1px solid var(--line); background: #fff; box-shadow: 0 14px 24px rgba(16,58,29,.08); }
  .site-nav.is-open { display: flex; }
  .site-nav a, .nav-products-toggle { width: 100%; padding: 13px 3px; border-bottom: 1px solid #edf2ee; text-align: left; }
  .nav-products-toggle { justify-content: space-between; }
  .mega-menu { position: static; grid-template-columns: 1fr; gap: 18px; width: auto; margin: 4px 0 12px; padding: 17px; transform: none; border: 1px solid var(--line); border-radius: 14px; background: var(--soft); box-shadow: none; }
  .mega-menu-intro h2 { font-size: 21px; }
  .mega-menu-intro > p:not(.mega-kicker) { font-size: 12px; }
  .mega-category-grid { grid-template-columns: 1fr; gap: 10px; padding: 0; border: 0; }
  .mega-category-column > a { padding: 8px 0; }
  .mega-feature { display: none; }
  .site-nav .nav-cta { justify-content: center; margin-top: 10px; border: 0; }
  .hero { min-height: 0; padding-block: 55px 82px; }
  h1 { font-size: clamp(44px, 13vw, 68px); }
  .hero-intro { font-size: 17px; }
  .hero-proof { gap: 15px; margin-top: 43px; }
  .hero-proof div { padding-right: 15px; }
  .hero-proof strong { font-size: 17px; }
  .hero-proof span { font-size: 11px; }
  .hero-float-card { left: 16px; bottom: -35px; }
  .signal-grid { grid-template-columns: 1fr; gap: 5px; padding-block: 28px; }
  .signal-grid p, .signal-grid p:last-child { text-align: left; font-size: 15px; }
  .signal-grid > span { display: none; }
  .section { padding-block: 85px; }
  .sector-grid { grid-template-columns: 1fr 1fr; }
  .sector-grid span { min-height: 58px; padding: 10px; border-bottom: 1px solid var(--line); font-size: 9px; }
  .section-heading, .about-section, .contact-inner { grid-template-columns: 1fr; gap: 28px; }
  .section-heading { margin-bottom: 34px; }
  .section-heading h2, .about-copy h2, .contact-inner h2 { font-size: 42px; }
  .section-heading-products .button { justify-self: start; }
  .feature-grid, .product-grid { grid-template-columns: 1fr; }
  .feature-card:last-child, .product-card:last-child { grid-column: auto; }
  .feature-card { min-height: 0; padding: 25px; }
  .feature-icon { margin-top: 42px; }
  .feature-card p { min-height: 0; }
  .product-card, .product-card:last-child { min-height: 320px; }
  .about-mark { width: 160px; font-size: 94px; }
  .about-copy > p:not(.eyebrow) { font-size: 16px; }
  .contact-inner { min-height: 0; padding-block: 80px; }
  .footer-main { grid-template-columns: 1fr; gap: 24px; padding-block: 43px; }
  .footer-bottom { flex-direction: column; gap: 7px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

/* Industrial design layer: sharper surfaces, technical contrast and B2B navigation. */
:root {
  --green: #3b9a4d;
  --green-dark: #1f7137;
  --green-deep: #071b11;
  --acid: #c6f36d;
  --ink: #101714;
  --muted: #617068;
  --line: #d8e3dc;
  --soft: #eef4f0;
  --steel: #cad6d0;
  --radius: 8px;
}

body { background: #f7faf8; }
.utility-bar { background: #06140c; }
.site-header { border-bottom-color: rgba(216,227,220,.9); }
.hero { position: relative; display: block; min-height: 0; padding: 0; overflow: hidden; color: #fff; background: var(--green-deep); }
.hero::before { position: absolute; inset: 0; content: ""; opacity: .55; background-image: linear-gradient(rgba(198,243,109,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(198,243,109,.09) 1px, transparent 1px); background-size: 46px 46px; mask-image: linear-gradient(90deg, #000 0%, transparent 82%); pointer-events: none; }
.hero::after { position: absolute; right: -16vw; bottom: -35vw; width: 58vw; height: 58vw; content: ""; border: 1px solid rgba(198,243,109,.24); border-radius: 50%; box-shadow: 0 0 0 70px rgba(198,243,109,.05), 0 0 0 140px rgba(198,243,109,.035); pointer-events: none; }
.hero-shell { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr); gap: clamp(45px, 7vw, 100px); align-items: center; min-height: 700px; padding-block: 80px 105px; }
.hero .eyebrow { color: #c6f36d; }
.hero .eyebrow > span { background: var(--acid); }
.hero h1 { max-width: 680px; margin-bottom: 25px; color: #fff; font-size: clamp(50px, 6.5vw, 86px); }
.hero h1 em { color: var(--acid); }
.hero-intro { color: #bed0c3; }
.hero .button-primary { color: var(--green-deep); background: var(--acid); box-shadow: 0 13px 28px rgba(0,0,0,.2); }
.hero .button-primary:hover, .hero .button-primary:focus-visible { color: var(--green-deep); background: #e0ff9c; }
.hero .text-link { color: #d9f4de; }
.hero .text-link:hover, .hero .text-link:focus-visible { color: var(--acid); }
.hero-proof div { border-right-color: rgba(198,243,109,.35); }
.hero-proof strong { color: var(--acid); }
.hero-proof span { color: #9db7a4; }
.hero-image-wrap { border: 1px solid rgba(198,243,109,.42); border-radius: 8px; box-shadow: 20px 22px 0 rgba(198,243,109,.16), 0 26px 65px rgba(0,0,0,.32); }
.hero-image-wrap::before { position: absolute; z-index: 2; top: 14px; left: 14px; width: 38px; height: 38px; content: ""; border-top: 2px solid var(--acid); border-left: 2px solid var(--acid); opacity: .9; }
.hero-image-wrap::after { background: linear-gradient(180deg, rgba(7,27,17,0) 54%, rgba(7,27,17,.62)); }
.image-note { color: #e4f6e7; }
.note-dot { background: var(--acid); box-shadow: 0 0 0 5px rgba(198,243,109,.18); }
.hero-float-card { left: -32px; bottom: -38px; width: 220px; padding: 20px; color: var(--green-deep); background: var(--acid); border-radius: 4px; box-shadow: 0 18px 34px rgba(0,0,0,.27); }
.float-label { color: var(--green-dark); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 10px; letter-spacing: .14em; }
.hero-float-card strong { display: block; margin-bottom: 12px; font-size: 22px; line-height: 1.02; }
.float-meta { display: block; color: #315d3a; font-size: 10px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.signal-band { color: var(--green-deep); background: var(--acid); }
.signal-grid p { font-weight: 850; }
.signal-grid p:last-child { color: #2d6038; }
.signal-grid > span { color: var(--green-dark); }
.sector-strip { background: #0e2718; border-bottom-color: #294a32; }
.sector-grid span { color: #a6c5ad; border-right-color: #294a32; }
.sector-grid span:first-child { color: var(--acid); border-left-color: #294a32; }
.customer-paths { background: #fff; background-image: linear-gradient(rgba(16,23,20,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(16,23,20,.035) 1px, transparent 1px); background-size: 30px 30px; }
.path-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.path-card { position: relative; display: flex; min-height: 205px; flex-direction: column; padding: 25px; border: 1px solid var(--line); border-top: 3px solid var(--green); border-radius: 4px; background: rgba(255,255,255,.9); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.path-card:hover, .path-card:focus-visible { transform: translateY(-4px); border-color: var(--green); box-shadow: 0 16px 30px rgba(16,58,29,.12); }
.path-code { margin-bottom: 36px; color: var(--green-dark); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 10px; font-weight: 850; letter-spacing: .12em; }
.path-card strong { margin-bottom: 8px; font-size: 21px; letter-spacing: -.035em; }
.path-card > span:not(.path-code) { max-width: 245px; color: var(--muted); font-size: 13px; line-height: 1.45; }
.path-card b { position: absolute; right: 25px; bottom: 25px; color: var(--green); font-size: 20px; }
.path-card-active { color: #fff; background: var(--green-deep); border-color: var(--green-deep); border-top-color: var(--acid); }
.path-card-active .path-code { color: var(--acid); }
.path-card-active > span:not(.path-code) { color: #b9d0bf; }
.path-card-active b { color: var(--acid); }
.feature-card { border-radius: 4px; box-shadow: 0 1px 0 rgba(16,23,20,.02); }
.feature-card-dark { background: var(--green-deep); }
.feature-icon { border-radius: 4px; }
.section-products { background-color: #e9f1ec; background-image: linear-gradient(rgba(16,23,20,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(16,23,20,.045) 1px, transparent 1px); background-size: 34px 34px; }
.product-card { border-radius: 4px; }
.product-card-featured { background: var(--green-deep); border-color: var(--green-deep); }
.about-mark { border-radius: 4px; background: var(--green-deep); transform: none; box-shadow: 18px 18px 0 var(--acid); }
.about-copy h2 em { color: var(--green-dark); }
.faq-section { background: #f0f5f2; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.faq-layout { display: grid; grid-template-columns: minmax(280px, .8fr) 1.2fr; gap: 90px; align-items: start; }
.faq-layout h2 { margin-bottom: 20px; font-size: clamp(37px, 4.2vw, 56px); line-height: 1.02; }
.faq-intro { max-width: 360px; color: var(--muted); font-size: 16px; line-height: 1.6; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { padding: 20px 0; border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; color: var(--ink); cursor: pointer; font-size: 17px; font-weight: 850; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--green); font-size: 24px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 650px; margin: 12px 42px 0 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.contact-panel { background: var(--green-deep); background-image: linear-gradient(rgba(198,243,109,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(198,243,109,.07) 1px, transparent 1px); background-size: 42px 42px; }
.contact-inner { min-height: 510px; }
.contact-meta { display: grid; gap: 5px; margin-bottom: 25px; padding: 17px; border-left: 2px solid var(--acid); background: rgba(255,255,255,.06); }
.contact-meta .meta-label { color: var(--acid); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-meta strong { color: #fff; font-size: 15px; }
.contact-meta a { color: #c4e7ca; font-size: 14px; font-weight: 750; }
.contact-meta span:last-child { margin-top: 4px; color: #9ebba5; font-size: 11px; line-height: 1.5; }
.site-footer { background: #04140b; }

@media (max-width: 1000px) {
  .hero-shell { grid-template-columns: 1fr; gap: 60px; }
  .hero-copy { max-width: 720px; }
  .hero-media { max-width: 680px; margin-inline: auto; width: 100%; }
  .faq-layout { gap: 45px; }
}

@media (max-width: 760px) {
  .hero-shell { min-height: 0; padding-block: 60px 92px; }
  .hero h1 { font-size: clamp(45px, 13vw, 70px); }
  .hero-float-card { left: 16px; bottom: -35px; }
  .path-grid { grid-template-columns: 1fr; }
  .path-card { min-height: 175px; }
  .faq-layout { grid-template-columns: 1fr; gap: 30px; }
  .faq-layout h2 { font-size: 43px; }
  .contact-meta { max-width: 390px; }
}

/* Softer premium wholesale finish. Keep the technical clarity without the hard-edged agency look. */
:root {
  --green: #32914a;
  --green-dark: #236b38;
  --green-deep: #123620;
  --acid: #b9e6a1;
  --ink: #152019;
  --muted: #66756c;
  --line: #dfe9e2;
  --soft: #f1f7f2;
  --radius: 18px;
}

body { background: #fbfdfb; }
.utility-bar { background: #123620; }
.utility-inner { letter-spacing: .035em; }
.hero { background: linear-gradient(118deg, #f1f8f3 0%, #f7fbf8 47%, #e8f2eb 100%); color: var(--ink); }
.hero::before { opacity: .7; background: radial-gradient(circle at 20% 20%, rgba(50,145,74,.12), transparent 30%), radial-gradient(circle at 88% 45%, rgba(185,230,161,.45), transparent 34%); background-repeat: no-repeat; background-size: auto; mask-image: none; }
.hero::after { right: -10%; bottom: -40%; width: 52vw; height: 52vw; border: 1px solid rgba(50,145,74,.14); box-shadow: 0 0 0 65px rgba(50,145,74,.04), 0 0 0 130px rgba(50,145,74,.025); }
.hero-shell { grid-template-columns: minmax(0, .93fr) minmax(0, 1.07fr); min-height: 650px; padding-block: 78px 98px; }
.hero-shell > *, .hero-copy, .hero-media { min-width: 0; }
.hero .eyebrow { color: var(--green-dark); }
.hero .eyebrow > span { background: var(--green); }
.hero h1 { max-width: 600px; color: var(--ink); font-size: clamp(46px, 5.25vw, 76px); line-height: .99; overflow-wrap: normal; word-break: normal; }
.hero h1 em { color: var(--green); }
.hero-intro { max-width: 570px; color: #5f7166; }
.hero .button-primary { color: #fff; background: var(--green); box-shadow: 0 12px 24px rgba(35,107,56,.18); }
.hero .button-primary:hover, .hero .button-primary:focus-visible { color: #fff; background: var(--green-dark); }
.hero .text-link { color: var(--green-dark); }
.hero .text-link:hover, .hero .text-link:focus-visible { color: var(--green); }
.hero-proof div { border-right-color: var(--line); }
.hero-proof strong { color: var(--green-dark); }
.hero-proof span { color: var(--muted); }
.hero-image-wrap { border: 8px solid #fff; border-radius: 24px; box-shadow: 0 20px 45px rgba(30,71,41,.14); }
.hero-image-wrap::before { top: 16px; left: 16px; width: 42px; height: 42px; border-color: rgba(185,230,161,.8); }
.hero-image-wrap::after { background: linear-gradient(180deg, rgba(18,54,32,0) 55%, rgba(18,54,32,.32)); }
.image-note { right: 25px; bottom: 22px; }
.note-dot { background: var(--acid); box-shadow: 0 0 0 5px rgba(185,230,161,.24); }
.hero-float-card { left: -30px; bottom: -32px; width: 228px; padding: 20px 22px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 18px 38px rgba(30,71,41,.16); }
.float-label { color: var(--green-dark); }
.hero-float-card strong { font-size: 21px; }
.float-meta { color: var(--muted); }
.signal-band { color: var(--ink); background: #e5f2e7; }
.signal-grid p { font-size: 16px; }
.signal-grid p:last-child { color: var(--green-dark); }
.signal-grid > span { color: var(--green); }
.sector-strip { background: #fff; border-bottom-color: var(--line); }
.sector-grid span { color: #68766e; border-right-color: var(--line); }
.sector-grid span:first-child { color: var(--green-dark); border-left-color: var(--line); }
.customer-paths { background: #fff; background-image: none; }
.path-card { min-height: 200px; padding: 26px; border: 1px solid var(--line); border-top: 0; border-radius: 18px; background: #fff; }
.path-card:hover, .path-card:focus-visible { border-color: #b7d4bd; box-shadow: 0 15px 35px rgba(30,71,41,.1); }
.path-code { margin-bottom: 38px; color: var(--green-dark); font-family: inherit; font-size: 10px; letter-spacing: .1em; }
.path-card strong { font-size: 22px; }
.path-card-active { background: var(--green-deep); border-color: var(--green-deep); }
.feature-card { min-height: 340px; border-radius: 18px; }
.feature-icon, .feature-icon-green { border-radius: 50%; }
.section-products { background-color: #f1f7f2; background-image: none; }
.product-card { border-radius: 18px; }
.product-card-featured { background: var(--green-deep); border-color: var(--green-deep); }
.about-mark { border-radius: 42% 58% 56% 44%; background: var(--green); box-shadow: 14px 14px 0 #e1f0e4; transform: rotate(-4deg); }
.faq-section { background: #f6faf7; }
.faq-list details { padding-block: 22px; }
.faq-list summary { font-size: 18px; }
.contact-panel { background: linear-gradient(118deg, #123620, #1f5d35); background-image: none; }
.contact-meta { border-left: 0; border-radius: 14px; background: rgba(255,255,255,.09); }
.site-footer { background: #102b1a; }

@media (max-width: 1000px) {
  .hero-shell { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .hero-shell { padding-block: 58px 92px; }
  .hero h1 { font-size: clamp(44px, 12vw, 66px); }
  .hero-float-card { left: 16px; bottom: -35px; }
}

.news-section { background: #eef5f0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.news-heading { margin-bottom: 42px; }
.news-grid { display: grid; grid-template-columns: 1.08fr 1fr 1fr; grid-auto-rows: minmax(285px, auto); gap: 16px; }
.news-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #fff; transition: transform .22s ease, box-shadow .22s ease; }
.news-card:hover, .news-card:focus-visible { transform: translateY(-4px); box-shadow: 0 18px 36px rgba(27,74,43,.12); }
.news-card-featured { grid-row: span 2; }
.news-card-wide { grid-column: span 2; display: grid; grid-template-columns: .95fr 1.05fr; }
.news-image { position: relative; min-height: 176px; overflow: hidden; background: #dfece2; }
.news-card-featured .news-image { min-height: 360px; }
.news-card-wide .news-image { min-height: 220px; }
.news-image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, rgba(18,54,32,0) 52%, rgba(18,54,32,.22)); pointer-events: none; }
.news-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.news-card:hover .news-image img, .news-card:focus-visible .news-image img { transform: scale(1.035); }
.news-content { display: flex; flex: 1; flex-direction: column; padding: 22px 24px 24px; }
.news-label { margin-bottom: 10px; color: var(--green-dark); font-size: 10px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.news-content h3 { margin-bottom: 9px; font-size: 23px; line-height: 1.08; }
.news-card-featured .news-content h3 { font-size: 30px; }
.news-content p { margin-bottom: 18px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.news-link { display: inline-flex; gap: 8px; margin-top: auto; color: var(--green-dark); font-size: 13px; font-weight: 850; }
.news-card-wide .news-content { justify-content: center; }

@media (max-width: 1000px) {
  .news-grid { grid-template-columns: 1fr 1fr; }
  .news-card-featured { grid-row: span 2; }
  .news-card-wide { grid-column: span 2; }
}

@media (max-width: 760px) {
  .news-grid { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .news-card-featured, .news-card-wide { grid-column: auto; grid-row: auto; display: flex; }
  .news-card-featured .news-image, .news-card-wide .news-image { min-height: 220px; }
  .news-card-featured .news-content h3 { font-size: 25px; }
}

/* Compact editorial news layout: one lead story and a quiet list of updates. */
.news-section { padding-block: 96px; background: #f2f7f3; }
.news-heading { grid-template-columns: 1fr .72fr; margin-bottom: 36px; }
.news-grid { grid-template-columns: 1.12fr .88fr; grid-auto-rows: minmax(126px, auto); gap: 12px; }
.news-card { display: grid; grid-template-columns: 124px minmax(0, 1fr); min-height: 126px; border-radius: 16px; }
.news-card-featured { grid-column: 1; grid-row: 1 / span 3; grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr); min-height: 420px; }
.news-card-wide { grid-column: 2; display: grid; grid-template-columns: 124px minmax(0, 1fr); }
.news-image, .news-card-featured .news-image, .news-card-wide .news-image { min-height: 0; height: 100%; }
.news-card-featured .news-image { min-height: 420px; }
.news-content, .news-card-featured .news-content { justify-content: center; padding: 20px 22px; }
.news-card-featured .news-content h3 { font-size: 28px; }
.news-content h3 { font-size: 20px; }
.news-content p { display: -webkit-box; overflow: hidden; margin-bottom: 12px; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.news-card:not(.news-card-featured) .news-content p { -webkit-line-clamp: 2; }
.news-link { font-size: 12px; }

@media (max-width: 760px) {
  .news-section { padding-block: 78px; }
  .news-heading { grid-template-columns: 1fr; gap: 16px; }
  .news-grid { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .news-card-featured, .news-card-wide { grid-column: auto; grid-row: auto; display: grid; grid-template-columns: 112px minmax(0, 1fr); min-height: 150px; }
  .news-card-featured .news-image, .news-card-wide .news-image { min-height: 150px; height: 100%; }
  .news-card-featured .news-content, .news-card-wide .news-content { padding: 17px; }
  .news-card-featured .news-content h3 { font-size: 22px; }
}

/* Final visual refinement: calm equal cards, natural hero image and a more distinctive header. */
.site-header {
  padding-bottom: 12px;
  background: rgba(243, 248, 245, .9);
  border-bottom: 0;
}
.utility-bar { background: #0d2b19; }
.header-inner {
  min-height: 72px;
  padding: 8px 16px;
  border: 1px solid rgba(216, 227, 220, .95);
  border-radius: 22px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 12px 34px rgba(21, 68, 38, .09);
}
.brand img { width: 184px; }
.header-actions { gap: 12px; }
.header-tool {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 8px;
  border-radius: 12px;
  color: #53675a;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  transition: color .2s ease, background .2s ease;
}
.header-tool:hover, .header-tool:focus-visible { color: var(--green-dark); background: #e8f3ea; }
.header-tool-icon { font-size: 14px; line-height: 1; }
.preview-badge {
  padding: 8px 12px;
  color: var(--green-dark);
  background: #edf7ef;
  border-color: #d2e8d6;
  font-size: 10px;
}
.nav-chevron {
  width: 7px;
  height: 7px;
  margin: -4px 0 0 3px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  color: var(--green-dark);
  font-size: 0;
  transform: rotate(45deg);
  transition: transform .2s ease, margin .2s ease;
}
.nav-products-toggle[aria-expanded="true"] .nav-chevron { margin-top: 4px; transform: rotate(225deg); }
.site-nav {
  gap: 4px;
  padding: 4px;
  border: 1px solid #dce8df;
  border-radius: 999px;
  background: #f4f8f5;
  font-size: 13px;
}
.site-nav > a, .nav-products-toggle {
  padding: 10px 13px;
  border-radius: 999px;
  line-height: 1;
}
.site-nav > a:hover, .site-nav > a:focus-visible, .nav-products-toggle:hover, .nav-products-toggle:focus-visible {
  color: var(--green-dark);
  background: #e4f1e6;
}
.nav-chevron { font-size: 15px; }
.site-nav .nav-cta {
  padding: 11px 16px;
  box-shadow: 0 6px 14px rgba(31, 113, 55, .18);
}
.mega-menu {
  top: calc(100% - 1px);
  border-top: 3px solid var(--green);
  border-radius: 0 0 24px 24px;
  background: #fbfefc;
  box-shadow: 0 26px 55px rgba(8, 45, 26, .17);
}

.hero-image-wrap img {
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}
.hero h1 { font-size: clamp(44px, 4.8vw, 70px); }
.hero h1 em { white-space: nowrap; }
.hero-service-line {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 18px;
  margin-top: 47px;
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 800;
}
.hero-service-line span { display: inline-flex; align-items: center; gap: 18px; }
.hero-service-line span:not(:last-child)::after {
  width: 4px;
  height: 4px;
  content: "";
  background: #9bb5a0;
  border-radius: 50%;
}
.hero-media { display: grid; gap: 14px; align-content: center; }
.hero-image-wrap { border-radius: 30px; box-shadow: 0 24px 54px rgba(30, 71, 41, .15); }
.hero-media-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 17px 20px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 10px 25px rgba(30, 71, 41, .06);
}
.hero-media-details > div { display: grid; gap: 3px; }
.media-detail-label {
  color: var(--green-dark);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.hero-media-details strong { font-size: 17px; line-height: 1.15; }
.hero-media-details > div > span:last-child { color: var(--muted); font-size: 12px; }
.media-detail-mark { color: var(--green); font-size: 22px; font-weight: 700; }

@media (min-width: 1001px) {
  .hero-shell { grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); gap: clamp(42px, 5vw, 76px); }
}

.news-section {
  padding-block: clamp(88px, 9vw, 120px);
  background: linear-gradient(135deg, #f4f9f5 0%, #edf5ef 100%);
}
.news-heading {
  grid-template-columns: minmax(0, 1fr) minmax(280px, .58fr);
  align-items: end;
  margin-bottom: 44px;
}
.news-heading h2 {
  max-width: 820px;
  font-size: clamp(46px, 5.2vw, 76px);
  line-height: .95;
  letter-spacing: -.065em;
}
.news-heading .section-lead {
  max-width: 420px;
  margin: 0 0 6px;
  font-size: 19px;
  line-height: 1.55;
}
.news-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: auto;
  gap: 16px;
}
.news-card, .news-card-featured, .news-card-wide {
  display: flex;
  grid-column: auto;
  grid-row: auto;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  border-radius: 22px;
  border-color: #d7e4db;
  box-shadow: 0 8px 20px rgba(27, 74, 43, .05);
}
.news-card:hover, .news-card:focus-visible {
  box-shadow: 0 18px 36px rgba(27, 74, 43, .13);
}
.news-image, .news-card-featured .news-image, .news-card-wide .news-image {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 1 / 1;
}
.news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.news-content, .news-card-featured .news-content, .news-card-wide .news-content {
  display: flex;
  min-height: 196px;
  padding: 22px 22px 24px;
  justify-content: flex-start;
}
.news-label { margin-bottom: 12px; font-size: 10.5px; }
.news-content h3, .news-card-featured .news-content h3 {
  min-height: 54px;
  margin-bottom: 10px;
  font-size: clamp(20px, 1.8vw, 25px);
  line-height: 1.08;
}
.news-content p {
  min-height: 45px;
  margin-bottom: 18px;
  font-size: 15px;
  line-height: 1.5;
  -webkit-line-clamp: 2;
}
.news-link { font-size: 12.5px; }

@media (max-width: 1100px) {
  .news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .site-header { padding-bottom: 0; background: #fff; }
  .header-inner {
    min-height: 68px;
    padding-inline: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: none;
    background: #fff;
  }
  .site-nav {
    top: 100%;
    gap: 3px;
    padding: 10px 16px 17px;
    border: 0;
    border-top: 1px solid var(--line);
    border-radius: 0;
    background: #fff;
    box-shadow: 0 16px 28px rgba(16, 58, 29, .1);
  }
  .site-nav > a, .nav-products-toggle {
    padding: 13px 12px;
    border-radius: 12px;
    border-bottom: 0;
  }
  .site-nav > a:hover, .site-nav > a:focus-visible, .nav-products-toggle:hover, .nav-products-toggle:focus-visible { background: #f1f8f3; }
  .site-nav .nav-cta { margin-top: 8px; padding: 13px 16px; }
  .header-actions { gap: 3px; }
  .header-tool { padding: 8px 5px; }
  .header-tool-label { display: none; }
  .news-section { padding-block: 78px; }
  .news-heading { grid-template-columns: 1fr; gap: 18px; }
  .news-heading h2 { font-size: clamp(42px, 12vw, 65px); }
  .news-heading .section-lead { margin-bottom: 0; font-size: 17px; }
  .news-grid { grid-template-columns: 1fr; gap: 12px; }
  .news-card, .news-card-featured, .news-card-wide {
    display: grid;
    grid-template-columns: minmax(122px, 34%) minmax(0, 1fr);
    grid-template-rows: 1fr;
    min-height: 160px;
  }
  .news-image, .news-card-featured .news-image, .news-card-wide .news-image {
    height: 100%;
    aspect-ratio: 1 / 1;
  }
  .news-content, .news-card-featured .news-content, .news-card-wide .news-content {
    min-height: 0;
    padding: 18px;
  }
  .news-content h3, .news-card-featured .news-content h3 { min-height: 0; font-size: 20px; }
  .news-content p { min-height: 0; margin-bottom: 8px; font-size: 13.5px; }
  .hero-service-line { margin-top: 35px; }
  .hero-media-details { padding: 15px 17px; }
  .hero-media-details strong { font-size: 15px; }
}

/* High-contrast contact close: the final conversion area must remain readable and useful. */
.contact-panel {
  color: #fff;
  background: #0d3a21;
  background-image: linear-gradient(120deg, rgba(7, 27, 17, .2), rgba(50, 145, 74, .38)), radial-gradient(circle at 92% 18%, rgba(198, 243, 109, .18), transparent 30%);
}
.contact-inner {
  min-height: 0;
  padding-block: 100px;
  grid-template-columns: minmax(0, .95fr) minmax(390px, .75fr);
  gap: clamp(55px, 8vw, 120px);
}
.contact-inner h2 {
  max-width: 650px;
  color: #fff;
  font-size: clamp(48px, 5.8vw, 78px);
  line-height: .98;
}
.eyebrow-light { color: #c6f36d; }
.eyebrow-light > span { background: #c6f36d; }
.contact-meta {
  display: grid;
  gap: 7px;
  margin-bottom: 25px;
  padding: 22px 24px;
  border: 1px solid rgba(198, 243, 109, .28);
  border-left: 3px solid #c6f36d;
  border-radius: 18px;
  background: rgba(4, 20, 11, .28);
}
.contact-meta .meta-label {
  color: #c6f36d;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .13em;
}
.contact-meta strong { color: #fff; font-size: 18px; }
.contact-meta a { color: #fff; font-size: 16px; font-weight: 800; }
.contact-meta a:hover, .contact-meta a:focus-visible { color: #c6f36d; }
.contact-meta span:last-child { margin-top: 5px; color: #c6ded0; font-size: 13px; line-height: 1.55; }
.contact-action p {
  max-width: 470px;
  margin-bottom: 28px;
  color: #d5e8da;
  font-size: 18px;
  line-height: 1.6;
}
.contact-action .button-light { min-height: 54px; padding-inline: 24px; font-size: 15px; }

.site-footer {
  color: #e4f0e7;
  background: #061d11;
}
.footer-main {
  min-height: 0;
  padding-block: 54px;
  align-items: start;
}
.brand-footer img { width: 190px; }
.footer-contact { display: grid; gap: 5px; max-width: 340px; font-size: 14px; line-height: 1.45; }
.footer-contact strong { color: #fff; font-size: 16px; }
.footer-contact span { color: #c3d8c8; }
.footer-contact a { width: fit-content; color: #c6f36d; font-weight: 750; }
.footer-contact a:hover, .footer-contact a:focus-visible { color: #fff; }
.footer-links { gap: 9px; }
.footer-links a {
  padding: 9px 12px;
  border: 1px solid rgba(208, 221, 211, .26);
  border-radius: 999px;
  color: #e4f0e7;
  font-size: 12px;
}
.footer-links a:hover, .footer-links a:focus-visible { color: #061d11; background: #c6f36d; border-color: #c6f36d; }
.footer-bottom { color: #a8c0ae; }

@media (max-width: 760px) {
  .contact-inner { padding-block: 76px; gap: 36px; }
  .contact-inner h2 { font-size: 46px; }
  .contact-meta { padding: 19px; }
  .contact-action p { font-size: 16px; }
  .footer-main { padding-block: 44px; }
  .footer-links { justify-content: flex-start; }
}

/* Contact page: direct, readable and useful for Austrian B2B customers. */
.contact-page { background: #f8fbf9; }
.contact-page-hero {
  border-bottom: 1px solid var(--line);
  background: linear-gradient(135deg, #eef7f0 0%, #fbfdfb 62%, #e7f2e9 100%);
}
.contact-page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(370px, .75fr);
  gap: clamp(55px, 8vw, 120px);
  align-items: center;
  padding-block: 112px 118px;
}
.contact-page h1 {
  max-width: 700px;
  margin-bottom: 28px;
  font-size: clamp(54px, 6.8vw, 94px);
  line-height: .94;
}
.contact-page h1 em, .contact-page h2 em { color: var(--green); font-style: normal; }
.contact-page-intro {
  max-width: 610px;
  margin-bottom: 35px;
  color: #4f6356;
  font-size: 19px;
  line-height: 1.65;
}
.contact-page-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; }
.contact-page-card {
  position: relative;
  overflow: hidden;
  padding: 38px;
  border: 1px solid #d3e3d7;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 24px 55px rgba(27, 74, 43, .11);
}
.contact-page-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 8px;
  content: "";
  background: var(--green);
}
.contact-page-card-kicker {
  margin-bottom: 20px;
  color: var(--green-dark);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.contact-page-card h2 { margin-bottom: 10px; font-size: clamp(38px, 4.2vw, 56px); line-height: .98; }
.contact-page-distance { margin-bottom: 28px; color: var(--muted); font-size: 16px; }
.contact-page-address {
  display: grid;
  gap: 8px;
  padding-block: 22px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 15px;
  line-height: 1.45;
}
.contact-page-address strong { font-size: 17px; }
.contact-page-address span { color: var(--muted); }
.contact-page-address a { color: var(--green-dark); font-weight: 800; }
.contact-page-address a:hover, .contact-page-address a:focus-visible { color: var(--green); }
.button-card { margin-top: 25px; color: #fff; background: var(--green); }
.button-card:hover, .button-card:focus-visible { color: #fff; background: var(--green-dark); }
.contact-page-card-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.contact-page-card-actions .button-card { margin-top: 25px; }
.contact-page-mini-link { color: var(--green-dark); font-size: 12px; font-weight: 850; }
.contact-page-mini-link:hover, .contact-page-mini-link:focus-visible { color: var(--green); }
.contact-page-locations { padding-block: 110px 120px; background: #f8fbf9; }
.contact-location-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.contact-location-card {
  display: flex;
  min-height: 390px;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(27, 74, 43, .05);
}
.contact-location-card-at { background: #eaf5ec; border-color: #c7e1cd; }
.contact-location-top { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.contact-location-kicker { color: var(--green-dark); font-size: 11px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.contact-location-code { color: #8aa08f; font-size: 12px; font-weight: 850; letter-spacing: .12em; }
.contact-location-card h3 { margin: 54px 0 13px; font-size: 28px; line-height: 1.05; }
.contact-location-card address { color: #52665a; font-size: 16px; font-style: normal; line-height: 1.55; }
.contact-location-lines { display: grid; gap: 6px; margin-top: 23px; padding-top: 19px; border-top: 1px solid rgba(93, 128, 100, .22); color: #5d7163; font-size: 13px; line-height: 1.5; }
.contact-location-lines a { color: var(--green-dark); font-size: 15px; font-weight: 800; }
.contact-location-lines a:hover, .contact-location-lines a:focus-visible { color: var(--green); }
.contact-location-card .card-link { margin-top: auto; padding-top: 22px; }
.contact-page-options { padding-block: 110px 125px; background: #fff; }
.contact-page-heading { margin-bottom: 50px; }
.contact-page-heading h2 { font-size: clamp(42px, 5vw, 68px); }
.contact-option-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.contact-option {
  display: flex;
  min-height: 320px;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #f7faf8;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.contact-option:hover, .contact-option:focus-visible { transform: translateY(-4px); border-color: #a8c9b0; box-shadow: 0 18px 36px rgba(27, 74, 43, .1); }
.contact-option-accent { background: #eaf5ec; border-color: #c9e2ce; }
.contact-option-hours { background: #f1f6f2; }
.contact-option-index { color: #829a88; font-size: 12px; font-weight: 850; letter-spacing: .12em; }
.contact-option h3 { margin: 62px 0 12px; font-size: 25px; line-height: 1.08; }
.contact-option p { max-width: 310px; margin-bottom: 22px; color: var(--muted); font-size: 15px; line-height: 1.55; }
.contact-option .card-link { margin-top: auto; }

@media (max-width: 1000px) {
  .contact-page-hero-grid { grid-template-columns: 1fr; padding-block: 85px 95px; }
  .contact-page-copy { max-width: 720px; }
  .contact-page-card { max-width: 620px; }
}

@media (max-width: 760px) {
  .contact-page-hero-grid { padding-block: 64px 76px; gap: 45px; }
  .contact-page h1 { font-size: clamp(46px, 13vw, 70px); }
  .contact-page-intro { font-size: 17px; }
  .contact-page-card { padding: 28px 22px; border-radius: 22px; }
  .contact-page-locations { padding-block: 78px 88px; }
  .contact-location-grid { grid-template-columns: 1fr; gap: 12px; }
  .contact-location-card { min-height: 0; padding: 23px; }
  .contact-location-card h3 { margin-top: 38px; font-size: 25px; }
  .contact-page-options { padding-block: 78px 88px; }
  .contact-page-heading { margin-bottom: 35px; }
  .contact-option-grid { grid-template-columns: 1fr; gap: 12px; }
  .contact-option { min-height: 0; padding: 23px; }
  .contact-option h3 { margin-top: 38px; }
}

/* Lighter homepage contact close: strong contrast without a heavy dark block. */
.contact-panel {
  color: var(--ink);
  background: linear-gradient(135deg, #eaf5ec 0%, #dceee1 100%);
  background-image: radial-gradient(circle at 88% 20%, rgba(50, 145, 74, .13), transparent 34%);
  background-color: #eaf5ec;
}
.contact-inner h2 { color: var(--ink); }
.contact-inner h2 em { color: var(--green); }
.eyebrow-light { color: var(--green-dark); }
.eyebrow-light > span { background: var(--green); }
.contact-meta {
  border-color: #c4ddca;
  border-left-color: var(--green);
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 12px 28px rgba(27, 74, 43, .07);
}
.contact-meta .meta-label { color: var(--green-dark); }
.contact-meta strong { color: var(--ink); }
.contact-meta a { color: var(--green-dark); }
.contact-meta span:last-child { color: #587060; }
.contact-action p { color: #4f6356; }
.contact-panel .button-light { color: #fff; background: var(--green); }
.contact-panel .button-light:hover, .contact-panel .button-light:focus-visible { color: #fff; background: var(--green-dark); }

/* Compact, responsive header: the essentials stay visible while secondary tools stay quiet. */
.utility-inner {
  min-height: 26px;
  font-size: 9.5px;
  letter-spacing: .11em;
}
.utility-right { font-size: 9.5px; }
.header-inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 18px;
  min-height: 68px;
  padding: 7px 12px;
  border-radius: 18px;
}
.brand img { width: 178px; }
.site-nav {
  justify-self: end;
  gap: 2px;
  margin-left: 0;
  max-width: 100%;
}
.site-nav > a, .nav-products-toggle { padding-inline: 11px; }
.site-nav .nav-cta { padding-inline: 14px; }
.header-actions {
  gap: 4px;
  margin-left: 0;
  padding-left: 9px;
  border-left: 1px solid var(--line);
}
.header-tool { white-space: nowrap; }
.cart-tool {
  color: var(--green-dark);
  background: #edf7ef;
}
.cart-tool:hover, .cart-tool:focus-visible { background: #dcefe0; }
.cart-count {
  display: inline-grid;
  min-width: 19px;
  height: 19px;
  padding: 0 5px;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: var(--green);
  font-size: 10px;
  font-weight: 850;
  line-height: 1;
}

@media (max-width: 1120px) {
  .utility-right { display: none; }
  .header-inner { gap: 10px; }
  .brand img { width: 168px; }
  .site-nav > a, .nav-products-toggle { padding-inline: 8px; font-size: 12px; }
  .site-nav .nav-cta { padding-inline: 11px; }
  .header-actions { gap: 1px; padding-left: 5px; }
  .header-tool-label { display: none; }
  .header-tool { padding-inline: 6px; }
}

@media (max-width: 980px) {
  .utility-bar { display: none; }
  .header-inner {
    min-height: 68px;
    padding: 8px 12px;
  }
  .menu-toggle { display: block; }
  .site-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    display: none;
    width: auto;
    flex-direction: column;
    align-items: stretch;
    gap: 3px;
    padding: 10px 14px 17px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 16px 28px rgba(16, 58, 29, .12);
  }
  .site-nav.is-open { display: flex; }
  .site-nav > a, .nav-products-toggle {
    width: 100%;
    padding: 13px 12px;
    border-radius: 12px;
    text-align: left;
  }
  .site-nav .nav-cta { justify-content: center; margin-top: 8px; }
  .nav-item-products { width: 100%; }
  .mega-menu {
    position: static;
    grid-template-columns: 1fr;
    gap: 18px;
    width: auto;
    margin: 4px 0 12px;
    padding: 17px;
    transform: none;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: var(--soft);
    box-shadow: none;
  }
  .mega-category-grid { grid-template-columns: 1fr; gap: 10px; padding: 0; border: 0; }
  .mega-feature { display: none; }
}

@media (max-width: 760px) {
  .header-inner {
    padding-inline: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: none;
    background: #fff;
  }
  .header-actions { padding-left: 0; border-left: 0; }
}

/* Supplier wall: broad enough to signal a trading business, restrained enough to stay useful. */
.supplier-section {
  position: relative;
  overflow: hidden;
  padding-block: clamp(86px, 9vw, 122px);
  background: #f7faf8;
}
.supplier-section::before {
  position: absolute;
  top: 0;
  right: -12vw;
  width: 42vw;
  height: 42vw;
  content: "";
  border: 1px solid rgba(59, 154, 77, .12);
  border-radius: 50%;
  box-shadow: 0 0 0 56px rgba(59, 154, 77, .035), 0 0 0 112px rgba(59, 154, 77, .025);
  pointer-events: none;
}
.supplier-heading { position: relative; z-index: 1; margin-bottom: 42px; }
.supplier-heading h2 { max-width: 700px; }
.supplier-panel {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid #d8e5dc;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 35px rgba(27, 74, 43, .07);
}
.supplier-panel-head, .supplier-panel-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 22px;
  color: #728279;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.supplier-panel-head { border-bottom: 1px solid #e2ebe5; }
.supplier-panel-head span:last-child { color: var(--green-dark); }
.supplier-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1px;
  background: #e2ebe5;
}
.supplier-card {
  display: grid;
  min-height: 105px;
  place-items: center;
  padding: 16px;
  background: #fff;
}
.supplier-card img {
  width: 100%;
  max-width: 138px;
  height: 54px;
  object-fit: contain;
  filter: saturate(.78) contrast(.96);
  opacity: .84;
  transition: filter .2s ease, opacity .2s ease, transform .2s ease;
}
.supplier-card:hover img, .supplier-card:focus-within img { filter: saturate(1) contrast(1); opacity: 1; transform: scale(1.04); }
.supplier-panel-foot { border-top: 1px solid #e2ebe5; text-transform: none; letter-spacing: 0; }
.supplier-panel-foot .text-link { font-size: 12px; }

@media (max-width: 980px) {
  .site-nav {
    max-height: calc(100dvh - 86px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  .supplier-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .supplier-section { padding-block: 78px 88px; }
  .supplier-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 31px; }
  .supplier-heading .section-lead { margin-bottom: 0; font-size: 17px; }
  .supplier-panel { border-radius: 16px; }
  .supplier-panel-head, .supplier-panel-foot { align-items: flex-start; flex-direction: column; gap: 6px; padding: 15px 17px; }
  .supplier-panel-head span:last-child { font-size: 10px; }
  .supplier-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .supplier-card { min-height: 86px; padding: 12px; }
  .supplier-card img { max-width: 112px; height: 42px; }
}
