/* =========================================================
   HANPUNCH EXCLUSIVE — LONG-FORM / INTERVIEW EDITORIAL
   Scoped to posts marked with _hp_is_exclusive.
   ========================================================= */

.hanpunch-exclusive-post .hp-article-page {
  overflow: hidden;
  background: #f7f5f1;
}

.hanpunch-exclusive-post .hp-article-layout.hp-article-layout-exclusive {
  display: block;
  width: min(100% - 40px, 1280px);
  max-width: 1280px;
  margin-inline: auto;
}

.hanpunch-exclusive-post .hp-exclusive-main {
  width: 100%;
  min-width: 0;
}


/* Editor guide is intentionally never shown on the published article. */
.hanpunch-exclusive-post .hp-exclusive-editor-note { display: none !important; }

/* ---------- Cover / masthead ---------- */

.hp-exclusive-header {
  width: min(100%, 1120px);
  margin: 24px auto 44px;
  padding-top: 28px;
  border-top: 1px solid #17191d;
  text-align: center;
}

.hp-exclusive-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.hp-exclusive-label::after {
  content: "";
  display: inline-block;
  width: 34px;
  height: 2px;
  background: var(--hp-red, #c62828);
}

.hp-exclusive-header h1 {
  max-width: 980px;
  margin: 0 auto;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(50px, 7.4vw, 104px);
  font-weight: 900;
  line-height: .92;
  letter-spacing: -.055em;
  text-wrap: balance;
}

.hp-exclusive-dek {
  max-width: 760px;
  margin: 28px auto 0;
  color: #555a61;
  font-family: Georgia, serif;
  font-size: clamp(19px, 2vw, 24px);
  line-height: 1.48;
}

.hp-exclusive-byline {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 28px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.hp-exclusive-byline .hp-exclusive-author {
  color: #17191d;
}

.hp-exclusive-byline .hp-exclusive-meta {
  color: #777c83;
}

.hp-exclusive-share {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
  font-family: Inter, system-ui, sans-serif;
}

.hp-exclusive-share > span {
  margin-right: 3px;
  color: #777c83;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hp-exclusive-share a,
.hp-exclusive-share button {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid #c9c7c2;
  border-radius: 50%;
  background: transparent;
  color: #17191d !important;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

/* ---------- Featured image ---------- */

.hanpunch-exclusive-post .hp-article-hero.hp-exclusive-hero {
  width: min(100%, 1220px);
  margin: 0 auto 72px;
  border-radius: 0;
  overflow: hidden;
  background: #e9e6df;
}

.hanpunch-exclusive-post .hp-exclusive-hero img {
  display: block;
  width: 100%;
  height: clamp(420px, 58vw, 760px);
  object-fit: cover;
}

/* ---------- Reading column ---------- */

.hanpunch-exclusive-post .hp-article-content {
  width: min(100%, 780px);
  margin-inline: auto;
  color: #24272b;
  font-family: Georgia, serif;
  font-size: 19px;
  line-height: 1.82;
}

.hanpunch-exclusive-post .hp-article-content > p:first-child {
  font-size: inherit;
  line-height: inherit;
}

.hp-exclusive-intro {
  margin: 0 0 92px;
}

.hanpunch-exclusive-post .hp-exclusive-lede,
.hanpunch-exclusive-post .hp-exclusive-intro > p:first-child {
  margin-top: 0;
  color: #1e2125;
  font-size: clamp(22px, 2.5vw, 28px);
  line-height: 1.55;
}

.hanpunch-exclusive-post .hp-exclusive-lede::first-letter,
.hanpunch-exclusive-post .hp-exclusive-intro > p:first-child::first-letter {
  float: left;
  margin: .08em .12em 0 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 3.25em;
  font-weight: 900;
  line-height: .8;
}

/* ---------- Editorial sections ---------- */

.hanpunch-exclusive-post .hp-exclusive-section {
  margin: 104px 0 42px;
  padding-top: 18px;
  border-top: 1px solid #202226;
}

.hanpunch-exclusive-post .hp-exclusive-section-number {
  margin: 0 0 12px;
  color: var(--hp-red, #c62828);
  font-family: Inter, system-ui, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.hanpunch-exclusive-post .hp-exclusive-section h2,
.hanpunch-exclusive-post .hp-article-content .hp-exclusive-section h2 {
  margin: 0;
  color: #17191d !important;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(40px, 6vw, 68px);
  font-weight: 900;
  line-height: .98;
  letter-spacing: -.045em;
  text-transform: uppercase;
}

/* ---------- Interview Q&A ---------- */

.hanpunch-exclusive-post .hp-exclusive-question {
  position: relative;
  margin: 54px 0 18px;
  padding-top: 21px;
  border-top: 1px solid #d7d3cc;
  color: #17191d;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: -.018em;
}

.hanpunch-exclusive-post .hp-exclusive-question::before {
  content: "HANPUNCH";
  display: block;
  margin-bottom: 11px;
  color: var(--hp-red, #c62828);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.hanpunch-exclusive-post .hp-exclusive-answer {
  margin: 0 0 34px;
}

/* ---------- Pull quotes ---------- */

.hanpunch-exclusive-post .hp-article-content blockquote.hp-exclusive-quote,
.hanpunch-exclusive-post blockquote.hp-exclusive-quote {
  position: relative;
  left: 50%;
  width: min(1020px, calc(100vw - 48px));
  max-width: none;
  margin: 92px 0;
  padding: 58px 36px;
  transform: translateX(-50%);
  border: 0;
  border-top: 1px solid #202226;
  border-bottom: 1px solid #202226;
  background: transparent;
  text-align: center;
  font-style: normal;
}

.hanpunch-exclusive-post blockquote.hp-exclusive-quote p {
  margin: 0;
  color: #15171a;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(34px, 5.1vw, 64px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -.045em;
  text-transform: uppercase;
  text-wrap: balance;
}

.hanpunch-exclusive-post blockquote.hp-exclusive-quote cite {
  display: block;
  margin-top: 24px;
  color: #6d7177;
  font-family: Inter, system-ui, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

/* ---------- Editorial imagery ---------- */

.hanpunch-exclusive-post .hp-article-content .hp-exclusive-image-wide,
.hanpunch-exclusive-post .hp-exclusive-image-wide {
  position: relative;
  left: 50%;
  width: min(1180px, calc(100vw - 40px));
  max-width: none;
  margin: 78px 0;
  transform: translateX(-50%);
}

.hanpunch-exclusive-post .hp-exclusive-image-wide img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
}

.hanpunch-exclusive-post .hp-exclusive-image-wide figcaption,
.hanpunch-exclusive-post .hp-article-content figcaption {
  margin: 10px 0 0;
  color: #777c83;
  font-family: Inter, system-ui, sans-serif;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: .04em;
}

.hanpunch-exclusive-post .hp-exclusive-image-split {
  position: relative;
  left: 50%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: min(1180px, calc(100vw - 40px));
  max-width: none;
  margin: 78px 0;
  transform: translateX(-50%);
}

.hanpunch-exclusive-post .hp-exclusive-image-split figure {
  margin: 0;
}

.hanpunch-exclusive-post .hp-exclusive-image-split img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  border-radius: 0;
}

/* ---------- Fact / identity strip ---------- */

.hanpunch-exclusive-post .hp-exclusive-facts {
  margin: 72px 0 84px;
  padding: 18px 0;
  border-top: 1px solid #202226;
  border-bottom: 1px solid #202226;
  font-family: Inter, system-ui, sans-serif;
}

.hanpunch-exclusive-post .hp-exclusive-facts p {
  display: grid;
  grid-template-columns: minmax(105px, 145px) 1fr;
  gap: 20px;
  margin: 0;
  padding: 8px 0;
  font-size: 12px;
  line-height: 1.4;
}

.hanpunch-exclusive-post .hp-exclusive-facts strong {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

/* ---------- Existing article utilities kept, but magazine-width ---------- */

.hanpunch-exclusive-post .hp-sponsor-strip,
.hanpunch-exclusive-post .hp-inline-ad,
.hanpunch-exclusive-post .hp-tags,
.hanpunch-exclusive-post .hp-sponsor-card,
.hanpunch-exclusive-post .hp-author-box,
.hanpunch-exclusive-post .hp-footer-ad,
.hanpunch-exclusive-post .hp-comments-section {
  width: min(100%, 780px);
  margin-left: auto;
  margin-right: auto;
}

.hanpunch-exclusive-post .hp-inline-ad {
  margin-top: 72px;
  margin-bottom: 44px;
}

.hanpunch-exclusive-post .hp-related {
  width: min(100%, 1180px);
  margin: 72px auto 0;
  padding-top: 28px;
  border-top: 1px solid #202226;
}

/* ---------- Responsive ---------- */

@media (max-width: 767px) {
  .hanpunch-exclusive-post .hp-article-layout.hp-article-layout-exclusive {
    width: min(100% - 28px, 1280px);
  }

  .hp-exclusive-header {
    margin-top: 12px;
    margin-bottom: 30px;
    padding-top: 20px;
  }

  .hp-exclusive-header h1 {
    font-size: clamp(43px, 13vw, 66px);
  }

  .hp-exclusive-dek {
    margin-top: 20px;
    font-size: 18px;
  }

  .hanpunch-exclusive-post .hp-article-hero.hp-exclusive-hero {
    width: calc(100% + 28px);
    margin-left: -14px;
    margin-bottom: 50px;
  }

  .hanpunch-exclusive-post .hp-exclusive-hero img {
    height: min(120vw, 620px);
  }

  .hanpunch-exclusive-post .hp-article-content {
    font-size: 18px;
    line-height: 1.75;
  }

  .hp-exclusive-intro {
    margin-bottom: 66px;
  }

  .hanpunch-exclusive-post .hp-exclusive-lede,
  .hanpunch-exclusive-post .hp-exclusive-intro > p:first-child {
    font-size: 21px;
  }

  .hanpunch-exclusive-post .hp-exclusive-section {
    margin-top: 76px;
  }

  .hanpunch-exclusive-post .hp-exclusive-question {
    margin-top: 42px;
    font-size: 19px;
  }

  .hanpunch-exclusive-post .hp-article-content blockquote.hp-exclusive-quote,
  .hanpunch-exclusive-post blockquote.hp-exclusive-quote {
    width: calc(100vw - 28px);
    margin: 66px 0;
    padding: 42px 18px;
  }

  .hanpunch-exclusive-post .hp-article-content .hp-exclusive-image-wide,
  .hanpunch-exclusive-post .hp-exclusive-image-wide,
  .hanpunch-exclusive-post .hp-exclusive-image-split {
    width: calc(100vw - 28px);
    margin-top: 58px;
    margin-bottom: 58px;
  }

  .hanpunch-exclusive-post .hp-exclusive-image-split {
    grid-template-columns: 1fr;
  }

  .hanpunch-exclusive-post .hp-exclusive-facts p {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .hanpunch-exclusive-post .hp-inline-ad {
    grid-template-columns: 1fr;
  }
}


/* =========================================================
   BETA 5.16 — MAGAZINE COMPOSITION UPGRADE
   ========================================================= */

/* Cover is now a genuine editorial spread: copy + featured image */
.hp-exclusive-header {
  width: min(100%, 1180px);
  margin: 28px auto 46px;
  padding-top: 0;
  border-top: 1px solid #17191d;
  text-align: left;
}

.hp-exclusive-cover {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(400px, 1.08fr);
  min-height: 610px;
  border-bottom: 1px solid #17191d;
}

.hp-exclusive-cover.no-image {
  display: block;
  min-height: 0;
}

.hp-exclusive-cover-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 52px 52px 48px 0;
}

.hp-exclusive-cover.no-image .hp-exclusive-cover-copy {
  max-width: 900px;
  margin-inline: auto;
  padding: 68px 0;
  text-align: center;
}

.hp-exclusive-cover-image {
  min-height: 610px;
  margin: 0;
  overflow: hidden;
  background: #e6e2db;
}

.hp-exclusive-cover-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 610px;
  object-fit: cover;
}

.hp-exclusive-label {
  align-self: flex-start;
  margin-bottom: 28px;
}

.hp-exclusive-cover.no-image .hp-exclusive-label {
  align-self: center;
}

.hp-exclusive-header h1 {
  max-width: 640px;
  margin: 0;
  font-size: clamp(58px, 6.7vw, 96px);
  line-height: .91;
  letter-spacing: -.06em;
}

.hp-exclusive-cover.no-image h1 {
  max-width: 950px;
  margin-inline: auto;
}

.hp-exclusive-dek {
  max-width: 570px;
  margin: 28px 0 0;
  font-size: clamp(18px, 1.65vw, 22px);
}

.hp-exclusive-cover.no-image .hp-exclusive-dek {
  max-width: 740px;
  margin-inline: auto;
}

.hp-exclusive-byline,
.hp-exclusive-share {
  justify-content: flex-start;
}

.hp-exclusive-cover.no-image .hp-exclusive-byline,
.hp-exclusive-cover.no-image .hp-exclusive-share {
  justify-content: center;
}

/* Identity strip: four concise magazine facts */
.hanpunch-exclusive-post .hp-exclusive-facts {
  position: relative;
  left: 50%;
  width: min(1180px, calc(100vw - 40px));
  max-width: none;
  margin: 0 0 64px;
  padding: 0;
  transform: translateX(-50%);
  border-top: 1px solid #202226;
  border-bottom: 1px solid #202226;
}

.hanpunch-exclusive-post .hp-exclusive-facts > .wp-block-columns {
  gap: 0;
  margin: 0;
}

.hanpunch-exclusive-post .hp-exclusive-facts .wp-block-column {
  min-width: 0;
  padding: 18px 24px 20px;
  border-right: 1px solid #c9c5bd;
}

.hanpunch-exclusive-post .hp-exclusive-facts .wp-block-column:last-child {
  border-right: 0;
}

.hanpunch-exclusive-post .hp-exclusive-facts p {
  display: block;
  margin: 0;
  padding: 0;
}

.hanpunch-exclusive-post .hp-exclusive-fact-label {
  margin-bottom: 7px !important;
  color: #77746e;
  font-family: Inter, system-ui, sans-serif;
  font-size: 9px !important;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.hanpunch-exclusive-post .hp-exclusive-fact-value {
  color: #17191d;
  font-family: Inter, system-ui, sans-serif;
  font-size: 11px !important;
  font-weight: 800;
  line-height: 1.35 !important;
  text-transform: uppercase;
}

/* Magazine text + image spreads */
.hanpunch-exclusive-post .hp-exclusive-editorial-split {
  position: relative;
  left: 50%;
  width: min(1100px, calc(100vw - 40px));
  max-width: none;
  margin: 44px 0 86px;
  transform: translateX(-50%);
}

.hanpunch-exclusive-post .hp-exclusive-editorial-split > .wp-block-columns {
  gap: 48px;
  align-items: start !important;
  margin: 0;
}

.hanpunch-exclusive-post .hp-exclusive-editorial-split .hp-exclusive-question {
  margin-top: 0;
}

.hanpunch-exclusive-post .hp-exclusive-editorial-split .hp-exclusive-answer {
  font-size: 17px;
  line-height: 1.72;
}

.hanpunch-exclusive-post .hp-exclusive-editorial-split figure {
  margin: 0;
}

.hanpunch-exclusive-post .hp-exclusive-editorial-split figure img {
  display: block;
  width: 100%;
  min-height: 420px;
  max-height: 650px;
  object-fit: cover;
}

.hanpunch-exclusive-post .hp-exclusive-editorial-split figcaption {
  margin-top: 9px;
}

/* Make standard split-photo blocks feel like a spread */
.hanpunch-exclusive-post .hp-exclusive-image-split {
  gap: 22px;
}

.hanpunch-exclusive-post .hp-exclusive-image-split img {
  min-height: 400px;
  max-height: 620px;
}

/* Dark closing statement */
.hanpunch-exclusive-post blockquote.hp-exclusive-quote.hp-exclusive-quote-dark {
  width: min(1180px, calc(100vw - 40px));
  padding: 56px 44px;
  border: 0;
  background: #101113;
}

.hanpunch-exclusive-post blockquote.hp-exclusive-quote.hp-exclusive-quote-dark p {
  color: #fff;
  font-size: clamp(32px, 4.7vw, 58px);
}

.hanpunch-exclusive-post blockquote.hp-exclusive-quote.hp-exclusive-quote-dark cite {
  color: #c9c9c9;
}

/* The legacy stand-alone exclusive hero is no longer used in Beta 5.16 */
.hanpunch-exclusive-post .hp-article-hero.hp-exclusive-hero {
  display: none;
}

/* Slightly tighter editorial rhythm on very wide screens */
@media (min-width: 1200px) {
  .hanpunch-exclusive-post .hp-exclusive-section {
    margin-top: 92px;
  }
}

/* Tablet and mobile collapse the magazine spreads gracefully */
@media (max-width: 900px) {
  .hp-exclusive-cover {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .hp-exclusive-cover-copy {
    padding: 44px 12px 42px;
  }

  .hp-exclusive-cover-image,
  .hp-exclusive-cover-image img {
    min-height: 0;
    height: min(105vw, 650px);
  }

  .hp-exclusive-header h1 {
    max-width: 800px;
  }

  .hanpunch-exclusive-post .hp-exclusive-facts > .wp-block-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hanpunch-exclusive-post .hp-exclusive-facts .wp-block-column {
    border-bottom: 1px solid #c9c5bd;
  }

  .hanpunch-exclusive-post .hp-exclusive-facts .wp-block-column:nth-child(2) {
    border-right: 0;
  }

  .hanpunch-exclusive-post .hp-exclusive-facts .wp-block-column:nth-child(3),
  .hanpunch-exclusive-post .hp-exclusive-facts .wp-block-column:nth-child(4) {
    border-bottom: 0;
  }

  .hanpunch-exclusive-post .hp-exclusive-editorial-split > .wp-block-columns {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .hanpunch-exclusive-post .hp-exclusive-editorial-split-reverse > .wp-block-columns > .wp-block-column:first-child {
    order: 2;
  }

  .hanpunch-exclusive-post .hp-exclusive-editorial-split-reverse > .wp-block-columns > .wp-block-column:last-child {
    order: 1;
  }
}

@media (max-width: 600px) {
  .hp-exclusive-header {
    width: 100%;
  }

  .hp-exclusive-cover-copy {
    padding: 36px 0 34px;
  }

  .hp-exclusive-header h1 {
    font-size: clamp(46px, 15vw, 66px);
  }

  .hanpunch-exclusive-post .hp-exclusive-facts {
    width: calc(100vw - 28px);
  }

  .hanpunch-exclusive-post .hp-exclusive-facts > .wp-block-columns {
    grid-template-columns: 1fr;
  }

  .hanpunch-exclusive-post .hp-exclusive-facts .wp-block-column {
    border-right: 0;
    border-bottom: 1px solid #c9c5bd !important;
  }

  .hanpunch-exclusive-post .hp-exclusive-facts .wp-block-column:last-child {
    border-bottom: 0 !important;
  }

  .hanpunch-exclusive-post .hp-exclusive-editorial-split {
    width: calc(100vw - 28px);
    margin-top: 34px;
    margin-bottom: 60px;
  }

  .hanpunch-exclusive-post .hp-exclusive-editorial-split figure img {
    min-height: 280px;
  }
}


/* =========================================================
   BETA 5.17 — HANPUNCH / FILM VIDEO FEATURE
   ========================================================= */
.hanpunch-exclusive-post .hp-exclusive-video-feature {
  position: relative;
  left: 50%;
  width: min(1180px, calc(100vw - 40px));
  max-width: none;
  margin: 92px 0;
  padding: 42px 44px 34px;
  transform: translateX(-50%);
  background: #101113;
  color: #fff;
}

.hanpunch-exclusive-post .hp-exclusive-video-head {
  max-width: 780px;
  margin: 0 0 30px;
}

.hanpunch-exclusive-post .hp-exclusive-video-kicker {
  display: block;
  margin: 0 0 14px;
  padding: 0;
  color: #c9c9c9;
  font-family: Inter, system-ui, sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.hanpunch-exclusive-post .hp-exclusive-video-title {
  margin: 0;
  padding: 0;
  color: #fff !important;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 900;
  line-height: .96;
  letter-spacing: -.045em;
  text-transform: uppercase;
}

.hanpunch-exclusive-post .hp-exclusive-video-dek {
  max-width: 680px;
  margin: 18px 0 0;
  padding: 0;
  color: #d2d2d2;
  font-family: Georgia, serif;
  font-size: 17px;
  line-height: 1.6;
}

.hanpunch-exclusive-post .hp-exclusive-video-player {
  position: relative;
  width: 100%;
  margin: 0;
  background: #000;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.hanpunch-exclusive-post .hp-exclusive-video-player video {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: contain;
  background: #000;
}

.hanpunch-exclusive-post .hp-exclusive-video-meta {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 17px;
  padding-top: 15px;
  border-top: 1px solid #3c3d40;
}

.hanpunch-exclusive-post .hp-exclusive-video-meta p {
  display: block;
  margin: 0;
  padding: 0;
  color: #aaa;
  font-family: Inter, system-ui, sans-serif;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: .12em;
  text-transform: uppercase;
}

@media (max-width: 700px) {
  .hanpunch-exclusive-post .hp-exclusive-video-feature {
    width: 100vw;
    margin: 66px 0;
    padding: 32px 20px 25px;
  }

  .hanpunch-exclusive-post .hp-exclusive-video-title {
    font-size: clamp(34px, 11vw, 48px);
  }

  .hanpunch-exclusive-post .hp-exclusive-video-meta {
    display: block;
  }

  .hanpunch-exclusive-post .hp-exclusive-video-meta p + p {
    margin-top: 7px;
  }
}

/* HanPunch Exclusive — No Crop / Graphic Image */
.hanpunch-exclusive-post .hp-exclusive-no-crop img {
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    object-fit: contain !important;
}