:root {
  --black: #000000;
  --orange: #ff6a00;
  --orange-hover: #e65f00;
  --white: #ffffff;
  --surface: #ffffff;
  --surface-muted: #f5f5f5;
  --muted: #5c5c5c;
  --line: #d6d6d6;
  --focus: #b84b00;
  --dark-muted: #999999;
  --font: "Manrope", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 120px; }
body { margin: 0; color: var(--black); background: var(--white); font-family: var(--font); -webkit-font-smoothing: antialiased; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-weight: 600; text-wrap: balance; }
h1 { font-size: clamp(48px, 5.5vw, 80px); letter-spacing: -.05em; line-height: 1.08; }
h2 { font-size: clamp(32px, 3.5vw, 50px); letter-spacing: -.04em; line-height: 1.15; }
h3 { font-size: 25px; letter-spacing: -.04em; line-height: 1.3; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; border-radius: 8px; }
button, a { touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 5px; }
.site-header :focus-visible, .home-hero :focus-visible, .about-strip :focus-visible, .site-footer :focus-visible { outline-color: var(--orange); }
.container { width: min(1240px, calc(100% - 96px)); margin-inline: auto; }
.section { padding-block: 100px; }
.skip-link { position: fixed; top: 12px; left: 16px; z-index: 30; padding: 14px 20px; background: var(--orange); color: var(--black); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 10; color: var(--white); background: var(--black); border-bottom: 1px solid rgb(255 255 255 / 16%); }
.header-inner { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: block; flex-shrink: 0; }
.logo-window { display: block; width: 215px; height: 68px; overflow: hidden; }
.logo-window img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 63%; mix-blend-mode: screen; }
.main-navigation { display: flex; align-items: center; gap: 32px; }
.main-navigation > a:not(.button) { padding-block: 14px; color: rgb(255 255 255 / 80%); font-size: 14px; font-weight: 600; }
.main-navigation > a:not(.button):hover, .main-navigation > a:not(.button)[aria-current="page"] { color: var(--orange); }
.main-navigation > a[aria-current="page"] { text-decoration: underline; text-underline-offset: 7px; text-decoration-thickness: 1px; }
.menu-toggle { display: none; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 54px; padding: 16px 25px; border: 1px solid transparent; font-size: 14px; line-height: 1.4; font-weight: 700; transition: background 160ms, color 160ms, border-color 160ms; text-align: center; border-radius: 8px; }
.button-orange { background: var(--orange); color: var(--black); }
.button-orange:hover { background: var(--orange-hover); color: var(--black); border-color: transparent; }
.button-black { background: var(--black); color: var(--white); }
.button-black:hover { background: var(--orange); color: var(--black); border-color: var(--black); }
.nav-cta { min-height: 46px; padding: 12px 21px; margin-left: 5px; }
.eyebrow { display: flex; align-items: center; gap: 12px; font-size: 11px; line-height: 1.7; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; margin-bottom: 25px; }
.eyebrow::before { content: ""; width: 24px; height: 2px; background: var(--orange); flex-shrink: 0; }
.lead { color: var(--muted); font-size: 17px; line-height: 1.85; }
.text-link { display: inline-block; padding-block: 8px; min-height: 38px; border: 0; border-bottom: 1px solid var(--black); background: transparent; color: var(--black); font-size: 14px; font-weight: 700; cursor: pointer; }
.text-link:hover { border-bottom-color: var(--orange); }
.light-link { color: var(--white); border-bottom-color: rgb(255 255 255 / 50%); }
.home-hero { color: var(--white); background: var(--black); }
.hero-inner { display: grid; grid-template-columns: 1.04fr 1fr; gap: 56px; padding-block: 58px 64px; align-items: center; }
.hero-copy h1 span { color: var(--orange); }
.hero-copy .eyebrow { font-size: 10px; letter-spacing: .11em; color: rgb(255 255 255 / 74%); }
.hero-copy .lead { color: rgb(255 255 255 / 72%); max-width: 445px; margin-top: 28px; font-size: 16px; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; margin-top: 34px; }
.hero-caption { margin-top: 50px; font-size: 11px; color: rgb(255 255 255 / 65%); letter-spacing: .04em; }
.hero-image { height: auto; aspect-ratio: 3 / 2; position: relative; overflow: hidden; border-radius: 14px; }
.service-photo { width: 100%; height: 100%; object-fit: cover; image-rendering: auto; }
.hero-plow-photo { object-position: 50% 52%; }
.tractor-photo { object-position: 52% 50%; }
.caretaker-photo { object-position: 58% 50%; }
.lawn-photo { object-position: 50% 52%; }
.graffiti-photo { object-position: 58% 50%; }
.facade-photo { object-position: center 49%; }
.hero-image figcaption { padding: 15px 0 0; color: rgb(255 255 255 / 72%); font-size: 13px; line-height: 1.7; }
.hero-image { aspect-ratio: auto; overflow: visible; }
.hero-image img { height: auto; aspect-ratio: 3 / 2; border-radius: 14px; }
.section-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: end; margin-bottom: 48px; }
.section-intro > p { max-width: 425px; font-size: 16px; line-height: 1.85; color: var(--muted); padding-bottom: 5px; }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 48px 30px; }
.service-card { display: flex; flex-direction: column; align-items: start; min-width: 0; }
.service-card:last-child:nth-child(odd) { grid-column: 1 / -1; width: calc((100% - 30px) / 2); justify-self: center; }
.card-image { width: 100%; aspect-ratio: 3 / 2; overflow: hidden; margin-bottom: 26px; border-radius: 12px; }
.card-image img { transition: transform 350ms; }
.service-card:hover .card-image img { transform: scale(1.035); }
.service-card .card-kicker { color: var(--muted); font-size: 10px; letter-spacing: .09em; text-transform: uppercase; margin-bottom: 10px; line-height: 1.7; }
.service-card h3 { margin-bottom: 13px; font-size: clamp(20px, 2vw, 27px); }
.service-card > p:not(.card-kicker) { color: var(--muted); font-size: 14px; line-height: 1.8; margin-bottom: 21px; }
.card-link { display: inline-block; margin-top: auto; padding-bottom: 8px; border-bottom: 1px solid var(--line); font-size: 12px; font-weight: 700; }
.service-card:hover .card-link { border-color: var(--orange); }
.photo-credit { margin-top: 26px; color: var(--muted); font-size: 11px; line-height: 1.8; }
.photo-credit a { text-decoration: underline; text-underline-offset: 3px; }
.service-detail-copy > .photo-credit { font-size: 11px !important; }
.about-strip { padding-block: 90px; background: var(--black); color: var(--white); }
.about-strip h2 span { color: var(--orange); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.prose p { color: var(--muted); font-size: 16px; line-height: 1.9; margin-bottom: 20px; }
.prose .large-copy { color: var(--black); font-size: 21px; line-height: 1.65; letter-spacing: -.02em; }
.about-strip .prose p { color: rgb(255 255 255 / 68%); }
.about-strip .prose .large-copy { color: var(--white); }
.about-strip .text-link { color: var(--white); border-bottom-color: rgb(255 255 255 / 45%); }
.about-strip .text-link:hover { border-bottom-color: var(--orange); }
.contact-band { padding: 76px 24px 56px; background: linear-gradient(to bottom, var(--white) 0%, var(--white) 48%, var(--black) 48%, var(--black) 100%); }
.contact-panel { width: min(660px, 100%); margin-inline: auto; padding: 44px 48px; color: var(--black); background: var(--surface); border: 1px solid var(--line); border-top: 3px solid var(--orange); border-radius: 22px; box-shadow: 0 18px 48px rgb(0 0 0 / 8%); }
.contact-panel .eyebrow { margin-bottom: 17px; color: var(--muted); }
.contact-panel h2 { font-size: clamp(32px, 3.6vw, 44px); }
.contact-panel-intro { max-width: 470px; margin-top: 15px; color: var(--muted); font-size: 15px; line-height: 1.8; }
#quick-contact-form { display: grid; gap: 19px; margin-top: 28px; min-width: 0; }
#quick-contact-form label { font-size: 13px; font-weight: 600; }
#quick-contact-form input, #quick-contact-form textarea { padding: 14px 16px; border-color: #cccccc; border-radius: 10px; background: var(--white); }
#quick-contact-form .button { width: 100%; min-height: 54px; border-radius: 10px; margin-top: 3px; }
.contact-form-note { color: var(--muted); font-size: 12px; line-height: 1.8; }
.contact-form-note a { color: var(--black); text-decoration: underline; text-underline-offset: 3px; }
.contact-panel-footer { margin-top: 25px; padding-top: 21px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; line-height: 1.8; }
.contact-panel-footer .text-link { margin-left: 5px; font-size: 12px; }
#quick-result { margin-top: 0; }
#quick-result .text-link { min-height: 44px; }
.page-intro { padding-block: 74px 65px; }
.intro-row { display: grid; grid-template-columns: 1.3fr 1fr; gap: 90px; align-items: end; }
.intro-row .lead { padding-bottom: 5px; max-width: 450px; }
.page-intro h1 { font-size: clamp(46px, 5.2vw, 72px); }
.category-nav { display: flex; flex-wrap: wrap; gap: 14px 40px; margin-top: 48px; padding-block: 20px; border-block: 1px solid var(--line); }
.category-nav a { font-size: 14px; font-weight: 600; min-height: 28px; line-height: 28px; border-bottom: 1px solid transparent; }
.category-nav a:hover { border-bottom-color: var(--orange); }
.service-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; padding-block: 25px 80px; }
.service-detail > figure { aspect-ratio: 1; overflow: hidden; border-radius: 14px; }
.service-detail-copy { min-width: 0; }
.service-detail-copy h2 { margin-bottom: 24px; }
.service-detail-copy > p:not(.eyebrow) { font-size: 15px; line-height: 1.85; color: var(--muted); }
.offering-list { list-style: none; padding: 0; margin: 25px 0; border-top: 1px solid var(--line); }
.offering-list li { padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 14px; line-height: 1.6; }
.service-detail-copy .detail-note { font-size: 13px !important; }
.service-detail-copy .button { margin-top: 27px; }
.service-detail.reverse > figure { order: 2; }
.service-detail.reverse { padding-top: 90px; }
.service-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 16px 24px; margin-top: 27px; }
.service-detail-copy .service-actions .button { margin-top: 0; }
.hero-caption { line-height: 1.8; }
.about-story { display: grid; grid-template-columns: .95fr 1fr; gap: 90px; align-items: center; padding-block: 15px 90px; }
.about-photo { height: 660px; overflow: hidden; border-radius: 14px; }
.about-photo img { object-position: 48% center; }
.story-copy .eyebrow { font-size: 9px; letter-spacing: .1em; }
.story-copy h2 { margin-bottom: 28px; }
.story-copy .prose p { font-size: 15px; }
.principles-section { padding-block: 65px 80px; background: rgb(0 0 0 / 4%); }
.principles-section .eyebrow { margin-bottom: 36px; }
.principles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 46px; }
.principles h3 { font-size: 23px; margin-bottom: 15px; }
.principles p { font-size: 14px; line-height: 1.85; color: var(--muted); }
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 58px; padding-top: 10px; align-items: start; }
.contact-card { border: 1px solid var(--line); background: var(--surface); border-radius: 14px; overflow: hidden; }
.contact-brand-image { height: 260px; overflow: hidden; background: var(--black); padding: 30px; }
.contact-brand-image img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 63%; mix-blend-mode: screen; }
.contact-card-content { padding: 40px; }
.contact-card-content h2 { font-size: 39px; }
.contact-card-content .eyebrow { font-size: 10px; margin-bottom: 17px; }
.contact-details { margin: 30px 0 0; }
.contact-details > div { padding-block: 17px; border-top: 1px solid var(--line); }
.contact-details dt { font-size: 11px; color: var(--muted); margin-bottom: 7px; }
.contact-details dd { margin: 0; font-size: 21px; font-weight: 600; letter-spacing: -.02em; overflow-wrap: anywhere; }
.contact-details > div:last-child dd { font-size: 16px; font-weight: 500; }
.contact-details a:hover { text-decoration: underline; text-decoration-color: var(--orange); text-underline-offset: 5px; }
.contact-aside > figure { height: 350px; overflow: hidden; border-radius: 14px; }
.contact-about { padding-top: 34px; }
.contact-about .eyebrow { margin-bottom: 17px; }
.contact-about h3 { font-size: 34px; margin-bottom: 18px; }
.contact-about > p:not(.eyebrow) { color: var(--muted); font-size: 15px; line-height: 1.85; max-width: 470px; margin-bottom: 18px; }
.company-info { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px 35px; padding-block: 30px 65px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.company-info span { color: var(--black); margin-left: 8px; }
.quote-layout { display: grid; grid-template-columns: 1.4fr .85fr; gap: 80px; align-items: start; padding-bottom: 100px; }
.page-intro.compact { padding-bottom: 55px; }
#quote-form { min-width: 0; }
.required-note { margin-bottom: 28px; color: var(--muted); font-size: 12px; }
fieldset { margin: 0 0 36px; padding: 0; border: 0; min-width: 0; }
legend { display: block; width: 100%; padding: 0 0 21px; margin-bottom: 23px; font-size: 23px; font-weight: 600; letter-spacing: -.035em; border-bottom: 1px solid var(--line); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 20px; }
label { display: block; font-size: 12px; line-height: 1.7; font-weight: 700; }
label > span { color: var(--muted); font-size: 11px; font-weight: 400; }
.full { grid-column: 1 / -1; }
input, select, textarea { display: block; width: 100%; min-width: 0; padding: 13px; min-height: 49px; border: 1px solid #bfbfbf; background: var(--surface); color: var(--black); margin-top: 8px; font-size: 16px; font-weight: 400; }
input::placeholder, textarea::placeholder { color: var(--muted); font-size: 13px; opacity: 1; }
input:focus, select:focus, textarea:focus { border-color: var(--focus); outline: 2px solid var(--focus); outline-offset: 2px; }
textarea { resize: vertical; line-height: 1.7; }
.field-hint { display: block; margin-top: 9px; font-size: 11px; line-height: 1.75; }
.form-actions { border-top: 1px solid var(--line); padding-top: 23px; }
.form-actions > p { color: var(--muted); font-size: 12px; line-height: 1.85; max-width: 520px; margin-bottom: 24px; }
.form-actions strong { font-weight: 600; color: var(--black); }
.form-actions .button { width: 100%; }
.quote-help { padding: 34px; background: var(--surface-muted); border-top: 3px solid var(--orange); border-radius: 12px; }
.quote-help h2 { font-size: clamp(28px, 2.5vw, 38px); }
.quote-help p:not(.eyebrow) { color: var(--muted); font-size: 14px; line-height: 1.9; margin-top: 22px; }
.quote-help hr { border: 0; border-top: 1px solid var(--line); margin-block: 28px; }
.quote-help h3 { font-size: 18px; margin-bottom: 14px; }
.aside-phone { display: block; font-size: 23px; font-weight: 600; letter-spacing: -.02em; margin-bottom: 8px; }
.aside-phone:hover { text-decoration: underline; text-underline-offset: 5px; }
.request-result { margin-top: 27px; padding: 24px; background: var(--surface-muted); border-left: 3px solid var(--orange); border-radius: 8px; }
#form-status, .form-status { font-size: 13px; line-height: 1.8; }
.request-result .text-link { font-size: 12px; margin: 10px 20px 20px 0; }
.request-result textarea { font-size: 13px; margin-bottom: 0; }
.form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
button:disabled { cursor: wait; opacity: .65; }
.site-footer { background: var(--black); color: var(--white); }
.footer-main { display: grid; grid-template-columns: 1.4fr .85fr 1fr; gap: 55px; padding-block: 48px; align-items: start; }
.footer-main .logo-window { width: 190px; height: 60px; }
.footer-main > div > p { font-size: 12px; line-height: 1.9; color: var(--dark-muted); margin-top: 18px; }
.footer-main nav, .footer-contact { display: flex; flex-direction: column; gap: 15px; font-size: 13px; padding-top: 14px; align-items: start; }
.footer-main a:hover { color: var(--orange); }
.footer-contact span { color: var(--dark-muted); font-size: 12px; }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px 32px; padding-block: 24px; border-top: 1px solid rgb(255 255 255 / 16%); font-size: 11px; line-height: 1.8; color: var(--dark-muted); }

@media (min-width: 1500px) {
  .hero-inner { padding-block: 72px 80px; }
}
@media (max-width: 1100px) {
  .container { width: calc(100% - 64px); }
  .main-navigation { gap: 23px; }
  .logo-window { width: 190px; height: 60px; }
  .hero-inner { gap: 36px; }
  .hero-plow-photo { object-position: 52% 52%; }
  .hero-copy .eyebrow { font-size: 9px; }
  .hero-actions { gap: 22px; }
  .intro-row { gap: 50px; }
  .service-detail, .about-story, .quote-layout { gap: 50px; }
  .split { gap: 60px; }
  .contact-layout { gap: 36px; }
  .contact-card-content { padding: 30px; }
  .quote-help { padding: 27px; }
}
@media (max-width: 820px) {
  html { scroll-padding-top: 103px; }
  .container { width: calc(100% - 48px); }
  .header-inner { min-height: 80px; flex-wrap: wrap; gap: 0; }
  .logo-window { width: 180px; height: 57px; }
  .menu-toggle:not([hidden]) { display: flex; width: 44px; height: 44px; border: 1px solid rgb(255 255 255 / 30%); background: transparent; color: var(--white); flex-direction: column; align-items: center; justify-content: center; gap: 7px; }
  .menu-toggle span { width: 20px; height: 1px; background: currentColor; transition: transform 160ms; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .main-navigation { display: flex; flex-direction: column; align-items: stretch; width: 100%; gap: 0; padding-block: 15px 24px; }
  .menu-ready .main-navigation { display: none; }
  .menu-ready .main-navigation.is-open { display: flex; }
  .main-navigation > a:not(.button) { font-size: 16px; padding-block: 14px; }
  .nav-cta { align-self: start; margin: 12px 0 0; }
  .hero-inner { gap: 27px; padding-block: 48px; }
  .hero-plow-photo { object-position: 54% 52%; }
  .hero-copy .lead { font-size: 14px; }
  .hero-copy .eyebrow { font-size: 8px; letter-spacing: .07em; }
  h1 { font-size: 49px; }
  .hero-caption { font-size: 10px; margin-top: 30px; }
  .hero-actions { gap: 18px; }
  .hero-actions .button { padding-inline: 20px; }
  .section { padding-block: 76px; }
  .section-intro { gap: 40px; }
  .service-grid { gap: 22px; }
  .service-card h3 { font-size: 22px; }
  .card-image { aspect-ratio: 3 / 2; }
  .service-card > p:not(.card-kicker) { font-size: 13px; }
  .intro-row { gap: 36px; grid-template-columns: 1.2fr 1fr; }
  .page-intro h1 { font-size: 49px; }
  .lead { font-size: 15px; }
  .page-intro { padding-block: 58px 48px; }
  .service-detail { gap: 36px; }
  .service-detail > figure { aspect-ratio: 4 / 5; }
  .service-detail-copy > p:not(.eyebrow) { font-size: 14px; }
  .service-detail-copy h2 { font-size: 34px; }
  .service-detail-copy .button { font-size: 12px; }
  .about-strip { padding-block: 70px; }
  .split { gap: 40px; }
  .prose .large-copy { font-size: 19px; }
  .prose p { font-size: 14px; }
  .about-story { gap: 40px; }
  .story-copy h2 { font-size: 34px; }
  .about-photo { height: 680px; }
  .principles { gap: 30px; }
  .principles h3 { font-size: 20px; }
  .contact-layout { gap: 28px; }
  .contact-card-content { padding: 26px; }
  .contact-card-content h2 { font-size: 33px; }
  .contact-brand-image { height: 230px; padding: 15px; }
  .contact-details dd { font-size: 19px; }
  .quote-layout { gap: 34px; grid-template-columns: 1.45fr 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .quote-help { padding: 24px; }
  .quote-help h2 { font-size: 29px; }
  .aside-phone { font-size: 20px; }
  .footer-main { gap: 35px; grid-template-columns: 1.2fr .8fr 1fr; }
  .footer-main .logo-window { width: 160px; height: 51px; }
}
@media (max-width: 620px) {
  html { scroll-padding-top: 96px; }
  .container { width: calc(100% - 40px); }
  .header-inner { min-height: 76px; }
  .logo-window { width: 170px; height: 54px; }
  .hero-inner { grid-template-columns: 1fr; gap: 34px; padding-block: 42px 24px; }
  h1, .page-intro h1 { font-size: clamp(42px, 11.5vw, 67px); }
  h2 { font-size: clamp(32px, 9vw, 43px); }
  .hero-copy .eyebrow { font-size: 9px; margin-bottom: 23px; }
  .hero-copy .lead { font-size: 15px; max-width: 420px; margin-top: 23px; }
  .hero-actions { margin-top: 26px; gap: 25px; }
  .hero-caption { font-size: 10px; margin-top: 27px; }
  .hero-plow-photo { object-position: 58% 52%; }
  .hero-image figcaption { font-size: 12px; }
  .section { padding-block: 64px; }
  .eyebrow { font-size: 10px; margin-bottom: 20px; }
  .section-intro { grid-template-columns: 1fr; gap: 24px; margin-bottom: 32px; }
  .section-intro > p { font-size: 15px; }
  .service-grid { grid-template-columns: 1fr; gap: 42px; }
  .service-card:last-child:nth-child(odd) { grid-column: auto; width: 100%; justify-self: stretch; }
  .card-image { aspect-ratio: 3 / 2; margin-bottom: 22px; }
  .service-card h3 { font-size: 28px; margin-bottom: 11px; }
  .service-card > p:not(.card-kicker) { font-size: 14px; max-width: 370px; margin-bottom: 15px; }
  .service-card .card-kicker { font-size: 10px; }
  .card-link { font-size: 13px; }
  .split { grid-template-columns: 1fr; gap: 30px; }
  .about-strip { padding-block: 60px; }
  .prose p { font-size: 15px; }
  .contact-band { padding: 44px 20px 30px; }
  .contact-panel { padding: 29px 23px; border-radius: 18px; }
  .contact-panel h2 { font-size: clamp(30px, 8vw, 36px); }
  .contact-panel-intro { font-size: 14px; }
  .contact-panel-footer .text-link { margin-left: 0; }
  #quick-contact-form { margin-top: 24px; gap: 18px; }
  .intro-row { grid-template-columns: 1fr; gap: 25px; }
  .intro-row .lead { font-size: 15px; max-width: 440px; }
  .page-intro { padding-block: 44px 39px; }
  .page-intro.compact { padding-bottom: 37px; }
  .category-nav { margin-top: 30px; gap: 5px 23px; padding-block: 15px; }
  .category-nav a { font-size: 12px; padding-block: 6px; }
  .service-detail { grid-template-columns: 1fr; gap: 30px; padding-block: 0 55px; }
  .service-detail > figure { aspect-ratio: 4 / 3; }
  .service-detail-copy .eyebrow { margin-bottom: 17px; }
  .service-detail-copy h2 { font-size: 37px; margin-bottom: 21px; }
  .service-detail-copy > p:not(.eyebrow) { font-size: 15px; }
  .service-detail-copy .button { font-size: 14px; margin-top: 23px; }
  .service-detail.reverse { padding-top: 55px; }
  .service-detail.reverse > figure { order: 0; }
  .offering-list { margin-block: 23px; }
  .about-story { grid-template-columns: 1fr; gap: 37px; padding-block: 0 60px; }
  .about-photo { height: 390px; }
  .story-copy h2 { font-size: 36px; }
  .story-copy .eyebrow { font-size: 9px; }
  .principles-section { padding-block: 45px 52px; }
  .principles { grid-template-columns: 1fr; gap: 28px; }
  .principles h3 { font-size: 25px; margin-bottom: 11px; }
  .principles p { font-size: 15px; }
  .contact-layout { grid-template-columns: 1fr; gap: 40px; padding-top: 0; }
  .contact-brand-image { height: 220px; padding: 25px; }
  .contact-card-content { padding: 27px; }
  .contact-card-content h2 { font-size: 37px; }
  .contact-details dd { font-size: 24px; }
  .contact-aside > figure { height: 320px; }
  .contact-about { padding-top: 29px; }
  .company-info { padding-block: 30px 50px; flex-direction: column; gap: 8px; font-size: 11px; }
  .quote-layout { grid-template-columns: 1fr; gap: 43px; padding-bottom: 60px; }
  .form-grid { grid-template-columns: 1fr; gap: 19px; }
  fieldset { margin-bottom: 31px; }
  legend { font-size: 23px; }
  .form-actions > p { font-size: 12px; }
  .quote-help { padding: 30px; }
  .quote-help h2 { font-size: 35px; }
  .aside-phone { font-size: 25px; }
  .request-result { padding: 20px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 26px 20px; padding-block: 33px; }
  .footer-main > div:first-child { grid-column: 1 / -1; }
  .footer-main .logo-window { width: 180px; height: 57px; }
  .footer-main > div > p { margin-top: 14px; }
  .footer-main nav, .footer-contact { font-size: 12px; gap: 16px; padding-top: 8px; }
  .footer-contact span { font-size: 10px; }
  .footer-bottom { flex-direction: column; gap: 8px; font-size: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
