@import "https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap";:root{--color-bg:#000;--color-surface:#fff;--color-text:#fff;--color-text-inverted:#222;--color-brand:#a61b36;--color-brand-accent:#b23a3a;--color-warning:#ffe08a;--color-disabled-bg:#d9d9d9;--color-disabled-text:#999}*,:before,:after{box-sizing:border-box}html{scroll-snap-type:y mandatory;height:100%;overflow-y:scroll}body{height:100%;margin:0;padding:0}#root{width:100%;height:100%}.page{background-color:var(--color-bg);scroll-snap-align:start;scroll-snap-stop:always;width:100%;height:100vh;position:relative;overflow:hidden}.grecaptcha-badge{visibility:hidden}.scroll-container{touch-action:pan-y;width:100%}.page-bg{width:auto;height:100%;display:block;position:absolute;top:0;left:50%;transform:translate(-50%)}@media (width<=480px){.page-bg{width:100%;height:auto;top:auto;bottom:0;left:0;transform:none}}@media (width>=481px) and (width<=1024px){.page-bg{width:100%;height:auto;top:50%;left:0;transform:translateY(-40%)}}.form-overlay{z-index:9999;background:#0009;justify-content:center;align-items:center;width:100%;height:100%;animation:.2s ease-out fadeIn;display:flex;position:fixed;top:0;left:0}.form-container{background:var(--color-brand);color:var(--color-text);border-radius:8px;flex-direction:column;gap:.75rem;width:420px;max-width:90vw;max-height:90vh;padding:1.5rem 1.75rem;animation:.25s cubic-bezier(.34,1.56,.64,1) scaleIn;display:flex;position:relative;overflow-y:auto}.form-title{margin:0 0 .25rem;font-size:1.25rem}.form-close{cursor:pointer;color:var(--color-text);background:0 0;border:none;font-size:1.3rem;line-height:1;position:absolute;top:.5rem;right:.6rem}form{flex-direction:column;gap:.65rem;display:flex}.form-row{gap:.6rem;display:flex}.form-row .form-field{flex:1;min-width:0}.form-field{flex-direction:column;gap:.2rem;display:flex}.form-field label{font-size:.8rem;font-weight:600}.optional-tag{opacity:.75;font-size:.75rem;font-weight:400}input,textarea{background:var(--color-surface);color:var(--color-text-inverted);box-sizing:border-box;border:none;border-radius:4px;width:100%;padding:.4rem .55rem;font-family:inherit;font-size:.9rem}textarea{resize:vertical;min-height:60px}input[type=file]{color:var(--color-text);background:0 0;padding:.2rem 0;font-size:.8rem}.field-hint{opacity:.85;font-size:.7rem}.field-error{color:var(--color-warning);font-size:.7rem}.file-list{flex-wrap:wrap;gap:.3rem;margin:.2rem 0 0;padding:0;list-style:none;display:flex}.file-list li{background:#ffffff1f;border-radius:4px;align-items:center;gap:.3rem;max-width:100%;padding:.2rem .5rem;font-size:.7rem;display:flex}.file-list li span{text-overflow:ellipsis;white-space:nowrap;max-width:140px;overflow:hidden}.file-remove{color:var(--color-text);cursor:pointer;background:0 0;border:none;flex-shrink:0;font-size:.9rem;line-height:1}.form-submit{background:var(--color-surface);color:var(--color-brand-accent);cursor:pointer;border:none;border-radius:4px;margin-top:.25rem;padding:.55rem;font-size:.9rem;font-weight:700;transition:transform .15s,background .15s,color .15s}.form-submit:not(:disabled):hover{transform:scale(1.02)}.form-submit:disabled{background:var(--color-disabled-bg);color:var(--color-disabled-text);cursor:not-allowed;transform:none}.form-error-banner{color:var(--color-text);background:#00000040;border:1px solid #fff6;border-radius:4px;padding:.5rem .7rem;font-size:.8rem;animation:.15s ease-out fadeIn}.form-success{text-align:center;flex-direction:column;align-items:center;gap:.5rem;padding:1rem 0;display:flex}.form-success-check{color:var(--color-text);font-size:2.5rem;line-height:1}.recaptcha-disclosure{opacity:.75;margin:0;font-size:.68rem;line-height:1.3}.recaptcha-disclosure a{color:inherit;text-decoration:underline}body.form-open .grecaptcha-badge{visibility:visible!important;z-index:2147483647!important}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.mobile-title-wrapper{z-index:2;pointer-events:none;background:var(--color-bg);border-radius:4px;padding:.3em .7em;position:absolute;left:50%;transform:translate(-50%)}.mobile-title{color:var(--color-text);letter-spacing:.15em;text-align:center;white-space:nowrap;margin:0;font-family:Bebas Neue,sans-serif;font-size:clamp(1.85rem,6vw,3rem)}.interior-video-wrap{width:100%;height:100%}.interior-video{object-fit:cover;pointer-events:none;width:100%;height:100%;display:block}.interior-video-mobile{object-fit:cover;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.interior-back{z-index:3;width:3rem;height:3rem;color:var(--color-text);cursor:pointer;background:#00000073;border:1px solid #ffffff59;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;line-height:1;display:flex;position:absolute;top:1rem;left:1rem}.interior-back:hover{background:#000000a6}
