:root {
  --ink: #090909;
  --sky: #e50916;
  --paper: #fffdf8;
  --cream: #f7f3ea;
  --line: #dedede;
  --night: #050505;
  --night-2: #151515;
  --electric: #e50916;
  --brand-red: #e50916;
  --brand-red-dark: #b9000c;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "DM Sans", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
.container-xl { max-width: 1280px; }
.section-space { padding: 120px 0; }
.eyebrow { margin-bottom: 20px; font-size: 12px; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }

/* Concept switcher */
.concept-bar { position: relative; z-index: 1100; height: 64px; color: #fff; background: #050505; border-bottom: 1px solid rgba(255,255,255,.12); }
.concept-label { display: flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 700; }
.concept-label i { width: 8px; height: 8px; background: var(--brand-red); border-radius: 50%; box-shadow: 0 0 0 5px rgba(229,9,22,.12); }
.concept-links { align-self: stretch; display: flex; }
.concept-links a { position: relative; min-width: 205px; display: flex; align-items: center; justify-content: center; color: #929292; font-size: 12px; transition: .2s ease; }
.concept-links a span { margin-right: 9px; color: #666; font-size: 9px; }
.concept-links a::after { position: absolute; right: 12px; bottom: 0; left: 12px; height: 2px; content: ""; }
.concept-links a:hover, .concept-links a.active { color: #fff; background: rgba(255,255,255,.05); }
.concept-links a.active span { color: var(--brand-red); }
.concept-links a.active::after { background: var(--brand-red); }
.concept-note { color: #777; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }

/* Shared */
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand-symbol { position: relative; width: 44px; height: 44px; display: grid; place-items: center; overflow: hidden; color: #fff; background: var(--ink); border-radius: 50%; font-size: 12px; font-weight: 700; }
.brand-symbol::after { position: absolute; right: -7px; bottom: -10px; width: 33px; height: 33px; content: ""; background: var(--brand-red); border-radius: 50%; opacity: .8; }
.brand-symbol { isolation: isolate; }
.brand-symbol::after { z-index: -1; }
.brand-text { display: grid; line-height: 1; }
.brand-text strong { font-size: 19px; letter-spacing: -.04em; }
.brand-text small { margin-top: 4px; color: #777; font-size: 8px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.brand-light .brand-symbol { color: var(--night); background: #fff; }
.brand-light .brand-text strong { color: #fff; }
.brand-light .brand-text small { color: #888; }
.logo-lockup { position: relative; width: 235px; height: 112px; flex: 0 0 auto; padding: 0; overflow: hidden; background: #fff; border: 1px solid rgba(0,0,0,.12); border-radius: 5px; box-shadow: 0 7px 22px rgba(0,0,0,.12); }
.brand-logo { position: static; width: 100%; height: 100%; max-width: 100%; display: block; object-fit: contain; }
.footer-logo { width: 255px; height: 122px; }
.footer-logo .brand-logo { width: 100%; height: 100%; }
.btn-main, .btn-electric { display: inline-flex; align-items: center; justify-content: center; gap: 25px; padding: 17px 22px; border: 0; border-radius: 2px; font-size: 13px; font-weight: 700; transition: .25s ease; }
.btn-main { color: #fff; background: var(--brand-red); box-shadow: 0 12px 30px rgba(229,9,22,.2); }
.btn-main:hover { color: #fff; background: var(--brand-red-dark); transform: translateY(-2px); }
.btn-electric { color: #fff; background: var(--brand-red); box-shadow: 0 15px 45px rgba(229,9,22,.2); }
.btn-electric:hover { color: #fff; background: #ff2633; transform: translateY(-2px); }
.btn-sm-main { gap: 16px; padding: 13px 17px; }

/* Concept 1 */
.theme-clear { color: var(--ink); background: var(--paper); }
.clear-navbar { top: 0; z-index: 1000; min-height: 122px; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(0,0,0,.1); backdrop-filter: blur(15px); }
.clear-navbar .nav-link { color: var(--ink); font-size: 13px; font-weight: 600; }
.clear-navbar .phone-link { padding-left: 25px !important; border-left: 1px solid var(--line); color: #555; }
.phone-link i { margin-right: 5px; color: var(--sky); }
.clear-hero { position: relative; padding-top: 92px; overflow: hidden; background: linear-gradient(125deg,#fff 0%,#f6f6f6 55%,#fff0f1 100%); }
.hero-glow { position: absolute; border-radius: 50%; }
.glow-one { top: -220px; left: -150px; width: 500px; height: 500px; background: radial-gradient(circle,rgba(229,9,22,.1),transparent 68%); }
.glow-two { right: -220px; bottom: -300px; width: 650px; height: 650px; background: radial-gradient(circle,rgba(229,9,22,.11),transparent 67%); }
.hero-copy { position: relative; z-index: 2; padding-bottom: 88px; }
.award-pill { width: max-content; display: flex; align-items: center; gap: 11px; margin-bottom: 42px; padding: 9px 14px 9px 9px; background: rgba(255,255,255,.86); border: 1px solid var(--line); border-radius: 99px; box-shadow: 0 8px 25px rgba(0,0,0,.07); }
.award-pill > i { width: 33px; height: 33px; display: grid; place-items: center; color: var(--brand-red); background: #ffe8ea; border-radius: 50%; }
.award-pill span { font-size: 9px; line-height: 1.35; letter-spacing: .06em; text-transform: uppercase; }
.award-pill strong { font-size: 10px; }
.theme-clear .eyebrow { color: var(--brand-red); }
.clear-hero h1 { margin-bottom: 25px; font-size: clamp(52px,6vw,87px); font-weight: 600; line-height: .94; letter-spacing: -.07em; }
.clear-hero h1 em, .night-hero h1 em, .night-quote h2 em { color: var(--brand-red); font-family: "Playfair Display", Georgia, serif; font-weight: 500; }
.lead-copy { max-width: 550px; margin-bottom: 35px; color: #5f5f5f; font-size: 17px; line-height: 1.75; }
.hero-buttons { display: flex; align-items: center; gap: 25px; }
.call-link { display: flex; align-items: center; gap: 10px; }
.call-link > span:first-child { width: 43px; height: 43px; display: grid; place-items: center; background: #fff; border: 1px solid var(--line); border-radius: 50%; }
.call-link > span:last-child { display: grid; }
.call-link small { color: #777; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.call-link strong { margin-top: 3px; font-size: 12px; }
.clear-hero-image { position: relative; height: 650px; margin-right: -95px; overflow: hidden; border-radius: 42% 0 0; box-shadow: -30px 35px 80px rgba(0,0,0,.15); }
.clear-hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: 66% center; filter: grayscale(1) contrast(1.02); }
.promise-badge { position: absolute; right: 80px; bottom: 43px; display: flex; align-items: center; gap: 12px; padding: 14px 18px; color: #fff; background: rgba(0,0,0,.87); border: 1px solid rgba(255,255,255,.17); border-radius: 10px; backdrop-filter: blur(12px); }
.promise-badge > span { width: 34px; height: 34px; display: grid; place-items: center; color: #fff; background: var(--brand-red); border-radius: 50%; }
.promise-badge p { display: grid; margin: 0; }
.promise-badge strong { font-size: 13px; }
.promise-badge small { color: #bbb; font-size: 10px; }
.sparkle { position: absolute; color: #fff; filter: drop-shadow(0 0 9px white); }
.sparkle.one { top: 18%; left: 44%; font-size: 28px; }
.sparkle.two { top: 32%; right: 14%; font-size: 15px; }
.proof-strip { position: relative; z-index: 3; color: #fff; background: var(--ink); border-top: 4px solid var(--brand-red); box-shadow: 0 20px 60px rgba(0,0,0,.2); }
.proof-item { min-height: 113px; display: flex; align-items: center; justify-content: center; gap: 15px; border-right: 1px solid rgba(255,255,255,.12); }
.proof-item strong { font-size: 31px; letter-spacing: -.06em; }
.proof-item span { color: #aaa; font-size: 10px; line-height: 1.5; letter-spacing: .05em; text-transform: uppercase; }
.section-heading { margin-bottom: 55px; }
.section-heading h2, .areas-section h2, .quote-section h2 { margin: 0; font-size: clamp(43px,5vw,66px); font-weight: 600; line-height: 1.02; letter-spacing: -.06em; }
.section-heading > div:last-child p { max-width: 470px; margin: 0 0 6px auto; color: #6b6b6b; font-size: 15px; line-height: 1.8; }
.service-card { position: relative; min-height: 390px; height: 100%; padding: 37px 32px; background: #fff; border: 1px solid #e3e3e3; transition: .3s ease; }
.service-card:hover { transform: translateY(-8px); border-color: #f0a4aa; box-shadow: 0 25px 65px rgba(0,0,0,.11); }
.service-card .number { position: absolute; top: 27px; right: 30px; color: #bbb; font-size: 10px; }
.service-icon { width: 64px; height: 64px; display: grid; place-items: center; margin-bottom: 77px; color: var(--brand-red); background: #fff0f1; border-radius: 50%; font-size: 25px; }
.service-card h3 { font-size: 21px; font-weight: 600; letter-spacing: -.04em; }
.service-card p { min-height: 68px; margin: 15px 0 23px; color: #707070; font-size: 13px; line-height: 1.7; }
.service-card a { display: inline-flex; align-items: center; gap: 12px; font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.water-section { padding-bottom: 120px; }
.water-panel { overflow: hidden; color: #fff; background: var(--ink); }
.water-art { position: relative; min-height: 510px; display: flex; align-items: flex-end; padding: 48px; overflow: hidden; background: linear-gradient(145deg,#2a2a2a,#050505 70%,#470006); }
.water-art::after { position: absolute; inset: 0; content: ""; background: linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px); background-size: 46px 46px; }
.water-art > p { position: relative; z-index: 2; margin: 0; font-family: Georgia,serif; font-size: 27px; }
.water-art > p strong { font-family: "DM Sans"; font-size: 15px; font-weight: 500; }
.water-rings { position: absolute; z-index: 2; top: 35px; left: 50%; width: 315px; height: 315px; transform: translateX(-50%); }
.water-rings span { position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }
.water-rings span:nth-child(2) { inset: 45px; }
.water-rings span:nth-child(3) { inset: 93px; }
.water-rings i { position: absolute; inset: 0; display: grid; place-items: center; color: var(--brand-red); font-size: 82px; filter: drop-shadow(0 10px 30px rgba(229,9,22,.35)); }
.water-copy { padding: 75px; }
.water-copy .eyebrow { color: #ff5a64; }
.water-copy h2 { font-size: clamp(39px,4vw,57px); font-weight: 600; line-height: 1.04; letter-spacing: -.06em; }
.water-copy > p:not(.eyebrow) { margin: 27px 0 34px; color: #bcbcbc; font-size: 15px; line-height: 1.8; }
.benefits > div { display: flex; align-items: center; gap: 10px; color: #e3e3e3; font-size: 12px; }
.benefits span { width: 25px; height: 25px; display: grid; place-items: center; color: #fff; background: var(--brand-red); border-radius: 50%; }
.areas-section { background: #f4f4f4; }
.section-copy { color: #686868; font-size: 15px; line-height: 1.8; }
.area-list { margin-top: 33px; border-top: 1px solid #d3d3d3; }
.area-list a { display: grid; gap: 4px; padding: 15px 0; border-bottom: 1px solid #d3d3d3; }
.area-list span { color: #666; font-size: 11px; }
.area-list span i { color: var(--sky); }
.area-list strong { padding-left: 19px; font-size: 12px; }
.testimonial-card { position: relative; max-width: 650px; margin-left: auto; padding: 60px 58px 36px; background: #fff; box-shadow: 0 30px 90px rgba(0,0,0,.12); }
.quote-mark { position: absolute; top: 15px; right: 36px; color: #f7dfe1; font-family: Georgia,serif; font-size: 120px; line-height: 1; }
.stars { color: #eab253; font-size: 14px; letter-spacing: .18em; }
.testimonial-card blockquote { position: relative; margin: 23px 0 30px; font-family: Georgia,serif; font-size: 25px; line-height: 1.5; }
.testimonial-card figcaption, .night-testimonial figcaption { display: flex; align-items: center; gap: 11px; }
.avatar { width: 43px; height: 43px; display: grid; place-items: center; color: #fff; background: var(--ink); border-radius: 50%; font-size: 10px; font-weight: 700; }
figcaption > span:nth-child(2) { display: grid; }
figcaption strong { font-size: 12px; }
figcaption small { color: #777; font-size: 10px; }
figcaption > i { color: var(--brand-red); }
.placeholder-label { display: block; margin-top: 28px; padding-top: 16px; color: #999; border-top: 1px solid #ededed; font-size: 8px; letter-spacing: .07em; text-transform: uppercase; }
.quote-section { padding: 115px 0; background: linear-gradient(135deg,#f3f3f3,#fff 60%,#fff0f1); }
.booking { display: flex; align-items: center; gap: 13px; margin-top: 30px; }
.booking > i { width: 11px; height: 11px; background: var(--brand-red); border-radius: 50%; box-shadow: 0 0 0 8px rgba(229,9,22,.12); }
.booking > span { display: grid; }
.booking strong { font-size: 12px; }
.booking small { color: #777; font-size: 10px; }
.quote-form { padding: 41px; background: rgba(255,255,255,.93); border: 1px solid #ddd; box-shadow: 0 26px 80px rgba(0,0,0,.13); }
.quote-form label { margin-bottom: 7px; color: #5f5f5f; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.quote-form .form-control, .quote-form .form-select { min-height: 51px; color: var(--ink); background-color: #fafafa; border: 1px solid #dedede; border-radius: 1px; font-size: 13px; }
.quote-form textarea.form-control { min-height: 90px; }
.quote-form .form-control:focus, .quote-form .form-select:focus { background: #fff; border-color: var(--brand-red); box-shadow: 0 0 0 3px rgba(229,9,22,.12); }
.form-submit { display: flex; align-items: center; gap: 20px; padding-top: 12px; }
.form-submit small { color: #777; font-size: 9px; }
.form-submit small i { margin-right: 5px; color: var(--brand-red); }
.site-footer { padding: 72px 0 23px; color: #fff; background: #080808; border-top: 4px solid var(--brand-red); }
.footer-main { padding-bottom: 53px; }
.footer-main > div:first-child p { max-width: 360px; margin: 21px 0 0; color: #888; font-size: 12px; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-links > strong { margin-bottom: 6px; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.footer-links a, .footer-links span { color: #999; font-size: 11px; }
.footer-links .footer-phone { color: #fff; font-size: 14px; }
.footer-links .footer-cta { color: var(--brand-red); border-bottom: 1px solid rgba(229,9,22,.4); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; color: #777; border-top: 1px solid rgba(255,255,255,.08); font-size: 8px; letter-spacing: .07em; text-transform: uppercase; }

/* Concept 2 */
.theme-night { color: #f7f7f7; background: var(--night); }
.night-hero { position: relative; min-height: calc(100vh - 64px); overflow: hidden; background: #030303; }
.night-photo { position: absolute; inset: 0; background-image: linear-gradient(90deg,rgba(0,0,0,.08),rgba(0,0,0,.12) 42%,rgba(0,0,0,.7) 65%,rgba(0,0,0,.98)),url("../images/hero-night.png"); background-position: 50% center; background-size: cover; filter: grayscale(1) contrast(1.08); }
.night-grid { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(229,9,22,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(229,9,22,.12) 1px,transparent 1px); background-size: 78px 78px; mask-image: linear-gradient(90deg,transparent 30%,#000); }
.night-navbar { position: relative; z-index: 3; min-height: 122px; border-bottom: 1px solid rgba(255,255,255,.11); }
.night-navbar .nav-link { color: #d2d2d2; font-size: 12px; font-weight: 600; }
.night-navbar .phone-link { padding-left: 25px !important; border-left: 1px solid rgba(255,255,255,.14); color: #fff; }
.night-navbar .phone-link i { color: var(--electric); }
.night-hero-content { z-index: 2; padding-top: 80px; padding-bottom: 110px; }
.night-kicker { display: flex; justify-content: space-between; margin-bottom: 32px; padding-bottom: 12px; color: #aaa; border-bottom: 1px solid rgba(255,255,255,.15); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.night-kicker span:last-child { color: var(--electric); }
.night-hero h1 { margin-bottom: 28px; font-size: clamp(64px,7.7vw,111px); font-weight: 600; line-height: .79; letter-spacing: -.075em; }
.night-hero h1 em { color: var(--electric); }
.night-hero-content .col-xl-6 > p { max-width: 530px; color: #b9b9b9; font-size: 17px; line-height: 1.75; }
.night-actions { display: flex; align-items: center; gap: 27px; margin-top: 32px; }
.watch-link { display: flex; align-items: center; gap: 10px; color: #ddd; font-size: 11px; }
.watch-link > span { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; }
.night-promise { display: flex; align-items: center; gap: 12px; margin-top: 42px; }
.night-promise > span { width: 38px; height: 38px; display: grid; place-items: center; color: var(--brand-red); background: rgba(229,9,22,.12); border: 1px solid rgba(229,9,22,.35); border-radius: 50%; }
.night-promise p { display: grid; margin: 0; }
.night-promise small { color: #888; font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.night-promise strong { font-size: 11px; }
.night-proof { background: #0d0d0d; border-top: 1px solid rgba(255,255,255,.07); border-bottom: 1px solid rgba(255,255,255,.07); }
.night-proof .row > div { min-height: 115px; display: flex; align-items: center; justify-content: center; gap: 14px; border-right: 1px solid rgba(255,255,255,.07); }
.night-proof i { color: var(--electric); font-size: 23px; }
.night-proof span { display: grid; }
.night-proof strong { font-size: 12px; }
.night-proof small { color: #888; font-size: 9px; text-transform: uppercase; }
.theme-night .eyebrow { color: var(--electric); }
.night-services { background: var(--night); }
.night-section-heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 60px; }
.night-section-heading h2, .area-heading h2, .night-quote h2 { margin: 0; font-size: clamp(38px,4.5vw,58px); font-weight: 600; line-height: 1; letter-spacing: -.055em; }
.night-section-heading h2 span, .tech-copy h2 span { color: #777; }
.night-section-heading > p { max-width: 430px; color: #999; font-size: 14px; line-height: 1.8; }
.night-bento { min-height: 640px; display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: 1fr 1fr; gap: 16px; }
.night-card { position: relative; display: flex; flex-direction: column; justify-content: space-between; padding: 34px; overflow: hidden; background: #141414; border: 1px solid rgba(255,255,255,.08); transition: .3s ease; }
.night-card::after { position: absolute; right: -120px; bottom: -180px; width: 430px; height: 430px; content: ""; background: radial-gradient(circle,rgba(229,9,22,.17),transparent 68%); transition: .3s ease; }
.night-card:hover { transform: translateY(-5px); border-color: rgba(229,9,22,.45); }
.night-card.featured { grid-row: 1/3; min-height: 640px; background: linear-gradient(155deg,#1b1b1b,#080808); }
.card-head, .night-card > div:last-child { position: relative; z-index: 2; }
.card-head { display: flex; justify-content: space-between; color: #888; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.card-head i { color: var(--electric); font-size: 27px; }
.night-card h3 { font-size: 33px; font-weight: 600; line-height: 1.01; letter-spacing: -.055em; }
.night-card.featured h3 { font-size: clamp(40px,4vw,53px); }
.night-card p { color: #999; font-size: 13px; line-height: 1.75; }
.night-card a { display: inline-flex; align-items: center; gap: 10px; margin-top: 16px; padding-bottom: 5px; color: var(--brand-red); border-bottom: 1px solid rgba(229,9,22,.4); font-size: 9px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.night-technology { padding: 135px 0; color: #111; background: #f3f3f3; }
.tech-art { position: relative; min-height: 560px; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(0,0,0,.14); border-radius: 50%; }
.orbit.one { width: 505px; height: 505px; }
.orbit.two { width: 350px; height: 350px; border-color: rgba(229,9,22,.23); }
.drop { position: relative; z-index: 2; width: 210px; height: 265px; display: grid; place-items: center; color: #fff; filter: drop-shadow(0 35px 40px rgba(229,9,22,.2)); }
.drop > i { position: absolute; color: var(--brand-red); font-size: 238px; line-height: 1; }
.drop b { position: relative; z-index: 2; display: grid; place-items: center; margin-top: 30px; font-size: 72px; letter-spacing: -.08em; }
.drop small { margin-top: -11px; font-size: 10px; letter-spacing: .2em; }
.tech-label { position: absolute; z-index: 3; padding: 12px 15px; background: #fff; border: 1px solid #ddd; box-shadow: 0 13px 35px rgba(0,0,0,.1); font-size: 10px; font-weight: 600; }
.tech-label i { margin-right: 6px; color: var(--brand-red); }
.label-one { top: 20%; left: 2%; }
.label-two { top: 47%; right: 0; }
.label-three { bottom: 14%; left: 8%; }
.tech-copy .eyebrow { color: var(--brand-red); }
.tech-copy h2 { font-size: clamp(45px,5.3vw,70px); font-weight: 600; line-height: 1; letter-spacing: -.065em; }
.tech-copy > p:not(.eyebrow) { margin: 27px 0 34px; color: #666; font-size: 15px; line-height: 1.85; }
.tech-steps { border-top: 1px solid #d2d2d2; }
.tech-steps > div { display: flex; align-items: center; gap: 22px; padding: 17px 0; border-bottom: 1px solid #d2d2d2; }
.tech-steps > div > span { color: var(--brand-red); font-size: 10px; }
.tech-steps p { display: grid; margin: 0; }
.tech-steps strong { font-size: 13px; }
.tech-steps small { color: #777; font-size: 11px; }
.night-areas { background: #080808; }
.area-heading { margin-bottom: 62px; }
.area-heading > div:last-child p { color: #999; font-size: 14px; line-height: 1.8; }
.night-area-list { border-top: 1px solid rgba(255,255,255,.11); }
.night-area-list a { display: grid; grid-template-columns: 65px 1fr 170px 30px; align-items: center; min-height: 91px; border-bottom: 1px solid rgba(255,255,255,.11); transition: .25s ease; }
.night-area-list a:hover { padding: 0 15px; background: rgba(229,9,22,.07); }
.night-area-list a > span { color: #777; font-size: 9px; }
.night-area-list a > strong { font-size: 14px; }
.night-area-list a > b { color: #aaa; font-size: 12px; font-weight: 500; }
.night-area-list a > i { color: var(--electric); }
.night-testimonial { position: relative; display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin: 100px 0 0; padding: 48px 53px; background: #151515; border: 1px solid rgba(255,255,255,.09); }
.night-testimonial blockquote { max-width: 720px; margin: 16px 0 0; font-family: Georgia,serif; font-size: 26px; line-height: 1.45; }
.night-testimonial .avatar { color: #fff; background: var(--brand-red); }
.night-testimonial .placeholder-label { position: absolute; right: 16px; bottom: 8px; margin: 0; padding: 0; border: 0; color: #777; }
.night-quote { position: relative; padding: 125px 0; overflow: hidden; background: linear-gradient(135deg,#161616,#050505); }
.quote-glow { position: absolute; top: -300px; left: -250px; width: 750px; height: 750px; background: radial-gradient(circle,rgba(229,9,22,.17),transparent 68%); }
.night-quote h2 em { color: var(--electric); }
.night-quote .col-lg-5 > p:not(.eyebrow) { color: #999; line-height: 1.8; }
.big-phone { display: grid; width: max-content; margin-top: 34px; }
.big-phone small { color: #888; font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }
.big-phone span { margin-top: 5px; font-size: 21px; }
.big-phone i { margin-left: 7px; color: var(--electric); font-size: 13px; }
.quote-form-dark { background: rgba(12,12,12,.9); border-color: rgba(255,255,255,.12); box-shadow: 0 30px 90px rgba(0,0,0,.25); }
.quote-form-dark label { color: #aaa; }
.quote-form-dark .form-control, .quote-form-dark .form-select { color: #fff; color-scheme: dark; background-color: rgba(0,0,0,.7); border-color: rgba(255,255,255,.12); }
.quote-form-dark .form-control::placeholder { color: #777; }
.quote-form-dark .form-submit small { color: #888; }
.quote-form-dark .form-submit small i { color: var(--electric); }
.night-footer { padding: 63px 0 22px; background: #030303; border-top: 1px solid rgba(255,255,255,.06); }
.footer-top { display: flex; align-items: center; gap: 27px; padding-bottom: 43px; }
.footer-top > p { max-width: 320px; margin: 0; color: #888; font-size: 11px; }
.social-links { display: flex; gap: 7px; margin-left: auto; }
.social-links a { width: 37px; height: 37px; display: grid; place-items: center; color: #aaa; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.night-footer .footer-bottom { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.night-footer .footer-bottom nav { display: flex; gap: 24px; color: #999; }
.night-footer .footer-bottom > span:last-child { text-align: right; }

/* Client palette: red, black, white and neutral grays */
.concept-bar { background: #050505; border-top: 3px solid var(--brand-red); }
.service-card a, .footer-cta { color: var(--brand-red) !important; }
.clear-navbar .btn-main { color: #fff; }
.water-panel { border-top: 5px solid var(--brand-red); }
.water-copy .eyebrow { color: #ff5a64; }
.quote-section { background: linear-gradient(135deg,#f4f4f4,#fff 58%,#fff0f1); }
.night-navbar { min-height: 104px; background: linear-gradient(180deg,rgba(0,0,0,.4),transparent); }
.night-kicker span:last-child { color: var(--brand-red); }
.night-proof { background: #0d0d0d; border-top: 4px solid var(--brand-red); }
.night-services { background: #050505; }
.night-card { background: #131313; }
.night-card.featured { background: linear-gradient(155deg,#171717,#080808); }
.night-card a { color: var(--brand-red); border-bottom-color: rgba(229,9,22,.42); }
.night-card:hover { border-color: rgba(229,9,22,.5); }
.night-areas { background: #080808; }
.night-area-list a:hover { background: linear-gradient(90deg,rgba(229,9,22,.1),rgba(255,255,255,.02)); }
.night-testimonial { background: #151515; border-left: 4px solid var(--brand-red); }
.night-quote { background: linear-gradient(135deg,#111,#050505); }
.night-footer { background: #030303; border-top: 4px solid var(--brand-red); }
.social-links a:hover { color: #fff; background: var(--brand-red); border-color: var(--brand-red); }

/* Original homepage content components */
.about-section { background: #fff; }
.about-section h2 { margin-bottom: 30px; font-size: clamp(45px,5vw,68px); font-weight: 600; line-height: 1; letter-spacing: -.06em; }
.about-service-list { display: grid; gap: 0; margin-top: 38px; border-top: 1px solid #ddd; }
.about-service-list span { display: flex; align-items: center; gap: 12px; padding: 17px 0; color: #555; border-bottom: 1px solid #ddd; font-size: 12px; }
.about-service-list i { width: 34px; height: 34px; display: grid; place-items: center; color: #fff; background: var(--brand-red); border-radius: 50%; }
.about-copy-card { padding: 52px; background: #f5f5f5; border-left: 5px solid var(--brand-red); box-shadow: 0 25px 70px rgba(0,0,0,.09); }
.about-copy-card p { color: #5f5f5f; font-size: 14px; line-height: 1.85; }
.about-copy-card blockquote { margin: 26px 0; color: var(--brand-red); font-family: "Playfair Display",Georgia,serif; font-size: 30px; line-height: 1.35; }
.about-copy-card .btn-main { margin-top: 12px; }

.expert-section { padding: 120px 0; color: #fff; background: #111; }
.expert-heading { max-width: 900px; margin: 0 auto 55px; }
.expert-heading h2, .reviews-heading h2, .quote-title h2 { margin: 0; font-size: clamp(43px,5vw,66px); font-weight: 600; line-height: 1.05; letter-spacing: -.055em; }
.expert-grid { margin-bottom: 32px; }
.expert-card { position: relative; height: 100%; min-height: 255px; margin: 0; padding: 42px 34px 32px; color: #ddd; background: #1b1b1b; border: 1px solid rgba(255,255,255,.1); }
.expert-card > i { display: block; margin-bottom: 18px; color: var(--brand-red); font-size: 34px; }
.expert-card p { margin: 0; font-family: Georgia,serif; font-size: 15px; line-height: 1.75; }
.why-water-panel { display: grid; grid-template-columns: 150px 1fr; align-items: center; gap: 42px; margin-top: 38px; padding: 45px 52px; color: #111; background: #fff; border-top: 5px solid var(--brand-red); }
.water-symbol { width: 125px; height: 125px; display: grid; place-items: center; color: var(--brand-red); background: #fff0f1; border-radius: 50%; font-size: 58px; }
.why-water-panel .eyebrow { margin-bottom: 10px; color: var(--brand-red); }
.why-water-panel h3 { margin-bottom: 14px; font-size: 30px; letter-spacing: -.04em; }
.why-water-panel p:last-child { max-width: 850px; margin: 0; color: #666; font-size: 14px; line-height: 1.8; }

.reviews-section { background: #f3f3f3; }
.reviews-heading { margin-bottom: 52px; }
.review-card { height: 100%; min-height: 340px; display: flex; align-items: center; flex-direction: column; padding: 38px 30px; text-align: center; background: #fff; border-bottom: 4px solid var(--brand-red); box-shadow: 0 22px 60px rgba(0,0,0,.1); }
.review-avatar { width: 72px; height: 72px; display: grid; place-items: center; margin-bottom: 19px; color: #aaa; background: #f0f0f0; border-radius: 50%; font-size: 29px; }
.review-card .stars { margin-bottom: 15px; color: var(--brand-red); font-size: 11px; }
.review-card h3 { font-size: 16px; }
.review-card blockquote { min-height: 75px; margin: 13px 0 25px; color: #555; font-family: Georgia,serif; font-size: 14px; line-height: 1.6; }
.review-card small { margin-top: auto; color: #888; font-size: 9px; }

.quote-title { margin-bottom: 55px; }
.quote-section .quote-title .eyebrow { color: var(--brand-red); }
.quote-form textarea.form-control { min-height: 125px; }
.contact-card { padding: 42px; background: #111; color: #fff; border-top: 5px solid var(--brand-red); box-shadow: 0 25px 70px rgba(0,0,0,.13); }
.contact-card h3 { margin-bottom: 28px; font-size: 25px; }
.contact-label { margin: 0 0 12px; color: #999; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.contact-row { display: grid; gap: 5px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.contact-row span { color: #bbb; font-size: 11px; }
.contact-row a { width: max-content; color: #ff5963; font-size: 12px; font-weight: 700; }
.hours-label { margin-top: 31px; }
.hours-grid { display: grid; grid-template-columns: 45px 1fr; gap: 7px 12px; }
.hours-grid span { color: #aaa; font-size: 10px; }
.hours-grid b { color: #ddd; font-size: 10px; font-weight: 500; }

.night-about { background: #050505; }
.night-about-aside { height: 100%; min-height: 475px; display: flex; align-items: flex-start; flex-direction: column; padding: 38px; background: linear-gradient(150deg,#1c1c1c,#0a0a0a); border-top: 5px solid var(--brand-red); }
.night-about-aside > i { margin-bottom: 65px; color: var(--brand-red); font-size: 48px; }
.night-about-aside h3 { margin-bottom: 28px; font-size: 28px; }
.night-about-aside > span { padding: 9px 0; color: #aaa; font-size: 11px; }
.night-about-aside > a { margin-top: auto; color: var(--brand-red); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.dark-copy-card { height: 100%; color: #fff; background: #151515; box-shadow: none; }
.dark-copy-card p { color: #bbb; }
.night-expert-section { color: #111; background: #f3f3f3; }
.night-expert-section .eyebrow { color: var(--brand-red); }
.night-expert-card { color: #333; background: #fff; border-color: #ddd; box-shadow: 0 20px 50px rgba(0,0,0,.08); }
.night-why-panel { color: #fff; background: #111; }
.night-why-panel p:last-child { color: #bbb; }
.night-reviews-section { background: #090909; }
.night-reviews-section .reviews-heading h2 { color: #fff; }
.dark-review-card { color: #fff; background: #171717; box-shadow: none; }
.dark-review-card .review-avatar { color: #777; background: #252525; }
.dark-review-card blockquote { color: #bbb; }
.night-quote .quote-title { margin-bottom: 55px; }
.dark-contact-card { background: #151515; border: 1px solid rgba(255,255,255,.1); border-top: 5px solid var(--brand-red); }

/* Form toast */
.toast-message { position: fixed; z-index: 1600; right: 24px; bottom: 24px; min-width: 345px; display: flex; align-items: center; gap: 12px; padding: 14px; color: var(--ink); background: #fff; border: 1px solid #ddd; box-shadow: 0 20px 60px rgba(0,0,0,.2); opacity: 0; pointer-events: none; transform: translateY(20px); transition: .3s ease; }
.toast-message.show { opacity: 1; pointer-events: auto; transform: translateY(0); }
.toast-message.toast-dark { color: #fff; background: #111; border-color: rgba(255,255,255,.14); }
.toast-message > span { width: 36px; height: 36px; display: grid; place-items: center; color: #fff; background: var(--brand-red); border-radius: 50%; }
.toast-message p { display: grid; flex: 1; margin: 0; }
.toast-message strong { font-size: 12px; }
.toast-message small { color: #777; font-size: 9px; }
.toast-message button { color: inherit; background: transparent; border: 0; opacity: .5; }

@media (max-width: 991px) {
  .section-space { padding: 88px 0; }
  .concept-note { display: none; }
  .concept-links { margin-left: auto; }
  .navbar-collapse { margin-top: 14px; padding: 12px; background: #fff; border: 1px solid var(--line); box-shadow: 0 22px 55px rgba(0,0,0,.18); }
  .navbar-collapse .nav-link { padding: 12px !important; color: var(--ink) !important; border-bottom: 1px solid #ededed; }
  .navbar-collapse .phone-link { border-left: 0; }
  .navbar-collapse .btn-main, .navbar-collapse .btn-electric { width: 100%; margin-top: 8px; }
  .clear-hero { padding-top: 70px; }
  .hero-copy { padding-bottom: 20px; }
  .clear-hero-image { height: 530px; margin-right: 0; }
  .proof-strip { margin-top: 28px; }
  .section-heading > div:last-child p { margin: 24px 0 0; }
  .water-section { padding-bottom: 88px; }
  .water-art { min-height: 400px; }
  .testimonial-card { margin-top: 15px; }
  .night-hero { min-height: 900px; }
  .night-photo { background-image: linear-gradient(0deg,rgba(0,0,0,.97),rgba(0,0,0,.63) 48%,rgba(0,0,0,.12)),url("../images/hero-night.png"); background-position: 38% center; }
  .night-hero-content { padding-top: 330px; }
  .night-hero-content .row { justify-content: flex-start !important; }
  .night-section-heading { align-items: flex-start; flex-direction: column; gap: 24px; }
  .night-bento { min-height: auto; grid-template-columns: 1fr; grid-template-rows: auto; }
  .night-card.featured { grid-row: auto; min-height: 500px; }
  .night-card:not(.featured) { min-height: 350px; }
  .night-technology { padding: 90px 0; }
  .night-testimonial { align-items: flex-start; flex-direction: column; }
  .night-footer .footer-bottom { grid-template-columns: 1fr 1fr; gap: 20px; }
  .night-footer .footer-bottom nav { grid-column: 1/3; grid-row: 1; }
  .about-copy-card { padding: 40px; }
  .why-water-panel { grid-template-columns: 110px 1fr; gap: 28px; padding: 38px; }
  .water-symbol { width: 100px; height: 100px; font-size: 45px; }
  .contact-card { margin-top: 5px; }
}

@media (max-width: 767px) {
  .concept-bar { height: 66px; }
  .concept-label { font-size: 0; }
  .concept-links { flex: 1; }
  .concept-links a { min-width: 0; flex: 1; font-size: 10px; text-align: center; }
  .concept-links a span { display: none; }
  .brand-symbol { width: 39px; height: 39px; }
  .logo-lockup { width: 190px; height: 91px; }
  .brand-logo { width: 100%; height: 100%; }
  .footer-logo { width: 220px; height: 105px; }
  .footer-logo .brand-logo { width: 100%; height: 100%; }
  .clear-navbar { min-height: 100px; }
  .clear-hero { padding-top: 52px; }
  .award-pill { margin-bottom: 28px; }
  .clear-hero h1 { font-size: 53px; }
  .lead-copy { font-size: 15px; }
  .hero-buttons, .night-actions { align-items: stretch; flex-direction: column; }
  .btn-main, .btn-electric { width: 100%; }
  .call-link, .watch-link { justify-content: center; }
  .clear-hero-image { height: 400px; margin: 15px -12px 0 18px; border-radius: 32% 0 0; }
  .promise-badge { right: 17px; bottom: 19px; }
  .proof-strip { margin-right: -12px; margin-left: -12px; }
  .proof-item { min-height: 94px; justify-content: flex-start; padding-left: 20px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .proof-item:nth-child(2) { border-right: 0; }
  .proof-item strong { font-size: 25px; }
  .section-heading h2, .areas-section h2, .quote-section h2 { font-size: 43px; }
  .service-card { min-height: 340px; }
  .service-icon { margin-bottom: 53px; }
  .water-art { min-height: 340px; padding: 34px; }
  .water-rings { width: 250px; height: 250px; }
  .water-copy { padding: 53px 26px; }
  .testimonial-card { padding: 47px 26px 28px; }
  .testimonial-card blockquote { font-size: 21px; }
  .quote-form { padding: 27px 19px; }
  .form-submit { align-items: stretch; flex-direction: column; }
  .footer-bottom { gap: 20px; }
  .night-hero { min-height: 850px; }
  .night-navbar { min-height: 100px; }
  .night-hero-content { padding-top: 280px; }
  .night-hero h1 { font-size: 63px; }
  .night-proof .row > div { min-height: 93px; justify-content: flex-start; padding-left: 19px; }
  .night-proof .row > div:nth-child(2) { border-right: 0; }
  .night-section-heading h2, .area-heading h2, .night-quote h2 { font-size: 48px; }
  .night-card { padding: 27px; }
  .night-card.featured { min-height: 430px; }
  .night-card:not(.featured) { min-height: 320px; }
  .night-card h3, .night-card.featured h3 { font-size: 32px; }
  .tech-art { min-height: 410px; margin: -30px; transform: scale(.82); }
  .tech-copy h2 { font-size: 45px; }
  .night-area-list a { grid-template-columns: 35px 1fr 24px; padding: 18px 0; }
  .night-area-list a > b { grid-column: 2; margin-top: 4px; }
  .night-area-list a > i { grid-column: 3; grid-row: 1/3; }
  .night-testimonial { margin-top: 68px; padding: 34px 26px; }
  .night-testimonial blockquote { font-size: 21px; }
  .night-quote { padding: 92px 0; }
  .footer-top { align-items: flex-start; flex-direction: column; }
  .social-links { margin-left: 0; }
  .night-footer .footer-bottom { display: flex; align-items: flex-start; flex-direction: column; }
  .night-footer .footer-bottom nav { flex-wrap: wrap; gap: 15px; }
  .night-footer .footer-bottom > span:last-child { text-align: left; }
  .toast-message { right: 12px; bottom: 12px; left: 12px; min-width: 0; }
  .about-section h2 { font-size: 44px; }
  .about-copy-card { padding: 30px 23px; }
  .about-copy-card blockquote { font-size: 25px; }
  .expert-section { padding: 88px 0; }
  .expert-heading h2, .reviews-heading h2, .quote-title h2 { font-size: 41px; }
  .expert-card { min-height: 0; }
  .why-water-panel { grid-template-columns: 1fr; padding: 30px 24px; }
  .water-symbol { width: 86px; height: 86px; font-size: 39px; }
  .review-card { min-height: 310px; }
  .contact-card { padding: 30px 23px; }
  .night-about-aside { min-height: 400px; }
}

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

/* Final multi-page build — approved Concept 2 system */
body.final-site { min-width: 320px; overflow-x: hidden; color: #f7f7f7; background: #050505; }
.final-site .site-navbar { position: relative; z-index: 20; }
.final-site .site-navbar .logo-lockup { width: 235px; height: 112px; margin-bottom: 0; }
.final-site .dropdown-menu { min-width: 230px; padding: 9px; background: #111; border: 1px solid rgba(255,255,255,.12); border-top: 3px solid var(--brand-red); border-radius: 0; box-shadow: 0 24px 65px rgba(0,0,0,.35); }
.final-site .dropdown-item { padding: 11px 12px; color: #c8c8c8; font-size: 12px; }
.final-site .dropdown-item:hover, .final-site .dropdown-item:focus { color: #fff; background: rgba(229,9,22,.14); }
.final-site .night-hero h1 { max-width: 760px; font-size: clamp(46px,5.6vw,82px); line-height: .9; }
.final-site .home-hero .night-photo { filter: grayscale(1) contrast(1.08); }
.final-site .ai-overview { max-width: 760px; margin-top: 28px; color: #c4c4c4; font-size: 16px; line-height: 1.75; }
.final-site .ai-overview p { margin: 0; }
.final-site .ai-overview a { color: #fff; border-bottom: 1px solid var(--brand-red); }
.final-site .night-proof { position: relative; z-index: 5; }

.homepage-services { background: #050505; }
.compact-bento { min-height: 610px; }
.compact-bento .night-card { color: #fff; }
.compact-bento .night-card:hover { color: #fff; }
.compact-bento .night-card .card-head { display: flex; align-items: center; justify-content: space-between; color: #777; font-size: 11px; }
.compact-bento .night-card .card-head i { color: var(--brand-red); font-size: 34px; }
.compact-bento .card-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 16px; padding-bottom: 5px; color: var(--brand-red); border-bottom: 1px solid rgba(229,9,22,.4); font-size: 9px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.home-summary-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 80px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.12); }
.home-summary-grid article { min-height: 420px; padding: clamp(38px,5vw,68px); background: #0d0d0d; }
.home-summary-grid article:last-child { background: linear-gradient(145deg,#171717,#080808); }
.home-summary-grid h2 { max-width: 480px; margin-bottom: 26px; font-size: clamp(34px,4vw,50px); line-height: 1; letter-spacing: -.055em; }
.home-summary-grid p:not(.eyebrow) { max-width: 570px; color: #aaa; font-size: 14px; line-height: 1.85; }
.home-summary-grid a { display: inline-flex; align-items: center; gap: 10px; margin-top: 22px; color: #fff; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.home-summary-grid a i { color: var(--brand-red); }
.home-quote .quote-title > p:last-child { max-width: 620px; margin: 18px auto 0; color: #999; }

.inner-hero { position: relative; min-height: 760px; overflow: hidden; background: #030303; }
.inner-hero::before { position: absolute; inset: 0; content: ""; background-image: var(--page-image); background-position: center; background-size: cover; filter: grayscale(.78) contrast(1.08); transform: scale(1.01); }
.inner-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(0,0,0,.98) 0%,rgba(0,0,0,.88) 42%,rgba(0,0,0,.56) 72%,rgba(0,0,0,.7) 100%),linear-gradient(0deg,rgba(0,0,0,.56),transparent 55%); }
.kind-commercial .inner-hero::before { background-position: center 46%; }
.kind-exterior .inner-hero::before { background-position: center 54%; }
.kind-residential .inner-hero::before { background-position: center 52%; }
.inner-hero .night-grid { z-index: 1; }
.inner-hero-content { position: relative; z-index: 3; padding-top: 90px; padding-bottom: 105px; }
.breadcrumb-nav { display: flex; align-items: center; gap: 10px; margin-bottom: 50px; color: #858585; font-size: 10px; text-transform: uppercase; letter-spacing: .11em; }
.breadcrumb-nav a:hover { color: #fff; }
.breadcrumb-nav i { color: var(--brand-red); font-size: 8px; }
.inner-hero h1 { max-width: 980px; margin: 0; font-size: clamp(44px,5.6vw,80px); font-weight: 600; line-height: .92; letter-spacing: -.06em; text-wrap: balance; }
.inner-hero .night-kicker { max-width: 720px; }
.inner-hero .night-actions { margin-top: 34px; }

.page-content-section { padding: 120px 0; color: #202020; background: #f3f3f3; }
.page-content-grid { display: grid; grid-template-columns: 280px minmax(0,1fr); gap: clamp(55px,8vw,120px); align-items: start; }
.content-aside { position: sticky; top: 24px; display: flex; flex-direction: column; padding: 32px; color: #fff; background: #111; border-top: 5px solid var(--brand-red); }
.content-aside > span { margin-bottom: 18px; color: #8f8f8f; font-size: 9px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.content-aside > strong { font-size: 22px; line-height: 1.2; letter-spacing: -.04em; }
.content-aside > a { display: inline-flex; align-items: center; justify-content: space-between; margin-top: 35px; padding-top: 18px; color: #fff; border-top: 1px solid rgba(255,255,255,.15); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.content-aside > a i { color: var(--brand-red); }
.page-copy { min-width: 0; }
.content-chapter { padding: 0 0 52px; margin: 0 0 52px; border-bottom: 1px solid #d8d8d8; }
.content-chapter:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; }
.content-chapter h2 { max-width: 870px; margin: 0 0 27px; color: #111; font-size: clamp(32px,3.7vw,48px); font-weight: 600; line-height: 1.05; letter-spacing: -.05em; text-wrap: balance; }
.content-chapter p { max-width: 900px; margin: 0 0 18px; color: #565656; font-size: 15px; line-height: 1.9; }
.content-chapter p:last-child { margin-bottom: 0; }
.content-chapter p > a { color: #111; font-weight: 600; border-bottom: 1px solid var(--brand-red); }
.content-chapter blockquote { padding: 28px; color: #fff; background: #111; border-left: 5px solid var(--brand-red); }

.related-section { padding: 115px 0; background: #080808; }
.related-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.12); border-left: 1px solid rgba(255,255,255,.12); }
.related-card { min-height: 180px; display: grid; grid-template-columns: 44px 1fr 20px; align-items: center; gap: 16px; padding: 30px; color: #fff; border-right: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); transition: .25s ease; }
.related-card:hover { color: #fff; background: rgba(229,9,22,.08); }
.related-card span { color: #777; font-size: 10px; }
.related-card strong { font-size: 17px; line-height: 1.25; }
.related-card i { color: var(--brand-red); }

.page-cta { padding: 95px 0; background: #f3f3f3; }
.page-cta-panel { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 62px; color: #fff; background: linear-gradient(135deg,#171717,#050505); border-top: 5px solid var(--brand-red); }
.page-cta-panel h2 { margin: 0; font-size: clamp(36px,4.2vw,54px); letter-spacing: -.055em; }
.cta-actions { display: flex; align-items: center; gap: 22px; flex: 0 0 auto; }
.cta-contact { color: #fff; font-size: 11px; font-weight: 700; border-bottom: 1px solid var(--brand-red); }
.full-form-section { padding: 110px 0; }
.full-form-section, #quote-form, #home-quote-form { scroll-margin-top: 24px; }

.homepage-faq { color: #111; background: #f3f3f3; }
.homepage-faq .night-section-heading { margin-bottom: 44px; }
.homepage-faq .night-section-heading h2 { max-width: 760px; color: #111; }
.homepage-faq .eyebrow { color: var(--brand-red); }
.faq-accordion { overflow: hidden; border-top: 1px solid #d8d8d8; }
.faq-accordion .accordion-item { background: transparent; border: 0; border-bottom: 1px solid #d8d8d8; border-radius: 0; }
.faq-accordion .accordion-header { margin: 0; }
.faq-accordion .accordion-button { padding: 22px 24px; color: #fff; background: #111; font-size: 15px; font-weight: 650; line-height: 1.45; box-shadow: none; }
.faq-accordion .accordion-button.collapsed { color: #202020; background: #fff; }
.faq-accordion .accordion-button:not(.collapsed) { color: #fff; background: var(--brand-red); box-shadow: none; }
.faq-accordion .accordion-button:focus { z-index: 2; border-color: transparent; box-shadow: 0 0 0 3px rgba(217,31,31,.18); }
.faq-accordion .accordion-button::after { filter: grayscale(1); }
.faq-accordion .accordion-button:not(.collapsed)::after { filter: brightness(0) invert(1); }
.faq-accordion .accordion-body { padding: 22px 24px 26px; color: #555; background: #fff; font-size: 14px; line-height: 1.8; }
.faq-accordion .accordion-body p { margin: 0; }
.faq-group-block { margin-bottom: 60px; }
.faq-group-block:last-child { margin-bottom: 0; }
.faq-group-block > h2 { max-width: 870px; margin: 0 0 24px; color: #111; font-size: clamp(32px,3.7vw,48px); font-weight: 600; line-height: 1.05; letter-spacing: -.05em; text-wrap: balance; }

.sitemap-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 25px; }
.sitemap-group { padding: 31px; background: #fff; border-top: 4px solid var(--brand-red); }
.sitemap-group h2 { margin-bottom: 20px; font-size: 25px; }
.sitemap-group ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.sitemap-group a { color: #444; font-size: 13px; border-bottom: 1px solid #ddd; }

.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3,1fr); gap: 55px; padding-bottom: 52px; }
.footer-grid > nav { display: flex; align-items: flex-start; flex-direction: column; gap: 12px; }
.footer-grid nav strong { margin-bottom: 8px; color: #fff; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid nav a { color: #8e8e8e; font-size: 11px; }
.footer-grid nav a:hover { color: #fff; }
.footer-promise { max-width: 280px; margin-top: 19px; color: #999; font-family: "Playfair Display",Georgia,serif; font-size: 18px; font-style: italic; }
.floating-call { position: fixed; z-index: 1000; right: 20px; bottom: 20px; width: 54px; height: 54px; display: none; place-items: center; color: #fff; background: var(--brand-red); border-radius: 50%; box-shadow: 0 15px 35px rgba(0,0,0,.35); }
.footer-primary-phone { color: #fff; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.thank-you-page { min-height: 100vh; color: #fff; background: #080808; }
.thank-you-main { position: relative; min-height: 100vh; display: grid; place-items: center; overflow: hidden; padding: 130px 24px 70px; background: radial-gradient(circle at 50% 35%,rgba(217,31,31,.16),transparent 38%),linear-gradient(135deg,#151515,#050505); }
.thank-you-main .night-grid { position: absolute; inset: 0; opacity: .35; }
.thank-you-logo { position: absolute; z-index: 2; top: 28px; left: 50%; width: 138px; height: 100px; overflow: hidden; transform: translateX(-50%); }
.thank-you-logo img { width: 275px; height: 134px; max-width: none; object-fit: contain; object-position: left center; transform: translate(-2px,-17px); }
.thank-you-card { position: relative; z-index: 2; width: min(680px,100%); padding: clamp(38px,7vw,70px); text-align: center; background: rgba(12,12,12,.92); border: 1px solid rgba(255,255,255,.12); border-top: 5px solid var(--brand-red); box-shadow: 0 35px 90px rgba(0,0,0,.45); }
.thank-you-icon { width: 68px; height: 68px; display: grid; place-items: center; margin: 0 auto 26px; color: #fff; background: var(--brand-red); border-radius: 50%; font-size: 29px; }
.thank-you-card h1 { margin: 0 auto 22px; font-size: clamp(40px,7vw,68px); font-weight: 600; line-height: .98; letter-spacing: -.055em; text-wrap: balance; }
.thank-you-card > p:not(.eyebrow) { max-width: 535px; margin: 0 auto 17px; color: #aaa; font-size: 16px; line-height: 1.75; }
.thank-you-card .redirect-copy { padding-top: 10px; }
.thank-you-card .redirect-copy strong { color: #fff; }
.thank-you-card .btn-electric { margin-top: 18px; }

@media (max-width: 1199px) {
  .related-grid { grid-template-columns: repeat(2,1fr); }
  .page-content-grid { grid-template-columns: 240px minmax(0,1fr); gap: 60px; }
}

@media (max-width: 991px) {
  .final-site .site-navbar .logo-lockup { width: 205px; height: 98px; margin-bottom: 0; }
  .final-site .navbar-collapse { position: absolute; z-index: 50; top: 112px; right: 20px; left: 20px; margin: 0; background: #111; border-color: rgba(255,255,255,.12); }
  .final-site .navbar-collapse .nav-link { color: #fff !important; border-color: rgba(255,255,255,.1); }
  .final-site .dropdown-menu { box-shadow: none; }
  .inner-hero { min-height: 720px; }
  .inner-hero-content { padding-top: 70px; }
  .page-content-section { padding: 88px 0; }
  .page-content-grid { grid-template-columns: 1fr; gap: 45px; }
  .content-aside { position: static; display: grid; grid-template-columns: 1fr auto; gap: 8px 25px; }
  .content-aside > span { grid-column: 1; }
  .content-aside > strong { grid-column: 1; }
  .content-aside > a { grid-column: 2; grid-row: 1/3; align-self: center; gap: 14px; margin: 0; padding: 13px 18px; background: var(--brand-red); border: 0; }
  .home-summary-grid { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: repeat(2,1fr); }
  .page-cta-panel { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > nav:last-child { grid-column: 2/4; }
}

@media (max-width: 767px) {
  .inner-hero { min-height: 760px; }
  .inner-hero::before { background-position: 60% center; }
  .inner-hero-overlay { background: linear-gradient(0deg,rgba(0,0,0,.98),rgba(0,0,0,.83) 68%,rgba(0,0,0,.55)); }
  .inner-hero h1 { font-size: 46px; }
  .inner-hero .ai-overview { font-size: 14px; }
  .breadcrumb-nav { margin-bottom: 36px; }
  .related-grid, .sitemap-grid { grid-template-columns: 1fr; }
  .page-cta-panel { padding: 42px 30px; }
  .homepage-faq .night-section-heading { margin-bottom: 32px; }
  .faq-group-block { margin-bottom: 44px; }
  .cta-actions { align-items: stretch; flex-direction: column; width: 100%; }
  .cta-contact { align-self: flex-start; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .footer-grid > div { grid-column: 1/3; }
  .footer-grid > nav:last-child { grid-column: auto; }
  .floating-call { display: grid; }
}

@media (max-width: 575px) {
  .final-site .site-navbar { min-height: 100px; }
  .final-site .site-navbar .logo-lockup { width: 176px; height: 84px; }
  .final-site .site-navbar .brand-logo { width: 100%; height: 100%; }
  .final-site .night-hero h1, .inner-hero h1 { font-size: 42px; line-height: .96; }
  .final-site .night-hero-content { padding-top: 250px; }
  .inner-hero-content { padding-top: 48px; padding-bottom: 75px; }
  .home-summary-grid article { min-height: 0; padding: 38px 28px; }
  .content-chapter { padding-bottom: 38px; margin-bottom: 38px; }
  .content-chapter h2, .faq-group-block > h2 { font-size: 30px; }
  .content-chapter p { font-size: 14px; }
  .night-section-heading h2, .area-heading h2, .night-quote h2 { font-size: 36px; }
  .faq-accordion .accordion-button, .faq-accordion .accordion-body { padding-right: 18px; padding-left: 18px; }
  .content-aside { display: flex; }
  .content-aside > a { margin-top: 20px; }
  .related-card { min-height: 145px; padding: 24px 20px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div, .footer-grid > nav:last-child { grid-column: 1; }
  .night-footer .footer-bottom { gap: 14px; }
  .thank-you-main { padding-top: 120px; }
  .thank-you-card { padding: 38px 24px 42px; }
  .thank-you-card h1 { font-size: 42px; }
}
