:root {
  --navy: #061d35;
  --deep-navy: #03182c;
  --ink: #11151a;
  --muted: #8c9198;
  --line: #e9eaec;
  --orange: #ff582d;
  --pale-blue: #eff6fb;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: "Noto Sans KR", Arial, sans-serif; font-size: 14px; word-break: keep-all; overflow-wrap: break-word; }
button, input, select { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; object-fit: cover; }
.shell { width: min(950px, calc(100% - 48px)); margin: 0 auto; }
.sr-only { position: absolute; overflow: hidden; width: 1px; height: 1px; padding: 0; border: 0; margin: -1px; clip: rect(0, 0, 0, 0); white-space: nowrap; }

.utility-bar { height: 33px; border-bottom: 1px solid #f0f0f0; color: #171a1d; font-size: 11px; }
.utility-inner { height: 100%; display: flex; justify-content: space-between; align-items: center; }
.utility-inner p { margin: 0; }
.utility-inner p span { margin-left: 17px; color: #53575c; }
.utility-links { display: flex; align-items: center; height: 100%; gap: 9px; }
.utility-links a { color: #3c4044; transition: color .2s; }
.utility-links a:hover { color: var(--orange); }
.utility-links .business-utility-link { color: var(--orange); font-weight: 700; }
.utility-links i, .footer-right i { width: 1px; height: 10px; background: #d7d8da; display: block; }
.icon-button { padding: 0; border: 0; background: transparent; cursor: pointer; }
.utility-links .icon-button { width: 40px; height: 33px; margin-left: 4px; border-left: 1px solid #e6e7e8; display: grid; place-items: center; }
.icon-button svg, .search-input svg, .quick-search button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }

.brand-row { height: 100px; display: flex; align-items: center; justify-content: space-between; }
.brand { color: #0d2038; font-family: Georgia, "Times New Roman", serif; font-size: 44px; font-weight: 700; letter-spacing: -2.2px; line-height: .98; }
.brand-the { color: var(--orange); }
.brand small { display: block; margin-top: 9px; color: #293038; font: 500 12px/1.2 "Noto Sans KR", sans-serif; letter-spacing: -.6px; }
.brand-slogan { margin-top: 2px; text-align: right; }
.brand-slogan strong { display: block; color: #141414; font-family: Georgia, "Times New Roman", serif; font-size: 16px; font-style: italic; letter-spacing: -1px; }
.brand-slogan span { display: block; margin-top: 8px; color: #9b9b9b; font-size: 11px; letter-spacing: .2px; }

.main-nav { height: 47px; background: var(--navy); color: #fff; }
.nav-inner { height: 100%; display: flex; align-items: stretch; }
.nav-inner > a { position: relative; flex: 1 1 0; min-width: 0; display: flex; align-items: center; justify-content: center; padding: 0 14px; color: #f5f7fa; font-size: 14px; font-weight: 600; letter-spacing: -1px; white-space: nowrap; transition: background .2s; }
.nav-inner > a:hover, .nav-inner > a.active { background: #0d3558; }
.nav-inner .home-link { min-width: 42px; flex: 0 0 42px; padding: 0 5px; }
.home-link svg { width: 20px; height: 20px; fill: currentColor; }

main { padding: 18px 0 28px; }
.hero-section { display: grid; grid-template-columns: 582px 1fr; gap: 18px; }
.hero-card { position: relative; overflow: hidden; min-height: 400px; border-radius: 2px; color: #fff; background: #7d7168; }
.hero-card > img { position: absolute; inset: 0; height: 100%; object-position: 64% center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0, 0, 0, .76) 0%, rgba(0, 0, 0, .28) 54%, rgba(0, 0, 0, .03) 100%), linear-gradient(0deg, rgba(0,0,0,.62), transparent 42%); }
.hero-copy { position: absolute; left: 24px; right: 22px; bottom: 19px; }
.eyebrow { color: var(--orange); font-size: 12px; font-weight: 700; letter-spacing: -.4px; }
.eyebrow.light { color: #fff; font-weight: 500; }
.hero-copy h1 { margin: 14px 0 16px; font-size: 37px; line-height: 1.18; font-weight: 700; letter-spacing: -2.4px; }
.hero-copy h1, .headline-item h2, .news-card h3, .editorial-grid h3, .editorial-grid p { white-space: pre-line; }
.hero-copy h1 b { font-weight: 800; }
.hero-copy p { margin: 0; font-size: 14px; line-height: 1.6; letter-spacing: -.8px; }
.hero-copy small { display: block; margin-top: 12px; color: rgba(255,255,255,.72); font-size: 10px; }
.card-arrow { position: absolute; top: 18px; right: 20px; width: 31px; height: 31px; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; display: grid; place-items: center; font-size: 16px; opacity: 0; transform: translate(-6px, 6px); transition: .25s ease; }
.hero-card:hover .card-arrow { opacity: 1; transform: none; }
.headline-list { display: flex; flex-direction: column; gap: 13px; }
.headline-item { display: grid; grid-template-columns: 146px 1fr; gap: 14px; min-height: 84px; padding-bottom: 1px; border-bottom: 1px solid #efefef; }
.headline-item img { height: 84px; border-radius: 2px; }
.headline-item h2 { margin: 5px 0 3px; font-size: 15px; line-height: 1.35; letter-spacing: -1px; }
.headline-item time, .news-card time { color: #9ca0a4; font-size: 11px; }
.headline-item:hover h2, .news-card:hover h3, .editorial-grid a:hover h3 { color: var(--orange); }

.partner-strip { min-height: 77px; margin-top: 21px; display: grid; grid-template-columns: 1.65fr repeat(5, .6fr) 1.82fr; align-items: center; overflow: hidden; background: var(--pale-blue); }
.partner-intro { padding-left: 18px; color: #1d3047; font-size: 14px; line-height: 1.48; letter-spacing: -1px; }
.partner-intro strong { font-weight: 500; }
.partner-link { height: 77px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 3px; color: #15243a; font-size: 11px; font-weight: 600; transition: background .2s, color .2s; }
.partner-link:hover { background: #e2eef6; color: var(--orange); }
.partner-icon { height: 28px; font-size: 29px; font-family: Georgia, serif; line-height: 1; }
.region-cta { height: 77px; display: flex; align-items: center; gap: 13px; padding: 0 17px 0 0; color: #fff; background: #092644; font-size: 13px; letter-spacing: -1px; }
.city-thumb { align-self: stretch; width: 54px; flex: 0 0 54px; background: linear-gradient(145deg, rgba(2,27,50,.1), rgba(2,27,50,.5)), url("https://images.unsplash.com/photo-1477959858617-67f85cf4f1df?auto=format&fit=crop&w=260&q=78") center/cover; }
.cta-arrow { margin-left: auto; font-size: 22px; font-weight: 300; }

.content-grid { display: grid; grid-template-columns: 1.5fr 1fr 218px; gap: 20px; margin-top: 29px; }
.section-block { min-width: 0; }
.section-heading { height: 35px; border-bottom: 1px solid #111; display: flex; align-items: flex-start; justify-content: space-between; }
.section-heading h2 { margin: 0; font-size: 20px; line-height: 1; letter-spacing: -1.3px; }
.section-heading a { color: #73777c; font-size: 11px; margin-top: 2px; }
.section-heading a span { font-size: 15px; vertical-align: -1px; }
.news-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 16px; padding-top: 11px; }
.news-card img { height: 120px; border-radius: 2px; }
.news-card h3 { margin: 9px 0 4px; font-size: 14px; line-height: 1.38; font-weight: 500; letter-spacing: -1px; transition: color .2s; }
.latest-list ul { margin: 0; padding: 0; list-style: none; }
.latest-list li { display: flex; align-items: center; gap: 8px; min-height: 35px; border-bottom: 1px solid #ededed; }
.latest-list li a { overflow: hidden; flex: 1; text-overflow: ellipsis; white-space: nowrap; font-size: 13px; letter-spacing: -.8px; }
.latest-list li a:hover { color: var(--orange); }
.latest-list li time { color: #999da2; font-size: 11px; }
.side-column { display: flex; flex-direction: column; gap: 20px; }
.quick-search { padding: 15px 14px 14px; border: 1px solid #e5e7e9; }
.quick-search h2 { margin: 0 0 12px; font-size: 16px; letter-spacing: -1px; }
.quick-search select, .search-input { width: 100%; height: 33px; margin-bottom: 7px; border: 1px solid #dfe2e4; border-radius: 2px; background: #fff; color: #6d7277; font-size: 12px; }
.quick-search select { padding: 0 8px; }
.search-input { display: flex; align-items: center; padding: 0 8px; }
.search-input input { min-width: 0; flex: 1; border: 0; outline: 0; color: #222; font-size: 12px; }
.search-input svg { width: 15px; height: 15px; color: #767b80; }
.quick-search button { width: 100%; height: 37px; margin-top: 1px; border: 0; border-radius: 2px; color: #fff; background: var(--navy); display: flex; align-items: center; justify-content: center; gap: 7px; cursor: pointer; font-size: 12px; font-weight: 600; transition: background .2s; }
.quick-search button:hover { background: var(--orange); }
.quick-search button svg { width: 15px; height: 15px; }
.business-banner { position: relative; min-height: 185px; overflow: hidden; padding: 17px 13px; background: #f7efe8; }
.business-banner > div { position: relative; z-index: 1; }
.business-banner h2 { margin: 0 0 10px; font-size: 17px; line-height: 1.28; letter-spacing: -1.3px; }
.business-banner p { margin: 0; font-size: 11px; line-height: 1.6; letter-spacing: -.6px; }
.business-banner span { display: inline-flex; margin-top: 14px; padding: 8px 10px; border-radius: 2px; color: #fff; background: var(--orange); font-size: 10px; font-weight: 700; }
.business-banner img { position: absolute; right: -50px; bottom: 0; width: 170px; height: 150px; opacity: .9; object-position: 55% center; mix-blend-mode: multiply; }

.lower-grid { display: grid; grid-template-columns: 1.65fr 1fr; gap: 20px; margin-top: 27px; }
.editorial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; padding-top: 11px; }
.editorial-grid img { height: 99px; border-radius: 2px; }
.editorial-grid h3 { margin: 8px 0 2px; font-size: 14px; letter-spacing: -1px; transition: color .2s; }
.editorial-grid p { margin: 0; font-size: 12px; letter-spacing: -.8px; }
.region-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 11px 8px; padding-top: 11px; }
.region-grid a { text-align: center; font-size: 11px; }
.region-grid img { height: 44px; margin-bottom: 4px; border-radius: 1px; }
.region-grid a:hover { color: var(--orange); }

.site-footer { padding: 31px 0 35px; color: #dfe7ef; background: var(--deep-navy); }
.footer-inner { display: flex; justify-content: space-between; }
.footer-brand { color: #f3f6fa; font-family: Georgia, "Times New Roman", serif; font-size: 25px; font-weight: 700; letter-spacing: -1.2px; }
.footer-brand span { color: var(--orange); }
.footer-inner p { margin: 8px 0 0; color: #b2c0ce; font-size: 12px; }
.footer-right { text-align: right; }
.footer-right nav { display: flex; align-items: center; justify-content: flex-end; gap: 9px; font-size: 10px; }
.footer-right nav a:hover { color: #fff; }
.socials { display: flex; justify-content: flex-end; gap: 15px; margin: 17px 0 8px; }
.socials a { width: 18px; height: 18px; border: 1px solid #b2c0ce; border-radius: 4px; display: grid; place-items: center; color: #dfe7ef; font-size: 9px; }
.footer-right small { color: #8d9aaa; font-size: 10px; }
.toast { position: fixed; left: 50%; bottom: 24px; z-index: 10; padding: 11px 17px; border-radius: 30px; color: #fff; background: rgba(6,29,53,.94); box-shadow: 0 8px 26px rgba(0,0,0,.16); font-size: 12px; opacity: 0; pointer-events: none; transform: translate(-50%, 12px); transition: .25s ease; }
.toast.visible { opacity: 1; transform: translate(-50%, 0); }
.hero-slider-controls { position: absolute; right: 20px; bottom: 18px; z-index: 3; display: flex; align-items: center; gap: 8px; color: #fff; }
.hero-slider-controls button { width: 25px; height: 25px; padding: 0; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; color: #fff; background: transparent; font-size: 18px; line-height: 20px; cursor: pointer; }
.hero-slider-controls button:hover { color: var(--orange); border-color: var(--orange); }
.hero-slider-controls span { min-width: 35px; font-size: 11px; text-align: center; letter-spacing: .5px; }

@media (max-width: 900px) {
  .shell { width: min(100% - 32px, 680px); }
  .nav-inner { width: 100%; overflow-x: auto; }
  .nav-inner > a { min-width: max-content; flex: 0 0 auto; }
  .hero-section { grid-template-columns: 1fr; }
  .hero-card { min-height: 420px; }
  .headline-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }
  .content-grid { grid-template-columns: 1fr 1fr; }
  .side-column { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
  .lower-grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .shell { width: calc(100% - 28px); }
  .utility-bar { height: auto; min-height: 34px; }
  .utility-inner { align-items: flex-start; padding: 8px 0; }
  .utility-inner p span, .utility-links a:not(:last-of-type), .utility-links i { display: none; }
  .utility-links { gap: 0; }
  .utility-links .icon-button { height: 22px; width: 27px; border-left: 0; }
  .brand-row { height: 82px; }
  .brand { font-size: 29px; letter-spacing: -1.8px; }
  .brand small { margin-top: 5px; font-size: 9px; }
  .brand-slogan { display: none; }
  .main-nav { height: 42px; }
  .nav-inner > a { padding: 0 13px; font-size: 12px; }
  .nav-inner .home-link { min-width: 42px; }
  main { padding-top: 14px; }
  .hero-card { min-height: 390px; }
  .hero-copy { left: 18px; bottom: 18px; }
  .hero-copy h1 { margin: 11px 0 13px; font-size: 27px; letter-spacing: -1.8px; }
  .hero-copy p { font-size: 12px; }
  .headline-list { grid-template-columns: 1fr; }
  .headline-item { grid-template-columns: 135px 1fr; }
  .partner-strip { grid-template-columns: repeat(5, 1fr); }
  .partner-intro { grid-column: 1 / -1; padding: 15px 17px; }
  .partner-link { height: 68px; }
  .region-cta { grid-column: 1 / -1; height: 60px; }
  .content-grid { display: block; margin-top: 25px; }
  .latest-list, .side-column { margin-top: 28px; }
  .side-column { display: flex; }
  .quick-search { padding: 16px; }
  .news-card img { height: 130px; }
  .editorial-grid { grid-template-columns: 1fr; gap: 19px; }
  .editorial-grid a { display: grid; grid-template-columns: 135px 1fr; grid-template-rows: auto auto; gap: 0 12px; }
  .editorial-grid img { grid-row: 1 / 3; height: 82px; }
  .editorial-grid h3 { margin: 8px 0 3px; }
  .region-grid { gap: 15px 8px; }
  .region-grid img { height: 58px; }
  .footer-inner { display: block; }
  .footer-right { margin-top: 26px; text-align: left; }
  .footer-right nav, .socials { justify-content: flex-start; }
}
.mobile-home, .mobile-bottom-nav, .mobile-brand-meta, .mobile-header-search, .mobile-header-menu { display: none; }
.desktop-home { display: block; }
@media (max-width: 600px) { body { background: #eef1f3; } .site-header { background: #fff; } .utility-bar { display: none; } .brand-row { position: relative; height: 114px; justify-content: center; border-bottom: 1px solid #e5e8ea; } .brand { width: auto; color: var(--navy); font-size: clamp(25px, 7vw, 39px); line-height: .95; text-align: center; letter-spacing: -1.8px; } .brand small { margin-top: 7px; font-size: 10px; letter-spacing: -.5px; } .brand-slogan { position: absolute; right: 17px; bottom: 11px; margin: 0; } .brand-slogan strong, .brand-slogan span { display: none; } .brand-slogan::after { content: '사랑이 만드는 더 좋은 이야기'; color: #92989e; font-size: 10px; letter-spacing: -.6px; } .mobile-brand-meta { position: absolute; left: 18px; bottom: 11px; display: flex; color: #7e878f; font-size: 10px; letter-spacing: -.5px; } .mobile-header-search, .mobile-header-menu { position: absolute; top: 22px; display: grid; place-items: center; color: var(--navy); background: transparent; } .mobile-header-search { left: 17px; width: 28px; height: 28px; } .mobile-header-search svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; } .mobile-header-menu { right: 17px; width: 28px; height: 28px; padding: 4px 1px; border: 0; gap: 5px; } .mobile-header-menu span { width: 24px; height: 2px; display: block; background: currentColor; } .main-nav { height: 50px; border-bottom: 1px solid #e4e7e9; color: var(--navy); background: #fff; } .nav-inner { width: 100%; padding: 0 8px; gap: 0; overflow-x: auto; scrollbar-width: none; } .nav-inner::-webkit-scrollbar { display: none; } .nav-inner > a { flex: 0 0 auto; min-width: max-content; height: 50px; padding: 0 16px; color: var(--navy); font-size: 14px; font-weight: 700; letter-spacing: -1px; } .nav-inner > a:hover, .nav-inner > a.active { color: var(--navy); background: transparent; } .nav-inner > a:first-of-type:not(.home-link) { border-bottom: 3px solid var(--orange); } .nav-inner .home-link { display: none; } .main-nav.menu-expanded { height: auto; } .main-nav.menu-expanded .nav-inner { flex-wrap: wrap; overflow: visible; } .main-nav.menu-expanded .nav-inner > a { flex: 1 0 25%; min-width: 25%; height: 46px; } .mobile-home { display: block; max-width: 600px; min-height: 100vh; margin: 0 auto; padding-bottom: 84px; background: #fff; } .desktop-home { display: none; } .mobile-hero-card { position: relative; display: block; height: clamp(250px, 51vw, 306px); overflow: hidden; color: #fff; background: #6e6258; } .mobile-hero-card > img { position: absolute; inset: 0; height: 100%; object-position: 65% center; } .mobile-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.7), rgba(0,0,0,.08) 80%), linear-gradient(0deg, rgba(0,0,0,.68), transparent 56%); } .mobile-hero-copy { position: absolute; left: 24px; right: 22px; bottom: 27px; } .mobile-kicker { display: block; margin-bottom: 10px; color: var(--orange); font-size: 10px; font-weight: 800; letter-spacing: 3px; } .mobile-hero-copy h1 { margin: 0 0 12px; font-family: Georgia, serif; font-size: clamp(27px, 5.8vw, 36px); line-height: 1.12; letter-spacing: -1.7px; } .mobile-hero-copy p { margin: 0; color: rgba(255,255,255,.88); font-size: 12px; line-height: 1.55; letter-spacing: -.7px; } .mobile-read-link { display: inline-block; margin-top: 16px; padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.6); font-size: 12px; } .mobile-hero-pagination { position: absolute; right: 19px; bottom: 21px; font-size: 12px; letter-spacing: 1px; } .mobile-home-shell { padding: 0 20px; } .mobile-section { padding: 22px 0 19px; border-bottom: 1px solid #e4e7e9; } .mobile-section-heading { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 11px; } .mobile-section-heading h2 { margin: 0; color: var(--navy); font-size: 22px; line-height: 1.15; letter-spacing: -1.5px; } .mobile-section-heading a { color: var(--navy); font-size: 11px; white-space: nowrap; } .mobile-today-grid { display: grid; grid-template-columns: 1.58fr .88fr; gap: 16px; } .mobile-featured-news { min-width: 0; } .mobile-featured-news img { height: clamp(155px, 27vw, 206px); border-radius: 1px; } .mobile-featured-news h3 { margin: 9px 0 6px; color: var(--navy); font-size: 18px; line-height: 1.3; letter-spacing: -1.4px; } .mobile-featured-news p { margin: 0; color: #68737d; font-size: 11px; line-height: 1.55; letter-spacing: -.6px; } .mobile-side-news { min-width: 0; } .mobile-side-news-item { display: grid; grid-template-columns: 76px minmax(0, 1fr); gap: 9px; min-width: 0; padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #e6e9eb; } .mobile-side-news-item:last-child { padding-bottom: 0; margin-bottom: 0; border-bottom: 0; } .mobile-side-news-item img { width: 76px; height: 68px; border-radius: 1px; } .mobile-side-news-item div { min-width: 0; } .mobile-side-news-item span { display: block; color: var(--orange); font-size: 10px; font-weight: 800; } .mobile-side-news-item h3 { overflow: hidden; display: -webkit-box; margin: 4px 0 4px; color: var(--navy); font-size: 13px; line-height: 1.35; letter-spacing: -1px; -webkit-box-orient: vertical; -webkit-line-clamp: 2; } .mobile-side-news-item time, .mobile-region-cards time, .mobile-interview-card time, .mobile-report-card time { color: #9aa2a8; font-size: 10px; } .mobile-most-read { padding-bottom: 15px; } .mobile-most-read-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 22px; } .mobile-most-read-grid ol { margin: 0; padding: 0; list-style: none; } .mobile-most-read-grid li { display: grid; grid-template-columns: 21px minmax(0, 1fr); gap: 7px; align-items: start; min-height: 29px; } .mobile-most-read-grid b { color: var(--orange); font-size: 16px; font-weight: 500; } .mobile-most-read-grid a { overflow: hidden; color: #26343f; font-size: 12px; line-height: 1.4; letter-spacing: -.8px; } .mobile-report-section { padding: 14px 0; } .mobile-report-card { display: grid; grid-template-columns: 38% 1fr; gap: 17px; align-items: center; } .mobile-report-card img { height: 105px; border-radius: 1px; } .mobile-report-card .mobile-kicker { margin-bottom: 7px; font-size: 9px; letter-spacing: 3px; } .mobile-report-card h2 { margin: 0 0 5px; color: var(--navy); font-family: Georgia, serif; font-size: 19px; letter-spacing: -1px; } .mobile-report-card p { margin: 0 0 4px; color: #69747d; font-size: 11px; line-height: 1.45; } .mobile-report-card strong, .mobile-interview-card strong { display: block; margin-top: 7px; color: var(--navy); font-size: 11px; text-align: right; } .mobile-region-tabs { display: flex; gap: 7px; margin: 0 0 11px; } .mobile-region-tabs a { min-width: 54px; padding: 7px 12px; border-radius: 20px; color: #51606c; background: #eef1f3; font-size: 11px; text-align: center; } .mobile-region-tabs a.active { color: #fff; background: var(--navy); } .mobile-region-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; } .mobile-region-cards a { min-width: 0; } .mobile-region-cards img { height: 82px; border-radius: 1px; } .mobile-region-cards h3 { overflow: hidden; display: -webkit-box; margin: 7px 0 4px; color: var(--navy); font-size: 12px; line-height: 1.4; letter-spacing: -.9px; -webkit-box-orient: vertical; -webkit-line-clamp: 2; } .mobile-interview-section { padding-top: 21px; } .mobile-interview-card { display: grid; grid-template-columns: 31% 1fr; gap: 15px; align-items: center; margin-top: 5px; } .mobile-interview-card img { height: 88px; border-radius: 1px; } .mobile-interview-card h2 { margin: 0 0 6px; color: var(--navy); font-family: Georgia, serif; font-size: 18px; line-height: 1.25; letter-spacing: -1.1px; } .mobile-interview-card p { margin: 0; color: #66727c; font-size: 11px; } .mobile-photo-section { padding-bottom: 26px; } .mobile-photo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; } .mobile-photo-grid a { position: relative; height: 130px; overflow: hidden; color: #fff; background: #6d6b68; } .mobile-photo-grid img { height: 100%; } .mobile-photo-grid a::after { position: absolute; inset: 35% 0 0; content: ''; background: linear-gradient(transparent, rgba(0,0,0,.8)); } .mobile-photo-grid strong { position: absolute; z-index: 1; right: 11px; bottom: 10px; left: 11px; font-size: 10px; line-height: 1.5; } .mobile-photo-grid strong span { font-size: 12px; letter-spacing: -.8px; } .mobile-newsletter { display: flex; align-items: center; justify-content: space-between; gap: 14px; max-width: 600px; margin: 0 auto; padding: 23px 20px 28px; background: #f8f2ec; } .mobile-newsletter h2 { margin: 0 0 7px; color: var(--navy); font-size: 17px; line-height: 1.3; letter-spacing: -1.2px; } .mobile-newsletter p { margin: 0; color: #75808a; font-size: 10px; line-height: 1.5; } .mobile-newsletter form { display: flex; flex: 0 0 47%; height: 38px; background: #fff; } .mobile-newsletter input { min-width: 0; flex: 1; padding: 0 8px; border: 1px solid #e1e4e5; outline: 0; font-size: 10px; } .mobile-newsletter button { width: 37px; border: 0; color: #fff; background: var(--navy); font-size: 17px; } .mobile-bottom-nav { position: fixed; right: 0; bottom: 0; left: 0; z-index: 20; display: grid; grid-template-columns: repeat(5, 1fr); height: 65px; max-width: 600px; margin: 0 auto; border-top: 1px solid #dfe4e7; background: rgba(255,255,255,.98); } .mobile-bottom-nav a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; color: #1c354d; } .mobile-bottom-nav a span { font-size: 22px; line-height: 1; } .mobile-bottom-nav a small { font-size: 9px; } .mobile-bottom-nav a.active { color: var(--orange); } }
@media (max-width: 430px) { .brand-slogan { right: 12px; } .mobile-brand-meta { left: 12px; } .mobile-home-shell { padding: 0 15px; } .mobile-hero-copy { left: 18px; right: 17px; bottom: 20px; } .mobile-hero-copy h1 { font-size: 26px; } .mobile-hero-copy p { font-size: 11px; } .mobile-today-grid { grid-template-columns: 1fr; } .mobile-featured-news img { height: 190px; } .mobile-side-news { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-top: 14px; } .mobile-side-news-item { display: block; padding: 0; margin: 0; border: 0; } .mobile-side-news-item img { width: 100%; height: 78px; margin-bottom: 5px; } .mobile-side-news-item span { font-size: 9px; } .mobile-side-news-item h3 { font-size: 11px; } .mobile-most-read-grid { grid-template-columns: 1fr; gap: 0; } .mobile-report-card { grid-template-columns: 36% 1fr; gap: 12px; } .mobile-report-card img { height: 92px; } .mobile-report-card h2 { font-size: 17px; } .mobile-region-cards { gap: 9px; } .mobile-region-cards img { height: 70px; } .mobile-interview-card { grid-template-columns: 34% 1fr; gap: 11px; } .mobile-interview-card img { height: 78px; } .mobile-interview-card h2 { font-size: 15px; } .mobile-photo-grid a { height: 104px; } .mobile-newsletter { display: block; } .mobile-newsletter form { width: 100%; margin-top: 15px; } }
@media (max-width: 600px) { .site-footer { display: none; } }
@media (max-width: 600px) {
  .hero-slider-controls { right: 16px; bottom: 14px; gap: 6px; }
  .hero-slider-controls button { width: 23px; height: 23px; font-size: 16px; }
  .hero-slider-controls span { min-width: 32px; font-size: 10px; }
}

/* Mobile masthead: one menu control, with categories revealed on demand. */
@media (max-width: 600px) {
  body { background: #fff; }
  .brand-row {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    grid-template-rows: 76px auto;
    width: 100%;
    height: auto;
    padding: 6px 12px 0;
    column-gap: 4px;
    border-bottom: 0;
  }
  .brand {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    font-size: clamp(20px, 5.5vw, 33px);
    line-height: 1.12;
    letter-spacing: -1.2px;
    white-space: nowrap;
  }
  .brand small { margin-top: 6px; font-size: 10px; letter-spacing: -.25px; }
  .brand-slogan { display: none; }
  .mobile-header-search, .mobile-header-menu {
    position: static;
    grid-row: 1;
    width: 44px;
    height: 44px;
    padding: 10px;
    align-self: center;
    border-radius: 50%;
  }
  .mobile-header-search { grid-column: 1; }
  .mobile-header-menu { grid-column: 3; display: flex; flex-direction: column; justify-content: center; gap: 5px; cursor: pointer; }
  .mobile-header-menu span { flex-shrink: 0; width: 22px; transition: transform .18s, opacity .18s; }
  .mobile-header-menu[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .mobile-header-menu[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .mobile-header-menu[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .mobile-header-search:focus-visible, .mobile-header-menu:focus-visible, .main-nav a:focus-visible { outline: 2px solid var(--orange); outline-offset: 2px; }
  .mobile-brand-meta {
    position: static;
    grid-column: 1 / -1;
    grid-row: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 4px 14px;
    padding: 0 6px 13px;
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: -.2px;
    color: #7b838c;
  }
  .mobile-brand-meta time, .mobile-brand-meta span { white-space: nowrap; }
  .main-nav { display: none; height: auto; }
  .main-nav.menu-expanded { display: block; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #faf9f7; }
  .main-nav.menu-expanded .nav-inner { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; padding: 12px 18px 18px; gap: 0 20px; }
  .main-nav.menu-expanded .nav-inner > a { justify-content: space-between; min-width: 0; height: 48px; padding: 0 10px; border-bottom: 1px solid #e8e6e2; font-size: 14px; letter-spacing: -.3px; }
  .main-nav.menu-expanded .nav-inner > a::after { content: '↗'; color: #a3a7aa; font-size: 13px; font-weight: 400; }
  .main-nav.menu-expanded .nav-inner > a:hover { color: var(--orange); }
  .main-nav.menu-expanded .nav-inner .home-link { display: none; }
  .mobile-home { padding-top: 0; padding-bottom: env(safe-area-inset-bottom, 0px); }
  .mobile-hero-card { height: clamp(290px, 70vw, 370px); }
  .mobile-hero-copy { left: 22px; right: 22px; bottom: 26px; }
  .mobile-hero-copy h1 { font-size: clamp(27px, 6.7vw, 36px); line-height: 1.3; letter-spacing: -1px; text-wrap: pretty; }
  .mobile-hero-copy p { font-size: 12px; line-height: 1.7; letter-spacing: -.3px; }
  .mobile-home-shell { padding: 0 20px; }
  .mobile-section { padding-top: 26px; padding-bottom: 24px; }
  .mobile-section-heading { margin-bottom: 16px; }
  .mobile-section-heading h2 { font-size: 21px; letter-spacing: -.8px; }
  .mobile-featured-news h3 { line-height: 1.45; letter-spacing: -.6px; }
  .mobile-featured-news p { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; font-size: 12px; line-height: 1.7; letter-spacing: -.2px; }
  .mobile-side-news-item h3 { letter-spacing: -.3px; }
  .mobile-most-read-grid li { min-height: 36px; padding: 5px 0; }
  .mobile-most-read-grid a { line-height: 1.6; letter-spacing: -.2px; }
  .mobile-newsletter { padding-bottom: 30px; }
}
@media (max-width: 430px) {
  .mobile-side-news { display: flex; flex-direction: column; gap: 0; margin-top: 20px; }
  .mobile-side-news-item { display: grid; grid-template-columns: 96px minmax(0, 1fr); align-items: center; gap: 14px; padding: 12px 0; border-bottom: 1px solid var(--line); }
  .mobile-side-news-item:last-child { padding-top: 12px; }
  .mobile-side-news-item img { width: 96px; height: 74px; margin: 0; }
  .mobile-side-news-item span { font-size: 10px; }
  .mobile-side-news-item h3 { margin: 4px 0; font-size: 13px; line-height: 1.5; }
}
@media (prefers-reduced-motion: reduce) {
  .mobile-header-menu span { transition: none; }
}
