@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,#140e0ab8 0%,#140e0a8c 26%,#140e0a33 52%,#140e0a0a 75%),url(/images/hero.png);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:center;min-height:82vh;display:flex}.heroContent{color:#fff;flex-direction:column;justify-content:center;width:30%;min-height:82vh;padding:5rem 1.5rem 5rem 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{background:var(--cream);border-radius:1rem;height:12rem;position:relative;overflow:hidden}.mood img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.mood span{color:#fff;font-size:.9rem;font-weight:800;position:absolute;bottom:1rem;left:1rem}.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}.contactForm{flex-direction:column;gap:1rem;max-width:32rem;display:flex}.contactForm input{background:#fff;border:1px solid #4d352826;border-radius:1rem;outline:none;padding:1rem 1.2rem;font-size:1rem}.contactForm button{background:var(--brown);color:#fff;cursor:pointer;border:none;border-radius:999px;padding:1rem;font-size:1rem;font-weight:800}.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%}.suitesLayout,.aboutContent,.moodboardSection,.contactSection,.suiteCards{grid-template-columns:1fr}.moodboardGrid{grid-template-columns:1fr 1fr}.contactContent,.aboutTextBlock,.suitesSection,.moodboardSection{padding:4rem 6%}}@media (width<=600px){.navbar{flex-direction:column;gap:1rem;padding:1.25rem 6%}.logo{font-size:1rem}.navLinks{gap:1rem}.navLinks a{font-size:.85rem}.hero{background-position:63%;min-height:72vh}.heroContent{width:78%;min-height:72vh;padding:3rem 1.25rem}.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{padding:3.5rem 6%}.suitesIntro h2,.moodboardText h2,.contactContent h2,.aboutTextBlock h2{font-size:2.1rem;line-height:1}.suitesIntro p,.moodboardText p,.aboutTextBlock p,.contactText{font-size:.92rem;line-height:1.8}.suitesGrid{gap:1.5rem}.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}.aboutSection{grid-template-columns:1fr}.aboutTextBlock{padding:3.5rem 6%}.aboutImage{min-height:auto}.aboutImage img{object-fit:cover;height:18rem}.moodboardSection{grid-template-columns:1fr;gap:2rem}.moodboardGrid{grid-template-columns:1fr 1fr;gap:.75rem}.mood{border-radius:1rem;height:8rem}.mood img{object-fit:cover}.mood span{font-size:.72rem;bottom:.65rem;left:.65rem}.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}.contactText{margin-left:auto;margin-right:auto;font-size:.95rem}.contactForm{max-width:100%}.contactForm input{padding:.95rem 1rem;font-size:.9rem}.contactForm button{padding:1rem;font-size:.9rem}.footer{text-align:center;flex-direction:column;gap:.75rem;padding:2rem 6%}}
