
:root {
  --navy: #062d5d;
  --ink: #09294f;
  --gold: #a8752a;
  --cream: #fbf1e6;
  --paper: #fffaf3;
  --soft-line: rgba(118, 83, 44, .12);
  --shadow: 0 14px 34px rgba(55, 36, 18, .055);
}

.article-hero {
  position: relative;
  min-height: clamp(360px, 38vw, 520px);
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 128px 24px 64px;
  text-align: center;
  background:
    linear-gradient(90deg, rgba(251,241,230,.82), rgba(255,248,239,.94) 38%, rgba(255,248,239,.94) 62%, rgba(251,241,230,.82)),
    url("assets/reflections/between-two-worlds-hero.png") center / cover no-repeat,
    #f7eadc;
}

.article-hero::after {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 42%, rgba(255,248,239,.94) 0%, rgba(255,248,239,.72) 40%, rgba(255,248,239,.2) 74%, transparent 100%);
  content: "";
}

.article-hero-content {
  position: relative;
  z-index: 1;
  width: min(980px, 100%);
}

.article-kicker {
  margin: 0 0 12px;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.article-hero h1 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 6vw, 5.35rem);
  line-height: 1.02;
}

.article-subtitle {
  max-width: 760px;
  margin: 22px auto 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.12rem, 2vw, 1.45rem);
  font-style: italic;
  font-weight: 600;
  line-height: 1.38;
}

.article-date {
  margin: 24px 0 0;
  color: #7b5427;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  font-weight: 700;
}

.reflection-article {
  width: min(1300px, 86vw);
  margin: clamp(36px, 5vw, 64px) auto 0;
}

.article-content {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  color: var(--ink);
  font-size: clamp(1.05rem, 1.22vw, 1.22rem);
  line-height: 1.76;
}

.article-content p {
  width: 100%;
  max-width: none;
  margin: 0 0 1.1em;
}

.article-content .dropcap::first-letter {
  float: left;
  padding: .09em .13em 0 0;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 5.25rem;
  line-height: .78;
}

.inline-pull-quote {
  width: 100%;
  margin: clamp(34px, 5vw, 54px) 0;
  padding: clamp(28px, 4vw, 46px);
  border-top: 1px solid rgba(168,117,42,.34);
  border-bottom: 1px solid rgba(168,117,42,.34);
  background:
    radial-gradient(circle at 50% 100%, rgba(210,225,233,.26), transparent 20rem),
    rgba(255,250,243,.52);
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  font-style: italic;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.article-signature {
  width: 100%;
  margin: clamp(42px, 6vw, 72px) auto 0;
  padding-top: 28px;
  border-top: 1px solid rgba(168,117,42,.24);
  text-align: center;
}

.article-signature .signature {
  margin: 0;
  color: var(--navy);
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: clamp(2.25rem, 4vw, 3.2rem);
  line-height: 1;
}

.article-signature .signature span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: .68em;
}

.article-signature .role {
  margin: 8px 0 0;
  color: #9a621d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: .98rem;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.article-support {
  width: min(1300px, 86vw);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 36px auto 0;
}

.support-card {
  min-height: 170px;
  padding: 24px;
  border: 1px solid rgba(168,117,42,.14);
  border-radius: 12px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255,255,255,.44), transparent 18rem),
    linear-gradient(135deg, rgba(255,250,243,.62), rgba(251,241,230,.32));
  box-shadow: 0 8px 22px rgba(55,36,18,.03);
}

.support-card h2,
.support-card h3 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2vw, 1.7rem);
}

.support-card p {
  margin: 12px 0 0;
}

.support-card .button,
.article-nav .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 46px;
  margin-top: 18px;
  padding: 0 22px;
  border-radius: 7px;
  background: linear-gradient(180deg, #063568, #052b59);
  color: white;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 14px 26px rgba(6,45,93,.18);
}

.article-nav {
  width: min(1300px, 86vw);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 28px auto 0;
  padding-bottom: 28px;
}

.article-nav .series-note {
  color: #7b5427;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 1100px) {
  .reflection-article,
  .article-support,
  .article-nav {
    width: min(100% - 44px, 980px);
  }
  .article-support {
    grid-template-columns: 1fr;
  }
  .article-nav {
    flex-direction: column;
    align-items: stretch;
  }
  .article-nav .button { width: 100%; }
}

@media (max-width: 640px) {
  .article-hero {
    min-height: 360px;
    padding: 94px 18px 38px;
  }
  .article-hero h1 { font-size: 2.85rem; }
  .reflection-article,
  .article-support,
  .article-nav {
    width: min(100% - 28px, 980px);
  }
  .inline-pull-quote {
    padding: 26px 18px;
    font-size: 1.35rem;
  }
}


/* Founder Reflection Page v1 */
.reflection-page {
  background: #fbf3e7;
  color: var(--navy, #15365a);
}

.reflection-hero-new {
  min-height: clamp(360px, 40vw, 560px);
  display: grid;
  place-items: center;
  padding: 120px 24px 70px;
  background:
    linear-gradient(90deg, rgba(10, 23, 38, .72), rgba(10, 23, 38, .34) 42%, rgba(10, 23, 38, .58)),
    image-set(
      url("assets/founders/chapter-one-citizenship-banner.webp") type("image/webp"),
      url("assets/founders/chapter-one-citizenship-banner.png") type("image/png")
    ) center center / cover no-repeat;
}

.reflection-hero-overlay {
  width: min(880px, 92vw);
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(204, 162, 84, .28);
  border-radius: 28px;
  background: rgba(10, 23, 38, .46);
  color: #fff8ec;
  text-align: center;
  box-shadow: 0 22px 54px rgba(0,0,0,.22);
  backdrop-filter: blur(2px);
}

.reflection-kicker {
  margin: 0;
  color: #d4a953;
  font-size: .86rem;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.reflection-hero-overlay h1 {
  margin-top: 14px;
  color: #fff8ec;
  font-size: clamp(3rem, 6.4vw, 5.6rem);
  line-height: .98;
}

.reflection-hero-rule {
  width: min(300px, 55vw);
  height: 1px;
  margin: 24px auto;
  background: linear-gradient(90deg, transparent, rgba(212,169,83,.78), transparent);
}

.reflection-hero-overlay p:last-child {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.18rem, 2vw, 1.55rem);
  font-style: italic;
  line-height: 1.55;
}

.reflection-meta-bar {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 6vw, 72px);
  flex-wrap: wrap;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(183, 137, 70, .24);
  background: rgba(255, 250, 243, .8);
  color: rgba(25, 51, 82, .78);
  font-size: .98rem;
}

.reflection-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: clamp(36px, 6vw, 72px);
  width: min(1180px, calc(100% - 48px));
  margin: 52px auto 0;
}

.reflection-main {
  min-width: 0;
}

.opening-quote {
  margin: 0 auto 46px;
  max-width: 720px;
  text-align: center;
  color: var(--navy, #15365a);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.32rem, 2.25vw, 1.82rem);
  line-height: 1.48;
}

.opening-quote p {
  margin: 0;
}

.reflection-section {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 22px;
  margin: 0 0 42px;
}

.reflection-section > div:last-child {
  max-width: 68ch;
}

.section-number {
  color: rgba(183, 137, 70, .8);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  line-height: 1.2;
}

.reflection-section h2 {
  font-size: clamp(1.55rem, 2.6vw, 2.15rem);
  margin-bottom: 16px;
}

.reflection-section p {
  margin: 0 0 14px;
  color: rgba(25, 51, 82, .88);
  font-size: clamp(1.02rem, 1.25vw, 1.12rem);
  line-height: 1.78;
}

.pull-quote {
  margin: 40px 0 46px 80px;
  padding: 26px 34px;
  border-left: 3px solid rgba(183, 137, 70, .75);
  border-radius: 0 18px 18px 0;
  background: rgba(255, 250, 243, .72);
  color: var(--navy, #15365a);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.28rem, 2vw, 1.65rem);
  line-height: 1.45;
}

.pull-quote p {
  margin: 0;
}

.pull-quote.quiet {
  font-style: italic;
}

.reflection-sidebar {
  position: sticky;
  top: 110px;
  align-self: start;
  display: grid;
  gap: 24px;
}

.sidebar-card,
.signature-card {
  padding: 28px;
  border: 1px solid rgba(183, 137, 70, .22);
  border-radius: 22px;
  background: rgba(255, 250, 243, .74);
  box-shadow: 0 10px 26px rgba(55,36,18,.045);
}

.sidebar-card p {
  margin: 0;
  color: rgba(25,51,82,.84);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.14rem;
  font-style: italic;
  line-height: 1.62;
}

.sidebar-card span {
  display: block;
  margin-top: 18px;
  color: var(--navy, #15365a);
}

.signature-card {
  text-align: center;
}

.signature-name {
  margin: 0;
  color: var(--navy, #15365a);
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
}

.korean-name {
  margin: 8px 0 12px;
  color: var(--navy, #15365a);
  font-size: 1.4rem;
}

.reflection-signature {
  margin: 44px 0 0 80px;
  padding-top: 30px;
  border-top: 1px solid rgba(183,137,70,.28);
}

.reflection-signature p:last-child,
.signature-card p:last-child {
  margin: 10px 0 0;
  color: rgba(25,51,82,.72);
  font-size: .92rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.continue-journey {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
  gap: 0;
  overflow: hidden;
  margin-top: 64px;
  border: 1px solid rgba(183,137,70,.18);
  border-radius: 28px;
  background: rgba(255, 250, 243, .7);
  box-shadow: 0 12px 30px rgba(55,36,18,.05);
}

.continue-image {
  min-height: 260px;
  background: url("assets/founders/chapters/chapter-two-reunion-family.webp") center center / cover no-repeat;
}

.continue-copy {
  padding: clamp(28px, 5vw, 52px);
}

.continue-copy h2 {
  margin: 8px 0 0;
  font-size: 1.1rem;
  color: rgba(25,51,82,.7);
  font-family: Georgia, "Times New Roman", serif;
}

.continue-copy h3 {
  margin: 8px 0 8px;
  font-size: clamp(2rem, 3.5vw, 3rem);
}

.continue-copy p:not(.eyebrow) {
  color: #a8752a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  font-style: italic;
}

.reflection-footer {
  margin-top: 60px;
  padding: 32px 24px;
  background: var(--navy, #15365a);
  color: #fff8ec;
  text-align: center;
}

.reflection-footer p:first-child {
  margin: 0 0 10px;
  color: #d4a953;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  font-style: italic;
}

.reflection-footer p:last-child {
  margin: 0;
  opacity: .8;
  font-size: .9rem;
}

@media (max-width: 980px) {
  .reflection-layout {
    grid-template-columns: 1fr;
  }

  .reflection-sidebar {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .continue-journey {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .reflection-hero-new {
    padding-top: 100px;
  }

  .opening-quote {
    max-width: 100%;
    margin-bottom: 34px;
    font-size: clamp(1.18rem, 6vw, 1.42rem);
    line-height: 1.5;
  }

  .korea-return-reflection .opening-quote p:last-child {
    font-size: clamp(1.35rem, 7vw, 1.72rem);
    line-height: 1.42;
  }

  .reflection-section {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .reflection-section > div:last-child {
    max-width: 100%;
  }

  .section-number {
    font-size: .9rem;
    letter-spacing: .15em;
  }

  .pull-quote,
  .reflection-signature {
    margin-left: 0;
  }

  .reflection-sidebar {
    grid-template-columns: 1fr;
  }

  .reflection-meta-bar {
    justify-content: flex-start;
  }
}


/* Reflection page revisions v2 */

/* 1. Banner only: remove text overlay and let artwork stand alone */
.reflection-hero-new.banner-only {
  min-height: clamp(320px, 37vw, 540px);
  padding: 0;
  background:
    image-set(
      url("assets/founders/chapter-one-citizenship-banner.webp") type("image/webp"),
      url("assets/founders/chapter-one-citizenship-banner.png") type("image/png")
    ) center 66% / cover no-repeat !important;
}

.reflection-hero-new.banner-only::before,
.reflection-hero-new.banner-only::after,
.reflection-hero-overlay {
  display: none !important;
}

.reflection-title-block {
  width: min(980px, calc(100% - 48px));
  margin: 34px auto 22px;
  text-align: center;
}

.reflection-title-block h1 {
  margin-top: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.7rem, 5.4vw, 4.7rem);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.02;
}

.reflection-subtitle {
  max-width: 720px;
  margin: 14px auto 0;
  color: rgba(25, 51, 82, .72);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.1rem, 1.8vw, 1.35rem);
  font-style: italic;
  line-height: 1.55;
}

/* 3. Soften block-letter administrative feel */
.reflection-meta-bar {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
  text-transform: none;
}

.reflection-section h2 {
  font-weight: 500;
  letter-spacing: -0.018em;
}

.reflection-section p {
  font-family: Georgia, "Times New Roman", serif;
}

/* 2. Replace section numbers with a softer symbol */
.reflection-section {
  grid-template-columns: 42px minmax(0, 1fr);
}

.section-symbol {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  margin-top: 4px;
  border: 1px solid rgba(183, 137, 70, .28);
  border-radius: 999px;
  color: rgba(168,117,42,.86);
  background: rgba(255,250,243,.72);
  font-size: .9rem;
  box-shadow: 0 6px 16px rgba(55,36,18,.04);
}

/* 4. Remove odd inter-subject pull quote styling from layout */
.pull-quote {
  display: none !important;
}

/* 5. Add subtle image/textured background behind quote and signature cards */
.reflection-sidebar .sidebar-card,
.reflection-sidebar .signature-card {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(255,250,243,.86), rgba(255,250,243,.86)),
    image-set(
      url("assets/founders/chapter-one-citizenship-banner.webp") type("image/webp"),
      url("assets/founders/chapter-one-citizenship-banner.png") type("image/png")
    ) center center / cover no-repeat;
}

.reflection-sidebar .sidebar-card::before,
.reflection-sidebar .signature-card::before {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(255,255,255,.65), transparent 12rem);
  content: "";
  pointer-events: none;
}

.reflection-sidebar .sidebar-card > *,
.reflection-sidebar .signature-card > * {
  position: relative;
  z-index: 1;
}

/* 6. Prevent Reunion & Family preview from cutting off on desktop and phone */
.continue-image {
  min-height: clamp(260px, 33vw, 430px);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-color: #f7f1e7;
}

/* 7. Keep this page inside the citizenship series */
.citizenship-series-next .continue-copy .eyebrow {
  color: var(--gold, #a8752a);
}

.citizenship-series-next .continue-copy h3 {
  color: var(--navy, #15365a);
}

@media (max-width: 640px) {
  .reflection-hero-new.banner-only {
    min-height: 250px;
    background-size: contain !important;
    background-color: #101d30;
  }

  .reflection-title-block {
    width: min(100% - 32px, 980px);
    margin-top: 26px;
  }

  .reflection-section {
    grid-template-columns: 1fr;
  }

  .section-symbol {
    margin-bottom: 4px;
  }

  .continue-image {
    min-height: 220px;
  }
}


/* Stable v10: remove problematic image preview and use a clean series continuation card */
.founder-reflection-cta {
  width: min(980px, calc(100% - 48px));
  margin: 64px auto 0;
  padding: clamp(34px, 6vw, 62px);
  border: 1px solid rgba(183, 137, 70, .24);
  border-top: 5px solid rgba(168, 117, 42, .82);
  border-radius: 30px;
  background:
    radial-gradient(circle at 8% 12%, rgba(255,255,255,.78), transparent 16rem),
    linear-gradient(145deg, rgba(255,250,243,.94), rgba(247,235,220,.58));
  box-shadow: 0 14px 34px rgba(55,36,18,.055);
  text-align: center;
}

.founder-reflection-cta h2 {
  margin: 10px 0 14px;
  color: var(--navy, #15365a);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  line-height: 1.08;
}

.founder-reflection-cta p:not(.eyebrow) {
  max-width: 720px;
  margin: 12px auto 0;
  color: rgba(25, 51, 82, .76);
  font-size: clamp(1rem, 1.35vw, 1.12rem);
  line-height: 1.75;
}

.founder-reflection-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.series-continuation {
  width: min(980px, calc(100% - 48px));
  margin: 34px auto 0;
  padding: clamp(34px, 6vw, 62px);
  border: 1px solid rgba(183, 137, 70, .22);
  border-radius: 30px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255,255,255,.72), transparent 16rem),
    linear-gradient(145deg, rgba(255,250,243,.9), rgba(247,235,220,.52));
  box-shadow: 0 14px 34px rgba(55,36,18,.055);
  text-align: center;
}

.series-continuation h2 {
  margin: 10px 0 0;
  color: rgba(25,51,82,.68);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  font-weight: 500;
}

.journey-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
  text-align: left;
}

.journey-card {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid rgba(168, 117, 42, .2);
  border-radius: 22px;
  background: rgba(255, 252, 247, .78);
}

.journey-card--empty {
  background: rgba(255, 248, 236, .5);
}

.journey-label {
  margin: 0;
  color: var(--gold, #a8752a);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.journey-card h3 {
  margin: 8px 0 10px;
  color: var(--navy, #15365a);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.5vw, 2rem);
  font-weight: 500;
  line-height: 1.14;
}

.journey-card .series-note {
  max-width: 680px;
  margin: 10px auto 0;
  color: rgba(25,51,82,.74);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1rem, 1.45vw, 1.15rem);
  line-height: 1.65;
}

.journey-card .button {
  margin-top: auto;
}

.series-continuation .button-secondary,
.founder-reflection-cta .button-secondary {
  background: rgba(255, 248, 236, .85);
  color: var(--navy, #15365a);
  border: 1px solid rgba(168, 117, 42, .34);
  box-shadow: none;
}

.journey-back-link {
  margin-top: 28px;
}

@media (max-width: 640px) {
  .founder-reflection-cta,
  .series-continuation {
    width: min(100% - 32px, 980px);
    margin-top: 46px;
    padding: 30px 22px;
  }

  .founder-reflection-cta-actions,
  .journey-card-grid {
    grid-template-columns: 1fr;
  }

  .founder-reflection-cta-actions {
    flex-direction: column;
  }

  .founder-reflection-cta .button,
  .series-continuation .button {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .journey-card {
    min-height: 0;
  }
}


/* v11 - centered memoir-style chapter opening */

.reflection-meta-bar {
  display: none !important;
}

.chapter-opening-block {
  width: min(820px, calc(100% - 48px));
  margin: 18px auto 10px;
  text-align: center;
}

.chapter-opening-inner {
  padding: 12px 0 24px;
}

.chapter-divider {
  color: #b78946;
  font-size: 1.1rem;
  margin-bottom: 18px;
}

.chapter-meta {
  margin: 0;
  color: rgba(25, 51, 82, .72);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  line-height: 1.9;
}

.chapter-meta-primary {
  color: #15365a;
  font-size: clamp(1.05rem, 1.55vw, 1.22rem);
  font-style: italic;
}

@media (max-width: 640px) {
  .chapter-opening-block {
    width: min(100% - 32px, 820px);
    margin-top: 10px;
  }

  .chapter-divider {
    margin-bottom: 14px;
  }

  .chapter-meta {
    line-height: 1.75;
  }
}


/* Chapter Three · Korea & Return reflection */
.reflection-hero-new.korea-return-banner {
  min-height: clamp(360px, 42vw, 620px);
  background:
    linear-gradient(180deg, rgba(8, 27, 49, .10), rgba(8, 27, 49, .08)),
    url("assets/founders/chapters/cards/chapter-three-card.webp") center center / cover no-repeat !important;
}

@media (max-width: 900px) {
  .reflection-hero-new.korea-return-banner {
    min-height: clamp(300px, 48vw, 460px);
    background-position: center center !important;
  }
}

@media (max-width: 640px) {
  .reflection-hero-new.korea-return-banner {
    /* Mobile-only crop fix: keep desktop/tablet unchanged. */
    min-height: 320px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-color: #101d30;
  }
}

.korea-return-reflection .reflection-sidebar .sidebar-card,
.korea-return-reflection .reflection-sidebar .signature-card {
  background:
    linear-gradient(rgba(255,250,243,.9), rgba(255,250,243,.9)),
    image-set(
      url("assets/founders/chapters/chapter-three-korea-return-clean.webp") type("image/webp"),
      url("assets/founders/chapters/chapter-three-korea-return-clean.jpg") type("image/jpeg")
    ) center center / cover no-repeat;
}

.korea-return-reflection .opening-quote p:last-child {
  color: var(--gold, #a8752a);
  font-size: clamp(1.48rem, 2.75vw, 2.15rem);
  line-height: 1.45;
}


/* v41: Who Am I hero extra-wide display safeguard
   Scope: extra-wide desktop only. Standard desktop, tablet, and mobile remain unchanged. */
@media (min-width: 1600px) {
  body.korea-return-reflection .reflection-hero-new.korea-return-banner {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-color: #101d30;
  }
}

/* v44 desktop reflection hero coverage fix
   Individual reflection heroes use background artwork rather than <img> tags.
   Keep desktop banners as fixed frames and let artwork fill the full hero area. */
@media (min-width: 901px) {
  .reflection-page .reflection-hero-new.banner-only {
    width: 100%;
    max-width: none;
    height: clamp(420px, 42vw, 640px);
    min-height: 0;
    padding: 0;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
  }

  .reflection-page .reflection-hero-new.banner-only > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
