/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before{box-sizing:border-box;border:0 solid;margin:0;padding:0}::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.relative{position:relative}.start{inset-inline-start:var(--spacing)}}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--ink);font-family:var(--font-sans),sans-serif;margin:0}a{color:inherit;text-decoration:none}.nav{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);z-index:20;background:#f7f4eeeb;border-bottom:1px solid #15152f14;justify-content:space-between;align-items:center;height:96px;padding:0 max(5vw,32px);display:flex;position:sticky;top:0}.brand{align-items:center;gap:13px;display:flex}.brand>span:last-child{flex-direction:column;display:flex}.brand b{font:600 29px/1 var(--font-display),serif;letter-spacing:.09em}.brand small{text-transform:uppercase;letter-spacing:.18em;margin-top:4px;font-size:9px}.brand-mark{width:42px;height:42px;display:block;position:relative}.brand-mark i{background:linear-gradient(145deg,var(--blue),var(--violet));transform-origin:100% 100%;border-radius:100% 0;width:20px;height:27px;position:absolute}.brand-mark i:first-child{top:0;left:1px;transform:rotate(0)}.brand-mark i:nth-child(2){top:-4px;left:-2px;transform:rotate(90deg)}.brand-mark i:nth-child(3){top:-7px;left:1px;transform:rotate(180deg)}.brand-mark i:nth-child(4){top:-4px;left:5px;transform:rotate(270deg)}.nav-links{gap:36px;font-size:13px;display:flex}.nav-links a:hover{color:var(--violet)}.button{background:var(--ink);color:#fff;letter-spacing:.02em;border-radius:3px;justify-content:center;align-items:center;gap:28px;padding:17px 22px;font-size:13px;transition:all .25s;display:inline-flex}.button:hover{background:var(--violet);transform:translateY(-2px)}.button span{font-size:17px}.button-small{gap:20px;padding:13px 17px}.hero{grid-template-columns:1.02fr .98fr;min-height:calc(100vh - 96px);display:grid;overflow:hidden}.hero-copy{flex-direction:column;justify-content:center;padding:10vh 7vw 8vh max(6vw,40px);display:flex}.kicker,.section-label{text-transform:uppercase;letter-spacing:.2em;color:var(--violet);font-size:11px;font-weight:600}.kicker{align-items:center;gap:12px;display:flex}.kicker span{background:var(--violet);width:30px;height:1px}h1,h2,h3{font-family:var(--font-display),serif;margin:0;font-weight:500}h1{letter-spacing:-.045em;margin:30px 0 36px;font-size:clamp(62px,7vw,108px);line-height:.82}h1 em,h2 em{color:var(--violet);font-weight:500}.hero-text{color:#5c5a6c;max-width:565px;font-size:16px;line-height:1.8}.hero-actions{align-items:center;gap:34px;margin-top:28px;display:flex}.text-link{border-bottom:1px solid #aaa4af;align-items:center;gap:28px;padding:10px 0;font-size:13px;font-weight:600;display:inline-flex}.trust{align-items:center;gap:15px;margin-top:60px;display:flex}.trust p{color:#747080;font-size:11px;line-height:1.6}.trust b{color:var(--ink);font-size:12px}.mini-faces{display:flex}.mini-faces span{background:var(--blue);color:#fff;border:2px solid var(--cream);border-radius:50%;place-items:center;width:34px;height:34px;font-size:11px;display:grid}.mini-faces span+span{background:var(--violet);margin-left:-8px}.hero-art{background:radial-gradient(circle at 35% 42%,#bfa9d8c7,#0000 27%),linear-gradient(155deg,#e1d4e7 0%,#a5afd4 46%,#585687 100%);min-height:650px;position:relative;overflow:hidden}.hero-art:after{content:"";mix-blend-mode:soft-light;background:linear-gradient(90deg,#ffffff1f,#0000 35%),radial-gradient(circle at 80% 15%,#ffffff6b,#0000 2%);position:absolute;inset:0}.orbit{border:1px solid #ffffff61;border-radius:50%;width:600px;height:600px;position:absolute;top:12%;left:8%;transform:rotate(20deg)}.orbit-two{width:780px;height:280px;top:31%;left:-8%;transform:rotate(-38deg)}.figure{filter:drop-shadow(0 28px 32px #1a16373b);width:230px;height:470px;position:absolute;top:18%;left:34%}.head{background:#252340;border-radius:48% 52% 45% 55%;width:80px;height:90px;position:absolute;top:0;left:82px}.body{clip-path:polygon(36% 0,66% 1%,90% 43%,73% 100%,24% 100%,8% 42%);background:linear-gradient(150deg,#35345e,#7673a5);width:170px;height:350px;position:absolute;top:78px;left:35px}.arm{background:linear-gradient(#45436d,#8480af);border-radius:40px;width:62px;height:305px;position:absolute;top:92px}.arm-one{left:12px;transform:rotate(13deg)}.arm-two{right:1px;transform:rotate(-17deg)}.lotus{width:160px;height:120px;position:absolute;bottom:8%;right:10%}.lotus i{transform-origin:bottom;background:#ffffff38;border:1px solid #ffffff59;border-radius:100% 0;width:65px;height:100px;position:absolute;bottom:0;left:47px}.lotus i:first-child{transform:rotate(-65deg)}.lotus i:nth-child(2){transform:rotate(-32deg)}.lotus i:nth-child(3){transform:rotate(0)}.lotus i:nth-child(4){transform:rotate(32deg)}.lotus i:nth-child(5){transform:rotate(65deg)}.floating-note{z-index:2;background:#f7f4eee6;align-items:center;gap:13px;padding:17px 21px;display:flex;position:absolute;bottom:11%;left:7%;box-shadow:0 15px 45px #1f1c3e26}.floating-note>span{color:var(--violet);font-size:22px}.floating-note div{flex-direction:column;display:flex}.floating-note b{font:600 17px var(--font-display),serif}.floating-note small{text-transform:uppercase;letter-spacing:.1em;margin-top:4px;font-size:9px}.manifesto,.services{padding:120px max(7vw,40px)}.manifesto h2,.section-heading h2{margin-top:22px;font-size:clamp(45px,5vw,72px);line-height:1.02}.manifesto-grid{border-top:1px solid var(--line);grid-template-columns:1fr 1fr;gap:10vw;margin-top:70px;padding-top:35px;display:grid}.manifesto-grid>p{font:500 clamp(21px,2.1vw,30px)/1.5 var(--font-display),serif;color:#4b485d}.values{background:var(--line);grid-template-columns:repeat(3,1fr);gap:1px;display:grid}.values div{background:#fff;padding:20px}.values b{color:var(--lilac);font:500 28px var(--font-display);display:block}.values span{text-transform:uppercase;letter-spacing:.12em;font-size:11px}.section-heading{justify-content:space-between;align-items:end;gap:40px;margin-bottom:65px;display:flex}.section-heading>p{color:#696676;max-width:350px;line-height:1.7}.service-list{border-top:1px solid #cac4d2}.service-card{border-bottom:1px solid #cac4d2;grid-template-columns:80px 80px 1.1fr 1.2fr 90px;align-items:center;gap:28px;min-height:205px;display:grid}.service-number{font:500 16px var(--font-display);color:#777184}.service-icon{width:68px;height:68px;color:var(--blue);background:#dce1ef;border-radius:50%;place-items:center;font-size:22px;display:grid}.service-card.violet .service-icon{color:var(--violet);background:#e1d8ea}.service-card.rose .service-icon{color:var(--rose);background:#ead9e2}.service-content>p{text-transform:uppercase;letter-spacing:.18em;color:#777184;font-size:9px}.service-content h3{margin:7px 0 15px;font-size:35px}.tags{flex-wrap:wrap;gap:6px;display:flex}.tags span{text-transform:uppercase;letter-spacing:.08em;border:1px solid #ccc5d2;border-radius:30px;padding:5px 9px;font-size:9px}.service-text{color:#676473;font-size:14px;line-height:1.65}.service-card>a{font-size:12px;font-weight:600}.service-card>a span{margin-top:5px;font-size:21px;display:block}.inclusive{background:#fff;grid-template-columns:1fr 1fr;min-height:680px;display:grid}.inclusive-art{background:linear-gradient(145deg,#dad4e5,#a8b3d7);position:relative;overflow:hidden}.sun{background:#fff5e66b;border-radius:50%;width:300px;height:300px;position:absolute;top:10%;left:12%;box-shadow:0 0 100px #ffffff73}.path{border:90px solid #6857974d;border-radius:50%;width:420px;height:630px;position:absolute;top:22%;left:15%;transform:rotate(-20deg)}.inclusive-word{font:italic 600 90px var(--font-display);color:#ffffffb8;position:absolute;bottom:10%;left:10%}.inclusive-copy{flex-direction:column;justify-content:center;padding:10%;display:flex}.inclusive-copy h2{margin:22px 0 32px;font-size:clamp(45px,4.5vw,68px);line-height:1}.inclusive-copy>p:not(.section-label){color:#656272;line-height:1.75}.inclusive-copy ul{margin:24px 0;padding:0;list-style:none}.inclusive-copy li{margin:13px 0;font-size:13px}.inclusive-copy li span{width:23px;height:23px;color:var(--violet);background:#ece6f1;border-radius:50%;place-items:center;margin-right:10px;display:inline-grid}.inclusive-copy .text-link{align-self:flex-start}.booking{background:var(--night);color:#fff;grid-template-columns:1fr .85fr;align-items:center;gap:10vw;padding:110px max(7vw,40px);display:grid}.section-label.light{color:#b7a2d2}.booking h2{margin:24px 0 30px;font-size:clamp(50px,5.3vw,78px);line-height:.96}.booking>div>p:not(.section-label){color:#aaa7ba;max-width:500px;line-height:1.75}.booking-card{color:var(--ink);background:#f7f4ee;padding:38px}.booking-top{text-transform:uppercase;letter-spacing:.15em;border-bottom:1px solid var(--line);justify-content:space-between;padding-bottom:18px;font-size:10px;display:flex}.soon{color:var(--violet)}.booking-card h3{margin:28px 0 12px;font-size:32px}.booking-card>p{color:#686575;font-size:13px;line-height:1.6}.booking-steps{text-transform:uppercase;letter-spacing:.08em;justify-content:space-between;align-items:center;margin:28px 0;font-size:10px;display:flex}.booking-steps span{align-items:center;gap:6px;display:flex}.booking-steps b{width:24px;height:24px;color:var(--violet);background:#e5deeb;border-radius:50%;place-items:center;display:grid}.booking-steps i{color:#aaa;font-style:normal}.button.white{width:100%;margin-top:8px}.booking-card>small{text-align:center;color:#898591;text-transform:uppercase;letter-spacing:.1em;margin-top:15px;font-size:9px;display:block}footer{background:#f1edf2;padding:65px max(7vw,40px) 28px}.footer-brand{display:inline-flex}.footer-links{justify-content:flex-end;gap:30px;margin-top:-40px;font-size:12px;display:flex}.footer-links a:hover{color:var(--violet)}footer>p{color:#77717e;margin-top:26px;font-size:11px}.footer-bottom{text-transform:uppercase;letter-spacing:.14em;color:#827d89;border-top:1px solid #d7d1da;justify-content:space-between;margin-top:45px;padding-top:22px;font-size:9px;display:flex}@media (max-width:900px){.nav{height:78px;padding:0 22px}.nav-links{display:none}.button-small{gap:0;padding:12px;font-size:0}.button-small span{font-size:17px}.brand small{display:none}.hero{grid-template-columns:1fr}.hero-copy{padding:70px 25px}.hero-art{min-height:560px}.manifesto,.services{padding:85px 25px}.manifesto-grid{grid-template-columns:1fr;gap:45px}.section-heading{flex-direction:column;align-items:start}.service-card{grid-template-columns:40px 65px 1fr;padding:28px 0}.service-text,.service-card>a{grid-column:2/4}.inclusive{grid-template-columns:1fr}.inclusive-art{min-height:500px}.inclusive-copy{padding:80px 25px}.booking{grid-template-columns:1fr;gap:60px;padding:85px 25px}.footer-links{flex-wrap:wrap;justify-content:flex-start;margin:35px 0 0}}@media (max-width:520px){h1{font-size:58px}.hero-actions{flex-direction:column;align-items:flex-start}.hero-art{min-height:490px}.figure{transform-origin:top;left:23%;transform:scale(.85)}.floating-note{bottom:5%}.service-card{grid-template-columns:32px 55px 1fr;gap:15px}.service-icon{width:52px;height:52px}.service-content h3{font-size:27px}.inclusive-word{font-size:61px}.booking-card{padding:25px 20px}.booking-steps i{display:none}.booking-steps{gap:5px}.booking-steps span{flex-direction:column}.footer-bottom{flex-direction:column;gap:15px}}:root{--ink:#172053;--night:#17143f;--violet:#8338c7;--blue:#1677d2;--lilac:#c79ee9;--rose:#db52a1;--cream:#fff9f0;--line:#e4d6df}body{background:linear-gradient(#fffaf1 0%,#fff 38%,#faf3ff 100%)}.nav{background:#fff9f0f0;border-bottom-color:#8338c71f}.brand-logo{object-fit:cover;border-radius:50%;width:58px;height:58px;box-shadow:0 5px 20px #452e7f24}.hero-copy{background:radial-gradient(circle at 7% 15%,#f2b45b33,#0000 30%),radial-gradient(circle at 88% 80%,#db52a121,#0000 29%)}.hero-art{background:radial-gradient(circle at 20% 20%,#ffd584c7,#0000 24%),radial-gradient(circle at 78% 74%,#db52a1ad,#0000 30%),linear-gradient(145deg,#7ce0dc 0%,#68aee3 35%,#9c66d7 68%,#ef8dbd 100%)}.hero-logo-wrap{z-index:2;place-items:center;display:grid;position:absolute;inset:7% 5% 8%}.hero-logo{object-fit:contain;filter:drop-shadow(0 24px 36px #25185b33);mix-blend-mode:multiply;border-radius:28px;width:min(94%,690px);max-height:88%}.floating-note{background:#fffcf6f0;border-left:4px solid #f2b45b}.button{background:linear-gradient(100deg,#1578cf,#8437c5 58%,#d84d9d);box-shadow:0 12px 30px #6838ae33}.button:hover{background:linear-gradient(100deg,#13aaa5,#6e43c4 58%,#d84d9d)}.manifesto{background:linear-gradient(135deg,#fff 0%,#fff8ec 55%,#f8edff 100%)}.values{box-shadow:0 18px 50px #55328214}.values div:first-child{border-top:4px solid #18aaa7}.values div:nth-child(2){border-top:4px solid #f2b45b}.values div:nth-child(3){border-top:4px solid #d952a2}.values{box-shadow:none;perspective:1100px;background:0 0;gap:22px;padding:10px 12px 28px}.values div{min-height:150px;transform-style:preserve-3d;background:linear-gradient(145deg,#fffffffa,#fff9f0eb);border:1px solid #5b3d8721;border-radius:19px;padding:32px 27px;transition:transform .4s cubic-bezier(.2,.8,.2,1),box-shadow .4s;position:relative;box-shadow:0 25px 38px #3d276321,0 8px #714aa214,inset 0 1px #fff;border-top:0!important}.values div:before{content:"";background:linear-gradient(90deg,#18aaa7,#1677d2);border-radius:19px 19px 0 0;height:7px;position:absolute;inset:0 0 auto}.values div:nth-child(2):before{background:linear-gradient(90deg,#f2b45b,#9d61d5)}.values div:nth-child(3):before{background:linear-gradient(90deg,#9d61d5,#d952a2)}.values div:first-child{transform:rotateY(7deg)rotateX(2deg)translateY(7px)}.values div:nth-child(2){transform:translateY(-8px)scale(1.035)}.values div:nth-child(3){transform:rotateY(-7deg)rotateX(2deg)translateY(7px)}.values div:hover{z-index:2;transform:translateY(-16px)rotateX(0)rotateY(0)scale(1.055);box-shadow:0 35px 55px #532c8533,0 11px #714aa21a,inset 0 1px #fff}.values b{-webkit-text-fill-color:transparent;text-shadow:0 9px 20px #6f40a61f;background:linear-gradient(110deg,#20aaa5,#7c4ed0,#db52a1);-webkit-background-clip:text;background-clip:text;font-size:39px;line-height:1}.values span{color:#293366;margin-top:22px;font-weight:700;display:block}.services{background:linear-gradient(145deg,#eaf8fb 0%,#f2eafa 50%,#fff0f5 100%)}.service-card{background:#ffffff9e;border:1px solid #6f509a1f;border-radius:18px;margin:12px 0;padding:0 22px;box-shadow:0 12px 32px #53357e0f}.service-card.blue{border-left:5px solid #1677d2}.service-card.violet{border-left:5px solid #8338c7}.service-card.rose{border-left:5px solid #db52a1}.service-icon{background:linear-gradient(145deg,#c9f5f1,#caddfa)}.service-card.violet .service-icon{background:linear-gradient(145deg,#ead8fa,#d4c5f5)}.service-card.rose .service-icon{background:linear-gradient(145deg,#ffe0e8,#f3c9e6)}.inclusive-art{background:radial-gradient(circle at 25% 20%,#ffdd91e6,#0000 30%),linear-gradient(145deg,#6ed9d2,#778edb 47%,#c35ab1)}.booking{background:radial-gradient(circle at 8% 10%,#1ab0aa47,transparent 32%),radial-gradient(circle at 92% 90%,#db52a14a,transparent 36%),var(--night)}.booking-card{background:linear-gradient(145deg,#fffaf0,#f9ecff);border-radius:20px;box-shadow:0 30px 80px #0003}footer{background:linear-gradient(100deg,#e8f8f5,#f3eafb 55%,#ffedf4)}.footer-logo{width:76px;height:76px}@media (max-width:900px){.brand-logo{width:48px;height:48px}.service-card{padding:28px 18px}.hero-logo-wrap{inset:5% 2% 8%}.hero-logo{width:96%}}.brand-wording b{font-family:var(--font-script),cursive;color:#2766a5;letter-spacing:0;-webkit-text-fill-color:transparent;white-space:nowrap;background:linear-gradient(90deg,#087a9a,#166dc2 42%,#8438c6 72%,#ce3d9b);-webkit-background-clip:text;background-clip:text;font-size:27px;line-height:1}.brand-wording small{color:#4f5274;letter-spacing:.12em;padding-left:4px}.nav{gap:24px}.nav-links{flex:1;justify-content:center;gap:clamp(14px,1.7vw,30px)}.nav-links a{white-space:nowrap;padding:37px 0 34px;font-size:12px;position:relative}.nav-links a:after{content:"";background:linear-gradient(90deg,#13aaa5,#8338c7,#db52a1);border-radius:5px;height:3px;transition:all .22s;position:absolute;bottom:25px;left:50%;right:50%}.nav-links a:hover:after{left:0;right:0}.nav-links a:focus-visible:after{left:0;right:0}.mobile-menu{display:none;position:relative}.mobile-menu summary{cursor:pointer;background:linear-gradient(145deg,#1677d2,#8338c7);border-radius:50%;place-content:center;gap:4px;width:44px;height:44px;list-style:none;display:grid;box-shadow:0 8px 18px #48349738}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu summary span{background:#fff;border-radius:2px;width:18px;height:2px;display:block}.mobile-menu>div{background:#fffcf7fa;border:1px solid #8338c726;border-radius:16px;width:min(310px,100vw - 30px);padding:12px;position:absolute;top:56px;right:0;box-shadow:0 22px 60px #281e4a33}.mobile-menu a{border-radius:10px;padding:14px 16px;font-size:13px;display:block}.mobile-menu a:hover{color:var(--violet);background:linear-gradient(90deg,#e8f8f5,#f4eaff)}@media (max-width:1150px){.nav-links{gap:13px}.nav-links a{font-size:11px}.brand-wording b{font-size:23px}.button-small{gap:10px;padding:12px 14px}}@media (max-width:940px){.nav-links,.nav>.button-small{display:none}.mobile-menu{margin-left:auto;display:block}.brand small{display:block}.brand-wording b{font-size:23px}}@media (max-width:480px){.brand-wording b{font-size:20px}.brand-wording small{font-size:7px}.brand-logo{width:44px;height:44px}.nav{gap:10px;padding:0 15px}}.brand-wording{padding-block:5px;overflow:visible}.brand-wording b{padding:3px 2px 1px;line-height:1.35;display:block;overflow:visible}.brand-wording small{margin-top:-3px;display:block}.hero h1{font-family:var(--font-hero),sans-serif;letter-spacing:-.035em;margin-block:34px 42px;font-weight:600;line-height:1.04}.hero h1 em{font-family:var(--font-hero),sans-serif;-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#1677d2,#8338c7 55%,#db52a1);-webkit-background-clip:text;background-clip:text;margin-top:11px;font-style:normal;font-weight:500;display:inline-block}@media (max-width:520px){.hero h1{font-size:52px;line-height:1.08}.hero h1 em{margin-top:8px}}.manifesto>.kicker{margin:0;display:flex}.manifesto h2{font-family:var(--font-hero),sans-serif;letter-spacing:-.035em;margin-top:34px;font-weight:600;line-height:1.1}.manifesto h2 em{font-family:var(--font-hero),sans-serif;-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#1677d2,#8338c7 55%,#db52a1);-webkit-background-clip:text;background-clip:text;margin-top:12px;font-style:normal;font-weight:500;display:inline-block}@media (max-width:520px){.manifesto h2{font-size:43px;line-height:1.13}.manifesto h2 em{margin-top:9px}}.section-heading .kicker{margin:0;display:flex}.section-heading h2{font-family:var(--font-hero),sans-serif;letter-spacing:-.035em;margin-top:34px;font-weight:600;line-height:1.1}.section-heading h2 em{font-family:var(--font-hero),sans-serif;-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#1677d2,#8338c7 55%,#db52a1);-webkit-background-clip:text;background-clip:text;margin-top:12px;font-style:normal;font-weight:500;display:inline-block}@media (max-width:520px){.section-heading h2{font-size:43px;line-height:1.13}.section-heading h2 em{margin-top:9px}}.service-stack{isolation:isolate;max-width:1050px;min-height:720px;margin:36px auto 0;position:relative}.service-panel{--accent:#1677d2;top:calc(510px + var(--folded-position) * 72px);cursor:pointer;width:94%;height:190px;transform:scale(calc(1 - var(--folded-position) * .018));transform-origin:top;z-index:calc(3 + var(--folded-position));background:#fffffff0;border:1px solid #2d275c1c;border-radius:30px;grid-template-columns:30% 1fr;transition:top .55s cubic-bezier(.2,.8,.2,1),left .55s,width .55s,height .55s,transform .55s,filter .35s,opacity .35s,box-shadow .4s;display:grid;position:absolute;left:3%;overflow:hidden;box-shadow:0 18px 55px #2f235529}.service-panel.violet{--accent:#8338c7}.service-panel.rose{--accent:#db52a1}.service-panel:not(.is-active){filter:saturate(.82);opacity:.92}.service-panel:not(.is-active):hover{transform:translateY(-8px) scale(calc(1 - var(--folded-position) * .018));filter:none}.service-panel.is-active{z-index:8;filter:none;opacity:1;width:100%;height:555px;box-shadow:0 32px 90px var(--accent);top:0;left:0;transform:scale(1)}@supports (color:color-mix(in lab, red, red)){.service-panel.is-active{box-shadow:0 32px 90px color-mix(in srgb,var(--accent) 22%,transparent)}}.service-panel:focus-visible{outline:4px solid var(--accent)}@supports (color:color-mix(in lab, red, red)){.service-panel:focus-visible{outline:4px solid color-mix(in srgb,var(--accent) 45%,white)}}.service-panel:focus-visible{outline-offset:4px}.service-visual{color:#fff;background:radial-gradient(circle at 25% 18%,#ffdc8ed9,transparent 27%),radial-gradient(circle at 82% 74%,#dd4ca4b8,transparent 34%),linear-gradient(145deg,#54d4cf,#397fce 48%,var(--accent));flex-direction:column;justify-content:space-between;min-height:100%;padding:36px;display:flex;position:relative}.service-panel.violet .service-visual{background:radial-gradient(circle at 22% 18%,#ffd387d1,#0000 27%),linear-gradient(145deg,#5acdc9,#7968cf 50%,#9b3fc0)}.service-panel.rose .service-visual{background:radial-gradient(circle at 24% 17%,#ffe29ae6,#0000 29%),linear-gradient(145deg,#65cfca,#a267d0 47%,#de5b9f)}.service-visual:after{content:"";border:1px solid #ffffff5c;border-radius:50%;width:280px;height:280px;position:absolute;top:22%;right:-80px;box-shadow:0 0 0 55px #ffffff0f,0 0 0 110px #ffffff0a}.visual-number{font:600 18px var(--font-hero),sans-serif;letter-spacing:.18em}.visual-symbol{z-index:2;text-shadow:0 10px 35px #28185433;align-self:center;font-size:78px;position:relative}.service-visual small{z-index:2;text-transform:uppercase;letter-spacing:.17em;font-size:9px;line-height:1.6;position:relative}.panel-copy{background:linear-gradient(145deg,#fffffff5,#fff9f0e8);flex-direction:column;justify-content:center;padding:58px 62px;display:flex}.panel-copy>p{color:var(--accent);text-transform:uppercase;letter-spacing:.2em;font-size:10px;font-weight:600}.panel-copy h3{max-width:560px;font-family:var(--font-hero),sans-serif;letter-spacing:-.045em;background:linear-gradient(100deg,var(--accent),#8338c7 58%,#db52a1);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:14px 0 24px;font-size:clamp(39px,4.3vw,68px);font-weight:600;line-height:.98}.panel-copy .tags{margin-bottom:28px}.panel-details{opacity:0;max-height:0;transition:max-height .42s,opacity .35s,transform .35s;overflow:hidden;transform:translateY(14px)}.is-active .panel-details{opacity:1;max-height:220px;transform:translateY(0)}.panel-details>p{color:#636071;font-size:14px;line-height:1.75}.panel-details>a{border-bottom:1px solid var(--accent);color:var(--accent);align-items:center;gap:24px;margin-top:18px;padding-bottom:7px;font-size:12px;font-weight:600;display:inline-flex}.panel-details>a span{font-size:19px}.panel-hint{color:var(--accent);text-transform:uppercase;letter-spacing:.13em;writing-mode:vertical-rl;font-size:8px;font-weight:600;position:absolute;bottom:22px;right:25px}.service-pagination{z-index:12;gap:9px;display:flex;position:absolute;top:28px;right:28px}.service-pagination button{color:#6d6384;cursor:pointer;background:#ffffffc2;border:1px solid #332a5b24;border-radius:50%;place-items:center;width:29px;height:29px;padding:0;transition:width .3s,background .3s,color .3s,transform .3s;display:grid}.service-pagination button:hover{transform:translateY(-2px)}.service-pagination button.is-current{color:#fff;background:linear-gradient(110deg,#238fca,#8a45cc,#d952a1);border-color:#0000;width:50px}.service-pagination span{font:600 10px var(--font-hero),sans-serif}@media (max-width:640px){.service-stack{flex-direction:column;gap:16px;min-height:auto;padding-top:44px;display:flex}.service-panel,.service-panel.is-active{opacity:1;filter:none;border-radius:22px;grid-template-columns:112px 1fr;width:100%;height:auto;min-height:180px;position:relative;inset:auto;transform:none}.service-visual{min-height:180px;padding:20px}.visual-symbol{font-size:38px}.service-visual small{font-size:7px}.panel-copy{padding:30px 32px}.panel-copy h3{margin:8px 0 14px;font-size:clamp(30px,7vw,46px)}.panel-copy .tags{margin-bottom:12px}.panel-details{max-height:0}.is-active .panel-details{max-height:300px}.panel-hint{display:none}.service-pagination{top:0;right:0}}@media (max-width:520px){.service-panel,.service-panel.is-active{grid-template-columns:78px 1fr}.service-visual{min-height:190px;padding:14px}.visual-number{font-size:12px}.visual-symbol{font-size:28px}.service-visual small{display:none}.panel-copy{padding:25px 18px}.panel-copy h3{font-size:30px;line-height:1.02}.panel-copy>p{font-size:8px}.tags span{padding:4px 6px;font-size:7px}}@media (max-width:900px){.values{gap:15px}.values div,.values div:first-child,.values div:nth-child(2),.values div:nth-child(3){transform:none}.values div:hover{transform:translateY(-8px)}}@media (max-width:560px){.values{grid-template-columns:1fr;padding-inline:0}.values div{min-height:115px;padding:25px}.values b{font-size:32px}.values span{margin-top:14px}}.hero-actions{gap:30px;margin-top:34px}.hero-actions .button{background:#17143f;border:1px solid #17143f14;border-radius:999px;justify-content:space-between;min-width:280px;padding:10px 11px 10px 25px;font-size:13px;font-weight:600;position:relative;overflow:hidden;box-shadow:0 14px 30px #221c532b}.hero-actions .button:before{content:"";filter:blur(18px);opacity:.58;background:linear-gradient(90deg,#18aaa7,#6a56d7,#db52a1);border-radius:50%;height:65px;transition:opacity .3s,transform .3s;position:absolute;inset:auto 22% -38px 12%}.hero-actions .button span{z-index:1;background:linear-gradient(145deg,#1f96cc,#8443cd 58%,#db52a1);border-radius:50%;place-items:center;width:42px;height:42px;font-size:18px;transition:transform .35s;display:grid;position:relative}.hero-actions .button:hover{background:#17143f;transform:translateY(-3px);box-shadow:0 20px 38px #221c533b}.hero-actions .button:hover:before{opacity:.9;transform:translateY(-7px)}.hero-actions .button:hover span{transform:rotate(45deg)}.hero-actions .text-link{color:#172053;border:0;gap:15px;padding:8px 0;font-size:13px;font-weight:700;position:relative}.hero-actions .text-link:after{content:"";transform-origin:0;background:linear-gradient(90deg,#18aaa7,#8541cb,#db52a1);height:2px;transition:transform .35s;position:absolute;bottom:3px;left:0;right:54px;transform:scaleX(.3)}.hero-actions .text-link span{background:#ffffffa8;border:1px solid #35376d2e;border-radius:50%;place-items:center;width:42px;height:42px;font-size:17px;transition:transform .35s,background .35s,color .35s;display:grid}.hero-actions .text-link:hover:after{transform:scaleX(1)}.hero-actions .text-link:hover span{color:#fff;background:#813fc8;transform:translateY(5px)}@media (max-width:520px){.hero-actions{gap:17px;width:100%}.hero-actions .button{width:100%;min-width:0}.hero-actions .text-link{justify-content:space-between;align-self:stretch}}.kicker,.section-label{letter-spacing:.19em;font-size:clamp(13px,1.05vw,16px);font-weight:700;line-height:1.4}.kicker{gap:17px}.kicker span{background:linear-gradient(90deg,#18aaa7,#823fca,#db52a1);border-radius:2px;width:45px;height:2px}@media (max-width:520px){.kicker,.section-label{letter-spacing:.15em;font-size:12px}.kicker{gap:12px}.kicker span{width:31px}}.inclusive-art:after{content:"";pointer-events:none;background:radial-gradient(circle at 76% 26%,#ffffff4d,#0000 22%),linear-gradient(135deg,#ffffff14,#0000 52%);position:absolute;inset:0}.inclusive-message{z-index:4;color:#fff;text-shadow:0 6px 25px #221f5b3d;flex-direction:column;display:flex;position:absolute;bottom:9%;left:9%}.inclusive-message small{letter-spacing:.22em;text-transform:uppercase;margin-bottom:12px;font-size:11px;font-weight:700}.inclusive-message strong{font:600 clamp(37px,4.1vw,66px)/.92 var(--font-hero),sans-serif;letter-spacing:-.045em}.inclusive-message em{font:400 clamp(43px,4.8vw,76px)/.95 var(--font-script),cursive;color:#fff2cd;margin-top:9px}.dumbbell-sketch{z-index:3;filter:drop-shadow(0 15px 18px #28236433);border:5px solid #ffffffe0;border-left:0;border-right:0;border-radius:12px;width:180px;height:50px;position:absolute;top:18%;right:13%;transform:rotate(-12deg)}.dumbbell-sketch:before{content:"";background:#ffffffeb;border-radius:10px;height:7px;position:absolute;top:17px;left:30px;right:30px}.dumbbell-sketch i{border:5px solid #ffffffe6;border-radius:8px;width:24px;height:75px;position:absolute;top:-17px}.dumbbell-sketch i:after{content:"";border:4px solid #fff2cdd9;border-radius:8px;position:absolute;inset:9px -15px}.shaker-sketch{z-index:3;color:#fff;filter:drop-shadow(0 15px 18px #28236433);border:5px solid #ffffffe0;border-radius:13px 13px 22px 22px;place-items:center;width:72px;height:118px;display:grid;position:absolute;top:41%;right:12%;transform:rotate(8deg)}.shaker-sketch:before{content:"";border:5px solid #ffffffe6;border-radius:7px 7px 3px 3px;height:18px;position:absolute;top:-22px;left:5px;right:5px}.shaker-sketch:after{content:"";background:#fff2cdcc;height:2px;position:absolute;top:25px;left:7px;right:7px;box-shadow:0 9px #fff2cd73}.shaker-sketch span{font:700 12px var(--font-hero),sans-serif;letter-spacing:.15em;margin-top:24px}.shaker-sketch i{border:3px solid #fff2cd;border-radius:50%;width:18px;height:18px;position:absolute;top:49px}@media (max-width:900px){.dumbbell-sketch{width:155px;right:12%}.shaker-sketch{right:10%}.inclusive-message strong{font-size:clamp(38px,7vw,62px)}.inclusive-message em{font-size:clamp(46px,8vw,72px)}}@media (max-width:520px){.inclusive-message{bottom:8%;left:7%}.inclusive-message small{font-size:9px}.inclusive-message strong{font-size:37px}.inclusive-message em{font-size:47px}.dumbbell-sketch{width:120px;top:16%;right:8%;transform:rotate(-12deg)scale(.8)}.shaker-sketch{top:42%;right:10%;transform:rotate(8deg)scale(.8)}}.dumbbell-sketch{background:linear-gradient(#f8fbff 0%,#a9c7dd 42%,#fff 58%,#799dbb 100%);border:0;border-radius:12px;height:42px;box-shadow:inset 0 2px 2px #ffffffe6,inset 0 -3px 4px #1f4b7947}.dumbbell-sketch:before{background:repeating-linear-gradient(90deg,#597e9f 0 3px,#d9edf7 3px 7px);border:2px solid #ffffffa6;height:12px;top:15px;left:23px;right:23px}.dumbbell-sketch i:first-child{left:7px}.dumbbell-sketch i:last-child{right:7px}.dumbbell-sketch i:after{background:linear-gradient(90deg,#282d67d9,#7f4bb1e0);border:3px solid #fff4d5e6;inset:10px -11px;box-shadow:inset 4px 0 5px #ffffff40}.shaker-sketch{background:linear-gradient(100deg,#ffffff7a,#69c5d842 48%,#5b379f57);border:3px solid #ffffffd1;box-shadow:inset 10px 0 16px #ffffff38,inset -8px 0 12px #37227f2e}.shaker-sketch:before{background:repeating-linear-gradient(90deg,#593a91 0 5px,#7651b4 5px 9px);border:2px solid #ffffffe0;height:20px;top:-23px;left:4px;right:4px;box-shadow:0 4px 8px #2a1c6333}.shaker-sketch i{border-color:#ffffffe6;top:66px;box-shadow:0 0 0 4px #fff2cd2e}.wellness-lotus{z-index:3;filter:drop-shadow(0 15px 18px #28236430);width:150px;height:122px;position:absolute;top:28%;left:11%}.wellness-lotus i{transform-origin:bottom;background:linear-gradient(145deg,#ffffff6b,#ffe4a42e);border:3px solid #ffffffe0;border-radius:100% 0;width:54px;height:82px;position:absolute;bottom:22px;left:49px}.wellness-lotus i:first-child{transform:rotate(-64deg)}.wellness-lotus i:nth-child(2){transform:rotate(-32deg)}.wellness-lotus i:nth-child(3){transform:rotate(0)}.wellness-lotus i:nth-child(4){transform:rotate(32deg)}.wellness-lotus i:nth-child(5){transform:rotate(64deg)}.wellness-lotus:after{content:"";border-bottom:3px solid #ffffffc7;border-radius:50%;height:16px;position:absolute;bottom:15px;left:18px;right:18px}.wellness-lotus span{text-align:center;color:#fff2cd;font:400 18px var(--font-script),cursive;position:absolute;bottom:-7px;left:0;right:0}@media (max-width:900px){.wellness-lotus{top:28%;left:10%}}@media (max-width:520px){.wellness-lotus{top:27%;left:3%;transform:scale(.72)}}.dumbbell-sketch{width:210px;height:96px;box-shadow:none;background:0 0;border-radius:0;top:17%;right:11%}.dumbbell-sketch:before{background:repeating-linear-gradient(90deg,#dff2fa 0 5px,#6689a8 5px 8px);border:2px solid #fffc;height:13px;top:42px;left:34px;right:34px;box-shadow:0 3px 8px #222b5e40}.dumbbell-sketch i{background:linear-gradient(90deg,#253664,#6155a9 48%,#b84e9e);border:3px solid #ffffffb8;border-radius:7px;width:27px;height:85px;top:6px;box-shadow:inset 6px 0 7px #fff3,inset -5px 0 7px #130f3b4d,0 5px 9px #28236433}.dumbbell-sketch i:first-child{left:20px;box-shadow:-11px 0 0 -3px #283966,-18px 0 0 -6px #fff2cd,inset 6px 0 7px #fff3}.dumbbell-sketch i:last-child{right:20px;box-shadow:11px 0 0 -3px #283966,18px 0 0 -6px #fff2cd,inset -6px 0 7px #130f3b4d}.dumbbell-sketch i:after{display:none}.shaker-sketch{clip-path:polygon(7% 0,93% 0,84% 100%,16% 100%);background:linear-gradient(105deg,#ffffff8c,#51c0d252 44%,#5b359d7a);border:3px solid #ffffffdb;border-radius:18px 18px 28px 28px;width:88px;height:142px;top:41%;right:12%;box-shadow:inset 13px 0 16px #ffffff40,inset -9px 0 13px #23185c33}.shaker-sketch:before{background:repeating-linear-gradient(90deg,#2b3f78 0 5px,#7453b7 5px 10px);border:3px solid #ffffffe6;border-radius:9px 9px 3px 3px;height:27px;top:-28px;left:10px;right:10px;box-shadow:0 -7px 0 -2px #fff2cd}.shaker-sketch:after{background:#fff2cd;height:3px;top:34px;left:16px;right:16px;box-shadow:0 13px #fff2cdb3,0 26px #fff2cd73}.shaker-sketch span{letter-spacing:.1em;margin-top:35px;font-size:10px}.shaker-sketch i{border:3px dashed #ffffffe6;width:22px;height:22px;top:89px}.wellness-lotus{top:8%;left:9%}@media (max-width:900px){.dumbbell-sketch{width:185px;right:8%}.shaker-sketch{right:9%}.wellness-lotus{top:7%;left:7%}}@media (max-width:520px){.dumbbell-sketch{width:145px;top:14%;right:2%;transform:rotate(-10deg)scale(.72)}.shaker-sketch{top:39%;right:7%;transform:rotate(7deg)scale(.72)}.wellness-lotus{top:3%;left:1%;transform:scale(.66)}}.inclusive-illustration{z-index:1;object-fit:cover;object-position:58% center;width:100%;height:100%;position:absolute;inset:0}.inclusive-art:after{z-index:2;background:linear-gradient(90deg,#232a699e 0%,#272f7029 45%,#0000 70%),linear-gradient(#0000 52%,#28216257)}.inclusive-message{z-index:3}.sun,.path,.dumbbell-sketch,.shaker-sketch,.wellness-lotus{display:none}@media (max-width:900px){.inclusive-illustration{object-position:61% center}}@media (max-width:520px){.inclusive-illustration{object-position:64% center}.inclusive-art:after{background:linear-gradient(90deg,#232a69ad,#272f701f 65%),linear-gradient(#0000 46%,#28216266)}}.hero{grid-template-columns:1fr;min-height:calc(100vh - 96px)}.hero-copy{background:radial-gradient(circle at 7% 15%,#f2b45b33,#0000 30%),radial-gradient(circle at 88% 80%,#db52a121,#0000 29%),linear-gradient(115deg,#fffaf1 0%,#fff 58%,#f8edff 100%);width:100%;padding-right:max(9vw,40px)}.hero-copy>*{max-width:760px}@media (max-width:900px){.hero{min-height:auto}.hero-copy{padding-right:25px}}.inclusive-copy h2 em{color:var(--violet);font-weight:500}.inclusive-copy .text-link{color:#172053;background:linear-gradient(110deg,#e2faf7f5,#f5e8fff5 55%,#ffe6f3f5);border:1px solid #8338c72e;border-radius:999px;justify-content:space-between;align-self:flex-start;gap:24px;min-width:245px;margin-top:8px;padding:9px 10px 9px 22px;transition:transform .3s,box-shadow .3s,border-color .3s;position:relative;overflow:hidden;box-shadow:0 13px 30px #52358521,inset 0 1px #fff}.inclusive-copy .text-link:before{content:"";filter:blur(18px);opacity:.2;background:linear-gradient(90deg,#18aaa7,#8338c7,#db52a1);border-radius:50%;height:50px;transition:opacity .3s,transform .3s;position:absolute;inset:auto 30% -28px 12%}.inclusive-copy .text-link span{z-index:1;color:#fff;background:linear-gradient(135deg,#18aaa7,#6a55d1 58%,#db52a1);border-radius:50%;flex:0 0 42px;place-items:center;width:42px;height:42px;font-size:18px;transition:transform .35s;display:grid;position:relative;box-shadow:0 7px 16px #6741aa40}.inclusive-copy .text-link:hover{border-color:#8338c759;transform:translateY(-3px);box-shadow:0 19px 38px #52358530,inset 0 1px #fff}.inclusive-copy .text-link:hover:before{opacity:.38;transform:translateY(-5px)}.inclusive-copy .text-link:hover span{transform:translate(4px)}.hero-stair-title{flex-direction:column;align-items:flex-start;gap:.13em;line-height:.82;display:flex}.hero-stair-title span,.hero-stair-title em{white-space:nowrap;display:block}.hero-stair-title span:nth-child(2){margin-left:.42em}.hero-stair-title em{margin-left:.84em}@media (max-width:700px){.hero-stair-title{gap:.16em;line-height:.86}.hero-stair-title span:nth-child(2){margin-left:.18em}.hero-stair-title em{margin-left:.36em}}@media (max-width:400px){.hero-stair-title span,.hero-stair-title em{white-space:normal}.hero-stair-title span:nth-child(2),.hero-stair-title em{margin-left:.12em}}.booking{background:radial-gradient(circle at 8% 13%,#1ab0aa52,#0000 30%),radial-gradient(circle at 93% 87%,#db52a157,#0000 34%),linear-gradient(135deg,#15143d,#211747 58%,#301943);position:relative;overflow:hidden}.booking:before,.booking:after{content:"";pointer-events:none;border:1px solid #ffffff1a;border-radius:50%;position:absolute}.booking:before{width:460px;height:460px;bottom:-300px;left:-270px}.booking:after{width:320px;height:320px;top:-210px;right:-190px}.booking>div{z-index:1;position:relative}.booking-card{background:linear-gradient(145deg,#fffcf6fa,#fbeffff7);border:1px solid #ffffffbd;border-radius:30px;padding:38px 40px 34px;position:relative;overflow:hidden;box-shadow:0 38px 75px #0504235c,0 10px #7e47ad2e,inset 0 1px #fff}.booking-card:before{content:"";background:linear-gradient(90deg,#18aaa7,#1677d2 33%,#8338c7 67%,#db52a1);height:7px;position:absolute;inset:0 0 auto}.booking-card:after{content:"";pointer-events:none;background:radial-gradient(circle,#db52a12e,#0000 68%);border-radius:50%;width:180px;height:180px;position:absolute;top:-100px;right:-80px}.booking-top{z-index:1;border-bottom:1px solid #684d8f21;align-items:center;padding-bottom:20px;position:relative}.agenda-label{color:#293366;align-items:center;gap:9px;font-weight:800;display:flex}.agenda-label i{color:#fff;background:linear-gradient(135deg,#18aaa7,#1677d2);border-radius:9px;place-items:center;width:27px;height:27px;font-size:12px;font-style:normal;display:grid;box-shadow:0 6px 13px #1677d233}.booking-top .soon{background:#ffffffb3;border:1px solid #8338c729;border-radius:999px;align-items:center;gap:8px;padding:8px 12px;font-weight:800;display:flex;box-shadow:0 6px 15px #52358512}.booking-top .soon i{background:#18aaa7;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 5px #18aaa71f}.booking-card h3{-webkit-text-fill-color:transparent;background:linear-gradient(100deg,#172053,#6438a8 70%,#c94198);-webkit-background-clip:text;background-clip:text;margin:31px 0 14px;font-size:clamp(30px,3vw,42px);line-height:1.06}.booking-card>p{color:#69627b;max-width:600px;font-size:14px;line-height:1.75}.booking-steps{gap:12px;margin:30px 0 28px;position:relative}.booking-steps span{color:#303866;background:#ffffffa3;border:1px solid #64498b1f;border-radius:16px;flex:1;min-height:72px;padding:13px 12px;font-weight:700;box-shadow:0 9px 20px #4a2f7412}.booking-steps b{background:linear-gradient(145deg,#dff8f4,#ecdafa);flex:0 0 34px;width:34px;height:34px;font-size:12px;box-shadow:inset 0 0 0 1px #8338c71a}.booking-steps i{color:#9b75c0;font-size:16px}.booking-card .button.white{background:#191743;border-radius:999px;justify-content:space-between;padding:10px 11px 10px 25px;position:relative;overflow:hidden;box-shadow:0 16px 34px #34257038}.booking-card .button.white:before{content:"";filter:blur(17px);opacity:.65;background:linear-gradient(90deg,#18aaa7,#6755d3,#db52a1);border-radius:50%;height:62px;position:absolute;inset:auto 18% -35px 10%}.booking-card .button.white span{background:linear-gradient(135deg,#18aaa7,#7352cf 58%,#db52a1);border-radius:50%;place-items:center;width:43px;height:43px;transition:transform .3s;display:grid;position:relative}.booking-card .button.white:hover{background:#191743;transform:translateY(-3px);box-shadow:0 22px 42px #3425704d}.booking-card .button.white:hover span{transform:rotate(45deg)}.booking-card>small{color:#766d83;margin-top:18px;font-weight:700}@media (max-width:620px){.booking-card{border-radius:23px;padding:30px 20px 26px}.booking-top{align-items:flex-start;gap:12px}.booking-top .soon{padding:7px 9px}.booking-steps{flex-direction:column;align-items:stretch}.booking-steps span{width:100%;min-height:58px}.booking-steps i{display:none}.booking-card .button.white{padding-left:17px;font-size:12px}}.contact-options{gap:11px;margin:28px 0 24px;display:grid}.contact-option{background:#ffffffad;border:1px solid #64498b21;border-radius:17px;grid-template-columns:42px minmax(0,1fr) 30px;align-items:center;gap:13px;padding:13px 14px;transition:transform .25s,box-shadow .25s,border-color .25s;display:grid;box-shadow:0 9px 20px #4a2f7412}.contact-option:hover{border-color:#8338c747;transform:translateY(-2px);box-shadow:0 14px 27px #4a2f7421}.contact-option>b{color:#623ca1;background:linear-gradient(145deg,#dff8f4,#ecdafa);border-radius:13px;place-items:center;width:42px;height:42px;font-size:18px;display:grid}.contact-option>span{flex-direction:column;gap:4px;min-width:0;display:flex}.contact-option small{color:#787185;text-transform:uppercase;letter-spacing:.09em;font-size:9px;font-weight:800}.contact-option strong{color:#293366;overflow-wrap:anywhere;font-size:13px}.contact-option>i{color:#7e47ad;background:#eee5f6;border-radius:50%;place-items:center;width:30px;height:30px;font-style:normal;display:grid}.contact-option-primary{background:linear-gradient(105deg,#1a1945,#3d347b 62%,#713b81);border-color:#0000;box-shadow:0 15px 30px #3425703d}.contact-option-primary small,.contact-option-primary strong{color:#fff}.contact-option-primary>i{color:#fff;background:linear-gradient(135deg,#18aaa7,#7352cf 58%,#db52a1)}.contact-option-primary>b{color:#fff;background:#ffffff21}.contact-option-primary:hover{border-color:#0000;box-shadow:0 19px 38px #34257052}@media (max-width:620px){.contact-option{grid-template-columns:38px minmax(0,1fr) 28px;gap:10px;padding:12px 10px}.contact-option>b{width:38px;height:38px}.contact-option strong{font-size:12px}.contact-option small{font-size:8px}}.nav{background:linear-gradient(105deg,#fffaf1f7,#fffffff5 55%,#faf0fff7);gap:30px;height:122px;padding-inline:max(3.2vw,28px);box-shadow:0 9px 30px #36266014}.nav .brand{gap:18px}.nav .brand-logo{background:#fff;border:2px solid #fffffff2;width:82px;height:82px;padding:4px;transition:transform .3s,box-shadow .3s;box-shadow:0 12px 28px #452e7f30,0 0 0 5px #8338c712}.nav .brand:hover .brand-logo{transform:translateY(-2px)scale(1.035);box-shadow:0 17px 34px #452e7f3d,0 0 0 6px #18aaa717}.nav .brand-wording b{font-size:32px;line-height:1.32}.nav .brand-wording small{letter-spacing:.16em;margin-top:-2px;font-size:10px}.nav-links a{padding-block:49px 46px}.nav-links a:after{bottom:35px}.service-card{scroll-margin-top:145px}@media (max-width:1150px){.nav{gap:18px}.nav .brand-logo{width:72px;height:72px}.nav .brand-wording b{font-size:26px}.nav .brand-wording small{font-size:8px}.nav-links a{padding-block:49px 46px}}@media (max-width:940px){.nav{height:100px;padding-inline:22px}.nav .brand-logo{width:68px;height:68px}.nav .brand-wording b{font-size:27px}.nav .brand-wording small{font-size:8px}.mobile-menu summary{width:52px;height:52px}.mobile-menu summary span{width:22px}.hero{min-height:auto}.manifesto,.booking,.hero{scroll-margin-top:100px}}@media (max-width:480px){.nav{height:90px;padding-inline:13px}.nav .brand{gap:10px}.nav .brand-logo{width:58px;height:58px;padding:3px}.nav .brand-wording b{font-size:21px}.nav .brand-wording small{letter-spacing:.1em;font-size:6.5px}.mobile-menu summary{width:46px;height:46px}.manifesto,.booking,.hero{scroll-margin-top:90px}}.nav{height:140px}.nav .brand-logo{width:104px;height:104px;padding:5px}.hero{min-height:calc(100vh - 140px)}.manifesto,.booking,.hero{scroll-margin-top:140px}@media (max-width:1150px){.nav{height:124px}.nav .brand-logo{width:92px;height:92px}.hero{min-height:calc(100vh - 124px)}.manifesto,.booking,.hero{scroll-margin-top:124px}}@media (max-width:940px){.nav{height:108px}.nav .brand-logo{width:78px;height:78px}.hero{min-height:auto}.manifesto,.booking,.hero{scroll-margin-top:108px}}@media (max-width:480px){.nav{height:96px}.nav .brand-logo{width:64px;height:64px}.manifesto,.booking,.hero{scroll-margin-top:96px}}.about-emy{background:radial-gradient(circle at 6% 8%,#ffd5843d,#0000 28%),radial-gradient(circle at 94% 90%,#db52a124,#0000 30%),#fff;padding:110px max(7vw,40px);position:relative;overflow:hidden}.about-emy:before{content:"EMY";font:700 clamp(110px,16vw,240px)/1 var(--font-hero),sans-serif;color:#8338c709;letter-spacing:-.08em;pointer-events:none;position:absolute;top:8px;right:-20px}.about-heading{z-index:1;max-width:920px;position:relative}.about-heading h2{margin:24px 0 25px;font-size:clamp(48px,5.5vw,78px);line-height:1}.about-heading h2 em{color:var(--violet);font-weight:500}.about-lead{color:#55536a;max-width:760px;font:500 clamp(19px,1.7vw,25px)/1.55 var(--font-display),serif;margin:0}.about-panel{z-index:1;grid-template-columns:.85fr 1.15fr;gap:24px;margin-top:54px;display:grid;position:relative}.about-story,.about-goals{background:linear-gradient(145deg,#fffcf6fa,#faf1fff0);border:1px solid #664a911f;border-radius:25px;box-shadow:0 24px 50px #422c691a,inset 0 1px #fff}.about-story{flex-direction:column;padding:34px;display:flex}.about-story>p{color:#646174;margin:0 0 18px;font-size:14px;line-height:1.8}.home-highlight{background:linear-gradient(110deg,#e5faf6,#eee6fb 58%,#ffedf5);border-radius:17px;align-items:center;gap:15px;margin-top:auto;padding:18px;display:flex}.home-highlight>span{color:#fff;background:linear-gradient(135deg,#18aaa7,#6c58d1 65%,#db52a1);border-radius:14px;flex:0 0 45px;place-items:center;width:45px;height:45px;font-size:23px;display:grid;box-shadow:0 9px 20px #51369b33}.home-highlight div{flex-direction:column;gap:4px;display:flex}.home-highlight b{color:#20295e;font-size:14px}.home-highlight small{color:#68657a;line-height:1.5}.about-goals{padding:32px}.about-goals-title{color:#2d3568;letter-spacing:.14em;text-transform:uppercase;margin:0 0 20px;font-size:12px;font-weight:800}.about-goals ul{grid-template-columns:1fr 1fr;gap:12px;margin:0;padding:0;list-style:none;display:grid}.about-goals li{color:#30365f;background:#ffffffb3;border:1px solid #6b4c951a;border-radius:17px;min-height:104px;padding:17px;font-size:13px;font-weight:700;line-height:1.45;box-shadow:0 9px 21px #4830700f}.about-goals li>span{-webkit-text-fill-color:transparent;font:700 22px/1 var(--font-display),serif;background:linear-gradient(90deg,#18aaa7,#8338c7,#db52a1);-webkit-background-clip:text;background-clip:text;margin-bottom:9px;display:block}.about-goals li small{color:#7a7285;margin-top:3px;font-weight:500;display:block}.about-contact{z-index:1;background:linear-gradient(100deg,#e5faf6db,#fffffff2 45%,#ffedf5db);border:1px solid #18aaa726;border-radius:21px;grid-template-columns:1fr auto;align-items:center;gap:20px;margin-top:25px;padding:23px 27px;display:grid;position:relative}.about-contact p{color:#424563;margin:0;font-size:14px;line-height:1.65}.about-contact .text-link{justify-content:space-between;min-width:210px;padding:10px 0}.about-contact>small{color:#8338c7;font:400 22px var(--font-script),cursive;grid-column:1/-1}@media (max-width:900px){.about-emy{padding:85px 25px}.about-panel{grid-template-columns:1fr}.about-goals ul{grid-template-columns:1fr 1fr}.about-contact{grid-template-columns:1fr}.about-contact .text-link{justify-self:start}.about-contact>small{grid-column:auto}}@media (max-width:560px){.about-heading h2{font-size:48px}.about-panel{margin-top:38px}.about-story,.about-goals{border-radius:20px;padding:23px}.about-goals ul{grid-template-columns:1fr}.about-goals li{min-height:auto}.about-contact{padding:21px}.home-highlight{align-items:flex-start}}@media (max-width:940px){main{padding-top:108px}.nav{z-index:100;width:100%;position:fixed;top:0;left:0;right:0}}@media (max-width:480px){main{padding-top:96px}}.nav-links{gap:clamp(24px,2.8vw,52px)}.mobile-menu>div{padding:10px}.mobile-menu>div>a{color:#293366;align-items:center;gap:12px;margin:3px 0;padding:15px 14px;font-weight:700;display:flex}.mobile-menu>div>a>span{font:700 11px var(--font-display),serif;color:#9a72c7}.mobile-menu .mobile-booking-link{color:#172053;background:linear-gradient(105deg,#e3f9f5,#eee4fb 55%,#ffe8f3);margin-top:9px}.mobile-menu .mobile-booking-link:hover{background:linear-gradient(105deg,#d8f6f1,#e8dcf8 55%,#ffdeed)}footer{min-height:430px;padding-right:max(27vw,310px);position:relative;overflow:hidden}footer:before{content:"";pointer-events:none;background:radial-gradient(circle,#fffc,#d2bcef4d 48%,#0000 70%);border-radius:50%;width:320px;height:320px;position:absolute;top:18px;right:-70px}.footer-brand{align-items:center;min-height:86px;display:inline-flex;position:static}.footer-brand .footer-logo{z-index:2;background:#fff;border:3px solid #ffffffe6;width:205px;height:205px;padding:7px;position:absolute;top:55px;right:max(7vw,48px);box-shadow:0 25px 55px #412a7638,0 0 0 9px #8338c712}.footer-brand .brand-wording{margin-left:78px}.footer-brand .brand-wording b{font-size:clamp(38px,3.5vw,54px);line-height:1.25}.footer-brand .brand-wording small{letter-spacing:.17em;margin-top:-2px;font-size:11px}footer>p{margin-top:30px}.footer-links{z-index:2;position:relative}@media (max-width:900px){footer{min-height:470px;padding-right:210px}.footer-brand .footer-logo{width:155px;height:155px;top:65px;right:28px}.footer-brand .brand-wording{margin-left:0}.footer-brand .brand-wording b{font-size:38px}.footer-links{padding-right:0}}@media (max-width:620px){footer{min-height:590px;padding-top:55px;padding-right:25px}.footer-brand{max-width:calc(100% - 115px);min-height:120px}.footer-brand .footer-logo{width:110px;height:110px;padding:4px;top:48px;right:18px}.footer-brand .brand-wording b{white-space:normal;font-size:29px}.footer-brand .brand-wording small{font-size:7px}.footer-links{margin-top:35px}.footer-bottom{margin-top:42px}}.footer-siret{z-index:3;text-align:center;color:#69627b;letter-spacing:.09em;white-space:nowrap;width:205px;font-size:10px;font-weight:700;position:absolute;top:278px;right:max(7vw,48px)}.footer-links a[href^=tel\:]{color:#2766a5;font-weight:700}@media (max-width:900px){.footer-siret{width:155px;font-size:8px;top:232px;right:28px}}@media (max-width:620px){.footer-siret{letter-spacing:.04em;width:110px;font-size:6.5px;top:170px;right:18px}.footer-links a{overflow-wrap:anywhere}}.pricing{background:radial-gradient(circle at 7% 8%,#18aaa72b,#0000 27%),radial-gradient(circle at 93% 88%,#db52a129,#0000 29%),linear-gradient(145deg,#fffaf2,#f8f2ff 55%,#fff3f8);padding:115px max(7vw,40px);position:relative;overflow:hidden}.pricing:before{content:"€";color:#8338c70b;font:700 290px/1 var(--font-hero),sans-serif;pointer-events:none;position:absolute;top:0;right:4%}.pricing-heading{z-index:1;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:55px;display:flex;position:relative}.pricing-heading h2{margin-top:23px;font-size:clamp(48px,5.3vw,76px);line-height:1.02}.pricing-heading h2 em{color:var(--violet);font-weight:500}.launch-period{background:#ffffffb8;border:1px solid #8338c726;border-radius:18px;align-items:center;gap:14px;padding:16px 20px;display:flex;box-shadow:0 13px 28px #472f6f17}.launch-period>span{color:#fff;background:linear-gradient(135deg,#18aaa7,#7c4ed0 62%,#db52a1);border-radius:14px;place-items:center;width:42px;height:42px;display:grid;box-shadow:0 8px 18px #5c39a138}.launch-period p{flex-direction:column;gap:4px;margin:0;display:flex}.launch-period small{text-transform:uppercase;letter-spacing:.13em;color:#81778b;font-size:9px}.launch-period b{color:#2b3467;font-size:14px}.pricing-layout{z-index:1;grid-template-columns:minmax(370px,.9fr) 1.1fr;align-items:center;gap:55px;display:grid;position:relative}.pricing-poster{background:#ffffffe0;border:1px solid #6a4c9421;border-radius:28px;margin:0;padding:14px 14px 18px;position:relative;transform:rotate(-1.2deg);box-shadow:0 35px 70px #3d28652e,0 9px #764ca714}.pricing-poster:before{content:"OFFRE";z-index:2;color:#fff;letter-spacing:.16em;background:linear-gradient(100deg,#18aaa7,#724fce 58%,#db52a1);border-radius:999px;padding:9px 16px;font-size:10px;font-weight:800;position:absolute;top:34px;right:-18px;box-shadow:0 12px 25px #5b379b3d}.pricing-poster img{object-fit:contain;border-radius:18px;width:100%;max-height:790px;display:block}.pricing-poster figcaption{text-align:center;color:#777083;padding:14px 8px 0;font-size:10px;line-height:1.5}.pricing-summary{background:#ffffffc2;border:1px solid #694b941f;border-radius:28px;padding:38px;box-shadow:0 26px 55px #402a681c,inset 0 1px #fff}.pricing-intro{color:#5c586b;font:500 clamp(18px,1.55vw,23px)/1.55 var(--font-display),serif;margin:0 0 25px}.price-list{flex-direction:column;gap:9px;display:flex}.price-list>div{color:#31375f;background:#ffffffb8;border:1px solid #684b9117;border-radius:15px;justify-content:space-between;align-items:center;gap:18px;padding:14px 16px;font-size:12px;font-weight:700;display:flex}.price-list small{white-space:nowrap;align-items:center;gap:10px;display:flex}.price-list del{color:#958aa0;font-size:11px}.price-list strong{color:#8338c7;min-width:49px;font-size:19px}.price-list .price-featured{background:linear-gradient(100deg,#e9faf6,#f2eafb 60%,#ffe7f1);border-color:#db52a133}.price-list .price-featured strong{color:#d5459c}.travel-note{background:linear-gradient(110deg,#e7faf7,#f0eafb 55%,#fff0f6);border-radius:17px;align-items:center;gap:14px;margin:22px 0;padding:17px;display:flex}.travel-note>span{color:#7a4fc6;background:#fff;border-radius:13px;flex:0 0 42px;place-items:center;width:42px;height:42px;font-size:22px;display:grid;box-shadow:0 7px 15px #51357f1a}.travel-note p{flex-direction:column;gap:4px;margin:0;display:flex}.travel-note b{color:#293367;font-size:12px}.travel-note small{color:#736d7d;font-size:10px;line-height:1.45}.pricing-button{border-radius:999px;justify-content:space-between;width:100%;padding:11px 12px 11px 24px}.pricing-button span{background:#fff3;border-radius:50%;place-items:center;width:42px;height:42px;display:grid}@media (max-width:950px){.pricing{padding:90px 25px}.pricing-heading{flex-direction:column;align-items:flex-start}.pricing-layout{grid-template-columns:1fr;max-width:720px;margin-inline:auto}.pricing-poster{transform:none}.pricing-poster img{max-height:none}}@media (max-width:560px){.pricing{padding:80px 18px}.pricing-heading h2{font-size:47px}.launch-period{width:100%}.pricing-layout{gap:32px}.pricing-poster{border-radius:21px;padding:8px 8px 14px}.pricing-poster:before{top:19px;right:5px}.pricing-summary{border-radius:22px;padding:23px 17px}.price-list>div{flex-direction:column;align-items:flex-start;gap:8px}.price-list small{align-self:flex-end}.travel-note{align-items:flex-start}}.pricing-layout{max-width:760px;margin-inline:auto;display:block}.pricing-poster{width:100%;transform:none}.pricing-poster img{max-height:none}.service-visual.has-photo{background:#d9c8bb;overflow:hidden}.service-visual.has-photo:after{z-index:1;width:auto;height:auto;box-shadow:none;background:linear-gradient(#25193e1a,#0000 38%,#241840ad);border:0;border-radius:0;inset:0}.service-photo{z-index:0;filter:saturate(.88)contrast(1.02);width:350%;max-width:none;height:auto;position:absolute;top:-82%;left:-50%}.service-visual.has-photo .visual-number,.service-visual.has-photo small{z-index:3;text-shadow:0 3px 13px #1c1236a6}.service-visual.has-photo small{max-width:190px;font-weight:800}.service-photo-coaching{left:-15%}.service-benefits{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 12px;margin:14px 0 0;padding:0;list-style:none;display:grid}.service-benefits li{color:#555267;align-items:center;gap:7px;font-size:10px;font-weight:700;display:flex}.service-benefits li span{color:#8338c7;background:linear-gradient(135deg,#e6faf6,#eadcf8);border-radius:50%;flex:0 0 20px;place-items:center;width:20px;height:20px;font-size:10px;display:grid}.service-panel:has(.service-benefits) .panel-details>a{margin-top:13px}@media (max-width:640px){.service-photo{width:520%;top:-70%;left:-110%}.service-photo-coaching{left:-58%}.service-benefits{grid-template-columns:1fr}.is-active .panel-details:has(.service-benefits){max-height:470px}.service-panel:has(.service-benefits).is-active{min-height:610px}}@media (max-width:520px){.service-photo{width:680%;top:-36%;left:-145%}.service-photo-coaching{left:-76%}.service-benefits li{font-size:9px}.service-panel:has(.service-benefits).is-active{min-height:660px}}.footer-contact-row{z-index:4;align-items:center;gap:28px;margin-top:24px;display:flex;position:relative}.footer-contact-row .footer-links{flex-wrap:wrap;justify-content:flex-start;margin:0}.footer-instagram{background:#ffffffc2;border:1px solid #8338c729;border-radius:18px;flex:none;align-items:center;gap:13px;padding:9px 15px 9px 9px;transition:transform .25s,box-shadow .25s;display:flex;box-shadow:0 12px 28px #412a761f}.footer-instagram:hover{transform:translateY(-3px);box-shadow:0 17px 34px #412a762e}.footer-instagram img{object-fit:cover;border-radius:12px;width:92px;height:92px}.footer-instagram span{flex-direction:column;gap:5px;display:flex}.footer-instagram b{color:#26356d;font-size:12px}.footer-instagram small{color:#bd3d91;letter-spacing:.04em;font-size:9px}@media (max-width:1050px){.footer-contact-row{flex-direction:column;align-items:flex-start}.footer-instagram{align-self:flex-start}}@media (max-width:620px){.footer-instagram{justify-content:flex-start;width:100%}.footer-instagram img{width:82px;height:82px}.footer-instagram b{font-size:11px}.footer-contact-row{margin-top:28px}.footer-bottom{margin-top:32px}html,body{color:#172053;background:#fffaf4;width:100%;max-width:100%;overflow-x:hidden}main,section,footer,.nav{width:100%;min-width:0;max-width:100%}.nav{background:#fff9f0fa;height:88px;padding:0 14px}.nav .brand{gap:9px;min-width:0}.nav .brand-logo{flex:0 0 58px;width:58px;height:58px}.nav .brand-wording{min-width:0}.nav .brand-wording b{white-space:normal;font-size:19px}.nav .brand-wording small{white-space:nowrap;font-size:6.5px}.mobile-menu{flex:none}.mobile-menu>div{width:min(330px,100vw - 24px);max-height:calc(100vh - 105px);left:auto;right:0;overflow-y:auto}.hero-copy{background:radial-gradient(circle at 4% 8%,#f2b45b38,#0000 32%),radial-gradient(circle at 96% 88%,#db52a124,#0000 31%),linear-gradient(135deg,#fffaf1,#fff 58%,#f8edff);min-width:0;padding:58px 20px 68px}.hero-copy>*{width:100%;min-width:0;max-width:100%}.hero-stair-title{gap:10px;margin:28px 0 32px;font-size:clamp(40px,11.3vw,48px);line-height:.98}.hero-stair-title span,.hero-stair-title em{white-space:normal;max-width:100%}.hero-stair-title span:nth-child(2){margin-left:4vw}.hero-stair-title em{margin-left:8vw}.hero-text{overflow-wrap:anywhere;font-size:15px;line-height:1.75}.hero-actions{align-items:stretch;width:100%}.hero-actions .button,.hero-actions .text-link{width:100%;max-width:100%}.trust{width:100%;min-width:0;max-width:100%;padding:20px 17px 20px 20px}.trust p,.trust b{white-space:normal;overflow-wrap:anywhere}.trust:after{opacity:.55;right:5px}.about-emy,.manifesto,.services,.pricing,.booking{padding:72px 20px}.about-heading h2,.manifesto h2,.section-heading h2,.pricing-heading h2{font-size:clamp(39px,11vw,47px);line-height:1.08}.about-lead{font-size:18px}.about-panel,.manifesto-grid,.pricing-layout,.about-story,.about-goals,.about-contact,.values div,.pricing-poster,.booking-card{width:100%;min-width:0}.about-story,.about-goals{padding:21px}.about-contact{grid-template-columns:minmax(0,1fr);padding:20px}.about-contact .text-link{width:100%;min-width:0}.home-highlight{padding:15px}.home-highlight div{min-width:0}.home-highlight b,.home-highlight small{overflow-wrap:anywhere}.manifesto-grid{gap:30px;margin-top:42px}.manifesto-grid>p{font-size:21px}.values{grid-template-columns:1fr}.values div{transform:none!important}.section-heading{gap:24px;margin-bottom:38px}.section-heading>p{max-width:100%}.service-stack{width:100%;padding-top:46px}.service-panel,.service-panel.is-active{border-radius:22px;grid-template-columns:1fr;width:100%;min-height:0;overflow:hidden}.service-visual{height:235px;min-height:235px;padding:20px}.panel-copy{min-width:0;padding:25px 20px 30px}.panel-copy h3{overflow-wrap:anywhere;font-size:32px;line-height:1.05}.panel-details>p{font-size:13px}:is(.is-active .panel-details,.is-active .panel-details:has(.service-benefits)){max-height:720px}.service-panel:has(.service-benefits).is-active{min-height:0}.service-benefits{grid-template-columns:1fr}.service-benefits li{font-size:10px}.service-photo{width:165%;top:-62%;left:-28%}.service-photo-coaching{left:-10%}.service-pagination{right:8px}.service-pagination button{background:#fff}.pricing{overflow:hidden}.pricing-heading{gap:25px;margin-bottom:38px}.launch-period{width:100%;min-width:0}.pricing-layout{grid-template-columns:minmax(0,1fr)}.pricing-poster{padding:8px}.pricing-poster img{width:100%;height:auto}.pricing-poster:before{right:4px}.booking{grid-template-columns:minmax(0,1fr);gap:42px}.booking>div{min-width:0}.booking h2{font-size:clamp(42px,11.5vw,52px);line-height:1.02}.booking-card{padding:28px 18px 24px}.booking-card h3{font-size:31px}.booking-top{flex-wrap:wrap}.booking-steps{width:100%}.booking-steps span{min-width:0}.booking-card .button.white{gap:10px;width:100%;min-width:0}footer{min-height:0;padding:52px 20px 28px}.footer-brand{width:100%;max-width:100%;min-height:105px;padding-right:104px}.footer-brand .footer-logo{width:92px;height:92px;top:42px;right:18px}.footer-brand .brand-wording{min-width:0}.footer-brand .brand-wording b{font-size:27px}.footer-siret{width:102px;font-size:6px;top:142px;right:13px}.footer-contact-row,.footer-links{width:100%;min-width:0}.footer-links{gap:18px}.footer-instagram{max-width:100%}.footer-instagram span{min-width:0}.footer-instagram small{overflow-wrap:anywhere}}@media (max-width:380px){.hero-stair-title{font-size:39px}.hero-stair-title span:nth-child(2){margin-left:2vw}.hero-stair-title em{margin-left:3vw}.nav .brand-wording b{font-size:17px}.service-photo{width:180%;top:-46%}}@media (max-width:620px){.hero h1.hero-stair-title{font-size:clamp(38px,10.5vw,44px);line-height:1}.hero-copy .hero-text{width:auto;max-width:100%;margin-right:0}.hero-copy .kicker{width:auto}.hero-copy{overflow:hidden}}.service-photo-mobile{display:none}@media (max-width:620px){.service-stack{min-height:0;padding-top:52px;display:block}.service-panel,.service-panel.is-active{border-radius:25px;grid-template-columns:1fr;width:100%;height:auto;min-height:0;display:none;position:relative;inset:auto;transform:none}.service-panel.is-active{animation:.55s cubic-bezier(.2,.75,.25,1) mobile-card-in;display:grid}.service-panel:not(.is-active){opacity:0;pointer-events:none}.service-photo-desktop{display:none}.service-photo-mobile{z-index:0;object-fit:cover;object-position:center 43%;filter:saturate(.94)contrast(1.03);width:100%;height:100%;display:block;position:absolute;inset:0}.service-visual{background:#d8c8bc;height:300px;min-height:300px;padding:22px}.service-visual.has-photo:after{background:linear-gradient(#1d143a0a,#0000 45%,#1c1339c2)}.service-visual.has-photo small{max-width:230px;font-size:8px;display:block}.panel-copy{padding:29px 22px 34px}.panel-copy h3{font-size:clamp(32px,9vw,40px)}.panel-copy .tags{margin-bottom:16px}.panel-details{opacity:1;max-height:none;overflow:visible;transform:none}:is(.is-active .panel-details,.is-active .panel-details:has(.service-benefits)){max-height:none}.service-benefits{grid-template-columns:1fr;gap:8px}.service-benefits li{font-size:11px;line-height:1.35}.service-pagination{justify-content:center;top:0;left:0;right:0}.service-pagination button{width:34px;height:34px}.service-pagination button.is-current{width:58px}}@keyframes mobile-card-in{0%{opacity:0;transform:translate(22px)scale(.985)}to{opacity:1;transform:translate(0)scale(1)}}@media (min-width:621px){.service-photo-desktop{object-fit:cover;object-position:center 42%;filter:saturate(.94)contrast(1.03);width:100%;height:100%;inset:0}}
