:root {
  --ink: #343633;
  --muted: #666b65;
  --green: #536956;
  --green-dark: #3d5041;
  --sage: #91a18e;
  --sage-light: #dce4d8;
  --gold: #916a34;
  --gold-light: #e5d5b8;
  --cream: #f7f4ed;
  --paper: #fffefb;
  --white: #fff;
  --border: rgba(83, 105, 86, .18);
  --shadow: 0 24px 70px rgba(55, 63, 55, .12);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { width: min(100%, 790px); margin-inline: auto; }
.sr-only { 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; top: 12px; left: 12px; z-index: 200; transform: translateY(-160%); padding: 10px 16px; color: var(--white); background: var(--green-dark); border-radius: 4px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 82px; border-bottom: 1px solid transparent; transition: background .25s, border-color .25s, box-shadow .25s; }
.site-header.scrolled { background: rgba(255, 254, 251, .92); border-color: var(--border); box-shadow: 0 8px 30px rgba(45, 55, 47, .06); backdrop-filter: blur(15px); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 35px; height: 35px; color: var(--gold); border: 1px solid var(--gold-light); border-radius: 50%; font-family: var(--serif); font-size: 19px; }
.brand strong { display: block; font-family: var(--serif); font-size: 21px; font-weight: 500; line-height: 1.15; letter-spacing: .02em; }
.brand small { display: block; margin-top: 2px; color: var(--muted); font-size: 9px; line-height: 1.1; letter-spacing: .18em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 29px; }
.site-nav > a { position: relative; font-size: 13px; font-weight: 600; text-decoration: none; }
.site-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 0; height: 1px; background: var(--gold); transition: width .2s; }
.site-nav > a:hover::after, .site-nav > a:focus-visible::after { width: 100%; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; background: transparent; border: 0; }
.menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 1.5px; margin: 5px auto; background: var(--ink); transition: transform .25s, opacity .25s; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 28px; color: var(--white); background: var(--green-dark); border: 1px solid var(--green-dark); border-radius: 2px; box-shadow: 0 12px 28px rgba(61, 80, 65, .16); font-size: 13px; font-weight: 700; letter-spacing: .02em; text-decoration: none; cursor: pointer; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover, .button:focus-visible { transform: translateY(-2px); background: #314235; box-shadow: 0 15px 34px rgba(61, 80, 65, .24); }
.button-small { min-height: 42px; padding-inline: 21px; }
.button-light { color: var(--green-dark); background: var(--paper); border-color: var(--paper); box-shadow: none; }
.button-light:hover, .button-light:focus-visible { color: var(--green-dark); background: var(--white); }
.text-link { display: inline-flex; gap: 10px; align-items: center; color: var(--green-dark); font-size: 14px; font-weight: 700; text-decoration: none; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }

.hero { position: relative; min-height: 790px; padding: 140px 0 80px; overflow: hidden; background: radial-gradient(circle at 73% 42%, rgba(221, 229, 216, .65), transparent 28%), linear-gradient(115deg, #fffefb 0%, #f8f5ee 63%, #f3f2e9 100%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: linear-gradient(90deg, transparent, var(--gold-light), transparent); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 65px; min-height: 570px; }
.eyebrow { margin: 0 0 17px; color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .23em; text-transform: uppercase; }
.eyebrow.centered { text-align: center; }
.hero h1 { max-width: 690px; margin: 0; font-family: var(--serif); font-size: clamp(52px, 6vw, 82px); font-weight: 400; line-height: .98; letter-spacing: -.035em; }
.hero h1 em { display: block; margin-top: 8px; color: var(--green); font-weight: 400; }
.hero-text { max-width: 650px; margin: 29px 0 31px; color: var(--muted); font-size: 17px; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 670px; margin: 52px 0 0; padding: 24px 0 0; border-top: 1px solid var(--border); list-style: none; }
.hero-facts li { padding: 0 20px; border-left: 1px solid var(--border); }
.hero-facts li:first-child { padding-left: 0; border-left: 0; }
.hero-facts strong { display: block; color: var(--green-dark); font-family: var(--serif); font-size: 19px; font-weight: 500; }
.hero-facts span { display: block; margin-top: 2px; color: var(--muted); font-size: 10px; line-height: 1.4; letter-spacing: .08em; text-transform: uppercase; }
.hero-visual { position: relative; justify-self: end; width: min(100%, 530px); }
.logo-frame { position: relative; aspect-ratio: 1; display: grid; place-items: center; }
.logo-frame img { position: relative; z-index: 2; width: 84%; height: 84%; object-fit: cover; border-radius: 50%; box-shadow: var(--shadow); mix-blend-mode: multiply; }
.frame-ring { position: absolute; inset: 2%; border: 1px solid rgba(200, 164, 106, .55); border-radius: 50%; }
.ring-one { transform: rotate(-6deg) scaleX(.97); }
.ring-two { inset: 5%; border-color: rgba(200, 164, 106, .25); transform: rotate(7deg) scaleY(.98); }
.visual-note { position: absolute; z-index: 3; right: -10px; bottom: 64px; margin: 0; padding: 10px 17px; color: var(--green-dark); background: rgba(255, 254, 251, .91); border: 1px solid var(--gold-light); box-shadow: 0 10px 28px rgba(50, 60, 50, .1); font-family: var(--serif); font-size: 15px; }
.visual-note span { margin-right: 6px; color: var(--gold); }
.hero-leaf { position: absolute; z-index: 1; width: 310px; height: 430px; opacity: .2; background: url("assets/leaf-sprig.svg") center/contain no-repeat; }
.hero-leaf-left { left: -120px; top: 120px; transform: rotate(-27deg); }
.hero-leaf-right { right: -135px; bottom: -80px; transform: rotate(150deg); }
.scroll-cue { position: absolute; z-index: 3; bottom: 24px; left: 50%; display: block; width: 26px; height: 42px; border: 1px solid var(--gold-light); border-radius: 20px; transform: translateX(-50%); }
.scroll-cue span { position: absolute; top: 8px; left: 50%; width: 3px; height: 7px; background: var(--gold); border-radius: 10px; animation: scroll-cue 1.8s ease-in-out infinite; }
@keyframes scroll-cue { 0% { transform: translate(-50%, 0); opacity: 0; } 30% { opacity: 1; } 100% { transform: translate(-50%, 13px); opacity: 0; } }

.section { padding: 110px 0; }
.section-title { margin: 0; font-family: var(--serif); font-size: clamp(38px, 4.5vw, 58px); font-weight: 400; line-height: 1.08; letter-spacing: -.025em; }
.section-title.centered { text-align: center; }
.lead { color: var(--muted); font-family: var(--serif); font-size: 20px; line-height: 1.8; }
.centered { text-align: center; }
.intro-section { position: relative; background: var(--paper); }
.intro-section .lead { margin: 28px auto 0; }
.ornament { display: flex; align-items: center; justify-content: center; gap: 13px; margin-top: 36px; color: var(--gold); }
.ornament span { width: 52px; height: 1px; background: var(--gold-light); }
.ornament b { font-size: 11px; }

.offer-section { background: var(--cream); }
.section-heading { display: grid; grid-template-columns: 1fr .7fr; align-items: end; gap: 70px; margin-bottom: 48px; }
.section-heading > p { margin: 0 0 3px; color: var(--muted); }
.offer-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.offer-card { position: relative; min-height: 390px; padding: 48px; overflow: hidden; background: var(--paper); border: 1px solid var(--border); box-shadow: 0 12px 40px rgba(49, 60, 50, .05); transition: transform .25s, box-shadow .25s; }
.offer-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.offer-card.featured { background: #f4f6f0; }
.offer-card::after { content: ""; position: absolute; right: -66px; bottom: -90px; width: 190px; height: 250px; opacity: .09; background: url("assets/leaf-sprig.svg") center/contain no-repeat; transform: rotate(146deg); }
.card-number { position: absolute; top: 31px; right: 34px; color: var(--gold-light); font-family: var(--serif); font-size: 51px; line-height: 1; }
.service-icon { width: 54px; height: 54px; margin-bottom: 30px; color: var(--green); }
.service-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.offer-card h3 { margin: 0 0 16px; font-family: var(--serif); font-size: 31px; font-weight: 400; }
.offer-card p { max-width: 480px; margin: 0 0 28px; color: var(--muted); }
.offer-card a { position: relative; z-index: 2; color: var(--green-dark); font-size: 13px; font-weight: 700; text-decoration: none; }
.offer-card a span { display: inline-block; margin-left: 7px; transition: transform .2s; }
.offer-card a:hover span { transform: translateX(4px); }
.price-band { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 48px; margin-top: 24px; padding: 37px 43px; color: var(--white); background: var(--green-dark); }
.price-band .eyebrow { margin-bottom: 7px; color: var(--gold-light); }
.price-band h3 { margin: 0; font-family: var(--serif); font-size: 25px; font-weight: 400; }
.price-band p:not(.eyebrow) { margin: 4px 0 0; color: rgba(255, 255, 255, .68); font-size: 13px; }
.price { display: flex; align-items: baseline; gap: 7px; white-space: nowrap; }
.price span { font-family: var(--serif); font-size: 54px; line-height: 1; }
.price small { font-size: 17px; }

.process-section { background: var(--paper); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 65px 0 0; padding: 0; list-style: none; counter-reset: steps; }
.process-grid li { position: relative; padding: 15px 50px; text-align: center; }
.process-grid li + li { border-left: 1px solid var(--border); }
.process-grid li > span { display: grid; place-items: center; width: 43px; height: 43px; margin: 0 auto 23px; color: var(--gold); border: 1px solid var(--gold-light); border-radius: 50%; font-family: var(--serif); }
.process-grid h3 { margin: 0 0 10px; font-family: var(--serif); font-size: 24px; font-weight: 400; }
.process-grid p { margin: 0; color: var(--muted); font-size: 14px; }

.area-section { overflow: hidden; background: var(--cream); }
.area-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 95px; }
.area-copy p:not(.eyebrow) { color: var(--muted); }
.area-visual { position: relative; aspect-ratio: 1; max-width: 520px; }
.map-rings { position: absolute; inset: 3%; }
.map-rings span { position: absolute; inset: 0; border: 1px solid rgba(83, 105, 86, .16); border-radius: 50%; }
.map-rings span:nth-child(2) { inset: 14%; }
.map-rings span:nth-child(3) { inset: 29%; }
.map-rings::before, .map-rings::after { content: ""; position: absolute; z-index: 2; background: rgba(83, 105, 86, .13); }
.map-rings::before { top: 50%; left: 0; right: 0; height: 1px; }
.map-rings::after { left: 50%; top: 0; bottom: 0; width: 1px; }
.map-pin { position: absolute; z-index: 3; left: 50%; top: 50%; display: flex; flex-direction: column; align-items: center; transform: translate(-50%, -54%); }
.map-pin i { display: block; width: 24px; height: 24px; margin-bottom: 8px; background: var(--gold); border: 7px solid var(--paper); border-radius: 50% 50% 50% 0; box-shadow: 0 5px 14px rgba(70, 70, 50, .18); transform: rotate(-45deg); }
.map-pin strong { font-family: var(--serif); font-size: 27px; font-weight: 400; }
.map-pin small { color: var(--muted); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.town { position: absolute; z-index: 3; padding: 5px 10px; color: var(--green-dark); background: rgba(247, 244, 237, .83); font-family: var(--serif); font-size: 14px; }
.town::before { content: ""; display: inline-block; width: 5px; height: 5px; margin-right: 6px; background: var(--sage); border-radius: 50%; vertical-align: middle; }
.town-one { right: 7%; top: 28%; }.town-two { left: 9%; top: 34%; }.town-three { left: 18%; bottom: 18%; }.town-four { right: 3%; bottom: 22%; }
.town-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0 0; padding: 0; list-style: none; }
.town-list li { padding: 6px 12px; color: var(--green-dark); background: rgba(255, 255, 255, .72); border: 1px solid var(--border); border-radius: 50px; font-size: 11px; }

.quote-section { position: relative; color: var(--white); overflow: hidden; background: var(--green-dark); text-align: center; }
.quote-section::before, .quote-section::after { content: ""; position: absolute; width: 350px; height: 500px; opacity: .09; background: url("assets/leaf-sprig.svg") center/contain no-repeat; filter: brightness(3); }
.quote-section::before { left: -130px; bottom: -180px; transform: rotate(-15deg); }
.quote-section::after { right: -120px; top: -200px; transform: rotate(165deg); }
.quote-note { width: 65px; margin: 0 auto 28px; fill: none; stroke: var(--gold-light); stroke-width: 1; }
blockquote { margin: 0; font-family: var(--serif); font-size: clamp(30px, 4vw, 49px); font-weight: 400; line-height: 1.35; }
.quote-section .ornament { margin-top: 32px; }

.faq-section { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.faq-intro { position: sticky; top: 125px; align-self: start; }
.faq-intro > p:not(.eyebrow) { color: var(--muted); }
.faq-intro .text-link { margin-top: 15px; }
.accordion details { border-top: 1px solid var(--border); }
.accordion details:last-child { border-bottom: 1px solid var(--border); }
.accordion summary { position: relative; padding: 25px 48px 25px 0; font-family: var(--serif); font-size: 20px; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span::before, .accordion summary span::after { content: ""; position: absolute; top: 36px; right: 8px; width: 15px; height: 1px; background: var(--gold); transition: transform .2s; }
.accordion summary span::after { transform: rotate(90deg); }
.accordion details[open] summary span::after { transform: rotate(0); }
.accordion details p { margin: -4px 55px 25px 0; color: var(--muted); font-size: 14px; }

.contact-section { position: relative; overflow: hidden; background: var(--cream); }
.contact-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .78fr 1.22fr; gap: 85px; align-items: start; }
.contact-copy { padding-top: 35px; }
.contact-copy > p:not(.eyebrow, .social-placeholder) { color: var(--muted); font-size: 17px; }
.contact-promise { display: flex; gap: 16px; align-items: center; margin-top: 37px; padding-top: 28px; border-top: 1px solid var(--border); }
.contact-promise > span { display: grid; place-items: center; flex: 0 0 42px; height: 42px; color: var(--gold); border: 1px solid var(--gold-light); border-radius: 50%; }
.contact-promise p { margin: 0; color: var(--muted); font-size: 13px; }
.contact-promise strong { color: var(--ink); }
.social-placeholder { margin-top: 24px; font-size: 13px; }
.social-placeholder a { color: var(--green-dark); font-weight: 700; }
.contact-form { padding: 43px; background: var(--paper); border: 1px solid var(--border); box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.contact-form label { display: block; margin-bottom: 19px; color: var(--ink); font-size: 12px; font-weight: 700; }
.optional { float: right; color: #92968f; font-size: 10px; font-weight: 500; }
.contact-form input:not([type="checkbox"]), .contact-form select, .contact-form textarea { display: block; width: 100%; margin-top: 8px; color: var(--ink); background: #faf9f5; border: 1px solid rgba(83, 105, 86, .2); border-radius: 0; outline: none; transition: border-color .2s, box-shadow .2s, background .2s; }
.contact-form input:not([type="checkbox"]), .contact-form select { height: 49px; padding: 0 14px; }
.contact-form textarea { min-height: 104px; padding: 13px 14px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { background: var(--white); border-color: var(--sage); box-shadow: 0 0 0 3px rgba(145, 161, 142, .13); }
.contact-form [aria-invalid="true"] { border-color: #a05252 !important; }
.contact-form ::placeholder { color: #a7aaa5; }
.consent { display: flex !important; align-items: flex-start; gap: 10px; margin: 4px 0 25px !important; color: var(--muted) !important; font-size: 10px !important; font-weight: 500 !important; line-height: 1.5; }
.consent input { flex: 0 0 auto; width: 16px; height: 16px; margin: 1px 0 0; accent-color: var(--green-dark); }
.submit-button { width: 100%; }
.submit-button i { margin-left: auto; font-style: normal; }
.submit-button:disabled { opacity: .65; cursor: wait; transform: none; }
.form-status { min-height: 0; margin: 14px 0 0; color: var(--green-dark); font-size: 12px; }
.contact-leaf { position: absolute; right: -110px; bottom: -130px; width: 380px; height: 500px; opacity: .11; background: url("assets/leaf-sprig.svg") center/contain no-repeat; transform: rotate(150deg); }

.site-footer { padding: 58px 0 25px; color: rgba(255,255,255,.75); background: #2f3c32; }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; padding-bottom: 42px; }
.footer-brand { text-decoration: none; }
.footer-brand strong { display: block; color: var(--white); font-family: var(--serif); font-size: 25px; font-weight: 400; }
.footer-brand span { display: block; margin-top: 3px; font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.footer-grid > p { margin: 0; font-size: 12px; }
.footer-grid nav { display: flex; justify-content: flex-end; gap: 22px; }
.footer-grid nav a { font-size: 11px; text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.1); font-size: 10px; }
.footer-bottom p { margin: 0; }
.footer-bottom span[aria-hidden] { color: var(--gold-light); }

.toast { position: fixed; z-index: 300; right: 20px; bottom: 20px; max-width: min(420px, calc(100% - 40px)); padding: 15px 19px; color: var(--white); background: var(--green-dark); box-shadow: var(--shadow); font-size: 13px; opacity: 0; pointer-events: none; transform: translateY(15px); transition: opacity .25s, transform .25s; }
.toast.visible { opacity: 1; transform: translateY(0); }
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
.js .reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .site-nav { position: fixed; inset: 82px 0 auto; display: grid; gap: 0; padding: 25px 20px 35px; background: var(--paper); border-bottom: 1px solid var(--border); box-shadow: 0 25px 50px rgba(50,60,50,.1); opacity: 0; pointer-events: none; transform: translateY(-12px); transition: opacity .2s, transform .2s; }
  .site-nav.open { opacity: 1; pointer-events: auto; transform: none; }
  .site-nav > a { padding: 12px 5px; }
  .site-nav .button { margin-top: 12px; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
  .hero { min-height: auto; padding-top: 130px; }
  .hero-grid { grid-template-columns: 1fr; gap: 55px; }
  .hero-copy { text-align: center; }
  .hero h1, .hero-text, .hero-facts { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-visual { justify-self: center; width: min(80vw, 530px); }
  .scroll-cue { display: none; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .area-grid { grid-template-columns: 1fr; gap: 50px; }
  .area-visual { order: 2; width: min(90%, 520px); margin-inline: auto; }
  .faq-grid, .contact-grid { grid-template-columns: 1fr; gap: 50px; }
  .faq-intro { position: static; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .site-header { height: 72px; }
  .site-nav { top: 72px; }
  .brand strong { font-size: 19px; }
  .brand small { font-size: 8px; }
  .hero { padding: 112px 0 68px; }
  .hero h1 { font-size: clamp(45px, 14vw, 64px); }
  .hero-text { font-size: 15px; }
  .hero-actions { flex-direction: column; gap: 17px; }
  .hero-actions .button { width: 100%; }
  .hero-facts { grid-template-columns: 1fr; gap: 16px; margin-top: 38px; text-align: left; }
  .hero-facts li, .hero-facts li:first-child { display: grid; grid-template-columns: 110px 1fr; align-items: center; padding: 0 0 16px; border: 0; border-bottom: 1px solid var(--border); }
  .hero-facts span { margin: 0; }
  .hero-visual { width: 100%; }
  .visual-note { right: 0; bottom: 35px; }
  .section { padding: 78px 0; }
  .section-title { font-size: 40px; }
  .lead { font-size: 17px; }
  .offer-grid { grid-template-columns: 1fr; }
  .offer-card { min-height: auto; padding: 36px 27px; }
  .price-band { grid-template-columns: 1fr auto; gap: 23px; padding: 30px 25px; }
  .price-band .button { grid-column: 1 / -1; width: 100%; }
  .price span { font-size: 46px; }
  .process-grid { grid-template-columns: 1fr; gap: 35px; margin-top: 45px; }
  .process-grid li { display: grid; grid-template-columns: 45px 1fr; column-gap: 17px; padding: 0; text-align: left; }
  .process-grid li + li { border-left: 0; }
  .process-grid li > span { grid-row: 1 / 3; margin: 0; }
  .process-grid h3 { margin-top: 1px; }
  .area-grid { gap: 35px; }
  .area-visual { width: 100%; }
  .town { font-size: 11px; }
  .faq-grid, .contact-grid { gap: 38px; }
  .accordion summary { font-size: 18px; }
  .contact-copy { padding-top: 0; }
  .contact-form { padding: 27px 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .footer-grid nav { justify-content: center; flex-wrap: wrap; }
  .footer-bottom { flex-direction: column; gap: 7px; text-align: center; }
}

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