:root {
  --ink: #0a0a0a;
  --paper: #f0eee8;
  --paper-2: #e5e1d8;
  --red: #d6131b;
  --muted: #85827c;
  --line: rgba(10,10,10,.17);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; overflow-x: hidden; }
body:has(dialog[open]) { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
.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; }
.grain { position: fixed; inset: 0; z-index: 99; pointer-events: none; opacity: .045; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }

.site-header { height: 84px; padding: 0 4vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; background: var(--ink); color: white; border-bottom: 1px solid #282828; position: relative; z-index: 20; }
.brand { justify-self: start; display: flex; align-items: center; gap: 12px; font: 700 21px/1 "Barlow Condensed", sans-serif; letter-spacing: .05em; }
.brand b { color: var(--red); font-weight: 800; }
.brand-mark { width: 37px; height: 37px; display: grid; place-items: center; border: 1px solid #555; border-radius: 50%; font-size: 15px; letter-spacing: -.03em; transform: rotate(-8deg); }
nav { display: flex; gap: clamp(20px, 3vw, 48px); font-size: 13px; font-weight: 600; }
nav a { position: relative; }
nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--red); transition: right .25s; }
nav a:hover::after { right: 0; }
nav a[aria-current="page"]::after { right: 0; }
.header-call { justify-self: end; display: flex; align-items: center; gap: 9px; color: white; font: 700 17px/1 "Barlow Condensed", sans-serif; letter-spacing: .04em; }
.header-call svg { width: 17px; fill: var(--red); }
.menu-toggle { display: none; }

.hero { min-height: calc(100vh - 84px); background: var(--ink); color: white; position: relative; display: grid; grid-template-columns: 55% 45%; align-items: center; padding: 6vw 6vw 7vw; overflow: hidden; }
.hero > * { min-width: 0; }
.hero::before { content: "74"; position: absolute; right: -1vw; top: 44%; transform: translateY(-50%); font: 900 39vw/.7 "Barlow Condensed", sans-serif; color: #111; letter-spacing: -.1em; }
.hero-copy { z-index: 2; max-width: 760px; }
.eyebrow, .kicker { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; font: 700 13px/1 "Barlow Condensed", sans-serif; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { display: grid; place-items: center; width: 36px; height: 26px; color: white; background: var(--red); transform: skew(-9deg); }
h1, h2, h3 { font-family: "Barlow Condensed", sans-serif; text-transform: uppercase; margin-top: 0; }
h1 { font-size: clamp(72px, 9vw, 152px); line-height: .77; letter-spacing: -.045em; margin-bottom: 38px; font-weight: 800; }
h1 em { color: var(--red); font-style: italic; font-size: .72em; letter-spacing: -.035em; }
.hero-intro { max-width: 600px; color: #aaa; font-size: clamp(16px, 1.25vw, 20px); line-height: 1.6; margin-bottom: 34px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 54px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 30px; border: 1px solid #444; font: 700 14px/1 "Barlow Condensed", sans-serif; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); border-color: var(--red); color: white; }
.button-primary:hover { background: #ef1822; }
.button-ghost { background: transparent; color: white; }
.button-ghost:hover { background: white; color: var(--ink); }
.trust-line { margin-top: 58px; display: flex; gap: 34px; color: #767676; font: 600 12px/1 "Barlow Condensed", sans-serif; text-transform: uppercase; letter-spacing: .08em; }
.trust-line b { color: var(--red); margin-right: 6px; }
.hero-visual { position: relative; z-index: 2; justify-self: center; width: min(100%, 630px); }
.hero-visual img { display: block; position: relative; z-index: 2; width: 100%; mix-blend-mode: screen; transform: rotate(1.5deg); filter: contrast(1.05); }
.logo-halo { position: absolute; inset: 15% 8%; background: var(--red); filter: blur(100px); opacity: .16; border-radius: 50%; }
.location-tag { position: absolute; z-index: 3; right: 2%; bottom: 10%; padding: 12px 17px; background: #f1eee6; color: var(--ink); font: 700 12px/1 "Barlow Condensed", sans-serif; text-transform: uppercase; letter-spacing: .08em; transform: rotate(-2deg); box-shadow: 6px 7px 0 var(--red); }
.pulse { display: inline-block; width: 7px; height: 7px; background: var(--red); border-radius: 50%; margin-right: 8px; box-shadow: 0 0 0 5px rgba(214,19,27,.15); }
.route-line { position: absolute; width: 440px; height: 180px; border: 1px dashed #262626; border-radius: 50%; transform: rotate(-24deg); }
.route-line-one { left: -150px; top: 21%; }.route-line-two { right: -140px; bottom: 2%; transform: rotate(22deg); }
.scroll-cue { position: absolute; z-index: 3; right: 4vw; bottom: 25px; display: flex; align-items: center; gap: 12px; color: #777; font: 600 10px/1 "Barlow Condensed"; letter-spacing: .16em; text-transform: uppercase; writing-mode: vertical-rl; }
.scroll-cue i { display: block; height: 45px; border-left: 1px solid var(--red); }

.band { background: var(--red); color: white; padding: 15px 0; transform: rotate(-1.1deg) scale(1.02); position: relative; z-index: 3; margin: -8px 0 0; overflow: hidden; }
.band > p { display: none; }
.ticker { font: 900 clamp(35px, 5.2vw, 74px)/.9 "Barlow Condensed", sans-serif; letter-spacing: -.02em; white-space: nowrap; }
.ticker div { width: max-content; animation: ticker 22s linear infinite; }
.ticker span { color: var(--ink); margin: 0 2vw; }
@keyframes ticker { to { transform: translateX(-33.333%); } }

.section { padding: clamp(90px, 10vw, 150px) 7vw; }
.section-heading { display: grid; grid-template-columns: .7fr 1.5fr .8fr; gap: 4vw; align-items: end; margin-bottom: 70px; }
.kicker { color: var(--red); align-self: start; }
.section h2 { font-size: clamp(56px, 7vw, 104px); line-height: .86; letter-spacing: -.045em; margin-bottom: 0; }
.section-heading > p:last-child, .pricing-top > p { color: #65625d; line-height: 1.65; margin: 0; font-size: 15px; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 330px; padding: 28px; position: relative; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s, color .25s, transform .25s; }
.service-card:hover { background: var(--ink); color: white; transform: translateY(-7px); }
.service-number { font: 700 12px/1 "Barlow Condensed"; color: var(--red); }
.service-icon { position: absolute; right: 26px; top: 24px; font-size: 31px; color: var(--red); }
.service-card h3 { font-size: 38px; margin: 130px 0 14px; }
.service-card p { color: #76736e; line-height: 1.6; font-size: 14px; max-width: 290px; }
.service-card:hover p { color: #aaa; }
.service-card-wide { grid-column: span 2; background: var(--red); color: white; display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.service-card-wide:hover { background: #bd0f17; }
.service-card-wide h3 { margin-top: 70px; }
.service-card-wide p, .service-card-wide .service-number { color: white; opacity: .85; }
.round-link { flex: 0 0 110px; height: 110px; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; display: grid; place-items: center; font: 700 14px/1 "Barlow Condensed"; text-transform: uppercase; transition: background .2s, color .2s; }
.round-link:hover { background: white; color: var(--red); }

.process { background: var(--ink); color: white; display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; align-items: center; }
.map-card { position: relative; width: 100%; aspect-ratio: 1.15; border: 1px solid #333; background: #0e0e0e; overflow: hidden; }
.map-card::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(#171717 1px, transparent 1px), linear-gradient(90deg,#171717 1px,transparent 1px); background-size: 42px 42px; }
.map-card svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.map-card .contour { fill: none; stroke: #2b2b2b; stroke-width: 2; }
.map-card .route { fill: none; stroke: var(--red); stroke-width: 5; stroke-dasharray: 11 10; animation: dash 30s linear infinite; }
@keyframes dash { to { stroke-dashoffset: -600; } }
.map-card circle { fill: var(--red); stroke: rgba(214,19,27,.25); stroke-width: 14; }
.map-card p { position: absolute; left: 28px; bottom: 22px; margin: 0; color: #777; font: 600 14px/1.3 "Barlow Condensed"; text-transform: uppercase; letter-spacing: .08em; }
.map-card p b { color: white; font-size: 24px; }
.map-label { position: absolute; z-index: 2; font: 800 12px/1 "Barlow Condensed"; padding: 8px 10px; color: white; background: var(--red); }
.map-label-a { left: 13%; top: 68%; }.map-label-b { right: 11%; top: 25%; }
.process-copy h2 { max-width: 650px; margin-bottom: 60px; }
.process-copy ol { list-style: none; padding: 0; margin: 0; }
.process-copy li { display: grid; grid-template-columns: 55px 1fr; gap: 25px; border-top: 1px solid #333; padding: 24px 0; }
.process-copy li > span { color: var(--red); font: 700 13px/1 "Barlow Condensed"; }
.process-copy h3 { margin: 0 0 7px; font-size: 24px; }
.process-copy li p { color: #888; line-height: 1.55; margin: 0; font-size: 14px; }

.pricing { background: var(--paper-2); }
.pricing-top { display: grid; grid-template-columns: 1fr .55fr; gap: 8vw; align-items: end; margin-bottom: 70px; }
.price-list { border-top: 3px solid var(--ink); }
.price-row { display: grid; grid-template-columns: 1.2fr 1fr auto; gap: 30px; align-items: center; min-height: 92px; border-bottom: 1px solid rgba(10,10,10,.26); }
.price-row h3 { font-size: clamp(24px, 2.5vw, 38px); margin: 0; }
.price-row p { color: #6d6962; margin: 0; font-size: 14px; }
.price-row strong { min-width: 165px; text-align: right; color: var(--red); font: 800 clamp(20px, 2vw, 30px)/1 "Barlow Condensed"; text-transform: uppercase; }
.price-note { display: flex; gap: 14px; align-items: start; margin-top: 30px; max-width: 700px; color: #706d67; font-size: 12px; line-height: 1.5; }
.price-note span { flex: 0 0 20px; height: 20px; display: grid; place-items: center; background: var(--ink); color: white; border-radius: 50%; font: 700 11px serif; }
.price-note p { margin: 0; }

.cta { position: relative; background: var(--red); color: white; text-align: center; overflow: hidden; }
.cta::before { content: ""; position: absolute; inset: -50%; background: repeating-radial-gradient(circle, transparent 0 54px, rgba(0,0,0,.055) 55px 56px); }
.cta > * { position: relative; z-index: 1; }
.cta .kicker { color: white; justify-content: center; }
.cta h2 { font-size: clamp(90px, 16vw, 240px); line-height: .74; margin-bottom: 80px; }
.cta-stamp { position: absolute; right: 8vw; top: 70px; width: 125px; height: 125px; border: 2px solid white; border-radius: 50%; display: grid; place-items: center; font: 800 13px/1.2 "Barlow Condensed"; transform: rotate(11deg); }
.contact-links { max-width: 1000px; margin: auto; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.5); border-bottom: 1px solid rgba(255,255,255,.5); }
.contact-links a { padding: 28px; display: grid; grid-template-columns: 1fr auto; text-align: left; border-right: 1px solid rgba(255,255,255,.5); transition: background .2s, color .2s; }
.contact-links a:last-child { border-right: 0; }
.contact-links a:hover { background: white; color: var(--red); }
.contact-links small { grid-column: 1/-1; margin-bottom: 8px; text-transform: uppercase; opacity: .7; font: 600 11px/1 "Barlow Condensed"; letter-spacing: .12em; }
.contact-links span { font: 700 clamp(19px, 2.2vw, 30px)/1 "Barlow Condensed"; }
.coming-soon { margin: 45px auto 0; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.coming-soon span { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: white; margin-right: 7px; }

footer { background: var(--ink); color: white; padding: 70px 6vw 26px; }
.footer-brand { font: 800 clamp(60px, 12vw, 170px)/.8 "Barlow Condensed"; letter-spacing: -.045em; }
.footer-brand span { color: var(--red); }
footer > p { color: #777; font: italic 700 22px/1 "Barlow Condensed"; text-transform: uppercase; }
.footer-bottom { border-top: 1px solid #2b2b2b; padding-top: 20px; margin-top: 60px; display: flex; gap: 30px; color: #777; font-size: 12px; }
.footer-bottom span:first-child { margin-right: auto; }
.footer-bottom button { border: 0; background: none; padding: 0; cursor: pointer; color: #aaa; }
.footer-bottom button:hover, .footer-bottom a:hover { color: white; }
.footer-bottom a { color: #aaa; }

.zone-hero { min-height: calc(88vh - 84px); padding: clamp(80px, 9vw, 135px) 7vw; display: grid; grid-template-columns: 1.25fr .75fr; gap: 8vw; align-items: center; background: var(--ink); color: white; overflow: hidden; position: relative; }
.zone-hero::before { content: "01H"; position: absolute; right: -2vw; bottom: -3vw; color: #111; font: 900 23vw/.75 "Barlow Condensed", sans-serif; letter-spacing: -.06em; }
.zone-hero-copy, .zone-radius { position: relative; z-index: 1; }
.breadcrumb { display: inline-block; margin-bottom: 45px; color: #777; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.breadcrumb::before { content: "←"; color: var(--red); margin-right: 9px; }
.zone-hero h1 { max-width: 900px; margin-bottom: 32px; font-size: clamp(64px, 8.6vw, 132px); line-height: .82; letter-spacing: -.045em; }
.zone-hero-copy > p:not(.eyebrow) { max-width: 690px; margin: 0 0 35px; color: #aaa; font-size: clamp(16px, 1.25vw, 20px); line-height: 1.65; }
.zone-radius { display: grid; place-items: center; }
.radius-rings { width: min(34vw, 430px); aspect-ratio: 1; display: grid; place-items: center; position: relative; border: 1px dashed #383838; border-radius: 50%; }
.radius-rings::before, .radius-rings::after, .radius-rings span { content: ""; position: absolute; border: 1px solid #292929; border-radius: 50%; }
.radius-rings::before { inset: 13%; }.radius-rings::after { inset: 28%; }
.radius-rings span:first-child { inset: 3%; border-color: rgba(214,19,27,.28); }
.radius-rings span:nth-child(2) { inset: 20%; border-style: dashed; }
.radius-rings span:nth-child(3) { inset: 39%; background: rgba(214,19,27,.12); border-color: var(--red); }
.radius-rings b { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: var(--red); font: 800 18px/1 "Barlow Condensed"; box-shadow: 0 0 0 12px rgba(214,19,27,.1); }
.zone-radius > p { width: 220px; margin: -22px 0 0; padding: 15px 17px; background: var(--paper); color: #777; font-size: 12px; line-height: 1.45; transform: rotate(-2deg); box-shadow: 7px 7px 0 var(--red); }
.zone-radius > p strong { color: var(--ink); font: 800 26px/1 "Barlow Condensed"; text-transform: uppercase; }
.zone-intro { background: var(--paper); }
.zone-facts { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.zone-facts article { min-height: 250px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.zone-facts article > span { color: var(--red); font: 700 12px/1 "Barlow Condensed"; }
.zone-facts h3 { margin: 80px 0 12px; font-size: 31px; }
.zone-facts p { margin: 0; color: #706d67; font-size: 16px; line-height: 1.6; }
.area-directory { background: var(--paper-2); }
.area-directory-head { display: grid; grid-template-columns: 1.2fr .65fr; gap: 8vw; align-items: end; margin-bottom: 60px; }
.area-directory-head > p { color: #67635d; font-size: 16px; line-height: 1.65; }
.area-list { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; border-top: 3px solid var(--ink); list-style: none; }
.area-list li { min-height: 82px; display: flex; align-items: center; gap: 18px; padding: 15px 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.area-list li:nth-child(3n) { border-right: 0; }
.area-list li span { color: var(--red); font: 700 11px/1 "Barlow Condensed"; }
.area-list li strong { font: 700 clamp(19px, 2vw, 27px)/1 "Barlow Condensed"; text-transform: uppercase; }
.area-list .area-loading { grid-column: 1/-1; color: #777; }
.noscript-note { padding: 18px; border-left: 4px solid var(--red); background: #f2d8d7; }
.zone-contact { background: var(--red); color: white; text-align: center; }
.zone-contact .kicker { color: white; justify-content: center; }
.zone-contact h2 { max-width: 1000px; margin-inline: auto; }
.zone-contact > p:not(.kicker) { max-width: 650px; margin: 30px auto 35px; line-height: 1.65; }
.zone-contact .hero-actions { justify-content: center; }
.zone-contact .button-ghost { border-color: rgba(255,255,255,.65); }
.zone-contact .button-primary { background: var(--ink); border-color: var(--ink); }

dialog { width: min(840px, calc(100% - 30px)); max-height: calc(100vh - 30px); border: 0; padding: clamp(32px, 6vw, 72px); background: var(--paper); color: var(--ink); box-shadow: 0 20px 80px rgba(0,0,0,.5); }
dialog::backdrop { background: rgba(0,0,0,.82); backdrop-filter: blur(5px); }
dialog h2 { font-size: clamp(50px, 8vw, 85px); line-height: .85; margin-bottom: 45px; }
.dialog-close { position: absolute; right: 22px; top: 16px; border: 0; background: none; font: 300 38px/1 sans-serif; cursor: pointer; }
.legal-content { display: grid; gap: 28px; }
.legal-content section { border-top: 1px solid var(--line); padding-top: 18px; }
.legal-content h3 { font-size: 21px; margin: 0 0 7px; }
.legal-content p { color: #595650; font-size: 13px; line-height: 1.7; margin: 0; }
.legal-content a { text-decoration: underline; }
.legal-warning { background: #f3d8d5; border: 0 !important; border-left: 4px solid var(--red) !important; padding: 18px !important; }
.admin-intro { color: #66625d; line-height: 1.6; margin-top: -25px; margin-bottom: 35px; }
#price-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 25px; background: var(--ink); color: white; }
#price-form label { display: grid; gap: 7px; font: 600 12px/1 "Barlow Condensed"; text-transform: uppercase; letter-spacing: .08em; }
#price-form label:first-of-type { grid-column: 1/-1; }
#price-form input { min-width: 0; width: 100%; padding: 13px; border: 1px solid #414141; background: #171717; color: white; outline: none; }
#price-form input:focus { border-color: var(--red); }
#price-form .button { grid-column: 1/-1; }
.admin-list { margin-top: 25px; }
.admin-row { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 12px; border-bottom: 1px solid var(--line); padding: 14px 0; }
.admin-row strong { display: block; font: 700 20px/1.2 "Barlow Condensed"; text-transform: uppercase; }
.admin-row small { color: #777; }
.admin-row button, .reset-prices { border: 1px solid var(--line); background: transparent; padding: 8px 11px; cursor: pointer; font-size: 12px; }
.admin-row .delete { color: var(--red); }
.reset-prices { margin-top: 25px; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .12s; }.delay-2 { transition-delay: .24s; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { position: absolute; left: 0; right: 0; top: 84px; background: var(--ink); padding: 28px 5vw; display: none; flex-direction: column; border-top: 1px solid #333; }
  nav.open { display: flex; }
  .header-call { display: none; }
  .menu-toggle { display: grid; gap: 5px; width: 38px; padding: 8px; background: transparent; border: 0; }
  .menu-toggle span:not(.sr-only) { height: 2px; background: white; width: 100%; }
  .hero { grid-template-columns: 1fr; padding-top: 90px; }
  .hero-visual { width: min(80%, 580px); margin-top: 30px; }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading .kicker { margin-bottom: 0; }
  .section-heading > p:last-child { max-width: 560px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .process { gap: 6vw; }
  .zone-hero { grid-template-columns: 1fr; }
  .zone-radius { justify-self: center; }
  .radius-rings { width: min(66vw, 430px); }
}

@media (max-width: 700px) {
  .site-header { height: 70px; }.site-header nav { top: 70px; }
  .hero { min-height: auto; padding: 70px 6vw 90px; }
  .hero-copy, .hero-visual { width: 100%; max-width: 100%; }
  h1 { font-size: clamp(66px, 22vw, 105px); }
  .hero-intro { font-size: 15px; }
  .hero-actions { display: grid; }
  .trust-line { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 38px; font-size: 10px; }
  .hero-visual { width: 100%; }
  .location-tag { bottom: 5%; }
  .scroll-cue { display: none; }
  .section { padding: 85px 6vw; }
  .section h2 { font-size: clamp(52px, 17vw, 78px); }
  .section-heading { gap: 20px; margin-bottom: 45px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card-wide { grid-column: auto; min-height: 270px; }
  .service-card h3 { margin-top: 100px; }
  .service-card-wide { align-items: flex-end; }
  .service-card-wide h3 { margin-top: 50px; }
  .round-link { flex-basis: 85px; height: 85px; }
  .process { grid-template-columns: 1fr; }
  .process-copy { grid-row: 1; }
  .pricing-top { grid-template-columns: 1fr; gap: 30px; }
  .price-row { grid-template-columns: 1fr auto; gap: 8px; padding: 18px 0; }
  .price-row p { grid-column: 1/-1; grid-row: 2; }
  .price-row strong { grid-column: 2; grid-row: 1; min-width: 0; }
  .cta-stamp { width: 90px; height: 90px; top: 36px; right: 5vw; font-size: 10px; }
  .cta h2 { margin-bottom: 50px; }
  .contact-links { grid-template-columns: 1fr; }
  .contact-links a { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.5); }
  .contact-links a:last-child { border-bottom: 0; }
  .contact-links span { word-break: break-word; }
  .footer-bottom { flex-wrap: wrap; }.footer-bottom span:first-child { flex-basis: 100%; }
  .zone-hero { padding: 65px 6vw 90px; }
  .zone-hero h1 { font-size: clamp(58px, 18vw, 82px); }
  .radius-rings { width: min(82vw, 380px); }
  .zone-facts, .area-directory-head { grid-template-columns: 1fr; }
  .area-directory-head { gap: 24px; }
  .area-list { grid-template-columns: 1fr; }
  .area-list li, .area-list li:nth-child(3n) { border-right: 0; }
  #price-form { grid-template-columns: 1fr; padding: 18px; }
  #price-form label:first-of-type, #price-form .button { grid-column: auto; }
}

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