:root {
  --ink: #0f0d0a;
  --ink-2: #15110c;
  --paper: #f4ede0;
  --paper-2: #ebe2d0;
  --muted: #8a7f6b;
  --muted-2: #58503f;
  --amber: #f0ad6e;
  --amber-hi: #ffd7a8;
  --amber-lo: #c47840;
  --line: rgba(244,237,224,0.09);
  --line-dk: rgba(15,13,10,0.09);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { background: var(--paper); color: var(--ink); }
html { scroll-behavior: smooth; }
body {
  font-family: 'Geist', 'Inter', -apple-system, system-ui, sans-serif;
  font-weight: 400; line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration-color: var(--amber-lo); text-underline-offset: 3px; }
a:hover { color: var(--amber-lo); }
.serif { font-family: 'Instrument Serif', 'Times New Roman', serif; font-weight: 400; }
.mono { font-family: 'Geist Mono', ui-monospace, monospace; }

/* ---------- chrome ---------- */
.chrome {
  position: sticky; top: 0; z-index: 50;
  background: rgba(244,237,224,0.92); backdrop-filter: blur(10px);
  padding: 18px 24px;
  display: flex; justify-content: space-between; align-items: center;
  border-bottom: 1px solid var(--line-dk);
}
.brand { display: inline-flex; align-items: center; gap: 8px; line-height: 1; text-decoration: none; }
.brand .quiet { font-family: 'Instrument Serif', serif; font-style: italic; color: var(--amber-lo); font-size: 22px; }
.brand .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--amber-lo); }
.brand .cart { font-family: 'Geist', sans-serif; font-size: 19px; color: var(--ink); }
.chrome nav { display: flex; gap: 22px; font-size: 13px; }
.chrome nav a { text-decoration: none; opacity: 0.65; }
.chrome nav a:hover { opacity: 1; }
.chrome .cta {
  font-family: 'Geist Mono', monospace; font-size: 11px; letter-spacing: 0.18em;
  text-transform: uppercase; padding: 9px 14px;
  border: 1px solid rgba(15,13,10,0.18); border-radius: 999px;
  text-decoration: none;
}
.chrome .cta:hover { background: var(--ink); color: var(--paper); }
@media (max-width: 720px) { .chrome nav { display: none; } }

/* ---------- hero ---------- */
.hero {
  background:
    radial-gradient(ellipse 60% 50% at 14% 18%, rgba(240,173,110,0.22), transparent 60%),
    linear-gradient(180deg, var(--ink) 0%, var(--ink-2) 100%);
  color: var(--paper);
  padding: 96px 24px 76px;
}
.hero .wrap { max-width: 760px; margin: 0 auto; }
.hero .eyebrow {
  font-family: 'Geist Mono', monospace; font-size: 11px; letter-spacing: 0.24em;
  text-transform: uppercase; color: var(--amber);
  margin-bottom: 18px; display: inline-block;
}
.hero h1 {
  font-family: 'Instrument Serif', serif; font-weight: 400;
  font-size: clamp(40px, 6vw, 72px); line-height: 1.02; letter-spacing: -0.02em;
  margin-bottom: 22px; color: var(--paper);
}
.hero h1 em { font-style: italic; color: var(--amber); }
.hero p.lede { font-size: 19px; color: rgba(244,237,224,0.85); max-width: 58ch; }

/* ---------- article ---------- */
article { max-width: 720px; margin: 0 auto; padding: 56px 24px 64px; }
article > section { margin-bottom: 36px; }
article h2 {
  font-family: 'Instrument Serif', serif; font-weight: 400;
  font-size: clamp(28px, 4vw, 38px); letter-spacing: -0.015em;
  margin-bottom: 14px; line-height: 1.12;
}
article h3 {
  font-family: 'Geist', sans-serif; font-weight: 600;
  font-size: 19px; margin-top: 26px; margin-bottom: 8px; color: var(--ink);
}
article p, article li { font-size: 17px; color: var(--muted-2); margin-bottom: 14px; }
article ul, article ol { padding-left: 22px; margin-bottom: 14px; }
article strong { color: var(--ink); font-weight: 600; }
article em { font-style: italic; }

/* ---------- compare grid ---------- */
.compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 24px 0; }
.compare-card {
  border: 1px solid var(--line-dk); border-radius: 14px; padding: 22px;
  background: rgba(255,255,255,0.5);
}
.compare-card h4 {
  font-family: 'Instrument Serif', serif; font-size: 22px; margin-bottom: 8px;
  font-weight: 400;
}
.compare-card .tag {
  font-family: 'Geist Mono', monospace; font-size: 10px; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--amber-lo); margin-bottom: 10px; display: block;
}
.compare-card ul { padding-left: 20px; margin-top: 10px; }
.compare-card li { font-size: 15px; margin-bottom: 6px; }
@media (max-width: 640px) { .compare-grid { grid-template-columns: 1fr; } }

/* ---------- table ---------- */
.feature-table {
  width: 100%; border-collapse: collapse; margin: 22px 0; font-size: 15px;
}
.feature-table th, .feature-table td {
  text-align: left; padding: 12px 10px; border-bottom: 1px solid var(--line-dk); vertical-align: top;
}
.feature-table th {
  font-family: 'Geist Mono', monospace; font-size: 11px; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--muted); font-weight: 500;
}
.feature-table td:first-child { font-weight: 600; color: var(--ink); width: 38%; }

/* ---------- faq ---------- */
.faq { margin-top: 12px; }
.faq dt {
  font-family: 'Geist', sans-serif; font-weight: 600;
  font-size: 17px; color: var(--ink); margin-top: 18px;
}
.faq dd { margin: 6px 0 0; padding: 0; color: var(--muted-2); font-size: 16px; line-height: 1.55; }

/* ---------- cta block ---------- */
.cta-block {
  margin: 48px 0 0;
  padding: 36px;
  background: var(--ink); color: var(--paper);
  border-radius: 16px;
}
.cta-block h3 {
  font-family: 'Instrument Serif', serif; font-size: 28px; font-weight: 400;
  color: var(--paper); margin-bottom: 8px;
}
.cta-block p { color: rgba(244,237,224,0.7); margin-bottom: 18px; font-size: 15px; }
.cta-button {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--amber); color: var(--ink);
  padding: 12px 18px; border-radius: 999px;
  font-family: 'Geist', sans-serif; font-weight: 500; font-size: 15px;
  text-decoration: none;
}
.cta-button:hover { background: var(--amber-hi); }

/* ---------- related band ---------- */
.related { background: var(--paper-2); padding: 48px 24px; }
.related .wrap { max-width: 720px; margin: 0 auto; }
.related h3 { font-family: 'Instrument Serif', serif; font-size: 26px; margin-bottom: 18px; font-weight: 400; }
.related ul { padding: 0; list-style: none; }
.related li { padding: 12px 0; border-top: 1px solid var(--line-dk); }
.related li:last-child { border-bottom: 1px solid var(--line-dk); }
.related a { text-decoration: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.related a:hover { color: var(--amber-lo); }
.related a span:first-child { font-size: 17px; }
.related a span:last-child {
  font-family: 'Geist Mono', monospace; font-size: 11px; opacity: 0.5; letter-spacing: 0.1em; flex-shrink: 0;
}

/* ---------- footer ---------- */
footer.site {
  background: var(--ink); color: var(--paper);
  padding: 36px 24px;
}
footer.site .wrap {
  max-width: 1100px; margin: 0 auto;
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px;
}
footer.site nav { display: flex; gap: 18px; font-size: 13px; }
footer.site nav a { text-decoration: none; opacity: 0.75; color: var(--paper); }
footer.site nav a:hover { opacity: 1; }
footer.site .cp { font-family: 'Geist Mono', monospace; font-size: 11px; opacity: 0.55; letter-spacing: 0.1em; }
footer.site .brand .quiet { color: var(--amber); }
footer.site .brand .cart { color: var(--paper); }
footer.site .brand .dot { background: var(--amber); box-shadow: 0 0 0 4px rgba(240,173,110,0.18); }

/* ---------- blog index ---------- */
.post-list { max-width: 760px; margin: 0 auto; padding: 56px 24px 64px; }
.post-list .post-card {
  display: block; padding: 26px 0;
  border-top: 1px solid var(--line-dk);
  text-decoration: none;
}
.post-list .post-card:last-child { border-bottom: 1px solid var(--line-dk); }
.post-list .post-card .date {
  font-family: 'Geist Mono', monospace; font-size: 11px;
  color: var(--muted); letter-spacing: 0.16em; text-transform: uppercase;
  margin-bottom: 6px;
}
.post-list .post-card h2 {
  font-family: 'Instrument Serif', serif; font-weight: 400;
  font-size: 30px; line-height: 1.1; margin-bottom: 8px;
  color: var(--ink);
}
.post-list .post-card p { color: var(--muted-2); font-size: 16px; }
.post-list .post-card:hover h2 { color: var(--amber-lo); }
