/* Mr Splash LP shared design system — extracted from v7 drain-camera-inspection.html
   Used by lp-*.html files in this folder. Inherits live mrsplashplumbing.com.au CSS for typography (Articulat CF) + Bootstrap 4 + FontAwesome Pro. */

:root {
  --ink: #07080a; --ink-2: #11141a; --ink-3: #1c2127;
  --cream: #f5ede0; --cream-2: #ebe1d1; --bone: #faf6ee;
  --steel: #6b7785; --rule: rgba(255,255,255,0.08); --rule-dark: rgba(7,8,10,0.10);
  --blue: #0383BF; --blue-deep: #0a3d5c; --green: #34c759; --amber: #d97706; --red: #c93030;
  --serif: 'Fraunces', 'Source Serif Pro', Georgia, serif;
  --sans: 'Articulat CF', 'Inter', system-ui, sans-serif;
}
* { box-sizing: border-box; -webkit-font-smoothing: antialiased; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--sans); color: var(--ink); background: var(--bone); line-height: 1.55; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
.wrap { max-width: 1240px; margin: 0 auto; padding: 0 24px; }
.wrap-narrow { max-width: 980px; margin: 0 auto; padding: 0 24px; }

.wf-banner { background: #fff3cd; color: #664d03; padding: 10px 16px; text-align: center; font-size: 0.78rem; border-bottom: 1px solid #ffe58f; font-family: system-ui, sans-serif; font-weight: 500; }
.wf-banner a { color: #664d03; text-decoration: underline; }

/* HEADER */
.lp-mini-header { position: sticky; top: 0; z-index: 60; backdrop-filter: blur(20px); background: rgba(7,8,10,0.92); color: #fff; padding: 18px 0; border-bottom: 1px solid var(--rule); }
.lp-mini-header .row-flex { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { color: #fff; text-decoration: none; display: inline-flex; align-items: center; gap: 16px; line-height: 1; }
.brand img.logo { height: 38px; width: auto; display: block; }
.brand .meta { font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.55); font-weight: 600; padding-left: 16px; border-left: 1px solid rgba(255,255,255,0.15); }
@media (max-width: 600px) { .brand img.logo { height: 32px; } .brand .meta { display: none; } }
.header-actions { display: flex; align-items: center; gap: 14px; }
.live-status { display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,0.85); font-size: 0.78rem; letter-spacing: 0.05em; text-transform: uppercase; font-weight: 700; }
.live-status::before { content: ""; width: 8px; height: 8px; background: var(--green); border-radius: 50%; animation: livePulse 1.5s ease-in-out infinite; box-shadow: 0 0 10px rgba(52,199,89,0.6); }
@keyframes livePulse { 0%,100% { opacity: 1; } 50% { opacity: 0.4; } }
.cta-call-pill { background: linear-gradient(135deg, var(--green), #28a745); color: #fff !important; padding: 11px 20px; border-radius: 50px; font-weight: 700; font-size: 0.95rem; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; box-shadow: 0 4px 16px rgba(52,199,89,0.32); transition: transform 0.18s, box-shadow 0.18s; }
.cta-call-pill:hover { color: #fff; text-decoration: none; transform: translateY(-1px); box-shadow: 0 6px 22px rgba(52,199,89,0.5); }
@media (max-width: 600px) { .live-status { display: none; } }

/* HERO */
.hero { background: var(--ink); color: #fff; position: relative; overflow: hidden; }
.hero-content { position: relative; display: grid; grid-template-columns: 1.05fr 1fr; gap: 80px; align-items: center; padding: 100px 60px 80px; max-width: 1500px; margin: 0 auto; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 14px; font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.32em; color: rgba(255,255,255,0.6); margin: 0 0 28px; }
.hero-eyebrow::before { content: ""; width: 36px; height: 1px; background: var(--blue); }
.hero-h1 { font-family: var(--serif); font-weight: 400; font-size: clamp(2.5rem, 5.6vw, 4.6rem); line-height: 1.02; letter-spacing: -0.03em; margin: 0 0 24px; color: #fff; font-variation-settings: "opsz" 144; }
.hero-h1 em { font-style: italic; font-weight: 300; color: var(--blue); }
.hero-sub { font-size: 1.18rem; line-height: 1.55; color: rgba(255,255,255,0.78); margin: 0 0 36px; max-width: 560px; }
.hero-sub strong { color: #fff; font-weight: 600; }
.hero-actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.btn-call-hero { background: linear-gradient(135deg, var(--green), #28a745); color: #fff !important; padding: 20px 36px; border-radius: 100px; font-weight: 700; font-size: 1.15rem; text-decoration: none; display: inline-flex; align-items: center; gap: 14px; box-shadow: 0 10px 32px rgba(52,199,89,0.4); transition: all 0.22s; animation: pulseCall 2.4s ease-in-out infinite; }
@keyframes pulseCall { 0%,100% { box-shadow: 0 10px 32px rgba(52,199,89,0.4); } 50% { box-shadow: 0 14px 44px rgba(52,199,89,0.65); } }
.btn-call-hero:hover { color: #fff; text-decoration: none; transform: translateY(-2px); }
.btn-call-hero .lbl { display: flex; flex-direction: column; align-items: flex-start; line-height: 1; gap: 4px; }
.btn-call-hero .lbl span:first-child { font-size: 0.7rem; opacity: 0.85; font-weight: 600; text-transform: uppercase; letter-spacing: 0.14em; }
.btn-call-hero .lbl span:last-child { font-size: 1.25rem; font-weight: 700; }
.btn-text-edit { color: #fff; font-weight: 600; font-size: 0.95rem; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; border-bottom: 1px solid rgba(255,255,255,0.3); padding-bottom: 4px; transition: border-color 0.2s; }
.btn-text-edit:hover { color: #fff; text-decoration: none; border-bottom-color: var(--blue); }

.hero-image-frame { position: relative; aspect-ratio: 5/4; border-radius: 18px; overflow: hidden; box-shadow: 0 30px 80px rgba(0,0,0,0.6), 0 0 0 1px rgba(255,255,255,0.08); }
.hero-image-frame img { width: 100%; height: 100%; object-fit: cover; }
.hero-image-frame::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 50%; background: linear-gradient(to top, rgba(7,8,10,0.65) 0%, transparent 100%); pointer-events: none; }
.hero-image-badge { position: absolute; top: 22px; right: 22px; z-index: 3; display: inline-flex; align-items: center; gap: 10px; padding: 10px 16px 10px 12px; background: rgba(20,24,30,0.78); backdrop-filter: blur(14px); border: 1px solid rgba(255,255,255,0.18); border-radius: 100px; color: #fff; box-shadow: 0 8px 24px rgba(0,0,0,0.25); text-decoration: none; }
.hero-image-badge:hover { color: #fff; text-decoration: none; }
.hero-image-badge .g { width: 22px; height: 22px; background: #fff; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-weight: 800; color: #4285F4; font-family: Arial, sans-serif; font-size: 0.82rem; }
.hero-image-badge .stars { color: #FFC107; font-size: 0.9rem; letter-spacing: 1px; }
.hero-image-badge .num { font-size: 0.98rem; font-weight: 800; }
.hero-image-badge .lbl { font-size: 0.74rem; opacity: 0.85; }

.hero-scoreboard { position: relative; z-index: 2; background: rgba(7,8,10,0.55); backdrop-filter: blur(14px); border-top: 1px solid var(--rule); padding: 26px 0; }
.hero-scoreboard .grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; max-width: 1500px; margin: 0 auto; padding: 0 60px; }
.hero-scoreboard .stat { display: flex; align-items: baseline; gap: 14px; color: #fff; }
.hero-scoreboard .stat .num { font-family: var(--serif); font-weight: 400; font-size: 2.2rem; letter-spacing: -0.025em; color: var(--blue); line-height: 1; }
.hero-scoreboard .stat .lbl { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.14em; color: rgba(255,255,255,0.65); font-weight: 600; line-height: 1.3; }
@media (max-width: 980px) { .hero-content { grid-template-columns: 1fr; padding: 60px 24px; gap: 40px; } .hero-scoreboard .grid { grid-template-columns: repeat(2, 1fr); padding: 0 24px; gap: 20px; } .hero-scoreboard .stat .num { font-size: 1.7rem; } .hero-image-frame { aspect-ratio: 16/10; } }

/* TEAM/VAN/EQUIPMENT */
.tve-section { background: var(--cream); padding: 100px 0 110px; border-bottom: 1px solid var(--rule-dark); position: relative; overflow: hidden; }
.tve-eyebrow, .pull-eyebrow, .finds-eyebrow, .process-eyebrow, .area-eyebrow, .faq-eyebrow, .owner-eyebrow, .xsell-eyebrow { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.32em; color: var(--blue); display: inline-flex; align-items: center; gap: 14px; margin: 0 0 24px; }
.tve-eyebrow::before, .pull-eyebrow::before, .finds-eyebrow::before, .process-eyebrow::before, .area-eyebrow::before, .faq-eyebrow::before, .owner-eyebrow::before, .xsell-eyebrow::before { content: ""; width: 36px; height: 1px; background: var(--blue); }
.tve-h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(2rem, 4.4vw, 3.2rem); line-height: 1.04; letter-spacing: -0.025em; color: var(--ink); margin: 0 0 24px; max-width: 18ch; }
.tve-h2 em { font-style: italic; color: var(--blue); }
.tve-lead { font-size: 1.1rem; line-height: 1.6; color: var(--ink-3); max-width: 620px; margin: 0 0 60px; }
.tve-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 24px; }
.tve-tile { position: relative; border-radius: 16px; overflow: hidden; aspect-ratio: 4/5; box-shadow: 0 12px 36px rgba(7,8,10,0.12); }
.tve-tile img { width: 100%; height: 100%; object-fit: cover; }
.tve-tile::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 60%; background: linear-gradient(to top, rgba(7,8,10,0.85) 0%, transparent 100%); pointer-events: none; }
.tve-tile .label { position: absolute; left: 22px; right: 22px; bottom: 22px; z-index: 2; color: #fff; }
.tve-tile .label .num { font-family: var(--serif); font-style: italic; font-weight: 400; font-size: 0.92rem; color: var(--blue); margin: 0 0 8px; }
.tve-tile .label h3 { font-family: var(--serif); font-weight: 500; font-size: 1.5rem; letter-spacing: -0.01em; margin: 0 0 6px; color: #fff; }
.tve-tile .label p { font-size: 0.9rem; opacity: 0.85; margin: 0; line-height: 1.5; }
@media (max-width: 880px) { .tve-grid { grid-template-columns: 1fr; } .tve-tile { aspect-ratio: 16/10 !important; } }

/* ACCREDITATION STRIP — editorial trust marks (bone bg, subordinate to surrounding sections) */
.accred-strip { background: var(--bone); padding: 28px 0 24px; border-top: 1px solid var(--rule-dark); border-bottom: 1px solid var(--rule-dark); }
.accred-strip .accred-eyebrow { text-align: center; font-size: 0.62rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.28em; color: var(--ink-3); margin: 0 0 18px; opacity: 0.7; }
.accred-strip .row-flex { display: flex; align-items: center; justify-content: center; gap: 48px; max-width: 1100px; margin: 0 auto; padding: 0 24px; flex-wrap: wrap; }
.accred-strip .badge { display: flex; align-items: center; justify-content: center; padding: 4px 0; opacity: 0.55; filter: grayscale(100%); transition: all 0.25s ease; }
.accred-strip .badge:hover { opacity: 0.95; filter: grayscale(0%); }
.accred-strip .badge img { max-height: 38px; max-width: 100%; width: auto; object-fit: contain; }
.accred-strip .divider { display: none; }
@media (max-width: 880px) { .accred-strip { padding: 22px 0 18px; } .accred-strip .accred-eyebrow { font-size: 0.58rem; margin: 0 0 14px; letter-spacing: 0.22em; } .accred-strip .row-flex { gap: 26px 32px; } .accred-strip .badge img { max-height: 30px; } }
@media (max-width: 560px) { .accred-strip .row-flex { gap: 20px 28px; } .accred-strip .badge img { max-height: 26px; } }

/* PULL */
.pull-section { background: var(--bone); padding: 130px 0; position: relative; overflow: hidden; border-bottom: 1px solid var(--rule-dark); }
.pull-section::before { content: ""; position: absolute; top: -10%; right: -10%; width: 700px; height: 700px; background: radial-gradient(circle, rgba(3,131,191,0.07) 0%, transparent 70%); pointer-events: none; }
.pull-headline { font-family: var(--serif); font-weight: 400; font-size: clamp(2.8rem, 6.4vw, 5.8rem); line-height: 0.98; letter-spacing: -0.04em; color: var(--ink); margin: 0 0 40px; max-width: 11em; font-variation-settings: "opsz" 144; }
.pull-headline em { font-style: italic; font-weight: 300; color: var(--blue); }
.pull-supporting { font-size: 1.2rem; max-width: 660px; color: var(--ink-3); line-height: 1.55; margin: 0; }
.pull-supporting strong { color: var(--ink); }

/* FINDS GALLERY */
.finds-section { background: var(--ink); color: #fff; padding: 120px 0; position: relative; overflow: hidden; }
.finds-section::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,0.04) 1px, transparent 0); background-size: 28px 28px; pointer-events: none; }
.finds-section .finds-eyebrow { color: var(--blue); position: relative; }
.finds-h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(2rem, 4.6vw, 3.4rem); line-height: 1.04; letter-spacing: -0.025em; color: #fff; margin: 0 0 24px; max-width: 16ch; position: relative; }
.finds-h2 em { font-style: italic; font-weight: 300; color: var(--blue); }
.finds-lead { font-size: 1.08rem; line-height: 1.6; color: rgba(255,255,255,0.7); max-width: 640px; margin: 0 0 64px; position: relative; }
.finds-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; position: relative; }
.find-tile { position: relative; border-radius: 14px; overflow: hidden; background: var(--ink-2); aspect-ratio: 1; }
.find-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s cubic-bezier(.2,.8,.2,1); }
.find-tile:hover img { transform: scale(1.04); }
.find-tile .label { position: absolute; left: 0; right: 0; bottom: 0; padding: 22px 22px 20px; background: linear-gradient(to top, rgba(7,8,10,0.94) 0%, rgba(7,8,10,0.68) 55%, transparent 100%); }
.find-tile .label .num { font-family: var(--serif); font-style: italic; font-size: 0.85rem; color: var(--blue); margin: 0 0 6px; letter-spacing: 0.06em; }
.find-tile .label h3 { font-family: var(--serif); font-weight: 500; font-size: 1.25rem; color: #fff; margin: 0 0 4px; letter-spacing: -0.01em; line-height: 1.15; }
.find-tile .label p { font-size: 0.85rem; color: rgba(255,255,255,0.78); margin: 0; line-height: 1.45; }
@media (max-width: 980px) { .finds-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .finds-grid { grid-template-columns: 1fr; } }

/* STAT BAND — editorial callout between pull and findings */
.stat-band { background: var(--ink); color: #fff; padding: 80px 0; position: relative; overflow: hidden; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.stat-band::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,0.04) 1px, transparent 0); background-size: 28px 28px; pointer-events: none; }
.stat-band .grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; position: relative; max-width: 1240px; margin: 0 auto; padding: 0 24px; }
.stat-band .item { text-align: left; position: relative; }
.stat-band .item:not(:last-child)::after { content: ""; position: absolute; right: -16px; top: 12%; bottom: 12%; width: 1px; background: rgba(255,255,255,0.10); }
.stat-band .item .n { font-family: var(--serif); font-weight: 300; font-size: clamp(2.6rem, 5.4vw, 4.4rem); line-height: 0.95; letter-spacing: -0.04em; color: #fff; margin: 0 0 12px; font-variation-settings: "opsz" 144; display: block; }
.stat-band .item .n em { font-style: italic; color: var(--blue); font-weight: 400; }
.stat-band .item .l { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.18em; color: rgba(255,255,255,0.6); font-weight: 600; line-height: 1.5; }
.stat-band .item .l strong { color: #fff; font-weight: 700; }
@media (max-width: 980px) { .stat-band .grid { grid-template-columns: repeat(2, 1fr); gap: 40px 24px; } .stat-band .item:nth-child(2)::after { display: none; } }
@media (max-width: 560px) { .stat-band .grid { grid-template-columns: 1fr; } .stat-band .item::after { display: none !important; } }

/* BRAND MONOGRAM DIVIDER — small M logo between sections, editorial accent */
.brand-divider { background: var(--bone); padding: 56px 0; display: flex; align-items: center; justify-content: center; gap: 32px; }
.brand-divider .line { flex: 1; max-width: 240px; height: 1px; background: var(--rule-dark); }
.brand-divider img { height: 36px; width: auto; opacity: 0.85; display: block; }

/* PROCESS */
.process-section { background: var(--bone); padding: 120px 0; }
.process-h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(2rem, 4.6vw, 3.4rem); line-height: 1.04; letter-spacing: -0.025em; color: var(--ink); margin: 0 0 64px; max-width: 18ch; }
.process-h2 em { font-style: italic; color: var(--blue); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--rule-dark); border-bottom: 1px solid var(--rule-dark); }
.step { padding: 44px 32px 44px 0; border-right: 1px solid var(--rule-dark); position: relative; }
.step:nth-child(4n) { border-right: none; }
.step .step-num-row { display: flex; align-items: flex-end; gap: 18px; margin: 0 0 18px; }
.step .step-num { font-family: var(--serif); font-weight: 300; font-size: 5rem; line-height: 0.9; letter-spacing: -0.04em; color: var(--blue); margin: 0; }
.step .step-icon { width: 38px; height: 38px; border-radius: 10px; background: rgba(3,131,191,0.08); color: var(--blue); display: inline-flex; align-items: center; justify-content: center; font-size: 1rem; margin-bottom: 6px; }
.step h3 { font-family: var(--serif); font-weight: 500; font-size: 1.3rem; color: var(--ink); margin: 0 0 10px; letter-spacing: -0.01em; }
.step p { font-size: 0.96rem; line-height: 1.55; color: var(--ink-3); margin: 0; max-width: 28ch; }
@media (max-width: 980px) { .steps { grid-template-columns: repeat(2, 1fr); } .step:nth-child(2n) { border-right: none; } .step:nth-child(n+3) { border-top: 1px solid var(--rule-dark); } }
@media (max-width: 560px) { .steps { grid-template-columns: 1fr; } .step { border-right: none; } .step:nth-child(n+2) { border-top: 1px solid var(--rule-dark); } }

/* OWNER */
.owner-section { background: var(--cream); padding: 120px 0; position: relative; overflow: hidden; border-top: 1px solid var(--rule-dark); }
.owner-section::before { content: ""; position: absolute; top: 0; right: -8%; width: 500px; height: 500px; background: radial-gradient(circle, rgba(3,131,191,0.06) 0%, transparent 70%); pointer-events: none; }
.owner-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; align-items: center; position: relative; }
.owner-portrait { aspect-ratio: 4/5; border-radius: 18px; overflow: hidden; box-shadow: 0 24px 60px rgba(7,8,10,0.18); position: relative; }
.owner-portrait img { width: 100%; height: 100%; object-fit: cover; }
.owner-h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(1.8rem, 3.6vw, 2.6rem); line-height: 1.1; letter-spacing: -0.02em; color: var(--ink); margin: 0 0 24px; max-width: 22ch; }
.owner-h2 em { font-style: italic; color: var(--blue); }
.owner-quote { font-family: var(--serif); font-style: italic; font-size: 1.25rem; line-height: 1.55; color: var(--ink); margin: 0 0 24px; max-width: 38ch; padding-left: 24px; border-left: 3px solid var(--blue); }
.owner-body { font-size: 1.04rem; line-height: 1.65; color: var(--ink-3); margin: 0 0 28px; max-width: 42ch; }
.owner-sig { display: flex; align-items: center; gap: 24px; margin-top: 28px; }
.owner-sig img { height: 56px; width: auto; opacity: 0.78; }
.owner-sig .name { font-family: var(--serif); font-weight: 500; font-size: 1.1rem; color: var(--ink); letter-spacing: -0.01em; }
.owner-sig .role { font-size: 0.85rem; color: var(--steel); text-transform: uppercase; letter-spacing: 0.14em; font-weight: 600; }
@media (max-width: 880px) { .owner-grid { grid-template-columns: 1fr; gap: 40px; } }

/* PRICING */
.pricing-section { background: var(--bone); padding: 120px 0; }
.pricing-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 80px; align-items: center; }
.pricing-grid .copy h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(2rem, 4.4vw, 3.2rem); line-height: 1.05; letter-spacing: -0.025em; color: var(--ink); margin: 18px 0 24px; max-width: 13ch; }
.pricing-grid .copy h2 em { font-style: italic; color: var(--blue); }
.pricing-grid .copy p { font-size: 1.08rem; line-height: 1.6; color: var(--ink-3); margin: 0 0 18px; max-width: 36ch; }
.price-card { background: var(--ink); color: #fff; border-radius: 22px; padding: 44px; box-shadow: 0 30px 60px rgba(7,8,10,0.18); position: relative; overflow: hidden; border: 1px solid var(--rule); }
.price-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--blue) 50%, transparent); }
.price-card .pc-eyebrow { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.24em; color: var(--blue); font-weight: 700; margin: 0 0 14px; }
.price-card .pc-headline { font-family: var(--serif); font-weight: 400; font-size: 2.2rem; line-height: 1.05; letter-spacing: -0.02em; color: #fff; margin: 0 0 24px; }
.price-card .pc-headline em { font-style: italic; color: var(--blue); }
.price-card .pc-row { display: flex; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--rule); align-items: baseline; }
.price-card .pc-row:last-of-type { border-bottom: none; }
.price-card .pc-row .pc-label { flex: 1; color: rgba(255,255,255,0.85); font-size: 0.97rem; }
.price-card .pc-row .pc-value { font-family: var(--serif); font-weight: 500; color: #fff; font-size: 1.1rem; }
.price-card .pc-value .free { color: var(--green); font-weight: 700; font-family: var(--sans); font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.12em; padding: 4px 10px; background: rgba(52,199,89,0.15); border-radius: 100px; }
.price-card .pc-cta { display: inline-flex; align-items: center; gap: 12px; margin-top: 28px; padding: 16px 28px; background: linear-gradient(135deg, var(--green), #28a745); color: #fff !important; font-weight: 700; border-radius: 100px; text-decoration: none; box-shadow: 0 8px 24px rgba(52,199,89,0.32); transition: all 0.2s; font-size: 1rem; }
.price-card .pc-cta:hover { color: #fff; text-decoration: none; transform: translateY(-1px); box-shadow: 0 10px 32px rgba(52,199,89,0.5); }
.price-card .pc-footnote { font-size: 0.74rem; color: rgba(255,255,255,0.5); margin: 16px 0 0; line-height: 1.5; }
@media (max-width: 980px) { .pricing-grid { grid-template-columns: 1fr; gap: 48px; } }

/* CROSS-SELL */
.xsell-section { background: var(--ink); color: #fff; padding: 120px 0; position: relative; overflow: hidden; }
.xsell-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at top, rgba(3,131,191,0.10) 0%, transparent 50%); }
.xsell-h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(2rem, 4.6vw, 3.4rem); line-height: 1.04; letter-spacing: -0.025em; color: #fff; margin: 0 0 24px; max-width: 20ch; position: relative; }
.xsell-h2 em { font-style: italic; color: var(--blue); }
.xsell-lead { font-size: 1.08rem; line-height: 1.6; color: rgba(255,255,255,0.7); max-width: 640px; margin: 0 0 64px; position: relative; }
.xsell-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; position: relative; }
.xsell-card { background: rgba(255,255,255,0.04); backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,0.08); border-radius: 14px; padding: 24px; text-decoration: none; color: #fff; display: flex; flex-direction: column; gap: 8px; transition: all 0.2s ease; }
.xsell-card:hover { background: rgba(255,255,255,0.08); border-color: var(--blue); transform: translateY(-2px); color: #fff; text-decoration: none; }
.xsell-card .icon { width: 40px; height: 40px; border-radius: 10px; background: rgba(3,131,191,0.18); color: var(--blue); display: inline-flex; align-items: center; justify-content: center; font-size: 1.1rem; margin-bottom: 8px; }
.xsell-card h3 { font-family: var(--serif); font-weight: 500; font-size: 1.18rem; line-height: 1.2; letter-spacing: -0.01em; margin: 0; color: #fff; }
.xsell-card p { font-size: 0.88rem; line-height: 1.5; color: rgba(255,255,255,0.65); margin: 4px 0 0; }
.xsell-card .arrow { margin-top: auto; padding-top: 14px; color: var(--blue); font-size: 0.82rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.14em; display: inline-flex; align-items: center; gap: 8px; }
@media (max-width: 980px) { .xsell-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .xsell-grid { grid-template-columns: 1fr; } }

/* TESTIMONIALS */
.testi-section { background: var(--cream); color: var(--ink); padding: 120px 0; position: relative; overflow: hidden; }
.testi-section .eyebrow { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.32em; color: var(--blue); display: inline-flex; align-items: center; gap: 14px; margin: 0 0 56px; }
.testi-section .eyebrow::before { content: ""; width: 36px; height: 1px; background: var(--blue); }
.testi-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 0; border-top: 1px solid var(--rule-dark); }
.testi { padding: 44px 36px 36px 0; border-right: 1px solid var(--rule-dark); position: relative; }
.testi:nth-child(3n) { border-right: none; padding-right: 0; }
.testi:nth-child(n+2) { padding-left: 36px; }
.testi .qmark { font-family: var(--serif); font-weight: 400; font-size: 4rem; line-height: 0.7; color: var(--blue); position: absolute; top: 36px; left: 0; opacity: 0.55; }
.testi:not(:first-child) .qmark { left: 36px; }
.testi .body { font-family: var(--serif); font-weight: 400; font-size: 1.18rem; line-height: 1.45; color: var(--ink); padding-top: 60px; margin: 0 0 28px; letter-spacing: -0.005em; }
.testi:first-child .body { font-size: 1.55rem; line-height: 1.35; }
.testi .meta { display: flex; align-items: center; gap: 14px; padding-top: 18px; border-top: 1px solid var(--rule-dark); }
.testi .meta .stars { color: #FFC107; font-size: 0.85rem; letter-spacing: 2px; }
.testi .meta .name { font-size: 0.85rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: var(--ink); }
.testi .meta .name span { display: block; color: var(--steel); font-weight: 400; font-size: 0.78rem; text-transform: none; letter-spacing: 0.02em; margin-top: 2px; }
@media (max-width: 980px) { .testi-grid { grid-template-columns: 1fr; } .testi { border-right: none; border-bottom: 1px solid var(--rule-dark); padding: 32px 0; } .testi:nth-child(n+2) { padding-left: 0; } .testi:not(:first-child) .qmark { left: 0; } .testi:last-child { border-bottom: none; } }

/* SERVICE AREA */
.area-section { background: var(--bone); padding: 100px 0; border-top: 1px solid var(--rule-dark); }
.area-h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(1.8rem, 3.8vw, 2.6rem); line-height: 1.1; letter-spacing: -0.02em; color: var(--ink); margin: 0 0 16px; max-width: 24ch; }
.area-h2 em { font-style: italic; color: var(--blue); }
.area-lead { font-size: 1.04rem; color: var(--ink-3); margin: 0 0 36px; max-width: 540px; line-height: 1.6; }
.area-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; }
.area-pill { background: #fff; border: 1px solid var(--rule-dark); padding: 12px 16px; border-radius: 10px; font-size: 0.92rem; color: var(--ink); text-align: center; font-weight: 500; transition: all 0.2s ease; }
.area-pill:hover { border-color: var(--blue); color: var(--blue); background: rgba(3,131,191,0.05); }
@media (max-width: 980px) { .area-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 560px) { .area-grid { grid-template-columns: repeat(2, 1fr); } }

/* FAQ */
.faq-section { background: var(--cream); padding: 120px 0; border-top: 1px solid var(--rule-dark); }
.faq-h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(2rem, 4.4vw, 3.2rem); line-height: 1.05; letter-spacing: -0.025em; color: var(--ink); margin: 0 0 64px; max-width: 16ch; }
.faq-h2 em { font-style: italic; color: var(--blue); }
.faq-list { border-top: 1px solid var(--rule-dark); }
.faq-item { border-bottom: 1px solid var(--rule-dark); }
.faq-item summary { list-style: none; cursor: pointer; padding: 28px 0; display: flex; align-items: center; justify-content: space-between; gap: 32px; font-family: var(--serif); font-size: 1.35rem; font-weight: 500; color: var(--ink); letter-spacing: -0.01em; transition: color 0.2s; position: relative; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--blue); }
.faq-item summary::after { content: ""; flex: 0 0 18px; width: 18px; height: 18px; border-radius: 50%; border: 1.5px solid var(--ink); position: relative; transition: all 0.2s; }
.faq-item summary::before { content: "+"; position: absolute; right: 7px; color: var(--ink); font-size: 1.4rem; font-weight: 300; line-height: 1; transition: transform 0.2s; }
.faq-item[open] summary { color: var(--blue); }
.faq-item[open] summary::after { background: var(--blue); border-color: var(--blue); }
.faq-item[open] summary::before { transform: rotate(45deg); color: #fff; }
.faq-item .answer { padding: 0 0 28px 0; max-width: 78ch; color: var(--ink-3); font-size: 1.04rem; line-height: 1.65; }

/* FINAL CTA */
.final-cta { background: var(--ink); color: #fff; padding: 120px 0; position: relative; overflow: hidden; text-align: center; }
.final-cta::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at center, rgba(3,131,191,0.18) 0%, transparent 60%); }
.final-cta::after { content: ""; position: absolute; inset: 0; background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,0.05) 1px, transparent 0); background-size: 32px 32px; }
.final-cta .inner { position: relative; z-index: 1; }
.final-cta .eyebrow { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.32em; color: var(--blue); margin: 0 0 28px; display: inline-block; }
.final-cta h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(2.4rem, 5.4vw, 4.4rem); line-height: 1; letter-spacing: -0.03em; color: #fff; margin: 0 0 28px; }
.final-cta h2 em { font-style: italic; color: var(--blue); font-weight: 300; }
.final-cta p.sub { font-size: 1.15rem; opacity: 0.78; max-width: 56ch; margin: 0 auto 44px; }
.final-cta .cta-call { background: linear-gradient(135deg, var(--green), #28a745); color: #fff !important; padding: 22px 44px; border-radius: 100px; font-weight: 700; font-size: 1.25rem; text-decoration: none; display: inline-flex; align-items: center; gap: 14px; box-shadow: 0 10px 32px rgba(52,199,89,0.4); transition: all 0.25s; animation: pulseCall 2.4s ease-in-out infinite; }
.final-cta .cta-call:hover { color: #fff; text-decoration: none; transform: translateY(-2px); }
.final-cta .footnote { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px 28px; font-size: 0.85rem; color: rgba(255,255,255,0.55); margin: 36px 0 0; }
.final-cta .footnote span { display: inline-flex; align-items: center; gap: 8px; }

footer { background: #000; color: rgba(255,255,255,0.55); padding: 36px 0; font-size: 0.85rem; border-top: 1px solid var(--rule); }
footer a { color: rgba(255,255,255,0.85); text-decoration: none; }

/* SCROLL REVEAL */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.8s cubic-bezier(.2,.8,.2,1), transform 0.8s cubic-bezier(.2,.8,.2,1); }
.reveal.in { opacity: 1; transform: translateY(0); }
.reveal-stagger > * { opacity: 0; transform: translateY(28px); transition: opacity 0.7s cubic-bezier(.2,.8,.2,1), transform 0.7s cubic-bezier(.2,.8,.2,1); }
.reveal-stagger.in > *:nth-child(1) { transition-delay: 0.05s; }
.reveal-stagger.in > *:nth-child(2) { transition-delay: 0.18s; }
.reveal-stagger.in > *:nth-child(3) { transition-delay: 0.31s; }
.reveal-stagger.in > *:nth-child(4) { transition-delay: 0.44s; }
.reveal-stagger.in > *:nth-child(5) { transition-delay: 0.57s; }
.reveal-stagger.in > * { opacity: 1; transform: translateY(0); }

/* PROCESS DIAGRAM (pipe-relining only) */
.proc-diag { background: var(--bone); padding: 100px 0; border-top: 1px solid var(--rule-dark); }
.proc-diag h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(2rem, 4.4vw, 3rem); line-height: 1.05; letter-spacing: -0.025em; color: var(--ink); margin: 0 0 48px; max-width: 18ch; }
.proc-diag h2 em { font-style: italic; color: var(--blue); }
.proc-diag-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; counter-reset: diag; }
.proc-diag-step { background: #fff; border: 1px solid var(--rule-dark); border-radius: 12px; padding: 22px 18px; position: relative; }
.proc-diag-step::before { counter-increment: diag; content: counter(diag); font-family: var(--serif); font-weight: 300; font-size: 2rem; line-height: 1; color: var(--blue); display: block; margin-bottom: 10px; }
.proc-diag-step h3 { font-family: var(--serif); font-weight: 500; font-size: 1.05rem; margin: 0 0 6px; color: var(--ink); }
.proc-diag-step p { font-size: 0.85rem; line-height: 1.5; color: var(--ink-3); margin: 0; }
@media (max-width: 980px) { .proc-diag-grid { grid-template-columns: repeat(2, 1fr); } }

/* COMPARISON TABLE (pipe-relining only) */
.cmp-section { background: var(--cream); padding: 100px 0; }
.cmp-section h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(2rem, 4.4vw, 3rem); line-height: 1.05; letter-spacing: -0.025em; color: var(--ink); margin: 0 0 36px; max-width: 18ch; }
.cmp-section h2 em { font-style: italic; color: var(--blue); }
.cmp-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 12px 36px rgba(7,8,10,0.08); }
.cmp-table th, .cmp-table td { padding: 18px 22px; text-align: left; border-bottom: 1px solid var(--rule-dark); font-size: 0.96rem; }
.cmp-table th { background: var(--ink); color: #fff; font-family: var(--sans); font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.78rem; }
.cmp-table td { color: var(--ink-3); }
.cmp-table td:first-child { font-weight: 600; color: var(--ink); }
.cmp-table .yes { color: var(--green); font-weight: 700; }
.cmp-table .no { color: var(--red); font-weight: 600; opacity: 0.8; }

/* DIAGNOSTIC ROUTING (drain-repairs only) */
.route-section { background: var(--cream); padding: 100px 0 80px; }
.route-section h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(2rem, 4.4vw, 3rem); line-height: 1.05; letter-spacing: -0.025em; color: var(--ink); margin: 0 0 48px; max-width: 22ch; }
.route-section h2 em { font-style: italic; color: var(--blue); }
.route-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.route-card { background: #fff; border: 1px solid var(--rule-dark); border-radius: 14px; padding: 28px 24px; text-decoration: none; color: var(--ink); transition: all 0.2s ease; display: flex; flex-direction: column; gap: 10px; }
.route-card:hover { border-color: var(--blue); transform: translateY(-2px); color: var(--ink); text-decoration: none; box-shadow: 0 12px 36px rgba(7,8,10,0.10); }
.route-card .badge { font-family: var(--serif); font-style: italic; font-size: 0.85rem; color: var(--blue); margin: 0; letter-spacing: 0.04em; }
.route-card h3 { font-family: var(--serif); font-weight: 500; font-size: 1.4rem; margin: 0; letter-spacing: -0.01em; }
.route-card p { font-size: 0.95rem; line-height: 1.5; color: var(--ink-3); margin: 4px 0 0; }
.route-card .arrow { margin-top: auto; padding-top: 16px; color: var(--blue); font-size: 0.82rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.14em; }
@media (max-width: 880px) { .route-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .route-grid { grid-template-columns: 1fr; } }

/* === UNIFIED MOBILE SECTION PADDING — was 100-130px desktop, way too much on a phone === */
@media (max-width: 880px) {
  .tve-section { padding: 64px 0 70px; }
  .pull-section { padding: 80px 0; }
  .finds-section { padding: 72px 0; }
  .stat-band { padding: 56px 0; }
  .brand-divider { padding: 36px 0; gap: 20px; }
  .brand-divider .line { max-width: 80px; }
  .process-section { padding: 72px 0; }
  .owner-section { padding: 72px 0; }
  .pricing-section { padding: 72px 0; }
  .xsell-section { padding: 72px 0; }
  .testi-section { padding: 64px 0; }
  .area-section { padding: 64px 0; }
  .faq-section { padding: 72px 0; }
  .final-cta { padding: 72px 0; }
  .proc-diag { padding: 64px 0; }
  .cmp-section { padding: 64px 0; }
  .route-section { padding: 64px 0 56px; }
  .process-h2 { margin: 0 0 36px; }
  .finds-lead { margin: 0 0 36px; }
  .pull-headline { margin: 0 0 28px; }
}
@media (max-width: 560px) {
  .tve-section { padding: 52px 0 56px; }
  .pull-section { padding: 60px 0; }
  .finds-section { padding: 56px 0; }
  .stat-band { padding: 44px 0; }
  .brand-divider { padding: 28px 0; }
  .process-section, .owner-section, .pricing-section, .xsell-section, .faq-section, .final-cta { padding: 56px 0; }
  .testi-section, .area-section, .proc-diag, .cmp-section { padding: 52px 0; }
  .route-section { padding: 52px 0 44px; }
}
