/* =========================================================
   TEXAS CONCRETE — homepage redesign concept
   Design language: charcoal + warm concrete neutrals, one safety-orange accent,
   condensed industrial headings, generous whitespace, big tap targets.
   Sections: tokens · base · buttons · header · hero · proof · services · projects
             · why · process · reviews · quote · footer · mobile bar · motion
   ========================================================= */

/* ---------- Tokens ---------- */
:root {
  --ink: #0e1113;
  --ink-2: #151a1e;
  --steel: #1f262c;
  --steel-2: #2a333b;
  --line: rgba(255, 255, 255, .12);

  --c50: #faf9f7;
  --c100: #f3f1ed;
  --c200: #e6e3dc;
  --c300: #d1cdc4;
  --c500: #8a867d;
  --c700: #4a4741;

  --accent: #f26b1d;          /* safety orange — buttons, highlights (use dark text on it) */
  --accent-hover: #ff8340;
  --accent-ink: #b84a0a;      /* orange dark enough for small text on light backgrounds */
  --gold: #fbbc04;            /* Google star gold */
  --ok: #2e9e5b;
  --bad: #d64545;

  --radius: 14px;
  --radius-lg: 22px;
  --shadow: 0 1px 2px rgba(14, 17, 19, .06), 0 14px 34px -14px rgba(14, 17, 19, .28);
  --shadow-lg: 0 30px 70px -24px rgba(0, 0, 0, .55);

  --font-head: "Barlow Condensed", "Arial Narrow", Impact, system-ui, sans-serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;

  --gut: clamp(20px, 4vw, 40px);
  --maxw: 1200px;
  --header-h: 72px;

  /* PHOTO SLOT — drop a real hero photo here, e.g. url("img/hero-driveway.webp") */
  --hero-photo: none;

  --star-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l2.9 6.6 7.1.6-5.4 4.7 1.6 7L12 17.3 5.8 20.9l1.6-7L2 9.2l7.1-.6z'/%3E%3C/svg%3E");
  --noise: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 .6 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--ink);
  background: var(--c50);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg, iframe { display: block; max-width: 100%; }
a { color: inherit; }
p { margin: 0 0 1em; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 {
  margin: 0;
  font-family: var(--font-head);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .012em;
  line-height: 1;
  text-wrap: balance;
}
h2 { font-size: clamp(2.2rem, 5vw, 3.6rem); }
h3 { font-size: 1.6rem; }
blockquote, figure { margin: 0; }
address { font-style: normal; }
button { font: inherit; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; border-radius: 6px; }

.container { width: min(100% - 2 * var(--gut), var(--maxw)); margin-inline: auto; }
.center { text-align: center; margin-top: clamp(28px, 4vw, 44px); }
.sr-only, .field .sr-only { position: absolute; width: 1px; height: 1px; min-height: 0; padding: 0; margin: -1px; border: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: absolute; left: 12px; top: -60px; z-index: 200; background: var(--accent); color: var(--ink); padding: 10px 16px; border-radius: 8px; font-weight: 700; }
.skip-link:focus { top: 12px; }
.hp { position: absolute !important; left: -9999px !important; opacity: 0; height: 0; width: 0; }

.ic { width: 1.2em; height: 1.2em; flex: none; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.flip { transform: scaleX(-1); }

/* Google-style stars (gold, masked) */
.stars {
  --s: 1.05em;
  display: inline-block; vertical-align: -.16em;
  width: calc(var(--s) * 5); height: var(--s);
  background: var(--gold);
  -webkit-mask: var(--star-mask) 0 0 / var(--s) var(--s) repeat-x;
          mask: var(--star-mask) 0 0 / var(--s) var(--s) repeat-x;
}
.stars.sm { --s: .9em; }
.stars.xl { --s: 1.7rem; }

.g-logo { width: 22px; height: 22px; flex: none; }
.g-logo.lg { width: 38px; height: 38px; }

/* Section scaffolding */
.section { padding-block: clamp(64px, 9vw, 120px); scroll-margin-top: var(--header-h); }
.sec-head { max-width: 720px; margin-bottom: clamp(32px, 5vw, 56px); }
.sec-head p:last-child { margin: 16px 0 0; font-size: 1.15rem; color: var(--c700); }
.eyebrow {
  margin: 0 0 14px;
  font-size: .8rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  color: var(--accent-ink);
}
.on-dark { background: var(--ink-2); color: #fff; position: relative; isolation: isolate; }
.on-dark::before {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background-image: var(--noise); background-size: 240px 240px; opacity: .05;
}
.on-dark .eyebrow { color: var(--accent); }
.on-dark .sec-head p:last-child { color: rgba(255, 255, 255, .72); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 50px; padding: 0 24px;
  border: 2px solid transparent; border-radius: 12px;
  font-weight: 700; font-size: 1rem; line-height: 1.1; text-decoration: none; text-align: center;
  cursor: pointer; transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease, color .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn-primary { background: var(--accent); color: var(--ink); box-shadow: 0 10px 26px -10px rgba(242, 107, 29, .7); }
.btn-primary:hover { background: var(--accent-hover); }
.btn-ghost { background: rgba(255, 255, 255, .06); color: #fff; border-color: rgba(255, 255, 255, .28); }
.btn-ghost:hover { background: rgba(255, 255, 255, .14); border-color: rgba(255, 255, 255, .6); }
.btn-outline { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-outline:hover { background: var(--ink); color: #fff; }
.btn-ghost-dark { background: transparent; color: var(--ink); border-color: var(--c300); }
.btn-ghost-dark:hover { border-color: var(--ink); }
.btn-sm { min-height: 42px; padding: 0 16px; font-size: .95rem; border-radius: 10px; }
.btn-lg { min-height: 58px; padding: 0 30px; font-size: 1.08rem; }
.btn-block { width: 100%; }

/* ---------- Top bar ---------- */
.topbar { background: #000; color: rgba(255, 255, 255, .8); font-size: .82rem; }
.topbar-in { display: flex; justify-content: space-between; align-items: center; gap: 20px; min-height: 38px; }
.topbar p { margin: 0; display: flex; align-items: center; gap: 8px; }
.topbar .stars { --s: .95em; }
.topbar strong { color: #fff; }
.open-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--c500); flex: none; }
.is-open .open-dot, .open-dot.on { background: #3ddc84; box-shadow: 0 0 0 4px rgba(61, 220, 132, .18); }
@media (max-width: 760px) { .topbar .tb-addr { display: none; } }
@media (max-width: 480px) { .topbar .tb-hours { display: none; } .topbar-in { justify-content: center; } .topbar { font-size: .78rem; } }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 90;
  background: rgba(14, 17, 19, .94); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line); color: #fff;
  transition: box-shadow .25s ease;
}
.site-header.scrolled { box-shadow: 0 10px 30px -12px rgba(0, 0, 0, .6); }
.header-in { display: flex; align-items: center; justify-content: space-between; height: var(--header-h); gap: 20px; }
.logo { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: inherit; }
.logo-mark { width: 42px; height: 42px; flex: none; }
.logo-text { display: flex; flex-direction: column; line-height: 1.05; }
.logo-text b { font-family: var(--font-head); font-size: 1.55rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.logo-text small { font-size: .68rem; letter-spacing: .13em; text-transform: uppercase; color: rgba(255, 255, 255, .6); margin-top: 3px; }

.nav { display: flex; align-items: center; gap: 34px; }
.nav ul { display: flex; gap: 28px; }
.nav ul a { text-decoration: none; font-weight: 600; font-size: .95rem; color: rgba(255, 255, 255, .82); padding: 8px 0; position: relative; }
.nav ul a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 2px; height: 2px; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.nav ul a:hover { color: #fff; }
.nav ul a:hover::after { transform: scaleX(1); }
.nav-cta { display: flex; gap: 10px; }

.menu-btn { display: none; width: 46px; height: 46px; background: transparent; border: 1px solid var(--line); border-radius: 12px; cursor: pointer; padding: 0; position: relative; }
.menu-btn span { position: absolute; left: 12px; right: 12px; height: 2px; background: #fff; border-radius: 2px; transition: transform .25s ease, opacity .2s ease, top .25s ease; }
.menu-btn span:nth-child(1) { top: 16px; }
.menu-btn span:nth-child(2) { top: 22px; }
.menu-btn span:nth-child(3) { top: 28px; }
.nav-open .menu-btn span:nth-child(1) { top: 22px; transform: rotate(45deg); }
.nav-open .menu-btn span:nth-child(2) { opacity: 0; }
.nav-open .menu-btn span:nth-child(3) { top: 22px; transform: rotate(-45deg); }

@media (max-width: 980px) {
  .menu-btn { display: block; }
  .nav {
    position: absolute; left: 0; right: 0; top: 100%;
    flex-direction: column; align-items: stretch; gap: 8px;
    padding: 12px var(--gut) 24px;
    background: var(--ink); border-bottom: 1px solid var(--line);
    box-shadow: 0 30px 40px -20px rgba(0, 0, 0, .7);
    display: none;
  }
  .nav-open .nav { display: flex; }
  .nav ul { flex-direction: column; gap: 0; }
  .nav ul a { display: block; padding: 16px 2px; font-size: 1.1rem; border-bottom: 1px solid var(--line); }
  .nav ul a::after { display: none; }
  .nav-cta { flex-direction: column; margin-top: 12px; }
  .nav-cta .btn { min-height: 52px; }
}
@media (max-width: 480px) { .logo-text small { display: none; } .logo-text b { font-size: 1.4rem; } }

/* ---------- Hero ---------- */
.hero {
  position: relative; isolation: isolate; overflow: hidden;
  background: var(--ink); color: #fff;
  padding-block: clamp(36px, 5vw, 72px) clamp(96px, 10vw, 140px);
}
/* photo slot + readability overlay + fallback concrete lighting */
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -3;
  background:
    linear-gradient(100deg, rgba(14, 17, 19, .95) 18%, rgba(14, 17, 19, .68) 58%, rgba(14, 17, 19, .9)),
    var(--hero-photo),
    radial-gradient(70% 90% at 78% 12%, #414b54 0%, #1d2429 52%, #0e1113 100%);
  background-size: cover; background-position: center;
}
/* concrete grain + slab expansion-joint grid */
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -2; pointer-events: none;
  background-image:
    var(--noise),
    linear-gradient(90deg, rgba(255, 255, 255, .055) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, .055) 1px, transparent 1px);
  background-size: 240px 240px, 170px 170px, 170px 170px;
  opacity: .55;
  -webkit-mask-image: linear-gradient(to bottom, #000 30%, transparent 100%);
          mask-image: linear-gradient(to bottom, #000 30%, transparent 100%);
}
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr); gap: clamp(32px, 5vw, 72px); align-items: center; }
.eyebrow-pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 14px; margin: 0 0 22px;
  border: 1px solid rgba(255, 255, 255, .2); border-radius: 999px;
  background: rgba(255, 255, 255, .06);
  font-size: .78rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: rgba(255, 255, 255, .88);
}
.eyebrow-pill .ic { color: var(--accent); }
.hero h1 { font-size: clamp(2.9rem, 6.3vw, 5.1rem); line-height: .92; letter-spacing: .005em; }
.hero h1 .hl { color: var(--accent); white-space: nowrap; }
.lead { font-size: clamp(1.05rem, 1.6vw, 1.25rem); color: rgba(255, 255, 255, .8); max-width: 34em; margin: 20px 0 26px; }
.cta-row { display: flex; flex-wrap: wrap; gap: 14px; }
.badges { display: flex; flex-wrap: wrap; gap: 10px 26px; margin: 26px 0 0; font-size: .95rem; font-weight: 600; color: rgba(255, 255, 255, .88); }
.badges li { display: inline-flex; align-items: center; gap: 8px; }
.badges .ic { color: var(--accent); stroke-width: 3; }

.hero-review {
  margin-top: 26px; max-width: 520px;
  padding: 18px 20px; border-radius: var(--radius);
  background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .14);
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
}
.hr-head { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; font-size: .9rem; color: rgba(255, 255, 255, .85); }
.hr-head strong { color: #fff; }
.hr-quote { margin: 12px 0 6px; font-size: 1.08rem; line-height: 1.45; color: #fff; transition: opacity .4s ease; min-height: 3em; }
.hr-by { font-size: .85rem; color: rgba(255, 255, 255, .6); transition: opacity .4s ease; }
.hero-review.swap .hr-quote, .hero-review.swap .hr-by { opacity: 0; }

/* Quote card (shared by hero + final CTA) */
.quote-card {
  background: #fff; color: var(--ink);
  border-radius: var(--radius-lg); padding: clamp(24px, 3vw, 34px);
  border-top: 5px solid var(--accent);
  box-shadow: var(--shadow-lg);
}
.qc-head h2, .qc-head h3 { font-size: 2.1rem; }
.qc-head p { margin: 8px 0 22px; color: var(--c700); font-size: .98rem; }
.qform { display: grid; gap: 16px; }
.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field label, .drop { font-size: .88rem; font-weight: 600; color: var(--ink); }
.field label { display: block; margin-bottom: 6px; }
.opt { font-weight: 400; color: var(--c500); }
.field input, .field select, .field textarea {
  width: 100%; min-height: 54px; padding: 12px 14px;
  font: inherit; font-size: 16px; color: var(--ink);
  background: var(--c50); border: 1.5px solid var(--c300); border-radius: 11px;
  transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
  appearance: none; -webkit-appearance: none;
}
.field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234a4741' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center; background-size: 18px; padding-right: 42px;
}
.field textarea { resize: vertical; min-height: 110px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--accent); background: #fff; box-shadow: 0 0 0 4px rgba(242, 107, 29, .18); }
.field input[aria-invalid="true"], .field select[aria-invalid="true"] { border-color: var(--bad); background: #fff7f7; }
.err { margin: 6px 0 0; font-size: .82rem; font-weight: 600; color: var(--bad); min-height: 0; }
.err:empty { display: none; }
.fine { margin: 0; font-size: .85rem; color: var(--c500); text-align: center; }
.fine a { color: var(--accent-ink); font-weight: 700; }
.field .drop { display: flex; margin: 0; align-items: center; gap: 12px; padding: 14px 16px; border: 1.5px dashed var(--c300); border-radius: 11px; background: var(--c50); cursor: pointer; transition: border-color .15s ease, background .15s ease; }
.field .drop:hover, .field:focus-within .drop { border-color: var(--accent); background: #fff; }
.drop .ic { color: var(--accent-ink); width: 1.5em; height: 1.5em; }
.drop em { font-style: normal; font-weight: 400; color: var(--c500); }
.form-success { text-align: center; padding: 18px 4px 6px; }
.form-success .tick { width: 68px; height: 68px; margin: 0 auto 18px; border-radius: 50%; background: rgba(46, 158, 91, .12); color: var(--ok); display: grid; place-items: center; }
.form-success .tick .ic { width: 34px; height: 34px; stroke-width: 3; }
.form-success h3 { font-size: 2rem; margin-bottom: 10px; }
.form-success p { color: var(--c700); }
.form-success .demo { font-size: .8rem; color: var(--c500); border-top: 1px solid var(--c200); padding-top: 14px; margin-top: 18px; }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-review { max-width: none; }
}
@media (max-width: 560px) {
  .row2 { grid-template-columns: 1fr; }
  .cta-row .btn { width: 100%; }
}

/* short laptop screens: pull the rating card up toward the first fold */
@media (min-width: 981px) and (max-height: 840px) {
  .hero h1 { font-size: clamp(2.9rem, 5.2vw, 4.3rem); }
  .hero { padding-top: 28px; }
  .eyebrow-pill { margin-bottom: 16px; }
  .lead { margin: 14px 0 20px; }
  .badges { margin-top: 20px; }
  .hero-review { margin-top: 18px; padding: 14px 18px; }
}

/* ---------- Social proof ---------- */
.proof { margin-top: -64px; position: relative; z-index: 3; padding-bottom: 0; }
.proof-card {
  display: grid; grid-template-columns: 300px 1fr;
  background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); overflow: hidden;
}
.rating-block {
  background: var(--ink); color: #fff; text-align: center;
  padding: 34px 26px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px;
  position: relative; isolation: isolate;
}
.rating-block::before { content: ""; position: absolute; inset: 0; z-index: -1; background-image: var(--noise); background-size: 240px 240px; opacity: .07; }
.rb-label { margin: 8px 0 0; font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; color: rgba(255, 255, 255, .65); font-weight: 600; }
.rb-score { margin: 0; font-family: var(--font-head); font-size: 6.2rem; font-weight: 800; line-height: .95; }
.rb-count { margin: 10px 0 18px; font-weight: 600; }
.proof-body { padding: clamp(24px, 3vw, 38px); display: grid; gap: 26px; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.stats li { display: flex; flex-direction: column; gap: 4px; padding-left: 16px; border-left: 3px solid var(--accent); }
.stat-num { font-family: var(--font-head); font-size: 3rem; font-weight: 800; line-height: 1; }
.stat-num small { font-size: 1.1rem; margin-left: 4px; color: var(--c700); font-weight: 700; text-transform: uppercase; }
.stat-lbl { font-size: .88rem; color: var(--c700); line-height: 1.35; }
.mention { padding-top: 22px; border-top: 1px solid var(--c200); }
.mention-lbl { margin: 0 0 10px; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; color: var(--c500); }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chips li { padding: 7px 14px; background: var(--c100); border: 1px solid var(--c200); border-radius: 999px; font-size: .9rem; font-weight: 600; }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; padding-top: 22px; border-top: 1px solid var(--c200); }
.trust-row li { display: flex; gap: 12px; font-size: .9rem; line-height: 1.4; color: var(--c700); }
.trust-row .ic { color: var(--accent-ink); width: 1.6em; height: 1.6em; margin-top: 2px; }
.trust-row b { color: var(--ink); }

.marquee { margin-top: 28px; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.marquee-track { display: flex; gap: 14px; padding-right: 14px; width: max-content; animation: marquee 70s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.mq-item { display: flex; align-items: center; gap: 10px; padding: 12px 18px; background: #fff; border: 1px solid var(--c200); border-radius: 999px; white-space: nowrap; font-size: .95rem; box-shadow: 0 1px 2px rgba(14, 17, 19, .04); }
.mq-item .stars { --s: .85em; }
.mq-item b { font-weight: 600; }
.mq-item span.by { color: var(--c500); font-size: .85rem; }
@keyframes marquee { to { transform: translateX(-50%); } }

@media (max-width: 1020px) {
  .proof-card { grid-template-columns: 1fr; }
  .rating-block { padding: 28px 22px; }
  .rb-score { font-size: 5rem; }
  .stats { grid-template-columns: repeat(2, 1fr); row-gap: 22px; }
  .trust-row { grid-template-columns: 1fr; }
}
@media (max-width: 980px) { .proof { margin-top: -56px; } }

/* ---------- Services ---------- */
.services { background: var(--c50); padding-top: clamp(56px, 7vw, 96px); }
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.svc {
  position: relative; display: flex; flex-direction: column;
  background: #fff; border: 1px solid var(--c200); border-radius: var(--radius-lg);
  padding: 30px 28px 26px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.svc:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: var(--accent); }
.svc-tag { position: absolute; top: 18px; right: 18px; padding: 4px 10px; border-radius: 999px; background: rgba(242, 107, 29, .12); color: var(--accent-ink); font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.svc-ic {
  width: 62px; height: 62px; padding: 13px; margin-bottom: 20px;
  background: var(--ink); color: var(--accent); border-radius: 16px;
  fill: none; stroke: currentColor; stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round;
}
.svc h3 { font-size: 1.75rem; margin-bottom: 10px; }
.svc p { color: var(--c700); font-size: .98rem; flex: 1; }
.svc-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: .95rem; color: var(--accent-ink); text-decoration: none; margin-top: 4px; }
.svc-link .ic { transition: transform .2s ease; }
.svc:hover .svc-link .ic { transform: translateX(5px); }
.svc-link:hover { text-decoration: underline; }
@media (max-width: 980px) { .svc-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .svc-grid { grid-template-columns: 1fr; } .svc { padding: 26px 22px 22px; } }

/* ---------- Project gallery ---------- */
.ph-tag {
  position: absolute; top: 12px; left: 12px; z-index: 4;
  padding: 4px 9px; border-radius: 6px;
  background: rgba(0, 0, 0, .55); color: rgba(255, 255, 255, .82);
  font-size: .68rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
  -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
}
.ba-wrap { margin-bottom: 30px; }
.ba { position: relative; aspect-ratio: 16 / 8; min-height: 260px; border-radius: var(--radius-lg); overflow: hidden; background: #222; box-shadow: var(--shadow-lg); user-select: none; -webkit-user-select: none; }
.ba-layer { position: absolute; inset: 0; }
.ba-layer svg { width: 100%; height: 100%; }
.ba-after { clip-path: inset(0 0 0 var(--pos)); }
.ba-chip { position: absolute; bottom: 16px; z-index: 3; padding: 7px 14px; border-radius: 999px; background: rgba(14, 17, 19, .78); color: #fff; font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.ba-chip-l { left: 16px; }
.ba-chip-r { right: 16px; background: var(--accent); color: var(--ink); }
.ba-handle { position: absolute; top: 0; bottom: 0; left: var(--pos); width: 3px; margin-left: -1.5px; background: #fff; z-index: 3; box-shadow: 0 0 0 1px rgba(0, 0, 0, .25); pointer-events: none; }
.ba-handle span { position: absolute; top: 50%; left: 50%; width: 52px; height: 52px; margin: -26px 0 0 -26px; border-radius: 50%; background: #fff; color: var(--ink); display: grid; place-items: center; box-shadow: 0 8px 24px rgba(0, 0, 0, .4); }
.ba-handle .ic { stroke-width: 2.5; }
.ba-range { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; z-index: 5; touch-action: pan-y; }
.ba:focus-within .ba-handle span { outline: 3px solid var(--accent); outline-offset: 3px; }
.ba-hint { text-align: center; margin: 12px 0 0; font-size: .9rem; color: rgba(255, 255, 255, .6); }

.filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 26px; }
.filter { min-height: 42px; padding: 0 18px; border-radius: 999px; background: transparent; border: 1.5px solid rgba(255, 255, 255, .25); color: rgba(255, 255, 255, .85); font-weight: 600; font-size: .92rem; cursor: pointer; transition: all .18s ease; }
.filter:hover { border-color: #fff; color: #fff; }
.filter.is-on { background: var(--accent); border-color: var(--accent); color: var(--ink); }
.filters.light .filter { border-color: var(--c300); color: var(--c700); }
.filters.light .filter:hover { border-color: var(--ink); color: var(--ink); }
.filters.light .filter.is-on { background: var(--ink); border-color: var(--ink); color: #fff; }

.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 210px; grid-auto-flow: dense; gap: 14px; }
.tile { position: relative; overflow: hidden; border-radius: var(--radius); background: #22272c; isolation: isolate; animation: tileIn .45s ease both; }
.tile.big { grid-column: span 2; grid-row: span 2; }
.tile.wide { grid-column: span 2; }
.tile.full { grid-column: 1 / -1; }
.tile svg, .tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.tile:hover svg, .tile:hover img { transform: scale(1.06); }
.tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, .55) 38%, transparent 72%); z-index: 1; }
.tile figcaption { position: absolute; left: 16px; right: 16px; bottom: 14px; z-index: 2; display: flex; flex-direction: column; gap: 2px; text-shadow: 0 1px 10px rgba(0, 0, 0, .7); }
.tile .cat { font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--accent); }
.tile .ttl { font-family: var(--font-head); font-weight: 700; font-size: 1.3rem; text-transform: uppercase; letter-spacing: .02em; }
@keyframes tileIn { from { opacity: 0; transform: scale(.97); } }
@media (max-width: 980px) { .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 190px; } }
@media (max-width: 560px) {
  .gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 150px; gap: 10px; }
  .tile.big { grid-column: span 2; grid-row: span 2; }
  .tile.wide { grid-column: span 2; }
  .tile .ttl { font-size: 1.05rem; }
  .tile figcaption { left: 12px; right: 12px; bottom: 10px; }
  .ba { aspect-ratio: 4 / 3; }
  .filters { flex-wrap: nowrap; overflow-x: auto; margin-inline: calc(-1 * var(--gut)); padding: 2px var(--gut) 8px; scrollbar-width: none; }
  .filters::-webkit-scrollbar { display: none; }
  .filter { flex: none; }
}

/* ---------- Why choose us ---------- */
.why { background: var(--c100); }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.why-card { background: #fff; border: 1px solid var(--c200); border-radius: var(--radius-lg); padding: 30px 28px; display: flex; flex-direction: column; }
.why-ic { width: 52px; height: 52px; border-radius: 14px; background: rgba(242, 107, 29, .12); color: var(--accent-ink); display: grid; place-items: center; margin-bottom: 18px; }
.why-ic .ic { width: 26px; height: 26px; }
.why-card h3 { font-size: 1.65rem; margin-bottom: 10px; }
.why-card > p { color: var(--c700); font-size: .98rem; }
.why-card blockquote { margin-top: auto; padding: 14px 16px; border-left: 3px solid var(--accent); background: var(--c50); border-radius: 0 10px 10px 0; font-size: .95rem; font-style: italic; line-height: 1.5; }
.why-card cite { display: block; margin-top: 8px; font-style: normal; font-size: .8rem; font-weight: 600; color: var(--c500); }

.promise {
  margin-top: 28px; padding: clamp(28px, 4vw, 44px);
  display: grid; grid-template-columns: 1fr 1.3fr auto; align-items: center; gap: clamp(22px, 4vw, 48px);
  background: var(--ink); color: #fff; border-radius: var(--radius-lg);
  position: relative; isolation: isolate; overflow: hidden;
}
.promise::before { content: ""; position: absolute; inset: 0; z-index: -1; background-image: var(--noise), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 240px 240px, 120px 120px; opacity: .08; }
.promise .eyebrow { color: var(--accent); }
.promise h3 { font-size: clamp(2rem, 3.4vw, 2.7rem); }
.promise-list { display: grid; gap: 12px; }
.promise-list li { display: flex; gap: 12px; align-items: flex-start; font-weight: 500; line-height: 1.4; }
.promise-list .ic { color: var(--accent); stroke-width: 3; margin-top: 2px; }
@media (max-width: 1020px) { .why-grid { grid-template-columns: repeat(2, 1fr); } .promise { grid-template-columns: 1fr; } .promise .btn { justify-self: start; } }
@media (max-width: 640px) { .why-grid { grid-template-columns: 1fr; } .promise .btn { justify-self: stretch; } }

/* ---------- Process ---------- */
.steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 22px; counter-reset: s; position: relative; }
.steps::before { content: ""; position: absolute; top: 27px; left: 28px; right: calc(20% - 28px); height: 2px; background: repeating-linear-gradient(90deg, rgba(255,255,255,.28) 0 8px, transparent 8px 16px); }
.step { position: relative; }
.step-n { position: relative; z-index: 1; width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; background: var(--accent); color: var(--ink); font-family: var(--font-head); font-size: 1.9rem; font-weight: 800; box-shadow: 0 0 0 8px var(--ink-2); margin-bottom: 22px; }
.step h3 { font-size: 1.55rem; margin-bottom: 8px; }
.step p { color: rgba(255, 255, 255, .72); font-size: .97rem; margin: 0; }
@media (max-width: 980px) {
  .steps { grid-template-columns: 1fr; gap: 0; }
  .steps::before { top: 28px; bottom: 28px; left: 27px; right: auto; width: 2px; height: auto; background: repeating-linear-gradient(180deg, rgba(255,255,255,.28) 0 8px, transparent 8px 16px); }
  .step { display: grid; grid-template-columns: 56px 1fr; column-gap: 20px; padding-bottom: 30px; }
  .step-n { grid-row: span 2; margin: 0; }
  .step h3 { align-self: end; margin: 0 0 6px; }
}

/* ---------- Reviews ---------- */
.reviews { background: var(--c50); }
.rev-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; flex-wrap: wrap; margin-bottom: clamp(28px, 4vw, 44px); }
.rev-head > div:first-child { max-width: 680px; }
.rev-head p:last-child { margin: 16px 0 0; font-size: 1.15rem; color: var(--c700); }
.rev-sum { display: flex; align-items: center; gap: 14px; padding: 16px 22px; background: #fff; border: 1px solid var(--c200); border-radius: var(--radius); box-shadow: var(--shadow); }
.rev-sum .g-logo { width: 34px; height: 34px; }
.rev-sum p { margin: 0 !important; font-size: 1rem !important; color: var(--ink) !important; }
.rev-sum-score { display: flex; align-items: center; gap: 8px; }
.rev-sum-score strong { font-family: var(--font-head); font-size: 2.2rem; line-height: 1; }
.rev-sum-count { font-size: .88rem !important; color: var(--c700) !important; }

.carousel { position: relative; }
.car-track { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 6px 2px 20px; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.car-track::-webkit-scrollbar { display: none; }
.car-track:focus-visible { outline-offset: 4px; }
.fcard { flex: 0 0 min(430px, 86%); scroll-snap-align: start; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--c200); border-radius: var(--radius-lg); padding: 28px; box-shadow: 0 1px 2px rgba(14, 17, 19, .04); }
.fc-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.fc-top .g-logo { width: 20px; height: 20px; }
.fc-tag { display: inline-block; margin-bottom: 12px; padding: 4px 10px; border-radius: 6px; background: var(--c100); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--c700); align-self: flex-start; }
.fc-text { font-size: 1.08rem; line-height: 1.6; margin: 0 0 20px; flex: 1; }
.fc-by { display: flex; align-items: center; gap: 12px; }
.avatar { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; flex: none; background: var(--ink); color: #fff; font-weight: 700; font-size: 1rem; }
.by-name { font-weight: 700; line-height: 1.2; }
.by-meta { font-size: .8rem; color: var(--c500); }
.lg-badge { display: inline-flex; align-items: center; gap: 4px; color: var(--accent-ink); font-weight: 600; }
.reply { margin-top: 18px; padding: 14px 16px; border-radius: 12px; background: var(--c100); border-left: 3px solid var(--accent); font-size: .9rem; line-height: 1.5; color: var(--c700); }
.reply b { display: block; margin-bottom: 4px; font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink); }
.car-ctrl { display: flex; align-items: center; gap: 12px; margin-top: 4px; }
.car-bar { flex: 1; height: 4px; border-radius: 4px; background: var(--c200); overflow: hidden; }
.car-bar span { display: block; height: 100%; width: 25%; background: var(--accent); border-radius: 4px; transform-origin: left; transition: transform .15s linear; }
.car-btn { width: 48px; height: 48px; border-radius: 50%; border: 1.5px solid var(--ink); background: transparent; color: var(--ink); display: grid; place-items: center; cursor: pointer; transition: all .18s ease; }
.car-btn:hover:not(:disabled) { background: var(--ink); color: #fff; }
.car-btn:disabled { opacity: .3; cursor: default; }

.wall-head { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; margin: clamp(48px, 7vw, 76px) 0 24px; padding-top: clamp(28px, 4vw, 44px); border-top: 1px solid var(--c200); }
.wall-head h3 { font-size: clamp(1.8rem, 3vw, 2.3rem); }
.wall-head .filters { margin: 0; }
.wall { columns: 3; column-gap: 18px; }
.rcard { break-inside: avoid; display: inline-block; width: 100%; margin: 0 0 18px; background: #fff; border: 1px solid var(--c200); border-radius: var(--radius); padding: 20px 20px 18px; animation: tileIn .4s ease both; }
.rc-top { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.rc-top .stars { --s: .95em; }
.rc-text { margin: 0 0 14px; font-size: .98rem; line-height: 1.55; }
.rc-chips { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; }
.rc-chips span { padding: 3px 9px; border-radius: 999px; background: rgba(46, 158, 91, .1); color: #1e7a44; font-size: .74rem; font-weight: 700; }
.rc-by { display: flex; align-items: center; gap: 10px; font-size: .88rem; }
.rc-by .avatar { width: 34px; height: 34px; font-size: .85rem; }
.rc-by .by-name { font-size: .92rem; }
.rc-by .by-meta { font-size: .76rem; }
.rc-replied { margin-left: auto; font-size: .72rem; font-weight: 600; color: var(--c500); white-space: nowrap; }
.wall-more { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }
.wall-empty { padding: 30px; text-align: center; color: var(--c500); }
@media (max-width: 1000px) { .wall { columns: 2; } }
@media (max-width: 620px) { .wall { columns: 1; } .fcard { padding: 22px; } .wall-more .btn { width: 100%; } }

/* ---------- Final CTA / quote ---------- */
.quote { background: var(--ink); }
.quote::after { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; background: radial-gradient(60% 70% at 15% 0%, rgba(242, 107, 29, .16), transparent 70%), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: auto, 170px 170px; }
.quote-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(32px, 5vw, 72px); align-items: center; }
.quote-copy h2 { font-size: clamp(2.6rem, 5.6vw, 4.4rem); line-height: .94; }
.quote-copy .lead { margin: 20px 0 28px; }
.contact-cards { display: grid; gap: 12px; }
.cc { display: flex; align-items: center; gap: 16px; padding: 16px 18px; border-radius: var(--radius); background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .14); text-decoration: none; color: #fff; transition: background .18s ease, border-color .18s ease, transform .18s ease; }
.cc:hover { background: rgba(255, 255, 255, .11); border-color: rgba(255, 255, 255, .34); transform: translateX(4px); }
.cc-ic { width: 50px; height: 50px; border-radius: 13px; display: grid; place-items: center; background: rgba(255, 255, 255, .1); color: var(--accent); flex: none; }
.cc-ic .ic { width: 24px; height: 24px; }
.cc-body { display: flex; flex-direction: column; line-height: 1.25; min-width: 0; }
.cc-body small { font-size: .74rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: rgba(255, 255, 255, .6); }
.cc-body strong { font-size: 1.08rem; font-weight: 700; }
.cc-body em { font-style: normal; font-size: .84rem; color: rgba(255, 255, 255, .62); display: flex; align-items: center; gap: 8px; margin-top: 2px; }
.cc-call { background: var(--accent); border-color: var(--accent); color: var(--ink); }
.cc-call:hover { background: var(--accent-hover); border-color: var(--accent-hover); }
.cc-call .cc-ic { background: rgba(14, 17, 19, .14); color: var(--ink); }
.cc-call small, .cc-call em { color: rgba(14, 17, 19, .75); }
.cc-call strong { font-size: 1.7rem; font-family: var(--font-head); letter-spacing: .03em; }
.urgent { display: flex; gap: 14px; margin: 22px 0; padding: 16px 18px; border-radius: var(--radius); border: 1px dashed rgba(255, 255, 255, .28); }
.urgent .ic { color: var(--accent); width: 1.6em; height: 1.6em; margin-top: 2px; }
.urgent p { margin: 0; font-size: .95rem; color: rgba(255, 255, 255, .82); line-height: 1.5; }
.urgent strong { color: #fff; }
.map { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); background: var(--steel); }
.map iframe { width: 100%; height: 230px; border: 0; filter: grayscale(.35) contrast(1.05); }
.quote-card.big { position: sticky; top: calc(var(--header-h) + 20px); }
@media (max-width: 980px) { .quote-grid { grid-template-columns: 1fr; } .quote-card.big { position: static; } .cc:hover { transform: none; } }

/* ---------- Footer ---------- */
.site-footer { background: #000; color: rgba(255, 255, 255, .72); padding-top: clamp(48px, 6vw, 80px); font-size: .95rem; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: clamp(28px, 4vw, 56px); padding-bottom: 44px; }
.foot-brand p { margin: 18px 0 0; max-width: 32em; }
.foot-brand .logo { color: #fff; }
.foot-rating { display: flex; align-items: center; gap: 8px; color: #fff; font-size: .9rem; }
.site-footer h4 { font-size: 1.15rem; letter-spacing: .1em; color: #fff; margin-bottom: 16px; }
.site-footer h4.mt { margin-top: 28px; }
.site-footer li { margin-bottom: 9px; }
.site-footer a { text-decoration: none; }
.site-footer li a:hover, .foot-bottom a:hover { color: #fff; text-decoration: underline; }
.site-footer address p { margin: 0 0 14px; }
.foot-phone { font-family: var(--font-head); font-size: 2rem; font-weight: 700; color: #fff; letter-spacing: .03em; }
.foot-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; padding-block: 22px; border-top: 1px solid var(--line); font-size: .85rem; }
.foot-bottom p { margin: 0; }
@media (max-width: 980px) { .foot-grid { grid-template-columns: 1fr 1fr; } .foot-brand { grid-column: 1 / -1; } }
@media (max-width: 520px) { .foot-grid { grid-template-columns: 1fr; } }

/* ---------- Sticky mobile call bar ---------- */
.mobile-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 80;
  display: none; grid-template-columns: 1fr 1fr; gap: 10px;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  background: rgba(14, 17, 19, .96); border-top: 1px solid var(--line);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  transform: translateY(110%); transition: transform .3s ease;
}
.mobile-cta.show { transform: none; }
@media (max-width: 760px) {
  .mobile-cta { display: grid; }
  body { padding-bottom: 76px; }
}

/* ---------- Motion ---------- */
.js .reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease var(--d, 0s), transform .7s ease var(--d, 0s); }
.js .reveal.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
  .marquee { overflow-x: auto; }
  .marquee-track { animation: none; }
}
@media print { .site-header, .mobile-cta, .topbar { display: none; } }
