:root {
  --ink: #171713;
  --ink-soft: #27271f;
  --cream: #f4f0e7;
  --paper: #fbfaf7;
  --gold: #bc8a3d;
  --gold-light: #d6ae6b;
  --green: #67704c;
  --line: rgba(23, 23, 19, 0.14);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img { max-width: 100%; display: block; }

.site-header {
  height: 88px; padding: 0 clamp(24px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between;
  position: fixed; inset: 0 0 auto; z-index: 50; background: rgba(251, 250, 247, 0.91); backdrop-filter: blur(16px);
  border-bottom: 1px solid transparent; transition: .3s ease;
}
.site-header.scrolled { height: 72px; border-color: var(--line); box-shadow: 0 8px 40px rgba(21, 20, 15, .05); }
.brand { width: 196px; height: 58px; overflow: hidden; display: flex; align-items: center; }
.brand img { width: 100%; height: auto; }
.main-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 46px); font-size: 14px; font-weight: 600; }
.main-nav > a:not(.nav-phone) { position: relative; }
.main-nav > a:not(.nav-phone)::after { content: ""; height: 1px; position: absolute; left: 0; right: 100%; bottom: -6px; background: var(--gold); transition: .25s; }
.main-nav > a:hover::after { right: 0; }
.nav-phone { padding: 12px 18px; border: 1px solid var(--ink); border-radius: 999px; }
.menu-toggle { display: none; border: 0; background: none; width: 42px; height: 42px; padding: 11px; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--ink); transition: .25s; }

.hero {
  min-height: min(860px, 100vh); padding: 145px clamp(24px, 7vw, 110px) 64px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center;
  position: relative; overflow: hidden; background: var(--paper);
}
.hero::before { content: ""; position: absolute; right: -9vw; top: 88px; width: 57vw; height: calc(100% - 88px); background: #ece6d9; border-radius: 0 0 0 46%; }
.hero-glow { position: absolute; left: -20vw; top: 25%; width: 44vw; height: 44vw; border: 1px solid rgba(188,138,61,.12); border-radius: 50%; box-shadow: 0 0 0 70px rgba(188,138,61,.035), 0 0 0 140px rgba(188,138,61,.025); }
.hero-copy { position: relative; z-index: 2; max-width: 690px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 24px; color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow span { width: 36px; height: 1px; background: currentColor; }
h1, h2 { font-family: var(--serif); font-weight: 600; line-height: .98; letter-spacing: -.04em; margin: 0; }
h1 { font-size: clamp(54px, 6.2vw, 96px); }
h1 em, h2 em { color: var(--gold); font-weight: 600; }
.hero-lead { max-width: 585px; margin: 30px 0 34px; color: #5e5d55; font-size: clamp(16px, 1.5vw, 20px); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; border: 0; cursor: pointer; padding: 16px 23px; font-size: 14px; font-weight: 700; transition: transform .25s, background .25s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--gold); box-shadow: 0 12px 30px rgba(188,138,61,.2); }
.button-primary:hover { background: #a8752f; }
.text-link { font-size: 14px; font-weight: 700; border-bottom: 1px solid var(--line); padding: 10px 0; }
.text-link span { color: var(--gold); margin-left: 8px; }
.hero-facts { display: flex; gap: 0; margin-top: 52px; }
.hero-facts div { min-width: 128px; padding-right: 30px; margin-right: 30px; border-right: 1px solid var(--line); }
.hero-facts div:last-child { border: 0; }
.hero-facts strong { display: block; font-family: var(--serif); font-size: 27px; color: var(--gold); }
.hero-facts span { font-size: 11px; color: #737168; }

.hero-slider {
  position: relative; z-index: 2; height: 570px; width: calc(100% + clamp(24px, 7vw, 110px));
  margin-right: calc(clamp(24px, 7vw, 110px) * -1); overflow: hidden; background: #d8d0c1;
  border-radius: 180px 0 0 24px; box-shadow: 0 32px 70px rgba(44, 35, 21, .2);
}
.slider-track, .hero-slide { position: absolute; inset: 0; }
.hero-slide { opacity: 0; visibility: hidden; transition: opacity .75s ease, visibility .75s ease; }
.hero-slide.is-active { opacity: 1; visibility: visible; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.035); transition: transform 6s ease; }
.hero-slide.is-active img { transform: scale(1); }
.slide-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(22,21,17,.24), transparent 45%, transparent 72%, rgba(22,21,17,.08)); }
.slide-caption { position: absolute; left: 42px; bottom: 36px; display: flex; flex-direction: column; gap: 5px; padding: 15px 18px; color: white; background: rgba(23,23,19,.76); backdrop-filter: blur(10px); }
.slide-caption span { color: var(--gold-light); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.slide-caption strong { font: 600 17px var(--serif); }
.slider-badges { position: absolute; inset: 28px 25px auto 105px; z-index: 4; display: flex; justify-content: space-between; align-items: start; pointer-events: none; }
.slider-badges span { padding: 10px 13px; background: rgba(255,255,255,.9); box-shadow: 0 8px 24px rgba(31,28,21,.1); color: var(--ink); font-size: 10px; font-weight: 700; }
.slider-badges b { color: var(--green); margin-right: 6px; }
.slider-controls { position: absolute; z-index: 5; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 20px; }
.slider-dots { display: flex; gap: 7px; }
.slider-dot { width: 7px; height: 7px; padding: 0; border: 1px solid white; border-radius: 50%; background: transparent; cursor: pointer; transition: width .25s, background .25s; }
.slider-dot.is-active { width: 24px; border-radius: 20px; background: white; }
.slider-arrows { display: flex; }
.slider-arrow { width: 39px; height: 39px; border: 0; border-left: 1px solid rgba(255,255,255,.2); color: white; background: rgba(23,23,19,.78); cursor: pointer; transition: background .2s; }
.slider-arrow:first-child { border-left: 0; }
.slider-arrow:hover { background: var(--gold); }

.promise-strip { min-height: 86px; background: var(--ink); color: #fff; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; padding: 0 clamp(24px, 7vw, 110px); }
.promise-strip div { text-align: center; padding: 7px; border-right: 1px solid rgba(255,255,255,.13); font-family: var(--serif); font-size: 17px; }
.promise-strip div:last-child { border: 0; }.promise-strip span { color: var(--gold-light); font: 10px var(--sans); margin-right: 12px; }

.section { padding: 120px clamp(24px, 7vw, 110px); }
.service { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.section h2 { font-size: clamp(45px, 5vw, 74px); }
.service-intro { align-self: end; max-width: 500px; justify-self: end; color: #67665d; font-size: 18px; line-height: 1.75; }
.service-grid { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 42px; }
.service-card { min-height: 455px; position: relative; padding: 34px; border: 1px solid var(--line); background: #fff; overflow: hidden; transition: transform .3s, box-shadow .3s; }
.service-card:hover { transform: translateY(-6px); box-shadow: 0 24px 60px rgba(37,32,22,.09); }
.service-card.featured { background: var(--cream); }
.card-number { position: absolute; top: 24px; right: 25px; color: #aaa79d; font-size: 11px; }
.icon-box { display: grid; place-items: center; width: 66px; height: 66px; margin-bottom: 52px; background: var(--cream); color: var(--gold); }
.icon-box svg { width: 34px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.featured .icon-box { background: var(--gold); color: white; }
.service-card h3 { font-family: var(--serif); font-size: 27px; margin: 0 0 14px; }
.service-card p { position: relative; z-index: 2; color: #6f6d64; line-height: 1.7; font-size: 14px; margin: 0; max-width: 380px; }
.card-badge { position: absolute; bottom: 0; right: 0; padding: 10px 15px; color: white; background: var(--green); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.card-visual { position: absolute; z-index: 1; left: 24px; right: 24px; bottom: 18px; height: 178px; display: flex; align-items: end; justify-content: center; color: var(--gold); }
.card-visual::before { content: ""; position: absolute; left: 7%; right: 7%; bottom: 30px; height: 1px; background: linear-gradient(90deg, transparent, rgba(188,138,61,.25), transparent); }
.card-visual svg { position: relative; z-index: 2; width: min(100%, 310px); height: 150px; overflow: visible; }
.card-visual .visual-lines { fill: none; stroke: currentColor; stroke-width: 1.5; opacity: .58; }
.card-visual .visual-food { fill: rgba(188,138,61,.16); stroke: currentColor; stroke-width: 1.2; }
.card-visual .visual-steam { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; opacity: .75; }
.card-visual small { position: absolute; z-index: 3; left: 50%; bottom: 0; transform: translateX(-50%); white-space: nowrap; padding: 6px 10px; background: #fff; color: #858178; font-size: 9px; font-weight: 600; letter-spacing: .03em; }
.card-visual small b { color: var(--green); }
.card-visual small i { display: inline-block; width: 3px; height: 3px; margin: 0 5px 2px; border-radius: 50%; background: var(--gold); }
.visual-orbit { position: absolute; z-index: 0; left: 50%; bottom: -92px; width: 310px; height: 240px; transform: translateX(-50%); border: 1px solid rgba(188,138,61,.11); border-radius: 50%; box-shadow: 0 0 0 30px rgba(188,138,61,.025); }
.calendar-visual .visual-highlight { fill: var(--gold); opacity: .9; }
.calendar-visual .visual-check { fill: none; stroke: #fff; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.calendar-visual .visual-dots { fill: var(--gold); }
.featured .card-visual { color: #8b753f; }
.featured .card-visual small { background: var(--cream); }
.featured .visual-orbit { border-color: rgba(103,112,76,.2); box-shadow: 0 0 0 30px rgba(103,112,76,.035); }
.microwave-visual .visual-tray { fill: rgba(103,112,76,.2); stroke: var(--green); stroke-width: 1.4; }

.menu-section { color: #fff; background: var(--ink); position: relative; overflow: hidden; }
.menu-section::after { content: "K"; position: absolute; right: -2vw; top: -13vw; font: 600 38vw var(--serif); color: rgba(255,255,255,.018); pointer-events: none; }
.menu-heading { display: flex; align-items: end; justify-content: space-between; position: relative; z-index: 1; }
.eyebrow.light { color: var(--gold-light); }
.menu-heading h2 em { color: var(--gold-light); }
.week-control { text-align: right; max-width: 340px; }
.week-control span { display: inline-block; padding: 10px 15px; border: 1px solid rgba(255,255,255,.2); color: var(--gold-light); font-size: 12px; font-weight: 700; }
.week-control p { color: #9b9a91; font-size: 14px; line-height: 1.6; }
.menu-list { margin-top: 64px; border-top: 1px solid rgba(255,255,255,.16); position: relative; z-index: 2; }
.menu-day { min-height: 125px; display: grid; grid-template-columns: 1.1fr 3fr auto; align-items: center; gap: 30px; border-bottom: 1px solid rgba(255,255,255,.16); transition: background .25s; transition-delay: var(--delay, 0ms); }
.menu-day:hover { background: rgba(255,255,255,.035); }
.day-meta { display: flex; align-items: center; gap: 25px; }
.day-meta span { color: var(--gold-light); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.day-meta h3 { font: 600 25px var(--serif); margin: 0; }
.menu-day ol { list-style: none; display: grid; grid-template-columns: repeat(4,1fr); gap: 15px; margin: 0; padding: 0; color: #d1cfc9; font-size: 13px; }
.menu-day li { counter-increment: item; position: relative; padding-left: 14px; }
.menu-day li::before { content: ""; position: absolute; left: 0; top: .55em; width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }
.meal-count { color: #77766f; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.menu-note { color: #6f6e67; font-size: 10px; margin: 20px 0 0; }

.coverage { padding-top: 90px; padding-bottom: 90px; background: var(--cream); }
.coverage-card { min-height: 500px; display: grid; grid-template-columns: 1.2fr .8fr; background: var(--green); color: #fff; overflow: hidden; }
.map-art { position: relative; display: grid; place-items: center; background: #5d6545; overflow: hidden; }
.map-art::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: 32px 32px; }
.map-art svg { position: relative; width: 84%; overflow: visible; }
.map-line { fill: none; stroke: rgba(255,255,255,.35); stroke-width: 2; stroke-dasharray: 5 8; }.map-line.faint { opacity: .3; }
.pulse { fill: rgba(214,174,107,.09); stroke: rgba(214,174,107,.35); stroke-width: 1; }.pulse.second { opacity: .6; }.pin { fill: var(--gold-light); }
.coverage-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(40px,6vw,90px); }
.coverage-copy h2 { font-size: clamp(48px,5vw,73px); }.coverage-copy h2 em { color: #ebc989; }
.coverage-copy > p:not(.eyebrow) { color: rgba(255,255,255,.68); line-height: 1.7; margin: 28px 0; font-size: 15px; }
.districts { display: flex; gap: 10px; }.districts span { padding: 11px 15px; border: 1px solid rgba(255,255,255,.25); font-size: 11px; font-weight: 700; }

.faq { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(45px,8vw,120px); background: var(--paper); }
.faq-heading > p:not(.eyebrow) { max-width: 470px; margin: 28px 0 0; color: #6e6c63; line-height: 1.75; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 26px 0; list-style: none; cursor: pointer; font-family: var(--serif); font-size: 20px; font-weight: 600; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: grid; place-items: center; flex: 0 0 30px; height: 30px; border: 1px solid var(--line); border-radius: 50%; color: var(--gold); font: 400 18px var(--sans); transition: transform .25s, background .25s, color .25s; }
.faq-list details[open] summary span { transform: rotate(45deg); color: white; background: var(--gold); }
.faq-list details > p { max-width: 690px; margin: -5px 50px 25px 0; color: #747168; font-size: 14px; line-height: 1.75; }

.quote { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(45px,8vw,130px); align-items: start; }
.quote-copy { position: sticky; top: 110px; }
.quote-copy > p:not(.eyebrow) { color: #6e6c63; line-height: 1.7; max-width: 510px; margin: 30px 0; }
.contact-lines { display: flex; flex-direction: column; gap: 14px; padding-top: 18px; border-top: 1px solid var(--line); }
.contact-lines a { font-family: var(--serif); font-size: 21px; }.contact-lines span { display: inline-block; width: 85px; color: #908e85; font: 10px var(--sans); text-transform: uppercase; letter-spacing: .1em; }
.quote-form { padding: clamp(28px,4vw,55px); background: var(--cream); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.quote-form label { display: block; margin-bottom: 19px; color: #77756c; font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.quote-form input:not([type="checkbox"]), .quote-form select, .quote-form textarea { width: 100%; border: 0; border-bottom: 1px solid #c9c3b8; border-radius: 0; background: transparent; padding: 11px 2px 13px; color: var(--ink); outline: 0; font-size: 14px; text-transform: none; letter-spacing: 0; transition: border .2s; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--gold); }
.quote-form textarea { resize: vertical; }
.quote-form .consent { display: flex; align-items: flex-start; gap: 10px; margin: 25px 0; text-transform: none; letter-spacing: 0; font-weight: 500; line-height: 1.5; }
.consent input { accent-color: var(--gold); margin-top: 2px; }
.button-dark { width: 100%; background: var(--ink); color: #fff; }.button-dark:hover { background: var(--gold); }
.form-status { min-height: 16px; margin: 10px 0 0; text-align: center; color: var(--green); font-size: 12px; }

footer { padding: 60px clamp(24px, 7vw, 110px) 24px; background: var(--ink); color: white; display: grid; grid-template-columns: 1fr 1fr; gap: 25px; align-items: center; }
.footer-brand { width: 190px; background: white; padding: 7px 10px; }
footer > p { color: #8e8c84; font: italic 20px var(--serif); text-align: right; }
.footer-links { display: flex; gap: 30px; font-size: 12px; }.footer-links a:hover { color: var(--gold-light); }
.footer-bottom { display: flex; justify-content: flex-end; gap: 20px; color: #6d6c65; font-size: 10px; }
.whatsapp-float { position: fixed; left: 20px; bottom: 20px; z-index: 40; display: flex; align-items: center; gap: 9px; padding: 10px 15px 10px 10px; color: #fff; background: #1ea952; border-radius: 99px; box-shadow: 0 12px 35px rgba(12,87,43,.27); font-size: 12px; font-weight: 700; transition: transform .25s, box-shadow .25s; animation: whatsapp-breathe 2.3s ease-in-out infinite; }
.whatsapp-float::before { content: ""; position: absolute; inset: -1px; z-index: -1; border: 2px solid rgba(30,169,82,.55); border-radius: inherit; animation: whatsapp-ring 2.3s ease-out infinite; }
.whatsapp-float:hover { transform: translateY(-4px) scale(1.03); box-shadow: 0 16px 40px rgba(12,87,43,.36); animation-play-state: paused; }.whatsapp-float:hover::before { animation-play-state: paused; }.whatsapp-float svg { width: 25px; height: 25px; fill: white; }
@keyframes whatsapp-breathe { 0%,100% { transform: scale(1); } 50% { transform: scale(1.045); } }
@keyframes whatsapp-ring { 0% { opacity: .7; transform: scale(1); } 70%,100% { opacity: 0; transform: scale(1.28, 1.5); } }
.back-to-top { position: fixed; right: 20px; bottom: 20px; z-index: 40; display: grid; place-items: center; width: 48px; height: 48px; padding: 0; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; color: white; background: var(--ink); box-shadow: 0 12px 34px rgba(23,23,19,.2); cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(18px) scale(.88); transition: opacity .3s, visibility .3s, transform .3s, background .2s; }
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }
.back-to-top:hover { background: var(--gold); transform: translateY(-3px) scale(1); }
.back-to-top svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

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

@media (max-width: 980px) {
  .site-header { height: 74px; padding: 0 22px; }.brand { width: 150px; }.menu-toggle { display: block; z-index: 2; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .main-nav { display: flex; position: fixed; inset: 0; background: var(--paper); flex-direction: column; align-items: flex-start; justify-content: center; padding: 70px 10vw; font: 600 34px var(--serif); transform: translateX(100%); transition: transform .35s ease; }
  .main-nav.is-open { transform: translateX(0); }.nav-phone { font: 600 16px var(--sans); margin-top: 20px; }
  .hero { grid-template-columns: 1fr; padding-top: 120px; min-height: auto; }.hero::before { top: auto; bottom: 0; width: 100%; height: 46%; border-radius: 30% 0 0 0; }
  .hero-copy { max-width: 760px; }.hero-slider { height: 470px; width: 100%; margin: 35px 0 0; border-radius: 110px 18px 18px 18px; }
  .promise-strip { grid-template-columns: 1fr 1fr; padding: 18px 24px; }.promise-strip div:nth-child(2) { border: 0; }
  .section { padding: 90px 24px; }.service { grid-template-columns: 1fr; }.service-intro { justify-self: start; }.service-grid { grid-template-columns: 1fr 1fr; }.service-card:last-child { grid-column: 1/-1; }
  .menu-day { grid-template-columns: 1fr; gap: 18px; padding: 26px 0; }.menu-day ol { grid-template-columns: 1fr 1fr; }.meal-count { display: none; }
  .coverage-card { grid-template-columns: 1fr; }.map-art { min-height: 330px; }.coverage-copy { min-height: 400px; }
  .faq { grid-template-columns: 1fr; }.faq-heading > p:not(.eyebrow) { max-width: 650px; }
  .quote { grid-template-columns: 1fr; }.quote-copy { position: static; }
}

@media (max-width: 620px) {
  .hero { padding-left: 20px; padding-right: 20px; }.hero-actions { align-items: stretch; flex-direction: column; gap: 10px; }.text-link { text-align: center; }
  .hero-facts { margin-top: 36px; }.hero-facts div { min-width: 0; flex: 1; margin-right: 12px; padding-right: 12px; }.hero-facts strong { font-size: 23px; }.hero-facts span { font-size: 9px; }
  .hero-slider { height: 330px; margin-top: 28px; border-radius: 70px 14px 14px 14px; }.slider-badges { inset: 16px 12px auto 76px; }.slider-badges span { padding: 8px 10px; font-size: 8px; }.slider-badges span:first-child { display: none; }.slide-caption { left: 16px; bottom: 16px; max-width: 66%; padding: 11px 12px; }.slide-caption strong { font-size: 14px; }.slider-controls { right: 12px; bottom: 12px; gap: 8px; }.slider-dots { display: none; }.slider-arrow { width: 34px; height: 34px; }
  .promise-strip { grid-template-columns: 1fr; }.promise-strip div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); padding: 12px; }.promise-strip div:last-child { border: 0; }
  .service-grid { grid-template-columns: 1fr; }.service-card:last-child { grid-column: auto; }.service-card { min-height: 440px; }
  .menu-heading { display: block; }.week-control { margin-top: 28px; text-align: left; }.menu-list { margin-top: 38px; }.menu-day ol { grid-template-columns: 1fr; gap: 10px; }
  .coverage { padding-left: 0; padding-right: 0; }.coverage-copy { min-height: 410px; }.map-art { min-height: 280px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }.quote-form { margin-left: -4px; margin-right: -4px; }
  .contact-lines a { font-size: 17px; }.contact-lines span { width: 70px; }
  footer { grid-template-columns: 1fr; }.footer-brand { width: 160px; }footer > p { text-align: left; }.footer-bottom { justify-content: flex-start; flex-direction: column; gap: 5px; }
  .whatsapp-float span { display: none; }.whatsapp-float { width: 52px; height: 52px; padding: 13px; justify-content: 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; }.reveal { opacity: 1; transform: none; } }
