:root {
  --kmag-accent: #c71f59;
  --kmag-accent-soft: #c71f59;
  --kmag-ink: #1b1b1b;
  --kmag-charcoal: #21242b;
  --kmag-muted: #6f7278;
  --kmag-line: rgba(212, 212, 212, .62);
  --kmag-mist: #f7f7f7;
  --kmag-paper: #fff;
  --kmag-wrapper: 1024px;
  --kmag-serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --kmag-sans: "Noto Sans KR", Pretendard, "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { font-size: 62.5%; scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--kmag-paper);
  color: var(--kmag-ink);
  font-family: var(--kmag-sans);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--kmag-accent); }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
[hidden] { display: none !important; }

.kmag-wrapper {
  width: 100%;
  max-width: calc(var(--kmag-wrapper) + 20px);
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus,
.skip-link:focus {
  z-index: 999999;
  top: 8px;
  left: 8px;
  width: auto;
  height: auto;
  clip: auto !important;
  padding: 10px 16px;
  background: #fff;
  color: #111;
  box-shadow: 0 2px 12px rgba(0,0,0,.2);
}

:focus-visible { outline: 3px solid var(--kmag-accent); outline-offset: 3px; }

/* Header */
.site-header { position: relative; z-index: 100; width: 100%; }

.site-header-top {
  height: 78px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(147,8,84,1) 0%, rgba(203,24,91,.98) 40%, rgba(202,29,91,.78) 58%, rgba(36,30,52,.34) 100%),
    url("../images/demo/editorial-08.jpg") 90% 36%/590px auto no-repeat,
    #b10e66;
}

.site-header-top-inner { position: relative; display: flex; align-items: center; justify-content: space-between; height: 100%; }
.site-branding { position: relative; z-index: 2; flex-shrink: 0; }
.custom-logo-link { display: block; }
.custom-logo { width: auto; max-width: 205px; max-height: 55px; object-fit: contain; }
.site-logo-original,
.footer-logo-original { display: inline-flex; align-items: center; }
.site-logo-original img { width: 240px; max-width: 24vw; height: auto; }
.footer-logo-original img { width: 255px; max-width: 100%; height: auto; }
.site-logo-text,
.footer-logo {
  display: inline-block;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4.5rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -3px;
  text-shadow: 0 2px 0 rgba(0,0,0,.25);
}
.site-logo-text:hover, .footer-logo:hover { color: #fff; }

.header-campaign {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 66%;
  height: 100%;
  padding-left: 70px;
  color: #fff;
  overflow: hidden;
}
.header-campaign::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent, rgba(255,255,255,.08)); }
.header-campaign strong { position: relative; z-index: 2; margin-right: 24px; font-size: 2.4rem; letter-spacing: -.5px; }
.header-campaign span { position: relative; z-index: 2; max-width: 180px; padding-left: 22px; border-left: 1px solid rgba(255,255,255,.45); font-size: 1.3rem; font-weight: 600; line-height: 1.55; }
.campaign-orb { position: absolute; bottom: -22px; width: 72px; height: 72px; border: 2px solid rgba(255,255,255,.52); border-radius: 50%; background: linear-gradient(145deg, rgba(255,255,255,.24), rgba(44,18,52,.36)); box-shadow: 0 8px 20px rgba(30,0,30,.2); }
.campaign-orb-1 { right: 240px; }
.campaign-orb-2 { right: 174px; bottom: -14px; }
.campaign-orb-3 { right: 108px; }
.campaign-orb-4 { right: 42px; bottom: -10px; }

.desktop-navigation { height: 58px; background: linear-gradient(115deg, #292d36, #1f2229 60%, #292d36); }
.desktop-navigation-inner { display: flex; align-items: center; justify-content: space-between; height: 100%; }
.header-menu,
.desktop-navigation .menu,
.footer-category-menu,
.footer-category-row .menu,
.footer-utility-menu,
.footer-bottom-row .menu {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-menu { gap: 25px; min-width: 0; }
.header-menu a,
.desktop-navigation .menu a {
  display: block;
  color: rgba(255,255,255,.95);
  font-family: var(--kmag-serif);
  font-size: 1.45rem;
  line-height: 58px;
  letter-spacing: .45px;
  white-space: nowrap;
}
.header-menu a:hover,
.desktop-navigation .menu a:hover { color: #ffb9ce; }

.desktop-search { width: 228px; flex: 0 0 228px; }
.search-form { position: relative; display: flex; width: 100%; }
.search-form label { display: block; width: 100%; }
.search-field { width: 100%; height: 35px; padding: 5px 42px 5px 15px; border: 0; border-radius: 4px; background: #fff; color: #222; font-size: 1.4rem; }
.search-field::placeholder { color: #6f7278; }
.search-submit { position: absolute; top: 0; right: 0; display: grid; width: 42px; height: 35px; padding: 0; place-items: center; border: 0; background: transparent; color: var(--kmag-accent); }
.search-submit svg, .mobile-search-toggle svg { width: 21px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 2; }
.menu-toggle, .mobile-search-toggle, .mobile-drawer, .drawer-overlay, .mobile-search-panel { display: none; }

.header-ad-area { min-height: 150px; padding-top: 32px; padding-bottom: 32px; text-align: center; }
.header-ad-widget > * { margin-right: auto; margin-left: auto; }
.header-promo-fallback { position: relative; display: block; width: min(100%, 760px); height: 92px; margin: 0 auto; overflow: hidden; background: #14161d; text-align: left; }
.header-promo-fallback::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,22,29,.95) 0%, rgba(20,22,29,.72) 50%, rgba(20,22,29,.1) 100%); }
.header-promo-fallback img { width: 100%; height: 100%; object-fit: cover; object-position: center 38%; }
.header-promo-copy { position: absolute; z-index: 2; top: 50%; left: 28px; display: flex; flex-direction: column; color: #fff; transform: translateY(-50%); }
.header-promo-copy small { color: #ff83aa; font-family: var(--kmag-serif); font-size: 1rem; font-weight: 700; letter-spacing: 1.4px; }
.header-promo-copy strong { margin-top: 3px; font-size: 1.65rem; }

/* Shared editorial elements */
.editorial-heading {
  margin: 0;
  color: #151515;
  font-family: var(--kmag-serif);
  font-size: 6.4rem;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section-heading-row { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 24px; }
.heading-link { margin-bottom: 8px; color: var(--kmag-accent); font-family: var(--kmag-serif); font-size: 1.2rem; font-weight: 700; letter-spacing: 1.2px; }
.home-section { padding-top: 36px; padding-bottom: 36px; }
.section-more { display: flex; justify-content: center; margin-top: 40px; }
.section-more a,
.button-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 198px;
  min-height: 51px;
  padding: 10px 28px;
  border: 1px solid var(--kmag-accent);
  border-radius: 999px;
  background: #fff;
  color: var(--kmag-accent);
  font-size: 1.3rem;
  font-weight: 600;
  transition: .2s ease;
}
.section-more a:hover, .button-outline:hover { background: var(--kmag-accent); color: #fff; }
.empty-section { padding: 40px; background: var(--kmag-mist); text-align: center; }

.kmag-card-image { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
a:hover > .kmag-card-image,
a:hover .kmag-card-image { transform: scale(1.025); }

.entry-card-meta { display: flex; align-items: center; min-height: 18px; margin-top: auto; color: var(--kmag-muted); font-size: 1.1rem; line-height: 1.5; }
.entry-card-meta time { margin-left: auto; }
.entry-card-source { margin-right: 10px; color: #777; font-size: 1rem; font-weight: 600; letter-spacing: .3px; }

.vertical-card { display: flex; flex-direction: column; min-width: 0; height: 100%; }
.vertical-card-image { display: block; aspect-ratio: 330/180; margin-bottom: 10px; overflow: hidden; background: #ececef; }
.vertical-card-content { display: flex; flex: 1; flex-direction: column; min-width: 0; }
.vertical-card h3 { margin: 0 0 8px; font-size: 1.6rem; font-weight: 650; line-height: 1.72; }
.vertical-card h3 a { display: -webkit-box; min-height: 3.45em; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.vertical-card-content > p { display: -webkit-box; margin: 0 0 10px; overflow: hidden; color: #606168; font-size: 1.25rem; line-height: 1.75; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.horizontal-card { position: relative; display: flex; min-width: 0; height: 110px; }
.horizontal-card-image { flex: 0 0 110px; width: 110px; height: 110px; margin-right: 22px; overflow: hidden; background: #ececef; }
.horizontal-card-content { display: flex; flex: 1; flex-direction: column; min-width: 0; }
.horizontal-card h3 { margin: 0; font-size: 1.55rem; font-weight: 650; line-height: 1.72; }
.horizontal-card h3 a { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.horizontal-card-content > p { display: -webkit-box; margin: 5px 0 0; overflow: hidden; color: #666970; font-size: 1.2rem; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.card-category { margin-bottom: 2px; color: var(--kmag-accent); font-family: var(--kmag-serif); font-size: 1rem; font-weight: 700; letter-spacing: .8px; }

/* Home hero */
.home-hero { padding: 24px 0; background: var(--kmag-mist); }
.home-hero-inner { display: flex; align-items: flex-start; gap: 16px; }
.hero-main-card { flex: 0 0 390px; width: 390px; }
.hero-main-image { display: block; aspect-ratio: 1; overflow: hidden; background: #e5e5e8; }
.hero-main-card h1 { min-height: 94px; margin: 0; background: #050505; font-size: 2rem; font-weight: 650; line-height: 1.78; }
.hero-main-card h1 a { display: -webkit-box; min-height: 94px; padding: 11px 16px; overflow: hidden; color: #fff; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.hero-main-card h1 a:hover { color: #ffabc6; }
.hero-sub-grid { display: grid; flex: 1; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 16px; min-width: 0; }
.hero-sub-card { min-width: 0; }
.hero-sub-image { display: block; aspect-ratio: 300/169; margin-bottom: 6px; overflow: hidden; background: #e5e5e8; }
.hero-sub-card h2 { margin: 0; font-size: 1.6rem; font-weight: 650; line-height: 1.72; }
.hero-sub-card h2 a { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

/* Home grids */
.pickup-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 48px 13px; }
.news-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 64px; }

/* Ranking */
.ranking-tabs { display: flex; width: 100%; margin-bottom: 28px; overflow-x: auto; overflow-y: hidden; }
.ranking-tabs button { flex: 1; min-width: 0; padding: 14px 8px; border: 0; border-bottom: 1px solid #e1e1e1; background: transparent; color: #222; font-family: var(--kmag-serif); font-size: 1.28rem; font-weight: 700; letter-spacing: .3px; white-space: nowrap; }
.ranking-tabs button:focus-visible { outline-offset: -3px; }
.ranking-tabs button[aria-selected="true"] { border-bottom-color: var(--kmag-accent); color: var(--kmag-accent); }
.ranking-layout { display: grid; grid-template-columns: 358px minmax(0, 1fr); gap: 12px 16px; }
.ranking-card { position: relative; display: flex; min-width: 0; min-height: 102px; }
.ranking-card:nth-child(1) { grid-row: span 4; flex-direction: column; }
.ranking-card:nth-child(n+6) { grid-column: 1/-1; min-height: 58px; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--kmag-line); }
.ranking-number { position: absolute; z-index: 2; top: -6px; left: -4px; display: grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; background: var(--kmag-accent-soft); color: #fff; font-size: 1.2rem; font-weight: 700; }
.ranking-card:first-child .ranking-number { top: -14px; left: -10px; width: 40px; height: 40px; font-size: 2rem; }
.ranking-card-image { flex: 0 0 102px; width: 102px; height: 102px; margin-right: 16px; overflow: hidden; background: #eee; }
.ranking-card:first-child .ranking-card-image { flex: 0 0 auto; width: 358px; height: 358px; margin: 0 0 12px; }
.ranking-card-content { display: flex; flex: 1; flex-direction: column; min-width: 0; }
.ranking-card h3 { margin: 0; font-size: 1.5rem; font-weight: 650; line-height: 1.65; }
.ranking-card h3 a { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.ranking-card-content > p { display: -webkit-box; margin: 8px 0; overflow: hidden; color: #666; font-size: 1.2rem; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.ranking-views { margin-top: auto; color: var(--kmag-muted); font-size: 1.05rem; }
.ranking-card:nth-child(n+6) .ranking-number { position: static; flex: 0 0 24px; margin-right: 16px; }
.ranking-card:nth-child(n+6) .ranking-card-content { flex-direction: row; align-items: center; }
.ranking-card:nth-child(n+6) .ranking-card-content h3 { flex: 1; }
.ranking-card:nth-child(n+6) .ranking-views { flex-shrink: 0; margin: 0 0 0 20px; }

.hot-topics-box { margin-top: 48px; padding: 28px 32px; background: var(--kmag-mist); }
.hot-topics-box h3 { margin: 0 0 18px; font-family: var(--kmag-serif); font-size: 2.4rem; font-weight: 600; letter-spacing: .5px; }
.hot-topic-tags { display: flex; flex-wrap: wrap; gap: 10px 12px; }
.hot-topic-tags a, .hot-topic-tags span { display: inline-flex; align-items: center; min-height: 36px; padding: 6px 16px; border: 1px solid #242424; border-radius: 999px; background: #fff; color: #222; font-size: 1.2rem; }
.hot-topic-tags a:hover { border-color: var(--kmag-accent); color: var(--kmag-accent); }

/* Movie, interview, photo */
.rail-controls { display: flex; gap: 8px; margin-bottom: 5px; }
.rail-controls button { display: grid; width: 44px; height: 44px; padding: 0; place-items: center; border: 1px solid #ddd; border-radius: 50%; background: #fff; color: #222; font-family: var(--kmag-serif); font-size: 2.4rem; line-height: 1; }
.movie-rail { display: flex; gap: 16px; padding-bottom: 8px; overflow-x: auto; scroll-behavior: smooth; scrollbar-width: thin; scroll-snap-type: x mandatory; }
.movie-card { flex: 0 0 240px; min-width: 0; scroll-snap-align: start; }
.movie-card-image { position: relative; aspect-ratio: 9/16; overflow: hidden; border-radius: 8px; background: #ececf0; }
.movie-card-image::after { content: ""; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.62)); }
.movie-card h3 { display: -webkit-box; margin: 10px 4px 0; overflow: hidden; font-size: 1.4rem; line-height: 1.65; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.play-button { position: absolute; z-index: 2; top: 50%; left: 50%; display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.88); color: var(--kmag-accent); font-size: 1.5rem; transform: translate(-50%, -50%); }
.interview-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
.photo-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; }
.photo-card { min-width: 0; }
.photo-card-image { display: block; aspect-ratio: 1; margin-bottom: 10px; overflow: hidden; background: #eee; }
.photo-card h3 { margin: 0; font-size: 1.35rem; font-weight: 650; line-height: 1.75; }
.photo-card h3 a { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.tieup-banner { padding-top: 40px; padding-bottom: 48px; }
.tieup-banner-visual { position: relative; display: flex; align-items: center; min-height: 160px; padding: 22px 34px; overflow: hidden; background: linear-gradient(90deg, rgba(73,8,51,.94), rgba(199,31,89,.9) 56%, rgba(15,17,25,.42)), url("../images/demo/editorial-04.jpg") center 38%/cover no-repeat; color: #fff; }
.tieup-banner-visual::before { content: ""; position: absolute; top: -130px; left: 90px; width: 300px; height: 300px; border: 45px solid rgba(255,255,255,.09); border-radius: 50%; }
.tieup-banner-visual > span { position: relative; width: 240px; font-family: var(--kmag-serif); font-size: 2.8rem; letter-spacing: 1px; }
.tieup-banner-visual > div { position: relative; display: flex; flex: 1; flex-direction: column; }
.tieup-banner-visual strong { font-size: 2.2rem; }
.tieup-banner-visual small { margin-top: 4px; opacity: .85; font-size: 1.2rem; }
.tieup-banner-visual a { position: relative; display: inline-flex; align-items: center; justify-content: center; min-width: 130px; min-height: 38px; border: 1px solid rgba(255,255,255,.75); border-radius: 999px; font-size: 1.2rem; }
.tieup-banner-visual a:hover { background: #fff; color: var(--kmag-accent); }

/* Footer */
.footer-social { background: var(--kmag-mist); }
.footer-social-inner { padding-top: 38px; padding-bottom: 38px; text-align: center; }
.footer-social-kicker { margin: 0 0 3px; color: var(--kmag-accent); font-family: var(--kmag-serif); font-size: 1.05rem; font-weight: 700; letter-spacing: 1.4px; }
.footer-social h2 { margin: 0 0 22px; font-size: 1.35rem; letter-spacing: .4px; }
.social-links { display: flex; align-items: center; justify-content: center; gap: 16px; }
.social-links > a, .social-links > span { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; background: #fff; color: #222; box-shadow: 0 2px 10px rgba(0,0,0,.08); font-size: 1.1rem; font-weight: 750; }
.social-links svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.social-links .social-icon-fill, .social-links .social-icon-dot { fill: currentColor; stroke: none; }
.social-links > a:hover { background: var(--kmag-accent); color: #fff; }
.site-footer { background: var(--kmag-charcoal); color: rgba(255,255,255,.83); }
.footer-inner { padding-top: 32px; padding-bottom: 26px; }
.footer-brand-row { display: flex; align-items: center; margin-bottom: 28px; }
.footer-brand { flex: 0 0 auto; }
.footer-logo { margin-right: 24px; font-size: 2.9rem; letter-spacing: -2px; }
.footer-logo-image img { width: auto; max-width: 180px; max-height: 48px; object-fit: contain; }
.footer-description p { margin: 0; color: rgba(255,255,255,.62); font-size: 1.15rem; }
.footer-description small { color: rgba(255,255,255,.52); font-family: var(--kmag-serif); font-size: .95rem; letter-spacing: .8px; }
.footer-category-row { display: flex; align-items: center; padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-category-row > span { flex: 0 0 110px; color: rgba(255,255,255,.55); }
.footer-category-navigation { flex: 1; min-width: 0; }
.footer-category-menu, .footer-category-row .menu { gap: 28px; }
.footer-category-menu a, .footer-category-row .menu a { font-family: var(--kmag-serif); font-size: 1.18rem; }
.footer-bottom-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; padding-top: 20px; }
.footer-link-groups { min-width: 0; }
.footer-utility-menu, .footer-bottom-row .menu { flex-wrap: wrap; gap: 8px 24px; }
.footer-utility-menu a, .footer-bottom-row .menu a { color: rgba(255,255,255,.68); font-size: 1.1rem; }
.footer-policy-menu { display: flex; flex-wrap: wrap; gap: 5px 18px; margin: 12px 0 0; padding: 0; list-style: none; }
.footer-policy-menu a { color: rgba(255,255,255,.48); font-size: 1rem; }
.footer-policy-menu a:hover { color: #fff; }
.copyright { margin: 0 0 0 25px; color: rgba(255,255,255,.55); font-size: 1.05rem; white-space: nowrap; }

/* Breadcrumbs and archive */
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 34px 0 24px; color: #777; font-size: 1.1rem; letter-spacing: .25px; }
.breadcrumbs span[aria-hidden="true"] { color: #bbb; }
.breadcrumbs span[aria-current="page"] { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.archive-header { margin-bottom: 46px; padding: 24px 0 30px; border-bottom: 1px solid #ddd; }
.archive-kicker { margin: 0 0 5px; color: var(--kmag-accent); font-family: var(--kmag-serif); font-size: 1.15rem; font-weight: 700; letter-spacing: 1.5px; }
.archive-header .editorial-heading { font-size: 5.6rem; }
.archive-description { max-width: 680px; margin-top: 14px; color: #666; }
.archive-lead-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; margin-bottom: 56px; }
.archive-lead-grid .vertical-card-image { aspect-ratio: 16/9; }
.archive-lead-grid .vertical-card h3 { font-size: 2rem; line-height: 1.55; }
.content-with-sidebar { display: grid; grid-template-columns: minmax(0, 692px) 300px; gap: 32px; align-items: start; }
.list-heading { margin: 0 0 18px; padding-bottom: 10px; border-bottom: 2px solid #222; font-family: var(--kmag-serif); font-size: 2.6rem; font-weight: 500; letter-spacing: .5px; }
.archive-list .horizontal-card { height: 142px; padding: 16px 0; border-bottom: 1px solid var(--kmag-line); }
.archive-list .horizontal-card-image { flex-basis: 110px; width: 110px; height: 110px; }
.archive-list .horizontal-card h3 { font-size: 1.65rem; }
.archive-sidebar, .single-sidebar { position: sticky; top: 18px; }
.sidebar-ranking { margin-bottom: 32px; padding: 22px; border-top: 4px solid var(--kmag-accent); background: var(--kmag-mist); }
.sidebar-ranking h2 { margin: 0 0 18px; font-family: var(--kmag-serif); font-size: 2.8rem; font-weight: 400; letter-spacing: .7px; }
.sidebar-ranking ol { margin: 0; padding: 0; list-style: none; counter-reset: ranking; }
.sidebar-ranking li { display: flex; align-items: flex-start; padding: 13px 0; border-bottom: 1px solid var(--kmag-line); }
.sidebar-ranking li:last-child { border-bottom: 0; }
.sidebar-ranking li > span { display: grid; flex: 0 0 24px; width: 24px; height: 24px; margin-right: 10px; place-items: center; border-radius: 50%; background: var(--kmag-accent-soft); color: #fff; font-size: 1rem; font-weight: 700; }
.sidebar-ranking li > a { display: -webkit-box; overflow: hidden; font-size: 1.2rem; font-weight: 650; line-height: 1.65; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.widget { margin-bottom: 24px; padding: 20px; background: var(--kmag-mist); }
.widget-title { margin: 0 0 15px; font-family: var(--kmag-serif); font-size: 2.2rem; }
.nav-links { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 44px 0; }
.page-numbers { display: grid; min-width: 44px; height: 44px; padding: 0 8px; place-items: center; border: 1px solid #ddd; }
.page-numbers.current, .page-numbers:hover { border-color: var(--kmag-accent); background: var(--kmag-accent); color: #fff; }

/* Single article */
.single-layout { display: grid; grid-template-columns: minmax(0, 708px) 300px; gap: 16px; align-items: start; }
.single-article { min-width: 0; }
.single-header { padding: 16px 0 24px; }
.single-category { display: inline-flex; margin-bottom: 12px; padding: 5px 12px; background: var(--kmag-accent); color: #fff; font-family: var(--kmag-serif); font-size: 1.05rem; font-weight: 700; letter-spacing: .6px; }
.single-header h1 { margin: 0; font-size: clamp(3rem, 3.2vw, 4.2rem); font-weight: 720; line-height: 1.4; letter-spacing: -.7px; word-break: keep-all; }
.single-excerpt { margin: 18px 0 0; color: #666; font-size: 1.55rem; line-height: 1.75; }
.single-meta { display: flex; align-items: center; justify-content: flex-end; gap: 18px; margin-top: 20px; color: var(--kmag-muted); font-size: 1.15rem; }
.single-featured-image { margin: 0 0 16px; }
.single-featured-image img { width: 100%; max-height: 760px; object-fit: cover; }
.single-featured-image figcaption { margin-top: 7px; color: #666; font-size: 1.05rem; text-align: right; }
.single-share { display: flex; align-items: center; justify-content: flex-end; gap: 9px; padding: 14px 0; border-bottom: 1px solid var(--kmag-line); }
.single-share > span { margin-right: 6px; color: #777; font-family: var(--kmag-serif); font-size: 1.1rem; letter-spacing: 1px; }
.single-share a { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; background: var(--kmag-charcoal); color: #fff; font-size: 1.2rem; font-weight: 700; }
.single-share a:hover { background: var(--kmag-accent); }
.entry-content { padding-top: 32px; font-size: 1.65rem; line-height: 2; word-break: keep-all; }
.entry-content > * { max-width: 100%; }
.entry-content { overflow-wrap: anywhere; }
.entry-content p { margin: 0 0 1.8em; }
.entry-content h2 { margin: 2.2em 0 .75em; padding-bottom: .45em; border-bottom: 2px solid #222; font-size: 2.6rem; line-height: 1.45; }
.entry-content h3 { margin: 2em 0 .65em; font-size: 2.1rem; }
.entry-content a { color: var(--kmag-accent); text-decoration: underline; text-underline-offset: 3px; }
.entry-content blockquote { margin: 2.4em 0; padding: 26px 32px; border-left: 4px solid var(--kmag-accent); background: var(--kmag-mist); font-family: var(--kmag-serif); font-size: 1.9rem; }
.entry-content blockquote p:last-child { margin-bottom: 0; }
.entry-content figure { margin: 2.2em 0; }
.entry-content figcaption { color: #666; font-size: 1.1rem; text-align: center; }
.entry-content pre, .entry-content table { max-width: 100%; overflow-x: auto; }
.entry-content pre { padding: 18px; background: var(--kmag-mist); white-space: pre; }
.entry-content table { display: block; width: max-content; border-collapse: collapse; }
.entry-content th, .entry-content td { padding: 9px 12px; border: 1px solid #d7d7d7; }
.entry-content .alignwide { width: min(100vw - 32px, 1024px); max-width: none; margin-right: 50%; margin-left: 50%; transform: translateX(-50%); }
.entry-content .alignfull { width: 100vw; max-width: none; margin-right: 50%; margin-left: 50%; transform: translateX(-50%); }
.article-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 36px; padding: 24px; background: var(--kmag-mist); }
.article-tags strong { margin-right: 10px; font-family: var(--kmag-serif); letter-spacing: .6px; }
.article-tags a { padding: 3px 12px; border: 1px solid #bbb; border-radius: 999px; background: #fff; font-size: 1.15rem; }
.post-navigation { margin-top: 40px; border-top: 1px solid var(--kmag-line); border-bottom: 1px solid var(--kmag-line); }
.post-navigation .nav-links { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 0; }
.post-navigation .nav-previous, .post-navigation .nav-next { padding: 20px; }
.post-navigation .nav-next { border-left: 1px solid var(--kmag-line); text-align: right; }
.post-navigation a { display: -webkit-box; overflow: hidden; font-size: 1.25rem; font-weight: 600; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.post-navigation a .post-navigation__label { display: block; margin-bottom: 5px; color: var(--kmag-accent); font-family: var(--kmag-serif); font-size: 1rem; letter-spacing: 1px; }
.sidebar-follow-box { display: flex; align-items: center; margin-bottom: 20px; padding: 18px; border-radius: 50px; background: #17191f; color: #fff; }
.sidebar-follow-box > span { display: grid; flex: 0 0 42px; width: 42px; height: 42px; margin-right: 12px; place-items: center; border-radius: 50%; background: linear-gradient(135deg, #e71e66, #f05b54); font-family: var(--kmag-serif); font-size: 2.2rem; }
.sidebar-follow-box div { display: flex; flex-direction: column; }
.sidebar-follow-box small { color: rgba(255,255,255,.65); }
.related-posts { margin-top: 72px; padding-top: 24px; border-top: 1px solid #ddd; }
.related-posts .editorial-heading { margin-bottom: 24px; font-size: 4.6rem; }
.related-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.related-grid .vertical-card h3 { font-size: 1.35rem; }
.comments-area { max-width: 708px; margin-top: 64px; padding-top: 26px; border-top: 2px solid #222; }
.comments-title { font-family: var(--kmag-serif); font-size: 2.8rem; font-weight: 500; }
.comment-list { padding-left: 0; list-style: none; }
.comment-body { margin-bottom: 18px; padding: 18px; background: var(--kmag-mist); }
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .comment-form input[type="password"], .comment-form textarea { width: 100%; padding: 12px; border: 1px solid #ccc; }
.comment-form input[type="submit"] { padding: 11px 24px; border: 0; background: var(--kmag-accent); color: #fff; }

/* Detailed article presentation */
.single-header h1 { max-width: 680px; font-size: 3.2rem; line-height: 1.36; }
.single-category { padding: 0 0 3px; border-bottom: 2px solid var(--kmag-accent); background: transparent; color: var(--kmag-accent); }
.single-category:hover { color: #8d103d; }
.single-meta { flex-wrap: wrap; gap: 6px 14px; padding-top: 15px; border-top: 1px solid var(--kmag-line); }
.single-source { margin-right: auto; color: var(--kmag-accent); font-weight: 700; }
.single-author, .single-comments-link { color: #3c3d42; text-decoration: underline; text-decoration-color: #bbb; text-underline-offset: 3px; }
.single-views { white-space: nowrap; }
.single-featured-image { width: min(100%, 600px); margin: 10px auto 12px; }
.single-featured-image img { width: 100%; max-height: none; }
.entry-content { width: min(100%, 600px); margin-right: auto; margin-left: auto; }
.article-secondary-visual { width: min(100%, 600px); margin: 42px auto 0; }
.article-secondary-visual__image { width: 100%; }
.article-secondary-visual figcaption { margin-top: 8px; color: #74767c; font-size: 1.05rem; text-align: center; }
.article-publisher { width: min(100%, 600px); margin: 42px auto 0; padding: 18px 0; border-top: 1px solid var(--kmag-line); border-bottom: 1px solid var(--kmag-line); color: #65676d; font-size: 1.12rem; }
.article-publisher p { display: flex; gap: 15px; margin: 3px 0; }
.article-publisher p > span { flex: 0 0 70px; color: #292a2e; font-weight: 650; }
.article-publisher a { text-decoration: underline; text-underline-offset: 3px; }

.article-share { width: min(100%, 600px); margin-right: auto; margin-left: auto; }
.article-share.article-share--bottom { margin-top: 20px; }
.article-share__items { display: flex; flex-wrap: wrap; gap: 8px; }
.single-share .article-share__link,
.article-share__copy { display: inline-flex; width: auto; min-width: 88px; height: 40px; padding: 0 14px; align-items: center; justify-content: center; gap: 7px; border: 1px solid #dadbde; border-radius: 999px; background: #fff; color: #25262a; font-size: 1.05rem; font-weight: 650; }
.single-share .article-share__link:hover, .article-share__copy:hover { border-color: var(--kmag-accent); background: #fff; color: var(--kmag-accent); }
.article-share__link--x .article-share__icon { color: #111; }
.article-share__link--facebook .article-share__icon { color: #1877f2; }
.article-share__link--line .article-share__icon { color: #06c755; }
.article-share__icon, .article-share__copy-icon { display: grid; width: 18px; height: 18px; place-items: center; }
.article-share__icon svg, .article-share__copy-icon svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.article-share__icon .social-icon-fill, .article-share__icon .social-icon-dot { fill: currentColor; stroke: none; }
.article-share__copy.is-copied { border-color: #129c58; background: #effbf4; color: #08703d; }

.article-topics { width: min(100%, 600px); margin-right: auto; margin-left: auto; align-items: flex-start; }
.article-topics h2 { flex: 0 0 auto; margin: 3px 10px 0 0; font-family: var(--kmag-serif); font-size: 1.35rem; letter-spacing: .7px; }
.article-topics ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.article-topics li { margin: 0; }
.post-navigation__label { display: block; margin-bottom: 4px; color: var(--kmag-accent); font-family: var(--kmag-serif); font-size: 1rem; letter-spacing: 1px; }
.post-navigation__title { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.article-follow { margin-bottom: 28px; overflow: hidden; background: #f5f5f6; }
.article-follow__brand.sidebar-follow-box { align-items: flex-start; margin: 0; padding: 19px 17px; border-radius: 0; background: #191b22; }
.article-follow__brand h2 { margin: 0 0 3px; color: #fff; font-family: var(--kmag-serif); font-size: 1.35rem; line-height: 1.3; }
.article-follow__brand p { margin: 0; color: rgba(255,255,255,.62); font-size: 1rem; line-height: 1.55; }
.article-follow__mark { background: linear-gradient(135deg, #c71f59, #f05b54); }
.article-follow__links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0; padding: 11px; gap: 7px; list-style: none; }
.article-follow__links a { display: flex; min-height: 38px; padding: 7px 8px; align-items: center; border: 1px solid #dedee1; background: #fff; font-size: .95rem; font-weight: 600; }
.article-follow__links a:hover { border-color: var(--kmag-accent); color: var(--kmag-accent); }
.article-follow__icon { display: grid; width: 22px; height: 22px; margin-right: 5px; place-items: center; }
.article-follow__icon svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.article-follow__icon .social-icon-fill, .article-follow__icon .social-icon-dot { fill: currentColor; stroke: none; }
.mobile-article-follow { display: none; }
.related-posts .editorial-heading { display: flex; align-items: flex-end; gap: 18px; }
.related-posts .editorial-heading small { margin-bottom: 8px; color: #777; font-family: var(--kmag-sans); font-size: 1.15rem; font-weight: 500; letter-spacing: 0; text-transform: none; }

/* Threaded comments */
.comments-header { margin-bottom: 30px; }
.comments-kicker { margin: 0; color: var(--kmag-accent); font-family: var(--kmag-serif); font-size: 1.05rem; font-weight: 700; letter-spacing: 1.3px; }
.comments-title { margin: 1px 0 8px; }
.comments-guidance, .comment-notes, .no-comments-yet, .comments-closed { color: #6b6d73; font-size: 1.15rem; }
.no-comments-yet, .comments-closed { padding: 18px; background: var(--kmag-mist); }
.comment-list { margin: 0; padding: 0; list-style: none; }
.comment-item { margin: 0; list-style: none; }
.comment-list .children { margin: 0 0 0 54px; padding: 0; list-style: none; }
.comment-body { margin: 0 0 14px; padding: 20px; border: 1px solid #e2e2e4; background: #fff; }
.comment-meta { display: flex; align-items: center; }
.comment-avatar { flex: 0 0 48px; margin-right: 12px; }
.comment-avatar img { width: 48px; height: 48px; border-radius: 50%; }
.comment-meta__text { display: flex; min-width: 0; flex-direction: column; }
.comment-author { color: #222; font-weight: 700; line-height: 1.45; }
.comment-author-badge { display: inline-flex; margin-left: 6px; padding: 1px 7px; border-radius: 999px; background: var(--kmag-accent); color: #fff; font-size: .85rem; font-weight: 600; vertical-align: 1px; }
.comment-time { color: #65676d; font-size: 1rem; }
.comment-awaiting-moderation { margin: 14px 0 0; padding: 10px 12px; background: #fff5db; color: #694f00; font-size: 1.05rem; }
.comment-content { margin-top: 14px; font-size: 1.35rem; line-height: 1.75; }
.comment-content p:last-child { margin-bottom: 0; }
.comment-actions { display: flex; gap: 12px; margin-top: 13px; }
.comment-actions a { color: var(--kmag-accent); font-size: 1.05rem; font-weight: 650; }
.comment-navigation .nav-links { justify-content: space-between; margin: 20px 0; }
.comment-navigation a { color: var(--kmag-accent); font-weight: 650; }
.comment-respond { margin-top: 40px; padding: 28px; background: var(--kmag-mist); }
.comment-reply-title { margin: 0 0 8px; font-family: var(--kmag-serif); font-size: 2.4rem; font-weight: 500; }
.cancel-reply { margin-left: 10px; font-family: var(--kmag-sans); font-size: 1.05rem; }
.cancel-reply a { color: var(--kmag-accent); }
.comment-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 16px; }
.comment-form > p { margin: 0 0 16px; }
.comment-form .comment-notes, .comment-form .comment-form-comment, .comment-form .comment-form-cookies-consent, .comment-form .form-submit, .comment-form .logged-in-as { grid-column: 1/-1; }
.comment-form label { display: block; margin-bottom: 5px; font-size: 1.1rem; font-weight: 650; }
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form textarea { min-height: 46px; border-color: #cfd0d3; background: #fff; }
.comment-form textarea { resize: vertical; }
.comment-form-cookies-consent { display: flex; align-items: flex-start; gap: 8px; }
.comment-form-cookies-consent input { margin-top: 6px; }
.comment-form-cookies-consent label { margin: 0; font-weight: 400; }
.comment-form input.comment-submit { min-height: 46px; padding: 10px 28px; border-radius: 999px; font-weight: 700; }
.comment-form input.comment-submit:hover { background: #9e1746; }

/* Pages, search and errors */
.page-main, .ranking-page, .search-main { padding-bottom: 70px; }
.page-header { margin-bottom: 36px; padding: 18px 0 24px; border-bottom: 1px solid #ddd; }
.standard-page { max-width: 850px; margin: 0 auto; }
.standard-page .entry-content { font-size: 1.6rem; }
.full-width-page .entry-content { width: 100%; }
.search-header .editorial-heading { font-family: var(--kmag-sans); font-size: 3.6rem; font-weight: 720; letter-spacing: -1px; text-transform: none; }
.search-page-form { max-width: 520px; margin-top: 24px; }
.search-page-form .search-field { height: 50px; border: 1px solid #ccc; }
.search-page-form .search-submit { height: 50px; }
.no-results { margin: 30px 0 80px; padding: 60px; background: var(--kmag-mist); text-align: center; }
.no-results h2 { margin: 0 0 8px; font-size: 2.4rem; }
.no-results .search-page-form { margin-right: auto; margin-left: auto; }
.error-main { min-height: 620px; }
.error-404 { max-width: 680px; margin: 90px auto; text-align: center; }
.error-code { margin: 0; color: var(--kmag-accent); font-family: var(--kmag-serif); font-size: 12rem; line-height: 1; }
.error-404 h1 { margin: 18px 0 10px; font-size: 3.2rem; }
.error-search { max-width: 460px; margin: 28px auto 24px; }
.error-search .search-field { height: 48px; border: 1px solid #ccc; }
.error-search .search-submit { height: 48px; }

/* Full ranking page */
.ranking-page .page-header p { margin: 8px 0 0; color: #777; }
.ranking-page-tabs { margin-top: 12px; }
.ranking-page-tabs button { flex: 0 0 auto; min-width: 94px; }
.ranking-page-list { display: block; }
.ranking-page-list .ranking-card { min-height: 124px; padding-bottom: 18px; border-bottom: 1px solid var(--kmag-line); }
.ranking-page-list .ranking-card:nth-child(1) { grid-row: auto; flex-direction: row; }
.ranking-page-list .ranking-card:nth-child(n+6) { grid-column: auto; align-items: flex-start; padding: 0 0 18px; }
.ranking-page-list .ranking-card:first-child .ranking-card-image { flex: 0 0 124px; width: 124px; height: 124px; margin: 0 16px 0 0; }
.ranking-page-list .ranking-card:first-child .ranking-number { top: -6px; left: -4px; width: 32px; height: 32px; font-size: 1.5rem; }
.ranking-page-list .ranking-card-image { flex: 0 0 124px; width: 124px; height: 124px; }
.ranking-page-list .ranking-card:nth-child(n+6) .ranking-card-content { align-items: flex-start; }
.ranking-page-list .ranking-card { margin-bottom: 18px; }
.ranking-page-list .ranking-card:nth-child(n+6) { min-height: 88px; }
.ranking-page-list .ranking-card:nth-child(n+6) .ranking-card-content { flex-direction: column; }
.ranking-page-list .ranking-card:nth-child(n+6) .ranking-views { margin: 6px 0 0; }
.ranking-page-sidebar { margin-top: 12px; }

/* Dedicated photo archive */
.photo-archive-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px 16px; }
.photo-archive-grid .entry-card-meta { margin-top: 6px; }

/* Editorial landing pages */
.editorial-hub { padding-bottom: 80px; }
.hub-header { margin-bottom: 32px; }
.hub-lead { display: grid; grid-template-columns: minmax(0, 58%) minmax(0, 42%); min-height: 420px; margin-bottom: 56px; background: #15171d; color: #fff; }
.hub-lead-image { position: relative; min-height: 420px; overflow: hidden; }
.hub-lead-copy { display: flex; flex-direction: column; justify-content: center; padding: 44px 38px; }
.hub-lead-copy .card-category { color: #ff8fb1; }
.hub-lead-copy h2 { margin: 8px 0 16px; font-size: 2.8rem; line-height: 1.45; }
.hub-lead-copy p { margin: 0 0 22px; color: rgba(255,255,255,.72); }
.hub-lead-copy .entry-card-meta { color: rgba(255,255,255,.58); }
.hub-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 44px 18px; }
.hub-cta { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 64px; padding: 32px 38px; background: var(--kmag-mist); }
.hub-cta p { margin: 0; font-size: 1.55rem; }
.video-hub .hub-lead-image::after { content: ""; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.35)); }
.video-hub .hub-lead-image .play-button { z-index: 2; }
.giveaway-hub .hub-lead, .tieup-hub .hub-lead { background: linear-gradient(135deg, #5d1049, #c71f59); }

@media (max-width: 1100px) and (min-width: 768px) {
  .header-menu { gap: 14px; }
  .header-menu a, .desktop-navigation .menu a { font-size: 1.25rem; }
  .desktop-search { width: 210px; flex-basis: 210px; }
}

@media (max-width: 900px) and (min-width: 768px) {
  .desktop-navigation-inner { position: relative; justify-content: center; }
  .desktop-search { position: absolute; right: 10px; width: 42px; flex-basis: 42px; transition: width .2s ease; }
  .desktop-search .search-field { width: 42px; padding-left: 7px; color: transparent; cursor: pointer; transition: width .2s ease, color .2s ease; }
  .desktop-search:not(:focus-within) .search-field::placeholder { color: transparent; }
  .desktop-search:not(:focus-within) .search-submit { pointer-events: none; }
  .desktop-search:focus-within { z-index: 2; width: 220px; }
  .desktop-search:focus-within .search-field { width: 220px; padding-left: 15px; color: #222; cursor: text; }
  .ranking-tabs button { flex: 0 0 auto; min-width: 94px; }
  .footer-category-row { align-items: flex-start; }
  .footer-category-menu, .footer-category-row .menu { flex-wrap: wrap; gap: 8px 22px; }
}

@media (max-width: 767px) {
  html { font-size: 62.5%; }
  body { font-size: 1.4rem; overflow-x: hidden; }
  .kmag-wrapper { max-width: none; padding-right: 16px; padding-left: 16px; }

  .site-header-top { height: 45px; background: linear-gradient(100deg, #9f0b60, #d21c64 70%, #ef5058); }
  .site-header-top-inner { justify-content: center; padding: 0 50px; }
  .site-logo-text { font-size: 2.75rem; letter-spacing: -2px; }
	.site-logo-original img { width: 160px; max-width: 100%; }
  .custom-logo { max-width: 140px; max-height: 38px; }
  .header-campaign, .desktop-navigation { display: none; }

  .menu-toggle, .mobile-search-toggle { position: absolute; top: 0; display: flex; width: 45px; height: 45px; padding: 0; border: 0; background: transparent; color: #fff; }
  .menu-toggle { left: 5px; flex-direction: column; align-items: center; }
  .menu-toggle:focus-visible, .mobile-search-toggle:focus-visible { outline-offset: -4px; }
  .menu-toggle > span { position: absolute; left: 50%; width: 25px; height: 2px; background: #fff; transform: translateX(-50%); transition: .25s ease; }
  .menu-toggle > span:nth-child(1) { top: 9px; }
  .menu-toggle > span:nth-child(2) { top: 15px; }
  .menu-toggle > span:nth-child(3) { top: 21px; }
  .menu-toggle small { margin-top: auto; padding-bottom: 2px; font-size: .9rem; line-height: 1; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { top: 15px; transform: translateX(-50%) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { top: 15px; transform: translateX(-50%) rotate(-45deg); }
  .mobile-search-toggle { right: 5px; align-items: center; justify-content: center; }

  .mobile-search-panel { position: absolute; z-index: 5; top: 45px; left: 0; display: block; width: 100%; padding: 12px 16px; background: var(--kmag-charcoal); box-shadow: 0 8px 18px rgba(0,0,0,.18); }
  .mobile-search-panel .search-field { height: 44px; }
  .mobile-search-panel .search-submit { height: 44px; }
  .mobile-drawer { position: fixed; z-index: 7; top: 45px; bottom: 0; left: 0; display: block; visibility: hidden; width: min(390px, 92vw); overflow-y: auto; overscroll-behavior: contain; pointer-events: none; background: var(--kmag-charcoal); color: #fff; transform: translateX(-105%); transition: transform .35s ease, visibility 0s linear .35s; }
  .admin-bar .mobile-drawer { top: 91px; }
  .mobile-drawer.is-open { visibility: visible; pointer-events: auto; transform: translateX(0); transition-delay: 0s; }
  .mobile-drawer-inner { padding: 0 22px 44px; }
  .drawer-header { position: sticky; z-index: 3; top: 0; display: flex; align-items: center; justify-content: space-between; min-height: 58px; margin: 0 -22px 18px; padding: 0 20px 0 22px; border-bottom: 1px solid rgba(255,255,255,.13); background: rgba(33,36,43,.96); backdrop-filter: blur(8px); }
  .drawer-title { margin: 0; font-size: 1.4rem; font-weight: 700; }
  .drawer-close { display: grid; width: 44px; height: 44px; padding: 0; place-items: center; border: 0; background: transparent; color: #fff; }
  .drawer-close svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.8; }
  .mobile-top-menu { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0 0 22px; padding: 0; border-top: 1px solid rgba(255,255,255,.16); list-style: none; }
  .mobile-top-menu li { border-right: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
  .mobile-top-menu li:nth-child(even) { border-right: 0; }
  .mobile-top-menu a { position: relative; display: block; min-height: 48px; padding: 13px 23px 11px 0; color: #fff; font-size: 1.15rem; font-weight: 600; }
  .mobile-top-menu a::after { content: "›"; position: absolute; top: 12px; right: 10px; color: #ff7ca5; font-size: 1.7rem; }
  .drawer-campaign { position: relative; display: flex; min-height: 128px; margin: 0 0 28px; padding: 18px 118px 18px 18px; overflow: hidden; flex-direction: column; justify-content: center; background: linear-gradient(90deg, rgba(130,9,76,.96), rgba(198,27,90,.68)), url("../images/demo/editorial-08.jpg") 78% 35%/cover no-repeat; color: #fff; }
  .drawer-campaign:hover { color: #fff; }
  .drawer-campaign-eyebrow { margin-bottom: 4px; color: #ffb5cb; font-family: var(--kmag-serif); font-size: .85rem; font-weight: 700; letter-spacing: 1px; }
  .drawer-campaign strong { font-size: 1.4rem; line-height: 1.45; }
  .drawer-campaign > span:last-of-type { margin-top: 4px; color: rgba(255,255,255,.72); font-size: 1rem; line-height: 1.5; }
  .drawer-campaign-orb { position: absolute; right: 20px; bottom: -18px; width: 70px; height: 70px; border: 2px solid rgba(255,255,255,.45); border-radius: 50%; }
  .drawer-heading { margin: 0 0 14px; color: #fff; font-family: var(--kmag-serif); font-size: 2.2rem; letter-spacing: .8px; }
  .mobile-drawer .hot-topic-tags { margin-bottom: 30px; }
  .mobile-drawer .hot-topic-tags a, .mobile-drawer .hot-topic-tags span { min-height: 44px; padding: 6px 14px; border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.06); color: #fff; }
  .drawer-menu, .mobile-drawer .menu, .drawer-utility-menu { margin: 0; padding: 0; list-style: none; }
  .drawer-menu li, .mobile-drawer .menu li { border-bottom: 1px solid rgba(255,255,255,.12); }
  .drawer-menu a, .mobile-drawer .menu a { position: relative; display: block; padding: 12px 18px 12px 0; color: #fff; font-family: var(--kmag-serif); font-size: 1.45rem; }
  .drawer-menu a::after, .mobile-drawer .menu a::after { content: "›"; position: absolute; right: 2px; color: rgba(255,255,255,.55); }
  .mobile-drawer .mobile-top-menu li { border-right: 1px solid rgba(255,255,255,.12); }
  .mobile-drawer .mobile-top-menu li:nth-child(even) { border-right: 0; }
  .mobile-drawer .mobile-top-menu a { min-height: 48px; padding: 13px 23px 11px 0; font-family: var(--kmag-sans); font-size: 1.15rem; font-weight: 600; }
  .mobile-drawer .mobile-top-menu a::after { top: 12px; right: 10px; color: #ff7ca5; font-size: 1.7rem; }
  .drawer-utility-menu { margin-top: 24px; }
  .drawer-utility-menu a { display: block; padding: 8px 0; color: rgba(255,255,255,.65); font-size: 1.2rem; }
  .drawer-search { margin-top: 32px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); }
  .drawer-subheading { margin: 0 0 12px; color: rgba(255,255,255,.65); font-family: var(--kmag-serif); font-size: 1.05rem; font-weight: 700; letter-spacing: 1.2px; }
  .drawer-search .search-field { height: 46px; border-radius: 0; }
  .drawer-search .search-submit { height: 46px; }
  .drawer-follow { margin-top: 28px; }
  .drawer-social-links { display: flex; flex-wrap: wrap; gap: 9px; }
  .drawer-social-links a { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: #fff; }
  .drawer-social-links a:hover { border-color: #ff8eb0; background: var(--kmag-accent); color: #fff; }
  .drawer-social-links svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
  .drawer-social-links .social-icon-fill, .drawer-social-links .social-icon-dot { fill: currentColor; stroke: none; }
  .drawer-google-favorite { display: flex; align-items: center; min-height: 72px; margin-top: 28px; padding: 12px 13px; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.05); color: #fff; }
  .drawer-google-favorite:hover { border-color: rgba(255,255,255,.55); color: #fff; }
  .google-favorite-mark { display: grid; flex: 0 0 40px; width: 40px; height: 40px; margin-right: 12px; place-items: center; border-radius: 50%; background: #fff; color: #4285f4; font-size: 2rem; font-weight: 800; }
  .drawer-google-favorite > span:nth-child(2) { display: flex; flex: 1; min-width: 0; flex-direction: column; }
  .drawer-google-favorite strong { font-size: 1.15rem; }
  .drawer-google-favorite small { color: rgba(255,255,255,.55); font-size: .95rem; }
  .google-favorite-arrow { color: rgba(255,255,255,.55); font-size: 2rem; }
  .drawer-overlay { position: fixed; z-index: 6; inset: 45px 0 0; display: block; visibility: hidden; width: 100%; border: 0; background: rgba(0,0,0,.45); opacity: 0; transition: .3s ease; }
  .admin-bar .drawer-overlay { top: 91px; }
  .drawer-overlay.is-open { visibility: visible; opacity: 1; }

  .header-ad-area { min-height: 0; padding-top: 16px; padding-bottom: 16px; }
  .header-promo-fallback { height: 76px; }
  .header-promo-copy { left: 16px; }
  .header-promo-copy strong { font-size: 1.35rem; }
  .editorial-heading { font-size: 4rem; line-height: 1.2; }
  .home-section { padding-top: 26px; padding-bottom: 26px; }
  .section-heading-row { margin-bottom: 14px; }
  .section-more { margin-top: 30px; }
  .section-more a { min-height: 48px; }

  .home-hero { padding: 0; }
  .home-hero-inner { display: block; padding: 0; }
  .hero-main-card { width: 100%; }
  .hero-main-card h1 { min-height: 82px; font-size: 1.6rem; }
  .hero-main-card h1 a { min-height: 82px; padding: 12px; line-height: 1.8; }
  .hero-sub-grid { display: block; padding: 8px 12px 30px; }
  .hero-sub-card { display: flex; min-height: 96px; padding: 8px 0; border-top: 1px solid var(--kmag-line); }
  .hero-sub-card:last-child { border-bottom: 1px solid var(--kmag-line); }
  .hero-sub-image { flex: 0 0 80px; width: 80px; height: 80px; margin: 0 10px 0 0; aspect-ratio: 1; }
  .hero-sub-card h2 { align-self: center; font-size: 1.4rem; line-height: 1.65; }
  .hero-sub-card h2 a { -webkit-line-clamp: 3; }

  .pickup-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 15px; }
  .vertical-card h3 { font-size: 1.4rem; line-height: 1.7; }
  .vertical-card-content > p { display: none; }
  .entry-card-source { display: none; }
  .news-grid { grid-template-columns: 1fr; gap: 16px; }
  .horizontal-card { height: 96px; }
  .horizontal-card-image { flex-basis: 96px; width: 96px; height: 96px; margin-right: 10px; }
  .horizontal-card h3 { font-size: 1.4rem; line-height: 1.65; }
  .horizontal-card-content > p { display: none; }
  .card-category { font-size: .9rem; }

  .ranking-tabs { margin-right: -16px; margin-bottom: 14px; overflow-x: auto; }
  .ranking-tabs button { flex: 0 0 auto; min-width: 77px; padding: 12px 10px; font-size: 1.15rem; }
  .ranking-layout { display: block; }
  .ranking-card, .ranking-card:nth-child(1) { display: flex; flex-direction: row; min-height: 102px; margin-bottom: 16px; }
  .ranking-card:nth-child(n+6) { min-height: 56px; margin: 0; padding: 14px 0; }
  .ranking-card-image, .ranking-card:first-child .ranking-card-image { flex: 0 0 102px; width: 102px; height: 102px; margin: 0 10px 0 0; }
  .ranking-card:first-child .ranking-number, .ranking-number { top: -5px; left: 0; width: 28px; height: 28px; font-size: 1.25rem; }
  .ranking-card h3 { font-size: 1.35rem; }
  .ranking-card-content > p { display: none; }
  .ranking-card:nth-child(n+6) .ranking-number { position: static; width: 24px; height: 24px; margin-right: 10px; font-size: 1.1rem; }
  .ranking-card:nth-child(n+6) .ranking-views { display: none; }
  .hot-topics-box { margin: 34px -16px 0; padding: 28px 16px; }

  .rail-controls { display: none; }
  .movie-rail { margin-right: -16px; gap: 12px; }
  .movie-card { flex-basis: 220px; }
  .interview-grid { grid-template-columns: 1fr; gap: 24px; }
  .interview-grid .vertical-card h3 { font-size: 1.75rem; }
  .photo-grid { display: grid; grid-auto-columns: 224px; grid-auto-flow: column; grid-template-rows: repeat(2, auto); gap: 18px 8px; margin-right: -16px; padding-right: 16px; overflow-x: auto; }
  .photo-card { width: 224px; }
  .tieup-banner { padding-top: 25px; padding-bottom: 30px; }
  .tieup-banner-visual { flex-wrap: wrap; min-height: 160px; padding: 22px; }
  .tieup-banner-visual > span { width: 100%; margin-bottom: 8px; font-size: 2.2rem; }
  .tieup-banner-visual > div { flex: 1 1 100%; margin-bottom: 16px; }
  .tieup-banner-visual strong { font-size: 1.65rem; }
  .tieup-banner-visual a { min-width: 120px; min-height: 44px; }

  .footer-social-inner { padding-top: 32px; padding-bottom: 32px; }
  .footer-inner { padding: 30px 16px 22px; }
  .footer-brand-row { display: block; }
  .footer-logo { margin: 0 0 10px; }
  .footer-description { margin-top: 8px; }
  .footer-category-row { align-items: flex-start; }
  .footer-category-row > span { display: none; }
  .footer-category-navigation { width: 100%; }
  .footer-category-menu, .footer-category-row .menu { display: grid; width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; }
  .footer-category-menu a, .footer-category-row .menu a { position: relative; display: block; padding: 9px 0 9px 16px; font-size: 1.2rem; }
  .footer-category-menu a::before, .footer-category-row .menu a::before { content: "›"; position: absolute; left: 0; color: rgba(255,255,255,.5); }
  .footer-bottom-row { display: block; }
  .footer-utility-menu, .footer-bottom-row .menu { gap: 4px 14px; }
  .footer-policy-menu { gap: 3px 13px; margin-top: 15px; }
  .copyright { margin: 18px 0 0; text-align: right; }

  .breadcrumbs { margin: 20px 0 12px; }
  .archive-header { margin-bottom: 26px; padding: 16px 0 20px; }
  .archive-header .editorial-heading { font-size: 4rem; }
  .archive-lead-grid { grid-template-columns: 1fr; gap: 28px; margin-bottom: 42px; }
  .archive-lead-grid .vertical-card h3 { font-size: 1.7rem; }
  .content-with-sidebar { display: block; }
  .archive-list .horizontal-card { height: 126px; padding: 15px 0; }
  .archive-list .horizontal-card-image { flex-basis: 96px; width: 96px; height: 96px; }
  .archive-list .horizontal-card h3 { font-size: 1.4rem; }
  .archive-sidebar { position: static; margin-top: 44px; }

  .single-layout { display: block; }
  .single-header { padding-top: 10px; }
  .single-header h1 { font-size: 2.1rem; line-height: 1.48; }
  .single-excerpt { font-size: 1.4rem; }
  .single-meta { flex-wrap: wrap; justify-content: flex-start; gap: 6px 14px; }
  .single-source { width: 100%; margin-right: 0; }
  .single-share { width: 100%; flex-wrap: wrap; justify-content: flex-start; }
  .single-share .article-share__title { flex: 0 0 100%; margin-bottom: 4px; }
  .article-share__items { width: 100%; }
  .single-share .article-share__link, .article-share__copy { min-width: 0; padding: 0 11px; }
  .article-share__link > span:last-child, .article-share__copy-label { font-size: .95rem; }
  .entry-content { padding-top: 26px; font-size: 1.55rem; line-height: 1.95; word-break: normal; }
  .entry-content h2 { font-size: 2.2rem; }
  .entry-content blockquote { padding: 22px; font-size: 1.65rem; }
  .single-sidebar { display: none; }
  .article-secondary-visual { margin-top: 34px; }
  .article-publisher { margin-top: 34px; }
  .article-tags { width: auto; margin-right: -16px; margin-left: -16px; padding: 22px 16px; }
  .post-navigation .nav-links { grid-template-columns: 1fr; }
  .post-navigation .nav-next { border-top: 1px solid var(--kmag-line); border-left: 0; }
  .related-posts { margin-top: 50px; }
  .related-posts .editorial-heading { font-size: 4rem; }
  .related-posts .editorial-heading { display: block; }
  .related-posts .editorial-heading small { display: block; margin: 4px 0 0; }
  .related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 15px; }
  .mobile-article-follow { display: block; margin-top: 42px; }
  .mobile-article-follow .article-follow__links { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .comments-area { margin-top: 48px; }
  .comment-list .children { margin-left: 22px; }
  .comment-body { padding: 16px; }
  .comment-respond { margin-right: -16px; margin-left: -16px; padding: 24px 16px; }
  .comment-form { display: block; }
  .comments-area { max-width: none; }

  .photo-archive-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 12px; }
  .hub-lead { display: block; min-height: 0; margin-right: -16px; margin-bottom: 36px; margin-left: -16px; }
  .hub-lead-image { display: block; min-height: 0; aspect-ratio: 4/3; }
  .hub-lead-copy { padding: 24px 16px 28px; }
  .hub-lead-copy h2 { font-size: 2rem; }
  .hub-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 14px; }
  .hub-cta { display: block; margin: 44px -16px 0; padding: 28px 16px; }
  .hub-cta .button-outline { margin-top: 18px; }

  .page-main, .ranking-page, .search-main, .editorial-hub { padding-bottom: 48px; }
  .page-header { margin-bottom: 24px; }
  .search-header .editorial-heading { font-size: 2.6rem; }
  .no-results { padding: 35px 20px; }
  .error-main { min-height: 500px; }
  .error-404 { margin: 65px auto; }
  .error-code { font-size: 9rem; }
  .error-404 h1 { font-size: 2.5rem; }
  .ranking-page-list { display: block; }
  .ranking-page-list .ranking-card, .ranking-page-list .ranking-card:nth-child(1) { min-height: 96px; margin-bottom: 16px; padding-bottom: 16px; }
  .ranking-page-list .ranking-card-image, .ranking-page-list .ranking-card:first-child .ranking-card-image { flex-basis: 96px; width: 96px; height: 96px; }
}

@media (max-width: 380px) {
  .pickup-grid { column-gap: 10px; }
  .site-logo-text { font-size: 2.45rem; }
  .single-header h1 { font-size: 2rem; }
  .mobile-article-follow .article-follow__links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
