:root{--ink:#102d3f;--cyan:#009bc1;--ice:#eaf8fc;--pale:#f5fbfd;--line:#b5dbe5;--white:#fff;--serif:Georgia,'Times New Roman',serif;--sans:Arial,Helvetica,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font:1rem/1.65 var(--sans)}body,button,input,textarea{font-family:var(--sans)}img{display:block;max-width:100%}a{color:inherit}button,a{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid #008db0;outline-offset:4px}h1,h2,h3,p,figure,blockquote{margin-top:0}h1,h2,h3{line-height:1.07;font-weight:normal}h1,h2,h3,blockquote{font-family:var(--serif)}h1{font-size:clamp(3.2rem,5.8vw,6.5rem);letter-spacing:-.055em}h2{font-size:clamp(2.9rem,5.2vw,5.9rem);letter-spacing:-.052em}h3{font-size:clamp(2rem,3vw,3.25rem);letter-spacing:-.035em}em{font-weight:normal}h1 em,h2 em{color:var(--cyan)}p{margin-bottom:1.25rem}.skip{position:absolute;z-index:99;background:#fff;padding:.5rem;left:1rem;top:-5rem}.skip:focus{top:1rem}.header{height:88px;padding:0 clamp(1.2rem,4vw,5rem);display:flex;align-items:center;justify-content:space-between;gap:2rem;background:white;position:relative;z-index:20}.wordmark{text-decoration:none;font-weight:800;font-size:1.18rem;letter-spacing:-.035em;line-height:1.1}.wordmark span{color:var(--cyan)}nav{display:flex;align-items:center;gap:clamp(1rem,2.3vw,2.5rem)}nav a{text-decoration:none;font-size:.9rem;font-weight:600}nav a:hover,.footer a:hover{color:var(--cyan)}.nav-cta{padding:.72rem 1.1rem;border:1px solid var(--ink)}.nav-cta span{margin-left:1.1rem}.menu-toggle{display:none}.section{padding:clamp(5rem,9vw,10rem) clamp(1.35rem,6.3vw,8.5rem)}.section-kicker,.eyebrow{font-size:.76rem;letter-spacing:.16em;font-weight:bold;line-height:1.4}.section-kicker{color:var(--cyan);margin-bottom:3rem}.hero{min-height:min(850px,calc(100svh - 88px));position:relative;background:#e4f5fa;overflow:hidden;display:grid;grid-template-columns:52% 48%;align-items:center}.hero-photo{position:absolute;inset:0 0 0 43%;overflow:hidden}.hero-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#e4f5fa 0%,rgba(228,245,250,.35) 23%,transparent 48%)}.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:50% 33%}.hero-content{position:relative;z-index:1;grid-column:1 / -1;width:min(53%,760px);padding:4rem 0 4rem clamp(1.35rem,6.3vw,8.5rem)}.hero-content h1{margin:2rem 0 1.8rem}.hero-content p{max-width:35rem;font-size:1.09rem;line-height:1.65}.hero-side{position:absolute;right:1.7rem;bottom:2rem;writing-mode:vertical-rl;letter-spacing:.2em;font-size:.65rem;z-index:2;color:white}.button{border:0;display:inline-flex;align-items:center;justify-content:space-between;gap:2.5rem;min-height:3.65rem;padding:1rem 1.4rem;text-decoration:none;font-weight:700;font-size:.9rem;line-height:1.3;cursor:pointer;transition:transform .2s,background .2s,color .2s}.button:hover{transform:translateY(-3px)}.button-dark{color:white;background:var(--ink)}.button-dark:hover{background:#075a77}.button-outline{border:1px solid var(--ink)}.button-outline:hover{background:var(--ink);color:#fff}.button-light{background:white;color:var(--ink)}.button-light:hover{background:#d7f3fb}.recognition{background:#fff}.recognition-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(3rem,8vw,9rem)}.recognition h2{max-width:650px}.statement-list{margin:0;padding:0;list-style:none}.statement-list li{border-top:1px solid var(--line);padding:1.1rem 0 1.2rem;font-size:clamp(1.05rem,1.3vw,1.3rem);line-height:1.4}.statement-list li:last-child{border-bottom:1px solid var(--line)}.recognition-close{font-family:var(--serif);font-size:clamp(1.6rem,2.6vw,2.7rem);max-width:780px;margin:5rem auto 0;text-align:center;line-height:1.3}.recognition-close strong{color:var(--cyan);font-weight:normal}.manifesto{background:var(--cyan);color:white;min-height:340px;padding:5rem 6vw;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center}.manifesto p{font-family:var(--serif);font-size:clamp(3.8rem,9vw,9rem);line-height:1;margin:0;letter-spacing:-.06em}.manifesto span{text-transform:uppercase;letter-spacing:.18em;font-size:.78rem;margin-top:1.7rem}.story{padding-bottom:0}.story-intro{display:grid;grid-template-columns:1.05fr .8fr;gap:clamp(3rem,8vw,10rem);align-items:start}.story-intro h2{max-width:800px;margin-bottom:5rem}.story-intro h3{margin-bottom:2rem}.story p,.story li{max-width:650px;font-size:1.05rem;line-height:1.82}.story-img{padding-top:5rem}.story-img img{width:100%;max-height:700px;object-fit:cover;object-position:50% 30%}.story-chapter{display:grid;grid-template-columns:.7fr 1fr;gap:4rem;max-width:1300px;margin:9rem auto}.chapter-number{font-family:var(--serif);font-size:clamp(9rem,20vw,22rem);color:#d5eef5;line-height:.75;letter-spacing:-.1em}.thoughts{list-style:none;padding:1rem 0 1rem 2rem;border-left:3px solid var(--cyan);margin:2rem 0}.thoughts li{margin-bottom:.6rem}.story-turn{display:grid;grid-template-columns:1fr 1fr;align-items:center;background:var(--ice);margin-inline:calc(-1 * clamp(1.35rem,6.3vw,8.5rem))}.story-turn img{height:650px;width:100%;object-fit:cover;object-position:center 40%}.story-turn div{padding:clamp(2rem,6vw,7rem)}.story blockquote{font-family:var(--serif);font-size:clamp(2rem,4.3vw,4.6rem);line-height:1.23;letter-spacing:-.04em;text-align:center;max-width:1250px;margin:0 auto;padding:clamp(5rem,9vw,10rem) 0;color:#006d8d}.story-outro{display:grid;grid-template-columns:1fr .55fr;gap:clamp(3rem,9vw,11rem);align-items:start;padding:0 0 9rem}.story-outro h3:not(:first-child){margin-top:4rem}.story-outro figure{padding-top:5rem}.story-outro img{max-height:600px;width:100%;object-fit:cover;object-position:center 30%}.credentials{padding:0;list-style:none}.credentials li{padding:.65rem 0;border-top:1px solid var(--line)}.credentials li:last-child{border-bottom:1px solid var(--line)}.text-link{font-weight:bold;text-decoration:none;border-bottom:2px solid currentColor;padding:0 0 .45rem;display:inline-flex;gap:1.2rem;align-items:center;line-height:1.4}.text-link:hover{color:var(--cyan)}.offers{background:var(--ice)}.offers h2{max-width:800px;margin-bottom:4rem}.offer-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.4rem}.offer{background:white;padding:clamp(2rem,4vw,4rem);display:flex;flex-direction:column;justify-content:space-between;min-height:620px}.offer-featured{background:#007fa3;color:white}.offer-top>span{font-size:.75rem;letter-spacing:.12em;font-weight:bold}.offer-top b{font-size:.68rem;border:1px solid currentColor;padding:.35rem .6rem;margin-left:.8rem;white-space:nowrap}.offer h3{margin:2rem 0}.offer p,.offer li{max-width:550px}.offer ul{padding-left:1.2rem}.offer li{padding:.3rem 0}.price{font-family:var(--serif);font-size:clamp(2.5rem,4vw,4.4rem);line-height:1.2;margin:2rem 0 .5rem;letter-spacing:-.04em}.price small{font:1rem var(--sans);letter-spacing:0}.saving{margin:0 0 1.3rem}.process h2{max-width:760px}.steps{margin-top:4rem}.step{display:grid;grid-template-columns:clamp(110px,19vw,280px) 1fr;gap:clamp(1rem,4vw,5rem);border-top:1px solid var(--line);padding:2.3rem 0;align-items:start}.step:last-child{border-bottom:1px solid var(--line)}.step>span{font:clamp(5rem,10vw,10rem)/.85 var(--serif);letter-spacing:-.08em;color:var(--cyan)}.step h3{font-size:clamp(1.9rem,2.8vw,3rem);margin:.2rem 0 .8rem}.step p{max-width:700px;margin:0}.instagram{background:#0f3347;color:white;overflow:hidden}.instagram .section-kicker{color:#78d9ee}.instagram-top{display:grid;grid-template-columns:1fr .68fr;gap:clamp(3rem,9vw,10rem);align-items:center}.instagram h2 em{color:#79d9ee}.instagram p{font-size:1.1rem;max-width:620px;margin:2rem 0 2.4rem}.instagram img{height:520px;width:100%;object-fit:cover;object-position:center 45%;transform:rotate(3deg)}.faq h2{max-width:850px}.faq-list{max-width:1000px;margin:4rem 0 0 auto}.faq details{border-top:1px solid var(--line)}.faq details:last-child{border-bottom:1px solid var(--line)}.faq summary{cursor:pointer;padding:1.5rem 3.5rem 1.5rem 0;list-style:none;position:relative;font-size:1.18rem;font-weight:bold;line-height:1.4}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:'+';position:absolute;right:.5rem;top:1rem;font:2rem var(--serif);color:var(--cyan)}.faq details[open] summary:after{content:'−'}.faq-answer{padding:0 3.5rem 1.4rem 0;max-width:800px}.contact{background:var(--ice);display:grid;grid-template-columns:1fr 1fr;gap:clamp(3rem,8vw,9rem);align-items:start}.contact h2{max-width:630px}.contact>div>p{max-width:500px;font-size:1.1rem}.contact img{height:320px;width:min(75%,460px);object-fit:cover;object-position:50% 47%;margin:3rem 0 0}.contact form{background:#fff;padding:clamp(1.5rem,3.8vw,4rem);box-shadow:0 25px 80px rgba(4,54,72,.07)}form label{display:block;font-size:.94rem;font-weight:700;margin:0 0 .55rem}form label span{color:var(--cyan)}form input:not([type=hidden]),form textarea{display:block;width:100%;font-size:1rem;border:1px solid #9cbcc8;border-radius:0;padding:.85rem 1rem;margin-bottom:1.6rem;background:#fff;color:var(--ink)}form textarea{resize:vertical}form .field-help{font-size:.88rem;color:#4d6672;margin:-.3rem 0 .6rem}.bot-field{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.legal-notice{font-size:.8rem;line-height:1.55;color:#4d6672;margin-top:1.4rem}.legal-notice p{margin:.35rem 0}.legal-notice a{text-decoration:underline}.contact button{width:100%}.contact button:disabled{opacity:.6;cursor:wait}.footer{background:var(--ink);color:#fff;padding:5rem clamp(1.35rem,6.3vw,8.5rem) 3rem;display:grid;grid-template-columns:1fr 1.2fr .85fr;gap:3rem;font-size:.84rem;line-height:1.7}.footer .wordmark{font-size:1.5rem}.footer p{margin-top:.7rem}.footer-links{display:flex;align-items:flex-start;flex-direction:column;gap:.7rem}.footer-links small{margin-top:auto;font-size:.78rem}.privacy-page{max-width:850px;margin:auto;padding:5rem 1.5rem 8rem}.privacy-page h1{font-size:clamp(2.6rem,5vw,4.5rem)}.privacy-page h2{font-size:2rem;margin:3rem 0 1rem}.privacy-page li{margin:.5rem 0}.privacy-page a{color:#006f91}
@media(max-width:900px){.hero{min-height:800px;align-items:end}.hero-photo{inset:0 0 0 31%}.hero-photo:after{background:linear-gradient(90deg,#e4f5fa 0%,rgba(228,245,250,.7) 22%,transparent 65%),linear-gradient(0deg,#e4f5fa 0%,transparent 45%)}.hero-content{width:75%;padding-bottom:5rem}.hero-content h1{font-size:clamp(3.2rem,7vw,5rem)}.recognition-grid{gap:3rem}.story-intro{gap:3rem}.story-outro{gap:3rem}.contact{gap:2rem}}
@media(max-width:700px){.header{height:70px;padding:0 1.3rem}.menu-toggle{display:flex;flex-direction:column;justify-content:center;gap:6px;background:none;border:0;width:44px;height:44px;padding:8px;cursor:pointer}.menu-toggle span{height:2px;width:100%;background:var(--ink)}nav{display:none;position:absolute;top:70px;left:0;right:0;background:#fff;padding:1.5rem;box-shadow:0 20px 30px rgba(0,30,45,.12);flex-direction:column;align-items:stretch;gap:0}nav.open{display:flex}nav a{padding:.85rem 0;border-bottom:1px solid var(--line);font-size:1.06rem}.nav-cta{padding:1rem;margin-top:1rem;text-align:center;border:1px solid var(--ink)}.hero{min-height:auto;display:block;padding-top:0;background:var(--ice)}.hero-photo{position:relative;inset:auto;height:64svh;min-height:420px;max-height:620px}.hero-photo img{object-position:center 29%}.hero-photo:after{background:linear-gradient(0deg,var(--ice),transparent 24%)}.hero-content{width:100%;padding:0 1.35rem 4rem;margin-top:-1.5rem}.hero-content h1{font-size:clamp(3.1rem,10vw,5rem);margin:1rem 0}.hero-content p{font-size:1rem}.hero-side{display:none}.section{padding:5rem 1.35rem}.section-kicker{margin-bottom:2rem}.recognition-grid,.story-intro,.story-outro,.story-turn,.offer-grid,.instagram-top,.contact{grid-template-columns:1fr}.recognition h2{margin-bottom:1rem}.recognition-close{margin-top:3rem;text-align:left}.manifesto{min-height:270px;padding:4rem 1.35rem}.story-intro h2{margin-bottom:3rem}.story-img{padding:0}.story-img img{height:500px}.story-chapter{display:block;margin:6rem auto}.chapter-number{font-size:8rem;margin-bottom:1rem}.story-turn{margin-inline:-1.35rem}.story-turn img{height:440px}.story-turn div{padding:3rem 1.35rem}.story blockquote{padding:5rem 0}.story-outro{padding-bottom:5rem}.story-outro figure{padding:0;margin:0}.story-outro img{height:400px}.offer{min-height:auto;padding:2rem}.offer-top b{display:inline-block;margin:.6rem 0 0}.offer-grid{gap:1rem}.step{grid-template-columns:80px 1fr;gap:1rem;padding:2rem 0}.step>span{font-size:4.5rem}.step h3{font-size:1.9rem}.instagram img{height:420px;margin:2rem auto 0;width:85%}.faq-list{margin-top:2rem}.contact img{width:100%;height:300px;margin:2rem 0 0}.contact form{padding:1.4rem}.footer{grid-template-columns:1fr;padding:4rem 1.35rem;gap:1.7rem}.footer-links small{margin-top:1rem}}
@media(max-width:380px){.hero-content h1{font-size:2.85rem}.step{grid-template-columns:1fr}.step>span{font-size:4rem}.button{gap:1rem;padding:.9rem 1rem}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}

/* Revised portrait crop and continuous story */
.hero-photo img{object-position:50% 0%}.story{padding-bottom:clamp(5rem,9vw,9rem)}.story-flow{max-width:1190px;margin:auto;display:flow-root}.story-flow h2{max-width:810px;margin-bottom:3.5rem}.story-flow p,.story-flow li{font-size:1.05rem;line-height:1.82;max-width:720px}.story-inline-photo{float:right;width:35%;margin:.3rem 0 2rem clamp(2rem,6vw,6rem)}.story-inline-photo img{width:100%;height:560px;object-fit:cover;object-position:center 24%}.story-inline-photo.second{width:30%;margin-top:.5rem}.story-inline-photo.second img{height:475px}.story-flow h3{font-size:clamp(2rem,2.8vw,3.1rem);margin:4rem 0 1.5rem}.story-flow blockquote{clear:both;max-width:940px;margin:4rem auto;padding:3rem clamp(1rem,5vw,5rem);border-top:1px solid var(--line);border-bottom:1px solid var(--line);text-align:center;color:#006d8d;font-size:clamp(1.7rem,2.5vw,2.7rem);line-height:1.35;letter-spacing:-.03em}.story-flow .credentials{max-width:720px;margin:1rem 0 3rem}.story-flow .thoughts{max-width:680px}.story-flow>.text-link{margin-top:1rem}.reviews{background:#f5fbfd}.reviews h2{max-width:940px;margin-bottom:4rem}.reviews-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.review{margin:0;padding:2.5rem 2rem 2rem;background:white;border-top:4px solid var(--cyan);display:flex;flex-direction:column;min-height:490px}.review:before{content:'“';font:5rem/.65 var(--serif);color:var(--cyan);margin-bottom:1.6rem}.review blockquote{font:1.08rem/1.65 var(--sans);letter-spacing:0;margin:0 0 2rem;flex:1}.review figcaption{font-weight:bold;padding-top:1.2rem;border-top:1px solid var(--line)}@media(max-width:1000px){.reviews-grid{grid-template-columns:1fr 1fr}.review{min-height:0}}@media(max-width:700px){.hero-photo img{object-position:50% 0%}.story-flow h2{margin-bottom:2rem}.story-inline-photo,.story-inline-photo.second{float:none;width:100%;margin:0 0 2.5rem}.story-inline-photo img{height:430px}.story-inline-photo.second img{height:350px}.story-flow blockquote{margin:3rem auto;padding:2rem 0}.story-flow h3{margin-top:3rem}.reviews h2{margin-bottom:2rem}.reviews-grid{grid-template-columns:1fr}.review{padding:2rem 1.5rem;min-height:0}}

@media (min-width:701px) and (max-width:850px){.header{height:70px;padding:0 1.5rem}.menu-toggle{display:flex;flex-direction:column;justify-content:center;gap:6px;background:none;border:0;width:44px;height:44px;padding:8px;cursor:pointer}.menu-toggle span{height:2px;width:100%;background:var(--ink)}nav{display:none;position:absolute;top:70px;left:0;right:0;background:#fff;padding:1.5rem;box-shadow:0 20px 30px rgba(0,30,45,.12);flex-direction:column;align-items:stretch;gap:0}nav.open{display:flex}nav a{padding:.85rem 0;border-bottom:1px solid var(--line);font-size:1.06rem}.nav-cta{padding:1rem;margin-top:1rem;text-align:center;border:1px solid var(--ink)}}

.header nav{gap:clamp(1.4rem,3vw,3rem)}

/* Keep the fourth navigation destination visible at every screen width. */
.mobile-contact-link{display:none}
.header{gap:1.2rem}
.header nav{gap:clamp(.85rem,1.7vw,1.75rem);white-space:nowrap}
.header nav a{font-size:.9rem}
.header .nav-cta{padding:.65rem .8rem}
.header .nav-cta span{margin-left:.5rem}
@media(max-width:1050px){
  .header{height:70px;padding:0 1.35rem;gap:.8rem}
  .mobile-contact-link{display:block;margin-left:auto;text-decoration:none;font-weight:600;font-size:.85rem;border-bottom:1px solid currentColor;white-space:nowrap;line-height:1.35}
  .menu-toggle{display:flex;flex-direction:column;justify-content:center;gap:6px;background:none;border:0;flex:none;width:44px;height:44px;padding:8px;cursor:pointer}
  .menu-toggle span{height:2px;width:100%;background:var(--ink)}
  .header nav{display:none;position:absolute;top:70px;left:0;right:0;background:#fff;padding:1.5rem;box-shadow:0 20px 30px rgba(0,30,45,.12);flex-direction:column;align-items:stretch;gap:0;white-space:normal}
  .header nav.open{display:flex}
  .header nav a{padding:.85rem 0;border-bottom:1px solid var(--line);font-size:1.06rem}
  .header nav .nav-cta{padding:1rem;margin-top:1rem;text-align:center;border:1px solid var(--ink)}
}
@media(max-width:380px){.header{padding:0 .8rem}.header .wordmark{font-size:1.05rem}.mobile-contact-link{font-size:.76rem}}
#form-status:not(:empty){margin-top:1rem;padding:.9rem 1rem;line-height:1.5}
#form-status.form-success{background:#e6f6ee;color:#163f30}
#form-status.form-error{background:#fff0f0;color:#7d2131}
#contact-form button:disabled{cursor:wait;opacity:.7;transform:none}

/* Portraits in one column, so the story text stays uninterrupted. */
.story-inline-photo.first{display:flex;flex-direction:column;gap:1.3rem}
.story-inline-photo.first img:first-child{height:510px}
.story-inline-photo.first img:last-child{height:auto;object-fit:contain}
/* The new screenshot has the same portrait proportions as the phone. */
.instagram .phone-mockup{width:min(100%,360px);height:740px;margin:0 auto;position:relative;transform:rotate(3deg);border-radius:55px;border:3px solid #7892a4;padding:12px;background:#11161d;box-shadow:0 28px 70px rgba(0,0,0,.33),inset 0 0 0 3px #273847}
.instagram .phone-mockup::after{content:"";position:absolute;right:-7px;top:185px;width:4px;height:64px;background:#7791a2;border-radius:0 3px 3px 0}
.instagram .phone-screen{height:100%;border-radius:42px;background:#101319;overflow:hidden}
.instagram .phone-screen img{display:block;width:100%;height:100%;margin:0;object-fit:contain;object-position:center;transform:none}
@media(max-width:700px){.story-inline-photo.first{gap:1rem}.story-inline-photo.first img:first-child{height:390px}.instagram .phone-mockup{width:min(90%,340px);height:680px;margin:2rem auto 0;padding:10px;border-radius:49px;transform:rotate(2deg)}.instagram .phone-screen{border-radius:37px}}

/* Responsive experience: keep navigation and touch controls comfortably sized. */
.header .label-mobile{display:none}
section[id]{scroll-margin-top:1rem}
@media(max-width:1050px){
  .header .label-desktop{display:none}
  .header .label-mobile{display:inline}
  .header nav .nav-cta{background:var(--ink);color:white;min-height:56px;display:flex;align-items:center;justify-content:center;gap:.5rem}
  .header nav .nav-cta span:last-child{margin:0}
  .header nav a:not(.nav-cta){display:flex;align-items:center;min-height:54px}
}
@media(max-width:700px){
  .section{padding:4.4rem 1.35rem}
  .section-kicker{margin-bottom:1.6rem}
  .hero-photo{height:clamp(285px,43svh,390px);min-height:0;max-height:none}
  .hero-photo img{object-position:50% 0%}
  .hero-content{display:flex;flex-direction:column;align-items:stretch;margin-top:0;padding:1.35rem 1.35rem 3.5rem}
  .hero-content .eyebrow{order:0;font-size:.75rem}
  .hero-content h1{order:1;font-size:clamp(2.25rem,8vw,3.1rem);line-height:1.04;letter-spacing:-.045em;margin:.8rem 0 1.2rem}
  .hero-content .button{order:2;align-self:flex-start;min-height:56px;margin-bottom:1.3rem}
  .hero-content p{order:3;margin:0;max-width:35ch;line-height:1.6}
  h2{font-size:clamp(2.5rem,10vw,4rem)}
  .recognition-grid{gap:1.8rem}
  .recognition-close{line-height:1.35}
  .story-flow p,.story-flow li{font-size:1rem;line-height:1.75}
  .story-flow p{margin-bottom:1.5rem}
  .story-flow h3{font-size:clamp(1.9rem,7vw,2.5rem);margin:3.5rem 0 1.3rem}
  .story-inline-photo.first img:first-child{height:350px;object-position:center 17%}
  .story-inline-photo.first img:last-child{width:76%;height:auto;align-self:flex-end}
  .story-inline-photo.second img{height:360px;object-position:center 15%}
  .story-flow blockquote{font-size:clamp(1.65rem,6.8vw,2.25rem);line-height:1.33;margin:3rem auto}
  .reviews-grid{gap:1rem}
  .review{padding:1.75rem 1.4rem}
  .review blockquote{font-size:1rem;line-height:1.7}
  .offer-grid{grid-template-columns:minmax(0,1fr)}
  .offer{padding:1.7rem;gap:2rem}
  .offer h3{font-size:clamp(2rem,8vw,2.8rem)}
  .offer .button{width:100%;min-height:56px}
  .step{grid-template-columns:minmax(0,1fr);gap:.8rem;padding:2rem 0}
  .step>span{font-size:5.5rem}
  .step h3{font-size:1.85rem}
  .contact{gap:2rem}
  .contact img{height:260px;object-position:center 40%}
  .contact form{padding:1.35rem}
  form input:not([type=hidden]){min-height:56px}
  form textarea{min-height:180px}
  .contact button{min-height:64px;gap:1rem;text-align:left}
  .faq summary{min-height:68px;display:flex;align-items:center;padding:1.1rem 3rem 1.1rem 0;font-size:1.06rem}
  .faq summary:after{top:50%;transform:translateY(-50%)}
  .faq-answer{padding-right:0}
  .instagram-top{gap:2.3rem}
  .instagram p{font-size:1rem;line-height:1.65}
  .instagram .phone-mockup{width:min(100%,390px);height:auto;padding:0;border:0;border-radius:14px;transform:none;background:transparent;box-shadow:none;margin:0 auto}
  .instagram .phone-mockup::after{display:none}
  .instagram .phone-screen{height:auto;border-radius:14px;border:1px solid rgba(255,255,255,.35);box-shadow:0 12px 32px rgba(0,0,0,.18)}
  .instagram .phone-screen img{width:100%;height:auto;margin:0;object-fit:contain}
  .footer{font-size:.95rem;gap:2rem}
  .footer-links a{min-height:44px;display:flex;align-items:center}
}
@media(max-width:390px){
  .hero-content h1{font-size:clamp(2.1rem,8vw,2.45rem)}
  .mobile-contact-link{font-size:.78rem}
  .header .wordmark{font-size:1.02rem}
  .hero-content .button,.contact button{font-size:.86rem}
}

/* Tablet is an editorial layout rather than a squeezed desktop hero. */
@media(min-width:701px) and (max-width:1000px){
  .hero{display:block;min-height:0}
  .hero-photo{position:relative;inset:auto;height:min(57svh,540px)}
  .hero-photo img{object-position:50% 0%}
  .hero-photo:after{background:linear-gradient(0deg,var(--ice),transparent 27%)}
  .hero-content{display:flex;flex-direction:column;align-items:flex-start;width:100%;padding:1.5rem 6vw 5rem}
  .hero-content h1{order:1;font-size:clamp(3.3rem,6.5vw,5rem);margin:1rem 0 1.5rem}
  .hero-content .eyebrow{order:0}
  .hero-content .button{order:2;min-height:56px;margin-bottom:1.3rem}
  .hero-content p{order:3;max-width:60ch}
  .hero-side{display:none}
  .story-inline-photo.first{width:38%}
  .story-inline-photo.first img:first-child{height:410px}
  .story-inline-photo.second{width:36%}
  .reviews-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .instagram-top{grid-template-columns:minmax(0,1fr) minmax(260px,.8fr);gap:2rem}
  .instagram .phone-mockup{width:min(100%,300px);height:620px}
}
.recognition-grid>*,.contact>*,.instagram-top>*,.offer-grid>*{min-width:0}
@media(hover:none){.button:hover{transform:none}}

/* On phones, this portrait breaks up the story at its turning point. */
.story-mobile-photo{display:none}
@media(max-width:700px){
  .story-inline-photo.first img:last-child{display:none}
  .story-mobile-photo{display:block;width:min(82%,340px);margin:2.2rem auto 2.4rem}
  .story-mobile-photo img{display:block;width:100%;height:auto}
}

/* A single highlighted closing chapter gives the personal story a visual pause. */
.story-close{
  clear:both;
  width:min(100%,900px);
  margin:4.5rem 0 7rem;
  padding:clamp(2.25rem,5vw,5rem);
  background:#eaf8fc;
  border-left:5px solid var(--cyan);
}
.story-flow .story-close h3{margin:0 0 1.8rem}
.story-close p{color:var(--ink)}
.story-close p:last-of-type{margin-bottom:2rem}
.story-close .text-link{margin-top:.5rem}
@media(max-width:700px){
  .story-close{width:auto;margin:3.5rem -1.35rem 0;padding:3rem 1.35rem 3.6rem;border-left:0;border-top:4px solid var(--cyan)}
  .story-flow .story-close h3{margin:0 0 1.5rem}
}

/* Five-star ratings on client testimonials. */
.review:before{content:none}
.review-rating{color:#0086aa;font-size:1.35rem;letter-spacing:.13em;line-height:1;margin-bottom:1.6rem;white-space:nowrap}

/* Keep the complete composition of the contact portrait on small screens. */
.contact img{object-position:center 42%}
@media(max-width:700px){.contact img{height:auto;object-fit:contain}}

/* Let the contact portrait span its column, trimming a little from its top. */
.contact>div>img{width:100%;max-width:none;height:auto;aspect-ratio:16/9;object-fit:cover;object-position:center bottom}
@media(max-width:700px){
  .contact>div>img{width:calc(100% + 2.7rem);margin-left:-1.35rem;aspect-ratio:8/5;object-fit:cover;object-position:center bottom}
}

/* A shorter, three-column presentation of the coaching process. */
.process.section{padding-block:clamp(3.5rem,5vw,6rem)}
.process .section-kicker{margin-bottom:1.8rem}
.process h2{max-width:none;margin-bottom:0;font-size:clamp(2.4rem,4.6vw,4.5rem)}
.process .steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1rem,2vw,2rem);margin-top:2.7rem}
.process .step,.process .step:last-child{display:block;min-width:0;padding:1.35rem 1rem 0;border:0;border-top:3px solid var(--cyan)}
.process .step>span{display:block;font-size:clamp(3.7rem,6vw,6rem);line-height:.9;margin-bottom:1.3rem}
.process .step h3{font-size:clamp(1.45rem,2.1vw,2.25rem);margin:0 0 .9rem}
.process .step p{font-size:1rem;line-height:1.6;margin:0}
.process .step p+p{margin-top:1rem}
@media(max-width:850px){
  .process .steps{grid-template-columns:1fr;gap:0;margin-top:2rem}
  .process .step,.process .step:last-child{display:grid;grid-template-columns:4.5rem minmax(0,1fr);gap:1rem;align-items:start;padding:1.3rem 0;border-top:1px solid var(--line)}
  .process .step:last-child{border-bottom:1px solid var(--line)}
  .process .step>span{font-size:3.4rem;margin:0}
  .process .step h3{font-size:1.65rem}
}
@media(max-width:700px){.process.section{padding-block:3.5rem}.process h2{font-size:clamp(2.4rem,9vw,3.5rem)}}

/* Tighter recognition and FAQ sections while keeping text and tap targets legible. */
.recognition.section,.faq.section{padding-block:clamp(3.5rem,5vw,6rem)}
.recognition .section-kicker,.faq .section-kicker{margin-bottom:1.5rem}
.recognition h2,.faq h2{font-size:clamp(2.5rem,4.5vw,4.8rem)}
.recognition-grid{gap:clamp(2rem,4vw,5rem)}
.statement-list li{padding:.75rem 0 .85rem}
.recognition-close{margin-top:2.6rem;font-size:clamp(1.55rem,2.25vw,2.25rem)}
.faq-list{margin-top:2rem}
.faq summary{min-height:60px;padding:1rem 3.5rem 1rem 0}
.faq summary:after{top:50%;transform:translateY(-50%)}
.faq-answer{padding-bottom:1rem}
@media(max-width:700px){
  .recognition.section,.faq.section{padding-block:3.5rem}
  .recognition .section-kicker,.faq .section-kicker{margin-bottom:1.2rem}
  .recognition h2,.faq h2{font-size:clamp(2.35rem,9vw,3.25rem)}
  .recognition-grid{gap:1.25rem}
  .statement-list li{padding:.7rem 0 .8rem}
  .recognition-close{margin-top:2rem;font-size:1.6rem}
  .faq-list{margin-top:1.5rem}
  .faq summary{min-height:58px;padding:.85rem 3rem .85rem 0}
}

/* Contact draft, character limit and inline confirmation. */
.contact .character-count{margin:.4rem 0 0;text-align:right;color:#667783;font-size:.82rem;font-variant-numeric:tabular-nums}
.contact form[hidden],.contact .contact-confirmation[hidden]{display:none!important}
.contact .contact-confirmation{background:#fff;padding:clamp(2rem,4vw,4rem);box-shadow:0 25px 80px rgba(4,54,72,.07);min-height:300px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:1rem}
.contact .confirmation-symbol{display:grid;place-items:center;width:3.5rem;height:3.5rem;border-radius:50%;background:#e8f5f8;color:var(--ink);font-size:1.9rem;line-height:1}
.contact .contact-confirmation h3{font-family:Georgia,serif;font-weight:400;font-size:clamp(2rem,3.2vw,3.6rem);line-height:1.13;max-width:15ch;margin:.4rem 0 0}
.contact .contact-confirmation p{font-size:clamp(1rem,1.3vw,1.25rem);line-height:1.55;margin:0;max-width:31rem}
@media(max-width:700px){.contact .contact-confirmation{min-height:290px;padding:2rem 1.35rem}.contact .contact-confirmation h3{font-size:clamp(2rem,8vw,2.8rem)}}
.not-found-page{min-height:100vh;display:grid;place-items:center;text-align:center;padding:2rem}
.not-found{max-width:38rem}
.not-found h1{font-size:clamp(2.5rem,7vw,5rem);margin:0 0 1rem}
.not-found p{margin:0 0 2rem}
