:root {
  --ink: #0b292a;
  --ink-2: #173b3a;
  --paper: #f5f3ee;
  --paper-2: #ebe8e0;
  --white: #fffefb;
  --line: rgba(11, 41, 42, .16);
  --line-light: rgba(255, 255, 255, .18);
  --mint: #b9d7cb;
  --mint-strong: #7eb29d;
  --sand: #d8bc8b;
  --muted: #647271;
  --error: #a13f32;
  --shadow: 0 24px 70px rgba(18, 45, 43, .12);
  --radius-sm: 8px;
  --radius: 14px;
  --radius-lg: 24px;
  --container: 1240px;
  --header: 82px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; min-width: 320px; overflow-x: hidden; color: var(--ink); background: var(--paper); font: 400 16px/1.6 Inter, "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img, svg, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.04; letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 6vw, 6.2rem); }
h2 { font-size: clamp(2.2rem, 4.2vw, 4.5rem); }
h3 { font-size: clamp(1.35rem, 2vw, 1.75rem); }
p { color: var(--muted); }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: clamp(84px, 10vw, 144px) 0; }
.section--soft { background: var(--paper-2); }
.section--dark { color: var(--white); background: var(--ink); }
.section--dark p { color: rgba(255, 255, 255, .66); }
.section--form { background: var(--ink); }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 16px; color: var(--white); background: var(--ink); transform: translateY(-140%); }
.skip-link:focus { transform: none; }
.icon { width: 1.2em; height: 1.2em; flex: 0 0 auto; }
.eyebrow { display: inline-block; margin-bottom: 18px; color: var(--mint-strong); font-size: .72rem; font-weight: 750; letter-spacing: .16em; line-height: 1.3; text-transform: uppercase; }
.section--dark .eyebrow, .section--business .eyebrow { color: var(--mint); }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 14px; padding: 14px 23px; border: 1px solid var(--ink); border-radius: var(--radius-sm); color: var(--white); background: var(--ink); font-size: .86rem; font-weight: 700; line-height: 1.2; letter-spacing: .03em; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(11, 41, 42, .18); }
.button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--sand); outline-offset: 3px; }
.button:disabled { opacity: .55; cursor: wait; transform: none; }
.button--small { min-height: 42px; padding: 10px 16px; font-size: .75rem; }
.button--ghost { color: var(--ink); background: transparent; }
.button--light { color: var(--ink); border-color: var(--white); background: var(--white); }
.button--ghost-light { color: var(--white); border-color: rgba(255, 255, 255, .45); background: transparent; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-size: .8rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.text-link .icon { transition: transform .2s ease; }
.text-link:hover .icon { transform: translateX(4px); }

.site-header { position: sticky; top: 0; z-index: 100; height: var(--header); border-bottom: 1px solid var(--line); background: rgba(245, 243, 238, .92); backdrop-filter: blur(18px); }
.header-inner { display: flex; height: 100%; align-items: center; gap: 34px; }
.logo { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 11px; font-size: .88rem; line-height: 1.05; letter-spacing: .02em; }
.logo-mark { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 50%; color: var(--mint); background: var(--ink); }
.logo-mark svg { width: 27px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.logo b, .logo em { display: block; font-family: inherit; font-style: normal; }
.logo em { color: var(--muted); font-size: .82em; font-weight: 500; letter-spacing: .13em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: clamp(14px, 2vw, 30px); margin-left: auto; }
.site-nav a, .header-contact { font-size: .74rem; font-weight: 700; letter-spacing: .035em; white-space: nowrap; }
.site-nav a { position: relative; padding: 30px 0; }
.site-nav a::after { position: absolute; right: 0; bottom: 21px; left: 0; height: 1px; background: var(--ink); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.site-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-actions { display: flex; align-items: center; gap: 13px; }
.header-contact--quiet { color: var(--muted); }
.menu-button { display: none; width: 46px; height: 46px; place-items: center; margin-left: auto; padding: 0; border: 1px solid var(--line); border-radius: var(--radius-sm); color: var(--ink); background: transparent; }
.seasonal-banner, .homepage-notice { padding: 10px 0; color: var(--white); background: var(--ink-2); font-size: .74rem; font-weight: 650; text-align: center; }
.homepage-notice { color: var(--ink); border-block: 1px solid var(--line); background: var(--mint); }

.hero { position: relative; overflow: hidden; padding: clamp(72px, 8vw, 118px) 0 80px; }
.hero::before { position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(11, 41, 42, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(11, 41, 42, .035) 1px, transparent 1px); background-size: 56px 56px; content: ""; mask-image: linear-gradient(to right, black, transparent 75%); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(400px, .94fr); align-items: center; gap: clamp(42px, 7vw, 96px); }
.hero-copy h1 { max-width: 820px; margin-bottom: 28px; }
.hero-copy, .hero-copy h1, .service-hero-grid > div { min-width: 0; }
.hero-copy h1 em { color: var(--mint-strong); font-style: italic; }
.hero-lead { max-width: 750px; margin-bottom: 34px; font-size: clamp(1.05rem, 1.6vw, 1.3rem); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.proof-line { display: flex; flex-wrap: wrap; gap: 20px; margin: 34px 0 0; padding: 0; list-style: none; }
.proof-line li { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: .76rem; font-weight: 650; }
.proof-line .icon { color: var(--mint-strong); }
.engineering-visual { position: relative; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: rgba(255, 254, 251, .68); box-shadow: var(--shadow); }
.engineering-visual svg { width: 100%; }
.visual-bg { fill: #f9f8f3; }
.visual-grid { fill: none; stroke: rgba(11, 41, 42, .08); stroke-width: 1; }
.pipe-main { fill: none; stroke: var(--ink); stroke-width: 7; stroke-linecap: round; stroke-linejoin: round; }
.pipe-zone { fill: none; stroke: var(--mint-strong); stroke-width: 4; stroke-dasharray: 10 8; }
.sprinklers circle { fill: var(--sand); stroke: var(--ink); stroke-width: 3; }
.sprinklers path { fill: none; stroke: rgba(126, 178, 157, .48); stroke-width: 2; stroke-dasharray: 6; }
.visual-labels rect { fill: var(--ink); }
.visual-labels text { fill: var(--white); font: 700 12px "Segoe UI", sans-serif; letter-spacing: .08em; }
.visual-labels text + text { fill: var(--mint); font-size: 10px; }
.visual-points circle { fill: var(--white); stroke: var(--ink); stroke-width: 3; }
.visual-note { position: absolute; right: -18px; bottom: 30px; padding: 17px 20px; border-radius: var(--radius-sm); color: var(--white); background: var(--ink); box-shadow: var(--shadow); }
.visual-note span, .visual-note b { display: block; }
.visual-note span { color: var(--mint); font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }
.visual-note b { margin-top: 3px; font-size: .85rem; }

.metrics { border-block: 1px solid var(--line); background: var(--white); }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.metric-grid > div { display: flex; min-height: 144px; flex-direction: column; justify-content: center; padding: 24px 34px; border-right: 1px solid var(--line); }
.metric-grid > div:first-child { border-left: 1px solid var(--line); }
.metric-grid b { font-family: Georgia, serif; font-size: clamp(2.3rem, 4vw, 4rem); font-weight: 500; letter-spacing: -.04em; }
.metric-grid span { color: var(--muted); font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.split-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; }
.split-heading h2 { max-width: 850px; margin-bottom: 0; }
.split-heading > p { max-width: 520px; margin-bottom: 6px; font-size: 1.1rem; }
.issue-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 78px; border: 1px solid var(--line-light); background: var(--line-light); }
.issue-grid article { min-height: 260px; padding: 30px; background: var(--ink); }
.issue-grid article > span { color: var(--mint); font: 700 .7rem/1 sans-serif; letter-spacing: .14em; }
.issue-grid h3 { margin: 78px 0 0; font-family: inherit; font-size: 1.15rem; font-weight: 600; line-height: 1.5; letter-spacing: 0; }
.section-intro { max-width: 860px; margin-bottom: 62px; }
.section-intro h2 { margin-bottom: 24px; }
.section-intro p { max-width: 660px; font-size: 1.08rem; }
.section-intro--row { display: flex; max-width: none; align-items: end; justify-content: space-between; gap: 40px; }
.section-intro--row h2 { max-width: 850px; margin-bottom: 0; }
.process-line { display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid var(--line); }
.process-line > div { position: relative; min-height: 168px; padding: 25px 24px; border-right: 1px solid var(--line); }
.process-line > div::before { position: absolute; top: -5px; left: -1px; width: 9px; height: 9px; border-radius: 50%; background: var(--mint-strong); content: ""; }
.process-line span, .process-line b { display: block; }
.process-line span { color: var(--mint-strong); font-size: .7rem; font-weight: 750; letter-spacing: .14em; }
.process-line b { margin-top: 54px; font-size: .86rem; }
.material-card { display: grid; grid-template-columns: 1.3fr .7fr; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow); }
.material-card > div:first-child { padding: clamp(40px, 6vw, 80px); }
.material-card h2 { max-width: 780px; }
.material-card p { max-width: 700px; margin-bottom: 0; font-size: 1.08rem; }
.material-spec { padding: clamp(36px, 5vw, 64px); color: var(--white); border-radius: 0 var(--radius-lg) var(--radius-lg) 0; background: var(--ink); }
.material-spec > span { color: var(--mint); font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.material-spec ul { margin: 35px 0 0; padding: 0; list-style: none; }
.material-spec li { padding: 15px 0; border-bottom: 1px solid var(--line-light); font-size: .9rem; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { display: flex; min-height: 360px; flex-direction: column; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: transparent; transition: color .25s, background .25s, transform .25s; }
.service-card:hover { z-index: 1; color: var(--white); background: var(--ink); transform: translateY(-4px); }
.service-number { color: var(--mint-strong); font-size: .7rem; font-weight: 750; letter-spacing: .16em; }
.service-card h3 { margin: 54px 0 20px; font-size: 1.9rem; }
.service-card p { display: -webkit-box; overflow: hidden; margin-bottom: 35px; font-size: .88rem; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }
.service-card .text-link { margin-top: auto; }
.service-card:hover p, .service-card:hover .text-link { color: rgba(255, 255, 255, .72); }
.section--business { padding: clamp(84px, 10vw, 140px) 0; color: var(--white); background: #173b3a; }
.business-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 100px; }
.business-grid h2 { max-width: 780px; }
.business-grid p { max-width: 680px; color: rgba(255, 255, 255, .68); font-size: 1.1rem; }
.business-grid ul { margin: 0; padding: 0; border-top: 1px solid var(--line-light); list-style: none; }
.business-grid li { padding: 18px 0; border-bottom: 1px solid var(--line-light); color: rgba(255, 255, 255, .82); }
.payment-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; }
.payment-grid h2 { max-width: 620px; }
.payment-grid ol { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 0; padding: 1px; background: var(--line); list-style: none; }
.section--dark .payment-grid ol { background: var(--line-light); }
.payment-grid li { min-height: 140px; padding: 25px; background: var(--paper); }
.section--dark .payment-grid li { background: var(--ink-2); }
.payment-grid li b, .payment-grid li span { display: block; }
.payment-grid li b { color: var(--mint-strong); font-size: .7rem; letter-spacing: .14em; }
.payment-grid li span { margin-top: 34px; font-size: .9rem; font-weight: 650; }
.price-list { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); background: var(--white); }
.price-list > div { display: flex; min-height: 112px; align-items: center; justify-content: space-between; gap: 20px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.price-list span { max-width: 340px; color: var(--muted); }
.price-list b { white-space: nowrap; font-family: Georgia, serif; font-size: 1.45rem; font-weight: 500; }
.price-list__more { display: flex; min-height: 90px; grid-column: 1/-1; align-items: center; justify-content: center; gap: 12px; font-size: .78rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.faq-layout { display: grid; grid-template-columns: .38fr .62fr; gap: 100px; }
.faq-layout > div:first-child { position: sticky; top: calc(var(--header) + 35px); align-self: start; }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 26px 0; font-size: 1.05rem; font-weight: 650; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { display: grid; width: 30px; height: 30px; flex: 0 0 auto; place-items: center; border: 1px solid var(--line); border-radius: 50%; transition: transform .2s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { max-width: 760px; padding: 0 52px 24px 0; }

.page-hero { padding: clamp(74px, 9vw, 132px) 0 clamp(72px, 8vw, 110px); border-bottom: 1px solid var(--line); background: var(--white); }
.page-hero--compact { padding-bottom: 72px; }
.page-hero h1 { max-width: 1050px; margin-bottom: 28px; font-size: clamp(3rem, 6vw, 5.8rem); }
.page-hero p { max-width: 760px; margin-bottom: 0; font-size: 1.15rem; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 58px; color: var(--muted); font-size: .7rem; font-weight: 650; letter-spacing: .05em; }
.breadcrumbs i { opacity: .5; font-style: normal; }
.breadcrumbs span { color: var(--ink); }
.service-hero { padding: 40px 0 clamp(80px, 9vw, 130px); background: var(--white); }
.service-hero-grid { display: grid; grid-template-columns: 1.15fr .65fr; align-items: end; gap: 90px; }
.service-hero h1 { max-width: 930px; margin-bottom: 28px; font-size: clamp(3rem, 6vw, 6rem); }
.service-hero p { max-width: 740px; margin-bottom: 34px; font-size: 1.15rem; }
.service-diagram { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.service-diagram span, .service-diagram b { display: block; }
.service-diagram span { color: var(--mint-strong); font-size: .64rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.service-diagram b { margin-top: 4px; font-family: Georgia, serif; font-size: 1.25rem; font-weight: 500; }
.service-diagram i { display: block; width: 1px; height: 38px; margin: 12px 0 12px 10px; background: var(--line); }
.problem-solution { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.problem-solution article { min-height: 390px; padding: clamp(35px, 5vw, 64px); border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); }
.problem-solution h2 { font-size: clamp(2.1rem, 3.5vw, 3.5rem); }
.problem-solution p { font-size: 1.08rem; }
.problem-solution .accent-card { color: var(--white); background: var(--ink); }
.problem-solution .accent-card p { color: rgba(255, 255, 255, .68); }
.process-cards { display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid var(--line-light); }
.process-cards article { min-height: 230px; padding: 25px; border-right: 1px solid var(--line-light); }
.process-cards article:last-child { border-right: 0; }
.process-cards span { color: var(--mint); font-size: .68rem; font-weight: 750; letter-spacing: .14em; }
.process-cards h3 { margin-top: 76px; font-family: inherit; font-size: 1rem; font-weight: 650; line-height: 1.45; letter-spacing: 0; }
.equipment-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.equipment-grid h2 { max-width: 660px; }
.equipment-grid p { max-width: 610px; }
.equipment-grid ul { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.equipment-grid li { display: flex; gap: 14px; align-items: center; padding: 17px 0; border-bottom: 1px solid var(--line); }
.equipment-grid li .icon { color: var(--mint-strong); }
.price-callout { display: grid; grid-template-columns: .9fr 1.1fr; align-items: end; gap: 90px; padding: clamp(38px, 6vw, 74px); border-radius: var(--radius-lg); color: var(--white); background: var(--ink); }
.price-callout h2 { margin: 0; font-size: clamp(2.1rem, 3.6vw, 3.8rem); }
.price-callout p { margin: 0 0 8px; color: rgba(255, 255, 255, .72); font-size: 1.18rem; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.related-grid a { display: flex; min-height: 110px; align-items: center; justify-content: space-between; gap: 20px; padding: 26px; border-right: 1px solid var(--line); font-weight: 650; }
.related-grid a:last-child { border: 0; }
.related-grid a:hover { color: var(--white); background: var(--ink); }
.price-table { border-top: 1px solid var(--line); }
.price-table > div { display: grid; grid-template-columns: 1fr auto; gap: 30px; padding: 27px 5px; border-bottom: 1px solid var(--line); }
.price-table span { color: var(--muted); }
.price-table b { font-family: Georgia, serif; font-size: 1.35rem; font-weight: 500; }
.note-card { margin-top: 70px; padding: clamp(36px, 6vw, 72px); color: var(--white); border-radius: var(--radius-lg); background: var(--ink); }
.note-card h2 { max-width: 820px; font-size: clamp(2rem, 3.6vw, 3.5rem); }
.note-card p { max-width: 800px; color: rgba(255,255,255,.7); }
.long-copy { max-width: 1040px; }
.long-copy > h2 { max-width: 760px; }
.capability-grid { display: grid; grid-template-columns: 1fr 1fr; margin: 50px 0 80px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.capability-grid > div { display: flex; min-height: 92px; align-items: center; gap: 15px; padding: 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.capability-grid .icon { color: var(--mint-strong); }
blockquote { margin: 0; padding: 52px 0 52px 52px; border-left: 5px solid var(--mint-strong); font: italic 500 clamp(1.8rem, 3.4vw, 3.2rem)/1.25 Georgia, serif; }
.faq-wide { max-width: 920px; margin-inline: auto; }
.portfolio-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.portfolio-card { padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.portfolio-placeholder { display: grid; aspect-ratio: 4/3; place-items: center; margin-bottom: 24px; color: var(--mint); background: var(--ink); }
.portfolio-placeholder .icon { width: 60px; height: 60px; }
.portfolio-card > span { color: var(--mint-strong); font-size: .68rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.portfolio-card h2 { margin: 10px 0; font-size: 1.8rem; }
.empty-public { max-width: 820px; grid-column: 1/-1; padding: clamp(42px, 8vw, 94px); border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); }
.empty-public h2 { max-width: 680px; }
.empty-public p { max-width: 700px; margin-bottom: 30px; }
.contact-layout { display: grid; grid-template-columns: .7fr 1.3fr; align-items: start; gap: 70px; }
.contact-panel { padding: 40px; border-radius: var(--radius-lg); color: var(--white); background: var(--ink); }
.contact-panel h2 { font-size: 2.5rem; }
.contact-panel > a { display: block; padding: 19px 0; border-bottom: 1px solid var(--line-light); }
.contact-panel > a span, .contact-panel > a b { display: block; }
.contact-panel > a span { color: var(--mint); font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }
.contact-panel > a b { margin-top: 4px; font-size: 1rem; }
.contact-panel > p { color: rgba(255,255,255,.68); }
.region-card { margin-top: 45px; padding-top: 30px; border-top: 1px solid var(--line-light); }
.region-card span, .region-card b { display: block; }
.region-card span { color: var(--mint); font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }
.region-card p { color: rgba(255,255,255,.6); }
.legal-copy { max-width: 880px; }
.legal-copy h2 { margin-top: 58px; font-size: 2rem; }
.legal-copy p { font-size: 1.05rem; }
.not-found { display: grid; min-height: 70vh; place-items: center; padding: 100px 0; text-align: center; }
.not-found span { display: block; color: var(--mint-strong); font: 500 clamp(6rem, 18vw, 14rem)/.8 Georgia, serif; }
.not-found h1 { margin: 30px 0 15px; font-size: clamp(2.5rem, 5vw, 5rem); }
.not-found .hero-actions { justify-content: center; }

.lead-form { padding: clamp(32px, 5vw, 60px); border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow); }
.section--form .lead-form { border: 0; }
.lead-form--compact { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(40px, 8vw, 100px); }
.lead-form--compact .form-head { grid-row: 1 / span 3; }
.lead-form--compact .form-grid { grid-template-columns: 1fr 1fr; }
.form-head h2 { margin-bottom: 22px; font-size: clamp(2.4rem, 4vw, 4rem); }
.form-head p { max-width: 520px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.form-wide { grid-column: 1/-1; }
.lead-form label { display: block; }
.lead-form label > span:not(.icon) { display: block; margin-bottom: 8px; color: var(--muted); font-size: .72rem; font-weight: 700; letter-spacing: .04em; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; min-height: 50px; padding: 13px 14px; border: 1px solid var(--line); border-radius: var(--radius-sm); color: var(--ink); background: var(--paper); outline: none; transition: border .2s, box-shadow .2s; }
.lead-form textarea { resize: vertical; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--mint-strong); box-shadow: 0 0 0 3px rgba(126, 178, 157, .18); }
.lead-form--full { max-width: 1000px; margin-inline: auto; }
.form-section + .form-section { margin-top: 56px; padding-top: 46px; border-top: 1px solid var(--line); }
.form-section h2 { margin-bottom: 30px; font-size: 2rem; }
.file-field input { padding: 16px; }
.file-field small { display: block; margin-top: 8px; color: var(--muted); }
.consent { display: flex !important; align-items: flex-start; gap: 10px; margin-top: 25px; }
.consent input { width: 18px; min-height: 18px; flex: 0 0 auto; margin-top: 2px; }
.consent span { margin: 0 !important; }
.consent a { text-decoration: underline; }
.form-submit { display: flex; align-items: center; gap: 18px; margin-top: 24px; }
.form-status { color: var(--muted); font-size: .8rem; }
.form-status.is-error { color: var(--error); }
.honeypot { position: absolute; left: -9999px; opacity: 0; pointer-events: none; }
.form-success { grid-column: 1/-1; padding: clamp(20px, 6vw, 70px); text-align: center; }
.form-success > span { color: var(--mint-strong); font-size: .72rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.form-success h2 { margin: 12px 0; }

.site-footer { padding: 78px 0 28px; color: rgba(255, 255, 255, .78); background: #071f20; }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 55px; }
.site-footer .logo { color: var(--white); }
.site-footer .logo em { color: rgba(255,255,255,.5); }
.site-footer p { max-width: 320px; color: rgba(255,255,255,.48); font-size: .82rem; }
.footer-grid > div > b { display: block; margin-bottom: 20px; color: var(--mint); font-size: .68rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid > div > a:not(.logo) { display: block; margin: 9px 0; font-size: .8rem; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 65px; padding-top: 23px; border-top: 1px solid var(--line-light); color: rgba(255,255,255,.38); font-size: .68rem; }
.mobile-actions { display: none; }

@media (max-width: 1100px) {
  :root { --header: 72px; }
  .site-nav, .header-actions .header-contact { display: none; }
  .header-actions { margin-left: auto; }
  .menu-button { display: grid; margin-left: 0; }
  .site-nav.is-open { position: fixed; top: var(--header); right: 0; left: 0; display: flex; height: calc(100vh - var(--header)); flex-direction: column; align-items: stretch; gap: 0; padding: 28px 24px 120px; overflow: auto; background: var(--paper); }
  .site-nav.is-open a { padding: 17px 0; border-bottom: 1px solid var(--line); font: 500 1.8rem/1.2 Georgia, serif; }
  .hero-grid { grid-template-columns: 1fr; }
  .engineering-visual { max-width: 680px; }
  .issue-grid { grid-template-columns: 1fr 1fr; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .process-line { grid-template-columns: repeat(3, 1fr); }
  .process-line > div { border-bottom: 1px solid var(--line); }
  .process-cards { grid-template-columns: repeat(3, 1fr); }
  .process-cards article { border-bottom: 1px solid var(--line-light); }
  .service-hero-grid { grid-template-columns: 1fr; }
  .service-diagram { max-width: 540px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / -1; }
}

@media (max-width: 780px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .section { padding: 76px 0; }
  .header-actions .button { display: none; }
  h1 { overflow-wrap: break-word; font-size: clamp(2.35rem, 11vw, 3.2rem); }
  h2 { font-size: clamp(2.2rem, 10vw, 3.8rem); }
  .hero { padding-top: 60px; }
  .hero-grid { gap: 45px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .button { min-width: 0; padding-inline: 14px; white-space: normal; text-align: center; }
  .proof-line { display: grid; gap: 10px; }
  .engineering-visual { padding: 8px; }
  .visual-note { right: 8px; bottom: 10px; }
  .metric-grid { grid-template-columns: 1fr 1fr; }
  .metric-grid > div { min-height: 125px; padding: 20px; border-bottom: 1px solid var(--line); }
  .split-heading, .material-card, .business-grid, .payment-grid, .faq-layout, .equipment-grid, .price-callout, .contact-layout { grid-template-columns: 1fr; gap: 42px; }
  .split-heading { align-items: start; }
  .issue-grid, .problem-solution { grid-template-columns: 1fr; }
  .issue-grid article { min-height: 190px; }
  .issue-grid h3 { margin-top: 45px; }
  .process-line { grid-template-columns: 1fr 1fr; }
  .material-spec { border-radius: 0 0 var(--radius-lg) var(--radius-lg); }
  .section-intro--row { display: block; }
  .section-intro--row .text-link { margin-top: 25px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 290px; }
  .payment-grid ol, .price-list { grid-template-columns: 1fr; }
  .price-list > div { border-right: 0; }
  .faq-layout > div:first-child { position: static; }
  .page-hero, .service-hero { padding-top: 52px; }
  .breadcrumbs { margin-bottom: 42px; }
  .process-cards { grid-template-columns: 1fr 1fr; }
  .related-grid { grid-template-columns: 1fr; }
  .related-grid a { min-height: 82px; border-right: 0; border-bottom: 1px solid var(--line); }
  .price-table > div { grid-template-columns: 1fr; gap: 5px; }
  .capability-grid, .portfolio-grid { grid-template-columns: 1fr; }
  blockquote { padding-left: 25px; }
  .lead-form--compact { display: block; }
  .lead-form--compact .form-head { margin-bottom: 36px; }
  .form-grid, .lead-form--compact .form-grid { grid-template-columns: 1fr; }
  .form-wide { grid-column: auto; }
  .form-submit { align-items: stretch; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: 1/-1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
  body { padding-bottom: 68px; }
  .mobile-actions { position: fixed; right: 0; bottom: 0; left: 0; z-index: 90; display: flex; height: 68px; padding-bottom: env(safe-area-inset-bottom); border-top: 1px solid var(--line); background: var(--white); box-shadow: 0 -10px 30px rgba(11,41,42,.1); }
  .mobile-actions a { display: flex; flex: 1; flex-direction: column; align-items: center; justify-content: center; gap: 2px; font-size: .64rem; font-weight: 700; }
  .mobile-actions__primary { color: var(--white); background: var(--ink); }
  .mobile-actions .icon { width: 18px; height: 18px; }
}

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

/* 2026 public-site refresh ------------------------------------------------- */
:root {
  --ink: #071e26;
  --ink-2: #0b3441;
  --paper: #f4f1e9;
  --paper-2: #e8efec;
  --white: #fffdf8;
  --line: rgba(7, 30, 38, .14);
  --line-light: rgba(255, 255, 255, .17);
  --mint: #b9e1e3;
  --mint-strong: #167d94;
  --water: #16839a;
  --water-bright: #49b7c2;
  --water-pale: #dcecef;
  --grass: #63765d;
  --clay: #a75f48;
  --sand: #c99f72;
  --muted: #5d6d70;
  --shadow: 0 26px 70px rgba(7, 30, 38, .14);
  --shadow-soft: 0 14px 40px rgba(7, 30, 38, .08);
  --radius-sm: 11px;
  --radius: 19px;
  --radius-lg: 30px;
  --container: 1280px;
  --header: 76px;
}

body {
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Segoe UI Variable Text", "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
}

h1,
h2,
h3 {
  font-family: "Segoe UI Variable Display", Inter, "Segoe UI", Arial, sans-serif;
  font-weight: 650;
  line-height: 1.02;
  letter-spacing: -.048em;
}

h1 { font-size: clamp(2.9rem, 5.25vw, 5.45rem); }
h2 { font-size: clamp(2.15rem, 3.85vw, 3.85rem); }
h3 { letter-spacing: -.035em; }

.container { width: min(calc(100% - 48px), var(--container)); }
.section { padding: clamp(60px, 7vw, 96px) 0; }
.section--soft { background: var(--paper-2); }
.section--dark,
.section--form { background: var(--ink); }
.section-intro { margin-bottom: clamp(30px, 4vw, 48px); }
.section-intro h2 { margin-bottom: 18px; }
.eyebrow { margin-bottom: 14px; color: var(--water); }

.button {
  min-height: 50px;
  gap: 11px;
  padding: 13px 21px;
  border-color: var(--water);
  border-radius: 12px;
  background: var(--water);
  box-shadow: 0 8px 22px rgba(22, 131, 154, .15);
}

.button:hover {
  background: #0f7288;
  box-shadow: 0 14px 30px rgba(22, 131, 154, .24);
}

.button--ghost { color: var(--ink); border-color: rgba(7, 30, 38, .35); background: transparent; box-shadow: none; }
.button--ghost:hover { color: var(--white); border-color: var(--ink); background: var(--ink); }
.button--light { color: var(--ink); border-color: var(--white); background: var(--white); box-shadow: none; }
.button--light:hover { color: var(--ink); border-color: var(--mint); background: var(--mint); }
.button--ghost-light { border-color: rgba(255, 255, 255, .45); background: transparent; box-shadow: none; }
.button--ghost-light:hover { border-color: var(--white); background: rgba(255, 255, 255, .1); }
.text-link { color: var(--water); }

.site-header {
  height: var(--header);
  background: rgba(244, 241, 233, .9);
  backdrop-filter: blur(20px) saturate(135%);
}

.header-inner { gap: 28px; }
.logo-mark { color: var(--white); background: var(--water); }
.site-nav { gap: clamp(12px, 1.65vw, 24px); }
.site-nav a { padding: 27px 0; }
.site-nav a::after { bottom: 18px; background: var(--water); }
.seasonal-banner { background: var(--ink-2); }
.homepage-notice { color: var(--ink); background: var(--mint); }

.page-hero {
  padding: clamp(50px, 6.5vw, 84px) 0 clamp(52px, 6.5vw, 82px);
  background:
    radial-gradient(circle at 92% 5%, rgba(73, 183, 194, .13), transparent 29rem),
    var(--white);
}

.page-hero--compact { padding-bottom: 54px; }
.page-hero h1 { max-width: 1010px; margin-bottom: 22px; font-size: clamp(2.8rem, 5.25vw, 5.2rem); }
.page-hero p { max-width: 760px; font-size: clamp(1rem, 1.35vw, 1.12rem); }
.breadcrumbs { margin-bottom: clamp(34px, 4vw, 50px); }

/* Home: decisive first screen with a real vertical showreel. */
.home-page .hero {
  padding: clamp(40px, 5vw, 68px) 0 clamp(52px, 6vw, 78px);
  background:
    radial-gradient(circle at 76% 18%, rgba(73, 183, 194, .14), transparent 25rem),
    linear-gradient(135deg, rgba(255, 253, 248, .82), transparent 54%);
}

.home-page .hero::before {
  background-image:
    linear-gradient(rgba(7, 30, 38, .026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 30, 38, .026) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to right, black, transparent 68%);
}

.home-page .hero-grid {
  grid-template-columns: minmax(0, 1.38fr) minmax(300px, .62fr);
  gap: clamp(38px, 5.8vw, 82px);
}

.home-page .hero-copy h1 { max-width: 880px; margin-bottom: 24px; }
.home-page .hero-copy h1 em { color: var(--water); font-style: normal; }
.home-page .hero-lead { max-width: 720px; margin-bottom: 28px; font-size: clamp(1rem, 1.4vw, 1.2rem); }
.home-page .hero-actions { gap: 10px; }

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.hero-facts li {
  display: grid;
  min-width: 130px;
  gap: 1px;
  padding: 0 24px;
  border-left: 1px solid var(--line);
}

.hero-facts li:first-child { padding-left: 0; border-left: 0; }
.hero-facts b { font-size: 1.45rem; line-height: 1.1; letter-spacing: -.035em; }
.hero-facts span { color: var(--muted); font-size: .68rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }

.hero-media,
.service-hero-media,
.season-media {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: var(--radius-lg);
  background: var(--ink);
  box-shadow: var(--shadow);
}

.hero-media {
  width: min(100%, 420px);
  aspect-ratio: 9 / 15;
  justify-self: end;
}

.hero-media video,
.service-hero-media img,
.season-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-media::after,
.service-hero-media::after,
.season-media::after,
.showcase-card::after,
.portfolio-feature::after {
  position: absolute;
  inset: 45% 0 0;
  pointer-events: none;
  background: linear-gradient(transparent, rgba(7, 30, 38, .84));
  content: "";
}

.hero-media figcaption,
.service-hero-media figcaption,
.season-media figcaption,
.showcase-card figcaption,
.portfolio-feature figcaption,
.portfolio-feature__copy {
  position: absolute;
  right: 24px;
  bottom: 23px;
  left: 24px;
  z-index: 2;
  color: var(--white);
}

.hero-media figcaption span,
.service-hero-media figcaption span,
.season-media figcaption span,
.showcase-card figcaption span,
.portfolio-feature figcaption span,
.portfolio-feature__copy > span {
  display: block;
  margin-bottom: 3px;
  color: var(--mint);
  font-size: .64rem;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero-media figcaption b,
.service-hero-media figcaption b,
.season-media figcaption b,
.showcase-card figcaption b,
.portfolio-feature figcaption b { display: block; font-size: .92rem; line-height: 1.35; }

.media-control {
  position: absolute;
  top: 17px;
  right: 17px;
  z-index: 3;
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  color: var(--white);
  background: rgba(7, 30, 38, .64);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .04em;
  cursor: pointer;
  backdrop-filter: blur(12px);
}

.media-control:hover { background: rgba(7, 30, 38, .86); }
.media-control [data-video-icon] { min-width: 10px; text-align: center; }

/* Home: proof bento. */
.proof-section { background: var(--white); }
.proof-section .split-heading { align-items: end; gap: clamp(34px, 6vw, 78px); }
.proof-section .split-heading h2 { max-width: 780px; }

.bento-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: minmax(155px, auto) minmax(190px, auto);
  gap: 16px;
  margin-top: clamp(32px, 4vw, 48px);
}

.bento-card {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--paper);
}

.bento-card--visual { grid-column: 1 / span 6; grid-row: 1 / span 2; min-height: 410px; }
.bento-card--visual img { width: 100%; height: 100%; object-fit: cover; }
.bento-card--visual::after { position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(7, 30, 38, .88)); content: ""; }
.bento-card--visual figcaption { position: absolute; right: 24px; bottom: 22px; left: 24px; z-index: 1; color: var(--white); }
.bento-card--visual figcaption span { display: block; color: var(--mint); font-size: .66rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.bento-card--visual figcaption b { display: block; max-width: 420px; margin-top: 4px; font-size: 1.05rem; line-height: 1.35; }

.bento-card--metric {
  display: flex;
  grid-column: 7 / span 2;
  grid-row: 1;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  color: var(--white);
  border-color: transparent;
  background: var(--water);
}

.bento-card--metric b { font-size: clamp(3.8rem, 6vw, 5.8rem); font-weight: 650; line-height: .8; letter-spacing: -.09em; }
.bento-card--metric span { max-width: 140px; font-size: .71rem; font-weight: 700; line-height: 1.35; letter-spacing: .07em; text-transform: uppercase; }

.bento-card--accent { grid-column: 9 / span 4; grid-row: 1; padding: 25px 27px; background: var(--paper); }
.bento-card--accent .eyebrow { margin-bottom: 22px; }
.bento-card--accent h3 { max-width: 410px; margin-bottom: 10px; font-size: clamp(1.35rem, 2vw, 1.9rem); }
.bento-card--accent p { margin-bottom: 0; font-size: .88rem; }

.bento-card--scheme {
  display: flex;
  grid-column: 7 / span 6;
  grid-row: 2;
  flex-direction: column;
  justify-content: flex-end;
  padding: 26px 30% 26px 28px;
  color: var(--white);
  border-color: transparent;
  background: var(--ink);
}

.bento-card--scheme > span { color: var(--mint); font-size: .65rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.bento-card--scheme > b { max-width: 390px; margin-top: 7px; font-size: 1.05rem; line-height: 1.35; }
.bento-card--scheme i,
.bento-card--scheme i::before,
.bento-card--scheme i::after { position: absolute; border: 1px solid rgba(185, 225, 227, .35); border-radius: 50%; content: ""; }
.bento-card--scheme i { top: 50%; right: 8%; width: 110px; height: 110px; transform: translateY(-50%); }
.bento-card--scheme i::before { inset: 19px; }
.bento-card--scheme i::after { inset: 39px; background: var(--water-bright); box-shadow: 0 0 28px rgba(73, 183, 194, .5); }

/* Home: four routes, compact process and proof gallery. */
.direction-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.direction-card {
  position: relative;
  display: flex;
  min-height: 250px;
  flex-direction: column;
  padding: 27px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--white);
  transition: color .25s ease, background .25s ease, transform .25s ease, box-shadow .25s ease;
}

.direction-card > span { color: var(--water); font-size: .68rem; font-weight: 800; letter-spacing: .13em; }
.direction-card h3 { max-width: 250px; margin: auto 0 10px; font-size: clamp(1.45rem, 2vw, 1.85rem); }
.direction-card p { max-width: 270px; margin: 0; font-size: .86rem; }
.direction-card > .icon { position: absolute; top: 25px; right: 24px; color: var(--water); transition: transform .25s ease; }
.direction-card:hover { color: var(--white); background: var(--ink-2); box-shadow: var(--shadow-soft); transform: translateY(-4px); }
.direction-card:hover p { color: rgba(255, 255, 255, .68); }
.direction-card:hover > span,
.direction-card:hover > .icon { color: var(--mint); }
.direction-card:hover > .icon { transform: translate(3px, -3px); }
.direction-card--season { color: var(--white); border-color: transparent; background: var(--water); }
.direction-card--season p { color: rgba(255, 255, 255, .72); }
.direction-card--season > span,
.direction-card--season > .icon { color: var(--white); }

.process-section {
  background:
    radial-gradient(circle at 14% 90%, rgba(22, 131, 154, .28), transparent 28rem),
    var(--ink);
}

.process-layout { display: grid; grid-template-columns: minmax(0, .88fr) minmax(430px, 1.12fr); align-items: start; gap: clamp(50px, 8vw, 112px); }
.process-layout h2 { max-width: 650px; margin-bottom: 20px; }
.process-layout > div > p { max-width: 570px; margin-bottom: 0; font-size: 1.02rem; }
.process-steps { margin: 0; padding: 0; border-top: 1px solid var(--line-light); list-style: none; }
.process-steps li { display: grid; grid-template-columns: 52px 1fr; gap: 20px; align-items: center; min-height: 82px; padding: 14px 0; border-bottom: 1px solid var(--line-light); }
.process-steps li > span { color: var(--water-bright); font-size: .69rem; font-weight: 800; letter-spacing: .12em; }
.process-steps b,
.process-steps small { display: block; }
.process-steps b { color: var(--white); font-size: 1rem; }
.process-steps small { margin-top: 2px; color: rgba(255, 255, 255, .55); font-size: .78rem; }

.showcase-section { background: var(--paper); }
.showcase-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 14px; }
.showcase-card {
  position: relative;
  min-height: 450px;
  overflow: hidden;
  margin: 0;
  border-radius: 24px;
  background: var(--ink);
}

.showcase-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2, .7, .2, 1); }
.showcase-card:hover img { transform: scale(1.035); }

/* Home: pricing context and one short conversion form. */
.conversion-section { background: var(--water-pale); }
.conversion-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr); align-items: start; gap: clamp(42px, 7vw, 92px); }
.conversion-copy h2 { max-width: 650px; margin-bottom: 18px; }
.conversion-copy > p { max-width: 620px; margin-bottom: 24px; }
.price-chips { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 24px; }
.price-chips > div { padding: 18px 20px; border: 1px solid rgba(7, 30, 38, .1); border-radius: 15px; background: rgba(255, 253, 248, .72); }
.price-chips span,
.price-chips b { display: block; }
.price-chips span { color: var(--muted); font-size: .67rem; font-weight: 750; line-height: 1.35; letter-spacing: .06em; text-transform: uppercase; }
.price-chips b { margin-top: 7px; font-size: 1.08rem; line-height: 1.3; }
.accordion--compact summary { padding: 16px 0; font-size: .92rem; }
.accordion--compact summary span { width: 26px; height: 26px; }
.accordion--compact details p { padding-bottom: 17px; font-size: .86rem; }
.conversion-links { display: flex; flex-wrap: wrap; gap: 18px 28px; margin-top: 22px; }
.conversion-section .lead-form { padding: clamp(27px, 3.5vw, 42px); box-shadow: var(--shadow-soft); }
.conversion-section .form-head h2 { font-size: clamp(2rem, 3vw, 3rem); }

/* Services directory: 18 routes in five readable groups. */
.services-index .page-hero h1 { max-width: 940px; }
.services-index .section:not(.section--form) { padding-top: clamp(46px, 6vw, 72px); }
.service-directory { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.directory-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-content: start;
  column-gap: 18px;
  padding: 27px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--white);
  box-shadow: 0 1px 0 rgba(7, 30, 38, .03);
}

.directory-card:last-child { grid-column: 1 / -1; grid-template-columns: 42px minmax(0, .72fr) minmax(0, 1.28fr); }
.directory-number { padding-top: 5px; color: var(--water); font-size: .68rem; font-weight: 800; letter-spacing: .13em; }
.directory-card h2 { margin-bottom: 10px; font-size: clamp(1.55rem, 2.4vw, 2.25rem); }
.directory-card p { max-width: 480px; margin-bottom: 19px; font-size: .86rem; }
.directory-card nav { grid-column: 2; border-top: 1px solid var(--line); }
.directory-card:last-child nav { grid-column: 3; border-top: 0; border-left: 1px solid var(--line); padding-left: 24px; }
.directory-card nav a { display: flex; min-height: 44px; align-items: center; justify-content: space-between; gap: 16px; padding: 9px 2px; border-bottom: 1px solid var(--line); font-size: .82rem; font-weight: 650; transition: color .2s ease, padding .2s ease; }
.directory-card nav a:hover { padding-left: 7px; color: var(--water); }
.directory-card nav a .icon { width: 17px; height: 17px; color: var(--water); }

/* Generic service detail: four dense, distinct content bands. */
.service-detail .service-hero {
  padding: 26px 0 clamp(56px, 6vw, 78px);
  background:
    radial-gradient(circle at 92% 0, rgba(73, 183, 194, .12), transparent 25rem),
    var(--white);
}

.service-detail .service-hero-grid { grid-template-columns: minmax(0, 1.08fr) minmax(350px, .72fr); align-items: center; gap: clamp(42px, 6vw, 84px); }
.service-detail .service-hero h1 { max-width: 870px; margin-bottom: 22px; font-size: clamp(2.75rem, 5.2vw, 5.25rem); }
.service-detail .service-hero p { max-width: 690px; margin-bottom: 28px; font-size: 1.05rem; }
.service-hero-media { min-height: 390px; aspect-ratio: 4 / 3; }
.service-overview { background: var(--paper); }
.service-overview .problem-solution { gap: 14px; }
.service-overview .problem-solution article { min-height: 0; padding: clamp(28px, 3.6vw, 44px); border-radius: 22px; }
.service-overview .problem-solution h2 { margin-bottom: 15px; font-size: clamp(1.9rem, 3vw, 3rem); }
.service-overview .problem-solution p { margin-bottom: 0; font-size: .98rem; }
.service-overview .problem-solution .accent-card { background: var(--ink-2); }

.compact-process {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 1px;
  margin-top: 16px;
  padding: 1px;
  border-radius: 20px;
  overflow: hidden;
  background: var(--line);
  list-style: none;
}

.compact-process li { display: flex; min-height: 122px; flex-direction: column; justify-content: space-between; gap: 24px; padding: 22px; background: var(--white); }
.compact-process span { color: var(--water); font-size: .67rem; font-weight: 800; letter-spacing: .13em; }
.compact-process b { font-size: .86rem; line-height: 1.4; }

.service-spec-grid { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(330px, .82fr); align-items: start; gap: clamp(48px, 8vw, 110px); }
.service-spec-grid h2 { max-width: 640px; margin-bottom: 24px; }
.service-spec-grid ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0 26px; margin: 0; padding: 0; border-top: 1px solid var(--line-light); list-style: none; }
.service-spec-grid li { display: flex; gap: 11px; align-items: center; min-height: 52px; padding: 10px 0; border-bottom: 1px solid var(--line-light); color: rgba(255, 255, 255, .78); font-size: .85rem; }
.service-spec-grid li .icon { color: var(--water-bright); }
.service-spec-grid aside { padding: clamp(28px, 3.5vw, 42px); border: 1px solid rgba(255, 255, 255, .16); border-radius: 22px; background: var(--ink-2); }
.service-spec-grid aside p { margin-bottom: 26px; color: var(--white); font-size: clamp(1.35rem, 2.2vw, 2rem); font-weight: 650; line-height: 1.3; letter-spacing: -.025em; }
.related-strip { display: grid; gap: 0; margin-top: 28px; border-top: 1px solid var(--line); }
.related-strip a { display: flex; min-height: 46px; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--line); color: var(--ink); font-size: .78rem; font-weight: 700; }
.related-strip a:hover { color: var(--water); }
.related-strip .icon { width: 16px; height: 16px; color: var(--water); }
.service-detail .faq-layout,
.conservation-page .faq-layout { grid-template-columns: .42fr .58fr; gap: clamp(48px, 7vw, 90px); }

/* Conservation: a cooler seasonal identity within the same palette. */
.season-hero {
  position: relative;
  overflow: hidden;
  padding: 26px 0 clamp(58px, 7vw, 88px);
  color: var(--white);
  background:
    radial-gradient(circle at 84% 40%, rgba(73, 183, 194, .32), transparent 28rem),
    linear-gradient(135deg, #061b24, #0a3a49);
}

.season-hero::before {
  position: absolute;
  top: -28%;
  right: -8%;
  width: min(55vw, 760px);
  aspect-ratio: 1;
  border: 1px solid rgba(185, 225, 227, .13);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(185, 225, 227, .04), 0 0 0 160px rgba(185, 225, 227, .025);
  content: "";
}

.season-hero .breadcrumbs { position: relative; color: rgba(255, 255, 255, .5); }
.season-hero .breadcrumbs a:hover,
.season-hero .breadcrumbs span { color: var(--white); }
.season-hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(340px, .68fr); align-items: center; gap: clamp(44px, 7vw, 96px); }
.season-hero h1 { max-width: 790px; margin-bottom: 22px; font-size: clamp(2.9rem, 5.5vw, 5.55rem); }
.season-hero h1 em { color: var(--water-bright); font-style: normal; }
.season-hero-grid > div > p { max-width: 680px; margin-bottom: 28px; color: rgba(255, 255, 255, .68); font-size: 1.08rem; }
.season-facts { display: flex; flex-wrap: wrap; gap: 12px 22px; margin: 28px 0 0; padding: 0; list-style: none; }
.season-facts li { display: inline-flex; align-items: center; gap: 7px; color: rgba(255, 255, 255, .7); font-size: .73rem; font-weight: 650; }
.season-facts .icon { width: 16px; color: var(--water-bright); }
.season-media { min-height: 430px; aspect-ratio: 4 / 5; }
.airflow { position: absolute; z-index: 1; border: 1px solid rgba(255, 255, 255, .38); border-left-color: transparent; border-radius: 50%; pointer-events: none; }
.airflow--one { top: 18%; right: -13%; width: 190px; height: 190px; }
.airflow--two { top: 9%; right: -22%; width: 290px; height: 290px; border-color: rgba(73, 183, 194, .35); border-left-color: transparent; }

.season-summary { background: var(--paper); }
.season-bento { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-template-rows: auto auto; gap: 15px; }
.season-card { padding: clamp(28px, 3.6vw, 44px); border: 1px solid var(--line); border-radius: 24px; background: var(--white); }
.season-card h2 { margin-bottom: 17px; font-size: clamp(2rem, 3.25vw, 3.25rem); }
.season-card h3 { margin-bottom: 14px; font-size: clamp(1.55rem, 2.4vw, 2.25rem); }
.season-card p { margin-bottom: 0; }
.season-card--risk { grid-column: 1 / span 7; grid-row: 1; }
.season-card--steps { grid-column: 8 / span 5; grid-row: 1 / span 2; color: var(--white); border-color: transparent; background: var(--ink-2); }
.season-card--result { grid-column: 1 / span 7; grid-row: 2; background: var(--water-pale); }
.season-card--steps ol { margin: 8px 0 0; padding: 0; border-top: 1px solid var(--line-light); list-style: none; }
.season-card--steps li { display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: center; min-height: 61px; padding: 10px 0; border-bottom: 1px solid var(--line-light); }
.season-card--steps li span { color: var(--water-bright); font-size: .66rem; font-weight: 800; letter-spacing: .12em; }
.season-card--steps li b { font-size: .82rem; line-height: 1.4; }
.season-faq .faq-layout > div:first-child { top: calc(var(--header) + 24px); }

/* Portfolio media wall; selectors cover both figure and article variants. */
.portfolio-feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  grid-template-rows: repeat(2, minmax(235px, 1fr));
  gap: 15px;
}

.portfolio-feature {
  position: relative;
  min-height: 235px;
  overflow: hidden;
  margin: 0;
  border-radius: 24px;
  color: var(--white);
  background: var(--ink);
}

.portfolio-feature--video,
.portfolio-feature--wide { grid-row: 1 / span 2; min-height: 485px; }
.portfolio-feature img,
.portfolio-feature video,
.portfolio-feature__media { width: 100%; height: 100%; object-fit: cover; }
.portfolio-feature video { background: var(--ink); }
.portfolio-feature--video { display: grid; grid-template-columns: 46% 54%; background: linear-gradient(135deg, var(--ink), var(--ink-2)); }
.portfolio-feature--video .portfolio-feature__media { grid-column: 2; width: 100%; min-height: 100%; margin-left: 0; border-left: 1px solid var(--line-light); }
.portfolio-feature--video video { display: block; object-fit: cover; background: var(--ink) url('/assets/media/irrigation-reel-poster.webp') center / cover no-repeat; }
.portfolio-feature--video::after { display: none; }
.portfolio-feature--video .portfolio-feature__copy { right: 59%; bottom: 32px; left: 30px; }
.portfolio-feature__copy h2 { margin: 4px 0 7px; font-size: clamp(1.4rem, 2vw, 2rem); }
.portfolio-feature__copy p { max-width: 520px; margin: 0; color: rgba(255, 255, 255, .72); font-size: .84rem; }
.portfolio-feature-grid + .portfolio-grid,
.portfolio-library { margin-top: clamp(40px, 5vw, 68px); }
.portfolio-card { border-radius: 20px; box-shadow: var(--shadow-soft); }
.portfolio-media-section { background: var(--paper); }
.portfolio-cta { padding-top: 0; background: var(--paper); }
.compact-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: clamp(30px, 4.5vw, 54px);
  border-radius: 24px;
  color: var(--white);
  background: var(--ink-2);
}
.compact-cta h2 { max-width: 760px; margin-bottom: 12px; font-size: clamp(2rem, 3.2vw, 3.25rem); }
.compact-cta p { max-width: 680px; margin-bottom: 0; color: rgba(255, 255, 255, .65); }
.compact-cta .button { flex: 0 0 auto; }

/* Forms and footer are deliberately shorter across public pages. */
.lead-form { padding: clamp(28px, 4vw, 48px); border-radius: 24px; box-shadow: var(--shadow-soft); }
.lead-form--compact { grid-template-columns: minmax(260px, .66fr) minmax(0, 1.34fr); gap: clamp(34px, 6vw, 76px); }
.form-head h2 { margin-bottom: 16px; font-size: clamp(2.05rem, 3.45vw, 3.45rem); }
.form-grid { gap: 17px; }
.lead-form input,
.lead-form select,
.lead-form textarea { min-height: 48px; border-radius: 10px; background: #f6f4ee; }
.form-submit { margin-top: 20px; }
.section--form { padding: clamp(52px, 6vw, 78px) 0; }
.site-footer { padding: 62px 0 24px; background: #051920; }
.footer-bottom { margin-top: 46px; }

@media (max-width: 1100px) {
  :root { --header: 72px; }

  .site-nav.is-open { background: var(--paper); }
  .site-nav.is-open a { font: 650 1.55rem/1.2 "Segoe UI Variable Display", Inter, "Segoe UI", sans-serif; letter-spacing: -.035em; }
  .home-page .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(280px, 360px); gap: 38px; }
  .home-page .hero-copy h1 { font-size: clamp(3rem, 6.3vw, 4.6rem); }
  .hero-media { width: 100%; }
  .bento-card--visual { grid-column: 1 / span 7; }
  .bento-card--metric { grid-column: 8 / span 2; }
  .bento-card--accent { grid-column: 10 / span 3; }
  .bento-card--scheme { grid-column: 8 / span 5; padding-right: 35%; }
  .direction-grid { grid-template-columns: 1fr 1fr; }
  .direction-card { min-height: 220px; }
  .showcase-grid { grid-template-columns: 1fr 1fr; }
  .showcase-card { min-height: 330px; }
  .showcase-card--wide { grid-column: 1 / -1; min-height: 420px; }
  .conversion-grid { grid-template-columns: .85fr 1.15fr; gap: 38px; }
  .service-detail .service-hero-grid { grid-template-columns: 1fr minmax(300px, .62fr); gap: 38px; }
  .service-hero-media { min-height: 340px; }
  .service-spec-grid { gap: 50px; }
  .season-hero-grid { grid-template-columns: 1fr minmax(300px, .62fr); gap: 40px; }
  .season-media { min-height: 390px; }
}

@media (max-width: 860px) {
  .home-page .hero-grid,
  .conversion-grid,
  .service-detail .service-hero-grid,
  .service-spec-grid,
  .season-hero-grid { grid-template-columns: 1fr; }

  .home-page .hero-copy h1 { max-width: 760px; font-size: clamp(3rem, 9vw, 5rem); }
  .hero-media { width: min(100%, 400px); justify-self: start; aspect-ratio: 4 / 5; }
  .conversion-section .lead-form { max-width: 680px; }
  .service-hero-media { width: min(100%, 680px); aspect-ratio: 16 / 10; }
  .service-spec-grid aside { max-width: 620px; }
  .season-media { width: min(100%, 620px); aspect-ratio: 16 / 11; }
  .service-directory { grid-template-columns: 1fr; }
  .directory-card:last-child { grid-column: auto; grid-template-columns: 42px minmax(0, 1fr); }
  .directory-card:last-child nav { grid-column: 2; border-top: 1px solid var(--line); border-left: 0; padding-left: 0; }
}

@media (max-width: 780px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .section { padding: 58px 0; }
  h1 { font-size: clamp(2.45rem, 11.3vw, 3.75rem); }
  h2 { font-size: clamp(2rem, 9.4vw, 3.1rem); }
  .page-hero { padding: 42px 0 52px; }
  .page-hero h1 { font-size: clamp(2.45rem, 11.3vw, 3.75rem); }
  .breadcrumbs { margin-bottom: 32px; }
  .section-intro--row { display: flex; align-items: flex-end; }
  .section-intro--row .text-link { flex: 0 0 auto; margin-top: 0; }
  .section-intro--row h2 { font-size: clamp(2rem, 8.5vw, 2.8rem); }

  .home-page .hero { padding: 42px 0 54px; }
  .home-page .hero-grid { gap: 34px; }
  .home-page .hero-copy h1 { font-size: clamp(2.55rem, 12vw, 4rem); }
  .home-page .hero-lead { margin-bottom: 24px; }
  .home-page .hero-actions .button:first-child { width: 100%; }
  .home-page .hero-actions .button--ghost { width: auto; }
  .hero-facts { margin-top: 28px; }
  .hero-facts li { min-width: 0; flex: 1; padding: 0 12px; }
  .hero-facts b { font-size: 1.18rem; }
  .hero-facts span { font-size: .58rem; }
  .hero-media { width: 100%; max-height: 520px; aspect-ratio: 4 / 5; }
  .hero-media figcaption,
  .service-hero-media figcaption,
  .season-media figcaption,
  .showcase-card figcaption,
  .portfolio-feature figcaption,
  .portfolio-feature__copy { right: 18px; bottom: 18px; left: 18px; }

  .proof-section .split-heading { grid-template-columns: 1fr; gap: 20px; }
  .bento-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; gap: 10px; }
  .bento-card--visual { grid-column: 1 / -1; grid-row: auto; min-height: 340px; }
  .bento-card--metric { grid-column: 1; grid-row: auto; min-height: 170px; padding: 20px; }
  .bento-card--accent { grid-column: 2; grid-row: auto; padding: 20px; }
  .bento-card--accent .eyebrow { margin-bottom: 16px; }
  .bento-card--accent h3 { font-size: 1.2rem; }
  .bento-card--accent p { display: none; }
  .bento-card--scheme { grid-column: 1 / -1; grid-row: auto; min-height: 170px; padding: 24px 38% 24px 22px; }
  .bento-card--scheme i { right: 6%; width: 94px; height: 94px; }

  .direction-grid {
    display: flex;
    gap: 11px;
    padding-right: 15px;
    overflow-x: auto;
    scroll-padding-left: 15px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .direction-grid::-webkit-scrollbar,
  .showcase-grid::-webkit-scrollbar,
  .portfolio-feature-grid::-webkit-scrollbar { display: none; }
  .direction-card { width: min(82vw, 320px); min-height: 235px; flex: 0 0 auto; scroll-snap-align: start; }
  .process-layout { grid-template-columns: 1fr; gap: 36px; }
  .process-steps li { min-height: 76px; }

  .showcase-grid {
    display: flex;
    gap: 11px;
    padding-right: 15px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .showcase-card,
  .showcase-card--wide { width: min(84vw, 390px); min-height: 390px; flex: 0 0 auto; grid-column: auto; scroll-snap-align: start; }
  .conversion-grid { gap: 34px; }
  .price-chips { gap: 8px; }
  .price-chips > div { padding: 15px; }
  .conversion-links { gap: 13px 20px; }

  .directory-card,
  .directory-card:last-child { grid-template-columns: 32px minmax(0, 1fr); column-gap: 12px; padding: 21px 18px; }
  .directory-card h2 { font-size: 1.55rem; }
  .directory-card p { font-size: .82rem; }
  .directory-card nav,
  .directory-card:last-child nav { grid-column: 1 / -1; margin-top: 3px; padding-left: 0; }

  .service-detail .service-hero { padding-top: 22px; }
  .service-detail .service-hero h1,
  .season-hero h1 { font-size: clamp(2.45rem, 11vw, 3.8rem); }
  .service-hero-media,
  .season-media { min-height: 300px; aspect-ratio: 4 / 3; }
  .service-overview .problem-solution { gap: 10px; }
  .service-overview .problem-solution article { padding: 25px 22px; }
  .compact-process { grid-template-columns: 1fr 1fr; }
  .compact-process li { min-height: 118px; padding: 18px; }
  .service-spec-grid ul { grid-template-columns: 1fr; }
  .service-detail .faq-layout,
  .conservation-page .faq-layout { grid-template-columns: 1fr; gap: 34px; }
  .related-strip { margin-top: 22px; }

  .season-hero { padding-top: 22px; }
  .season-hero::before { top: 30%; right: -45%; width: 100vw; }
  .season-facts { display: grid; gap: 8px; }
  .season-bento { grid-template-columns: 1fr; grid-template-rows: auto; gap: 10px; }
  .season-card--risk,
  .season-card--steps,
  .season-card--result { grid-column: 1; grid-row: auto; }
  .season-card { padding: 25px 22px; }

  .portfolio-feature-grid {
    display: flex;
    gap: 11px;
    padding-right: 15px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .portfolio-feature,
  .portfolio-feature--video,
  .portfolio-feature--wide { width: min(86vw, 410px); min-height: 410px; flex: 0 0 auto; grid-row: auto; scroll-snap-align: start; }
  .portfolio-feature--video { grid-template-columns: 1fr; }
  .portfolio-feature--video .portfolio-feature__media { grid-column: 1; width: 100%; margin-left: 0; border-left: 0; }
  .portfolio-feature--video video { object-fit: cover; background-size: cover; }
  .portfolio-feature--video::after { display: block; }
  .portfolio-feature--video .portfolio-feature__copy { right: 18px; bottom: 66px; left: 18px; }
  .compact-cta { align-items: flex-start; flex-direction: column; gap: 25px; }
  .lead-form--compact { display: block; }
  .lead-form--compact .form-head { margin-bottom: 28px; }
  .form-grid,
  .lead-form--compact .form-grid { grid-template-columns: 1fr; }
  .site-footer { padding-top: 54px; }
}

@media (max-width: 460px) {
  .section-intro--row { display: block; }
  .section-intro--row .text-link { margin-top: 18px; }
  .hero-facts li { padding-inline: 9px; }
  .hero-facts span { letter-spacing: .04em; }
  .bento-card--metric b { font-size: 3.8rem; }
  .bento-card--accent h3 { font-size: 1.08rem; }
  .price-chips { grid-template-columns: 1fr; }
  .compact-process { grid-template-columns: 1fr; }
  .compact-process li { min-height: 96px; }
  .service-hero-media,
  .season-media { min-height: 270px; }
}

/* Conservation landing identity — final public-site layer ---------------- */
@font-face {
  font-family: "Manrope Variable";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("/assets/fonts/manrope-cyrillic-ext.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: "Manrope Variable";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("/assets/fonts/manrope-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Manrope Variable";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("/assets/fonts/manrope-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Manrope Variable";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("/assets/fonts/manrope-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --ink: #17211d;
  --ink-2: #173f32;
  --paper: #f5f2ea;
  --paper-2: #e7eee9;
  --white: #fff;
  --line: #d8ded9;
  --forest: #173f32;
  --green: #256348;
  --green-soft: #e7eee9;
  --milk: #f5f2ea;
  --border: #d8ded9;
  --line-light: rgba(255, 255, 255, .2);
  --mint: #e7eee9;
  --mint-strong: #256348;
  --water: #256348;
  --water-bright: #a9c5b4;
  --water-pale: #e7eee9;
  --grass: #256348;
  --clay: #d97836;
  --sand: #d97836;
  --muted: #66716b;
  --orange: #d97836;
  --orange-dark: #b95c24;
  --accent: #d97836;
  --accent-dark: #b95c24;
  --shadow: 0 24px 64px rgba(23, 63, 50, .14);
  --shadow-soft: 0 12px 34px rgba(23, 63, 50, .08);
  --header: 78px;
}

html { background: var(--paper); }

body,
button,
input,
select,
textarea {
  font-family: "Manrope Variable", Manrope, "Segoe UI", Arial, sans-serif;
}

body { color: var(--ink); background: var(--paper); }

h1,
h2,
h3 {
  font-family: "Manrope Variable", Manrope, "Segoe UI", Arial, sans-serif;
  font-weight: 680;
  letter-spacing: -.045em;
}

h2,
h3,
.form-grid > *,
.lead-form label,
.directory-card nav a > span { min-width: 0; overflow-wrap: break-word; }

p { color: var(--muted); }
.section--soft { background: var(--green-soft, #e7eee9); }
.section--dark,
.section--form { background: var(--forest, #173f32); }
.section--business { background: var(--forest, #173f32); }
.eyebrow { color: var(--green, #256348); }
.section--dark .eyebrow,
.section--business .eyebrow { color: #c5d8cc; }
.text-link { color: var(--green, #256348); }

.visual-labels text,
.metric-grid b,
.issue-grid article > span,
.price-list b,
.service-diagram b,
.price-table b,
blockquote,
.not-found span {
  font-family: "Manrope Variable", Manrope, "Segoe UI", Arial, sans-serif;
}

.button {
  color: var(--white);
  border-color: var(--green, #256348);
  background: var(--green, #256348);
  box-shadow: 0 8px 22px rgba(37, 99, 72, .16);
}

.button:hover {
  border-color: var(--forest, #173f32);
  background: var(--forest, #173f32);
  box-shadow: 0 13px 28px rgba(23, 63, 50, .2);
}

.button--accent,
.header-cta {
  color: var(--white);
  border-color: var(--orange);
  background: var(--orange);
  box-shadow: 0 8px 22px rgba(217, 120, 54, .2);
}

.button--accent:hover,
.header-cta:hover {
  color: var(--white);
  border-color: var(--orange-dark);
  background: var(--orange-dark);
  box-shadow: 0 13px 28px rgba(185, 92, 36, .23);
}

.button--ghost {
  color: var(--ink);
  border-color: rgba(37, 99, 72, .45);
  background: transparent;
  box-shadow: none;
}

.button--ghost:hover {
  color: var(--white);
  border-color: var(--forest, #173f32);
  background: var(--forest, #173f32);
}

.button--light {
  color: var(--forest, #173f32);
  border-color: var(--white);
  background: var(--white);
  box-shadow: none;
}

.button--light:hover {
  color: var(--forest, #173f32);
  border-color: var(--green-soft, #e7eee9);
  background: var(--green-soft, #e7eee9);
}

/* Text-only brand and direct actions in the fixed navigation. */
.site-header {
  height: var(--header);
  border-color: var(--border, #d8ded9);
  background: rgba(245, 242, 234, .96);
  box-shadow: 0 7px 28px rgba(23, 33, 29, .045);
  backdrop-filter: blur(18px) saturate(120%);
}

.header-inner { gap: clamp(16px, 2vw, 28px); }
.logo { gap: 0; color: var(--ink); letter-spacing: 0; }
.logo-mark { display: none; }
.logo-wordmark { display: grid; gap: 2px; min-width: max-content; line-height: 1; }
.logo-wordmark b { font-size: .94rem; font-weight: 780; letter-spacing: -.035em; }
.logo-wordmark em { color: var(--muted); font-size: .56rem; font-weight: 650; letter-spacing: .13em; text-transform: uppercase; }
.site-nav { gap: clamp(13px, 1.55vw, 24px); }
.site-nav a { padding: 29px 0 27px; color: var(--ink); font-size: .72rem; font-weight: 690; }
.site-nav a::after { bottom: 19px; background: var(--green, #256348); }
.header-actions { flex: 0 0 auto; gap: 9px; }

.header-actions .header-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 1px;
  color: var(--ink);
  line-height: 1.15;
}

.header-contact b { font-size: .78rem; font-weight: 780; letter-spacing: -.01em; }
.header-contact span { color: var(--muted); font-size: .56rem; font-weight: 570; letter-spacing: .055em; }
.header-message {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  border: 1px solid var(--border, #d8ded9);
  border-radius: 50%;
  color: var(--green, #256348);
  background: var(--white);
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}

.header-message:hover { color: var(--white); border-color: var(--green, #256348); background: var(--green, #256348); }
.header-message .icon { width: 18px; height: 18px; }
.header-cta { min-height: 42px; padding-inline: 15px; white-space: nowrap; }
.menu-button { border-color: var(--border, #d8ded9); color: var(--forest, #173f32); background: var(--white); }
.seasonal-banner { background: var(--forest, #173f32); }
.homepage-notice { color: var(--ink); border-color: var(--border, #d8ded9); background: var(--green-soft, #e7eee9); }

/* Primary screen and the four tasks immediately beneath it. */
.home-page .hero {
  background:
    radial-gradient(circle at 78% 18%, rgba(37, 99, 72, .1), transparent 25rem),
    linear-gradient(135deg, rgba(255, 255, 255, .54), transparent 55%),
    var(--milk, #f5f2ea);
}

.home-page .hero::before {
  background-image:
    linear-gradient(rgba(37, 99, 72, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 99, 72, .035) 1px, transparent 1px);
}

.home-page .hero-copy h1 em { color: var(--green, #256348); }
.hero-facts li { border-color: var(--border, #d8ded9); }
.hero-media,
.service-hero-media,
.season-media { border: 1px solid rgba(37, 99, 72, .16); background: var(--ink); }

.hero-media::after,
.service-hero-media::after,
.season-media::after,
.showcase-card::after,
.portfolio-feature::after { background: linear-gradient(transparent, rgba(23, 33, 29, .86)); }

.hero-media figcaption span,
.service-hero-media figcaption span,
.season-media figcaption span,
.showcase-card figcaption span,
.portfolio-feature figcaption span,
.portfolio-feature__copy > span { color: #c9dbcf; }

.media-control { background: rgba(23, 33, 29, .68); }
.media-control:hover { background: rgba(23, 33, 29, .9); }

.task-access {
  position: relative;
  z-index: 4;
  border-block: 1px solid var(--border, #d8ded9);
  background: var(--white);
}

.task-access--mobile { display: none; }

.task-access-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding: 0;
  overflow: hidden;
  border-inline: 1px solid var(--border, #d8ded9);
  background: var(--border, #d8ded9);
}

.task-access-grid a {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 124px;
  align-content: center;
  gap: 4px;
  padding: 20px 48px 20px 21px;
  background: var(--white);
  transition: color .2s ease, background .2s ease;
}

.task-access-grid a:hover { color: var(--forest, #173f32); background: var(--green-soft, #e7eee9); }
.task-access-grid span { color: var(--muted); font-size: .58rem; font-weight: 700; letter-spacing: .105em; text-transform: uppercase; }
.task-access-grid b { overflow-wrap: anywhere; font-size: .94rem; font-weight: 730; line-height: 1.25; letter-spacing: -.025em; }
.task-access-grid small { color: var(--green, #256348); font-size: .68rem; font-weight: 680; }
.task-access-grid .icon { position: absolute; top: 20px; right: 19px; width: 17px; height: 17px; color: var(--green, #256348); }
.task-access-grid .task-access__season { background: var(--green-soft, #e7eee9); box-shadow: inset 0 3px 0 var(--orange); }
.task-access-grid .task-access__season span { color: var(--green, #256348); }

/* Home content uses the same earthy identity throughout. */
.proof-section { background: var(--white); }
.bento-card { border-color: var(--border, #d8ded9); background: var(--milk, #f5f2ea); }
.bento-card--visual::after { background: linear-gradient(transparent, rgba(23, 33, 29, .9)); }
.bento-card--visual figcaption span { color: #c9dbcf; }
.bento-card--metric { border-color: transparent; background: var(--green, #256348); }
.bento-card--accent { background: var(--green-soft, #e7eee9); }
.bento-card--scheme { background: var(--ink); }
.bento-card--scheme > span { color: #c9dbcf; }
.bento-card--scheme i,
.bento-card--scheme i::before,
.bento-card--scheme i::after { border-color: rgba(231, 238, 233, .38); }
.bento-card--scheme i::after { background: #a9c5b4; box-shadow: 0 0 26px rgba(169, 197, 180, .38); }
.direction-card { border-color: var(--border, #d8ded9); background: var(--white); }
.direction-card > span,
.direction-card > .icon { color: var(--green, #256348); }
.direction-card:hover { background: var(--forest, #173f32); }
.direction-card--season { color: var(--ink); border-color: var(--border, #d8ded9); background: var(--green-soft, #e7eee9); }
.direction-card--season p { color: var(--muted); }
.direction-card--season > span,
.direction-card--season > .icon { color: var(--green, #256348); }

.process-section {
  background:
    radial-gradient(circle at 14% 90%, rgba(231, 238, 233, .09), transparent 28rem),
    var(--forest, #173f32);
}

.process-steps li > span { color: #c5d8cc; }
.showcase-section,
.portfolio-media-section,
.portfolio-cta { background: var(--milk, #f5f2ea); }
.showcase-card { background: var(--ink); }
.conversion-section { background: var(--green-soft, #e7eee9); }
.price-chips > div { border-color: rgba(37, 99, 72, .15); background: rgba(255, 255, 255, .72); }

/* Services: immediate group shortcuts and compact cards. */
.page-hero {
  border-color: var(--border, #d8ded9);
  background:
    radial-gradient(circle at 92% 5%, rgba(37, 99, 72, .1), transparent 28rem),
    var(--white);
}

.service-jumpbar {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  max-width: 920px;
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid var(--border, #d8ded9);
  border-radius: 14px;
  background: var(--border, #d8ded9);
}

.service-jumpbar a {
  display: grid;
  min-height: 49px;
  place-items: center;
  padding: 10px 12px;
  color: var(--forest, #173f32);
  background: var(--white);
  font-size: .69rem;
  font-weight: 720;
  line-height: 1.2;
  text-align: center;
  transition: color .2s ease, background .2s ease;
}

.service-jumpbar a:hover { color: var(--white); background: var(--green, #256348); }
.directory-card { border-color: var(--border, #d8ded9); background: var(--white); box-shadow: 0 1px 0 rgba(23, 63, 50, .03); }
.directory-number,
.directory-card nav a .icon { color: var(--green, #256348); }
.directory-card nav,
.directory-card nav a,
.directory-card:last-child nav { border-color: var(--border, #d8ded9); }
.directory-card nav a:hover { color: var(--green, #256348); }

.service-detail .service-hero {
  background:
    radial-gradient(circle at 92% 0, rgba(37, 99, 72, .09), transparent 25rem),
    var(--white);
}

.service-overview { background: var(--milk, #f5f2ea); }
.service-overview .problem-solution article { border-color: var(--border, #d8ded9); background: var(--white); }
.service-overview .problem-solution .accent-card { color: var(--white); border-color: transparent; background: var(--forest, #173f32); }
.service-overview .accent-card .eyebrow,
.season-card--steps .eyebrow,
.compact-cta .eyebrow { color: #c5d8cc; }
.compact-process { background: var(--border, #d8ded9); }
.compact-process li { background: var(--white); }
.compact-process span { color: var(--green, #256348); }
.service-specs { background: var(--forest, #173f32); }
.service-spec-grid li .icon { color: #c5d8cc; }
.service-spec-grid aside { background: var(--ink); }
.related-strip,
.related-strip a { border-color: var(--border, #d8ded9); }
.related-strip a:hover,
.related-strip .icon { color: var(--green, #256348); }

/* Conservation is light, like the source landing, with one orange action. */
.season-hero {
  color: var(--ink);
  background:
    radial-gradient(circle at 84% 38%, rgba(37, 99, 72, .13), transparent 28rem),
    linear-gradient(135deg, var(--milk, #f5f2ea), var(--green-soft, #e7eee9));
}

.season-hero::before {
  border-color: rgba(37, 99, 72, .14);
  box-shadow: 0 0 0 80px rgba(37, 99, 72, .035), 0 0 0 160px rgba(37, 99, 72, .02);
}

.season-hero .breadcrumbs { color: var(--muted); }
.season-hero .breadcrumbs a:hover,
.season-hero .breadcrumbs span { color: var(--ink); }
.season-hero h1 em { color: var(--green, #256348); }
.season-hero-grid > div > p { color: var(--muted); }
.season-hero .button--ghost { color: var(--forest, #173f32); border-color: rgba(37, 99, 72, .45); }
.season-hero .button--ghost:hover { color: var(--white); background: var(--forest, #173f32); }
.season-facts li { color: var(--muted); }
.season-facts .icon { color: var(--green, #256348); }
.airflow { border-color: rgba(255, 255, 255, .42); border-left-color: transparent; }
.airflow--two { border-color: rgba(231, 238, 233, .42); border-left-color: transparent; }
.season-summary { background: var(--milk, #f5f2ea); }
.season-card { border-color: var(--border, #d8ded9); background: var(--white); }
.season-card--steps { color: var(--white); border-color: transparent; background: var(--forest, #173f32); }
.season-card--steps li span { color: #c5d8cc; }
.season-card--result { background: var(--green-soft, #e7eee9); }
.season-faq { background: var(--green-soft, #e7eee9); }

/* Portfolio, forms and direct contact information. */
.portfolio-feature { background: var(--ink); }
.portfolio-feature--video { background: linear-gradient(135deg, var(--ink), var(--forest, #173f32)); }
.portfolio-feature__copy > span { color: #c9dbcf; }
.portfolio-card { border: 1px solid var(--border, #d8ded9); background: var(--white); }
.compact-cta { background: var(--forest, #173f32); }

.lead-form {
  color: var(--ink);
  border: 1px solid var(--border, #d8ded9);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  border-color: var(--border, #d8ded9);
  background: var(--milk, #f5f2ea);
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus { border-color: var(--green, #256348); }
.form-success > span { color: var(--green, #256348); }
.contact-panel { color: var(--ink); border-color: var(--border, #d8ded9); background: var(--green-soft, #e7eee9); }
.contact-panel h2,
.contact-panel > a,
.contact-panel > a b { color: var(--ink); }
.contact-panel > a { border-color: var(--border, #d8ded9); }
.contact-panel > a span { color: var(--green, #256348); }
.contact-panel > p { color: var(--muted); }
.contact-panel > a:hover { color: var(--green, #256348); }
.region-card { color: var(--white); background: var(--forest, #173f32); }

.site-footer { color: rgba(255, 255, 255, .78); background: var(--ink); }
.site-footer .logo-wordmark b { color: var(--white); }
.site-footer .logo-wordmark em { color: rgba(255, 255, 255, .5); }
.footer-grid > div > b { color: #c5d8cc; }
.footer-contacts { display: grid; gap: 0; }
.footer-contacts a { display: grid; gap: 1px; padding: 8px 0; border-bottom: 1px solid rgba(255, 255, 255, .12); }
.footer-contacts span { color: rgba(255, 255, 255, .48); font-size: .6rem; font-weight: 650; letter-spacing: .09em; text-transform: uppercase; }
.footer-contacts b { color: var(--white); font-size: .78rem; font-weight: 680; }
.footer-bottom { border-color: rgba(255, 255, 255, .16); }
.footer-bottom { color: rgba(255, 255, 255, .5); }
.mobile-actions { border-color: var(--border, #d8ded9); background: var(--white); box-shadow: 0 -8px 28px rgba(23, 63, 50, .11); }
.mobile-actions a:not(.mobile-actions__primary) { color: var(--green, #256348); }
.mobile-actions__primary { color: var(--white); background: var(--orange); }

@media (max-width: 1180px) {
  :root { --header: 72px; }
  .site-nav { display: none; }
  .menu-button { display: grid; margin-left: 0; }
  .header-actions { margin-left: auto; }
  .header-actions .header-contact { display: flex; }
  .site-nav.is-open {
    position: fixed;
    top: var(--header);
    right: 0;
    left: 0;
    z-index: 98;
    display: flex;
    height: calc(100vh - var(--header));
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 24px max(24px, calc((100vw - var(--container)) / 2)) 120px;
    overflow: auto;
    border-top: 1px solid var(--border, #d8ded9);
    background: var(--milk, #f5f2ea);
  }

  .site-nav.is-open a {
    padding: 15px 0;
    border-bottom: 1px solid var(--border, #d8ded9);
    font: 660 1.45rem/1.25 "Manrope Variable", Manrope, sans-serif;
    letter-spacing: -.035em;
  }
}

@media (max-width: 860px) {
  .header-inner { gap: 9px; }
  .logo-wordmark b { font-size: .88rem; }
  .logo-wordmark em { font-size: .52rem; }
  .header-actions { gap: 7px; }
  .header-contact span { display: none; }
  .header-contact b { font-size: .72rem; }
  .header-actions .header-cta { display: inline-flex; min-height: 40px; padding-inline: 12px; font-size: .68rem; }
  .header-message { width: 40px; height: 40px; flex-basis: 40px; }
  .task-access-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .task-access-grid a { min-height: 116px; }
  .service-jumpbar { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .service-jumpbar a { min-height: 46px; }
}

@media (max-width: 780px) {
  body { padding-bottom: calc(68px + env(safe-area-inset-bottom)); }
  .mobile-actions { height: calc(68px + env(safe-area-inset-bottom)); }
}

@media (max-width: 600px) {
  :root { --header: 68px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .logo-wordmark b { font-size: .84rem; }
  .logo-wordmark em { display: none; }
  .header-actions .header-contact,
  .header-actions .header-cta { display: none; }
  .header-actions { margin-left: auto; }
  .header-message { width: 44px; height: 44px; flex-basis: 44px; }
  .menu-button { width: 44px; height: 44px; }
  .home-page .hero-actions .button--ghost { display: none; }
  .task-access--desktop { display: none; }
  .task-access--mobile { display: block; margin-top: 30px; }
  .task-access-grid a { min-height: 110px; padding: 16px 38px 15px 15px; }
  .task-access-grid span { font-size: .52rem; }
  .task-access-grid b { font-size: .84rem; }
  .task-access-grid small { font-size: .61rem; }
  .task-access-grid .icon { top: 16px; right: 14px; width: 15px; height: 15px; }
  .service-jumpbar { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 22px; }
  .service-jumpbar a:nth-child(5) { grid-column: 1 / -1; }
  .season-hero { padding-bottom: 52px; }
  .footer-contacts { grid-template-columns: 1fr; }
}

/* Sticky navigation drawer and scroll return control. */
.site-header {
  transition: box-shadow .22s ease, background-color .22s ease;
}

.site-header.is-scrolled {
  background: rgba(245, 242, 234, .985);
  box-shadow: 0 10px 32px rgba(23, 63, 50, .11);
}

.desktop-menu-trigger {
  position: fixed;
  top: calc(var(--header) + 16px);
  left: clamp(14px, 1.8vw, 30px);
  z-index: 86;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 10px;
  padding: 7px 16px 7px 8px;
  border: 1px solid rgba(23, 63, 50, .15);
  border-radius: 999px;
  color: var(--forest, #173f32);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 10px 28px rgba(23, 63, 50, .13);
  font: 720 .68rem/1 "Manrope Variable", Manrope, sans-serif;
  letter-spacing: .075em;
  text-transform: uppercase;
  cursor: pointer;
  backdrop-filter: blur(16px);
  transition: color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease;
}

.desktop-menu-trigger:hover {
  color: var(--white);
  background: var(--forest, #173f32);
  box-shadow: 0 14px 32px rgba(23, 63, 50, .22);
  transform: translateY(-2px);
}

.desktop-menu-trigger__icon {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--orange, #d97836);
}

.desktop-menu-trigger .icon { width: 16px; height: 16px; }

.nav-drawer-shell {
  position: fixed;
  inset: 0;
  z-index: 300;
  visibility: hidden;
  pointer-events: none;
  transition: visibility 0s linear .32s;
}

.nav-drawer-shell.is-open {
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

.nav-drawer-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(9, 28, 23, .56);
  opacity: 0;
  cursor: pointer;
  backdrop-filter: blur(5px);
  transition: opacity .28s ease;
}

.nav-drawer-shell.is-open .nav-drawer-backdrop { opacity: 1; }

.nav-drawer {
  position: relative;
  display: flex;
  width: min(440px, 92vw);
  height: 100dvh;
  flex-direction: column;
  overflow: auto;
  padding: 0 30px 28px;
  color: var(--ink, #17211d);
  background: var(--milk, #f5f2ea);
  box-shadow: 22px 0 60px rgba(9, 28, 23, .25);
  transform: translateX(-102%);
  overscroll-behavior: contain;
  transition: transform .32s cubic-bezier(.22, 1, .36, 1);
}

.nav-drawer-shell.is-open .nav-drawer { transform: translateX(0); }

.nav-drawer-head {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  min-height: 92px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--border, #d8ded9);
  background: rgba(245, 242, 234, .97);
  backdrop-filter: blur(16px);
}

.nav-drawer-head > div { display: grid; gap: 2px; }
.nav-drawer-head span { color: var(--muted); font-size: .58rem; font-weight: 720; letter-spacing: .14em; text-transform: uppercase; }
.nav-drawer-head b { font: 770 1.02rem/1.2 "Manrope Variable", Manrope, sans-serif; letter-spacing: -.025em; }
.nav-drawer-close {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  border: 1px solid var(--border, #d8ded9);
  border-radius: 50%;
  color: var(--forest, #173f32);
  background: var(--white);
  cursor: pointer;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}
.nav-drawer-close:hover { color: var(--white); background: var(--forest, #173f32); transform: rotate(5deg); }
.nav-drawer-close .icon { width: 19px; height: 19px; }

.nav-drawer-links { display: grid; padding: 12px 0; }
.nav-drawer-links a {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 22px;
  align-items: center;
  gap: 12px;
  padding: 14px 4px;
  border-bottom: 1px solid var(--border, #d8ded9);
  color: var(--ink, #17211d);
  transition: color .18s ease, padding-left .18s ease;
}
.nav-drawer-links a:hover { padding-left: 10px; color: var(--green, #256348); }
.nav-drawer-links a > span { color: var(--orange, #d97836); font: 740 .58rem/1 "Manrope Variable", Manrope, sans-serif; letter-spacing: .08em; }
.nav-drawer-links a > div { display: grid; gap: 2px; min-width: 0; }
.nav-drawer-links b { font: 720 .96rem/1.25 "Manrope Variable", Manrope, sans-serif; letter-spacing: -.02em; }
.nav-drawer-links small { color: var(--muted); font-size: .69rem; line-height: 1.35; }
.nav-drawer-links .icon { width: 17px; height: 17px; }

.nav-drawer-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 8px; }
.nav-drawer-actions .button { min-height: 48px; padding: 11px 13px; font-size: .69rem; text-align: center; }
.nav-drawer-contacts { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 14px; }
.nav-drawer-contacts a { display: grid; gap: 2px; padding: 13px; border-radius: 12px; color: var(--white); background: var(--forest, #173f32); }
.nav-drawer-contacts span { color: rgba(255, 255, 255, .62); font-size: .56rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.nav-drawer-contacts b { font-size: .68rem; line-height: 1.3; }

.back-to-top {
  position: fixed;
  right: clamp(16px, 2vw, 28px);
  bottom: clamp(16px, 2vw, 28px);
  z-index: 88;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  color: var(--white);
  background: var(--forest, #173f32);
  box-shadow: 0 12px 28px rgba(23, 63, 50, .24);
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px) scale(.92);
  cursor: pointer;
  transition: opacity .2s ease, transform .2s ease, background .2s ease;
}
.back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0) scale(1); }
.back-to-top:hover { background: var(--orange, #d97836); transform: translateY(-2px) scale(1); }
.back-to-top .icon { width: 20px; height: 20px; }
.back-to-top span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
body.menu-open .back-to-top { opacity: 0; pointer-events: none; }

@media (max-width: 1180px) {
  .desktop-menu-trigger { display: none; }
  .nav-drawer-backdrop { display: none; }
  .nav-drawer { width: 100%; max-width: none; padding-inline: max(22px, env(safe-area-inset-left)); box-shadow: none; }
  .nav-drawer-head { min-height: var(--header); }
  .nav-drawer-links { padding-top: 14px; }
  .nav-drawer-links a { padding-block: 13px; }
  .nav-drawer-links b { font-size: clamp(.94rem, 4vw, 1.12rem); }
  .nav-drawer-links small { font-size: .66rem; }
  .nav-drawer-actions { margin-top: 10px; }
  .back-to-top { bottom: calc(82px + env(safe-area-inset-bottom)); }
}

@media (max-width: 520px) {
  .nav-drawer { padding-inline: 18px; padding-bottom: calc(24px + env(safe-area-inset-bottom)); }
  .nav-drawer-links a { grid-template-columns: 24px minmax(0, 1fr) 18px; gap: 9px; padding: 11px 2px; }
  .nav-drawer-links small { display: none; }
  .nav-drawer-actions,
  .nav-drawer-contacts { grid-template-columns: 1fr; }
  .nav-drawer-actions .button { min-height: 46px; }
  .nav-drawer-contacts { margin-top: 10px; }
  .nav-drawer-contacts a { padding: 11px 13px; }
  .back-to-top { width: 46px; height: 46px; right: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  .nav-drawer,
  .nav-drawer-backdrop,
  .desktop-menu-trigger,
  .back-to-top { transition-duration: .001ms !important; }
}
