/* SliderPro — dark premium theme, brand gradient from logo (#7c3aed → #ec4899) */
:root {
  --bg: #0b0514;
  --bg-2: #120a20;
  --surface: #170d2b;
  --card: #1c1133;
  --card-border: rgba(192, 132, 252, 0.16);
  --text: #f5f1fb;
  --muted: #b9aed0;
  --faint: #8d7fa8;
  --brand-1: #7c3aed;
  --brand-2: #c026d3;
  --brand-3: #ec4899;
  --accent: #c084fc;
  --accent-soft: rgba(124, 58, 237, 0.14);
  --grad: linear-gradient(120deg, #8b5cf6 0%, #c026d3 55%, #ec4899 100%);
  --grad-fill: linear-gradient(120deg, #7c3aed 0%, #a21caf 55%, #db2777 100%);
  --grad-soft: linear-gradient(120deg, rgba(139,92,246,.18), rgba(236,72,153,.14));
  --radius: 18px;
  --radius-sm: 12px;
  --shadow: 0 20px 60px -20px rgba(124, 58, 237, 0.35);
  --font-head: "Sora", "Avenir Next", "Segoe UI", sans-serif;
  --font-body: "Inter", "Helvetica Neue", Arial, sans-serif;
  --container: 1160px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.001s !important; transition-duration: 0.001s !important; }
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent); text-decoration: none; }
a:hover { color: #d8b4fe; }
h1, h2, h3, h4 { font-family: var(--font-head); line-height: 1.15; margin: 0 0 0.6em; letter-spacing: -0.015em; }
h1 { font-size: clamp(2.2rem, 5.2vw, 3.6rem); font-weight: 800; }
h2 { font-size: clamp(1.7rem, 3.6vw, 2.5rem); font-weight: 700; }
h3 { font-size: 1.25rem; font-weight: 700; }
p { margin: 0 0 1.1em; }
.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.section { padding: 88px 0; }
.section-tight { padding: 64px 0; }
.center { text-align: center; }

.grad-text {
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-head);
  font-size: 0.8rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 18px;
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--grad); border-radius: 2px; }
.lead { font-size: 1.18rem; color: var(--muted); max-width: 46em; }
.center .lead { margin-left: auto; margin-right: auto; }
.muted { color: var(--muted); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-head); font-weight: 700; font-size: 1rem;
  padding: 15px 28px; border-radius: 999px; border: 0;
  cursor: pointer; transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}
.btn svg { width: 19px; height: 19px; flex: none; }
.btn-primary { background: var(--grad-fill); color: #fff; box-shadow: 0 10px 30px -10px rgba(216, 70, 190, 0.55); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 38px -10px rgba(216, 70, 190, 0.7); color: #fff; }
.btn-ghost {
  background: rgba(255,255,255,0.04); color: var(--text);
  border: 1px solid rgba(192, 132, 252, 0.35);
}
.btn-ghost:hover { background: rgba(192, 132, 252, 0.12); border-color: var(--accent); color: #fff; }
.btn-light { background: #fff; color: #3b0764; }
.btn-light:hover { transform: translateY(-2px); color: #3b0764; }
a.btn:focus-visible, button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible {
  outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 6px;
}

/* ---------- Header ---------- */
.topbar {
  background: linear-gradient(90deg, rgba(124,58,237,.25), rgba(236,72,153,.18));
  border-bottom: 1px solid rgba(192,132,252,.12);
  font-size: 0.88rem; color: var(--muted);
}
.topbar .container { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding-top: 8px; padding-bottom: 8px; }
.topbar a { color: var(--text); font-weight: 600; }
.topbar svg { width: 14px; height: 14px; vertical-align: -2px; margin-right: 6px; color: var(--accent); }
.topbar-hours { display: flex; align-items: center; }
header.site {
  position: sticky; top: 0; z-index: 50;
  background: rgba(11, 5, 20, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(192, 132, 252, 0.12);
}
.nav { display: flex; align-items: center; justify-content: space-between; gap: 20px; height: 76px; }
.nav-logo img { height: 52px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 28px; list-style: none; margin: 0; padding: 0; }
.nav-links a { color: var(--text); font-weight: 600; font-size: 0.98rem; position: relative; padding: 6px 0; }
.nav-links a::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 0;
  background: var(--grad); border-radius: 2px; transition: width 0.25s ease;
}
.nav-links a:hover::after, .nav-links a[aria-current="page"]::after { width: 100%; }
.nav-cta { display: flex; align-items: center; gap: 12px; }
.nav-phone { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-head); font-weight: 700; color: var(--text); }
.nav-phone svg { width: 18px; height: 18px; color: var(--accent); }
.nav-toggle {
  display: none; background: none; border: 1px solid rgba(192,132,252,.3); border-radius: 10px;
  padding: 9px 10px; color: var(--text); cursor: pointer;
}
.nav-toggle svg { width: 22px; height: 22px; display: block; }

/* Mobile menu — flex column, NO wrap (flex-wrap spill lesson) */
.mobile-menu {
  display: none; flex-direction: column; flex-wrap: nowrap; gap: 4px;
  padding: 12px 24px 22px; border-top: 1px solid rgba(192,132,252,.12);
  background: rgba(15, 8, 28, 0.98);
}
.mobile-menu.open { display: flex; }
.mobile-menu a { color: var(--text); font-weight: 600; padding: 11px 4px; border-bottom: 1px solid rgba(255,255,255,0.05); }
.mobile-menu .btn { margin-top: 14px; }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; padding: 96px 0 100px; }
.hero-bg {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(52% 44% at 14% 8%, rgba(124, 58, 237, 0.32), transparent 70%),
    radial-gradient(44% 40% at 88% 18%, rgba(236, 72, 153, 0.2), transparent 70%),
    radial-gradient(60% 52% at 55% 110%, rgba(192, 38, 211, 0.16), transparent 70%);
}
.hero-mark {
  position: absolute; right: -6%; top: -12%; width: 620px; max-width: 70vw; opacity: 0.05;
  pointer-events: none; user-select: none;
}
.hero-grid { position: relative; display: grid; grid-template-columns: 1.08fr 0.92fr; gap: 64px; align-items: center; }
.hero h1 { margin-bottom: 20px; }
.hero .lead { margin-bottom: 32px; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 34px; }
.hero-chips { display: flex; gap: 12px; flex-wrap: wrap; }
.chip {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.045); border: 1px solid rgba(192,132,252,.18);
  border-radius: 999px; padding: 9px 16px; font-size: 0.88rem; font-weight: 600; color: var(--muted);
}
.chip svg { width: 15px; height: 15px; color: var(--accent); flex: none; }
.hero-media { position: relative; }
.frame {
  position: relative; border-radius: var(--radius); padding: 3px;
  background: var(--grad); box-shadow: var(--shadow);
}
.frame img { border-radius: calc(var(--radius) - 3px); width: 100%; object-fit: cover; }
.hero-media .frame img { aspect-ratio: 4 / 4.6; }
.float-card {
  position: absolute; left: -34px; bottom: 30px;
  background: rgba(19, 10, 36, 0.92); backdrop-filter: blur(8px);
  border: 1px solid rgba(192,132,252,.28); border-radius: 14px;
  padding: 14px 18px; display: flex; gap: 12px; align-items: center;
  box-shadow: 0 18px 40px -18px rgba(0,0,0,.7); max-width: 265px;
}
.float-card svg { width: 30px; height: 30px; color: var(--accent); flex: none; }
.float-card strong { display: block; font-family: var(--font-head); font-size: 0.98rem; }
.float-card span { font-size: 0.82rem; color: var(--muted); }

/* ---------- Trust bar ---------- */
.trustbar { border-block: 1px solid rgba(192,132,252,.1); background: var(--bg-2); }
.trustbar .container { display: flex; align-items: center; justify-content: center; gap: clamp(24px, 5vw, 64px); flex-wrap: wrap; padding-top: 26px; padding-bottom: 26px; }
.trust-item { display: flex; align-items: center; gap: 12px; color: var(--muted); font-weight: 600; font-size: 0.95rem; }
.trust-item svg { width: 24px; height: 24px; color: var(--accent); flex: none; }
.trust-item strong { color: var(--text); display: block; font-family: var(--font-head); line-height: 1.25; }
.trust-item small { display: block; font-weight: 500; font-size: 0.8rem; }

/* ---------- Cards / grids ---------- */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.card {
  background: var(--card); border: 1px solid var(--card-border);
  border-radius: var(--radius); overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  display: flex; flex-direction: column;
}
.card:hover { transform: translateY(-6px); border-color: rgba(216, 132, 252, 0.5); box-shadow: var(--shadow); }
.card-img { aspect-ratio: 16 / 10; overflow: hidden; }
.card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.card:hover .card-img img { transform: scale(1.05); }
.card-body { padding: 26px 26px 28px; display: flex; flex-direction: column; flex: 1; }
.card-body p { color: var(--muted); font-size: 0.97rem; flex: 1; }
.card-link { font-family: var(--font-head); font-weight: 700; font-size: 0.95rem; display: inline-flex; align-items: center; gap: 7px; }
.card-link svg { width: 16px; height: 16px; transition: transform 0.2s ease; }
.card:hover .card-link svg { transform: translateX(4px); }
.icon-badge {
  width: 52px; height: 52px; border-radius: 14px; background: var(--accent-soft);
  border: 1px solid rgba(192,132,252,.25);
  display: flex; align-items: center; justify-content: center; margin-bottom: 18px;
}
.icon-badge svg { width: 25px; height: 25px; color: var(--accent); }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; counter-reset: step; }
.step { background: var(--card); border: 1px solid var(--card-border); border-radius: var(--radius); padding: 28px 24px; position: relative; }
.step-num {
  font-family: var(--font-head); font-weight: 800; font-size: 2.4rem; line-height: 1;
  background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent;
  margin-bottom: 14px;
}
.step h3 { font-size: 1.08rem; }
.step p { color: var(--muted); font-size: 0.93rem; margin: 0; }

/* ---------- Split sections ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.split .frame img { aspect-ratio: 4 / 3.4; }
.checklist { list-style: none; margin: 0 0 26px; padding: 0; display: grid; gap: 13px; }
.checklist li { display: flex; gap: 12px; align-items: flex-start; color: var(--muted); }
.checklist li strong { color: var(--text); }
.checklist svg { width: 21px; height: 21px; color: #34d399; flex: none; margin-top: 3px; }

/* ---------- Proof / before-after ---------- */
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.proof { position: relative; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--card-border); }
.proof img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.proof figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 34px 18px 14px;
  background: linear-gradient(transparent, rgba(6, 2, 14, 0.92));
  font-size: 0.9rem; font-weight: 600; color: #fff;
}

/* ---------- Stats ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; text-align: center; }
.stat { padding: 30px 16px; border-radius: var(--radius); background: var(--card); border: 1px solid var(--card-border); }
.stat-num { font-family: var(--font-head); font-weight: 800; font-size: clamp(2rem, 4vw, 2.8rem); background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat span { color: var(--muted); font-size: 0.92rem; font-weight: 600; }

/* ---------- Testimonial ---------- */
.quote {
  background: var(--card); border: 1px solid var(--card-border); border-radius: var(--radius);
  padding: 34px; position: relative;
}
.quote .stars { display: flex; gap: 3px; margin-bottom: 16px; }
.quote .stars svg { width: 19px; height: 19px; color: #fbbf24; fill: #fbbf24; }
.quote blockquote { margin: 0 0 18px; font-size: 1.08rem; color: var(--text); }
.quote cite { font-style: normal; color: var(--muted); font-size: 0.92rem; font-weight: 600; }

/* ---------- FAQ ---------- */
.faq { max-width: 800px; margin: 0 auto; display: grid; gap: 14px; }
.faq details { background: var(--card); border: 1px solid var(--card-border); border-radius: var(--radius-sm); overflow: hidden; }
.faq summary {
  cursor: pointer; list-style: none; padding: 20px 54px 20px 24px; font-family: var(--font-head);
  font-weight: 700; font-size: 1.02rem; position: relative;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; position: absolute; right: 22px; top: 50%; transform: translateY(-50%);
  font-size: 1.5rem; font-weight: 400; color: var(--accent); transition: transform 0.25s ease;
}
.faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq details p { padding: 0 24px 22px; margin: 0; color: var(--muted); font-size: 0.98rem; }

/* ---------- CTA band ---------- */
.cta-band { position: relative; overflow: hidden; border-radius: 24px; padding: clamp(40px, 6vw, 72px); text-align: center; background: var(--grad-fill); }
.cta-band::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(60% 90% at 80% 10%, rgba(255,255,255,0.22), transparent 60%);
  pointer-events: none;
}
.cta-band h2, .cta-band p { color: #fff; position: relative; z-index: 1; }
.cta-band p { opacity: 0.92; max-width: 40em; margin: 0 auto 28px; }
.cta-band .hero-ctas { justify-content: center; position: relative; z-index: 1; margin-bottom: 0; }
.cta-band .btn-ghost { border-color: rgba(255,255,255,0.6); color: #fff; background: rgba(255,255,255,0.1); }
.cta-band .btn-ghost:hover { background: rgba(255,255,255,0.22); }

/* ---------- Forms ---------- */
.form-card { background: var(--card); border: 1px solid var(--card-border); border-radius: var(--radius); padding: 34px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-grid .full { grid-column: 1 / -1; }
label { display: block; font-weight: 600; font-size: 0.9rem; margin-bottom: 7px; font-family: var(--font-head); }
input, select, textarea {
  width: 100%; background: rgba(255,255,255,0.05); color: var(--text);
  border: 1px solid rgba(192,132,252,.25); border-radius: 10px;
  padding: 13px 15px; font-family: var(--font-body); font-size: 1rem;
}
input::placeholder, textarea::placeholder { color: var(--faint); }
select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%23c084fc' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; }
select option { background: #1c1133; color: var(--text); }
.form-note { font-size: 0.85rem; color: var(--faint); margin: 14px 0 0; }
.form-success { display: none; text-align: center; padding: 40px 10px; }
.form-success svg { width: 52px; height: 52px; color: #34d399; margin: 0 auto 16px; }

/* ---------- Contact / map ---------- */
.contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 40px; align-items: start; }
.info-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 20px; }
.info-list li { display: flex; gap: 15px; align-items: flex-start; }
.info-list svg { width: 22px; height: 22px; color: var(--accent); flex: none; margin-top: 3px; }
.info-list strong { display: block; font-family: var(--font-head); margin-bottom: 2px; }
.info-list span, .info-list a.plain { color: var(--muted); }
.map-embed { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--card-border); }
.map-embed iframe { display: block; width: 100%; height: 380px; border: 0; filter: grayscale(0.2) contrast(1.02); }

/* ---------- Page hero (interior) ---------- */
.page-hero { position: relative; overflow: hidden; padding: 78px 0 64px; background: var(--bg-2); border-bottom: 1px solid rgba(192,132,252,.1); }
.page-hero .hero-bg { opacity: 0.8; }
.page-hero .container { position: relative; }
.breadcrumbs { font-size: 0.85rem; color: var(--faint); margin-bottom: 18px; }
.breadcrumbs a { color: var(--muted); }
.breadcrumbs span { margin: 0 7px; }

/* ---------- Footer ---------- */
footer.site {
  background: #08030f; border-top: 1px solid rgba(192,132,252,.12);
  padding: 64px 0 0; color: var(--muted); font-size: 0.95rem;
}
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr; gap: 40px; padding-bottom: 48px; }
.footer-grid h4 { font-size: 0.95rem; color: var(--text); margin-bottom: 16px; }
.footer-grid ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.footer-grid a { color: var(--muted); }
.footer-grid a:hover { color: var(--accent); }
.footer-logo { height: 58px; width: auto; margin-bottom: 16px; }
.footer-social { display: flex; gap: 12px; margin-top: 18px; }
.footer-social a {
  width: 40px; height: 40px; border-radius: 10px; border: 1px solid rgba(192,132,252,.25);
  display: flex; align-items: center; justify-content: center; color: var(--muted);
  transition: border-color .2s ease, color .2s ease, transform .2s ease;
}
.footer-social a:hover { color: var(--accent); border-color: var(--accent); transform: translateY(-2px); }
.footer-social svg { width: 18px; height: 18px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.06); padding: 20px 0; font-size: 0.84rem; color: var(--faint); }
.footer-bottom .container { display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; }

/* ---------- Sticky mobile call bar ---------- */
.callbar { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); background: rgba(11,5,20,.94); backdrop-filter: blur(10px); border-top: 1px solid rgba(192,132,252,.2); }
.callbar .btn { width: 100%; padding: 14px; }

/* ---------- Prose (privacy etc.) ---------- */
.prose { max-width: 760px; margin: 0 auto; color: var(--muted); }
.prose h2 { font-size: 1.5rem; margin-top: 2em; color: var(--text); }
.prose h3 { color: var(--text); }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .hero-grid, .split { gap: 40px; }
  .grid-3, .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .nav-links, .nav-cta .btn { display: none; }
  .nav-toggle { display: block; }
  .hero { padding: 64px 0 72px; }
  .hero-grid, .split, .contact-grid { grid-template-columns: 1fr; }
  .split.media-first .split-media { order: -1; }
  .hero-media { max-width: 520px; }
  .float-card { left: 12px; bottom: 16px; }
  .topbar-hours { display: none; }
  .callbar { display: block; }
  body { padding-bottom: 74px; }
  .section { padding: 64px 0; }
}
@media (max-width: 560px) {
  .grid-3, .grid-2, .proof-grid, .steps, .stats, .form-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-ctas .btn { width: 100%; }
  .form-grid .full { grid-column: auto; }
}

/* ---------- Topbar review link ---------- */
.topbar-review { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; color: var(--text); }
.topbar-review:hover { color: #fff; }
.stars5 { display: inline-flex; gap: 1px; }
.stars5 svg { width: 13px; height: 13px; color: #fbbf24; }

/* ---------- Nav dropdowns ---------- */
.nav-links > li { position: relative; }
.nav-links a svg { width: 14px; height: 14px; vertical-align: -2px; margin-left: 2px; transition: transform 0.2s ease; }
.has-dd:hover > a svg, .has-dd:focus-within > a svg { transform: rotate(180deg); }
.dd {
  position: absolute; top: 100%; left: -18px; min-width: 300px;
  list-style: none; margin: 0; padding: 10px;
  background: rgba(19, 10, 36, 0.97); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(192, 132, 252, 0.25); border-radius: 14px;
  box-shadow: 0 24px 60px -18px rgba(0, 0, 0, 0.75);
  opacity: 0; visibility: hidden; transform: translateY(10px);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s;
  z-index: 60;
}
.has-dd:hover > .dd, .has-dd:focus-within > .dd { opacity: 1; visibility: visible; transform: translateY(6px); }
.dd li a { display: block; padding: 10px 14px; border-radius: 9px; font-weight: 600; font-size: 0.94rem; color: var(--muted); }
.dd li a::after { content: none; }
.dd li a:hover { background: rgba(192, 132, 252, 0.12); color: #fff; }
.dd-2col { min-width: 430px; display: grid; grid-template-columns: 1fr 1fr; }
.has-dd:hover > .dd-2col, .has-dd:focus-within > .dd-2col { display: grid; }
.dd-all { grid-column: 1 / -1; border-top: 1px solid rgba(192,132,252,.15); margin-top: 6px; padding-top: 6px; }
.dd-all a { color: var(--accent) !important; display: inline-flex !important; align-items: center; gap: 7px; }
.dd-all a svg { width: 15px; height: 15px; margin: 0; transform: none !important; }

/* keep dropdowns hoverable across the gap */
.has-dd::after { content: ""; position: absolute; left: 0; right: 0; top: 100%; height: 14px; }

/* ---------- Mobile menu labels ---------- */
.mm-label {
  display: block; margin-top: 14px; font-family: var(--font-head);
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--accent);
}

/* ---------- Footer (5 columns) ---------- */
.footer-grid { grid-template-columns: 1.5fr 1.1fr 0.9fr 0.9fr 1fr; }
@media (max-width: 1024px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }

/* ---------- Blog ---------- */
.post-cat {
  display: inline-block; font-family: var(--font-head); font-size: 0.74rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent); margin-bottom: 10px;
}
.post-hero-img { max-width: 880px; margin: 0 auto 44px; }
.post-hero-img img { aspect-ratio: 16 / 9; object-fit: cover; }
.post-prose { max-width: 760px; }
.prose ul { color: var(--muted); padding-left: 1.3em; margin: 0 0 1.2em; display: grid; gap: 9px; }
.prose li::marker { color: var(--accent); }
.prose a { text-decoration: underline; text-decoration-color: rgba(192,132,252,.4); text-underline-offset: 3px; }
.prose a:hover { text-decoration-color: var(--accent); }
.prose strong { color: var(--text); }
.prose p { color: var(--muted); }

/* ---------- Mobile refinements ---------- */
@media (max-width: 860px) {
  /* menu sits inside the sticky header — give it its own scroll so every
     link stays reachable on short viewports */
  .mobile-menu.open { max-height: calc(100dvh - 96px); overflow-y: auto; -webkit-overflow-scrolling: touch; }
  .topbar .container { justify-content: center; }
}
@media (max-width: 640px) {
  .topbar-phone { display: none; }
  .topbar .container { justify-content: center; }
  .topbar-review { font-size: 0.92rem; padding: 2px 0; }
}
@media (max-width: 560px) {
  .post-hero-img { margin-bottom: 32px; }
  .quote { padding: 26px 22px; }
  .cta-band .hero-ctas .btn { width: 100%; }
  .dd { display: none; } /* belt & braces: dropdowns are desktop-only */
}

/* ---------- Tap-target sizing (44px-friendly) ---------- */
.topbar-review, .nav-phone { padding: 9px 4px; }
.card-link { padding: 9px 0; margin-top: 2px; }
.breadcrumbs a { display: inline-block; padding: 7px 2px; }
.footer-grid ul { gap: 2px; }
.footer-grid ul a { display: inline-block; padding: 7px 0; }
.footer-social a { width: 44px; height: 44px; }
.info-list a.plain { display: inline-block; padding: 5px 0; }
@media (max-width: 860px) {
  /* leave room for both sticky header above and call bar below */
  .mobile-menu.open { max-height: calc(100dvh - 215px); }
  .mobile-menu a { padding: 13px 4px; }
}
@media (max-width: 860px) {
  .map-embed iframe { height: 260px; } /* keep the quote form within easy reach */
}

/* ---------- Service-area neighbourhood block ---------- */
.hood-block {
  margin-top: 44px; padding: 30px 32px;
  background: var(--card); border: 1px solid var(--card-border); border-radius: var(--radius);
}
.hood-block h3 { font-size: 1.15rem; margin-bottom: 18px; }
.hood-list { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 6px; }
.hood {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(255,255,255,.045); border: 1px solid rgba(192,132,252,.18);
  border-radius: 999px; padding: 8px 15px; font-size: .88rem; font-weight: 600;
  color: var(--muted);
}
.hood svg { width: 14px; height: 14px; color: var(--accent); flex: none; }
@media (max-width: 560px) { .hood-block { padding: 24px 20px; } }

/* ---------- Pricing table (renders only once ranges are confirmed) ---------- */
.price-table {
  max-width: 720px; margin: 0 auto 40px; background: var(--card);
  border: 1px solid var(--card-border); border-radius: var(--radius); overflow: hidden;
}
.price-table table { border-collapse: collapse; width: 100%; }
.price-table th {
  text-align: left; padding: 14px 22px; font-family: var(--font-head);
  font-size: 0.78rem; letter-spacing: .1em; text-transform: uppercase;
  color: var(--faint); font-weight: 700; border-bottom: 1px solid var(--card-border);
  background: rgba(255,255,255,.03);
}
.price-table td { padding: 14px 22px; border-bottom: 1px solid rgba(255,255,255,.05); }
.price-table tr:last-child td { border-bottom: 0; }
.pr-svc { color: var(--text); font-weight: 600; }
.pr-range { color: var(--accent); font-family: var(--font-head); font-weight: 700; text-align: right; white-space: nowrap; }
.price-table .form-note { padding: 14px 22px 18px; margin: 0; }

/* ---------- Compact trust strip (service + area pages) ---------- */
.trust-strip {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
  background: var(--card); border: 1px solid var(--card-border);
  border-radius: var(--radius); padding: 22px 26px;
}
.ts-item { display: flex; gap: 12px; align-items: flex-start; }
.ts-item svg { width: 22px; height: 22px; color: var(--accent); flex: none; margin-top: 3px; }
.ts-item strong { display: block; font-family: var(--font-head); font-size: 0.98rem; line-height: 1.25; }
.ts-item span { display: block; font-size: 0.82rem; color: var(--muted); margin-top: 2px; }
@media (max-width: 900px) { .trust-strip { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .trust-strip { grid-template-columns: 1fr; padding: 20px; } }

/* ---------- Work samples / case studies ----------------------------------
   Long-form documented jobs: a narrower measure for reading, an answer-first
   lead paragraph, comparison tables, and full-width job photography. */
.container.narrow { max-width: 820px; }
.container.narrow h2 { font-size: clamp(1.5rem, 3.4vw, 2.05rem); margin-bottom: 20px; }
.container.narrow h3 { font-size: 1.14rem; margin: 34px 0 12px; color: var(--text); }
.container.narrow p { color: var(--muted); line-height: 1.75; margin-bottom: 18px; }

/* Answer-first paragraph: the extractable summary under a heading. */
p.answer {
  color: var(--text);
  font-size: 1.06rem;
  line-height: 1.7;
  border-left: 3px solid transparent;
  border-image: var(--grad) 1;
  padding: 2px 0 2px 20px;
  margin-bottom: 22px;
}

ul.ticks, ol.numbered { margin: 0 0 22px; padding: 0; list-style: none; display: grid; gap: 12px; }
ul.ticks li, ol.numbered li { color: var(--muted); line-height: 1.7; padding-left: 34px; position: relative; }
ul.ticks li strong, ol.numbered li strong { color: var(--text); }
ul.ticks li::before {
  content: ""; position: absolute; left: 0; top: 0.5em;
  width: 16px; height: 9px; border-left: 2px solid var(--accent); border-bottom: 2px solid var(--accent);
  transform: rotate(-45deg);
}
ol.numbered { counter-reset: n; }
ol.numbered li { counter-increment: n; }
ol.numbered li::before {
  content: counter(n); position: absolute; left: 0; top: 0.05em;
  width: 24px; height: 24px; border-radius: 50%;
  background: var(--accent-soft); border: 1px solid var(--card-border);
  color: var(--accent); font: 600 0.78rem/24px var(--font-head); text-align: center;
}

/* Comparison tables scroll on their own rather than pushing the page wide. */
table.cmp {
  width: 100%; border-collapse: collapse; margin: 6px 0 24px;
  background: var(--card); border: 1px solid var(--card-border);
  border-radius: var(--radius-sm); overflow: hidden; font-size: 0.95rem;
}
table.cmp caption {
  caption-side: top; text-align: left; color: var(--faint);
  font-size: 0.85rem; letter-spacing: .04em; text-transform: uppercase; padding: 0 0 10px;
}
table.cmp th, table.cmp td { padding: 13px 18px; text-align: left; vertical-align: top; }
table.cmp thead th {
  background: var(--surface); color: var(--text);
  font: 600 0.86rem/1.4 var(--font-head); letter-spacing: .02em;
  border-bottom: 1px solid var(--card-border);
}
table.cmp tbody td { color: var(--muted); border-bottom: 1px solid rgba(255,255,255,.05); }
table.cmp tbody tr:last-child td { border-bottom: 0; }
table.cmp tbody td:first-child { color: var(--text); font-weight: 500; }

/* Job photography */
.work-gallery { display: grid; gap: 34px; max-width: 820px; margin: 0 auto; }
.work-shot { margin: 0; }
.work-shot img {
  width: 100%; height: auto; display: block;
  border-radius: var(--radius); border: 1px solid var(--card-border);
  box-shadow: var(--shadow); background: var(--surface);
}
.work-shot figcaption {
  color: var(--muted); font-size: 0.94rem; line-height: 1.65;
  margin-top: 14px; padding-left: 16px; border-left: 2px solid var(--card-border);
}
.work-cards .card-img img { aspect-ratio: 4 / 3; object-fit: cover; }

@media (max-width: 900px) {
  table.cmp { display: block; overflow-x: auto; white-space: nowrap; }
  table.cmp td, table.cmp th { white-space: normal; min-width: 150px; }
  .work-gallery { gap: 26px; }
}

/* ---------- Contextual "documented work" band ---------------------------- */
.work-band {
  display: grid; grid-template-columns: 1.15fr 1fr; gap: 32px; align-items: center;
  background: var(--card); border: 1px solid var(--card-border);
  border-radius: var(--radius); padding: 32px 34px;
}
.work-band h2 { font-size: clamp(1.25rem, 2.6vw, 1.6rem); margin: 10px 0 12px; }
.work-band p { color: var(--muted); line-height: 1.7; margin: 0; }
.work-band-links { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.work-band-links li { margin: 0; }
.work-band-links a {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--accent); font-weight: 600; font-size: 1rem;
  text-decoration: none; line-height: 1.4;
  /* keeps the hit area above the WCAG 2.2 minimum target size */
  padding: 5px 0; min-height: 30px;
}
.work-band-links a:hover { color: var(--text); }
/* Without this the 24-unit viewBox scales to fill its container. */
.work-band-links svg { width: 17px; height: 17px; flex: none; transition: transform .2s ease; }
.work-band-links a:hover svg { transform: translateX(4px); }

@media (max-width: 900px) {
  .work-band { grid-template-columns: 1fr; gap: 22px; padding: 26px 22px; }
  /* thumb-sized targets on the phone, where Angelo's customers land first */
  .work-band-links { gap: 6px; }
  .work-band-links a { min-height: 44px; }
}

/* Safety net: any inline icon that no rule has sized falls back to text size
   instead of expanding to fill the page. :where() carries zero specificity, so
   every real sizing rule above still wins. */
:where(svg:not([width]):not([height])) { width: 1em; height: 1em; }
