@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&family=Work+Sans:wght@400;500&display=swap');
:root {
  --keenrhyt-bg: #1A1C1E; --keenrhyt-fg: #E8E6E1; --keenrhyt-muted: #A8A49C;
  --keenrhyt-accent: #E85D04; --keenrhyt-panel: #25282B; --keenrhyt-band: #2F3338;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Work Sans', Georgia, serif;
  background: var(--keenrhyt-bg);
  color: var(--keenrhyt-fg);
  line-height: 1.65;
  font-size: 1.05rem;
}
h1,h2,h3,.keenrhyt-brand,.keenrhyt-brand-only {
  font-family: 'Libre Baskerville', Georgia, serif;
  font-weight: 600;
  
  
  line-height: 1.15;
}
a { color: var(--keenrhyt-accent); }
.keenrhyt-wrap { min-height: 100vh; display: flex; flex-direction: column; }
.keenrhyt-main { flex: 1; width: min(100% - 2rem, 52ch); margin: 0 auto; padding: 2rem 0 4rem; }
.keenrhyt-main-wide { width: min(100% - 2rem, 1100px); margin: 0 auto; padding: 2rem 0 4rem; }
.keenrhyt-header { display:flex; align-items:center; justify-content:space-between; gap:1rem; padding:1rem 1.25rem; position:relative; }
.keenrhyt-logo { font-family:'Libre Baskerville',sans-serif; font-weight:700; text-decoration:none; color:inherit; font-size:1.15rem; }

.keenrhyt-nav-toggle { display:none; background:transparent; border:1px solid #E8E6E1; color:#E8E6E1; padding:.35rem .6rem; cursor:pointer; font:inherit; }
.keenrhyt-nav ul { list-style:none; margin:0; padding:0; display:flex; flex-wrap:wrap; gap:.75rem 1.25rem; }
.keenrhyt-nav a { color:inherit; text-decoration:none; }
.keenrhyt-nav a:hover { text-decoration:underline; }

.keenrhyt-nav-toggle { display:inline-block; }
.keenrhyt-drawer { position:fixed; inset:0 auto 0 0; width:min(18rem,90vw); background:#25282B; color:#E8E6E1; transform:translateX(-105%); transition:transform .35s cubic-bezier(.2,.8,.2,1); z-index:900; padding:1.5rem; }
.keenrhyt-drawer.is-open { transform:translateX(0); }
.keenrhyt-drawer ul { flex-direction:column; }
.keenrhyt-backdrop { position:fixed; inset:0; background:rgba(0,0,0,.35); z-index:850; opacity:0; pointer-events:none; transition:opacity .3s; }
.keenrhyt-backdrop.is-open { opacity:1; pointer-events:auto; }

.keenrhyt-footer { background:#1A1C1E; color:#E8E6E1; border-top:4px solid #E85D04; padding:2rem 1.25rem; }
.keenrhyt-footer a { color:#E8E6E1; }

.keenrhyt-cookies { position:fixed; z-index:1000; background:#25282B; color:#E8E6E1; border:1px solid #A8A49C; padding:1rem; max-width:24rem; box-shadow:0 8px 24px rgba(0,0,0,.12); }
.keenrhyt-cookies[hidden] { display:none !important; }
.keenrhyt-cookies button { margin:.25rem .25rem 0 0; cursor:pointer; font:inherit; padding:.4rem .7rem; border:1px solid #E8E6E1; background:#1A1C1E; color:#E8E6E1; }
.keenrhyt-cookie-settings[hidden] { display:none !important; }
.keenrhyt-cookies { bottom:1rem; right:1rem; }

.keenrhyt-form { display:grid; gap:.75rem; max-width:28rem; }
.keenrhyt-form label { display:grid; gap:.25rem; font-size:.95rem; }
.keenrhyt-form input, .keenrhyt-form textarea { font:inherit; padding:.55rem .65rem; border:1px solid var(--keenrhyt-muted); background:#fff; color:#111; }
.keenrhyt-form button { justify-self:start; padding:.6rem 1rem; border:none; background:var(--keenrhyt-accent); color:#fff; cursor:pointer; font:inherit; }
.keenrhyt-form-ok { color: var(--keenrhyt-accent); }
.keenrhyt-legal { max-width: 68ch; }
.keenrhyt-contact-block p { margin: .25rem 0; }

.keenrhyt-tier1 { font-size:.8rem; display:flex; gap:1rem; padding:.4rem 1.25rem; background:var(--keenrhyt-band); }
.keenrhyt-tier2 { display:flex; justify-content:space-between; align-items:center; padding:.75rem 1.25rem; border-bottom:1px solid var(--keenrhyt-muted); }
.keenrhyt-catalog { display:flex; flex-wrap:wrap; gap:.5rem 1rem; margin-bottom:1.5rem; font-size:.9rem; }
.keenrhyt-plaque { background:var(--keenrhyt-panel); padding:2rem 1.25rem 1rem; border-bottom:1px solid var(--keenrhyt-accent); margin-bottom:2rem; }
.keenrhyt-plaque-cap { font-size:.8rem; color:var(--keenrhyt-muted); letter-spacing:.06em; }
.keenrhyt-main { width:min(100% - 2rem, 52ch); }
details { border-top:1px solid var(--keenrhyt-muted); padding:.75rem 0; }
summary { cursor:pointer; font-family:'Libre Baskerville',sans-serif; }
.keenrhyt-count { font-size:3rem; color:var(--keenrhyt-accent); }
body { background:var(--keenrhyt-bg); color:var(--keenrhyt-fg); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
