:root {
    --bg: #f7f4ee;
    --surface: #fff;
    --text: #25231f;
    --muted: #6e6a60;
    --line: #ded9cf;
    --green: #315c46;
    --green-soft: #e8f0ea;
    --yellow: #f5d66f;
    --red: #9b3f3f;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", sans-serif;
    color: var(--text);
    background: var(--bg);
    -webkit-text-size-adjust: 100%;
}

/* 筥崎宮徒歩圏の駐車場比較 */
.parking-comparison-page {
    --comparison-green: #315c46;
    --comparison-green-dark: #204231;
    --comparison-soft: #edf4ef;
    background: linear-gradient(180deg, #f7f4ed 0, #fffdf9 360px);
}

.parking-comparison-page .preview-banner {
    margin-bottom: 0;
}

.parking-comparison-page .parking-comparison-header {
    margin-top: 24px;
    margin-bottom: 18px;
    padding-top: clamp(24px, 4vw, 44px);
    padding-bottom: clamp(18px, 3vw, 28px);
}

.parking-comparison-header .breadcrumb {
    margin-bottom: 22px;
}

.parking-comparison-mode-tabs {
    display: inline-flex;
    gap: 4px;
    margin: 0 0 18px;
    padding: 4px;
    border: 1px solid #d2dfd6;
    border-radius: 13px;
    background: #edf3ef;
}

.parking-comparison-mode-tabs a {
    padding: 8px 13px;
    border-radius: 9px;
    color: #516257;
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
}

.parking-comparison-mode-tabs a[aria-current="page"] {
    color: #fff;
    background: var(--comparison-green-dark);
    box-shadow: 0 3px 9px rgb(32 66 49 / 18%);
}

.parking-comparison-event-return {
    display: block;
    width: fit-content;
    margin: -6px 0 16px;
    color: var(--comparison-green-dark);
    font-size: 13px;
    font-weight: 850;
}

.parking-comparison-header .section-kicker {
    margin: 0 0 8px;
    color: var(--comparison-green);
}

.parking-comparison-header h1 {
    max-width: 920px;
    margin: 0;
    font-size: clamp(32px, 5vw, 54px);
    line-height: 1.12;
    letter-spacing: -.035em;
}

.parking-comparison-header > p:not(.section-kicker) {
    max-width: 720px;
    margin: 14px 0 0;
    color: var(--muted);
    font-size: clamp(16px, 2vw, 19px);
    line-height: 1.75;
}

.parking-comparison-summary {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin-top: 18px;
    color: var(--muted);
    font-size: 13px;
}

.parking-comparison-summary strong {
    color: var(--comparison-green-dark);
}

.parking-comparison-page .parking-comparison-tool {
    margin-top: 0;
    padding-top: 0;
}

.parking-comparison-controls {
    display: grid;
    grid-template-columns: minmax(210px, 280px) minmax(210px, 280px) minmax(260px, 1fr);
    align-items: end;
    gap: 12px;
    margin-bottom: 18px;
    padding: 16px;
    border: 1px solid #d8e4dc;
    border-radius: 18px;
    background: rgb(255 255 255 / 92%);
    box-shadow: 0 8px 26px rgb(48 74 59 / 8%);
}

.parking-comparison-controls label {
    display: block;
    margin-bottom: 6px;
    color: var(--comparison-green-dark);
    font-size: 12px;
    font-weight: 900;
}

.parking-comparison-controls select {
    width: 100%;
    min-height: 48px;
    padding: 9px 36px 9px 12px;
    border: 1px solid #b9cbbf;
    border-radius: 12px;
    color: var(--text);
    background: #fff;
    font: inherit;
    font-weight: 800;
}

.parking-comparison-controls > p {
    margin: 0;
    padding: 12px 14px;
    border-radius: 12px;
    color: var(--comparison-green-dark);
    background: var(--comparison-soft);
    font-size: 13px;
    font-weight: 750;
    line-height: 1.6;
}

.parking-comparison-layout {
    display: grid;
    grid-template-columns: minmax(420px, 1.05fr) minmax(420px, .95fr);
    align-items: start;
    gap: 22px;
}

.parking-comparison-map-panel {
    position: sticky;
    top: 82px;
    padding: 14px;
    border: 1px solid #d5e1d8;
    border-radius: 22px;
    background: #f3f7f4;
    box-shadow: 0 14px 34px rgb(45 68 54 / 9%);
}

.parking-comparison-panel-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 10px;
}

.parking-comparison-panel-heading h2 {
    margin: 0;
    font-size: 18px;
}

.parking-comparison-panel-heading > span {
    padding: 4px 9px;
    border-radius: 999px;
    color: #fff;
    background: var(--comparison-green);
    font-size: 12px;
    font-weight: 900;
}

.parking-comparison-map {
    width: 100%;
    height: min(590px, calc(100vh - 240px));
    min-height: 440px;
    overflow: hidden;
    border: 1px solid #c3d2c8;
    border-radius: 15px;
    background: #e7ede9;
}

.parking-comparison-akippa {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 9px;
    padding: 8px 2px 0;
    border-top: 1px solid #d5e1d8;
    color: var(--muted);
    font-size: 12px;
}

.parking-comparison-akippa a {
    font-weight: 850;
    white-space: nowrap;
}

.parking-comparison-list {
    display: grid;
    gap: 11px;
}

.parking-comparison-card {
    overflow: hidden;
    border: 1px solid #dfded8;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 5px 18px rgb(50 45 38 / 6%);
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.parking-comparison-card:hover,
.parking-comparison-card.is-map-selected {
    border-color: #7da18a;
    box-shadow: 0 10px 28px rgb(49 92 70 / 14%);
    transform: translateY(-1px);
}

.parking-comparison-card[hidden] {
    display: none;
}

.parking-comparison-card > a {
    position: relative;
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    min-height: 148px;
    color: inherit;
    text-decoration: none;
}

.parking-comparison-card img {
    width: 100%;
    height: 100%;
    min-height: 148px;
    object-fit: cover;
}

.parking-comparison-rank {
    position: absolute;
    z-index: 2;
    top: 9px;
    left: 9px;
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    background: var(--comparison-green-dark);
    box-shadow: 0 4px 11px rgb(0 0 0 / 20%);
    font-size: 14px;
    font-weight: 950;
}

.parking-comparison-card-body {
    min-width: 0;
    padding: 13px 14px;
}

.parking-comparison-card-topline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin-bottom: 5px;
}

.parking-comparison-card-topline > span {
    padding: 3px 7px;
    border-radius: 999px;
    color: var(--comparison-green-dark);
    background: var(--comparison-soft);
    font-size: 11px;
    font-weight: 900;
}

.parking-comparison-card-topline .parking-comparison-special {
    color: #694b08;
    background: #fff0c0;
}

.parking-comparison-card-topline .parking-comparison-confirmed {
    color: #0d5a3d;
    background: #dcefe4;
}

.parking-comparison-card-topline .parking-comparison-unconfirmed {
    color: #6f5d37;
    background: #f0ece1;
}

.parking-comparison-card h3 {
    overflow: hidden;
    margin: 0 0 9px;
    font-size: 17px;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.parking-comparison-fees {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
}

.parking-comparison-fees > div {
    min-width: 0;
    padding: 7px 8px;
    border-radius: 9px;
    background: #f7f6f2;
}

.parking-comparison-fees span,
.parking-comparison-fees strong {
    display: block;
}

.parking-comparison-fees span {
    margin-bottom: 2px;
    color: var(--muted);
    font-size: 10px;
    font-weight: 800;
}

.parking-comparison-fees strong {
    overflow: hidden;
    font-size: 12px;
    line-height: 1.45;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.parking-comparison-card-body > p {
    margin: 8px 0 0;
    color: var(--muted);
    font-size: 11px;
}

.parking-comparison-card-body > .parking-comparison-normal-reference {
    margin: 7px 0 4px;
    padding: 6px 7px;
    border-radius: 7px;
    color: #6a5320;
    background: #fff7dc;
    font-size: 10px;
    line-height: 1.45;
}

.parking-comparison-marker-shell {
    border: 0;
    background: transparent;
}

.parking-comparison-marker-shell span {
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    border: 3px solid #fff;
    border-radius: 50%;
    color: #fff;
    background: var(--comparison-green-dark);
    box-shadow: 0 3px 10px rgb(0 0 0 / 28%);
    font-size: 12px;
    font-weight: 950;
}

.parking-comparison-marker-shell span.is-unconfirmed {
    color: #554f42;
    background: #d8d2c5;
}

.parking-comparison-popup {
    width: min(245px, 64vw);
    line-height: 1.45;
}

.parking-comparison-popup strong,
.parking-comparison-popup span,
.parking-comparison-popup a {
    display: block;
}

.parking-comparison-popup span {
    margin: 3px 0 7px;
    color: var(--muted);
    font-size: 12px;
}

.parking-comparison-popup p {
    margin: 4px 0;
    font-size: 12px;
}

.parking-comparison-popup .parking-comparison-popup-caution {
    margin-top: 7px;
    padding: 6px 7px;
    border-radius: 7px;
    color: #6a5320;
    background: #fff7dc;
    line-height: 1.45;
}

.parking-comparison-popup a {
    margin-top: 9px;
    font-weight: 850;
}

.parking-comparison-notes {
    padding-top: 10px;
    padding-bottom: clamp(42px, 7vw, 80px);
}

.parking-comparison-notes details {
    border: 1px solid var(--line);
    border-radius: 15px;
    color: var(--muted);
    background: #fff;
}

.parking-comparison-notes summary {
    padding: 15px 17px;
    color: var(--text);
    cursor: pointer;
    font-weight: 850;
}

.parking-comparison-notes details > div {
    padding: 0 17px 16px;
    font-size: 13px;
    line-height: 1.8;
}

.parking-comparison-notes p {
    margin: 8px 0 0;
}

@media (max-width: 920px) {
    .parking-comparison-controls {
        grid-template-columns: 1fr 1fr;
    }

    .parking-comparison-controls > p {
        grid-column: 1 / -1;
    }

    .parking-comparison-layout {
        grid-template-columns: 1fr;
    }

    .parking-comparison-map-panel {
        position: static;
    }

    .parking-comparison-map {
        height: 52vh;
        min-height: 380px;
    }
}

@media (max-width: 600px) {
    .parking-comparison-page .parking-comparison-header {
        margin-top: 12px;
        margin-bottom: 10px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .parking-comparison-header .breadcrumb {
        margin-bottom: 12px;
        font-size: 11px;
    }

    .parking-comparison-mode-tabs {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        width: 100%;
        margin-bottom: 12px;
    }

    .parking-comparison-mode-tabs a {
        padding: 7px 4px;
        font-size: 10px;
        text-align: center;
    }

    .parking-comparison-event-return {
        margin: -3px 0 10px;
        font-size: 11px;
    }

    .parking-comparison-header .section-kicker {
        display: none;
    }

    .parking-comparison-header h1 {
        font-size: 30px;
    }

    .parking-comparison-header > p:not(.section-kicker) {
        margin-top: 8px;
        font-size: 14px;
        line-height: 1.6;
    }

    .parking-comparison-summary {
        margin-top: 9px;
        font-size: 11px;
    }

    .parking-comparison-controls {
        grid-template-columns: 1fr;
        padding: 12px;
    }

    .parking-comparison-controls > p {
        grid-column: auto;
        padding: 8px 10px;
        font-size: 11px;
    }

    .parking-comparison-map-panel {
        padding: 10px;
        border-radius: 17px;
    }

    .parking-comparison-map {
        height: 52vh;
        min-height: 330px;
    }

    .parking-comparison-card > a {
        grid-template-columns: 92px minmax(0, 1fr);
        min-height: 144px;
    }

    .parking-comparison-card img {
        min-height: 144px;
    }

    .parking-comparison-card h3 {
        font-size: 15px;
    }

    .parking-comparison-fees {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .parking-comparison-fees > div {
        padding: 5px 7px;
    }

    .parking-comparison-akippa {
        align-items: flex-start;
        flex-direction: column;
        gap: 3px;
    }
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    line-height: 1.75;
    background: var(--bg);
}

a {
    color: var(--green);
}

:focus-visible {
    outline: 3px solid #0b6cff;
    outline-offset: 3px;
}

.skip-link {
    position: fixed;
    z-index: 100;
    top: 8px;
    left: 8px;
    padding: 10px 14px;
    border-radius: 6px;
    color: #fff;
    background: #111;
    font-weight: 700;
    text-decoration: none;
    transform: translateY(-160%);
}

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

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

.site-header {
    position: sticky;
    z-index: 10;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 64px;
    padding: 10px max(18px, calc((100vw - 1120px) / 2));
    border-bottom: 1px solid var(--line);
    background: rgb(255 255 255 / 95%);
}

.site-brand {
    color: var(--text);
    font-size: 20px;
    font-weight: 800;
    text-decoration: none;
}

.site-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 14px;
    font-size: 14px;
    font-weight: 700;
}

.site-nav a {
    display: inline-flex;
    min-height: 24px;
    align-items: center;
    text-decoration: none;
}

.home-hero {
    min-height: 360px;
    display: grid;
    align-items: end;
    padding: 60px max(20px, calc((100vw - 1120px) / 2)) 34px;
    color: #fff;
    background:
        linear-gradient(0deg, rgb(20 30 24 / 78%), rgb(20 30 24 / 18%)),
        url("../img/site-hero-v2.webp") center/cover;
}

.home-hero h1 {
    margin: 0 0 10px;
    font-size: clamp(42px, 10vw, 74px);
    letter-spacing: 0;
}

.home-hero p {
    max-width: 680px;
    margin: 0;
    font-size: 18px;
}

.eyebrow {
    color: var(--yellow);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.section {
    width: min(100% - 36px, 1120px);
    margin: 34px auto;
}

.section.narrow {
    width: min(100% - 36px, 760px);
}

.preview-banner {
    position: sticky;
    z-index: 9;
    top: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px 16px;
    padding: 10px 18px;
    color: #3c2e00;
    background: #f5d66f;
    box-shadow: 0 4px 14px rgb(37 35 31 / 14%);
}

.preview-banner a {
    color: inherit;
    font-weight: 800;
}

@media (max-width: 640px) {
    .preview-banner {
        flex-wrap: wrap;
        top: 64px;
        font-size: 14px;
    }
}

.section-heading,
.page-title {
    margin-bottom: 18px;
}

.section-heading-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
}

h1,
h2,
h3 {
    line-height: 1.3;
}

h1 {
    margin: 0 0 12px;
    font-size: clamp(30px, 6vw, 48px);
}

h2 {
    margin: 0 0 14px;
    font-size: 24px;
}

h3 {
    margin: 24px 0 10px;
    font-size: 18px;
}

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

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

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

.result-count {
    color: var(--muted);
    font-size: 14px;
}

.genre-grid,
.spot-grid,
.topic-grid,
.event-series-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.parking-area-filter {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
    align-items: end;
    gap: 18px;
    margin: 14px 0 18px;
    padding: 16px 18px;
    border-radius: 8px;
    background: var(--green-soft);
}

.parking-area-filter-copy label {
    display: block;
    margin-bottom: 2px;
    color: var(--green);
    font-size: 16px;
    font-weight: 800;
}

.parking-area-filter-copy p,
.parking-area-filter-control p {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
}

.parking-area-filter-control select {
    width: 100%;
    min-height: 44px;
    padding: 8px 36px 8px 12px;
    border: 1px solid var(--line);
    border-radius: 6px;
    color: var(--text);
    background: var(--surface);
    font: inherit;
    font-weight: 700;
}

.parking-area-filter-control p {
    margin-top: 5px;
}

.spot-card[hidden] {
    display: none;
}

.parking-map-section {
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
}

.parking-map-section .section-heading {
    margin-bottom: 6px;
}

.parking-map-section .section-heading h2 {
    margin-bottom: 0;
}

.parking-map-description {
    margin: 0 0 14px;
    color: var(--muted);
}

.public-parking-map {
    width: 100%;
    height: clamp(360px, 58vw, 560px);
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #e8ece7;
}

.parking-map-message {
    margin: 10px 0 0;
    color: var(--muted);
    font-size: 14px;
}

.parking-map-message:empty {
    display: none;
}

.parking-map-popup {
    width: min(260px, 62vw);
    min-width: 200px;
    color: var(--text);
    line-height: 1.5;
}

.parking-map-popup strong,
.parking-map-popup-address,
.parking-map-popup a {
    display: block;
}

.parking-map-popup-address {
    margin: 4px 0 8px;
    color: var(--muted);
    font-size: 13px;
}

.parking-map-popup-fee {
    margin: 8px 0;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.6;
}

.parking-map-popup-special {
    display: inline-block;
    margin: 0 0 10px;
    padding: 2px 8px;
    border-radius: 999px;
    color: #6b5116;
    background: #fff0bf;
    font-size: 12px;
    font-weight: 800;
}

.parking-map-popup a {
    font-weight: 700;
}

.topic-card {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
}

.topic-card a {
    color: inherit;
    text-decoration: none;
}

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

.topic-card div {
    padding: 16px;
}

.topic-card h2 {
    margin: 8px 0;
}

.topic-card p,
.topic-card small,
.topic-updated {
    color: var(--muted);
}

.topic-event-date,
.topic-event-period {
    color: var(--green);
    font-weight: 800;
}

.topic-series-name,
.content-status-badge {
    display: inline-flex;
    margin: 0 8px 6px 0;
    padding: 4px 9px;
    border-radius: 999px;
    color: var(--green);
    background: var(--green-soft);
    font-size: 12px;
    font-weight: 800;
}

.content-status-badge {
    color: #72530c;
    background: #fff0bf;
}

.topic-parent-event {
    margin: 0 0 10px;
    font-weight: 800;
}

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

.event-series-card {
    min-width: 0;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: linear-gradient(145deg, var(--green-soft), var(--surface) 72%);
    box-shadow: 0 10px 28px rgb(73 58 44 / 6%);
    transition: transform .2s ease, box-shadow .2s ease;
}

.event-series-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgb(73 58 44 / 10%);
}

.event-series-card a {
    display: block;
    height: 100%;
    padding: clamp(20px, 4vw, 30px);
    color: inherit;
    text-decoration: none;
}

.event-series-card h2 {
    margin: 4px 0 10px;
}

.event-series-card p:not(.section-kicker),
.event-series-card small {
    color: var(--muted);
}

.event-series-card .event-schedule {
    color: var(--green);
    font-weight: 800;
}

.event-index-hero {
    padding: clamp(28px, 6vw, 64px);
    border: 1px solid var(--line);
    border-radius: 28px;
    background: linear-gradient(135deg, var(--green-soft), #fffdf9 74%);
}

.event-series-hero {
    margin: 24px auto 0;
    background: linear-gradient(135deg, #e7f1e9, #fff8e8 78%);
}

.event-series-hero > .section {
    padding-block: clamp(44px, 8vw, 88px);
}

.event-series-lead {
    max-width: 760px;
    font-size: clamp(18px, 2.5vw, 22px);
    line-height: 1.9;
}

.event-series-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 16px;
    margin-top: 22px;
}

.event-series-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px 28px;
    margin-top: 28px;
}

.event-series-meta p {
    display: grid;
    gap: 3px;
    margin: 0;
}

.event-series-meta strong {
    color: var(--muted);
    font-size: 13px;
}

.event-series-body {
    margin-top: clamp(32px, 6vw, 64px);
}

.home-seasonal-feature {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin-top: clamp(20px, 4vw, 38px);
    padding: clamp(22px, 4vw, 34px);
    border: 1px solid #e3c76e;
    border-radius: 22px;
    background: linear-gradient(135deg, #fff4c9, #fffdf6 64%, #e8f2e9);
    box-shadow: 0 12px 34px rgb(96 75 25 / 10%);
}

.home-seasonal-feature h2,
.home-seasonal-feature p {
    margin-top: 0;
}

.home-seasonal-feature h2 {
    margin-bottom: 8px;
}

.home-seasonal-feature > div > p:last-child {
    max-width: 720px;
    margin-bottom: 0;
    color: var(--muted);
    line-height: 1.75;
}

.home-seasonal-feature nav {
    display: grid;
    flex: 0 0 auto;
    gap: 9px;
    text-align: center;
}

.home-seasonal-feature nav > a:not(.button-link) {
    color: var(--green);
    font-size: 13px;
    font-weight: 850;
}

.event-current-guide {
    margin-top: clamp(34px, 6vw, 68px);
    padding: clamp(22px, 5vw, 48px);
    border: 1px solid #ded7c5;
    border-radius: 26px;
    background: #fffdf8;
    box-shadow: 0 14px 38px rgb(72 57 35 / 8%);
}

.event-current-guide .section-heading > p:last-child {
    max-width: 760px;
    color: var(--muted);
}

.event-current-summary {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin: 24px 0 34px;
}

.event-current-summary p {
    display: grid;
    gap: 5px;
    margin: 0;
    padding: 15px;
    border-radius: 14px;
    background: var(--green-soft);
}

.event-current-summary strong {
    color: var(--muted);
    font-size: 11px;
}

.event-current-summary span {
    font-weight: 850;
    line-height: 1.5;
}

.event-schedule-table-wrap {
    margin-top: 12px;
    overflow-x: auto;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #fff;
}

.event-schedule-table {
    min-width: 760px;
}

.event-schedule-table th,
.event-schedule-table td {
    vertical-align: top;
    line-height: 1.65;
}

.event-schedule-table tbody th {
    white-space: nowrap;
}

.crowd-level {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 999px;
    font-size: 12px;
    white-space: nowrap;
}

.crowd-level--high {
    color: #8a2f2f;
    background: #f9dddd;
}

.crowd-level--medium {
    color: #7a5200;
    background: #fff0be;
}

.crowd-level--low {
    color: #23583e;
    background: #dfeee4;
}

.event-source-note {
    margin: 12px 0 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.75;
}

.event-answer-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 34px;
}

.event-answer-grid section {
    padding: clamp(17px, 3vw, 23px);
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #fff;
}

.event-answer-grid h3 {
    margin: 0 0 9px;
    font-size: 18px;
}

.event-answer-grid p {
    margin: 0;
    color: var(--muted);
    line-height: 1.8;
}

.event-answer-grid p + p {
    margin-top: 9px;
}

.event-series-parking-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: clamp(24px, 5vw, 46px);
    padding: clamp(22px, 4vw, 34px);
    border: 1px solid #d6e2da;
    border-radius: 22px;
    background: linear-gradient(135deg, #edf5ef, #fff9e9);
    box-shadow: 0 12px 34px rgb(49 92 70 / 9%);
}

.event-series-parking-cta h2,
.event-series-parking-cta p {
    margin-top: 0;
}

.event-series-parking-cta h2 {
    margin-bottom: 8px;
}

.event-series-parking-cta > div > p:last-child {
    margin-bottom: 0;
    color: var(--muted);
}

.event-series-parking-cta .button-link {
    flex: 0 0 auto;
    text-align: center;
}

@media (max-width: 600px) {
    .event-series-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .event-series-actions .button-link {
        width: 100%;
        text-align: center;
    }

    .event-series-parking-cta {
        align-items: stretch;
        flex-direction: column;
        gap: 16px;
        border-radius: 18px;
    }

    .event-series-parking-cta .button-link {
        width: 100%;
    }

    .home-seasonal-feature {
        align-items: stretch;
        flex-direction: column;
        gap: 18px;
        border-radius: 18px;
    }

    .home-seasonal-feature nav {
        text-align: left;
    }

    .home-seasonal-feature .button-link {
        justify-content: center;
    }

    .event-current-guide {
        border-radius: 18px;
    }

    .event-current-summary,
    .event-answer-grid {
        grid-template-columns: 1fr;
    }
}

.event-coverage-section {
    padding: clamp(24px, 5vw, 46px);
    border-radius: 28px;
    background: rgb(255 253 249 / 84%);
    box-shadow: var(--shadow-soft);
}

.topic-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    align-items: center;
    background: var(--surface);
}

.topic-hero img {
    width: 100%;
    min-height: 380px;
    max-height: 600px;
    object-fit: cover;
}

.topic-hero > div {
    padding: 36px max(22px, calc((100vw - 1120px) / 2)) 36px 32px;
}

.topic-body {
    font-size: 17px;
    white-space: normal;
}

.topic-body figure.topic-inline-photo {
    margin: 2rem 0;
}

.topic-body figure.topic-inline-photo img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 1rem;
}

.topic-body figure.topic-inline-photo figcaption {
    margin-top: .55rem;
    color: var(--muted, #6d6a63);
    font-size: .9rem;
    line-height: 1.65;
}

.event-series-photo {
    margin-top: 0;
}

.event-series-photo figure {
    margin: 0;
}

.event-series-photo img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 34rem;
    object-fit: cover;
    border-radius: 1rem;
}

.event-series-photo figcaption {
    margin-top: .6rem;
    color: var(--muted, #667085);
    font-size: .9rem;
}

.genre-link,
.spot-card {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
    box-shadow: 0 2px 14px rgb(30 28 24 / 6%);
}

.genre-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    text-decoration: none;
}

.genre-link strong {
    color: var(--text);
    font-size: 20px;
}

.genre-link span {
    color: var(--muted);
}

.spot-card {
    overflow: hidden;
}

.spot-card a {
    color: inherit;
    text-decoration: none;
}

.spot-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    background: #e7e1d5;
}

.spot-card-body {
    padding: 14px;
}

.spot-card h2 {
    margin: 8px 0 6px;
    font-size: 20px;
}

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

.spot-card .spot-card-facts {
    margin-top: 8px;
    color: var(--text);
    font-weight: 700;
}

.spot-card .spot-card-verified {
    margin-top: 5px;
    font-size: 12px;
}

.card-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.card-badges span {
    padding: 3px 8px;
    border-radius: 999px;
    color: var(--green);
    background: var(--green-soft);
    font-size: 12px;
    font-weight: 800;
}

.card-badges .closed {
    color: var(--red);
    background: #f8e8e8;
}

.card-badges .pr {
    color: #6b5200;
    background: #fff2b8;
}

.spot-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    align-items: stretch;
    min-height: 420px;
    background: var(--surface);
}

.spot-hero img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
}

.spot-hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    padding: 36px max(22px, calc((100vw - 1120px) / 2)) 36px 32px;
}

.closed-notice {
    margin: 0;
    padding: 12px 14px;
    border: 1px solid #e0b4b4;
    border-radius: 8px;
    color: var(--red);
    background: #fff4f4;
    font-weight: 700;
}

.detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
    gap: 22px;
}

.info-list {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 10px 14px;
    margin: 0;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
}

.info-list dt {
    color: var(--muted);
    font-weight: 700;
}

.info-list dd {
    margin: 0;
}

.info-list address {
    font-style: normal;
}

.map-embed {
    overflow: hidden;
    min-height: 300px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
}

.map-embed iframe {
    width: 100%;
    height: 300px;
    min-height: 300px;
    border: 0;
}

.map-embed p {
    margin: 0;
    padding: 10px 14px;
    font-size: 14px;
}

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

.gallery figure {
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
}

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

.gallery figcaption {
    padding: 8px 10px;
    color: var(--muted);
    font-size: 13px;
}

.table-wrap {
    overflow-x: auto;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
}

table {
    width: 100%;
    border-collapse: collapse;
}

th,
td {
    padding: 10px 12px;
    border-bottom: 1px solid var(--line);
    text-align: left;
}

th {
    background: #f0ece3;
}

.related-list {
    padding-left: 20px;
}

.narrative,
.article-body {
    font-size: 17px;
}

.content-byline,
.policy-updated {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
}

.content-provenance {
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--green-soft);
}

.content-provenance h2 {
    font-size: 20px;
}

.content-provenance p:last-child {
    margin-bottom: 0;
}

.policy-page h2 {
    margin-top: 34px;
}

.button-link {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    padding: 10px 16px;
    border-radius: 8px;
    color: #fff;
    background: var(--green);
    font-weight: 800;
    text-decoration: none;
}

.empty {
    padding: 18px;
    border: 1px dashed var(--line);
    border-radius: 8px;
    background: var(--surface);
}

.site-footer {
    margin-top: 50px;
    padding: 28px max(20px, calc((100vw - 1120px) / 2));
    border-top: 1px solid var(--line);
    color: var(--muted);
    background: #f0ece3;
    font-size: 14px;
}

.site-footer p {
    margin: 4px 0;
}

.error-page {
    width: min(100% - 36px, 680px);
    margin: 80px auto;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
}

@media (max-width: 820px) {
    .site-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .site-nav {
        gap: 0 4px;
    }

    .site-nav a {
        min-height: 44px;
        padding: 8px 4px;
    }

    .genre-grid,
    .spot-grid,
    .topic-grid,
    .event-series-grid,
    .gallery,
    .detail-layout,
    .spot-hero,
    .topic-hero {
        grid-template-columns: 1fr;
    }

    .spot-hero-copy {
        padding: 24px 20px;
    }

    .parking-map-section {
        padding: 14px;
    }

    .parking-area-filter {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 14px;
    }

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

/* Character-led public site refresh */
:root {
    --bg: #fbf7f1;
    --surface: #fffdf9;
    --text: #3f3831;
    --muted: #756d64;
    --line: #e8ded2;
    --green: #557965;
    --green-soft: #edf4ef;
    --yellow: #e5b95d;
    --coral: #d98670;
    --shadow-soft: 0 18px 50px rgb(82 65 49 / 9%);
}

body {
    background:
        radial-gradient(circle at 8% 5%, rgb(210 228 216 / 42%), transparent 24rem),
        radial-gradient(circle at 92% 16%, rgb(244 209 198 / 38%), transparent 26rem),
        var(--bg);
    color: var(--text);
}

.site-header {
    min-height: 68px;
    padding-block: 12px;
    border-color: rgb(222 211 199 / 86%);
    background: rgb(255 253 249 / 92%);
    box-shadow: 0 8px 30px rgb(75 60 46 / 5%);
    backdrop-filter: blur(14px);
}

.site-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 21px;
    letter-spacing: .03em;
}

.site-brand::before {
    width: 24px;
    height: 24px;
    border: 2px solid rgb(255 255 255 / 88%);
    border-radius: 8px;
    background: conic-gradient(from 0deg, #89a995 0 25%, #df927c 0 50%, #d8af5d 0 75%, #87a5bb 0);
    box-shadow: 0 3px 10px rgb(80 64 48 / 16%);
    content: "";
}

.site-nav {
    gap: 4px;
}

.site-nav a {
    padding: 7px 10px;
    border-radius: 999px;
    color: #514941;
    transition: color .2s ease, background-color .2s ease;
}

.site-nav a:hover {
    color: var(--green);
    background: var(--green-soft);
}

.home-hero {
    width: min(calc(100% - 32px), 1280px);
    min-height: clamp(430px, 54vw, 620px);
    margin: 24px auto 0;
    padding: clamp(28px, 5vw, 64px);
    overflow: hidden;
    border: 1px solid rgb(255 255 255 / 66%);
    border-radius: 32px;
    box-shadow: var(--shadow-soft);
    background:
        linear-gradient(90deg, rgb(31 42 35 / 18%), rgb(31 42 35 / 4%)),
        url("../img/site-hero-v2.webp") center/cover;
}

.home-hero > div {
    width: min(100%, 610px);
    padding: clamp(22px, 4vw, 38px);
    border: 1px solid rgb(255 255 255 / 72%);
    border-radius: 26px;
    color: var(--text);
    background: rgb(255 253 249 / 88%);
    box-shadow: 0 18px 42px rgb(43 35 28 / 12%);
    backdrop-filter: blur(10px);
}

.home-hero h1 {
    margin-bottom: 12px;
    color: #3e473f;
    font-size: clamp(42px, 7vw, 72px);
    letter-spacing: .03em;
}

.home-hero p {
    color: #514a43;
}

.home-hero .eyebrow,
.section-kicker {
    margin: 0 0 7px;
    color: var(--green);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.section {
    width: min(calc(100% - 36px), 1180px);
    margin-block: clamp(38px, 6vw, 72px);
}

.genre-hero,
.spot-explorer {
    --guide-accent: #89a995;
    --guide-soft: #edf4ef;
    --guide-ink: #486452;
}

.genre-hero--outing,
.spot-explorer--outing {
    --guide-accent: #df927c;
    --guide-soft: #fbefeb;
    --guide-ink: #895445;
}

.genre-hero--shop,
.spot-explorer--shop {
    --guide-accent: #d8af5d;
    --guide-soft: #faf3df;
    --guide-ink: #7b6129;
}

.genre-hero--life,
.spot-explorer--life {
    --guide-accent: #87a5bb;
    --guide-soft: #edf2f6;
    --guide-ink: #49677c;
}

.genre-hero {
    position: relative;
    margin-top: 28px;
    padding: clamp(24px, 4vw, 46px);
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--guide-accent) 26%, var(--line));
    border-radius: 30px;
    background:
        radial-gradient(circle at 88% 18%, color-mix(in srgb, var(--guide-accent) 20%, transparent), transparent 20rem),
        linear-gradient(145deg, var(--guide-soft), #fffdf9 72%);
    box-shadow: var(--shadow-soft);
}

.genre-hero .breadcrumb {
    position: relative;
    z-index: 2;
}

.genre-hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(430px, .9fr);
    align-items: center;
    gap: clamp(28px, 5vw, 68px);
}

.genre-hero-copy h1 {
    margin-bottom: 16px;
    font-size: clamp(40px, 5vw, 66px);
}

.genre-hero-copy > p:not(.section-kicker, .result-count) {
    max-width: 42em;
    margin: 0;
    color: #514a43;
    line-height: 1.9;
}

.genre-hero-copy .result-count {
    display: inline-flex;
    margin: 18px 0 0;
    padding: 6px 12px;
    border-radius: 999px;
    color: var(--guide-ink);
    background: rgb(255 253 249 / 78%);
    font-weight: 800;
}

.genre-guide-speaker {
    display: grid;
    grid-template-columns: 168px minmax(0, 1fr);
    align-items: end;
    gap: 0;
}

.guide-portrait--category {
    position: relative;
    z-index: 2;
    width: 184px;
    height: 232px;
    align-self: end;
    border: 1px solid color-mix(in srgb, var(--guide-accent) 30%, var(--line));
    border-radius: 28px;
    box-shadow: 0 16px 34px rgb(74 58 45 / 12%);
    background-color: var(--guide-soft);
}

.genre-guide-speech {
    position: relative;
    z-index: 1;
    margin: 0 0 16px -8px;
    padding: 22px 22px 22px 30px;
    border: 1px solid color-mix(in srgb, var(--guide-accent) 34%, var(--line));
    border-radius: 0 22px 22px 22px;
    background: rgb(255 253 249 / 92%);
    box-shadow: 0 12px 28px rgb(74 58 45 / 8%);
}

.genre-guide-speech::before {
    position: absolute;
    top: -1px;
    left: -18px;
    width: 20px;
    height: 20px;
    border-top: 1px solid color-mix(in srgb, var(--guide-accent) 34%, var(--line));
    background: linear-gradient(135deg, transparent 50%, #fffdf9 51%);
    content: "";
}

.genre-guide-speech h2 {
    margin: 5px 0 8px;
    color: var(--guide-ink);
    font-size: 22px;
}

.genre-guide-speech > p:last-child {
    margin: 0;
    color: #5d554d;
    font-size: 14px;
    line-height: 1.85;
}

.spot-explorer {
    width: min(calc(100% - 32px), 1440px);
    margin-top: 30px;
    padding: clamp(20px, 3vw, 34px);
    border: 1px solid color-mix(in srgb, var(--guide-accent) 22%, var(--line));
    border-radius: 30px;
    background: rgb(255 253 249 / 88%);
    box-shadow: var(--shadow-soft);
}

.spot-explorer-toolbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 350px);
    align-items: end;
    gap: 20px 36px;
    margin-bottom: 24px;
}

.spot-explorer-toolbar h2 {
    margin-bottom: 8px;
}

.spot-explorer-toolbar > div:first-child > p:last-child {
    margin: 0;
    color: var(--muted);
}

.spot-area-filter {
    padding: 15px 16px;
    border: 1px solid color-mix(in srgb, var(--guide-accent) 26%, var(--line));
    border-radius: 18px;
    background: linear-gradient(145deg, var(--guide-soft), #fffdf9);
}

.spot-area-filter label {
    display: block;
    margin-bottom: 6px;
    color: var(--guide-ink);
    font-size: 13px;
    font-weight: 900;
}

.spot-area-filter select {
    width: 100%;
    min-height: 44px;
    padding: 8px 34px 8px 11px;
    border: 1px solid var(--line);
    border-radius: 12px;
    color: var(--text);
    background: var(--surface);
    font: inherit;
    font-weight: 700;
}

.spot-area-filter p {
    margin: 6px 0 0;
    color: var(--muted);
    font-size: 12px;
}

.spot-explorer-layout {
    display: grid;
    grid-template-areas: "results map";
    grid-template-columns: minmax(360px, .8fr) minmax(520px, 1.2fr);
    align-items: start;
    gap: clamp(18px, 2.5vw, 34px);
}

.spot-map-panel {
    position: sticky;
    top: 86px;
    display: flex;
    height: min(720px, calc(100vh - 112px));
    min-height: 520px;
    flex-direction: column;
    grid-area: map;
    padding: 14px;
    border: 1px solid color-mix(in srgb, var(--guide-accent) 24%, var(--line));
    border-radius: 24px;
    background: var(--guide-soft);
}

.spot-map-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 2px 4px 11px;
    color: var(--guide-ink);
}

.spot-map-heading strong {
    font-size: 15px;
}

.public-spot-map {
    width: 100%;
    min-height: 420px;
    flex: 1 1 auto;
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--guide-accent) 30%, var(--line));
    border-radius: 18px;
    background: #e8ece7;
}

.spot-map-message {
    margin: 8px 4px 0;
    color: var(--muted);
    font-size: 12px;
}

.spot-map-message:empty {
    display: none;
}

.spot-map-service-note {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 8px 14px;
    margin: 10px 2px 0;
    padding: 10px 4px 0;
    border-top: 1px solid color-mix(in srgb, var(--guide-accent) 28%, var(--line));
    color: var(--muted);
    font-size: 12px;
    line-height: 1.6;
}

.spot-map-service-note p {
    margin: 0;
}

.spot-map-service-note strong {
    display: block;
    color: var(--guide-ink);
    font-size: 13px;
}

.spot-map-service-note div {
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    justify-content: end;
    gap: 4px 12px;
}

.spot-map-service-note a {
    font-weight: 800;
    white-space: nowrap;
}

.spot-results-panel {
    min-width: 0;
    grid-area: results;
}

.spot-results-heading {
    position: sticky;
    z-index: 4;
    top: 76px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 14px;
    padding: 13px 15px;
    border: 1px solid color-mix(in srgb, var(--guide-accent) 18%, var(--line));
    border-radius: 18px;
    background: rgb(255 253 249 / 94%);
    box-shadow: 0 8px 24px rgb(74 58 45 / 7%);
    backdrop-filter: blur(12px);
}

.spot-results-heading h2,
.spot-results-heading .section-kicker {
    margin-bottom: 0;
}

.spot-results-heading > p {
    max-width: 19em;
    margin: 0;
    color: var(--muted);
    font-size: 12px;
    text-align: right;
}

.spot-grid--explorer {
    grid-template-columns: 1fr;
}

.spot-grid--explorer .spot-card {
    position: relative;
}

.spot-grid--explorer .spot-card a {
    display: grid;
    grid-template-columns: 172px minmax(0, 1fr);
    min-height: 184px;
}

.spot-grid--explorer .spot-card img {
    height: 100%;
    min-height: 184px;
    aspect-ratio: auto;
}

.spot-grid--explorer .spot-card-body {
    align-self: center;
    padding: 16px;
}

.spot-grid--explorer .spot-card h2 {
    font-size: 19px;
}

.spot-grid--explorer .spot-card.is-in-map-view {
    border-color: color-mix(in srgb, var(--guide-accent) 58%, var(--line));
}

.spot-grid--explorer .spot-card.is-in-map-view::after {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 3px 8px;
    border-radius: 999px;
    color: #fff;
    background: var(--guide-accent);
    box-shadow: 0 4px 10px rgb(45 39 33 / 14%);
    content: "地図内";
    font-size: 11px;
    font-weight: 900;
}

.spot-grid--explorer .spot-card.is-map-selected {
    outline: 3px solid color-mix(in srgb, var(--guide-accent) 45%, transparent);
    outline-offset: 2px;
}

.spot-map-popup {
    width: min(260px, 62vw);
    min-width: 200px;
    color: var(--text);
    line-height: 1.5;
}

.spot-map-popup strong,
.spot-map-popup-address,
.spot-map-popup a {
    display: block;
}

.spot-map-popup-address {
    margin: 4px 0 8px;
    color: var(--muted);
    font-size: 13px;
}

.spot-map-popup-fee {
    margin: 8px 0;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.6;
}

.spot-map-popup-special {
    display: inline-block;
    margin: 0 0 10px;
    padding: 2px 8px;
    border-radius: 999px;
    color: #6b5116;
    background: #fff0bf;
    font-size: 12px;
    font-weight: 800;
}

.spot-map-popup a {
    color: var(--green);
    font-weight: 800;
}

.spot-explorer--map-error .spot-explorer-layout {
    grid-template-areas: "results";
    grid-template-columns: 1fr;
}

.spot-explorer--map-error .spot-map-panel {
    display: none;
}

.parking-map-section {
    padding: clamp(20px, 4vw, 36px);
    border-radius: 28px;
    background: rgb(255 253 249 / 88%);
    box-shadow: var(--shadow-soft);
}

.public-parking-map {
    border-radius: 20px;
}

.parking-area-filter {
    border: 1px solid rgb(137 169 149 / 24%);
    border-radius: 18px;
    background: linear-gradient(145deg, var(--green-soft), #fffdf9);
}

.parking-area-filter-control select {
    border-radius: 12px;
}

.section-heading h2,
.page-title h1 {
    letter-spacing: .025em;
}

.guide-intro {
    padding: clamp(24px, 4vw, 42px);
    border: 1px solid var(--line);
    border-radius: 28px;
    background: rgb(255 253 249 / 84%);
    box-shadow: var(--shadow-soft);
}

.guide-intro-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, .65fr);
    align-items: end;
    gap: 20px 36px;
}

.guide-intro-heading h2,
.guide-intro-heading p {
    margin-bottom: 0;
}

.guide-intro-heading > p {
    color: var(--muted);
}

.guide-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 26px;
}

.guide-card,
.spot-page {
    --guide-accent: #89a995;
    --guide-soft: #edf4ef;
    --guide-ink: #486452;
}

.guide-card--outing,
.spot-page--outing,
.guide-comment--outing {
    --guide-accent: #df927c;
    --guide-soft: #fbefeb;
    --guide-ink: #895445;
}

.guide-card--shop,
.spot-page--shop,
.guide-comment--shop {
    --guide-accent: #d8af5d;
    --guide-soft: #faf3df;
    --guide-ink: #7b6129;
}

.guide-card--life,
.spot-page--life,
.guide-comment--life {
    --guide-accent: #87a5bb;
    --guide-soft: #edf2f6;
    --guide-ink: #49677c;
}

.guide-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--guide-accent) 30%, var(--line));
    border-radius: 22px;
    background: linear-gradient(160deg, var(--guide-soft), #fffdf9 66%);
}

.guide-card::before {
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: var(--guide-accent);
    content: "";
}

.guide-card > div {
    padding: 0 18px 20px;
}

.guide-card h3 {
    margin: 4px 0 2px;
    font-size: 20px;
}

.guide-card .guide-card-title {
    margin: 0 0 8px;
    color: var(--guide-ink);
    font-size: 14px;
    font-weight: 800;
}

.guide-card p:last-child {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.7;
}

.guide-role {
    margin: 0;
    color: var(--guide-ink);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .04em;
}

.guide-name {
    margin: 3px 0 0;
    color: var(--guide-ink);
    font-size: 20px;
    font-weight: 900;
}

.guide-portrait {
    position: relative;
    display: block;
    flex: 0 0 auto;
    overflow: hidden;
    background-color: var(--guide-soft);
}

.guide-portrait > img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center 22%;
    transform: scale(1.06);
    transform-origin: center;
}

.guide-portrait--card {
    width: 100%;
    height: 164px;
    border-bottom: 1px solid color-mix(in srgb, var(--guide-accent) 22%, var(--line));
}

.guide-portrait--card > img {
    position: absolute;
    top: -3%;
    left: 50%;
    width: auto;
    height: 138%;
    object-fit: contain;
    object-position: center top;
    transform: translateX(-50%);
    transform-origin: center top;
}

.guide-portrait--category > img {
    object-position: center top;
    transform: scale(1.04);
    transform-origin: center top;
}

.guide-portrait--mini {
    width: 46px;
    height: 46px;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 4px 14px rgb(60 48 38 / 12%);
}

.guide-portrait--mini > img {
    object-position: center 17%;
    transform: scale(1.18);
}

.guide-portrait--comment {
    width: 132px;
    height: 164px;
    border: 1px solid color-mix(in srgb, var(--guide-accent) 28%, var(--line));
    border-radius: 24px;
}

.guide-portrait--comment > img {
    object-position: center 18%;
    transform: scale(1.12);
}

.genre-link,
.spot-card,
.topic-card,
.info-list,
.map-embed,
.gallery figure,
.table-wrap {
    border-color: var(--line);
    border-radius: 18px;
    background: var(--surface);
    box-shadow: 0 10px 28px rgb(73 58 44 / 6%);
}

.genre-link {
    min-height: 84px;
    transition: transform .2s ease, box-shadow .2s ease;
}

.genre-link:hover,
.spot-card:hover,
.topic-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgb(73 58 44 / 10%);
}

.spot-card,
.topic-card {
    transition: transform .2s ease, box-shadow .2s ease;
}

.spot-hero {
    width: min(calc(100% - 32px), 1280px);
    min-height: 520px;
    margin: 24px auto 0;
    overflow: hidden;
    grid-template-columns: minmax(0, 1.22fr) minmax(390px, .78fr);
    border: 1px solid color-mix(in srgb, var(--guide-accent) 24%, var(--line));
    border-radius: 30px;
    background: linear-gradient(145deg, var(--guide-soft), #fffdf9 70%);
    box-shadow: var(--shadow-soft);
}

.spot-hero img {
    min-height: 520px;
    max-height: 640px;
}

.spot-hero-copy {
    gap: 13px;
    padding: clamp(30px, 4vw, 58px);
}

.spot-hero-copy h1 {
    margin-bottom: 2px;
    font-size: clamp(36px, 4vw, 58px);
    letter-spacing: .02em;
}

.spot-location {
    position: relative;
    margin: -2px 0 4px;
    padding-left: 18px;
    color: var(--muted);
    font-size: 14px;
}

.spot-location::before {
    position: absolute;
    top: .72em;
    left: 2px;
    width: 7px;
    height: 7px;
    border: 2px solid var(--guide-accent);
    border-radius: 50% 50% 50% 0;
    content: "";
    transform: translateY(-50%) rotate(-45deg);
}

.spot-lead {
    max-width: 44em;
    margin: 0;
    color: #514a43;
    line-height: 1.85;
}

.spot-guide-label {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 10px;
    margin-top: 3px;
    padding: 6px 13px 6px 6px;
    border: 1px solid color-mix(in srgb, var(--guide-accent) 34%, var(--line));
    border-radius: 999px;
    color: var(--guide-ink);
    background: rgb(255 253 249 / 84%);
    font-size: 13px;
}

.spot-guide-label strong {
    font-weight: 900;
}

.detail-layout {
    gap: 26px;
}

.detail-layout > div > h2,
.section > h2 {
    letter-spacing: .025em;
}

.info-list {
    padding: 24px;
}

.map-embed {
    min-height: 340px;
}

.map-embed iframe {
    height: 292px;
}

.narrative-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 350px), 1fr));
    align-items: start;
    gap: 20px;
}

.field-note,
.guide-comment {
    min-width: 0;
    padding: clamp(22px, 3vw, 32px);
    border: 1px solid var(--line);
    border-radius: 24px;
    background: var(--surface);
    box-shadow: 0 12px 34px rgb(73 58 44 / 7%);
}

.field-note {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(90deg, transparent 27px, rgb(219 137 119 / 18%) 28px, transparent 29px),
        repeating-linear-gradient(0deg, transparent 0 31px, rgb(102 127 111 / 10%) 32px),
        #fffdf9;
}

.field-note h2,
.guide-comment h2 {
    margin-bottom: 14px;
    font-size: clamp(20px, 2.2vw, 26px);
}

.field-note > p:last-child {
    margin-bottom: 0;
    padding-left: 18px;
    line-height: 1.95;
}

.guide-comment {
    --guide-accent: #89a995;
    --guide-soft: #edf4ef;
    --guide-ink: #486452;
    background: linear-gradient(145deg, var(--guide-soft), #fffdf9 75%);
}

.guide-comment-person {
    display: flex;
    align-items: flex-end;
    gap: 18px;
}

.guide-comment-person h2 {
    margin: 5px 0 16px;
}

.guide-speech {
    position: relative;
    margin-top: -10px;
    margin-left: 92px;
    padding: 18px 20px;
    border: 1px solid color-mix(in srgb, var(--guide-accent) 32%, var(--line));
    border-radius: 18px;
    background: rgb(255 253 249 / 94%);
}

.guide-speech::before {
    position: absolute;
    top: 18px;
    left: -9px;
    width: 16px;
    height: 16px;
    border-bottom: 1px solid color-mix(in srgb, var(--guide-accent) 32%, var(--line));
    border-left: 1px solid color-mix(in srgb, var(--guide-accent) 32%, var(--line));
    background: #fffdf9;
    content: "";
    transform: rotate(45deg);
}

.guide-speech p {
    margin: 0;
    line-height: 1.95;
}

.article-body--spot {
    max-width: 820px;
    margin: 28px auto 0;
    padding: clamp(24px, 4vw, 42px);
    border: 1px solid var(--line);
    border-radius: 24px;
    background: var(--surface);
}

.content-provenance {
    padding: clamp(22px, 3vw, 32px);
    border-color: #dbe5dd;
    border-radius: 22px;
    background: #eef4ef;
}

.site-footer {
    margin-top: 72px;
    padding-block: 36px;
    border-color: var(--line);
    background: #f2ebe2;
}

@media (max-width: 1020px) {
    .guide-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .genre-hero-layout {
        grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr);
        gap: 28px;
    }

    .genre-guide-speaker {
        grid-template-columns: 144px minmax(0, 1fr);
    }

    .guide-portrait--category {
        width: 154px;
        height: 204px;
    }

    .spot-explorer-layout {
        grid-template-columns: minmax(320px, .76fr) minmax(460px, 1.24fr);
    }

    .spot-grid--explorer .spot-card a {
        grid-template-columns: 142px minmax(0, 1fr);
    }

    .spot-hero {
        grid-template-columns: minmax(0, 1.08fr) minmax(350px, .92fr);
    }
}

@media (max-width: 820px) {
    .site-header {
        position: relative;
        align-items: stretch;
        gap: 4px;
        padding: 10px 16px 6px;
    }

    .site-nav {
        overflow-x: auto;
        flex-wrap: nowrap;
        margin-inline: -8px;
        padding: 0 8px 4px;
        scrollbar-width: none;
    }

    .site-nav::-webkit-scrollbar {
        display: none;
    }

    .site-nav a {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .preview-banner {
        position: relative;
        top: auto;
    }

    .home-hero {
        width: 100%;
        min-height: 430px;
        margin-top: 0;
        padding: 22px 18px;
        border: 0;
        border-radius: 0 0 26px 26px;
    }

    .home-hero > div {
        width: 100%;
        padding: 22px;
        border-radius: 20px;
    }

    .guide-intro-heading {
        grid-template-columns: 1fr;
    }

    .genre-hero {
        margin-top: 20px;
    }

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

    .genre-guide-speaker {
        width: min(100%, 560px);
        grid-template-columns: 150px minmax(0, 1fr);
    }

    .guide-portrait--category {
        width: 160px;
        height: 208px;
    }

    .spot-explorer {
        width: min(calc(100% - 28px), 1180px);
        padding: 20px;
    }

    .spot-explorer-toolbar {
        grid-template-columns: 1fr;
    }

    .spot-explorer-layout {
        grid-template-areas:
            "map"
            "results";
        grid-template-columns: 1fr;
    }

    .spot-map-panel {
        position: relative;
        top: auto;
        height: 480px;
        min-height: 420px;
    }

    .spot-results-heading {
        position: relative;
        top: auto;
    }

    .spot-hero {
        width: 100%;
        min-height: 0;
        margin-top: 0;
        grid-template-columns: 1fr;
        border-width: 0 0 1px;
        border-radius: 0;
        box-shadow: none;
    }

    .spot-hero img {
        min-height: 0;
        max-height: none;
        aspect-ratio: 4 / 3;
    }

    .spot-hero-copy {
        gap: 11px;
        padding: 26px 20px 30px;
    }

    .spot-hero-copy h1 {
        font-size: clamp(32px, 10vw, 44px);
    }

    .map-embed {
        min-height: 300px;
    }
}

@media (max-width: 640px) {
    .section {
        width: min(calc(100% - 28px), 1180px);
        margin-block: 38px;
    }

    .spot-map-service-note {
        align-items: start;
        flex-direction: column;
    }

    .spot-map-service-note div {
        justify-content: start;
    }

    .guide-intro {
        padding: 22px 18px;
        border-radius: 22px;
    }

    .genre-hero {
        width: 100%;
        margin-top: 0;
        padding: 22px 18px 26px;
        border-width: 0 0 1px;
        border-radius: 0 0 26px 26px;
    }

    .genre-hero-copy h1 {
        font-size: clamp(36px, 12vw, 48px);
    }

    .genre-guide-speaker {
        grid-template-columns: 112px minmax(0, 1fr);
    }

    .guide-portrait--category {
        width: 122px;
        height: 164px;
        border-radius: 20px;
    }

    .genre-guide-speech {
        margin: 0 0 8px -6px;
        padding: 16px 15px 16px 22px;
        border-radius: 0 18px 18px 18px;
    }

    .genre-guide-speech h2 {
        font-size: 18px;
    }

    .genre-guide-speech > p:last-child {
        font-size: 13px;
        line-height: 1.7;
    }

    .spot-explorer {
        width: min(calc(100% - 20px), 1180px);
        padding: 16px;
        border-radius: 24px;
    }

    .spot-explorer-toolbar {
        margin-bottom: 16px;
    }

    .spot-map-panel {
        height: 390px;
        min-height: 340px;
        padding: 10px;
        border-radius: 20px;
    }

    .public-spot-map {
        min-height: 290px;
        border-radius: 15px;
    }

    .spot-results-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
        padding: 12px;
    }

    .spot-results-heading > p {
        max-width: none;
        text-align: left;
    }

    .spot-grid--explorer .spot-card a {
        grid-template-columns: 118px minmax(0, 1fr);
        min-height: 154px;
    }

    .spot-grid--explorer .spot-card img {
        min-height: 154px;
    }

    .spot-grid--explorer .spot-card-body {
        padding: 12px;
    }

    .spot-grid--explorer .spot-card h2 {
        font-size: 16px;
    }

    .spot-grid--explorer .spot-card p {
        font-size: 12px;
    }

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

    .guide-card {
        display: grid;
        grid-template-columns: 112px minmax(0, 1fr);
        align-items: stretch;
    }

    .guide-card > div {
        align-self: center;
        padding: 18px 16px;
    }

    .guide-portrait--card {
        width: 112px;
        height: 100%;
        min-height: 164px;
        border-right: 1px solid color-mix(in srgb, var(--guide-accent) 22%, var(--line));
        border-bottom: 0;
    }

    .guide-portrait--card > img {
        height: 124%;
    }

    .field-note,
    .guide-comment {
        padding: 20px;
        border-radius: 20px;
    }

    .guide-comment-person {
        align-items: center;
    }

    .guide-portrait--comment {
        width: 94px;
        height: 118px;
    }

    .guide-speech {
        margin: 14px 0 0;
    }

    .guide-speech::before {
        top: -9px;
        left: 36px;
        border: 1px solid transparent;
        border-top-color: color-mix(in srgb, var(--guide-accent) 32%, var(--line));
        border-left-color: color-mix(in srgb, var(--guide-accent) 32%, var(--line));
    }
}
