@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700&family=Playfair+Display:ital,wght@0,600;1,600&display=swap";:root{--ink:#173731;--forest:#0f4b40;--forest-deep:#09382f;--teal:#2f7467;--sage:#dfece7;--sage-soft:#edf5f1;--mint:#f4f9f7;--paper:#fbfdfc;--white:#ffffff;--gold:#ba9562;--muted:#647a73;--line:rgba(15,75,64,.14);--shadow:0 24px 70px rgba(15,75,64,.1);--display:"Playfair Display",serif;--sans:"DM Sans",sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased}button,a{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.container{width:min(1180px,calc(100% - 48px));margin:0 auto}#home,#about,#therapy,#varmam,#appointment,#contact{scroll-margin-top:112px}.siteHeader{position:fixed;z-index:100;top:0;left:0;right:0;background:#fbfdfceb;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid transparent;transition:.25s}.siteHeader.scrolled{border-bottom-color:var(--line);box-shadow:0 8px 28px #0f4b400d}.navShell{height:104px;width:min(1320px,calc(100% - 48px));margin:auto;display:flex;align-items:center;justify-content:space-between;gap:34px}.brand{display:flex;align-items:center;gap:15px;border:0;background:none;padding:0;color:var(--ink);min-width:250px;flex-shrink:0}.brand img{width:64px;height:64px;object-fit:contain}.brandText{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;line-height:1}.brandText strong{font:700 21px/1 Manrope,sans-serif;letter-spacing:.16em}.brandText small{margin-top:7px;font-size:9px;line-height:1;letter-spacing:.14em;color:var(--muted);font-weight:700}.desktopNav{display:flex;align-items:center;justify-content:center;gap:31px;flex:1}.desktopNav button{background:none;border:0;padding:14px 0;color:#355a50;font-size:15px;font-weight:600;line-height:1;position:relative;white-space:nowrap}.desktopNav button:after{content:"";position:absolute;left:50%;right:50%;bottom:4px;height:2px;background:var(--teal);transition:.2s}.desktopNav button:hover:after{left:0;right:0}.navActions{display:flex;align-items:center;justify-content:flex-end;min-width:250px}.appNav{height:48px;display:inline-flex;align-items:center;gap:9px;padding:0 19px;border:1px solid rgba(15,75,64,.2);background:#fff;border-radius:999px;color:var(--forest);font-size:14px;font-weight:700;box-shadow:0 7px 20px #0f4b400d}.menuButton{display:none;width:42px;height:42px;place-items:center;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--forest)}.mobileMenu{display:none}.hero{position:relative;overflow:hidden;padding:176px 0 80px;background:linear-gradient(135deg,#f8fcfa,#eaf5f0 56%,#dcebe5)}.heroPattern{position:absolute;right:-140px;top:80px;width:620px;height:620px;border-radius:50%;border:1px solid rgba(15,75,64,.08);box-shadow:0 0 0 90px #0f4b4006,0 0 0 180px #0f4b4005}.heroLayout{display:grid;grid-template-columns:1.08fr .92fr;gap:76px;align-items:center;position:relative;z-index:2}.microLabel,.sectionLabel{font-size:11px;letter-spacing:.17em;font-weight:700;color:var(--teal);display:flex;align-items:center;gap:8px;margin-bottom:22px;text-transform:uppercase}.hero h1{font-family:var(--display);font-size:clamp(58px,6vw,86px);font-weight:600;letter-spacing:-.045em;line-height:1.01;margin:0;max-width:760px}.hero h1 span{display:block;color:var(--forest);font-style:italic}.heroLead{font-size:18px;line-height:1.75;color:var(--muted);max-width:650px;margin:28px 0 0}.heroActions{display:flex;align-items:center;gap:26px;margin-top:34px}.button{border:0;border-radius:999px;padding:15px 21px;display:inline-flex;align-items:center;gap:10px;font-weight:700}.buttonPrimary{background:var(--forest);color:#fff;box-shadow:0 14px 34px #0f4b402e}.textButton{border:0;background:none;color:var(--forest);padding:12px 0;display:inline-flex;gap:9px;align-items:center;font-weight:700}.trustStrip{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;border-top:1px solid var(--line);margin-top:48px;padding-top:24px;max-width:700px}.trustStrip>div{display:flex;gap:11px;align-items:flex-start}.trustStrip svg{width:19px;color:var(--teal);margin-top:2px}.trustStrip span{display:flex;flex-direction:column}.trustStrip b{font-size:12px;margin-bottom:3px}.trustStrip small{font-size:10.5px;line-height:1.4;color:var(--muted)}.heroVisual{position:relative;min-height:565px}.heroPhoto{position:absolute;overflow:hidden;background:#d7e9e2;box-shadow:var(--shadow)}.heroPhoto img{width:100%;height:100%;object-fit:cover}.heroPhotoMain{width:78%;height:520px;right:0;top:0;border-radius:32px 180px 32px 32px}.heroPhotoMain img{object-position:center}.heroPhotoSmall{width:46%;height:260px;left:0;bottom:0;border:10px solid #edf6f2;border-radius:24px}.heroPhotoSmall img{object-position:center}.heroStatement{position:absolute;right:18px;bottom:28px;display:flex;gap:12px;align-items:center;background:#fffffff0;border:1px solid rgba(255,255,255,.8);border-radius:17px;padding:14px 17px;box-shadow:0 16px 38px #0f4b401f;font-size:11px;line-height:1.5}.heroStatement svg{color:var(--teal)}.heroStatement b{color:var(--forest)}.homePillars{position:relative;z-index:3;margin-top:76px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.homePillars article{background:#ffffffdb;border:1px solid var(--line);border-radius:22px;padding:27px;min-height:235px}.pillarIcon{width:44px;height:44px;border-radius:13px;background:var(--sage-soft);color:var(--forest);display:grid;place-items:center;margin-bottom:25px}.pillarIcon svg{width:20px}.homePillars h3{font-family:var(--display);font-size:27px;margin:0 0 10px}.homePillars p{font-size:12.5px;line-height:1.7;color:var(--muted);margin:0}.section{padding:120px 0}.sectionAbout{background:#fff}.centeredIntro{text-align:center;max-width:850px}.centeredIntro .sectionLabel{justify-content:center}.sectionIntro h2,.therapyHeading h2,.legacyHeading h2,.varmamCopy h2,.appContent h2,.contactIntro h2{font-family:var(--display);font-size:clamp(44px,4.4vw,64px);letter-spacing:-.035em;line-height:1.05;margin:0 0 24px;font-weight:600}.sectionIntro h2 em,.therapyHeading h2 em,.legacyHeading h2 em,.varmamCopy h2 em,.appContent h2 em,.contactIntro h2 em{font-style:italic;color:var(--teal)}.sectionIntro>p,.therapyHeading>p,.legacyHeading>p,.contactIntro>p,.appContent>p{font-size:15px;line-height:1.8;color:var(--muted);margin-left:auto;margin-right:auto;max-width:760px}.aboutGrid{margin-top:70px;display:grid;grid-template-columns:.95fr 1.05fr;gap:88px;align-items:center}.aboutMedia{position:relative;min-height:560px}.aboutImageLarge{width:82%;height:500px;border-radius:28px 160px 28px 28px;overflow:hidden}.aboutImageLarge img,.aboutImageSmall img{width:100%;height:100%;object-fit:cover}.aboutImageSmall{position:absolute;width:48%;height:265px;right:0;bottom:0;border:10px solid #fff;border-radius:24px;overflow:hidden;box-shadow:var(--shadow)}.aboutCopy>p{font-size:14.5px;line-height:1.8;color:var(--muted)}.leadText{font-size:18px!important;line-height:1.75!important;color:#36584f!important}.valueGrid{display:grid;grid-template-columns:1fr;gap:10px;margin-top:30px}.valueGrid>div{display:grid;grid-template-columns:38px 1fr;column-gap:13px;padding:17px;border:1px solid var(--line);border-radius:15px;background:var(--mint)}.valueGrid svg{grid-row:1/3;color:var(--teal);margin-top:1px}.valueGrid b{font-size:13px}.valueGrid span{font-size:11.5px;line-height:1.55;color:var(--muted);margin-top:3px}.founderInline{margin-top:112px;display:grid;grid-template-columns:350px 1fr;gap:64px;align-items:center;padding-top:72px;border-top:1px solid var(--line)}.founderPortrait{height:430px;border-radius:26px;overflow:hidden;background:var(--sage)}.founderPortrait img{width:100%;height:100%;object-fit:cover;object-position:top}.founderInlineCopy h3{font-family:var(--display);font-size:42px;margin:9px 0 22px}.founderInlineCopy h3 span{display:block;font-family:var(--sans);font-size:12px;color:var(--teal);letter-spacing:.12em;margin-top:7px}.founderInlineCopy p{font-size:14px;line-height:1.78;color:var(--muted);max-width:740px}.legacyBlock{margin-top:116px}.legacyHeading{max-width:800px}.legacyCards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:50px;align-items:stretch}.legacyCard{background:var(--mint);border:1px solid var(--line);border-radius:24px;padding:32px 30px;min-height:510px;height:100%;display:flex;flex-direction:column}.legacyPortrait{width:128px;height:128px;border-radius:50%;overflow:hidden;border:5px solid #fff;margin:0 auto 26px;box-shadow:0 8px 24px #0f4b4014}.legacyPortrait img{width:100%;height:100%;object-fit:cover;object-position:top}.legacyCard h3{font-family:var(--display);font-size:25px;margin:0 0 5px}.legacyCard>span{font-size:10px;letter-spacing:.08em;color:var(--teal);font-weight:700}.legacyCard p{font-size:12.5px;line-height:1.72;color:var(--muted);margin:18px 0 0}.therapiesSection{background:#eaf3ef}.therapyHeading{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:end;margin-bottom:54px}.therapyHeading>p{margin:0 0 5px;max-width:500px}.therapyGrid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.therapyCard{background:#fff;border:1px solid rgba(15,75,64,.13);border-radius:25px;overflow:hidden;box-shadow:0 14px 40px #0f4b400d;transition:.25s}.therapyCard:hover{transform:translateY(-3px);box-shadow:0 22px 50px #0f4b4017}.therapyCardOpen{grid-column:span 2}.therapyCardHead{width:100%;border:0;background:#fff;padding:0;display:grid;grid-template-columns:170px 1fr 54px;align-items:center;text-align:left;color:var(--ink);min-height:152px}.therapyImage{height:152px;overflow:hidden}.therapyImage img{width:100%;height:100%;object-fit:cover}.therapyTitleWrap{padding:22px 26px;display:flex;flex-direction:column;gap:7px}.therapyTitleWrap small{font-size:9px;letter-spacing:.14em;color:var(--teal);font-weight:700}.therapyTitleWrap strong{font-family:var(--display);font-size:27px;line-height:1.15}.therapyToggle{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:var(--sage-soft);color:var(--forest);transition:.2s}.therapyCardOpen .therapyToggle{transform:rotate(180deg)}.therapyDetails{padding:30px 38px 36px;border-top:1px solid var(--line)}.therapyDescription{font-size:14px;line-height:1.8;color:var(--muted);max-width:960px;margin:0}.therapyMeta{display:grid;grid-template-columns:1.2fr .8fr;gap:18px;margin-top:26px}.therapyMeta>div{background:var(--mint);border:1px solid rgba(15,75,64,.08);border-radius:16px;padding:20px}.therapyMeta b{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--teal)}.therapyMeta p{font-size:12.5px;line-height:1.65;color:var(--muted);margin:7px 0 0}.varmamSection{background:var(--forest-deep);color:#fff}.varmamGrid{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:center}.varmamMedia{height:670px;border-radius:30px;overflow:hidden;position:relative}.varmamMedia:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(9,56,47,.35),transparent 60%)}.varmamMedia img{width:100%;height:100%;object-fit:cover}.lightLabel{color:#9fd1c4}.varmamCopy h2{color:#fff}.varmamCopy h2 em,.appContent h2 em{color:#d8c39e}.varmamCopy .lightText{color:#eef8f4!important}.varmamCopy>p:not(.leadText){font-size:13.5px;line-height:1.78;color:#bed0ca}.appSection{padding:110px 0;background:#f4f8f6}.appPanel{position:relative;overflow:hidden;min-height:540px;border-radius:32px;background:linear-gradient(135deg,#0c463b,#176455);color:#fff;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;padding:64px 76px;box-shadow:0 32px 80px #0f4b4026}.appContent{position:relative;z-index:2}.appContent h2{color:#fff}.appContent>p{color:#c6dcd5;margin-left:0;max-width:630px}.appChoices{display:flex;gap:12px;margin-top:30px;flex-wrap:wrap}.appChoices>div{display:flex;align-items:center;gap:12px;padding:13px 15px;border:1px solid rgba(255,255,255,.18);background:#ffffff12;border-radius:14px;min-width:220px}.appChoices svg{color:#e4cba2}.appChoices span{display:flex;flex-direction:column}.appChoices b{font-size:12px}.appChoices small{font-size:9.5px;color:#bfd6cf;margin-top:2px}.phoneStage{height:420px;display:grid;place-items:center}.phoneMock{width:240px;height:480px;border-radius:42px;background:#061f1a;padding:9px;box-shadow:0 34px 70px #0000004d;transform:rotate(4deg)}.phoneScreen{height:100%;border-radius:34px;background:linear-gradient(180deg,#f8fbfa,#e7f2ed);color:var(--ink);padding:56px 20px 20px;display:flex;flex-direction:column;position:relative;overflow:hidden}.phoneNotch{position:absolute;width:84px;height:19px;border-radius:0 0 13px 13px;background:#061f1a;top:9px;left:50%;transform:translate(-50%)}.phoneScreen>img{width:62px;height:62px;object-fit:contain;margin-bottom:19px}.phoneScreen>small{font-size:8px;letter-spacing:.16em;color:var(--teal);font-weight:700}.phoneScreen>h3{font-family:var(--display);font-size:28px;line-height:1.05;margin:8px 0 12px}.phoneScreen>p{font-size:10.5px;line-height:1.55;color:var(--muted);margin:0}.mockCard{margin-top:24px;padding:13px;border-radius:14px;background:#fff;border:1px solid var(--line);display:flex;gap:10px;align-items:center}.mockCard svg{color:var(--teal)}.mockCard span{display:flex;flex-direction:column}.mockCard b{font-size:10px}.mockCard small{font-size:8px;color:var(--muted);margin-top:2px}.mockButton{margin-top:auto;background:var(--forest);color:#fff;border-radius:14px;padding:12px 13px;font-size:10px;display:flex;align-items:center;justify-content:space-between}.contactSection{background:#fff}.contactGrid{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:start}.contactIntro{position:sticky;top:126px}.contactIntro>p{margin-left:0;max-width:470px}.contactCards{display:grid;grid-template-columns:1fr 1fr;gap:14px}.contactCard{border:1px solid var(--line);border-radius:21px;background:var(--mint);padding:28px;transition:.2s}.contactCard:hover{transform:translateY(-2px);box-shadow:0 16px 42px #0f4b4014}.contactAddress{grid-column:1/3;min-height:280px;background:linear-gradient(135deg,#e9f4ef,#fbfdfc)}.contactCard>svg{color:var(--teal);margin-bottom:34px}.cardEyebrow,.contactMini small{font-size:9px;letter-spacing:.16em;color:var(--teal);font-weight:700}.contactAddress h3{font-family:var(--display);font-size:30px;font-weight:600;margin:9px 0 14px}.contactAddress p{font-size:13px;line-height:1.65;color:var(--muted);margin:0}.contactMini{display:flex;gap:16px;align-items:flex-start;min-height:150px}.contactMini>svg{margin:2px 0 0;min-width:20px}.contactMini span{display:flex;flex-direction:column;gap:6px}.contactMini b{font-size:13px}.contactMini em{font-size:11px;color:var(--muted);font-style:normal}.mapLink{display:inline-flex;align-items:center;gap:8px;margin-top:16px;font-weight:600}.contactAddress:hover .mapLink{text-decoration:underline}footer{background:#062b24;color:#a9c4bb;padding:52px 0 24px}.footerTop{display:grid;grid-template-columns:auto 1fr auto;gap:44px;align-items:center;padding-bottom:36px;border-bottom:1px solid rgba(255,255,255,.1)}.footerBrand{color:#fff}.footerBrand .brandText small{color:#a9c4bb}.footerTop>p{font-family:var(--display);font-style:italic;font-size:21px;line-height:1.4;max-width:530px;margin:0;color:#e0ece8}.footerApp{border:1px solid rgba(255,255,255,.2);border-radius:999px;background:transparent;color:#fff;padding:12px 16px;display:flex;gap:8px;align-items:center}.footerBottom{display:flex;justify-content:space-between;align-items:center;gap:20px;padding-top:22px;font-size:10px;letter-spacing:.035em;color:#86a79d}@media (max-width:1120px){.desktopNav{gap:18px}.desktopNav button{font-size:13px}.brand,.navActions{min-width:auto}.brand img{width:56px;height:56px}.brandText strong{font-size:18px}.heroLayout{gap:46px}}@media (max-width:980px){.desktopNav{display:none}.menuButton{display:grid}.appNav{display:none}.mobileMenu{display:flex;position:absolute;top:104px;left:16px;right:16px;flex-direction:column;padding:16px;background:#fbfdfcfa;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}.mobileMenu button{border:0;background:none;text-align:left;padding:12px 8px;color:var(--ink);font-weight:600}.mobileMenu .mobileApp{margin-top:8px;background:var(--forest);color:#fff;border-radius:12px;display:flex;align-items:center;justify-content:space-between;padding:13px 14px}.heroLayout,.aboutGrid,.founderInline,.therapyHeading,.varmamGrid,.appPanel,.contactGrid{grid-template-columns:1fr}.heroVisual{min-height:520px;max-width:640px}.homePillars{grid-template-columns:1fr}.aboutGrid{gap:50px}.aboutMedia{max-width:650px}.founderPortrait{max-width:520px}.legacyCards{grid-template-columns:1fr}.legacyCard{min-height:auto}.therapyGrid{grid-template-columns:1fr}.therapyCardOpen{grid-column:auto}.varmamMedia{height:520px}.appPanel{padding:56px 50px}.contactGrid{gap:48px}.contactIntro{position:static}.footerTop{grid-template-columns:1fr}.footerApp{width:max-content}}@media (max-width:680px){.container{width:min(100% - 30px,1180px)}.navShell{height:82px;width:calc(100% - 26px)}.siteHeader .mobileMenu{top:82px}.brand img{width:50px;height:50px}.brandText strong{font-size:17px}.brandText small{font-size:7.5px}.hero{padding:128px 0 65px}.hero h1{font-size:48px}.heroLead{font-size:16px}.heroActions{align-items:flex-start;flex-direction:column;gap:8px}.trustStrip{grid-template-columns:1fr;gap:13px}.heroVisual{min-height:430px}.heroPhotoMain{height:405px;width:84%}.heroPhotoSmall{height:190px;width:44%;border-width:7px}.heroStatement{right:0;bottom:20px;font-size:10px}.homePillars{margin-top:48px}.section{padding:84px 0}.sectionIntro h2,.therapyHeading h2,.legacyHeading h2,.varmamCopy h2,.appContent h2,.contactIntro h2{font-size:40px}.aboutGrid{margin-top:48px}.aboutMedia{min-height:445px}.aboutImageLarge{height:400px;width:86%}.aboutImageSmall{height:195px;border-width:7px}.founderInline{margin-top:78px;padding-top:52px;gap:28px}.founderPortrait{height:380px}.founderInlineCopy h3{font-size:34px}.legacyBlock{margin-top:82px}.legacyCard{padding:25px}.therapyCardHead{grid-template-columns:116px 1fr 46px;min-height:120px}.therapyImage{height:120px}.therapyTitleWrap{padding:16px 18px}.therapyTitleWrap strong{font-size:22px}.therapyDetails{padding:24px}.therapyMeta{grid-template-columns:1fr}.varmamMedia{height:410px}.varmamGrid{gap:36px}.appSection{padding:78px 0}.appPanel{width:calc(100% - 20px);padding:42px 23px;border-radius:26px}.appChoices{flex-direction:column}.appChoices>div{width:100%}.phoneStage{height:395px}.phoneMock{transform:rotate(2deg) scale(.88)}.contactCards{grid-template-columns:1fr}.contactAddress{grid-column:auto}.footerTop>p{font-size:19px}.footerBottom{flex-direction:column;align-items:flex-start;line-height:1.5}}@media (max-width:430px){.hero h1{font-size:42px}.heroVisual{min-height:385px}.heroPhotoMain{height:360px}.heroPhotoSmall{height:165px}.heroStatement{display:none}.sectionIntro h2,.therapyHeading h2,.legacyHeading h2,.varmamCopy h2,.appContent h2,.contactIntro h2{font-size:36px}.aboutMedia{min-height:390px}.aboutImageLarge{height:350px}.aboutImageSmall{height:170px}.therapyCardHead{grid-template-columns:92px 1fr 40px;min-height:105px}.therapyImage{height:105px}.therapyTitleWrap{padding:12px 13px}.therapyTitleWrap small{font-size:7.5px}.therapyTitleWrap strong{font-size:19px}.therapyToggle{width:34px;height:34px}.therapyDetails{padding:20px}.varmamMedia{height:350px}}
