/* sheridansbeststays.com — shared stylesheet
   Palette borrowed from wyostays.com's home tokens (sage / gold / cream / charcoal). */
:root {
  --sage: #6B7A5A;
  --sage-deep: #4D5A40;
  --sage-mist: #B8C2A8;
  --gold: #B89968;
  --gold-deep: #7A5F33;
  --cream: #F4EFE6;
  --cream-deep: #ECE4D4;
  --snow: #FBFAF6;
  --charcoal: #2A2925;
  --charcoal-soft: #4A4842;
  --rule: #DDD5C4;
  --max: 680px;
  --font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-display: "Playfair Display", "Cormorant Garamond", Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--charcoal);
  background: var(--snow);
}
a { color: var(--sage-deep); text-decoration-thickness: 1px; text-underline-offset: 2px; }
a:hover { color: var(--gold-deep); }
img { max-width: 100%; height: auto; }

.skip { position: absolute; left: -999px; top: 0; background: var(--charcoal); color: #fff; padding: .5rem 1rem; }
.skip:focus { left: 1rem; z-index: 100; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(251, 250, 246, .94);
  backdrop-filter: saturate(160%) blur(8px);
  border-bottom: 1px solid var(--rule);
}
.site-header .bar {
  max-width: 1040px; margin: 0 auto; padding: .75rem 1.25rem;
  display: flex; align-items: center; gap: 1rem; flex-wrap: wrap;
}
.site-name { font-family: var(--font-display); font-size: 1.15rem; font-weight: 600; color: var(--charcoal); text-decoration: none; letter-spacing: .01em; flex: 1; min-width: 0; }
.site-name:hover { color: var(--charcoal); }
.site-nav { display: flex; gap: 1.1rem; margin-left: auto; align-items: center; font-size: .95rem; }
.site-nav a { text-decoration: none; color: var(--charcoal-soft); }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--sage-deep); text-decoration: underline; }
.badge {
  display: inline-block; padding: .3rem .7rem; border-radius: 999px;
  background: var(--cream); border: 1px solid var(--rule);
  color: var(--charcoal) !important; font-size: .85rem; white-space: nowrap; text-decoration: none !important;
}
.badge:hover { background: var(--cream-deep); }
.nav-toggle { display: none; margin-left: 0; flex: 0 0 auto; background: none; border: 1px solid var(--rule); border-radius: 6px; padding: .35rem .6rem; font: inherit; color: var(--charcoal); }
@media (max-width: 640px) {
  .nav-toggle { display: inline-block; }
  .site-nav { display: none; width: 100%; flex-direction: column; align-items: flex-start; gap: .6rem; padding: .5rem 0 .25rem; }
  .site-nav.open { display: flex; }
}

/* Layout */
main { max-width: var(--max); margin: 0 auto; padding: 2.5rem 1.25rem 4rem; }
.eyebrow { text-transform: uppercase; letter-spacing: .12em; font-size: .75rem; color: var(--gold-deep); margin: 0 0 .75rem; }
h1 { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.9rem, 4.5vw, 2.6rem); line-height: 1.2; margin: 0 0 1rem; color: var(--charcoal); }
h2 { font-family: var(--font-display); font-weight: 600; font-size: 1.5rem; line-height: 1.3; margin: 2.5rem 0 .75rem; color: var(--charcoal); }
h3 { font-size: 1.1rem; margin: 1.75rem 0 .5rem; }
p { margin: 0 0 1.15rem; }
ul, ol { padding-left: 1.4rem; margin: 0 0 1.15rem; }
li { margin-bottom: .5rem; }
.byline { font-size: .9rem; color: var(--charcoal-soft); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); padding: .7rem 0; margin: 0 0 1.75rem; display: flex; flex-wrap: wrap; gap: .35rem 1.25rem; }
.byline a { color: inherit; }
.lede { font-size: 1.15rem; line-height: 1.65; }
.answer { background: var(--cream); border-left: 4px solid var(--sage); padding: 1rem 1.25rem; margin: 0 0 1.5rem; border-radius: 0 6px 6px 0; }
.answer p:last-child { margin-bottom: 0; }
.callout { background: var(--cream); border: 1px solid var(--rule); border-radius: 8px; padding: 1rem 1.25rem; margin: 1.5rem 0; }
.callout p:last-child { margin-bottom: 0; }
.sources { font-size: .9rem; color: var(--charcoal-soft); }
.sources li { margin-bottom: .35rem; }

/* FAQ */
.faq details { border-top: 1px solid var(--rule); padding: .85rem 0; }
.faq details:last-of-type { border-bottom: 1px solid var(--rule); }
.faq summary { cursor: pointer; font-weight: 600; list-style: none; display: flex; justify-content: space-between; gap: 1rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--gold-deep); font-weight: 400; }
.faq details[open] summary::after { content: "–"; }
.faq details p { margin: .6rem 0 0; }

/* CTA */
.cta { margin: 3rem 0 0; padding: 1.5rem; background: var(--sage-deep); color: var(--snow); border-radius: 10px; }
.cta p { margin: 0 0 .75rem; }
.cta a.button { display: inline-block; background: var(--gold); color: var(--charcoal); text-decoration: none; font-weight: 600; padding: .65rem 1.1rem; border-radius: 6px; }
.cta a.button:hover { background: #C9AB7A; color: var(--charcoal); }

/* Footer */
.site-footer { border-top: 1px solid var(--rule); background: var(--cream); margin-top: 2rem; }
.site-footer .wrap { max-width: 1040px; margin: 0 auto; padding: 2.5rem 1.25rem; display: grid; gap: 2rem; grid-template-columns: 1fr; }
@media (min-width: 800px) { .site-footer .wrap { grid-template-columns: 1.1fr 1fr; } }
.site-footer h2 { margin-top: 0; font-size: 1.25rem; }
.site-footer p, .site-footer li { font-size: .95rem; color: var(--charcoal-soft); }
.site-footer ul { list-style: none; padding: 0; }
.legal { font-size: .8rem; color: var(--charcoal-soft); max-width: 1040px; margin: 0 auto; padding: 0 1.25rem 2rem; }

/* Contact form */
.contact-form { display: grid; gap: .8rem; }
.contact-form label { display: grid; gap: .3rem; font-size: .9rem; font-weight: 600; }
.contact-form input, .contact-form textarea {
  font: inherit; padding: .6rem .7rem; border: 1px solid var(--rule); border-radius: 6px; background: #fff; color: var(--charcoal); width: 100%;
}
.contact-form textarea { min-height: 120px; resize: vertical; }
.contact-form button { font: inherit; font-weight: 600; padding: .65rem 1.1rem; border: 0; border-radius: 6px; background: var(--sage-deep); color: #fff; cursor: pointer; justify-self: start; }
.contact-form button:disabled { opacity: .6; cursor: default; }
.form-status { font-size: .95rem; min-height: 1.4em; }
.form-status.ok { color: var(--sage-deep); }
.form-status.err { color: #8A3B2E; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* 404 */
.notfound { text-align: center; padding-top: 4rem; }
