:root {
  --ink: #142f2c;
  --muted: #5a716d;
  --teal: #0d5c4e;
  --teal-bright: #147866;
  --sand: #f1e6d5;
  --warm: #e0a45f;
  --paper: #fbfcfa;
  --line: #d9e2df;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; min-width: 320px; background: var(--paper); }
body, button, input, select, textarea { font: inherit; }
a { color: inherit; }
img { max-width: 100%; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 14px; border-radius: 7px; color: white; background: var(--teal); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.eyebrow { margin: 0; color: var(--teal-bright); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.site-header { position: relative; z-index: 20; display: flex; width: min(1240px, calc(100% - 40px)); min-height: 82px; align-items: center; justify-content: space-between; gap: 30px; margin: 0 auto; }
.brand { display: flex; align-items: center; gap: 11px; color: inherit; text-decoration: none; }
.brand img { width: 56px; height: 56px; object-fit: contain; }
.brand span { display: grid; }
.brand strong { font-size: 1.05rem; letter-spacing: -.02em; }
.brand small { margin-top: 2px; color: var(--muted); font-size: .7rem; }
.site-header nav { display: flex; gap: 25px; }
.site-header nav a { color: #3d5753; font-size: .78rem; font-weight: 750; text-decoration: none; }
.site-header nav a:hover { color: var(--teal); }
.header-call { display: grid; justify-items: end; color: var(--teal); text-decoration: none; }
.header-call span { color: var(--muted); font-size: .65rem; font-weight: 750; text-transform: uppercase; }
.header-call strong { margin-top: 2px; font-size: .94rem; }
.hero { position: relative; min-height: 690px; overflow: hidden; color: white; background: #173d37; }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media { background: url('/assets/hero-hot-tub.webp') 67% center / cover no-repeat; transform: scale(1.01); }
.hero-shade { background: linear-gradient(90deg, rgba(7, 27, 24, .94) 0%, rgba(7, 27, 24, .78) 44%, rgba(7, 27, 24, .18) 76%, rgba(7, 27, 24, .03) 100%); }
.hero-content { position: relative; z-index: 1; display: grid; width: min(1180px, calc(100% - 40px)); min-height: 690px; align-content: center; margin: 0 auto; padding: 70px 0 58px; }
.hero-content .eyebrow { color: #f0c690; }
.hero h1 { max-width: 750px; margin: 17px 0 20px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.1rem, 7vw, 6.2rem); font-weight: 500; letter-spacing: -.055em; line-height: .98; text-wrap: balance; }
.hero-lede { max-width: 680px; margin: 0; color: #e3eeeb; font-size: clamp(1rem, 2vw, 1.2rem); line-height: 1.65; }
.hero-actions, .closing-cta > div { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 19px; border: 1px solid transparent; border-radius: 8px; font-weight: 850; text-align: center; text-decoration: none; cursor: pointer; }
.button-primary { color: white; background: var(--teal-bright); box-shadow: 0 8px 24px rgba(3, 49, 41, .2); }
.button-primary:hover { background: #0f6858; }
.button-ghost { border-color: rgba(255,255,255,.5); color: white; background: rgba(255,255,255,.06); backdrop-filter: blur(4px); }
.hero-facts { display: grid; max-width: 760px; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin: 48px 0 0; padding: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 10px; background: rgba(255,255,255,.18); list-style: none; }
.hero-facts li { display: grid; gap: 4px; padding: 15px; background: rgba(11, 40, 36, .78); backdrop-filter: blur(7px); }
.hero-facts strong { color: white; font-size: .9rem; }
.hero-facts span { color: #c9d9d5; font-size: .68rem; line-height: 1.4; }
.trust-strip { display: grid; width: min(1100px, calc(100% - 40px)); grid-template-columns: repeat(3, 1fr); gap: 1px; margin: -28px auto 0; position: relative; z-index: 3; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: var(--line); box-shadow: 0 17px 40px rgba(12, 46, 40, .1); }
.trust-strip > div { display: flex; align-items: center; gap: 13px; padding: 19px; background: white; }
.trust-strip > div > span { display: grid; flex: 0 0 38px; width: 38px; height: 38px; place-items: center; border-radius: 50%; color: var(--teal); background: #e7f3ef; font-size: .68rem; font-weight: 900; }
.trust-strip p { display: grid; gap: 3px; margin: 0; color: var(--muted); font-size: .7rem; }
.trust-strip strong { color: var(--ink); font-size: .78rem; }
.split-section, .request-section, .service-area { display: grid; width: min(1120px, calc(100% - 40px)); grid-template-columns: 1.03fr .97fr; gap: clamp(35px, 7vw, 90px); align-items: start; margin: 0 auto; padding: 110px 0; }
.section-copy h2, .section-heading h2, .request-intro h2, .service-area h2, .closing-cta h2, .legal-content h1 { margin: 12px 0 20px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.35rem, 5vw, 4.3rem); font-weight: 500; letter-spacing: -.045em; line-height: 1.02; text-wrap: balance; }
.section-copy > p:last-of-type, .request-intro > p, .service-area > div > p:last-child { color: var(--muted); font-size: 1rem; line-height: 1.75; }
.important-note { margin-top: 28px; padding: 19px; border-left: 4px solid var(--warm); background: #fff7ec; }
.important-note strong { color: #72512b; }
.important-note p { margin: 7px 0 0; color: #6f6252; font-size: .84rem; line-height: 1.6; }
.symptoms-card { padding: clamp(25px, 4vw, 42px); border-radius: 18px; color: white; background: var(--teal); box-shadow: 0 23px 55px rgba(8, 71, 59, .16); }
.symptoms-card .eyebrow { color: #b9ded5; }
.symptoms-card h3 { margin: 10px 0 22px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.7rem, 3vw, 2.5rem); font-weight: 500; }
.check-list { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 28px; color: #e8f3f0; line-height: 1.5; }
.check-list li::before { position: absolute; top: 1px; left: 0; display: grid; width: 19px; height: 19px; place-items: center; border-radius: 50%; color: var(--teal); background: #d3e9e3; content: "✓"; font-size: .68rem; font-weight: 900; }
.scope-note { margin: 25px 0 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.18); color: #c6ddd7; font-size: .75rem; line-height: 1.55; }
.process-section { padding: 100px 20px; background: #eef3f1; }
.section-heading { width: min(1120px, 100%); margin: 0 auto; }
.section-heading h2 { max-width: 740px; }
.process-grid { display: grid; width: min(1120px, 100%); grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 45px auto 0; padding: 0; list-style: none; counter-reset: process; }
.process-grid li { padding: 24px; border: 1px solid #d9e3e0; border-radius: 13px; background: white; }
.process-grid li > span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; color: white; background: var(--teal); font-size: .72rem; font-weight: 900; }
.process-grid h3 { margin: 24px 0 9px; font-size: 1rem; }
.process-grid p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.6; }
.request-section { align-items: start; }
.request-intro { position: sticky; top: 25px; }
.phone-card { display: grid; margin-top: 28px; padding: 20px; border: 1px solid var(--line); border-radius: 13px; color: inherit; background: #f1f6f4; text-decoration: none; }
.phone-card span { color: var(--muted); font-size: .7rem; font-weight: 750; text-transform: uppercase; }
.phone-card strong { margin: 6px 0; color: var(--teal); font-size: 1.6rem; }
.phone-card small { color: var(--muted); line-height: 1.5; }
.lead-form { display: grid; gap: 15px; padding: clamp(22px, 4vw, 34px); border: 1px solid #d5e0dc; border-radius: 18px; background: white; box-shadow: 0 23px 55px rgba(17, 61, 56, .08); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.lead-form label { display: grid; gap: 7px; color: #27433f; font-size: .76rem; font-weight: 850; }
.lead-form label > span[aria-hidden="true"] { color: #9b4c3b; }
.lead-form .optional { color: #81908e; font-size: .64rem; font-weight: 650; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; min-height: 46px; padding: 11px 12px; border: 1px solid #b8cbc6; border-radius: 8px; color: var(--ink); background: white; outline: none; }
.lead-form textarea { min-height: 125px; resize: vertical; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--teal-bright); box-shadow: 0 0 0 3px rgba(20, 120, 102, .13); }
.privacy-check { display: grid !important; grid-template-columns: auto 1fr; align-items: start; gap: 9px !important; color: #50635f !important; font-weight: 600 !important; line-height: 1.5; }
.privacy-check input { width: 17px; min-height: 17px; margin-top: 2px; }
.privacy-check a { color: var(--teal); }
.honeypot { position: absolute !important; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.submit-button { width: 100%; border: 0; }
.submit-button:disabled { cursor: wait; opacity: .65; }
.form-fine-print { margin: -4px 0 0; color: #71827f; font-size: .68rem; line-height: 1.5; text-align: center; }
.form-status { padding: 12px; border-radius: 8px; color: #7c352e; background: #ffede8; font-size: .78rem; line-height: 1.45; }
.form-status.is-success { color: #155047; background: #e5f3ee; }
.service-area { grid-template-columns: 1.3fr .7fr; padding-top: 80px; border-top: 1px solid var(--line); }
.service-area aside { padding: 25px; border-radius: 15px; color: white; background: #173d37; }
.service-area aside p { color: #c9dad6; font-size: .82rem; line-height: 1.6; }
.service-area aside a { color: #f1c38d; font-size: 1.25rem; font-weight: 850; text-decoration: none; }
.faq-section { padding: 100px 20px; background: #f2eee7; }
.faq-grid { display: grid; width: min(1120px, 100%); grid-template-columns: 1fr 1fr; gap: 12px; margin: 35px auto 0; }
.faq-grid details { padding: 20px; border: 1px solid #ded4c4; border-radius: 11px; background: #fffdf9; }
.faq-grid summary { color: #2c4541; font-weight: 850; cursor: pointer; }
.faq-grid p { margin: 12px 0 0; color: var(--muted); font-size: .8rem; line-height: 1.6; }
.closing-cta { display: grid; justify-items: center; padding: 105px 20px; color: white; background: var(--teal); text-align: center; }
.closing-cta .eyebrow { color: #b9ded5; }
.closing-cta h2 { max-width: 760px; }
.closing-cta > div { justify-content: center; }
.site-footer { display: grid; width: min(1120px, calc(100% - 40px)); grid-template-columns: 1fr 1fr 1fr; gap: 35px; margin: 0 auto; padding: 50px 0 80px; color: var(--muted); font-size: .75rem; line-height: 1.6; }
.footer-brand { display: flex; align-items: center; gap: 10px; }
.footer-brand img { width: 50px; height: 50px; }
.footer-brand p { display: grid; margin: 0; }
.footer-brand strong { color: var(--ink); }
.site-footer address { font-style: normal; }
.site-footer > div:nth-of-type(2) { display: grid; align-content: start; justify-items: start; }
.copyright { grid-column: 1 / -1; margin: 0; padding-top: 25px; border-top: 1px solid var(--line); }
.consent-banner { position: fixed; z-index: 80; right: 20px; bottom: 20px; left: 20px; display: flex; max-width: 900px; align-items: center; justify-content: space-between; gap: 25px; margin: 0 auto; padding: 18px; border: 1px solid #b8cbc6; border-radius: 12px; background: white; box-shadow: 0 18px 60px rgba(7, 34, 29, .24); }
.consent-banner[hidden] { display: none; }
.consent-banner strong { display: block; margin-bottom: 5px; }
.consent-banner p { margin: 0; color: var(--muted); font-size: .74rem; line-height: 1.5; }
.consent-banner > div:last-child { display: flex; flex: 0 0 auto; gap: 8px; }
.consent-banner button:not(.button) { border: 0; color: var(--teal); background: transparent; font-weight: 850; cursor: pointer; }
.consent-banner .button { min-height: 40px; }
.mobile-cta { display: none; }
.legal-page { background: #f2f6f4; }
.legal-content { width: min(790px, calc(100% - 40px)); margin: 45px auto 90px; padding: clamp(25px, 5vw, 55px); border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: 0 20px 55px rgba(17, 61, 56, .07); }
.legal-content h1 { font-size: clamp(2.6rem, 6vw, 4.7rem); }
.legal-content h2 { margin-top: 35px; font-size: 1.18rem; }
.legal-content p { color: var(--muted); line-height: 1.75; }
.legal-updated { margin-top: -12px; font-size: .75rem; }
.thanks-page { display: grid; min-height: 100vh; place-items: center; padding: 25px; background: radial-gradient(circle at top right, #dbece7, transparent 34rem), #eef4f1; }
.thanks-card { display: grid; width: min(620px, 100%); justify-items: center; padding: clamp(30px, 7vw, 60px); border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: 0 25px 70px rgba(12, 57, 49, .12); text-align: center; }
.thanks-card > img { width: 88px; height: 88px; margin-bottom: 18px; object-fit: contain; }
.thanks-card h1 { margin: 12px 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.2rem, 7vw, 4rem); font-weight: 500; letter-spacing: -.04em; line-height: 1.03; }
.thanks-card > p { color: var(--muted); line-height: 1.65; }
.thanks-next { margin: 15px 0 22px; padding: 18px; border-radius: 10px; background: #eef6f3; }
.thanks-next p { margin: 6px 0 0; color: var(--muted); font-size: .8rem; line-height: 1.55; }
.thanks-card .text-link { margin-top: 16px; color: var(--teal); font-size: .78rem; font-weight: 750; }

@media (max-width: 850px) {
  .site-header nav { display: none; }
  .hero, .hero-content { min-height: 640px; }
  .hero-media { background-position: 64% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(7,27,24,.93), rgba(7,27,24,.65) 68%, rgba(7,27,24,.26)); }
  .trust-strip { grid-template-columns: 1fr; }
  .split-section, .request-section, .service-area { grid-template-columns: 1fr; }
  .request-intro { position: static; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .site-footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 570px) {
  html { scroll-padding-top: 20px; }
  .site-header { width: calc(100% - 28px); min-height: 70px; }
  .brand img { width: 47px; height: 47px; }
  .brand strong { font-size: .9rem; }
  .header-call span { display: none; }
  .header-call strong { font-size: .78rem; }
  .hero { min-height: 700px; }
  .hero-media { background-position: 70% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(7,27,24,.95) 0%, rgba(7,27,24,.83) 58%, rgba(7,27,24,.38) 100%); }
  .hero-content { min-height: 700px; align-content: end; padding-bottom: 35px; }
  .hero h1 { font-size: clamp(3rem, 14vw, 4.4rem); }
  .hero-actions { display: grid; }
  .hero-facts { grid-template-columns: 1fr; margin-top: 28px; }
  .hero-facts li { grid-template-columns: auto 1fr; align-items: baseline; gap: 8px; }
  .trust-strip { margin-top: 0; border-radius: 0; width: 100%; }
  .split-section, .request-section, .service-area { width: calc(100% - 30px); padding: 75px 0; }
  .process-section, .faq-section { padding: 75px 15px; }
  .process-grid, .faq-grid, .form-row { grid-template-columns: 1fr; }
  .process-grid { margin-top: 28px; }
  .lead-form { padding: 19px; }
  .service-area { padding-top: 65px; }
  .site-footer { grid-template-columns: 1fr; padding-bottom: 95px; }
  .copyright { grid-column: auto; }
  .consent-banner { display: grid; right: 10px; bottom: 72px; left: 10px; gap: 14px; }
  .consent-banner[hidden] { display: none; }
  .consent-banner > div:last-child { width: 100%; justify-content: flex-end; }
  .mobile-cta { position: fixed; z-index: 60; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: .7fr 1.3fr; gap: 7px; padding: 7px 10px calc(7px + env(safe-area-inset-bottom)); border-top: 1px solid #d4dfdc; background: rgba(255,255,255,.97); backdrop-filter: blur(10px); }
  .mobile-cta a { display: grid; min-height: 43px; place-items: center; border: 1px solid var(--teal); border-radius: 7px; color: var(--teal); font-size: .8rem; font-weight: 850; text-decoration: none; }
  .mobile-cta a:last-child { color: white; background: var(--teal); }
  .thanks-page { padding-bottom: 80px; }
}

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