@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700;900&display=swap');

/* =============================================================
   KCTC 물류 이슈 브리핑
   디자인 스킴: kctc.co.kr 참조 / 화이트 기반 코퍼레이트 + Noto Sans KR
   컬러는 KCTC CI 정식 스펙(kctc.co.kr/media/ci.asp)의 메인 컬러와 틴트 램프를 씀.
     메인 #17256F — 틴트 #45518C · #747CA9 · #8B92B7 · #BABED4
   ============================================================= */

:root {
  --navy: #17256F;          /* CI 메인 컬러 */
  --navy-deep: #0F1A4D;     /* 푸터·히어로용 진한 파생색 */
  --navy-soft: #45518C;     /* CI 틴트 1 */
  --navy-mid: #747CA9;      /* CI 틴트 2 */
  --navy-pale: #BABED4;     /* CI 틴트 4 */
  --navy-tint: #EDEFF5;     /* 배경용 극연한 틴트 */

  --accent: #0b63ce;
  --alert: #c0392b;
  --ok: #0f8a5f;

  --ink: #111114;
  --body: #333;
  --sub: #555;
  --muted: #7a7f88;
  --line: #e3e5eb;
  --line-soft: #eef0f4;
  --bg: #f5f6f8;
  --white: #fff;

  --wrap: 1280px;
  --radius: 4px;
  --shadow: 0 1px 3px rgba(0, 0, 30, .06), 0 8px 24px rgba(0, 0, 40, .05);

  --font: 'Noto Sans KR', -apple-system, BlinkMacSystemFont, 'Malgun Gothic', '맑은 고딕', sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 96px; }

body {
  margin: 0;
  font-family: var(--font);
  font-size: 15px;
  line-height: 1.65;
  color: var(--body);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  word-break: keep-all;
}

a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; margin: 0; padding: 0; }
h1, h2, h3, h4 { margin: 0; font-weight: 700; color: var(--ink); letter-spacing: -.02em; }
button { font-family: inherit; cursor: pointer; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 32px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

/* ---------------------------------------------------------- 상단 유틸리티 바 */

.utility {
  background: var(--navy);
  color: rgba(255, 255, 255, .78);
  font-size: 12px;
  letter-spacing: .02em;
}
.utility .wrap { display: flex; align-items: center; justify-content: space-between; height: 36px; gap: 16px; }
.utility strong { color: #fff; font-weight: 500; }
.utility .dept { display: flex; align-items: center; gap: 9px; }
.utility .dept::before {
  content: ''; width: 5px; height: 5px; border-radius: 50%;
  background: #fff; opacity: .85; flex: none;
}
.utility .dept em { font-style: normal; color: rgba(255, 255, 255, .5); letter-spacing: .06em; font-size: 11px; }
.utility .meta { display: flex; align-items: center; gap: 14px; white-space: nowrap; }

/* 지금 갱신 버튼 — API 가 살아 있는 환경에서만 노출된다. */
.refresh {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 4px 12px; border: 1px solid rgba(255, 255, 255, .34); border-radius: 100px;
  background: rgba(255, 255, 255, .08); color: #fff;
  font-size: 11.5px; letter-spacing: .01em; line-height: 1.5;
  transition: background .15s, border-color .15s, opacity .15s;
}
.refresh::before {
  content: ''; width: 5px; height: 5px; border-radius: 50%;
  background: currentColor; opacity: .85;
}
.refresh:hover:not(:disabled) { background: rgba(255, 255, 255, .18); border-color: rgba(255, 255, 255, .6); }
.refresh:disabled { cursor: default; opacity: .8; }
.refresh[aria-busy='true']::before { animation: pulse 1s ease-in-out infinite; }
.refresh.is-ok { background: rgba(120, 235, 180, .18); border-color: rgba(120, 235, 180, .5); }
.refresh.is-bad { background: rgba(255, 140, 130, .18); border-color: rgba(255, 140, 130, .55); }

/* ------------------------------------------------------------------- 헤더 */

.site-header {
  background: var(--white);
  border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 50;
}
.site-header .wrap { display: flex; align-items: center; height: 74px; gap: 28px; }

.brand { display: flex; align-items: center; gap: 16px; flex: none; }
.brand .logo { display: block; height: 26px; width: auto; }
.brand .divider { width: 1px; height: 22px; background: var(--line); }
.brand .title { display: flex; flex-direction: column; line-height: 1.25; }
.brand .title b { font-size: 15px; font-weight: 700; color: var(--ink); letter-spacing: -.03em; }
.brand .title span { font-size: 10.5px; color: var(--muted); letter-spacing: .07em; text-transform: uppercase; }

.gnb { display: flex; gap: 4px; margin-left: auto; }
.gnb a {
  position: relative; padding: 10px 18px; font-size: 15px; font-weight: 500;
  color: var(--sub); border-radius: var(--radius); transition: color .15s, background .15s;
}
.gnb a:hover { color: var(--navy); background: var(--navy-tint); }
.gnb a[aria-current='page'] { color: var(--navy); font-weight: 700; }
.gnb a[aria-current='page']::after {
  content: ''; position: absolute; left: 18px; right: 18px; bottom: -1px;
  height: 2px; background: var(--navy);
}

/* -------------------------------------------------------------------- 히어로 */

.hero {
  position: relative; overflow: hidden;
  background: linear-gradient(115deg, var(--navy-deep) 0%, var(--navy) 46%, var(--navy-soft) 100%);
  color: #fff;
}
/* 컨테이너 적재 라인을 연상시키는 배경 패턴 */
.hero::before {
  content: ''; position: absolute; inset: 0; opacity: .13;
  background-image:
    repeating-linear-gradient(90deg, rgba(255,255,255,.55) 0 1px, transparent 1px 92px),
    repeating-linear-gradient(0deg, rgba(255,255,255,.35) 0 1px, transparent 1px 46px);
  mask-image: linear-gradient(100deg, transparent 30%, #000 100%);
  -webkit-mask-image: linear-gradient(100deg, transparent 30%, #000 100%);
}
.hero::after {
  content: ''; position: absolute; right: -110px; top: -140px;
  width: 460px; height: 460px; border-radius: 50%;
  background: radial-gradient(circle, rgba(120,140,255,.3), transparent 68%);
}
.hero .wrap { position: relative; z-index: 1; padding-top: 54px; padding-bottom: 54px; }

.hero .badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 14px 6px 11px; margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, .34); border-radius: 100px;
  font-size: 12.5px; font-weight: 500; letter-spacing: .01em;
  background: rgba(255, 255, 255, .07); backdrop-filter: blur(2px);
}
/* 푸터와 동일하게 배경 칩 없이 흰색 단색으로 반전시킨다. */
.hero .badge img { display: block; height: 13px; width: auto; filter: brightness(0) invert(1); }
.hero h1 { color: #fff; font-size: 42px; font-weight: 900; letter-spacing: -.045em; line-height: 1.2; }
.hero p.lead { margin: 14px 0 0; max-width: 720px; font-size: 16px; color: rgba(255, 255, 255, .8); font-weight: 300; }

.hero-stats { display: flex; flex-wrap: wrap; gap: 44px; margin-top: 34px; }
.hero-stats div { line-height: 1.3; }
.hero-stats dt { font-size: 11.5px; color: rgba(255, 255, 255, .55); letter-spacing: .07em; text-transform: uppercase; }
.hero-stats dd { margin: 4px 0 0; font-size: 26px; font-weight: 700; letter-spacing: -.03em; }
.hero-stats dd small { font-size: 13px; font-weight: 400; opacity: .7; margin-left: 3px; }

/* ------------------------------------------------------------------- 섹션 */

main { padding-bottom: 80px; }

.section { padding-top: 56px; }
.section-head { display: flex; align-items: flex-end; gap: 16px; margin-bottom: 22px; padding-bottom: 14px; border-bottom: 2px solid var(--navy); }
.section-head h2 { font-size: 22px; letter-spacing: -.04em; }
.section-head h2 .num { color: var(--navy); font-weight: 900; margin-right: 8px; font-size: 15px; vertical-align: 2px; }
.section-head p { margin: 0 0 2px; font-size: 13.5px; color: var(--muted); }
.section-head .right { margin-left: auto; display: flex; align-items: center; gap: 10px; }

.card {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius); box-shadow: var(--shadow);
}

/* --------------------------------------------------------- 주간 하이라이트 */

.highlight-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }

.hl {
  display: flex; flex-direction: column; padding: 24px 24px 20px;
  background: var(--white); border: 1px solid var(--line); border-top: 3px solid var(--navy);
  border-radius: var(--radius); box-shadow: var(--shadow);
  transition: transform .16s ease, box-shadow .16s ease;
}
.hl:hover { transform: translateY(-3px); box-shadow: 0 10px 30px rgba(0, 0, 60, .1); }
.hl .top { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; }
.hl h3 { font-size: 17px; line-height: 1.45; letter-spacing: -.035em; }
.hl h3 a:hover { color: var(--navy); text-decoration: underline; text-underline-offset: 3px; }
.hl p { margin: 10px 0 0; font-size: 13.5px; color: var(--sub); line-height: 1.6;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.hl .foot { display: flex; align-items: center; gap: 10px; margin-top: 16px; padding-top: 13px;
  border-top: 1px solid var(--line-soft); font-size: 12px; color: var(--muted); }

.hl-rank {
  flex: none; width: 22px; height: 22px; border-radius: 3px; background: var(--navy);
  color: #fff; font-size: 11px; font-weight: 700; display: grid; place-items: center;
}

/* 카테고리 태그 */
.tag {
  display: inline-flex; align-items: center; gap: 5px; padding: 3px 9px;
  border-radius: 3px; font-size: 11.5px; font-weight: 500; white-space: nowrap;
  background: var(--navy-tint); color: var(--navy);
}
.tag .dot { width: 5px; height: 5px; border-radius: 50%; background: currentColor; }
.tag--source { background: #f2f3f6; color: var(--sub); font-weight: 400; }
.tag--alert { background: #fbecea; color: var(--alert); font-weight: 700; }

/* ------------------------------------------------------------------ 필터 */

.filters { display: flex; flex-wrap: wrap; gap: 7px; }
.chip {
  padding: 7px 15px; border: 1px solid var(--line); border-radius: 100px;
  background: var(--white); font-size: 13px; color: var(--sub);
  transition: all .14s ease;
}
.chip:hover { border-color: var(--navy-soft); color: var(--navy); }
.chip[aria-pressed='true'] { background: var(--navy); border-color: var(--navy); color: #fff; font-weight: 500; }
.chip .count { margin-left: 6px; font-size: 11.5px; opacity: .6; }

/* -------------------------------------------------------------- 일별 타임라인 */

.timeline { margin-top: 22px; }

.day { display: grid; grid-template-columns: 168px 1fr; gap: 0; }
.day + .day { border-top: 1px solid var(--line); }

.day-label { padding: 26px 24px 26px 0; position: relative; }
.day-label .d { font-size: 20px; font-weight: 700; color: var(--ink); letter-spacing: -.04em; line-height: 1.2; }
.day-label .wd { font-size: 12.5px; color: var(--muted); margin-top: 2px; }
.day-label .cnt { margin-top: 10px; font-size: 11.5px; color: var(--navy); font-weight: 500; }
.day-label.is-today .d::after {
  content: 'TODAY'; display: inline-block; margin-left: 8px; padding: 2px 6px; vertical-align: 4px;
  background: var(--navy); color: #fff; font-size: 9.5px; font-weight: 700; letter-spacing: .06em; border-radius: 2px;
}

.day-items { border-left: 1px solid var(--line); padding: 12px 0; }

.item { display: flex; align-items: flex-start; gap: 14px; padding: 12px 20px; position: relative; }
.item::before {
  content: ''; position: absolute; left: -4px; top: 22px;
  width: 7px; height: 7px; border-radius: 50%; background: var(--line);
  border: 2px solid var(--bg); box-sizing: content-box;
}
.item.is-key::before { background: var(--navy); }
.item:hover { background: #fafbfc; }

.item .body { flex: 1; min-width: 0; }
.item .body h4 { font-size: 15.5px; font-weight: 500; line-height: 1.5; letter-spacing: -.03em; }
.item .body h4 a:hover { color: var(--navy); text-decoration: underline; text-underline-offset: 3px; }
.item .body p { margin: 5px 0 0; font-size: 13px; color: var(--muted); line-height: 1.55;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.item .body .meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 9px; font-size: 12px; color: var(--muted); }
.item .time { flex: none; width: 42px; padding-top: 2px; font-size: 12px; color: var(--muted); font-variant-numeric: tabular-nums; }

.load-more { display: block; width: 100%; margin-top: 20px; padding: 15px; background: var(--white);
  border: 1px solid var(--line); border-radius: var(--radius); font-size: 14px; color: var(--sub); font-weight: 500; }
.load-more:hover { border-color: var(--navy); color: var(--navy); }

/* ---------------------------------------------------------- 주간 리포트 */

.week-layout { display: grid; grid-template-columns: 232px 1fr; gap: 32px; align-items: start; }

.week-nav { position: sticky; top: 96px; }
.week-nav h3 { font-size: 12px; letter-spacing: .08em; color: var(--muted); text-transform: uppercase; margin-bottom: 12px; }
.week-nav button {
  display: block; width: 100%; text-align: left; padding: 12px 15px; margin-bottom: 4px;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  font-size: 14px; color: var(--sub); transition: all .14s;
}
.week-nav button:hover { border-color: var(--navy-soft); }
.week-nav button[aria-pressed='true'] { background: var(--navy); border-color: var(--navy); color: #fff; }
.week-nav button b { display: block; font-weight: 700; letter-spacing: -.02em; }
.week-nav button span { font-size: 11.5px; opacity: .7; }

.week-summary { padding: 30px 32px; margin-bottom: 26px; }
.week-summary h2 { font-size: 26px; letter-spacing: -.045em; }
.week-summary .range { margin: 6px 0 0; font-size: 14px; color: var(--muted); }

.bars { margin-top: 26px; display: grid; gap: 9px; }
.bar-row { display: grid; grid-template-columns: 116px 1fr 40px; align-items: center; gap: 12px; font-size: 13px; }
.bar-row .name { color: var(--sub); text-align: right; letter-spacing: -.02em; }
.bar-row .track { display: block; height: 9px; background: var(--line-soft); border-radius: 100px; overflow: hidden; }
/* track/fill 은 span 이므로 block 으로 바꿔야 width/height 가 먹는다. */
.bar-row .fill { display: block; height: 100%; border-radius: 100px; transition: width .5s cubic-bezier(.2, .8, .2, 1); }
.bar-row .val { font-size: 12.5px; color: var(--muted); font-variant-numeric: tabular-nums; }

.cat-block { margin-bottom: 30px; }
.cat-block > h3 {
  display: flex; align-items: center; gap: 9px; margin-bottom: 12px;
  font-size: 16px; letter-spacing: -.035em;
}
.cat-block > h3 .swatch { width: 4px; height: 17px; border-radius: 2px; }
.cat-block > h3 .n { font-size: 12px; font-weight: 400; color: var(--muted); }
.cat-list { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.cat-list li { padding: 14px 20px; display: flex; gap: 14px; align-items: flex-start; }
.cat-list li + li { border-top: 1px solid var(--line-soft); }
.cat-list li:hover { background: #fafbfc; }
.cat-list .date { flex: none; width: 46px; font-size: 12px; color: var(--muted); padding-top: 2px; font-variant-numeric: tabular-nums; }
.cat-list h4 { font-size: 15px; font-weight: 500; line-height: 1.5; letter-spacing: -.03em; }
.cat-list h4 a:hover { color: var(--navy); text-decoration: underline; text-underline-offset: 3px; }
.cat-list .meta { margin-top: 6px; font-size: 12px; color: var(--muted); display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }

/* ------------------------------------------------------------- 운임·지표 */

.notice {
  display: flex; gap: 13px; align-items: flex-start; padding: 16px 20px; margin-bottom: 26px;
  background: #fffaf0; border: 1px solid #f0dcb4; border-left: 3px solid #d99a2b; border-radius: var(--radius);
  font-size: 13.5px; color: #6b5220;
}
.notice b { color: #4a3812; }
.notice code { background: rgba(0,0,0,.05); padding: 1px 5px; border-radius: 3px; font-size: 12.5px; }

.rate-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.rate { padding: 22px 24px 18px; }
.rate .name { display: flex; align-items: baseline; gap: 8px; }
.rate .name b { font-size: 15px; letter-spacing: -.03em; color: var(--ink); }
.rate .name span { font-size: 11.5px; color: var(--muted); }
.rate .name .cycle { margin-left: auto; padding: 2px 8px; border-radius: 100px; background: var(--navy-tint); color: var(--navy); font-size: 11px; }
.rate .asof a:hover { color: var(--navy); text-decoration: underline; text-underline-offset: 2px; }
.rate .desc { margin: 4px 0 0; font-size: 12px; color: var(--muted); line-height: 1.5; }
.rate .value { display: flex; align-items: baseline; gap: 10px; margin-top: 16px; }
.rate .value strong { font-size: 32px; font-weight: 700; letter-spacing: -.045em; color: var(--navy); font-variant-numeric: tabular-nums; }
.rate .value .unit { font-size: 12px; color: var(--muted); }
.rate .delta { font-size: 13px; font-weight: 700; font-variant-numeric: tabular-nums; }
.rate .delta.up { color: var(--alert); }
.rate .delta.down { color: var(--accent); }
.rate .delta.flat { color: var(--muted); }
.rate .spark { margin-top: 14px; }
.rate .asof { margin-top: 12px; padding-top: 11px; border-top: 1px solid var(--line-soft); font-size: 11.5px; color: var(--muted); display: flex; justify-content: space-between; }

.table-wrap { overflow-x: auto; }
table.data { width: 100%; border-collapse: collapse; font-size: 13.5px; background: var(--white); }
table.data th, table.data td { padding: 11px 16px; text-align: right; white-space: nowrap; border-bottom: 1px solid var(--line-soft); }
table.data th { background: #fafbfc; font-weight: 500; color: var(--sub); font-size: 12.5px; border-bottom: 1px solid var(--line); }
table.data th:first-child, table.data td:first-child { text-align: left; }
table.data td { font-variant-numeric: tabular-nums; }
table.data tbody tr:hover { background: #fafbfc; }

/* -------------------------------------------------------------- 매체 현황 */

.source-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.source-card { padding: 18px 20px; }
.source-card b { display: block; font-size: 14px; letter-spacing: -.03em; color: var(--ink); }
.source-card .n { margin-top: 8px; font-size: 22px; font-weight: 700; color: var(--navy); letter-spacing: -.04em; }
.source-card .n small { font-size: 12px; font-weight: 400; color: var(--muted); margin-left: 2px; }
.source-card .st { margin-top: 6px; font-size: 11.5px; color: var(--ok); }
.source-card .st.bad { color: var(--alert); }

/* -------------------------------------------------------------- 상태 표시 */

.empty { padding: 60px 24px; text-align: center; color: var(--muted); font-size: 14px; }
.empty b { display: block; margin-bottom: 8px; font-size: 16px; color: var(--sub); }
.empty code { background: #eceef2; padding: 3px 8px; border-radius: 3px; font-size: 13px; color: var(--body); }

.skeleton { animation: pulse 1.4s ease-in-out infinite; background: #e9ebef; border-radius: 3px; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: .45; } }

/* ------------------------------------------------------------------ 푸터 */

.site-footer { background: var(--navy-deep); color: rgba(255, 255, 255, .62); font-size: 13px; }
.site-footer .wrap { padding: 42px 32px 36px; }
.footer-top { display: flex; gap: 40px; align-items: flex-start; padding-bottom: 26px; border-bottom: 1px solid rgba(255, 255, 255, .12); }
.footer-top .made { flex: 1; }
/* 네이비 배경 위에서는 로고를 흰색 단색으로 반전시킨다. */
.footer-top .made .logo { display: block; height: 24px; width: auto; filter: brightness(0) invert(1); }
.footer-top .made .dept { margin-top: 10px; font-size: 15px; font-weight: 700; color: #fff; letter-spacing: -.03em; }
.footer-top .made .dept em { font-style: normal; font-weight: 400; font-size: 12px; color: rgba(255,255,255,.5); margin-left: 8px; letter-spacing: .05em; }
.footer-top .made p { margin: 10px 0 0; max-width: 560px; line-height: 1.7; }
.footer-links { display: grid; gap: 7px; min-width: 200px; }
.footer-links b { color: #fff; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 3px; }
.footer-links a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.footer-bottom { padding-top: 22px; display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between; font-size: 12px; color: rgba(255, 255, 255, .42); }

/* ------------------------------------------------------------------ 반응형 */

@media (max-width: 1100px) {
  .highlight-grid { grid-template-columns: repeat(2, 1fr); }
  .rate-grid { grid-template-columns: repeat(2, 1fr); }
  .source-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 860px) {
  .wrap { padding: 0 20px; }
  .site-header .wrap { height: 62px; gap: 14px; }
  .gnb a { padding: 8px 11px; font-size: 14px; }
  .gnb a[aria-current='page']::after { left: 11px; right: 11px; }
  .utility .wrap { height: auto; padding-top: 8px; padding-bottom: 8px; flex-direction: column; align-items: flex-start; gap: 4px; }
  .hero .wrap { padding-top: 38px; padding-bottom: 38px; }
  .hero h1 { font-size: 30px; }
  .hero-stats { gap: 26px; }
  .hero-stats dd { font-size: 21px; }
  /* 제목 / 설명 / 우측 링크를 한 줄에 욱여넣지 않고 세 줄로 푼다. */
  .section-head { flex-wrap: wrap; gap: 4px 12px; }
  .section-head h2 { font-size: 19px; }
  .section-head p, .section-head .right { flex-basis: 100%; }
  .section-head .right { margin-left: 0; margin-top: 6px; }
  .highlight-grid, .rate-grid, .source-grid { grid-template-columns: 1fr; }
  .week-layout { grid-template-columns: 1fr; }
  .week-nav { position: static; display: flex; gap: 8px; overflow-x: auto; padding-bottom: 6px; }
  .week-nav h3 { display: none; }
  .week-nav button { width: auto; white-space: nowrap; margin-bottom: 0; }
  .day { grid-template-columns: 1fr; }
  .day-label { padding: 22px 0 0; display: flex; align-items: baseline; gap: 10px; }
  .day-label .cnt { margin-top: 0; margin-left: auto; }
  .day-items { border-left: 0; padding-left: 0; }
  .item { padding: 12px 0; }
  .item::before { display: none; }
  .footer-top { flex-direction: column; gap: 26px; }
}

@media (max-width: 560px) {
  /* 좁은 화면에서는 브랜드 영역을 줄이고, 그래도 모자라면 GNB 를 가로 스크롤시킨다. */
  .brand { gap: 10px; }
  .brand .logo { height: 21px; }
  .brand .title b { font-size: 13px; }
  .brand .title span { display: none; }
  .utility .dept em { display: none; }   /* 영문 병기는 좁은 화면에서 줄바꿈만 만든다 */
  .gnb { min-width: 0; overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none; }
  .gnb::-webkit-scrollbar { display: none; }
  .gnb a { padding: 8px 10px; font-size: 13px; white-space: nowrap; }
  .hero h1 { font-size: 26px; }
  .hero-stats { gap: 18px 26px; }
}

/* ------------------------------------------------------------------ 인쇄 */

@media print {
  .utility, .gnb, .filters, .load-more, .week-nav, .site-footer, .hero::before, .hero::after { display: none !important; }
  body { background: #fff; font-size: 11pt; }
  .site-header { position: static; }
  .hero { background: #fff !important; color: #000; border-bottom: 2px solid var(--navy); }
  .hero h1, .hero p.lead, .hero-stats dt, .hero-stats dd { color: #000 !important; }
  .hero .badge { border-color: #999; color: #000; }
  .card, .hl, .cat-list { box-shadow: none; break-inside: avoid; }
  .week-layout { grid-template-columns: 1fr; }
  a[href^='http']::after { content: ' (' attr(href) ')'; font-size: 8pt; color: #666; word-break: break-all; }
}
