/* ============================================================================
   仁川特集 landing — /categories/incheon/ only (loaded by extend-head-uncached.html
   when layout == incheon-landing). Scoped under .il-page; nothing here touches the
   ttshop shell or Blowfish. Light-only (no_dark is forced by the config cascade).
   Tokens follow the ttshop brand (mint #27CDC9 / charcoal) + the shell's neutrals.
   ========================================================================== */
:root {
  --il-ink: #0E1F29;
  --il-ink-2: #17303C;
  --il-paper: #F7F6F2;
  --il-text: #111827;
  --il-muted: #4b5563;
  --il-muted-2: #6b7280;
  --il-line: #e5e7eb;
  --il-mint: #27CDC9;
  --il-mint-ink: #0B8F8C;
  --il-mint-deep: #0F5C5B;
  --il-mint-soft: rgba(39, 205, 201, 0.16);
  --il-display: 'Zen Maru Gothic', 'Hiragino Maru Gothic ProN', 'Hiragino Sans', 'Yu Gothic', sans-serif;   /* B안 2026-09-04 (旧 Shippori Mincho) */
  --il-latin: 'Quicksand', 'Helvetica Neue', Arial, sans-serif;
  --il-sans: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
}
/* The page breaks out of Blowfish's centred column with 100vw; clip the html so a
   scrollbar-inclusive 100vw never introduces horizontal scroll. This file only loads on
   the landing, so the rule is page-scoped in effect. */
html { overflow-x: clip; }

.il-page {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: -40px;                 /* cancels main#main-content padding-top */
  margin-bottom: -120px;             /* …and its padding-bottom, footer sits flush */
  font-family: var(--il-sans);
  color: var(--il-text);
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
}
.il-page *, .il-page *::before, .il-page *::after { box-sizing: border-box; }
.il-page h1, .il-page h2, .il-page h3, .il-page p, .il-page ul { margin: 0; }
.il-page ul { padding: 0; list-style: none; }
.il-page a { color: inherit; text-decoration: none; }
.il-display { font-family: var(--il-display); font-weight: 700; word-break: auto-phrase; }   /* 「インチョ|ン編」 같은 단어 중간 꺾임 방지 (Chrome 119+, 그 외 normal) */
.il-latin { font-family: var(--il-latin); font-weight: 700; }
.il-wrap { max-width: 1180px; margin: 0 auto; padding: 0 60px; }

/* ── type scale ─────────────────────────────────────────────────────────── */
.il-h2 { font-size: 32px; line-height: 1.4; letter-spacing: 0.01em; color: var(--il-text); text-wrap: pretty; }
.il-h2--sm { font-size: 30px; }
.il-h2--light { color: #ffffff; }
.il-label { font-size: 13px; letter-spacing: 0.20em; margin-bottom: 14px; }
.il-label--accent { color: var(--il-mint-ink); }
.il-label--mint { color: var(--il-mint); }
.il-label--muted { color: var(--il-muted-2); margin: 0; letter-spacing: 0.18em; }
.il-head { margin-bottom: 48px; }
.il-head--inline { display: flex; align-items: baseline; gap: 20px; margin-bottom: 54px; }
.il-head--split { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.il-head--tight { margin-bottom: 26px; }
.il-head__note { font-size: 13.5px; line-height: 1.9; color: var(--il-muted-2); max-width: 340px; text-align: right; text-wrap: pretty; }
.il-head__note--light { color: rgba(255,255,255,0.58); }

.il-section { padding: 96px 0 100px; background: #ffffff; }
.il-section--paper { background: var(--il-paper); }
.il-section--ink { background: var(--il-ink); }

/* ── buttons / chips / badges ───────────────────────────────────────────── */
.il-btn { display: inline-flex; align-items: center; gap: 10px; min-height: 50px; padding: 0 30px; border-radius: 999px; font-size: 15px; font-weight: 700; letter-spacing: 0.02em; transition: transform .2s ease, background .2s ease, color .2s ease; cursor: pointer; border: 0; font-family: inherit; }
.il-btn:hover { transform: translateY(-1px); }
/* `.il-page a` sets color:inherit at (0,1,1) — every variant below must out-rank it,
   otherwise the CTA button inherits the band's white and the label vanishes (2026-09-03). */
.il-page .il-btn--primary { background: var(--il-mint); color: #06282B; }
.il-page .il-btn--primary:hover { background: #3fd8d4; color: #06282B; }
.il-page .il-btn--ghost { border: 1px solid rgba(255,255,255,0.42); color: #ffffff; font-weight: 500; }
.il-page .il-btn--ghost:hover { border-color: #ffffff; color: #ffffff; }
.il-page .il-btn--white { background: #ffffff; color: var(--il-mint-deep); }
.il-page .il-btn--white:hover { color: var(--il-mint-deep); }
.il-page .il-btn--outline { border: 1px solid #d1d5db; color: #374151; background: #ffffff; font-weight: 500; }
.il-page .il-btn--outline:hover { border-color: #111827; color: #111827; }
.il-arrow { flex: none; }
.il-chips { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 16px; }
.il-chip { padding: 4px 10px; border-radius: 4px; background: #f3f4f6; font-size: 11.5px; color: var(--il-muted); }
.il-badge { display: inline-flex; align-items: center; padding: 5px 12px; border-radius: 999px; font-size: 11.5px; font-weight: 700; line-height: 1.4; white-space: nowrap; }
.il-badge--mint { background: var(--il-mint); color: #06282B; }
.il-badge--outline { border: 1px solid rgba(255,255,255,0.3); color: rgba(255,255,255,0.85); font-weight: 500; }
.il-badge--soft { background: var(--il-mint-soft); color: var(--il-mint-ink); font-size: 11px; }
.il-eyebrow { display: flex; align-items: center; gap: 14px; margin-bottom: 26px; }
.il-eyebrow__rule { width: 38px; height: 1px; background: var(--il-mint); }
.il-eyebrow--light .il-latin { font-size: 15px; letter-spacing: 0.22em; color: var(--il-mint); }
.il-eyebrow__ja { font-size: 11.5px; letter-spacing: 0.16em; color: rgba(255,255,255,0.55); }

/* ── HERO ───────────────────────────────────────────────────────────────── */
.il-hero { position: relative; height: 660px; overflow: hidden; background: var(--il-ink); color: #ffffff; }
.il-hero__slides, .il-hero__slide { position: absolute; inset: 0; }
.il-hero__slide { background-size: cover; background-repeat: no-repeat; opacity: 0; animation: il-kb 21s ease-in-out infinite; will-change: opacity, transform; }
.il-hero__slide--1 { animation-delay: 0s; }
.il-hero__slide--2 { animation-delay: -7s; }
.il-hero__slide--3 { animation-delay: -14s; }
@keyframes il-kb {
  0%   { opacity: 0; transform: scale(1.10); }
  4%   { opacity: 1; }
  29%  { opacity: 1; transform: scale(1.00); }
  36%  { opacity: 0; transform: scale(1.00); }
  100% { opacity: 0; transform: scale(1.10); }
}
.il-hero__scrim { position: absolute; inset: 0; background:
  linear-gradient(to top, rgba(8,20,28,0.55), rgba(8,20,28,0) 160px),
  linear-gradient(100deg, rgba(8,20,28,0.82) 0%, rgba(8,20,28,0.62) 42%, rgba(8,20,28,0.18) 74%, rgba(8,20,28,0.34) 100%); }
.il-hero__crumbs { position: absolute; top: 30px; left: 60px; display: flex; align-items: center; gap: 9px; font-size: 12px; letter-spacing: 0.04em; color: rgba(255,255,255,0.62); }
.il-hero__crumbs a:hover { color: #ffffff; }
.il-hero__crumbs strong { font-weight: 500; color: rgba(255,255,255,0.95); }
.il-hero__partner { position: absolute; top: 30px; right: 60px; font-size: 11.5px; letter-spacing: 0.10em; color: rgba(255,255,255,0.68); }
.il-hero__copy { position: absolute; left: 60px; bottom: 96px; width: min(700px, calc(100% - 120px)); }
.il-hero__l { display: inline-block; }            /* wrap as a phrase unit, never mid-word */
.il-hero__title { font-size: 56px; line-height: 1.34; letter-spacing: 0; color: #ffffff; text-wrap: pretty; text-shadow: 0 2px 24px rgba(0,0,0,0.35); }
.il-hero__lead { margin-top: 26px; font-size: 16px; line-height: 2.0; color: rgba(255,255,255,0.86); max-width: 560px; text-wrap: pretty; }
.il-hero__ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.il-hero__meta { position: absolute; right: 60px; bottom: 40px; display: flex; align-items: center; gap: 22px; }
.il-hero__captions { position: relative; width: 300px; height: 20px; }
.il-hero__cap { position: absolute; inset: 0; text-align: right; font-size: 12.5px; letter-spacing: 0.08em; color: rgba(255,255,255,0.80); opacity: 0; animation: il-cap 21s ease-in-out infinite; }
.il-hero__cap--1 { animation-delay: 0s; } .il-hero__cap--2 { animation-delay: -7s; } .il-hero__cap--3 { animation-delay: -14s; }
@keyframes il-cap { 0% { opacity: 0; } 5% { opacity: 1; } 30% { opacity: 1; } 34% { opacity: 0; } 100% { opacity: 0; } }
.il-hero__dots { display: flex; align-items: center; gap: 7px; }
.il-hero__dot { display: block; height: 3px; width: 8px; border-radius: 2px; background: var(--il-mint); animation: il-dot 21s linear infinite; }
.il-hero__dot--1 { animation-delay: 0s; } .il-hero__dot--2 { animation-delay: -7s; } .il-hero__dot--3 { animation-delay: -14s; }
@keyframes il-dot { 0% { width: 8px; } 2% { width: 34px; } 32% { width: 34px; } 34% { width: 8px; } 100% { width: 8px; } }
.il-hero__credit { position: absolute; left: 60px; bottom: 40px; font-size: 11px; letter-spacing: 0.06em; color: rgba(255,255,255,0.5); }
@media (prefers-reduced-motion: reduce) {
  .il-hero__slide, .il-hero__cap, .il-hero__dot { animation: none; }
  .il-hero__slide--1, .il-hero__cap--1 { opacity: 1; }
  .il-hero__dot--1 { width: 34px; }
}

/* ── WHY ────────────────────────────────────────────────────────────────── */
.il-why { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 56px; }
.il-why__num { font-size: 40px; line-height: 1; color: var(--il-mint-ink); opacity: 0.55; }
.il-why__rule { width: 28px; height: 1px; background: var(--il-mint); margin: 18px 0 20px; }
.il-why__title { font-size: 21px; line-height: 1.55; margin-bottom: 14px; text-wrap: balance; }
.il-why__body { font-size: 14.5px; line-height: 2.05; color: var(--il-muted); text-wrap: pretty; }

/* ── AREAS ──────────────────────────────────────────────────────────────── */
.il-areas { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.il-area { display: block; border-radius: 10px; overflow: hidden; background: #ffffff; border: 1px solid var(--il-line); transition: transform .25s ease, box-shadow .25s ease; }
.il-area:hover { transform: translateY(-3px); box-shadow: 0 10px 30px rgba(14,31,41,0.08); }
.il-area__media { position: relative; height: 220px; overflow: hidden; background: var(--il-ink-2); }
.il-area__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.il-area__shade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(8,20,28,0.62), rgba(8,20,28,0) 58%); }
.il-area__name { position: absolute; left: 20px; bottom: 16px; right: 20px; }
.il-area__ja { font-size: 23px; color: #ffffff; letter-spacing: 0.01em; line-height: 1.3; }
.il-area__en { font-size: 11.5px; letter-spacing: 0.20em; color: rgba(255,255,255,0.72); margin-top: 4px; }
.il-area__count { position: absolute; right: 16px; top: 16px; padding: 5px 11px; border-radius: 999px; background: rgba(255,255,255,0.92); font-size: 11.5px; font-weight: 700; color: var(--il-text); }
.il-area__body { padding: 20px 20px 24px; }
.il-area__blurb { font-size: 14px; line-height: 1.95; color: var(--il-muted); text-wrap: pretty; }
/* no credited photo yet → typographic variant: same footprint, ink ground, large name */
.il-area--type .il-area__media { background: var(--il-ink); }
.il-area--type .il-area__media::before { content: ""; position: absolute; inset: 0; background:
  radial-gradient(120% 80% at 100% 0%, rgba(39,205,201,0.22), transparent 60%),
  repeating-linear-gradient(135deg, rgba(255,255,255,0.03) 0 2px, transparent 2px 14px); }
.il-area--type .il-area__shade { display: none; }
.il-area--type .il-area__name { left: 24px; bottom: 22px; }
.il-area--type .il-area__ja { font-size: 30px; }

/* ── SERIES ─────────────────────────────────────────────────────────────── */
.il-feature { display: grid; grid-template-columns: 400px minmax(0, 1fr); gap: 40px; align-items: center; padding: 28px; border: 1px solid rgba(255,255,255,0.13); border-radius: 12px; background: rgba(255,255,255,0.035); }
.il-feature__media { position: relative; border-radius: 8px; overflow: hidden; height: 250px; background: var(--il-ink-2); min-width: 0; }
.il-feature__body { min-width: 0; }   /* grid item min-width:auto == EP 행의 min-content(692px) 라 모바일에서 카드가 화면 밖으로 밀렸다 (CDP 실측 2026-09-04) */
.il-feature__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.il-feature__media .il-badge { position: absolute; left: 14px; top: 14px; }
.il-feature__body .il-label { font-size: 12px; letter-spacing: 0.16em; }
.il-feature__title { font-size: 27px; line-height: 1.5; color: #ffffff; margin-bottom: 16px; text-wrap: balance; }
.il-feature__text { font-size: 14px; line-height: 2.0; color: rgba(255,255,255,0.68); margin-bottom: 26px; max-width: 600px; text-wrap: pretty; }
.il-episodes { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; }
.il-ep { display: block; padding: 14px 12px; border-radius: 8px; background: rgba(255,255,255,0.06); border-top: 2px solid rgba(255,255,255,0.22); transition: background .2s ease; }
.il-ep:hover { background: rgba(255,255,255,0.12); }
.il-ep--first { border-top-color: var(--il-mint); }
.il-ep__label { display: block; font-size: 12px; letter-spacing: 0.12em; color: rgba(255,255,255,0.55); margin-bottom: 8px; }
.il-ep--first .il-ep__label { color: var(--il-mint); }
.il-ep__title { display: block; font-size: 12.5px; line-height: 1.65; color: rgba(255,255,255,0.88); word-break: keep-all; overflow-wrap: anywhere; }
.il-series-more { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; margin-top: 26px; }
.il-more-card { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 26px 28px; border: 1px solid rgba(255,255,255,0.13); border-radius: 12px; transition: background .2s ease; }
.il-more-card:hover { background: rgba(255,255,255,0.05); }
.il-more-card__title { font-size: 21px; color: #ffffff; margin-bottom: 10px; }
.il-more-card__body { font-size: 13px; line-height: 1.9; color: rgba(255,255,255,0.60); text-wrap: pretty; }

/* ── ROUTES ─────────────────────────────────────────────────────────────── */
.il-routes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.il-route { background: #ffffff; border: 1px solid var(--il-line); border-radius: 10px; padding: 32px 30px 34px; }
.il-route--featured { border-color: rgba(39,205,201,0.55); box-shadow: 0 6px 28px rgba(14,31,41,0.06); }
.il-route__head { display: flex; align-items: baseline; gap: 10px; margin-bottom: 22px; padding-bottom: 22px; border-bottom: 1px solid var(--il-line); }
.il-route__num { font-size: 44px; line-height: 1; color: var(--il-text); }
.il-route__unit { font-size: 14px; color: var(--il-muted-2); }
.il-route__head .il-badge { margin-left: auto; }
.il-route__list { display: flex; flex-direction: column; gap: 16px; }
.il-route__item { display: flex; gap: 12px; font-size: 14px; line-height: 1.9; color: #374151; }
.il-route__item a { text-decoration: underline; text-decoration-color: rgba(39,205,201,0.6); text-underline-offset: 4px; }
.il-route__item a:hover { color: var(--il-mint-ink); text-decoration-color: var(--il-mint-ink); }
.il-route__dot { flex: none; width: 6px; height: 6px; border-radius: 50%; background: var(--il-mint); margin-top: 10px; }
.il-routes__note { margin: -30px 0 34px; font-size: 12.5px; line-height: 1.8; color: var(--il-muted-2); }

/* ── ARTICLES (existing card partial inside) ────────────────────────────── */
.il-about { padding: 24px 28px; border: 1px solid var(--il-line); border-radius: 10px; background: var(--il-paper); margin-bottom: 56px; }
.il-about__title { font-size: 18px; margin-bottom: 10px; }
.il-about__body { font-size: 14px; line-height: 2.0; color: var(--il-muted); }
.il-about__body p + p { margin-top: 10px; }
.il-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 34px; }
.il-filter { display: inline-flex; align-items: center; gap: 6px; min-height: 40px; padding: 0 17px; border-radius: 999px; border: 1px solid var(--il-line); background: #ffffff; color: var(--il-muted); font-size: 12.5px; font-family: inherit; cursor: pointer; transition: border-color .15s ease, background .15s ease, color .15s ease; }
.il-filter:hover { border-color: #9ca3af; }
.il-page .il-filter.is-active { background: var(--il-text); border-color: var(--il-text); color: #ffffff; }
.il-page a.il-filter { color: var(--il-muted); }
.il-page a.il-filter:hover { color: var(--il-text); }
.il-filter__n { font-size: 11px; opacity: 0.7; }
.il-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.il-grid__item.is-more { display: none; }
.il-more-wrap { display: flex; justify-content: center; margin-top: 52px; }
.il-more-wrap .il-btn[hidden] { display: none; }

/* ── CTA ────────────────────────────────────────────────────────────────── */
.il-cta { background: var(--il-mint-deep); color: #ffffff; padding: 52px 0; }
.il-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.il-cta__title { font-size: 24px; margin-bottom: 10px; letter-spacing: 0.02em; text-wrap: pretty; }
.il-cta__body { font-size: 13.5px; line-height: 1.9; color: rgba(255,255,255,0.80); }
.il-cta .il-btn { flex: none; }

/* ── responsive (shell breakpoint is 1100px; keep in step) ──────────────── */
@media (max-width: 1100px) {
  .il-page { margin-top: -20px; margin-bottom: -80px; }
  .il-wrap { padding: 0 24px; }
  .il-section { padding: 64px 0 68px; }
  .il-h2 { font-size: 26px; } .il-h2--sm { font-size: 23px; }
  .il-head--inline, .il-head--split { flex-direction: column; align-items: flex-start; gap: 12px; }
  .il-head__note { text-align: left; max-width: none; }
  .il-hero { height: auto; min-height: 560px; }
  .il-hero__crumbs { left: 24px; top: 16px; font-size: 10.5px; gap: 6px; }
  .il-hero__partner { right: 24px; top: 16px; font-size: 10.5px; }
  .il-hero__copy { position: relative; left: auto; bottom: auto; width: auto; padding: 120px 24px 24px; }
  .il-hero__title { font-size: 33px; line-height: 1.42; }
  .il-hero__l { display: block; }                   /* one phrase per line on phones */
  .il-hero__br { display: none; }
  .il-hero__lead { font-size: 13.5px; line-height: 1.95; margin-top: 18px; }
  .il-hero__ctas { flex-direction: column; margin-top: 24px; }
  .il-hero__ctas .il-btn { justify-content: center; }
  .il-hero__meta { position: relative; right: auto; bottom: auto; padding: 0 24px 22px; justify-content: space-between; }
  .il-hero__captions { width: auto; flex: 1; }
  .il-hero__cap { text-align: left; font-size: 10.5px; }
  .il-hero__credit { position: relative; left: auto; bottom: auto; padding: 0 24px 24px; }
  .il-why { grid-template-columns: 1fr; gap: 32px; }
  .il-areas { grid-template-columns: 1fr; gap: 14px; }
  .il-area__media { height: 176px; }
  .il-feature { grid-template-columns: 1fr; gap: 18px; padding: 18px; }
  .il-feature__media { height: 180px; }
  .il-feature__title { font-size: 20px; }
  .il-episodes { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 6px; -webkit-overflow-scrolling: touch; }
  .il-ep { flex: none; width: 132px; padding: 12px 10px; }
  .il-ep__title { font-size: 11.5px; }
  .il-series-more, .il-routes { grid-template-columns: 1fr; gap: 14px; }
  .il-filters { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 6px; -webkit-overflow-scrolling: touch; }
  .il-filter { flex: none; min-height: 44px; }
  .il-grid { grid-template-columns: 1fr; gap: 14px; }
  .il-cta__inner { flex-direction: column; align-items: flex-start; }
}
@media (min-width: 640px) and (max-width: 1100px) {
  .il-areas, .il-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .il-why { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
}

/* ── rolling image block (series card; same timing as the hero) ─────────── */
.il-roll { position: absolute; inset: 0; overflow: hidden; }
.il-roll__slide { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; opacity: 0; animation: il-kb 21s ease-in-out infinite; }
.il-roll__slide--1 { animation-delay: 0s; } .il-roll__slide--2 { animation-delay: -7s; } .il-roll__slide--3 { animation-delay: -14s; }
.il-roll--static .il-roll__slide { animation: none; opacity: 1; }
@media (prefers-reduced-motion: reduce) { .il-roll__slide { animation: none; } .il-roll__slide--1 { opacity: 1; } }
.il-feature__media { display: block; }
.il-feature__title a:hover { color: var(--il-mint); }
.il-feature__link { display: inline-flex; align-items: center; gap: 8px; margin-top: 22px; font-size: 13px; color: var(--il-mint); border-bottom: 1px solid rgba(39,205,201,0.4); padding-bottom: 2px; }
.il-page a.il-feature__link { color: var(--il-mint); }
.il-page a.il-feature__link:hover { border-bottom-color: var(--il-mint); }

/* ── collection pages (/incheon/<slug>/) ────────────────────────────────── */
.il-coll-hero { position: relative; min-height: 380px; background: var(--il-ink); color: #ffffff; display: flex; align-items: flex-end; overflow: hidden; }
.il-coll-hero--index { min-height: 300px; }
.il-coll-hero__bg { position: absolute; inset: 0; background-size: cover; background-repeat: no-repeat; }
.il-coll-hero__scrim { position: absolute; inset: 0; background:
  linear-gradient(to top, rgba(8,20,28,0.78), rgba(8,20,28,0.25) 60%),
  linear-gradient(100deg, rgba(8,20,28,0.72) 0%, rgba(8,20,28,0.30) 60%, rgba(8,20,28,0.15) 100%); }
.il-coll-hero--type::before { content: ""; position: absolute; inset: 0; background:
  radial-gradient(120% 80% at 100% 0%, rgba(39,205,201,0.22), transparent 60%),
  repeating-linear-gradient(135deg, rgba(255,255,255,0.03) 0 2px, transparent 2px 14px); }
.il-coll-hero__inner { position: relative; width: 100%; min-width: 0; padding-top: 80px; padding-bottom: 44px; }   /* min-width:0 — flex 자식이 빵부스러기 min-content 폭으로 커져 모바일에서 본문이 잘리던 문제 */
.il-coll-hero--index .il-wrap { position: relative; padding-top: 70px; padding-bottom: 44px; }
.il-coll-crumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 9px; font-size: 12px; letter-spacing: 0.04em; color: rgba(255,255,255,0.62); margin-bottom: 34px; }
.il-coll-crumbs a:hover { color: #ffffff; }
.il-coll-crumbs strong { font-weight: 500; color: rgba(255,255,255,0.95); min-width: 0; overflow-wrap: anywhere; }
.il-coll-hero__title { font-size: 42px; line-height: 1.3; letter-spacing: 0.01em; color: #ffffff; text-wrap: balance; text-shadow: 0 2px 20px rgba(0,0,0,0.3); }
.il-coll-hero__lead { margin-top: 18px; max-width: min(640px, 100%); font-size: 15px; line-height: 2.0; color: rgba(255,255,255,0.84); text-wrap: pretty; }
.il-coll-hero__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 26px; }
.il-chips--hero { margin: 0; }
.il-chips--hero .il-chip { background: rgba(255,255,255,0.12); color: rgba(255,255,255,0.85); }
.il-coll-nav { background: var(--il-paper); border-bottom: 1px solid var(--il-line); }
.il-coll-nav__inner { display: flex; flex-direction: column; gap: 10px; padding-top: 18px; padding-bottom: 18px; }
.il-coll-nav__group { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.il-coll-nav__label { font-size: 11.5px; letter-spacing: 0.12em; color: var(--il-muted-2); min-width: 64px; }
.il-coll-nav .il-filter { min-height: 34px; padding: 0 14px; font-size: 12px; }
.il-episodes--page { margin-bottom: 40px; }
.il-episodes--page .il-ep { background: var(--il-paper); border-top-color: var(--il-line); }
.il-episodes--page .il-ep--first { border-top-color: var(--il-mint); }
.il-episodes--page .il-ep__title { color: var(--il-text); }
.il-episodes--page .il-ep__label { color: var(--il-muted-2); }
.il-episodes--page .il-ep--first .il-ep__label { color: var(--il-mint-ink); }
.il-coll-empty { color: var(--il-muted-2); font-size: 14px; }
.il-coll-back { margin-top: 48px; font-size: 14px; }
.il-page a.il-coll-back, .il-coll-back a { color: var(--il-mint-ink); }
@media (max-width: 1100px) {
  .il-coll-hero { min-height: 300px; }
  .il-coll-hero__inner { padding-top: 60px; padding-bottom: 28px; }
  .il-coll-hero__title { font-size: 28px; }
  .il-coll-hero__lead { font-size: 13.5px; }
  .il-coll-crumbs { margin-bottom: 22px; font-size: 10.5px; gap: 6px; }
  .il-coll-nav__group { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 4px; }
  .il-coll-nav .il-filter { flex: none; }
  .il-episodes--page { display: flex; }
}
