:root {
  --red: #d62b2b;
  --red-dark: #aa1d1d;
  --red-soft: #fff0ee;
  --ink: #17191c;
  --charcoal: #202328;
  --muted: #687078;
  --line: #e7e8ea;
  --paper: #ffffff;
  --warm: #f7f6f4;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.wrap { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.topbar { background: #16181b; color: #d7d9dc; font-size: 12px; }
.topbar-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; }
.topbar span, .topbar a { display: inline-flex; align-items: center; gap: 7px; }
.topbar-inner > div { display: flex; gap: 26px; }
.topbar a:hover { color: #fff; }

.header { position: relative; z-index: 20; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--line); }
.nav { height: 94px; display: flex; align-items: center; gap: 34px; }
.logo { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.logo-picture { width: 98px; height: 66px; display: grid; place-items: center; }
.logo-picture img { width: 100%; height: 100%; object-fit: contain; }
.logo-name { display: flex; flex-direction: column; line-height: .91; letter-spacing: -.8px; }
.logo-name b:first-child { font-size: 17px; font-weight: 750; }
.logo-name b:nth-child(2) { font-size: 25px; font-weight: 900; }
.logo-name span { color: var(--red); font-size: 14px; margin-left: 2px; }
.header-cta { min-height: 48px; margin-left: auto; display: inline-flex; align-items: center; gap: 9px; padding: 0 19px; border-radius: 8px; background: var(--red); color: #fff; font-size: 14px; font-weight: 800; box-shadow: 0 10px 26px rgba(214,43,43,.18); transition: .2s ease; }
.header-cta:hover { background: var(--red-dark); transform: translateY(-1px); }
.site-menu { position: relative; }
.site-menu summary { min-height: 48px; list-style: none; display: flex; align-items: center; gap: 8px; padding: 0 15px; border: 1px solid #d9dcdf; border-radius: 8px; cursor: pointer; font-size: 14px; font-weight: 800; user-select: none; }
.site-menu summary::-webkit-details-marker { display: none; }
.site-menu summary:hover { border-color: #aeb3b8; background: #fafafa; }
.site-menu[open] summary { border-color: var(--ink); }
.site-menu[open] summary svg:last-child { transform: rotate(180deg); }
.menu-panel { position: absolute; z-index: 40; top: 58px; right: 0; width: 380px; max-height: min(680px, calc(100vh - 130px)); overflow-y: auto; padding: 10px; display: grid; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 24px 60px rgba(18,20,23,.18); }
.menu-panel a { display: grid; grid-template-columns: 32px 1fr 20px; align-items: center; gap: 10px; min-height: 68px; padding: 9px 11px; border-radius: 9px; transition: .18s ease; }
.menu-panel a:hover { background: var(--red-soft); }
.menu-panel a > span { color: var(--red); font-size: 10px; font-weight: 850; letter-spacing: 1px; }
.menu-panel a > div { display: flex; flex-direction: column; gap: 3px; }
.menu-panel a b { font-size: 14px; }
.menu-panel a small { color: var(--muted); font-size: 10px; }
.menu-panel a > svg { width: 16px; color: #9ca1a6; }
.menu-panel .sister-menu-link { margin-top: 7px; border-top: 1px solid var(--line); border-radius: 0 0 9px 9px; background: #1d2024; color: #fff; }
.menu-panel .sister-menu-link small { color: #afb5bb; }
.menu-panel .sister-menu-link:hover { background: #292d32; }

.hero { background: linear-gradient(135deg, #fbfaf8 0%, #f4f2ef 100%); padding: 78px 0 86px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: .93fr 1.07fr; gap: 78px; align-items: center; }
.eyebrow, .section-label { display: flex; align-items: center; gap: 10px; color: var(--red); font-size: 11px; font-weight: 850; letter-spacing: 1.8px; }
.eyebrow span { width: 26px; height: 2px; background: var(--red); }
.hero h1 { max-width: 620px; margin: 22px 0 18px; font-size: clamp(44px, 5vw, 68px); line-height: 1.01; letter-spacing: -3.2px; font-weight: 850; }
.hero h1 em { color: var(--red); font-style: normal; }
.hero h2 { margin: 0 0 13px; font-size: 22px; letter-spacing: -.5px; }
.hero-copy > p { max-width: 590px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border-radius: 8px; font-size: 14px; font-weight: 800; transition: .2s ease; }
.button.primary { background: var(--red); color: #fff; box-shadow: 0 12px 30px rgba(214,43,43,.2); }
.button.primary:hover { background: var(--red-dark); transform: translateY(-2px); }
.button.secondary { border: 1px solid #cfd2d5; background: #fff; }
.button.secondary:hover { border-color: var(--ink); transform: translateY(-2px); }
.hero-trust { margin-top: 24px; display: flex; align-items: center; gap: 8px; color: #50575d; font-size: 13px; font-weight: 650; }
.hero-trust svg { color: #2d996e; }
.hero-photo { position: relative; min-height: 545px; }
.hero-photo::before { content: ""; position: absolute; width: 210px; height: 210px; right: -54px; top: -52px; border-radius: 50%; background: var(--red); opacity: .09; }
.hero-photo::after { content: ""; position: absolute; left: -22px; bottom: -22px; width: 160px; height: 160px; border: 1px solid rgba(214,43,43,.28); border-radius: 50%; }
.hero-photo > img { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 50%; border-radius: 20px; box-shadow: 0 24px 65px rgba(28,30,33,.18); }
.hero-visual-copy { position: absolute; z-index: 3; top: 31px; left: 33px; max-width: 350px; display: flex; flex-direction: column; }
.hero-visual-copy span { color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: 1.7px; }
.hero-visual-copy strong { margin-top: 10px; color: var(--ink); font-size: clamp(30px, 3.1vw, 40px); line-height: .99; letter-spacing: -1.7px; }
.hero-visual-stats { position: absolute; z-index: 3; right: 18px; bottom: 18px; left: 18px; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; background: rgba(20,22,25,.9); border: 1px solid rgba(255,255,255,.18); border-radius: 14px; box-shadow: 0 18px 42px rgba(20,22,25,.22); backdrop-filter: blur(12px); }
.hero-visual-stat { min-height: 78px; display: grid; grid-template-columns: 37px 1fr; align-items: center; gap: 10px; padding: 12px 16px; color: #fff; }
.hero-visual-stat + .hero-visual-stat { border-left: 1px solid rgba(255,255,255,.15); }
.hero-visual-stat svg { width: 23px; color: #ff6d63; }
.hero-visual-stat span { display: flex; flex-direction: column; }
.hero-visual-stat b { font-size: 14px; }
.hero-visual-stat small { margin-top: 3px; color: #c6cacf; font-size: 10px; }

.facts { position: relative; z-index: 5; margin-top: -1px; background: #fff; border-bottom: 1px solid var(--line); }
.facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.facts article { min-height: 190px; padding: 34px 28px; border-right: 1px solid var(--line); }
.facts article:first-child { border-left: 1px solid var(--line); }
.facts article > span { width: 44px; height: 44px; border-radius: 10px; display: grid; place-items: center; background: var(--red-soft); color: var(--red); }
.facts article svg { width: 22px; }
.facts h3 { margin: 19px 0 7px; font-size: 17px; letter-spacing: -.25px; }
.facts p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.facts article.fact-clickable { padding: 0; }
.fact-card-button { width: 100%; height: 100%; min-height: 190px; padding: 34px 28px; border: 0; background: transparent; color: inherit; font: inherit; text-align: left; cursor: pointer; transition: background .18s ease; }
.fact-card-button:hover { background: #fff8f7; }
.fact-card-button:focus-visible { position: relative; z-index: 1; outline: 3px solid var(--red); outline-offset: -3px; }
.facts .fact-card-button > .fact-icon { width: 44px; height: 44px; border-radius: 10px; display: grid; place-items: center; background: var(--red-soft); color: var(--red); }
.fact-title { display: block; margin: 19px 0 7px; font-size: 17px; letter-spacing: -.25px; }
.fact-text { display: block; color: var(--muted); font-size: 13px; line-height: 1.55; }
.fact-more { display: block; margin-top: 9px; color: var(--red-dark); font-size: 11px; font-weight: 800; }

.legal-modal { width: min(680px, calc(100% - 32px)); max-height: calc(100vh - 32px); padding: 0; overflow: auto; border: 0; border-radius: 16px; background: #fff; color: var(--ink); box-shadow: 0 28px 90px rgba(0,0,0,.3); }
.legal-modal::backdrop { background: rgba(15,17,19,.72); backdrop-filter: blur(3px); }
.legal-modal-content { position: relative; padding: 42px 46px 44px; }
.legal-modal-close { position: absolute; top: 15px; right: 17px; width: 38px; height: 38px; display: grid; place-items: center; border: 0; border-radius: 50%; background: #f0f1f2; color: #282b2f; font-size: 27px; line-height: 1; cursor: pointer; }
.legal-modal-close:hover { background: var(--red-soft); color: var(--red-dark); }
.legal-modal-close:focus-visible { outline: 3px solid var(--red); outline-offset: 2px; }
.legal-modal-label { display: block; margin: 0 48px 12px 0; color: var(--red); font-size: 11px; font-weight: 850; letter-spacing: 1.5px; }
.legal-modal h2 { margin: 0 42px 20px 0; font-size: clamp(27px, 5vw, 37px); line-height: 1.13; letter-spacing: -1.2px; }
.legal-modal p { margin: 0 0 16px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.legal-modal p strong { color: var(--ink); }
.legal-modal-warning { padding: 16px 18px; border-left: 4px solid var(--red); background: var(--red-soft); color: #5e2522 !important; }

.section { padding: 116px 0; }
.section h2, .locations h2, .contact h2 { margin: 17px 0 24px; font-size: clamp(36px, 4vw, 51px); line-height: 1.08; letter-spacing: -2.2px; }
.about-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 90px; align-items: center; }
.about-photo { position: relative; min-height: 590px; }
.about-photo::before { content: ""; position: absolute; inset: 26px -24px -24px 26px; border: 1px solid #efc4c0; border-radius: 18px; }
.about-photo img { position: absolute; z-index: 1; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 45%; border-radius: 18px; }
.experience { position: absolute; z-index: 2; right: -24px; bottom: 36px; min-width: 184px; padding: 22px; display: flex; align-items: center; gap: 11px; border-radius: 12px; background: var(--red); color: #fff; box-shadow: 0 18px 38px rgba(135,24,24,.24); }
.experience b { font-size: 42px; letter-spacing: -2px; }
.experience span { font-size: 11px; line-height: 1.35; letter-spacing: 1px; text-transform: uppercase; }
.about-copy > p { margin: 0 0 17px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.about-copy ul { list-style: none; padding: 0; margin: 26px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 13px 22px; font-size: 13px; font-weight: 650; }
.about-copy li { display: flex; align-items: center; gap: 9px; }
.about-copy li svg { width: 18px; color: var(--red); }
.text-link { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 5px; border-bottom: 2px solid var(--red); font-size: 14px; font-weight: 800; }
.text-link svg { width: 18px; color: var(--red); }

.locations { padding: 92px 0; background: var(--charcoal); color: #fff; overflow: hidden; }
.locations-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 70px; align-items: center; }
.section-label.light { color: #ff8b80; }
.locations h2 { margin-bottom: 17px; }
.locations p { max-width: 670px; margin: 0; color: #b9bdc2; line-height: 1.7; }
.towns { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 27px; }
.towns span { padding: 9px 13px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: rgba(255,255,255,.05); font-size: 12px; color: #e8e9eb; }
.location-mark { position: relative; min-height: 250px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; }
.location-mark::before, .location-mark::after { content: ""; position: absolute; width: 220px; height: 220px; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; }
.location-mark::after { width: 330px; height: 330px; }
.location-mark > * { position: relative; z-index: 1; }
.location-mark > span { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 13px; border-radius: 50%; background: var(--red); }
.location-mark svg { width: 28px; }
.location-mark b { font-size: 27px; line-height: 1; letter-spacing: -.7px; }
.location-mark small { margin-top: 7px; color: #aeb3b8; }

.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 45px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 450px; margin: 0; color: var(--muted); line-height: 1.7; }
.section-heading-side { max-width: 450px; display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
.section-heading-side p { margin: 0; color: var(--muted); line-height: 1.7; }
.gallery-grid { height: 560px; display: grid; grid-template-columns: 1.32fr .88fr; grid-template-rows: 1fr 1fr; gap: 14px; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; border-radius: 12px; }
.gallery-grid .gallery-main { grid-row: 1 / 3; object-position: center 48%; }
.gallery-grid img:nth-child(2) { object-position: center 44%; }
.gallery-grid img:nth-child(3) { object-position: center 53%; }

.contact { padding: 92px 0; color: #fff; background: linear-gradient(120deg, #8e1b1b, var(--red) 50%, #e6473c); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.contact h2 { margin-bottom: 17px; }
.contact p { max-width: 520px; margin: 0; color: rgba(255,255,255,.78); line-height: 1.65; }
.contact .section-label.light { color: #ffd0cb; }
.contact-page-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 25px; padding-bottom: 5px; border-bottom: 2px solid rgba(255,255,255,.75); font-size: 14px; font-weight: 800; }
.contact-page-link svg { width: 18px; }
.contact-card { padding: 8px 26px; border-radius: 16px; background: #fff; color: var(--ink); box-shadow: 0 20px 55px rgba(78,9,9,.2); }
.contact-card > * { min-height: 86px; display: grid; grid-template-columns: 46px 1fr; grid-template-rows: 1fr 1fr; align-content: center; column-gap: 10px; border-bottom: 1px solid var(--line); }
.contact-card > *:last-child { border-bottom: 0; }
.contact-card > * > span { grid-row: 1 / 3; width: 38px; height: 38px; display: grid; place-items: center; align-self: center; border-radius: 50%; background: var(--red-soft); color: var(--red); }
.contact-card svg { width: 18px; }
.contact-card small { align-self: end; color: var(--muted); font-size: 11px; }
.contact-card b { align-self: start; margin-top: 3px; font-size: 16px; }

footer { background: #111316; color: #fff; }
.footer-main { padding: 54px 0 46px; display: grid; grid-template-columns: 1.15fr .7fr 1fr; align-items: start; gap: 70px; }
.footer-brand { display: flex; flex-direction: column; align-items: flex-start; }
.logo-footer .logo-picture { width: 70px; height: 50px; }
.logo-footer .logo-name b:first-child { font-size: 14px; }
.logo-footer .logo-name b:nth-child(2) { font-size: 21px; }
.footer-brand p { max-width: 310px; margin: 19px 0 0; color: #9da2a8; font-size: 12px; line-height: 1.65; }
.footer-column h2 { margin: 7px 0 20px; color: #fff; font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; }
.footer-nav-links, .footer-contact-links { display: grid; gap: 12px; }
.footer-nav-links a, .footer-contact-links a { width: fit-content; color: #aeb3b8; font-size: 13px; transition: color .18s ease; }
.footer-nav-links a:hover, .footer-contact-links a:hover { color: #fff; }
.footer-contact-links address { color: #8b9197; font-size: 12px; font-style: normal; line-height: 1.65; }
.footer-legal-id { display: block; color: #777d83; font-size: 10px; line-height: 1.65; }
.footer-bottom { min-height: 62px; display: flex; align-items: center; justify-content: center; gap: 20px; border-top: 1px solid #292c30; color: #777d83; font-size: 11px; text-align: center; }
.footer-bottom a { color: #d5d8db; font-weight: 750; text-decoration: none; }
.footer-bottom a:hover { color: #d5d8db; }
.mobile-call { display: none; }

/* Klasická HTML/PHP verzia pre Websupport */
.logo-picture img { background: transparent; }
.fact-icon svg, .inline-icon { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.hero-buttons svg, .text-link svg, .contact-page-link svg, .header-cta svg, .mobile-call svg, .subpage-cta svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.contact-card svg, .company-contact svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.site-menu summary svg, .menu-panel svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.topbar svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 2; }
.status-message { display: none; margin: 0 0 24px; padding: 15px 17px; border-radius: 9px; font-size: 13px; font-weight: 700; }
.status-message.show { display: block; }
.status-message.success { border: 1px solid #b9dbc9; background: #eef9f3; color: #246a49; }
.status-message.error { border: 1px solid #efc4be; background: #fff2f0; color: #9b2922; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.admin-link { color: #7f858b; }
.admin-link:hover { color: #fff; }
.gallery-empty { min-height: 300px; padding: 42px; display: grid; place-items: center; border: 1px dashed #cfd2d5; border-radius: 14px; background: var(--warm); color: var(--muted); text-align: center; }
.gallery-empty strong { display: block; margin-bottom: 8px; color: var(--ink); font-size: 20px; }
.gallery-loader { min-height: 220px; display: grid; place-items: center; color: var(--muted); font-size: 13px; }
.admin-shell { min-height: 100vh; background: var(--warm); }
.admin-top { padding: 28px 0; background: #17191c; color: #fff; }
.admin-top .wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.admin-top a { color: #cbd0d5; font-size: 13px; }
.admin-main { padding: 60px 0 90px; }
.admin-card { max-width: 560px; margin: 0 auto; padding: 34px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 18px 50px rgba(24,26,29,.08); }
.admin-card h1 { margin: 0 0 10px; font-size: 34px; letter-spacing: -1.5px; }
.admin-card > p { margin: 0 0 25px; color: var(--muted); line-height: 1.65; }
.admin-form { display: grid; gap: 16px; }
.admin-form label { display: grid; gap: 7px; font-size: 11px; font-weight: 800; }
.admin-form input[type="text"], .admin-form input[type="password"], .admin-form input[type="file"] { width: 100%; min-height: 50px; padding: 10px 13px; border: 1px solid #d7dadd; border-radius: 8px; }
.admin-button { min-height: 50px; padding: 0 18px; border: 0; border-radius: 8px; background: var(--red); color: #fff; font-weight: 850; cursor: pointer; }
.admin-button:hover { background: var(--red-dark); }
.admin-notice { margin-bottom: 22px; padding: 14px 16px; border-radius: 9px; background: var(--red-soft); color: #85251f; font-size: 13px; line-height: 1.6; }
.admin-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 22px; align-items: start; }
.admin-panel { padding: 30px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.admin-panel h2 { margin: 0 0 8px; font-size: 27px; }
.admin-panel > p { margin: 0 0 24px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.admin-list { display: grid; gap: 10px; }
.admin-photo { display: grid; grid-template-columns: 110px 1fr auto; gap: 14px; align-items: center; padding: 10px; border: 1px solid var(--line); border-radius: 10px; }
.admin-photo img { width: 110px; height: 78px; object-fit: cover; border-radius: 7px; }
.admin-photo-info { display: grid; gap: 4px; }
.admin-photo-info small { color: var(--muted); }
.admin-photo-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px; }
.admin-photo-actions button { min-width: 36px; min-height: 36px; padding: 0 10px; border: 1px solid #d7dadd; border-radius: 7px; background: #fff; cursor: pointer; }
.admin-photo-actions button:hover { border-color: var(--red); color: var(--red); }
.admin-photo-actions .delete:hover { border-color: #b62222; background: #b62222; color: #fff; }
.admin-photo.featured { border-color: #dba89f; box-shadow: inset 4px 0 0 var(--red); }
.admin-empty { padding: 40px; border: 1px dashed #cfd2d5; border-radius: 12px; color: var(--muted); text-align: center; }

.simple-intro { padding: 104px 0; }
.simple-intro-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 76px; align-items: center; }
.simple-intro-grid > img { width: 100%; height: 480px; object-fit: cover; object-position: center 45%; border-radius: 16px; }
.simple-intro-grid h2 { margin: 16px 0 21px; font-size: clamp(36px, 4vw, 51px); line-height: 1.08; letter-spacing: -2.2px; }
.simple-intro-grid p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.simple-intro-grid .text-link { margin-top: 26px; }
.simple-intro-text { max-width: 900px; text-align: center; }
.simple-intro-text h2 { margin: 16px 0 21px; font-size: clamp(36px, 4vw, 51px); line-height: 1.08; letter-spacing: -2.2px; }
.simple-intro-text p { max-width: 760px; margin: 0 auto; color: var(--muted); font-size: 16px; line-height: 1.75; }
.simple-intro-text .text-link { justify-content: center; margin-top: 26px; }
.coverage-map { position: relative; min-height: 0; aspect-ratio: 1596 / 986; display: block; margin-top: 44px; overflow: hidden; border: 1px solid #e6e0da; border-radius: 18px; background: #f8f8f8; box-shadow: 0 22px 55px rgba(24,26,29,.11); }
.coverage-map-art { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.coverage-map-art > img { width: 100%; height: 100%; object-fit: contain; filter: contrast(1.04); }
.coverage-map-label { position: absolute; z-index: 3; right: 22px; bottom: 22px; display: flex; flex-direction: column; align-items: flex-start; padding: 14px 18px; border-radius: 12px; background: rgba(17,19,22,.92); color: #fff; text-align: left; box-shadow: 0 15px 35px rgba(17,19,22,.2); backdrop-filter: blur(8px); }
.coverage-map-label small { color: #ff8279; font-size: 9px; font-weight: 900; letter-spacing: 1.45px; }
.coverage-map-label b { margin-top: 5px; font-size: 19px; }
.coverage-map-label em { margin-top: 2px; color: #d5d8db; font-size: 11px; font-style: normal; }
.coverage-map-credit { display: block; margin-top: 10px; color: #8a8f94; font-size: 10px; line-height: 1.5; }
.coverage-map-credit a { color: #686e73; text-decoration: underline; text-underline-offset: 2px; }
.simple-areas { padding: 94px 0; background: var(--warm); }
.simple-areas-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 35px; }
.simple-areas-heading h2 { margin: 14px 0 0; font-size: clamp(34px, 4vw, 48px); letter-spacing: -2px; }
.simple-areas-heading p { max-width: 430px; margin: 0; color: var(--muted); line-height: 1.65; }
.simple-town-list { columns: 3; column-gap: 44px; border-top: 1px solid var(--line); }
.simple-town-list span { min-height: 48px; display: flex; align-items: center; gap: 9px; break-inside: avoid; border-bottom: 1px solid var(--line); color: #535a60; font-size: 13px; }
.simple-town-list svg { width: 14px; color: var(--red); }

/* Multi-page service hub */
.home-services { background: var(--warm); }
.link-card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.link-card-grid > a { position: relative; min-height: 310px; padding: 30px; display: flex; flex-direction: column; align-items: flex-start; border: 1px solid #e1e1df; border-radius: 15px; background: #fff; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.link-card-grid > a:hover { transform: translateY(-4px); border-color: #d4aaa7; box-shadow: 0 18px 45px rgba(22,24,27,.08); }
.link-card-grid > a > svg:first-child { width: 45px; height: 45px; padding: 10px; border-radius: 10px; background: var(--red-soft); color: var(--red); }
.link-card-grid small { margin-top: 28px; color: var(--red); font-size: 9px; font-weight: 850; letter-spacing: 1.3px; }
.link-card-grid h3 { margin: 10px 0; font-size: 21px; line-height: 1.15; letter-spacing: -.6px; }
.link-card-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.link-card-grid > a > svg:last-child { width: 19px; margin-top: auto; color: var(--red); }

.content-section { background: var(--warm); }
.service-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.service-detail-grid article { min-height: 330px; padding: 34px; display: grid; grid-template-columns: 58px 1fr; gap: 21px; border: 1px solid #e0e1df; border-radius: 16px; background: #fff; }
.service-detail-grid article > span { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 12px; background: var(--red-soft); color: var(--red); }
.service-detail-grid article > span svg { width: 25px; }
.service-detail-grid small { color: var(--red); font-size: 10px; font-weight: 850; letter-spacing: 1.2px; }
.service-detail-grid h2 { margin: 12px 0 14px; font-size: 27px; letter-spacing: -1px; }
.service-detail-grid p { color: var(--muted); font-size: 14px; line-height: 1.75; }
.service-detail-grid a { display: inline-flex; align-items: center; gap: 8px; margin-top: 15px; padding-bottom: 4px; border-bottom: 2px solid var(--red); font-size: 12px; font-weight: 800; }
.service-detail-grid a svg { width: 16px; }

.sister-service { padding: 72px 0; background: #eef2ef; }
.sister-home { background: #15191b; color: #fff; }
.sister-inner { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.sister-inner > div { max-width: 740px; }
.sister-inner small { color: #36856b; font-size: 10px; font-weight: 850; letter-spacing: 1.6px; }
.sister-home small { color: #7bd0af; }
.sister-inner h2 { margin: 10px 0 10px; font-size: clamp(29px, 4vw, 43px); letter-spacing: -1.7px; }
.sister-inner p { margin: 0; color: #68736e; line-height: 1.65; }
.sister-home p { color: #aeb6b2; }
.sister-home .button.secondary { color: var(--ink); }

.split-content { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: start; }
.split-content h2, .area-layout h2, .narrow-copy h2 { margin: 16px 0 22px; font-size: clamp(34px, 4vw, 49px); line-height: 1.08; letter-spacing: -2px; }
.steps-list { list-style: none; padding: 0; margin: 34px 0 0; display: grid; gap: 10px; }
.steps-list li { padding: 22px 0; display: grid; grid-template-columns: 52px 1fr; gap: 18px; border-top: 1px solid var(--line); }
.steps-list li > b { color: var(--red); font-size: 12px; letter-spacing: 1px; }
.steps-list h3 { margin: 0 0 7px; font-size: 18px; }
.steps-list p, .large-copy, .area-layout p, .narrow-copy p { margin: 0; color: var(--muted); line-height: 1.75; }
.service-summary { padding: 34px; border-radius: 18px; background: var(--charcoal); color: #fff; box-shadow: 0 22px 55px rgba(20,22,24,.13); }
.service-summary > svg { width: 42px; height: 42px; padding: 9px; border-radius: 10px; background: rgba(255,255,255,.08); color: #ff8b80; }
.service-summary h3 { margin: 26px 0 18px; font-size: 23px; }
.service-summary ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 16px; }
.service-summary li { display: flex; align-items: center; gap: 10px; color: #d7dadd; font-size: 13px; }
.service-summary li svg { width: 18px; color: #ff8b80; }
.service-summary p { color: #bdc1c5; line-height: 1.7; }
.service-summary > svg:last-child { margin-top: 22px; }
.warm-band { padding: 90px 0; background: var(--warm); }
.narrow-copy { max-width: 900px; }
.narrow-copy .text-link { margin-top: 24px; }
.check-grid { list-style: none; padding: 0; margin: 30px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.check-grid li { display: flex; gap: 9px; align-items: center; font-size: 13px; font-weight: 700; }
.check-grid svg { width: 18px; color: var(--red); }

.area-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 75px; align-items: start; }
.town-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.town-grid span { min-height: 54px; display: flex; align-items: center; gap: 9px; border-bottom: 1px solid var(--line); color: #4e555b; font-size: 13px; }
.town-grid span:nth-child(odd) { border-right: 1px solid var(--line); }
.town-grid svg { width: 15px; color: var(--red); }

.faq-grid { max-width: 940px; display: grid; gap: 10px; }
.faq-grid details { border: 1px solid var(--line); border-radius: 12px; background: #fff; overflow: hidden; }
.faq-grid summary { min-height: 76px; padding: 20px 24px; display: flex; align-items: center; gap: 18px; cursor: pointer; font-weight: 800; list-style: none; }
.faq-grid summary::-webkit-details-marker { display: none; }
.faq-grid summary span { color: var(--red); font-size: 10px; letter-spacing: 1px; }
.faq-grid details[open] { border-color: #e2b7b3; box-shadow: 0 12px 30px rgba(22,24,27,.05); }
.faq-grid p { margin: 0; padding: 0 24px 24px 58px; color: var(--muted); line-height: 1.75; }
.faq-grid p a { color: var(--red); font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
.faq-grid summary::after { content: "+"; margin-left: auto; color: var(--red); font-size: 22px; font-weight: 500; }
.faq-grid details[open] summary::after { content: "−"; }
.seo-faq { background: var(--warm); }
.seo-faq .faq-grid { max-width: none; grid-template-columns: 1fr 1fr; }
.seo-faq .faq-grid details:last-child { grid-column: 1 / 3; }

.zovi-hero { text-align: center; }
.zovi-hero .eyebrow { justify-content: center; }
.zovi-hero h1, .zovi-hero p { margin-right: auto; margin-left: auto; }
.zovi-section { background: var(--warm); }
.zovi-card { max-width: 840px; margin: 0 auto; padding: 52px; border: 1px solid #e1e1df; border-radius: 18px; background: #fff; text-align: center; box-shadow: 0 18px 48px rgba(20,22,25,.06); }
.zovi-mark { width: 76px; height: 76px; margin: 0 auto 24px; display: grid; place-items: center; border-radius: 18px; background: var(--red); color: #fff; font-size: 26px; font-weight: 900; letter-spacing: -1px; }
.zovi-card h2 { margin: 0 0 16px; font-size: clamp(32px, 4vw, 46px); letter-spacing: -1.8px; }
.zovi-card p { max-width: 650px; margin: 0 auto; color: var(--muted); font-size: 16px; line-height: 1.75; }
.zovi-card .button { margin-top: 30px; }

.legal-document-shell { padding: 68px 0 82px; background: #fff; }
.legal-document { max-width: 820px; }
.legal-document h1 { margin: 0 0 9px; color: #17191c; font-size: clamp(32px, 5vw, 45px); line-height: 1.15; letter-spacing: -1.4px; }
.legal-document-meta { margin: 0 0 42px; color: #777b80; font-size: 12px; }
.legal-document h2 { margin: 32px 0 9px; color: #17191c; font-size: 19px; line-height: 1.35; letter-spacing: 0; }
.legal-document p { margin: 0; color: #45494e; font-size: 14px; line-height: 1.8; }
.legal-document strong { color: #17191c; }
.legal-document a { color: #17191c; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
/* Gallery administration */
.admin-hero { background: linear-gradient(135deg, #f6f4f1, #eee9e4); }
.admin-section { background: var(--warm); }
.gallery-admin-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 22px; align-items: start; }
.upload-panel, .manage-panel { padding: 34px; border: 1px solid #dedfdd; border-radius: 16px; background: #fff; box-shadow: 0 15px 42px rgba(20,22,25,.05); }
.upload-panel > svg { width: 44px; height: 44px; padding: 10px; border-radius: 10px; background: var(--red-soft); color: var(--red); }
.upload-panel h2, .manage-heading h2 { margin: 18px 0 8px; font-size: 28px; letter-spacing: -1px; }
.upload-panel p { margin: 0 0 25px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.upload-panel label { display: flex; flex-direction: column; gap: 8px; margin-bottom: 16px; }
.upload-panel label span { font-size: 11px; font-weight: 800; }
.upload-panel input { min-height: 50px; padding: 0 13px; border: 1px solid #d7dadd; border-radius: 8px; font: inherit; font-size: 13px; }
.upload-panel input[type=file] { padding: 11px; }
.upload-panel .button { width: 100%; border: 0; cursor: pointer; }
.upload-panel .button:disabled { opacity: .65; cursor: wait; }
.admin-message { margin: 15px 0 0 !important; font-weight: 750; color: #2e775e !important; }
.spin { animation: spin 1s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.manage-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.manage-heading span { color: var(--red); font-size: 9px; font-weight: 850; letter-spacing: 1.4px; }
.manage-heading h2 { margin-top: 5px; }
.manage-heading > b { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--red-soft); color: var(--red); }
.admin-empty { padding: 35px; border: 1px dashed #cfd2d5; border-radius: 12px; color: var(--muted); text-align: center; }
.admin-help { margin: -2px 0 5px; color: var(--muted); font-size: 11px; line-height: 1.6; }
.admin-reset-form { margin-top: 20px; text-align: center; }
.admin-text-button { padding: 5px; border: 0; background: transparent; color: var(--red); font: inherit; font-size: 12px; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.admin-link-button { margin-top: 14px; text-decoration: none; }
.admin-security-panel { margin-top: 22px; padding: 22px 26px; border: 1px solid #dedfdd; border-radius: 14px; background: #fff; }
.admin-security-panel summary { cursor: pointer; font-size: 13px; font-weight: 850; }
.admin-security-panel .admin-form { max-width: 520px; margin-top: 22px; }
.admin-logout { margin-top: 22px; text-align: right; }
.manage-list { display: grid; gap: 9px; }
.manage-list article { min-height: 86px; padding: 9px; display: grid; grid-template-columns: 92px 1fr repeat(4, 38px); align-items: center; gap: 8px; border: 1px solid var(--line); border-radius: 11px; }
.manage-list img { width: 92px; height: 66px; object-fit: cover; border-radius: 7px; }
.manage-list article > div { display: flex; flex-direction: column; gap: 4px; padding: 0 8px; }
.manage-list article b { font-size: 13px; }
.manage-list article small { color: var(--muted); font-size: 10px; }
.manage-list button { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid #d7dadd; border-radius: 7px; background: #fff; color: #53595f; cursor: pointer; }
.manage-list button:hover, .manage-list button.active { border-color: var(--red); color: var(--red); background: var(--red-soft); }
.manage-list button.danger:hover { border-color: #b62222; background: #b62222; color: #fff; }
.manage-list button:disabled { opacity: .3; cursor: not-allowed; }
.manage-list button svg { width: 16px; }

/* Shared subpages */
.page-hero { padding: 74px 0 80px; overflow: hidden; background: linear-gradient(135deg, #fbfaf8 0%, #f2efeb 100%); }
.page-hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; }
.page-hero h1 { max-width: 650px; margin: 21px 0 22px; font-size: clamp(46px, 5.3vw, 70px); line-height: 1; letter-spacing: -3.4px; }
.page-hero h1 em { color: var(--red); font-style: normal; }
.page-hero p { max-width: 650px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.72; }
.page-hero-photo { height: 460px; position: relative; }
.page-hero-photo::before { content: ""; position: absolute; inset: 22px -22px -22px 22px; border: 1px solid #edc0bc; border-radius: 18px; }
.page-hero-photo img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; object-position: center 70%; border-radius: 18px; box-shadow: 0 22px 55px rgba(24,26,29,.16); }
.page-hero-simple { padding: 82px 0 88px; }
.page-hero-simple .wrap { position: relative; }
.page-hero-simple .wrap::after { content: ""; position: absolute; right: 2%; top: 50%; width: 180px; height: 180px; border: 1px solid rgba(214,43,43,.2); border-radius: 50%; transform: translateY(-50%); box-shadow: 0 0 0 44px rgba(214,43,43,.035), 0 0 0 88px rgba(214,43,43,.025); }
.page-hero-simple h1, .page-hero-simple p, .page-hero-simple .eyebrow { position: relative; z-index: 1; }
.page-hero-simple h1 { max-width: 780px; }

.subpage-stats { background: #fff; border-bottom: 1px solid var(--line); }
.subpage-stats .wrap { display: grid; grid-template-columns: repeat(4, 1fr); }
.subpage-stats .wrap > div { min-height: 145px; padding: 30px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.subpage-stats .wrap > div:first-child { border-left: 1px solid var(--line); }
.subpage-stats b { font-size: 26px; letter-spacing: -1px; }
.subpage-stats span { margin-top: 5px; color: var(--muted); font-size: 12px; }

.story-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.story-section h2 { max-width: 470px; margin: 17px 0 0; font-size: clamp(36px, 4vw, 50px); line-height: 1.08; letter-spacing: -2.1px; }
.story-copy > p { margin: 0 0 18px; color: var(--muted); font-size: 16px; line-height: 1.78; }
.promise-list { list-style: none; padding: 0; margin: 30px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 24px; font-size: 13px; font-weight: 700; }
.promise-list li { display: flex; align-items: center; gap: 9px; }
.promise-list svg { width: 18px; color: var(--red); }

.service-band { padding: 102px 0; background: var(--warm); }
.section-heading.compact { margin-bottom: 40px; }
.section-heading.compact h2 { margin-top: 15px; font-size: clamp(36px, 4vw, 48px); line-height: 1.08; letter-spacing: -2px; }
.service-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.service-cards article { min-height: 260px; padding: 30px; border: 1px solid #e2e2e0; border-radius: 14px; background: #fff; }
.service-cards article > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 10px; background: var(--red-soft); color: var(--red); }
.service-cards article svg { width: 23px; }
.service-cards h3 { margin: 24px 0 10px; font-size: 20px; }
.service-cards p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.subpage-cta { padding: 48px 0; background: var(--charcoal); color: #fff; }
.subpage-cta .wrap { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.subpage-cta .wrap > div { display: flex; align-items: center; gap: 17px; }
.subpage-cta .wrap > div > svg { width: 34px; color: #ff8b80; }
.subpage-cta .wrap > div span { display: flex; flex-direction: column; gap: 4px; }
.subpage-cta small { color: #ff9a91; font-size: 9px; font-weight: 850; letter-spacing: 1.7px; }
.subpage-cta b { font-size: 16px; }
.subpage-cta a { min-height: 48px; padding: 0 18px; display: inline-flex; align-items: center; gap: 9px; border: 1px solid rgba(255,255,255,.25); border-radius: 8px; font-size: 13px; font-weight: 800; }
.subpage-cta a:hover { background: #fff; color: var(--ink); }
.subpage-cta a svg { width: 17px; }

/* Gallery page */
.gallery-page-section { padding-top: 86px; }
.gallery-page-intro { display: flex; align-items: center; gap: 13px; margin-bottom: 28px; color: var(--muted); font-size: 13px; }
.gallery-page-intro svg { width: 21px; color: var(--red); }
.gallery-page-intro p { margin: 0; }
.gallery-page-grid { display: grid; grid-template-columns: 1.18fr .82fr; grid-auto-rows: 330px; gap: 14px; }
.gallery-page-grid figure { position: relative; margin: 0; overflow: hidden; border-radius: 14px; background: #eee; }
.gallery-page-grid figure.featured { grid-row: span 2; }
.gallery-page-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.gallery-page-grid figure:hover img { transform: scale(1.025); }
.gallery-page-grid figure:nth-child(1) img { object-position: center 48%; }
.gallery-page-grid figure:nth-child(2) img { object-position: center 47%; }
.gallery-page-grid figure:nth-child(3) img { object-position: center 43%; }
.gallery-page-grid figure:nth-child(4) { grid-column: 1 / 3; }
.gallery-page-grid figure:nth-child(4) img { object-position: center 53%; }

/* Contact page */
.contact-page-hero { background: linear-gradient(135deg, #fbfaf8 0%, #f5efed 100%); }
.contact-page-section { background: #f7f6f4; }
.contact-page-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 32px; align-items: start; }
.company-panel, .inquiry-form { border: 1px solid #e1e1df; border-radius: 16px; background: #fff; box-shadow: 0 16px 44px rgba(20,22,25,.055); }
.company-panel { padding: 35px; }
.company-panel h2 { margin: 15px 0 28px; font-size: 29px; letter-spacing: -1px; }
.company-contact { display: grid; gap: 2px; margin-bottom: 28px; }
.company-contact > * { min-height: 72px; padding: 12px 0; display: grid; grid-template-columns: 43px 1fr; align-items: center; gap: 10px; border-bottom: 1px solid var(--line); }
.company-contact > * > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--red-soft); color: var(--red); }
.company-contact svg { width: 18px; }
.company-contact > * > div { display: flex; flex-direction: column; gap: 3px; }
.company-contact small { color: var(--muted); font-size: 10px; }
.company-contact b { font-size: 14px; line-height: 1.35; }
.company-data { margin: 0; padding: 18px; display: grid; gap: 13px; border-radius: 12px; background: var(--warm); }
.company-data > div { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.company-data dt { display: flex; align-items: center; gap: 7px; color: var(--muted); font-size: 11px; }
.company-data dt svg { width: 14px; }
.company-data dd { margin: 0; text-align: right; font-size: 12px; font-weight: 800; }

.inquiry-form { padding: 36px; }
.form-heading > span { color: var(--red); font-size: 10px; font-weight: 850; letter-spacing: 1.8px; }
.form-heading h2 { margin: 8px 0 10px; font-size: 35px; letter-spacing: -1.4px; }
.form-heading p { margin: 0 0 28px; color: var(--muted); font-size: 12px; line-height: 1.65; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-grid label { display: flex; flex-direction: column; gap: 8px; }
.form-grid label > span { font-size: 11px; font-weight: 750; }
.form-wide { grid-column: 1 / 3; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; border: 1px solid #d7dadd; border-radius: 8px; background: #fff; color: var(--ink); font: inherit; font-size: 14px; outline: none; transition: .18s ease; }
.form-grid input, .form-grid select { height: 50px; padding: 0 14px; }
.form-grid textarea { min-height: 138px; padding: 13px 14px; resize: vertical; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(214,43,43,.09); }
.form-grid input::placeholder, .form-grid textarea::placeholder { color: #a3a8ad; }
.form-grid .consent { display: grid; grid-template-columns: 18px 1fr; align-items: start; gap: 9px; }
.form-grid .consent input { width: 17px; height: 17px; margin: 1px 0 0; accent-color: var(--red); }
.form-grid .consent span { color: var(--muted); font-size: 10px; font-weight: 500; line-height: 1.5; }
.form-grid .consent a { color: var(--ink); font-weight: 750; text-decoration: underline; text-underline-offset: 2px; }
.form-grid .consent a:hover { color: var(--red); }
.form-grid .privacy-note { margin: 0; color: var(--muted); font-size: 10px; font-weight: 500; line-height: 1.6; }
.form-grid .privacy-note a { color: var(--ink); font-weight: 750; text-decoration: underline; text-underline-offset: 2px; }
.form-grid .privacy-note a:hover { color: var(--red); }
.submit-button { min-height: 52px; margin-top: 24px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 8px; background: var(--red); color: #fff; font: inherit; font-size: 14px; font-weight: 850; cursor: pointer; box-shadow: 0 10px 25px rgba(214,43,43,.18); }
.submit-button:hover { background: var(--red-dark); }
.submit-button:disabled { cursor: wait; opacity: .72; box-shadow: none; }

@media (max-width: 1040px) {
  .hero-grid { gap: 48px; }
  .hero-photo { min-height: 480px; }
  .facts article { padding: 30px 20px; }
  .facts article.fact-clickable { padding: 0; }
  .fact-card-button { padding: 30px 20px; }
  .about-grid { gap: 58px; }
  .page-hero-grid { gap: 48px; }
  .story-grid { gap: 52px; }
  .contact-page-grid { grid-template-columns: .9fr 1.1fr; }
  .link-card-grid { grid-template-columns: 1fr 1fr; }
  .gallery-admin-grid { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  .admin-layout { grid-template-columns: 1fr; }
  .wrap { width: min(100% - 32px, 1180px); }
  .topbar-inner > div a:first-child { display: none; }
  .header-cta { display: none; }
  .nav { height: 82px; }
  .logo-picture { width: 77px; height: 52px; }
  .logo-name b:first-child { font-size: 14px; }
  .logo-name b:nth-child(2) { font-size: 21px; }
  .site-menu { margin-left: auto; }
  .hero { padding: 60px 0 70px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 680px; }
  .hero-photo { width: 100%; max-width: 620px; min-height: 0; aspect-ratio: 1; justify-self: center; }
  .facts-grid { grid-template-columns: 1fr 1fr; }
  .facts article:nth-child(2) { border-right: 1px solid var(--line); }
  .facts article:nth-child(3), .facts article:nth-child(4) { border-top: 1px solid var(--line); }
  .facts article:nth-child(3) { border-left: 1px solid var(--line); }
  .section { padding: 86px 0; }
  .about-grid { grid-template-columns: 1fr; }
  .about-photo { min-height: 540px; }
  .about-copy { padding-top: 8px; }
  .locations-grid { grid-template-columns: 1fr; gap: 30px; }
  .location-mark { min-height: 225px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 18px; }
  .section-heading-side { margin-top: 18px; }
  .gallery-grid { height: 500px; }
  .contact-grid { grid-template-columns: 1fr; gap: 42px; }
  .page-hero-grid { grid-template-columns: 1fr; }
  .page-hero-photo { height: 500px; }
  .subpage-stats .wrap { grid-template-columns: 1fr 1fr; }
  .subpage-stats .wrap > div:nth-child(3), .subpage-stats .wrap > div:nth-child(4) { border-top: 1px solid var(--line); }
  .subpage-stats .wrap > div:nth-child(3) { border-left: 1px solid var(--line); }
  .story-grid { grid-template-columns: 1fr; gap: 34px; }
  .service-cards { grid-template-columns: 1fr; }
  .service-cards article { min-height: auto; }
  .contact-page-grid { grid-template-columns: 1fr; }
  .service-detail-grid, .split-content, .area-layout { grid-template-columns: 1fr; gap: 42px; }
  .sister-inner { align-items: flex-start; flex-direction: column; gap: 28px; }
  .town-grid { max-width: 760px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 38px 60px; }
  .footer-brand { grid-column: 1 / 3; }
  .simple-intro-grid { grid-template-columns: 1fr; gap: 38px; }
  .simple-areas-heading { align-items: flex-start; flex-direction: column; gap: 16px; }
  .simple-town-list { columns: 2; }
}

@media (max-width: 560px) {
  .admin-top .wrap { align-items: flex-start; flex-direction: column; }
  .admin-main { padding: 38px 0 70px; }
  .admin-card, .admin-panel { padding: 22px; }
  .admin-photo { grid-template-columns: 82px 1fr; }
  .admin-photo img { width: 82px; height: 66px; }
  .admin-photo-actions { grid-column: 1 / 3; justify-content: flex-start; }
  .wrap { width: calc(100% - 28px); }
  .topbar-inner { min-height: 34px; }
  .topbar-inner > div { gap: 0; }
  .topbar-inner > div a { font-weight: 700; }
  .nav { height: 76px; gap: 10px; }
  .logo { gap: 8px; }
  .logo-picture { width: 66px; height: 45px; }
  .logo-name b:first-child { font-size: 12px; }
  .logo-name b:nth-child(2) { font-size: 18px; }
  .logo-name span { font-size: 10px; }
  .site-menu summary { min-height: 44px; padding: 0 12px; font-size: 13px; }
  .menu-panel { top: 53px; width: min(350px, calc(100vw - 28px)); }
  .hero { padding: 50px 0 56px; }
  .eyebrow { font-size: 9px; letter-spacing: 1.3px; }
  .hero h1 { margin-top: 18px; font-size: 43px; line-height: 1.02; letter-spacing: -2.2px; }
  .hero h2 { font-size: 19px; }
  .hero-copy > p { font-size: 15px; }
  .hero-buttons { display: grid; }
  .button { width: 100%; }
  .hero-photo { min-height: 0; aspect-ratio: 1; margin-top: 4px; }
  .hero-visual-copy { top: 18px; left: 18px; max-width: 230px; }
  .hero-visual-copy span { font-size: 8px; letter-spacing: 1.15px; }
  .hero-visual-copy strong { margin-top: 7px; font-size: 27px; letter-spacing: -1.15px; }
  .hero-visual-stats { right: 10px; bottom: 10px; left: 10px; border-radius: 11px; }
  .hero-visual-stat { min-height: 64px; grid-template-columns: 27px 1fr; gap: 7px; padding: 8px 9px; }
  .hero-visual-stat svg { width: 19px; }
  .hero-visual-stat b { font-size: 12px; }
  .hero-visual-stat small { font-size: 8.5px; }
  .facts-grid { width: 100%; }
  .facts article { min-height: 165px; padding: 25px 18px; }
  .facts article.fact-clickable { padding: 0; }
  .fact-card-button { min-height: 165px; padding: 25px 18px; }
  .facts article:first-child, .facts article:nth-child(3) { border-left: 0; }
  .facts article:nth-child(2), .facts article:nth-child(4) { border-right: 0; }
  .facts article > span { width: 39px; height: 39px; }
  .facts h3 { margin-top: 15px; font-size: 15px; }
  .facts p { font-size: 11px; }
  .fact-text { font-size: 11px; }
  .legal-modal-content { padding: 36px 23px 29px; }
  .legal-modal h2 { margin-right: 28px; }
  .section { padding: 72px 0; }
  .section h2, .locations h2, .contact h2 { font-size: 35px; letter-spacing: -1.6px; }
  .about-photo { min-height: 410px; }
  .about-photo::before { inset: 16px -8px -15px 15px; }
  .experience { right: -7px; bottom: 22px; min-width: 146px; padding: 16px; }
  .experience b { font-size: 34px; }
  .about-copy ul { grid-template-columns: 1fr; }
  .locations { padding: 72px 0; }
  .location-mark::after { width: 290px; height: 290px; }
  .gallery-grid { height: auto; display: block; }
  .gallery-grid img { height: 285px; margin-bottom: 10px; }
  .gallery-grid .gallery-main { height: 360px; }
  .contact { padding: 72px 0; }
  .contact-card { padding: 7px 16px; }
  .contact-card b { font-size: 14px; }
  .page-hero { padding: 54px 0 62px; }
  .page-hero h1 { font-size: 43px; letter-spacing: -2.2px; }
  .page-hero p { font-size: 15px; }
  .page-hero-photo { height: 360px; }
  .page-hero-photo::before { inset: 14px -8px -14px 14px; }
  .page-hero-simple .wrap::after { right: -40px; width: 120px; height: 120px; }
  .subpage-stats .wrap { width: 100%; }
  .subpage-stats .wrap > div { min-height: 115px; padding: 22px 18px; }
  .subpage-stats .wrap > div:first-child, .subpage-stats .wrap > div:nth-child(3) { border-left: 0; }
  .subpage-stats .wrap > div:nth-child(2), .subpage-stats .wrap > div:nth-child(4) { border-right: 0; }
  .subpage-stats b { font-size: 21px; }
  .story-section h2 { font-size: 35px; letter-spacing: -1.5px; }
  .story-copy > p { font-size: 14px; }
  .promise-list { grid-template-columns: 1fr; }
  .service-band { padding: 72px 0; }
  .section-heading.compact h2 { font-size: 35px; }
  .subpage-cta .wrap { flex-direction: column; align-items: flex-start; }
  .subpage-cta a { width: 100%; justify-content: center; }
  .gallery-page-section { padding-top: 62px; }
  .gallery-page-grid { display: block; }
  .gallery-page-grid figure, .gallery-page-grid figure.featured { height: 310px; margin-bottom: 11px; }
  .gallery-page-grid figure.featured { height: 390px; }
  .company-panel, .inquiry-form { padding: 23px; }
  .company-panel h2 { font-size: 25px; }
  .company-data > div { align-items: flex-start; flex-direction: column; gap: 5px; }
  .company-data dd { text-align: left; }
  .form-grid { grid-template-columns: 1fr; }
  .form-wide { grid-column: 1; }
  .submit-button { width: 100%; }
  .link-card-grid { grid-template-columns: 1fr; }
  .link-card-grid > a { min-height: 270px; }
  .service-detail-grid article { min-height: auto; padding: 25px; grid-template-columns: 46px 1fr; gap: 14px; }
  .service-detail-grid article > span { width: 44px; height: 44px; }
  .check-grid, .town-grid { grid-template-columns: 1fr; }
  .town-grid span:nth-child(odd) { border-right: 0; }
  .faq-grid summary { padding: 18px; }
  .faq-grid p { padding: 0 18px 20px 47px; font-size: 14px; }
  .upload-panel, .manage-panel { padding: 22px; }
  .manage-list article { grid-template-columns: 70px 1fr repeat(2, 34px); }
  .manage-list img { width: 70px; height: 58px; }
  .manage-list button:nth-of-type(1), .manage-list button:nth-of-type(2) { display: none; }
  .simple-intro { padding: 72px 0; }
  .simple-intro-grid > img { height: 350px; }
  .simple-intro-grid h2 { font-size: 35px; letter-spacing: -1.5px; }
  .coverage-map { margin-top: 32px; border-radius: 14px; }
  .coverage-map-label { right: 12px; bottom: 12px; left: 12px; padding: 11px 14px; }
  .coverage-map-label b { font-size: 16px; }
  .simple-areas { padding: 72px 0; }
  .simple-town-list { columns: 1; }
  .seo-faq .faq-grid { grid-template-columns: 1fr; }
  .seo-faq .faq-grid details:last-child { grid-column: 1; }
  .seo-faq .faq-grid p { padding-left: 18px; }
  .zovi-card { padding: 34px 22px; }
  .footer-main { padding: 42px 0 32px; grid-template-columns: 1fr; gap: 32px; }
  .footer-brand { grid-column: 1; }
  .footer-column h2 { margin-bottom: 15px; }
  .footer-bottom { min-height: 78px; padding: 17px 0 110px; align-items: center; justify-content: center; gap: 8px; }
  .mobile-call { position: fixed; z-index: 30; left: 14px; right: 14px; bottom: 14px; min-height: 56px; display: flex; align-items: center; justify-content: center; gap: 10px; border-radius: 9px; background: var(--red); color: #fff; font-weight: 850; box-shadow: 0 14px 38px rgba(28,30,33,.3); }
}
