:root {
  --bg: #12100e;
  --panel: #1c1916;
  --panel-warm: #241f1a;
  --ink: #f3ebe1;
  --muted: #b7a99a;
  --line: #3a322b;
  --accent: #c4a35a;
  --accent-dim: #8a7340;
  --focus: #f3ce77;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.55;
}
a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}
.skip-link {
  position: absolute; left: 1rem; top: -5rem; z-index: 20;
  padding: .65rem .9rem; background: var(--focus); color: #1a1408;
  font-family: system-ui, sans-serif; font-weight: 700;
}
.skip-link:focus { top: 1rem; }
.wrap { width: min(920px, calc(100% - 2rem)); margin: 0 auto; }
.site-header {
  border-bottom: 1px solid var(--line);
  padding: 1.1rem 0;
  background: rgba(18,16,14,.95);
  position: sticky; top: 0; z-index: 10;
  backdrop-filter: blur(6px);
}
.header-inner { display: flex; flex-direction: column; }
.brand {
  display: flex; flex-direction: column; gap: .15rem;
  color: var(--ink); text-decoration: none;
}
.brand:hover { text-decoration: none; }
.brand strong { font-size: 1.25rem; letter-spacing: .04em; }
.brand span { color: var(--muted); font-size: .85rem; font-family: system-ui, sans-serif; }
.nav {
  display: flex; flex-wrap: wrap; gap: .65rem 1.1rem;
  margin: .85rem 0 0;
  padding: 0;
  list-style: none;
  font-family: system-ui, sans-serif;
  font-size: .92rem;
}
.nav a { color: var(--muted); }
.nav a:hover, .nav a[aria-current="page"] { color: var(--accent); }
.hero {
  padding: 2.6rem 0 1.6rem;
  border-bottom: 1px solid var(--line);
}
.hero h1 {
  margin: 0 0 .6rem;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 500;
  line-height: 1.2;
}
.hero p { margin: 0; color: var(--muted); max-width: 38rem; font-size: 1.05rem; }
.eyebrow {
  margin: 0 0 .6rem; color: var(--accent); text-transform: uppercase;
  letter-spacing: .12em; font: 700 .75rem/1.3 system-ui, sans-serif;
}
.actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.3rem; }
.btn {
  display: inline-block;
  padding: .65rem 1rem;
  border: 1px solid var(--accent-dim);
  background: var(--accent);
  color: #1a1408;
  font-family: system-ui, sans-serif;
  font-size: .92rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}
.btn:hover { filter: brightness(1.05); text-decoration: none; }
.btn.secondary { background: transparent; color: var(--accent); }
.grid {
  display: grid; gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  padding: 1.8rem 0 2.2rem;
}
.card {
  background: var(--panel); border: 1px solid var(--line);
  padding: 1.15rem 1.2rem 1.25rem;
}
.card h2, .card h3 { margin: 0 0 .45rem; font-weight: 500; font-size: 1.2rem; }
.card p { margin: 0; color: var(--muted); font-size: .98rem; }
.card .more { display: inline-block; margin-top: .8rem; font-family: system-ui, sans-serif; font-size: .88rem; }
main { padding-bottom: 2.5rem; }
.section { padding: 1.8rem 0; border-bottom: 1px solid var(--line); }
.section:last-child { border-bottom: 0; }
.section h2 { margin: 0 0 .7rem; font-weight: 500; }
.section h3 { margin: 1.1rem 0 .35rem; font-weight: 500; }
.section p, .section li { color: var(--muted); }
.section ul, .section ol { padding-left: 1.2rem; }
.section li + li { margin-top: .35rem; }
.price {
  font-family: system-ui, sans-serif; color: var(--accent);
  font-weight: 600; margin: .5rem 0;
}
.note {
  font-family: system-ui, sans-serif; font-size: .86rem; color: var(--muted);
  border-left: 3px solid var(--accent-dim); padding-left: .8rem; margin: 1rem 0;
}
.guide-card { display: flex; flex-direction: column; min-height: 100%; }
.guide-card .card-footer { margin-top: auto; padding-top: 1rem; }
.guide-card .draft {
  color: var(--accent); font: 700 .78rem/1.3 system-ui, sans-serif;
  text-transform: uppercase; letter-spacing: .06em; margin: 0 0 .45rem;
}
.music-links { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.1rem; }
.music-links a {
  border: 1px solid var(--line); padding: .55rem .75rem;
  font-family: system-ui, sans-serif; font-size: .88rem;
}
.callout {
  background: var(--panel-warm); border-left: 3px solid var(--accent);
  padding: 1rem 1.1rem; margin-top: 1rem;
}
.callout p:last-child { margin-bottom: 0; }
.site-footer {
  border-top: 1px solid var(--line); padding: 1.4rem 0 2rem;
  color: var(--muted); font-family: system-ui, sans-serif; font-size: .84rem;
}
.site-footer a { color: var(--muted); }
.site-footer p { margin: .25rem 0; }
label { display: block; margin: .8rem 0 .3rem; font-family: system-ui, sans-serif; font-size: .9rem; }
input, textarea {
  width: 100%; background: #0e0c0a; border: 1px solid var(--line);
  color: var(--ink); padding: .65rem .7rem; font: inherit; border-radius: 0;
}
textarea { min-height: 140px; resize: vertical; }
.form-actions { margin-top: 1rem; }
.muted { color: var(--muted); }
.small { font-size: .9rem; font-family: system-ui, sans-serif; }
@media (min-width: 680px) {
  .header-inner { flex-direction: row; align-items: center; justify-content: space-between; gap: 2rem; }
  .nav { margin-top: 0; justify-content: flex-end; }
  .hero { padding: 3.4rem 0 2.2rem; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
