@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*{box-sizing:border-box}body{color:#1f1712;background:#f7efe5;min-width:320px;min-height:100vh;margin:0;font-family:Arial,sans-serif}button,a{font-family:inherit}:root{--cream:#f7efe5;--softCream:#fffaf4;--sand:#d8b98f;--taupe:#8c735f;--brown:#4d3528;--deepBrown:#1f1712;--text:#5d4b40;--white:#fff}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--deepBrown);font-family:Inter,sans-serif}.app{background:var(--cream);min-height:100vh}.navbar{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f7efe5f0;justify-content:space-between;align-items:center;padding:1.5rem 8%;display:flex;position:sticky;top:0}.logo{letter-spacing:.14em;color:var(--brown);font-size:1.2rem;font-weight:800}.navLinks{gap:2rem;display:flex}.navLinks a{color:var(--brown);font-size:.95rem;font-weight:700;text-decoration:none}.hero{background-color:#0000;background-image:linear-gradient(90deg,#140e0aad 0%,#140e0a6b 24%,#140e0a24 48%,#140e0a05 72%),url(/images/hero.jpeg);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;align-items:flex-end;min-height:82vh;display:flex}.heroContent{color:#fff;flex-direction:column;justify-content:flex-end;width:31%;min-height:auto;padding:0 1.5rem 4.6rem 7%;display:flex}.eyebrow,.sectionLabel{text-transform:uppercase;letter-spacing:.16em;margin-bottom:1rem;font-size:.68rem;font-weight:800}.hero .eyebrow{color:#ffffffd6;max-width:16rem;line-height:1.4}.hero h1{letter-spacing:-.06em;margin-bottom:1.5rem;font-size:clamp(2.8rem,5vw,5rem);line-height:.92}.description{color:#ffffffeb;max-width:25rem;margin-bottom:2rem;font-size:1rem;line-height:1.8}.buttonGroup{align-items:center;gap:1rem;display:flex}.primaryButton,.secondaryButton{white-space:nowrap;border-radius:999px;padding:.95rem 1.35rem;font-weight:800;text-decoration:none;transition:all .2s}.primaryButton{background:var(--brown);color:#fff}.secondaryButton{color:#fff;border:1px solid #ffffffb3}.primaryButton:hover,.secondaryButton:hover{transform:translateY(-3px)}.suitesSection{background:var(--softCream);padding:6rem 8%}.suitesLayout{grid-template-columns:.8fr 1.4fr;align-items:start;gap:3rem;display:grid}.suitesIntro h2{color:var(--brown);letter-spacing:-.05em;margin-bottom:1.5rem;font-size:clamp(2.4rem,4vw,4.2rem);line-height:.95}.sectionText{color:var(--text);max-width:24rem;line-height:1.8}.suiteCards{grid-template-columns:repeat(3,1fr);gap:1.2rem;display:grid}.suiteCard{background:var(--cream);border:1px solid #4d35281f;border-radius:1.5rem;transition:all .25s;overflow:hidden}.suiteCard:hover{transform:translateY(-5px);box-shadow:0 20px 50px #4d35281f}.suiteCard img{object-fit:cover;width:100%;height:12rem;display:block}.suiteCardContent{padding:1.4rem}.suiteCard span{color:var(--taupe);margin-bottom:1rem;font-weight:800;display:inline-block}.suiteCard h3{color:var(--brown);margin-bottom:1rem;font-size:1.3rem}.suiteCard p{color:var(--text);font-size:.95rem;line-height:1.7}.aboutSection{background:var(--cream)}.aboutContent{background:var(--brown);grid-template-columns:.9fr 1.1fr;align-items:stretch;display:grid}.aboutTextBlock{color:#fff;padding:6rem 8%}.aboutTextBlock .sectionLabel{color:var(--sand)}.aboutTextBlock h2{letter-spacing:-.05em;margin-bottom:2rem;font-size:clamp(2.5rem,5vw,4.5rem);line-height:.95}.aboutTextBlock p{color:#ffffffe6;margin-bottom:1rem;line-height:1.9}.aboutImage{min-height:30rem}.aboutImage img{object-fit:cover;width:100%;height:100%}.moodboardSection{background:var(--softCream);grid-template-columns:.75fr 1.25fr;align-items:center;gap:3rem;padding:6rem 8%;display:grid}.moodboardText h2{color:var(--brown);letter-spacing:-.05em;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4.5rem);line-height:.95}.moodboardText p{max-width:30rem;color:var(--text);line-height:1.8}.moodboardGrid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.mood{color:#fff;background-position:50%;background-size:cover;border-radius:1rem;align-items:flex-end;height:12rem;padding:1rem;font-weight:800;display:flex;position:relative;overflow:hidden}.mood:before{content:"";background:#1f171240;position:absolute;inset:0}.mood span{z-index:1;position:relative}.waitlistSection{background:var(--cream);text-align:center;padding:7rem 8%}.waitlistContent{max-width:42rem;margin:0 auto}.waitlistContent .sectionLabel{color:var(--taupe);letter-spacing:.18em}.waitlistContent h2{color:var(--brown);letter-spacing:-.05em;margin-bottom:1.5rem;font-size:clamp(2.4rem,5vw,4.5rem);line-height:.95}.waitlistText{max-width:36rem;color:var(--text);margin:0 auto 2.5rem;font-size:1.02rem;line-height:1.8}.waitlistForm{flex-direction:column;gap:1rem;max-width:32rem;margin:0 auto;display:flex}.waitlistForm input{color:var(--brown);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffffeb;border:1px solid #4d35281f;border-radius:1rem;outline:none;padding:1rem 1.25rem;font-size:1rem;transition:all .3s}.waitlistForm input::placeholder{color:#4d352873}.waitlistForm input:focus{border-color:#4d352859;box-shadow:0 0 0 4px #4d35280f}.waitlistForm button{background:var(--brown);color:#fff;letter-spacing:.03em;cursor:pointer;border:none;border-radius:999px;padding:1rem;font-size:1rem;font-weight:700;transition:all .3s}.waitlistForm button:hover{opacity:.96;transform:translateY(-2px);box-shadow:0 10px 25px #4d352826}.contactSection{background:var(--cream);grid-template-columns:.8fr 1.2fr;align-items:stretch;display:grid}.contactImage{min-height:28rem}.contactImage img{object-fit:cover;width:100%;height:100%}.contactContent{padding:6rem 8%}.contactContent h2{color:var(--brown);letter-spacing:-.05em;margin-bottom:1.5rem;font-size:clamp(2.4rem,5vw,4.5rem);line-height:.95}.contactText{max-width:36rem;color:var(--text);margin-bottom:2rem;line-height:1.8}.emailLink{color:var(--brown);border-bottom:2px solid var(--brown);padding-bottom:.3rem;font-size:1.1rem;font-weight:800;text-decoration:none;display:inline-block}.footer{background:var(--deepBrown);color:#fff;justify-content:space-between;gap:1rem;padding:2rem 8%;display:flex}.footer p{letter-spacing:.12em;font-weight:800}.footer span{color:#ffffffb3}@media (width<=900px){.hero{background-position:58%}.heroContent{width:48%;padding:0 1.5rem 4rem 6%}.suitesLayout,.aboutContent,.moodboardSection,.contactSection,.suiteCards{grid-template-columns:1fr}.moodboardGrid{grid-template-columns:1fr 1fr}.contactContent,.aboutTextBlock,.suitesSection,.moodboardSection,.waitlistSection{padding:4rem 6%}}@media (width<=600px){.navbar{flex-direction:column;gap:1rem;padding:1.25rem 6%}.logo{font-size:1rem}.navLinks{flex-wrap:wrap;justify-content:center;gap:1rem}.navLinks a{font-size:.85rem}.hero{background-position:63%;align-items:flex-end;min-height:76vh}.heroContent{width:82%;min-height:auto;padding:0 1.25rem 3rem 6%}.hero h1{font-size:2.5rem;line-height:.95}.eyebrow{letter-spacing:.12rem;font-size:.62rem}.description{max-width:100%;font-size:.92rem;line-height:1.7}.buttonGroup{flex-flow:wrap;align-items:center;gap:.75rem}.primaryButton,.secondaryButton{min-width:auto;padding:.8rem 1rem;font-size:.82rem}.suitesSection,.moodboardSection,.waitlistSection{padding:3.5rem 6%}.suitesIntro h2,.moodboardText h2,.contactContent h2,.aboutTextBlock h2,.waitlistContent h2{font-size:2.1rem;line-height:1}.suitesIntro p,.moodboardText p,.aboutTextBlock p,.contactText,.waitlistText{font-size:.92rem;line-height:1.8}.suiteCard{border-radius:1.25rem;max-width:24rem;margin:0 auto}.suiteCard img{object-fit:cover;height:9rem}.suiteCardContent{padding:1.1rem}.suiteCard h3{font-size:1.05rem}.suiteCard p{font-size:.82rem;line-height:1.7}.aboutTextBlock{padding:3.5rem 6%}.aboutImage{min-height:auto}.aboutImage img{object-fit:cover;height:18rem}.moodboardGrid{grid-template-columns:1fr 1fr;gap:.75rem}.mood{border-radius:1rem;height:8rem}.contactSection{grid-template-columns:1fr}.contactImage{background:var(--cream);min-height:auto;padding:0 6%}.contactImage img{object-fit:cover;border-radius:1.25rem;height:15rem;margin-top:3rem}.contactContent{text-align:center;padding:3rem 6% 4rem}.waitlistForm{max-width:100%}.waitlistForm input{padding:.95rem 1rem;font-size:.9rem}.waitlistForm button{padding:1rem;font-size:.9rem}.footer{text-align:center;flex-direction:column;gap:.75rem;padding:2rem 6%}}
