:root {
  --blue-900:#173f57;
  --blue-800:#1f5877;
  --blue-700:#2c6e93;
  --blue-100:#eaf3f8;
  --ink:#173041;
  --muted:#536774;
  --cream:#f6f2e9;
  --cream-deep:#ece6d9;
  --sage:#e7ebe4;
  --white:#ffffff;
  --line:#dfe7e9;
  --shadow:0 22px 60px rgba(26,55,70,.12);
  --shadow-soft:0 16px 40px rgba(33,67,82,.08);
  --radius:22px;
  --wrap:1180px;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:var(--white);font-family:var(--sans);font-size:17px;line-height:1.65;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
p{margin:0 0 1.05rem}
.wrap{width:min(calc(100% - 48px),var(--wrap));margin-inline:auto}
.skip-link{position:absolute;left:-9999px;top:8px;z-index:999;background:#fff;color:#000;padding:.75rem 1rem;border-radius:8px}.skip-link:focus{left:8px}

h1,h2,h3{font-family:var(--serif);font-weight:400;letter-spacing:-.025em;color:var(--ink);margin:0}
h1{font-size:clamp(3.15rem,5.8vw,5.65rem);line-height:.98;max-width:760px}
h2{font-size:clamp(2.3rem,4vw,4rem);line-height:1.06}
h3{font-size:1.7rem;line-height:1.2}
.eyebrow{margin:0 0 .9rem;text-transform:uppercase;letter-spacing:.17em;font-size:.76rem;line-height:1.4;font-weight:800;color:var(--blue-700)}
.btn{display:inline-flex;align-items:center;gap:.65rem;background:var(--blue-800);color:#fff;font-weight:750;padding:.92rem 1.35rem;border-radius:999px;box-shadow:0 8px 18px rgba(31,88,119,.14);transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.btn:hover{transform:translateY(-2px);box-shadow:0 12px 24px rgba(31,88,119,.2);background:var(--blue-900)}
.btn-small{padding:.72rem 1.08rem;font-size:.92rem}
.text-link{display:inline-flex;align-items:center;gap:.45rem;color:var(--blue-800);font-weight:800;border-bottom:1px solid transparent;transition:.2s ease}.text-link:hover{border-bottom-color:currentColor}
.section{padding:110px 0}
.section-heading{max-width:720px;margin-bottom:44px}.compact-heading{max-width:640px}.centered{text-align:center;margin-inline:auto}

.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid rgba(23,63,87,.08)}
.header-inner{height:78px;display:flex;align-items:center;gap:26px}
.brand{font-family:var(--sans);font-size:1.26rem;letter-spacing:.19em;font-weight:650;color:var(--ink);white-space:nowrap}
.desktop-nav{margin-left:auto;display:flex;align-items:center;gap:1.45rem;font-size:.9rem;color:#455b68}
.desktop-nav a{transition:color .2s ease}.desktop-nav a:hover{color:var(--blue-800)}
.header-cta{margin-left:.4rem}
.mobile-menu{display:none;margin-left:auto;position:relative}.mobile-menu summary{list-style:none;width:42px;height:42px;display:grid;place-content:center;gap:5px;cursor:pointer}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu summary span{display:block;width:22px;height:2px;background:var(--ink);border-radius:2px}.mobile-menu nav{position:absolute;right:0;top:52px;width:min(310px,calc(100vw - 36px));padding:18px;background:#fff;border-radius:18px;box-shadow:var(--shadow);display:grid;gap:4px}.mobile-menu nav a:not(.btn){padding:9px 10px;border-radius:8px}.mobile-menu nav a:not(.btn):hover{background:var(--blue-100)}.mobile-menu .btn{margin-top:8px;justify-content:center}

.hero{position:relative;min-height:520px;overflow:hidden;background:#f7f7f4}
.hero-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 24%;z-index:0}
.hero-wash{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(250,250,247,1) 0%,rgba(250,250,247,.98) 24%,rgba(250,250,247,.9) 40%,rgba(250,250,247,.44) 56%,rgba(250,250,247,0) 73%)}
.hero-inner{position:relative;z-index:2;min-height:520px;display:flex;align-items:center;padding-block:46px}
.hero-copy{width:min(58%,700px)}
.hero-copy h1{margin-bottom:1.25rem}.hero-lead{max-width:640px;font-size:1.08rem;line-height:1.62;color:#405461;margin-bottom:1.45rem}.hero-actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.hero-primary-cta{display:grid;gap:.45rem;justify-items:start}.hero-cta-note{display:block;max-width:360px;font-size:.78rem;line-height:1.4;color:#667983;font-weight:600}.hero-secondary{font-weight:800;color:var(--blue-800);border-bottom:1px solid rgba(31,88,119,.28);padding-bottom:2px}.hero-secondary:hover{border-bottom-color:currentColor}.hero-availability{margin:1rem 0 0;max-width:660px;font-size:.82rem;line-height:1.45;color:#667983;font-weight:650}.service-links,.faq-links{display:flex;gap:18px 24px;flex-wrap:wrap;align-items:center}

.trust-strip{background:#fff;border-top:1px solid rgba(23,63,87,.06);border-bottom:1px solid rgba(23,63,87,.08)}
.trust-grid{display:grid;grid-template-columns:repeat(5,1fr);min-height:108px;align-items:stretch}
.trust-item{display:flex;align-items:center;justify-content:center;gap:12px;padding:22px 15px;border-right:1px solid var(--line);font-size:.86rem;font-weight:650;color:#405765;line-height:1.35}.trust-item:last-child{border-right:0}.trust-item svg{width:27px;height:27px;stroke:var(--blue-800);fill:none;stroke-width:1.7;flex:0 0 auto}.trust-item em{font-family:var(--serif);font-style:italic;font-weight:400}

.help-section{background:#fff}
.service-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.service-card{display:grid;grid-template-columns:74px 1fr;gap:24px;background:linear-gradient(145deg,#f6fafd 0%,#f2f7f9 100%);border:1px solid #e5eef2;border-radius:var(--radius);padding:34px;box-shadow:var(--shadow-soft)}
.service-card h3{font-size:2rem;margin:1px 0 .8rem}.service-card p{color:#4b606c;font-size:.98rem}.service-icon{width:68px;height:68px;border-radius:50%;background:#dceef8;display:grid;place-items:center}.service-icon svg{width:40px;height:40px;fill:none;stroke:var(--blue-800);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}

.recognition-section{position:relative;overflow:hidden;min-height:650px;background:#f8fafb}
.recognition-photo{position:absolute;inset:0 0 0 36%;background-image:url('assets/dorset-beach-fade-fallback.jpg');background-size:cover;background-position:center 58%;z-index:0}
.recognition-fade{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,#f8fafb 0%,#f8fafb 38%,rgba(248,250,251,.9) 49%,rgba(248,250,251,.48) 63%,rgba(248,250,251,.05) 83%)}
.recognition-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.15fr .85fr;gap:100px;align-items:center;min-height:650px;padding-block:80px}
.recognition-copy{max-width:660px}.recognition-copy h2{font-size:clamp(2rem,3.4vw,3.35rem);margin-bottom:1rem}.you-might{font-family:var(--serif);font-size:2.2rem;line-height:1.1;margin:.2rem 0 1.2rem;color:var(--ink)}
.check-list{list-style:none;margin:0;padding:0;display:grid;gap:12px}.check-list li{position:relative;padding-left:34px;font-weight:550;color:#3f5665}.check-list li::before{content:'✓';position:absolute;left:0;top:.05rem;width:22px;height:22px;border-radius:50%;background:var(--blue-700);color:#fff;display:grid;place-items:center;font-size:.72rem;font-weight:900}
.recognition-sidecopy{align-self:center;max-width:390px;margin-left:auto;background:rgba(255,255,255,.64);backdrop-filter:blur(5px);padding:26px 28px;border-radius:18px;color:#334c5d;box-shadow:0 10px 40px rgba(23,63,87,.08)}

.approach-section{background:var(--cream)}
.approach-intro{max-width:820px}.approach-intro h2{margin-bottom:1rem}.approach-kicker{font-family:var(--serif);font-size:1.5rem;color:var(--blue-800);margin:.4rem 0 1.25rem}.approach-intro>p:not(.eyebrow):not(.approach-kicker){color:#4b5e66}
.pillar-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:46px}.pillar{border-top:1px solid #c9d0c5;padding:24px 4px 0}.pillar-number{font-size:.74rem;letter-spacing:.15em;color:var(--blue-700);font-weight:800}.pillar h3{font-size:1.55rem;margin:.35rem 0 .7rem}.pillar p{color:#586568;margin:0}

.about-section{background:#fff}
.about-grid{display:grid;grid-template-columns:.96fr 1.04fr;gap:72px;align-items:center}.about-photo-wrap{height:520px;border-radius:28px;overflow:hidden;box-shadow:var(--shadow-soft)}.about-photo-wrap img{width:100%;height:100%;object-fit:cover;object-position:center 40%;transform:scale(1.02)}.about-copy h2{margin-bottom:1.2rem}.about-copy p{color:#4a5e69}.about-copy .credentials{font-size:.86rem;letter-spacing:.03em;color:#71818a;margin-top:1.3rem;border-top:1px solid var(--line);padding-top:1rem}

.testimonials-section{background:#f7fafb;padding-bottom:150px}
.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:stretch}.testimonial-card{margin:0;background:#fff;border:1px solid #e4ecef;border-radius:20px;padding:28px;box-shadow:var(--shadow-soft);display:flex;flex-direction:column}.featured-testimonial{border-color:#cfdfe7;box-shadow:0 18px 46px rgba(31,88,119,.12)}.person-row{display:flex;align-items:center;gap:14px;margin-bottom:21px}.person-photo{width:62px;height:62px;border-radius:50%;object-fit:cover;border:3px solid #fff;box-shadow:0 0 0 1px #dfe8ec,0 6px 16px rgba(28,62,79,.13);background:var(--blue-100)}.person-row figcaption{display:grid;line-height:1.25}.person-row strong{font-size:.98rem}.person-row span{font-size:.8rem;color:#6b7d87;margin-top:4px}.testimonial-card blockquote{margin:0;font-family:var(--serif);font-size:1.08rem;line-height:1.55;color:#314957}

.book-section{position:relative;background:linear-gradient(135deg,#e7ebe4 0%,#f0eee5 100%);padding:92px 0 102px;overflow:visible}.book-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:82px;align-items:center}.book-art{position:relative;min-height:430px}.book-mockup{position:absolute;left:40px;bottom:-10px;width:min(360px,88%);transform:translateY(-115px) rotate(-3deg);filter:drop-shadow(0 32px 28px rgba(31,54,65,.22))}.book-mockup::before,.book-mockup::after{display:none}.book-mockup img{display:block;width:100%;height:auto;object-fit:contain;border-radius:0;box-shadow:none;mix-blend-mode:normal;}.book-copy{max-width:700px}.book-copy h2{margin-bottom:.6rem}.book-copy h3{font-size:1.5rem;color:#314e5c;margin-bottom:1.25rem}.book-copy p{color:#4d6168}.book-copy .btn{margin-top:.6rem}

.location-section{background:#fff}.location-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:72px;align-items:start}.location-copy h2{font-size:clamp(2.25rem,3.6vw,3.55rem);margin-bottom:1.2rem}.location-copy p{color:#50646f}.availability-cards{display:grid;grid-template-columns:1fr 1fr;gap:18px}.availability-card{border:1px solid var(--line);border-radius:20px;padding:30px;background:#fbfcfc}.availability-card svg{width:34px;height:34px;fill:none;stroke:var(--blue-800);stroke-width:1.65;margin-bottom:18px}.availability-card h3{font-size:1.6rem;margin-bottom:.7rem}.availability-card p:last-child{color:#5c6d75;font-size:.94rem}.availability-card .eyebrow{margin-bottom:.4rem}

.faq-section{background:#f6f3ed}.faq-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:70px;align-items:start}.faq-heading{position:sticky;top:110px}.faq-heading h2{font-size:clamp(2.2rem,3.6vw,3.55rem);margin-bottom:1.1rem}.faq-heading>p:last-child{color:#5d6c71;max-width:420px}.faq-list{border-top:1px solid #d8d7d0}.faq-list details{border-bottom:1px solid #d8d7d0;padding:0}.faq-list summary{cursor:pointer;list-style:none;font-family:var(--serif);font-size:1.28rem;line-height:1.35;padding:22px 46px 22px 0;position:relative;color:var(--ink)}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary::after{content:'+';position:absolute;right:6px;top:17px;font-family:var(--sans);font-weight:300;font-size:2rem;color:var(--blue-700);transition:.2s ease}.faq-list details[open] summary::after{transform:rotate(45deg)}.faq-answer{padding:0 44px 22px 0;color:#53656d}.faq-answer p:last-of-type{margin-bottom:.8rem}

.final-cta{position:relative;color:#fff;padding:96px 0;background:linear-gradient(rgba(18,57,79,.66),rgba(18,57,79,.66)),url("assets/coastal-simple-first-step.webp") center/cover no-repeat;overflow:hidden}.final-cta::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(19,57,79,.82) 0%,rgba(19,57,79,.62) 48%,rgba(19,57,79,.72) 100%)}.final-cta-inner{position:relative;z-index:1;max-width:850px;text-align:center}.final-cta .eyebrow{color:#dceaf1}.final-cta h2{color:#fff;margin-bottom:1rem;text-shadow:0 6px 20px rgba(0,0,0,.18)}.final-cta p{font-size:1.04rem;color:#eef5f8;max-width:760px;margin-left:auto;margin-right:auto}.cta-actions{margin-top:28px;display:flex;align-items:center;justify-content:center;gap:22px;flex-wrap:wrap}.btn-light{background:#fff;color:var(--blue-900);box-shadow:none}.btn-light:hover{background:#f4f7f8;color:var(--blue-900)}.secondary-link{color:#fff;font-weight:700;border-bottom:1px solid rgba(255,255,255,.45);padding-bottom:2px}

.site-footer{background:#13394f;color:#dbe7ed;padding:70px 0 24px}.footer-grid{display:grid;grid-template-columns:1.35fr .8fr .95fr .7fr;gap:50px}.brand-light{color:#fff;display:inline-block;margin-bottom:18px}.footer-brand p{color:#b9cbd4;font-size:.9rem;max-width:320px}.footer-contact a{color:#eef5f8}.footer-grid h2{font-family:var(--sans);font-size:.8rem;letter-spacing:.14em;text-transform:uppercase;color:#9fbaca;margin-bottom:16px}.footer-grid>div:not(.footer-brand)>a{display:block;color:#e2ecf0;font-size:.9rem;margin:8px 0;transition:.2s ease}.footer-grid>div:not(.footer-brand)>a:hover{color:#fff;transform:translateX(2px)}.footer-bottom{margin-top:52px;padding-top:22px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;gap:20px;color:#94afbd;font-size:.78rem}.footer-bottom p{margin:0}.footer-bottom div{display:flex;gap:18px}.footer-bottom a:hover{color:#fff}

@media (max-width:1100px){
  .desktop-nav{gap:.9rem;font-size:.84rem}.header-cta{display:none}
  .hero-copy{width:61%}.hero-photo{object-position:64% 22%}.hero-wash{background:linear-gradient(90deg,rgba(250,250,247,1) 0%,rgba(250,250,247,.97) 30%,rgba(250,250,247,.78) 51%,rgba(250,250,247,.14) 72%,rgba(250,250,247,0) 86%)}
  .recognition-grid{gap:50px}.about-grid{gap:48px}.book-grid{gap:44px}.location-grid{gap:45px}.faq-grid{gap:48px}
}

@media (max-width:900px){
  .desktop-nav,.header-cta{display:none}.mobile-menu{display:block}
  .section{padding:82px 0}.wrap{width:min(calc(100% - 36px),var(--wrap))}
  .hero{min-height:650px}.hero-photo{object-position:67% 20%}.hero-wash{background:linear-gradient(180deg,rgba(250,250,247,.98) 0%,rgba(250,250,247,.94) 40%,rgba(250,250,247,.35) 68%,rgba(250,250,247,0) 100%)}.hero-inner{align-items:flex-start;min-height:650px;padding-top:54px}.hero-copy{width:100%;max-width:650px}.hero-lead{max-width:590px}
  .trust-grid{grid-template-columns:repeat(2,1fr)}.trust-item{justify-content:flex-start;border-right:0;border-bottom:1px solid var(--line);padding:18px 10px}.trust-item:last-child{grid-column:1/-1;border-bottom:0}
  .service-grid{grid-template-columns:1fr}
  .recognition-section{min-height:auto}.recognition-photo{inset:auto 0 0 0;height:360px;background-position:center}.recognition-fade{background:linear-gradient(180deg,#f8fafb 0%,#f8fafb 55%,rgba(248,250,251,.82) 68%,rgba(248,250,251,0) 100%)}.recognition-grid{grid-template-columns:1fr;min-height:930px;padding-top:70px;padding-bottom:360px;gap:28px}.recognition-sidecopy{margin:0;max-width:620px;background:rgba(255,255,255,.82)}
  .pillar-grid{grid-template-columns:1fr}.pillar{padding-bottom:12px}
  .about-grid{grid-template-columns:1fr}.about-photo-wrap{height:420px;order:2}.about-copy{order:1}.about-photo-wrap img{object-position:center 38%}
  .testimonial-grid{grid-template-columns:1fr}.testimonials-section{padding-bottom:120px}
  .book-grid{grid-template-columns:1fr;gap:26px}.book-art{min-height:270px}.book-mockup{left:50%;width:270px;transform:translate(-50%,-100px) rotate(-3deg)}.book-copy{text-align:left;padding-top:0}
  .location-grid{grid-template-columns:1fr}.faq-grid{grid-template-columns:1fr}.faq-heading{position:static}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}
}

@media (max-width:620px){
  body{font-size:16px}.wrap{width:min(calc(100% - 28px),var(--wrap))}.header-inner{height:70px}.brand{font-size:1.08rem}
  h1{font-size:clamp(2.85rem,14vw,4rem)}h2{font-size:clamp(2rem,10vw,3rem)}
  .hero{min-height:600px}.hero-inner{min-height:600px;padding-top:42px}.hero-photo{object-position:71% 18%}.hero-wash{background:linear-gradient(180deg,rgba(250,250,247,.99) 0%,rgba(250,250,247,.95) 48%,rgba(250,250,247,.58) 66%,rgba(250,250,247,.05) 100%)}.hero-lead{font-size:1rem;line-height:1.55}.hero-actions{align-items:flex-start;gap:14px}.hero-availability{font-size:.76rem;max-width:94%}
  .trust-grid{grid-template-columns:1fr 1fr}.trust-item{font-size:.78rem;gap:9px}.trust-item svg{width:23px;height:23px}
  .service-card{grid-template-columns:1fr;padding:26px}.service-icon{width:58px;height:58px}.service-card h3{font-size:1.75rem}
  .recognition-grid{padding-top:58px;min-height:980px}.recognition-copy h2{font-size:2.25rem}.you-might{font-size:1.9rem}.recognition-sidecopy{padding:20px}.check-list{gap:10px}.check-list li{padding-left:32px}
  .about-photo-wrap{height:360px}.about-photo-wrap img{object-position:center 36%}
  .testimonial-card{padding:23px}.person-photo{width:56px;height:56px}.testimonial-card blockquote{font-size:1.03rem}
  .book-section{padding-bottom:72px}.book-art{min-height:240px}.book-mockup{width:235px;transform:translate(-50%,-88px) rotate(-3deg)}.book-copy h3{font-size:1.28rem}
  .availability-cards{grid-template-columns:1fr}.faq-list summary{font-size:1.12rem;padding-right:36px}.faq-answer{padding-right:8px}
  .final-cta{padding:78px 0;background-position:center center}.cta-actions{display:grid;gap:18px}.btn{justify-content:center}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.footer-bottom{flex-direction:column}.footer-bottom div{flex-wrap:wrap}
}


/* Mobile refinement pass — keeps the desktop design intact while simplifying the page on phones. */
@media (max-width:620px){
  .section{padding:68px 0}
  .section-heading{margin-bottom:34px}
  .eyebrow{font-size:.7rem;letter-spacing:.145em}

  /* On phones the hero copy and portrait are separated. This avoids text sitting across Chris's body
     and gives us a much tighter crop with far less of the legs visible. */
  .hero{min-height:0;padding-bottom:245px;background:#f7f7f4}
  .hero-photo{top:auto;bottom:0;height:245px;object-position:70% 18%;object-fit:cover}
  .hero-wash{background:linear-gradient(180deg,#f7f7f4 0%,#f7f7f4 66%,rgba(247,247,244,.97) 72%,rgba(247,247,244,.48) 84%,rgba(247,247,244,0) 100%)}
  .hero-inner{min-height:0;padding:34px 0 28px;align-items:flex-start}
  .hero-copy{width:100%;max-width:none}
  .hero-copy h1{font-size:2.72rem;line-height:.99;margin-bottom:1rem;max-width:355px}
  .hero-lead{font-size:.98rem;line-height:1.55;margin-bottom:1.2rem;max-width:none}
  .hero-actions{display:grid;gap:12px;align-items:stretch}
  .hero-actions .btn{width:100%;justify-content:center;padding:.86rem 1rem}
  .hero-primary-cta{width:100%;gap:.5rem;justify-items:stretch}
  .hero-cta-note{text-align:center;max-width:none;font-size:.72rem;line-height:1.4;padding:0 .35rem}
  .hero-secondary{justify-self:center;padding:.15rem 0}
  .hero-availability{font-size:.73rem;line-height:1.45;max-width:none;margin-top:.85rem}

  /* Credentials remain scannable without becoming a wall of five stacked rows. */
  .trust-grid{min-height:0}
  .trust-item{min-height:82px;padding:14px 7px;font-size:.75rem;gap:8px;align-items:center}
  .trust-item svg{width:22px;height:22px}
  .trust-item:last-child{justify-content:center;text-align:left}

  .service-card{padding:24px;border-radius:18px;gap:18px}
  .service-card h3{font-size:1.62rem}
  .service-links{gap:10px 18px}

  /* The previous mobile treatment reserved almost 1,000px for this section. Let the copy determine
     its natural height and keep the coastal image as a concise visual finish. */
  .recognition-grid{min-height:auto;padding-top:54px;padding-bottom:300px;gap:20px}
  .recognition-photo{height:285px;background-position:center center}
  .recognition-fade{background:linear-gradient(180deg,#f8fafb 0%,#f8fafb 64%,rgba(248,250,251,.84) 73%,rgba(248,250,251,.18) 91%,rgba(248,250,251,0) 100%)}
  .recognition-copy h2{font-size:2.08rem}
  .you-might{font-size:1.72rem;margin-bottom:1rem}
  .check-list{gap:9px}
  .check-list li{padding-left:30px;font-size:.95rem}
  .recognition-sidecopy{padding:18px 19px;border-radius:15px;background:rgba(255,255,255,.9);backdrop-filter:none;margin-top:4px}

  .pillar-grid{margin-top:34px}
  .pillar{padding-top:19px}

  .about-photo-wrap{height:320px;border-radius:20px}
  .about-photo-wrap img{object-position:center 32%;transform:scale(1.02)}

  .testimonials-section{padding-bottom:92px}
  .testimonial-grid{gap:14px}
  .testimonial-card{padding:21px;border-radius:17px}

  /* Preserve the book-overlap idea, but reduce it so it feels intentional rather than cramped. */
  .book-section{padding-top:68px;padding-bottom:68px}
  .book-grid{gap:16px}
  .book-art{min-height:280px}
  .book-mockup{width:225px;bottom:-4px;transform:translate(-50%,-48px) rotate(-2deg);filter:drop-shadow(0 20px 18px rgba(31,54,65,.22))}
  .book-copy h3{font-size:1.23rem;line-height:1.35}

  .location-grid,.faq-grid{gap:32px}
  .availability-card{padding:23px;border-radius:17px}
  .faq-list summary{padding-top:18px;padding-bottom:18px}

  .final-cta{padding:66px 0;background-position:54% center}
  .final-cta::before{background:linear-gradient(180deg,rgba(19,57,79,.75),rgba(19,57,79,.72))}
  .final-cta h2{font-size:2.2rem}
  .final-cta p{font-size:.98rem}
  .cta-actions{margin-top:22px;gap:14px}
  .cta-actions .btn{width:100%}

  .site-footer{padding-top:56px}
  .footer-grid{gap:30px}
  .footer-bottom{margin-top:38px}
}

@media (max-width:360px){
  .hero-copy h1{font-size:2.42rem}
  .trust-grid{grid-template-columns:1fr}
  .trust-item{min-height:0;justify-content:flex-start;border-bottom:1px solid var(--line)}
  .trust-item:last-child{grid-column:auto;justify-content:flex-start;border-bottom:0}
}

@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.btn,.text-link,.desktop-nav a,.footer-grid a{transition:none}}

/* Mobile screenshot fixes — 20 Sep 2026 */
@media (max-width:620px){
  /* Keep the copy area solid, then fade into only the first ~60px of the photo.
     This prevents the whole portrait from looking milky/washed out on iPhone. */
  .hero-wash{
    background:linear-gradient(
      180deg,
      #f7f7f4 0,
      #f7f7f4 calc(100% - 245px),
      rgba(247,247,244,.78) calc(100% - 228px),
      rgba(247,247,244,.28) calc(100% - 210px),
      rgba(247,247,244,0) calc(100% - 188px),
      rgba(247,247,244,0) 100%
    );
  }

  /* On phones the physical overlap is removed. The rotation and shadow keep the
     editorial feel without letting the cover obscure the final testimonial. */
  .testimonials-section{padding-bottom:78px}
  .book-section{padding-top:34px;padding-bottom:68px}
  .book-grid{gap:12px}
  .book-art{
    min-height:0;
    display:flex;
    justify-content:center;
    align-items:flex-start;
  }
  .book-mockup{
    position:relative;
    left:auto;
    bottom:auto;
    width:min(56vw,220px);
    max-height:none;
    height:auto;
    margin:0 auto 8px;
    transform:rotate(-2deg);
    filter:drop-shadow(0 20px 18px rgba(31,54,65,.22));
  }
}

/* Editorial book feature — refined to match the approved mockup direction */
.testimonials-section{padding-bottom:96px}
.book-section{
  position:relative;
  overflow:visible;
  margin:0;
  padding:66px 0 62px;
  background:linear-gradient(100deg,#e9f0f4 0%,#eef3f6 52%,#e7eef3 100%);
  border-top:1px solid rgba(31,88,119,.08);
  border-bottom:1px solid rgba(31,88,119,.08);
}
.book-section::before{
  content:"";
  position:absolute;
  left:5%;top:7%;
  width:390px;height:390px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(75,120,153,.14),rgba(75,120,153,.05) 45%,rgba(75,120,153,0) 72%);
  pointer-events:none;
}
.book-grid{
  position:relative;
  display:grid;
  grid-template-columns:.72fr 1.16fr .48fr;
  gap:48px;
  align-items:center;
}
.book-art{
  position:relative;
  min-height:390px;
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:1;
}
.book-art::after{display:none}
.book-mockup{
  position:relative;
  left:auto;bottom:auto;
  width:min(330px,100%);
  max-height:none;
  transform:rotate(-4deg);
  filter:drop-shadow(0 24px 24px rgba(31,54,65,.16));
  transition:none;
}
.book-mockup:hover{transform:rotate(-3deg);filter:drop-shadow(0 16px 18px rgba(31,54,65,.14));}
.book-mockup::before,.book-mockup::after{display:none!important}
.book-mockup img{
  display:block;
  width:100%;height:auto;
  object-fit:contain;
  border-radius:8px;
  box-shadow:none;
  mix-blend-mode:normal;
}
.book-copy{max-width:650px;padding:0}
.book-copy .eyebrow{margin-bottom:.65rem;color:#456a84}
.book-copy h2{
  margin:0 0 .35rem;
  font-size:clamp(3rem,4.1vw,4.35rem);
  line-height:.96;
  letter-spacing:-.04em;
}
.book-subtitle{
  margin:0 0 1.15rem!important;
  font-family:var(--serif);
  font-size:1.22rem;
  line-height:1.35;
  color:#314e5c!important;
}
.book-copy>p:not(.eyebrow):not(.book-subtitle){
  max-width:610px;
  margin-bottom:.8rem;
  color:#50636e;
  font-size:.98rem;
  line-height:1.68;
}
.book-cta{margin-top:.55rem!important}
.book-endorsement{
  margin:0;
  padding:6px 0 6px 28px;
  border-left:1px solid rgba(31,88,119,.23);
  align-self:center;
  color:#3d5668;
}
.book-endorsement p{
  margin:0;
  font-family:var(--serif);
  font-size:clamp(1.42rem,2vw,1.9rem);
  line-height:1.38;
  font-style:italic;
}
.book-endorsement cite{
  display:block;
  margin-top:16px;
  font-family:var(--sans);
  font-style:normal;
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:.72rem;
  font-weight:800;
  color:#657986;
}

@media (max-width:1050px){
  .book-grid{grid-template-columns:.72fr 1.28fr;gap:38px}
  .book-art{min-height:340px}
  .book-mockup{width:285px}
  .book-endorsement{grid-column:2;padding:0;border-left:0;margin-top:-4px;max-width:540px}
  .book-endorsement p{font-size:1.38rem}
}

@media (max-width:820px){
  .testimonials-section{padding-bottom:72px}
  .book-section{padding:56px 0 62px}
  .book-section::before{left:50%;top:12px;transform:translateX(-50%);width:300px;height:300px}
  .book-grid{grid-template-columns:1fr;gap:20px}
  .book-art{min-height:0;order:1;padding:0 0 8px}
  .book-mockup{position:relative;left:auto;bottom:auto;width:min(64vw,270px);margin:0 auto;transform:rotate(-3deg)}
  .book-copy{order:2;max-width:none}
  .book-copy h2{font-size:clamp(2.75rem,10vw,3.45rem)}
  .book-subtitle{font-size:1.08rem}
  .book-endorsement{order:3;grid-column:auto;margin-top:8px;padding:14px 0 0;border-top:1px solid rgba(31,88,119,.18);max-width:340px}
  .book-endorsement p{font-size:1.28rem}
}

@media (max-width:560px){
  .book-section{padding:48px 0 58px}
  .book-mockup{width:min(72vw,245px)}
  .book-copy h2{font-size:2.65rem}
  .book-copy>p:not(.eyebrow):not(.book-subtitle){font-size:.95rem;line-height:1.62}
  .book-cta{width:100%;justify-content:center}
  .book-endorsement{max-width:300px}
}


/* Final paperback treatment: use the finished transparent product shot only.
   No CSS-generated 3D, extra page edges, movement or artificial shadow. */
.book-art::before,.book-art::after{display:none!important}
.book-mockup,
.book-mockup:hover{
  transform:none!important;
  filter:none!important;
  transition:none!important;
}
.book-mockup::before,.book-mockup::after{display:none!important;content:none!important}
.book-mockup img{
  display:block;
  width:100%;
  height:auto;
  border:0;
  border-radius:0;
  box-shadow:none!important;
  filter:drop-shadow(0 18px 22px rgba(31,54,65,.13))!important;
  mix-blend-mode:normal;
}
@media (max-width:900px){
  .book-mockup,.book-mockup:hover{transform:none!important}
}
@media (max-width:620px){
  .book-mockup,.book-mockup:hover{transform:none!important}
}

/* --------------------------------------------------------------------------
   A Clear Mind — rebuilt book feature
   The product shot is a finished image. No CSS-generated book edges, crop,
   shadow, hover motion or transform is applied to it.
   -------------------------------------------------------------------------- */
.book-feature-v2{
  position:relative;
  background:#fff;
  border-top:1px solid rgba(31,88,119,.09);
  border-bottom:1px solid rgba(31,88,119,.09);
  padding:58px 0 62px;
  overflow:hidden;
}
.book-feature-v2-grid{
  display:grid;
  grid-template-columns:minmax(300px,.84fr) minmax(420px,1.2fr) minmax(190px,.46fr);
  gap:46px;
  align-items:center;
}
.book-feature-v2-image{
  margin:0;
  min-width:0;
  display:flex;
  align-items:center;
  justify-content:center;
}
.book-feature-v2-image img{
  display:block;
  width:min(100%,390px);
  height:auto;
  margin:0 auto;
  object-fit:contain;
  object-position:center;
  border:0;
  border-radius:0;
  box-shadow:none;
  filter:none;
  transform:none;
  transition:none;
}
.book-feature-v2-image img:hover{
  transform:none;
  filter:none;
}
.book-feature-v2-copy{
  min-width:0;
  max-width:650px;
}
.book-feature-v2-copy .eyebrow{
  margin:0 0 .65rem;
  color:#456a84;
}
.book-feature-v2-copy h2{
  margin:0 0 .28rem;
  font-size:clamp(3.15rem,4.2vw,4.65rem);
  line-height:.96;
  letter-spacing:-.04em;
}
.book-feature-v2-subtitle{
  margin:0 0 1.12rem!important;
  font-family:var(--serif);
  font-size:1.22rem;
  line-height:1.35;
  color:#314e5c!important;
}
.book-feature-v2-copy>p:not(.eyebrow):not(.book-feature-v2-subtitle){
  max-width:610px;
  margin:0 0 .82rem;
  color:#50636e;
  font-size:.98rem;
  line-height:1.68;
}
.book-feature-v2-cta{margin-top:.55rem!important}
.book-feature-v2-quote{
  margin:0;
  padding:7px 0 7px 27px;
  border-left:1px solid rgba(31,88,119,.20);
  color:#3d5668;
  align-self:center;
}
.book-feature-v2-quote p{
  margin:0;
  font-family:var(--serif);
  font-size:clamp(1.18rem,1.48vw,1.48rem);
  line-height:1.4;
  font-style:italic;
}
.book-feature-v2-quote cite{
  display:block;
  margin-top:15px;
  font-family:var(--sans);
  font-style:normal;
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:.7rem;
  font-weight:800;
  color:#657986;
}
.book-feature-v2-quote cite span{
  display:block;
  margin-top:7px;
  max-width:250px;
  text-transform:none;
  letter-spacing:0;
  font-size:.66rem;
  line-height:1.45;
  font-weight:600;
  color:#778893;
}
.book-feature-v2-quote cite span em{font-style:italic}

@media (max-width:1050px){
  .book-feature-v2-grid{
    grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);
    gap:38px;
  }
  .book-feature-v2-image img{width:min(100%,350px)}
  .book-feature-v2-quote{
    grid-column:2;
    max-width:520px;
    padding:2px 0 0;
    border-left:0;
    margin-top:-6px;
  }
}
@media (max-width:820px){
  .book-feature-v2{padding:46px 0 56px}
  .book-feature-v2-grid{
    grid-template-columns:1fr;
    gap:24px;
  }
  .book-feature-v2-image{
    width:100%;
    padding:0;
  }
  .book-feature-v2-image img{
    width:min(88vw,380px);
    max-width:100%;
  }
  .book-feature-v2-copy{max-width:none}
  .book-feature-v2-copy h2{font-size:clamp(2.8rem,11vw,3.5rem)}
  .book-feature-v2-subtitle{font-size:1.08rem}
  .book-feature-v2-quote{
    grid-column:auto;
    max-width:330px;
    margin-top:2px;
    padding:15px 0 0;
    border-top:1px solid rgba(31,88,119,.17);
    border-left:0;
  }
  .book-feature-v2-quote p{font-size:1.12rem}
}
@media (max-width:560px){
  .book-feature-v2{padding:38px 0 50px}
  .book-feature-v2-grid{gap:20px}
  .book-feature-v2-image img{width:min(90vw,340px)}
  .book-feature-v2-copy h2{font-size:2.65rem}
  .book-feature-v2-copy>p:not(.eyebrow):not(.book-feature-v2-subtitle){font-size:.95rem;line-height:1.62}
  .book-feature-v2-cta{width:100%;justify-content:center}
}

/* Professional accreditation — logos only */
.accreditation-row{
  margin-top:40px;
  padding-top:28px;
  border-top:1px solid var(--line);
  display:flex;
  align-items:center;
  justify-content:center;
}
.accreditation-logos{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:34px;
}
.accreditation-logos img{
  display:block;
  width:auto;
  height:auto;
  object-fit:contain;
}
.accreditation-logos img:first-child{max-width:96px;max-height:78px}
.accreditation-logos img:last-child{max-width:164px;max-height:68px}

@media (max-width:560px){
  .accreditation-row{
    margin-top:32px;
    padding-top:24px;
  }
  .accreditation-logos{
    width:100%;
    gap:26px;
  }
  .accreditation-logos img:first-child{max-width:82px;max-height:68px}
  .accreditation-logos img:last-child{max-width:142px;max-height:60px}
}

.launch-fee-links{margin-top:1rem}
/* Align the secondary action with the button, independently of its note. */
/* The existing mobile rules already stack and centre these actions. */
@media (min-width: 621px) {
  .hero-actions {
    display: grid;
    grid-template-columns: minmax(0, max-content) max-content;
    align-items: center;
    justify-content: start;
    gap: .45rem 20px;
  }
  .hero-primary-cta { display: contents; }
  .hero-primary-cta > .btn { grid-column: 1; grid-row: 1; justify-self: start; }
  .hero-cta-note { grid-column: 1; grid-row: 2; }
  .hero-secondary { grid-column: 2; grid-row: 1; justify-self: start; }
}
