:root {
    --main-text-color: #333;
    --sub-text-color: #666;
    --accent-color: #f7e031;
    --ink: #1c1c1c;
    --paper: #ffffff;
    --warm-paper: #f7f5ef;
    --line: #e7e1d5;
    --muted: #8b8476;
    --header-height: 60px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--main-text-color);
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.85;
    -webkit-font-smoothing: antialiased;
}

body.menu-open {
    overflow: hidden;
}

a {
    color: inherit;
}

a:focus-visible,
button:focus-visible {
    outline: 2px solid var(--accent-color);
    outline-offset: 4px;
}

.column-header {
    position: fixed;
    inset: 0 0 auto;
    height: var(--header-height);
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    z-index: 100;
}

.column-header-inner {
    max-width: 1200px;
    width: 94%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.column-logo {
    margin: 0;
    line-height: 0;
}

.column-logo-link,
.column-footer-logo {
    display: inline-block;
    line-height: 0;
}

.column-logo-img {
    height: 28px;
    width: auto;
}

.column-nav {
    display: flex;
    align-items: center;
    gap: 32px;
}

.column-nav-list {
    display: flex;
    align-items: center;
    gap: 28px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.column-nav-list a,
.column-contact-link {
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
}

.column-contact-link {
    padding: 8px 22px;
    border-radius: 999px;
    background: var(--ink);
    color: #fff;
}

.column-menu-button {
    display: none;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.column-menu-button span {
    display: block;
    width: 22px;
    height: 2px;
    margin: 5px auto;
    background: var(--ink);
}

.column-mobile-menu {
    display: none;
    position: fixed;
    top: var(--header-height);
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid var(--line);
    z-index: 99;
}

.column-mobile-menu.is-open {
    display: block;
}

.column-mobile-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.column-mobile-menu a {
    display: block;
    padding: 17px 24px;
    border-bottom: 1px solid #f1eee7;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
}

.column-main {
    padding-top: var(--header-height);
}

.column-section {
    padding: 104px 0;
}

.column-section--warm {
    background: var(--warm-paper);
}

.column-section--index {
    padding-top: 92px;
    background: #fff;
}

.column-container {
    width: min(1120px, calc(100% - 48px));
    margin: 0 auto;
}

.column-container--narrow {
    width: min(760px, calc(100% - 48px));
    margin: 0 auto;
}

.column-kicker {
    margin: 0 0 14px;
    color: var(--muted);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.26em;
    text-transform: uppercase;
}

.column-hero {
    position: relative;
    padding: 78px 0 92px;
    background: linear-gradient(180deg, #f7f5ef 0%, #fff 100%);
}

.column-hero-head {
    margin-bottom: 46px;
}

.column-hero-title-row {
    display: grid;
    grid-template-columns: minmax(0, 0.76fr) minmax(280px, 0.24fr);
    gap: 52px;
    align-items: end;
}

.column-title {
    max-width: 860px;
    margin: 0;
    color: var(--ink);
    font-size: clamp(46px, 6vw, 82px);
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: 0.04em;
    white-space: nowrap;
}

.column-lead {
    max-width: 330px;
    margin: 0;
    color: #555;
    font-size: 13px;
    line-height: 1.9;
    letter-spacing: 0.04em;
}

.column-note-panel {
    border-left: 1px solid var(--line);
    padding-left: 34px;
}

.hero-article-panel {
    border-left: 0;
    padding-left: 0;
}

.hero-panel-label {
    margin: 0 0 18px;
    color: var(--muted);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.22em;
}

.hero-magazine-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.55fr);
    gap: 28px;
    align-items: stretch;
}

.hero-main-story {
    display: grid;
    grid-template-columns: minmax(0, 0.62fr) minmax(300px, 0.38fr);
    min-height: 460px;
    border: 1px solid var(--line);
    background: #fff;
    color: inherit;
    text-decoration: none;
}

.hero-main-media,
.hero-story-thumb {
    margin: 0;
    overflow: hidden;
    background: #f3f0e8;
}

.hero-main-media img,
.hero-story-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-main-body {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 42px;
}

.hero-story-meta,
.hero-author-line {
    color: var(--muted);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.16em;
}

.hero-story-meta {
    margin: 0 0 12px;
}

.hero-main-title {
    margin: 0;
    color: var(--ink);
    font-size: clamp(26px, 2.6vw, 34px);
    font-weight: 900;
    line-height: 1.42;
    letter-spacing: 0.07em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.hero-main-text {
    margin: 22px 0 0;
    color: var(--sub-text-color);
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.04em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.hero-author-line {
    margin: 34px 0 0;
}

.hero-story-list {
    display: grid;
    gap: 16px;
}

.hero-story-card {
    display: grid;
    grid-template-columns: 116px minmax(0, 1fr);
    grid-template-rows: auto 1fr;
    gap: 8px 18px;
    align-items: start;
    min-height: 142px;
    padding: 18px;
    border: 1px solid var(--line);
    background: #fff;
    color: inherit;
    text-decoration: none;
}

.hero-story-thumb {
    grid-row: 1 / span 2;
    height: 104px;
}

.hero-story-card--text {
    display: flex;
    min-height: 126px;
    flex-direction: column;
    justify-content: center;
}

.hero-story-title {
    color: var(--ink);
    font-size: 15px;
    font-weight: 900;
    line-height: 1.7;
    letter-spacing: 0.05em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.column-note-title {
    margin: 0 0 14px;
    color: var(--ink);
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.column-note-text {
    margin: 0 0 24px;
    color: var(--sub-text-color);
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.04em;
}

.column-text-link,
.column-arrow-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: var(--ink);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
}

.column-link-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: var(--accent-color);
    font-size: 15px;
}

.column-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 0.7fr) minmax(280px, 0.3fr);
    gap: 56px;
    align-items: end;
    margin-bottom: 46px;
}

.column-heading {
    margin: 0;
    color: var(--ink);
    font-size: clamp(28px, 3.2vw, 42px);
    font-weight: 900;
    line-height: 1.32;
    letter-spacing: 0.08em;
}

.column-heading-text {
    margin: 0;
    color: var(--sub-text-color);
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.04em;
}

.hub-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.28fr) minmax(280px, 0.72fr);
    gap: 28px;
}

.hub-card,
.article-card,
.path-card,
.series-card,
.article-note-box,
.article-author,
.article-next-box,
.article-cta {
    background: #fff;
    border: 1px solid var(--line);
}

.hub-card {
    display: grid;
    min-height: 430px;
    padding: 42px;
    text-decoration: none;
}

.hub-card--primary {
    background: var(--ink);
    color: #fff;
    border-color: var(--ink);
    gap: 34px;
}

.hub-card-media,
.hub-card-thumb,
.article-card-thumb {
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(28, 28, 28, 0.1);
    background: #f3f0e8;
}

.hub-card-media {
    border-color: rgba(255, 255, 255, 0.16);
}

.hub-card-media img,
.hub-card-thumb img,
.article-card-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hub-card-media {
    height: 260px;
}

.hub-card-thumb {
    height: 118px;
    margin-bottom: 22px;
}

.hub-card--sub:nth-child(2) .hub-card-thumb img,
.article-card:nth-child(3) .article-card-thumb img {
    object-position: center top;
}

.hub-card-label,
.article-label {
    display: inline-flex;
    width: fit-content;
    margin: 0 0 18px;
    padding: 4px 12px;
    background: var(--accent-color);
    color: var(--ink);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.18em;
}

.hub-card-title {
    margin: 0;
    font-size: clamp(25px, 3vw, 40px);
    font-weight: 900;
    line-height: 1.45;
    letter-spacing: 0.06em;
}

.hub-card-desc {
    max-width: 540px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.04em;
}

.hub-card-meta {
    align-self: end;
    margin: 44px 0 0;
    color: rgba(255, 255, 255, 0.64);
    font-size: 12px;
    letter-spacing: 0.12em;
}

.hub-subgrid {
    display: grid;
    gap: 18px;
}

.hub-card--sub {
    min-height: 0;
    padding: 28px;
}

.hub-card--sub .hub-card-title {
    font-size: 20px;
}

.hub-card--sub .hub-card-desc {
    color: var(--sub-text-color);
    margin-top: 14px;
}

.path-grid,
.theme-grid,
.series-grid,
.latest-grid {
    display: grid;
    gap: 20px;
}

.path-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.theme-grid,
.series-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.latest-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contents-heading {
    text-align: center;
    margin-bottom: 48px;
}

.contents-title {
    display: inline-flex;
    align-items: baseline;
    gap: 22px;
    margin: 0;
    color: var(--ink);
    font-size: clamp(28px, 3vw, 38px);
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: 0.06em;
    white-space: nowrap;
}

.contents-title span {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    color: var(--sub-text-color);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.contents-title span::before {
    content: "";
    width: 1px;
    height: 24px;
    background: var(--ink);
}

.contents-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-left: 1px solid var(--line);
    border-right: 1px solid var(--line);
}

.contents-card {
    display: grid;
    justify-items: center;
    align-content: start;
    min-height: 370px;
    padding: 0 34px 20px;
    border-right: 1px solid var(--line);
    color: inherit;
    text-align: center;
    text-decoration: none;
}

.contents-card:last-child {
    border-right: 0;
}

.contents-card--soon {
    color: #77746c;
    opacity: 0.6;
    cursor: default;
}

.contents-card--soon .contents-card-photo img {
    filter: grayscale(0.7);
}

.contents-card--soon .contents-card-title::before {
    display: none;
}

.contents-card-photo {
    width: min(180px, 100%);
    aspect-ratio: 1;
    margin: 0 0 30px;
    overflow: hidden;
    border-radius: 50%;
    background: #f3f0e8;
}

.contents-card-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contents-card-count {
    margin: 0 0 10px;
    color: var(--muted);
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.contents-card-title {
    margin: 0;
    color: var(--ink);
    font-size: clamp(18px, 1.45vw, 21px);
    font-weight: 900;
    line-height: 1.45;
    letter-spacing: 0.04em;
    white-space: nowrap;
}

.contents-card-title::before {
    content: ">";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    margin-right: 8px;
    border: 2px solid var(--ink);
    border-radius: 50%;
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 1;
    transform: translateY(-1px);
}

.contents-card-text {
    margin: 12px 0 0;
    color: var(--sub-text-color);
    font-size: 13px;
    line-height: 1.85;
    letter-spacing: 0.04em;
}

.path-card,
.series-card,
.article-card {
    padding: 28px;
    text-decoration: none;
}

.article-card-thumb {
    height: 156px;
    margin: -28px -28px 24px;
    border-width: 0 0 1px;
}

.path-card-title,
.series-card-title,
.article-card-title {
    margin: 0;
    color: var(--ink);
    font-weight: 900;
    line-height: 1.55;
    letter-spacing: 0.06em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.path-card-title {
    font-size: 18px;
}

.series-card-title,
.article-card-title {
    font-size: 19px;
}

.path-card-text,
.series-card-text,
.article-card-excerpt {
    margin: 14px 0 0;
    color: var(--sub-text-color);
    font-size: 13px;
    line-height: 1.95;
    letter-spacing: 0.04em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* --- Column index: meta (tag + date) --- */
.col-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 12px;
}

.col-tag {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #6f675a;
    background: #f1ede3;
    padding: 4px 11px;
    border-radius: 4px;
    white-space: nowrap;
}

.col-date {
    font-size: 12px;
    color: var(--muted);
    font-family: Arial, sans-serif;
}

/* --- Featured (latest highlight) --- */
.col-featured {
    margin-top: 40px;
}

.col-featured-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 44px;
    align-items: center;
    text-decoration: none;
    border: 1px solid var(--line);
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    transition: box-shadow 0.2s, transform 0.2s;
}

.col-featured-card:hover {
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.col-featured-media {
    margin: 0;
    aspect-ratio: 16 / 10;
    background: #eee;
}

.col-featured-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.col-featured-body {
    padding: 32px 44px 32px 0;
}

.col-featured-title {
    margin: 0;
    color: var(--ink);
    font-size: clamp(22px, 2.2vw, 30px);
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: 0.04em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.col-featured-sub {
    margin: 10px 0 0;
    color: var(--sub-text-color);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.col-featured-excerpt {
    margin: 14px 0 0;
    color: var(--sub-text-color);
    font-size: 13.5px;
    line-height: 1.9;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.col-featured-card .hero-author-line {
    margin-top: 16px;
}

/* --- Featured hero carousel --- */
.col-fcar-kicker {
    margin: 0 0 14px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--sub-text-color);
}

.col-fcar {
    position: relative;
}

.col-fcar-viewport {
    overflow: hidden;
}

.col-fcar-track {
    display: flex;
    gap: 18px;
    transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* slide is narrower than the viewport so the neighbouring articles peek on both sides */
.col-fcar-slide {
    flex: 0 0 86%;
    min-width: 0;
    opacity: 0.45;
    transition: opacity 0.45s;
}

.col-fcar-slide.is-active {
    opacity: 1;
}

/* the card is the slide; the carousel handles interaction, so drop its hover lift (it would be clipped) */
.col-fcar-slide .col-featured-card:hover {
    box-shadow: none;
    transform: none;
}

.col-fcar-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.94);
    color: var(--ink);
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    transition: background-color 0.2s, border-color 0.2s;
}

.col-fcar-arrow:hover {
    background: #fff;
    border-color: #bbb;
}

.col-fcar-arrow--prev { left: 14px; }
.col-fcar-arrow--next { right: 14px; }

.col-fcar-dots {
    display: flex;
    justify-content: center;
    gap: 9px;
    margin-top: 20px;
}

.col-fcar-dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: none;
    border-radius: 999px;
    background: #d9d3c8;
    cursor: pointer;
    transition: width 0.2s, background-color 0.2s;
}

.col-fcar-dot.is-active {
    width: 24px;
    background: var(--ink);
}

@media (max-width: 760px) {
    .col-fcar-arrow { width: 38px; height: 38px; font-size: 16px; }
    .col-fcar-arrow--prev { left: 8px; }
    .col-fcar-arrow--next { right: 8px; }
}

/* --- Filter chips --- */
.col-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 32px;
}

.col-chip {
    appearance: none;
    border: 1px solid var(--line);
    background: #fff;
    color: var(--sub-text-color);
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.03em;
    padding: 8px 18px;
    border-radius: 999px;
    cursor: pointer;
    transition: all 0.15s;
}

.col-chip:hover {
    border-color: var(--ink);
    color: var(--ink);
}

.col-chip.is-active {
    background: #f7e031;
    border-color: #f7e031;
    color: var(--ink);
}

@media (max-width: 760px) {
    .col-featured-card {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .col-featured-body {
        padding: 24px 22px 26px;
    }
}

.theme-list {
    display: grid;
    gap: 0;
    border-top: 1px solid var(--line);
}

.theme-row {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr) auto;
    gap: 32px;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid var(--line);
    text-decoration: none;
}

.theme-row-title {
    margin: 0;
    color: var(--ink);
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.theme-row-text {
    margin: 0;
    color: var(--sub-text-color);
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.04em;
}

.theme-row-arrow {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--accent-color);
}

.article-card-meta,
.series-card-meta,
.article-meta {
    margin: 0 0 14px;
    color: var(--muted);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
}

.note-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding: 36px 40px;
    background: var(--ink);
    color: #fff;
}

.note-strip-title {
    margin: 0 0 8px;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.note-strip-text {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    line-height: 1.9;
    letter-spacing: 0.04em;
}

.note-strip .column-arrow-link {
    color: #fff;
    flex-shrink: 0;
}

.article-hero {
    padding: 92px 0 76px;
    background: var(--warm-paper);
}

.article-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 0.64fr) minmax(320px, 0.36fr);
    gap: 56px;
    align-items: start;
    margin-top: 44px;
}

.article-hero-title-block {
    max-width: 1040px;
}

.article-title {
    margin: 0;
    color: var(--ink);
    font-size: clamp(30px, 3.6vw, 48px);
    font-weight: 900;
    line-height: 1.45;
    letter-spacing: 0.06em;
}

.article-lead {
    margin: 28px 0 0;
    color: #4f4f4f;
    font-size: 16px;
    line-height: 2.05;
    letter-spacing: 0.04em;
}

.article-lead--side {
    margin: 0 0 24px;
    color: #333;
}

.article-hero-side {
    padding: 4px 0 0 32px;
    border-left: 1px solid var(--line);
}

.article-side-label {
    margin: 0 0 10px;
    color: var(--muted);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.2em;
}

.article-side-text {
    margin: 0 0 24px;
    color: var(--sub-text-color);
    font-size: 13px;
    line-height: 1.9;
    letter-spacing: 0.04em;
}

.article-cover {
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--line);
    background: #fff;
}

.article-cover--inline {
    max-width: none;
}

.article-cover img {
    display: block;
    width: 100%;
    height: min(420px, 38vw);
    min-height: 280px;
    object-fit: cover;
    object-position: center;
}

.article-visual {
    position: relative;
    min-height: 280px;
    margin: 44px 0 52px;
    overflow: hidden;
    border: 1px solid var(--line);
    background:
        linear-gradient(90deg, rgba(28, 28, 28, 0.045) 1px, transparent 1px),
        linear-gradient(0deg, rgba(28, 28, 28, 0.045) 1px, transparent 1px),
        #fff;
    background-size: 42px 42px;
}

.article-visual::before {
    content: "";
    position: absolute;
    inset: 36px;
    border: 1px solid rgba(28, 28, 28, 0.1);
}

.article-visual-node {
    position: absolute;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 116px;
    height: 116px;
    border: 1px solid var(--ink);
    border-radius: 50%;
    background: #fff;
    color: var(--ink);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.18em;
}

.article-visual-node--child {
    left: 16%;
    top: 82px;
}

.article-visual-node--ai {
    right: 16%;
    top: 82px;
    background: var(--ink);
    color: #fff;
}

.article-visual-line {
    position: absolute;
    left: calc(16% + 116px);
    right: calc(16% + 116px);
    top: 140px;
    height: 1px;
    background: var(--ink);
}

.article-visual-question {
    position: absolute;
    z-index: 2;
    padding: 7px 12px;
    background: var(--accent-color);
    color: var(--ink);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.article-visual-question--one {
    left: 40%;
    top: 52px;
}

.article-visual-question--two {
    left: 48%;
    top: 132px;
}

.article-visual-question--three {
    left: 34%;
    bottom: 48px;
}

.article-layout {
    display: grid;
    grid-template-columns: minmax(0, 760px) 260px;
    gap: 76px;
    align-items: start;
}

.article-body {
    color: #333;
    font-size: 16px;
    line-height: 2.05;
    letter-spacing: 0.04em;
}

.article-body h2 {
    margin: 76px 0 22px;
    color: var(--ink);
    font-size: 28px;
    line-height: 1.45;
    letter-spacing: 0.07em;
}

.article-body h3 {
    margin: 46px 0 16px;
    color: var(--ink);
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.06em;
}

.article-body p {
    margin: 0 0 24px;
}

.article-body ul {
    margin: 0 0 28px;
    padding-left: 1.3em;
}

.article-body li {
    margin-bottom: 10px;
}

.marker {
    background: linear-gradient(transparent 58%, rgba(247, 224, 49, 0.72) 58%);
    font-weight: 700;
}

.article-bullet-list {
    padding: 24px 28px 22px;
    border: 1px solid var(--line);
    background: #fff;
    list-style: none;
}

.article-bullet-list li {
    position: relative;
    padding-left: 24px;
}

.article-bullet-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.82em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--accent-color);
}

.article-insight {
    margin: 36px 0;
    padding: 24px 28px;
    border-left: 3px solid var(--accent-color);
    background: #faf8f2;
}

.article-insight-label {
    margin: 0 0 8px;
    color: var(--ink);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.16em;
}

.article-insight-text {
    margin: 0;
    color: #444;
    font-size: 15px;
    line-height: 1.95;
}

.article-summary {
    padding: 28px 30px;
    margin: 0 0 52px;
    background: #fff;
    border: 1px solid var(--line);
}

.article-summary-title {
    margin: 0 0 14px;
    color: var(--ink);
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.article-summary ul {
    margin: 0;
}

.article-note-box,
.article-author,
.article-next-box,
.article-cta {
    padding: 28px 30px;
    margin-top: 52px;
}

.article-note-box-title,
.article-author-title,
.article-next-title,
.article-cta-title {
    margin: 0 0 12px;
    color: var(--ink);
    font-size: 17px;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.article-note-box p,
.article-author p,
.article-next-box p,
.article-cta p {
    margin: 0 0 18px;
    color: var(--sub-text-color);
    font-size: 14px;
    line-height: 1.95;
}

.article-sidebar {
    position: sticky;
    top: 92px;
}

.toc {
    padding: 24px 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.toc-title {
    margin: 0 0 16px;
    color: var(--muted);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.2em;
}

.toc-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
}

.toc-list a {
    color: #555;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.65;
}

.article-footer-nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 72px;
}

.column-footer {
    position: relative;
    overflow: hidden;
    background: var(--ink);
    color: #fff;
}

.column-footer-inner {
    width: min(1120px, calc(100% - 48px));
    margin: 0 auto;
    padding: 48px 0 28px;
}

.column-footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding-bottom: 28px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.column-footer-logo-img {
    height: 24px;
    width: auto;
    filter: invert(1);
}

.column-footer-nav ul {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0;
}

.column-footer-nav a {
    color: rgba(255, 255, 255, 0.62);
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
}

.column-copyright {
    margin: 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.35);
    font-size: 10px;
    letter-spacing: 0.14em;
}

@media (max-width: 920px) {
    .column-nav {
        display: none;
    }

    .column-menu-button {
        display: block;
    }

    .column-section-heading,
    .hub-grid,
    .article-hero-inner,
    .article-layout {
        grid-template-columns: 1fr;
    }

    .column-note-panel,
    .article-hero-side {
        padding-left: 0;
        border-left: 0;
        border-top: 1px solid var(--line);
        padding-top: 28px;
    }

    .path-grid,
    .latest-grid,
    .article-footer-nav {
        grid-template-columns: 1fr 1fr;
    }

    .contents-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        border-top: 1px solid var(--line);
    }

    .contents-card {
        min-height: 340px;
        padding: 28px 28px 26px;
        border-bottom: 1px solid var(--line);
    }

    .contents-card:nth-child(2n) {
        border-right: 0;
    }

    .article-sidebar {
        position: static;
        order: -1;
    }

}

@media (max-width: 768px) {
    .column-header-inner {
        width: calc(100% - 32px);
    }
}

@media (max-width: 640px) {
    .column-header-inner,
    .column-container,
    .column-container--narrow,
    .column-footer-inner {
        width: calc(100% - 32px);
    }

    .column-section {
        padding: 76px 0;
    }

    .column-hero {
        padding: 72px 0 68px;
    }

    .column-title {
        font-size: 42px;
        white-space: normal;
    }

    .column-hero-title-row,
    .hero-magazine-grid,
    .hero-main-story {
        grid-template-columns: 1fr;
    }

    .column-hero-head {
        margin-bottom: 36px;
    }

    .hero-main-story {
        min-height: 0;
    }

    .hero-main-media {
        height: 260px;
    }

    .hero-main-body {
        padding: 28px 22px;
    }

    .hero-story-card {
        grid-template-columns: 96px minmax(0, 1fr);
    }

    .hero-story-thumb {
        height: 92px;
    }

    .column-lead,
    .article-lead {
        font-size: 15px;
    }

    .column-lead {
        max-width: none;
        margin-top: 18px;
        font-size: 13px;
    }

    .hub-card,
    .path-card,
    .series-card,
    .article-card,
    .article-note-box,
    .article-author,
    .article-next-box,
    .article-cta {
        padding: 24px 20px;
    }

    .path-grid,
    .theme-grid,
    .series-grid,
    .latest-grid,
    .article-footer-nav {
        grid-template-columns: 1fr;
    }

    .contents-grid {
        grid-template-columns: 1fr;
        border-right: 0;
    }

    .contents-card {
        min-height: 0;
        padding: 26px 18px 28px;
        border-right: 0;
    }

    .contents-card-photo {
        width: min(172px, 68vw);
        margin-bottom: 22px;
    }

    .contents-title {
        display: grid;
        gap: 10px;
        white-space: normal;
    }

    .contents-title span {
        justify-content: center;
        font-size: 12px;
    }

    .contents-title span::before {
        display: none;
    }

    .contents-card-title {
        white-space: normal;
    }

    .theme-row {
        grid-template-columns: 1fr auto;
        gap: 16px;
    }

    .theme-row-text {
        grid-column: 1 / -1;
    }

    .note-strip {
        display: grid;
        padding: 28px 22px;
    }

    .article-title {
        font-size: 32px;
    }

    .article-body {
        font-size: 15px;
    }

    .article-body h2 {
        font-size: 24px;
    }

    .article-visual {
        min-height: 300px;
        margin: 34px 0 44px;
    }

    .article-visual-node {
        width: 88px;
        height: 88px;
        font-size: 11px;
    }

    .article-visual-node--child {
        left: 9%;
        top: 78px;
    }

    .article-visual-node--ai {
        right: 9%;
        top: 78px;
    }

    .article-visual-line {
        left: calc(9% + 88px);
        right: calc(9% + 88px);
        top: 122px;
    }

    .article-visual-question {
        font-size: 11px;
    }

    .article-visual-question--one {
        left: 34%;
        top: 38px;
    }

    .article-visual-question--two {
        left: 43%;
        top: 148px;
    }

    .article-visual-question--three {
        left: 16%;
        bottom: 42px;
    }

    .column-footer-top {
        align-items: flex-start;
        flex-direction: column;
    }

    .column-footer-nav ul {
        justify-content: flex-start;
    }
}
