/* Gaines Soft Water, Hill Country Editorial */
/* Generated by Product Advance AM8. Protected Build. */

:root {
  --paper: #f6f2ea;
  --paper-deep: #efe8da;
  --panel: #fcfaf4;
  --ink: #0d2b3e;
  --ink-soft: #41586a;
  --ink-faint: #6b7f8e;
  --sky: #4fa8e0;
  --water: #19629c;
  --rust: #b4562a;
  --hairline: rgba(13, 43, 62, 0.16);
  --hairline-strong: rgba(13, 43, 62, 0.32);
  --serif: 'Zodiak', Georgia, 'Times New Roman', serif;
  --sans: 'General Sans', 'Segoe UI', Tahoma, sans-serif;
  --mono: ui-monospace, 'Cascadia Mono', Consolas, 'Courier New', monospace;
  --wrap: 1180px;
  --gutter: clamp(1.25rem, 4vw, 3rem);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  font-weight: 400;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  font-size: 1.0625rem;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* paper grain */
body::after {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 60;
  pointer-events: none;
  opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
}

img { max-width: 100%; display: block; }

a { color: var(--water); text-decoration-thickness: 1px; text-underline-offset: 3px; }

::selection { background: var(--sky); color: #fff; }

h1, h2, h3, .form-title {
  font-family: var(--serif);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.01em;
}

h1 { font-size: clamp(2.5rem, 5.6vw, 4.4rem); }
h2 { font-size: clamp(1.9rem, 3.9vw, 3rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.55rem); line-height: 1.2; }

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--ink);
  color: #fff;
  padding: 0.6rem 1rem;
  z-index: 200;
}
.skip-link:focus { left: 0.5rem; top: 0.5rem; }

/* hand-drawn underlines */
.underlined, .underlined-blue {
  font-style: normal;
  position: relative;
  white-space: nowrap;
}
.underlined::after, .underlined-blue::after {
  content: '';
  position: absolute;
  left: -0.06em;
  right: -0.06em;
  bottom: -0.18em;
  height: 0.32em;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 22' preserveAspectRatio='none'%3E%3Cpath d='M4 15 C 40 8, 92 6, 132 10 S 200 16, 216 11' fill='none' stroke='%234fa8e0' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E");
}
.underlined-blue::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 22' preserveAspectRatio='none'%3E%3Cpath d='M4 15 C 40 8, 92 6, 132 10 S 200 16, 216 11' fill='none' stroke='%2319629c' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E");
}

.eyebrow {
  font-family: var(--mono);
  font-size: clamp(0.72rem, 0.58rem + 0.35vw, 1rem);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 1.1rem;
}
.eyebrow-light { color: rgba(252, 250, 244, 0.82); }

/* ============ buttons ============ */
.btn {
  display: inline-block;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 0.98rem;
  padding: 0.85rem 1.6rem;
  border: 1.5px solid var(--ink);
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
  will-change: transform;
}
.btn-primary {
  background: var(--ink);
  color: #fff;
  box-shadow: 4px 4px 0 rgba(79, 168, 224, 0.55);
}
.btn-primary:hover { background: var(--water); border-color: var(--water); box-shadow: 2px 2px 0 rgba(79, 168, 224, 0.55); }
.btn-light {
  background: var(--panel);
  color: var(--ink);
  border-color: var(--panel);
  box-shadow: 4px 4px 0 rgba(13, 43, 62, 0.35);
}
.btn-light:hover { background: #fff; box-shadow: 2px 2px 0 rgba(13, 43, 62, 0.35); }

/* ============ header ============ */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 0.9rem 0;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease;
}
.site-header.scrolled {
  background: rgba(246, 242, 234, 0.92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 1px 0 var(--hairline);
  padding: 0.55rem 0;
}
.header-inner {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.brand img { height: 46px; width: auto; }
.header-actions { display: flex; align-items: center; gap: 1.1rem; }
.header-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 600;
  font-size: 1.02rem;
  color: #fff;
  text-decoration: none;
  transition: color 0.25s ease;
}
.site-header.scrolled .header-phone { color: var(--ink); }
.header-phone svg { width: 17px; height: 17px; fill: var(--sky); }
.header-phone:hover { color: var(--sky); }
.header-cta { padding: 0.62rem 1.15rem; font-size: 0.9rem; }

/* ============ hero ============ */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: clamp(6.5rem, 12vh, 9rem) 0 clamp(3rem, 6vh, 5rem);
  color: #fff;
}
.hero-media { position: absolute; inset: 0; overflow: hidden; }
.hero-media img {
  width: 100%;
  height: 112%;
  object-fit: cover;
  object-position: center 38%;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(9, 26, 38, 0.82) 0%, rgba(9, 26, 38, 0.55) 44%, rgba(9, 26, 38, 0.18) 75%),
    linear-gradient(to top, rgba(9, 26, 38, 0.55), transparent 40%);
}
.hero-inner {
  position: relative;
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
  width: 100%;
}
.hero .eyebrow { color: rgba(252, 250, 244, 0.85); }
.hero-sub {
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  line-height: 1.65;
  max-width: 34em;
  margin-top: 1.4rem;
  color: rgba(252, 250, 244, 0.92);
}
.hero-proof {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem 2rem;
  margin-top: clamp(1.6rem, 4vh, 3rem);
  padding-top: 1.4rem;
  border-top: 1px solid rgba(252, 250, 244, 0.3);
  font-family: var(--mono);
  font-size: clamp(0.74rem, 0.62rem + 0.3vw, 0.95rem);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(252, 250, 244, 0.88);
}
.hero-ctas { margin-top: 2rem; display: flex; gap: 1rem; flex-wrap: wrap; }

/* lead form panel */
.hero-form-wrap { scroll-margin-top: 90px; }
.lead-form {
  background: var(--panel);
  color: var(--ink);
  border: 1.5px solid var(--ink);
  border-radius: 6px;
  box-shadow: 10px 10px 0 rgba(79, 168, 224, 0.5);
  padding: clamp(1.5rem, 2.6vw, 2.2rem);
}
.form-kicker {
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--water);
  margin-bottom: 0.5rem;
}
.form-title { font-size: clamp(1.4rem, 2.2vw, 1.75rem); margin-bottom: 0.5rem; }
.form-note { font-size: 0.9rem; color: var(--ink-soft); margin-bottom: 1.25rem; }
.field { margin-bottom: 0.95rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.9rem; }
.field label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 0.3rem;
  color: var(--ink-soft);
}
.field input, .field select, .field textarea {
  width: 100%;
  font-family: var(--sans);
  font-size: 1rem;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--hairline-strong);
  border-radius: 4px;
  padding: 0.68rem 0.8rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--sky);
  box-shadow: 0 0 0 3px rgba(79, 168, 224, 0.25);
}
.field input.invalid { border-color: var(--rust); }
.btn-submit { width: 100%; margin-top: 0.4rem; font-size: 1.02rem; }
.form-status { min-height: 1.4em; margin-top: 0.7rem; font-size: 0.9rem; color: var(--water); }
.form-status.error { color: var(--rust); }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }

.lead-form.sent .field, .lead-form.sent .btn-submit, .lead-form.sent .form-note, .lead-form.sent .field-row { display: none; }
.lead-form.sent .form-status { font-size: 1.05rem; line-height: 1.6; }

/* ============ sections ============ */
.section {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: clamp(4rem, 9vh, 7rem) var(--gutter);
}
.section-head { max-width: 720px; margin-bottom: clamp(2.2rem, 5vh, 3.6rem); }
.section-sub { margin-top: 1.1rem; color: var(--ink-soft); font-size: 1.05rem; }

/* ============ trust strip ============ */
.trust { border-bottom: 1px solid var(--hairline); background: var(--paper); }
.trust-inner {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 2.2rem var(--gutter);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.trust-item strong {
  display: block;
  font-family: var(--serif);
  font-weight: 800;
  font-size: clamp(1.9rem, 3.4vw, 2.7rem);
  line-height: 1;
  color: var(--ink);
}
.trust-item > span {
  display: block;
  margin-top: 0.45rem;
  font-size: 0.88rem;
  color: var(--ink-soft);
  max-width: 15em;
}

/* ============ symptom checker ============ */
.symptom-list { list-style: none; border-top: 1px solid var(--hairline-strong); }
.symptom-list li { border-bottom: 1px solid var(--hairline); }
.symptom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  background: none;
  border: none;
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  color: var(--ink);
  text-align: left;
  padding: 1.3rem 0.5rem;
  cursor: pointer;
  transition: background-color 0.25s ease, padding-left 0.25s ease;
}
.symptom:hover { background: rgba(79, 168, 224, 0.07); padding-left: 0.9rem; }
.symptom-mark {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  border: 1.5px solid var(--ink);
  border-radius: 4px;
  position: relative;
  background: #fff;
  transition: background-color 0.2s ease;
}
.symptom-mark::after {
  content: '';
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 74%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 13 C 7 15.5, 9 18, 10 18.5 C 12 15, 17 7.5, 21 4.5' fill='none' stroke='%23fcfaf4' stroke-width='3.4' stroke-linecap='round'/%3E%3C/svg%3E");
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 0.2s ease, transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}
li.on .symptom { background: rgba(79, 168, 224, 0.1); padding-left: 0.9rem; }
li.on .symptom-mark { background: var(--water); border-color: var(--water); }
li.on .symptom-mark::after { opacity: 1; transform: scale(1); }
.symptom-cause {
  max-height: 0;
  overflow: hidden;
  color: var(--ink-soft);
  font-size: 0.98rem;
  max-width: 46em;
  padding: 0 0.9rem;
  transition: max-height 0.45s ease, padding 0.45s ease;
}
li.on .symptom-cause { max-height: 8em; padding: 0 0.9rem 1.3rem; }
.symptom-result[hidden] { display: none; }
.symptom-result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-top: 1.8rem;
  padding: 1.3rem 1.5rem;
  border: 1.5px dashed var(--water);
  border-radius: 6px;
  background: rgba(79, 168, 224, 0.07);
}
.symptom-result p { font-size: 1.02rem; max-width: 34em; }
.symptom-result p span { font-family: var(--serif); font-weight: 700; font-size: 1.2em; color: var(--water); }

/* ============ waterline divider ============ */
.waterline { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter); }
.waterline svg { width: 100%; height: 44px; display: block; }
.waterline path { stroke: var(--sky); stroke-width: 2.5; opacity: 0.75; }

/* ============ before / after ============ */
.ba-slider {
  position: relative;
  max-width: 860px;
  margin: 0 auto;
  aspect-ratio: 8 / 7;
  overflow: hidden;
  border: 1.5px solid var(--ink);
  border-radius: 6px;
  box-shadow: 12px 12px 0 var(--paper-deep);
  touch-action: pan-y;
  --pos: 50%;
}
.ba-pane { position: absolute; inset: 0; }
.ba-pane img { width: 100%; height: 100%; object-fit: cover; }
.ba-after { clip-path: inset(0 0 0 var(--pos)); }
.ba-label {
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  background: rgba(13, 43, 62, 0.82);
  color: #fff;
  padding: 0.45rem 0.7rem;
  border-radius: 3px;
}
.ba-label-after { left: auto; right: 1rem; background: rgba(25, 98, 156, 0.88); }
.ba-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--pos);
  width: 0;
  cursor: ew-resize;
  outline-offset: 4px;
}
.ba-handle::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1.5px;
  width: 3px;
  background: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.35);
}
.ba-grip {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--panel);
  border: 1.5px solid var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
}
.ba-grip svg { width: 22px; height: 22px; }
.ba-caption {
  text-align: center;
  margin-top: 2.2rem;
  color: var(--ink-soft);
  font-size: 1rem;
}

/* ============ treatments ============ */
.treatment-rows { border-top: 1px solid var(--hairline-strong); }
.treatment-row {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: clamp(1rem, 4vw, 3rem);
  padding: clamp(1.6rem, 3.5vh, 2.4rem) 0;
  border-bottom: 1px solid var(--hairline);
}
.treatment-num {
  font-family: var(--serif);
  font-weight: 800;
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  line-height: 0.9;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--sky);
}
.treatment-body h3 { margin-bottom: 0.3rem; }
.treatment-symptom {
  font-family: var(--mono);
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--rust);
  margin-bottom: 0.7rem;
}
.treatment-body > p:last-child { max-width: 52em; color: var(--ink-soft); }

.treatment-figures {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  margin-top: clamp(2.5rem, 6vh, 4rem);
}
.tfig img {
  border: 1.5px solid var(--ink);
  border-radius: 6px;
  box-shadow: 10px 10px 0 var(--paper-deep);
}
.tfig figcaption {
  margin-top: 0.9rem;
  font-size: 0.9rem;
  color: var(--ink-soft);
  max-width: 30em;
}
.tfig-offset { transform: translateY(clamp(1rem, 4vh, 3rem)); }

.call-break {
  text-align: center;
  margin-top: clamp(3rem, 8vh, 5rem);
  padding: clamp(2rem, 5vh, 3rem) 1rem;
  border: 1.5px solid var(--ink);
  border-radius: 6px;
  background: var(--panel);
  box-shadow: 10px 10px 0 rgba(79, 168, 224, 0.5);
}
.call-break p:first-child { font-family: var(--serif); font-size: clamp(1.2rem, 2vw, 1.5rem); font-weight: 500; }
.phone-big {
  display: inline-block;
  font-family: var(--serif);
  font-weight: 800;
  font-size: clamp(2.2rem, 6vw, 3.8rem);
  letter-spacing: 0.01em;
  color: var(--water);
  text-decoration: none;
  margin: 0.4rem 0;
  transition: color 0.25s ease;
}
.phone-big:hover { color: var(--sky); }
.call-break-note { font-size: 0.92rem; color: var(--ink-soft); }

/* ============ process ============ */
.process-steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1.5rem, 3vw, 2.5rem);
  counter-reset: step;
}
.process-step { border-top: 3px solid var(--sky); padding-top: 1.2rem; }
.process-step:nth-child(even) { border-top-color: var(--water); }
.step-num {
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-faint);
}
.process-step h3 { margin: 0.6rem 0 0.7rem; }
.process-step p { font-size: 0.95rem; color: var(--ink-soft); }

/* ============ heritage ============ */
.heritage { padding-bottom: 0; }
.heritage-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
.heritage-media { position: relative; }
.heritage-media img {
  border: 1.5px solid var(--ink);
  border-radius: 6px;
  position: relative;
  z-index: 1;
}
.heritage-media::before {
  content: '';
  position: absolute;
  inset: clamp(1rem, 3vw, 2rem) auto auto clamp(-1.5rem, -2vw, -0.75rem);
  width: 100%;
  height: 100%;
  background: rgba(79, 168, 224, 0.25);
  border-radius: 6px;
}
.heritage-copy p { max-width: 36em; }
.heritage-copy p + p { margin-top: 1rem; }
.heritage-copy h2 { margin-bottom: 1.3rem; }
.heritage-sign { margin-top: 1.8rem; border-left: 3px solid var(--sky); padding-left: 1.1rem; }
.sign-name { font-family: var(--serif); font-weight: 700; font-size: 1.2rem; }
.sign-title { font-size: 0.85rem; color: var(--ink-faint); }

/* brands marquee */
.brands { margin-top: clamp(3rem, 8vh, 5rem); padding-bottom: clamp(4rem, 9vh, 6rem); }
.brands-lead {
  font-family: var(--mono);
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 1.2rem;
}
.marquee {
  overflow: hidden;
  border-top: 1px solid var(--hairline-strong);
  border-bottom: 1px solid var(--hairline-strong);
  padding: 1.1rem 0;
  mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent);
}
.marquee-track {
  display: inline-flex;
  white-space: nowrap;
  will-change: transform;
}
.marquee-track span {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(1.3rem, 2.4vw, 1.9rem);
  color: var(--ink);
  display: inline-flex;
  align-items: center;
}
.marquee-track span::after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  background: var(--sky);
  margin: 0 1.6rem;
}

/* ============ quotes ============ */
.quotes { background: var(--paper); }
.quote-rows { display: grid; gap: clamp(2rem, 5vh, 3rem); }
.quote {
  position: relative;
  max-width: 780px;
  padding-left: clamp(2.4rem, 5vw, 3.4rem);
}
.quote::before {
  content: '\201C';
  position: absolute;
  left: 0;
  top: -0.32em;
  font-family: var(--serif);
  font-weight: 800;
  font-size: clamp(3.4rem, 7vw, 5rem);
  color: var(--sky);
  line-height: 1;
}
.quote p {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(1.15rem, 2.1vw, 1.5rem);
  line-height: 1.45;
  color: var(--ink);
}
.quote footer {
  margin-top: 0.9rem;
  display: flex;
  align-items: baseline;
  gap: 0.7rem;
}
.quote cite {
  font-style: normal;
  font-weight: 600;
  font-size: 0.95rem;
}
.quote footer span {
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-faint);
}
.quote-offset { margin-left: auto; margin-right: 0; }

/* ============ service area ============ */
.area-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2.5rem, 5vw, 4.5rem);
  align-items: center;
}
.area-copy h2 { margin-bottom: 1rem; }
.area-copy > p { max-width: 32em; color: var(--ink-soft); }
.area-list {
  list-style: none;
  columns: 2;
  gap: 2.5rem;
  margin-top: 1.6rem;
  border-top: 1px solid var(--hairline-strong);
}
.area-list li {
  padding: 0.55rem 0.2rem;
  border-bottom: 1px solid var(--hairline);
  font-weight: 500;
  break-inside: avoid;
}
.area-note { margin-top: 1.4rem; font-size: 0.95rem; }
.area-media { position: relative; }
.area-media img { border: 1.5px solid var(--ink); border-radius: 6px; box-shadow: 12px 12px 0 var(--paper-deep); }
.area-pin {
  position: absolute;
  left: var(--px);
  top: var(--py);
  transform: translate(-50%, -100%);
  font-family: var(--mono);
  font-size: 0.66rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink);
  background: rgba(252, 250, 244, 0.92);
  border: 1px solid var(--ink);
  border-radius: 3px;
  padding: 0.25rem 0.5rem;
  white-space: nowrap;
}
.area-pin span {
  position: absolute;
  left: 50%;
  bottom: -7px;
  transform: translateX(-50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--water);
  border: 2px solid var(--panel);
}

/* ============ faq ============ */
.faq .section-head { margin-bottom: 1.5rem; }
.faq-list { border-top: 1px solid var(--hairline-strong); max-width: 860px; }
.faq-item { border-bottom: 1px solid var(--hairline); }
.faq-item summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  cursor: pointer;
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(1.08rem, 1.9vw, 1.35rem);
  padding: 1.25rem 0.3rem;
  transition: color 0.2s ease;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--water); }
.faq-icon {
  flex: 0 0 auto;
  position: relative;
  width: 18px;
  height: 18px;
}
.faq-icon::before, .faq-icon::after {
  content: '';
  position: absolute;
  background: var(--water);
  transition: transform 0.3s ease;
}
.faq-icon::before { left: 0; right: 0; top: 8px; height: 2px; }
.faq-icon::after { top: 0; bottom: 0; left: 8px; width: 2px; }
.faq-item[open] .faq-icon::after { transform: scaleY(0); }
.faq-body { overflow: hidden; }
.faq-body p {
  padding: 0 2.6rem 1.4rem 0.3rem;
  color: var(--ink-soft);
  max-width: 50em;
}

/* ============ closer ============ */
.closer {
  position: relative;
  color: #fff;
  padding: clamp(4.5rem, 10vh, 7.5rem) 0;
  margin-top: clamp(2rem, 5vh, 4rem);
}
.closer-media { position: absolute; inset: 0; overflow: hidden; }
.closer-media img { width: 100%; height: 100%; object-fit: cover; }
.closer-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(9, 26, 38, 0.9) 8%, rgba(9, 26, 38, 0.72) 55%, rgba(13, 43, 62, 0.55));
}
.closer-inner {
  position: relative;
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(2.5rem, 5vw, 4.5rem);
  align-items: center;
}
.closer-copy h2 { color: #fff; margin-bottom: 1.1rem; }
.closer-copy > p { max-width: 32em; color: rgba(252, 250, 244, 0.9); }
.phone-big-light { color: #fff; display: block; margin-top: 1.4rem; }
.phone-big-light:hover { color: var(--sky); }
.closer-note { font-size: 0.95rem; color: rgba(252, 250, 244, 0.8); }
.closer-note a { color: var(--sky); }
.lead-form-closer { box-shadow: 10px 10px 0 rgba(79, 168, 224, 0.4); }

/* ============ footer ============ */
.site-footer {
  background: var(--ink);
  color: rgba(252, 250, 244, 0.85);
  padding: clamp(3rem, 6vh, 4.5rem) 0 5.5rem;
}
.footer-inner {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}
.footer-brand img { height: 42px; width: auto; margin-bottom: 1rem; }
.footer-brand p { font-size: 0.92rem; max-width: 28em; color: rgba(252, 250, 244, 0.7); }
.footer-contact p { margin-bottom: 0.4rem; }
.footer-contact a { color: #fff; font-weight: 600; text-decoration: none; }
.footer-contact a:hover { color: var(--sky); }
.footer-meta { font-size: 0.82rem; color: rgba(252, 250, 244, 0.6); }
.footer-meta p + p { margin-top: 0.35rem; }
.footer-credit { padding-top: 0.6rem; }

/* ============ sticky call bar ============ */
.callbar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  display: none;
}
.callbar a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  background: var(--water);
  color: #fff;
  font-weight: 700;
  font-size: 1.02rem;
  text-decoration: none;
  padding: 0.95rem 1rem calc(0.95rem + env(safe-area-inset-bottom));
  box-shadow: 0 -4px 18px rgba(9, 26, 38, 0.35);
}
.callbar svg { width: 18px; height: 18px; fill: #fff; }

/* ============ motion gating ============ */
.js [data-reveal],
.js [data-stagger] > * { opacity: 0; transform: translateY(26px); }
.js.no-motion [data-reveal],
.js.no-motion [data-stagger] > * { opacity: 1; transform: none; }
.js .waterline path { stroke-dasharray: none; }

.split-word { display: inline-block; overflow: hidden; vertical-align: bottom; }
.split-word > span { display: inline-block; }
.js.no-motion .split-word > span { transform: none !important; }

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

/* ============ responsive ============ */
@media (max-width: 1020px) {
  .hero-inner { grid-template-columns: 1fr; gap: 3rem; }
  .hero { padding-top: 7rem; }
  .hero-form-wrap { max-width: 560px; }
  .process-steps { grid-template-columns: repeat(2, 1fr); }
  .closer-inner { grid-template-columns: 1fr; }
  .heritage-grid { grid-template-columns: 1fr; }
  .heritage-media { max-width: 520px; }
  .area-grid { grid-template-columns: 1fr; }
  .area-media { max-width: 560px; }
}

@media (max-width: 860px) {
  .trust-inner { grid-template-columns: repeat(2, 1fr); gap: 1.8rem 1.2rem; }
  .treatment-row { grid-template-columns: 64px 1fr; }
  .treatment-figures { grid-template-columns: 1fr; }
  .tfig-offset { transform: none; }
  .tfig { max-width: 560px; }
  .footer-inner { grid-template-columns: 1fr; gap: 2rem; }
  .callbar { display: block; }
  body { padding-bottom: 0; }
  .quote-offset { margin-left: 0; }
}

@media (max-width: 640px) {
  .area-pin:nth-of-type(3), .area-pin:nth-of-type(7) { display: none; }
  .header-phone span { display: none; }
  .header-phone svg { width: 21px; height: 21px; }
  .brand img { height: 38px; }
  .field-row { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr; }
  .area-list { columns: 2; gap: 1.4rem; }
  .ba-slider { aspect-ratio: 4 / 5; }
  .hero { min-height: 0; }
  .hero-proof { grid-template-columns: repeat(2, 1fr); }
  .hero-media img { height: 118%; }
  .symptom { gap: 0.9rem; }
  .symptom-result { padding: 1.1rem; }
  .symptom-result .btn { width: 100%; text-align: center; }
}
