/* Discover STR Site Builder - COTTAGE template (formerly simple).
   A warm, homey bed-and-breakfast feel: modest banner (not a cinematic hero),
   a single narrow reading column, text-forward. Fully theme-driven: every
   color and font comes from :root vars injected by sitegen (theme_css), so
   palette and font choices apply here just like the other templates.
   No gradients (Shelya rule). No em dashes, no emoji. */
:root{
  --bg:#fbfaf7; --surface:#ffffff; --ink:#26251f; --muted:#6c6a60; --line:#e8e4da;
  --accent:#7d8b6a; --accent2:#a7b492; --hero-bg:#2a2a24; --hero-ink:#ffffff;
  --scrim:rgba(24,24,20,.42);
  --font-display:Georgia,serif; --font-body:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --maxw:760px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font-body);
  line-height:1.72;-webkit-font-smoothing:antialiased;font-size:17.5px}
img{max-width:100%;display:block}
a{color:var(--accent);text-decoration:none}
a:hover{text-decoration:underline}
h1,h2,h3{font-family:var(--font-display);color:var(--ink);line-height:1.22;margin:.2em 0 .5em;font-weight:600}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}
.eyebrow{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.18em;
  font-size:.72rem;font-weight:700;color:var(--accent);margin-bottom:8px}
section{padding:56px 0}
.section-alt{background:var(--surface)}
.lead{font-size:1.12rem;color:var(--ink);max-width:62ch}
p{max-width:62ch}
/* top bar */
.topbar{position:sticky;top:0;z-index:40;background:var(--bg);border-bottom:1px solid var(--line)}
.topbar .wrap{display:flex;align-items:center;justify-content:space-between;height:62px}
.brand{color:var(--ink);font-family:var(--font-display);font-size:1.2rem;font-weight:700}
.nav a{color:var(--muted);margin-left:20px;font-size:.9rem}
.nav a:hover{color:var(--accent);text-decoration:none}
@media(max-width:640px){.nav{display:none}}
/* buttons - soft, rounded, warm */
.btn{display:inline-block;background:var(--accent);color:#fff;font-weight:700;
  padding:13px 28px;border-radius:26px;border:0;cursor:pointer;font-size:.98rem;
  transition:transform .15s ease,filter .15s ease}
.btn:hover{transform:translateY(-1px);filter:brightness(1.06);text-decoration:none}
.btn.ghost{background:transparent;border:1.5px solid var(--accent);color:var(--accent)}
.cta{margin-top:6px}
/* modest banner (not a full-viewport hero) */
.hero{padding-top:44px}
.hero .wrap{text-align:center}
.hero .eyebrow{color:var(--accent)}
.hero h1{font-size:clamp(2rem,4.6vw,3rem);margin:.1em auto .3em;max-width:20ch}
.hero .sub{font-size:clamp(1.05rem,2vw,1.24rem);max-width:52ch;margin:0 auto 18px;color:var(--muted)}
.hero .facts{justify-content:center}
.banner{margin:34px auto 0;max-width:var(--maxw);padding:0 24px}
.banner .photo{height:clamp(240px,42vw,380px);background-color:var(--hero-bg);
  background-size:cover;background-position:center;border-radius:18px;
  box-shadow:0 18px 44px rgba(40,40,36,.14)}
/* fact chips */
.facts{display:flex;flex-wrap:wrap;gap:9px;margin:14px 0}
.facts span{background:var(--surface);border:1px solid var(--line);
  border-radius:999px;padding:6px 15px;font-size:.86rem;color:var(--muted)}
.facts.glance{margin:18px 0}
/* grids - amenities as a friendly checked list */
.grid{display:grid;gap:12px}
.amen{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}
.amen div{background:var(--surface);border:1px solid var(--line);border-radius:12px;
  padding:12px 14px 12px 34px;font-size:.98rem;position:relative}
.amen div:before{content:"";position:absolute;left:14px;top:50%;width:8px;height:8px;
  margin-top:-4px;border-radius:50%;background:var(--accent2)}
.gallery{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}
.gallery img{width:100%;height:100%;object-fit:cover;display:block;border-radius:12px}
.gallery .ph,.gallery img{border-radius:12px;aspect-ratio:4/3;object-fit:cover;
  background:var(--line);display:flex;align-items:center;justify-content:center;
  color:var(--muted);font-size:.85rem}
.card{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:22px}
.loc ul{padding-left:20px;color:var(--muted)}
.loc li{margin:5px 0}
.disclosure{font-size:.88rem;color:var(--muted);max-width:60ch}
.terms-link{margin-top:16px;font-size:.92rem}
/* extended stay */
.stay .cols{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:18px}
@media(max-width:640px){.stay .cols{grid-template-columns:1fr}}
.stay .c{background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:18px 20px}
.stay .c h3{font-size:1.05rem}
/* faq */
.faq details{border-bottom:1px solid var(--line);padding:15px 0}
.faq summary{font-weight:600;cursor:pointer;font-family:var(--font-display);font-size:1.08rem;color:var(--ink)}
.faq .a,.faq p{color:var(--muted);margin:10px 0 0}
/* book */
.book .dg-bf{max-width:560px}
/* footer */
footer{background:var(--hero-bg);color:rgba(255,255,255,.82);padding:34px 0;font-size:.9rem}
footer .wrap{display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between}
footer a{color:#fff}
/* reveal */
.reveal{opacity:0;transform:translateY(14px);transition:opacity .6s ease,transform .6s ease}
.reveal.in{opacity:1;transform:none}
/* rates + availability (classes emitted by sitegen _rates_section) */
.rates-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:start}
@media(max-width:760px){.rates-grid{grid-template-columns:1fr}}
.rate-table{width:100%;border-collapse:collapse;margin-top:10px}
.rate-table th{text-align:left;font-weight:600;color:var(--ink);padding:10px 10px 10px 0;border-bottom:1px solid var(--line);font-family:var(--font-body)}
.rate-table .rt-price{padding:10px 10px;border-bottom:1px solid var(--line);font-weight:700;white-space:nowrap}
.rate-table .rt-unit{padding:10px 0;border-bottom:1px solid var(--line);color:var(--muted);font-size:.86rem}
.seasonal{margin-top:16px}
.seasonal ul{list-style:none;padding:0;margin:8px 0 0}
.seasonal li{display:flex;justify-content:space-between;padding:7px 0;border-bottom:1px solid var(--line);font-size:.92rem}
.rate-note{color:var(--muted);font-size:.88rem;margin-top:12px}
.cal-title{font-family:var(--font-display);font-size:1.1rem;margin:0 0 8px}
.cal-months{display:flex;flex-wrap:wrap;gap:16px}
.cal-legend{display:flex;gap:16px;font-size:.8rem;color:var(--muted);margin:0 0 10px}
.cal-legend .sw{display:inline-block;width:12px;height:12px;border-radius:3px;margin-right:5px;vertical-align:middle}
.cal-legend .sw.open{background:#e8f0ea}
.cal-legend .sw.booked{background:#e7d9d9}
.ics-note{font-size:.82rem;color:var(--muted);margin-top:10px}
.cal{display:inline-block;vertical-align:top}
.cal-h{font-weight:700;font-family:var(--font-display);margin-bottom:6px;font-size:.95rem}
.cal-grid{display:grid;grid-template-columns:repeat(7,26px);gap:3px}
.cal-dow{font-size:.62rem;text-transform:uppercase;color:var(--muted);text-align:center}
.cal-day{text-align:center;padding:5px 0;font-size:.76rem;border-radius:6px;background:#eef2f6}
.cal-day.open{background:#e8f0ea}
.cal-day.booked{background:#e7d9d9;color:#9a5a5a;text-decoration:line-through}
.cal-day.past{opacity:.35}
.cal-day.out{background:transparent}

/* who-this-is-for block: visible prose is what earns Intent Match */
.dg-fit{max-width:var(--wrap,1100px);margin:0 auto;padding:56px 22px}
.dg-fit h2{margin:0 0 14px}
.dg-fit p{margin:0 0 14px;max-width:70ch}
.dg-fit ul{margin:0 0 14px;padding-left:20px;columns:2;column-gap:34px}
.dg-fit li{margin:5px 0;break-inside:avoid}
@media(max-width:640px){.dg-fit{padding:38px 18px}.dg-fit ul{columns:1}}
