/* ==========================================================================
   DRIVEWAVE — Design System
   "Uplifting neighbourhoods, one driveway at a time."
   Highway infrastructure x premium home service.
   ========================================================================== */

/* ---------- Tokens ---------- */
:root {
  /* Asphalt (dark) ramp */
  --ink:        #0c0d10;
  --asphalt:    #15181d;
  --asphalt-2:  #1d212a;
  --asphalt-3:  #272d38;
  --asphalt-4:  #353c49;
  --line-dk:    rgba(255, 255, 255, 0.09);
  --line-dk-2:  rgba(255, 255, 255, 0.14);

  /* Concrete (light) ramp */
  --paper:      #faf9f6;
  --concrete:   #f2f1ec;
  --concrete-2: #e7e5dd;
  --white:      #ffffff;

  /* Text */
  --text-on-dark:      #f4f5f7;
  --text-on-dark-soft: #aab1bd;
  --text:              #1b1e24;
  --text-soft:         #5a616c;
  --text-faint:        #8a909b;

  /* Lane-marking yellow */
  --yellow:       #ffcb05;
  --yellow-deep:  #f0b800;
  --yellow-dark:  #b88600;
  --yellow-soft:  #fff4cc;
  --yellow-glow:  rgba(255, 203, 5, 0.40);

  /* Semantic */
  --bg:      var(--paper);
  --surface: var(--white);

  /* Radii */
  --r-xs: 8px;
  --r-sm: 12px;
  --r:    18px;
  --r-lg: 26px;
  --r-xl: 36px;
  --pill: 999px;

  /* Shadows */
  --sh-sm:  0 1px 2px rgba(12, 13, 16, 0.06), 0 2px 6px rgba(12, 13, 16, 0.05);
  --sh:     0 2px 6px rgba(12, 13, 16, 0.06), 0 14px 34px -14px rgba(12, 13, 16, 0.22);
  --sh-lg:  0 4px 12px rgba(12, 13, 16, 0.08), 0 30px 60px -24px rgba(12, 13, 16, 0.32);
  --sh-yellow: 0 10px 30px -8px var(--yellow-glow);

  /* Type */
  --font-display: "Archivo", "Arial Narrow", system-ui, sans-serif;
  --font-body: "Hanken Grotesk", system-ui, -apple-system, sans-serif;

  /* Layout */
  --container: 1200px;
  --container-narrow: 920px;
  --gutter: clamp(1.1rem, 4vw, 2.5rem);
  --section-y: clamp(3.75rem, 9vw, 7.5rem);
  --header-h: 72px;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  font-size: 1.0625rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
input, textarea, select { font: inherit; color: inherit; }
ul { list-style: none; padding: 0; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; border-radius: 4px; }

/* ---------- Typography ---------- */
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.02em;
  color: var(--text);
}
h1 { font-size: clamp(2.6rem, 6.4vw, 5.1rem); font-weight: 900; letter-spacing: -0.035em; }
h2 { font-size: clamp(1.95rem, 4.4vw, 3.3rem); }
h3 { font-size: clamp(1.3rem, 2.4vw, 1.7rem); letter-spacing: -0.015em; }
h4 { font-size: 1.15rem; letter-spacing: -0.01em; }
p { color: var(--text-soft); }
strong { color: inherit; font-weight: 700; }

.display {
  font-family: var(--font-display);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 0.96;
}

/* ---------- Layout helpers ---------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.container--narrow { max-width: var(--container-narrow); }
.section { padding-block: var(--section-y); position: relative; }
.section--tight { padding-block: clamp(2.5rem, 6vw, 4.5rem); }

.section-head { max-width: 60ch; margin-bottom: clamp(2rem, 4vw, 3.25rem); }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head p { margin-top: 0.9rem; font-size: 1.125rem; }

/* Eyebrow / kicker */
.eyebrow {
  display: inline-flex; align-items: center; gap: 0.55rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--yellow-dark);
  margin-bottom: 1.05rem;
}
.eyebrow::before {
  content: ""; width: 26px; height: 3px; border-radius: 2px;
  background: var(--yellow);
  box-shadow: 6px 0 0 -0.5px var(--yellow), 12px 0 0 -1px rgba(255,203,5,.45);
}
.eyebrow--light { color: var(--yellow); }

.lead { font-size: clamp(1.1rem, 1.6vw, 1.28rem); line-height: 1.6; color: var(--text-soft); }

/* ---------- Buttons ---------- */
.btn {
  --btn-bg: var(--yellow);
  --btn-fg: var(--ink);
  display: inline-flex; align-items: center; justify-content: center; gap: 0.6rem;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.02rem;
  letter-spacing: -0.01em;
  padding: 0.95rem 1.6rem;
  min-height: 54px;
  border-radius: var(--pill);
  background: var(--btn-bg);
  color: var(--btn-fg);
  position: relative;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), background 0.2s ease;
  white-space: nowrap;
}
.btn svg { width: 1.15em; height: 1.15em; }
.btn--primary { box-shadow: var(--sh-yellow); }
.btn--primary:hover { background: var(--yellow-deep); transform: translateY(-3px); box-shadow: 0 16px 38px -8px var(--yellow-glow); }
.btn--primary:active { transform: translateY(-1px); }

.btn--dark { --btn-bg: var(--ink); --btn-fg: var(--white); }
.btn--dark:hover { background: var(--asphalt-2); transform: translateY(-3px); box-shadow: var(--sh-lg); }

.btn--ghost {
  --btn-bg: transparent; --btn-fg: var(--text);
  border: 2px solid rgba(27,30,36,0.16);
}
.btn--ghost:hover { border-color: var(--ink); transform: translateY(-3px); }

.btn--ghost-light {
  --btn-bg: transparent; --btn-fg: var(--text-on-dark);
  border: 2px solid var(--line-dk-2);
}
.btn--ghost-light:hover { border-color: var(--yellow); color: var(--yellow); transform: translateY(-3px); }

.btn--block { width: 100%; }
.btn--lg { min-height: 60px; font-size: 1.1rem; padding-inline: 2rem; }

.btn-row { display: flex; flex-wrap: wrap; gap: 0.85rem; align-items: center; }

/* Phone link inline */
.callout-phone {
  display: inline-flex; align-items: center; gap: 0.55rem;
  font-family: var(--font-display); font-weight: 800;
  color: var(--text);
}
.callout-phone .ph-icon {
  display: grid; place-items: center; width: 42px; height: 42px;
  background: var(--yellow); color: var(--ink); border-radius: var(--pill);
  box-shadow: var(--sh-yellow);
}

/* ---------- Lane-line divider ---------- */
.lane {
  height: 6px; width: 100%;
  background-image: linear-gradient(90deg, var(--yellow) 0 38px, transparent 38px 64px);
  background-size: 64px 100%;
  background-repeat: repeat-x;
  opacity: 0.95;
}
.lane--animated { animation: lane-move 1.4s linear infinite; }
@keyframes lane-move { to { background-position-x: -64px; } }

/* Chevron */
.chev {
  width: 0; height: 0;
  border-left: 9px solid var(--yellow);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

/* ---------- Texture / atmosphere ---------- */
.asphalt-bg {
  background-color: var(--asphalt);
  color: var(--text-on-dark);
  position: relative;
  isolation: isolate;
}
.asphalt-bg::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background-image:
    radial-gradient(120% 90% at 85% -10%, rgba(255,203,5,0.10), transparent 55%),
    radial-gradient(90% 80% at 0% 110%, rgba(255,203,5,0.05), transparent 50%);
}
.asphalt-bg::after {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  opacity: 0.5; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E");
}
.asphalt-bg h1, .asphalt-bg h2, .asphalt-bg h3, .asphalt-bg h4 { color: var(--text-on-dark); }
.asphalt-bg p { color: var(--text-on-dark-soft); }

.grain { position: relative; }
.grain::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 1;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.text-yellow { color: var(--yellow); }
.bg-concrete { background: var(--concrete); }
.bg-ink { background: var(--ink); }

/* ---------- Announcement bar ---------- */
.announce {
  background: var(--ink); color: var(--text-on-dark);
  font-size: 0.9rem; text-align: center;
  border-bottom: 1px solid var(--line-dk);
}
.announce .container { display: flex; align-items: center; justify-content: center; gap: 0.6rem; padding-block: 0.6rem; flex-wrap: wrap; }
.announce strong { color: var(--yellow); font-family: var(--font-display); letter-spacing: 0.01em; }
.announce .sun { color: var(--yellow); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(12, 13, 16, 0.82);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid var(--line-dk);
  color: var(--text-on-dark);
}
.site-header .bar {
  display: flex; align-items: center; gap: 1.25rem;
  min-height: var(--header-h);
}
.brand { display: inline-flex; align-items: center; gap: 0.6rem; margin-right: auto; }
.brand__mark { width: 40px; height: 40px; flex: none; }
.brand__name {
  font-family: var(--font-display); font-weight: 900; font-size: 1.42rem;
  letter-spacing: -0.04em; color: var(--white); line-height: 1;
}
.brand__name b { color: var(--yellow); }

.nav { display: none; }
.nav ul { display: flex; align-items: center; gap: 1.6rem; }
.nav a {
  font-weight: 600; font-size: 0.97rem; color: var(--text-on-dark-soft);
  position: relative; padding-block: 0.4rem; transition: color 0.2s ease;
}
.nav a:hover, .nav a[aria-current="page"] { color: var(--white); }
.nav a[aria-current="page"]::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 3px;
  background: var(--yellow); border-radius: 2px;
}

.header-cta { display: none; align-items: center; gap: 0.85rem; }
.header-phone {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-family: var(--font-display); font-weight: 800; color: var(--white);
  font-size: 1.02rem;
}
.header-phone .ph-icon { width: 34px; height: 34px; display: grid; place-items: center; background: var(--asphalt-3); border-radius: var(--pill); color: var(--yellow); }
.header-cta .btn { min-height: 46px; padding: 0.6rem 1.25rem; font-size: 0.95rem; }

.burger {
  display: inline-grid; place-items: center; width: 46px; height: 46px;
  border-radius: var(--r-sm); background: var(--asphalt-2); border: 1px solid var(--line-dk);
  color: var(--white); margin-left: auto;
}
.burger svg { width: 22px; height: 22px; }

/* Mobile drawer */
.drawer {
  position: fixed; inset: 0; z-index: 70;
  background: rgba(8,9,11,0.6); backdrop-filter: blur(4px);
  opacity: 0; visibility: hidden; transition: opacity 0.3s ease, visibility 0.3s ease;
}
.drawer.open { opacity: 1; visibility: visible; }
.drawer__panel {
  position: absolute; top: 0; right: 0; height: 100%; width: min(86vw, 380px);
  background: var(--asphalt); border-left: 1px solid var(--line-dk);
  padding: 1.5rem var(--gutter) 2rem;
  transform: translateX(100%); transition: transform 0.35s var(--ease);
  display: flex; flex-direction: column; gap: 0.4rem; overflow-y: auto;
}
.drawer.open .drawer__panel { transform: translateX(0); }
.drawer__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1rem; }
.drawer__close { width: 44px; height: 44px; display: grid; place-items: center; border-radius: var(--r-sm); background: var(--asphalt-2); color: var(--white); border: 1px solid var(--line-dk); }
.drawer nav a {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0.95rem 0.4rem; color: var(--text-on-dark); font-family: var(--font-display);
  font-weight: 700; font-size: 1.2rem; border-bottom: 1px solid var(--line-dk);
}
.drawer nav a:hover { color: var(--yellow); }
.drawer__cta { margin-top: 1.4rem; display: grid; gap: 0.7rem; }

/* ---------- Hero ---------- */
.hero { padding-top: clamp(2.5rem, 6vw, 5rem); padding-bottom: clamp(3rem, 7vw, 6rem); overflow: hidden; }
.hero__grid { display: grid; gap: clamp(2.5rem, 5vw, 4rem); align-items: center; }
.hero__eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: #58d68d; box-shadow: 0 0 0 4px rgba(88,214,141,0.18); }
.hero h1 { margin-bottom: 1.3rem; }
.hero h1 .hl { color: var(--yellow); position: relative; white-space: nowrap; }
.hero h1 .hl::after {
  content: ""; position: absolute; left: -2%; right: -2%; bottom: 0.06em; height: 0.16em;
  background: var(--yellow); opacity: 0.28; border-radius: 3px; z-index: -1;
}
.hero__sub { font-size: clamp(1.08rem, 1.7vw, 1.32rem); max-width: 56ch; margin-bottom: 1.9rem; }
.hero .btn-row { margin-bottom: 1.6rem; }

.hero__trust { display: flex; flex-wrap: wrap; align-items: center; gap: 1.1rem 1.6rem; }
.rating { display: inline-flex; align-items: center; gap: 0.5rem; }
.stars { display: inline-flex; gap: 2px; color: var(--yellow); }
.stars svg { width: 18px; height: 18px; }
.rating b { font-family: var(--font-display); }
.hero__trust .tiny { font-size: 0.92rem; color: var(--text-on-dark-soft); }

/* Hero visual */
.hero__media { position: relative; }
.hero__photo {
  position: relative; border-radius: var(--r-lg); overflow: hidden;
  box-shadow: var(--sh-lg); border: 1px solid var(--line-dk-2);
  aspect-ratio: 4 / 5;
}
.hero__photo img { width: 100%; height: 100%; object-fit: cover; }
.hero__badge {
  position: absolute; z-index: 3;
  background: var(--white); color: var(--text);
  border-radius: var(--r); box-shadow: var(--sh-lg);
  padding: 0.85rem 1.05rem; display: flex; align-items: center; gap: 0.7rem;
  font-family: var(--font-display); font-weight: 800; line-height: 1.1;
}
.hero__badge .ico { display: grid; place-items: center; width: 40px; height: 40px; border-radius: var(--r-sm); background: var(--yellow); color: var(--ink); flex: none; }
.hero__badge small { display: block; font-family: var(--font-body); font-weight: 500; color: var(--text-soft); font-size: 0.78rem; letter-spacing: 0; }
.hero__badge--tl { top: 1rem; left: -0.6rem; }
.hero__badge--br { bottom: 1.1rem; right: -0.6rem; }

/* ---------- Trust strip / logos ---------- */
/* tint via background-image so it layers over asphalt-bg's dark color
   instead of the `background` shorthand resetting background-color */
.trustbar { border-block: 1px solid var(--line-dk); background-image: linear-gradient(rgba(255,255,255,0.025), rgba(255,255,255,0.025)); }
.trustbar .container { display: flex; flex-wrap: wrap; gap: 1rem 2.4rem; justify-content: center; align-items: center; padding-block: 1.3rem; }
.trust-item { display: inline-flex; align-items: center; gap: 0.6rem; font-weight: 600; color: var(--text-on-dark-soft); font-size: 0.96rem; }
.trust-item svg { width: 22px; height: 22px; color: var(--yellow); flex: none; }
.trust-item b { color: var(--text-on-dark); font-family: var(--font-display); }

/* ---------- Stat band ---------- */
.stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line-dk); border-radius: var(--r); overflow: hidden; border: 1px solid var(--line-dk); }
.stat { background: var(--asphalt); padding: 1.6rem 1.4rem; text-align: center; }
.stat .num { font-family: var(--font-display); font-weight: 900; font-size: clamp(2rem, 5vw, 2.9rem); color: var(--yellow); line-height: 1; letter-spacing: -0.03em; }
.stat .lbl { margin-top: 0.45rem; font-size: 0.92rem; color: var(--text-on-dark-soft); }

/* ---------- Why-it-matters (balanced 2-col) ---------- */
.why-grid { display: grid; gap: clamp(2rem, 5vw, 3.5rem); grid-template-columns: 1fr; align-items: stretch; }
.why-copy { display: flex; flex-direction: column; }
.why-h2 { font-size: clamp(1.95rem, 3.4vw, 2.85rem); }
.why-cta { margin-top: auto; padding-top: 1.8rem; }
.why-aside { display: flex; }
.why-card {
  width: 100%; display: flex; flex-direction: column; justify-content: space-between; gap: 1.6rem;
  border-radius: var(--r-xl); padding: clamp(1.6rem, 3vw, 2.4rem); box-shadow: var(--sh-lg);
}
.why-card .stats { grid-template-columns: repeat(2, 1fr); }
.why-card .stat { padding: clamp(1.3rem, 3vw, 2rem) 1.2rem; }
.why-card__quote .lane { border-radius: 3px; margin-bottom: 1.2rem; }
.why-card__quote blockquote { color: var(--text-on-dark); font-size: 1.05rem; line-height: 1.6; font-style: italic; }
.why-card__quote cite { display: block; margin-top: 0.8rem; font-style: normal; color: var(--text-faint); font-size: 0.88rem; }

/* ---------- Cards / services ---------- */
.grid { display: grid; gap: clamp(1rem, 2vw, 1.5rem); }
.grid--2 { grid-template-columns: 1fr; }
.grid--3 { grid-template-columns: 1fr; }
.grid--4 { grid-template-columns: 1fr; }

.card {
  background: var(--surface); border-radius: var(--r-lg);
  padding: clamp(1.4rem, 2.2vw, 1.9rem);
  box-shadow: var(--sh); border: 1px solid rgba(12,13,16,0.05);
  position: relative; transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
  height: 100%;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--sh-lg); }
/* White cards keep dark text even inside dark (asphalt-bg) sections */
.asphalt-bg .card h2, .asphalt-bg .card h3, .asphalt-bg .card h4 { color: var(--text); }
.asphalt-bg .card p, .asphalt-bg .card .feat-list li { color: var(--text-soft); }
.asphalt-bg .card .feat-list b { color: var(--text); }

.svc-card { display: flex; flex-direction: column; }
.svc-card__icon {
  width: 60px; height: 60px; border-radius: var(--r-sm); display: grid; place-items: center;
  background: linear-gradient(150deg, var(--asphalt-2), var(--ink)); color: var(--yellow);
  margin-bottom: 1.15rem; box-shadow: var(--sh-sm);
}
.svc-card__icon svg { width: 30px; height: 30px; }
.svc-card h3 { margin-bottom: 0.5rem; }
.svc-card p { font-size: 0.98rem; margin-bottom: 1rem; }
.svc-card .price-from { font-family: var(--font-display); font-weight: 700; color: var(--text); font-size: 0.95rem; margin-bottom: 1rem; }
.svc-card .price-from b { color: var(--yellow-dark); font-size: 1.25rem; }
.svc-card .more {
  margin-top: auto; display: inline-flex; align-items: center; gap: 0.45rem;
  font-family: var(--font-display); font-weight: 700; color: var(--text); font-size: 0.95rem;
}
.svc-card .more svg { width: 16px; height: 16px; transition: transform 0.25s var(--ease); color: var(--yellow-dark); }
.svc-card:hover .more svg { transform: translateX(5px); }
.svc-card::after {
  content: ""; position: absolute; left: 0; top: clamp(1.4rem,2.2vw,1.9rem); width: 4px; height: 0;
  background: var(--yellow); border-radius: 0 3px 3px 0; transition: height 0.3s var(--ease);
}
.svc-card:hover::after { height: 60px; }

/* feature list */
.feat-list { display: grid; gap: 0.7rem; }
.feat-list li { display: flex; gap: 0.7rem; align-items: flex-start; color: var(--text-soft); }
.feat-list svg { width: 22px; height: 22px; color: var(--yellow-dark); flex: none; margin-top: 1px; }
.feat-list b { color: var(--text); }
.asphalt-bg .feat-list li { color: var(--text-on-dark-soft); }
.asphalt-bg .feat-list svg { color: var(--yellow); }
.asphalt-bg .feat-list b { color: var(--text-on-dark); }

/* ---------- One-service size estimator ---------- */
.estimator-wrap { display: grid; gap: clamp(1rem, 2vw, 1.5rem); grid-template-columns: 1fr; align-items: stretch; }
.included {
  background: var(--surface); border-radius: var(--r-lg); padding: clamp(1.6rem, 2.5vw, 2.2rem);
  box-shadow: var(--sh); border: 1px solid rgba(12,13,16,0.05);
}
.included h3 { margin-bottom: 1.2rem; }
.included .feat-list li { font-size: 1rem; }
.included__foot {
  margin-top: 1.5rem; padding-top: 1.2rem; border-top: 1px solid var(--concrete-2);
  display: flex; align-items: center; gap: 0.6rem;
  font-family: var(--font-display); font-weight: 800; color: var(--text);
}

.estimator {
  background: var(--surface); border-radius: var(--r-lg); padding: clamp(1.5rem, 2.5vw, 2.1rem);
  box-shadow: var(--sh-lg); border: 1px solid rgba(12,13,16,0.06);
  display: flex; flex-direction: column;
}
.estimator__kicker {
  display: inline-block; font-family: var(--font-display); font-weight: 700;
  font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--yellow-dark); margin-bottom: 0.95rem;
}
.estimator .price-display { margin-bottom: 1.5rem; }
.estimator .price-display .amt { transition: opacity 0.15s ease; }
.estimator__control { margin-bottom: 1.5rem; }
.estimator__q { display: block; font-weight: 600; font-size: 0.95rem; color: var(--text-soft); margin-bottom: 1.1rem; }
.estimator__ticks { display: flex; justify-content: space-between; margin-top: 0.8rem; font-size: 0.76rem; font-weight: 700; color: var(--text-faint); font-family: var(--font-display); }
.estimator__fine { font-size: 0.82rem; color: var(--text-faint); margin-top: 1rem; text-align: center; }
.estimator.is-custom .price-display .amt { font-size: clamp(1.9rem, 5.5vw, 2.6rem); }

/* Range slider */
.range {
  -webkit-appearance: none; appearance: none; width: 100%; height: 14px; margin: 0;
  border-radius: var(--pill); cursor: pointer; outline-offset: 6px;
  background: linear-gradient(90deg, var(--yellow) 0 var(--fill, 28%), var(--concrete-2) var(--fill, 28%) 100%);
}
.range::-webkit-slider-runnable-track { height: 14px; border-radius: var(--pill); background: transparent; }
.range::-moz-range-track { height: 14px; border-radius: var(--pill); background: transparent; }
.range::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none; width: 32px; height: 32px; margin-top: -9px;
  border-radius: 50%; background: var(--ink); border: 4px solid var(--yellow);
  box-shadow: var(--sh); cursor: grab; transition: transform 0.15s ease;
}
.range::-moz-range-thumb {
  width: 32px; height: 32px; border-radius: 50%; background: var(--ink); border: 4px solid var(--yellow);
  box-shadow: var(--sh); cursor: grab;
}
.range:active::-webkit-slider-thumb { transform: scale(1.12); cursor: grabbing; }
.range:active::-moz-range-thumb { transform: scale(1.12); }
.range:focus-visible::-webkit-slider-thumb { box-shadow: 0 0 0 4px var(--yellow-glow), var(--sh); }

/* ---------- Before / After slider ---------- */
.ba {
  position: relative; border-radius: var(--r-lg); overflow: hidden;
  box-shadow: var(--sh-lg); aspect-ratio: 16 / 11; user-select: none; touch-action: pan-y;
  background: var(--asphalt);
}
.ba img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
/* CSS-rendered asphalt panes (swap for real <img> project photos anytime) */
.ba__pane { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.ba__pane svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.ba__pane::after {
  content: ""; position: absolute; inset: 0; opacity: 0.32; mix-blend-mode: soft-light;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.ba__before {
  background-image: linear-gradient(160deg, rgba(255,255,255,0.08), rgba(0,0,0,0.10) 60%, rgba(0,0,0,0.20));
  background-color: #84868b;
}
.ba__after {
  clip-path: inset(0 0 0 50%);
  background-image:
    linear-gradient(115deg, rgba(255,255,255,0.16) 0%, rgba(255,255,255,0) 26%, rgba(0,0,0,0.45) 100%);
  background-color: #0e1013;
}
.ba__label {
  position: absolute; bottom: 1rem; z-index: 4;
  font-family: var(--font-display); font-weight: 800; font-size: 0.78rem; letter-spacing: 0.08em;
  text-transform: uppercase; padding: 0.4rem 0.85rem; border-radius: var(--pill);
  background: rgba(12,13,16,0.72); color: var(--white); backdrop-filter: blur(4px);
}
.ba__label--before { left: 1rem; }
.ba__label--after { right: 1rem; background: var(--yellow); color: var(--ink); }
.ba__lbl-more { display: none; }
@media (min-width: 760px) { .ba__lbl-more { display: inline; } }
.ba__line { position: absolute; top: 0; bottom: 0; width: 3px; background: var(--yellow); z-index: 5; transform: translateX(-50%); box-shadow: 0 0 0 1px rgba(0,0,0,0.2); }
.ba__handle {
  position: absolute; top: 50%; left: 50%; z-index: 6; transform: translate(-50%, -50%);
  width: 52px; height: 52px; border-radius: 50%; background: var(--yellow); color: var(--ink);
  display: grid; place-items: center; box-shadow: var(--sh-lg); cursor: ew-resize;
}
.ba__handle svg { width: 26px; height: 26px; }

/* Static before/after composite (single side-by-side photo) */
.ba--static { aspect-ratio: 16 / 9; cursor: default; }
.ba--static img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ba__split {
  position: absolute; top: 0; bottom: 0; left: 50%; width: 3px; z-index: 4;
  transform: translateX(-50%);
  background: linear-gradient(180deg, var(--yellow), var(--yellow-deep));
  box-shadow: 0 0 0 1px rgba(0,0,0,0.18), 0 0 18px -2px var(--yellow-glow);
}

/* ---------- Process / steps ---------- */
.steps { counter-reset: step; display: grid; gap: clamp(1rem,2vw,1.4rem); }
.step {
  position: relative; background: var(--surface); border-radius: var(--r-lg);
  padding: 1.7rem 1.5rem 1.5rem; box-shadow: var(--sh); border: 1px solid rgba(12,13,16,0.05);
}
.step__n {
  counter-increment: step; font-family: var(--font-display); font-weight: 900;
  font-size: 1.05rem; width: 48px; height: 48px; border-radius: var(--r-sm);
  background: var(--ink); color: var(--yellow); display: grid; place-items: center; margin-bottom: 1rem;
}
.step__n::before { content: "0" counter(step); }
/* white cards sit on the dark process section — force dark text */
.step h3 { font-size: 1.25rem; margin-bottom: 0.45rem; color: var(--text); }
.step p { font-size: 0.97rem; color: var(--text-soft); }

/* ---------- Reviews ---------- */
.review {
  background: var(--surface); border-radius: var(--r-lg); padding: 1.7rem 1.6rem;
  box-shadow: var(--sh); border: 1px solid rgba(12,13,16,0.05); height: 100%;
  display: flex; flex-direction: column;
}
.review__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 0.9rem; }
.review .stars svg { width: 19px; height: 19px; }
.gbadge { display: inline-flex; align-items: center; gap: 0.4rem; font-size: 0.8rem; font-weight: 600; color: var(--text-faint); }
.gbadge svg { width: 18px; height: 18px; }
.review p { color: var(--text); font-size: 1.02rem; line-height: 1.6; margin-bottom: 1.2rem; }
.review__person { display: flex; align-items: center; gap: 0.8rem; margin-top: auto; }
.avatar {
  width: 46px; height: 46px; border-radius: 50%; flex: none; display: grid; place-items: center;
  font-family: var(--font-display); font-weight: 800; color: var(--ink);
  background: var(--yellow); object-fit: cover;
}
.review__person .nm { font-family: var(--font-display); font-weight: 700; color: var(--text); line-height: 1.1; }
.review__person .loc { font-size: 0.85rem; color: var(--text-faint); }

/* ---------- Service areas ---------- */
.areas { display: grid; gap: clamp(1.5rem, 3vw, 3rem); align-items: center; }
.area-list { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.area-chip {
  display: inline-flex; align-items: center; gap: 0.45rem; padding: 0.5rem 0.95rem;
  border-radius: var(--pill); background: rgba(255,255,255,0.05); border: 1px solid var(--line-dk);
  font-size: 0.92rem; font-weight: 600; color: var(--text-on-dark-soft);
}
.area-chip svg { width: 15px; height: 15px; color: var(--yellow); }
.map-card { position: relative; border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line-dk); box-shadow: var(--sh-lg); background: var(--asphalt-2); }

/* ---------- FAQ ---------- */
.faq { display: grid; gap: 0.8rem; max-width: 820px; margin-inline: auto; }
.faq details {
  background: var(--surface); border: 1px solid rgba(12,13,16,0.07); border-radius: var(--r);
  box-shadow: var(--sh-sm); overflow: hidden; transition: box-shadow 0.25s ease;
}
.faq details[open] { box-shadow: var(--sh); }
.faq summary {
  list-style: none; cursor: pointer; padding: 1.2rem 1.4rem;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  font-family: var(--font-display); font-weight: 700; font-size: 1.08rem; color: var(--text);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary .pm { flex: none; width: 30px; height: 30px; border-radius: 50%; background: var(--concrete); display: grid; place-items: center; transition: transform 0.3s var(--ease), background 0.2s ease; color: var(--text); }
.faq details[open] summary .pm { transform: rotate(45deg); background: var(--yellow); color: var(--ink); }
.faq summary .pm svg { width: 16px; height: 16px; }
.faq__body { padding: 0 1.4rem 1.3rem; }
.faq__body p { color: var(--text-soft); }

/* ---------- CTA band ---------- */
.cta-band { position: relative; overflow: hidden; border-radius: var(--r-xl); }
.cta-band__inner { padding: clamp(2.5rem, 6vw, 4.5rem) clamp(1.5rem, 5vw, 4rem); position: relative; z-index: 2; text-align: center; }
.cta-band h2 { font-size: clamp(2rem, 5vw, 3.5rem); margin-bottom: 1rem; }
.cta-band p { font-size: 1.15rem; max-width: 52ch; margin-inline: auto; margin-bottom: 1.8rem; }
.cta-band .lane { position: absolute; left: 0; right: 0; opacity: 0.5; z-index: 1; }
.cta-band .lane--top { top: 0; }
.cta-band .lane--bottom { bottom: 0; }

/* ---------- Quote form ---------- */
.quote-wrap { display: grid; gap: clamp(2rem, 4vw, 3.5rem); align-items: start; }
.form-card {
  background: var(--surface); border-radius: var(--r-lg); padding: clamp(1.5rem, 3vw, 2.4rem);
  box-shadow: var(--sh-lg); border: 1px solid rgba(12,13,16,0.06);
}
.field { margin-bottom: 1rem; }
.field label { display: block; font-weight: 600; font-size: 0.92rem; margin-bottom: 0.4rem; color: var(--text); }
.field label .req { color: var(--yellow-dark); }
.field input, .field select, .field textarea {
  width: 100%; padding: 0.85rem 1rem; border-radius: var(--r-sm);
  border: 1.5px solid var(--concrete-2); background: var(--paper); color: var(--text);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--yellow); box-shadow: 0 0 0 3px var(--yellow-glow); background: var(--white);
}
.field textarea { resize: vertical; min-height: 96px; }
.field-row { display: grid; gap: 1rem; grid-template-columns: 1fr; }
.form-note { font-size: 0.82rem; color: var(--text-faint); margin-top: 0.4rem; }
.form-success {
  display: none; text-align: center; padding: 1.5rem 1rem;
}
.form-success.show { display: block; }
.form-success .ico { width: 64px; height: 64px; border-radius: 50%; background: var(--yellow); color: var(--ink); display: grid; place-items: center; margin: 0 auto 1rem; }
.form-success .ico svg { width: 34px; height: 34px; }

/* ---------- Pricing calculator ---------- */
.calc { display: grid; gap: 1.4rem; }
.size-options { display: grid; gap: 0.7rem; grid-template-columns: 1fr; }
.size-opt { position: relative; }
.size-opt input { position: absolute; opacity: 0; pointer-events: none; }
.size-opt label {
  display: block; padding: 1.1rem 1.2rem; border-radius: var(--r); cursor: pointer;
  border: 2px solid var(--concrete-2); background: var(--surface); transition: all 0.2s ease;
}
.size-opt label .t { font-family: var(--font-display); font-weight: 800; font-size: 1.1rem; display: flex; justify-content: space-between; align-items: center; }
.size-opt label .d { font-size: 0.9rem; color: var(--text-faint); }
.size-opt input:checked + label { border-color: var(--yellow); background: var(--yellow-soft); box-shadow: var(--sh); }
.size-opt input:focus-visible + label { outline: 3px solid var(--yellow); outline-offset: 2px; }

.price-display { background: var(--ink); color: var(--white); border-radius: var(--r-lg); padding: 1.8rem; text-align: center; }
.price-display .amt { font-family: var(--font-display); font-weight: 900; color: var(--yellow); font-size: clamp(2.4rem, 7vw, 3.6rem); line-height: 1; letter-spacing: -0.03em; }
.price-display .amt small { font-size: 1rem; color: var(--text-on-dark-soft); font-weight: 500; }
.price-display .cap { color: var(--text-on-dark-soft); font-size: 0.9rem; margin-top: 0.6rem; }

/* ---------- Pricing tiers ---------- */
.tier {
  background: var(--surface); border-radius: var(--r-lg); padding: 2rem 1.7rem;
  box-shadow: var(--sh); border: 1px solid rgba(12,13,16,0.06); position: relative; height: 100%;
  display: flex; flex-direction: column;
}
.tier--featured { border-color: var(--yellow); box-shadow: var(--sh-lg); }
.tier__flag { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--yellow); color: var(--ink); font-family: var(--font-display); font-weight: 800; font-size: 0.78rem; letter-spacing: 0.06em; text-transform: uppercase; padding: 0.35rem 1rem; border-radius: var(--pill); white-space: nowrap; }
.tier h3 { font-size: 1.4rem; }
.tier .tier__price { font-family: var(--font-display); font-weight: 900; font-size: 2.6rem; color: var(--text); letter-spacing: -0.03em; margin: 0.5rem 0 0.2rem; }
.tier .tier__price small { font-size: 0.95rem; color: var(--text-faint); font-weight: 500; }
.tier .tier__from { font-size: 0.85rem; color: var(--text-faint); margin-bottom: 1.2rem; }
.tier ul { display: grid; gap: 0.65rem; margin-bottom: 1.6rem; }
.tier ul li { display: flex; gap: 0.6rem; align-items: flex-start; font-size: 0.97rem; color: var(--text-soft); }
.tier ul li svg { width: 20px; height: 20px; color: var(--yellow-dark); flex: none; margin-top: 2px; }
.tier .btn { margin-top: auto; }

/* ---------- Page hero (interior pages) ---------- */
.page-hero { padding-top: clamp(3rem, 6vw, 5rem); padding-bottom: clamp(2.5rem, 5vw, 4rem); }
.page-hero h1 { font-size: clamp(2.4rem, 6vw, 4.4rem); margin-bottom: 1rem; }
.page-hero p { font-size: clamp(1.08rem, 1.6vw, 1.28rem); max-width: 60ch; }
.breadcrumb { display: flex; gap: 0.5rem; align-items: center; font-size: 0.88rem; color: var(--text-on-dark-soft); margin-bottom: 1.2rem; }
.breadcrumb a:hover { color: var(--yellow); }
.breadcrumb svg { width: 14px; height: 14px; opacity: 0.6; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: var(--text-on-dark-soft); padding-top: clamp(3rem,6vw,5rem); }
.footer-grid { display: grid; gap: 2.5rem; grid-template-columns: 1fr; padding-bottom: 3rem; }
.footer-brand .brand { margin-bottom: 1.1rem; }
.footer-brand p { max-width: 38ch; font-size: 0.96rem; }
.footer-pay { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 1.3rem; }
.pay-chip { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.4rem 0.7rem; border-radius: var(--r-xs); background: var(--asphalt-2); border: 1px solid var(--line-dk); font-size: 0.78rem; font-weight: 600; color: var(--text-on-dark-soft); }
.footer-col h4 { color: var(--white); margin-bottom: 1.1rem; font-size: 1rem; letter-spacing: 0.02em; }
.footer-col ul { display: grid; gap: 0.65rem; }
.footer-col a { color: var(--text-on-dark-soft); font-size: 0.96rem; transition: color 0.2s ease; }
.footer-col a:hover { color: var(--yellow); }
.footer-contact li { display: flex; gap: 0.65rem; align-items: flex-start; margin-bottom: 0.8rem; font-size: 0.96rem; }
.footer-contact svg { width: 19px; height: 19px; color: var(--yellow); flex: none; margin-top: 2px; }
.footer-bottom { border-top: 1px solid var(--line-dk); padding-block: 1.5rem; display: flex; flex-wrap: wrap; gap: 0.8rem; justify-content: space-between; align-items: center; font-size: 0.86rem; }
.footer-bottom a:hover { color: var(--yellow); }
.footer-social { display: flex; gap: 0.6rem; }
.footer-social a { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: var(--asphalt-2); border: 1px solid var(--line-dk); color: var(--text-on-dark-soft); transition: all 0.2s ease; }
.footer-social a:hover { background: var(--yellow); color: var(--ink); border-color: var(--yellow); transform: translateY(-3px); }
.footer-social svg { width: 19px; height: 19px; }

/* ---------- Sticky mobile CTA ---------- */
.mobile-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 55;
  display: grid; grid-template-columns: 1fr 1fr; gap: 0.6rem;
  padding: 0.6rem 0.7rem calc(0.6rem + env(safe-area-inset-bottom, 0px));
  background: rgba(12,13,16,0.92); backdrop-filter: blur(12px);
  border-top: 1px solid var(--line-dk);
  transform: translateY(110%); transition: transform 0.35s var(--ease);
}
.mobile-cta.show { transform: translateY(0); }
.mobile-cta .btn { min-height: 52px; font-size: 1rem; }

/* ---------- Image fallback (branded placeholder) ---------- */
.img-fallback {
  background-color: var(--asphalt-2) !important;
  background-image:
    repeating-linear-gradient(135deg, rgba(255,255,255,0.018) 0 14px, transparent 14px 28px),
    radial-gradient(120% 100% at 50% 0%, rgba(255,203,5,0.08), transparent 60%) !important;
  position: relative;
  font-size: 0; /* hide the raw alt text of a missing image; the ::after label sets its own size */
  color: transparent;
}
.img-fallback::after {
  content: attr(data-label); position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center; text-align: center;
  font-family: var(--font-display); font-weight: 700; font-size: 0.82rem; letter-spacing: 0.04em;
  color: rgba(255,255,255,0.42); padding: 1rem; text-transform: uppercase;
}
.img-fallback::before {
  content: ""; position: absolute; left: 50%; top: 38%; transform: translate(-50%,-50%);
  width: 40px; height: 40px; opacity: 0.3;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffcb05' stroke-width='1.6'%3E%3Crect x='3' y='4' width='18' height='16' rx='2'/%3E%3Ccircle cx='9' cy='10' r='2'/%3E%3Cpath d='m3 17 5-4 4 3 3-2 6 5'/%3E%3C/svg%3E") center / contain no-repeat;
}

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out); }
.reveal.in { opacity: 1; transform: none; }
.reveal-d1 { transition-delay: 0.08s; }
.reveal-d2 { transition-delay: 0.16s; }
.reveal-d3 { transition-delay: 0.24s; }
.reveal-d4 { transition-delay: 0.32s; }

/* Hero load stagger */
.hero .anim { opacity: 0; transform: translateY(22px); animation: rise 0.8s var(--ease-out) forwards; }
.hero .anim-1 { animation-delay: 0.05s; }
.hero .anim-2 { animation-delay: 0.15s; }
.hero .anim-3 { animation-delay: 0.25s; }
.hero .anim-4 { animation-delay: 0.35s; }
.hero .anim-5 { animation-delay: 0.45s; }
.hero__media.anim { animation-delay: 0.3s; transform: translateY(30px) scale(0.98); }
@keyframes rise { to { opacity: 1; transform: none; } }

/* utility */
.text-center { text-align: center; }
.mt-1 { margin-top: 0.5rem; } .mt-2 { margin-top: 1rem; } .mt-3 { margin-top: 1.6rem; } .mt-4 { margin-top: 2.4rem; }
.mb-0 { margin-bottom: 0; }
.hide-mobile { display: none; }
.divider-lane { height: 6px; }

/* ==========================================================================
   Breakpoints
   ========================================================================== */
@media (min-width: 560px) {
  .grid--2 { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(4, 1fr); }
  .field-row { grid-template-columns: 1fr 1fr; }
  .size-options { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 820px) {
  .grid--3 { grid-template-columns: repeat(3, 1fr); }
  .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .hero__grid { grid-template-columns: 1.05fr 0.95fr; }
  .areas { grid-template-columns: 1fr 1fr; }
  .quote-wrap { grid-template-columns: 1fr 1.1fr; }
  .estimator-wrap { grid-template-columns: 1fr 1.05fr; }
  .why-grid { grid-template-columns: 1.02fr 0.98fr; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .mobile-cta { display: none !important; }
  body { padding-bottom: 0 !important; }
  .hide-mobile { display: revert; }
}

@media (min-width: 1000px) {
  .nav { display: block; }
  .header-cta { display: flex; }
  .burger { display: none; }
  .grid--4 { grid-template-columns: repeat(4, 1fr); }
  .footer-grid { grid-template-columns: 1.6fr 1fr 1fr 1.4fr; }
  .steps { grid-template-columns: repeat(4, 1fr); }
}

/* Mobile: pad bottom so sticky CTA never covers content */
@media (max-width: 819px) {
  body { padding-bottom: 78px; }
}
