:root {
  --navy: #092c3c;
  --navy2: #0f4054;
  --ink: #193845;
  --teal: #087a73;
  --aqua: #55cfc2;
  --mist: #edf7f6;
  --white: #ffffff;
  --line: #c9dedc;
  --gold: #e2b756;
  --shadow: 0 20px 55px rgba(7, 38, 49, .15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); font-family: Arial, "Helvetica Neue", sans-serif; font-size: 17px; line-height: 1.7; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.wrap { width: min(1180px, calc(100% - 40px)); margin: auto; }
.skip { position: fixed; left: 10px; top: -80px; padding: 10px 16px; background: #fff; z-index: 100; color: #000; }
.skip:focus { top: 10px; }

.topline { background: var(--navy); color: #d7f1ef; text-align: center; padding: 7px; font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 800; }
.site-header { background: #fff; position: relative; z-index: 20; box-shadow: 0 1px 0 rgba(14, 54, 65, .14); }
.nav { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; }
.brand img { width: 58px; height: 58px; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; text-transform: uppercase; letter-spacing: .05em; font-size: .7rem; }
.brand-copy strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.1rem; letter-spacing: 0; text-transform: none; color: var(--navy); margin-bottom: 5px; }
.nav-links { display: flex; align-items: center; gap: 22px; }
.nav-links > a, .nav-menu > summary { text-decoration: none; font-size: .84rem; font-weight: 800; cursor: pointer; list-style: none; white-space: nowrap; }
.nav-links a[aria-current="page"] { color: var(--teal); }
.nav-menu { position: relative; }
.nav-menu > summary::-webkit-details-marker { display: none; }
.nav-menu > summary::after { content: "⌄"; margin-left: 6px; color: var(--teal); }
.nav-menu[open] > summary { color: var(--teal); }
.nav-dropdown { position: absolute; top: 35px; left: 50%; transform: translateX(-50%); width: 290px; background: #fff; padding: 12px; box-shadow: var(--shadow); border: 1px solid var(--line); display: grid; z-index: 30; }
.nav-dropdown.areas-dropdown { width: 380px; grid-template-columns: 1fr 1fr; }
.nav-dropdown a { padding: 8px 10px; text-decoration: none; font-size: .83rem; font-weight: 700; }
.nav-dropdown a:hover { background: var(--mist); color: var(--teal); }
.phone { background: var(--teal); color: #fff; text-decoration: none; padding: 11px 18px; border-radius: 3px; line-height: 1.1; }
.phone span { display: block; font-size: .64rem; text-transform: uppercase; letter-spacing: .13em; margin-bottom: 5px; }
.phone strong { font-size: 1.03rem; }
.menu-toggle { display: none; border: 1px solid var(--line); background: #fff; color: var(--navy); width: 44px; height: 44px; border-radius: 3px; font-size: 1.3rem; cursor: pointer; }

.trust-strip { background: #f5faf9; border-bottom: 1px solid var(--line); }
.trust-grid { min-height: 73px; display: grid; grid-template-columns: repeat(6, 1fr); align-items: center; gap: 18px; }
.trust-item { display: flex; align-items: center; justify-content: center; gap: 9px; color: var(--navy); font-size: .76rem; font-weight: 800; text-align: left; }
.trust-item img { width: 51px; height: 32px; object-fit: contain; }
.trust-icon { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 50%; background: var(--teal); color: #fff; font-size: .86rem; }

.hero { position: relative; overflow: hidden; background: var(--navy); min-height: 710px; display: flex; align-items: center; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5, 26, 35, .97), rgba(5, 26, 35, .82) 46%, rgba(5, 26, 35, .24)); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1fr) 440px; gap: 55px; align-items: center; padding: 70px 0; }
.hero-copy { color: #fff; }
.eyebrow { margin: 0 0 15px; color: #8ee3da; font-size: .74rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 800; }
.eyebrow.dark { color: var(--teal); }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.1; margin-top: 0; }
h1 { font-size: clamp(2.8rem, 4vw, 5.1rem); letter-spacing: -.045em; margin-bottom: 23px; }
h1 em { display: block; color: #9ce6dd; font-style: normal; }
h2 { font-size: clamp(2.1rem, 3.8vw, 3.8rem); letter-spacing: -.035em; margin-bottom: 22px; }
h3 { font-size: 1.4rem; }
.lead { font-size: 1.16rem; line-height: 1.62; max-width: 650px; color: #eef8f7; }
.hero-points { display: flex; flex-wrap: wrap; gap: 9px 22px; list-style: none; padding: 25px 0 0; margin: 25px 0 0; border-top: 1px solid rgba(255, 255, 255, .22); font-size: .84rem; font-weight: 700; }
.hero-points li::before { content: "✓"; color: #8ee3da; margin-right: 7px; }
.lead-card { background: #fff; padding: 29px; border-radius: 5px; box-shadow: 0 26px 80px rgba(0, 0, 0, .3); color: var(--ink); }
.lead-card h2 { font-size: 2rem; margin-bottom: 9px; }
.form-kicker { color: var(--teal); font-size: .7rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; margin: 0 0 7px; }
.form-intro { font-size: .88rem; line-height: 1.5; margin: 0 0 18px; }
.lead-form label { display: block; font-size: .75rem; font-weight: 800; margin-bottom: 11px; }
.lead-form label > span { color: #b43434; }
.lead-form input, .lead-form textarea { width: 100%; display: block; border: 1px solid #aec9c7; background: #fbfdfd; border-radius: 3px; margin-top: 5px; padding: 11px 12px; font: inherit; font-size: .88rem; color: var(--ink); }
.lead-form textarea { resize: vertical; min-height: 88px; }
.lead-form input:focus, .lead-form textarea:focus { outline: 3px solid rgba(85, 207, 194, .28); border-color: var(--teal); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.lead-form button { width: 100%; border: 0; border-radius: 3px; background: var(--teal); color: #fff; padding: 14px; font: inherit; font-weight: 800; cursor: pointer; }
.lead-form button:hover { background: #075f5a; }
.lead-form button:disabled { opacity: .65; cursor: wait; }
.form-note { font-size: .66rem; color: #688187; line-height: 1.4; margin: 9px 0 0; }
.hp-field { position: absolute !important; left: -9999px !important; }
.form-alert { padding: 10px 12px; margin: 0 0 15px; border-radius: 3px; font-size: .82rem; font-weight: 700; }
.form-alert.success { background: #e2f6ed; color: #155c42; }
.form-alert.error { background: #fdeaea; color: #872828; }

.section { padding: 96px 0; }
.intro { background: var(--mist); }
.content-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 85px; }
.content-grid p:first-child { margin-top: 0; }
.prose p { margin: 0 0 1.25em; }
.prose h2 { margin-top: 1.35em; }
.prose h3 { margin: 1.7em 0 .55em; }
.service-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 42px; }
.service-card { padding: 28px; border: 1px solid var(--line); border-top: 4px solid var(--teal); background: #fff; }
.service-card p { font-size: .92rem; line-height: 1.58; margin-bottom: 0; }
.process-section { background: var(--navy); color: #fff; }
.process-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 85px; }
.process-grid > div:first-child p:not(.eyebrow) { color: #c8dde0; }
.steps { list-style: none; margin: 0; padding: 0; }
.steps li { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding-bottom: 27px; margin-bottom: 27px; border-bottom: 1px solid rgba(255, 255, 255, .16); }
.steps li > span { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid #69d4c9; border-radius: 50%; color: #9ce6dd; font-weight: 800; }
.steps h3 { margin: 0 0 7px; }
.steps p { margin: 0; color: #c8dde0; font-size: .93rem; }
.image-content { display: grid; grid-template-columns: 1fr 1fr; min-height: 520px; }
.image-content img { width: 100%; height: 100%; object-fit: cover; min-height: 520px; }
.image-copy { background: #fff; padding: 75px max(35px, calc((100vw - 1180px) / 2)); padding-left: 65px; display: flex; flex-direction: column; justify-content: center; }
.check-list { list-style: none; padding: 0; margin: 15px 0; }
.check-list li { padding: 11px 0; border-bottom: 1px solid var(--line); }
.check-list li::before { content: "✓"; color: var(--teal); font-weight: 800; margin-right: 9px; }
.area-section { background: var(--mist); }
.area-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.areas { display: grid; grid-template-columns: 1fr 1fr; list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.areas li { padding: 13px 5px; border-bottom: 1px solid var(--line); font-weight: 700; font-size: .9rem; }
.areas li::before { content: ""; display: inline-block; width: 6px; height: 6px; background: var(--aqua); border-radius: 50%; margin-right: 9px; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.faq-list { border-top: 1px solid #accac7; }
.faq-list details { border-bottom: 1px solid #accac7; }
.faq-list summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 20px; padding: 23px 0; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-size: 1.4rem; color: var(--teal); }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: 0; padding: 0 38px 25px 0; }
.breadcrumbs { background: #f6faf9; border-bottom: 1px solid var(--line); padding: 10px 0; font-size: .76rem; }
.breadcrumbs a { color: var(--teal); }

.cta { padding: 70px 0; background: var(--teal); color: #fff; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.cta h2 { margin-bottom: 12px; }
.cta p { margin: 0; max-width: 640px; }
.button { display: inline-flex; align-items: center; justify-content: center; background: #fff; color: var(--navy); text-decoration: none; font-weight: 800; padding: 15px 22px; border-radius: 3px; box-shadow: 0 9px 24px rgba(0, 0, 0, .14); }
.button.dark { background: var(--navy); color: #fff; }
.button.phone-button { flex-direction: column; min-width: 245px; font-size: 1.2rem; }
.button.phone-button span { font-size: .66rem; text-transform: uppercase; letter-spacing: .13em; margin-bottom: 4px; }

.site-footer { background: #071f29; color: #d3e5e7; padding: 58px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.15fr 1fr .75fr .75fr; gap: 42px; }
.footer-logo { display: flex; align-items: center; gap: 13px; text-decoration: none; }
.footer-logo img { width: 58px; height: 58px; }
.footer-logo strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.2rem; color: #fff; }
.footer-heading { display: block; color: #fff; margin-bottom: 11px; }
.footer-links { display: grid; gap: 6px; }
.footer-links a { font-size: .81rem; color: #c8dcde; text-decoration: none; }
.footer-links a:hover { color: #fff; text-decoration: underline; }
.footer-grid p { margin: 8px 0; font-size: .88rem; }
.footer-grid a { color: #fff; }
.footer-certificates { display: flex; align-items: center; gap: 13px; margin-top: 18px; flex-wrap: wrap; }
.footer-certificates img { width: 78px; height: 42px; padding: 4px; object-fit: contain; background: #fff; border-radius: 3px; }
.canadian { font-size: .78rem; font-weight: 800; color: #fff; }
.copyright { border-top: 1px solid rgba(255, 255, 255, .15); margin-top: 40px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; font-size: .78rem; color: #9eb8bc; }
.copyright a { color: #fff; }
.mobile-call { display: none; }

@media (max-width: 1100px) {
  .nav-links { gap: 14px; }
  .nav-links > a, .nav-menu > summary { font-size: .78rem; }
  .trust-grid { grid-template-columns: repeat(3, 1fr); padding: 12px 0; }
  .hero-grid { grid-template-columns: 1fr 390px; gap: 30px; }
  .service-cards { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 860px) {
  .menu-toggle { display: grid; place-items: center; }
  .phone-header { display: none; }
  .nav { flex-wrap: wrap; padding: 10px 0; }
  .nav-links { display: none; width: 100%; order: 3; align-items: stretch; padding: 10px 0 4px; border-top: 1px solid var(--line); }
  .nav-links.open { display: grid; }
  .nav-links > a, .nav-menu > summary { display: block; padding: 11px 4px; font-size: .88rem; }
  .nav-dropdown, .nav-dropdown.areas-dropdown { position: static; transform: none; width: 100%; grid-template-columns: 1fr 1fr; box-shadow: none; border: 0; border-left: 3px solid var(--aqua); background: var(--mist); }
  .trust-grid { overflow-x: auto; display: flex; justify-content: flex-start; min-height: 72px; padding: 10px 0; }
  .trust-item { flex: 0 0 auto; min-width: 150px; justify-content: flex-start; }
}

@media (max-width: 760px) {
  body { font-size: 16px; padding-bottom: 65px; }
  .wrap { width: min(100% - 28px, 1180px); }
  .topline { font-size: .66rem; }
  .nav { min-height: 78px; }
  .brand img { width: 48px; height: 48px; }
  .brand-copy { font-size: .61rem; }
  .brand-copy strong { font-size: .96rem; }
  .hero { min-height: auto; }
  .hero-image { object-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(5, 26, 35, .96), rgba(5, 26, 35, .76)); }
  .hero-grid { grid-template-columns: 1fr; padding: 58px 0; }
  .hero-copy h1 { font-size: 3rem; }
  .lead-card { padding: 23px; }
  .form-row { grid-template-columns: 1fr; }
  .section { padding: 70px 0; }
  .content-grid, .process-grid, .area-grid, .faq-grid, .image-content { grid-template-columns: 1fr; gap: 36px; }
  .service-cards { grid-template-columns: 1fr; }
  .image-content { gap: 0; }
  .image-content img { min-height: 330px; }
  .image-copy { padding: 55px 22px; }
  .cta-inner { align-items: stretch; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px 22px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .copyright { flex-direction: column; gap: 12px; }
  .mobile-call { position: fixed; display: flex; z-index: 60; bottom: 0; left: 0; right: 0; height: 65px; background: #4ec5ba; color: #062832; text-decoration: none; align-items: center; justify-content: center; gap: 10px; box-shadow: 0 -5px 25px rgba(0, 0, 0, .18); }
  .mobile-call span { text-transform: uppercase; font-size: .68rem; font-weight: 800; letter-spacing: .12em; }
  .mobile-call strong { font-size: 1.08rem; }
}

@media (max-width: 460px) {
  .brand-copy span { display: none; }
  .nav-dropdown, .nav-dropdown.areas-dropdown { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .areas { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
