/* =====================================================================
   Game Hosting Guides — editorial / magazine
   Palette: cream background, near-black text, single amber accent
   ===================================================================== */

:root {
  --fg: #14130f;
  --fg-soft: #2a2825;
  --muted: #5e5b54;
  --muted-2: #8a877e;

  --accent: #c08a14;          /* warmer amber; passes AA on cream */
  --accent-strong: #a07210;
  --accent-soft: #fbf2dc;
  --accent-pop: #f5b82e;       /* the bright logo gold — used only on dark surfaces (header, footer, badges on dark) */

  --bg: #fbfaf6;               /* warm cream, magazine feel */
  --bg-card: #ffffff;
  --bg-dark: #14130f;
  --bg-dark-2: #1f1d18;

  --border: #e7e3d6;
  --border-soft: #f0ecdd;
  --hair: #d9d4c3;              /* hairline for editorial dividers */

  --serif: "Iowan Old Style", "Charter", "Source Serif Pro", Georgia, "Times New Roman", ui-serif, serif;
  --sans: -apple-system, BlinkMacSystemFont, "Inter", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --mono: "SF Mono", "JetBrains Mono", Menlo, Consolas, monospace;

  --radius: 4px;                /* very subtle — editorial */
  --radius-lg: 6px;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  font: 17px/1.7 var(--sans);
  color: var(--fg);
  background: var(--bg);
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wrap { max-width: 1120px; margin: 0 auto; padding: 0 28px; }
.wrap--narrow { max-width: 760px; }  /* for review prose — comfortable line length */

::selection { background: var(--accent-soft); color: var(--fg); }

/* ---------- Header ---------- */
.site-header {
  background: var(--bg);
  border-top: 3px solid var(--accent);              /* masthead rule */
  border-bottom: 1px solid var(--hair);
  position: sticky; top: 0; z-index: 50;
  box-shadow: 0 1px 0 var(--border-soft);
}
.site-header .wrap {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 14px; padding-bottom: 14px; flex-wrap: wrap; gap: 14px;
}
.site-title {
  color: var(--fg); text-decoration: none;
  display: inline-flex; align-items: center; gap: 14px;
  border: none;
}
.site-title:hover { border: none; }
.site-title:hover .wordmark-primary { color: var(--accent-strong); }
.site-logo {
  width: 40px; height: 40px; border-radius: 50%;
  display: block; object-fit: cover;
  background: var(--bg-dark);
  box-shadow: 0 0 0 1px var(--border), 0 1px 3px rgba(0,0,0,0.06);
  transition: box-shadow 160ms ease, transform 160ms ease;
}
.site-title:hover .site-logo {
  box-shadow: 0 0 0 1px var(--accent), 0 2px 6px rgba(192, 138, 20, 0.2);
}

/* Stacked editorial wordmark */
.wordmark {
  display: inline-flex; flex-direction: column;
  line-height: 1; gap: 5px;
}
.wordmark-primary {
  font-family: var(--serif);
  font-size: 1.22rem; font-weight: 700;
  color: var(--fg); letter-spacing: -0.015em;
  transition: color 130ms ease;
}
.wordmark-secondary {
  font-family: var(--sans);
  font-size: 0.66rem; font-weight: 700;
  color: var(--accent-strong);
  letter-spacing: 0.22em; text-transform: uppercase;
  padding-top: 4px;
  border-top: 1px solid var(--hair);
  align-self: stretch;
}
nav { display: flex; gap: 26px; align-items: center; }
nav a {
  color: var(--fg-soft); text-decoration: none;
  font-size: 0.92rem; font-weight: 500;
  letter-spacing: 0.01em;
  transition: color 120ms ease; border: none;
}
nav a:hover { color: var(--accent-strong); border: none; }

/* Discord call-to-action pill in the nav */
nav .nav-cta {
  display: inline-flex; align-items: center; gap: 6px;
  background: #5865F2;          /* Discord blurple */
  color: #fff;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.85rem; font-weight: 700;
  letter-spacing: 0.01em;
  transition: background 140ms ease, transform 140ms ease, box-shadow 140ms ease;
  border: none;
}
nav .nav-cta::before {
  content: ""; display: inline-block;
  width: 14px; height: 14px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M20.317 4.37a19.79 19.79 0 0 0-4.885-1.515.074.074 0 0 0-.079.037c-.21.375-.444.864-.608 1.25a18.27 18.27 0 0 0-5.487 0 12.64 12.64 0 0 0-.617-1.25.077.077 0 0 0-.079-.037A19.736 19.736 0 0 0 3.677 4.37a.07.07 0 0 0-.032.027C.533 9.046-.32 13.58.099 18.057a.082.082 0 0 0 .031.057 19.9 19.9 0 0 0 5.993 3.03.078.078 0 0 0 .084-.028 14.09 14.09 0 0 0 1.226-1.994.076.076 0 0 0-.041-.106 13.107 13.107 0 0 1-1.872-.892.077.077 0 0 1-.008-.128 10.2 10.2 0 0 0 .372-.292.074.074 0 0 1 .077-.01c3.928 1.793 8.18 1.793 12.062 0a.074.074 0 0 1 .078.01c.12.098.246.198.373.292a.077.077 0 0 1-.006.127 12.299 12.299 0 0 1-1.873.892.077.077 0 0 0-.041.107c.36.698.772 1.362 1.225 1.993a.076.076 0 0 0 .084.028 19.839 19.839 0 0 0 6.002-3.03.077.077 0 0 0 .032-.054c.5-5.177-.838-9.674-3.549-13.66a.061.061 0 0 0-.031-.03zM8.02 15.331c-1.183 0-2.157-1.085-2.157-2.419 0-1.333.956-2.419 2.157-2.419 1.21 0 2.176 1.096 2.157 2.42 0 1.333-.956 2.418-2.157 2.418zm7.974 0c-1.183 0-2.157-1.085-2.157-2.419 0-1.333.955-2.419 2.157-2.419 1.21 0 2.176 1.096 2.157 2.42 0 1.333-.946 2.418-2.157 2.418z'/></svg>") no-repeat center / contain;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M20.317 4.37a19.79 19.79 0 0 0-4.885-1.515.074.074 0 0 0-.079.037c-.21.375-.444.864-.608 1.25a18.27 18.27 0 0 0-5.487 0 12.64 12.64 0 0 0-.617-1.25.077.077 0 0 0-.079-.037A19.736 19.736 0 0 0 3.677 4.37a.07.07 0 0 0-.032.027C.533 9.046-.32 13.58.099 18.057a.082.082 0 0 0 .031.057 19.9 19.9 0 0 0 5.993 3.03.078.078 0 0 0 .084-.028 14.09 14.09 0 0 0 1.226-1.994.076.076 0 0 0-.041-.106 13.107 13.107 0 0 1-1.872-.892.077.077 0 0 1-.008-.128 10.2 10.2 0 0 0 .372-.292.074.074 0 0 1 .077-.01c3.928 1.793 8.18 1.793 12.062 0a.074.074 0 0 1 .078.01c.12.098.246.198.373.292a.077.077 0 0 1-.006.127 12.299 12.299 0 0 1-1.873.892.077.077 0 0 0-.041.107c.36.698.772 1.362 1.225 1.993a.076.076 0 0 0 .084.028 19.839 19.839 0 0 0 6.002-3.03.077.077 0 0 0 .032-.054c.5-5.177-.838-9.674-3.549-13.66a.061.061 0 0 0-.031-.03zM8.02 15.331c-1.183 0-2.157-1.085-2.157-2.419 0-1.333.956-2.419 2.157-2.419 1.21 0 2.176 1.096 2.157 2.42 0 1.333-.956 2.418-2.157 2.418zm7.974 0c-1.183 0-2.157-1.085-2.157-2.419 0-1.333.955-2.419 2.157-2.419 1.21 0 2.176 1.096 2.157 2.42 0 1.333-.946 2.418-2.157 2.418z'/></svg>") no-repeat center / contain;
}
nav .nav-cta:hover {
  background: #4752C4;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(88, 101, 242, 0.3);
  color: #fff;
}

/* ---------- Content ---------- */
.content { padding: 56px 28px 96px; }

h1, h2, h3, h4 { font-family: var(--serif); color: var(--fg); letter-spacing: -0.015em; }
h1 { font-size: 2.6rem; font-weight: 700; line-height: 1.12; margin: 0 0 0.5em; }
h2 {
  font-size: 1.7rem; font-weight: 700; line-height: 1.2;
  margin: 2.4em 0 0.7em;
  padding-top: 0.6em;
  border-top: 1px solid var(--hair);
}
h3 { font-size: 1.22rem; font-weight: 700; margin: 2em 0 0.4em; }
h4 { font-size: 1.05rem; font-weight: 700; margin: 1.6em 0 0.3em; }

p { margin: 0.9em 0; }
.lede { font-size: 1.22rem; color: var(--muted); line-height: 1.55; }

a {
  color: var(--accent-strong); text-decoration: none;
  border-bottom: 1px solid var(--accent-soft);
  transition: border-color 120ms ease, color 120ms ease;
}
a:hover { border-bottom-color: var(--accent); color: var(--fg); }

strong { color: var(--fg); font-weight: 700; }

ul, ol { padding-left: 1.4em; }
li { margin: 0.4em 0; }
li::marker { color: var(--muted-2); }

blockquote {
  border-left: 3px solid var(--accent);
  padding: 0.4em 1.4em; margin: 1.6em 0;
  font-style: italic;
  color: var(--fg-soft);
}
blockquote p { margin: 0.3em 0; }

code {
  background: var(--border-soft); padding: 2px 6px;
  border-radius: var(--radius); font-size: 0.88em;
  font-family: var(--mono);
  color: var(--accent-strong);
}

hr { border: 0; border-top: 1px solid var(--hair); margin: 3em 0; }

/* ---------- Buttons (editorial) ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 22px;
  font-family: var(--sans); font-weight: 600; font-size: 0.94rem;
  letter-spacing: 0.02em;
  text-decoration: none;
  border-radius: var(--radius);
  border: 1px solid transparent;
  transition: background 140ms ease, color 140ms ease, border-color 140ms ease, transform 140ms ease, box-shadow 140ms ease;
  cursor: pointer;
  position: relative;
}
.btn--primary {
  background: var(--fg); color: var(--bg);
  border-color: var(--fg);
  box-shadow: 3px 3px 0 var(--accent);   /* offset accent shadow — newspaper-ad feel */
}
.btn--primary:hover {
  background: var(--accent-strong); border-color: var(--accent-strong); color: #fff;
  border-bottom-color: var(--accent-strong);
  transform: translate(1px, 1px);
  box-shadow: 2px 2px 0 var(--fg);
}
.btn--ghost {
  background: transparent; color: var(--fg); border-color: var(--fg);
}
.btn--ghost:hover {
  background: var(--fg); color: var(--bg); border-color: var(--fg);
  border-bottom-color: var(--fg);
}

/* ---------- Tables ---------- */
table {
  width: 100%; border-collapse: collapse;
  margin: 1.8em 0; font-size: 0.96rem;
  font-family: var(--sans);
}
thead th {
  text-align: left; font-weight: 600;
  padding: 10px 12px;
  font-size: 0.78rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border-bottom: 2px solid var(--fg);
}
tbody td {
  padding: 14px 12px;
  border-bottom: 1px solid var(--hair);
  vertical-align: top;
  color: var(--fg-soft);
}
tbody tr:hover { background: var(--bg-card); }
tbody td:first-child { font-weight: 600; color: var(--fg); }

/* ---------- Hero (brand homepage) ---------- */
.hero {
  padding: 32px 0 24px;
  max-width: 820px;
}
.hero .eyebrow {
  display: inline-block;
  font-family: var(--sans); font-size: 0.78rem;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--accent-strong); font-weight: 700;
  margin: 0 0 20px;
  padding: 6px 0 8px;
  border-top: 1px solid var(--accent);
  border-bottom: 1px solid var(--accent);
}
.hero h1 {
  font-size: 3.2rem; line-height: 1.05;
  margin: 0 0 0.5em;
}
.hero h1 em { color: var(--accent-strong); font-style: normal; }
.hero .lede {
  font-size: 1.3rem; color: var(--muted);
  line-height: 1.55; max-width: 680px;
}
.hero-ctas {
  display: flex; gap: 12px; flex-wrap: wrap;
  margin: 28px 0 0;
}

/* ---------- Hero stats (used on comparison page) ---------- */
.hero-stats {
  display: flex; flex-wrap: wrap; gap: 40px;
  margin: 28px 0 12px; padding: 22px 0;
  border-top: 1px solid var(--hair);
  border-bottom: 1px solid var(--hair);
}
.hero-stats > div { display: flex; flex-direction: column; }
.hero-stats .num {
  font-family: var(--serif);
  font-size: 1.9rem; font-weight: 700;
  color: var(--fg); line-height: 1.1;
}
.hero-stats .label {
  font-size: 0.76rem; color: var(--muted);
  text-transform: uppercase; letter-spacing: 0.08em;
  margin-top: 4px; font-weight: 600;
}

/* ---------- Rating chip ---------- */
.rating, .rating-chip, .card-rating {
  display: inline-flex; align-items: center; gap: 5px;
  background: var(--fg); color: var(--accent-pop);
  padding: 3px 10px; border-radius: 999px;
  font-family: var(--sans); font-weight: 700;
  font-size: 0.78rem; letter-spacing: 0.02em;
  border-bottom: none;
}
.rating { font-size: 0.9rem; padding: 5px 13px; margin: 0.5em 0; }
.rating::before, .rating-chip::before, .card-rating::before { content: "★"; }

.meta { color: var(--muted); font-size: 0.88rem; margin: 0.3em 0; font-family: var(--sans); }

/* ---------- Brand homepage sections ---------- */
.section {
  margin: 4em 0;
}
.section-head {
  display: flex; justify-content: space-between; align-items: baseline;
  flex-wrap: wrap; gap: 10px;
  margin: 0 0 1em;
}
.section-head h2 {
  margin: 0; padding-top: 0; border-top: none;
}
.section-head .section-link {
  font-family: var(--sans); font-size: 0.92rem;
  border-bottom-color: transparent;
}
.section-head .section-link:hover { border-bottom-color: var(--accent); }
.section-kicker {
  display: inline-block;
  font-family: var(--sans); font-size: 0.74rem;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--accent-strong); font-weight: 700;
  margin: 0 0 8px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--accent);
}

/* ---------- Featured review cards (homepage) ---------- */
.featured-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 22px; margin: 1.2em 0;
  list-style: none; padding: 0;
}
.featured-grid li { margin: 0; }
.featured-card {
  display: block; padding: 24px 26px 26px;
  background: var(--bg-card);
  border: 1px solid var(--hair);
  border-radius: var(--radius-lg);
  color: var(--fg); border-bottom-color: var(--hair);
  transition: border-color 160ms ease, transform 160ms ease;
  height: 100%;
}
.featured-card:hover {
  border-color: var(--fg); border-bottom-color: var(--fg);
  transform: translateY(-2px);
}
.featured-card .card-rating { margin-bottom: 12px; }
.featured-card h3 {
  font-size: 1.18rem; margin: 0 0 6px;
  font-family: var(--serif);
}
.featured-card p { font-size: 0.94rem; color: var(--muted); margin: 0; line-height: 1.55; }
.featured-card .card-meta {
  display: flex; gap: 16px; margin-top: 14px;
  font-size: 0.78rem; color: var(--muted-2);
  font-family: var(--sans);
}
.featured-card .card-meta strong { color: var(--fg-soft); font-weight: 600; }

/* ---------- Reviews listing grid (/reviews/) ---------- */
.review-grid { /* alias of featured-grid for backward compat */
  display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 22px; margin: 1.2em 0; list-style: none; padding: 0;
}
.review-grid li { margin: 0; }
.review-card {
  display: block; padding: 24px 26px 26px;
  background: var(--bg-card);
  border: 1px solid var(--hair);
  border-radius: var(--radius-lg);
  color: var(--fg); border-bottom-color: var(--hair);
  transition: border-color 160ms ease, transform 160ms ease;
  height: 100%;
}
.review-card:hover {
  border-color: var(--fg); border-bottom-color: var(--fg);
  transform: translateY(-2px);
}
.review-card .card-title {
  font-family: var(--serif); font-size: 1.18rem;
  font-weight: 700; margin: 0 0 8px; color: var(--fg);
}
.review-card .card-rating { margin-bottom: 12px; }
.review-card .card-desc {
  font-size: 0.94rem; color: var(--muted); line-height: 1.55; margin: 0;
}
.review-card .card-meta {
  display: flex; gap: 16px; margin-top: 14px;
  font-size: 0.78rem; color: var(--muted-2);
}
.review-card .card-meta strong { color: var(--fg-soft); font-weight: 600; }

/* ---------- Review article ---------- */
.review {
  background: transparent;
  max-width: 760px; margin: 0 auto;
  padding: 0;
}
.review-header {
  border-bottom: 1px solid var(--hair);
  padding-bottom: 1.4em; margin-bottom: 2em;
  text-align: left;
}
.review-header h1 {
  font-size: 2.6rem; margin: 0.2em 0 0.4em;
}
.review-header .meta { margin: 0.4em 0; }
.review-header .eyebrow {
  display: inline-block;
  font-family: var(--sans); font-size: 0.72rem;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--accent-strong); font-weight: 700;
  padding: 2px 0 8px;
  border-bottom: 1px solid var(--accent);
  margin: 0 0 18px;
}

/* Magazine drop cap on the first paragraph of long-form articles
   (reviews + guides). Skip when an H2 starts the body. */
.review > div[itemprop="reviewBody"] > p:first-of-type::first-letter,
.review > p:first-of-type::first-letter {
  font-family: var(--serif);
  font-weight: 800;
  font-size: 3.4em;
  line-height: 0.92;
  float: left;
  padding: 6px 12px 0 0;
  color: var(--accent-strong);
  background: linear-gradient(180deg, var(--accent-strong) 0%, var(--fg) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (max-width: 480px) {
  .review > div[itemprop="reviewBody"] > p:first-of-type::first-letter,
  .review > p:first-of-type::first-letter {
    font-size: 2.8em; padding: 4px 8px 0 0;
  }
}

/* ---------- Related reviews / aside ---------- */
.related-reviews {
  margin-top: 4em; padding-top: 2em;
  border-top: 1px solid var(--hair);
  max-width: 760px; margin-left: auto; margin-right: auto;
}
.related-reviews h2 {
  margin-top: 0; padding-top: 0; border-top: none;
  font-size: 1.2rem;
}
.related-reviews ul {
  list-style: none; padding: 0; margin: 1em 0;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 8px;
}
.related-reviews li { margin: 0; }
.related-reviews a {
  display: block; padding: 8px 0;
  color: var(--fg-soft); font-size: 0.94rem;
  border-bottom: 1px solid var(--hair);
  border-radius: 0;
  transition: color 120ms ease, border-bottom-color 120ms ease;
}
.related-reviews a:hover {
  color: var(--accent-strong);
  border-bottom-color: var(--accent);
}

/* ---------- Featured-video (homepage spotlight) ---------- */
.featured-video {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 32px;
  align-items: center;
  margin: 1em 0;
}
.featured-video .thumb-wrap {
  display: block;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 16/9;
  background: var(--bg-dark);
  background-size: cover; background-position: center;
  border: 1px solid var(--hair);
  border-bottom: 1px solid var(--hair);
  position: relative;
  transition: border-color 160ms ease;
}
.featured-video .thumb-wrap.short { aspect-ratio: 9/16; max-width: 280px; }
.featured-video .thumb-wrap:hover { border-color: var(--fg); border-bottom-color: var(--fg); }
.featured-video .thumb-wrap::after {
  content: "▶";
  position: absolute; inset: 0;
  display: grid; place-items: center;
  font-size: 3rem; color: var(--accent-pop);
  background: linear-gradient(0deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.05) 60%);
  text-shadow: 0 2px 12px rgba(0,0,0,0.6);
}
.featured-video h3 {
  font-family: var(--serif); font-size: 1.5rem;
  margin: 0 0 0.4em;
}
.featured-video p { color: var(--muted); margin: 0.4em 0; }
.featured-video .video-meta {
  font-size: 0.78rem; color: var(--muted-2);
  text-transform: uppercase; letter-spacing: 0.08em; font-weight: 600;
  margin: 0 0 0.6em;
}

/* ---------- Video grid (used on /videos/ and small grid on homepage) ---------- */
.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 22px;
  list-style: none;
  padding: 0; margin: 1em 0;
}
.video-grid li { margin: 0; }
.video-card {
  display: block;
  background: var(--bg-card);
  border: 1px solid var(--hair);
  border-radius: var(--radius-lg);
  overflow: hidden;
  color: var(--fg);
  border-bottom-color: var(--hair);
  transition: border-color 160ms ease, transform 160ms ease;
  height: 100%;
}
.video-card:hover {
  border-color: var(--fg); border-bottom-color: var(--fg);
  transform: translateY(-2px);
}
.video-card .thumb {
  display: block; width: 100%;
  aspect-ratio: 16/9;
  background-size: cover; background-position: center;
  background-color: var(--bg-dark);
  position: relative;
}
.video-card .thumb.short { aspect-ratio: 9/16; max-height: 360px; }
.video-card .thumb::after {
  content: "▶";
  position: absolute; inset: 0;
  display: grid; place-items: center;
  font-size: 2.4rem; color: var(--accent-pop);
  background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.05) 60%);
  text-shadow: 0 2px 10px rgba(0,0,0,0.55);
}
.video-card .body { padding: 14px 16px 16px; background: var(--bg-card); }
.video-card h3, .video-card .card-title {
  font-family: var(--serif);
  font-size: 1.02rem; margin: 0 0 6px;
  line-height: 1.35; font-weight: 700;
  color: var(--fg);
}
.video-card .meta { font-size: 0.78rem; color: var(--muted); margin: 0; }

.video-embed {
  margin: 1.6em 0;
  border-radius: var(--radius-lg); overflow: hidden;
  background: var(--bg-dark); max-width: 100%;
}
.video-embed iframe {
  width: 100%; aspect-ratio: 16/9;
  border: 0; display: block;
}
.video-embed.short { max-width: 380px; margin-left: auto; margin-right: auto; }
.video-embed.short iframe { aspect-ratio: 9/16; }

.video-page {
  max-width: 760px; margin: 0 auto;
}

/* ---------- Social row ---------- */
.socials {
  display: flex; gap: 20px; flex-wrap: wrap;
  margin: 1.2em 0; align-items: center;
}
.socials a {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 14px;
  border: 1px solid var(--hair); border-radius: var(--radius);
  color: var(--fg-soft); font-size: 0.92rem; font-weight: 600;
  border-bottom-color: var(--hair);
  transition: border-color 160ms ease, color 160ms ease;
}
.socials a:hover {
  border-color: var(--fg); color: var(--fg); border-bottom-color: var(--fg);
}

/* ---------- Pull-quote (used in mission / about sections) ---------- */
.pull {
  font-family: var(--serif); font-size: 1.45rem;
  line-height: 1.4; color: var(--fg);
  border-left: 3px solid var(--accent);
  padding: 0.2em 0 0.2em 1.2em;
  margin: 1.6em 0;
}

/* ---------- Footer ---------- */
.site-footer {
  background: var(--bg-dark); color: #b5b1a4;
  padding: 44px 0 36px;
  font-size: 0.92rem; margin-top: 80px;
  border-top: 4px solid var(--accent-pop);
  font-family: var(--sans);
}
.site-footer a {
  color: var(--accent-pop); border-bottom-color: transparent;
}
.site-footer a:hover { color: #fff; border-bottom-color: var(--accent-pop); }
.site-footer .footer-grid {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr;
  gap: 36px; margin-bottom: 30px;
}
.site-footer h4 {
  color: #fff; font-family: var(--sans);
  font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase;
  margin: 0 0 12px;
}
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin: 6px 0; }
.site-footer .footer-bottom {
  border-top: 1px solid #2a2823;
  padding-top: 20px; color: #7a7768;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px;
}
.site-footer .footer-brand { display: flex; gap: 14px; align-items: center; }
.site-footer .footer-brand img { width: 40px; height: 40px; border-radius: 50%; }
.site-footer .footer-brand strong { color: #fff; font-family: var(--serif); font-size: 1.1rem; }

/* ---------- Responsive ---------- */
@media (max-width: 820px) {
  .featured-video { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  body { font-size: 16px; }
  .wrap { padding: 0 18px; }
  .content { padding: 28px 18px 64px; }       /* restored horizontal padding (was 0) */
  h1 { font-size: 1.85rem; }
  .hero { padding: 18px 0 12px; }
  .hero h1 { font-size: 2rem; line-height: 1.1; }
  .hero .lede { font-size: 1.05rem; }
  .hero-ctas { gap: 10px; }
  .hero-ctas .btn { width: 100%; text-align: center; }
  .review-header h1 { font-size: 1.85rem; }
  .site-header .wrap { padding-top: 12px; padding-bottom: 12px; }
  nav { gap: 14px; }
  nav a { font-size: 0.85rem; }
  .site-title { gap: 10px; }
  .site-logo { width: 34px; height: 34px; }
  .wordmark-primary { font-size: 1.05rem; }
  .wordmark-secondary { font-size: 0.6rem; letter-spacing: 0.18em; }
  table { font-size: 0.86rem; display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  thead th, tbody td { padding: 10px 10px; }
  .hero-stats { gap: 18px; padding: 14px 0; }
  .hero-stats .num { font-size: 1.4rem; }
  .featured-grid, .review-grid, .video-grid { gap: 14px; }
  .featured-card, .review-card { padding: 18px 20px 20px; }
  .related-reviews { padding: 22px 0; }
  .related-reviews ul { grid-template-columns: 1fr; gap: 0; }
  .section { margin: 2.4em 0; }
  .pull { font-size: 1.2rem; padding-left: 0.9em; }
  .video-page, .review { max-width: 100%; }
  .site-footer { padding: 32px 0 28px; }
  .site-footer .footer-grid { grid-template-columns: 1fr 1fr; gap: 22px; }
  blockquote { padding: 0.5em 1em; margin: 1.2em 0; }
  h2 { font-size: 1.45rem; margin-top: 1.8em; }
  h3 { font-size: 1.1rem; }
}
@media (max-width: 420px) {
  .site-footer .footer-grid { grid-template-columns: 1fr; }
}
