:root {
  --ink: #081625;
  --navy: #0e2438;
  --navy-2: #143452;
  --text: #16222e;
  --muted: #566878;
  --paper: #f6f9fc;
  --soft: #eef3f9;
  --white: #fff;
  --orange: #ee7b1c;
  --orange-deep: #cf6408;
  --blue: #2f7fd0;
  --blue-deep: #1f5a99;
  --amber: #f5b823;
  --amber-deep: #cf9505;
  --sky: #e6eef7;
  --line: rgba(16, 34, 52, .12);
  --shadow: 0 24px 80px rgba(8, 22, 37, .2);
  --radius: 10px;
  --bg-drift: 0px;
}
* { 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%; }
h1, h2, h3, p, a, span, strong, article, section, div { min-width: 0; }
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(14, 36, 56, .96); border-bottom: 1px solid rgba(238, 123, 28, .3); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.brand-mark { width: 46px; height: 46px; flex: 0 0 auto; }
.brand-text { display: grid; gap: 0; line-height: 1.05; color: #fff; }
.brand-text strong { font-size: 1.16rem; letter-spacing: .01em; color: #fff; }
.brand-text > span { color: var(--orange); font-size: .6rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; margin-top: 3px; }
.brand-text small { color: #93a6b8; font-size: .54rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; margin-top: 2px; }
.nav-links { display: flex; gap: 24px; color: rgba(255,255,255,.82); font-size: 14px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.nav-links a:hover { color: var(--orange); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.phone-link { color: #cfe0f2; font-weight: 900; white-space: nowrap; }
.phone-link:hover { color: var(--orange); }
.btn { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: var(--radius); padding: 0 20px; font-size: 14px; font-weight: 900; text-transform: uppercase; letter-spacing: .035em; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; text-align: center; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 18px 38px rgba(8, 22, 37, .24); }
.btn.primary { background: linear-gradient(180deg, var(--orange), var(--orange-deep)); color: #2a1503; border-color: transparent; box-shadow: 0 6px 18px rgba(238, 123, 28, .32); }
.btn.secondary { background: rgba(255,255,255,.1); color: #fff; border-color: rgba(255,255,255,.32); }
.btn.light { background: #fff; color: var(--navy); border-color: #fff; }
.btn.ghost { color: #fff; border-color: rgba(255,255,255,.46); background: transparent; }
.btn.outline { background: transparent; color: var(--navy); border-color: rgba(16, 34, 52, .28); }
.btn.outline:hover { border-color: var(--orange); color: var(--orange-deep); }
.btn.small { min-height: 42px; padding: 0 16px; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.2); 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 80% 8%, rgba(238,123,28,.24), transparent 42%), radial-gradient(circle at 12% 92%, rgba(47,127,208,.16), transparent 40%), linear-gradient(135deg, #081625, #0e2438 58%, #143452); color: #fff; overflow: hidden; }
.hero > *:not(.build-motion) { position: relative; z-index: 1; }
.build-motion { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.build-motion .blueprint { position: absolute; inset: -20% -10% -10%; background-image: linear-gradient(rgba(143,192,239,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(143,192,239,.13) 1px, transparent 1px); background-size: 46px 46px; transform: translate3d(0, var(--bg-drift), 0); transition: transform .2s ease-out; }
.build-motion .blocks { position: absolute; inset: 0; }
.build-motion .blocks i { position: absolute; left: var(--x); bottom: -60px; width: var(--s); height: var(--s); border: 1.5px solid rgba(143,192,239,.4); border-radius: 6px; background: rgba(47,127,208,.1); animation: floatUp var(--t) linear infinite; animation-delay: var(--d); }
.build-motion .blocks i:nth-child(3n) { border-color: rgba(238,123,28,.44); background: rgba(238,123,28,.08); }
@keyframes floatUp {
  0% { transform: translateY(0) rotate(0deg); opacity: 0; }
  12% { opacity: .9; }
  88% { opacity: .9; }
  100% { transform: translateY(-118vh) rotate(140deg); opacity: 0; }
}
.hero h1, .subhero h1, .detail-hero h1, .contact-hero h1 { margin: 0; font-size: clamp(2.7rem, 6.2vw, 5.6rem); line-height: 1; letter-spacing: -.01em; max-width: 15ch; text-wrap: balance; }
.hero p, .subhero p, .detail-hero p, .contact-hero p { color: rgba(233,240,247,.82); font-size: clamp(1.05rem, 2vw, 1.3rem); max-width: 640px; }
.eyebrow { display: inline-flex; margin-bottom: 16px; color: var(--blue-deep); font-size: .76rem; text-transform: uppercase; letter-spacing: .14em; font-weight: 900; }
.hero .eyebrow, .dark .eyebrow, .cta-band .eyebrow, .subhero .eyebrow, .detail-hero .eyebrow, .contact-hero .eyebrow, .review-band .eyebrow { color: var(--orange); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.trust-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 34px; max-width: 720px; }
.trust-row span { min-height: 74px; display: flex; align-items: center; padding: 14px; border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); background: rgba(255,255,255,.07); color: rgba(255,255,255,.92); font-weight: 800; }
.hero-visual { position: relative; min-height: 460px; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); background: linear-gradient(160deg, #143452, #0e2438); border: 1px solid rgba(143,192,239,.2); display: flex; align-items: center; justify-content: center; }
.hero-art { width: 92%; height: auto; }
.art-draw path, .art-draw rect { stroke-dasharray: 1400; stroke-dashoffset: 1400; animation: draw 3.4s ease forwards .2s; }
@keyframes draw { to { stroke-dashoffset: 0; } }
.art-bolt { opacity: 0; animation: boltIn .6s ease forwards 2.9s; transform-origin: center; }
@keyframes boltIn { from { opacity: 0; transform: scale(.6); } to { opacity: 1; transform: scale(1); } }
.hero-badge { position: absolute; left: 20px; right: 20px; bottom: 20px; z-index: 2; padding: 18px 20px; border-radius: var(--radius); background: rgba(255,255,255,.95); color: var(--text); backdrop-filter: blur(14px); }
.hero-badge strong { display: block; font-size: clamp(1.25rem, 2.6vw, 1.8rem); line-height: 1.06; color: var(--navy); }
.hero-badge span { display: block; color: var(--muted); margin-top: 8px; font-size: .95rem; }
.service-ribbon { display: flex; flex-wrap: wrap; gap: 10px; padding: 18px clamp(16px, 5vw, 76px); background: var(--sky); 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: #fff; color: var(--navy); font-weight: 800; }
.pill:hover { border-color: var(--orange); color: var(--orange-deep); }
.section { padding: clamp(64px, 9vw, 118px) clamp(16px, 5vw, 76px); }
.section-head { max-width: 900px; margin-bottom: 34px; }
.section h2, .dark h2, .cta-band h2, .estimate-card h2 { margin: 0 0 14px; font-size: clamp(2.1rem, 4.6vw, 4rem); line-height: 1.04; letter-spacing: -.01em; text-wrap: balance; color: var(--navy); }
.dark h2, .cta-band h2 { color: #fff; }
.section-head p, .two-col p, .service-card p, .area-card p, .process-grid p, .faq-list p, .stacked-list p, .value-card p, .pillar-head p { color: var(--muted); font-size: 1.03rem; }
.dark p, .dark .stacked-list p { color: rgba(233,240,247,.78); }
.pillar-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.pillar-card { display: flex; flex-direction: column; padding: 30px 26px 26px; border: 1px solid var(--line); border-top: 5px solid var(--blue); border-radius: 14px; background: #fff; box-shadow: 0 12px 34px rgba(8,22,37,.07); transition: transform .18s ease, box-shadow .18s ease; }
.pillar-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.pillar-head { display: block; }
.pillar-card h3 { margin: 10px 0 0; font-size: clamp(1.5rem, 2.4vw, 1.95rem); line-height: 1.06; color: var(--navy); }
.pillar-head p { margin: 12px 0 0; }
.pillar-list { list-style: none; margin: 20px 0 22px; padding: 20px 0 0; border-top: 1px solid var(--line); display: grid; gap: 9px; }
.pillar-list li { position: relative; padding-left: 26px; color: var(--text); font-weight: 600; font-size: .97rem; }
.pillar-list li:before { content: ""; position: absolute; left: 2px; top: .5em; width: 11px; height: 11px; border-radius: 50%; background: var(--blue); box-shadow: inset 0 0 0 3px rgba(255,255,255,.85); }
.service-icon { display: inline-flex; align-items: center; justify-content: center; width: 60px; height: 60px; border-radius: 14px; background: var(--sky); color: var(--blue-deep); }
.svc-icon { width: 32px; height: 32px; }
.service-eyebrow { display: inline-block; margin-top: 16px; color: var(--blue-deep); font-size: .74rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 900; }
.service-more { display: inline-flex; margin-top: auto; color: var(--blue-deep); font-weight: 900; font-size: .92rem; }
.accent-orange { border-top-color: var(--orange); }
.accent-orange .service-icon { background: #fdecd9; color: var(--orange-deep); }
.accent-orange .service-eyebrow, .accent-orange .service-more { color: var(--orange-deep); }
.accent-orange .pillar-list li:before { background: var(--orange); }
.accent-blue { border-top-color: var(--blue); }
.accent-blue .service-icon { background: #e0edfb; color: var(--blue-deep); }
.accent-blue .service-eyebrow, .accent-blue .service-more { color: var(--blue-deep); }
.accent-blue .pillar-list li:before { background: var(--blue); }
.accent-amber { border-top-color: var(--amber); }
.accent-amber .service-icon { background: #fdf1cf; color: var(--amber-deep); }
.accent-amber .service-eyebrow, .accent-amber .service-more { color: var(--amber-deep); }
.accent-amber .pillar-list li:before { background: var(--amber); }
.card-grid { display: grid; gap: 16px; }
.card-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.service-card { display: flex; flex-direction: column; padding: 26px 24px 24px; border: 1px solid var(--line); border-top: 4px solid var(--blue); border-radius: var(--radius); background: #fff; 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); }
.service-card h3 { margin: 8px 0 0; font-size: clamp(1.3rem, 2vw, 1.7rem); line-height: 1.08; color: var(--navy); }
.service-card p { margin: 10px 0 16px; flex: 1; }
.dark.split, .split, .two-col { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(28px, 6vw, 72px); align-items: center; }
.section.dark { background: var(--navy); color: #fff; }
.stacked-list { display: grid; gap: 12px; }
.stacked-list article { border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); background: rgba(255,255,255,.06); padding: 22px; }
.stacked-list strong { font-size: 1.22rem; }
.stacked-list p { margin: 8px 0 0; }
.about-art { border-radius: var(--radius); overflow: hidden; background: linear-gradient(160deg, #143452, #0e2438); border: 1px solid var(--line); padding: 20px; box-shadow: var(--shadow); }
.about-art .hero-art { width: 100%; }
.value-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.value-card { padding: 24px 22px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.value-card h3 { margin: 0 0 10px; font-size: 1.22rem; color: var(--navy); line-height: 1.12; }
.review-band { background: linear-gradient(135deg, #0e2438, #143452); color: #fff; text-align: center; }
.review-inner { max-width: 900px; margin: 0 auto; }
.review-stars { color: var(--amber); font-size: 1.5rem; letter-spacing: 4px; }
.review-band blockquote { margin: 18px 0 0; font-size: clamp(1.4rem, 3.2vw, 2.2rem); line-height: 1.32; font-weight: 800; color: #fff; text-wrap: balance; }
.review-author { color: rgba(233,240,247,.72); font-weight: 800; margin: 18px 0 0; text-transform: uppercase; letter-spacing: .08em; font-size: .82rem; }
.sub-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.sub-item { display: flex; align-items: center; gap: 12px; padding: 16px 18px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; color: var(--text); font-weight: 700; }
.sub-check { width: 20px; height: 20px; flex: 0 0 auto; color: var(--blue); }
.sub-item.accent-orange .sub-check { color: var(--orange); }
.sub-item.accent-blue .sub-check { color: var(--blue); }
.sub-item.accent-amber .sub-check { color: var(--amber-deep); }
.pill-grid { display: flex; flex-wrap: wrap; gap: 12px; }
.process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.process-grid article { padding: 24px 22px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.process-grid span { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 12px; background: var(--navy); color: #fff; font-weight: 900; }
.process-grid h3 { margin: 16px 0 8px; font-size: 1.3rem; color: var(--navy); }
.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 20px; }
.faq-list summary { cursor: pointer; font-size: 1.06rem; font-weight: 900; color: var(--navy); }
.faq-list p { margin: 12px 0 0; }
.cta-band { margin: 0 clamp(16px, 5vw, 76px) clamp(64px, 9vw, 96px); padding: clamp(28px, 5vw, 56px); border-radius: 16px; background: linear-gradient(135deg, #0e2438, #143452 55%, #ee7b1c); color: #fff; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: center; }
.cta-band p { color: rgba(233,240,247,.86); max-width: 720px; }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: flex-end; }
.subhero { padding: clamp(82px, 12vw, 148px) clamp(16px, 5vw, 76px) 58px; background: linear-gradient(135deg, #081625, #143452); color: #fff; }
.subhero h1 { max-width: 16ch; }
.detail-hero, .contact-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .8fr); gap: clamp(28px, 5vw, 62px); align-items: center; padding: clamp(70px, 10vw, 128px) clamp(16px, 5vw, 76px); background: linear-gradient(135deg, #081625, #143452); color: #fff; }
.detail-hero h1, .contact-hero h1 { max-width: 15ch; }
.detail-visual { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; min-height: 300px; border-radius: var(--radius); background: linear-gradient(160deg, #143452, #0e2438); border: 1px solid rgba(143,192,239,.22); box-shadow: var(--shadow); padding: 40px; }
.detail-icon { width: 96px; height: 96px; color: #9fc6ef; }
.detail-hero.accent-orange .detail-icon { color: var(--orange); }
.detail-hero.accent-blue .detail-icon { color: #7cb2ec; }
.detail-hero.accent-amber .detail-icon { color: var(--amber); }
.detail-visual span { color: #e6eef7; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; text-align: center; }
.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: 15px 15px 15px 44px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; color: var(--text); font-weight: 700; }
.check-list li:before { content: ""; position: absolute; left: 16px; top: 20px; width: 13px; height: 13px; border-radius: 50%; background: var(--orange); box-shadow: inset 0 0 0 4px #fbe2ca; }
.area-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.area-card { padding: 24px 22px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.area-card span { display: block; color: var(--blue-deep); font-size: .74rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 900; }
.area-card h3 { margin: 8px 0 0; font-size: clamp(1.3rem, 2vw, 1.8rem); color: var(--navy); }
.area-card p { margin: 10px 0 0; }
.estimate-card { padding: clamp(22px, 4vw, 36px); background: #fff; color: var(--text); border-radius: var(--radius); box-shadow: var(--shadow); border: 1px solid var(--line); }
.estimate-card h2 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); color: var(--navy); }
.contact-lead { color: var(--muted); margin: 0 0 22px; }
.contact-list { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 14px; max-width: 460px; }
.contact-hero .contact-list span:first-child { color: var(--orange); }
.contact-hero .contact-list a, .contact-hero .contact-list li > span:last-child { color: #fff; }
.contact-hero .contact-list li { border-bottom-color: rgba(255,255,255,.16); }
.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(--blue-deep); font-size: .74rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 900; }
.contact-list a, .contact-list li > span:last-child { font-size: 1.12rem; font-weight: 800; color: var(--text); }
.form-placeholder { border: 2px dashed rgba(238,123,28,.5); border-radius: var(--radius); background: linear-gradient(180deg, #fdf1e4, #fffdfb); 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: #ffe0c2; font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.form-placeholder-title { margin: 0 0 6px; font-size: 1.2rem; font-weight: 900; color: var(--navy); }
.form-placeholder-note { margin: 0 0 20px; color: var(--muted); font-size: .98rem; }
.form-placeholder-actions { display: grid; gap: 10px; }
.footer { display: flex; justify-content: space-between; gap: 30px; padding: 44px clamp(16px, 5vw, 76px); background: var(--ink); color: #fff; }
.footer .brand { width: fit-content; }
.footer p { color: rgba(233,240,247,.66); max-width: 480px; margin-top: 16px; }
.footer-grid { display: grid; grid-template-columns: repeat(2, max-content); gap: 10px 24px; color: rgba(233,240,247,.8); }
.footer-grid a:hover { color: var(--orange); }
.mobile-sticky { display: none; opacity: 0; transform: translateY(18px); pointer-events: none; }
.reveal { opacity: 1; transform: none; }
.sms-consent { margin-top: 18px; max-width: 640px; font-size: .82rem; line-height: 1.55; color: rgba(233,240,247,.66); }
.sms-consent a { color: var(--orange); text-decoration: underline; }
.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(--blue); 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: 900; }
  .hero, .detail-hero, .contact-hero, .split, .two-col, .cta-band { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-visual { min-height: 380px; }
  .pillar-grid, .card-grid.three, .sub-grid, .process-grid, .area-grid, .value-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cta-actions { justify-content: flex-start; }
}
@media (max-width: 640px) {
  .site-header { min-height: 64px; padding: 8px 12px; }
  .brand { gap: 9px; }
  .brand-mark { width: 40px; height: 40px; }
  .brand-text strong { font-size: 1rem; }
  .brand-text > span { font-size: .52rem; letter-spacing: .1em; }
  .brand-text small { font-size: .46rem; }
  .hero { padding: 36px 12px 48px; gap: 24px; }
  .hero h1, .subhero h1, .detail-hero h1, .contact-hero h1 { font-size: clamp(2.3rem, 9vw, 3.2rem); max-width: 15ch; }
  .hero p, .subhero p, .detail-hero p, .contact-hero p { font-size: 1rem; line-height: 1.5; }
  .hero-actions, .cta-actions { display: grid; grid-template-columns: 1fr; }
  .btn { width: 100%; }
  .trust-row, .pillar-grid, .card-grid.two, .card-grid.three, .sub-grid, .process-grid, .area-grid, .value-grid, .check-list { grid-template-columns: 1fr; }
  .trust-row span { min-height: 62px; }
  .section, .subhero, .detail-hero, .contact-hero { padding-left: 12px; padding-right: 12px; }
  .section h2, .dark h2, .cta-band h2 { font-size: clamp(2rem, 8.4vw, 2.7rem); }
  .hero-visual { min-height: 320px; }
  .detail-visual { min-height: 240px; padding: 30px; }
  .cta-band { margin-left: 12px; margin-right: 12px; margin-bottom: 78px; }
  .footer { display: grid; padding-bottom: 92px; }
  .footer-grid { grid-template-columns: 1fr; }
  .mobile-sticky { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 60; display: flex; box-shadow: var(--shadow); 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; }
  .build-motion .blocks { display: none; }
  .art-draw path, .art-draw rect { stroke-dashoffset: 0; }
  .art-bolt { opacity: 1; }
}