:root {
    --bg: #f4efe6;
    --paper: rgba(255, 252, 247, 0.88);
    --paper-strong: rgba(255, 252, 247, 0.96);
    --panel-deep: #12263d;
    --panel-mid: #1c3d67;
    --ink: #18263b;
    --muted: #5c6880;
    --line: rgba(24, 38, 59, 0.12);
    --line-strong: rgba(24, 38, 59, 0.22);
    --brand: #2446d8;
    --brand-soft: rgba(36, 70, 216, 0.12);
    --success: #157347;
    --warn: #9a5b00;
    --error: #a22727;
    --shadow: 0 24px 64px rgba(18, 38, 61, 0.14);
    --radius-xl: 28px;
    --radius-lg: 22px;
    --radius-md: 18px;
    --radius-sm: 14px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    font-family: "Manrope", "Noto Sans KR", sans-serif;
    color: var(--ink);
    background:
        radial-gradient(circle at top left, rgba(36, 70, 216, 0.1), transparent 28%),
        radial-gradient(circle at top right, rgba(219, 141, 56, 0.12), transparent 24%),
        linear-gradient(180deg, #f8f4ed 0%, #efe8dc 48%, #ece5dc 100%);
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(24, 38, 59, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(24, 38, 59, 0.03) 1px, transparent 1px);
    background-size: 28px 28px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.72), transparent 88%);
}

button,
input {
    font: inherit;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.site-shell {
    width: min(1440px, calc(100% - 32px));
    margin: 0 auto;
    padding: 28px 0 40px;
}

.hero,
.filter-panel,
.results-panel,
.detail-shell {
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    backdrop-filter: blur(16px);
}

.hero {
    display: grid;
    grid-template-columns: 1.3fr 0.7fr;
    gap: 20px;
    padding: 24px;
    border-radius: var(--radius-xl);
    background:
        linear-gradient(135deg, rgba(255, 252, 247, 0.94), rgba(245, 239, 228, 0.9)),
        linear-gradient(135deg, rgba(36, 70, 216, 0.08), transparent 60%);
}

.hero-copy {
    padding: 10px 6px 4px;
}

.eyebrow,
.section-kicker {
    margin: 0 0 12px;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--brand);
}

.hero-copy h1 {
    margin: 0;
    max-width: 16ch;
    font-size: clamp(2.2rem, 5vw, 4.75rem);
    line-height: 0.96;
    letter-spacing: -0.05em;
}

.hero-text {
    max-width: 64ch;
    margin: 18px 0 0;
    color: var(--muted);
    line-height: 1.75;
}

.hero-panel {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    padding: 12px;
    border-radius: var(--radius-lg);
    background: linear-gradient(180deg, var(--panel-deep), var(--panel-mid));
}

.hero-language-panel {
    grid-template-columns: 1fr;
    align-content: center;
    gap: 20px;
    padding: 24px 22px;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.12), transparent 34%),
        linear-gradient(180deg, var(--panel-deep), var(--panel-mid));
}

.hero-language-copy {
    display: grid;
    gap: 8px;
}

.hero-language-title {
    margin: 0;
    color: #f8f9ff;
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.hero-language-subtitle {
    margin: 0;
    color: rgba(248, 249, 255, 0.72);
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.hero-language-text {
    margin: 2px 0 0;
    color: rgba(248, 249, 255, 0.8);
    line-height: 1.65;
}

.hero-language-group {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.hero-language-chip {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 84px;
    padding: 14px 10px;
    border-radius: 20px;
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.9);
    color: var(--ink);
    font-weight: 800;
    font-size: 1.02rem;
    white-space: nowrap;
}

.hero-language-chip:hover,
.hero-language-chip:focus-visible {
    border-color: rgba(255, 255, 255, 0.42);
    background: #ffffff;
    transform: translateY(-1px);
}

.hero-language-chip.is-active {
    background: linear-gradient(135deg, #2c4ef0, #3c64ff);
    border-color: rgba(255, 255, 255, 0.28);
    box-shadow: 0 18px 28px rgba(8, 18, 32, 0.22);
    color: #ffffff;
}

.hero-stat {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 140px;
    padding: 18px;
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.08);
    color: #f8f9ff;
}

.hero-stat-value {
    font-size: clamp(2rem, 5vw, 3.25rem);
    font-weight: 800;
    letter-spacing: -0.08em;
}

.hero-stat-label {
    color: rgba(248, 249, 255, 0.72);
    line-height: 1.4;
}

.filter-panel {
    margin-top: 18px;
    padding: 18px 24px 22px;
    border-radius: var(--radius-xl);
    background: var(--paper);
}

.filter-row {
    display: grid;
    grid-template-columns: 168px 1fr;
    gap: 18px;
    align-items: start;
    padding: 16px 0;
    border-bottom: 1px solid var(--line);
}

.filter-row:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
}

.filter-label {
    display: flex;
    gap: 12px;
    align-items: center;
    padding-top: 6px;
    font-size: 1.05rem;
}

.label-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: var(--brand-soft);
    color: var(--brand);
    font-size: 0.78rem;
    font-weight: 800;
}

.chip-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.chip {
    appearance: none;
    border: 1px solid rgba(24, 38, 59, 0.16);
    border-radius: 16px;
    padding: 12px 18px;
    background: rgba(255, 255, 255, 0.78);
    color: var(--ink);
    cursor: pointer;
    transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.chip:hover,
.chip:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(36, 70, 216, 0.36);
}

.chip.is-active {
    background: var(--brand);
    color: #ffffff;
    border-color: var(--brand);
    box-shadow: 0 16px 26px rgba(36, 70, 216, 0.24);
}

.chip.is-disabled {
    opacity: 0.46;
}

.search-row {
    align-items: center;
}

.search-area {
    display: grid;
    gap: 16px;
}

.search-input-wrap input {
    width: 100%;
    padding: 18px 20px;
    border: 1px solid rgba(24, 38, 59, 0.14);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.82);
    outline: none;
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

.search-input-wrap input:focus {
    border-color: rgba(36, 70, 216, 0.34);
    box-shadow: 0 0 0 4px rgba(36, 70, 216, 0.1);
}

.search-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
}

.primary-button,
.secondary-button,
.detail-close-button {
    appearance: none;
    border-radius: 18px;
    padding: 15px 22px;
    font-weight: 800;
    cursor: pointer;
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.primary-button {
    border: 0;
    background: linear-gradient(135deg, #1737c4, #2446d8);
    color: #ffffff;
    box-shadow: 0 20px 34px rgba(36, 70, 216, 0.24);
}

.primary-button:hover,
.primary-button:focus-visible,
.secondary-button:hover,
.secondary-button:focus-visible,
.detail-close-button:hover,
.detail-close-button:focus-visible {
    transform: translateY(-1px);
}

.secondary-button,
.detail-close-button {
    border: 1px solid rgba(24, 38, 59, 0.16);
    background: rgba(255, 255, 255, 0.82);
    color: var(--ink);
}

.status-banner {
    margin-top: 18px;
    padding: 14px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid var(--line);
    color: var(--ink);
}

.status-banner[data-variant="success"] {
    border-color: rgba(21, 115, 71, 0.22);
    background: rgba(21, 115, 71, 0.08);
    color: var(--success);
}

.status-banner[data-variant="warn"] {
    border-color: rgba(154, 91, 0, 0.2);
    background: rgba(154, 91, 0, 0.08);
    color: var(--warn);
}

.status-banner[data-variant="error"] {
    border-color: rgba(162, 39, 39, 0.22);
    background: rgba(162, 39, 39, 0.08);
    color: var(--error);
}

.main-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
    gap: 20px;
    margin-top: 20px;
    align-items: start;
}

.results-panel,
.detail-shell {
    border-radius: var(--radius-xl);
    background: var(--paper-strong);
}

.results-panel {
    padding: 22px;
}

.panel-head,
.detail-header {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: start;
}

.panel-head h2,
.detail-header h2,
.detail-summary h3 {
    margin: 0;
    font-size: clamp(1.45rem, 2.8vw, 2.1rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.results-summary {
    margin: 0;
    color: var(--muted);
    text-align: right;
    line-height: 1.6;
}

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

.place-card {
    border: 1px solid rgba(24, 38, 59, 0.12);
    border-radius: 24px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.78);
}

.place-card.is-selected {
    border-color: rgba(36, 70, 216, 0.34);
    box-shadow: inset 0 0 0 2px rgba(36, 70, 216, 0.08);
}

.place-card-button {
    display: block;
    width: 100%;
    padding: 18px;
    border: 0;
    background: transparent;
    color: inherit;
    text-align: left;
    cursor: pointer;
}

.place-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(36, 70, 216, 0.12), rgba(215, 145, 68, 0.12));
}

.place-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.place-thumb.is-empty span {
    color: var(--muted);
    font-weight: 700;
}

.place-body {
    padding-top: 16px;
}

.place-body h3 {
    margin: 0;
    font-size: 1.45rem;
    line-height: 1.2;
    letter-spacing: -0.04em;
}

.place-meta,
.place-address,
.place-summary,
.detail-address,
.detail-category {
    margin: 0;
    line-height: 1.65;
}

.place-meta,
.detail-category {
    margin-top: 12px;
    color: var(--brand);
    font-size: 0.95rem;
    font-weight: 700;
}

.place-address {
    margin-top: 10px;
}

.place-summary {
    margin-top: 16px;
    color: var(--muted);
}

.empty-card {
    padding: 36px 24px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px dashed rgba(24, 38, 59, 0.18);
    text-align: center;
}

.empty-card h3 {
    margin: 0;
    line-height: 1.6;
}

.results-actions {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.detail-shell {
    position: sticky;
    top: 16px;
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 32px);
    overflow: hidden;
    padding: 22px;
}

.detail-content {
    min-height: 0;
    flex: 1 1 auto;
    margin-top: 18px;
    display: grid;
    gap: 18px;
    overflow-y: auto;
    overflow-anchor: none;
    scroll-behavior: auto;
    overscroll-behavior: contain;
    padding-right: 8px;
    scrollbar-width: thin;
    scrollbar-color: rgba(36, 70, 216, 0.35) rgba(24, 38, 59, 0.08);
}

.detail-content::-webkit-scrollbar {
    width: 10px;
}

.detail-content::-webkit-scrollbar-track {
    border-radius: 999px;
    background: rgba(24, 38, 59, 0.08);
}

.detail-content::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(36, 70, 216, 0.35);
    border: 2px solid transparent;
    background-clip: padding-box;
}

.detail-media {
    display: grid;
    gap: 14px;
    padding-bottom: 0;
    background: transparent;
}

.detail-body {
    min-height: auto;
}

.detail-empty {
    display: grid;
    place-items: center;
    min-height: 280px;
    border-radius: 24px;
    padding: 24px;
    background: rgba(255, 255, 255, 0.74);
    border: 1px dashed rgba(24, 38, 59, 0.18);
    text-align: center;
}

.detail-empty-title {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.6;
}

.detail-empty-text {
    margin: 10px 0 0;
    color: var(--muted);
    line-height: 1.7;
}

.detail-hero {
    display: grid;
    gap: 16px;
}

.gallery-main {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(36, 70, 216, 0.12), rgba(215, 145, 68, 0.14));
}

.gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-main.is-empty span {
    max-width: 28ch;
    color: var(--muted);
    text-align: center;
    line-height: 1.6;
}

.detail-summary {
    display: grid;
    gap: 10px;
}

.detail-link {
    display: inline-flex;
    justify-self: start;
    padding: 10px 14px;
    border-radius: 999px;
    background: var(--brand-soft);
    color: var(--brand);
    font-weight: 800;
    text-decoration: none;
}

.thumb-strip {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 4px;
    margin-top: 14px;
}

.thumb-button {
    flex: 0 0 88px;
    height: 72px;
    padding: 0;
    border: 1px solid rgba(24, 38, 59, 0.12);
    border-radius: 14px;
    overflow: hidden;
    background: #ffffff;
    cursor: pointer;
}

.thumb-button.is-active {
    border-color: rgba(36, 70, 216, 0.4);
    box-shadow: 0 0 0 3px rgba(36, 70, 216, 0.12);
}

.thumb-button img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail-sections {
    display: grid;
    gap: 18px;
}

.detail-section {
    padding: 20px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(24, 38, 59, 0.1);
}

.detail-section-title {
    margin: 0 0 14px;
    font-size: 1.05rem;
    color: var(--brand);
}

.info-table {
    display: grid;
    border: 1px solid var(--line);
    border-radius: 18px;
    overflow: hidden;
}

.info-row {
    display: grid;
    grid-template-columns: 180px 1fr;
    min-height: 58px;
}

.info-row + .info-row {
    border-top: 1px solid var(--line);
}

.info-label,
.info-value {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    line-height: 1.65;
}

.info-label {
    background: rgba(36, 70, 216, 0.06);
    font-weight: 800;
}

.info-value a {
    color: var(--brand);
    word-break: break-all;
}

.overview-block a,
.detail-list-card a {
    color: var(--brand);
    font-weight: 700;
    word-break: break-all;
}

.overview-block {
    margin-top: 18px;
    padding: 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(24, 38, 59, 0.1);
}

.overview-block h4,
.overview-block h5,
.detail-list-card h4,
.detail-list-card h5 {
    margin: 0 0 10px;
    font-size: 1rem;
}

.overview-block p,
.detail-list-card p,
.panel-empty {
    margin: 0;
    line-height: 1.75;
    color: var(--muted);
}

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

.detail-list-card {
    padding: 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(24, 38, 59, 0.1);
}

.compact .info-row {
    grid-template-columns: 160px 1fr;
}

.detail-close-button {
    display: none;
}

.detail-backdrop {
    position: fixed;
    inset: 0;
    z-index: 40;
    background: rgba(18, 38, 61, 0.48);
}

.feature-band,
.weekly-board {
    margin-top: 20px;
    border: 1px solid var(--line);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow);
    background: var(--paper-strong);
}

.feature-band {
    padding: 22px;
}

.feature-band-grid,
.weekly-board-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.feature-panel,
.weekly-feature-post,
.weekly-list-panel {
    padding: 22px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(24, 38, 59, 0.1);
}

.feature-route-panel {
    display: grid;
    align-content: start;
}

.feature-panel-head,
.weekly-board-head,
.weekly-list-head,
.route-map-head,
.feature-subhead {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: start;
}

.feature-panel-head h2,
.weekly-board-head h2,
.weekly-feature-post h3,
.weekly-list-head h3 {
    margin: 0;
    font-size: clamp(1.35rem, 2.4vw, 2rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.feature-panel-text,
.weekly-board-head p,
.feature-subhead p,
.weekly-list-head p,
.route-map-head p,
.feature-mini-note {
    margin: 14px 0 0;
    color: var(--muted);
    line-height: 1.7;
}

.feature-meta-row,
.route-destination-meta,
.route-action-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.feature-meta-row {
    margin-top: 16px;
}

.feature-meta-pill,
.route-destination-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(36, 70, 216, 0.08);
    color: var(--ink);
    font-size: 0.95rem;
    font-weight: 700;
}

.feature-inline-status {
    margin-top: 14px;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(36, 70, 216, 0.08);
    color: var(--ink);
    line-height: 1.65;
}

.feature-subhead,
.weekly-list-head {
    margin-top: 18px;
}

.feature-subhead h3,
.route-map-head h3 {
    margin: 0;
    font-size: 1.1rem;
}

.feature-card-grid,
.weekly-list-grid {
    display: grid;
    gap: 16px;
    margin-top: 18px;
}

.feature-card {
    display: grid;
    grid-template-columns: 168px minmax(0, 1fr);
    gap: 16px;
    padding: 16px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(24, 38, 59, 0.1);
}

.feature-card-media {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 130px;
    overflow: hidden;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(36, 70, 216, 0.12), rgba(215, 145, 68, 0.12));
}

.feature-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feature-card-media.is-empty span {
    padding: 14px;
    text-align: center;
    color: var(--muted);
    font-weight: 700;
    line-height: 1.5;
}

.feature-card-body {
    display: grid;
    gap: 10px;
}

.feature-card-body h4,
.weekly-event-card h4 {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.3;
    letter-spacing: -0.03em;
}

.feature-card-body p,
.weekly-event-card p,
.weekly-feature-post p,
.weekly-highlight-item p,
.route-destination-copy p {
    margin: 0;
    line-height: 1.7;
}

.feature-card-kicker,
.weekly-event-period,
.route-destination-label,
.weekly-feature-tag {
    color: var(--brand);
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.feature-card-actions {
    display: flex;
    justify-content: flex-start;
    margin-top: 6px;
}

.feature-empty-card {
    padding: 26px 22px;
    border-radius: 22px;
    border: 1px dashed rgba(24, 38, 59, 0.18);
    background: rgba(255, 255, 255, 0.78);
    color: var(--muted);
    line-height: 1.7;
}

.route-destination-card {
    display: grid;
    gap: 14px;
    margin-top: 18px;
    padding: 20px;
    border-radius: 24px;
    background:
        radial-gradient(circle at top right, rgba(36, 70, 216, 0.12), transparent 32%),
        rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(24, 38, 59, 0.1);
}

.route-destination-copy {
    display: grid;
    gap: 8px;
}

.route-destination-copy h3 {
    margin: 0;
    font-size: 1.45rem;
    line-height: 1.16;
    letter-spacing: -0.04em;
}

.route-action-row {
    margin-top: 18px;
}

.route-summary-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.route-stat-card {
    display: grid;
    gap: 6px;
    padding: 18px;
    border-radius: 20px;
    background: rgba(36, 70, 216, 0.06);
    border: 1px solid rgba(36, 70, 216, 0.1);
}

.route-stat-card span {
    color: var(--muted);
    font-size: 0.92rem;
}

.route-stat-card strong {
    font-size: 1.15rem;
    line-height: 1.2;
}

.route-map-shell {
    margin-top: 18px;
    padding: 18px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(24, 38, 59, 0.1);
    display: grid;
    align-content: start;
}

.feature-route-map {
    width: 100%;
    min-height: clamp(420px, 58vh, 720px);
    height: clamp(420px, 58vh, 720px);
    margin-top: 14px;
    overflow: hidden;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(36, 70, 216, 0.14), rgba(215, 145, 68, 0.14));
}

.feature-route-map.is-placeholder {
    display: grid;
    place-items: center;
}

.feature-route-map-placeholder {
    max-width: 34ch;
    padding: 20px;
    text-align: center;
    color: var(--muted);
    line-height: 1.7;
}

.weekly-board {
    padding: 22px;
}

.weekly-feature-post {
    display: grid;
    gap: 14px;
    background:
        linear-gradient(180deg, rgba(255, 252, 247, 0.98), rgba(255, 255, 255, 0.92)),
        radial-gradient(circle at top left, rgba(36, 70, 216, 0.08), transparent 30%);
}

.weekly-feature-lead {
    font-size: 1.02rem;
    font-weight: 700;
    color: var(--ink);
}

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

.weekly-highlight-item,
.weekly-event-card {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px;
    align-items: start;
    padding: 16px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(24, 38, 59, 0.08);
}

.weekly-highlight-item span:first-child {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: rgba(36, 70, 216, 0.08);
    color: var(--brand);
    font-weight: 800;
}

.weekly-highlight-item strong {
    display: block;
    margin-bottom: 6px;
    font-size: 1rem;
}

.weekly-list-panel {
    display: grid;
    align-content: start;
}

.weekly-list-grid {
    grid-template-columns: 1fr;
}

.weekly-event-card {
    grid-template-columns: 1fr auto;
}

@media (max-width: 1200px) {
    .main-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .detail-shell {
        position: static;
        max-height: none;
    }

    .feature-band-grid,
    .weekly-board-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 980px) {
    .site-shell {
        width: min(100% - 20px, 1440px);
        padding-top: 20px;
    }

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

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

    .hero-language-panel {
        grid-template-columns: 1fr;
    }

    .filter-row {
        grid-template-columns: 1fr;
        gap: 12px;
    }

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

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

    .feature-route-map {
        min-height: min(64vh, 620px);
        height: min(64vh, 620px);
    }

    .detail-shell {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 50;
        max-height: 92vh;
        overflow: hidden;
        border-radius: 28px 28px 0 0;
        transform: translateY(102%);
        transition: transform 220ms ease;
    }

    .detail-shell.is-open {
        transform: translateY(0);
    }

    .detail-close-button {
        display: inline-flex;
    }
}

@media (max-width: 720px) {
    .hero,
    .filter-panel,
    .results-panel,
    .detail-shell {
        border-radius: 22px;
    }

    .hero,
    .filter-panel,
    .results-panel,
    .detail-shell {
        padding-left: 16px;
        padding-right: 16px;
    }

    .hero-panel {
        grid-template-columns: 1fr;
    }

    .hero-language-group {
        grid-template-columns: 1fr 1fr;
    }

    .feature-band,
    .weekly-board,
    .feature-panel,
    .weekly-feature-post,
    .weekly-list-panel {
        border-radius: 22px;
    }

    .hero-stat {
        min-height: 108px;
    }

    .search-actions {
        flex-direction: column;
    }

    .info-row,
    .compact .info-row {
        grid-template-columns: 1fr;
    }

    .info-label {
        border-bottom: 1px solid var(--line);
    }

    .route-summary-grid,
    .weekly-event-card {
        grid-template-columns: 1fr;
    }

    .feature-route-map {
        min-height: 360px;
        height: 360px;
    }
}
