*,:before,:after{box-sizing:border-box;margin:0;padding:0}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}:root{--gold:#c9a96e;--gold-light:#e8d5b0;--gold-dark:#9a7a45;--ink:#0d0d0d;--white-60:#fff9;--white-30:#ffffff4d;--white-10:#ffffff14;--ease-out:cubic-bezier(.16, 1, .3, 1)}.cs-page{background-color:var(--ink);color:#fff;flex-direction:column;justify-content:center;align-items:center;min-height:100dvh;font-family:Outfit,sans-serif;display:flex;position:relative;overflow:hidden}.cs-glow{filter:blur(120px);pointer-events:none;border-radius:50%;position:absolute}.cs-glow--top{background:radial-gradient(circle,#c9a96e2e 0%,#0000 70%);width:600px;height:600px;animation:8s ease-in-out infinite alternate glowPulse;top:-200px;left:50%;transform:translate(-50%)}.cs-glow--left{background:radial-gradient(circle,#c9a96e1a 0%,#0000 70%);width:400px;height:400px;animation:8s ease-in-out -3s infinite alternate glowPulseSimple;bottom:10%;left:-100px}.cs-glow--right{background:radial-gradient(circle,#c9a96e1a 0%,#0000 70%);width:350px;height:350px;animation:8s ease-in-out -6s infinite alternate glowPulseSimple;top:20%;right:-80px}@keyframes glowPulse{0%{opacity:.6;transform:translate(-50%)scale(1)}to{opacity:1;transform:translate(-50%)scale(1.15)}}@keyframes glowPulseSimple{0%{opacity:.5}to{opacity:1}}.cs-grain{opacity:.025;pointer-events:none;z-index:1;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");width:200%;height:200%;animation:.5s steps(2,end) infinite grainShift;position:fixed;inset:-50%}@keyframes grainShift{0%{transform:translate(0)}25%{transform:translate(-2%,-3%)}50%{transform:translate(3%,1%)}75%{transform:translate(-1%,4%)}to{transform:translate(2%,-2%)}}.cs-line--top{background:linear-gradient(90deg,#0000,#c9a96e80,#0000);height:1px;position:absolute;top:0;left:0;right:0}.cs-line--bottom{background:linear-gradient(90deg,#0000,#c9a96e80,#0000);height:1px;position:absolute;bottom:0;left:0;right:0}.cs-content{z-index:2;text-align:center;flex-direction:column;align-items:center;width:100%;max-width:760px;padding:2rem 1.5rem;display:flex;position:relative}.cs-logo{animation:fadeUp 1s var(--ease-out) both;margin-bottom:2.5rem}.cs-logo img{filter:brightness(0)invert();opacity:.9;width:auto;height:52px}.cs-logo-text{letter-spacing:.4em;text-transform:uppercase;color:#e8d5b0;font-family:Playfair Display,serif;font-size:1.4rem;font-weight:400}.cs-label{letter-spacing:4px;text-transform:uppercase;color:#c9a96e;animation:fadeUp 1s var(--ease-out) .1s both;margin-bottom:1.25rem;font-size:.68rem;font-weight:600}.cs-headline{letter-spacing:-.02em;color:#fff;animation:fadeUp 1s var(--ease-out) .2s both;margin-bottom:1.25rem;font-family:Playfair Display,serif;font-size:clamp(2.4rem,6vw,4.2rem);font-weight:400;line-height:1.15}.cs-headline em{color:#e8d5b0;font-style:italic}.cs-subtext{color:#ffffff8c;max-width:480px;animation:fadeUp 1s var(--ease-out) .3s both;margin-bottom:2.5rem;font-size:1rem;font-weight:300;line-height:1.8}.cs-ornament{width:160px;animation:fadeUp 1s var(--ease-out) .35s both;align-items:center;gap:1rem;margin-bottom:2.5rem;display:flex}.cs-ornament:before{content:"";background:linear-gradient(90deg,#0000,#9a7a45);flex:1;height:1px}.cs-ornament:after{content:"";background:linear-gradient(90deg,#9a7a45,#0000);flex:1;height:1px}.cs-ornament__diamond{background:#c9a96e;flex-shrink:0;width:5px;height:5px;transform:rotate(45deg)}.cs-countdown{animation:fadeUp 1s var(--ease-out) .4s both;align-items:flex-start;gap:clamp(.75rem,3vw,1.75rem);margin-bottom:3.5rem;display:flex}.cs-countdown__block{flex-direction:column;align-items:center;gap:.6rem;display:flex}.cs-countdown__number{color:#fff;text-align:center;background:#ffffff0f;border:1px solid #c9a96e33;border-radius:6px;min-width:80px;padding:.65rem 1rem;font-family:Playfair Display,serif;font-size:clamp(2.2rem,6vw,3.6rem);font-weight:400;line-height:1;transition:color .3s;position:relative}.cs-countdown__number:after{content:"";background:linear-gradient(90deg,#0000,#c9a96e66,#0000);height:1px;position:absolute;bottom:0;left:0;right:0}.cs-countdown__label{letter-spacing:3px;text-transform:uppercase;color:#c9a96e;font-size:.62rem;font-weight:600}.cs-countdown__sep{color:#c9a96e66;padding-top:.4rem;font-family:Playfair Display,serif;font-size:clamp(1.8rem,4vw,2.8rem)}.cs-notify{width:100%;max-width:420px;animation:fadeUp 1s var(--ease-out) .5s both;margin-bottom:2.8rem}.cs-notify__label{letter-spacing:2px;text-transform:uppercase;color:#ffffff80;margin-bottom:.9rem;font-size:.7rem;font-weight:500;display:block}.cs-notify__form{border:1px solid #c9a96e4d;border-radius:3px;transition:border-color .3s,box-shadow .3s;display:flex;overflow:hidden}.cs-notify__form:focus-within{border-color:#c9a96ea6;box-shadow:0 0 0 3px #c9a96e14}.cs-notify__input{color:#fff;background:#ffffff0f;border:none;outline:none;flex:1;padding:.85rem 1.1rem;font-family:Outfit,sans-serif;font-size:.9rem}.cs-notify__input::placeholder{color:#ffffff40}.cs-notify__btn{cursor:pointer;letter-spacing:2.5px;text-transform:uppercase;color:#0d0d0d;white-space:nowrap;background:#c9a96e;border:none;flex-shrink:0;padding:.85rem 1.4rem;font-family:Outfit,sans-serif;font-size:.68rem;font-weight:600;transition:background .25s}.cs-notify__btn:hover{background:#e8d5b0}.cs-notify__success{color:#e8d5b0;background:#ffffff0d;border:1px solid #c9a96e59;border-radius:3px;justify-content:center;align-items:center;gap:.6rem;padding:.85rem 1rem;font-size:.85rem;display:none}.cs-notify__success.visible{display:flex}.cs-social{animation:fadeUp 1s var(--ease-out) .6s both;align-items:center;gap:1.5rem;margin-bottom:2.5rem;display:flex}.cs-social__label{letter-spacing:2.5px;text-transform:uppercase;color:#ffffff40;font-size:.65rem;font-weight:500}.cs-social__link{color:#ffffff8c;letter-spacing:.5px;border-bottom:1px solid #0000;align-items:center;gap:.5rem;padding-bottom:1px;font-size:.82rem;font-weight:400;text-decoration:none;transition:color .25s,border-color .25s;display:flex}.cs-social__link:hover{color:#e8d5b0;border-bottom-color:#c9a96e80}.cs-social__link svg{fill:currentColor;flex-shrink:0;width:15px;height:15px}.cs-social__divider{background:#ffffff1f;width:1px;height:14px}.cs-whatsapp{color:#ffffff8c;border-bottom:1px solid #0000;align-items:center;gap:.5rem;padding-bottom:1px;font-size:.82rem;text-decoration:none;transition:color .25s;display:flex}.cs-whatsapp:hover{color:#e8d5b0;border-bottom-color:#c9a96e80}.cs-whatsapp svg{fill:currentColor;width:15px;height:15px}.cs-footer{color:#ffffff2e;letter-spacing:1px;animation:fadeUp 1s var(--ease-out) .7s both;font-size:.68rem}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.cs-countdown__number.flip{animation:.4s cubic-bezier(.16,1,.3,1) flipDigit}@keyframes flipDigit{0%{opacity:1;transform:rotateX(0)}40%{opacity:0;transform:rotateX(-90deg)}60%{opacity:0;transform:rotateX(90deg)}to{opacity:1;transform:rotateX(0)}}@media (max-width:540px){.cs-countdown{gap:.6rem}.cs-countdown__number{min-width:62px;padding:.5rem .65rem}.cs-countdown__sep{padding-top:.35rem;font-size:1.6rem}.cs-notify__form{flex-direction:column}.cs-notify__input{border-bottom:1px solid #c9a96e26}.cs-notify__btn{text-align:center;padding:.85rem}.cs-social{flex-wrap:wrap;justify-content:center;gap:.6rem 1rem}.cs-social__label{text-align:center;width:100%}.cs-social__divider{display:none}}
