/* =========================================================
   Best Pest — Veteran & family owned · Coeur d'Alene, ID
   Palette: GOLD #F1C824 (sampled from logo) · BLACK #0E0F11 · WHITE / warm cream
   Type:    Poppins (display) · Open Sans (body)
   ========================================================= */

:root {
  --gold: #F1C824;        /* logo core gold (sampled) */
  --gold-soft: #FBDD4E;   /* logo highlight — hover/accents on dark */
  --gold-deep: #936B0A;   /* darkened logo bronze — text/icons on light (WCAG AA) */
  --ink: #0E0F11;
  --ink-2: #16181B;
  --ink-3: #21242a;
  --white: #FFFFFF;
  --cream: #FBF8F1;
  --paper: #FFFFFF;
  --foreground: #16181B;
  --muted-ink: #5B6168;
  --border: #ECE4D2;
  --border-strong: #E0D4B8;

  --font-display: "Poppins", system-ui, sans-serif;
  --font-body: "Open Sans", system-ui, sans-serif;

  --container: 1180px;
  --radius-sm: 10px;
  --radius: 16px;
  --radius-lg: 24px;

  --shadow-sm: 0 1px 2px rgba(14,15,17,.06), 0 1px 3px rgba(14,15,17,.08);
  --shadow-md: 0 8px 24px -8px rgba(14,15,17,.18);
  --shadow-lg: 0 26px 60px -22px rgba(14,15,17,.45);
  --shadow-card: 0 2px 4px rgba(14,15,17,.04), 0 12px 32px -14px rgba(14,15,17,.14);
  --shadow-gold: 0 10px 24px -10px rgba(241,200,36,.7);

  --ease: cubic-bezier(.22, 1, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: var(--font-body); color: var(--foreground); background: var(--cream); line-height: 1.6; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow-x: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; padding: 0; }
button { font: inherit; cursor: pointer; }
h1, h2, h3, h4 { font-family: var(--font-display); line-height: 1.1; letter-spacing: -.02em; font-weight: 700; }
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 24px; }

.skip-link { position: absolute; left: 16px; top: -60px; background: var(--ink); color: #fff; padding: 10px 16px; border-radius: var(--radius-sm); z-index: 300; transition: top .2s var(--ease); }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid var(--gold-deep); outline-offset: 2px; border-radius: 6px; }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; font-family: var(--font-display); font-weight: 600; font-size: .98rem; padding: .72rem 1.25rem; border-radius: 999px; border: 1.6px solid transparent; cursor: pointer; white-space: nowrap; transition: transform .18s var(--ease), box-shadow .25s var(--ease), background .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease); }
.btn:active { transform: translateY(1px) scale(.99); }
.btn-sm { padding: .55rem 1rem; font-size: .9rem; }
.btn-lg { padding: .95rem 1.7rem; font-size: 1.05rem; }
.btn-block { width: 100%; }

.btn-primary { background: var(--gold); color: var(--ink); box-shadow: var(--shadow-gold); }
.btn-primary:hover { background: var(--gold-soft); transform: translateY(-2px); box-shadow: 0 16px 30px -10px rgba(241,200,36,.8); }

.btn-ghost { background: var(--paper); color: var(--ink); border-color: var(--border-strong); box-shadow: var(--shadow-sm); }
.btn-ghost:hover { border-color: var(--gold-deep); color: var(--gold-deep); transform: translateY(-2px); }

.btn-ghost-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.4); }
.btn-ghost-light:hover { background: rgba(255,255,255,.1); border-color: var(--gold); color: var(--gold-soft); transform: translateY(-2px); }

.btn-outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.5); }
.btn-outline-light:hover { background: rgba(255,255,255,.12); border-color: #fff; transform: translateY(-2px); }

/* ---------- Top bar ---------- */
.topbar { background: var(--ink); color: #d9dde2; font-size: .85rem; }
.topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; height: 38px; }
.topbar-item { font-weight: 500; letter-spacing: .01em; }
.topbar-call { font-family: var(--font-display); font-weight: 600; color: var(--gold-soft); transition: color .2s var(--ease); }
.topbar-call:hover { color: #fff; }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(251,248,241,.85); backdrop-filter: saturate(160%) blur(14px); border-bottom: 1px solid transparent; transition: border-color .3s var(--ease), box-shadow .3s var(--ease), background .3s var(--ease); }
.site-header.scrolled { border-bottom-color: var(--border); box-shadow: var(--shadow-sm); background: rgba(251,248,241,.94); }
.nav-inner { display: flex; align-items: center; gap: 1.5rem; height: 70px; }
.brand { display: inline-flex; align-items: center; gap: .55rem; font-family: var(--font-display); font-weight: 800; font-size: 1.28rem; letter-spacing: .02em; }
.brand-mark { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 11px; color: var(--gold); background: var(--ink); box-shadow: 0 6px 14px -4px rgba(14,15,17,.5); }
.brand-text { color: var(--ink); }
.brand-accent { color: var(--gold-deep); }
/* logo image: white chip makes the white-background JPEG read as intentional */
.brand-logo { height: 50px; width: auto; display: block; background: #fff; border-radius: 12px; padding: 4px 8px; box-shadow: 0 2px 8px -2px rgba(14,15,17,.18); }
.nav-links { display: flex; gap: 1.6rem; margin-left: auto; }
.nav-links a { font-weight: 600; font-size: .96rem; color: #2c2f34; position: relative; padding: .25rem 0; transition: color .2s var(--ease); }
.nav-links a::after { content: ""; position: absolute; left: 0; bottom: -2px; height: 2px; width: 0; background: var(--gold); transition: width .25s var(--ease); }
.nav-links a:hover { color: var(--gold-deep); }
.nav-links a:hover::after { width: 100%; }
.nav-cta { display: flex; align-items: center; gap: 1rem; }
.phone { display: inline-flex; align-items: center; gap: .45rem; font-family: var(--font-display); font-weight: 700; color: var(--ink); font-size: .98rem; transition: color .2s var(--ease); }
.phone:hover { color: var(--gold-deep); }

/* ---------- Hero (dark) ---------- */
.hero { position: relative; background: var(--ink); color: #fff; padding: clamp(2.5rem, 6vw, 4.5rem) 0 3.5rem; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: 0; background: radial-gradient(60% 55% at 85% 5%, rgba(241,200,36,.22), transparent 60%), radial-gradient(55% 50% at 5% 100%, rgba(241,200,36,.10), transparent 60%); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: 0; opacity: .5; background-image: radial-gradient(rgba(255,255,255,.05) 1px, transparent 1px); background-size: 24px 24px; mask-image: linear-gradient(#000, transparent 75%); }
.hero-glow { position: absolute; z-index: 0; top: -120px; right: -60px; width: 460px; height: 460px; background: radial-gradient(circle, rgba(241,200,36,.3), transparent 70%); filter: blur(20px); }
.hero-grid, .hero > .container { position: relative; z-index: 1; }
.hero-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(2rem, 4vw, 4rem); align-items: center; }

.eyebrow { display: inline-flex; align-items: center; gap: .5rem; font-family: var(--font-display); font-weight: 600; font-size: .8rem; letter-spacing: .04em; text-transform: uppercase; color: var(--gold-soft); background: rgba(241,200,36,.1); border: 1px solid rgba(241,200,36,.3); padding: .4rem .85rem; border-radius: 999px; }
.eyebrow .star { color: var(--gold); }
.hero-copy h1 { font-size: clamp(2.3rem, 5.2vw, 3.8rem); font-weight: 800; margin: 1.1rem 0; color: #fff; }
.hero-copy h1 .hl { color: var(--gold); }
.lede { font-size: clamp(1.05rem, 1.6vw, 1.2rem); color: #c4c9d0; max-width: 42ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; margin: 1.8rem 0 1.4rem; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 1rem 1.6rem; }
.hero-trust li { display: inline-flex; align-items: center; gap: .4rem; font-weight: 600; font-size: .95rem; color: #e4e7eb; }
.hero-trust svg { color: var(--gold); }

/* hero photo (framed) */
.hero-photo { position: relative; margin: 0; align-self: center; aspect-ratio: 1 / 1.04; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); border: 3px solid rgba(241,200,36,.45); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 42%; display: block; }
.hero-photo-cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 1.8rem 1.3rem 1rem; background: linear-gradient(to top, rgba(14,15,17,.9), rgba(14,15,17,.4) 55%, transparent); color: #fff; }
.hero-photo-cap strong { display: block; font-family: var(--font-display); font-weight: 700; font-size: 1.25rem; }
.hero-photo-cap span { display: block; margin-top: .15rem; color: var(--gold-soft); font-weight: 600; font-size: .82rem; }

/* quote card */
.quote-card { background: var(--paper); color: var(--foreground); border: 1px solid var(--border); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); padding: 1.7rem; position: relative; }
.quote-card::before { content: "Fast & Free"; position: absolute; top: -13px; right: 22px; background: var(--gold); color: var(--ink); font-family: var(--font-display); font-weight: 700; font-size: .72rem; letter-spacing: .03em; text-transform: uppercase; padding: .35rem .8rem; border-radius: 999px; box-shadow: var(--shadow-gold); }
.quote-card-head h2 { font-size: 1.4rem; color: var(--ink); }
.quote-card-head p { color: var(--muted-ink); font-size: .95rem; margin-top: .35rem; }
.quote-form { margin-top: 1.2rem; display: grid; gap: .85rem; }
.field { display: grid; gap: .35rem; }
.field label { font-family: var(--font-display); font-weight: 600; font-size: .85rem; color: #2c2f34; }
.field input, .field select { font: inherit; padding: .78rem .9rem; border-radius: var(--radius-sm); border: 1.6px solid var(--border-strong); background: #fff; color: var(--foreground); transition: border-color .2s var(--ease), box-shadow .2s var(--ease); }
.field input::placeholder { color: #9aa0a8; }
.field input:focus, .field select:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 4px rgba(241,200,36,.16); }
.form-note { font-size: .92rem; font-weight: 600; min-height: 0; }
.form-note.ok { color: #1d7a35; }
.form-note.err { color: #c0392b; }
.form-call { display: block; text-align: center; font-size: .9rem; font-weight: 600; color: var(--gold-deep); }
.form-call:hover { text-decoration: underline; }

/* trust strip */
.trust-strip { margin-top: 3rem; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 1rem 1.6rem; padding: 1.1rem 1.4rem; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); }
.trust-strip li { color: #c4c9d0; font-size: .96rem; }
.trust-strip strong { color: var(--gold-soft); font-family: var(--font-display); }
.trust-strip .sep { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,.25); }

/* ---------- Stats ---------- */
.stats { padding: 2.6rem 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.stat { text-align: center; padding: 1.5rem 1rem; background: var(--paper); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow-sm); border-top: 3px solid var(--gold); }
.stat-num { display: block; font-family: var(--font-display); font-weight: 800; font-size: clamp(1.9rem, 3.4vw, 2.6rem); color: var(--ink); letter-spacing: -.03em; line-height: 1; }
.stat-label { display: block; margin-top: .4rem; font-size: .88rem; font-weight: 600; color: var(--muted-ink); }

/* ---------- Booking (form) ---------- */
.booking { background: var(--white); }
.booking-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 4vw, 3.5rem); align-items: center; }
.booking-intro h2 { font-size: clamp(1.8rem, 3.2vw, 2.4rem); color: var(--ink); margin: .5rem 0 .8rem; }
.booking-intro .section-sub a { color: var(--gold-deep); font-weight: 700; white-space: nowrap; }
.booking-points { display: grid; gap: .65rem; margin-top: 1.4rem; }
.booking-points li { display: flex; align-items: center; gap: .6rem; font-weight: 600; color: #2c2f34; }
.booking-points svg { color: var(--gold-deep); flex: none; }

/* ---------- Sections ---------- */
.section { padding: clamp(3.5rem, 7vw, 5.5rem) 0; }
.section-head { max-width: 46rem; margin: 0 auto 3rem; text-align: center; }
.kicker { font-family: var(--font-display); font-weight: 700; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-deep); }
.section-head h2 { font-size: clamp(1.8rem, 3.4vw, 2.5rem); margin: .6rem 0 .8rem; color: var(--ink); }
.section-sub { color: #4a4f55; font-size: 1.06rem; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }

/* ---------- Recurring plan feature ---------- */
.plan-feature { background: var(--white); }
.plan-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 4vw, 3.5rem); align-items: center; }
.plan-copy h2 { font-size: clamp(1.9rem, 3.4vw, 2.6rem); color: var(--ink); margin: .5rem 0 .8rem; }
.plan-list { display: grid; gap: .8rem; margin: 1.5rem 0; }
.plan-list li { display: grid; grid-template-columns: auto 1fr; gap: .7rem; align-items: start; font-weight: 500; color: #2c2f34; }
.plan-list svg { color: var(--gold-deep); margin-top: .15rem; }
.plan-actions { display: flex; flex-wrap: wrap; gap: .9rem; }
.plan-card { position: relative; background: var(--ink); color: #fff; border-radius: var(--radius-lg); padding: 2rem 1.8rem; box-shadow: var(--shadow-lg); overflow: hidden; }
.plan-card::before { content: ""; position: absolute; inset: 0; opacity: .5; background-image: radial-gradient(rgba(241,200,36,.16) 1px, transparent 1px); background-size: 20px 20px; mask-image: radial-gradient(120% 120% at 100% 0%, #000, transparent 70%); }
.plan-badge { position: relative; display: inline-block; font-family: var(--font-display); font-weight: 700; font-size: .74rem; letter-spacing: .04em; text-transform: uppercase; color: var(--ink); background: var(--gold); padding: .3rem .7rem; border-radius: 999px; margin-bottom: 1rem; }
.plan-card h3 { position: relative; color: #fff; font-size: 1.3rem; margin-bottom: 1rem; }
.plan-pests { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: .5rem .8rem; margin-bottom: 1.2rem; }
.plan-pests li { display: flex; align-items: center; gap: .5rem; color: #d9dde2; font-size: .96rem; }
.plan-pests li::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); flex: none; }
.plan-note { position: relative; color: #9aa0a8; font-size: .9rem; border-top: 1px solid rgba(255,255,255,.12); padding-top: 1rem; }

/* ---------- Services ---------- */
.services { background: var(--cream); }
.service-card { position: relative; background: var(--paper); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 1.7rem; box-shadow: var(--shadow-card); transition: transform .25s var(--ease), box-shadow .3s var(--ease), border-color .25s var(--ease); overflow: hidden; }
.service-card::after { content: ""; position: absolute; left: 0; top: 0; height: 4px; width: 100%; background: linear-gradient(90deg, var(--gold), var(--gold-soft)); transform: scaleX(0); transform-origin: left; transition: transform .3s var(--ease); }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: var(--border-strong); }
.service-card:hover::after { transform: scaleX(1); }
.service-card.feature { border-color: var(--gold); box-shadow: 0 0 0 1px var(--gold), var(--shadow-card); }
.service-tag { position: absolute; top: 1.2rem; right: 1.2rem; font-family: var(--font-display); font-weight: 700; font-size: .68rem; letter-spacing: .04em; text-transform: uppercase; color: var(--ink); background: var(--gold); padding: .25rem .55rem; border-radius: 999px; }
.service-ico { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 14px; color: var(--gold-deep); background: rgba(241,200,36,.12); border: 1px solid rgba(241,200,36,.3); margin-bottom: 1.1rem; transition: background .25s var(--ease), color .25s var(--ease), transform .25s var(--ease); }
.service-card:hover .service-ico { background: var(--ink); color: var(--gold); transform: rotate(-6deg) scale(1.06); }
.service-card h3 { font-size: 1.22rem; margin-bottom: .45rem; color: var(--ink); }
.service-card p { color: #4a4f55; font-size: .97rem; }

/* ---------- Why ---------- */
.why { background: var(--white); }
.why-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.why-copy h2 { font-size: clamp(1.8rem, 3.2vw, 2.4rem); color: var(--ink); margin-bottom: .8rem; }
.why-list { display: grid; gap: 1.1rem; margin-top: 1.8rem; }
.why-list li { display: grid; grid-template-columns: auto 1fr; gap: .9rem; align-items: start; }
.why-list svg { color: var(--gold-deep); margin-top: .15rem; }
.why-list strong { font-family: var(--font-display); color: var(--ink); }
.why-list div { color: #4a4f55; }
.why-badges { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.1rem; }
.badge-card { background: var(--cream); border: 1px solid var(--border); border-radius: var(--radius); padding: 1.6rem 1rem; text-align: center; box-shadow: var(--shadow-card); transition: transform .25s var(--ease), box-shadow .3s var(--ease); }
.badge-card:nth-child(odd) { transform: translateY(12px); }
.badge-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.badge-card:nth-child(odd):hover { transform: translateY(6px); }
.badge-ring { display: grid; place-items: center; width: 70px; height: 70px; margin: 0 auto .7rem; border-radius: 50%; font-family: var(--font-display); font-weight: 800; font-size: 1.1rem; color: var(--ink); background: rgba(241,200,36,.14); border: 2px solid var(--gold); }
.badge-ring.badge-shield { color: var(--gold-deep); }
.badge-card p { font-weight: 600; color: #2c2f34; font-size: .95rem; }

/* ---------- Meet the Owner (founder story) ---------- */
.owner { background: var(--white); }
.owner-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.owner-card { position: relative; margin: 0; aspect-ratio: 4 / 5; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); border: 1px solid var(--border); }
.owner-card img { width: 100%; height: 100%; object-fit: cover; object-position: 58% 55%; display: block; }
.owner-caption { position: absolute; left: 0; right: 0; bottom: 0; padding: 2rem 1.4rem 1.15rem; background: linear-gradient(to top, rgba(14,15,17,.92), rgba(14,15,17,.5) 55%, transparent); color: #fff; }
.owner-caption strong { display: block; font-family: var(--font-display); font-weight: 700; font-size: 1.35rem; letter-spacing: -.01em; }
.owner-caption span { display: block; margin-top: .2rem; color: var(--gold-soft); font-weight: 600; font-size: .85rem; }
.owner-copy h2 { font-size: clamp(1.8rem, 3.2vw, 2.4rem); color: var(--ink); margin: .5rem 0 1rem; }
.owner-copy p { color: #4a4f55; margin-bottom: 1rem; }
.owner-sign { font-family: var(--font-display); font-weight: 600; color: var(--ink) !important; font-size: 1.1rem; border-left: 3px solid var(--gold); padding-left: 1rem; }
.owner-name { font-family: var(--font-display); font-weight: 700; color: var(--gold-deep) !important; margin-bottom: 0 !important; }

/* ---------- Our Promise (warm, family/pet care) ---------- */
.promise { position: relative; background: var(--cream); overflow: hidden; }
.promise::before { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 60% at 50% -10%, rgba(241,200,36,.16), transparent 60%); pointer-events: none; }
.promise .container { position: relative; }
.promise-grid { margin-top: 0; }
.promise-card { background: var(--paper); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 2rem 1.7rem; box-shadow: var(--shadow-card); text-align: center; transition: transform .25s var(--ease), box-shadow .3s var(--ease); }
.promise-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.promise-ico { display: grid; place-items: center; width: 64px; height: 64px; margin: 0 auto 1.1rem; border-radius: 50%; color: var(--gold-deep); background: rgba(241,200,36,.14); border: 2px solid var(--gold); transition: background .25s var(--ease), color .25s var(--ease), transform .25s var(--ease); }
.promise-card:hover .promise-ico { background: var(--ink); color: var(--gold); transform: scale(1.06); }
.promise-card h3 { font-size: 1.25rem; color: var(--ink); margin-bottom: .55rem; }
.promise-card p { color: #4a4f55; font-size: .98rem; }

/* ---------- Areas served ---------- */
.areas { background: var(--cream); }
.area-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: .9rem; max-width: 880px; margin: 0 auto; }
.area-list li { display: flex; align-items: center; gap: .55rem; background: var(--paper); border: 1px solid var(--border); border-radius: var(--radius-sm); padding: .8rem 1rem; font-weight: 600; color: #2c2f34; box-shadow: var(--shadow-sm); transition: transform .2s var(--ease), border-color .2s var(--ease); }
.area-list li::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); flex: none; }
.area-list li:hover { transform: translateY(-3px); border-color: var(--gold); }

/* ---------- Process ---------- */
.process { background: var(--white); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.step { background: var(--cream); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 2rem 1.6rem 1.7rem; box-shadow: var(--shadow-card); transition: transform .25s var(--ease), box-shadow .3s var(--ease); }
.step:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.step-num { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 16px; font-family: var(--font-display); font-weight: 800; font-size: 1.4rem; color: var(--ink); background: var(--gold); box-shadow: var(--shadow-gold); margin-bottom: 1.1rem; }
.step h3 { font-size: 1.3rem; margin-bottom: .5rem; color: var(--ink); }
.step p { color: #4a4f55; }

/* ---------- Reviews / Google CTA ---------- */
.reviews { background: var(--cream); }
.reviews-inner { max-width: 620px; margin: 0 auto; text-align: center; }
.g-stars { color: var(--gold); font-size: 1.6rem; letter-spacing: .15em; margin-bottom: 1rem; }
.reviews-inner h2 { font-size: clamp(1.7rem, 3.2vw, 2.3rem); color: var(--ink); margin-bottom: .8rem; }
.reviews-actions { display: flex; flex-wrap: wrap; gap: .9rem; justify-content: center; margin-top: 1.6rem; }
.btn-stars { display: inline-flex; align-items: center; gap: 1px; }
.btn-stars svg { display: block; }

/* ---------- FAQ ---------- */
.faq { background: var(--white); }
.faq-wrap { max-width: 760px; margin: 0 auto; }
.faq-list { display: grid; gap: .8rem; }
.faq-list details { background: var(--cream); border: 1px solid var(--border); border-radius: var(--radius); padding: 0 1.3rem; transition: border-color .2s var(--ease), box-shadow .25s var(--ease); }
.faq-list details[open] { border-color: var(--gold); box-shadow: var(--shadow-sm); }
.faq-list summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.15rem 0; font-family: var(--font-display); font-weight: 600; font-size: 1.05rem; color: var(--ink); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list .chev { width: 12px; height: 12px; border-right: 2.4px solid var(--gold-deep); border-bottom: 2.4px solid var(--gold-deep); transform: rotate(45deg); transition: transform .25s var(--ease); flex: none; }
.faq-list details[open] .chev { transform: rotate(225deg); }
.faq-list p { color: #4a4f55; padding: 0 0 1.2rem; margin-top: -.2rem; }

/* ---------- CTA band ---------- */
.cta-band { position: relative; overflow: hidden; background: var(--ink); color: #fff; }
.cta-band::before { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 100% at 85% 0%, rgba(241,200,36,.22), transparent 60%); }
.cta-band::after { content: ""; position: absolute; inset: 0; opacity: .4; background-image: radial-gradient(rgba(255,255,255,.06) 1px, transparent 1px); background-size: 26px 26px; mask-image: radial-gradient(120% 120% at 80% 0%, #000, transparent 70%); }
.cta-inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; padding: clamp(2.6rem, 5vw, 3.8rem) 24px; }
.cta-inner h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); color: #fff; }
.cta-inner p { margin-top: .5rem; color: #c4c9d0; font-size: 1.08rem; max-width: 48ch; }
.cta-actions { display: flex; flex-wrap: wrap; gap: .9rem; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: #b8bdc4; padding: 3.5rem 0 2rem; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 2rem; }
.footer-logo { height: 76px; width: auto; display: block; background: #fff; border-radius: 14px; padding: 8px 12px; box-shadow: 0 6px 18px -6px rgba(0,0,0,.5); }
.footer-brand p { margin-top: 1rem; color: #8b9097; font-size: .95rem; max-width: 36ch; }
.footer-nap { margin-top: 1rem !important; color: #b8bdc4 !important; }
.footer-nap strong { color: #fff; }
.footer-nap a { color: var(--gold-soft); }
.footer-col h4 { font-family: var(--font-display); color: #fff; font-size: 1rem; margin-bottom: .9rem; }
.footer-col a, .footer-hours { display: block; color: #b8bdc4; font-size: .95rem; padding: .25rem 0; transition: color .2s var(--ease); }
.footer-col a:hover { color: var(--gold-soft); }
.footer-hours { color: #8b9097; }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: .6rem; margin-top: 2.6rem; padding-top: 1.6rem; border-top: 1px solid rgba(255,255,255,.1); color: #8b9097; font-size: .86rem; }

/* ---------- Sticky mobile call bar ---------- */
.mobile-callbar { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; align-items: center; justify-content: center; gap: .55rem; background: var(--gold); color: var(--ink); font-family: var(--font-display); font-weight: 700; font-size: 1.02rem; padding: .95rem; box-shadow: 0 -8px 24px -8px rgba(14,15,17,.4); }

/* ---------- Reveal + motion ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.card-grid .reveal:nth-child(2), .stats-grid .reveal:nth-child(2), .steps .reveal:nth-child(2) { transition-delay: .08s; }
.card-grid .reveal:nth-child(3), .stats-grid .reveal:nth-child(3), .steps .reveal:nth-child(3) { transition-delay: .16s; }
.card-grid .reveal:nth-child(4), .stats-grid .reveal:nth-child(4) { transition-delay: .24s; }
.card-grid .reveal:nth-child(5) { transition-delay: .32s; }
.card-grid .reveal:nth-child(6) { transition-delay: .4s; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-photo { max-width: 440px; margin-inline: auto; }
  .booking-grid { grid-template-columns: 1fr; }
  .booking-intro { max-width: 460px; }
  .quote-card { max-width: 460px; }
  .plan-grid, .why-grid, .owner-grid { grid-template-columns: 1fr; }
  .owner-portrait { max-width: 380px; margin-inline: auto; }
  .owner-card { aspect-ratio: 4 / 5; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .area-list { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .nav-links { display: none; }
  .phone span { display: none; }
  .topbar-item { display: none; }
  .topbar-inner { justify-content: center; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: 1fr; }
  .area-list { grid-template-columns: repeat(2, 1fr); }
  .cta-inner { flex-direction: column; align-items: flex-start; }
  .mobile-callbar { display: flex; }
  main { padding-bottom: 56px; }
}
@media (max-width: 560px) {
  .card-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .btn-lg { width: 100%; }
  .hero-actions, .plan-actions, .reviews-actions { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}
