/* Component refinements are intentionally kept separate for easy maintenance. */
.service-card,.offer,.process li,.values-grid article,.related-card{isolation:isolate}
.service-card::selection,.offer::selection{background:var(--teal-bright);color:var(--ink)}
.section-navy .eyebrow{color:var(--teal-bright)}
.section-navy .button{box-shadow:none}
.section-navy .faq{color:#59717a}.section-navy .faq summary{color:var(--ivory)}.section-navy .faq details p{color:#d7e0e2}
@supports(text-wrap:pretty){p{text-wrap:pretty}}

html[data-theme="dark"]{color-scheme:dark;--paper:#0b1b25;--warm:#112832;--text:#dce6e8;--muted:#a8b7bb;--line:#2d4650;--white:#10242e;--sand:#334951}
html[data-theme="dark"] body{background:var(--paper);color:var(--text)}
html[data-theme="dark"] h1,html[data-theme="dark"] h2,html[data-theme="dark"] h3{color:var(--ivory)}
html[data-theme="dark"] .site-header{background:rgba(8,23,34,.94);border-color:#253c47}
html[data-theme="dark"] .skip-link{background:var(--ivory);color:var(--ink)}
html[data-theme="dark"] .brand-logo-day{display:none}html[data-theme="dark"] .brand-logo-night{display:block}html[data-theme="dark"] .site-nav a:not(.button),html[data-theme="dark"] .theme-toggle{color:var(--ivory)}
html[data-theme="dark"] .nav-toggle span:not(.sr-only){background:var(--ivory)}
html[data-theme="dark"] .hero,html[data-theme="dark"] .service-hero{background:linear-gradient(120deg,var(--paper) 0 62%,var(--warm) 62%)}
html[data-theme="dark"] .page-hero{background:linear-gradient(135deg,var(--warm),var(--paper))}
html[data-theme="dark"] .lead{color:#c3d0d4}
html[data-theme="dark"] .service-card{background:var(--paper)}
html[data-theme="dark"] .service-card:hover{background:#102630}
html[data-theme="dark"] .button-secondary{border-color:var(--ivory);color:var(--ivory)}
html[data-theme="dark"] .button-secondary:hover{background:var(--ivory);color:var(--ink)}
html[data-theme="dark"] .button-light{border-color:var(--ivory);background:var(--ivory);color:var(--ink)}
html[data-theme="dark"] .button-light:hover{border-color:var(--teal-bright);background:var(--teal-bright);color:var(--ink)}
html[data-theme="dark"] .founder{background:var(--paper)}
html[data-theme="dark"] .button-panel,html[data-theme="dark"] .quote-form{background:#0e222c}
html[data-theme="dark"] .advice-card{background:var(--paper)}
html[data-theme="dark"] .field input,html[data-theme="dark"] .field select,html[data-theme="dark"] .field textarea{border-color:#56707a;background:#071720;color:var(--ivory)}
html[data-theme="dark"] .field label{color:var(--ivory)}
html[data-theme="dark"] .field-error{color:#ffb6aa}
html[data-theme="dark"] .form-status{color:var(--ink)}
html[data-theme="dark"] tbody th,html[data-theme="dark"] .related-card span,html[data-theme="dark"] .contact-details strong{color:var(--ivory)}
html[data-theme="dark"] tbody tr:hover{background:var(--warm)}
html[data-theme="dark"] .notice{background:rgba(8,23,34,.45)}
html[data-theme="dark"] .cta-band h2{color:var(--ink)}
