:root {
    --font-sans: "Noto Sans KR", sans-serif;
    --font-serif: "Noto Sans KR", sans-serif;
    --bg: #ffffff;
    --surface: #ffffff;
    --surface-strong: #ffffff;
    --surface-soft: #f8fafc;
    --text: #111827;
    --muted: #6b7280;
    --line: rgba(17, 24, 39, 0.05);
    --line-strong: rgba(17, 24, 39, 0.08);
    --shadow: none;
    --shadow-soft: none;
    --teal: linear-gradient(135deg, #f0fdfa, #ccfbf1);
    --orange: linear-gradient(135deg, #fff7ed, #fed7aa);
    --violet: linear-gradient(135deg, #faf5ff, #ddd6fe);
    --navy: linear-gradient(135deg, #eff6ff, #bfdbfe);
    --amber: linear-gradient(135deg, #fffbeb, #fde68a);
    --rose: linear-gradient(135deg, #fff1f2, #fecdd3);
}

* { box-sizing: border-box; }
body {
    margin: 0;
    font-family: var(--font-sans);
    font-size: 16px;
    line-height: 1.72;
    letter-spacing: -0.01em;
    color: var(--text);
    background: linear-gradient(180deg, #ffffff 0%, #f9fafb 100%);
    overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
p { color: var(--muted); line-height: 1.82; margin: 0 0 1rem; }
.site-shell { min-height: 100vh; overflow-x: clip; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.topbar { border-bottom: 1px solid rgba(17, 24, 39, 0.04); backdrop-filter: blur(20px); background: rgba(255, 255, 255, 0.92); position: sticky; top: 0; z-index: 20; }
.topbar-inner, .nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 0; }
.utility-bar { border-bottom: 1px solid rgba(17, 24, 39, 0.04); background: #fff; }
.utility-inner, .utility-left, .utility-right, .topbar-actions, .topbar-copy { display: flex; align-items: center; gap: 16px; }
.utility-inner { justify-content: space-between; padding: 10px 0; font-size: 0.86rem; color: var(--muted); }
.utility-mobile-head { display: none; }
.utility-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    flex: 1;
}
.utility-right a, .topbar-plain { color: var(--muted); font-weight: 700; }
.utility-nav {
    gap: 14px;
    font-size: 0.92rem;
    line-height: 1.4;
    letter-spacing: -0.015em;
}
.utility-nav a {
    color: var(--muted);
    font-weight: 500;
}
.utility-nav a.is-active,
.utility-nav a:hover {
    color: var(--text);
}
.menu-toggle {
    appearance: none;
    border: 0;
    background: #fff;
    width: 42px;
    height: 42px;
    padding: 0;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}
.menu-toggle span {
    display: block;
    width: 18px;
    height: 1px;
    background: #111827;
}
.menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}
.menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
}
.menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}
.topbar-inner {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) auto minmax(220px, 1fr);
    gap: 20px;
    align-items: center;
}
.topbar-copy { flex-direction: column; gap: 4px; align-items: flex-start; text-align: left; }
.topbar-actions {
    justify-content: flex-end;
    justify-self: end;
}
.topbar-promo { font-size: 0.86rem; color: var(--text); font-weight: 800; }
.brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 1.1rem;
    min-width: 380px;
    justify-self: center;
}
.brand-symbol {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    font-family: var(--font-sans);
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    border: 1px solid rgba(49, 84, 58, 0.18);
    color: #1e3424;
    flex: 0 0 auto;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 22% 22%, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0) 34%),
        linear-gradient(135deg, rgba(106, 154, 116, 0.28) 0%, rgba(106, 154, 116, 0) 44%),
        linear-gradient(145deg, rgba(236, 246, 238, 0.95) 0%, rgba(214, 231, 218, 0.92) 100%);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
}

.brand-symbol::before,
.brand-symbol::after {
    content: "";
    position: absolute;
    inset: auto;
    pointer-events: none;
}

.brand-symbol::before {
    width: 84px;
    height: 84px;
    top: -38px;
    right: -30px;
    background:
        linear-gradient(135deg, rgba(60, 112, 72, 0.34) 0%, rgba(108, 165, 122, 0.12) 38%, rgba(86, 128, 95, 0) 72%);
    transform: rotate(22deg);
    animation: brandSymbolSweep 10s ease-in-out infinite alternate;
}

.brand-symbol::after {
    width: 48px;
    height: 48px;
    left: -18px;
    bottom: -20px;
    border: 1px solid rgba(86, 128, 95, 0.18);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(207, 226, 212, 0.06) 100%);
    transform: rotate(22deg);
}

.brand-symbol {
    animation: brandSymbolLift 9s ease-in-out infinite alternate;
}
.brand-lockup {
    display: grid;
    gap: 8px;
    align-items: start;
    justify-items: start;
    text-align: left;
}
.brand-wordmark {
    display: grid;
    gap: 6px;
    align-items: start;
    justify-items: start;
    text-align: left;
    transform: translateY(-5px);
}
.brand-mark strong {
    font-family: var(--font-sans);
    font-size: 2.9rem;
    line-height: 1.02;
    letter-spacing: -0.06em;
    font-weight: 800;
    display: block;
    color: #23422a;
    background: linear-gradient(120deg, #244229 0%, #426c4b 38%, #2f5a39 68%, #244229 100%);
    background-size: 180% 180%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: brandWordmarkShift 14s ease-in-out infinite alternate;
}
.brand-subline {
    color: var(--muted);
    font-size: 0.72rem;
    line-height: 1.45;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    display: block;
    max-width: none;
    white-space: nowrap;
}
.brand-kicker, .eyebrow, .footer-label { text-transform: uppercase; letter-spacing: 0.18em; font-size: 0.72rem; color: var(--muted); }
.brand-kicker {
    position: relative;
    padding-bottom: 6px;
}
.brand-kicker::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 28px;
    height: 1px;
    background: rgba(17, 24, 39, 0.16);
}

@keyframes brandWordmarkShift {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

@keyframes brandSymbolLift {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-2px);
    }
}

@keyframes brandSymbolSweep {
    0% {
        transform: rotate(18deg) translateX(0);
        opacity: 0.92;
    }
    100% {
        transform: rotate(24deg) translateX(6px);
        opacity: 1;
    }
}
.topbar-note { color: var(--muted); font-size: 0.9rem; text-align: left; }
.dashboard-link, .hero-link, .text-link, .editor-form button, .login-form button {
    display: inline-flex; align-items: center; justify-content: center; border-radius: 0;
    background: #fff; color: #111827; padding: 12px 18px; font-weight: 700; border: 1px solid rgba(17, 24, 39, 0.12);
}
.main-nav { border-bottom: 0; }
.nav-inner {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    align-items: center;
    padding: 22px 0 20px;
}
.nav-side { min-height: 1px; }
.nav-menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}
.main-nav a { padding: 12px 0; color: var(--muted); font-weight: 800; font-size: 0.98rem; line-height: 1; position: relative; letter-spacing: -0.02em; }
.main-nav a.is-active, .main-nav a:hover { color: var(--text); }
.main-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -9px;
    width: 100%;
    height: 2px;
    background: transparent;
}
.main-nav a.is-active::after,
.main-nav a:hover::after {
    background: #111827;
}
.nav-menu:empty {
    display: block;
}
.dashboard-link:hover, .hero-link:hover, .text-link:hover, .editor-form button:hover, .login-form button:hover {
    background: #f8fafc;
    color: #111827;
}
.hero-section, .content-section, .band-section, .simple-page, .article-page { padding: 34px 0 42px; }
.hero-section {
    width: 100%;
    padding: 0 0 42px;
    margin-top: -58px;
    border-top: 0;
    background:
        radial-gradient(circle at 18% 10%, rgba(125, 169, 120, 0.08) 0, rgba(125, 169, 120, 0.08) 2px, transparent 2px, transparent 100%),
        radial-gradient(circle at 82% 8%, rgba(125, 169, 120, 0.06) 0, rgba(125, 169, 120, 0.06) 2px, transparent 2px, transparent 100%),
        linear-gradient(135deg, rgba(125, 169, 120, 0.05) 25%, transparent 25%) 0 -18px / 36px 36px,
        linear-gradient(225deg, rgba(125, 169, 120, 0.03) 25%, transparent 25%) 0 -18px / 36px 36px,
        linear-gradient(180deg, #edf7ef 0%, #f3faf4 58%, #ffffff 100%);
}
.hero-section .container {
    padding-top: 80px;
}
.article-page {
    width: 100%;
    padding: 0 0 42px;
    margin-top: -58px;
    background: #ffffff;
}

.article-page .container {
    padding-top: 80px;
}
.hero-grid { display: grid; grid-template-columns: 1.7fr 0.9fr; gap: 24px; }
.hero-feature, .aside-card, .story-card, .band-column, .author-card, .admin-panel, .editor-form, .stat-card, .login-card {
    background: var(--surface);
    border: 0;
    box-shadow: none;
    border-radius: 0;
}
.hero-feature {
    padding: 40px;
    min-height: 470px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: var(--text);
}
.hero-feature h1, .simple-page h1, .article-main h1, .login-card h1, .admin-header h1 {
    font-family: var(--font-serif);
    font-size: clamp(2.4rem, 4vw, 4.6rem);
    line-height: 1.18;
    letter-spacing: -0.035em;
    margin: 14px 0 20px;
}
.hero-feature p { color: var(--muted); max-width: 70%; }
.hero-aside { display: grid; gap: 24px; }
.aside-card { padding: 20px 0 0; border-top: 1px solid var(--line); }
.aside-card h2 { font-size: 1.5rem; line-height: 1.45; letter-spacing: -0.02em; margin: 12px 0 18px; }
.aside-card.compact { padding-bottom: 14px; }
.section-pills, .footer-links { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.section-pills a, .mini-story, .band-story {
    display: block; padding: 14px 0; border-radius: 0; background: transparent; border: 0;
}
.mini-story, .band-story { margin-bottom: 12px; }
.mini-story strong, .band-story strong { display: block; margin-bottom: 6px; }
.mini-story span, .band-story span { color: var(--muted); font-size: 0.9rem; }
.section-heading { display: flex; justify-content: space-between; gap: 18px; align-items: end; margin-bottom: 28px; padding-top: 10px; }
.section-heading h2, .band-column h3 { font-family: var(--font-serif); font-size: clamp(1.5rem, 2vw, 2.3rem); line-height: 1.38; letter-spacing: -0.03em; margin: 8px 0 0; }
.story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px 22px; }
.story-card { overflow: hidden; }
.story-visual, .article-cover { min-height: 220px; border-bottom: 0; }
.image-cover {
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
    object-fit: cover;
    display: block;
    background: #f3f4f6;
}
.story-body { padding: 16px 0 0; }
.story-body h3 { font-family: var(--font-serif); font-size: 1.5rem; line-height: 1.4; letter-spacing: -0.025em; margin: 14px 0 12px; }
.story-body p { font-size: 0.98rem; line-height: 1.78; }
.chip {
    display: inline-flex; padding: 7px 12px; border-radius: 0; background: var(--surface-soft); border: 0; font-size: 0.82rem; font-weight: 800;
}
.meta-row { display: flex; flex-wrap: wrap; gap: 14px; color: var(--muted); font-size: 0.9rem; }
.story-body .meta-row, .article-meta { color: var(--muted); }
.band-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.band-column { padding: 0; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1.75fr) 340px; gap: 20px; }
.article-main { background: var(--surface-strong); padding: 0; border-radius: 0; box-shadow: none; border: 0; }
.article-summary { font-size: 1.15rem; max-width: 760px; }
.article-cover { border-radius: 0; margin: 28px 0; }
.article-content p { font-size: 1.08rem; color: #30303a; }
.article-inline-media {
    margin: 0 0 24px;
    padding: 0;
}
.article-inline-media img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 0;
    display: block;
    border: 0;
}
.article-inline-media figcaption {
    margin-top: 10px;
    color: var(--muted);
    font-size: 0.9rem;
}
.author-card { padding: 28px; }
.author-badge {
    width: 72px; height: 72px; border-radius: 0; display: grid; place-items: center;
    background: var(--surface-soft); color: var(--text); font-weight: 800; font-size: 1.3rem; margin-bottom: 16px; border: 1px solid var(--line);
}
.site-footer { border-top: 1px solid var(--line); padding: 40px 0 52px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 0.8fr 0.8fr; gap: 24px; }
.footer-grid-expanded { grid-template-columns: 1.3fr 0.8fr 0.8fr 0.9fr; }
.footer-grid h3 { font-family: var(--font-serif); font-size: 2rem; line-height: 1.42; letter-spacing: -0.03em; margin: 12px 0; }
.footer-subscribe { margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--line); }
.footer-subscribe strong { display: block; margin-bottom: 8px; }
.footer-topic-cloud { margin-top: 8px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; margin-top: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: 0.9rem; }
.cover-teal { background: var(--teal); }
.cover-orange { background: var(--orange); }
.cover-violet { background: var(--violet); }
.cover-navy { background: var(--navy); }
.cover-amber { background: var(--amber); }
.cover-rose { background: var(--rose); }

.admin-body, .login-body { background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%); }
.admin-shell { display: grid; grid-template-columns: 280px 1fr; min-height: 100vh; }
.admin-sidebar {
    padding: 28px; background: #ffffff; color: var(--text); border-right: 0;
    display: flex; flex-direction: column; gap: 24px;
}
.admin-brand { font-size: 1.2rem; font-weight: 800; }
.admin-sidebar-head p,
.admin-side-card p,
.admin-header-card p,
.stat-card small,
.editor-form-head span { color: var(--muted); margin: 0; }
.admin-sidebar nav { display: grid; gap: 10px; }
.admin-sidebar nav a { color: var(--muted); padding: 12px 14px; border-radius: 14px; border: 0; }
.admin-sidebar nav a.is-active, .admin-sidebar nav a:hover { background: var(--surface-soft); color: var(--text); }
.admin-side-card {
    margin-top: auto;
    padding: 18px;
    border: 0;
    border-radius: 20px;
    background: var(--surface-soft);
    display: grid;
    gap: 8px;
}
.admin-main { padding: 32px; }
.admin-header { margin-bottom: 22px; }
.admin-header-card {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: end;
    padding: 24px 26px;
    border: 0;
    border-radius: 26px;
    background: #fff;
    box-shadow: none;
}
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-bottom: 24px; }
.stat-card, .admin-panel { padding: 22px; }
.stat-card span { color: var(--muted); display: block; margin-bottom: 8px; }
.stat-card strong { font-size: 2rem; }
.stat-card small { display: block; margin-top: 8px; font-size: 0.86rem; }
.panel-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.admin-panel-feature { box-shadow: none; }
.table-wrap { overflow-x: auto; }
.admin-table th, .admin-table td { padding: 14px 10px; }
.admin-table th { color: var(--muted); font-weight: 800; border-bottom-color: var(--line-strong); }
.admin-table td { border-bottom-color: var(--line); }
.editor-layout { display: grid; grid-template-columns: 1fr; gap: 34px; }
.editor-form { padding: 24px; }
.editor-form-elevated { box-shadow: none; }
.admin-panel-feature { padding-top: 6px; }
.editor-form-head { margin-bottom: 18px; }
.editor-form-head h2 { margin: 0; font-family: var(--font-serif); }
.editor-quicktools {
    display: grid;
    gap: 10px;
    margin-bottom: 14px;
}
.editor-quicktools-label {
    color: var(--muted);
    font-size: 0.9rem;
    font-weight: 800;
}
.editor-quicktools-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.editor-tool-button {
    appearance: none;
    border: 0;
    background: #fff;
    color: var(--text);
    border-radius: 0;
    padding: 10px 14px;
    font-size: 0.9rem;
    font-weight: 800;
    cursor: pointer;
}
.editor-tool-button:hover {
    background: var(--surface-soft);
}
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.editor-form label, .login-form label { display: grid; gap: 8px; font-weight: 700; font-size: 0.92rem; margin-bottom: 14px; }
.editor-form input, .editor-form select, .editor-form textarea, .login-form input {
    border: 0; border-radius: 0; padding: 12px 14px; background: var(--surface-soft);
}
.editor-form input:focus, .editor-form select:focus, .editor-form textarea:focus, .login-form input:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(17, 24, 39, 0.05);
}
.checkbox-row { display: flex; gap: 18px; margin-bottom: 16px; }
.blogzine-editor-shell {
    display: grid;
    gap: 10px;
    margin-bottom: 14px;
}
.blogzine-editor-status {
    color: var(--muted);
    font-size: 0.86rem;
    line-height: 1.5;
}
.blogzine-editor-status[data-state="pending"] { color: #355b8c; }
.blogzine-editor-status[data-state="success"] { color: #2f6b46; }
.blogzine-editor-status[data-state="error"] { color: #8b3d3d; }
.editor-form .ck.ck-editor {
    width: 100%;
}
.editor-form .ck-editor__editable_inline {
    min-height: 420px;
    border-radius: 0;
}
.editor-form .ck.ck-toolbar {
    border-radius: 0;
    border-color: var(--line);
}
.editor-form .ck.ck-content {
    font-size: 1.02rem;
    line-height: 1.9;
}
.editor-form .ck.ck-content h2,
.editor-form .ck.ck-content h3 {
    font-family: var(--font-serif);
}
.editor-form .ck.ck-content blockquote {
    border-left: 4px solid #111827;
    background: #f8fafc;
    padding: 16px 18px;
}
.editor-form .ck.ck-content .article-pullquote {
    border-left: 4px solid #111827;
    background: #f8fafc;
    padding: 16px 18px;
    border-radius: 0;
}
.editor-form .ck.ck-content figure.image img {
    border-radius: 0;
}
.editor-form .ck.ck-content pre {
    background: #0f172a;
    color: #e5eefb;
    border-radius: 0;
    padding: 16px 18px;
}
.editor-form .ck.ck-content mark {
    border-radius: 0;
}
.login-body { min-height: 100vh; display: grid; place-items: center; }
.login-card { width: min(460px, calc(100% - 24px)); padding: 32px; }
.login-form > button,
.editor-form > button {
    border: 0;
    width: 100%;
}
.login-shell {
    width: min(1120px, calc(100% - 24px));
    display: grid;
    grid-template-columns: 1.1fr 420px;
    gap: 18px;
    align-items: stretch;
}
.login-showcase,
.login-card-elevated {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 0;
    box-shadow: var(--shadow-soft);
}
.login-showcase {
    padding: 40px;
    display: grid;
    align-content: center;
    gap: 18px;
}
.login-showcase h1 {
    font-family: var(--font-serif);
    font-size: clamp(2.4rem, 4vw, 4rem);
    line-height: 1.2;
    letter-spacing: -0.03em;
    margin: 0;
}
.login-showcase-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 8px;
}
.login-showcase-card {
    padding: 18px;
    border-radius: 0;
    background: var(--surface-soft);
    border: 0;
    display: grid;
    gap: 8px;
}
.login-showcase-card strong,
.login-hint strong {
    font-family: var(--font-serif);
}
.login-card-elevated {
    padding: 34px;
}
.login-hint {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid var(--line);
    color: var(--muted);
    display: grid;
    gap: 6px;
}

.hero-feature .eyebrow,
.hero-feature .meta-row {
    color: #475569;
}

.hero-feature h1,
.hero-feature a,
.hero-feature strong {
    color: var(--text);
}

.headline-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    padding: 14px 0 18px;
    border: 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    border-radius: 0;
    background: transparent;
    margin-bottom: 34px;
}

.headline-strip a {
    color: var(--muted);
    font-size: 0.95rem;
}

.headline-strip a:hover {
    color: var(--text);
}

.woman-headline-strip {
    display: grid;
    grid-template-columns: 120px repeat(4, 1fr);
    gap: 20px;
    align-items: start;
}

.woman-headline-strip a strong {
    display: block;
    font-family: var(--font-serif);
    font-size: 1.1rem;
    line-height: 1.45;
    letter-spacing: -0.02em;
}

.woman-lead-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) 320px;
    gap: 40px;
    align-items: start;
    width: 100%;
}

.woman-lead-main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.86fr);
    gap: 32px;
    align-items: start;
}

.woman-lead-image-link {
    display: block;
    width: 100%;
}

.woman-lead-image {
    aspect-ratio: 1 / 1;
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
    background: #edf4ee;
}

.woman-lead-copy {
    display: grid;
    align-content: start;
    gap: 14px;
    padding-top: 4px;
}

.hero-section .woman-lead-copy .eyebrow {
    color: #5f7c62;
    letter-spacing: 0.22em;
}

.woman-lead-copy h1 {
    font-family: var(--font-serif);
    font-size: clamp(2.1rem, 3.2vw, 3.45rem);
    line-height: 1.14;
    letter-spacing: -0.055em;
    margin: 0;
    color: #1f3725;
    text-wrap: balance;
}

.woman-lead-copy h1 a {
    display: inline;
}

.woman-lead-copy p {
    font-size: 1rem;
    line-height: 1.82;
    margin: 0;
    max-width: 30rem;
    color: #58705d;
}

.hero-section .woman-lead-copy .meta-row {
    color: #6d8571;
}

.hero-section .woman-lead-copy .meta-row span {
    position: relative;
}

.hero-section .woman-lead-copy .meta-row span + span::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    margin: 0 10px 2px 0;
    border-radius: 50%;
    background: rgba(95, 124, 98, 0.45);
    vertical-align: middle;
}

.woman-lead-side {
    display: grid;
    gap: 14px;
    align-content: start;
}

.hero-contributors {
    display: grid;
    gap: 12px;
    padding-top: 6px;
}

.hero-contributors-head {
    display: grid;
    gap: 2px;
}

.hero-contributors-head strong {
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 800;
    color: #29432d;
}

.hero-contributors-window {
    position: relative;
    overflow: hidden;
}

.hero-contributors-window::before,
.hero-contributors-window::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    z-index: 2;
    pointer-events: none;
}

.hero-contributors-window::before {
    left: 0;
    background: linear-gradient(90deg, rgba(243, 250, 244, 0.95) 0%, rgba(243, 250, 244, 0) 100%);
}

.hero-contributors-window::after {
    right: 0;
    background: linear-gradient(270deg, rgba(243, 250, 244, 0.95) 0%, rgba(243, 250, 244, 0) 100%);
}

.hero-contributors-track {
    display: flex;
    align-items: stretch;
    gap: 14px;
    width: max-content;
    animation: contributorsRoll 26s linear infinite;
}

.hero-contributor-card {
    min-width: 232px;
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 12px;
    align-items: center;
    padding: 10px 0;
}

.hero-contributor-card img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    display: block;
    background: #edf4ee;
}

.hero-contributor-copy {
    display: grid;
    gap: 3px;
}

.hero-contributor-copy strong {
    font-size: 0.96rem;
    line-height: 1.2;
    font-weight: 800;
    color: #263d2a;
}

.hero-contributor-copy span {
    color: #5c7461;
    font-size: 0.84rem;
    line-height: 1.3;
}

.hero-contributor-copy em {
    color: #708475;
    font-size: 0.8rem;
    line-height: 1.45;
    font-style: normal;
}

.woman-side-story {
    display: grid;
    grid-template-columns: 92px 1fr;
    gap: 12px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--line);
}

.woman-side-story img,
.woman-side-story .rail-story-fallback {
    width: 92px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center center;
    border-radius: 0;
    display: block;
    background: #edf4ee;
}

.woman-side-story strong {
    display: block;
    font-family: var(--font-serif);
    font-size: 1rem;
    line-height: 1.36;
    letter-spacing: -0.02em;
    margin: 3px 0 6px;
}

.woman-side-story span:last-child {
    color: var(--muted);
    font-size: 0.84rem;
}

@keyframes contributorsRoll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-50% - 7px));
    }
}

.woman-section-block {
    position: relative;
    padding: 28px 0 34px;
    border-top: 1px solid var(--line);
    isolation: isolate;
    overflow: hidden;
}

.woman-section-block::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    pointer-events: none;
    opacity: 0.9;
    background:
        radial-gradient(circle at 14% 26%, rgba(126, 164, 120, 0.09) 0, rgba(126, 164, 120, 0.09) 3px, transparent 3px, transparent 100%),
        radial-gradient(circle at 78% 18%, rgba(126, 164, 120, 0.07) 0, rgba(126, 164, 120, 0.07) 2px, transparent 2px, transparent 100%),
        linear-gradient(120deg, rgba(126, 164, 120, 0.05) 0%, rgba(126, 164, 120, 0.015) 24%, transparent 24%, transparent 100%),
        linear-gradient(180deg, rgba(247, 250, 247, 0.88) 0%, rgba(255, 255, 255, 0.68) 100%);
    background-size: 100% 100%, 100% 100%, 160% 160%, 100% 100%;
    background-position: 0 0, 0 0, 0% 0%, 0 0;
    animation: sectionBackgroundFloat 22s linear infinite;
}

.woman-section-block::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    pointer-events: none;
    opacity: 0.55;
    background:
        radial-gradient(ellipse at 24% 50%, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 48%),
        radial-gradient(ellipse at 76% 42%, rgba(255, 255, 255, 0.46) 0%, rgba(255, 255, 255, 0) 52%);
    filter: blur(2px);
    animation: sectionGlowDrift 18s ease-in-out infinite alternate;
}

.woman-section-block-work::before,
.woman-section-block-work::after {
    animation-delay: -2s;
}

.woman-section-block-people::before,
.woman-section-block-people::after {
    animation-delay: -7s;
}

.woman-section-block-life::before,
.woman-section-block-life::after {
    animation-delay: -12s;
}

@keyframes sectionBackgroundFloat {
    0% {
        background-position: 0 0, 0 0, 0% 0%, 0 0;
    }
    50% {
        background-position: 0 0, 0 0, 55% 18%, 0 0;
    }
    100% {
        background-position: 0 0, 0 0, 100% 32%, 0 0;
    }
}

@keyframes sectionGlowDrift {
    0% {
        transform: translateX(-50%) translateY(0);
    }
    100% {
        transform: translateX(-50%) translateY(-10px);
    }
}

.woman-section-heading {
    margin-bottom: 18px;
}

.woman-section-heading h2 {
    margin: 0;
    font-family: var(--font-serif);
    font-size: 1.55rem;
    line-height: 1.25;
    letter-spacing: -0.03em;
}

.woman-section-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) 320px;
    gap: 28px;
    align-items: start;
}

.woman-section-grid-toplike {
    grid-template-columns: minmax(0, 1.45fr) 340px;
    gap: 34px;
}

.woman-section-lead .story-body {
    padding-top: 14px;
}

.woman-section-lead-toplike {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 22px;
    align-items: start;
}

.woman-section-lead-toplike .story-body {
    padding-top: 4px;
}

.woman-section-image {
    aspect-ratio: 1 / 1;
    width: 100%;
    max-width: 260px;
    display: block;
    object-fit: cover;
    object-position: center center;
    background: #edf4ee;
}

.woman-section-list {
    display: grid;
    gap: 16px;
}

.woman-section-list-toplike {
    gap: 18px;
    align-content: start;
}

.woman-list-story {
    padding-bottom: 16px;
    border-bottom: 1px solid var(--line);
}

.woman-list-story h3 {
    margin: 0 0 8px;
    font-family: var(--font-serif);
    font-size: 1.12rem;
    line-height: 1.45;
    letter-spacing: -0.02em;
}

.woman-list-story p {
    font-size: 0.95rem;
    line-height: 1.8;
    margin: 0;
}

.woman-ranking-zone {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 34px;
    padding: 34px 0 24px;
    border-top: 1px solid var(--line);
}

.woman-ranking-column h2 {
    margin: 0 0 18px;
    font-family: var(--font-serif);
    font-size: 1.5rem;
    line-height: 1.3;
    letter-spacing: -0.03em;
}

.woman-ranking-column ol {
    margin: 0;
    padding-left: 24px;
    display: grid;
    gap: 14px;
}

.woman-ranking-column li::marker {
    font-weight: 800;
    color: #111827;
}

.woman-ranking-column strong {
    font-family: var(--font-serif);
    font-size: 1.05rem;
    line-height: 1.45;
    letter-spacing: -0.02em;
}

.woman-follow-row {
    display: grid;
    gap: 14px;
    padding-top: 24px;
    border-top: 1px solid var(--line);
}

.woman-list-hero {
    gap: 18px;
    margin-bottom: 28px;
    padding-bottom: 20px;
    border-bottom: 0;
}

.woman-list-hero h1 {
    margin: 0;
    font-family: var(--font-sans);
    font-size: clamp(2rem, 3vw, 2.8rem);
    font-weight: 800;
    line-height: 1.22;
    letter-spacing: -0.03em;
}

.woman-list-page {
    display: grid;
    gap: 18px;
}

.woman-list-item {
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 22px;
    align-items: start;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--line);
}

.woman-list-item-image-link {
    display: block;
}

.woman-list-item-image {
    width: 100%;
    aspect-ratio: 1 / 0.78;
    object-fit: cover;
    display: block;
}

.woman-list-item-body {
    display: grid;
    align-content: start;
    gap: 10px;
}

.woman-list-item-body h2 {
    margin: 0;
    font-family: var(--font-sans);
    font-size: 1.55rem;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: -0.025em;
}

.woman-list-item-body p {
    font-size: 1rem;
    line-height: 1.85;
    margin: 0;
}

.woman-list-item-meta {
    color: var(--muted);
    font-size: 0.92rem;
}

.woman-list-author {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 2px;
}

.woman-list-author-avatar {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    background: linear-gradient(180deg, #f2f6f2 0%, #e4ede4 100%);
    color: #416048;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.woman-list-author-copy {
    display: grid;
    gap: 1px;
}

.woman-list-author-copy strong {
    font-size: 0.92rem;
    line-height: 1.2;
    font-weight: 800;
    color: var(--text);
}

.woman-list-author-copy span {
    font-size: 0.82rem;
    line-height: 1.35;
    color: var(--muted);
}

.woman-list-more {
    padding-top: 24px;
}

.woman-list-more h3 {
    margin: 0 0 14px;
    font-family: var(--font-sans);
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 1.35;
}

.woman-article-header {
    padding: 0 0 24px;
    border-bottom: 1px solid var(--line);
    margin-bottom: 28px;
}

.woman-article-header h1 {
    font-family: var(--font-sans);
    font-weight: 800;
    letter-spacing: -0.03em;
}

.woman-after-article {
    padding-top: 18px;
    border-top: 1px solid var(--line);
}

.woman-after-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
    padding: 18px 0 8px;
    border-bottom: 1px solid var(--line);
}

.woman-after-grid-secondary {
    border-bottom: 0;
    padding-bottom: 0;
}

.woman-after-column h2,
.woman-after-column h3 {
    margin: 0 0 16px;
    font-family: var(--font-sans);
    font-size: 1.22rem;
    font-weight: 800;
    line-height: 1.35;
}

.woman-after-column ol,
.woman-after-column ul {
    margin: 0;
    padding-left: 22px;
    display: grid;
    gap: 12px;
}

.woman-after-column ul {
    padding-left: 18px;
}

.woman-article-layout {
    grid-template-columns: minmax(0, 1.7fr) 320px;
    gap: 34px;
}

.woman-article-main {
    display: grid;
    gap: 22px;
}

.woman-article-cover {
    aspect-ratio: 1 / 1;
    margin: 0;
}

.woman-article-side {
    gap: 18px;
}

.woman-author-card {
    padding: 0 0 20px;
    border-bottom: 1px solid var(--line);
}

.woman-author-card h3 {
    margin: 0 0 10px;
    font-family: var(--font-serif);
    font-size: 1.3rem;
    line-height: 1.35;
    letter-spacing: -0.02em;
}

.woman-related-story {
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
}

.hero-magazine {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) 360px;
    gap: 34px;
    align-items: start;
}

.hero-stage,
.rail-story,
.band-card,
.recent-story {
    background: transparent;
    border: 0;
    border-radius: 0;
}

.hero-stage {
    overflow: hidden;
    box-shadow: none;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 26px;
    align-items: start;
}

.hero-stage-image {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
    object-fit: cover;
    object-position: center center;
    background: var(--surface-soft);
}

.hero-stage-copy {
    padding: 6px 0 0;
}

.hero-stage-copy h1 {
    font-family: var(--font-serif);
    font-size: clamp(2.1rem, 3.2vw, 3.6rem);
    line-height: 1.22;
    letter-spacing: -0.035em;
    margin: 16px 0 14px;
}

.hero-stage-copy p {
    max-width: 90%;
    font-size: 1.02rem;
    line-height: 1.86;
    margin-bottom: 18px;
}

.hero-rail {
    display: grid;
    gap: 18px;
    padding-left: 6px;
}

.rail-story {
    display: grid;
    grid-template-columns: 108px 1fr;
    gap: 14px;
    padding: 0 0 18px;
    border-bottom: 1px solid var(--line);
    box-shadow: none;
}

.rail-story img,
.rail-story-fallback {
    width: 108px;
    height: 108px;
    border-radius: 18px;
    object-fit: cover;
    display: block;
}

.rail-story strong,
.recent-story strong {
    display: block;
    font-family: var(--font-serif);
    line-height: 1.38;
    letter-spacing: -0.02em;
    margin: 6px 0 8px;
}

.rail-story span,
.recent-story span {
    color: var(--muted);
    font-size: 0.88rem;
}

.tag-ribbon {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-top: 28px;
    padding-top: 18px;
    border-top: 1px solid var(--line);
}

.tag-ribbon span {
    color: var(--muted);
    font-size: 0.95rem;
    font-weight: 700;
}

.tag-ribbon a,
.topic-cloud a {
    display: inline-flex;
    align-items: center;
    padding: 6px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--muted);
    font-size: 0.9rem;
    font-weight: 700;
}

.tag-ribbon a:hover,
.topic-cloud a:hover {
    color: var(--text);
}

.magazine-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) 320px;
    gap: 34px;
    align-items: start;
}

.magazine-main,
.magazine-sidebar {
    display: grid;
    gap: 26px;
}

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

.image-cover-lead {
    aspect-ratio: 1 / 1;
    height: auto;
}

.story-card-lead .story-body h3 {
    font-size: clamp(1.9rem, 2.5vw, 2.5rem);
    line-height: 1.34;
}

.story-body-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.story-sponsored {
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.recent-story {
    display: grid;
    grid-template-columns: 82px 1fr;
    gap: 12px;
    padding: 0 0 14px;
    border-bottom: 1px solid var(--line);
    margin-bottom: 12px;
}

.recent-story img {
    width: 82px;
    height: 82px;
    border-radius: 0;
    object-fit: cover;
}

.topic-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.membership-card h2 {
    font-family: var(--font-serif);
    font-size: 1.8rem;
    line-height: 1.42;
    letter-spacing: -0.03em;
    margin: 12px 0 20px;
}

.band-card {
    overflow: hidden;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--line);
    box-shadow: none;
}

.band-thumb {
    display: block;
    width: 72%;
    max-width: 168px;
    aspect-ratio: 1 / 1;
    height: auto;
    object-fit: cover;
    border-bottom: 0;
}

.band-card .band-story {
    margin: 0;
    border: 0;
    background: transparent;
    padding: 10px 0 0;
}

.story-card,
.band-column,
.aside-card,
.author-card,
.admin-panel,
.editor-form,
.stat-card,
.login-card {
    box-shadow: none;
}

.section-hero {
    display: grid;
    gap: 20px;
    margin-bottom: 28px;
}

.section-intro {
    max-width: 760px;
    font-size: 1.06rem;
    line-height: 1.9;
    margin-top: 12px;
}

.section-tag-ribbon {
    margin-top: 0;
}

.section-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) 320px;
    gap: 34px;
    align-items: start;
}

.section-main,
.section-sidebar {
    display: grid;
    gap: 26px;
}

.article-header-card {
    position: relative;
    background:
        radial-gradient(circle at 18% 18%, rgba(126, 164, 120, 0.06) 0, rgba(126, 164, 120, 0.06) 2px, transparent 2px, transparent 100%),
        linear-gradient(135deg, rgba(126, 164, 120, 0.04) 0%, rgba(126, 164, 120, 0.012) 34%, transparent 34%, transparent 100%),
        linear-gradient(180deg, #f4faf5 0%, #fbfdfb 70%, #ffffff 100%);
    border: 0;
    border-radius: 0;
    padding: 26px 28px;
    box-shadow: none;
    margin-bottom: 18px;
    overflow: hidden;
}

.article-header-card h1 {
    font-family: var(--font-serif);
    font-size: clamp(2.3rem, 3.5vw, 4.1rem);
    line-height: 1.2;
    letter-spacing: -0.035em;
    margin: 18px 0 14px;
}

.article-admin-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.article-admin-actions form {
    margin: 0;
}

.article-admin-button {
    min-width: 88px;
    padding: 10px 16px;
    font-size: 0.92rem;
    line-height: 1;
}

.article-admin-delete {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(125, 53, 53, 0.16);
    background: #fff;
    color: #7a3f3f;
    cursor: pointer;
}

.article-admin-delete:hover {
    background: #fbf6f6;
    color: #6b3434;
}

.article-cover-feature {
    aspect-ratio: 1 / 1;
    height: auto;
    border-radius: 0;
    border: 0;
    margin-bottom: 16px;
}

.article-content-card {
    background: #fff;
    border: 0;
    border-radius: 0;
    padding: 26px 28px;
    box-shadow: none;
}
.article-content-card h2,
.article-content-card h3 {
    font-family: var(--font-serif);
    color: var(--text);
    line-height: 1.42;
    letter-spacing: -0.03em;
    margin: 34px 0 14px;
}
.article-content-card h2 {
    font-size: clamp(1.5rem, 2vw, 2rem);
}
.article-content-card h3 {
    font-size: 1.3rem;
}
.article-content-card p {
    font-size: 1.08rem;
    color: #30303a;
    line-height: 2;
    letter-spacing: -0.01em;
    margin: 0 0 18px;
}
.article-content-card strong {
    color: var(--text);
}
.article-content-card ul,
.article-content-card ol {
    margin: 0 0 22px 20px;
    color: #30303a;
    line-height: 1.9;
}
.article-content-card pre {
    margin: 24px 0;
    padding: 18px 20px;
    border-radius: 0;
    background: #0f172a;
    color: #e5eefb;
    overflow-x: auto;
    font-size: 0.95rem;
    line-height: 1.7;
}
.article-content-card code {
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
    font-size: 0.94em;
}
.article-content-card :not(pre) > code {
    padding: 2px 8px;
    border-radius: 0;
    background: #f3f4f6;
    color: #111827;
}
.article-content-card mark {
    background: #fef08a;
    color: #111827;
    padding: 0 4px;
    border-radius: 0;
}
.article-content-card hr {
    margin: 28px 0;
    border: 0;
    border-top: 1px solid var(--line);
}
.article-pullquote,
.article-content-card blockquote {
    margin: 30px 0;
    padding: 24px 26px;
    border-left: 4px solid #111827;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 0;
    font-family: var(--font-serif);
    font-size: 1.45rem;
    line-height: 1.62;
    letter-spacing: -0.025em;
    color: #1f2937;
}
.article-inline-media figcaption {
    margin-top: 12px;
    color: var(--muted);
    font-size: 0.92rem;
    line-height: 1.65;
}

.article-side {
    display: grid;
    gap: 20px;
    align-content: start;
}

.sticky-card {
    position: sticky;
    top: 118px;
}

@media (max-width: 992px) {
    .hero-grid, .article-layout, .footer-grid, .editor-layout, .admin-shell, .hero-magazine, .magazine-layout, .section-layout { grid-template-columns: 1fr; }
    .story-grid, .band-grid, .stats-grid { grid-template-columns: 1fr 1fr; }
    .woman-headline-strip,
    .woman-lead-layout,
    .woman-lead-main,
    .woman-section-grid,
    .woman-ranking-zone,
    .woman-article-layout,
    .woman-after-grid { grid-template-columns: 1fr; }
    .woman-section-lead-toplike { grid-template-columns: 1fr; }
    .hero-stage { grid-template-columns: 1fr; gap: 20px; }
    .hero-rail { padding-left: 0; }
    .admin-sidebar { min-height: auto; }
    .sticky-card { position: static; }
    .admin-header-card, .footer-bottom, .utility-inner { flex-direction: column; align-items: flex-start; }
    .login-shell { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
    .utility-inner {
        display: block;
        padding: 8px 0 10px;
    }
    .utility-mobile-head {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .menu-toggle {
        display: inline-flex;
    }
    .utility-menu {
        display: none;
        width: 100%;
        padding-top: 10px;
    }
    .utility-menu.is-open {
        display: grid;
        gap: 14px;
    }
    .utility-left,
    .utility-right {
        align-items: flex-start;
        flex-wrap: wrap;
    }
}

@media (max-width: 640px) {
    .topbar-inner, .section-heading, .topbar-actions { flex-direction: column; align-items: flex-start; }
    .story-grid, .band-grid, .stats-grid, .form-grid { grid-template-columns: 1fr; }
    .brand-mark { min-width: 0; }
    .brand-mark strong { font-size: 1.7rem; }
    .brand-symbol { width: 42px; height: 42px; }
    .woman-headline-strip { gap: 12px; }
    .woman-side-story { grid-template-columns: 1fr; }
    .woman-side-story img,
    .woman-side-story .rail-story-fallback { width: 100%; }
    .woman-list-item { grid-template-columns: 1fr; }
    .woman-list-item-body h2 { font-size: 1.3rem; }
    .topbar-inner { grid-template-columns: 1fr; }
    .topbar-copy,
    .brand-mark,
    .topbar-actions,
    .nav-menu { justify-self: start; }
    .utility-left,
    .utility-right {
        flex-direction: column;
        gap: 10px;
    }
    .utility-nav { gap: 10px; }
    .nav-menu { flex-wrap: wrap; gap: 16px; justify-content: flex-start; }
    .nav-inner { gap: 16px; padding: 18px 0 16px; }
    .main-nav a { font-size: 1rem; }
    .hero-section .container { padding-top: 22px; }
    .hero-feature { padding: 28px; min-height: 360px; }
    .hero-feature p, .hero-stage-copy p { max-width: 100%; }
    .rail-story, .recent-story { grid-template-columns: 1fr; }
    .rail-story img, .rail-story-fallback, .recent-story img { width: 100%; aspect-ratio: 1 / 1; height: auto; }
    .hero-contributor-card { min-width: 206px; grid-template-columns: 56px 1fr; }
    .hero-contributor-card img { width: 56px; height: 56px; }
    .article-main { padding: 26px; }
    .login-showcase,
    .login-card-elevated,
    .article-content-card,
    .article-header-card { padding: 24px; }
    .login-showcase-grid { grid-template-columns: 1fr; }
    .article-pullquote,
    .article-content-card blockquote { font-size: 1.2rem; padding: 18px 20px; }
}
