/* The same editorial homepage adapts to desktop and mobile. */
.brand-slogan strong,
.mobile-hero-copy h1,
.mobile-report-card h2,
.mobile-interview-card h2 { font-family: Georgia, 'Noto Sans KR', serif; }
@media (min-width: 601px) {
  .shell { width: min(1200px, calc(100% - 64px)); }
  .utility-bar { height: 36px; color: #76808a; }
  .utility-links .icon-button { height: 36px; }
  .brand-row { height: 126px; }
  .brand { font-size: 50px; letter-spacing: -2px; }
  .brand small { margin-top: 12px; font-size: 12px; letter-spacing: 0; }
  .brand-slogan strong { font-size: 19px; }
  .main-nav { height: 58px; background: #fff; color: var(--navy); border-top: 1px solid #e8eaed; border-bottom: 1px solid #dce0e4; }
  .nav-inner > a { height: 57px; color: var(--navy); font-size: 16px; letter-spacing: -.3px; }
  .nav-inner > a:hover, .nav-inner > a.active { color: var(--orange); background: transparent; }
  .desktop-home { display: none; }
  .mobile-home { display: block; width: min(1200px, calc(100% - 64px)); margin: 0 auto; padding: 28px 0 60px; }
  .mobile-hero-card { display: block; position: relative; height: 460px; overflow: hidden; color: white; background: #4c4944; }
  .mobile-hero-card > img { position: absolute; inset: 0; height: 100%; object-position: center 48%; }
  .mobile-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.78), rgba(0,0,0,.25) 65%, rgba(0,0,0,.02)); }
  .mobile-hero-copy { position: absolute; left: 48px; bottom: 44px; max-width: 670px; right: 48px; }
  .mobile-kicker { display: block; margin-bottom: 14px; color: var(--orange); font-size: 12px; font-weight: 700; letter-spacing: 3px; }
  .mobile-hero-copy h1 { margin: 0 0 20px; font-family: Georgia, 'Noto Sans KR', serif; font-size: clamp(34px, 3.3vw, 48px); line-height: 1.3; font-weight: 600; letter-spacing: -1.6px; text-wrap: pretty; }
  .mobile-hero-copy p { margin: 0; font-size: 15px; line-height: 1.8; color: #eee; }
  .mobile-read-link { display: inline-block; margin-top: 28px; padding-bottom: 8px; border-bottom: 1px solid #aaa; font-size: 14px; }
  .mobile-home-shell { display: grid; grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); column-gap: 44px; }
  .mobile-section { min-width: 0; padding: 34px 0; border-bottom: 1px solid #e1e5e8; }
  .mobile-section-heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 22px; }
  .mobile-section-heading h2 { margin: 0; color: var(--navy); font-size: 25px; line-height: 1.3; letter-spacing: -.8px; }
  .mobile-section-heading > a { flex-shrink: 0; font-size: 12px; color: #64707b; }
  .mobile-today-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 24px; }
  .mobile-featured-news img { height: 226px; }
  .mobile-featured-news h3 { margin: 14px 0 10px; font-size: 21px; line-height: 1.5; color: var(--navy); letter-spacing: -.6px; }
  .mobile-featured-news p { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; margin: 0; color: #78818a; font-size: 13px; line-height: 1.8; }
  .mobile-side-news-item { display: grid; grid-template-columns: 108px minmax(0, 1fr); align-items: center; gap: 14px; padding: 16px 0; border-bottom: 1px solid #e8eaed; }
  .mobile-side-news-item:first-child { padding-top: 0; }
  .mobile-side-news-item:last-child { border-bottom: 0; }
  .mobile-side-news-item img { height: 90px; }
  .mobile-side-news-item span { color: var(--orange); font-size: 11px; font-weight: 700; }
  .mobile-side-news-item h3 { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; margin: 5px 0 8px; color: var(--navy); font-size: 15px; line-height: 1.5; letter-spacing: -.3px; }
  .mobile-home time { color: #949da6; font-size: 12px; }
  .mobile-most-read-grid ol { margin: 0; padding: 0; list-style: none; }
  .mobile-most-read-grid li { display: grid; grid-template-columns: 26px minmax(0, 1fr); gap: 10px; padding: 18px 0; border-bottom: 1px solid #eef0f2; }
  .mobile-most-read-grid b { color: var(--orange); font-size: 23px; line-height: 1.2; font-weight: 500; }
  .mobile-most-read-grid a { color: #344250; font-size: 15px; line-height: 1.65; }
  .mobile-report-section { grid-column: 1 / -1; }
  .mobile-report-card { display: grid; grid-template-columns: 38% minmax(0, 1fr); align-items: center; gap: 40px; padding: 28px; background: #f7f5f1; }
  .mobile-report-card img { height: 230px; }
  .mobile-report-card h2 { margin: 0 0 16px; font-size: 30px; line-height: 1.4; color: var(--navy); letter-spacing: -.8px; }
  .mobile-report-card p { margin: 0 0 16px; font-size: 14px; line-height: 1.8; color: #76808a; }
  .mobile-report-card strong, .mobile-interview-card strong { display: block; margin-top: 18px; font-size: 13px; color: var(--navy); text-align: right; font-weight: 500; }
  .mobile-region-tabs { display: flex; gap: 8px; margin-bottom: 20px; }
  .mobile-region-tabs a { padding: 7px 20px; border-radius: 30px; background: #f0f2f4; color: #66717b; font-size: 13px; }
  .mobile-region-tabs a.active { color: #fff; background: var(--navy); }
  .mobile-region-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
  .mobile-region-cards img { height: 160px; }
  .mobile-region-cards h3 { margin: 12px 0 9px; font-size: 17px; line-height: 1.6; color: var(--navy); }
  .mobile-interview-section > .mobile-kicker { margin-top: 7px; margin-bottom: 24px; }
  .mobile-interview-card { display: block; }
  .mobile-interview-card img { height: 170px; object-position: center 30%; }
  .mobile-interview-card h2 { margin: 17px 0 12px; font-size: 21px; line-height: 1.55; color: var(--navy); }
  .mobile-interview-card p { margin: 0 0 10px; color: #76808a; font-size: 13px; }
  .mobile-photo-section { grid-column: 1 / -1; }
  .mobile-photo-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
  .mobile-photo-grid a { position: relative; height: 280px; overflow: hidden; color: #fff; }
  .mobile-photo-grid img { height: 100%; }
  .mobile-photo-grid a::after { content: ''; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.75)); }
  .mobile-photo-grid strong { position: absolute; z-index: 1; bottom: 24px; left: 26px; right: 26px; font-size: 13px; line-height: 1.8; font-weight: 500; }
  .mobile-photo-grid strong span { font-size: 21px; }
  .mobile-newsletter { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 30px 36px; margin-top: 34px; background: #f7f5f1; }
  .mobile-newsletter h2 { margin: 0 0 8px; font-size: 21px; color: var(--navy); }
  .mobile-newsletter h2 br { display: none; }
  .mobile-newsletter p { margin: 0; font-size: 13px; color: #76808a; }
  .mobile-newsletter form { display: flex; width: 360px; height: 48px; }
  .mobile-newsletter input { flex: 1; min-width: 0; border: 1px solid #ddd; padding: 0 16px; font-size: 13px; }
  .mobile-newsletter button { width: 50px; border: 0; background: var(--navy); color: #fff; font-size: 22px; }
  .mobile-home a:focus-visible { outline: 2px solid var(--orange); outline-offset: 4px; }
}
@media (min-width: 601px) and (max-width: 1000px) {
  .shell, .mobile-home { width: calc(100% - 40px); }
  .brand { font-size: 37px; }
  .brand-slogan { display: none; }
  .nav-inner > a { min-width: 0; padding: 0 8px; font-size: 14px; }
  .mobile-hero-card { height: 400px; }
  .mobile-hero-copy { left: 30px; bottom: 32px; }
  .mobile-home-shell { column-gap: 24px; }
  .mobile-today-section { grid-column: 1 / -1; }
  .mobile-most-read { grid-column: 1 / -1; }
  .mobile-most-read-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
  .mobile-report-card { gap: 24px; padding: 22px; }
  .mobile-report-card h2 { font-size: 24px; }
  .mobile-region-section, .mobile-interview-section { grid-column: 1 / -1; }
  .mobile-interview-card { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 28px; }
  .mobile-newsletter { padding: 24px; gap: 20px; }
  .mobile-newsletter form { width: 280px; }
  .mobile-photo-grid a { height: 220px; }
}

/* Homepage section labels share the interview's small orange typography. */
.mobile-home .mobile-section-heading {
  align-items: center;
  gap: 16px;
  min-height: 18px;
  margin: 0 0 22px;
  padding: 0;
  border: 0;
}
.mobile-home .mobile-section-heading h2,
.mobile-home .mobile-kicker {
  margin: 0;
  color: var(--orange);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 3px;
  text-transform: uppercase;
  word-break: normal;
}
.mobile-home .mobile-section-heading > a {
  flex-shrink: 0;
  color: #64707b;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0;
  white-space: nowrap;
}
.mobile-home .mobile-interview-section > .mobile-kicker { margin: 0 0 22px; }
.mobile-home .mobile-interview-card { margin-top: 0; }
.mobile-home .mobile-report-card .mobile-kicker,
.mobile-home .mobile-hero-copy .mobile-kicker { margin-bottom: 14px; }
@media (max-width: 600px) {
  .mobile-home .mobile-section-heading { gap: 12px; margin-bottom: 18px; }
  .mobile-home .mobile-section-heading h2,
  .mobile-home .mobile-kicker { font-size: 11px; letter-spacing: 2px; }
  .mobile-home .mobile-interview-section > .mobile-kicker { margin-bottom: 18px; }
}

/* Regional and interview stories use the same image/title/date card. */
.mobile-home .mobile-interview-card { display: block; }
.mobile-home .mobile-region-cards h3,
.mobile-home .mobile-interview-card h3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: 3em;
  margin: 12px 0 9px;
  color: var(--navy);
  font: 700 17px/1.5 'Noto Sans KR', Arial, sans-serif;
  letter-spacing: -.3px;
  word-break: keep-all;
}
.mobile-home .mobile-region-cards time,
.mobile-home .mobile-interview-card time {
  display: block;
  color: #949da6;
  font-size: 12px;
  line-height: 1.5;
}
.mobile-home .mobile-region-cards img,
.mobile-home .mobile-interview-card img { width: 100%; height: 160px; object-fit: cover; }
@media (min-width: 1001px) {
  .mobile-home .mobile-region-section,
  .mobile-home .mobile-interview-section {
    display: grid;
    grid-template-rows: 18px 33px auto;
    row-gap: 20px;
    align-content: start;
  }
  .mobile-home .mobile-region-section .mobile-section-heading,
  .mobile-home .mobile-interview-section .mobile-section-heading { margin: 0; }
  .mobile-home .mobile-region-tabs { margin: 0; }
  .mobile-home .mobile-region-cards,
  .mobile-home .mobile-interview-card { grid-row: 3; }
}
@media (max-width: 600px) {
  .mobile-home .mobile-region-cards h3,
  .mobile-home .mobile-interview-card h3 { font-size: 14px; }
  .mobile-home .mobile-region-cards img,
  .mobile-home .mobile-interview-card img { height: auto; aspect-ratio: 1.8; }
}
