:root {
  --green: #197044;
  --green-dark: #103f2c;
  --green-deep: #0a3021;
  --navy: #152d49;
  --navy-light: #eaf0f6;
  --charcoal: #272d2b;
  --muted: #68716d;
  --pale-green: #eaf2ed;
  --light-grey: #f3f5f4;
  --white: #fff;
  --line: #dbe2de;
  --radius: 16px;
  --shadow: 0 18px 45px rgba(12, 38, 27, .11);
  --container: 1240px;
  --reading: 760px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--charcoal); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 17px; line-height: 1.68; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--green-dark); text-underline-offset: 3px; }
a:hover { color: var(--green); }
h1, h2, h3, h4 { margin: 0 0 .55em; color: var(--green-deep); font-family: Georgia, "Times New Roman", serif; line-height: 1.08; letter-spacing: -.025em; }
h1 { font-size: clamp(2.7rem, 5.8vw, 5.2rem); }
h2 { font-size: clamp(2rem, 3.7vw, 3.45rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.65rem); }
p, ul, ol { margin-top: 0; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid #f0c75e; outline-offset: 3px; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow-content { width: min(calc(100% - 40px), var(--reading)); margin-inline: auto; }
.screen-reader-text { position: absolute !important; 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; z-index: 9999; top: 12px; left: 12px; padding: 12px 18px; background: var(--white); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { margin-bottom: 14px; color: var(--green); font-size: .78rem; font-weight: 800; letter-spacing: .13em; line-height: 1.3; text-transform: uppercase; }
.section { padding: clamp(64px, 8vw, 112px) 0; }
.pale-green { background: var(--pale-green); }
.rounded-image { width: 100%; border-radius: 20px; box-shadow: var(--shadow); object-fit: cover; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 38px; }
.section-heading h2 { max-width: 850px; margin-bottom: 0; }
.narrow-heading { max-width: 820px; margin: 0 auto 42px; text-align: center; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 21px; border: 2px solid transparent; border-radius: 10px; font-size: .92rem; font-weight: 800; line-height: 1.2; text-decoration: none; transition: background-color .16s ease, color .16s ease, border-color .16s ease, transform .16s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--green); color: var(--white); }
.button-primary:hover { background: var(--green-dark); color: var(--white); }
.button-secondary { border-color: var(--navy); color: var(--navy); }
.button-secondary:hover { background: var(--navy); color: var(--white); }
.button-ghost { border-color: var(--green); color: var(--green-dark); }
.button-light { background: var(--white); color: var(--green-dark); }
.button-light:hover { background: var(--pale-green); color: var(--green-deep); }
.button-outline-light { border-color: rgba(255,255,255,.65); color: var(--white); }
.button-outline-light:hover { border-color: var(--white); background: rgba(255,255,255,.1); color: var(--white); }

.utility-bar { background: var(--navy); color: var(--white); font-size: .84rem; }
.utility-inner { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.utility-inner a { display: flex; align-items: center; gap: 12px; color: var(--white); text-decoration: none; }
.utility-inner strong { color: #b9e7c9; font-size: 1.02rem; }
.site-header { position: sticky; z-index: 1000; top: 0; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.header-inner { position: relative; min-height: 88px; display: flex; align-items: center; gap: 22px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 10px; color: var(--navy); text-decoration: none; }
.brand img { width: 68px; height: 68px; object-fit: contain; }
.brand span { display: flex; flex-direction: column; line-height: 1; }
.brand small { margin-bottom: 4px; color: var(--green); font-size: .67rem; font-weight: 900; letter-spacing: .2em; }
.brand strong { color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 1.18rem; letter-spacing: -.025em; white-space: nowrap; }
.primary-navigation { margin-left: auto; }
.primary-navigation ul { list-style: none; margin: 0; padding: 0; }
.primary-navigation > ul { display: flex; align-items: center; gap: 1px; }
.primary-navigation li { position: relative; }
.primary-navigation > ul > li.menu-item-has-children { position: static; }
.primary-navigation a { display: block; padding: 30px 10px; color: var(--charcoal); font-size: .88rem; font-weight: 750; text-decoration: none; white-space: nowrap; }
.primary-navigation > ul > li.menu-item-has-children > a { display: flex; align-items: center; gap: 7px; }
.primary-navigation > ul > li.menu-item-has-children > a::after { width: 7px; height: 7px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; content: ""; transform: rotate(45deg) translateY(-2px); transform-origin: center; }
.primary-navigation a:hover, .primary-navigation .current-menu-item > a, .primary-navigation .current-menu-ancestor > a { color: var(--green); }
.primary-navigation > ul > li > .sub-menu { position: absolute; top: calc(100% - 8px); right: 0; left: 0; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 22px; width: 100%; padding: 24px; background: var(--white); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(8px); transition: opacity .16s ease, visibility .16s ease, transform .16s ease; }
.primary-navigation > ul > li.submenu-open > .sub-menu { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
.primary-navigation > ul > li > .sub-menu > li > a { min-height: 52px; padding: 8px 9px 12px; border-bottom: 2px solid var(--pale-green); border-radius: 0; color: var(--green-dark); font-family: Georgia, "Times New Roman", serif; font-size: 1.03rem; font-weight: 800; line-height: 1.2; white-space: normal; }
.primary-navigation .sub-menu .sub-menu { position: static; display: block; width: auto; padding: 7px 0 0; background: transparent; border: 0; border-radius: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
.primary-navigation .sub-menu .sub-menu a { padding: 5px 9px; border-radius: 7px; color: var(--charcoal); font-size: .76rem; font-weight: 700; line-height: 1.3; white-space: normal; }
.primary-navigation .sub-menu a { white-space: normal; }
.primary-navigation .sub-menu a:hover { background: var(--pale-green); }
.primary-navigation > ul > li.menu-snow { position: relative; }
.primary-navigation > ul > li.menu-snow > .sub-menu { right: auto; left: 0; display: block; width: 320px; padding: 12px; }
.primary-navigation > ul > li.menu-snow > .sub-menu > li > a { min-height: 0; padding: 12px; border: 0; font-family: inherit; font-size: .86rem; }
.header-cta { flex: 0 0 auto; padding: 12px 16px; background: var(--green); border-radius: 10px; color: var(--white); font-size: .86rem; font-weight: 800; text-decoration: none; }
.header-cta:hover { background: var(--green-dark); color: var(--white); }
.nav-toggle { display: none; width: 48px; height: 48px; padding: 11px; background: var(--white); border: 1px solid var(--line); border-radius: 10px; }
.nav-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--navy); }

.breadcrumbs { margin-bottom: 30px; font-size: .82rem; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0; padding: 0; }
.breadcrumbs li:not(:last-child)::after { content: "/"; margin-left: 8px; color: #82918a; }
.breadcrumbs a { color: inherit; }
.page-hero { padding: clamp(52px, 7vw, 92px) 0; background: linear-gradient(135deg, var(--pale-green), var(--white) 60%); overflow: hidden; }
.page-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr); align-items: center; gap: clamp(36px, 6vw, 80px); }
.page-hero-copy { max-width: 760px; }
.page-hero h1 { font-size: clamp(2.8rem, 5.4vw, 5.4rem); }
.hero-summary { max-width: 680px; color: #43504a; font-size: clamp(1.08rem, 1.7vw, 1.28rem); }
.page-hero-media { position: relative; }
.page-hero-media::before { content: ""; position: absolute; inset: -22px 18% 18% -22px; z-index: 0; background: var(--green); border-radius: 22px; }
.page-hero-image { position: relative; z-index: 1; width: 100%; aspect-ratio: 4/3; border-radius: 22px; object-fit: cover; box-shadow: var(--shadow); }
.page-hero-text { background: var(--pale-green); }
.page-hero-text .page-hero-grid { display: block; }

.home-hero { background: linear-gradient(145deg, var(--green-deep), var(--green-dark)); color: var(--white); }
.home-hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(390px, .72fr); align-items: start; gap: clamp(34px, 5vw, 70px); padding: clamp(54px, 6vw, 84px) 0; }
.home-hero-left { align-self: stretch; }
.home-hero-sticky { position: sticky; top: 124px; }
.home-hero h1, .home-hero h2 { color: var(--white); }
.home-hero .eyebrow { color: #9ddbb4; }
.home-hero .hero-summary { color: #dcebe2; }
.hero-value-row { display: flex; flex-wrap: wrap; gap: 10px 24px; margin: 28px 0; padding: 0; list-style: none; color: #dcebe2; font-size: .9rem; font-weight: 700; }
.hero-value-row li::before { content: "✓"; margin-right: 7px; color: #9ddbb4; }
.hero-mosaic { display: grid; grid-template-columns: 1.55fr .8fr .8fr; grid-template-rows: 145px 145px; gap: 10px; margin-top: 28px; }
.hero-mosaic img { width: 100%; height: 100%; border-radius: 12px; object-fit: cover; }
.hero-mosaic-main { grid-row: 1 / 3; }
.hero-mosaic-main img { height: 100%; }
.home-hero-form { position: relative; z-index: 2; }
.project-form-card { padding: clamp(24px, 3.5vw, 40px); background: var(--white); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); color: var(--charcoal); }
.project-form-card h2, .project-form-card h3 { color: var(--navy); }
.project-form-card h3 { font-size: 1.75rem; }
.project-form-card label { display: block; margin-bottom: 7px; color: var(--charcoal); font-size: .88rem; font-weight: 800; }
.project-form-card input:not([type="checkbox"]):not([type="radio"]), .project-form-card select, .project-form-card textarea { width: 100% !important; min-height: 50px; padding: 11px 13px !important; background: var(--light-grey) !important; border: 1px solid #cbd5d0 !important; border-radius: 9px !important; color: var(--charcoal) !important; }
.project-form-card textarea { min-height: 135px; }
.project-form-card button[type="submit"], .project-form-card input[type="submit"] { width: 100% !important; min-height: 52px; padding: 13px 20px !important; background: var(--green) !important; border: 0 !important; border-radius: 9px !important; color: var(--white) !important; font-weight: 850 !important; cursor: pointer; }
.project-form-card .wpforms-field { padding: 7px 0 !important; }
.phone-panel { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 18px; padding: 16px 18px; background: var(--pale-green); border-radius: 10px; text-decoration: none; }
.phone-panel span { color: var(--muted); font-size: .82rem; }
.phone-panel strong { color: var(--green-dark); }

.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; background: var(--white); box-shadow: 0 10px 30px rgba(17, 57, 40, .06); }
th, td { padding: 18px 20px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
th { background: var(--navy); color: var(--white); font-size: .88rem; letter-spacing: .02em; }
.family-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.family-card { grid-column: span 2; min-height: 390px; overflow: hidden; background: var(--white); border-radius: var(--radius); box-shadow: 0 12px 36px rgba(14, 48, 33, .08); color: inherit; text-decoration: none; }
.family-card-large { grid-column: span 3; }
.family-card img { width: 100%; height: 205px; object-fit: cover; }
.family-card span { display: block; padding: 24px; }
.family-card small { color: var(--green); font-size: .75rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.family-card strong { display: block; margin: 5px 0 9px; color: var(--green-deep); font-family: Georgia, serif; font-size: 1.55rem; line-height: 1.15; }
.family-card p { margin: 0; color: var(--muted); font-size: .93rem; }
.split-section { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; gap: clamp(44px, 7vw, 100px); }
.split-section > div:last-child img, .split-image-first > div:first-child img { aspect-ratio: 4/3; }
.problem-list { padding: 0; list-style: none; counter-reset: problems; }
.problem-list li { position: relative; padding: 17px 0 17px 48px; border-bottom: 1px solid var(--line); counter-increment: problems; }
.problem-list li::before { content: counter(problems, decimal-leading-zero); position: absolute; left: 0; color: var(--green); font-weight: 900; }
.problem-list strong, .problem-list span { display: block; }
.problem-list span { color: var(--muted); font-size: .92rem; }
.navy-section { background: var(--navy); color: #e7edf2; }
.navy-section h2, .navy-section h3 { color: var(--white); }
.navy-section .eyebrow { color: #91d2aa; }
.sequence-list { margin: 24px 0; padding-left: 22px; }
.sequence-list li { padding: 6px 0 6px 8px; }
.local-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 26px 0; }
.local-grid article { padding: 20px; background: var(--white); border-radius: 12px; }
.local-grid h3 { font-size: 1.15rem; }
.local-grid p { margin: 0; color: var(--muted); font-size: .88rem; }
.home-gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 250px; gap: 16px; }
.home-gallery-grid figure { margin: 0; overflow: hidden; border-radius: 14px; }
.home-gallery-grid img { width: 100%; height: 100%; object-fit: cover; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.process-grid article { padding: 28px; background: var(--white); border-top: 5px solid var(--green); border-radius: 12px; }
.process-grid b { color: var(--green); }
.process-grid h3 { margin-top: 18px; }
.process-grid p { margin: 0; color: var(--muted); font-size: .91rem; }
.cost-section { position: relative; background: linear-gradient(90deg, rgba(21,45,73,.97), rgba(21,45,73,.83)), url('../images/inline/home-sequence.webp') center/cover; color: var(--white); }
.cost-section h2 { color: var(--white); }
.cost-section .eyebrow { color: #a7dfba; }
.cost-section .container > div { max-width: 760px; }
.care-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.care-grid > a { position: relative; min-height: 360px; overflow: hidden; background: linear-gradient(135deg, var(--green-dark), var(--green)); border-radius: 18px; color: var(--white); text-decoration: none; }
.care-grid img { width: 100%; height: 100%; object-fit: cover; opacity: .58; }
.care-grid span { position: absolute; inset: auto 0 0; padding: 34px; background: linear-gradient(transparent, rgba(10,30,24,.9)); }
.care-grid h3 { color: var(--white); }
.care-grid p { margin: 0; }
.mlp-faq-list { border-top: 1px solid var(--line); }
.mlp-faq-list details { border-bottom: 1px solid var(--line); }
.mlp-faq-list summary { position: relative; padding: 20px 42px 20px 0; color: var(--green-deep); font-weight: 850; cursor: pointer; list-style: none; }
.mlp-faq-list summary::-webkit-details-marker { display: none; }
.mlp-faq-list summary::after { content: "+"; position: absolute; right: 8px; top: 18px; color: var(--green); font-size: 1.5rem; }
.mlp-faq-list details[open] summary::after { content: "–"; }
.mlp-faq-list details p { padding-right: 40px; }
.article-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.article-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 15px; box-shadow: 0 10px 30px rgba(15, 42, 31, .06); }
.article-card a { display: block; color: inherit; text-decoration: none; }
.article-card img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.article-card span { display: block; padding: 24px; }
.article-card small { color: var(--green); font-weight: 800; }
.article-card strong { display: block; margin: 8px 0; color: var(--green-deep); font-family: Georgia, serif; font-size: 1.4rem; line-height: 1.16; }
.article-card p { margin: 0; color: var(--muted); font-size: .91rem; }

.project-form-section { padding: clamp(62px, 8vw, 105px) 0; background: var(--green-dark); color: var(--white); }
.project-form-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(420px, 1fr); align-items: start; gap: clamp(42px, 7vw, 96px); }
.project-form-copy { position: sticky; top: 125px; }
.project-form-copy h2 { color: var(--white); }
.project-form-copy .eyebrow { color: #9ddbb4; }
.project-form-copy .phone-panel { max-width: 410px; background: var(--white); }
.content-shell { padding: clamp(64px, 8vw, 112px) 0; }
.entry-content { max-width: 980px; }
.entry-content > section { padding: clamp(42px, 6vw, 74px) 0; }
.entry-content > section:first-child { padding-top: 0; }
.entry-content > section + section { border-top: 1px solid var(--line); }
.entry-content .mlp-soft-section { margin-inline: -40px; padding-inline: 40px; background: var(--pale-green); border: 0; border-radius: 16px; }
.entry-content .mlp-navy-section { margin-inline: -40px; padding-inline: 40px; background: var(--navy); border: 0; border-radius: 16px; color: #e6edf2; }
.entry-content .mlp-navy-section h2 { color: var(--white); }
.mlp-direct-answer { max-width: 900px; margin: 0 0 45px; padding: 22px 24px; background: var(--pale-green); border-left: 5px solid var(--green); border-radius: 0 10px 10px 0; font-size: 1.08rem; }
.entry-content ul, .entry-content ol { padding-left: 1.3em; }
.entry-content li { padding: 4px 0; }
.mlp-inline-pair { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin: 22px 0 54px; }
.mlp-inline-pair img { width: 100%; aspect-ratio: 4/3; border-radius: 14px; object-fit: cover; }
.mlp-link-grid, .mlp-service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 28px 0; }
.mlp-link-card, .mlp-service-card { display: block; padding: 20px; background: var(--white); border: 1px solid var(--line); border-radius: 12px; color: inherit; text-decoration: none; }
.mlp-link-card strong, .mlp-service-card strong { display: block; margin-bottom: 6px; color: var(--green-dark); }
.mlp-link-card span, .mlp-service-card span { color: var(--muted); font-size: .9rem; }
.mlp-gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.mlp-gallery-grid figure { margin: 0; overflow: hidden; background: var(--light-grey); border-radius: 14px; }
.mlp-gallery-grid img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.mlp-gallery-grid figcaption { padding: 14px; color: var(--muted); font-size: .85rem; }
.related-section { padding: 76px 0; background: var(--light-grey); }
.mlp-related-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.mlp-related-card { overflow: hidden; background: var(--white); border-radius: 13px; color: inherit; text-decoration: none; }
.mlp-related-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.mlp-related-card span { display: block; padding: 20px; }
.mlp-related-card strong, .mlp-related-card small { display: block; }
.mlp-related-card strong { color: var(--green-deep); font-size: 1.02rem; }
.mlp-related-card small { margin-top: 6px; color: var(--muted); line-height: 1.5; }

.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 390px; align-items: start; gap: 58px; padding: clamp(62px, 8vw, 100px) 0; }
.article-content { width: 100%; }
.article-content .mlp-soft-section { margin-inline: -24px; padding-inline: 24px; }
.article-sidebar { position: static; }
.article-meta { display: flex; gap: 16px; margin-bottom: 30px; color: var(--muted); font-size: .82rem; }
.mlp-article-image { margin: 38px 0; }
.mlp-article-image img { width: 100%; border-radius: 14px; }
.category-strip { margin-bottom: 60px; }
.search-result { padding: 30px 0; border-bottom: 1px solid var(--line); }

.site-footer { padding: 76px 0 28px; background: var(--green-deep); color: #dce8e1; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .8fr .8fr 1fr; gap: 42px; }
.site-footer h2 { color: var(--white); font-family: inherit; font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin: 7px 0; }
.site-footer a { color: #dce8e1; text-decoration: none; }
.brand-footer small { color: #a6d9b7; }
.brand-footer strong { color: var(--white); }
.footer-brand p { max-width: 340px; margin-top: 22px; color: #b8c9bf; font-size: .9rem; }
.footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-phone { color: var(--white) !important; font-size: 1.35rem; font-weight: 850; }
.site-footer a.button-light { background: var(--white); color: var(--green-deep); }
.site-footer a.button-light:hover { background: var(--pale-green); color: var(--green-deep); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 54px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.16); color: #afc2b7; font-size: .8rem; }
.footer-bottom ul { display: flex; gap: 18px; }
.mobile-action-bar { display: none; }
.pagination, .nav-links { display: flex; gap: 8px; justify-content: center; margin-top: 44px; }
.page-numbers { padding: 8px 13px; background: var(--light-grey); border-radius: 7px; text-decoration: none; }

@media (max-width: 1120px) {
  .header-inner { min-height: 78px; }
  .brand img { width: 58px; height: 58px; }
  .brand strong { font-size: 1.02rem; }
  .brand small { font-size: .59rem; }
  .header-cta { display: none; }
  .primary-navigation a { padding-inline: 8px; font-size: .82rem; }
	.primary-navigation > ul > li > .sub-menu { gap: 14px; padding: 20px; }
	.primary-navigation .sub-menu .sub-menu a { font-size: .72rem; }
  .page-hero-grid { grid-template-columns: 1fr .78fr; }
  .home-hero-grid { grid-template-columns: 1fr 410px; }
  .article-layout { grid-template-columns: 1fr 340px; gap: 38px; }
}

@media (max-width: 900px) {
  body { padding-bottom: 64px; }
  .utility-bar { display: none; }
  .site-header { top: 0; }
  .header-inner { justify-content: space-between; }
  .nav-toggle { display: block; order: 3; }
  .primary-navigation { position: fixed; z-index: 1001; inset: 79px 0 64px; display: none; overflow-y: auto; margin: 0; padding: 20px; background: var(--white); }
  .primary-navigation.is-open { display: block; }
  .primary-navigation > ul { display: block; }
	.primary-navigation > ul > li.menu-item-has-children { position: relative; }
  .primary-navigation a { padding: 13px 10px; border-bottom: 1px solid var(--line); }
	.primary-navigation > ul > li > .sub-menu { position: static; display: block; width: auto; padding: 0 0 0 16px; border: 0; box-shadow: none; opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
	.primary-navigation > ul > li.menu-snow > .sub-menu { width: auto; padding: 0 0 0 16px; }
	.primary-navigation > ul > li > .sub-menu > li > a { min-height: 0; padding: 13px 10px 8px; border-bottom: 1px solid var(--line); font-size: 1rem; }
	.primary-navigation .sub-menu .sub-menu { padding: 0 0 8px 14px; }
	.primary-navigation .sub-menu .sub-menu a { padding: 9px 10px; font-size: .82rem; }
  .page-hero-grid, .home-hero-grid, .project-form-grid, .split-section, .article-layout { grid-template-columns: 1fr; }
  .page-hero-copy { max-width: none; }
  .page-hero-media { max-width: 700px; }
  .home-hero-sticky, .project-form-copy { position: static; }
  .home-hero-form { max-width: 720px; }
  .family-grid { grid-template-columns: repeat(2, 1fr); }
  .family-card, .family-card-large { grid-column: auto; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .article-sidebar { max-width: 620px; }
  .mlp-related-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .mobile-action-bar { position: fixed; z-index: 1200; bottom: 0; left: 0; right: 0; display: grid; grid-template-columns: repeat(2, 1fr); padding-bottom: env(safe-area-inset-bottom); background: var(--navy); box-shadow: 0 -5px 20px rgba(0,0,0,.18); }
  .mobile-action-bar a { min-height: 58px; display: flex; align-items: center; justify-content: center; color: var(--white); font-weight: 850; text-decoration: none; }
  .mobile-action-bar a:last-child { background: var(--green); }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .container, .narrow-content { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 58px 0; }
  h1 { font-size: clamp(2.55rem, 12vw, 3.55rem); }
  h2 { font-size: clamp(2rem, 9vw, 2.75rem); }
  .brand img { width: 52px; height: 52px; }
  .brand strong { font-size: .87rem; }
  .brand small { font-size: .51rem; }
  .home-hero-grid { padding: 44px 0; }
  .hero-mosaic { grid-template-columns: 1.35fr 1fr; grid-template-rows: 140px 140px 120px; }
  .hero-mosaic-main { grid-row: 1 / 3; }
  .page-hero { padding: 48px 0 62px; }
  .page-hero-media::before { inset: -12px 12% 12% -12px; }
  .button-row { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  th, td { min-width: 210px; padding: 14px; }
  .family-grid, .local-grid, .process-grid, .care-grid, .article-card-grid, .mlp-link-grid, .mlp-service-grid, .mlp-inline-pair, .mlp-gallery-grid, .mlp-related-grid, .footer-grid { grid-template-columns: 1fr; }
  .family-card { min-height: 0; }
	.home-gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 180px; }
  .entry-content .mlp-soft-section, .entry-content .mlp-navy-section { margin-inline: -10px; padding-inline: 18px; }
  .project-form-card { padding: 22px; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .footer-bottom { flex-direction: column; }
  .footer-bottom ul { flex-wrap: wrap; }
}

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