:root {
    --banana: #ffd84d;
    --banana-deep: #f5b800;
    --ink: #20231f;
    --muted: #6f746c;
    --paper: #fffdf6;
    --panel: #ffffff;
    --line: #e8e7df;
    --mint: #dff4e6;
    --shadow: 0 18px 50px rgba(50, 45, 20, 0.10);
    --radius: 24px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
    line-height: 1.7;
    overflow-x: hidden;
}

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

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

button,
input {
    font: inherit;
}

.container,
.header-inner,
.footer-inner {
    width: min(1200px, calc(100% - 40px));
    margin-right: auto;
    margin-left: auto;
}

.site-header {
    position: sticky;
    z-index: 100;
    top: 0;
    border-bottom: 1px solid rgba(232, 231, 223, 0.9);
    background: rgba(255, 253, 246, 0.94);
    backdrop-filter: blur(18px);
}

.header-inner {
    display: flex;
    min-height: 82px;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

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

.brand-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
}

.brand-copy {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}

.brand-copy strong {
    font-size: 20px;
    letter-spacing: 0.02em;
}

.brand-copy small {
    margin-top: 4px;
    color: var(--muted);
    font-size: 9px;
    letter-spacing: 0.16em;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 4px;
}

.nav-link {
    display: flex;
    min-width: 62px;
    padding: 9px 8px;
    align-items: center;
    border-radius: 12px;
    color: #555a52;
    font-size: 13px;
    font-weight: 700;
    gap: 5px;
    justify-content: center;
    transition: 0.2s ease;
}

.nav-link:hover,
.nav-link.active {
    color: #29290f;
    background: var(--banana);
    transform: translateY(-1px);
}

.nav-icon {
    font-size: 15px;
}

.menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid var(--line);
    border-radius: 13px;
    background: var(--panel);
    cursor: pointer;
}

.hero {
    display: grid;
    min-height: 610px;
    margin-top: 54px;
    padding: 70px 64px;
    align-items: center;
    border: 1px solid #eee8c8;
    border-radius: 38px;
    background: radial-gradient(circle at 15% 15%, #fffbdc 0, transparent 36%), linear-gradient(135deg, #fff9d8, #fffdf6 58%, #e9f6ec);
    box-shadow: var(--shadow);
    gap: 50px;
    grid-template-columns: 1.05fr 0.95fr;
    overflow: hidden;
}

.hero-kicker,
.eyebrow {
    display: inline-block;
    color: #8d7410;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.hero h1 {
    margin: 12px 0 18px;
    font-size: clamp(54px, 6vw, 82px);
    line-height: 1.05;
    letter-spacing: -0.05em;
}

.hero h1 a::after {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 12px;
    border-radius: 50%;
    background: var(--banana);
    content: "";
    vertical-align: top;
}

.hero-copy > p {
    max-width: 570px;
    margin: 0;
    color: var(--muted);
    font-size: 18px;
}

.hero-actions,
.chapter-nav {
    display: flex;
    margin-top: 30px;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.button {
    display: inline-flex;
    min-height: 46px;
    padding: 0 22px;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 14px;
    font-weight: 800;
    gap: 8px;
    cursor: pointer;
    transition: 0.2s ease;
}

.button:hover {
    transform: translateY(-2px);
}

.button-primary {
    color: #27230e;
    background: var(--banana);
    box-shadow: 0 10px 24px rgba(245, 184, 0, 0.25);
}

.button-ghost {
    border-color: var(--line);
    background: rgba(255, 255, 255, 0.8);
}

.button-dark,
.button-save.saved {
    color: #ffffff;
    background: var(--ink);
}

.button-save {
    border-color: #ddd9c4;
    background: #fffdf6;
}

.hero-stats {
    display: flex;
    margin-top: 44px;
    gap: 30px;
}

.hero-stats span {
    display: flex;
    color: var(--muted);
    font-size: 12px;
    flex-direction: column;
}

.hero-stats strong {
    color: var(--ink);
    font-size: 18px;
}

.hero-visual {
    position: relative;
    min-height: 450px;
}

.hero-poster {
    position: absolute;
    border: 8px solid #ffffff;
    border-radius: 24px;
    background: #f4f0db;
    box-shadow: 0 20px 42px rgba(40, 35, 15, 0.18);
    overflow: hidden;
}

.hero-poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.poster-main {
    top: 16px;
    right: 55px;
    width: 275px;
    height: 390px;
    transform: rotate(3deg);
}

.poster-small {
    width: 132px;
    height: 180px;
}

.poster-one {
    top: 48px;
    left: 8px;
    transform: rotate(-8deg);
}

.poster-two {
    right: 4px;
    bottom: 2px;
    transform: rotate(8deg);
}

.hero-note {
    position: absolute;
    bottom: 5px;
    left: 45px;
    display: flex;
    padding: 15px 18px;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: var(--shadow);
    flex-direction: column;
}

.hero-note span {
    color: var(--muted);
    font-size: 11px;
}

.content-section {
    margin-top: 108px;
    margin-bottom: 108px;
}

.section-heading {
    display: flex;
    margin-bottom: 34px;
    align-items: center;
    gap: 16px;
}

.heading-icon {
    display: grid;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: var(--banana);
    font-size: 24px;
    place-items: center;
}

.section-heading h2 {
    margin: 2px 0 0;
    font-size: 32px;
    line-height: 1.2;
}

.section-heading p {
    margin: 5px 0 0;
    color: var(--muted);
}

.section-more {
    display: inline-flex;
    margin-left: auto;
    align-items: center;
    color: #6e5b0c;
    font-weight: 800;
    gap: 7px;
}

.category-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, 1fr);
}

.category-card {
    display: flex;
    min-height: 112px;
    padding: 20px;
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: var(--panel);
    box-shadow: 0 8px 28px rgba(30, 30, 20, 0.04);
    gap: 13px;
    transition: 0.2s ease;
}

.category-card:hover {
    border-color: var(--category-color, var(--banana-deep));
    transform: translateY(-4px);
}

.category-icon,
.listing-icon {
    display: grid;
    width: 48px;
    height: 48px;
    flex: 0 0 auto;
    border-radius: 15px;
    color: #ffffff;
    background: var(--category-color);
    font-size: 22px;
    place-items: center;
}

.category-card > span:nth-child(2) {
    display: flex;
    flex-direction: column;
}

.category-card small {
    color: var(--muted);
    font-size: 11px;
}

.category-arrow {
    margin-left: auto;
    color: #999b94;
}

.comic-grid {
    display: grid;
    gap: 24px;
}

.four-columns {
    grid-template-columns: repeat(4, 1fr);
}

.three-columns {
    grid-template-columns: repeat(3, 1fr);
}

.comic-card {
    border: 1px solid var(--line);
    border-radius: 22px;
    background: var(--panel);
    box-shadow: 0 10px 30px rgba(43, 41, 26, 0.06);
    overflow: hidden;
    transition: 0.25s ease;
}

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

.cover-wrap {
    position: relative;
    display: block;
    aspect-ratio: 3 / 4;
    overflow: hidden;
}

.cover-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease;
}

.comic-card:hover .cover-wrap img {
    transform: scale(1.04);
}

.cover-badge {
    position: absolute;
    right: 12px;
    bottom: 12px;
    padding: 5px 10px;
    border-radius: 999px;
    color: #ffffff;
    background: rgba(30, 31, 28, 0.82);
    font-size: 11px;
    font-weight: 700;
}

.card-body {
    padding: 18px;
}

.card-meta {
    display: flex;
    color: var(--muted);
    font-size: 11px;
    justify-content: space-between;
}

.card-body h3 {
    margin: 7px 0 4px;
    font-size: 20px;
}

.card-body p {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
}

.ranking-section,
.completed-strip {
    padding: 82px 0;
    background: #f1f6ee;
}

.ranking-layout {
    display: grid;
    gap: 28px;
    grid-template-columns: 1.25fr 0.75fr;
}

.ranking-feature {
    display: grid;
    padding: 24px;
    align-items: center;
    border-radius: var(--radius);
    background: #20231f;
    color: #ffffff;
    gap: 28px;
    grid-template-columns: 0.8fr 1.2fr;
}

.ranking-feature img {
    width: 100%;
    aspect-ratio: 3 / 4;
    border-radius: 18px;
    object-fit: cover;
}

.ranking-feature p {
    color: #c8ccc4;
}

.ranking-feature a {
    color: var(--banana);
    font-weight: 800;
}

.rank-number {
    color: var(--banana);
    font-weight: 900;
}

.ranking-feature h3 {
    margin: 7px 0;
    font-size: 32px;
}

.ranking-list {
    display: flex;
    margin: 0;
    padding: 0;
    flex-direction: column;
    list-style: none;
}

.ranking-list li {
    display: flex;
    min-height: 78px;
    padding: 13px 8px;
    align-items: center;
    border-bottom: 1px solid #dde5d9;
    gap: 16px;
}

.rank-index {
    color: #9aa193;
    font-size: 22px;
    font-weight: 900;
}

.ranking-list li div {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.ranking-list small {
    color: var(--muted);
}

.ranking-list a {
    font-size: 24px;
}

.editorial-grid {
    display: grid;
    min-height: 540px;
    gap: 22px;
    grid-template-columns: 1.2fr 0.8fr;
    grid-template-rows: repeat(2, 1fr);
}

.editorial-card {
    position: relative;
    display: flex;
    min-height: 250px;
    border-radius: var(--radius);
    color: #ffffff;
    background: #22251f;
    overflow: hidden;
}

.editorial-card:first-child {
    grid-row: 1 / 3;
}

.editorial-card img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.48;
}

.editorial-card div {
    position: relative;
    z-index: 1;
    margin-top: auto;
    padding: 28px;
}

.editorial-card h3 {
    margin: 5px 0;
    font-size: 28px;
}

.editorial-card p {
    margin: 0 0 14px;
    color: #edf0e9;
}

.editorial-card a {
    color: var(--banana);
    font-weight: 800;
}

.korean-section {
    padding: 90px 0;
    background: #25243a;
    color: #ffffff;
}

.split-feature {
    display: grid;
    align-items: center;
    gap: 70px;
    grid-template-columns: 0.85fr 1.15fr;
}

.split-copy h2 {
    margin: 8px 0 16px;
    font-size: 42px;
}

.split-copy p {
    color: #c6c5d6;
}

.split-copy .button-dark {
    color: #232218;
    background: var(--banana);
}

.phone-stack {
    display: grid;
    align-items: center;
    gap: 16px;
    grid-template-columns: repeat(3, 1fr);
}

.phone-card {
    position: relative;
    display: block;
    border: 7px solid #ffffff;
    border-radius: 25px;
    background: #ffffff;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.phone-card:nth-child(2) {
    transform: translateY(-28px);
}

.phone-card img {
    width: 100%;
    aspect-ratio: 9 / 16;
    object-fit: cover;
}

.phone-card span {
    position: absolute;
    right: 8px;
    bottom: 8px;
    left: 8px;
    padding: 9px;
    border-radius: 12px;
    background: rgba(30, 30, 30, 0.82);
    font-size: 12px;
    text-align: center;
}

.schedule-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(7, 1fr);
}

.day-card {
    display: flex;
    min-height: 150px;
    padding: 18px 12px;
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #ffffff;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.day-card span {
    color: var(--muted);
    font-size: 12px;
}

.day-card strong {
    margin-top: 10px;
    font-size: 14px;
}

.day-card small {
    color: #8b8f87;
}

.day-card.today {
    border-color: var(--banana-deep);
    background: var(--banana);
    transform: translateY(-8px);
}

.steps-grid,
.review-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(3, 1fr);
}

.step-card,
.review-card {
    padding: 30px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #ffffff;
}

.step-number {
    color: var(--banana-deep);
    font-size: 34px;
    font-weight: 900;
}

.step-card h3 {
    margin: 10px 0;
}

.step-card p,
.review-card p {
    color: var(--muted);
}

.step-card a {
    font-weight: 800;
}

.compact-list {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, 1fr);
}

.compact-list a {
    display: flex;
    padding: 10px;
    align-items: center;
    border-radius: 18px;
    background: #ffffff;
    gap: 14px;
}

.compact-list img {
    width: 72px;
    aspect-ratio: 3 / 4;
    border-radius: 12px;
    object-fit: cover;
}

.compact-list span {
    display: flex;
    flex-direction: column;
}

.compact-list small {
    color: var(--muted);
}

.avatar {
    display: grid;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--banana);
    font-weight: 900;
    place-items: center;
}

.stars {
    margin-top: 18px;
    color: var(--banana-deep);
    letter-spacing: 0.12em;
}

.review-card strong,
.review-card small {
    display: block;
}

.review-card small {
    color: var(--muted);
}

.about-section {
    padding: 92px 0;
    background: #fff0a9;
}

.about-layout {
    display: grid;
    align-items: center;
    gap: 70px;
    grid-template-columns: 0.6fr 1.4fr;
}

.about-mark {
    display: flex;
    padding: 42px;
    align-items: center;
    border: 1px solid rgba(80, 68, 15, 0.16);
    border-radius: 32px;
    background: #ffffff;
    box-shadow: var(--shadow);
    flex-direction: column;
}

.about-mark img {
    width: 150px;
}

.about-mark span {
    margin-top: 20px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.28em;
}

.about-copy h2,
.app-copy h2 {
    margin: 8px 0 18px;
    font-size: 40px;
}

.about-points {
    display: flex;
    margin-top: 25px;
    flex-wrap: wrap;
    gap: 12px;
}

.about-points span {
    padding: 8px 13px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.65);
    font-size: 13px;
}

.app-section {
    display: grid;
    padding: 60px;
    align-items: center;
    border-radius: 32px;
    color: #ffffff;
    background: #20231f;
    gap: 60px;
    grid-template-columns: 1fr auto;
}

.app-copy p {
    max-width: 700px;
    color: #c9cdc5;
}

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

.subscribe-form label {
    display: block;
    margin-bottom: 8px;
    color: #e6e8e3;
    font-size: 13px;
}

.subscribe-form div {
    display: flex;
    gap: 10px;
}

.subscribe-form input {
    min-width: 0;
    min-height: 50px;
    flex: 1;
    padding: 0 16px;
    border: 1px solid #55594f;
    border-radius: 14px;
    color: #ffffff;
    background: #30342e;
}

.subscribe-form .button-dark {
    color: #24230d;
    background: var(--banana);
}

.subscribe-note {
    font-size: 12px;
}

.brand-code {
    display: flex;
    width: 210px;
    padding: 22px;
    align-items: center;
    border-radius: 24px;
    color: var(--ink);
    background: #ffffff;
    flex-direction: column;
}

.code-grid {
    display: grid;
    width: 140px;
    height: 140px;
    padding: 8px;
    border: 3px solid var(--ink);
    gap: 3px;
    grid-template-columns: repeat(6, 1fr);
}

.code-grid span {
    border-radius: 2px;
    background: #f0efe8;
}

.code-grid span.filled {
    background: var(--ink);
}

.brand-code strong {
    margin-top: 12px;
}

.brand-code small {
    color: var(--muted);
}

.site-footer {
    padding: 50px 0;
    border-top: 1px solid var(--line);
    background: #fffdf6;
}

.footer-inner {
    display: grid;
    align-items: center;
    gap: 25px;
    grid-template-columns: 1fr auto;
}

.footer-brand {
    font-size: 22px;
    font-weight: 900;
}

.footer-inner p {
    margin: 4px 0 0;
    color: var(--muted);
}

.footer-links {
    display: flex;
    gap: 20px;
}

.copyright {
    font-size: 12px;
    grid-column: 1 / -1;
}

.listing-hero {
    margin-top: 42px;
}

.listing-hero .container {
    padding: 48px;
    border-radius: 30px;
    background: linear-gradient(135deg, #fff7c6, #edf7ee);
}

.breadcrumb {
    display: flex;
    margin-bottom: 28px;
    align-items: center;
    color: var(--muted);
    font-size: 13px;
    flex-wrap: wrap;
    gap: 10px;
}

.breadcrumb a {
    color: #5f520d;
    font-weight: 700;
}

.listing-title-row {
    display: flex;
    align-items: center;
    gap: 24px;
}

.listing-icon {
    width: 86px;
    height: 86px;
    border-radius: 25px;
    font-size: 38px;
}

.listing-title-row h1 {
    margin: 5px 0;
    font-size: 46px;
    line-height: 1.2;
}

.listing-title-row p {
    max-width: 720px;
    margin: 0;
    color: var(--muted);
}

.column-note {
    display: grid;
    padding: 32px;
    align-items: center;
    border: 1px solid #eadb8c;
    border-radius: 24px;
    background: #fff9d9;
    gap: 22px;
    grid-template-columns: auto 1fr auto;
}

.note-icon {
    display: grid;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: var(--banana);
    font-size: 23px;
    place-items: center;
}

.column-note h2,
.column-note p {
    margin: 0;
}

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

.reader-main {
    padding-top: 44px;
}

.reader-header {
    text-align: center;
}

.reader-header .breadcrumb {
    justify-content: center;
}

.reader-title {
    max-width: 850px;
    margin: 0 auto;
}

.reader-label {
    display: inline-flex;
    padding: 7px 13px;
    border-radius: 999px;
    background: var(--banana);
    font-size: 12px;
    font-weight: 800;
}

.reader-title h1 {
    margin: 14px 0;
    font-size: clamp(36px, 5vw, 58px);
    line-height: 1.2;
}

.reader-meta {
    display: flex;
    align-items: center;
    color: var(--muted);
    font-size: 13px;
    justify-content: center;
    flex-wrap: wrap;
    gap: 22px;
}

.reader-meta span {
    display: flex;
    gap: 6px;
}

.reading-notice {
    display: flex;
    max-width: 860px;
    margin: 34px auto 0;
    padding: 18px 22px;
    align-items: center;
    border: 1px solid #e9d887;
    border-radius: 18px;
    background: #fff9dc;
    gap: 12px;
    text-align: left;
}

.reading-notice p {
    margin: 0;
    color: #675f3c;
    font-size: 13px;
}

.top-nav {
    justify-content: center;
}

.comic-reader {
    max-width: 920px;
    margin-top: 68px;
}

.chapter-intro {
    max-width: 680px;
    margin: 0 auto 42px;
    text-align: center;
}

.chapter-intro span {
    color: var(--banana-deep);
    font-weight: 900;
    letter-spacing: 0.18em;
}

.chapter-intro h2 {
    margin: 8px 0;
    font-size: 34px;
}

.chapter-intro p {
    color: var(--muted);
}

.comic-pages {
    display: flex;
    flex-direction: column;
    gap: 34px;
}

.comic-page {
    margin: 0;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: var(--shadow);
}

.comic-page img {
    width: 100%;
    aspect-ratio: 4 / 5;
    border-radius: 16px;
    background: #f2f0e9;
    object-fit: cover;
}

.comic-page figcaption {
    padding: 13px 5px 2px;
    color: var(--muted);
    font-size: 12px;
    text-align: center;
}

.chapter-end {
    margin: 60px 0 110px;
    padding: 48px;
    border-radius: 28px;
    background: #f1f6ee;
    text-align: center;
}

.chapter-end > span {
    color: var(--banana-deep);
    font-size: 28px;
}

.chapter-end h2 {
    margin: 8px 0;
}

.chapter-end p {
    color: var(--muted);
}

.chapter-end .chapter-nav {
    justify-content: center;
}

@media (max-width: 1100px) {
    .header-inner {
        flex-wrap: wrap;
        gap: 8px;
    }

    .main-nav {
        width: 100%;
        padding-bottom: 10px;
        overflow-x: auto;
    }

    .nav-link {
        min-width: 105px;
    }

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

    .hero-visual {
        min-height: 480px;
    }

    .category-grid,
    .four-columns {
        grid-template-columns: repeat(2, 1fr);
    }

    .schedule-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 780px) {
    .container,
    .header-inner,
    .footer-inner {
        width: min(100% - 28px, 1200px);
    }

    .header-inner {
        min-height: 72px;
        flex-wrap: nowrap;
    }

    .brand-icon {
        width: 40px;
        height: 40px;
    }

    .menu-toggle {
        display: grid;
        place-items: center;
    }

    .main-nav {
        position: absolute;
        top: 72px;
        right: 14px;
        left: 14px;
        display: none;
        width: auto;
        max-height: calc(100vh - 90px);
        padding: 12px;
        border: 1px solid var(--line);
        border-radius: 18px;
        background: #fffdf6;
        box-shadow: var(--shadow);
        grid-template-columns: repeat(2, 1fr);
        overflow-y: auto;
    }

    .main-nav.open {
        display: grid;
    }

    .nav-link {
        min-width: 0;
        justify-content: flex-start;
    }

    .hero {
        margin-top: 28px;
        padding: 42px 24px;
        border-radius: 26px;
    }

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

    .hero-copy > p {
        font-size: 16px;
    }

    .hero-stats {
        display: grid;
        gap: 14px;
        grid-template-columns: repeat(3, 1fr);
    }

    .hero-visual {
        min-height: 390px;
    }

    .poster-main {
        right: 25px;
        width: 230px;
        height: 330px;
    }

    .poster-small {
        width: 105px;
        height: 145px;
    }

    .poster-two {
        right: -5px;
    }

    .hero-note {
        left: 5px;
    }

    .content-section {
        margin-top: 78px;
        margin-bottom: 78px;
    }

    .section-heading {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .section-more {
        width: 100%;
        margin-left: 68px;
    }

    .category-grid,
    .four-columns,
    .three-columns,
    .steps-grid,
    .review-grid,
    .compact-list,
    .schedule-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ranking-section,
    .completed-strip,
    .korean-section,
    .about-section {
        padding: 65px 0;
    }

    .ranking-layout,
    .split-feature,
    .about-layout {
        grid-template-columns: 1fr;
    }

    .editorial-grid {
        min-height: auto;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .editorial-card:first-child {
        grid-row: auto;
    }

    .editorial-card {
        min-height: 300px;
    }

    .split-feature {
        gap: 80px;
    }

    .phone-stack {
        gap: 10px;
    }

    .day-card.today {
        transform: none;
    }

    .app-section {
        padding: 38px 24px;
        grid-template-columns: 1fr;
    }

    .brand-code {
        width: 100%;
    }

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

    .footer-links {
        flex-wrap: wrap;
    }

    .listing-hero .container {
        padding: 30px 22px;
    }

    .listing-title-row {
        align-items: flex-start;
    }

    .listing-icon {
        width: 64px;
        height: 64px;
    }

    .listing-title-row h1 {
        font-size: 36px;
    }

    .column-note {
        grid-template-columns: auto 1fr;
    }

    .column-note .button {
        grid-column: 1 / -1;
    }
}

@media (max-width: 520px) {
    .brand-copy small {
        display: none;
    }

    .brand-copy strong {
        font-size: 18px;
    }

    .hero {
        padding: 36px 20px;
    }

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

    .hero-actions .button {
        width: 100%;
    }

    .hero-stats {
        gap: 8px;
    }

    .hero-stats strong {
        font-size: 15px;
    }

    .hero-visual {
        min-height: 330px;
    }

    .poster-main {
        right: 16px;
        width: 190px;
        height: 275px;
    }

    .poster-one {
        left: -8px;
    }

    .poster-two {
        display: none;
    }

    .hero-note {
        bottom: 0;
        left: 3px;
    }

    .section-heading h2,
    .split-copy h2,
    .about-copy h2,
    .app-copy h2 {
        font-size: 29px;
    }

    .category-grid,
    .four-columns,
    .three-columns,
    .steps-grid,
    .review-grid,
    .compact-list,
    .schedule-grid {
        grid-template-columns: 1fr;
    }

    .ranking-feature {
        grid-template-columns: 1fr;
    }

    .ranking-feature img {
        max-height: 420px;
    }

    .phone-card:first-child,
    .phone-card:last-child {
        display: none;
    }

    .phone-stack {
        grid-template-columns: 1fr;
    }

    .phone-card:nth-child(2) {
        max-width: 260px;
        margin: 0 auto;
        transform: none;
    }

    .about-mark {
        padding: 28px;
    }

    .subscribe-form div {
        flex-direction: column;
    }

    .listing-title-row {
        flex-direction: column;
    }

    .column-note {
        grid-template-columns: 1fr;
    }

    .chapter-nav .button {
        width: 100%;
    }

    .chapter-end {
        padding: 34px 20px;
    }
}
