:root {
  --ink: #10242a;
  --ink-2: #18343b;
  --paper: #fff;
  --mist: #eef4f3;
  --line: #d7e1df;
  --text: #42565c;
  --yellow: #ffca28;
  --yellow-dark: #9b6e00;
  --teal: #0f6d6f;
  --teal-dark: #0a4e50;
  --coral: #a83d24;
  --shadow: 0 22px 60px rgba(16, 36, 42, .12);
  --radius: 6px;
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; }
body.nav-is-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: 0; }
h1 { font-size: clamp(2.45rem, 5vw, 5.15rem); }
h2 { font-size: clamp(2rem, 3.4vw, 3.55rem); }
h3 { font-size: 1.18rem; }
p { color: var(--text); }
svg { width: 1.5em; height: 1.5em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width: var(--container); margin-inline: auto; }
.section { padding-block: 104px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: 16px; z-index: 9999; padding: 10px 14px; background: var(--paper); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.eyebrow { display: block; margin-bottom: 14px; color: var(--teal); font-size: .75rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 13px 22px; border: 1px solid var(--yellow); border-radius: var(--radius); background: var(--yellow); color: var(--ink); font-size: .85rem; font-weight: 850; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(255,202,40,.24); }
.button:focus-visible, a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid #ff9d4a; outline-offset: 3px; }
.button--dark { border-color: var(--ink); background: var(--ink); color: var(--paper); }
.button--ghost-light { border-color: rgba(255,255,255,.5); background: transparent; color: var(--paper); }
.button--header { min-height: 44px; padding: 10px 18px; }
.text-link { color: var(--teal-dark); font-weight: 850; text-decoration: none; }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.96); box-shadow: 0 1px 0 rgba(16,36,42,.1); backdrop-filter: blur(12px); }
.site-header__bar { background: var(--ink); color: #d5e2e0; font-size: .75rem; }
.site-header__bar-inner { min-height: 30px; display: flex; justify-content: space-between; align-items: center; }
.site-header__bar a { color: var(--paper); font-weight: 800; text-decoration: none; }
.site-header__inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.site-brand__link { display: grid; grid-template-columns: 36px auto; grid-template-rows: auto auto; column-gap: 10px; align-items: center; color: var(--ink); text-decoration: none; }
.site-brand__mark { grid-row: 1 / 3; width: 36px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); font-weight: 900; }
.site-brand__name { font-size: 1.15rem; font-weight: 950; line-height: 1; }
.site-brand__place { color: var(--text); font-size: .64rem; line-height: 1.2; }
.primary-nav { display: flex; align-items: center; gap: 22px; }
.primary-nav ul { display: flex; align-items: center; gap: 26px; padding: 0; margin: 0; list-style: none; }
.primary-nav a:not(.button) { font-size: .85rem; font-weight: 750; text-decoration: none; }
.primary-nav .current-menu-item > a { color: var(--teal); }
.nav-toggle { display: none; width: 46px; height: 46px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.nav-toggle span[aria-hidden] { width: 20px; height: 2px; background: var(--ink); transition: transform .2s ease; }

.hero-home { position: relative; min-height: 720px; overflow: hidden; background: var(--ink); color: var(--paper); }
.hero-home__media { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(16,36,42,.98) 0%, rgba(16,36,42,.92) 38%, rgba(16,36,42,.26) 66%, rgba(16,36,42,.08) 100%), url('../img/czechowice-cleaning-hero-1600.webp'); background-position: center; background-size: cover; }
.hero-home__grid { position: relative; min-height: 720px; display: grid; grid-template-columns: minmax(0, 710px) 1fr; align-items: center; gap: 40px; padding-block: 74px 96px; }
.hero-home__copy { position: relative; z-index: 1; }
.hero-home .eyebrow { color: #ffdd66; }
.hero-home h1 { max-width: 11ch; margin-bottom: 18px; color: var(--paper); }
.hero-home__subhead { margin-bottom: 18px; color: #ffdd66; font-size: clamp(1.12rem, 2vw, 1.45rem); font-weight: 800; }
.hero-home__lead { max-width: 650px; margin-bottom: 30px; color: rgba(255,255,255,.82); font-size: 1.08rem; }
.hero-home__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-home__signals { display: flex; flex-wrap: wrap; gap: 18px 28px; padding: 0; margin: 34px 0 0; list-style: none; color: #d6e2e0; font-size: .8rem; font-weight: 700; }
.hero-home__signals li { display: flex; align-items: center; gap: 8px; }
.hero-home__signals svg { color: var(--yellow); }
.hero-home__rail { align-self: end; justify-self: end; display: grid; gap: 1px; min-width: 210px; border-left: 1px solid rgba(255,255,255,.35); }
.hero-home__rail span { padding: 10px 18px; color: rgba(255,255,255,.72); font-size: .75rem; font-weight: 800; text-transform: uppercase; }

.decision-strip { position: relative; z-index: 2; margin-top: -38px; }
.decision-strip__grid { display: grid; grid-template-columns: repeat(4,1fr); background: var(--paper); box-shadow: var(--shadow); }
.decision-strip__grid > div { display: grid; grid-template-columns: 42px 1fr; padding: 24px 26px; border-right: 1px solid var(--line); }
.decision-strip strong { grid-row: 1 / 3; color: var(--coral); font-size: .9rem; }
.decision-strip span { font-weight: 850; }
.decision-strip small { color: var(--text); line-height: 1.35; }

.section-heading { max-width: 780px; margin-bottom: 48px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading--split { max-width: none; display: grid; grid-template-columns: 1.15fr .75fr; align-items: end; gap: 72px; }
.section-heading--split p { margin-bottom: 6px; }
.service-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.service-card { display: grid; grid-template-columns: 58px 1fr; gap: 20px; min-height: 170px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.service-card:hover { transform: translateY(-4px); border-color: rgba(15,109,111,.45); box-shadow: 0 18px 42px rgba(16,36,42,.09); }
.service-card__icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: var(--radius); background: #fff7d6; color: var(--yellow-dark); }
.service-card h3 { margin-bottom: 9px; }
.service-card p { margin-bottom: 0; }

.property-section { background: var(--mist); }
.property-section__grid { display: grid; grid-template-columns: minmax(0,.88fr) minmax(0,1.12fr); align-items: center; gap: 76px; }
.property-section__media { position: relative; }
.property-section__media img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow); }
.property-section__badge { position: absolute; right: -24px; bottom: 28px; max-width: 260px; padding: 18px 22px; border-left: 4px solid var(--yellow); background: var(--ink); color: var(--paper); box-shadow: var(--shadow); }
.property-section__badge span { display: block; color: #c5d4d2; font-size: .78rem; }
.property-section__content h2 { margin-bottom: 24px; }
.check-list { display: grid; gap: 10px; padding: 0; margin: 26px 0; list-style: none; }
.check-list li { position: relative; padding-left: 28px; color: var(--ink-2); font-weight: 700; }
.check-list li::before { content: '✓'; position: absolute; left: 0; color: var(--teal); font-weight: 950; }

.standards-section { background: var(--ink); color: var(--paper); }
.standards-section .eyebrow { color: #ffdd66; }
.standards-section p { color: #bdd0cd; }
.standards-section__grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 84px; }
.standards-list { border-top: 1px solid rgba(255,255,255,.18); }
.standards-list article { display: grid; grid-template-columns: 60px 1fr; gap: 22px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.standards-list article > span { color: var(--yellow); font-weight: 900; }
.standards-list h3 { margin-bottom: 6px; color: var(--paper); }
.standards-list p { margin-bottom: 0; }

.local-section { background: linear-gradient(125deg,#f2f7f6 0 54%,#e0ece9 54% 100%); }
.local-section__grid { display: grid; grid-template-columns: 1fr .82fr; align-items: center; gap: 84px; }
.local-section__panel { padding: 44px; border-top: 5px solid var(--yellow); background: var(--teal); color: var(--paper); box-shadow: var(--shadow); }
.local-section__panel > strong { display: block; font-size: 1.7rem; }
.local-section__panel p { color: #d8eeee; }
.local-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 26px 0; }
.local-tags span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; font-size: .75rem; font-weight: 750; }

.content-depth__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.content-depth article { padding: 34px; background: var(--paper); }
.content-depth article:nth-child(2) { background: #fffaf0; }
.content-depth h3 { min-height: 2.35em; }

.faq-section { background: #f7f9f8; }
.faq-section__grid { display: grid; grid-template-columns: .66fr 1.34fr; gap: 84px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; cursor: pointer; color: var(--ink); font-weight: 850; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 30px; height: 30px; flex: 0 0 30px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { padding: 0 48px 22px 0; margin: 0; }

.contact-section { background: var(--ink-2); color: var(--paper); }
.contact-section .eyebrow { color: #ffdd66; }
.contact-section p { color: #c8d6d4; }
.contact-section__grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: start; gap: 80px; }
.contact-section__copy { position: sticky; top: 130px; }
.contact-phone { display: inline-flex; align-items: center; gap: 14px; margin-top: 24px; color: var(--paper); font-size: 1.25rem; font-weight: 900; text-decoration: none; }
.contact-phone svg { color: var(--yellow); }
.contact-phone small { display: block; color: #b8cbc8; font-size: .7rem; font-weight: 650; }
.form-panel { padding: 36px; border-radius: var(--radius); background: var(--paper); color: var(--ink); box-shadow: var(--shadow); }
.form-panel .wpforms-container { margin: 0; }
.form-panel .wpforms-field { padding-block: 8px !important; }
.form-panel .wpforms-field-label { color: var(--ink) !important; font-size: .85rem !important; }
.form-panel input:not([type=checkbox]):not([type=radio]), .form-panel textarea, .form-panel select { max-width: none !important; width: 100% !important; border: 1px solid #cad8d6 !important; border-radius: 4px !important; background: #f8faf9 !important; }
.form-panel input { min-height: 48px; }
.form-panel textarea { min-height: 120px; }
.form-panel button[type=submit] { width: 100% !important; min-height: 52px !important; border: 0 !important; border-radius: 4px !important; background: var(--yellow) !important; color: var(--ink) !important; font-weight: 900 !important; }
.wpforms-field-gdpr-checkbox ul, .wpforms-field-checkbox ul { padding: 0 !important; }
.form-panel .wpforms-field-gdpr-checkbox ul { margin: 0 !important; list-style: none !important; }
.form-panel .wpforms-field-gdpr-checkbox li { display: flex !important; align-items: flex-start; gap: 10px; }
.form-panel .wpforms-field-gdpr-checkbox input[type=checkbox] { width: 20px !important; min-width: 20px; height: 20px; min-height: 0; margin: 2px 0 0 !important; }
.form-panel .wpforms-field-gdpr-checkbox label { margin: 0 !important; color: var(--text) !important; font-size: .8rem !important; line-height: 1.5 !important; overflow-wrap: anywhere; }
.form-panel .wpforms-field-gdpr-checkbox a { color: var(--teal); font-weight: 800; text-decoration: underline; text-underline-offset: 2px; }

.page-hero { padding-block: 94px; background: var(--ink); color: var(--paper); }
.page-hero .eyebrow { color: #ffdd66; }
.page-hero h1 { max-width: 17ch; margin-bottom: 18px; font-size: clamp(2.55rem,5vw,4.8rem); }
.page-hero p { max-width: 720px; margin-bottom: 0; color: #c6d5d3; font-size: 1.08rem; }
.page-hero__grid { display: grid; grid-template-columns: 1.2fr .65fr; align-items: end; gap: 72px; }
.page-hero__grid > .button, .page-hero__metric, .contact-phone--light { justify-self: end; }
.page-hero__metric { max-width: 330px; padding: 24px; border-left: 4px solid var(--yellow); background: rgba(255,255,255,.08); }
.page-hero__metric strong, .page-hero__metric span { display: block; }
.page-hero__metric span { color: #bdd0cd; }
.page-hero--pricing { background: linear-gradient(115deg,var(--ink) 0 68%,var(--teal) 68%); }
.page-hero--about { background: linear-gradient(115deg,var(--ink) 0 72%,#433a1d 72%); }
.page-hero--contact { background: linear-gradient(115deg,var(--ink) 0 68%,var(--coral) 68%); }
.page-hero--journal { background: var(--mist); color: var(--ink); }
.page-hero--journal .eyebrow { color: var(--teal); }
.page-hero--journal p { color: var(--text); }

.pricing-factors { background: var(--mist); }
.factor-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.factor-grid article { padding: 26px; border: 1px solid var(--line); background: var(--paper); }
.factor-grid strong { color: var(--coral); }
.factor-grid h3 { margin: 16px 0 8px; }
.factor-grid p { margin: 0; font-size: .9rem; }
.pricing-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.price-group { padding: 34px; border: 1px solid var(--line); }
.price-group h2 { font-size: 1.45rem; }
.price-group__rows > div { display: flex; justify-content: space-between; gap: 24px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.price-group__rows strong { text-align: right; }
.pricing-note { grid-column: 1 / -1; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; padding: 26px 30px; background: #fff7d6; }
.pricing-note p { margin: 0; }

.about-story__grid { display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 76px; }
.about-story figure { margin: 0; }
.about-story img { width: 100%; box-shadow: var(--shadow); }
.about-story figcaption { padding: 12px 16px; color: var(--text); font-size: .8rem; }
.about-audience { background: var(--mist); }
.audience-grid, .values-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.audience-grid article, .values-grid article { padding: 30px; border-top: 4px solid var(--yellow); background: var(--paper); }
.audience-grid strong { font-size: 1.1rem; }
.about-process { background: var(--ink); color: var(--paper); }
.about-process .eyebrow { color: #ffdd66; }
.about-process p { color: #bfd0ce; }
.about-process__grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 84px; }
.about-process ol { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; padding: 0; margin: 0; list-style: none; background: rgba(255,255,255,.18); }
.about-process li { padding: 28px; background: var(--ink-2); }
.about-process li strong, .about-process li span { display: block; }
.about-process li strong { margin-bottom: 8px; color: #ffdd66; }
.about-process li span { color: #bfd0ce; }
.values-grid { grid-template-columns: repeat(3,1fr); }
.values-grid article:nth-child(2) { border-color: var(--teal); }
.values-grid article:nth-child(3) { border-color: var(--coral); }

.contact-page { background: var(--mist); }
.contact-page__grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: start; gap: 76px; }
.contact-direct { display: grid; gap: 12px; margin-top: 34px; }
.contact-direct a { display: block; width: fit-content; color: var(--ink); font-size: 1.15rem; font-weight: 900; text-decoration: none; }
.contact-direct small { display: block; color: var(--text); font-size: .68rem; text-transform: uppercase; }
.form-panel--light { background: var(--paper); }

.post-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.post-card { border: 1px solid var(--line); background: var(--paper); }
.post-card a { display: block; padding: 20px; color: inherit; text-decoration: none; }
.post-card img { width: calc(100% + 40px); max-width: none; margin: -20px -20px 20px; aspect-ratio: 16/9; object-fit: cover; }
.post-card span { color: var(--teal); font-size: .72rem; font-weight: 800; }
.post-card h2 { margin: 10px 0; font-size: 1.35rem; }
.post-card strong { color: var(--teal); }
.empty-state { grid-column: 1 / -1; padding: 54px; border: 1px solid var(--line); text-align: center; }
.article-hero { padding-block: 80px; background: var(--mist); }
.article-hero__grid { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 70px; }
.article-hero h1 { font-size: clamp(2.4rem,4.8vw,4.7rem); }
.article-hero figure { margin: 0; }
.article-hero img { width: 100%; max-height: 430px; object-fit: cover; }
.article-layout { display: grid; grid-template-columns: minmax(0,760px) 320px; justify-content: center; gap: 64px; padding-block: 80px; }
.prose { max-width: 820px; }
.prose h2 { margin-top: 2em; font-size: 2rem; }
.prose h3 { margin-top: 1.7em; }
.prose a { color: var(--teal-dark); font-weight: 750; }
.article-sidebar > div { position: sticky; top: 126px; padding: 28px; background: var(--ink); color: var(--paper); }
.article-sidebar .eyebrow { color: #ffdd66; }
.article-sidebar h2 { font-size: 1.6rem; }
.article-sidebar p { color: #c7d5d3; }
.article-sidebar > div > a:last-child { display: block; margin-top: 18px; color: var(--paper); font-weight: 850; }
.generic-content { min-height: 40vh; }

.site-footer { padding-top: 72px; background: #09191d; color: var(--paper); }
.site-footer__lead { display: flex; justify-content: space-between; align-items: end; gap: 40px; padding-bottom: 54px; border-bottom: 1px solid rgba(255,255,255,.15); }
.site-footer .eyebrow { color: #ffdd66; }
.site-footer__lead h2 { max-width: 680px; margin: 0; color: var(--paper); font-size: clamp(2rem,3.4vw,3rem); }
.site-footer__lead-actions { display: flex; gap: 10px; }
.site-footer__grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 68px; padding-block: 54px; }
.site-footer__about strong { font-size: 1.45rem; }
.site-footer p, .site-footer span { color: #9fb5b3; }
.site-footer ul { padding: 0; margin: 0; list-style: none; columns: 2; }
.site-footer li { margin-bottom: 7px; }
.site-footer a { color: var(--paper); text-decoration: none; }
.site-footer a.button { color: var(--ink); }
.site-footer a.button--ghost-light { color: var(--paper); }
.site-footer__contact { display: grid; align-content: start; gap: 8px; }
.site-footer__bottom { min-height: 62px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255,255,255,.12); font-size: .75rem; }

.has-reveal [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .55s ease, transform .55s ease; transition-delay: var(--delay,0ms); }
.has-reveal [data-reveal].is-visible { opacity: 1; transform: none; }

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

@media (max-width: 1020px) {
  .section { padding-block: 82px; }
  .primary-nav { gap: 14px; }
  .primary-nav ul { gap: 16px; }
  .button--header { display: none; }
  .hero-home__grid { grid-template-columns: minmax(0,650px) 1fr; }
  .hero-home__rail { display: none; }
  .decision-strip__grid { grid-template-columns: repeat(2,1fr); }
  .decision-strip__grid > div:nth-child(2) { border-right: 0; }
  .decision-strip__grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section-heading--split, .property-section__grid, .standards-section__grid, .local-section__grid, .faq-section__grid, .contact-section__grid, .contact-page__grid, .about-story__grid, .about-process__grid { gap: 48px; }
  .content-depth__grid { grid-template-columns: 1fr; }
  .content-depth h3 { min-height: 0; }
  .factor-grid, .audience-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 780px) {
  :root { --container: min(100% - 32px, 680px); }
  .site-header__bar { display: none; }
  .site-header__inner { min-height: 70px; }
  .nav-toggle { display: flex; }
  .primary-nav { position: fixed; inset: 70px 0 0; display: none; align-items: stretch; flex-direction: column; padding: 24px 20px 40px; overflow-y: auto; background: var(--paper); }
  .primary-nav.is-open { display: flex; }
  .primary-nav ul { display: grid; align-items: stretch; gap: 0; width: 100%; }
  .primary-nav li { border-bottom: 1px solid var(--line); }
  .primary-nav a:not(.button) { display: block; padding: 16px 4px; font-size: 1rem; }
  .primary-nav .button--header { display: inline-flex; margin-top: 12px; }
  .hero-home, .hero-home__grid { min-height: 0; }
  .hero-home__media { background-image: linear-gradient(180deg,rgba(16,36,42,.98) 0%,rgba(16,36,42,.9) 55%,rgba(16,36,42,.32) 100%),url('../img/czechowice-cleaning-hero-760.webp'); background-position: center bottom; }
  .hero-home__grid { display: block; padding-block: 62px 310px; }
  .hero-home h1 { font-size: clamp(2.65rem,12vw,4.4rem); }
  .hero-home__lead { font-size: .98rem; }
  .decision-strip { margin-top: 0; }
  .decision-strip__grid { width: 100%; grid-template-columns: 1fr 1fr; box-shadow: none; }
  .decision-strip__grid > div { padding: 20px 16px; grid-template-columns: 34px 1fr; }
  .section-heading--split, .property-section__grid, .standards-section__grid, .local-section__grid, .faq-section__grid, .contact-section__grid, .contact-page__grid, .about-story__grid, .about-process__grid, .page-hero__grid, .article-hero__grid, .article-layout { grid-template-columns: 1fr; }
  .section-heading--split { align-items: start; }
  .service-grid, .pricing-list, .values-grid, .post-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .property-section__badge { right: 16px; bottom: 16px; }
  .standards-section__grid { gap: 34px; }
  .local-section { background: var(--mist); }
  .contact-section__copy { position: static; }
  .page-hero__grid > .button, .page-hero__metric, .contact-phone--light { justify-self: start; }
  .page-hero--pricing, .page-hero--about, .page-hero--contact { background: var(--ink); }
  .pricing-note { grid-template-columns: 1fr; }
  .about-process ol { grid-template-columns: 1fr; }
  .article-layout { padding-block: 52px; }
  .article-sidebar > div { position: static; }
  .site-footer__lead { align-items: flex-start; flex-direction: column; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
  .site-footer__about { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
  .section { padding-block: 66px; }
  h2 { font-size: 2.05rem; }
  .site-brand__place { display: none; }
  .site-brand__link { grid-template-rows: auto; }
  .site-brand__mark { grid-row: 1; }
  .hero-home__grid { padding-block: 48px 260px; }
  .hero-home__actions, .hero-home__actions .button { width: 100%; }
  .hero-home__signals { display: grid; gap: 10px; }
  .decision-strip__grid { grid-template-columns: 1fr; }
  .decision-strip__grid > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .service-card { grid-template-columns: 46px 1fr; gap: 14px; padding: 22px 18px; }
  .service-card__icon { width: 44px; height: 44px; }
  .property-section__badge { position: relative; right: auto; bottom: auto; margin: -24px 12px 0; }
  .local-section__panel, .form-panel, .price-group { padding: 24px 20px; }
  .factor-grid, .audience-grid { grid-template-columns: 1fr; }
  .price-group__rows > div { align-items: flex-start; flex-direction: column; gap: 4px; }
  .price-group__rows strong { text-align: left; }
  .site-footer__lead-actions, .site-footer__lead-actions .button { width: 100%; }
  .site-footer__lead-actions { flex-direction: column; }
  .site-footer__grid { grid-template-columns: 1fr; gap: 32px; }
  .site-footer__about { grid-column: auto; }
  .site-footer ul { columns: 1; }
  .site-footer__bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 4px; }
}
