.hero-section{position:relative;overflow:hidden;background:#0c0408;width:100%;min-height:100vh;display:flex;flex-direction:column}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-bg-desktop{position:absolute;top:0;right:0;bottom:0;left:0;display:block}.hero-bg-img-desktop{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center center}.hero-bg-mobile{position:absolute;top:0;right:0;bottom:0;left:0;display:none}.hero-bg-img-mobile{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center 30%;-webkit-transform:translateZ(0);transform:translateZ(0);will-change:auto}.hero-gradient{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:none}.hero-particle,.hero-particle-1,.hero-particle-2,.hero-particle-3{display:none}.hero-content-wrap{flex:1;display:flex;align-items:center;justify-content:flex-start;padding-top:calc(var(--nav-height, 72px) + 3rem);padding-bottom:6rem;position:relative;z-index:2;width:100%}.hero-inner{display:grid;grid-template-columns:1fr;gap:0;align-items:flex-start;max-width:48%;margin-left:4%!important;margin-right:auto!important;padding-left:0}.hero-eyebrow{font-size:.6875rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.hero-eyebrow:before{content:"";display:block;width:32px;height:1px;background:var(--gold)}.hero-headline{font-family:var(--font-display);font-size:clamp(3rem,6vw,5.5rem);font-weight:300;line-height:1.05;letter-spacing:-.03em;color:var(--cream);margin-bottom:1.5rem}.hero-headline em{font-style:italic;color:var(--gold-light)}.hero-sub{font-size:1.0625rem;line-height:1.65;color:#f5efe6b3;margin-bottom:2.5rem;max-width:520px}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2rem}.hero-trust{display:flex;align-items:center;gap:1rem;font-size:.8125rem;color:#f5efe680}.hero-trust-item{display:flex;align-items:center;gap:.375rem}.hero-trust-item .star-rating{font-size:.75rem}.hero-trust-dot{opacity:.3;font-size:1.25rem}.hero-visual{position:relative}.hero-product-card{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-xl);overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform var(--transition-mid)}.hero-product-card:hover{transform:translateY(-6px)}.hero-product-img{height:320px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem;position:relative}.hero-product-scene{display:flex;flex-direction:column;align-items:center;gap:1rem;position:relative;z-index:1}.hero-product-emoji{font-size:5rem;display:block;animation:float 4s ease-in-out infinite}.candle-glow{position:absolute;width:120px;height:120px;border-radius:50%;background:radial-gradient(circle,rgba(201,169,110,.4) 0%,transparent 70%);animation:pulse 2s ease-in-out infinite}.hero-product-label{padding:1rem 1.25rem 1.25rem;display:flex;align-items:center;justify-content:space-between}.hero-product-label p{font-family:var(--font-serif);font-size:.9375rem;color:var(--cream);flex:1;margin:0 .75rem}.hero-product-price{font-size:1rem!important;font-weight:600;color:var(--gold)!important}.hero-float-badge{position:absolute;background:#fff;border-radius:var(--radius-md);padding:.5rem .75rem;display:flex;align-items:center;gap:.5rem;box-shadow:var(--shadow-lg);animation:float 5s ease-in-out infinite}.hero-float-1{top:20%;left:-1.5rem;animation-delay:1s}.hero-float-2{bottom:28%;right:-1.5rem;animation-delay:2.5s}.hero-scroll-hint{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:2}.scroll-dot{width:1.5px;height:40px;background:linear-gradient(to bottom,var(--gold),transparent);margin:0 auto;animation:pulse 2s ease-in-out infinite}.value-strip{padding:1.75rem 0;background:var(--ivory);border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light)}.value-strip-inner{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);overflow-x:auto;scrollbar-width:none}.value-strip-inner::-webkit-scrollbar{display:none}.value-strip-item{display:flex;align-items:center;gap:.875rem;flex-shrink:0}.vs-icon{width:40px;height:40px;background:var(--burgundy);color:var(--cream);border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0;box-shadow:0 4px 12px #6b1e3a33}.value-strip-item h4{font-family:var(--font-sans);font-size:.8125rem;font-weight:600;color:var(--text-dark);margin-bottom:.125rem}.value-strip-item p{font-size:.75rem;color:var(--text-muted)}.featured-drop{background:linear-gradient(135deg,var(--espresso) 0%,#2D1020 50%,var(--espresso) 100%);position:relative;overflow:hidden}.featured-drop--bg{background-image:var(--fd-bg-desktop);background-size:cover;background-position:center center;background-repeat:no-repeat}.featured-drop__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#0f050a1a,#0f050a26 40%,#0f050ac7 55%,#0f050ae6);pointer-events:none;z-index:1}.featured-drop:before{content:"";position:absolute;top:0;right:0;width:50%;height:100%;background:radial-gradient(ellipse at right center,rgba(201,169,110,.08) 0%,transparent 60%);pointer-events:none;z-index:0}.drop-featured-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-xl);align-items:center;margin-top:var(--space-xl)}.drop-featured-grid--solo{grid-template-columns:1fr;max-width:640px;margin-left:0;margin-right:auto}.featured-drop__inner{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr;align-items:center;min-height:600px;padding-top:var(--space-xl);padding-bottom:var(--space-xl);gap:0}.featured-drop__top,.featured-drop__window{display:none;grid-column:1}.featured-drop__content{grid-column:2;padding-left:var(--space-xl)}.featured-drop__product-overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;overflow:hidden}.featured-drop__product-img{position:absolute;top:50%;left:26%;transform:translate(-50%) translateY(-50%);height:auto;width:54%;max-width:none;object-fit:contain;image-rendering:-webkit-optimize-contrast}.featured-drop__heading-desktop{display:block}.drop-main-image{height:420px;border-radius:var(--radius-xl);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1.5rem;position:relative;overflow:hidden}.drop-img-scene{display:flex;flex-direction:column;align-items:center;gap:1rem;position:relative;z-index:1}.drop-mini-images{display:grid;grid-template-columns:repeat(3,1fr);gap:.625rem;margin-top:.625rem}.drop-meta-row{display:flex;gap:.625rem;margin-bottom:1.25rem}.drop-title{font-family:var(--font-serif);font-size:clamp(1.5rem,2.5vw,2rem);margin-bottom:1rem}.drop-desc{font-size:1rem;color:#f5efe6a6;line-height:1.7;margin-bottom:1.75rem}.drop-includes{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-lg);padding:1.5rem;margin-bottom:1.75rem}.drop-includes-list{display:flex;flex-direction:column;gap:.625rem}.drop-includes-list li{display:flex;align-items:center;gap:.625rem;font-size:.875rem;color:#f5efe6bf}.drop-includes-list li i{color:var(--gold);font-size:.75rem;flex-shrink:0}.drop-cta-row{display:flex;align-items:center;gap:1.5rem;margin-bottom:1rem}.drop-price{font-family:var(--font-display);font-size:2.5rem;font-weight:300;line-height:1}.drop-urgency{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#ffffff0a;border-radius:var(--radius-md);border-left:2px solid var(--gold)}.drop-default-state,.drop-waitlist-state{transition:opacity .35s ease,transform .35s ease}.drop-default-state.is-hidden,.drop-waitlist-state[aria-hidden=true]{opacity:0;pointer-events:none;transform:translateY(6px);position:absolute;width:100%}.drop-waitlist-state[aria-hidden=false]{opacity:1;pointer-events:auto;transform:translateY(0);position:relative}.drop-states-wrap{position:relative}.btn-waitlist-trigger{display:inline-flex;align-items:center;gap:.5rem;background:transparent;border:1.5px solid rgba(245,239,230,.35);color:var(--cream);border-radius:var(--radius-full);padding:.875rem 1.75rem;font-size:.8125rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease;white-space:nowrap}.btn-waitlist-trigger:hover{border-color:var(--gold);color:var(--gold-light);background:#c9a96e0f}.btn-waitlist-back{display:inline-flex;align-items:center;gap:.375rem;background:transparent;border:none;color:#f5efe673;font-size:.8rem;font-weight:500;letter-spacing:.03em;cursor:pointer;padding:.5rem 0;margin-top:.75rem;transition:color .2s ease}.btn-waitlist-back:hover{color:var(--cream)}.drop-waitlist-form{display:flex;flex-direction:column;gap:.875rem;width:100%}.drop-waitlist-field{width:100%}.drop-waitlist-input{width:100%;padding:.875rem 1.25rem;background:#ffffff12;border:1.5px solid rgba(245,239,230,.2);border-radius:var(--radius-md);font-size:.9375rem;color:var(--cream);transition:border-color .2s ease,background .2s ease,box-shadow .2s ease;outline:none;box-sizing:border-box}.drop-waitlist-input::placeholder{color:#f5efe659}.drop-waitlist-input:focus{border-color:var(--gold);background:#ffffff1a;box-shadow:0 0 0 3px #c9a96e1f}.drop-waitlist-checkbox-label{display:flex;align-items:center;gap:.625rem;cursor:pointer;-webkit-user-select:none;user-select:none}.drop-waitlist-checkbox-input{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.drop-waitlist-checkbox-box{display:flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:4px;border:1.5px solid rgba(245,239,230,.35);background:transparent;flex-shrink:0;transition:border-color .2s ease,background .2s ease}.drop-waitlist-checkbox-label:hover .drop-waitlist-checkbox-box{border-color:var(--gold)}.drop-waitlist-checkbox-box.is-checked{background:var(--gold);border-color:var(--gold)}.drop-waitlist-check-icon{display:none}.drop-waitlist-checkbox-box.is-checked .drop-waitlist-check-icon{display:block}.drop-waitlist-checkbox-text{font-size:.875rem;color:#f5efe6b3;line-height:1.4}.drop-waitlist-phone-wrap{overflow:hidden;max-height:0;opacity:0;transition:max-height .32s ease,opacity .28s ease,margin .28s ease;margin-top:0}.drop-waitlist-phone-wrap.is-open{max-height:80px;opacity:1;margin-top:0}.drop-waitlist-submit{width:100%;justify-content:center;background:linear-gradient(135deg,var(--burgundy) 0%,var(--burgundy-deep) 100%);color:var(--cream);border:none;box-shadow:0 4px 18px #6b1e3a59;position:relative;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.drop-waitlist-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 24px #6b1e3a73}.drop-waitlist-submit:disabled{opacity:.7;cursor:not-allowed;transform:none}.drop-waitlist-submit-loading{display:none;align-items:center}.drop-waitlist-submit.is-loading .drop-waitlist-submit-label{display:none}.drop-waitlist-submit.is-loading .drop-waitlist-submit-loading{display:flex}.drop-waitlist-spinner{animation:wl-spin .9s linear infinite}@keyframes wl-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.drop-waitlist-microcopy{font-size:.78rem;color:#f5efe66b;text-align:center;line-height:1.5;margin:0}.drop-cta-buttons{display:flex;flex-direction:column;gap:.75rem;align-items:flex-start}.drop-waitlist-success{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;padding:1.5rem 0}.drop-waitlist-success[aria-hidden=true]{display:none}.drop-waitlist-success[aria-hidden=false]{display:flex}.drop-waitlist-success-icon{width:48px;height:48px;background:#c9a96e1f;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.drop-waitlist-success-title{font-family:var(--font-serif);font-size:1.25rem;margin:0}.drop-waitlist-success-msg{font-size:.9rem;color:#f5efe699;line-height:1.55;margin:0}.drop-waitlist-form-wrap[aria-hidden=true]{display:none}.drop-waitlist-form-wrap[aria-hidden=false]{display:block}@media(max-width:860px){.drop-cta-buttons{flex-direction:column;width:100%}.drop-cta-buttons .btn-waitlist-trigger,.drop-cta-buttons .btn-gold{width:100%;justify-content:center}.drop-waitlist-submit{width:100%}}.shop-cat-nav{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:var(--space-lg)}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.experience-section{background:linear-gradient(135deg,var(--espresso) 0%,#3D1A2E 60%,var(--burgundy-deep) 100%);color:var(--cream);position:relative;overflow:hidden}.experience-section:before{content:"";position:absolute;top:-20%;left:-10%;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(201,169,110,.07) 0%,transparent 70%);pointer-events:none}.experience-inner{display:grid;grid-template-columns:1fr 480px;gap:var(--space-xl);align-items:start}.experience-inner .section-eyebrow{color:var(--gold)}.experience-inner h2{color:var(--cream)}.experience-inner h2 em{color:var(--gold-light);font-style:italic}.experience-inner .section-divider{background:var(--gold);margin-left:0}.experience-days{display:flex;flex-direction:column;gap:0}.exp-day-item{display:grid;grid-template-columns:44px 1fr;gap:1rem;padding-bottom:1.75rem;position:relative}.exp-day-item:not(:last-child):after{content:"";position:absolute;left:21px;top:44px;bottom:0;width:2px;background:linear-gradient(to bottom,#c9a96e66,#c9a96e0d)}.exp-day-circle{width:44px;height:44px;border-radius:var(--radius-full);background:var(--gold);color:var(--espresso);display:flex;align-items:center;justify-content:center;font-family:var(--font-serif);font-size:1.125rem;font-weight:600;flex-shrink:0;z-index:1;position:relative;box-shadow:0 4px 12px #c9a96e4d}.exp-day-item div:last-child{padding-top:.625rem}.exp-day-item strong{display:block;font-size:.9375rem;margin-bottom:.25rem;color:var(--cream)}.exp-day-item p{font-size:.8125rem;color:#f5efe699;line-height:1.5}.experience-form-card{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-xl);padding:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.exp-form-header{border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:1.5rem;margin-bottom:0}.events-preview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.how-it-works{background:var(--warm-white)}.hiw-steps{display:flex;align-items:flex-start;gap:0}.hiw-steps .step-card{flex:1}.step-emoji{font-size:2rem;margin-bottom:1rem;display:block}.step-card h3{font-size:1.125rem;margin-bottom:.625rem}.step-card p{font-size:.875rem;color:var(--text-muted);line-height:1.6}.hiw-arrow{font-size:1.5rem;color:var(--border-mid);padding:1.5rem .5rem 0;flex-shrink:0}.journal-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-lg);align-items:start}.journal-sidebar{display:flex;flex-direction:column;gap:1rem}.journal-card-sm{border:1px solid var(--border-light);border-radius:var(--radius-lg);overflow:hidden;transition:all var(--transition-mid)}.journal-card-sm:hover{box-shadow:var(--shadow-md);border-color:transparent}.social-proof{background:linear-gradient(180deg,var(--warm-white) 0%,var(--ivory) 100%)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.ugc-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:.75rem}.ugc-item{aspect-ratio:1;border-radius:var(--radius-md);overflow:hidden;cursor:pointer;transition:transform var(--transition-mid)}.ugc-item:hover{transform:scale(1.03)}.stats-strip{padding:var(--space-xl) 0}.stats-inner{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-lg)}.final-cta{background:linear-gradient(135deg,var(--espresso) 0%,#2D1020 50%,var(--espresso) 100%);position:relative;overflow:hidden}.final-cta:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(107,30,58,.3) 0%,transparent 70%);pointer-events:none}.final-cta-inner{text-align:center;position:relative;z-index:1}.final-cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:2.5rem}@media(max-width:1200px){.products-grid{grid-template-columns:repeat(2,1fr)}.hero-inner{grid-template-columns:1fr 360px}}@media(max-width:1024px){.drop-featured-grid{grid-template-columns:1fr;gap:var(--space-lg)}.drop-featured-grid--solo{max-width:100%}.featured-drop--bg{background-image:var(--fd-bg-mobile);background-size:100% 100%;background-position:center center}.featured-drop__inner{grid-template-columns:1fr;grid-template-rows:auto 1fr auto;align-items:start;height:361.84vw;min-height:500px;padding-top:calc(var(--nav-height) + var(--bar-height, 38px) + 1rem);padding-bottom:5rem;box-sizing:border-box;gap:0}.featured-drop__top{display:flex;flex-direction:column;align-items:center;text-align:center;padding-bottom:1.5rem;grid-column:1;grid-row:1}.featured-drop__window{display:block;min-height:90vw;grid-column:1;grid-row:2}.featured-drop__content{padding-left:0;padding-top:0;grid-column:1;grid-row:3}.featured-drop__heading-desktop{display:none}.featured-drop__product-overlay{z-index:1}.featured-drop__product-img{left:50%;top:42%;transform:translate(-50%) translateY(-50%);height:auto;width:100vw;max-width:100vw}.featured-drop__overlay{background:linear-gradient(to bottom,#0f050ad1,#0f050a80 14%,#0f050a0a 25% 68%,#0f050a8c 80%,#0f050ae0)}.experience-inner{grid-template-columns:1fr;gap:var(--space-lg)}.journal-grid{grid-template-columns:1fr}.events-preview-grid{grid-template-columns:repeat(2,1fr)}.hiw-steps{flex-wrap:wrap}.hiw-arrow{display:none}.hiw-steps .step-card{min-width:200px}}.hero-copy-top,.hero-copy-bottom{width:100%}@media(max-width:768px){.hero-bg-desktop{display:none}.hero-bg-mobile{display:block}.hero-gradient{background:linear-gradient(180deg,#080204e0,#0802048c 20%,#0802040f 40% 62%,#080204b3 80%,#080204f0);z-index:1}.hero-section{display:block;width:100%;aspect-ratio:511 / 1024;height:auto;min-height:0;overflow:hidden;position:relative;background:#0c0408}.hero-bg-mobile{position:absolute;top:0;left:0;right:0;height:100%;z-index:0}.hero-bg-img-mobile{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center 25%}.hero-content-wrap{display:block;position:relative;z-index:2;padding:0}.hero-content-wrap>.container{display:block}.hero-inner{display:block;text-align:center;max-width:100%}.hero-text{display:block;width:100%}.hero-copy-top{display:block;padding:15% 1.25rem 1.25rem}.hero-eyebrow{justify-content:center;margin-bottom:.5rem}.hero-eyebrow:before{display:none}.hero-headline{font-size:clamp(2.2rem,9vw,3.2rem);margin-bottom:.75rem}.hero-sub{font-size:.9375rem;line-height:1.6;margin:0 auto;max-width:300px;color:#f5efe6d1}.hero-copy-bottom{display:block;padding:70% 1.25rem 0;padding-bottom:max(1rem,env(safe-area-inset-bottom,0px))}.hero-actions{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-bottom:1rem;justify-content:center}.hero-actions .btn{width:100%;max-width:300px;justify-content:center}.hero-trust{justify-content:center;flex-wrap:wrap;gap:.4rem .75rem;font-size:.75rem}.hero-visual,.hero-scroll-hint{display:none}.value-strip-inner{justify-content:flex-start;padding:0 1rem}.products-grid{grid-template-columns:repeat(2,1fr);gap:.875rem}.events-preview-grid,.testimonials-grid{grid-template-columns:1fr}.ugc-grid{grid-template-columns:repeat(3,1fr)}.stats-inner{grid-template-columns:repeat(2,1fr);gap:var(--space-md)}.hiw-steps{flex-direction:column;gap:var(--space-sm)}.final-cta-actions{flex-direction:column;align-items:center}.drop-cta-row{flex-direction:column;align-items:flex-start}.journal-grid{gap:var(--space-md)}}@media(max-width:480px){.products-grid{grid-template-columns:1fr}.ugc-grid{grid-template-columns:repeat(2,1fr)}.stats-inner{grid-template-columns:1fr 1fr}}@media(max-width:768px){.how-it-works .hiw-steps{display:flex;flex-direction:row;flex-wrap:nowrap;overflow-x:auto;overflow-y:visible;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:1rem;align-items:stretch;padding-left:1.25rem;padding-right:1.25rem;padding-bottom:1rem;margin-left:-1.25rem;margin-right:-1.25rem;scrollbar-width:none;-ms-overflow-style:none}.how-it-works .hiw-steps::-webkit-scrollbar{display:none}.how-it-works .hiw-steps .step-card{flex:0 0 72vw;width:72vw;min-width:0;scroll-snap-align:start;background:var(--ivory, #faf8f5);border-radius:var(--radius-lg);padding:1.75rem 1.5rem;display:flex;flex-direction:column;gap:.5rem}.how-it-works .hiw-steps .step-card:last-child{margin-right:1.25rem}.how-it-works .hiw-arrow{display:none}}@media(max-width:768px){.social-proof .testimonials-grid{display:flex;flex-direction:row;flex-wrap:nowrap;overflow-x:auto;overflow-y:visible;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:1rem;align-items:stretch;padding-left:1.25rem;padding-right:1.25rem;padding-bottom:1rem;margin-left:-1.25rem;margin-right:-1.25rem;scrollbar-width:none;-ms-overflow-style:none}.social-proof .testimonials-grid::-webkit-scrollbar{display:none}.social-proof .testimonials-grid .testimonial-card{flex:0 0 82vw;width:82vw;min-width:0;scroll-snap-align:start}.social-proof .testimonials-grid .testimonial-card:last-child{margin-right:1.25rem}}.exp-carousel-viewport{position:relative}.exp-connector-line,.exp-dots{display:none}.experience-content .exp-desc{max-width:100%;word-break:break-word;overflow-wrap:break-word;white-space:normal;box-sizing:border-box}@media(max-width:768px){.experience-section .container{overflow:hidden;box-sizing:border-box}.experience-content{width:100%;max-width:100%;min-width:0;box-sizing:border-box}.experience-content .exp-desc{width:100%;max-width:100%;min-width:0;box-sizing:border-box;white-space:normal;word-break:break-word;overflow-wrap:break-word}.experience-inner{display:flex;flex-direction:column;gap:var(--space-lg)}.experience-content{order:1}.experience-form-wrap{order:2}.exp-carousel-viewport{position:relative;margin-left:-1.5rem;margin-right:-1.5rem;overflow:hidden;cursor:grab;touch-action:pan-y;user-select:none;-webkit-user-select:none}.exp-carousel-viewport:active{cursor:grabbing}.exp-connector-line{display:block;position:absolute;top:calc(1.5rem + 22px);left:1.5rem;right:1.5rem;height:2px;background:linear-gradient(to right,#c9a96e26,#c9a96e8c 20% 80%,#c9a96e26);z-index:0;pointer-events:none}.exp-carousel-track{display:flex;flex-direction:row;flex-wrap:nowrap;gap:1rem;align-items:stretch;padding:1.5rem 1.5rem 1.25rem;will-change:transform;position:relative;z-index:1}.exp-carousel-track .exp-day-item{flex:0 0 72vw;width:72vw;min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;background:#ffffff0f;border:1px solid rgba(201,169,110,.22);border-radius:var(--radius-lg);padding:1.5rem 1.25rem 1.75rem;position:relative;z-index:2}.exp-carousel-track .exp-day-circle{position:relative;z-index:3;flex-shrink:0}.exp-carousel-track .exp-day-item:after{display:none}.exp-carousel-track .exp-day-body{padding-top:0;width:100%}.exp-carousel-track .exp-day-body strong{display:block;font-size:.9375rem;margin-bottom:.25rem;color:var(--cream)}.exp-carousel-track .exp-day-body p{font-size:.8125rem;color:#f5efe699;line-height:1.5;margin:0}.exp-dots{display:flex;justify-content:center;gap:.5rem;margin-top:.75rem;padding-bottom:.25rem}.exp-dot{width:6px;height:6px;border-radius:50%;background:#c9a96e4d;transition:background .25s,transform .25s}.exp-dot--active{background:var(--gold, #C9A96E);transform:scale(1.4)}.experience-days{display:none}}.events-carousel-viewport{position:relative}.events-dots{display:none}@media(max-width:768px){.events-carousel-viewport{margin-left:-1.5rem;margin-right:-1.5rem;overflow:hidden;cursor:grab;touch-action:pan-y;user-select:none;-webkit-user-select:none}.events-carousel-viewport:active{cursor:grabbing}.events-preview-grid{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;grid-template-columns:unset!important;gap:1rem;align-items:stretch;padding:.25rem 1.5rem 1rem;will-change:transform}.events-preview-grid .event-card{flex:0 0 82vw;width:82vw;min-width:0}.events-dots{display:flex;justify-content:center;gap:.5rem;margin-top:.75rem}.events-dot{width:6px;height:6px;border-radius:50%;background:#6b1e3a40;transition:background .25s,transform .25s}.events-dot--active{background:var(--burgundy, #6B1E3A);transform:scale(1.4)}}.hero-mobile-deco{display:none}
/*# sourceMappingURL=/cdn/shop/t/23/assets/home.css.map */
