/* Spring LP Regular by LetterPerfect, MyFonts Webfont Build ID 3867246. */
@font-face {
  font-family: 'Spring LP';
  src: url('/assets/fonts/spring-lp-regular.woff2') format('woff2'),
       url('/assets/fonts/spring-lp-regular.woff') format('woff');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
:root {
  --ink: #395581;
  --navy: #395581;
  --water: #1e81a1;
  --slate: #728399;
  --blush: #d08e9a;
  --soft-blush: #efc5c6;
  --pale-blush: color-mix(in srgb, var(--soft-blush) 45%, white);
  --ivory: #ffffff;
  --white: #ffffff;
  --line: rgba(57, 85, 129, .18);
  --ink-soft: var(--navy);
  --serif: Georgia, 'Times New Roman', serif;
  --brand-script: 'Spring LP', Georgia, serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--ivory); font-family: var(--sans); line-height: 1.65; }
a { color: inherit; }
img { max-width: 100%; display: block; }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 1rem; top: 1rem; z-index: 100; background: white; padding: .7rem 1rem; }
.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--line); background: white; }
.nav-shell { max-width: 1240px; margin: auto; min-height: 84px; padding: 0 26px; display: flex; align-items: center; gap: 24px; }
.brand { position: relative; width: 320px; height: 84px; flex: 0 0 320px; margin-right: auto; overflow: hidden; text-decoration: none; }
.brand-logo { position: absolute; top: -25px; left: -27px; width: 500px; max-width: none; height: auto; }
.nav { display: flex; align-items: center; gap: 22px; }
.nav a { text-decoration: none; font-size: .72rem; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; white-space: nowrap; }
.nav a:hover, .nav a[aria-current='page'] { color: var(--water); }
.button, .nav .button { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; min-height: 46px; padding: .74rem 1.3rem; border: 1px solid var(--navy); border-radius: 999px; background: var(--navy); color: white; text-decoration: none; text-transform: uppercase; font-size: .72rem; font-weight: 800; letter-spacing: .105em; transition: .2s ease; }
.button:hover { transform: translateY(-2px); background: color-mix(in srgb, var(--navy) 25%, var(--water)); border-color: var(--navy); }
.button.ghost { background: transparent; color: var(--navy); }
.button.light { background: var(--soft-blush); color: var(--navy); border-color: var(--soft-blush); }
.button.ghost:hover, .button.light:hover { background: var(--soft-blush); color: var(--navy); border-color: var(--navy); }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--ink); font: inherit; font-weight: 800; }
.hero { min-height: 720px; display: grid; align-items: center; background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.88) 38%, rgba(255,255,255,.07) 76%), url('/assets/water-hero.png') center/cover; }
.hero-inner { width: min(1180px, calc(100% - 48px)); margin: auto; padding: 95px 0 110px; }
.eyebrow { margin: 0 0 1.2rem; color: var(--navy); font-size: .72rem; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.07; margin-top: 0; }
h1, h2 { font-family: var(--brand-script); font-weight: 400; line-height: 1.23; letter-spacing: 0; }
h1 { max-width: 850px; margin-bottom: 1.4rem; font-size: clamp(3.25rem, 6.5vw, 6.8rem); }
h2 { font-size: clamp(2.2rem, 4vw, 4.5rem); }
h3 { font-size: 1.55rem; }
.hero-copy { max-width: 650px; font-size: 1.16rem; }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.section { padding: 108px 24px; }
.section.compact { padding-top: 70px; padding-bottom: 70px; }
.section.blue { background: var(--navy); color: white; }
.section.mist { background: var(--pale-blush); }
.section.blush { background: var(--soft-blush); }
main > .section.blue,
main > .section.mist,
main > .section.blush,
main > .band { position: relative; margin-top: 42px; }
main > .section.blue::before,
main > .section.mist::before,
main > .section.blush::before,
main > .band::before {
  content: '';
  position: absolute;
  inset: -42px 0 auto;
  height: 43px;
  background: inherit;
  clip-path: polygon(0 74%, 6% 68%, 12% 54%, 18% 39%, 24% 31%, 30% 35%, 36% 49%, 42% 65%, 48% 75%, 54% 77%, 60% 69%, 66% 54%, 72% 39%, 78% 32%, 84% 36%, 90% 49%, 96% 63%, 100% 68%, 100% 100%, 0 100%);
}
main > .section.blush::before,
main > .band::before { transform: scaleX(-1); }
.wrap { max-width: 1120px; margin: auto; }
.intro { max-width: 820px; margin: 0 auto 56px; text-align: center; }
.intro p { font-size: 1.08rem; }
.lede { font: 500 clamp(1.4rem, 2.1vw, 2rem)/1.45 var(--sans); }
.grid { display: grid; gap: 24px; }
.grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.grid.five { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.card { position: relative; min-height: 280px; padding: 34px; background: rgba(255,255,255,.82); border: 1px solid var(--soft-blush); display: flex; flex-direction: column; box-shadow: 0 18px 55px rgba(208,142,154,.11); }
.card .num { font: italic 1.2rem var(--sans); color: var(--blush); }
.card h3 { margin: auto 0 .8rem; }
.card p { margin: 0 0 1.5rem; }
.process-card { min-height: 245px; }
.specialty-feature { max-width: 760px; min-height: 0; margin: 0 auto; }
.specialty-feature h3 { margin: 1.2rem 0 .8rem; }
.specialty-feature .button { align-self: flex-start; margin-top: .35rem; }
.text-link { margin-top: auto; font-size: .72rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; text-decoration-color: var(--blush); text-underline-offset: 5px; }
.split { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(45px, 8vw, 110px); }
.portrait-shape { min-height: 510px; background: linear-gradient(145deg, var(--soft-blush), var(--water)); border-radius: 48% 48% 8px 8px; position: relative; overflow: hidden; }
.portrait-shape::before { content: 'J'; position: absolute; inset: 0; display: grid; place-items: center; font: 300 18rem/1 var(--serif); color: rgba(255,255,255,.62); }
.portrait-photo { background: var(--pale-blush); }
.portrait-photo::before { content: none; }
.portrait-photo img { display: block; width: 100%; height: 100%; min-height: 510px; object-fit: cover; object-position: center 42%; }
.quote { border-left: 2px solid var(--blush); padding-left: 30px; font: 500 clamp(1.45rem, 2.5vw, 2.5rem)/1.35 var(--sans); }
.reassurance-quote { line-height: 1.2; }
.reassurance h2 { margin-bottom: .15rem; }
.reassurance .lede { margin-top: 0; }
.band { padding: 95px 24px; background: linear-gradient(120deg, var(--navy) 15%, color-mix(in srgb, var(--navy) 25%, var(--water))); color: white; }
.band .wrap { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.band h2 { max-width: 760px; margin-bottom: .7rem; }
.page-hero { padding: 110px 24px 90px; background: linear-gradient(135deg, var(--soft-blush), var(--ivory) 65%); }
.page-hero .wrap { max-width: 1000px; }
.page-hero h1 { max-width: 900px; font-size: clamp(3.2rem, 6vw, 6.3rem); }
.page-hero p { max-width: 760px; font-size: 1.18rem; }
.availability { max-width: 820px; margin: 2rem 0 1.5rem; padding: 1.15rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1.5rem 3rem; }
.availability div { display: grid; gap: .25rem; }
.availability small { color: var(--navy); font-size: .72rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.availability strong { font: 500 clamp(1.3rem, 2.1vw, 1.85rem)/1.2 var(--sans); color: var(--navy); }
.availability span { color: var(--ink-soft); font-size: .9rem; }
.reclamation-hero { background: linear-gradient(135deg, var(--soft-blush), var(--ivory) 66%); }
.coaching-detail-hero { background: linear-gradient(135deg, var(--pale-blush), var(--ivory) 68%); }
.release-hero { background: linear-gradient(135deg, var(--soft-blush), var(--ivory) 68%); }
.reclamation-hero .lede { max-width: 900px; font-size: clamp(1.5rem, 2.4vw, 2.25rem); }
.session-note { margin-top: 1rem; color: var(--navy); font-size: .94rem !important; }
.choice { padding: 30px 0; border-top: 1px solid var(--line); }
.choice:last-child { border-bottom: 1px solid var(--line); }
.choice h3 { margin-bottom: .45rem; }
.price { font: 500 2.2rem var(--sans); color: var(--navy); }
.review-score { font: 500 clamp(4rem, 10vw, 8rem)/1 var(--sans); }
.testimonials .intro { color: white; }
.testimonials .eyebrow { color: var(--soft-blush); }
.testimonial { margin: 0; padding: 28px; border: 1px solid rgba(255,255,255,.24); background: rgba(255,255,255,.08); }
.testimonial p { margin: 0 0 1.5rem; font: 500 clamp(1.35rem, 2.2vw, 1.8rem)/1.35 var(--sans); }
.testimonial footer { color: var(--ivory); font-size: .85rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.button.light.outline { background: transparent; color: var(--ivory); border-color: rgba(255,255,255,.6); }
.button.light.outline:hover { background: rgba(255,255,255,.1); color: white; border-color: white; }
.list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px 26px; padding: 0; list-style: none; }
.list li { padding: 14px 0 14px 25px; border-bottom: 1px solid var(--line); position: relative; }
.list li::before { content: '·'; position: absolute; left: 5px; color: var(--blush); font-size: 1.5rem; }
.faq details { padding: 22px 0; border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; font-weight: 750; }
.faq p { max-width: 820px; }
.prose { max-width: 850px; }
.prose p { margin: 0 0 1.25rem; }
.coming { border: 1px solid var(--line); padding: 50px; background: white; text-align: center; }
.site-footer { padding: 70px 24px 35px; background: var(--navy); color: rgba(255,255,255,.9); }
.footer-grid { max-width: 1120px; margin: auto; display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 50px; }
.footer-title { color: white; font: 400 2.7rem/1.2 var(--brand-script); }
.footer-links { display: grid; align-content: start; gap: .65rem; }
.footer-links a { text-decoration-color: rgba(255,255,255,.3); text-underline-offset: 4px; }
.fine { max-width: 1120px; margin: 45px auto 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.15); font-size: .78rem; }
@media (max-width: 940px) {
  .menu-toggle { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; min-width: 48px; min-height: 44px; padding: 0 8px; cursor: pointer; border: 1px solid var(--line); border-radius: 999px; font-size: .8rem; }
  .menu-toggle[aria-expanded='true'] { background: var(--pale-blush); }
  .nav { display: none; position: absolute; left: 0; right: 0; top: 84px; padding: 24px; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px rgba(57,85,129,.12); flex-direction: column; align-items: stretch; max-height: calc(100dvh - 84px); overflow-y: auto; }
  .nav.open { display: flex; }
  .nav a { padding: .4rem 0; }
  .grid.five, .grid.four, .grid.three { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .split { grid-template-columns: 1fr; }
  .portrait-shape { min-height: 390px; max-width: 520px; width: 100%; margin: auto; }
  .portrait-photo img { min-height: 390px; }
}
@media (max-width: 640px) {
  .nav-shell { min-height: 76px; padding: 0 16px; gap: 10px; }
  .nav { top: 76px; padding: 14px 20px 22px; max-height: calc(100dvh - 76px); gap: 0; }
  .nav a { padding: .72rem .35rem; font-size: .86rem; border-bottom: 1px solid var(--line); }
  .nav .button { margin-top: 14px; width: 100%; border: 0; }
  .brand { width: auto; height: 76px; flex: 1 1 auto; min-width: 0; }
  .brand-logo { top: -22px; left: -21px; width: min(430px, calc((100vw - 90px) * 1.59)); }
  .hero { min-height: 0; background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.96) 57%, rgba(255,255,255,.76) 80%, rgba(255,255,255,.18) 100%), url('/assets/water-hero.png') 63% bottom/cover; }
  .hero-inner { width: calc(100% - 40px); padding: 58px 0 118px; }
  h1 { font-size: clamp(2.65rem, 10.5vw, 3.8rem); line-height: 1.16; overflow-wrap: break-word; }
  h2 { font-size: clamp(2.35rem, 9.2vw, 3.4rem); line-height: 1.18; overflow-wrap: break-word; }
  .hero h1 { margin-bottom: 1rem; }
  .hero-copy, .page-hero p { font-size: 1rem; line-height: 1.6; }
  .eyebrow { font-size: .74rem; line-height: 1.5; letter-spacing: .12em; }
  .actions { flex-direction: column; align-items: stretch; gap: .7rem; margin-top: 1.6rem; }
  .actions .button { width: 100%; text-align: center; white-space: normal; }
  .button { max-width: 100%; text-align: center; white-space: normal; }
  .section { padding: 64px 20px; }
  .section.compact { padding-top: 54px; padding-bottom: 54px; }
  .intro { margin-bottom: 34px; text-align: left; }
  .intro p { font-size: 1rem; }
  .lede { font-size: 1.34rem; }
  .grid { gap: 14px; }
  main > .section.blue,
  main > .section.mist,
  main > .section.blush,
  main > .band { margin-top: 30px; }
  main > .section.blue::before,
  main > .section.mist::before,
  main > .section.blush::before,
  main > .band::before { inset: -30px 0 auto; height: 31px; }
  .grid.five, .grid.four, .grid.three, .grid.two, .footer-grid, .list { grid-template-columns: 1fr; }
  .card { min-height: 0; padding: 26px 24px; }
  .card h3 { margin: 1.15rem 0 .7rem; }
  .card p { margin-bottom: 1.1rem; }
  .card .button { align-self: flex-start; }
  .split { gap: 32px; }
  .portrait-shape { min-height: 0; max-width: 410px; }
  .portrait-photo img { min-height: 0; height: auto; max-height: 480px; object-fit: cover; }
  .band { padding: 62px 20px; }
  .band .wrap { align-items: flex-start; flex-direction: column; gap: 20px; }
  .page-hero { padding: 64px 20px 54px; }
  .page-hero h1 { font-size: clamp(2.65rem, 10.5vw, 3.8rem); }
  .quote { padding-left: 20px; font-size: 1.45rem; }
  .reassurance-quote { line-height: 1.32; }
  .availability { margin: 1.5rem 0; }
  .site-footer { padding: 55px 20px 30px; }
  .footer-grid { gap: 30px; }
  .footer-title { font-size: 2.45rem; }
  .fine { margin-top: 34px; }
  .availability { grid-template-columns: 1fr; gap: 1rem; }
  .coming { padding: 32px 22px; }
}
@media (max-width: 380px) {
  .nav-shell { gap: 8px; }
  .brand-logo { top: -14px; left: -17px; width: 360px; }
  .hero-inner { padding-top: 48px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
