/* Homepage-only visual release. Existing service pages keep their styles. */
.service-hub{--home-radius:6px;--home-gap:1.25rem}
.service-hub section[id]{scroll-margin-top:110px}
.service-hub .home-masthead{background:var(--ink-900);color:var(--paper);padding:3.5rem 0 3rem;border-bottom:6px solid var(--brand)}
.home-masthead__grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:3rem;align-items:center}
.home-masthead__copy{padding-block:1rem}.home-masthead .eyebrow{color:var(--brand);max-width:44ch;line-height:1.8}
.home-masthead h1{color:var(--paper);font-size:clamp(2rem,3.4vw,3.3rem);line-height:1.12;letter-spacing:-.035em;max-width:19ch;margin:1.2rem 0 1.5rem}
.home-masthead__lead{color:var(--text-invert-soft);max-width:52ch;font-size:1.05rem;line-height:1.8}
.home-masthead__actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-block:1.8rem 1rem}
.home-masthead__explore{display:inline-flex;align-items:center;gap:.8rem;color:var(--paper);min-height:44px;font-weight:600;font-size:.94rem}
.home-masthead__explore svg{width:20px;transform:rotate(90deg)}
.home-masthead__media{height:480px;position:relative;border-radius:var(--home-radius);border:1px solid var(--line-invert);border-top:5px solid var(--brand);overflow:hidden}
.home-masthead__media picture,.home-photo picture{display:block;height:100%}.home-masthead__media img,.home-photo img{height:100%;width:100%;object-fit:cover;display:block}
.home-photo-label{position:absolute;bottom:1.25rem;left:1.25rem;background:var(--paper);color:var(--ink-900);padding:.6rem 1rem;border-left:4px solid var(--brand);font-weight:700;font-size:.9rem}
.home-shortcuts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;padding-block:2rem}
.home-shortcuts>a{display:grid;grid-template-columns:42px 1fr 20px;align-items:center;gap:.85rem;border:1px solid var(--line-strong);border-radius:var(--home-radius);padding:1.15rem;font-weight:700;font-size:.94rem;background:var(--paper);min-height:88px;text-decoration:none;color:var(--ink-900);transition:border-color 180ms,background 180ms}
.home-shortcut-icon{display:grid;place-items:center;width:42px;height:42px;background:var(--surface-warm);color:var(--ink-900);border-radius:4px}.home-shortcut-icon svg{width:24px}
.home-shortcuts>a>svg{width:20px;transition:transform 180ms}.home-shortcuts>a:hover,.home-shortcuts>a:focus-visible{background:var(--surface-warm);border-color:var(--brand-deep)}
.home-shortcuts>a:hover>svg,.home-shortcuts>a:focus-visible>svg{transform:translateX(4px)}
.home-group{padding-block:4.5rem}.home-heading{margin-bottom:1.7rem}.home-heading h2{font-size:clamp(1.75rem,2.5vw,2.4rem);max-width:21ch;margin:.6rem 0 0}.home-index{font-size:.86rem;letter-spacing:0;margin-right:.5rem;color:var(--brand-ink)}
.home-photo{height:310px;overflow:hidden;border-radius:var(--home-radius);background:var(--surface-2);margin-bottom:1.3rem}
.home-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));list-style:none;margin:0;padding:0;gap:var(--home-gap)}
.home-card{position:relative;background:var(--paper);border:1px solid var(--line);border-radius:var(--home-radius);padding:1.5rem;min-width:0;box-shadow:0 3px 12px rgba(7,26,43,.025)}
.home-card h3{font-size:1.03rem;line-height:1.5;margin:0 0 .7rem}.home-card h3 a{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;color:var(--ink-900);min-height:44px;text-decoration:none}.home-card h3 a:after{content:'';position:absolute;inset:0;border-radius:var(--home-radius)}
.home-card h3 svg{width:20px;height:24px;flex-shrink:0;color:var(--brand-ink);transition:transform 180ms}
.home-card p{font-size:.98rem;line-height:1.75;color:var(--text-body);margin:0}
.home-card:focus-within{outline:3px solid var(--focus);outline-offset:4px}.service-hub .home-card a:focus-visible{outline:none}
.home-card.reveal{opacity:0;transform:translateY(12px);transition:opacity 400ms var(--ease-out) var(--card-delay,0ms),transform 400ms var(--ease-out) var(--card-delay,0ms),border-color 180ms,box-shadow 180ms}
.home-card.reveal.is-visible{opacity:1;transform:none;animation:home-card-enter 400ms var(--ease-out) var(--card-delay,0ms) backwards;transition:transform 180ms,border-color 180ms,box-shadow 180ms}
@keyframes home-card-enter{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
.home-card.is-visible:hover,.home-card.is-visible:focus-within{transform:translateY(-3px);border-color:var(--brand-deep);box-shadow:0 8px 20px rgba(7,26,43,.08)}
.home-card:hover h3 svg,.home-card:focus-within h3 svg{transform:translateX(4px)}
.home-residential{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.7fr);gap:2.5rem}.home-group--home{background:var(--surface)}
.home-residential .home-photo{height:360px}.home-residential .home-intro{position:sticky;top:110px;align-self:start}.home-residential .home-card{border-top:3px solid var(--brand)}
.home-residential .home-card:nth-child(2n+1){--card-delay:0ms!important}.home-residential .home-card:nth-child(2n){--card-delay:60ms!important}
.home-group .hub-note{font-size:.94rem;margin-top:1.5rem;padding-top:1.25rem;border-color:var(--line-strong)}
.home-group-footer{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,2fr);align-items:start;gap:2rem;margin-top:1.8rem}.home-group-footer .hub-note{margin:0;padding:0;border:0}
.home-group--commercial{background:var(--ink-900);color:var(--paper)}.home-commercial-top{display:grid;grid-template-columns:1fr 1.2fr;gap:3rem;align-items:center;margin-bottom:2rem}.home-commercial-top .home-photo{height:210px;margin:0;border-right:6px solid var(--brand)}
.home-group--commercial .home-cards{grid-template-columns:repeat(3,minmax(0,1fr))}.home-group--commercial h2,.home-group--commercial h3 a{color:var(--paper)}
.home-group--commercial .eyebrow,.home-group--commercial .home-index,.home-group--commercial .link-arrow,.home-group--commercial h3 svg{color:var(--brand)}
.home-group--commercial .home-card{background:var(--ink-700);border-color:#33516a}.home-group--commercial .home-card p,.home-group--commercial .hub-note{color:var(--text-invert-soft)}.home-group--commercial .hub-note a{color:var(--paper)}
.home-auto-top{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center;margin-bottom:2rem}.home-auto-top .home-photo{grid-column:1;grid-row:1;height:290px;margin:0}.home-auto-top .home-heading{grid-column:2;grid-row:1}
.home-group--automotive .home-cards{grid-template-columns:repeat(3,minmax(0,1fr))}.home-group--automotive .home-card:first-child{grid-column:span 2;background:var(--surface-warm);border-left:5px solid var(--brand)}
.home-group--emergency{background:var(--surface-warm);border-block:1px solid #e8ddae}.home-emergency-top{display:grid;grid-template-columns:1.4fr 1fr;gap:3rem;align-items:center;margin-bottom:2rem}.home-emergency-top .home-photo{height:200px;margin:0;border-bottom:5px solid var(--brand)}
.home-group--emergency .home-card{border-left:5px solid var(--brand)}
.home-safe-layout{display:grid;grid-template-columns:1fr 1.5fr;gap:2.5rem;align-items:start}.home-safe-layout .home-photo{height:230px}.home-group--safes .home-card{background:var(--surface)}.home-group--safes .home-cards{margin-top:.5rem}
.home-group--systems{background:var(--surface)}.home-systems-top{display:flex;align-items:center;justify-content:space-between;gap:2rem}.home-group--systems .home-photo{height:260px;border-left:5px solid var(--brand)}.home-group--systems .home-cards{grid-template-columns:repeat(3,minmax(0,1fr))}
.home-coverage{display:grid;grid-template-columns:1.1fr 1fr;gap:1rem 3rem}.home-coverage .section-head{grid-row:span 2;margin:0}.home-coverage .hub-local-links{grid-template-columns:1fr 1fr;gap:.7rem;margin:0}.home-coverage .hub-local-links a{border:1px solid #516172;padding:.65rem .85rem;font-size:.95rem;display:flex;align-items:center;text-decoration:none;transition:background 180ms}.home-coverage .hub-local-links a:after{content:'\2197';margin-left:auto;padding-left:.5rem;color:var(--brand)}.home-coverage .hub-local-links a:hover{background:var(--ink-700)}.home-coverage>.btn{justify-self:start}
.home-process .steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.home-process .step,.home-process .steps--row .step+.step{background:var(--paper);border:1px solid var(--line);border-radius:var(--home-radius);padding:1.6rem;position:relative}.home-process .step:before{background:var(--brand);color:var(--ink-900);width:42px;height:42px;display:grid;place-items:center;border:0;margin-bottom:1.3rem}.home-process .step:not(:last-child):after{content:'\2192';position:absolute;right:-1.4rem;top:1.8rem;z-index:1;width:1.4rem;text-align:center;color:var(--ink-900)}
.home-faq{display:grid;grid-template-columns:1fr 1.6fr;gap:3rem}.home-faq .faq{border-top:3px solid var(--brand)}
.service-hub #request .form-panel{background:var(--paper);color:var(--text);padding:2.2rem;border-radius:var(--home-radius);border-top:5px solid var(--brand)}.service-hub #request .form-panel h2{color:var(--ink-900)}.service-hub #request .form-panel__head p,.service-hub #request .form-note,.service-hub #request .hint{color:var(--text-body)}.service-hub #request .field label{color:var(--text)}.service-hub #request .contact-rail{background:transparent;color:var(--text-invert-soft);border-color:var(--line-invert)}.service-hub #request .contact-rail h2,.service-hub #request .contact-rail dd a{color:var(--paper)}
.service-hub #request .contact-rail .btn{color:var(--ink-900)}
.service-hub #request .contact-rail dt{color:var(--text-invert-soft)}
.home-group--commercial .home-card:first-child{grid-column:span 2}
@media(min-width:1101px){.home-group--automotive .home-cards{grid-template-columns:repeat(4,minmax(0,1fr))}.home-group--automotive .home-card:last-child{grid-column:span 2}}
.no-js .home-card.reveal{opacity:1;transform:none}
@media(min-width:1101px){.home-group--automotive .home-card:nth-child(2){--card-delay:60ms!important}.home-group--automotive .home-card:nth-child(3){--card-delay:0ms!important}.home-group--automotive .home-card:nth-child(4){--card-delay:60ms!important}.home-group--automotive .home-card:nth-child(5){--card-delay:120ms!important}.home-group--automotive .home-card:nth-child(6){--card-delay:0ms!important}}
@media(max-width:1100px){.home-masthead__grid{gap:2rem}.home-masthead__media{height:420px}.home-residential{grid-template-columns:1fr}.home-residential .home-intro{position:static;display:grid;grid-template-columns:1fr 1fr;gap:1rem 2rem;align-items:center}.home-residential .home-photo{grid-column:2;grid-row:span 2;height:250px;margin:0}.home-residential .home-intro>.link-arrow{grid-column:1}.home-group--commercial .home-cards,.home-group--automotive .home-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.home-group--automotive .home-card:first-child{grid-column:auto}.home-safe-layout{grid-template-columns:1fr 1.6fr;gap:1.5rem}.home-safe-layout .home-cards{grid-template-columns:1fr}.home-card{padding:1.25rem}.home-cards .home-card:nth-child(2n+1){--card-delay:0ms!important}.home-cards .home-card:nth-child(2n){--card-delay:60ms!important}.home-coverage{gap:2rem}.home-commercial-top{gap:2rem}}
@media(max-width:900px){.home-shortcuts{grid-template-columns:repeat(2,minmax(0,1fr))}.home-masthead h1{font-size:2.2rem}.home-masthead__media{height:400px}.home-group--systems .home-cards{grid-template-columns:1fr}.home-faq{grid-template-columns:1fr;gap:1rem}.home-faq .section-head{margin-bottom:.5rem}.home-process .steps{gap:1rem}.home-process .step,.home-process .steps--row .step+.step{padding:1.2rem}.home-process .step:not(:last-child):after{right:-1rem;width:1rem}}
@media(max-width:760px){.home-masthead{padding-top:1.5rem!important}.home-masthead__grid{grid-template-columns:1fr;gap:1rem}.home-masthead h1{max-width:21ch;font-size:clamp(2rem,6.5vw,2.7rem)}.home-masthead__media{height:280px}.home-masthead__copy{padding:0}.home-masthead__actions .btn{flex:1 1 200px}.home-group{padding-block:3rem}.home-commercial-top,.home-auto-top,.home-emergency-top,.home-safe-layout,.home-coverage,.home-group-footer{grid-template-columns:1fr;gap:1.5rem}.home-auto-top .home-heading,.home-auto-top .home-photo{grid-column:auto;grid-row:auto}.home-auto-top .home-photo{height:230px}.home-group--commercial .home-cards,.home-group--automotive .home-cards,.home-cards{grid-template-columns:1fr}.home-residential .home-intro{display:block}.home-residential .home-photo{height:230px;margin-bottom:1.2rem}.home-systems-top{display:block}.home-systems-top>.link-arrow{margin-bottom:1.5rem}.home-group--systems .home-photo{height:210px}.home-coverage .section-head{grid-row:auto}.home-process .steps{grid-template-columns:1fr;gap:1.5rem}.home-process .step:not(:last-child):after{content:'\2193';top:auto;bottom:-1.5rem;left:2rem;height:1.5rem}.service-hub #request .form-panel{padding:1.4rem}.home-cards .home-card{--card-delay:0ms!important}.home-photo-label{left:.8rem;bottom:.8rem}.home-heading h2{max-width:none}}
@media(max-width:480px){.home-shortcuts{grid-template-columns:1fr;gap:.6rem;padding-block:1.4rem}.home-shortcuts>a{padding:.85rem 1rem;min-height:72px}.home-masthead__media{height:250px}.home-coverage .hub-local-links{grid-template-columns:1fr}.service-hub #request .form-panel{padding:1.1rem}}
@media(prefers-reduced-motion:reduce){.service-hub .home-card,.service-hub .home-card:hover,.service-hub .home-card:focus-within,.home-card:hover h3 svg,.home-card:focus-within h3 svg,.home-shortcuts>a:hover>svg,.home-shortcuts>a:focus-visible>svg{transform:none!important;opacity:1!important;transition:none!important}.service-hub *{transition-delay:0ms!important}}
@media(max-width:760px){.home-group--commercial .home-card:first-child{grid-column:auto}}
@media(prefers-reduced-motion:reduce){.service-hub .home-card.reveal.is-visible{animation:none!important}}
@media print{.service-hub .home-card.reveal{opacity:1;transform:none}}
