:root {
  --deep: #073b4c;
  --deep-2: #052d3a;
  --teal: #06a89c;
  --teal-dark: #047b73;
  --yellow: #ffd166;
  --ink: #102c36;
  --muted: #5a6e75;
  --soft: #f2f8f7;
  --white: #ffffff;
  --line: #d5e4e2;
  --danger: #a52a22;
  --max: 1160px;
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 17px; line-height: 1.58; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 4px solid rgba(6, 168, 156, .36); outline-offset: 3px; }
.skip-link { position: fixed; z-index: 100; top: -100px; left: 12px; padding: 12px 16px; border-radius: 10px; color: var(--white); background: var(--deep); }
.skip-link:focus { top: 12px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { position: sticky; z-index: 40; top: 0; min-height: 88px; padding: 12px max(24px, calc((100vw - var(--max)) / 2 + 24px)); display: flex; align-items: center; gap: 30px; border-bottom: 1px solid rgba(213,228,226,.8); background: rgba(255,255,255,.96); backdrop-filter: blur(12px); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; line-height: 1; }
.brand img { width: 56px; height: 56px; filter: drop-shadow(0 8px 12px rgba(7,59,76,.13)); }
.brand span { display: flex; flex-direction: column; }
.brand strong { font-size: 16px; font-weight: 900; letter-spacing: -.02em; }
.brand small { margin-top: 6px; color: var(--teal-dark); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; }
.site-header nav { margin-left: auto; display: flex; gap: 26px; }
.site-header nav a { color: #37515a; text-decoration: none; font-size: 14px; font-weight: 750; }
.site-header nav a:hover { color: var(--teal-dark); }
.header-call, .header-book { min-height: 48px; padding: 11px 16px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; text-decoration: none; font-size: 14px; font-weight: 850; }
.header-call { border: 1px solid #aac5c1; }
.header-book { color: var(--white); background: var(--teal-dark); }

.hero { color: var(--white); background: var(--deep); overflow: hidden; }
.hero { min-height: 720px; padding: 68px max(28px, calc((100vw - var(--max)) / 2 + 28px)); display: grid; grid-template-columns: 1fr; gap: 34px; align-items: center; position: relative; text-align: center; background-color: var(--deep); background-image: linear-gradient(115deg, rgba(5,45,58,.94), rgba(7,59,76,.88)), url("plumbing-tools.jpg"); background-size: cover; background-position: center; }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; right: -160px; top: -210px; border: 110px solid rgba(255,209,102,.07); border-radius: 50%; }
.hero::after { content: ""; position: absolute; width: 380px; height: 380px; left: 35%; bottom: -280px; border: 90px solid rgba(6,182,168,.09); border-radius: 50%; }
.hero-copy, .hero-card { position: relative; z-index: 1; }
.hero-copy { max-width: 1080px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; }
.eyebrow { margin: 0 0 18px; display: flex; align-items: center; gap: 10px; color: #cce6e3; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .13em; }
.eyebrow span { width: 25px; height: 3px; border-radius: 99px; background: var(--yellow); }
.eyebrow.dark { color: var(--teal-dark); }
.hero h1 { max-width: 1080px; margin: 0; font-size: clamp(4rem, 7.2vw, 6.5rem); line-height: .94; letter-spacing: -.07em; }
.hero h1 span, .hero h1 small { display: block; }
.hero h1 small { margin-top: 18px; color: #d7e9e9; font-size: .42em; line-height: 1.12; letter-spacing: -.035em; font-weight: 750; }
.hero-lead { max-width: 800px; margin: 25px auto 0; color: #d4e6e7; font-size: 1.15rem; }
.hero-actions { margin-top: 30px; display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.btn { min-height: 56px; padding: 14px 21px; border: 0; border-radius: 13px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; text-decoration: none; font-size: 16px; font-weight: 900; line-height: 1.2; transition: transform .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: var(--white); background: var(--teal-dark); }
.btn-primary:hover { background: #036860; }
.btn-yellow { color: var(--deep-2); background: var(--yellow); }
.btn-yellow:hover { background: #ffe097; }
.btn-ghost { color: var(--white); border: 1px solid rgba(255,255,255,.38); background: transparent; }
.hero-points { margin: 25px 0 0; padding: 0; display: flex; justify-content: center; flex-wrap: wrap; gap: 12px 24px; list-style: none; color: #c9dddd; font-size: 14px; }
.hero-points b { color: var(--yellow); }
.hero-card { width: min(100%, 720px); margin: 0 auto; padding: 24px 26px; border: 1px solid rgba(255,255,255,.18); border-radius: 24px; color: var(--ink); background: var(--white); box-shadow: 0 28px 80px rgba(0,0,0,.22); text-align: left; }
.availability { display: inline-flex; align-items: center; gap: 8px; color: var(--teal-dark); font-size: 13px; font-weight: 850; }
.availability i { width: 10px; height: 10px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 5px rgba(6,168,156,.12); }
.hero-card h2 { margin: 22px 0 8px; font-size: 2rem; line-height: 1.08; letter-spacing: -.04em; }
.hero-card > p { margin: 0; color: var(--muted); }
.big-book { min-height: 84px; margin-top: 24px; padding: 15px 18px; border-radius: 16px; display: grid; grid-template-columns: 1fr auto; align-items: center; color: var(--white); background: var(--teal-dark); text-decoration: none; }
.big-book small, .big-book strong { display: block; }
.big-book small { grid-column: 1; color: #bde8e4; font-size: 12px; }
.big-book strong { grid-column: 1; font-size: 20px; }
.big-book > span { grid-column: 2; grid-row: 1/3; font-size: 28px; }
.card-call { margin-top: 18px; display: block; color: var(--deep); text-align: center; font-size: 14px; }

.quick-strip { padding: 22px max(28px, calc((100vw - var(--max)) / 2 + 28px)); display: flex; align-items: center; justify-content: space-between; gap: 30px; color: var(--white); background: var(--teal-dark); }
.quick-strip div { display: flex; flex-direction: column; }
.quick-strip strong { font-size: 20px; }
.quick-strip span { color: #d7efec; font-size: 14px; }

.section { max-width: var(--max); margin: 0 auto; padding: 104px 28px; }
.section-heading { max-width: 710px; margin-bottom: 44px; }
.section-heading h2, .booking-intro h2, .area-section h2, .final-cta h2 { margin: 0; font-size: clamp(2.3rem, 4.5vw, 4.2rem); line-height: 1.04; letter-spacing: -.055em; }
.section-heading > p:last-child { margin: 17px 0 0; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.service-card { min-height: 265px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); display: flex; flex-direction: column; background: var(--white); box-shadow: 0 10px 32px rgba(7,59,76,.05); }
.service-icon { width: 48px; height: 48px; border-radius: 13px; display: flex; align-items: center; justify-content: center; color: var(--deep); background: #dff4f1; font-size: 18px; font-weight: 900; }
.service-card h3 { margin: 22px 0 6px; font-size: 1.3rem; }
.service-card p { margin: 0 0 20px; color: var(--muted); font-size: 15px; }
.service-card a { margin-top: auto; color: var(--teal-dark); font-weight: 900; }
.accent-card { color: var(--white); border-color: var(--deep); background: var(--deep); }
.accent-card .service-icon { color: var(--deep); background: var(--yellow); }
.accent-card p { color: #cadddf; }
.accent-card a { color: var(--yellow); }
.inline-cta { margin-top: 20px; padding: 24px 26px; border-radius: 18px; display: flex; align-items: center; justify-content: space-between; gap: 25px; background: var(--soft); }
.inline-cta div { display: flex; flex-direction: column; }
.inline-cta span { color: var(--muted); font-size: 14px; }

.steps-section { padding: 98px max(28px, calc((100vw - var(--max)) / 2 + 28px)); color: var(--white); background: var(--deep); }
.section-heading.light { margin-left: auto; margin-right: auto; text-align: center; }
.section-heading.light .eyebrow { justify-content: center; }
.steps { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; list-style: none; counter-reset: step; }
.steps li { min-height: 210px; padding: 25px; border: 1px solid rgba(255,255,255,.16); border-radius: 22px; background: rgba(255,255,255,.055); }
.steps li > span { width: 47px; height: 47px; border-radius: 14px; display: flex; align-items: center; justify-content: center; color: var(--deep); background: var(--yellow); font-size: 19px; font-weight: 950; }
.steps h3 { margin: 26px 0 5px; font-size: 1.35rem; }
.steps p { margin: 0; color: #c9dddf; font-size: 15px; }
.centered { width: max-content; margin: 30px auto 0; display: flex; }

.photo-section { max-width: var(--max); margin: 0 auto; padding: 105px 28px; display: grid; grid-template-columns: .88fr 1.12fr; gap: 72px; align-items: center; }
.photo-stack { min-height: 620px; display: grid; grid-template-rows: 1.45fr .75fr; gap: 14px; }
.photo-frame { min-height: 0; margin: 0; border-radius: 28px; position: relative; overflow: hidden; background: var(--deep); box-shadow: 0 24px 64px rgba(7,59,76,.16); }
.photo-frame-detail { border-radius: 20px; }
.photo-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(5,45,58,.55), transparent 42%); pointer-events: none; }
.photo-frame img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center; }
.photo-frame-main img { object-position: 58% center; }
.photo-frame-detail img { object-position: center 42%; }
.photo-copy h2 { margin: 0; font-size: clamp(2.4rem,4.5vw,4.4rem); line-height: 1.03; letter-spacing: -.055em; }
.photo-copy > p:not(.eyebrow) { margin: 22px 0 0; color: var(--muted); }
.photo-copy ul { margin: 26px 0 30px; padding: 0; display: grid; gap: 12px; list-style: none; }
.photo-copy li { padding-left: 32px; position: relative; font-weight: 750; }
.photo-copy li::before { content: "✓"; width: 22px; height: 22px; position: absolute; left: 0; top: 2px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--white); background: var(--teal-dark); font-size: 12px; }

.booking-section { padding: 110px max(28px, calc((100vw - var(--max)) / 2 + 28px)); display: grid; grid-template-columns: .72fr 1.28fr; gap: 75px; align-items: start; background: var(--soft); }
.booking-intro { position: sticky; top: 115px; }
.booking-intro > p:not(.eyebrow) { margin: 20px 0 0; color: var(--muted); }
.booking-help { margin-top: 30px; padding: 24px; border: 1px solid var(--line); border-radius: 18px; display: flex; flex-direction: column; background: var(--white); }
.booking-help a { margin: 5px 0 3px; color: var(--teal-dark); text-decoration: none; font-size: 1.65rem; font-weight: 950; }
.booking-help span { color: var(--muted); font-size: 13px; }
form { padding: 34px; border: 1px solid var(--line); border-radius: 28px; background: var(--white); box-shadow: 0 22px 60px rgba(7,59,76,.09); }
.form-title { display: flex; align-items: center; gap: 14px; }
.form-title > span { flex: 0 0 44px; width: 44px; height: 44px; border-radius: 13px; display: flex; align-items: center; justify-content: center; color: var(--white); background: var(--deep); font-size: 18px; font-weight: 950; }
.form-title strong, .form-title small { display: block; }
.form-title strong { font-size: 1.18rem; }
.form-title small { margin-top: 2px; color: var(--muted); font-size: 13px; }
.choice-grid { margin: 22px 0 0; padding: 0; border: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.choice-grid label { position: relative; cursor: pointer; }
.choice-grid input { position: absolute; opacity: 0; pointer-events: none; }
.choice-grid label > span { min-height: 62px; padding: 13px 15px; border: 2px solid var(--line); border-radius: 13px; display: flex; align-items: center; color: #28434b; font-size: 15px; font-weight: 800; }
.choice-grid input:checked + span { color: var(--deep); border-color: var(--teal); background: #e7f8f6; box-shadow: 0 0 0 3px rgba(6,168,156,.11); }
.choice-grid input:focus-visible + span { outline: 4px solid rgba(6,168,156,.3); }
.form-divider { height: 1px; margin: 30px 0; background: var(--line); }
.field-row { margin-top: 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { margin-top: 16px; display: block; color: #223e47; font-size: 14px; font-weight: 850; }
.field-row .field { margin-top: 0; }
.field small { color: var(--muted); font-weight: 600; }
.field input, .field select, .field textarea { width: 100%; min-height: 58px; margin-top: 8px; padding: 14px 15px; border: 1.5px solid #adc5c2; border-radius: 12px; color: var(--ink); background: var(--white); }
.field textarea { min-height: 112px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #819296; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--teal); outline: 3px solid rgba(6,168,156,.14); }
.hp-field { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.submit-button { width: 100%; min-height: 78px; margin-top: 24px; padding: 14px 18px; border: 0; border-radius: 15px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--white); background: var(--teal-dark); cursor: pointer; }
.submit-button:hover { background: #036860; }
.submit-button:disabled { opacity: .65; cursor: wait; }
.submit-button .submit-label { font-size: 20px; font-weight: 950; }
.submit-button small { color: #c5ebe7; font-size: 12px; }
.form-note { margin: 13px 0 0; color: var(--muted); text-align: center; font-size: 12px; }
.form-status { margin: 14px 0 0; }
.form-status.success, .form-status.error { padding: 16px; border-radius: 13px; text-align: center; }
.form-status.success { color: #075c45; background: #e5f7ee; }
.form-status.error { color: var(--danger); background: #fff0ee; }
.form-status strong, .form-status span { display: block; }
.form-status span { margin-top: 4px; font-size: 13px; }

.area-section { max-width: var(--max); margin: 0 auto; padding: 100px 28px; display: grid; grid-template-columns: .95fr 1.05fr; gap: 80px; align-items: center; }
.area-section p:not(.eyebrow) { color: var(--muted); }
.text-link { color: var(--teal-dark); font-weight: 900; }
.faq-section { padding-top: 15px; }
.faq-list { max-width: 900px; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 72px; padding: 19px 2px; display: flex; align-items: center; justify-content: space-between; gap: 25px; cursor: pointer; list-style: none; font-weight: 850; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 33px; height: 33px; flex: 0 0 33px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--white); background: var(--teal-dark); }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 760px; margin: 0; padding: 0 0 23px; color: var(--muted); }
.faq-cta { margin-top: 28px; padding: 26px; border-radius: 20px; display: grid; grid-template-columns: 1fr auto; gap: 4px 25px; align-items: center; background: var(--soft); }
.faq-cta strong { font-size: 1.15rem; }
.faq-cta span { color: var(--muted); font-size: 14px; }
.faq-cta .btn { grid-column: 2; grid-row: 1/3; }

.final-cta { padding: 88px max(28px, calc((100vw - var(--max)) / 2 + 28px)); display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; color: var(--white); background: var(--deep); }
.final-cta p:last-child { margin-bottom: 0; color: #c8dfe0; }
.final-actions { display: flex; flex-direction: column; gap: 10px; }
.privacy { max-width: var(--max); margin: 0 auto; padding: 32px 28px; }
.privacy summary { cursor: pointer; font-weight: 800; }
.privacy p { max-width: 850px; color: var(--muted); font-size: 13px; }
footer { padding: 58px max(28px, calc((100vw - var(--max)) / 2 + 28px)) 22px; color: #c8dcde; background: var(--deep-2); }
.footer-inner { display: grid; grid-template-columns: 1fr 1fr auto; gap: 45px; align-items: center; }
.footer-brand { color: var(--white); }
.footer-brand small { color: #8fd8d2; }
.footer-inner p { color: #9dbabd; font-size: 14px; }
.footer-links { display: flex; flex-direction: column; gap: 6px; align-items: flex-start; }
.footer-links a { color: #d7e7e8; font-size: 14px; }
.copyright { margin-top: 38px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.11); color: #789b9f; font-size: 12px; }

.desktop-float { position: fixed; z-index: 45; right: 20px; bottom: 20px; border-radius: 16px; display: flex; overflow: hidden; box-shadow: 0 15px 40px rgba(5,45,58,.26); }
.desktop-float a { min-height: 66px; padding: 11px 17px; display: flex; flex-direction: column; justify-content: center; color: var(--white); background: var(--deep); text-decoration: none; }
.desktop-float a:last-child { width: 64px; padding: 0; align-items: center; font-size: 22px; background: var(--teal-dark); }
.desktop-float small { color: #a9c7c9; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.desktop-float strong { font-size: 16px; }
.mobile-cta { display: none; }

@media (max-width: 980px) {
  .site-header nav { display: none; }
  .header-call { margin-left: auto; }
  .hero { grid-template-columns: 1fr; gap: 34px; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .booking-section { gap: 44px; grid-template-columns: .65fr 1.35fr; }
  form { padding: 28px; }
}

@media (max-width: 780px) {
  html { scroll-padding-top: 77px; }
  body { padding-bottom: calc(78px + env(safe-area-inset-bottom)); font-size: 16px; }
  .site-header { min-height: 76px; padding: 9px 15px; gap: 12px; }
  .brand { gap: 9px; }
  .brand img { width: 48px; height: 48px; }
  .brand strong { font-size: 14px; }
  .brand small { margin-top: 4px; font-size: 9px; }
  .header-call { display: none; }
  .header-book { margin-left: auto; min-height: 46px; padding: 10px 13px; font-size: 13px; }
  .hero { min-height: auto; padding: 55px 20px 62px; grid-template-columns: 1fr; gap: 35px; text-align: left; }
  .hero-copy { align-items: flex-start; }
  .hero::before { right: -330px; }
  .hero h1 { font-size: clamp(2.65rem, 12.2vw, 4rem); }
  .hero h1 small { margin-top: 13px; font-size: .5em; }
  .hero-lead { margin-top: 22px; font-size: 1.04rem; }
  .hero-actions { width: 100%; display: grid; grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; }
  .hero-points { justify-content: flex-start; display: grid; gap: 7px; }
  .hero-card { padding: 23px; }
  .quick-strip { padding: 22px 20px; align-items: stretch; flex-direction: column; gap: 14px; }
  .quick-strip .btn { width: 100%; }
  .section { padding: 75px 20px; }
  .section-heading { margin-bottom: 32px; }
  .section-heading h2, .booking-intro h2, .area-section h2, .final-cta h2 { font-size: clamp(2.1rem, 9.5vw, 3.25rem); }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 230px; }
  .inline-cta { padding: 22px; align-items: stretch; flex-direction: column; gap: 16px; }
  .inline-cta .btn { width: 100%; }
  .steps-section { padding: 75px 20px; }
  .steps { grid-template-columns: 1fr; }
  .steps li { min-height: auto; display: flex; gap: 18px; }
  .steps h3 { margin-top: 1px; }
  .centered { width: 100%; }
  .booking-section { padding: 75px 16px; grid-template-columns: 1fr; gap: 32px; }
  .booking-intro { padding: 0 4px; position: static; }
  form { padding: 23px 17px; border-radius: 22px; }
  .choice-grid { grid-template-columns: 1fr; }
  .choice-grid label > span { min-height: 60px; }
  .field-row { grid-template-columns: 1fr; }
  .field input, .field select, .field textarea { font-size: 16px; }
  .submit-button { min-height: 82px; }
  .area-section { padding: 75px 20px; grid-template-columns: 1fr; gap: 28px; }
  .photo-section { padding: 75px 20px; grid-template-columns: 1fr; gap: 34px; }
  .photo-stack { min-height: 540px; grid-template-rows: 1.35fr .65fr; }
  .photo-frame { min-height: 0; }
  .photo-copy h2 { font-size: clamp(2.15rem,9.5vw,3.25rem); }
  .photo-copy .btn { width: 100%; }
  .faq-section { padding-top: 0; }
  .faq-list summary { min-height: 74px; }
  .faq-cta { grid-template-columns: 1fr; gap: 8px; }
  .faq-cta .btn { grid-column: 1; grid-row: auto; margin-top: 10px; width: 100%; }
  .final-cta { padding: 75px 20px; grid-template-columns: 1fr; gap: 30px; }
  .final-actions .btn { width: 100%; }
  .footer-inner { grid-template-columns: 1fr; gap: 22px; }
  .desktop-float { display: none; }
  .mobile-cta { position: fixed; z-index: 55; inset: auto 0 0; padding: 9px 10px calc(9px + env(safe-area-inset-bottom)); display: grid; grid-template-columns: 1.25fr .75fr; gap: 8px; background: rgba(5,45,58,.97); box-shadow: 0 -8px 26px rgba(5,45,58,.22); }
  .mobile-cta a { min-height: 56px; border-radius: 13px; display: flex; align-items: center; justify-content: center; color: var(--white); text-decoration: none; font-size: 15px; font-weight: 900; }
  .mobile-book { background: var(--teal-dark); }
  .mobile-call { border: 1px solid #557981; }
}

@media (max-width: 390px) {
  .brand img { width: 44px; height: 44px; }
  .header-book { padding-left: 11px; padding-right: 11px; }
  .hero { padding-left: 16px; padding-right: 16px; }
  .hero h1 { font-size: 2.55rem; }
  .hero-card { padding: 20px; }
  .booking-help a { font-size: 1.4rem; }
  .form-title > span { flex-basis: 40px; width: 40px; height: 40px; }
}

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