/* Columbus Rat Control — Simple Pest layout, rebuilt structure.
   Bright split hero, circular-icon service cards, home defense-zones with cutaway,
   marquee band, guarantee-style band, three-steps with photo, residential/commercial split.
   Sky-blue + orange + navy. Rat-only, connector-safe. */

:root {
  --sky: #1f9fd6;
  --sky-600: #1585b8;
  --sky-700: #0f6f9b;
  --sky-050: #e8f4fb;
  --sky-100: #d5ecf8;
  --navy: #14324f;
  --navy-800: #102942;
  --navy-900: #0b1e33;
  --orange: #f5891f;
  --orange-600: #e2770f;
  --mint: #eafaf3;
  --green: #2fae7a;
  --ink: #15293d;
  --body: #48586a;
  --muted: #6b7a89;
  --line: #e3ecf3;
  --gray-50: #f2f8fc;
  --gray-100: #e7f1f9;
  --white: #ffffff;
  --shadow: 0 18px 44px rgba(20, 50, 79, 0.13);
  --shadow-sm: 0 6px 18px rgba(20, 50, 79, 0.08);
  --radius: 18px;
  --f-display: 'Poppins', system-ui, sans-serif;
  --f-body: 'Source Sans 3', system-ui, sans-serif;
  --f-script: 'Kaushan Script', cursive;
  --maxw: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--f-body); 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(--sky-700); text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4 { font-family: var(--f-display); color: var(--ink); line-height: 1.14; margin: 0 0 .5em; font-weight: 700; letter-spacing: -0.015em; }
h1 { font-size: clamp(2.3rem, 5.4vw, 3.6rem); font-weight: 800; letter-spacing: -0.025em; }
h2 { font-size: clamp(1.8rem, 3.8vw, 2.65rem); font-weight: 800; }
h3 { font-size: 1.24rem; }
p { margin: 0 0 1.1rem; }
.acc { color: var(--sky); }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
.section { padding: 82px 0; }
.section--tight { padding: 56px 0; }
.section--gray { background: var(--gray-50); }
.eyebrow { display: inline-block; background: var(--sky-050); color: var(--sky-700); font-family: var(--f-display); font-weight: 700; text-transform: uppercase; letter-spacing: .14em; font-size: .74rem; padding: .4rem .9rem; border-radius: 999px; margin: 0 0 1rem; }
.eyebrow.center { margin-left: auto; margin-right: auto; }
.lead { font-size: 1.18rem; color: var(--body); }
.center { text-align: center; }
.measure { max-width: 720px; }
.measure.center { margin-left: auto; margin-right: auto; }
.sec-head { text-align: center; max-width: 720px; margin: 0 auto 44px; }
.sec-head .eyebrow { display: inline-block; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; font-family: var(--f-display); font-weight: 700; font-size: 1.02rem; border-radius: 999px; padding: .9rem 1.6rem; border: 2px solid transparent; cursor: pointer; transition: transform .12s ease, background .15s ease, box-shadow .15s; text-decoration: none; white-space: nowrap; }
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn-gold { background: var(--orange); color: #fff; box-shadow: 0 12px 26px rgba(245, 137, 31, .34); }
.btn-gold:hover { background: var(--orange-600); }
.btn-sky { background: var(--sky); color: #fff; box-shadow: 0 12px 26px rgba(31, 159, 214, .32); }
.btn-sky:hover { background: var(--sky-600); }
.btn-maroon { background: var(--navy); color: #fff; }
.btn-maroon:hover { background: var(--navy-800); }
.btn-outline { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-outline:hover { border-color: var(--sky); color: var(--sky-700); }
.btn-lg { font-size: 1.14rem; padding: 1.05rem 1.9rem; }
.btn-block { width: 100%; justify-content: center; }

/* Announcement bar */
.topbar { background: var(--navy); color: #dfeef8; font-size: .93rem; }
.topbar .container { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 44px; padding-top: 6px; padding-bottom: 6px; }
.topbar strong { color: #fff; }
.topbar a { color: #fff; font-weight: 700; }
.topbar .tb-msg { display: flex; align-items: center; gap: .5rem; }
.topbar .tb-phone { display: inline-flex; align-items: center; gap: .4rem; white-space: nowrap; }

/* 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: 18px; min-height: 80px; }
.brand { display: flex; align-items: center; gap: 12px; font-family: var(--f-display); font-weight: 800; color: var(--ink); font-size: 1.2rem; line-height: 1.05; }
.brand:hover { text-decoration: none; }
.brand .logo { width: 48px; height: 48px; flex: none; }
.brand small { display: block; font-size: .72rem; font-weight: 600; color: var(--sky); letter-spacing: .04em; text-transform: uppercase; }
.nav { display: flex; align-items: center; gap: 26px; }
.nav a { font-family: var(--f-display); font-weight: 600; font-size: .98rem; color: var(--ink); }
.nav a:hover { color: var(--sky-700); text-decoration: none; }
.header-cta { display: flex; align-items: center; gap: 16px; }
.header-phone { font-family: var(--f-display); font-weight: 800; color: var(--navy); font-size: 1.18rem; white-space: nowrap; display: inline-flex; align-items: center; gap: .5rem; }
.header-phone .hp-ic { width: 38px; height: 38px; border-radius: 50%; background: var(--orange); color: #fff; display: grid; place-items: center; flex: none; }
.header-phone small { display: block; font-size: .66rem; font-weight: 600; color: var(--muted); letter-spacing: .05em; text-transform: uppercase; }
.menu-toggle { display: none; }

/* ---------- HERO (bright, split, navy call card) ---------- */
.hero2 { position: relative; background:
    linear-gradient(96deg, #ffffff 0%, #ffffff 40%, rgba(255,255,255,.72) 55%, rgba(255,255,255,.15) 72%, rgba(11,30,51,.05) 100%),
    #dfeaf2 url('/images/hero.jpg') right center / cover no-repeat; }
.hero2::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(255,255,255,.0), rgba(255,255,255,.0)); pointer-events: none; }
.hero2-inner { position: relative; display: grid; grid-template-columns: 1.15fr 380px; gap: 40px; align-items: center; padding-top: 74px; padding-bottom: 84px; }
.hero2-copy h1 { color: var(--ink); }
.hero2-copy h1 .acc { color: var(--sky); }
.hero2-copy .lead { color: #33475b; max-width: 30ch; font-size: 1.24rem; margin-top: .4rem; }
.h2-checks { list-style: none; margin: 22px 0 26px; padding: 0; display: grid; gap: 12px; }
.h2-checks li { position: relative; padding-left: 34px; font-family: var(--f-display); font-weight: 600; color: var(--ink); font-size: 1.02rem; }
.h2-checks li svg { position: absolute; left: 0; top: 1px; width: 22px; height: 22px; color: var(--green); }
.hero2-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero2-actions .call-note { color: #43586b; font-size: .95rem; font-weight: 600; }

/* navy call card */
.callcard { background: var(--navy); color: #fff; border-radius: 22px; box-shadow: var(--shadow); padding: 30px 28px; border-top: 6px solid var(--orange); }
.callcard .cc-tag { display: inline-block; background: rgba(255,255,255,.12); color: #cfe6f5; font-family: var(--f-display); font-weight: 700; text-transform: uppercase; letter-spacing: .12em; font-size: .68rem; padding: .35rem .8rem; border-radius: 999px; margin-bottom: 12px; }
.callcard h3 { color: #fff; font-size: 1.42rem; margin: 0 0 .2rem; }
.callcard .cc-sub { color: #b8cfe0; font-size: .96rem; margin: 0 0 16px; }
.callcard .cc-num { display: block; font-family: var(--f-display); font-weight: 800; font-size: 2.05rem; color: #fff; letter-spacing: -0.01em; margin-bottom: 14px; }
.callcard .cc-num:hover { text-decoration: none; color: #fff; }
.callcard .cc-points { list-style: none; margin: 18px 0 0; padding: 0; display: grid; gap: 11px; }
.callcard .cc-points li { position: relative; padding-left: 28px; font-size: .95rem; color: #d7e6f1; }
.callcard .cc-points li svg { position: absolute; left: 0; top: 2px; width: 18px; height: 18px; color: #7fd0f2; }
.callcard .cc-hours { margin: 16px 0 0; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.15); font-size: .84rem; color: #9db8cc; text-align: center; }

/* ---------- Intro band + info row ---------- */
.introband { background: #fff; border-bottom: 1px solid var(--line); }
.introband .container { display: grid; grid-template-columns: 1fr 1.35fr; gap: 46px; align-items: center; padding-top: 44px; padding-bottom: 44px; }
.introband h2 { font-size: clamp(1.4rem, 2.6vw, 1.9rem); }
.introband .ib-copy p { margin: 0; color: var(--muted); font-size: 1rem; }
.ib-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.ib-stat { text-align: center; }
.ib-stat .ib-ic { width: 52px; height: 52px; margin: 0 auto 10px; border-radius: 50%; background: var(--sky-050); color: var(--sky); display: grid; place-items: center; }
.ib-stat .ib-ic svg { width: 26px; height: 26px; }
.ib-stat strong { display: block; font-family: var(--f-display); color: var(--ink); font-size: 1.02rem; }
.ib-stat span { font-size: .86rem; color: var(--muted); }

/* ---------- Icon service cards ---------- */
.icards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.icard { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px; box-shadow: var(--shadow-sm); transition: transform .14s ease, box-shadow .14s ease, border-color .14s; display: flex; flex-direction: column; }
.icard:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: var(--sky-100); text-decoration: none; }
.icard .ic-chip { width: 62px; height: 62px; border-radius: 18px; background: var(--sky-050); color: var(--sky); display: grid; place-items: center; margin-bottom: 18px; }
.icard .ic-chip svg { width: 32px; height: 32px; }
.icard h3 { color: var(--ink); font-size: 1.2rem; margin: 0 0 .4rem; }
.icard p { color: var(--muted); font-size: .96rem; margin: 0 0 1rem; flex: 1; }
.icard .ic-more { font-family: var(--f-display); font-weight: 700; color: var(--sky-700); font-size: .95rem; }

/* ---------- Defense zones (house cutaway) ---------- */
.zones { background: linear-gradient(180deg, #fff 0%, var(--gray-50) 100%); }
.zones-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.zones-media { position: relative; }
.zones-media svg { width: 100%; height: auto; border-radius: var(--radius); }
.zone-list { display: grid; gap: 16px; }
.zcard { display: grid; grid-template-columns: 58px 1fr; gap: 18px; align-items: start; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 24px; box-shadow: var(--shadow-sm); }
.zcard .z-num { width: 58px; height: 58px; border-radius: 14px; background: var(--navy); color: #fff; font-family: var(--f-display); font-weight: 800; font-size: 1.3rem; display: grid; place-items: center; }
.zcard h3 { margin: 2px 0 .3rem; font-size: 1.14rem; }
.zcard p { margin: 0; font-size: .96rem; color: var(--body); }

/* ---------- Marquee ---------- */
.marquee { background: var(--navy); overflow: hidden; padding: 30px 0; }
.marquee-track { display: flex; gap: 44px; white-space: nowrap; animation: marq 26s linear infinite; }
.marquee-track span { font-family: var(--f-display); font-weight: 800; font-size: clamp(1.6rem, 4vw, 2.8rem); letter-spacing: .02em; color: transparent; -webkit-text-stroke: 1.4px rgba(127,208,242,.55); text-stroke: 1.4px rgba(127,208,242,.55); display: inline-flex; align-items: center; gap: 44px; }
.marquee-track span::after { content: "\2022"; -webkit-text-stroke: 0; color: var(--orange); }
@keyframes marq { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee-track { animation: none; } }

/* ---------- Signs (symptom grid) ---------- */
.symptom-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.symptom-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 24px; box-shadow: var(--shadow-sm); }
.symptom-card .sy-ic { width: 46px; height: 46px; border-radius: 12px; background: var(--mint); color: var(--green); display: grid; place-items: center; margin-bottom: 14px; }
.symptom-card .sy-ic svg { width: 24px; height: 24px; }
.symptom-card h3 { font-size: 1.1rem; margin-bottom: .35rem; color: var(--ink); }
.symptom-card p { margin: 0; font-size: .96rem; color: var(--body); }

/* ---------- Promise band (photo + checklist + script) ---------- */
.promiseband { background: var(--navy-900); color: #fff; overflow: hidden; }
.promiseband .container { display: grid; grid-template-columns: 1.05fr .95fr; gap: 54px; align-items: center; }
.pb-copy .eyebrow { background: rgba(255,255,255,.12); color: #cfe6f5; }
.pb-copy h2 { color: #fff; }
.pb-script { font-family: var(--f-script); color: #7fd0f2; font-size: clamp(1.8rem, 4vw, 2.6rem); display: block; margin: 4px 0 14px; }
.pb-copy p { color: #c4d6e4; }
.pb-check { list-style: none; margin: 20px 0 26px; padding: 0; display: grid; gap: 13px; }
.pb-check li { position: relative; padding-left: 34px; color: #e4eef6; font-size: 1.02rem; }
.pb-check li svg { position: absolute; left: 0; top: 2px; width: 22px; height: 22px; color: var(--orange); }
.pb-media { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.pb-media img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 5 / 4; }

/* ---------- Three steps with photo ---------- */
.steps2-media { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); margin-bottom: 40px; }
.steps2-media img { width: 100%; aspect-ratio: 21 / 8; object-fit: cover; }
.steps2 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; counter-reset: st; }
.s2 { position: relative; padding-left: 4px; }
.s2 .s2-num { width: 52px; height: 52px; border-radius: 50%; background: var(--sky); color: #fff; font-family: var(--f-display); font-weight: 800; font-size: 1.35rem; display: grid; place-items: center; margin-bottom: 16px; box-shadow: 0 10px 22px rgba(31,159,214,.3); }
.s2 h3 { font-size: 1.16rem; }
.s2 p { color: var(--muted); font-size: .97rem; margin: 0; }

/* ---------- CTA band ---------- */
.callband { background: linear-gradient(120deg, var(--sky), var(--sky-600)); color: #fff; }
.callband .container { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.callband h2 { color: #fff; margin: 0; }
.callband p { color: #e9f6fd; margin: .3rem 0 0; }
.callband .btn-maroon { background: #fff; color: var(--sky-700); }
.callband .btn-maroon:hover { background: #eef8fd; }
.callband--gold { background: linear-gradient(120deg, var(--orange), var(--orange-600)); }
.callband--gold .btn-maroon { background: var(--navy); color: #fff; }
.callband--gold .btn-maroon:hover { background: var(--navy-800); }

/* ---------- Who we serve ---------- */
.serve-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.serve-card { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--line); background: #fff; }
.serve-card img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.serve-card .sv-body { padding: 24px 26px 26px; }
.serve-card h3 { font-size: 1.34rem; margin: 0 0 .4rem; }
.serve-card p { color: var(--muted); margin: 0 0 1rem; }
.serve-card .sv-more { font-family: var(--f-display); font-weight: 700; color: var(--sky-700); }
.priceband { margin-top: 26px; background: var(--mint); border: 1px solid #cfeede; border-radius: var(--radius); padding: 30px; text-align: center; }
.priceband h3 { font-size: 1.5rem; margin: 0 0 .3rem; }
.priceband p { color: var(--body); margin: 0 0 1rem; }

/* ---------- Service area ---------- */
.area-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 46px; align-items: center; }
.area-list { columns: 2; column-gap: 26px; margin: 18px 0 0; padding: 0; list-style: none; }
.area-list li { break-inside: avoid; padding: 7px 0 7px 26px; position: relative; font-weight: 600; color: var(--ink); font-family: var(--f-display); font-size: .98rem; }
.area-list li::before { content: ""; position: absolute; left: 0; top: 12px; width: 12px; height: 12px; border-radius: 50%; background: var(--sky); box-shadow: 0 0 0 4px rgba(31,159,214,.18); }
.area-map { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); }

/* ---------- FAQ ---------- */
.faq { max-width: 840px; margin: 0 auto; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: 14px; margin-bottom: 12px; box-shadow: var(--shadow-sm); }
.faq summary { cursor: pointer; padding: 20px 22px; font-family: var(--f-display); font-weight: 700; color: var(--ink); font-size: 1.06rem; 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(--sky); font-weight: 700; }
.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; }

/* ---------- Page hero (inner) ---------- */
.page-hero { background: linear-gradient(120deg, var(--navy), var(--navy-800)); color: #fff; padding: 54px 0 48px; }
.page-hero h1 { color: #fff; }
.page-hero p { color: #d5e6f1; font-size: 1.16rem; max-width: 60ch; margin-bottom: 20px; }
.breadcrumbs { font-size: .88rem; color: #a7c6db; margin-bottom: 14px; }
.breadcrumbs a { color: #d3e6f2; }
.page-hero .hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-top: 8px; }
.page-hero .eyebrow { background: rgba(255,255,255,.16); color: #fff; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.call-note { color: #d6e6f0; font-size: .95rem; }

/* ---------- Article / prose / sidebar ---------- */
.prose { max-width: 760px; }
.prose h2 { margin-top: 1.8em; }
.prose h3 { margin-top: 1.4em; }
.prose ul { padding-left: 1.2em; }
.prose li { margin-bottom: .5rem; }
.prose .callout { background: var(--sky-050); border-left: 4px solid var(--sky); padding: 16px 20px; border-radius: 0 12px 12px 0; margin: 1.4rem 0; }
.layout-wrap { display: grid; grid-template-columns: 1fr 322px; gap: 46px; align-items: start; }
.sidebar { position: sticky; top: 104px; 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; }
.sidebar .call-card { background: var(--navy); color: #fff; text-align: center; border: none; }
.sidebar .call-card h3 { color: #fff; }
.sidebar .call-card .num { font-family: var(--f-display); font-weight: 800; font-size: 1.55rem; color: #fff; }
.sidebar ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.sidebar ul a { font-weight: 600; }

/* services index cards reuse icard grid via .icards */

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-900); color: #b9cdda; padding: 62px 0 28px; font-size: .96rem; }
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.1fr; gap: 36px; }
.site-footer h4 { color: #fff; font-size: .96rem; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 16px; }
.site-footer a { color: #b9cdda; }
.site-footer a:hover { color: #fff; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.footer-brand .logo { width: 50px; height: 50px; margin-bottom: 12px; }
.footer-phone { font-family: var(--f-display); font-weight: 800; font-size: 1.6rem; color: #fff; margin: 8px 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; }
.disclaimer { border-top: 1px solid rgba(255,255,255,.14); margin-top: 40px; padding-top: 22px; font-size: .84rem; color: #8ca6b6; line-height: 1.6; }
.footer-legal { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 14px; font-size: .86rem; }

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

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero2 { background: #fff; }
  .hero2-inner { grid-template-columns: 1fr; gap: 26px; padding-top: 44px; padding-bottom: 52px; }
  .hero2-media-m { display: block; }
  .introband .container { grid-template-columns: 1fr; gap: 26px; }
  .icards, .steps2 { grid-template-columns: repeat(2, 1fr); }
  .symptom-grid { grid-template-columns: repeat(2, 1fr); }
  .zones-grid, .promiseband .container, .serve-grid, .area-grid { grid-template-columns: 1fr; gap: 30px; }
  .layout-wrap { grid-template-columns: 1fr; }
  .sidebar { position: static; grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 820px) {
  .nav, .header-phone { display: none; }
  .header-inner { min-height: 66px; gap: 12px; }
  .brand { font-size: 1.06rem; gap: 9px; }
  .brand .logo { width: 42px; height: 42px; }
  .header-cta { gap: 10px; }
  .header-cta .btn-gold { padding: .58rem 1.05rem; font-size: .95rem; }
  .menu-toggle { display: inline-flex; padding: .5rem .7rem; }
  .topbar .tb-msg { display: none; }
  .topbar .container { justify-content: center; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .section { padding: 54px 0; }
  .icards, .steps2, .symptom-grid, .ib-stats, .sidebar { grid-template-columns: 1fr; }
  .ib-stats { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: 1fr; }
  .area-list { columns: 1; }
  .callband .container { flex-direction: column; text-align: center; }
  main { padding-bottom: 76px; }
  .sticky-call { display: flex; position: fixed; bottom: 0; left: 0; right: 0; z-index: 60; background: var(--orange); box-shadow: 0 -6px 18px rgba(0,0,0,.18); }
  .sticky-call a { flex: 1; display: flex; align-items: center; justify-content: center; gap: .5rem; padding: 15px; font-family: var(--f-display); font-weight: 800; font-size: 1.1rem; color: #fff; }
  .sticky-call a:hover { text-decoration: none; }
}
@media (max-width: 460px) {
  .brand small { display: none; }
  .brand { font-size: 1rem; }
  .header-cta .btn-gold { padding: .5rem .85rem; font-size: .9rem; }
}

/* Mobile nav */
.mobile-menu { display: none; }
@media (max-width: 820px) {
  #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: 10px 0; }
  .mobile-menu a { display: block; padding: 12px 22px; font-family: var(--f-display); font-weight: 600; color: var(--ink); border-bottom: 1px solid var(--gray-100); }
  .mobile-menu a:hover { background: var(--gray-50); text-decoration: none; }
}
