:root {
  --bg: #f7f0dd;
  --paper: #fffaeb;
  --ink: #1f1409;
  --ink-soft: #5e4a2a;
  --rule: #d8c498;
  --primary: #6b3a14;
  --primary-dark: #4a280e;
  --gold: #a07626;
  --gold-light: #c89540;
  --serif: 'Iowan Old Style', 'Hoefler Text', Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, 'Inter', 'Segoe UI', Helvetica, Arial, sans-serif;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: var(--serif); background: var(--bg); color: var(--ink); line-height: 1.8; -webkit-font-smoothing: antialiased; font-size: 17px; }
.container { max-width: 920px; margin: 0 auto; padding: 0 36px; }
.container-narrow { max-width: 680px; margin: 0 auto; padding: 0 36px; }
a { color: var(--primary); text-decoration: underline; text-decoration-color: var(--rule); text-underline-offset: 4px; }
a:hover { text-decoration-color: var(--gold); }

/* Header — central, dignified, scroll-edged */
header.scroll-header { padding: 36px 0 28px; text-align: center; background: var(--paper); border-bottom: 2px solid var(--rule); position: relative; }
header.scroll-header::after { content: ''; position: absolute; bottom: -2px; left: 50%; transform: translateX(-50%); width: 120px; height: 4px; background: linear-gradient(90deg, transparent, var(--gold) 30%, var(--gold) 70%, transparent); }
.brand { display: inline-block; font-family: var(--serif); font-size: 36px; color: var(--primary); text-decoration: none; font-weight: 400; letter-spacing: 0.05em; }
.brand small { display: block; font-family: var(--sans); font-size: 11px; font-weight: 400; color: var(--gold); letter-spacing: 0.32em; text-transform: uppercase; margin-top: 8px; }
header.scroll-header nav { margin-top: 22px; padding-top: 16px; border-top: 1px solid var(--rule); display: inline-flex; gap: 36px; }
header.scroll-header nav a { font-family: var(--sans); font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-soft); text-decoration: none; }
header.scroll-header nav a:hover { color: var(--primary); }

/* Intro section */
.intro { padding: 72px 0 48px; text-align: center; }
.intro-mark { font-family: var(--serif); color: var(--gold); font-size: 28px; margin-bottom: 24px; letter-spacing: 0.3em; }
.intro h1 { font-family: var(--serif); font-size: 42px; line-height: 1.3; font-weight: 400; color: var(--ink); margin-bottom: 24px; max-width: 22ch; margin-left: auto; margin-right: auto; }
.intro .lede { font-size: 18px; color: var(--ink-soft); max-width: 56ch; margin: 0 auto; line-height: 1.85; }

/* Two horn families — paired */
.horn-section { padding: 56px 0; border-top: 1px solid var(--rule); }
.horn-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; }
.horn { padding: 32px 28px; background: var(--paper); border: 1px solid var(--rule); position: relative; }
.horn::before { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 40px; height: 2px; background: var(--gold); }
.horn .label { font-family: var(--sans); font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; text-align: center; }
.horn h2 { font-family: var(--serif); font-size: 26px; color: var(--primary); margin-bottom: 14px; text-align: center; font-weight: 400; }
.horn p { font-size: 15px; color: var(--ink-soft); line-height: 1.75; margin-bottom: 12px; }
.horn .specs { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--rule); font-family: var(--sans); font-size: 13px; }
.horn .specs li { padding: 4px 0; color: var(--ink-soft); list-style: none; }
.horn .specs strong { color: var(--ink); display: inline-block; width: 90px; font-weight: 600; }

/* Section title */
.section-title { font-family: var(--serif); font-size: 28px; color: var(--primary); margin-bottom: 24px; text-align: center; font-weight: 400; }
.section-title::after { content: ''; display: block; width: 60px; height: 1px; background: var(--gold); margin: 16px auto 0; }

/* Tradition / why */
.tradition { padding: 64px 0; background: var(--paper); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.tradition p { max-width: 56ch; margin: 0 auto 18px; color: var(--ink-soft); font-size: 16px; line-height: 1.85; }
.tradition p:first-of-type { font-family: var(--serif); font-style: italic; font-size: 20px; color: var(--ink); text-align: center; max-width: 50ch; }

/* Who buys */
.audience { padding: 64px 0; }
.audience ul { max-width: 600px; margin: 0 auto; list-style: none; padding: 0; }
.audience li { padding: 16px 0; padding-left: 32px; border-bottom: 1px dotted var(--rule); position: relative; font-size: 16px; color: var(--ink-soft); }
.audience li::before { content: '✦'; position: absolute; left: 0; color: var(--gold); top: 18px; }
.audience li strong { color: var(--ink); font-style: italic; font-family: var(--serif); }

/* Contact */
.contact-scroll { padding: 72px 0; text-align: center; background: var(--paper); border-top: 1px solid var(--rule); }
.contact-scroll h2 { font-family: var(--serif); font-size: 28px; color: var(--primary); margin-bottom: 16px; font-weight: 400; }
.contact-scroll p { max-width: 500px; margin: 0 auto 24px; color: var(--ink-soft); }
.contact-scroll a.email { font-family: var(--serif); font-size: 20px; color: var(--primary); text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 6px; padding-bottom: 4px; }

/* Article pages */
article.page { padding: 64px 0; max-width: 720px; margin: 0 auto; padding-left: 36px; padding-right: 36px; }
article.page .breadcrumb { font-family: var(--sans); font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 16px; }
article.page .breadcrumb a { color: var(--ink-soft); text-decoration: none; }
article.page h1 { font-family: var(--serif); font-size: 40px; font-weight: 400; color: var(--primary); margin-bottom: 24px; line-height: 1.25; }
article.page h2 { font-family: var(--serif); font-size: 24px; font-weight: 400; color: var(--primary); margin-top: 40px; margin-bottom: 12px; }
article.page p { margin-bottom: 16px; color: var(--ink-soft); line-height: 1.85; }
article.page ul, article.page ol { margin-bottom: 18px; padding-left: 24px; color: var(--ink-soft); }
article.page li { margin-bottom: 8px; }
article.page strong { color: var(--ink); }

/* Fallback for inner pages */
body > header:not([class]) { padding: 28px 0; border-bottom: 1px solid var(--rule); background: var(--paper); text-align: center; }
body > header:not([class]) .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }
body > header:not([class]) .brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--serif); font-size: 24px; color: var(--primary); text-decoration: none; }
body > header:not([class]) .brand-icon { width: 28px; height: 28px; flex-shrink: 0; color: var(--gold); }
body > header:not([class]) nav { display: flex; gap: 22px; flex-wrap: wrap; }
body > header:not([class]) nav a { font-family: var(--sans); font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-soft); text-decoration: none; }

/* Footer */
footer { padding: 36px 0 48px; text-align: center; border-top: 2px solid var(--rule); background: var(--paper); position: relative; }
footer::before { content: ''; position: absolute; top: -2px; left: 50%; transform: translateX(-50%); width: 80px; height: 4px; background: linear-gradient(90deg, transparent, var(--gold) 30%, var(--gold) 70%, transparent); }
footer p { font-family: var(--sans); font-size: 12px; letter-spacing: 0.16em; color: var(--ink-soft); margin-top: 16px; margin-bottom: 6px; text-transform: uppercase; }
footer a { color: var(--primary); text-decoration: none; }

@media (max-width: 740px) {
  .intro h1 { font-size: 30px; }
  .intro { padding: 48px 0 32px; }
  .horn-grid { grid-template-columns: 1fr; gap: 24px; }
  .horn-section { padding: 40px 0; }
  header.scroll-header nav { gap: 20px; flex-wrap: wrap; justify-content: center; }
  article.page h1 { font-size: 28px; }
}
