:root {
  --bg: #0a0a12;
  --surface: #12121e;
  --text: #efe9e4;
  --muted: #9b95a8;
  --line: #323248;
  --wa: #22c15e;
  --wa-ink: #04210f;
  --primary: #f0a83c;
  --call: #e5383b;
  --ink: #161616;
  --paper: #f3f3f1;
  --card: #171726;
  --night: #111111;
  --cream: #efe9e4;
  --brass: #9b95a8;
  --shadow: none;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body.site {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Manrope, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
body.site h1,
body.site h2,
body.site h3,
body.site .pick-name,
body.site .pick-no,
body.site .stats strong,
body.site .hero-phone,
body.site .area-name,
body.site .cat-copy strong,
body.site .hero-results strong,
body.site .cat-no {
  font-family: "Bebas Neue", "Arial Narrow", sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
}

.container { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(10, 10, 18, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.nav {
  min-height: 108px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
body.site .logo {
  display: inline-flex;
  text-decoration: none;
  background: transparent;
  padding: 0;
}
.logo img { display: block; height: 96px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 16px; }
.nav-links a { text-decoration: none; font-size: 0.92rem; font-weight: 700; }
.site-header .nav-links a:not(.btn) { color: var(--text); }
.site-header .nav-links a:not(.btn):hover { color: var(--primary); }
.menu-toggle, .mobile-menu { display: none; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  padding: 12px 16px;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1;
}
.btn-wa, .btn-green {
  background: var(--wa);
  color: var(--wa-ink);
}
.btn-wa:hover, .btn-green:hover { background: #1ebe5a; }
.btn-call { background: var(--call); color: #fff; }
.btn-call:hover { background: #c92d30; }
.btn-amber { background: var(--primary); color: #1a1206; }
.btn-amber:hover { background: #ffc15a; }
.btn-icon {
  width: 42px;
  height: 42px;
  padding: 0;
  border-radius: 10px;
  background: var(--surface);
  color: var(--text);
  border: 1px solid var(--line);
}
.btn-icon:hover { color: var(--wa); border-color: var(--wa); }
.btn-block { width: 100%; padding: 16px 18px; font-size: 1.05rem; }
.btn-light { background: var(--text); color: var(--bg); }
.btn-blue { background: var(--night); color: #fff; }
.btn-ghost { background: transparent; border: 1px solid var(--line); color: inherit; }
.icon { width: 18px; height: 18px; flex: none; }
.icon-sm { width: 16px; height: 16px; }

.hero {
  position: relative;
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  background:
    linear-gradient(90deg, #0a0a12 0%, rgba(10, 10, 18, 0.88) 38%, rgba(10, 10, 18, 0.2) 100%),
    url("/assets/img/hero-aisle.jpg") right center / cover no-repeat;
  border-left: 3px solid var(--primary);
}
.hero-copy {
  width: min(680px, calc(100% - 48px));
  margin-left: max(20px, calc((100% - 1120px) / 2));
  padding: 72px 0 48px;
}
.status {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--primary);
  letter-spacing: 0.22em;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}
.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--wa);
  box-shadow: 0 0 0 4px rgba(34, 193, 94, 0.22);
}
.hero h1, .page-hero h1, .district h1, .block-title {
  margin: 0;
  font-size: clamp(3rem, 7vw, 5.4rem);
  line-height: 0.92;
  color: #fff;
}
.hero h1 span, .block-title em, .page-hero h1 em, .district h1 em {
  color: var(--primary);
  font-style: normal;
}
.lede, .page-hero p, .district-note {
  max-width: 38rem;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.55;
}
.hero-pick { margin-top: 18px; max-width: 440px; }
.hero-results {
  margin-top: 8px;
  max-height: 232px;
  overflow: auto;
  background: rgba(18, 18, 30, 0.94);
  border: 1px solid var(--line);
  border-radius: 12px;
}
.hero-results a {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 10px 14px;
  text-decoration: none;
  border-bottom: 1px solid var(--line);
}
.hero-results a:last-child { border-bottom: 0; }
.hero-results strong {
  font-size: 1.35rem;
  letter-spacing: 0.04em;
  line-height: 1;
}
.hero-results span { color: var(--muted); font-size: 0.82rem; }
.hero-results a:hover { background: rgba(240, 168, 60, 0.12); }
.hero-results a:hover strong { color: var(--primary); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.hero-phone { margin: 18px 0 0; font-size: 2.4rem; line-height: 1; }
.hero-phone a { color: #fff; text-decoration: none; letter-spacing: 0.08em; }
.kicker, .eyebrow {
  margin: 0 0 8px;
  color: var(--primary);
  letter-spacing: 0.22em;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}
.stats {
  width: min(1120px, calc(100% - 32px));
  margin: 36px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  background: rgba(10, 10, 18, 0.45);
}
.stats div { padding: 18px 8px 18px 0; }
.stats div + div { padding-left: 18px; border-left: 1px solid var(--line); }
.stats span {
  display: block;
  color: var(--muted);
  letter-spacing: 0.16em;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
}
.stats strong { display: block; margin-top: 4px; font-size: 1.7rem; letter-spacing: 0.06em; }
.split-head { display: flex; justify-content: space-between; gap: 24px; align-items: flex-end; }
.text-link { color: var(--primary); font-weight: 700; text-decoration: none; white-space: nowrap; }
.text-link:hover { color: #ffc15a; }
.catalog { margin-top: 8px; border-top: 1px solid var(--line); }
.cat {
  display: grid;
  grid-template-columns: 42px 280px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  color: inherit;
}
.cat-flip { grid-template-columns: 42px minmax(0, 1fr) 280px; }
.cat-flip img { order: 1; }
.cat img {
  width: 280px;
  height: 180px;
  object-fit: cover;
  object-position: center;
  border-radius: 14px;
  background: var(--surface);
}
.cat-no { color: var(--primary); font-size: 1.35rem; }
.cat-copy { display: grid; gap: 4px; }
.cat-copy strong { font-size: 1.7rem; letter-spacing: 0.04em; }
.cat-copy span { color: var(--muted); }
.cat:hover .cat-copy strong { color: var(--primary); }
.steps, .offers { display: grid; gap: 12px; margin-top: 22px; }
.steps { grid-template-columns: repeat(3, 1fr); list-style: none; padding: 0; }
.steps li, .offer {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 18px;
}
.offer {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
}
.offer-ico {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid var(--primary);
  color: var(--primary);
  display: grid;
  place-items: center;
}
.areas {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 8px;
}
.area {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 8px;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  color: inherit;
}
.area-no { color: var(--muted); font-size: 0.75rem; font-weight: 700; min-width: 1.6rem; }
.area-name { font-size: 1.8rem; letter-spacing: 0.04em; }
.area .icon { margin-left: auto; color: var(--muted); }
.area:hover .area-name { color: var(--primary); }
.steps span, .faq summary span {
  display: block;
  color: var(--primary);
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.08em;
  font-size: 1.3rem;
}
.steps h3, .offer h3 { margin: 6px 0; font-size: 1.7rem; }
.steps p, .offer p, .offer li, .faq p { margin: 0; color: var(--muted); }
.offer ul { margin: 10px 0 0; padding: 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 6px 16px; }
.offer li::before { content: "✓ "; color: var(--primary); }
.offer .btn { margin-top: 4px; }
.offer-hot { border-color: var(--primary); box-shadow: 0 0 0 1px rgba(240, 168, 60, 0.35); }
.offer-badge {
  display: inline-block;
  margin: 0 0 8px;
  padding: 4px 8px;
  border-radius: 999px;
  background: var(--primary);
  color: #1a1206;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.faqs { margin-top: 18px; border-top: 1px solid var(--line); }
.faq { border-bottom: 1px solid var(--line); }
.faq summary {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 0;
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { font-size: 1.15rem; }
.faq p { padding: 0 0 16px 2.4rem; }

.dock {
  position: sticky;
  top: 108px;
  z-index: 30;
  background: rgba(10, 10, 18, 0.94);
  border-bottom: 1px solid var(--line);
  padding: 12px 0;
  margin: 18px 0 8px;
}
.finder input {
  width: 100%;
  margin: 0;
  padding: 16px 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface);
  color: var(--text);
  font-size: 1.05rem;
}
.finder input:focus { outline: 2px solid var(--primary); border-color: transparent; }
.finder-count { margin: 8px 0 0; color: var(--primary); font-weight: 700; }
.finder-empty { color: var(--muted); }
.letters, .chips { display: flex; gap: 6px; overflow-x: auto; margin-top: 10px; }
.chips { margin: 0 0 14px; }
.letters a, .chips a {
  flex: none;
  min-width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  text-decoration: none;
  border: 1px solid var(--line);
  color: var(--text);
  background: transparent;
  font-weight: 700;
  font-size: 0.88rem;
  padding: 0 10px;
}
.letters a:hover, .chips a.on, .chips a:hover {
  background: var(--primary);
  color: #1a1206;
  border-color: var(--primary);
}

.section.tight { padding-top: 12px; }
.lead { margin: 0 0 8px; color: var(--muted); }
.pick {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 130px;
}
.pick-no { color: var(--primary); font-size: 1.45rem; min-width: 2ch; }
.pick-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  min-width: 0;
  text-decoration: none;
}
.pick-name { font-size: 1.7rem; line-height: 1; }
.pick-main:hover .pick-name { color: var(--primary); }
.pick-meta {
  max-width: 100%;
  color: var(--muted);
  font-size: 0.92rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pick .btn { padding: 12px 12px; white-space: nowrap; }

.page-hero { padding: 36px 0 8px; }
.district { padding: 36px 0 64px; }
.district-areas { margin: 16px 0 22px; color: var(--muted); font-size: 1.05rem; }
.district .btn-block { margin-bottom: 14px; }
.back { color: var(--text); text-decoration: none; font-weight: 700; }

.reviews { padding: 8px 0 28px; }
.section { padding: 36px 0; }
.review {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.review p { margin: 0; }
.review-who { margin-top: 8px; color: var(--muted); font-size: 0.92rem; }
.review-who strong { color: var(--text); font-weight: 650; }

.map-wrap { margin-top: 36px; }
.map-wrap h2 { margin: 0 0 12px; font-size: 1.4rem; }
.map, .map-sm { height: 320px; margin-top: 22px; background: #111; }

.site-footer {
  margin-top: 8px;
  background: #07070d;
  border-top: 1px solid var(--line);
  padding: 40px 0 18px;
  color: var(--muted);
}
.foot-grid {
  display: grid;
  grid-template-columns: 1.5fr 0.7fr 0.9fr;
  gap: 32px 40px;
  align-items: start;
}
.foot-brand img { height: 110px; width: auto; }
.foot-brand p { max-width: 26rem; margin: 12px 0 16px; line-height: 1.5; }
.site-footer h3 {
  margin: 6px 0 14px;
  font-family: Manrope, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--primary);
}
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.site-footer a { color: #d8d2c8; text-decoration: none; }
.site-footer a:hover { color: #fff; }
.foot-copy {
  margin-top: 32px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.88rem;
}
.wa-float {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 50;
  width: 56px;
  height: 56px;
  background: var(--wa);
  color: var(--wa-ink);
  display: grid;
  place-items: center;
  text-decoration: none;
}
.wa-float .icon { width: 28px; height: 28px; }

.flash { padding: 12px 14px; margin-bottom: 14px; }
.flash-success { background: #e7f8ee; color: #0d5c32; }
.flash-error { background: #fdecec; color: #8a3030; }

body.admin .btn { text-transform: none; letter-spacing: 0; border-radius: 0; font-size: 0.92rem; }
body.admin {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Segoe UI", sans-serif;
  line-height: 1.5;
}
body.admin h1, body.admin h2, body.admin h3, body.admin .logo {
  font-family: "Segoe UI", sans-serif;
  font-weight: 650;
  letter-spacing: 0;
}
body.admin .container { width: min(1180px, calc(100% - 32px)); }
body.admin .card {
  background: #fff;
  border: 1px solid #e4e4e0;
  padding: 22px;
  color: var(--ink);
}
body.admin .btn-blue { background: #161616; color: #fff; }
body.admin .btn-ghost { background: #fff; color: #161616; border: 1px solid #ddd; }
body.admin .field { display: grid; gap: 6px; margin-bottom: 12px; }
body.admin .field label { font-size: 0.86rem; font-weight: 650; }
body.admin .field input,
body.admin .field textarea,
body.admin .field select,
body.admin .filters input,
body.admin .filters select {
  width: 100%;
  background: #fff;
  color: #161616;
  border: 1px solid #ddd;
  padding: 12px;
}
body.admin .filters {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  margin-bottom: 18px;
}
body.admin .split { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
body.admin .admin-bar { background: #111; color: #fff; }
body.admin .admin-bar .nav a { color: #ddd; text-decoration: none; font-weight: 650; }
body.admin .admin-main { padding: 28px 0 64px; }
body.admin .table-wrap { overflow: auto; background: #fff; border: 1px solid #e4e4e0; }
body.admin table { width: 100%; border-collapse: collapse; }
body.admin th, body.admin td { text-align: left; padding: 12px 14px; border-bottom: 1px solid #eee; vertical-align: top; }
body.admin th { color: #666; font-size: 0.8rem; }
body.admin .row-actions { display: flex; gap: 8px; flex-wrap: wrap; }
body.admin .kpi { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 16px 0; }
body.admin .kpi .card strong { display: block; font-size: 2rem; }
body.admin .checkboxes { display: flex; flex-wrap: wrap; gap: 14px; margin: 8px 0 16px; }
body.admin .stack { display: grid; gap: 16px; }
body.admin .warn { background: #fbf3e4; color: #6a4a28; padding: 12px; }
body.admin .section { padding: 48px 0; }
body.admin .nav-links { display: flex; }

@media (max-width: 900px) {
  .foot-grid, .steps, .offers, .stats { grid-template-columns: 1fr; }
  .hero {
    min-height: 0;
    align-items: stretch;
    background:
      linear-gradient(180deg, rgba(10, 10, 18, 0.15) 0%, rgba(10, 10, 18, 0.55) 28%, #0a0a12 72%),
      url("/assets/img/hero-aisle.jpg") center 40% / cover no-repeat;
  }
  .split-head, .offer, .areas, .cat, .cat-flip { grid-template-columns: 1fr; }
  .cat, .cat-flip { grid-template-columns: 36px minmax(0, 1fr); }
  .cat img, .cat-flip img { grid-column: 1 / -1; width: 100%; height: 220px; order: -1; }
  .offer .btn { justify-self: start; }
  .hero-copy { width: min(680px, calc(100% - 32px)); margin: 0 auto; padding: 120px 0 28px; }
  .hero .lede {
    color: #fff;
    font-family: Sora, Manrope, sans-serif;
    font-weight: 600;
    font-size: 1.14rem;
    line-height: 1.55;
    letter-spacing: 0.01em;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.55);
    max-width: none;
  }
  .stats div + div { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .nav { min-height: 64px; }
  .nav-extra { display: none; }
  .logo img { height: 72px; }
  .nav { min-height: 88px; }
  .dock { top: 88px; }
  .pick { scroll-margin-top: 120px; grid-template-columns: auto minmax(0, 1fr); }
  .pick .btn { grid-column: 1 / -1; }
  .btn-amber span { display: none; }
  body.admin .split, body.admin .kpi { grid-template-columns: 1fr; }
  body.admin .nav-links { display: flex; flex-wrap: wrap; }
  body.admin .nav { min-height: 0; }
}
