.featured-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:24px}.featured-pills{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:40px}.featured-pill{display:inline-flex;align-items:center;padding:8px 18px;border-radius:100px;font-size:var(--font-small);font-weight:500;color:var(--text-secondary);background:var(--surface);border:1px solid var(--border);transition:background-color .25s ease,color .25s ease,border-color .25s ease,transform .25s ease,box-shadow .25s ease;white-space:nowrap}@media (hover:hover) and (pointer:fine){.featured-pill:hover{background:var(--surface-elevated);color:var(--text);border-color:var(--accent-warm);transform:translateY(-2px);box-shadow:0 4px 12px rgba(184,137,92,.12)}}.featured-scroll-wrapper{width:100%;overflow:visible}.featured-scroll{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:0 max(24px,calc((100vw - var(--max-width)) / 2));padding-bottom:8px}.featured-scroll::-webkit-scrollbar{display:none}.featured-scroll-item{flex:0 0 320px;scroll-snap-align:start}.featured-scroll-item .restaurant-card-image{aspect-ratio:4/3}.featured-scroll-item .restaurant-card{position:relative}.featured-scroll-item .restaurant-card:after{content:"";position:absolute;inset:0;border-radius:var(--radius-md);border:2px solid transparent;transition:border-color .3s ease;pointer-events:none}@media (hover:hover) and (pointer:fine){.featured-scroll-item .restaurant-card:hover:after{border-color:var(--accent-warm)}}.featured-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}@media (max-width:1023px){.featured-grid{grid-template-columns:repeat(2,1fr)}.featured-scroll-item{flex:0 0 280px}}@media (max-width:567px){.featured-grid{grid-template-columns:1fr}.featured-scroll-item{flex:0 0 260px}.featured-pills{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px}.featured-pills::-webkit-scrollbar{display:none}}.hero{position:relative;min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-bg{overflow:hidden;background:linear-gradient(165deg,#15121f,#0c0a10 45%,#121018)}.hero-bg,.hero-video{position:absolute;inset:0}.hero-video{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:radial-gradient(ellipse 70% 60% at 50% 50%,rgba(0,0,0,.75) 0,rgba(0,0,0,.55) 60%,rgba(0,0,0,.4) 100%),linear-gradient(0deg,rgba(0,0,0,.5) 0,transparent 50%)}.hero-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 24px;max-width:720px}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 18px;border-radius:100px;background:hsla(0,0%,100%,.1);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.12);font-size:var(--font-xs);font-weight:500;color:hsla(0,0%,100%,.92);letter-spacing:.02em;margin-bottom:32px;animation:heroFadeIn .8s ease both}.hero-badge-dot{width:7px;height:7px;border-radius:50%;background:#4ade80;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.hero-title{font-family:var(--font-serif),Georgia,serif;font-size:clamp(2.25rem,5vw,3.75rem);font-weight:700;letter-spacing:-.025em;line-height:1.15;color:#fff;margin-bottom:20px;text-shadow:0 2px 20px rgba(0,0,0,.35);animation:heroSlideUp .8s cubic-bezier(.16,1,.3,1) .15s both}.hero-title-primary,.hero-title-secondary{display:block}.hero-title-primary{white-space:nowrap}.hero-title-accent{color:#e8b86d}.hero-subtitle{font-size:clamp(1.05rem,1.8vw,1.25rem);color:hsla(0,0%,100%,.8);line-height:1.6;margin-bottom:36px;max-width:460px;animation:heroFadeIn .8s ease .4s both}.hero-waitlist{width:100%;max-width:440px;animation:heroFadeIn .8s ease .5s both}.hero-waitlist-label{display:block;font-size:var(--font-xs);font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#fff;margin-bottom:12px;text-align:center}.hero-waitlist-row{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.hero-waitlist-input{flex:1 1 200px;min-width:0;padding:14px 18px;font-size:1rem;color:#fff;background:hsla(0,0%,100%,.08);border:2px solid hsla(0,0%,100%,.92);border-radius:100px;outline:none;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.hero-waitlist-input::placeholder{color:#fff;opacity:1}.hero-waitlist-input::-webkit-input-placeholder{color:#fff;opacity:1}.hero-waitlist-input::-moz-placeholder{color:#fff;opacity:1}.hero-waitlist-input:hover:not(:disabled){border-color:#fff;background:hsla(0,0%,100%,.1)}.hero-waitlist-input:focus{border-color:#fff;background:hsla(0,0%,100%,.12);box-shadow:0 0 0 3px hsla(0,0%,100%,.2)}.hero-waitlist-input:focus-visible{outline:none}.hero-waitlist-input:disabled{opacity:.65}.hero-waitlist-submit{flex:0 0 auto;padding:14px 22px;font-size:1rem;font-weight:600;letter-spacing:-.01em;color:#000;background:#fff;border:2px solid #fff;border-radius:100px;cursor:pointer;transition:background .25s ease,transform .25s ease,box-shadow .25s ease;outline:none;-webkit-tap-highlight-color:transparent}.hero-waitlist-submit:hover:not(:disabled){background:hsla(0,0%,100%,.92);transform:translateY(-1px);box-shadow:0 8px 32px hsla(0,0%,100%,.18)}.hero-waitlist-submit:focus-visible{box-shadow:0 0 0 3px hsla(0,0%,100%,.35)}.hero-waitlist-submit:disabled{cursor:wait;opacity:.85}.hero-waitlist-error{margin-top:12px;font-size:.9375rem;color:#fca5a5;text-align:center}.hero-waitlist-success{margin:0;max-width:400px;font-size:1.0625rem;font-weight:500;line-height:1.5;color:hsla(0,0%,100%,.92);text-align:center;animation:heroFadeIn .5s ease both}.hero-scroll-hint{position:absolute;bottom:28px;left:50%;transform:translateX(-50%);color:hsla(0,0%,100%,.45);animation:scrollBounce 2s ease-in-out infinite;z-index:1}@keyframes scrollBounce{0%,to{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(8px)}}@keyframes heroSlideUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes heroFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:767px){.hero{min-height:100vh;min-height:100dvh}}@media (max-width:480px){.hero-title{font-size:clamp(1.15rem,5.8vw,2.25rem)}.hero-waitlist-submit{width:100%;padding:14px 36px}}.lifestyle-section{background-color:var(--surface)}.lifestyle-header{text-align:center;margin-bottom:40px}.lifestyle-header .section-subheading{margin:8px auto 0}.lifestyle-pullquote-wrap{text-align:center;margin-bottom:64px}.lifestyle-pullquote{font-family:var(--font-serif),Georgia,serif;font-size:clamp(1.25rem,2.5vw,1.75rem);font-style:italic;font-weight:400;color:var(--text-muted);line-height:1.5;max-width:600px;margin:0 auto;letter-spacing:-.01em}.lifestyle-editorial{display:grid;grid-template-columns:1fr 1fr;grid-gap:64px;gap:64px;align-items:center}.lifestyle-image-col{position:relative}.lifestyle-image{border-radius:var(--radius-xl);overflow:hidden;box-shadow:0 16px 48px rgba(0,0,0,.1)}.lifestyle-image img{width:100%;height:100%;object-fit:cover;aspect-ratio:3/4}.lifestyle-props-col{display:flex;flex-direction:column;gap:8px}.lifestyle-prop{display:flex;align-items:flex-start;gap:16px;padding:20px;border-radius:var(--radius-lg);transition:background .2s ease}.lifestyle-prop:hover{background:var(--bg)}.lifestyle-icon{width:48px;height:48px;border-radius:14px;background-color:var(--bg);display:flex;align-items:center;justify-content:center;color:var(--accent-warm);flex-shrink:0;transition:transform .3s ease}.lifestyle-prop:hover .lifestyle-icon{transform:scale(1.08)}.sr-visible .lifestyle-icon{animation:iconFloat 3s ease-in-out infinite}.lifestyle-prop:nth-child(2) .lifestyle-icon{animation-delay:.3s}.lifestyle-prop:nth-child(3) .lifestyle-icon{animation-delay:.6s}.lifestyle-prop:nth-child(4) .lifestyle-icon{animation-delay:.9s}@keyframes iconFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.lifestyle-card-title{font-size:var(--font-h3);font-weight:600;letter-spacing:-.01em;margin-bottom:4px}.lifestyle-card-text{font-size:var(--font-small);color:var(--text-secondary);line-height:1.7;max-width:360px}@media (max-width:767px){.lifestyle-editorial{grid-template-columns:1fr;gap:40px}.lifestyle-image img{aspect-ratio:16/10}}