:root {
  --forest: #2f7254;
  --forest-deep: #174737;
  --green: #3d9165;
  --green-bright: #76c58f;
  --water: #4e9bb6;
  --ink: #17342b;
  --muted: #60766d;
  --paper: #faf9f4;
  --white: #fff;
  --line: #d8e5dd;
  --sun: #efb94f;
  --shadow: 0 18px 55px rgba(38, 91, 68, .12);
  --shell: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, "Segoe UI", Arial, sans-serif; line-height: 1.5; }
a { color: inherit; }
img { max-width: 100%; }
button, input, select, textarea { font: inherit; }
.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: 12px; top: -80px; z-index: 100; background: white; color: var(--ink); padding: 12px 16px; transition: top .2s; }
.skip-link:focus { top: 12px; }

.site-header { height: 78px; position: sticky; top: 0; z-index: 50; background: rgba(23, 71, 55, .97); color: white; border-top: 4px solid #96d9a8; backdrop-filter: blur(12px); box-shadow: 0 5px 22px rgba(21, 70, 53, .14); }
.header-inner { height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; min-width: max-content; }
.brand-logo { width: 52px; height: 48px; flex: 0 0 52px; display: block; object-fit: contain; background: #fff; border: 1px solid rgba(255,255,255,.62); border-radius: 4px; box-shadow: 0 3px 12px rgba(6, 35, 25, .18); }
.brand span { display: grid; }
.brand strong { font-size: 15px; letter-spacing: .025em; }
.brand small { color: #c7ded4; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: 26px; font-weight: 700; font-size: 13px; }
.primary-nav > a { text-decoration: none; }
.primary-nav > a:not(.button):hover { color: #d9f3e2; }
.nav-call { display: grid; line-height: 1.1; }
.nav-call small { color: #c0d7cd; font-size: 9px; font-weight: 600; text-transform: uppercase; }
.button { border: 0; display: inline-flex; align-items: center; justify-content: center; gap: 28px; min-height: 52px; padding: 0 23px; background: var(--green-bright); color: #123727; text-decoration: none; font-weight: 800; box-shadow: 0 5px 0 #35835a; cursor: pointer; transition: transform .15s, background .15s; }
.button:hover { transform: translateY(-2px); background: #91d9a7; }
.button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid #e6b348; outline-offset: 3px; }
.button-small { min-height: 42px; padding-inline: 18px; box-shadow: none; color: #071a13; }
.button-ghost { background: rgba(255,255,255,.07); color: white; border: 1px solid rgba(255,255,255,.45); box-shadow: none; }
.button-ghost:hover { background: rgba(255,255,255,.14); }
.menu-toggle { display: none; width: 44px; height: 44px; flex: 0 0 44px; place-content: center; background: none; border: 0; padding: 8px; }

.hero { position: relative; min-height: 690px; display: grid; align-items: center; overflow: hidden; color: white; background: var(--forest-deep); }
.hero-media { position: absolute; inset: 0; background: url("assets/irrigation-hero-v1.png") center / cover no-repeat; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(17,61,46,.88) 0%, rgba(17,61,46,.64) 38%, rgba(17,61,46,.14) 72%, rgba(17,61,46,.03)); }
.hero-content { position: relative; z-index: 1; padding-block: 80px 70px; }
.eyebrow { margin: 0 0 20px; color: #c8efd3; font: 800 11px/1.2 Consolas, monospace; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow.green { color: var(--green); }
.hero h1 { max-width: 680px; margin: 0; font-size: clamp(58px, 7vw, 98px); line-height: .91; letter-spacing: -.06em; }
.hero h1 em { color: #a8e2b7; font-style: normal; }
.hero-lead { max-width: 625px; margin: 28px 0 30px; font-size: 19px; line-height: 1.55; color: #eff7f2; font-weight: 600; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-points { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 680px; gap: 0; padding: 27px 0 0; margin: 36px 0 0; border-top: 1px solid rgba(255,255,255,.23); list-style: none; }
.hero-points li { display: grid; gap: 3px; padding-right: 20px; }
.hero-points strong { font-size: 13px; }
.hero-points span { color: #c5dcd2; font-size: 11px; }

.quick-strip { color: white; background: var(--green); }
.quick-grid { min-height: 92px; display: grid; grid-template-columns: 1fr 1.25fr 1.2fr .8fr; }
.quick-grid > * { padding: 20px 25px; border-left: 1px solid rgba(255,255,255,.2); display: grid; align-content: center; text-decoration: none; }
.quick-grid > *:last-child { border-right: 1px solid rgba(255,255,255,.2); background: rgba(0,0,0,.08); font-weight: 800; display: flex; justify-content: space-between; align-items: center; }
.quick-grid span { font-size: 9px; letter-spacing: .13em; text-transform: uppercase; color: #e2f4e7; }
.quick-grid strong { font-size: 13px; }

.section { padding: 105px 0; }
.section-heading { margin-bottom: 42px; }
.section h2 { margin: 0; font-size: clamp(39px, 5vw, 64px); line-height: .98; letter-spacing: -.055em; }
.split-heading { display: grid; grid-template-columns: 1.35fr .75fr; align-items: end; gap: 80px; }
.split-heading p:last-child { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.65; border-left: 3px solid var(--green-bright); padding-left: 24px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.service-card { min-height: 340px; position: relative; display: flex; flex-direction: column; padding: 32px; background: white; border-top: 4px solid #b9c6c0; box-shadow: 0 10px 30px rgba(16,42,37,.04); overflow: hidden; }
.service-card::after { content: ""; position: absolute; right: -80px; top: -110px; width: 190px; height: 190px; border: 1px solid #edf0ee; border-radius: 50%; }
.service-card-featured { grid-column: span 2; background: linear-gradient(110deg, #fff 0 68%, #edf4f0 68%); border-color: var(--green-bright); }
.winter-card { background: var(--forest); color: white; border-color: var(--water); }
.service-number { color: #8b9c95; font: 700 10px Consolas, monospace; letter-spacing: .1em; }
.service-icon { position: absolute; right: 30px; top: 28px; width: 45px; height: 45px; display: grid; place-items: center; border: 1px solid #dce4e0; color: var(--green); font-weight: 900; }
.service-card h3 { margin: auto 0 12px; font-size: 26px; letter-spacing: -.035em; }
.service-card p { color: var(--muted); margin: 0 0 20px; max-width: 520px; }
.winter-card p { color: #b7c9c3; }
.service-card ul { display: flex; flex-wrap: wrap; gap: 7px; list-style: none; padding: 0; margin: 0 0 24px; }
.service-card li { background: #f2f5f3; padding: 5px 8px; font-size: 10px; color: #51645d; }
.service-card > a { margin-top: auto; padding-top: 18px; border-top: 1px solid #e5eae7; text-decoration: none; font-size: 13px; font-weight: 800; display: flex; justify-content: space-between; }
.service-card > a span { color: var(--green); }

.dark-section { background: linear-gradient(120deg, #245f48, #34775a); color: white; }
.process-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.process-intro { position: sticky; top: 125px; }
.process-intro h2 { max-width: 500px; }
.process-intro > p:last-child { color: #d2e6dc; max-width: 480px; font-size: 17px; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid #62917f; display: grid; grid-template-columns: 1fr 1fr; }
.process-list li { min-height: 210px; padding: 30px; border-right: 1px solid #62917f; border-bottom: 1px solid #62917f; }
.process-list li:nth-child(even) { border-right: 0; }
.process-list li > span { color: var(--green-bright); font-size: 24px; font-weight: 900; }
.process-list h3 { margin: 22px 0 8px; font-size: 20px; }
.process-list p { color: #d0e2da; margin: 0; font-size: 14px; }

.about-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 100px; }
.large-copy { max-width: 690px; color: var(--muted); font-size: 20px; }
.about-notes { margin-top: 42px; display: grid; gap: 0; border-top: 1px solid var(--line); }
.about-notes > div { display: grid; grid-template-columns: 180px 1fr; gap: 25px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.about-notes span { color: var(--muted); }
.season-panel { align-self: stretch; padding: 38px; background: #e8f4ec; border-top: 5px solid var(--water); }
.season-panel .eyebrow { color: var(--green); }
.season-row { padding: 25px 0; border-top: 1px solid #bfcec7; display: grid; gap: 3px; }
.season-row span { color: var(--green); font: 700 11px Consolas, monospace; text-transform: uppercase; letter-spacing: .12em; }
.season-row strong { font-size: 19px; }
.season-note { margin: 22px 0 0; color: #5d7069; font-size: 13px; }

.request-section { background: #eef6f1; }
.request-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.request-copy { padding-top: 40px; }
.request-copy > p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.contact-card { margin-top: 45px; padding: 28px; background: var(--forest); color: white; display: grid; }
.contact-card span { color: #97aaa3; font-size: 12px; }
.contact-card a { font-size: 29px; font-weight: 900; text-decoration: none; }
.contact-card p { color: #9fb1ab; font-size: 13px; margin: 18px 0 0; }
.request-form { background: white; padding: 40px; box-shadow: var(--shadow); }
.form-head { display: flex; justify-content: space-between; gap: 25px; padding-bottom: 24px; border-bottom: 3px solid var(--ink); }
.form-head > div { display: grid; }
.form-head strong { font-size: 23px; }
.form-head span { color: var(--muted); font-size: 12px; }
.privacy-note { display: grid; margin: 18px 0 26px; padding: 14px 16px; color: #245a42; background: #ebf5ef; border-left: 3px solid var(--green-bright); }
.privacy-note span { font-size: 12px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.request-form label { display: grid; gap: 7px; margin-bottom: 15px; font-weight: 800; font-size: 13px; }
.request-form label small { color: var(--muted); font-weight: 400; }
.request-form input, .request-form select, .request-form textarea { width: 100%; border: 1px solid #cbd4d0; border-radius: 0; padding: 13px 14px; background: #fbfcfb; color: var(--ink); }
.request-form textarea { resize: vertical; }
.consent { grid-template-columns: auto 1fr; align-items: center; font-weight: 500 !important; }
.consent input { width: 18px; height: 18px; }
.form-button { width: 100%; margin-top: 4px; }
.form-status { min-height: 24px; margin: 16px 0 0; font-weight: 700; }
.form-status.error { color: #a33228; }
.form-status.success { color: var(--green); }
.preview-label { color: #7c8984; font-size: 11px; text-align: center; margin-bottom: 0; }

.site-footer { background: #174737; color: white; padding: 48px 0 20px; }
.footer-grid { display: grid; grid-template-columns: 1.25fr repeat(3, 1fr); gap: 35px; }
.footer-grid > div:not(.footer-brand) { display: grid; align-content: center; gap: 5px; }
.footer-grid span { color: #bdd5ca; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.footer-grid a { text-decoration: none; font-weight: 700; }
.footer-brand { display: flex; align-items: center; gap: 13px; }
.footer-brand .brand-logo { width: 62px; height: 57px; flex-basis: 62px; }
.footer-brand div { display: grid; }
.footer-brand strong { font-size: 16px; }
.footer-brand span { text-transform: none; letter-spacing: 0; }
.footer-bottom { margin-top: 38px; padding-top: 18px; border-top: 1px solid #3f6e5c; display: flex; justify-content: space-between; color: #aec8bc; font-size: 11px; }

/* Interior pages */
.page-hero { padding: 95px 0 72px; color: white; background: linear-gradient(115deg, #2d7657, #5a9f70); border-bottom: 7px solid #9bdbaa; }
.page-hero .shell { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; }
.page-hero .shell > *, .request-layout > *, .contact-layout > * { min-width: 0; }
.page-hero h1 { max-width: 760px; margin: 0; font-size: clamp(48px, 6vw, 78px); line-height: .95; letter-spacing: -.055em; }
.page-hero p:last-child { margin: 0; color: #eef8f1; font-size: 17px; line-height: 1.65; }
.breadcrumb { margin: 0 0 22px; color: #d9f4e0; font: 800 10px/1.2 Consolas, monospace; letter-spacing: .16em; text-transform: uppercase; }
.breadcrumb a { text-decoration: none; }
.page-hero-image { position: relative; isolation: isolate; overflow: hidden; background-size: cover; background-repeat: no-repeat; }
.page-hero-image::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(18, 69, 50, .88) 0%, rgba(20, 76, 55, .74) 47%, rgba(22, 77, 56, .58) 100%); }
.page-hero-services { background-image: url("assets/irrigation-hero-v1.png"); background-position: center 58%; }
.page-hero-installation { background-image: url("assets/irrigation-hero-v1.png"); background-position: center 58%; }
.page-hero-maintenance { background-image: url("assets/irrigation-hero-v1.png"); background-position: center 58%; }
.page-hero-water { background-image: url("assets/irrigation-hero-v1.png"); background-position: center 58%; }
.page-hero-faq { background-image: url("assets/irrigation-hero-v1.png"); background-position: center 58%; }
.page-hero-about { background-image: url("assets/irrigation-hero-v1.png"); background-position: center 58%; }
.page-hero-contact { background-image: url("assets/irrigation-hero-v1.png"); background-position: center 58%; }
.page-hero-image h1 { text-shadow: 0 3px 24px rgba(7, 34, 24, .25); }
.page-hero-image p:last-child { text-shadow: 0 2px 14px rgba(7, 34, 24, .35); }
.content-section { padding: 82px 0; }
.content-section.alt { background: #eef5f0; }
.content-heading { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; margin-bottom: 38px; }
.content-heading h2 { margin: 0; font-size: clamp(34px, 4vw, 54px); line-height: 1; letter-spacing: -.045em; }
.content-heading > p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.7; border-left: 3px solid var(--green-bright); padding-left: 24px; }
.detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.detail-card { padding: 28px; background: white; border-top: 4px solid #b5c3bd; box-shadow: 0 9px 28px rgba(16,42,37,.05); }
.detail-card.accent { border-color: var(--green-bright); }
.detail-card h3 { margin: 12px 0 10px; font-size: 22px; letter-spacing: -.03em; }
.detail-card p { margin: 0; color: var(--muted); }
.detail-card ul, .check-list { margin: 18px 0 0; padding-left: 19px; color: #3d514a; }
.detail-card li, .check-list li { margin: 8px 0; }
.step-stack { display: grid; gap: 0; border-top: 1px solid var(--line); }
.step-row { display: grid; grid-template-columns: 80px .7fr 1.3fr; gap: 25px; padding: 28px 0; border-bottom: 1px solid var(--line); align-items: start; }
.step-row > span { color: var(--green); font: 900 18px Consolas, monospace; }
.step-row h3 { margin: 0; font-size: 22px; }
.step-row p { margin: 0; color: var(--muted); line-height: 1.65; }
.benefit-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; counter-reset: benefits; }
.benefit { position: relative; padding: 30px 30px 30px 78px; background: white; border: 1px solid var(--line); counter-increment: benefits; }
.benefit::before { content: counter(benefits, decimal-leading-zero); position: absolute; left: 26px; top: 30px; color: var(--green); font: 900 17px Consolas, monospace; }
.benefit h3 { margin: 0 0 8px; font-size: 21px; }
.benefit p { margin: 0; color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); background: white; }
.faq-list summary { cursor: pointer; padding: 22px 25px; font-size: 18px; font-weight: 800; }
.faq-list details p { margin: 0; padding: 0 25px 24px; color: var(--muted); max-width: 850px; }
.cta-band { padding: 44px 0; background: var(--green); color: white; }
.cta-band .shell { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.cta-band h2 { margin: 0; font-size: clamp(30px, 4vw, 45px); letter-spacing: -.04em; }
.cta-band .button { background: white; color: var(--forest); box-shadow: 0 5px 0 #c7d5ce; }
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-panel { padding: 36px; background: white; border-top: 4px solid var(--green-bright); }
.contact-panel, .contact-card { min-width: 0; }
.contact-panel h2 { margin: 0 0 20px; font-size: 32px; }
.contact-panel dl { display: grid; grid-template-columns: 110px 1fr; margin: 0; }
.contact-panel dt, .contact-panel dd { padding: 13px 0; margin: 0; border-bottom: 1px solid var(--line); }
.contact-panel dt { color: var(--muted); }
.contact-panel a { font-weight: 800; text-decoration: none; }
.contact-panel dd, .contact-panel a, .contact-card a { overflow-wrap: anywhere; }
.text-link { color: var(--green); font-weight: 800; text-decoration: none; }
.subnav { background: white; border-bottom: 1px solid var(--line); }
.subnav .shell { display: flex; gap: 0; overflow-x: auto; }
.subnav a { min-width: max-content; padding: 16px 20px; color: #4e615a; text-decoration: none; font-size: 12px; font-weight: 800; border-right: 1px solid var(--line); }
.subnav a:hover, .subnav a[aria-current="page"] { color: var(--forest); background: #e9f4ed; }

/* Original field imagery for interior pages */
.image-section { padding: 36px 0 0; }
.media-feature { position: relative; min-height: 430px; margin: 0; overflow: hidden; background: var(--forest); box-shadow: var(--shadow); }
.media-feature img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.media-feature::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(8, 34, 27, .66)); }
.media-feature figcaption { position: absolute; z-index: 1; left: 34px; right: 34px; bottom: 27px; display: flex; justify-content: space-between; align-items: end; gap: 30px; color: white; }
.media-feature figcaption span { color: #b9d5ca; font: 800 10px/1.2 Consolas, monospace; letter-spacing: .16em; text-transform: uppercase; }
.media-feature figcaption strong { max-width: 620px; font-size: clamp(22px, 3vw, 34px); line-height: 1.08; letter-spacing: -.03em; }
.media-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.media-grid.three { grid-template-columns: repeat(3, 1fr); }
.media-card { position: relative; min-height: 330px; margin: 0; overflow: hidden; background: var(--forest); }
.media-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.media-card:hover img { transform: scale(1.025); }
.media-card::after { content: ""; position: absolute; inset: 48% 0 0; background: linear-gradient(transparent, rgba(8, 34, 27, .72)); }
.media-card figcaption { position: absolute; z-index: 1; left: 24px; right: 24px; bottom: 22px; color: white; }
.media-card figcaption span { display: block; margin-bottom: 5px; color: #a9cec0; font: 800 9px/1.2 Consolas, monospace; letter-spacing: .15em; text-transform: uppercase; }
.media-card figcaption strong { font-size: 20px; line-height: 1.15; }

@media (max-width: 980px) {
  .primary-nav { position: fixed; inset: 78px 0 auto; padding: 28px 24px; background: var(--forest-deep); display: none; flex-direction: column; align-items: stretch; gap: 0; box-shadow: 0 20px 35px rgba(0,0,0,.25); }
  .primary-nav.open { display: flex; }
  .primary-nav > a { padding: 14px 0; border-bottom: 1px solid #254038; }
  .primary-nav .button { margin-top: 12px; border: 0; }
  .menu-toggle { display: grid; gap: 5px; cursor: pointer; }
  .menu-toggle > span:not(.sr-only) { display: block; width: 25px; height: 2px; background: white; }
  .hero { min-height: 660px; }
  .split-heading, .process-layout, .about-layout, .request-layout { grid-template-columns: 1fr; gap: 45px; }
  .process-intro { position: static; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card-featured { grid-column: span 2; }
  .quick-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .page-hero .shell, .content-heading { grid-template-columns: 1fr; gap: 28px; }
  .detail-grid { grid-template-columns: 1fr 1fr; }
  .media-grid.three { grid-template-columns: 1fr 1fr; }
  .media-grid.three .media-card:first-child { grid-column: 1 / -1; }
  .step-row { grid-template-columns: 55px 1fr; }
  .step-row p { grid-column: 2; }
  .contact-layout { grid-template-columns: 1fr; }
}

@media (max-width: 650px) {
  :root { --shell: min(100% - 30px, 1180px); }
  html { scroll-padding-top: 70px; }
  .site-header { height: 70px; }
  .header-inner { height: 66px; gap: 12px; }
  .brand-logo { width: 45px; height: 41px; flex-basis: 45px; }
  .brand strong { font-size: 14px; }
  .primary-nav { top: 70px; }
  .hero { min-height: 620px; align-items: end; }
  .hero-media { background-position: 66% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(17,61,46,.90), rgba(17,61,46,.38)), linear-gradient(0deg, rgba(17,61,46,.86), transparent 65%); }
  .hero-content { padding-block: 90px 40px; }
  .hero h1 { font-size: clamp(50px, 15.5vw, 72px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { display: grid; }
  .hero-points { grid-template-columns: 1fr; gap: 13px; margin-top: 28px; padding-top: 20px; }
  .hero-points li { grid-template-columns: 130px 1fr; }
  .quick-grid { width: 100%; grid-template-columns: 1fr 1fr; }
  .quick-grid > * { padding: 17px 15px; }
  .quick-grid > *:last-child { grid-column: 1 / -1; }
  .section { padding: 72px 0; }
  .section h2 { font-size: 42px; }
  .split-heading { gap: 24px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card-featured { grid-column: auto; min-height: 300px; padding: 27px; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li { min-height: 0; border-right: 0; padding: 27px 0; display: grid; grid-template-columns: 55px 1fr; gap: 8px; }
  .process-list h3 { margin-top: 0; }
  .about-notes > div { grid-template-columns: 1fr; gap: 2px; }
  .season-panel { padding: 27px; }
  .request-layout { gap: 28px; }
  .request-copy { padding-top: 0; }
  .request-form { padding: 24px 18px; margin-inline: -5px; }
  .form-head { display: grid; }
  .field-grid { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { display: grid; gap: 5px; }
  .page-hero { padding: 68px 0 52px; }
  .page-hero h1 { font-size: clamp(38px, 11.8vw, 46px); overflow-wrap: anywhere; text-wrap: balance; }
  .page-hero-image { background-position: 66% center; }
  .page-hero-image::before { background: rgba(20, 73, 53, .73); }
  .detail-grid, .benefit-list { grid-template-columns: 1fr; }
  .image-section { padding-top: 22px; }
  .media-feature { min-height: 330px; }
  .media-feature figcaption { left: 20px; right: 20px; bottom: 18px; display: grid; gap: 5px; }
  .media-grid, .media-grid.three { grid-template-columns: 1fr; }
  .media-grid.three .media-card:first-child { grid-column: auto; }
  .media-card { min-height: 285px; }
  .content-section { padding: 62px 0; }
  .step-row { grid-template-columns: 42px 1fr; gap: 14px; }
  .cta-band .shell { align-items: stretch; flex-direction: column; }
  .contact-panel { padding: 25px; }
  .contact-card a { font-size: clamp(23px, 7.2vw, 29px); }
}

@media (max-width: 360px) {
  .page-hero h1 { font-size: 34px; letter-spacing: -.06em; }
}

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