:root {
  --ink: #111410;
  --black: #0b0e0b;
  --forest: #1e3323;
  --moss: #45633b;
  --moss-light: #9cab77;
  --earth: #79563b;
  --sand: #ded7ca;
  --cream: #f3f0e9;
  --paper: #fbfaf6;
  --line: rgba(21, 27, 20, 0.14);
  --muted: #5e625b;
  --mono: "DM Mono", monospace;
  --sans: "Manrope", sans-serif;
  --shell: min(1180px, calc(100% - 80px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.5; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
.section-shell { width: var(--shell); margin: 0 auto; }
.page-noise { pointer-events: none; position: fixed; inset: 0; z-index: 15; opacity: .035; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.7' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }

.site-header { color: #fff; position: absolute; z-index: 12; left: 50%; top: 0; transform: translateX(-50%); width: var(--shell); min-height: 91px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.26); transition: background .25s, min-height .25s; }
.site-header.scrolled { position: fixed; width: 100%; padding: 0 max(40px, calc((100vw - 1180px)/2)); background: rgba(11,14,11,.94); backdrop-filter: blur(14px); min-height: 70px; border-color: rgba(255,255,255,.12); }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 20px; letter-spacing: -.08em; font-weight: 800; white-space: nowrap; }
.brand > span:last-child > span { color: var(--moss-light); }
.brand-mark { width: 29px; height: 29px; position: relative; display: inline-block; border: 2px solid currentColor; border-radius: 50%; overflow: hidden; }
.brand-mark i { position: absolute; display: block; width: 35px; height: 14px; border-top: 1.5px solid currentColor; border-radius: 50%; left: -5px; }
.brand-mark i:nth-child(1) { top: 4px; }.brand-mark i:nth-child(2) { top: 10px; }.brand-mark i:nth-child(3) { top: 16px; }
.desktop-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; margin-right: 42px; }
.desktop-nav a, .header-cta { font-size: 12px; font-weight: 700; letter-spacing: .02em; transition: color .2s; }
.desktop-nav a:hover { color: var(--moss-light); }
.header-cta { display: inline-flex; align-items: center; gap: 16px; text-transform: uppercase; letter-spacing: .075em; font-size: 10px; }
.header-cta span { width: 25px; height: 25px; border: 1px solid rgba(255,255,255,.75); display: grid; place-items: center; border-radius: 50%; font-size: 15px; transition: background .2s, color .2s; }.header-cta:hover span { background: #fff; color: var(--black); }
.menu-toggle, .mobile-nav { display: none; }

.hero { min-height: min(800px, 100svh); height: max(680px, 100svh); color: #fff; position: relative; overflow: hidden; display: flex; flex-direction: column; }
.hero-backdrop, .hero-shade, .hero-lines { position: absolute; inset: 0; }
.hero-backdrop { background: url("assets/geofoco-hero.png") center center / cover no-repeat; transform: scale(1.01); animation: slowZoom 14s ease-out both; }
.hero-shade { background: linear-gradient(90deg, rgba(6,10,8,.87) 0%, rgba(7,11,8,.62) 33%, rgba(9,12,8,.18) 69%, rgba(6,9,7,.32) 100%), linear-gradient(0deg, rgba(5,9,6,.76) 0%, transparent 42%); }
.hero-lines { z-index: 1; width: 100%; height: 100%; top: 24%; opacity: .45; }
.hero-lines path { fill: none; stroke: #b7cf7c; stroke-opacity: .6; stroke-width: 1; vector-effect: non-scaling-stroke; }
.hero-content { position: relative; z-index: 2; margin-top: auto; padding-bottom: 125px; }
.eyebrow { font-family: var(--mono); color: var(--forest); text-transform: uppercase; letter-spacing: .11em; font-size: 10px; line-height: 1.5; margin: 0 0 23px; font-weight: 500; }.eyebrow span { display: inline-block; width: 22px; height: 1px; background: currentColor; vertical-align: middle; margin: 0 10px 3px 0; }.eyebrow.light { color: #e6e5dd; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-weight: 500; letter-spacing: -.065em; line-height: .98; }
h1 { font-size: clamp(55px, 7vw, 108px); max-width: 900px; margin-bottom: 26px; }
h1 em, h2 em { color: var(--moss-light); font-style: normal; }
.hero-copy { max-width: 445px; font-size: 16px; line-height: 1.65; color: rgba(255,255,255,.78); margin-bottom: 35px; }
.hero-actions { display: flex; gap: 13px; flex-wrap: wrap; }
.button { min-height: 51px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 23px; font-size: 11px; letter-spacing: .065em; text-transform: uppercase; font-weight: 800; transition: transform .2s, background .2s, color .2s; }.button:hover { transform: translateY(-2px); }.button span { font-size: 17px; line-height: 0; }.button-primary { background: var(--moss-light); color: var(--ink); }.button-primary:hover { background: #b7cb8b; }.button-ghost { border: 1px solid rgba(255,255,255,.45); color: #fff; }.button-ghost:hover { background: #fff; color: var(--ink); }
.hero-bottom { position: relative; z-index: 2; margin-top: auto; height: 76px; border-top: 1px solid rgba(255,255,255,.26); display: flex; justify-content: space-between; align-items: center; font-family: var(--mono); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }.hero-label { color: rgba(255,255,255,.75); }.pulse { display: inline-block; width: 7px; height: 7px; background: var(--moss-light); border-radius: 50%; margin-right: 9px; animation: pulse 2s infinite; }.scroll-link { display: flex; align-items: center; gap: 11px; color: #fff; }.scroll-wheel { display: inline-block; width: 20px; height: 29px; border: 1px solid rgba(255,255,255,.6); border-radius: 15px; position: relative; }.scroll-wheel:after { content: ''; position: absolute; top: 5px; left: 8px; width: 2px; height: 5px; background: var(--moss-light); animation: scroll 1.6s infinite; }

.intro { padding: 135px 0 122px; }.intro-kicker { display: flex; gap: 20px; align-items: flex-start; margin-bottom: 61px; }.number { font-family: var(--mono); color: var(--earth); font-size: 10px; padding-top: 3px; }.intro-kicker .eyebrow { margin: 0; }.intro-main { display: grid; grid-template-columns: minmax(300px, 1.25fr) minmax(250px, .75fr); gap: 60px; margin-bottom: 95px; }.intro h2, .section-heading h2, .method h2, .coverage h2, .contact h2 { font-size: clamp(39px, 4.6vw, 68px); margin: 0; }.intro-detail { align-self: end; max-width: 340px; }.intro-detail p { color: var(--muted); line-height: 1.75; font-size: 14px; margin-bottom: 26px; }.text-link { display: inline-flex; align-items: center; gap: 14px; font-family: var(--mono); font-size: 10px; text-transform: uppercase; color: var(--earth); border-bottom: 1px solid #bcae9c; padding-bottom: 8px; }.text-link span { font-size: 16px; }.value-strip { border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); }.value-strip article { padding: 30px 40px 0 0; border-right: 1px solid var(--line); min-height: 165px; }.value-strip article + article { padding-left: 40px; }.value-strip article:last-child { border: none; }.value-icon { display: block; width: 26px; height: 26px; margin-bottom: 20px; position: relative; color: var(--earth); }.value-strip h3 { font-size: 13px; margin-bottom: 7px; }.value-strip p { color: var(--muted); font-size: 12px; line-height: 1.6; margin: 0; max-width: 230px; }.icon-target { border: 1px solid currentColor; border-radius: 50%; }.icon-target:before, .icon-target:after { content: ''; position: absolute; background: currentColor; }.icon-target:before { width: 1px; height: 32px; left: 11px; top: -4px; }.icon-target:after { height: 1px; width: 32px; top: 11px; left: -4px; }.icon-grid { background: linear-gradient(90deg, transparent 32%, currentColor 33%, currentColor 36%, transparent 37%, transparent 64%, currentColor 65%, currentColor 68%, transparent 69%), linear-gradient(transparent 32%, currentColor 33%, currentColor 36%, transparent 37%, transparent 64%, currentColor 65%, currentColor 68%, transparent 69%); border: 1px solid currentColor; }.icon-compass { border: 1px solid currentColor; transform: rotate(45deg); border-radius: 2px; }.icon-compass:after { content: ''; position: absolute; width: 6px; height: 6px; top: 8px; left: 8px; border: 1px solid currentColor; }

.services { padding: 110px 0 120px; background: var(--cream); border-top: 1px solid rgba(121,86,59,.12); }.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 53px; }.heading-side { max-width: 260px; margin: 0 0 5px; color: var(--muted); font-size: 13px; line-height: 1.7; }.service-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }.service-card { min-height: 476px; padding: 25px 26px 26px; display: flex; flex-direction: column; position: relative; overflow: hidden; transition: transform .3s, box-shadow .3s; }.service-card:hover { transform: translateY(-7px); box-shadow: 0 18px 24px rgba(35,30,20,.13); }.service-rural { background: var(--forest); color: #f9f6ee; }.service-urban { background: #b7ad9e; color: var(--ink); }.service-other { background: var(--earth); color: #fff9ef; }.card-top { display: flex; justify-content: space-between; font: 10px var(--mono); letter-spacing: .1em; }.card-arrow { border: 1px solid currentColor; border-radius: 50%; width: 27px; height: 27px; display: grid; place-items: center; font-size: 14px; }.service-icon { margin: 74px 0 auto; width: 82px; height: 65px; position: relative; opacity: .78; }.rural-icon i { position: absolute; width: 65px; height: 25px; border: 1.5px solid #cfdb9c; border-radius: 50%; }.rural-icon i:nth-child(1) { top: 1px; left: 7px; }.rural-icon i:nth-child(2) { top: 15px; left: 0; }.rural-icon i:nth-child(3) { top: 29px; left: 13px; }.urban-icon { border-left: 1px solid currentColor; border-bottom: 1px solid currentColor; background: linear-gradient(90deg, transparent 33%, currentColor 34%, currentColor 36%, transparent 37%, transparent 66%, currentColor 67%, currentColor 69%, transparent 70%), linear-gradient(transparent 33%, currentColor 34%, currentColor 36%, transparent 37%, transparent 66%, currentColor 67%, currentColor 69%, transparent 70%); background-size: 50px 50px; }.urban-icon i { position: absolute; width: 21px; height: 25px; border: 1px solid currentColor; bottom: 0; }.urban-icon i:nth-child(1) { left: 9px; height: 34px; }.urban-icon i:nth-child(2) { left: 35px; height: 46px; }.urban-icon i:nth-child(3) { left: 60px; height: 26px; }.urban-icon i:nth-child(4) { left: 85px; height: 39px; }.other-icon:before, .other-icon:after { content: ''; position: absolute; background: currentColor; left: 38px; top: 2px; }.other-icon:before { height: 64px; width: 1px; }.other-icon:after { width: 64px; height: 1px; top: 33px; left: 6px; }.other-icon i { position: absolute; width: 35px; height: 35px; border: 1px solid currentColor; border-radius: 50%; }.other-icon i:nth-child(1) { top: 0; left: 20px; }.other-icon i:nth-child(2) { top: 15px; left: 8px; }.other-icon i:nth-child(3) { top: 28px; left: 32px; }.service-card h3 { font-size: 25px; line-height: 1.13; letter-spacing: -.055em; margin: 0 0 14px; font-weight: 600; }.service-card p { font-size: 12px; max-width: 270px; line-height: 1.65; opacity: .78; margin: 0 0 26px; }.service-card a { font: 10px var(--mono); text-transform: uppercase; letter-spacing: .08em; display: flex; justify-content: space-between; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.28); }.service-urban a { border-color: rgba(17,20,16,.25); }.service-card a span { font-size: 18px; line-height: .55; }

.method { padding: 138px 0; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 8vw, 140px); align-items: center; }.method-visual { aspect-ratio: 1.07; background: #e2dfd7; position: relative; overflow: hidden; }.method-visual:after { content: ''; position: absolute; inset: 0; background: linear-gradient(145deg, rgba(121,86,59,.12), transparent 48%); }.method-visual svg { position: absolute; inset: -3% -6%; width: 112%; height: 106%; }.method-visual path { fill: none; stroke: var(--earth); stroke-opacity: .5; stroke-width: 1.1; }.coordinate-card { position: absolute; z-index: 2; left: 30px; bottom: 29px; padding: 12px 15px; background: var(--forest); color: #f3f0e9; font-family: var(--mono); font-size: 9px; line-height: 1.6; }.coordinate-card span { display: block; color: #aebf87; font-size: 8px; margin-bottom: 5px; }.coordinate-card strong { display: block; font-weight: 400; }.map-dot { z-index: 2; position: absolute; width: 10px; height: 10px; border: 2px solid var(--forest); background: var(--moss-light); border-radius: 50%; box-shadow: 0 0 0 5px rgba(156,171,119,.2); }.dot-one { top: 30%; left: 30%; }.dot-two { top: 55%; left: 58%; }.dot-three { top: 23%; left: 73%; }.method-content .eyebrow { margin-bottom: 21px; }.method h2 { margin-bottom: 39px; }.method-steps { border-top: 1px solid var(--line); }.method-steps article { padding: 19px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 44px 1fr; gap: 10px; }.method-steps > article > span { color: var(--earth); font: 10px var(--mono); padding-top: 3px; }.method-steps h3 { font-size: 14px; margin: 0 0 3px; }.method-steps p { font-size: 12px; color: var(--muted); margin: 0; line-height: 1.6; }

.coverage { background: var(--black); color: #f4f1e9; padding: 120px 0; overflow: hidden; }.coverage-grid { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 50px; }.coverage h2 { margin-bottom: 25px; }.coverage-content > p:not(.eyebrow) { color: rgba(255,255,255,.65); font-size: 13px; line-height: 1.8; max-width: 350px; margin-bottom: 36px; }.region-list { list-style: none; padding: 0; margin: 0; max-width: 310px; border-top: 1px solid rgba(255,255,255,.17); }.region-list li { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.17); font-size: 12px; display: flex; gap: 18px; }.region-list span { color: var(--moss-light); font: 9px var(--mono); padding-top: 3px; }.sc-map { min-height: 390px; position: relative; display: flex; align-items: center; }.sc-map svg { position: relative; z-index: 2; width: 100%; overflow: visible; }.state-shape { fill: var(--forest); stroke: #698355; stroke-width: 2; }.map-stroke { fill: none; stroke: #8ea76d; stroke-opacity: .4; stroke-width: 1; }.pin { stroke: var(--black); stroke-width: 3; }.pin-green { fill: var(--moss-light); }.pin-brown { fill: #b88c62; }.map-grid { position: absolute; inset: 5% -10%; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 38px 38px; transform: rotate(-9deg); }.map-caption { position: absolute; bottom: 21px; right: 30px; z-index: 3; font: 9px var(--mono); letter-spacing: .06em; color: rgba(255,255,255,.6); text-transform: uppercase; }.map-caption i { display: inline-block; width: 6px; height: 6px; background: var(--moss-light); border-radius: 50%; margin-right: 6px; }

.contact { padding: 135px 0; display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(55px, 8vw, 140px); }.contact-heading h2 { margin-bottom: 28px; }.contact-heading > p:not(.eyebrow) { color: var(--muted); max-width: 332px; font-size: 13px; line-height: 1.75; margin-bottom: 30px; }.contact-icons { display: flex; gap: 9px; }.icon-button { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); background: transparent; color: var(--forest); border-radius: 50%; transition: background .2s, color .2s, transform .2s; }.icon-button:hover { background: var(--forest); color: #fff; transform: translateY(-2px); }.icon-button svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }.contact-form { padding-top: 6px; }.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }.contact-form label { display: block; font: 10px var(--mono); text-transform: uppercase; letter-spacing: .07em; margin-bottom: 24px; color: var(--forest); }.contact-form input, .contact-form textarea, .contact-form select { display: block; appearance: none; width: 100%; background: transparent; border: 0; border-bottom: 1px solid #c6c4bd; border-radius: 0; padding: 12px 0 11px; outline: none; color: var(--ink); font-family: var(--sans); text-transform: none; letter-spacing: 0; font-size: 13px; transition: border-color .2s; resize: vertical; }.contact-form textarea { min-height: 84px; }.contact-form select { color: var(--muted); background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='6'%3E%3Cpath d='m1 1 4.5 4L10 1' fill='none' stroke='%231e3323' stroke-width='1.3'/%3E%3C/svg%3E") right 5px center / 11px no-repeat; }.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--moss); }.contact-form ::placeholder { color: #94968f; opacity: 1; }.form-footer { display: flex; justify-content: space-between; gap: 20px; align-items: center; margin-top: 28px; }.form-footer p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.5; max-width: 190px; }.button-dark { color: #fff; background: var(--forest); border: 0; white-space: nowrap; }.button-dark:hover { background: var(--moss); }.form-feedback { min-height: 18px; color: var(--earth); font-size: 11px; margin: 13px 0 0; }

.footer { background: var(--forest); color: #fff; }.footer-top { min-height: 150px; display: flex; align-items: center; justify-content: space-between; gap: 35px; }.footer-brand { color: #fff; }.footer-top > p { max-width: 255px; margin: 0 auto 0 50px; color: rgba(255,255,255,.68); font-size: 11px; line-height: 1.7; }.back-top { font: 10px var(--mono); letter-spacing: .08em; text-transform: uppercase; display: flex; gap: 13px; align-items: center; color: #d5dfb7; }.back-top span { width: 26px; height: 26px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; display: grid; place-items: center; font-size: 15px; }.footer-bottom { min-height: 58px; border-top: 1px solid rgba(255,255,255,.17); display: flex; justify-content: space-between; align-items: center; color: rgba(255,255,255,.48); font: 9px var(--mono); text-transform: uppercase; letter-spacing: .06em; }.toast { position: fixed; z-index: 30; bottom: 24px; left: 50%; transform: translate(-50%, 120px); background: var(--forest); color: #fff; padding: 12px 18px; font-size: 12px; box-shadow: 0 10px 24px rgba(0,0,0,.2); opacity: 0; transition: transform .28s ease, opacity .28s ease; }.toast.show { transform: translate(-50%, 0); opacity: 1; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes slowZoom { from { transform: scale(1.08); } to { transform: scale(1.01); } } @keyframes pulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(156,171,119,.5); } 50% { box-shadow: 0 0 0 7px rgba(156,171,119,0); } } @keyframes scroll { 0% { opacity: 0; transform: translateY(0); } 30% { opacity: 1; } 80% { opacity: 0; transform: translateY(9px); } 100% { opacity: 0; } }

@media (max-width: 820px) {
  :root { --shell: min(100% - 40px, 620px); }.site-header { min-height: 70px; }.site-header.scrolled { padding: 0 20px; }.desktop-nav, .header-cta { display: none; }.menu-toggle { display: flex; border: 0; background: transparent; width: 40px; height: 40px; padding: 11px 7px; flex-direction: column; justify-content: center; gap: 6px; }.menu-toggle span { display: block; width: 25px; height: 1px; background: #fff; transition: transform .2s; }.menu-toggle.active span:first-child { transform: translateY(3.5px) rotate(45deg); }.menu-toggle.active span:last-child { transform: translateY(-3.5px) rotate(-45deg); }.mobile-nav { display: block; position: fixed; z-index: 11; left: 0; right: 0; top: 70px; padding: 15px 20px 23px; background: rgba(11,14,11,.98); transform: translateY(-130%); transition: transform .25s ease; }.mobile-nav.open { transform: translateY(0); }.mobile-nav a { display: block; color: #fff; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.13); font-size: 13px; }.mobile-nav a:last-child { color: var(--moss-light); }.hero { height: min(760px, 100svh); min-height: 630px; }.hero-backdrop { background-position: 63% center; }.hero-shade { background: linear-gradient(90deg, rgba(6,10,8,.87) 0%, rgba(7,11,8,.58) 75%, rgba(6,9,7,.25)), linear-gradient(0deg, rgba(5,9,6,.76), transparent 45%); }.hero-content { padding-bottom: 90px; }.hero-copy { font-size: 14px; max-width: 330px; }.hero-bottom { height: 64px; }.intro { padding: 90px 0 82px; }.intro-kicker { margin-bottom: 42px; }.intro-main, .method, .coverage-grid, .contact { grid-template-columns: 1fr; gap: 35px; }.intro-main { margin-bottom: 67px; }.intro-detail { max-width: 400px; }.value-strip { grid-template-columns: 1fr; }.value-strip article, .value-strip article + article { padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line); min-height: auto; }.value-strip article:last-child { border-bottom: none; }.section-heading { display: block; margin-bottom: 34px; }.heading-side { margin: 23px 0 0; }.services { padding: 78px 0 82px; }.service-list { grid-template-columns: 1fr; }.service-card { min-height: 400px; }.service-icon { margin-top: 48px; }.method { padding: 88px 0; }.method-visual { max-width: 500px; width: 100%; }.coverage { padding: 82px 0; }.sc-map { min-height: 280px; }.contact { padding: 85px 0; }.contact-form { padding-top: 4px; }.footer-top { padding: 37px 0; min-height: 0; display: grid; grid-template-columns: 1fr auto; }.footer-top > p { grid-column: 1 / -1; margin: 0; max-width: 280px; }.footer-bottom { min-height: 72px; align-items: flex-start; padding: 19px 0; flex-direction: column; gap: 7px; }
}

@media (max-width: 470px) { :root { --shell: calc(100% - 36px); }.brand { font-size: 18px; }.hero-content { padding-bottom: 74px; }.hero-actions { display: grid; grid-template-columns: 1fr; width: 100%; max-width: 280px; }.button { width: 100%; }.hero-label { font-size: 8px; }.scroll-link { font-size: 0; }.scroll-wheel { margin-right: 4px; }.service-card { min-height: 385px; }.form-row { grid-template-columns: 1fr; gap: 0; }.form-footer { align-items: flex-start; flex-direction: column; }.contact-icons { margin-bottom: 4px; }.sc-map { min-height: 210px; }.map-caption { display: none; }.coordinate-card { left: 18px; bottom: 18px; }.footer-top { gap: 25px; }.footer-brand { grid-column: 1 / -1; }.back-top { grid-column: 2; grid-row: 1; }.footer-top > p { grid-row: 2; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.hero-backdrop, .pulse, .scroll-wheel:after { animation: none; }.reveal { opacity: 1; transform: none; transition: none; } }
