@charset "UTF-8";

:root {
    --ink: #182d37;
    --muted: #687c84;
    --green: #163d43;
    --mint: #a5eed2;
    --paper: #f6f8f8;
    --line: #dfe7e8;
    --white: #ffffff;
    --radius: 18px;
    --reading-size: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", sans-serif;
    font-size: 16px;
    line-height: 1.75;
    -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a, input { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:disabled { cursor: default; opacity: .5; }
a:hover { color: #147e68; }
a:focus-visible, button:focus-visible, input:focus-visible, summary:focus-visible {
    outline: 3px solid #229378;
    outline-offset: 4px;
}
img { display: block; max-width: 100%; width: 100%; object-fit: cover; background: #dce8e7; }
svg { flex-shrink: 0; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.4; letter-spacing: -.035em; }
h1 { font-size: clamp(28px, 4vw, 46px); }
h2 { font-size: 27px; }
h3 { font-size: 18px; }
p { margin-bottom: 16px; }
strong { font-weight: 650; }
.container { width: min(1200px, calc(100% - 48px)); margin: 0 auto; }
.icon { display: inline-block; width: 21px; height: 21px; vertical-align: -.2em; }
h2 > .icon, h1 > .icon { margin-right: 10px; color: #21836e; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 100; top: -90px; left: 16px; background: white; padding: 12px 20px; }
.skip-link:focus { top: 12px; }
.site-header { background: var(--white); border-bottom: 1px solid var(--line); }
.header-top { display: flex; align-items: center; gap: 30px; min-height: 100px; }
.brand { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand-mark { position: relative; display: grid; place-content: center; width: 49px; height: 49px; border-radius: 14px; background: var(--green); color: var(--mint); font-size: 29px; font-weight: 800; }
.brand-mark > span { position: absolute; top: -12px; right: 0; color: #f5be62; font-size: 45px; }
.brand-text { font-size: 23px; font-weight: 800; letter-spacing: -.04em; }
.brand-text small { display: block; color: var(--muted); font-size: 12px; font-weight: 500; letter-spacing: .075em; }
.search-form { display: flex; align-items: center; gap: 12px; margin-left: auto; max-width: 380px; flex: 1; border: 1px solid var(--line); border-radius: 50px; background: var(--paper); padding: 5px 6px 5px 18px; }
.search-form .icon { color: var(--muted); width: 18px; }
.search-form input { min-width: 0; width: 100%; border: 0; outline: none; background: transparent; font-size: 14px; color: var(--ink); }
.search-form button { flex-shrink: 0; border: 0; border-radius: 28px; padding: 7px 16px; background: var(--green); color: white; font-size: 14px; }
.shelf-link { display: flex; align-items: center; gap: 7px; font-size: 14px; white-space: nowrap; }
.main-nav { display: flex; gap: 26px; }
.main-nav a { display: flex; align-items: center; justify-content: center; gap: 8px; position: relative; padding: 14px 0 18px; font-size: 15px; white-space: nowrap; }
.main-nav a .icon { width: 18px; height: 18px; }
.main-nav a.active { color: #16775f; font-weight: 700; }
.main-nav a.active::after { content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: #268e72; border-radius: 3px; }
.menu-button { display: none; border: 1px solid var(--line); border-radius: 9px; background: white; width: 43px; height: 43px; }
.hero { display: grid; grid-template-columns: 1.05fr 1fr; margin-top: 32px; overflow: hidden; background: #e6eeec; border-radius: 24px; min-height: 485px; }
.hero-copy { padding: 44px 38px; }
.eyebrow { color: #627c79; font-size: 12px; font-weight: 700; letter-spacing: .14em; margin-bottom: 13px; }
.hero h1 { font-size: 18px; margin-bottom: 16px; font-weight: 650; letter-spacing: .035em; }
.hero-slogan { font-size: clamp(34px, 4.3vw, 54px); font-weight: 800; line-height: 1.24; letter-spacing: -.055em; margin-bottom: 21px; }
.hero-desc { font-size: 15px; color: #506d6c; max-width: 420px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; border-radius: 9px; padding: 12px 20px; border: 1px solid transparent; font-size: 15px; font-weight: 600; line-height: 1.5; min-height: 46px; }
.button.primary { background: var(--green); color: white; }
.button.primary:hover { background: #24615b; }
.button.light { background: white; color: var(--ink); }
.button.outline { border-color: #cad8d7; background: transparent; color: var(--ink); }
.button[aria-pressed="true"] { background: #e0f6eb; color: #176954; border-color: #85c9ad; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 17px; margin-top: 29px; font-size: 12px; color: #54716d; }
.hero-notes span { display: flex; align-items: center; gap: 5px; }
.hero-notes .icon { width: 15px; height: 15px; }
.hero-visual { position: relative; min-height: 100%; background: #315d62; }
.hero-image { position: absolute; height: 100%; object-position: center 40%; }
.hero-visual::after { content: ""; position: absolute; inset: 30% 0 0; background: linear-gradient(transparent, rgba(9, 25, 39, .92)); pointer-events: none; }
.hero-feature { position: absolute; z-index: 1; bottom: 31px; left: 30px; right: 30px; color: white; padding-right: 48px; }
.hero-feature h2 { margin: 12px 0 8px; font-size: 29px; }
.hero-feature p { margin: 0; font-size: 14px; color: #e0eceb; }
.pill { display: inline-block; font-size: 12px; padding: 4px 9px; border-radius: 5px; background: #d6f4e6; color: #1d6656; }
.round-link { position: absolute; right: 0; bottom: 2px; display: grid; place-items: center; width: 43px; height: 43px; border-radius: 50%; background: var(--mint); color: var(--green); }
.section { margin-top: 66px; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 26px; }
.section-head h2 { margin: 0; }
.section-head .eyebrow { margin-bottom: 8px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; }
.text-link .icon { width: 18px; }
.category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.category-tile { background: white; border: 1px solid var(--line); border-radius: 13px; padding: 20px 22px; position: relative; transition: transform .2s, border-color .2s; }
.category-tile:hover { transform: translateY(-3px); border-color: #7cbda8; }
.category-tile h3 { margin: 12px 0 4px; }
.category-tile p { margin-bottom: 15px; color: var(--muted); font-size: 14px; }
.category-icon { width: 39px; height: 39px; display: grid; place-items: center; background: #e7f2ed; color: #286d60; border-radius: 11px; }
.category-tile:nth-child(3n+2) .category-icon { background: #fff0da; color: #a66e28; }
.category-tile:nth-child(3n) .category-icon { background: #e7ecfa; color: #596dac; }
.category-count { display: flex; justify-content: space-between; align-items: center; color: #7a8b8d; font-size: 12px; }
.category-count .icon { width: 17px; }
.comic-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 20px; }
.comic-card { min-width: 0; }
.cover { display: block; overflow: hidden; border-radius: 11px; background: #dce8e7; }
.cover img { aspect-ratio: 3 / 4; height: auto; transition: transform .3s; }
.cover:hover img { transform: scale(1.035); }
.card-meta { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 2px; margin-top: 12px; color: #718280; font-size: 12px; }
.comic-card h3 { font-size: 16px; margin: 5px 0 8px; }
.comic-card p { color: var(--muted); font-size: 13px; line-height: 1.8; margin: 0; }
.ranking-section { background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; }
.muted { color: var(--muted); font-size: 14px; }
.rank-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 42px; }
.rank-row { display: flex; align-items: center; gap: 17px; padding: 21px 0; border-top: 1px solid var(--line); }
.rank-number { font-family: Georgia, serif; font-size: 33px; font-style: italic; color: #80a99d; width: 38px; flex-shrink: 0; }
.rank-row:first-child .rank-number { color: #dba244; }
.rank-row img { width: 58px; height: 78px; border-radius: 6px; flex-shrink: 0; }
.rank-copy { min-width: 0; flex: 1; }
.rank-copy strong { display: block; font-size: 16px; }
.rank-copy > span { font-size: 12px; color: #6e8580; }
.rank-copy small { display: block; font-size: 12px; color: var(--muted); margin-top: 3px; }
.rank-row > .icon { width: 18px; }
.korean-section { display: grid; grid-template-columns: 1fr 1.65fr; gap: 48px; align-items: center; }
.korean-intro h2 { font-size: 35px; line-height: 1.45; }
.korean-intro h2 > .icon { display: block; margin-bottom: 14px; }
.korean-intro p:not(.eyebrow) { color: var(--muted); }
.korean-pairs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; }
.korean-card { display: flex; align-items: center; background: #e6eeed; border-radius: 12px; overflow: hidden; }
.korean-card img { width: 44%; height: 146px; }
.korean-card > span { padding: 13px; font-size: 15px; font-weight: 650; }
.korean-card small { display: block; font-size: 12px; font-weight: 400; color: #657e79; margin-top: 9px; }
.romance-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 21px; }
.romance-card { padding: 25px; border-radius: 14px; background: #f2e9ea; }
.romance-card:nth-child(2) { background: #e9edf5; }
.romance-card:nth-child(3) { background: #efeee3; }
.romance-index { color: #936d74; font-size: 12px; letter-spacing: .08em; }
.romance-card h3 { margin: 16px 0 10px; font-size: 22px; }
.romance-card p { font-size: 14px; color: #706e77; }
.romance-card > div { display: flex; justify-content: space-between; align-items: flex-end; gap: 14px; }
.romance-card img { width: 85px; height: 104px; border-radius: 45px 45px 8px 8px; }
.fantasy-section { display: grid; grid-template-columns: .8fr 1.2fr; border-radius: 21px; overflow: hidden; background: #172f41; color: white; }
.fantasy-cover { position: relative; min-height: 390px; }
.fantasy-cover img { position: absolute; height: 100%; }
.fantasy-copy { padding: 40px; }
.fantasy-copy .eyebrow { color: #9ac9c6; }
.fantasy-copy h2 { font-size: 30px; }
.fantasy-copy h2 .icon { color: var(--mint); }
.fantasy-copy p:not(.eyebrow) { color: #b8cbd2; font-size: 15px; }
.fantasy-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 24px; margin: 24px 0; }
.fantasy-links a { display: flex; justify-content: space-between; gap: 5px; align-items: center; border-bottom: 1px solid #40525f; padding: 9px 0; font-size: 14px; }
.fantasy-links .icon { width: 15px; }
.mystery-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.clue { border-top: 3px solid #456978; padding: 21px 0 0; }
.clue-label { display: inline-block; font-size: 12px; letter-spacing: .1em; color: #798b94; }
.clue h3 { margin: 14px 0 11px; }
.clue p { font-size: 14px; color: var(--muted); min-height: 96px; }
.completed-section { background: #e8f0e9; padding: 32px; border-radius: 17px; }
.complete-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; }
.complete-row { display: grid; grid-template-columns: 29px 1fr; column-gap: 10px; padding: 18px; border-radius: 8px; background: #f9fcf9; }
.complete-check { grid-row: 1 / 4; color: #78a889; padding-top: 3px; }
.complete-row strong { font-size: 15px; }
.complete-row > span:not(.complete-check) { color: var(--muted); font-size: 12px; }
.complete-row small { color: #507a5c; font-size: 12px; margin-top: 6px; }
.update-table { border-top: 2px solid var(--ink); }
.update-row { display: grid; grid-template-columns: 2.6fr 1fr 1fr .7fr; gap: 16px; align-items: center; border-bottom: 1px solid var(--line); padding: 17px 12px; font-size: 14px; }
.update-row strong { font-size: 15px; margin-right: 20px; }
.update-row a > span { color: var(--muted); font-size: 13px; }
.table-label { font-size: 12px; color: var(--muted); }
.status-dot { color: #287d61; }
.status-dot::before { content: ""; display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #75b598; margin-right: 7px; vertical-align: 2px; }
.guide-section { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; padding: 36px; background: white; border: 1px solid var(--line); border-radius: 16px; }
.guide-section > div > p:not(.eyebrow) { color: var(--muted); font-size: 15px; }
.guide-steps { margin: 0; padding: 0; list-style: none; }
.guide-steps li { display: flex; gap: 20px; margin-bottom: 20px; }
.guide-steps li:last-child { margin-bottom: 0; }
.guide-steps li > span { font-size: 22px; color: #94b7a9; font-family: Georgia, serif; }
.guide-steps h3 { font-size: 16px; margin-bottom: 4px; }
.guide-steps p { color: var(--muted); font-size: 13px; margin: 0; }
.about-section { display: grid; grid-template-columns: 1fr 2fr; gap: 56px; border-top: 1px solid var(--line); padding-top: 36px; }
.about-section p:not(.eyebrow) { color: var(--muted); font-size: 15px; line-height: 2; }
.subscribe-banner { display: flex; align-items: center; gap: 26px; background: #c7eddb; border-radius: 18px; padding: 33px; margin-bottom: 64px; }
.subscribe-symbol { display: grid; place-content: center; flex-shrink: 0; width: 96px; height: 106px; background: var(--green); border-radius: 19px; color: var(--mint); text-align: center; font-size: 42px; font-weight: 800; line-height: 1.15; transform: rotate(-5deg); }
.subscribe-symbol span { font-size: 12px; font-weight: 500; letter-spacing: .16em; margin-top: 8px; }
.subscribe-banner > div:nth-child(2) { flex: 1; }
.subscribe-banner h2 { font-size: 25px; margin-bottom: 8px; }
.subscribe-banner p:not(.eyebrow) { font-size: 14px; color: #4a7165; margin: 0; max-width: 660px; }
.subscribe-banner .eyebrow { margin-bottom: 9px; }
.subscribe-banner .button { flex-shrink: 0; }
.site-footer { background: #edf1f2; border-top: 1px solid var(--line); margin-top: 64px; }
.footer-inner { padding: 36px 0; display: grid; grid-template-columns: .9fr 1.1fr; gap: 18px 40px; }
.footer-brand { font-size: 19px; font-weight: 700; }
.footer-brand p { font-size: 13px; font-weight: 400; color: var(--muted); margin: 6px 0 0; }
.footer-links { display: flex; justify-content: flex-end; align-items: flex-start; gap: 20px; flex-wrap: wrap; font-size: 13px; }
.footer-inner > p { grid-column: 1 / -1; border-top: 1px solid #dce4e6; padding-top: 20px; margin: 0; color: var(--muted); font-size: 12px; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0; font-size: 13px; color: var(--muted); }
.breadcrumb a:hover { text-decoration: underline; }
.listing-hero { background: #e6eeec; padding: 39px; border-radius: 18px; }
.listing-hero h1 { margin-bottom: 16px; }
.listing-hero p:last-of-type { color: #58716f; max-width: 880px; margin-bottom: 0; }
.listing-tags { display: flex; gap: 12px; margin-top: 22px; flex-wrap: wrap; }
.listing-tags span { background: #f8fbf9; padding: 4px 12px; font-size: 13px; border-radius: 5px; color: #567667; }
.column-notes { margin-top: 50px; padding: 28px 0; border-top: 1px solid var(--line); }
.column-notes h2 { font-size: 21px; }
.column-notes p { color: var(--muted); max-width: 980px; }
.detail-hero { display: grid; grid-template-columns: 245px 1fr; gap: 44px; padding: 36px; background: white; border: 1px solid var(--line); border-radius: 20px; }
.detail-cover img { aspect-ratio: 3 / 4; height: auto; border-radius: 12px; }
.detail-copy { align-self: center; }
.detail-copy h1 { margin: 12px 0 19px; font-size: 38px; }
.detail-facts { display: flex; gap: 18px; align-items: center; color: var(--muted); font-size: 13px; }
.detail-intro { margin-top: 24px; max-width: 660px; font-size: 17px; line-height: 2; }
.detail-actions { display: flex; gap: 13px; flex-wrap: wrap; margin-top: 22px; }
.chapter-list { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.chapter-list a { display: flex; align-items: center; gap: 20px; background: white; border: 1px solid var(--line); padding: 22px; border-radius: 11px; }
.chapter-number { font-family: Georgia, serif; font-size: 28px; color: #9cb6ad; }
.chapter-list a > span:nth-child(2) { flex: 1; }
.chapter-list strong { display: block; font-size: 16px; }
.chapter-list small { display: block; font-size: 12px; color: var(--muted); margin-top: 6px; }
.story-note { margin-top: 40px; padding: 27px 30px; border-left: 4px solid #86bca6; background: #e9f0ed; }
.story-note h2 { font-size: 22px; }
.story-note p { color: #56716a; }
.story-note p:last-child { margin-bottom: 0; font-size: 14px; }
.section:has(.comic-grid > :nth-child(4):last-child) .comic-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.reader { max-width: 820px; margin: 0 auto; }
.reader-heading { text-align: center; padding: 26px 0; }
.reader-heading h1 { font-size: 34px; margin-bottom: 15px; }
.reader-heading h1 span { display: block; font-size: 20px; font-weight: 500; margin-top: 10px; }
.reader-heading > p:last-child { font-size: 13px; color: var(--muted); }
.reading-help { background: #e9efec; border-radius: 11px; padding: 19px 23px; margin-bottom: 20px; }
.reading-help strong { display: flex; gap: 8px; align-items: center; font-size: 14px; }
.reading-help p { font-size: 13px; color: #60756e; margin: 9px 0 0; }
.reader-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 13px 0; margin-bottom: 18px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.reader-toolbar > span { font-size: 14px; }
.reader-toolbar > div { display: flex; gap: 7px; flex-wrap: wrap; }
.reader-toolbar button { border: 1px solid var(--line); background: white; color: var(--ink); border-radius: 6px; padding: 7px 11px; font-size: 13px; min-height: 40px; }
.reading-panel { margin: 0 0 30px; background: white; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.panel-top { display: flex; justify-content: space-between; gap: 10px; padding: 12px 20px; font-size: 12px; letter-spacing: .08em; color: #668279; }
.reading-panel img { aspect-ratio: 4 / 3; height: auto; object-fit: contain; background: #e3eceb; }
.reading-panel figcaption { display: flex; gap: 20px; padding: 29px; }
.panel-num { font-size: 30px; font-family: Georgia, serif; color: #adc0b8; }
.reading-panel figcaption p { font-size: var(--reading-size); line-height: 2.05; margin: 0; }
.chapter-end { text-align: center; padding: 26px 12px; }
.chapter-end > span { font-size: 12px; color: #7e9a8e; letter-spacing: .12em; }
.chapter-end h2 { font-size: 23px; margin: 15px 0 11px; }
.chapter-end p { font-size: 14px; color: var(--muted); }
.chapter-nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 15px 0 45px; }
.night { background: #12232b; color: #e0e9e9; }
.night .reader-heading > p:last-child, .night .chapter-end p { color: #adbec4; }
.night .reading-panel { background: #1d343e; border-color: #34505b; }
.night .reading-panel img { background: #172b34; }
.night .reading-help { background: #203b44; }
.night .reading-help p { color: #b8ccce; }
.night .reader-toolbar { border-color: #34505b; }
.night .chapter-nav .outline { color: #d9e7e6; border-color: #627e83; }
.night .breadcrumb { color: #bbcecf; }
.night .site-header, .night .site-footer { color: var(--ink); }
.night .panel-top { color: #9bbaae; }
.shelf-controls { display: flex; justify-content: space-between; gap: 20px; }
.shelf-controls p { color: var(--muted); }
.saved-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.saved-card { background: white; border: 1px solid var(--line); border-radius: 13px; padding: 24px; }
.saved-card h3 { margin-bottom: 9px; }
.saved-card p { font-size: 14px; color: var(--muted); }
.saved-card > div { display: flex; gap: 10px; flex-wrap: wrap; }
.saved-card .button { padding: 8px 13px; font-size: 13px; }
.subscription-options { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 23px; }
.subscription-options article { min-width: 0; padding: 28px; background: white; border: 1px solid var(--line); border-radius: 15px; }
.subscription-options h2 { font-size: 22px; margin: 20px 0 15px; }
.subscription-options p { font-size: 14px; color: var(--muted); }
.subscription-options label { display: block; font-size: 13px; color: var(--muted); }
.subscription-options input { width: 100%; min-width: 0; font-size: 13px; padding: 11px; border: 1px solid var(--line); border-radius: 6px; margin: 7px 0 16px; }
.subscription-options .text-link { display: block; margin-top: 15px; }
.subscription-options .button { margin-bottom: 15px; }
.prose { max-width: 850px; margin: 40px auto; }
.prose h2 { margin-top: 35px; font-size: 24px; }
.prose p { color: #597079; line-height: 2; }
.error-page { margin-top: 60px; text-align: center; }
.error-page p { margin: 0 auto 20px !important; }
.error-page .button { margin: 16px 6px 0; }
.toast { position: fixed; z-index: 30; bottom: 28px; left: 50%; transform: translateX(-50%) translateY(20px); background: var(--green); color: white; padding: 12px 22px; border-radius: 10px; box-shadow: 0 8px 35px #163d4330; font-size: 14px; opacity: 0; pointer-events: none; max-width: calc(100% - 30px); text-align: center; transition: opacity .2s, transform .2s; }
.toast.visible { opacity: 1; transform: translateX(-50%) translateY(0); }
.image-unavailable { font-size: 13px; color: #617c78; }

@media (max-width: 1050px) {
    .header-top { gap: 20px; }
    .brand-text { font-size: 20px; }
    .main-nav { justify-content: space-between; gap: 13px; }
    .main-nav a { font-size: 14px; gap: 5px; }
    .main-nav a .icon { width: 16px; }
    .hero-copy { padding: 34px 28px; }
    .hero-notes { gap: 10px; }
    .comic-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px 20px; }
    .section:has(.comic-grid > :nth-child(4):last-child) .comic-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .korean-section { gap: 25px; grid-template-columns: .9fr 1.3fr; }
    .korean-intro h2 { font-size: 28px; }
    .korean-card { display: block; }
    .korean-card img { width: 100%; height: 150px; }
    .korean-card > span { display: block; }
    .romance-card { padding: 20px; }
    .romance-card > div { flex-wrap: wrap; }
    .fantasy-copy { padding: 30px; }
    .mystery-grid { gap: 20px; }
    .clue p { min-height: 122px; }
    .complete-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .update-row a > span { display: block; }
    .subscribe-banner { flex-wrap: wrap; }
    .subscribe-banner > div:nth-child(2) { min-width: 350px; }
    .subscribe-banner > .button { margin-left: 122px; }
    .subscription-options { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
    .container { width: calc(100% - 32px); }
    .header-top { min-height: 85px; flex-wrap: wrap; padding-top: 18px; padding-bottom: 15px; gap: 16px 12px; }
    .brand-mark { width: 42px; height: 42px; font-size: 25px; border-radius: 12px; }
    .brand-text { font-size: 19px; }
    .brand-text small { font-size: 10px; letter-spacing: .045em; }
    .brand { gap: 9px; }
    .shelf-link { margin-left: auto; font-size: 13px; }
    .shelf-link .icon { width: 17px; }
    .search-form { order: 3; width: 100%; max-width: none; flex-basis: 100%; padding-left: 13px; }
    .main-nav { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0 10px; }
    .main-nav a { padding: 11px 0; font-size: 13px; gap: 5px; }
    .main-nav a .icon { width: 15px; height: 15px; }
    .hero { grid-template-columns: 1fr; margin-top: 22px; border-radius: 18px; }
    .hero-copy { padding: 28px 26px; }
    .hero-slogan { font-size: 42px; }
    .hero h1 { font-size: 16px; }
    .hero-desc { max-width: 470px; }
    .hero-visual { min-height: 285px; }
    .hero-image { object-position: center 35%; }
    .hero-feature { left: 24px; right: 24px; bottom: 24px; }
    .hero-feature h2 { font-size: 26px; }
    .hero-notes { margin-top: 23px; font-size: 11px; }
    .section { margin-top: 44px; }
    .section-head { margin-bottom: 21px; align-items: flex-end; gap: 12px; }
    .section-head h2 { font-size: 22px; }
    .section-head .eyebrow { font-size: 10px; letter-spacing: .07em; }
    .section-head > .text-link { flex-shrink: 0; font-size: 12px; gap: 4px; }
    .section-head > .text-link .icon { width: 15px; }
    .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
    .category-tile { padding: 17px; }
    .category-tile p { font-size: 12px; }
    .category-tile h3 { font-size: 17px; }
    .comic-grid, .section:has(.comic-grid > :nth-child(4):last-child) .comic-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 15px; }
    .comic-card h3 { font-size: 16px; }
    .comic-card p { font-size: 13px; }
    .ranking-section { padding: 23px 19px; }
    .rank-grid { grid-template-columns: 1fr; }
    .rank-row { gap: 13px; padding: 17px 0; }
    .rank-number { width: 30px; font-size: 28px; }
    .rank-copy small { font-size: 12px; }
    .korean-section { grid-template-columns: 1fr; gap: 25px; }
    .korean-intro h2 { font-size: 31px; }
    .korean-intro p { max-width: 470px; }
    .korean-pairs { gap: 14px; }
    .korean-card img { height: auto; aspect-ratio: 4 / 3; }
    .korean-card > span { font-size: 15px; }
    .korean-card small { margin-top: 5px; }
    .romance-grid { grid-template-columns: 1fr; gap: 16px; }
    .romance-card { padding: 24px; }
    .romance-card > div { flex-wrap: nowrap; }
    .romance-card p { max-width: 490px; }
    .fantasy-section { grid-template-columns: 1fr; }
    .fantasy-cover { min-height: 245px; }
    .fantasy-copy { padding: 26px; }
    .fantasy-copy h2 { font-size: 26px; }
    .fantasy-links { gap: 8px 18px; }
    .fantasy-links a { font-size: 13px; }
    .mystery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 20px; }
    .clue p { min-height: 0; }
    .clue h3 { font-size: 17px; }
    .clue .text-link { font-size: 12px; gap: 3px; }
    .completed-section { padding: 22px 17px; }
    .complete-grid { gap: 11px; }
    .complete-row { grid-template-columns: 1fr; padding: 14px; }
    .complete-check { grid-row: auto; margin-bottom: 6px; }
    .complete-row strong { font-size: 14px; }
    .update-row { grid-template-columns: 1.8fr .8fr .7fr; gap: 8px; padding: 16px 2px; font-size: 12px; }
    .update-row > :nth-child(2) { display: none; }
    .update-row strong { font-size: 14px; margin-right: 0; }
    .update-row a > span { font-size: 11px; margin-top: 3px; }
    .guide-section { grid-template-columns: 1fr; gap: 30px; padding: 25px; }
    .guide-section h2 { font-size: 25px; }
    .about-section { grid-template-columns: 1fr; gap: 10px; padding-top: 28px; }
    .about-section h2 { font-size: 25px; }
    .subscribe-banner { padding: 25px; gap: 20px; margin-bottom: 45px; }
    .subscribe-symbol { width: 70px; height: 80px; font-size: 32px; border-radius: 14px; }
    .subscribe-symbol span { font-size: 10px; }
    .subscribe-banner > div:nth-child(2) { min-width: 0; flex-basis: calc(100% - 100px); }
    .subscribe-banner h2 { font-size: 23px; }
    .subscribe-banner .eyebrow { font-size: 10px; }
    .subscribe-banner p:not(.eyebrow) { font-size: 13px; }
    .subscribe-banner > .button { margin-left: 0; width: 100%; }
    .footer-inner { display: block; padding: 27px 0; }
    .footer-links { justify-content: flex-start; gap: 12px 19px; margin: 22px 0; }
    .site-footer { margin-top: 45px; }
    .breadcrumb { font-size: 12px; gap: 7px; margin: 21px 0; }
    .listing-hero { padding: 26px; }
    .listing-hero h1 { font-size: 30px; }
    .listing-hero p { font-size: 15px; }
    .detail-hero { padding: 22px; gap: 24px; grid-template-columns: 130px 1fr; }
    .detail-cover { align-self: start; }
    .detail-copy { display: contents; }
    .detail-copy .eyebrow { align-self: end; font-size: 11px; margin-bottom: 0; }
    .detail-copy h1 { grid-column: 1 / -1; font-size: 29px; margin: 0; }
    .detail-facts, .detail-intro, .detail-copy > .muted, .detail-actions { grid-column: 1 / -1; margin: 0; }
    .detail-intro { font-size: 16px; }
    .detail-actions { gap: 10px; }
    .detail-actions .button { padding: 11px 14px; font-size: 14px; }
    .chapter-list { grid-template-columns: 1fr; }
    .chapter-list a { padding: 20px; gap: 15px; }
    .chapter-list strong { font-size: 15px; }
    .story-note { padding: 22px; }
    .reader-heading { padding: 15px 0; }
    .reader-heading h1 { font-size: 29px; }
    .reader-heading h1 span { font-size: 19px; }
    .reading-help { padding: 16px; }
    .reader-toolbar { align-items: flex-start; flex-direction: column; }
    .reader-toolbar > div { width: 100%; }
    .reader-toolbar button { flex: 1; padding: 7px; }
    .reading-panel { margin-bottom: 21px; }
    .reading-panel figcaption { padding: 21px 18px; gap: 12px; }
    .panel-num { font-size: 25px; }
    .reading-panel figcaption p { font-size: var(--reading-size); }
    .panel-top { padding: 10px 15px; font-size: 10px; }
    .chapter-nav { gap: 8px; }
    .chapter-nav .button { padding: 11px 5px; font-size: 12px; }
    .saved-grid { grid-template-columns: 1fr; }
    .shelf-controls { display: block; }
    .shelf-controls h2 { font-size: 23px; }
    .subscription-options article { padding: 23px; }
}

@media (max-width: 380px) {
    .brand-text { font-size: 17px; }
    .shelf-link { font-size: 12px; gap: 3px; }
    .hero-slogan { font-size: 36px; }
    .hero-copy { padding: 24px 20px; }
    .hero-actions { gap: 9px; }
    .hero-actions .button { padding: 11px 13px; font-size: 13px; }
    .section-head h2 { font-size: 19px; }
    .section-head h2 > .icon { width: 18px; margin-right: 6px; }
    .main-nav { gap: 0 7px; }
    .main-nav a { font-size: 12px; }
    .category-tile { padding: 14px; }
    .category-tile p { font-size: 11px; }
    .subscribe-banner { display: block; }
    .subscribe-symbol { margin-bottom: 22px; }
    .subscribe-banner .button { margin-top: 20px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition: none !important; }
}
