:root{--lg-ev-green: #03301c;--lg-ev-green-mid: #0a4a2a;--lg-ev-green-deep: #021f12;--lg-ev-green-container: #0d311f;--lg-ev-orange: #dd7840;--lg-ev-orange-dark: #c4662e;--lg-ev-orange-soft: #ffb694;--lg-ev-charcoal: #242833;--lg-ev-surface: #111111;--lg-ev-surface-card: #1a1a1a;--lg-ev-surface-card-hi: #222222;--lg-ev-text-light: rgba(255, 255, 255, .88);--lg-ev-text-light-dim: rgba(255, 255, 255, .55);--lg-ev-text-light-faint: rgba(255, 255, 255, .3);--lg-ev-text-primary: #242833;--lg-ev-text-secondary: #666666;--lg-ev-radius: 8px;--lg-ev-radius-lg: 16px}.lg-ev-container{max-width:1320px;margin:0 auto;padding:0 16px}@media(min-width:1024px){.lg-ev-container{padding:0 24px}}.lg-ev-eyebrow{font-family:Oswald,sans-serif;font-size:11px;font-weight:600;letter-spacing:3.5px;text-transform:uppercase;color:var(--lg-ev-orange);margin-bottom:12px;display:flex;align-items:center;gap:12px}.lg-ev-eyebrow:before{content:"";display:inline-block;width:28px;height:2px;background:var(--lg-ev-orange);flex-shrink:0}.lg-ev-eyebrow--center{justify-content:center}.lg-ev-section-title{font-family:Oswald,sans-serif;font-weight:700;font-size:clamp(28px,3vw,40px);color:#fff;line-height:1.1;margin-bottom:14px}.lg-ev-section-title--center{text-align:center}.lg-ev-btn--accent{font-family:Montserrat,sans-serif;font-weight:600;font-size:14px;padding:14px 28px;border-radius:var(--lg-ev-radius);cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:all .25s ease;border:2px solid var(--lg-ev-orange);background:var(--lg-ev-orange);color:#fff}.lg-ev-btn--accent:hover{background:var(--lg-ev-orange-dark);border-color:var(--lg-ev-orange-dark);transform:translateY(-2px)}.lg-ev-btn--ghost{font-family:Montserrat,sans-serif;font-weight:600;font-size:14px;padding:14px 28px;border-radius:var(--lg-ev-radius);cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:all .25s ease;background:transparent;color:#fff;border:2px solid rgba(255,255,255,.2)}.lg-ev-btn--ghost:hover{border-color:#ffffff80;transform:translateY(-2px)}.lg-fu{opacity:0;transform:translateY(18px);transition:opacity .5s ease,transform .5s ease}.lg-fu--visible{opacity:1;transform:translateY(0)}.lg-section--events-hero,.lg-section--events-packages,.lg-section--events-how,.lg-section--events-booking,.lg-section--events-testimonials,.lg-section--events-faq{padding-top:var(--lg-ev-pt-mobile, 48px);padding-bottom:var(--lg-ev-pb-mobile, 48px)}@media(min-width:1024px){.lg-section--events-hero,.lg-section--events-packages,.lg-section--events-how,.lg-section--events-booking,.lg-section--events-testimonials,.lg-section--events-faq{padding-top:var(--lg-ev-pt-desktop, 80px);padding-bottom:var(--lg-ev-pb-desktop, 80px)}}.lg-section--events-hero{position:relative;min-height:80vh;display:flex;align-items:center;overflow:hidden;justify-content:center}.lg-ev-hero__glow{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(ellipse 55% 80% at 72% 50%,rgba(221,120,64,.08) 0%,transparent 65%)}.lg-ev-hero__inner{position:relative;z-index:2;width:100%;display:grid;grid-template-columns:1fr;gap:48px;align-items:center}@media(min-width:1024px){.lg-ev-hero__inner{grid-template-columns:1fr 1fr;gap:80px}}.lg-ev-hero__title{font-family:Oswald,sans-serif;font-weight:700;font-size:clamp(44px,5.5vw,76px);line-height:1.02;color:#fff;letter-spacing:-.02em;margin-bottom:28px}.lg-ev-hero__title em{font-style:italic;color:var(--lg-ev-orange)}.lg-ev-hero__body{font-size:15px;font-weight:400;color:var(--lg-ev-text-light-dim);line-height:1.8;max-width:440px;margin-bottom:42px}.lg-ev-hero__btns{display:flex;gap:12px;flex-wrap:wrap}.lg-ev-btn-arrow{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;background:#ffffff26;border-radius:50%;font-size:10px}.lg-ev-hero__stats{display:grid;grid-template-columns:repeat(3,1fr);margin-top:48px;padding-top:36px;border-top:1px solid rgba(255,255,255,.09)}.lg-ev-hero__stat{text-align:center;padding:0 10px;border-right:1px solid rgba(255,255,255,.09)}.lg-ev-hero__stat:last-child{border-right:none}.lg-ev-hero__stat-number{font-family:Oswald,sans-serif;font-weight:700;font-size:42px;color:#fff;line-height:1;letter-spacing:-.02em}.lg-ev-hero__stat-label{font-family:Oswald,sans-serif;font-size:10px;font-weight:500;color:var(--lg-ev-text-light-faint);letter-spacing:2px;text-transform:uppercase;margin-top:6px}.lg-ev-hero__collage{position:relative;width:100%;height:340px}@media(min-width:768px){.lg-ev-hero__collage{height:400px}}@media(min-width:1024px){.lg-ev-hero__collage{height:520px}}.lg-ev-hero__img{position:absolute;border-radius:var(--lg-ev-radius-lg);overflow:hidden;box-shadow:0 24px 60px #00000059;transition:transform .4s ease}.lg-ev-hero__img:hover{transform:scale(1.02)}.lg-ev-hero__img img,.lg-ev-hero__img-placeholder{width:100%;height:100%;object-fit:cover;display:block}.lg-ev-hero__img--1{width:70%;height:260px;top:0;left:0;z-index:1}.lg-ev-hero__img--2{width:58%;height:210px;bottom:0;right:0;z-index:2}@media(min-width:768px){.lg-ev-hero__img--1{width:65%;height:300px}.lg-ev-hero__img--2{width:55%;height:240px}}@media(min-width:1024px){.lg-ev-hero__img--1{width:72%;height:400px}.lg-ev-hero__img--2{width:62%;height:320px}}.lg-ev-hero__img-placeholder--1{background:linear-gradient(145deg,#0a4a2a,#1a5a38,#0f5c34)}.lg-ev-hero__img-placeholder--2{background:linear-gradient(145deg,#1a3a20,#0d4a28,#03301c)}.lg-section--events-packages{background:var(--lg-ev-surface)}.lg-ev-packages__header{margin-bottom:48px}.lg-ev-packages__sub{font-size:15px;color:var(--lg-ev-text-light-dim);line-height:1.8;max-width:580px}.lg-ev-packages__grid{display:grid;grid-template-columns:1fr;gap:12px}@media(min-width:768px){.lg-ev-packages__grid{grid-template-columns:1fr 1fr}}@media(min-width:1024px){.lg-ev-packages__grid{grid-template-columns:repeat(3,1fr)}}.lg-ev-card{background:var(--lg-ev-surface-card);border-radius:var(--lg-ev-radius-lg);overflow:hidden;transition:background .25s;display:flex;flex-direction:column}.lg-ev-card:hover{background:var(--lg-ev-surface-card-hi)}.lg-ev-card__banner{height:160px;position:relative;overflow:hidden}.lg-ev-card__banner img{width:100%;height:100%;object-fit:cover;display:block}.lg-ev-card__body{padding:24px 22px 22px;flex:1;display:flex;flex-direction:column}.lg-ev-card__title{font-family:Oswald,sans-serif;font-weight:700;font-size:18px;color:#fff;letter-spacing:-.01em;line-height:1.2;margin-bottom:10px}.lg-ev-card__desc{font-size:13px;color:var(--lg-ev-text-light-dim);line-height:1.7;margin-bottom:16px}.lg-ev-card__features{list-style:none;margin-bottom:20px;display:flex;flex-direction:column;gap:6px;padding-inline-start:0}.lg-ev-card__features li{font-size:13px;font-weight:500;color:var(--lg-ev-text-light);display:flex;align-items:center;gap:10px}.lg-ev-card__features li:before{content:"";width:5px;height:5px;background:var(--lg-ev-orange);border-radius:50%;flex-shrink:0}.lg-ev-card__footer{display:flex;align-items:center;padding-top:16px;border-top:1px solid rgba(255,255,255,.06);margin-top:auto}.lg-ev-card__btn{background:var(--lg-ev-orange);color:#fff;font-family:Montserrat,sans-serif;font-weight:600;font-size:13px;padding:10px 20px;border-radius:var(--lg-ev-radius);border:none;cursor:pointer;text-decoration:none;transition:background .25s;display:inline-block}.lg-ev-card__btn:hover{background:var(--lg-ev-orange-dark)}.lg-section--events-how{background:var(--lg-ev-green)}.lg-ev-how__header{text-align:center;margin-bottom:48px}.lg-ev-steps{display:grid;grid-template-columns:1fr;gap:12px}@media(min-width:768px){.lg-ev-steps{grid-template-columns:1fr 1fr}}@media(min-width:1024px){.lg-ev-steps{grid-template-columns:repeat(4,1fr)}}.lg-ev-step{background:#ffffff0a;border-radius:var(--lg-ev-radius-lg);padding:28px 22px;transition:background .25s}.lg-ev-step:hover{background:#ffffff12}.lg-ev-step__number{font-family:Oswald,sans-serif;font-weight:700;font-size:28px;color:#fff;letter-spacing:-.02em}.lg-ev-step__period{font-family:Oswald,sans-serif;font-size:10px;font-weight:500;letter-spacing:2px;text-transform:uppercase;color:var(--lg-ev-orange);margin-bottom:14px}.lg-ev-step__title{font-family:Oswald,sans-serif;font-weight:700;font-size:16px;color:#fff;margin-bottom:6px}.lg-ev-step__desc{font-size:13px;color:var(--lg-ev-text-light-dim);line-height:1.7}.lg-section--events-booking{background:var(--lg-ev-green)}.lg-ev-booking__card{background:#ffffff0a;border-radius:var(--lg-ev-radius-lg);overflow:hidden;display:grid;grid-template-columns:1fr}@media(min-width:1024px){.lg-ev-booking__card{grid-template-columns:1fr 1.1fr}}.lg-ev-booking__left{padding:40px 28px;background:#0000002e}@media(min-width:1024px){.lg-ev-booking__left{padding:48px 40px}}.lg-ev-booking__sub{font-size:15px;color:var(--lg-ev-text-light-dim);line-height:1.8;max-width:460px;margin-bottom:0}.lg-ev-perks{list-style:none;margin-top:32px;display:flex;flex-direction:column;gap:20px}.lg-ev-perk{display:flex;align-items:flex-start;gap:14px}.lg-ev-perk__icon{width:40px;height:40px;flex-shrink:0;background:#ffffff1a;border-radius:var(--lg-ev-radius);display:flex;align-items:center;justify-content:center;font-size:16px}.lg-ev-perk__title{display:block;font-weight:700;font-size:14px;color:#fff;margin-bottom:2px}.lg-ev-perk__desc{font-size:12px;color:var(--lg-ev-text-light-dim);line-height:1.6}.lg-ev-booking__right{background:#fff;padding:40px 28px}@media(min-width:1024px){.lg-ev-booking__right{padding:48px 40px}}.lg-ev-booking__form-heading{font-family:Oswald,sans-serif;font-weight:700;font-size:22px;color:var(--lg-ev-green);margin-bottom:5px}.lg-ev-booking__form-sub{font-size:13px;color:var(--lg-ev-text-secondary);line-height:1.65;margin-bottom:26px}.lg-ev-booking__form-slot{width:100%}.lg-ev-booking__placeholder{font-size:13px;color:var(--lg-ev-text-secondary);font-style:italic;padding:24px;border:1.5px dashed #ddd;border-radius:var(--lg-ev-radius);text-align:center}.lg-section--events-testimonials{background:var(--lg-ev-surface)}.lg-ev-testimonials__header{text-align:center;margin-bottom:48px}.lg-ev-testimonials__grid{display:grid;grid-template-columns:1fr;gap:12px}@media(min-width:768px){.lg-ev-testimonials__grid{grid-template-columns:1fr 1fr}}@media(min-width:1024px){.lg-ev-testimonials__grid{grid-template-columns:repeat(3,1fr)}}.lg-ev-tc{background:var(--lg-ev-surface-card);border-radius:var(--lg-ev-radius-lg);padding:28px 24px}.lg-ev-tc__quote-mark{font-family:Oswald,sans-serif;font-size:56px;color:var(--lg-ev-orange);opacity:.25;line-height:.7;margin-bottom:14px}.lg-ev-tc__stars{color:var(--lg-ev-orange);font-size:12px;letter-spacing:2px;margin-bottom:12px}.lg-ev-tc__text{font-size:14px;color:var(--lg-ev-text-light);line-height:1.75;margin-bottom:22px;font-style:italic}.lg-ev-tc__author{display:flex;align-items:center;gap:11px}.lg-ev-tc__avatar{width:40px;height:40px;border-radius:50%;background:var(--lg-ev-green);display:flex;align-items:center;justify-content:center;font-family:Oswald,sans-serif;font-weight:700;font-size:13px;color:#fff;flex-shrink:0}.lg-ev-tc__name{font-weight:700;font-size:13px;color:#fff}.lg-ev-tc__context{font-size:11px;color:var(--lg-ev-text-light-faint);font-weight:500;margin-top:2px}.lg-section--events-faq{background:var(--lg-ev-green)}.lg-ev-faq__layout{display:grid;grid-template-columns:1fr;gap:40px;align-items:start}@media(min-width:1024px){.lg-ev-faq__layout{grid-template-columns:1fr 1.4fr;gap:64px}}.lg-ev-faq__left-sub{font-size:14px;color:var(--lg-ev-text-light-dim);line-height:1.75;margin-bottom:32px}.lg-ev-faq__btns{display:flex;gap:12px;flex-wrap:wrap}.lg-ev-faq__list{display:flex;flex-direction:column;gap:0}.lg-ev-faq__item{border:1px solid rgba(255,255,255,.1);border-radius:var(--lg-ev-radius);cursor:pointer;transition:border-color .2s;margin-bottom:8px;overflow:hidden}.lg-ev-faq__item:hover{border-color:#ffffff40}.lg-ev-faq__question{font-family:Montserrat,sans-serif;font-weight:700;font-size:14px;color:#fff;padding:18px 22px;display:flex;justify-content:space-between;align-items:center;gap:16px;-webkit-user-select:none;user-select:none}.lg-ev-faq__chevron{flex-shrink:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:14px;color:var(--lg-ev-text-light-faint);transition:transform .25s}.lg-ev-faq__item--open .lg-ev-faq__chevron{transform:rotate(180deg)}.lg-ev-faq__answer{font-size:13px;color:var(--lg-ev-text-light-dim);line-height:1.75;padding:0 22px 18px;display:none}.lg-ev-faq__item--open .lg-ev-faq__answer{display:block}.lg-ev-faq__answer p{margin:0}.lg-ev-faq__answer strong{color:#fff}
/*# sourceMappingURL=/cdn/shop/t/27/assets/liquid_gold_events-landing.css.map */
