:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}@font-face{font-family:Act of Rejection;src:url(/assets/Act_Of_Rejection-B3Glw5wK.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:The Heart of Everything;src:url(/assets/TheHeartOfEverything-Hm9I4cjg.ttf) format("truetype");font-weight:400;font-style:normal}.no-scroll{position:fixed;width:100%;overflow-y:scroll;top:0;left:0}.app-container{display:flex;flex-direction:column;align-items:center;width:100vw;min-height:100vh;background-color:#000}.custom-navbar{position:sticky;top:0;z-index:1000;background-color:#0007;padding:16px 32px;display:flex;justify-content:space-between;align-items:center;font-family:Arial,sans-serif;width:100%}.logo{color:#fff;font-weight:700;font-size:24px;letter-spacing:1px;padding-left:20%;font-family:Act of Rejection,sans-serif}.nav-links{display:flex;align-items:center;gap:32px;padding:0 20% 0 20px}.nav-links a{color:#fff;text-decoration:none;font-weight:700;transition:opacity .2s;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.nav-links a:hover{opacity:.7}.book-btn{background-color:#ffc857;color:#000;border:none;padding:10px 20px;font-weight:700;cursor:pointer;transition:background-color .2s}.hamburger{display:none;flex-direction:column;cursor:pointer;gap:5px;z-index:2}.hamburger .bar{width:25px;height:3px;background-color:#fff;transition:.3s}.rotate1{transform:rotate(45deg) translate(5px,5px)}.rotate2{transform:rotate(-45deg) translate(5px,-5px)}.fade{opacity:0}@media (max-width: 1089px){.custom-navbar{padding:16px;justify-content:space-between}.nav-links{position:absolute;top:64px;right:0;height:calc(100vh - 64px);width:100%;display:none;flex-direction:column;gap:20px;padding:20px;background-color:#0006;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.logo{padding-left:20px}.nav-links.open{display:flex;justify-content:center}.hamburger{display:flex;padding-right:40px}.nav-links.open a,.nav-links.open .book-btn{font-size:32px}}.hero{max-width:95vw;margin:0 auto}.video-container{position:relative;width:1850px;height:1100px;max-width:95vw;max-height:85vh;aspect-ratio:16 / 9;overflow:hidden;border-radius:16px;background:#000}.hero-video{width:100%;height:100%;object-fit:cover;display:block}.quote-below{margin:12px auto 0;text-align:center;color:#fff;font-size:clamp(3.5rem,2.2vw,1.5rem);font-family:The Heart of Everything,sans-serif;line-height:1.3;max-width:60ch}.quote-below{color:#fff}.about-container{background-color:#000;color:#fff;padding:60px 20px;max-width:900px;margin:0 auto;font-family:Arial,sans-serif}.about-container h2{font-size:28px;font-weight:700;margin-bottom:20px}.about-container p{font-size:16px;color:#ccc;line-height:1.6;margin-bottom:30px}.about-container h3{color:#ffc857;margin-bottom:10px;font-size:18px}.about-container ul{list-style-type:none;padding-left:0}.about-container li{margin-bottom:10px;font-size:15px}.packages-section{display:flex;justify-content:center;gap:24px;padding:40px 20px;background-color:#111;flex-wrap:wrap}.package-card{background-color:#000;color:#fff;border:1px solid #222;padding:24px;width:280px;display:flex;flex-direction:column;justify-content:space-between;gap:16px}.icon{font-size:28px;color:#c92222}.title{font-size:18px;font-weight:700}.title.red{color:#ffc857}.package-card p{font-size:14px;color:#ccc;line-height:1.4}.book-btn{background-color:#ffc857;color:#000;border:none;padding:12px;font-weight:700;cursor:pointer;transition:background-color .2s}.book-btn:hover{background-color:#ffc857}.modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:9999}.modal{background:#1c1c1c;color:#fff;width:92%;max-width:560px;border-radius:10px;padding:24px 24px 28px;position:relative}.close-btn{position:absolute;top:12px;right:12px;background:transparent;color:#fff;border:0;font-size:28px;cursor:pointer}.month-bar{display:flex;align-items:center;justify-content:center;gap:12px;margin:8px 0 6px}.month-title{font-weight:700}.nav-arrow{background:#333;color:#fff;border:0;width:32px;height:32px;border-radius:6px;cursor:pointer}.nav-arrow:hover{background:#444}.weekday-row{display:grid;grid-template-columns:repeat(7,1fr);gap:8px;margin-top:10px;color:#bbb;font-size:12px}.weekday{text-align:center}.calendar{display:grid;grid-template-columns:repeat(7,1fr);gap:8px;margin:10px 0 18px}.day-btn{background:#eee;color:#000;border:0;padding:10px 0;border-radius:8px;cursor:pointer}.day-btn:hover,.day-btn.active{background:#ffc857}.day-btn:disabled{background:#181818;color:#555;cursor:not-allowed}.times-title{margin:6px 0 10px;color:#ddd}.times{display:flex;flex-wrap:wrap;gap:10px}.time-btn{background:#ffc857;border:0;color:#000;padding:10px 14px;border-radius:6px;cursor:pointer;font-weight:600}.time-btn:hover{background:#f8f8f8}.email-modal{background:#1c1c1c;color:#fff;width:92%;max-width:520px;border-radius:10px;padding:22px 22px 24px;position:relative}.summary{background:#111;border:1px solid #2b2b2b;border-radius:8px;padding:12px;margin:8px 0 12px;font-size:14px;color:#ddd;display:grid;gap:6px}.email-form{display:grid;gap:12px}.email-form label{display:flex;flex-direction:column;font-size:14px;color:#ddd;gap:6px}.email-form input,.email-form textarea{background:#0f0f0f;color:#fff;border:1px solid #333;padding:10px 12px;border-radius:6px}.email-form input[type=radio]{accent-color:#FFC857;margin-right:6px;cursor:pointer}.email-form label input[type=radio]+span{margin-left:6px}.email-form legend{font-size:14px;color:#ddd;margin-bottom:6px;font-weight:500}.submit-btn{background:#ffc857;color:#fff;border:0;padding:12px;border-radius:6px;font-weight:700;cursor:pointer}.submit-btn:hover{background:#ffc857}.form-error{color:#ff9b9b;font-size:13px}.packages-section-wrapper{padding:32px 20px;background:#111;width:100%}.section-heading{color:#fff;font-size:22px;font-weight:800;margin:0 auto 16px;max-width:1100px;letter-spacing:.5px}.packages-section{display:flex;justify-content:center;gap:24px;flex-wrap:wrap;padding:8px 0;max-width:1100px;margin:0 auto}.footer{background-color:#1a1a1a;color:#ddd;padding:40px 20px 20px;font-family:Arial,sans-serif;width:100%}.footer-content{display:flex;justify-content:space-between;max-width:1100px;margin:0 auto;flex-wrap:wrap;gap:40px;border-bottom:1px solid #333;padding-bottom:24px}.footer-col{flex:1;min-width:200px}.footer-title{font-size:20px;font-weight:700;margin-bottom:10px;color:#fff}.footer-text{margin-bottom:15px;line-height:1.5}.footer-subtitle{font-weight:700;color:#fff;margin-bottom:10px}.footer-col ul{list-style:none;padding:0;margin:0}.footer-col li{margin-bottom:8px}.footer-bottom{text-align:center;margin-top:20px;font-size:14px;color:#aaa}@media (max-width: 768px){.footer{padding:30px 15px 15px}.footer-content{flex-direction:column;gap:25px;text-align:center}.footer-col{min-width:100%}.footer-title{font-size:18px;margin-bottom:12px}.footer-text{font-size:14px;margin-bottom:12px}.footer-subtitle{font-size:16px;margin-bottom:8px}.footer-col li{margin-bottom:6px;font-size:14px}.footer-bottom{font-size:12px;margin-top:15px;padding:0 10px}}a{color:#ffc857;text-decoration:none}
