.landingHero-module__E5Larq__hero{width:100%;min-height:calc(100vh - var(--nav-height));justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}@supports (min-height:100svh){.landingHero-module__E5Larq__hero{min-height:calc(100svh - var(--nav-height))}}.landingHero-module__E5Larq__heroImage{object-fit:cover;z-index:0}.landingHero-module__E5Larq__heroOverlay{z-index:1;background:linear-gradient(#14161473 0%,#1416144d 50%,#141614b3 100%);position:absolute;inset:0}.landingHero-module__E5Larq__heroContent{z-index:2;width:100%;max-width:var(--container-max);padding:2rem var(--container-padding);grid-template-rows:1fr auto 1fr;place-items:center;margin:0 auto;display:grid;position:absolute;inset:0}.landingHero-module__E5Larq__heroTextSection{text-align:center;grid-row:1}.landingHero-module__E5Larq__heroTitle{font-family:var(--font-heading), sans-serif;letter-spacing:.02em;color:#fff;white-space:pre-line;margin-bottom:.4rem;font-size:clamp(1.5rem,4vw,2.4rem);font-weight:400;line-height:1.2}.landingHero-module__E5Larq__heroSubtitle{color:#ffffffe6;white-space:pre-line;max-width:1000px;margin:0 auto;font-size:clamp(1rem,2vw,1.25rem);line-height:1.6}.landingHero-module__E5Larq__searchForm{grid-row:2;width:100%;max-width:1000px}.landingHero-module__E5Larq__searchRow{flex-wrap:nowrap;align-items:flex-end;gap:.75rem;display:flex}.landingHero-module__E5Larq__selectWrapper{flex-direction:column;flex:1;gap:.3rem;min-width:0;display:flex}.landingHero-module__E5Larq__selectLabel{letter-spacing:.08em;text-transform:uppercase;color:#ffffffd9;text-align:left;font-size:.75rem;font-weight:600}.landingHero-module__E5Larq__select{border-radius:var(--radius-md);-webkit-backdrop-filter:blur(8px);color:#fff;appearance:none;cursor:pointer;width:100%;min-height:52px;transition:border-color var(--transition), background var(--transition);background:#ffffff40 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='white' d='M6 8L0 0h12z'/%3E%3C/svg%3E") right .75rem center/10px 7px no-repeat;border:1px solid #fff6;padding:.6rem 2rem .6rem 1rem;font-family:inherit;font-size:1rem}.landingHero-module__E5Larq__select:hover{background:#ffffff2e;border-color:#ffffff80}.landingHero-module__E5Larq__select:focus{outline-offset:1px;border-color:#fff9;outline:2px solid #ffffff80}.landingHero-module__E5Larq__select option{color:var(--text-primary);background:var(--bg-secondary)}.landingHero-module__E5Larq__locationInput{border-radius:var(--radius-md);-webkit-backdrop-filter:blur(8px);color:#fff;width:100%;min-height:52px;transition:border-color var(--transition), background var(--transition);background:#ffffff40;border:1px solid #fff6;padding:.6rem 1rem;font-family:inherit;font-size:1rem}.landingHero-module__E5Larq__locationInput::placeholder{color:#ffffffb3}.landingHero-module__E5Larq__locationInput:focus{outline-offset:1px;background:#ffffff2e;border-color:#fff9;outline:2px solid #ffffff80}.landingHero-module__E5Larq__heroActions{flex-shrink:0;align-items:flex-end;gap:.5rem;display:flex}.landingHero-module__E5Larq__moreFiltersBtn{border-radius:var(--radius-md);-webkit-backdrop-filter:blur(8px);color:#fff;min-height:52px;font-family:var(--font-sans), sans-serif;cursor:pointer;white-space:nowrap;transition:border-color var(--transition), background var(--transition);background:#ffffff40;border:1px solid #fff6;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-size:.9rem;font-weight:500;display:inline-flex;position:relative}.landingHero-module__E5Larq__moreFiltersBtn:hover{background:#ffffff2e;border-color:#ffffff80}.landingHero-module__E5Larq__moreFiltersBtn:focus{outline-offset:1px;outline:2px solid #ffffff80}.landingHero-module__E5Larq__moreFiltersActive{border-color:var(--accent);background:#ffffff2e}.landingHero-module__E5Larq__filterDot{background:var(--accent);border-radius:50%;width:7px;height:7px;position:absolute;top:6px;right:6px}.landingHero-module__E5Larq__searchBtn{border-radius:var(--radius-md);background:var(--accent);color:#fff;min-height:52px;font-family:var(--font-sans), sans-serif;text-transform:uppercase;letter-spacing:.15em;cursor:pointer;transition:background var(--transition), transform var(--transition);white-space:nowrap;border:none;flex-shrink:0;padding:.6rem 2.2rem;font-size:1rem;font-weight:600}.landingHero-module__E5Larq__searchBtn:hover{background:var(--accent-light);transform:translateY(-2px)}.landingHero-module__E5Larq__searchBtn:active{transform:translateY(0)}.landingHero-module__E5Larq__heroFormFooter{justify-content:space-between;align-items:center;margin-top:1rem;display:flex}.landingHero-module__E5Larq__whyLink{text-transform:uppercase;letter-spacing:.25em;color:#fff9;transition:all var(--transition);align-items:center;padding:.5rem 0;font-size:.7rem;font-weight:600;display:inline-flex}.landingHero-module__E5Larq__whyLink:hover{color:#fff;transform:translate(4px)}@media (max-width:768px){.landingHero-module__E5Larq__hero{min-height:calc(100vh - var(--nav-height))}@supports (min-height:100svh){.landingHero-module__E5Larq__hero{min-height:calc(100svh - var(--nav-height))}}.landingHero-module__E5Larq__heroContent{padding:2rem var(--container-padding)}.landingHero-module__E5Larq__searchRow{flex-wrap:wrap}.landingHero-module__E5Larq__selectWrapper{flex:calc(50% - .375rem);min-width:0}.landingHero-module__E5Larq__selectWrapper:last-of-type,.landingHero-module__E5Larq__heroActions{flex:100%}.landingHero-module__E5Larq__moreFiltersBtn{flex:1;justify-content:center}.landingHero-module__E5Larq__searchBtn{flex:1}}@media (max-width:480px){.landingHero-module__E5Larq__hero{min-height:calc(100vh - var(--nav-height))}@supports (min-height:100svh){.landingHero-module__E5Larq__hero{min-height:calc(100svh - var(--nav-height))}}.landingHero-module__E5Larq__selectWrapper{flex:100%}.landingHero-module__E5Larq__heroActions{flex-wrap:wrap}.landingHero-module__E5Larq__moreFiltersBtn{flex:100%;justify-content:center}.landingHero-module__E5Larq__searchBtn{flex:100%}}
