/* ===========================================================
   Denali Garage Doors :: mockup build
   Palette sampled from the real truck-door logo:
   bronze #a67c52 · bronze-dark #8a6543 · charcoal #1f1f1f
   cream-gold #ecdca6 · maroon #41292c · cream #f7f4ed
   Type: Archivo (display) + Montserrat (body), per the on-file
   Denali design system.
   =========================================================== */

:root {
  --bronze: #a67c52;
  --bronze-dark: #8a6543;
  --bronze-deep: #6f5136;
  --charcoal: #1f1f1f;
  --charcoal-2: #262626;
  --cream-gold: #ecdca6;
  --maroon: #41292c;
  --cream: #f7f4ed;
  --white: #ffffff;
  --ink: #1f1f1f;
  --ink-72: rgba(31,31,31,.72);
  --ink-55: rgba(31,31,31,.55);
  --line: #e7e1d6;
  --green: #2e7d4f;
  --amber: #e8a33d;
  --radius: 14px;
  --radius-sm: 6px;
  --shadow-sm: 0 4px 14px rgba(31,31,31,.07);
  --shadow-md: 0 16px 40px rgba(31,31,31,.12);
  --maxw: 1240px;
  --gutter: 32px;
  --font-display: 'Archivo', system-ui, sans-serif;
  --font-body: 'Montserrat', system-ui, sans-serif;
}
@media (max-width: 640px) { :root { --gutter: 20px; } }

* { margin: 0; padding: 0; box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; scroll-padding-top: 96px; }
body { font-family: var(--font-body); color: var(--ink); background: var(--white); line-height: 1.65; font-size: 16px; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
h1,h2,h3,h4 { font-family: var(--font-display); line-height: 1.12; color: var(--maroon); }
.display { font-family: var(--font-display); }

.container { max-width: var(--maxw); width: 100%; margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }

.section { padding: 88px 0; }
@media (max-width: 768px) { .section { padding: 56px 0; } }
.section-cream { background: var(--cream); }
.section-dark { background: var(--charcoal); }
.section-dark h2, .section-dark h3 { color: var(--white); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--font-body); font-weight: 700; font-size: .8rem;
  letter-spacing: .16em; text-transform: uppercase; color: var(--bronze-dark);
}
.eyebrow::before { content: ""; width: 34px; height: 2px; background: var(--bronze); }
.section-dark .eyebrow { color: var(--cream-gold); }
.section-dark .eyebrow::before { background: var(--cream-gold); }

.h2 { font-size: clamp(1.9rem, 4vw, 2.7rem); font-weight: 800; margin: 14px 0 16px; }
.lede { font-size: 1.06rem; color: var(--ink-72); max-width: 640px; }
.section-dark .lede { color: rgba(255,255,255,.78); }
.center { text-align: center; }
.center .lede { margin-left: auto; margin-right: auto; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-display); font-weight: 800; font-size: 1rem;
  text-transform: uppercase; letter-spacing: .04em;
  padding: 16px 30px; border-radius: 10px; cursor: pointer;
  border: 2px solid transparent; line-height: 1.3; white-space: nowrap;
  transition: transform .15s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
  box-shadow: 0 6px 18px rgba(31,31,31,.18);
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(31,31,31,.26); }
.btn svg { width: 20px; height: 20px; fill: currentColor; flex: none; }
.btn-bronze { background: var(--bronze); color: #fff; }
.btn-bronze:hover { background: var(--bronze-dark); }
.btn-white { background: #fff; color: var(--maroon); }
.btn-white:hover { background: var(--cream-gold); color: var(--charcoal); }
.btn-maroon { background: var(--maroon); color: #fff; }
.btn-maroon:hover { background: #2f1d20; }
.btn-outline-maroon { background: transparent; color: var(--maroon); border-color: var(--maroon); box-shadow: none; }
.btn-outline-maroon:hover { background: var(--maroon); color: #fff; }
.btn-lg { padding: 18px 36px; font-size: 1.08rem; }
.btn-block { width: 100%; }

/* ---------- Utility bar ---------- */
.utility {
  background: var(--charcoal); color: rgba(255,255,255,.88);
  font-size: .82rem; font-weight: 600;
}
.utility .container { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 40px; }
.utility-left, .utility-right { display: flex; align-items: center; gap: 8px; white-space: nowrap; }
.utility .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 3px rgba(46,125,79,.25); flex: none; }
.utility a { color: var(--cream-gold); font-weight: 800; }
.utility a:hover { text-decoration: underline; }
@media (max-width: 1080px) {
  .utility-left { display: none; }
  .utility .container { justify-content: center; }
}
@media (max-width: 640px) {
  .today-hide { display: none; }
}

/* ---------- Header (dark premium) ---------- */
.header {
  position: sticky; top: 0; z-index: 60;
  background: linear-gradient(180deg, rgba(24,21,17,.98), rgba(31,31,31,.96));
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(236,220,166,.22);
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
}
.header::after {
  content: ""; display: block; height: 3px;
  background: linear-gradient(90deg, transparent, #8a6543 18%, #e6cf96 50%, #8a6543 82%, transparent);
  opacity: .8;
}
.header .container { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 88px; }
.brand { display: flex; align-items: center; flex: none; }
.brand img { height: 60px; width: auto; filter: drop-shadow(0 3px 8px rgba(0,0,0,.5)); }
.nav { display: flex; align-items: center; gap: 4px; }
.nav > li { position: relative; }
.nav a.nav-link {
  display: inline-flex; align-items: center; gap: 6px;
  font-weight: 600; font-size: .95rem; padding: 10px 13px; border-radius: 8px; color: rgba(255,255,255,.88);
}
.nav a.nav-link:hover { background: rgba(236,220,166,.12); color: var(--cream-gold); }
.nav .caret { width: 10px; height: 10px; fill: currentColor; transition: transform .2s; }
.nav > li:hover .caret { transform: rotate(180deg); }
.dropdown {
  position: absolute; top: 100%; left: 0; min-width: 250px;
  background: #fff; border: 1px solid var(--line); border-radius: 12px;
  box-shadow: var(--shadow-md); padding: 8px;
  opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: opacity .18s, transform .18s, visibility .18s;
}
.nav > li:hover .dropdown, .nav > li:focus-within .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown a { display: block; padding: 10px 14px; border-radius: 8px; font-size: .93rem; font-weight: 600; color: var(--ink); }
.dropdown a:hover { background: var(--cream); color: var(--maroon); }
.header-cta { display: flex; align-items: center; gap: 14px; flex: none; }
.header-phone { display: flex; flex-direction: column; align-items: flex-end; line-height: 1.2; }
.header-phone .label { font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(236,220,166,.75); }
.header-phone a { font-family: var(--font-display); font-weight: 800; font-size: 1.12rem; color: #fff; }
.header-phone a:hover { color: var(--cream-gold); }
.header .btn { padding: 13px 22px; font-size: .9rem; }
.hamburger {
  display: none; background: none; border: 0; cursor: pointer; padding: 10px;
  width: 46px; height: 46px; position: relative; z-index: 90;
}
.hamburger span {
  display: block; width: 24px; height: 2.5px; background: var(--cream-gold); margin: 5px auto;
  border-radius: 2px; transition: transform .25s, opacity .2s;
}
.hamburger.open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
@media (max-width: 1080px) {
  .nav, .header-phone { display: none; }
  .header .btn { display: none; }
  .hamburger { display: block; }
}

/* ---------- Mobile drawer ---------- */
.scrim {
  position: fixed; inset: 0; background: rgba(31,31,31,.55); z-index: 70;
  opacity: 0; visibility: hidden; transition: opacity .25s, visibility .25s;
}
.scrim.open { opacity: 1; visibility: visible; }
.drawer {
  position: fixed; top: 0; right: 0; bottom: 0; width: min(400px, 92vw); z-index: 80;
  background: #fff; display: flex; flex-direction: column;
  transform: translateX(103%); visibility: hidden;
  transition: transform .3s ease, visibility 0s linear .3s;
}
.drawer.open { transform: translateX(0); visibility: visible; transition: transform .3s ease; }
.drawer-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 20px; background: var(--charcoal);
}
.drawer-head img { height: 44px; width: auto; }
.drawer-close { background: none; border: 0; cursor: pointer; padding: 8px; }
.drawer-close svg { width: 26px; height: 26px; fill: #fff; }
.drawer-body { flex: 1; overflow-y: auto; padding: 10px 8px; }
.drawer-body > ul > li { border-bottom: 1px solid var(--line); }
.drawer-link, .acc-toggle {
  display: flex; align-items: center; justify-content: space-between; width: 100%;
  padding: 16px 14px; font-family: var(--font-display); font-weight: 700; font-size: 1.05rem;
  color: var(--maroon); background: none; border: 0; cursor: pointer; text-align: left;
}
.acc-toggle svg { width: 14px; height: 14px; fill: var(--bronze-dark); transition: transform .25s; flex: none; }
.acc-toggle[aria-expanded="true"] svg { transform: rotate(180deg); }
.acc-panel { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.acc-panel a { display: block; padding: 11px 14px 11px 26px; font-weight: 600; font-size: .95rem; color: var(--ink-72); }
.acc-panel a:hover { color: var(--maroon); }
.drawer-foot { padding: 18px 20px 22px; background: var(--cream); border-top: 1px solid var(--line); }
.drawer-foot .btn { width: 100%; margin-bottom: 12px; }
.drawer-call {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-display); font-weight: 800; font-size: 1.35rem; color: var(--maroon);
  margin-bottom: 10px;
}
.drawer-call svg { width: 22px; height: 22px; fill: var(--bronze-dark); }
.drawer-meta { text-align: center; font-size: .82rem; color: var(--ink-55); font-weight: 600; }
body.drawer-locked { overflow: hidden; }

/* ---------- Hero (real owner + truck, AI golden-hour scene) ---------- */
.hero { position: relative; background: #16130f; color: #fff; overflow: clip; }
.hero-bg { position: absolute; inset: 0; pointer-events: none; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 38%; }
.hero-scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(97deg, rgba(22,17,13,.92) 0%, rgba(22,17,13,.78) 30%, rgba(22,17,13,.38) 55%, rgba(22,17,13,.08) 78%, rgba(22,17,13,0) 100%),
    linear-gradient(180deg, rgba(22,17,13,.35) 0%, rgba(22,17,13,0) 22%, rgba(22,17,13,0) 70%, rgba(22,17,13,.42) 100%);
}
.hero-truck-mobile { display: none; }
.hero .container { position: relative; z-index: 4; display: grid; grid-template-columns: minmax(0,1.35fr) 380px; gap: 48px; align-items: start; padding-top: 72px; padding-bottom: 110px; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-weight: 700; font-size: .82rem; letter-spacing: .15em; text-transform: uppercase; color: var(--cream-gold);
}
.hero-eyebrow::before { content: ""; width: 34px; height: 2px; background: var(--cream-gold); }
.hero h1 { font-size: 1rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: var(--cream-gold); display: inline-flex; align-items: center; gap: 12px; }
.hero h1::before { content: ""; width: 34px; height: 2px; background: var(--cream-gold); flex: none; }
.hero-headline {
  font-family: var(--font-display); font-weight: 900; color: #fff;
  font-size: clamp(2.6rem, 5.8vw, 4.4rem); line-height: 1.03; margin: 18px 0 18px;
  text-wrap: balance; text-shadow: 0 4px 30px rgba(0,0,0,.45);
}
.hero-headline em { font-style: normal; color: var(--cream-gold); }
.hero-sub { font-size: 1.1rem; color: rgba(255,255,255,.85); max-width: 560px; margin-bottom: 26px; }
.hero-bullets { display: grid; gap: 12px; margin-bottom: 30px; }
.hero-bullets li { display: flex; align-items: center; gap: 12px; font-weight: 600; font-size: .98rem; }
.hero-bullets svg { width: 22px; height: 22px; fill: var(--cream-gold); flex: none; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; }

.call-card {
  background: #fff; color: var(--ink); border-radius: var(--radius);
  box-shadow: 0 24px 60px rgba(0,0,0,.5); padding: 30px 28px; text-align: center;
  border-top: 4px solid transparent;
  border-image: linear-gradient(90deg, #8a6543, #e6cf96, #8a6543) 1;
}
.call-card h3 { font-size: 1.55rem; font-weight: 800; line-height: 1.15; margin-bottom: 6px; }
.call-card .cc-sub { font-size: .92rem; color: var(--ink-72); margin-bottom: 18px; }
.call-card .btn { width: 100%; }
.call-card .or { display: flex; align-items: center; gap: 12px; margin: 14px 0; color: var(--ink-55); font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.call-card .or::before, .call-card .or::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.cc-badges { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: center; gap: 8px; font-size: .8rem; font-weight: 700; color: var(--ink-72); flex-wrap: wrap; }
.cc-badges svg { width: 16px; height: 16px; fill: var(--bronze-dark); flex: none; }
@media (max-width: 1024px) {
  .hero .container { grid-template-columns: 1fr; gap: 30px; padding-top: 48px; padding-bottom: 56px; }
  .call-card { max-width: 480px; margin: 0 auto; width: 100%; }
  .hero-truck, .hero-truck-shadow { display: none; }
  .hero-truck-mobile {
    display: block; width: 100%; max-width: 560px; margin: 4px auto 18px;
    aspect-ratio: 16 / 10; object-fit: cover; object-position: 30% 26%;
    border-radius: 14px; border: 1px solid rgba(236,220,166,.35);
    box-shadow: 0 18px 44px rgba(0,0,0,.5);
  }
  .hero-ridge-far { height: 30%; }
  .hero-ridge-near { height: 18%; }
}
@media (max-width: 640px) {
  .header .container { min-height: 66px; }
  .brand img { height: 42px; }
  .hero .container { padding-top: 26px; padding-bottom: 40px; }
  .hero h1 { font-size: .74rem; }
  .hero-sub { display: none; }
  .hero-headline { font-size: 2.25rem; margin-bottom: 10px; }
  .hero-truck-mobile { margin-bottom: 14px; }
  .hero-bullets { gap: 10px; margin-bottom: 20px; }
  .hero-bullets li { font-size: .9rem; }
  .hero-ctas .btn-lg { padding: 15px 24px; font-size: .95rem; }
}

/* ---------- Trust strip ---------- */
.trust-strip { background: var(--maroon); color: #fff; }
.trust-strip .container { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; padding-top: 22px; padding-bottom: 22px; }
.trust-item { display: flex; align-items: center; gap: 12px; justify-content: center; font-size: .9rem; font-weight: 700; }
.trust-item svg { width: 26px; height: 26px; fill: var(--cream-gold); flex: none; }
@media (max-width: 900px) {
  .trust-strip .container { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline-start: var(--gutter); gap: 26px; }
  .trust-item { scroll-snap-align: start; flex: none; }
}

/* ---------- Services ---------- */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 44px; }
.svc-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 26px; box-shadow: var(--shadow-sm);
  transition: transform .2s, box-shadow .2s; display: flex; flex-direction: column;
}
.svc-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.svc-icon {
  width: 58px; height: 58px; border-radius: 14px; background: var(--cream);
  display: flex; align-items: center; justify-content: center; margin-bottom: 18px;
}
.svc-icon svg { width: 30px; height: 30px; fill: var(--bronze-dark); }
.svc-card h3 { font-size: 1.22rem; font-weight: 800; margin-bottom: 10px; }
.svc-card p { font-size: .95rem; color: var(--ink-72); flex: 1; }
.svc-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 16px; font-weight: 700; font-size: .9rem; color: var(--bronze-dark); }
.svc-link svg { width: 16px; height: 16px; fill: currentColor; transition: transform .2s; }
.svc-card:hover .svc-link svg { transform: translateX(4px); }
@media (max-width: 900px) { .svc-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) {
  .svc-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline-start: var(--gutter); gap: 16px; margin-inline: calc(var(--gutter) * -1); padding-inline: var(--gutter); padding-bottom: 8px; }
  .svc-card { flex: 0 0 82%; scroll-snap-align: start; }
}

/* ---------- Why / owner split ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split-media { position: relative; }
.split-media img { border-radius: var(--radius); box-shadow: var(--shadow-md); width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 3.4; }
.split-badge {
  position: absolute; left: 22px; bottom: 22px; background: var(--charcoal); color: #fff;
  border-radius: 12px; padding: 14px 18px; display: flex; align-items: center; gap: 12px;
  box-shadow: var(--shadow-md); font-size: .85rem; font-weight: 700; line-height: 1.3;
}
.split-badge svg { width: 26px; height: 26px; fill: var(--cream-gold); flex: none; }
.split-badge strong { color: var(--cream-gold); display: block; font-family: var(--font-display); font-size: 1rem; }
.checks { display: grid; gap: 14px; margin: 26px 0 30px; }
.checks li { display: flex; gap: 13px; align-items: flex-start; font-size: .98rem; }
.checks svg { width: 22px; height: 22px; fill: var(--green); flex: none; margin-top: 2px; }
.checks strong { color: var(--maroon); }
@media (max-width: 900px) { .split { grid-template-columns: 1fr; gap: 34px; } }

/* ---------- Pricing band ---------- */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 44px; }
.price-card {
  background: var(--charcoal-2); border: 1px solid rgba(236,220,166,.16); border-radius: var(--radius);
  padding: 30px 28px; text-align: center; color: #fff;
}
.price-card.featured { border-color: var(--bronze); background: linear-gradient(180deg, #2b2419, var(--charcoal-2)); }
.price-card .pc-label { font-size: .8rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--cream-gold); }
.price-card .pc-price { font-family: var(--font-display); font-weight: 900; font-size: 1.9rem; margin: 12px 0 4px; color: #fff; }
.price-card .pc-note { font-size: .88rem; color: rgba(255,255,255,.66); }
.price-foot { margin-top: 30px; text-align: center; font-size: .92rem; color: rgba(255,255,255,.72); }
.price-foot a { color: var(--cream-gold); font-weight: 700; }
.price-foot a:hover { text-decoration: underline; }
@media (max-width: 820px) { .price-grid { grid-template-columns: 1fr; } }

/* ---------- Process ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 44px; counter-reset: step; }
.step {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 32px 26px; position: relative; box-shadow: var(--shadow-sm);
}
.step-num {
  font-family: var(--font-display); font-weight: 900; font-size: 2.6rem; color: var(--cream-gold);
  -webkit-text-stroke: 1.5px var(--bronze); line-height: 1; margin-bottom: 14px;
}
.step h3 { font-size: 1.18rem; font-weight: 800; margin-bottom: 10px; }
.step p { font-size: .94rem; color: var(--ink-72); }
@media (max-width: 820px) { .steps { grid-template-columns: 1fr; } }

/* ---------- Compare table ---------- */
.compare-wrap { margin-top: 44px; overflow-x: auto; border-radius: var(--radius); box-shadow: var(--shadow-sm); border: 1px solid var(--line); }
table.compare { width: 100%; border-collapse: collapse; background: #fff; min-width: 640px; }
.compare th, .compare td { padding: 15px 20px; text-align: left; font-size: .93rem; border-bottom: 1px solid var(--line); }
.compare thead th { font-family: var(--font-display); font-size: 1rem; }
.compare thead th:nth-child(2) { background: var(--maroon); color: #fff; }
.compare tbody th { font-weight: 700; color: var(--maroon); width: 34%; }
.compare td.us { background: #faf6ec; font-weight: 600; }
.compare td svg { width: 18px; height: 18px; vertical-align: -3px; margin-right: 8px; }
.compare td.us svg { fill: var(--green); }
.compare td.them svg { fill: #c0392b; }
.compare tbody tr:last-child th, .compare tbody tr:last-child td { border-bottom: 0; }

/* ---------- Gallery ---------- */
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 44px; }
.g-item { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
.g-item img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/3; transition: transform .35s; }
.g-item:hover img { transform: scale(1.05); }
.g-cap {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 26px 16px 12px;
  background: linear-gradient(180deg, transparent, rgba(31,31,31,.82));
  color: #fff; font-size: .82rem; font-weight: 700;
}
@media (max-width: 900px) { .gallery-grid { grid-template-columns: 1fr 1fr; } }

/* ---------- Mid CTA ---------- */
.midcta { background: linear-gradient(100deg, var(--maroon), #2f1d20); color: #fff; }
.midcta .container { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-top: 56px; padding-bottom: 56px; flex-wrap: wrap; }
.midcta h2 { color: #fff; font-size: clamp(1.6rem, 3.4vw, 2.3rem); font-weight: 800; max-width: 620px; }
.midcta p { color: rgba(255,255,255,.78); margin-top: 8px; max-width: 560px; }
.midcta-ctas { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- Service area ---------- */
.area-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: center; margin-top: 10px; }
.area-map { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); padding: 14px; }
.area-map svg { width: 100%; height: auto; display: block; border-radius: 10px; }
.city-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.city-pills a {
  padding: 10px 18px; border-radius: 999px; background: #fff; border: 1.5px solid var(--line);
  font-weight: 700; font-size: .9rem; color: var(--maroon); transition: all .2s;
}
.city-pills a:hover { border-color: var(--bronze); background: var(--cream-gold); }
.area-note { margin-top: 22px; font-size: .9rem; color: var(--ink-72); display: flex; gap: 10px; align-items: flex-start; }
.area-note svg { width: 20px; height: 20px; fill: var(--bronze-dark); flex: none; margin-top: 2px; }
@media (max-width: 900px) { .area-grid { grid-template-columns: 1fr; gap: 34px; } }

/* ---------- FAQ ---------- */
.faq-list { max-width: 820px; margin: 44px auto 0; display: grid; gap: 14px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow-sm); overflow: hidden; }
.faq-q {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 20px 24px; background: none; border: 0; cursor: pointer; text-align: left;
  font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; color: var(--maroon);
}
.faq-q svg { width: 15px; height: 15px; fill: var(--bronze-dark); flex: none; transition: transform .25s; }
.faq-q[aria-expanded="true"] svg { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-a-inner { padding: 0 24px 22px; font-size: .95rem; color: var(--ink-72); }
.faq-a-inner ul { list-style: disc; padding-left: 20px; margin-top: 8px; }

/* ---------- Lead form ---------- */
.lead { background: var(--charcoal); color: #fff; }
.lead .split { align-items: start; }
.lead h2 { color: #fff; }
.lead .lede { color: rgba(255,255,255,.78); }
.lead-points { display: grid; gap: 14px; margin-top: 26px; }
.lead-points li { display: flex; gap: 12px; align-items: center; font-weight: 600; font-size: .96rem; }
.lead-points svg { width: 22px; height: 22px; fill: var(--cream-gold); flex: none; }
.form-card { background: #fff; color: var(--ink); border-radius: var(--radius); padding: 32px 30px; box-shadow: 0 24px 60px rgba(0,0,0,.35); }
.form-card h3 { font-size: 1.35rem; font-weight: 800; margin-bottom: 4px; }
.form-card .fc-sub { font-size: .9rem; color: var(--ink-72); margin-bottom: 20px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-grid .full { grid-column: 1 / -1; }
.field label { display: block; font-size: .8rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--ink-72); margin-bottom: 6px; }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 14px; border: 1.5px solid var(--line); border-radius: 9px;
  font-family: var(--font-body); font-size: .95rem; color: var(--ink); background: #fff;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--bronze); box-shadow: 0 0 0 3px rgba(166,124,82,.18); }
.form-card .btn { margin-top: 18px; }
.form-disclaim { margin-top: 12px; font-size: .78rem; color: var(--ink-55); text-align: center; }
@media (max-width: 640px) { .form-grid { grid-template-columns: 1fr; } }

/* ---------- Footer ---------- */
.footer { background: var(--charcoal); color: rgba(255,255,255,.8); }
.footer-cta { border-bottom: 1px solid rgba(255,255,255,.09); }
.footer-cta .container { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 42px; padding-bottom: 42px; flex-wrap: wrap; }
.footer-cta h2 { color: #fff; font-size: clamp(1.4rem, 3vw, 1.9rem); }
.footer-trust { border-bottom: 1px solid rgba(255,255,255,.09); }
.footer-trust .container { display: flex; align-items: center; justify-content: center; gap: 34px; padding-top: 24px; padding-bottom: 24px; flex-wrap: wrap; font-size: .85rem; font-weight: 700; color: rgba(255,255,255,.85); }
.footer-trust span { display: inline-flex; align-items: center; gap: 10px; }
.footer-trust svg { width: 20px; height: 20px; fill: var(--cream-gold); flex: none; }
.footer-main .container { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.2fr; gap: 40px; padding-top: 52px; padding-bottom: 52px; }
.footer-main img { height: 56px; width: auto; margin-bottom: 16px; background: #fff; border-radius: 8px; padding: 6px 10px; }
.footer-main p { font-size: .9rem; }
.footer h4 { color: var(--cream-gold); font-size: .95rem; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 16px; }
.footer-main ul { display: grid; gap: 10px; font-size: .92rem; }
.footer-main ul a:hover { color: var(--cream-gold); }
.footer-contact li { display: flex; gap: 10px; align-items: flex-start; }
.footer-contact svg { width: 18px; height: 18px; fill: var(--cream-gold); flex: none; margin-top: 3px; }
.footer-contact a { font-weight: 700; color: #fff; }
.footer-areas { border-top: 1px solid rgba(255,255,255,.09); }
.footer-areas .container { padding-top: 22px; padding-bottom: 22px; font-size: .85rem; line-height: 1.9; }
.footer-areas strong { color: var(--cream-gold); }
.footer-legal { border-top: 1px solid rgba(255,255,255,.09); }
.footer-legal .container { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-top: 20px; padding-bottom: 20px; font-size: .8rem; flex-wrap: wrap; color: rgba(255,255,255,.55); }
.to-top {
  position: fixed; right: 18px; bottom: 92px; z-index: 55;
  width: 46px; height: 46px; border-radius: 50%; background: var(--bronze); border: 0; cursor: pointer;
  display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-md);
  opacity: 0; visibility: hidden; transition: opacity .25s, visibility .25s, transform .2s;
}
.to-top.show { opacity: 1; visibility: visible; }
.to-top:hover { transform: translateY(-3px); background: var(--bronze-dark); }
.to-top svg { width: 20px; height: 20px; fill: #fff; }
@media (max-width: 1100px) { .footer-main .container { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .footer-main .container { grid-template-columns: 1fr; gap: 32px; } }

/* ---------- Mobile CTA bar ---------- */
.mobile-cta {
  display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 65;
  background: #fff; border-top: 1px solid var(--line); padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  gap: 10px; box-shadow: 0 -8px 24px rgba(31,31,31,.12);
}
.mobile-cta .btn { flex: 1; padding: 14px 10px; font-size: .92rem; box-shadow: none; }
@media (max-width: 768px) {
  .mobile-cta { display: flex; }
  body { padding-bottom: 74px; }
  .to-top { bottom: 100px; }
}

/* ---------- 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; }
  html { scroll-behavior: auto; }
}

/* ===========================================================
   10x pass :: Denali peak identity + conversion devices
   =========================================================== */

/* Metallic gold text, matching the beveled logo */
.gold-text {
  background: linear-gradient(175deg, #f4e6b0 8%, #d9b878 30%, #a67c52 55%, #e6cf96 78%, #8a6543 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}

/* Mountain ridge divider (flows from a dark section into the next) */
.ridge { display: block; width: 100%; height: 54px; margin-bottom: -1px; }
.ridge svg { display: block; width: 100%; height: 100%; }
.hero { position: relative; }
.hero-ridge { position: absolute; left: 0; right: 0; bottom: -1px; z-index: 3; pointer-events: none; }
.hero-ridge svg { display: block; width: 100%; height: 46px; }

/* Topographic contour texture for dark sections */
.topo {
  position: relative;
}
.topo::before {
  content: ""; position: absolute; inset: 0; opacity: .05; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='420' height='420' viewBox='0 0 420 420'%3E%3Cg fill='none' stroke='%23ecdca6' stroke-width='1.4'%3E%3Cpath d='M60 210c0-80 65-145 150-145s150 65 150 145-65 145-150 145S60 290 60 210z'/%3E%3Cpath d='M95 210c0-62 51-113 115-113s115 51 115 113-51 113-115 113S95 272 95 210z'/%3E%3Cpath d='M130 210c0-44 36-80 80-80s80 36 80 80-36 80-80 80-80-36-80-80z'/%3E%3Cpath d='M165 210c0-25 20-45 45-45s45 20 45 45-20 45-45 45-45-20-45-45z'/%3E%3Cpath d='M-40 420c60-40 120-30 180-70s80-90 140-110'/%3E%3Cpath d='M-40 380c60-40 130-20 190-60s70-80 130-100'/%3E%3C/g%3E%3C/svg%3E");
}
.topo > * { position: relative; }

/* Eyebrow peak glyph */
.eyebrow .pk, .hero h1 .pk { width: 18px; height: 12px; flex: none; }
.eyebrow .pk path, .hero h1 .pk path { fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linejoin: round; stroke-linecap: round; }

/* ---------- Symptom triage ---------- */
.triage { background: var(--cream); }
.triage-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 44px; }
.tri-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-sm); overflow: hidden; display: flex; flex-direction: column;
}
.tri-head {
  width: 100%; text-align: left; background: none; border: 0; cursor: pointer;
  padding: 22px 20px 18px; display: flex; flex-direction: column; gap: 10px;
}
.tri-head .tri-ic {
  width: 48px; height: 48px; border-radius: 12px; background: var(--cream);
  display: flex; align-items: center; justify-content: center;
}
.tri-head .tri-ic svg { width: 26px; height: 26px; fill: var(--bronze-dark); }
.tri-head h3 { font-size: 1.06rem; font-weight: 800; line-height: 1.25; }
.tri-head .tri-hint { font-size: .8rem; font-weight: 700; color: var(--bronze-dark); display: inline-flex; align-items: center; gap: 6px; }
.tri-head .tri-hint svg { width: 12px; height: 12px; fill: currentColor; transition: transform .25s; }
.tri-head[aria-expanded="true"] .tri-hint svg { transform: rotate(180deg); }
.tri-panel { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.tri-panel-inner { padding: 0 20px 20px; font-size: .88rem; color: var(--ink-72); }
.tri-panel-inner strong { color: var(--maroon); display: block; margin-bottom: 4px; }
.tri-panel-inner a { display: inline-flex; align-items: center; gap: 6px; margin-top: 10px; font-weight: 800; color: var(--bronze-dark); }
.tri-panel-inner a:hover { text-decoration: underline; }
@media (max-width: 1000px) { .triage-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) {
  .triage-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline-start: var(--gutter); gap: 14px; margin-inline: calc(var(--gutter) * -1); padding-inline: var(--gutter); padding-bottom: 8px; }
  .tri-card { flex: 0 0 78%; scroll-snap-align: start; }
}

/* ---------- Before/after slider ---------- */
.ba-wrap { max-width: 980px; margin: 44px auto 0; }
.ba {
  position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md);
  touch-action: pan-y; user-select: none; aspect-ratio: 1408 / 768; background: var(--charcoal);
}
.ba img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.ba .ba-after-img { clip-path: inset(0 0 0 var(--ba-pos, 50%)); }
.ba-handle {
  position: absolute; top: 0; bottom: 0; left: var(--ba-pos, 50%); width: 3px;
  background: var(--cream-gold); transform: translateX(-50%); cursor: ew-resize;
}
.ba-handle::after {
  content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 46px; height: 46px; border-radius: 50%; background: var(--cream-gold);
  box-shadow: 0 6px 18px rgba(0,0,0,.4);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2341292c' d='M8.6 7.4 4 12l4.6 4.6 1.4-1.4L6.8 12 10 8.8zm6.8 0-1.4 1.4 3.2 3.2-3.2 3.2 1.4 1.4L20 12z'/%3E%3C/svg%3E");
  background-size: 26px; background-repeat: no-repeat; background-position: center;
}
.ba-tag {
  position: absolute; top: 14px; padding: 6px 13px; border-radius: 999px;
  font-family: var(--font-display); font-weight: 800; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase;
  background: rgba(31,31,31,.78); color: #fff; pointer-events: none;
}
.ba-tag.before { left: 14px; }
.ba-tag.after { right: 14px; background: var(--bronze); }
.ba-cap { text-align: center; font-size: .84rem; color: var(--ink-55); margin-top: 14px; }

/* ---------- Cost estimator ---------- */
.est {
  max-width: 880px; margin: 44px auto 0; background: var(--charcoal-2);
  border: 1px solid rgba(236,220,166,.18); border-radius: var(--radius); padding: 34px 32px;
}
.est-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.est label { display: block; font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--cream-gold); margin-bottom: 8px; }
.est-opts { display: flex; flex-wrap: wrap; gap: 8px; }
.est-opt {
  padding: 10px 16px; border-radius: 999px; border: 1.5px solid rgba(255,255,255,.22);
  background: none; color: rgba(255,255,255,.85); font-family: var(--font-body);
  font-weight: 700; font-size: .86rem; cursor: pointer; transition: all .18s;
}
.est-opt:hover { border-color: var(--cream-gold); }
.est-opt.sel { background: var(--bronze); border-color: var(--bronze); color: #fff; }
.est-out { margin-top: 26px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.est-out .eo-label { font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.6); }
.est-out .eo-price { font-family: var(--font-display); font-weight: 900; font-size: clamp(1.7rem, 4vw, 2.4rem); }
.est-out .eo-note { font-size: .82rem; color: rgba(255,255,255,.6); max-width: 300px; }
.est-disclaim { margin-top: 18px; font-size: .78rem; color: rgba(255,255,255,.5); }
@media (max-width: 720px) { .est-row { grid-template-columns: 1fr; } .est { padding: 26px 20px; } }
