:root{color-scheme:light;--bg: #f7f2ea;--panel: #fffdf9;--panel-muted: #f0e7d8;--text: #1f2933;--soft-text: #52606d;--accent: #9a5b2a;--accent-dark: #74411d;--border: rgba(31, 41, 51, .12);--shadow: 0 20px 45px rgba(31, 41, 51, .08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:linear-gradient(180deg,#f9f4ed,#f7f2ea)}a{color:inherit;text-decoration:none}.page-shell{min-height:100vh}.container{width:min(1120px,calc(100% - 2rem));margin:0 auto}.topbar{position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f7f2eae0;border-bottom:1px solid var(--border)}.nav{display:flex;justify-content:space-between;align-items:center;min-height:72px;gap:1rem}.brand{font-weight:800;letter-spacing:-.02em}.nav-links{display:flex;gap:1rem;color:var(--soft-text)}.nav-links a:hover{color:var(--text)}.hero{padding:5rem 0 3rem}.hero-grid{display:grid;grid-template-columns:1.3fr .9fr;gap:2rem;align-items:center}.eyebrow{display:inline-block;margin:0 0 .75rem;color:var(--accent-dark);font-weight:700;text-transform:uppercase;letter-spacing:.08em;font-size:.8rem}h1,h2,h3{margin:0;letter-spacing:-.03em}h1{font-size:clamp(2.5rem,5vw,4.8rem);line-height:.95;max-width:12ch}h2{font-size:clamp(2rem,3vw,3rem)}h3{font-size:1.2rem}.hero-copy,.section-heading p,.info-strip p,.price-note,.sister-note,.directions-note,.contact-grid p{color:var(--soft-text);line-height:1.65}.hero-copy{margin:1.25rem 0 1.5rem;max-width:58ch}.cta-row{display:flex;gap:.9rem;flex-wrap:wrap;margin-bottom:1.5rem}.button{display:inline-flex;justify-content:center;align-items:center;min-height:48px;padding:.85rem 1.2rem;border-radius:999px;border:1px solid var(--border);font-weight:700}.button.primary{background:var(--accent);color:#fff;border-color:var(--accent)}.button.primary:hover{background:var(--accent-dark);border-color:var(--accent-dark)}.button.secondary{background:#ffffffa6}.button.secondary:hover{background:#fff}.button.full{width:100%}.highlights{padding:0;margin:0;list-style:none;display:grid;gap:.6rem;color:var(--soft-text)}.highlights li:before{content:"•";color:var(--accent);margin-right:.55rem}.hero-card{display:grid;gap:1rem}.stat-card,.callout,.price-card,.outdoor-card,.contact-card{background:var(--panel);border:1px solid var(--border);border-radius:24px;box-shadow:var(--shadow)}.stat-card{padding:1.25rem;display:grid;gap:.35rem}.stat-card strong{font-size:1.15rem}.stat-label{color:var(--accent-dark);font-size:.82rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.notice{background:linear-gradient(135deg,#fff6eb,#fffdf9)}.section{padding:4.5rem 0}.section.muted{background:#ffffff59}.info-strip{display:grid;grid-template-columns:1.2fr .8fr;gap:1.5rem;align-items:start}.callout{padding:1.25rem;background:var(--panel-muted)}.callout-title{font-weight:800;color:var(--text)}.section-heading{margin-bottom:1.75rem;max-width:60ch}.pricing-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.price-card{padding:1.2rem}.price-top{display:flex;justify-content:space-between;gap:.75rem;align-items:start;margin-bottom:1rem}.price{font-size:1.9rem;font-weight:800;margin:0 0 .5rem}.status{display:inline-flex;padding:.35rem .6rem;border-radius:999px;font-size:.75rem;font-weight:700;white-space:nowrap}.status.open{background:#ebf7ef;color:#1a6b34}.status.closed{background:#f7e9e9;color:#8b2f2f}.unavailable{opacity:.92}.outdoor-card{margin-top:1rem;padding:1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.sister-note{margin-top:1rem}.contact-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:1.25rem}.contact-card{padding:1.25rem}.contact-card a{color:var(--accent-dark);font-weight:700}@media(max-width:980px){.hero-grid,.info-strip,.contact-grid,.pricing-grid{grid-template-columns:1fr 1fr}.pricing-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:720px){.nav{flex-direction:column;align-items:flex-start;padding:.9rem 0}.nav-links{flex-wrap:wrap}.hero,.section{padding:3.5rem 0}.hero-grid,.info-strip,.contact-grid,.pricing-grid{grid-template-columns:1fr}.outdoor-card{flex-direction:column;align-items:flex-start}h1{max-width:none}}
