/* Washington DC Rodent Control — American Pest style: navy + red + serif.
   Utility topbar, split navy/photo hero, red line-icon service cards,
   alternating navy/red photo bands, gray value tiles (no fabricated numbers),
   why-choose strip (no fabricated reviews), call-only CTA, dark navy footer.
   Rodent-only, connector-safe. */

:root {
  --navy: #16294c;
  --navy-700: #112240;
  --navy-800: #0d1c37;
  --navy-900: #0a1730;
  --red: #c8202f;
  --red-600: #a81726;
  --red-050: #fdeef0;
  --gold: #eab308;
  --ink: #16233a;
  --body: #495767;
  --muted: #6c7a8a;
  --line: #e2e8f0;
  --gray-50: #f4f7fb;
  --gray-100: #eaf0f7;
  --cream: #f7f4ee;
  --white: #ffffff;
  --shadow: 0 20px 46px rgba(12, 26, 51, 0.14);
  --shadow-sm: 0 6px 18px rgba(12, 26, 51, 0.09);
  --radius: 6px;
  --f-serif: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  --f-sans: 'Source Sans 3', system-ui, -apple-system, sans-serif;
  --maxw: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--f-sans); color: var(--body); font-size: 17px; line-height: 1.65; background: var(--white); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--red-600); text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4 { font-family: var(--f-serif); color: var(--ink); line-height: 1.16; margin: 0 0 .5em; font-weight: 700; letter-spacing: -0.005em; }
h1 { font-size: clamp(2.2rem, 4.8vw, 3.35rem); font-weight: 700; }
h2 { font-size: clamp(1.75rem, 3.4vw, 2.5rem); font-weight: 700; }
h3 { font-size: 1.24rem; font-weight: 700; }
p { margin: 0 0 1.1rem; }
.acc { color: var(--red); }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: 78px 0; }
.section--tight { padding: 52px 0; }
.section--gray { background: var(--gray-50); }
.section--cream { background: var(--cream); }
.eyebrow { display: inline-block; color: var(--red); font-family: var(--f-sans); font-weight: 700; text-transform: uppercase; letter-spacing: .18em; font-size: .76rem; margin: 0 0 .9rem; }
.eyebrow.center { display: block; text-align: center; }
.lead { font-size: 1.16rem; color: var(--body); }
.center { text-align: center; }
.measure { max-width: 760px; }
.sec-head { text-align: center; max-width: 760px; margin: 0 auto 46px; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; font-family: var(--f-sans); font-weight: 700; font-size: 1rem; border-radius: var(--radius); padding: .85rem 1.6rem; border: 2px solid transparent; cursor: pointer; transition: transform .12s ease, background .15s ease, box-shadow .15s, color .15s, border-color .15s; text-decoration: none; white-space: nowrap; letter-spacing: .01em; }
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn-red { background: var(--red); color: #fff; }
.btn-red:hover { background: var(--red-600); color: #fff; }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--navy-800); color: #fff; }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.55); }
.btn-ghost:hover { background: rgba(255,255,255,.12); color: #fff; border-color: #fff; }
.btn-ghost-red { background: transparent; color: var(--red); border-color: var(--red); }
.btn-ghost-red:hover { background: var(--red); color: #fff; }
.btn-lg { font-size: 1.08rem; padding: 1rem 1.9rem; }
.btn-block { width: 100%; }

/* Utility topbar */
.topbar { background: var(--gray-100); color: var(--navy); font-size: .9rem; border-bottom: 1px solid var(--line); }
.topbar .container { display: flex; align-items: center; justify-content: flex-end; gap: 26px; min-height: 42px; padding-top: 5px; padding-bottom: 5px; }
.topbar a { color: var(--navy); font-weight: 600; display: inline-flex; align-items: center; gap: .4rem; }
.topbar a:hover { color: var(--red); text-decoration: none; }
.topbar .tb-cta { background: var(--navy); color: #fff; padding: .5rem 1rem; border-radius: var(--radius); font-weight: 700; }
.topbar .tb-cta:hover { background: var(--navy-800); color: #fff; }
.topbar svg { width: 15px; height: 15px; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 78px; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand:hover { text-decoration: none; }
.brand .logo { width: 46px; height: 46px; flex: none; }
.wordmark { font-family: var(--f-serif); font-weight: 800; font-size: 1.32rem; line-height: 1; color: var(--navy); letter-spacing: -0.01em; }
.wordmark .wm-red { color: var(--red); }
.wordmark small { display: block; font-family: var(--f-sans); font-size: .64rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; color: var(--muted); margin-top: 4px; }
.nav { display: flex; align-items: center; gap: 28px; }
.nav a { font-family: var(--f-sans); font-weight: 600; font-size: .98rem; color: var(--navy); }
.nav a:hover { color: var(--red); text-decoration: none; }
.header-cta { display: flex; align-items: center; gap: 18px; }
.header-phone { font-family: var(--f-serif); font-weight: 800; color: var(--navy); font-size: 1.16rem; white-space: nowrap; display: inline-flex; align-items: center; gap: .5rem; }
.header-phone .hp-ic { width: 36px; height: 36px; border-radius: 50%; background: var(--red); color: #fff; display: grid; place-items: center; flex: none; }
.header-phone small { display: block; font-family: var(--f-sans); font-size: .64rem; font-weight: 700; color: var(--muted); letter-spacing: .06em; text-transform: uppercase; }
.menu-toggle { display: none; }

/* ---------- HERO (split navy panel + photo) ---------- */
.hero { position: relative; background: var(--navy); color: #fff; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background-image: repeating-linear-gradient(115deg, rgba(255,255,255,.035) 0 2px, transparent 2px 15px); pointer-events: none; }
.hero-inner { position: relative; display: grid; grid-template-columns: 1fr 46%; min-height: 500px; }
.hero-copy { padding: 74px 56px 78px 0; display: flex; flex-direction: column; justify-content: center; max-width: 620px; }
.hero-copy .eyebrow { color: #ff9aa3; }
.hero h1 { color: #fff; margin-bottom: .35em; }
.hero h1 .acc { color: #ff9aa3; }
.hero-copy .lead { color: #c7d4e6; max-width: 46ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-top: 24px; }
.hero-actions .call-note { color: #a9bcd6; font-size: .95rem; font-weight: 600; }
.hero-list { list-style: none; margin: 22px 0 4px; padding: 0; display: grid; gap: 11px; }
.hero-list li { position: relative; padding-left: 32px; color: #dbe6f4; font-weight: 600; }
.hero-list li svg { position: absolute; left: 0; top: 2px; width: 21px; height: 21px; color: #ff9aa3; }
.hero-media { position: absolute; top: 0; right: 0; width: 46%; height: 100%; }
.hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--navy) 0%, rgba(22,41,76,.35) 22%, rgba(22,41,76,0) 55%); }

/* ---------- Intro / welcome ---------- */
.intro { text-align: center; }
.intro .measure { margin: 0 auto; }
.intro h2 { margin-bottom: .5em; }
.intro p { color: var(--body); }

/* ---------- Solutions (service icon cards) ---------- */
.solutions { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.solution { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 32px 22px 26px; text-align: center; display: flex; flex-direction: column; align-items: center; transition: transform .14s ease, box-shadow .14s ease, border-color .14s; }
.solution:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: #f2c9ce; text-decoration: none; }
.sol-ic { width: 66px; height: 66px; display: grid; place-items: center; color: var(--red); margin-bottom: 14px; }
.sol-ic svg { width: 46px; height: 46px; }
.solution h3 { color: var(--navy); font-size: 1.14rem; margin-bottom: .4rem; }
.solution p { color: var(--muted); font-size: .95rem; margin: 0 0 1.1rem; flex: 1; }
.sol-link { font-family: var(--f-sans); font-weight: 700; font-size: .9rem; color: var(--red); text-transform: uppercase; letter-spacing: .06em; border: 2px solid var(--red); border-radius: var(--radius); padding: .5rem 1.1rem; transition: background .15s, color .15s; }
.solution:hover .sol-link { background: var(--red); color: #fff; }

/* ---------- Alternating photo bands ---------- */
.band { position: relative; color: #fff; overflow: hidden; }
.band-inner { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; min-height: 380px; }
.band-media { position: relative; min-height: 300px; }
.band-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.band-copy { display: flex; flex-direction: column; justify-content: center; padding: 60px 56px; position: relative; }
.band--navy { background: var(--navy); }
.band--navy::before { content: ""; position: absolute; inset: 0; background-image: repeating-linear-gradient(115deg, rgba(255,255,255,.03) 0 2px, transparent 2px 15px); pointer-events: none; }
.band--red { background: var(--red); }
.band--red::before { content: ""; position: absolute; inset: 0; background-image: repeating-linear-gradient(115deg, rgba(255,255,255,.05) 0 2px, transparent 2px 15px); pointer-events: none; }
.band h2 { color: #fff; }
.band-copy p { color: rgba(255,255,255,.9); }
.band-copy .band-inner-copy { position: relative; z-index: 1; }
.band--flip .band-media { order: 2; }
.band-copy .eyebrow { color: rgba(255,255,255,.75); }

/* ---------- Value tiles (no fabricated numbers) ---------- */
.valuetiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.vtile { background: var(--gray-50); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px; text-align: center; }
.vtile .vt-ic { width: 52px; height: 52px; margin: 0 auto 14px; border-radius: 50%; background: #fff; border: 1px solid var(--line); color: var(--red); display: grid; place-items: center; }
.vtile .vt-ic svg { width: 26px; height: 26px; }
.vtile strong { display: block; font-family: var(--f-serif); font-weight: 700; color: var(--navy); font-size: 1.35rem; margin-bottom: .2rem; }
.vtile span { color: var(--muted); font-size: .96rem; }

/* ---------- Why choose (value props, not reviews) ---------- */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.why-card { background: #fff; border: 1px solid var(--line); border-top: 4px solid var(--red); border-radius: var(--radius); padding: 28px 26px; box-shadow: var(--shadow-sm); }
.why-card .wc-ic { width: 46px; height: 46px; border-radius: 50%; background: var(--red-050); color: var(--red); display: grid; place-items: center; margin-bottom: 14px; }
.why-card .wc-ic svg { width: 24px; height: 24px; }
.why-card h3 { color: var(--navy); font-size: 1.16rem; margin-bottom: .35rem; }
.why-card p { margin: 0; color: var(--body); font-size: .97rem; }

/* ---------- Signs grid ---------- */
.signs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.sign-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 24px; box-shadow: var(--shadow-sm); }
.sign-card .sg-ic { width: 46px; height: 46px; border-radius: var(--radius); background: var(--navy); color: #fff; display: grid; place-items: center; margin-bottom: 14px; }
.sign-card .sg-ic svg { width: 24px; height: 24px; }
.sign-card h3 { font-size: 1.08rem; color: var(--navy); margin-bottom: .35rem; }
.sign-card p { margin: 0; font-size: .95rem; color: var(--body); }

/* ---------- Process steps ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.step { position: relative; padding-top: 8px; }
.step .step-num { width: 54px; height: 54px; border-radius: 50%; background: var(--navy); color: #fff; font-family: var(--f-serif); font-weight: 800; font-size: 1.4rem; display: grid; place-items: center; margin-bottom: 16px; }
.step h3 { font-size: 1.12rem; color: var(--navy); }
.step p { color: var(--muted); font-size: .96rem; margin: 0; }
.steps--4 { grid-template-columns: repeat(4, 1fr); }

/* ---------- Service area ---------- */
.area-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 48px; align-items: center; }
.area-list { columns: 2; column-gap: 26px; margin: 20px 0 24px; padding: 0; list-style: none; }
.area-list li { break-inside: avoid; padding: 7px 0 7px 26px; position: relative; font-weight: 600; color: var(--navy); font-family: var(--f-sans); font-size: .98rem; }
.area-list li::before { content: ""; position: absolute; left: 0; top: 11px; width: 11px; height: 11px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 4px var(--red-050); }
.area-map { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); }

/* ---------- Contact CTA (call-only, no form) ---------- */
.contact-cta { position: relative; background: var(--navy); color: #fff; overflow: hidden; }
.contact-cta::before { content: ""; position: absolute; inset: 0; background-image: repeating-linear-gradient(115deg, rgba(255,255,255,.03) 0 2px, transparent 2px 15px); pointer-events: none; }
.contact-cta .container { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
.contact-cta h2 { color: #fff; }
.contact-cta .cc-copy p { color: #c7d4e6; }
.contact-cta .cc-points { list-style: none; margin: 20px 0 0; padding: 0; display: grid; gap: 12px; }
.contact-cta .cc-points li { position: relative; padding-left: 32px; color: #dbe6f4; }
.contact-cta .cc-points li svg { position: absolute; left: 0; top: 3px; width: 20px; height: 20px; color: #ff9aa3; }
.callbox { background: #fff; color: var(--ink); border-radius: 10px; box-shadow: var(--shadow); padding: 36px 34px; text-align: center; border-top: 6px solid var(--red); }
.callbox .cb-tag { display: inline-block; color: var(--red); font-weight: 700; text-transform: uppercase; letter-spacing: .12em; font-size: .74rem; margin-bottom: 10px; }
.callbox h3 { color: var(--navy); font-size: 1.6rem; margin-bottom: .4rem; }
.callbox p { color: var(--muted); font-size: .98rem; margin: 0 0 18px; }
.callbox .cb-num { display: block; font-family: var(--f-serif); font-weight: 800; font-size: 2.4rem; color: var(--navy); margin-bottom: 16px; letter-spacing: -0.01em; }
.callbox .cb-num:hover { text-decoration: none; }
.callbox .cb-hours { margin: 16px 0 0; padding-top: 16px; border-top: 1px solid var(--line); font-size: .86rem; color: var(--muted); }

/* ---------- CTA band ---------- */
.callband { background: var(--red); color: #fff; position: relative; overflow: hidden; }
.callband::before { content: ""; position: absolute; inset: 0; background-image: repeating-linear-gradient(115deg, rgba(255,255,255,.05) 0 2px, transparent 2px 15px); pointer-events: none; }
.callband .container { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.callband h2 { color: #fff; margin: 0; }
.callband p { color: rgba(255,255,255,.92); margin: .35rem 0 0; }
.callband .btn-navy { background: #fff; color: var(--red); }
.callband .btn-navy:hover { background: var(--navy); color: #fff; }
.callband--navy { background: var(--navy); }
.callband--navy .btn-navy { background: var(--red); color: #fff; }
.callband--navy .btn-navy:hover { background: var(--red-600); }

/* ---------- Page hero (inner) ---------- */
.page-hero { position: relative; background: var(--navy); color: #fff; padding: 54px 0 50px; overflow: hidden; }
.page-hero::before { content: ""; position: absolute; inset: 0; background-image: repeating-linear-gradient(115deg, rgba(255,255,255,.03) 0 2px, transparent 2px 15px); pointer-events: none; }
.page-hero .container { position: relative; }
.page-hero h1 { color: #fff; }
.page-hero p { color: #c7d4e6; font-size: 1.14rem; max-width: 62ch; margin-bottom: 20px; }
.breadcrumbs { font-size: .86rem; color: #9db2ce; margin-bottom: 14px; }
.breadcrumbs a { color: #cdddec; }
.hero-actions .call-note { color: #a9bcd6; font-size: .95rem; }

/* ---------- Article / prose / sidebar ---------- */
.prose { max-width: 760px; }
.prose h2 { margin-top: 1.7em; }
.prose h3 { margin-top: 1.3em; color: var(--navy); }
.prose ul { padding-left: 1.2em; }
.prose li { margin-bottom: .5rem; }
.prose .callout { background: var(--gray-50); border-left: 4px solid var(--red); padding: 16px 20px; border-radius: 0 var(--radius) var(--radius) 0; margin: 1.4rem 0; }
.layout-wrap { display: grid; grid-template-columns: 1fr 320px; gap: 46px; align-items: start; }
.sidebar { position: sticky; top: 100px; display: grid; gap: 20px; }
.sidebar .card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-sm); }
.sidebar .card h3 { font-size: 1.1rem; color: var(--navy); }
.sidebar .call-card { background: var(--navy); color: #fff; text-align: center; border: none; }
.sidebar .call-card h3 { color: #fff; }
.sidebar .call-card p { color: #c7d4e6; }
.sidebar .call-card .num { font-family: var(--f-serif); font-weight: 800; font-size: 1.7rem; }
.sidebar .call-card .num a { color: #fff; }
.sidebar ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.sidebar ul a { font-weight: 600; color: var(--navy); }
.sidebar ul a:hover { color: var(--red); }

/* ---------- FAQ ---------- */
.faq { max-width: 850px; margin: 0 auto; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); margin-bottom: 12px; box-shadow: var(--shadow-sm); }
.faq summary { cursor: pointer; padding: 20px 22px; font-family: var(--f-serif); font-weight: 700; color: var(--navy); font-size: 1.08rem; list-style: none; display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.5rem; color: var(--red); font-weight: 700; line-height: 1; }
.faq details[open] summary::after { content: "\2013"; }
.faq details > div { padding: 0 22px 20px; color: var(--body); }
.faq details > div p:last-child { margin-bottom: 0; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-900); color: #a7bace; padding: 60px 0 26px; font-size: .96rem; }
.footer-top { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1.1fr; gap: 36px; }
.site-footer h4 { color: #fff; font-family: var(--f-sans); font-size: .82rem; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 16px; }
.site-footer a { color: #a7bace; }
.site-footer a:hover { color: #fff; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.footer-brand .wordmark { color: #fff; margin-bottom: 12px; }
.footer-brand .wordmark small { color: #8ba0b8; }
.footer-phone { font-family: var(--f-serif); font-weight: 800; font-size: 1.6rem; color: #fff; margin: 10px 0 4px; }
.footer-phone a { color: #fff; }
.foot-hours { display: grid; grid-template-columns: 1fr auto; gap: 6px 14px; }
.foot-hours span:nth-child(even) { color: #fff; text-align: right; }
.footer-social { display: flex; gap: 12px; margin-top: 14px; }
.footer-social a { width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,.08); display: grid; place-items: center; }
.footer-social a:hover { background: var(--red); }
.footer-social svg { width: 17px; height: 17px; color: #fff; }
.disclaimer { border-top: 1px solid rgba(255,255,255,.12); margin-top: 40px; padding-top: 22px; font-size: .82rem; color: #7d93ac; line-height: 1.6; }
.footer-legal { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 14px; font-size: .85rem; }

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

/* ---------- Responsive ---------- */
@media (max-width: 1000px) {
  .hero-inner { grid-template-columns: 1fr; min-height: 0; }
  .hero-copy { padding: 54px 0 40px; max-width: none; }
  .hero-media { position: relative; width: auto; height: auto; min-height: 300px; }
  .hero-media img { position: relative; height: 300px; }
  .hero-media::after { background: none; }
  .solutions { grid-template-columns: repeat(2, 1fr); }
  .band-inner { grid-template-columns: 1fr; }
  .band--flip .band-media { order: 0; }
  .band-media { min-height: 260px; }
  .valuetiles, .why-grid, .signs-grid { grid-template-columns: 1fr 1fr; }
  .steps, .steps--4 { grid-template-columns: 1fr 1fr; }
  .area-grid, .contact-cta .container { grid-template-columns: 1fr; gap: 30px; }
  .layout-wrap { grid-template-columns: 1fr; }
  .sidebar { position: static; grid-template-columns: 1fr 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .nav, .header-phone { display: none; }
  .header-inner { min-height: 64px; }
  .header-cta .btn { padding: .55rem 1rem; font-size: .95rem; }
  .menu-toggle { display: inline-flex; padding: .5rem .7rem; }
  .topbar .container { justify-content: center; gap: 16px; }
  .topbar .tb-hide { display: none; }
}
@media (max-width: 620px) {
  body { font-size: 16px; }
  .section { padding: 52px 0; }
  .solutions, .valuetiles, .why-grid, .signs-grid, .steps, .steps--4, .sidebar { grid-template-columns: 1fr; }
  .valuetiles { grid-template-columns: 1fr; }
  .area-list { columns: 1; }
  .band-copy, .band--red .band-copy, .band--navy .band-copy { padding: 44px 24px; }
  .callband .container { flex-direction: column; text-align: center; }
  main { padding-bottom: 74px; }
  .sticky-call { display: flex; position: fixed; bottom: 0; left: 0; right: 0; z-index: 60; background: var(--red); box-shadow: 0 -6px 18px rgba(0,0,0,.2); }
  .sticky-call a { flex: 1; display: flex; align-items: center; justify-content: center; gap: .5rem; padding: 15px; font-family: var(--f-sans); font-weight: 800; font-size: 1.08rem; color: #fff; }
  .sticky-call a:hover { text-decoration: none; }
}
@media (max-width: 460px) {
  .wordmark small { display: none; }
  .wordmark { font-size: 1.16rem; }
}

/* Mobile nav */
.mobile-menu { display: none; }
@media (max-width: 860px) {
  #navtoggle:checked ~ .mobile-menu { display: block; }
  .mobile-menu { position: absolute; left: 0; right: 0; top: 100%; background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); padding: 8px 0; }
  .mobile-menu a { display: block; padding: 12px 24px; font-family: var(--f-sans); font-weight: 600; color: var(--navy); border-bottom: 1px solid var(--gray-100); }
  .mobile-menu a:hover { background: var(--gray-50); text-decoration: none; }
}
