@charset "UTF-8";
:root{--paper:#faf7f2;--white:#fffdf9;--ink:#382b33;--muted:#73636b;--plum:#45213d;--plum-light:#633c55;--pink:#e6bbca;--rose:#f0e1e5;--accent:#9b526d;--line:#dfd2d6;--serif:"DM Serif Display",Georgia,serif;--sans:"Outfit",Arial,sans-serif}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:118px}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:1rem;font-weight:400;line-height:1.7;-webkit-font-smoothing:antialiased}
::selection{background:var(--pink);color:var(--plum)}
a{color:inherit;text-decoration:none;text-underline-offset:5px;-webkit-tap-highlight-color:transparent}
a:focus-visible,summary:focus-visible{outline:3px solid var(--accent);outline-offset:5px;border-radius:4px}
img{display:block;width:100%;height:auto}
figure,blockquote{margin:0}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{overflow-wrap:anywhere}
p{margin-bottom:1.15em}
h1,h2{font-family:var(--serif);font-weight:400;letter-spacing:-.045em;text-wrap:balance}
h1{font-size:clamp(3.7rem,6.3vw,6.05rem);line-height:1.055;margin-bottom:27px}
h2{font-size:clamp(2.9rem,4.55vw,4.5rem);line-height:1.08;margin-bottom:26px}
h3{font-size:1.3rem;line-height:1.4;font-weight:500;margin-bottom:9px}
em{font-weight:400;color:var(--accent)}
svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
.container{width:min(1216px,calc(100% - 112px));margin-inline:auto}
.section{padding-block:116px}
.eyebrow{display:flex;align-items:center;gap:13px;color:var(--accent);font-size:.875rem;font-weight:500;line-height:1.6;letter-spacing:.1em;margin-bottom:24px}
.section-number{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid currentColor;border-radius:50%;font-size:.75rem;letter-spacing:0;opacity:.8;flex-shrink:0}
.section-lead{font-size:1.2rem;line-height:1.7;color:var(--ink)}
.button{display:inline-flex;align-items:center;justify-content:center;gap:23px;padding:16px 26px;min-height:60px;border-radius:999px;line-height:1.4;font-size:1rem;font-weight:500;text-align:center;transition:background .2s,transform .2s,box-shadow .2s}
.button:hover{transform:translateY(-2px);box-shadow:0 8px 22px #382b3314}
.button svg{width:21px;height:21px}
.button-plum{background:var(--plum);color:var(--white)}
.button-plum:hover{background:var(--plum-light)}
.button-cream{background:var(--paper);color:var(--plum)}
.button-cream:hover{background:#fff}
.text-link{display:inline-flex;align-items:center;gap:22px;font-weight:500;color:var(--plum);border-bottom:1px solid var(--accent);padding-block:8px;line-height:1.6}
.text-link span{font-size:1.3rem}
.skip-link{position:fixed;top:-100px;left:15px;background:var(--plum);color:white;padding:12px 20px;z-index:90}
.skip-link:focus{top:10px}
.site-header{position:sticky;top:0;z-index:40;background:rgba(250,247,242,.96);backdrop-filter:blur(16px)}
.header-inner{height:96px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:inline-flex;flex-direction:column;flex-shrink:0;line-height:1.1}
.brand-name{font-family:var(--serif);font-size:1.9rem;letter-spacing:-.035em}
.brand-name>span{color:var(--accent)}
.brand-caption{font-size:.75rem;color:var(--muted);letter-spacing:.13em;margin-top:8px}
.main-nav{display:flex;align-items:center;gap:29px;font-size:.93rem}
.main-nav a{padding-block:10px;position:relative;transition:color .2s}
.main-nav a::after{content:"";position:absolute;left:0;right:100%;bottom:3px;height:1px;background:var(--accent);transition:right .2s}
.main-nav a:hover,.main-nav a[aria-current="location"]{color:var(--accent)}
.main-nav a:hover::after,.main-nav a[aria-current="location"]::after{right:0}
.header-cta{display:inline-flex;align-items:center;gap:15px;background:var(--plum);color:var(--paper);border:1px solid var(--plum);padding:10px 20px;border-radius:999px;font-size:.93rem;line-height:1.5;min-height:46px;transition:background .2s,color .2s}
.header-cta:hover{background:var(--plum-light)}
.header-cta svg{width:19px;height:19px}
.reading-progress{height:1px;background:var(--line);overflow:hidden}
.reading-progress span{display:block;transform-origin:left;transform:scaleX(0);height:100%;background:var(--accent)}
.mobile-menu{display:none}
.hero{padding-block:64px 70px;display:grid;grid-template-columns:1.1fr .9fr;gap:76px;align-items:center}
.hero-copy{padding-block:14px;min-width:0}
.hero .eyebrow{font-size:.8125rem;letter-spacing:.1em;margin-bottom:25px}
.hero-description{max-width:470px;font-size:1.15rem;line-height:1.8;color:var(--muted);margin-bottom:30px}
.hero-actions{display:flex;flex-direction:column;align-items:flex-start;gap:13px}
.hero-action-note{font-size:.875rem;color:var(--muted);max-width:380px}

.hero-guide-link{display:inline-flex;align-items:center;gap:14px;margin-top:22px;padding-block:9px;color:var(--muted);font-size:.875rem;line-height:1.65;text-decoration:underline;text-decoration-color:var(--line)}
.hero-guide-link:hover{color:var(--accent);text-decoration-color:currentColor}
.hero-portrait{height:668px;position:relative;border-radius:120px 22px 22px 22px;overflow:hidden;background:#e8ddd0}
.hero-portrait>img{height:100%;object-fit:cover;object-position:center 48%}
.hero-portrait::after{content:"";position:absolute;inset:42% 0 0;background:linear-gradient(transparent 22%,rgba(42,23,35,.7));pointer-events:none}
.hero-portrait figcaption{position:absolute;left:34px;bottom:32px;display:flex;flex-direction:column;color:var(--white);z-index:1}
.portrait-label{font-size:.75rem;letter-spacing:.13em;margin-bottom:7px;color:#eee0e7}
.hero-portrait figcaption strong{font-family:var(--serif);font-weight:400;letter-spacing:-.025em;font-size:2rem;line-height:1.2}
.hero-portrait figcaption>span:last-child{font-size:.875rem;color:#eee0e7;margin-top:9px}
.portrait-about{position:absolute;right:27px;bottom:40px;border:1px solid #e8d8e066;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;color:var(--white);z-index:2}
.portrait-about:hover{background:#ffffff20}
.press-strip{display:flex;align-items:center;justify-content:space-between;gap:38px;padding:32px 0;border-block:1px solid var(--line)}
.press-strip>span{font-size:.75rem;letter-spacing:.12em;line-height:1.6;color:var(--muted);max-width:152px}
.press-wordmarks{display:flex;align-items:center;justify-content:center;gap:82px;flex:1;line-height:1.1}
.logo-infobae{font-family:Arial,sans-serif;font-weight:600;letter-spacing:-.065em}
.logo-clarin{font-family:Georgia,serif;font-weight:700;letter-spacing:-.07em}
.logo-parati{font-family:Georgia,serif;font-weight:400;letter-spacing:-.045em}
.press-wordmarks a{font-size:2.35rem;color:#5c4852;transition:color .2s}
.press-wordmarks a:hover{color:var(--accent)}
.press-strip-link{font-size:.93rem;white-space:nowrap}
.press-strip-link span{margin-left:13px}
.understanding{display:grid;grid-template-columns:.9fr 1.1fr;gap:100px;align-items:center}
.understanding-image{align-self:stretch;min-height:590px;position:relative;display:flex;flex-direction:column;gap:20px}
.understanding-image img{width:100%;height:calc(100% - 45px);min-height:500px;object-fit:cover;object-position:68% center;border-radius:20px 100px 20px 20px;flex:1}
.understanding-image figcaption{font-size:.75rem;letter-spacing:.1em;color:var(--accent);line-height:1.6}
.understanding-copy{min-width:0}
.understanding-copy h2{font-size:clamp(2.7rem,4vw,3.9rem)}
.understanding-copy .section-lead{font-size:1.08rem;color:var(--muted)}
.experience-list{padding:0;margin:23px 0 25px;list-style:none}
.experience-list li{display:flex;gap:22px;padding:16px 0;border-bottom:1px solid var(--line)}
.experience-list li:first-child{border-top:1px solid var(--line)}
.experience-list li>span{font-size:.8125rem;color:var(--accent);padding-top:3px}
.experience-list p{margin:0;font-size:1rem;line-height:1.7}
.understanding-close{border-left:2px solid var(--accent);padding-left:20px;margin:0;font-size:1rem;color:var(--muted)}
.fertil-section{background:var(--plum);color:var(--paper);padding-block:85px;overflow:hidden}
.fertil-layout{display:grid;grid-template-columns:1fr 1fr;gap:75px;align-items:center}
.fertil-copy .eyebrow{font-size:.8125rem;color:#e6c3d1;margin-bottom:17px}
.fertil-copy h2{font-size:clamp(5rem,8.5vw,8rem);letter-spacing:-.06em;line-height:.97;margin-bottom:28px}
.fertil-copy h2>span{color:var(--pink)}
.fertil-tagline{font-family:var(--serif);font-size:2rem;line-height:1.25;letter-spacing:-.025em;margin-bottom:23px}
.fertil-tagline em{color:var(--pink)}
.fertil-description{max-width:480px;color:#eadde4;font-size:1.04rem;line-height:1.8}
.fertil-inclusions{list-style:none;padding:0;margin:26px 0 31px;display:grid;grid-template-columns:1fr 1fr;gap:13px 22px;color:#f1e5eb;font-size:.93rem;line-height:1.6}
.fertil-inclusions li{border-left:1px solid #b08099;padding-left:13px}
.fertil-availability{color:#dbc3d1;font-size:.875rem;margin:15px 0 0}
.fertil-image{position:relative;height:520px;min-width:0;border-radius:180px 180px 24px 24px;overflow:hidden;background:#4c273e}
.fertil-image>img{height:100%;object-fit:cover;object-position:60% center}
.fertil-image::after{content:"";position:absolute;inset:55% 0 0;background:linear-gradient(transparent,rgba(44,19,38,.65))}
.fertil-image figcaption{position:absolute;z-index:1;bottom:25px;left:24px;right:24px;background:var(--paper);color:var(--ink);border-radius:15px;padding:15px 20px;display:flex;align-items:center;gap:20px}
.fertil-image figcaption>span{font-family:var(--serif);font-size:3.5rem;line-height:1;color:var(--accent)}
.fertil-image figcaption div{display:flex;flex-direction:column;gap:2px;font-size:.875rem;line-height:1.6}
.fertil-image figcaption strong{font-size:1rem;font-weight:500}
.fertil-image figcaption div>span{color:var(--muted)}
.guide-section{display:grid;grid-template-columns:1fr 1fr;gap:62px 100px;align-items:start}
.guide-intro .section-lead{max-width:400px;font-size:1.45rem;line-height:1.55}
.guide-intro>p:not(.eyebrow,.section-lead,.guide-delivery){color:var(--muted);max-width:420px;font-size:1.08rem}
.guide-intro .button{margin-top:13px}
.guide-delivery{font-size:.875rem;color:var(--muted);margin-top:15px;margin-bottom:0}
.guide-topics{background:var(--white);border:1px solid var(--line);border-radius:20px;padding:32px 35px 8px;margin-top:4px}
.guide-topics-label{font-size:.75rem;color:var(--accent);letter-spacing:.12em;margin-bottom:7px}
.guide-topics ol{list-style:none;padding:0;margin:0}
.guide-topics li{padding:25px 0;display:flex;gap:25px;border-bottom:1px solid var(--line)}
.guide-topics li:last-child{border-bottom:0}
.guide-topics li>span{font-family:var(--serif);font-size:1.75rem;line-height:1.35;color:var(--accent);letter-spacing:-.04em}
.guide-topics h3{font-size:1.14rem;margin-bottom:5px}
.guide-topics li p{font-size:.96rem;color:var(--muted);line-height:1.7;margin:0}
.guide-followup{grid-column:1/-1;border-block:1px solid var(--line);padding-block:23px;display:flex;align-items:center;justify-content:space-between;gap:42px}
.guide-followup p{margin:0;font-size:1rem;color:var(--muted);max-width:590px}
.guide-followup .text-link{font-size:.96rem;flex-shrink:0}
.about-section{background:var(--rose);padding-block:98px}
.about-layout{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:start}
.about-layout h2{font-size:clamp(3rem,4.8vw,4.6rem)}
.about-credentials{display:flex;flex-direction:column;gap:3px;border-left:2px solid var(--accent);padding-left:18px;color:var(--muted);font-size:.93rem;margin-top:35px}
.about-credentials strong{font-weight:500;color:var(--ink)}
.about-copy{padding-top:7px}
.about-copy>p{color:#62515c;font-size:1.06rem;line-height:1.9}
.about-copy>.section-lead{color:var(--ink);font-size:1.3rem;line-height:1.75}
.about-copy .text-link{margin-top:8px}
.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:70px;margin-bottom:43px}
.section-heading h2{margin-bottom:0}
.section-heading>p{max-width:280px;color:var(--muted);font-size:1.03rem;line-height:1.8;margin-bottom:5px}
.media-list{border-top:1px solid var(--line)}
.media-item{display:grid;grid-template-columns:170px 1fr 110px;gap:35px;align-items:center;padding:27px 0;border-bottom:1px solid var(--line);transition:background .2s,padding .2s}
.media-item:hover{background:var(--rose);padding-left:16px;padding-right:16px}
.media-publisher{font-size:1.8rem;color:#66525d;line-height:1.2}
.media-item h3{font-size:1.13rem;line-height:1.6;font-weight:400;margin:0;max-width:660px}
.media-read{font-size:.875rem;justify-self:end;white-space:nowrap;color:var(--accent)}
.media-read>span{font-size:1.2rem;margin-left:9px}
.all-media{margin-top:30px;font-size:.96rem}
.contact-section{background:var(--plum);color:var(--paper);padding-block:87px}
.contact-heading{text-align:center;max-width:960px;margin:0 auto}
.contact-heading .eyebrow{justify-content:center;color:#e6c3d1}
.contact-heading h2{font-size:clamp(2.8rem,4.65vw,4.5rem)}
.contact-heading em{color:var(--pink)}
.contact-description{max-width:590px;margin:0 auto 29px;font-size:1.08rem;line-height:1.8;color:#eadde4}
.contact-availability{font-size:.875rem;color:#dbc3d1;margin:17px 0 19px}
.contact-instagram{display:inline-flex;align-items:center;gap:14px;padding-block:9px;font-size:.875rem;color:#dbc3d1;text-decoration:underline;text-decoration-color:#91627880}
.contact-instagram:hover{color:var(--paper);text-decoration-color:currentColor}

.site-footer{padding:30px 0 32px;background:var(--paper)}
.footer-wordmark{font-family:var(--serif);font-size:clamp(3.9rem,11.8vw,11.3rem);line-height:1.22;letter-spacing:-.055em;white-space:nowrap;color:var(--plum);border-bottom:1px solid var(--line);padding-bottom:18px;margin-bottom:28px}
.footer-wordmark>span{color:var(--accent)}
.footer-consultations{display:flex;align-items:center;gap:30px;padding-bottom:20px;margin-bottom:24px;border-bottom:1px solid var(--line);font-size:.875rem;color:var(--muted)}
.footer-consultations>div{display:flex;align-items:center;gap:28px}
.footer-consultations a{display:inline-flex;align-items:center;gap:10px;min-height:44px;padding-block:10px}
.footer-consultations a:hover{color:var(--accent);text-decoration:underline}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:28px;font-size:.875rem;color:var(--muted)}
.footer-bottom p{margin:0;line-height:1.8}
.footer-bottom a{white-space:nowrap}
.footer-bottom a span{margin-left:13px}
@media(min-width:1500px){.hero{gap:88px}.hero-portrait{height:700px}}
@media(max-width:1150px){.container{width:calc(100% - 72px)}.header-inner{gap:20px}.main-nav{gap:20px;font-size:.875rem}.brand-name{font-size:1.7rem}.hero{gap:44px;grid-template-columns:1.06fr .94fr;padding-block:50px 58px}.hero h1{font-size:clamp(3.7rem,6.3vw,5rem)}.hero-portrait{height:627px}.hero-description{font-size:1.08rem}.hero-portrait figcaption{left:26px}.hero-portrait figcaption strong{font-size:1.75rem}.portrait-about{right:20px;bottom:31px}.section{padding-block:93px}.understanding{gap:58px}.understanding-image{min-height:590px}.fertil-layout{gap:45px}.fertil-image{height:520px}.fertil-inclusions{grid-template-columns:1fr;gap:10px}.guide-section,.about-layout{column-gap:62px}.press-wordmarks{gap:53px}}
@media(max-width:900px){.main-nav{display:none}.header-cta{margin-left:auto}.mobile-menu{display:block;position:relative}.mobile-menu summary{cursor:pointer;list-style:none;width:43px;height:43px;display:flex;flex-direction:column;justify-content:center;gap:7px;padding:9px;border:1px solid var(--line);border-radius:50%}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu summary span{height:1px;width:100%;background:var(--plum)}.mobile-menu nav{position:absolute;right:0;top:53px;width:240px;background:var(--paper);padding:15px 23px;border:1px solid var(--line);border-radius:17px;box-shadow:0 16px 45px #382b3324;display:flex;flex-direction:column}.mobile-menu nav a{padding:11px 0;border-bottom:1px solid var(--line)}.mobile-menu nav a:last-child{border:0}.hero{gap:33px}.hero h1{font-size:clamp(3.1rem,6.3vw,3.75rem)}.hero .eyebrow{font-size:.75rem}.hero-description{font-size:1rem}.hero-portrait{height:580px;border-top-left-radius:90px}.hero-portrait>img{object-position:center}.hero .button{font-size:.93rem;padding:16px 21px;gap:13px}.hero-portrait figcaption strong{font-size:1.5rem}.portrait-about{display:none}.press-strip{gap:25px}.press-strip>span{max-width:117px}.press-wordmarks{gap:35px}.press-wordmarks a{font-size:1.9rem}.press-strip-link{font-size:.875rem}.understanding{gap:42px;grid-template-columns:.85fr 1.15fr}.understanding-copy h2{font-size:2.8rem}.understanding-image{min-height:620px}.understanding-image img{object-position:68% center}.experience-list li{gap:16px}.fertil-layout{grid-template-columns:1fr .88fr;gap:34px}.fertil-tagline{font-size:1.8rem}.fertil-image{height:480px;border-top-left-radius:120px;border-top-right-radius:120px}.fertil-image figcaption{left:15px;right:15px;gap:13px;padding:14px}.fertil-image figcaption>span{font-size:3rem}.fertil-image figcaption strong{font-size:.875rem}.fertil-image figcaption div>span{font-size:.8125rem}.guide-section,.about-layout{column-gap:45px}.guide-topics{padding:26px 25px 2px}.guide-topics li{gap:17px}.guide-followup{gap:30px}.guide-followup p{max-width:400px}.guide-followup .text-link{max-width:218px;flex-shrink:1}.section-heading{gap:40px}.section-heading>p{max-width:235px}.media-item{grid-template-columns:125px 1fr 94px;gap:23px}.media-item h3{font-size:1.04rem}.media-publisher{font-size:1.55rem}}
@media(max-width:700px){html{scroll-padding-top:98px}.container{width:calc(100% - 44px)}.header-inner{height:78px;gap:12px}.brand-name{font-size:1.55rem}.brand-caption{font-size:.75rem;letter-spacing:.11em;margin-top:7px}.header-cta{font-size:.8125rem;padding:8px 13px;min-height:41px;gap:9px}.header-cta svg{width:17px;height:17px}.mobile-menu summary{width:39px;height:39px}.hero{grid-template-columns:1fr;padding:36px 0 43px;gap:32px}.hero-copy{padding:0}.hero h1{font-size:clamp(3.8rem,10.1vw,5.3rem);line-height:1.04;margin-bottom:21px;letter-spacing:-.045em}.hero .eyebrow{font-size:.75rem;margin-bottom:21px}.hero-description{font-size:1.08rem;max-width:490px;line-height:1.8;margin-bottom:25px}.hero-actions{gap:12px}.hero .button{min-height:56px;font-size:.96rem;gap:21px;padding-inline:24px}.hero-action-note{font-size:.8125rem;max-width:340px}.hero-portrait{height:480px;border-radius:80px 17px 17px 17px;max-width:540px;width:100%;justify-self:center}.hero-portrait>img{object-position:center 42%}.hero-portrait figcaption{left:27px;bottom:26px}.hero-portrait figcaption strong{font-size:1.85rem}.portrait-label{font-size:.75rem}.hero-portrait figcaption>span:last-child{font-size:.8125rem;margin-top:8px}.portrait-about{display:flex;right:23px;bottom:33px}.press-strip{display:grid;grid-template-columns:1fr;gap:20px;padding:27px 0;text-align:center}.press-strip>span{max-width:none;font-size:.75rem}.press-wordmarks{gap:0;justify-content:space-evenly}.press-wordmarks a{font-size:2rem}.press-strip-link{display:none}.section{padding-block:70px}.eyebrow{font-size:.8125rem;gap:11px;margin-bottom:20px}.section-number{width:26px;height:26px;font-size:.75rem}h2{font-size:clamp(2.8rem,8vw,3.65rem);line-height:1.1;margin-bottom:23px}.understanding{grid-template-columns:1fr;gap:35px}.understanding-copy{grid-row:1}.understanding-copy h2{font-size:clamp(2.7rem,8vw,3.65rem)}.understanding-copy .section-lead{font-size:1.04rem}.experience-list{margin-top:19px}.experience-list li{padding:15px 0;gap:21px}.experience-list p{font-size:1rem}.understanding-close{font-size:.96rem;line-height:1.8}.understanding-image{min-height:0;gap:16px}.understanding-image img{height:385px;min-height:0;object-position:68% center;flex:none;border-radius:18px 88px 18px 18px}.understanding-image figcaption{font-size:.75rem}.fertil-section{padding-block:60px}.fertil-layout{grid-template-columns:1fr;gap:37px}.fertil-copy .eyebrow{font-size:.75rem}.fertil-copy h2{font-size:6.25rem;margin-bottom:25px}.fertil-tagline{font-size:2rem}.fertil-description{font-size:1rem}.fertil-inclusions{grid-template-columns:1fr 1fr;font-size:.875rem;gap:15px 18px;margin-block:25px 29px}.fertil-copy .button{font-size:.96rem;padding-inline:23px;gap:16px;min-height:56px}.fertil-availability{font-size:.8125rem}.fertil-image{height:365px;border-radius:22px 85px 22px 22px}.fertil-image>img{object-position:60% center}.fertil-image figcaption{left:20px;right:20px;bottom:20px;padding:15px 20px;gap:19px}.fertil-image figcaption>span{font-size:3.3rem}.fertil-image figcaption strong{font-size:.96rem}.fertil-image figcaption div>span{font-size:.8125rem}.guide-section{grid-template-columns:1fr;gap:35px}.guide-intro .section-lead{font-size:1.35rem;max-width:450px}.guide-intro>p:not(.eyebrow,.section-lead,.guide-delivery){font-size:1rem;max-width:450px}.guide-intro .button{font-size:.96rem;min-height:56px;margin-top:7px}.guide-delivery{font-size:.8125rem}.guide-topics{margin:0;padding:25px 25px 2px;border-radius:17px}.guide-topics li{padding:22px 0;gap:24px}.guide-topics h3{font-size:1.13rem}.guide-topics li p{font-size:.96rem}.guide-followup{flex-direction:column;align-items:flex-start;padding:24px 0;gap:13px}.guide-followup p{max-width:none;font-size:.96rem}.guide-followup .text-link{max-width:none;font-size:.93rem}.about-section{padding-block:67px}.about-layout{grid-template-columns:1fr;gap:27px}.about-layout h2{font-size:clamp(2.95rem,8.6vw,3.9rem)}.about-credentials{margin-top:26px;font-size:.875rem}.about-copy{padding:0}.about-copy>.section-lead{font-size:1.21rem;line-height:1.8}.about-copy>p{font-size:1rem;line-height:1.85}.about-copy .text-link{font-size:.93rem}.section-heading{display:block;margin-bottom:31px}.section-heading h2{margin-bottom:24px}.section-heading>p{max-width:400px;font-size:1rem;line-height:1.8}.media-item{grid-template-columns:1fr auto;gap:10px 18px;padding:23px 0}.media-publisher{font-size:1.5rem;grid-column:1}.media-item h3{grid-column:1/-1;grid-row:2;font-size:1.05rem;line-height:1.6;max-width:510px}.media-read{grid-row:1;grid-column:2;font-size:.8125rem}.media-item:hover{padding-left:10px;padding-right:10px}.all-media{font-size:.93rem;margin-top:22px}.contact-section{padding-block:63px}.contact-heading{text-align:left;margin-bottom:0}.contact-description{margin-left:0;font-size:1rem;max-width:460px}.contact-heading .button{min-height:56px;font-size:.96rem}.contact-availability{font-size:.8125rem}.contact-heading .eyebrow{justify-content:flex-start;font-size:.75rem}.contact-heading h2{font-size:clamp(2.75rem,8vw,3.55rem)}.footer-wordmark{font-size:clamp(2.9rem,11.8vw,5rem);padding-bottom:22px;line-height:1.35;margin-bottom:24px}.footer-consultations{flex-wrap:wrap;gap:2px 24px;padding-bottom:17px;margin-bottom:22px;font-size:.8125rem}.footer-consultations>div{gap:24px}.footer-bottom{align-items:flex-start;flex-wrap:wrap;gap:18px 25px;font-size:.8125rem}.footer-bottom p{width:100%}.footer-bottom a:last-child{margin-left:auto}.site-footer{padding-top:28px}}
@media(max-width:380px){.container{width:calc(100% - 36px)}.header-inner{gap:9px}.brand-name{font-size:1.37rem}.brand-caption{font-size:.75rem;letter-spacing:.055em}.header-cta{font-size:.75rem;padding:8px 11px}.header-cta svg{display:none}.hero h1{font-size:3.35rem}.hero-description{font-size:1rem}.hero .button{font-size:.875rem;padding-inline:20px;gap:15px}.hero-portrait{height:424px}.fertil-inclusions{grid-template-columns:1fr}.fertil-image{height:350px}.fertil-image figcaption{left:13px;right:13px;padding:13px 15px;gap:13px}.understanding-copy h2{font-size:2.5rem}.guide-topics{padding-inline:20px}.guide-topics li{gap:18px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.button:hover{transform:none}}

@media(max-width:700px){.header-cta{display:none}.header-inner{height:auto;min-height:78px;padding-block:16px}.mobile-menu{margin-left:auto;flex-shrink:0}.mobile-menu summary{width:44px;height:44px}.brand{min-width:0;flex-shrink:1}.footer-wordmark{overflow:hidden}}
