:root {
  --acl-navy: #0b376b;
  --acl-navy-deep: #061f3d;
  --acl-blue: #164c7b;
  --acl-orange: #df650f;
  --acl-orange-dark: #b84d05;
  --acl-cream: #f7f3ed;
  --acl-mist: #edf3f8;
  --acl-ink: #14253d;
  --acl-muted: #64748b;
  --acl-border: rgba(11, 55, 107, .12);
}

html { scroll-behavior: smooth; scroll-padding-top: 98px; }
body { color: var(--acl-ink); background: #fff; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: var(--acl-navy); }
a:hover { color: var(--acl-orange-dark); }

.skip-link { position: fixed; top: -80px; left: 1rem; z-index: 2000; background: #fff; color: var(--acl-navy); padding: .75rem 1rem; border-radius: 0 0 .6rem .6rem; box-shadow: 0 6px 20px rgba(0,0,0,.15); }
.skip-link:focus { top: 0; }

.site-header { background: rgba(255,255,255,.96); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(11,55,107,.08); transition: box-shadow .2s ease; }
.site-header.is-scrolled { box-shadow: 0 12px 28px rgba(6,31,61,.10); }
.navbar { min-height: 92px; padding: .4rem 0; }
.navbar-brand img { width: 230px; height: 130px; object-fit: contain; object-position: center; }
.nav-link { color: var(--acl-navy-deep); font-weight: 700; padding: .75rem 1rem !important; }
.nav-link:hover, .nav-link:focus { color: var(--acl-orange); }
.navbar-toggler { border-color: rgba(11,55,107,.18); }

.btn-brand { background: var(--acl-orange); border-color: var(--acl-orange); color: #fff; font-weight: 800; border-radius: 999px; padding: .8rem 1.35rem; box-shadow: 0 10px 24px rgba(223,101,15,.18); }
.btn-brand:hover, .btn-brand:focus { background: var(--acl-orange-dark); border-color: var(--acl-orange-dark); color: #fff; transform: translateY(-1px); }

.hero { min-height: 760px; padding: 160px 0 90px; background: linear-gradient(90deg, rgba(5,25,49,.90), rgba(6,31,61,.60) 56%, rgba(6,31,61,.26)), url('/assets/img/hero-mountains.svg') center/cover no-repeat; color: #fff; overflow: hidden; }
.hero h1 { max-width: 750px; font-size: clamp(2.7rem, 5.4vw, 5.25rem); line-height: .98; letter-spacing: -.055em; font-weight: 900; text-wrap: balance; }
.hero-lead { max-width: 650px; margin-top: 1.6rem; color: rgba(255,255,255,.86); font-size: clamp(1.08rem, 1.8vw, 1.3rem); line-height: 1.7; }
.eyebrow { margin-bottom: 1rem; color: #ff9b4d; font-size: .79rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.text-brand { color: var(--acl-orange) !important; }
.hero .btn-outline-light { border-width: 2px; border-radius: 999px; font-weight: 800; padding: .8rem 1.35rem; }
.report-note { display: flex; align-items: center; gap: .7rem; color: rgba(255,255,255,.92); font-weight: 700; }
.report-check { display: grid; place-items: center; width: 30px; height: 30px; flex: 0 0 30px; border-radius: 50%; background: rgba(255,255,255,.14); color: #ffae67; border: 1px solid rgba(255,255,255,.2); }
.hero-logo-card { background: rgba(255,255,255,.96); padding: clamp(1rem, 3vw, 2.2rem); border-radius: 2rem; box-shadow: 0 26px 75px rgba(0,0,0,.28); transform: rotate(1.2deg); }
.hero-logo-card img { width: 100%; max-height: 420px; object-fit: contain; }

.section-pad { padding: 100px 0; }
.section-heading { max-width: 850px; }
.section-heading h2, .process-section h2, .faq-section h2, .contact-copy h2 { color: var(--acl-navy-deep); font-size: clamp(2.15rem, 4vw, 3.8rem); line-height: 1.06; letter-spacing: -.04em; font-weight: 900; text-wrap: balance; }
.section-heading p, .lead-copy, .faq-section p { color: var(--acl-muted); font-size: 1.08rem; line-height: 1.75; }

.services-section { background: linear-gradient(180deg, #fff, #f6f9fc); }
.inspection-card { border: 1px solid var(--acl-border); border-radius: 2rem; overflow: hidden; background: #fff; box-shadow: 0 30px 70px rgba(11,55,107,.10); }
.inspection-intro { padding: clamp(2rem, 5vw, 4.6rem); background: var(--acl-navy-deep); color: #fff; }
.inspection-intro h3 { font-size: clamp(1.8rem, 3vw, 2.55rem); line-height: 1.12; font-weight: 900; }
.inspection-intro p { color: rgba(255,255,255,.75); line-height: 1.7; }
.mini-label { display: inline-block; margin-bottom: 1rem; color: #ff9b4d; font-size: .75rem; font-weight: 900; letter-spacing: .12em; }
.text-link { color: #fff; font-weight: 800; text-decoration: none; }
.text-link:hover { color: #ff9b4d; }
.inspection-list-wrap { padding: clamp(2rem, 4vw, 4.25rem); }
.inspection-item { display: flex; align-items: flex-start; gap: .8rem; min-height: 58px; padding: .78rem .7rem; color: #203752; font-weight: 700; line-height: 1.35; }
.check-icon { display: grid; place-items: center; width: 29px; height: 29px; flex: 0 0 29px; border-radius: 9px; color: #fff; background: var(--acl-orange); font-weight: 900; }

.process-section { background: #fff; }
.step-card { height: 100%; min-height: 245px; border: 1px solid var(--acl-border); border-radius: 1.35rem; padding: 2rem; box-shadow: 0 14px 35px rgba(11,55,107,.06); }
.step-card > span { display: inline-block; margin-bottom: 2.2rem; color: var(--acl-orange); font-weight: 900; letter-spacing: .1em; }
.step-card h3 { font-size: 1.45rem; font-weight: 900; color: var(--acl-navy); }
.step-card p { color: var(--acl-muted); line-height: 1.65; margin-bottom: 0; }

.faq-section { background: var(--acl-cream); }
.accordion { --bs-accordion-bg: transparent; --bs-accordion-border-color: rgba(11,55,107,.13); --bs-accordion-btn-focus-box-shadow: none; --bs-accordion-active-bg: transparent; --bs-accordion-active-color: var(--acl-navy); }
.accordion-button { font-size: 1.05rem; font-weight: 900; color: var(--acl-navy-deep); padding: 1.4rem .25rem; }
.accordion-body { color: var(--acl-muted); padding: .2rem .25rem 1.5rem; line-height: 1.7; }

.contact-section { padding: 100px 0; background: linear-gradient(135deg, var(--acl-navy-deep), var(--acl-blue)); }
.contact-shell { overflow: hidden; border-radius: 2rem; background: #fff; box-shadow: 0 30px 80px rgba(0,0,0,.22); }
.contact-copy { padding: clamp(2.2rem, 5vw, 4.5rem); background: linear-gradient(155deg, rgba(223,101,15,.98), rgba(184,77,5,.98)); color: #fff; }
.contact-copy .eyebrow { color: #ffe0c2; }
.contact-copy h2 { color: #fff; }
.contact-copy p { color: rgba(255,255,255,.84); font-size: 1.08rem; line-height: 1.7; }
.contact-email { margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.26); }
.contact-email span { display: block; margin-bottom: .45rem; font-size: .78rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; color: #ffe4cb; }
.contact-email a { color: #fff; font-size: clamp(1rem, 2vw, 1.25rem); font-weight: 900; text-decoration: none; overflow-wrap: anywhere; }
.contact-form-wrap { padding: clamp(2.2rem, 5vw, 4.5rem); }
.form-label { color: var(--acl-navy-deep); font-weight: 800; }
.form-control, .form-select { min-height: 52px; border-radius: .75rem; border-color: rgba(11,55,107,.18); padding: .82rem .95rem; }
textarea.form-control { min-height: 155px; }
.form-control:focus, .form-select:focus { border-color: rgba(223,101,15,.7); box-shadow: 0 0 0 .25rem rgba(223,101,15,.12); }
.form-note { color: var(--acl-muted); }
.website-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.site-footer { padding: 42px 0; background: #041a31; color: rgba(255,255,255,.73); border-top: 4px solid var(--acl-orange); }
.footer-logo { width: 190px; height: 92px; padding: .35rem .6rem; border-radius: .85rem; background: #fff; object-fit: contain; }
.footer-tagline { color: #fff; font-weight: 800; margin-bottom: .35rem; }
.footer-tagline span { color: #ff9b4d; }
.footer-copy { font-size: .92rem; }

@media (max-width: 991.98px) {
  html { scroll-padding-top: 84px; }
  .navbar { min-height: 80px; }
  .navbar-brand img { width: 188px; height: 80px; }
  .navbar-collapse { padding: 1rem 0 1.4rem; }
  .hero { min-height: auto; padding: 140px 0 78px; }
  .hero-logo-card { max-width: 620px; margin: 1rem auto 0; transform: none; }
  .section-pad, .contact-section { padding: 78px 0; }
}

@media (max-width: 575.98px) {
  .hero h1 { font-size: 2.75rem; }
  .hero { padding-top: 126px; }
  .hero-logo-card { border-radius: 1.4rem; padding: .8rem; }
  .inspection-card, .contact-shell { border-radius: 1.35rem; }
  .inspection-intro, .inspection-list-wrap, .contact-copy, .contact-form-wrap { padding: 1.65rem; }
  .footer-logo { width: 170px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
