
:root {
  --rfc-bg: #d8d2c8;
  --rfc-ink: #222;
  --rfc-muted: #444;
  --rfc-accent: #7a6a5a;
  --rfc-font: 'Work Sans', sans-serif;
  --rfc-body: 'Work Sans', sans-serif;
  --rfc-display: 'Caveat', cursive;
}
*,*::before,*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation: none !important; transition: none !important; }
}
body.rfc-body {
  margin: 0;
  font-family: var(--rfc-body);
  background: var(--rfc-bg);
  color: var(--rfc-ink);
  line-height: 1.65;
}
.rfc-body a { color: var(--rfc-accent); }
.rfc-wordmark { font-family: var(--rfc-display); font-weight: 600; text-decoration: none; color: inherit; }
.rfc-wordmark a { color: inherit; text-decoration: none; }
.rfc-menu-btn {
  font: inherit; cursor: pointer; border: 1px solid var(--rfc-ink);
  background: transparent; color: var(--rfc-ink); padding: .4rem .75rem;
}
.rfc-drawer {
  background: var(--rfc-ink); color: var(--rfc-bg); padding: 1.25rem;
  display: flex; flex-direction: column; gap: .75rem;
}
.rfc-drawer[hidden] { display: none !important; }
.rfc-drawer a { color: inherit; text-decoration: none; font-size: 1.1rem; }
.rfc-main { padding: 1.5rem clamp(1rem,4vw,3rem) 3rem; max-width: 72rem; margin: 0 auto; }
.rfc-btn {
  display: inline-block; font: inherit; cursor: pointer; border: none;
  background: var(--rfc-ink); color: var(--rfc-bg); padding: .65rem 1.1rem; text-decoration: none;
}
.rfc-btn-ghost { background: transparent; color: var(--rfc-ink); border: 1px solid currentColor; }
.rfc-form { display: grid; gap: .75rem; max-width: 28rem; margin-top: 1rem; }
.rfc-form label { display: grid; gap: .25rem; font-size: .95rem; }
.rfc-form input, .rfc-form textarea {
  font: inherit; padding: .5rem .65rem; border: 1px solid var(--rfc-muted); background: #fff; color: #111;
}
.rfc-footer { padding: 2rem clamp(1rem,4vw,3rem); border-top: 1px solid color-mix(in srgb, var(--rfc-ink) 20%, transparent); margin-top: 2rem; }
.rfc-footer-contact p { margin: .2rem 0; }
.rfc-footer nav a { margin-right: .75rem; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); border:0; }
.rfc-cookie {
  position: fixed; z-index: 1000; bottom:0;left:0;right:0;width:100%;max-height:50vh;
  background: var(--rfc-bg); color: var(--rfc-ink);
  border: 1px solid var(--rfc-ink); padding: 1rem; box-shadow: 0 8px 24px rgba(0,0,0,.12);
}
.rfc-cookie[hidden] { display: none !important; }
.rfc-cookie-actions { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: .75rem; }
.rfc-cookie-settings { margin-top: .75rem; display: grid; gap: .5rem; }
.rfc-article { max-width: 42rem; }
.rfc-article h1 { font-family: var(--rfc-display); line-height: 1.2; }

/* site-specific layout hooks */

.rfc-wordmark { font-family: var(--rfc-display); font-size:2rem; }
.rfc-h23 { display:flex; justify-content:space-between; align-items:baseline; gap:1rem; padding:1rem clamp(1rem,4vw,3rem); flex-wrap:wrap; border-bottom:1px solid var(--rfc-ink); }
.rfc-hours-mini { margin:0; font-size:.85rem; max-width:18rem; }
.rfc-bottom-sheet { position:fixed; left:0; right:0; bottom:0; z-index:50; border-radius:1rem 1rem 0 0; max-height:70vh; }
.rfc-layout { display:grid; gap:1rem; }
@media (min-width:900px) {
  .rfc-layout { grid-template-columns: 10rem 1fr; }
  .rfc-rail { position:sticky; top:1rem; align-self:start; }
  .rfc-rail nav { display:flex; flex-direction:column; gap:.6rem; }
  .rfc-rail a { color:inherit; text-decoration:none; writing-mode: horizontal-tb; }
  .rfc-menu-btn { display:none; }
}
.rfc-ch { display:grid; grid-template-columns: 4.5rem 1fr; gap:1rem; margin:1.5rem 0; }
.rfc-num { font-size:2.8rem; line-height:1; font-weight:600; }
.rfc-content { position:relative; }
.rfc-content::before {
  content:""; position:absolute; inset:0; pointer-events:none; opacity:.07;
  background: repeating-linear-gradient(0deg, #000, #000 1px, transparent 1px, transparent 3px);
}
.rfc-f01 { text-align:center; }
.rfc-link-row { display:flex; flex-wrap:wrap; justify-content:center; gap:.75rem; margin:1rem 0; }
.rfc-link-row a { color:inherit; }
.rfc-visit { border-left: 3px solid var(--rfc-ink); padding-left:1rem; margin-top:2rem; }

