/* Between Better shared stylesheet.
   Source of truth: design system established in the original single-page index.html.
   Palette, type and the line device are the brand. Do not reinvent. */

:root {
  --paper: #FBF5EC;
  --ink: #2B2118;
  --accent: #9C3D10;
  --accent-dark: #7E300B;
  --ember: #D9822B;
  --muted: #7A6A54;
  --line: #E8DCC8;
  --card: #FFFFFF;
  --btn-bg: #9C3D10;
  --btn-hover: #7E300B;
  --btn-text: #FFFFFF;
  --tint: #F6EBDB;
}
@media (prefers-color-scheme: dark) {
  :root {
    --paper: #201914;
    --ink: #EDE3D3;
    --accent: #E0854A;
    --accent-dark: #EA9A66;
    --ember: #D9822B;
    --muted: #A6947D;
    --line: #3B3129;
    --card: #2A211A;
    --btn-bg: #D9822B;
    --btn-hover: #E4934A;
    --btn-text: #201914;
    --tint: #2A211A;
  }
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  overflow-x: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: 'Newsreader', Georgia, serif;
  font-size: 1.125rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
.wrap { max-width: 680px; margin: 0 auto; padding: 0 1.5rem; }

/* ---------- Header + nav ---------- */
header {
  padding: calc(1.1rem + env(safe-area-inset-top)) 0 0;
  border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 40; background: var(--paper);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 0.6rem 1.25rem;
  max-width: 980px; margin: 0 auto; padding: 0 1.5rem 1.1rem;
}
.logo {
  font-family: 'Newsreader', serif; font-weight: 500; font-size: 1.35rem;
  letter-spacing: 0.005em; color: var(--ink); text-decoration: none;
  flex-shrink: 0;
}
.logo .wm { display: inline-flex; align-items: baseline; gap: 0.6rem; }
.logo .wm-rule { width: 22px; height: 1px; background: var(--ember); align-self: baseline; }
.site-nav {
  display: flex; align-items: center; gap: 1.4rem;
  overflow-x: auto; scrollbar-width: none; -webkit-overflow-scrolling: touch;
  margin-left: auto; max-width: 100%;
}
.site-nav::-webkit-scrollbar { display: none; }
.site-nav a {
  font-family: 'Archivo', sans-serif; font-weight: 500; font-size: 0.85rem;
  color: var(--muted); text-decoration: none; white-space: nowrap;
  padding: 0.2rem 0; border-bottom: 2px solid transparent;
  transition: color 0.2s;
}
.site-nav a:hover, .site-nav a:focus-visible { color: var(--accent); }
.site-nav a[aria-current="page"] { color: var(--accent); border-bottom-color: var(--ember); }
.header-cta {
  font-family: 'Archivo', sans-serif; font-weight: 600; font-size: 0.85rem;
  color: var(--accent); text-decoration: none; border: 1.5px solid var(--accent);
  padding: 0.5rem 1rem; border-radius: 3px;
  transition: background 0.2s, color 0.2s; white-space: nowrap;
  flex-shrink: 0;
}
.header-cta:hover, .header-cta:focus-visible { background: var(--accent); color: var(--paper); }
@media (max-width: 820px) {
  .site-nav { order: 3; flex-basis: 100%; margin-left: 0; gap: 1.25rem; }
}

/* ---------- Hero ---------- */
.hero { padding: 4.5rem 1.5rem 2.5rem; }
.hero h1 {
  font-size: clamp(2rem, 6vw, 3.4rem); font-weight: 500;
  line-height: 1.15; letter-spacing: -0.01em; margin-bottom: 1.5rem;
  text-wrap: balance; overflow-wrap: break-word;
}
.hero h1 em { font-style: italic; color: var(--accent); }
.confirm-mark { display: block; margin-bottom: 1.5rem; }
.booking-summary .bs-event { font-size: 1.4rem; font-weight: 500; line-height: 1.3; margin-top: 0.4rem; }
.booking-summary .bs-when { font-size: 1.15rem; margin-top: 0.5rem; }
.booking-summary .bs-name { color: var(--muted); margin-top: 0.5rem; }
.booking-summary .btn-note { margin-top: 1rem; }
.hero p.lede { font-size: 1.25rem; max-width: 34em; margin-bottom: 2.25rem; }
.btn {
  display: inline-block; font-family: 'Archivo', sans-serif; font-weight: 600;
  font-size: 0.95rem; background: var(--btn-bg); color: var(--btn-text);
  text-decoration: none; padding: 0.9rem 1.75rem; border-radius: 3px;
  transition: background 0.2s;
}
.btn:hover, .btn:focus-visible { background: var(--btn-hover); }
.btn-note {
  display: block; font-family: 'Archivo', sans-serif; font-size: 0.8rem;
  color: var(--muted); margin-top: 0.75rem;
}
.trust-line {
  font-family: 'Newsreader', serif; font-style: italic;
  font-size: 1.05rem; color: var(--muted); margin-top: 1.9rem;
  line-height: 1.85; border-left: 2px solid var(--ember);
  padding-left: 1rem;
}

/* ---------- Dividers, sections, bands ---------- */
.divider {
  display: flex; align-items: center; gap: 1.1rem;
  max-width: 680px; margin: 0 auto; padding: 2.25rem 1.5rem;
}
.divider .dash { width: 26px; height: 2px; background: var(--ember); flex-shrink: 0; }
.divider .rule { flex: 1; height: 1px; background: var(--line); }
.divider .label {
  font-family: 'Archivo', sans-serif; font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent);
  white-space: nowrap;
}

section { padding: 1.5rem 0 3rem; }
section h2 {
  font-size: clamp(1.75rem, 4.5vw, 2.3rem); font-weight: 500;
  line-height: 1.25; margin-bottom: 1.25rem; text-wrap: balance;
}
section p, details p { text-wrap: pretty; }
section p + p { margin-top: 1rem; }

.band { background: var(--tint); padding: 0.25rem 0 1.25rem; margin: 1.25rem 0; }

.deeper-item { padding: 1.5rem 0; border-top: 1px solid var(--line); }
.deeper-item h3 { font-size: 1.15rem; font-weight: 600; margin-bottom: 0.4rem; }
.deeper-list { margin-top: 2rem; }

.how-points { margin-top: 1.5rem; list-style: none; }
.how-points li {
  padding: 0.85rem 0 0.85rem 1.6rem; border-top: 1px solid var(--line); position: relative;
}
.how-points li::before {
  content: ''; position: absolute; left: 0; top: 1.7rem;
  width: 15px; height: 2px; background: var(--ember);
}

/* ---------- Pricing ---------- */
.price-card {
  background: var(--tint); border: 1px solid var(--line); border-radius: 6px;
  border-top: 3px solid var(--ember);
  padding: 2.25rem 2rem; margin-top: 1.75rem;
}
.price-figure { font-size: 2.4rem; font-weight: 500; line-height: 1.2; overflow-wrap: break-word; }
.price-figure small { font-size: 1rem; color: var(--muted); font-weight: 400; }
.price-tag {
  font-family: 'Archivo', sans-serif; font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent);
  display: block; margin-bottom: 0.75rem;
}
.price-card p { margin-top: 1.1rem; }
.price-card .btn { margin-top: 1.5rem; }
.price-alt {
  border-top: 1px solid var(--line); margin-top: 1.5rem; padding-top: 1.5rem;
}
.price-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem;
  margin-top: 1.75rem; align-items: stretch;
}
.price-grid .price-card { margin-top: 0; display: flex; flex-direction: column; }
.price-grid .price-card .btn { margin-top: auto; padding-top: 0.9rem; align-self: flex-start; }
.price-grid .price-card p:last-of-type { margin-bottom: 1.5rem; }
@media (max-width: 720px) {
  .price-grid { grid-template-columns: 1fr; }
}

/* ---------- About ---------- */
.about-photo {
  width: 190px; height: 190px; border-radius: 50%; object-fit: cover;
  display: block; margin-bottom: 1.5rem; border: 1px solid var(--line);
}

/* ---------- FAQ ---------- */
details { border-top: 1px solid var(--line); }
details:last-of-type { border-bottom: 1px solid var(--line); }
summary {
  cursor: pointer; padding: 1.1rem 0; font-weight: 600; font-size: 1.05rem;
  list-style: none; display: flex; justify-content: space-between;
  align-items: center; gap: 1rem;
}
summary::-webkit-details-marker { display: none; }
summary::after {
  content: '+'; font-family: 'Archivo', sans-serif; color: var(--accent);
  font-size: 1.2rem; flex-shrink: 0; transition: transform 0.2s;
}
details[open] summary::after { transform: rotate(45deg); }
details p { padding: 0 0 1.25rem; }
.faq-list { margin-top: 1.5rem; }

/* ---------- Final CTA, footer, sticky ---------- */
.final-cta { text-align: center; padding: 3.5rem 1.5rem 6.5rem; }
.final-cta h2 { margin-bottom: 0.75rem; }
.final-cta p { max-width: 32em; margin: 0 auto 2rem; }

footer {
  border-top: 1px solid var(--line); padding: 2.75rem 0 2.5rem;
  font-family: 'Archivo', sans-serif; font-size: 0.8rem; color: var(--muted);
}
.footer-inner {
  max-width: 980px; margin: 0 auto; padding: 0 1.5rem;
  display: flex; flex-wrap: wrap; gap: 0.75rem 2rem; justify-content: space-between;
}
footer a { color: var(--muted); text-decoration: underline; text-underline-offset: 2px; }
footer a:hover, footer a:focus-visible { color: var(--accent); }
.footer-wm {
  display: flex; justify-content: center; padding: 0 1.5rem 1.25rem;
  font-family: 'Newsreader', serif; font-size: 1.15rem; color: var(--ink);
}
.footer-wm span.rule { width: 18px; height: 1px; background: var(--ember); align-self: baseline; }
.footer-wm span.word { display: inline-flex; align-items: baseline; gap: 0.5rem; }

::selection { background: var(--ember); color: #FFFFFF; }

.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 50;
  background: var(--paper); border-top: 1px solid var(--line);
  padding: 0.75rem 1.25rem calc(0.75rem + env(safe-area-inset-bottom));
  display: none; text-align: center;
  transform: translateY(100%); transition: transform 0.3s ease;
}
.sticky-cta.show { transform: none; }
.sticky-cta .btn { display: block; width: 100%; }

/* Reveal animation only applies when JS has run (html.js), so content
   is never hidden if scripts fail or are disabled. */
.js .reveal { opacity: 0; transform: translateY(14px); transition: opacity 0.6s ease, transform 0.6s ease; }
.js .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js .reveal { opacity: 1; transform: none; transition: none; }
  .sticky-cta { transition: none; }
}

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  font-family: 'Archivo', sans-serif; font-size: 0.85rem; font-weight: 600;
  background: var(--accent); color: var(--paper); padding: 0.6rem 1rem;
  text-decoration: none;
}
.skip-link:focus-visible { left: 0.5rem; top: 0.5rem; }

.text-link { color: var(--accent); text-decoration: underline; text-underline-offset: 2px; }
.text-link:hover, .text-link:focus-visible { color: var(--accent-dark); }
.deeper-item h3 a { color: var(--ink); text-decoration: none; }
.deeper-item h3 a:hover, .deeper-item h3 a:focus-visible { color: var(--accent); }
.deeper-item .text-link { font-family: 'Archivo', sans-serif; font-size: 0.85rem; font-weight: 600; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }

@media (max-width: 640px) {
  .footer-inner { justify-content: center; text-align: center; gap: 0.6rem 1.5rem; }
  footer { padding: 2.5rem 0 3rem; }
  .hero { padding: 3.5rem 1.5rem 2rem; }
  .divider { padding: 1.9rem 1.5rem; }
  .logo { font-size: 1.22rem; }
  .header-cta { font-size: 0.8rem; padding: 0.45rem 0.8rem; }
  .price-card { padding: 1.75rem 1.4rem; }
  .sticky-cta { display: block; }
  body { padding-bottom: 5rem; }
}
