/* PostNimble V2 marketing — "Output Samples" section.
   Extracted from Output Samples.html. Sits between #how and #product
   on /v2-preview. Component vocabulary uses .os-* prefix to avoid
   collision with the V1 app shell and the .pc / .sp / .pn product-card
   classes that ship in marketing-v2.css.

   Token :root is intentionally not redeclared here — tokens.css +
   marketing-v2.css already provide every var(--…) used below.

   Placeholder gradient layers in the original design are kept as
   tinted overlays; real article-hero AVIF is layered underneath via
   background: url(...) center/cover. TikTok keeps the pure abstract
   gradient (vertical 9:13 doesn't crop the landscape hero well).
*/

/* ─── Container ─── PR3 mobile-first padding scale ─── */
.os-container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 400px) { .os-container { padding: 0 24px; } }
@media (min-width: 720px) { .os-container { padding: 0 32px; } }
@media (min-width: 1280px) { .os-container { padding: 0 40px; } }

/* ─── Section ─── */
.os-section {
  padding: clamp(64px, 8vw, 112px) 0;
}
.os-section--samples { background: var(--bg-warm); }

.os-section-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto clamp(48px, 6vw, 80px);
}
.os-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brand-deep);
  margin: 0 0 18px;
}
.os-eyebrow::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--brand-light);
}
.os-h2 {
  font-family: var(--font-display);
  font-size: clamp(40px, 5.2vw, 60px);
  line-height: 1.04;
  letter-spacing: -0.018em;
  font-weight: 400;
  margin: 0 0 18px;
  color: var(--ink-900);
  text-wrap: balance;
}
.os-h2 em { font-style: italic; color: var(--brand-light); font-weight: 400; }
.os-lede {
  font-size: 18px;
  line-height: 1.55;
  color: var(--ink-700);
  margin: 0 auto;
  max-width: 620px;
  text-wrap: pretty;
}

.os-subhead {
  margin: clamp(64px, 7vw, 96px) auto clamp(28px, 4vw, 44px);
  text-align: center;
  max-width: 700px;
}
.os-subhead .os-h3 {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.4vw, 38px);
  line-height: 1.08;
  letter-spacing: -0.015em;
  font-weight: 400;
  margin: 12px 0 10px;
  color: var(--ink-900);
}
.os-subhead .os-h3 em { font-style: italic; color: var(--brand-light); }
.os-subhead .os-sub-lede {
  font-size: 15.5px;
  color: var(--ink-500);
  margin: 0;
}

/* ─── Blog article feature (magazine treatment) ─── */
.os-feature {
  background: var(--bg);
  border: 1px solid var(--ink-200);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  overflow: hidden;
  display: grid;
  /* PR3 mobile-first: stacked image-over-body on mobile,
     1.2 / 1 split on tablet-landscape + */
  grid-template-columns: 1fr;
  gap: 0;
}
@media (min-width: 960px) {
  .os-feature { grid-template-columns: 1.2fr 1fr; }
}

.os-feature-image {
  position: relative;
  /* PR3 mobile-first: base min-height is set in the breakpoint block at
     the bottom of this file. The original 480 px stays at ≥720 px. */
  /* V2 cyan-tinted overlays on top of the real mirror-biology hero
     image so the pull-quote stays legible. */
  background:
    radial-gradient(ellipse at 26% 38%, rgba(12, 135, 193, 0.22), transparent 60%),
    radial-gradient(ellipse at 74% 62%, rgba(41, 169, 225, 0.18), transparent 60%),
    linear-gradient(160deg, rgba(30,41,59,0.45) 0%, rgba(40,50,70,0.55) 55%, rgba(30,41,59,0.65) 100%),
    url('/static/images/marketing/mirror-biology.avif') center / cover no-repeat,
    #1E293B;
  overflow: hidden;
}
.os-feature-image-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  color: rgba(255,255,255,0.92);
  background: linear-gradient(180deg, transparent 60%, rgba(15,23,42,0.65) 100%);
}
.os-feature-image-pill {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.14);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: auto;
}
.os-feature-image-pill::before {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--brand-light);
}
.os-feature-image-quote {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 16px;
  line-height: 1.35;
  margin: 0;
  max-width: 85%;
  letter-spacing: -0.005em;
}

.os-feature-body {
  padding: clamp(32px, 4vw, 56px);
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
}
.os-feature-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-700);
}
.os-feature-meta .dot {
  width: 4px; height: 4px;
  border-radius: 50%;
  background: var(--ink-300);
}
.os-feature-tag {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--brand-soft);
  color: var(--brand-deep);
  letter-spacing: 0.08em;
}
.os-feature-title {
  font-family: var(--font-display);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.08;
  letter-spacing: -0.015em;
  font-weight: 400;
  margin: 4px 0 0;
  color: var(--ink-900);
  text-wrap: balance;
}
.os-feature-byline {
  font-size: 13px;
  color: var(--ink-500);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.os-feature-byline .av {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand), var(--ink-900));
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10.5px;
  font-weight: 700;
}
.os-feature-excerpt {
  font-size: 15.5px;
  line-height: 1.62;
  color: var(--ink-700);
  margin: 8px 0 0;
  text-wrap: pretty;
}
.os-feature-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  align-self: flex-start;
  padding: 12px 18px;
  background: var(--ink-900);
  color: #fff;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.005em;
  transition: background 0.15s ease, transform 0.1s ease;
}
.os-feature-cta:hover { background: var(--brand-deep); }
.os-feature-cta:active { transform: translateY(1px); }
.os-feature-cta .arr { transition: transform 0.15s ease; }
.os-feature-cta:hover .arr { transform: translateX(2px); }

/* ─── Social pack grid ─── PR3 mobile-first: 1 / 2 / 3 / 4 cascade ─── */
.os-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 520px)  { .os-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; } }
@media (min-width: 820px)  { .os-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1100px) { .os-grid { grid-template-columns: repeat(4, 1fr); } }

.os-card {
  background: var(--bg);
  border-radius: var(--radius-lg);
  border: 1px solid var(--ink-200);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
  /* PR3 mobile-first: no min-height on small cards; restored at ≥720 px
     in the breakpoint block at the bottom of this file. */
}
.os-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
  border-color: var(--ink-300);
}
.os-card-platform {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 14px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--ink-700);
  background: var(--chrome);
  border-bottom: 1px solid var(--ink-200);
}
.os-card-platform .plat {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.os-card-platform .plat::before {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--ink-400);
}
.os-card-platform .count {
  color: var(--ink-500);
  letter-spacing: 0.06em;
}
.os-card-body {
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  min-width: 0;
}

/* ─── Generic post header (avatar + name + meta) ─── */
.os-poster {
  display: flex;
  align-items: center;
  gap: 10px;
}
.os-poster-av {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-light), var(--brand-deep));
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 12px;
  flex-shrink: 0;
  position: relative;
}
/* When an <img> is dropped inside .os-poster-av, fill the circle and
   let the gradient background act as a placeholder behind it. */
.os-poster-av img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  background: #fff;
}

.os-poster-info { min-width: 0; flex: 1; }
.os-poster-name {
  font-size: 13px;
  font-weight: 700;
  color: var(--ink-900);
  letter-spacing: -0.005em;
  line-height: 1.2;
}
.os-poster-meta {
  font-size: 11px;
  color: var(--ink-500);
  line-height: 1.3;
}
.os-post-body {
  font-size: 12.5px;
  line-height: 1.5;
  color: var(--ink-900);
  letter-spacing: -0.005em;
  margin: 0;
}
.os-post-body em { color: var(--brand-deep); font-style: normal; font-weight: 600; }
.os-post-link {
  font-size: 12px;
  color: var(--brand-deep);
  font-weight: 600;
  letter-spacing: -0.005em;
}
.os-tags {
  font-size: 11.5px;
  color: var(--brand-deep);
  font-weight: 600;
  line-height: 1.4;
}
.os-actions {
  display: flex;
  justify-content: space-around;
  padding: 8px 0 0;
  margin-top: auto;
  border-top: 1px solid var(--ink-100);
  font-size: 11px;
  color: var(--ink-700);
  font-weight: 600;
}
.os-actions span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.os-counts {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  font-size: 11px;
  color: var(--ink-500);
}
.os-rx { display: inline-flex; align-items: center; }
.os-rx-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  border: 1.5px solid #fff;
  margin-left: -4px;
}
.os-rx-dot:first-child { margin-left: 0; }

/* ─── LinkedIn ─── */
.os-card--linkedin::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--p-linkedin), var(--brand-light));
}
.os-card--linkedin .os-card-platform .plat::before { background: var(--p-linkedin); }
.os-li-quality {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 8px;
  background: var(--success-wash);
  color: var(--success-ink);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: -0.005em;
}
/* Cheetah glyph inside the LyfeIQ Score chip — keep it on V2 cyan
   (brand-light) rather than inheriting the chip's success-ink green.
   The chip's green wash + ink signals "success"; the cyan glyph is
   PostNimble's brand co-sign that the article passed our quality bar. */
.os-li-quality .pn-glyph {
  width: 12px;
  height: 10px;
  color: var(--brand-light);
}

/* ─── Twitter / X ─── */
.os-card--twitter .os-card-platform .plat::before { background: var(--p-twitter); }
.os-x-handle { color: var(--ink-500); font-weight: 500; }
.os-x-meta { font-size: 11px; color: var(--ink-500); display: flex; gap: 6px; align-items: center; }
.os-x-card-link {
  border: 1px solid var(--ink-200);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  background: var(--bg);
}
.os-x-card-link .img {
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  background:
    radial-gradient(circle at 35% 50%, rgba(12, 135, 193, 0.35) 22px, transparent 23px),
    radial-gradient(circle at 65% 50%, rgba(225, 41, 99, 0.20) 22px, transparent 23px),
    linear-gradient(160deg, rgba(30,41,59,0.55) 0%, rgba(40,50,70,0.65) 100%),
    url('/static/images/marketing/mirror-biology.avif') center / cover no-repeat,
    #1E293B;
}
.os-x-card-link .text {
  padding: 8px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  min-width: 0;
}
.os-x-card-link .domain {
  font-family: var(--font-mono);
  font-size: 9.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-500);
}
.os-x-card-link .title {
  font-size: 11.5px;
  font-weight: 600;
  color: var(--ink-900);
  letter-spacing: -0.005em;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.os-x-actions {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-size: 11px;
  color: var(--ink-500);
  margin-top: auto;
  padding-top: 8px;
}
.os-x-actions span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* ─── Facebook ─── */
.os-card--facebook::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--p-facebook), var(--brand-light));
}
.os-card--facebook .os-card-platform .plat::before { background: var(--p-facebook); }
.os-fb-link {
  border: 1px solid var(--ink-200);
  border-radius: 8px;
  overflow: hidden;
  background: var(--chrome);
}
.os-fb-link .img {
  aspect-ratio: 16 / 8;
  background:
    radial-gradient(ellipse at 26% 50%, rgba(12, 135, 193, 0.22), transparent 55%),
    radial-gradient(ellipse at 74% 50%, rgba(41, 169, 225, 0.18), transparent 55%),
    linear-gradient(160deg, rgba(30,41,59,0.45) 0%, rgba(40,50,70,0.55) 100%),
    url('/static/images/marketing/mirror-biology.avif') center / cover no-repeat,
    #1E293B;
}
.os-fb-link .meta { padding: 8px 10px; }
.os-fb-link .domain {
  font-family: var(--font-mono);
  font-size: 9.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-500);
}
.os-fb-link .title {
  font-size: 12px;
  font-weight: 700;
  color: var(--ink-900);
  letter-spacing: -0.005em;
  line-height: 1.3;
  margin-top: 2px;
}

/* ─── Instagram ─── */
.os-card--instagram .os-card-platform .plat::before {
  background: linear-gradient(135deg, #FFD600, #FF1493 60%, #6F00FF);
}
.os-ig-avatar {
  position: relative;
  width: 36px; height: 36px;
  border-radius: 50%;
  padding: 2px;
  background: linear-gradient(135deg, #FFD600 0%, #FF7A00 30%, #FF1493 60%, #6F00FF 100%);
}
.os-ig-avatar > span {
  width: 100%; height: 100%;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-light), var(--brand-deep));
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.os-ig-avatar > span img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  background: #fff;
}
.os-ig-image {
  position: relative;
  aspect-ratio: 1;
  border-radius: 8px;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 28% 38%, rgba(12, 135, 193, 0.22), transparent 60%),
    radial-gradient(ellipse at 72% 62%, rgba(41, 169, 225, 0.18), transparent 60%),
    linear-gradient(160deg, rgba(30,41,59,0.45) 0%, rgba(40,50,70,0.55) 55%, rgba(30,41,59,0.65) 100%),
    url('/static/images/marketing/mirror-biology.avif') center / cover no-repeat,
    #1E293B;
}
.os-ig-overlay {
  position: absolute;
  inset: 0;
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(180deg, rgba(15,23,42,0.40) 0%, rgba(15,23,42,0) 35%, rgba(15,23,42,0) 65%, rgba(15,23,42,0.65) 100%);
  color: #fff;
}
.os-ig-page {
  align-self: flex-end;
  font-family: var(--font-mono);
  font-size: 9.5px;
  letter-spacing: 0.06em;
  padding: 2px 7px;
  border-radius: 999px;
  background: rgba(0,0,0,0.36);
}
.os-ig-quote {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 16px;
  line-height: 1.18;
  margin: 0;
  align-self: flex-end;
  text-align: right;
  max-width: 78%;
}
.os-ig-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--ink-900);
}
.os-ig-row-l { display: inline-flex; gap: 10px; }
.os-ig-likes { font-size: 12px; font-weight: 700; }

/* ─── Threads ─── */
.os-card--threads .os-card-platform .plat::before { background: var(--p-threads); }
.os-thr-handle { color: var(--ink-500); }
.os-thr-actions {
  display: flex;
  gap: 14px;
  margin-top: auto;
  padding-top: 10px;
  color: var(--ink-700);
}

/* ─── YouTube ─── */
.os-card--youtube .os-card-platform .plat::before { background: var(--p-youtube); }
.os-yt-thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 28% 38%, rgba(12, 135, 193, 0.22), transparent 60%),
    radial-gradient(ellipse at 72% 62%, rgba(41, 169, 225, 0.18), transparent 60%),
    linear-gradient(160deg, rgba(30,41,59,0.45) 0%, rgba(40,50,70,0.55) 100%),
    url('/static/images/marketing/mirror-biology.avif') center / cover no-repeat,
    #1E293B;
}
.os-yt-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  font-family: var(--font-mono);
  font-size: 9.5px;
  letter-spacing: 0.14em;
  font-weight: 600;
  color: #fff;
  background: var(--p-youtube);
  padding: 3px 8px;
  border-radius: 4px;
}
.os-yt-duration {
  position: absolute;
  right: 8px; bottom: 8px;
  padding: 2px 6px;
  border-radius: 4px;
  background: rgba(0,0,0,0.78);
  color: #fff;
  font-family: var(--font-mono);
  font-size: 10.5px;
  font-weight: 500;
}
.os-yt-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 54px;
  height: 38px;
  border-radius: 8px;
  background: var(--p-youtube);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.os-yt-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--ink-900);
  letter-spacing: -0.005em;
  line-height: 1.3;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.os-yt-meta {
  font-size: 11px;
  color: var(--ink-500);
  display: flex;
  align-items: center;
  gap: 6px;
}

/* ─── TikTok ─── (keeps pure gradient — landscape hero won't crop 9:13) */
.os-card--tiktok .os-card-platform .plat::before {
  background: linear-gradient(135deg, var(--p-tiktok-a), var(--p-tiktok-b));
}
.os-tt-thumb {
  position: relative;
  aspect-ratio: 9 / 13;
  border-radius: 8px;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 30% 30%, rgba(254, 44, 85, 0.22), transparent 55%),
    radial-gradient(ellipse at 70% 70%, rgba(37, 244, 238, 0.16), transparent 55%),
    linear-gradient(180deg, #1E293B 0%, #0F172A 100%);
}
.os-tt-thumb::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 32% 38%, rgba(255,255,255,0.10) 60px, transparent 61px),
    radial-gradient(circle at 68% 62%, rgba(255,255,255,0.08) 60px, transparent 61px);
}
.os-tt-text {
  position: absolute;
  top: 16px;
  left: 14px;
  right: 14px;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 18px;
  line-height: 1.15;
  color: #fff;
  letter-spacing: -0.005em;
  text-shadow: 0 1px 8px rgba(0,0,0,0.4);
}
.os-tt-handle {
  position: absolute;
  bottom: 14px;
  left: 14px;
  right: 60px;
  color: #fff;
  font-size: 11.5px;
}
.os-tt-handle .name { font-weight: 700; letter-spacing: -0.005em; }
.os-tt-handle .cap {
  color: rgba(255,255,255,0.86);
  font-size: 11px;
  margin-top: 2px;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.os-tt-rail {
  position: absolute;
  right: 10px;
  bottom: 14px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  color: #fff;
}
.os-tt-rail-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  font-size: 9.5px;
  font-weight: 600;
  color: rgba(255,255,255,0.9);
}
.os-tt-rail-item svg { width: 22px; height: 22px; }
.os-tt-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  padding-top: 4px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-500);
}

/* ─── Anchor card (one brief → everywhere) ───
   PR3 mobile-first: spans match the .os-grid column count at each
   breakpoint. The grid is 1 / 2 / 3 / 4 cols → anchor span matches. */
.os-anchor {
  grid-column: span 1;
  background: var(--ink-900);
  color: #fff;
  border-radius: var(--radius-lg);
  padding: clamp(24px, 4vw, 36px) clamp(24px, 4vw, 40px);
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin-top: 8px;
}
@media (min-width: 520px)  { .os-anchor { grid-column: span 2; } }
@media (min-width: 820px)  { .os-anchor { grid-column: span 3; grid-template-columns: 1fr auto; gap: 24px; } }
@media (min-width: 1100px) { .os-anchor { grid-column: span 4; } }
.os-anchor::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(80% 80% at 20% 30%, rgba(12, 135, 193, 0.40), transparent 65%);
  pointer-events: none;
}
.os-anchor-text { position: relative; }
.os-anchor-eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brand-light);
  margin: 0 0 10px;
  font-weight: 600;
}
.os-anchor-h {
  font-family: var(--font-display);
  font-size: clamp(24px, 2.6vw, 32px);
  line-height: 1.1;
  letter-spacing: -0.015em;
  font-weight: 400;
  margin: 0 0 6px;
  text-wrap: balance;
}
.os-anchor-h em { font-style: italic; color: var(--brand-light); }
.os-anchor-p {
  color: rgba(255,255,255,0.72);
  font-size: 14.5px;
  margin: 0;
  max-width: 520px;
}
.os-anchor-stat {
  position: relative;
  display: flex;
  flex-direction: column;
  /* PR3 mobile-first: left-aligned on mobile (stacked card), right-
     aligned once the anchor card splits to 2 cols at ≥820 px. */
  align-items: flex-start;
  gap: 6px;
}
@media (min-width: 820px) { .os-anchor-stat { align-items: flex-end; } }
.os-anchor-stat-num {
  font-family: var(--font-display);
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.os-anchor-stat-num em { font-style: italic; color: var(--brand-light); }
.os-anchor-stat-label {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.72);
  font-weight: 500;
}
/* PR3 mobile-first: tighter gap on mobile, full 28 px ≥520 px */
.os-anchor-stat-row { display: flex; gap: 16px; }
@media (min-width: 520px) { .os-anchor-stat-row { gap: 28px; } }
.os-anchor-stat-cell { display: flex; flex-direction: column; gap: 4px; }

/* ─── SVG icon helpers ─── */
.icn { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.icn-sm { width: 12px; height: 12px; }

/* ─── Platform accents (used by .os-card-platform .plat::before) ─── */
:root {
  --p-linkedin: #0A66C2;
  --p-twitter:  #000000;
  --p-facebook: #1877F2;
  --p-threads:  #000000;
  --p-youtube:  #FF0000;
  --p-tiktok-a: #FE2C55;
  --p-tiktok-b: #25F4EE;
}

/* PR3 mobile-first: shorter feature image + loose card min-height
   below 720 px, scales back up at tablet+. The pull-quote overlay
   classes are kept here for forward-compat even though PR2 follow-up
   removed the overlay from the template. */
.os-feature-image { min-height: 320px; }
.os-card { min-height: 0; }
@media (min-width: 720px) {
  .os-feature-image { min-height: 480px; }
  .os-card { min-height: 460px; }
}
