:root {
  --ink: #17110f;
  --ink-2: #241a16;
  --navy: #1c140f;
  --text: #241c18;
  --muted: #6b635d;
  --paper: #ffffff;
  --soft: #f6f3f1;
  --soft-2: #efe8e4;
  --white: #fff;
  --brand: #b01218;
  --brand-dark: #7d0d11;
  --brand-light: #d6272e;
  --cyan: #ff6b5d;
  --cyan-2: #ff9d8f;
  --accent: #b01218;
  --line: rgba(28, 20, 16, .12);
  --line-soft: rgba(28, 20, 16, .08);
  --shadow: 0 26px 70px rgba(28, 16, 14, .16);
  --shadow-sm: 0 12px 30px rgba(28, 16, 14, .10);
  --radius: 14px;
  --radius-sm: 10px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--text); font-family: "Segoe UI", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif; line-height: 1.6; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
h1, h2, h3, p, a, span, strong, article, section, div { min-width: 0; }
h1, h2, h3, p { overflow-wrap: break-word; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 12px clamp(16px, 4vw, 56px); background: rgba(10, 17, 34, .55); border-bottom: 1px solid rgba(255,255,255,.10); backdrop-filter: blur(16px); transition: background .3s ease, border-color .3s ease; }
.site-header.scrolled { background: rgba(9, 15, 30, .96); border-bottom-color: rgba(214,39,46,.22); }
.brand { display: inline-flex; align-items: center; min-width: 0; background: #fff; border-radius: 12px; padding: 7px 14px; box-shadow: 0 6px 18px rgba(0,0,0,.22); }
.brand-logo { height: 40px; width: auto; }
.nav-links { display: flex; gap: 28px; color: rgba(255,255,255,.86); font-size: 14px; font-weight: 700; letter-spacing: .01em; }
.nav-links a { position: relative; padding: 4px 0; }
.nav-links a:hover { color: #fff; }
.nav-links a:after { content: ""; position: absolute; left: 0; right: 100%; bottom: -2px; height: 2px; background: var(--cyan); border-radius: 2px; transition: right .2s ease; }
.nav-links a:hover:after { right: 0; }
.nav-actions { display: flex; align-items: center; gap: 14px; }
.phone-link { display: inline-flex; align-items: center; gap: 7px; color: #fff; font-weight: 800; white-space: nowrap; font-size: 15px; }
.phone-link:hover { color: var(--cyan-2); }
.phone-ic { width: 17px; height: 17px; flex: 0 0 auto; }
.trust-ic { width: 18px; height: 18px; flex: 0 0 auto; color: var(--cyan-2); }

/* Buttons */
.btn { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 8px; border: 1px solid transparent; border-radius: 999px; padding: 0 26px; font-size: 15px; font-weight: 800; letter-spacing: .01em; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease; text-align: center; }
.btn:hover { transform: translateY(-2px); }
.btn.primary, .btn.small { background: var(--brand); color: #fff; border-color: var(--brand); box-shadow: 0 14px 30px rgba(176,18,24,.34); }
.btn.primary:hover, .btn.small:hover { background: var(--brand-light); border-color: var(--brand-light); box-shadow: 0 18px 40px rgba(176,18,24,.42); }
.btn.light { background: #fff; color: var(--brand-dark); border-color: #fff; }
.btn.light:hover { box-shadow: var(--shadow); }
.btn.ghost { color: #fff; border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.05); }
.btn.ghost:hover { border-color: #fff; background: rgba(255,255,255,.12); }
.btn.small { min-height: 44px; padding: 0 20px; font-size: 14px; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.28); border-radius: var(--radius-sm); background: rgba(255,255,255,.06); position: relative; }
.menu-toggle span, .menu-toggle:before, .menu-toggle:after { content: ""; position: absolute; left: 12px; right: 12px; height: 2px; border-radius: 999px; background: #fff; }
.menu-toggle span { top: 22px; }
.menu-toggle:before { top: 15px; }
.menu-toggle:after { top: 29px; }
.mobile-menu { display: none; }

/* Hero with video */
.hero { position: relative; isolation: isolate; min-height: calc(100svh - 76px); display: flex; flex-direction: column; justify-content: center; padding: clamp(60px, 10vw, 120px) clamp(16px, 6vw, 96px) clamp(80px, 10vw, 130px); color: #fff; overflow: hidden; }
.hero-media { position: absolute; inset: 0; z-index: 0; }
.hero-video { width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(14,9,8,.93) 0%, rgba(18,11,10,.8) 42%, rgba(18,11,10,.44) 100%), linear-gradient(0deg, rgba(12,7,6,.92) 2%, rgba(12,7,6,0) 45%); }
.hero-inner { position: relative; z-index: 1; max-width: 760px; }
.hero-inner .eyebrow { color: var(--cyan-2); }
.hero-scroll { position: absolute; left: 50%; bottom: 26px; z-index: 1; width: 26px; height: 42px; transform: translateX(-50%); border: 2px solid rgba(255,255,255,.4); border-radius: 999px; }
.hero-scroll span { position: absolute; left: 50%; top: 8px; width: 4px; height: 8px; margin-left: -2px; border-radius: 999px; background: #fff; animation: scrolldot 1.8s ease-in-out infinite; }
@keyframes scrolldot { 0% { opacity: 0; transform: translateY(0); } 40% { opacity: 1; } 80% { opacity: 0; transform: translateY(14px); } 100% { opacity: 0; } }

.hero h1, .subhero h1, .detail-hero h1, .contact-hero h1 { margin: 0; font-size: clamp(2.9rem, 7vw, 6rem); line-height: 1.0; letter-spacing: -1.5px; max-width: 15ch; text-wrap: balance; }
.hero p, .subhero p, .detail-hero p, .contact-hero p { color: rgba(224,231,247,.86); font-size: clamp(1.06rem, 2vw, 1.34rem); max-width: 620px; }
.hero p strong { color: #fff; }
.eyebrow { display: inline-flex; margin-bottom: 16px; color: var(--brand); font-size: .78rem; text-transform: uppercase; letter-spacing: .16em; font-weight: 800; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.trust-row span { display: inline-flex; align-items: center; gap: 9px; padding: 11px 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(255,255,255,.07); color: #fff; font-weight: 700; font-size: .95rem; backdrop-filter: blur(6px); }

/* Partner band */
.partner-band { display: flex; flex-direction: column; align-items: center; gap: 22px; padding: 34px clamp(16px, 5vw, 76px); background: var(--soft); border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.partner-label { font-size: .8rem; text-transform: uppercase; letter-spacing: .14em; font-weight: 800; color: var(--muted); text-align: center; }
.partner-logos { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 16px; }
.partner-logo { display: inline-flex; align-items: center; justify-content: center; height: 74px; padding: 14px 22px; background: #fff; border: 1px solid var(--line-soft); border-radius: var(--radius-sm); box-shadow: var(--shadow-sm); transition: transform .18s ease, box-shadow .18s ease; }
.partner-logo:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.partner-logo img { height: 30px; width: auto; max-width: 150px; object-fit: contain; }
.partner-inline .partner-logos { margin-top: 4px; }
.partner-inline .partner-logo { height: 82px; }
.partner-inline .partner-logo img { height: 36px; }

/* Sections */
.section { padding: clamp(66px, 9vw, 120px) clamp(16px, 5vw, 76px); }
.section.soft { background: var(--soft); }
.section-head { max-width: 780px; margin-bottom: 40px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section h2, .cta-band h2, .estimate-card h2, .split-feature h2 { margin: 0 0 14px; font-size: clamp(2rem, 4.4vw, 3.6rem); line-height: 1.05; letter-spacing: -1px; text-wrap: balance; color: var(--navy); }
.section-head p, .two-col p, .service-card p, .area-card p, .process-grid p, .faq-list p, .why-card p, .split-feature p, .showcase-card p { color: var(--muted); font-size: 1.05rem; }

/* Card grid */
.card-grid { display: grid; gap: 20px; }
.card-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card-grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.service-card { display: flex; flex-direction: column; border: 1px solid var(--line-soft); border-radius: var(--radius); background: #fff; padding: 30px 26px 26px; box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.service-card:hover, .area-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: rgba(176,18,24,.4); }
.service-icon { width: 62px; height: 62px; display: flex; align-items: center; justify-content: center; border-radius: 16px; background: linear-gradient(140deg, var(--brand), var(--brand-dark)); color: #fff; margin-bottom: 20px; box-shadow: 0 12px 24px rgba(176,18,24,.28); }
.service-icon .svc-icon { width: 32px; height: 32px; }
.service-card span { color: var(--brand); font-size: .74rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }
.service-card h3, .area-card h3 { margin: 8px 0 0; font-size: clamp(1.25rem, 2vw, 1.5rem); line-height: 1.15; color: var(--navy); }
.service-card p { margin: 10px 0 18px; font-size: .98rem; }
.card-link { margin-top: auto; color: var(--brand) !important; font-size: .82rem !important; font-weight: 800; letter-spacing: .02em; }
.service-card:hover .card-link, .area-card:hover .card-link { color: var(--brand-dark) !important; }

/* Icon tiles */
.icon-tile { width: 80px; height: 80px; display: flex; align-items: center; justify-content: center; border-radius: 20px; background: linear-gradient(140deg, var(--brand), var(--brand-dark)); color: #fff; box-shadow: 0 16px 34px rgba(176,18,24,.32); flex: 0 0 auto; }
.icon-tile .tile-ic { width: 40px; height: 40px; }
.detail-tile { width: clamp(140px, 30vw, 200px); height: clamp(140px, 30vw, 200px); border-radius: 30px; }
.detail-tile .tile-ic { width: 46%; height: 46%; }

/* Stat band */
.stat-band { padding: clamp(30px, 5vw, 44px) clamp(16px, 5vw, 76px); background: linear-gradient(120deg, var(--ink), var(--brand-dark) 130%); }
.stat-inner { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; max-width: 1100px; margin: 0 auto; }
.stat-band article { text-align: center; color: #fff; padding: 8px; }
.stat-band strong { display: block; font-size: clamp(1.9rem, 4vw, 2.9rem); font-weight: 900; line-height: 1; background: linear-gradient(120deg, #fff, var(--cyan-2)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat-band span { display: block; margin-top: 8px; color: rgba(224,231,247,.72); font-size: .92rem; font-weight: 600; letter-spacing: .02em; }

/* Showcase */
.showcase-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; }
.showcase-card { grid-column: span 3; display: flex; gap: 22px; align-items: flex-start; border: 1px solid var(--line-soft); border-radius: var(--radius); background: #fff; padding: 30px; box-shadow: var(--shadow-sm); }
.showcase-card.wide { grid-column: span 3; }
.showcase-card h3 { margin: 0 0 8px; font-size: 1.4rem; color: var(--navy); }
.showcase-card p { margin: 0; font-size: 1rem; }

/* Why grid */
.why-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.why-card { border: 1px solid var(--line-soft); border-radius: var(--radius); background: #fff; padding: 30px 26px; box-shadow: var(--shadow-sm); }
.why-card .icon-tile { width: 62px; height: 62px; border-radius: 16px; margin-bottom: 20px; }
.why-card .icon-tile .tile-ic { width: 32px; height: 32px; }
.why-card h3 { margin: 0 0 10px; font-size: 1.25rem; color: var(--navy); line-height: 1.2; }
.why-card p { margin: 0; font-size: .98rem; }

/* Split feature */
.split-feature { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(30px, 6vw, 80px); align-items: center; }
.split-feature-media { position: relative; display: flex; align-items: center; justify-content: center; min-height: 320px; border-radius: var(--radius); background: radial-gradient(circle at 50% 40%, rgba(176,18,24,.16), transparent 68%), linear-gradient(150deg, var(--ink), var(--brand-dark)); padding: 50px; overflow: hidden; }
.split-feature-media:before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 34px 34px; mask-image: radial-gradient(circle at 50% 50%, #000, transparent 75%); }
.split-tile { position: relative; z-index: 1; width: clamp(150px, 34vw, 210px); height: clamp(150px, 34vw, 210px); border-radius: 32px; }
.split-tile .tile-ic { width: 44%; height: 44%; }
.split-badge { position: absolute; z-index: 2; right: clamp(24px, 8%, 70px); top: 24%; display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; border-radius: 999px; background: #fff; color: var(--brand-dark); font-weight: 800; font-size: .9rem; box-shadow: var(--shadow); }
.split-badge-ic { width: 18px; height: 18px; color: var(--brand); }
.split-feature-copy .eyebrow { color: var(--brand); }

/* Two col + check list */
.two-col { display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); gap: clamp(28px, 6vw, 76px); align-items: start; }
.check-list { list-style: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; padding: 0; margin: 0; }
.check-list.solo { grid-template-columns: 1fr; margin-top: 26px; }
.check-list li { position: relative; padding: 16px 16px 16px 48px; border: 1px solid var(--line-soft); border-radius: var(--radius-sm); background: #fff; color: var(--text); font-weight: 700; box-shadow: var(--shadow-sm); }
.check-list li:before { content: ""; position: absolute; left: 17px; top: 50%; margin-top: -8px; width: 16px; height: 16px; border-radius: 50%; background: var(--brand); }
.check-list li:after { content: ""; position: absolute; left: 22px; top: 50%; margin-top: -3px; width: 6px; height: 3px; border-left: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(-45deg); }

/* Pills */
.pill-grid { display: flex; flex-wrap: wrap; gap: 12px; }
.pill-grid.center { justify-content: center; }
.pill { display: inline-flex; padding: 11px 18px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--navy); font-weight: 700; font-size: .95rem; box-shadow: var(--shadow-sm); transition: transform .16s ease, border-color .16s ease, color .16s ease; }
.pill:hover { transform: translateY(-2px); border-color: var(--brand); color: var(--brand); }

/* Process */
.process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.process-grid article { position: relative; border: 1px solid var(--line-soft); border-radius: var(--radius); background: #fff; padding: 28px 24px; box-shadow: var(--shadow-sm); }
.process-grid span { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 12px; background: var(--soft-2); color: var(--brand); font-weight: 900; font-size: 1.05rem; }
.process-grid h3 { margin: 16px 0 8px; font-size: 1.28rem; color: var(--navy); }

/* FAQ */
.faq-section { background: var(--soft); }
.faq-list { display: grid; gap: 12px; max-width: 900px; margin: 0 auto; }
.faq-list details { border: 1px solid var(--line-soft); border-radius: var(--radius-sm); background: #fff; padding: 20px 24px; box-shadow: var(--shadow-sm); }
.faq-list summary { cursor: pointer; font-size: 1.08rem; font-weight: 800; color: var(--navy); list-style: none; position: relative; padding-right: 34px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:after { content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-size: 1.5rem; font-weight: 400; color: var(--brand); transition: transform .2s ease; }
.faq-list details[open] summary:after { transform: translateY(-50%) rotate(45deg); }
.faq-list p { margin: 14px 0 0; }

/* CTA */
.cta-band { position: relative; overflow: hidden; margin: 0 clamp(16px, 5vw, 76px) clamp(66px, 9vw, 100px); padding: clamp(38px, 6vw, 68px); border-radius: 26px; background: linear-gradient(130deg, var(--ink) 8%, var(--brand-dark) 92%); color: #fff; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 28px; align-items: center; }
.cta-glow { position: absolute; z-index: 0; width: 460px; height: 460px; right: -120px; top: -160px; border-radius: 50%; background: radial-gradient(circle, rgba(214,39,46,.34), transparent 65%); pointer-events: none; }
.cta-band > * { position: relative; z-index: 1; }
.cta-band .eyebrow { color: var(--cyan-2); }
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(224,231,247,.86); max-width: 640px; }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: flex-end; }

/* Subhero (interior pages) */
.subhero { position: relative; overflow: hidden; padding: clamp(96px, 13vw, 168px) clamp(16px, 5vw, 76px) clamp(56px, 8vw, 80px); background: linear-gradient(150deg, var(--ink) 10%, var(--ink-2) 55%, var(--brand-dark) 150%); color: #fff; }
.subhero-glow { position: absolute; inset: 0; background: radial-gradient(circle at 82% 8%, rgba(214,39,46,.2), transparent 42%), radial-gradient(circle at 6% 92%, rgba(176,18,24,.34), transparent 46%); pointer-events: none; }
.subhero > * { position: relative; z-index: 1; }
.subhero .eyebrow { color: var(--cyan-2); }
.subhero h1 { max-width: 18ch; }
.subhero p { max-width: 640px; }

/* Detail + contact hero */
.detail-hero, .contact-hero { position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(280px, .9fr); gap: clamp(28px, 5vw, 62px); align-items: center; padding: clamp(96px, 12vw, 150px) clamp(16px, 5vw, 76px) clamp(60px, 8vw, 92px); background: linear-gradient(150deg, var(--ink) 8%, var(--ink-2) 52%, var(--brand-dark) 150%); color: #fff; }
.detail-hero:before, .contact-hero:before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 84% 20%, rgba(214,39,46,.18), transparent 44%), radial-gradient(circle at 4% 96%, rgba(176,18,24,.3), transparent 46%); pointer-events: none; }
.detail-hero > *, .contact-hero > * { position: relative; z-index: 1; }
.detail-hero .eyebrow, .contact-hero .eyebrow { color: var(--cyan-2); }
.detail-hero h1, .contact-hero h1 { max-width: 15ch; }
.detail-art { display: flex; align-items: center; justify-content: center; }

/* Areas */
.area-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.area-card { display: flex; flex-direction: column; border: 1px solid var(--line-soft); border-radius: var(--radius); background: #fff; padding: 28px 26px; box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.area-card span { display: block; color: var(--brand); font-size: .74rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }
.area-card p { margin: 10px 0 16px; font-size: .96rem; }

/* Contact */
.estimate-card { border: 1px solid var(--line-soft); border-radius: var(--radius); padding: clamp(24px, 4vw, 40px); background: #fff; color: var(--text); box-shadow: var(--shadow); }
.estimate-logo { width: 240px; max-width: 72%; height: auto; margin: 0 0 20px; }
.estimate-card h2 { font-size: clamp(1.7rem, 3.4vw, 2.5rem); }
.contact-lead { color: var(--muted); margin: 0 0 22px; }
.contact-details-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.contact-details-grid article { display: grid; gap: 6px; align-content: start; border: 1px solid var(--line-soft); border-radius: var(--radius-sm); background: #fff; padding: 22px 24px; box-shadow: var(--shadow-sm); }
.contact-details-grid span:first-child { color: var(--brand); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }
.contact-details-grid a, .contact-details-grid article > span:last-child { font-size: 1.1rem; font-weight: 800; color: var(--text); overflow-wrap: anywhere; }
.contact-details-grid a:hover { color: var(--brand); }
.form-placeholder { border: 2px dashed rgba(176,18,24,.4); border-radius: var(--radius-sm); background: linear-gradient(180deg, #fbeeee, #fffbfb); padding: clamp(24px, 4vw, 38px); text-align: center; margin: 0; }
.form-placeholder-tag { display: inline-flex; margin-bottom: 14px; padding: 6px 12px; border-radius: 999px; background: var(--navy); color: #fff; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.form-placeholder-title { margin: 0 0 6px; font-size: 1.2rem; font-weight: 800; color: var(--navy); }
.form-placeholder-note { margin: 0 0 20px; color: var(--muted); font-size: .98rem; }
.form-placeholder-actions { display: grid; gap: 10px; }
.form-placeholder-actions .btn.dark-btn { background: var(--brand); color: #fff; border-color: var(--brand); }
.form-placeholder-actions .btn.light { border: 1px solid var(--line); }

/* Footer */
.footer { display: flex; justify-content: space-between; gap: 40px; padding: 56px clamp(16px, 5vw, 76px); background: var(--ink); color: #fff; }
.footer-brand-col { max-width: 460px; }
.footer .brand { width: fit-content; margin-bottom: 18px; }
.footer .brand-logo { height: 44px; }
.footer p { color: rgba(224,231,247,.6); }
.footer-grid { display: grid; grid-template-columns: repeat(2, max-content); gap: 12px 30px; color: rgba(224,231,247,.82); font-weight: 600; height: fit-content; }
.footer-grid a:hover { color: var(--cyan-2); }

.mobile-sticky { display: none; }
.reveal { opacity: 1; }
html.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .55s ease, transform .55s cubic-bezier(.22,1,.36,1); }
html.js .reveal.in { opacity: 1; transform: none; }
.sms-consent { margin-top: 20px; max-width: 620px; font-size: .82rem; line-height: 1.55; color: rgba(224,231,247,.6); }
.sms-consent a { color: var(--cyan-2); text-decoration: underline; }

/* Legal */
.legal-section { max-width: 880px; }
.legal-prose { color: var(--text); }
.legal-prose .updated { color: var(--muted); font-size: .95rem; margin: 0 0 28px; }
.legal-prose h2 { font-size: clamp(1.5rem, 3vw, 2rem); line-height: 1.15; margin: 36px 0 12px; color: var(--navy); }
.legal-prose h2:first-of-type { margin-top: 0; }
.legal-prose p, .legal-prose li { color: var(--text); font-size: 1.02rem; line-height: 1.7; }
.legal-prose ul { padding-left: 22px; margin: 0 0 14px; display: grid; gap: 6px; }
.legal-prose a { color: var(--brand); text-decoration: underline; }
.legal-prose strong { font-weight: 800; }

@media (max-width: 1040px) {
  .nav-links, .nav-actions { display: none; }
  .menu-toggle { display: block; }
  .mobile-menu { position: fixed; inset: 78px 16px auto; z-index: 49; display: grid; gap: 6px; padding: 12px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); transform: translateY(-12px); opacity: 0; visibility: hidden; pointer-events: none; transition: .18s ease; }
  body.menu-open .mobile-menu { transform: translateY(0); opacity: 1; visibility: visible; pointer-events: auto; }
  .mobile-menu a { padding: 14px; border-radius: var(--radius-sm); color: var(--navy); font-weight: 800; }
  .mobile-menu .mobile-menu-cta { margin-top: 4px; background: var(--brand); color: #fff; text-align: center; }
  .detail-hero, .contact-hero, .two-col, .split-feature, .cta-band { grid-template-columns: 1fr; }
  .card-grid.four, .why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .card-grid.three, .process-grid, .area-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .showcase-grid { grid-template-columns: 1fr; }
  .showcase-card, .showcase-card.wide { grid-column: auto; }
  .stat-inner { grid-template-columns: repeat(2, 1fr); gap: 26px 16px; }
  .split-feature-media { min-height: 260px; }
  .cta-actions { justify-content: flex-start; }
  .footer { flex-direction: column; gap: 30px; }
}
@media (max-width: 640px) {
  .site-header { min-height: 66px; padding: 10px 14px; }
  .brand-logo { height: 36px; }
  .hero { padding: 50px 16px 76px; min-height: calc(100svh - 66px); }
  .hero h1, .subhero h1, .detail-hero h1, .contact-hero h1 { font-size: clamp(2.4rem, 11vw, 3.4rem); max-width: 14ch; letter-spacing: -1px; }
  .hero p, .subhero p, .detail-hero p, .contact-hero p { font-size: 1.02rem; }
  .hero-scroll { display: none; }
  .hero-actions, .cta-actions { display: grid; grid-template-columns: 1fr; }
  .btn { width: 100%; }
  .trust-row { gap: 8px; }
  .trust-row span { font-size: .86rem; padding: 9px 14px; }
  .section, .subhero, .detail-hero, .contact-hero, .stat-band { padding-left: 16px; padding-right: 16px; }
  .section h2, .cta-band h2 { font-size: clamp(1.9rem, 8.5vw, 2.5rem); }
  .card-grid.four, .card-grid.three, .why-grid, .process-grid, .area-grid, .check-list, .contact-details-grid { grid-template-columns: 1fr; }
  .stat-inner { grid-template-columns: repeat(2, 1fr); }
  .showcase-card { flex-direction: column; gap: 16px; padding: 26px; }
  .partner-band { gap: 14px 26px; padding: 22px 16px; }
  .cta-band { margin-left: 14px; margin-right: 14px; margin-bottom: 92px; border-radius: 20px; }
  .split-badge { right: 16px; top: 16%; }
  .footer { padding: 44px 16px 100px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .mobile-sticky { position: fixed; left: 14px; right: 14px; bottom: 14px; z-index: 60; display: flex; box-shadow: var(--shadow); opacity: 0; transform: translateY(18px); pointer-events: none; transition: opacity .22s ease, transform .22s ease; }
  body.show-mobile-sticky .mobile-sticky { opacity: 1; transform: translateY(0); pointer-events: auto; }
}
@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .hero-video { display: none; }
  .hero-media { background: linear-gradient(150deg, var(--ink), var(--brand-dark)); }
}