:root{--header-offset: 88px;--color-bg: #0d0d0d;--color-surface: #161616;--color-surface-2: #1f1f1f;--color-border: #2a2a2a;--color-gold: #c8960c;--color-gold-light: #f0c040;--color-gold-dim: rgba(200, 150, 12, .15);--color-orange: #e85d04;--color-orange-dim: rgba(232, 93, 4, .12);--color-text: #f0ede8;--color-text-muted: #888880;--color-text-faint: #444;--font-display: "Bebas Neue", sans-serif;--font-heading: "Bebas Neue", sans-serif;--font-serif: "Playfair Display", serif;--font-body: "Inter", sans-serif;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 16px;--transition: .3s ease;--shadow-gold: 0 0 40px rgba(200, 150, 12, .3)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{background-color:var(--color-bg);color:var(--color-text);font-family:var(--font-body);font-weight:400;line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);letter-spacing:.04em;line-height:1.1;color:var(--color-text)}.text-gold{color:var(--color-gold-light)}.text-muted{color:var(--color-text-muted)}.text-center{text-align:center}.container{max-width:1200px;margin-inline:auto;padding-inline:clamp(1.5rem,5vw,3rem)}.section-padding{padding-block:clamp(4rem,8vw,7rem)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.9rem 2.2rem;border-radius:var(--radius-sm);font-family:var(--font-display);font-size:1.15rem;letter-spacing:.1em;border:2px solid transparent;cursor:pointer;transition:all var(--transition);text-transform:uppercase;white-space:nowrap}.btn--gold{background:linear-gradient(135deg,var(--color-gold),var(--color-gold-light));color:#0d0d0d;border-color:var(--color-gold)}.btn--gold:hover{background:linear-gradient(135deg,var(--color-gold-light),var(--color-gold));box-shadow:var(--shadow-gold);transform:translateY(-2px)}.btn--outline{background:transparent;color:var(--color-gold-light);border-color:var(--color-gold)}.btn--outline:hover{background:var(--color-gold-dim);box-shadow:var(--shadow-gold);transform:translateY(-2px)}.btn--full{width:100%}.section-label{display:inline-block;font-family:var(--font-body);font-size:.75rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--color-gold);margin-bottom:1rem;padding:.3rem .8rem;border:1px solid var(--color-gold-dim);border-radius:100px}.divider{width:60px;height:3px;background:linear-gradient(90deg,var(--color-gold),var(--color-gold-light));margin-block:1.5rem}.divider--center{margin-inline:auto}.site-header-wrapper{position:fixed;top:0;left:0;right:0;z-index:1000}.site-header{position:static;padding-block:1.1rem;transition:background var(--transition),padding var(--transition),backdrop-filter var(--transition)}.site-header-wrapper.scrolled .site-header{background:#0d0d0df5;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);padding-block:.75rem;border-bottom:1px solid var(--color-border)}.header__inner{display:flex;align-items:center;justify-content:space-between;gap:2rem}.header__logo{font-family:var(--font-display);font-size:1.8rem;letter-spacing:.08em;color:var(--color-text);display:flex;align-items:center;gap:.5rem}.header__logo span{color:var(--color-gold-light)}.header__logo-icon{width:32px;height:32px}.header__nav{display:flex;align-items:center;gap:2rem;list-style:none}.header__nav a{font-size:.85rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-muted);transition:color var(--transition)}.header__nav a:hover{color:var(--color-gold-light)}.header__actions{display:flex;align-items:center;gap:1rem}.header__cart{position:relative;background:none;border:none;cursor:pointer;color:var(--color-text);display:flex;align-items:center;gap:.4rem;font-family:var(--font-body);font-size:.85rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;transition:color var(--transition);padding:.4rem .8rem;border:1px solid var(--color-border);border-radius:var(--radius-sm)}.header__cart:hover{color:var(--color-gold-light);border-color:var(--color-gold-dim)}.cart-count{background:var(--color-gold);color:#0d0d0d;font-size:.7rem;font-weight:700;border-radius:100px;min-width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;padding-inline:4px}.header__logo-img{height:52px;width:auto;display:block}.header__mobile-toggle{display:none;background:none;border:none;cursor:pointer;color:var(--color-text);padding:6px;border-radius:var(--radius-sm);transition:color var(--transition)}.header__mobile-toggle:hover{color:var(--color-gold)}@media(max-width:768px){.header__nav{display:none}.header__mobile-toggle{display:flex}.header__cart-label{display:none}}.mobile-nav{position:fixed;top:0;right:0;bottom:0;left:0;z-index:3000;pointer-events:none}.mobile-nav.open{pointer-events:all}.mobile-nav__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000bf;opacity:0;transition:opacity .3s ease}.mobile-nav.open .mobile-nav__overlay{opacity:1}.mobile-nav__panel{position:absolute;top:0;right:0;bottom:0;width:min(300px,85vw);background:var(--color-surface);border-left:1px solid var(--color-border);display:flex;flex-direction:column;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1)}.mobile-nav.open .mobile-nav__panel{transform:translate(0)}.mobile-nav__header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid var(--color-border)}.mobile-nav__close{background:none;border:none;cursor:pointer;color:var(--color-text-muted);padding:4px;transition:color var(--transition)}.mobile-nav__close:hover{color:var(--color-text)}.mobile-nav__links{flex:1;display:flex;flex-direction:column;padding:1rem 0;overflow-y:auto}.mobile-nav__link{display:block;padding:1rem 1.5rem;font-size:1rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted);text-decoration:none;border-bottom:1px solid var(--color-border);transition:color var(--transition),background var(--transition)}.mobile-nav__link:first-child{border-top:none}.mobile-nav__link:hover,.mobile-nav__link[aria-current=page]{color:var(--color-gold-light);background:#c8960c0d}.mobile-nav__footer{padding:1.5rem;border-top:1px solid var(--color-border)}.hero{min-height:100svh;display:flex;align-items:center;position:relative;overflow:hidden;padding-top:var(--header-offset, 120px)}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 60% at 60% 40%,rgba(232,93,4,.12) 0%,transparent 60%),radial-gradient(ellipse 60% 80% at 20% 80%,rgba(200,150,12,.08) 0%,transparent 50%),linear-gradient(180deg,#0d0d0d,#0a0a08)}.hero__road{position:absolute;bottom:0;left:0;right:0;height:35%;background:linear-gradient(180deg,transparent 0%,rgba(200,150,12,.04) 100%)}.hero__road:before{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:4px;height:100%;background:repeating-linear-gradient(180deg,var(--color-gold-light) 0px,var(--color-gold-light) 40px,transparent 40px,transparent 80px);opacity:.15;animation:roadLines 1.2s linear infinite}@keyframes roadLines{0%{background-position:0 0}to{background-position:0 80px}}.hero__content{position:relative;z-index:2;max-width:760px}.hero__season-badge{display:inline-flex;align-items:center;gap:.6rem;background:var(--color-orange-dim);border:1px solid rgba(232,93,4,.3);border-radius:100px;padding:.5rem 1.2rem;margin-bottom:2rem;font-size:.8rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:#f0a060;animation:pulseGlow 3s ease-in-out infinite}.hero__season-badge .dot{width:7px;height:7px;border-radius:50%;background:var(--color-orange);animation:blink 1.5s ease-in-out infinite}@keyframes pulseGlow{0%,to{box-shadow:0 0 #e85d0400}50%{box-shadow:0 0 20px #e85d0433}}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.hero__title{font-size:clamp(3.5rem,10vw,8rem);line-height:.95;margin-bottom:1.5rem;text-transform:uppercase}.hero__title .line-1,.hero__title .line-2{display:block;color:var(--color-text)}.hero__title .line-highlight{display:block;color:transparent;-webkit-text-stroke:2px var(--color-gold-light)}.hero__subtitle{font-size:clamp(1rem,2vw,1.2rem);color:var(--color-text-muted);max-width:520px;margin-bottom:2.5rem;font-style:italic;font-family:var(--font-serif);line-height:1.7}.hero__cta{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.hero__scroll{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--color-text-faint);font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;animation:bounce 2s ease-in-out infinite}.hero__scroll svg{opacity:.4}@keyframes bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(8px)}}.summer-banner{background:linear-gradient(135deg,#1a0f00,#110800,#0d0d0d);border-top:1px solid rgba(232,93,4,.2);border-bottom:1px solid rgba(232,93,4,.2);overflow:hidden;position:relative}.summer-banner__glow{position:absolute;top:-50%;left:50%;transform:translate(-50%);width:600px;height:300px;background:radial-gradient(ellipse,rgba(232,93,4,.15) 0%,transparent 70%);pointer-events:none}.summer-banner__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:3rem;padding-block:3.5rem}.summer-banner__text h2{font-size:clamp(2rem,4vw,3.2rem);text-transform:uppercase;margin-bottom:.8rem}.summer-banner__text p{color:var(--color-text-muted);font-size:.95rem;line-height:1.7;max-width:380px}.summer-banner__center{display:flex;flex-direction:column;align-items:center;gap:.5rem}.summer-icon{width:80px;height:80px;border-radius:50%;background:radial-gradient(circle,rgba(232,93,4,.3) 0%,rgba(200,150,12,.1) 60%,transparent 100%);border:2px solid rgba(232,93,4,.4);display:flex;align-items:center;justify-content:center;font-size:2rem;animation:rotateSun 20s linear infinite}@keyframes rotateSun{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.summer-stats{display:flex;flex-direction:column;gap:1.2rem}.summer-stat{text-align:right}.summer-stat .stat-number{font-family:var(--font-display);font-size:2.5rem;line-height:1;color:var(--color-orange)}.summer-stat .stat-label{font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:var(--color-text-muted)}@media(max-width:768px){.summer-banner__inner{grid-template-columns:1fr;text-align:center}.summer-stat{text-align:center}.summer-banner__text p{max-width:100%}.summer-banner__center{order:-1}}.legend{scroll-margin-top:80px;position:relative;overflow:hidden;background:var(--color-surface)}.legend__bg-texture{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 20% 50%,rgba(200,150,12,.05) 0%,transparent 40%),radial-gradient(circle at 80% 20%,rgba(200,150,12,.03) 0%,transparent 30%);pointer-events:none}.legend__inner{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.legend__visual{display:flex;justify-content:center;align-items:center}.bell-illustration{position:relative;width:260px;height:260px}.bell-illustration__ring{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:1px solid var(--color-gold-dim);animation:ringExpand 3s ease-out infinite}.bell-illustration__ring:nth-child(2){animation-delay:1s}.bell-illustration__ring:nth-child(3){animation-delay:2s}@keyframes ringExpand{0%{transform:scale(.8);opacity:.6}to{transform:scale(1.3);opacity:0}}.bell-illustration__core{position:absolute;top:30px;right:30px;bottom:30px;left:30px;border-radius:50%;background:radial-gradient(circle at 40% 40%,#2a2500,#1a1500,#0d0d0d);border:2px solid var(--color-gold-dim);display:flex;align-items:center;justify-content:center;box-shadow:0 0 60px #c8960c33,inset 0 0 40px #c8960c0d}.bell-svg{width:100px;height:110px;filter:drop-shadow(0 0 20px rgba(200,150,12,.4))}.legend__text h2{font-size:clamp(2.5rem,4vw,4rem);text-transform:uppercase;margin-bottom:1rem}.legend__intro{font-family:var(--font-serif);font-style:italic;font-size:1.15rem;color:var(--color-gold-light);margin-bottom:1.5rem;line-height:1.7}.legend__body{color:var(--color-text-muted);line-height:1.8;font-size:.95rem}.legend__body p+p{margin-top:1rem}.legend__quote{margin-top:2rem;padding:1.5rem;border-left:3px solid var(--color-gold);background:var(--color-gold-dim);border-radius:0 var(--radius-md) var(--radius-md) 0;font-family:var(--font-serif);font-style:italic;font-size:1.05rem;color:var(--color-gold-light);line-height:1.7}@media(max-width:900px){.legend__inner{grid-template-columns:1fr;gap:3rem}.legend__visual{order:-1}}.rules{background:var(--color-bg)}.rules__header{text-align:center;margin-bottom:4rem}.rules__header h2{font-size:clamp(2.5rem,5vw,4.5rem);text-transform:uppercase}.rules__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.rule-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:2.5rem 2rem;position:relative;overflow:hidden;transition:border-color var(--transition),transform var(--transition)}.rule-card:hover{border-color:var(--color-gold-dim);transform:translateY(-4px)}.rule-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 50% 0%,rgba(200,150,12,.08) 0%,transparent 60%);pointer-events:none}.rule-card__number{font-family:var(--font-display);font-size:5rem;line-height:1;color:var(--color-text-faint);margin-bottom:1rem}.rule-card__icon{width:52px;height:52px;border-radius:var(--radius-md);background:var(--color-gold-dim);border:1px solid rgba(200,150,12,.3);display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem;font-size:1.5rem}.rule-card h3{font-size:1.6rem;text-transform:uppercase;margin-bottom:.8rem;color:var(--color-text)}.rule-card p{color:var(--color-text-muted);font-size:.9rem;line-height:1.7}.rule-card--warning{border-color:#e85d044d}.rule-card--warning:before{background:radial-gradient(ellipse at 50% 0%,rgba(232,93,4,.06) 0%,transparent 60%)}.rule-card--warning .rule-card__icon{background:var(--color-orange-dim);border-color:#e85d044d}.featured-product{background:var(--color-surface);position:relative;overflow:hidden}.featured-product__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 50% 50%,rgba(200,150,12,.06) 0%,transparent 70%);pointer-events:none}.featured-product__inner{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.featured-product__gallery-wrap{margin-inline:auto;width:100%}.product-gallery{position:relative}.product-gallery__main{aspect-ratio:1;background:linear-gradient(135deg,#1a1800,#0f0e00,#0d0d0d);border-radius:var(--radius-lg);border:1px solid var(--color-border);overflow:hidden;display:flex;align-items:center;justify-content:center;position:relative}.product-gallery__main img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-gallery__main:hover img{transform:scale(1.05)}.product-gallery__badge{position:absolute;top:1rem;left:1rem;background:var(--color-orange);color:#fff;font-family:var(--font-display);font-size:.9rem;letter-spacing:.1em;padding:.3rem .8rem;border-radius:var(--radius-sm)}.product-gallery__placeholder{width:140px;height:155px;opacity:.3;filter:drop-shadow(0 0 30px var(--color-gold))}.product-details__label{font-size:.75rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--color-gold);margin-bottom:.8rem}.product-details__title{font-size:clamp(2rem,3.5vw,3.5rem);text-transform:uppercase;margin-bottom:.5rem}.product-details__tagline{font-family:var(--font-serif);font-style:italic;color:var(--color-text-muted);margin-bottom:2rem}.product-details__price{display:flex;align-items:baseline;gap:.8rem;margin-bottom:2rem}.price-current{font-family:var(--font-display);font-size:2.5rem;color:var(--color-gold-light)}.price-original{font-size:1.1rem;color:var(--color-text-faint);text-decoration:line-through}.price-savings{font-size:.85rem;background:var(--color-orange-dim);color:var(--color-orange);padding:.2rem .6rem;border-radius:var(--radius-sm);border:1px solid rgba(232,93,4,.3)}.product-details__perks{list-style:none;margin-bottom:2rem;display:flex;flex-direction:column;gap:.6rem}.product-details__perks li{display:flex;align-items:center;gap:.7rem;font-size:.9rem;color:var(--color-text-muted)}.product-details__perks li:before{content:"\2713";width:20px;height:20px;border-radius:50%;background:var(--color-gold-dim);border:1px solid rgba(200,150,12,.4);color:var(--color-gold-light);font-size:.65rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.product-details__actions{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.product-details__gift-note{display:flex;align-items:flex-start;gap:.8rem;padding:1rem;background:var(--color-gold-dim);border:1px solid rgba(200,150,12,.2);border-radius:var(--radius-md);font-size:.85rem;color:var(--color-gold-light);line-height:1.5}.product-details__gift-note svg{flex-shrink:0;margin-top:2px}@media(max-width:900px){.featured-product__inner{grid-template-columns:1fr;gap:3rem}}.testimonials{background:var(--color-bg)}.testimonials__header{text-align:center;margin-bottom:3rem}.testimonials__header h2{font-size:clamp(2rem,4vw,3.5rem);text-transform:uppercase}.testimonials__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.testimonial-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:2rem;transition:border-color var(--transition)}.testimonial-card:hover{border-color:var(--color-gold-dim)}.testimonial-card__stars{color:var(--color-gold);font-size:1rem;letter-spacing:.1em;margin-bottom:1rem}.testimonial-card__text{font-family:var(--font-serif);font-style:italic;color:var(--color-text-muted);line-height:1.7;margin-bottom:1.5rem;font-size:.95rem}.testimonial-card__author{display:flex;align-items:center;gap:.8rem}.testimonial-card__avatar{width:40px;height:40px;border-radius:50%;background:var(--color-gold-dim);border:1px solid var(--color-gold-dim);display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:1rem;color:var(--color-gold-light)}.testimonial-card__name{font-weight:600;font-size:.9rem}.testimonial-card__sub{font-size:.75rem;color:var(--color-text-faint)}.site-footer{background:#080808;border-top:1px solid var(--color-border);padding-block:3rem 2rem}.footer__inner{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer__brand-name{font-family:var(--font-display);font-size:1.6rem;letter-spacing:.1em;margin-bottom:.5rem}.footer__brand-name span{color:var(--color-gold-light)}.footer__brand-desc{color:var(--color-text-faint);font-size:.85rem;line-height:1.7;max-width:300px;margin-bottom:1.5rem}.footer__social{display:flex;gap:.8rem}.footer__social a{width:38px;height:38px;border-radius:var(--radius-sm);background:var(--color-surface);border:1px solid var(--color-border);display:flex;align-items:center;justify-content:center;color:var(--color-text-muted);transition:all var(--transition)}.footer__social a:hover{border-color:var(--color-gold-dim);color:var(--color-gold-light)}.footer__col-title{font-family:var(--font-display);font-size:1rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.2rem;color:var(--color-text)}.footer__links{list-style:none;display:flex;flex-direction:column;gap:.6rem}.footer__links a{font-size:.85rem;color:var(--color-text-faint);transition:color var(--transition)}.footer__links a:hover{color:var(--color-gold-light)}.footer__bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid var(--color-border);font-size:.75rem;color:var(--color-text-faint);gap:1rem;flex-wrap:wrap}.footer__legal{display:flex;gap:1.5rem}.footer__legal a{color:var(--color-text-faint);transition:color var(--transition)}.footer__legal a:hover{color:var(--color-text-muted)}@media(max-width:768px){.footer__inner{grid-template-columns:1fr}.footer__bottom{flex-direction:column;text-align:center}}.static-page{padding-top:calc(var(--header-offset, 80px) + 2.5rem);padding-bottom:5rem;min-height:70vh}.static-page__inner{max-width:800px}.static-page__breadcrumb{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-faint);margin-bottom:2rem;display:flex;gap:.5rem;align-items:center}.static-page__breadcrumb a{transition:color var(--transition)}.static-page__breadcrumb a:hover{color:var(--color-gold-light)}.static-page__header{margin-bottom:2.5rem}.static-page__title{font-size:clamp(2rem,5vw,3.5rem);text-transform:uppercase;margin-bottom:.5rem}.static-page__intro{color:var(--color-text-muted);font-size:.95rem;line-height:1.7;max-width:560px}.rte{color:var(--color-text-muted);line-height:1.8;font-size:.95rem}.rte h2{font-size:1.6rem;text-transform:uppercase;color:var(--color-text);margin:2rem 0 .8rem}.rte h3{font-size:1.2rem;color:var(--color-gold-light);margin:1.5rem 0 .5rem}.rte p{margin-bottom:1rem}.rte ul,.rte ol{margin:1rem 0 1rem 1.5rem}.rte li{margin-bottom:.4rem}.rte a{color:var(--color-gold-light);text-decoration:underline;text-underline-offset:3px}.rte strong{color:var(--color-text)}.rte blockquote{border-left:3px solid var(--color-gold);padding-left:1.2rem;margin:1.5rem 0;font-style:italic;color:var(--color-gold-light)}.contact-layout{display:grid;grid-template-columns:1fr 280px;gap:3rem;align-items:start}.form-success{display:flex;align-items:center;gap:.8rem;background:#6fcf971a;border:1px solid rgba(111,207,151,.3);border-radius:var(--radius-md);padding:1rem 1.2rem;margin-bottom:1.5rem;color:#6fcf97;font-size:.9rem}.form-success span{font-size:1.2rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem}.form-group label{font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-muted)}.form-group input,.form-group select,.form-group textarea{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm);color:var(--color-text);font-family:var(--font-body);font-size:.95rem;padding:.75rem 1rem;width:100%;transition:border-color var(--transition);outline:none;-webkit-appearance:none;appearance:none}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--color-gold);box-shadow:0 0 0 3px #c8960c1a}.form-group textarea{resize:vertical;min-height:140px}.form-group select{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23888' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.contact-info{display:flex;flex-direction:column;gap:1rem}.contact-info__card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:1rem 1.2rem}.contact-info__label{font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:var(--color-text-faint);margin-bottom:.3rem}.contact-info__value{font-size:.9rem;color:var(--color-text)}.contact-info__value a{color:var(--color-gold-light)}.contact-info__quote{font-family:var(--font-serif);font-style:italic;color:var(--color-text-faint);font-size:.85rem;line-height:1.6;padding:1rem;border-left:3px solid var(--color-gold-dim);margin-top:.5rem}.faq-list{display:flex;flex-direction:column;gap:.5rem}.faq-item{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden;transition:border-color var(--transition)}.faq-item:has(.faq-question[aria-expanded=true]){border-color:var(--color-gold-dim)}.faq-question{width:100%;background:none;border:none;padding:1.1rem 1.2rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;text-align:left;cursor:pointer;color:var(--color-text);font-family:var(--font-body);font-size:.95rem;font-weight:500;transition:background var(--transition)}.faq-question:hover{background:var(--color-surface-2)}.faq-question svg{flex-shrink:0;color:var(--color-gold);transition:transform .3s}.faq-question[aria-expanded=true] svg{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease}.faq-answer.open{max-height:300px}.faq-answer p{padding:0 1.2rem 1.2rem;color:var(--color-text-muted);font-size:.9rem;line-height:1.7}.faq-answer strong{color:var(--color-text)}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.2rem;margin-bottom:2rem}.info-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:1.5rem;transition:border-color var(--transition)}.info-card:hover{border-color:var(--color-gold-dim)}.info-card__icon{font-size:1.8rem;margin-bottom:.8rem}.info-card h3{font-size:1.1rem;text-transform:uppercase;margin-bottom:.6rem}.info-card p{font-size:.85rem;color:var(--color-text-muted);line-height:1.6}.info-card strong{color:var(--color-text)}.info-card a{color:var(--color-gold-light)}.info-note{background:var(--color-surface);border-left:3px solid var(--color-gold-dim);border-radius:0 var(--radius-sm) var(--radius-sm) 0;padding:1rem 1.2rem;font-size:.85rem;color:var(--color-text-muted);line-height:1.6}.info-note strong{color:var(--color-text)}.legal-content{color:var(--color-text-muted);line-height:1.8;font-size:.9rem}.legal-content h2{font-size:1.3rem;text-transform:uppercase;color:var(--color-text);margin:2rem 0 .7rem;padding-top:1.5rem;border-top:1px solid var(--color-border)}.legal-content h2:first-child{border-top:none;padding-top:0;margin-top:0}.legal-content p{margin-bottom:.8rem}.legal-content ul{margin:.5rem 0 1rem 1.5rem}.legal-content li{margin-bottom:.3rem}.legal-content a{color:var(--color-gold-light)}.legal-content em{color:var(--color-orange);font-style:normal;font-size:.85rem}.about-intro{font-family:var(--font-serif);font-style:italic;font-size:1.2rem;color:var(--color-gold-light);margin-bottom:1.5rem;line-height:1.6}.about-content p{color:var(--color-text-muted);line-height:1.8;margin-bottom:1rem}@media(max-width:768px){.static-page{padding-top:calc(var(--header-offset, 80px) + 1.5rem);padding-bottom:3rem}.contact-layout{grid-template-columns:1fr;gap:2rem}.form-row{grid-template-columns:1fr}.contact-info{order:-1}.info-grid{grid-template-columns:1fr 1fr}}@media(max-width:480px){.info-grid{grid-template-columns:1fr}}.product-page{padding-top:100px}.product-page__inner{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}.product-page__gallery{position:sticky;top:100px}.product-page__thumbnails{display:flex;gap:.8rem;margin-top:1rem}.product-page__thumb{width:72px;height:72px;border-radius:var(--radius-sm);border:2px solid var(--color-border);overflow:hidden;cursor:pointer;transition:border-color var(--transition);background:var(--color-surface)}.product-page__thumb:hover,.product-page__thumb.active{border-color:var(--color-gold)}.product-page__thumb img{width:100%;height:100%;object-fit:cover}.product-page__info{padding-block:1rem}.product-page__breadcrumb{font-size:.75rem;color:var(--color-text-faint);letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.5rem}.product-page__breadcrumb a{transition:color var(--transition)}.product-page__breadcrumb a:hover{color:var(--color-gold-light)}.product-page__breadcrumb span{color:var(--color-text-faint);margin-inline:.5rem}.product-page__title{font-size:clamp(2.5rem,4vw,4rem);text-transform:uppercase;margin-bottom:.5rem}.product-page__rating{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}.product-page__stars{color:var(--color-gold)}.product-page__review-count{font-size:.8rem;color:var(--color-text-muted)}.product-page__price-block{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--color-border)}.product-page__price{font-family:var(--font-display);font-size:3rem;color:var(--color-gold-light);line-height:1;margin-bottom:.3rem}.product-page__tax-note{font-size:.75rem;color:var(--color-text-faint)}.product-page__variants{margin-bottom:2rem}.product-page__variants-label{font-size:.8rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:.8rem}.variant-options{display:flex;flex-wrap:wrap;gap:.6rem .5rem;align-items:flex-start}.variant-btn{padding:.5rem 1.2rem;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);color:var(--color-text-muted);font-size:.85rem;cursor:pointer;transition:all var(--transition);font-family:var(--font-body);display:flex;flex-direction:column;align-items:center;gap:.2rem}.variant-low-stock{font-size:.58rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#e85d04;white-space:nowrap;animation:pulse-stock 2s ease-in-out infinite}@keyframes pulse-stock{0%,to{opacity:1}50%{opacity:.55}}.live-viewers{display:flex;align-items:center;gap:.45rem;font-size:.78rem;color:var(--color-text-muted);margin:.6rem 0}.live-viewers__dot{width:7px;height:7px;border-radius:50%;background:#22c55e;flex-shrink:0;animation:pulse-dot 1.8s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.75)}}.variant-btn:hover{border-color:var(--color-gold-dim);color:var(--color-text)}.variant-btn.active{border-color:var(--color-gold);background:var(--color-gold-dim);color:var(--color-gold-light)}.variant-btn-wrap{display:inline-flex;flex-direction:column;align-items:center;gap:.25rem}.variant-btn:disabled{opacity:.4;cursor:not-allowed;text-decoration:line-through}.variant-options+.product-details__perks,.variant-options+ul{margin-top:1.5rem}.qty-selector{display:flex;align-items:center;gap:0;border:1px solid var(--color-border);border-radius:var(--radius-sm);overflow:hidden;width:fit-content;background:var(--color-bg)}.qty-btn{background:none;border:none;cursor:pointer;color:var(--color-text);font-size:1.2rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:background var(--transition),color var(--transition);flex-shrink:0}.qty-btn:hover{background:var(--color-surface-2);color:var(--color-gold)}.qty-input{width:44px;height:40px;text-align:center;background:none;border:none;border-left:1px solid var(--color-border);border-right:1px solid var(--color-border);color:var(--color-text);font-size:.95rem;font-weight:600;font-family:var(--font-body);-moz-appearance:textfield}.qty-input::-webkit-outer-spin-button,.qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.qty-input:focus{outline:none}.qty-wrap{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.qty-wrap label{font-size:.78rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-muted)}.product-page__add-to-cart{display:flex;gap:1rem;margin-bottom:2rem}.quantity-selector{display:flex;align-items:center;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);overflow:hidden}.quantity-selector button{width:42px;height:52px;background:none;border:none;cursor:pointer;color:var(--color-text-muted);font-size:1.2rem;transition:all var(--transition);display:flex;align-items:center;justify-content:center}.quantity-selector button:hover{background:var(--color-surface-2);color:var(--color-text)}.quantity-selector input{width:50px;height:52px;background:none;border:none;border-inline:1px solid var(--color-border);color:var(--color-text);text-align:center;font-family:var(--font-body);font-size:1rem}.product-page__legend{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:2rem;margin-bottom:2rem}.product-page__legend h3{font-size:1.4rem;text-transform:uppercase;margin-bottom:1rem;color:var(--color-gold-light)}.product-page__legend p{font-family:var(--font-serif);font-style:italic;color:var(--color-text-muted);font-size:.9rem;line-height:1.7}.product-page__legend p+p{margin-top:.8rem}.product-page__shipping{display:flex;flex-direction:column;gap:.7rem}.shipping-item{display:flex;align-items:center;gap:.8rem;font-size:.85rem;color:var(--color-text-muted)}.shipping-item svg{color:var(--color-gold);flex-shrink:0}@media(max-width:900px){.product-page__inner{grid-template-columns:1fr;gap:3rem}.product-page__gallery{position:static}}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;pointer-events:none}.cart-drawer.open{pointer-events:all}.cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000b3;opacity:0;transition:opacity var(--transition)}.cart-drawer.open .cart-drawer__overlay{opacity:1}.cart-drawer__panel{position:absolute;top:0;right:0;bottom:0;width:min(400px,100vw);background:var(--color-surface);border-left:1px solid var(--color-border);display:flex;flex-direction:column;transform:translate(100%);transition:transform var(--transition)}.cart-drawer.open .cart-drawer__panel{transform:translate(0)}.cart-drawer__header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--color-border)}.cart-drawer__header h2{font-size:1.3rem;text-transform:uppercase}.cart-drawer__close{background:none;border:none;cursor:pointer;color:var(--color-text-muted);transition:color var(--transition);padding:4px}.cart-drawer__close:hover{color:var(--color-text)}.cart-drawer__title{font-size:1.1rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:2px}.cart-drawer__count{font-size:.75rem;color:var(--color-text-muted);font-weight:400;font-family:var(--font-body);text-transform:none;letter-spacing:0}.cart-drawer__body{flex:1;overflow-y:auto;padding:1rem 1.5rem}.cart-drawer__empty{text-align:center;color:var(--color-text-faint);font-style:italic;margin-top:3rem}.cart-empty{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:3rem 1rem;color:var(--color-text-muted);text-align:center}.cart-empty svg{opacity:.25}.cart-empty p{font-size:.95rem}.cart-item{display:flex;gap:.85rem;padding:1rem 0;border-bottom:1px solid var(--color-border)}.cart-item:last-child{border-bottom:none}.cart-item__image{width:80px;height:80px;flex-shrink:0;border-radius:var(--radius-sm);overflow:hidden;background:var(--color-surface-2);border:1px solid var(--color-border)}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__img-placeholder{width:100%;height:100%;background:var(--color-surface-2)}.cart-item__details{flex:1;min-width:0;display:flex;flex-direction:column;gap:.4rem}.cart-item__top{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem}.cart-item__info{flex:1;min-width:0}.cart-item__title{font-size:.88rem;font-weight:600;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-item__variant{font-size:.72rem;color:var(--color-text-muted);margin-top:2px}.cart-item__unit-price{font-size:.72rem;color:var(--color-text-faint);margin-top:2px}.cart-item__remove{background:none;border:none;cursor:pointer;color:var(--color-text-faint);padding:2px;flex-shrink:0;transition:color var(--transition);display:flex;align-items:center}.cart-item__remove:hover{color:#e85d04}.cart-item__bottom{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.cart-item__qty-wrap{display:flex;align-items:center;gap:.25rem;border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:2px;background:var(--color-bg)}.cart-item__qty-btn{background:none;border:none;cursor:pointer;color:var(--color-text);font-size:1rem;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:3px;transition:background var(--transition),color var(--transition);line-height:1}.cart-item__qty-btn:hover{background:var(--color-surface-2);color:var(--color-gold)}.cart-item__qty-val{font-size:.85rem;font-weight:600;min-width:1.4rem;text-align:center}.cart-item__line-price{font-size:.95rem;font-weight:700;color:var(--color-gold)}.cart-drawer__footer{padding:1.25rem 1.5rem;border-top:1px solid var(--color-border);display:flex;flex-direction:column;gap:.75rem}.cart-drawer__promo{display:flex;gap:.5rem}.cart-drawer__promo-input{flex:1;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:.55rem .8rem;color:var(--color-text);font-size:.82rem;font-family:var(--font-body);transition:border-color var(--transition)}.cart-drawer__promo-input:focus{outline:none;border-color:var(--color-gold-dim)}.cart-drawer__promo-input::placeholder{color:var(--color-text-faint)}.cart-drawer__promo-btn{background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:.55rem .9rem;color:var(--color-text-muted);font-size:.78rem;font-weight:600;font-family:var(--font-body);cursor:pointer;white-space:nowrap;transition:border-color var(--transition),color var(--transition);letter-spacing:.05em}.cart-drawer__promo-btn:hover{border-color:var(--color-gold-dim);color:var(--color-gold)}.cart-drawer__subtotal-row{display:flex;justify-content:space-between;align-items:center;font-weight:700;font-size:1rem}.cart-drawer__subtotal-price{color:var(--color-gold);font-size:1.1rem}.cart-drawer__tax-note{font-size:.7rem;color:var(--color-text-faint);text-align:center;margin-top:-.25rem}.cart-drawer__view-cart{text-align:center;font-size:.78rem;color:var(--color-text-muted);text-decoration:none;transition:color var(--transition)}.cart-drawer__view-cart:hover{color:var(--color-text)}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.shimmer{background:linear-gradient(90deg,var(--color-surface) 0%,var(--color-surface-2) 50%,var(--color-surface) 100%);background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}[data-animate]{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}[data-animate].visible{opacity:1;transform:translateY(0)}[data-animate][data-delay="1"]{transition-delay:.1s}[data-animate][data-delay="2"]{transition-delay:.2s}[data-animate][data-delay="3"]{transition-delay:.3s}[data-animate][data-delay="4"]{transition-delay:.4s}.trust-bar{background:var(--color-surface);border-bottom:1px solid var(--color-border);padding-block:.9rem;overflow:hidden}.trust-bar__inner{display:flex;align-items:center;justify-content:center;gap:2.5rem;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:.5rem;font-size:.78rem;font-weight:500;letter-spacing:.06em;color:var(--color-text-muted);white-space:nowrap}.trust-item__icon{font-size:1rem;flex-shrink:0}.trust-item strong{color:var(--color-text)}.sticky-atc{position:fixed;bottom:0;left:0;right:0;z-index:1500;background:#121212f7;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-top:1px solid var(--color-border);padding:.8rem 1.2rem;display:flex;align-items:center;gap:1rem;transform:translateY(100%);transition:transform .35s cubic-bezier(.34,1.56,.64,1);box-shadow:0 -8px 40px #0009}.sticky-atc.visible{transform:translateY(0)}.sticky-atc__info{flex:1;min-width:0}.sticky-atc__title{font-family:var(--font-display);font-size:1.1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-atc__price{font-size:.9rem;color:var(--color-gold-light);font-weight:600}.sticky-atc__shipping{font-size:.65rem;font-weight:600;color:#22c55e;letter-spacing:.04em;margin:0}.sticky-atc .btn{flex-shrink:0;padding:.85rem 1.5rem;font-size:1rem}@media(min-width:901px){.sticky-atc{display:none!important}}.mobile-gallery{position:relative;width:100%;overflow:hidden;border-radius:var(--radius-lg);background:var(--color-surface)}.mobile-gallery__track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none}.mobile-gallery__track::-webkit-scrollbar{display:none}.mobile-gallery__slide{flex:0 0 100%;scroll-snap-align:start;display:flex;align-items:center;justify-content:center;background:var(--color-surface)}.mobile-gallery__slide img{width:100%;height:auto;display:block;object-fit:contain}.mobile-gallery__dots{position:absolute;bottom:12px;left:50%;transform:translate(-50%);display:flex;gap:6px}.mobile-gallery__dot{width:6px;height:6px;border-radius:50%;background:#ffffff4d;transition:all .3s;cursor:pointer}.mobile-gallery__dot.active{width:20px;border-radius:3px;background:var(--color-gold-light)}.mobile-gallery__badge{position:absolute;top:12px;left:12px;background:var(--color-orange);color:#fff;font-family:var(--font-display);font-size:.85rem;letter-spacing:.08em;padding:.25rem .7rem;border-radius:var(--radius-sm);z-index:2}.mobile-gallery__share{position:absolute;top:12px;right:12px;width:36px;height:36px;border-radius:50%;background:#00000080;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;z-index:2}.product-funnel{padding-top:calc(var(--header-offset, 120px) + 1rem);padding-bottom:110px}.product-funnel__gallery-wrap{margin:0 auto 1.2rem}.product-funnel__gallery-wrap .mobile-gallery{width:100%}.product-funnel__header{margin-bottom:1rem}.product-funnel__title{font-size:clamp(1.8rem,7vw,2.6rem);text-transform:uppercase;line-height:1.05;margin-bottom:.4rem}.product-funnel__rating{display:flex;align-items:center;gap:.5rem;margin-bottom:.8rem}.product-funnel__stars{color:var(--color-gold);font-size:.9rem}.product-funnel__review-count{font-size:.78rem;color:var(--color-text-muted)}.product-funnel__price-row{display:flex;align-items:baseline;gap:.8rem;margin-bottom:.8rem}.product-funnel__price{font-family:var(--font-display);font-size:2.2rem;color:var(--color-gold-light);line-height:1}.product-funnel__compare{font-size:1rem;color:var(--color-text-faint);text-decoration:line-through}.product-funnel__saving{font-size:.78rem;font-weight:700;background:var(--color-orange-dim);color:var(--color-orange);padding:.2rem .55rem;border-radius:4px;border:1px solid rgba(232,93,4,.3)}.product-funnel__stock{display:flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:600;color:#6fcf97;margin-bottom:1.2rem}.product-funnel__stock-dot{width:8px;height:8px;border-radius:50%;background:#6fcf97;animation:blink 2s ease-in-out infinite}.product-funnel__gift-cta{background:linear-gradient(135deg,#1c1600,#140f00);border:1px solid rgba(200,150,12,.35);border-radius:var(--radius-lg);padding:1rem 1.2rem;margin-bottom:1.5rem;display:flex;align-items:flex-start;gap:.9rem}.product-funnel__gift-icon{font-size:1.8rem;flex-shrink:0;line-height:1}.product-funnel__gift-text strong{display:block;font-family:var(--font-display);font-size:1.1rem;color:var(--color-gold-light);letter-spacing:.05em;margin-bottom:.25rem}.product-funnel__gift-text span{font-size:.82rem;color:var(--color-text-muted);line-height:1.5}.product-funnel__cta{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.btn--primary-funnel{background:linear-gradient(135deg,var(--color-gold),var(--color-gold-light));color:#0d0d0d;font-family:var(--font-body);font-size:1rem;font-weight:800;letter-spacing:.03em;line-height:1;padding:1.1rem 1.5rem;border-radius:var(--radius-md);border:none;cursor:pointer;width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap;transition:all var(--transition);box-shadow:0 4px 24px #c8960c4d}.btn--primary-funnel:hover,.btn--primary-funnel:active{box-shadow:0 6px 32px #c8960c80;transform:translateY(-1px)}.btn--secondary-funnel{background:transparent;color:var(--color-text-muted);font-size:.85rem;border:1px solid var(--color-border);border-radius:var(--radius-md);padding:.8rem;cursor:pointer;width:100%;text-align:center;transition:all var(--transition);font-family:var(--font-body)}.btn--secondary-funnel:hover{border-color:var(--color-gold-dim);color:var(--color-text)}.product-funnel__micro-trust{display:flex;align-items:center;justify-content:center;gap:1.2rem;flex-wrap:wrap;padding-bottom:1.5rem;border-bottom:1px solid var(--color-border);margin-bottom:1.5rem}.micro-trust-item{display:flex;align-items:center;gap:.35rem;font-size:.72rem;color:var(--color-text-faint)}.micro-trust-item svg{color:var(--color-gold)}.funnel-legend{margin-top:1.8rem;padding:1.4rem 1.2rem;background:#ffffff08;border:1px solid rgba(200,150,12,.2);border-radius:var(--radius-md, 12px)}.funnel-legend__title{font-size:.85rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-gold);margin-bottom:1.2rem}.funnel-legend__items{display:flex;flex-direction:column;gap:1.1rem}.funnel-legend__item{display:flex;align-items:flex-start;gap:.9rem}.funnel-legend__icon{font-size:1.3rem;flex-shrink:0;margin-top:.05rem}.funnel-legend__text strong{display:block;font-size:.88rem;font-weight:700;color:#f0ece0;margin-bottom:.25rem;line-height:1.3}.funnel-legend__text p{font-size:.82rem;color:#c8c0aa;line-height:1.65;margin:0}.review-strip{margin-bottom:1.5rem}.review-strip__title{font-family:var(--font-display);font-size:1rem;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:.8rem}.review-card-sm{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:1rem;margin-bottom:.75rem}.review-card-sm__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.review-card-sm__stars{color:var(--color-gold);font-size:.8rem}.review-card-sm__name{font-size:.75rem;color:var(--color-text-faint)}.review-card-sm__text{font-size:.85rem;color:var(--color-text-muted);line-height:1.5;font-style:italic}.shipping-strip{display:flex;flex-direction:column;gap:.6rem;padding:1rem 1.2rem;background:var(--color-surface);border-radius:var(--radius-lg);border:1px solid var(--color-border);margin-bottom:1.5rem}.gb-desc{margin-top:2.5rem;border-top:1px solid rgba(200,150,12,.15);padding-top:2rem}.gb-desc__block{margin-bottom:2.2rem;padding-bottom:2.2rem;border-bottom:1px solid rgba(255,255,255,.05)}.gb-desc__block:last-child{border-bottom:none;margin-bottom:0}.gb-desc__block--highlight{background:#c8960c0f;border:1px solid rgba(200,150,12,.18);border-radius:12px;padding:1.4rem 1.3rem;margin-bottom:2.2rem}.gb-desc__block--highlight:last-child{margin-bottom:0}.gb-desc__icon{display:block;font-size:1.6rem;margin-bottom:.6rem}.gb-desc__title{font-family:var(--font-heading);font-size:clamp(1.2rem,4vw,1.6rem);color:var(--color-gold);margin:0 0 .9rem;letter-spacing:.02em}.gb-desc__subtitle{font-size:1rem;font-weight:700;color:#fff;margin:0 0 .8rem}.gb-desc__text{font-size:.88rem;color:var(--color-text-muted);line-height:1.75;margin:0 0 .8rem}.gb-desc__text:last-child{margin-bottom:0}.gb-desc__text strong{color:#fff;font-weight:700}.gb-desc__text em{color:var(--color-gold);font-style:italic}.gb-desc__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.9rem}.gb-desc__list li{font-size:.87rem;color:var(--color-text-muted);line-height:1.65;padding-left:1.1rem;position:relative}.gb-desc__list li:before{content:"\2192";position:absolute;left:0;color:var(--color-gold);font-size:.8rem}.gb-desc__list li strong{color:#fff}@media(max-width:900px){.template-product{padding-bottom:0}.hero{min-height:100svh;padding-top:var(--header-offset);align-items:flex-start}.hero__title{font-size:clamp(3rem,13vw,5rem)}.hero__subtitle{font-size:.95rem}.hero__cta{flex-direction:column;align-items:flex-start}.hero__cta .btn{width:100%;justify-content:center}.summer-banner__inner{grid-template-columns:1fr;gap:2rem;text-align:center;padding-block:2.5rem}.summer-stat{text-align:center}.legend__inner{grid-template-columns:1fr;gap:2rem}.legend__visual{order:-1}.bell-illustration{width:180px;height:180px}.rules__grid{grid-template-columns:1fr;gap:1rem}.rule-card{padding:1.8rem 1.4rem}.rule-card__number{font-size:3.5rem}.featured-product__inner{grid-template-columns:1fr;gap:2rem}.testimonials__grid{grid-template-columns:1fr;gap:1rem}.section-padding{padding-block:clamp(2.5rem,8vw,4rem)}.site-header{padding-block:.9rem}.trust-bar__inner{gap:1.5rem;justify-content:flex-start;overflow-x:auto;padding-inline:1rem;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap}.trust-bar__inner::-webkit-scrollbar{display:none}}@media(max-width:480px){.container{padding-inline:1rem}.hero__season-badge{font-size:.7rem;padding:.4rem .9rem}.section-label{font-size:.7rem}.btn{padding:.85rem 1.6rem;font-size:1.05rem}}.promo-popup{position:fixed;top:1rem;right:1rem;width:270px;background:#12110a;border:1.5px solid #c8960c;border-radius:14px;padding:1.3rem 1.4rem 1.1rem;z-index:9999;box-shadow:0 12px 40px #000000b3;transform:translate(130%);transition:transform .45s cubic-bezier(.34,1.56,.64,1);font-family:var(--font-body)}.promo-popup--visible{transform:translate(0)}.promo-popup__close{position:absolute;top:.7rem;right:.9rem;background:none;border:none;color:#c8960c;font-size:1rem;cursor:pointer;padding:0;line-height:1;opacity:.7}.promo-popup__close:hover{opacity:1}.promo-popup__badge{font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#c8960c;margin-bottom:.7rem}.promo-popup__text{font-size:.85rem;color:#e8e0c8;margin-bottom:.6rem;line-height:1.4}.promo-popup__code{font-size:1.5rem;font-weight:900;letter-spacing:.18em;color:#c8960c;background:#c8960c14;border:1.5px dashed #c8960c;border-radius:8px;text-align:center;padding:.45rem .5rem;margin-bottom:.75rem;cursor:pointer;transition:background .2s}.promo-popup__code:hover{background:#c8960c29}.promo-popup__copied{font-size:.65rem;text-align:center;color:#22c55e;margin-top:-.4rem;margin-bottom:.4rem;min-height:.9rem}.promo-popup__expire{font-size:.74rem;color:#e85d04;text-align:center;font-weight:600}#promo-countdown{font-weight:800;font-variant-numeric:tabular-nums}.variant-select-wrap{position:relative;width:100%;max-width:320px;margin-bottom:1.2rem}.variant-select{width:100%;padding:.75rem 3rem .75rem 1rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm);color:var(--color-text);font-size:.9rem;font-family:var(--font-body);appearance:none;-webkit-appearance:none;cursor:pointer;transition:border-color var(--transition);outline:none}.variant-select:hover,.variant-select:focus{border-color:var(--color-gold-dim)}.variant-select-btn{position:absolute;top:0;right:0;height:100%;width:2.8rem;background:#fff;border:1px solid var(--color-border);border-left:none;border-radius:0 var(--radius-sm) var(--radius-sm) 0;display:flex;align-items:center;justify-content:center;pointer-events:none;color:#1a1a1a}
/*# sourceMappingURL=/cdn/shop/t/45/assets/theme.css.map */
