@charset "UTF-8";

:root {
    --ink: #25272a;
    --muted: #74767c;
    --yellow: #f8d547;
    --line: #e9e9e7;
    --paper: #ffffff;
    --reader-size: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; color: var(--ink); background: #f8f9fb; font: 16px/1.7 "Microsoft YaHei", "PingFang SC", system-ui, sans-serif; }
a { color: inherit; text-decoration: none; }
a:hover { color: #8a6200; }
button, input, select { font: inherit; }
button, select { cursor: pointer; }
button, a, input, select { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid #aa7600; outline-offset: 4px; }
img { display: block; max-width: 100%; width: 100%; object-fit: cover; background: #e9e9e9; color: #45474b; font-size: 14px; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { line-height: 1.4; }
h2 { font-size: 27px; font-weight: 800; letter-spacing: -.5px; }
h3 { font-size: 18px; }
p { overflow-wrap: anywhere; }
.wrap { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }
.icon { width: 21px; height: 21px; flex-shrink: 0; vertical-align: -.2em; }
h2 > .icon, h1 > .icon { margin-right: 10px; }
.eyebrow { color: var(--muted); font-size: 12px; font-weight: 700; letter-spacing: 1.5px; line-height: 1.8; }
.small { font-size: 13px; color: var(--muted); }
.muted { color: var(--muted); }
.section { margin-top: 76px; }
.section-head { display: flex; gap: 18px; justify-content: space-between; align-items: end; margin-bottom: 26px; }
.section-head .eyebrow { margin-bottom: 7px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; white-space: nowrap; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 9px; padding: 12px 22px; border: 1px solid transparent; border-radius: 8px; background: var(--yellow); color: #25272a; font-size: 14px; font-weight: 700; min-height: 46px; }
.button:hover { background: #f3c623; color: #25272a; }
.button.secondary { background: white; border-color: #dadbdc; }
.button.secondary:hover { border-color: #a38a26; }
.button[aria-pressed="true"] { background: #fff0a9; border-color: #b59829; }
.site-header { background: white; border-bottom: 1px solid var(--line); }
.header-top { min-height: 88px; display: flex; align-items: center; gap: 32px; }
.brand { display: flex; align-items: center; gap: 12px; font-size: 25px; font-weight: 900; letter-spacing: 1px; line-height: 1.2; }
.brand img { width: 44px; height: 44px; background: none; }
.brand small { display: block; font-size: 10px; letter-spacing: 2.2px; margin-top: 7px; font-weight: 600; }
.header-note { font-size: 14px; color: var(--muted); border-left: 1px solid #ddd; padding-left: 30px; }
.shelf-link { display: flex; align-items: center; gap: 7px; margin-left: auto; font-size: 14px; }
.menu-button { display: none; background: none; border: 1px solid #ddd; border-radius: 7px; padding: 7px; }
.nav { display: grid; grid-template-columns: repeat(8, 1fr); gap: 10px; padding: 0 0 15px; }
.nav a { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 10px 4px; border-radius: 7px; font-size: 14px; white-space: nowrap; }
.nav a:hover { background: #f7f7f7; }
.nav a.active { background: var(--yellow); color: #25272a; font-weight: 700; }
.hero { margin-top: 34px; display: grid; grid-template-columns: 1.03fr 1fr; min-height: 495px; border-radius: 18px; overflow: hidden; background: #f5d957; }
.hero-copy { padding: 46px 40px 32px; position: relative; }
.hero .eyebrow { color: #554919; font-size: 12px; letter-spacing: 2px; }
.live-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #353729; margin-right: 8px; }
.hero h1 { font-size: 17px; letter-spacing: 4px; margin-top: 24px; font-weight: 700; }
.hero-slogan { font-size: clamp(36px, 4.2vw, 53px); font-weight: 900; line-height: 1.25; margin-top: 11px; letter-spacing: -2px; }
.hero-description { font-size: 15px; color: #514823; max-width: 420px; margin-top: 21px; }
.hero .button { background: var(--ink); color: white; }
.hero .button.secondary { background: transparent; color: var(--ink); border-color: #a58f36; }
.hero-tags { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 25px; font-size: 12px; color: #615527; }
.hero-art { position: relative; min-width: 0; background: #34363d; }
.hero-art > img { position: absolute; width: 100%; height: 100%; inset: 0; object-position: center 35%; }
.hero-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(12,17,24,.92), transparent 80%); }
.hero-art-caption { position: absolute; bottom: 35px; left: 35px; right: 35px; z-index: 1; color: white; }
.hero-art-caption > span { font-size: 12px; letter-spacing: 1px; }
.hero-art-caption h2 { font-size: 33px; margin: 9px 0; }
.hero-art-caption p { color: #f0f0f0; font-size: 14px; }
.hero-art-caption .button { background: white; color: #25272a; margin-top: 18px; padding: 8px 17px; }
.vertical-note { position: absolute; z-index: 1; right: 20px; top: 25px; color: white; writing-mode: vertical-rl; letter-spacing: 3px; font-size: 11px; }
.quick-strip { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); padding: 24px 0; }
.quick-strip a { display: flex; gap: 16px; align-items: center; padding: 0 28px; border-right: 1px solid #dedfe1; }
.quick-strip a:first-child { padding-left: 8px; }
.quick-strip a:last-child { border: 0; }
.quick-strip a > .icon:first-child { width: 30px; height: 30px; color: #9b7622; }
.quick-strip a > .icon:last-child { margin-left: auto; width: 17px; }
.quick-strip strong, .quick-strip small { display: block; }
.quick-strip strong { font-size: 15px; }
.quick-strip small { color: var(--muted); font-size: 12px; }
.grid { display: grid; gap: 22px; }
.six { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cover { display: block; position: relative; border-radius: 10px; overflow: hidden; }
.cover img { aspect-ratio: 3/4; height: auto; transition: transform .25s ease; }
.cover:hover img { transform: scale(1.035); }
.cover-label { position: absolute; left: 7px; bottom: 7px; background: rgba(24,26,31,.8); color: white; font-size: 11px; border-radius: 4px; padding: 3px 6px; }
.comic-card .eyebrow { font-size: 11px; letter-spacing: .3px; margin-top: 12px; }
.comic-card h3 { font-size: 16px; margin-top: 4px; }
.comic-card .muted { font-size: 12px; margin-top: 5px; }
.category-grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 13px; }
.category { padding: 24px 16px; background: white; border: 1px solid var(--line); border-radius: 12px; }
.category > .icon { width: 32px; height: 32px; color: #8c6411; background: #fff3c0; padding: 5px; box-sizing: content-box; border-radius: 12px; }
.category h3 { font-size: 16px; margin-top: 15px; }
.category p { font-size: 12px; color: var(--muted); margin-top: 6px; min-height: 42px; }
.category > span { display: flex; align-items: center; justify-content: space-between; font-size: 12px; margin-top: 15px; color: #777; }
.category-2 > .icon { background: #ffe9ed; color: #a55163; }
.category-3 > .icon { background: #e6f1e9; color: #438366; }
.category-4 > .icon { background: #e6edff; color: #587ca5; }
.category-5 > .icon { background: #f1e8f8; color: #88609f; }
.category-6 > .icon { background: #e5eff6; color: #497999; }
.rank-section { background: #fff; border: 1px solid var(--line); border-radius: 15px; padding: 30px; }
.rank-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 34px; }
.rank-item { display: flex; gap: 15px; align-items: center; padding: 19px 0; border-bottom: 1px solid var(--line); }
.rank-item:nth-last-child(-n+2) { border-bottom: 0; }
.rank-num { font-family: Georgia,serif; font-style: italic; font-size: 30px; color: #b79b4c; }
.rank-image { width: 65px; flex-shrink: 0; }
.rank-image img { aspect-ratio: 3/4; height: auto; border-radius: 5px; }
.rank-item h3 { font-size: 16px; }
.rank-item p:not(.eyebrow) { font-size: 12px; color: var(--muted); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin-top: 4px; }
.rank-item .eyebrow { font-size: 11px; }
.round-link { margin-left: auto; padding: 8px; }
.korean-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.korean-card { background: #f7e9eb; border-radius: 14px; display: grid; grid-template-columns: .85fr 1fr; overflow: hidden; }
.korean-card > a > img { height: 100%; min-height: 280px; aspect-ratio: 4/5; }
.korean-card > div { padding: 26px 24px; align-self: center; }
.pill { display: inline-block; font-size: 11px; border-radius: 4px; background: rgba(255,255,255,.75); padding: 4px 9px; color: #574449; }
.korean-card h3 { margin-top: 14px; font-size: 22px; }
.korean-card p { font-size: 14px; margin-top: 12px; color: #766368; }
.korean-card .text-link { margin-top: 24px; }
.chinese-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.chinese-card { display: grid; grid-template-columns: 1fr .72fr; border-top: 2px solid #839b8c; padding-top: 23px; gap: 24px; }
.chapter-number { font: 14px Georgia,serif; color: #697f6d; letter-spacing: 3px; }
.chinese-card h3 { font-family: "Noto Serif SC",SimSun,serif; font-size: 28px; margin: 14px 0; }
.chinese-card p { color: #727972; font-size: 14px; }
.chinese-card .text-link { margin-top: 23px; }
.chinese-card img { aspect-ratio: 4/5; height: auto; border-radius: 50% 50% 5px 5px; }
.summer-section { padding: 30px; border-radius: 15px; background: #eef3fc; }
.summer-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 20px; }
.summer-grid article { background: white; padding: 9px 9px 16px; border: 1px solid #dbe3ef; }
.summer-grid article:nth-child(even) { transform: rotate(1deg); }
.summer-grid article:nth-child(odd) { transform: rotate(-1deg); }
.summer-image img { aspect-ratio: 1/1; height: auto; }
.summer-grid article > div { padding: 14px 9px 0; }
.summer-grid h3 { font-size: 16px; }
.summer-grid p { font-size: 12px; color: var(--muted); margin-top: 6px; }
.finish-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 45px; align-items: center; }
.finish-intro h2 { margin-top: 12px; }
.finish-intro p:not(.eyebrow) { color: var(--muted); margin-top: 18px; }
.finish-intro .button { margin-top: 25px; }
.finish-list { border-top: 1px solid #ccc; }
.finish-list article { display: flex; align-items: center; gap: 18px; border-bottom: 1px solid #ddd; padding: 17px 0; }
.finish-list article > span { font-family: Georgia,serif; font-size: 24px; color: #9d9ea1; }
.finish-list p { font-size: 12px; color: var(--muted); }
.finish-list .text-link { margin-left: auto; }
.fantasy-section { background: #272d3b; color: white; padding: 30px; border-radius: 15px; }
.fantasy-section .eyebrow { color: #b4bed1; }
.fantasy-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.fantasy-grid article { position: relative; min-height: 320px; border-radius: 10px; overflow: hidden; background: #39455c; }
.fantasy-grid img { position: absolute; height: 100%; inset: 0; opacity: .55; }
.fantasy-grid article::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(12,20,35,.96),transparent); }
.fantasy-grid article > div { position: relative; z-index: 1; padding: 75px 28px 25px; }
.fantasy-grid h3 { font-size: 25px; margin-top: 12px; }
.fantasy-grid p { font-size: 14px; color: #eee; margin-top: 12px; }
.fantasy-grid .button { margin-top: 18px; padding: 8px 18px; }
.update-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 30px; }
.update-grid article { border-top: 3px solid var(--yellow); padding-top: 17px; }
.update-grid time { display: block; font: italic 25px Georgia,serif; color: #8f7740; margin-bottom: 12px; }
.update-grid h3 { font-size: 17px; margin: 8px 0; }
.update-grid p:not(.eyebrow) { font-size: 14px; color: var(--muted); }
.shelf-layout { display: grid; grid-template-columns: .8fr 1.5fr; background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 28px; gap: 32px; }
.shelf-layout p { font-size: 14px; color: var(--muted); margin-top: 12px; }
.shelf-picks { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.shelf-picks article { padding: 18px 14px; background: #f8f9fb; border-radius: 8px; }
.shelf-picks article > span { color: #b09127; }
.shelf-picks h3 { font-size: 16px; margin-top: 12px; }
.shelf-picks p { font-size: 12px; margin-top: 5px; }
.shelf-picks .button { padding: 8px; font-size: 12px; width: 100%; margin-top: 18px; }
.saved-item { display: flex; align-items: center; gap: 10px; margin-top: 12px; font-size: 14px; }
.saved-item a { flex: 1; }
.saved-item button { background: transparent; border: 0; text-decoration: underline; font-size: 12px; padding: 8px; }
.about-section { display: grid; grid-template-columns: 1.5fr 1fr; gap: 70px; border-top: 1px solid #dfe1e5; padding-top: 45px; }
.about-section h2 { margin: 10px 0 20px; }
.about-section p:not(.eyebrow) { font-size: 15px; color: #6d7076; margin-top: 14px; line-height: 1.9; }
.about-facts { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); align-content: center; gap: 30px; }
.about-facts strong { display: block; font: 52px Georgia,serif; color: #343842; }
.about-facts span { font-size: 12px; color: var(--muted); }
.subscribe { margin-top: 76px; display: grid; grid-template-columns: 85px 1fr auto; gap: 26px; align-items: center; padding: 34px; border-radius: 14px; background: #f8df72; }
.subscribe h2 { font-size: 24px; margin: 7px 0; }
.subscribe p { max-width: 710px; font-size: 14px; color: #665727; }
.subscribe p.small { font-size: 12px; margin-top: 8px; }
.subscribe > .button { background: #25272a; color: white; }
.subscribe-mark { width: 80px; height: 90px; border: 2px solid #25272a; border-radius: 12px; text-align: center; font-size: 43px; line-height: 1.4; font-weight: 900; transform: rotate(-5deg); }
.subscribe-mark span { display: block; font-size: 12px; letter-spacing: 4px; }
.site-footer { padding-block: 32px; display: flex; flex-wrap: wrap; gap: 12px 24px; justify-content: space-between; font-size: 13px; color: #737780; }
.site-footer > div { display: flex; flex-wrap: wrap; gap: 24px; }
.site-footer > .small { width: 100%; font-size: 12px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 11px; font-size: 13px; color: #757a83; margin-top: 30px; margin-bottom: 24px; }
.collection-hero { border-radius: 14px; background: #f5dc76; padding: 40px; }
.collection-hero h1 { font-size: 38px; margin-top: 10px; }
.collection-slogan { font-size: 22px; margin: 12px 0; }
.collection-hero > p:not(.eyebrow) { max-width: 850px; }
.collection-meta { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 20px; font-size: 13px; }
.collection-section { margin-top: 45px; }
.search-box { display: flex; gap: 9px; align-items: center; padding: 8px 12px; background: white; border: 1px solid #ddd; border-radius: 7px; max-width: 100%; }
.search-box input { border: 0; background: none; min-width: 0; width: 180px; font-size: 14px; }
.catalog-item { border-radius: 12px; overflow: hidden; border: 1px solid var(--line); background: white; }
.catalog-cover img { aspect-ratio: 5/4; height: auto; object-position: 50% 30%; }
.catalog-item > div { padding: 22px; }
.catalog-item h2 { font-size: 23px; margin: 7px 0 12px; }
.catalog-item p:not(.eyebrow) { font-size: 14px; color: var(--muted); }
.catalog-item .small { margin-top: 13px; }
.catalog-item .text-link { margin-top: 16px; }
.category-guide { border-left: 4px solid var(--yellow); padding: 10px 0 10px 25px; }
.category-guide p { margin-top: 13px; color: var(--muted); }
.category-guide .text-link { margin-top: 18px; }
.detail-hero { display: grid; grid-template-columns: 260px 1fr; gap: 45px; padding: 35px; border-radius: 15px; background: white; border: 1px solid var(--line); }
.detail-hero > img { aspect-ratio: 3/4; height: auto; border-radius: 10px; }
.detail-hero > div { align-self: center; }
.detail-hero h1 { font-size: 36px; margin: 13px 0; }
.detail-badges { display: flex; flex-wrap: wrap; gap: 16px; align-items: center; font-size: 13px; color: var(--muted); }
.detail-badges .pill { background: #fff0ad; }
.detail-hero p:not(.eyebrow) { margin-top: 16px; color: #62666d; }
.detail-lead { font-size: 18px; }
.story-info { display: grid; grid-template-columns: 1.7fr 1fr; gap: 40px; }
.story-info p { margin-top: 18px; color: #686d75; }
.story-info aside { border: 1px solid var(--line); background: white; border-radius: 10px; padding: 25px; }
.story-info aside h2 { font-size: 22px; }
dl { display: grid; grid-template-columns: 60px 1fr; font-size: 14px; gap: 12px; }
dt { color: var(--muted); }
dd { margin: 0; }
.chapter-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; margin-top: 22px; }
.chapter-link { padding: 25px; background: white; border: 1px solid var(--line); border-radius: 10px; position: relative; }
.chapter-link > span { font-size: 12px; color: #a28330; letter-spacing: 2px; }
.chapter-link h3 { margin-top: 9px; }
.chapter-link p { font-size: 13px; color: var(--muted); margin-top: 10px; }
.chapter-link > .icon { position: absolute; right: 22px; bottom: 23px; }
.section > h2 + .grid { margin-top: 24px; }
.reader { max-width: 820px; margin: 0 auto; }
.reader-heading { text-align: center; padding: 30px 0; }
.reader-heading h1 { font-size: 34px; margin: 12px 0; }
.reader-heading h1 span { display: block; font-size: 24px; margin-top: 10px; }
.reader-heading > p:not(.eyebrow) { font-size: 13px; color: var(--muted); }
.reader-toolbar { display: flex; justify-content: center; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: 24px; }
.reader-toolbar label { display: flex; gap: 8px; align-items: center; font-size: 14px; }
.reader-toolbar select { border: 1px solid #ccc; background: white; border-radius: 5px; padding: 8px; }
.reading-note { border-left: 4px solid #d5b333; padding: 18px 22px; background: #fff8dc; margin-bottom: 30px; }
.reading-note h2 { font-size: 18px; }
.reading-note p { margin-top: 10px; font-size: 14px; color: #726437; }
.panel { margin: 0 0 35px; border: 1px solid var(--line); background: white; border-radius: 10px; overflow: hidden; }
.panel > img { aspect-ratio: 4/3; height: auto; object-fit: contain; background: #e9edf1; }
.panel figcaption { padding: 24px 30px 30px; }
.panel-number { font: 13px Georgia,serif; color: #a18b3d; letter-spacing: 2px; }
.panel p { font-size: var(--reader-size); margin-top: 12px; line-height: 2; }
.chapter-end { text-align: center; padding: 35px 20px; border-top: 1px solid #ddd; }
.chapter-end h2 { font-size: 22px; margin: 12px 0; }
.chapter-end p:not(.eyebrow) { font-size: 15px; color: var(--muted); }
.chapter-nav { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; margin: 12px 0 55px; }
.chapter-nav .button { padding: 12px 6px; }
.reading-soft { background: #e8efe5; }
.reading-soft .panel { background: #f1f5ea; }
.toast { position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%); width: max-content; max-width: calc(100% - 32px); background: #25272a; color: white; padding: 12px 22px; border-radius: 9px; z-index: 100; font-size: 14px; }
.skip-link { position: fixed; left: 16px; top: -100px; padding: 8px 18px; background: white; z-index: 110; }
.skip-link:focus { top: 10px; }
[hidden] { display: none !important; }

@media (max-width: 1050px) {
    .nav { gap: 3px; }
    .nav a { font-size: 13px; gap: 5px; }
    .nav .icon { width: 18px; }
    .hero-copy { padding: 32px; }
    .hero-tags { gap: 10px; }
    .six, .category-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .category p { min-height: 0; }
    .korean-card { grid-template-columns: .8fr 1fr; }
    .korean-card > div { padding: 20px 16px; }
    .korean-card h3 { font-size: 20px; }
    .korean-card p { font-size: 13px; }
    .shelf-layout { grid-template-columns: 1fr; }
    .subscribe { grid-template-columns: 70px 1fr; }
    .subscribe-mark { width: 65px; }
    .subscribe > .button { grid-column: 2; justify-self: start; }
    .about-section { gap: 35px; }
    .catalog-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 760px) {
    .wrap { width: calc(100% - 32px); }
    .header-top { min-height: 77px; gap: 12px; }
    .brand { font-size: 22px; gap: 9px; }
    .brand img { width: 38px; height: 38px; }
    .brand small { font-size: 9px; }
    .header-note { display: none; }
    .shelf-link { font-size: 12px; }
    .menu-button { display: inline-flex; }
    .nav { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 4px; padding-bottom: 12px; }
    .nav a { font-size: 12px; gap: 5px; }
    .nav:not(.is-open) a:nth-child(n+5) { display: none; }
    .hero { margin-top: 22px; grid-template-columns: 1fr; border-radius: 12px; }
    .hero-copy { padding: 28px 24px; }
    .hero-slogan { font-size: 45px; }
    .hero h1 { margin-top: 18px; }
    .hero-description { font-size: 14px; }
    .hero .actions { margin-top: 22px; }
    .hero-art { min-height: 335px; }
    .hero-art-caption { left: 24px; bottom: 24px; }
    .hero-art-caption h2 { font-size: 27px; }
    .quick-strip { grid-template-columns: 1fr; gap: 0; padding: 10px 0; }
    .quick-strip a, .quick-strip a:first-child { padding: 14px 8px; border: 0; border-bottom: 1px solid var(--line); }
    .section { margin-top: 48px; }
    h2 { font-size: 23px; }
    .section-head { align-items: center; gap: 12px; margin-bottom: 20px; }
    .section-head .eyebrow { font-size: 10px; letter-spacing: 1px; }
    .section-head .text-link { font-size: 12px; }
    .section-head .text-link .icon { width: 15px; }
    .six, .three, .category-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px 14px; }
    .category { padding: 18px; }
    .rank-section, .summer-section, .fantasy-section { padding: 22px 16px; }
    .rank-grid { grid-template-columns: 1fr; }
    .rank-item:nth-last-child(2) { border-bottom: 1px solid var(--line); }
    .rank-num { font-size: 27px; }
    .rank-item { gap: 12px; }
    .korean-grid, .chinese-grid, .fantasy-grid { grid-template-columns: 1fr; }
    .korean-card > a > img { min-height: 270px; }
    .korean-card > div { padding: 20px; }
    .korean-card h3 { font-size: 23px; }
    .chinese-card { gap: 20px; }
    .chinese-card h3 { font-size: 26px; }
    .summer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px 12px; }
    .summer-grid article > div { padding: 12px 4px 0; }
    .summer-grid h3 { font-size: 15px; }
    .finish-section { grid-template-columns: 1fr; gap: 25px; }
    .finish-list h3 { font-size: 16px; }
    .fantasy-grid article { min-height: 300px; }
    .update-grid { grid-template-columns: 1fr; gap: 22px; }
    .update-grid article { display: flex; gap: 20px; }
    .update-grid time { min-width: 70px; font-size: 22px; }
    .shelf-layout { padding: 22px 18px; }
    .shelf-picks { grid-template-columns: 1fr; }
    .shelf-picks article { display: grid; grid-template-columns: 1fr auto; gap: 4px 15px; }
    .shelf-picks article > span { display: none; }
    .shelf-picks h3 { margin-top: 0; }
    .shelf-picks p { grid-column: 1; }
    .shelf-picks .button { grid-column: 2; grid-row: 1/3; margin: 0; padding: 8px 12px; }
    .about-section { grid-template-columns: 1fr; padding-top: 30px; }
    .about-facts { gap: 25px; }
    .about-facts strong { font-size: 42px; }
    .subscribe { margin-top: 48px; padding: 25px 22px; grid-template-columns: 1fr; gap: 20px; }
    .subscribe-mark { width: 64px; height: 68px; font-size: 30px; }
    .subscribe h2 { font-size: 23px; }
    .subscribe > .button { grid-column: 1; }
    .site-footer { font-size: 12px; padding-block: 26px; }
    .site-footer > div { gap: 16px; }
    .breadcrumbs { font-size: 12px; margin-top: 22px; }
    .collection-hero { padding: 27px 23px; }
    .collection-hero h1 { font-size: 30px; }
    .collection-slogan { font-size: 21px; }
    .collection-hero > p { font-size: 15px; }
    .collection-meta { gap: 10px; font-size: 12px; }
    .collection-section > .section-head { flex-wrap: wrap; }
    .catalog-grid { gap: 14px; }
    .catalog-item > div { padding: 14px; }
    .catalog-item h2 { font-size: 18px; }
    .catalog-item p:not(.eyebrow) { font-size: 13px; }
    .catalog-item .eyebrow { font-size: 10px; letter-spacing: 0; }
    .catalog-item .text-link { font-size: 13px; }
    .detail-hero { grid-template-columns: 1fr; padding: 24px; gap: 26px; }
    .detail-hero > img { width: 190px; margin-inline: auto; }
    .detail-hero h1 { font-size: 30px; }
    .detail-lead { font-size: 17px; }
    .story-info { grid-template-columns: 1fr; gap: 26px; }
    .chapter-grid { grid-template-columns: 1fr; }
    .detail-hero + .story-info ~ .section .three { grid-template-columns: 1fr; }
    .detail-hero + .story-info ~ .section .comic-card { display: grid; grid-template-columns: 95px 1fr; column-gap: 18px; }
    .detail-hero + .story-info ~ .section .comic-card .cover { grid-row: 1/4; }
    .reader-heading { padding: 12px 0 25px; }
    .reader-heading h1 { font-size: 28px; }
    .reader-heading h1 span { font-size: 21px; }
    .reader-toolbar { gap: 10px; }
    .reader-toolbar .button { padding: 8px 10px; font-size: 12px; }
    .reading-note { padding: 16px; }
    .panel figcaption { padding: 20px; }
    .chapter-nav { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .cover img { transition: none; }
}
