:root{--gcl-bg-primary: #000000;--gcl-bg-secondary: #070707;--gcl-bg-tertiary: #0E0E0E;--gcl-bg-card: rgba(255, 255, 255, .015);--gcl-bg-card-hover: rgba(255, 255, 255, .03);--gcl-text-primary: #FFFFFF;--gcl-text-secondary: rgba(255, 255, 255, .55);--gcl-text-tertiary: rgba(255, 255, 255, .35);--gcl-text-muted: rgba(255, 255, 255, .2);--gcl-gold: #D4A843;--gcl-gold-hover: #E2BC5A;--gcl-gold-deep: #C8922A;--gcl-gold-bright: #F5D778;--gcl-gold-muted: rgba(212, 168, 67, .12);--gcl-gold-gradient: linear-gradient(135deg, #C8922A 0%, #D4A843 30%, #E8C65A 60%, #F5D778 100%);--gcl-gold-gradient-reverse: linear-gradient(135deg, #F5D778 0%, #E8C65A 40%, #D4A843 70%, #C8922A 100%);--gcl-gold-text-gradient: linear-gradient(135deg, #D4A843, #F5D778, #D4A843);--gcl-gold-glow: 0 0 20px rgba(212, 168, 67, .15);--gcl-gold-glow-strong: 0 0 30px rgba(212, 168, 67, .25);--gcl-border: rgba(212, 168, 67, .12);--gcl-border-hover: rgba(212, 168, 67, .2);--gcl-border-active: rgba(212, 168, 67, .3);--gcl-border-strong: rgba(212, 168, 67, .4);--gcl-border-glow: 0 0 8px rgba(212, 168, 67, .08);--gcl-success: #4ADE80;--gcl-error: #EF4444;--gcl-overlay: rgba(0, 0, 0, .6);--gcl-font-display: "Playfair Display", Georgia, "Times New Roman", serif;--gcl-font-body: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--gcl-text-hero: clamp(2.75rem, 5.5vw, 4rem);--gcl-text-h1: clamp(2.25rem, 4.5vw, 3rem);--gcl-text-h2: clamp(1.75rem, 3.5vw, 2.125rem);--gcl-text-h3: 1.5rem;--gcl-text-body: 1.0625rem;--gcl-text-small: .9375rem;--gcl-text-caption: .8125rem;--gcl-line-height-tight: 1.15;--gcl-line-height-normal: 1.5;--gcl-line-height-relaxed: 1.7;--gcl-letter-spacing-tight: -.02em;--gcl-letter-spacing-normal: 0;--gcl-letter-spacing-wide: .05em;--gcl-letter-spacing-caps: .15em;--gcl-section-py: clamp(4rem, 8vw, 6rem);--gcl-section-py-sm: clamp(3rem, 6vw, 4rem);--gcl-content-max: 1200px;--gcl-reading-max: 640px;--gcl-gutter: clamp(1.25rem, 3vw, 2rem);--gcl-radius: 0px;--gcl-border-width: .5px;--gcl-transition-fast: .15s ease;--gcl-transition-normal: .25s ease;--gcl-transition-slow: .4s ease}*,*:before,*:after{box-sizing:border-box}html{background-color:var(--gcl-bg-primary);color:var(--gcl-text-primary);font-family:var(--gcl-font-body);scroll-behavior:smooth}body{margin:0;padding:0}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{-webkit-appearance:none;appearance:none;border:none;background:none;cursor:pointer;font:inherit}::selection{background:var(--gcl-gold-muted);color:var(--gcl-text-primary)}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}h1,h2,h3{font-family:var(--gcl-font-display);margin:0}h1{font-size:var(--gcl-text-h1);line-height:var(--gcl-line-height-tight);font-weight:400;letter-spacing:var(--gcl-letter-spacing-tight)}h2{font-size:var(--gcl-text-h2);line-height:var(--gcl-line-height-tight);font-weight:400}h3{font-size:var(--gcl-text-h3);line-height:var(--gcl-line-height-normal);font-weight:400}p{font-size:var(--gcl-text-body);line-height:var(--gcl-line-height-relaxed);margin:0}.gcl-label{font-family:var(--gcl-font-body);font-size:var(--gcl-text-caption);letter-spacing:var(--gcl-letter-spacing-caps);text-transform:uppercase;color:var(--gcl-gold);background:var(--gcl-gold-text-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.gcl-gold-text{color:var(--gcl-gold);background:var(--gcl-gold-text-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.gcl-body-secondary{color:var(--gcl-text-secondary);font-size:var(--gcl-text-body);line-height:var(--gcl-line-height-relaxed)}.gcl-container{max-width:var(--gcl-content-max);margin:0 auto;padding-left:var(--gcl-gutter);padding-right:var(--gcl-gutter)}.gcl-section{padding-top:var(--gcl-section-py);padding-bottom:var(--gcl-section-py)}.gcl-section--sm{padding-top:var(--gcl-section-py-sm);padding-bottom:var(--gcl-section-py-sm)}.gcl-hero{position:relative;display:flex;align-items:center;overflow:hidden;background:var(--gcl-bg-primary)}.gcl-hero--fullscreen{min-height:100svh;min-height:100vh}.gcl-hero--custom{min-height:var(--hero-h, 600px)}.gcl-hero--padding .gcl-hero__content{padding-top:var(--hero-pt, 120px);padding-bottom:var(--hero-pb, 120px)}.gcl-hero--center{justify-content:center}.gcl-hero--left{justify-content:flex-start}.gcl-hero--right{justify-content:flex-end}.gcl-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.gcl-hero__bg img{width:100%;height:100%;object-fit:cover}.gcl-hero__content{position:relative;z-index:3;padding:0 var(--gcl-gutter);width:100%;display:flex;flex-direction:column;max-width:var(--gcl-content-max);margin:0 auto}.gcl-hero__content--center{text-align:center;align-items:center}.gcl-hero__content--left{text-align:left;align-items:flex-start}.gcl-hero__content--right{text-align:right;align-items:flex-end}.gcl-hero__label{font-family:var(--gcl-font-body);font-size:13px;letter-spacing:var(--gcl-letter-spacing-caps);text-transform:uppercase;color:var(--gcl-gold);margin-bottom:16px}.gcl-hero__heading{font-family:var(--gcl-font-display);font-size:var(--gcl-text-hero);font-weight:400;color:var(--gcl-text-primary);letter-spacing:var(--gcl-letter-spacing-tight);line-height:var(--gcl-line-height-tight);margin:0 0 20px}.gcl-hero__sub{font-family:var(--gcl-font-body);font-size:17px;color:var(--gcl-text-secondary);line-height:1.7}.gcl-hero__rule{width:60px;height:2px;background:var(--gcl-gold-gradient);margin:24px auto}.gcl-hero__ctas{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}.gcl-hero__watch{transition:opacity .3s ease}.gcl-hero__watch img{max-height:90vh;object-fit:contain}@media(max-width:768px){.gcl-hero{justify-content:center}.gcl-hero--fullscreen{min-height:90vh}.gcl-hero--custom{min-height:var(--hero-h-m, 500px)}.gcl-hero--padding .gcl-hero__content{padding-top:var(--hero-pt-m, 80px);padding-bottom:var(--hero-pb-m, 80px)}.gcl-hero__content{text-align:center;align-items:center}.gcl-hero__ctas{flex-direction:column;align-items:center}.gcl-hero__ctas .gcl-btn{width:100%;max-width:280px}.gcl-hero__rule{margin-left:auto;margin-right:auto}.gcl-hero__watch--hide-mobile{display:none}}.gcl-divider{border-top:1px solid var(--gcl-border)}.gcl-gold-divider{height:1px;background:var(--gcl-gold-gradient);border:none;margin:0;opacity:.5}.gcl-gold-divider--glow{height:1px;background:var(--gcl-gold-gradient);border:none;margin:0;opacity:.6;box-shadow:0 0 8px #d4a84326,0 0 20px #d4a8430d}.gcl-gold-divider--center{height:1px;width:120px;margin:0 auto;background:var(--gcl-gold-gradient);opacity:.6}.gcl-card{position:relative;overflow:hidden}.gcl-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at center,rgba(212,168,67,.06) 0%,transparent 70%);opacity:0;transition:opacity .4s ease;pointer-events:none}.gcl-card:hover:before{opacity:1}.gcl-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid transparent;transition:border-color .4s ease,box-shadow .4s ease;pointer-events:none}.gcl-card:hover:after{border-color:#d4a84340;box-shadow:inset 0 0 30px #d4a84308,0 0 15px #d4a8430d}.gcl-card:hover .gcl-card__title{color:var(--gcl-gold);transition:color .3s ease}.gcl-card:hover i[data-lucide]{filter:drop-shadow(0 0 8px rgba(212,168,67,.4));transform:scale(1.1);transition:all .4s ease}.gcl-reading-width{max-width:var(--gcl-reading-max)}.gcl-text-center{text-align:center}.gcl-mx-auto{margin-left:auto;margin-right:auto}.gcl-reveal{opacity:0;transform:translateY(20px);transition:opacity var(--gcl-transition-slow),transform var(--gcl-transition-slow)}.gcl-reveal.is-visible{opacity:1;transform:translateY(0)}.gcl-reveal .gcl-gold-divider--center{width:0;transition:width .8s ease-out .3s}.gcl-reveal.is-visible .gcl-gold-divider--center{width:120px}.gcl-section-header__title:after{content:"";display:block;width:60px;height:2px;margin-top:16px;background:var(--gcl-gold-gradient);background-size:200% 100%;animation:gcl-shimmer 3s ease-in-out infinite}.gcl-section-header--center .gcl-section-header__title:after{margin-left:auto;margin-right:auto}.gcl-reveal .gcl-section-header__title:after{width:0;transition:width .6s ease-out .2s}.gcl-reveal.is-visible .gcl-section-header__title:after{width:60px}@keyframes gcl-shimmer{0%{background-position:-200% center}to{background-position:200% center}}@keyframes gcl-border-flow{0%{background-position:0% center}to{background-position:200% center}}[class*=gcl-spotlight]{transition:all .4s cubic-bezier(.25,.46,.45,.94)}[class*=gcl-spotlight]:before,[class*=gcl-spotlight]:after{transition:all .4s cubic-bezier(.25,.46,.45,.94)}.gcl-spotlight--active:before{opacity:1!important}.gcl-spotlight--active:after{border-color:#d4a84340!important;box-shadow:inset 0 0 30px #d4a84308,0 0 15px #d4a8430d!important}.gcl-spotlight--active .gcl-auth__title,.gcl-spotlight--active .gcl-card__title{color:var(--gcl-gold)!important}.gcl-spotlight--active .gcl-auth__icon,.gcl-spotlight--active i[data-lucide]{filter:drop-shadow(0 0 8px rgba(212,168,67,.4))!important;transform:scale(1.1)!important}.gcl-spotlight--active .gcl-auth__desc,.gcl-spotlight--active .gcl-card__body{color:var(--gcl-text-secondary)!important}.gcl-spotlight--adjacent:after{border-color:#d4a8431f!important}.gcl-spotlight--adjacent .gcl-auth__title,.gcl-spotlight--adjacent .gcl-card__title{color:#fffc!important}.gcl-spotlight--dimmed{opacity:.5}.gcl-spotlight--dimmed .gcl-auth__title,.gcl-spotlight--dimmed .gcl-card__title{color:var(--gcl-text-tertiary)!important}
/*# sourceMappingURL=/cdn/shop/t/4/assets/gcl-base.css.map */
