/*
Theme Name: Ipsens Regnskabsservice
Theme URI: https://ipsenregnskab.dk
Author: Ipsens Regnskabsservice ApS
Description: Et hurtigt, lokalt SEO-fokuseret WordPress-tema til Ipsens Regnskabsservice ApS.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: ipsens-regnskab
*/

:root {
  --forest: #163e32;
  --forest-deep: #0d2c24;
  --forest-soft: #245646;
  --sage: #dbe6df;
  --cream: #f7f3ea;
  --paper: #fffdf8;
  --ink: #17221e;
  --muted: #68726c;
  --brass: #bd9660;
  --line: #d9ded9;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
svg { display: block; }
img { max-width: 100%; height: auto; }
.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; }

.site-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.utility-bar { background: var(--forest-deep); color: rgba(255,255,255,.72); font-size: 12px; letter-spacing: .025em; }
.utility-inner { height: 36px; display: flex; align-items: center; justify-content: space-between; }
.utility-inner p { margin: 0; }
.utility-inner div { display: flex; align-items: center; gap: 11px; }
.utility-inner a { transition: color .2s ease; }
.utility-inner a:hover { color: white; }

.site-header { position: relative; z-index: 20; background: rgba(255,253,248,.95); border-bottom: 1px solid rgba(22,62,50,.11); }
.header-inner { height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--forest); color: var(--forest); font-family: Georgia, serif; font-size: 15px; letter-spacing: -.04em; }
.brand-name { display: flex; flex-direction: column; color: var(--forest-deep); font-family: Georgia, "Times New Roman", serif; font-size: 19px; line-height: 1.03; }
.brand-name em { font-family: inherit; font-size: 12px; font-style: normal; letter-spacing: .08em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 42px); margin-left: auto; }
nav a { position: relative; font-size: 14px; color: #3f4d47; }
nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--forest); transition: right .2s ease; }
nav a:hover::after { right: 0; }

.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 0 24px; border: 1px solid transparent; font-size: 14px; font-weight: 650; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg, .text-link svg, .service-card > a svg { width: 18px; height: 18px; }
.button-small { min-height: 44px; padding: 0 18px; gap: 11px; font-size: 13px; }
.button-dark { background: var(--forest); color: white; }
.button-dark:hover { background: var(--forest-soft); }
.button-primary { background: var(--brass); color: var(--forest-deep); }
.button-primary:hover { background: #cda770; }
.button-light { background: var(--cream); color: var(--forest-deep); }
.text-link { display: inline-flex; align-items: center; gap: 10px; padding: 13px 0; color: var(--forest); font-size: 14px; font-weight: 650; border-bottom: 1px solid rgba(22,62,50,.35); }
.text-link svg { transition: transform .2s ease; }
.text-link:hover svg { transform: translateX(3px); }

.hero { position: relative; overflow: hidden; background: var(--cream); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .33; background-image: linear-gradient(rgba(22,62,50,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(22,62,50,.045) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to right, black, transparent 62%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.15fr .7fr; gap: clamp(58px, 8vw, 112px); align-items: center; min-height: 680px; padding: 76px 0 72px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: rgba(255,255,255,.72); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 1px; background: var(--brass); }
.eyebrow-dark { color: var(--forest); }
.hero .eyebrow { color: var(--forest); }
.hero h1, .section-heading h2, .process h2, .local h2, .contact h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.045em; }
.hero h1 { max-width: 760px; color: var(--forest-deep); font-size: clamp(48px, 5.5vw, 78px); line-height: 1.04; }
.hero h1 em, .process h2 em { color: var(--forest-soft); font-weight: 400; }
.hero-lead { max-width: 660px; margin: 30px 0 0; color: #54615c; font-size: 17px; line-height: 1.75; }
.button-row { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.hero-facts { display: flex; gap: 0; margin-top: 52px; padding-top: 23px; border-top: 1px solid rgba(22,62,50,.16); }
.hero-facts div { display: flex; flex-direction: column; min-width: 135px; padding-right: 28px; margin-right: 28px; border-right: 1px solid rgba(22,62,50,.15); }
.hero-facts div:last-child { border: 0; }
.hero-facts strong { color: var(--forest); font-family: Georgia, serif; font-size: 20px; font-weight: 400; }
.hero-facts span { margin-top: 4px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }

.hero-card { position: relative; padding: 42px 40px 36px; background: var(--forest); color: white; box-shadow: 24px 24px 0 rgba(22,62,50,.09); overflow: hidden; }
.hero-card::before { content: ""; position: absolute; width: 210px; height: 210px; right: -115px; top: -90px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 38px rgba(255,255,255,.025), 0 0 0 76px rgba(255,255,255,.018); }
.card-kicker { position: relative; font-size: 11px; text-transform: uppercase; letter-spacing: .16em; color: var(--brass); }
.ledger-lines { display: grid; grid-template-columns: 2fr .65fr; gap: 6px; width: 92px; margin: 22px 0 29px; }
.ledger-lines span { height: 1px; background: rgba(255,255,255,.27); }
.hero-card h2 { position: relative; max-width: 280px; margin: 0; font-family: Georgia, serif; font-size: 34px; line-height: 1.12; font-weight: 400; }
.hero-card ul { position: relative; list-style: none; padding: 0; margin: 31px 0 36px; display: grid; gap: 15px; }
.hero-card li { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.86); font-size: 14px; }
.hero-card li svg { width: 19px; height: 19px; color: var(--brass); flex: none; }
.card-note { display: flex; gap: 12px; align-items: flex-start; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.14); }
.card-note p { margin: 0; color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.6; }
.card-note strong { color: white; font-size: 13px; }
.status-dot { width: 7px; height: 7px; margin-top: 6px; background: #a9d6b6; border-radius: 50%; box-shadow: 0 0 0 4px rgba(169,214,182,.12); }

.section { padding: 112px 0; }
.services { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1.2fr .55fr; gap: 80px; align-items: end; margin-bottom: 58px; }
.section-heading h2, .local h2 { color: var(--forest-deep); font-size: clamp(39px, 4.2vw, 57px); line-height: 1.08; }
.section-heading > p { margin: 0 0 4px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.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: 286px; display: flex; flex-direction: column; justify-content: space-between; padding: 28px 30px 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); transition: background .25s ease, transform .25s ease; }
.service-card:hover { z-index: 1; background: var(--cream); transform: translateY(-4px); }
.service-number { color: var(--brass); font-family: Georgia, serif; font-size: 13px; }
.service-card h3 { margin: 34px 0 12px; color: var(--forest-deep); font-family: Georgia, serif; font-size: 24px; font-weight: 400; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.service-card > a { width: 36px; height: 36px; display: grid; place-items: center; align-self: flex-end; margin-top: 20px; border: 1px solid var(--line); color: var(--forest); }

.process { background: var(--forest); color: white; }
.process-grid { display: grid; grid-template-columns: .8fr 1fr; gap: clamp(70px, 10vw, 140px); align-items: center; }
.process h2 { font-size: clamp(42px, 4.6vw, 62px); line-height: 1.06; }
.process h2 em { color: #b8d2c4; }
.process-intro > p:not(.eyebrow) { max-width: 470px; margin: 28px 0 34px; color: rgba(255,255,255,.66); font-size: 15px; line-height: 1.8; }
.steps { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.18); }
.steps li { display: grid; grid-template-columns: 66px 1fr; gap: 25px; padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.steps > li > span { color: var(--brass); font-family: Georgia, serif; font-size: 14px; }
.steps h3 { margin: -4px 0 8px; font-family: Georgia, serif; font-size: 23px; font-weight: 400; }
.steps p { margin: 0; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.65; }

.local { background: var(--cream); }
.local-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(60px, 9vw, 125px); align-items: center; }
.local-map { position: relative; height: 470px; overflow: hidden; background: var(--sage); }
.local-map::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(22,62,50,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(22,62,50,.08) 1px, transparent 1px); background-size: 42px 42px; }
.map-ring { position: absolute; left: 50%; top: 54%; border: 1px solid rgba(22,62,50,.25); border-radius: 50%; transform: translate(-50%,-50%); }
.ring-one { width: 150px; height: 150px; }
.ring-two { width: 285px; height: 285px; }
.ring-three { width: 430px; height: 430px; }
.map-dot { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--forest); box-shadow: 0 0 0 5px rgba(22,62,50,.13); }
.map-label { position: absolute; color: var(--forest); font-size: 12px; font-weight: 650; }
.dot-main { width: 13px; height: 13px; left: 49%; top: 51%; background: var(--brass); box-shadow: 0 0 0 7px rgba(189,150,96,.22); }
.main-label { left: 53%; top: 49%; font-family: Georgia, serif; font-size: 18px; }
.dot-a { left: 62%; top: 24%; }.label-a { left: 65%; top: 21%; }
.dot-b { left: 28%; top: 60%; }.label-b { left: 18%; top: 64%; }
.dot-c { left: 40%; top: 12%; }.label-c { left: 28%; top: 10%; }
.dot-d { left: 65%; top: 70%; }.label-d { left: 68%; top: 73%; }
.local-copy > p:not(.eyebrow) { margin: 27px 0 30px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.area-list { display: flex; flex-wrap: wrap; gap: 9px; }
.area-list a { padding: 9px 14px; border: 1px solid rgba(22,62,50,.18); color: var(--forest); font-size: 12px; background: rgba(255,255,255,.48); transition: background .2s ease, color .2s ease; }
.area-list a:hover { background: var(--forest); color: white; }

.contact { background: var(--paper); }
.contact-panel { display: grid; grid-template-columns: 1fr .65fr; gap: 100px; padding: 70px 72px; background: var(--forest-deep); color: white; }
.contact h2 { font-size: clamp(39px, 4.3vw, 58px); line-height: 1.08; }
.contact-actions { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.contact-actions p { margin: 0 0 27px; color: rgba(255,255,255,.67); font-size: 14px; line-height: 1.75; }
.contact-mail { margin-top: 17px; color: rgba(255,255,255,.72); font-size: 13px; border-bottom: 1px solid rgba(255,255,255,.25); }
.contact-panel-form { grid-template-columns: .7fr 1fr; gap: 78px; }
.contact-panel-form .contact-actions { display: block; }
.contact-intro { max-width: 430px; margin: 25px 0 7px; color: rgba(255,255,255,.66); font-size: 14px; line-height: 1.75; }

footer { background: #091f1a; color: rgba(255,255,255,.68); }
.footer-top { min-height: 190px; display: grid; grid-template-columns: 1fr 1fr .6fr; gap: 55px; align-items: center; }
.brand-light .brand-mark { border-color: var(--brass); color: var(--brass); }
.brand-light .brand-name { color: white; }
.footer-top > p { max-width: 380px; margin: 0; font-size: 13px; line-height: 1.7; }
.footer-contact { display: flex; flex-direction: column; gap: 8px; align-items: flex-start; color: white; font-size: 13px; }
.footer-bottom { min-height: 62px; display: flex; gap: 28px; align-items: center; border-top: 1px solid rgba(255,255,255,.1); font-size: 11px; }
.footer-bottom a { margin-left: auto; }

.subpage-hero { position: relative; overflow: hidden; padding: 90px 0 96px; background: var(--forest); color: white; }
.subpage-hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 50px 50px; }
.subpage-hero-grid { position: relative; display: grid; grid-template-columns: 1.1fr .65fr; gap: 100px; align-items: center; }
.breadcrumbs { display: flex; gap: 9px; align-items: center; margin: 0 0 43px; color: rgba(255,255,255,.5); font-size: 11px; }
.breadcrumbs a:hover { color: white; }
.subpage-hero h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(52px, 6vw, 78px); font-weight: 400; line-height: 1.03; letter-spacing: -.045em; }
.subpage-hero h1 em { color: #b8d2c4; font-style: italic; font-weight: 400; }
.subpage-lead { max-width: 680px; margin: 28px 0 0; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.75; }
.text-link-light { color: white; border-bottom-color: rgba(255,255,255,.3); }
.local-summary { padding: 38px 36px; border: 1px solid rgba(255,255,255,.17); background: rgba(255,255,255,.05); backdrop-filter: blur(4px); }
.local-summary-label { color: var(--brass); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; }
.local-summary h2 { margin: 20px 0 26px; font-family: Georgia, serif; font-size: 29px; line-height: 1.2; font-weight: 400; }
.local-summary ul { display: grid; gap: 14px; list-style: none; margin: 0; padding: 0; }
.local-summary li { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.75); font-size: 13px; }
.local-summary li svg { width: 18px; height: 18px; color: var(--brass); flex: none; }
.local-content { background: var(--paper); }
.local-content-grid { display: grid; grid-template-columns: 1.1fr .6fr; gap: 110px; }
.local-content h2, .local-services h2, .faq-section h2, .legal-content h1 { margin: 0; color: var(--forest-deep); font-family: Georgia, serif; font-size: clamp(38px, 4vw, 54px); font-weight: 400; line-height: 1.08; letter-spacing: -.04em; }
.local-content article > p:not(.eyebrow) { max-width: 690px; margin: 25px 0 0; color: var(--muted); font-size: 15px; line-height: 1.85; }
.client-types { padding: 36px; background: var(--cream); border-top: 3px solid var(--brass); }
.client-types > span { color: var(--forest); font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.client-types ul { list-style: none; padding: 0; margin: 25px 0 28px; border-top: 1px solid var(--line); }
.client-types li { padding: 15px 0; border-bottom: 1px solid var(--line); color: var(--forest-deep); font-family: Georgia, serif; font-size: 18px; }
.client-types p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.local-services { background: var(--cream); }
.compact-heading { margin-bottom: 46px; }
.local-service-list { border-top: 1px solid rgba(22,62,50,.18); }
.local-service-list > div { display: grid; grid-template-columns: 55px 1fr 24px; gap: 20px; align-items: center; padding: 22px 0; border-bottom: 1px solid rgba(22,62,50,.18); }
.local-service-list span { color: var(--brass); font-family: Georgia, serif; font-size: 12px; }
.local-service-list p { margin: 0; color: var(--forest-deep); font-family: Georgia, serif; font-size: 21px; }
.local-service-list svg { width: 20px; height: 20px; color: var(--forest); }
.faq-section { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .55fr 1fr; gap: 110px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 42px 24px 0; color: var(--forest-deep); font-family: Georgia, serif; font-size: 20px; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 6px; top: 21px; color: var(--brass); font-family: system-ui, sans-serif; font-size: 22px; font-weight: 300; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { max-width: 670px; margin: -7px 0 24px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.area-navigation { display: block; margin: 0; padding: 26px 0; background: var(--sage); }
.area-navigation > div { display: flex; flex-wrap: wrap; gap: 12px 24px; align-items: center; }
.area-navigation span { color: var(--forest); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.area-navigation a { color: var(--forest); font-size: 13px; border-bottom: 1px solid rgba(22,62,50,.3); }

.legal-page { background: var(--cream); }
.legal-hero { padding: 78px 0 56px; background: var(--forest); color: white; }
.legal-hero h1 { margin: 0; font-family: Georgia, serif; font-size: clamp(44px, 5vw, 64px); font-weight: 400; }
.legal-content { max-width: 800px; margin: 0 auto; padding: 75px 0 100px; }
.legal-content h2 { margin: 42px 0 12px; color: var(--forest-deep); font-family: Georgia, serif; font-size: 27px; font-weight: 400; }
.legal-content p, .legal-content li { color: var(--muted); font-size: 14px; line-height: 1.8; }
.legal-content a { color: var(--forest); text-decoration: underline; text-underline-offset: 3px; }

.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; margin-top: 32px; }
.contact-form .field-full { grid-column: 1 / -1; }
.contact-form label { display: grid; gap: 8px; color: rgba(255,255,255,.76); font-size: 12px; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.2); border-radius: 0; background: rgba(255,255,255,.06); color: white; font: inherit; font-size: 14px; outline: none; padding: 13px 14px; }
.contact-form input { height: 48px; }
.contact-form textarea { min-height: 115px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--brass); }
.contact-form .consent { display: flex; grid-column: 1 / -1; gap: 9px; align-items: flex-start; color: rgba(255,255,255,.62); font-size: 11px; line-height: 1.55; }
.contact-form .consent input { width: 16px; height: 16px; margin-top: 1px; flex: none; }
.contact-form .consent a { text-decoration: underline; }
.contact-form button { justify-self: start; border: 0; cursor: pointer; }
.contact-actions .form-notice { grid-column: 1 / -1; margin: 0 0 16px; padding: 13px 15px; color: white; font-size: 12px; }
.form-notice-success { background: rgba(128,197,147,.2); border: 1px solid rgba(128,197,147,.45); }
.form-notice-error { background: rgba(206,115,103,.18); border: 1px solid rgba(206,115,103,.4); }
.hp-field { position: absolute !important; left: -9999px !important; }
.page-content { padding: 80px 0 110px; background: var(--paper); }
.page-content article { max-width: 820px; margin: 0 auto; }
.page-content h1 { margin: 0 0 35px; color: var(--forest-deep); font-family: Georgia, serif; font-size: clamp(42px, 5vw, 62px); font-weight: 400; }
.page-content h2 { margin: 40px 0 12px; color: var(--forest-deep); font-family: Georgia, serif; font-size: 28px; font-weight: 400; }
.page-content p, .page-content li { color: var(--muted); font-size: 15px; line-height: 1.8; }
.page-content a { color: var(--forest); text-decoration: underline; }

@media (max-width: 980px) {
  nav { display: none; }
  .hero-grid { grid-template-columns: 1fr; padding: 70px 0 82px; }
  .hero-card { width: min(570px, 100%); }
  .section-heading, .process-grid, .local-grid, .contact-panel { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .section-heading { gap: 26px; }
  .process-grid { gap: 60px; }
  .local-map { order: 2; }
  .contact-panel { gap: 36px; }
  .footer-top { grid-template-columns: 1fr 1fr; padding: 48px 0; }
  .footer-contact { grid-column: 2; }
  .subpage-hero-grid, .local-content-grid, .faq-grid { grid-template-columns: 1fr; gap: 54px; }
  .local-summary { max-width: 600px; }
}

@media (max-width: 640px) {
  .site-shell { width: min(100% - 32px, 1180px); }
  .utility-inner { justify-content: center; }
  .utility-inner p, .utility-inner span, .utility-inner a:last-child { display: none; }
  .header-inner { height: 72px; }
  .brand-mark { width: 37px; height: 37px; }
  .brand-name { font-size: 16px; }
  .brand-name em { font-size: 10px; }
  .header-cta { padding: 0 13px; min-height: 40px; }
  .header-cta svg { display: none; }
  .hero-grid { min-height: 0; padding: 54px 0 66px; gap: 50px; }
  .hero h1 { font-size: 46px; }
  .hero-lead { font-size: 15px; }
  .button-row { align-items: flex-start; flex-direction: column; gap: 10px; }
  .hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); }
  .hero-facts div { min-width: 0; padding-right: 10px; margin-right: 10px; }
  .hero-facts strong { font-size: 16px; }
  .hero-facts span { font-size: 8px; line-height: 1.4; }
  .hero-card { padding: 34px 26px 30px; box-shadow: 12px 12px 0 rgba(22,62,50,.09); }
  .hero-card h2 { font-size: 29px; }
  .section { padding: 76px 0; }
  .section-heading h2, .local h2, .process h2, .contact h2 { font-size: 39px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 250px; }
  .steps li { grid-template-columns: 44px 1fr; gap: 14px; }
  .local-map { height: 380px; }
  .contact-panel { width: 100%; padding: 56px 24px; }
  .footer-top { grid-template-columns: 1fr; gap: 28px; }
  .footer-contact { grid-column: auto; }
  .footer-bottom { flex-wrap: wrap; gap: 12px 20px; padding: 18px 0; }
  .footer-bottom a { margin-left: 0; }
  .subpage-hero { padding: 62px 0 70px; }
  .subpage-hero h1 { font-size: 47px; }
  .breadcrumbs { margin-bottom: 32px; }
  .subpage-lead { font-size: 15px; }
  .local-summary { padding: 29px 24px; }
  .local-content h2, .local-services h2, .faq-section h2 { font-size: 38px; }
  .local-content-grid, .faq-grid { gap: 42px; }
  .local-service-list > div { grid-template-columns: 36px 1fr 21px; gap: 10px; }
  .local-service-list p { font-size: 18px; }
  .area-navigation > div { align-items: flex-start; flex-direction: column; }
  .legal-content { width: calc(100% - 32px); }
  .contact-form { grid-template-columns: 1fr; }
  .contact-form .field-full, .contact-form .consent { grid-column: auto; }
}

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