:root{--font-title:"Cormorant Garamond", Georgia, serif;--font-body:"Plus Jakarta Sans", sans-serif;--bg-primary:#faf8f5;--bg-secondary:#f4efea;--bg-card:#ffffffb3;--border-color:#ba9a7526;--text-primary:#3d352e;--text-secondary:#665d55;--text-muted:#8f8073;--accent-gold:#a58458;--accent-gold-light:#ba9a75;--accent-terracotta:#c8836c;--accent-glow:#ba9a7514;--transition-smooth:all .4s cubic-bezier(.25, .8, .25, 1);--shadow-premium:0 15px 35px -10px #4a3f350a, 0 5px 15px -5px #4a3f3505;--shadow-hover:0 25px 50px -12px #ba9a751f}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:80px}html,body{max-width:100vw;font-family:var(--font-body);background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;min-height:100vh;line-height:1.65;overflow-x:hidden}a{color:inherit;text-decoration:none}.main-wrapper{background-color:var(--bg-primary);flex-direction:column;justify-content:flex-start;align-items:stretch;min-height:100vh;padding-top:80px;display:flex;position:relative;overflow-x:hidden}.ambient-bg{z-index:1;pointer-events:none;background-image:radial-gradient(circle at 85% 15%,#faf6f0 0%,#0000 60%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-section{z-index:2;background-color:#fff;background-image:linear-gradient(90deg,#d4c6b626 1px,#0000 1px),linear-gradient(#d4c6b626 1px,#0000 1px);background-size:30px 30px;border-bottom:1px solid #ba9a7526;justify-content:center;align-items:stretch;width:100%;height:680px;display:flex;position:relative;overflow:hidden}.hero-container{z-index:3;grid-template-columns:1fr 1.1fr;align-items:stretch;gap:2rem;width:100%;max-width:1200px;height:100%;margin:0 auto;padding:0 2rem;display:grid;position:relative}@media (max-width:1024px){.hero-section{height:auto;min-height:auto;max-height:none;padding:2.2rem 0 0}.hero-container{text-align:center;grid-template-columns:1fr;gap:3rem;padding:0 1.5rem}}.hero-content{flex-direction:column;align-self:center;align-items:flex-start;padding-top:0;display:flex}@media (max-width:1024px){.hero-content{align-items:center;padding-top:0}.hero-title{font-size:2.25rem!important}.hero-subtitle{font-size:.92rem!important}}.crm-badge-floating{z-index:10;transition:var(--transition-smooth);position:absolute;top:64%;left:50px}.crm-info{flex-direction:column;align-items:flex-start;line-height:1.3;display:flex}.crm-name-badge{background-color:var(--accent-gold);color:#fff;transition:var(--transition-smooth);border-radius:9999px;align-items:center;gap:.25rem;padding:.5rem 1.25rem;display:inline-flex;box-shadow:0 8px 20px -6px #a5845866}.crm-title{font-family:var(--font-body);color:#ffffffe6;font-size:.92rem;font-weight:400}.crm-name{font-family:var(--font-body);color:#fff;letter-spacing:.02em;font-size:1.02rem;font-weight:600}.crm-number-badge{color:var(--accent-gold);font-family:var(--font-body);letter-spacing:.05em;white-space:nowrap;box-shadow:var(--shadow-premium);background-color:#faf8f5;border:1px solid #ba9a7540;border-radius:9999px;align-items:center;margin-left:1.25rem;padding:.22rem .85rem;font-size:.72rem;font-weight:600;display:inline-flex}.hero-title{font-family:var(--font-title);letter-spacing:-.01em;color:var(--text-primary);margin-bottom:1.25rem;font-size:2.85rem;font-weight:500;line-height:1.15}.highlight{color:var(--accent-gold);font-weight:500}.mobile-break{display:none}@media (max-width:1024px){.mobile-break{display:block}}@media (max-width:900px){.hero-title{font-size:2.8rem}}.hero-subtitle{color:var(--text-secondary);max-width:600px;font-size:.98rem;font-weight:400;line-height:1.7}@media (max-width:768px){.hero-subtitle{font-size:.95rem}}.conditions-grid{flex-wrap:wrap;gap:.5rem;max-width:600px;margin:2rem 0;display:flex}@media (max-width:1024px){.conditions-grid{justify-content:center}}.condition-tag{background:var(--bg-card);border:1px solid var(--border-color);color:var(--text-secondary);transition:var(--transition-smooth);cursor:default;border-radius:12px;padding:.45rem 1rem;font-size:.88rem;font-weight:500;box-shadow:0 2px 8px #2c241e05}.condition-tag:hover{border-color:var(--accent-gold);color:var(--accent-gold);background:#fff;transform:translateY(-2px);box-shadow:0 5px 15px #b88e5614}.cta-wrapper{margin-top:1rem}@keyframes borderGradient{0%{background-position:200% 0}to{background-position:-200% 0}}.cta-button{color:var(--accent-gold);letter-spacing:-.01em;transition:var(--transition-smooth);cursor:pointer;background:0 0;border:1.5px solid #0000;border-radius:18px;justify-content:center;align-items:center;gap:.85rem;padding:.8rem 2rem;font-size:.95rem;font-weight:600;display:inline-flex;position:relative}.cta-button:before{content:"";-webkit-mask-composite:xor;pointer-events:none;will-change:background-position;background:linear-gradient(90deg,#a58458 0% 35%,#c8836c 45%,#faf8f5 50%,#c8836c 55%,#a58458 65% 100%) 0 0/200% 100%;border-radius:18px;padding:1.5px;animation:4s linear infinite borderGradient;position:absolute;inset:-1.5px;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.cta-button:hover{color:var(--accent-gold);background:#a5845814;transform:translateY(-2px)}.cta-button svg{fill:currentColor;width:20px;height:20px;transition:var(--transition-smooth)}.reassuring-text-wrapper{border-top:1px solid #ba956026;align-items:flex-start;gap:1.25rem;max-width:580px;margin-top:2.5rem;padding-top:1.75rem;display:flex}@media (max-width:1024px){.reassuring-text-wrapper{display:none!important}}.brand-icon-brain{width:44px;height:44px;color:var(--accent-gold);opacity:.85;flex-shrink:0}.reassuring-text{color:var(--text-secondary);text-align:left;font-size:.96rem;font-weight:400;line-height:1.6}@media (max-width:1024px){.reassuring-text{text-align:center}}.hero-illustration{justify-content:center;align-self:stretch;align-items:flex-end;display:flex;position:relative}.illustration-glow{z-index:1;pointer-events:none;background:radial-gradient(circle,#b88e560f 0%,#faf7f200 70%);width:400px;height:400px;position:absolute;bottom:0}.hero-image-wrapper{z-index:2;justify-content:center;align-items:flex-end;width:100%;max-width:820px;height:100%;display:flex;position:relative;overflow:hidden}.hero-image-wrapper:after{content:"";z-index:3;pointer-events:none;background:linear-gradient(#fff0 0%,#fff6 40%,#fffffff2 90%,#fff 100%);width:100%;height:160px;position:absolute;bottom:0;left:0}.hero-image{object-fit:contain;object-position:bottom center;width:auto;max-width:100%;height:auto;max-height:100%;transition:var(--transition-smooth);-webkit-user-select:none;user-select:none;-webkit-user-drag:none;pointer-events:none;display:block}.section{justify-content:center;align-items:center;width:100%;min-height:auto;padding:7rem 0;display:flex;position:relative}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}.section-tag{text-transform:uppercase;letter-spacing:.2em;color:var(--accent-gold);margin-bottom:1rem;font-size:.78rem;font-weight:600;display:inline-block}.for-whom-container{text-align:center;flex-direction:column;align-items:center;max-width:960px;margin:0 auto;display:flex}.for-whom-question{font-family:var(--font-title);color:var(--accent-gold);text-align:center;margin-bottom:1.5rem;font-size:2.6rem;font-weight:500;line-height:1.25}.for-whom-context{color:var(--text-secondary);text-align:center;max-width:760px;margin-bottom:2.5rem;font-size:1.05rem;line-height:1.65}.symptoms-title{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.1em;color:var(--accent-gold);text-align:center;margin-bottom:2rem;font-size:1rem;font-weight:600}.symptoms-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem;width:100%;margin-bottom:3.5rem;display:grid}.symptom-card{box-shadow:var(--shadow-premium);text-align:center;transition:var(--transition-smooth);background:#fff;border:1px solid #ba9a7514;border-radius:20px;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem;display:flex}.symptom-card:hover{border-color:#ba9a7540;transform:translateY(-4px);box-shadow:0 20px 40px -10px #ba9a751f}.symptom-icon{background:var(--bg-secondary);width:40px;height:40px;color:var(--accent-gold);border-radius:50%;justify-content:center;align-items:center;display:flex}.symptom-icon svg{width:20px;height:20px}.symptom-name{font-family:var(--font-body);color:var(--text-primary);font-size:.95rem;font-weight:600}.for-whom-approach{background-color:var(--bg-secondary);border-left:3px solid var(--accent-gold-light);text-align:left;border-radius:0 16px 16px 0;max-width:760px;margin:0 auto 2.5rem;padding:1.5rem 2rem}.for-whom-approach p{color:var(--text-primary);font-size:.98rem;line-height:1.6}.for-whom-cta{justify-content:center;width:100%;display:flex}@media (max-width:1100px){.symptoms-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.symptoms-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.for-whom-question{font-size:2.1rem}}@media (max-width:480px){.symptoms-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}}.section-bg-secondary{background-color:var(--bg-secondary)}.max-w-800{max-width:800px;margin:0 auto}.text-center{text-align:center}.section-title{font-family:var(--font-title);color:var(--text-primary);margin-bottom:2.5rem;font-size:2.6rem;font-weight:500;line-height:1.25}.timeline{max-width:900px;margin:4rem auto 3rem;padding:2rem 0;position:relative}.timeline:before{content:"";background:var(--accent-gold-light);opacity:.15;width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.timeline:after{content:"";background:var(--accent-gold);width:2px;height:calc(var(--scroll-progress,0) * 100%);z-index:1;transition:height .1s ease-out;position:absolute;top:0;left:50%;transform:translate(-50%)}.timeline-item{justify-content:flex-start;width:100%;margin-bottom:3.5rem;display:flex;position:relative}.timeline-item:nth-child(2n){justify-content:flex-end}.timeline-item:last-child{margin-bottom:0}.timeline-marker{opacity:0;background:var(--bg-secondary);border:3px solid var(--accent-gold-light);z-index:2;border-radius:50%;width:18px;height:18px;transition:transform .6s cubic-bezier(.34,1.56,.64,1),opacity .6s;position:absolute;top:2rem;left:50%;transform:translate(-50%)scale(0)}.timeline-item.in-view .timeline-marker{opacity:1;transform:translate(-50%)scale(1)}.timeline-item.active-scroll .timeline-marker{background:var(--accent-gold);border-color:var(--accent-gold)}.timeline-item.in-view:hover .timeline-marker{transform:translate(-50%)scale(1.15)}.timeline-card{box-shadow:var(--shadow-premium);text-align:left;opacity:0;width:calc(50% - 30px);transition:transform .8s cubic-bezier(.25, 1, .5, 1), opacity .8s ease, border-color var(--transition-smooth), box-shadow var(--transition-smooth);background:#fff;border:1px solid #ba9a750d;border-radius:20px;padding:1.75rem 2rem}.timeline-item:nth-child(odd) .timeline-card{transform:translate(-40px)}.timeline-item:nth-child(2n) .timeline-card{transform:translate(40px)}.timeline-item.in-view .timeline-card{opacity:1;transform:translate(0)}.timeline-item.in-view:hover .timeline-card{border-color:#ba9a7526;box-shadow:0 20px 40px -10px #ba9a7514}.timeline-step{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.15em;color:var(--accent-gold);margin-bottom:.4rem;font-size:.75rem;font-weight:700;display:inline-block}.timeline-title{color:var(--text-primary);margin-bottom:.75rem;font-size:1.4rem;font-weight:600}.timeline-desc{color:var(--text-secondary);font-size:.98rem;line-height:1.6}.como-funciona-cta{justify-content:center;margin-top:3.5rem;display:flex}@media (max-width:768px){.section-title{font-size:2.1rem}.timeline:before{left:12px;transform:none}.timeline:after{transition:height .1s ease-out;left:12px;transform:none}.timeline-item{margin-bottom:2.5rem;padding-left:2rem;justify-content:flex-start!important}.timeline-item:nth-child(odd) .timeline-card,.timeline-item:nth-child(2n) .timeline-card{transform:translate(30px)}.timeline-item.in-view .timeline-card{opacity:1;transform:translate(0)}.timeline-marker{opacity:0;top:2rem;left:12px;transform:translate(-50%)scale(0)}.timeline-item.in-view .timeline-marker{opacity:1;transform:translate(-50%)scale(1)}.timeline-item.in-view:hover .timeline-marker{transform:translate(-50%)scale(1.15)}.timeline-card{width:100%;padding:1.5rem}.timeline-title{font-size:1.25rem}}.about-grid{grid-template-columns:.9fr 1.1fr;align-items:center;gap:5rem;display:grid}.about-image-wrapper{width:100%;max-width:400px;margin:0 auto;position:relative}.about-image-container{aspect-ratio:.85;background-color:var(--accent-gold-light);box-shadow:var(--shadow-premium);border:1px solid #ba9a751a;border-radius:24px;position:relative;overflow:hidden}.about-image{object-fit:cover;object-position:center top;filter:saturate(1.15);width:100%;height:100%}.about-image-decor{border:1px solid var(--accent-gold);z-index:-1;border-radius:24px;width:100%;height:100%;position:absolute;top:15px;left:-15px}.about-content{flex-direction:column;gap:1.5rem;display:flex}.about-name{font-family:var(--font-title);color:var(--accent-gold);font-size:2.8rem;line-height:1.2}.about-text-highlight{color:var(--text-primary);border-left:3px solid var(--accent-gold-light);padding-left:1.25rem;font-size:1.15rem;font-weight:500;line-height:1.65}.about-text{color:var(--text-secondary);font-size:1.02rem;line-height:1.65}@media (max-width:900px){.about-grid{grid-template-columns:1fr;gap:3.5rem}.about-image-decor{top:10px;left:-10px}.about-name{font-size:2.2rem}}.science-card{box-shadow:var(--shadow-premium);background:#fff;border:1px solid #ba9a7514;border-radius:24px;margin-top:2.5rem;padding:3rem}.science-grid{grid-template-columns:1.15fr .85fr;align-items:center;gap:3.5rem;display:grid}.science-paragraph{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.02rem;line-height:1.7}.science-paragraph:last-child{margin-bottom:0}.science-callout{background-color:var(--bg-secondary);border-left:4px solid var(--accent-gold);border-radius:0 16px 16px 0;padding:1.75rem 2rem}.science-callout-text{font-family:var(--font-title);color:var(--text-primary);font-size:1.35rem;font-style:italic;line-height:1.45;display:block}@media (max-width:900px){.science-grid{grid-template-columns:1fr;gap:2.5rem}.science-card{padding:2rem}.science-callout-text{font-size:1.2rem}}.faq-accordion{flex-direction:column;gap:1.25rem;max-width:800px;margin:3.5rem auto 0;display:flex}details.faq-item{box-shadow:var(--shadow-premium);transition:var(--transition-smooth);background-color:#fff;border:1px solid #ba9a751a;border-radius:16px;overflow:hidden}details.faq-item[open]{border-color:#ba9a7540;box-shadow:0 20px 40px -10px #ba9a7514}summary.faq-question{font-family:var(--font-body);color:var(--text-primary);cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:1.5rem 2rem;font-size:1.05rem;font-weight:600;list-style:none;display:flex;position:relative}summary.faq-question::-webkit-details-marker{display:none}summary.faq-question:after{content:"";border-bottom:2px solid var(--accent-gold);border-right:2px solid var(--accent-gold);width:8px;height:8px;transition:var(--transition-smooth);margin-right:5px;transform:rotate(45deg)}details.faq-item[open] summary.faq-question:after{transform:rotate(-135deg)}.faq-answer{border-top:1px solid #ba9a750d;margin-top:0;padding:0 2rem 1.5rem}.faq-answer p{color:var(--text-secondary);padding-top:1rem;font-size:.98rem;line-height:1.65}@media (max-width:768px){summary.faq-question{padding:1.25rem 1.5rem;font-size:.98rem}.faq-answer{padding:0 1.5rem 1.25rem}}.footer{color:#ece7e1;text-align:center;scroll-snap-align:start;scroll-snap-stop:always;background-color:#2d251e;justify-content:center;align-items:center;width:100%;min-height:calc(100vh - 80px);padding:5rem 0 3rem;display:flex;position:relative}.footer-cta{max-width:680px;margin:0 auto 3rem}.footer-cta-title{color:#faf6f0;font-family:var(--font-title);margin-bottom:1.5rem;font-size:2.6rem;font-weight:500;line-height:1.25}.footer-cta-desc{color:#cfc5ba;margin-bottom:2.5rem;font-size:1.08rem;line-height:1.65}.footer-cta-btn{color:#faf6f0;align-items:center;display:inline-flex;border-color:#0000!important}.footer-cta-btn:hover{color:#faf6f0;background-color:#faf6f014;border-color:#0000!important}.footer-divider{background-color:#ba9a7533;max-width:200px;height:1px;margin:3.5rem auto}.footer-logo{flex-direction:column;align-items:center;margin-bottom:1.5rem;text-decoration:none;display:flex}.footer-logo-svg{width:auto;height:64px;margin-bottom:1rem}.footer-logo-title{font-family:var(--font-title);letter-spacing:.05em;color:#faf6f0;font-size:1.8rem;font-weight:500;line-height:1.1}.footer-logo-subtitle{font-family:var(--font-body);letter-spacing:.35em;text-transform:uppercase;color:#c5a880;margin-top:4px;font-size:.65rem;font-weight:500}.footer-crm{font-family:var(--font-body);letter-spacing:.1em;color:#a3968b;margin-bottom:1rem;font-size:.85rem;font-weight:600}.footer-copyright{font-family:var(--font-body);color:#8c7f73;margin-top:2rem;font-size:.8rem}.footer-rnh{opacity:.75;margin-top:1rem;transition:opacity .2s,transform .2s;display:inline-flex}.footer-rnh:hover{opacity:1;transform:translateY(-2px)}.footer-rnh img{width:28px;height:auto}.floating-whatsapp{z-index:999;color:#fff;font-family:var(--font-body);transition:var(--transition-smooth);background-color:#25d366;border:1px solid #ffffff26;border-radius:50px;align-items:center;padding:12px 20px;font-size:.9rem;font-weight:600;text-decoration:none;display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 4px 15px #00000026}.floating-whatsapp span{white-space:nowrap;max-width:0;transition:max-width .4s,margin-left .4s;display:inline-block;overflow:hidden}.floating-whatsapp:hover{background-color:#20ba56;transform:scale(1.05)translateY(-2px);box-shadow:0 6px 20px #00000040}@media (min-width:769px){.floating-whatsapp:hover span{max-width:150px;margin-left:8px}}@media (max-width:768px){.floating-whatsapp{border-radius:50%;justify-content:center;width:50px;height:50px;padding:0;bottom:20px;right:20px}.floating-whatsapp span{display:none}.footer-cta-title{font-size:2.1rem}}.header-nav{-webkit-backdrop-filter:blur(12px);z-index:1000;width:100%;height:80px;transition:var(--transition-smooth);background-color:#faf8f5f7;border-bottom:1px solid #ba9a751f;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.nav-wrapper{justify-content:space-between;align-items:center;padding:.75rem 0;display:flex}.nav-logo{object-fit:contain;display:block}.nav-menu{align-items:center;gap:2rem;display:flex}.nav-item{font-family:var(--font-body);color:var(--text-secondary);transition:var(--transition-smooth);padding:4px 0;font-size:.95rem;font-weight:500;position:relative}.nav-item:hover,.nav-item.active{color:var(--accent-gold)}.nav-item:after{content:"";background-color:var(--accent-gold);width:0;height:2px;transition:var(--transition-smooth);position:absolute;bottom:-4px;left:0}.nav-item:hover:after,.nav-item.active:after{width:100%}.nav-btn-header{border:1.5px solid var(--accent-gold)!important;padding:10px 22px!important;font-size:.85rem!important}.nav-btn-header:before{display:none!important}.side-nav-dots{z-index:95;flex-direction:column;gap:1.25rem;display:flex;position:fixed;top:50%;right:30px;transform:translateY(-50%)}.dot-link{justify-content:flex-end;align-items:center;padding:4px 0;text-decoration:none;display:flex;position:relative}.dot-bullet{border:2px solid var(--accent-gold-light);width:10px;height:10px;transition:var(--transition-smooth);background:0 0;border-radius:50%}.dot-link:hover .dot-bullet,.dot-link.active .dot-bullet{background:var(--accent-gold);border-color:var(--accent-gold);transform:scale(1.3)}.dot-label{font-family:var(--font-body);color:var(--accent-gold);background-color:var(--bg-primary);opacity:0;pointer-events:none;transition:var(--transition-smooth);white-space:nowrap;box-shadow:var(--shadow-premium);border:1px solid #ba9a7526;border-radius:4px;padding:4px 10px;font-size:.8rem;font-weight:600;position:absolute;right:24px;transform:translate(10px)}.dot-link:hover .dot-label{opacity:1;transform:translate(0)}@media (max-width:900px){.nav-menu{display:none}.section{padding:4.5rem 0}}@media (max-width:480px){.nav-btn-header{display:none}.nav-wrapper{justify-content:center}.container{padding:0 1.25rem}.science-card{padding:1.5rem}.science-callout{padding:1.25rem 1.5rem}.section-title{font-size:1.95rem}.about-name{font-size:2rem}.crm-badge-floating{top:60%;left:20px}.crm-name-badge{padding:.4rem 1rem}.crm-name{font-size:.82rem}.crm-title{font-size:.78rem}.crm-number-badge{margin-left:.95rem;font-size:.65rem}.hero-title{margin-bottom:.6rem!important;font-size:1.65rem!important;line-height:1.35!important}.hero-subtitle{max-width:320px;color:#665d55d9!important;margin:0 auto .6rem!important;font-size:.78rem!important;line-height:1.55!important}.cta-wrapper{margin-top:.5rem!important}.cta-button{border-radius:8px!important;gap:.4rem!important;padding:.58rem 1.2rem!important;font-size:.8rem!important}.hero-container{gap:.8rem!important}.hero-section{padding:1.2rem 0 0!important}}@media (max-width:1024px){.side-nav-dots{display:none}.crm-badge-floating{top:64%;left:20px}}[data-anim]{opacity:0;will-change:transform, opacity;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}[data-anim=up],[data-anim=""]{transform:translateY(24px)}[data-anim=left]{transform:translate(-30px)}[data-anim=right]{transform:translate(30px)}.anim-visible[data-anim]{opacity:1;transform:translate(0)}@keyframes badgeGlowPulse{0%{border-color:#ba9a7540;box-shadow:0 15px 35px -10px #4a3f350d,0 0 #a5845840}50%{border-color:#ba9a7573;box-shadow:0 15px 35px -10px #4a3f350d,0 0 15px 6px #a584581f}to{border-color:#ba9a7540;box-shadow:0 15px 35px -10px #4a3f350d,0 0 #a5845840}}.preloader-wrapper{background-color:var(--bg-primary);z-index:99999;opacity:1;will-change:opacity;justify-content:center;align-items:center;width:100vw;height:100vh;transition:opacity .5s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;left:0}.preloader-wrapper.fade-out{opacity:0;pointer-events:none}.preloader-content{flex-direction:column;align-items:center;gap:1.8rem;padding:2rem;display:flex}.preloader-logo{object-fit:contain;opacity:0;width:100%;max-width:220px;height:auto;animation:2.4s cubic-bezier(.25,1,.5,1) infinite preloaderLogoPulse;transform:scale(.96)}.preloader-bar{background-color:#ba9a7526;border-radius:2px;width:160px;height:2px;position:relative;overflow:hidden}.preloader-progress{background-color:var(--accent-gold);border-radius:2px;width:45%;height:100%;animation:1.8s cubic-bezier(.4,0,.2,1) infinite preloaderProgressAnim;position:absolute;top:0;left:-50%}@keyframes preloaderLogoPulse{0%{opacity:.7;transform:scale(.98)}50%{opacity:1;transform:scale(1.02)}to{opacity:.7;transform:scale(.98)}}@keyframes preloaderProgressAnim{0%{width:30%;left:-50%}50%{width:40%}to{width:30%;left:110%}}.section-dark{color:#ece7e1;background-color:#2d251e;border-top:1px solid #ba9a7526;border-bottom:1px solid #ba9a7526;position:relative}.mobile-menu-toggle{width:42px;height:42px;color:var(--text-primary);cursor:pointer;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;display:none}.mobile-menu-toggle svg{width:24px;height:24px}.footer-links{flex-wrap:wrap;justify-content:center;gap:.85rem 1.5rem;margin:0 auto 1rem;display:flex}.footer-links a{color:#cfc5ba;transition:var(--transition-smooth);font-size:.88rem;text-decoration:none}.footer-links a:hover{color:#faf6f0}.section-blog-preview{background:linear-gradient(#f6f1ebdb,#faf8f5)}.blog-preview-heading>p{max-width:700px;color:var(--text-secondary);margin:-.5rem auto 2.5rem;line-height:1.7}.blog-preview-grid{margin-bottom:2.75rem}.blog-preview-cta{justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.blog-page,.blog-article-page{background-color:var(--bg-primary);min-height:70vh;padding-top:80px}.blog-hero{color:#faf6f0;background:radial-gradient(circle at 14% 14%,#ba9a752e,#0000 28%),linear-gradient(135deg,#2d251e 0%,#40342a 100%);padding:6.5rem 0 5.5rem;position:relative;overflow:hidden}.blog-hero:after{content:"";border:1px solid #e8d7c433;border-radius:50%;width:420px;height:420px;position:absolute;inset:auto -10% -180px auto}.blog-hero-content{z-index:1;max-width:850px;position:relative}.blog-hero .section-tag{color:#d9ba8c}.blog-hero h1{max-width:800px;font-family:var(--font-title);margin:1rem 0 1.25rem;font-size:clamp(2.6rem,5vw,4.4rem);font-weight:500;line-height:1.08}.blog-hero p{color:#e4dad0;max-width:730px;font-size:1.08rem;line-height:1.75}.blog-hero .blog-hero-author{color:#d9ba8c;margin-top:1.6rem;font-size:.93rem}.blog-list-section{padding-top:5rem}.blog-list-heading{justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:2.5rem;display:flex}.blog-list-heading .section-title{margin-bottom:0}.blog-list-heading>p{max-width:270px;color:var(--text-secondary);text-align:right;margin:0;font-size:.9rem;line-height:1.55}.blog-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;display:grid}.blog-card{background:#fff;border:1px solid #ba9a7529;border-radius:20px;height:100%;transition:transform .3s,box-shadow .3s,border-color .3s;overflow:hidden;box-shadow:0 14px 34px #42302312}.blog-card:hover{border-color:#ba9a7566;transform:translateY(-6px);box-shadow:0 22px 42px #4230231f}.blog-card-link{height:100%;color:inherit;flex-direction:column;text-decoration:none;display:flex}.blog-card-image-wrap{aspect-ratio:1.48;background:var(--bg-secondary);position:relative;overflow:hidden}.blog-card-image{object-fit:cover;transition:transform .5s}.blog-card:hover .blog-card-image{transform:scale(1.045)}.blog-card-category{color:#f6eedf;letter-spacing:.06em;text-transform:uppercase;background:#2d251edb;border-radius:999px;padding:.42rem .75rem;font-size:.72rem;font-weight:700;position:absolute;top:1rem;left:1rem}.blog-card-content{flex-direction:column;height:100%;padding:1.4rem 1.4rem 1.5rem;display:flex}.blog-card-meta{color:var(--accent-gold);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.7rem;font-size:.75rem;font-weight:700}.blog-card h3{color:var(--text-primary);font-family:var(--font-title);margin:0 0 .8rem;font-size:1.55rem;font-weight:500;line-height:1.18}.blog-card-content>p:not(.blog-card-meta){color:var(--text-secondary);margin:0;font-size:.94rem;line-height:1.65}.blog-card-read-more{color:var(--accent-gold);gap:.4rem;margin-top:auto;padding-top:1.25rem;font-size:.88rem;font-weight:700;display:inline-flex}.bio-page{background-color:#faf8f5;background-image:linear-gradient(90deg,#d4c6b626 1px,#0000 1px),linear-gradient(#d4c6b626 1px,#0000 1px);background-size:30px 30px;min-height:100vh;padding:3.2rem 1.25rem 0;display:flex}.bio-shell{text-align:center;flex-direction:column;width:min(100%,460px);min-height:calc(100vh - 3.2rem);margin:0 auto;display:flex}.bio-brand{justify-content:center;margin-bottom:1.85rem;display:flex}.bio-logo{object-fit:contain;width:min(250px,74vw);height:auto}.bio-title{color:var(--text-primary);font-family:var(--font-title);margin:0 auto 1.35rem;font-size:clamp(1.65rem,6.55vw,2.35rem);font-weight:500;line-height:1.08}.bio-title span{white-space:nowrap;display:block}.bio-photo-wrap{width:min(118%,500px);margin:auto auto 0;position:relative;overflow:hidden;transform:translate(-2.5%)}.bio-photo{object-fit:contain;object-position:bottom center;filter:saturate(1.08);width:100%;height:auto;display:block}.bio-links{gap:.9rem;margin-bottom:1.15rem;display:grid}.bio-link{min-height:52px;color:var(--text-primary);letter-spacing:.08em;text-transform:uppercase;background:#ffffffb8;border:1px solid #a5845852;border-radius:8px;justify-content:center;align-items:center;gap:.75rem;font-size:.82rem;font-weight:800;transition:transform .2s,box-shadow .2s,border-color .2s,background-color .2s;display:flex;position:relative;box-shadow:0 12px 30px #42302314}.bio-link:hover{background:#fff;border-color:#a584588c;transform:translateY(-2px);box-shadow:0 18px 36px #4230231f}.bio-link svg{width:19px;height:19px;color:var(--accent-gold)}.bio-link-animated{color:var(--accent-gold);background:#faf8f5b3;border-color:#0000}.bio-link-animated:before{content:"";-webkit-mask-composite:xor;pointer-events:none;will-change:background-position;background:linear-gradient(90deg,#a58458 0% 35%,#c8836c 45%,#faf8f5 50%,#c8836c 55%,#a58458 65% 100%) 0 0/200% 100%;border-radius:8px;padding:1.5px;animation:4s linear infinite borderGradient;position:absolute;inset:-1.5px;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.bio-link-animated:hover{color:var(--accent-gold);background:#a5845814;border-color:#0000}.bio-link-primary{color:#fff;background:#25d366;border-color:#25d366}.bio-link-primary:hover{background:#1fb85a;border-color:#1fb85a}.bio-link-primary svg{color:currentColor}.article-shell{width:min(100% - 2.5rem,920px);margin:0 auto;padding:3rem 0 0}.breadcrumb{color:var(--text-secondary);flex-wrap:wrap;gap:.55rem;margin-bottom:2rem;font-size:.85rem;display:flex}.breadcrumb a{color:var(--accent-gold);text-decoration:none}.article-header{max-width:850px}.article-header h1{color:var(--text-primary);font-family:var(--font-title);margin:.85rem 0 1.25rem;font-size:clamp(2.35rem,5vw,4.15rem);font-weight:500;line-height:1.08}.article-lead{color:var(--text-secondary);margin:0;font-size:1.17rem;line-height:1.75}.article-byline{color:var(--accent-gold);flex-wrap:wrap;gap:.5rem;margin-top:1.5rem;font-size:.82rem;font-weight:600;display:flex}.article-hero-image{margin:2.5rem 0 2.75rem}.article-hero-image img{object-fit:cover;border-radius:22px;width:100%;height:auto;display:block;box-shadow:0 18px 42px #2d251e1f}.article-hero-image figcaption{color:var(--text-secondary);margin-top:.75rem;font-size:.76rem}.article-hero-image figcaption a,.article-references a,.text-link{color:var(--accent-gold)}.article-body{max-width:780px;margin:0 auto}.article-body section{margin:2.8rem 0}.article-body h2{color:var(--text-primary);font-family:var(--font-title);margin:0 0 1rem;font-size:clamp(1.8rem,3vw,2.35rem);font-weight:500;line-height:1.2}.article-body p,.article-body li{color:var(--text-secondary);font-size:1.03rem;line-height:1.8}.article-body p+p{margin-top:1rem}.article-body ul{gap:.65rem;margin:1.2rem 0 0;padding-left:1.25rem;display:grid}.article-body li::marker{color:var(--accent-gold)}.article-answer-box{border-left:4px solid var(--accent-gold);background:var(--bg-secondary);border-radius:0 18px 18px 0;margin:0 0 2.5rem;padding:1.5rem 1.65rem}.article-answer-box strong{color:var(--accent-gold);letter-spacing:.11em;text-transform:uppercase;font-size:.78rem}.article-answer-box p{color:var(--text-primary);margin:.65rem 0 0}.article-faq{background:#fff;border:1px solid #ba9a752e;border-radius:22px;padding:2rem}.article-faq h2{margin-top:.7rem}.article-faq details{border-top:1px solid #2d251e1a}.article-faq details:first-of-type{margin-top:1.5rem}.article-faq summary{color:var(--text-primary);cursor:pointer;padding:1.1rem 2rem 1.1rem 0;font-weight:700;list-style:none;position:relative}.article-faq summary::-webkit-details-marker{display:none}.article-faq summary:after{content:"+";color:var(--accent-gold);font-size:1.35rem;font-weight:400;position:absolute;top:.85rem;right:0}.article-faq details[open] summary:after{content:"−"}.article-faq details p{margin:0 0 1.15rem}.article-references{border-top:1px solid #2d251e1f;padding-top:2rem}.article-references h2{font-size:1.55rem}.article-references ul{gap:.35rem}.article-cta{text-align:center;background:#2d251e;border-radius:24px;padding:2.6rem;margin:3rem 0 1.5rem!important}.article-cta .section-tag{color:#d9ba8c}.article-cta h2{color:#faf6f0;margin-top:.65rem}.article-cta p{color:#e4dad0;max-width:580px;margin:0 auto 1.5rem}.article-cta .cta-button{justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.article-disclaimer{color:var(--text-secondary);padding:.2rem 0 4rem;font-size:.85rem!important;line-height:1.6!important}.related-posts{background:var(--bg-secondary);padding-top:4rem}.text-link{font-size:.9rem;font-weight:700;text-decoration:none}section[id],footer[id]{scroll-margin-top:88px}@media (max-width:1100px){.blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:900px){.nav-wrapper{justify-content:center;position:relative}.mobile-menu-toggle{display:inline-flex;position:absolute;left:0}.nav-btn-header{display:none!important}.nav-menu{opacity:0;visibility:hidden;background:#faf8f5fc;border-bottom:1px solid #ba9a752e;flex-direction:column;align-items:stretch;gap:0;padding:.75rem max(1.25rem,50vw - 590px);transition:opacity .2s,transform .2s,visibility .2s;position:fixed;top:80px;left:0;right:0;transform:translateY(-12px);box-shadow:0 14px 24px #2d251e1a;display:flex!important}.nav-menu.is-open{opacity:1;visibility:visible;transform:translateY(0)}.nav-item{border-bottom:1px solid #2d251e14;padding:.85rem 0}.nav-item:last-child{border-bottom:0}.nav-item:after{display:none}.blog-hero{padding:5.25rem 0 4.5rem}.blog-list-heading{flex-direction:column;align-items:flex-start;gap:1rem}.blog-list-heading>p{text-align:left;max-width:none}}@media (max-width:720px){.blog-grid{grid-template-columns:1fr}.blog-card-content{padding:1.25rem}.blog-hero h1{font-size:2.55rem}.article-shell{width:min(100% - 2rem,920px);padding-top:2rem}.article-header h1{font-size:2.45rem}.article-lead{font-size:1.05rem}.article-hero-image{margin:2rem 0 2.25rem}.article-faq,.article-cta{padding:1.5rem}.article-cta h2{font-size:1.9rem}}@media (max-width:480px){.mobile-menu-toggle{left:-.15rem}.nav-logo{width:180px;height:auto}.footer-links{gap:.7rem 1.1rem}.footer-links a{font-size:.82rem}.blog-page,.blog-article-page{padding-top:76px}.blog-hero{padding:4.5rem 0 4rem}.blog-hero h1,.article-header h1{font-size:2.15rem}.article-byline{gap:.35rem}.article-body p,.article-body li{font-size:.98rem}.bio-page{padding-top:2.45rem}.bio-shell{min-height:calc(100vh - 2.45rem)}.bio-title{margin-bottom:1.2rem}.bio-photo-wrap{width:min(122%,430px);transform:translate(-3.5%)}.bio-link{letter-spacing:.055em;min-height:48px;font-size:.74rem}}.section-dark .section-title,.section-dark h2,.section-dark h3{color:#faf6f0}.section-dark .section-tag{color:var(--accent-gold-light)}.section-dark .timeline:before{background:var(--accent-gold-light);opacity:.25}.section-dark .timeline-marker{border-color:var(--accent-gold-light);background:#2d251e}.section-dark .timeline-item.active-scroll .timeline-marker{background:var(--accent-gold);border-color:var(--accent-gold)}.section-dark .timeline-card{box-shadow:none;border:1px solid #ba9a7526;transition:border-color .5s,box-shadow .5s;position:relative;-webkit-backdrop-filter:none!important;background:0 0!important}.section-dark .timeline-card:before{content:"";-webkit-mask-composite:xor;pointer-events:none;opacity:0;will-change:background-position;background:linear-gradient(90deg,#a58458 0% 35%,#c8836c 45%,#faf8f5 50%,#c8836c 55%,#a58458 65% 100%) 0 0/200% 100%;border-radius:20px;padding:1.5px;transition:opacity .5s;position:absolute;inset:-1px;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.section-dark .timeline-item.active-scroll .timeline-card:before{opacity:1;animation:1.5s cubic-bezier(.25,1,.5,1) forwards borderGradient}.section-dark .timeline-card:hover:before{opacity:1}.section-dark .timeline-item.active-scroll .timeline-card,.section-dark .timeline-card:hover{border-color:#0000;box-shadow:0 10px 30px #ba9a7514}.section-dark .timeline-step{color:var(--accent-gold-light)}.section-dark .timeline-title{color:#faf6f0}.section-dark .timeline-desc{color:#cfc5ba}.section-dark .science-card{-webkit-backdrop-filter:blur(12px);background:#ffffff08;border:1px solid #ba9a7533;box-shadow:0 15px 40px #00000040}.section-dark .science-paragraph{color:#cfc5ba}.section-dark .science-callout{border-left:4px solid var(--accent-gold);background-color:#ffffff0a}.section-dark .science-callout-text{color:#faf6f0}
