:root{--bg:#d9e1ea;--bg-deep:#c5cfdb;--surface:#f1f5fa;--panel:#f1f5faeb;--text:#1f1a16;--ink:#16120f;--muted:#55606d;--muted-deep:#333d49;--accent:#9c7a47;--accent-deep:#72552c;--border:#bcc8d6;--shadow:0 10px 30px #23201b14;--font-body:"Source Sans 3", "Avenir Next", "Trebuchet MS", sans-serif;--font-display:"Playfair Display", "Iowan Old Style", "Palatino Linotype", serif;color:var(--ink);background:radial-gradient(circle at top, #ffffff8c, transparent 36%), linear-gradient(180deg, var(--bg), var(--bg-deep));font-family:var(--font-body);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}html{scroll-behavior:smooth}body{background:radial-gradient(circle at 5% 10%, #ffffffd1, transparent 40%), radial-gradient(circle at 95% 20%, #788fad3d, transparent 45%), var(--bg);min-width:320px;min-height:100vh;margin:0}a,button,input,textarea{font:inherit}button{cursor:pointer}img{max-width:100%}#root{min-height:100vh}h1,h2,h3,strong{color:var(--ink)}h1,h2,h3{font-family:var(--font-display);letter-spacing:-.03em;margin:0;line-height:.98}h1{font-size:clamp(3.4rem,8vw,6.4rem)}h2{font-size:clamp(2.2rem,5vw,4rem)}h3{margin-bottom:10px;font-size:1.55rem}p{margin:0;font-size:1.03rem}.button{background:var(--accent);color:#fff;border:0;border-radius:999px;padding:.72rem 1.2rem;font-weight:700;text-decoration:none;transition:transform .18s,background .18s;display:inline-block}.button:hover,.button:focus-visible{background:var(--accent-deep);transform:translateY(-1px)}.hero{color:#fff;background-position:50%;background-size:cover;flex-direction:column;min-height:82vh;padding:1.2rem clamp(1rem,2vw,2rem) 3rem;display:flex;position:relative;overflow:hidden}.hero:before{content:"";z-index:1;background:linear-gradient(#120e0b57,#120e0b9e);position:absolute;inset:0}.top-nav{z-index:2;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex;position:relative}.brand{font-family:var(--font-display);font-size:1.2rem;font-weight:700;text-decoration:none}.nav-links{flex-wrap:wrap;gap:1rem;font-weight:600;display:flex}.nav-links a{opacity:.95;text-decoration:none}.nav-links a:hover,.nav-links a:focus-visible{opacity:1;text-underline-offset:.2rem;text-decoration:underline}.hero-content{z-index:2;max-width:760px;margin:auto 0;animation:.7s ease-out both rise;position:relative}.hero h1{color:#fff;max-width:11ch;margin-bottom:1rem}.hero p{max-width:60ch;margin-bottom:1.4rem;font-size:clamp(1.02rem,2vw,1.18rem)}.hero-story{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#110d0ab8;border:1px solid #d3bb968c;border-radius:.8rem;max-width:78ch;margin-top:1rem;padding:1rem 1.1rem}.hero-story p{margin:0;font-size:1rem;line-height:1.55}.hero-story p+p{margin-top:.75rem}.section-nav{z-index:20;border-top:1px solid var(--border);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#dae3edf5;gap:.55rem;padding:.6rem clamp(1rem,3vw,2rem);display:flex;position:sticky;top:0;overflow-x:auto}.section-nav a{color:#2d3947;white-space:nowrap;background:#eef4fa;border:1px solid #bcc9d7;border-radius:999px;flex:none;padding:.38rem .72rem;font-size:.9rem;font-weight:700;text-decoration:none}.section-nav a:hover,.section-nav a:focus-visible{background:#dde7f1;border-color:#879db5}.section{max-width:1120px;margin:0 auto;padding:clamp(2.5rem,4vw,4rem) clamp(1rem,3vw,2rem);scroll-margin-top:4.2rem}.section.alt{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:linear-gradient(#f4f8fc,#e4ebf3);border-radius:1rem;margin-top:1rem}.section-heading{margin-bottom:1.5rem}.section-heading h2{max-width:none;margin-bottom:.35rem}.section-heading p{color:var(--muted);max-width:72ch}.triple-highlights{grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem;display:grid}.single-highlight{margin-top:.9rem}.highlight-box{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:.9rem;padding:1rem}.highlight-box h3{margin-bottom:.5rem}.highlight-box p,.highlight-box li{color:var(--muted)}.highlight-box ul{margin:0;padding-left:1.1rem}.highlight-box li+li{margin-top:.2rem}.room-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.room-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:1rem;overflow:hidden}.room-image{aspect-ratio:4/3;object-fit:cover;width:100%;display:block}.room-copy{padding:1rem}.room-copy p{color:var(--muted)}.about-grid{grid-template-columns:1fr 420px;align-items:start;gap:1rem;display:grid}.about-copy{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:1rem;gap:.8rem;padding:1rem;display:grid}.about-image-wrap{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:1rem;padding:.75rem}.about-image{aspect-ratio:4/5;object-fit:cover;border-radius:.75rem;width:100%;display:block}.process-item{grid-template-columns:16px 1fr;align-items:start;gap:14px;display:grid}.process-item span{background:linear-gradient(135deg,#8f6e3f,#ccb081);border-radius:999px;width:16px;height:16px;margin-top:6px}.contact-form{background:var(--surface);border:1px solid var(--border);max-width:720px;box-shadow:var(--shadow);border-radius:1rem;gap:16px;padding:1rem;display:grid}.contact-form label{color:var(--muted);gap:8px;font-size:.95rem;display:grid}.contact-form input,.contact-form textarea{box-sizing:border-box;border:1px solid var(--border);width:100%;color:var(--text);background:#fff;border-radius:.75rem;padding:.9rem 1rem}.contact-form textarea{resize:vertical}@keyframes rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media (width<=900px){.triple-highlights,.room-grid,.about-grid{grid-template-columns:1fr}}@media (width<=720px){.hero{min-height:76vh;padding-bottom:2rem}.nav-links{gap:.75rem;font-size:.95rem}.hero h1{max-width:none}}
