*,*:before,*:after{box-sizing:border-box}:root{--green-dark: #02200e;--green-btn: #133f27;--green-card-btn: #0e3b23;--gold: #c99432;--gold-soft: #d2a24c;--gold-border: #cba35c;--text-dark: #0a1b10;--text-gray: #7d7d7d;--card-border: #ededea}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;background:#fff;color:var(--text-dark);-webkit-font-smoothing:antialiased}section,.program-block,.distributor-cta,.footer-main{scroll-margin-top:94px}.reveal{opacity:0}.reveal.revealed{opacity:1;animation:enterUp .6s ease backwards}.reveal-d1.revealed{animation-delay:.05s}.reveal-d2.revealed{animation-delay:.13s}.reveal-d3.revealed{animation-delay:.21s}.reveal-d4.revealed{animation-delay:.29s}@keyframes enterLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:none}}@keyframes enterRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:none}}.reveal-left.revealed{animation-name:enterLeft}.reveal-right.revealed{animation-name:enterRight}.tilt{transform:perspective(700px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg))}.sheen{position:relative;overflow:hidden}.sheen:after{content:"";position:absolute;top:0;left:-80%;width:55%;height:100%;background:linear-gradient(105deg,transparent,rgba(255,255,255,.38),transparent);transform:skew(-20deg);transition:left .6s ease;pointer-events:none}.sheen:hover:after{left:130%}.scroll-progress{position:fixed;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#c99432,#e3bc72);transform-origin:0 50%;transform:scaleX(0);z-index:200}.marquee{background:var(--green-dark);overflow:hidden;padding:9px 0}.marquee-track{display:inline-flex;align-items:center;gap:34px;white-space:nowrap;animation:marqueeMove 32s linear infinite;will-change:transform}.marquee:hover .marquee-track{animation-play-state:paused}.marquee-item{display:inline-flex;align-items:center;gap:34px;color:#d8c194;font-size:10.5px;letter-spacing:1.6px;text-transform:uppercase;font-weight:600}.marquee-dot{width:5px;height:5px;border-radius:50%;background:var(--gold-soft)}@keyframes marqueeMove{to{transform:translate(-50%)}}.back-to-top{position:fixed;left:26px;bottom:26px;width:42px;height:42px;border-radius:50%;background:var(--green-dark);color:var(--gold-soft);border:1px solid rgba(210,162,76,.5);display:flex;align-items:center;justify-content:center;z-index:50;opacity:0;transform:translateY(14px);pointer-events:none;transition:opacity .3s ease,transform .3s ease,background .2s ease}.back-to-top.visible{opacity:1;transform:none;pointer-events:auto}.back-to-top:hover{background:#0a3520}.back-to-top svg{width:18px;height:18px}@keyframes enterUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}.enter{opacity:0;animation:enterUp .65s ease forwards}.enter-1{animation-delay:.05s}.enter-2{animation-delay:.18s}.enter-3{animation-delay:.3s}.enter-4{animation-delay:.42s}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}.reveal,.enter{opacity:1!important;transform:none!important;transition:none!important;animation:none!important}}img{max-width:100%}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer}h1,h2,h3,p{margin:0}main{max-width:1440px;margin:0 auto}.site-header{background:var(--green-dark);position:sticky;top:0;z-index:100;transition:box-shadow .25s ease}.site-header.scrolled{box-shadow:0 4px 18px #00140859}.header-inner{max-width:1440px;margin:0 auto;height:80px;display:flex;align-items:center;padding:0 16px 0 48px}.logo-link{display:flex;align-items:center;flex-shrink:0}.logo-img{width:80px;height:72px;object-fit:contain;transition:transform .35s ease}.logo-link:hover .logo-img{transform:rotate(-6deg) scale(1.07)}.main-nav{display:flex;align-items:center;gap:26px;margin-left:auto;margin-right:22px}.nav-link{font-size:12px;font-weight:500;color:#e6ede7;white-space:nowrap;padding:6px 0;transition:color .2s ease;background:none;border:none;cursor:pointer;font-family:inherit;display:inline-flex;align-items:center;gap:5px}.nav-link:hover{color:var(--gold-soft)}.nav-link{position:relative}.nav-link:after{content:"";position:absolute;left:0;bottom:-4px;width:100%;height:2px;background:var(--gold-soft);border-radius:1px;transform:scaleX(0);transform-origin:left;transition:transform .25s ease}.nav-link:hover:after{transform:scaleX(1)}.nav-link.active{color:var(--gold-soft);font-weight:600}.nav-link.active:after{width:20px;transform:scaleX(1)}.nav-chevron{width:11px;height:11px;transition:transform .25s ease}.nav-group{position:relative}.nav-group:hover .nav-chevron,.nav-group.g-open .nav-chevron{transform:rotate(180deg)}.dropdown{position:absolute;top:calc(100% + 12px);left:50%;transform:translate(-50%,8px);background:#fff;border:1px solid #eee9dc;border-radius:12px;box-shadow:0 14px 34px #05190c2e;padding:8px;min-width:224px;opacity:0;pointer-events:none;transition:opacity .25s ease,transform .25s ease;z-index:110}.dropdown:before{content:"";position:absolute;top:-12px;left:0;right:0;height:12px}.dropdown:after{content:"";position:absolute;top:-5px;left:50%;margin-left:-5px;width:10px;height:10px;background:#fff;transform:rotate(45deg);border-left:1px solid #eee9dc;border-top:1px solid #eee9dc}.nav-group:hover .dropdown,.nav-group:focus-within .dropdown,.nav-group.g-open .dropdown{opacity:1;pointer-events:auto;transform:translate(-50%)}.dropdown-link{display:block;padding:9px 12px;border-radius:8px;font-size:11.5px;color:#22301f;transition:background .18s ease,padding-left .18s ease,color .18s ease}.dropdown-link:hover{background:#f2f6f1;padding-left:17px;color:#0e3d26}.dropdown-link.active{color:#b8862f;font-weight:600}.header-cta{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(180deg,#dcb271,#c08e3e);color:#fff;font-size:11.5px;font-weight:600;padding:9px 16px;border-radius:8px;white-space:nowrap;transition:filter .2s ease,transform .2s ease,box-shadow .2s ease}.header-cta:hover{filter:brightness(1.08);transform:translateY(-1px);box-shadow:0 6px 16px #c8963c59}.header-cta-icon{width:15px;height:15px}.mobile-cta{display:none}.nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;margin-left:auto;padding:6px}.nav-toggle span{display:block;width:22px;height:2px;background:#fff;border-radius:1px;transition:transform .25s ease,opacity .25s ease}.nav-toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle.open span:nth-child(2){opacity:0}.nav-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.hero{display:flex;min-height:368px;background:#fafbf8}.hero-left{flex:0 0 50%;display:flex;flex-direction:column;justify-content:center;padding:40px 20px 40px 45px}.hero-title{margin-top:0;font-size:45px;line-height:1.14;font-weight:700;letter-spacing:-1px;color:var(--text-dark)}.gold-dot{color:var(--gold)}.hero-sub{margin-top:17px;font-size:13.5px;line-height:1.6;color:#5c665e}.hero-actions{margin-top:25px;display:flex;align-items:center;gap:16px}.btn-wa{display:inline-flex;align-items:center;gap:9px;height:37px;padding:0 18px;background:var(--green-btn);color:#fff;font-size:12.5px;font-weight:600;border-radius:8px;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.btn-wa:hover{background:#1a5434;transform:translateY(-2px);box-shadow:0 8px 18px #0a321c40}.wa-icon{display:inline-flex}.wa-icon svg{width:17px;height:17px}.btn-outline-gold{display:inline-flex;align-items:center;height:37px;padding:0 24px;background:#fff;border:1px solid var(--gold-border);border-radius:8px;font-size:12.5px;font-weight:500;color:#22301f;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.btn-outline-gold:hover{background:#fdf8ec;transform:translateY(-2px);box-shadow:0 8px 18px #a0823c2e}.benefits-row{margin-top:24px;padding-top:20px;border-top:1px solid rgba(203,163,92,.3);display:flex;flex-wrap:wrap;gap:14px 20px}.benefit{display:flex;align-items:center;gap:7px}.benefit-icon{width:31px;height:31px;flex-shrink:0;border:1.3px solid #2a3a2e;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#2a3a2e}.benefit-icon svg{width:16px;height:16px}.benefit-text{font-size:9.5px;line-height:1.35;font-weight:600;color:#2a3a2e;white-space:nowrap}.hero-right{flex:1;position:relative;min-width:0;overflow:hidden;display:flex;align-items:flex-end;background:#0c2110}.hero-img{width:100%;height:auto;display:block}.about-section{padding-top:40px}.about-inner{display:flex;align-items:center;gap:40px;width:calc(100% - 88px);max-width:1352px;margin:0 auto}.about-content{flex:1;min-width:0;text-align:left}.about-label{justify-content:flex-start}.about-text{margin-top:12px;font-size:12.5px;line-height:1.7;color:#5f6a62;max-width:500px}.about-chips{margin-top:16px;display:flex;flex-wrap:wrap;gap:8px}.about-chip{display:inline-block;padding:6px 14px;border:1px solid var(--gold-border);border-radius:999px;font-size:10.5px;font-weight:600;color:#4a5245;background:#fdfbf5;transition:background .2s ease,transform .2s ease}.about-chip:hover{background:#f6efdd;transform:translateY(-2px)}.about-media{flex:0 0 44%;position:relative;padding-bottom:34px}.about-img-main{width:88%;height:300px;object-fit:cover;border-radius:16px;display:block;box-shadow:0 14px 34px #0f231429}.about-img-float{position:absolute;right:0;bottom:0;width:38%;height:170px;object-fit:cover;border-radius:14px;border:5px solid #fff;box-shadow:0 12px 28px #0f231433;animation:bob 5.5s ease-in-out infinite}.mv-section{width:calc(100% - 88px);max-width:1352px;margin:38px auto 0}.mv-cards{display:flex;gap:20px}.mv-card{flex:1;border-radius:16px;padding:26px 30px;text-align:left;transition:transform .25s ease,box-shadow .25s ease}.mv-card:hover{transform:translateY(-4px);box-shadow:0 14px 30px #0f231424}.mv-dark{background:linear-gradient(120deg,#0d4022,#02200e 70%)}.mv-light{background:#f9f7f0;border:1px solid #efece2}.mv-icon{width:44px;height:44px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:var(--gold-soft);border:1.4px solid rgba(210,162,76,.55)}.mv-icon svg{width:22px;height:22px}.mv-title{margin-top:14px;font-size:15px;font-weight:800;text-transform:uppercase;letter-spacing:.4px;color:var(--gold-soft)}.mv-text{margin-top:10px;font-size:12px;line-height:1.7;color:#ffffffe0}.mv-light .mv-text{color:#6f6b5f}.values-row{display:flex;gap:20px;margin-top:20px}.value-item{flex:1;text-align:center;background:#fff;border:1px solid var(--card-border);border-radius:14px;padding:20px 16px;box-shadow:0 3px 10px #1428190d;transition:transform .25s ease,box-shadow .25s ease}.value-item:hover{transform:translateY(-4px);box-shadow:0 12px 24px #1428191a}.value-icon{width:42px;height:42px;border-radius:50%;background:var(--green-dark);color:var(--gold-soft);display:inline-flex;align-items:center;justify-content:center}.value-icon svg{width:20px;height:20px}.value-title{margin-top:10px;font-size:12.5px;color:#1b2c20}.value-desc{margin-top:5px;font-size:10.5px;line-height:1.55;color:#7d7d7d}.tips-section{padding-top:36px;text-align:center}.tips-grid{display:flex;justify-content:center;gap:22px;width:calc(100% - 88px);max-width:1352px;margin:20px auto 0}.tip-card{flex:1;max-width:350px;background:#fff;border:1px solid var(--card-border);border-radius:14px;overflow:hidden;box-shadow:0 3px 10px #1428190d;text-align:left;transition:transform .25s ease,box-shadow .25s ease}.tip-card:hover{transform:translateY(-5px);box-shadow:0 14px 28px #1428191c}.tip-media{overflow:hidden;height:150px}.tip-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .55s ease}.tip-card:hover .tip-media img{transform:scale(1.06)}.tip-body{padding:14px 18px 18px}.tip-title{font-size:13.5px;color:#1b2c20}.tip-desc{margin-top:6px;font-size:11px;line-height:1.65;color:#7d7d7d}.faq-section{padding-top:38px}.faq-inner{display:flex;align-items:stretch;gap:40px;width:calc(100% - 88px);max-width:1352px;margin:0 auto}.faq-media{flex:0 0 40%;border-radius:16px;overflow:hidden}.faq-media img{width:100%;height:100%;min-height:320px;object-fit:cover;display:block;transition:transform .6s ease}.faq-media:hover img{transform:scale(1.05)}.faq-content{flex:1;min-width:0;text-align:left}.faq-list{margin-top:16px}.faq-item{border:1px solid var(--card-border);border-radius:12px;margin-bottom:10px;background:#fff;transition:border-color .25s ease,box-shadow .25s ease}.faq-item.open{border-color:var(--gold-border);box-shadow:0 8px 20px #14281912}.faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;background:none;border:none;padding:13px 16px;font-family:inherit;font-size:12px;font-weight:600;color:#1b2c20;text-align:left}.faq-chevron{width:15px;height:15px;flex-shrink:0;color:var(--gold);transition:transform .3s ease}.faq-item.open .faq-chevron{transform:rotate(180deg)}.faq-a-wrap{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s ease}.faq-item.open .faq-a-wrap{grid-template-rows:1fr}.faq-a{overflow:hidden;padding:0 16px;font-size:11.5px;line-height:1.7;color:#6f6f6f}.faq-item.open .faq-a{padding-bottom:14px}.section-label{font-size:9px;font-weight:700;letter-spacing:1.8px;text-transform:uppercase;color:var(--gold);display:flex;align-items:center;justify-content:center;gap:10px}.section-label:before,.section-label:after{content:"";width:24px;height:1px;background:var(--gold)}.label-dot{display:block;width:5px;height:5px;border-radius:50%;background:var(--gold);margin:3px auto 0;animation:dotPulse 2.4s ease-in-out infinite}@keyframes dotPulse{50%{transform:scale(1.5);opacity:.6}}.section-title-serif{font-family:Lora,Georgia,serif;font-size:24.5px;font-weight:500;line-height:1.2;color:#17281c;margin-top:3px}.section-title-serif:after{content:"";display:block;width:54px;height:2px;border-radius:1px;background:var(--gold-soft);margin:9px auto 0;transform:scaleX(0);transition:transform .7s ease .25s}.section-title-serif.revealed:after{transform:scaleX(1)}.section-intro{margin:10px auto 0;max-width:560px;font-size:12.5px;line-height:1.65;color:#6f6f6f}.products-section{padding-top:22px;text-align:center}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;width:calc(100% - 88px);max-width:1352px;margin:8px auto 0}.product-card{background:#fff;border:1px solid var(--card-border);border-radius:12px;padding:12px;box-shadow:0 3px 10px #1428190d;display:flex;flex-direction:column;text-align:left;transition:transform .25s ease,box-shadow .25s ease,opacity .6s ease}.product-card:hover{transform:perspective(700px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg)) translateY(-5px);box-shadow:0 14px 28px #1428191c}.product-img{transition:transform .35s ease}.product-card:hover .product-img{transform:scale(1.05)}.product-body{display:flex;gap:7px;flex:1}.product-img{width:84px;height:146px;object-fit:contain;flex-shrink:0}.product-info{padding-top:18px;min-width:0}.product-name{font-size:13px;font-weight:700;color:#1b2c20;white-space:nowrap}.product-desc{margin-top:8px;font-size:10px;line-height:1.55;color:var(--text-gray)}.btn-buy{margin:10px auto 0;display:inline-flex;align-items:center;gap:8px;background:var(--green-card-btn);color:#fff;font-size:10px;font-weight:600;padding:7px 15px;border-radius:6px;transition:background .2s ease,transform .2s ease}.btn-buy:hover{background:#155632;transform:translateY(-1px)}.cart-icon{width:13px;height:13px;color:var(--gold-soft)}.why-block{display:flex;align-items:center;gap:34px;width:calc(100% - 88px);max-width:1352px;margin:36px auto 0;text-align:left}.why-media{flex:0 0 44%;border-radius:16px;overflow:hidden}.why-media img{width:100%;height:290px;object-fit:cover;display:block;transition:transform .6s ease}.why-media:hover img{transform:scale(1.05)}.why-content{flex:1;min-width:0}.why-title{font-family:Lora,Georgia,serif;font-size:21px;font-weight:600;color:#17281c}.why-sub{margin-top:8px;font-size:12px;line-height:1.65;color:#6f6f6f;max-width:490px}.why-list{list-style:none;margin:18px 0 0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:14px 22px}.why-item{display:flex;gap:10px;align-items:flex-start}.check-icon{width:20px;height:20px;color:var(--gold);flex-shrink:0;margin-top:1px}.why-item strong{display:block;font-size:12px;color:#1b2c20}.why-item span{display:block;margin-top:3px;font-size:10.5px;line-height:1.5;color:#7d7d7d}.therapies-section{padding-top:24px;text-align:center}.therapies-grid{display:flex;justify-content:center;gap:46px;margin-top:2px}.therapy-card{width:265px;background:#fff;border:1px solid var(--card-border);border-radius:12px;overflow:hidden;box-shadow:0 3px 10px #1428190d;text-align:left;transition:transform .25s ease,box-shadow .25s ease,opacity .6s ease}.therapy-card:hover{transform:perspective(700px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg)) translateY(-5px);box-shadow:0 14px 28px #1428191c}.therapy-media{position:relative}.therapy-img{width:100%;height:94px;object-fit:cover;display:block}.therapy-badge{position:absolute;left:16px;bottom:-19px;width:40px;height:40px;border-radius:50%;background:var(--green-dark);border:3px solid #fff;color:var(--gold-soft);display:flex;align-items:center;justify-content:center;z-index:2;transition:transform .25s ease}.therapy-card:hover .therapy-badge{transform:scale(1.12) rotate(-6deg)}.therapy-badge svg{width:20px;height:20px}.therapy-content{position:relative;padding:6px 14px 12px 66px}.therapy-title{font-size:12px;font-weight:700;line-height:1.25;color:#2e3a2c}.therapy-desc{margin-top:2px;font-size:10px;line-height:1.42;color:#8a8a8a}.therapy-extra{display:flex;align-items:center;gap:34px;width:calc(100% - 88px);max-width:1352px;margin:38px auto 0;text-align:left}.tx-content{flex:1;min-width:0}.tx-title{font-size:21px;margin-top:0}.tx-title:after{margin-left:0}.tx-sub{margin-top:10px;font-size:12px;line-height:1.65;color:#6f6f6f;max-width:470px}.tx-list{list-style:none;margin:14px 0 0;padding:0}.tx-item{display:flex;align-items:center;gap:10px;font-size:11.5px;color:#3c463d;padding:6px 0}.tx-leaf{width:26px;height:26px;border-radius:50%;background:#eef3ec;color:var(--green-btn);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.tx-leaf svg{width:14px;height:14px}.tx-btn{margin-top:16px}.tx-media{flex:0 0 44%;border-radius:16px;overflow:hidden}.tx-media img{width:100%;height:300px;object-fit:cover;display:block;transition:transform .6s ease}.tx-media:hover img{transform:scale(1.05)}.programs-section{width:calc(100% - 106px);max-width:1334px;margin:30px auto 0}.programs-row{display:flex;gap:20px}.program-block{flex:1;height:auto;min-height:158px;border-radius:14px;position:relative;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,opacity .6s ease}.program-block:hover{transform:translateY(-4px);box-shadow:0 14px 30px #0f231429}.program-block:hover .program-photo{transform:scale(1.04)}.program-dark{background:linear-gradient(120deg,#0d4022,#02200e 65%)}.program-light{background:#f9f7f0;border:1px solid #efece2}.program-content{position:relative;display:flex;align-items:flex-start;padding:18px 42% 18px 18px;gap:13px;z-index:2}.program-icon{flex-shrink:0;animation:bob 4.5s ease-in-out infinite}.program-light .program-icon{animation-delay:1.2s}@keyframes bob{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.program-icon.round{width:52px;height:52px;border-radius:50%}.program-icon.blend{width:56px;height:auto;mix-blend-mode:multiply}.program-text{margin-top:2px}.program-title{font-size:13.5px;font-weight:800;text-transform:uppercase;letter-spacing:.3px;line-height:1.4;color:var(--gold-soft)}.program-desc{margin-top:7px;font-size:9px;line-height:1.5;color:#ffffffd9;white-space:nowrap}.program-desc.dark{color:#7a7568}.btn-program-dark,.btn-program-light{display:inline-block;margin-top:9px;font-size:10.5px;font-weight:600;padding:6px 17px;border-radius:7px}.btn-program-dark,.btn-program-light{transition:background .2s ease,color .2s ease,transform .2s ease}.btn-program-dark{color:#fff;border:1px solid rgba(210,170,90,.8)}.btn-program-dark:hover{background:#d2aa5a33;transform:translateY(-1px)}.btn-program-light{color:#3a382f;background:#fff;border:1px solid #d9d3c2}.btn-program-light:hover{background:#f4efe1;transform:translateY(-1px)}.program-photo{position:absolute;right:0;top:0;height:100%;width:auto;object-fit:cover;z-index:1;-webkit-mask-image:linear-gradient(90deg,transparent,#000 26%);mask-image:linear-gradient(90deg,transparent,#000 26%);transition:transform .5s ease}.features-row{display:flex;gap:20px;margin-top:22px}.feature-card{flex:1;background:#fbfaf6;border:1px solid #efece2;border-radius:14px;padding:20px 22px;text-align:left;transition:transform .25s ease,box-shadow .25s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #14281917}.feature-icon{width:40px;height:40px;border-radius:50%;background:var(--green-dark);color:var(--gold-soft);display:inline-flex;align-items:center;justify-content:center}.feature-icon svg{width:20px;height:20px}.feature-title{margin-top:12px;font-size:13px;color:#1b2c20}.feature-desc{margin-top:6px;font-size:10.5px;line-height:1.6;color:#7d7d7d}.gallery-section{padding-top:34px;text-align:center}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;width:calc(100% - 88px);max-width:1352px;margin:22px auto 0}.gallery-item{position:relative;border-radius:14px;overflow:hidden;height:190px;margin:0}.gallery-item img{width:100%;height:100%;object-fit:cover;animation:kenburns 16s ease-in-out infinite alternate}.gallery-item:nth-child(2) img{animation-delay:-5s}.gallery-item:nth-child(3) img{animation-delay:-9s}.gallery-item:nth-child(4) img{animation-delay:-13s}@keyframes kenburns{0%{transform:scale(1)}to{transform:scale(1.14)}}.gallery-item figcaption{position:absolute;left:0;right:0;bottom:0;padding:26px 14px 10px;background:linear-gradient(transparent,#02200ec7);color:#f3e9d2;font-size:11px;letter-spacing:1.5px;text-transform:uppercase;font-weight:600;text-align:left;transition:padding-bottom .3s ease}.gallery-item:hover figcaption{padding-bottom:16px}.testimonials-section{padding:24px 0 14px;text-align:center}.testimonials-row{display:flex;align-items:center;justify-content:center;gap:50px;margin-top:18px}.carousel-arrow{width:30px;height:30px;border-radius:50%;background:#fff;border:1px solid #e8e8e4;box-shadow:0 2px 6px #00000014;color:#555;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s ease,transform .2s ease,color .2s ease}.carousel-arrow:hover{background:var(--green-dark);color:#fff;transform:scale(1.1)}.carousel-arrow svg{width:14px;height:14px}@keyframes tFade{0%{opacity:0;transform:translate(14px)}to{opacity:1;transform:none}}.testimonial{display:flex;gap:14px;text-align:left;width:316px;align-self:flex-start;animation:tFade .5s ease}.testimonial-avatar{width:60px;height:60px;border-radius:50%;object-fit:cover;flex-shrink:0}.stars{display:flex;gap:2px;color:#ed9f2e}.star{width:11px;height:11px}.testimonial-text{margin-top:6px;font-size:10px;line-height:1.6;color:#6e6e6e;white-space:normal;overflow-wrap:break-word}.testimonial-name{margin-top:9px;font-size:10.5px;font-weight:700;color:#1e2a20}.distributor-cta{padding:10px 0 9px;border-bottom:1px solid rgba(190,150,70,.4)}.cta-inner{display:flex;align-items:center;justify-content:center;gap:18px}.cta-icon{width:50px;height:50px;border-radius:50%}.cta-text{text-align:left}.cta-title{font-size:15px;font-weight:700;color:#fff}.cta-sub{margin-top:4px;font-size:10px;color:#c2cfc4}.btn-gold{margin-left:90px;display:inline-flex;align-items:center;gap:10px;background:linear-gradient(180deg,#dcb271,#c08e3e);color:#fff;font-size:11px;font-weight:600;padding:9px 20px;border-radius:6px;transition:filter .2s ease,transform .2s ease,box-shadow .2s ease}.btn-gold:hover{filter:brightness(1.08);transform:translateY(-2px);box-shadow:0 8px 20px #c8963c4d}.btn-arrow{width:13px;height:13px;transition:transform .2s ease}.btn-gold:hover .btn-arrow{transform:translate(3px)}.site-footer{width:100%;background:var(--green-dark);overflow:hidden}.footer-main{display:flex;align-items:flex-start;max-width:1440px;margin:0 auto;padding:6px 128px 2px 92px}.footer-logo{width:86px;height:78px;object-fit:contain;flex-shrink:0}.footer-col{margin-left:78px}.footer-col+.footer-col{margin-left:100px}.footer-col p{font-size:11px;line-height:1.65;color:#e9f0ea}.social-col{margin-left:auto!important}.follow-title{font-size:11.5px;font-weight:700;color:#fff}.social-icons{margin-top:10px;display:flex;gap:14px}.social-circle{width:27px;height:27px;border-radius:50%;background:#c99b4f;color:#fdf8ee;display:inline-flex;align-items:center;justify-content:center;transition:background .2s ease,transform .2s ease}.social-circle:hover{background:#dcb268;transform:translateY(-3px)}.social-circle svg{width:14px;height:14px}.footer-bottom{border-top:1px solid rgba(255,255,255,.09)}.footer-bottom-inner{max-width:1440px;margin:0 auto;padding:7px 120px 8px 106px;display:flex;justify-content:space-between;align-items:center}.footer-bottom p{font-size:8.5px;color:#a79458}.footer-tagline{display:flex;align-items:center;gap:8px}.colibri{width:24px;height:auto}@keyframes waPulse{0%{box-shadow:0 4px 14px #00000040,0 0 #2bd06473}70%{box-shadow:0 4px 14px #00000040,0 0 0 14px #2bd06400}to{box-shadow:0 4px 14px #00000040,0 0 #2bd06400}}.wa-float{position:fixed;right:26px;bottom:26px;width:54px;height:54px;border-radius:50%;background:#2bd064;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px #00000040;z-index:50;animation:waPulse 2.6s ease-out infinite;transition:transform .2s ease}.wa-float:hover{transform:scale(1.09)}@media (prefers-reduced-motion: reduce){.wa-float,.testimonial,.marquee-track,.gallery-item img,.program-icon,.label-dot{animation:none}.sheen:after{display:none}.tilt{transform:none!important}}.wa-float svg{width:30px;height:30px}.magnetic{transform:translate(var(--mx, 0px),var(--my, 0px))}.btn-wa.magnetic:hover{transform:translate(var(--mx, 0px),var(--my, 0px)) translateY(-2px)}.btn-gold.magnetic:hover,.header-cta.magnetic:hover{transform:translate(var(--mx, 0px),var(--my, 0px)) translateY(-1px)}.has-ripple{position:relative;overflow:hidden}.ripple{position:absolute;border-radius:50%;background:#ffffff73;transform:scale(0);animation:rippleAnim .65s ease-out forwards;pointer-events:none}.btn-outline-gold .ripple,.carousel-arrow .ripple,.btn-program-light .ripple{background:#c994324d}@keyframes rippleAnim{to{transform:scale(1);opacity:0}}.btn-gold,.header-cta{background:linear-gradient(115deg,#dcb271,#c08e3e 45%,#dcb271 90%);background-size:220% 100%;animation:goldPan 5.5s ease-in-out infinite}@keyframes goldPan{0%,to{background-position:0% 0}50%{background-position:95% 0}}.btn-buy:hover .cart-icon{animation:cartBounce .5s ease}@keyframes cartBounce{30%{transform:translateY(-3px) rotate(-10deg)}60%{transform:translateY(1px) rotate(5deg)}}.btn-wa:hover .wa-icon svg,.header-cta:hover .header-cta-icon,.social-circle:hover svg{animation:swing .6s ease}@keyframes swing{25%{transform:rotate(-12deg)}55%{transform:rotate(9deg)}80%{transform:rotate(-4deg)}}.wa-float svg{animation:waWiggle 6s ease-in-out infinite}@keyframes waWiggle{0%,88%,to{transform:rotate(0)}92%{transform:rotate(-12deg)}96%{transform:rotate(9deg)}}.btn-outline-gold:hover{box-shadow:0 8px 18px #a0823c2e,0 0 0 4px #c994321f}.product-card:after{content:"";position:absolute;top:0;right:0;border-top:0 solid var(--gold-soft);border-left:0 solid transparent;border-top-right-radius:12px;transition:border-width .28s ease}.product-card:hover:after{border-top-width:24px;border-left-width:24px}.product-name{transition:color .2s ease}.product-card:hover .product-name{color:#0e3d26}.value-icon,.mv-icon,.feature-icon,.tx-leaf{transition:box-shadow .3s ease}.value-item:hover .value-icon{animation:flipY .65s ease}@keyframes flipY{to{transform:rotateY(360deg)}}.mv-card:hover .mv-icon{animation:spinOnce .7s ease}@keyframes spinOnce{to{transform:rotate(360deg)}}.feature-card:hover .feature-icon{box-shadow:0 0 0 6px #02200e14}.tx-item:hover .tx-leaf{box-shadow:0 0 0 5px #0e3d2614}.mv-dark{background-size:150% 150%;transition:background-position .7s ease}.mv-dark:hover{background-position:70% 40%}.faq-item:hover{transform:translate(4px)}.faq-item{transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}.therapy-card:hover .therapy-badge{box-shadow:0 0 0 5px #d2a24c40}.testimonial-avatar{transition:box-shadow .3s ease,transform .3s ease}.testimonial:hover .testimonial-avatar{box-shadow:0 0 0 3px #fff,0 0 0 5px var(--gold-soft);transform:scale(1.05)}.tip-title{position:relative;display:inline-block}.tip-title:after{content:"";position:absolute;left:0;bottom:-4px;height:2px;width:0;background:var(--gold-soft);transition:width .35s ease}.tip-card:hover .tip-title:after{width:100%}.tip-media img{transition:transform .55s ease,filter .55s ease}.tip-card:hover .tip-media img{transform:scale(1.06);filter:saturate(1.2)}.why-media.revealed img,.tx-media.revealed img,.faq-media.revealed img,.about-media.revealed .about-img-main{animation:clipIn .9s ease .1s both}@keyframes clipIn{0%{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0 0 0 0)}}.why-media img,.tx-media img,.faq-media img{outline:2px solid transparent;outline-offset:0;transition:transform .6s ease,outline-color .3s ease,outline-offset .3s ease}.why-media:hover img,.tx-media:hover img,.faq-media:hover img{outline-color:#c99432bf;outline-offset:-10px}.gallery-item figcaption{transition:padding-bottom .3s ease,letter-spacing .3s ease}.gallery-item:hover figcaption{letter-spacing:2.6px}.gallery-item img{transition:filter .4s ease}.gallery-item:hover img{filter:brightness(1.07)}.benefit-icon{transition:background .25s ease,color .25s ease,transform .25s ease,border-color .25s ease}.benefit:hover .benefit-icon{background:var(--green-btn);color:#fff;border-color:var(--green-btn);transform:rotate(-8deg) scale(1.08)}.gold-dot{display:inline-block;animation:dotBounce 3s ease-in-out infinite}@keyframes dotBounce{0%,78%,to{transform:translateY(0)}86%{transform:translateY(-9px)}93%{transform:translateY(2px)}}.about-chip:hover{box-shadow:0 6px 14px #a0823c26}.footer-logo{transition:filter .3s ease,transform .3s ease}.footer-logo:hover{filter:drop-shadow(0 0 12px rgba(210,162,76,.55));transform:scale(1.04)}.section-label:before,.section-label:after{width:0;transition:width .6s ease .15s}.section-label.revealed:before,.section-label.revealed:after{width:24px}.scroll-progress{box-shadow:0 0 8px #c994328c}@media (prefers-reduced-motion: reduce){.btn-gold,.header-cta,.gold-dot,.wa-float svg{animation:none}.magnetic{transform:none!important}.why-media.revealed img,.tx-media.revealed img,.faq-media.revealed img,.about-media.revealed .about-img-main{animation:none}}.bgfx{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;z-index:45;pointer-events:none}@media (prefers-reduced-motion: reduce){.bgfx{display:none}}.spotlight{position:relative}.spotlight:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:radial-gradient(240px circle at var(--sx, 50%) var(--sy, 50%),rgba(210,162,76,.14),transparent 65%);opacity:0;transition:opacity .3s ease;pointer-events:none;z-index:1}.spotlight:hover:before{opacity:1}.mv-dark.spotlight:before{background:radial-gradient(260px circle at var(--sx, 50%) var(--sy, 50%),rgba(210,162,76,.2),transparent 65%)}.pfloat{will-change:transform}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#021a0ce0;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:300;display:flex;align-items:center;justify-content:center;animation:lbFade .25s ease}@keyframes lbFade{0%{opacity:0}}.lb-content{margin:0;text-align:center;animation:lbZoom .3s ease;max-width:min(86vw,900px)}@keyframes lbZoom{0%{opacity:0;transform:scale(.94)}}.lb-img{max-width:100%;max-height:72vh;border-radius:14px;box-shadow:0 24px 70px #00000080;display:block;margin:0 auto}.lb-img-product{background:#fff;padding:20px;max-height:62vh}.lb-caption{margin-top:16px;color:#f3e9d2;font-size:13px;letter-spacing:1.5px;text-transform:uppercase;font-weight:600;display:flex;flex-direction:column;align-items:center;gap:12px}.lb-name{font-size:15px}.lb-buy{text-transform:none;letter-spacing:0}.lb-close{position:absolute;top:22px;right:26px;width:42px;height:42px;border-radius:50%;background:#ffffff1a;border:1px solid rgba(255,255,255,.25);color:#fff;display:flex;align-items:center;justify-content:center;transition:background .2s ease,transform .2s ease}.lb-close:hover{background:#d2a24c59;transform:rotate(90deg)}.lb-close svg{width:18px;height:18px}.lb-arrow{position:absolute;top:50%;transform:translateY(-50%);width:46px;height:46px;border-radius:50%;background:#ffffff1a;border:1px solid rgba(255,255,255,.25);color:#fff;display:flex;align-items:center;justify-content:center;transition:background .2s ease,transform .2s ease}.lb-arrow:hover{background:#d2a24c59;transform:translateY(-50%) scale(1.08)}.lb-arrow svg{width:20px;height:20px}.lb-prev{left:26px}.lb-next{right:26px}.product-img,.gallery-item{cursor:zoom-in}.side-dots{position:fixed;right:18px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:12px;z-index:90}.side-dot{position:relative;width:9px;height:9px;border-radius:50%;background:#02200e38;border:1px solid rgba(2,32,14,.3);transition:background .25s ease,transform .25s ease,border-color .25s ease}.side-dot:hover{transform:scale(1.5);background:#d2a24c8c}.side-dot.active{background:var(--gold);border-color:var(--gold);transform:scale(1.35);box-shadow:0 0 0 4px #c9943233}.side-dot-tip{position:absolute;right:20px;top:50%;transform:translateY(-50%) translate(6px);background:var(--green-dark);color:#f3e9d2;font-size:10px;font-weight:600;letter-spacing:.5px;padding:5px 10px;border-radius:6px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease}.side-dot:hover .side-dot-tip{opacity:1;transform:translateY(-50%) translate(0)}.testi-dots{margin-top:14px;display:flex;justify-content:center;gap:8px}.testi-dot{width:8px;height:8px;border-radius:50%;border:none;background:#d8d8d2;padding:0;transition:background .25s ease,transform .25s ease,width .25s ease,border-radius .25s ease}.testi-dot:hover{background:var(--gold-border)}.testi-dot.active{background:var(--gold);width:22px;border-radius:5px}.scroll-hint{display:inline-flex;margin-top:26px;width:34px;height:34px;border-radius:50%;border:1.4px solid rgba(42,58,46,.5);color:#2a3a2e;align-items:center;justify-content:center;animation:hintFloat 2.2s ease-in-out infinite;transition:background .25s ease,color .25s ease,border-color .25s ease}.scroll-hint:hover{background:var(--green-btn);border-color:var(--green-btn);color:#fff}.scroll-hint svg{width:16px;height:16px}@keyframes hintFloat{0%,to{transform:translateY(0)}50%{transform:translateY(6px)}}.header-inner{transition:height .3s ease}.site-header.scrolled .header-inner{height:64px}.logo-img{transition:transform .35s ease,width .3s ease,height .3s ease}.site-header.scrolled .logo-img{width:64px;height:58px}.footer-address{cursor:pointer;border-radius:10px;padding:4px 8px;margin-left:70px;transition:background .2s ease}.footer-address:hover{background:#ffffff0f}.copy-toast{position:fixed;left:50%;bottom:30px;transform:translate(-50%) translateY(16px);background:#0e3d26;color:#fff;font-size:12px;font-weight:600;padding:11px 20px;border-radius:10px;border:1px solid rgba(210,162,76,.5);box-shadow:0 12px 30px #0000004d;display:flex;align-items:center;gap:9px;opacity:0;pointer-events:none;transition:opacity .3s ease,transform .3s ease;z-index:200}.copy-toast svg{width:15px;height:15px;color:var(--gold-soft)}.copy-toast.show{opacity:1;transform:translate(-50%) translateY(0)}@media (max-width: 1100px){.side-dots{display:none}}@media (prefers-reduced-motion: reduce){.scroll-hint,.lightbox,.lb-content{animation:none}.pfloat{transform:none!important}}@media (max-width: 1180px){.main-nav{gap:16px;margin-right:14px}.nav-link{font-size:11px}.desktop-cta{padding:8px 12px}}@media (max-width: 980px){.main-nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--green-dark);flex-direction:column;align-items:flex-start;padding:12px 24px 18px;gap:4px;margin-left:0;margin-right:0;z-index:40;max-height:calc(100vh - 80px);overflow-y:auto}.main-nav.open{display:flex}.site-header{position:sticky}.nav-link{font-size:13px;padding:7px 0}.nav-group{width:100%}.nav-parent{width:100%;justify-content:space-between}.dropdown{position:static;transform:none;opacity:1;pointer-events:auto;background:transparent;border:none;box-shadow:none;padding:0 0 4px 14px;min-width:0;display:none}.dropdown:before,.dropdown:after{display:none}.nav-group.g-open .dropdown,.nav-group:hover .dropdown,.nav-group:focus-within .dropdown{opacity:1;transform:none}.nav-group.g-open .dropdown{display:block}.dropdown-link{color:#cfe0d2;font-size:12.5px;padding:8px 10px}.dropdown-link:hover{background:#ffffff12;color:#fff}.dropdown-link.active{color:var(--gold-soft)}.desktop-cta{display:none}.mobile-cta{display:inline-flex;margin-top:10px}.nav-toggle{display:flex}.hero{flex-direction:column}.hero-left{flex:none;padding:0 28px 36px}.hero-title{margin-top:38px;font-size:38px}.benefits-row{margin-top:22px;padding-top:18px;flex-wrap:wrap;gap:14px 22px}.hero-right{width:100%;min-height:0}.products-grid{grid-template-columns:repeat(2,1fr);width:calc(100% - 56px)}.therapies-grid{flex-direction:column;align-items:center;gap:24px}.therapy-card{width:min(100%,340px)}.therapy-img{width:100%}.programs-section{width:calc(100% - 56px)}.programs-row{flex-direction:column}.why-block,.therapy-extra{flex-direction:column;width:calc(100% - 56px);gap:22px}.therapy-extra{flex-direction:column-reverse}.why-media,.tx-media{flex:none;width:100%}.why-media img,.tx-media img{height:220px}.features-row{flex-direction:column}.gallery-grid{grid-template-columns:repeat(2,1fr);width:calc(100% - 56px)}.gallery-item{height:150px}.about-inner,.faq-inner{flex-direction:column;width:calc(100% - 56px);gap:24px}.about-media,.faq-media{flex:none;width:100%}.faq-media img{min-height:0;height:210px}.mv-section{width:calc(100% - 56px)}.mv-cards,.values-row{flex-direction:column}.tips-grid{flex-direction:column;align-items:center;width:calc(100% - 56px)}.tip-card{width:100%;max-width:420px}.program-block{height:auto;min-height:150px}.program-content{position:relative;padding:18px}.program-photo{display:none}.testimonials-row{flex-direction:column;gap:24px}.testimonial{align-self:center}.carousel-arrow{display:none}.cta-inner{flex-direction:column;text-align:center;padding:0 20px}.cta-text{text-align:center}.btn-gold{margin-left:0}.footer-main{flex-wrap:wrap;gap:24px;padding:26px 32px}.footer-col,.footer-col+.footer-col{margin-left:0}.social-col{margin-left:0!important}.footer-bottom-inner{flex-direction:column;gap:6px;padding:12px 24px}}@media (max-width: 560px){.hero-title{font-size:31px;letter-spacing:-.5px}.hero-sub br,.program-desc br,.testimonial-text br{display:none}.program-desc,.testimonial-text{white-space:normal}.testimonial-text{font-size:11px}.therapy-desc br{display:none}.hero-actions{flex-wrap:wrap}.products-grid{grid-template-columns:1fr;width:calc(100% - 40px)}.testimonial{width:min(100%,330px);padding:0 20px}}.map-section{padding:46px 0 60px}.map-inner{display:flex;align-items:stretch;gap:40px;width:calc(100% - 88px);max-width:1352px;margin:0 auto}.map-content{flex:0 0 36%;display:flex;flex-direction:column;justify-content:center}.map-text{margin-top:12px;font-size:12.5px;line-height:1.7;color:#5f6a62;max-width:420px}.map-address{display:flex;align-items:flex-start;gap:12px;margin-top:20px;padding:14px 16px;border:1px solid var(--gold-border);border-radius:12px;background:#fdfcf7;max-width:380px}.map-pin{width:26px;height:26px;flex:none;color:var(--gold)}.map-address p{font-size:12px;line-height:1.55;color:#2c3a30}.map-address p:first-child{font-weight:600;color:#17281c}.map-actions{display:flex;align-items:center;gap:12px;margin-top:22px;flex-wrap:wrap}.map-btn{display:inline-flex;align-items:center;gap:8px;font-size:11.5px;font-weight:600;padding:10px 20px;border-radius:6px;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.map-btn-gold{color:#fff;background:linear-gradient(115deg,#dcb271,#c08e3e 45%,#dcb271 90%);background-size:220% 100%;animation:goldPan 5.5s ease-in-out infinite}.map-btn-gold:hover{filter:brightness(1.08);transform:translateY(-2px);box-shadow:0 8px 20px #c8963c4d}.map-btn-icon{width:13px;height:13px;transition:transform .2s ease}.map-btn-gold:hover .map-btn-icon{transform:translate(3px)}.map-btn-ghost{color:var(--green-btn);border:1px solid var(--green-btn)}.map-btn-ghost:hover{background:var(--green-btn);color:#fff;transform:translateY(-2px)}.map-frame{flex:1;border-radius:16px;overflow:hidden;border:1px solid rgba(203,163,92,.45);box-shadow:0 14px 34px #02200e1a;min-height:400px;transition:box-shadow .3s ease,border-color .3s ease}.map-frame:hover{border-color:var(--gold-border);box-shadow:0 18px 42px #02200e29}.map-frame iframe{width:100%;height:100%;min-height:400px;border:0;display:block;filter:saturate(.92);transition:filter .3s ease}.map-frame:hover iframe{filter:saturate(1)}@media (max-width: 900px){.map-inner{flex-direction:column;width:calc(100% - 56px);gap:24px}.map-content{flex:none}.map-frame,.map-frame iframe{min-height:300px}}.catalog-section{padding:46px 0 14px}.catalog-band{width:calc(100% - 48px);max-width:1440px;margin:0 auto;border-radius:20px;position:relative;overflow:hidden;border:1px solid rgba(203,163,92,.28);background:radial-gradient(rgba(210,162,76,.055) 1px,transparent 1.6px),radial-gradient(1100px 480px at 88% -8%,rgba(201,148,50,.16),transparent 62%),radial-gradient(800px 400px at -4% 104%,rgba(201,148,50,.1),transparent 60%),var(--green-dark);background-size:24px 24px,auto,auto,auto;padding:52px 44px 56px}.catalog-head{text-align:center;max-width:680px;margin:0 auto}.cat-title{color:#f6efe0;font-size:26px}.cat-intro{margin:12px auto 0;max-width:520px;font-size:12.5px;line-height:1.65;color:#f4eddcad}.cat-filters{display:flex;flex-wrap:wrap;justify-content:center;gap:9px;margin-top:26px}.cat-filter{display:inline-flex;align-items:center;gap:7px;font-size:11px;font-weight:600;letter-spacing:.2px;color:#e8dbb9;background:transparent;border:1px solid rgba(203,163,92,.42);border-radius:30px;padding:8px 15px;cursor:pointer;transition:color .22s ease,border-color .22s ease,background .22s ease,transform .22s ease,box-shadow .22s ease}.cat-filter:hover{color:#fff;border-color:var(--gold-soft);transform:translateY(-1px)}.cat-filter.on{background:linear-gradient(115deg,#dcb271,#c08e3e 55%,#d2a24c);color:#14301d;border-color:transparent;box-shadow:0 6px 16px #c8963c52}.cat-count{font-size:8.5px;font-weight:700;background:#ffffff24;border-radius:10px;padding:2px 6px;line-height:1.4}.cat-filter.on .cat-count{background:#02200e33}.catalog-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:30px}.cat-card{position:relative;display:flex;flex-direction:column;background:#fdfbf4;border:1px solid rgba(203,163,92,.2);border-radius:14px;overflow:hidden;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}.cat-card:hover{transform:translateY(-5px);border-color:#d2a24ca6;box-shadow:0 22px 44px #00000061}.cat-pop{opacity:0;animation:catPop .5s cubic-bezier(.22,.9,.3,1.15) forwards}@keyframes catPop{0%{opacity:0;transform:translateY(18px) scale(.96)}to{opacity:1;transform:none}}.cat-num{position:absolute;top:10px;left:13px;z-index:2;font-family:Lora,Georgia,serif;font-size:11px;letter-spacing:1.2px;color:#02200e52}.cat-shot{position:relative;display:block;width:100%;aspect-ratio:1 / 1;background:#fff;padding:16px;cursor:zoom-in}.cat-shot img{width:100%;height:100%;object-fit:contain;display:block;transition:transform .5s cubic-bezier(.22,.8,.3,1)}.cat-card:hover .cat-shot img{transform:scale(1.07) rotate(-1.2deg)}.cat-shot-hint{position:absolute;left:50%;bottom:11px;transform:translate(-50%,8px);display:inline-flex;align-items:center;gap:6px;background:#02200ecc;color:#efdcae;font-size:9.5px;font-weight:600;letter-spacing:.4px;padding:5px 12px;border-radius:20px;opacity:0;transition:opacity .25s ease,transform .25s ease;white-space:nowrap}.cat-shot-hint svg{width:12px;height:12px}.cat-card:hover .cat-shot-hint{opacity:1;transform:translate(-50%)}.cat-info{display:flex;flex-direction:column;flex:1;padding:13px 15px 16px}.cat-name{font-family:Lora,Georgia,serif;font-size:14.5px;font-weight:600;line-height:1.25;color:#17281c}.cat-sub{margin-top:2px;font-size:10.5px;line-height:1.4;color:#82887b}.cat-sep{height:1px;margin:10px 0 9px;background:linear-gradient(90deg,var(--gold-soft),rgba(210,162,76,0));opacity:.65}.cat-buy{display:flex;align-items:flex-end;justify-content:space-between;gap:8px}.cat-pricebox{display:flex;flex-direction:column;gap:1px}.cat-pricelabel{font-size:8px;font-weight:700;letter-spacing:1.1px;text-transform:uppercase;color:#9aa193}.cat-price{font-size:13.5px;font-weight:700;line-height:1.3;color:#b3831c}.cat-pres{font-size:9px;color:#5f6a62;background:#eef0e4;border-radius:20px;padding:3px 9px;text-align:right;max-width:46%}.cat-wa{margin-top:12px;display:inline-flex;align-items:center;justify-content:center;gap:7px;background:var(--green-btn);color:#fff;font-size:11px;font-weight:600;padding:9px 12px;border-radius:8px;transition:transform .2s ease,filter .2s ease,box-shadow .2s ease}.cat-wa svg{width:14px;height:14px}.cat-wa:hover{filter:brightness(1.18);transform:translateY(-2px);box-shadow:0 8px 18px #0000004d}.catalog-more{text-align:center;margin-top:30px}.cat-morebtn{display:inline-flex;align-items:center;gap:9px;background:linear-gradient(115deg,#dcb271,#c08e3e 45%,#dcb271 90%);background-size:220% 100%;animation:goldPan 5.5s ease-in-out infinite;color:#14301d;font-size:11.5px;font-weight:700;letter-spacing:.3px;padding:11px 26px;border-radius:30px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.cat-morebtn:hover{transform:translateY(-2px);filter:brightness(1.06);box-shadow:0 10px 24px #c8963c59}.cat-more-icon{width:13px;height:13px;transition:transform .3s ease}.cat-more-icon.up{transform:rotate(180deg)}.cat-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#02160ae6;display:flex;align-items:center;justify-content:center;animation:catLbIn .25s ease}@keyframes catLbIn{0%{opacity:0}to{opacity:1}}.cat-lb-body{max-width:min(88vw,620px);max-height:92vh;display:flex;flex-direction:column;gap:10px}.cat-lb-body img{width:100%;max-height:calc(92vh - 64px);object-fit:contain;border-radius:12px;box-shadow:0 24px 60px #00000080}.cat-lb-body figcaption{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#f4ead1;font-size:12.5px;flex-wrap:wrap}.cat-lb-body .cat-wa{margin-top:0}.cat-lb-close,.cat-lb-arrow{position:fixed;z-index:201;width:42px;height:42px;border-radius:50%;background:#ffffff1a;color:#f4ead1;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,transform .2s ease}.cat-lb-close:hover,.cat-lb-arrow:hover{background:#d2a24c59;transform:scale(1.06)}.cat-lb-close{top:18px;right:20px}.cat-lb-close svg,.cat-lb-arrow svg{width:19px;height:19px}.cat-lb-arrow.prev{left:16px;top:50%;transform:translateY(-50%)}.cat-lb-arrow.next{right:16px;top:50%;transform:translateY(-50%)}.cat-lb-arrow.prev:hover,.cat-lb-arrow.next:hover{transform:translateY(-50%) scale(1.06)}@media (max-width: 1024px){.catalog-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 760px){.catalog-band{width:calc(100% - 24px);padding:38px 16px 42px;border-radius:16px}.catalog-grid{grid-template-columns:repeat(2,1fr);gap:11px}.cat-name{font-size:13px}.cat-buy{flex-direction:column;align-items:flex-start;gap:6px}.cat-pres{max-width:none;text-align:left}.cat-lb-body{max-width:94vw}}@media (max-width: 430px){.catalog-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion: reduce){.cat-pop{animation:none;opacity:1}.cat-morebtn{animation:none}}.therapies-section{padding:0 0 16px}.ter-zone{position:relative;overflow:hidden;padding:58px 0;background:radial-gradient(1100px 500px at 85% -10%,rgba(201,148,50,.2),transparent 60%),radial-gradient(900px 460px at 2% 108%,rgba(201,148,50,.12),transparent 58%),linear-gradient(160deg,#032514,#0d3d22 52%,#032013);border-top:1px solid rgba(203,163,92,.3);border-bottom:1px solid rgba(203,163,92,.3)}.ter-zone.spotlight:before{border-radius:0;z-index:0;background:radial-gradient(560px circle at var(--sx, 50%) var(--sy, 50%),rgba(210,162,76,.22),transparent 65%)}.ter-zone .section-title-serif{color:#f6efe0}.ter-zone .section-intro{color:#f4eddcb8}.ter-zone .therapy-card{border-color:#d2a24c52;box-shadow:0 16px 36px #00000052}.ter-zone .therapy-card:hover{box-shadow:0 26px 52px #00000073;border-color:#d2a24cb3}.ter-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}.ter-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(rgba(210,162,76,.13) 1px,transparent 1.5px);background-size:26px 26px}.ter-blob{position:absolute;border-radius:50%;filter:blur(70px);opacity:.55;will-change:transform;transition:transform 1.1s cubic-bezier(.2,.8,.3,1)}.tb1{width:520px;height:520px;top:-170px;right:-110px;background:radial-gradient(circle,rgba(210,162,76,.4),transparent 70%);transform:translate3d(calc(var(--px, 0) * 70px),calc(var(--py, 0) * 50px),0)}.tb2{width:460px;height:460px;bottom:-160px;left:-130px;background:radial-gradient(circle,rgba(72,150,96,.3),transparent 70%);transform:translate3d(calc(var(--px, 0) * -55px),calc(var(--py, 0) * -42px),0)}.tb3{width:300px;height:300px;top:30%;left:8%;background:radial-gradient(circle,rgba(210,162,76,.28),transparent 70%);transform:translate3d(calc(var(--px, 0) * 40px),calc(var(--py, 0) * -30px),0)}.ter-ring{position:absolute;border:1px solid rgba(210,162,76,.38);border-radius:50%;animation:ringPulse 9s ease-in-out infinite alternate}.tr1{width:620px;height:620px;left:50%;top:46%;margin:-310px 0 0 -310px;transform:translate3d(calc(var(--px, 0) * 18px),calc(var(--py, 0) * 14px),0)}.tr2{width:420px;height:420px;left:50%;top:46%;margin:-210px 0 0 -210px;border-style:dashed;border-color:#d2a24c4d;animation-delay:2.5s;transform:translate3d(calc(var(--px, 0) * -14px),calc(var(--py, 0) * -10px),0)}@keyframes ringPulse{0%{scale:1;opacity:.7}to{scale:1.05;opacity:1}}.ter-leaf{position:absolute;color:var(--gold-soft);filter:drop-shadow(0 0 6px rgba(210,162,76,.35));transition:transform .9s cubic-bezier(.2,.8,.3,1);will-change:transform}.ter-leaf svg{display:block;width:100%;height:100%;animation:leafFloat 9s ease-in-out infinite alternate}.lf1{width:36px;height:36px;left:7%;top:14%;opacity:.8;transform:translate3d(calc(var(--px, 0) * 34px),calc(var(--py, 0) * 26px),0)}.lf1 svg{animation-delay:0s;rotate:-14deg}.lf2{width:28px;height:28px;left:82%;top:10%;opacity:.65;transform:translate3d(calc(var(--px, 0) * -28px),calc(var(--py, 0) * 22px),0)}.lf2 svg{animation-delay:1.4s;rotate:24deg}.lf3{width:42px;height:42px;left:3.5%;top:58%;opacity:.6;transform:translate3d(calc(var(--px, 0) * 46px),calc(var(--py, 0) * -30px),0)}.lf3 svg{animation-delay:2.8s;rotate:40deg}.lf4{width:32px;height:32px;left:92%;top:52%;opacity:.7;transform:translate3d(calc(var(--px, 0) * -40px),calc(var(--py, 0) * -26px),0)}.lf4 svg{animation-delay:.8s;rotate:-30deg}.lf5{width:26px;height:26px;left:16%;top:86%;opacity:.6;transform:translate3d(calc(var(--px, 0) * 26px),calc(var(--py, 0) * 20px),0)}.lf5 svg{animation-delay:3.6s;rotate:10deg}.lf6{width:34px;height:34px;left:72%;top:88%;opacity:.65;transform:translate3d(calc(var(--px, 0) * -32px),calc(var(--py, 0) * 24px),0)}.lf6 svg{animation-delay:2s;rotate:-46deg}@keyframes leafFloat{0%{translate:0 0;rotate:0deg}to{translate:0 -14px;rotate:9deg}}.ter-head,.therapies-grid,.therapy-extra{position:relative;z-index:1}.ter-head{max-width:700px;margin:0 auto;padding:0 24px}.therapies-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;width:calc(100% - 88px);max-width:1352px;margin:32px auto 0}.therapy-card{width:auto;border-radius:16px;box-shadow:0 6px 18px #1428190f;display:flex;flex-direction:column}.therapy-media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 55%,rgba(2,32,14,.35));pointer-events:none}.therapy-img{height:215px;transition:transform .6s ease}.therapy-card:hover .therapy-img{transform:scale(1.06)}.therapy-badge{width:54px;height:54px;left:20px;bottom:-24px;border-width:4px;z-index:2}.therapy-badge svg{width:26px;height:26px}.therapy-content{padding:38px 22px 20px;display:flex;flex-direction:column;flex:1}.therapy-title{font-family:Lora,Georgia,serif;font-size:18px;font-weight:600;color:#17281c}.therapy-desc{margin-top:6px;font-size:12.5px;line-height:1.6;color:#6f7a70}.therapy-link{display:inline-flex;align-items:center;gap:7px;margin-top:auto;padding-top:14px;border-top:1px solid rgba(203,163,92,.28);font-size:11px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;color:var(--gold);transition:color .22s ease}.therapy-content .therapy-link{margin-top:16px}.therapy-link svg{width:13px;height:13px;transition:transform .22s ease}.therapy-link:hover{color:#a87817}.therapy-link:hover svg{transform:translate(4px)}.therapy-extra{margin-top:54px;gap:44px}.tx-media img{height:350px}.therapy-extra .tx-title{font-size:24px}.therapy-extra .tx-sub{font-size:13px;max-width:500px}.tx-item{font-size:12.5px;padding:7px 0}@media (max-width: 1024px){.therapies-grid{gap:16px;width:calc(100% - 56px)}.therapy-img{height:180px}}@media (max-width: 820px){.therapies-grid{grid-template-columns:1fr;width:calc(100% - 48px);max-width:480px;gap:20px}.therapy-img{height:195px}.therapy-extra{flex-direction:column-reverse;margin-top:42px;gap:24px;width:calc(100% - 48px)}.tx-media{flex:none;width:100%}.tx-media img{height:235px}.ter-blob{opacity:.42}.lf3,.lf4{display:none}.tr1{width:440px;height:440px;margin:-220px 0 0 -220px}.tr2{width:300px;height:300px;margin:-150px 0 0 -150px}}@media (prefers-reduced-motion: reduce){.ter-blob,.ter-leaf,.ter-ring{transition:none;transform:none;animation:none}.ter-leaf svg{animation:none}}:root{--fs-title: 26px;--fs-card-title: 16px;--fs-body: 13px;--fs-small: 12px;--fs-btn: 12px;--fs-chip: 10px;--radius-card: 16px;--border-card: rgba(203, 163, 92, .28);--shadow-card: 0 6px 18px rgba(20, 40, 25, .07);--shadow-card-hover: 0 18px 38px rgba(20, 40, 25, .16)}.section-title-serif,.why-title,.tx-title,.therapy-extra .tx-title,.cat-title{font-size:var(--fs-title)}.section-label{font-size:var(--fs-chip)}.mv-title,.value-title,.tip-title,.program-title,.feature-title,.therapy-title,.cat-name,.cta-title,.lb-name{font-size:var(--fs-card-title)}.hero-sub,.about-text,.section-intro,.cat-intro,.map-text,.tx-sub,.therapy-extra .tx-sub,.why-sub,.mv-text,.therapy-desc,.tip-desc,.testimonial-text,.faq-a,.cta-sub,.program-desc,.tx-item{font-size:var(--fs-body)}.cat-sub,.value-desc,.feature-desc,.why-item span,.why-item strong,.testimonial-name,.footer-col p,.map-address p,.gallery-item figcaption,.about-chip,.marquee-item,.follow-title,.copy-toast{font-size:var(--fs-small)}.faq-q{font-size:13.5px}.btn-wa,.btn-outline-gold,.btn-gold,.btn-program-light,.map-btn,.cat-wa,.cat-morebtn,.cat-filter,.header-cta{font-size:var(--fs-btn)}.cat-pres,.cat-count,.cat-shot-hint,.benefit-text,.side-dot-tip{font-size:var(--fs-chip)}.cat-pricelabel{font-size:9px}.cat-price{font-size:14px}.footer-bottom p{font-size:10.5px}.mv-card,.value-item,.tip-card,.faq-item,.program-block,.feature-card,.gallery-item,.map-address,.cat-card,.therapy-card{border-radius:var(--radius-card)}.mv-card,.value-item,.tip-card,.faq-item,.feature-card,.map-address,.cat-card,.therapy-card{border-color:var(--border-card)}.mv-card,.tip-card,.feature-card,.cat-card,.therapy-card{box-shadow:var(--shadow-card)}.mv-card:hover,.tip-card:hover,.feature-card:hover,.cat-card:hover,.therapy-card:hover{box-shadow:var(--shadow-card-hover)}@media (max-width: 560px){:root{--fs-title: 22px;--fs-card-title: 15px;--fs-body: 12.5px;--fs-small: 11.5px}}.catpage-top{position:sticky;top:0;z-index:60;display:flex;align-items:center;justify-content:space-between;background:var(--green-dark);border-bottom:1px solid rgba(203,163,92,.35);padding:10px 28px}.catpage-top .logo-img{width:66px;height:60px;object-fit:contain}.catpage-back{display:inline-flex;align-items:center;gap:8px;color:#ecdfbd;font-size:12px;font-weight:600;letter-spacing:.3px;transition:color .2s ease}.catpage-back svg{width:15px;height:15px;transition:transform .2s ease}.catpage-back:hover{color:var(--gold-soft)}.catpage-back:hover svg{transform:translate(-3px)}@media (max-width: 560px){.catpage-top{padding:8px 16px}.catpage-top .logo-img{width:54px;height:50px}}.catpage{position:relative;min-height:100vh;background:radial-gradient(rgba(210,162,76,.12) 1px,transparent 1.5px),radial-gradient(1300px 640px at 92% -6%,rgba(201,148,50,.22),transparent 60%),radial-gradient(1000px 560px at -6% 102%,rgba(201,148,50,.15),transparent 58%),linear-gradient(168deg,#021b0e,#0c3c21,#021a0d);background-size:26px 26px,auto,auto,auto;overflow-x:hidden;overflow-x:clip}.catpage:before,.catpage:after{content:"";position:fixed;z-index:0;border-radius:50%;filter:blur(90px);pointer-events:none}.catpage:before{width:620px;height:620px;top:-180px;right:-160px;background:radial-gradient(circle,rgba(210,162,76,.34),transparent 70%);animation:catDrift 16s ease-in-out infinite alternate}.catpage:after{width:540px;height:540px;bottom:-200px;left:-170px;background:radial-gradient(circle,rgba(72,150,96,.3),transparent 70%);animation:catDrift 19s ease-in-out infinite alternate-reverse}@keyframes catDrift{0%{transform:translateZ(0) scale(1)}to{transform:translate3d(-70px,50px,0) scale(1.12)}}.catpage main{position:relative;z-index:1}.catpage .catpage-top{position:sticky;z-index:60}.catpage .catalog-section{padding:12px 0 64px}.catpage .catalog-band{background:transparent;border:none;width:calc(100% - 24px);padding-top:40px}.catpage .catpage-top{background:#02180ce6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}@media (prefers-reduced-motion: reduce){.catpage:before,.catpage:after{animation:none}}.map-frame{position:relative}.map-radar{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;overflow:hidden;border-radius:inherit}.map-radar.run{animation:mrHide .5s ease 3.95s forwards}@keyframes mrHide{to{opacity:0;visibility:hidden}}.mr-city{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;transform:scale(1.12)}.map-radar.run .mr-city{animation:mrZoom 4.5s ease-out forwards}@keyframes mrZoom{0%{transform:scale(1.12)}to{transform:scale(1)}}.mr-scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 46%,#02200e14,#02200e9e 78%),linear-gradient(180deg,#02200e80,#02200e3d 40%,#02200ea8)}.mr-core{position:absolute;left:50%;top:46%;width:240px;height:240px;margin:-120px 0 0 -120px}.mr-sweep{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:conic-gradient(from 0deg,rgba(210,162,76,.55) 0deg,rgba(210,162,76,.12) 55deg,transparent 95deg);animation:mrSpin 1.5s linear infinite;border:1px solid rgba(210,162,76,.4)}@keyframes mrSpin{to{transform:rotate(360deg)}}.mr-ring{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:1.5px solid rgba(210,162,76,.65);animation:mrRing 2.1s ease-out infinite}.mr-r2{animation-delay:.7s}.mr-r3{animation-delay:1.4s}@keyframes mrRing{0%{transform:scale(.18);opacity:1}to{transform:scale(1.25);opacity:0}}.mr-dot{position:absolute;left:50%;top:50%;width:13px;height:13px;margin:-6.5px 0 0 -6.5px;border-radius:50%;background:#ffd889;box-shadow:0 0 0 4px #d2a24c59,0 0 18px 4px #d2a24ccc;animation:mrDot 1s ease-in-out infinite alternate}@keyframes mrDot{0%{transform:scale(.85)}to{transform:scale(1.2)}}.map-radar.found .mr-sweep{animation-duration:.7s}.mr-hud{position:absolute;left:50%;bottom:56px;transform:translate(-50%);text-align:center;color:#f6ecd2;z-index:2;width:max-content;max-width:92%}.mr-hud p{font-size:13px;font-weight:700;letter-spacing:.4px;text-shadow:0 2px 10px rgba(0,0,0,.65)}.map-radar.found .mr-hud p{color:#ffe9b8}.mr-coords{display:block;margin-top:4px;font-size:11px;letter-spacing:1.4px;color:#f6ecd2d9;text-shadow:0 2px 8px rgba(0,0,0,.6)}.mr-bar{position:absolute;left:50%;bottom:34px;transform:translate(-50%);width:150px;height:4px;border-radius:4px;background:#ffffff38;overflow:hidden;z-index:2}.mr-bar span{display:block;height:100%;width:0;border-radius:4px;background:linear-gradient(90deg,#d2a24c,#ffd889)}.map-radar.run .mr-bar span{animation:mrBar 4.1s ease forwards}@keyframes mrBar{0%{width:0}55%{width:62%}to{width:100%}}.mr-credit{position:absolute;left:10px;bottom:8px;font-size:8px;letter-spacing:.3px;color:#ffffff8c;z-index:2}.mr-replay{position:absolute;top:12px;right:12px;z-index:4;display:inline-flex;align-items:center;gap:7px;padding:8px 14px;border-radius:30px;background:#02200ed1;border:1px solid rgba(210,162,76,.55);color:#f2dfae;font-size:11px;font-weight:600;letter-spacing:.3px;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background .22s ease,color .22s ease,transform .22s ease,box-shadow .22s ease;animation:mrReplayIn .4s ease both}@keyframes mrReplayIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}.mr-replay svg{width:14px;height:14px;transition:transform .4s ease}.mr-replay:hover{background:#02200ef2;color:#ffe9b8;transform:translateY(-1px);box-shadow:0 8px 20px #0000004d}.mr-replay:hover svg{transform:rotate(-180deg)}@media (max-width: 760px){.mr-core{width:180px;height:180px;margin:-90px 0 0 -90px}.mr-hud{bottom:48px}.mr-replay{padding:7px 12px;font-size:10.5px}}@media (prefers-reduced-motion: reduce){.map-radar,.mr-city,.mr-sweep,.mr-ring,.mr-dot,.mr-bar span{animation:none}}:root{--sec-gap: 72px}.about-section,.mv-section,.catalog-section,.therapies-section,.programs-section,.tips-section,.gallery-section,.testimonials-section,.faq-section,.map-section{padding-top:var(--sec-gap)}.map-section{padding-bottom:76px}@media (max-width: 760px){:root{--sec-gap: 48px}.map-section{padding-bottom:56px}}.revealed .section-title-serif,.section-title-serif.revealed{animation:titleIn .85s cubic-bezier(.2,.7,.2,1) both,titleGlow 1.9s ease .55s}@keyframes titleIn{0%{opacity:0;transform:translateY(26px) scale(.98);clip-path:inset(0 0 100% 0);filter:blur(5px)}55%{clip-path:inset(0 0 0 0);filter:blur(0)}to{opacity:1;transform:none;clip-path:inset(0 0 0 0);filter:none}}@keyframes titleGlow{0%,to{text-shadow:none}45%{text-shadow:0 0 22px rgba(210,162,76,.55)}}.revealed .section-label,.section-label.revealed{animation:labelIn .7s ease both}@keyframes labelIn{0%{opacity:0;letter-spacing:5px}to{opacity:1;letter-spacing:1.8px}}@media (prefers-reduced-motion: reduce){.revealed .section-title-serif,.section-title-serif.revealed,.revealed .section-label,.section-label.revealed{animation:none}}.map-local{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;margin:0;overflow:hidden;animation:catLbIn .35s ease}.map-local:before{content:"";position:absolute;top:-24px;right:-24px;bottom:-24px;left:-24px;background:url(/assets/local-suplementos.jpg) center 30% / cover no-repeat;filter:blur(20px) brightness(.55) saturate(1.05)}.map-local img{position:relative;width:100%;height:100%;object-fit:contain;object-position:center;display:block;filter:drop-shadow(0 10px 30px rgba(0,0,0,.45))}.map-frame{transition:min-height .45s ease}.map-frame:has(.map-local){min-height:540px}@media (max-width: 900px){.map-frame:has(.map-local){min-height:460px}}.map-local figcaption{position:absolute;left:12px;bottom:12px;background:#02200ed1;color:#f2dfae;font-size:11px;font-weight:600;letter-spacing:.3px;padding:7px 13px;border-radius:20px;border:1px solid rgba(210,162,76,.45);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.map-tabs{position:absolute;top:12px;left:12px;z-index:4;display:inline-flex;gap:6px;padding:4px;border-radius:30px;background:#02200ed1;border:1px solid rgba(210,162,76,.45);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:mrReplayIn .4s ease both}.map-tab{border:none;background:transparent;color:#e8dbb9;font-size:11px;font-weight:600;letter-spacing:.3px;padding:6px 14px;border-radius:20px;cursor:pointer;transition:background .22s ease,color .22s ease}.map-tab:hover{color:#fff}.map-tab.on{background:linear-gradient(115deg,#dcb271,#c08e3e 55%,#d2a24c);color:#14301d;font-weight:700}@media (max-width: 760px){.map-tab{font-size:10.5px;padding:5px 11px}}.hero-socials{display:flex;align-items:center;gap:10px;margin-top:16px}.hero-social{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid rgba(203,163,92,.55);color:var(--green-btn);background:#fff;transition:background .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease}.hero-social svg{width:19px;height:19px}.hero-social:hover{background:var(--green-btn);color:#fff;border-color:var(--green-btn);transform:translateY(-2px);box-shadow:0 8px 18px #02200e38}.footer-admin-row{text-align:center;padding:4px 0 12px}.footer-admin{color:var(--gold-soft);opacity:.75;font-size:12.5px;text-decoration:none;letter-spacing:.06em}.footer-admin:hover{opacity:1;text-decoration:underline}.cat-cart{margin-top:12px;display:inline-flex;align-items:center;justify-content:center;gap:7px;background:var(--gold);color:#1d1503;font-size:11px;font-weight:700;padding:9px 12px;border:none;border-radius:8px;cursor:pointer;font-family:inherit;transition:transform .2s ease,filter .2s ease,box-shadow .2s ease}.cat-cart svg{width:14px;height:14px}.cat-cart:hover{filter:brightness(1.08);transform:translateY(-2px);box-shadow:0 8px 18px #c9943259}.cat-cart.is-out{background:#eceee7;color:#9aa193;cursor:not-allowed}.cat-cart.is-out:hover{filter:none;transform:none;box-shadow:none}.cat-cart+.cat-wa{margin-top:8px}.cat-pages{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:7px;margin-top:32px}.cat-page{min-width:38px;height:38px;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--card-border);border-radius:9px;background:#fff;color:#33413a;font-family:inherit;font-size:13px;font-weight:600;cursor:pointer;transition:border-color .2s ease,color .2s ease,background .2s ease,transform .2s ease}.cat-page:hover{border-color:var(--gold-border);color:var(--green-btn);transform:translateY(-1px)}.cat-page.on{background:var(--green-btn);border-color:var(--green-btn);color:#fff;cursor:default;transform:none}.cat-page-dots{color:#9aa193;font-size:13px;padding:0 2px;-webkit-user-select:none;user-select:none}.cat-page-nav{height:38px;padding:0 14px;display:inline-flex;align-items:center;gap:6px;border:1px solid var(--card-border);border-radius:9px;background:#fff;color:var(--green-btn);font-family:inherit;font-size:12.5px;font-weight:600;cursor:pointer;transition:border-color .2s ease,color .2s ease,transform .2s ease}.cat-page-nav svg{width:15px;height:15px}.cat-page-nav:hover:not(:disabled){border-color:var(--gold-border);transform:translateY(-1px)}.cat-page-nav:disabled{opacity:.4;cursor:not-allowed}@media (max-width: 560px){.cat-page,.cat-page-nav{min-width:34px;height:34px}.cat-page-nav{padding:0 10px;font-size:11.5px}}.cart .ic{width:20px;height:20px}.cart__fab{position:fixed;z-index:200;right:26px;bottom:calc(94px + env(safe-area-inset-bottom,0px));width:54px;height:54px;border-radius:50%;display:grid;place-items:center;border:none;cursor:pointer;background:linear-gradient(140deg,var(--green-btn),#0a5c33);color:#fff;box-shadow:0 12px 28px #02200e5c;transition:transform .25s ease,box-shadow .25s ease}.cart__fab:hover{transform:translateY(-2px) scale(1.04);box-shadow:0 16px 34px #133f2770}.cart__fab .ic{width:24px;height:24px}.cart__count{position:absolute;top:-4px;right:-4px;min-width:22px;height:22px;padding:0 6px;display:grid;place-items:center;border-radius:12px;background:#fff;color:var(--green-btn);font-size:12px;font-weight:800;border:1.5px solid var(--gold)}.cart__scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;background:#02200e80;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);opacity:0;transition:opacity .28s ease}.cart__scrim.is-on{opacity:1}.cart__panel{position:fixed;z-index:310;top:0;right:0;bottom:0;width:min(420px,94vw);display:flex;flex-direction:column;background:#fff;box-shadow:-18px 0 46px #02200e33;transform:translate(102%);transition:transform .3s ease}.cart__panel.is-on{transform:none}.cart__head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:20px 20px 14px;border-bottom:1px solid var(--card-border)}.cart__head h2{margin:0;font-size:17.5px;font-family:Lora,serif;color:var(--green-dark)}.cart__x{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;border:1px solid var(--card-border);background:none;cursor:pointer;color:#7d7d7d;transition:color .2s,border-color .2s}.cart__x:hover{color:var(--green-btn);border-color:var(--gold-border)}.cart__body{flex:1;overflow-y:auto;padding:16px 20px}.cart__empty{color:#7d7d7d;font-size:14px;text-align:center;padding:30px 0}.cart__empty a{color:#b3831c;font-weight:600}.cart__it{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid var(--card-border)}.cart__it-img{width:64px;height:64px;flex:none;border-radius:10px;overflow:hidden;background:linear-gradient(160deg,#f4f6ee,#e9eee2);display:grid;place-items:center}.cart__it-img img{width:100%;height:100%;object-fit:cover}.cart__ph{color:#9aa193}.cart__ph .ic{width:24px;height:24px}.cart__it-b{flex:1;min-width:0}.cart__it-b h3{margin:0;font-size:14px;line-height:1.3;color:var(--text-dark)}.cart__it-p{display:block;font-size:13px;font-weight:600;color:#b3831c;margin-top:2px}.cart__it-s{display:block;font-size:11px;color:#2e7d32;font-weight:600}.cart__qty{display:flex;align-items:center;gap:8px;margin-top:8px}.cart__qty button{width:28px;height:28px;border-radius:8px;border:1px solid var(--card-border);background:none;cursor:pointer;font-family:inherit;font-weight:700;color:var(--text-dark);transition:border-color .2s,color .2s}.cart__qty button:hover{border-color:var(--gold-border);color:var(--green-btn)}.cart__qty span{min-width:22px;text-align:center;font-weight:700;font-size:14px}.cart__qty .cart__del{width:auto;height:28px;padding:0 12px;display:inline-flex;align-items:center;justify-content:center;font-size:11.5px;font-weight:600;line-height:1;white-space:nowrap;color:#7d7d7d;margin-left:auto}.cart__qty .cart__del:hover{color:#b91c1c;border-color:#b91c1c73}.cart__foot{border-top:1px solid var(--card-border);padding:16px 20px 20px;background:#fbfcf7}.cart__total{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:4px}.cart__total span{color:#7d7d7d;font-size:13.5px}.cart__total b{font-family:Lora,serif;font-size:19px;color:var(--green-dark)}.cart__nota{color:#9aa193;font-size:12px;margin:0 0 10px}.cart__form{display:grid;gap:10px;margin-top:10px}.cart__f label{display:block;font-size:12px;font-weight:500;color:#7d7d7d;margin-bottom:4px}.cart__f input{width:100%;padding:9px 12px;border-radius:10px;background:#fff;border:1px solid var(--card-border);font-family:inherit;font-size:14px;transition:border-color .2s,box-shadow .2s}.cart__f input:focus{outline:none;border-color:var(--green-btn);box-shadow:0 0 0 3px #133f2724}.cart__opts{border:1px solid var(--card-border);border-radius:11px;padding:10px 12px;display:grid;gap:6px;margin:0}.cart__opts legend{font-size:12px;font-weight:600;color:#7d7d7d;padding:0 4px}.cart__opts label{display:flex;align-items:center;gap:8px;font-size:13.5px;cursor:pointer}.cart__opts input{accent-color:var(--green-btn)}.cart__envio{display:grid;gap:10px}.cart__envio[hidden]{display:none}.cart__send{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;background:var(--green-btn);color:#fff;font-family:inherit;font-size:13.5px;font-weight:600;padding:12px 14px;border:none;border-radius:10px;cursor:pointer;transition:transform .2s ease,filter .2s ease,box-shadow .2s ease}.cart__send .ic{width:17px;height:17px}.cart__send:hover{filter:brightness(1.18);transform:translateY(-2px);box-shadow:0 8px 18px #02200e4d}.cart__toast{position:fixed;z-index:340;left:50%;bottom:26px;transform:translate(-50%) translateY(16px);background:#072613;color:#fff;padding:11px 18px;border-radius:12px;font-size:13.5px;font-weight:500;opacity:0;pointer-events:none;transition:opacity .28s,transform .28s;box-shadow:0 12px 30px #0000004d;max-width:88vw;text-align:center}.cart__toast.is-on{opacity:1;transform:translate(-50%)}@media (max-width: 560px){.cart__fab{right:28px;bottom:calc(92px + env(safe-area-inset-bottom,0px));width:50px;height:50px}.cart__panel{width:100%}}
