/* Eddys UI sizing contract. Load after styles.css; see DESIGN-SYSTEM.md. */
:root {
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;
  --space-16: 64px;
  --space-24: 96px;
  --page-gutter: 24px;
  --layout-max: 1200px;
  --layout-gap: 64px;
  --grid-gap: 24px;
  --section-space: 96px;
  --section-space-tight: 64px;
  --surface-padding: 32px;
  --section-head-gap: 48px;
  --columns-split: repeat(2, minmax(0, 1fr));
  --text-label: 14px;
  --text-body: 16px;
  --text-lead: 18px;
  --text-title: 22px;
  --text-heading: clamp(28px, 3.5vw, 40px);
  --text-page: clamp(36px, 4.5vw, 56px);
  --text-display: clamp(40px, 5.5vw, 72px);
  --control-size: 48px;
  --control-large: 56px;
  --icon-size: 24px;
  --icon-inline: 20px;
  --icon-small: 16px;
  --icon-display: 32px;
  --radius-control: 999px;
  --logo-header-height: 48px;
  --header-control-size: 44px;
  --logo-footer: 224px;
  --header-height: 72px;
  --r-sm: 12px;
  --r-md: 16px;
  --r-lg: 24px;
  --r-xl: 32px;
}

body { font-size: var(--text-body); line-height: 1.5; }
/* Preserve native view()/scroll() timelines from styles.css by default. */
h1, h2, h3, h4, p, li { overflow-wrap: anywhere; }
h1, h2, h3, h4 { hyphens: manual; hyphenate-limit-chars: 12 4 4; text-wrap: balance; }
h1, .page-hero h1, .city-hero h1 { font-size: var(--text-page); line-height: 1.14; max-width: 22ch; }
h2, .legal-copy h2 { font-size: var(--text-heading); line-height: 1.2; }
h3, .feature h3, .value h3, .timeline__row h3 { font-size: var(--text-title); line-height: 1.28; }
.hero-full h1 { font-size: var(--text-display); line-height: 1.1; }
.lead { font-size: var(--text-lead); line-height: 1.55; }
.process-step p, .footer-brand p, .footer-col a, .footer-col p,
.quote-card figcaption b, .brand-meaning span { font-size: var(--text-body); line-height: 1.5; }
.stat span, .hero-full__trust p, .hero__trust p, .hero__chip b,
.page-hero__badge b, .page-hero__badge em, .testi-card__top > div span,
.testi-card__source, .quote-card figcaption span, .footer-service-areas__title,
.footer-service-areas__grid a, .brand-hero__tags span, .brand-color span,
.footer-service-areas__head span, .footer-col .footer-col__title {
  font-size: var(--text-label); line-height: 20px;
}
.brand-logo-card h3, .brand-rules h3 { font-size: var(--text-title); line-height: 1.28; }
.page-hero__stats div b { font-size: 32px; line-height: 1.25; }
.city-page__aside b { font-size: var(--text-heading); line-height: 1.2; overflow-wrap: anywhere; }
.feature p, .value p, .checklist li, .contact-list a, .contact-list span { font-size: var(--text-body); line-height: 1.5; }
.eyebrow, .field label, #service-choice-label, .contact-list b, .faq-cats span { font-size: var(--text-label); line-height: 1.45; }
#service-choice-label { font-weight: 600; color: var(--forest-700); }
.eyebrow { gap: var(--space-2); }
.eyebrow::before { flex-shrink: 0; }

/* Shrink grid/flex content before wrapping; clipping is not a reflow solution. */
:where(.container, .page-hero__grid, .city-page__grid, .svc-detail, .about-lead,
  .contact-grid, .brand-hero__grid, .brand-intro, .brand-type-grid, .city-local-seo__grid,
  .area-grid, .ba-grid, .hero__grid, .stats, .values, .form-row, .footer-grid,
  .cols-2, .cols-3, .cols-4, .process, .feature-grid, .team-grid, .seo-intent-grid,
  .seo-service-block, .value, .contact-list li) > * { min-width: 0; }
.contact-list a, .footer-col a, .legal-copy a, .brand-rules b { overflow-wrap: anywhere; }
.contact-list div > span + a { display: block; margin-top: var(--space-2); color: var(--gold-600); text-decoration: underline; text-underline-offset: 3px; }
.page-hero__crumbs { flex-wrap: wrap; white-space: normal; gap: var(--space-2); }
.page-hero__crumbs > * { min-width: 0; overflow-wrap: anywhere; }
.stat b { font-size: 24px; line-height: 1.2; overflow-wrap: anywhere; hyphens: auto; }
.stat { padding-inline: var(--space-3); }
.seo-related { background: var(--paper-2); }

.nav { height: var(--header-height); gap: var(--space-2); }
.site-header .brand__logo { width: auto; height: var(--logo-header-height); max-width: none; }
.site-footer .brand__logo { width: var(--logo-footer); height: auto; }
.brand { flex-shrink: 0; }
.nav__links a { display: inline-flex; align-items: center; min-height: var(--control-size); padding: 12px 16px; font-size: var(--text-label); line-height: 20px; }
.nav__cta { gap: var(--space-2); }
.nav__phone { min-height: var(--control-size); }
.nav__phone svg { width: var(--icon-inline); height: var(--icon-inline); }
.mobile-menu { top: var(--header-height); min-height: calc(100dvh - var(--header-height)); visibility: hidden; }
.mobile-menu.is-open { visibility: visible; }
.mobile-menu a { min-height: var(--control-size); font-size: var(--text-title); line-height: 1.28; }

.btn, .mobile-menu a.btn {
  min-height: var(--control-size); max-width: 100%;
  padding: 12px 24px; gap: var(--space-2);
  font-size: var(--text-label); line-height: 20px; font-weight: 600;
  white-space: normal; text-align: center; overflow-wrap: anywhere;
}
.btn--lg, .mobile-menu a.btn { min-height: var(--control-large); padding: 16px 24px; }
.btn svg, .link-arrow svg, .checklist svg { width: var(--icon-inline); height: var(--icon-inline); flex: 0 0 var(--icon-inline); }
.link-arrow { min-height: var(--control-size); font-size: var(--text-body); line-height: 24px; }
.seo-related__links a { min-height: var(--control-size); font-size: var(--text-label); line-height: 20px; }
.contact-list__ic, .feature__ic, .value__ic { width: var(--control-size); height: var(--control-size); border-radius: var(--r-sm); }
.contact-list__ic svg, .feature__ic svg, .value__ic svg { width: var(--icon-size); height: var(--icon-size); }
.service-card__ic svg, .hero-full__scroll svg { width: var(--icon-size); height: var(--icon-size); }
.ba-grid__list svg { width: var(--icon-inline); height: var(--icon-inline); flex-shrink: 0; }
:where(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline: 3px solid var(--forest-700); outline-offset: 3px; box-shadow: 0 0 0 3px #fff;
}
.field { gap: var(--space-2); margin-bottom: var(--space-6); }
.field input, .field select, .field textarea {
  min-height: var(--control-large); font-size: var(--text-body); line-height: 24px; padding: 14px 16px;
}
.field textarea { min-height: 144px; }
.field :is(input, select, textarea):focus-visible { outline: 3px solid var(--forest-700); outline-offset: 3px; box-shadow: 0 0 0 3px #fff; }
.chips { gap: var(--space-2); }
.chip-radio span { display: flex; align-items: center; min-height: var(--control-size); padding: 12px 16px; font-size: var(--text-label); line-height: 20px; }
.chip-radio input:focus-visible + span { outline: 3px solid var(--forest-700); outline-offset: 3px; }
.field .chip-radio input { min-height: 0; height: 100%; padding: 0; margin: 0; }
.form-note { display: block; font-size: var(--text-label); line-height: 20px; }
.form-note svg { display: inline-block; vertical-align: text-bottom; margin-right: var(--space-1); }

/* Unbounded answers: no fixed max-height that can cut off translated content. */
.faq-q { min-height: var(--control-size); padding: 24px 40px 24px 0; font-size: var(--text-title); line-height: 1.28; overflow-wrap: anywhere; hyphens: auto; }
.faq-q::after { content: ''; background: linear-gradient(currentColor, currentColor) center / 2px 16px no-repeat, linear-gradient(currentColor, currentColor) center / 16px 2px no-repeat; width: var(--icon-size); height: var(--icon-size); right: 0; }
.faq-a, .faq-item.is-open .faq-a { max-height: none; transition: none; overflow: visible; }
.faq-a[hidden] { display: none; }
.faq-a p { padding: 0 40px 24px 0; }

/* Layout roles: shared edges, section rhythm, grids and surface insets. */
.container { max-width: var(--layout-max); padding-inline: var(--page-gutter); }
.section { padding-block: var(--section-space); }
.section--tight { padding-block: var(--section-space-tight); }
.section--tight:has(.stats) { padding-bottom: 0; }
.section--tight:has(.svc-detail) { padding-block: 0; }
.brand-section-soft + .brand-section-soft { padding-top: 0; }
.page-hero { padding-block: var(--section-space-tight); }
.hero-full__inner { padding-top: calc(var(--header-height) + var(--section-space)); padding-bottom: var(--section-space); }
.section-head h2, .section-head .lead, .page-hero h1 { margin-top: var(--space-4); }
.page-hero .lead, .hero-full .lead { margin-top: var(--space-6); }
.page-hero__crumbs { margin-bottom: var(--space-4); }
.hero-full h1 { margin-top: var(--space-6); }
.mt-s { margin-top: var(--space-4); }
.mt-m { margin-top: var(--space-8); }
.mt-l { margin-top: var(--section-head-gap); }

.page-hero__grid, .svc-detail, .about-lead, .ba-grid, .area-grid,
.hero__grid, .brand-hero__grid, .brand-intro, .seo-intent-grid,
.city-page__grid, .contact-grid, .city-local-seo__grid {
  grid-template-columns: var(--columns-split); gap: var(--layout-gap);
}
.grid, .feature-grid, .values, .team-grid, .brand-logo-grid,
.brand-rules, .brand-meaning, .brand-color-grid, .brand-type-grid,
.footer-service-areas__grid { gap: var(--grid-gap); }
.cols-2, .values, .brand-logo-grid, .brand-rules { grid-template-columns: var(--columns-split); }
.cols-3, .feature-grid, .brand-color-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cols-4, .team-grid, .brand-meaning { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.feature-grid, .values, .team-grid, .timeline, .faq-list { margin-top: var(--section-head-gap); }
.form-row { grid-template-columns: var(--columns-split); gap: var(--space-4); }
.service-card, .feature, .value, .form-card, .city-page__aside,
.brand-logo-card, .brand-type-card, .brand-rules article, .brand-hero__panel,
.brand-meaning > div, .brand-color, .process-step, .quote-card, .testi-card { padding: var(--surface-padding); }
.service-card, .feature, .value { border-radius: var(--r-md); }
.service-card, .value { gap: var(--space-4); }
.service-card__ic, .contact-list__ic, .feature__ic, .value__ic {
  flex: 0 0 var(--control-size); width: var(--control-size); height: var(--control-size);
  border-radius: var(--r-sm);
}
.feature__ic { margin-bottom: var(--space-4); }
.value__ic { color: var(--gold-soft); }
.feature h3, .value h3, .timeline__row h3 { margin-bottom: var(--space-2); }
.service-card .link-arrow { padding-top: 0; }
.svc-detail { padding-block: var(--section-space-tight); }
.svc-detail h2 { margin: var(--space-3) 0 var(--space-4); }
.about-lead p + p, .city-page p { margin-top: var(--space-4); }
.checklist { gap: var(--space-3) var(--space-6); margin-block: var(--space-6); }
.checklist li, .ba-grid__list li { gap: var(--space-2); }
.ba-grid__list { gap: var(--space-3); margin-top: var(--space-6); }
.timeline__row { gap: var(--space-8); padding-block: var(--space-6); }
.page-hero__stats { gap: var(--space-8); margin-top: var(--space-8); }
.stats { padding: var(--surface-padding); gap: 0; }
.stat { padding: var(--space-4); }
.stat span { margin-top: var(--space-2); }
.contact-info h2 { margin-bottom: var(--space-4); }
.contact-list { margin-top: var(--space-8); }
.contact-list li { padding-block: var(--space-4); }
.contact-info, .city-page__aside { top: calc(var(--header-height) + var(--space-8)); }
.contact-list .contact-list__ic { color: var(--forest); }
.form-heading { margin-bottom: var(--space-2); }
.form-intro { color: var(--muted-2); font-size: var(--text-label); line-height: 20px; margin-bottom: var(--space-6); }
.form-success { text-align: center; padding: var(--space-6) var(--space-2); }
.form-success__icon { width: 64px; height: 64px; margin: 0 auto var(--space-6); border-radius: 50%; background: var(--gold-soft); color: var(--forest); display: grid; place-items: center; }
.form-success__icon svg { width: var(--icon-display); height: var(--icon-display); }
.form-success__copy { color: var(--muted); margin: var(--space-4) auto 0; max-width: 40ch; }
.process-step h3 { margin: var(--space-4) 0 var(--space-2); }
.area-grid__districts { gap: var(--space-2); margin-top: var(--space-6); }
.area-grid__districts span { padding: var(--space-2) var(--space-4); line-height: 20px; }
.area-map__center svg { width: var(--icon-display); height: var(--icon-display); }
.area-pin { left: clamp(56px, var(--pin-x), calc(100% - 56px)); top: var(--pin-y); transform: translate(-50%, -50%) !important; }
.brand-rules h3 { margin-bottom: var(--space-6); }
.brand-rules ul { gap: var(--space-3); }
.brand-type-card strong { margin-bottom: var(--space-4); }
.brand-type-card span { font-size: var(--text-label); line-height: 20px; }
.legal-copy { max-width: 820px; }
.legal-copy h2 { margin: var(--space-10) 0 var(--space-4); }
.legal-copy h2:first-child { margin-top: 0; }
.legal-copy p { margin-bottom: var(--space-4); }

/* Media roles keep photographs cropped consistently and logos uncropped. */
.page-hero__img, .svc-detail__media, .about-lead__media { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--r-lg); }
.ba { aspect-ratio: 4 / 3; border-radius: var(--r-lg); }
.page-hero__media { width: 100%; max-width: none; }
.brand-logo-card img { height: 160px; object-fit: contain; }
.brand-hero__tags { gap: var(--space-2); margin-top: var(--space-6); }
.brand-hero__tags span { padding: var(--space-2) var(--space-3); }
.brand-meaning { margin-top: var(--space-6); }
.brand-color { min-height: 192px; }

/* Action groups and icon geometry use the same rules in every template. */
.hero-full__actions, .page-hero__actions, .footer-cta__actions { gap: var(--space-3); }
.hero-full__actions, .page-hero__actions, .hero-full__trust { margin-top: var(--space-8); }
.btn, .mobile-menu a.btn, .chip-radio span, .seo-related__links a { border-radius: var(--radius-control); }
.btn svg, .nav__phone svg, .nav__toggle svg, .link-arrow svg {
  display: block; align-self: center; flex-shrink: 0;
}
.badge { gap: var(--space-2); padding: var(--space-2) var(--space-3); font-size: var(--text-label); line-height: 20px; }
.badge svg, .form-note svg { width: var(--icon-small); height: var(--icon-small); flex-shrink: 0; }
.page-hero__badge { gap: var(--space-3); padding: var(--space-3) var(--space-4); border-radius: var(--r-md); bottom: var(--space-4); left: var(--space-4); max-width: calc(100% - 32px); }
.page-hero__badge span.ic { width: 40px; height: 40px; border-radius: var(--r-sm); }
.page-hero__badge span.ic svg { width: var(--icon-inline); height: var(--icon-inline); }
.ba__handle svg { width: 48px; height: 48px; padding: 12px; box-sizing: border-box; }
.ba:has(.ba__range:focus-visible) { outline: 3px solid var(--forest-700); outline-offset: 4px; }
.mobile-menu { padding: var(--space-6) var(--page-gutter); gap: var(--space-2); }
.mobile-menu a { padding: var(--space-4) var(--space-2); }
.mobile-menu .btn { margin-top: var(--space-4); }
.footer-cta { padding: var(--section-space-tight) var(--surface-padding); }
.footer-cta .lead { margin: var(--space-6) auto var(--space-8); }
.footer-main { padding-block: var(--section-space-tight) var(--space-8); }
.footer-grid { gap: var(--space-8); }
.footer-brand p { margin-top: var(--space-4); }
.footer-col .footer-col__title { margin-bottom: var(--space-2); }
.footer-col a, .footer-col p { padding-block: var(--space-2); }
.footer-service-areas, .footer-bottom { margin-top: var(--space-8); padding-block: var(--space-6) 0; }
/* Secondary navigation has its own compact composition, not section/card spacing. */
.footer-service-areas__head { margin-bottom: var(--space-4); }
.footer-service-areas__head b { font-family: var(--font-sans); font-size: 18px; line-height: 24px; font-weight: 600; }
.footer-service-areas__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--space-6); }
.footer-service-areas__grid > div,
.footer-service-areas__grid > div:first-child {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start; column-gap: var(--space-3); padding: 0; border: 0;
}
.footer-service-areas__title { grid-column: 1 / -1; margin: 0 0 var(--space-2); font-weight: 600; letter-spacing: 0; text-transform: none; }
.footer-service-areas a { display: flex; align-items: center; min-height: 44px; padding-block: var(--space-3); }
.footer-service-areas a:hover { transform: none; text-decoration: underline; text-underline-offset: 4px; }
.legal-links { gap: var(--space-4); }
.legal-links a { display: inline-flex; align-items: center; min-height: 40px; }
.ui-sample { display: flex; flex-direction: column; align-items: flex-start; gap: var(--space-4); }
.ui-sample h3 { margin-bottom: 0; }
.ui-sample p { font-size: var(--text-label); line-height: 20px; }
.ui-sample .field { width: 100%; margin: 0; }
.ui-wordmark { width: auto; height: var(--logo-header-height); max-width: 100%; object-fit: contain; }
.ui-mark { width: var(--control-size); height: var(--control-size); object-fit: contain; }

/* Content-led composition: one purpose per section, fewer repeated claims. */
.hero-full { min-height: min(760px, 100svh); align-items: center; }
.hero-full__bg { border-radius: 8px; }
.hero-full__inner { padding-top: calc(var(--header-height) + var(--space-16)); padding-bottom: var(--space-24); }
.hero-full h1 { max-width: 18ch; }
.hero-full .lead { max-width: 48ch; }
.benefit-strip { padding-block: var(--space-6); border-bottom: 1px solid var(--line-soft); }
.benefit-list { list-style: none; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--space-6); margin-block: 0; }
.benefit-list li { display: flex; gap: var(--space-2); font-size: var(--text-label); line-height: 20px; }
.benefit-list li::before { content: '✓'; color: var(--gold-600); font-weight: 700; }
.service-extra { display: flex; flex-wrap: wrap; align-items: center; gap: var(--space-2) var(--space-6); margin-top: var(--space-6); color: var(--muted); }
.service-extra a { color: var(--gold-600); text-decoration: underline; text-underline-offset: 3px; padding-block: var(--space-2); }
.cleaning-example { min-width: 0; margin: 0; }
.cleaning-example img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--r-lg); }
.cleaning-example figcaption { margin-top: var(--space-3); color: var(--muted); font-size: var(--text-label); line-height: 20px; }
.process { padding-left: 0; list-style: none; margin-bottom: 0; }
.ba-grid__copy h2 + .lead, .area-grid__copy h2 + .lead { margin-top: var(--space-4); }
.area-grid__copy { order: 0; }
.form-delivery-note { padding: var(--space-4); margin-bottom: var(--space-6); border-radius: var(--r-sm); background: var(--paper-2); color: var(--muted); font-size: var(--text-label); line-height: 20px; }
.form-delivery-note strong { color: var(--forest); }
.faq-list:first-child { margin-top: 0; }

/* Navigation is a link list; location labels are text, not inactive buttons. */
.seo-related { padding-block: var(--section-space-tight); }
.seo-related h2 { font-size: var(--text-title); line-height: 1.3; }
.seo-related__links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 var(--space-8); }
.seo-related__links a { justify-content: space-between; gap: var(--space-4); padding: var(--space-3) 0; background: none; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; font-weight: 500; }
.seo-related__links a::after { content: '→'; flex-shrink: 0; font-size: 20px; }
.area-grid__districts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0 var(--space-6); }
.area-grid__districts span { padding: var(--space-2) 0; border: 0; border-bottom: 1px solid var(--line-soft); border-radius: 0; background: none; font-size: var(--text-label); }
.city-local-seo__grid h2 { margin-top: var(--space-4); margin-bottom: var(--space-4); }
.city-local-seo__grid p + p { margin-top: var(--space-4); }
.city-local-seo__areas { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 var(--space-6); padding: 0; border: 0; }
.city-local-seo__areas span { padding-block: var(--space-2); font-size: var(--text-label); line-height: 20px; font-weight: 500; }

@media (max-width: 767px) {
  .footer-service-areas__grid { grid-template-columns: minmax(0, 1fr); gap: var(--space-4); }
  .footer-service-areas__grid > div { grid-template-columns: repeat(3, minmax(0, 1fr)); padding-top: var(--space-4); border-top: 1px solid rgba(255,255,255,.12); }
  .footer-service-areas__grid > div:first-child { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 1180px) {
  :root { --header-height: 64px; --logo-header-height: 40px; }
  .nav__phone, .nav__toggle { width: var(--header-control-size); height: var(--header-control-size); min-height: var(--header-control-size); box-shadow: 0 3px 10px rgba(15,45,86,.12); }
  .nav__phone svg, .nav__toggle svg { width: var(--icon-inline); height: var(--icon-inline); transform: none; }
}
@media (max-width: 960px) {
  :root { --section-space: 64px; --section-space-tight: 48px; --layout-gap: 40px; --section-head-gap: 32px; }
  .page-hero__grid, .svc-detail, .about-lead, .ba-grid, .area-grid,
  .hero__grid, .brand-hero__grid, .brand-intro, .seo-intent-grid,
  .city-page__grid, .contact-grid, .city-local-seo__grid, .brand-type-grid { grid-template-columns: minmax(0, 1fr); }
  .cols-3, .cols-4, .feature-grid, .team-grid, .brand-meaning, .brand-color-grid { grid-template-columns: var(--columns-split); }
  .contact-info, .city-page__aside { position: static; }
  .city-local-seo__areas { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .service-steps { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .service-steps .service-card { display: grid; grid-template-columns: 32px minmax(0, 1fr); gap: var(--space-2) var(--space-4); padding: var(--space-6) 0; background: none; box-shadow: none; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; transform: none; }
  .service-steps .service-card:last-child { border-bottom: 0; }
  .service-steps .service-card__ic { grid-row: 1 / 3; width: 32px; height: 28px; padding: 0; margin: 0; background: none; color: var(--gold-600); font-size: 20px; }
  .service-steps h3 { margin: 0; font-size: 20px; line-height: 28px; }
  .service-steps p { grid-column: 2; margin: 0; }
  .svc-detail--rev .svc-detail__media { order: 0; }
  .stats { grid-template-columns: var(--columns-split); }
  .stat { border-right: 0; border-bottom: 1px solid var(--line-soft); }
  .stat:nth-child(odd) { border-right: 1px solid var(--line-soft); }
  .stat:nth-last-child(-n+2) { border-bottom: 0; }
}
@media (max-width: 640px) {
  :root { --section-space: 48px; --section-space-tight: 32px; --layout-gap: 32px; --grid-gap: 16px; --surface-padding: 24px; }
  .cols-2, .cols-3, .cols-4, .feature-grid, .values, .team-grid,
  .brand-meaning, .brand-color-grid, .brand-logo-grid, .brand-rules,
  .form-row, .checklist { grid-template-columns: minmax(0, 1fr); }
  .hero-full__actions .btn, .page-hero__actions .btn, .footer-cta__actions .btn { width: 100%; }
  .hero-full__trust { margin-top: var(--space-6); }
  .hero-full__inner { padding-bottom: var(--space-24); }
  .brand-color { min-height: 160px; }
  .area-map { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: var(--space-3); aspect-ratio: auto; padding: var(--surface-padding); }
  .area-map__center { position: relative; top: auto; left: auto; transform: none; grid-column: 1 / -1; gap: var(--space-2); margin-bottom: var(--space-4); }
  .area-pin { position: relative; top: auto; left: auto; transform: none !important; display: grid; place-items: center; padding: var(--space-2); min-height: 40px; white-space: normal; overflow-wrap: anywhere; text-align: center; font-size: var(--text-label); line-height: 20px; }
  .area-pin::after { display: none; }
  .area-map__rings { pointer-events: none; }
  .benefit-list { grid-template-columns: minmax(0, 1fr); gap: var(--space-3); }
  .hero-full { min-height: 0; }
  .hero-full__inner { padding-top: calc(var(--header-height) + var(--space-12)); }
  .process { gap: 0; }
  .process-step { display: grid; grid-template-columns: 32px minmax(0, 1fr); gap: var(--space-2) var(--space-4); padding: var(--space-4) 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.18); border-radius: 0; background: none; }
  .process-step:last-child { border-bottom: 0; }
  .process-step__num { grid-row: 1 / 3; font-size: 24px; line-height: 28px; }
  .process-step h3 { margin: 0; font-size: 20px; line-height: 28px; }
  .process-step p { grid-column: 2; }
  .footer-grid { grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: var(--space-6) var(--space-4); }
  .footer-brand, .footer-grid > .footer-col:last-child { grid-column: 1 / -1; }
  .footer-brand p { max-width: 40ch; }
  .footer-col a, .footer-col p { font-size: var(--text-label); line-height: 20px; }
  .footer-col a { min-height: 44px; display: flex; align-items: center; }
  .footer-col .footer-col__title { letter-spacing: .08em; }
  .seo-related__links { grid-template-columns: minmax(0, 1fr); }
  .area-grid__districts { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 var(--space-4); }
  .city-local-seo__areas { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feature-grid, .values { gap: 0; }
  .feature, .value { padding: var(--space-6) 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: none; box-shadow: none; }
  .feature { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: var(--space-2) var(--space-4); }
  .feature__ic { grid-row: 1 / 3; margin: 0; }
  .feature h3, .value h3 { font-size: 20px; line-height: 26px; margin: 0 0 var(--space-2); }
  .feature h3 { margin: 0; }
  .feature p { grid-column: 2; }
  .feature:last-child, .value:last-child { border-bottom: 0; }
}
@media (max-width: 560px) {
  :root { --page-gutter: 20px; }
  h1, h2, h3, h4 { hyphens: auto; }
  .form-card { padding: var(--space-6); }
  .faq-a p { padding-right: 0; }
  .page-hero__actions, .footer-cta__actions { gap: var(--space-3); }
}
@media (max-width: 360px) {
  .area-grid__districts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stats { grid-template-columns: minmax(0, 1fr); }
  .stat:nth-child(odd) { border-right: 0; }
  .stat:nth-last-child(2) { border-bottom: 1px solid var(--line-soft); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  main *, main *::before, main *::after { animation: none !important; }
  body.home .hero-full .reveal { opacity: 1; }
  .btn, .nav__phone, .nav__toggle, .mobile-menu, .faq-q::after { transition: none; }
}
