/* ============================================================
   brucesawinski.com — shared stylesheet
   Palette derived from the Don't Playboy brand:
   ink #1B1611 (show's dark slate), cream, brass.
   ============================================================ */

:root {
  color-scheme: light;
  --ink: #1B1611;
  --ink-soft: #4A4035;
  --muted: #7A6E60;
  --cream: #F7F2E9;
  --cream-2: #EFE7DA;
  --paper: #FFFDF9;
  --brass: #B0813A;
  --brass-bright: #D9A441;
  --line: #E2D7C5;
  --on-dark: #F4EDE1;
  --on-dark-muted: #B9AA96;
  --shadow: 0 26px 60px rgba(27, 22, 17, 0.13);
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  color: var(--ink-soft);
  background: var(--cream);
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 {
  font-family: var(--serif);
  line-height: 1.14; color: var(--ink); letter-spacing: -0.015em;
  font-weight: 600; text-wrap: balance;
}
a { color: inherit; }
img { max-width: 100%; display: block; }

:focus-visible {
  outline: 2.5px solid var(--brass);
  outline-offset: 3px;
  border-radius: 3px;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--ink); color: var(--on-dark);
  padding: 12px 20px; border-radius: 0 0 8px 0; font-weight: 600;
}
.skip-link:focus { left: 0; }

.wrap { width: 100%; max-width: 1140px; margin: 0 auto; padding: 0 26px; }
.narrow { max-width: 780px; }
section { padding: 108px 0; }
.eyebrow {
  text-transform: uppercase; letter-spacing: 0.2em; font-size: 0.72rem;
  font-weight: 700; color: var(--brass); margin-bottom: 18px;
}
h2.section-title { font-size: clamp(1.95rem, 3.4vw, 2.7rem); margin-bottom: 20px; }
.lede { font-size: 1.12rem; color: var(--muted); max-width: 640px; }

/* ---------------- NAV ---------------- */
header.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(247, 242, 233, 0.88);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; gap: 20px; }
.brand {
  font-family: var(--serif);
  font-size: 1.16rem; font-weight: 600; color: var(--ink);
  letter-spacing: 0.01em; text-decoration: none; white-space: nowrap;
}
.brand span { color: var(--brass); }
.nav-links { display: flex; gap: 30px; align-items: center; }
.nav-links a {
  text-decoration: none; font-size: 0.93rem; font-weight: 500; color: var(--ink-soft);
  transition: color 0.18s; white-space: nowrap;
}
.nav-links a:hover { color: var(--brass); }
.nav-links a[aria-current="page"] { color: var(--brass); font-weight: 600; }
.nav-links a.cta {
  background: var(--ink); color: var(--on-dark); padding: 11px 22px;
  border-radius: 999px; font-weight: 600;
}
.nav-links a.cta:hover { background: var(--brass); color: #fff; }
.nav-links a.cta[aria-current="page"] { color: var(--on-dark); }
@media (max-width: 900px) { .nav-links a:not(.cta) { display: none; } }

/* ---------------- BUTTONS ---------------- */
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; }
.btn {
  display: inline-flex; align-items: center; gap: 9px; text-decoration: none;
  padding: 15px 30px; border-radius: 999px; font-weight: 600; font-size: 0.98rem;
  transition: transform 0.18s, background 0.18s, color 0.18s, border-color 0.18s;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--ink); color: var(--on-dark); box-shadow: 0 12px 28px rgba(27,22,17,0.22); }
.btn-primary:hover { background: var(--brass); color: #fff; }
.btn-ghost { background: transparent; color: var(--ink); border: 1.5px solid var(--line); }
.btn-ghost:hover { border-color: var(--brass); color: var(--brass); }

/* ---------------- HOME HERO ---------------- */
.hero { padding: 84px 0 92px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.08fr 0.92fr; gap: 64px; align-items: center; }
.hero h1 { font-size: clamp(2.6rem, 5.2vw, 3.9rem); margin-bottom: 26px; letter-spacing: -0.028em; }
.hero h1 em { font-style: italic; color: var(--brass); }
.hero-sub { font-size: 1.22rem; color: var(--ink-soft); max-width: 520px; }
.hero-sub strong { color: var(--ink); font-weight: 600; }
.hero-roles { display: flex; flex-wrap: wrap; gap: 10px 12px; margin: 30px 0 34px; }
.role-chip {
  font-size: 0.79rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--ink); background: var(--cream-2); border: 1px solid var(--line);
  padding: 7px 15px; border-radius: 999px;
}
.portrait-frame { position: relative; }
.portrait-frame::before {
  content: ""; position: absolute; inset: 22px -22px -22px 22px;
  border: 1.5px solid var(--brass); border-radius: 240px 240px 18px 18px; opacity: 0.42;
}
.portrait {
  position: relative; border-radius: 240px 240px 18px 18px; overflow: hidden;
  background: var(--cream-2); box-shadow: var(--shadow);
}
.portrait img { width: 100%; height: auto; }
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 46px; }
  .portrait-frame { max-width: 400px; margin: 0 auto; }
  .hero { padding: 56px 0 72px; }
}

/* ---------------- PAGE HERO (subpages) ---------------- */
.page-hero { padding: 76px 0 68px; border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: clamp(2.3rem, 4.6vw, 3.4rem); margin-bottom: 22px; letter-spacing: -0.025em; }
.page-hero .lede { font-size: 1.18rem; max-width: 680px; }

.breadcrumb { font-size: 0.85rem; color: var(--muted); margin-bottom: 22px; }
.breadcrumb a { color: var(--muted); text-decoration: none; }
.breadcrumb a:hover { color: var(--brass); text-decoration: underline; }
.breadcrumb span { margin: 0 8px; opacity: 0.5; }

/* ---------------- STATS ---------------- */
.proof { background: var(--ink); color: var(--on-dark); padding: 76px 0; }
.proof h2, .proof h3 { color: var(--on-dark); }
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.stat .num {
  font-family: var(--serif);
  font-size: clamp(2.1rem, 4vw, 2.9rem); font-weight: 600;
  color: var(--brass-bright); line-height: 1.05; letter-spacing: -0.02em; margin-bottom: 10px;
  font-variant-numeric: tabular-nums;
}
.stat p { font-size: 0.95rem; color: var(--on-dark-muted); line-height: 1.5; }
@media (max-width: 860px) { .stat-grid { grid-template-columns: repeat(2, 1fr); gap: 34px 24px; } }
@media (max-width: 460px) { .stat-grid { grid-template-columns: 1fr; } }

/* ---------------- ABOUT ---------------- */
.about { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 66px; }
.about-copy p { font-size: 1.08rem; margin-bottom: 22px; }
.about-copy p:last-child { margin-bottom: 0; }
.about-copy strong { color: var(--ink); font-weight: 600; }
.pull {
  border-left: 3px solid var(--brass); padding: 6px 0 6px 26px; margin: 34px 0;
  font-family: var(--serif);
  font-size: 1.28rem; font-style: italic; color: var(--ink); line-height: 1.45;
}
@media (max-width: 900px) { .about-grid { grid-template-columns: 1fr; gap: 34px; } }

/* ---------------- CARDS ---------------- */
.card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; margin-top: 56px; }
.card {
  background: var(--paper); border: 1px solid var(--line); border-radius: 16px;
  padding: 38px 34px; transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--brass); }
.card h3 { font-size: 1.42rem; margin-bottom: 14px; }
.card p { font-size: 1rem; color: var(--muted); }
.card .idx {
  font-family: var(--serif); font-size: 0.9rem; font-weight: 700; color: var(--brass);
  letter-spacing: 0.12em; margin-bottom: 16px;
}
@media (max-width: 820px) { .card-grid { grid-template-columns: 1fr; } }

/* ---------------- ENGAGEMENT LIST (advisory) ---------------- */
.engagements { display: grid; gap: 0; margin-top: 50px; border-top: 1px solid var(--line); }
.engagement {
  display: grid; grid-template-columns: 0.42fr 1fr; gap: 44px;
  padding: 44px 0; border-bottom: 1px solid var(--line);
}
.engagement h3 { font-size: 1.5rem; margin-bottom: 10px; }
.engagement .tag {
  font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.16em;
  font-weight: 700; color: var(--brass);
}
.engagement p { margin-bottom: 16px; }
.engagement p:last-child { margin-bottom: 0; }
.engagement ul { margin: 16px 0 0; padding-left: 22px; }
.engagement li { margin-bottom: 9px; }
.engagement li::marker { color: var(--brass); }
@media (max-width: 820px) { .engagement { grid-template-columns: 1fr; gap: 14px; padding: 34px 0; } }

/* ---------------- ARTICLE INDEX ---------------- */
.article-list { display: grid; gap: 0; border-top: 1px solid var(--line); }
.article-item {
  display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: baseline;
  padding: 34px 0; border-bottom: 1px solid var(--line);
  text-decoration: none; transition: background 0.18s;
}
.article-item:hover { background: var(--paper); }
.article-item:hover h3 { color: var(--brass); }
.article-item h3 { font-size: 1.45rem; margin-bottom: 10px; transition: color 0.18s; }
.article-item p { color: var(--muted); font-size: 1rem; max-width: 620px; }
.article-meta {
  font-size: 0.8rem; color: var(--muted); text-transform: uppercase;
  letter-spacing: 0.12em; font-weight: 600; white-space: nowrap;
}
@media (max-width: 700px) {
  .article-item { grid-template-columns: 1fr; gap: 12px; }
  .article-meta { order: -1; }
}

/* ---------------- PROSE (article body) ---------------- */
.prose { max-width: 680px; font-size: 1.11rem; }
.prose > * + * { margin-top: 1.5em; }
.prose h2 { font-size: 1.85rem; margin-top: 2.4em; }
.prose h3 { font-size: 1.32rem; margin-top: 2em; }
.prose h2 + p, .prose h3 + p { margin-top: 0.8em; }
.prose strong { color: var(--ink); font-weight: 600; }
.prose a { color: var(--brass); text-decoration: underline; text-underline-offset: 3px; }
.prose a:hover { color: var(--ink); }
.prose ul, .prose ol { padding-left: 26px; }
.prose li { margin-bottom: 0.65em; }
.prose li::marker { color: var(--brass); }
.prose blockquote {
  border-left: 3px solid var(--brass); padding: 4px 0 4px 26px;
  font-family: var(--serif); font-size: 1.28rem; font-style: italic;
  color: var(--ink); line-height: 1.45;
}
.prose hr { border: 0; border-top: 1px solid var(--line); margin: 3em 0; }
.article-header { padding: 66px 0 42px; }
.article-header h1 { font-size: clamp(2.2rem, 4.6vw, 3.2rem); margin-bottom: 20px; }
.article-header .lede { font-size: 1.2rem; max-width: 680px; }
.article-body { padding: 0 0 96px; }
.article-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }

/* ---------------- PODCAST ---------------- */
.podcast { background: var(--cream-2); }
.pod-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.pod-plate {
  background: var(--ink); border-radius: 20px; padding: 54px 44px; color: var(--on-dark);
  box-shadow: var(--shadow); position: relative; overflow: hidden;
}
.pod-plate::after {
  content: ""; position: absolute; right: -60px; bottom: -60px;
  width: 220px; height: 220px; border: 1.5px solid var(--brass); border-radius: 50%; opacity: 0.3;
}
.pod-plate .eyebrow { color: var(--brass-bright); }
.dpb-crest { width: auto; display: block; }
.pod-plate .dpb-crest { height: 88px; margin-bottom: 24px; }
.pod-title-row { display: flex; align-items: center; gap: 20px; }
.pod-title-row .dpb-crest { height: 76px; flex: none; }
@media (max-width: 520px) {
  .pod-plate .dpb-crest { height: 72px; }
  .pod-title-row { gap: 15px; }
  .pod-title-row .dpb-crest { height: 60px; }
}
.pod-plate h2, .pod-plate h3 {
  color: var(--on-dark); font-size: clamp(2rem, 4vw, 2.7rem);
  margin-bottom: 16px; letter-spacing: -0.02em;
}
.pod-plate p { color: var(--on-dark-muted); font-size: 1.04rem; }
@media (max-width: 900px) { .pod-grid { grid-template-columns: 1fr; gap: 40px; } }

.episode-list { border-top: 1px solid var(--line); margin-top: 46px; }
.episode { padding: 34px 0; border-bottom: 1px solid var(--line); }
.episode h3 { font-size: 1.35rem; margin-bottom: 10px; }
.episode .ep-num {
  font-family: var(--serif); font-size: 0.82rem; font-weight: 700;
  letter-spacing: 0.14em; color: var(--brass); text-transform: uppercase; margin-bottom: 12px;
}
.episode ul { margin: 14px 0 0; padding-left: 22px; color: var(--muted); }
.episode li { margin-bottom: 8px; }
.episode li::marker { color: var(--brass); }

.notice {
  background: var(--cream-2); border: 1px dashed var(--brass);
  border-radius: 14px; padding: 26px 30px; margin-top: 40px; color: var(--ink-soft);
}
.notice strong { color: var(--ink); }

/* ---------------- VALUES ---------------- */
.belief { background: var(--paper); }
.value-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 56px; }
.value h3 { font-size: 1.22rem; margin-bottom: 12px; }
.value h3::before {
  content: ""; display: block; width: 30px; height: 3px;
  background: var(--brass); border-radius: 2px; margin-bottom: 16px;
}
.value p { font-size: 0.99rem; color: var(--muted); }
@media (max-width: 820px) { .value-row { grid-template-columns: 1fr; gap: 32px; } }

/* ---------------- CONTACT ---------------- */
.contact { background: var(--ink); color: var(--on-dark); text-align: center; padding: 116px 0; }
.contact h2 { color: var(--on-dark); font-size: clamp(2.1rem, 4.4vw, 3.1rem); margin-bottom: 20px; }
.contact p.lede { color: var(--on-dark-muted); margin: 0 auto 40px; }
.contact .btn-primary { background: var(--brass-bright); color: var(--ink); box-shadow: none; }
.contact .btn-primary:hover { background: var(--on-dark); color: var(--ink); }
.contact .btn-ghost { color: var(--on-dark); border-color: rgba(244,237,225,0.28); }
.contact .btn-ghost:hover { border-color: var(--brass-bright); color: var(--brass-bright); }
.contact .btn-row { justify-content: center; }
.email-line { margin-top: 38px; font-size: 1.06rem; color: var(--on-dark-muted); }
.email-line a { color: var(--brass-bright); text-decoration: none; font-weight: 600; }
.email-line a:hover { text-decoration: underline; }

/* ---------------- FOOTER ---------------- */
footer { background: #12100C; color: var(--on-dark-muted); padding: 58px 0 34px; font-size: 0.92rem; }
.foot-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px;
  padding-bottom: 34px; border-bottom: 1px solid rgba(244,237,225,0.12);
}
.foot-grid h4 {
  color: var(--on-dark); font-family: var(--sans); font-size: 0.76rem;
  text-transform: uppercase; letter-spacing: 0.16em; margin-bottom: 16px; font-weight: 700;
}
.foot-brand {
  font-family: var(--serif); font-size: 1.3rem; color: var(--on-dark);
  margin-bottom: 12px; display: block; text-decoration: none;
}
.foot-brand span { color: var(--brass-bright); }
.foot-col ul { list-style: none; display: grid; gap: 10px; }
footer a { color: var(--on-dark-muted); text-decoration: none; }
footer a:hover { color: var(--brass-bright); }
.foot-bottom {
  display: flex; justify-content: space-between; align-items: center;
  gap: 18px; flex-wrap: wrap; padding-top: 26px; font-size: 0.85rem;
}
.foot-social { display: flex; align-items: center; gap: 20px; }
.foot-social a { display: inline-flex; color: var(--on-dark-muted); transition: color 0.18s, transform 0.18s; }
.foot-social a:hover { color: var(--brass-bright); transform: translateY(-2px); }
.foot-social svg { width: 20px; height: 20px; fill: currentColor; display: block; }
@media (max-width: 760px) { .foot-grid { grid-template-columns: 1fr; gap: 30px; } }

@media (max-width: 640px) { section { padding: 78px 0; } }
