@import"https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;700&display=swap";:root{--hu-accent: #f59e0b;--hu-accent-dark: #d97706;--hu-bg: #080810;--hu-surface: #10101c;--hu-text: #f0ede0;--hu-muted: #9090a0;--hu-border: #1e1e2e}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}body{display:grid;grid-template-columns:200px 1fr;min-height:100vh;background:var(--hu-bg);color:var(--hu-text);font-family:system-ui,sans-serif;line-height:1.6}.hu-sidebar{position:sticky;top:0;height:100vh;background:var(--hu-surface);border-right:1px solid var(--hu-border);display:flex;flex-direction:column;padding:2rem 1.5rem;gap:.5rem;overflow-y:auto}.hu-sidebar__logo{font-family:EB Garamond,serif;font-size:1.1rem;font-weight:700;color:var(--hu-text);margin-bottom:2rem;line-height:1.3}.hu-sidebar__logo em{color:var(--hu-accent);font-style:normal}.hu-sidebar__nav{display:flex;flex-direction:column;gap:.25rem;flex:1}.hu-sidebar__nav a{font-size:.875rem;color:var(--hu-muted);padding:.5rem .75rem;border-radius:.25rem;transition:all .2s}.hu-sidebar__nav a:hover{color:var(--hu-text);background:#f59e0b1a}.hu-sidebar__cta{display:block;background:var(--hu-accent);color:#000;font-weight:700;font-size:.8rem;padding:.65rem 1rem;text-align:center;border-radius:.25rem;margin-top:1rem}.hu-sidebar__badge{font-size:.65rem;color:var(--hu-muted);text-align:center;margin-top:.5rem}.hu-main{overflow-x:hidden}.hu-mobile-bar{display:none}@media(max-width:768px){body{grid-template-columns:1fr}.hu-sidebar{display:none}.hu-mobile-bar{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:var(--hu-surface);border-bottom:1px solid var(--hu-border)}.hu-mobile-bar__logo{font-family:EB Garamond,serif;font-weight:700}.hu-mobile-bar__btn{background:none;border:none;color:var(--hu-text);font-size:1.4rem;cursor:pointer}.hu-sidebar.hu-sidebar--open{display:flex;position:fixed;top:0;left:0;height:100vh;z-index:200;width:240px}}.hu-hero{position:relative;height:80vh;overflow:hidden}.hu-hero__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hu-hero__overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.85) 0%,rgba(0,0,0,.2) 60%,transparent 100%)}.hu-hero__text{position:absolute;bottom:2.5rem;left:2.5rem;max-width:500px}.hu-hero__text h1{font-family:EB Garamond,serif;font-size:clamp(2rem,4vw,3.2rem);font-weight:700;margin-bottom:.75rem;line-height:1.15}.hu-hero__text p{color:#f0ede0cc;font-size:1rem;margin-bottom:1.5rem}.hu-hero__btn{display:inline-block;background:var(--hu-accent);color:#000;padding:.8rem 2rem;font-weight:700;font-size:.9rem}.hu-feat-section{padding:3rem 2.5rem;max-width:900px;margin:0 auto}.hu-feat-ol{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.hu-feat-item{display:flex;gap:1rem;align-items:flex-start}.hu-feat-num{font-family:EB Garamond,serif;font-size:2.5rem;font-weight:700;color:var(--hu-accent);opacity:.6;line-height:1;min-width:2.5rem}.hu-feat-body dt{font-family:EB Garamond,serif;font-size:1.05rem;font-weight:700;color:var(--hu-text);margin-bottom:.3rem}.hu-feat-body dd{font-size:.875rem;color:var(--hu-muted);line-height:1.6}.hu-lounge-fig{margin:0}.hu-lounge-img{width:100%;height:400px;object-fit:cover}.hu-lounge-fig figcaption{padding:1rem 2.5rem;font-size:.875rem;color:var(--hu-muted)}.hu-cities{padding:3rem 2.5rem}.hu-cities h2{font-family:EB Garamond,serif;font-size:1.6rem;margin-bottom:1.5rem}.hu-acc-item{border-bottom:1px solid var(--hu-border)}.hu-acc-summary{padding:1rem 0;cursor:pointer;font-weight:600;font-size:.9rem;color:var(--hu-muted);list-style:none;display:flex;justify-content:space-between}.hu-acc-summary:hover{color:var(--hu-text)}.hu-acc-summary:after{content:"+";color:var(--hu-accent)}details[open] .hu-acc-summary:after{content:"−"}.hu-acc-list{list-style:none;padding:.5rem 0 1rem 1rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.4rem}.hu-acc-list a{font-size:.825rem;color:var(--hu-muted);transition:color .2s}.hu-acc-list a:hover{color:var(--hu-accent)}.hu-cta{padding:3rem 2.5rem;text-align:center;border-top:1px solid var(--hu-border)}.hu-cta h2{font-family:EB Garamond,serif;font-size:1.8rem;margin-bottom:.75rem}.hu-cta p{color:var(--hu-muted);margin-bottom:1.5rem;font-size:.9rem}.hu-cta__btn{display:inline-block;background:var(--hu-accent);color:#000;padding:.85rem 2.5rem;font-weight:700}.hu-footer{padding:1.5rem 2.5rem;border-top:1px solid var(--hu-border);font-size:.75rem;color:var(--hu-muted);display:flex;justify-content:space-between}
