:root {
  --black: #050605;
  --ink: #131617;
  --muted: #5d6570;
  --surface: #f6f8f4;
  --surface-2: #eef3ec;
  --white: #ffffff;
  --lime: #68f000;
  --lime-2: #9bff1a;
  --lime-dark: #35a800;
  --purple: #7432d8;
  --purple-dark: #4c189b;
  --hazard-red: #e51c00;
  --hazard-yellow: #ffd500;
  --hazard-blue: #1579ff;
  --neon-purple: #8c44ff;
  --border: #dce5d7;
  --shadow: 0 18px 50px rgba(5, 6, 5, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}
body.nav-open, body.modal-open { overflow: hidden; }
img, video, iframe, svg { display: block; }
img, video { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1rem; color: var(--muted); }
h1, h2, h3 { margin: 0; color: inherit; letter-spacing: 0; line-height: 1.08; }
h1 { font-size: 3.75rem; font-weight: 800; max-width: 880px; }
h2 { font-size: 2.5rem; font-weight: 800; max-width: 820px; }
h3 { font-size: 1.18rem; font-weight: 800; }
strong { color: var(--ink); }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 10000;
  transform: translateY(-150%);
  background: var(--lime);
  color: var(--black);
  padding: 10px 14px;
  border-radius: 8px;
  font-weight: 800;
}
.skip-link:focus { transform: translateY(0); }
.icon { width: 20px; height: 20px; flex: 0 0 auto; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 9999;
  color: var(--white);
  transition: background .25s ease, box-shadow .25s ease, color .25s ease;
}
.site-header.is-scrolled, body.nav-open .site-header {
  color: var(--ink);
  background: rgba(255,255,255,.95);
  box-shadow: 0 8px 30px rgba(5,6,5,.1);
  backdrop-filter: blur(14px);
}
.nav-wrap {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.brand, .footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  line-height: 1.05;
}
.brand img { width: 62px; height: 62px; object-fit: contain; }
.brand span { max-width: 190px; }
.desktop-nav { display: flex; align-items: center; gap: 4px; }
.desktop-nav > a, .nav-dropdown > button {
  padding: 10px 12px;
  border: 0;
  background: transparent;
  color: currentColor;
  font-weight: 750;
  cursor: pointer;
}
.nav-dropdown { position: relative; }
.nav-dropdown button { display: flex; align-items: center; gap: 6px; }
.nav-dropdown button svg { width: 14px; height: 14px; }
.dropdown-panel {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 285px;
  padding: 8px;
  background: var(--white);
  color: var(--ink);
  border-radius: 8px;
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: .2s ease;
}
.nav-dropdown:hover .dropdown-panel, .nav-dropdown:focus-within .dropdown-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.dropdown-panel a {
  display: block;
  padding: 10px 12px;
  border-radius: 6px;
  color: var(--muted);
  font-weight: 750;
}
.dropdown-panel a:hover { background: var(--surface); color: var(--purple); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.phone-link { display: flex; align-items: center; gap: 8px; font-weight: 850; white-space: nowrap; }
.quote-link {
  background: linear-gradient(135deg, var(--lime), var(--hazard-yellow));
  color: var(--black);
  padding: 10px 14px;
  border-radius: 8px;
  font-weight: 900;
  box-shadow: 0 0 22px rgba(104,240,0,.28);
}
.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: currentColor;
  padding: 10px;
  cursor: pointer;
}
.mobile-nav {
  display: none;
  position: fixed;
  top: 82px;
  left: 0;
  right: 0;
  background: var(--white);
  color: var(--ink);
  padding: 10px 20px 22px;
  box-shadow: 0 22px 40px rgba(5,6,5,.16);
}
.mobile-nav a {
  display: block;
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
  font-weight: 850;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--white);
}
.hero-compact { min-height: 460px; padding-top: 86px; }
.hero-media { position: absolute; inset: 0; z-index: 0; background: var(--black); }
.hero-video, .hero-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-poster { opacity: 0; }
.hero-poster.only-poster { opacity: 1; }
.hero-video:not([src]) + .hero-poster { opacity: 1; }
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 74% 28%, rgba(116,50,216,.5), transparent 28%),
    radial-gradient(circle at 88% 74%, rgba(21,121,255,.36), transparent 24%),
    linear-gradient(90deg, rgba(5,6,5,.86), rgba(5,6,5,.6) 52%, rgba(229,28,0,.22));
}
.hero-content {
  position: relative;
  z-index: 1;
  padding: 145px 0 72px;
}
.hero-compact .hero-content { padding: 54px 0 70px; }
.hero-label, .eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(104,240,0,.16), rgba(116,50,216,.16));
  color: var(--lime-2);
  border: 1px solid rgba(155,255,26,.44);
  box-shadow: 0 0 22px rgba(104,240,0,.18);
  font-size: .85rem;
  font-weight: 900;
}
.section-soft .eyebrow, .section .eyebrow { color: var(--purple); background: rgba(116,50,216,.09); border-color: rgba(116,50,216,.18); }
.hero h1 {
  margin-top: 16px;
  text-wrap: balance;
  color: var(--white);
  text-shadow:
    0 0 8px rgba(155,255,26,.78),
    0 0 22px rgba(116,50,216,.72),
    0 0 44px rgba(21,121,255,.5),
    0 0 72px rgba(229,28,0,.34);
}
.hero p {
  max-width: 720px;
  margin-top: 22px;
  color: rgba(255,255,255,.86);
  font-size: 1.22rem;
}
.hero-actions, .inline-actions, .cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 30px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 13px 18px;
  border-radius: 8px;
  border: 2px solid transparent;
  font-weight: 900;
  line-height: 1.1;
  transition: transform .2s ease, background .2s ease, border .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary {
  background: linear-gradient(135deg, var(--lime) 0%, var(--lime-2) 44%, var(--hazard-yellow) 100%);
  color: var(--black);
  box-shadow: 0 0 26px rgba(104,240,0,.32);
}
.button-primary:hover { background: linear-gradient(135deg, var(--lime-2), var(--hazard-yellow)); }
.button-light { background: var(--white); color: var(--purple-dark); }
.button-outline-light { color: var(--white); border-color: rgba(255,255,255,.88); }
.button-outline-light:hover { background: var(--white); color: var(--black); }
.button-outline-dark { color: var(--ink); border-color: var(--ink); }
.button-outline-dark:hover { background: var(--ink); color: var(--white); }

.breadcrumbs { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; color: rgba(255,255,255,.68); font-weight: 750; }
.breadcrumbs a:hover { color: var(--white); }
.info-strip {
  background: linear-gradient(90deg, var(--lime) 0%, var(--hazard-yellow) 48%, #24d8ff 100%);
  color: var(--black);
  font-weight: 900;
}
.info-strip-grid {
  min-height: 52px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 18px;
}
.info-strip-grid > * { display: flex; align-items: center; justify-content: center; gap: 8px; text-align: center; }

.section { padding: 92px 0; }
.section-soft { background: var(--surface); }
.section-dark {
  background:
    radial-gradient(circle at 12% 22%, rgba(104,240,0,.16), transparent 24%),
    radial-gradient(circle at 86% 18%, rgba(116,50,216,.3), transparent 25%),
    radial-gradient(circle at 82% 86%, rgba(21,121,255,.18), transparent 28%),
    var(--black);
  color: var(--white);
}
.section-dark p, .section-dark .section-heading p { color: rgba(255,255,255,.72); }
.section-heading { margin-bottom: 34px; }
.section-heading h2 { margin-top: 12px; text-wrap: balance; }
.section-heading p {
  max-width: 720px;
  margin-top: 14px;
  font-size: 1.08rem;
}
.section-heading-center { text-align: center; }
.section-heading-center h2, .section-heading-center p { margin-left: auto; margin-right: auto; }
.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .88fr);
  align-items: center;
  gap: 62px;
}
.split.reverse { grid-template-columns: minmax(320px, .88fr) minmax(0, 1fr); }
.image-stack, .feature-panel, .contact-card, .service-card, .value-card, .process-step, .image-card, .related-card {
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 34px rgba(5,6,5,.08);
}
.image-stack {
  position: relative;
  overflow: hidden;
  min-height: 480px;
}
.image-stack img, .rounded-media {
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}
.image-stack img { height: 100%; min-height: 480px; border-radius: 8px; }
.stat-card {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: min(260px, calc(100% - 36px));
  padding: 18px;
  border-radius: 8px;
  background: linear-gradient(145deg, var(--black), #161022);
  color: var(--white);
  border-left: 5px solid var(--lime);
  box-shadow: 0 0 30px rgba(116,50,216,.36);
}
.stat-card strong { display: block; color: var(--lime); font-size: 2.4rem; line-height: 1; }
.stat-card span { display: block; margin-top: 6px; font-weight: 800; }
.check-list { display: grid; gap: 12px; padding: 0; margin: 24px 0 0; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 10px; color: var(--ink); font-weight: 750; }
.check-list svg { color: var(--lime-dark); margin-top: 3px; }

.service-card-grid, .values-grid, .process-grid, .related-grid, .image-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.service-card { position: relative; overflow: hidden; }
.service-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 5px;
  background: linear-gradient(90deg, var(--hazard-red), var(--hazard-yellow), var(--lime), var(--hazard-blue), var(--purple));
}
.service-card img { width: 100%; aspect-ratio: 1.45 / 1; object-fit: cover; }
.service-card h3, .service-card p, .service-card .text-link { margin-left: 22px; margin-right: 22px; }
.service-card h3 { margin-top: 24px; }
.service-card p { margin-top: 10px; }
.service-icon {
  position: absolute;
  top: 18px;
  left: 18px;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--lime), var(--hazard-yellow));
  color: var(--black);
  box-shadow: 0 0 24px rgba(104,240,0,.38);
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
  margin-bottom: 24px;
  color: var(--purple);
  font-weight: 900;
}
.text-link svg { width: 18px; height: 18px; }

.image-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.image-grid img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 8px;
}
.image-grid img:nth-child(2) { margin-top: 34px; }
.feature-panel {
  padding: 30px;
  border-top: 5px solid var(--lime);
  background: linear-gradient(180deg, #ffffff, #fbfff4);
}
.feature-panel-dark {
  background: linear-gradient(145deg, rgba(255,255,255,.11), rgba(116,50,216,.2));
  border-color: rgba(155,255,26,.42);
  color: var(--white);
}
.feature-panel-dark h3, .feature-panel-dark strong { color: var(--white); }
.feature-panel-dark p { color: rgba(255,255,255,.78); }
.feature-panel-dark .check-list li { color: rgba(255,255,255,.9); }
.feature-panel h3 { font-size: 1.45rem; margin-bottom: 12px; }
.values-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.value-card, .process-step, .related-card {
  padding: 24px;
  position: relative;
  overflow: hidden;
}
.value-card::before, .process-step::before, .related-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--lime), var(--hazard-yellow), var(--purple), var(--hazard-blue));
}
.value-card svg { color: var(--purple); margin-bottom: 16px; }
.value-card h3, .process-step h3, .related-card h3 { margin-bottom: 10px; }
.process-step span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--black), var(--purple-dark));
  color: var(--lime);
  font-weight: 900;
  margin-bottom: 18px;
}
.section-dark .process-step span { background: var(--lime); color: var(--black); }
.area-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .82fr);
  align-items: center;
  gap: 44px;
}
.area-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
}
.area-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 12px 0 24px;
}
.area-map-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 11px;
  border-radius: 8px;
  border: 1px solid rgba(116,50,216,.18);
  background: linear-gradient(135deg, var(--surface-2), var(--white));
  color: var(--ink);
  font-weight: 850;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(5,6,5,.08);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.area-map-button svg { width: 17px; height: 17px; color: var(--purple); }
.area-map-button:hover {
  transform: translateY(-2px);
  border-color: rgba(104,240,0,.75);
  box-shadow: 0 0 22px rgba(104,240,0,.22), 0 12px 28px rgba(5,6,5,.12);
}
.area-tags-light .area-map-button {
  background: linear-gradient(135deg, rgba(104,240,0,.16), rgba(116,50,216,.24));
  color: var(--white);
  border: 1px solid rgba(255,255,255,.2);
}
.area-tags-light .area-map-button svg { color: var(--lime-2); }

.section-reviews {
  background:
    radial-gradient(circle at 10% 20%, rgba(104,240,0,.22), transparent 24%),
    radial-gradient(circle at 92% 18%, rgba(116,50,216,.4), transparent 28%),
    radial-gradient(circle at 48% 92%, rgba(21,121,255,.2), transparent 28%),
    linear-gradient(145deg, #070807, #161020 64%, #080808);
  color: var(--white);
}
.section-reviews .section-heading h2 { color: var(--white); }
.section-reviews .section-heading p { color: rgba(255,255,255,.76); }
.section-reviews .eyebrow {
  color: var(--lime-2);
  background: rgba(104,240,0,.12);
  border-color: rgba(155,255,26,.38);
}
.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.review-card {
  padding: 26px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.15);
  background: linear-gradient(180deg, rgba(255,255,255,.1), rgba(255,255,255,.045));
  box-shadow: 0 18px 46px rgba(0,0,0,.24);
}
.review-stars {
  display: flex;
  gap: 4px;
  color: var(--hazard-yellow);
  margin-bottom: 18px;
}
.review-stars svg { width: 18px; height: 18px; }
.review-card h3 { color: var(--white); margin-bottom: 12px; }
.review-card p { color: rgba(255,255,255,.78); }
.review-card span { color: var(--lime-2); font-weight: 900; }

.map-modal[hidden] { display: none; }
.map-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(0,0,0,.72);
  backdrop-filter: blur(10px);
}
.map-dialog {
  width: min(960px, 100%);
  max-height: calc(100svh - 48px);
  overflow: hidden;
  border-radius: 8px;
  background: var(--white);
  border: 1px solid rgba(155,255,26,.28);
  box-shadow: 0 0 42px rgba(104,240,0,.2), 0 24px 80px rgba(0,0,0,.38);
}
.map-dialog-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 20px;
  background:
    linear-gradient(135deg, rgba(5,6,5,.96), rgba(76,24,155,.92)),
    var(--black);
  color: var(--white);
}
.map-dialog-header h2 {
  margin-top: 8px;
  color: var(--white);
  font-size: 1.35rem;
}
.map-close {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 8px;
  background: rgba(255,255,255,.08);
  color: var(--white);
  cursor: pointer;
}
.map-dialog iframe {
  width: 100%;
  height: min(64svh, 560px);
  border: 0;
  background: var(--surface);
}
.faq-layout { display: grid; grid-template-columns: .72fr 1fr; gap: 56px; align-items: start; }
.faq-list { border-top: 1px solid var(--border); }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 0;
  border: 0;
  background: transparent;
  text-align: left;
  color: var(--ink);
  font-weight: 900;
  cursor: pointer;
}
.faq-item button span { color: var(--purple); font-size: 1.4rem; line-height: 1; }
.faq-answer { display: none; padding: 0 0 22px; }
.faq-item button[aria-expanded="true"] + .faq-answer { display: block; }
.cta-band { padding: 58px 0; background: linear-gradient(135deg, var(--purple), var(--black)); color: var(--white); }
.cta-content { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.cta-content h2 { color: var(--white); }
.cta-content p { max-width: 650px; color: rgba(255,255,255,.78); margin-top: 12px; }
.quote-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); gap: 28px; align-items: start; }
.quote-form {
  min-height: 720px;
  border-radius: 8px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--border);
  box-shadow: 0 12px 34px rgba(5,6,5,.08);
}
.quote-form iframe { min-height: 681px; }
.contact-card { padding: 26px; position: sticky; top: 102px; }
.contact-card h3 { font-size: 1.4rem; margin-bottom: 10px; }
.contact-list { display: grid; gap: 14px; margin-top: 22px; }
.contact-list > * {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 8px;
  background: var(--surface);
}
.contact-list svg { color: var(--purple); }
.contact-list strong, .contact-list small { display: block; }
.contact-list small { color: var(--muted); }
.image-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.image-card { overflow: hidden; }
.image-card img { width: 100%; aspect-ratio: 1.55 / 1; object-fit: cover; }
.image-card div { padding: 22px; }
.related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.related-card { display: block; transition: transform .2s ease, border .2s ease; }
.related-card:hover { transform: translateY(-3px); border-color: var(--purple); }
.related-card svg { color: var(--purple); margin-bottom: 16px; }

.site-footer { background: var(--black); color: var(--white); padding-top: 64px; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.15fr .9fr .9fr .95fr;
  gap: 34px;
}
.footer-brand img { width: 70px; height: 70px; object-fit: contain; }
.footer-brand span { font-size: 1.15rem; }
.site-footer p, .site-footer li, .site-footer a { color: rgba(255,255,255,.74); }
.site-footer h3 { color: var(--white); font-size: 1rem; margin-bottom: 16px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.footer-contact li, .footer-contact a { display: flex; align-items: flex-start; gap: 8px; }
.footer-contact svg { color: var(--lime); width: 18px; height: 18px; margin-top: 2px; }
.site-footer a:hover { color: var(--lime); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(255,255,255,.12);
  margin-top: 42px;
  padding: 22px 0;
  font-size: .92rem;
}
.footer-bottom p { margin: 0; }

@media (max-width: 1020px) {
  h1 { font-size: 3rem; }
  h2 { font-size: 2.1rem; }
  .desktop-nav, .nav-actions { display: none; }
  .menu-toggle { display: inline-flex; }
  body.nav-open .mobile-nav { display: block; }
  .split, .split.reverse, .area-grid, .faq-layout, .quote-grid { grid-template-columns: 1fr; }
  .service-card-grid, .values-grid, .process-grid, .review-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-card { position: static; }
  .info-strip-grid { grid-template-columns: 1fr; padding: 12px 0; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 28px, 1180px); }
  .nav-wrap { min-height: 74px; }
  .brand img { width: 54px; height: 54px; }
  .brand span { max-width: 150px; font-size: .92rem; }
  .mobile-nav { top: 74px; }
  .hero { min-height: 720px; }
  .hero-compact { min-height: 430px; }
  .hero-content { padding-top: 118px; }
  h1 { font-size: 2.35rem; }
  h2 { font-size: 1.85rem; }
  .hero p { font-size: 1.05rem; }
  .hero-actions, .inline-actions, .cta-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .section { padding: 68px 0; }
  .service-card-grid, .values-grid, .process-grid, .related-grid, .image-card-grid, .review-grid { grid-template-columns: 1fr; }
  .image-grid { grid-template-columns: 1fr; }
  .image-grid img, .image-grid img:nth-child(2) { height: auto; margin-top: 0; aspect-ratio: 4 / 3; }
  .cta-content, .footer-bottom { flex-direction: column; align-items: stretch; }
  .footer-grid { grid-template-columns: 1fr; }
  .quote-form { min-height: 760px; }
  .map-modal { padding: 12px; }
  .map-dialog-header { padding: 16px; }
  .map-dialog-header h2 { font-size: 1.12rem; }
  .map-dialog iframe { height: 58svh; }
}
