/* ============================================================
   Shared case-study design system, black & white.
   Used by every case study under /case-studies/.
   Loaded AFTER ../styles.css and case-study.css, so it overrides
   the older cream chrome on those base sheets.
   ============================================================ */

/* Hard reset — every case study is dark. */
body { background: #0a0a0a; color: #f4f1ea; }
::selection { background: #f4f1ea; color: #0a0a0a; }

/* ---------- Wrap ---------- */
.cs-wrap { padding-top: 100px; padding-bottom: 60px; }
.cs-eyebrow { margin-top: 24px; color: #807c72; }
.cs-eyebrow .num { color: #f4f1ea; }
.cs-eyebrow .line { background: rgba(244,241,234,0.18); }

/* ---------- Hero ---------- */
.cs-hero {
  border-bottom: 1px solid rgba(244,241,234,0.12);
  padding-bottom: 80px;
}
.cs-hero h1 {
  color: #f4f1ea;
  font-size: clamp(52px, 6.6vw, 108px);
  letter-spacing: -0.025em;
  line-height: 0.98;
  text-wrap: balance;
}
.cs-hero h1 .it { font-style: italic; color: #f4f1ea; }
.cs-hero h1 .accent { color: #f4f1ea; font-style: italic; }
.cs-hero .meta { border-top-color: rgba(244,241,234,0.12); }
.cs-hero .meta .l { color: #807c72; }
.cs-hero .meta .v { color: #f4f1ea; }
.cs-hero .meta .v .platform-row { display: inline-flex; align-items: center; gap: 12px; }
.cs-hero .meta .v .platform-row .platform-ic { width: 26px; height: 26px; }
.cs-hero .meta .v .platform-row .platform-ic svg { width: 14px; height: 14px; }

/* ---------- Mono platform icons ---------- */
.platform-ic {
  display: inline-flex; align-items: center; justify-content: center;
  width: 22px; height: 22px; border-radius: 6px; flex-shrink: 0;
  background: rgba(244,241,234,0.08);
  border: 1px solid rgba(244,241,234,0.16);
  color: #f4f1ea;
}
.platform-ic svg { width: 12px; height: 12px; fill: currentColor; }

/* ---------- Brand visual block ---------- */
.cs-visual {
  background: #141414;
  border: 1px solid rgba(244,241,234,0.08);
  position: relative;
  overflow: hidden;
}
.cs-visual::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.02) 0%, rgba(0,0,0,0.4) 100%);
  pointer-events: none;
}
.cs-visual .brand {
  color: #f4f1ea; letter-spacing: 0.18em; font-size: 12px;
  font-family: 'Geist', sans-serif; font-weight: 500; text-transform: uppercase;
}
.cs-visual .placeholder { color: rgba(244,241,234,0.45); }
.cs-visual .mark {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Instrument Serif', serif; font-style: italic; font-weight: 400;
  font-size: clamp(140px, 20vw, 260px); line-height: 1; letter-spacing: -0.04em;
  color: #f4f1ea;
}
/* Photo hero — the campaign cover (same asset as the Work page card) fills the
   framed visual block instead of the letter-mark placeholder. */
.cs-visual--photo { padding: 0; background: #0a0a0a; }
.cs-visual--photo::after { display: none; }
/* Match the landscape cover asset (1600×1100 = 16/11) so object-fit:contain fills
   the box exactly — no letterbox/pillarbox black bars. The two-class selector
   overrides the plain .cs-visual aspect ratios (16/9 base, 4/5 in the sticky
   desktop sidebar). */
.cs-visual.cs-visual--photo {
  aspect-ratio: 16 / 11;
  height: auto;
}
.cs-visual__img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: contain; object-position: center;
  display: block;
}

/* ---------- Snapshot / summary band ---------- */
.cs-summary {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px;
  padding: 80px 0 96px;
  border-bottom: 1px solid rgba(244,241,234,0.12);
}
.cs-summary .lede-copy {
  font-family: 'Instrument Serif', serif;
  font-size: 28px; line-height: 1.35; letter-spacing: -0.005em;
  color: #f4f1ea; text-wrap: pretty; font-weight: 400;
}
.cs-summary .lede-copy .it { font-style: italic; color: #f4f1ea; }
.cs-summary .results h3 {
  font-family: 'Geist', sans-serif; font-size: 13px; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase; color: #807c72;
  margin: 0 0 22px;
}
.cs-summary .results ul {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 14px;
}
.cs-summary .results li {
  display: flex; align-items: baseline; gap: 14px;
  font-size: 17px; line-height: 1.5; color: #c8c2b6;
}
.cs-summary .results li::before {
  content: '';
  width: 6px; height: 6px; border-radius: 50%;
  background: #f4f1ea;
  transform: translateY(-3px);
  flex-shrink: 0;
}
.cs-summary .results strong { font-weight: 600; color: #f4f1ea; font-family: 'Geist', sans-serif; }

/* ---------- Reach / stat band ---------- */
.cs-reach {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(244,241,234,0.12);
  border-bottom: 1px solid rgba(244,241,234,0.12);
}
.cs-reach .cell { padding: 56px 36px; border-right: 1px solid rgba(244,241,234,0.08); }
.cs-reach .cell:last-child { border-right: none; }
.cs-reach .cell .v {
  font-family: 'Instrument Serif', serif; font-size: 64px; line-height: 1;
  letter-spacing: -0.02em; color: #f4f1ea;
}
.cs-reach .cell .l {
  margin-top: 14px; font-size: 11px; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase; color: #807c72;
}

/* ---------- Generic sections ---------- */
.cs-sec { padding: 96px 0; border-bottom: 1px solid rgba(244,241,234,0.12); }
.cs-sec:last-of-type { border-bottom: none; }
.cs-sec .label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase;
  color: #807c72; margin-bottom: 18px;
}
.cs-sec h2 {
  font-family: 'Instrument Serif', serif;
  font-size: clamp(38px, 4.6vw, 60px); line-height: 1.05; letter-spacing: -0.02em;
  font-weight: 400; color: #f4f1ea;
  margin: 0 0 32px; max-width: 1000px; text-wrap: pretty;
}
.cs-sec h2 .it { font-style: italic; }
.cs-sec .body { display: grid; grid-template-columns: 1fr 2fr; gap: 80px; }
.cs-sec .body.single { grid-template-columns: 1fr; max-width: 900px; }
.cs-sec .body p {
  font-size: 18px; line-height: 1.65; color: #c8c2b6;
  margin: 0 0 18px; text-wrap: pretty;
}
.cs-sec .body p:last-child { margin-bottom: 0; }
.cs-sec .body p strong { font-weight: 600; color: #f4f1ea; }
.cs-sec .body p em { font-style: italic; color: #f4f1ea; }
.cs-sec .body p .it { font-family: 'Instrument Serif', serif; font-style: italic; font-size: 1.08em; color: #f4f1ea; }

/* ---------- Strategic idea callout ---------- */
.cs-idea {
  margin: 24px 0 14px;
  padding: 56px 48px;
  border-radius: 24px;
  background: rgba(244,241,234,0.04);
  border: 1px solid rgba(244,241,234,0.12);
  display: flex; flex-direction: column; gap: 18px;
}
.cs-idea .kicker {
  font-family: 'JetBrains Mono', monospace; font-size: 11px;
  letter-spacing: 0.22em; text-transform: uppercase; color: #807c72;
}
.cs-idea .line {
  font-family: 'Instrument Serif', serif;
  font-size: clamp(34px, 4.6vw, 60px); line-height: 1.05;
  letter-spacing: -0.02em; color: #f4f1ea;
  text-wrap: balance;
}
.cs-idea .line .it { font-style: italic; }

/* ---------- Phase cards ---------- */
.cs-phases { display: grid; grid-template-columns: 1fr; gap: 22px; }
.cs-phase {
  border: 1px solid rgba(244,241,234,0.12);
  border-radius: 18px;
  background: rgba(244,241,234,0.03);
  overflow: hidden;
}
.cs-phase__head {
  padding: 22px 32px;
  background: rgba(244,241,234,0.04);
  border-bottom: 1px solid rgba(244,241,234,0.08);
  display: flex; align-items: center; gap: 16px;
  flex-wrap: wrap;
}
.cs-phase__head .pname {
  font-family: 'Geist', sans-serif; font-weight: 500;
  color: #f4f1ea; letter-spacing: 0.16em; font-size: 11px;
  text-transform: uppercase;
}
.cs-phase__head .pwindow {
  font-family: 'JetBrains Mono', monospace; font-size: 11px;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: #807c72; margin-left: auto;
}
.cs-phase__head h3 {
  flex-basis: 100%;
  font-family: 'Instrument Serif', serif; font-size: 26px;
  letter-spacing: -0.01em; font-weight: 400; color: #f4f1ea;
  margin: 6px 0 0;
}
.cs-phase__head h3 .it { font-style: italic; }
.cs-phase__body { padding: 24px 32px 28px; }
.cs-phase__body p {
  font-size: 15.5px; line-height: 1.6; color: #c8c2b6; margin: 0;
}

/* ---------- Roster (creators + deliverables combined) ---------- */
.cs-roster { display: grid; grid-template-columns: 1fr; gap: 0; }
.cs-roster-row {
  display: grid;
  grid-template-columns: 240px 1fr 1fr 110px;
  gap: 32px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(244,241,234,0.1);
  align-items: center;
}
.cs-roster-row.head {
  padding: 14px 0;
  border-bottom: 1px solid rgba(244,241,234,0.22);
  font-family: 'Geist', sans-serif; font-size: 11px; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase; color: #807c72;
}
.cs-roster-row:last-child { border-bottom: none; }
.cs-roster .name {
  font-family: 'Instrument Serif', serif; font-size: 26px;
  letter-spacing: -0.01em; line-height: 1.1; color: #f4f1ea;
}
.cs-roster .name .it { font-style: italic; }
.cs-roster .month {
  font-family: 'JetBrains Mono', monospace; font-size: 12px;
  letter-spacing: 0.08em; color: #807c72;
}
.cs-roster .deliv {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'Geist', sans-serif; font-size: 14px; color: #f4f1ea;
}
.cs-roster .links { display: flex; align-items: center; gap: 10px; }
.cs-roster .live-link {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: 'Geist', sans-serif; font-size: 11.5px; font-weight: 500;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: #f4f1ea;
  padding: 8px 14px;
  border: 1px solid rgba(244,241,234,0.22);
  border-radius: 999px;
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}
.cs-roster .live-link:hover {
  background: #f4f1ea; color: #0a0a0a; border-color: #f4f1ea;
  transform: translateY(-1px);
}
.cs-roster .live-link .arr { font-family: 'Instrument Serif', serif; font-style: italic; font-size: 14px; }
.cs-roster .live-link.pending {
  color: #807c72; border-color: rgba(244,241,234,0.12); pointer-events: none;
  font-style: italic; font-family: 'Instrument Serif', serif; text-transform: none;
  letter-spacing: 0; font-size: 13.5px;
}
.cs-roster .status {
  font-family: 'Geist', sans-serif; font-size: 12px; font-weight: 500;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: #807c72;
  display: inline-flex; align-items: center; gap: 8px;
}
.cs-roster .status .dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #807c72;
}
.cs-roster .status.live { color: #f4f1ea; }
.cs-roster .status.live .dot { background: #f4f1ea; }

/* Phase divider row inside the roster */
.cs-roster-phase {
  padding: 36px 0 14px;
  border-bottom: 1px solid rgba(244,241,234,0.18);
  font-family: 'Geist', sans-serif; font-size: 11.5px; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase; color: #807c72;
  display: flex; align-items: baseline; gap: 14px;
}
.cs-roster-phase:first-child { padding-top: 0; }
.cs-roster-phase .pname { color: #f4f1ea; }
.cs-roster-phase .pwindow {
  font-family: 'JetBrains Mono', monospace; margin-left: auto; color: #807c72;
}

.cs-roster-foot {
  margin-top: 28px;
  font-family: 'Instrument Serif', serif; font-style: italic; font-size: 19px; color: #c8c2b6;
}
.cs-roster-foot strong { font-style: normal; font-family: 'Geist', sans-serif; font-weight: 600; color: #f4f1ea; }

/* ---------- Theme chips ---------- */
.cs-themes { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.cs-themes .chip {
  padding: 8px 16px; font-size: 13px; font-weight: 500;
  color: #f4f1ea;
  background: rgba(244,241,234,0.04);
  border: 1px solid rgba(244,241,234,0.18);
  border-radius: 999px;
}

/* ---------- Reason grid (why it worked) ---------- */
.cs-reasons {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 12px;
}
.cs-reason {
  padding: 32px;
  border: 1px solid rgba(244,241,234,0.12);
  border-radius: 16px;
  background: rgba(244,241,234,0.03);
}
.cs-reason__head {
  display: flex; align-items: center; gap: 16px; margin-bottom: 14px;
}
.cs-reason__head h4 { margin: 0; }
/* Circular face placeholder — shows the creator's initials until a photo
   is dropped in via an <img> child. */
.cs-reason__face {
  width: 52px; height: 52px; border-radius: 50%; flex-shrink: 0;
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(244,241,234,0.06);
  border: 1px solid rgba(244,241,234,0.18);
  color: #f4f1ea;
  font-family: 'Instrument Serif', serif; font-style: italic; font-size: 21px;
  letter-spacing: 0.01em;
  overflow: hidden;
}
.cs-reason__face img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.cs-reason h4 {
  font-family: 'Instrument Serif', serif; font-size: 24px; line-height: 1.2;
  letter-spacing: -0.01em; font-weight: 400; color: #f4f1ea;
  margin: 0 0 12px;
}
.cs-reason h4 .it { font-style: italic; }
.cs-reason p { font-size: 15px; line-height: 1.6; color: #c8c2b6; margin: 0; }

/* Bulleted outcome list inside generic sections (e.g. "Success looked like") */
.cs-sec .body ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 14px; }
.cs-sec .body li { display: flex; align-items: baseline; gap: 14px; font-size: 18px; line-height: 1.55; color: #c8c2b6; }
.cs-sec .body li::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #f4f1ea; transform: translateY(-3px); flex-shrink: 0; }
.cs-assets-link { font-family: 'JetBrains Mono', monospace; font-size: 14px; letter-spacing: 0.04em; color: #807c72; }
.cs-assets-link .ph { color: #f4f1ea; }

/* ---------- Outro ---------- */
.cs-next {
  padding: 96px 0 64px;
  border-top: 1px solid rgba(244,241,234,0.12);
}
.cs-next h2 {
  color: #f4f1ea; font-family: 'Instrument Serif', serif;
  font-size: clamp(40px, 5vw, 72px); line-height: 1.05; letter-spacing: -0.02em;
  /* no bottom margin: the grid is align-items:end, so a margin here would push
     the button's bottom below the heading's. Row gap handles the stacked layout. */
  font-weight: 400; margin: 0; max-width: 1100px; text-wrap: pretty;
}
.cs-next h2 .it { font-style: italic; color: #f4f1ea; }
.cs-next .actions { display: flex; gap: 14px; flex-wrap: wrap; }
.cs-btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 24px;
  font-family: 'Geist', sans-serif; font-size: 13px; font-weight: 500;
  letter-spacing: 0.16em; text-transform: uppercase;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}
.cs-btn .arr { font-family: 'Instrument Serif', serif; font-style: italic; font-size: 16px; text-transform: none; letter-spacing: 0; }
.cs-btn.primary { background: #f4f1ea; color: #0a0a0a; }
.cs-btn.primary:hover { background: #fff; transform: translateY(-2px); }
.cs-btn.ghost { color: #f4f1ea; border-color: rgba(244,241,234,0.22); }
.cs-btn.ghost:hover { background: rgba(244,241,234,0.06); border-color: rgba(244,241,234,0.4); transform: translateY(-2px); }

/* ---------- Responsive ---------- */
@media (max-width: 1000px) {
  .cs-summary { grid-template-columns: 1fr; gap: 36px; padding: 56px 0 72px; }
  .cs-summary .lede-copy { font-size: 22px; }
  .cs-reach { grid-template-columns: 1fr 1fr; }
  .cs-reach .cell { padding: 36px 24px; }
  .cs-reach .cell:nth-child(2n) { border-right: none; }
  .cs-reach .cell:nth-child(-n+2) { border-bottom: 1px solid rgba(244,241,234,0.12); }
  .cs-sec .body { grid-template-columns: 1fr; gap: 24px; }
  .cs-idea { padding: 36px 28px; }
  .cs-roster-row { grid-template-columns: 1fr; gap: 12px; padding: 22px 0; }
  .cs-roster-row.head { display: none; }
  .cs-reasons { grid-template-columns: 1fr; }
  .cs-phase__head { padding: 18px 22px; }
  .cs-phase__body { padding: 22px 22px 24px; }
}
@media (max-width: 480px) {
  .cs-summary { padding: 40px 0 56px; gap: 24px; }
  .cs-summary .lede-copy { font-size: 19px; }
  .cs-reach { grid-template-columns: 1fr; }
  .cs-reach .cell { padding: 28px 18px !important; border-right: none !important; border-bottom: 1px solid rgba(244,241,234,0.12) !important; }
  .cs-reach .cell:last-child { border-bottom: none !important; }
  .cs-idea { padding: 28px 20px; }
  .cs-sec .body p { font-size: 16px; }
  .cs-phase__head { padding: 14px 18px; font-size: 14px; }
  .cs-phase__body { padding: 18px 18px 22px; }
}

/* ============================================================
   Spacing refinement — tighten the over-large vertical rhythm so each
   case study reads with normal spacing (like the blog articles), with a
   smaller hero title and a much smaller thumbnail. CSS only; the case
   study copy is unchanged.
   ============================================================ */
.cs-wrap { padding-top: 96px; }

/* Hero — smaller title, tighter meta */
.cs-hero { padding-bottom: 40px; }
.cs-hero h1 { font-size: clamp(40px, 5vw, 76px); margin-top: 18px; }
.cs-hero .meta { margin-top: 28px; padding-top: 22px; gap: 28px; }
.cs-hero .meta .v { font-size: 20px; }

/* The lede paragraph that sits inside the hero was picking up the big
   96px-padded grid styles — make it a normal lede paragraph. */
p.cs-lede {
  display: block;
  grid-template-columns: none;
  padding: 0;
  margin-top: 16px;
  border-bottom: none;
  font-size: clamp(19px, 2vw, 24px);
  line-height: 1.4;
  max-width: 760px;
}
/* The grid-form lede (a handful of case studies) — just trim its padding */
section.cs-lede { padding: 48px 0; gap: 56px; }
section.cs-lede p { font-size: clamp(22px, 2.4vw, 27px); }

/* Brand visual / thumbnail — smaller and centered */
.cs-visual {
  margin: 36px auto 8px;
  height: auto;
  aspect-ratio: 16 / 9;
  max-width: 820px;
  border-radius: 18px;
  padding: 22px 26px;
}
.cs-visual .mark { font-size: clamp(90px, 14vw, 160px); }

/* Sections read like article copy — no boxy dividers, even gaps */
.cs-sec { padding: 0; border-bottom: none; }
.cs-sec .label { margin-top: 52px; margin-bottom: 12px; }
.cs-sec h2 { font-size: clamp(26px, 3vw, 38px); margin: 0 0 16px; }

/* The body was a CSS grid with an 80px row gap, which threw a huge space
   between every paragraph/list. Make it a normal flowing block so spacing
   comes only from the element margins — exactly like the blog article body. */
.cs-sec .body,
.cs-sec .body.single {
  display: block;
  max-width: 760px;
  gap: 0;
}
.cs-sec .body p {
  font-size: 18px;
  line-height: 1.75;
  margin: 0 0 22px;
}
.cs-sec .body p:last-child { margin-bottom: 0; }
.cs-sec .body ul { margin: 0 0 24px; gap: 10px; }
.cs-sec .body ul:last-child { margin-bottom: 0; }
.cs-sec .body li { font-size: 17px; line-height: 1.65; }

/* Supporting bands — trim their generous padding */
.cs-summary { padding: 44px 0 48px; gap: 48px; }
.cs-reach .cell { padding: 36px 28px; }
.cs-reasons { margin-top: 20px; }
.cs-idea { margin: 20px 0 8px; padding: 36px 32px; }

/* Outro */
.cs-next { padding: 56px 0 40px; }
.cs-next h2 { font-size: clamp(32px, 4vw, 52px); margin: 0; }

@media (max-width: 480px) {
  .cs-wrap { padding-top: 84px; }
  .cs-visual { max-width: 100%; }
  .cs-sec .label { margin-top: 40px; }
}

/* ---------- Campaign asset embeds (YouTube + Instagram) ---------- */
.cs-embeds {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 8px;
  max-width: 900px;
}
.cs-embed {
  position: relative;
  border: 1px solid rgba(244,241,234,0.12);
  border-radius: 16px;
  overflow: hidden;
  background: #000;
}
.cs-embed--yt { aspect-ratio: 16 / 9; }
.cs-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
/* Instagram reels — the official embed.js sizes each card itself; we just
   lay them out in a responsive, wrapping row. */
.cs-reels {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 24px;
}
.cs-reels .instagram-media {
  margin: 0 !important;
  flex: 0 1 auto;
}

@media (max-width: 700px) {
  .cs-embeds { grid-template-columns: 1fr; }
  .cs-reels { justify-content: center; }
}

/* ---------- Per-creator blocks (name + photo + their work) ---------- */
.cs-creators { display: flex; flex-direction: column; gap: 44px; margin-top: 8px; }
.cs-creator { padding-top: 36px; border-top: 1px solid rgba(244,241,234,0.12); }
.cs-creator:first-child { padding-top: 0; border-top: none; }
.cs-creator__head { display: flex; align-items: center; gap: 18px; margin-bottom: 20px; }
.cs-creator__face {
  width: 64px; height: 64px; border-radius: 50%; flex-shrink: 0; overflow: hidden;
  border: 1px solid rgba(244,241,234,0.18); background: rgba(244,241,234,0.06);
  display: inline-flex; align-items: center; justify-content: center;
}
.cs-creator__face img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cs-creator__head h3 {
  font-family: 'Instrument Serif', serif; font-size: 26px; line-height: 1.15;
  letter-spacing: -0.01em; font-weight: 400; color: #f4f1ea; margin: 0 0 4px;
}
.cs-creator__head h3 .it { font-style: italic; }
.cs-creator__why { font-size: 15px; line-height: 1.6; color: #c8c2b6; margin: 0; max-width: 680px; }
/* Smaller, consistent-width embeds so YouTube (landscape) and Instagram
   (portrait) sit in a tidy top-aligned row instead of mismatched sizes. */
.cs-creator__work { display: flex; flex-wrap: wrap; gap: 18px; align-items: flex-start; }
.cs-creator__work .cs-embed--yt {
  flex: 0 0 auto;
  width: 336px;
  max-width: 100%;
  aspect-ratio: 16 / 9;
}
.cs-creator__work .instagram-media {
  flex: 0 0 auto;
  margin: 0 !important;
  max-width: 336px !important;
}

@media (max-width: 600px) {
  .cs-creator__work { gap: 14px; }
  .cs-creator__work .cs-embed--yt { width: 100%; }
  .cs-creator__work .instagram-media { max-width: 100% !important; }
}

/* ---------- Compact creator grid (face + name + why, no embeds) ---------- */
.cs-creator-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 40px;
  margin-top: 8px;
}
.cs-creator-card { display: flex; gap: 16px; align-items: flex-start; }
.cs-creator-card .cs-creator__face { width: 56px; height: 56px; }
.cs-creator-card h3 {
  font-family: 'Instrument Serif', serif; font-size: 24px; line-height: 1.15;
  letter-spacing: -0.01em; font-weight: 400; color: #f4f1ea; margin: 0 0 6px;
}
.cs-creator-card h3 .it { font-style: italic; }

/* ---------- Small captioned embed gallery ("The Content") ---------- */
.cs-work-grid {
  display: flex; flex-wrap: wrap; gap: 28px 20px; align-items: flex-start; margin-top: 8px;
}
.cs-work-item { margin: 0; }
.cs-work-item figcaption {
  margin-top: 10px; font-family: 'Geist', sans-serif; font-size: 11px; font-weight: 500;
  letter-spacing: 0.16em; text-transform: uppercase; color: #807c72;
  display: flex; align-items: center; gap: 10px;
}
/* Small circular creator face shown beside each caption. */
.cs-work-face {
  width: 30px; height: 30px; border-radius: 50%; flex-shrink: 0;
  object-fit: cover; display: block;
  border: 1px solid rgba(244,241,234,0.18);
}
.cs-work-item--yt { width: 300px; max-width: 100%; }
/* YouTube Shorts: vertical 9:16 card, narrower than the landscape embeds. */
.cs-work-item--short { width: 220px; max-width: 100%; }
.cs-embed--short { aspect-ratio: 9 / 16; }
/* Instagram reels: zoom the official embed down so it reads as a small card. */
.cs-work-item--reel .cs-work-embed { zoom: 0.72; }
.cs-work-item--reel .instagram-media { margin: 0 !important; min-width: 0 !important; }
/* X / Twitter posts: fix a card width and let the official widget render in. */
.cs-work-item--tweet { width: 320px; max-width: 100%; }
.cs-work-item--tweet .twitter-tweet { margin: 0 !important; }

/* Masonry variant (Solid's tweet + reel wall). The default flex grid sizes every
   row to its tallest embed, so shorter tweets leave empty gaps below them. CSS
   columns pack the mixed-height embeds tightly top-to-bottom instead — no random
   spaces. column-width keeps it responsive (≈3 columns on desktop, 2 on tablet,
   1 on phones). */
.cs-work-grid.cs-work-grid--masonry {
  display: block;
  column-width: 260px;
  column-gap: 20px;
}
.cs-work-grid--masonry .cs-work-item {
  width: 100%;
  margin: 0 0 20px;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;      /* never split an embed across two columns */
}
/* The reel embeds are zoomed down (narrower than a tweet), so centre them in
   their column slot rather than leaving a lopsided gap on one side. */
.cs-work-grid--masonry .cs-work-item--reel { text-align: center; }
.cs-work-grid--masonry .cs-work-item--reel .cs-work-embed { display: inline-block; }
.cs-work-grid--masonry .cs-work-item--reel figcaption { justify-content: center; }

@media (max-width: 700px) {
  .cs-creator-grid { grid-template-columns: 1fr; gap: 24px; }
  .cs-work-item--yt { width: 100%; }
  .cs-work-item--reel .cs-work-embed { zoom: 0.82; }
}

/* ============================================================
   Two-column reading layout (desktop): the article text runs full width
   on the left while a compact thumbnail is pinned to a right rail — so the
   page uses the right-hand space instead of a big thumbnail block up top.
   ============================================================ */
@media (min-width: 901px) {
  .cs-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    column-gap: 56px;
    align-items: start;
  }
  .cs-wrap > *:not(.cs-visual) { grid-column: 1; min-width: 0; }
  .cs-visual {
    grid-column: 2;
    /* span 99 (not 1/-1) so the sticky thumbnail covers every implicit row
       instead of inflating row 1 and pushing the hero down. */
    grid-row: 1 / span 99;
    align-self: start;
    position: sticky;
    top: 100px;
    margin: 0;
    width: 100%;
    max-width: none;
    height: auto;
    aspect-ratio: 4 / 5;
  }
  /* Let the body copy use the wider left column */
  .cs-sec .body,
  .cs-sec .body.single { max-width: none; }
}
