@import "https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600&display=swap";:root{--primary:#5c0012;--secondary:#7a0018;--accent:#d2ab66;--background:#f8f6f3;--surface:#fff;--surface-secondary:#5c0012;--border:#e8e4df;--divider:#e8e4df;--text-heading:#5c0012;--text-body:#4a3030;--text-muted:#9c7070;--text-inverse:#fff;--text-inverse-muted:#e8c8c8;--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--space-xl:32px;--space-2xl:48px;--space-3xl:64px;--section-sm:80px;--section-md:120px;--section-lg:160px;--max-width:1280px;--grid-gap:32px;--container-padding:20px;--radius-sm:8px;--radius-md:12px;--radius-lg:24px;--radius-pill:9999px;--radius-arch:200px 200px 24px 24px;--radius-circle:50%;--shadow-soft-float:0 24px 64px #5c00121a;--shadow-card-rest:0 12px 32px #5c00120f;--shadow-card-hover:0 12px 32px #5c00121a;--transition-default:all .3s ease}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background);color:var(--text-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:18px;line-height:1.6;overflow-x:hidden}.h1,h1{letter-spacing:-.03em;color:var(--text-heading);margin-bottom:var(--space-md);font-size:clamp(48px,5vw,72px);font-weight:400;line-height:1.1}.h2,h2{letter-spacing:-.02em;color:var(--text-heading);margin-bottom:var(--space-md);font-size:clamp(36px,4vw,52px);font-weight:500;line-height:1.15}.h3,h3{letter-spacing:-.01em;color:var(--text-heading);margin-bottom:var(--space-sm);font-size:clamp(28px,3vw,36px);font-weight:500;line-height:1.2}.h4,h4{letter-spacing:0;color:var(--text-heading);margin-bottom:var(--space-xs);font-size:clamp(20px,2vw,24px);font-weight:600;line-height:1.3}p{margin-bottom:var(--space-md)}.caption{letter-spacing:.02em;font-size:14px;font-weight:500;line-height:1.4}.label-text{letter-spacing:.05em;text-transform:uppercase;font-size:13px;font-weight:600;line-height:1}.container{max-width:var(--max-width);padding:0 var(--container-padding);margin:0 auto}.section{padding-top:var(--section-sm);padding-bottom:var(--section-sm)}@media (width>=640px){:root{--container-padding:32px}}@media (width>=1024px){:root{--container-padding:48px}.section{padding-top:var(--section-md);padding-bottom:var(--section-md)}}.grid-12{gap:var(--grid-gap);grid-template-columns:repeat(12,1fr);width:100%;display:grid}@media (width<=639px){.grid-12{gap:20px}}.col-span-12{grid-column:span 12}.col-span-6{grid-column:span 6}.col-span-4{grid-column:span 4}@media (width>=768px){.md-col-span-6{grid-column:span 6}.md-col-span-8{grid-column:span 8}.md-col-span-4{grid-column:span 4}}@media (width>=1024px){.lg-col-span-4{grid-column:span 4}.lg-col-span-5{grid-column:span 5}.lg-col-span-6{grid-column:span 6}.lg-col-span-7{grid-column:span 7}.lg-col-span-8{grid-column:span 8}.lg-col-start-7{grid-column-start:7}}.arch-mask{border-radius:var(--radius-lg);overflow:hidden}.dark-bg{background-color:var(--surface-secondary);color:var(--text-inverse-muted)}.dark-bg .h1,.dark-bg h1,.dark-bg .h2,.dark-bg h2,.dark-bg .h3,.dark-bg h3,.dark-bg .h4,.dark-bg h4{color:var(--text-inverse)}input,textarea,select{border:1px solid var(--border);border-radius:var(--radius-md);width:100%;color:inherit;transition:var(--transition-default);background-color:#0000;padding:16px;font-family:inherit;font-size:16px}input:focus,textarea:focus,select:focus{border-color:var(--accent);outline:none}input::placeholder,textarea::placeholder{color:var(--text-muted)}.dark-bg input,.dark-bg textarea,.dark-bg select{color:var(--text-inverse);border-color:#e8e4df33}.dark-bg input:focus,.dark-bg textarea:focus,.dark-bg select:focus{border-color:var(--accent)}.w-100{width:100%}.text-center{text-align:center}.btn-medix{cursor:pointer;background-color:#0000;border-radius:100px;align-items:center;gap:12px;padding:6px 18px 6px 6px;font-family:inherit;text-decoration:none;transition:all .3s;display:inline-flex}.btn-medix:hover{transform:translateY(-2px);box-shadow:0 8px 16px #0000000d}.btn-medix-text{text-transform:uppercase;letter-spacing:.05em;border-radius:100px;padding:14px 28px;font-size:13px;font-weight:700;transition:all .3s}.btn-medix-primary{border:1px solid #5c001233}.btn-medix-primary .btn-medix-text{background-color:var(--primary);color:var(--surface)}.btn-medix-primary .btn-medix-icon{color:var(--primary)}.btn-medix-accent{border:1px solid #5c001233}.btn-medix-accent .btn-medix-text{background-color:var(--accent);color:var(--surface)}.btn-medix-accent .btn-medix-icon{color:var(--primary)}.navbar{z-index:100;padding-top:var(--space-xl);padding-bottom:var(--space-xl);justify-content:space-between;align-items:center;display:flex;position:absolute;top:0;left:0;right:0}.nav-links{flex:1;justify-content:center;gap:40px;display:none}.nav-links a{color:#ffffffd9;letter-spacing:.05em;transition:var(--transition-default);font-size:13px;font-weight:700;text-decoration:none}.nav-links a:hover{color:var(--accent)}.brand-logo{color:var(--text-inverse);flex:1}.brand-text{display:none}.nav-cta{justify-content:flex-end;align-items:center;gap:var(--space-md);flex:1;display:flex}.nav-cta .btn-medix-primary{border-color:#fff3}.nav-cta .btn-medix-primary .btn-medix-text{-webkit-backdrop-filter:blur(8px);color:var(--text-inverse);background-color:#ffffff1f;padding:10px 20px}.nav-cta .btn-medix-primary .btn-medix-icon{color:var(--accent)}.mobile-menu-btn{color:var(--text-inverse);cursor:pointer;background:0 0;border:none;display:flex}@media (width>=768px){.nav-links{display:flex}.mobile-menu-btn{display:none}.brand-text{display:inline}}.mobile-menu-overlay{-webkit-backdrop-filter:blur(15px);z-index:90;opacity:0;visibility:hidden;background-color:#120e0ff2;flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100vh;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;left:0}.mobile-menu-overlay.open{opacity:1;visibility:visible}.mobile-menu-links{flex-direction:column;align-items:center;gap:32px;transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;transform:translateY(20px)}.mobile-menu-overlay.open .mobile-menu-links{transform:translateY(0)}.mobile-menu-links a{color:var(--text-inverse);letter-spacing:.1em;font-size:24px;font-weight:500;text-decoration:none;transition:color .3s}.mobile-menu-links a:hover{color:var(--accent)}.legal-modal-overlay{z-index:9999;-webkit-backdrop-filter:blur(10px);padding:var(--space-md);background-color:#120e0fd9;justify-content:center;align-items:center;animation:.3s fadeIn;display:flex;position:fixed;inset:0}.legal-modal-content{background-color:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--border);flex-direction:column;width:100%;max-width:700px;max-height:85vh;animation:.4s cubic-bezier(.16,1,.3,1) slideUpFade;display:flex;overflow:hidden;box-shadow:0 30px 60px #0006}.legal-modal-header{border-bottom:1px solid var(--divider);justify-content:space-between;align-items:center;padding:32px 40px;display:flex}.legal-modal-close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;margin-right:-8px;padding:8px;transition:all .2s;display:flex}.legal-modal-close:hover{background-color:var(--surface-secondary);color:var(--accent)}.legal-modal-body{color:var(--text-body);padding:40px;font-size:16px;line-height:1.7;overflow-y:auto}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUpFade{0%{opacity:0;transform:translateY(30px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=768px){.legal-modal-header,.legal-modal-body{padding:24px}}.footer{padding-top:var(--section-lg);padding-bottom:var(--space-xl);position:relative;overflow:hidden}.footer-watermark{opacity:.04;white-space:nowrap;pointer-events:none;color:var(--text-inverse);letter-spacing:-.04em;-webkit-user-select:none;user-select:none;font-size:clamp(6rem,14vw,16rem);font-weight:700;line-height:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.footer-content{z-index:10;margin-bottom:var(--section-md);flex-flow:wrap;align-items:flex-start;gap:48px 32px;display:flex;position:relative}.footer-col--brand{flex:2 280px}.footer-col{flex:140px}.footer-info{color:#ffffffa6;margin-top:16px;margin-bottom:0;font-size:14px;line-height:1.7}.footer-links{flex-direction:column;gap:12px;margin-top:16px;list-style:none;display:flex}.footer-links a,.footer-btn-link{color:var(--text-muted);cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-family:inherit;font-size:15px;text-decoration:none;transition:color .3s}.footer-links a:hover,.footer-btn-link:hover{color:var(--accent)}.footer .h4,.footer h4{color:var(--text-inverse);letter-spacing:.08em;text-transform:uppercase;opacity:.9;margin-bottom:0;font-size:14px}.footer-bottom{z-index:10;padding-top:var(--space-xl);text-align:center;color:#fff6;border-top:1px solid #ffffff1a;position:relative}.hero-wrapper{position:relative}.hero-section{align-items:stretch;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:0;position:absolute;inset:0}.hero-bg-image{object-fit:cover;object-position:top center;width:100%;height:100%}.hero-overlay{z-index:1;background:linear-gradient(160deg,#5c0012eb 0%,#5c0012b3 35%,#5c001259 60%,#5c00121a 100%);position:absolute;inset:0}.hero-content{z-index:10;flex-direction:row;flex:1;align-items:center;width:100%;padding-top:140px;padding-bottom:60px;display:flex;position:relative}.hero-left{z-index:2;flex-direction:column;gap:40px;width:55%;max-width:650px;display:flex;position:relative}.hero-right{z-index:1;pointer-events:none;justify-content:flex-end;align-items:flex-end;width:55%;height:85vh;display:flex;position:absolute;bottom:0;right:15px}.hero-portrait{object-fit:contain;object-position:bottom right;pointer-events:auto;filter:drop-shadow(0 20px 40px #00000080);width:auto;max-width:100%;height:100%}.hero-text{max-width:620px}.hero-section .section-badge{color:var(--accent);margin-bottom:var(--space-lg);border-color:#ffffff40}.hero-section .h1{letter-spacing:-.04em;color:var(--text-inverse);margin-bottom:24px;font-size:clamp(44px,6vw,82px);font-weight:500;line-height:1.05}.hero-section p{color:#ffffffb3;max-width:460px;margin-bottom:32px;font-size:17px;line-height:1.7}.hero-cta-row{align-items:center;gap:24px;display:flex}.hero-cta-row .btn-medix-accent{border-color:#d2ab664d}.hero-cta-row .btn-medix-accent .btn-medix-icon{color:var(--accent)}@media (width<=1023px){.hero-content{text-align:center;flex-direction:column;justify-content:flex-start;align-items:center;gap:40px;padding-top:120px;padding-bottom:0}.hero-left{align-items:center;width:100%;padding-bottom:0}.hero-right{justify-content:center;width:100%;height:auto;position:relative;right:0}.hero-text{flex-direction:column;align-items:center;display:flex}.hero-cta-row{flex-wrap:wrap;justify-content:center;width:100%}.hero-section .h1{font-size:clamp(36px,8vw,56px)}.hero-portrait{object-position:bottom center;width:100%;max-width:550px;height:auto;max-height:65vh}}@media (width<=639px){.hero-section{min-height:100svh}.hero-content{gap:32px;padding-top:160px;padding-bottom:0}.hero-section p{margin-bottom:24px;font-size:16px}.hero-cta-row{flex-direction:column;align-items:center;gap:16px;width:100%}.hero-overlay{background:linear-gradient(#5c0012d9 0%,#5c0012a6 50%,#5c001266 100%)}}.about-manifesto-section{border-top:1px solid var(--border);background-color:var(--background);padding-top:180px;padding-bottom:180px;position:relative}.about-manifesto-content{text-align:center;flex-direction:column;align-items:center;gap:56px;max-width:1000px;margin:0 auto;display:flex}.about-manifesto-heading{letter-spacing:-.02em;color:var(--text-heading);font-size:clamp(32px,5vw,64px);font-weight:300;line-height:1.15;font-family:var(--font-heading,"Inter", sans-serif)}.about-manifesto-text{color:var(--text-body);max-width:720px;font-size:20px;font-weight:300;line-height:1.8}@media (width<=768px){.about-manifesto-section{padding-top:100px;padding-bottom:100px}.about-manifesto-content{gap:32px}.about-manifesto-heading{font-size:clamp(28px,8vw,42px)}.about-manifesto-text{padding:0 16px;font-size:16px;line-height:1.7}}.service-card-arched{text-align:center;flex-direction:column;align-items:center;gap:20px;height:100%;display:flex}.service-card-arched:hover .service-card-media{box-shadow:var(--shadow-soft-float);transform:translateY(-6px)}.service-card-arched:hover .service-card-img{transform:scale(1.05)}.service-card-media{aspect-ratio:3/4;border-radius:var(--radius-lg);background-color:var(--border);width:100%;box-shadow:var(--shadow-card-rest);justify-content:center;align-items:center;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s;display:flex;position:relative;overflow:hidden}.service-card-media.solid-accent{background:linear-gradient(145deg, var(--accent) 0%, #b8914b 100%);color:var(--surface);border:1px solid #fff3}.service-card-img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.service-card-icon-container{color:inherit;filter:drop-shadow(0 4px 12px #00000026);justify-content:center;align-items:center;display:flex}.service-card-icon-container svg{width:52px;height:52px}.service-card-content{flex-direction:column;gap:10px;padding:0 8px;display:flex}.service-card-content .h4{color:var(--text-heading);margin-bottom:0;font-size:20px;font-weight:600}.service-card-content p{color:var(--text-muted);margin-bottom:0;font-size:15px;line-height:1.6}.zoom-mamoplastia{transform-origin:top;transform:scale(1.9)}.service-card-arched:hover .zoom-mamoplastia{transform-origin:top;transform:scale(1.95)}.team-section{padding-top:var(--section-md);padding-bottom:var(--section-md)}.sticky-column{position:relative}.sticky-content{position:sticky;top:120px}.sticky-content .section-badge{color:var(--accent);border-color:#fff3}.sticky-content .btn-medix-accent{border-color:#d2ab664d}.sticky-content .btn-medix-accent .btn-medix-icon{color:var(--accent)}.learn-more-link{color:var(--accent);margin-top:var(--space-md);align-items:center;gap:8px;font-weight:600;text-decoration:none;transition:transform .3s;display:inline-flex}.learn-more-link:hover{transform:translate(4px)}.scrollable-list{flex-direction:column;gap:24px;display:flex}.team-member-card{border-radius:var(--radius-lg);background:#ffffff0a;border:1px solid #ffffff14;align-items:stretch;gap:28px;padding:20px;transition:transform .3s,border-color .3s,background-color .3s;display:flex}.team-member-card:hover{background:#ffffff0f;border-color:#d2ab664d;transform:translateY(-3px)}.team-member-img-wrapper{border-radius:var(--radius-md);aspect-ratio:4/5;flex-shrink:0;align-self:flex-start;width:38%;overflow:hidden}.team-member-img{object-fit:cover;width:100%;height:100%;display:block}.team-member-info{width:62%;color:var(--surface);flex-direction:column;justify-content:space-between;padding:8px 0;display:flex}.team-member-info .h4{color:var(--surface);margin-bottom:8px;font-size:20px}.team-member-desc{color:#ffffffbf;font-size:14px;line-height:1.6}.team-member-footer{align-items:center;gap:12px;margin-top:20px;display:flex}.team-member-avatar-initial{background-color:var(--accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:13px;font-weight:700;display:flex}.team-member-footer-name{color:#fff;font-size:14px;font-weight:600}.team-member-footer-role{color:#ffffff80;font-size:12px}@media (width<=768px){.team-section .grid-12{flex-direction:column;gap:40px;display:flex}.sticky-content{position:static}.team-member-card{flex-direction:column;gap:16px}.team-member-img-wrapper{width:100%;height:240px}.team-member-info{width:100%}}.treatment-carousel-section{padding-top:var(--section-sm);padding-bottom:var(--section-md);position:relative}.treatment-carousel-card{border-radius:var(--radius-lg);align-items:flex-end;width:100%;min-height:70vh;display:flex;position:relative;overflow:hidden;box-shadow:0 32px 64px #5c001226}.treatment-video-bg{opacity:0;visibility:hidden;z-index:1;width:100%;height:100%;transition:opacity 1.2s ease-in-out,visibility 1.2s ease-in-out;position:absolute;inset:0}.treatment-video-bg.active{opacity:1;visibility:visible;z-index:2}.treatment-video-bg video{object-fit:cover;width:100%;height:100%;display:block}.treatment-video-overlay{background:linear-gradient(#0000001a 0%,#0006 50%,#000000d9 100%);position:absolute;inset:0}.treatment-carousel-content{z-index:10;flex-direction:column;justify-content:flex-end;gap:32px;width:100%;padding:60px;display:flex;position:relative}.treatment-text-wrapper{width:100%;min-height:220px;position:relative}.treatment-slide-text{opacity:0;visibility:hidden;width:100%;max-width:800px;transition:all .8s cubic-bezier(.25,1,.5,1);position:absolute;bottom:0;left:0;transform:translateY(30px)}.treatment-slide-text.active{opacity:1;visibility:visible;transition-delay:.3s;transform:translateY(0)}.treatment-slide-title{letter-spacing:-.02em;color:var(--text-inverse);font-size:clamp(36px,5vw,64px);font-weight:300;line-height:1.1;font-family:var(--font-heading,"Inter", sans-serif);margin-bottom:24px}.treatment-slide-desc{color:#fffc;font-size:20px;font-weight:300;line-height:1.7}.treatment-indicators{align-items:center;gap:12px;margin-top:20px;display:flex}.treatment-indicator{cursor:pointer;background-color:#fff3;border:none;border-radius:2px;width:60px;height:4px;padding:0;transition:background-color .3s;position:relative;overflow:hidden}.treatment-indicator:hover{background-color:#fff6}.treatment-indicator-fill{background-color:var(--accent);width:0%;height:100%;position:absolute;top:0;left:0}.treatment-indicator.active .treatment-indicator-fill{width:100%;transition:width 8s linear}@media (width<=768px){.treatment-carousel-card{min-height:500px}.treatment-carousel-content{padding:32px}.treatment-slide-title{font-size:clamp(28px,8vw,36px)}.treatment-slide-desc{font-size:16px}.treatment-text-wrapper{min-height:280px}.treatment-indicator{width:40px}}.testimonial-section{z-index:20;position:relative}.testimonial-bg{background:linear-gradient(180deg, var(--background) 50%, var(--surface-secondary) 50%);padding:var(--section-sm) 0}.floating-testimonial-card{-webkit-backdrop-filter:blur(12px);border-radius:var(--radius-lg);text-align:center;background-color:#ffffff08;border:1px solid #ffffff26;flex-direction:column;width:100%;max-width:900px;padding:0;display:flex;box-shadow:0 20px 40px #0003}.testimonial-content{flex-direction:column;flex:1;justify-content:center;align-items:center;padding:56px 40px;display:flex}.testimonial-top-row{justify-content:center;align-items:center;margin-bottom:24px;display:flex}.testimonial-stars{color:var(--accent);letter-spacing:4px;font-size:22px}.testimonial-slider-container{justify-content:center;align-items:center;width:100%;min-height:220px;display:flex;position:relative}.testimonial-slide{opacity:0;visibility:hidden;width:100%;transition:opacity .6s,visibility .6s;position:absolute;top:50%;left:0;transform:translateY(-50%)}.testimonial-slide.active{opacity:1;visibility:visible}.testimonial-quote{color:var(--text-inverse);letter-spacing:-.01em;margin-bottom:0;font-size:clamp(22px,2.5vw,32px);font-weight:300;line-height:1.5}.testimonial-author{flex-direction:column;align-items:center;margin-top:32px;display:flex}.author-name{color:var(--accent);letter-spacing:.04em;text-transform:uppercase;font-size:16px;font-weight:600}.testimonial-indicators{gap:8px;margin-top:24px;display:flex}.test-indicator{cursor:pointer;background-color:#fff3;border:none;border-radius:2px;width:32px;height:4px;padding:0;transition:background-color .3s,width .3s}.test-indicator.active{background-color:var(--accent);width:48px}@media (width<=768px){.testimonial-content{padding:32px 20px}.testimonial-slider-container{min-height:280px}}.faq-section{max-width:800px;margin:0 auto;position:relative}.faq-list{border-top:1px solid var(--divider);flex-direction:column;display:flex}.faq-item{border-bottom:1px solid var(--divider)}.faq-question{cursor:pointer;text-align:left;width:100%;color:var(--text-heading);background:0 0;border:none;justify-content:space-between;align-items:center;padding:32px 0;transition:color .3s;display:flex}.faq-question:hover{color:var(--accent)}.faq-question .h4{margin-bottom:0;padding-right:24px;font-size:22px;font-weight:500;line-height:1.4}.faq-icon-wrapper{border:1px solid var(--divider);width:32px;height:32px;color:var(--text-muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s;display:flex}.faq-question:hover .faq-icon-wrapper,.faq-item.is-open .faq-icon-wrapper{border-color:var(--accent);color:var(--accent)}.faq-answer-wrapper{will-change:height, opacity}.faq-answer{padding-bottom:32px;padding-right:48px}.faq-answer p{color:var(--text-muted);margin-bottom:0;font-size:16px;line-height:1.7}@media (width<=768px){.faq-question{padding:24px 0}.faq-question .h4{font-size:18px}.faq-answer{padding-bottom:24px;padding-right:0}}.cta-card{padding:80px 40px;position:relative;overflow:hidden}.cta-content{z-index:2;max-width:600px;margin:0 auto;position:relative}.cta-content .h2{margin-bottom:24px}.cta-content p{color:var(--text-muted);font-size:18px;line-height:1.6}.cta-btn-wrapper .btn-medix-accent{border-color:#d2ab664d}.cta-btn-wrapper .btn-medix-accent .btn-medix-icon{color:var(--accent)}@media (width<=768px){.cta-card{border-radius:var(--radius-md);padding:60px 24px}.cta-content .h2{font-size:clamp(28px,6vw,36px)}}
