/* Shared styles for /news/ (the newsletter archive + individual issues).
   Palette/tokens intentionally match public/index.html exactly -- this is
   the same site, just a different template, and should never visually drift
   from it. */
:root {
  --navy:#22333b; --navy2:#2f4a54; --navy3:#1a2830; --gold:#c79a5a; --gold2:#b4894d;
  --cream:#f4efe6; --paper:#fffdf9; --ink:#25201b; --muted:#6a6258; --line:#e7ddcf;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: "Segoe UI", system-ui, -apple-system, sans-serif; color: var(--ink);
  background: var(--paper); line-height: 1.6; -webkit-font-smoothing: antialiased; }
.serif { font-family: Georgia, "Times New Roman", serif; }
a { color: inherit; }
.wrap { max-width: 760px; margin: 0 auto; padding: 0 24px; }
.btn { display: inline-block; border-radius: 26px; font-size: 15px; font-weight: 700; cursor: pointer;
  padding: 13px 24px; border: 2px solid transparent; transition: transform .12s, background .2s, color .2s;
  text-decoration: none; }
.btn:active { transform: scale(.97); }
.btn-gold { background: var(--gold); color: var(--navy); }
.btn-gold:hover { background: #d3a967; }

/* NAV (identical to index.html's) */
.nav { position: sticky; top: 0; z-index: 50; background: rgba(26,40,48,.92);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); border-bottom: 1px solid rgba(255,255,255,.08); }
.nav .wrap { max-width: 1120px; display: flex; align-items: center; height: 64px; gap: 20px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.brand svg { width: 34px; height: 34px; }
.brand .wm { font-family: Georgia, serif; font-size: 21px; color: #fff; }
.brand .wm b { color: var(--gold); font-weight: 600; } .brand .wm span { opacity: .85; }
.nav-links { margin-left: auto; display: flex; gap: 26px; align-items: center; }
.nav-links a { color: #d7ccbd; font-size: 14.5px; font-weight: 600; text-decoration: none; }
.nav-links a:hover { color: #fff; }

/* MASTHEAD */
.masthead { background: linear-gradient(160deg, var(--navy), var(--navy3)); color: var(--cream); padding: 56px 0 44px; }
.masthead .eyebrow { font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 12px; }
.masthead h1 { font-size: 36px; line-height: 1.15; color: #fff; font-weight: 600; }
.masthead p { font-size: 16px; color: #d7ccbd; margin-top: 12px; max-width: 560px; }

/* SIGN-UP block -- lives at the top of the archive index and the bottom of
   every issue. Mailchimp embed swaps in for the placeholder form below once
   the list/embed code exists (see the HTML comment at its usage site). */
.signup { background: var(--cream); border: 1px solid var(--line); border-radius: 16px;
  padding: 26px 28px; margin: -30px 0 40px; position: relative; box-shadow: 0 12px 30px rgba(34,51,59,.08); }
.signup h2 { font-family: Georgia, serif; font-size: 20px; color: var(--navy); margin-bottom: 6px; }
.signup p { font-size: 14px; color: var(--muted); margin-bottom: 16px; max-width: 480px; }
.signup-form { display: flex; gap: 10px; flex-wrap: wrap; }
.signup-form input[type="email"] { flex: 1 1 240px; border: 1px solid var(--line); border-radius: 9px;
  padding: 11px 13px; font-size: 15px; font-family: inherit; background: #fff; color: var(--ink); }
.signup-form input[type="email"]:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(199,154,90,.16); }
.signup-note { font-size: 12px; color: var(--muted); margin-top: 10px; }

/* ARCHIVE index */
.issues { padding: 20px 0 70px; }
.issue-card { display: block; text-decoration: none; color: inherit; border: 1px solid var(--line);
  border-radius: 14px; padding: 22px 24px; margin-bottom: 16px; transition: transform .15s, box-shadow .15s; }
.issue-card:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(34,51,59,.10); }
.issue-card .num { font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--gold2); }
.issue-card h3 { font-family: Georgia, serif; font-size: 20px; color: var(--navy); margin: 4px 0 6px; }
.issue-card p { font-size: 14.5px; color: var(--muted); }

/* ISSUE article */
article.issue { padding: 8px 0 60px; }
.issue-meta { font-size: 13px; color: var(--muted); margin-bottom: 26px; }
.issue-meta a { color: var(--gold2); text-decoration: none; }
.issue-lead { font-size: 17px; color: var(--ink); margin-bottom: 8px; }
.item { border-left: 3px solid var(--gold); padding: 2px 0 2px 18px; margin: 26px 0; }
.item h3 { font-family: Georgia, serif; font-size: 19px; color: var(--navy); margin-bottom: 6px; }
.item p { font-size: 15px; color: var(--ink); }
.item p + p { margin-top: 8px; }
.item img { width: 100%; border-radius: 10px; margin: 12px 0; border: 1px solid var(--line); }
.item .cap { font-size: 12.5px; color: var(--muted); margin-top: -6px; }
h2.section { font-family: Georgia, serif; font-size: 22px; color: var(--navy); margin: 46px 0 4px;
  padding-top: 30px; border-top: 1px solid var(--line); }

.pledge { background: var(--navy3); color: var(--cream); border-radius: 14px; padding: 26px 28px; margin: 40px 0; }
.pledge p { font-family: Georgia, serif; font-style: italic; font-size: 16.5px; color: #f4efe6; line-height: 1.55; }
.pledge p + p { margin-top: 14px; }
.pledge .gold { color: var(--gold); font-style: normal; font-weight: 700; }

/* FOOTER (identical to index.html's) */
footer { background: var(--navy3); color: #b7ab9a; padding: 34px 0; }
footer .wrap { max-width: 1120px; display: flex; flex-wrap: wrap; align-items: center; gap: 14px; justify-content: space-between; }
footer .wm { font-family: Georgia, serif; font-size: 18px; color: #fff; }
footer .wm b { color: var(--gold); }
footer .flinks { display: flex; gap: 20px; flex-wrap: wrap; }
footer .flinks a { font-size: 13.5px; color: #cdbfaa; text-decoration: none; } footer .flinks a:hover { color: #fff; }
footer .made { width: 100%; font-size: 12px; color: #8a7f70; padding-top: 6px; border-top: 1px solid rgba(255,255,255,.08); }
footer .made b { color: var(--gold2); }

@media (max-width: 640px) {
  .nav-links { gap: 14px; }
  .masthead h1 { font-size: 28px; }
  .signup { margin-top: -20px; padding: 20px; }
}
