@charset "UTF-8";

:root {
    --ink: #15213d;
    --muted: #62708d;
    --paper: #f7f9ff;
    --surface: #ffffff;
    --night: #10182f;
    --night-soft: #172343;
    --pink: #ff6f91;
    --pink-dark: #dc426b;
    --amber: #ffb35c;
    --aqua: #42c9a5;
    --violet: #8f7cff;
    --line: #dfe5f2;
    --shadow: 0 22px 60px rgba(25, 39, 76, 0.12);
    --radius-lg: 28px;
    --radius-md: 18px;
    --radius-sm: 12px;
    --container: 1200px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    overflow-x: hidden;
    color: var(--ink);
    background: var(--paper);
    font-family: "Noto Sans SC", "Microsoft YaHei", "PingFang SC", sans-serif;
    font-size: 16px;
    line-height: 1.75;
}

body::before {
    position: fixed;
    inset: 0;
    z-index: -2;
    content: "";
    background:
        radial-gradient(circle at 9% 8%, rgba(255, 111, 145, 0.12), transparent 25rem),
        radial-gradient(circle at 92% 30%, rgba(97, 169, 255, 0.12), transparent 28rem),
        linear-gradient(180deg, #f8faff 0%, #f4f7fd 100%);
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input {
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible,
input:focus-visible {
    outline: 3px solid rgba(255, 111, 145, 0.45);
    outline-offset: 3px;
}

.skip-link {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 100;
    padding: 10px 16px;
    color: #ffffff;
    background: var(--night);
    border-radius: 10px;
    transform: translateY(-160%);
}

.skip-link:focus {
    transform: translateY(0);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid rgba(223, 229, 242, 0.82);
    background: rgba(247, 249, 255, 0.92);
    backdrop-filter: blur(18px);
}

.header-shell,
.hero,
.reading-pulse,
.latest-showcase,
.rank-panel,
.category-deck,
.korean-spotlight,
.completed-mosaic,
.editor-notes,
.update-timeline,
.bookshelf,
.reading-guide,
.about-panel,
.app-subscribe,
.column-main,
.reader-main,
.footer-grid,
.footer-bottom {
    width: min(calc(100% - 40px), var(--container));
    margin-inline: auto;
}

.header-shell {
    display: flex;
    min-height: 78px;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}

.brand {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 11px;
}

.brand-mark {
    display: grid;
    width: 44px;
    height: 44px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--pink), var(--pink-dark));
    border-radius: 14px 14px 14px 5px;
    box-shadow: 0 10px 24px rgba(220, 66, 107, 0.28);
    font-family: "STKaiti", "KaiTi", serif;
    font-size: 26px;
    place-items: center;
}

.brand-copy {
    display: grid;
    line-height: 1.2;
}

.brand-copy strong {
    font-size: 19px;
    letter-spacing: 0.08em;
}

.brand-copy small {
    margin-top: 4px;
    color: var(--muted);
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.menu-toggle {
    display: none;
    align-items: center;
    gap: 7px;
    padding: 8px 12px;
    color: var(--ink);
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 10px;
    cursor: pointer;
}

.main-navigation ul {
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
    gap: 3px;
    list-style: none;
}

.main-navigation a {
    display: flex;
    padding: 9px 9px;
    align-items: center;
    gap: 6px;
    color: #52617e;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

.main-navigation a:hover,
.main-navigation a.is-active {
    color: var(--pink-dark);
    background: rgba(255, 111, 145, 0.1);
}

.nav-icon {
    display: grid;
    width: 21px;
    height: 21px;
    color: currentColor;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid currentColor;
    border-radius: 7px;
    font-size: 12px;
    line-height: 1;
    place-items: center;
}

.section-space {
    margin-top: 96px;
}

.eyebrow {
    margin: 0 0 10px;
    color: var(--pink-dark);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.hero {
    display: grid;
    min-height: 600px;
    margin-top: 48px;
    padding: 68px;
    align-items: center;
    grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
    gap: 64px;
    overflow: hidden;
    color: #ffffff;
    background:
        linear-gradient(130deg, rgba(16, 24, 47, 0.97), rgba(27, 42, 82, 0.91)),
        repeating-linear-gradient(90deg, transparent 0 68px, rgba(255, 255, 255, 0.03) 69px 70px);
    border-radius: 36px;
    box-shadow: var(--shadow);
}

.hero h1 {
    margin: 0;
    font-family: "STKaiti", "KaiTi", serif;
    font-size: clamp(56px, 7vw, 92px);
    line-height: 1.02;
    letter-spacing: 0.08em;
}

.hero h1 a {
    background: linear-gradient(110deg, #ffffff 18%, #ffd2dc 58%, #ffb35c);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-lead {
    max-width: 640px;
    margin: 28px 0 0;
    color: #ced7ec;
    font-size: 19px;
}

.hero-actions {
    display: flex;
    margin-top: 32px;
    flex-wrap: wrap;
    gap: 12px;
}

.button {
    display: inline-flex;
    min-height: 48px;
    padding: 0 22px;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 13px;
    font-weight: 800;
}

.button-primary {
    color: #ffffff;
    background: linear-gradient(135deg, var(--pink), var(--pink-dark));
    box-shadow: 0 12px 26px rgba(220, 66, 107, 0.28);
}

.button-ghost {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.25);
}

.button-dark {
    color: #ffffff;
    background: var(--night);
}

.hero-search {
    margin-top: 32px;
}

.hero-search label,
.subscribe-form label {
    display: block;
    margin-bottom: 8px;
    color: #ced7ec;
    font-size: 14px;
    font-weight: 700;
}

.search-control,
.subscribe-control {
    display: flex;
    max-width: 560px;
    padding: 5px;
    background: #ffffff;
    border-radius: 15px;
}

.search-control input,
.subscribe-control input {
    min-width: 0;
    flex: 1;
    padding: 10px 13px;
    color: var(--ink);
    background: transparent;
    border: 0;
}

.search-control button,
.subscribe-control button {
    padding: 10px 18px;
    color: #ffffff;
    background: var(--pink-dark);
    border: 0;
    border-radius: 11px;
    font-weight: 800;
    cursor: pointer;
}

.search-status,
.subscribe-status {
    margin: 8px 0 0;
    color: #aebbd7;
    font-size: 13px;
}

.hero-art {
    position: relative;
    justify-self: end;
}

.hero-image {
    width: min(100%, 390px);
    aspect-ratio: 3 / 4;
    object-fit: cover;
    border: 10px solid rgba(255, 255, 255, 0.08);
    border-radius: 110px 22px 110px 22px;
    box-shadow: 0 35px 80px rgba(0, 0, 0, 0.42);
}

.hero-badge {
    position: absolute;
    right: -24px;
    bottom: 38px;
    display: grid;
    min-width: 170px;
    padding: 14px 18px;
    color: var(--ink);
    background: #ffffff;
    border-radius: 14px;
    box-shadow: var(--shadow);
}

.hero-badge span {
    color: var(--pink-dark);
    font-size: 12px;
    font-weight: 800;
}

.reading-pulse {
    margin-top: 42px;
}

.compact-heading {
    display: flex;
    align-items: end;
    gap: 18px;
}

.compact-heading .eyebrow {
    margin-bottom: 5px;
}

.section-heading h2,
.compact-heading h2,
.rank-intro h2,
.spotlight-copy h2,
.bookshelf-copy h2,
.about-copy h2,
.app-copy h2,
.timeline-heading h2 {
    margin: 0;
    font-family: "STKaiti", "KaiTi", serif;
    font-size: clamp(34px, 4.2vw, 52px);
    line-height: 1.18;
}

.pulse-strip {
    display: grid;
    margin-top: 22px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    background: var(--line);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
}

.pulse-item {
    display: grid;
    padding: 24px;
    background: var(--surface);
    grid-template-columns: auto 1fr;
    align-items: center;
    column-gap: 14px;
}

.pulse-icon {
    display: grid;
    width: 44px;
    height: 44px;
    grid-row: span 2;
    color: var(--pink-dark);
    background: #fff0f4;
    border-radius: 50%;
    place-items: center;
}

.pulse-item strong {
    font-size: 25px;
    line-height: 1;
}

.pulse-item > span:last-child {
    color: var(--muted);
    font-size: 14px;
}

.split-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
}

.split-heading > p {
    max-width: 420px;
    margin: 0;
    color: var(--muted);
}

.centered-heading {
    max-width: 720px;
    margin-inline: auto;
    text-align: center;
}

.centered-heading > p:last-child {
    color: var(--muted);
}

.text-link {
    color: var(--pink-dark);
    font-weight: 800;
}

.latest-grid {
    display: grid;
    margin-top: 32px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.latest-card {
    overflow: hidden;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    box-shadow: 0 12px 36px rgba(34, 50, 86, 0.07);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.latest-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow);
}

.cover-link {
    position: relative;
    display: block;
}

.cover-link img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
}

.update-chip {
    position: absolute;
    right: 12px;
    bottom: 12px;
    padding: 5px 9px;
    color: #ffffff;
    background: rgba(16, 24, 47, 0.9);
    border-radius: 8px;
    font-size: 12px;
    font-weight: 800;
}

.card-body {
    padding: 20px;
}

.genre-tag {
    color: var(--pink-dark);
    font-size: 13px;
    font-weight: 800;
}

.card-body h3 {
    margin: 5px 0 8px;
    font-size: 21px;
}

.card-body p {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: var(--muted);
    font-size: 14px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.rank-panel {
    display: grid;
    padding: 52px;
    grid-template-columns: 0.72fr 1.28fr;
    gap: 48px;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
}

.rank-intro {
    padding: 28px;
    color: #ffffff;
    background: var(--night);
    border-radius: 24px;
}

.rank-intro p:not(.eyebrow) {
    color: #bec9df;
}

.rank-intro .button {
    margin-top: 14px;
    color: var(--night);
    background: var(--amber);
}

.rank-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.rank-list li {
    display: grid;
    padding: 18px 0;
    grid-template-columns: 58px 150px 1fr;
    align-items: center;
    gap: 18px;
    border-bottom: 1px solid var(--line);
}

.rank-list li:last-child {
    border-bottom: 0;
}

.rank-number {
    color: var(--pink);
    font-family: Georgia, serif;
    font-size: 28px;
    font-weight: 900;
}

.rank-copy {
    display: grid;
}

.rank-copy a {
    font-weight: 900;
}

.rank-copy span,
.rank-list p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
}

.category-deck {
    padding: 64px;
    color: #ffffff;
    background:
        radial-gradient(circle at 20% 10%, rgba(255, 111, 145, 0.26), transparent 28rem),
        linear-gradient(135deg, var(--night), var(--night-soft));
    border-radius: 34px;
}

.category-deck .centered-heading > p:last-child {
    color: #bdc8df;
}

.category-grid {
    display: grid;
    margin-top: 36px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.category-card {
    display: grid;
    min-height: 255px;
    padding: 26px;
    align-content: start;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 18px;
    transition: background 180ms ease, transform 180ms ease;
}

.category-card:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-4px);
}

.category-icon {
    display: grid;
    width: 48px;
    height: 48px;
    color: var(--night);
    background: var(--amber);
    border-radius: 16px;
    font-weight: 900;
    place-items: center;
}

.category-card h3 {
    margin: 22px 0 8px;
    font-size: 22px;
}

.category-card p {
    margin: 0;
    color: #c8d2e6;
    font-size: 14px;
}

.category-action {
    margin-top: auto;
    padding-top: 18px;
    color: #ffd6df;
    font-weight: 800;
}

.korean-spotlight {
    display: grid;
    align-items: center;
    grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
    gap: 68px;
}

.spotlight-cover {
    padding: 20px;
    background: linear-gradient(145deg, #dfd7ff, #ffd8e3);
    border-radius: 180px 30px 30px 30px;
}

.spotlight-cover img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    border-radius: 160px 20px 20px 20px;
}

.spotlight-copy > p:not(.eyebrow) {
    color: var(--muted);
}

.spotlight-list {
    margin: 26px 0;
    padding: 0;
    columns: 2;
    column-gap: 16px;
    list-style: none;
}

.spotlight-list li {
    margin-bottom: 10px;
    break-inside: avoid;
}

.spotlight-list a {
    display: grid;
    padding: 12px 14px;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 12px;
}

.spotlight-list span {
    color: var(--muted);
    font-size: 13px;
}

.mosaic-grid {
    display: grid;
    margin-top: 32px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: repeat(2, 250px);
    gap: 18px;
}

.mosaic-item {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.mosaic-item-1 {
    grid-column: span 2;
    grid-row: span 2;
}

.mosaic-item-2,
.mosaic-item-5 {
    grid-column: span 1;
}

.mosaic-item-3,
.mosaic-item-4 {
    grid-column: span 1;
}

.mosaic-item a,
.mosaic-item img {
    width: 100%;
    height: 100%;
}

.mosaic-item img {
    object-fit: cover;
    transition: transform 300ms ease;
}

.mosaic-item:hover img {
    transform: scale(1.04);
}

.mosaic-overlay {
    position: absolute;
    inset: auto 0 0;
    padding: 48px 20px 18px;
    color: #ffffff;
    background: linear-gradient(transparent, rgba(11, 18, 37, 0.94));
}

.mosaic-overlay span {
    color: #ffd3dd;
    font-size: 12px;
    font-weight: 900;
}

.mosaic-overlay h3 {
    margin: 3px 0;
}

.mosaic-overlay p {
    display: none;
    margin: 6px 0 0;
    color: #d6ddec;
    font-size: 14px;
}

.mosaic-item-1 .mosaic-overlay p {
    display: block;
}

.note-grid {
    display: grid;
    margin-top: 30px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.note-card {
    position: relative;
    padding: 32px;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
}

.note-card::before {
    position: absolute;
    top: 18px;
    right: 24px;
    color: #edf0f7;
    content: "“";
    font-family: Georgia, serif;
    font-size: 80px;
    line-height: 1;
}

.note-label {
    color: var(--violet);
    font-size: 13px;
    font-weight: 900;
}

.note-card h3 {
    margin: 8px 0;
    font-size: 24px;
}

.note-card blockquote {
    margin: 0 0 24px;
    color: var(--muted);
}

.note-card a {
    color: var(--pink-dark);
    font-weight: 800;
}

.update-timeline {
    display: grid;
    padding: 58px;
    grid-template-columns: 0.78fr 1.22fr;
    gap: 56px;
    background: #eef3ff;
    border-radius: var(--radius-lg);
}

.timeline-heading p:last-child {
    color: var(--muted);
}

.timeline-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.timeline-list li {
    display: grid;
    min-height: 94px;
    grid-template-columns: 68px 18px 1fr;
    gap: 16px;
}

.timeline-list time {
    color: var(--pink-dark);
    font-weight: 900;
}

.timeline-dot {
    position: relative;
    width: 13px;
    height: 13px;
    margin-top: 8px;
    background: var(--pink);
    border: 3px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 0 2px var(--pink);
}

.timeline-dot::after {
    position: absolute;
    top: 14px;
    left: 3px;
    width: 1px;
    height: 65px;
    content: "";
    background: #c8d2e7;
}

.timeline-list li:last-child .timeline-dot::after {
    display: none;
}

.timeline-list a {
    font-size: 18px;
    font-weight: 900;
}

.timeline-list p {
    margin: 2px 0 0;
    color: var(--muted);
    font-size: 14px;
}

.bookshelf {
    display: grid;
    padding: 56px;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 60px;
    color: #ffffff;
    background: linear-gradient(135deg, #2f2864, #172343);
    border-radius: var(--radius-lg);
}

.bookshelf-copy > p:not(.eyebrow) {
    color: #c8cce0;
}

.privacy-note {
    padding-left: 14px;
    border-left: 3px solid var(--amber);
    font-size: 14px;
}

.shelf-list {
    display: grid;
    gap: 12px;
}

.shelf-item {
    display: flex;
    padding: 17px 18px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 13px;
}

.shelf-item a {
    font-weight: 900;
}

.shelf-item button {
    padding: 7px 11px;
    color: #ffffff;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 9px;
    cursor: pointer;
}

.shelf-item button[aria-pressed="true"] {
    color: var(--night);
    background: var(--amber);
    border-color: var(--amber);
}

.guide-steps {
    display: grid;
    margin-top: 30px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.guide-step {
    padding: 30px;
    background: transparent;
    border-top: 5px solid var(--pink);
    border-bottom: 1px solid var(--line);
}

.guide-step > span {
    color: #c9d1e2;
    font-family: Georgia, serif;
    font-size: 44px;
    font-weight: 900;
}

.guide-step h3 {
    margin: 4px 0 8px;
    font-size: 22px;
}

.guide-step p {
    margin: 0;
    color: var(--muted);
}

.about-panel {
    display: grid;
    padding: 64px;
    grid-template-columns: 250px 1fr;
    align-items: center;
    gap: 64px;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
}

.about-mark {
    display: grid;
    aspect-ratio: 1;
    color: #ffffff;
    background:
        radial-gradient(circle at 70% 25%, var(--amber) 0 10px, transparent 11px),
        linear-gradient(145deg, var(--pink), var(--pink-dark));
    border-radius: 50% 50% 18% 50%;
    box-shadow: 24px 24px 0 #ffe6ec;
    font-family: "STKaiti", "KaiTi", serif;
    font-size: 92px;
    place-items: center;
}

.about-copy > p:not(.eyebrow) {
    color: var(--muted);
}

.about-values {
    display: flex;
    margin-top: 22px;
    flex-wrap: wrap;
    gap: 10px;
}

.about-values span {
    padding: 7px 12px;
    color: var(--pink-dark);
    background: #fff1f5;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
}

.app-subscribe {
    display: grid;
    margin-bottom: 96px;
    padding: 58px;
    grid-template-columns: 280px 1fr;
    align-items: center;
    gap: 54px;
    color: #ffffff;
    background: var(--night);
    border-radius: var(--radius-lg);
}

.app-graphic {
    padding: 22px;
    background: #ffffff;
    border-radius: 30px;
}

.app-graphic img {
    width: 100%;
    aspect-ratio: 1;
}

.app-copy > p:not(.eyebrow) {
    color: #c8d2e6;
}

.subscribe-form {
    margin-top: 24px;
}

.site-footer {
    color: #cbd4e6;
    background: #0c1328;
}

.footer-grid {
    display: grid;
    padding-block: 56px;
    grid-template-columns: 1.2fr 0.8fr 1fr;
    gap: 56px;
}

.footer-grid h2 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 17px;
}

.footer-brand strong {
    color: #ffffff;
    font-family: "STKaiti", "KaiTi", serif;
    font-size: 32px;
}

.footer-brand p,
.footer-note p {
    margin: 8px 0 0;
}

.footer-links ul {
    margin: 0;
    padding: 0;
    columns: 2;
    list-style: none;
}

.footer-links a:hover {
    color: #ffffff;
}

.footer-bottom {
    padding: 20px 0 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
}

.footer-bottom p {
    margin: 0;
}

.breadcrumb {
    margin-top: 34px;
    color: var(--muted);
    font-size: 14px;
}

.breadcrumb ol {
    display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
}

.breadcrumb li:not(:last-child)::after {
    margin-left: 8px;
    color: #a7b1c6;
    content: "/";
}

.breadcrumb a:hover {
    color: var(--pink-dark);
}

.column-hero {
    display: grid;
    margin-top: 24px;
    padding: 52px;
    grid-template-columns: 110px 1fr auto;
    align-items: center;
    gap: 34px;
    color: #ffffff;
    background: linear-gradient(130deg, var(--night), #26385f);
    border-radius: var(--radius-lg);
}

.column-icon {
    display: grid;
    width: 96px;
    height: 96px;
    color: var(--night);
    background: var(--amber);
    border-radius: 30px 30px 30px 8px;
    font-size: 36px;
    font-weight: 900;
    place-items: center;
}

.column-hero h1 {
    margin: 0;
    font-family: "STKaiti", "KaiTi", serif;
    font-size: clamp(40px, 6vw, 64px);
    line-height: 1.1;
}

.column-hero-copy > p:last-child {
    max-width: 690px;
    margin: 12px 0 0;
    color: #c9d3e7;
}

.column-count {
    display: grid;
    justify-items: end;
}

.column-count strong {
    color: var(--pink);
    font-family: Georgia, serif;
    font-size: 54px;
    line-height: 1;
}

.column-count span {
    color: #bdc8dd;
    font-size: 14px;
}

.catalog-list {
    display: grid;
    margin-top: 30px;
    gap: 16px;
}

.catalog-row {
    display: grid;
    min-height: 210px;
    padding: 18px;
    grid-template-columns: 74px 132px 1fr 118px;
    align-items: center;
    gap: 24px;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.catalog-row:hover {
    transform: translateX(5px);
    box-shadow: 0 16px 42px rgba(31, 47, 84, 0.09);
}

.catalog-number {
    color: #c7cede;
    font-family: Georgia, serif;
    font-size: 26px;
    font-weight: 900;
    text-align: center;
}

.catalog-cover img {
    width: 132px;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    border-radius: 14px;
}

.catalog-copy h3 {
    margin: 4px 0 8px;
    font-size: 26px;
}

.catalog-copy p {
    margin: 0;
    color: var(--muted);
}

.catalog-copy small {
    display: block;
    margin-top: 8px;
    color: #8792a8;
}

.catalog-meta {
    display: grid;
    justify-items: end;
    gap: 24px;
    color: var(--muted);
    font-size: 14px;
}

.round-link {
    display: grid;
    width: 46px;
    height: 46px;
    color: #ffffff;
    background: var(--pink-dark);
    border-radius: 50%;
    font-size: 22px;
    place-items: center;
}

.column-note {
    margin: 64px 0 96px;
    padding: 28px 32px;
    background: #fff8e9;
    border-left: 5px solid var(--amber);
    border-radius: 0 16px 16px 0;
}

.column-note h2 {
    margin: 0 0 5px;
    font-size: 20px;
}

.column-note p {
    margin: 0;
    color: var(--muted);
}

.reader-main {
    max-width: 980px;
}

.reader-heading {
    margin-top: 26px;
    padding: 48px;
    text-align: center;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
}

.reader-column {
    display: inline-flex;
    padding: 6px 12px;
    color: var(--pink-dark);
    background: #fff0f4;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 900;
}

.reader-heading h1 {
    margin: 18px 0 10px;
    font-family: "STKaiti", "KaiTi", serif;
    font-size: clamp(38px, 6vw, 60px);
    line-height: 1.15;
}

.reader-summary {
    max-width: 720px;
    margin: 0 auto;
    color: var(--muted);
}

.reader-meta {
    display: flex;
    margin: 26px 0 0;
    padding: 0;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px 34px;
}

.reader-meta div {
    display: flex;
    gap: 8px;
}

.reader-meta dt {
    color: var(--muted);
}

.reader-meta dd {
    margin: 0;
    font-weight: 800;
}

.reading-notice {
    margin-top: 28px;
    padding: 24px 28px;
    background: #edf9f6;
    border: 1px solid #ccebe2;
    border-radius: 16px;
}

.reading-notice h2 {
    margin: 0 0 4px;
    font-size: 18px;
}

.reading-notice p {
    margin: 0;
    color: #4f736b;
}

.comic-chapter {
    margin-top: 52px;
}

.comic-chapter > h2 {
    margin: 0 0 24px;
    font-family: "STKaiti", "KaiTi", serif;
    font-size: 34px;
    text-align: center;
}

.comic-frame {
    margin: 0 0 42px;
    padding: 16px;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 20px;
    box-shadow: 0 16px 50px rgba(31, 46, 81, 0.08);
}

.comic-frame img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    border-radius: 13px;
}

.comic-frame figcaption {
    padding: 16px 8px 2px;
    color: var(--muted);
    text-align: center;
}

.chapter-end {
    padding: 52px 30px;
    text-align: center;
    background: linear-gradient(135deg, #fff0f4, #eef3ff);
    border-radius: var(--radius-lg);
}

.chapter-end h2 {
    margin: 0;
    font-family: "STKaiti", "KaiTi", serif;
    font-size: 42px;
}

.chapter-end p {
    max-width: 650px;
    margin: 12px auto 0;
    color: var(--muted);
}

.chapter-navigation {
    display: grid;
    margin: 34px 0 96px;
    grid-template-columns: 1fr auto 1fr;
    align-items: stretch;
    gap: 14px;
}

.chapter-link,
.back-column {
    display: grid;
    min-height: 74px;
    padding: 14px 18px;
    align-content: center;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 14px;
}

.chapter-link span {
    color: var(--muted);
    font-size: 13px;
}

.chapter-next {
    text-align: right;
}

.back-column {
    min-width: 160px;
    color: #ffffff;
    background: var(--night);
    border-color: var(--night);
    font-weight: 900;
    text-align: center;
}

.chapter-link.is-disabled {
    color: #9ba5b9;
    background: #eef1f6;
}

[hidden] {
    display: none !important;
}

@media (max-width: 1120px) {
    .header-shell {
        align-items: flex-start;
        flex-wrap: wrap;
        padding-block: 14px;
    }

    .menu-toggle {
        display: inline-flex;
    }

    .main-navigation {
        display: none;
        width: 100%;
    }

    .main-navigation.is-open {
        display: block;
    }

    .main-navigation ul {
        display: grid;
        padding-top: 8px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
    }

    .main-navigation a {
        justify-content: center;
        background: #ffffff;
        border: 1px solid var(--line);
    }

    .hero {
        padding: 52px;
        grid-template-columns: 1.05fr 0.95fr;
        gap: 40px;
    }

    .latest-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .catalog-row {
        grid-template-columns: 60px 118px 1fr;
    }

    .catalog-meta {
        grid-column: 3;
        grid-row: 2;
        justify-items: start;
        grid-auto-flow: column;
        justify-content: start;
    }
}

@media (max-width: 820px) {
    .header-shell,
    .hero,
    .reading-pulse,
    .latest-showcase,
    .rank-panel,
    .category-deck,
    .korean-spotlight,
    .completed-mosaic,
    .editor-notes,
    .update-timeline,
    .bookshelf,
    .reading-guide,
    .about-panel,
    .app-subscribe,
    .column-main,
    .reader-main,
    .footer-grid,
    .footer-bottom {
        width: min(calc(100% - 28px), var(--container));
    }

    .section-space {
        margin-top: 72px;
    }

    .hero {
        min-height: auto;
        margin-top: 28px;
        padding: 42px;
        grid-template-columns: 1fr;
    }

    .hero-art {
        justify-self: center;
    }

    .hero-image {
        max-width: 360px;
    }

    .pulse-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rank-panel,
    .korean-spotlight,
    .update-timeline,
    .bookshelf,
    .about-panel,
    .app-subscribe {
        padding: 38px;
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .category-deck {
        padding: 44px;
    }

    .category-grid,
    .note-grid,
    .guide-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mosaic-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: repeat(3, 250px);
    }

    .mosaic-item-1 {
        grid-column: span 2;
        grid-row: span 1;
    }

    .about-mark,
    .app-graphic {
        max-width: 260px;
        justify-self: center;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .footer-brand {
        grid-column: span 2;
    }

    .column-hero {
        grid-template-columns: 90px 1fr;
    }

    .column-icon {
        width: 82px;
        height: 82px;
    }

    .column-count {
        grid-column: span 2;
        justify-items: start;
    }
}

@media (max-width: 560px) {
    .header-shell,
    .hero,
    .reading-pulse,
    .latest-showcase,
    .rank-panel,
    .category-deck,
    .korean-spotlight,
    .completed-mosaic,
    .editor-notes,
    .update-timeline,
    .bookshelf,
    .reading-guide,
    .about-panel,
    .app-subscribe,
    .column-main,
    .reader-main,
    .footer-grid,
    .footer-bottom {
        width: min(calc(100% - 20px), var(--container));
    }

    .brand-copy small {
        display: none;
    }

    .main-navigation ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .main-navigation a {
        justify-content: flex-start;
    }

    .hero {
        padding: 30px 22px;
        border-radius: 24px;
    }

    .hero h1 {
        font-size: 54px;
    }

    .hero-lead {
        font-size: 17px;
    }

    .search-control,
    .subscribe-control {
        display: grid;
    }

    .hero-badge {
        right: 8px;
        bottom: 20px;
    }

    .compact-heading,
    .split-heading {
        display: block;
    }

    .split-heading .text-link,
    .split-heading > p {
        display: block;
        margin-top: 12px;
    }

    .pulse-strip,
    .latest-grid,
    .category-grid,
    .note-grid,
    .guide-steps {
        grid-template-columns: 1fr;
    }

    .rank-panel,
    .category-deck,
    .update-timeline,
    .bookshelf,
    .about-panel,
    .app-subscribe {
        padding: 28px 20px;
    }

    .rank-list li {
        grid-template-columns: 48px 1fr;
    }

    .rank-list p {
        grid-column: 2;
    }

    .category-card {
        min-height: 220px;
    }

    .spotlight-list {
        columns: 1;
    }

    .mosaic-grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: none;
    }

    .mosaic-item,
    .mosaic-item-1 {
        min-height: 320px;
        grid-column: auto;
        grid-row: auto;
    }

    .mosaic-overlay p {
        display: block;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .footer-brand {
        grid-column: auto;
    }

    .column-hero {
        padding: 30px 22px;
        grid-template-columns: 1fr;
    }

    .column-count {
        grid-column: auto;
    }

    .catalog-row {
        grid-template-columns: 54px 92px 1fr;
        gap: 12px;
    }

    .catalog-cover img {
        width: 92px;
    }

    .catalog-copy h3 {
        font-size: 21px;
    }

    .catalog-copy p,
    .catalog-copy small {
        display: none;
    }

    .reader-heading {
        padding: 34px 20px;
    }

    .reader-meta {
        display: grid;
        justify-content: center;
    }

    .comic-frame {
        padding: 8px;
    }

    .chapter-navigation {
        grid-template-columns: 1fr 1fr;
    }

    .back-column {
        grid-column: span 2;
        grid-row: 1;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}
