/* =========================================================
   Imperio Construction — styles
   Palette: deep navy + warm gold accent
   ========================================================= */
:root {
  --navy: #0f1c2e;
  --navy-2: #16263c;
  --navy-3: #1f3550;
  --gold: #c8932f;
  --gold-light: #e0b557;
  --ink: #1a2232;
  --body: #44505f;
  --muted: #7a8595;
  --line: #e4e8ee;
  --bg: #ffffff;
  --bg-soft: #f6f8fb;
  --white: #ffffff;
  --radius: 14px;
  --shadow-sm: 0 2px 8px rgba(15, 28, 46, .06);
  --shadow: 0 12px 30px rgba(15, 28, 46, .10);
  --shadow-lg: 0 24px 60px rgba(15, 28, 46, .18);
  --maxw: 1180px;
  --ease: cubic-bezier(.16, 1, .3, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: 84px; }
body {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: var(--body);
  background: var(--bg);
  line-height: 1.65;
  font-size: 17px;
  overflow-x: hidden;
}
h1, h2, h3, h4 { font-family: "Playfair Display", Georgia, serif; color: var(--ink); line-height: 1.15; font-weight: 700; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; height: auto; }
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
section { padding: 92px 0; }
.eyebrow {
  display: inline-block; font-family: "Inter", sans-serif; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase; font-size: 13px;
  color: var(--gold); margin-bottom: 14px;
}
.section-head { max-width: 660px; margin: 0 auto 56px; text-align: center; }
.section-head h2 { font-size: clamp(30px, 4vw, 44px); margin-bottom: 16px; }
.section-head p { color: var(--muted); font-size: 18px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px; cursor: pointer;
  font-family: "Inter", sans-serif; font-weight: 600; font-size: 16px;
  padding: 15px 28px; border-radius: 999px; border: 2px solid transparent;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease), background .2s, color .2s;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn svg { width: 18px; height: 18px; fill: currentColor; flex: none; }
.btn-gold { background: var(--gold); color: #fff; box-shadow: 0 8px 20px rgba(200, 147, 47, .35); }
.btn-gold:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: 0 12px 26px rgba(200, 147, 47, .45); }
.btn-outline { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .55); }
.btn-outline:hover { background: rgba(255, 255, 255, .12); border-color: #fff; }
.btn-dark { background: var(--navy); color: #fff; }
.btn-dark:hover { background: var(--navy-3); transform: translateY(-2px); }

/* ---------- Header ---------- */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  transition: background .3s, box-shadow .3s, padding .3s;
  padding: 16px 0;
}
.site-header.scrolled { background: rgba(15, 28, 46, .96); backdrop-filter: blur(10px); box-shadow: 0 4px 24px rgba(0, 0, 0, .25); padding: 10px 0; }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { height: 60px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 30px; list-style: none; }
.nav-links a { color: rgba(255, 255, 255, .92); font-weight: 500; font-size: 15px; position: relative; }
.nav-links a::after { content: ""; position: absolute; left: 0; bottom: -6px; width: 0; height: 2px; background: var(--gold); transition: width .25s var(--ease); }
.nav-links a:hover::after { width: 100%; }
.nav-cta { display: flex; align-items: center; gap: 16px; }
/* Homepage: header estimate button stays hidden until the visitor scrolls past the hero form */
.home-page .nav-cta .btn-gold { opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .25s ease, visibility .25s ease; }
.home-page.show-nav-cta .nav-cta .btn-gold { opacity: 1; visibility: visible; pointer-events: auto; }
.nav-phone { color: #fff; font-weight: 600; display: inline-flex; align-items: center; gap: 8px; }
.nav-phone svg { width: 18px; height: 18px; fill: var(--gold); }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 26px; height: 2px; background: #fff; margin: 5px 0; transition: .3s; border-radius: 2px; }

/* ---------- Hero ---------- */
.hero {
  position: relative; min-height: 100svh; display: flex; align-items: center;
  color: #fff; padding-top: 120px; padding-bottom: 80px; text-align: left;
  background:
    linear-gradient(180deg, rgba(15, 28, 46, .78) 0%, rgba(15, 28, 46, .62) 45%, rgba(15, 28, 46, .9) 100%),
    url("images/hero-bg.jpg") center/cover no-repeat;
}
.hero-inner { max-width: 760px; }
.hero .badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .2); padding: 7px 16px; border-radius: 999px; font-size: 13.5px; font-weight: 600; letter-spacing: .04em; margin-bottom: 24px; }
.hero .badge svg { width: 15px; height: 15px; fill: var(--gold-light); }
.hero h1 { color: #fff; font-size: clamp(38px, 6.4vw, 70px); line-height: 1.05; margin-bottom: 22px; }
.hero h1 .accent { color: var(--gold-light); font-style: italic; }
.hero p.lead { font-size: clamp(17px, 2.3vw, 21px); color: rgba(255, 255, 255, .9); max-width: 600px; margin-bottom: 34px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 40px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 22px 34px; }
.hero-trust div { display: flex; align-items: center; gap: 9px; font-size: 14.5px; color: rgba(255, 255, 255, .88); font-weight: 500; }
.hero-trust svg { width: 20px; height: 20px; fill: var(--gold-light); flex: none; }

/* ---------- Stats strip ---------- */
.stats { background: var(--navy); color: #fff; padding: 0; }
.stats .container { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: 40px 20px; text-align: center; border-right: 1px solid rgba(255, 255, 255, .08); }
.stat:last-child { border-right: 0; }
.stat .num { font-family: "Playfair Display", serif; font-size: clamp(34px, 4.5vw, 48px); color: var(--gold-light); font-weight: 800; line-height: 1; }
.stat .label { font-size: 14px; color: rgba(255, 255, 255, .7); margin-top: 8px; letter-spacing: .03em; }

/* ---------- Services ---------- */
.services { background: var(--bg-soft); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.service-card {
  background: #fff; border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-sm); border: 1px solid var(--line);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
  display: flex; flex-direction: column;
}
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.service-card .thumb { aspect-ratio: 16 / 10; overflow: hidden; }
.service-card .thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.service-card:hover .thumb img { transform: scale(1.07); }
.service-card .body { padding: 26px 24px 28px; }
.service-card h3 { font-size: 22px; margin-bottom: 10px; display: flex; align-items: center; gap: 10px; }
.service-card h3 svg { width: 22px; height: 22px; fill: var(--gold); flex: none; }
.service-card p { font-size: 15.5px; color: var(--body); }

/* ---------- Why us ---------- */
.why { background: #fff; }
.why-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 60px; align-items: center; }
.why-points { display: grid; gap: 26px; margin-top: 28px; }
.why-point { display: flex; gap: 18px; }
.why-point .ic { flex: none; width: 52px; height: 52px; border-radius: 12px; background: rgba(200, 147, 47, .12); display: grid; place-items: center; }
.why-point .ic svg { width: 26px; height: 26px; fill: var(--gold); }
.why-point h3 { font-size: 19px; margin-bottom: 5px; }
.why-point p { font-size: 15px; color: var(--muted); }
.why-media { position: relative; }
.why-media img { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.why-badge { position: absolute; bottom: -24px; left: -24px; background: var(--gold); color: #fff; padding: 22px 26px; border-radius: 14px; box-shadow: var(--shadow); }
.why-badge strong { font-family: "Playfair Display", serif; font-size: 34px; display: block; line-height: 1; }
.why-badge span { font-size: 13.5px; opacity: .92; }
.why h2 { font-size: clamp(30px, 4vw, 44px); }

/* ---------- Gallery ---------- */
.gallery { background: var(--bg-soft); }
.gallery-filters { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 28px; }
.filter-btn {
  font-family: inherit; font-size: .9rem; font-weight: 600; letter-spacing: .02em;
  color: var(--navy); background: #fff; border: 1px solid rgba(15,28,46,.15);
  padding: 9px 18px; border-radius: 999px; cursor: pointer;
  transition: background .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease);
}
.filter-btn:hover { border-color: var(--gold); color: var(--gold); }
.filter-btn.active { background: var(--navy); border-color: var(--navy); color: #fff; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.gallery-grid a { display: block; overflow: hidden; border-radius: 12px; position: relative; box-shadow: var(--shadow-sm); aspect-ratio: 4 / 3; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.gallery-grid a:hover img { transform: scale(1.08); }
.gallery-grid .g-item.hide { display: none; }

/* Gallery lightbox slideshow */
.lightbox {
  position: fixed; inset: 0; z-index: 2000; display: none;
  align-items: center; justify-content: center;
  background: rgba(9, 17, 29, .94);
}
.lightbox.open { display: flex; }
.lightbox .lb-img {
  max-width: min(92vw, 1200px); max-height: 86vh;
  object-fit: contain; border-radius: 8px; box-shadow: 0 24px 64px rgba(0,0,0,.5);
}
.lightbox button {
  position: absolute; border: 0; cursor: pointer; color: #fff;
  background: rgba(255,255,255,.08); border-radius: 999px;
  width: 48px; height: 48px; font-size: 1.4rem; line-height: 1;
  display: flex; align-items: center; justify-content: center;
  transition: background .2s var(--ease);
}
.lightbox button:hover { background: rgba(255,255,255,.22); }
.lightbox .lb-close { top: 18px; right: 18px; font-size: 1.8rem; }
.lightbox .lb-prev { left: 18px; top: 50%; transform: translateY(-50%); }
.lightbox .lb-next { right: 18px; top: 50%; transform: translateY(-50%); }
.lightbox .lb-count {
  position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%);
  color: rgba(255,255,255,.75); font-size: .9rem; letter-spacing: .04em;
}
@media (max-width: 720px) {
  .lightbox .lb-img { max-width: 100vw; max-height: 80vh; border-radius: 0; }
  .lightbox button { width: 42px; height: 42px; }
  .lightbox .lb-prev { left: 8px; }
  .lightbox .lb-next { right: 8px; }
}

/* ---------- Reviews ---------- */
.reviews { background: var(--navy); color: #fff; }
.reviews .section-head h2 { color: #fff; }
.reviews .section-head p { color: rgba(255, 255, 255, .7); }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.review-card { background: var(--navy-2); border: 1px solid rgba(255, 255, 255, .08); border-radius: var(--radius); padding: 30px 28px; }
.review-card .stars { color: var(--gold-light); letter-spacing: 3px; margin-bottom: 14px; font-size: 17px; }
.review-card p { color: rgba(255, 255, 255, .9); font-size: 15.5px; font-style: italic; }
.review-card .who { margin-top: 20px; display: flex; align-items: center; gap: 12px; }
.review-card .who .av { width: 44px; height: 44px; border-radius: 50%; background: var(--gold); color: #fff; display: grid; place-items: center; font-weight: 700; font-family: "Playfair Display", serif; }
.review-card .who strong { color: #fff; font-size: 15px; display: block; }
.review-card .who span { font-size: 13px; color: rgba(255, 255, 255, .6); }

/* ---------- Contact / CTA ---------- */
.contact { background: #fff; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 56px; }
.contact-info h2 { font-size: clamp(30px, 4vw, 44px); margin-bottom: 16px; }
.contact-info > p { color: var(--muted); margin-bottom: 30px; font-size: 18px; }
.contact-list { display: grid; gap: 20px; }
.contact-list a, .contact-list div { display: flex; align-items: center; gap: 16px; font-weight: 500; color: var(--ink); }
.contact-list .ic { flex: none; width: 50px; height: 50px; border-radius: 12px; background: var(--navy); display: grid; place-items: center; }
.contact-list .ic svg { width: 22px; height: 22px; fill: var(--gold-light); }
.contact-list small { display: block; color: var(--muted); font-weight: 400; font-size: 13px; }
.socials { display: flex; gap: 12px; margin-top: 30px; }
.socials a { width: 46px; height: 46px; border-radius: 12px; background: var(--bg-soft); border: 1px solid var(--line); display: grid; place-items: center; transition: .2s; }
.socials a:hover { background: var(--navy); transform: translateY(-3px); }
.socials a svg { width: 22px; height: 22px; fill: var(--ink); transition: fill .2s; }
.socials a:hover svg { fill: #fff; }

.form-card { background: var(--bg-soft); border: 1px solid var(--line); border-radius: 18px; padding: 38px 34px; box-shadow: var(--shadow-sm); }
.form-card h3 { font-size: 24px; margin-bottom: 6px; }
.form-card .sub { color: var(--muted); font-size: 15px; margin-bottom: 24px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 13.5px; font-weight: 600; color: var(--ink); margin-bottom: 7px; }
.field input, .field select, .field textarea {
  width: 100%; padding: 14px 16px; border: 1.5px solid var(--line); border-radius: 11px;
  font-family: inherit; font-size: 15.5px; color: var(--ink); background: #fff; transition: border-color .2s, box-shadow .2s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(200, 147, 47, .15); }
.field textarea { resize: vertical; min-height: 110px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-card .btn { width: 100%; justify-content: center; margin-top: 6px; }
.form-note { font-size: 12.5px; color: var(--muted); text-align: center; margin-top: 14px; }
.form-status { display: none; padding: 13px 16px; border-radius: 11px; font-size: 14.5px; font-weight: 500; margin-bottom: 18px; }
.form-status.ok { display: block; background: #e6f6ec; color: #1c7a40; border: 1px solid #b9e4c8; }
.form-status.err { display: block; background: #fdecec; color: #b3261e; border: 1px solid #f5c2c0; }

/* ---------- FAQ ---------- */
.faq { background: var(--bg-soft); }
.faq-list { max-width: 820px; margin: 0 auto; display: grid; gap: 14px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.faq-item summary { cursor: pointer; padding: 22px 26px; font-weight: 600; color: var(--ink); font-size: 17px; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 24px; color: var(--gold); font-weight: 400; transition: transform .25s; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item .answer { padding: 0 26px 24px; color: var(--body); font-size: 15.5px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy); color: rgba(255, 255, 255, .7); padding: 60px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(255, 255, 255, .1); }
.footer-grid img { width: 250px; height: auto; margin-bottom: 18px; }
.footer-grid p { font-size: 15px; max-width: 320px; }
.footer-col h4 { color: #fff; font-family: "Inter", sans-serif; font-size: 15px; letter-spacing: .05em; text-transform: uppercase; margin-bottom: 18px; }
.footer-col ul { list-style: none; display: grid; gap: 11px; }
.footer-col a { font-size: 15px; transition: color .2s; }
.footer-col a:hover { color: var(--gold-light); }
.footer-bottom { padding-top: 24px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: 13.5px; }

/* ---------- Sticky mobile call bar ---------- */
.mobile-call { display: none; }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } }

/* ---------- Responsive ---------- */
@media (max-width: 940px) {
  .why-grid, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .service-grid, .review-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .why-media { max-width: 420px; }
}
@media (max-width: 720px) {
  section { padding: 64px 0; }
  .nav-links, .nav-cta .nav-phone, .nav-cta .btn { display: none; }
  .nav-toggle { display: block; }
  .nav.open .nav-links {
    display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0;
    background: var(--navy); padding: 20px 24px; gap: 18px; box-shadow: var(--shadow);
  }
  .nav.open .nav-links a { color: #fff; }
  .stats .container { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: 0; }
  .stat { border-bottom: 1px solid rgba(255, 255, 255, .08); }
  .service-grid, .review-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .field-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .why-badge { left: 0; }
  body { padding-bottom: 64px; }
  .mobile-call {
    display: flex; position: fixed; bottom: 0; left: 0; right: 0; z-index: 99;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, .15);
  }
  .mobile-call a { flex: 1; display: flex; align-items: center; justify-content: center; gap: 9px; padding: 17px; font-weight: 700; font-size: 16px; }
  .mobile-call .call { background: var(--gold); color: #fff; }
  .mobile-call .quote { background: var(--navy); color: #fff; }
  .mobile-call svg { width: 19px; height: 19px; fill: currentColor; }
}

/* =========================================================
   Multi-page additions
   ========================================================= */

/* Hero: two columns with form card */
.hero .container { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; width: 100%; max-width: var(--maxw); }
.hero-inner { max-width: 620px; }
/* GHL embed controls its own look (background, shadow, spacing, copy) from the GHL builder. */
/* min-height (not a fixed height) so the wrapper grows to match whatever
   height the GHL script sets on the iframe — prevents the form from
   overlapping the section below it, especially on smaller screens. */
.ghl-form-wrap { width: 100%; min-height: 672px; }
@media (max-width: 480px) { .ghl-form-wrap { min-height: 640px; } }

/* Nav: active + dropdown */
.nav-links a.active { color: var(--gold-light); }
.nav-links a.active::after { width: 100%; }
.has-dropdown { position: relative; }
.dropdown { position: absolute; top: calc(100% + 16px); left: 0; min-width: 246px; background: #fff; border-radius: 12px; box-shadow: var(--shadow-lg); padding: 8px; list-style: none; opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity .2s var(--ease), transform .2s var(--ease), visibility .2s; z-index: 60; }
.has-dropdown:hover .dropdown, .has-dropdown:focus-within .dropdown { opacity: 1; visibility: visible; transform: none; }
.dropdown li a { display: block; padding: 11px 14px; border-radius: 8px; color: var(--ink) !important; font-size: 14.5px; font-weight: 500; }
.dropdown li a::after { display: none; }
.dropdown li a:hover { background: var(--bg-soft); color: var(--gold) !important; }

/* Inner page hero */
.page-hero { position: relative; color: #fff; text-align: center; padding: 150px 0 72px; background: linear-gradient(180deg, rgba(15,28,46,.9), rgba(15,28,46,.86)), var(--navy); background-size: cover; background-position: center; }
.page-hero.with-img { background-image: linear-gradient(180deg, rgba(15,28,46,.78), rgba(15,28,46,.9)); }
.page-hero h1 { color: #fff; font-size: clamp(32px, 5vw, 52px); margin-bottom: 14px; }
.page-hero p { color: rgba(255,255,255,.82); font-size: 18px; max-width: 640px; margin: 0 auto; }
.breadcrumb { font-size: 13.5px; color: rgba(255,255,255,.6); margin-bottom: 18px; }
.breadcrumb a { color: rgba(255,255,255,.82); }
.breadcrumb a:hover { color: var(--gold-light); }
.breadcrumb span { margin: 0 8px; opacity: .5; }

/* CTA band */
.cta-band { background: linear-gradient(120deg, var(--navy), var(--navy-3)); color: #fff; text-align: center; }
.cta-band h2 { color: #fff; font-size: clamp(28px, 4vw, 40px); margin-bottom: 14px; }
.cta-band p { color: rgba(255,255,255,.8); font-size: 18px; max-width: 560px; margin: 0 auto 28px; }
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* Service preview card as full link */
.service-card.link { text-decoration: none; }
.service-card .more { display: inline-flex; align-items: center; gap: 6px; color: var(--gold); font-weight: 600; font-size: 14.5px; margin-top: 14px; transition: gap .2s var(--ease); }
.service-card.link:hover .more { gap: 11px; }

/* Service detail page */
.service-detail { display: grid; grid-template-columns: 1fr 350px; gap: 50px; align-items: start; }
.service-body h2 { font-size: 30px; margin: 0 0 16px; }
.service-body > p { margin-bottom: 22px; }
.service-body img.lead-img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow); margin-bottom: 30px; aspect-ratio: 16/9; object-fit: cover; }
.offer-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 24px; margin: 18px 0 30px; }
.offer-list li { display: flex; gap: 11px; align-items: flex-start; font-weight: 500; color: var(--ink); }
.offer-list li svg { width: 21px; height: 21px; fill: var(--gold); flex: none; margin-top: 2px; }
.service-sidebar { position: sticky; top: 100px; display: grid; gap: 22px; }
.side-card { background: var(--navy); color: #fff; border-radius: var(--radius); padding: 28px 26px; box-shadow: var(--shadow); }
.side-card h3 { color: #fff; font-size: 21px; margin-bottom: 8px; }
.side-card p { color: rgba(255,255,255,.78); font-size: 14.5px; margin-bottom: 18px; }
.side-card .btn { width: 100%; justify-content: center; }
.side-card .phone-lg { display: flex; align-items: center; justify-content: center; gap: 9px; margin-top: 14px; color: #fff; font-weight: 700; font-size: 18px; }
.side-card .phone-lg svg { width: 18px; height: 18px; fill: var(--gold-light); }
.side-list { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 24px; }
.side-list h4 { font-family: "Inter", sans-serif; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); margin-bottom: 14px; }
.side-list ul { list-style: none; display: grid; gap: 3px; }
.side-list a { display: block; padding: 9px 12px; border-radius: 8px; font-weight: 500; color: var(--ink); font-size: 15px; }
.side-list a:hover, .side-list a.active { background: var(--bg-soft); color: var(--gold); }

/* Map */
.map-wrap { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--line); margin-top: 30px; }
.map-wrap iframe { width: 100%; height: 340px; border: 0; display: block; }

/* Inner-page responsive */
@media (max-width: 940px) {
  .hero .container { grid-template-columns: 1fr; gap: 34px; }
  .hero { min-height: auto; padding-top: 128px; padding-bottom: 58px; }
  .hero-inner { max-width: none; }
  .service-detail { grid-template-columns: 1fr; }
  .service-sidebar { position: static; }
}
@media (max-width: 720px) {
  .offer-list { grid-template-columns: 1fr; }
  .dropdown { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; background: transparent; padding: 4px 0 0 14px; min-width: 0; }
  .dropdown li a { color: rgba(255,255,255,.78) !important; padding: 8px 0; }
  .dropdown li a:hover { background: transparent; color: var(--gold-light) !important; }
  .nav.open .nav-links { max-height: 82vh; overflow-y: auto; }
}


/* ---------- Mobile polish ---------- */
@media (max-width: 720px) {
  /* Tighter header: smaller logo frees up screen space */
  .site-header { padding: 10px 0; }
  .site-header.scrolled { padding: 8px 0; }
  .brand img { height: 46px; }
  html { scroll-padding-top: 70px; }

  /* Hero: comfortable spacing under the shorter header */
  .hero { padding-top: 104px; }

  /* Full-width tap-friendly hero CTA */
  .hero-actions .btn { width: 100%; justify-content: center; }

  /* Footer logo scales down instead of dominating the column */
  .footer-grid img { width: 200px; }
}
