:root {
  --yellow: #f7c600;
  --yellow-hot: #ffd629;
  --ink: #070707;
  --ink-soft: #111111;
  --steel: #aeb2b7;
  --paper: #f4f2ec;
  --muted: #696969;
  --line: #d8d5ce;
  --white: #ffffff;
  --shell: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
}
body, a, button, input, select { -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
img { display: block; }
.hero-photo, .about-art > img, .gallery-card > img { position: absolute; inset: 0; width: 100%; height: 100%; }
.shell { width: var(--shell); margin-inline: auto; }

.topline {
  background: var(--yellow);
  color: var(--ink);
  font-size: 11px;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.topline-inner { min-height: 34px; display: flex; align-items: center; gap: 12px; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: #000; box-shadow: 0 0 0 4px rgb(0 0 0 / .1); }
.topline-divider { height: 13px; width: 1px; background: rgb(0 0 0 / .28); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgb(7 7 7 / .94);
  color: var(--white);
  border-bottom: 1px solid rgb(255 255 255 / .1);
  backdrop-filter: blur(14px);
}
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; flex-direction: column; line-height: .82; min-width: 154px; }
.brand-main { font-family: Impact, "Arial Black", sans-serif; font-style: italic; font-size: 34px; letter-spacing: .025em; }
.brand-main b { color: var(--yellow); font: inherit; }
.brand-sub { margin-top: 8px; color: var(--yellow); font-size: 9px; font-weight: 800; letter-spacing: .32em; }
.desktop-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.desktop-nav a { font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: #cecece; transition: color .2s; }
.desktop-nav a:hover { color: var(--yellow); }
.header-call { display: flex; flex-direction: column; border-left: 1px solid #393939; padding-left: 22px; }
.header-call span { color: var(--yellow); font-size: 9px; font-weight: 900; letter-spacing: .17em; }
.header-call strong { margin-top: 4px; font-size: 16px; letter-spacing: .02em; }

.hero {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: white;
  padding: 58px 0 0;
}
.hero::before {
  content: "";
  position: absolute;
  width: 640px;
  height: 640px;
  left: -290px;
  top: -160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(247 198 0 / .17), transparent 66%);
  pointer-events: none;
}
.hero-grid {
  position: absolute;
  inset: 0;
  opacity: .08;
  background-image: linear-gradient(rgb(255 255 255 / .35) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / .35) 1px, transparent 1px);
  background-size: 56px 56px;
  transform: perspective(700px) rotateX(58deg) scale(1.4) translateY(22%);
  transform-origin: bottom center;
}
.hero-inner { position: relative; display: grid; grid-template-columns: .95fr 1.2fr; align-items: center; min-height: 590px; gap: 34px; }
.hero-copy { position: relative; z-index: 3; padding: 40px 0 86px; }
.eyebrow, .section-kicker { display: flex; align-items: center; gap: 11px; color: #8d8d8d; font-size: 11px; font-weight: 900; letter-spacing: .2em; }
.eyebrow span { display: inline-flex; background: var(--yellow); color: #000; padding: 7px 8px 6px; clip-path: polygon(7px 0, 100% 0, calc(100% - 7px) 100%, 0 100%); }
.hero h1 { margin: 24px 0 18px; max-width: 720px; font-family: Impact, "Arial Black", sans-serif; font-size: clamp(56px, 6.3vw, 94px); font-style: italic; font-weight: 900; letter-spacing: -.025em; line-height: .91; text-transform: uppercase; }
.hero h1 span { display: block; color: var(--yellow); }
.hero-lead { margin: 0; max-width: 600px; color: #c2c2c2; font-size: 18px; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { min-height: 54px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; border: 1px solid transparent; font-size: 12px; font-weight: 900; letter-spacing: .07em; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--yellow); color: #000; box-shadow: 0 12px 38px rgb(247 198 0 / .17); }
.button-primary:hover { background: var(--yellow-hot); }
.button-secondary { border-color: #4b4b4b; color: #fff; background: rgb(255 255 255 / .03); }
.button-secondary:hover { border-color: #fff; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 13px 20px; margin-top: 27px; }
.hero-proof span { color: #8b8b8b; font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.hero-proof span::before { content: "✓"; color: var(--yellow); margin-right: 7px; }

.hero-visual { position: relative; height: 560px; align-self: end; z-index: 2; }
.hero-photo-wrap { position: absolute; inset: 0 -120px 0 0; overflow: hidden; }
.hero-photo { object-fit: cover; object-position: 50% 48%; }
.hero-photo-shade { position: absolute; inset: 0; background: linear-gradient(90deg, #070707 0, rgb(7 7 7 / .8) 12%, transparent 49%), linear-gradient(0deg, #070707 0, transparent 23%); }
.availability-card { position: absolute; top: 22px; right: -4px; width: 134px; aspect-ratio: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--yellow); color: #000; clip-path: polygon(50% 0, 94% 22%, 100% 72%, 50% 100%, 0 72%, 6% 22%); transform: rotate(4deg); box-shadow: 0 16px 45px #000; }
.availability-card .availability-label { font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.availability-card strong { font-family: Impact, "Arial Black", sans-serif; font-size: 43px; line-height: 1; }
.availability-card strong span { font-size: 18px; }
.availability-card small { font-size: 8px; font-weight: 800; text-transform: uppercase; }
.hero-location-card { position: absolute; right: 0; bottom: 42px; min-width: 255px; padding: 16px 18px 17px 22px; background: rgb(8 8 8 / .9); border-left: 4px solid var(--yellow); box-shadow: 0 15px 40px rgb(0 0 0 / .5); backdrop-filter: blur(10px); }
.hero-location-card span { display: block; margin-bottom: 6px; color: var(--yellow); font-size: 8px; font-weight: 900; letter-spacing: .17em; }
.hero-location-card strong { font-size: 14px; }

.metrics { position: relative; z-index: 5; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #2d2d2d; }
.metrics div { min-height: 92px; display: flex; align-items: center; gap: 13px; border-right: 1px solid #2d2d2d; padding: 0 23px; }
.metrics div:first-child { border-left: 1px solid #2d2d2d; }
.metrics strong { color: var(--yellow); font-family: Impact, "Arial Black", sans-serif; font-size: 28px; font-style: italic; }
.metrics span { max-width: 120px; color: #919191; font-size: 10px; font-weight: 800; line-height: 1.3; text-transform: uppercase; letter-spacing: .06em; }

.section { padding: 110px 0; }
.section-kicker::before { content: ""; width: 28px; height: 3px; background: var(--yellow); }
.section-kicker.light { color: #ececec; }
.section-heading h2, .coverage-copy h2, .about-copy h2, .faq-intro h2, .final-cta h2 {
  margin: 16px 0 0;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(42px, 5vw, 66px);
  font-style: italic;
  font-weight: 900;
  line-height: .98;
  letter-spacing: -.015em;
  text-transform: uppercase;
}
.split-heading { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 80px; }
.split-heading p { margin: 0 0 5px; color: var(--muted); font-size: 16px; line-height: 1.65; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 52px; }
.service-card { position: relative; min-height: 350px; padding: 26px; overflow: hidden; border: 1px solid var(--line); background: #ebe9e3; transition: transform .25s, background .25s, box-shadow .25s; }
.service-card::after { content: ""; position: absolute; right: -52px; top: -67px; width: 140px; height: 140px; border: 18px solid rgb(0 0 0 / .035); transform: rotate(45deg); }
.service-card:hover { transform: translateY(-7px); background: #fff; box-shadow: 0 24px 54px rgb(0 0 0 / .09); }
.service-card-top { display: flex; align-items: flex-start; justify-content: space-between; }
.service-number { font-family: Impact, "Arial Black", sans-serif; color: #c9c6bf; font-size: 56px; font-style: italic; line-height: 1; }
.service-tag { background: var(--yellow); padding: 6px 8px; font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.service-card h3 { margin: 55px 0 14px; font-size: 23px; text-transform: uppercase; letter-spacing: -.02em; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.service-card a { position: absolute; left: 26px; bottom: 25px; font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.service-card a span { margin-left: 7px; color: #b08e00; font-size: 16px; }
.service-note { margin-top: 16px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; background: #111; color: white; padding: 18px 22px; }
.note-mark { width: 34px; height: 34px; display: grid; place-items: center; border: 2px solid var(--yellow); color: var(--yellow); border-radius: 50%; font-weight: 900; }
.service-note p { margin: 0; color: #b6b6b6; font-size: 13px; }
.service-note p strong { color: white; }
.service-note a { color: var(--yellow); font-size: 10px; font-weight: 900; letter-spacing: .1em; }

.coverage-section { overflow: hidden; background: var(--yellow); }
.coverage-grid { display: grid; grid-template-columns: 1fr .82fr; min-height: 760px; }
.coverage-copy { position: relative; padding: 92px 80px 90px 0; overflow: hidden; }
.coverage-copy p { max-width: 590px; font-size: 17px; line-height: 1.65; }
.coverage-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.coverage-list span { border: 1px solid rgb(0 0 0 / .25); padding: 8px 10px; font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.coverage-map { position: absolute; left: -40px; right: 30px; bottom: -125px; height: 365px; }
.map-ring { position: absolute; left: 50%; top: 50%; border: 1px solid rgb(0 0 0 / .25); border-radius: 50%; transform: translate(-50%, -50%); }
.ring-one { width: 230px; height: 230px; }
.ring-two { width: 390px; height: 390px; }
.map-origin { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 122px; height: 122px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: #070707; color: white; border-radius: 50%; box-shadow: 0 0 0 9px rgb(255 255 255 / .25); }
.map-origin::before { content: ""; position: absolute; top: -18px; left: 50%; width: 14px; height: 14px; background: #070707; transform: translateX(-50%) rotate(45deg); }
.map-origin span { color: var(--yellow); font-size: 8px; font-weight: 900; letter-spacing: .16em; }
.map-origin strong { margin-top: 5px; font-size: 15px; }
.map-label { position: absolute; font-size: 8px; font-weight: 900; letter-spacing: .1em; }
.label-one { top: 12%; right: 22%; }
.label-two { bottom: 23%; left: 9%; }
.quote-card { align-self: center; position: relative; z-index: 3; margin: 52px 0; background: white; color: #111; box-shadow: 0 35px 80px rgb(0 0 0 / .19); }
.quote-card-heading { padding: 36px 40px 25px; border-bottom: 1px solid #dedede; }
.quote-card-heading > span { color: #9a7d00; font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.quote-card-heading h2 { margin: 8px 0 6px; font-family: Impact, "Arial Black", sans-serif; font-size: 37px; font-style: italic; text-transform: uppercase; }
.quote-card-heading p { margin: 0; color: #777; font-size: 13px; }
.quote-card form { padding: 28px 40px 34px; }
.quote-card label { display: block; margin-bottom: 15px; }
.quote-card label > span { display: block; margin-bottom: 7px; color: #4f4f4f; font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.quote-card input, .quote-card select { width: 100%; height: 48px; padding: 0 14px; border: 1px solid #d2d2d2; border-radius: 0; background: #fafafa; color: #111; font-size: 13px; outline: none; }
.quote-card input:focus, .quote-card select:focus { border-color: #9f8100; box-shadow: 0 0 0 3px rgb(247 198 0 / .18); }
.quote-card button { width: 100%; min-height: 54px; margin-top: 4px; border: 0; background: #0a0a0a; color: white; cursor: pointer; font-size: 10px; font-weight: 900; letter-spacing: .07em; }
.quote-card button span { color: var(--yellow); margin-left: 8px; }
.quote-card form > small { display: block; margin-top: 12px; color: #8b8b8b; font-size: 9px; text-align: center; }

.gallery-section { overflow: hidden; background: #e8e6df; padding-bottom: 95px; }
.gallery-heading { margin-bottom: 48px; }
.gallery-track { display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-color: var(--yellow) #ccc; scrollbar-width: thin; padding: 0 max(24px, calc((100vw - 1180px) / 2)) 30px; }
.gallery-track::-webkit-scrollbar { height: 6px; }
.gallery-track::-webkit-scrollbar-thumb { background: var(--yellow); }
.gallery-track::-webkit-scrollbar-track { background: #ccc; }
.gallery-card { position: relative; flex: 0 0 clamp(310px, 34vw, 500px); height: 365px; margin: 0; overflow: hidden; scroll-snap-align: start; background: #111; }
.gallery-card img { object-fit: cover; transition: transform .5s; }
.gallery-card:hover img { transform: scale(1.04); }
.gallery-card::after { content: ""; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent, rgb(0 0 0 / .85)); }
.gallery-card figcaption { position: absolute; z-index: 2; left: 20px; right: 20px; bottom: 17px; display: flex; justify-content: space-between; align-items: center; color: white; }
.gallery-card figcaption span { color: var(--yellow); font-family: Impact, "Arial Black", sans-serif; font-size: 30px; font-style: italic; }
.gallery-card figcaption strong { font-size: 9px; letter-spacing: .13em; }

.about-section { padding: 0; background: #090909; color: white; }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 720px; }
.about-art { position: relative; overflow: hidden; background: #000; }
.about-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 60%, #090909), linear-gradient(0deg, #090909 0, transparent 28%); }
.about-art img { object-fit: contain; padding: 44px; }
.about-copy { padding: 100px 0 85px 80px; }
.about-copy h2 { font-size: clamp(42px, 4.5vw, 64px); }
.about-copy blockquote { margin: 30px 0 25px; padding-left: 18px; border-left: 3px solid var(--yellow); color: var(--yellow); font-family: Georgia, serif; font-size: 22px; font-style: italic; }
.about-copy > p { color: #a8a8a8; font-size: 15px; line-height: 1.75; }
.about-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 34px; background: #333; border: 1px solid #333; }
.about-values div { min-height: 125px; padding: 19px 16px; background: #111; }
.about-values strong { display: block; color: var(--yellow); font-size: 10px; letter-spacing: .1em; }
.about-values span { display: block; margin-top: 9px; color: #8e8e8e; font-size: 11px; line-height: 1.45; }

.centered-heading { text-align: center; }
.centered-heading .section-kicker { justify-content: center; }
.process-section { background: white; }
.process-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; list-style: none; padding: 0; margin: 58px 0 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-list li { min-height: 190px; display: grid; grid-template-columns: 76px 1fr; gap: 15px; align-items: center; padding: 26px; border-right: 1px solid var(--line); }
.process-list li:last-child { border-right: 0; }
.process-list li > span { color: var(--yellow); -webkit-text-stroke: 1px #000; font-family: Impact, "Arial Black", sans-serif; font-size: 48px; font-style: italic; }
.process-list strong { font-size: 15px; text-transform: uppercase; }
.process-list p { margin: 8px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; }

.faq-section { background: #efede7; }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.faq-intro h2 { font-size: clamp(42px, 4.5vw, 62px); }
.faq-intro p { color: var(--muted); line-height: 1.65; }
.text-link { display: inline-flex; gap: 14px; margin-top: 20px; padding-bottom: 7px; border-bottom: 2px solid var(--yellow); font-size: 10px; font-weight: 900; letter-spacing: .09em; }
.faq-list { border-top: 1px solid #c7c4bc; }
.faq-list details { border-bottom: 1px solid #c7c4bc; }
.faq-list summary { min-height: 83px; display: flex; align-items: center; justify-content: space-between; gap: 24px; cursor: pointer; list-style: none; font-size: 15px; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary b { width: 28px; height: 28px; display: grid; place-items: center; flex: none; border: 1px solid #aaa; font-size: 19px; font-weight: 400; transition: transform .2s, background .2s; }
.faq-list details[open] summary b { transform: rotate(45deg); background: var(--yellow); border-color: var(--yellow); }
.faq-list details p { margin: -12px 50px 24px 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.final-cta { position: relative; overflow: hidden; background: var(--yellow); }
.final-cta-lines { position: absolute; right: -40px; inset-block: 0; width: 48%; opacity: .17; background: repeating-linear-gradient(135deg, #000 0 2px, transparent 2px 27px); transform: skewX(-18deg); }
.final-cta-inner { position: relative; min-height: 360px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 80px; }
.final-cta h2 { font-size: clamp(48px, 5.3vw, 73px); }
.final-cta-actions { display: flex; flex-direction: column; align-items: flex-start; }
.button-dark { min-width: 290px; background: #080808; color: white; }
.button-dark span { color: var(--yellow); }
.final-phone { display: flex; flex-direction: column; margin-top: 26px; }
.final-phone small { font-size: 8px; font-weight: 900; letter-spacing: .17em; }
.final-phone strong { margin-top: 5px; font-size: 24px; }

.footer { padding: 65px 0 20px; background: #070707; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr .7fr; gap: 56px; }
.brand-footer { margin-bottom: 23px; }
.footer-brand p { max-width: 330px; color: #777; font-size: 13px; line-height: 1.6; }
.footer h3 { margin: 5px 0 19px; color: var(--yellow); font-size: 9px; letter-spacing: .15em; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid a, .footer-grid p { margin: 0; color: #999; font-size: 12px; line-height: 1.5; }
.footer-grid a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 55px; padding-top: 18px; border-top: 1px solid #292929; color: #555; font-size: 9px; letter-spacing: .08em; }
.mobile-action-bar { display: none; }

.whatsapp-dialog {
  width: min(520px, calc(100vw - 30px));
  padding: 38px;
  border: 0;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 28px 90px rgb(0 0 0 / .45);
}
.whatsapp-dialog::backdrop { background: rgb(0 0 0 / .72); backdrop-filter: blur(5px); }
.whatsapp-dialog-close { position: absolute; top: 12px; right: 15px; width: 36px; height: 36px; border: 0; background: transparent; color: #666; cursor: pointer; font-size: 28px; line-height: 1; }
.whatsapp-dialog-kicker { color: #8c7100; font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.whatsapp-dialog h2 { margin: 8px 0; font-family: Impact, "Arial Black", sans-serif; font-size: 38px; font-style: italic; text-transform: uppercase; }
.whatsapp-dialog > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.whatsapp-options { display: grid; gap: 10px; margin-top: 26px; }
.whatsapp-options a { position: relative; display: flex; flex-direction: column; gap: 5px; padding: 17px 54px 17px 18px; border: 1px solid #d2cec4; background: #fff; transition: border-color .2s, transform .2s; }
.whatsapp-options a:hover { transform: translateY(-2px); border-color: #a78900; }
.whatsapp-options span { color: #8c7100; font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.whatsapp-options strong { font-size: 20px; }
.whatsapp-options b { position: absolute; right: 20px; top: 50%; color: #8c7100; font-size: 19px; transform: translateY(-50%); }

@media (max-width: 1020px) {
  :root { --shell: min(100% - 36px, 900px); }
  .desktop-nav { display: none; }
  .hero-inner { grid-template-columns: 1fr; min-height: 860px; }
  .hero-copy { max-width: 670px; padding-bottom: 20px; }
  .hero-visual { height: 430px; }
  .hero-photo-wrap { inset: 0 -18px; }
  .hero-photo-shade { background: linear-gradient(0deg, #070707 0, transparent 30%); }
  .availability-card { right: 18px; }
  .hero-location-card { right: 20px; }
  .split-heading { grid-template-columns: 1fr; gap: 20px; }
  .split-heading p { max-width: 620px; }
  .coverage-grid { grid-template-columns: 1fr 1fr; }
  .coverage-copy { padding-right: 38px; }
  .quote-card-heading, .quote-card form { padding-inline: 28px; }
  .about-grid { grid-template-columns: 1fr; }
  .about-art { min-height: 530px; }
  .about-copy { padding: 80px 0; }
  .faq-grid { gap: 45px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { display: none; }
}

@media (max-width: 760px) {
  :root { --shell: calc(100vw - 30px); }
  body { padding-bottom: 62px; }
  .topline-inner { justify-content: center; text-align: center; }
  .topline-inner span:last-child, .topline-divider { display: none; }
  .site-header { top: 0; }
  .header-inner { min-height: 66px; }
  .brand-main { font-size: 29px; }
  .brand-sub { font-size: 7px; }
  .header-call span { display: none; }
  .header-call { padding-left: 14px; }
  .header-call strong { font-size: 13px; }
  .hero { padding-top: 30px; }
  .hero-inner { min-height: 760px; gap: 0; }
  .hero-copy { padding: 22px 0 20px; }
  .hero h1 { font-size: clamp(52px, 15vw, 72px); }
  .hero-lead { font-size: 15px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .hero-proof { gap: 10px 13px; }
  .hero-visual { height: 350px; }
  .availability-card { width: 102px; top: 8px; }
  .availability-card strong { font-size: 32px; }
  .hero-location-card { right: 5px; bottom: 18px; min-width: 220px; }
  .metrics { grid-template-columns: repeat(2, 1fr); }
  .metrics div { min-height: 72px; padding: 0 13px; border-bottom: 1px solid #2d2d2d; }
  .metrics strong { font-size: 24px; }
  .section { padding: 78px 0; }
  .section-heading h2, .coverage-copy h2, .about-copy h2, .faq-intro h2 { font-size: 43px; }
  .service-grid { grid-template-columns: 1fr; margin-top: 36px; }
  .service-card { min-height: 310px; }
  .service-card h3 { margin-top: 37px; }
  .service-note { grid-template-columns: auto 1fr; }
  .service-note a { grid-column: 2; }
  .coverage-grid { grid-template-columns: 1fr; }
  .coverage-copy { min-height: 670px; padding: 75px 0 0; }
  .coverage-map { left: -70px; right: -70px; }
  .quote-card { margin: 0 0 38px; }
  .gallery-card { flex-basis: 83vw; height: 330px; }
  .about-art { min-height: 390px; }
  .about-art img { padding: 18px; }
  .about-copy { padding: 70px 0; }
  .about-values { grid-template-columns: 1fr; }
  .about-values div { min-height: auto; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li { min-height: 145px; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-list li:last-child { border-bottom: 0; }
  .faq-grid { grid-template-columns: 1fr; }
  .final-cta-inner { min-height: 500px; grid-template-columns: 1fr; gap: 36px; padding-block: 70px; }
  .final-cta h2 { font-size: 49px; }
  .button-dark { min-width: 0; width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { gap: 20px; }
  .mobile-action-bar { position: fixed; z-index: 80; inset: auto 0 0; height: 62px; display: grid; grid-template-columns: .75fr 1.25fr; background: #080808; border-top: 1px solid #333; box-shadow: 0 -10px 30px rgb(0 0 0 / .25); }
  .mobile-action-bar a { display: grid; place-items: center; color: white; font-size: 10px; font-weight: 900; letter-spacing: .11em; }
  .mobile-action-bar a:last-child { background: var(--yellow); color: #000; }
  .whatsapp-dialog { padding: 34px 22px 24px; }
  .whatsapp-dialog h2 { font-size: 32px; }
}

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