/* Vellamor House — vineyard country stylesheet.
   System fonts only. No images. No external assets. */
:root{
  --cream:#faf7f0;
  --cream-2:#f2ecdf;
  --olive:#4a5636;
  --olive-deep:#333d24;
  --plum:#6b2f4a;
  --plum-soft:#8d4665;
  --gold:#b08a3e;
  --ink:#2c2a26;
  --muted:#63604f;
  --line:#ded6c4;
  --serif:"Iowan Old Style",Georgia,"Palatino Linotype",Palatino,"Times New Roman",serif;
  --sans:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  --mono:ui-monospace,Consolas,"Cascadia Mono","Segoe UI Mono",monospace;
  --max:70rem;
  --measure:64ch;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation:none!important;transition:none!important}
}
body{
  font-family:var(--sans);font-size:1.07rem;line-height:1.8;color:var(--ink);
  background:var(--cream);display:flex;flex-direction:column;min-height:100vh
}
a{color:var(--plum);text-decoration:underline;text-underline-offset:.18em}
a:hover,a:focus-visible{color:var(--olive-deep)}
:focus-visible{outline:3px solid var(--gold);outline-offset:3px}
.skip-link{position:absolute;left:1rem;top:-100%;z-index:999;background:var(--olive-deep);color:#fff;padding:.7rem 1.1rem;text-decoration:none;border-radius:4px}
.skip-link:focus{top:1rem}

/* ---------- header ---------- */
.site-header{background:var(--olive-deep);color:var(--cream)}
.header-inner{
  max-width:var(--max);margin:0 auto;padding:1.2rem 1.5rem;
  display:flex;align-items:center;justify-content:space-between;gap:1rem
}
.brand{font-family:var(--serif);font-size:1.4rem;color:var(--cream);text-decoration:none;line-height:1.15}
.brand small{display:block;font-family:var(--mono);font-size:.6rem;letter-spacing:.24em;text-transform:uppercase;color:var(--gold);margin-top:.25rem}
.brand:hover{color:#fff}
.nav-toggle{
  display:none;min-height:44px;padding:.5rem 1rem;background:transparent;border:1px solid rgba(250,247,240,.4);
  color:var(--cream);font:inherit;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;border-radius:4px
}
.site-nav ul{display:flex;flex-wrap:wrap;list-style:none;gap:.2rem 1.5rem}
.site-nav a{
  display:inline-flex;align-items:center;min-height:44px;font-size:.86rem;
  color:rgba(250,247,240,.78);text-decoration:none
}
.site-nav a:hover{color:#fff}
.site-nav a[aria-current="page"]{color:var(--gold)}

/* ---------- layout ---------- */
main{max-width:var(--max);margin:0 auto;padding:0 1.5rem 4rem;width:100%;flex:1}
h1,h2,h3{font-family:var(--serif);color:var(--olive-deep);font-weight:600;line-height:1.2}
h1,.page-title{font-size:clamp(2.2rem,6vw,3.4rem);margin:0 0 1rem}
h2{font-size:clamp(1.5rem,3.4vw,2.1rem);margin:0 0 .9rem;max-width:30ch}
h3{font-size:1.2rem;margin:0 0 .5rem}
p{margin:0 0 1.05rem;max-width:var(--measure)}
ul,ol{margin:0 0 1.15rem 1.3rem;color:var(--muted)}
li{margin-bottom:.45rem;max-width:62ch}
section{margin:3rem 0}
.overline{font-family:var(--mono);font-size:.68rem;letter-spacing:.24em;text-transform:uppercase;color:var(--plum);display:block;margin-bottom:.75rem}
.lead{font-size:1.16rem;color:var(--muted);max-width:50ch}
.muted{color:var(--muted)}

/* ---------- hero ---------- */
.hero{
  background:var(--cream-2);border:1px solid var(--line);border-radius:6px;
  padding:clamp(2rem,5vw,3.25rem);margin:2rem 0 2.5rem
}
.hero h1{max-width:16ch}
.hero-actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:1.75rem}

/* ---------- split with sidebar ---------- */
.split{display:grid;gap:2.5rem}
@media(min-width:900px){.split{grid-template-columns:1fr 17rem;align-items:start}}
.aside{
  background:#fff;border:1px solid var(--line);border-left:4px solid var(--plum);
  padding:1.5rem;font-size:.96rem
}
.aside h2{font-family:var(--mono);font-size:.66rem;letter-spacing:.2em;text-transform:uppercase;color:var(--plum);margin-bottom:1rem;max-width:none}
.aside dl div{padding:.6rem 0;border-bottom:1px dashed var(--line)}
.aside dl div:last-child{border-bottom:0}
.aside dt{font-size:.78rem;color:var(--muted);text-transform:uppercase;letter-spacing:.1em}
.aside dd{font-family:var(--serif);font-size:1.2rem;color:var(--olive-deep)}

/* ---------- pills ---------- */
.pills{display:flex;flex-wrap:wrap;gap:.5rem;margin:1.25rem 0 1.75rem;padding:0;list-style:none}
.pills li{
  margin:0;background:#fff;border:1px solid var(--line);border-radius:999px;
  padding:.35rem .95rem;font-size:.82rem;color:var(--muted)
}

/* ---------- rows ---------- */
.rows{border-top:2px solid var(--olive);margin:1.5rem 0}
.row{
  display:grid;grid-template-columns:3rem 1fr;gap:1.5rem;
  padding:1.5rem 0;border-bottom:1px solid var(--line);align-items:start
}
.row__num{font-family:var(--serif);font-size:1.6rem;color:var(--gold);line-height:1}
.row h3{margin-bottom:.4rem}
.row p{color:var(--muted);margin-bottom:.5rem}

/* ---------- season grid ---------- */
.seasons{display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(14rem,1fr));margin-top:1.5rem}
.season{background:#fff;border:1px solid var(--line);border-radius:6px;padding:1.4rem}
.season h3{font-size:1.1rem;color:var(--plum)}
.season p{color:var(--muted);font-size:.97rem;margin-bottom:0}
.season span{font-family:var(--mono);font-size:.64rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);display:block;margin-bottom:.5rem}

/* ---------- table ---------- */
.table{width:100%;border-collapse:collapse;margin:1.5rem 0;background:#fff;border:1px solid var(--line);font-size:.99rem}
.table caption{text-align:left;font-family:var(--mono);font-size:.66rem;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);padding-bottom:.6rem}
.table th,.table td{text-align:left;padding:.8rem 1rem;border-bottom:1px solid var(--line)}
.table thead th{background:var(--cream-2);font-family:var(--mono);font-size:.66rem;letter-spacing:.14em;text-transform:uppercase;color:var(--olive-deep)}
.table td{color:var(--muted)}
.table tr:last-child td{border-bottom:0}

/* ---------- notes ---------- */
.note{background:var(--cream-2);border-radius:6px;padding:1.3rem 1.5rem;margin:1.75rem 0;border:1px solid var(--line)}
.note p:last-child{margin-bottom:0}
.house{background:var(--plum);color:#f7e9ef;border-radius:6px;padding:1.4rem 1.6rem;margin:1.75rem 0}
.house p{margin:0;max-width:none;color:#eed7e1}
.house strong{color:#fff}

/* ---------- buttons ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:.72rem 1.6rem;
  background:var(--olive);color:#fff;border:1px solid var(--olive);border-radius:999px;
  text-decoration:none;font-size:.92rem;font-weight:600;cursor:pointer;font-family:inherit
}
.btn:hover,.btn:focus-visible{background:var(--olive-deep);border-color:var(--olive-deep);color:#fff}
.btn--plum{background:transparent;color:var(--plum);border-color:var(--plum)}
.btn--plum:hover,.btn--plum:focus-visible{background:var(--plum);color:#fff}

/* ---------- form ---------- */
.form{max-width:34rem;background:#fff;border:1px solid var(--line);border-radius:6px;padding:1.75rem}
.field{margin-bottom:1.2rem}
.field label{display:block;margin-bottom:.35rem;font-weight:600;font-size:.9rem;color:var(--olive-deep)}
.field input,.field select,.field textarea{width:100%;padding:.75rem .85rem;border:1px solid var(--line);border-radius:5px;background:var(--cream);color:var(--ink);font:inherit}
.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--gold);outline:none}
.field textarea{min-height:9rem;resize:vertical}
.form-note{font-size:.88rem;color:var(--muted);margin-top:1rem}

/* ---------- faq ---------- */
.faq{border-top:2px solid var(--olive);margin-top:1.5rem}
.faq__item{border-bottom:1px solid var(--line)}
.faq-question{
  width:100%;text-align:left;background:none;border:0;cursor:pointer;min-height:44px;
  padding:1.15rem 2.5rem 1.15rem 0;position:relative;
  font-family:var(--serif);font-size:1.12rem;font-weight:600;color:var(--olive-deep)
}
.faq-question:hover{color:var(--plum)}
.faq-question::after{content:"+";position:absolute;right:.3rem;top:50%;transform:translateY(-50%);color:var(--gold);font-family:var(--sans);font-size:1.35rem}
.faq-question[aria-expanded="true"]::after{content:"\2212"}
.faq-answer{display:none;padding:0 0 1.2rem;color:var(--muted)}
.faq-answer.is-open{display:block}

/* ---------- footer ---------- */
.site-footer{background:var(--olive-deep);color:rgba(250,247,240,.85);padding:3rem 1.5rem 2rem}
.footer-inner{max-width:var(--max);margin:0 auto}
.footer-cols{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(12rem,1fr));margin-bottom:2rem}
.footer-cols h2{font-family:var(--mono);font-size:.66rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:.85rem;max-width:none}
.footer-cols ul{list-style:none;margin:0}
.footer-cols li{margin-bottom:.4rem}
.footer-cols a{color:rgba(250,247,240,.85);text-decoration:none;font-size:.95rem}
.footer-cols a:hover{color:#fff;text-decoration:underline}
.footer-cols p{color:rgba(250,247,240,.7);font-size:.95rem;max-width:none}
.footer-base{border-top:1px solid rgba(250,247,240,.18);padding-top:1.5rem}
.footer-brand{font-family:var(--serif);font-size:1.15rem;color:#fff}
.footer-operator{font-size:.9rem;color:rgba(250,247,240,.7);margin-top:.15rem}
.footer-play{font-size:.85rem;color:rgba(250,247,240,.7);margin-top:.6rem}
.footer-copy{font-family:var(--mono);font-size:.68rem;letter-spacing:.12em;color:rgba(250,247,240,.55);margin-top:.6rem}

/* ---------- error ---------- */
.error{text-align:center;padding:4rem 0}
.error h1{font-size:clamp(3rem,12vw,5.5rem);color:var(--plum)}
.error p{margin-left:auto;margin-right:auto}

/* ---------- responsive ---------- */
@media(max-width:860px){
  .nav-toggle{display:inline-flex;align-items:center}
  .site-nav{position:absolute;left:0;right:0;background:var(--olive-deep);padding:.5rem 1.5rem 1.25rem;display:none;z-index:80}
  .site-nav.is-open{display:block}
  .site-nav ul{flex-direction:column;gap:0}
  .site-nav a{width:100%;border-bottom:1px solid rgba(250,247,240,.14)}
  .site-header{position:relative}
  .row{grid-template-columns:2.2rem 1fr;gap:1rem}
  main{padding:0 1.25rem 3.5rem}
}
