:root{--color-bg-primary: #0A0A0A;--color-bg-secondary: #141414;--color-bg-card: #1A1A1A;--color-bg-elevated: #222222;--color-accent-primary: #FF4500;--color-accent-hover: #FF6347;--color-accent-glow: rgba(255, 69, 0, .15);--color-text-primary: #EAE0C8;--color-text-secondary: #b3a895;--color-text-muted: #666666;--color-success: #00C853;--color-warning: #FFB300;--color-error: #FF5252;--color-border: #2A2A2A;--color-border-hover: #FF4500;--bg: var(--color-bg-primary);--bg-2: var(--color-bg-secondary);--bg-dark: var(--color-bg-secondary);--bg-card: rgba(26, 26, 26, .82);--orange: var(--color-accent-primary);--orange-light:var(--color-accent-hover);--orange-dark:#CC3700;--orange-glow:rgba(255, 69, 0, .3);--gold: var(--color-accent-primary);--gold-dim: rgba(255, 69, 0, .12);--emerald: var(--color-success);--platinum: var(--color-text-primary);--cream: var(--color-text-primary);--cream-soft: var(--color-text-secondary);--cream-dim: rgba(234, 224, 200, .78);--cream-muted:rgba(179, 168, 149, .95);--border: rgba(234, 224, 200, .09);--border-gold:rgba(255, 69, 0, .5);--glass: rgba(20, 20, 20, .78);--blur: blur(24px);--ease: cubic-bezier(.16, 1, .3, 1);--ease-smooth: cubic-bezier(.25, .46, .45, .94);--ease-in: cubic-bezier(.4, 0, 1, 1);--t-fast: .25s var(--ease-smooth);--t-med: .5s var(--ease);--t-slow: .8s var(--ease);--radius-sm: 6px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--section-pad: clamp(80px, 12vw, 160px) clamp(20px, 5vw, 80px)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg);color:var(--cream);font-family:Inter,Manrope,sans-serif;font-weight:400;line-height:1.7;overflow-x:hidden;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4{font-family:Inter,Manrope,sans-serif;font-weight:600;line-height:1.1;letter-spacing:.02em}a{color:inherit;transition:color .2s var(--ease-smooth)}img{display:block;max-width:100%}button{cursor:pointer;font-family:inherit;border:none;background:none}::selection{background:var(--gold-dim);color:var(--gold)}:where(a,button,input,textarea,select,summary):focus-visible{outline:2px solid var(--gold);outline-offset:4px}.skip-link{position:fixed;left:1rem;top:1rem;z-index:10000;transform:translateY(-140%);border:1px solid var(--border-gold);border-radius:999px;background:var(--bg);color:var(--cream);padding:.75rem 1rem;text-decoration:none;transition:transform var(--t-fast)}.skip-link:focus{transform:translateY(0)}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}#splash-screen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:var(--bg);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2.5rem;transition:opacity .8s var(--ease),visibility .8s}#splash-screen.is-hidden{opacity:0;visibility:hidden;pointer-events:none}.splash-logo{font-family:Newsreader,serif;font-size:clamp(2rem,6vw,4.5rem);color:var(--gold);letter-spacing:.15em;display:flex;align-items:baseline}.splash-letter{display:inline-block;opacity:0;transform:translateY(30px);animation:splash-rise .6s var(--ease) forwards;animation-delay:calc(var(--i) * 60ms + .2s)}.splash-space{display:inline-block;width:.4em}@keyframes splash-rise{to{opacity:1;transform:translateY(0)}}.splash-progress-track{width:min(280px,60vw);height:1px;background:var(--border);border-radius:99px;overflow:hidden}.splash-progress-fill{height:100%;width:0%;background:var(--gold);border-radius:99px;transition:width .05s linear}.splash-tagline{font-size:.7rem;letter-spacing:4px;text-transform:uppercase;color:var(--gold);opacity:0;animation:splash-fade .6s ease .8s forwards}@keyframes splash-fade{to{opacity:.5}}#scroll-progress-bar{position:fixed;top:0;left:0;height:1.5px;width:0%;background:linear-gradient(90deg,var(--orange-dark),var(--orange-light));z-index:9998;transition:width .08s linear;border-radius:0 99px 99px 0;opacity:.8}#liquid-glow{position:fixed;top:0;right:0;bottom:0;left:0;background:radial-gradient(600px circle at var(--mouse-x, 50%) var(--mouse-y, 50%),rgba(255,69,0,.08),transparent 70%);pointer-events:none;z-index:1}.header-wrapper{position:fixed;top:0;left:0;right:0;z-index:1000;transition:background .5s var(--ease-smooth),border-color .5s var(--ease-smooth),padding .5s var(--ease-smooth);border-bottom:1px solid transparent}.header-wrapper.is-scrolled{background:#0a0a0ae6;backdrop-filter:var(--blur);-webkit-backdrop-filter:var(--blur);border-bottom-color:var(--border)}.header-inner{max-width:1440px;margin:0 auto;padding:1.8rem 5%;display:flex;align-items:center;justify-content:space-between;gap:2rem;transition:padding var(--t-med)}.header-wrapper.is-scrolled .header-inner{padding-top:1.2rem;padding-bottom:1.2rem}.logo-text{font-family:Cormorant Garamond,serif;font-style:italic;font-size:2.2rem;color:var(--cream);text-decoration:none;letter-spacing:.05em;white-space:nowrap}.main-nav{display:flex;gap:3rem}.nav-link{text-decoration:none;font-size:.75rem;text-transform:uppercase;letter-spacing:3px;color:var(--cream-dim);transition:color .3s var(--ease-smooth);position:relative;font-weight:300}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:var(--gold);transition:width .4s var(--ease)}.nav-link:hover{color:var(--cream)}.nav-link:hover:after{width:100%}.header-actions{display:flex;align-items:center;gap:1.5rem}.cart-icon-link{position:relative;display:flex;align-items:center;color:var(--cream-dim);transition:color var(--t-fast);text-decoration:none}.cart-icon-link:hover{color:var(--gold)}.cart-badge{position:absolute;top:-8px;right:-8px;width:18px;height:18px;background:var(--gold);color:var(--bg);font-size:.6rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center}.hamburger-btn{display:none;flex-direction:column;gap:5px;padding:4px;background:none}.hamburger-line{display:block;width:22px;height:1.5px;background:var(--cream-dim);border-radius:2px;transition:transform var(--t-fast),opacity var(--t-fast),background var(--t-fast)}.hamburger-btn.is-active .hamburger-line:nth-child(1){transform:translateY(6.5px) rotate(45deg);background:var(--gold)}.hamburger-btn.is-active .hamburger-line:nth-child(2){opacity:0}.hamburger-btn.is-active .hamburger-line:nth-child(3){transform:translateY(-6.5px) rotate(-45deg);background:var(--gold)}.mobile-menu-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1100;opacity:0;visibility:hidden;transition:opacity var(--t-med),visibility var(--t-med)}.mobile-menu-overlay.is-open{opacity:1;visibility:visible}.mobile-menu-drawer{position:fixed;top:0;right:0;bottom:0;width:min(380px,90vw);background:var(--bg-2);border-left:1px solid var(--border);z-index:1101;transform:translate(100%);transition:transform var(--t-slow);display:flex;flex-direction:column;padding:2rem}.mobile-menu-drawer.is-open{transform:translate(0)}.mobile-menu-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:2rem;border-bottom:1px solid var(--border);margin-bottom:2.5rem}.mobile-menu-close{color:var(--cream-dim);transition:color var(--t-fast)}.mobile-menu-close:hover{color:var(--gold)}.mobile-menu-links{display:flex;flex-direction:column;gap:.3rem;flex:1}.mobile-nav-link{text-decoration:none;font-family:Newsreader,serif;font-size:2rem;color:var(--cream-dim);display:flex;align-items:center;justify-content:space-between;padding:.6rem 0;border-bottom:1px solid var(--border);transition:color var(--t-fast),padding var(--t-fast)}.mobile-nav-link:hover{color:var(--gold);padding-left:.5rem}.mobile-cart-count{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;background:var(--gold);color:var(--bg);font-size:.7rem;font-weight:700;font-family:Manrope,sans-serif;border-radius:50%}.mobile-menu-footer{padding-top:2rem;border-top:1px solid var(--border)}.mobile-menu-tagline{font-size:.7rem;text-transform:uppercase;letter-spacing:3px;color:var(--gold);opacity:.5;line-height:2}.btn-premium{display:inline-flex;align-items:center;gap:.6rem;padding:1rem 2.6rem;background:var(--orange);color:var(--bg);text-decoration:none;font-family:Inter,Manrope,sans-serif;font-size:.78rem;font-weight:600;letter-spacing:2.5px;text-transform:uppercase;border-radius:var(--radius-sm);border:1px solid var(--orange-dark);box-shadow:0 14px 34px #ff45002e;transition:transform .3s var(--ease-smooth),box-shadow .4s var(--ease-smooth),border-color .3s var(--ease-smooth),background .3s var(--ease-smooth),color .3s var(--ease-smooth);position:relative;overflow:hidden}.btn-premium:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(222,196,132,.08),transparent);opacity:0;transition:opacity .3s var(--ease-smooth)}.btn-premium:hover{transform:translateY(-2px);background:var(--orange-light);color:var(--bg);box-shadow:0 18px 44px #ff45004d,0 0 0 1px #ff450047;border-color:var(--orange-light)}.btn-premium:hover:before{opacity:1}.btn-premium:active{transform:translateY(0)}.btn-ghost{display:inline-flex;align-items:center;gap:.6rem;padding:1rem 2.6rem;background:transparent;color:var(--cream-dim);text-decoration:none;font-family:Inter,Manrope,sans-serif;font-size:.78rem;font-weight:600;letter-spacing:2.5px;text-transform:uppercase;border-radius:var(--radius-sm);border:1px solid var(--border);transition:color .3s var(--ease-smooth),border-color .3s var(--ease-smooth),transform .3s var(--ease-smooth)}.btn-ghost:hover{color:var(--gold);border-color:var(--border-gold);transform:translateY(-2px)}.btn-ghost--wide{padding:1rem 3.5rem}.hero-v2{position:relative;min-height:100svh;display:flex;align-items:center;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-video{width:100%;height:100%;object-fit:cover;opacity:.35}.hero-ambient-canvas{position:absolute;top:0;right:0;bottom:0;left:0}.orb{position:absolute;border-radius:50%;filter:blur(120px);opacity:.4;animation:orb-drift 20s ease-in-out infinite alternate}.orb-1{width:600px;height:600px;background:radial-gradient(circle,var(--orange) 0%,transparent 70%);top:-150px;left:-100px;animation-duration:18s}.orb-2{width:500px;height:500px;background:radial-gradient(circle,rgba(222,196,132,.3) 0%,transparent 70%);bottom:-100px;right:-100px;animation-duration:24s;animation-direction:alternate-reverse}.orb-3{width:350px;height:350px;background:radial-gradient(circle,rgba(4,57,39,.5) 0%,transparent 70%);top:40%;left:60%;animation-duration:30s}@keyframes orb-drift{0%{transform:translate(0) scale(1)}50%{transform:translate(60px,40px) scale(1.1)}to{transform:translate(-40px,80px) scale(.9)}}.hero-vignette{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#0d0d0df5,#0d0d0dd6,#0d0d0d38 68%,#0d0d0d80),radial-gradient(ellipse 80% 80% at 72% 48%,transparent 20%,var(--bg) 100%),linear-gradient(to bottom,rgba(13,15,24,.28) 0%,transparent 30%,transparent 70%,var(--bg) 100%)}.hero-content-wrap{position:relative;z-index:10;width:100%;max-width:1440px;margin:0 auto;padding:180px 5% 140px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-height:80vh;gap:0;text-shadow:0 10px 30px rgba(0,0,0,.5)}.hero-sub{font-size:.7rem;letter-spacing:6px;text-transform:uppercase;color:var(--gold);opacity:.6;margin-bottom:2rem;font-weight:300}.hero-title-v2{display:flex;flex-direction:column;gap:0;font-family:Newsreader,serif;font-size:clamp(4rem,10vw,8.5rem);line-height:1.04;letter-spacing:0;margin-bottom:3rem}.title-line{display:block}.title-italic{font-style:italic;color:var(--gold)}.hero-desc{max-width:480px;color:var(--cream-muted);line-height:1.9;font-size:.92rem;margin-bottom:1.6rem;font-weight:300}.hero-proof-row{display:flex;flex-wrap:wrap;gap:.7rem;margin-bottom:2.2rem}.hero-proof-row span{display:inline-flex;align-items:center;min-height:34px;padding:.45rem .85rem;border:1px solid rgba(255,102,0,.22);border-radius:999px;background:#0d0f187a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--cream-dim);font-size:.68rem;letter-spacing:1.5px;text-transform:uppercase}.hero-ctas{display:flex;gap:1rem;flex-wrap:wrap}.hero-conversion-notes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;width:min(640px,100%);margin-top:2rem;border:1px solid rgba(242,199,111,.13);background:#f2c76f0d}.hero-conversion-notes div{min-height:118px;padding:1.2rem;background:#0d0f189e;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hero-conversion-notes strong{display:block;color:var(--gold);font-family:Newsreader,serif;font-size:1.25rem;margin-bottom:.5rem}.hero-conversion-notes span{display:block;color:var(--cream-muted);font-size:.78rem;line-height:1.7}.scroll-cue{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;z-index:10}.scroll-cue-text{font-size:.65rem;letter-spacing:4px;text-transform:uppercase;color:var(--gold);opacity:.5}.scroll-cue-line{width:1px;height:50px;background:linear-gradient(to bottom,var(--gold),transparent);position:relative;overflow:hidden}.scroll-cue-dot{position:absolute;top:-4px;left:-2px;width:5px;height:5px;background:var(--gold);border-radius:50%;animation:scroll-drop 2s ease-in-out infinite}@keyframes scroll-drop{0%{top:-4px;opacity:1}80%{top:46px;opacity:0}to{top:-4px;opacity:0}}.hero-badge{position:absolute;bottom:3.5rem;right:5%;z-index:10;color:var(--gold);opacity:.5;animation:badge-spin 20s linear infinite}.hero-badge-center{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:var(--gold);animation:badge-spin 20s linear infinite reverse}@keyframes badge-spin{to{transform:rotate(360deg)}}[data-reveal]{opacity:0;transform:translateY(30px);transition:opacity 1s var(--ease-smooth),transform 1s var(--ease);will-change:opacity,transform}[data-reveal].is-visible{opacity:1;transform:translateY(0)}.reveal-mask{opacity:1;transform:none;clip-path:inset(0 0 100% 0);transition:clip-path 1s var(--ease)}.reveal-mask.is-visible{clip-path:inset(0 0 0% 0)}.glass-card{background:var(--glass);backdrop-filter:var(--blur);-webkit-backdrop-filter:var(--blur);border:1px solid var(--border);border-radius:var(--radius-lg)}.section-eyebrow{font-size:.65rem;letter-spacing:6px;text-transform:uppercase;color:var(--gold);opacity:.86;margin-bottom:1.2rem;font-weight:300}.section-title-lg{font-size:clamp(2.2rem,5vw,4rem);margin-bottom:1.2rem;letter-spacing:0}.section-subtitle{color:var(--cream-muted);font-size:.9rem;font-weight:300;line-height:1.8}.stats-section{padding:var(--section-pad);position:relative;z-index:10;overflow:hidden}.stats-section:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:1px;height:80px;background:linear-gradient(to bottom,transparent,var(--border-gold))}.stats-inner{max-width:1200px;margin:0 auto}.stats-header{text-align:center;margin-bottom:5rem}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2px;position:relative}.stats-grid:before{content:"";position:absolute;top:-40px;right:-40px;bottom:-40px;left:-40px;background:radial-gradient(ellipse 60% 60% at 50% 50%,rgba(4,57,39,.15),transparent 70%);pointer-events:none}.stat-item{position:relative;text-align:center;padding:3rem 2rem;border-right:1px solid var(--border);overflow:hidden}.stat-item:last-child{border-right:none}.stat-orb{position:absolute;top:-20px;left:50%;transform:translate(-50%);width:120px;height:120px;background:radial-gradient(circle,rgba(222,196,132,.08),transparent 70%);border-radius:50%;pointer-events:none}.stat-number{font-family:Newsreader,serif;font-size:clamp(3rem,5vw,5rem);color:var(--gold);display:inline;line-height:1}.stat-suffix{font-family:Newsreader,serif;font-size:clamp(2rem,3vw,3rem);color:var(--gold);opacity:.6}.stat-label{margin-top:1rem;font-size:.8rem;letter-spacing:2px;text-transform:uppercase;color:var(--cream-dim)}.stat-line{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:0;height:2px;background:linear-gradient(90deg,transparent,var(--gold),transparent);transition:width 1.2s var(--ease)}.stat-item.is-visible .stat-line{width:60%}.conversion-highlights{padding:var(--section-pad);position:relative;z-index:10}.conversion-highlights-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:.9fr 1.25fr;gap:clamp(2rem,5vw,4.5rem);align-items:center}.conversion-copy{max-width:520px}.conversion-copy .section-subtitle{color:#d7a95cc7}.conversion-main-cta{margin-top:2rem}.conversion-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.conversion-benefit{min-height:330px;padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;position:relative}.conversion-benefit:before{content:"";position:absolute;inset:auto -30% -40% -30%;height:180px;background:radial-gradient(circle,rgba(222,196,132,.14),transparent 68%);pointer-events:none}.conversion-benefit-index{color:var(--gold);opacity:.55;font-size:.7rem;letter-spacing:3px}.conversion-benefit h3{font-family:Newsreader,serif;font-size:clamp(1.55rem,2vw,2.1rem);line-height:1.08;margin-top:auto;margin-bottom:1rem}.conversion-benefit p{color:var(--cream-muted);font-size:.85rem;line-height:1.75}.bento-section{padding:var(--section-pad);position:relative;z-index:10}.bento-section-header{text-align:center;margin-bottom:5rem}.bento-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:minmax(260px,auto);gap:1.5rem;max-width:1440px;margin:0 auto}.bento-card{display:block;text-decoration:none;color:var(--cream);background:var(--bg-card);border-radius:var(--radius-xl);overflow:hidden;position:relative;border:1px solid var(--border);transition:transform .5s var(--ease-smooth),box-shadow .5s var(--ease-smooth),border-color .5s var(--ease-smooth)}.bento-card:hover{transform:translateY(-4px);box-shadow:0 30px 60px #00000059;border-color:var(--border-gold)}.bento-card>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.78;transition:opacity .6s var(--ease-smooth),transform .8s var(--ease-smooth)}.bento-card:hover>img{opacity:.92;transform:scale(1.05)}.bento-badge{position:absolute;top:1.5rem;left:1.5rem;z-index:5;padding:.4rem 1rem;background:#0d0f18b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--border);border-radius:99px;font-size:.65rem;letter-spacing:2px;text-transform:uppercase;color:var(--cream-dim);transition:transform var(--t-fast),opacity var(--t-fast)}.bento-badge--gold{border-color:var(--border-gold);color:var(--gold)}.bento-badge--new{background:#ff660026;border-color:#f606;color:var(--gold)}.card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:space-between;padding:1.8rem 2rem;background:linear-gradient(90deg,rgba(13,13,13,.9) 0%,rgba(13,13,13,.66) 32%,rgba(13,13,13,.16) 62%,transparent 100%);z-index:4}.card-overlay-top{display:flex;justify-content:flex-end}.card-tag{padding:.35rem .9rem;background:var(--gold-dim);border:1px solid var(--border-gold);border-radius:99px;font-size:.6rem;letter-spacing:2px;text-transform:uppercase;color:var(--gold)}.card-overlay-bottom{display:flex;flex-direction:column;gap:.5rem;align-self:flex-start;width:min(74%,430px);margin-top:auto;padding:1rem 1.1rem;border:1px solid rgba(242,199,111,.12);border-radius:var(--radius-sm);background:#0d0d0d94;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.card-category{font-size:.68rem;letter-spacing:3px;text-transform:uppercase;color:var(--gold);opacity:.7}.card-title{font-family:Newsreader,serif;font-size:clamp(1.2rem,2.5vw,1.8rem);color:var(--cream)}.card-footer-row{display:flex;align-items:center;justify-content:space-between;margin-top:.5rem;padding-top:.8rem;border-top:1px solid var(--border)}.card-price{font-size:1rem;color:var(--gold);font-weight:600}.card-cta-hint{font-size:.72rem;letter-spacing:2px;text-transform:uppercase;color:var(--cream-dim);opacity:0;transform:translate(-8px);transition:opacity var(--t-fast),transform var(--t-fast)}.bento-card:hover .card-cta-hint{opacity:1;transform:translate(0)}.card-lg{grid-column:span 7;grid-row:span 2}.card-md{grid-column:span 5;grid-row:span 2}.card-sm{grid-column:span 4;grid-row:span 1}.card-wide{grid-column:span 8;grid-row:span 1}.card-lg>img,.card-md>img,.card-wide>img{object-position:72% center}.card-sm>img{object-position:68% center}.card-portrait-cta{grid-column:span 4;grid-row:span 1;display:flex;align-items:stretch;background:linear-gradient(135deg,var(--orange-dark),var(--orange));border-color:#ff660073;text-decoration:none;color:var(--cream);transition:transform .6s var(--ease),box-shadow .6s var(--ease)}.card-portrait-cta:hover{transform:translateY(-4px);box-shadow:0 30px 60px #0439274d}.portrait-cta-inner{position:relative;z-index:5;padding:2.5rem;display:flex;flex-direction:column;justify-content:space-between;flex:1}.portrait-cta-title{font-family:Newsreader,serif;font-size:2rem;line-height:1.1;color:var(--cream)}.portrait-cta-title em{font-style:italic;color:var(--cream)}.portrait-cta-desc{font-size:.8rem;color:#f2c76fc7;margin:.5rem 0;line-height:1.6}.portrait-cta-price{font-size:.8rem;color:var(--gold);letter-spacing:2px;text-transform:uppercase;margin-bottom:1rem}.portrait-cta-btn{font-size:.7rem;padding:.9rem 1.6rem;white-space:nowrap}.portrait-cta-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;border-radius:var(--radius-xl)}.portrait-cta-bg img{width:100%;height:100%;object-fit:cover;opacity:.15;transition:opacity .8s ease}.card-portrait-cta:hover .portrait-cta-bg img{opacity:.25}.bento-footer-cta{text-align:center;margin-top:4rem}.testimonials-section{padding:var(--section-pad);position:relative;z-index:10;overflow:hidden}.testimonials-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 50% at 50% 50%,rgba(4,57,39,.07),transparent 70%);pointer-events:none}.testimonials-inner{max-width:1200px;margin:0 auto}.testimonials-header{text-align:center;margin-bottom:5rem}.testimonials-track-wrapper{position:relative;overflow:hidden}.testimonials-track{display:flex;gap:2rem;transition:transform .7s var(--ease)}.testimonial-card{flex:0 0 calc(33.333% - 1.4rem);padding:3rem;display:flex;flex-direction:column;gap:1.5rem}.testimonial-stars{display:flex;gap:.3rem;color:var(--gold);font-size:.9rem}.testimonial-quote{font-family:Newsreader,serif;font-size:1.15rem;line-height:1.8;color:var(--cream-dim);font-style:italic;flex:1;letter-spacing:.01em}.testimonial-author-block{display:flex;align-items:center;gap:1rem}.testimonial-author-avatar{width:44px;height:44px;border-radius:50%;background:var(--orange);border:1px solid var(--border-gold);display:flex;align-items:center;justify-content:center;font-family:Newsreader,serif;font-size:1.2rem;color:var(--gold);flex-shrink:0}.testimonial-author-name{font-weight:600;font-size:.9rem;color:var(--cream)}.testimonial-author-sub{font-size:.75rem;color:var(--cream-muted);margin-top:.2rem}.testimonial-product-badge{align-self:flex-start;padding:.35rem 1rem;border:1px solid var(--border-gold);border-radius:99px;font-size:.65rem;letter-spacing:1.5px;text-transform:uppercase;color:var(--gold);opacity:.7}.testimonials-nav{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-top:3rem}.testimonial-nav-btn{width:44px;height:44px;border-radius:50%;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--cream-dim);transition:border-color var(--t-fast),color var(--t-fast),transform var(--t-fast)}.testimonial-nav-btn:hover{border-color:var(--border-gold);color:var(--gold);transform:scale(1.08)}.testimonials-dots{display:flex;gap:.6rem;align-items:center}.t-dot{width:6px;height:6px;border-radius:50%;background:var(--border);border:none;transition:background var(--t-fast),transform var(--t-fast)}.t-dot.is-active{background:var(--gold);transform:scale(1.4)}.footer-v2{position:relative;z-index:10;background:var(--bg-2);border-top:1px solid var(--border)}.footer-top{max-width:1440px;margin:0 auto;padding:7rem 5% 5rem;display:grid;grid-template-columns:300px 1fr;gap:6%}.footer-brand{display:flex;flex-direction:column;gap:1.5rem}.footer-logo{font-size:1.5rem!important}.footer-brand-desc{font-size:.85rem;line-height:1.9;opacity:.76}.footer-nav-cols{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.footer-nav-title{font-family:Manrope,sans-serif;font-size:.7rem;letter-spacing:3px;text-transform:uppercase;color:var(--gold);opacity:.7;margin-bottom:1.5rem}.footer-nav-list{list-style:none;display:flex;flex-direction:column;gap:.8rem}.footer-newsletter-desc{font-size:.8rem;opacity:.76;line-height:1.7;margin-bottom:1.2rem}.footer-newsletter-form{display:flex;border:1px solid var(--border);border-radius:100px;overflow:hidden;transition:border-color var(--t-fast)}.footer-newsletter-form:focus-within{border-color:var(--border-gold)}.footer-newsletter-input{flex:1;background:transparent;border:none;outline:none;padding:.8rem 1.4rem;color:var(--cream);font-family:Manrope,sans-serif;font-size:.85rem;min-width:0}.footer-newsletter-input::placeholder{color:var(--cream-dim);opacity:.5}.footer-newsletter-btn{padding:.8rem 1.2rem;background:var(--orange);color:var(--bg);border:none;cursor:pointer;display:flex;align-items:center;transition:background var(--t-fast)}.footer-newsletter-btn:hover{background:var(--orange-dark)}.footer-bottom{max-width:1440px;margin:0 auto;padding:2rem 5%;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.footer-copy{font-size:.75rem;opacity:.25;letter-spacing:1px}.footer-payment-icons{display:flex;gap:.5rem;opacity:.2;filter:grayscale(1)}.footer-payment-icons svg{height:24px}.footer-made-with{font-size:.7rem;opacity:.2;letter-spacing:1px}.product-premium-view{max-width:1440px;margin:0 auto}.haus-click-particle{position:fixed;width:7px;height:7px;border-radius:2px;z-index:10000;pointer-events:none;transform:rotate(45deg)}@media(max-width:1024px){.conversion-highlights-inner{grid-template-columns:1fr}.conversion-copy{max-width:760px;text-align:center;margin:0 auto}.bento-grid{grid-template-columns:repeat(6,1fr)}.card-lg,.card-md{grid-column:span 6;grid-row:span 2}.card-sm{grid-column:span 3}.card-wide,.card-portrait-cta{grid-column:span 6}.stats-grid{grid-template-columns:repeat(2,1fr)}.stat-item:nth-child(2){border-right:none}.stat-item{border-bottom:1px solid var(--border);border-right:1px solid var(--border)}.stat-item:nth-child(3),.stat-item:nth-child(4){border-bottom:none}.footer-top{grid-template-columns:1fr}.footer-nav-cols{grid-template-columns:repeat(2,1fr)}.testimonial-card{flex:0 0 calc(50% - 1rem)}}@media(max-width:768px){.main-nav{display:none}.hamburger-btn{display:flex}.header-inner{gap:1rem;padding:1.25rem 5%}.header-actions{gap:1rem}.hero-title-v2{font-size:clamp(3rem,12vw,5rem)}.hero-ctas{flex-direction:column}.hero-ctas .btn-premium,.hero-ctas .btn-ghost{width:min(100%,360px);justify-content:center;text-align:center}.hero-proof-row{margin-bottom:1.6rem}.hero-conversion-notes{grid-template-columns:1fr}.hero-badge{display:none}.conversion-benefits{grid-template-columns:1fr}.conversion-benefit{min-height:240px}.bento-grid{grid-template-columns:1fr;gap:1rem}.card-lg,.card-md,.card-sm,.card-wide,.card-portrait-cta{grid-column:span 1;grid-row:auto;min-height:340px}.bento-card>img{object-position:center top}.card-overlay{justify-content:flex-end;padding:1rem;background:linear-gradient(to bottom,transparent 0%,transparent 46%,rgba(13,13,13,.82) 100%)}.card-overlay-top{position:absolute;top:1rem;right:1rem}.card-overlay-bottom{width:100%;padding:.95rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.testimonial-card{flex:0 0 85vw}.footer-nav-cols{grid-template-columns:1fr 1fr}.footer-newsletter-col{grid-column:span 2}.footer-bottom{flex-direction:column;text-align:center}}@media(max-width:480px){.splash-logo{font-size:clamp(1.65rem,9vw,2.4rem);letter-spacing:.08em}.logo-text{font-size:1.35rem}.cart-icon-link svg{width:20px;height:20px}.hero-content-wrap{padding:150px 5% 110px}.hero-title-v2{font-size:clamp(2.75rem,15vw,3.8rem);line-height:1.06;margin-bottom:2rem}.hero-sub{max-width:100%;letter-spacing:3px;line-height:1.6}.hero-proof-row span{width:100%;justify-content:center}.hero-conversion-notes{display:none}.stats-grid{grid-template-columns:1fr}.stat-item{border-right:none}.footer-nav-cols{grid-template-columns:1fr}.footer-newsletter-col{grid-column:span 1}}.hero-product-motion{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden}.hero-product-motion img{position:absolute;width:min(44vw,620px);height:auto;object-fit:contain;opacity:.28;filter:drop-shadow(0 30px 80px rgba(4,57,39,.35));animation:hausProductFloat 12s ease-in-out infinite}.hero-product-motion img:first-child{right:4vw;bottom:4vh}.hero-product-motion img:nth-child(2){width:min(30vw,420px);right:55vw;top:15vh;opacity:.15;animation-delay:-5s}.hero-waterline{position:absolute;left:-10%;right:-10%;height:1px;background:linear-gradient(90deg,transparent,rgba(242,199,111,.36),rgba(255,102,0,.16),transparent);transform:rotate(-8deg);animation:hausWaterSweep 8s ease-in-out infinite}.hero-waterline-1{top:36%}.hero-waterline-2{top:58%;animation-delay:-3s;opacity:.55}@keyframes hausProductFloat{0%,to{transform:translateZ(0) scale(1)}50%{transform:translate3d(-18px,-24px,0) scale(1.04)}}@keyframes hausWaterSweep{0%,to{transform:translate(-8%) rotate(-8deg);opacity:.1}45%{opacity:.72}60%{transform:translate(12%) rotate(-8deg);opacity:.35}}.hydration-chart-section{position:relative;overflow:hidden;padding:120px 5%}.hydration-chart-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hydration-chart-bg-img{position:absolute;right:-4vw;top:50%;width:min(52vw,760px);height:auto;object-fit:contain;opacity:.12;transform:translateY(-50%);animation:hausChartProductDrift 14s ease-in-out infinite}.hydration-chart-water{position:absolute;inset:auto 0 0;height:45%;background:radial-gradient(circle at 20% 30%,rgba(222,196,132,.12),transparent 34%),linear-gradient(180deg,transparent,rgba(4,57,39,.24));animation:hausChartGlow 9s ease-in-out infinite}.hydration-chart-inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,.9fr) minmax(320px,1.1fr);gap:5rem;align-items:center;max-width:1250px;margin:0 auto}.hydration-chart-copy{max-width:520px}.hydration-bars{display:grid;gap:1.1rem;padding:clamp(1.4rem,4vw,2.6rem)}.hydration-bar{display:grid;grid-template-columns:minmax(120px,170px) 1fr auto;gap:1rem;align-items:center}.hydration-bar-label{color:var(--cream-dim);font-size:.82rem}.hydration-bar-track{position:relative;height:12px;border-radius:999px;background:#ffffff14;overflow:hidden}.hydration-bar-track span{display:block;height:100%;width:0;border-radius:inherit;background:linear-gradient(90deg,var(--emerald),var(--gold));box-shadow:0 0 28px #dec48447}.hydration-bars.is-visible .hydration-bar-track span,.hydration-bars[data-reveal].is-visible .hydration-bar-track span{animation:hausBarGrow 1.1s var(--ease-smooth) forwards;animation-delay:var(--delay)}.hydration-bar strong{color:var(--gold);font-family:Newsreader,serif;font-size:1.05rem;min-width:46px;text-align:right}@keyframes hausBarGrow{0%{width:0}to{width:var(--bar)}}@keyframes hausChartProductDrift{0%,to{transform:translateY(-50%) translate(0) scale(1)}50%{transform:translateY(-54%) translate(-24px) scale(1.03)}}@keyframes hausChartGlow{0%,to{opacity:.7;transform:translateY(0)}50%{opacity:1;transform:translateY(-18px)}}@media(max-width:900px){.hero-product-motion img:first-child{width:min(72vw,460px);right:-10vw;bottom:2vh}.hero-product-motion img:nth-child(2){width:46vw;left:-16vw;top:16vh}.hydration-chart-inner{grid-template-columns:1fr;gap:2.5rem}.hydration-chart-bg-img{width:88vw;right:-24vw;opacity:.09}.hydration-bar{grid-template-columns:1fr auto}.hydration-bar-label{grid-column:1 / -1}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}.hero-product-motion{z-index:1}.hero-content-wrap{z-index:5;position:relative}.hero-waterline{z-index:2;pointer-events:none}section{position:relative;z-index:1}.hero-v2{z-index:1}.hero-v2:after{content:"";position:absolute;bottom:0;left:0;right:0;height:180px;background:linear-gradient(to top,var(--bg) 0%,transparent 100%);pointer-events:none;z-index:3}.testimonials-section{padding:120px 5% 140px}.testimonials-track-wrapper{margin-top:4rem;overflow:visible;padding-bottom:2rem}.testimonial-card{min-height:320px;display:flex;flex-direction:column;justify-content:space-between;padding:2.5rem;background:var(--glass);border:1px solid var(--border);border-radius:var(--radius-lg)}.testimonial-quote{font-size:1.05rem;line-height:1.8;color:var(--cream-dim);margin:1.5rem 0;flex-grow:1}.conversion-highlights{padding:140px 5%;position:relative}.conversion-highlights:before{content:"";position:absolute;top:0;left:0;right:0;height:200px;background:linear-gradient(to bottom,var(--bg) 0%,transparent 100%);pointer-events:none;z-index:2}.conversion-highlights-inner{position:relative;z-index:1;gap:4rem}.conversion-benefits{gap:2rem;margin-top:3rem}.conversion-benefit{padding:2.2rem;min-height:200px}.hydration-chart-section{padding:160px 5% 140px}.hydration-chart-section:before{content:"";position:absolute;top:0;left:0;right:0;height:160px;background:linear-gradient(to bottom,var(--bg) 0%,transparent 100%);pointer-events:none;z-index:2}.testimonials-header{margin-bottom:3rem}.section-eyebrow{font-size:.7rem;letter-spacing:4px;text-transform:uppercase;color:var(--gold);opacity:.5;margin-bottom:1.2rem}.section-title-lg{font-size:clamp(2.2rem,5vw,3.5rem);line-height:1.15;margin-bottom:1rem}.section-subtitle{color:var(--cream-muted);max-width:540px;line-height:1.8}@media(max-width:768px){.testimonials-section,.conversion-highlights,.hydration-chart-section{padding:100px 5%}.hero-product-motion{display:none}.hero-v2:after{height:120px}}@media(max-width:480px){.testimonials-track-wrapper{margin-top:2rem}.testimonial-card{min-height:280px;padding:1.8rem}.conversion-benefits{gap:1.5rem}.conversion-benefit{padding:1.8rem;min-height:auto}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}.hero-bg{transform:none!important}}.cart-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1190;background:#00000094;opacity:0;visibility:hidden;transition:opacity var(--t-fast),visibility var(--t-fast)}.cart-drawer-overlay.is-open{opacity:1;visibility:visible}.cart-drawer{position:fixed;top:0;right:0;bottom:0;z-index:1200;width:min(430px,92vw);background:var(--bg-2);border-left:1px solid var(--border);transform:translate(100%);transition:transform var(--t-med);display:grid;grid-template-rows:auto 1fr auto;color:var(--cream);box-shadow:-28px 0 80px #0000006b}.cart-drawer.is-open{transform:translate(0)}.cart-drawer__header,.cart-drawer__footer{padding:1.25rem}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border)}.cart-drawer__header h2{font-size:1.1rem}.cart-drawer__close{width:40px;height:40px;display:grid;place-items:center;border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--cream-muted)}.cart-drawer__close:hover{color:var(--gold);border-color:var(--border-gold)}.cart-drawer__close svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}.cart-drawer__body{overflow-y:auto;padding:1.25rem;display:flex;flex-direction:column;gap:1rem}.cart-drawer-item{display:grid;grid-template-columns:76px 1fr auto;gap:.85rem;align-items:center;padding:.85rem;border:1px solid var(--border);border-radius:var(--radius-md);background:#ffffff08}.cart-drawer-item img{width:76px;height:76px;object-fit:cover;border-radius:var(--radius-sm)}.cart-drawer-item h3{font-size:.9rem;line-height:1.3}.cart-drawer-item__details{min-width:0}.cart-drawer-item p{margin-top:.2rem;color:var(--cream-muted);font-size:.78rem}.cart-drawer-item strong{color:var(--gold);font-size:.9rem}.cart-drawer-qty{display:inline-grid;grid-template-columns:30px 34px 30px;align-items:center;min-height:32px;margin-top:.55rem;border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden}.cart-drawer-qty button,.cart-drawer-qty span{min-height:32px;display:grid;place-items:center;color:var(--cream);font-size:.82rem}.cart-drawer-qty button{background:#ffffff0a}.cart-drawer-qty button:hover{color:var(--gold);background:var(--color-accent-glow)}.cart-drawer-qty button:disabled{cursor:wait;opacity:.5}.cart-drawer__empty{display:grid;gap:1rem;place-items:center;text-align:center;min-height:260px;color:var(--cream-muted)}.cart-drawer__footer{border-top:1px solid var(--border);display:grid;gap:.9rem}.cart-drawer__shipping{border:1px solid var(--border-gold);border-radius:var(--radius-sm);padding:.75rem;background:var(--color-accent-glow);color:var(--cream-dim);font-size:.78rem;line-height:1.5}.cart-drawer__subtotal{display:flex;align-items:center;justify-content:space-between;color:var(--cream-muted)}.cart-drawer__subtotal strong{color:var(--cream);font-size:1.25rem}.cart-drawer__checkout{justify-content:center}.cart-drawer__secure{text-align:center;color:var(--cream-muted);font-size:.72rem;letter-spacing:.1em;text-transform:uppercase}.cart-drawer__payments{display:flex;justify-content:center;gap:.4rem;filter:grayscale(1);opacity:.45;flex-wrap:wrap}.cart-drawer__payments svg{height:22px}
/*# sourceMappingURL=/cdn/shop/t/3/assets/obsidian-atelier.css.map */
