.hero-premium{--hero-bg: #F6F1E8;--hero-text: #16130F;--hero-gold: #C6A15B;--hero-ink: #15120D;--hero-ink-2: #1D1811;--hero-paper: #F7F1E7;--hero-paper-dim: rgba(247, 241, 231, .68);--hero-paper-faint: rgba(247, 241, 231, .4);--hero-line-dark: rgba(247, 241, 231, .16);--hero-gold-bright: #DEC17E;--hero-placeholder-bg: #E7DCC8;--hero-font-serif: "Cormorant Garamond", "Georgia", serif;--hero-font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--hero-transition: .4s cubic-bezier(.16, 1, .3, 1);--hero-transition-fast: .2s ease}.hero-premium,.hero-premium *,.hero-premium *:before,.hero-premium *:after{box-sizing:border-box}.hero-premium{position:relative;width:100%;min-height:92vh;min-height:92dvh;background:var(--hero-bg);overflow:hidden;isolation:isolate}.hero-premium-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}.hero-premium-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--hero-bg)}.hero-premium-texture{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.5;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.025'/%3E%3C/svg%3E")}.hero-premium-glow{display:none}.hero-premium-container{position:relative;z-index:1;width:100%;display:grid;grid-template-columns:minmax(0,.86fr) minmax(0,1fr);align-items:stretch;min-height:92vh;min-height:92dvh}.hero-premium-content{position:relative;display:flex;flex-direction:column;justify-content:center;min-width:0;background:var(--hero-ink);background-image:linear-gradient(155deg,var(--hero-ink-2) 0%,var(--hero-ink) 55%);color:var(--hero-paper);padding:4rem clamp(1.75rem,4vw,4rem) 3.5rem clamp(1.5rem,6vw,5.5rem);animation:heroFadeUp .8s cubic-bezier(.16,1,.3,1) .1s forwards;opacity:0}.hero-premium-badge{display:flex;align-items:center;gap:.9rem;margin-bottom:2.25rem}.badge-line{width:28px;height:1px;background:var(--hero-gold);opacity:.8;transition:width var(--hero-transition)}.hero-premium-badge:hover .badge-line{width:44px}.badge-text{font-family:var(--hero-font-sans);font-size:.75rem;font-weight:600;letter-spacing:4px;text-transform:uppercase;color:var(--hero-gold-bright);white-space:nowrap}.hero-premium-title{font-family:var(--hero-font-serif);font-weight:300;font-size:clamp(2.9rem,4.6vw,4.6rem);line-height:1.06;letter-spacing:-.01em;color:var(--hero-paper);margin:0 0 1.5rem}.title-line{display:block}.title-line.italic{font-style:italic;color:var(--hero-gold-bright)}.hero-premium-subtitle{font-family:var(--hero-font-sans);font-weight:400;font-size:clamp(1rem,1.05vw,1.15rem);line-height:1.7;color:var(--hero-paper-dim);max-width:420px;margin:0 0 2.5rem}.hero-premium-actions{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:3rem}.hero-premium-btn{display:inline-flex;align-items:center;justify-content:center;gap:.7rem;font-family:var(--hero-font-sans);font-weight:600;font-size:.95rem;letter-spacing:.2px;text-decoration:none;cursor:pointer;border-radius:100px;padding:1rem 2.1rem;transition:all var(--hero-transition-fast);white-space:nowrap}.hero-premium-btn.primary{background:var(--hero-gold);color:var(--hero-ink);border:1px solid var(--hero-gold);box-shadow:0 10px 24px #c6a15b47}.hero-premium-btn.primary:hover{background:var(--hero-gold-bright);border-color:var(--hero-gold-bright);box-shadow:0 14px 32px #c6a15b61;transform:translateY(-2px)}.hero-premium-btn.primary:active{transform:translateY(0);box-shadow:0 6px 16px #c6a15b47}.hero-premium-btn.secondary{background:#f7f1e714;color:var(--hero-paper);border:1px solid rgba(247,241,231,.38)}.hero-premium-btn.secondary:hover{border-color:var(--hero-paper);background:#f7f1e729;transform:translateY(-2px)}.hero-premium-btn.secondary:active{transform:translateY(0);background:#f7f1e71a}.btn-arrow{font-size:1.05rem;transition:transform var(--hero-transition-fast)}.hero-premium-btn:hover .btn-arrow{transform:translate(4px)}.hero-premium-btn:focus-visible{outline:2px solid var(--hero-gold-bright);outline-offset:3px}.hero-premium-stats{display:flex;align-items:center;gap:2rem;padding-top:1.6rem;margin-bottom:2.25rem;border-top:1px solid var(--hero-line-dark);width:fit-content;max-width:100%}.stat-item{display:flex;flex-direction:column;gap:.2rem}.stat-number{font-family:var(--hero-font-serif);font-size:1.5rem;font-weight:500;color:var(--hero-paper);line-height:1}.stat-label{font-family:var(--hero-font-sans);font-size:.7rem;font-weight:500;color:var(--hero-paper-faint);letter-spacing:.6px;text-transform:uppercase}.stat-divider{width:1px;height:26px;background:var(--hero-line-dark);flex-shrink:0}.hero-premium-trust{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem 1.1rem;font-family:var(--hero-font-sans);font-size:.85rem;color:var(--hero-paper-dim)}.trust-item{display:flex;align-items:center}.trust-icon{display:none}.trust-divider{color:var(--hero-paper-faint)}.hero-premium-media{position:relative;display:flex;flex-direction:column;min-width:0;min-height:0;animation:heroFadeUp .8s cubic-bezier(.16,1,.3,1) .25s forwards;opacity:0}.hero-premium-image-wrapper{position:relative;flex:1 1 auto;min-height:0;overflow:hidden;background:var(--hero-placeholder-bg)}.hero-premium-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 1s cubic-bezier(.16,1,.3,1)}.hero-premium-image-wrapper:hover .hero-premium-img{transform:scale(1.02)}.hero-premium-placeholder{width:100%;height:100%;min-height:320px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--hero-placeholder-bg);color:#8a7f68;font-family:var(--hero-font-sans);text-align:center;padding:2rem;font-size:1rem}.placeholder-hint{font-size:.85rem;opacity:.7;margin-top:.5rem}.hero-premium-glow-spot{display:none}.hero-premium-categories-bar{position:relative;z-index:2;background:var(--hero-paper);border-top:1px solid rgba(0,0,0,.04);border-bottom:1px solid rgba(0,0,0,.04);padding:1.2rem 0}.hero-premium-categories-container{max-width:1440px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.8rem 1.5rem;padding:0 2rem}.category-button{display:inline-flex;align-items:center;gap:.6rem;padding:.8rem 1.6rem;background:transparent;border:2px solid rgba(0,0,0,.06);border-radius:60px;text-decoration:none;color:var(--hero-ink);font-family:var(--hero-font-sans);font-size:1rem;font-weight:600;transition:all .25s ease;box-shadow:0 2px 8px #00000005;opacity:0;transform:translateY(8px);animation:heroCategoryFadeIn .5s ease var(--category-delay, 0s) forwards}.category-button:hover{background:var(--hero-gold);border-color:var(--hero-gold);color:var(--hero-ink);transform:translateY(-3px);box-shadow:0 8px 24px #c6a15b40}.category-button:active{transform:scale(.96)}.category-icon{font-size:1.2rem;line-height:1}.category-label{font-weight:600}@keyframes heroCategoryFadeIn{to{opacity:1;transform:translateY(0)}}.hero-premium-scroll{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.4rem;opacity:0;animation:heroFadeUp .8s ease 1s forwards;z-index:2;pointer-events:none}.scroll-text{font-family:var(--hero-font-sans);font-size:.65rem;font-weight:500;letter-spacing:2.5px;text-transform:uppercase;color:var(--hero-text);opacity:.4}.scroll-line{width:1px;height:26px;background:linear-gradient(to bottom,var(--hero-gold),transparent);animation:heroBounce 2s ease-in-out infinite}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes heroBounce{0%,to{transform:translateY(0)}50%{transform:translateY(6px)}}@media(max-width:1200px){.hero-premium-title{font-size:clamp(2.6rem,4.4vw,3.8rem)}}@media(max-width:1024px){.hero-premium-container{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.hero-premium-stats{gap:1.4rem}}@media(max-width:860px){.hero-premium,.hero-premium-container{min-height:auto}.hero-premium-container{grid-template-columns:1fr}.hero-premium-media{order:1}.hero-premium-image-wrapper{aspect-ratio:4 / 3;flex:none}.hero-premium-content{order:2;padding:3rem clamp(1.25rem,6vw,2.5rem) 3rem}.hero-premium-scroll{display:none}}@media(max-width:560px){.hero-premium-title{font-size:2.4rem}.hero-premium-subtitle{max-width:100%;font-size:1rem}.hero-premium-actions{flex-direction:column;align-items:stretch;width:100%}.hero-premium-btn{width:100%}.hero-premium-stats{width:100%;justify-content:space-between;gap:1rem}.hero-premium-image-wrapper{aspect-ratio:1 / 1}}@media(max-width:768px){.hero-premium-categories-container{gap:.6rem;padding:0 1rem;justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;scrollbar-width:none}.hero-premium-categories-container::-webkit-scrollbar{display:none}.category-button{padding:.6rem 1.2rem;font-size:.85rem;flex-shrink:0}.category-icon{font-size:1rem}}@media(max-width:480px){.category-button{padding:.5rem 1rem;font-size:.75rem;gap:.4rem}.category-icon{font-size:.9rem}}@media(prefers-reduced-motion:reduce){.hero-premium-content,.hero-premium-media,.hero-premium-scroll,.category-button,.hero-premium-img{animation-duration:.01ms!important;animation-iteration-count:1!important}.hero-premium-btn,.btn-arrow,.category-button{transition-duration:.01ms!important}.hero-premium-image-wrapper:hover .hero-premium-img{transform:none!important}.scroll-line{animation-duration:.01ms!important}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/hero-premium.css.map */
