:root{
  --cream:#fbf7ef;--ivory:#fffdf8;--sage:#7b8055;--olive:#5e6740;--deep:#1f2a1d;--tan:#b48a54;--sand:#e8dcc8;--burgundy:#6b2d28;--ink:#171512;
  --serif:'Cormorant Garamond', Georgia, serif;--sans:'Lato', Arial, sans-serif;
}
*{box-sizing:border-box} body{margin:0;background:var(--ivory);color:var(--ink);font-family:var(--sans);line-height:1.55}.container{width:min(1120px,92%);margin:auto}.site-header{background:#fffaf3;border-bottom:1px solid #eee3d2;position:sticky;top:0;z-index:10}.nav{height:96px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center;gap:14px;text-decoration:none;color:var(--deep)}.brand img{width:78px;height:78px;object-fit:contain}.brand-title{font-family:var(--serif);font-size:30px;letter-spacing:.03em;line-height:.9}.brand-script{display:block;font-family:'Brush Script MT',cursive;font-size:26px;color:var(--tan);font-weight:400}.tagline{font-size:10px;letter-spacing:.12em;font-weight:700}.menu{display:flex;align-items:center;gap:28px}.menu a{font-size:13px;text-decoration:none;color:#161616;font-weight:700;letter-spacing:.04em}.btn{display:inline-block;background:var(--sage);color:#fff;text-decoration:none;border:0;border-radius:4px;padding:14px 22px;font-weight:700;font-size:13px;letter-spacing:.03em}.btn.tan{background:var(--tan)}.mobile-toggle{display:none}.hero{background:linear-gradient(90deg,#fbf4ea 0%,rgba(251,244,234,.88) 33%,rgba(251,244,234,.08) 55%),url('assets/hero-room.jpg') center/cover no-repeat;min-height:470px;display:flex;align-items:center}.hero-inner{padding:70px 0}.hero h1{font-family:var(--serif);font-size:64px;line-height:1.05;margin:0 0 25px}.hero p{max-width:410px;font-size:18px;margin-bottom:28px}.section{padding:62px 0}.section.compact{padding:42px 0}.center{text-align:center}.section-title{font-family:var(--serif);font-size:38px;line-height:1.1;margin:0 0 20px}.leaf{color:var(--tan);font-size:22px}.help-grid,.pop-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:22px;margin-top:28px}.help-card,.pop-card{text-align:center}.icon{width:72px;height:72px;border-radius:50%;background:#eee7db;margin:0 auto 10px;display:grid;place-items:center;color:var(--olive);font-size:31px}.help-card p,.pop-card p{margin:0;font-size:14px;font-weight:650}.split{display:grid;grid-template-columns:1fr 1.35fr;align-items:stretch}.panel{background:linear-gradient(120deg,#f2f1e6,#e5dfcb);padding:58px 70px}.panel p{max-width:430px}.split img{width:100%;height:100%;object-fit:cover;min-height:300px}.about-band{display:grid;grid-template-columns:1fr 1.5fr;gap:0;background:#f5ecdf}.about-band img{width:100%;height:430px;object-fit:contain;object-position:center;background:#f5ecdf}.about-copy{padding:55px 60px}.about-copy h2{font-family:var(--serif);font-size:38px;line-height:1.1;margin:0}.eyebrow{color:var(--tan);font-size:18px;font-weight:600;margin:5px 0 18px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{background:#fffaf3;border:1px solid #eadfce;padding:30px;border-radius:10px}.card h3{font-family:var(--serif);font-size:28px;margin:0 0 10px}.muted{color:#5f5a52}.footer{background:var(--sage);color:#fff;padding:18px 0 8px}.footer a{color:#fff;text-decoration:none}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr 1fr;gap:22px;align-items:start}.footer .brand-title{color:#fff}.footer .brand-script{color:#f0d5a6}.footer small{display:block;text-align:center;margin-top:12px;color:#eee;font-size:11px}.subhero{background:#f5ecdf;padding:70px 0 55px}.subhero h1{font-family:var(--serif);font-size:58px;margin:0}.content{max-width:880px}.service-list{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.notice{background:#f8f2e8;border-left:4px solid var(--tan);padding:18px 22px}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:36px}.form{display:grid;gap:14px}.form input,.form textarea,.form select{width:100%;padding:14px;border:1px solid #d8cbb9;border-radius:4px;background:#fff}.form textarea{min-height:150px}.resource-list a{display:block;padding:18px;background:#fffaf3;border:1px solid #eadfce;border-radius:8px;margin-bottom:12px;color:var(--deep);text-decoration:none;font-weight:700}
.footer .brand img{width:52px;height:52px}
.footer .brand{gap:10px}
.footer .brand-title{font-size:22px;line-height:.9}
.footer .brand-script{font-size:20px}
.footer .tagline{font-size:8px;letter-spacing:.1em}
.footer p{margin:8px 0 0;font-size:13px;line-height:1.45}
.footer strong{font-size:13px;letter-spacing:.03em}
@media(max-width:850px){.nav{height:auto;align-items:flex-start;padding:14px 0}.menu{display:none;position:absolute;left:0;right:0;top:92px;background:#fffaf3;padding:20px;flex-direction:column}.menu.open{display:flex}.mobile-toggle{display:block;background:none;border:0;font-size:28px}.brand-title{font-size:24px}.hero h1{font-size:44px}.help-grid,.pop-grid{grid-template-columns:repeat(2,1fr)}.split,.about-band,.footer-grid,.service-list,.contact-grid{grid-template-columns:1fr}.panel,.about-copy{padding:36px 24px}.subhero h1{font-size:42px}}
