:root{--header-h: 76px;--rose: #b76e79;--rose-deep: #74303f;--rose-soft: #f3d9dc;--ink: #263238;--muted: #687782;--paper: #fff8f6;--cream: #fff1e8;--mint: #dceee8;--mint-strong: #86b9ad;--sky: #e9f1f7;--gold: #efd69d;--line: rgba(116, 48, 63, .14);--panel: rgba(255, 255, 255, .82);--shadow-sm: 0 8px 24px rgba(116, 48, 63, .08);--shadow: 0 22px 58px rgba(116, 48, 63, .14)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-h) + 18px);overflow-x:hidden}body{margin:0;min-height:100vh;overflow-x:hidden;color:var(--ink);background:linear-gradient(135deg,#dceee8eb,#fff8f600 34%),linear-gradient(225deg,#efd69d59,#fff8f600 30%),linear-gradient(180deg,var(--paper) 0%,#ffffff 46%,#f7fbfb 100%);font-family:Be Vietnam Pro,Inter,system-ui,-apple-system,sans-serif;font-weight:500}#root{max-width:100%;overflow-x:hidden}img{display:block;max-width:100%}a{color:inherit}button,input,textarea,select{font:inherit}.wrap{width:min(1180px,calc(100% - 40px));margin:0 auto}.topbar-outer{position:fixed;top:0;right:0;left:0;z-index:30;border-bottom:1px solid rgba(255,255,255,.72);background:#fff8f6c7;box-shadow:0 10px 30px #74303f14;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.topbar-inner{width:min(1180px,calc(100% - 40px));min-height:var(--header-h);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:18px}.logo img{width:126px;height:auto}.nav{display:flex;align-items:center;justify-content:flex-end;gap:6px}.nav a{min-height:38px;display:inline-flex;align-items:center;padding:8px 12px;border:1px solid transparent;border-radius:8px;color:var(--ink);font-size:13px;font-weight:800;text-decoration:none}.nav a:hover{border-color:var(--line);background:#ffffffb8}.nav .cta{border-color:#b76e793d;background:#b76e791f;color:var(--rose-deep)}.icon-button{width:44px;height:44px;display:none;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:8px;color:var(--rose-deep);background:#ffffffbd;cursor:pointer}main{display:grid;gap:22px;padding-top:var(--header-h)}section[id]{scroll-margin-top:calc(var(--header-h) + 18px)}.hero{position:relative;min-height:calc(100vh - 76px);overflow:hidden;isolation:isolate}.hero-bg{position:absolute;inset:0;z-index:-2}.hero-bg:after{position:absolute;inset:0;content:"";background:linear-gradient(90deg,#263238c2,#26323852 46%,#fff8f6e0),linear-gradient(180deg,#74303f14,#fff8f6f5)}.hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-content{min-height:calc(100vh - 76px);display:grid;grid-template-columns:1fr;gap:24px;align-items:end;padding-top:36px;padding-bottom:36px}.hero-copy{max-width:760px;min-width:0;padding-bottom:clamp(22px,5vw,76px)}.eyebrow{margin:0 0 12px;color:var(--rose);font-size:12px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.hero .eyebrow,.closing-panel .eyebrow{color:#f1cfd4}.closing-panel .eyebrow{color:var(--rose)}h1,h2,h3,p{margin-top:0}h1{max-width:1080px;margin-bottom:20px;color:#fff;font-size:clamp(48px,7vw,92px);font-weight:900;line-height:.98;letter-spacing:0;overflow-wrap:break-word}.hero h1{white-space:nowrap}h2{margin-bottom:12px;color:var(--ink);font-size:clamp(24px,2.65vw,34px);font-weight:900;line-height:1.16;letter-spacing:0;overflow-wrap:break-word}h3{margin-bottom:8px;color:var(--ink);font-size:17px;font-weight:900;line-height:1.32}p{color:var(--muted);line-height:1.68;overflow-wrap:anywhere}span,strong,em,li,a{overflow-wrap:anywhere}.hero-lead{max-width:660px;margin-bottom:28px;color:#ffffffe0;font-size:clamp(17px,2vw,21px)}.hero-actions{display:flex;flex-wrap:wrap;gap:10px}.btn{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:12px 16px;border:1px solid var(--line);border-radius:8px;color:var(--ink);background:#ffffffd1;font-size:13px;font-weight:900;text-decoration:none;cursor:pointer;box-shadow:var(--shadow-sm)}.btn.primary{border-color:#ffffff38;background:var(--rose-deep);color:#fff}.btn:hover{transform:translateY(-1px)}.section-block,.insight-panel,.value-panel,.closing-panel{min-width:0;border:1px solid rgba(255,255,255,.72);border-radius:8px;background:var(--panel);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.section-block{padding:clamp(22px,4vw,42px)}.section-block:not(.data-section),.insight-panel,.value-panel{border-color:transparent;border-radius:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.section-block:not(.data-section){padding-right:0;padding-left:0}.section-heading{max-width:980px;margin-bottom:24px}.section-heading.center{margin-right:auto;margin-left:auto;text-align:center}.section-heading.center p{margin-right:auto;margin-left:auto}.section-heading p{max-width:86ch;margin-bottom:0}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.service-card{position:relative;min-height:168px;overflow:hidden;padding:18px 0;border:0;border-top:1px solid var(--line);border-radius:8px;background:transparent}.service-card:before{position:absolute;top:0;right:0;width:92px;height:92px;content:"";border-bottom-left-radius:100%;opacity:.26}.service-card.rose:before{background:var(--rose-soft)}.service-card.mint:before{background:var(--mint)}.service-card.gold:before{background:var(--gold)}.service-card.sky:before{background:var(--sky)}.service-card span{position:relative;display:block;margin-bottom:12px;color:var(--rose-deep);font-size:18px;font-weight:900}.service-card p{position:relative;margin-bottom:0;font-size:14px;overflow-wrap:anywhere}.data-section{background:linear-gradient(135deg,#74303feb,#263238e6),var(--rose-deep)}.data-section .section-heading h2,.data-section .section-heading p{color:#fff}.data-section .section-heading p{opacity:.84}.dashboard-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.data-card{min-width:0;display:flex;flex-direction:column;gap:18px;padding:20px;border:1px solid rgba(255,255,255,.18);border-radius:8px;background:#ffffffeb}.data-card.span-2{grid-column:span 2}.card-heading{display:flex;align-items:flex-start;gap:12px}.card-heading svg{flex:0 0 auto;color:var(--rose)}.card-heading p{margin-bottom:0;font-size:13px}.mini-bars{display:grid;gap:12px}.bar-item{display:grid;gap:7px}.bar-label{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.bar-label span{color:var(--ink);font-size:13px;font-weight:900}.bar-label em{color:var(--muted);font-size:12px;font-style:normal;font-weight:700}.bar-track{height:12px;overflow:hidden;border-radius:999px;background:#f2e8e9}.bar-track span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--rose),var(--rose-deep))}.donut-wrap{display:grid;grid-template-columns:148px 1fr;gap:16px;align-items:center}.donut{width:148px;height:148px;display:grid;place-items:center;border-radius:50%;box-shadow:inset 0 0 0 1px var(--line)}.donut>div{width:86px;height:86px;display:grid;place-items:center;align-content:center;border-radius:50%;background:#fff;text-align:center}.donut strong{color:var(--rose-deep);font-size:22px;font-weight:900}.donut span{color:var(--muted);font-size:10px;font-weight:800;line-height:1.25}.legend-list{display:grid;gap:9px}.legend-list div{display:grid;grid-template-columns:12px 1fr auto;gap:8px;align-items:center}.legend-list i{width:10px;height:10px;border-radius:50%}.legend-list span,.legend-list strong{color:var(--ink);font-size:12px;font-weight:900}.cluster-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 18px;padding-top:8px}.cluster-grid div{min-width:0;display:grid;grid-template-columns:minmax(86px,.8fr) 42px minmax(150px,1.4fr);gap:10px;align-items:center;padding:6px 0;border-bottom:1px solid rgba(116,48,63,.08)}.cluster-grid span{color:var(--ink);font-size:12px;font-weight:800;line-height:1.25;white-space:nowrap}.cluster-grid strong{color:var(--rose-deep);font-size:14px;font-weight:900;text-align:right}.cluster-grid i{display:block;width:var(--cluster-value);max-width:100%;height:12px!important;border-radius:999px;background:linear-gradient(90deg,var(--rose),var(--mint-strong));box-shadow:inset 0 0 0 1px #74303f14}.split-feature{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:18px}.insight-panel,.value-panel{padding:clamp(20px,3vw,34px)}.check-list{display:grid;gap:11px;margin:0;padding:0;list-style:none}.check-list li{display:grid;grid-template-columns:20px 1fr;gap:10px;color:#4f5b65;font-size:14px;line-height:1.62}.check-list svg{margin-top:3px;color:var(--rose)}.value-panel{display:grid;gap:10px;background:transparent}.value-panel div{display:grid;grid-template-columns:32px 1fr;column-gap:12px;padding:10px 0;border:0;border-top:1px solid var(--line);border-radius:0;background:transparent}.value-panel svg{grid-row:span 2;color:var(--rose)}.value-panel p{margin-bottom:0;font-size:13px}.operations{background:transparent}.ops-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.ops-grid article{min-width:0;min-height:0;display:flex;flex-direction:column;padding:20px 0;border:0;border-top:1px solid var(--line);border-radius:0;background:transparent}.ops-grid span{align-self:flex-start;margin-bottom:28px;padding:6px 9px;border-radius:999px;color:var(--rose-deep);background:var(--rose-soft);font-size:12px;font-weight:900}.ops-grid svg{margin-bottom:14px;color:var(--rose)}.ops-grid p{margin-bottom:0;font-size:14px}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-flow:dense;gap:12px}.gallery-section+.gallery-section{margin-top:22px}.gallery-label{display:flex;align-items:center;gap:9px;margin-bottom:12px}.gallery-label svg{color:var(--rose)}.gallery-label h3{margin:0}.customer-gallery{padding-top:22px;border-top:1px solid var(--line)}.customer-grid{grid-template-columns:repeat(3,1fr)}.gallery-grid figure{position:relative;min-width:0;min-height:220px;margin:0;overflow:hidden;border:0;border-radius:0;background:transparent;box-shadow:none}.gallery-grid figure.wide{grid-column:span 2;grid-row:span 2}.gallery-grid img{display:block;width:100%;height:100%;min-height:220px;object-fit:cover}.gallery-grid figcaption{position:absolute;right:10px;bottom:10px;left:10px;padding:9px 10px;border:1px solid rgba(255,255,255,.42);border-radius:8px;color:#fff;background:#263238a8;font-size:12px;font-weight:900;line-height:1.3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.team-section{background:transparent}.team-layout{display:grid;grid-template-columns:1fr;gap:14px}.founder-card,.doctor-card,.capability-strip article{min-width:0;overflow:hidden;border:0;border-radius:0;background:transparent;box-shadow:none}.founder-card{display:grid;grid-template-columns:minmax(420px,.68fr) minmax(280px,.32fr);min-height:500px;background:linear-gradient(135deg,#74303fe0,#263238e6),var(--rose-deep)}.founder-photo,.doctor-photo{position:relative;overflow:hidden;background:transparent}.founder-photo{min-height:500px;padding:0;background:transparent}.founder-photo:after,.doctor-photo:after{content:none}.founder-photo img,.doctor-photo img{width:100%;height:100%;object-fit:contain;object-position:top center}.doctor-photo img{object-fit:cover}.founder-copy{min-width:0;display:flex;flex-direction:column;justify-content:center;padding:clamp(16px,2.2vw,24px)}.founder-copy h3{color:#fff;font-size:clamp(24px,2.6vw,32px);line-height:1.08}.founder-copy strong,.founder-copy p{color:#ffffffdb}.founder-copy strong{margin-bottom:8px;font-size:15px;font-weight:900}.founder-copy p{margin-bottom:14px;font-size:14px}.doctor-board{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.doctor-card{display:grid;grid-template-columns:1fr;min-height:0;background:transparent}.doctor-photo{height:320px;min-height:0;padding:0}.doctor-copy{min-width:0;display:flex;flex-direction:column;justify-content:flex-start;padding:16px}.role-pill{align-self:flex-start;margin-bottom:10px;padding:6px 9px;border:1px solid rgba(183,110,121,.22);border-radius:999px;color:var(--rose-deep);background:#f3d9dcb8;font-size:11px;font-weight:900;line-height:1.2}.doctor-copy h3{margin-bottom:12px;font-size:19px}.tag-row{display:flex;flex-wrap:wrap;gap:7px}.tag-row span{display:inline-flex;min-height:28px;align-items:center;padding:6px 9px;border:1px solid rgba(255,255,255,.32);border-radius:999px;color:var(--rose-deep);background:#ffffffb8;font-size:11px;font-weight:900;line-height:1.2}.founder-copy .tag-row span{color:#fff;background:#ffffff24}.capability-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:14px}.capability-strip article{display:grid;grid-template-columns:34px minmax(0,1fr);gap:12px;padding:16px;background:transparent}.capability-strip svg{color:var(--rose)}.capability-strip h3{margin-bottom:4px}.capability-strip p{margin-bottom:0;font-size:13px}.closing-panel{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:clamp(22px,4vw,38px) 0;border-top:1px solid var(--line);border-radius:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.closing-panel h2,.closing-panel p{color:var(--ink)}.closing-panel p{max-width:76ch;margin-bottom:0;opacity:.88}.closing-panel .btn{flex:0 0 auto}.footer{min-height:88px;margin-bottom:26px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 0}.footer img{width:124px}.footer div{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:13px;font-weight:800}.footer svg{color:var(--rose)}.footer a{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:8px;background:#ffffffb8;transform:rotate(-90deg)}@media(max-width:1080px){.hero-content,.split-feature{grid-template-columns:1fr}.dashboard-grid,.service-grid,.ops-grid{grid-template-columns:repeat(2,1fr)}.data-card.span-2{grid-column:span 1}.gallery-grid{grid-template-columns:repeat(3,1fr)}.doctor-board,.customer-grid{grid-template-columns:repeat(2,1fr)}.founder-card{grid-template-columns:minmax(360px,.62fr) minmax(260px,.38fr)}}@media(max-width:860px){.icon-button{display:inline-flex}.nav{position:absolute;top:calc(var(--header-h) - 4px);right:20px;left:20px;display:none;padding:10px;border:1px solid var(--line);border-radius:8px;background:#fff8f6f5;box-shadow:var(--shadow)}.nav.nav-open{display:grid}.hero{min-height:auto}.hero-content{min-height:auto;padding-top:28px;padding-bottom:26px}.hero-copy{padding-bottom:0}.gallery-grid{grid-template-columns:repeat(2,1fr)}.gallery-grid figure.wide{grid-column:span 2}.founder-card{grid-template-columns:1fr}.founder-photo{min-height:520px}}@media(max-width:640px){:root{--header-h: 66px}.wrap,.topbar-inner{width:min(100% - 24px,1180px)}.topbar-inner{min-height:var(--header-h)}.logo img{width:104px}main{gap:22px}.wrap,.hero-content,.section-block,.service-card,.data-card,.insight-panel,.value-panel,.ops-grid article,.gallery-grid figure,.founder-card,.doctor-card,.capability-strip article,.closing-panel{max-width:100%}.hero-bg:after{background:linear-gradient(180deg,#2632389e,#26323885 52%,#fff8f6fa)}.section-block,.insight-panel,.value-panel,.closing-panel{padding:0}h1{font-size:clamp(30px,8.8vw,36px);line-height:1.04}.hero h1{white-space:nowrap}h2{font-size:21px;line-height:1.16}.hero-lead{max-width:34ch;margin-bottom:14px;font-size:13px;line-height:1.5}.hero{min-height:500px}.hero-content{min-height:500px;align-items:end;padding-top:22px;padding-bottom:26px}.hero-actions{display:grid;gap:10px}.btn{min-height:42px;padding:10px 13px;font-size:12px}.section-heading{margin-bottom:12px}.section-heading.center{text-align:left}.section-heading p,.service-card p,.check-list li,.card-heading p{font-size:12px;line-height:1.48}.section-heading p{max-width:44ch}.dashboard-grid,.service-grid,.ops-grid,.team-grid,.capability-strip{grid-template-columns:1fr}.gallery-grid,.customer-grid,.doctor-board{grid-template-columns:repeat(2,minmax(0,1fr))}.service-card{min-height:auto;padding:11px 0}.service-card span{margin-bottom:7px;font-size:16px}.data-section{width:100%;padding:18px 12px;border-radius:0}.data-card{gap:12px;padding:13px}.card-heading{gap:9px}.card-heading h3{margin-bottom:3px;font-size:15px}.mini-bars{gap:10px}.bar-label span,.bar-label em,.legend-list span,.legend-list strong{font-size:11px}.bar-track{height:10px}.donut-wrap{grid-template-columns:110px 1fr;gap:12px;justify-items:stretch}.donut{width:110px;height:110px}.donut>div{width:64px;height:64px}.donut strong{font-size:17px}.donut span{font-size:9px}.legend-list{width:100%}.cluster-grid{min-height:auto;grid-template-columns:1fr;gap:10px;align-items:stretch;padding-top:4px}.cluster-grid div{height:auto;grid-template-rows:none;grid-template-columns:minmax(76px,.9fr) 36px minmax(92px,1.45fr);gap:8px;align-items:center}.cluster-grid span{justify-self:start;color:var(--ink);font-size:11px;writing-mode:horizontal-tb;transform:none}.cluster-grid strong{font-size:12px;text-align:right}.cluster-grid i{width:var(--cluster-value);height:10px!important;border-radius:999px;background:linear-gradient(90deg,var(--rose),var(--mint-strong))}.split-feature{display:grid;gap:14px}.value-panel div,.ops-grid article{padding:11px 0}.ops-grid span{margin-bottom:12px}.gallery-section+.gallery-section{margin-top:18px}.gallery-grid{gap:8px}.gallery-grid figure,.gallery-grid figure.wide{grid-column:span 1;min-height:178px}.clinic-space-grid figure:first-child{grid-column:span 2;min-height:230px}.gallery-grid img{min-height:178px}.gallery-grid figcaption{right:6px;bottom:6px;left:6px;padding:6px 7px;border-radius:6px;font-size:10px}.hero-actions .btn,.closing-panel .btn{width:100%}.closing-panel{display:grid}.footer{display:grid;gap:12px;padding-bottom:20px}.founder-card,.doctor-card{grid-template-columns:1fr}.founder-photo{min-height:300px}.founder-copy{padding:15px}.founder-copy h3{font-size:24px;white-space:nowrap}.doctor-board{gap:12px 10px;align-items:start}.doctor-photo{height:230px;min-height:0;border:1px solid rgba(116,48,63,.24);border-bottom:0;border-radius:8px 8px 0 0}.doctor-copy{min-height:118px;padding:9px;border:1px solid rgba(116,48,63,.14);border-top:0;border-radius:0 0 8px 8px;background:#ffffff94}.role-pill{max-width:100%;margin-bottom:7px;padding:4px 7px;font-size:9px;white-space:normal}.doctor-copy h3{margin-bottom:8px;font-size:clamp(11px,3.25vw,13px);line-height:1.25;white-space:nowrap}.tag-row{gap:5px}.tag-row span{min-height:24px;padding:5px 7px;font-size:8px}.doctor-copy .tag-row{margin-top:auto}.capability-strip article{padding:12px 0;border-top:1px solid var(--line)}.closing-panel{gap:16px;padding-top:18px}.doctor-card{min-height:auto}}@media(max-width:430px){.logo img{width:96px}.hero,.hero-content{min-height:480px}h1{font-size:clamp(29px,8.2vw,32px)}.eyebrow{font-size:10px}.clinic-space-grid figure:first-child{grid-column:span 2;min-height:225px}.doctor-photo{height:220px}.doctor-copy{padding-top:12px}.doctor-copy h3{font-size:clamp(11px,3.55vw,14px)}.role-pill,.tag-row span{font-size:9px}}@media(max-width:360px){h1{font-size:29px}h2{font-size:20px}.donut-wrap{grid-template-columns:1fr;justify-items:center}.gallery-grid,.customer-grid,.doctor-board{grid-template-columns:1fr}.clinic-space-grid figure:first-child,.gallery-grid figure,.gallery-grid figure.wide{grid-column:span 1;min-height:225px}.doctor-photo{height:330px}.cluster-grid div{grid-template-columns:minmax(68px,.9fr) 32px minmax(82px,1.35fr)}}
