:root { color-scheme:light; --bg:#ffffff; --panel:#ffffff; --panel2:#eef6fc; --line:#d9e0e4; --text:#0a203a; --muted:#53616c; --accent:#0876cf; --accent-dark:#075da2; --success:#08735b; --radius:10px; --shadow:0 14px 34px rgba(8,28,45,.12); --display:Inter, "Helvetica Neue", Arial, sans-serif; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; overflow-x:hidden; }
body { margin:0; min-width:0; overflow-x:hidden; background:var(--bg); color:var(--text); font-family:Inter,"Helvetica Neue",Arial,sans-serif; }
a { color:inherit; }
img { display:block; max-width:100%; }
.hero { background:#fff; border-bottom:1px solid var(--line); }
.nav { min-height:76px; display:flex; justify-content:space-between; align-items:center; gap:24px; padding:16px clamp(20px,5vw,76px); background:rgba(255,255,255,.97); position:relative; z-index:5; }
.brand { max-width:340px; color:var(--text); font-family:var(--display); font-size:clamp(18px,2vw,25px); font-weight:800; line-height:1; text-decoration:none; }
.nav-links,.cta-row { display:flex; flex-wrap:wrap; gap:12px; align-items:center; }
.nav-links>a:not(.nav-call) { color:var(--text); padding:10px 7px; text-decoration:none; font-size:14px; border-bottom:2px solid transparent; }
.nav-links>a[aria-current="page"] { border-color:var(--accent); }
.nav-call,.button,button { border:1px solid var(--accent); border-radius:7px; background:var(--accent); color:#fff; padding:13px 20px; text-decoration:none; font:inherit; font-weight:800; cursor:pointer; text-align:center; }
.button.secondary { background:#fff; color:var(--text); border-color:currentColor; }
.hero-shell { width:min(100%,1600px); margin:auto; position:relative; }
.hero-shell--home { min-height:570px; display:grid; grid-template-columns:minmax(280px,.9fr) minmax(360px,1.15fr) minmax(300px,.78fr); align-items:stretch; }
.hero-shell--inner { min-height:420px; display:grid; grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr); align-items:stretch; }
.hero-copy { display:flex; flex-direction:column; justify-content:center; align-items:flex-start; padding:clamp(42px,6vw,88px) clamp(24px,5vw,76px); min-width:0; }
.eyebrow { margin:0 0 12px; color:var(--accent-dark); text-transform:uppercase; font-size:12px; font-weight:800; letter-spacing:.09em; }
h1,h2,h3 { margin:0; font-family:var(--display); line-height:1.04; }
h1 { max-width:820px; font-size:clamp(42px,5.2vw,76px); letter-spacing:-.035em; }
h2 { font-size:clamp(28px,3.5vw,48px); letter-spacing:-.025em; }
h3 { font-size:21px; }
p { color:var(--muted); line-height:1.62; }
.hero-copy>p:not(.eyebrow) { max-width:640px; margin:20px 0 26px; font-size:18px; }
.hero-visual,.inner-visual { position:relative; min-width:0; min-height:100%; margin:0; overflow:hidden; }
.hero-visual img,.inner-visual img { width:100%; height:100%; object-fit:cover; }
.quote-form { display:grid; align-content:center; gap:12px; padding:clamp(22px,3vw,36px); background:#fff; border:1px solid var(--line); border-radius:var(--radius); box-shadow:var(--shadow); }
.hero-shell--home>.quote-form { align-self:center; margin:28px clamp(20px,3vw,46px) 28px 0; max-height:calc(100% - 56px); overflow:auto; position:relative; z-index:3; }
.quote-form h2 { font-size:clamp(26px,2.4vw,36px); }
label { display:grid; gap:6px; color:var(--text); font-size:13px; font-weight:700; }
input,select,textarea { width:100%; min-height:45px; border:1px solid #bfc9cf; border-radius:6px; background:#fff; color:var(--text); padding:10px 12px; font:inherit; }
input:focus-visible,select:focus-visible,textarea:focus-visible,a:focus-visible,button:focus-visible { outline:3px solid color-mix(in srgb,var(--accent) 45%,white); outline-offset:2px; }
main { display:grid; gap:32px; padding:clamp(24px,5vw,76px); }
.trust-band,.planning-grid,.faq-grid,.service-grid { display:grid; gap:16px; }
.trust-band { grid-template-columns:repeat(3,1fr); margin:-1px clamp(-24px,-5vw,-76px) 0; padding:24px clamp(24px,5vw,76px); background:var(--panel2); border-bottom:1px solid var(--line); }
.trust-band>div { padding:0 20px; border-left:3px solid var(--accent); }
.trust-band strong,.trust-band span { display:block; }
.trust-band span { margin-top:7px; color:var(--muted); line-height:1.45; }
.split { display:grid; grid-template-columns:minmax(0,1fr) minmax(330px,450px); gap:28px; align-items:start; }
.planning-grid { grid-template-columns:repeat(2,1fr); margin-top:20px; }
.planning-grid article,.faq-grid article,.content-section,.long-copy section { border:1px solid var(--line); border-radius:var(--radius); background:var(--panel); padding:22px; }
.intro-section>.quote-form { position:sticky; top:14px; }
.content-section,.long-copy { display:grid; gap:17px; }
.long-copy { border:0; padding:0; background:none; }
.long-copy section { display:grid; gap:9px; }
.long-copy p { max-width:92ch; margin:0; }
.service-grid,.link-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(235px,1fr)); gap:14px; }
.service-grid a,.link-grid a { border:1px solid var(--line); border-radius:var(--radius); background:#fff; padding:18px; text-decoration:none; box-shadow:0 3px 14px rgba(8,28,45,.05); }
.service-grid a { border-top:4px solid var(--accent); }
.service-grid strong,.service-grid span,.link-grid strong,.link-grid span { display:block; }
.service-grid span,.link-grid span { margin-top:8px; color:var(--muted); line-height:1.45; }
.link-section,.faq { display:grid; gap:16px; }
.faq-grid { grid-template-columns:repeat(auto-fit,minmax(260px,1fr)); }
.closing-cta { border-radius:var(--radius); padding:clamp(28px,5vw,58px); background:var(--text); color:#fff; }
.closing-cta p { color:#e8eff3; }
.fine-print,.lead-status,footer p { font-size:12px; line-height:1.5; }
.fine-print { margin:0; padding-top:10px; border-top:1px solid var(--line); }
.lead-status { min-height:1.4em; margin:0; color:var(--success); }
.lead-confirmation { margin:0; color:var(--success); font-size:18px; font-weight:800; }
.honeypot { position:absolute; left:-10000px; width:1px; height:1px; overflow:hidden; }
footer { padding:28px clamp(24px,5vw,76px) 50px; color:var(--muted); background:#f7f8f8; border-top:1px solid var(--line); }
.mobile-call { display:none; }

.skin-asphalt.page-home .hero { background:linear-gradient(90deg,rgba(8,9,9,.89) 0%,rgba(8,9,9,.56) 52%,rgba(8,9,9,.28) 100%),var(--hero-image) center/cover no-repeat; border-bottom:7px solid var(--accent); }
.skin-asphalt.page-home .hero-shell--home { grid-template-columns:minmax(0,1fr) minmax(350px,500px); min-height:650px; }
.skin-asphalt.page-home .hero-copy { color:#fff; }
.skin-asphalt.page-home .hero-copy>p:not(.eyebrow) { color:#f2f2ef; }
.skin-asphalt.page-home .hero-copy .eyebrow { color:#ffd248; }
.skin-asphalt.page-home .quote-form { margin-right:clamp(24px,5vw,76px); }
.skin-asphalt h1,.skin-asphalt h2,.skin-asphalt h3,.skin-asphalt .brand { font-weight:900; }

.skin-floor-care.page-home .hero-shell--home { grid-template-columns:minmax(310px,.9fr) minmax(360px,1.15fr) minmax(300px,.72fr); background:linear-gradient(120deg,#f4fbfc,#fff 58%); }
.skin-floor-care .hero-visual { order:2; }
.skin-floor-care.page-home .quote-form { order:3; }

@media (min-width:1121px) {
  .skin-floor-care.page-home .hero-copy { padding-left:clamp(32px,3vw,48px); padding-right:clamp(32px,3vw,48px); }
  .skin-floor-care.page-home h1 { width:100%; font-size:clamp(48px,4.45vw,64px); }
}

.skin-backflow.page-home .hero-shell--home { grid-template-columns:minmax(400px,.95fr) minmax(360px,1.1fr) minmax(280px,.72fr); background:linear-gradient(108deg,#fff 0 33%,#244b6c 33% 100%); }
.skin-backflow.page-home .hero-copy { align-self:center; position:relative; z-index:4; margin:32px 0 32px clamp(20px,4vw,56px); padding:clamp(28px,4vw,52px); background:#fff; border:1px solid rgba(10,32,58,.12); border-radius:16px; box-shadow:var(--shadow); }
.skin-backflow .hero-visual { margin:32px 0; border-radius:16px; box-shadow:var(--shadow); }
.skin-backflow .hero-visual img { filter:saturate(.9) contrast(1.02); }
.assembly-label { position:absolute; z-index:2; max-width:120px; padding:7px 9px; color:#fff; background:rgba(7,31,55,.82); border:1px solid rgba(255,255,255,.55); border-radius:6px; font-size:11px; font-weight:800; }
.assembly-label--in { left:4%; top:16%; }
.assembly-label--out { right:4%; top:24%; }
.notice-steps { position:absolute; left:7%; right:7%; bottom:5%; display:grid; grid-template-columns:repeat(3,1fr); gap:0; margin:0; padding:0; background:#fff; border-radius:9px; box-shadow:var(--shadow); list-style:none; counter-reset:steps; overflow:hidden; }
.notice-steps li { counter-increment:steps; display:flex; align-items:center; gap:8px; padding:13px 10px; color:var(--text); font-size:12px; font-weight:800; border-right:1px solid var(--line); }
.notice-steps li::before { content:counter(steps); display:grid; place-items:center; flex:0 0 26px; height:26px; border-radius:50%; color:#fff; background:#11aa9d; }

@media (max-width:1120px) {
  .hero-shell--home,.skin-floor-care.page-home .hero-shell--home,.skin-backflow.page-home .hero-shell--home { grid-template-columns:1fr 1fr; }
  .hero-shell--home>.quote-form { grid-column:1/-1; margin:0 clamp(24px,5vw,76px) 34px; max-height:none; grid-template-columns:repeat(2,minmax(0,1fr)); }
  .skin-floor-care.page-home .hero-shell--home>.quote-form { grid-column:1/-1; }
  .quote-form>.eyebrow,.quote-form>h2,.quote-form>button,.quote-form>.fine-print,.quote-form>.lead-status,.quote-form>.honeypot { grid-column:1/-1; }
  .skin-asphalt.page-home .hero-shell--home { grid-template-columns:1fr minmax(330px,440px); }
  .skin-asphalt.page-home .quote-form { grid-column:auto; grid-template-columns:1fr; margin:34px clamp(24px,5vw,76px) 34px 0; }
}
@media (min-width:781px) and (max-width:900px) {
  .skin-floor-care.page-home .hero-shell--home { grid-template-columns:minmax(0,1fr); }
  .skin-floor-care.page-home .hero-copy { order:1; }
  .skin-floor-care.page-home .hero-visual { order:2; min-height:360px; }
  .skin-floor-care.page-home .quote-form { order:3; grid-column:auto; }
}
@media (max-width:780px) {
  body { padding-bottom:66px; }
  .nav { align-items:flex-start; flex-direction:column; gap:10px; padding:16px 20px; }
  .nav-links { width:100%; gap:3px 10px; }
  .nav-call { display:none; }
  .hero-shell--home,.hero-shell--inner,.skin-asphalt.page-home .hero-shell--home,.skin-floor-care.page-home .hero-shell--home,.skin-backflow.page-home .hero-shell--home { min-height:0; grid-template-columns:minmax(0,1fr); }
  .hero-copy { padding:48px 20px 34px; }
  h1 { font-size:clamp(38px,12vw,56px); }
  .hero-copy .cta-row .phone-button { flex:1 1 100%; }
  .hero-copy .cta-row .secondary { flex:1 1 100%; }
  .hero-visual,.inner-visual,.skin-backflow .hero-visual { min-height:300px; margin:0; border-radius:0; }
  .hero-shell--home>.quote-form,.skin-asphalt.page-home .quote-form { grid-column:auto; grid-template-columns:1fr; margin:0 16px 24px; max-height:none; }
  .skin-asphalt.page-home .hero { background:linear-gradient(rgba(8,9,9,.72),rgba(8,9,9,.66)),var(--hero-image) center/cover no-repeat; }
  .skin-floor-care.page-home .hero-visual { order:2; }
  .skin-floor-care.page-home .quote-form { order:3; }
  .skin-backflow.page-home .hero-visual { order:2; }
  .skin-backflow.page-home .quote-form { order:3; }
  .notice-steps { left:12px; right:12px; grid-template-columns:1fr; }
  .notice-steps li { padding:7px 10px; border-right:0; border-bottom:1px solid var(--line); }
  .trust-band,.split,.planning-grid { grid-template-columns:1fr; }
  .trust-band { margin:-1px -24px 0; }
  .intro-section>.quote-form { position:static; }
  .mobile-call { display:block; position:fixed; z-index:20; left:12px; right:12px; bottom:10px; min-height:48px; border-radius:8px; background:var(--accent); color:#fff; padding:14px 20px; text-align:center; text-decoration:none; font-weight:900; box-shadow:0 8px 24px rgba(0,0,0,.25); }
}
