.Hero-module__ZARIfG__hero{min-height:100vh;padding:9rem var(--section-pad-x)6rem;background:var(--bg-cream);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__fullWrap{justify-content:center;align-items:center;width:100%;max-width:1400px;margin:0 auto;display:flex;position:relative}.Hero-module__ZARIfG__floatImgWrap{aspect-ratio:4/5;transform-origin:50%;z-index:0;width:185px;transition:all .3s var(--ease-smooth);border:2px solid #fffc;border-radius:20px;position:absolute;overflow:hidden;box-shadow:0 12px 40px #00166624}.Hero-module__ZARIfG__floatImg{object-fit:cover;width:100%;height:100%}.Hero-module__ZARIfG__floatImgWrap:hover{border-color:var(--orange);box-shadow:0 24px 60px #ff5c0033}.Hero-module__ZARIfG__container{text-align:center;z-index:5;flex-direction:column;align-items:center;width:100%;max-width:860px;display:flex;position:relative}.Hero-module__ZARIfG__preTitle{color:var(--text-muted);margin-bottom:1rem;font-size:1.05rem;font-weight:400;display:block}.Hero-module__ZARIfG__rolePill{background:var(--navy-fixed);border-radius:var(--radius-pill);justify-content:center;align-items:center;min-width:240px;height:48px;margin-bottom:1.75rem;padding:.7rem 1.75rem;display:inline-flex;overflow:hidden}[data-theme=dark] .Hero-module__ZARIfG__rolePill{background:#000a2d;box-shadow:0 4px 15px #0006}.Hero-module__ZARIfG__roleText{color:#fff;letter-spacing:.02em;white-space:nowrap;font-size:.95rem;font-weight:600;display:block}.Hero-module__ZARIfG__title{letter-spacing:-.04em;color:var(--navy);margin-bottom:2rem;font-size:clamp(3rem,8vw,6.5rem);font-weight:400;line-height:1}.Hero-module__ZARIfG__pronunciation{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-pill);color:var(--text-muted);cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .3s var(--ease-smooth);align-items:center;gap:.75rem;margin-bottom:2rem;padding:.55rem 1.4rem;font-size:.9rem;display:inline-flex;box-shadow:0 2px 10px #0016660a}.Hero-module__ZARIfG__pronunciation:hover{border-color:var(--orange);color:var(--navy);background:#fff;transform:translateY(-2px)}.Hero-module__ZARIfG__pronunciation:active{transform:scale(.98)}.Hero-module__ZARIfG__pronunciation:hover .Hero-module__ZARIfG__audioBtn{animation:1s infinite Hero-module__ZARIfG__speakerPulse}@keyframes Hero-module__ZARIfG__speakerPulse{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.Hero-module__ZARIfG__pronunciation strong{color:var(--navy);font-weight:600}.Hero-module__ZARIfG__audioBtn{background:var(--orange);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:all .25s;display:flex}.Hero-module__ZARIfG__audioBtn:hover{background:var(--orange-hover);transform:scale(1.15)}.Hero-module__ZARIfG__tagline{color:var(--text-body);max-width:520px;margin-bottom:2.5rem;font-size:clamp(1rem,2vw,1.35rem);line-height:1.6}.Hero-module__ZARIfG__tagline span{color:var(--orange);font-weight:600}.Hero-module__ZARIfG__ctaWrap{margin-top:.5rem}.Hero-module__ZARIfG__mainCta{background:var(--orange);color:#fff;border-radius:var(--radius-pill);transition:all .3s var(--ease-smooth);align-items:center;gap:.75rem;padding:1.1rem 2.25rem;font-size:1rem;font-weight:600;display:inline-flex;box-shadow:0 4px 20px #ff5c0033}.Hero-module__ZARIfG__mainCta:hover{background:var(--navy);transform:translateY(-4px);box-shadow:0 12px 32px #00166633}.Hero-module__ZARIfG__mobileImgStrip{display:none}.Hero-module__ZARIfG__mobileImgItem{border:2px solid #fffc;border-radius:16px;flex-shrink:0;width:120px;height:150px;overflow:hidden;box-shadow:0 8px 24px #0016661f}.Hero-module__ZARIfG__mobileImgItem img{object-fit:cover;width:100%;height:100%;display:block}@media (max-width:1100px){.Hero-module__ZARIfG__floatImgWrap{width:150px}}@media (max-width:768px){.Hero-module__ZARIfG__floatImgWrap{display:none}.Hero-module__ZARIfG__mobileImgStrip{-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:1rem;width:100%;padding:1.5rem 0 .5rem;display:flex;overflow-x:auto}.Hero-module__ZARIfG__mobileImgStrip::-webkit-scrollbar{display:none}.Hero-module__ZARIfG__hero{padding-top:7rem;padding-bottom:4rem}.Hero-module__ZARIfG__rolePill{min-width:auto;padding:.6rem 1.2rem}.Hero-module__ZARIfG__mainCta{padding:.9rem 1.8rem}}
.About-module__vAULUW__aboutSec{padding:var(--section-pad-y)var(--section-pad-x);background:var(--bg-warm);z-index:2;position:relative;overflow:hidden}.About-module__vAULUW__gridContainer{z-index:-1;perspective:1000px;pointer-events:none;position:absolute;inset:0;overflow:hidden}.About-module__vAULUW__gridLines{background-image:linear-gradient(to bottom,var(--grid-line)1px,transparent 1px),linear-gradient(to right,var(--grid-line)1px,transparent 1px);transform-origin:50%;filter:drop-shadow(0 0 1px #0016660d);opacity:.8;background-size:60px 60px;width:200%;height:200%;animation:5s linear infinite About-module__vAULUW__diagonalAnimation;position:absolute;top:-50%;left:-50%;transform:rotateX(65deg)rotate(45deg)translateZ(0);-webkit-mask-image:radial-gradient(circle,#000 20%,#0000 80%);mask-image:radial-gradient(circle,#000 20%,#0000 80%)}.About-module__vAULUW__gridFade{background:radial-gradient(circle at 50% 50%,transparent 20%,var(--bg-warm)85%);pointer-events:none;position:absolute;inset:0}@keyframes About-module__vAULUW__diagonalAnimation{0%{transform:rotateX(65deg)rotate(45deg)translate(0)translateY(0)}to{transform:rotateX(65deg)rotate(45deg)translate(60px)translateY(60px)}}.About-module__vAULUW__container{flex-direction:column;gap:5rem;max-width:1200px;margin:0 auto;display:flex}.About-module__vAULUW__introRow{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.About-module__vAULUW__introLeft{flex-direction:column;gap:1rem;display:flex}.About-module__vAULUW__heading{color:var(--navy);letter-spacing:-.02em;font-size:clamp(2rem,4vw,3rem);font-style:italic;font-weight:400;line-height:1.15}.About-module__vAULUW__introSub{color:var(--text-muted);font-size:1.1rem;line-height:1.6}.About-module__vAULUW__prose{color:var(--text-body);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.7}.About-module__vAULUW__prose strong{color:var(--navy);font-weight:700}.About-module__vAULUW__statement{font-size:1.15rem;font-family:var(--font-serif);color:var(--navy);border-top:2px solid var(--border-light);padding-top:1.25rem;font-style:italic;font-weight:700}.About-module__vAULUW__polaroidSection{flex-direction:column;align-items:center;gap:2rem;display:flex}.About-module__vAULUW__polaroidHint{color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase;opacity:.7;font-size:.82rem;font-weight:600}.About-module__vAULUW__polaroidStack{cursor:pointer;width:340px;height:500px;position:relative}.About-module__vAULUW__polaroidCard{background:var(--bg-card);box-shadow:var(--shadow-md);border:1px solid var(--border-light);will-change:transform;border-radius:4px;flex-direction:column;padding:0;display:flex;position:absolute;inset:0;overflow:hidden}.About-module__vAULUW__polaroidInner{background:var(--bg-card);flex-direction:column;gap:.5rem;padding:1rem 1.25rem .75rem;display:flex}.About-module__vAULUW__polaroidIconRow{justify-content:space-between;align-items:center;display:flex}.About-module__vAULUW__polaroidPhoto{background:#f0ede8;flex-shrink:0;width:100%;height:210px;position:relative;overflow:hidden}.About-module__vAULUW__polaroidPhotoImg{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.About-module__vAULUW__polaroidCard:hover .About-module__vAULUW__polaroidPhotoImg{transform:scale(1.06)}.About-module__vAULUW__polaroidIconBadge{background:var(--orange);color:#fff;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;display:flex;position:absolute;bottom:10px;right:10px;box-shadow:0 4px 12px #ff5c0059}.About-module__vAULUW__polaroidNum{color:var(--border-light);font-size:1.6rem;font-weight:800;font-family:var(--font-sans);line-height:1}.About-module__vAULUW__polaroidTitle{color:var(--navy);font-size:1.2rem;font-family:var(--font-serif);font-style:italic;font-weight:700;line-height:1.25}.About-module__vAULUW__polaroidDesc{color:var(--text-muted);font-size:.9rem;line-height:1.65}.About-module__vAULUW__polaroidCaption{background:var(--bg-card);text-transform:uppercase;letter-spacing:.1em;color:var(--orange);border-top:1px solid var(--border-light);text-align:center;padding:1rem 2rem 1.5rem;font-size:.78rem;font-weight:700}.About-module__vAULUW__canvasSection{border-top:1px solid var(--border-light);grid-template-columns:1fr 1fr;align-items:center;gap:4rem;padding-top:3rem;display:grid}.About-module__vAULUW__canvasP{color:var(--text-body);margin:1.5rem 0 2rem;font-size:1.05rem;line-height:1.7}.About-module__vAULUW__perks{flex-wrap:wrap;gap:.75rem;display:flex}.About-module__vAULUW__perk{background:var(--bg-card);border-radius:var(--radius-pill);border:1px solid var(--border-light);color:var(--text-body);padding:.5rem 1.1rem;font-size:.9rem;font-weight:500}.About-module__vAULUW__notPausedCard{background:var(--navy-fixed);border-radius:var(--radius-card);color:#fff;flex-direction:column;gap:1rem;padding:3rem;display:flex;box-shadow:0 20px 50px #00166626}[data-theme=dark] .About-module__vAULUW__notPausedCard{background:#000a2d;border:1px solid #ffffff0d}.About-module__vAULUW__notPausedLabel{text-transform:uppercase;letter-spacing:.12em;background:var(--orange);border-radius:var(--radius-pill);color:#fff;width:fit-content;padding:.3rem .85rem;font-size:.75rem;font-weight:700}.About-module__vAULUW__notPausedCard h3{font-family:var(--font-serif);font-size:1.6rem;font-style:italic;line-height:1.2;color:#fff!important}.About-module__vAULUW__notPausedCard p{font-size:1.05rem;line-height:1.6;color:#fffc!important}.About-module__vAULUW__bulletList{flex-direction:column;gap:.65rem;margin-top:.5rem;list-style:none;display:flex}.About-module__vAULUW__bulletList li{padding-left:1.5rem;font-size:.95rem;position:relative;color:#ffffffd9!important}.About-module__vAULUW__bulletList li:before{content:"→";color:var(--orange);position:absolute;left:0}@media (max-width:992px){.About-module__vAULUW__polaroidStack{width:300px;height:460px}}@media (max-width:768px){.About-module__vAULUW__introRow,.About-module__vAULUW__canvasSection{grid-template-columns:1fr;gap:2.5rem}.About-module__vAULUW__polaroidStack{width:280px;height:440px}.About-module__vAULUW__notPausedCard{padding:1.5rem}}
.Projects-module__2BoJ-q__projectsSec{padding:var(--section-pad-y)var(--section-pad-x);background:var(--bg-cream);z-index:2;position:relative}.Projects-module__2BoJ-q__container{max-width:1200px;margin:0 auto}.Projects-module__2BoJ-q__header{text-align:center;flex-direction:column;align-items:center;gap:0;margin-bottom:5rem;display:flex}.Projects-module__2BoJ-q__sneakPeek{align-items:center;gap:.6rem;margin-bottom:.5rem;display:flex}.Projects-module__2BoJ-q__telescopeIcon{font-size:1.5rem}.Projects-module__2BoJ-q__sneakLabel{font-size:1rem;font-family:var(--font-serif);color:var(--text-muted);font-style:italic}.Projects-module__2BoJ-q__heading{color:var(--navy);margin-top:.25rem;margin-bottom:.5rem;font-size:clamp(2.5rem,5vw,4rem);line-height:1.05}.Projects-module__2BoJ-q__heading em{font-style:italic}.Projects-module__2BoJ-q__subtitle{color:var(--text-muted);text-align:center;max-width:600px;margin-top:0;font-size:1.05rem}.Projects-module__2BoJ-q__grid{grid-template-columns:repeat(2,1fr);gap:2.5rem;display:grid}.Projects-module__2BoJ-q__projectCard{transition:all .4s var(--ease-smooth)}.Projects-module__2BoJ-q__cardLink{text-decoration:none;display:block}.Projects-module__2BoJ-q__imageOverlay{aspect-ratio:16/10;border-radius:var(--radius-card);border:1px solid var(--border-light);background:var(--bg-warm);width:100%;margin-bottom:1.5rem;position:relative;overflow:hidden;box-shadow:0 4px 16px #0016660a}.Projects-module__2BoJ-q__projectImage{object-fit:cover;width:100%;height:100%;transition:transform .6s var(--ease-smooth)}.Projects-module__2BoJ-q__projectCard:hover .Projects-module__2BoJ-q__projectImage{transform:scale(1.05)}.Projects-module__2BoJ-q__cardBadge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-pill);color:var(--orange);background:#fffffff2;padding:.5rem 1rem;font-size:.8rem;font-weight:700;position:absolute;top:1.25rem;right:1.25rem;box-shadow:0 4px 12px #0000000d}.Projects-module__2BoJ-q__cardInfo{padding:0 .5rem}.Projects-module__2BoJ-q__projectType{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:.5rem;font-size:.75rem;font-weight:600}.Projects-module__2BoJ-q__projectTitle{color:var(--navy);font-size:1.75rem;font-family:var(--font-serif);margin-bottom:1rem;font-style:italic;line-height:1.2}.Projects-module__2BoJ-q__cardExplore{color:var(--orange);opacity:0;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;transition:all .3s;display:flex;transform:translate(-10px)}.Projects-module__2BoJ-q__projectCard:hover .Projects-module__2BoJ-q__cardExplore{opacity:1;transform:translate(0)}@media (max-width:768px){.Projects-module__2BoJ-q__grid{grid-template-columns:1fr;gap:3rem}}
.Motherhood-module__M_GWeq__motherhoodSec{padding:var(--section-pad-y)var(--section-pad-x);background:var(--bg-cream);z-index:2;border-top:1px solid var(--border-light);position:relative}.Motherhood-module__M_GWeq__container{flex-direction:column;gap:4rem;max-width:1200px;margin:0 auto;display:flex}.Motherhood-module__M_GWeq__header{text-align:center;flex-direction:column;align-items:center;gap:2rem;display:flex}.Motherhood-module__M_GWeq__heading{color:var(--navy);font-size:clamp(2.5rem,5vw,4rem)}.Motherhood-module__M_GWeq__heading em{font-style:italic}.Motherhood-module__M_GWeq__brandRow{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.Motherhood-module__M_GWeq__brandTag{background:var(--bg-warm);color:var(--navy);border-radius:var(--radius-pill);border:1px solid var(--border-light);padding:.5rem 1.25rem;font-size:.85rem;font-weight:600}.Motherhood-module__M_GWeq__grid{grid-template-columns:1fr 1fr;gap:2.5rem;display:grid}.Motherhood-module__M_GWeq__evoCard{background:var(--bg-card);border-radius:var(--radius-card);border:1px solid var(--border-light);transition:all .4s var(--ease-smooth);overflow:hidden;box-shadow:0 4px 16px #0016660a}.Motherhood-module__M_GWeq__evoCard:hover{border-color:var(--orange);transform:translateY(-10px);box-shadow:0 20px 40px #0016661a}.Motherhood-module__M_GWeq__evoImage{aspect-ratio:16/9;border-bottom:1px solid var(--border-light);width:100%;overflow:hidden}.Motherhood-module__M_GWeq__evoImage img{object-fit:cover;width:100%;height:100%;transition:transform .6s var(--ease-smooth)}.Motherhood-module__M_GWeq__evoCard:hover .Motherhood-module__M_GWeq__evoImage img{transform:scale(1.05)}.Motherhood-module__M_GWeq__evoInfo{padding:2rem;position:relative}.Motherhood-module__M_GWeq__evoInfo h3{font-size:1.5rem;font-family:var(--font-serif);color:var(--navy);margin-bottom:1rem;font-style:italic}.Motherhood-module__M_GWeq__evoInfo p{color:var(--text-muted);max-width:80%;font-size:1rem;line-height:1.6}.Motherhood-module__M_GWeq__evoIcon{color:var(--orange);transition:transform .3s;position:absolute;top:2rem;right:2rem}.Motherhood-module__M_GWeq__evoCard:hover .Motherhood-module__M_GWeq__evoIcon{transform:translate(4px,-4px)}.Motherhood-module__M_GWeq__cardLink{text-decoration:none;display:block}@media (max-width:768px){.Motherhood-module__M_GWeq__grid{grid-template-columns:1fr}}
.Contact-module__hcVmEa__contactSec{padding:var(--section-pad-y)var(--section-pad-x)2rem;background:var(--bg-cream);z-index:2;border-top:1px solid var(--border-light);position:relative}.Contact-module__hcVmEa__container{flex-direction:column;gap:6rem;max-width:1200px;margin:0 auto;display:flex}.Contact-module__hcVmEa__top{flex-direction:column;gap:5rem;display:flex}.Contact-module__hcVmEa__headerArea{flex-direction:column;gap:1.5rem;display:flex}.Contact-module__hcVmEa__statusBadge{color:var(--navy);border-radius:var(--radius-pill);background:#0016660d;border:1px solid #0016661a;align-items:center;gap:.75rem;width:fit-content;padding:.6rem 1.25rem;font-size:.9rem;font-weight:700;display:inline-flex}.Contact-module__hcVmEa__pulse{background:#00d166;border-radius:50%;width:8px;height:8px;animation:2s infinite Contact-module__hcVmEa__pulseLoop;display:inline-block;position:relative;box-shadow:0 0 #00d16666}@keyframes Contact-module__hcVmEa__pulseLoop{0%{box-shadow:0 0 #00d166b3}70%{box-shadow:0 0 0 10px #00d16600}to{box-shadow:0 0 #00d16600}}.Contact-module__hcVmEa__heading{color:var(--navy);letter-spacing:-.04em;font-size:clamp(3.5rem,8vw,6.5rem);line-height:1}.Contact-module__hcVmEa__heading em{color:var(--orange);font-style:italic}.Contact-module__hcVmEa__links{border-top:3px solid var(--navy);flex-direction:column;gap:0;max-width:900px;padding-top:1rem;display:flex}.Contact-module__hcVmEa__linkItem{border-bottom:1px solid var(--border-light);transition:all .4s var(--ease-smooth);color:var(--text-body);justify-content:space-between;align-items:center;gap:2rem;padding:2.5rem 0;text-decoration:none;display:flex}.Contact-module__hcVmEa__linkItem:hover{color:var(--orange);border-bottom-color:var(--orange);padding-left:2rem}.Contact-module__hcVmEa__linkLeft{flex-shrink:0;align-items:center;gap:2rem;display:flex}.Contact-module__hcVmEa__iconWrap{background:var(--bg-warm);border:1px solid var(--border-light);width:54px;height:54px;color:var(--navy);border-radius:14px;justify-content:center;align-items:center;transition:all .3s;display:flex}.Contact-module__hcVmEa__linkItem:hover .Contact-module__hcVmEa__iconWrap{background:var(--orange);color:#fff;border-color:var(--orange);transform:rotate(-10deg)scale(1.1)}.Contact-module__hcVmEa__linkLabel{text-transform:uppercase;letter-spacing:.15em;color:var(--text-muted);font-size:.9rem;font-weight:800}.Contact-module__hcVmEa__linkValue{font-size:1.5rem;font-family:var(--font-serif);font-style:italic;font-weight:400}.Contact-module__hcVmEa__arrow{opacity:0;color:var(--orange);transition:all .3s;transform:translate(-10px)}.Contact-module__hcVmEa__linkItem:hover .Contact-module__hcVmEa__arrow{opacity:1;transform:translate(0)}.Contact-module__hcVmEa__playground{flex-direction:column;gap:2rem;display:flex}.Contact-module__hcVmEa__playHeading{color:var(--navy);font-size:1.75rem}.Contact-module__hcVmEa__playHeading em{font-style:italic}.Contact-module__hcVmEa__playGrid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.Contact-module__hcVmEa__playImgWrap{aspect-ratio:1;border:1px solid var(--border-light);width:100%;transition:all .4s var(--ease-smooth);border-radius:20px;overflow:hidden;box-shadow:0 4px 12px #0000000a}.Contact-module__hcVmEa__playImgWrap:hover{border-color:var(--orange);transform:rotate(3deg)scale(1.05);box-shadow:0 12px 24px #ff5c0026}.Contact-module__hcVmEa__playImg{object-fit:cover;width:100%;height:100%}.Contact-module__hcVmEa__footer{border-top:1px solid var(--border-light);justify-content:space-between;align-items:center;padding-top:2rem;display:flex}.Contact-module__hcVmEa__copyright{color:var(--text-muted);font-size:.9rem}.Contact-module__hcVmEa__madeWith{color:var(--text-muted);font-size:.85rem;font-style:italic}@media (max-width:992px){.Contact-module__hcVmEa__playGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Contact-module__hcVmEa__linkItem{flex-direction:column;align-items:flex-start;gap:1rem;padding:1.5rem 0}.Contact-module__hcVmEa__linkLeft{gap:1rem}.Contact-module__hcVmEa__iconWrap{width:44px;height:44px}.Contact-module__hcVmEa__linkValue{word-break:break-all;font-size:1.1rem}.Contact-module__hcVmEa__arrow{display:none}.Contact-module__hcVmEa__footer{text-align:center;flex-direction:column;gap:1rem}}
