.hero-section{position:relative;width:100%;height:100vh;min-height:600px;display:flex;align-items:center;justify-content:flex-start;overflow:hidden;background:linear-gradient(135deg,#f8f8f8,#fff);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;--hero-content-max-width: var(--page-width, 1200px);--hero-content-padding: 3rem;--hero-overlay-opacity-desktop: .4;--hero-overlay-opacity-tablet: .5;--hero-overlay-opacity-mobile: .65;--hero-image-blur-desktop: 0px;--hero-image-blur-tablet: 0px;--hero-image-blur-mobile: 0px;--hero-overlay-style-desktop: default;--hero-overlay-style-tablet: default;--hero-overlay-style-mobile: default;--hero-mobile-title-scale: .8;--hero-mobile-text-scale: .9}@supports (width: var(--page-width)){.hero-section{--hero-content-max-width: var(--page-width, 1200px)}}.hero-image-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-image-fallback{position:absolute;top:0;left:0;width:100%;height:100%}.hero-fallback-img{width:100%;height:100%;object-fit:cover;object-position:center right;filter:brightness(1.1) contrast(1.05) blur(var(--hero-image-blur-desktop));transition:filter .3s ease}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,rgba(0,0,0,var(--hero-overlay-opacity-desktop)),rgba(0,0,0,calc(var(--hero-overlay-opacity-desktop) * .6)),rgba(0,0,0,calc(var(--hero-overlay-opacity-desktop) * .2)));z-index:2;transition:opacity .3s ease}.hero-content{position:relative;z-index:3;width:100%;max-width:var(--hero-content-max-width);padding:0 var(--hero-content-padding);margin:0 auto;display:flex;align-items:center;min-height:100vh}.hero-inner{max-width:600px;text-align:left;padding:40px 0}.hero-subtitle{font-size:1.1rem;font-weight:600;margin:0 0 1.5rem;text-transform:uppercase;letter-spacing:4px;color:#c5a052;position:relative;padding-left:60px}.hero-subtitle:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:40px;height:2px;background:linear-gradient(90deg,#c5a052,#e3b94a)}.hero-title{font-size:4.5rem;font-weight:900;line-height:1.1;margin:0 0 2rem;color:#1a1a1a;text-shadow:0 2px 4px rgba(0,0,0,.1);letter-spacing:-2px}.hero-title span{background:linear-gradient(135deg,#c5a052,#e3b94a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-text{font-size:1.3rem;line-height:1.7;margin:0 0 3rem;color:#333;max-width:500px;font-weight:400}.hero-text p{margin:0 0 1.2rem}.hero-text p:last-child{margin-bottom:0;font-size:1.1rem;font-style:italic;color:#666}.hero-button-container{margin-top:3rem;display:flex;gap:1.5rem;align-items:flex-start;flex-wrap:wrap}.hero-button{display:inline-block;padding:18px 40px;font-size:1rem;font-weight:700;text-decoration:none;text-transform:uppercase;letter-spacing:1.5px;border:2px solid transparent;border-radius:4px;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;min-width:200px;text-align:center;position:relative;overflow:hidden}.hero-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s}.hero-button:hover:before{left:100%}.btn-primary{background:linear-gradient(135deg,#c5a052,#e3b94a);color:#1a1a1a;border-color:#c5a052;box-shadow:0 8px 25px #c5a0524d}.btn-primary:hover{background:linear-gradient(135deg,#e3b94a,#f5c55b);color:#1a1a1a;transform:translateY(-2px);box-shadow:0 12px 35px #c5a05266;border-color:#e3b94a}.btn-secondary{background:transparent;color:#1a1a1a;border-color:#1a1a1a;box-shadow:none}.btn-secondary:hover{background:#1a1a1a;color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px #1a1a1a33}.hero-section.height-small{min-height:400px;height:60vh}.hero-section.height-medium{min-height:600px;height:80vh}.hero-section.height-large{min-height:800px;height:100vh}.hero-section.text-center .hero-content{justify-content:center}.hero-section.text-center .hero-inner{text-align:center;max-width:800px}.hero-section.text-center .hero-subtitle{padding-left:0}.hero-section.text-center .hero-subtitle:before{display:none}.hero-section.text-right .hero-content{justify-content:flex-end}.hero-section.text-right .hero-inner{text-align:right}.hero-section.text-right .hero-subtitle{padding-left:0;padding-right:60px}.hero-section.text-right .hero-subtitle:before{left:auto;right:0}.hero-section.overlay-light .hero-overlay{background:linear-gradient(90deg,#fff9,#ffffff4d,#ffffff1a)}.hero-section.overlay-dark .hero-overlay{background:linear-gradient(90deg,#000c,#00000080,#0003)}.hero-section.overlay-gradient .hero-overlay{background:linear-gradient(90deg,#c5a052cc,#e3b94a66,#f5c55b1a)}.hero-section.overlay-none .hero-overlay{display:none}@media (min-width: 1400px){.hero-section{--hero-content-padding: 4rem}}@media (min-width: 1200px) and (max-width: 1399px){.hero-section{--hero-content-padding: 3.5rem}}@media (min-width: 1024px) and (max-width: 1199px){.hero-section{--hero-content-padding: 3rem}.hero-title{font-size:3.5rem}}@media (min-width: 768px) and (max-width: 1023px){.hero-section{--hero-content-padding: 2.5rem}.hero-title{font-size:clamp(2.8rem,6vw,3.5rem);letter-spacing:-1px}.hero-text{font-size:clamp(1.1rem,3vw,1.25rem);line-height:1.6}.hero-button{padding:16px 36px;font-size:.95rem;min-width:180px}.hero-overlay{background:linear-gradient(90deg,rgba(0,0,0,var(--hero-overlay-opacity-tablet)),rgba(0,0,0,calc(var(--hero-overlay-opacity-tablet) * .6)),rgba(0,0,0,calc(var(--hero-overlay-opacity-tablet) * .3)))}.hero-fallback-img{filter:brightness(1.08) contrast(1.03) blur(var(--hero-image-blur-tablet))}}@media (max-width: 767px){.hero-section{min-height:500px;height:80vh;--hero-content-padding: 1.5rem;align-items:flex-end;padding-bottom:10vh}.hero-content{justify-content:center;min-height:auto;align-items:flex-end;padding-bottom:2rem}.hero-inner{text-align:center;max-width:100%;padding:20px 0}.hero-subtitle{padding-left:0;font-size:.9rem;letter-spacing:1.5px;margin-bottom:1rem}.hero-subtitle:before{display:none}.hero-title{font-size:calc(clamp(2rem,8vw,2.8rem) * var(--hero-mobile-title-scale));letter-spacing:-1px;margin-bottom:1.5rem;line-height:1.2}.hero-text{font-size:calc(clamp(1rem,4vw,1.1rem) * var(--hero-mobile-text-scale));max-width:100%;margin-bottom:2rem;line-height:1.5}.hero-text p{margin-bottom:.8rem}.hero-button{padding:14px 30px;font-size:.9rem;min-width:160px;letter-spacing:.5px}.hero-button-container{gap:1rem;margin-top:2rem}.hero-overlay{background:linear-gradient(180deg,rgba(0,0,0,calc(var(--hero-overlay-opacity-mobile) * .3)),rgba(0,0,0,calc(var(--hero-overlay-opacity-mobile) * .7)) 70%,rgba(0,0,0,var(--hero-overlay-opacity-mobile)))}.hero-fallback-img{filter:brightness(1.05) contrast(1.02) blur(var(--hero-image-blur-mobile));object-position:center center}}@media (max-width: 480px){.hero-section{--hero-content-padding: 1rem;min-height:450px;max-height:100vh;height:100vh;padding-bottom:5vh}.hero-content{padding-bottom:1rem}.hero-inner{padding:15px 0}.hero-subtitle{font-size:.8rem;letter-spacing:1px;margin-bottom:.8rem}.hero-title{font-size:calc(clamp(1.8rem,10vw,2.4rem) * var(--hero-mobile-title-scale));margin-bottom:1.2rem;line-height:1.15}.hero-text{font-size:calc(clamp(.95rem,4.5vw,1.05rem) * var(--hero-mobile-text-scale));margin-bottom:1.8rem;line-height:1.4}.hero-text p{margin-bottom:.6rem}.hero-button{padding:12px 24px;min-width:140px;font-size:.85rem;letter-spacing:.3px}.hero-button-container{flex-direction:column;align-items:center;gap:.8rem;margin-top:1.5rem}.hero-button{width:100%;max-width:280px;margin:0 auto}.hero-overlay{background:linear-gradient(180deg,rgba(0,0,0,calc(var(--hero-overlay-opacity-mobile) * .2)),rgba(0,0,0,calc(var(--hero-overlay-opacity-mobile) * .6)) 60%,rgba(0,0,0,calc(var(--hero-overlay-opacity-mobile) + .1)))}}@media (max-width: 380px),(max-height: 600px){.hero-section{min-height:400px;height:95vh;padding-bottom:2vh}.hero-content{padding-bottom:.5rem}.hero-inner{padding:10px 0}.hero-title{margin-bottom:1rem}.hero-text{margin-bottom:1.5rem}.hero-button-container{margin-top:1rem}.hero-button{padding:10px 20px;font-size:.8rem;min-width:120px}}@media (prefers-contrast: high){.hero-overlay{background:linear-gradient(90deg,#000000e6,#0009,#0000004d)}.hero-title,.hero-text{color:#000}}@media (prefers-reduced-motion: reduce){.hero-inner>*{opacity:1!important;transform:none!important}.hero-button:hover{transform:none}.hero-button:before{display:none}}@media print{.hero-section{height:auto;min-height:auto;page-break-inside:avoid}.hero-image-container,.hero-overlay{display:none}.hero-inner>*{animation:none;opacity:1;transform:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/christshop-hero-section.css.map */
