:root {
  --ink: #0b1128;
  --text: #1c243f;
  --muted: #6a7185;
  --paper: #faf7f0;
  --soft: #efe9dc;
  --white: #fff;
  --navy: #101a3a;
  --navy-2: #182449;
  --gold: #c8a24a;
  --gold-light: #e0c072;
  --gold-deep: #a5822f;
  --line: rgba(16, 26, 58, .12);
  --shadow: 0 24px 80px rgba(11, 17, 40, .18);
  --radius: 12px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
img { height: auto; }
h1, h2, h3, p, a, span, strong, article, section, div { min-width: 0; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 700; }
h1, h2, h3, p { overflow-wrap: break-word; }
.site-header { position: sticky; top: 0; z-index: 50; min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 10px clamp(16px, 4vw, 56px); background: rgba(16, 26, 58, .95); border-bottom: 1px solid rgba(200, 162, 74, .28); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.brand-mark-svg { width: 46px; height: 46px; flex: 0 0 auto; }
.footer-brand .brand-mark-svg { width: 42px; height: 42px; }
.brand-text { display: grid; gap: 1px; line-height: 1.05; }
.brand-text strong { color: #fff; font-size: 1.16rem; font-weight: 800; letter-spacing: .01em; }
.brand-text > span { color: var(--gold-light); font-size: .62rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.nav-links { display: flex; gap: 24px; color: rgba(255,255,255,.82); font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; font-family: Inter, sans-serif; }
.nav-links a:hover { color: var(--gold-light); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.phone-link { color: #fff; font-weight: 800; white-space: nowrap; }
.phone-link:hover { color: var(--gold-light); }
.btn { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: var(--radius); padding: 0 22px; font-size: 14px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; text-align: center; font-family: Inter, sans-serif; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 18px 38px rgba(11, 17, 40, .24); }
.btn.primary, .btn.small { background: var(--gold); color: #211703; border-color: var(--gold); }
.btn.primary:hover, .btn.small:hover { background: var(--gold-light); border-color: var(--gold-light); }
.btn.secondary { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.34); }
.btn.light { background: #fff; color: var(--navy); border-color: #fff; }
.btn.small { min-height: 42px; padding: 0 16px; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.24); border-radius: var(--radius); background: transparent; 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 { position: relative; isolation: isolate; min-height: calc(100svh - 74px); display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(340px, .98fr); align-items: center; gap: clamp(30px, 5vw, 70px); padding: clamp(42px, 7vw, 90px) clamp(16px, 5vw, 76px); background: radial-gradient(circle at 84% 14%, rgba(200,162,74,.20), transparent 40%), radial-gradient(circle at 8% 82%, rgba(24,36,73,.6), transparent 46%), linear-gradient(150deg, #0b1128, #101a3a 55%, #182449); color: #fff; overflow: hidden; }
.hero > *:not(.steam-motion) { position: relative; z-index: 1; }
.steam-motion { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.steam-motion .wisps { position: absolute; inset: 0; }
.steam-motion .wisp { position: absolute; left: var(--l); bottom: -60px; width: 90px; height: 220px; border-radius: 999px; background: radial-gradient(circle at 50% 80%, rgba(224,192,114,.16), transparent 68%); filter: blur(10px); transform: scale(var(--s)); animation: rise var(--dur) ease-in infinite; animation-delay: var(--d); }
.steam-motion .motes { position: absolute; inset: 0; }
.steam-motion .motes i { position: absolute; left: var(--x); top: var(--y); width: 4px; height: 4px; border-radius: 50%; background: rgba(224,192,114,.5); animation: floaty var(--dur) ease-in-out infinite; animation-delay: var(--d); }
@keyframes rise { 0% { transform: translateY(0) scale(var(--s)); opacity: 0; } 20% { opacity: .8; } 100% { transform: translateY(-120vh) scale(calc(var(--s) * 1.5)); opacity: 0; } }
@keyframes floaty { 0%, 100% { transform: translateY(0); opacity: .3; } 50% { transform: translateY(-20px); opacity: .8; } }
.hero h1, .subhero h1, .detail-hero h1, .contact-hero h1 { margin: 0; font-size: clamp(2.7rem, 6vw, 5.6rem); line-height: 1; letter-spacing: -0.5px; max-width: 15ch; text-wrap: balance; }
.hero p, .subhero p, .detail-hero p, .contact-hero p { color: rgba(240,236,224,.85); font-size: clamp(1.05rem, 2vw, 1.3rem); max-width: 640px; }
.hero p strong { color: #fff; }
.eyebrow { display: inline-flex; margin-bottom: 16px; color: var(--gold-deep); font-size: .76rem; text-transform: uppercase; letter-spacing: .14em; font-weight: 800; font-family: Inter, sans-serif; }
.hero .eyebrow, .dark .eyebrow, .cta-band .eyebrow, .subhero .eyebrow, .detail-hero .eyebrow, .contact-hero .eyebrow, .emergency-band .eyebrow { color: var(--gold-light); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-visual { position: relative; display: flex; align-items: center; justify-content: center; min-height: 420px; }
.care-crest { position: relative; width: min(440px, 82vw); }
.care-crest svg { width: 100%; height: auto; filter: drop-shadow(0 30px 60px rgba(0,0,0,.42)); position: relative; z-index: 1; }
.crest-glow { position: absolute; width: 62%; height: 62%; border-radius: 50%; filter: blur(64px); opacity: .5; z-index: 0; }
.crest-glow.gold { top: -6%; right: -6%; background: var(--gold); animation: pulseGlow 6s ease-in-out infinite; }
.crest-glow.ivory { bottom: -6%; left: -6%; background: #d9c7a0; animation: pulseGlow 6s ease-in-out infinite 3s; }
@keyframes pulseGlow { 0%, 100% { opacity: .3; transform: scale(.94); } 50% { opacity: .55; transform: scale(1.05); } }
.crest-badge { position: absolute; right: -6px; bottom: 12px; z-index: 2; display: grid; gap: 2px; padding: 12px 18px; border-radius: var(--radius); background: var(--gold); color: #211703; box-shadow: var(--shadow); text-align: center; }
.crest-badge strong { font-family: Georgia, serif; font-size: 1.7rem; line-height: 1; font-weight: 700; }
.crest-badge span { font-size: .64rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; font-family: Inter, sans-serif; }
.service-ribbon { display: flex; flex-wrap: wrap; gap: 10px; padding: 18px clamp(16px, 5vw, 76px); background: #fff; border-bottom: 1px solid var(--line); }
.service-ribbon span, .pill { display: inline-flex; padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; background: var(--soft); color: var(--navy); font-weight: 700; font-size: .92rem; }
.pill { background: #fff; transition: transform .16s ease, border-color .16s ease, color .16s ease; }
.pill:hover { transform: translateY(-2px); border-color: var(--gold); color: var(--gold-deep); }
.section { padding: clamp(64px, 9vw, 118px) clamp(16px, 5vw, 76px); }
.section.soft { background: var(--soft); }
.section.dark { background: var(--ink); color: #fff; }
.section-head { max-width: 900px; margin-bottom: 36px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head .it { font-style: italic; color: var(--gold-deep); }
.section h2, .dark h2, .cta-band h2, .estimate-card h2, .emergency-band h2 { margin: 0 0 14px; font-size: clamp(2rem, 4.4vw, 3.9rem); line-height: 1.05; letter-spacing: -0.5px; text-wrap: balance; }
.section-head p, .two-col p, .service-card p, .area-card p, .process-grid p, .faq-list p, .stacked-list p, .location-card p { color: var(--muted); font-size: 1.03rem; }
.dark p, .dark .stacked-list p { color: rgba(240,236,224,.78); }
.card-grid { display: grid; gap: 18px; }
.card-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card-grid.one { grid-template-columns: minmax(0, 520px); }
.service-card { display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; overflow: hidden; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.service-card:hover, .area-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: rgba(200,162,74,.6); }
.service-card-media { aspect-ratio: 16 / 10; display: flex; align-items: center; justify-content: center; background: radial-gradient(circle at 50% 38%, rgba(200,162,74,.28), transparent 68%), linear-gradient(140deg, var(--navy), var(--navy-2)); }
.service-media-icon { width: 66px; height: 66px; color: var(--gold-light); }
.service-card span { color: var(--gold-deep); font-size: .74rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; font-family: Inter, sans-serif; }
.service-card h3, .area-card h3 { margin: 8px 0 0; font-size: clamp(1.3rem, 2.2vw, 1.7rem); line-height: 1.1; color: var(--navy); }
.service-card p { margin: 10px 0 18px; }
.service-card-body { display: flex; flex-direction: column; flex: 1; padding: 28px 26px 26px; }
.card-link { margin-top: auto; color: var(--gold-deep) !important; font-size: .8rem !important; letter-spacing: .04em; font-weight: 800; font-family: Inter, sans-serif; text-transform: uppercase; }
.service-card:hover .card-link, .area-card:hover .card-link { color: var(--navy) !important; }
.emergency-band { margin: 0 clamp(16px, 5vw, 76px); padding: clamp(30px, 5vw, 56px); border-radius: var(--radius); background: linear-gradient(135deg, #101a3a, #2b3a63 70%, var(--gold-deep)); color: #fff; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: clamp(20px, 4vw, 40px); align-items: center; box-shadow: var(--shadow); }
.emergency-pulse { width: 78px; height: 78px; flex: 0 0 auto; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.32); }
.emergency-pulse .emergency-icon { width: 40px; height: 40px; color: var(--gold-light); }
.emergency-copy h2 { font-size: clamp(1.7rem, 3.2vw, 2.6rem); }
.emergency-copy p { color: rgba(255,255,255,.88); max-width: 620px; margin: 0; }
.emergency-actions { display: grid; gap: 10px; }
.split, .two-col { display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); gap: clamp(28px, 6vw, 76px); align-items: start; }
.stacked-list { display: grid; gap: 12px; }
.stacked-list article { border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: rgba(255,255,255,.05); padding: 22px; }
.stacked-list strong { font-size: 1.2rem; font-family: Georgia, serif; }
.feature-layout { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.feature-panel { border-radius: var(--radius); overflow: hidden; background: #fff; border: 1px solid var(--line); display: flex; flex-direction: column; }
.feature-art { height: 200px; display: flex; align-items: center; justify-content: center; }
.feature-panel.clean .feature-art { background: radial-gradient(circle at 50% 40%, rgba(200,162,74,.26), transparent 70%), linear-gradient(140deg, #101a3a, #23305a); color: var(--gold-light); }
.feature-panel.tailor .feature-art { background: radial-gradient(circle at 50% 40%, rgba(224,192,114,.3), transparent 70%), linear-gradient(140deg, #1a1305, #4a3a12); color: var(--gold-light); }
.feature-icon { width: 76px; height: 76px; }
.feature-panel > div { padding: 26px; }
.feature-panel h3 { margin: 0 0 10px; font-size: clamp(1.4rem, 2.8vw, 2.1rem); line-height: 1.08; color: var(--navy); }
.pill-grid { display: flex; flex-wrap: wrap; gap: 12px; }
.reviews-section { background: linear-gradient(180deg, #f6f1e6 0%, #efe9dc 100%); }
.reviews-section .eyebrow { color: var(--gold-deep); letter-spacing: .1em; }
.reviews-section .section-head h2 { color: var(--navy); }
.reviews-section .section-head p { color: var(--muted); }
.review-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; max-width: 1000px; margin: 0 auto; }
.test-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 24px; display: flex; flex-direction: column; box-shadow: 0 6px 20px rgba(11,17,40,.05); }
.test-stars { color: var(--gold); font-size: 15px; letter-spacing: 2px; margin-bottom: 10px; }
.test-headline { font-family: Georgia, serif; font-weight: 700; font-size: 1.18rem; line-height: 1.2; color: var(--navy); margin-bottom: 10px; }
.test-card p { font-size: 1rem; color: var(--muted); line-height: 1.6; margin: 0 0 16px; }
.test-author { display: flex; align-items: center; gap: 11px; border-top: 1px solid var(--line); padding-top: 13px; margin-top: auto; }
.test-avatar { width: 40px; height: 40px; border-radius: 999px; background: linear-gradient(135deg, var(--gold), var(--navy)); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-weight: 800; font-size: 16px; flex-shrink: 0; font-family: Georgia, serif; }
.test-author .name { font-weight: 800; font-size: .95rem; color: var(--navy); }
.test-author .title { font-size: .8rem; color: var(--muted); }
.locations-section { background: #fff; }
.location-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.location-card { border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); padding: 30px 28px; display: flex; flex-direction: column; }
.location-icon { width: 54px; height: 54px; display: flex; align-items: center; justify-content: center; border-radius: 14px; background: linear-gradient(140deg, var(--navy), var(--gold-deep)); color: #fff; margin-bottom: 16px; }
.location-icon .svc-icon { width: 28px; height: 28px; }
.location-tag { color: var(--gold-deep); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; font-family: Inter, sans-serif; }
.location-card h3 { margin: 8px 0 10px; font-size: 1.7rem; color: var(--navy); }
.location-card p { margin: 0 0 12px; color: var(--text); font-size: 1.02rem; }
.location-hours { color: var(--muted) !important; font-size: .95rem !important; }
.location-card .card-link { color: var(--gold-deep) !important; margin-top: auto; }
.process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.process-grid article { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; padding: 24px; }
.process-grid span { color: var(--gold-deep); font-weight: 800; font-size: 1.1rem; font-family: Georgia, serif; }
.process-grid h3 { margin: 8px 0 8px; font-size: 1.3rem; color: var(--navy); }
.process-icon { width: 56px; height: 56px; display: flex; align-items: center; justify-content: center; border-radius: 14px; background: linear-gradient(140deg, var(--navy), var(--gold-deep)); color: #fff; margin-bottom: 14px; }
.process-icon .svc-icon { width: 30px; height: 30px; }
.stats-band { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; padding: clamp(28px, 4vw, 48px) clamp(16px, 5vw, 76px); background: #fff; border-bottom: 1px solid var(--line); }
.stat-tile { display: grid; justify-items: center; text-align: center; gap: 6px; padding: 26px 16px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.stat-icon { width: 52px; height: 52px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: linear-gradient(140deg, var(--navy), var(--gold-deep)); color: #fff; margin-bottom: 6px; }
.stat-icon .svc-icon { width: 28px; height: 28px; }
.stat-tile strong { font-family: Georgia, serif; font-size: clamp(1.9rem, 4vw, 2.7rem); line-height: 1; color: var(--navy); font-weight: 700; }
.stat-tile span { color: var(--muted); font-size: .92rem; font-weight: 600; }
.faq-section { background: var(--soft); }
.faq-list { display: grid; gap: 10px; max-width: 980px; }
.faq-list details { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; padding: 18px 22px; }
.faq-list summary { cursor: pointer; font-size: 1.08rem; font-weight: 800; color: var(--navy); font-family: Georgia, serif; }
.faq-list p { margin: 12px 0 0; }
.cta-band { margin: 0 clamp(16px, 5vw, 76px) clamp(64px, 9vw, 96px); padding: clamp(30px, 5vw, 58px); border-radius: var(--radius); background: linear-gradient(135deg, #101a3a, #2b3a63 70%, var(--gold-deep)); color: #fff; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: center; }
.cta-band p { color: rgba(240,236,224,.88); max-width: 720px; }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: flex-end; }
.subhero { padding: clamp(86px, 12vw, 150px) clamp(16px, 5vw, 76px) 60px; background: radial-gradient(circle at 88% 20%, rgba(200,162,74,.18), transparent 44%), linear-gradient(150deg, #0b1128, #101a3a 60%, #182449); color: #fff; }
.subhero h1 { max-width: 17ch; }
.detail-hero, .contact-hero { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(300px, .9fr); gap: clamp(28px, 5vw, 62px); align-items: center; padding: clamp(80px, 11vw, 140px) clamp(16px, 5vw, 76px) clamp(56px, 8vw, 90px); background: radial-gradient(circle at 88% 18%, rgba(200,162,74,.18), transparent 42%), linear-gradient(150deg, #0b1128, #101a3a 60%, #182449); color: #fff; }
.detail-hero h1, .contact-hero h1 { max-width: 15ch; }
.detail-art { display: flex; align-items: center; justify-content: center; }
.detail-crest { position: relative; width: min(300px, 66vw); aspect-ratio: 1; display: flex; align-items: center; justify-content: center; border-radius: 24px; background: radial-gradient(circle at 50% 40%, rgba(200,162,74,.24), transparent 70%), linear-gradient(140deg, rgba(255,255,255,.08), rgba(255,255,255,.02)); border: 1px solid rgba(200,162,74,.32); }
.detail-crest-glow { position: absolute; inset: 20%; border-radius: 50%; background: var(--gold); filter: blur(60px); opacity: .28; }
.detail-icon { position: relative; width: 46%; height: auto; color: var(--gold-light); z-index: 1; }
.check-list { list-style: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; padding: 0; margin: 0; }
.check-list li { position: relative; padding: 16px 16px 16px 46px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; color: var(--text); font-weight: 600; }
.check-list li:before { content: ""; position: absolute; left: 17px; top: 19px; width: 14px; height: 14px; border-radius: 50%; background: var(--gold); box-shadow: inset 0 0 0 4px #f0e6cb; }
.area-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.area-card { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; padding: 26px; display: flex; flex-direction: column; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.area-card span { display: block; color: var(--gold-deep); font-size: .74rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; font-family: Inter, sans-serif; }
.area-card p { margin: 10px 0 18px; }
.estimate-card { border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(24px, 4vw, 38px); background: #fff; color: var(--text); box-shadow: var(--shadow); }
.estimate-logo { display: flex; align-items: center; gap: 12px; margin: 0 0 18px; }
.estimate-logo .estimate-mark { width: 48px; height: 48px; flex: 0 0 auto; }
.estimate-logo span { font-family: Georgia, serif; font-weight: 700; font-size: 1.15rem; color: var(--navy); }
.estimate-card h2 { font-size: clamp(1.8rem, 4vw, 2.8rem); color: var(--navy); }
.contact-lead { color: var(--muted); margin: 0 0 22px; }
.contact-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.contact-list li { display: grid; gap: 3px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.contact-list li:last-child { border-bottom: none; padding-bottom: 0; }
.contact-list span:first-child { color: var(--gold-deep); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; font-family: Inter, sans-serif; }
.contact-list a, .contact-list li > span:last-child { font-size: 1.08rem; font-weight: 700; color: var(--text); }
.contact-list a:hover { color: var(--gold-deep); }
.contact-list li > span:last-child a { font-size: inherit; }
.contact-details { background: var(--soft); }
.contact-details .contact-list { grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 16px; max-width: 1120px; margin: 0 auto; }
.contact-details .contact-list li { padding: 20px 22px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.form-placeholder { border: 2px dashed rgba(200,162,74,.55); border-radius: var(--radius); background: linear-gradient(180deg, #f6f1e6, #fffdf8); 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; font-family: Inter, sans-serif; }
.form-placeholder-title { margin: 0 0 6px; font-size: 1.2rem; font-weight: 700; color: var(--navy); font-family: Georgia, serif; }
.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(--navy); color: #fff; border-color: var(--navy); }
.footer { display: flex; justify-content: space-between; gap: 30px; padding: 44px clamp(16px, 5vw, 76px); background: #080d1f; color: #fff; }
.footer .brand { width: fit-content; }
.footer p { color: rgba(240,236,224,.66); max-width: 500px; margin: 16px 0; }
.footer-social { display: flex; gap: 16px; }
.footer-social a { color: var(--gold-light); font-weight: 700; font-size: .9rem; }
.footer-social a:hover { color: #fff; }
.footer-grid { display: grid; grid-template-columns: repeat(2, max-content); gap: 10px 26px; color: rgba(240,236,224,.84); }
.footer-grid a:hover { color: var(--gold-light); }
.mobile-sticky { display: none; }
.reveal { opacity: 1; transform: none; }
html.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .5s ease, transform .5s cubic-bezier(.22,1,.36,1); }
html.js .reveal.in { opacity: 1; transform: none; }
.sms-consent { margin-top: 18px; max-width: 620px; font-size: .82rem; line-height: 1.55; color: rgba(240,236,224,.66); }
.sms-consent a { color: var(--gold-light); text-decoration: underline; }
.about-banner { padding: clamp(28px, 5vw, 52px) clamp(16px, 5vw, 76px) 0; display: flex; justify-content: center; }
.about-banner-media { display: flex; justify-content: center; }
.about-banner-media .care-crest { width: min(360px, 76vw); }
.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(--gold-deep); 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: 76px 16px auto; z-index: 49; display: grid; gap: 6px; padding: 10px; 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); color: var(--navy); font-weight: 800; }
  .hero, .detail-hero, .contact-hero, .split, .two-col, .cta-band { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .card-grid.three, .process-grid, .area-grid, .stats-band { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .emergency-band { grid-template-columns: auto minmax(0, 1fr); }
  .emergency-actions { grid-column: 1 / -1; grid-template-columns: repeat(2, 1fr); }
  .cta-actions { justify-content: flex-start; }
}
@media (max-width: 640px) {
  .site-header { min-height: 66px; padding: 10px 12px; }
  .brand-mark-svg { width: 40px; height: 40px; }
  .brand-text strong { font-size: 1rem; }
  .hero { padding: 40px 14px 52px; gap: 30px; }
  .hero h1, .subhero h1, .detail-hero h1, .contact-hero h1 { font-size: clamp(2.3rem, 10vw, 3.2rem); max-width: 14ch; }
  .hero p, .subhero p, .detail-hero p, .contact-hero p { font-size: 1rem; line-height: 1.5; }
  .hero-actions, .cta-actions, .emergency-actions { display: grid; grid-template-columns: 1fr; }
  .btn { width: 100%; }
  .card-grid.three, .card-grid.two, .card-grid.one, .process-grid, .area-grid, .feature-layout, .check-list, .review-grid, .location-grid { grid-template-columns: 1fr; }
  .section, .subhero, .detail-hero, .contact-hero { padding-left: 14px; padding-right: 14px; }
  .section h2, .dark h2, .cta-band h2 { font-size: clamp(1.8rem, 8vw, 2.5rem); }
  .emergency-band { grid-template-columns: 1fr; text-align: center; margin-left: 14px; margin-right: 14px; }
  .emergency-pulse { margin: 0 auto; }
  .emergency-copy p { margin: 0 auto; }
  .cta-band { margin-left: 14px; margin-right: 14px; margin-bottom: 84px; }
  .footer { display: grid; padding-bottom: 96px; }
  .footer-grid { grid-template-columns: 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; }
  .steam-motion { display: none; }
}