/* Bluebonnet Landscaping — 2026 rebuild */
:root {
  --bb-navy: #102736;
  --bb-navy-2: #17394c;
  --bb-blue: #1683c4;
  --bb-blue-dark: #0e6fae;
  --bb-sky: #bde8ff;
  --bb-green: #75a947;
  --bb-lime: #a9d46e;
  --bb-cream: #f7f5ee;
  --bb-paper: #fffdfa;
  --bb-ink: #15242d;
  --bb-muted: #5c6b73;
  --bb-line: #dce3e4;
  --bb-white: #fff;
  --bb-gold: #f6b720;
  --bb-radius: 22px;
  --bb-shadow: 0 22px 70px rgba(10, 31, 43, .14);
}

html { scroll-behavior: smooth; scroll-padding-top: 102px; }
body { background: var(--bb-paper); color: var(--bb-ink); font-family: Inter, system-ui, sans-serif; overflow-x: hidden; }
body::selection { color: #fff; background: var(--bb-blue); }
h1, h2, h3, h4 { font-family: Bitter, Georgia, serif; letter-spacing: -.025em; color: var(--bb-ink); }
p { color: var(--bb-muted); }
.wrap { width: min(100% - 40px, 1220px); max-width: none; padding: 0; }
.skip-link { position: fixed; left: 16px; top: 10px; z-index: 2000; transform: translateY(-150%); background: #fff; color: var(--bb-navy); padding: 11px 16px; border-radius: 8px; font-weight: 800; box-shadow: var(--bb-shadow); }
.skip-link:focus { transform: none; }

.btn { min-height: 48px; padding: 13px 22px; border-radius: 999px; font-size: .94rem; line-height: 1; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid var(--bb-sky); outline-offset: 3px; }
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--bb-blue), var(--bb-blue-dark)); box-shadow: 0 13px 30px rgba(22, 131, 196, .28); }
.btn-primary:hover { background: linear-gradient(135deg, #2a97d2, var(--bb-blue)); box-shadow: 0 16px 34px rgba(22, 131, 196, .34); }
.btn-outline { color: #fff; border: 1.5px solid rgba(255, 255, 255, .62); background: rgba(255, 255, 255, .08); backdrop-filter: blur(10px); }
.btn-outline:hover { background: rgba(255, 255, 255, .15); }
.btn-dark { background: var(--bb-navy); color: #fff; }
.btn-ghost { background: #e9f6fc; color: var(--bb-blue-dark); }
.btn-lg { min-height: 54px; padding: 16px 27px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--bb-blue-dark); font-weight: 800; }
.text-link b { transition: transform .2s ease; }
.text-link:hover b { transform: translateX(4px); }

.utility-bar { min-height: 35px; display: flex; align-items: center; background: var(--bb-navy); color: rgba(255, 255, 255, .82); font-size: .76rem; font-weight: 600; }
.utility-inner, .utility-inner > div { display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.utility-inner a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.utility-rating { color: var(--bb-gold); letter-spacing: .06em; }
.utility-rating strong { color: #fff; margin-left: 3px; }

header, .site-header-v2 { position: sticky; top: 0; z-index: 100; background: rgba(255, 253, 250, .95); border-bottom: 1px solid rgba(16, 39, 54, .08); backdrop-filter: blur(15px); }
header.scrolled { box-shadow: 0 8px 30px rgba(16, 39, 54, .08); }
nav { min-height: 78px; width: min(100% - 40px, 1220px); max-width: none; padding: 8px 0; }
.logo { flex-shrink: 0; gap: 9px; }
.logo img { width: 62px; height: 62px; object-fit: contain; animation: none; filter: drop-shadow(0 7px 14px rgba(16, 39, 54, .13)); }
.logo-text .primary { color: var(--bb-navy); font-size: 1.17rem; }
.logo-text .secondary { color: var(--bb-green); font-size: .72rem; letter-spacing: .14em; }
.nav-links { gap: 24px; }
.nav-links > li > a { color: #44545d; font-size: .9rem; font-weight: 700; position: relative; }
.nav-links > li > a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--bb-blue); transition: right .2s ease; }
.nav-links > li > a:hover, .nav-links > li > a[aria-current="page"] { color: var(--bb-navy); }
.nav-links > li > a:hover::after, .nav-links > li > a[aria-current="page"]::after { right: 0; }
.nav-cta { gap: 14px; }
.nav-phone { display: flex; flex-direction: column; align-items: flex-end; gap: 1px; color: var(--bb-navy); font-size: .89rem; line-height: 1.1; }
.nav-phone-label { color: var(--bb-muted); font-size: .65rem; text-transform: uppercase; letter-spacing: .09em; }
.nav-toggle { width: 46px; height: 46px; display: none; align-items: center; justify-content: center; flex-direction: column; gap: 5px; padding: 0; border: 1px solid var(--bb-line); border-radius: 50%; background: #fff; }
.nav-toggle span { width: 20px; height: 2px; background: var(--bb-navy); transition: .2s ease; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.dropdown-menu { border-radius: 16px; border-color: var(--bb-line); box-shadow: var(--bb-shadow); }
.dropdown-menu li a:hover { background: #edf8fd; color: var(--bb-blue-dark); }

.hero-v2 { min-height: 720px; position: relative; display: grid; align-items: center; overflow: hidden; background: var(--bb-navy); }
.hero-v2-media, .hero-v2-media img, .hero-v2-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-v2-media img { object-fit: cover; object-position: center 68%; }
.hero-v2-shade { background: linear-gradient(90deg, rgba(7, 25, 35, .94) 0%, rgba(9, 30, 42, .78) 50%, rgba(9, 30, 42, .42) 100%), linear-gradient(180deg, rgba(10, 31, 43, .05), rgba(10, 31, 43, .54)); }
.hero-v2-layout { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(330px, .65fr); gap: 80px; align-items: end; padding: 88px 0; }
.hero-v2-copy { max-width: 740px; }
.hero-kicker { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; color: var(--bb-sky); font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-kicker span { width: 38px; height: 2px; background: var(--bb-lime); }
.hero-v2 h1 { max-width: 760px; color: #fff; font-size: clamp(2.7rem, 5.4vw, 5.4rem); line-height: .98; }
.hero-v2 h1 em { display: block; color: var(--bb-sky); font-style: normal; }
.hero-v2-copy > p { max-width: 650px; margin-top: 24px; color: rgba(255, 255, 255, .78); font-size: clamp(1rem, 1.35vw, 1.14rem); line-height: 1.7; }
.hero-v2 .hero-ctas { justify-content: flex-start; margin: 34px 0 45px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 0; }
.hero-proof > div { min-width: 145px; padding: 0 26px; border-right: 1px solid rgba(255, 255, 255, .18); }
.hero-proof > div:first-child { padding-left: 0; }
.hero-proof > div:last-child { border: 0; }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { color: #fff; font: 800 1.45rem Bitter, Georgia, serif; }
.hero-proof span { margin-top: 4px; color: rgba(255, 255, 255, .64); font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hero-contact-card { padding: 28px; border: 1px solid rgba(255, 255, 255, .19); border-radius: 25px; background: rgba(255, 255, 255, .94); box-shadow: 0 28px 80px rgba(5, 19, 27, .35); backdrop-filter: blur(16px); }
.status-pill { display: inline-flex; align-items: center; gap: 8px; padding: 7px 11px; border-radius: 999px; color: #3e6b2c; background: #edf7e7; font-size: .7rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.status-pill i { width: 8px; height: 8px; border-radius: 50%; background: var(--bb-green); box-shadow: 0 0 0 5px rgba(117, 169, 71, .13); }
.hero-contact-card h2 { margin-top: 20px; font-size: 1.65rem; line-height: 1.16; }
.hero-contact-card > p { margin: 10px 0 22px; font-size: .9rem; }
.quick-action { display: flex; align-items: center; justify-content: space-between; min-height: 70px; margin-top: 10px; padding: 13px 15px; border: 1px solid var(--bb-line); border-radius: 15px; background: #fff; color: var(--bb-navy); font-size: .95rem; font-weight: 800; transition: .2s ease; }
.quick-action:hover { border-color: var(--bb-blue); transform: translateY(-2px); }
.quick-action span, .quick-action small { display: block; }
.quick-action small { margin-bottom: 3px; color: var(--bb-muted); font-size: .68rem; font-weight: 600; }
.quick-action b { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: #eff5f7; }
.quick-action-primary { color: #fff; border-color: var(--bb-blue); background: var(--bb-blue); }
.quick-action-primary small { color: rgba(255, 255, 255, .72); }
.quick-action-primary b { background: rgba(255, 255, 255, .16); }
.hero-card-note { margin-top: 16px; color: var(--bb-muted); font-size: .72rem; text-align: center; }

.eyebrow { margin-bottom: 15px; color: var(--bb-blue-dark); font-size: .72rem; letter-spacing: .16em; }
.eyebrow::before { width: 30px; background: var(--bb-green); }
.section-title-row { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: 80px; align-items: end; margin-bottom: 48px; }
.section-title-row h2, .about-v2-copy h2, .reviews-v2-head h2, .service-area-v2 h2, .quote-v2 h2 { max-width: 760px; font-size: clamp(2rem, 3.5vw, 3.35rem); line-height: 1.08; }
.section-title-row > p { padding-bottom: 5px; font-size: 1rem; }
.section-title-row.light h2 { color: #fff; }
.section-title-row.light p { color: rgba(255, 255, 255, .68); }
.section-title-row.light .eyebrow { color: var(--bb-sky); }

.service-finder { padding: 104px 0 92px; background: var(--bb-paper); }
.service-grid-v2 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-tile { min-height: 315px; position: relative; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--bb-line); border-radius: var(--bb-radius); background: #fff; overflow: hidden; transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.service-tile::after { content: ""; position: absolute; right: -52px; bottom: -64px; width: 150px; height: 150px; border-radius: 50%; background: radial-gradient(circle, rgba(22, 131, 196, .17), transparent 68%); }
.service-tile:hover { z-index: 2; transform: translateY(-7px); border-color: rgba(22, 131, 196, .35); box-shadow: var(--bb-shadow); }
.service-tile.featured { color: #fff; border-color: var(--bb-navy); background: linear-gradient(145deg, var(--bb-navy), #1d495f); }
.service-tile.featured h3, .service-tile.featured .tile-link { color: #fff; }
.service-tile.featured p, .service-tile.featured .service-number { color: rgba(255, 255, 255, .68); }
.service-number { position: absolute; right: 24px; top: 23px; color: #91a0a8; font-size: .72rem; font-weight: 800; }
.service-tile .service-icon { width: 56px; height: 56px; margin: 0 0 42px; border-radius: 17px; background: #eaf6fc; color: var(--bb-blue-dark); font-size: 1.8rem; }
.service-tile.featured .service-icon { background: rgba(255, 255, 255, .1); color: var(--bb-sky); }
.service-tile h3 { margin-bottom: 10px; font-size: 1.35rem; }
.service-tile p { margin-bottom: 24px; font-size: .9rem; line-height: 1.62; }
.tile-link { display: flex; align-items: center; justify-content: space-between; margin-top: auto; color: var(--bb-blue-dark); font-size: .78rem; font-weight: 800; }
.tile-link b { font-size: 1.15rem; transition: transform .2s ease; }
.service-tile:hover .tile-link b { transform: translateX(4px); }
.more-services { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 26px; padding-top: 26px; border-top: 1px solid var(--bb-line); }
.more-services span { margin-right: 6px; color: var(--bb-muted); font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.more-services a { padding: 9px 14px; border: 1px solid var(--bb-line); border-radius: 999px; background: #fff; color: var(--bb-navy); font-size: .78rem; font-weight: 700; }
.more-services a:hover { border-color: var(--bb-blue); color: var(--bb-blue-dark); }

.results-v2 { padding: 104px 0; background: var(--bb-navy); }
.ba-grid-v2 { gap: 30px; }
.ba-card { border-radius: var(--bb-radius); background: #fff; overflow: hidden; box-shadow: 0 18px 44px rgba(0, 0, 0, .18); }
.ba-card figure { margin: 0; }
.ba-slider { border-radius: 0; aspect-ratio: 16 / 11; box-shadow: none; }
.ba-range { height: 20px; border: 0; border-radius: 0; }
.ba-handle { width: 48px; height: 48px; color: var(--bb-blue-dark); font-size: 1.05rem; animation: none; }
.ba-divider { width: 2px; }
.ba-label { top: 15px; padding: 6px 10px; border-radius: 8px; background: rgba(9, 30, 42, .76); font-size: .62rem; }
.ba-caption { display: flex; align-items: center; justify-content: space-between; margin: 0; padding: 19px 22px 22px; text-align: left; }
.ba-caption span { color: var(--bb-blue-dark); font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.ba-caption h3 { margin-top: 5px; font-size: 1.06rem; }
.ba-caption a { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: #ecf7fc; color: var(--bb-blue-dark); font-size: 1.1rem; }

.about-v2 { padding: 112px 0; background: var(--bb-cream); }
.about-v2-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 90px; align-items: center; }
.about-v2-media { min-height: 600px; position: relative; border-radius: 28px; overflow: hidden; box-shadow: var(--bb-shadow); }
.about-v2-media video { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.about-v2-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(8, 29, 40, .63)); }
.about-badge { position: absolute; left: 24px; right: 24px; bottom: 24px; z-index: 2; display: flex; justify-content: space-between; gap: 18px; padding: 18px 20px; border: 1px solid rgba(255, 255, 255, .27); border-radius: 15px; background: rgba(16, 39, 54, .78); color: #fff; backdrop-filter: blur(12px); }
.about-badge strong { font-family: Bitter, Georgia, serif; }
.about-badge span { color: rgba(255, 255, 255, .7); font-size: .86rem; }
.about-v2-copy > p { margin: 24px 0 28px; font-size: 1.02rem; }
.check-list { display: grid; gap: 0; margin: 0 0 28px; }
.check-list li { display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 17px 0; border-top: 1px solid var(--bb-line); }
.check-list li > span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: #eaf4e4; color: #4f7c36; font-weight: 900; }
.check-list strong, .check-list small { display: block; }
.check-list strong { color: var(--bb-navy); }
.check-list small { margin-top: 4px; color: var(--bb-muted); font-size: .81rem; }

.reviews-v2 { padding: 106px 0; background: #fff; }
.reviews-v2-head { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 80px; align-items: end; margin-bottom: 46px; }
.rating-block { display: flex; align-items: center; gap: 16px; padding: 18px 23px; border: 1px solid var(--bb-line); border-radius: 18px; background: var(--bb-paper); }
.rating-block > span { color: var(--bb-navy); font: 800 2.3rem Bitter, Georgia, serif; }
.rating-block b, .rating-block small { display: block; }
.rating-block b { color: var(--bb-gold); letter-spacing: .05em; }
.rating-block small { margin-top: 3px; color: var(--bb-muted); font-size: .68rem; }
.reviews-grid-v2 { gap: 16px; }
.reviews-grid-v2 .review-card { min-height: 265px; display: flex; flex-direction: column; padding: 27px; border-radius: 20px; background: var(--bb-paper); }
.reviews-grid-v2 .review-card .stars { color: var(--bb-gold); letter-spacing: .1em; }
.reviews-grid-v2 .review-card p { margin-top: 18px; color: #3e5059; font-size: .96rem; line-height: 1.75; }
.reviews-grid-v2 .review-name { margin-top: auto; padding-top: 17px; border-top: 1px solid var(--bb-line); }

.service-area-v2 { padding: 88px 0; color: #fff; background: linear-gradient(135deg, #0d2736, #174b64); }
.service-area-v2-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: 80px; align-items: center; }
.service-area-v2 h2 { color: #fff; }
.service-area-v2 p { max-width: 610px; margin: 20px 0 24px; color: rgba(255, 255, 255, .7); }
.service-area-v2 .eyebrow, .service-area-v2 .text-link { color: var(--bb-sky); }
.area-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.area-list span { padding: 15px 17px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 12px; background: rgba(255, 255, 255, .06); font-size: .85rem; font-weight: 700; }

.quote-v2 { padding: 112px 0; background: var(--bb-cream); }
.quote-v2-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 86px; align-items: start; }
.quote-v2-intro { position: sticky; top: 130px; }
.quote-v2-intro > p { margin: 23px 0 30px; font-size: 1rem; }
.quote-contact-options { display: grid; gap: 10px; }
.quote-contact-options a { padding: 16px 18px; border: 1px solid var(--bb-line); border-radius: 14px; background: #fff; }
.quote-contact-options small, .quote-contact-options strong { display: block; }
.quote-contact-options small { margin-bottom: 4px; color: var(--bb-muted); font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; }
.quote-contact-options strong { color: var(--bb-navy); font-size: .92rem; word-break: break-word; }
.quote-form { padding: 34px; border: 1px solid var(--bb-line); border-radius: 26px; background: #fff; box-shadow: var(--bb-shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-grid label { display: grid; gap: 7px; }
.form-grid label.full { grid-column: 1 / -1; }
.form-grid label > span, .quote-form legend { color: var(--bb-navy); font-size: .78rem; font-weight: 800; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; min-height: 52px; padding: 13px 14px; border: 1px solid #ced9dc; border-radius: 11px; background: #fbfcfc; color: var(--bb-ink); font: inherit; font-size: .93rem; transition: border-color .2s ease, box-shadow .2s ease; }
.form-grid textarea { min-height: 132px; resize: vertical; line-height: 1.5; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--bb-blue); box-shadow: 0 0 0 4px rgba(22, 131, 196, .1); outline: 0; }
.form-grid [aria-invalid="true"] { border-color: #b83d34; background: #fff9f8; }
.quote-form fieldset { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 22px 0 0; padding: 0; border: 0; }
.quote-form legend { margin-bottom: 9px; }
.channel { display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: center; padding: 13px 14px; border: 1px solid var(--bb-line); border-radius: 12px; cursor: pointer; }
.channel:has(input:checked) { border-color: var(--bb-blue); background: #f0f9fd; box-shadow: 0 0 0 2px rgba(22, 131, 196, .08); }
.channel input { accent-color: var(--bb-blue); width: 17px; height: 17px; }
.channel b, .channel small { display: block; }
.channel b { color: var(--bb-navy); font-size: .82rem; }
.channel small { margin-top: 2px; color: var(--bb-muted); font-size: .67rem; }
.form-submit { width: 100%; justify-content: space-between; margin-top: 22px; }
.form-error { min-height: 0; margin-top: 12px; color: #a52d26; font-size: .82rem; font-weight: 700; }
.form-error:not(:empty) { padding: 10px 12px; border-radius: 9px; background: #fff0ef; }
.form-note { margin-top: 12px; font-size: .7rem; text-align: center; }

.footer-v2 { padding: 68px 0 28px; background: #091c27; }
.footer-v2-top { display: grid; grid-template-columns: auto 1fr auto; gap: 60px; align-items: center; padding-bottom: 40px; border-bottom: 1px solid rgba(255, 255, 255, .11); }
.footer-brand { display: flex; align-items: center; gap: 11px; }
.footer-brand img { width: 64px; height: 64px; object-fit: contain; filter: drop-shadow(0 8px 12px rgba(0, 0, 0, .35)); }
.footer-brand strong, .footer-brand small { display: block; color: #fff; }
.footer-brand strong { font: 800 1.12rem Bitter, Georgia, serif; }
.footer-brand small { margin-top: 2px; color: var(--bb-lime); font-size: .66rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-v2-top p { max-width: 500px; color: rgba(255, 255, 255, .6); font-size: .86rem; }
.footer-v2-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 70px; padding: 45px 0; }
.footer-v2-links > div { display: grid; align-content: start; gap: 10px; }
.footer-v2-links h3 { margin-bottom: 6px; color: #fff; font: 800 .72rem Inter, sans-serif; letter-spacing: .13em; text-transform: uppercase; }
.footer-v2-links a, .footer-v2-links span { color: rgba(255, 255, 255, .62); font-size: .83rem; }
.footer-v2-links a:hover { color: #fff; }
.footer-v2-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 25px; border-top: 1px solid rgba(255, 255, 255, .11); color: rgba(255, 255, 255, .43); font-size: .72rem; }
.mobile-action-bar { display: none; }

/* Inner pages: same brand system, better readability, all content visible without JS. */
body:not(.home-v2) .reveal { opacity: 1; transform: none; }
body:not(.home-v2) .page-hero { min-height: 500px; background: linear-gradient(90deg, rgba(6, 24, 35, .88), rgba(10, 35, 49, .58)), url('../images/pond-bank-clearing.jpg') center 58% / cover no-repeat; }
body:not(.home-v2) .page-hero-inner { max-width: 850px; padding: 110px 24px 90px; }
body:not(.home-v2) .page-hero h1 { font-size: clamp(2.25rem, 4.5vw, 4.25rem); line-height: 1.05; }
body:not(.home-v2) .page-hero .sub { max-width: 680px; font-size: 1.05rem; }
body:not(.home-v2) .page-hero-icon { width: 70px; height: 70px; border-radius: 22px; background: rgba(255, 255, 255, .11); }
.trust-strip { padding: 17px 0; background: var(--bb-blue-dark); }
.trust-strip .wrap { gap: 42px; }
.trust-item { font-size: .82rem; }
.trust-item svg { color: var(--bb-sky); }
.service-detail { padding: 100px 0; background: var(--bb-paper); }
.service-detail .wrap { gap: 72px; }
.service-detail h2 { font-size: clamp(1.9rem, 3vw, 2.6rem); }
.included-list { padding: 18px; border: 1px solid var(--bb-line); border-radius: 18px; background: #fff; }
.included-list li { padding: 7px 0; }
.included-list svg { color: var(--bb-green); }
.service-visual, .service-visual-icon { border-radius: 24px; }
.service-visual-icon { background: linear-gradient(145deg, var(--bb-navy), #1d5069); }
.mesh-banner { height: 360px; }
.mesh-banner::after { background: linear-gradient(90deg, rgba(8, 26, 36, .82), rgba(8, 26, 36, .55)); }
.faq { padding: 90px 0; background: var(--bb-cream); border: 0; }
.faq-item { padding: 5px 20px; border-radius: 15px; background: #fff; }
.faq-item summary { min-height: 64px; }
.related { padding: 96px 0; }
.related .service-card, body:not(.home-v2) .service-card { border-radius: 20px; }
.areas-grid { gap: 12px; }
.area-chip { padding: 18px; border-radius: 13px; background: #fff; }
.contact-section { padding: 96px 0; }
.contact-card, .contact-map { border-radius: 24px; }
.contact-row .ic { border-radius: 13px; background: #eaf6fc; color: var(--bb-blue-dark); }
body:not(.home-v2) .cta { padding: 110px 0; background: linear-gradient(90deg, rgba(7, 24, 34, .82), rgba(7, 24, 34, .61)), url('../images/striped-lawn.jpg') center 66% / cover no-repeat; background-attachment: scroll; }
body:not(.home-v2) footer { background: #091c27; }
body:not(.home-v2) .footer-logo img { background: transparent; }
.lightbox-close { border: 1px solid rgba(255, 255, 255, .2); background: rgba(255, 255, 255, .13); }

@media (max-width: 1060px) {
  .nav-phone { display: none; }
  .hero-v2-layout { grid-template-columns: minmax(0, 1fr) 330px; gap: 38px; }
  .hero-v2 h1 { font-size: clamp(2.65rem, 6vw, 4.7rem); }
  .service-grid-v2 { grid-template-columns: repeat(2, 1fr); }
  .about-v2-grid { gap: 55px; }
  .quote-v2-grid { gap: 55px; }
}

@media (max-width: 820px) {
  body { padding-bottom: 64px; }
  .utility-bar { display: none; }
  nav { min-height: 72px; width: min(100% - 28px, 1220px); }
  .logo img { width: 54px; height: 54px; }
  .logo-text .primary { font-size: 1.04rem; }
  .site-header-v2 .nav-cta > .btn, header .nav-cta > .btn { display: none; }
  .nav-toggle { display: flex; }
  .nav-links { display: none; position: absolute; left: 14px; right: 14px; top: calc(100% + 8px); flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border: 1px solid var(--bb-line); border-radius: 18px; background: #fff; box-shadow: var(--bb-shadow); }
  .nav-links.open { display: flex; }
  .nav-links > li { width: 100%; }
  .nav-links > li > a { min-height: 48px; padding: 12px 13px; border-radius: 10px; }
  .nav-links > li > a:hover { background: #edf7fb; }
  .nav-links > li > a::after { display: none; }
  .dropdown-menu { display: block; position: static; padding: 0 0 8px 14px; border: 0; box-shadow: none; }
  .hero-v2 { min-height: auto; }
  .hero-v2-shade { background: linear-gradient(180deg, rgba(6, 24, 35, .82), rgba(7, 27, 38, .94)); }
  .hero-v2-layout { grid-template-columns: 1fr; gap: 42px; padding: 72px 0 62px; }
  .hero-v2 h1 { font-size: clamp(2.55rem, 10vw, 4.2rem); }
  .hero-contact-card { max-width: 520px; }
  .section-title-row, .reviews-v2-head { grid-template-columns: 1fr; gap: 20px; }
  .service-finder, .results-v2, .about-v2, .reviews-v2, .quote-v2 { padding: 82px 0; }
  .about-v2-grid, .service-area-v2-grid, .quote-v2-grid { grid-template-columns: 1fr; gap: 42px; }
  .about-v2-media { min-height: 520px; }
  .quote-v2-intro { position: static; }
  .footer-v2-top { grid-template-columns: 1fr; gap: 24px; }
  .footer-v2-top .btn { justify-self: start; }
  .mobile-action-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 140; display: grid; grid-template-columns: .72fr .72fr 1.56fr; min-height: 64px; padding: 8px max(10px, env(safe-area-inset-right)) max(8px, env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left)); border-top: 1px solid var(--bb-line); background: rgba(255, 255, 255, .97); box-shadow: 0 -10px 30px rgba(11, 31, 43, .12); backdrop-filter: blur(12px); }
  .mobile-action-bar a { display: grid; place-items: center; color: var(--bb-navy); font-size: .8rem; font-weight: 800; }
  .mobile-action-bar a.primary { border-radius: 999px; color: #fff; background: var(--bb-blue); }
  body:not(.home-v2) .page-hero { min-height: 430px; }
}

@media (max-width: 620px) {
  .wrap { width: min(100% - 28px, 1220px); }
  .logo-text .secondary { font-size: .59rem; }
  .hero-v2-layout { padding: 58px 0 50px; }
  .hero-v2 h1 { font-size: clamp(2.25rem, 12vw, 3.6rem); }
  .hero-v2 .hero-ctas { display: grid; grid-template-columns: 1fr; width: 100%; }
  .hero-v2 .hero-ctas .btn { width: 100%; }
  .hero-proof { justify-content: space-between; }
  .hero-proof > div { min-width: 0; padding: 0 13px; }
  .hero-proof strong { font-size: 1.18rem; }
  .hero-proof span { font-size: .58rem; }
  .hero-contact-card { padding: 22px; }
  .section-title-row h2, .about-v2-copy h2, .reviews-v2-head h2, .service-area-v2 h2, .quote-v2 h2 { font-size: clamp(1.85rem, 9vw, 2.7rem); }
  .service-grid-v2 { grid-template-columns: 1fr; }
  .service-tile { min-height: 280px; }
  .ba-grid-v2 { grid-template-columns: 1fr; }
  .about-v2-media { min-height: 430px; }
  .about-badge { flex-direction: column; gap: 3px; }
  .reviews-grid-v2 { grid-template-columns: 1fr; }
  .rating-block { justify-self: start; }
  .area-list { grid-template-columns: 1fr; }
  .quote-form { padding: 23px 18px; border-radius: 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid label.full { grid-column: auto; }
  .quote-form fieldset { grid-template-columns: 1fr; }
  .footer-v2-links { grid-template-columns: 1fr 1fr; gap: 36px; }
  .footer-v2-links > div:last-child { grid-column: 1 / -1; }
  .footer-v2-bottom { flex-direction: column; }
  body:not(.home-v2) .page-hero-inner { padding: 90px 18px 68px; }
  .service-detail { padding: 74px 0; }
  .trust-strip .wrap { display: grid; gap: 12px; }
  .contact-card { padding: 24px 18px; }
}

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