/* ============================================================
   Viper Drain Cleaning & Plumbing — mockup build
   Palette sampled from the real logo:
   green #54B424 / #246C0C · gold #F79A1F / #FCCC3C · ink #0C0C0C
   Type: Alfa Slab One (display, matches mascot weight) + Hanken Grotesk
   ============================================================ */

:root {
  --ink:          #131711;
  --ink-muted:    #4B554A;
  --paper:        #FFFFFF;
  --paper-alt:    #F3F6EF;
  --brand-deep:   #14350C;   /* footer, hero scrim, dark bands */
  --brand:        #256B10;   /* primary green */
  --brand-bright: #54B424;   /* viper green accents, checks */
  --accent:       #F79A1F;   /* CTA gold */
  --accent-dark:  #DE8608;
  --gold-star:    #FCB93C;
  --rule:         rgba(19, 23, 17, .12);
  --rule-light:   rgba(255, 255, 255, .16);

  --f-display: "Alfa Slab One", "Rockwell", serif;
  --f-body: "Hanken Grotesk", "Helvetica Neue", Arial, sans-serif;

  --fs-display-lg: clamp(38px, 5.2vw, 68px);
  --fs-display-md: clamp(28px, 3.4vw, 44px);
  --fs-display-sm: 22px;
  --fs-body-lg: 18px;
  --fs-body: 16.5px;
  --fs-body-sm: 14px;

  --container: 1240px;
  --gutter: 24px;          /* ONE gutter token — nothing else pads the page edge */
  --sec-pad: 96px;
  --radius: 14px;
  --radius-lg: 20px;
  --radius-pill: 999px;
  --shadow-card: 0 10px 30px rgba(19, 23, 17, .10);
  --shadow-btn: 0 6px 0 rgba(19, 23, 17, .28);
  --shadow-btn-hover: 0 9px 0 rgba(19, 23, 17, .24);
}

@media (max-width: 768px) {
  :root { --sec-pad: 56px; --gutter: 20px; }
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { overflow-x: clip; }
body {
  font-family: var(--f-body);
  font-size: var(--fs-body);
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
}
img { max-width: 100%; display: block; }
a { color: var(--brand); }
ul { list-style: none; }

.container {
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
  width: 100%;
}
/* never flex .container itself — flex children of it instead */

section { padding-block: var(--sec-pad); }

/* ---------- type ---------- */
h1, h2, h3, .display { font-family: var(--f-display); font-weight: 400; line-height: 1.12; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 13px; font-weight: 800; letter-spacing: .14em;
  text-transform: uppercase; color: var(--brand);
  margin-bottom: 14px; white-space: nowrap;
}
.eyebrow::before { content: ""; width: 26px; height: 3px; background: var(--accent); border-radius: 2px; flex: none; }
.sec-head { max-width: 760px; margin-bottom: 44px; }
.sec-head h2 { font-size: var(--fs-display-md); color: var(--ink); margin-bottom: 12px; }
.sec-head p { color: var(--ink-muted); font-size: var(--fs-body-lg); }
.sec-head.center { margin-inline: auto; text-align: center; }
.sec-head.center .eyebrow { justify-content: center; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--f-body); font-weight: 800; letter-spacing: .06em;
  text-transform: uppercase; text-decoration: none; text-align: center;
  font-size: 15px; padding: 17px 30px; border-radius: var(--radius-pill);
  border: 0; cursor: pointer; box-shadow: var(--shadow-btn);
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-3px); box-shadow: var(--shadow-btn-hover); }
.btn-gold { background: var(--accent); color: #131711; }
.btn-gold:hover { background: #FFAA33; }
.btn-green { background: var(--brand); color: #fff; }
.btn-green:hover { background: #2E7F16; }
.btn-white { background: #fff; color: var(--brand-deep); }
.btn svg { width: 18px; height: 18px; flex: none; }

/* ---------- utility bar ---------- */
.utility {
  background: var(--brand-deep); color: #fff;
  font-size: 13.5px; font-weight: 700; letter-spacing: .04em;
}
.utility .container { display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 38px; }
.utility span { white-space: nowrap; }
.utility .u-offer { color: var(--gold-star); }
.utility .u-short { display: none; }
@media (max-width: 640px) {
  .utility .container { justify-content: center; }
  .utility .u-offer, .utility .u-full { display: none; }
  .utility .u-short { display: block; }
}

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 900;
  background: #fff; box-shadow: 0 2px 18px rgba(19,23,17,.10);
}
.header-main .container { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 10px; }
.brand-lockup { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-lockup img { width: 84px; height: auto; }
.brand-text { line-height: 1.1; }
.brand-text .brand-name { font-family: var(--f-display); font-size: 21px; color: var(--brand-deep); letter-spacing: .01em; }
.brand-text .brand-tag { font-size: 11.5px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-muted); }
.header-serving { text-align: center; font-size: 14px; color: var(--ink-muted); }
.header-serving strong { color: var(--ink); }
.header-cta { display: flex; align-items: center; gap: 18px; }
.header-phone { text-align: right; text-decoration: none; }
.header-phone .ph-num { display: block; font-family: var(--f-display); font-size: 20px; color: var(--brand-deep); }
.header-phone .ph-sub { font-size: 12px; font-weight: 700; color: var(--brand); letter-spacing: .06em; text-transform: uppercase; }
.header-cta .btn { padding: 13px 24px; font-size: 13.5px; }
.hamburger { display: none; }
.header-phone-icon { display: none; }

/* nav */
.site-nav { border-top: 1px solid var(--rule); }
.site-nav .container { display: flex; justify-content: center; }
.site-nav ul.nav-root { display: flex; gap: 6px; }
.site-nav .nav-root > li { position: relative; }
.site-nav .nav-root > li > a {
  display: flex; align-items: center; gap: 6px;
  padding: 13px 16px; font-size: 14.5px; font-weight: 800;
  letter-spacing: .05em; text-transform: uppercase;
  color: var(--ink); text-decoration: none;
}
.site-nav .nav-root > li > a:hover { color: var(--brand); }
.site-nav .caret { width: 10px; height: 10px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-2px); }
.dropdown {
  position: absolute; top: 100%; left: 0; min-width: 270px;
  background: #fff; border-radius: 0 0 var(--radius) var(--radius);
  box-shadow: 0 18px 40px rgba(19,23,17,.16);
  opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: all .18s ease; padding: 10px 0; z-index: 950;
}
.site-nav li:hover > .dropdown, .site-nav li:focus-within > .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown a {
  display: block; padding: 9px 22px; font-size: 14.5px; font-weight: 600;
  color: var(--ink); text-decoration: none;
}
.dropdown a:hover { background: var(--paper-alt); color: var(--brand); }

@media (max-width: 1024px) {
  .site-nav, .header-serving, .header-cta .btn, .header-phone .ph-sub { display: none; }
  .header-phone .ph-num { font-size: 17px; white-space: nowrap; }
  .hamburger {
    display: flex; flex-direction: column; justify-content: center; gap: 5px;
    width: 46px; height: 46px; padding: 10px; background: var(--brand-deep);
    border: 0; border-radius: 10px; cursor: pointer;
  }
  .hamburger span { display: block; height: 3px; width: 100%; background: #fff; border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }
}
@media (max-width: 640px) {
  .header-phone { display: none; }
  .header-phone-icon {
    display: flex; align-items: center; justify-content: center;
    width: 46px; height: 46px; border-radius: 10px; flex: none;
    background: var(--accent); color: #131711;
  }
  .header-phone-icon svg { width: 21px; height: 21px; }
  .brand-lockup img { width: 56px; }
  .brand-text .brand-name { font-size: 18px; }
  .brand-text .brand-tag { font-size: 9.5px; letter-spacing: .08em; white-space: nowrap; }
  .header-cta { gap: 10px; }
}

/* ---------- mobile drawer ---------- */
.drawer-scrim {
  position: fixed; inset: 0; background: rgba(19,23,17,.55);
  opacity: 0; visibility: hidden; transition: opacity .22s ease; z-index: 990;
}
.drawer {
  position: fixed; inset: 0 0 0 auto; width: min(420px, 100%);
  background: #fff; z-index: 995; display: flex; flex-direction: column;
  transform: translateX(102%); transition: transform .26s ease, visibility 0s linear .26s;
  visibility: hidden;
}
body.drawer-open .drawer { visibility: visible; transition: transform .26s ease; }
body.drawer-open .drawer { transform: translateX(0); }
body.drawer-open .drawer-scrim { opacity: 1; visibility: visible; }
body.drawer-open { overflow: hidden; }
.drawer-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px var(--gutter); background: var(--brand-deep);
}
.drawer-head img { width: 58px; }
.drawer-head .d-name { font-family: var(--f-display); color: #fff; font-size: 17px; }
.drawer-close {
  width: 42px; height: 42px; border: 0; border-radius: 10px; cursor: pointer;
  background: rgba(255,255,255,.14); color: #fff; font-size: 22px; line-height: 1;
}
.drawer-body { flex: 1; overflow-y: auto; padding: 8px 0 16px; }
.drawer-body > ul > li { border-bottom: 1px solid var(--rule); }
.d-link, .d-acc-btn {
  display: flex; width: 100%; align-items: center; justify-content: space-between;
  padding: 15px var(--gutter); font-family: var(--f-body); font-size: 16px; font-weight: 800;
  letter-spacing: .04em; text-transform: uppercase; color: var(--ink);
  text-decoration: none; background: none; border: 0; cursor: pointer; text-align: left;
}
.d-acc-btn .caret { width: 10px; height: 10px; border-right: 2.5px solid var(--brand); border-bottom: 2.5px solid var(--brand); transform: rotate(45deg); transition: transform .2s ease; flex: none; }
.d-acc.open .d-acc-btn .caret { transform: rotate(225deg); }
.d-acc-panel { max-height: 0; overflow: hidden; transition: max-height .28s ease; background: var(--paper-alt); }
.d-acc.open .d-acc-panel { max-height: 520px; }
.d-acc-panel a { display: block; padding: 11px calc(var(--gutter) + 14px); font-size: 15px; font-weight: 600; color: var(--ink); text-decoration: none; }
.drawer-foot { padding: 16px var(--gutter) 20px; background: var(--paper-alt); border-top: 1px solid var(--rule); }
.drawer-foot .btn { width: 100%; margin-bottom: 12px; }
.d-call {
  display: block; text-align: center; text-decoration: none;
  font-family: var(--f-display); font-size: 24px; color: var(--brand-deep); margin-bottom: 6px;
}
.d-hours { text-align: center; font-size: 13.5px; color: var(--ink-muted); }

/* ---------- hero ---------- */
.hero { position: relative; padding: 0; background: var(--brand-deep); }
.hero-media { position: absolute; inset: 0; overflow: hidden; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 62%; }
.hero-media::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(16,24,14,.72) 0%, rgba(16,24,14,.38) 32%, rgba(19,23,17,.22) 58%, rgba(19,23,17,.58) 100%);
}
.hero-inner { position: relative; z-index: 2; text-align: center; padding: clamp(72px, 10vw, 130px) 0 clamp(190px, 24vw, 300px); }
.hero-pill {
  display: inline-block; padding: 8px 18px; border-radius: var(--radius-pill);
  background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.28);
  color: #fff; font-size: 12.5px; font-weight: 800; letter-spacing: .13em;
  text-transform: uppercase; margin-bottom: 20px; white-space: nowrap; backdrop-filter: blur(3px);
}
.hero-h1 {
  font-family: var(--f-body); font-size: 15px; font-weight: 800;
  letter-spacing: .22em; text-transform: uppercase; color: var(--gold-star);
  margin-bottom: 10px;
}
.hero-h2 {
  font-size: var(--fs-display-lg); color: #fff; max-width: 900px; margin-inline: auto;
  text-shadow: 0 3px 22px rgba(19,23,17,.45); margin-bottom: 14px;
}
.hero-sub { color: rgba(255,255,255,.92); font-size: var(--fs-body-lg); max-width: 620px; margin: 0 auto 30px; }
.hero-ctas { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 22px; }
.hero-review {
  display: inline-flex; align-items: center; gap: 10px; color: #fff;
  font-weight: 700; font-size: 15.5px; letter-spacing: .02em; text-decoration: none;
}
.hero-review .g-badge {
  width: 26px; height: 26px; border-radius: 50%; background: #fff; color: #4285F4;
  font-weight: 900; font-size: 16px; display: inline-flex; align-items: center; justify-content: center;
  font-family: Arial, sans-serif; flex: none;
}
.hero-review .stars { color: var(--gold-star); letter-spacing: 2px; }
.hero-trust { position: relative; z-index: 2; margin-top: 18px; display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.trust-chip {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.25);
  border-radius: var(--radius-pill); padding: 8px 16px;
  color: #fff; font-size: 13px; font-weight: 700; letter-spacing: .04em; backdrop-filter: blur(3px);
}
.trust-chip svg { width: 15px; height: 15px; color: var(--brand-bright); flex: none; }
.trust-chip strong { color: var(--gold-star); }

@media (max-width: 768px) {
  .hero-inner { padding-bottom: clamp(150px, 40vw, 220px); }
  .hero-media img { object-position: 50% 68%; }
  .hero-sub { font-size: 16px; }
  .hero-ctas .btn { width: 100%; max-width: 340px; }
  .hero-pill { font-size: 11px; letter-spacing: .09em; }
  .hero-h1 { font-size: 12px; letter-spacing: .14em; }
}

/* ---------- credential strip ---------- */
.cred-strip { background: var(--brand-deep); padding: 18px 0; border-top: 1px solid var(--rule-light); }
.cred-strip .container { display: flex; justify-content: space-between; align-items: center; gap: 18px; flex-wrap: wrap; }
.cred-item { display: flex; align-items: center; gap: 10px; color: #fff; font-size: 14px; font-weight: 700; letter-spacing: .03em; }
.cred-item svg { width: 20px; height: 20px; color: var(--gold-star); flex: none; }
@media (max-width: 900px) {
  .cred-strip .container { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 18px; }
  .cred-item:last-child { grid-column: 1 / -1; justify-content: center; }
}

/* ---------- services ---------- */
.services { background: var(--paper-alt); }
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.svc-card {
  background: #fff; border-radius: var(--radius-lg); padding: 32px 28px 28px;
  box-shadow: var(--shadow-card); text-decoration: none; color: var(--ink);
  display: flex; flex-direction: column; gap: 12px; position: relative;
  transition: transform .18s ease, box-shadow .18s ease;
  border-top: 5px solid var(--brand-bright);
}
.svc-card:hover { transform: translateY(-6px); box-shadow: 0 18px 44px rgba(19,23,17,.15); }
.svc-icon {
  width: 58px; height: 58px; border-radius: 14px; background: var(--paper-alt);
  display: flex; align-items: center; justify-content: center; color: var(--brand);
}
.svc-icon svg { width: 30px; height: 30px; }
.svc-card h3 { font-size: var(--fs-display-sm); color: var(--brand-deep); }
.svc-card p { color: var(--ink-muted); font-size: 15.5px; flex: 1; }
.svc-more { font-weight: 800; font-size: 13.5px; letter-spacing: .07em; text-transform: uppercase; color: var(--brand); }
.svc-more::after { content: " →"; }
.svc-all { text-align: center; margin-top: 36px; }
@media (max-width: 1024px) { .svc-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) {
  .svc-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 16px; padding-bottom: 12px; margin-inline: calc(var(--gutter) * -1); padding-inline: var(--gutter); }
  .svc-card { flex: 0 0 82%; scroll-snap-align: start; }
}

/* ---------- why us split ---------- */
.why-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 56px; align-items: center; }
.why-photo { position: relative; }
.why-photo img { border-radius: var(--radius-lg); box-shadow: var(--shadow-card); width: 100%; height: 560px; object-fit: cover; }
.why-photo .photo-tag {
  position: absolute; left: 18px; bottom: 18px; background: var(--brand-deep); color: #fff;
  border-radius: var(--radius-pill); padding: 9px 18px; font-size: 13px; font-weight: 700; letter-spacing: .04em;
}
.why-list { display: grid; gap: 16px; margin-top: 26px; }
.why-item { display: flex; gap: 14px; align-items: flex-start; }
.why-item .chk {
  width: 26px; height: 26px; border-radius: 50%; background: var(--brand-bright);
  color: #fff; display: flex; align-items: center; justify-content: center; flex: none; margin-top: 2px;
}
.why-item .chk svg { width: 14px; height: 14px; }
.why-item strong { display: block; font-size: 16.5px; }
.why-item span { color: var(--ink-muted); font-size: 15px; }
@media (max-width: 900px) {
  .why-grid { grid-template-columns: 1fr; gap: 32px; }
  .why-photo img { height: 380px; }
}

/* ---------- proof strip (real jobs) ---------- */
.proof { background: var(--brand-deep); }
.proof .sec-head h2, .proof .sec-head { color: #fff; }
.proof .sec-head p { color: rgba(255,255,255,.78); }
.proof .eyebrow { color: var(--brand-bright); }
.proof-track { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 14px; }
.proof-card { flex: 0 0 300px; scroll-snap-align: start; border-radius: var(--radius); overflow: hidden; background: #fff; box-shadow: var(--shadow-card); }
.proof-card img { width: 100%; height: 320px; object-fit: cover; }
.proof-card figcaption { padding: 14px 18px; font-size: 14.5px; font-weight: 700; color: var(--ink); }
.proof-note { margin-top: 18px; color: rgba(255,255,255,.66); font-size: 13.5px; }

/* ---------- process ---------- */
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.step-card { background: var(--paper-alt); border-radius: var(--radius-lg); padding: 34px 28px; position: relative; }
.step-num {
  font-family: var(--f-display); font-size: 54px; color: var(--brand-bright);
  line-height: 1; margin-bottom: 14px;
}
.step-card h3 { font-size: var(--fs-display-sm); margin-bottom: 8px; color: var(--brand-deep); }
.step-card p { color: var(--ink-muted); font-size: 15.5px; }
@media (max-width: 900px) { .process-grid { grid-template-columns: 1fr; } }

/* ---------- stat band ---------- */
.stat-band { background: var(--brand-deep); padding-block: 56px; }
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.stat-num { font-family: var(--f-display); font-size: clamp(38px, 4.6vw, 58px); color: var(--gold-star); line-height: 1; }
.stat-label { color: rgba(255,255,255,.85); font-size: 14px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; margin-top: 8px; }
@media (max-width: 768px) {
  .stat-band { padding-block: 40px; }
  .stat-grid { grid-template-columns: 1fr 1fr; gap: 28px 16px; }
}

/* ---------- reviews ---------- */
.reviews { background: var(--paper-alt); }
.rev-summary {
  display: inline-flex; align-items: center; gap: 14px; background: #fff; border-radius: var(--radius-pill);
  box-shadow: var(--shadow-card); padding: 12px 24px; margin-bottom: 38px;
}
.rev-summary .g-badge { width: 34px; height: 34px; border-radius: 50%; background: #4285F4; color: #fff; font-family: Arial; font-weight: 900; font-size: 20px; display: flex; align-items: center; justify-content: center; }
.rev-summary strong { font-size: 18px; }
.rev-summary .stars { color: var(--gold-star); font-size: 18px; letter-spacing: 2px; }
.rev-summary a { font-size: 13.5px; font-weight: 700; }
.rev-track { display: flex; gap: 22px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 14px; }
.rev-card {
  flex: 0 0 380px; scroll-snap-align: start; background: #fff; border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card); padding: 30px 28px; display: flex; flex-direction: column; gap: 14px;
}
.rev-card .stars { color: var(--gold-star); font-size: 17px; letter-spacing: 3px; }
.rev-card blockquote { font-size: 15.5px; color: var(--ink); flex: 1; }
.rev-who { display: flex; align-items: center; gap: 12px; }
.rev-avatar {
  width: 44px; height: 44px; border-radius: 50%; background: var(--brand); color: #fff;
  font-weight: 800; font-size: 17px; display: flex; align-items: center; justify-content: center; flex: none;
}
.rev-who strong { display: block; font-size: 15px; }
.rev-who span { font-size: 13px; color: var(--ink-muted); }
.rev-nav { display: flex; gap: 10px; margin-top: 20px; }
.rev-nav button {
  width: 46px; height: 46px; border-radius: 50%; border: 2px solid var(--brand); background: #fff;
  color: var(--brand); font-size: 19px; cursor: pointer; transition: all .15s ease;
}
.rev-nav button:hover { background: var(--brand); color: #fff; }
@media (max-width: 640px) { .rev-card { flex-basis: 86%; } }

/* ---------- comparison ---------- */
.compare-table { width: 100%; border-collapse: separate; border-spacing: 0; box-shadow: var(--shadow-card); border-radius: var(--radius-lg); overflow: hidden; }
.compare-table th, .compare-table td { padding: 16px 22px; text-align: left; font-size: 15.5px; background: #fff; }
.compare-table thead th { background: var(--brand-deep); color: #fff; font-family: var(--f-body); font-weight: 800; text-transform: uppercase; letter-spacing: .06em; font-size: 13.5px; }
.compare-table thead th:first-child { width: 44%; }
.compare-table tbody tr:nth-child(even) td { background: var(--paper-alt); }
.compare-table td.yes { color: var(--brand); font-weight: 800; }
.compare-table td.no { color: #B24A3B; font-weight: 600; }
.compare-wrap { overflow-x: auto; }

/* ---------- offer band ---------- */
.offer-band { background: linear-gradient(120deg, var(--accent) 0%, #FFB648 100%); }
.offer-band .container { display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; }
.offer-band h2 { font-size: var(--fs-display-md); color: var(--brand-deep); }
.offer-band p { color: rgba(19,23,17,.78); font-size: var(--fs-body-lg); font-weight: 600; max-width: 560px; }
.offer-band .btn { flex: none; }

/* ---------- service area ---------- */
.area-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.area-col h3 { font-size: var(--fs-display-sm); color: var(--brand-deep); margin-bottom: 16px; }
.city-pills { display: flex; flex-wrap: wrap; gap: 10px; }
.city-pill {
  display: inline-block; padding: 9px 18px; border-radius: var(--radius-pill);
  background: var(--paper-alt); border: 1px solid var(--rule); font-size: 14px; font-weight: 700;
  color: var(--ink); text-decoration: none; transition: all .15s ease;
}
.city-pill:hover, .city-pill.featured { background: var(--brand); border-color: var(--brand); color: #fff; }
@media (max-width: 768px) { .area-grid { grid-template-columns: 1fr; gap: 28px; } }

/* ---------- FAQ ---------- */
.faq-list { max-width: 820px; margin-inline: auto; display: grid; gap: 14px; }
.faq-item { background: #fff; border: 1px solid var(--rule); border-radius: var(--radius); overflow: hidden; }
.faq-q {
  width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 16px;
  padding: 19px 24px; background: none; border: 0; cursor: pointer; text-align: left;
  font-family: var(--f-body); font-size: 16.5px; font-weight: 800; color: var(--ink);
}
.faq-q .fq-icon { flex: none; width: 26px; height: 26px; border-radius: 50%; background: var(--brand-bright); color: #fff; font-size: 17px; line-height: 26px; text-align: center; transition: transform .2s ease; }
.faq-item.open .fq-icon { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .26s ease; }
.faq-a p { padding: 0 24px 20px; color: var(--ink-muted); font-size: 15.5px; }
.faq { background: var(--paper-alt); }

/* ---------- final CTA ---------- */
.final-cta { background: var(--brand-deep); position: relative; overflow: hidden; }
.final-cta .cta-mascot {
  position: absolute; right: -30px; bottom: -46px; width: clamp(200px, 24vw, 340px);
  opacity: .16; transform: rotate(-8deg); pointer-events: none; z-index: 1;
  filter: saturate(.9);
}
.final-cta .container { position: relative; z-index: 2; text-align: center; }
.final-cta h2 { font-size: var(--fs-display-md); color: #fff; margin-bottom: 12px; }
.final-cta p { color: rgba(255,255,255,.82); font-size: var(--fs-body-lg); max-width: 560px; margin: 0 auto 28px; }
.final-cta .hero-ctas { margin-bottom: 0; }

/* ---------- footer ---------- */
.site-footer { background: #0E2408; color: rgba(255,255,255,.82); font-size: 15px; }
.foot-trust { border-bottom: 1px solid var(--rule-light); padding: 22px 0; }
.foot-trust .container { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; padding: 56px 0 40px; }
.foot-brand img { width: 96px; margin-bottom: 14px; }
.foot-brand p { font-size: 14.5px; margin-bottom: 16px; }
.foot-col h4 { font-family: var(--f-body); font-weight: 800; font-size: 13.5px; letter-spacing: .1em; text-transform: uppercase; color: #fff; margin-bottom: 16px; }
.foot-col ul { display: grid; gap: 9px; }
.foot-col a { color: rgba(255,255,255,.82); text-decoration: none; font-size: 14.5px; }
.foot-col a:hover { color: var(--brand-bright); }
.foot-call { display: block; font-family: var(--f-display); font-size: 22px; color: #fff; text-decoration: none; margin-bottom: 8px; }
.foot-area { border-top: 1px solid var(--rule-light); padding: 22px 0; font-size: 13.5px; }
.foot-area strong { color: #fff; }
.foot-exit { border-top: 1px solid var(--rule-light); padding: 26px 0; }
.foot-exit .container { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.foot-exit p { font-family: var(--f-display); font-size: 20px; color: #fff; }
.foot-legal { border-top: 1px solid var(--rule-light); padding: 18px 0; font-size: 13px; color: rgba(255,255,255,.55); }
.foot-legal .container { display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.back-top {
  position: fixed; right: 18px; bottom: 86px; z-index: 800;
  width: 46px; height: 46px; border-radius: 50%; border: 0; cursor: pointer;
  background: var(--brand); color: #fff; font-size: 19px; box-shadow: var(--shadow-card);
  opacity: 0; visibility: hidden; transition: opacity .2s ease;
}
.back-top.show { opacity: 1; visibility: visible; }
@media (max-width: 900px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .foot-grid { grid-template-columns: 1fr; } }

/* ---------- sticky mobile bar ---------- */
.mobile-bar {
  display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 900;
  background: #fff; box-shadow: 0 -6px 24px rgba(19,23,17,.18);
}
.mobile-bar a {
  flex: 1; display: flex; flex-direction: column; align-items: center; gap: 3px;
  padding: 10px 4px 12px; text-decoration: none; font-size: 11.5px; font-weight: 800;
  letter-spacing: .05em; text-transform: uppercase;
}
.mobile-bar svg { width: 21px; height: 21px; }
.mb-call { background: var(--accent); color: #131711; }
.mb-text { background: #fff; color: var(--brand-deep); }
.mb-book { background: var(--brand); color: #fff; }
@media (max-width: 768px) {
  .mobile-bar { display: flex; }
  body { padding-bottom: 64px; }
  .back-top { bottom: 78px; }
}

/* ---------- scroll reveal ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ---------- city page hero variant ---------- */
.hero.hero-city .hero-inner { padding-bottom: clamp(90px, 12vw, 150px); }
.breadcrumb { position: relative; z-index: 2; padding-top: 18px; font-size: 13.5px; }
.breadcrumb a, .breadcrumb span { color: rgba(255,255,255,.75); text-decoration: none; }
.breadcrumb a:hover { color: #fff; }
.content-block { max-width: 820px; }
.content-block h2 { font-size: var(--fs-display-md); color: var(--brand-deep); margin: 34px 0 14px; }
.content-block h3 { font-size: var(--fs-display-sm); color: var(--brand-deep); margin: 26px 0 10px; }
.content-block p { margin-bottom: 16px; color: var(--ink-muted); }
.content-block ul { list-style: disc; padding-left: 24px; margin-bottom: 16px; color: var(--ink-muted); }
.content-block li { margin-bottom: 6px; }
