@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Cormorant+Garamond:wght@500;600;700&display=swap";:root{--rose-50: #fff8fa;--rose-100: #ffeef2;--rose-200: #f7dfe7;--rose-400: #d97f98;--rose-600: #a4516a;--cream: #fff7ed;--sand: #f8efe4;--ink: #2f2429;--muted: #6f5d64;--sage: #9ab5a7;--border: rgba(164, 81, 106, .2);--shadow-sm: 0 8px 22px rgba(80, 41, 54, .08);--shadow-md: 0 16px 34px rgba(80, 41, 54, .14);--radius-sm: 14px;--radius-md: 24px;--radius-lg: 40px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Manrope,sans-serif;color:var(--ink);background:radial-gradient(circle at 8% 0%,#fff0f5,#fff0f500 45%),radial-gradient(circle at 100% 20%,#fff4ea,#fff4ea00 40%),#fff;line-height:1.65;overflow-x:hidden}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.04;z-index:-1;background-image:radial-gradient(var(--rose-600) .5px,transparent .5px);background-size:7px 7px}#root,.app-wrapper{width:100%}main{overflow:hidden}a{color:inherit;text-decoration:none}img,video{display:block;max-width:100%}h1,h2,h3{font-family:Cormorant Garamond,serif;line-height:1.05;letter-spacing:.01em;color:var(--ink)}h1{font-size:clamp(2.4rem,6vw,4.5rem);margin-bottom:1.2rem}h2{font-size:clamp(2rem,4.2vw,3.3rem);margin-bottom:1rem}h3{font-size:clamp(1.35rem,2.1vw,1.8rem);margin-bottom:.6rem}p{color:var(--muted)}.container{width:min(1120px,100% - 2.5rem);margin:0 auto}.section{padding:clamp(5rem,9vw,7.5rem) 0}.section-rose{background:linear-gradient(180deg,#ffedf3b3,#fff0)}.section-cream{background:linear-gradient(180deg,#fff8eecc,#fff0)}.section-header{margin-bottom:2.7rem}.section-header.center{text-align:center;margin-inline:auto;max-width:760px}.section-header p{font-size:1.03rem}.eyebrow{display:inline-block;margin-bottom:1rem;font-size:.82rem;letter-spacing:.14em;text-transform:uppercase;color:var(--rose-600);font-weight:700}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.86rem 1.5rem;border-radius:999px;border:1px solid transparent;font-size:.95rem;font-weight:600;transition:transform .25s ease,box-shadow .25s ease,background-color .25s ease}.btn:hover{transform:translateY(-2px)}.btn-primary{background:linear-gradient(120deg,var(--rose-400),var(--rose-600));color:#fff;box-shadow:0 12px 24px #a4516a4d}.btn-secondary{border-color:var(--border);background:#fff;color:var(--ink)}.btn-secondary:hover{background:var(--rose-50)}.grid-cards{display:grid;gap:1rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.soft-card{border:1px solid rgba(164,81,106,.12);border-radius:var(--radius-md);background:#ffffffd1;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);padding:1.5rem;box-shadow:var(--shadow-sm)}.soft-card p{font-size:.97rem}.icon-bubble{width:42px;height:42px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:var(--rose-600);margin-bottom:.9rem;background:linear-gradient(160deg,var(--rose-100),var(--sand))}.site-header{position:fixed;top:0;width:100%;z-index:30;padding-top:.85rem;transition:padding .25s ease,transform .25s ease}.site-header.is-scrolled{padding-top:.55rem}.nav-shell{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 1.1rem;border-radius:999px;background:#fffafbd1;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(164,81,106,.14);box-shadow:0 14px 36px #5029361a}.brand{white-space:nowrap}.brand-name{font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:700;letter-spacing:.02em;color:var(--ink);line-height:1}.nav-desktop{display:none}.nav-link{position:relative;color:var(--muted);font-size:.9rem;font-weight:700}.nav-link:after{content:"";position:absolute;left:0;bottom:-5px;width:100%;height:2px;background:linear-gradient(90deg,var(--rose-400),var(--rose-600));transform:scaleX(0);transform-origin:left;transition:transform .25s ease}.nav-link:hover:after{transform:scaleX(1)}.nav-cta-wrap{display:flex;align-items:center;gap:.65rem}.nav-cta{display:none;padding-inline:1.25rem}.mobile-toggle{border:1px solid var(--border);width:42px;height:42px;border-radius:999px;background:#ffffffeb;color:var(--rose-600);display:inline-flex;align-items:center;justify-content:center}.mobile-menu{max-height:0;overflow:hidden;transition:max-height .3s ease}.mobile-menu.open{max-height:420px}.mobile-menu-links{width:min(1120px,100% - 2.5rem);margin:.55rem auto 0;display:grid;gap:.7rem;padding:1rem 1rem 1.2rem;border-radius:28px;background:#fffafbf7;border:1px solid rgba(164,81,106,.12);box-shadow:0 18px 38px #5029361f}.mobile-menu-links a{padding:.55rem 0;font-weight:700;color:var(--ink)}.hero-section{padding-top:clamp(6.5rem,8vw,7.6rem)}.hero-stage{position:relative;overflow:hidden;padding:clamp(1.1rem,2.4vw,1.6rem);border:1px solid rgba(164,81,106,.14);border-radius:38px;background:radial-gradient(circle at 0% 0%,#fffffff5,#fff0 34%),linear-gradient(135deg,#fff8fafa,#ffeff4eb);box-shadow:0 22px 60px #50293621}.hero-stage:before{content:"";position:absolute;inset:-80px auto auto -90px;width:220px;height:220px;border-radius:999px;background:radial-gradient(circle,#fffffffa,#fff0)}.hero-stage:after{content:"";position:absolute;inset:auto -60px -110px auto;width:240px;height:240px;border-radius:999px;background:radial-gradient(circle,#9ab5a738,#9ab5a700)}.hero-grid{position:relative;z-index:1;display:grid;gap:clamp(1.6rem,2.8vw,2.6rem);align-items:center}.hero-copy{max-width:560px}.hero-title{margin:.2rem 0 .9rem}.hero-title-main{display:block;font-family:Cormorant Garamond,serif;font-size:clamp(2.9rem,5.9vw,4.35rem);line-height:.95;letter-spacing:-.03em;color:var(--ink)}.hero-title-sub{display:block;margin-top:.7rem;font-family:Manrope,sans-serif;font-size:clamp(.96rem,1.35vw,1.08rem);font-weight:700;line-height:1.55;color:var(--rose-600);letter-spacing:.01em}.hero-lead{max-width:43ch;margin-bottom:1rem;font-size:.98rem}.hero-proof-row{display:flex;flex-wrap:wrap;gap:.55rem .7rem;margin-bottom:1.15rem}.hero-proof-item{display:inline-flex;align-items:center;gap:.4rem;padding:.42rem .74rem;border-radius:999px;background:#ffffffb8;border:1px solid rgba(164,81,106,.1);color:var(--ink);font-size:.82rem;font-weight:700}.hero-actions{display:flex;flex-wrap:wrap;gap:.8rem;align-items:center}.hero-text-link{border:none;background:transparent;color:var(--rose-600);display:inline-flex;align-items:center;gap:.45rem;font:inherit;font-weight:700;cursor:pointer;padding:.2rem 0}.hero-visual{position:relative;min-height:400px;display:grid;align-items:center}.hero-visual-shell{position:relative;width:min(100%,430px);margin-inline:auto}.hero-visual-glow{position:absolute;border-radius:999px;filter:blur(8px)}.hero-visual-glow-rose{top:10px;right:12px;width:140px;height:140px;background:radial-gradient(circle,#eca8bb6b,#eca8bb00)}.hero-visual-glow-sage{left:0;bottom:44px;width:130px;height:130px;background:radial-gradient(circle,#9ab5a738,#9ab5a700)}.hero-visual-card{position:relative;min-height:410px;display:flex;align-items:flex-end;justify-content:center;padding:0;border-radius:30px 30px 140px 140px;background:linear-gradient(160deg,#fffffff2,#f8e5ecf0);border:1px solid rgba(164,81,106,.14);box-shadow:0 24px 54px #50293624}.hero-visual-badge{position:absolute;top:14px;left:14px;z-index:3;display:inline-flex;align-items:center;gap:.4rem;padding:.58rem .8rem;border-radius:999px;background:#ffffffeb;border:1px solid rgba(164,81,106,.12);color:var(--muted);font-size:.8rem;font-weight:700;box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-portrait-wrap{position:relative;z-index:2;width:100%;display:flex;justify-content:center;align-items:flex-end}.hero-portrait{width:min(100%,300px);filter:drop-shadow(0 22px 38px rgba(61,34,43,.18))}.hero-note-card{position:absolute;left:14px;bottom:14px;z-index:3;width:min(210px,62%);padding:.82rem .88rem;border-radius:20px;background:#ffffffeb;border:1px solid rgba(164,81,106,.12);box-shadow:0 16px 36px #5029361f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-note-label{margin-bottom:.28rem;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--rose-600);font-weight:800}.hero-note-card strong{display:block;margin-bottom:.4rem;font-family:Cormorant Garamond,serif;font-size:1.28rem;line-height:1;color:var(--ink)}.hero-note-card p:last-child{font-size:.84rem;line-height:1.5}@media (max-width: 719px){.hero-visual-badge{top:12px;left:12px;padding:.52rem .72rem;font-size:.74rem}.hero-visual{min-height:360px}.hero-visual-card{min-height:360px;padding:.8rem;border-radius:24px 24px 104px 104px}.hero-visual-badge{position:absolute;top:14px;left:14px;z-index:3;display:inline-flex;align-items:center;gap:.4rem;padding:.58rem .8rem;border-radius:999px;background:#ffffffeb;border:1px solid rgba(164,81,106,.12);color:var(--muted);font-size:.8rem;font-weight:700;box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-portrait{width:min(100%,255px)}.hero-note-card{width:min(184px,68%);padding:.76rem}.hero-note-card strong{font-size:1.08rem}}.video-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;background:#21171bd1;display:grid;place-items:center;padding:1.2rem}.video-modal-content{width:min(880px,100%);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-md)}.video-modal-content video{width:100%;max-height:80vh;background:#000}.video-modal-close{position:absolute;top:1.4rem;right:1.4rem;width:42px;height:42px;border-radius:999px;border:none;background:#ffffff26;color:#fff;display:grid;place-items:center}.nutrition-layout{display:grid;gap:1.5rem;align-items:start}.feedback-card{margin-top:1.5rem;border-radius:var(--radius-md);border:1px solid var(--border);background:#fff;padding:1.2rem;box-shadow:var(--shadow-sm);display:flex;gap:.9rem;align-items:start}.feedback-card h3{margin-bottom:.3rem}.feedback-card p{font-size:.95rem}.movement-layout{display:grid;gap:2rem;align-items:center}.movement-visual{position:relative;min-height:420px}.movement-main{width:min(88vw,460px);border-radius:28px;box-shadow:var(--shadow-md)}.movement-accent{position:absolute;width:min(44vw,210px);right:0;bottom:-14px;border-radius:20px;border:10px solid #ffffff;box-shadow:var(--shadow-sm)}.stack-list{display:grid;gap:.9rem;margin-top:1.5rem}.movement-card{display:flex;gap:.8rem;align-items:flex-start}.movement-card .icon-bubble{margin-bottom:0;flex-shrink:0}.about-section{background:linear-gradient(180deg,#fff9f4eb,#fff0)}.about-shell{width:min(1320px,100% - 2rem);margin:0 auto}.about-stage{position:relative;overflow:hidden;display:grid;gap:clamp(2rem,4vw,4.6rem);align-items:center;padding:clamp(2rem,4vw,3.4rem) clamp(1.4rem,6vw,5.5rem);border-radius:42px;border:1px solid rgba(164,81,106,.1);background:radial-gradient(circle at 0% 0%,#fffffffa,#fff0 34%),linear-gradient(135deg,#fffcf8f0,#fff4efeb);box-shadow:0 20px 54px #50293614}.about-stage:before{content:"";position:absolute;inset:auto auto 0 -100px;width:260px;height:260px;border-radius:999px;background:radial-gradient(circle,#ffdce773,#ffdce700)}.about-stage:after{content:"";position:absolute;inset:-100px -80px auto auto;width:240px;height:240px;border-radius:999px;background:radial-gradient(circle,#f8efe4e6,#f8efe400)}.about-layout{display:none}.about-portrait-column{position:relative;display:flex;justify-content:center}.about-portrait-frame{position:relative;width:min(100%,420px);min-height:520px;display:flex;align-items:flex-end;justify-content:center}.about-portrait-wash{position:absolute;top:24px;right:0;bottom:0;left:0;border-radius:28px;background:linear-gradient(180deg,#f8e0e8e0,#fff1e9b8)}.about-portrait-outline{position:absolute;top:54px;right:34px;bottom:58px;left:120px;border:2px solid rgba(164,81,106,.32)}.about-portrait{position:relative;z-index:2;width:min(100%,260px);filter:drop-shadow(0 18px 36px rgba(61,34,43,.18))}.about-content{position:relative;z-index:1;max-width:720px}.about-content h2{max-width:10ch;margin-bottom:1.25rem;font-size:clamp(2.8rem,5vw,4.6rem);line-height:.98}.about-copy{max-width:46ch;display:grid;gap:1rem}.about-signature{margin-top:1.7rem;display:inline-flex;gap:.55rem;align-items:center;border-radius:999px;padding:.8rem 1.35rem;background:#ffffffc7;border:1px solid rgba(164,81,106,.16);color:var(--rose-600);font-weight:700;font-size:.98rem;box-shadow:var(--shadow-sm)}@media (max-width: 719px){.about-shell{width:min(100% - 1.25rem,1320px)}.about-stage{padding:1.2rem 1rem 1.4rem;border-radius:30px}.about-portrait-frame{min-height:400px;width:min(100%,320px)}.about-portrait-wash{top:18px;right:0;bottom:0;left:0;border-radius:22px}.about-portrait-outline{top:46px;right:18px;bottom:46px;left:92px;border-width:2px}.about-portrait{width:min(100%,210px)}.about-content h2{max-width:none;font-size:clamp(2.2rem,10vw,3.1rem)}.about-signature{width:100%;justify-content:center;font-size:.9rem;padding:.72rem 1rem}}.service-grid{display:grid;gap:1rem}.service-card{border-radius:var(--radius-md);border:1px solid rgba(164,81,106,.15);background:#fff;padding:1.6rem;box-shadow:var(--shadow-sm);display:flex;flex-direction:column}.service-card.highlight{background:linear-gradient(170deg,#ffecf2e6,#fff);border-color:#a4516a52;transform:translateY(-2px)}.service-label{margin-bottom:.7rem;font-size:.76rem;letter-spacing:.1em;text-transform:uppercase;color:var(--rose-600);font-weight:800}.service-card ul{list-style:none;margin:1.1rem 0 1.4rem;display:grid;gap:.6rem}.service-card li{display:flex;gap:.45rem;align-items:flex-start;color:var(--muted);font-size:.95rem}.service-card li svg{color:var(--rose-600);margin-top:.2rem;flex-shrink:0}.service-card .btn{margin-top:auto}.cert-grid{display:grid;gap:1rem}.cert-card{border-radius:var(--radius-md);border:1px solid rgba(164,81,106,.14);background:#fff;padding:1.3rem;box-shadow:var(--shadow-sm)}.cert-head{display:flex;gap:.8rem;align-items:flex-start}.cert-head .icon-bubble{margin-bottom:0;flex-shrink:0}.cert-head p{margin-top:.2rem;font-size:.9rem}.cert-preview-link{margin-top:1rem;display:block}.cert-preview-pdf{width:100%;aspect-ratio:5 / 6;border-radius:var(--radius-sm);border:1px solid rgba(164,81,106,.14);background:#fff}.cert-placeholder-inline{margin-top:0;min-height:100%;height:100%}.cert-placeholder{margin-top:1rem;border-radius:var(--radius-sm);min-height:240px;border:1px dashed rgba(164,81,106,.3);display:grid;place-content:center;gap:.35rem;text-align:center;color:var(--muted)}.cert-note{margin:.9rem 0 1rem;font-size:.92rem}.cert-button{width:100%}.contact-layout{display:grid;gap:1.6rem;align-items:start}.contact-points{margin-top:1.6rem;display:grid;gap:.8rem}.contact-points a,.contact-points p{display:inline-flex;align-items:center;gap:.5rem;color:var(--muted)}.contact-points svg{color:var(--rose-600);flex-shrink:0}.contact-soon{opacity:.7}.form-card{border-radius:var(--radius-md);border:1px solid rgba(164,81,106,.16);background:#fff;box-shadow:var(--shadow-md);padding:1.2rem}.input-row{display:grid;gap:.9rem}.form-group{margin-bottom:.95rem}.form-group label{display:block;font-size:.86rem;color:var(--muted);margin-bottom:.35rem;font-weight:600}.form-group input,.form-group textarea{width:100%;border:1px solid rgba(164,81,106,.2);border-radius:12px;padding:.75rem .85rem;font:inherit;color:var(--ink);background:var(--rose-50)}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--rose-600);box-shadow:0 0 0 3px #a4516a29}.submit-btn{width:100%}.footer{margin-top:2.5rem;background:#2e2126;color:#ffffffeb;padding:3rem 0 1.4rem}.footer-shell{display:grid;gap:1.2rem}.footer-brand{font-family:Cormorant Garamond,serif;font-size:2rem;color:#fff4f7;margin-bottom:.2rem}.footer-sub{color:#ffffffb8;max-width:42ch}.footer-links{display:flex;flex-wrap:wrap;gap:1rem}.footer-links a{color:#ffffffdb;font-size:.95rem}.footer-bottom{margin-top:1.7rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.12)}.footer-bottom p{color:#ffffff9e;font-size:.86rem}@keyframes spinSlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes blob{0%,to{border-radius:45% 55% 60% 40%;transform:translateY(0)}50%{border-radius:58% 42% 42% 58%;transform:translateY(-10px)}}@media (min-width: 720px){.input-row{grid-template-columns:1fr 1fr}.service-grid,.cert-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 980px){.nav-desktop{display:flex;gap:1.05rem}.nav-availability,.nav-cta{display:inline-flex}.mobile-toggle,.mobile-menu{display:none}.hero-grid,.nutrition-feature,.movement-layout,.contact-layout{grid-template-columns:repeat(2,minmax(0,1fr))}.about-stage{grid-template-columns:minmax(280px,.72fr) minmax(0,1.18fr);padding-left:clamp(2.2rem,7vw,6.5rem);padding-right:clamp(2.2rem,7vw,6.5rem)}.hero-section{min-height:100vh;display:flex;align-items:center}.hero-stage{width:100%}.hero-grid{grid-template-columns:minmax(0,1.05fr) minmax(320px,.82fr)}.hero-copy{padding:.25rem 0 .4rem .15rem}.hero-visual{min-height:430px}.service-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}.cert-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.footer-shell{grid-template-columns:1fr auto;align-items:end}}.nutrition-section{position:relative}.nutrition-stage{position:relative;overflow:hidden;padding:clamp(1.4rem,3vw,2.2rem);border:1px solid rgba(164,81,106,.12);border-radius:36px;background:radial-gradient(circle at 0% 0%,#fffffff2,#fff0 42%),linear-gradient(135deg,#fff6f9f5,#ffeef2c7);box-shadow:0 22px 60px #5029361f}.nutrition-stage:before{content:"";position:absolute;inset:auto -80px -110px auto;width:260px;height:260px;border-radius:999px;background:radial-gradient(circle,#9ab5a747,#9ab5a700)}.nutrition-feature{display:grid;gap:2.25rem;align-items:center}.nutrition-visual{position:relative;display:grid;justify-items:center;align-content:start;gap:1rem;padding:1.2rem .2rem .6rem}.nutrition-video-wrap{position:relative;width:min(100%,360px)}.nutrition-video-wrap:before{content:"";position:absolute;top:26px;right:-18px;bottom:-18px;left:26px;border-radius:34px;background:linear-gradient(160deg,#a4516a29,#fff0)}.nutrition-video-shell{position:relative;z-index:1;padding:12px;border-radius:34px;background:linear-gradient(150deg,#fffffff0,#fae7edfa);box-shadow:0 20px 44px #50293629}.nutrition-video{width:100%;aspect-ratio:9 / 16;object-fit:cover;border-radius:20px;background:#1f171b;cursor:pointer}.nutrition-video-frame{position:absolute;top:12px;right:12px;bottom:12px;left:12px;border:1px solid rgba(255,255,255,.3);border-radius:20px;pointer-events:none}.nutrition-sound-toggle{position:absolute;top:26px;right:26px;z-index:2;width:40px;height:40px;border:none;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#21171bd1;color:#fff7fa;box-shadow:0 10px 20px #21171b38;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer}.nutrition-floating-card{position:absolute;z-index:2;display:inline-flex;align-items:center;gap:.45rem;padding:.7rem .95rem;border-radius:999px;background:#ffffffeb;border:1px solid rgba(164,81,106,.14);color:var(--ink);font-size:.82rem;font-weight:700;box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.nutrition-floating-card-top{top:0;left:0}.nutrition-floating-card-bottom{right:0;bottom:0}.nutrition-copy{max-width:600px}.nutrition-lead{max-width:48ch;font-size:1.06rem;margin-bottom:1.3rem}.nutrition-manifesto{display:grid;grid-template-columns:48px 1fr;gap:1rem;align-items:start;margin-bottom:1.1rem}.nutrition-manifesto-line{width:48px;height:2px;margin-top:.9rem;background:linear-gradient(90deg,var(--rose-400),rgba(164,81,106,.18))}.nutrition-manifesto p{font-size:1rem;color:var(--ink)}.nutrition-keyline{display:flex;flex-wrap:wrap;gap:.65rem 1rem;margin-bottom:1rem;color:var(--rose-600);font-size:.86rem;font-weight:700}.nutrition-keyline span{position:relative;padding-right:1rem}.nutrition-keyline span:not(:last-child):after{content:"";position:absolute;top:50%;right:0;width:4px;height:4px;border-radius:999px;background:#a4516a66;transform:translateY(-50%)}.nutrition-carousel{display:grid;gap:.85rem}.nutrition-carousel-viewport{position:relative;z-index:1;overflow:hidden;border-radius:20px;contain:layout paint}.nutrition-carousel-container{display:flex;align-items:stretch;will-change:transform}.nutrition-point{display:flex;gap:.9rem;align-items:flex-start;padding:.95rem 1.05rem;border-radius:22px;background:#ffffffc2;border:1px solid rgba(164,81,106,.1)}.nutrition-point-carousel{min-height:136px;height:100%}.nutrition-point .icon-bubble{margin-bottom:0;flex-shrink:0}.nutrition-point h3{margin-bottom:.2rem;font-size:1.14rem}.nutrition-point p{font-size:.98rem;line-height:1.55}.nutrition-carousel-button{position:absolute;top:50%;z-index:2;width:42px;height:42px;border:1px solid rgba(164,81,106,.14);border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#fffffff5;color:var(--ink);cursor:pointer;transition:transform .2s ease,background-color .2s ease}.nutrition-carousel-button:hover{background:#fff}.nutrition-carousel-button-left{left:-20px;transform:translateY(-50%)}.nutrition-carousel-button-right{right:-20px;transform:translateY(-50%)}.nutrition-carousel-dots{display:flex;justify-content:center;gap:.45rem;align-items:center}.nutrition-carousel-dot{width:10px;height:10px;border:none;border-radius:999px;background:#a4516a2e;cursor:pointer;transition:transform .2s ease,background-color .2s ease,width .2s ease}.nutrition-carousel-dot.is-active{width:26px;background:var(--rose-600)}@media (max-width: 719px){.nutrition-stage{border-radius:28px;padding:1.1rem}.nutrition-visual{padding-top:2.6rem;padding-bottom:2.3rem}.nutrition-floating-card{font-size:.74rem}.nutrition-floating-card-top{left:12px}.nutrition-floating-card-bottom{right:12px}.nutrition-manifesto{grid-template-columns:1fr;gap:.6rem}.nutrition-manifesto-line{margin-top:0}.nutrition-keyline{gap:.45rem .85rem;font-size:.76rem}.nutrition-carousel-button{width:38px;height:38px}.nutrition-carousel-button-left{left:10px}.nutrition-carousel-button-right{right:10px}.nutrition-point-carousel{min-height:150px}}@media (min-width: 980px){.nutrition-feature{grid-template-columns:minmax(320px,.78fr) minmax(0,1.12fr);gap:3.4rem}.nutrition-visual{min-height:100%;align-self:start}.nutrition-video-wrap{width:min(100%,338px)}.nutrition-copy{padding-right:.8rem}}.about-section{background:linear-gradient(180deg,#fff8eecc,#fff0)}.about-stage{position:relative;overflow:hidden;display:grid;gap:2.25rem;align-items:center;padding:clamp(1.4rem,3vw,2.2rem);border:1px solid rgba(164,81,106,.12);border-radius:36px;background:radial-gradient(circle at 0% 0%,#fffffff2,#fff0 42%),linear-gradient(135deg,#fffaf6f5,#fff0ebd1);box-shadow:0 22px 60px #5029361a}.about-stage:before{content:"";position:absolute;inset:auto -80px -110px auto;width:260px;height:260px;border-radius:999px;background:radial-gradient(circle,#9ab5a738,#9ab5a700)}.about-shell,.about-layout,.about-portrait-column,.about-portrait-frame,.about-portrait-wash,.about-portrait-outline{all:unset}.about-visual{position:relative;display:grid;justify-items:center;align-content:start;padding:.8rem .2rem .4rem}.about-portrait-wrap{position:relative;width:min(100%,290px);display:flex;justify-content:center}.about-portrait{width:100%;border-radius:28px;box-shadow:0 24px 44px #50293629}.about-content{position:relative;z-index:1;max-width:580px}.about-content h2{max-width:16ch;margin-bottom:1rem;font-size:clamp(1.9rem,3vw,2.7rem);line-height:1.06}.about-copy{max-width:46ch;display:grid;gap:.95rem}.about-copy p{font-size:1rem;line-height:1.7}.about-signature{margin-top:1.4rem;display:inline-flex;gap:.5rem;align-items:center;border-radius:999px;padding:.62rem 1rem;background:#ffffffd1;border:1px solid rgba(164,81,106,.14);color:var(--rose-600);font-weight:700;font-size:.92rem;box-shadow:var(--shadow-sm)}@media (max-width: 719px){.about-stage{border-radius:28px;padding:1.1rem}.about-visual{padding-top:.2rem}.about-portrait-wrap{width:min(100%,230px)}.about-portrait{width:100%;border-radius:24px}.about-content h2{max-width:none;font-size:clamp(2rem,10vw,2.8rem)}.about-signature{width:100%;justify-content:center}}@media (min-width: 980px){.about-stage{grid-template-columns:minmax(280px,.76fr) minmax(0,1.08fr);gap:3.2rem}}@media (max-width: 719px){:root{--shadow-sm: 0 10px 24px rgba(80, 41, 54, .08);--shadow-md: 0 18px 36px rgba(80, 41, 54, .12)}.container{width:min(1120px,100% - 1.25rem)}.section{padding:4rem 0}.section-header{margin-bottom:1.6rem}.section-header.center{text-align:left;margin-inline:0}.section-header h2,.about-content h2,.nutrition-copy h2,.contact-layout h2{letter-spacing:0}.soft-card,.service-card,.cert-card,.form-card,.nutrition-point,.about-stage,.hero-stage,.nutrition-stage{-webkit-backdrop-filter:none;backdrop-filter:none}.nav-shell{min-height:60px;padding:.7rem .85rem;gap:.7rem}.brand-name{font-size:1.22rem}.mobile-toggle{width:44px;height:44px}.mobile-menu-links{width:min(1120px,100% - 1.25rem);padding:.9rem .95rem 1rem;gap:.45rem}.mobile-menu-links a{padding:.7rem .1rem}.hero-stage{padding:1rem;border-radius:30px}.hero-grid{gap:1.25rem}.hero-copy{max-width:none}.hero-title{margin:.1rem 0 .8rem}.hero-title-main{font-size:clamp(2.3rem,11vw,3rem);line-height:.98}.hero-title-sub{margin-top:.55rem;font-size:.92rem;line-height:1.5}.hero-lead{max-width:none;font-size:.96rem}.hero-proof-row{display:grid;grid-auto-flow:column;grid-auto-columns:max-content;gap:.5rem;overflow-x:auto;padding-bottom:.15rem;margin:0 0 1rem;scroll-snap-type:x proximity;scrollbar-width:none}.hero-proof-row::-webkit-scrollbar{display:none}.hero-proof-item{scroll-snap-align:start;white-space:nowrap}.hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:.7rem}.hero-actions .btn{min-height:52px;width:100%;padding-inline:1rem}.hero-text-link{grid-column:1 / -1;justify-content:center;min-height:44px}.hero-visual{min-height:320px}.hero-visual-shell{width:min(100%,340px)}.hero-visual-card{min-height:332px;padding:.7rem;border-radius:24px 24px 96px 96px}.hero-visual-card:before{top:12px;right:12px;bottom:12px;left:12px;border-radius:18px 18px 84px 84px}.hero-visual-glow-rose{width:110px;height:110px}.hero-visual-glow-sage{width:96px;height:96px}.hero-portrait{width:min(100%,228px)}.hero-note-card{left:12px;bottom:12px;width:min(168px,62%);padding:.7rem .75rem}.hero-note-card strong{font-size:1rem}.grid-cards.grid-2,.service-grid,.cert-grid{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(82%,82%);gap:.85rem;overflow-x:auto;padding:.1rem .2rem .45rem;margin-inline:-.2rem;scroll-snap-type:x mandatory;scrollbar-width:none}.grid-cards.grid-2::-webkit-scrollbar,.service-grid::-webkit-scrollbar,.cert-grid::-webkit-scrollbar{display:none}.grid-cards.grid-2>*,.service-grid>*,.cert-grid>*{scroll-snap-align:start}.soft-card,.service-card,.cert-card{min-height:100%;padding:1.2rem}.soft-card h3,.service-card h3,.cert-card h3{font-size:1.3rem}.nutrition-stage,.about-stage{border-radius:28px;padding:1.1rem}.nutrition-feature{gap:1.4rem}.nutrition-visual{padding-top:2.15rem;padding-bottom:1.4rem;gap:.8rem}.nutrition-floating-card-top{left:8px}.nutrition-floating-card-bottom{right:8px;bottom:4px}.nutrition-video-wrap{width:min(100%,284px)}.nutrition-video-wrap:before{top:18px;right:-10px;bottom:-10px;left:18px;border-radius:28px}.nutrition-video-shell{padding:10px;border-radius:28px}.nutrition-video,.nutrition-video-frame{border-radius:18px}.nutrition-sound-toggle{top:20px;right:20px;width:42px;height:42px}.nutrition-manifesto{gap:.5rem;margin-bottom:.85rem}.nutrition-keyline{display:grid;grid-auto-flow:column;grid-auto-columns:max-content;overflow-x:auto;white-space:nowrap;padding-bottom:.1rem;margin-inline:-.05rem;scrollbar-width:none}.nutrition-keyline::-webkit-scrollbar{display:none}.nutrition-carousel-shell{padding-inline:.2rem}.nutrition-carousel-button{width:44px;height:44px;box-shadow:0 10px 20px #5029361f}.nutrition-carousel-button-left{left:2px}.nutrition-carousel-button-right{right:2px}.nutrition-point-carousel{min-height:164px}.nutrition-point{padding:1rem .95rem}.movement-layout{gap:1.35rem}.movement-visual{min-height:auto}.movement-main{width:100%;border-radius:24px}.movement-accent{width:min(42vw,146px);right:8px;bottom:-8px;border-width:6px}.stack-list{gap:.75rem;margin-top:1.15rem}.movement-card{padding:1rem .95rem}.about-stage{gap:1.3rem}.about-visual{padding:.15rem 0 0}.about-portrait-wrap{width:min(100%,216px)}.about-portrait{border-radius:22px}.about-content{max-width:none}.about-content h2{max-width:none;font-size:clamp(1.9rem,9vw,2.45rem);line-height:1.06}.about-copy{gap:.8rem}.about-signature{width:100%;justify-content:center;padding:.8rem .95rem;text-align:center}.service-card ul{margin:.95rem 0 1.1rem}.service-card .btn,.cert-button,.submit-btn{width:100%;min-height:50px}.contact-layout{gap:1.1rem}.contact-points{margin-top:1.2rem;gap:.7rem}.contact-points a,.contact-points p{min-height:44px;align-items:center}.form-card{padding:1rem;border-radius:22px}.form-group{margin-bottom:.8rem}.form-group input,.form-group textarea{min-height:50px;padding:.85rem .9rem;background:#fffdfd}.form-group textarea{min-height:132px}.footer{padding:2.4rem 0 1.2rem}.footer-shell,.footer-bottom{text-align:center}.footer-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem 1rem}.footer-links a{padding:.2rem 0}}@media (max-width: 719px){.section{padding:3.5rem 0}.section-header.center,.section-header{text-align:left;max-width:none}.hero-stage,.nutrition-stage,.about-stage,.form-card,.service-card,.cert-card,.soft-card{border-radius:24px}.hero-grid,.nutrition-feature,.movement-layout,.about-stage,.contact-layout{grid-template-columns:1fr}.hero-visual{order:-1;min-height:300px}.hero-visual-shell{width:min(100%,312px)}.hero-visual-card{min-height:306px;border-radius:22px 22px 80px 80px}.hero-visual-card:before{border-radius:16px 16px 68px 68px}.hero-portrait{width:min(100%,210px)}.hero-note-card{width:min(154px,58%);padding:.62rem .68rem}.hero-proof-row{margin-bottom:.9rem}.hero-actions{grid-template-columns:1fr}.grid-cards.grid-2,.service-grid,.cert-grid{display:grid;grid-auto-flow:row;grid-auto-columns:auto;overflow:visible;padding:0;margin:0;scroll-snap-type:none;gap:.85rem}.grid-cards.grid-2>*,.service-grid>*,.cert-grid>*{scroll-snap-align:none}.soft-card,.service-card,.cert-card{padding:1.05rem}.soft-card h3,.service-card h3,.cert-card h3{font-size:1.18rem;line-height:1.15}.service-card ul{gap:.5rem;margin:.85rem 0 1rem}.service-card li,.cert-note,.soft-card p,.movement-card p{font-size:.93rem}.nutrition-stage{padding:1rem}.nutrition-visual{padding-top:1.9rem;padding-bottom:1rem}.nutrition-floating-card{font-size:.7rem;padding:.55rem .75rem}.nutrition-video-wrap{width:min(100%,250px)}.nutrition-carousel-shell{padding-inline:0}.nutrition-carousel-button-left{left:-4px}.nutrition-carousel-button-right{right:-4px}.nutrition-point-carousel{min-height:176px}.movement-layout{gap:1.1rem}.movement-main{border-radius:20px}.movement-accent{width:118px;right:6px;bottom:-6px}.about-stage{padding:1rem;gap:1rem}.about-visual{order:-1}.about-portrait-wrap{width:min(100%,196px)}.about-content h2{font-size:clamp(1.8rem,8vw,2.25rem);line-height:1.08}.about-copy p{font-size:.95rem;line-height:1.65}.about-signature{font-size:.84rem;line-height:1.35}.contact-layout{gap:1rem}.contact-points{margin-top:1rem}.contact-points a,.contact-points p{min-height:auto;align-items:flex-start}.form-card{padding:.95rem}.footer-links{grid-template-columns:1fr 1fr;gap:.65rem .85rem}}@media (max-width: 719px){.site-header{padding-top:.65rem}.site-header.is-scrolled{padding-top:.45rem}.nav-shell{min-height:58px;padding:.65rem .8rem;gap:.65rem;border-radius:24px}.brand-name{font-size:1.12rem;line-height:1;letter-spacing:.01em}.mobile-toggle{width:46px;height:46px;flex:0 0 46px}.mobile-menu-links{width:min(1120px,100% - 1.25rem);margin-top:.45rem;padding:.85rem .9rem 1rem;border-radius:24px}.hero-section{padding-top:5.55rem}.hero-stage{padding:.95rem;border-radius:26px}.hero-grid{gap:1.05rem}.hero-copy{order:0}.hero-title{margin:.05rem 0 .7rem}.hero-title-main{font-size:clamp(2.05rem,9.4vw,2.7rem);line-height:1;letter-spacing:-.03em;text-wrap:balance}.hero-title-sub{margin-top:.45rem;font-size:.9rem;line-height:1.45;letter-spacing:.01em}.hero-lead{max-width:32ch;margin-bottom:.9rem;font-size:.94rem;line-height:1.6}.hero-actions{grid-template-columns:1fr 1fr;gap:.65rem;margin-bottom:.8rem}.hero-actions .btn{min-height:50px}.hero-text-link{grid-column:1 / -1;justify-content:flex-start;min-height:auto;padding:.1rem 0}.hero-proof-row{gap:.45rem;margin-bottom:0;overflow-x:auto;scroll-snap-type:x proximity;-ms-overflow-style:none;scrollbar-width:none}.hero-proof-row::-webkit-scrollbar{display:none}.hero-proof-item{flex:0 0 auto;scroll-snap-align:start;white-space:nowrap;padding:.38rem .68rem;font-size:.78rem}.hero-visual{order:0;min-height:248px;margin-top:.15rem}.hero-visual-shell{width:min(100%,278px)}.hero-visual-glow{filter:blur(10px)}.hero-visual-glow-rose{top:10px;right:2px;width:92px;height:92px}.hero-visual-glow-sage{left:-6px;bottom:30px;width:82px;height:82px}.hero-visual-card{min-height:270px;padding:.62rem;border-radius:20px 20px 62px 62px}.hero-visual-card:before{top:10px;right:10px;bottom:10px;left:10px;border-radius:14px 14px 52px 52px}.hero-visual-badge{top:10px;left:10px;gap:.34rem;padding:.45rem .62rem;font-size:.72rem}.hero-portrait{width:min(100%,188px);filter:drop-shadow(0 16px 28px rgba(61,34,43,.16))}.hero-note-card{display:none}}@media (max-width: 719px){html,body,#root,.app-wrapper,main{overflow-x:hidden}.container{width:min(1120px,calc(100% - 1rem))}.section{padding:3.4rem 0}.section-header,.section-header.center{max-width:none;margin-bottom:1.9rem;text-align:left}.section-header h2,.about-content h2,.nutrition-copy h2,.hero-title-main{text-wrap:balance}.nav-shell{min-height:56px;padding:.6rem .72rem;border-radius:22px}.brand{min-width:0;flex:1 1 auto}.brand-name{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:1.06rem}.nav-cta{display:none!important}.mobile-toggle{width:44px;height:44px;flex:0 0 44px}.mobile-menu-links{width:min(1120px,calc(100% - 1rem))}.hero-section{padding-top:5.35rem}.hero-stage{padding:.95rem;border-radius:24px}.hero-grid{grid-template-columns:1fr!important;gap:1rem;align-items:start}.hero-copy,.hero-visual,.nutrition-copy,.nutrition-visual,.movement-visual,.about-visual{min-width:0}.hero-copy{max-width:none}.hero-title{margin:.05rem 0 .72rem}.hero-title-main{font-size:clamp(1.92rem,8.8vw,2.42rem);line-height:.98;letter-spacing:-.035em}.hero-title-sub{margin-top:.42rem;font-size:.86rem;line-height:1.42}.hero-lead{max-width:none;margin-bottom:.85rem;font-size:.94rem;line-height:1.58}.hero-actions{display:grid!important;grid-template-columns:1fr!important;gap:.62rem;margin-bottom:.85rem}.hero-actions>*{min-width:0}.hero-actions .btn,.hero-text-link{width:100%}.hero-actions .btn{min-height:50px;padding-inline:1rem}.hero-text-link{grid-column:auto;justify-content:flex-start;min-height:auto;padding:.1rem 0}.hero-proof-row{display:flex!important;flex-wrap:wrap!important;gap:.45rem;margin-bottom:0;overflow:visible!important;padding-bottom:0}.hero-proof-item{max-width:100%;white-space:normal;padding:.38rem .66rem;font-size:.78rem;line-height:1.3}.hero-visual{order:0!important;min-height:auto;display:flex;justify-content:center;margin-top:.1rem}.hero-visual-shell{width:100%;max-width:258px}.hero-visual-glow-rose{top:12px;right:2px;width:82px;height:82px}.hero-visual-glow-sage{left:-4px;bottom:22px;width:72px;height:72px}.hero-visual-card{min-height:252px;padding:.58rem;border-radius:18px 18px 54px 54px}.hero-visual-card:before{top:9px;right:9px;bottom:9px;left:9px;border-radius:13px 13px 46px 46px}.hero-visual-badge{top:10px;left:10px;gap:.32rem;padding:.42rem .58rem;font-size:.7rem}.hero-portrait{width:min(100%,174px);filter:drop-shadow(0 14px 24px rgba(61,34,43,.15))}.hero-note-card{display:none}.nutrition-stage,.about-stage,.form-card,.service-card,.cert-card,.soft-card{border-radius:22px}.nutrition-feature,.movement-layout,.about-stage,.contact-layout,.grid-cards.grid-2,.service-grid,.cert-grid,.input-row{grid-template-columns:1fr!important}.grid-cards.grid-2,.service-grid,.cert-grid{display:grid!important;grid-auto-flow:row!important;grid-auto-columns:unset!important;overflow:visible!important;gap:.9rem}.soft-card,.service-card,.cert-card,.form-card{padding:1.05rem}.service-card .btn,.cert-button,.submit-btn{width:100%;white-space:normal;text-align:center;line-height:1.35}.nutrition-stage{padding:1rem;border-radius:24px}.nutrition-feature{gap:1rem}.nutrition-visual{justify-self:center}.nutrition-video-wrap{width:100%;max-width:252px;margin-inline:auto}.nutrition-floating-card-top,.nutrition-floating-card-bottom{font-size:.76rem}.nutrition-keyline{display:flex;flex-wrap:wrap;gap:.35rem .65rem;overflow:visible}.nutrition-carousel-shell{padding-inline:0}.nutrition-carousel-button{width:38px;height:38px}.nutrition-carousel-button-left{left:-2px}.nutrition-carousel-button-right{right:-2px}.nutrition-point-carousel{min-height:164px}.movement-layout{gap:1rem}.movement-visual{max-width:320px;margin-inline:auto}.movement-main{border-radius:18px}.movement-accent{width:110px;right:4px;bottom:-4px}.about-stage{gap:1rem;padding:1rem}.about-visual{order:0;display:flex;justify-content:center}.about-portrait-wrap{width:100%;max-width:210px}.about-portrait{width:100%;border-radius:22px;filter:drop-shadow(0 16px 28px rgba(61,34,43,.14))}.about-content h2{max-width:none;font-size:clamp(2rem,8.6vw,2.5rem);line-height:1;margin-bottom:1rem}.about-copy{max-width:none;gap:.8rem}.about-copy p{font-size:.95rem;line-height:1.62}.about-signature{width:100%;justify-content:center;font-size:.84rem;line-height:1.3;padding:.72rem .95rem}.cert-head{gap:.65rem}.cert-head>div{min-width:0}.cert-head h3{font-size:1.14rem}.cert-preview-pdf,.cert-preview{width:100%;max-width:100%}.contact-points a,.contact-points p{align-items:flex-start;min-width:0}.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:.65rem .85rem}}.carousel-nav-button{width:42px;height:42px;border:1px solid rgba(164,81,106,.14);border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#ffffffeb;color:var(--ink);box-shadow:0 10px 20px #5029361a;transition:background-color .2s ease,transform .2s ease}.carousel-nav-button:hover{background:#fff;transform:translateY(-1px)}.nutrition-carousel-shell{position:relative}.nutrition-carousel-viewport{overflow:hidden;border-radius:22px}.nutrition-carousel-container{display:flex;align-items:stretch}.nutrition-carousel-slide{flex:0 0 100%;min-width:0}.nutrition-point{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.9rem}.nutrition-point-copy{min-width:0}.nutrition-point-copy h3,.nutrition-point-copy p{overflow-wrap:anywhere}.nutrition-carousel-controls{display:flex;align-items:center;justify-content:center;gap:.8rem}.nutrition-carousel-button,.nutrition-carousel-button-left,.nutrition-carousel-button-right{position:static;transform:none}.cert-carousel{display:grid;gap:1rem}.cert-carousel-viewport{overflow:hidden}.cert-carousel-container{display:flex;align-items:stretch;margin-left:-1rem}.cert-carousel-slide{flex:0 0 calc(100% / 3);min-width:0;padding-left:1rem}.cert-card{height:100%;display:flex;flex-direction:column}.cert-card .cert-button{margin-top:auto}.cert-carousel-controls{display:flex;align-items:center;justify-content:center;gap:.8rem}.cert-carousel-dots,.nutrition-carousel-dots{display:flex;justify-content:center;gap:.45rem;align-items:center}.cert-carousel-dot,.nutrition-carousel-dot{width:10px;height:10px;border:none;border-radius:999px;background:#a4516a2e;cursor:pointer;transition:transform .2s ease,background-color .2s ease,width .2s ease}.cert-carousel-dot.is-active,.nutrition-carousel-dot.is-active{width:26px;background:var(--rose-600)}@media (max-width: 979px){.cert-carousel-slide{flex-basis:50%}}@media (max-width: 719px){.nutrition-carousel-controls,.cert-carousel-controls{gap:.65rem}.carousel-nav-button{width:38px;height:38px;flex:0 0 38px}.nutrition-point{padding:.95rem .92rem;gap:.75rem}.nutrition-point-carousel{min-height:0}.nutrition-point-copy h3{font-size:1.04rem;line-height:1.08}.nutrition-point-copy p{font-size:.93rem;line-height:1.48}.cert-carousel{gap:.85rem}.cert-carousel-container{margin-left:-.75rem}.cert-carousel-slide{flex:0 0 86%;padding-left:.75rem}}.hero-text-link-mobile{display:none}@media (max-width: 719px){.hero-text-link-desktop{display:none}.hero-text-link-mobile{display:inline-flex;width:100%;justify-content:center;margin-top:.7rem;padding:.2rem 0}}:root{--content-inset: clamp(1rem, 2vw, 1.5rem)}.section-header.center{text-align:left;margin-inline:0;max-width:none}#pro-koho>.container,#pohyb>.container,#sluzby>.container,#certifikaty>.container,#kontakt>.container{padding-inline:var(--content-inset)}.hero-section .hero-stage,.nutrition-section .nutrition-stage,.about-section .about-stage{padding-inline:var(--content-inset)}@media (max-width: 719px){:root{--content-inset: .95rem}#pro-koho>.container,#pohyb>.container,#sluzby>.container,#certifikaty>.container,#kontakt>.container{padding-inline:var(--content-inset)}.hero-section .hero-stage,.nutrition-section .nutrition-stage,.about-section .about-stage{padding-inline:var(--content-inset)}}.mobile-menu-panel,.mobile-menu-close,.hero-proof-row-mobile,.floating-contact,.floating-contact-actions,.floating-contact-item,.floating-contact-trigger{display:none}@media (max-width: 719px){.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:45;max-height:none;opacity:0;pointer-events:none;background:#2f242942;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:opacity .25s ease}.mobile-menu.open{opacity:1;pointer-events:auto}.mobile-menu-panel{display:grid;grid-template-rows:auto 1fr auto;min-height:100dvh;padding:.8rem;background:radial-gradient(circle at 0% 0%,#fffffffa,#fff0 32%),linear-gradient(160deg,#fff8fafa,#ffeff4f0)}.mobile-menu-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.5rem 0 1rem}.mobile-menu-close{display:inline-flex;width:46px;height:46px;border-radius:999px;border:1px solid rgba(164,81,106,.16);background:#ffffffd1;align-items:center;justify-content:center;color:var(--rose-600)}.mobile-menu-links{display:grid;align-content:center;gap:.25rem;width:100%;margin:0;padding:0;border:none;box-shadow:none;background:transparent}.mobile-menu-links a{padding:.95rem 0;border-bottom:1px solid rgba(164,81,106,.1);font-size:1.12rem;font-weight:700}.mobile-menu-footer{padding-top:1rem}.mobile-menu-footer .btn{width:100%;min-height:54px}.hero-stage{padding-top:.85rem;padding-bottom:.9rem}.hero-copy{display:contents}.hero-copy>.eyebrow{order:1}.hero-copy>.hero-title{order:2}.hero-copy>.hero-lead{order:3}.hero-copy>.hero-actions{order:4}.hero-visual{order:5!important;margin-top:.4rem}.hero-visual-shell{max-width:236px}.hero-visual-card{min-height:228px}.hero-portrait{width:min(100%,160px)}.hero-proof-row-desktop{display:none!important}.hero-proof-row-mobile{display:flex!important;flex-wrap:wrap;gap:.45rem;margin-top:.7rem;justify-content:center}.hero-text-link-mobile{margin-top:.55rem}.floating-contact{position:fixed;right:.95rem;bottom:calc(.95rem + env(safe-area-inset-bottom));z-index:38;display:grid;justify-items:end;gap:.7rem}.floating-contact-actions{display:grid;gap:.55rem;opacity:0;transform:translateY(10px) scale(.98);pointer-events:none;transition:opacity .2s ease,transform .2s ease}.floating-contact.is-open .floating-contact-actions{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.floating-contact-item{min-width:0;display:inline-flex;align-items:center;justify-content:flex-end;gap:.6rem}.floating-contact-item-label{display:grid;gap:.08rem;padding:.62rem .8rem;border-radius:16px;background:#fffffff0;border:1px solid rgba(164,81,106,.12);box-shadow:0 12px 22px #50293624;text-align:right}.floating-contact-item-label strong{font-size:.84rem;line-height:1.1;color:var(--ink)}.floating-contact-item-label small{font-size:.68rem;line-height:1.1;color:var(--rose-600);text-transform:uppercase;letter-spacing:.08em;font-weight:700}.floating-contact-item-icon,.floating-contact-trigger{width:52px;height:52px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:linear-gradient(135deg,var(--rose-400),var(--rose-600));box-shadow:0 16px 28px #a4516a47}.floating-contact-trigger{border:none}.floating-contact.is-open .floating-contact-trigger svg{transform:rotate(45deg)}.floating-contact-trigger svg{transition:transform .2s ease}}.floating-contact,.floating-contact-actions,.floating-contact-item,.floating-contact-trigger{display:initial}.floating-contact{position:fixed;right:1.1rem;bottom:1.1rem;z-index:38;display:grid;justify-items:end;gap:.7rem}.floating-contact-actions{display:grid;gap:.55rem;opacity:0;transform:translateY(10px) scale(.98);pointer-events:none;transition:opacity .2s ease,transform .2s ease}.floating-contact.is-open .floating-contact-actions{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.floating-contact-item{min-width:0;display:inline-flex;align-items:center;justify-content:flex-end;gap:.6rem}.floating-contact-item-label{display:grid;gap:.08rem;padding:.62rem .8rem;border-radius:16px;background:#fffffff0;border:1px solid rgba(164,81,106,.12);box-shadow:0 12px 22px #50293624;text-align:right}.floating-contact-item-label strong{font-size:.84rem;line-height:1.1;color:var(--ink)}.floating-contact-item-label small{font-size:.68rem;line-height:1.1;color:var(--rose-600);text-transform:uppercase;letter-spacing:.08em;font-weight:700}.floating-contact-item-icon,.floating-contact-trigger{width:50px;height:50px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:linear-gradient(135deg,var(--rose-400),var(--rose-600));box-shadow:0 16px 28px #a4516a47}.floating-contact-trigger{border:none}.floating-contact.is-open .floating-contact-trigger svg{transform:rotate(45deg)}.floating-contact-trigger svg{transition:transform .2s ease}@media (max-width: 719px){.hero-copy{display:block}.hero-copy>.eyebrow,.hero-copy>.hero-title,.hero-copy>.hero-lead,.hero-copy>.hero-actions{order:initial}.floating-contact{right:.95rem;bottom:calc(.95rem + env(safe-area-inset-bottom))}.floating-contact-item-icon,.floating-contact-trigger{width:52px;height:52px}}.mobile-only-carousel{display:none}.desktop-only-grid,.desktop-only-stack{display:inherit}.cards-carousel{display:grid;gap:.9rem}.cards-carousel-viewport{overflow:hidden}.cards-carousel-container{display:flex;align-items:stretch;margin-left:-.9rem}.cards-carousel-slide{flex:0 0 50%;min-width:0;padding-left:.9rem}.cards-carousel-slide .soft-card,.cards-carousel-slide .movement-card{height:100%}.cards-carousel-controls{display:flex;align-items:center;justify-content:center;gap:.8rem}.cards-carousel-dots{display:flex;align-items:center;justify-content:center;gap:.45rem}.cards-carousel-dot{width:10px;height:10px;border:none;border-radius:999px;background:#a4516a2e;cursor:pointer;transition:transform .2s ease,background-color .2s ease,width .2s ease}.cards-carousel-dot.is-active{width:26px;background:var(--rose-600)}@media (max-width: 719px){.desktop-only-grid,.desktop-only-stack{display:none!important}.mobile-only-carousel{display:grid}.cards-carousel{margin-top:1.15rem}.cards-carousel-container{margin-left:-.75rem}.cards-carousel-slide{flex:0 0 86%;padding-left:.75rem}.cards-carousel-slide .soft-card,.cards-carousel-slide .movement-card{padding:1rem .95rem}.cards-carousel-slide h3{font-size:1.18rem;line-height:1.12}.cards-carousel-slide p{font-size:.93rem}.cards-carousel-controls{gap:.65rem}.movement-mobile-carousel{margin-top:1rem}}.desktop-only-grid,.desktop-only-stack{display:grid}@media (max-width: 719px){.desktop-only-grid,.desktop-only-stack{display:none!important}.mobile-only-carousel{display:grid}}.desktop-only-grid.grid-cards,.desktop-only-stack.stack-list{display:grid!important}.mobile-only-carousel.cards-carousel{display:none!important}@media (max-width: 719px){.desktop-only-grid.grid-cards,.desktop-only-stack.stack-list{display:none!important}.mobile-only-carousel.cards-carousel{display:grid!important}}.carousel-nav-button,.cards-carousel-slide .soft-card,.cards-carousel-slide .movement-card,.nutrition-point-carousel,.cert-card{box-shadow:none!important}
