@font-face{
  font-family:Manrope;
  src:url('/assets/manrope-regular.ttf') format('truetype');
  font-weight:400 500;
  font-style:normal;
  font-display:swap}
@font-face{
  font-family:Manrope;
  src:url('/assets/manrope-bold.ttf') format('truetype');
  font-weight:600 800;
  font-style:normal;
  font-display:swap}

:root{
  --forest:#073e2e;
  --ink:#173c30;
  --lime:#d8f5a1;
  --ivory:#f6f5ef;
  --mint:#e7f3df;
  --line:#d7dfd8;
  --muted:#56665e;
  --peach:#fae6d2;
  --white:#fff}
*{
  box-sizing:border-box}
html{
  scroll-behavior:smooth;
  scroll-padding-top:110px}
body{
  margin:0;
  color:var(--ink);
  font:400 16px/1.65 Manrope,Arial,sans-serif;
  background:#fff;
  -webkit-font-smoothing:antialiased}
h1,h2,h3,p,figure{
  margin:0}
h1,h2,h3{
  font-weight:700;
  line-height:1.08;
  letter-spacing:-.045em;
  text-wrap:balance}
h1{
  font-size:clamp(3rem,5.1vw,5rem)}
h2{
  font-size:clamp(2rem,3.5vw,3.5rem)}
h3{
  font-size:1.4rem;
  letter-spacing:-.025em}
p{
  margin:0 0 1.2rem}
h2+p,h3+p{
  margin-top:1.1rem}
em{
  font-style:normal}
a{
  color:inherit;
  text-underline-offset:5px;
  text-decoration-thickness:1px}
img{
  display:block;
  width:100%;
  height:auto}
button,input,select{
  font:inherit}
button,a,input,select,summary{
  -webkit-tap-highlight-color:transparent}
:focus-visible{
  outline:3px solid #ba660b;
  outline-offset:5px}
button{
  cursor:pointer}
a,button{
  touch-action:manipulation}
button:disabled{
  cursor:default}
.wrap{
  width:min(1280px,calc(100% - 112px));
  margin-inline:auto}
.section{
  padding:100px 0}
.ivory{
  background:var(--ivory)}
.mint{
  background:var(--mint)}
.peach{
  background:var(--peach)}
.forest{
  background:var(--forest);
  color:#fff}
.small,.source{
  font-size:.875rem;
  line-height:1.65}
.muted,.source{
  color:var(--muted)}
.source{
  margin-top:26px}
.eyebrow{
  font-size:.8125rem;
  font-weight:700;
  line-height:1.4;
  letter-spacing:.11em;
  text-transform:uppercase;
  margin-bottom:24px}
.lede{
  font-size:1.125rem;
  line-height:1.7;
  max-width:610px;
  margin:28px 0 0}
.header{
  background:#fff;
  position:relative;
  z-index:10;
  border-bottom:1px solid #e8ece8}
.nav{
  height:90px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px}
.wordmark{
  width:180px;
  height:33px;
  position:relative;
  display:block;
  overflow:hidden;
  flex-shrink:0}
.wordmark img{
  position:absolute;
  width:195px;
  max-width:none;
  height:auto;
  left:-7px;
  top:-23px}
.navlinks{
  display:flex;
  align-items:center;
  gap:30px}
.navlinks>a{
  font-size:.9375rem;
  font-weight:700;
  text-decoration:none;
  padding-block:10px}
.navlinks>a:hover,.navlinks>a[aria-current]{
  text-decoration:underline}
.navlinks .nav-contact{
  border:1px solid var(--forest);
  border-radius:6px;
  padding:12px 18px;
  margin-left:14px;
  display:flex;
  gap:24px;
  align-items:center}
.menu-toggle{
  display:none;
  background:white;
  border:1px solid var(--line);
  border-radius:4px;
  padding:10px 13px;
  font-weight:700}
.skip{
  position:absolute;
  top:8px;
  left:12px;
  transform:translateY(-150%);
  background:white;
  padding:10px 16px;
  z-index:100}
.skip:focus{
  transform:none}
main:focus{
  outline:none}
.button{
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  background:var(--forest);
  color:#fff;
  border:1px solid var(--forest);
  border-radius:6px;
  text-decoration:none;
  padding:17px 23px;
  font-weight:700;
  font-size:1rem;
  line-height:1.45;
  transition:background .18s,transform .18s;
  max-width:100%}
.button>span{
  font-size:1.35rem;
  line-height:1;
  flex-shrink:0}
.button:hover{
  background:#0d5641;
  transform:translateY(-2px)}
.button.lime{
  background:var(--lime);
  color:var(--forest);
  border-color:var(--lime)}
.button.lime:hover{
  background:#edffd0}
.text-link{
  font-weight:700;
  display:inline-flex;
  gap:24px;
  align-items:center;
  padding-block:12px;
  text-decoration:none;
  border-bottom:1px solid var(--forest);
  line-height:1.5}
.text-link:hover{
  gap:32px}
.text-link.light{
  border-color:#8bae94}
.quiet-link{
  font-size:.875rem;
  text-decoration:none;
  color:#edf6ec}
.home-hero{
  display:grid;
  grid-template-columns:54% 46%;
  background:var(--forest);
  color:#fff;
  min-height:690px}
.hero-copy{
  padding:64px 56px 64px max(56px,calc((100vw - 1280px)/2));
  align-self:center}
.hero-copy h1{
  font-size:clamp(4rem,7.1vw,7rem);
  line-height:.98;
  letter-spacing:-.065em;
  margin-bottom:32px}
.hero-copy h1 em{
  color:var(--lime)}
.hero-copy>.eyebrow{
  color:#ddeddf;
  margin-bottom:30px}
.hero-copy>p:not(.eyebrow){
  font-size:1.125rem;
  line-height:1.65;
  color:#edf3e9}
.hero-actions{
  margin-top:28px;
  display:flex;
  align-items:center;
  gap:28px;
  flex-wrap:wrap}
.hero-portrait{
  position:relative;
  min-width:0;
  overflow:hidden}
.hero-portrait>img{
  position:absolute;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:50% 43%}
.portrait-caption{
  position:absolute;
  bottom:27px;
  left:27px;
  background:#fff;
  color:var(--forest);
  font-size:.875rem;
  font-weight:700;
  padding:12px 18px;
  border-radius:3px}
.promise-strip{
  border-bottom:1px solid var(--line);
  background:var(--ivory)}
.promise-strip .wrap{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  min-height:72px}
.promise-strip span{
  font-size:.875rem;
  font-weight:700;
  display:flex;
  align-items:center;
  gap:12px}
.promise-strip span:before{
  content:'✓';
  font-size:1.1rem}
.section-heading{
  display:grid;
  grid-template-columns:1.4fr 1fr;
  gap:70px;
  align-items:end;
  margin-bottom:42px}
.section-heading p:last-child{
  max-width:400px;
  margin:0}
.section-heading .eyebrow{
  margin-bottom:14px}
.image-cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  scroll-margin-top:36px}
.image-card{
  text-decoration:none;
  min-width:0}
.card-image{
  position:relative;
  overflow:hidden;
  border-radius:9px;
  background:var(--ivory);
  height:305px}
.card-image img{
  height:100%;
  object-fit:cover;
  transition:transform .35s}
.image-card:hover img{
  transform:scale(1.035)}
.card-tag{
  position:absolute;
  top:18px;
  left:18px;
  background:white;
  border-radius:3px;
  padding:6px 12px;
  font-size:.75rem;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.06em}
.card-caption{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
  padding:23px 0}
.card-caption h3{
  font-size:1.45rem;
  line-height:1.2}
.circle{
  width:42px;
  height:42px;
  flex-shrink:0;
  border:1px solid #91a599;
  border-radius:50%;
  display:grid;
  place-items:center;
  font-size:1.4rem;
  transition:background .2s}
.image-card:hover .circle{
  background:var(--mint)}
.feature{
  display:grid;
  grid-template-columns:1.05fr 1fr;
  gap:90px;
  align-items:center}
.feature-visual{
  height:620px;
  position:relative;
  overflow:hidden;
  border-radius:8px}
.feature-visual>img{
  height:100%;
  object-fit:cover;
  object-position:40% 50%}
.image-label{
  position:absolute;
  bottom:25px;
  left:25px;
  background:var(--ivory);
  padding:14px 20px;
  font-weight:700;
  font-size:.875rem}
.feature-copy h2{
  margin-bottom:30px}
.feature-copy h2 em{
  color:#467447}
.feature-copy>p:not(.eyebrow){
  max-width:480px}
.feature-copy .text-link{
  margin-top:12px}
.feature.reverse .feature-visual{
  order:2}
.feature.reverse{
  grid-template-columns:1fr 1.05fr}
.treatment-feature{
  display:grid;
  grid-template-columns:1fr 1.08fr;
  gap:90px;
  align-items:center}
.treatment-feature h2{
  margin-bottom:28px}
.treatment-feature p:not(.eyebrow){
  max-width:470px}
.treatment-feature .button{
  margin-top:12px}
.treatment-feature figure{
  background:var(--peach);
  border-radius:8px;
  overflow:hidden}
.treatment-feature img{
  height:440px;
  object-fit:cover}
.treatment-feature figcaption{
  font-size:.8125rem;
  padding:15px 22px}
.manifesto h2{
  font-size:clamp(2.5rem,5vw,4.9rem);
  line-height:1.14;
  max-width:1100px}
.manifesto em{
  color:var(--lime)}
.manifesto>div{
  display:grid;
  grid-template-columns:1fr auto;
  gap:50px;
  align-items:center;
  margin:38px 0 0 auto;
  max-width:770px}
.manifesto>div p{
  margin:0;
  color:#dce8df}
.faq-home{
  display:grid;
  grid-template-columns:1fr 1.15fr;
  gap:80px}
.faq-home h2{
  margin-bottom:26px}
.faq-list{
  border-top:1px solid var(--line)}
details{
  border-bottom:1px solid var(--line)}
summary{
  list-style:none;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  cursor:pointer;
  font-weight:700;
  font-size:1.0625rem;
  line-height:1.6;
  padding:24px 0}
summary::-webkit-details-marker{
  display:none}
summary>span{
  font-size:1.5rem;
  flex-shrink:0;
  line-height:1}
details[open] summary>span{
  transform:rotate(45deg)}
.faq-answer{
  padding:0 30px 22px 0;
  color:var(--muted)}
.faq-answer p{
  margin:0}
.faq-page{
  max-width:900px;
  margin:auto}
.endcap{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:100px;
  align-items:center}
.endcap p{
  max-width:470px}
.endcap .eyebrow{
  margin-bottom:20px}
.endcap .button{
  margin-top:12px}
.footer{
  background:var(--ivory);
  padding:64px 0 26px;
  border-top:1px solid var(--line)}
.footer-top{
  display:grid;
  grid-template-columns:1.5fr 1fr 1fr;
  gap:50px;
  padding-bottom:55px}
.footer .wordmark{
  background:#fff}
.footer-brand>p{
  font-size:1.8rem;
  line-height:1.2;
  letter-spacing:-.04em;
  margin-top:24px;
  margin-bottom:17px}
.footer-brand>span{
  font-size:.8125rem;
  color:var(--muted)}
.footer-top>div>h2{
  font-size:.8125rem;
  text-transform:uppercase;
  letter-spacing:.08em;
  margin-bottom:20px}
.footer-top>div:not(.footer-brand)>a{
  display:block;
  text-decoration:none;
  font-size:.875rem;
  padding:6px 0}
.footer a:hover{
  text-decoration:underline}
.footer-bottom{
  display:flex;
  justify-content:space-between;
  gap:20px;
  border-top:1px solid var(--line);
  padding-top:25px;
  font-size:.75rem}
.footer-bottom>div{
  display:flex;
  gap:23px;
  flex-wrap:wrap}
.footer-note{
  margin:20px 0 0;
  color:var(--muted);
  font-size:.75rem}
.page-hero{
  padding:72px 0 76px;
  background:var(--ivory)}
.page-hero.ivory{
  background:var(--ivory)}
.page-hero.mint{
  background:var(--mint)}
.page-hero.peach{
  background:var(--peach)}
.page-hero.forest{
  background:var(--forest)}
.page-hero-grid{
  display:grid;
  grid-template-columns:1fr}
.page-intro{
  max-width:1000px}
.page-hero.with-photo{
  padding:0}
.with-photo .page-hero-grid{
  grid-template-columns:1.1fr 1fr;
  gap:65px;
  min-height:570px}
.with-photo .page-intro{
  padding:68px 0;
  align-self:center}
.with-photo h1{
  font-size:clamp(2.6rem,4.5vw,4.5rem)}
.page-image{
  position:relative;
  overflow:hidden;
  min-height:100%}
.page-image img{
  width:100%;
  height:100%;
  position:absolute;
  object-fit:cover;
  object-position:center}
.page-image img[src*="portrait"]{
  object-position:50% 28%}
.editorial-grid{
  display:grid;
  grid-template-columns:1fr 1.12fr;
  gap:100px;
  align-items:start}
.editorial-grid>div>h2{
  margin-bottom:26px}
.editorial-grid>div>.small{
  max-width:350px;
  margin-top:26px}
.prose p{
  margin-bottom:24px}
.rows article{
  display:flex;
  gap:23px;
  border-bottom:1px solid var(--line);
  padding:25px 0}
.rows article:first-child{
  padding-top:0}
.rows article p{
  margin:10px 0 0;
  color:var(--muted)}
.row-num{
  font-size:.8125rem;
  font-weight:700;
  line-height:1.8}
.rows h3{
  font-size:1.3rem;
  line-height:1.3}
.feature-copy .rows article{
  padding:22px 0}
.link-rows{
  border-top:1px solid var(--line)}
.row-link{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
  text-decoration:none;
  font-size:1.1rem;
  font-weight:700;
  line-height:1.5;
  padding:25px 0;
  border-bottom:1px solid var(--line)}
.row-link:hover{
  color:#49783d}
.row-link>span{
  font-size:1.4rem;
  flex-shrink:0}
.nutrition-numbers{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:65px}
.nutrition-numbers strong{
  font-size:6.5rem;
  letter-spacing:-.07em;
  line-height:1.2;
  font-weight:700}
.nutrition-numbers h3{
  margin:14px 0}
.nutrition-numbers p{
  color:var(--muted)}
.question-sheet{
  display:grid;
  grid-template-columns:1fr 1.1fr;
  gap:90px}
.question-sheet ol{
  margin:0;
  padding-left:24px}
.question-sheet li{
  padding:18px 0 18px 8px;
  border-bottom:1px solid var(--line);
  font-size:1.1rem}
.journey{
  max-width:980px;
  margin:auto}
.journey article{
  display:grid;
  grid-template-columns:120px 1fr;
  gap:35px;
  border-bottom:1px solid var(--line);
  padding:42px 0}
.journey article:first-child{
  padding-top:0}
.journey article>span{
  font-size:3.5rem;
  font-weight:700;
  line-height:1;
  color:#608164;
  letter-spacing:-.06em}
.journey h2{
  font-size:2.2rem}
.journey p{
  max-width:680px;
  margin:20px 0 0}
.commitments{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:65px 90px}
.commitments article{
  border-top:1px solid var(--line);
  padding-top:28px}
.commitments h2{
  font-size:2.3rem;
  max-width:490px}
.commitments p{
  margin-top:25px}
.pricing-grid{
  display:grid;
  grid-template-columns:1fr 1.2fr;
  gap:100px;
  align-items:start}
.price-card{
  border:1px solid #b8cbbb;
  background:var(--ivory);
  padding:42px;
  border-radius:9px}
.price-card strong{
  font-size:3.1rem;
  letter-spacing:-.05em;
  line-height:1.15;
  display:block;
  margin-bottom:24px}
.price-card .eyebrow{
  margin-bottom:18px}
.checklist{
  list-style:none;
  padding:15px 0;
  margin:0 0 22px}
.checklist li{
  border-bottom:1px solid var(--line);
  padding:13px 0}
.checklist li:before{
  content:'✓';
  margin-right:12px}
.price-explanation h2{
  font-size:2.5rem;
  margin-bottom:25px}
hr{
  border:0;
  border-top:1px solid var(--line);
  margin:35px 0}
.access-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:80px}
.access-grid>article{
  border-top:1px solid var(--line);
  padding-top:32px}
.access-grid h2{
  margin-bottom:26px}
.access-grid .text-link{
  display:table;
  margin-top:15px}
.form{
  padding:35px;
  background:var(--ivory);
  border:1px solid var(--line);
  border-radius:9px;
  min-width:0}
.form h2{
  font-size:2.3rem}
.form>p:not(.eyebrow){
  font-size:.875rem}
.form h2+p{
  margin-top:20px}
.field{
  margin-top:24px}
.field label{
  font-size:.875rem;
  font-weight:700;
  display:block;
  margin-bottom:9px}
.field label span{
  font-weight:400;
  color:var(--muted);
  font-size:.75rem}
.field input,.field select{
  width:100%;
  min-width:0;
  background:#fff;
  border:1px solid #85968c;
  border-radius:4px;
  padding:13px 12px;
  min-height:52px;
  color:var(--ink)}
.field+[class="small"]{
  margin-top:24px}
.field input[aria-invalid],.field select[aria-invalid]{
  border:2px solid #a5241d}
.form .button{
  width:100%;
  font-size:.875rem;
  gap:15px}
.error{
  color:#a5241d;
  margin-top:16px;
  margin-bottom:0}
.error:empty{
  display:none}
[data-result]:not(:empty){
  border-top:1px solid var(--line);
  padding-top:18px;
  margin-top:20px}
.contact-grid{
  display:grid;
  grid-template-columns:1fr 1.2fr;
  gap:100px}
.contact-address{
  background:var(--mint);
  padding:38px;
  border-radius:8px}
.contact-address h2{
  font-size:2.4rem}
.contact-address h2 span{
  font-size:1.4rem}
.contact-address address{
  font-style:normal;
  font-size:1.125rem;
  line-height:1.8;
  margin:30px 0}
.contact-grid>div>h2{
  margin-bottom:30px}
.contact-note{
  font-size:.875rem;
  color:var(--muted);
  margin:30px 0 0}
.legal{
  max-width:780px;
  margin:auto}
.legal h2{
  font-size:1.65rem;
  line-height:1.3;
  margin:40px 0 18px}
.legal h2:first-child{
  margin-top:0}
.legal p{
  margin-bottom:20px}
.credits-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:50px 32px;
  margin-bottom:75px}
.credits-grid img{
  height:300px;
  object-fit:cover;
  border-radius:6px}
.credits-grid img[src*="portrait"]{
  object-position:50% 30%}
.credits-grid figcaption{
  padding-top:20px}
.credits-grid h2{
  font-size:1.5rem}
.credits-grid p{
  margin:8px 0}
.credits-grid a{
  font-size:.875rem}
.not-found{
  display:flex;
  gap:35px;
  align-items:center;
  flex-wrap:wrap}

@media(min-width:1600px){
  .home-hero{
  min-height:750px}
.hero-portrait>img{
  object-position:50% 40%}
}

@media(max-width:1100px){
  .wrap{
  width:calc(100% - 64px)}
.navlinks{
  gap:20px}
.navlinks .nav-contact{
  margin-left:0}
.hero-copy{
  padding:55px 32px}
.hero-copy h1{
  font-size:5.5rem}
.home-hero{
  min-height:650px;
  grid-template-columns:55% 45%}
.hero-actions{
  gap:20px}
.quiet-link{
  display:block}
.feature,.treatment-feature,.editorial-grid,.contact-grid,.pricing-grid{
  gap:50px}
.feature-visual{
  height:540px}
.card-image{
  height:245px}
.section{
  padding:80px 0}
.faq-home{
  gap:45px}
.endcap{
  gap:60px}
.with-photo .page-hero-grid{
  gap:40px}
.nutrition-numbers{
  gap:35px}
.form{
  padding:25px}
.page-hero-grid h1{
  font-size:3.6rem}
}

@media(max-width:850px){
  .nav{
  height:76px}
.wordmark{
  width:159px;
  height:30px}
.wordmark img{
  width:173px;
  left:-6px;
  top:-20px}
.menu-toggle{
  display:flex;
  gap:15px;
  align-items:center}
.navlinks{
  display:none;
  position:absolute;
  top:75px;
  left:0;
  right:0;
  background:#fff;
  padding:20px 32px 28px;
  box-shadow:0 18px 20px #0e382c0d;
  border-top:1px solid var(--line);
  flex-direction:column;
  align-items:stretch;
  gap:0}
.navlinks>a{
  padding:14px 0}
.navlinks .nav-contact{
  margin-top:12px;
  justify-content:space-between}
.menu-toggle[aria-expanded="true"]+.navlinks{
  display:flex}
.hero-copy h1{
  font-size:4.5rem}
.home-hero{
  min-height:600px}
.hero-copy>p:not(.eyebrow){
  font-size:1rem}
.hero-copy .eyebrow{
  font-size:.75rem}
.hero-portrait>img{
  object-position:48% 45%}
.portrait-caption{
  font-size:.75rem;
  left:16px;
  bottom:16px;
  padding:10px 12px}
.promise-strip span{
  font-size:.75rem;
  gap:8px}
.promise-strip .wrap{
  gap:15px;
  min-height:65px}
.section-heading{
  gap:35px}
.image-cards{
  gap:18px}
.card-caption h3{
  font-size:1.125rem}
.card-caption{
  gap:10px}
.circle{
  width:34px;
  height:34px;
  font-size:1.1rem}
.card-image{
  height:220px}
.card-tag{
  font-size:.625rem;
  top:12px;
  left:12px;
  padding:5px 8px}
.feature,.feature.reverse,.treatment-feature{
  gap:35px}
.feature-visual{
  height:490px}
.feature-copy h2{
  font-size:2.7rem}
.image-label{
  left:16px;
  bottom:16px;
  padding:10px 14px;
  font-size:.75rem}
.treatment-feature img{
  height:370px}
.faq-home{
  grid-template-columns:1fr;
  gap:35px}
.manifesto>div{
  gap:35px}
.with-photo .page-hero-grid{
  min-height:470px;
  grid-template-columns:1.1fr 1fr;
  gap:30px}
.page-hero-grid h1,.with-photo h1{
  font-size:3rem}
.page-intro .lede{
  font-size:1rem}
.editorial-grid,.pricing-grid,.contact-grid{
  gap:40px}
.form{
  padding:22px}
.form .button{
  font-size:.8125rem;
  padding:15px}
.form h2{
  font-size:1.85rem}
.footer-top{
  gap:35px}
.footer-bottom{
  font-size:.75rem}
.footer-bottom>div{
  gap:14px}
.contact-address{
  padding:25px}
.contact-address h2{
  font-size:2rem}
.price-card{
  padding:28px}
.price-card strong{
  font-size:2.6rem}
.commitments{
  gap:45px}
.commitments h2{
  font-size:2rem}
}

@media(max-width:620px){
  .wrap{
  width:calc(100% - 40px)}
.section{
  padding:60px 0}
h1{
  font-size:3rem}
h2{
  font-size:2.4rem}
h3{
  font-size:1.3rem}
.eyebrow{
  font-size:.75rem;
  margin-bottom:18px}
.navlinks{
  padding-inline:20px}
.home-hero{
  display:flex;
  flex-direction:column;
  min-height:auto}
.hero-copy{
  padding:39px 24px 38px}
.hero-copy h1{
  font-size:clamp(3.5rem,13.5vw,5rem);
  line-height:1.02;
  margin-bottom:24px;
  letter-spacing:-.06em}
.hero-copy h1 em{
  display:inline}
.hero-copy>.eyebrow{
  margin-bottom:21px}
.hero-copy>p:not(.eyebrow){
  font-size:1rem;
  margin-bottom:0}
.hero-actions{
  margin-top:23px;
  gap:15px}
.hero-actions .button{
  padding:15px 19px}
.quiet-link{
  display:none}
.hero-portrait{
  height:380px}
.hero-portrait>img{
  object-position:50% 33%}
.portrait-caption{
  left:20px;
  bottom:20px;
  font-size:.75rem}
.promise-strip .wrap{
  width:100%;
  padding:19px 20px;
  display:flex;
  flex-wrap:wrap;
  gap:12px 22px;
  justify-content:center;
  min-height:0}
.promise-strip span{
  font-size:.75rem}
.section-heading{
  grid-template-columns:1fr;
  gap:22px;
  margin-bottom:30px}
.section-heading p:last-child{
  max-width:none}
.image-cards{
  grid-template-columns:1fr;
  gap:20px}
.card-image{
  height:280px}
.card-tag{
  font-size:.75rem;
  padding:6px 10px;
  top:16px;
  left:16px}
.card-caption{
  padding:18px 0}
.card-caption h3{
  font-size:1.45rem}
.circle{
  height:42px;
  width:42px;
  font-size:1.4rem}
.feature,.feature.reverse,.treatment-feature{
  grid-template-columns:1fr;
  gap:35px}
.feature-visual{
  height:390px}
.feature.reverse .feature-visual{
  order:0}
.feature-copy h2{
  font-size:2.6rem;
  margin-bottom:23px}
.feature-copy .eyebrow{
  margin-bottom:18px}
.treatment-feature h2{
  font-size:2.65rem}
.treatment-feature img{
  height:300px}
.treatment-feature figcaption{
  font-size:.75rem;
  padding:13px 17px}
.manifesto h2{
  font-size:2.65rem;
  line-height:1.14}
.manifesto>div{
  display:block;
  margin-top:28px}
.manifesto .text-link{
  margin-top:20px}
.faq-home{
  gap:28px}
.faq-home h2{
  font-size:2.35rem;
  margin-bottom:12px}
summary{
  font-size:1rem;
  padding:22px 0}
.faq-answer{
  padding-right:15px}
.endcap{
  grid-template-columns:1fr;
  gap:28px}
.endcap h2{
  font-size:2.6rem}
.endcap p{
  margin-bottom:15px}
.endcap .button{
  margin-top:5px}
.footer{
  padding-top:45px}
.footer-top{
  grid-template-columns:1fr 1fr;
  gap:35px 25px;
  padding-bottom:35px}
.footer-brand{
  grid-column:1/-1}
.footer-brand>p{
  font-size:1.8rem;
  margin-top:20px}
.footer-top>div:not(.footer-brand)>a{
  font-size:.8125rem;
  line-height:1.6;
  padding:7px 0}
.footer-bottom{
  display:block}
.footer-bottom>div{
  margin-top:18px;
  gap:16px}
.footer-note{
  line-height:1.8}
.page-hero{
  padding:47px 0}
.page-hero-grid h1,.with-photo h1{
  font-size:clamp(2.4rem,9.8vw,3.2rem);
  line-height:1.09}
.with-photo .page-hero-grid{
  display:flex;
  flex-direction:column;
  gap:0;
  width:100%;
  min-height:0}
.with-photo .page-intro{
  padding:40px 20px;
  width:100%}
.page-image{
  height:300px;
  min-height:0;
  width:100%}
.page-image img{
  object-position:50% 45%}
.page-image img[src*="portrait"]{
  object-position:50% 27%}
.lede{
  font-size:1rem;
  line-height:1.7;
  margin-top:23px}
.editorial-grid,.pricing-grid,.contact-grid,.question-sheet{
  grid-template-columns:1fr;
  gap:35px}
.editorial-grid h2{
  font-size:2.3rem}
.rows article{
  gap:17px}
.row-link{
  font-size:1rem;
  padding:22px 0}
.nutrition-numbers{
  grid-template-columns:1fr;
  gap:28px}
.nutrition-numbers>div{
  border-bottom:1px solid var(--line);
  padding-bottom:15px}
.nutrition-numbers strong{
  font-size:5rem}
.nutrition-numbers h3{
  font-size:1.45rem;
  margin:7px 0 13px}
.nutrition-numbers p{
  max-width:340px}
.question-sheet li{
  font-size:1rem}
.journey article{
  grid-template-columns:50px 1fr;
  gap:20px;
  padding:30px 0}
.journey article>span{
  font-size:2.5rem}
.journey h2{
  font-size:1.6rem;
  line-height:1.2}
.journey p{
  margin-top:16px}
.commitments{
  grid-template-columns:1fr;
  gap:32px}
.commitments h2{
  font-size:2rem}
.commitments p{
  margin-top:20px}
.price-card{
  padding:28px}
.price-explanation h2{
  font-size:2.25rem}
.access-grid{
  grid-template-columns:1fr;
  gap:40px}
.access-grid h2{
  font-size:2.3rem}
.form{
  padding:25px 20px}
.form h2{
  font-size:2rem}
.form .button{
  font-size:.875rem}
.contact-address{
  padding:30px}
.contact-grid h2{
  font-size:2.1rem}
.contact-address h2 span{
  font-size:1.2rem}
.legal h2{
  font-size:1.45rem;
  margin-top:30px}
.credits-grid{
  grid-template-columns:1fr;
  gap:35px;
  margin-bottom:45px}
.credits-grid img{
  height:270px}
.credits-grid h2{
  font-size:1.4rem}
.not-found{
  gap:20px;
  align-items:flex-start}
.button{
  padding:16px 20px;
  font-size:.9375rem}
}

@media(prefers-reduced-motion:reduce){
  html{
  scroll-behavior:auto}
*,*:before,*:after{
  animation:none!important;
  transition:none!important}
}

@media print{
  .header,.footer,.button,.menu-toggle{
  display:none}
.section,.page-hero{
  padding:24px 0}
.wrap{
  width:100%}
.forest{
  background:white;
  color:#000}
details:not([open]) .faq-answer{
  display:block}
}


