:root {
  --paper: #fdfcf8; --paper-2: #f7f3ea; --card: #fff; --ink: #0c0a09;
  --stone: #57534e; --stone-2: #78716c; --line: #e7e0d6; --line-2: #d6d3d1;
  --brass: #a16207; --brass-text: #8a5306; --focus: #a16207; --max: 1180px;
  --display: "Fraunces", Georgia, serif; --body: "Source Serif 4", Georgia, serif;
  --ui: "Instrument Sans", Arial, sans-serif; --mono: "IBM Plex Mono", monospace;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 17px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--focus); outline-offset: 3px; border-radius: 3px; }
.skip-link { position: fixed; z-index: 100; left: 12px; top: 12px; padding: 8px 14px; min-height: 44px; display: flex; align-items: center; background: var(--ink); color: #fff; font-family: var(--ui); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.masthead { border-bottom: 1px solid var(--line); background: rgba(253,252,248,.97); }
.nav-shell { max-width: var(--max); min-height: 72px; padding: 0 24px; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.wordmark { min-height: 44px; display: inline-flex; align-items: center; gap: 10px; font: 600 18px var(--ui); text-decoration: none; letter-spacing: -.02em; }
.wordmark svg { fill: var(--ink); }
.primary-nav { display: flex; gap: 8px; }
.primary-nav a { min-height: 44px; padding: 9px 14px; display: flex; align-items: center; font: 500 14px var(--ui); text-decoration: none; color: var(--stone); }
.primary-nav a:hover { color: var(--ink); }
.menu-button { display: none; min-width: 44px; min-height: 44px; padding: 0 10px; border: 1px solid var(--line-2); background: var(--paper); color: var(--ink); font: 500 14px var(--ui); }
.menu-mark { width: 14px; height: 10px; margin-left: 9px; border-top: 1px solid; border-bottom: 1px solid; }
.hero { max-width: var(--max); margin: auto; padding: 88px 24px 72px; display: grid; grid-template-columns: 1.3fr .7fr; gap: 72px; align-items: end; }
.eyebrow, .family, .note-label, .colophon { margin: 0 0 18px; color: var(--stone-2); font: 500 11px/1.5 var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.eyebrow span, .family { color: var(--brass-text); }
h1, h2, h3 { font-family: var(--display); margin-top: 0; }
h1 { max-width: 770px; margin-bottom: 28px; font-size: clamp(46px, 6.7vw, 78px); line-height: .96; letter-spacing: -.045em; }
h1 em { color: var(--stone); font-weight: 500; }
h2 { margin-bottom: 20px; font-size: clamp(32px, 4.2vw, 46px); line-height: 1.06; letter-spacing: -.03em; }
h3 { font-size: 20px; line-height: 1.25; letter-spacing: -.015em; }
.lede { max-width: 54ch; margin: 0; color: var(--stone); font-size: 19px; line-height: 1.65; }
.hero-actions { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 10px; }
.button { min-height: 44px; padding: 10px 19px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid; border-radius: 999px; font: 600 14px var(--ui); text-decoration: none; transition: color 160ms, background-color 160ms, border-color 160ms; }
.button-primary { border-color: var(--ink); background: var(--ink); color: #fff; }
.button-primary:hover { background: #1c1917; }
.button-secondary { border-color: var(--line-2); background: transparent; }
.button-secondary:hover { border-color: var(--brass); color: var(--brass-text); }
.index-note { border-top: 2px solid var(--brass); padding-top: 18px; }
.index-note ol { margin: 0; padding: 0; list-style: none; }
.index-note li { min-height: 52px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.index-note li span { font: 600 15px var(--ui); }
.index-note small { color: var(--stone); font: 13px var(--ui); }
.section { padding: 72px 24px; }
.products { background: var(--paper-2); border-block: 1px solid var(--line); }
.section-head { max-width: var(--max); margin: 0 auto 42px; display: grid; grid-template-columns: 1fr 1.15fr .85fr; gap: 32px; align-items: start; }
.section-head h2, .section-head p { margin-top: 0; }
.section-head > p:last-child { color: var(--stone); font-size: 16px; line-height: 1.65; }
.product-ledger { max-width: var(--max); margin: auto; border-top: 1px solid var(--ink); }
.product-row { padding: 24px 0; border-bottom: 1px solid var(--line-2); display: grid; grid-template-columns: 64px 1.05fr 1fr 210px; gap: 22px; align-items: center; }
.product-row p, .product-row h3 { margin-top: 0; }
.product-row h3 { margin-bottom: 0; }
.folio { margin: 0; color: var(--brass-text); font: 600 25px var(--display); }
.family { margin-bottom: 5px; }
.description { margin-bottom: 0; color: var(--stone); font: 14px/1.6 var(--ui); }
.text-link { min-height: 44px; display: inline-flex; align-items: center; justify-content: space-between; gap: 10px; color: var(--brass-text); font: 600 13px var(--ui); text-decoration-thickness: 1px; text-underline-offset: 4px; }
.principles { max-width: var(--max); margin: auto; }
.section-head.compact { grid-template-columns: .8fr 2fr; }
.principle-list { margin-left: calc(28%); border-top: 1px solid var(--ink); display: grid; grid-template-columns: repeat(3, 1fr); }
.principle-list article { padding: 24px 26px 8px 0; }
.principle-list article + article { padding-left: 26px; border-left: 1px solid var(--line); }
.principle-list h3 { margin-bottom: 10px; }
.principle-list p { color: var(--stone); font: 14px/1.65 var(--ui); }
.closing { max-width: 770px; margin: auto; text-align: center; }
.brass-rule { display: block; width: 48px; height: 1px; margin: 0 auto 30px; background: var(--brass); }
.closing > p:not(.eyebrow) { max-width: 52ch; margin-inline: auto; color: var(--stone); }
.centered { justify-content: center; }
footer { border-top: 1px solid var(--line); }
.footer-inner { max-width: var(--max); margin: auto; padding: 24px; display: flex; justify-content: space-between; gap: 24px; }
.footer-inner strong { font: 600 15px var(--ui); }
.footer-inner p { margin: 2px 0 0; color: var(--stone-2); font: 12px/1.6 var(--ui); }
.colophon { text-align: right; }
.error-page { min-height: 100vh; display: flex; flex-direction: column; }
.error-main { width: 100%; max-width: 820px; flex: 1; margin: auto; padding: 96px 24px; }
.error-main h1 { margin-bottom: 20px; }
.error-main > p:not(.eyebrow) { max-width: 48ch; color: var(--stone); }
.error-main .button { margin-top: 14px; }
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; gap: 52px; padding-top: 64px; }
  .index-note { max-width: 560px; }
  .section-head { grid-template-columns: .7fr 1.3fr; }
  .section-head > p:last-child { grid-column: 2; }
  .product-row { grid-template-columns: 52px 1fr 1fr; }
  .product-row .text-link { grid-column: 2 / -1; justify-self: start; }
  .principle-list { margin-left: 0; }
}
@media (max-width: 768px) {
  .nav-shell { flex-wrap: wrap; }
  .menu-button { display: inline-flex; align-items: center; }
  .primary-nav { display: none; width: 100%; padding: 6px 0 12px; flex-direction: column; }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { border-top: 1px solid var(--line); }
  .hero { padding: 52px 20px; }
  h1 { font-size: clamp(42px, 12vw, 62px); }
  .section { padding: 52px 20px; }
  .section-head, .section-head.compact { display: block; }
  .section-head .eyebrow { margin-bottom: 16px; }
  .product-row { grid-template-columns: 42px 1fr; gap: 12px 16px; }
  .product-row .description, .product-row .text-link { grid-column: 2; }
  .principle-list { grid-template-columns: 1fr; }
  .principle-list article, .principle-list article + article { padding: 22px 0; border-left: 0; border-bottom: 1px solid var(--line); }
}
@media (max-width: 390px) {
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .index-note li { align-items: flex-start; padding: 12px 0; flex-direction: column; gap: 2px; }
  .footer-inner { flex-direction: column; }
  .colophon { text-align: left; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
}
