@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800;900&family=Manrope:wght@500;600;700;800&display=swap");

:root {
  --font-body: "DM Sans";
  --font-display: "Manrope";
  --navy: #061a30;
  --navy-2: #0b2948;
  --navy-3: #123d65;
  --blue: #1f70b3;
  --blue-bright: #58abe5;
  --ice: #eaf5fb;
  --paper: #f5f7f9;
  --white: #ffffff;
  --ink: #102033;
  --muted: #607184;
  --light-muted: #a7bfd1;
  --border: #d9e2e9;
  --line: rgba(255, 255, 255, .2);
  --shadow: 0 28px 80px rgba(1, 16, 31, .22);
  --shadow-soft: 0 18px 50px rgba(5, 29, 52, .1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 95px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-body), Arial, sans-serif; -webkit-font-smoothing: antialiased; }
main { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { text-wrap: pretty; }
h1, h2 { font-family: var(--font-display), Arial, sans-serif; letter-spacing: -.045em; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid #79c3f4; outline-offset: 4px; }

.service-strip { position: relative; z-index: 20; background: #031225; color: #cce2f3; font-size: 11px; letter-spacing: .09em; text-transform: uppercase; }
.service-strip-inner { min-height: 35px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.strip-links { display: flex; align-items: center; gap: 11px; color: #fff; font-weight: 800; }
.strip-links a:hover { color: #8fc9f2; }

.site-header { position: absolute; top: 35px; z-index: 10; width: 100%; border-bottom: 1px solid rgba(255,255,255,.17); }
.nav-wrap { min-height: 88px; display: flex; align-items: center; gap: 28px; }
.brand { flex: 0 0 228px; display: inline-flex; align-items: center; gap: 11px; color: #fff; }
.brand img { width: 83px; height: auto; filter: brightness(0) invert(1); }
.brand-type { display: flex; flex-direction: column; min-width: 0; line-height: 1; }
.brand-type strong { font-family: var(--font-display), Arial, sans-serif; font-size: 19px; letter-spacing: -.035em; white-space: nowrap; }
.brand-type small { margin-top: 5px; font-size: 8px; font-weight: 900; letter-spacing: .18em; white-space: nowrap; }
nav { display: flex; align-items: center; gap: 23px; margin-left: auto; }
nav a { color: #dce9f3; font-size: 13px; font-weight: 750; transition: color .2s ease; }
nav a:hover { color: #fff; }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid #79bdef; border-radius: 3px; background: #2e85c8; color: #fff; font-size: 14px; font-weight: 850; letter-spacing: .01em; text-align: center; transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); background: #4b9ddb; border-color: #a8d9fb; box-shadow: 0 12px 26px rgba(11, 83, 136, .24); }
.button-small { min-height: 43px; padding-inline: 17px; white-space: nowrap; }
.button-ghost { background: rgba(2, 20, 39, .34); border-color: rgba(255,255,255,.55); backdrop-filter: blur(8px); }
.button-ghost:hover { background: rgba(255,255,255,.13); border-color: #fff; }
.dark-button { background: var(--navy); border-color: var(--navy); }
.dark-button:hover { background: var(--navy-3); border-color: var(--navy-3); }
.outline-button { color: var(--navy); background: transparent; border-color: #9eb1bf; }
.outline-button:hover { color: #fff; background: var(--navy); border-color: var(--navy); }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: #155e97; font-size: 14px; font-weight: 850; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.hero { position: relative; min-height: 800px; overflow: hidden; background: linear-gradient(90deg, #04182d 0%, #071d34 44%, rgba(7,29,52,.49) 72%, rgba(7,29,52,.19) 100%), url('/71boat-hero.jpg') center/cover no-repeat; color: #fff; }
.hero::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 78% 34%, transparent 0 18%, rgba(4,24,45,.12) 44%, rgba(4,24,45,.38) 100%); }
.hero-wash { position: absolute; inset: auto 0 0; height: 250px; background: linear-gradient(transparent, rgba(2,15,29,.73)); z-index: 1; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.2fr) 380px; gap: 78px; align-items: center; min-height: 690px; padding-top: 145px; padding-bottom: 76px; }
.hero-copy { max-width: 700px; }
.eyebrow { margin: 0 0 18px; color: #8dc9f2; font-size: 11px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.dark { color: #21679c; }
h1 { max-width: 760px; margin: 0; font-size: clamp(44px, 5.6vw, 73px); line-height: 1.025; font-weight: 720; }
.hero-lede { max-width: 650px; margin: 25px 0 0; color: #d7e5ef; font-size: 18px; line-height: 1.68; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-note { margin: 20px 0 0; color: #a9c2d5; font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }

.surveyor-card { align-self: end; margin-bottom: 4px; padding: 30px 31px 28px; border: 1px solid rgba(255,255,255,.28); border-radius: 4px; background: rgba(2, 18, 34, .75); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.card-kicker { color: #8dc9f2; font-size: 10px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.surveyor-card h2 { margin: 7px 0 2px; font-size: 32px; }
.surveyor-card .role { margin: 0; color: #adc3d4; font-size: 13px; }
.surveyor-card ul { list-style: none; margin: 25px 0 24px; padding: 0; border-top: 1px solid var(--line); }
.surveyor-card li { display: flex; align-items: center; gap: 13px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 750; }
.surveyor-card li span { color: #62afe6; font-size: 10px; letter-spacing: .1em; }
.surveyor-card > a { color: #cfeaff; font-size: 13px; font-weight: 850; }
.surveyor-card > a span { margin-left: 6px; }

.trust-rail { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); min-height: 110px; border-top: 1px solid rgba(255,255,255,.2); }
.trust-rail div { display: flex; flex-direction: column; justify-content: center; padding: 16px 26px; border-right: 1px solid rgba(255,255,255,.2); }
.trust-rail div:first-child { border-left: 1px solid rgba(255,255,255,.2); }
.trust-rail strong { font-size: 13px; }
.trust-rail span { margin-top: 5px; color: #9fb7c9; font-size: 11px; }

.intro-section { padding: 108px 0 115px; background: var(--white); }
.intro-grid { display: grid; grid-template-columns: 1.1fr .85fr; gap: 110px; align-items: end; margin-bottom: 61px; }
.intro-grid h2, .section-heading h2, .about-copy h2, .coverage-copy h2, .center-heading h2, .faq-heading h2, .quote-copy h2, .inspection-panel-copy h2 { margin: 0; font-size: clamp(36px, 4.7vw, 58px); line-height: 1.08; color: var(--navy); }
.intro-copy p { margin: 0 0 24px; color: var(--muted); font-size: 17px; line-height: 1.78; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--border); border-left: 1px solid var(--border); }
.service-card { min-height: 345px; display: flex; flex-direction: column; padding: 30px 29px 28px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); background: #fbfcfd; transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.service-card:hover { position: relative; z-index: 1; transform: translateY(-6px); background: #fff; box-shadow: var(--shadow-soft); }
.service-card-top { display: flex; justify-content: space-between; align-items: center; gap: 14px; color: #2776b0; }
.service-card-top > span { font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.service-card-top small { max-width: 150px; color: #7890a1; font-size: 10px; font-weight: 850; letter-spacing: .08em; text-align: right; text-transform: uppercase; }
.service-card h3 { margin: 48px 0 15px; color: var(--navy); font-family: var(--font-display), Arial, sans-serif; font-size: 24px; line-height: 1.15; letter-spacing: -.03em; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.68; }
.service-card > a { display: flex; justify-content: space-between; margin-top: auto; padding-top: 24px; color: #185f97; font-size: 12px; font-weight: 850; }

.inspection-section { padding: 108px 0 112px; background: var(--navy); color: #fff; }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 100px; align-items: end; margin-bottom: 57px; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.section-heading.inverse h2 { color: #fff; }
.section-heading.inverse > p { color: #b7c9d7; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-bottom: 80px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.process-grid article { min-height: 290px; padding: 26px 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-grid article > span { color: #69b8ed; font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.process-grid h3 { margin: 58px 0 16px; font-family: var(--font-display), Arial, sans-serif; font-size: 20px; letter-spacing: -.03em; }
.process-grid p { margin: 0; color: #a9bfce; font-size: 13px; line-height: 1.7; }
.inspection-panel { display: grid; grid-template-columns: .86fr 1.14fr; background: #fff; color: var(--ink); box-shadow: 0 30px 90px rgba(0, 0, 0, .2); }
.inspection-panel-copy { padding: 61px 54px; background: var(--ice); }
.inspection-panel-copy h2 { font-size: clamp(36px, 4vw, 50px); }
.inspection-panel-copy > p:not(.eyebrow) { margin: 22px 0 30px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.inspection-list { display: grid; grid-template-columns: repeat(2, 1fr); }
.inspection-list article { display: grid; grid-template-columns: 28px 1fr; gap: 14px; padding: 31px 27px; border-left: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.inspection-list article:nth-last-child(-n+2) { border-bottom: 0; }
.inspection-list > article > span { color: #2b79b3; font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.inspection-list h3 { margin: -3px 0 8px; color: var(--navy); font-size: 16px; }
.inspection-list p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }

.about-section { padding: 115px 0; background: #f2f5f7; }
.about-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 102px; align-items: center; }
.credential-board { position: relative; min-height: 590px; display: flex; flex-direction: column; justify-content: flex-end; padding: 52px; overflow: hidden; background: linear-gradient(155deg, #0c355b, #05192e 68%); color: #fff; box-shadow: var(--shadow); }
.credential-board::before { content: ""; position: absolute; width: 390px; height: 390px; top: -175px; right: -120px; border: 1px solid rgba(126, 194, 237, .25); border-radius: 50%; box-shadow: 0 0 0 70px rgba(126, 194, 237, .05), 0 0 0 140px rgba(126, 194, 237, .03); }
.credential-mark { position: absolute; top: 30px; left: 41px; color: rgba(255,255,255,.055); font-family: var(--font-display), Arial, sans-serif; font-size: 230px; font-weight: 900; line-height: 1; letter-spacing: -.12em; }
.credential-board > p { position: relative; margin: 0 0 36px; color: #e7f2f9; font-family: var(--font-display), Arial, sans-serif; font-size: 34px; font-weight: 700; line-height: 1.18; letter-spacing: -.04em; }
.credential-list { position: relative; display: flex; flex-direction: column; border-top: 1px solid var(--line); }
.credential-list span { padding: 14px 0; border-bottom: 1px solid var(--line); color: #bdd2e0; font-size: 13px; font-weight: 750; }
.about-copy h2 { font-size: clamp(37px, 4.7vw, 57px); }
.about-copy .lead { margin: 29px 0 20px; color: #2e4356; font-size: 19px; line-height: 1.65; }
.about-copy > p:not(.eyebrow):not(.lead) { margin: 0 0 17px; color: var(--muted); font-size: 15px; line-height: 1.78; }
.about-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 28px; margin-top: 32px; }

.pricing-section { padding: 110px 0 118px; background: #fff; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; }
.price-card, .price-notes { padding: 39px 35px; border: 1px solid var(--border); }
.price-card + .price-card, .price-notes { border-left: 0; }
.price-card { display: flex; flex-direction: column; background: #fbfcfd; }
.price-card.featured { position: relative; z-index: 1; transform: translateY(-8px); border-color: var(--navy-3); background: var(--navy); color: #fff; box-shadow: var(--shadow-soft); }
.price-label { color: #1b669d; font-size: 11px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.featured .price-label { color: #72b9e9; }
.price { display: flex; align-items: flex-end; gap: 10px; margin-top: 31px; }
.price strong { color: var(--navy); font-family: var(--font-display), Arial, sans-serif; font-size: 58px; line-height: 1; letter-spacing: -.06em; }
.featured .price strong { color: #fff; }
.price span { margin-bottom: 7px; color: var(--muted); font-size: 12px; }
.featured .price span { color: #adc3d4; }
.minimum { margin: 8px 0 26px; color: #718595; font-size: 12px; font-weight: 750; }
.featured .minimum { color: #a9bfce; }
.price-card ul { flex: 1; list-style: none; margin: 0 0 30px; padding: 0; border-top: 1px solid var(--border); }
.featured ul { border-color: var(--line); }
.price-card li { position: relative; padding: 11px 0 11px 20px; border-bottom: 1px solid var(--border); color: #536779; font-size: 13px; line-height: 1.4; }
.featured li { color: #c2d3df; border-color: var(--line); }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: #2c82bf; font-weight: 900; }
.featured .button { width: 100%; }
.price-notes { display: flex; flex-direction: column; justify-content: center; background: var(--ice); }
.card-kicker.dark-text { color: #21679c; }
.price-notes h3 { margin: 12px 0 19px; color: var(--navy); font-family: var(--font-display), Arial, sans-serif; font-size: 30px; line-height: 1.16; letter-spacing: -.04em; }
.price-notes > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.note-box { display: flex; flex-direction: column; gap: 8px; margin: 25px 0; padding: 20px; background: #fff; border-left: 3px solid var(--blue); }
.note-box strong { color: var(--navy); font-size: 13px; }
.note-box span { color: var(--muted); font-size: 12px; line-height: 1.6; }
.price-notes .fine-print { font-size: 11px; line-height: 1.55; }

.coverage-section { position: relative; padding: 112px 0; background: linear-gradient(135deg, #071b31, #0a2e50); color: #fff; }
.coverage-section::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(90deg, transparent, black); }
.coverage-grid { position: relative; display: grid; grid-template-columns: .95fr 1.05fr; gap: 112px; align-items: center; }
.coverage-copy h2 { color: #fff; }
.coverage-copy > p:not(.eyebrow) { max-width: 600px; margin: 24px 0 31px; color: #b4c9d7; font-size: 16px; line-height: 1.75; }
.base-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.base-cards div { display: flex; flex-direction: column; padding: 20px; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.035); }
.base-cards span { color: #69b8ed; font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.base-cards strong { margin-top: 7px; font-size: 17px; }
.base-cards small { margin-top: 8px; color: #9eb8ca; font-size: 10px; line-height: 1.55; }
.waterway-list { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.waterway-list span { min-height: 60px; display: flex; align-items: center; padding: 14px 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #d7e5ef; font-size: 13px; font-weight: 750; }
.waterway-list span::before { content: ""; width: 6px; height: 6px; margin-right: 11px; border-radius: 50%; background: #57aae4; box-shadow: 0 0 0 4px rgba(87,170,228,.12); }

.testimonials-section { padding: 105px 0; background: #edf3f6; }
.center-heading { max-width: 770px; margin: 0 auto 55px; text-align: center; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.testimonial-grid blockquote { position: relative; min-height: 240px; display: flex; align-items: flex-end; margin: 0; padding: 37px 31px 31px; border-top: 3px solid #2e82bd; background: #fff; color: #23394c; font-family: var(--font-display), Arial, sans-serif; font-size: 20px; font-weight: 650; line-height: 1.45; letter-spacing: -.025em; box-shadow: 0 10px 35px rgba(6, 29, 51, .07); }
.testimonial-grid blockquote::before { content: "“"; position: absolute; top: 13px; left: 28px; color: #badbed; font-family: Georgia, serif; font-size: 65px; line-height: 1; }

.faq-section { padding: 115px 0; background: #fff; }
.faq-grid { display: grid; grid-template-columns: .68fr 1.32fr; gap: 112px; align-items: start; }
.faq-heading { position: sticky; top: 40px; }
.faq-heading h2 { font-size: 48px; }
.faq-heading > p:not(.eyebrow) { margin: 22px 0 23px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.faq-list { border-top: 1px solid var(--border); }
.faq-list details { border-bottom: 1px solid var(--border); }
.faq-list summary { min-height: 83px; display: flex; justify-content: space-between; align-items: center; gap: 25px; padding: 20px 4px; color: var(--navy); font-family: var(--font-display), Arial, sans-serif; font-size: 18px; font-weight: 750; letter-spacing: -.02em; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { flex: 0 0 30px; display: grid; place-items: center; color: #1b69a1; font-size: 25px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 730px; margin: -3px 45px 25px 4px; color: var(--muted); font-size: 14px; line-height: 1.76; }

.quote-section { padding: 0 0 88px; background: #fff; }
.quote-panel { display: grid; grid-template-columns: 1.32fr .68fr; gap: 80px; align-items: center; padding: 69px 72px; background: linear-gradient(125deg, #071a2f 0%, #0b3154 100%); color: #fff; box-shadow: var(--shadow); }
.quote-copy h2 { max-width: 710px; color: #fff; font-size: clamp(38px, 4.8vw, 57px); }
.quote-copy > p:not(.eyebrow) { max-width: 670px; margin: 21px 0 0; color: #b9cedc; font-size: 15px; line-height: 1.75; }
.quote-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.contact-card { padding: 30px; border-left: 1px solid rgba(255,255,255,.22); }
.contact-card h3 { margin: 9px 0 6px; font-family: var(--font-display), Arial, sans-serif; font-size: 26px; }
.contact-card p { margin: 0 0 23px; color: #a9bfce; font-size: 12px; line-height: 1.65; }
.contact-card a { display: block; margin: 8px 0; color: #e5f4ff; font-size: 16px; font-weight: 800; }
.contact-card small { display: block; margin-top: 22px; color: #80bce5; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }

footer { padding: 75px 0 25px; background: #031225; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 65px; padding-bottom: 57px; }
.footer-brand { max-width: 335px; }
.footer-logo { margin-bottom: 24px; }
.footer-brand > p { margin: 0; color: #829dad; font-size: 13px; line-height: 1.7; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.footer-grid h3 { margin: 0 0 8px; color: #8fc9f2; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.footer-grid a, .footer-grid span { color: #a8becd; font-size: 12px; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.12); color: #607d91; font-size: 10px; letter-spacing: .05em; text-transform: uppercase; }
.mobile-contact-bar { display: none; }

@media (max-width: 1080px) {
  nav { gap: 16px; }
  nav a { font-size: 12px; }
  .nav-wrap { gap: 19px; }
  .brand { flex-basis: 205px; }
  .brand img { width: 74px; }
  .brand-type strong { font-size: 17px; }
  .hero-grid { gap: 45px; grid-template-columns: minmax(0, 1fr) 350px; }
}

@media (max-width: 900px) {
  nav { display: none; }
  .nav-wrap { justify-content: space-between; }
  .hero-grid { grid-template-columns: 1fr; gap: 35px; padding-top: 170px; padding-bottom: 48px; }
  .surveyor-card { width: min(100%, 520px); align-self: auto; }
  .hero { min-height: auto; }
  .trust-rail { grid-template-columns: repeat(2, 1fr); }
  .trust-rail div:nth-child(3) { border-left: 1px solid rgba(255,255,255,.2); }
  .intro-grid, .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid article { min-height: 245px; }
  .inspection-panel { grid-template-columns: 1fr; }
  .inspection-list article:first-child, .inspection-list article:nth-child(3), .inspection-list article:nth-child(5) { border-left: 0; }
  .about-grid { grid-template-columns: 1fr; gap: 65px; }
  .credential-board { min-height: 500px; }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .price-notes { grid-column: 1 / -1; border-left: 1px solid var(--border); border-top: 0; }
  .coverage-grid { grid-template-columns: 1fr; gap: 55px; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-grid blockquote { min-height: 170px; }
  .faq-grid { grid-template-columns: 1fr; gap: 50px; }
  .faq-heading { position: static; }
  .quote-panel { grid-template-columns: 1fr; gap: 45px; padding: 58px 50px; }
  .contact-card { border-left: 0; border-top: 1px solid rgba(255,255,255,.22); padding: 30px 0 0; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / -1; }
}

@media (max-width: 640px) {
  html { scroll-padding-top: 78px; }
  body { padding-bottom: 58px; }
  .shell { width: min(100% - 30px, 1180px); }
  .service-strip { display: none; }
  .site-header { top: 0; }
  .nav-wrap { min-height: 78px; gap: 12px; }
  .brand { flex-basis: auto; gap: 7px; }
  .brand img { width: 58px; }
  .brand-type strong { font-size: 14px; }
  .brand-type small { margin-top: 3px; font-size: 6px; letter-spacing: .14em; }
  .button-small { min-height: 39px; padding: 0 12px; font-size: 11px; }
  .hero { background-position: 62% center; }
  .hero-grid { padding-top: 124px; gap: 30px; }
  h1 { font-size: clamp(40px, 12vw, 52px); }
  .hero-lede { font-size: 16px; line-height: 1.6; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .surveyor-card { padding: 25px 23px; }
  .trust-rail { grid-template-columns: 1fr; padding-bottom: 24px; }
  .trust-rail div, .trust-rail div:nth-child(3) { min-height: 75px; border-left: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
  .intro-section, .inspection-section, .about-section, .pricing-section, .coverage-section, .testimonials-section, .faq-section { padding-block: 74px; }
  .intro-grid { margin-bottom: 42px; }
  .intro-grid h2, .section-heading h2, .about-copy h2, .coverage-copy h2, .center-heading h2, .faq-heading h2, .inspection-panel-copy h2 { font-size: 37px; }
  .service-grid, .process-grid, .inspection-list, .pricing-grid, .base-cards, .waterway-list { grid-template-columns: 1fr; }
  .service-card { min-height: 315px; padding: 27px 24px; }
  .service-card h3 { margin-top: 39px; }
  .process-grid article { min-height: 225px; }
  .inspection-panel-copy { padding: 42px 25px; }
  .inspection-list article, .inspection-list article:nth-last-child(2) { border-left: 0; border-bottom: 1px solid var(--border); }
  .inspection-list article:last-child { border-bottom: 0; }
  .credential-board { min-height: 460px; padding: 36px 29px; }
  .credential-mark { left: 17px; font-size: 190px; }
  .credential-board > p { font-size: 29px; }
  .price-card, .price-notes { padding: 34px 26px; }
  .price-card + .price-card { border-left: 1px solid var(--border); border-top: 0; }
  .price-card.featured { transform: none; }
  .waterway-list span { min-height: 54px; }
  .testimonial-grid blockquote { min-height: 190px; padding: 48px 25px 25px; font-size: 18px; }
  .faq-list summary { min-height: 76px; font-size: 16px; }
  .quote-section { padding-bottom: 0; }
  .quote-panel { width: 100%; padding: 61px 25px; }
  .quote-actions { flex-direction: column; }
  footer { padding-top: 65px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 45px 25px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .mobile-contact-bar { position: fixed; z-index: 50; inset: auto 0 0; display: grid; grid-template-columns: 1fr 1fr; min-height: 58px; background: #05172a; box-shadow: 0 -8px 30px rgba(1, 15, 29, .2); }
  .mobile-contact-bar a { display: grid; place-items: center; color: #fff; font-size: 12px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
  .mobile-contact-bar a + a { background: #2e85c8; }
}

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