/* =====================================================================
   FLOOR-MART — Cape Coral, FL  |  styles.css  (DARK THEME)
   Black-forward, yellow accent, BLUE in intentional spots
   (logo chip, flooring icon tiles, "Why" band, card hovers, map, focus).
   Montserrat, square geometry, diamond (◆) motif.
   Brand tokens live in :root.
   ===================================================================== */

:root {
  /* ---- Surfaces ---- */
  --bg:      #0b0b0e;   /* page / default sections (near-black) */
  --panel:   #131318;   /* alternating dark panel */
  --panel-2: #191920;   /* raised cards */
  --ink:     #08080a;   /* darkest (estimate, footer) */

  /* ---- Brand accents ---- */
  --blue:    #2E3192;   /* brand blue — used in SPOTS */
  --blue-hi: #4348d8;   /* brighter blue for small accents on dark */
  --yellow:  #F6EF2D;
  --yellow-dim: #d9cf16;

  /* ---- Text ---- */
  --text:    #f4f4f6;
  --muted:   #a7a8b4;
  --muted-2: #7c7d8a;
  --on-blue: #d5d6fb;
  --on-ink:  #b9bae2;

  /* ---- Lines ---- */
  --line:      rgba(255,255,255,.11);
  --line-soft: rgba(255,255,255,.06);

  --font: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --maxw: 1240px;
  --header-h: 92px;
  --pad: 24px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; font-family: var(--font); background: var(--bg); color: var(--muted);
  font-size: 17px; line-height: 1.68; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: var(--yellow); text-decoration: none; }
a:hover { text-decoration: underline; }
h1,h2,h3,h4 { margin: 0 0 .5em; color: var(--text); font-weight: 800; line-height: 1.02; letter-spacing: -.5px; }
h1 { font-size: clamp(2.6rem, 6vw, 5rem); font-weight: 900; }
h2 { font-size: clamp(1.9rem, 3.6vw, 3rem); text-transform: uppercase; }
h3 { font-size: 1.16rem; font-weight: 700; }
p { margin: 0 0 1rem; color: var(--muted); }
section[id] { scroll-margin-top: calc(var(--header-h) + 14px); }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 var(--pad); }
.section { padding: 104px 0; position: relative; background: var(--bg); --btn-knockout: var(--bg); }
.section--paper { background: var(--panel); --btn-knockout: var(--panel); }
.section--blue  { background: var(--blue); --btn-knockout: var(--blue); }
.section--blue h2, .section--blue h3 { color: #fff; }
.section--blue p { color: var(--on-blue); }
.section--ink   { background: var(--ink); --btn-knockout: var(--ink); }
.section--ink h2, .section--ink h3 { color: #fff; }
.section--ink p { color: var(--on-ink); }

/* ---- Light sections (mixed in among the dark ones) ---- */
.section--light { background: #f4f3ee; color: #23243a; --btn-knockout: #f4f3ee; }
.section--light h1, .section--light h2, .section--light h3, .section--light h4 { color: #12143f; }
.section--light p, .section--light .section-head p { color: #5c5d70; }
.section--light .kicker { color: #12143f; }
.section--light .kicker .dia { color: var(--blue); }
.section--light .lede { color: #23243a; }
.section--light .about-copy p { color: #23243a; }
.section--light .fact { background: #fff; border-color: #e6e5df; }
.section--light .fact .n { color: var(--blue); }
.section--light .fact .t { color: #5c5d70; }
.section--light .step { border-top-color: var(--blue); }
.section--light .step .big { -webkit-text-stroke-color: var(--blue); }
.section--light .step h3 { color: #12143f; }
.section--light .step .dia { background: #f4f3ee; color: var(--blue); }
.section--light .media-row .m-list li { color: #23243a; }
.section--light .media-row .m-list li::before { color: var(--yellow-dim); }
.section--light .info-label { color: var(--blue); }
.section--light .info-label::before { color: var(--yellow-dim); }
.section--light .addr { color: #12143f; }
.section--light .phone-lg { color: var(--blue); }
.section--light .chip { background: #fff; border-color: #e6e5df; color: #12143f; }
.section--light .chip svg { stroke: var(--blue); }
.section--light .town { background: #fff; border-color: #e6e5df; }
.section--light .town h3 { color: #12143f; } .section--light .town p { color: #5c5d70; }
.section--light .map { background: #eceef2; box-shadow: 12px 12px 0 var(--blue); }
.section--light .map iframe { filter: none; }
.section--light .area-note p { color: #5c5d70; }
.section--light .gallery figure { border-color: #e0e0d9; }
.section--light .imgph { border-color: #c2c3d6; background: repeating-linear-gradient(45deg, #eff0fb 0 15px, #e8e9f7 15px 30px); color: var(--blue); }
.section--light .imgph .lbl { color: var(--blue); }
.section--light .imgph .hint { color: #5c5d70; }
.section--light .imgph.has-img { background: #000; }
.section--light .btn--blue { color: var(--blue); border-color: var(--blue); }
.section--light .btn--blue:hover { background: var(--blue); color: #fff; }
.section--light .btn--yellow { background: var(--yellow); color: var(--ink); border-color: var(--yellow); }
.section--light .btn--yellow:hover { background: var(--yellow-dim); border-color: var(--yellow-dim); color: var(--ink); }
.section--light [style*="--body"] { color: #23243a !important; }
/* flooring cards on a light section */
.section--light .floor-grid { border-color: #e6e5df; }
.section--light .svc { background: #fff; border-right-color: #e6e5df; border-bottom-color: #e6e5df; }
.section--light .svc h3 { color: #12143f; }
.section--light .svc p { color: #5c5d70; }
.section--light .svc .no { -webkit-text-stroke-color: #e0e0ea; }
.section--light .svc:hover { background: var(--blue); }
.section--light .svc:hover h3 { color: #fff; }
.section--light .svc:hover p { color: var(--on-blue); }
.section--light .svc:hover .no { -webkit-text-stroke-color: var(--yellow); }
.section--light .svc-more { background: #fff; border-left-color: var(--blue); }
.section--light .svc-more p { color: #5c5d70; } .section--light .svc-more strong { color: #12143f; }
/* estimate form on a light section */
.section--light .est-aside .phone-lg { color: var(--blue); }
.section--light .est-aside p { color: #5c5d70; }
.section--light .form-card { background: #fff; border-color: #e6e5df; box-shadow: 0 18px 46px rgba(24,26,44,.1); }
.section--light .field label { color: #12143f; }
.section--light .field .req { color: #d1495b; }
.section--light .field input[type=text], .section--light .field input[type=email], .section--light .field input[type=tel], .section--light .field textarea { background: #fff; color: #23243a; border-color: #dcdce6; }
.section--light .field input::placeholder, .section--light .field textarea::placeholder { color: #9a9bad; }
.section--light .field input:focus, .section--light .field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(46,49,146,.15); }
.section--light .choice { color: #23243a; border-color: #dcdce6; }
.section--light .choice:hover { border-color: #b9bbff; }
.section--light .choice:has(input:checked) { border-color: var(--blue); background: #eef0ff; }
.section--light .choice input { accent-color: var(--blue); }
.section--light .form-note { color: #8a8b98; }
.section--light .form-status.is-success { background: #ecfdf5; color: #065f46; border-color: #a7f3d0; }
.section--light .form-status.is-error { background: #fef2f2; color: #991b1b; border-color: #fecaca; }
/* FAQ on a light section */
.section--light .faq-list { border-top-color: #e6e5df; }
.section--light .faq { border-bottom-color: #e6e5df; }
.section--light .faq summary { color: #12143f; }
.section--light .faq .plus::before, .section--light .faq .plus::after { background: var(--blue); }
.section--light .faq .body p { color: #5c5d70; }

.kicker { display: flex; align-items: center; gap: 12px; font-weight: 800; font-size: .78rem; letter-spacing: 3px; text-transform: uppercase; color: var(--text); margin-bottom: 18px; }
.kicker .dia { color: var(--yellow); font-size: .9em; }
.kicker .idx { opacity: .45; }
.section--blue .kicker { color: #fff; }
.section-head { max-width: 820px; margin-bottom: 56px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head.center .kicker { justify-content: center; }
.section-head p { color: var(--muted); }
.section--blue .section-head p { color: var(--on-blue); }

.skip-link { position: absolute; left: -999px; top: 0; z-index: 400; background: var(--yellow); color: var(--ink); padding: 10px 16px; font-weight: 800; }
.skip-link:focus { left: 0; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible {
  outline: 3px solid var(--yellow); outline-offset: 2px;
}

/* ---------------- Buttons (square) ---------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font); font-weight: 800; font-size: .92rem; letter-spacing: 1.5px; text-transform: uppercase;
  padding: 16px 28px; border-radius: 0; border: 2px solid transparent; cursor: pointer; line-height: 1;
  text-decoration: none !important; background: transparent;
  transition: background-color .16s ease, color .16s ease, border-color .16s ease, transform .08s ease;
}
.btn:active { transform: translateY(1px); }
.btn svg { width: 17px; height: 17px; }
.btn--yellow { color: var(--yellow); border-color: var(--yellow); }
.btn--yellow:hover { background: var(--yellow); color: var(--btn-knockout, var(--bg)); border-color: var(--yellow); }
.btn--solid { background: var(--yellow); color: var(--ink); border-color: var(--yellow); }
.btn--solid:hover { background: var(--yellow-dim); border-color: var(--yellow-dim); color: var(--ink); }
.btn--blue { color: #c8caff; border-color: var(--blue-hi); }
.btn--blue:hover { background: var(--blue); border-color: var(--blue); color: #fff; }
.btn--bluefill { background: var(--blue-hi); color: #fff; border-color: var(--yellow); }
.btn--bluefill:hover { background: transparent; border-color: var(--yellow); color: var(--yellow); }
.btn--lg { padding: 18px 34px; font-size: .98rem; }
.btn--block { width: 100%; }

/* ---------------- Scroll progress ---------------- */
#progress { position: fixed; top: 0; left: 0; right: 0; height: 3px; background: var(--yellow); transform-origin: 0 50%; transform: scaleX(0); z-index: 300; pointer-events: none; }

/* ---------------- Header (transparent over hero, solid on scroll) ---------------- */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200; height: var(--header-h);
  display: flex; align-items: center; background: transparent;
  border-bottom: 3px solid var(--yellow);
  transition: transform .28s ease, background-color .28s ease, box-shadow .28s ease;
  --btn-knockout: #0b0b0e;
}
.site-header::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(8,8,10,.82), rgba(8,8,10,0)); pointer-events: none; transition: opacity .28s ease; }
.site-header.is-scrolled { background: #0b0b0e; box-shadow: 0 10px 34px rgba(0,0,0,.5); }
.site-header.is-scrolled::before { opacity: 0; }
.site-header.is-hidden { transform: translateY(-100%); }
.header-inner { display: flex; align-items: center; gap: 26px; width: 100%; }
.brand { display: inline-flex; align-items: center; }
.brand-logo { height: 60px; width: auto; display: block; }

.nav { display: flex; align-items: center; flex: 1; justify-content: space-evenly; gap: 20px; margin: 0 8px; }
.nav-scrim { display: none; }
.nav .m-nav-only, .nav .nav-visit { display: none; }
.nav a { font-weight: 700; font-size: .82rem; letter-spacing: 1.6px; text-transform: uppercase; color: #e4e4ec; padding: 6px 0; border-bottom: 2px solid transparent; }
.nav a:hover { color: #fff; border-bottom-color: var(--yellow); text-decoration: none; }
.header-actions { display: flex; align-items: center; gap: 20px; }
.header-phone { font-weight: 800; color: #fff; display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; font-size: .95rem; }
.header-phone:hover { text-decoration: none; color: var(--yellow); }
.header-phone svg { width: 16px; height: 16px; }

.nav-toggle { display: none; background: transparent; border: 2px solid var(--yellow); width: 48px; height: 44px; cursor: pointer; position: relative; z-index: 260; }
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after { content: ""; position: absolute; left: 11px; width: 22px; height: 2.5px; background: var(--yellow); transition: transform .22s ease, opacity .22s ease, background-color .22s; }
.nav-toggle span { top: 19px; }
.nav-toggle span::before { top: -7px; left: 0; } .nav-toggle span::after { top: 7px; left: 0; }
.nav-toggle[aria-expanded="true"] span { background: transparent; }
.nav-toggle[aria-expanded="true"] span::before { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span::after { transform: translateY(-7px) rotate(-45deg); }

.m-phone-icon { display: none; align-items: center; justify-content: center; width: 48px; height: 44px; border: 2px solid var(--yellow); color: var(--yellow); flex: 0 0 auto; }
.m-phone-icon svg { width: 20px; height: 20px; }
.m-phone-icon:hover { background: var(--yellow); color: var(--ink); text-decoration: none; }

/* ---------------- Hero (full-bleed photo + shadow) ---------------- */
.hero {
  position: relative; min-height: 100vh; min-height: 100svh; display: flex; align-items: center; overflow: hidden;
  --btn-knockout: var(--bg);
}
.hero-bg { position: absolute; inset: 0; background: url('../images/hero-bg.jpg') center 30% / cover no-repeat; filter: contrast(1.03) brightness(1.04); }
.hero-shade { position: absolute; inset: 0; background:
  linear-gradient(90deg, rgba(10,10,13,.74) 0%, rgba(10,10,13,.44) 26%, rgba(10,10,13,.12) 52%, rgba(10,10,13,0) 78%),
  linear-gradient(0deg, rgba(10,10,13,.6) 0%, rgba(10,10,13,0) 34%); }
.hero-grid-lines { position: absolute; inset: 0; opacity: .5; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 84px 84px; -webkit-mask-image: linear-gradient(90deg, #000, transparent 70%); mask-image: linear-gradient(90deg, #000, transparent 70%); }
.hero-mark { position: absolute; right: -1%; bottom: -3%; font-weight: 900; font-size: clamp(6rem, 16vw, 15rem); line-height: .8; letter-spacing: -4px; color: transparent; -webkit-text-stroke: 1px rgba(246,239,45,.10); white-space: nowrap; user-select: none; pointer-events: none; }
.hero-content { position: relative; z-index: 2; padding-top: calc(var(--header-h) + 24px); padding-bottom: 40px; }
.hero h1 { color: #fff; text-transform: uppercase; letter-spacing: -1.5px; line-height: 1.08; margin-bottom: 24px; text-shadow: 0 4px 30px rgba(0,0,0,.9), 0 2px 8px rgba(0,0,0,.7); }
.hero h1 .y { color: var(--yellow); }
.hero h1 .comma { font-size: .68em; }
.hero h1 .ln + .ln { margin-top: .07em; }
.ln { display: block; overflow: hidden; }
.ln > span { display: inline-block; }
html.js .ln > span { transform: translateY(115%); animation: rise .85s cubic-bezier(.19,.74,.22,1) forwards; }
html.js .ln:nth-child(1) > span { animation-delay: .05s; }
html.js .ln:nth-child(2) > span { animation-delay: .16s; }
html.js .ln:nth-child(3) > span { animation-delay: .27s; }
@keyframes rise { to { transform: translateY(0); } }
.hero-lead { font-size: 1.15rem; color: #eceef2; max-width: 46ch; margin-bottom: 34px; font-weight: 500; text-shadow: 0 2px 12px rgba(0,0,0,.85); }
.hero-cta { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-bottom: 44px; }
.hero-phone { color: #fff; font-weight: 800; font-size: 1.05rem; letter-spacing: .5px; border-bottom: 2px solid rgba(255,255,255,.4); padding-bottom: 3px; }
.hero-phone:hover { text-decoration: none; border-bottom-color: var(--yellow); }
.hero-stats { display: flex; gap: 40px; flex-wrap: wrap; border-top: 1px solid rgba(255,255,255,.18); padding-top: 26px; }
.hero-stats .num { color: var(--yellow); font-weight: 900; font-size: 2rem; letter-spacing: -1px; line-height: 1; }
.hero-stats .lbl { color: #c9cad4; font-size: .68rem; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; margin-top: 7px; }

/* ---------------- Ticker ---------------- */
.ticker { background: var(--blue); border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); overflow: hidden; }
.ticker-track { display: flex; width: max-content; }
html.js .ticker-track { animation: tick 36s linear infinite; }
.ticker-group { display: flex; }
.ticker-item { display: inline-flex; align-items: center; gap: 28px; padding: 15px 28px 15px 0; margin-left: 28px; font-weight: 800; font-size: .92rem; letter-spacing: 2.5px; text-transform: uppercase; color: #fff; white-space: nowrap; }
.ticker-item::after { content: "◆"; font-size: .72em; color: var(--yellow); }
@keyframes tick { to { transform: translateX(-50%); } }

/* ---------------- Flooring (blue icon tiles + blue hover) ---------------- */
.floor-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: 1px solid var(--line); border-right: 0; border-bottom: 0; }
.svc { position: relative; background: var(--panel-2); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 34px 28px 30px; transition: background-color .18s ease; }
.svc .no { position: absolute; top: 22px; right: 24px; font-weight: 900; font-size: 1.6rem; letter-spacing: -1px; color: transparent; -webkit-text-stroke: 1.4px var(--line); transition: -webkit-text-stroke-color .18s ease; }
.svc .ic { width: 54px; height: 54px; background: var(--blue); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; transition: background-color .18s ease; }
.svc .ic svg { width: 27px; height: 27px; stroke: var(--yellow); fill: none; stroke-width: 1.9; }
.svc h3 { margin-bottom: 7px; color: #fff; transition: color .18s ease; }
.svc p { margin: 0; font-size: .97rem; color: var(--muted); transition: color .18s ease; }
.svc:hover { background: var(--blue); }
.svc:hover h3 { color: #fff; }
.svc:hover p { color: var(--on-blue); }
.svc:hover .no { -webkit-text-stroke-color: var(--yellow); }
.svc:hover .ic { background: var(--yellow); }
.svc:hover .ic svg { stroke: var(--blue); }
.svc-more { margin-top: 40px; background: var(--panel-2); border-left: 4px solid var(--blue-hi); padding: 30px 34px; display: flex; flex-direction: column; gap: 18px; align-items: center; justify-content: center; text-align: center; --btn-knockout: var(--panel-2); }
.svc-more p { margin: 0; color: var(--muted); } .svc-more strong { color: #fff; }

/* ---------------- Process ---------------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 44px; }
.step { border-top: 2px solid var(--blue-hi); padding-top: 24px; position: relative; }
.step .big { font-weight: 900; font-size: clamp(3rem, 6vw, 4.6rem); line-height: 1; letter-spacing: -2px; color: transparent; -webkit-text-stroke: 1.6px var(--blue-hi); margin-bottom: 14px; }
.step h3 { text-transform: uppercase; letter-spacing: .5px; color: #fff; }
.step p { margin: 0; font-size: .99rem; }
.step .dia { color: var(--yellow); position: absolute; top: -13px; left: 0; background: var(--panel); padding-right: 12px; font-size: .95rem; }

/* ---------------- About ---------------- */
.about-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 64px; align-items: center; }
.about-copy p { font-size: 1.06rem; color: var(--muted); }
.facts { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 1px solid var(--line); border-right: 0; border-bottom: 0; }
.fact { background: var(--panel-2); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 26px 24px; }
.fact .n { font-weight: 900; font-size: 2.1rem; color: var(--yellow); line-height: 1; letter-spacing: -1px; }
.fact .t { font-size: .9rem; color: var(--muted); margin-top: 9px; }
.about-side { display: flex; flex-direction: column; }
.about-photo { margin-bottom: 20px; }
.about-photo.imgph.wide { aspect-ratio: 16 / 10; }
.imgph.about-photo--mobile { display: none; }

/* ---------------- Why (BLUE block — big spot of blue) ---------------- */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px 38px; }
.why { display: flex; gap: 16px; align-items: flex-start; }
.why .ck { flex: 0 0 auto; width: 40px; height: 40px; background: var(--yellow); display: flex; align-items: center; justify-content: center; }
.why .ck svg { width: 20px; height: 20px; stroke: var(--ink); stroke-width: 3; fill: none; }
.why h3 { color: #fff; font-size: 1.08rem; margin: 3px 0 5px; }
.why p { margin: 0; font-size: .95rem; color: var(--on-blue); }

/* ---------------- Service area ---------------- */
.area-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.info-block { margin-bottom: 24px; }
.info-label { font-weight: 800; text-transform: uppercase; letter-spacing: 2px; font-size: .7rem; color: var(--yellow); margin-bottom: 6px; display: flex; align-items: center; gap: 8px; }
.info-label::before { content: "◆"; color: var(--blue-hi); font-size: .8em; }
address { font-style: normal; }
.addr { font-size: 1.12rem; font-weight: 700; color: #fff; }
.phone-lg { font-weight: 900; font-size: 1.55rem; color: var(--yellow); letter-spacing: -.5px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { background: var(--panel-2); border: 1px solid var(--line); padding: 9px 15px; font-weight: 700; font-size: .88rem; color: var(--text); display: inline-flex; align-items: center; gap: 8px; }
.chip svg { width: 13px; height: 13px; stroke: var(--blue-hi); fill: none; stroke-width: 2.4; }
.map { border: 1px solid var(--line); height: 100%; min-height: 440px; background: #0f0f14; box-shadow: 12px 12px 0 var(--blue); }
.map iframe { width: 100%; height: 100%; min-height: 440px; border: 0; display: block; filter: invert(.92) hue-rotate(180deg) saturate(.7); }
.area-note { max-width: 880px; }
.area-note p { font-size: .98rem; color: var(--muted); }

/* ---------------- Estimate (darkest + blue focus) ---------------- */
.est-grid { display: grid; grid-template-columns: .84fr 1.16fr; gap: 56px; align-items: start; }
.est-aside .phone-lg { color: var(--yellow); display: block; text-align: center; margin: 10px 0 6px; }
.est-aside p { color: var(--on-ink); }
.form-card { background: rgba(255,255,255,.03); border: 1px solid var(--line); padding: 36px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 17px; }
.field label { display: block; font-weight: 700; margin-bottom: 8px; font-size: .92rem; color: #fff; letter-spacing: .3px; }
.field .req { color: var(--yellow); }
.field input[type=text], .field input[type=email], .field input[type=tel], .field textarea {
  width: 100%; font-family: var(--font); font-size: 1rem; padding: 13px 14px;
  border: 1.5px solid var(--line); background: rgba(255,255,255,.04); color: #fff; border-radius: 0;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.field input::placeholder, .field textarea::placeholder { color: #7c7d8a; }
.field input:focus, .field textarea:focus { border-color: var(--blue-hi); box-shadow: 0 0 0 3px rgba(67,72,216,.3); outline: none; }
.field textarea { resize: vertical; min-height: 108px; }
.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.choice { display: flex; align-items: center; gap: 10px; border: 1.5px solid var(--line); padding: 12px 13px; cursor: pointer; font-weight: 600; font-size: .95rem; color: #e4e5ff; transition: border-color .12s ease, background-color .12s ease; }
.choice:hover { border-color: rgba(67,72,216,.7); }
.choice input { width: 17px; height: 17px; accent-color: var(--blue-hi); margin: 0; }
.choice:has(input:checked) { border-color: var(--blue-hi); background: rgba(67,72,216,.14); }
.radio-row { display: flex; flex-wrap: wrap; gap: 10px; } .radio-row .choice { flex: 1 1 130px; }
.form-note { font-size: .84rem; color: var(--muted-2); margin: 8px 0 18px; }
.form-status { display: none; padding: 13px 15px; font-weight: 600; margin-bottom: 16px; border: 1px solid transparent; }
.form-status.is-success { display: block; background: rgba(16,185,129,.14); color: #7df0c4; border-color: rgba(16,185,129,.5); }
.form-status.is-error { display: block; background: rgba(239,68,68,.14); color: #ffb3b3; border-color: rgba(239,68,68,.5); }

/* ---------------- FAQ ---------------- */
.faq-list { max-width: 860px; margin: 0 auto; border-top: 1px solid var(--line); }
.faq { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; list-style: none; padding: 22px 6px; font-weight: 700; font-size: 1.07rem; color: #fff; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.faq summary::-webkit-details-marker { display: none; }
.faq .plus { flex: 0 0 auto; width: 24px; height: 24px; position: relative; transition: transform .2s ease; }
.faq .plus::before, .faq .plus::after { content: ""; position: absolute; background: var(--yellow); }
.faq .plus::before { left: 2px; right: 2px; top: 11px; height: 2.5px; }
.faq .plus::after { top: 2px; bottom: 2px; left: 11px; width: 2.5px; }
.faq[open] .plus { transform: rotate(45deg); }
.faq .body { padding: 0 6px 24px; max-width: 70ch; }
.faq .body p { margin: 0; color: var(--muted); }

/* ---------------- Gallery ---------------- */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.gallery figure { margin: 0; aspect-ratio: 1/1; overflow: hidden; border: 1px solid var(--line); }
.gallery figure img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.gallery figure:hover img { transform: scale(1.05); }

/* ---------------- CTA band ---------------- */
.cta-band { text-align: center; overflow: hidden; }
.cta-band h2 { font-size: clamp(2.2rem, 6vw, 4.4rem); letter-spacing: -1.5px; margin-bottom: 14px; color: #fff; }
.cta-band h2 .y { color: var(--yellow); }
.cta-band p { max-width: 54ch; margin: 0 auto 30px; color: var(--on-blue); }
.cta-actions { display: flex; flex-wrap: wrap; gap: 18px; justify-content: center; align-items: center; }

/* ---------------- Footer ---------------- */
.site-footer { background: var(--ink); color: rgba(255,255,255,.7); padding: 72px 0 0; overflow: hidden; --btn-knockout: var(--ink); }
.foot-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 38px; margin-bottom: 52px; }
.site-footer h4 { color: var(--yellow); font-size: .72rem; letter-spacing: 2.5px; text-transform: uppercase; margin: 0 0 16px; font-weight: 800; }
.site-footer a { color: rgba(255,255,255,.7); } .site-footer a:hover { color: var(--yellow); text-decoration: none; }
.foot-logo { height: 52px; width: auto; }
.foot-brand p { color: rgba(255,255,255,.5); font-size: .94rem; margin-top: 16px; }
.foot-links { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; font-size: .96rem; }
.foot-contact address { line-height: 1.9; font-size: .95rem; }
.social { display: flex; gap: 10px; margin-top: 14px; }
.social a { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.22); display: flex; align-items: center; justify-content: center; transition: background-color .15s ease, border-color .15s ease; }
.social a:hover { background: var(--yellow); border-color: var(--yellow); }
.social svg { width: 19px; height: 19px; fill: #fff; } .social a:hover svg { fill: var(--ink); }
.foot-bottom { border-top: 1px solid rgba(255,255,255,.12); padding: 20px 0; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; font-size: .84rem; color: rgba(255,255,255,.42); }
.foot-bottom a { color: rgba(255,255,255,.42); }
.foot-giant { font-weight: 900; font-size: clamp(3.4rem, 13.5vw, 12rem); line-height: .82; letter-spacing: -3px; text-align: center; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.1); user-select: none; pointer-events: none; white-space: nowrap; margin-top: 8px; }
.foot-giant .d { -webkit-text-stroke-color: rgba(67,72,216,.55); }

/* ---------------- Scroll reveals ---------------- */
html.js .rv { opacity: 0; transform: translateY(28px); }
html.js .rv.in { opacity: 1; transform: none; transition: opacity .7s ease, transform .7s cubic-bezier(.19,.74,.22,1); }
html.js .rv.d1.in { transition-delay: .08s; }
html.js .rv.d2.in { transition-delay: .16s; }
html.js .rv.d3.in { transition-delay: .24s; }

/* =====================================================================
   MULTI-PAGE COMPONENTS (subpages)
   ===================================================================== */
.nav a.active { color: #fff; border-bottom-color: var(--yellow); }

.page-hero { background: var(--ink); color: #fff; position: relative; overflow: hidden; border-bottom: 3px solid var(--yellow);
  padding: calc(var(--header-h) + 76px) 0 76px;
  background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 84px 84px; --btn-knockout: var(--ink); }
.page-hero .hero-mark { font-size: clamp(4.5rem, 13vw, 10rem); bottom: -10%; }
.page-hero h1 { color: #fff; text-transform: uppercase; letter-spacing: -1.5px; line-height: .96; margin-bottom: 18px; }
.page-hero .lead { color: var(--on-ink); max-width: 62ch; font-size: 1.14rem; font-weight: 500; }
.page-hero .kicker { color: #fff; }

.media-row { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; }
.media-row + .media-row { margin-top: 72px; }
.media-row.rev .m-text { order: 2; }
.media-row .m-text h2 { font-size: clamp(1.5rem, 2.6vw, 2rem); }
.media-row .m-list { list-style: none; margin: 16px 0 0; padding: 0; display: grid; gap: 9px; }
.media-row .m-list li { position: relative; padding-left: 26px; font-weight: 500; color: var(--muted); }
.media-row .m-list li::before { content: "◆"; position: absolute; left: 0; top: 1px; color: var(--yellow); font-size: .8em; }

.imgph { position: relative; overflow: hidden; border: 2px dashed rgba(255,255,255,.18); background: repeating-linear-gradient(45deg, #131318 0 15px, #17171e 15px 30px);
  display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 26px; color: var(--text); }
.imgph.tall { aspect-ratio: 4/5; } .imgph.wide { aspect-ratio: 16/10; } .imgph.sq { aspect-ratio: 1/1; }
.imgph .tag { font-weight: 800; letter-spacing: 2px; text-transform: uppercase; font-size: .64rem; background: var(--blue); color: #fff; padding: 5px 11px; margin-bottom: 13px; }
.imgph .lbl { font-weight: 800; font-size: 1.02rem; line-height: 1.3; color: #fff; }
.imgph .hint { font-weight: 500; font-size: .84rem; color: var(--muted); margin-top: 9px; max-width: 36ch; line-height: 1.5; }
.imgph .imgph-real { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: none; }
.imgph.has-img { border-color: transparent; background: #000; }
.imgph.has-img .imgph-real { display: block; }
.imgph.has-img > :not(.imgph-real) { display: none; }
.imgph.fit-contain.has-img { aspect-ratio: auto; background: none; border: 0; overflow: visible; }
.imgph.fit-contain.has-img .imgph-real { position: static; width: 100%; height: auto; display: block; object-fit: fill; }

.lede { max-width: 760px; font-size: 1.14rem; color: var(--text); }
.town-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.town { background: var(--panel-2); border: 1px solid var(--line); padding: 20px 22px; }
.town h3 { margin: 0 0 5px; font-size: 1.05rem; color: #fff; }
.town p { margin: 0; font-size: .93rem; color: var(--muted); }

.prose { max-width: 820px; }
.prose h2 { text-transform: none; font-size: 1.35rem; letter-spacing: -.3px; margin: 1.8em 0 .5em; color: #fff; }
.prose h2:first-child { margin-top: 0; }
.prose p, .prose li { color: var(--muted); }
.prose ul { padding-left: 1.25em; margin: 0 0 1rem; }
.prose li { margin-bottom: .45em; }
.prose .updated { font-weight: 700; color: var(--muted-2); font-size: .9rem; }
.prose a { color: var(--yellow); }

/* ---------------- Motion safety ---------------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  html.js .ln > span { transform: none; animation: none; }
  html.js .ticker-track { animation: none; }
  html.js .rv { opacity: 1; transform: none; transition: none; }
  * { transition-duration: .001ms !important; animation-duration: .001ms !important; }
}

/* ---------------- Responsive ---------------- */
@media (max-width: 1020px) {
  .floor-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: 1fr; gap: 34px; }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .area-grid { grid-template-columns: 1fr; }
  .est-grid { grid-template-columns: 1fr; gap: 34px; }
  .gallery { grid-template-columns: repeat(3, 1fr); }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .media-row { grid-template-columns: 1fr; gap: 26px; }
  .media-row.rev .m-text, .media-row.rev .m-img { order: 0; }
  .media-row + .media-row { margin-top: 52px; }
  .town-grid { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  :root { --header-h: 76px; }
  body { font-size: 16px; }
  .section { padding: 68px 0; }
  .section-head { margin-bottom: 38px; }
  .brand-logo { height: 46px; }
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .header-actions .header-phone, .header-actions .btn { display: none; }

  /* mobile header: phone left, logo centered, hamburger right */
  .header-inner { position: relative; justify-content: space-between; gap: 0; }
  .m-phone-icon { display: inline-flex; }
  .brand { position: absolute; left: 50%; transform: translateX(-50%); }
  .brand-logo { height: 52px; }

  /* slide-in drawer menu — white, blue Montserrat small-caps */
  .nav {
    position: fixed; top: var(--header-h); right: 0; bottom: 0; left: auto;
    width: min(84%, 344px); background: #fff; border-left: 3px solid var(--yellow);
    flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 0;
    padding: 4px 0 0; z-index: 245; overflow-y: auto;
    transform: translateX(100%); visibility: hidden;
    transition: transform .32s cubic-bezier(.4,0,.2,1), visibility .32s;
    display: flex; box-shadow: -20px 0 55px rgba(0,0,0,.5);
  }
  .nav.is-open { transform: translateX(0); visibility: visible; }
  .nav a:not(.m-only) {
    display: flex; align-items: center; justify-content: space-between;
    font-family: var(--font); font-variant-caps: all-small-caps; letter-spacing: 1.6px;
    font-size: 1.04rem; font-weight: 600; color: var(--blue); text-transform: none;
    padding: 16px 24px; border-bottom: 1px solid #e6e5df;
  }
  .nav a:not(.m-only)::after { content: "\203A"; font-size: 1.25rem; font-weight: 400; color: #c2c3d6; font-variant-caps: normal; }
  .nav a:not(.m-only):hover, .nav a:not(.m-only):active { color: #1c1e5e; background: #f3f3fb; text-decoration: none; }
  .nav a:not(.m-only).active { color: var(--blue); background: #f1f1fb; border-left: 3px solid var(--yellow); padding-left: 21px; font-weight: 700; }
  .nav a:not(.m-only).active::after { content: "\25C6"; font-size: .8rem; color: var(--yellow-dim); }
  .nav .m-nav-only { display: none; }
  .nav .nav-visit { display: block; }
  .nav-visit { margin-top: 8px; padding: 20px 22px 8px; border-top: 1px solid #e6e5df; }
  .nav-photo { position: relative; display: block; overflow: hidden; border-radius: 12px; aspect-ratio: 16 / 10; box-shadow: 0 12px 28px rgba(0,0,0,.4); }
  .nav-photo img { width: 100%; height: 100%; object-fit: contain; background: #eef0f7; display: block; transition: transform .45s ease; }
  .nav-photo img.is-fallback { object-fit: cover; background: none; }
  .nav-photo:hover img, .nav-photo:active img { transform: scale(1.05); }
  .nav-photo-cap { position: absolute; left: 10px; bottom: 10px; display: inline-flex; align-items: center; gap: 7px; background: var(--blue); color: #fff; font-weight: 700; font-size: .68rem; letter-spacing: 1.5px; text-transform: uppercase; padding: 7px 12px; }
  .nav-photo-cap i { color: var(--yellow); font-style: normal; font-size: .85em; }
  .nav-addr { font-style: normal; text-align: center; margin-top: 14px; color: #12143f; font-weight: 700; font-size: .96rem; line-height: 1.3; }
  .nav-call { display: block; text-align: center; margin-top: 2px; color: var(--blue); font-weight: 800; font-size: 1.12rem; letter-spacing: .3px; }
  .nav-call:hover { color: #1c1e5e; text-decoration: none; }

  .nav-scrim { display: block; position: fixed; left: 0; right: 0; top: var(--header-h); bottom: 0; background: rgba(0,0,0,.6); z-index: 244; opacity: 0; visibility: hidden; transition: opacity .32s ease, visibility .32s; }
  .nav-scrim.is-open { opacity: 1; visibility: visible; }

  .hero { min-height: 0; }
  .hero-shade { background: linear-gradient(180deg, rgba(8,8,11,.6) 0%, rgba(8,8,11,.72) 55%, rgba(8,8,11,.9) 100%); }
  .hero-lead { color: #fff; text-shadow: 0 2px 14px rgba(0,0,0,.95), 0 1px 4px rgba(0,0,0,.95); }
  .hero-content { padding-top: calc(var(--header-h) + 40px); padding-bottom: 20px; min-height: 86vh; display: flex; flex-direction: column; justify-content: center; }
  .hero-mark { font-size: 7rem; }
  /* headline: keep each line on ONE line, matched size */
  .hero h1 { font-size: 7.6vw; letter-spacing: -1px; line-height: 1.12; }
  .hero h1 .ln > span { white-space: nowrap; }
  /* index: center these blocks on mobile */
  #process .section-head, #about .about-copy, #estimate .est-aside { text-align: center; }
  #about .about-copy .btn { margin-left: auto; margin-right: auto; }
  .hero-stats { gap: 26px; }
  .floor-grid, .why-grid, .form-row, .choice-grid, .facts { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .foot-grid { grid-template-columns: 1fr; }
  .map { min-height: 340px; box-shadow: 8px 8px 0 var(--blue); }
  .form-card { padding: 26px 20px; }
  .about-photo--desktop { display: none; }
  .imgph.about-photo--desktop { display: none; }
  .imgph.about-photo--mobile { display: flex; margin: 18px 0 22px; }
}

/* =====================================================================
   LIGHT THEME (subpages) — light bg, dark text, yellow + blue highlights.
   Scoped to body.theme-light so the index keeps its dark theme.
   ===================================================================== */
body.theme-light {
  --bg: #f4f3ee; --panel: #ffffff; --panel-2: #ffffff;
  --text: #12143f; --muted: #5c5d70; --muted-2: #8a8b98;
  --line: #e6e5df; --line-soft: #efeee8;
  background: #f4f3ee; color: #23243a;
}
body.theme-light .kicker .dia { color: var(--blue); }
/* --- subpage header: same as index (yellow logo, white links, same button), bg = black 70% --- */
body.theme-light .site-header { background: #1c1e5e; }
body.theme-light .site-header::before { display: none; }
body.theme-light .site-header.is-scrolled { background: #1c1e5e; box-shadow: 0 10px 34px rgba(0,0,0,.4); }
/* --- subpage LIGHT banner --- */
body.theme-light .page-hero { background: #eef0f5; background-image: none; }
body.theme-light .page-hero h1 { color: #12143f; }
body.theme-light .page-hero .lead { color: #5c5d70; }
body.theme-light .page-hero .kicker { color: #12143f; }
body.theme-light .page-hero .hero-mark { -webkit-text-stroke-color: rgba(46,49,146,.10); }
/* accents that were white/yellow on dark -> readable on light */
body.theme-light .fact .n { color: var(--blue); }
body.theme-light .info-label { color: var(--blue); }
body.theme-light .info-label::before { color: var(--yellow-dim); }
body.theme-light .addr { color: #12143f; }
body.theme-light .phone-lg { color: var(--blue); }
body.theme-light .town h3 { color: #12143f; }
body.theme-light .svc-more strong { color: #12143f; }
body.theme-light .why h3 { color: #12143f; }
body.theme-light .prose h2 { color: #12143f; }
body.theme-light .prose a { color: var(--blue); }
/* map normal on light */
body.theme-light .map { background: #eceef2; }
body.theme-light .map iframe { filter: none; }
/* placeholders on light */
body.theme-light .imgph { border-color: #c2c3d6; background: repeating-linear-gradient(45deg, #eff0fb 0 15px, #e8e9f7 15px 30px); }
body.theme-light .imgph .lbl { color: var(--blue); }
body.theme-light .imgph .hint { color: #5c5d70; }
/* buttons on light */
body.theme-light .btn--yellow { background: var(--yellow); color: var(--ink); border-color: var(--yellow); }
body.theme-light .btn--yellow:hover { background: var(--yellow-dim); border-color: var(--yellow-dim); color: var(--ink); }
body.theme-light .btn--blue { color: var(--blue); border-color: var(--blue); }
body.theme-light .btn--blue:hover { background: var(--blue); color: #fff; }
