/*
  Rural Field Station design system — Groundworks Mowing & Property Care.
  Basalt green, limestone, sage and Mower Orange; directional field-note layouts;
  practical Barlow Condensed / DM Sans typography; contour-and-track motifs.
*/
:root {
  --basalt: #173c34;
  --basalt-deep: #102b25;
  --mower-orange: #f06c25;
  --mower-orange-deep: #c54d15;
  --limestone: #f4f0e7;
  --chalk: #fffdf8;
  --sage: #cbd4c4;
  --moss: #74906a;
  --ink: #1e2b27;
  --muted: #526059;
  --line: rgba(23, 60, 52, .16);
  --shadow: 0 22px 50px rgba(21, 44, 37, .12);
  --container: min(1180px, calc(100% - 40px));
  --ease: cubic-bezier(.23, 1, .32, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--limestone); color: var(--ink); font-family: "DM Sans", system-ui, sans-serif; font-size: 16px; line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, .button { -webkit-tap-highlight-color: transparent; }
.skip-link { background: var(--chalk); color: var(--basalt); left: 1rem; padding: .8rem 1rem; position: absolute; top: -5rem; z-index: 100; }
.skip-link:focus { top: 1rem; }
.container { width: var(--container); margin-inline: auto; }
.eyebrow { align-items: center; color: var(--mower-orange); display: flex; font-size: .72rem; font-weight: 800; gap: .58rem; letter-spacing: .14em; line-height: 1.2; text-transform: uppercase; }
.eyebrow::before { background: currentColor; content: ""; display: inline-block; height: 2px; width: 28px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--basalt); font-family: "Barlow Condensed", Impact, sans-serif; letter-spacing: -.025em; line-height: .92; }
h1 { font-size: clamp(3.35rem, 5.8vw, 5.4rem); font-weight: 800; margin-bottom: .9rem; text-transform: uppercase; }
h2 { font-size: clamp(2.35rem, 4.35vw, 4.2rem); font-weight: 750; margin-bottom: 1rem; text-transform: uppercase; }
h3 { font-size: clamp(1.7rem, 2.5vw, 2.45rem); font-weight: 750; margin-bottom: .55rem; text-transform: uppercase; }
.lead { font-size: clamp(1.05rem, 1.5vw, 1.28rem); line-height: 1.65; max-width: 57ch; }
.small-copy { color: var(--muted); font-size: .94rem; }
.button { align-items: center; border: 1px solid transparent; display: inline-flex; font-size: .85rem; font-weight: 800; gap: .55rem; justify-content: center; letter-spacing: .065em; min-height: 50px; padding: .75rem 1.15rem; text-transform: uppercase; transition: transform 160ms var(--ease), background 160ms var(--ease), color 160ms var(--ease), border 160ms var(--ease); }
.button:active { transform: scale(.97); }
.button-primary { background: var(--mower-orange); color: #20190f; }
.button-primary:hover { background: #ff7d38; }
.button-dark { background: var(--basalt); color: white; }
.button-dark:hover { background: var(--basalt-deep); }
.button-outline { border-color: currentColor; color: var(--basalt); }
.button-outline:hover { background: var(--basalt); color: #fff; }
.button-light { background: var(--chalk); color: var(--basalt); }
.button-light:hover { background: var(--sage); }

.site-header { background: rgba(255,253,248,.96); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 30; }
.header-inner { align-items: center; display: flex; justify-content: space-between; min-height: 84px; }
.brand { align-items: center; display: flex; gap: .7rem; min-width: 220px; }
.brand img { height: 52px; object-fit: contain; width: 52px; }
.brand strong { color: var(--basalt); display: block; font-family: "Barlow Condensed", Impact, sans-serif; font-size: 1.45rem; font-weight: 800; letter-spacing: .045em; line-height: .85; text-transform: uppercase; }
.brand span { color: var(--muted); display: block; font-size: .57rem; font-weight: 800; letter-spacing: .115em; margin-top: .32rem; text-transform: uppercase; }
.main-nav { align-items: center; display: flex; gap: 1.65rem; }
.main-nav a { color: var(--basalt); font-size: .76rem; font-weight: 800; letter-spacing: .1em; padding: .8rem 0; position: relative; text-transform: uppercase; }
.main-nav a::after { background: var(--mower-orange); bottom: .45rem; content: ""; height: 2px; left: 0; position: absolute; transform: scaleX(0); transform-origin: left; transition: transform 170ms var(--ease); width: 100%; }
.main-nav a:hover::after, .main-nav a[aria-current="page"]::after { transform: scaleX(1); }
.header-cta { margin-left: 1.2rem; min-height: 42px; }
.nav-toggle { background: none; border: 0; color: var(--basalt); display: none; padding: .5rem; }

.hero { background: var(--basalt-deep); color: white; min-height: clamp(520px, 67vh, 620px); overflow: hidden; position: relative; }
.hero::before { background: linear-gradient(90deg, rgba(10,35,29,.94) 0%, rgba(14,42,34,.84) 38%, rgba(15,42,34,.2) 70%, rgba(15,42,34,.08)); content: ""; inset: 0; position: absolute; z-index: 1; }
.hero::after { background-image: radial-gradient(ellipse at 12% 12%, rgba(240,108,37,.18) 0 1px, transparent 2px), radial-gradient(ellipse at 88% 76%, rgba(255,255,255,.12) 0 1px, transparent 2px); background-size: 22px 22px, 27px 27px; content: ""; inset: 0; opacity: .25; pointer-events: none; position: absolute; z-index: 2; }
.hero-image { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.hero-grid { align-items: end; display: grid; grid-template-columns: minmax(0, 720px) 1fr; min-height: inherit; padding: clamp(4.4rem, 5.4vw, 5.2rem) 0 2.4rem; position: relative; z-index: 3; }
.hero .eyebrow { color: #f6b993; }
.hero h1 { color: #fffdf8; max-width: 9ch; }
.hero-copy { max-width: 610px; }
.hero-copy .lead { color: #ebeee8; margin-bottom: 2rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.hero-side-note { align-self: end; border-left: 2px solid var(--mower-orange); color: #f6f2eb; font-size: .84rem; justify-self: end; line-height: 1.45; max-width: 210px; padding: .7rem 0 .7rem 1rem; }
.hero-side-note strong { color: #fff; display: block; font-family: "Barlow Condensed", sans-serif; font-size: 1.6rem; letter-spacing: .025em; line-height: 1; text-transform: uppercase; }

.route-strip { background: var(--mower-orange); color: #2b2118; overflow: hidden; }
.route-strip-inner { align-items: stretch; display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); }
.route-item { border-left: 1px solid rgba(31,33,20,.25); display: flex; flex-direction: column; justify-content: center; min-height: 110px; padding: 1.3rem clamp(.9rem, 2vw, 2rem); }
.route-item:first-child { border-left: 0; }
.route-item strong { font-family: "Barlow Condensed", sans-serif; font-size: 1.52rem; letter-spacing: .03em; line-height: .95; text-transform: uppercase; }
.route-item span { font-size: .78rem; font-weight: 700; line-height: 1.35; margin-top: .35rem; }

.field-route { display: none; }
.field-route-inner { align-items: center; display: grid; grid-template-columns: repeat(4, 1fr); min-height: 82px; position: relative; }
.field-route-inner::before { background: repeating-linear-gradient(90deg, var(--basalt) 0 16px, transparent 16px 24px); content: ""; height: 2px; left: 5%; opacity: .4; position: absolute; right: 5%; top: 43px; }
.route-station { color: var(--basalt); display: grid; font-family: "Barlow Condensed", sans-serif; font-size: .9rem; font-weight: 800; gap: .15rem; letter-spacing: .07em; padding-left: 24px; position: relative; text-transform: uppercase; z-index: 1; }
.route-station::before { background: var(--limestone); border: 2px solid var(--basalt); border-radius: 50%; content: ""; height: 12px; left: 0; position: absolute; top: 10px; width: 12px; }
.route-station b { color: var(--mower-orange-deep); font-family: "DM Sans", sans-serif; font-size: .62rem; letter-spacing: .11em; }
.route-station.is-current::before { background: var(--mower-orange); border-color: var(--mower-orange); box-shadow: 0 0 0 4px #e6e3d8; }
.route-station.is-current { color: var(--basalt-deep); }

.section { padding: clamp(4.7rem, 8vw, 8.5rem) 0; position: relative; }
.section-sage { background: var(--sage); }
.section-chalk { background: var(--chalk); }
.section-basalt { background: var(--basalt); color: #f6f4ed; }
.section-basalt h2, .section-basalt h3 { color: #fffdf8; }
.section-basalt .lead, .section-basalt .small-copy { color: #d9e2d7; }
.section-head { display: grid; gap: 2rem; grid-template-columns: minmax(0, 1fr) minmax(280px, .7fr); margin-bottom: 3.4rem; }
.section-head h2 { max-width: 12ch; }
.section-head .lead { align-self: end; justify-self: end; }

.field-rule { align-items: center; display: flex; gap: .7rem; margin: 1.3rem 0 0; }
.field-rule span { background: var(--mower-orange); display: block; height: 8px; transform: skewX(-28deg); width: 42px; }
.field-rule span + span { background: var(--basalt); width: 21px; }
.field-rule span + span + span { background: var(--moss); width: 10px; }

.priority-grid { display: grid; gap: 1.2rem; grid-template-columns: 1.05fr .95fr; }
.service-feature { background: var(--chalk); display: grid; min-height: 510px; overflow: hidden; position: relative; }
.service-feature img { height: 100%; inset: 0; object-fit: cover; position: absolute; transition: transform 550ms var(--ease); width: 100%; }
.service-feature:hover img { transform: scale(1.035); }
.service-feature::after { background: linear-gradient(0deg, rgba(11,37,30,.92), rgba(11,37,30,.08) 71%); content: ""; inset: 0; position: absolute; }
.service-feature-content { align-self: end; color: #fff; padding: clamp(1.5rem, 3vw, 2.7rem); position: relative; z-index: 1; }
.service-feature-content h3 { color: white; font-size: clamp(2.5rem, 4vw, 4rem); }
.service-feature-content p { max-width: 43ch; }
.service-feature .button { margin-top: .7rem; }
.service-stack { display: grid; gap: 1.2rem; grid-template-rows: 1fr 1fr; }
.service-note { background: var(--basalt); color: #f2f3ed; padding: 2rem; position: relative; }
.service-note::before { border: 1px solid rgba(255,255,255,.25); content: ""; inset: 13px; pointer-events: none; position: absolute; }
.service-note > * { position: relative; z-index: 1; }
.service-note h3 { color: #fff; font-size: 2.6rem; max-width: 10ch; }
.service-note p { color: #dce6d9; max-width: 40ch; }
.service-note .eyebrow { color: #f3ac80; }
.service-list { align-items: center; background: var(--chalk); display: grid; grid-template-columns: 1fr auto; padding: 1.7rem 2rem; transition: box-shadow 180ms var(--ease), transform 180ms var(--ease); }
.service-list:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.service-list h3 { font-size: 2.15rem; margin: 0; }
.service-list p { color: var(--muted); font-size: .9rem; margin: .3rem 0 0; }
.arrow-link { align-items: center; border: 1px solid var(--mower-orange); color: var(--basalt); display: flex; font-weight: 800; height: 42px; justify-content: center; transition: all 160ms var(--ease); width: 42px; }
.arrow-link:hover { background: var(--mower-orange); transform: translate(3px, -3px); }

.competency-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.competency { border-left: 1px solid var(--line); padding: 0 clamp(1.15rem, 2.5vw, 2.3rem) 1.2rem; }
.competency:first-child { border-left: 0; padding-left: 0; }
.competency-number { color: var(--mower-orange); display: block; font-family: "Barlow Condensed", sans-serif; font-size: 4.2rem; font-weight: 800; line-height: .8; margin-bottom: 1rem; }
.competency h3 { font-size: 1.7rem; }
.competency p { color: var(--muted); font-size: .92rem; }
.section-basalt .competency { border-color: rgba(255,255,255,.2); }
.section-basalt .competency p { color: #dce6d9; }

.process { counter-reset: process; display: grid; grid-template-columns: repeat(3, 1fr); }
.process-step { border-left: 1px solid rgba(255,255,255,.28); padding: .5rem 2rem 1.2rem; }
.process-step:first-child { border-left: 0; padding-left: 0; }
.process-step::before { color: var(--mower-orange); content: "0" counter(process); counter-increment: process; display: block; font-family: "Barlow Condensed", sans-serif; font-size: 5.4rem; font-weight: 800; line-height: .8; margin-bottom: 1.25rem; }
.process-step h3 { font-size: 2rem; }
.process-step p { color: #dce6d9; max-width: 30ch; }

.area-layout { align-items: start; display: grid; gap: clamp(2rem, 6vw, 6rem); grid-template-columns: .9fr 1.1fr; }
.area-map { background: var(--basalt); min-height: 470px; overflow: hidden; padding: clamp(1.6rem, 4vw, 3rem); position: relative; }
.area-map::before, .area-map::after { border: 1px solid rgba(255,255,255,.16); border-radius: 50%; content: ""; height: 470px; position: absolute; right: -170px; top: 40px; width: 470px; }
.area-map::after { height: 340px; right: -100px; top: 105px; width: 340px; }
.area-map h3 { color: #fff; font-size: 3rem; max-width: none; position: relative; z-index: 1; }
.area-map h3 span { display: block; white-space: nowrap; }
.area-map p { color: #d8e3d6; max-width: 31ch; position: relative; z-index: 1; }
.location-pins { bottom: 3rem; display: grid; gap: .8rem; left: 3rem; list-style: none; margin: 0; padding: 0; position: absolute; z-index: 1; }
.location-pins li { align-items: center; color: #fff; display: flex; font-family: "Barlow Condensed", sans-serif; font-size: 1.2rem; font-weight: 700; gap: .7rem; letter-spacing: .06em; text-transform: uppercase; }
.location-pins li::before { background: var(--mower-orange); border: 2px solid #f6f1e9; border-radius: 50%; content: ""; height: 11px; width: 11px; }
.area-copy { padding-top: 1rem; }
.area-copy h2 { max-width: 9ch; }
.area-copy .lead { margin-bottom: 2rem; }
.area-list { border-top: 1px solid var(--line); list-style: none; margin: 2rem 0 0; padding: 0; }
.area-list li { align-items: center; border-bottom: 1px solid var(--line); display: flex; font-family: "Barlow Condensed", sans-serif; font-size: 1.72rem; font-weight: 700; justify-content: space-between; padding: .88rem 0; text-transform: uppercase; }
.area-list li span { color: var(--mower-orange); font-family: "DM Sans", sans-serif; font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }

.faq-grid { display: grid; grid-template-columns: minmax(0,.7fr) minmax(0,1.3fr); gap: clamp(2rem, 7vw, 7rem); }
.faq-intro h2 { max-width: 7ch; }
details { border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary { color: var(--basalt); cursor: pointer; font-family: "Barlow Condensed", sans-serif; font-size: clamp(1.35rem, 2.5vw, 1.9rem); font-weight: 700; list-style: none; padding: 1.25rem 2.3rem 1.25rem 0; position: relative; text-transform: uppercase; }
summary::-webkit-details-marker { display: none; }
summary::after { color: var(--mower-orange); content: "+"; font-family: "DM Sans", sans-serif; font-size: 1.5rem; font-weight: 400; position: absolute; right: .3rem; top: 1.05rem; }
details[open] summary::after { content: "–"; }
details p { color: var(--muted); margin: -.3rem 0 1.45rem; max-width: 70ch; }

.quote-panel { background: var(--chalk); box-shadow: var(--shadow); display: grid; grid-template-columns: .85fr 1.15fr; position: relative; }
.quote-intro { background: var(--basalt); color: #fff; overflow: hidden; padding: clamp(2rem, 5vw, 4rem); position: relative; }
.quote-intro::after { border: 1px solid rgba(255,255,255,.2); content: ""; height: 390px; position: absolute; right: -155px; top: -120px; transform: rotate(22deg); width: 390px; }
.quote-intro h2 { color: #fff; font-size: clamp(3rem, 5vw, 5.2rem); max-width: 7ch; position: relative; z-index: 1; }
.quote-intro p, .quote-intro .contact-mini { color: #e0e9df; position: relative; z-index: 1; }
.contact-mini { display: grid; gap: .55rem; margin-top: 2rem; }
.contact-mini a { align-items: center; display: flex; font-size: .9rem; font-weight: 700; gap: .55rem; text-decoration: underline; text-underline-offset: 3px; }
.quote-form { padding: clamp(2rem, 5vw, 4rem); }
.form-grid { display: grid; gap: 1.2rem; grid-template-columns: 1fr 1fr; }
.field { display: grid; gap: .4rem; }
.field-full { grid-column: 1 / -1; }
label { color: var(--basalt); font-size: .73rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
input, select, textarea { background: #f9f7f0; border: 1px solid rgba(23,60,52,.28); border-radius: 0; color: var(--ink); min-height: 50px; padding: .8rem .85rem; transition: border 150ms var(--ease), box-shadow 150ms var(--ease); width: 100%; }
textarea { min-height: 132px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--mower-orange); box-shadow: 3px 3px 0 rgba(240,108,37,.27); outline: none; }
.form-footnote { color: var(--muted); font-size: .78rem; margin: 1rem 0 0; }
.form-notice { border-radius: 4px; display: none; font-size: .9rem; font-weight: 700; line-height: 1.5; margin-top: 1rem; padding: .85rem 1rem; }
.form-notice--info { background: #eef3ef; color: var(--forest); display: block; }
.form-notice--success { background: #e4f3e8; border: 1px solid #8fc69d; color: #184d29; display: block; }
.form-notice--error { background: #fff0eb; border: 1px solid #e7a58d; color: #7b2813; display: block; }

.page-hero { background: var(--basalt); color: #fff; min-height: clamp(370px, 43vw, 500px); overflow: hidden; padding: clamp(4.25rem, 7vw, 6rem) 0 clamp(2.5rem, 4vw, 3.8rem); position: relative; }
.page-hero.has-image::before { background: linear-gradient(90deg, rgba(11,38,31,.94) 0%, rgba(11,38,31,.82) 41%, rgba(11,38,31,.34) 73%, rgba(11,38,31,.16)); content: ""; inset: 0; position: absolute; z-index: 1; }
.page-hero-image { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.page-hero-grid { display: grid; gap: 2rem; grid-template-columns: 1.05fr .65fr; min-height: inherit; position: relative; z-index: 2; }
.page-hero h1 { color: #fff; font-size: clamp(3.25rem, 5.3vw, 5rem); margin-bottom: .85rem; max-width: 10ch; }
.page-hero .lead { color: #dce7da; }
.page-hero-aside { align-self: end; border-left: 2px solid var(--mower-orange); color: #dce7da; font-size: .91rem; padding: .5rem 0 .5rem 1.2rem; }
.page-hero-aside strong { color: #fff; display: block; font-family: "Barlow Condensed", sans-serif; font-size: 2rem; line-height: 1; text-transform: uppercase; }

.detail-list { border-top: 1px solid var(--line); }
.detail-row { align-items: start; border-bottom: 1px solid var(--line); display: grid; gap: 2rem; grid-template-columns: .38fr 1fr auto; padding: 2rem 0; }
.detail-row .service-index { color: var(--mower-orange); font-family: "Barlow Condensed", sans-serif; font-size: 1.5rem; font-weight: 800; }
.detail-row h3 { margin: 0; }
.detail-row p { color: var(--muted); margin: 0; max-width: 55ch; }
.detail-row a { align-self: center; }

.about-visual { display: grid; grid-template-columns: 1fr 1fr; margin-top: 3rem; }
.about-visual img { height: 100%; min-height: 400px; object-fit: cover; width: 100%; }
.about-visual-copy { background: var(--chalk); border-top: 8px solid var(--mower-orange); color: var(--ink); display: flex; flex-direction: column; justify-content: end; padding: clamp(2rem, 5vw, 4rem); }
.about-visual-copy h2 { color: var(--basalt); font-size: clamp(2.75rem, 4.4vw, 4.5rem); max-width: 10ch; }
.about-visual-copy p { max-width: 44ch; }
.working-standard { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(2rem, 7vw, 7rem); }

.contact-split { display: grid; gap: 1.2rem; grid-template-columns: .82fr 1.18fr; }
.direct-card { background: var(--sage); border-left: 8px solid var(--mower-orange); color: var(--ink); min-height: 100%; padding: clamp(2rem, 4vw, 3.5rem); }
.direct-card h2 { color: var(--basalt); font-size: clamp(2.85rem, 4.5vw, 4.4rem); }
.direct-links { border-top: 1px solid var(--line); list-style: none; margin: 2rem 0; padding: 0; }
.direct-links a { border-bottom: 1px solid var(--line); display: block; font-family: "Barlow Condensed", sans-serif; font-size: 2rem; font-weight: 750; padding: 1rem 0; text-transform: uppercase; transition: padding 160ms var(--ease); }
.direct-links a:hover { padding-left: .55rem; }
.service-checklist { list-style: none; margin: 1.7rem 0 0; padding: 0; }
.service-checklist li { border-top: 1px solid var(--line); color: var(--basalt); font-size: .9rem; padding: .75rem 0 .75rem 1.45rem; position: relative; }
.service-checklist li::before { color: var(--mower-orange); content: "//"; font-weight: 800; left: 0; position: absolute; }

.site-footer { background: #102b25; color: #dce7da; padding: 3.5rem 0 6.5rem; }
.footer-grid { display: grid; gap: 2.5rem; grid-template-columns: 1.1fr .7fr .8fr; }
.footer-brand .brand strong { color: #fff; }
.footer-brand .brand span { color: #c3d0c1; }
.footer-brand .brand img { filter: brightness(0) invert(1) sepia(.18) saturate(.7); }
.footer-summary { max-width: 42ch; }
.footer-nav { display: grid; gap: .6rem; }
.footer-nav a { font-size: .8rem; font-weight: 800; letter-spacing: .095em; text-transform: uppercase; }
.footer-nav a:hover { color: #f4b17f; }
.footer-contact a { display: block; font-family: "Barlow Condensed", sans-serif; font-size: 1.65rem; font-weight: 700; line-height: 1.1; margin-bottom: .6rem; text-decoration: underline; text-underline-offset: 3px; }
.footer-base { border-top: 1px solid rgba(255,255,255,.17); color: #afc1ae; display: flex; font-size: .72rem; justify-content: space-between; margin-top: 2.5rem; padding-top: 1.2rem; }
.mobile-contact { background: var(--basalt-deep); bottom: 0; display: none; left: 0; padding: .55rem .75rem calc(.55rem + env(safe-area-inset-bottom)); position: fixed; right: 0; z-index: 40; }
.mobile-contact-inner { display: grid; gap: .45rem; grid-template-columns: 1fr 1fr 1.15fr; }
.mobile-contact a { align-items: center; border: 1px solid rgba(255,255,255,.35); color: #fff; display: flex; font-size: .7rem; font-weight: 800; justify-content: center; letter-spacing: .06em; min-height: 40px; text-transform: uppercase; }
.mobile-contact a:last-child { background: var(--mower-orange); border-color: var(--mower-orange); color: #221a13; }

@media (max-width: 860px) {
  .header-inner { min-height: 72px; }
  .header-cta { display: none; }
  .nav-toggle { display: block; }
  .main-nav { background: var(--chalk); border-bottom: 1px solid var(--line); box-shadow: 0 12px 22px rgba(18,43,36,.1); display: none; flex-direction: column; gap: 0; left: 0; padding: .65rem 20px 1rem; position: absolute; right: 0; top: 72px; }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: .85rem 0; width: 100%; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 7rem; }
  .hero-side-note { justify-self: start; margin-top: 3rem; }
  .route-strip-inner { grid-template-columns: 1fr 1fr; }
  .route-item:first-child { grid-column: 1 / -1; }
  .route-item:nth-child(3) { border-left: 0; }
  .field-route-inner { grid-template-columns: 1fr 1fr; gap: .7rem 1rem; padding: 1rem 0; }
  .field-route-inner::before { display: none; }
  .section-head, .area-layout, .faq-grid, .quote-panel, .page-hero-grid, .working-standard, .contact-split { grid-template-columns: 1fr; }
  .section-head .lead { justify-self: start; }
  .area-map { display: flex; flex-direction: column; min-height: 0; }
  .area-map h3 { font-size: 2.1rem; line-height: 1; max-width: none; }
  .location-pins { bottom: auto; left: auto; margin-top: 2rem; position: static; }
  .priority-grid { grid-template-columns: 1fr; }
  .service-feature { min-height: 440px; }
  .competency-grid { grid-template-columns: 1fr 1fr; gap: 2rem 0; }
  .competency:nth-child(3) { border-left: 0; padding-left: 0; }
  .process { grid-template-columns: 1fr; gap: 1.2rem; }
  .process-step, .process-step:first-child { border-left: 0; border-top: 1px solid rgba(255,255,255,.28); padding: 1.5rem 0 0; }
  .process-step:first-child { border-top: 0; padding-top: 0; }
  .detail-row { grid-template-columns: 60px 1fr auto; }
  .about-visual { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  :root { --container: min(100% - 32px, 1180px); }
  h1 { font-size: clamp(3.7rem, 17vw, 5.7rem); }
  .brand { min-width: 0; }
  .brand img { height: 45px; width: 45px; }
  .brand strong { font-size: 1.2rem; }
  .hero { min-height: 610px; }
  .hero::before { background: linear-gradient(90deg, rgba(10,35,29,.93), rgba(10,35,29,.62)); }
  .hero-grid { padding-bottom: 3.2rem; }
  .hero-actions .button { width: 100%; }
  .route-item { min-height: 98px; }
  .route-station { font-size: .8rem; }
  .competency-grid { grid-template-columns: 1fr; }
  .competency, .competency:first-child, .competency:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); padding: 1.7rem 0 0; }
  .competency:first-child { border-top: 0; padding-top: 0; }
  .area-map { min-height: 410px; }
  .area-map h3 { font-size: 1.48rem; line-height: 1.06; max-width: none; }
  .area-map p { font-size: .88rem; }
  .location-pins { margin-top: 1.8rem; }
  .location-pins li { font-size: 1.02rem; }
  .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .detail-row { gap: .7rem; grid-template-columns: 1fr auto; }
  .detail-row .service-index { grid-column: 1 / -1; }
  .detail-row p { grid-column: 1 / 2; }
  .detail-row a { grid-column: 2 / 3; grid-row: 2 / 4; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-base { align-items: start; flex-direction: column; gap: .35rem; }
  .mobile-contact { display: block; }
  .site-footer { padding-bottom: 6rem; }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-copy, .hero-side-note { animation: rise-in .7s var(--ease) both; }
  .hero-side-note { animation-delay: .16s; }
  @keyframes rise-in { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; } }
