:root{--color-bg: #0f1412;--color-bg-warm: #161a17;--color-text: #e8e4df;--color-text-muted: #9a958c;--color-accent: #7d9b76;--color-accent-light: #a8c4a0;--color-gold: #c4a962;--font-serif: "Cormorant Garamond", Georgia, serif;--font-sans: "Outfit", system-ui, sans-serif;--transition-smooth: cubic-bezier(.4, 0, .2, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);line-height:1.6;overflow-x:hidden;position:relative}.bg-wrapper{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;overflow:hidden}.bg-layer{position:absolute;top:-15%;right:-15%;bottom:-15%;left:-15%;background-size:cover;background-position:center;background-repeat:no-repeat;will-change:transform,opacity;transform-origin:center center;opacity:0;pointer-events:none}.bg-layer.active{opacity:1;z-index:1}.bg-jungle{background-image:url(/assets/background-jungle-yt9DSdn7.png)}.bg-foliage{background-image:url(/assets/bg-foliage-DBgym035.png)}.bg-waterfalls{background-image:url(/assets/bg-waterfalls-Di_HSFcO.png)}.bg-waterfall-pool{background-image:url(/assets/bg-waterfall-pool-CdbLg3x9.png)}.bg-waterfall-majestic{background-image:url(/assets/bg-waterfall-majestic-DSVztvMj.png)}.bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background:linear-gradient(to bottom,#0f1412d9,#0f1412bf,#0f1412e0)}.header{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;background:linear-gradient(to bottom,rgba(15,20,18,.95),transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.lang-switch{font-size:.8rem;font-weight:500;letter-spacing:.05em;color:var(--color-text-muted);text-decoration:none;padding:.4rem .7rem;border:1px solid rgba(154,149,140,.4);border-radius:4px;transition:color .3s,border-color .3s,background .3s}.lang-switch:hover{color:var(--color-accent-light);border-color:var(--color-accent);background:#7d9b761a}.nav{display:flex;gap:1.5rem}.nav-link{font-size:.85rem;font-weight:400;letter-spacing:.05em;color:var(--color-text-muted);text-decoration:none;padding:.35rem .6rem;border-radius:4px;transition:color .3s,background .3s}.nav-link:hover,.nav-link.active{color:var(--color-accent-light)}.nav-link.active{background:#7d9b7626}.scenes{min-height:100vh}.scene{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:6rem 1.5rem 4rem;position:relative}.scene-content{max-width:680px;width:100%;position:relative;z-index:1}.scene-label,.scene-title,.scene-text,.scene-intro,.scene-tagline,.scene-question,.cta-main,.cta-small,.hashtags,.product-list li,.products-heading,.product-spotlight{opacity:0;transform:translateY(24px);will-change:opacity,transform}.scene-title{transform:translateY(32px)}.product-list{list-style:none;margin:1.5rem 0}.product-list li{opacity:0;transform:translateY(20px);padding:.5rem 0 .5rem 1.5rem;position:relative;border-left:2px solid transparent;margin-bottom:.5rem}.product-list li:before{content:"◆";position:absolute;left:0;color:var(--color-accent);font-size:.6rem;top:.75rem}.scene-label{font-size:.75rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--color-accent);margin-bottom:.75rem}.scene-title{font-family:var(--font-serif);font-size:clamp(2rem,5vw,3rem);font-weight:600;line-height:1.2;margin-bottom:1.5rem;color:var(--color-text)}.scene-text,.scene-intro{font-size:1.05rem;font-weight:300;color:var(--color-text-muted);margin-bottom:1rem}.scene-tagline{font-family:var(--font-serif);font-size:1.35rem;font-style:italic;color:var(--color-accent-light);margin:1.5rem 0 1rem}.scene-question{font-size:1rem;color:var(--color-text);margin-bottom:1rem}.cta-main{font-size:1.25rem;font-weight:500;color:var(--color-gold);margin:1rem 0}.cta-small{font-size:.85rem;color:var(--color-text-muted);opacity:.8;margin-top:1rem}.hashtags{display:flex;flex-wrap:wrap;gap:.5rem 1rem;margin-top:1rem}.hashtags span{font-size:.8rem;color:var(--color-accent);opacity:.9}.product-list li{font-size:1rem;color:var(--color-text-muted)}.product-list li strong{color:var(--color-text);font-weight:500}.products-heading{font-family:var(--font-serif);font-size:1.4rem;font-weight:600;color:var(--color-accent-light);margin:2rem 0 1rem}.product-spotlights{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:1.5rem}.product-spotlight{padding:1rem 1.25rem;background:#7d9b7614;border-left:3px solid var(--color-accent);border-radius:0 6px 6px 0}.product-name{font-size:1.1rem;font-weight:600;color:var(--color-text);margin-bottom:.5rem}.product-desc{font-size:.95rem;color:var(--color-text-muted);margin-bottom:.5rem;line-height:1.5}.product-benefits{font-size:.9rem;color:var(--color-text-muted);line-height:1.5}.product-benefits strong{color:var(--color-accent)}.scroll-indicator{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);z-index:50;display:flex;flex-direction:column;align-items:center;gap:.25rem;font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:var(--color-text-muted);opacity:.6}.scroll-arrow{width:18px;height:18px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);animation:bounce 2s ease-in-out infinite}@keyframes bounce{0%,to{transform:rotate(45deg) translateY(0)}50%{transform:rotate(45deg) translateY(6px)}}.footer{position:relative;z-index:10;text-align:center;padding:3rem 1.5rem;background:linear-gradient(to top,#0f1412fa,#0f1412e6)}.footer-text{font-size:1rem;color:var(--color-text-muted);margin-bottom:.5rem}.footer-cta{font-size:.9rem;color:var(--color-accent);font-weight:500}body.scrolled .scroll-indicator{opacity:0;pointer-events:none;transition:opacity .5s}@media (max-width: 640px){.header{padding:1rem}.nav{gap:.75rem}.nav-link{font-size:.75rem}.scene{padding:5rem 1.25rem 3rem}.product-spotlight{padding:.9rem 1rem}.products-heading{font-size:1.2rem;margin:1.5rem 0 .75rem}.footer{padding:2rem 1rem}}
