:root {
  --bg: #101713;
  --bg-elev: #16211b;
  --bg-elev-2: #1d2b22;
  --border: rgba(223,218,196,.14);
  --border-strong: rgba(216,190,134,.32);
  --text: #f1eddf;
  --text-muted: #a1aaa1;
  --text-dim: #8b978b;
  --primary: #d8be86;
  --primary-hover: #ead4a3;
  --accent: #d8be86;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Inter var", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-padding-top: 110px; }
body { min-height: 100vh; background: var(--bg); color: var(--text); font-family: var(--sans); line-height: 1.75; -webkit-font-smoothing: antialiased; }
a { color: var(--accent); text-decoration: none; text-underline-offset: .25em; }
a:hover { text-decoration: underline; }
a, button { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid var(--primary); outline-offset: 5px; }
::selection { color: #101713; background: var(--primary); }
.container { width: 100%; max-width: 1152px; margin-inline: auto; padding-inline: 36px; }
header { position: sticky; top: 0; z-index: 10; background: rgba(16,23,19,.95); border-bottom: 1px solid var(--border); backdrop-filter: blur(18px); }
header .inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; max-width: 1352px; min-height: 88px; margin-inline: auto; padding: 16px 36px; }
.lockup { display: inline-flex; align-items: center; gap: 10px; color: var(--text); font-size: 33px; font-weight: 750; letter-spacing: -.065em; line-height: 1; white-space: nowrap; }
.lockup:hover { text-decoration: none; }
.brand-symbol { color: var(--primary); font-size: 31px; font-weight: 400; }
.brand-dot { color: var(--primary); }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 12px 23px; border-radius: 6px; color: #17251c; background: var(--primary); font-size: 12px; font-weight: 600; line-height: 1.4; transition: background .2s ease, transform .2s ease; }
.btn:hover { color: #17251c; background: var(--primary-hover); transform: translateY(-1px); text-decoration: none; }
.eyebrow { display: block; color: var(--accent); margin-bottom: 24px; font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .2em; }
h1, h2, h3 { font-weight: 500; letter-spacing: -.045em; }
h1 { font-size: clamp(42px, 5.4vw, 76px); line-height: 1.08; }
.blog-hero { position: relative; padding: 86px 0 52px; border-bottom: 1px solid var(--border); }
.blog-hero h1 { max-width: 810px; margin-bottom: 25px; font-family: var(--serif); font-style: italic; font-weight: 400; letter-spacing: -.04em; }
.blog-hero > p { max-width: 510px; color: var(--text-muted); font-size: 14px; line-height: 1.85; }
.posts { padding: 4px 0 80px; counter-reset: journal-entry; }
.post { position: relative; display: grid; grid-template-columns: minmax(0,1.1fr) minmax(0,1fr); grid-template-rows: auto 1fr auto; column-gap: 64px; padding: 38px 0 38px 55px; border-bottom: 1px solid var(--border); color: var(--text); transition: border-color .2s ease; counter-increment: journal-entry; }
.post::before { content: '0' counter(journal-entry); position: absolute; left: 0; top: 39px; color: var(--accent); font-family: var(--serif); font-size: 19px; font-style: italic; }
.post:hover { text-decoration: none; border-bottom-color: var(--border-strong); }
.post .meta { grid-column: 1; margin: 0 0 15px; color: var(--text-dim); font-size: 10px; letter-spacing: .015em; }
.post h2 { grid-column: 1; grid-row: 2 / 4; font-size: clamp(25px, 2.5vw, 32px); line-height: 1.2; transition: color .2s ease; }
.post:hover h2 { color: var(--accent); }
.post > p:not(.meta) { grid-column: 2; grid-row: 1 / 3; padding-top: 3px; color: var(--text-muted); font-size: 12px; line-height: 1.9; }
.post .read { grid-column: 2; margin-top: 20px; color: var(--accent); font-size: 11px; font-weight: 500; }

.journal-article .container { max-width: 1112px; }
article { padding: 54px 0 80px; }
.article-header { padding-bottom: 38px; border-bottom: 1px solid var(--border); margin-bottom: 42px; }
.crumb { color: var(--text-muted); font-size: 11px; margin-bottom: 35px; }
.crumb a { color: var(--text-muted); }
.article-header h1 { max-width: 960px; font-size: clamp(38px, 4.8vw, 65px); font-weight: 500; }
.article-header .meta { color: var(--accent); font-size: 11px; letter-spacing: .02em; margin-top: 26px; }
.article-body { max-width: 720px; margin-inline: auto; font-size: 16px; }
.article-body p { margin-bottom: 1.3em; color: #d0d5c9; line-height: 1.85; }
.article-body p.lede { color: var(--text); font-size: 21px; line-height: 1.65; font-family: var(--serif); margin-bottom: 2em; }
.article-body h2 { color: var(--text); font-size: 32px; line-height: 1.2; margin: 2em 0 .8em; }
.article-body h3 { color: var(--text); font-size: 22px; line-height: 1.35; margin: 1.8em 0 .7em; }
.article-body ul, .article-body ol { margin: 0 0 1.5em 1.2em; }
.article-body li { padding-left: 8px; margin-bottom: .75em; color: #d0d5c9; line-height: 1.8; }
.article-body li::marker { color: var(--accent); }
.article-body strong { color: var(--text); font-weight: 600; }
.article-body a:not(.btn) { text-decoration: underline; text-decoration-color: rgba(216,190,134,.4); }
.article-body a:not(.btn):hover { text-decoration-color: var(--accent); }
.article-body code { padding: 2px 5px; border: 1px solid var(--border); border-radius: 4px; color: var(--accent); background: var(--bg-elev); font-size: .85em; overflow-wrap: anywhere; }
.callout { padding: 25px 28px; margin: 32px 0; border-left: 2px solid var(--primary); border-radius: 0 10px 10px 0; background: linear-gradient(120deg, rgba(216,190,134,.07), rgba(216,190,134,.02)); }
.callout p:last-child { margin-bottom: 0; }
.comparison-scroll { max-width: 100%; overflow-x: auto; overscroll-behavior-x: contain; border: 1px solid var(--border); border-radius: 10px; margin: 28px 0; }
.compare { width: 100%; min-width: 610px; border-collapse: collapse; font-size: 12px; background: var(--bg-elev); }
.compare th, .compare td { padding: 15px 17px; border-bottom: 1px solid var(--border); text-align: left; vertical-align: top; }
.compare th { color: var(--text-muted); background: var(--bg-elev-2); font-size: 9px; font-weight: 500; text-transform: uppercase; letter-spacing: .08em; }
.compare tr:last-child td { border-bottom: 0; }
.compare td.yes { color: #a5c8a6; }
.compare td.no { color: var(--text-dim); }
.cta { padding: 42px 38px; margin: 64px 0 0; color: #17251c; background: #f1eddf; border-radius: 12px; text-align: center; }
.cta h2 { margin: 0 0 18px; color: #17251c; font-family: var(--serif); font-size: 38px; font-style: italic; line-height: 1.12; }
.cta p { max-width: 500px; margin: 0 auto 26px; color: #596154; font-size: 13px; }
.cta .btn { color: var(--text); background: #172b20; }
.cta .btn:hover { background: #294333; }
footer { border-top: 1px solid var(--border); color: var(--text-dim); font-size: 10px; }
footer .inner { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px; max-width: 1352px; margin-inline: auto; padding: 28px 36px 36px; }
footer a { color: var(--text-muted); }

@media (max-width: 700px) {
  .container { padding-inline: 24px; }
  header .inner { min-height: 72px; padding: 13px 24px; gap: 14px; }
  .lockup { font-size: 28px; gap: 8px; }
  .brand-symbol { font-size: 27px; }
  header .btn { min-height: 40px; padding: 10px 15px; font-size: 11px; }
  .blog-hero { padding-top: 52px; padding-bottom: 34px; }
  .blog-hero h1 { font-size: clamp(40px, 7.7vw, 56px); }
  .blog-hero > p { font-size: 12px; }
  .post { grid-template-columns: 1fr; grid-template-rows: auto; gap: 0; padding: 28px 0 28px 34px; }
  .post::before { top: 26px; font-size: 17px; }
  .post .meta, .post h2, .post > p:not(.meta), .post .read { grid-column: 1; grid-row: auto; }
  .post h2 { font-size: 27px; margin-bottom: 15px; }
  .post .meta { font-size: 9px; margin-bottom: 11px; }
  .post .read { margin-top: 14px; }
  .posts { padding-bottom: 48px; }
  article { padding-top: 32px; padding-bottom: 48px; }
  .crumb { margin-bottom: 27px; }
  .article-header { padding-bottom: 28px; margin-bottom: 30px; }
  .article-header h1 { font-size: clamp(34px, 7.8vw, 48px); }
  .article-header .meta { margin-top: 22px; font-size: 10px; }
  .article-body { font-size: 14px; }
  .article-body p.lede { font-size: 19px; }
  .article-body h2 { font-size: 27px; margin-top: 1.8em; }
  .article-body h3 { font-size: 20px; }
  .callout { padding: 20px; margin-block: 26px; }
  .cta { padding: 32px 22px; margin-top: 44px; }
  .cta h2 { font-size: 32px; }
  footer .inner { padding: 24px; line-height: 1.8; }
}
@media (max-width: 380px) {
  .container, header .inner { padding-inline: 18px; }
  .lockup { font-size: 26px; }
  .brand-symbol { font-size: 24px; }
  header .btn { padding-inline: 11px; font-size: 10px; }
  .blog-hero h1 { font-size: 39px; }
  .post { padding-left: 28px; }
  .post h2 { font-size: 25px; }
  .article-header h1 { font-size: 34px; }
  footer .inner { padding-inline: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
