@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400&family=Inter:wght@300;400;500&family=Nunito:wght@900&display=swap";.lyho-root,.lyho-root *,.lyho-root *:before,.lyho-root *:after{margin:0;padding:0;box-sizing:border-box}.lyho-root{--cream: #f5f1ea;--black: #0d0d0d;--gray: #6b6760;--lg: #c8c4bc;font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased}html.lyho-html,html.lyho-html body{height:100%;overflow:hidden}.lyho-root .scenes-wrapper{height:100vh;overflow-y:scroll;scroll-snap-type:y mandatory;-webkit-overflow-scrolling:touch;position:relative;z-index:10}.lyho-root .hero-bg{position:fixed;inset:0;z-index:0;overflow:hidden}.lyho-root .hero-bg picture{display:block;width:100%;height:100%}.lyho-root .hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center 15%;filter:grayscale(100%) contrast(1.1) brightness(.62);display:block}@media(min-width:768px){.lyho-root .hero-bg img{object-position:center center}}.lyho-root .hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(160deg,#140f0a73,#140f0a00,#140f0aa6)}.lyho-root nav{position:fixed;top:0;left:0;right:0;z-index:300;display:flex;align-items:center;justify-content:space-between;padding:22px 32px;pointer-events:none}.lyho-root nav a,.lyho-root nav span{pointer-events:auto}.lyho-root .logo{text-decoration:none;display:flex;align-items:center}.lyho-root .logo-img{height:36px;width:auto;display:block;filter:invert(1);transition:filter .4s}.lyho-root .logo-img--grid{height:30px;filter:none}.lyho-root nav.dark .logo-img{filter:none}.lyho-root .nav-date{font-family:Inter,sans-serif;font-size:13px;letter-spacing:3px;text-transform:uppercase;color:#ffffffbf;transition:color .4s}.lyho-root nav.dark .nav-date{color:#0000008c}.lyho-root .scene{height:100vh;scroll-snap-align:start;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:100px 32px 48px;position:relative}.lyho-root .scene-1{padding-bottom:110px}.lyho-root .scene-top,.lyho-root .scene-bottom,.lyho-root .scene-center{opacity:0;transition:opacity .7s ease,transform .7s ease}.lyho-root .scene-top{transform:translateY(-24px)}.lyho-root .scene-bottom{transform:translateY(24px)}.lyho-root .scene-center{transform:translateY(28px)}.lyho-root .scene.active .scene-top{opacity:1;transform:translateY(0);transition-delay:0s}.lyho-root .scene.active .scene-bottom{opacity:1;transform:translateY(0);transition-delay:.14s}.lyho-root .scene.active .scene-center{opacity:1;transform:translateY(0);transition-delay:0s}.lyho-root .countdown-label{font-size:11px;letter-spacing:4px;text-transform:uppercase;color:#ffffff8c;text-align:center;margin-bottom:10px}.lyho-root .hero-countdown{display:flex;align-items:flex-start;gap:4px;justify-content:center}.lyho-root .cd-unit{display:flex;flex-direction:column;align-items:center;min-width:64px}.lyho-root .cd-number{font-family:Cormorant Garamond,serif;font-size:clamp(58px,10vw,92px);font-weight:300;color:#fff;line-height:1;letter-spacing:-1px}.lyho-root .cd-label{font-size:10px;letter-spacing:3px;text-transform:uppercase;color:#fff6;margin-top:4px}.lyho-root .cd-sep{font-family:Cormorant Garamond,serif;font-size:clamp(40px,7vw,64px);color:#ffffff40;line-height:1;margin-top:2px}.lyho-root .incentives{width:100%;border:1px solid rgba(255,255,255,.65);margin-bottom:20px;background:#00000040}.lyho-root .scene-1 .incentives{margin-top:28px}.lyho-root .incentive-row{display:flex;align-items:flex-start;gap:14px;padding:14px 18px;position:relative}.lyho-root .incentive-row+.incentive-row{border-top:1px solid rgba(255,255,255,.45)}.lyho-root .incentive-num{font-family:Cormorant Garamond,serif;font-size:32px;font-weight:300;color:#ffffff8c;line-height:1;flex-shrink:0;margin-top:2px}.lyho-root .incentive-body{display:flex;flex-direction:column;gap:4px;text-align:left}.lyho-root .incentive-tag{font-size:10px;letter-spacing:3px;text-transform:uppercase;color:#ffffffbf}.lyho-root .incentive-text{font-family:Cormorant Garamond,serif;font-size:17px;font-weight:400;font-style:italic;color:#fff;line-height:1.4}.lyho-root .form-intro{font-size:13px;letter-spacing:1.5px;color:#ffffffe6;text-align:center;margin-bottom:14px}.lyho-root .hero-form{width:100%;display:flex;flex-direction:column;gap:10px}.lyho-root .hero-form .email-input{width:100%;padding:16px 20px;background:#ffffffeb;border:none;font-size:13px;letter-spacing:2.5px;color:var(--black);outline:none;text-transform:uppercase;font-family:Inter,sans-serif}.lyho-root .hero-form .email-input::placeholder{color:#aaa}.lyho-root .hero-form .email-input:focus{background:#fff}.lyho-root .hero-form .submit-btn{width:100%;padding:16px;background:var(--black);color:#fff;border:none;font-size:11px;letter-spacing:3.5px;text-transform:uppercase;cursor:pointer;font-family:Inter,sans-serif;transition:background .3s}.lyho-root .hero-form .submit-btn:hover{background:#2a2a2a}@media(max-width:380px),(max-height:700px){.lyho-root .scene{padding:80px 20px 32px}.lyho-root .scene-1{padding-bottom:70px;justify-content:center;gap:16px}.lyho-root .countdown-label{margin-bottom:4px;font-size:10px;letter-spacing:3px}.lyho-root .cd-number{font-size:clamp(40px,11vw,60px)}.lyho-root .cd-label{font-size:9px;letter-spacing:2px;margin-top:2px}.lyho-root .cd-sep{font-size:clamp(28px,7vw,40px)}.lyho-root .cd-unit{min-width:48px}.lyho-root .scene-1 .incentives{margin-top:12px;margin-bottom:12px}.lyho-root .incentive-row{padding:10px 14px;gap:10px}.lyho-root .incentive-num{font-size:24px}.lyho-root .incentive-tag{font-size:9px;letter-spacing:2px}.lyho-root .incentive-text{font-size:14px;line-height:1.3}.lyho-root .incentive-link{font-size:8px;top:8px;right:10px}.lyho-root .form-intro{font-size:11px;margin-bottom:8px;letter-spacing:1px}.lyho-root .hero-form{gap:8px}.lyho-root .hero-form .email-input{padding:12px 16px;font-size:12px;letter-spacing:2px}.lyho-root .hero-form .submit-btn{padding:13px;font-size:10px;letter-spacing:3px}.lyho-root .consent-row{font-size:10px;gap:8px}.lyho-root .scroll-hint{bottom:16px}.lyho-root .scroll-hint span{font-size:9px;letter-spacing:3px}.lyho-root .scroll-line{height:22px}}@media(max-height:640px){.lyho-root .scene-1{padding-top:70px;padding-bottom:56px}.lyho-root .cd-number{font-size:clamp(36px,9vw,50px)}.lyho-root .scene-1 .incentives{margin-top:10px;margin-bottom:10px}.lyho-root .incentive-text{font-size:13px}}.lyho-root .incentive-link{position:absolute;top:10px;right:12px;font-family:Inter,sans-serif;font-size:9px;letter-spacing:1.5px;text-transform:uppercase;color:#ffffffa6;border-bottom:1px solid rgba(255,255,255,.35);padding-bottom:1px;transition:color .3s,border-color .3s}.lyho-root .incentive-link:hover{color:#fff;border-color:#ffffffd9}.lyho-root .consent-row{display:flex;align-items:flex-start;gap:10px;font-family:Inter,sans-serif;font-size:11px;line-height:1.5;letter-spacing:.5px;color:#fffc;text-align:left;cursor:pointer;padding:6px 0;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.lyho-root .consent-row input[type=checkbox]{margin:0;width:18px;height:18px;flex-shrink:0;cursor:pointer;-webkit-appearance:none;appearance:none;background:#fff;border:1px solid rgba(255,255,255,.6);border-radius:3px;position:relative;touch-action:manipulation;display:inline-block}.lyho-root .consent-row input[type=checkbox]:checked{background:#fff;border-color:#fff}.lyho-root .consent-row input[type=checkbox]:checked:after{content:"";position:absolute;left:5px;top:1px;width:5px;height:10px;border:solid #000;border-width:0 2px 2px 0;transform:rotate(45deg)}.lyho-root .scroll-hint{position:absolute;bottom:28px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;opacity:0;transition:opacity .7s .5s}.lyho-root .scene.active .scroll-hint{opacity:1}.lyho-root .scroll-hint span{font-size:10px;letter-spacing:3.5px;text-transform:uppercase;color:#fff6}.lyho-root .scroll-line{width:1px;height:32px;background:#ffffff40;animation:lyhoScrollPulse 2s ease-in-out infinite}@keyframes lyhoScrollPulse{0%,to{opacity:.3;transform:scaleY(1)}50%{opacity:1;transform:scaleY(1.15)}}.lyho-root .scene-2{justify-content:center;align-items:center}.lyho-root .typewriter{font-family:Inter,sans-serif;font-weight:400;font-size:clamp(11px,1.6vw,13px);color:#fff;letter-spacing:4px;text-transform:uppercase;text-shadow:0 2px 24px rgba(0,0,0,.5);text-align:center;white-space:nowrap;border-right:2px solid rgba(255,255,255,.85);padding-right:4px;animation:tw-caret .8s steps(1) infinite}@keyframes tw-caret{50%{border-right-color:transparent}}.lyho-root .scene-3{background:var(--cream);padding:0;justify-content:flex-start;overflow-y:auto;scroll-snap-align:start}.lyho-root .grid-header{padding:72px 28px 24px;text-align:center;opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}@media(min-width:768px){.lyho-root .grid-header{padding:36px 28px 24px}}.lyho-root .scene-3.active .grid-header{opacity:1;transform:translateY(0)}.lyho-root .grid-header-logo{margin-bottom:6px;display:flex;justify-content:center}.lyho-root .grid-header-logo svg text{fill:var(--black)}.lyho-root .grid-header-sub{font-family:Cormorant Garamond,serif;font-style:italic;font-size:16px;color:var(--gray)}.lyho-root .insta-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2px}@media(min-width:768px){.lyho-root .insta-grid{grid-template-columns:repeat(3,1fr)}}.lyho-root .insta-cell{aspect-ratio:1 / 1;overflow:hidden;background:#e8e4dc;opacity:0;transform:scale(.97);transition:opacity .5s ease,transform .5s ease}@media(max-width:767px){.lyho-root .insta-grid .insta-cell:last-child{grid-column:span 2;aspect-ratio:2 / 1}}.lyho-root .scene-3.active .insta-cell{opacity:1;transform:scale(1)}.lyho-root .scene-3.active .insta-cell:nth-child(1){transition-delay:.05s}.lyho-root .scene-3.active .insta-cell:nth-child(2){transition-delay:.1s}.lyho-root .scene-3.active .insta-cell:nth-child(3){transition-delay:.15s}.lyho-root .scene-3.active .insta-cell:nth-child(4){transition-delay:.2s}.lyho-root .scene-3.active .insta-cell:nth-child(5){transition-delay:.25s}.lyho-root .scene-3.active .insta-cell:nth-child(6){transition-delay:.3s}.lyho-root .scene-3.active .insta-cell:nth-child(7){transition-delay:.35s}.lyho-root .scene-3.active .insta-cell:nth-child(8){transition-delay:.4s}.lyho-root .scene-3.active .insta-cell:nth-child(9){transition-delay:.45s}.lyho-root .insta-cell img{width:100%;height:100%;object-fit:cover;display:block;filter:grayscale(100%) contrast(1.05) brightness(.98);transition:transform .5s ease}.lyho-root .insta-cell:hover img{transform:scale(1.06)}.lyho-root .scene-3-footer{padding:32px 28px 40px;text-align:center;border-top:1px solid #e0dbd3}.lyho-root .footer-links{display:flex;justify-content:center;gap:28px;margin-top:12px}.lyho-root .footer-links a{font-size:11px;letter-spacing:2.5px;color:var(--gray);text-decoration:none;text-transform:uppercase}.lyho-root .footer-links a:hover{color:var(--black)}.lyho-root .footer-tagline{font-family:Cormorant Garamond,serif;font-style:italic;font-size:16px;color:var(--gray)}.lyho-root .nav-dots{position:fixed;right:18px;top:50%;transform:translateY(-50%);z-index:400;display:flex;flex-direction:column;gap:10px}.lyho-root .dot{width:5px;height:5px;border-radius:50%;background:#ffffff59;cursor:pointer;transition:background .3s,transform .3s}.lyho-root .dot.active{background:#fff;transform:scale(1.5)}.lyho-root .dot.dark-dot{background:#00000040}.lyho-root .dot.dark-dot.active{background:var(--black)}.cp-root{min-height:100vh;background:var(--cream);font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;color:var(--black)}.cp-nav{position:sticky;top:0;z-index:300;display:flex;align-items:center;justify-content:center;padding:22px 32px;background:#fff;border-bottom:1px solid #e0dbd3}.cp-logo{text-decoration:none;display:flex;align-items:center}.cp-logo-img{height:36px;width:auto;display:block;filter:invert(1);opacity:1}.cp-main{max-width:720px;margin:0 auto;padding:56px 28px 80px}@media(min-width:768px){.cp-main{padding:72px 32px 100px}}.cp-title{font-family:Cormorant Garamond,serif;font-size:clamp(28px,5vw,40px);font-weight:300;letter-spacing:-.5px;color:var(--black);text-align:center;margin-bottom:6px}.cp-updated{font-size:12px;letter-spacing:2px;text-transform:uppercase;color:var(--gray);text-align:center;margin-bottom:48px}.cp-section{margin-bottom:48px}.cp-section-title{font-family:Cormorant Garamond,serif;font-size:20px;font-weight:400;font-style:italic;color:var(--black);margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid #e0dbd3}.cp-content p{font-size:14px;line-height:1.75;color:var(--gray);margin-bottom:12px}.cp-content strong{color:var(--black);font-weight:500}.cp-list{list-style:none;padding:0;margin:16px 0 16px 4px}.cp-list li{position:relative;font-size:14px;line-height:1.75;color:var(--gray);padding-left:20px;margin-bottom:8px}.cp-list li:before{content:"";position:absolute;left:0;top:10px;width:5px;height:5px;border-radius:50%;background:var(--lg)}.cp-footer{padding:32px 28px 40px;text-align:center;border-top:1px solid #e0dbd3}.cp-footer-links{display:flex;justify-content:center;gap:28px;margin-bottom:12px}.cp-footer-links a{font-size:11px;letter-spacing:2.5px;color:var(--gray);text-decoration:none;text-transform:uppercase}.cp-footer-links a:hover{color:var(--black)}.cp-footer-copy{font-family:Cormorant Garamond,serif;font-style:italic;font-size:16px;color:var(--gray)}
