:root {
	--ink: #10232c;
	--ink-soft: #344850;
	--navy: #0b2630;
	--navy-2: #123944;
	--blue: #0e6478;
	--blue-bright: #18a0ba;
	--accent: #ffd23f;
	--accent-dark: #d9a900;
	--paper: #f2efe7;
	--mist: #f6f9f8;
	--white: #fff;
	--line: #dce5e3;
	--danger: #e65145;
	--success: #257a53;
	--radius-sm: 12px;
	--radius: 22px;
	--radius-lg: 36px;
	--shadow: 0 24px 70px rgba(8, 35, 44, .12);
	--container: 1200px;
	--font-display: 'Arial Narrow', 'Roboto Condensed', Arial, sans-serif;
	--font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; color: var(--ink); background: var(--mist); font-family: var(--font-body); font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea { font: inherit; }
h1, h2, h3 { margin: 0 0 .55em; overflow-wrap: anywhere; font-family: var(--font-display); line-height: 1.08; letter-spacing: -.045em; hyphens: auto; }
h1 { font-size: clamp(2.8rem, 6vw, 5.55rem); }
h2 { font-size: clamp(2.1rem, 4.2vw, 3.8rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.55rem); }
p { margin: 0 0 1.2em; }
svg { flex: 0 0 auto; }
.icon { width: 1.25em; height: 1.25em; }
.icon--lg { width: 1.75em; height: 1.75em; }
.icon--xl { width: 2.8em; height: 2.8em; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.container--narrow { max-width: 820px; }
.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; z-index: 9999; top: 10px; left: 10px; padding: 10px 16px; color: var(--white); background: var(--navy); transform: translateY(-200%); }
.skip-link:focus { transform: none; }

.demo-bar { padding: 7px 20px; color: #352b00; background: var(--accent); font-size: 13px; text-align: center; }
.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(16, 35, 44, .08); background: rgba(255, 255, 255, .94); backdrop-filter: blur(16px); transition: box-shadow .25s ease; }
.site-header.is-scrolled { box-shadow: 0 12px 35px rgba(8, 35, 44, .08); }
.admin-bar .site-header { top: 32px; }
.site-header__inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; min-height: 82px; gap: 38px; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand__mark { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 14px 4px 14px 14px; color: var(--navy); background: var(--accent); transform: rotate(-2deg); }
.brand__mark .icon { width: 25px; height: 25px; }
.brand__text { display: grid; line-height: 1.05; }
.brand__text strong { font-family: var(--font-display); font-size: 22px; letter-spacing: -.04em; }
.brand__text small { margin-top: 5px; color: #617176; font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.brand__image { width: auto; max-height: 54px; }
.primary-nav { justify-self: end; }
.primary-nav__menu { display: flex; align-items: center; gap: 30px; margin: 0; padding: 0; list-style: none; }
.primary-nav a { position: relative; padding: 28px 0; font-size: 15px; font-weight: 700; }
.primary-nav a::after { position: absolute; right: 0; bottom: 21px; left: 0; height: 2px; background: var(--blue-bright); content: ''; transform: scaleX(0); transition: transform .2s ease; }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after, .primary-nav a.is-active::after { transform: scaleX(1); }
.header-call { display: flex; align-items: center; gap: 11px; padding: 10px 16px; border-radius: var(--radius-sm); color: var(--white); background: var(--navy); }
.header-call span { display: grid; line-height: 1.15; }
.header-call small { color: #aec0c5; font-size: 10px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.header-call strong { margin-top: 3px; font-size: 15px; }
.nav-toggle { display: none; place-items: center; width: 46px; height: 46px; padding: 0; border: 0; border-radius: 12px; color: var(--white); background: var(--navy); line-height: 0; cursor: pointer; }
.nav-toggle__open, .nav-toggle__close { place-items: center; width: 24px; height: 24px; }
.nav-toggle__open { display: grid; }
.nav-toggle__close { display: none; }
.nav-toggle .icon { display: block; width: 24px; height: 24px; margin: 0; }

.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow::before { width: 32px; height: 2px; background: var(--accent-dark); content: ''; }
.eyebrow--light { color: #bad3d9; }
.hero { position: relative; overflow: hidden; padding: clamp(70px, 9vw, 125px) 0 0; background: #eef5f3; }
.hero::before { position: absolute; top: -150px; right: -170px; width: 620px; height: 620px; border: 1px solid rgba(14, 100, 120, .1); border-radius: 50%; content: ''; }
.hero__glow { position: absolute; top: 12%; left: -10%; width: 40vw; height: 40vw; border-radius: 50%; background: rgba(255, 210, 63, .17); filter: blur(90px); }
.hero__grid, .city-hero__grid { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: clamp(50px, 7vw, 105px); }
.hero__content { position: relative; z-index: 2; padding-bottom: 80px; }
.hero__content h1 { max-width: 780px; }
.hero__lead { max-width: 680px; color: var(--ink-soft); font-size: clamp(1.1rem, 1.8vw, 1.35rem); line-height: 1.55; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 34px 0; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 10px; min-height: 54px; padding: 13px 22px; border: 1px solid transparent; border-radius: 13px; font-weight: 800; line-height: 1.2; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: var(--white); background: var(--navy); box-shadow: 0 12px 30px rgba(8, 35, 44, .18); }
.button--primary:hover { background: var(--blue); }
.button--secondary, .button--ghost { border-color: #bdceca; background: rgba(255, 255, 255, .58); }
.button--secondary:hover, .button--ghost:hover { border-color: var(--blue); }
.button--accent { color: var(--navy); background: var(--accent); }
.button--accent:hover { background: #ffdb60; box-shadow: 0 12px 25px rgba(255, 210, 63, .2); }
.button--full { width: 100%; }
.hero__badges { display: flex; flex-wrap: wrap; gap: 11px 24px; margin: 0; padding: 0; list-style: none; }
.hero__badges li { display: flex; align-items: center; gap: 7px; color: #41565d; font-size: 14px; font-weight: 600; }
.hero__badges .icon { color: var(--success); }
.hero__visual, .city-hero__visual { position: relative; min-width: 0; }
.hero__media, .city-hero__visual { overflow: hidden; min-height: 610px; border-radius: 160px 28px 28px 28px; box-shadow: var(--shadow); }
.media-frame__image { width: 100%; height: 100%; min-height: inherit; object-fit: cover; }
.media-placeholder { position: relative; overflow: hidden; width: 100%; height: 100%; min-height: inherit; color: var(--white); background: linear-gradient(145deg, #0c586b, #102d37 64%, #071d25); isolation: isolate; }
.media-placeholder--amber { color: var(--navy); background: linear-gradient(145deg, #ffe272, #f3bc22 64%, #bd8100); }
.media-placeholder::before, .media-placeholder::after { position: absolute; border: 1px solid currentColor; border-radius: 50%; opacity: .14; content: ''; }
.media-placeholder::before { top: -10%; right: -20%; width: 85%; aspect-ratio: 1; }
.media-placeholder::after { right: 12%; bottom: -18%; width: 60%; aspect-ratio: 1; }
.media-placeholder__grid { position: absolute; inset: 0; z-index: -1; opacity: .12; background-image: linear-gradient(currentColor 1px, transparent 1px), linear-gradient(90deg, currentColor 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to bottom right, black, transparent 75%); }
.media-placeholder__spark { position: absolute; top: 50%; left: 50%; display: grid; place-items: center; width: 145px; height: 145px; border: 1px solid rgba(255,255,255,.25); border-radius: 42px 10px 42px 42px; background: rgba(255,255,255,.11); transform: translate(-50%, -55%) rotate(-5deg); backdrop-filter: blur(12px); }
.media-placeholder__label { position: absolute; right: 24px; bottom: 24px; left: 24px; display: grid; padding: 18px 20px; border: 1px solid rgba(255,255,255,.2); border-radius: 13px; background: rgba(8,35,44,.7); backdrop-filter: blur(12px); }
.media-placeholder__label span { color: #bad3d9; font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.media-placeholder__label strong { margin-top: 3px; font-size: 15px; }
.hero-note { position: absolute; z-index: 3; display: flex; align-items: center; gap: 12px; min-width: 210px; padding: 14px 17px; border: 1px solid rgba(255,255,255,.6); border-radius: 15px; background: rgba(255,255,255,.9); box-shadow: 0 15px 40px rgba(8,35,44,.13); backdrop-filter: blur(12px); }
.hero-note > span { display: grid; place-items: center; width: 37px; height: 37px; border-radius: 10px; color: var(--navy); background: var(--accent); }
.hero-note div { display: grid; line-height: 1.25; }
.hero-note small { color: #63767b; font-size: 11px; }
.hero-note strong { font-size: 14px; }
.hero-note--top { top: 9%; left: -35px; }
.hero-note--bottom { right: -25px; bottom: 12%; }
.hero__status { position: relative; z-index: 4; display: grid; grid-template-columns: repeat(3, 1fr); padding: 25px 0; border-top: 1px solid #cddbd8; }
.hero__status > div { display: grid; grid-template-columns: 26px 1fr; align-items: center; padding: 0 28px; border-right: 1px solid #cddbd8; }
.hero__status > div:first-child { padding-left: 0; }
.hero__status > div:last-child { border-right: 0; }
.hero__status .icon, .hero__status .status-dot { grid-row: span 2; color: var(--blue); }
.status-dot { display: inline-block; width: 10px; height: 10px; border-radius: 50%; background: #35a86c; box-shadow: 0 0 0 5px rgba(53,168,108,.12); }
.hero__status strong { font-size: 14px; }
.hero__status small { color: #6e7e82; font-size: 12px; }

.section { padding: clamp(75px, 9vw, 125px) 0; }
.section--light { background: var(--white); }
.section--paper { background: var(--paper); }
.section--dark { color: var(--white); background: var(--navy); }
.section--faq { background: #eef5f3; }
.section--contact { padding: 70px 0; color: var(--white); background: var(--navy); }
.section--compact { padding-block: 65px; }
.section-heading { max-width: 800px; margin-bottom: 55px; }
.section-heading > p:last-child { max-width: 680px; color: var(--ink-soft); font-size: 18px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 310px; padding: 36px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); transition: background .25s ease, transform .25s ease, box-shadow .25s ease; }
.service-card:hover { z-index: 2; background: var(--mist); box-shadow: var(--shadow); transform: translateY(-5px); }
.service-card__number { position: absolute; top: 24px; right: 26px; color: #9caaad; font-family: var(--font-display); font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.service-card__icon { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 42px; border-radius: 17px 5px 17px 17px; color: var(--navy); background: var(--accent); }
.service-card p { color: #607075; font-size: 15px; }
.service-card a, .local-service-grid a { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-size: 14px; font-weight: 800; }
.process-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(60px, 9vw, 130px); }
.process-layout__intro { position: sticky; top: 135px; align-self: start; }
.process-layout__intro p:not(.eyebrow) { color: #adc0c5; }
.text-link { display: inline-flex; align-items: center; gap: 9px; font-weight: 800; }
.text-link--light { color: var(--accent); }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 58px 1fr; gap: 25px; padding: 28px 0; border-top: 1px solid rgba(255,255,255,.13); }
.process-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.13); }
.process-list > li > span { display: grid; place-items: center; width: 52px; height: 52px; border: 1px solid rgba(255,255,255,.19); border-radius: 50%; color: var(--accent); font-family: var(--font-display); font-size: 12px; font-weight: 800; }
.process-list h3 { margin-bottom: 7px; }
.process-list p { margin: 0; color: #adc0c5; }
.pricing-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(55px, 8vw, 110px); }
.pricing-visual { overflow: hidden; min-height: 540px; border-radius: 28px 130px 28px 28px; box-shadow: var(--shadow); }
.pricing-content > p:not(.eyebrow):not(.fine-print) { color: var(--ink-soft); font-size: 18px; }
.price-callout { display: flex; align-items: center; gap: 17px; margin: 28px 0; padding: 20px; border-radius: 16px; background: var(--white); }
.price-callout > span { color: var(--blue); }
.price-callout div { display: grid; }
.price-callout small { color: #718085; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.check-list { margin: 0 0 22px; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 10px; padding: 6px 0; }
.check-list .icon { color: var(--success); }
.fine-print { color: #6e7776; font-size: 13px; }
.area-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.area-card { position: relative; overflow: hidden; padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); background: #f7faf9; }
.area-card::after { position: absolute; right: -70px; bottom: -100px; width: 220px; height: 220px; border: 40px solid rgba(14,100,120,.05); border-radius: 50%; content: ''; }
.area-card__top { display: flex; justify-content: space-between; align-items: start; color: var(--blue); }
.area-card__top > span { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 17px 5px 17px 17px; color: var(--navy); background: var(--accent); }
.area-card__top small { font-weight: 700; }
.area-card h2, .area-card h3 { margin-top: 35px; }
.area-card p { max-width: 520px; color: #607075; }
.area-card__districts { font-size: 13px; }
.area-card .button { position: relative; z-index: 2; margin-top: 10px; }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(55px, 8vw, 105px); }
.faq-layout__intro { align-self: start; }
.faq-layout__intro > p:not(.eyebrow) { color: var(--ink-soft); }
.faq-list details { border-top: 1px solid #c9d9d5; }
.faq-list details:last-child { border-bottom: 1px solid #c9d9d5; }
.faq-list summary { display: grid; grid-template-columns: 38px 1fr 24px; align-items: center; gap: 13px; padding: 24px 0; font-family: var(--font-display); font-size: 18px; font-weight: 700; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span { color: var(--blue); font-size: 11px; }
.faq-list summary i { position: relative; width: 18px; height: 18px; }
.faq-list summary i::before, .faq-list summary i::after { position: absolute; top: 8px; left: 2px; width: 14px; height: 2px; background: var(--blue); content: ''; transition: transform .2s ease; }
.faq-list summary i::after { transform: rotate(90deg); }
.faq-list details[open] summary i::after { transform: rotate(0); }
.faq-list details > div { padding: 0 37px 23px 51px; color: var(--ink-soft); }
.faq-list details > div p { margin: 0; }
.contact-panel { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(45px, 8vw, 105px); padding: clamp(35px, 6vw, 75px); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-lg); background: linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,.015)); }
.contact-panel__intro > p:not(.eyebrow) { max-width: 510px; color: #adc0c5; }
.contact-phone { display: inline-flex; align-items: center; gap: 14px; margin-top: 25px; }
.contact-phone > .icon { width: 50px; height: 50px; padding: 13px; border-radius: 15px; color: var(--navy); background: var(--accent); }
.contact-phone span { display: grid; }
.contact-phone small { color: #adc0c5; font-size: 12px; }
.contact-phone strong { font-family: var(--font-display); font-size: 23px; }
.contact-form { padding: clamp(25px, 4vw, 42px); border-radius: var(--radius); color: var(--ink); background: var(--white); }
.form-row { display: grid; grid-template-columns: 1fr .55fr; gap: 14px; }
.form-field { display: grid; gap: 7px; margin-bottom: 15px; }
.form-field > span { font-size: 13px; font-weight: 800; }
.form-field > span small { color: #849095; font-weight: 500; }
.form-field input, .form-field textarea { width: 100%; border: 1px solid #cbd6d4; border-radius: 10px; outline: 0; background: #fafcfb; transition: border .2s, box-shadow .2s; }
.form-field input { height: 49px; padding: 0 14px; }
.form-field textarea { padding: 12px 14px; resize: vertical; }
.form-field input:focus, .form-field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(14,100,120,.12); }
.form-honeypot { position: absolute; left: -9999px; }
.form-privacy { margin: 14px 0 0; color: #758388; font-size: 11px; text-align: center; }
.form-message { margin-bottom: 15px; padding: 11px 13px; border-radius: 9px; font-size: 14px; }
.form-message--success { color: #115638; background: #dff5e9; }
.form-message--error { color: #842820; background: #fce4e2; }
.contact-form[aria-busy="true"] button[type="submit"] { cursor: wait; opacity: .65; }

.city-hero { padding: 45px 0 0; background: #eef5f3; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 50px; color: #6b7d82; font-size: 13px; }
.breadcrumbs a:hover { color: var(--blue); }
.city-hero__grid { grid-template-columns: 1.08fr .92fr; align-items: stretch; }
.city-hero__content { padding-bottom: 75px; }
.city-hero h1 { max-width: 780px; font-size: clamp(2.8rem, 4.7vw, 4.75rem); }
.city-hero__visual { min-height: 520px; border-radius: 120px 24px 0 0; }
.availability-note { display: flex; align-items: center; gap: 11px; margin: 0; color: #55696f; font-size: 13px; }
.city-facts { color: var(--white); background: var(--navy); }
.city-facts__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.city-facts__grid > div { display: grid; grid-template-columns: 38px 1fr; padding: 24px 23px; border-right: 1px solid rgba(255,255,255,.12); }
.city-facts__grid > div:first-child { border-left: 1px solid rgba(255,255,255,.12); }
.city-facts__grid span { grid-row: span 2; color: var(--accent); }
.city-facts__grid small { color: #9eb5bb; font-size: 11px; }
.city-facts__grid strong { overflow-wrap: anywhere; font-size: 14px; }
.city-intro-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 75px; margin-bottom: 60px; }
.prose { font-size: 18px; }
.prose--large { color: var(--ink-soft); font-size: 20px; }
.prose h2, .prose h3 { margin-top: 1.6em; }
.prose a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.prose ul, .prose ol { padding-left: 1.25em; }
.legal-demo-notice { margin-bottom: 38px; padding: 18px 20px; border: 1px solid #e2c64c; border-left: 5px solid var(--accent-dark); border-radius: 10px; color: #473b08; background: #fff7ce; }
.local-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: var(--radius); }
.local-service-grid article { padding: 35px; border-right: 1px solid var(--line); }
.local-service-grid article:last-child { border-right: 0; }
.local-service-grid h3 { margin-top: 0; }
.local-service-grid p { color: #607075; font-size: 15px; }
.district-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 80px; }
.district-layout .section-heading { margin: 0; }
.district-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 0; padding: 0; list-style: none; }
.district-list li { display: flex; align-items: center; gap: 9px; padding: 12px 14px; border: 1px solid #d8d4ca; border-radius: 10px; background: rgba(255,255,255,.45); font-weight: 600; }
.district-list .icon { color: var(--blue); }
.safety-card { display: grid; grid-template-columns: 90px 1fr auto; align-items: center; gap: 35px; }
.safety-card__icon { display: grid; place-items: center; width: 85px; height: 85px; border-radius: 25px 7px 25px 25px; color: var(--navy); background: var(--accent); }
.safety-card p:not(.eyebrow) { max-width: 720px; margin: 0; color: #adc0c5; }
.nearby { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.nearby h2 { margin: 0; font-size: 30px; }
.nearby > div { display: flex; flex-wrap: wrap; gap: 10px; }
.nearby a { display: inline-flex; align-items: center; gap: 9px; padding: 12px 16px; border: 1px solid var(--line); border-radius: 10px; background: var(--white); font-weight: 700; }
.archive-hero, .page-hero { padding: 70px 0 80px; background: #eef5f3; }
.archive-hero h1, .page-hero h1 { max-width: 900px; }
.archive-hero .hero__lead { max-width: 780px; }

.site-footer { padding: 75px 0 25px; color: #b6c7cb; background: #071c23; }
.site-footer__grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 55px; }
.site-footer__brand > p { max-width: 300px; margin-top: 24px; font-size: 14px; }
.brand--footer { color: var(--white); }
.site-footer h2 { margin-bottom: 20px; color: var(--white); font-size: 14px; letter-spacing: .04em; }
.footer-menu { margin: 0; padding: 0; list-style: none; }
.footer-menu li { margin-bottom: 9px; }
.footer-menu a, .site-footer__contact a { font-size: 14px; }
.footer-menu a:hover, .site-footer__contact a:hover { color: var(--accent); }
.site-footer__contact { display: flex; flex-direction: column; align-items: flex-start; }
.site-footer__contact p { margin-top: 14px; font-size: 14px; }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; }
.site-footer__bottom p { margin: 0; }
.mobile-contact-bar { display: none; }

@media (max-width: 1050px) {
	.site-header__inner { gap: 20px; }
	.header-call { display: none; }
	.primary-nav { justify-self: end; }
	.hero__grid, .city-hero__grid { gap: 45px; }
	.hero__media { min-height: 520px; }
	.hero-note--top { left: -15px; }
	.hero-note--bottom { right: -10px; }
	.site-footer__grid { grid-template-columns: 1.4fr repeat(2, 1fr); }
	.site-footer__contact { grid-column: 2 / 4; }
}

@media (max-width: 820px) {
	.admin-bar .site-header { top: 46px; }
	.site-header__inner { grid-template-columns: 1fr auto; min-height: 72px; }
	.nav-toggle { display: grid; place-items: center; }
	.nav-open .nav-toggle__open { display: none; }
	.nav-open .nav-toggle__close { display: grid; }
	.primary-nav { position: absolute; z-index: 140; top: 100%; right: 0; bottom: auto; left: 0; display: none; align-self: start; justify-self: stretch; width: 100vw; max-width: none; height: calc(100dvh - var(--mobile-nav-top, 72px)); max-height: calc(100vh - var(--mobile-nav-top, 72px)); margin: 0; padding: 22px max(20px, calc((100vw - 720px) / 2)); overflow-y: auto; border-top: 1px solid var(--line); background: var(--white); box-shadow: 0 24px 45px rgba(8,35,44,.18); opacity: 1; overscroll-behavior: contain; }
	.nav-open .primary-nav { display: block; }
	.primary-nav__menu { display: grid; width: 100%; gap: 0; }
	.primary-nav__menu > li { width: 100%; }
	.primary-nav a { display: flex; align-items: center; width: 100%; min-height: 62px; padding: 15px 4px; border-bottom: 1px solid var(--line); font-family: var(--font-display); font-size: 22px; }
	.primary-nav a::after { display: none; }
	.hero { padding-top: 70px; }
	.hero__grid, .city-hero__grid { grid-template-columns: 1fr; }
	.hero__content, .city-hero__content { padding-bottom: 0; }
	.hero__visual { width: min(100%, 620px); margin: 0 auto; }
	.hero__media { min-height: 500px; border-radius: 100px 22px 22px 22px; }
	.hero__status { margin-top: 50px; }
	.hero-note--top { left: 12px; }
	.hero-note--bottom { right: 12px; }
	.service-grid { grid-template-columns: repeat(2, 1fr); }
	.process-layout, .pricing-grid, .faq-layout, .contact-panel, .city-intro-grid, .district-layout { grid-template-columns: 1fr; }
	.process-layout__intro { position: static; }
	.pricing-visual { min-height: 430px; }
	.area-grid { grid-template-columns: 1fr; }
	.contact-panel { padding: 38px; }
	.city-hero__grid { grid-template-columns: 1fr; }
	.city-hero h1 { max-width: 680px; font-size: clamp(2.6rem, 9vw, 4.2rem); }
	.city-hero__visual { min-height: 450px; border-radius: 90px 22px 0 0; }
	.city-facts__grid { grid-template-columns: repeat(2, 1fr); }
	.local-service-grid { grid-template-columns: 1fr; }
	.local-service-grid article { border-right: 0; border-bottom: 1px solid var(--line); }
	.local-service-grid article:last-child { border-bottom: 0; }
	.safety-card { grid-template-columns: 70px 1fr; }
	.safety-card .button { grid-column: 2; justify-self: start; }
	.site-footer__grid { grid-template-columns: repeat(2, 1fr); }
	.site-footer__contact { grid-column: auto; }
}

@media (max-width: 600px) {
	body { font-size: 16px; padding-bottom: 64px; }
	.container { width: min(calc(100% - 30px), var(--container)); }
	h1 { font-size: clamp(2.45rem, 13vw, 3.7rem); }
	h2 { font-size: clamp(1.9rem, 9vw, 2.75rem); }
	.demo-bar { padding-inline: 12px; font-size: 11px; }
	.brand__mark { width: 40px; height: 40px; }
	.hero { padding-top: 55px; }
	.hero__actions { display: grid; }
	.hero__badges { display: grid; }
	.hero__media { min-height: 410px; }
	.media-placeholder__spark { width: 110px; height: 110px; }
	.hero-note { min-width: 175px; padding: 11px 13px; }
	.hero-note--top { top: 6%; }
	.hero-note--bottom { bottom: 6%; }
	.hero__status { grid-template-columns: 1fr; padding-block: 10px; }
	.hero__status > div { padding: 14px 0; border-right: 0; border-bottom: 1px solid #cddbd8; }
	.hero__status > div:last-child { border-bottom: 0; }
	.section { padding-block: 72px; }
	.section-heading { margin-bottom: 38px; }
	.service-grid { grid-template-columns: 1fr; }
	.service-card { min-height: 0; padding: 28px; }
	.service-card__icon { margin-bottom: 30px; }
	.process-list li { grid-template-columns: 45px 1fr; gap: 16px; }
	.process-list > li > span { width: 42px; height: 42px; }
	.pricing-visual { min-height: 370px; border-radius: 22px 75px 22px 22px; }
	.area-card { padding: 28px; }
	.faq-list summary { grid-template-columns: 30px 1fr 20px; font-size: 16px; }
	.faq-list details > div { padding-left: 43px; }
	.contact-panel { padding: 24px; border-radius: 22px; }
	.contact-form { padding: 22px 18px; }
	.form-row { grid-template-columns: 1fr; gap: 0; }
	.city-hero { padding-top: 30px; }
	.breadcrumbs { margin-bottom: 35px; }
	.page-hero h1 { font-size: clamp(2.2rem, 11vw, 2.75rem); }
	.city-hero__visual { min-height: 380px; }
	.city-facts__grid { grid-template-columns: 1fr; }
	.city-facts__grid > div, .city-facts__grid > div:first-child { border-right: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
	.district-list { grid-template-columns: 1fr; }
	.safety-card { grid-template-columns: 1fr; }
	.safety-card .button { grid-column: auto; justify-self: stretch; }
	.nearby { align-items: flex-start; flex-direction: column; }
	.site-footer { padding-top: 60px; }
	.site-footer__grid { grid-template-columns: 1fr; gap: 35px; }
	.site-footer__bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
	.mobile-contact-bar { position: fixed; z-index: 120; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; padding: 8px 15px; background: var(--white); box-shadow: 0 -10px 35px rgba(8,35,44,.14); }
	.mobile-contact-bar a { display: flex; justify-content: center; align-items: center; gap: 7px; min-height: 48px; border-radius: 10px; font-weight: 800; }
	.mobile-contact-bar a:first-child { color: var(--white); background: var(--navy); }
	.mobile-contact-bar a:last-child { color: var(--navy); background: var(--accent); }
}

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