:root {
    --gold: #7a1f2e;
    --gold-dim: rgba(122,31,46,0.08);
    --cream: #f7f5f0;
    --paper: #efece5;
    --ink: #141210;
    --ink-muted: #5a5148;
    --ink-dim: #9a8e82;
    --border: #ddd9d0;
    --navy: #061926;
    --gold-2: #9f6d25;
    --serif: 'Cormorant Garamond', Georgia, serif;
    --sans: 'Montserrat', sans-serif;
  }
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body { background: #ffffff; color: var(--ink); font-family: var(--sans); font-weight: 300; font-size: 15px; line-height: 1.7; overflow-x: hidden; }

  /* NAV */
  .nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    display: flex; justify-content: space-between; align-items: center;
    padding: 0 48px; height: 56px;
    background: rgba(20,18,16,0.97); backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(122,31,46,0.15);
  }
  .nav-brand { font-family: var(--sans); font-size: 11px; font-weight: 500; letter-spacing: 3px; color: #f0ece4; text-decoration: none; }
  .nav-back { font-size: 10px; font-weight: 400; letter-spacing: 2px; color: rgba(240,236,228,0.5); text-decoration: none; transition: color 0.2s; }
  .nav-back:hover { color: #f0ece4; }

  /* ARTICLE */
  .article-wrap { max-width: 720px; margin: 0 auto; padding: 96px 48px 96px; }

  .article-meta { display: flex; align-items: center; gap: 16px; margin-bottom: 28px; }
  .article-tag { font-size: 9px; font-weight: 500; letter-spacing: 2px; color: var(--gold); }
  .article-date { font-size: 11px; color: var(--ink-dim); letter-spacing: 0.5px; }
  .article-dot { color: var(--border); }

  h1.article-title {
    font-family: var(--serif); font-size: clamp(28px, 4vw, 44px);
    font-weight: 300; line-height: 1.15; color: var(--ink);
    margin-bottom: 32px; letter-spacing: -0.3px;
  }

  .article-lede {
    font-family: var(--serif); font-size: 20px; font-weight: 300;
    font-style: italic; color: var(--ink-muted); line-height: 1.65;
    margin-bottom: 48px; padding-bottom: 36px;
    border-bottom: 1px solid var(--border);
  }

  h2 {
    font-family: var(--sans); font-size: 10px; font-weight: 500;
    letter-spacing: 3px; color: var(--gold);
    margin: 48px 0 18px;
    display: flex; align-items: center; gap: 14px;
  }
  h2::before { content: ''; display: block; width: 20px; height: 1px; background: var(--gold); opacity: 0.5; }

  p { margin-bottom: 20px; font-size: 15px; line-height: 1.85; color: var(--ink-muted); }
  p strong { color: var(--ink); font-weight: 500; }
  .article-list { margin: 0 0 24px 20px; color: var(--ink-muted); }
  .article-list li { margin-bottom: 8px; line-height: 1.75; }

  blockquote {
    border-left: 2px solid rgba(122,31,46,0.5);
    padding: 14px 0 14px 24px; margin: 32px 0;
    font-family: var(--serif); font-size: 18px; font-style: italic;
    color: var(--ink-muted); line-height: 1.65;
    background: rgba(122,31,46,0.03);
  }

  .article-takeaway {
    margin-top: 56px; padding: 28px 32px;
    border: 1px solid rgba(122,31,46,0.25);
    background: rgba(122,31,46,0.04);
  }
  .article-takeaway-label {
    font-size: 9px; font-weight: 500; letter-spacing: 2.5px;
    color: var(--gold); margin-bottom: 12px;
  }
  .article-takeaway p {
    font-family: var(--serif); font-size: 18px; font-weight: 300;
    color: var(--ink); line-height: 1.65; margin: 0;
  }

  /* FOOTER NAV */
  .article-signature {
    margin-top: 56px;
    font-family: var(--serif); font-size: 18px; font-weight: 300;
    font-style: italic; color: var(--ink-muted); line-height: 1.6;
  }
  .article-signature strong { font-style: normal; font-weight: 400; color: var(--ink); }

  /* FOOTER NAV */
  .article-footer {
    margin-top: 64px; padding-top: 32px;
    border-top: 1px solid var(--border);
    display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px;
  }
  .article-footer a { font-size: 10px; font-weight: 500; letter-spacing: 2px; color: var(--gold); text-decoration: none; opacity: 0.8; transition: opacity 0.2s; }
  .article-footer a:hover { opacity: 1; }
  .article-footer-contact { font-size: 11px; color: var(--ink-dim); }
  .article-footer-contact a { color: var(--gold); opacity: 0.7; letter-spacing: 0; font-size: 11px; font-weight: 300; }

  .article-nav {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin: 48px 0 32px;
    border-top: 1px solid var(--border);
    padding-top: 32px;
  }
  .article-nav a {
    display: flex;
    flex-direction: column;
    gap: 4px;
    text-decoration: none;
    max-width: 45%;
  }
  .article-nav-prev { margin-right: auto; }
  .article-nav-next { align-items: flex-end; text-align: right; margin-left: auto; }
  .article-nav-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    color: var(--gold);
    text-transform: uppercase;
  }
  .article-nav-title {
    font-family: var(--serif);
    font-size: 16px;
    color: var(--navy);
    line-height: 1.3;
  }
  .article-nav a:hover .article-nav-title { color: var(--gold-2); }

  .article-related {
    margin-top: 56px;
  }
  .article-related h2 {
    margin-top: 0;
  }
  .related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }
  .related-card {
    display: flex;
    flex-direction: column;
    min-height: 150px;
    padding: 18px 18px 16px;
    border: 1px solid var(--border);
    border-top: 2px solid rgba(122,31,46,0.55);
    background: #fff;
    text-decoration: none;
    transition: border-color 0.2s, transform 0.2s;
  }
  .related-card:hover {
    border-color: rgba(122,31,46,0.42);
    transform: translateY(-2px);
  }
  .related-meta {
    font-size: 8px;
    font-weight: 500;
    letter-spacing: 1.5px;
    color: var(--gold);
    text-transform: uppercase;
    margin-bottom: 9px;
  }
  .related-title {
    font-family: var(--serif);
    font-size: 18px;
    line-height: 1.2;
    color: var(--ink);
    flex: 1;
  }
  .related-read {
    margin-top: 16px;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 1.6px;
    color: var(--gold);
    text-transform: uppercase;
  }

  footer { border-top: 1px solid var(--border); padding: 24px 48px; display: flex; justify-content: space-between; margin-top: 0; }
  footer span { font-size: 11px; color: var(--ink-dim); letter-spacing: 0.5px; }

  @media (max-width: 768px) {
    .nav { padding: 0 20px; }
    .article-wrap { padding: 80px 24px 64px; }
    .article-nav { flex-direction: column; }
    .article-nav a { max-width: 100%; }
    .article-nav-next { align-items: flex-start; text-align: left; margin-left: 0; }
    .related-grid { grid-template-columns: 1fr; }
    footer { padding: 20px 24px; flex-direction: column; gap: 6px; }
  }
