/* Emery Bay Locksmith: main stylesheet */

:root {
  --ink: #0B1624;
  --navy: #0F2135;
  --navy-2: #173352;
  --brass: #E0B15A;
  --brass-2: #C99A45;
  --brass-ink: #875F1C;
  --brass-soft: #F7EBD2;
  --paper: #FAF7F1;
  --paper-2: #F2ECE1;
  --card: #FFFFFF;
  --line: #E5DDCF;
  --text: #0F1B2A;
  --muted: #56626F;
  --on-dark: #EEF2F7;
  --on-dark-muted: #A9B6C7;
  --success: #1B8A5C;
  --danger: #C9392D;
  --focus: #2F7BD9;
  --radius: 20px;
  --shadow-sm: 0 1px 2px rgba(11, 22, 36, .05), 0 4px 14px rgba(11, 22, 36, .06);
  --shadow-md: 0 14px 36px rgba(11, 22, 36, .12);
  --shadow-lg: 0 30px 80px rgba(6, 14, 24, .35);
  --font: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --header-h: 72px;
  --section-y: clamp(64px, 9vw, 116px);
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--text);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3 { margin: 0; line-height: 1.12; letter-spacing: -0.02em; text-wrap: balance; }
p { margin: 0; text-wrap: pretty; }
ul, ol { margin: 0; padding: 0; list-style: none; }
button, input, select, textarea { font: inherit; color: inherit; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; border-radius: 6px; }
section[id] { scroll-margin-top: calc(var(--header-h) + 8px); }

.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon {
  width: 1.25em; height: 1.25em; flex: none;
  fill: none; stroke: currentColor; stroke-width: 1.8;
  stroke-linecap: round; stroke-linejoin: round;
}
.container { width: min(100% - 32px, 1200px); margin-inline: auto; }
.hero-grid > *, .pricing-grid > *, .about-grid > *, .quote-grid > *, .areas-grid > *, .faq-grid > * { min-width: 0; }
@media (min-width: 768px) { .container { width: min(100% - 64px, 1200px); } }

.skip-link {
  position: absolute; left: 16px; top: -100px; z-index: 100;
  background: #fff; color: var(--text); padding: 10px 16px; border-radius: 10px; font-weight: 700;
}
.skip-link:focus { top: 12px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 22px; border-radius: 999px; border: 1.5px solid transparent;
  font-weight: 700; font-size: 1rem; line-height: 1.1; text-decoration: none; white-space: nowrap;
  cursor: pointer; background: none;
  transition: transform .15s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease;
}
.btn:active { transform: translateY(1px); }
.btn .icon { width: 19px; height: 19px; }
.btn-lg { padding: 17px 26px; font-size: 1.05rem; }
.btn-primary {
  background: linear-gradient(180deg, #EDC471, #D9A64A); color: var(--ink);
  box-shadow: 0 10px 26px rgba(224, 177, 90, .30), inset 0 1px 0 rgba(255, 255, 255, .45);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(224, 177, 90, .42), inset 0 1px 0 rgba(255, 255, 255, .45); }
.btn-ghost-light { color: #fff; border-color: rgba(255, 255, 255, .26); background: rgba(255, 255, 255, .04); }
.btn-ghost-light:hover { background: rgba(255, 255, 255, .10); border-color: rgba(255, 255, 255, .42); }
.btn-ghost-dark { color: var(--text); border-color: var(--line); background: #fff; }
.btn-ghost-dark:hover { border-color: #CDBF9F; }
.btn-text { border: 0; padding: 12px 6px; color: var(--muted); }
.btn-text:hover { color: var(--text); }

/* ---------- Preview bar ---------- */
.preview-bar {
  background: repeating-linear-gradient(135deg, #1A2A3E 0 14px, #1D2F45 14px 28px);
  color: #F3DDAE; font-size: .84rem; line-height: 1.4; text-align: center; padding: 8px 16px;
}
.preview-bar strong { color: #FFE7B3; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(11, 22, 36, .84);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  color: var(--on-dark);
  transition: box-shadow .25s, background-color .25s;
}
.site-header.is-scrolled { background: rgba(11, 22, 36, .95); box-shadow: 0 10px 30px rgba(0, 0, 0, .25); }
.header-inner { position: relative; height: var(--header-h); display: flex; align-items: center; gap: 24px; }
.brand { display: flex; flex: none; align-items: center; gap: 12px; text-decoration: none; margin-right: auto; white-space: nowrap; }
.brand-mark { width: 40px; height: 40px; }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-name { font-weight: 800; font-size: 1.18rem; letter-spacing: -0.01em; color: #fff; }
.brand-sub { font-size: .66rem; font-weight: 700; letter-spacing: .34em; text-transform: uppercase; color: var(--brass); margin-top: 5px; }
.main-nav .nav-list { display: flex; gap: 2px; align-items: center; }
.main-nav a {
  display: block; padding: 8px 12px; border-radius: 10px; text-decoration: none; white-space: nowrap;
  font-weight: 600; font-size: .95rem; color: var(--on-dark-muted); transition: color .2s, background-color .2s;
}
.main-nav a:hover { color: #fff; background: rgba(255, 255, 255, .06); }
.header-call {
  display: inline-flex; align-items: center; gap: 10px; padding: 7px 18px 7px 7px; border-radius: 999px;
  background: linear-gradient(180deg, #EDC471, #D9A64A); color: var(--ink); text-decoration: none;
  box-shadow: 0 8px 22px rgba(224, 177, 90, .28); transition: transform .15s, box-shadow .2s;
}
.header-call:hover { transform: translateY(-1px); box-shadow: 0 12px 28px rgba(224, 177, 90, .4); }
.icon-wrap { display: grid; place-items: center; flex: none; }
.header-call .icon-wrap { width: 36px; height: 36px; border-radius: 50%; background: var(--ink); color: var(--brass); }
.header-call .icon-wrap .icon { width: 17px; height: 17px; }
.header-call-text { display: flex; flex-direction: column; line-height: 1.1; white-space: nowrap; }
.header-call-text small { font-size: .66rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; opacity: .7; }
.header-call-text strong { font-size: 1rem; font-weight: 800; }
.nav-toggle {
  display: none; flex-direction: column; justify-content: center; align-items: center; gap: 5px;
  width: 44px; height: 44px; border-radius: 12px; border: 1px solid rgba(255, 255, 255, .16);
  background: transparent; color: #fff; cursor: pointer;
}
.nav-toggle span { display: block; width: 20px; height: 2px; border-radius: 2px; background: currentColor; transition: transform .25s, opacity .2s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 1180px) {
  .nav-toggle { display: inline-flex; }
  .main-nav {
    display: none; position: absolute; top: 100%; left: -16px; right: -16px;
    background: var(--ink); border-bottom: 1px solid rgba(255, 255, 255, .08);
    padding: 8px 16px 20px; box-shadow: 0 20px 40px rgba(0, 0, 0, .35);
  }
  .main-nav.is-open { display: block; }
  .main-nav .nav-list { flex-direction: column; align-items: stretch; }
  .main-nav a { font-size: 1.1rem; padding: 14px 12px; }
}
@media (min-width: 768px) and (max-width: 1180px) {
  .main-nav { left: -32px; right: -32px; padding-inline: 32px; }
}
@media (max-width: 560px) {
  .header-inner { gap: 10px; }
  .header-call { padding: 5px; }
  .header-call-text { display: none; }
  .brand-name { font-size: 1.08rem; }
}

/* ---------- Hero ---------- */
.hero {
  position: relative; isolation: isolate;
  background: var(--ink); color: var(--on-dark);
  padding-top: clamp(40px, 6vw, 88px);
}
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(900px 520px at 85% 0%, rgba(224, 177, 90, .18), transparent 62%),
    radial-gradient(800px 480px at 0% 100%, rgba(52, 120, 196, .20), transparent 60%);
}
.hero-grid { display: grid; grid-template-columns: 1fr 1.02fr; gap: clamp(32px, 5vw, 64px); align-items: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px 7px 11px; border-radius: 999px;
  background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .10);
  color: #D5DEE9; font-size: .88rem; font-weight: 600;
}
.eyebrow .icon { color: var(--brass); width: 18px; height: 18px; }
.live-dot { width: 8px; height: 8px; flex: none; border-radius: 50%; background: #3DDC97; animation: live 2s ease-out infinite; }
@keyframes live {
  0% { box-shadow: 0 0 0 0 rgba(61, 220, 151, .55); }
  70% { box-shadow: 0 0 0 8px rgba(61, 220, 151, 0); }
  100% { box-shadow: 0 0 0 0 rgba(61, 220, 151, 0); }
}
.hero h1 {
  font-size: clamp(2.5rem, 5.2vw, 4.1rem); font-weight: 800; letter-spacing: -0.035em; line-height: 1.03;
  margin: 22px 0 20px; color: #fff;
}
.hl { position: relative; color: var(--brass); white-space: nowrap; }
.hl::after {
  content: ""; position: absolute; left: 1%; right: 1%; bottom: -0.04em; height: .1em; border-radius: 999px;
  background: linear-gradient(90deg, rgba(224, 177, 90, .95), rgba(224, 177, 90, .12));
}
.lede { font-size: clamp(1.06rem, 1.45vw, 1.2rem); color: var(--on-dark-muted); max-width: 33em; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.trust-chips { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 28px; }
.trust-chips li { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: .95rem; color: #D5DEE9; }
.trust-chips .icon { color: var(--brass); }

.hero-visual { position: relative; }
.blueprint {
  position: relative; margin: 0; overflow: hidden;
  border-radius: 26px; padding: 26px 18px 18px;
  background: linear-gradient(180deg, #11263D 0%, #0C1B2C 100%);
  border: 1px solid rgba(143, 179, 217, .16);
  box-shadow: var(--shadow-lg), inset 0 1px 0 rgba(255, 255, 255, .06);
}
.blueprint::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(143, 179, 217, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(143, 179, 217, .07) 1px, transparent 1px);
  background-size: 22px 22px;
  -webkit-mask-image: radial-gradient(120% 90% at 50% 40%, #000 55%, transparent 100%);
  mask-image: radial-gradient(120% 90% at 50% 40%, #000 55%, transparent 100%);
}
.lock-svg { position: relative; width: 100%; height: auto; }
.lock-svg .anno-text text { font: 700 12px var(--font); letter-spacing: .12em; fill: #9FB6CF; }
.lock-svg .key-engrave { font: 800 18px var(--font); fill: rgba(40, 50, 62, .35); text-anchor: middle; }
[data-plug-face] { transform-origin: 110px 112px; }

.lock-status {
  position: absolute; top: 16px; right: 16px; z-index: 1;
  display: grid; padding: 7px 12px; border-radius: 999px;
  background: rgba(6, 14, 24, .65); border: 1px solid rgba(255, 255, 255, .10);
  font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: #fff;
}
.lock-status > span { grid-area: 1 / 1; display: inline-flex; align-items: center; gap: 8px; }
.st-dot { width: 8px; height: 8px; border-radius: 50%; }
.st-locked { opacity: 0; }
.st-locked .st-dot { background: #E4574B; box-shadow: 0 0 0 4px rgba(228, 87, 75, .18); }
.st-open .st-dot { background: #3DDC97; box-shadow: 0 0 0 4px rgba(61, 220, 151, .18); }
.blueprint figcaption { position: relative; margin-top: 8px; padding: 0 8px; font-size: .86rem; color: var(--on-dark-muted); }
.blueprint figcaption strong { color: #fff; font-weight: 700; }

.float-chip {
  position: absolute; right: 24px; bottom: -26px; z-index: 2;
  display: flex; align-items: center; gap: 12px; padding: 12px 16px 12px 12px; border-radius: 16px;
  background: rgba(255, 255, 255, .97); color: var(--text);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .35);
  animation: float 6s ease-in-out infinite;
}
.chip-icon { width: 40px; height: 40px; border-radius: 12px; background: var(--brass-soft); color: var(--brass-ink); display: grid; place-items: center; flex: none; }
.float-chip strong { display: block; font-size: .95rem; line-height: 1.2; }
.float-chip small { display: block; color: var(--muted); font-size: .8rem; }
@keyframes float { 50% { transform: translateY(-8px); } }
@media (min-width: 1300px) { .float-chip { right: -18px; } }

.need-bar {
  position: relative; z-index: 3;
  margin-top: clamp(40px, 6vw, 72px); margin-bottom: -64px;
  display: grid; grid-template-columns: auto repeat(4, 1fr); gap: 6px;
  padding: 10px; border-radius: 22px; background: #fff; color: var(--text);
  box-shadow: 0 24px 60px rgba(11, 22, 36, .18);
}
.need-title { display: flex; align-items: center; padding: 0 14px 0 14px; font-weight: 800; font-size: .95rem; line-height: 1.2; max-width: 7.5em; }
.need-tile {
  display: flex; align-items: center; gap: 14px; padding: 14px 16px; border-radius: 16px;
  text-decoration: none; transition: background-color .2s;
}
.need-tile:hover { background: var(--paper-2); }
.need-icon { width: 46px; height: 46px; flex: none; border-radius: 14px; display: grid; place-items: center; background: var(--brass-soft); color: var(--brass-ink); }
.need-icon .icon { width: 22px; height: 22px; }
.need-tile.is-urgent .need-icon { background: #FCE4E1; color: var(--danger); }
.need-tile strong { display: block; font-size: 1rem; line-height: 1.25; }
.need-tile small { display: block; margin-top: 2px; color: var(--muted); font-size: .84rem; line-height: 1.3; }

@media (max-width: 1080px) {
  .need-bar { grid-template-columns: repeat(2, 1fr); }
  .need-title { grid-column: 1 / -1; max-width: none; padding: 8px 12px 2px; }
}
@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { max-width: 640px; }
}
@media (max-width: 560px) {
  .hero h1 { font-size: clamp(2.3rem, 11vw, 2.9rem); }
  .hero-ctas .btn { flex: 1 1 100%; }
  .blueprint { padding: 18px 10px 14px; border-radius: 20px; }
  .lock-svg .anno { display: none; }
  .lock-status { top: 10px; right: 10px; }
  .float-chip { display: none; }
  .need-tile { padding: 12px 10px; gap: 10px; }
  .need-icon { width: 40px; height: 40px; }
  .need-tile small { display: none; }
  .need-tile strong { font-size: .95rem; }
}

/* ---------- Sections ---------- */
.section { padding: var(--section-y) 0; }
.section-alt { background: var(--paper-2); }
.services { padding-top: calc(var(--section-y) + 64px); }
.section-head { max-width: 720px; margin-bottom: clamp(32px, 4vw, 52px); }
.section-head h2, .h2 { font-size: clamp(1.9rem, 3.4vw, 2.8rem); font-weight: 800; letter-spacing: -0.03em; }
.section-head > p:not(.kicker), .section-sub { margin-top: 14px; color: var(--muted); font-size: 1.1rem; }
.kicker {
  display: flex; align-items: center; gap: 10px; margin-bottom: 14px;
  font-size: .8rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--brass-ink);
}
.kicker::before { content: ""; width: 22px; height: 2px; border-radius: 2px; background: currentColor; }

/* Services */
.svc-card {
  padding: clamp(22px, 3vw, 34px); border-radius: 24px;
  background: var(--card); border: 1px solid var(--line); box-shadow: var(--shadow-sm);
}
.svc-head { display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center; margin-bottom: 24px; }
.service-icon {
  width: 54px; height: 54px; border-radius: 16px; display: grid; place-items: center;
  background: linear-gradient(145deg, var(--navy-2), var(--ink)); color: var(--brass);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}
.service-icon .icon { width: 26px; height: 26px; stroke-width: 1.6; }
.svc-head h3 { font-size: 1.35rem; font-weight: 800; }
.svc-head p { margin-top: 4px; color: var(--muted); }
.svc-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px 24px; }
.svc-list li { display: flex; gap: 10px; align-items: flex-start; font-weight: 600; font-size: .98rem; line-height: 1.4; }
.svc-list .icon { width: 18px; height: 18px; margin-top: 2px; color: var(--brass-2); stroke-width: 2.6; }
.svc-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 18px; }
.svc-row .svc-card { display: flex; flex-direction: column; }
.svc-row .svc-list { grid-template-columns: 1fr 1fr; flex: 1; align-content: start; }
.svc-cta-bottom { align-self: flex-start; margin-top: 24px; }
.svc-note { display: flex; gap: 10px; align-items: flex-start; margin-top: 22px; padding: 12px 14px; border-radius: 12px; font-size: .9rem; }
.svc-note .icon { flex: none; width: 18px; height: 18px; margin-top: 2px; }
.svc-dark { background: linear-gradient(160deg, #173352 0%, #0B1624 100%); border-color: transparent; color: var(--on-dark); box-shadow: var(--shadow-md); }
.svc-dark .svc-head p { color: var(--on-dark-muted); }
.svc-dark .service-icon { background: linear-gradient(180deg, #EDC471, #D9A64A); color: var(--ink); }
.svc-dark .svc-list .icon { color: var(--brass); }
.svc-dark .svc-note { background: rgba(255, 255, 255, .06); color: var(--on-dark-muted); }
.svc-dark .svc-note .icon { color: var(--brass); }
@media (max-width: 1080px) {
  .svc-list { grid-template-columns: repeat(2, 1fr); }
  .svc-row { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .svc-head { grid-template-columns: auto 1fr; }
  .svc-cta { grid-column: 1 / -1; justify-self: start; }
  .svc-list, .svc-row .svc-list { grid-template-columns: 1fr; }
}

/* Pricing & how it works */
.pricing-grid { display: grid; grid-template-columns: 1fr .95fr; gap: clamp(32px, 6vw, 80px); align-items: center; }
.steps { margin-top: 34px; }
.steps li { position: relative; display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding-bottom: 28px; }
.steps li:not(:last-child)::before {
  content: ""; position: absolute; left: 23px; top: 54px; bottom: 6px; width: 2px;
  background: linear-gradient(var(--brass), rgba(224, 177, 90, .1));
}
.step-num {
  width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center;
  background: var(--navy); color: var(--brass); font-weight: 800; font-size: 1.1rem;
  box-shadow: 0 0 0 6px rgba(15, 33, 53, .07);
}
.steps h3 { font-size: 1.2rem; font-weight: 800; margin: 10px 0 6px; }
.steps p { color: var(--muted); }
.price-card {
  position: relative; overflow: hidden; isolation: isolate;
  padding: clamp(24px, 3.5vw, 38px); border-radius: 26px;
  background: var(--navy); color: var(--on-dark); box-shadow: var(--shadow-lg);
}
.price-card::after {
  content: ""; position: absolute; z-index: -1; width: 340px; height: 340px; right: -140px; top: -160px;
  background: radial-gradient(closest-side, rgba(224, 177, 90, .25), transparent);
}
.price-hero {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 18px 22px; border-radius: 18px;
  background: linear-gradient(135deg, rgba(224, 177, 90, .20), rgba(224, 177, 90, .06));
  border: 1px solid rgba(224, 177, 90, .35);
}
.price-kicker { display: block; font-size: .8rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--brass); }
.price-sub { display: block; margin-top: 4px; font-size: .92rem; color: var(--on-dark-muted); }
.price-big { font-size: clamp(2.8rem, 5vw, 3.6rem); font-weight: 800; letter-spacing: -0.04em; line-height: 1; color: #fff; }
.price-card h3 { margin: 26px 0 6px; font-size: .8rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--on-dark-muted); }
.price-list li { display: flex; align-items: baseline; gap: 12px; padding: 13px 0; border-bottom: 1px solid rgba(255, 255, 255, .08); font-size: 1.08rem; font-weight: 600; }
.price-list .dots { flex: 1; border-bottom: 2px dotted rgba(255, 255, 255, .16); transform: translateY(-4px); }
.price-list strong { font-size: 1.25rem; font-weight: 800; color: #fff; white-space: nowrap; }
.price-list small { font-size: .8rem; font-weight: 600; color: var(--on-dark-muted); margin-right: 2px; }
.price-fine { margin-top: 12px; font-size: .86rem; color: var(--on-dark-muted); }
.pay { margin-top: 24px; }
.pay-label { display: block; margin-bottom: 10px; font-size: .8rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--on-dark-muted); }
.pay-list { display: flex; flex-wrap: wrap; gap: 8px; }
.pay-list li { padding: 7px 13px; border-radius: 999px; background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .10); font-size: .88rem; font-weight: 700; }
.scam-tip { display: flex; gap: 10px; align-items: flex-start; margin-top: 24px; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, .08); font-size: .88rem; color: var(--on-dark-muted); }
.scam-tip .icon { flex: none; width: 18px; height: 18px; margin-top: 2px; color: #FF9A8F; }
.scam-tip a { color: var(--brass); font-weight: 700; white-space: nowrap; }
@media (max-width: 960px) { .pricing-grid { grid-template-columns: 1fr; } }

/* About */
.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(32px, 6vw, 88px); align-items: center; }
.about-photo { position: relative; }
.photo-frame {
  position: relative; overflow: hidden; display: grid; place-items: center;
  aspect-ratio: 4 / 5; border-radius: 28px; box-shadow: var(--shadow-md);
  background: radial-gradient(120% 80% at 30% 15%, #1D3A5C 0%, #0B1624 70%);
}
.photo-frame::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(143, 179, 217, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(143, 179, 217, .07) 1px, transparent 1px);
  background-size: 22px 22px;
}
.photo-frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.photo-monogram {
  position: relative; font-size: clamp(7rem, 16vw, 11rem); font-weight: 800; line-height: 1; letter-spacing: -0.05em;
  color: transparent; -webkit-text-stroke: 2px rgba(224, 177, 90, .6);
}
.photo-tag {
  position: absolute; left: 16px; bottom: 16px; display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 13px; border-radius: 999px; background: rgba(255, 255, 255, .94); color: var(--text);
  font-size: .82rem; font-weight: 700;
}
.photo-tag .icon { width: 16px; height: 16px; color: var(--brass-ink); }
.about-badge {
  position: absolute; right: 14px; top: 28px; display: flex; align-items: center; gap: 12px;
  padding: 14px 18px; border-radius: 18px; background: #fff; box-shadow: var(--shadow-md);
}
.about-badge strong { font-size: 2.3rem; font-weight: 800; line-height: 1; letter-spacing: -0.03em; color: var(--brass-ink); }
.about-badge span { font-size: .85rem; font-weight: 700; line-height: 1.2; color: var(--muted); }
.about-lede { margin-top: 16px; font-size: 1.22rem; font-weight: 500; line-height: 1.5; }
.about-copy .about-lede + p { margin-top: 14px; color: var(--muted); font-size: 1.08rem; }
.about-badges { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 28px; }
.about-badges li {
  display: flex; align-items: center; gap: 10px; padding: 14px 16px; border-radius: 14px;
  background: #fff; border: 1px solid var(--line); font-weight: 700; font-size: .98rem;
}
.about-badges .icon { color: var(--brass-ink); }
.about-sign { margin-top: 24px; font-weight: 700; font-style: italic; color: var(--muted); }
.about-sign::before { content: "— "; }
@media (min-width: 1300px) { .about-badge { right: -22px; } }
@media (max-width: 960px) {
  .about-grid { grid-template-columns: 1fr; }
  .about-photo { max-width: 440px; }
}
@media (max-width: 480px) {
  .about-badges { grid-template-columns: 1fr; }
  .photo-frame { aspect-ratio: 1 / 1; }
}

/* ---------- Quote ---------- */
.quote-section { position: relative; overflow: hidden; isolation: isolate; background: var(--ink); color: var(--on-dark); }
.quote-section::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(700px 400px at 10% 10%, rgba(224, 177, 90, .16), transparent 60%),
    radial-gradient(700px 500px at 100% 100%, rgba(52, 120, 196, .18), transparent 60%);
}
.quote-section .kicker { color: var(--brass); }
.quote-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(32px, 6vw, 80px); align-items: start; }
.quote-intro h2 { color: #fff; }
.quote-intro > p { margin-top: 14px; color: var(--on-dark-muted); font-size: 1.1rem; }
.perks { display: grid; gap: 12px; margin: 26px 0; }
.perks li { display: flex; align-items: center; gap: 12px; font-weight: 600; color: #DCE4EE; }
.perks .icon { color: var(--brass); }
.call-card {
  display: flex; align-items: center; gap: 16px; padding: 18px 20px; border-radius: 18px; text-decoration: none;
  background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .10); transition: background-color .2s;
}
.call-card:hover { background: rgba(255, 255, 255, .09); }
.call-card .icon-wrap { width: 48px; height: 48px; border-radius: 14px; background: var(--brass); color: var(--ink); }
.call-card small { display: block; color: var(--on-dark-muted); font-size: .85rem; }
.call-card strong { font-size: 1.35rem; font-weight: 800; color: #fff; letter-spacing: -0.01em; }
.safety-note {
  display: flex; gap: 12px; align-items: flex-start; margin-top: 16px; padding: 14px 16px; border-radius: 14px;
  background: rgba(228, 87, 75, .10); border: 1px solid rgba(228, 87, 75, .25); color: #FFD3CE; font-size: .92rem;
}
.safety-note .icon { color: #FF8A7E; margin-top: 1px; }

.quote-card { padding: clamp(22px, 3vw, 34px); border-radius: 26px; background: #fff; color: var(--text); box-shadow: var(--shadow-lg); }
.quote-progress { display: flex; align-items: center; gap: 14px; margin-bottom: 24px; }
.progress-track { flex: 1; height: 6px; border-radius: 999px; background: #EFE8DB; overflow: hidden; }
.progress-fill { display: block; width: 33.34%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--brass-2), var(--brass)); transition: width .35s ease; }
.progress-label { font-size: .82rem; font-weight: 700; color: var(--muted); white-space: nowrap; }
.step { min-width: 0; margin: 0; padding: 0; border: 0; }
.step legend { float: left; width: 100%; padding: 0; margin-bottom: 18px; font-size: 1.35rem; font-weight: 800; letter-spacing: -0.02em; line-height: 1.2; }
.step legend:focus { outline: none; }
.step legend + * { clear: both; }
.step > * + * { margin-top: 16px; }
.choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.choice { position: relative; display: block; cursor: pointer; }
.choice input { position: absolute; inset: 0; margin: 0; opacity: 0; cursor: pointer; }
.choice-body {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px;
  min-height: 96px; padding: 14px 8px; border: 1.5px solid var(--line); border-radius: 16px;
  text-align: center; font-weight: 700; font-size: .95rem; line-height: 1.2;
  transition: border-color .2s, background-color .2s, box-shadow .2s;
}
.choice-body .icon { width: 28px; height: 28px; color: var(--navy-2); stroke-width: 1.6; }
.choice:hover .choice-body { border-color: #D9C49A; }
.choice input:checked + .choice-body { border-color: var(--brass-2); background: #FFF8EA; box-shadow: 0 0 0 3px rgba(224, 177, 90, .25); }
.choice input:checked + .choice-body .icon { color: var(--brass-ink); }
.choice input:focus-visible + .choice-body { outline: 3px solid var(--focus); outline-offset: 2px; }
.field { display: grid; gap: 7px; }
.field > span, .label { font-weight: 700; font-size: .92rem; }
.field em { font-style: normal; font-weight: 500; color: var(--muted); }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 14px; border: 1.5px solid var(--line); border-radius: 12px; background: #fff;
  font-size: 1rem; transition: border-color .2s, box-shadow .2s;
}
.field textarea { min-height: 88px; resize: vertical; }
.field select {
  -webkit-appearance: none; appearance: none; padding-right: 42px; cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2356626F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center; background-size: 18px;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--brass-2); box-shadow: 0 0 0 3px rgba(224, 177, 90, .22); }
.field [aria-invalid="true"] { border-color: var(--danger); }
.row-3 { display: grid; grid-template-columns: .8fr 1fr 1fr; gap: 10px; }
.seg { display: flex; flex-wrap: wrap; gap: 8px; }
.seg label { position: relative; cursor: pointer; }
.seg input { position: absolute; inset: 0; margin: 0; opacity: 0; cursor: pointer; }
.seg span {
  display: inline-block; padding: 10px 16px; border: 1.5px solid var(--line); border-radius: 999px;
  font-weight: 600; font-size: .93rem; transition: background-color .2s, border-color .2s, color .2s;
}
.seg label:hover span { border-color: #D9C49A; }
.seg input:checked + span { background: var(--navy); border-color: var(--navy); color: #fff; }
.seg input:focus-visible + span { outline: 3px solid var(--focus); outline-offset: 2px; }
.upload {
  position: relative; display: flex; align-items: center; gap: 14px; padding: 14px 16px; cursor: pointer;
  border: 1.5px dashed #D6C8AC; border-radius: 16px; background: #FFFCF6; transition: border-color .2s, background-color .2s;
}
.upload:hover, .upload:focus-within { border-color: var(--brass-2); background: #FFF8EA; }
.upload:focus-within { box-shadow: 0 0 0 3px rgba(47, 123, 217, .35); }
.upload input { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.upload-icon { width: 44px; height: 44px; flex: none; border-radius: 12px; display: grid; place-items: center; background: var(--brass-soft); color: var(--brass-ink); }
.upload-text strong { display: block; font-size: .95rem; word-break: break-all; }
.upload-text small { color: var(--muted); font-size: .84rem; }
.upload-preview { width: 52px; height: 52px; margin-left: auto; border-radius: 10px; object-fit: cover; flex: none; }
.car-fields > * + * { margin-top: 16px; }
.make-note {
  display: flex; gap: 10px; align-items: flex-start; padding: 12px 14px; border-radius: 12px;
  background: #FFF4DC; color: #7A5718; font-size: .9rem; font-weight: 600;
}
.make-note .icon { flex: none; width: 18px; height: 18px; margin-top: 1px; }
.callout-urgent {
  display: flex; gap: 12px; align-items: center; padding: 14px 16px; border-radius: 14px;
  background: #FDECEA; color: #8C2A21; font-size: .95rem;
}
.callout-urgent a { font-weight: 800; color: inherit; white-space: nowrap; }
.field-error { color: var(--danger); font-size: .9rem; font-weight: 600; }
.send-error { margin-top: 18px; }
.send-error a { color: inherit; }
.hp { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.btn[disabled] { opacity: .65; cursor: progress; transform: none; }
.quote-nav { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 26px; }
.quote-nav [data-next], .quote-nav [data-submit] { margin-left: auto; }
.form-fine { margin-top: 14px; text-align: center; font-size: .82rem; color: var(--muted); }
.quote-done { padding: 20px 0 6px; text-align: center; }
.quote-done h3 { font-size: 1.5rem; font-weight: 800; }
.quote-done h3:focus { outline: none; }
.quote-done p { max-width: 36ch; margin: 10px auto 22px; color: var(--muted); }
.done-icon { width: 64px; height: 64px; margin: 0 auto 16px; border-radius: 50%; display: grid; place-items: center; background: #E3F7EE; color: var(--success); }
.done-icon .icon { width: 30px; height: 30px; stroke-width: 2.4; }
@media (max-width: 960px) { .quote-grid { grid-template-columns: 1fr; } }
@media (max-width: 480px) {
  .choice-grid { grid-template-columns: repeat(2, 1fr); }
  .row-3 { grid-template-columns: 1fr 1fr; }
  .row-3 .field:first-child { grid-column: 1 / -1; }
}

/* ---------- Service area ---------- */
.areas-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(32px, 6vw, 80px); align-items: start; }
@media (min-width: 961px) { .map-card { position: sticky; top: calc(var(--header-h) + 24px); } }
.zip-check { margin-top: 28px; padding: 22px; border-radius: 20px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.zip-check label { display: block; margin-bottom: 10px; font-weight: 800; }
.zip-row { display: flex; gap: 10px; }
.zip-row input {
  flex: 1; width: 100%; min-width: 0; padding: 14px 18px; border: 1.5px solid var(--line); border-radius: 999px;
  font-size: 1.05rem; letter-spacing: .06em;
}
.zip-row input:focus { outline: none; border-color: var(--brass-2); box-shadow: 0 0 0 3px rgba(224, 177, 90, .22); }
.zip-result { display: flex; gap: 8px; align-items: flex-start; min-height: 1.6em; margin-top: 12px; font-weight: 600; }
.zip-result:empty { display: none; }
.zip-result .icon { margin-top: 2px; }
.zip-result.is-yes { color: var(--success); }
.zip-result.is-no { color: var(--brass-ink); }
.area-groups { display: grid; gap: 14px; margin-top: 28px; }
.area-group { display: grid; grid-template-columns: 124px 1fr; gap: 12px; align-items: start; }
.area-group-name { padding-top: 7px; font-size: .74rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.city-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.city-chips li {
  display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px; border-radius: 999px;
  background: #fff; border: 1px solid var(--line); font-weight: 600; font-size: .9rem;
}
.city-chips li.is-main { background: var(--navy); border-color: var(--navy); color: #fff; }
.city-chips .icon { width: 15px; height: 15px; color: var(--brass); }
@media (max-width: 480px) {
  .area-group { grid-template-columns: 1fr; gap: 8px; }
  .area-group-name { padding-top: 0; }
}
.map-card { overflow: hidden; border-radius: 26px; border: 1px solid var(--line); background: #DCE7F1; box-shadow: var(--shadow-md); }
.area-map { width: 100%; height: auto; }
.area-map .map-water { font: 700 11px var(--font); letter-spacing: .2em; fill: #86A0BA; }
.area-map .map-zone { fill: rgba(224, 177, 90, .16); stroke: #C99A45; stroke-width: 1.5; stroke-dasharray: 4 6; }
.area-map .map-roads path { fill: none; stroke: #E6D6B8; stroke-width: 2.2; stroke-linecap: round; }
.area-map .map-cities circle { fill: var(--navy); stroke: #fff; stroke-width: 2; }
.area-map .map-label {
  font: 700 12px var(--font); fill: var(--text);
  paint-order: stroke; stroke: #F6F2EA; stroke-width: 3.5px; stroke-linejoin: round;
}
.area-map .map-label-lg { font-size: 13.5px; font-weight: 800; }
.area-map .map-label-end, .area-map .map-home-label, .area-map .map-home-sub { text-anchor: end; }
.area-map .map-home-label { font: 800 15px var(--font); fill: var(--text); paint-order: stroke; stroke: #F6F2EA; stroke-width: 4px; stroke-linejoin: round; }
.area-map .map-home-sub { font: 800 9.5px var(--font); letter-spacing: .16em; fill: var(--brass-ink); paint-order: stroke; stroke: #F6F2EA; stroke-width: 3.5px; stroke-linejoin: round; }
.area-map .map-legend text { font: 700 11px var(--font); fill: #5B7089; }
.pulse { fill: rgba(224, 177, 90, .45); transform-box: fill-box; transform-origin: center; animation: pulse 3s ease-out infinite; }
.pulse-2 { animation-delay: 1.5s; }
@keyframes pulse { 0% { transform: scale(.4); opacity: .9; } 100% { transform: scale(3); opacity: 0; } }
@media (max-width: 960px) { .areas-grid { grid-template-columns: 1fr; } }

/* ---------- Reviews ---------- */
.sample-note {
  display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px; border-radius: 999px;
  background: #FFF4DC; border: 1px dashed #D9B060; color: #7A5718; font-size: .86rem !important; font-weight: 600;
}
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-card {
  display: flex; flex-direction: column; gap: 16px; margin: 0; padding: 26px; border-radius: var(--radius);
  background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm);
}
.stars { display: flex; gap: 3px; color: var(--brass); }
.stars .icon { width: 18px; height: 18px; fill: currentColor; stroke: none; }
.review-card blockquote { flex: 1; margin: 0; font-size: 1.05rem; line-height: 1.55; }
.review-card figcaption { display: flex; align-items: center; gap: 12px; }
.avatar { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: var(--navy); color: var(--brass); font-weight: 800; }
.review-card figcaption strong { display: block; font-size: .95rem; }
.review-card figcaption small { color: var(--muted); font-size: .85rem; }
@media (max-width: 960px) { .review-grid { grid-template-columns: 1fr; max-width: 640px; } }

/* ---------- FAQ ---------- */
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(32px, 6vw, 80px); align-items: start; }
.faq-grid .section-head a { color: var(--brass-ink); font-weight: 700; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary {
  display: flex; justify-content: space-between; align-items: center; gap: 20px;
  padding: 22px 4px; cursor: pointer; list-style: none; font-weight: 700; font-size: 1.08rem;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-plus {
  flex: none; width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center;
  background: #fff; border: 1px solid var(--line); transition: transform .25s, background-color .2s, border-color .2s;
}
.faq-plus .icon { width: 16px; height: 16px; }
.faq-list details[open] .faq-plus { transform: rotate(45deg); background: var(--brass-soft); border-color: #E9D6AE; }
.faq-list details p { max-width: 62ch; padding: 0 4px 22px; color: var(--muted); }
@media (min-width: 961px) { .faq-grid .section-head { position: sticky; top: calc(var(--header-h) + 32px); } }
@media (max-width: 960px) { .faq-grid { grid-template-columns: 1fr; } }

/* ---------- Final call to action ---------- */
.cta-band { position: relative; overflow: hidden; isolation: isolate; background: var(--navy); color: var(--on-dark); }
.cta-band::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(600px 300px at 90% 50%, rgba(224, 177, 90, .28), transparent 70%),
    radial-gradient(500px 300px at 0% 0%, rgba(52, 120, 196, .20), transparent 70%);
}
.cta-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 28px 48px; padding: clamp(48px, 7vw, 84px) 0; }
.cta-inner h2 { font-size: clamp(1.9rem, 3.6vw, 2.9rem); font-weight: 800; letter-spacing: -0.03em; color: #fff; }
.cta-inner p { max-width: 46ch; margin-top: 10px; color: var(--on-dark-muted); font-size: 1.1rem; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; }
@media (max-width: 560px) { .cta-actions .btn { flex: 1 1 100%; } }

/* ---------- Footer ---------- */
.site-footer { padding: 64px 0 28px; background: #08111C; color: var(--on-dark-muted); font-size: .95rem; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 40px; }
.footer-brand .brand { margin-right: 0; }
.footer-brand p { max-width: 36ch; margin-top: 18px; }
.footer-brand .footer-small { margin-top: 10px; font-size: .86rem; }
.site-footer h3 { margin-bottom: 16px; font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: #fff; }
.site-footer ul { display: grid; gap: 10px; }
.site-footer a { text-decoration: none; transition: color .2s; overflow-wrap: anywhere; }
.site-footer a:hover { color: #fff; }
.footer-bottom {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px;
  margin-top: 48px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .08); font-size: .86rem;
}
@media (max-width: 960px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 480px) { .footer-grid { grid-template-columns: 1fr; } }

/* ---------- Mobile call bar ---------- */
.mobile-bar { display: none; }
@media (max-width: 767px) {
  .mobile-bar {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 45;
    display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 8px;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    background: rgba(8, 17, 28, .94); border-top: 1px solid rgba(255, 255, 255, .08);
    -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  }
  .mobile-bar a {
    display: flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 8px; border-radius: 14px;
    font-weight: 800; font-size: .95rem; text-decoration: none; color: #fff; background: rgba(255, 255, 255, .08);
  }
  .mobile-bar .mb-call { background: linear-gradient(180deg, #EDC471, #D9A64A); color: var(--ink); }
  .mobile-bar .icon { width: 18px; height: 18px; }
  .site-footer { padding-bottom: calc(28px + 76px); }
}

/* ---------- Drop-down menus ---------- */
.has-menu { position: relative; }
.menu-btn {
  display: inline-flex; align-items: center; gap: 4px; padding: 8px 10px 8px 12px; border: 0; border-radius: 10px;
  background: none; color: var(--on-dark-muted); font-weight: 600; font-size: .95rem; white-space: nowrap; cursor: pointer;
  transition: color .2s, background-color .2s;
}
.menu-btn:hover, .has-menu.is-open > .menu-btn { color: #fff; background: rgba(255, 255, 255, .06); }
.menu-btn .chev { width: 15px; height: 15px; transition: transform .2s; }
.has-menu.is-open > .menu-btn .chev { transform: rotate(180deg); }
.menu-panel {
  display: none; position: absolute; top: calc(100% + 12px); left: 50%; transform: translateX(-50%); z-index: 60;
  min-width: 230px; padding: 16px; border-radius: 18px; background: #fff; color: var(--text);
  box-shadow: 0 24px 60px rgba(6, 14, 24, .35);
}
.menu-panel::before { content: ""; position: absolute; left: 0; right: 0; top: -14px; height: 14px; }
.menu-wide { grid-template-columns: repeat(3, minmax(190px, 1fr)); gap: 6px 24px; min-width: 700px; padding: 22px; }
.has-menu.is-open > .menu-panel { display: block; }
.has-menu.is-open > .menu-wide { display: grid; }
@media (hover: hover) and (min-width: 1181px) {
  .has-menu:hover > .menu-panel { display: block; }
  .has-menu:hover > .menu-wide { display: grid; }
  .has-menu:hover > .menu-btn .chev { transform: rotate(180deg); }
}
.main-nav .menu-panel a { padding: 7px 10px; font-size: .93rem; color: var(--text); white-space: normal; }
.main-nav .menu-panel a:hover { background: var(--paper-2); color: var(--text); }
.main-nav .menu-panel .menu-title {
  display: block; margin-bottom: 4px; padding: 6px 10px;
  font-size: .74rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--brass-ink);
}
.main-nav .menu-panel .menu-all { font-weight: 700; color: var(--brass-ink); }
.menu-cities { display: grid; grid-template-columns: repeat(2, minmax(130px, 1fr)); gap: 0 8px; }
@media (max-width: 1180px) {
  .main-nav { max-height: calc(100vh - var(--header-h)); overflow-y: auto; }
  .menu-btn { width: 100%; justify-content: space-between; padding: 14px 12px; font-size: 1.1rem; }
  .menu-panel, .menu-wide {
    position: static; transform: none; min-width: 0; padding: 4px 0 10px 12px;
    border-radius: 0; background: none; box-shadow: none; color: var(--on-dark);
  }
  .menu-panel::before { display: none; }
  .menu-wide { grid-template-columns: 1fr; gap: 4px; }
  .main-nav .menu-panel a { padding: 9px 12px; font-size: 1rem; color: var(--on-dark-muted); }
  .main-nav .menu-panel a:hover { background: rgba(255, 255, 255, .06); color: #fff; }
  .main-nav .menu-panel .menu-title, .main-nav .menu-panel .menu-all { color: var(--brass); }
}

/* Links inside the homepage service lists and city chips */
.svc-list a { color: inherit; text-decoration: underline; text-decoration-color: rgba(201, 154, 69, .55); text-underline-offset: 3px; }
.svc-list a:hover { color: var(--brass-ink); }
.svc-dark .svc-list a:hover { color: var(--brass); }
.svc-head h3 a { color: inherit; text-decoration: none; }
.svc-head h3 a:hover { color: var(--brass-ink); }
.svc-dark .svc-head h3 a:hover { color: var(--brass); }
.city-chips a { display: inline-flex; align-items: center; gap: 6px; color: inherit; text-decoration: none; }
.city-chips li:has(a) { border-color: #E2C98F; }
.city-chips li:has(a):hover { background: var(--brass-soft); }
.city-chips li.is-main:has(a):hover { background: var(--navy-2); }

/* ---------- Inner pages ---------- */
.page-hero { position: relative; isolation: isolate; padding: clamp(28px, 4vw, 48px) 0 clamp(44px, 6vw, 72px); background: var(--ink); color: var(--on-dark); }
.page-hero::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(800px 420px at 85% 0%, rgba(224, 177, 90, .16), transparent 62%),
    radial-gradient(700px 420px at 0% 100%, rgba(52, 120, 196, .18), transparent 60%);
}
.crumbs ol { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 22px; font-size: .86rem; color: var(--on-dark-muted); }
.crumbs li + li::before { content: "/"; margin-right: 6px; opacity: .5; }
.crumbs a { color: var(--on-dark-muted); text-decoration: none; }
.crumbs a:hover { color: #fff; }
.crumbs [aria-current] { font-weight: 600; color: #fff; }
.page-hero h1 { max-width: 20ch; margin: 18px 0 16px; font-size: clamp(2.2rem, 4.6vw, 3.5rem); font-weight: 800; letter-spacing: -0.035em; line-height: 1.05; color: #fff; }
.page-hero .lede { max-width: 44em; }
.page-hero-simple h1 { margin-top: 0; }
.page-body { padding-top: clamp(48px, 7vw, 88px); }
.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: clamp(32px, 5vw, 72px); align-items: start; }
.prose { max-width: 720px; font-size: 1.06rem; color: #243142; }
.prose > :first-child { margin-top: 0; }
.prose h2 { margin: 48px 0 14px; font-size: clamp(1.5rem, 2.4vw, 1.9rem); font-weight: 800; letter-spacing: -0.025em; color: var(--text); }
.prose h3 { margin: 30px 0 8px; font-size: 1.2rem; font-weight: 800; color: var(--text); }
.prose p + p { margin-top: 14px; }
.prose a { font-weight: 600; color: var(--brass-ink); text-decoration-thickness: 1.5px; text-underline-offset: 3px; }
.prose strong { color: var(--text); }
.check-list { display: grid; gap: 10px; margin: 18px 0; }
.check-list li { position: relative; padding-left: 32px; }
.check-list li::before {
  content: ""; position: absolute; left: 0; top: .15em; width: 22px; height: 22px; border-radius: 50%;
  background: var(--brass-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23875F1C' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / 12px no-repeat;
}
.check-list.cols-2 { grid-template-columns: 1fr 1fr; gap: 10px 24px; }
.num-list { display: grid; gap: 16px; margin: 18px 0; counter-reset: step; }
.num-list li { position: relative; padding-left: 46px; counter-increment: step; }
.num-list li::before {
  content: counter(step); position: absolute; left: 0; top: -2px; width: 32px; height: 32px; border-radius: 50%;
  display: grid; place-items: center; background: var(--navy); color: var(--brass); font-size: .92rem; font-weight: 800;
}
.note { margin: 26px 0; padding: 14px 18px; border-radius: 14px; background: #FDECEA; border: 1px solid #F6C9C3; color: #8C2A21; }
.prose .note strong { color: inherit; }
.chip-list, .zip-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0; }
.chip-list li { padding: 6px 12px; border-radius: 999px; background: #fff; border: 1px solid var(--line); font-size: .92rem; font-weight: 600; color: var(--text); }
.zip-list li { padding: 5px 10px; border-radius: 8px; background: var(--paper-2); font-size: .88rem; font-weight: 700; letter-spacing: .04em; color: var(--muted); }
.svc-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 10px; margin: 18px 0 8px; }
.svc-tile {
  display: block; padding: 14px 16px; border-radius: 14px; background: #fff; border: 1px solid var(--line);
  text-decoration: none; transition: border-color .2s, box-shadow .2s, transform .2s;
}
.prose a.svc-tile { font-weight: 400; color: inherit; }
a.svc-tile:hover { border-color: #E2C98F; box-shadow: var(--shadow-sm); transform: translateY(-2px); }
.svc-tile-name { display: flex; justify-content: space-between; gap: 8px; font-size: .98rem; font-weight: 800; color: var(--text); }
a.svc-tile .svc-tile-name::after { content: "→"; color: var(--brass-ink); }
.svc-tile-text { display: block; margin-top: 4px; font-size: .88rem; line-height: 1.45; color: var(--muted); }
.prose .svc-group { margin: 30px 0 0; font-size: 1.05rem; }
.side-card { position: sticky; top: calc(var(--header-h) + 24px); padding: 24px; border-radius: 22px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-md); }
.side-kicker { display: flex; align-items: center; gap: 8px; font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--success); }
.side-title { margin: 8px 0 16px; font-size: 1.35rem; font-weight: 800; letter-spacing: -0.02em; }
.side-btn { width: 100%; }
.side-btn + .side-btn { margin-top: 10px; }
.side-facts { display: grid; gap: 10px; margin: 20px 0 16px; padding-top: 18px; border-top: 1px solid var(--line); font-size: .93rem; font-weight: 600; }
.side-facts li { display: flex; gap: 10px; align-items: flex-start; }
.side-facts .icon { margin-top: 1px; color: var(--brass-ink); }
.side-quote { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; color: var(--brass-ink); text-decoration: none; }
.side-quote .icon { width: 16px; height: 16px; }
.page-faq .section-head a { font-weight: 700; color: var(--brass-ink); }
.related { padding: clamp(48px, 6vw, 72px) 0; }
.related-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.related-title { margin-bottom: 14px; font-size: 1.15rem; font-weight: 800; }
.link-list { display: flex; flex-wrap: wrap; gap: 8px; }
.link-list a {
  display: inline-block; padding: 7px 13px; border-radius: 999px; background: #fff; border: 1px solid var(--line);
  font-size: .92rem; font-weight: 600; color: var(--text); text-decoration: none; transition: border-color .2s, background-color .2s;
}
.link-list a:hover { border-color: #E2C98F; background: var(--brass-soft); }
@media (max-width: 960px) {
  .content-grid { grid-template-columns: 1fr; }
  .side-card { position: static; }
  .related-grid { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 560px) {
  .check-list.cols-2 { grid-template-columns: 1fr; }
}

/* ---------- Scroll reveal ---------- */
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s cubic-bezier(.2, .7, .2, 1); }
.js .reveal.is-visible { opacity: 1; transform: none; }

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