:root{--hero-navy-deep: #2d3878;--hero-navy-light: #2A4A6F;--hero-gold-rich: #C9A84C;--hero-gold-light: #D4B85A;--hero-gold-pale: #E8D9A0;--hero-ivory-warm: #FAF8F3;--hero-cream-soft: #F5F0E6;--hero-charcoal: #2D2D2D;--hero-charcoal-light: #4A4A4A;--hero-font-display: "Cormorant Garamond", Georgia, serif;--hero-font-body: "Plus Jakarta Sans", sans-serif}.hero{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;background:var(--hero-ivory-warm);padding:40px 0}.hero-bg-pattern{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.02;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 0L60 30L30 60L0 30z' fill='%231B3A5F' fill-opacity='1'/%3E%3C/svg%3E");background-size:30px 30px}.hero-tree-hanging{position:absolute;top:0;left:0;width:auto;max-width:350px;pointer-events:none;z-index:3;opacity:.4}.hero-tree-hanging img{width:100%;height:auto}.hero-tree-decor{position:absolute;bottom:15%;left:0;width:auto;height:70%;max-height:500px;opacity:.4;pointer-events:none;z-index:0}.hero-tree-decor img{height:100%;width:auto}.hero-container{max-width:1600px;margin:0 auto;padding:0 40px;display:grid;grid-template-columns:1fr 1.4fr;gap:60px;align-items:center;width:100%;position:relative;z-index:2}.hero-content{position:relative;z-index:2}.hero-label{display:inline-flex;align-items:center;gap:12px;margin-bottom:25px}.hero-label-line{width:45px;height:1px;background:var(--hero-gold-rich)}.hero-label-text{font-size:.72rem;text-transform:uppercase;letter-spacing:.25em;color:var(--hero-gold-rich);font-weight:500}.hero-title{font-family:var(--hero-font-display);font-size:clamp(2.4rem,4vw,3.6rem);font-weight:400;color:var(--hero-navy-deep);line-height:1.15;margin-bottom:22px}.hero-title .line{display:block;overflow:hidden}.hero-title .line-inner{display:block}.hero-title em{font-style:italic;color:var(--hero-gold-rich)}.hero-description{font-size:1rem;line-height:1.8;color:var(--hero-charcoal-light);max-width:420px;margin-bottom:30px}.hero-cta-group{display:flex;align-items:center;gap:15px}.btn{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;font-family:var(--hero-font-body);font-size:.78rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;text-decoration:none;border:none;cursor:pointer;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.btn-primary{background:var(--hero-navy-deep);color:var(--hero-ivory-warm)}.btn-primary:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--hero-gold-rich);transform:translate(-101%);transition:transform .4s cubic-bezier(.16,1,.3,1)}.btn-primary:hover:before{transform:translate(0)}.btn-primary span,.btn-primary svg{position:relative;z-index:1}.btn-primary:hover{color:var(--hero-navy-deep)}.btn-secondary{background:transparent;color:var(--hero-navy-deep);border:1px solid var(--hero-navy-deep)}.btn-secondary:hover{background:var(--hero-navy-deep);color:var(--hero-ivory-warm)}.btn svg{width:14px;height:14px;transition:transform .3s}.btn:hover svg{transform:translate(4px)}.hero-visual{position:relative;height:82vh;min-height:550px;max-height:700px}.hero-image-grid{position:relative;width:100%;height:100%;display:grid;grid-template-columns:1.2fr 1fr;grid-template-rows:1fr 1fr;gap:18px}.hero-slideshow-card{position:relative;border-radius:12px;overflow:hidden;background:var(--hero-cream-soft)}.hero-slideshow-card--large{grid-row:span 2;border-radius:180px 180px 20px 20px}.hero-slideshow-card--large:after{content:"";position:absolute;top:8px;right:8px;bottom:8px;left:8px;border:1px solid var(--hero-gold-rich);border-radius:175px 175px 15px 15px;opacity:.25;pointer-events:none;z-index:5}.hero-slideshow-card--top{border-radius:12px 80px 12px 12px}.hero-slideshow-card--bottom{border-radius:12px 12px 80px}.slideshow-link{display:block;width:100%;height:100%;text-decoration:none}.slideshow-slides{position:relative;width:100%;height:100%}.slideshow-slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity 1.2s ease}.slideshow-slide.active{opacity:1}.slideshow-slide img{width:100%;height:100%;object-fit:cover;object-position:top center;transform:scale(1.05);transition:transform 6s ease-out}.slideshow-slide.active img{transform:scale(1)}.slideshow-slide .placeholder-svg{width:100%;height:100%;background:var(--hero-cream-soft)}.slideshow-slide--video{background:var(--hero-charcoal)}.slideshow-slide--video .hero-video,.slideshow-slide--video video{width:100%;height:100%;object-fit:cover;object-position:center}.slideshow-slide--video .hero-video-iframe{position:absolute;top:50%;left:50%;width:150%;height:150%;transform:translate(-50%,-50%);border:none;pointer-events:none}.hero-slideshow-card--large .hero-video-iframe,.hero-slideshow-card--top .hero-video-iframe,.hero-slideshow-card--bottom .hero-video-iframe{min-width:100%;min-height:100%}.slideshow-category{position:absolute;bottom:20px;left:20px;background:var(--hero-ivory-warm);padding:12px 18px;border-radius:8px;z-index:10;opacity:0;transform:translateY(10px);transition:all .4s ease}.hero-slideshow-card:hover .slideshow-category{opacity:1;transform:translateY(0)}.slideshow-category-name{font-family:var(--hero-font-display);font-size:1rem;color:var(--hero-navy-deep);font-weight:500}.slideshow-category-tag{font-size:.65rem;color:var(--hero-gold-rich);text-transform:uppercase;letter-spacing:.1em;margin-top:2px}.hero-float-badge{position:absolute;top:50%;left:-50px;transform:translateY(-50%);background:var(--hero-ivory-warm);padding:18px 22px;border-radius:12px;box-shadow:0 12px 35px #1b3a5f1f;display:flex;align-items:center;gap:12px;z-index:10}.hero-float-badge-icon{width:42px;height:42px;background:var(--hero-gold-pale);border-radius:50%;display:flex;align-items:center;justify-content:center}.hero-float-badge-icon svg{width:20px;height:20px;color:var(--hero-navy-deep)}.hero-float-badge-text{font-family:var(--hero-font-display);font-size:.9rem;color:var(--hero-navy-deep);font-weight:500}.hero-float-badge-text span{display:block;font-family:var(--hero-font-body);font-size:.65rem;color:var(--hero-charcoal-light);margin-top:2px}.hero-float-tag{position:absolute;background:var(--hero-navy-deep);color:var(--hero-gold-rich);padding:8px 16px;font-size:.65rem;text-transform:uppercase;letter-spacing:.12em;border-radius:20px;z-index:10}.hero-float-tag--top{top:-12px;right:28%}.hero-float-tag--bottom{bottom:25px;left:-15px}.scroll-indicator{position:absolute;bottom:25px;left:40px;display:flex;flex-direction:column;align-items:center;gap:8px;z-index:10}.scroll-indicator-text{font-size:.6rem;text-transform:uppercase;letter-spacing:.2em;color:var(--hero-charcoal-light);writing-mode:vertical-rl}.scroll-indicator-line{width:1px;height:45px;background:linear-gradient(to bottom,var(--hero-gold-rich),transparent);position:relative;overflow:hidden}.scroll-indicator-line:after{content:"";position:absolute;top:0;left:0;width:100%;height:12px;background:var(--hero-gold-rich);animation:scrollDown 1.5s ease-in-out infinite}@keyframes scrollDown{0%{top:-12px;opacity:0}30%{opacity:1}to{top:45px;opacity:0}}.hero-mobile-carousel{display:none;position:relative;width:100%;overflow:hidden}.hero-carousel-track{display:flex;transition:transform .4s ease}.hero-carousel-slide{min-width:85%;margin-right:15px;border-radius:20px;overflow:hidden;position:relative;height:55vh;min-height:350px;background:var(--hero-cream-soft)}.hero-carousel-slide:first-child{margin-left:20px}.hero-carousel-slide a{display:block;width:100%;height:100%;text-decoration:none}.hero-carousel-slide img{width:100%;height:100%;object-fit:cover;object-position:top center}.hero-carousel-label{position:absolute;bottom:0;left:0;right:0;padding:25px 20px;background:linear-gradient(to top,rgba(27,58,95,.9) 0%,transparent 100%)}.hero-carousel-label-category{font-family:var(--hero-font-display);font-size:1.4rem;color:var(--hero-ivory-warm);margin-bottom:5px}.hero-carousel-label-tag{font-size:.7rem;color:var(--hero-gold-rich);text-transform:uppercase;letter-spacing:.1em}.hero-carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:20px}.hero-carousel-dot{width:8px;height:8px;border-radius:50%;background:var(--hero-gold-pale);cursor:pointer;transition:all .3s}.hero-carousel-dot.active{width:25px;border-radius:10px;background:var(--hero-gold-rich)}@media(max-width:1200px){.hero-container{grid-template-columns:1fr 1.2fr;gap:40px}.hero-float-badge{left:-30px}}@media(max-width:1024px){.hero-container{grid-template-columns:1fr;gap:35px;padding:0 25px}.hero-content{order:2;text-align:center}.hero-label{justify-content:center}.hero-description{margin:0 auto 30px}.hero-cta-group{justify-content:center}.hero-visual{order:1;height:auto;min-height:auto;max-height:none}.hero-image-grid{grid-template-columns:1fr;grid-template-rows:auto;gap:15px;height:auto}.hero-slideshow-card--large{grid-row:span 1;height:45vh;min-height:300px;border-radius:100px 100px 20px 20px}.hero-slideshow-card--large:after{border-radius:95px 95px 15px 15px}.hero-slideshow-cards-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}.hero-slideshow-card--top,.hero-slideshow-card--bottom{height:25vh;min-height:180px}.hero-float-badge,.hero-float-tag,.scroll-indicator{display:none}.hero-tree-decor{opacity:.3;height:45%;bottom:20%}.hero-tree-hanging{max-width:250px;opacity:.3}}@media(max-width:768px){.hero{min-height:auto;padding:25px 0 40px}.hero-container{padding:0 15px}.hero-image-grid{display:none}.hero-mobile-carousel{display:block}.hero-title{font-size:2rem}.hero-description{font-size:.95rem}.hero-cta-group{flex-direction:column;width:100%}.btn{width:100%;justify-content:center}.hero-tree-decor{height:35%;opacity:.25;bottom:25%}.hero-tree-hanging{display:none}}@media(max-width:480px){.hero-carousel-slide{min-width:90%;height:50vh;min-height:300px}.hero-title{font-size:1.8rem}.btn{padding:14px 25px;font-size:.75rem}}
/*# sourceMappingURL=/cdn/shop/t/38/assets/hero-slideshow.css.map */
