:root {
  color-scheme: light;
  --ink: #142b26;
  --green: #164736;
  --green-deep: #10392e;
  --green-mid: #346b50;
  --mint: #eaf2e8;
  --lime: #8dbd61;
  --surface: #f6f8f5;
  --line: #dee7df;
  --muted: #4b5b55;
  --max: 1320px;
  --body-size: 21px;
}
*,*::before,*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; font: 400 var(--body-size)/1.56 system-ui,-apple-system,"Segoe UI",Arial,sans-serif; color: var(--ink); background: #fff; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
a { color: inherit; }
a:focus-visible,button:focus-visible { outline: 3px solid #80ba7e; outline-offset: 5px; }
img { display: block; max-width: 100%; }
button { font: inherit; }
figure,blockquote,p,h1,h2,h3 { margin-top: 0; }
h1,h2,h3 { line-height: 1.11; letter-spacing: -.032em; }
h1 { font-size: clamp(3.7rem,5.9vw,6.7rem); font-weight: 760; }
h2 { font-size: clamp(2.45rem,3.4vw,3.7rem); font-weight: 750; }
h3 { font-size: clamp(1.33rem,1.65vw,1.72rem); font-weight: 720; }
p { margin-bottom: 0; }
.container { width: min(var(--max),calc(100% - 84px)); margin-inline: auto; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 25px; height: 25px; flex: none; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.skip-link { position: fixed; z-index: 1000; top: -100px; left: 16px; padding: 12px 22px; background: var(--green); color: #fff; }
.skip-link:focus { top: 12px; }
.eyebrow { margin: 0 0 19px; color: var(--green-mid); font-size: .78rem; font-weight: 790; letter-spacing: .18em; text-transform: uppercase; line-height: 1.5; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 13px; padding: 16px 24px; min-height: 60px; text-decoration: none; font-size: .94rem; font-weight: 730; line-height: 1.25; transition: background .2s ease,transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { color: #fff; background: var(--green); }
.button-dark:hover { background: #22634b; }
.button-lime { color: var(--green-deep); background: #b9d78c; }
.button-lime:hover { background: #c9e6a1; }
.text-link { display: inline-flex; align-items: center; gap: 8px; text-underline-offset: 5px; color: var(--green); font-weight: 730; }
.text-link:hover { color: #28765a; }
.section { padding-block: 99px 109px; }
.section-intro { max-width: 790px; margin-bottom: 46px; }
.section-intro.center { margin-inline: auto; text-align: center; }
.section-intro h2 { margin-bottom: 17px; }
.section-intro p:not(.eyebrow) { color: var(--muted); }

/* A very small amount of chrome: the photos and the copy do the work. */
.site-header { position: sticky; top: 0; z-index: 90; background: rgb(255 255 255 / .97); border-bottom: 1px solid #e5ebe5; }
.header-inner { min-height: 90px; display: flex; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex: none; text-decoration: none; color: var(--green-deep); }
.brand-symbol { width: 51px; height: 51px; flex: none; }
.brand-wordmark { display: flex; flex-direction: column; font-size: 1.13rem; line-height: 1.1; letter-spacing: -.03em; font-weight: 780; }
.brand-wordmark > span { display: block; }
.primary-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px,2vw,35px); margin-left: auto; }
.primary-nav a { text-decoration: none; font-size: .83rem; font-weight: 680; white-space: nowrap; }
.primary-nav a:hover { color: var(--green-mid); }
.header-call { min-height: 47px; padding: 13px 18px; font-size: .8rem; white-space: nowrap; }
.header-call .icon { width: 19px; height: 19px; }
.menu-toggle { display: none; }

.hero { background: var(--surface); }
.hero-grid { display: grid; grid-template-columns: 49% 51%; gap: 0; min-height: 620px; align-items: stretch; }
.hero-copy { padding: clamp(62px,6.7vw,104px) 48px 78px 0; align-self: center; }
.hero-copy .eyebrow { margin-bottom: 20px; }
.hero-copy h1 { margin-bottom: 25px; max-width: 625px; }
.hero-lead { max-width: 585px; font-size: 1.12rem; line-height: 1.45; }
.hero-cta { gap: 17px; min-height: 84px; margin-top: 31px; padding: 15px 25px; }
.hero-cta > .icon { width: 32px; height: 32px; }
.hero-cta > span { display: flex; flex-direction: column; gap: 4px; align-items: flex-start; }
.button-small { display: block; font-size: .8rem; font-weight: 450; }
.hero-cta strong { display: block; font-size: 1.12rem; line-height: 1.15; }
.hero-sub { max-width: 530px; margin-top: 20px; color: var(--muted); font-size: .79rem; }
.hero-photo { min-width: 0; }
.hero-photo picture,.hero-photo img { display: block; width: 100%; height: 100%; }
.hero-photo img { object-fit: cover; object-position: 52% center; }
.hero-contact { position: relative; z-index: 1; display: grid; grid-template-columns: .91fr .97fr 1.4fr; min-height: 104px; margin-top: -47px; background: #fff; box-shadow: 0 6px 25px rgb(15 55 38 / .045); }
.hero-contact > * { display: flex; gap: 14px; align-items: center; min-width: 0; padding: 24px 27px; text-decoration: none; }
.hero-contact > * + * { border-left: 1px solid var(--line); }
.hero-contact .icon { width: 27px; height: 27px; color: var(--green); }
.hero-contact strong { display: block; font-size: .85rem; line-height: 1.25; font-weight: 730; }
.hero-contact small { display: block; margin-top: 5px; color: var(--muted); font-size: .72rem; line-height: 1.35; overflow-wrap: anywhere; }

.services { background: #fff; }
.service-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 22px; }
.service-item { min-width: 0; }
.service-item img { width: 100%; height: 265px; aspect-ratio: 1.16/1; object-fit: cover; border-radius: 2px; }
.service-item h3 { margin: 20px 0 10px; }
.service-item p { color: var(--muted); font-size: .9rem; line-height: 1.52; }
.service-footnote { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding-top: 31px; margin-top: 42px; border-top: 1px solid var(--line); }
.service-footnote p { max-width: 940px; font-size: .94rem; }
.service-footnote .text-link { flex: none; font-size: .86rem; }

.care { display: grid; grid-template-columns: 49% 51%; background: var(--surface); }
.care-photo { min-height: 725px; }
.care-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.care-copy { display: flex; align-items: center; padding: 78px clamp(38px,7vw,118px) 80px clamp(48px,6vw,106px); }
.care-inner { max-width: 650px; }
.care h2 { margin-bottom: 22px; }
.care-inner > p:not(.eyebrow) { color: var(--muted); }
.care-list { display: grid; gap: 17px; margin: 29px 0 31px; padding: 0; list-style: none; }
.care-list li { display: flex; gap: 13px; align-items: flex-start; font-size: .96rem; line-height: 1.48; }
.care-list .icon { width: 21px; height: 21px; margin-top: 6px; color: var(--green-mid); stroke-width: 2.7; }
.care-inner > .text-link { font-size: .88rem; }

.how { padding-bottom: 90px; }
.how .section-intro { margin-bottom: 41px; }
.steps { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 55px; margin: 0; padding: 0; list-style: none; }
.steps li { display: flex; align-items: flex-start; gap: 19px; }
.step-number { width: 67px; height: 67px; display: grid; place-items: center; flex: none; border-radius: 50%; background: #d5e6c9; color: var(--green-deep); font-size: 1.85rem; line-height: 1; font-weight: 790; }
.steps h3 { margin: 6px 0 7px; font-size: 1.25rem; }
.steps p { font-size: .89rem; color: var(--muted); line-height: 1.5; }
.step-phone { display: block; width: fit-content; margin-bottom: 8px; color: var(--green); font-size: .95rem; font-weight: 770; text-underline-offset: 4px; }

.homes { padding-top: 70px; }
.home-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.home-grid figure { min-width: 0; margin: 0; }
.home-grid img { width: 100%; height: 375px; object-fit: cover; }
.home-grid figcaption { display: flex; flex-direction: column; gap: 5px; padding-top: 17px; }
.home-grid figcaption strong { font-size: 1.11rem; line-height: 1.35; }
.home-grid figcaption span { color: var(--muted); font-size: .91rem; }

.more-help { padding-block: 53px; background: #eff6ed; }
.more-help-inner { display: grid; grid-template-columns: 1fr 1.05fr; align-items: center; gap: 85px; }
.more-help h2 { margin-bottom: 0; font-size: clamp(2rem,2.7vw,3rem); }
.more-help-inner > p { color: var(--muted); }

.contact { background: var(--green-deep); color: white; padding-block: 79px 85px; }
.contact-inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: center; }
.eyebrow-light { color: #bed8ad; }
.contact h2 { margin-bottom: 13px; font-size: clamp(2.5rem,3.3vw,3.65rem); }
.contact-copy > p:not(.eyebrow) { color: #ecf5ed; }
.contact-person { margin-top: 17px; font-size: .87rem; }
.contact-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 17px; }
.contact-actions .button { min-width: min(100%,400px); justify-content: flex-start; padding: 20px 26px; font-size: 1.28rem; }
.contact-actions .button .icon { width: 30px; height: 30px; }
.contact-email { display: flex; align-items: center; gap: 10px; text-decoration: none; color: white; font-size: .87rem; overflow-wrap: anywhere; }
.contact-email:hover { text-decoration: underline; }
.contact-actions > p { color: #cce1d4; font-size: .78rem; }

.site-footer { background: #fff; padding: 43px 0 24px; }
.footer-main { display: grid; grid-template-columns: 1.1fr 1.2fr 1fr; gap: 45px; align-items: flex-start; }
.footer-brand { align-self: center; }
.footer-info { display: flex; flex-direction: column; gap: 8px; color: var(--muted); font-size: .8rem; line-height: 1.35; overflow-wrap: anywhere; }
.footer-info a { text-decoration: none; }
.footer-info a:hover { text-decoration: underline; }
.footer-person strong { color: var(--ink); }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px 30px; margin-top: 43px; padding-top: 19px; border-top: 1px solid var(--line); color: #63726b; font-size: .72rem; }
.mobile-call { display: none; }

@media (max-width: 1220px) {
  .header-inner { gap: 15px; }
  .primary-nav { gap: 17px; }
  .hero-copy { padding-right: 30px; }
  .hero-copy h1 { font-size: clamp(3.35rem,5.7vw,5.15rem); }
  .care-copy { padding-inline: 45px; }
  .care-photo { min-height: 740px; }
}
@media (max-width: 1050px) {
  :root { --body-size: 20px; }
  .container { width: min(var(--max),calc(100% - 56px)); }
  .brand-wordmark { font-size: 1rem; }
  .brand-symbol { width: 44px; height: 44px; }
  .primary-nav { gap: 13px; }
  .primary-nav a { font-size: .74rem; }
  .header-call { padding-inline: 12px; font-size: .73rem; }
  .hero-grid { grid-template-columns: 50% 50%; min-height: 540px; }
  .hero-copy { padding-block: 53px 65px; }
  .hero-copy h1 { font-size: clamp(3rem,5.6vw,4.5rem); }
  .hero-lead { font-size: 1rem; }
  .hero-contact > * { padding: 20px 14px; }
  .service-grid { gap: 17px; }
  .care-photo { min-height: 760px; }
  .care-copy { padding-inline: 37px; }
  .steps { gap: 25px; }
}
@media (max-width: 850px) {
  .header-inner { min-height: 76px; }
  .primary-nav { position: fixed; inset: 76px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; max-height: calc(100dvh - 76px); overflow: auto; padding: 15px 28px 26px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 20px 30px rgb(18 60 42 / .09); }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { padding: 14px 3px; font-size: 1.08rem; border-bottom: 1px solid var(--line); }
  .header-call { margin-left: auto; }
  .menu-toggle { display: grid; place-items: center; width: 47px; height: 47px; flex: none; padding: 10px; border: 1px solid var(--line); background: white; color: var(--green); cursor: pointer; }
  .menu-toggle .icon-close { display: none; }
  .menu-toggle[aria-expanded="true"] .icon-close { display: block; }
  .menu-toggle[aria-expanded="true"] .icon-open { display: none; }
  .hero-grid { min-height: 510px; }
  .hero-copy h1 { font-size: clamp(2.8rem,5vw,4rem); }
  .hero-sub { display: none; }
  .hero-contact { grid-template-columns: 1fr 1fr; }
  .hero-contact > :last-child { grid-column: 1 / -1; border-left: 0; border-top: 1px solid var(--line); }
  .service-grid { grid-template-columns: 1fr 1fr; gap: 39px 22px; }
  .service-item img { height: 260px; aspect-ratio: 1.35/1; }
  .care { grid-template-columns: 1fr; }
  .care-photo { min-height: 0; height: 500px; }
  .care-photo img { object-position: center 35%; }
  .care-copy { padding: 60px 42px 70px; }
  .care-inner { max-width: 720px; margin: 0 auto; }
  .steps { grid-template-columns: 1fr; gap: 28px; max-width: 630px; margin-inline: auto; }
  .homes { padding-top: 60px; }
  .home-grid img { height: 320px; }
  .more-help-inner { gap: 45px; }
}
@media (max-width: 720px) {
  :root { --body-size: 20px; }
  html { scroll-padding-top: 91px; }
  .container { width: calc(100% - 40px); }
  .site-header .header-call { display: none; }
  .menu-toggle { margin-left: auto; }
  .hero-grid { display: flex; flex-direction: column; }
  .hero-copy { padding: 46px 0 38px; }
  .hero-copy h1 { font-size: clamp(3.4rem,11vw,5.3rem); }
  .hero-lead { font-size: 1.08rem; }
  .hero-sub { display: block; }
  .hero-photo { height: 485px; margin-inline: -20px; }
  .hero-photo img { object-position: center 40%; }
  .hero-contact { width: calc(100% - 40px); grid-template-columns: 1fr; margin-top: 0; }
  .hero-contact > * { padding: 13px 17px; }
  .hero-contact > * + * { border-left: 0; border-top: 1px solid var(--line); }
  .hero-contact > :last-child { grid-column: auto; }
  .section { padding-block: 70px 78px; }
  .section-intro { margin-bottom: 33px; }
  h2 { font-size: clamp(2.25rem,8vw,3.2rem); }
  .service-grid { gap: 34px 17px; }
  .service-item h3 { margin-top: 15px; }
  .service-item p { font-size: .91rem; }
  .service-footnote { display: block; margin-top: 35px; }
  .service-footnote a { margin-top: 17px; }
  .care-photo { height: 430px; }
  .care-copy { padding: 50px 20px 64px; }
  .care-list { gap: 15px; }
  .homes { padding-top: 30px; }
  .home-grid { gap: 30px; }
  .home-grid img { height: 270px; }
  .more-help-inner { grid-template-columns: 1fr; gap: 20px; }
  .contact-inner { grid-template-columns: 1fr; gap: 32px; }
  .contact-actions { gap: 18px; }
  .contact-actions .button { width: 100%; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 28px; }
  .footer-brand { grid-column: 1 / -1; }
  .site-footer { padding-bottom: 95px; }
  .mobile-call { position: fixed; z-index: 80; left: 0; bottom: 0; right: 0; display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 64px; padding: 14px 12px calc(14px + env(safe-area-inset-bottom)); text-align: center; background: var(--green); color: #fff; text-decoration: none; font-size: .88rem; font-weight: 790; box-shadow: 0 -7px 30px rgb(10 55 35 / .12); }
  .mobile-call .icon { width: 24px; height: 24px; }
}
@media (max-width: 500px) {
  .brand-wordmark { font-size: .91rem; }
  .brand-symbol { width: 41px; height: 41px; }
  .hero-copy h1 { font-size: clamp(2.92rem,12vw,4rem); }
  .hero-photo { height: 420px; }
  .hero-cta { width: 100%; }
  .service-grid { grid-template-columns: 1fr; gap: 39px; }
  .service-item img { height: 260px; aspect-ratio: 1.35/1; }
  .service-item h3 { font-size: 1.49rem; }
  .care-photo { height: 360px; }
  .home-grid { grid-template-columns: 1fr; gap: 30px; }
  .home-grid img { height: auto; aspect-ratio: 1.3/1; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .contact-actions .button { font-size: 1.05rem; }
  .contact-email { font-size: .78rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* v2: small additions preserve the existing approved layout. */
.site-header {transition: box-shadow .24s ease, background .24s ease;}
.site-header.is-scrolled {box-shadow: 0 3px 15px rgb(20 55 34 / .075);}
.service-title-link {text-decoration:none; text-underline-offset:5px;}
.service-title-link:hover {text-decoration:underline; color:var(--green-mid);}
.service-more {display:inline-flex;align-items:center;gap:6px;margin-top:12px;color:var(--green);font-size:.85rem;font-weight:740;text-underline-offset:4px;}
.service-more:hover {color:var(--green-mid);}
.service-addons {display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:32px;}
.service-addons > a {display:flex;flex-direction:column;gap:5px;padding:20px 23px;background:var(--surface);border-left:3px solid #b5d7aa;text-decoration:none;transition:background .2s ease;}
.service-addons > a:hover {background:var(--mint);}
.service-addons strong {font-size:.96rem;}
.service-addons span {color:var(--muted);font-size:.84rem;}
.service-addons b {color:var(--green);font-weight:700;}
.help-note p {color:var(--muted);}
.help-note .text-link {font-size:.87rem;margin-top:17px;}
.contact-page-link {margin-top:14px;font-size:.86rem;}
.contact-page-link a {color:#e2f2d8;text-underline-offset:4px;}
.footer-links a {font-size:.78rem;line-height:1.25;}
.footer-main {grid-template-columns:1fr 1.05fr 1.1fr;}
/* Subpages: editorial layout, wide reading space, minimal boxes and soft movement. */
.breadcrumbs {display:flex;flex-wrap:wrap;align-items:center;gap:10px;padding:25px 0 20px;font-size:.78rem;color:#64766a;}
.breadcrumbs a {text-underline-offset:4px;}
.breadcrumbs span[aria-hidden] {color:#9db0a1;}
.subhero {background:var(--surface);}
.subhero-grid {display:grid;grid-template-columns:1.04fr .96fr;min-height:535px;}
.subhero-copy {align-self:center;padding:76px 68px 74px 0;}
.subhero h1 {font-size:clamp(3rem,4.8vw,5.15rem);margin-bottom:24px;}
.subhero .sublead {max-width:640px;font-size:1.055rem;color:#41574b;line-height:1.52;}
.subhero .button {margin-top:29px;}
.subhero-secondary {font-size:.89rem;color:var(--muted);margin-top:17px;overflow-wrap:anywhere;}
.subhero-secondary a {text-underline-offset:4px;color:var(--green);}
.subhero-photo {overflow:hidden;min-height:480px;}
.subhero-photo img {width:100%;height:100%;object-fit:cover;transition:transform .45s ease;}
.subhero-photo:hover img {transform:scale(1.015);}
.inside-section {padding-block:75px 95px;}
.article-grid {display:grid;grid-template-columns:minmax(0,1.9fr) minmax(310px,.86fr);gap:clamp(45px,6vw,110px);align-items:start;}
.article-body {min-width:0;max-width:850px;}
.article-body h2 {font-size:clamp(2.06rem,2.7vw,3rem);margin:49px 0 20px;}
.article-body h2:first-child {margin-top:0;}
.article-body p {line-height:1.64;color:#40554a;margin-bottom:20px;}
.article-body .lead-paragraph {font-size:1.075rem;color:var(--ink);}
.article-body a {color:var(--green);text-underline-offset:4px;}
.check-list {padding-left:26px;display:grid;gap:15px;margin:23px 0 40px;}
.check-list li {padding-left:8px;line-height:1.52;}
.check-list li::marker {color:var(--green-mid);}
.article-aside {position:sticky;top:118px;background:#eff6ed;padding:32px 30px 35px;}
.article-aside h3 {font-size:clamp(1.4rem,2vw,1.86rem);margin-bottom:17px;}
.article-aside p:not(.eyebrow) {font-size:.94rem;line-height:1.48;color:#465b50;}
.article-aside .button {width:100%;margin:26px 0 19px;padding:16px 10px;font-size:.91rem;gap:9px;white-space:normal;}
.article-aside .button .icon {width:22px;height:22px;}
.article-aside .aside-email {font-size:.78rem !important;overflow-wrap:anywhere;}
.article-aside a:not(.button) {color:var(--green);text-underline-offset:3px;}
.faq-list {display:grid;margin-top:25px;border-top:1px solid var(--line);}
.faq-list details {border-bottom:1px solid var(--line);padding:18px 0;}
.faq-list summary {cursor:pointer;font-weight:730;padding:3px 29px 3px 0;position:relative;list-style:none;line-height:1.4;}
.faq-list summary::-webkit-details-marker {display:none;}
.faq-list summary::after {content:'+';position:absolute;right:2px;top:-2px;font-size:1.25rem;font-weight:450;color:var(--green-mid);}
.faq-list details[open] summary::after {content:'−';}
.faq-list details p {font-size:.92rem;margin:13px 0 0;}
.related-section {background:#f5f8f4;padding:65px 0 78px;}
.related-section h2 {font-size:clamp(2rem,3vw,2.9rem);margin-bottom:32px;}
.related-grid {display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;}
.related-item {display:flex;gap:12px;justify-content:space-between;min-height:118px;padding:23px;background:white;border-top:3px solid #b7d7a8;text-decoration:none;font-weight:730;line-height:1.35;transition:background .2s ease;}
.related-item:hover {background:#ebf4e8;}
.related-item span:last-child {color:var(--green-mid);}
.more-link {margin-top:30px;font-size:.88rem;}
.contact-details {border-top:1px solid var(--line);margin:29px 0 40px;}
.contact-details p {display:grid;grid-template-columns:185px 1fr;gap:15px;border-bottom:1px solid var(--line);margin:0;padding:17px 0;}
.contact-details strong {color:var(--ink);}
.contact-details a,.contact-details span {overflow-wrap:anywhere;}
.js-motion .reveal {opacity:.96;transform:translateY(10px);transition:opacity .55s ease,transform .55s ease;}
.js-motion .reveal.is-visible {opacity:1;transform:none;}
.hero-copy {animation:otthon-appear .55s ease both;}
@keyframes otthon-appear {from {opacity:.95;transform:translateY(9px)}to {opacity:1;transform:none}}
@media(max-width:1050px){.article-grid{grid-template-columns:minmax(0,1.65fr) minmax(280px,.9fr);gap:42px}.subhero-copy{padding-right:36px}}
@media(max-width:850px){.subhero-grid{grid-template-columns:1fr 1fr;min-height:440px}.subhero-copy{padding:42px 25px 45px 0}.subhero h1{font-size:clamp(2.55rem,5vw,3.5rem)}.subhero-photo{min-height:440px}.article-grid{grid-template-columns:1fr;gap:35px}.article-aside{position:static;max-width:740px}.footer-main{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}}
@media(max-width:720px){.service-addons{grid-template-columns:1fr;gap:12px}.subhero-grid{display:flex;flex-direction:column}.subhero-copy{padding:42px 0 46px}.subhero h1{font-size:clamp(2.7rem,9vw,4rem)}.subhero-photo{height:350px;min-height:0;margin-inline:-20px}.subhero-photo img{object-position:center 42%}.inside-section{padding-block:58px 70px}.article-body h2{margin-top:37px}.related-grid{grid-template-columns:1fr}.related-item{min-height:82px}.contact-details p{grid-template-columns:1fr;gap:5px}.footer-main{grid-template-columns:1fr}.footer-brand{grid-column:auto}}
@media(max-width:420px){.subhero .button{width:100%;font-size:.84rem;padding-inline:10px}.article-aside{padding:23px 20px}.subhero-photo{height:310px}}
@media(prefers-reduced-motion:reduce){.hero-copy{animation:none}.js-motion .reveal{opacity:1;transform:none}.subhero-photo img{transition:none}}
