/* ==========================================================================
   LIVE JAPAN — Japan Museum Guide: shared design system
   Used by: top/index.html, tokyo-grutto-pass/**/index.html
   Mondrian-grid visual language — flat rectangles only, no curves anywhere.
   ========================================================================== */
:root {
    --ink: #111111;
    --ink-soft: #34322c;
    --bg: #F7F4EB;
    --card-bg: #ffffff;
    --border: #111111;
    --track: #E6E1D0;

    --red: #D5001F;
    --red-dark: #970015;
    --red-soft: #FBE1E2;
    --blue: #0033A0;
    --blue-dark: #001F63;
    --blue-soft: #DEE7F8;
    --yellow: #FFCC00;
    --yellow-dark: #6B4E00;
    --yellow-soft: #FFF2BF;

    --accent: var(--red);
    --accent-dark: var(--red-dark);
    --accent-soft: var(--red-soft);
}
* { box-sizing: border-box; }
body { font-family: 'Inter', 'Hiragino Kaku Gothic ProN', sans-serif; background: var(--bg); color: var(--ink-soft); margin: 0; }
.display { font-family: 'Archivo Black', 'Inter', sans-serif; }
a { color: var(--accent); }
img { max-width: 100%; display: block; }
.wrap { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
.wrap-narrow { max-width: 800px; margin: 0 auto; padding: 0 24px; }

.eyebrow-tag { display: inline-flex; align-items: center; gap: 6px; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; padding: 5px 12px; border-radius: 20px; color: var(--ink); }
.tag-pink  { background: var(--accent-soft); color: var(--accent-dark); }
.tag-yellow{ background: var(--yellow-soft); color: var(--yellow-dark); }
.tag-teal  { background: var(--blue-soft); color: var(--blue-dark); }

header { padding: 0 50px; display: flex; align-items: center; justify-content: space-between; height: 72px; background: var(--bg); border-bottom: 3px solid var(--ink); position: sticky; top: 0; z-index: 30; }
header .logo a { display: block; width: 114px; }
.breadcrumb { font-size: 0.74rem; color: var(--ink-soft); padding: 14px 0 0; }
.breadcrumb a { color: var(--ink-soft); text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb span.sep { margin: 0 6px; color: #b6b0a2; }

.btn-solid { display: inline-block; background: var(--ink); color: #fff !important; text-decoration: none; font-weight: 800; font-size: 0.8rem; padding: 10px 18px; border-radius: 30px; white-space: nowrap; }
.btn-solid:hover { background: var(--accent); }
.btn-outline { display: inline-block; background: transparent; border: 2px solid var(--ink); color: var(--ink) !important; text-decoration: none; font-weight: 800; font-size: 0.8rem; padding: 9px 18px; border-radius: 30px; }
.btn-outline:hover { background: var(--ink); color: #fff !important; }

/* ---------- Article hero ---------- */
section.hero-article { padding: 30px 0 40px; border-bottom: 6px solid var(--ink); }
.hero-meta { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; margin-bottom: 14px; }
h1.hero-title { font-size: 2.25rem; line-height: 1.12; color: var(--ink); margin: 12px 0 16px; letter-spacing: -0.01em; }
h1.hero-title .hl { color: var(--accent); }
.hero-sub { font-size: 1.02rem; line-height: 1.65; margin: 0 0 22px; }
.hero-photo-wrap { position: relative; border: 3px solid var(--ink); margin-bottom: 10px; }
.hero-photo-wrap img { width: 100%; height: 340px; object-fit: cover; }
.hero-photo-credit { font-size: 0.66rem; color: #a49f92; margin: 0 0 22px; }
.hero-cta-row { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.hero-price-badge { display: inline-flex; align-items: baseline; gap: 6px; background: var(--yellow-soft); border: 2px solid var(--ink); padding: 8px 14px; font-weight: 800; color: var(--ink); font-size: 0.86rem; }
.hero-price-badge b { font-family: 'Archivo Black', sans-serif; font-size: 1.05rem; }

/* ---------- Author box ---------- */
.author-box { display: flex; gap: 14px; align-items: center; background: var(--card-bg); border: 2px solid var(--ink); border-left: 4px solid var(--red); border-bottom: 4px solid var(--red); padding: 14px 18px; margin: 18px 0 0; }
.author-avatar { width: 52px; height: 52px; flex-shrink: 0; border-radius: 50% !important; background: var(--ink); color: #fff; display: flex; align-items: center; justify-content: center; font-family: 'Archivo Black', sans-serif; font-size: 1.3rem; }
.author-box .a-name { font-weight: 800; color: var(--ink); font-size: 0.92rem; }
.author-box .a-role { font-size: 0.76rem; color: var(--ink-soft); line-height: 1.5; }
.author-box .a-role a { color: var(--accent-dark); }

/* ---------- Section shell ---------- */
section.block { padding: 52px 0; border-bottom: 3px solid var(--ink); }
section.block:last-of-type { border-bottom: none; }
.block-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 26px; flex-wrap: wrap; gap: 10px; }
.block-head h2 { font-size: 1.55rem; color: var(--ink); margin: 6px 0 0; }
.block-head p { color: var(--ink-soft); font-size: 0.88rem; margin: 0; }
.prose { font-size: 0.95rem; line-height: 1.75; }
.prose h3 { font-size: 1.1rem; color: var(--ink); margin: 24px 0 10px; }
.prose p { margin: 0 0 16px; }
.prose ul, .prose ol { margin: 0 0 16px; padding-left: 22px; line-height: 1.75; }
.prose li { margin-bottom: 6px; }
.prose strong { color: var(--ink); }

/* ---------- Quick-facts panel ---------- */
.facts-panel { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 0; border: 2px solid var(--ink); background: var(--card-bg); margin-bottom: 10px; }
.facts-item { padding: 16px 18px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.facts-item:nth-last-child(-n+99) { border-bottom: none; }
.facts-item .f-label { font-size: 0.66rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.04em; color: var(--ink-soft); margin-bottom: 4px; }
.facts-item .f-value { font-size: 0.9rem; font-weight: 700; color: var(--ink); line-height: 1.4; }
.facts-item .f-value a { color: var(--accent-dark); }

/* ---------- Ticket option cards ---------- */
.ticket-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; margin-bottom: 8px; }
.ticket-card { border: 2px solid var(--ink); background: var(--card-bg); padding: 20px 22px; display: flex; flex-direction: column; }
.ticket-card.featured { border-left: 4px solid var(--red); border-bottom: 4px solid var(--red); }
.ticket-card .t-eyebrow { font-size: 0.66rem; font-weight: 800; text-transform: uppercase; color: var(--accent-dark); margin-bottom: 8px; }
.ticket-card .t-title { font-weight: 800; color: var(--ink); font-size: 1rem; margin-bottom: 8px; }
.ticket-card .t-desc { font-size: 0.84rem; line-height: 1.6; color: var(--ink-soft); margin-bottom: 14px; flex: 1; }
.ticket-card .t-price { font-size: 0.8rem; color: var(--ink-soft); margin-bottom: 12px; }
.ticket-card .t-price b { color: var(--ink); font-size: 1rem; }

/* ---------- Verdict / good-bad boxes ---------- */
.verdict-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 22px 0 8px; }
.verdict-box { border: 2px solid var(--ink); padding: 20px 22px; background: var(--card-bg); }
.verdict-box.good { border-left: 4px solid var(--blue); border-bottom: 4px solid var(--blue); }
.verdict-box.bad { border-left: 4px solid var(--red); border-bottom: 4px solid var(--red); }
.verdict-box h4 { margin: 0 0 10px; font-size: 0.95rem; color: var(--ink); font-family: 'Archivo Black', sans-serif; }
.verdict-box ul { margin: 0; padding-left: 20px; font-size: 0.86rem; line-height: 1.7; }
.verdict-box li { margin-bottom: 6px; }

/* ---------- Guide grid (internal link tiles) ---------- */
.guide-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 14px; }
.guide-tile { border: 2px solid var(--ink); background: var(--card-bg); text-decoration: none; display: block; padding: 16px 18px; }
.guide-tile:hover { border-color: var(--accent); }
.guide-tile .g-eyebrow { font-size: 0.66rem; font-weight: 800; text-transform: uppercase; color: var(--accent-dark); margin-bottom: 6px; display: block; }
.guide-tile .g-title { font-weight: 800; color: var(--ink); font-size: 0.94rem; line-height: 1.3; margin-bottom: 6px; }
.guide-tile .g-desc { font-size: 0.78rem; color: var(--ink-soft); line-height: 1.5; }

/* ---------- FAQ ---------- */
.faq-list { border: 2px solid var(--ink); border-left: 4px solid var(--red); border-bottom: 4px solid var(--red); padding: 6px 24px; }
.faq-item { border-bottom: 1px solid var(--border); padding: 18px 0; }
.faq-item:last-child { border-bottom: none; }
.faq-q { font-weight: 800; color: var(--ink); font-size: 0.98rem; margin-bottom: 6px; }
.faq-a { color: var(--ink-soft); font-size: 0.88rem; line-height: 1.6; }

/* ---------- Trust ---------- */
section.trust { background: var(--ink); border-bottom: none; }
section.trust .block-head h2, section.trust .block-head p { color: #fff; }
section.trust .block-head p { color: #c8c5c0; }
.trust-box { border: 2px solid rgba(255,255,255,0.3); border-left: 4px solid var(--blue); border-bottom: 4px solid var(--blue); padding: 20px 24px; }
.trust-box p { color: #c8c5c0; font-size: 0.86rem; line-height: 1.7; margin: 0; }
.trust-box ul { margin: 0; padding-left: 20px; color: #c8c5c0; font-size: 0.86rem; line-height: 1.8; }
.trust-box li { margin-bottom: 8px; }
.trust-box li:last-child { margin-bottom: 0; }
.trust-box strong { color: #fff; }
.trust-box a { color: var(--yellow); text-decoration: underline; }
.trust-box a:hover { color: #fff; }

/* ---------- Footer ---------- */
.footer-band { display: flex; height: 6px; }
.footer-band span { flex: 1; }
.footer-band span:nth-child(1) { background: var(--red); }
.footer-band span:nth-child(2) { background: var(--blue); }
.footer-band span:nth-child(3) { background: var(--yellow); }
footer.site-footer { background: var(--ink); color: #cbd5e1; padding: 40px 0 24px; font-size: 0.82rem; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 24px; margin-bottom: 28px; }
.footer-col h3 { color: #fff; font-size: 0.82rem; margin: 0 0 10px; font-family: 'Archivo Black', sans-serif; }
.footer-col a { display: block; color: #cbd5e1; text-decoration: none; margin-bottom: 6px; }
.footer-col a:hover { color: var(--accent); }
.footer-bottom { border-top: 1px solid #33333c; padding-top: 18px; font-size: 0.74rem; color: #8a8790; }

/* ---------- Misc table ---------- */
table.cost-table { width: 100%; border-collapse: collapse; font-size: 0.86rem; margin: 18px 0 8px; }
table.cost-table th, table.cost-table td { border: 1px solid var(--border); padding: 9px 12px; text-align: left; }
table.cost-table th { background: var(--ink); color: #fff; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.03em; }
table.cost-table tr:nth-child(even) td { background: #F0ECDE; }
table.cost-table td.num { text-align: right; font-variant-numeric: tabular-nums; }
.table-note { font-size: 0.72rem; color: #a49f92; margin: 6px 0 20px; }

/* ---------- Itinerary / model-course timeline ---------- */
.timeline { display: flex; flex-direction: column; gap: 0; }
.stop-card { display: grid; grid-template-columns: 90px 1fr; gap: 22px; padding: 26px 0; border-bottom: 1px solid var(--border); }
.stop-card:first-child { padding-top: 0; }
.stop-card:last-child { border-bottom: none; }
.stop-time { text-align: right; }
.stop-time .s-clock { font-family: 'Archivo Black', sans-serif; font-size: 1rem; color: var(--ink); line-height: 1.2; }
.stop-time .s-num { display: inline-block; margin-top: 6px; background: var(--ink); color: #fff; font-size: 0.66rem; font-weight: 800; padding: 2px 7px; }
.stop-photo-pending { width: 100%; height: 200px; background: repeating-linear-gradient(135deg, var(--card-bg), var(--card-bg) 10px, var(--track) 10px, var(--track) 20px); border: 2px dashed var(--ink); display: flex; align-items: center; justify-content: center; text-align: center; padding: 16px; margin-bottom: 14px; }
.stop-photo-pending span { font-size: 0.72rem; font-weight: 700; color: var(--ink-soft); text-transform: uppercase; letter-spacing: 0.04em; }
.stop-title { font-family: 'Archivo Black', sans-serif; font-size: 1.15rem; color: var(--ink); margin-bottom: 6px; }
.stop-title a { color: var(--ink); text-decoration: none; }
.stop-title a:hover { color: var(--accent); }
.stop-meta { display: flex; gap: 14px; flex-wrap: wrap; font-size: 0.76rem; color: var(--ink-soft); margin-bottom: 10px; }
.stop-meta span { display: inline-flex; align-items: center; gap: 4px; }
.stop-desc { font-size: 0.9rem; line-height: 1.7; margin-bottom: 10px; }
.stop-tip { font-size: 0.82rem; background: var(--yellow-soft); border-left: 3px solid var(--yellow-dark); padding: 8px 12px; line-height: 1.6; }
.stop-tip b { color: var(--ink); }
.stop-link-row { margin-top: 10px; display: flex; gap: 14px; flex-wrap: wrap; }
.stop-link-row a { font-size: 0.78rem; font-weight: 700; text-decoration: none; }
.skip-note { font-size: 0.78rem; color: var(--ink-soft); font-style: italic; margin-top: 8px; }

@media (max-width: 860px) {
    .stop-card { grid-template-columns: 1fr; gap: 10px; }
    .stop-time { text-align: left; display: flex; align-items: center; gap: 10px; }

    h1.hero-title { font-size: 1.6rem; }
    .verdict-grid { grid-template-columns: 1fr; }
    .hero-photo-wrap img { height: 200px; }
    .facts-panel { grid-template-columns: 1fr 1fr; }
}
*, *::before, *::after { border-radius: 0 !important; }

/* =========================================================
   Article layout add-ons — matches the existing site's
   ghibli-museum-guide / tokyo-museums article conventions
   (sticky "On This Page" TOC + floating primary CTA).
   ========================================================= */
html { scroll-padding-top: 40px; }

/* ---------- Breadcrumb (ol/li variant used site-wide) ---------- */
.breadcrumb-ol { padding-top: 16px; padding-bottom: 16px; border-bottom: 1px solid var(--border); }
.breadcrumb-ol ol { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 6px; font-size: 0.76rem; font-weight: 700; }
.breadcrumb-ol li { display: flex; align-items: center; gap: 6px; }
.breadcrumb-ol li:not(:last-child)::after { content: "/"; color: #b9b3a4; margin-left: 6px; }
.breadcrumb-ol a { color: var(--ink-soft); text-decoration: none; }
.breadcrumb-ol a:hover { color: var(--accent); }
.breadcrumb-ol li[aria-current] { color: var(--ink); }

/* ---------- Floating primary CTA group (price badge + button together) ---------- */
.hero-cta-row-spacer { display: none; }
.hero-cta-row.is-floating { position: fixed; z-index: 25; margin: 0; }
.hero-cta-row.is-floating + .hero-cta-row-spacer { display: block; }
@media (max-width: 760px) {
    .hero-cta-row.is-floating { position: static !important; width: auto !important; }
}

/* ---------- On This Page (TOC) + article body two-column layout ---------- */
.article-layout { display: grid; grid-template-columns: 220px 1fr; gap: 40px; align-items: start; }
.article-layout > * { min-width: 0; }
.toc { border: 2px solid var(--ink); border-left: 4px solid var(--yellow); border-bottom: 4px solid var(--yellow); background: var(--card-bg); padding: 18px 22px; margin-bottom: 0; position: sticky; top: 96px; }
.toc h2 { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--ink); margin: 0 0 10px; }
.toc ol { margin: 0; padding-left: 18px; font-size: 0.86rem; line-height: 1.9; }
.toc a { color: var(--ink-soft); text-decoration: none; font-weight: 700; }
.toc a:hover { color: var(--accent); }
.article-body { display: flex; flex-direction: column; }
.block-inner { padding-bottom: 48px; margin-bottom: 48px; border-bottom: 3px solid var(--ink); }
.block-inner:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.block-inner[id] { scroll-margin-top: 40px; }
@media (max-width: 760px) {
    .article-layout { grid-template-columns: 1fr; gap: 20px; }
    .toc { position: static; }
    .toc ol { display: flex; flex-wrap: wrap; gap: 6px 16px; padding-left: 0; list-style: none; }
}

/* ---------- Sticky mobile book bar (persistent CTA on small screens) ---------- */
.sticky-book-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; background: var(--ink); border-top: 3px solid var(--accent); padding: 12px 20px; display: none; align-items: center; justify-content: space-between; gap: 12px; }
.sticky-book-bar .sb-price { color: #fff; font-size: 0.8rem; }
.sticky-book-bar .sb-price strong { color: var(--yellow); font-family: 'Archivo Black', sans-serif; font-size: 1rem; display: block; }
@media (max-width: 760px) {
    .sticky-book-bar { display: flex; padding: 12px 16px; }
    body.has-sticky-bar { padding-bottom: 70px; }
    .mondrian-fab.has-sticky-bar-offset { bottom: 86px; }
    .sticky-book-bar #stickyCta { width: auto; max-width: 60%; flex: 1 1 auto; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
}

/* ---------- Back-to-top FAB (De Stijl diamond) ---------- */
.mondrian-fab { position: fixed; right: 24px; bottom: 24px; width: 62px; height: 62px; padding: 0; border: none; background: transparent; cursor: pointer; z-index: 999; opacity: 0; transform: translateY(14px); pointer-events: none; transition: opacity .3s ease, transform .3s ease; }
.mondrian-fab.is-visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.mondrian-fab:focus-visible { outline: 3px solid var(--red); outline-offset: 6px; }
.fab-art { width: 100%; height: 100%; display: block; filter: drop-shadow(3px 4px 0 rgba(17,17,17,0.22)); transition: transform .2s ease, filter .2s ease; }
.mondrian-fab:hover .fab-art { transform: scale(1.06); filter: drop-shadow(4px 6px 3px rgba(17,17,17,0.3)); }
.fab-border { stroke: var(--ink); }

/* ---------- Hub card (used on cluster index pages like tokyo-museums/index.html) ---------- */
.hub-card { display: grid; grid-template-columns: 280px 1fr; gap: 24px; align-items: stretch; border: 2px solid var(--ink); background: var(--card-bg); padding: 22px; margin-bottom: 20px; }
.hub-photo { border: 1px solid var(--border); overflow: hidden; }
.hub-photo img { width: 100%; height: 170px; object-fit: cover; }
.hub-body h3 { margin: 0 0 8px; font-size: 1.2rem; color: var(--ink); }
.hub-body .hub-meta { font-size: 0.7rem; font-weight: 800; color: var(--accent-dark); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 8px; }
.hub-body p { font-size: 0.9rem; line-height: 1.7; margin: 0 0 14px; }
@media (max-width: 760px) { .hub-card { grid-template-columns: 1fr; } .hub-photo img { height: 200px; } }

/* =========================================================
   Article component set — ported verbatim from the site's
   existing single-article template (ghibli-museum-guide etc.)
   so all pages in this cluster share one component library.
   ========================================================= */

/* ---------- Article hero (photo-right grid) ---------- */
section.article-hero { padding: 40px 0 0; border-bottom: 6px solid var(--ink); }
.article-hero-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 28px; align-items: start; margin-bottom: 30px; }
.article-hero-photo { border: 3px solid var(--ink); overflow: hidden; }
.article-hero-photo img { width: 100%; height: 340px; object-fit: cover; }
.article-hero-photo-empty { width: 100%; height: 340px; display: flex; align-items: center; justify-content: center; background: var(--ink); color: #fff; font-family: 'Archivo Black', sans-serif; font-size: 2.4rem; }
.lightbox-img { cursor: zoom-in; }
.lightbox-img:hover { opacity: 0.88; }
@media (max-width: 760px) {
    .lightbox-hero { cursor: default; }
    .lightbox-hero:hover { opacity: 1; }
}
h1.article-title { font-size: 2.3rem; line-height: 1.1; color: var(--ink); margin: 14px 0 14px; letter-spacing: -0.01em; }
.article-dek { font-size: 1rem; line-height: 1.6; margin-bottom: 20px; }
.article-meta { display: flex; gap: 14px; flex-wrap: wrap; font-size: 0.74rem; color: var(--ink-soft); margin-bottom: 22px; }
.article-cta-row { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }

/* Quick facts strip */
.quick-facts { display: grid; grid-template-columns: repeat(4, 1fr); border: 2px solid var(--ink); background: var(--card-bg); margin-bottom: 34px; }
.qf-item { padding: 16px 18px; border-right: 1px solid var(--border); }
.qf-item:last-child { border-right: none; }
.qf-label { font-size: 0.66rem; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 4px; }
.qf-value { font-family: 'Archivo Black', sans-serif; font-size: 1rem; color: var(--ink); line-height: 1.25; }
.qf-value .accent { color: var(--accent); }
@media (max-width: 760px) {
    .article-hero-grid { grid-template-columns: 1fr; }
    .quick-facts { grid-template-columns: repeat(2, 1fr); }
    .qf-item:nth-child(2) { border-right: none; }
}

/* Article body copy */
.article-body h2 { font-size: 1.5rem; color: var(--ink); margin: 0 0 14px; }
.article-body h2[id] { scroll-margin-top: 40px; }
.article-body h3 { font-size: 1.1rem; color: var(--ink); margin: 22px 0 10px; }
.article-body p { font-size: 0.92rem; line-height: 1.75; margin: 0 0 16px; }
.article-body ul, .article-body ol { font-size: 0.92rem; line-height: 1.75; padding-left: 20px; margin: 0 0 16px; }
.callout { border: 2px solid var(--ink); border-left: 4px solid var(--blue); border-bottom: 4px solid var(--blue); background: var(--blue-soft); padding: 16px 20px; margin: 0 0 24px; }
.callout p { margin: 0; font-size: 0.86rem; }
.callout strong { color: var(--blue-dark); }
.callout.warn { border-left-color: var(--red); background: var(--red-soft); }
.callout.warn strong { color: var(--red-dark); }

/* Price table */
.price-table-wrap { border: 2px solid var(--ink); overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 10px; }
table.price-table { width: 100%; min-width: 460px; border-collapse: collapse; background: var(--card-bg); font-size: 0.86rem; }
table.price-table th, table.price-table td { padding: 12px 16px; text-align: left; border-bottom: 1px solid var(--border); }
table.price-table thead th { background: var(--ink); color: #fff; font-family: 'Archivo Black', sans-serif; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.04em; }
table.price-table tbody tr:last-child td { border-bottom: none; }
table.price-table td.price { font-weight: 800; color: var(--accent); white-space: nowrap; }
table.price-table tbody tr:nth-child(odd) { background: var(--bg); }
table.price-table td a { color: var(--ink); font-weight: 800; text-decoration: none; }
table.price-table td a:hover { color: var(--accent); }

/* Numbered steps */
.steps-list { list-style: none; margin: 0 0 8px; padding: 0; counter-reset: step; }
.steps-list li { position: relative; padding: 4px 0 22px 46px; border-left: 2px solid var(--border); margin-left: 17px; }
.steps-list li:last-child { border-left: 2px solid transparent; padding-bottom: 0; }
.steps-list li::before { counter-increment: step; content: counter(step); position: absolute; left: -17px; top: 0; width: 34px; height: 34px; background: var(--ink); color: #fff; font-family: 'Archivo Black', sans-serif; font-size: 0.9rem; display: flex; align-items: center; justify-content: center; }
.steps-list h3 { margin: 0 0 6px; font-size: 1rem; color: var(--ink); }
.steps-list p { margin: 0; font-size: 0.88rem; line-height: 1.7; }

/* Access / info card */
.info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: stretch; }
.info-card { border: 2px solid var(--ink); background: var(--card-bg); padding: 20px 22px; }
.info-card h3 { margin: 0 0 10px; font-size: 0.95rem; color: var(--ink); }
.info-card dl { margin: 0; font-size: 0.86rem; }
.info-card dt { font-weight: 800; color: var(--ink-soft); margin-top: 10px; }
.info-card dt:first-child { margin-top: 0; }
.info-card dd { margin: 2px 0 0; }
.map-embed { border: 2px solid var(--ink); height: 100%; min-height: 260px; }
.map-embed iframe { width: 100%; height: 100%; border: 0; display: block; }
@media (max-width: 760px) { .info-grid { grid-template-columns: 1fr; } }

/* Related guides (trend-card) */
.trend-list { display: flex; flex-direction: column; gap: 12px; }
.trend-card { display: flex; gap: 12px; align-items: center; border: 1px solid var(--border); padding: 10px; text-decoration: none; background: var(--card-bg); }
.trend-card img { width: 66px; height: 66px; object-fit: cover; flex-shrink: 0; }
.trend-card .trend-photo-empty { width: 66px; height: 66px; flex-shrink: 0; background: var(--ink); color: #fff; display: flex; align-items: center; justify-content: center; font-family: 'Archivo Black', sans-serif; font-size: 1.1rem; }
.trend-tag { display: inline-block; font-size: 0.62rem; font-weight: 800; color: var(--accent-dark); background: var(--accent-soft); padding: 2px 8px; border-radius: 10px; margin-bottom: 6px; }
.trend-title { font-weight: 800; color: var(--ink); font-size: 0.85rem; line-height: 1.35; }
.trend-meta { font-size: 0.7rem; color: var(--ink-soft); margin-top: 4px; }
.related-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 760px) { .related-grid { grid-template-columns: 1fr; } }

/* Lightbox (photo click-to-enlarge) */
.lightbox-overlay { position: fixed; inset: 0; z-index: 1000; background: rgba(17,17,17,0.92); display: none; align-items: center; justify-content: center; padding: 60px 24px; }
.lightbox-overlay.is-open { display: flex; }
.lightbox-figure { position: relative; width: min(1100px, 92vw); }
.lightbox-stage { position: relative; width: 100%; height: min(760px, 82vh); display: flex; align-items: center; justify-content: center; }
.lightbox-stage img { width: 100%; height: 100%; object-fit: contain; border: 3px solid #fff; display: block; background: rgba(255,255,255,0.03); }
.lightbox-caption { color: #cbd5e1; font-size: 0.8rem; text-align: center; margin-top: 12px; }
.lightbox-close { position: absolute; top: -18px; right: -18px; width: 40px; height: 40px; background: var(--red); color: #fff; border: 3px solid #fff; font-family: 'Archivo Black', sans-serif; font-size: 1.1rem; line-height: 1; display: flex; align-items: center; justify-content: center; cursor: pointer; }
.lightbox-close:hover { background: var(--ink); }
.lightbox-counter { color: #8a8790; font-size: 0.72rem; text-align: center; margin-top: 4px; }
@media (max-width: 640px) {
    .lightbox-overlay { padding: 40px 16px; }
    .lightbox-close { top: -14px; right: 0; }
}

/* =========================================================
   Inlined page CSS migrated from: all-guides/index.html
   ========================================================= */
.map-section { margin-bottom: 34px; }
  .map-section h3 { font-family: 'Archivo Black', sans-serif; font-size: 1rem; color: var(--ink); margin: 0 0 12px; display: flex; align-items: center; gap: 8px; }
  .map-list { border: 2px solid var(--ink); background: var(--card-bg); }
  .map-list a { display: flex; justify-content: space-between; align-items: center; padding: 13px 18px; text-decoration: none; color: var(--ink); border-bottom: 1px solid var(--border); font-size: 0.88rem; font-weight: 600; }
  .map-list a:last-child { border-bottom: none; }
  .map-list a:hover { background: var(--accent-soft); color: var(--accent-dark); }
  .map-list a span.tag { font-size: 0.66rem; font-weight: 800; text-transform: uppercase; color: var(--ink-soft); background: var(--track); padding: 3px 8px; }


/* =========================================================
   Inlined page CSS migrated from: ghibli-museum-guide/how-to-book-from-abroad/index.html , ghibli-museum-guide/sold-out-alternative/index.html , kansai-art-museums/adachi-museum-day-trip-from-osaka/index.html (+2 more)
   ========================================================= */
/* =========================================================
       このセクションは top-page-en.html と同一のトークン／基礎コンポーネント。
       サイト全体の一貫性を保つため、値は変更せずそのままで。
       ========================================================= */
    :root {
        --ink: #111111;
        --ink-soft: #34322c;
        --bg: #F7F4EB;
        --card-bg: #ffffff;
        --border: #111111;
        --track: #E6E1D0;

        --red: #D5001F;
        --red-dark: #970015;
        --red-soft: #FBE1E2;
        --blue: #0033A0;
        --blue-dark: #001F63;
        --blue-soft: #DEE7F8;
        --yellow: #FFCC00;
        --yellow-dark: #6B4E00;
        --yellow-soft: #FFF2BF;

        --accent: var(--red);
        --accent-dark: var(--red-dark);
        --accent-soft: var(--red-soft);
        --tag-yellow: var(--yellow);
        --tag-teal: var(--blue);
        --tag-blue: var(--blue);
    }
    * { box-sizing: border-box; }
    html { scroll-padding-top: 40px; overflow-x: hidden; }
    body { font-family: 'Inter', 'Hiragino Kaku Gothic ProN', sans-serif; background: var(--bg); color: var(--ink-soft); margin: 0; }
    #lang_switch { display: none; } /* release: English only for now, language switcher hidden */
    .display { font-family: 'Archivo Black', 'Inter', sans-serif; }
    a { color: var(--accent); }
    img { max-width: 100%; display: block; }
    .wrap { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
    .eyebrow-tag { display: inline-flex; align-items: center; gap: 6px; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; padding: 5px 12px; border-radius: 20px; color: var(--ink); }
    .tag-pink  { background: var(--accent-soft); color: var(--accent-dark); }
    .tag-yellow{ background: var(--yellow-soft); color: var(--yellow-dark); }
    .tag-teal  { background: var(--blue-soft); color: var(--blue-dark); }
    .grid-ref { font-family: 'IBM Plex Mono', monospace; font-size: 0.68rem; font-weight: 700; color: var(--ink-soft); letter-spacing: 0.06em; margin-right: 8px; vertical-align: middle; }

    /* ---------- Header (top-page-en.html と共通) ---------- */
    header { padding: 0 50px; display: flex; align-items: center; justify-content: space-between; height: 72px; background: var(--bg); border-bottom: 3px solid var(--ink); position: sticky; top: 0; z-index: 30; }
    @media (max-width: 760px) { header { padding: 0 24px; } }
    header .logo a { display: block; width: 114px; }
    header .lang:hover { cursor: pointer; }
    header .lang ul { list-style: none; margin: 0; padding: 0; }
    header .lang ul li { position: relative; padding: 22px 8px 2px; border-left: 1px solid #f7bbc2; border-right: 1px solid #f7bbc2; font-size: 12px; display: inline-block; }
    header .lang ul li::before { content: ""; display: block; width: 32px; height: 32px; background-size: 32px 32px; position: absolute; top: -5px; left: 50%; transform: translateX(-50%); background: url(https://livejapan.com/public/operation/coupon/assets/image/ico_lang.webp) no-repeat center/contain; }
    header .lang ul li span { display: inline-block; vertical-align: bottom; color: #f0232d; font-size: 12px; line-height: 1; }
    header .lang ul li form { margin: 0; }
    header .lang ul li form select { width: 100%; height: 100%; position: absolute; top: 0; left: 0; opacity: 0; overflow: hidden; font-size: 15px; text-align: center; }
    header .lang ul li form select:hover { cursor: pointer; }

    .btn-solid { display: inline-block; background: var(--ink); color: #fff !important; text-decoration: none; font-weight: 800; font-size: 0.8rem; padding: 10px 18px; border-radius: 30px; white-space: nowrap; }
    .btn-solid:hover { background: var(--accent); }
    .btn-outline { display: inline-block; background: transparent; border: 2px solid var(--ink); color: var(--ink) !important; text-decoration: none; font-weight: 800; font-size: 0.8rem; padding: 9px 18px; border-radius: 30px; }
    .btn-outline:hover { background: var(--ink); color: #fff !important; }

    /* ---------- Section shell (top-page-en.html と共通) ---------- */
    section.block { padding: 58px 0; border-bottom: 3px solid var(--ink); }
    section.block:last-of-type { border-bottom: none; }
    .block-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 28px; flex-wrap: wrap; gap: 10px; }
    .block-head h2 { font-size: 1.7rem; color: var(--ink); margin: 6px 0 0; }
    .block-head p { color: var(--ink-soft); font-size: 0.88rem; margin: 0; }

    /* ---------- Cluster / trend tiles (top-page-en.html と共通、関連ガイドで再利用) ---------- */
    .cluster-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 190px; gap: 16px; }
    .cluster-tile { position: relative; overflow: hidden; text-decoration: none; display: block; border: 2px solid var(--ink); }
    .cluster-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
    .cluster-tile:hover img { transform: scale(1.06); }
    .cluster-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,20,26,0) 40%, rgba(20,20,26,0.85) 100%); }
    .cluster-info { position: absolute; left: 16px; right: 16px; bottom: 14px; z-index: 2; }
    .cluster-info .c-count { display: inline-block; font-size: 0.66rem; font-weight: 800; color: var(--ink); background: var(--tag-yellow); padding: 3px 9px; border-radius: 12px; margin-bottom: 8px; }
    .cluster-info .c-title { font-family: 'Archivo Black', sans-serif; color: #fff; font-size: 1.05rem; line-height: 1.2; }

    /* ---------- FAQ (top-page-en.html と共通) ---------- */
    .faq-list { border: 2px solid var(--ink); border-left: 4px solid var(--red); border-bottom: 4px solid var(--red); padding: 6px 24px; }
    .faq-item { border-bottom: 1px solid var(--border); padding: 18px 0; }
    .faq-item:last-child { border-bottom: none; }
    .faq-q { font-weight: 800; color: var(--ink); font-size: 0.98rem; margin-bottom: 6px; }
    .faq-a { color: var(--ink-soft); font-size: 0.88rem; line-height: 1.6; }

    /* ---------- Trust (top-page-en.html と共通) ---------- */
    section.trust { background: var(--ink); border-bottom: none; }
    section.trust .block-head h2, section.trust .block-head p { color: #fff; }
    section.trust .block-head p { color: #c8c5c0; }
    section.trust .grid-ref { color: var(--yellow); }
    .trust-box { border: 2px solid rgba(255,255,255,0.3); border-left: 4px solid var(--blue); border-bottom: 4px solid var(--blue); padding: 20px 24px; }
    .trust-box p { color: #c8c5c0; font-size: 0.86rem; line-height: 1.7; margin: 0; }
    .trust-box ul { margin: 0; padding-left: 20px; color: #c8c5c0; font-size: 0.86rem; line-height: 1.8; }
    .trust-box li { margin-bottom: 8px; }
    .trust-box li:last-child { margin-bottom: 0; }
    .trust-box strong { color: #fff; }
    .trust-box a { color: var(--yellow); text-decoration: underline; }
    .trust-box a:hover { color: #fff; }

    /* ---------- Footer (top-page-en.html と共通) ---------- */
    .footer-band { display: flex; height: 6px; }
    .footer-band span { flex: 1; }
    .footer-band span:nth-child(1) { background: var(--red); }
    .footer-band span:nth-child(2) { background: var(--blue); }
    .footer-band span:nth-child(3) { background: var(--yellow); }
    footer.site-footer { background: var(--ink); color: #cbd5e1; padding: 40px 0 24px; font-size: 0.82rem; }
    .footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 24px; margin-bottom: 28px; }
    .footer-col h3 { color: #fff; font-size: 0.82rem; margin: 0 0 10px; font-family: 'Archivo Black', sans-serif; }
    .footer-col a { display: block; color: #cbd5e1; text-decoration: none; margin-bottom: 6px; }
    .footer-col a:hover { color: var(--accent); }
    .footer-bottom { border-top: 1px solid #33333c; padding-top: 18px; font-size: 0.74rem; color: #8a8790; }

    /* ---------- Back-to-top FAB: オリジナルのデ・ステイル風菱形コンポジション ---------- */
    .mondrian-fab { position: fixed; right: 24px; bottom: 24px; width: 62px; height: 62px; padding: 0; border: none; background: transparent; cursor: pointer; z-index: 999; opacity: 0; transform: translateY(14px); pointer-events: none; transition: opacity .3s ease, transform .3s ease; }
    .mondrian-fab.is-visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
    .mondrian-fab:focus-visible { outline: 3px solid var(--red); outline-offset: 6px; }
    .fab-art { width: 100%; height: 100%; display: block; filter: drop-shadow(3px 4px 0 rgba(17,17,17,0.22)); transition: transform .2s ease, filter .2s ease; }
    .mondrian-fab:hover .fab-art { transform: scale(1.06); filter: drop-shadow(4px 6px 3px rgba(17,17,17,0.3)); }
    .fab-border { stroke: var(--ink); }

    /* =========================================================
       ここから下層ページ（記事）専用の新規コンポーネント。
       色・罫線・角丸なし等のルールは top-page-en.html のトークンをそのまま継承。
       ========================================================= */

    /* ---------- Breadcrumb ---------- */
    .breadcrumb { padding-top: 16px; padding-bottom: 16px; border-bottom: 1px solid var(--border); }
    .breadcrumb ol { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 6px; font-size: 0.76rem; font-weight: 700; }
    .breadcrumb li { display: flex; align-items: center; gap: 6px; }
    .breadcrumb li:not(:last-child)::after { content: "/"; color: #b9b3a4; margin-left: 6px; }
    .breadcrumb a { color: var(--ink-soft); text-decoration: none; }
    .breadcrumb a:hover { color: var(--accent); }
    .breadcrumb li[aria-current] { color: var(--ink); }

    /* ---------- Article hero ---------- */
    section.article-hero { padding: 40px 0 0; border-bottom: 6px solid var(--ink); }
    .article-hero-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 28px; align-items: start; margin-bottom: 30px; }
    .article-hero-photo { border: 3px solid var(--ink); overflow: hidden; }
    .article-hero-photo img { width: 100%; height: 340px; object-fit: cover; }
    .lightbox-img { cursor: zoom-in; }
    .lightbox-img:hover { opacity: 0.88; }
    @media (max-width: 760px) {
        .lightbox-hero { cursor: default; }
        .lightbox-hero:hover { opacity: 1; }
    }
    h1.article-title { font-size: 2.3rem; line-height: 1.1; color: var(--ink); margin: 14px 0 14px; letter-spacing: -0.01em; }
    .article-dek { font-size: 1rem; line-height: 1.6; margin-bottom: 20px; max-width: 480px; }
    .article-meta { display: flex; gap: 14px; flex-wrap: wrap; font-size: 0.74rem; color: var(--ink-soft); margin-bottom: 22px; }
    .article-cta-row { display: flex; gap: 12px; flex-wrap: wrap; }
    .cta-solid-slot { display: inline-block; }
    #primaryKlookCta { width: 220px; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding: 10px 14px; font-size: 0.76rem; }
    #primaryKlookCta.is-floating { position: fixed; z-index: 25; margin: 0; }
    @media (max-width: 760px) {
        #primaryKlookCta.is-floating { position: static !important; }
    }

    /* Quick facts strip: 価格・所要時間・アクセスなどを一覧できる帯 */
    .quick-facts { display: grid; grid-template-columns: repeat(4, 1fr); border: 2px solid var(--ink); background: var(--card-bg); margin-bottom: 34px; }
    .qf-item { padding: 16px 18px; border-right: 1px solid var(--border); }
    .qf-item:last-child { border-right: none; }
    .qf-label { font-size: 0.66rem; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 4px; }
    .qf-value { font-family: 'Archivo Black', sans-serif; font-size: 1rem; color: var(--ink); line-height: 1.25; }
    .qf-value .accent { color: var(--accent); }
    @media (max-width: 760px) {
        .article-hero-grid { grid-template-columns: 1fr; }
        .quick-facts { grid-template-columns: repeat(2, 1fr); }
        .qf-item:nth-child(2) { border-right: none; }
    }

    /* ---------- On this page (TOC) ---------- */
    .article-layout { display: grid; grid-template-columns: 220px 1fr; gap: 40px; align-items: start; }
    .article-layout > * { min-width: 0; }
    .toc { border: 2px solid var(--ink); border-left: 4px solid var(--yellow); border-bottom: 4px solid var(--yellow); background: var(--card-bg); padding: 18px 22px; margin-bottom: 0; position: sticky; top: 96px; }
    .toc h2 { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--ink); margin: 0 0 10px; }
    .toc ol { margin: 0; padding-left: 18px; font-size: 0.86rem; line-height: 1.9; }
    .toc a { color: var(--ink-soft); text-decoration: none; font-weight: 700; }
    .toc a:hover { color: var(--accent); }
    @media (max-width: 760px) {
        .article-layout { grid-template-columns: 1fr; gap: 20px; }
        .toc { position: static; }
        .toc ol { display: flex; flex-wrap: wrap; gap: 6px 16px; padding-left: 0; list-style: none; }
    }

    /* ---------- Article body copy ---------- */
    .article-body h2 { font-size: 1.5rem; color: var(--ink); margin: 0 0 14px; }
    .article-body h2[id] { scroll-margin-top: 40px; }
    section[id] { scroll-margin-top: 40px; }
    .article-body h3 { font-size: 1.1rem; color: var(--ink); margin: 22px 0 10px; }
    .article-body p { font-size: 0.92rem; line-height: 1.75; margin: 0 0 16px; }
    .article-body ul, .article-body ol { font-size: 0.92rem; line-height: 1.75; padding-left: 20px; margin: 0 0 16px; }
    .callout { border: 2px solid var(--ink); border-left: 4px solid var(--blue); border-bottom: 4px solid var(--blue); background: var(--blue-soft); padding: 16px 20px; margin: 0 0 24px; }
    .callout p { margin: 0; font-size: 0.86rem; }
    .callout strong { color: var(--blue-dark); }

    /* ---------- Price table ---------- */
    .price-table-wrap { border: 2px solid var(--ink); overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 10px; }
    table.price-table { width: 100%; min-width: 460px; border-collapse: collapse; background: var(--card-bg); font-size: 0.86rem; }
    table.price-table th, table.price-table td { padding: 12px 16px; text-align: left; border-bottom: 1px solid var(--border); }
    table.price-table thead th { background: var(--ink); color: #fff; font-family: 'Archivo Black', sans-serif; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.04em; }
    table.price-table tbody tr:last-child td { border-bottom: none; }
    table.price-table td.price { font-weight: 800; color: var(--accent); white-space: nowrap; }
    table.price-table tbody tr:nth-child(odd) { background: var(--bg); }

    /* ---------- Numbered steps (how to book) ---------- */
    .steps-list { list-style: none; margin: 0 0 8px; padding: 0; counter-reset: step; }
    .steps-list li { position: relative; padding: 4px 0 22px 46px; border-left: 2px solid var(--border); margin-left: 17px; }
    .steps-list li:last-child { border-left: 2px solid transparent; padding-bottom: 0; }
    .steps-list li::before { counter-increment: step; content: counter(step); position: absolute; left: -17px; top: 0; width: 34px; height: 34px; background: var(--ink); color: #fff; font-family: 'Archivo Black', sans-serif; font-size: 0.9rem; display: flex; align-items: center; justify-content: center; }
    .steps-list h3 { margin: 0 0 6px; font-size: 1rem; color: var(--ink); }
    .steps-list p { margin: 0; font-size: 0.88rem; line-height: 1.7; }

    /* ---------- Access / info card ---------- */
    .info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: stretch; }
    .info-card { border: 2px solid var(--ink); background: var(--card-bg); padding: 20px 22px; }
    .info-card h3 { margin: 0 0 10px; font-size: 0.95rem; color: var(--ink); }
    .info-card dl { margin: 0; font-size: 0.86rem; }
    .info-card dt { font-weight: 800; color: var(--ink-soft); margin-top: 10px; }
    .info-card dt:first-child { margin-top: 0; }
    .info-card dd { margin: 2px 0 0; }
    .map-embed { border: 2px solid var(--ink); height: 100%; min-height: 260px; }
    .map-embed iframe { width: 100%; height: 100%; border: 0; display: block; }
    @media (max-width: 760px) { .info-grid { grid-template-columns: 1fr; } }

    /* ---------- Photo gallery ---------- */
    .gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
    .gallery-grid img { width: 100%; height: 150px; object-fit: cover; border: 1px solid var(--border); }
    @media (max-width: 760px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); } }

    /* ---------- Lightbox (photo click-to-enlarge) ---------- */
    .lightbox-overlay {
        position: fixed; inset: 0; z-index: 1000;
        background: rgba(17,17,17,0.92);
        display: none;
        align-items: center; justify-content: center;
        padding: 60px 24px;
    }
    .lightbox-overlay.is-open { display: flex; }
    .lightbox-figure { position: relative; width: min(1100px, 92vw); }
    .lightbox-stage { position: relative; width: 100%; height: min(760px, 82vh); display: flex; align-items: center; justify-content: center; }
    .lightbox-stage img { width: 100%; height: 100%; object-fit: contain; border: 3px solid #fff; display: block; background: rgba(255,255,255,0.03); }
    .lightbox-caption { color: #cbd5e1; font-size: 0.8rem; text-align: center; margin-top: 12px; }
    .lightbox-close {
        position: absolute; top: -18px; right: -18px;
        width: 40px; height: 40px;
        background: var(--red); color: #fff; border: 3px solid #fff;
        font-family: 'Archivo Black', sans-serif; font-size: 1.1rem; line-height: 1;
        display: flex; align-items: center; justify-content: center;
        cursor: pointer;
    }
    .lightbox-close:hover { background: var(--ink); }
    .lightbox-nav {
        position: absolute; top: 50%; transform: translateY(-50%);
        width: 44px; height: 44px;
        background: var(--ink); color: #fff; border: 3px solid #fff;
        font-family: 'Archivo Black', sans-serif; font-size: 1.2rem; line-height: 1;
        display: flex; align-items: center; justify-content: center;
        cursor: pointer; z-index: 2;
    }
    .lightbox-nav:hover { background: var(--accent); }
    .lightbox-nav.prev { left: -20px; }
    .lightbox-nav.next { right: -20px; }
    .lightbox-overlay:not(.has-multiple) .lightbox-nav { display: none; }
    .lightbox-counter { color: #8a8790; font-size: 0.72rem; text-align: center; margin-top: 4px; }
    @media (max-width: 640px) {
        .lightbox-overlay { padding: 40px 16px; }
        .lightbox-close { top: -14px; right: 0; }
        .lightbox-nav { width: 36px; height: 36px; }
        .lightbox-nav.prev { left: -8px; }
        .lightbox-nav.next { right: -8px; }
    }

    /* ---------- Related guides (trend-card 流用) ---------- */
    .trend-list { display: flex; flex-direction: column; gap: 12px; }
    .trend-card { display: flex; gap: 12px; align-items: center; border: 1px solid var(--border); padding: 10px; text-decoration: none; background: var(--card-bg); }
    .trend-card img { width: 66px; height: 66px; object-fit: cover; flex-shrink: 0; }
    .trend-tag { display: inline-block; font-size: 0.62rem; font-weight: 800; color: var(--accent-dark); background: var(--accent-soft); padding: 2px 8px; border-radius: 10px; margin-bottom: 6px; }
    .trend-title { font-weight: 800; color: var(--ink); font-size: 0.85rem; line-height: 1.35; }
    .trend-meta { font-size: 0.7rem; color: var(--ink-soft); margin-top: 4px; }
    .related-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
    @media (max-width: 760px) { .related-grid { grid-template-columns: 1fr; } }

    /* ---------- Sticky mobile book bar ---------- */
    .sticky-book-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; background: var(--ink); border-top: 3px solid var(--accent); padding: 12px 20px; display: none; align-items: center; justify-content: space-between; gap: 12px; }
    .sticky-book-bar .sb-price { color: #fff; font-size: 0.8rem; }
    .sticky-book-bar .sb-price strong { color: var(--yellow); font-family: 'Archivo Black', sans-serif; font-size: 1rem; display: block; }
    @media (max-width: 760px) {
        .sticky-book-bar { display: flex; padding: 12px 16px; }
        body { padding-bottom: 70px; }
        .mondrian-fab { bottom: 86px; }
        .sticky-book-bar .sb-price { flex-shrink: 0; font-size: 0.72rem; }
        .sticky-book-bar #stickyKlookCta {
            width: auto; max-width: 60%; flex: 1 1 auto; min-width: 0;
            overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
        }
    }

    *, *::before, *::after { border-radius: 0 !important; }

    .cta-select {
        display: inline-block; appearance: none; -webkit-appearance: none; -moz-appearance: none;
        background-color: var(--ink); color: #fff !important; font-weight: 800; font-size: 0.8rem;
        border: none; padding: 10px 32px 10px 14px; border-radius: 30px; cursor: pointer; white-space: nowrap; font-size: 0.76rem;
        width: 220px; overflow: hidden; text-overflow: ellipsis;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23fff' stroke-width='1.6' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat; background-position: right 16px center;
    }
    .cta-select:hover { background-color: var(--accent); }
    .cta-select option { color: var(--ink); background: #fff; }


/* =========================================================
   Inlined page CSS migrated from: ghibli-museum-guide/index.html , tokyo-museums/teamlab-borderless-tickets/index.html
   ========================================================= */
/* =========================================================
       このセクションは top-page-en.html と同一のトークン／基礎コンポーネント。
       サイト全体の一貫性を保つため、値は変更せずそのままで。
       ========================================================= */
    :root {
        --ink: #111111;
        --ink-soft: #34322c;
        --bg: #F7F4EB;
        --card-bg: #ffffff;
        --border: #111111;
        --track: #E6E1D0;

        --red: #D5001F;
        --red-dark: #970015;
        --red-soft: #FBE1E2;
        --blue: #0033A0;
        --blue-dark: #001F63;
        --blue-soft: #DEE7F8;
        --yellow: #FFCC00;
        --yellow-dark: #6B4E00;
        --yellow-soft: #FFF2BF;

        --accent: var(--red);
        --accent-dark: var(--red-dark);
        --accent-soft: var(--red-soft);
        --tag-yellow: var(--yellow);
        --tag-teal: var(--blue);
        --tag-blue: var(--blue);
    }
    * { box-sizing: border-box; }
    html { scroll-padding-top: 40px; overflow-x: hidden; }
    body { font-family: 'Inter', 'Hiragino Kaku Gothic ProN', sans-serif; background: var(--bg); color: var(--ink-soft); margin: 0; }
    #lang_switch { display: none; } /* release: English only for now, language switcher hidden */
    .display { font-family: 'Archivo Black', 'Inter', sans-serif; }
    a { color: var(--accent); }
    img { max-width: 100%; display: block; }
    .wrap { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
    .eyebrow-tag { display: inline-flex; align-items: center; gap: 6px; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; padding: 5px 12px; border-radius: 20px; color: var(--ink); }
    .tag-pink  { background: var(--accent-soft); color: var(--accent-dark); }
    .tag-yellow{ background: var(--yellow-soft); color: var(--yellow-dark); }
    .tag-teal  { background: var(--blue-soft); color: var(--blue-dark); }
    .grid-ref { font-family: 'IBM Plex Mono', monospace; font-size: 0.68rem; font-weight: 700; color: var(--ink-soft); letter-spacing: 0.06em; margin-right: 8px; vertical-align: middle; }

    /* ---------- Header (top-page-en.html と共通) ---------- */
    header { padding: 0 50px; display: flex; align-items: center; justify-content: space-between; height: 72px; background: var(--bg); border-bottom: 3px solid var(--ink); position: sticky; top: 0; z-index: 30; }
    @media (max-width: 760px) { header { padding: 0 24px; } }
    header .logo a { display: block; width: 114px; }
    header .lang:hover { cursor: pointer; }
    header .lang ul { list-style: none; margin: 0; padding: 0; }
    header .lang ul li { position: relative; padding: 22px 8px 2px; border-left: 1px solid #f7bbc2; border-right: 1px solid #f7bbc2; font-size: 12px; display: inline-block; }
    header .lang ul li::before { content: ""; display: block; width: 32px; height: 32px; background-size: 32px 32px; position: absolute; top: -5px; left: 50%; transform: translateX(-50%); background: url(https://livejapan.com/public/operation/coupon/assets/image/ico_lang.webp) no-repeat center/contain; }
    header .lang ul li span { display: inline-block; vertical-align: bottom; color: #f0232d; font-size: 12px; line-height: 1; }
    header .lang ul li form { margin: 0; }
    header .lang ul li form select { width: 100%; height: 100%; position: absolute; top: 0; left: 0; opacity: 0; overflow: hidden; font-size: 15px; text-align: center; }
    header .lang ul li form select:hover { cursor: pointer; }

    .btn-solid { display: inline-block; background: var(--ink); color: #fff !important; text-decoration: none; font-weight: 800; font-size: 0.8rem; padding: 10px 18px; border-radius: 30px; white-space: nowrap; }
    .btn-solid:hover { background: var(--accent); }
    .btn-outline { display: inline-block; background: transparent; border: 2px solid var(--ink); color: var(--ink) !important; text-decoration: none; font-weight: 800; font-size: 0.8rem; padding: 9px 18px; border-radius: 30px; }
    .btn-outline:hover { background: var(--ink); color: #fff !important; }

    /* ---------- Section shell (top-page-en.html と共通) ---------- */
    section.block { padding: 58px 0; border-bottom: 3px solid var(--ink); }
    section.block:last-of-type { border-bottom: none; }
    .block-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 28px; flex-wrap: wrap; gap: 10px; }
    .block-head h2 { font-size: 1.7rem; color: var(--ink); margin: 6px 0 0; }
    .block-head p { color: var(--ink-soft); font-size: 0.88rem; margin: 0; }

    /* ---------- Cluster / trend tiles (top-page-en.html と共通、関連ガイドで再利用) ---------- */
    .cluster-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 190px; gap: 16px; }
    .cluster-tile { position: relative; overflow: hidden; text-decoration: none; display: block; border: 2px solid var(--ink); }
    .cluster-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
    .cluster-tile:hover img { transform: scale(1.06); }
    .cluster-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,20,26,0) 40%, rgba(20,20,26,0.85) 100%); }
    .cluster-info { position: absolute; left: 16px; right: 16px; bottom: 14px; z-index: 2; }
    .cluster-info .c-count { display: inline-block; font-size: 0.66rem; font-weight: 800; color: var(--ink); background: var(--tag-yellow); padding: 3px 9px; border-radius: 12px; margin-bottom: 8px; }
    .cluster-info .c-title { font-family: 'Archivo Black', sans-serif; color: #fff; font-size: 1.05rem; line-height: 1.2; }

    /* ---------- FAQ (top-page-en.html と共通) ---------- */
    .faq-list { border: 2px solid var(--ink); border-left: 4px solid var(--red); border-bottom: 4px solid var(--red); padding: 6px 24px; }
    .faq-item { border-bottom: 1px solid var(--border); padding: 18px 0; }
    .faq-item:last-child { border-bottom: none; }
    .faq-q { font-weight: 800; color: var(--ink); font-size: 0.98rem; margin-bottom: 6px; }
    .faq-a { color: var(--ink-soft); font-size: 0.88rem; line-height: 1.6; }

    /* ---------- Trust (top-page-en.html と共通) ---------- */
    section.trust { background: var(--ink); border-bottom: none; }
    section.trust .block-head h2, section.trust .block-head p { color: #fff; }
    section.trust .block-head p { color: #c8c5c0; }
    section.trust .grid-ref { color: var(--yellow); }
    .trust-box { border: 2px solid rgba(255,255,255,0.3); border-left: 4px solid var(--blue); border-bottom: 4px solid var(--blue); padding: 20px 24px; }
    .trust-box p { color: #c8c5c0; font-size: 0.86rem; line-height: 1.7; margin: 0; }
    .trust-box ul { margin: 0; padding-left: 20px; color: #c8c5c0; font-size: 0.86rem; line-height: 1.8; }
    .trust-box li { margin-bottom: 8px; }
    .trust-box li:last-child { margin-bottom: 0; }
    .trust-box strong { color: #fff; }
    .trust-box a { color: var(--yellow); text-decoration: underline; }
    .trust-box a:hover { color: #fff; }

    /* ---------- Footer (top-page-en.html と共通) ---------- */
    .footer-band { display: flex; height: 6px; }
    .footer-band span { flex: 1; }
    .footer-band span:nth-child(1) { background: var(--red); }
    .footer-band span:nth-child(2) { background: var(--blue); }
    .footer-band span:nth-child(3) { background: var(--yellow); }
    footer.site-footer { background: var(--ink); color: #cbd5e1; padding: 40px 0 24px; font-size: 0.82rem; }
    .footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 24px; margin-bottom: 28px; }
    .footer-col h3 { color: #fff; font-size: 0.82rem; margin: 0 0 10px; font-family: 'Archivo Black', sans-serif; }
    .footer-col a { display: block; color: #cbd5e1; text-decoration: none; margin-bottom: 6px; }
    .footer-col a:hover { color: var(--accent); }
    .footer-bottom { border-top: 1px solid #33333c; padding-top: 18px; font-size: 0.74rem; color: #8a8790; }

    /* ---------- Back-to-top FAB: オリジナルのデ・ステイル風菱形コンポジション ---------- */
    .mondrian-fab { position: fixed; right: 24px; bottom: 24px; width: 62px; height: 62px; padding: 0; border: none; background: transparent; cursor: pointer; z-index: 999; opacity: 0; transform: translateY(14px); pointer-events: none; transition: opacity .3s ease, transform .3s ease; }
    .mondrian-fab.is-visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
    .mondrian-fab:focus-visible { outline: 3px solid var(--red); outline-offset: 6px; }
    .fab-art { width: 100%; height: 100%; display: block; filter: drop-shadow(3px 4px 0 rgba(17,17,17,0.22)); transition: transform .2s ease, filter .2s ease; }
    .mondrian-fab:hover .fab-art { transform: scale(1.06); filter: drop-shadow(4px 6px 3px rgba(17,17,17,0.3)); }
    .fab-border { stroke: var(--ink); }

    /* =========================================================
       ここから下層ページ（記事）専用の新規コンポーネント。
       色・罫線・角丸なし等のルールは top-page-en.html のトークンをそのまま継承。
       ========================================================= */

    /* ---------- Breadcrumb ---------- */
    .breadcrumb { padding-top: 16px; padding-bottom: 16px; border-bottom: 1px solid var(--border); }
    .breadcrumb ol { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 6px; font-size: 0.76rem; font-weight: 700; }
    .breadcrumb li { display: flex; align-items: center; gap: 6px; }
    .breadcrumb li:not(:last-child)::after { content: "/"; color: #b9b3a4; margin-left: 6px; }
    .breadcrumb a { color: var(--ink-soft); text-decoration: none; }
    .breadcrumb a:hover { color: var(--accent); }
    .breadcrumb li[aria-current] { color: var(--ink); }

    /* ---------- Article hero ---------- */
    section.article-hero { padding: 40px 0 0; border-bottom: 6px solid var(--ink); }
    .article-hero-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 28px; align-items: start; margin-bottom: 30px; }
    .article-hero-photo { border: 3px solid var(--ink); overflow: hidden; }
    .article-hero-photo img { width: 100%; height: 340px; object-fit: cover; }
    .lightbox-img { cursor: zoom-in; }
    .lightbox-img:hover { opacity: 0.88; }
    @media (max-width: 760px) {
        .lightbox-hero { cursor: default; }
        .lightbox-hero:hover { opacity: 1; }
    }
    h1.article-title { font-size: 2.3rem; line-height: 1.1; color: var(--ink); margin: 14px 0 14px; letter-spacing: -0.01em; }
    .article-dek { font-size: 1rem; line-height: 1.6; margin-bottom: 20px; max-width: 480px; }
    .article-meta { display: flex; gap: 14px; flex-wrap: wrap; font-size: 0.74rem; color: var(--ink-soft); margin-bottom: 22px; }
    .article-cta-row { display: flex; gap: 12px; flex-wrap: wrap; }
    .cta-solid-slot { display: inline-block; }
    #primaryKlookCta { width: 220px; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding: 10px 14px; font-size: 0.76rem; }
    #primaryKlookCta.is-floating { position: fixed; z-index: 25; margin: 0; }
    @media (max-width: 760px) {
        #primaryKlookCta.is-floating { position: static !important; }
    }

    /* Quick facts strip: 価格・所要時間・アクセスなどを一覧できる帯 */
    .quick-facts { display: grid; grid-template-columns: repeat(4, 1fr); border: 2px solid var(--ink); background: var(--card-bg); margin-bottom: 34px; }
    .qf-item { padding: 16px 18px; border-right: 1px solid var(--border); }
    .qf-item:last-child { border-right: none; }
    .qf-label { font-size: 0.66rem; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 4px; }
    .qf-value { font-family: 'Archivo Black', sans-serif; font-size: 1rem; color: var(--ink); line-height: 1.25; }
    .qf-value .accent { color: var(--accent); }
    @media (max-width: 760px) {
        .article-hero-grid { grid-template-columns: 1fr; }
        .quick-facts { grid-template-columns: repeat(2, 1fr); }
        .qf-item:nth-child(2) { border-right: none; }
    }

    /* ---------- On this page (TOC) ---------- */
    .article-layout { display: grid; grid-template-columns: 220px 1fr; gap: 40px; align-items: start; }
    .article-layout > * { min-width: 0; }
    .toc { border: 2px solid var(--ink); border-left: 4px solid var(--yellow); border-bottom: 4px solid var(--yellow); background: var(--card-bg); padding: 18px 22px; margin-bottom: 0; position: sticky; top: 96px; }
    .toc h2 { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--ink); margin: 0 0 10px; }
    .toc ol { margin: 0; padding-left: 18px; font-size: 0.86rem; line-height: 1.9; }
    .toc a { color: var(--ink-soft); text-decoration: none; font-weight: 700; }
    .toc a:hover { color: var(--accent); }
    @media (max-width: 760px) {
        .article-layout { grid-template-columns: 1fr; gap: 20px; }
        .toc { position: static; }
        .toc ol { display: flex; flex-wrap: wrap; gap: 6px 16px; padding-left: 0; list-style: none; }
    }

    /* ---------- Article body copy ---------- */
    .article-body h2 { font-size: 1.5rem; color: var(--ink); margin: 0 0 14px; }
    .article-body h2[id] { scroll-margin-top: 40px; }
    section[id] { scroll-margin-top: 40px; }
    .article-body h3 { font-size: 1.1rem; color: var(--ink); margin: 22px 0 10px; }
    .article-body p { font-size: 0.92rem; line-height: 1.75; margin: 0 0 16px; }
    .article-body ul, .article-body ol { font-size: 0.92rem; line-height: 1.75; padding-left: 20px; margin: 0 0 16px; }
    .callout { border: 2px solid var(--ink); border-left: 4px solid var(--blue); border-bottom: 4px solid var(--blue); background: var(--blue-soft); padding: 16px 20px; margin: 0 0 24px; }
    .callout p { margin: 0; font-size: 0.86rem; }
    .callout strong { color: var(--blue-dark); }

    /* ---------- Price table ---------- */
    .price-table-wrap { border: 2px solid var(--ink); overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 10px; }
    table.price-table { width: 100%; min-width: 460px; border-collapse: collapse; background: var(--card-bg); font-size: 0.86rem; }
    table.price-table th, table.price-table td { padding: 12px 16px; text-align: left; border-bottom: 1px solid var(--border); }
    table.price-table thead th { background: var(--ink); color: #fff; font-family: 'Archivo Black', sans-serif; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.04em; }
    table.price-table tbody tr:last-child td { border-bottom: none; }
    table.price-table td.price { font-weight: 800; color: var(--accent); white-space: nowrap; }
    table.price-table tbody tr:nth-child(odd) { background: var(--bg); }

    /* ---------- Numbered steps (how to book) ---------- */
    .steps-list { list-style: none; margin: 0 0 8px; padding: 0; counter-reset: step; }
    .steps-list li { position: relative; padding: 4px 0 22px 46px; border-left: 2px solid var(--border); margin-left: 17px; }
    .steps-list li:last-child { border-left: 2px solid transparent; padding-bottom: 0; }
    .steps-list li::before { counter-increment: step; content: counter(step); position: absolute; left: -17px; top: 0; width: 34px; height: 34px; background: var(--ink); color: #fff; font-family: 'Archivo Black', sans-serif; font-size: 0.9rem; display: flex; align-items: center; justify-content: center; }
    .steps-list h3 { margin: 0 0 6px; font-size: 1rem; color: var(--ink); }
    .steps-list p { margin: 0; font-size: 0.88rem; line-height: 1.7; }

    /* ---------- Access / info card ---------- */
    .info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: stretch; }
    .info-card { border: 2px solid var(--ink); background: var(--card-bg); padding: 20px 22px; }
    .info-card h3 { margin: 0 0 10px; font-size: 0.95rem; color: var(--ink); }
    .info-card dl { margin: 0; font-size: 0.86rem; }
    .info-card dt { font-weight: 800; color: var(--ink-soft); margin-top: 10px; }
    .info-card dt:first-child { margin-top: 0; }
    .info-card dd { margin: 2px 0 0; }
    .map-embed { border: 2px solid var(--ink); height: 100%; min-height: 260px; }
    .map-embed iframe { width: 100%; height: 100%; border: 0; display: block; }
    @media (max-width: 760px) { .info-grid { grid-template-columns: 1fr; } }

    /* ---------- Photo gallery ---------- */
    .gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
    .gallery-grid img { width: 100%; height: 150px; object-fit: cover; border: 1px solid var(--border); }
    @media (max-width: 760px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); } }

    /* ---------- Lightbox (photo click-to-enlarge) ---------- */
    .lightbox-overlay {
        position: fixed; inset: 0; z-index: 1000;
        background: rgba(17,17,17,0.92);
        display: none;
        align-items: center; justify-content: center;
        padding: 60px 24px;
    }
    .lightbox-overlay.is-open { display: flex; }
    .lightbox-figure { position: relative; width: min(1100px, 92vw); }
    .lightbox-stage { position: relative; width: 100%; height: min(760px, 82vh); display: flex; align-items: center; justify-content: center; }
    .lightbox-stage img { width: 100%; height: 100%; object-fit: contain; border: 3px solid #fff; display: block; background: rgba(255,255,255,0.03); }
    .lightbox-caption { color: #cbd5e1; font-size: 0.8rem; text-align: center; margin-top: 12px; }
    .lightbox-close {
        position: absolute; top: -18px; right: -18px;
        width: 40px; height: 40px;
        background: var(--red); color: #fff; border: 3px solid #fff;
        font-family: 'Archivo Black', sans-serif; font-size: 1.1rem; line-height: 1;
        display: flex; align-items: center; justify-content: center;
        cursor: pointer;
    }
    .lightbox-close:hover { background: var(--ink); }
    .lightbox-nav {
        position: absolute; top: 50%; transform: translateY(-50%);
        width: 44px; height: 44px;
        background: var(--ink); color: #fff; border: 3px solid #fff;
        font-family: 'Archivo Black', sans-serif; font-size: 1.2rem; line-height: 1;
        display: flex; align-items: center; justify-content: center;
        cursor: pointer; z-index: 2;
    }
    .lightbox-nav:hover { background: var(--accent); }
    .lightbox-nav.prev { left: -20px; }
    .lightbox-nav.next { right: -20px; }
    .lightbox-overlay:not(.has-multiple) .lightbox-nav { display: none; }
    .lightbox-counter { color: #8a8790; font-size: 0.72rem; text-align: center; margin-top: 4px; }
    @media (max-width: 640px) {
        .lightbox-overlay { padding: 40px 16px; }
        .lightbox-close { top: -14px; right: 0; }
        .lightbox-nav { width: 36px; height: 36px; }
        .lightbox-nav.prev { left: -8px; }
        .lightbox-nav.next { right: -8px; }
    }

    /* ---------- Related guides (trend-card 流用) ---------- */
    .trend-list { display: flex; flex-direction: column; gap: 12px; }
    .trend-card { display: flex; gap: 12px; align-items: center; border: 1px solid var(--border); padding: 10px; text-decoration: none; background: var(--card-bg); }
    .trend-card img { width: 66px; height: 66px; object-fit: cover; flex-shrink: 0; }
    .trend-tag { display: inline-block; font-size: 0.62rem; font-weight: 800; color: var(--accent-dark); background: var(--accent-soft); padding: 2px 8px; border-radius: 10px; margin-bottom: 6px; }
    .trend-title { font-weight: 800; color: var(--ink); font-size: 0.85rem; line-height: 1.35; }
    .trend-meta { font-size: 0.7rem; color: var(--ink-soft); margin-top: 4px; }
    .related-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
    @media (max-width: 760px) { .related-grid { grid-template-columns: 1fr; } }

    /* ---------- Sticky mobile book bar ---------- */
    .sticky-book-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; background: var(--ink); border-top: 3px solid var(--accent); padding: 12px 20px; display: none; align-items: center; justify-content: space-between; gap: 12px; }
    .sticky-book-bar .sb-price { color: #fff; font-size: 0.8rem; }
    .sticky-book-bar .sb-price strong { color: var(--yellow); font-family: 'Archivo Black', sans-serif; font-size: 1rem; display: block; }
    @media (max-width: 760px) {
        .sticky-book-bar { display: flex; padding: 12px 16px; }
        body { padding-bottom: 70px; }
        .mondrian-fab { bottom: 86px; }
        .sticky-book-bar .sb-price { flex-shrink: 0; font-size: 0.72rem; }
        .sticky-book-bar #stickyKlookCta {
            width: auto; max-width: 60%; flex: 1 1 auto; min-width: 0;
            overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
        }
    }

    *, *::before, *::after { border-radius: 0 !important; }


/* =========================================================
   Inlined page CSS migrated from: japan-museum-pass-comparison/index.html , kansai-art-museums/index.html , tokyo-museums/index.html (+1 more)
   ========================================================= */
/* =========================================================
       このセクションは top-page-en.html と同一のトークン／基礎コンポーネント。
       サイト全体の一貫性を保つため、値は変更せずそのままで。
       ========================================================= */
    :root {
        --ink: #111111;
        --ink-soft: #34322c;
        --bg: #F7F4EB;
        --card-bg: #ffffff;
        --border: #111111;
        --track: #E6E1D0;

        --red: #D5001F;
        --red-dark: #970015;
        --red-soft: #FBE1E2;
        --blue: #0033A0;
        --blue-dark: #001F63;
        --blue-soft: #DEE7F8;
        --yellow: #FFCC00;
        --yellow-dark: #6B4E00;
        --yellow-soft: #FFF2BF;

        --accent: var(--red);
        --accent-dark: var(--red-dark);
        --accent-soft: var(--red-soft);
        --tag-yellow: var(--yellow);
        --tag-teal: var(--blue);
        --tag-blue: var(--blue);
    }
    * { box-sizing: border-box; }
    html { scroll-padding-top: 40px; overflow-x: hidden; }
    body { font-family: 'Inter', 'Hiragino Kaku Gothic ProN', sans-serif; background: var(--bg); color: var(--ink-soft); margin: 0; }
    #lang_switch { display: none; } /* release: English only for now, language switcher hidden */
    .display { font-family: 'Archivo Black', 'Inter', sans-serif; }
    a { color: var(--accent); }
    img { max-width: 100%; display: block; }
    .wrap { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
    .eyebrow-tag { display: inline-flex; align-items: center; gap: 6px; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; padding: 5px 12px; border-radius: 20px; color: var(--ink); }
    .tag-pink  { background: var(--accent-soft); color: var(--accent-dark); }
    .tag-yellow{ background: var(--yellow-soft); color: var(--yellow-dark); }
    .tag-teal  { background: var(--blue-soft); color: var(--blue-dark); }
    .grid-ref { font-family: 'IBM Plex Mono', monospace; font-size: 0.68rem; font-weight: 700; color: var(--ink-soft); letter-spacing: 0.06em; margin-right: 8px; vertical-align: middle; }

    /* ---------- Header (top-page-en.html と共通) ---------- */
    header { padding: 0 50px; display: flex; align-items: center; justify-content: space-between; height: 72px; background: var(--bg); border-bottom: 3px solid var(--ink); position: sticky; top: 0; z-index: 30; }
    @media (max-width: 760px) { header { padding: 0 24px; } }
    header .logo a { display: block; width: 114px; }
    header .lang:hover { cursor: pointer; }
    header .lang ul { list-style: none; margin: 0; padding: 0; }
    header .lang ul li { position: relative; padding: 22px 8px 2px; border-left: 1px solid #f7bbc2; border-right: 1px solid #f7bbc2; font-size: 12px; display: inline-block; }
    header .lang ul li::before { content: ""; display: block; width: 32px; height: 32px; background-size: 32px 32px; position: absolute; top: -5px; left: 50%; transform: translateX(-50%); background: url(https://livejapan.com/public/operation/coupon/assets/image/ico_lang.webp) no-repeat center/contain; }
    header .lang ul li span { display: inline-block; vertical-align: bottom; color: #f0232d; font-size: 12px; line-height: 1; }
    header .lang ul li form { margin: 0; }
    header .lang ul li form select { width: 100%; height: 100%; position: absolute; top: 0; left: 0; opacity: 0; overflow: hidden; font-size: 15px; text-align: center; }
    header .lang ul li form select:hover { cursor: pointer; }

    .btn-solid { display: inline-block; background: var(--ink); color: #fff !important; text-decoration: none; font-weight: 800; font-size: 0.8rem; padding: 10px 18px; border-radius: 30px; white-space: nowrap; }
    .btn-solid:hover { background: var(--accent); }
    .btn-outline { display: inline-block; background: transparent; border: 2px solid var(--ink); color: var(--ink) !important; text-decoration: none; font-weight: 800; font-size: 0.8rem; padding: 9px 18px; border-radius: 30px; }
    .btn-outline:hover { background: var(--ink); color: #fff !important; }

    /* ---------- Section shell (top-page-en.html と共通) ---------- */
    section.block { padding: 58px 0; border-bottom: 3px solid var(--ink); }
    section.block:last-of-type { border-bottom: none; }
    .block-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 28px; flex-wrap: wrap; gap: 10px; }
    .block-head h2 { font-size: 1.7rem; color: var(--ink); margin: 6px 0 0; }
    .block-head p { color: var(--ink-soft); font-size: 0.88rem; margin: 0; }

    /* ---------- Cluster / trend tiles (top-page-en.html と共通、関連ガイドで再利用) ---------- */
    .cluster-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 190px; gap: 16px; }
    .cluster-tile { position: relative; overflow: hidden; text-decoration: none; display: block; border: 2px solid var(--ink); }
    .cluster-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
    .cluster-tile:hover img { transform: scale(1.06); }
    .cluster-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,20,26,0) 40%, rgba(20,20,26,0.85) 100%); }
    .cluster-info { position: absolute; left: 16px; right: 16px; bottom: 14px; z-index: 2; }
    .cluster-info .c-count { display: inline-block; font-size: 0.66rem; font-weight: 800; color: var(--ink); background: var(--tag-yellow); padding: 3px 9px; border-radius: 12px; margin-bottom: 8px; }
    .cluster-info .c-title { font-family: 'Archivo Black', sans-serif; color: #fff; font-size: 1.05rem; line-height: 1.2; }

    /* ---------- FAQ (top-page-en.html と共通) ---------- */
    .faq-list { border: 2px solid var(--ink); border-left: 4px solid var(--red); border-bottom: 4px solid var(--red); padding: 6px 24px; }
    .faq-item { border-bottom: 1px solid var(--border); padding: 18px 0; }
    .faq-item:last-child { border-bottom: none; }
    .faq-q { font-weight: 800; color: var(--ink); font-size: 0.98rem; margin-bottom: 6px; }
    .faq-a { color: var(--ink-soft); font-size: 0.88rem; line-height: 1.6; }

    /* ---------- Trust (top-page-en.html と共通) ---------- */
    section.trust { background: var(--ink); border-bottom: none; }
    section.trust .block-head h2, section.trust .block-head p { color: #fff; }
    section.trust .block-head p { color: #c8c5c0; }
    section.trust .grid-ref { color: var(--yellow); }
    .trust-box { border: 2px solid rgba(255,255,255,0.3); border-left: 4px solid var(--blue); border-bottom: 4px solid var(--blue); padding: 20px 24px; }
    .trust-box p { color: #c8c5c0; font-size: 0.86rem; line-height: 1.7; margin: 0; }

    /* ---------- Footer (top-page-en.html と共通) ---------- */
    .footer-band { display: flex; height: 6px; }
    .footer-band span { flex: 1; }
    .footer-band span:nth-child(1) { background: var(--red); }
    .footer-band span:nth-child(2) { background: var(--blue); }
    .footer-band span:nth-child(3) { background: var(--yellow); }
    footer.site-footer { background: var(--ink); color: #cbd5e1; padding: 40px 0 24px; font-size: 0.82rem; }
    .footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 24px; margin-bottom: 28px; }
    .footer-col h3 { color: #fff; font-size: 0.82rem; margin: 0 0 10px; font-family: 'Archivo Black', sans-serif; }
    .footer-col a { display: block; color: #cbd5e1; text-decoration: none; margin-bottom: 6px; }
    .footer-col a:hover { color: var(--accent); }
    .footer-bottom { border-top: 1px solid #33333c; padding-top: 18px; font-size: 0.74rem; color: #8a8790; }

    /* ---------- Back-to-top FAB: オリジナルのデ・ステイル風菱形コンポジション ---------- */
    .mondrian-fab { position: fixed; right: 24px; bottom: 24px; width: 62px; height: 62px; padding: 0; border: none; background: transparent; cursor: pointer; z-index: 999; opacity: 0; transform: translateY(14px); pointer-events: none; transition: opacity .3s ease, transform .3s ease; }
    .mondrian-fab.is-visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
    .mondrian-fab:focus-visible { outline: 3px solid var(--red); outline-offset: 6px; }
    .fab-art { width: 100%; height: 100%; display: block; filter: drop-shadow(3px 4px 0 rgba(17,17,17,0.22)); transition: transform .2s ease, filter .2s ease; }
    .mondrian-fab:hover .fab-art { transform: scale(1.06); filter: drop-shadow(4px 6px 3px rgba(17,17,17,0.3)); }
    .fab-border { stroke: var(--ink); }

    /* =========================================================
       ここから下層ページ（記事）専用の新規コンポーネント。
       色・罫線・角丸なし等のルールは top-page-en.html のトークンをそのまま継承。
       ========================================================= */

    /* ---------- Breadcrumb ---------- */
    .breadcrumb { padding-top: 16px; padding-bottom: 16px; border-bottom: 1px solid var(--border); }
    .breadcrumb ol { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 6px; font-size: 0.76rem; font-weight: 700; }
    .breadcrumb li { display: flex; align-items: center; gap: 6px; }
    .breadcrumb li:not(:last-child)::after { content: "/"; color: #b9b3a4; margin-left: 6px; }
    .breadcrumb a { color: var(--ink-soft); text-decoration: none; }
    .breadcrumb a:hover { color: var(--accent); }
    .breadcrumb li[aria-current] { color: var(--ink); }

    /* ---------- Article hero ---------- */
    section.article-hero { padding: 40px 0 0; border-bottom: 6px solid var(--ink); }
    .article-hero-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 28px; align-items: start; margin-bottom: 30px; }
    .article-hero-photo { border: 3px solid var(--ink); overflow: hidden; }
    .article-hero-photo img { width: 100%; height: 340px; object-fit: cover; }
    .lightbox-img { cursor: zoom-in; }
    .lightbox-img:hover { opacity: 0.88; }
    @media (max-width: 760px) {
        .lightbox-hero { cursor: default; }
        .lightbox-hero:hover { opacity: 1; }
    }
    h1.article-title { font-size: 2.3rem; line-height: 1.1; color: var(--ink); margin: 14px 0 14px; letter-spacing: -0.01em; }
    .article-dek { font-size: 1rem; line-height: 1.6; margin-bottom: 20px; max-width: 480px; }
    .article-meta { display: flex; gap: 14px; flex-wrap: wrap; font-size: 0.74rem; color: var(--ink-soft); margin-bottom: 22px; }
    .article-cta-row { display: flex; gap: 12px; flex-wrap: wrap; }
    .cta-solid-slot { display: inline-block; }
    #primaryKlookCta.is-floating { position: fixed; z-index: 25; margin: 0; }
    @media (max-width: 760px) {
        #primaryKlookCta.is-floating { position: static !important; }
    }

    /* Quick facts strip: 価格・所要時間・アクセスなどを一覧できる帯 */
    .quick-facts { display: grid; grid-template-columns: repeat(4, 1fr); border: 2px solid var(--ink); background: var(--card-bg); margin-bottom: 34px; }
    .qf-item { padding: 16px 18px; border-right: 1px solid var(--border); }
    .qf-item:last-child { border-right: none; }
    .qf-label { font-size: 0.66rem; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 4px; }
    .qf-value { font-family: 'Archivo Black', sans-serif; font-size: 1rem; color: var(--ink); line-height: 1.25; }
    .qf-value .accent { color: var(--accent); }
    @media (max-width: 760px) {
        .article-hero-grid { grid-template-columns: 1fr; }
        .quick-facts { grid-template-columns: repeat(2, 1fr); }
        .qf-item:nth-child(2) { border-right: none; }
    }

    /* ---------- On this page (TOC) ---------- */
    .article-layout { display: grid; grid-template-columns: 220px 1fr; gap: 40px; align-items: start; }
    .article-layout > * { min-width: 0; }
    .toc { border: 2px solid var(--ink); border-left: 4px solid var(--yellow); border-bottom: 4px solid var(--yellow); background: var(--card-bg); padding: 18px 22px; margin-bottom: 0; position: sticky; top: 96px; }
    .toc h2 { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--ink); margin: 0 0 10px; }
    .toc ol { margin: 0; padding-left: 18px; font-size: 0.86rem; line-height: 1.9; }
    .toc a { color: var(--ink-soft); text-decoration: none; font-weight: 700; }
    .toc a:hover { color: var(--accent); }
    @media (max-width: 760px) {
        .article-layout { grid-template-columns: 1fr; gap: 20px; }
        .toc { position: static; }
        .toc ol { display: flex; flex-wrap: wrap; gap: 6px 16px; padding-left: 0; list-style: none; }
    }

    /* ---------- Article body copy ---------- */
    .article-body h2 { font-size: 1.5rem; color: var(--ink); margin: 0 0 14px; }
    .article-body h2[id] { scroll-margin-top: 40px; }
    section[id] { scroll-margin-top: 40px; }
    .article-body h3 { font-size: 1.1rem; color: var(--ink); margin: 22px 0 10px; }
    .article-body p { font-size: 0.92rem; line-height: 1.75; margin: 0 0 16px; }
    .article-body ul, .article-body ol { font-size: 0.92rem; line-height: 1.75; padding-left: 20px; margin: 0 0 16px; }
    .callout { border: 2px solid var(--ink); border-left: 4px solid var(--blue); border-bottom: 4px solid var(--blue); background: var(--blue-soft); padding: 16px 20px; margin: 0 0 24px; }
    .callout p { margin: 0; font-size: 0.86rem; }
    .callout strong { color: var(--blue-dark); }

    /* ---------- Price table ---------- */
    .price-table-wrap { border: 2px solid var(--ink); overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 10px; }
    table.price-table { width: 100%; min-width: 460px; border-collapse: collapse; background: var(--card-bg); font-size: 0.86rem; }
    table.price-table th, table.price-table td { padding: 12px 16px; text-align: left; border-bottom: 1px solid var(--border); }
    table.price-table thead th { background: var(--ink); color: #fff; font-family: 'Archivo Black', sans-serif; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.04em; }
    table.price-table tbody tr:last-child td { border-bottom: none; }
    table.price-table td.price { font-weight: 800; color: var(--accent); white-space: nowrap; }
    table.price-table tbody tr:nth-child(odd) { background: var(--bg); }

    /* ---------- Numbered steps (how to book) ---------- */
    .steps-list { list-style: none; margin: 0 0 8px; padding: 0; counter-reset: step; }
    .steps-list li { position: relative; padding: 4px 0 22px 46px; border-left: 2px solid var(--border); margin-left: 17px; }
    .steps-list li:last-child { border-left: 2px solid transparent; padding-bottom: 0; }
    .steps-list li::before { counter-increment: step; content: counter(step); position: absolute; left: -17px; top: 0; width: 34px; height: 34px; background: var(--ink); color: #fff; font-family: 'Archivo Black', sans-serif; font-size: 0.9rem; display: flex; align-items: center; justify-content: center; }
    .steps-list h3 { margin: 0 0 6px; font-size: 1rem; color: var(--ink); }
    .steps-list p { margin: 0; font-size: 0.88rem; line-height: 1.7; }

    /* ---------- Access / info card ---------- */
    .info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: stretch; }
    .info-card { border: 2px solid var(--ink); background: var(--card-bg); padding: 20px 22px; }
    .info-card h3 { margin: 0 0 10px; font-size: 0.95rem; color: var(--ink); }
    .info-card dl { margin: 0; font-size: 0.86rem; }
    .info-card dt { font-weight: 800; color: var(--ink-soft); margin-top: 10px; }
    .info-card dt:first-child { margin-top: 0; }
    .info-card dd { margin: 2px 0 0; }
    .map-embed { border: 2px solid var(--ink); height: 100%; min-height: 260px; }
    .map-embed iframe { width: 100%; height: 100%; border: 0; display: block; }
    @media (max-width: 760px) { .info-grid { grid-template-columns: 1fr; } }

    /* ---------- Photo gallery ---------- */
    .gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
    .gallery-grid img { width: 100%; height: 150px; object-fit: cover; border: 1px solid var(--border); }
    @media (max-width: 760px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); } }

    /* ---------- Lightbox (photo click-to-enlarge) ---------- */
    .lightbox-overlay {
        position: fixed; inset: 0; z-index: 1000;
        background: rgba(17,17,17,0.92);
        display: none;
        align-items: center; justify-content: center;
        padding: 60px 24px;
    }
    .lightbox-overlay.is-open { display: flex; }
    .lightbox-figure { position: relative; width: min(1100px, 92vw); }
    .lightbox-stage { position: relative; width: 100%; height: min(760px, 82vh); display: flex; align-items: center; justify-content: center; }
    .lightbox-stage img { width: 100%; height: 100%; object-fit: contain; border: 3px solid #fff; display: block; background: rgba(255,255,255,0.03); }
    .lightbox-caption { color: #cbd5e1; font-size: 0.8rem; text-align: center; margin-top: 12px; }
    .lightbox-close {
        position: absolute; top: -18px; right: -18px;
        width: 40px; height: 40px;
        background: var(--red); color: #fff; border: 3px solid #fff;
        font-family: 'Archivo Black', sans-serif; font-size: 1.1rem; line-height: 1;
        display: flex; align-items: center; justify-content: center;
        cursor: pointer;
    }
    .lightbox-close:hover { background: var(--ink); }
    .lightbox-nav {
        position: absolute; top: 50%; transform: translateY(-50%);
        width: 44px; height: 44px;
        background: var(--ink); color: #fff; border: 3px solid #fff;
        font-family: 'Archivo Black', sans-serif; font-size: 1.2rem; line-height: 1;
        display: flex; align-items: center; justify-content: center;
        cursor: pointer; z-index: 2;
    }
    .lightbox-nav:hover { background: var(--accent); }
    .lightbox-nav.prev { left: -20px; }
    .lightbox-nav.next { right: -20px; }
    .lightbox-overlay:not(.has-multiple) .lightbox-nav { display: none; }
    .lightbox-counter { color: #8a8790; font-size: 0.72rem; text-align: center; margin-top: 4px; }
    @media (max-width: 640px) {
        .lightbox-overlay { padding: 40px 16px; }
        .lightbox-close { top: -14px; right: 0; }
        .lightbox-nav { width: 36px; height: 36px; }
        .lightbox-nav.prev { left: -8px; }
        .lightbox-nav.next { right: -8px; }
    }

    /* ---------- Related guides (trend-card 流用) ---------- */
    .trend-list { display: flex; flex-direction: column; gap: 12px; }
    .trend-card { display: flex; gap: 12px; align-items: center; border: 1px solid var(--border); padding: 10px; text-decoration: none; background: var(--card-bg); }
    .trend-card img { width: 66px; height: 66px; object-fit: cover; flex-shrink: 0; }
    .trend-tag { display: inline-block; font-size: 0.62rem; font-weight: 800; color: var(--accent-dark); background: var(--accent-soft); padding: 2px 8px; border-radius: 10px; margin-bottom: 6px; }
    .trend-title { font-weight: 800; color: var(--ink); font-size: 0.85rem; line-height: 1.35; }
    .trend-meta { font-size: 0.7rem; color: var(--ink-soft); margin-top: 4px; }
    .related-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
    @media (max-width: 760px) { .related-grid { grid-template-columns: 1fr; } }

    /* ---------- Sticky mobile book bar ---------- */
    .sticky-book-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; background: var(--ink); border-top: 3px solid var(--accent); padding: 12px 20px; display: none; align-items: center; justify-content: space-between; gap: 12px; }
    .sticky-book-bar .sb-price { color: #fff; font-size: 0.8rem; }
    .sticky-book-bar .sb-price strong { color: var(--yellow); font-family: 'Archivo Black', sans-serif; font-size: 1rem; display: block; }
    @media (max-width: 760px) { .sticky-book-bar { display: flex; } body { padding-bottom: 70px; } }

    *, *::before, *::after { border-radius: 0 !important; }

    .hub-card { display: grid; grid-template-columns: 280px 1fr; gap: 24px; align-items: stretch; border: 2px solid var(--ink); background: var(--card-bg); padding: 22px; margin-bottom: 20px; }
    .hub-photo { border: 1px solid var(--border); overflow: hidden; }
    .hub-photo img { width: 100%; height: 170px; object-fit: cover; }
    .hub-body h3 { margin: 0 0 8px; font-size: 1.2rem; color: var(--ink); }
    .hub-body .hub-meta { font-size: 0.7rem; font-weight: 800; color: var(--accent-dark); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 8px; }
    .hub-body p { font-size: 0.9rem; line-height: 1.7; margin: 0 0 14px; max-width: none; }
    @media (max-width: 760px) { .hub-card { grid-template-columns: 1fr; } .hub-photo img { height: 200px; } }


/* =========================================================
   Inlined page CSS migrated from: japan-museum-pass-comparison/is-klook-pass-worth-it/index.html , tokyo-museums/is-teamlab-borderless-worth-it/index.html
   ========================================================= */
/* =========================================================
       このセクションは top-page-en.html と同一のトークン／基礎コンポーネント。
       サイト全体の一貫性を保つため、値は変更せずそのままで。
       ========================================================= */
    :root {
        --ink: #111111;
        --ink-soft: #34322c;
        --bg: #F7F4EB;
        --card-bg: #ffffff;
        --border: #111111;
        --track: #E6E1D0;

        --red: #D5001F;
        --red-dark: #970015;
        --red-soft: #FBE1E2;
        --blue: #0033A0;
        --blue-dark: #001F63;
        --blue-soft: #DEE7F8;
        --yellow: #FFCC00;
        --yellow-dark: #6B4E00;
        --yellow-soft: #FFF2BF;

        --accent: var(--red);
        --accent-dark: var(--red-dark);
        --accent-soft: var(--red-soft);
        --tag-yellow: var(--yellow);
        --tag-teal: var(--blue);
        --tag-blue: var(--blue);
    }
    * { box-sizing: border-box; }
    html { scroll-padding-top: 40px; overflow-x: hidden; }
    body { font-family: 'Inter', 'Hiragino Kaku Gothic ProN', sans-serif; background: var(--bg); color: var(--ink-soft); margin: 0; }
    #lang_switch { display: none; } /* release: English only for now, language switcher hidden */
    .display { font-family: 'Archivo Black', 'Inter', sans-serif; }
    a { color: var(--accent); }
    img { max-width: 100%; display: block; }
    .wrap { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
    .eyebrow-tag { display: inline-flex; align-items: center; gap: 6px; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; padding: 5px 12px; border-radius: 20px; color: var(--ink); }
    .tag-pink  { background: var(--accent-soft); color: var(--accent-dark); }
    .tag-yellow{ background: var(--yellow-soft); color: var(--yellow-dark); }
    .tag-teal  { background: var(--blue-soft); color: var(--blue-dark); }
    .grid-ref { font-family: 'IBM Plex Mono', monospace; font-size: 0.68rem; font-weight: 700; color: var(--ink-soft); letter-spacing: 0.06em; margin-right: 8px; vertical-align: middle; }

    /* ---------- Header (top-page-en.html と共通) ---------- */
    header { padding: 0 50px; display: flex; align-items: center; justify-content: space-between; height: 72px; background: var(--bg); border-bottom: 3px solid var(--ink); position: sticky; top: 0; z-index: 30; }
    @media (max-width: 760px) { header { padding: 0 24px; } }
    header .logo a { display: block; width: 114px; }
    header .lang:hover { cursor: pointer; }
    header .lang ul { list-style: none; margin: 0; padding: 0; }
    header .lang ul li { position: relative; padding: 22px 8px 2px; border-left: 1px solid #f7bbc2; border-right: 1px solid #f7bbc2; font-size: 12px; display: inline-block; }
    header .lang ul li::before { content: ""; display: block; width: 32px; height: 32px; background-size: 32px 32px; position: absolute; top: -5px; left: 50%; transform: translateX(-50%); background: url(https://livejapan.com/public/operation/coupon/assets/image/ico_lang.webp) no-repeat center/contain; }
    header .lang ul li span { display: inline-block; vertical-align: bottom; color: #f0232d; font-size: 12px; line-height: 1; }
    header .lang ul li form { margin: 0; }
    header .lang ul li form select { width: 100%; height: 100%; position: absolute; top: 0; left: 0; opacity: 0; overflow: hidden; font-size: 15px; text-align: center; }
    header .lang ul li form select:hover { cursor: pointer; }

    .btn-solid { display: inline-block; background: var(--ink); color: #fff !important; text-decoration: none; font-weight: 800; font-size: 0.8rem; padding: 10px 18px; border-radius: 30px; white-space: nowrap; }
    .btn-solid:hover { background: var(--accent); }
    .btn-outline { display: inline-block; background: transparent; border: 2px solid var(--ink); color: var(--ink) !important; text-decoration: none; font-weight: 800; font-size: 0.8rem; padding: 9px 18px; border-radius: 30px; }
    .btn-outline:hover { background: var(--ink); color: #fff !important; }

    /* ---------- Section shell (top-page-en.html と共通) ---------- */
    section.block { padding: 58px 0; border-bottom: 3px solid var(--ink); }
    section.block:last-of-type { border-bottom: none; }
    .block-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 28px; flex-wrap: wrap; gap: 10px; }
    .block-head h2 { font-size: 1.7rem; color: var(--ink); margin: 6px 0 0; }
    .block-head p { color: var(--ink-soft); font-size: 0.88rem; margin: 0; }

    /* ---------- Cluster / trend tiles (top-page-en.html と共通、関連ガイドで再利用) ---------- */
    .cluster-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 190px; gap: 16px; }
    .cluster-tile { position: relative; overflow: hidden; text-decoration: none; display: block; border: 2px solid var(--ink); }
    .cluster-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
    .cluster-tile:hover img { transform: scale(1.06); }
    .cluster-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,20,26,0) 40%, rgba(20,20,26,0.85) 100%); }
    .cluster-info { position: absolute; left: 16px; right: 16px; bottom: 14px; z-index: 2; }
    .cluster-info .c-count { display: inline-block; font-size: 0.66rem; font-weight: 800; color: var(--ink); background: var(--tag-yellow); padding: 3px 9px; border-radius: 12px; margin-bottom: 8px; }
    .cluster-info .c-title { font-family: 'Archivo Black', sans-serif; color: #fff; font-size: 1.05rem; line-height: 1.2; }

    /* ---------- FAQ (top-page-en.html と共通) ---------- */
    .faq-list { border: 2px solid var(--ink); border-left: 4px solid var(--red); border-bottom: 4px solid var(--red); padding: 6px 24px; }
    .faq-item { border-bottom: 1px solid var(--border); padding: 18px 0; }
    .faq-item:last-child { border-bottom: none; }
    .faq-q { font-weight: 800; color: var(--ink); font-size: 0.98rem; margin-bottom: 6px; }
    .faq-a { color: var(--ink-soft); font-size: 0.88rem; line-height: 1.6; }

    /* ---------- Trust (top-page-en.html と共通) ---------- */
    section.trust { background: var(--ink); border-bottom: none; }
    section.trust .block-head h2, section.trust .block-head p { color: #fff; }
    section.trust .block-head p { color: #c8c5c0; }
    section.trust .grid-ref { color: var(--yellow); }
    .trust-box { border: 2px solid rgba(255,255,255,0.3); border-left: 4px solid var(--blue); border-bottom: 4px solid var(--blue); padding: 20px 24px; }
    .trust-box p { color: #c8c5c0; font-size: 0.86rem; line-height: 1.7; margin: 0; }
    .trust-box ul { margin: 0; padding-left: 20px; color: #c8c5c0; font-size: 0.86rem; line-height: 1.8; }
    .trust-box li { margin-bottom: 8px; }
    .trust-box li:last-child { margin-bottom: 0; }
    .trust-box strong { color: #fff; }
    .trust-box a { color: var(--yellow); text-decoration: underline; }
    .trust-box a:hover { color: #fff; }

    /* ---------- Footer (top-page-en.html と共通) ---------- */
    .footer-band { display: flex; height: 6px; }
    .footer-band span { flex: 1; }
    .footer-band span:nth-child(1) { background: var(--red); }
    .footer-band span:nth-child(2) { background: var(--blue); }
    .footer-band span:nth-child(3) { background: var(--yellow); }
    footer.site-footer { background: var(--ink); color: #cbd5e1; padding: 40px 0 24px; font-size: 0.82rem; }
    .footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 24px; margin-bottom: 28px; }
    .footer-col h3 { color: #fff; font-size: 0.82rem; margin: 0 0 10px; font-family: 'Archivo Black', sans-serif; }
    .footer-col a { display: block; color: #cbd5e1; text-decoration: none; margin-bottom: 6px; }
    .footer-col a:hover { color: var(--accent); }
    .footer-bottom { border-top: 1px solid #33333c; padding-top: 18px; font-size: 0.74rem; color: #8a8790; }

    /* ---------- Back-to-top FAB: オリジナルのデ・ステイル風菱形コンポジション ---------- */
    .mondrian-fab { position: fixed; right: 24px; bottom: 24px; width: 62px; height: 62px; padding: 0; border: none; background: transparent; cursor: pointer; z-index: 999; opacity: 0; transform: translateY(14px); pointer-events: none; transition: opacity .3s ease, transform .3s ease; }
    .mondrian-fab.is-visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
    .mondrian-fab:focus-visible { outline: 3px solid var(--red); outline-offset: 6px; }
    .fab-art { width: 100%; height: 100%; display: block; filter: drop-shadow(3px 4px 0 rgba(17,17,17,0.22)); transition: transform .2s ease, filter .2s ease; }
    .mondrian-fab:hover .fab-art { transform: scale(1.06); filter: drop-shadow(4px 6px 3px rgba(17,17,17,0.3)); }
    .fab-border { stroke: var(--ink); }

    /* =========================================================
       ここから下層ページ（記事）専用の新規コンポーネント。
       色・罫線・角丸なし等のルールは top-page-en.html のトークンをそのまま継承。
       ========================================================= */

    /* ---------- Breadcrumb ---------- */
    .breadcrumb { padding-top: 16px; padding-bottom: 16px; border-bottom: 1px solid var(--border); }
    .breadcrumb ol { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 6px; font-size: 0.76rem; font-weight: 700; }
    .breadcrumb li { display: flex; align-items: center; gap: 6px; }
    .breadcrumb li:not(:last-child)::after { content: "/"; color: #b9b3a4; margin-left: 6px; }
    .breadcrumb a { color: var(--ink-soft); text-decoration: none; }
    .breadcrumb a:hover { color: var(--accent); }
    .breadcrumb li[aria-current] { color: var(--ink); }

    /* ---------- Article hero ---------- */
    section.article-hero { padding: 40px 0 0; border-bottom: 6px solid var(--ink); }
    .article-hero-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 28px; align-items: start; margin-bottom: 30px; }
    .article-hero-photo { border: 3px solid var(--ink); overflow: hidden; }
    .article-hero-photo img { width: 100%; height: 340px; object-fit: cover; }
    .lightbox-img { cursor: zoom-in; }
    .lightbox-img:hover { opacity: 0.88; }
    @media (max-width: 760px) {
        .lightbox-hero { cursor: default; }
        .lightbox-hero:hover { opacity: 1; }
    }
    h1.article-title { font-size: 2.3rem; line-height: 1.1; color: var(--ink); margin: 14px 0 14px; letter-spacing: -0.01em; }
    .article-dek { font-size: 1rem; line-height: 1.6; margin-bottom: 20px; max-width: 480px; }
    .article-meta { display: flex; gap: 14px; flex-wrap: wrap; font-size: 0.74rem; color: var(--ink-soft); margin-bottom: 22px; }
    .article-cta-row { display: flex; gap: 12px; flex-wrap: wrap; }
    .cta-solid-slot { display: inline-block; }
    #primaryKlookCta { width: 220px; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding: 10px 14px; font-size: 0.76rem; }
    #primaryKlookCta.is-floating { position: fixed; z-index: 25; margin: 0; }
    @media (max-width: 760px) {
        #primaryKlookCta.is-floating { position: static !important; }
    }

    /* Quick facts strip: 価格・所要時間・アクセスなどを一覧できる帯 */
    .quick-facts { display: grid; grid-template-columns: repeat(4, 1fr); border: 2px solid var(--ink); background: var(--card-bg); margin-bottom: 34px; }
    .qf-item { padding: 16px 18px; border-right: 1px solid var(--border); }
    .qf-item:last-child { border-right: none; }
    .qf-label { font-size: 0.66rem; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 4px; }
    .qf-value { font-family: 'Archivo Black', sans-serif; font-size: 1rem; color: var(--ink); line-height: 1.25; }
    .qf-value .accent { color: var(--accent); }
    @media (max-width: 760px) {
        .article-hero-grid { grid-template-columns: 1fr; }
        .quick-facts { grid-template-columns: repeat(2, 1fr); }
        .qf-item:nth-child(2) { border-right: none; }
    }

    /* ---------- On this page (TOC) ---------- */
    .article-layout { display: grid; grid-template-columns: 220px 1fr; gap: 40px; align-items: start; }
    .article-layout > * { min-width: 0; }
    .toc { border: 2px solid var(--ink); border-left: 4px solid var(--yellow); border-bottom: 4px solid var(--yellow); background: var(--card-bg); padding: 18px 22px; margin-bottom: 0; position: sticky; top: 96px; }
    .toc h2 { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--ink); margin: 0 0 10px; }
    .toc ol { margin: 0; padding-left: 18px; font-size: 0.86rem; line-height: 1.9; }
    .toc a { color: var(--ink-soft); text-decoration: none; font-weight: 700; }
    .toc a:hover { color: var(--accent); }
    @media (max-width: 760px) {
        .article-layout { grid-template-columns: 1fr; gap: 20px; }
        .toc { position: static; }
        .toc ol { display: flex; flex-wrap: wrap; gap: 6px 16px; padding-left: 0; list-style: none; }
    }

    /* ---------- Article body copy ---------- */
    .article-body h2 { font-size: 1.5rem; color: var(--ink); margin: 0 0 14px; }
    .article-body h2[id] { scroll-margin-top: 40px; }
    section[id] { scroll-margin-top: 40px; }
    .article-body h3 { font-size: 1.1rem; color: var(--ink); margin: 22px 0 10px; }
    .article-body p { font-size: 0.92rem; line-height: 1.75; margin: 0 0 16px; }
    .article-body ul, .article-body ol { font-size: 0.92rem; line-height: 1.75; padding-left: 20px; margin: 0 0 16px; }
    .callout { border: 2px solid var(--ink); border-left: 4px solid var(--blue); border-bottom: 4px solid var(--blue); background: var(--blue-soft); padding: 16px 20px; margin: 0 0 24px; }
    .callout p { margin: 0; font-size: 0.86rem; }
    .callout strong { color: var(--blue-dark); }

    /* ---------- Price table ---------- */
    .price-table-wrap { border: 2px solid var(--ink); overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 10px; }
    table.price-table { width: 100%; min-width: 460px; border-collapse: collapse; background: var(--card-bg); font-size: 0.86rem; }
    table.price-table th, table.price-table td { padding: 12px 16px; text-align: left; border-bottom: 1px solid var(--border); }
    table.price-table thead th { background: var(--ink); color: #fff; font-family: 'Archivo Black', sans-serif; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.04em; }
    table.price-table tbody tr:last-child td { border-bottom: none; }
    table.price-table td.price { font-weight: 800; color: var(--accent); white-space: nowrap; }
    table.price-table tbody tr:nth-child(odd) { background: var(--bg); }

    /* ---------- Numbered steps (how to book) ---------- */
    .steps-list { list-style: none; margin: 0 0 8px; padding: 0; counter-reset: step; }
    .steps-list li { position: relative; padding: 4px 0 22px 46px; border-left: 2px solid var(--border); margin-left: 17px; }
    .steps-list li:last-child { border-left: 2px solid transparent; padding-bottom: 0; }
    .steps-list li::before { counter-increment: step; content: counter(step); position: absolute; left: -17px; top: 0; width: 34px; height: 34px; background: var(--ink); color: #fff; font-family: 'Archivo Black', sans-serif; font-size: 0.9rem; display: flex; align-items: center; justify-content: center; }
    .steps-list h3 { margin: 0 0 6px; font-size: 1rem; color: var(--ink); }
    .steps-list p { margin: 0; font-size: 0.88rem; line-height: 1.7; }

    /* ---------- Access / info card ---------- */
    .info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: stretch; }
    .info-card { border: 2px solid var(--ink); background: var(--card-bg); padding: 20px 22px; }
    .info-card h3 { margin: 0 0 10px; font-size: 0.95rem; color: var(--ink); }
    .info-card dl { margin: 0; font-size: 0.86rem; }
    .info-card dt { font-weight: 800; color: var(--ink-soft); margin-top: 10px; }
    .info-card dt:first-child { margin-top: 0; }
    .info-card dd { margin: 2px 0 0; }
    .map-embed { border: 2px solid var(--ink); height: 100%; min-height: 260px; }
    .map-embed iframe { width: 100%; height: 100%; border: 0; display: block; }
    @media (max-width: 760px) { .info-grid { grid-template-columns: 1fr; } }

    /* ---------- Photo gallery ---------- */
    .gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
    .gallery-grid img { width: 100%; height: 150px; object-fit: cover; border: 1px solid var(--border); }
    @media (max-width: 760px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); } }

    /* ---------- Lightbox (photo click-to-enlarge) ---------- */
    .lightbox-overlay {
        position: fixed; inset: 0; z-index: 1000;
        background: rgba(17,17,17,0.92);
        display: none;
        align-items: center; justify-content: center;
        padding: 60px 24px;
    }
    .lightbox-overlay.is-open { display: flex; }
    .lightbox-figure { position: relative; width: min(1100px, 92vw); }
    .lightbox-stage { position: relative; width: 100%; height: min(760px, 82vh); display: flex; align-items: center; justify-content: center; }
    .lightbox-stage img { width: 100%; height: 100%; object-fit: contain; border: 3px solid #fff; display: block; background: rgba(255,255,255,0.03); }
    .lightbox-caption { color: #cbd5e1; font-size: 0.8rem; text-align: center; margin-top: 12px; }
    .lightbox-close {
        position: absolute; top: -18px; right: -18px;
        width: 40px; height: 40px;
        background: var(--red); color: #fff; border: 3px solid #fff;
        font-family: 'Archivo Black', sans-serif; font-size: 1.1rem; line-height: 1;
        display: flex; align-items: center; justify-content: center;
        cursor: pointer;
    }
    .lightbox-close:hover { background: var(--ink); }
    .lightbox-nav {
        position: absolute; top: 50%; transform: translateY(-50%);
        width: 44px; height: 44px;
        background: var(--ink); color: #fff; border: 3px solid #fff;
        font-family: 'Archivo Black', sans-serif; font-size: 1.2rem; line-height: 1;
        display: flex; align-items: center; justify-content: center;
        cursor: pointer; z-index: 2;
    }
    .lightbox-nav:hover { background: var(--accent); }
    .lightbox-nav.prev { left: -20px; }
    .lightbox-nav.next { right: -20px; }
    .lightbox-overlay:not(.has-multiple) .lightbox-nav { display: none; }
    .lightbox-counter { color: #8a8790; font-size: 0.72rem; text-align: center; margin-top: 4px; }
    @media (max-width: 640px) {
        .lightbox-overlay { padding: 40px 16px; }
        .lightbox-close { top: -14px; right: 0; }
        .lightbox-nav { width: 36px; height: 36px; }
        .lightbox-nav.prev { left: -8px; }
        .lightbox-nav.next { right: -8px; }
    }

    /* ---------- Related guides (trend-card 流用) ---------- */
    .trend-list { display: flex; flex-direction: column; gap: 12px; }
    .trend-card { display: flex; gap: 12px; align-items: center; border: 1px solid var(--border); padding: 10px; text-decoration: none; background: var(--card-bg); }
    .trend-card img { width: 66px; height: 66px; object-fit: cover; flex-shrink: 0; }
    .trend-tag { display: inline-block; font-size: 0.62rem; font-weight: 800; color: var(--accent-dark); background: var(--accent-soft); padding: 2px 8px; border-radius: 10px; margin-bottom: 6px; }
    .trend-title { font-weight: 800; color: var(--ink); font-size: 0.85rem; line-height: 1.35; }
    .trend-meta { font-size: 0.7rem; color: var(--ink-soft); margin-top: 4px; }
    .related-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
    @media (max-width: 760px) { .related-grid { grid-template-columns: 1fr; } }

    /* ---------- Sticky mobile book bar ---------- */
    .sticky-book-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; background: var(--ink); border-top: 3px solid var(--accent); padding: 12px 20px; display: none; align-items: center; justify-content: space-between; gap: 12px; }
    .sticky-book-bar .sb-price { color: #fff; font-size: 0.8rem; }
    .sticky-book-bar .sb-price strong { color: var(--yellow); font-family: 'Archivo Black', sans-serif; font-size: 1rem; display: block; }
    @media (max-width: 760px) {
        .sticky-book-bar { display: flex; padding: 12px 16px; }
        body { padding-bottom: 70px; }
        .mondrian-fab { bottom: 86px; }
        .sticky-book-bar .sb-price { flex-shrink: 0; font-size: 0.72rem; }
        .sticky-book-bar #stickyKlookCta {
            width: auto; max-width: 60%; flex: 1 1 auto; min-width: 0;
            overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
        }
    }

    *, *::before, *::after { border-radius: 0 !important; }

    .pick-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
    .pick-card { border: 2px solid var(--ink); background: var(--card-bg); padding: 20px 22px; }
    .pick-card h3 { margin: 0 0 10px; font-size: 1rem; color: var(--ink); }
    .pick-card ul { margin: 0; padding-left: 18px; font-size: 0.88rem; line-height: 1.75; }
    @media (max-width: 760px) { .pick-grid { grid-template-columns: 1fr; } }
    .cta-select {
        display: inline-block; appearance: none; -webkit-appearance: none; -moz-appearance: none;
        background-color: var(--ink); color: #fff !important; font-weight: 800; font-size: 0.8rem;
        border: none; padding: 10px 32px 10px 14px; border-radius: 30px; cursor: pointer; white-space: nowrap; font-size: 0.76rem;
        width: 220px; overflow: hidden; text-overflow: ellipsis;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23fff' stroke-width='1.6' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat; background-position: right 16px center;
    }
    .cta-select:hover { background-color: var(--accent); }
    .cta-select option { color: var(--ink); background: #fff; }


/* =========================================================
   Inlined page CSS migrated from: japan-museum-pass-comparison/klook-pass-tokyo-vs-osaka-epass/index.html
   ========================================================= */
/* =========================================================
       このセクションは top-page-en.html と同一のトークン／基礎コンポーネント。
       サイト全体の一貫性を保つため、値は変更せずそのままで。
       ========================================================= */
    :root {
        --ink: #111111;
        --ink-soft: #34322c;
        --bg: #F7F4EB;
        --card-bg: #ffffff;
        --border: #111111;
        --track: #E6E1D0;

        --red: #D5001F;
        --red-dark: #970015;
        --red-soft: #FBE1E2;
        --blue: #0033A0;
        --blue-dark: #001F63;
        --blue-soft: #DEE7F8;
        --yellow: #FFCC00;
        --yellow-dark: #6B4E00;
        --yellow-soft: #FFF2BF;

        --accent: var(--red);
        --accent-dark: var(--red-dark);
        --accent-soft: var(--red-soft);
        --tag-yellow: var(--yellow);
        --tag-teal: var(--blue);
        --tag-blue: var(--blue);
    }
    * { box-sizing: border-box; }
    html { scroll-padding-top: 40px; overflow-x: hidden; }
    body { font-family: 'Inter', 'Hiragino Kaku Gothic ProN', sans-serif; background: var(--bg); color: var(--ink-soft); margin: 0; }
    #lang_switch { display: none; } /* release: English only for now, language switcher hidden */
    .display { font-family: 'Archivo Black', 'Inter', sans-serif; }
    a { color: var(--accent); }
    img { max-width: 100%; display: block; }
    .wrap { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
    .eyebrow-tag { display: inline-flex; align-items: center; gap: 6px; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; padding: 5px 12px; border-radius: 20px; color: var(--ink); }
    .tag-pink  { background: var(--accent-soft); color: var(--accent-dark); }
    .tag-yellow{ background: var(--yellow-soft); color: var(--yellow-dark); }
    .tag-teal  { background: var(--blue-soft); color: var(--blue-dark); }
    .grid-ref { font-family: 'IBM Plex Mono', monospace; font-size: 0.68rem; font-weight: 700; color: var(--ink-soft); letter-spacing: 0.06em; margin-right: 8px; vertical-align: middle; }

    /* ---------- Header (top-page-en.html と共通) ---------- */
    header { padding: 0 50px; display: flex; align-items: center; justify-content: space-between; height: 72px; background: var(--bg); border-bottom: 3px solid var(--ink); position: sticky; top: 0; z-index: 30; }
    @media (max-width: 760px) { header { padding: 0 24px; } }
    header .logo a { display: block; width: 114px; }
    header .lang:hover { cursor: pointer; }
    header .lang ul { list-style: none; margin: 0; padding: 0; }
    header .lang ul li { position: relative; padding: 22px 8px 2px; border-left: 1px solid #f7bbc2; border-right: 1px solid #f7bbc2; font-size: 12px; display: inline-block; }
    header .lang ul li::before { content: ""; display: block; width: 32px; height: 32px; background-size: 32px 32px; position: absolute; top: -5px; left: 50%; transform: translateX(-50%); background: url(https://livejapan.com/public/operation/coupon/assets/image/ico_lang.webp) no-repeat center/contain; }
    header .lang ul li span { display: inline-block; vertical-align: bottom; color: #f0232d; font-size: 12px; line-height: 1; }
    header .lang ul li form { margin: 0; }
    header .lang ul li form select { width: 100%; height: 100%; position: absolute; top: 0; left: 0; opacity: 0; overflow: hidden; font-size: 15px; text-align: center; }
    header .lang ul li form select:hover { cursor: pointer; }

    .btn-solid { display: inline-block; background: var(--ink); color: #fff !important; text-decoration: none; font-weight: 800; font-size: 0.8rem; padding: 10px 18px; border-radius: 30px; white-space: nowrap; }
    .btn-solid:hover { background: var(--accent); }
    .btn-outline { display: inline-block; background: transparent; border: 2px solid var(--ink); color: var(--ink) !important; text-decoration: none; font-weight: 800; font-size: 0.8rem; padding: 9px 18px; border-radius: 30px; }
    .btn-outline:hover { background: var(--ink); color: #fff !important; }

    /* ---------- Section shell (top-page-en.html と共通) ---------- */
    section.block { padding: 58px 0; border-bottom: 3px solid var(--ink); }
    section.block:last-of-type { border-bottom: none; }
    .block-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 28px; flex-wrap: wrap; gap: 10px; }
    .block-head h2 { font-size: 1.7rem; color: var(--ink); margin: 6px 0 0; }
    .block-head p { color: var(--ink-soft); font-size: 0.88rem; margin: 0; }

    /* ---------- Cluster / trend tiles (top-page-en.html と共通、関連ガイドで再利用) ---------- */
    .cluster-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 190px; gap: 16px; }
    .cluster-tile { position: relative; overflow: hidden; text-decoration: none; display: block; border: 2px solid var(--ink); }
    .cluster-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
    .cluster-tile:hover img { transform: scale(1.06); }
    .cluster-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,20,26,0) 40%, rgba(20,20,26,0.85) 100%); }
    .cluster-info { position: absolute; left: 16px; right: 16px; bottom: 14px; z-index: 2; }
    .cluster-info .c-count { display: inline-block; font-size: 0.66rem; font-weight: 800; color: var(--ink); background: var(--tag-yellow); padding: 3px 9px; border-radius: 12px; margin-bottom: 8px; }
    .cluster-info .c-title { font-family: 'Archivo Black', sans-serif; color: #fff; font-size: 1.05rem; line-height: 1.2; }

    /* ---------- FAQ (top-page-en.html と共通) ---------- */
    .faq-list { border: 2px solid var(--ink); border-left: 4px solid var(--red); border-bottom: 4px solid var(--red); padding: 6px 24px; }
    .faq-item { border-bottom: 1px solid var(--border); padding: 18px 0; }
    .faq-item:last-child { border-bottom: none; }
    .faq-q { font-weight: 800; color: var(--ink); font-size: 0.98rem; margin-bottom: 6px; }
    .faq-a { color: var(--ink-soft); font-size: 0.88rem; line-height: 1.6; }

    /* ---------- Trust (top-page-en.html と共通) ---------- */
    section.trust { background: var(--ink); border-bottom: none; }
    section.trust .block-head h2, section.trust .block-head p { color: #fff; }
    section.trust .block-head p { color: #c8c5c0; }
    section.trust .grid-ref { color: var(--yellow); }
    .trust-box { border: 2px solid rgba(255,255,255,0.3); border-left: 4px solid var(--blue); border-bottom: 4px solid var(--blue); padding: 20px 24px; }
    .trust-box p { color: #c8c5c0; font-size: 0.86rem; line-height: 1.7; margin: 0; }
    .trust-box ul { margin: 0; padding-left: 20px; color: #c8c5c0; font-size: 0.86rem; line-height: 1.8; }
    .trust-box li { margin-bottom: 8px; }
    .trust-box li:last-child { margin-bottom: 0; }
    .trust-box strong { color: #fff; }
    .trust-box a { color: var(--yellow); text-decoration: underline; }
    .trust-box a:hover { color: #fff; }

    /* ---------- Footer (top-page-en.html と共通) ---------- */
    .footer-band { display: flex; height: 6px; }
    .footer-band span { flex: 1; }
    .footer-band span:nth-child(1) { background: var(--red); }
    .footer-band span:nth-child(2) { background: var(--blue); }
    .footer-band span:nth-child(3) { background: var(--yellow); }
    footer.site-footer { background: var(--ink); color: #cbd5e1; padding: 40px 0 24px; font-size: 0.82rem; }
    .footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 24px; margin-bottom: 28px; }
    .footer-col h3 { color: #fff; font-size: 0.82rem; margin: 0 0 10px; font-family: 'Archivo Black', sans-serif; }
    .footer-col a { display: block; color: #cbd5e1; text-decoration: none; margin-bottom: 6px; }
    .footer-col a:hover { color: var(--accent); }
    .footer-bottom { border-top: 1px solid #33333c; padding-top: 18px; font-size: 0.74rem; color: #8a8790; }

    /* ---------- Back-to-top FAB: オリジナルのデ・ステイル風菱形コンポジション ---------- */
    .mondrian-fab { position: fixed; right: 24px; bottom: 24px; width: 62px; height: 62px; padding: 0; border: none; background: transparent; cursor: pointer; z-index: 999; opacity: 0; transform: translateY(14px); pointer-events: none; transition: opacity .3s ease, transform .3s ease; }
    .mondrian-fab.is-visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
    .mondrian-fab:focus-visible { outline: 3px solid var(--red); outline-offset: 6px; }
    .fab-art { width: 100%; height: 100%; display: block; filter: drop-shadow(3px 4px 0 rgba(17,17,17,0.22)); transition: transform .2s ease, filter .2s ease; }
    .mondrian-fab:hover .fab-art { transform: scale(1.06); filter: drop-shadow(4px 6px 3px rgba(17,17,17,0.3)); }
    .fab-border { stroke: var(--ink); }

    /* =========================================================
       ここから下層ページ（記事）専用の新規コンポーネント。
       色・罫線・角丸なし等のルールは top-page-en.html のトークンをそのまま継承。
       ========================================================= */

    /* ---------- Breadcrumb ---------- */
    .breadcrumb { padding-top: 16px; padding-bottom: 16px; border-bottom: 1px solid var(--border); }
    .breadcrumb ol { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 6px; font-size: 0.76rem; font-weight: 700; }
    .breadcrumb li { display: flex; align-items: center; gap: 6px; }
    .breadcrumb li:not(:last-child)::after { content: "/"; color: #b9b3a4; margin-left: 6px; }
    .breadcrumb a { color: var(--ink-soft); text-decoration: none; }
    .breadcrumb a:hover { color: var(--accent); }
    .breadcrumb li[aria-current] { color: var(--ink); }

    /* ---------- Article hero ---------- */
    section.article-hero { padding: 40px 0 0; border-bottom: 6px solid var(--ink); }
    .article-hero-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 28px; align-items: start; margin-bottom: 30px; }
    .article-hero-photo { border: 3px solid var(--ink); overflow: hidden; }
    .article-hero-photo img { width: 100%; height: 340px; object-fit: cover; }
    .lightbox-img { cursor: zoom-in; }
    .lightbox-img:hover { opacity: 0.88; }
    @media (max-width: 760px) {
        .lightbox-hero { cursor: default; }
        .lightbox-hero:hover { opacity: 1; }
    }
    h1.article-title { font-size: 2.3rem; line-height: 1.1; color: var(--ink); margin: 14px 0 14px; letter-spacing: -0.01em; }
    .article-dek { font-size: 1rem; line-height: 1.6; margin-bottom: 20px; max-width: 480px; }
    .article-meta { display: flex; gap: 14px; flex-wrap: wrap; font-size: 0.74rem; color: var(--ink-soft); margin-bottom: 22px; }
    .article-cta-row { display: flex; gap: 12px; flex-wrap: wrap; }
    .cta-solid-slot { display: inline-block; }
    #primaryKlookCta.is-floating { position: fixed; z-index: 25; margin: 0; }
    @media (max-width: 760px) {
        #primaryKlookCta.is-floating { position: static !important; }
    }

    /* Quick facts strip: 価格・所要時間・アクセスなどを一覧できる帯 */
    .quick-facts { display: grid; grid-template-columns: repeat(4, 1fr); border: 2px solid var(--ink); background: var(--card-bg); margin-bottom: 34px; }
    .qf-item { padding: 16px 18px; border-right: 1px solid var(--border); }
    .qf-item:last-child { border-right: none; }
    .qf-label { font-size: 0.66rem; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 4px; }
    .qf-value { font-family: 'Archivo Black', sans-serif; font-size: 1rem; color: var(--ink); line-height: 1.25; }
    .qf-value .accent { color: var(--accent); }
    @media (max-width: 760px) {
        .article-hero-grid { grid-template-columns: 1fr; }
        .quick-facts { grid-template-columns: repeat(2, 1fr); }
        .qf-item:nth-child(2) { border-right: none; }
    }

    /* ---------- On this page (TOC) ---------- */
    .article-layout { display: grid; grid-template-columns: 220px 1fr; gap: 40px; align-items: start; }
    .article-layout > * { min-width: 0; }
    .toc { border: 2px solid var(--ink); border-left: 4px solid var(--yellow); border-bottom: 4px solid var(--yellow); background: var(--card-bg); padding: 18px 22px; margin-bottom: 0; position: sticky; top: 96px; }
    .toc h2 { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--ink); margin: 0 0 10px; }
    .toc ol { margin: 0; padding-left: 18px; font-size: 0.86rem; line-height: 1.9; }
    .toc a { color: var(--ink-soft); text-decoration: none; font-weight: 700; }
    .toc a:hover { color: var(--accent); }
    @media (max-width: 760px) {
        .article-layout { grid-template-columns: 1fr; gap: 20px; }
        .toc { position: static; }
        .toc ol { display: flex; flex-wrap: wrap; gap: 6px 16px; padding-left: 0; list-style: none; }
    }

    /* ---------- Article body copy ---------- */
    .article-body h2 { font-size: 1.5rem; color: var(--ink); margin: 0 0 14px; }
    .article-body h2[id] { scroll-margin-top: 40px; }
    section[id] { scroll-margin-top: 40px; }
    .article-body h3 { font-size: 1.1rem; color: var(--ink); margin: 22px 0 10px; }
    .article-body p { font-size: 0.92rem; line-height: 1.75; margin: 0 0 16px; }
    .article-body ul, .article-body ol { font-size: 0.92rem; line-height: 1.75; padding-left: 20px; margin: 0 0 16px; }
    .callout { border: 2px solid var(--ink); border-left: 4px solid var(--blue); border-bottom: 4px solid var(--blue); background: var(--blue-soft); padding: 16px 20px; margin: 0 0 24px; }
    .callout p { margin: 0; font-size: 0.86rem; }
    .callout strong { color: var(--blue-dark); }

    /* ---------- Price table ---------- */
    .price-table-wrap { border: 2px solid var(--ink); overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 10px; }
    table.price-table { width: 100%; min-width: 460px; border-collapse: collapse; background: var(--card-bg); font-size: 0.86rem; }
    table.price-table th, table.price-table td { padding: 12px 16px; text-align: left; border-bottom: 1px solid var(--border); }
    table.price-table thead th { background: var(--ink); color: #fff; font-family: 'Archivo Black', sans-serif; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.04em; }
    table.price-table tbody tr:last-child td { border-bottom: none; }
    table.price-table td.price { font-weight: 800; color: var(--accent); white-space: nowrap; }
    table.price-table tbody tr:nth-child(odd) { background: var(--bg); }

    /* ---------- Numbered steps (how to book) ---------- */
    .steps-list { list-style: none; margin: 0 0 8px; padding: 0; counter-reset: step; }
    .steps-list li { position: relative; padding: 4px 0 22px 46px; border-left: 2px solid var(--border); margin-left: 17px; }
    .steps-list li:last-child { border-left: 2px solid transparent; padding-bottom: 0; }
    .steps-list li::before { counter-increment: step; content: counter(step); position: absolute; left: -17px; top: 0; width: 34px; height: 34px; background: var(--ink); color: #fff; font-family: 'Archivo Black', sans-serif; font-size: 0.9rem; display: flex; align-items: center; justify-content: center; }
    .steps-list h3 { margin: 0 0 6px; font-size: 1rem; color: var(--ink); }
    .steps-list p { margin: 0; font-size: 0.88rem; line-height: 1.7; }

    /* ---------- Access / info card ---------- */
    .info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: stretch; }
    .info-card { border: 2px solid var(--ink); background: var(--card-bg); padding: 20px 22px; }
    .info-card h3 { margin: 0 0 10px; font-size: 0.95rem; color: var(--ink); }
    .info-card dl { margin: 0; font-size: 0.86rem; }
    .info-card dt { font-weight: 800; color: var(--ink-soft); margin-top: 10px; }
    .info-card dt:first-child { margin-top: 0; }
    .info-card dd { margin: 2px 0 0; }
    .map-embed { border: 2px solid var(--ink); height: 100%; min-height: 260px; }
    .map-embed iframe { width: 100%; height: 100%; border: 0; display: block; }
    @media (max-width: 760px) { .info-grid { grid-template-columns: 1fr; } }

    /* ---------- Photo gallery ---------- */
    .gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
    .gallery-grid img { width: 100%; height: 150px; object-fit: cover; border: 1px solid var(--border); }
    @media (max-width: 760px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); } }

    /* ---------- Lightbox (photo click-to-enlarge) ---------- */
    .lightbox-overlay {
        position: fixed; inset: 0; z-index: 1000;
        background: rgba(17,17,17,0.92);
        display: none;
        align-items: center; justify-content: center;
        padding: 60px 24px;
    }
    .lightbox-overlay.is-open { display: flex; }
    .lightbox-figure { position: relative; width: min(1100px, 92vw); }
    .lightbox-stage { position: relative; width: 100%; height: min(760px, 82vh); display: flex; align-items: center; justify-content: center; }
    .lightbox-stage img { width: 100%; height: 100%; object-fit: contain; border: 3px solid #fff; display: block; background: rgba(255,255,255,0.03); }
    .lightbox-caption { color: #cbd5e1; font-size: 0.8rem; text-align: center; margin-top: 12px; }
    .lightbox-close {
        position: absolute; top: -18px; right: -18px;
        width: 40px; height: 40px;
        background: var(--red); color: #fff; border: 3px solid #fff;
        font-family: 'Archivo Black', sans-serif; font-size: 1.1rem; line-height: 1;
        display: flex; align-items: center; justify-content: center;
        cursor: pointer;
    }
    .lightbox-close:hover { background: var(--ink); }
    .lightbox-nav {
        position: absolute; top: 50%; transform: translateY(-50%);
        width: 44px; height: 44px;
        background: var(--ink); color: #fff; border: 3px solid #fff;
        font-family: 'Archivo Black', sans-serif; font-size: 1.2rem; line-height: 1;
        display: flex; align-items: center; justify-content: center;
        cursor: pointer; z-index: 2;
    }
    .lightbox-nav:hover { background: var(--accent); }
    .lightbox-nav.prev { left: -20px; }
    .lightbox-nav.next { right: -20px; }
    .lightbox-overlay:not(.has-multiple) .lightbox-nav { display: none; }
    .lightbox-counter { color: #8a8790; font-size: 0.72rem; text-align: center; margin-top: 4px; }
    @media (max-width: 640px) {
        .lightbox-overlay { padding: 40px 16px; }
        .lightbox-close { top: -14px; right: 0; }
        .lightbox-nav { width: 36px; height: 36px; }
        .lightbox-nav.prev { left: -8px; }
        .lightbox-nav.next { right: -8px; }
    }

    /* ---------- Related guides (trend-card 流用) ---------- */
    .trend-list { display: flex; flex-direction: column; gap: 12px; }
    .trend-card { display: flex; gap: 12px; align-items: center; border: 1px solid var(--border); padding: 10px; text-decoration: none; background: var(--card-bg); }
    .trend-card img { width: 66px; height: 66px; object-fit: cover; flex-shrink: 0; }
    .trend-tag { display: inline-block; font-size: 0.62rem; font-weight: 800; color: var(--accent-dark); background: var(--accent-soft); padding: 2px 8px; border-radius: 10px; margin-bottom: 6px; }
    .trend-title { font-weight: 800; color: var(--ink); font-size: 0.85rem; line-height: 1.35; }
    .trend-meta { font-size: 0.7rem; color: var(--ink-soft); margin-top: 4px; }
    .related-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
    @media (max-width: 760px) { .related-grid { grid-template-columns: 1fr; } }

    /* ---------- Sticky mobile book bar ---------- */
    .sticky-book-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; background: var(--ink); border-top: 3px solid var(--accent); padding: 12px 20px; display: none; align-items: center; justify-content: space-between; gap: 12px; }
    .sticky-book-bar .sb-price { color: #fff; font-size: 0.8rem; }
    .sticky-book-bar .sb-price strong { color: var(--yellow); font-family: 'Archivo Black', sans-serif; font-size: 1rem; display: block; }
    @media (max-width: 760px) {
        .sticky-book-bar { display: flex; padding: 12px 16px; }
        body { padding-bottom: 70px; }
        .mondrian-fab { bottom: 86px; }
        .sticky-book-bar .sb-price { flex-shrink: 0; font-size: 0.72rem; }
        .sticky-book-bar #stickyKlookCta {
            width: auto; max-width: 60%; flex: 1 1 auto; min-width: 0;
            overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
        }
    }

    *, *::before, *::after { border-radius: 0 !important; }

    *, *::before, *::after { border-radius: 0 !important; }
    .vs-hero-grid { display: grid; grid-template-columns: 1fr auto 1fr; gap: 0; align-items: stretch; border: 3px solid var(--ink); margin-bottom: 24px; }
    .vs-side { padding: 22px 24px; background: var(--card-bg); }
    .vs-side.side-a { border-right: 1px solid var(--border); }
    .vs-side h3 { margin: 0 0 6px; font-size: 1.1rem; color: var(--ink); font-family: 'Archivo Black', sans-serif; }
    .vs-side .vs-loc { font-size: 0.78rem; color: var(--ink-soft); margin-bottom: 10px; }
    .vs-side .vs-price { font-family: 'Archivo Black', sans-serif; color: var(--accent); font-size: 1.3rem; }
    .vs-side .vs-price span { font-size: .6em; color: var(--ink-soft); font-weight: 600; }
    .vs-divider { display: flex; align-items: center; justify-content: center; width: 54px; background: var(--ink); color: #fff; font-family: 'Archivo Black', sans-serif; font-size: 0.9rem; }
    @media (max-width: 760px) {
        .vs-hero-grid { grid-template-columns: 1fr; }
        .vs-side.side-a { border-right: none; border-bottom: 1px solid var(--border); }
        .vs-divider { width: 100%; padding: 6px 0; }
    }
    .verdict-box { border: 2px solid var(--ink); border-left: 4px solid var(--red); border-bottom: 4px solid var(--red); background: var(--red-soft); padding: 18px 22px; margin: 0 0 30px; }
    .verdict-box .v-label { font-size: 0.68rem; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase; color: var(--red-dark); margin-bottom: 6px; }
    .verdict-box p { margin: 0; font-size: 0.92rem; line-height: 1.7; color: var(--ink-soft); max-width: none; }
    .pick-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
    .pick-card { border: 2px solid var(--ink); background: var(--card-bg); padding: 20px 22px; }
    .pick-card h3 { margin: 0 0 10px; font-size: 1rem; color: var(--ink); }
    .pick-card ul { margin: 0; padding-left: 18px; font-size: 0.88rem; line-height: 1.75; }
    @media (max-width: 760px) { .pick-grid { grid-template-columns: 1fr; } }
    .cta-select {
        display: inline-block; appearance: none; -webkit-appearance: none; -moz-appearance: none;
        background-color: var(--ink); color: #fff !important; font-weight: 800; font-size: 0.8rem;
        border: none; padding: 10px 32px 10px 14px; border-radius: 30px; cursor: pointer; white-space: nowrap; font-size: 0.76rem;
        width: 220px; overflow: hidden; text-overflow: ellipsis;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23fff' stroke-width='1.6' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat; background-position: right 16px center;
    }
    .cta-select:hover { background-color: var(--accent); }
    .cta-select option { color: var(--ink); background: #fff; }
    #primaryKlookCta.is-floating { position: fixed; z-index: 25; margin: 0; }
    @media (max-width: 760px) { #primaryKlookCta.is-floating { position: static !important; } }


/* =========================================================
   Inlined page CSS migrated from: tokyo-museums/grutto-pass-ueno-1day-itinerary/index.html
   ========================================================= */
.map-container { position: relative; z-index: 0; height: 380px; width: 100%; border-radius: 0; overflow: hidden; border: 2px solid var(--ink); margin-bottom: 8px; }
  .route-map-note { font-size: 0.76rem; color: var(--ink-soft); margin-bottom: 24px; }


/* =========================================================
   Inlined page CSS migrated from: tokyo-museums/teamlab-borderless-vs-planets/index.html
   ========================================================= */
/* =========================================================
       このセクションは top-page-en.html と同一のトークン／基礎コンポーネント。
       サイト全体の一貫性を保つため、値は変更せずそのままで。
       ========================================================= */
    :root {
        --ink: #111111;
        --ink-soft: #34322c;
        --bg: #F7F4EB;
        --card-bg: #ffffff;
        --border: #111111;
        --track: #E6E1D0;

        --red: #D5001F;
        --red-dark: #970015;
        --red-soft: #FBE1E2;
        --blue: #0033A0;
        --blue-dark: #001F63;
        --blue-soft: #DEE7F8;
        --yellow: #FFCC00;
        --yellow-dark: #6B4E00;
        --yellow-soft: #FFF2BF;

        --accent: var(--red);
        --accent-dark: var(--red-dark);
        --accent-soft: var(--red-soft);
        --tag-yellow: var(--yellow);
        --tag-teal: var(--blue);
        --tag-blue: var(--blue);
    }
    * { box-sizing: border-box; }
    html { scroll-padding-top: 40px; overflow-x: hidden; }
    body { font-family: 'Inter', 'Hiragino Kaku Gothic ProN', sans-serif; background: var(--bg); color: var(--ink-soft); margin: 0; }
    #lang_switch { display: none; } /* release: English only for now, language switcher hidden */
    .display { font-family: 'Archivo Black', 'Inter', sans-serif; }
    a { color: var(--accent); }
    img { max-width: 100%; display: block; }
    .wrap { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
    .eyebrow-tag { display: inline-flex; align-items: center; gap: 6px; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; padding: 5px 12px; border-radius: 20px; color: var(--ink); }
    .tag-pink  { background: var(--accent-soft); color: var(--accent-dark); }
    .tag-yellow{ background: var(--yellow-soft); color: var(--yellow-dark); }
    .tag-teal  { background: var(--blue-soft); color: var(--blue-dark); }
    .grid-ref { font-family: 'IBM Plex Mono', monospace; font-size: 0.68rem; font-weight: 700; color: var(--ink-soft); letter-spacing: 0.06em; margin-right: 8px; vertical-align: middle; }

    /* ---------- Header (top-page-en.html と共通) ---------- */
    header { padding: 0 50px; display: flex; align-items: center; justify-content: space-between; height: 72px; background: var(--bg); border-bottom: 3px solid var(--ink); position: sticky; top: 0; z-index: 30; }
    @media (max-width: 760px) { header { padding: 0 24px; } }
    header .logo a { display: block; width: 114px; }
    header .lang:hover { cursor: pointer; }
    header .lang ul { list-style: none; margin: 0; padding: 0; }
    header .lang ul li { position: relative; padding: 22px 8px 2px; border-left: 1px solid #f7bbc2; border-right: 1px solid #f7bbc2; font-size: 12px; display: inline-block; }
    header .lang ul li::before { content: ""; display: block; width: 32px; height: 32px; background-size: 32px 32px; position: absolute; top: -5px; left: 50%; transform: translateX(-50%); background: url(https://livejapan.com/public/operation/coupon/assets/image/ico_lang.webp) no-repeat center/contain; }
    header .lang ul li span { display: inline-block; vertical-align: bottom; color: #f0232d; font-size: 12px; line-height: 1; }
    header .lang ul li form { margin: 0; }
    header .lang ul li form select { width: 100%; height: 100%; position: absolute; top: 0; left: 0; opacity: 0; overflow: hidden; font-size: 15px; text-align: center; }
    header .lang ul li form select:hover { cursor: pointer; }

    .btn-solid { display: inline-block; background: var(--ink); color: #fff !important; text-decoration: none; font-weight: 800; font-size: 0.8rem; padding: 10px 18px; border-radius: 30px; white-space: nowrap; }
    .btn-solid:hover { background: var(--accent); }
    .btn-outline { display: inline-block; background: transparent; border: 2px solid var(--ink); color: var(--ink) !important; text-decoration: none; font-weight: 800; font-size: 0.8rem; padding: 9px 18px; border-radius: 30px; }
    .btn-outline:hover { background: var(--ink); color: #fff !important; }

    /* ---------- Section shell (top-page-en.html と共通) ---------- */
    section.block { padding: 58px 0; border-bottom: 3px solid var(--ink); }
    section.block:last-of-type { border-bottom: none; }
    .block-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 28px; flex-wrap: wrap; gap: 10px; }
    .block-head h2 { font-size: 1.7rem; color: var(--ink); margin: 6px 0 0; }
    .block-head p { color: var(--ink-soft); font-size: 0.88rem; margin: 0; }

    /* ---------- Cluster / trend tiles (top-page-en.html と共通、関連ガイドで再利用) ---------- */
    .cluster-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 190px; gap: 16px; }
    .cluster-tile { position: relative; overflow: hidden; text-decoration: none; display: block; border: 2px solid var(--ink); }
    .cluster-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
    .cluster-tile:hover img { transform: scale(1.06); }
    .cluster-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,20,26,0) 40%, rgba(20,20,26,0.85) 100%); }
    .cluster-info { position: absolute; left: 16px; right: 16px; bottom: 14px; z-index: 2; }
    .cluster-info .c-count { display: inline-block; font-size: 0.66rem; font-weight: 800; color: var(--ink); background: var(--tag-yellow); padding: 3px 9px; border-radius: 12px; margin-bottom: 8px; }
    .cluster-info .c-title { font-family: 'Archivo Black', sans-serif; color: #fff; font-size: 1.05rem; line-height: 1.2; }

    /* ---------- FAQ (top-page-en.html と共通) ---------- */
    .faq-list { border: 2px solid var(--ink); border-left: 4px solid var(--red); border-bottom: 4px solid var(--red); padding: 6px 24px; }
    .faq-item { border-bottom: 1px solid var(--border); padding: 18px 0; }
    .faq-item:last-child { border-bottom: none; }
    .faq-q { font-weight: 800; color: var(--ink); font-size: 0.98rem; margin-bottom: 6px; }
    .faq-a { color: var(--ink-soft); font-size: 0.88rem; line-height: 1.6; }

    /* ---------- Trust (top-page-en.html と共通) ---------- */
    section.trust { background: var(--ink); border-bottom: none; }
    section.trust .block-head h2, section.trust .block-head p { color: #fff; }
    section.trust .block-head p { color: #c8c5c0; }
    section.trust .grid-ref { color: var(--yellow); }
    .trust-box { border: 2px solid rgba(255,255,255,0.3); border-left: 4px solid var(--blue); border-bottom: 4px solid var(--blue); padding: 20px 24px; }
    .trust-box p { color: #c8c5c0; font-size: 0.86rem; line-height: 1.7; margin: 0; }
    .trust-box ul { margin: 0; padding-left: 20px; color: #c8c5c0; font-size: 0.86rem; line-height: 1.8; }
    .trust-box li { margin-bottom: 8px; }
    .trust-box li:last-child { margin-bottom: 0; }
    .trust-box strong { color: #fff; }
    .trust-box a { color: var(--yellow); text-decoration: underline; }
    .trust-box a:hover { color: #fff; }

    /* ---------- Footer (top-page-en.html と共通) ---------- */
    .footer-band { display: flex; height: 6px; }
    .footer-band span { flex: 1; }
    .footer-band span:nth-child(1) { background: var(--red); }
    .footer-band span:nth-child(2) { background: var(--blue); }
    .footer-band span:nth-child(3) { background: var(--yellow); }
    footer.site-footer { background: var(--ink); color: #cbd5e1; padding: 40px 0 24px; font-size: 0.82rem; }
    .footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 24px; margin-bottom: 28px; }
    .footer-col h3 { color: #fff; font-size: 0.82rem; margin: 0 0 10px; font-family: 'Archivo Black', sans-serif; }
    .footer-col a { display: block; color: #cbd5e1; text-decoration: none; margin-bottom: 6px; }
    .footer-col a:hover { color: var(--accent); }
    .footer-bottom { border-top: 1px solid #33333c; padding-top: 18px; font-size: 0.74rem; color: #8a8790; }

    /* ---------- Back-to-top FAB: オリジナルのデ・ステイル風菱形コンポジション ---------- */
    .mondrian-fab { position: fixed; right: 24px; bottom: 24px; width: 62px; height: 62px; padding: 0; border: none; background: transparent; cursor: pointer; z-index: 999; opacity: 0; transform: translateY(14px); pointer-events: none; transition: opacity .3s ease, transform .3s ease; }
    .mondrian-fab.is-visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
    .mondrian-fab:focus-visible { outline: 3px solid var(--red); outline-offset: 6px; }
    .fab-art { width: 100%; height: 100%; display: block; filter: drop-shadow(3px 4px 0 rgba(17,17,17,0.22)); transition: transform .2s ease, filter .2s ease; }
    .mondrian-fab:hover .fab-art { transform: scale(1.06); filter: drop-shadow(4px 6px 3px rgba(17,17,17,0.3)); }
    .fab-border { stroke: var(--ink); }

    /* =========================================================
       ここから下層ページ（記事）専用の新規コンポーネント。
       色・罫線・角丸なし等のルールは top-page-en.html のトークンをそのまま継承。
       ========================================================= */

    /* ---------- Breadcrumb ---------- */
    .breadcrumb { padding-top: 16px; padding-bottom: 16px; border-bottom: 1px solid var(--border); }
    .breadcrumb ol { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 6px; font-size: 0.76rem; font-weight: 700; }
    .breadcrumb li { display: flex; align-items: center; gap: 6px; }
    .breadcrumb li:not(:last-child)::after { content: "/"; color: #b9b3a4; margin-left: 6px; }
    .breadcrumb a { color: var(--ink-soft); text-decoration: none; }
    .breadcrumb a:hover { color: var(--accent); }
    .breadcrumb li[aria-current] { color: var(--ink); }

    /* ---------- Article hero ---------- */
    section.article-hero { padding: 40px 0 0; border-bottom: 6px solid var(--ink); }
    .article-hero-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 28px; align-items: start; margin-bottom: 30px; }
    .article-hero-photo { border: 3px solid var(--ink); overflow: hidden; }
    .article-hero-photo img { width: 100%; height: 340px; object-fit: cover; }
    .lightbox-img { cursor: zoom-in; }
    .lightbox-img:hover { opacity: 0.88; }
    @media (max-width: 760px) {
        .lightbox-hero { cursor: default; }
        .lightbox-hero:hover { opacity: 1; }
    }
    h1.article-title { font-size: 2.3rem; line-height: 1.1; color: var(--ink); margin: 14px 0 14px; letter-spacing: -0.01em; }
    .article-dek { font-size: 1rem; line-height: 1.6; margin-bottom: 20px; max-width: 480px; }
    .article-meta { display: flex; gap: 14px; flex-wrap: wrap; font-size: 0.74rem; color: var(--ink-soft); margin-bottom: 22px; }
    .article-cta-row { display: flex; gap: 12px; flex-wrap: wrap; }
    .cta-solid-slot { display: inline-block; }
    #primaryKlookCta.is-floating { position: fixed; z-index: 25; margin: 0; }
    @media (max-width: 760px) {
        #primaryKlookCta.is-floating { position: static !important; }
    }
    .cta-select {
        display: inline-block; appearance: none; -webkit-appearance: none; -moz-appearance: none;
        background-color: var(--ink); color: #fff !important; font-weight: 800; font-size: 0.8rem;
        border: none; padding: 10px 32px 10px 14px; border-radius: 30px; cursor: pointer; white-space: nowrap; font-size: 0.76rem;
        width: 220px; overflow: hidden; text-overflow: ellipsis;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23fff' stroke-width='1.6' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat; background-position: right 16px center;
    }
    .cta-select:hover { background-color: var(--accent); }
    .cta-select option { color: var(--ink); background: #fff; }

    /* Quick facts strip: 価格・所要時間・アクセスなどを一覧できる帯 */
    .quick-facts { display: grid; grid-template-columns: repeat(4, 1fr); border: 2px solid var(--ink); background: var(--card-bg); margin-bottom: 34px; }
    .qf-item { padding: 16px 18px; border-right: 1px solid var(--border); }
    .qf-item:last-child { border-right: none; }
    .qf-label { font-size: 0.66rem; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 4px; }
    .qf-value { font-family: 'Archivo Black', sans-serif; font-size: 1rem; color: var(--ink); line-height: 1.25; }
    .qf-value .accent { color: var(--accent); }
    @media (max-width: 760px) {
        .article-hero-grid { grid-template-columns: 1fr; }
        .quick-facts { grid-template-columns: repeat(2, 1fr); }
        .qf-item:nth-child(2) { border-right: none; }
    }

    /* ---------- On this page (TOC) ---------- */
    .article-layout { display: grid; grid-template-columns: 220px 1fr; gap: 40px; align-items: start; }
    .article-layout > * { min-width: 0; }
    .toc { border: 2px solid var(--ink); border-left: 4px solid var(--yellow); border-bottom: 4px solid var(--yellow); background: var(--card-bg); padding: 18px 22px; margin-bottom: 0; position: sticky; top: 96px; }
    .toc h2 { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--ink); margin: 0 0 10px; }
    .toc ol { margin: 0; padding-left: 18px; font-size: 0.86rem; line-height: 1.9; }
    .toc a { color: var(--ink-soft); text-decoration: none; font-weight: 700; }
    .toc a:hover { color: var(--accent); }
    @media (max-width: 760px) {
        .article-layout { grid-template-columns: 1fr; gap: 20px; }
        .toc { position: static; }
        .toc ol { display: flex; flex-wrap: wrap; gap: 6px 16px; padding-left: 0; list-style: none; }
    }

    /* ---------- Article body copy ---------- */
    .article-body h2 { font-size: 1.5rem; color: var(--ink); margin: 0 0 14px; }
    .article-body h2[id] { scroll-margin-top: 40px; }
    section[id] { scroll-margin-top: 40px; }
    .article-body h3 { font-size: 1.1rem; color: var(--ink); margin: 22px 0 10px; }
    .article-body p { font-size: 0.92rem; line-height: 1.75; margin: 0 0 16px; }
    .article-body ul, .article-body ol { font-size: 0.92rem; line-height: 1.75; padding-left: 20px; margin: 0 0 16px; }
    .callout { border: 2px solid var(--ink); border-left: 4px solid var(--blue); border-bottom: 4px solid var(--blue); background: var(--blue-soft); padding: 16px 20px; margin: 0 0 24px; }
    .callout p { margin: 0; font-size: 0.86rem; }
    .callout strong { color: var(--blue-dark); }

    /* ---------- Price table ---------- */
    .price-table-wrap { border: 2px solid var(--ink); overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 10px; }
    table.price-table { width: 100%; min-width: 460px; border-collapse: collapse; background: var(--card-bg); font-size: 0.86rem; }
    table.price-table th, table.price-table td { padding: 12px 16px; text-align: left; border-bottom: 1px solid var(--border); }
    table.price-table thead th { background: var(--ink); color: #fff; font-family: 'Archivo Black', sans-serif; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.04em; }
    table.price-table tbody tr:last-child td { border-bottom: none; }
    table.price-table td.price { font-weight: 800; color: var(--accent); white-space: nowrap; }
    table.price-table tbody tr:nth-child(odd) { background: var(--bg); }

    /* ---------- Numbered steps (how to book) ---------- */
    .steps-list { list-style: none; margin: 0 0 8px; padding: 0; counter-reset: step; }
    .steps-list li { position: relative; padding: 4px 0 22px 46px; border-left: 2px solid var(--border); margin-left: 17px; }
    .steps-list li:last-child { border-left: 2px solid transparent; padding-bottom: 0; }
    .steps-list li::before { counter-increment: step; content: counter(step); position: absolute; left: -17px; top: 0; width: 34px; height: 34px; background: var(--ink); color: #fff; font-family: 'Archivo Black', sans-serif; font-size: 0.9rem; display: flex; align-items: center; justify-content: center; }
    .steps-list h3 { margin: 0 0 6px; font-size: 1rem; color: var(--ink); }
    .steps-list p { margin: 0; font-size: 0.88rem; line-height: 1.7; }

    /* ---------- Access / info card ---------- */
    .info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: stretch; }
    .info-card { border: 2px solid var(--ink); background: var(--card-bg); padding: 20px 22px; }
    .info-card h3 { margin: 0 0 10px; font-size: 0.95rem; color: var(--ink); }
    .info-card dl { margin: 0; font-size: 0.86rem; }
    .info-card dt { font-weight: 800; color: var(--ink-soft); margin-top: 10px; }
    .info-card dt:first-child { margin-top: 0; }
    .info-card dd { margin: 2px 0 0; }
    .map-embed { border: 2px solid var(--ink); height: 100%; min-height: 260px; }
    .map-embed iframe { width: 100%; height: 100%; border: 0; display: block; }
    @media (max-width: 760px) { .info-grid { grid-template-columns: 1fr; } }

    /* ---------- Photo gallery ---------- */
    .gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
    .gallery-grid img { width: 100%; height: 150px; object-fit: cover; border: 1px solid var(--border); }
    @media (max-width: 760px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); } }

    /* ---------- Lightbox (photo click-to-enlarge) ---------- */
    .lightbox-overlay {
        position: fixed; inset: 0; z-index: 1000;
        background: rgba(17,17,17,0.92);
        display: none;
        align-items: center; justify-content: center;
        padding: 60px 24px;
    }
    .lightbox-overlay.is-open { display: flex; }
    .lightbox-figure { position: relative; width: min(1100px, 92vw); }
    .lightbox-stage { position: relative; width: 100%; height: min(760px, 82vh); display: flex; align-items: center; justify-content: center; }
    .lightbox-stage img { width: 100%; height: 100%; object-fit: contain; border: 3px solid #fff; display: block; background: rgba(255,255,255,0.03); }
    .lightbox-caption { color: #cbd5e1; font-size: 0.8rem; text-align: center; margin-top: 12px; }
    .lightbox-close {
        position: absolute; top: -18px; right: -18px;
        width: 40px; height: 40px;
        background: var(--red); color: #fff; border: 3px solid #fff;
        font-family: 'Archivo Black', sans-serif; font-size: 1.1rem; line-height: 1;
        display: flex; align-items: center; justify-content: center;
        cursor: pointer;
    }
    .lightbox-close:hover { background: var(--ink); }
    .lightbox-nav {
        position: absolute; top: 50%; transform: translateY(-50%);
        width: 44px; height: 44px;
        background: var(--ink); color: #fff; border: 3px solid #fff;
        font-family: 'Archivo Black', sans-serif; font-size: 1.2rem; line-height: 1;
        display: flex; align-items: center; justify-content: center;
        cursor: pointer; z-index: 2;
    }
    .lightbox-nav:hover { background: var(--accent); }
    .lightbox-nav.prev { left: -20px; }
    .lightbox-nav.next { right: -20px; }
    .lightbox-overlay:not(.has-multiple) .lightbox-nav { display: none; }
    .lightbox-counter { color: #8a8790; font-size: 0.72rem; text-align: center; margin-top: 4px; }
    @media (max-width: 640px) {
        .lightbox-overlay { padding: 40px 16px; }
        .lightbox-close { top: -14px; right: 0; }
        .lightbox-nav { width: 36px; height: 36px; }
        .lightbox-nav.prev { left: -8px; }
        .lightbox-nav.next { right: -8px; }
    }

    /* ---------- Related guides (trend-card 流用) ---------- */
    .trend-list { display: flex; flex-direction: column; gap: 12px; }
    .trend-card { display: flex; gap: 12px; align-items: center; border: 1px solid var(--border); padding: 10px; text-decoration: none; background: var(--card-bg); }
    .trend-card img { width: 66px; height: 66px; object-fit: cover; flex-shrink: 0; }
    .trend-tag { display: inline-block; font-size: 0.62rem; font-weight: 800; color: var(--accent-dark); background: var(--accent-soft); padding: 2px 8px; border-radius: 10px; margin-bottom: 6px; }
    .trend-title { font-weight: 800; color: var(--ink); font-size: 0.85rem; line-height: 1.35; }
    .trend-meta { font-size: 0.7rem; color: var(--ink-soft); margin-top: 4px; }
    .related-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
    @media (max-width: 760px) { .related-grid { grid-template-columns: 1fr; } }

    /* ---------- Sticky mobile book bar ---------- */
    .sticky-book-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; background: var(--ink); border-top: 3px solid var(--accent); padding: 12px 20px; display: none; align-items: center; justify-content: space-between; gap: 12px; }
    .sticky-book-bar .sb-price { color: #fff; font-size: 0.8rem; }
    .sticky-book-bar .sb-price strong { color: var(--yellow); font-family: 'Archivo Black', sans-serif; font-size: 1rem; display: block; }
    @media (max-width: 760px) {
        .sticky-book-bar { display: flex; padding: 12px 16px; }
        body { padding-bottom: 70px; }
        .mondrian-fab { bottom: 86px; }
        .sticky-book-bar .sb-price { flex-shrink: 0; font-size: 0.72rem; }
        .sticky-book-bar #stickyKlookCta {
            width: auto; max-width: 60%; flex: 1 1 auto; min-width: 0;
            overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
        }
    }

    *, *::before, *::after { border-radius: 0 !important; }

    /* ---------- Comparison template: vs-hero split ---------- */
    .vs-hero-grid { display: grid; grid-template-columns: 1fr auto 1fr; gap: 0; align-items: stretch; border: 3px solid var(--ink); margin-bottom: 24px; }
    .vs-side { padding: 22px 24px; background: var(--card-bg); }
    .vs-side.side-a { border-right: 1px solid var(--border); }
    .vs-side h3 { margin: 0 0 6px; font-size: 1.1rem; color: var(--ink); font-family: 'Archivo Black', sans-serif; }
    .vs-side .vs-loc { font-size: 0.78rem; color: var(--ink-soft); margin-bottom: 10px; }
    .vs-side .vs-price { font-family: 'Archivo Black', sans-serif; color: var(--accent); font-size: 1.3rem; }
    .vs-side .vs-price span { font-size: .6em; color: var(--ink-soft); font-weight: 600; }
    .vs-divider { display: flex; align-items: center; justify-content: center; width: 54px; background: var(--ink); color: #fff; font-family: 'Archivo Black', sans-serif; font-size: 0.9rem; }
    @media (max-width: 760px) {
        .vs-hero-grid { grid-template-columns: 1fr; }
        .vs-side.side-a { border-right: none; border-bottom: 1px solid var(--border); }
        .vs-divider { width: 100%; padding: 6px 0; }
    }
    .verdict-box { border: 2px solid var(--ink); border-left: 4px solid var(--red); border-bottom: 4px solid var(--red); background: var(--red-soft); padding: 18px 22px; margin: 0 0 30px; }
    .verdict-box .v-label { font-size: 0.68rem; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase; color: var(--red-dark); margin-bottom: 6px; }
    .verdict-box p { margin: 0; font-size: 0.92rem; line-height: 1.7; color: var(--ink-soft); max-width: none; }
    table.vs-table thead th:nth-child(2), table.vs-table thead th:nth-child(3) { color: var(--yellow); }
    .pick-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
    .pick-card { border: 2px solid var(--ink); background: var(--card-bg); padding: 20px 22px; }
    .pick-card h3 { margin: 0 0 10px; font-size: 1rem; color: var(--ink); }
    .pick-card ul { margin: 0; padding-left: 18px; font-size: 0.88rem; line-height: 1.75; }
    @media (max-width: 760px) { .pick-grid { grid-template-columns: 1fr; } }


/* =========================================================
   Inlined page CSS migrated from: tokyo-museums/tokyo-museum-grutto-pass/index.html
   ========================================================= */
:root {
        --ink: #111111;
        --ink-soft: #34322c;
        --bg: #F7F4EB;
        --card-bg: #ffffff;
        --border: #111111;
        --track: #E6E1D0;

        --red: #D5001F;
        --red-dark: #970015;
        --red-soft: #FBE1E2;
        --blue: #0033A0;
        --blue-dark: #001F63;
        --blue-soft: #DEE7F8;
        --yellow: #FFCC00;
        --yellow-dark: #6B4E00;
        --yellow-soft: #FFF2BF;

        --accent: var(--red);
        --accent-dark: var(--red-dark);
        --accent-soft: var(--red-soft);
        --tag-yellow: var(--yellow);
        --tag-teal: var(--blue);
        --tag-blue: var(--blue);
    }
    * { box-sizing: border-box; }
    #lang_switch { display: none; }
    body {
        font-family: 'Inter', 'Hiragino Kaku Gothic ProN', sans-serif;
        background: var(--bg);
        color: var(--ink-soft);
        margin: 0;
    }
    .display { font-family: 'Archivo Black', 'Inter', sans-serif; }
    a { color: var(--accent); }
    img { max-width: 100%; display: block; }
    .wrap { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
    .wrap-narrow { max-width: 800px; margin: 0 auto; padding: 0 24px; }
    .eyebrow-tag {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        font-size: 0.7rem;
        font-weight: 800;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        padding: 5px 12px;
        border-radius: 20px;
        color: var(--ink);
    }
    .tag-pink  { background: var(--accent-soft); color: var(--accent-dark); }
    .tag-yellow{ background: var(--yellow-soft); color: var(--yellow-dark); }
    .tag-teal  { background: var(--blue-soft); color: var(--blue-dark); }
    .grid-ref {
        font-family: 'IBM Plex Mono', monospace;
        font-size: 0.68rem;
        font-weight: 700;
        color: var(--ink-soft);
        letter-spacing: 0.06em;
        margin-right: 8px;
        vertical-align: middle;
    }

    header {
        padding: 0 50px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 72px;
        background: var(--bg);
        border-bottom: 3px solid var(--ink);
        position: sticky;
        top: 0;
        z-index: 30;
    }
    header .logo a { display: block; width: 114px; }
    .breadcrumb { font-size: 0.74rem; color: var(--ink-soft); padding: 14px 0 0; }
    .breadcrumb a { color: var(--ink-soft); text-decoration: none; }
    .breadcrumb a:hover { text-decoration: underline; }
    .breadcrumb span.sep { margin: 0 6px; color: #b6b0a2; }

    .btn-solid {
        display: inline-block;
        background: var(--ink);
        color: #fff !important;
        text-decoration: none;
        font-weight: 800;
        font-size: 0.8rem;
        padding: 10px 18px;
        border-radius: 30px;
        white-space: nowrap;
    }
    .btn-solid:hover { background: var(--accent); }
    .btn-outline {
        display: inline-block;
        background: transparent;
        border: 2px solid var(--ink);
        color: var(--ink) !important;
        text-decoration: none;
        font-weight: 800;
        font-size: 0.8rem;
        padding: 9px 18px;
        border-radius: 30px;
    }
    .btn-outline:hover { background: var(--ink); color: #fff !important; }

    /* ---------- Hero (article) ---------- */
    section.hero-article { padding: 30px 0 40px; border-bottom: 6px solid var(--ink); }
    .hero-meta { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; margin-bottom: 14px; }
    h1.hero-title { font-size: 2.35rem; line-height: 1.12; color: var(--ink); margin: 12px 0 16px; letter-spacing: -0.01em; }
    h1.hero-title .hl { color: var(--accent); }
    .hero-sub { font-size: 1.02rem; line-height: 1.65; margin: 0 0 22px; }
    .hero-photo-wrap { position: relative; border: 3px solid var(--ink); margin-bottom: 10px; }
    .hero-photo-wrap img { width: 100%; height: 360px; object-fit: cover; }
    .hero-photo-credit { font-size: 0.66rem; color: #a49f92; margin: 0 0 22px; }
    .hero-cta-row { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
    .hero-price-badge {
        display: inline-flex; align-items: baseline; gap: 6px;
        background: var(--yellow-soft); border: 2px solid var(--ink);
        padding: 8px 14px; font-weight: 800; color: var(--ink);
        font-size: 0.86rem;
    }
    .hero-price-badge b { font-family: 'Archivo Black', sans-serif; font-size: 1.05rem; }

    /* ---------- Author box ---------- */
    .author-box {
        display: flex; gap: 14px; align-items: center;
        background: var(--card-bg); border: 2px solid var(--ink);
        border-left: 4px solid var(--red); border-bottom: 4px solid var(--red);
        padding: 14px 18px; margin: 18px 0 0;
    }
    .author-avatar {
        width: 52px; height: 52px; flex-shrink: 0; border-radius: 50% !important;
        background: var(--ink); color: #fff; display: flex; align-items: center; justify-content: center;
        font-family: 'Archivo Black', sans-serif; font-size: 1.3rem;
    }
    .author-box .a-name { font-weight: 800; color: var(--ink); font-size: 0.92rem; }
    .author-box .a-role { font-size: 0.76rem; color: var(--ink-soft); line-height: 1.5; }
    .author-box .a-role a { color: var(--accent-dark); }

    /* ---------- Section shell ---------- */
    section.block { padding: 52px 0; border-bottom: 3px solid var(--ink); }
    section.block:last-of-type { border-bottom: none; }
    .block-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 26px; flex-wrap: wrap; gap: 10px; }
    .block-head h2 { font-size: 1.6rem; color: var(--ink); margin: 6px 0 0; }
    .block-head p { color: var(--ink-soft); font-size: 0.88rem; margin: 0; }
    .prose { font-size: 0.95rem; line-height: 1.75; }
    .prose h3 { font-size: 1.15rem; color: var(--ink); margin: 26px 0 10px; }
    .prose p { margin: 0 0 16px; }
    .prose ul, .prose ol { margin: 0 0 16px; padding-left: 22px; line-height: 1.75; }
    .prose li { margin-bottom: 6px; }
    .prose strong { color: var(--ink); }

    /* ---------- Verdict box ---------- */
    .verdict-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 22px 0 8px; }
    .verdict-box { border: 2px solid var(--ink); padding: 20px 22px; background: var(--card-bg); }
    .verdict-box.good { border-left: 4px solid var(--blue); border-bottom: 4px solid var(--blue); }
    .verdict-box.bad { border-left: 4px solid var(--red); border-bottom: 4px solid var(--red); }
    .verdict-box h4 { margin: 0 0 10px; font-size: 0.95rem; color: var(--ink); font-family: 'Archivo Black', sans-serif; }
    .verdict-box ul { margin: 0; padding-left: 20px; font-size: 0.86rem; line-height: 1.7; }
    .verdict-box li { margin-bottom: 6px; }

    /* ---------- Rating summary ---------- */
    .rating-panel {
        display: flex; gap: 22px; align-items: center; flex-wrap: wrap;
        border: 2px solid var(--ink); border-left: 4px solid var(--yellow); border-bottom: 4px solid var(--yellow);
        background: var(--card-bg); padding: 22px 26px; margin-bottom: 10px;
    }
    .rating-score { font-family: 'Archivo Black', sans-serif; font-size: 2.6rem; color: var(--ink); line-height: 1; }
    .rating-stars { color: var(--yellow-dark); font-size: 1.1rem; letter-spacing: 2px; margin: 4px 0; }
    .rating-sub { font-size: 0.78rem; color: var(--ink-soft); }
    .rating-notes { flex: 1; min-width: 260px; font-size: 0.88rem; line-height: 1.65; }

    /* ---------- Cost table ---------- */
    table.cost-table { width: 100%; border-collapse: collapse; font-size: 0.86rem; margin: 18px 0 8px; }
    table.cost-table th, table.cost-table td { border: 1px solid var(--border); padding: 9px 12px; text-align: left; }
    table.cost-table th { background: var(--ink); color: #fff; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.03em; }
    table.cost-table tr:nth-child(even) td { background: #F0ECDE; }
    table.cost-table td.num { text-align: right; font-variant-numeric: tabular-nums; }
    table.cost-table tr.total td { font-weight: 800; background: var(--yellow-soft) !important; }
    .table-note { font-size: 0.72rem; color: #a49f92; margin: 6px 0 20px; }

    /* ---------- Facility table (full 107) ---------- */
    .area-block { margin-bottom: 26px; }
    .area-block h4 { font-family: 'Archivo Black', sans-serif; font-size: 0.92rem; color: var(--ink); margin: 0 0 8px; display: flex; align-items: center; gap: 8px; }
    .area-block h4 .area-num { background: var(--ink); color: #fff; font-size: 0.68rem; padding: 3px 8px; }
    .facility-chip-list { display: flex; flex-wrap: wrap; gap: 7px; }
    .f-chip { background: var(--card-bg); border: 1px solid var(--border); padding: 5px 11px; font-size: 0.78rem; border-radius: 20px; }
    .f-chip.tier1 { background: var(--ink); color: #fff; font-weight: 700; }
    .f-chip.tier1 a { color: #fff; text-decoration: none; }
    .f-chip.tier1 a:hover { text-decoration: underline; }
    .legend-row { display: flex; gap: 18px; align-items: center; font-size: 0.76rem; color: var(--ink-soft); margin-bottom: 18px; flex-wrap: wrap; }
    .legend-dot { display: inline-block; width: 10px; height: 10px; background: var(--ink); margin-right: 5px; vertical-align: middle; }

    /* ---------- Simulator (reused from top-page tool, filtered dataset) ---------- */
    .simulator-card {
        background: var(--card-bg);
        border: 2px solid var(--ink);
        border-left: 4px solid var(--yellow);
        border-bottom: 4px solid var(--yellow);
        padding: 28px;
    }
    .controls { display: flex; flex-direction: column; gap: 13px; margin-bottom: 22px; padding: 18px; background: var(--bg); border-radius: 12px; border: 1px solid var(--border); }
    .control-group { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
    .control-group label { font-weight: 700; width: 42%; font-size: 0.86rem; color: var(--ink); }
    .control-group input[type="range"] { width: 46%; cursor: pointer; accent-color: var(--accent); }
    .control-group span.val { width: 8%; text-align: right; font-weight: 800; color: var(--accent); }
    .filter-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-top: 8px; border-top: 1px dashed var(--border); }
    .filter-row label { font-weight: 700; font-size: 0.86rem; }
    .filter-row select { padding: 6px 10px; border-radius: 6px; border: 1px solid var(--border); font-size: 0.84rem; }
    .persona-row { display: flex; gap: 10px; flex-wrap: wrap; margin: 0 0 20px; }
    .persona-btn {
        display: flex; align-items: center; gap: 8px;
        background: var(--card-bg); border: 2px solid var(--ink); border-radius: 30px;
        padding: 9px 16px 9px 10px; cursor: pointer; font-family: 'Inter', sans-serif;
        font-weight: 700; font-size: 0.82rem; color: var(--ink);
    }
    .persona-btn .p-icon { width: 26px; height: 26px; border-radius: 50%; background: var(--accent-soft); display: flex; align-items: center; justify-content: center; font-size: 0.95rem; }
    .persona-btn:hover, .persona-btn.active { background: var(--ink); color: #fff; }
    .persona-btn.active .p-icon, .persona-btn:hover .p-icon { background: var(--accent); }
    .chart-container { position: relative; height: 280px; width: 100%; margin-bottom: 24px; }
    .map-block { margin-bottom: 24px; }
    .map-block-head { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 10px; gap: 10px; flex-wrap: wrap; }
    .map-block-head h3 { font-size: 1rem; color: var(--ink); margin: 0; }
    .map-block-head span { font-size: 0.76rem; color: var(--ink-soft); }
    .map-container { position: relative; z-index: 0; height: 420px; width: 100%; border-radius: 12px; overflow: hidden; border: 2px solid var(--ink); }
    .leaflet-popup-content-wrapper { border-radius: 10px; }
    .map-popup { font-family: 'Inter', sans-serif; min-width: 180px; }
    .map-popup .mp-name { font-weight: 800; color: var(--ink); font-size: 0.86rem; line-height: 1.25; margin-bottom: 4px; }
    .map-popup .mp-price { font-size: 0.74rem; color: var(--ink-soft); margin-bottom: 8px; }
    .map-popup a.mp-link { display: block; font-weight: 800; font-size: 0.74rem; color: var(--accent-dark); text-decoration: none; margin-bottom: 4px; }
    .map-popup a.mp-link:hover { text-decoration: underline; }
    .map-popup a.mp-link.secondary { color: var(--blue-dark); }

    .cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 14px; }
    .card { border: 1px solid var(--border); border-radius: 12px; overflow: hidden; background: var(--card-bg); }
    .card-photo { width: 100%; height: 110px; object-fit: cover; display: block; }
    .card-photo-wrap { position: relative; }
    .card-photo-credit { position: absolute; right: 6px; bottom: 5px; color: #fff; font-size: 0.6rem; font-weight: 700; line-height: 1; text-shadow: 0 1px 2px rgba(0,0,0,0.95), 0 0 5px rgba(0,0,0,0.7); pointer-events: none; }
    .card-photo-empty { width: 100%; height: 110px; display: flex; align-items: center; justify-content: center; background: var(--ink); color: #fff; font-family: 'Archivo Black', sans-serif; font-size: 1.6rem; }
    .card-body { padding: 13px 15px; }
    .card-head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 4px; gap: 6px; }
    .card-head .name { font-weight: 800; font-size: 0.9rem; color: var(--ink); }
    .card-head .tier1-badge { font-size: 0.6rem; font-weight: 800; background: var(--yellow); color: var(--ink); padding: 2px 6px; white-space: nowrap; }
    .card-price { font-size: 0.76rem; color: var(--ink-soft); margin-bottom: 8px; }
    .attr-row { display: flex; align-items: center; gap: 6px; margin-bottom: 3px; font-size: 0.72rem; }
    .attr-row .attr-label { width: 84px; color: var(--ink-soft); flex-shrink: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .attr-bar-bg { flex: 1; background: var(--track); border-radius: 4px; height: 6px; overflow: hidden; }
    .attr-bar-fill { display: block; height: 100%; background: var(--accent); }
    .attr-num { width: 16px; text-align: right; color: var(--accent); flex-shrink: 0; }
    .pass-btn { display: block; margin-top: 10px; text-align: center; background: var(--ink); color: #fff; text-decoration: none; font-size: 0.76rem; font-weight: 800; padding: 8px 0; border-radius: 8px; }
    .pass-btn:hover { background: var(--accent); }
    .card-link-secondary { display: block; margin-top: 6px; text-align: center; font-size: 0.72rem; font-weight: 700; color: var(--blue-dark); text-decoration: none; }
    .card-link-secondary:hover { text-decoration: underline; }
    .klook-note { font-size: 0.68rem; color: #a49f92; text-align: center; margin-top: 14px; }

    /* ---------- Guide grid (museum / tour link tiles) ---------- */
    .guide-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 14px; }
    .guide-tile { border: 2px solid var(--ink); background: var(--card-bg); text-decoration: none; display: block; padding: 16px 18px; }
    .guide-tile:hover { border-color: var(--accent); }
    .guide-tile .g-eyebrow { font-size: 0.66rem; font-weight: 800; text-transform: uppercase; color: var(--accent-dark); margin-bottom: 6px; display: block; }
    .guide-tile .g-title { font-weight: 800; color: var(--ink); font-size: 0.94rem; line-height: 1.3; margin-bottom: 6px; }
    .guide-tile .g-desc { font-size: 0.78rem; color: var(--ink-soft); line-height: 1.5; }

    /* ---------- FAQ ---------- */
    .faq-list { border: 2px solid var(--ink); border-left: 4px solid var(--red); border-bottom: 4px solid var(--red); padding: 6px 24px; }
    .faq-item { border-bottom: 1px solid var(--border); padding: 18px 0; }
    .faq-item:last-child { border-bottom: none; }
    .faq-q { font-weight: 800; color: var(--ink); font-size: 0.98rem; margin-bottom: 6px; }
    .faq-a { color: var(--ink-soft); font-size: 0.88rem; line-height: 1.6; }

    /* ---------- Trust ---------- */
    section.trust { background: var(--ink); border-bottom: none; }
    section.trust .block-head h2, section.trust .block-head p { color: #fff; }
    section.trust .block-head p { color: #c8c5c0; }
    .trust-box { border: 2px solid rgba(255,255,255,0.3); border-left: 4px solid var(--blue); border-bottom: 4px solid var(--blue); padding: 20px 24px; }
    .trust-box p { color: #c8c5c0; font-size: 0.86rem; line-height: 1.7; margin: 0; }
    .trust-box ul { margin: 0; padding-left: 20px; color: #c8c5c0; font-size: 0.86rem; line-height: 1.8; }
    .trust-box li { margin-bottom: 8px; }
    .trust-box li:last-child { margin-bottom: 0; }
    .trust-box strong { color: #fff; }
    .trust-box a { color: var(--yellow); text-decoration: underline; }
    .trust-box a:hover { color: #fff; }

    /* ---------- Footer ---------- */
    .footer-band { display: flex; height: 6px; }
    .footer-band span { flex: 1; }
    .footer-band span:nth-child(1) { background: var(--red); }
    .footer-band span:nth-child(2) { background: var(--blue); }
    .footer-band span:nth-child(3) { background: var(--yellow); }
    footer.site-footer { background: var(--ink); color: #cbd5e1; padding: 40px 0 24px; font-size: 0.82rem; }
    .footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 24px; margin-bottom: 28px; }
    .footer-col h3 { color: #fff; font-size: 0.82rem; margin: 0 0 10px; font-family: 'Archivo Black', sans-serif; }
    .footer-col a { display: block; color: #cbd5e1; text-decoration: none; margin-bottom: 6px; }
    .footer-col a:hover { color: var(--accent); }
    .footer-bottom { border-top: 1px solid #33333c; padding-top: 18px; font-size: 0.74rem; color: #8a8790; }

    @media (max-width: 860px) {
        .map-container { height: 300px; }
        h1.hero-title { font-size: 1.7rem; }
        .verdict-grid { grid-template-columns: 1fr; }
        .rating-panel { flex-direction: column; align-items: flex-start; }
        .hero-photo-wrap img { height: 220px; }
    }
    *, *::before, *::after { border-radius: 0 !important; }
/* =========================================================
   Article layout add-ons — matches the existing site's
   ghibli-museum-guide / tokyo-museums article conventions
   (sticky "On This Page" TOC + floating primary CTA).
   ========================================================= */
html { scroll-padding-top: 40px; }

/* ---------- Breadcrumb (ol/li variant used site-wide) ---------- */
.breadcrumb-ol { padding-top: 16px; padding-bottom: 16px; border-bottom: 1px solid var(--border); }
.breadcrumb-ol ol { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 6px; font-size: 0.76rem; font-weight: 700; }
.breadcrumb-ol li { display: flex; align-items: center; gap: 6px; }
.breadcrumb-ol li:not(:last-child)::after { content: "/"; color: #b9b3a4; margin-left: 6px; }
.breadcrumb-ol a { color: var(--ink-soft); text-decoration: none; }
.breadcrumb-ol a:hover { color: var(--accent); }
.breadcrumb-ol li[aria-current] { color: var(--ink); }

/* ---------- Floating primary CTA group (price badge + button together) ---------- */
.hero-cta-row-spacer { display: none; }
.hero-cta-row.is-floating { position: fixed; z-index: 25; margin: 0; }
.hero-cta-row.is-floating + .hero-cta-row-spacer { display: block; }
@media (max-width: 760px) {
    .hero-cta-row.is-floating { position: static !important; width: auto !important; }
}

/* ---------- On This Page (TOC) + article body two-column layout ---------- */
.article-layout { display: grid; grid-template-columns: 220px 1fr; gap: 40px; align-items: start; }
.article-layout > * { min-width: 0; }
.toc { border: 2px solid var(--ink); border-left: 4px solid var(--yellow); border-bottom: 4px solid var(--yellow); background: var(--card-bg); padding: 18px 22px; margin-bottom: 0; position: sticky; top: 96px; }
.toc h2 { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--ink); margin: 0 0 10px; }
.toc ol { margin: 0; padding-left: 18px; font-size: 0.86rem; line-height: 1.9; }
.toc a { color: var(--ink-soft); text-decoration: none; font-weight: 700; }
.toc a:hover { color: var(--accent); }
.article-body { display: flex; flex-direction: column; }
.block-inner { padding-bottom: 48px; margin-bottom: 48px; border-bottom: 3px solid var(--ink); }
.block-inner:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.block-inner[id] { scroll-margin-top: 40px; }
@media (max-width: 760px) {
    .article-layout { grid-template-columns: 1fr; gap: 20px; }
    .toc { position: static; }
    .toc ol { display: flex; flex-wrap: wrap; gap: 6px 16px; padding-left: 0; list-style: none; }
}

/* ---------- Sticky mobile book bar (persistent CTA on small screens) ---------- */
.sticky-book-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; background: var(--ink); border-top: 3px solid var(--accent); padding: 12px 20px; display: none; align-items: center; justify-content: space-between; gap: 12px; }
.sticky-book-bar .sb-price { color: #fff; font-size: 0.8rem; }
.sticky-book-bar .sb-price strong { color: var(--yellow); font-family: 'Archivo Black', sans-serif; font-size: 1rem; display: block; }
@media (max-width: 760px) {
    .sticky-book-bar { display: flex; padding: 12px 16px; }
    body.has-sticky-bar { padding-bottom: 70px; }
    .mondrian-fab.has-sticky-bar-offset { bottom: 86px; }
    .sticky-book-bar #stickyCta { width: auto; max-width: 60%; flex: 1 1 auto; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
}

/* ---------- Back-to-top FAB (De Stijl diamond) ---------- */
.mondrian-fab { position: fixed; right: 24px; bottom: 24px; width: 62px; height: 62px; padding: 0; border: none; background: transparent; cursor: pointer; z-index: 999; opacity: 0; transform: translateY(14px); pointer-events: none; transition: opacity .3s ease, transform .3s ease; }
.mondrian-fab.is-visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.mondrian-fab:focus-visible { outline: 3px solid var(--red); outline-offset: 6px; }
.fab-art { width: 100%; height: 100%; display: block; filter: drop-shadow(3px 4px 0 rgba(17,17,17,0.22)); transition: transform .2s ease, filter .2s ease; }
.mondrian-fab:hover .fab-art { transform: scale(1.06); filter: drop-shadow(4px 6px 3px rgba(17,17,17,0.3)); }
.fab-border { stroke: var(--ink); }

/* ---------- Hub card (used on cluster index pages like tokyo-museums/index.html) ---------- */
.hub-card { display: grid; grid-template-columns: 280px 1fr; gap: 24px; align-items: stretch; border: 2px solid var(--ink); background: var(--card-bg); padding: 22px; margin-bottom: 20px; }
.hub-photo { border: 1px solid var(--border); overflow: hidden; }
.hub-photo img { width: 100%; height: 170px; object-fit: cover; }
.hub-body h3 { margin: 0 0 8px; font-size: 1.2rem; color: var(--ink); }
.hub-body .hub-meta { font-size: 0.7rem; font-weight: 800; color: var(--accent-dark); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 8px; }
.hub-body p { font-size: 0.9rem; line-height: 1.7; margin: 0 0 14px; }
@media (max-width: 760px) { .hub-card { grid-template-columns: 1fr; } .hub-photo img { height: 200px; } }


/* =========================================================
   Inlined page CSS migrated from: top/index.html
   ========================================================= */
:root {
        --ink: #111111;
        --ink-soft: #34322c;
        --bg: #F7F4EB;
        --card-bg: #ffffff;
        --border: #111111;
        --track: #E6E1D0;

        --red: #D5001F;
        --red-dark: #970015;
        --red-soft: #FBE1E2;
        --blue: #0033A0;
        --blue-dark: #001F63;
        --blue-soft: #DEE7F8;
        --yellow: #FFCC00;
        --yellow-dark: #6B4E00;
        --yellow-soft: #FFF2BF;

        --accent: var(--red);
        --accent-dark: var(--red-dark);
        --accent-soft: var(--red-soft);
        --tag-yellow: var(--yellow);
        --tag-teal: var(--blue);
        --tag-blue: var(--blue);
    }
    * { box-sizing: border-box; }
    #lang_switch { display: none; }
    body {
        font-family: 'Inter', 'Hiragino Kaku Gothic ProN', sans-serif;
        background: var(--bg);
        color: var(--ink-soft);
        margin: 0;
    }
    .display { font-family: 'Archivo Black', 'Inter', sans-serif; }
    a { color: var(--accent); }
    img { max-width: 100%; display: block; }
    .wrap { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
    .eyebrow-tag {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        font-size: 0.7rem;
        font-weight: 800;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        padding: 5px 12px;
        border-radius: 20px;
        color: var(--ink);
    }
    .tag-pink  { background: var(--accent-soft); color: var(--accent-dark); }
    .tag-yellow{ background: var(--yellow-soft); color: var(--yellow-dark); }
    .tag-teal  { background: var(--blue-soft); color: var(--blue-dark); }
    .grid-ref {
        font-family: 'IBM Plex Mono', monospace;
        font-size: 0.68rem;
        font-weight: 700;
        color: var(--ink-soft);
        letter-spacing: 0.06em;
        margin-right: 8px;
        vertical-align: middle;
    }

    header {
        padding: 0 50px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 72px;
        background: var(--bg);
        border-bottom: 3px solid var(--ink);
        position: sticky;
        top: 0;
        z-index: 30;
    }

    header .logo a {
        display: block;
        width: 114px;
    }

    header .lang:hover {
        cursor: pointer;
    }

    header .lang ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    header .lang ul li {
        position: relative;
        padding: 22px 8px 2px;
        border-left: 1px solid #f7bbc2;
        border-right: 1px solid #f7bbc2;
        font-size: 12px;
        display: inline-block;
    }

    header .lang ul li::before {
        content: "";
        display: block;
        width: 32px;
        height: 32px;
        background-size: 32px 32px;
        position: absolute;
        top: -5px;
        left: 50%;
        transform: translateX(-50%);
        background: url(https://livejapan.com/public/operation/coupon/assets/image/ico_lang.webp) no-repeat center/contain;
    }

    header .lang ul li span {
        display: inline-block;
        vertical-align: bottom;
        color: #f0232d;
        font-size: 12px;
        line-height: 1;
    }

    header .lang ul li form {
        margin: 0;
    }

    header .lang ul li form select {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        overflow: hidden;
        font-size: 15px;
        text-align: center;
    }

    header .lang ul li form select:hover {
        cursor: pointer;
    }

    header .accordion_lang {
        display: none;
        background-color: #fff;
        position: absolute;
        bottom: -5px;
        left: 50%;
        transform: translate(-50%, 100%);
        width: 100%;
        z-index: 2;
    }

    header .accordion_lang ul li {
        text-align: center;
        padding: 5px 0;
    }

    header .accordion_lang ul li a {
        color: #333;
    }

    .btn-solid {
        display: inline-block;
        background: var(--ink);
        color: #fff !important;
        text-decoration: none;
        font-weight: 800;
        font-size: 0.8rem;
        padding: 10px 18px;
        border-radius: 30px;
        white-space: nowrap;
    }
    .btn-solid:hover { background: var(--accent); }
    .btn-outline {
        display: inline-block;
        background: transparent;
        border: 2px solid var(--ink);
        color: var(--ink) !important;
        text-decoration: none;
        font-weight: 800;
        font-size: 0.8rem;
        padding: 9px 18px;
        border-radius: 30px;
    }
    .btn-outline:hover { background: var(--ink); color: #fff !important; }

    section.hero { padding: 40px 0 0; border-bottom: 6px solid var(--ink); }
    .mondrian-hero {
        display: grid;
        grid-template-columns: 1.5fr 0.9fr 0.9fr;
        grid-auto-rows: minmax(96px, auto);
        gap: 7px;
        background: var(--ink);
        border: 7px solid var(--ink);
        margin-bottom: 34px;
    }
    .mh-cell {
        background: var(--card-bg);
        text-decoration: none;
        position: relative;
        display: block;
        overflow: hidden;
    }
    .mh-headline { grid-column: 1 / 3; grid-row: 1 / 3; padding: 40px 40px 34px; display: flex; flex-direction: column; justify-content: center; }
    .mh-red    { grid-column: 3 / 4; grid-row: 1 / 2; background: var(--red); }
    .mh-photo1 { grid-column: 3 / 4; grid-row: 2 / 3; }
    .mh-yellow { grid-column: 1 / 2; grid-row: 3 / 4; background: var(--yellow); }
    .mh-photo2 { grid-column: 2 / 3; grid-row: 3 / 4; }
    .mh-blue   { grid-column: 3 / 4; grid-row: 3 / 4; background: var(--blue); }

    .mh-photo img { width: 100%; height: 100%; object-fit: cover; min-height: 130px; transition: transform .35s; }
    .mh-photo:hover img { transform: scale(1.05); }
    .mh-photo-tag {
        position: absolute; left: 0; right: 0; bottom: 0;
        background: var(--ink); color: #fff;
        font-weight: 800; font-size: 0.72rem;
        padding: 7px 10px;
    }
    .mh-recommend-badge {
        position: absolute; top: 8px; left: 8px; z-index: 2;
        background: var(--red); color: #fff;
        font-family: 'Archivo Black', sans-serif;
        font-size: 0.62rem; letter-spacing: 0.04em; text-transform: uppercase;
        padding: 4px 9px; border-radius: 4px;
        box-shadow: 0 1px 4px rgba(0,0,0,0.35);
        pointer-events: none;
    }
    .mh-color { padding: 18px; display: flex; flex-direction: column; justify-content: flex-end; min-height: 130px; }
    .mh-red .mh-label, .mh-blue .mh-label { color: #fff; }
    .mh-yellow .mh-label, .mh-yellow .mh-sub { color: var(--ink); }
    .mh-label { font-family: 'Archivo Black', sans-serif; font-size: 1.05rem; line-height: 1.15; margin-bottom: 4px; }
    .mh-sub { font-size: 0.76rem; font-weight: 700; opacity: 0.92; }
    .mh-blue .mh-sub { color: #fff; }
    .mh-red .mh-sub { color: #fff; }
    .mh-color:hover { filter: brightness(1.08); }

    /* Most-Booked Ticketsのところ */
    .mh-multi.mh-red { gap: 5px; }
    .mh-multi .mh-label { margin-bottom: 6px; }
    .mh-mini-link {
        display: block; color: #fff; font-size: 0.74rem; font-weight: 700; text-decoration: none;
        opacity: 0.94; border-bottom: 1px solid rgba(255,255,255,0.4); padding-bottom: 3px; width: fit-content;
    }
    .mh-mini-link:hover { opacity: 1; border-bottom-color: #fff; }

    h1.hero-title {
        font-size: 2.5rem;
        line-height: 1.08;
        color: var(--ink);
        margin: 14px 0 16px;
        letter-spacing: -0.01em;
    }
    h1.hero-title .hl { color: var(--accent); }
    .hero-sub { font-size: 1.02rem; line-height: 1.6; margin-bottom: 0; }
    .hero-photo-credit { font-size: 0.66rem; color: #a49f92; margin: -22px 0 30px; }

    .persona-row { display: flex; gap: 10px; flex-wrap: wrap; margin: 0 0 20px; }
    .persona-btn {
        display: flex;
        align-items: center;
        gap: 8px;
        background: var(--card-bg);
        border: 2px solid var(--ink);
        border-radius: 30px;
        padding: 9px 16px 9px 10px;
        cursor: pointer;
        font-family: 'Inter', sans-serif;
        font-weight: 700;
        font-size: 0.82rem;
        color: var(--ink);
    }
    .persona-btn .p-icon {
        width: 26px; height: 26px; border-radius: 50%;
        background: var(--accent-soft);
        display: flex; align-items: center; justify-content: center;
        font-size: 0.95rem;
    }
    .persona-btn:hover, .persona-btn.active { background: var(--ink); color: #fff; }
    .persona-btn.active .p-icon, .persona-btn:hover .p-icon { background: var(--accent); }
    .persona-btn[data-persona="culture"]:hover, .persona-btn[data-persona="culture"].active { background: var(--red); }
    .persona-btn[data-persona="culture"].active .p-icon, .persona-btn[data-persona="culture"]:hover .p-icon { background: #fff; }
    .persona-btn[data-persona="regional"]:hover, .persona-btn[data-persona="regional"].active { background: var(--blue); }
    .persona-btn[data-persona="regional"].active .p-icon, .persona-btn[data-persona="regional"]:hover .p-icon { background: #fff; }
    .persona-btn[data-persona="genz"]:hover, .persona-btn[data-persona="genz"].active { background: var(--yellow); color: var(--ink); }
    .persona-btn[data-persona="genz"].active .p-icon, .persona-btn[data-persona="genz"]:hover .p-icon { background: #fff; }

    /* ---------- シミュレーター ---------- */
    section.sim-section { padding: 56px 0; border-bottom: 3px solid var(--ink); }
    .sim-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 22px; flex-wrap: wrap; gap: 10px; }
    .sim-head h2 { font-size: 1.7rem; color: var(--ink); margin: 6px 0 0; }
    .sim-head p { font-size: 0.88rem; margin: 0; max-width: 440px; }

    .simulator-card {
        background: var(--card-bg);
        border: 2px solid var(--ink);
        border-left: 4px solid var(--yellow);
        border-bottom: 4px solid var(--yellow);
        padding: 28px;
    }
    .controls {
        display: flex;
        flex-direction: column;
        gap: 13px;
        margin-bottom: 22px;
        padding: 18px;
        background: var(--bg);
        border-radius: 12px;
        border: 1px solid var(--border);
    }
    .control-group { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
    .control-group label { font-weight: 700; width: 42%; font-size: 0.86rem; color: var(--ink); }
    .control-group input[type="range"] { width: 46%; cursor: pointer; accent-color: var(--accent); }
    .control-group span.val { width: 8%; text-align: right; font-weight: 800; color: var(--accent); }
    .filter-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-top: 8px; border-top: 1px dashed var(--border); }
    .filter-row label { font-weight: 700; font-size: 0.86rem; }
    .filter-row select { padding: 6px 10px; border-radius: 6px; border: 1px solid var(--border); font-size: 0.84rem; }

    .chart-container { position: relative; height: 300px; width: 100%; margin-bottom: 24px; }

    .map-block { margin-bottom: 24px; }
    .map-block-head { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 10px; gap: 10px; flex-wrap: wrap; }
    .map-block-head h3 { font-size: 1rem; color: var(--ink); margin: 0; }
    .map-block-head span { font-size: 0.76rem; color: var(--ink-soft); }
    .map-container { position: relative; z-index: 0; height: 420px; width: 100%; border-radius: 12px; overflow: hidden; border: 2px solid var(--ink); }
    .leaflet-popup-content-wrapper { border-radius: 10px; }
    .map-popup { font-family: 'Inter', sans-serif; min-width: 170px; }
    .map-popup-photo-wrap { position: relative; margin-bottom: 6px; }
    .map-popup img { width: 100%; height: 80px; object-fit: cover; border-radius: 6px; display: block; }
    .map-popup-photo-wrap .card-photo-credit { right: 5px; bottom: 4px; font-size: 0.56rem; }
    .map-popup .mp-name { font-weight: 800; color: var(--ink); font-size: 0.86rem; line-height: 1.25; margin-bottom: 6px; }
    .map-popup a.mp-link { display: inline-block; font-weight: 800; font-size: 0.76rem; color: var(--accent-dark); text-decoration: none; }
    .map-popup a.mp-link:hover { text-decoration: underline; }

    .cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 14px; }
    .card { border: 1px solid var(--border); border-radius: 12px; overflow: hidden; background: var(--card-bg); }
    .card-photo { width: 100%; height: 110px; object-fit: cover; display: block; }
    .card-photo-wrap { position: relative; }
    .card-photo-credit {
        position: absolute; right: 6px; bottom: 5px;
        color: #fff; font-size: 0.6rem; font-weight: 700; line-height: 1;
        text-shadow: 0 1px 2px rgba(0,0,0,0.95), 0 0 5px rgba(0,0,0,0.7);
        pointer-events: none;
    }
    .card-body { padding: 13px 15px; }
    .card-head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 6px; }
    .card-head .rank { font-size: 0.7rem; color: #c9a2b3; font-weight: 800; margin-right: 6px; }
    .card-head .name { font-weight: 800; font-size: 0.92rem; color: var(--ink); }
    .card-head .score { font-weight: 800; color: var(--accent); font-size: 0.86rem; }
    .attr-row { display: flex; align-items: center; gap: 6px; margin-bottom: 3px; font-size: 0.72rem; }
    .attr-row .attr-label { width: 84px; color: var(--ink-soft); flex-shrink: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .attr-bar-bg { flex: 1; background: var(--track); border-radius: 4px; height: 6px; overflow: hidden; }
    .attr-bar-fill { display: block; height: 100%; background: var(--accent); }
    .attr-num { width: 16px; text-align: right; color: var(--accent); flex-shrink: 0; }
    .klook-btn {
        display: block; margin-top: 10px; text-align: center;
        background: var(--ink); color: #fff; text-decoration: none;
        font-size: 0.76rem; font-weight: 800; padding: 8px 0; border-radius: 8px;
    }
    .klook-btn:hover { background: var(--accent); }
    .klook-note { font-size: 0.68rem; color: #a49f92; text-align: center; margin-top: 14px; }

    /* ---------- Section shell ---------- */
    section.block { padding: 58px 0; border-bottom: 3px solid var(--ink); }
    section.block:last-of-type { border-bottom: none; }
    .block-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 28px; flex-wrap: wrap; gap: 10px; }
    .block-head h2 { font-size: 1.7rem; color: var(--ink); margin: 6px 0 0; }
    .block-head p { color: var(--ink-soft); font-size: 0.88rem; margin: 0; }

    /* ---------- Cluster hub: magazine tiles ---------- */
    .cluster-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 190px; gap: 16px; }
    .cluster-tile.big { grid-column: span 2; grid-row: span 2; }
    .cluster-tile {
        position: relative;
        overflow: hidden;
        text-decoration: none;
        display: block;
        border: 2px solid var(--ink);
    }
    .cluster-tile.big {
        border-left: 4px solid var(--blue);
        border-bottom: 4px solid var(--blue);
    }
    .cluster-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
    .cluster-tile:hover img { transform: scale(1.06); }
    .cluster-tile::after {
        content: "";
        position: absolute; inset: 0;
        background: linear-gradient(180deg, rgba(20,20,26,0) 40%, rgba(20,20,26,0.85) 100%);
    }
    .cluster-info { position: absolute; left: 16px; right: 16px; bottom: 14px; z-index: 2; }
    .cluster-info .c-count {
        display: inline-block; font-size: 0.66rem; font-weight: 800; color: var(--ink);
        background: var(--tag-yellow); padding: 3px 9px; border-radius: 12px; margin-bottom: 8px;
    }
    .cluster-info .c-title { font-family: 'Archivo Black', sans-serif; color: #fff; font-size: 1.05rem; line-height: 1.2; }
    .cluster-tile.big .c-title { font-size: 1.5rem; }

    /* ---------- Trending ---------- */
    .trend-layout { display: grid; grid-template-columns: 1.2fr 1fr; gap: 18px; }
    .trend-feature {
        border: 2px solid var(--ink);
        border-left: 4px solid var(--red);
        border-bottom: 4px solid var(--red);
        overflow: hidden;
        text-decoration: none;
        display: block;
        background: var(--card-bg);
    }
    .trend-feature img { width: 100%; height: 220px; object-fit: cover; }
    .trend-feature-photo-wrap { position: relative; }
    .trend-feature .tf-body { padding: 18px 20px; }
    .trend-feature .trend-title { font-size: 1.2rem; line-height: 1.3; }
    .trend-list { display: flex; flex-direction: column; gap: 12px; }
    .trend-card {
        display: flex; gap: 12px; align-items: center;
        border: 1px solid var(--border);
        padding: 10px; text-decoration: none; background: var(--card-bg);
    }
    .trend-card img { width: 66px; height: 66px; object-fit: cover; border-radius: 8px; flex-shrink: 0; }
    .trend-card-photo-wrap { position: relative; flex-shrink: 0; }
    .trend-photo-credit {
        position: absolute; right: 5px; bottom: 4px;
        color: #fff; font-weight: 700; line-height: 1;
        text-shadow: 0 1px 2px rgba(0,0,0,0.95), 0 0 5px rgba(0,0,0,0.7);
        pointer-events: none;
    }
    .trend-feature-photo-wrap .trend-photo-credit { font-size: 0.62rem; }
    .trend-card-photo-wrap .trend-photo-credit { font-size: 0.5rem; right: 3px; bottom: 2px; }
    .trend-tag {
        display: inline-block; font-size: 0.62rem; font-weight: 800; color: var(--accent-dark);
        background: var(--accent-soft); padding: 2px 8px; border-radius: 10px; margin-bottom: 6px;
    }
    .trend-title { font-weight: 800; color: var(--ink); font-size: 0.85rem; line-height: 1.35; }
    .trend-meta { font-size: 0.7rem; color: var(--ink-soft); margin-top: 4px; }

    /* ---------- Klook以外の写真の施設カード ---------- */
    .card-photo-empty {
        width: 100%;
        height: 110px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--ink);
        color: #fff;
        font-family: 'Archivo Black', sans-serif;
        font-size: 1.6rem;
    }
    .photo-source-note { font-size: 0.68rem; color: #a49f92; margin-top: 14px; }

    /* ---------- FAQ ---------- */
    .faq-list {
        border: 2px solid var(--ink);
        border-left: 4px solid var(--red);
        border-bottom: 4px solid var(--red);
        padding: 6px 24px;
    }
    .faq-item { border-bottom: 1px solid var(--border); padding: 18px 0; }
    .faq-item:last-child { border-bottom: none; }
    .faq-q { font-weight: 800; color: var(--ink); font-size: 0.98rem; margin-bottom: 6px; }
    .faq-a { color: var(--ink-soft); font-size: 0.88rem; line-height: 1.6; }

    /* ---------- Trust ---------- */
    section.trust { background: var(--ink); border-bottom: none; }
    section.trust .block-head h2, section.trust .block-head p { color: #fff; }
    section.trust .block-head p { color: #c8c5c0; }
    section.trust .grid-ref { color: var(--yellow); }
    .trust-box {
        border: 2px solid rgba(255,255,255,0.3);
        border-left: 4px solid var(--blue);
        border-bottom: 4px solid var(--blue);
        padding: 20px 24px;
    }
    .trust-box p { color: #c8c5c0; font-size: 0.86rem; line-height: 1.7; margin: 0; }
    .trust-box ul { margin: 0; padding-left: 20px; color: #c8c5c0; font-size: 0.86rem; line-height: 1.8; }
    .trust-box li { margin-bottom: 8px; }
    .trust-box li:last-child { margin-bottom: 0; }
    .trust-box strong { color: #fff; }
    .trust-box a { color: var(--yellow); text-decoration: underline; }
    .trust-box a:hover { color: #fff; }

    /* ---------- Footer ---------- */
    .footer-band { display: flex; height: 6px; }
    .footer-band span { flex: 1; }
    .footer-band span:nth-child(1) { background: var(--red); }
    .footer-band span:nth-child(2) { background: var(--blue); }
    .footer-band span:nth-child(3) { background: var(--yellow); }
    footer.site-footer { background: var(--ink); color: #cbd5e1; padding: 40px 0 24px; font-size: 0.82rem; }
    .footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 24px; margin-bottom: 28px; }
    .footer-col h3 { color: #fff; font-size: 0.82rem; margin: 0 0 10px; font-family: 'Archivo Black', sans-serif; }
    .footer-col a { display: block; color: #cbd5e1; text-decoration: none; margin-bottom: 6px; }
    .footer-col a:hover { color: var(--accent); }
    .footer-bottom { border-top: 1px solid #33333c; padding-top: 18px; font-size: 0.74rem; color: #8a8790; }

    @media (max-width: 860px) {
        .map-container { height: 300px; }
        .mondrian-hero { grid-template-columns: 1fr; }
        .mondrian-hero .mh-cell { grid-column: auto !important; grid-row: auto !important; }
        /* SP: 赤→青→黄の順に並び替え（写真セルは各色の後ろに続ける） */
        .mh-headline { order: 1; }
        .mh-red      { order: 2; }
        .mh-photo1   { order: 3; }
        .mh-blue     { order: 4; }
        .mh-photo2   { order: 5; }
        .mh-yellow   { order: 6; }
        .mh-headline { padding: 24px 20px 18px; }
        h1.hero-title { font-size: 1.7rem; margin: 10px 0 10px; }
        .hero-sub { font-size: 0.88rem; line-height: 1.5; max-width: none; }
        .cluster-grid {
            grid-template-columns: repeat(2, 1fr);
            grid-template-rows: 220px;
            grid-auto-rows: 160px;
        }
        .cluster-tile.big { grid-column: span 2; grid-row: span 1; }
        .trend-layout { grid-template-columns: 1fr; }
    }

    /* ---------- Back-to-top: a small lozenge composition ---------- */
    .mondrian-fab {
        position: fixed;
        right: 24px;
        bottom: 24px;
        width: 62px;
        height: 62px;
        padding: 0;
        border: none;
        background: transparent;
        cursor: pointer;
        z-index: 999;
        opacity: 0;
        transform: translateY(14px);
        pointer-events: none;
        transition: opacity .3s ease, transform .3s ease;
    }
    .mondrian-fab.is-visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
    .mondrian-fab:focus-visible { outline: 3px solid var(--red); outline-offset: 6px; }
    .fab-art { width: 100%; height: 100%; display: block; filter: drop-shadow(3px 4px 0 rgba(17,17,17,0.22)); transition: transform .2s ease, filter .2s ease; }
    .mondrian-fab:hover .fab-art { transform: scale(1.06); filter: drop-shadow(4px 6px 3px rgba(17,17,17,0.3)); }
    .fab-border { stroke: var(--ink); }

    /* ---------- Composition rule: no curves, anywhere ----------
       Mondrian's grid is built from strict rectangles. This is a deliberate,
       page-wide constraint (not a utility hack) — it overrides every
       border-radius, including ones injected by Leaflet's own default
       styles, so the whole page — map controls and popups included —
       stays inside the same flat-rectangle language. */
    *, *::before, *::after { border-radius: 0 !important; }


/* =========================================================
   Inlined page CSS migrated from: unique-family-museums/best-museums-for-kids-in-tokyo/index.html
   ========================================================= */
/* =========================================================
       このセクションは top-page-en.html と同一のトークン／基礎コンポーネント。
       サイト全体の一貫性を保つため、値は変更せずそのままで。
       ========================================================= */
    :root {
        --ink: #111111;
        --ink-soft: #34322c;
        --bg: #F7F4EB;
        --card-bg: #ffffff;
        --border: #111111;
        --track: #E6E1D0;

        --red: #D5001F;
        --red-dark: #970015;
        --red-soft: #FBE1E2;
        --blue: #0033A0;
        --blue-dark: #001F63;
        --blue-soft: #DEE7F8;
        --yellow: #FFCC00;
        --yellow-dark: #6B4E00;
        --yellow-soft: #FFF2BF;

        --accent: var(--red);
        --accent-dark: var(--red-dark);
        --accent-soft: var(--red-soft);
        --tag-yellow: var(--yellow);
        --tag-teal: var(--blue);
        --tag-blue: var(--blue);
    }
    * { box-sizing: border-box; }
    html { scroll-padding-top: 40px; overflow-x: hidden; }
    body { font-family: 'Inter', 'Hiragino Kaku Gothic ProN', sans-serif; background: var(--bg); color: var(--ink-soft); margin: 0; }
    #lang_switch { display: none; } /* release: English only for now, language switcher hidden */
    .display { font-family: 'Archivo Black', 'Inter', sans-serif; }
    a { color: var(--accent); }
    img { max-width: 100%; display: block; }
    .wrap { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
    .eyebrow-tag { display: inline-flex; align-items: center; gap: 6px; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; padding: 5px 12px; border-radius: 20px; color: var(--ink); }
    .tag-pink  { background: var(--accent-soft); color: var(--accent-dark); }
    .tag-yellow{ background: var(--yellow-soft); color: var(--yellow-dark); }
    .tag-teal  { background: var(--blue-soft); color: var(--blue-dark); }
    .grid-ref { font-family: 'IBM Plex Mono', monospace; font-size: 0.68rem; font-weight: 700; color: var(--ink-soft); letter-spacing: 0.06em; margin-right: 8px; vertical-align: middle; }

    /* ---------- Header (top-page-en.html と共通) ---------- */
    header { padding: 0 50px; display: flex; align-items: center; justify-content: space-between; height: 72px; background: var(--bg); border-bottom: 3px solid var(--ink); position: sticky; top: 0; z-index: 30; }
    @media (max-width: 760px) { header { padding: 0 24px; } }
    header .logo a { display: block; width: 114px; }
    header .lang:hover { cursor: pointer; }
    header .lang ul { list-style: none; margin: 0; padding: 0; }
    header .lang ul li { position: relative; padding: 22px 8px 2px; border-left: 1px solid #f7bbc2; border-right: 1px solid #f7bbc2; font-size: 12px; display: inline-block; }
    header .lang ul li::before { content: ""; display: block; width: 32px; height: 32px; background-size: 32px 32px; position: absolute; top: -5px; left: 50%; transform: translateX(-50%); background: url(https://livejapan.com/public/operation/coupon/assets/image/ico_lang.webp) no-repeat center/contain; }
    header .lang ul li span { display: inline-block; vertical-align: bottom; color: #f0232d; font-size: 12px; line-height: 1; }
    header .lang ul li form { margin: 0; }
    header .lang ul li form select { width: 100%; height: 100%; position: absolute; top: 0; left: 0; opacity: 0; overflow: hidden; font-size: 15px; text-align: center; }
    header .lang ul li form select:hover { cursor: pointer; }

    .btn-solid { display: inline-block; background: var(--ink); color: #fff !important; text-decoration: none; font-weight: 800; font-size: 0.8rem; padding: 10px 18px; border-radius: 30px; white-space: nowrap; }
    .btn-solid:hover { background: var(--accent); }
    .btn-outline { display: inline-block; background: transparent; border: 2px solid var(--ink); color: var(--ink) !important; text-decoration: none; font-weight: 800; font-size: 0.8rem; padding: 9px 18px; border-radius: 30px; }
    .btn-outline:hover { background: var(--ink); color: #fff !important; }

    /* ---------- Section shell (top-page-en.html と共通) ---------- */
    section.block { padding: 58px 0; border-bottom: 3px solid var(--ink); }
    section.block:last-of-type { border-bottom: none; }
    .block-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 28px; flex-wrap: wrap; gap: 10px; }
    .block-head h2 { font-size: 1.7rem; color: var(--ink); margin: 6px 0 0; }
    .block-head p { color: var(--ink-soft); font-size: 0.88rem; margin: 0; }

    /* ---------- Cluster / trend tiles (top-page-en.html と共通、関連ガイドで再利用) ---------- */
    .cluster-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 190px; gap: 16px; }
    .cluster-tile { position: relative; overflow: hidden; text-decoration: none; display: block; border: 2px solid var(--ink); }
    .cluster-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
    .cluster-tile:hover img { transform: scale(1.06); }
    .cluster-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,20,26,0) 40%, rgba(20,20,26,0.85) 100%); }
    .cluster-info { position: absolute; left: 16px; right: 16px; bottom: 14px; z-index: 2; }
    .cluster-info .c-count { display: inline-block; font-size: 0.66rem; font-weight: 800; color: var(--ink); background: var(--tag-yellow); padding: 3px 9px; border-radius: 12px; margin-bottom: 8px; }
    .cluster-info .c-title { font-family: 'Archivo Black', sans-serif; color: #fff; font-size: 1.05rem; line-height: 1.2; }

    /* ---------- FAQ (top-page-en.html と共通) ---------- */
    .faq-list { border: 2px solid var(--ink); border-left: 4px solid var(--red); border-bottom: 4px solid var(--red); padding: 6px 24px; }
    .faq-item { border-bottom: 1px solid var(--border); padding: 18px 0; }
    .faq-item:last-child { border-bottom: none; }
    .faq-q { font-weight: 800; color: var(--ink); font-size: 0.98rem; margin-bottom: 6px; }
    .faq-a { color: var(--ink-soft); font-size: 0.88rem; line-height: 1.6; }

    /* ---------- Trust (top-page-en.html と共通) ---------- */
    section.trust { background: var(--ink); border-bottom: none; }
    section.trust .block-head h2, section.trust .block-head p { color: #fff; }
    section.trust .block-head p { color: #c8c5c0; }
    section.trust .grid-ref { color: var(--yellow); }
    .trust-box { border: 2px solid rgba(255,255,255,0.3); border-left: 4px solid var(--blue); border-bottom: 4px solid var(--blue); padding: 20px 24px; }
    .trust-box p { color: #c8c5c0; font-size: 0.86rem; line-height: 1.7; margin: 0; }
    .trust-box ul { margin: 0; padding-left: 20px; color: #c8c5c0; font-size: 0.86rem; line-height: 1.8; }
    .trust-box li { margin-bottom: 8px; }
    .trust-box li:last-child { margin-bottom: 0; }
    .trust-box strong { color: #fff; }
    .trust-box a { color: var(--yellow); text-decoration: underline; }
    .trust-box a:hover { color: #fff; }

    /* ---------- Footer (top-page-en.html と共通) ---------- */
    .footer-band { display: flex; height: 6px; }
    .footer-band span { flex: 1; }
    .footer-band span:nth-child(1) { background: var(--red); }
    .footer-band span:nth-child(2) { background: var(--blue); }
    .footer-band span:nth-child(3) { background: var(--yellow); }
    footer.site-footer { background: var(--ink); color: #cbd5e1; padding: 40px 0 24px; font-size: 0.82rem; }
    .footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 24px; margin-bottom: 28px; }
    .footer-col h3 { color: #fff; font-size: 0.82rem; margin: 0 0 10px; font-family: 'Archivo Black', sans-serif; }
    .footer-col a { display: block; color: #cbd5e1; text-decoration: none; margin-bottom: 6px; }
    .footer-col a:hover { color: var(--accent); }
    .footer-bottom { border-top: 1px solid #33333c; padding-top: 18px; font-size: 0.74rem; color: #8a8790; }

    /* ---------- Back-to-top FAB: オリジナルのデ・ステイル風菱形コンポジション ---------- */
    .mondrian-fab { position: fixed; right: 24px; bottom: 24px; width: 62px; height: 62px; padding: 0; border: none; background: transparent; cursor: pointer; z-index: 999; opacity: 0; transform: translateY(14px); pointer-events: none; transition: opacity .3s ease, transform .3s ease; }
    .mondrian-fab.is-visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
    .mondrian-fab:focus-visible { outline: 3px solid var(--red); outline-offset: 6px; }
    .fab-art { width: 100%; height: 100%; display: block; filter: drop-shadow(3px 4px 0 rgba(17,17,17,0.22)); transition: transform .2s ease, filter .2s ease; }
    .mondrian-fab:hover .fab-art { transform: scale(1.06); filter: drop-shadow(4px 6px 3px rgba(17,17,17,0.3)); }
    .fab-border { stroke: var(--ink); }

    /* =========================================================
       ここから下層ページ（記事）専用の新規コンポーネント。
       色・罫線・角丸なし等のルールは top-page-en.html のトークンをそのまま継承。
       ========================================================= */

    /* ---------- Breadcrumb ---------- */
    .breadcrumb { padding-top: 16px; padding-bottom: 16px; border-bottom: 1px solid var(--border); }
    .breadcrumb ol { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 6px; font-size: 0.76rem; font-weight: 700; }
    .breadcrumb li { display: flex; align-items: center; gap: 6px; }
    .breadcrumb li:not(:last-child)::after { content: "/"; color: #b9b3a4; margin-left: 6px; }
    .breadcrumb a { color: var(--ink-soft); text-decoration: none; }
    .breadcrumb a:hover { color: var(--accent); }
    .breadcrumb li[aria-current] { color: var(--ink); }

    /* ---------- Article hero ---------- */
    section.article-hero { padding: 40px 0 0; border-bottom: 6px solid var(--ink); }
    .article-hero-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 28px; align-items: start; margin-bottom: 30px; }
    .article-hero-photo { border: 3px solid var(--ink); overflow: hidden; }
    .article-hero-photo img { width: 100%; height: 340px; object-fit: cover; }
    .lightbox-img { cursor: zoom-in; }
    .lightbox-img:hover { opacity: 0.88; }
    @media (max-width: 760px) {
        .lightbox-hero { cursor: default; }
        .lightbox-hero:hover { opacity: 1; }
    }
    h1.article-title { font-size: 2.3rem; line-height: 1.1; color: var(--ink); margin: 14px 0 14px; letter-spacing: -0.01em; }
    .article-dek { font-size: 1rem; line-height: 1.6; margin-bottom: 20px; max-width: 480px; }
    .article-meta { display: flex; gap: 14px; flex-wrap: wrap; font-size: 0.74rem; color: var(--ink-soft); margin-bottom: 22px; }
    .article-cta-row { display: flex; gap: 12px; flex-wrap: wrap; }
    .cta-solid-slot { display: inline-block; }
    #primaryKlookCta.is-floating { position: fixed; z-index: 25; margin: 0; }
    @media (max-width: 760px) {
        #primaryKlookCta.is-floating { position: static !important; }
    }

    /* Quick facts strip: 価格・所要時間・アクセスなどを一覧できる帯 */
    .quick-facts { display: grid; grid-template-columns: repeat(4, 1fr); border: 2px solid var(--ink); background: var(--card-bg); margin-bottom: 34px; }
    .qf-item { padding: 16px 18px; border-right: 1px solid var(--border); }
    .qf-item:last-child { border-right: none; }
    .qf-label { font-size: 0.66rem; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 4px; }
    .qf-value { font-family: 'Archivo Black', sans-serif; font-size: 1rem; color: var(--ink); line-height: 1.25; }
    .qf-value .accent { color: var(--accent); }
    @media (max-width: 760px) {
        .article-hero-grid { grid-template-columns: 1fr; }
        .quick-facts { grid-template-columns: repeat(2, 1fr); }
        .qf-item:nth-child(2) { border-right: none; }
    }

    /* ---------- On this page (TOC) ---------- */
    .article-layout { display: grid; grid-template-columns: 220px 1fr; gap: 40px; align-items: start; }
    .article-layout > * { min-width: 0; }
    .toc { border: 2px solid var(--ink); border-left: 4px solid var(--yellow); border-bottom: 4px solid var(--yellow); background: var(--card-bg); padding: 18px 22px; margin-bottom: 0; position: sticky; top: 96px; }
    .toc h2 { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--ink); margin: 0 0 10px; }
    .toc ol { margin: 0; padding-left: 18px; font-size: 0.86rem; line-height: 1.9; }
    .toc a { color: var(--ink-soft); text-decoration: none; font-weight: 700; }
    .toc a:hover { color: var(--accent); }
    @media (max-width: 760px) {
        .article-layout { grid-template-columns: 1fr; gap: 20px; }
        .toc { position: static; }
        .toc ol { display: flex; flex-wrap: wrap; gap: 6px 16px; padding-left: 0; list-style: none; }
    }

    /* ---------- Article body copy ---------- */
    .article-body h2 { font-size: 1.5rem; color: var(--ink); margin: 0 0 14px; }
    .article-body h2[id] { scroll-margin-top: 40px; }
    section[id] { scroll-margin-top: 40px; }
    .article-body h3 { font-size: 1.1rem; color: var(--ink); margin: 22px 0 10px; }
    .article-body p { font-size: 0.92rem; line-height: 1.75; margin: 0 0 16px; }
    .article-body ul, .article-body ol { font-size: 0.92rem; line-height: 1.75; padding-left: 20px; margin: 0 0 16px; }
    .callout { border: 2px solid var(--ink); border-left: 4px solid var(--blue); border-bottom: 4px solid var(--blue); background: var(--blue-soft); padding: 16px 20px; margin: 0 0 24px; }
    .callout p { margin: 0; font-size: 0.86rem; }
    .callout strong { color: var(--blue-dark); }

    /* ---------- Price table ---------- */
    .price-table-wrap { border: 2px solid var(--ink); overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 10px; }
    table.price-table { width: 100%; min-width: 460px; border-collapse: collapse; background: var(--card-bg); font-size: 0.86rem; }
    table.price-table th, table.price-table td { padding: 12px 16px; text-align: left; border-bottom: 1px solid var(--border); }
    table.price-table thead th { background: var(--ink); color: #fff; font-family: 'Archivo Black', sans-serif; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.04em; }
    table.price-table tbody tr:last-child td { border-bottom: none; }
    table.price-table td.price { font-weight: 800; color: var(--accent); white-space: nowrap; }
    table.price-table tbody tr:nth-child(odd) { background: var(--bg); }

    /* ---------- Numbered steps (how to book) ---------- */
    .steps-list { list-style: none; margin: 0 0 8px; padding: 0; counter-reset: step; }
    .steps-list li { position: relative; padding: 4px 0 22px 46px; border-left: 2px solid var(--border); margin-left: 17px; }
    .steps-list li:last-child { border-left: 2px solid transparent; padding-bottom: 0; }
    .steps-list li::before { counter-increment: step; content: counter(step); position: absolute; left: -17px; top: 0; width: 34px; height: 34px; background: var(--ink); color: #fff; font-family: 'Archivo Black', sans-serif; font-size: 0.9rem; display: flex; align-items: center; justify-content: center; }
    .steps-list h3 { margin: 0 0 6px; font-size: 1rem; color: var(--ink); }
    .steps-list p { margin: 0; font-size: 0.88rem; line-height: 1.7; }

    /* ---------- Access / info card ---------- */
    .info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: stretch; }
    .info-card { border: 2px solid var(--ink); background: var(--card-bg); padding: 20px 22px; }
    .info-card h3 { margin: 0 0 10px; font-size: 0.95rem; color: var(--ink); }
    .info-card dl { margin: 0; font-size: 0.86rem; }
    .info-card dt { font-weight: 800; color: var(--ink-soft); margin-top: 10px; }
    .info-card dt:first-child { margin-top: 0; }
    .info-card dd { margin: 2px 0 0; }
    .map-embed { border: 2px solid var(--ink); height: 100%; min-height: 260px; }
    .map-embed iframe { width: 100%; height: 100%; border: 0; display: block; }
    @media (max-width: 760px) { .info-grid { grid-template-columns: 1fr; } }

    /* ---------- Photo gallery ---------- */
    .gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
    .gallery-grid img { width: 100%; height: 150px; object-fit: cover; border: 1px solid var(--border); }
    @media (max-width: 760px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); } }

    /* ---------- Lightbox (photo click-to-enlarge) ---------- */
    .lightbox-overlay {
        position: fixed; inset: 0; z-index: 1000;
        background: rgba(17,17,17,0.92);
        display: none;
        align-items: center; justify-content: center;
        padding: 60px 24px;
    }
    .lightbox-overlay.is-open { display: flex; }
    .lightbox-figure { position: relative; width: min(1100px, 92vw); }
    .lightbox-stage { position: relative; width: 100%; height: min(760px, 82vh); display: flex; align-items: center; justify-content: center; }
    .lightbox-stage img { width: 100%; height: 100%; object-fit: contain; border: 3px solid #fff; display: block; background: rgba(255,255,255,0.03); }
    .lightbox-caption { color: #cbd5e1; font-size: 0.8rem; text-align: center; margin-top: 12px; }
    .lightbox-close {
        position: absolute; top: -18px; right: -18px;
        width: 40px; height: 40px;
        background: var(--red); color: #fff; border: 3px solid #fff;
        font-family: 'Archivo Black', sans-serif; font-size: 1.1rem; line-height: 1;
        display: flex; align-items: center; justify-content: center;
        cursor: pointer;
    }
    .lightbox-close:hover { background: var(--ink); }
    .lightbox-nav {
        position: absolute; top: 50%; transform: translateY(-50%);
        width: 44px; height: 44px;
        background: var(--ink); color: #fff; border: 3px solid #fff;
        font-family: 'Archivo Black', sans-serif; font-size: 1.2rem; line-height: 1;
        display: flex; align-items: center; justify-content: center;
        cursor: pointer; z-index: 2;
    }
    .lightbox-nav:hover { background: var(--accent); }
    .lightbox-nav.prev { left: -20px; }
    .lightbox-nav.next { right: -20px; }
    .lightbox-overlay:not(.has-multiple) .lightbox-nav { display: none; }
    .lightbox-counter { color: #8a8790; font-size: 0.72rem; text-align: center; margin-top: 4px; }
    @media (max-width: 640px) {
        .lightbox-overlay { padding: 40px 16px; }
        .lightbox-close { top: -14px; right: 0; }
        .lightbox-nav { width: 36px; height: 36px; }
        .lightbox-nav.prev { left: -8px; }
        .lightbox-nav.next { right: -8px; }
    }

    /* ---------- Related guides (trend-card 流用) ---------- */
    .trend-list { display: flex; flex-direction: column; gap: 12px; }
    .trend-card { display: flex; gap: 12px; align-items: center; border: 1px solid var(--border); padding: 10px; text-decoration: none; background: var(--card-bg); }
    .trend-card img { width: 66px; height: 66px; object-fit: cover; flex-shrink: 0; }
    .trend-tag { display: inline-block; font-size: 0.62rem; font-weight: 800; color: var(--accent-dark); background: var(--accent-soft); padding: 2px 8px; border-radius: 10px; margin-bottom: 6px; }
    .trend-title { font-weight: 800; color: var(--ink); font-size: 0.85rem; line-height: 1.35; }
    .trend-meta { font-size: 0.7rem; color: var(--ink-soft); margin-top: 4px; }
    .related-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
    @media (max-width: 760px) { .related-grid { grid-template-columns: 1fr; } }

    /* ---------- Sticky mobile book bar ---------- */
    .sticky-book-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; background: var(--ink); border-top: 3px solid var(--accent); padding: 12px 20px; display: none; align-items: center; justify-content: space-between; gap: 12px; }
    .sticky-book-bar .sb-price { color: #fff; font-size: 0.8rem; }
    .sticky-book-bar .sb-price strong { color: var(--yellow); font-family: 'Archivo Black', sans-serif; font-size: 1rem; display: block; }
    @media (max-width: 760px) {
        .sticky-book-bar { display: flex; padding: 12px 16px; }
        body { padding-bottom: 70px; }
        .mondrian-fab { bottom: 86px; }
        .sticky-book-bar .sb-price { flex-shrink: 0; font-size: 0.72rem; }
        .sticky-book-bar #stickyKlookCta {
            width: auto; max-width: 60%; flex: 1 1 auto; min-width: 0;
            overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
        }
    }

    *, *::before, *::after { border-radius: 0 !important; }

    .cta-select {
        display: inline-block; appearance: none; -webkit-appearance: none; -moz-appearance: none;
        background-color: var(--ink); color: #fff !important; font-weight: 800; font-size: 0.8rem;
        border: none; padding: 10px 32px 10px 14px; border-radius: 30px; cursor: pointer; white-space: nowrap; font-size: 0.76rem;
        width: 220px; overflow: hidden; text-overflow: ellipsis;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23fff' stroke-width='1.6' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat; background-position: right 16px center;
    }
    .cta-select:hover { background-color: var(--accent); }
    .cta-select option { color: var(--ink); background: #fff; }
    .list-entry { display: grid; grid-template-columns: 64px 280px 1fr; gap: 24px; align-items: start; border: 2px solid var(--ink); background: var(--card-bg); padding: 22px; margin-bottom: 20px; }
    .list-num { font-family: 'Archivo Black', sans-serif; font-size: 2rem; color: var(--accent); line-height: 1; }
    .list-photo-placeholder { height: 170px; display: flex; align-items: center; justify-content: center; text-align: center; padding: 12px; font-family: 'Archivo Black', sans-serif; font-size: 0.95rem; line-height: 1.3; color: var(--ink); border: 1px solid var(--border); }
    .ph-red { background: var(--red-soft); }
    .ph-blue { background: var(--blue-soft); }
    .ph-yellow { background: var(--yellow-soft); }
    .list-body h3 { margin: 0 0 6px; font-size: 1.15rem; color: var(--ink); }
    .list-body .list-meta { font-size: 0.72rem; font-weight: 800; color: var(--ink-soft); text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 10px; }
    .list-body .list-meta span { color: var(--accent-dark); }
    .list-body p { font-size: 0.88rem; line-height: 1.7; margin: 0 0 12px; max-width: none; }
    .list-cta-row { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
    .list-cta-row .btn-solid { font-size: 0.72rem; padding: 8px 14px; }
    @media (max-width: 760px) { .list-entry { grid-template-columns: 1fr; } .list-num { font-size: 1.4rem; } }


/* =========================================================
   Inlined page CSS migrated from: unique-family-museums/weird-museums-in-tokyo/index.html
   ========================================================= */
/* =========================================================
       このセクションは top-page-en.html と同一のトークン／基礎コンポーネント。
       サイト全体の一貫性を保つため、値は変更せずそのままで。
       ========================================================= */
    :root {
        --ink: #111111;
        --ink-soft: #34322c;
        --bg: #F7F4EB;
        --card-bg: #ffffff;
        --border: #111111;
        --track: #E6E1D0;

        --red: #D5001F;
        --red-dark: #970015;
        --red-soft: #FBE1E2;
        --blue: #0033A0;
        --blue-dark: #001F63;
        --blue-soft: #DEE7F8;
        --yellow: #FFCC00;
        --yellow-dark: #6B4E00;
        --yellow-soft: #FFF2BF;

        --accent: var(--red);
        --accent-dark: var(--red-dark);
        --accent-soft: var(--red-soft);
        --tag-yellow: var(--yellow);
        --tag-teal: var(--blue);
        --tag-blue: var(--blue);
    }
    * { box-sizing: border-box; }
    html { scroll-padding-top: 40px; overflow-x: hidden; }
    body { font-family: 'Inter', 'Hiragino Kaku Gothic ProN', sans-serif; background: var(--bg); color: var(--ink-soft); margin: 0; }
    #lang_switch { display: none; } /* release: English only for now, language switcher hidden */
    .display { font-family: 'Archivo Black', 'Inter', sans-serif; }
    a { color: var(--accent); }
    img { max-width: 100%; display: block; }
    .wrap { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
    .eyebrow-tag { display: inline-flex; align-items: center; gap: 6px; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; padding: 5px 12px; border-radius: 20px; color: var(--ink); }
    .tag-pink  { background: var(--accent-soft); color: var(--accent-dark); }
    .tag-yellow{ background: var(--yellow-soft); color: var(--yellow-dark); }
    .tag-teal  { background: var(--blue-soft); color: var(--blue-dark); }
    .grid-ref { font-family: 'IBM Plex Mono', monospace; font-size: 0.68rem; font-weight: 700; color: var(--ink-soft); letter-spacing: 0.06em; margin-right: 8px; vertical-align: middle; }

    /* ---------- Header (top-page-en.html と共通) ---------- */
    header { padding: 0 50px; display: flex; align-items: center; justify-content: space-between; height: 72px; background: var(--bg); border-bottom: 3px solid var(--ink); position: sticky; top: 0; z-index: 30; }
    @media (max-width: 760px) { header { padding: 0 24px; } }
    header .logo a { display: block; width: 114px; }
    header .lang:hover { cursor: pointer; }
    header .lang ul { list-style: none; margin: 0; padding: 0; }
    header .lang ul li { position: relative; padding: 22px 8px 2px; border-left: 1px solid #f7bbc2; border-right: 1px solid #f7bbc2; font-size: 12px; display: inline-block; }
    header .lang ul li::before { content: ""; display: block; width: 32px; height: 32px; background-size: 32px 32px; position: absolute; top: -5px; left: 50%; transform: translateX(-50%); background: url(https://livejapan.com/public/operation/coupon/assets/image/ico_lang.webp) no-repeat center/contain; }
    header .lang ul li span { display: inline-block; vertical-align: bottom; color: #f0232d; font-size: 12px; line-height: 1; }
    header .lang ul li form { margin: 0; }
    header .lang ul li form select { width: 100%; height: 100%; position: absolute; top: 0; left: 0; opacity: 0; overflow: hidden; font-size: 15px; text-align: center; }
    header .lang ul li form select:hover { cursor: pointer; }

    .btn-solid { display: inline-block; background: var(--ink); color: #fff !important; text-decoration: none; font-weight: 800; font-size: 0.8rem; padding: 10px 18px; border-radius: 30px; white-space: nowrap; }
    .btn-solid:hover { background: var(--accent); }
    .btn-outline { display: inline-block; background: transparent; border: 2px solid var(--ink); color: var(--ink) !important; text-decoration: none; font-weight: 800; font-size: 0.8rem; padding: 9px 18px; border-radius: 30px; }
    .btn-outline:hover { background: var(--ink); color: #fff !important; }

    /* ---------- Section shell (top-page-en.html と共通) ---------- */
    section.block { padding: 58px 0; border-bottom: 3px solid var(--ink); }
    section.block:last-of-type { border-bottom: none; }
    .block-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 28px; flex-wrap: wrap; gap: 10px; }
    .block-head h2 { font-size: 1.7rem; color: var(--ink); margin: 6px 0 0; }
    .block-head p { color: var(--ink-soft); font-size: 0.88rem; margin: 0; }

    /* ---------- Cluster / trend tiles (top-page-en.html と共通、関連ガイドで再利用) ---------- */
    .cluster-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 190px; gap: 16px; }
    .cluster-tile { position: relative; overflow: hidden; text-decoration: none; display: block; border: 2px solid var(--ink); }
    .cluster-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
    .cluster-tile:hover img { transform: scale(1.06); }
    .cluster-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,20,26,0) 40%, rgba(20,20,26,0.85) 100%); }
    .cluster-info { position: absolute; left: 16px; right: 16px; bottom: 14px; z-index: 2; }
    .cluster-info .c-count { display: inline-block; font-size: 0.66rem; font-weight: 800; color: var(--ink); background: var(--tag-yellow); padding: 3px 9px; border-radius: 12px; margin-bottom: 8px; }
    .cluster-info .c-title { font-family: 'Archivo Black', sans-serif; color: #fff; font-size: 1.05rem; line-height: 1.2; }

    /* ---------- FAQ (top-page-en.html と共通) ---------- */
    .faq-list { border: 2px solid var(--ink); border-left: 4px solid var(--red); border-bottom: 4px solid var(--red); padding: 6px 24px; }
    .faq-item { border-bottom: 1px solid var(--border); padding: 18px 0; }
    .faq-item:last-child { border-bottom: none; }
    .faq-q { font-weight: 800; color: var(--ink); font-size: 0.98rem; margin-bottom: 6px; }
    .faq-a { color: var(--ink-soft); font-size: 0.88rem; line-height: 1.6; }

    /* ---------- Trust (top-page-en.html と共通) ---------- */
    section.trust { background: var(--ink); border-bottom: none; }
    section.trust .block-head h2, section.trust .block-head p { color: #fff; }
    section.trust .block-head p { color: #c8c5c0; }
    section.trust .grid-ref { color: var(--yellow); }
    .trust-box { border: 2px solid rgba(255,255,255,0.3); border-left: 4px solid var(--blue); border-bottom: 4px solid var(--blue); padding: 20px 24px; }
    .trust-box p { color: #c8c5c0; font-size: 0.86rem; line-height: 1.7; margin: 0; }
    .trust-box ul { margin: 0; padding-left: 20px; color: #c8c5c0; font-size: 0.86rem; line-height: 1.8; }
    .trust-box li { margin-bottom: 8px; }
    .trust-box li:last-child { margin-bottom: 0; }
    .trust-box strong { color: #fff; }
    .trust-box a { color: var(--yellow); text-decoration: underline; }
    .trust-box a:hover { color: #fff; }

    /* ---------- Footer (top-page-en.html と共通) ---------- */
    .footer-band { display: flex; height: 6px; }
    .footer-band span { flex: 1; }
    .footer-band span:nth-child(1) { background: var(--red); }
    .footer-band span:nth-child(2) { background: var(--blue); }
    .footer-band span:nth-child(3) { background: var(--yellow); }
    footer.site-footer { background: var(--ink); color: #cbd5e1; padding: 40px 0 24px; font-size: 0.82rem; }
    .footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 24px; margin-bottom: 28px; }
    .footer-col h3 { color: #fff; font-size: 0.82rem; margin: 0 0 10px; font-family: 'Archivo Black', sans-serif; }
    .footer-col a { display: block; color: #cbd5e1; text-decoration: none; margin-bottom: 6px; }
    .footer-col a:hover { color: var(--accent); }
    .footer-bottom { border-top: 1px solid #33333c; padding-top: 18px; font-size: 0.74rem; color: #8a8790; }

    /* ---------- Back-to-top FAB: オリジナルのデ・ステイル風菱形コンポジション ---------- */
    .mondrian-fab { position: fixed; right: 24px; bottom: 24px; width: 62px; height: 62px; padding: 0; border: none; background: transparent; cursor: pointer; z-index: 999; opacity: 0; transform: translateY(14px); pointer-events: none; transition: opacity .3s ease, transform .3s ease; }
    .mondrian-fab.is-visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
    .mondrian-fab:focus-visible { outline: 3px solid var(--red); outline-offset: 6px; }
    .fab-art { width: 100%; height: 100%; display: block; filter: drop-shadow(3px 4px 0 rgba(17,17,17,0.22)); transition: transform .2s ease, filter .2s ease; }
    .mondrian-fab:hover .fab-art { transform: scale(1.06); filter: drop-shadow(4px 6px 3px rgba(17,17,17,0.3)); }
    .fab-border { stroke: var(--ink); }

    /* =========================================================
       ここから下層ページ（記事）専用の新規コンポーネント。
       色・罫線・角丸なし等のルールは top-page-en.html のトークンをそのまま継承。
       ========================================================= */

    /* ---------- Breadcrumb ---------- */
    .breadcrumb { padding-top: 16px; padding-bottom: 16px; border-bottom: 1px solid var(--border); }
    .breadcrumb ol { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 6px; font-size: 0.76rem; font-weight: 700; }
    .breadcrumb li { display: flex; align-items: center; gap: 6px; }
    .breadcrumb li:not(:last-child)::after { content: "/"; color: #b9b3a4; margin-left: 6px; }
    .breadcrumb a { color: var(--ink-soft); text-decoration: none; }
    .breadcrumb a:hover { color: var(--accent); }
    .breadcrumb li[aria-current] { color: var(--ink); }

    /* ---------- Article hero ---------- */
    section.article-hero { padding: 40px 0 0; border-bottom: 6px solid var(--ink); }
    .article-hero-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 28px; align-items: start; margin-bottom: 30px; }
    .article-hero-photo { border: 3px solid var(--ink); overflow: hidden; }
    .article-hero-photo img { width: 100%; height: 340px; object-fit: cover; }
    .lightbox-img { cursor: zoom-in; }
    .lightbox-img:hover { opacity: 0.88; }
    @media (max-width: 760px) {
        .lightbox-hero { cursor: default; }
        .lightbox-hero:hover { opacity: 1; }
    }
    h1.article-title { font-size: 2.3rem; line-height: 1.1; color: var(--ink); margin: 14px 0 14px; letter-spacing: -0.01em; }
    .article-dek { font-size: 1rem; line-height: 1.6; margin-bottom: 20px; max-width: 480px; }
    .article-meta { display: flex; gap: 14px; flex-wrap: wrap; font-size: 0.74rem; color: var(--ink-soft); margin-bottom: 22px; }
    .article-cta-row { display: flex; gap: 12px; flex-wrap: wrap; }
    .cta-solid-slot { display: inline-block; }
    #primaryKlookCta.is-floating { position: fixed; z-index: 25; margin: 0; }
    @media (max-width: 760px) {
        #primaryKlookCta.is-floating { position: static !important; }
    }
    .cta-select {
        display: inline-block; appearance: none; -webkit-appearance: none; -moz-appearance: none;
        background-color: var(--ink); color: #fff !important; font-weight: 800; font-size: 0.8rem;
        border: none; padding: 10px 32px 10px 14px; border-radius: 30px; cursor: pointer; white-space: nowrap; font-size: 0.76rem;
        width: 220px; overflow: hidden; text-overflow: ellipsis;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23fff' stroke-width='1.6' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-repeat: no-repeat; background-position: right 16px center;
    }
    .cta-select:hover { background-color: var(--accent); }
    .cta-select option { color: var(--ink); background: #fff; }

    /* Quick facts strip: 価格・所要時間・アクセスなどを一覧できる帯 */
    .quick-facts { display: grid; grid-template-columns: repeat(4, 1fr); border: 2px solid var(--ink); background: var(--card-bg); margin-bottom: 34px; }
    .qf-item { padding: 16px 18px; border-right: 1px solid var(--border); }
    .qf-item:last-child { border-right: none; }
    .qf-label { font-size: 0.66rem; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 4px; }
    .qf-value { font-family: 'Archivo Black', sans-serif; font-size: 1rem; color: var(--ink); line-height: 1.25; }
    .qf-value .accent { color: var(--accent); }
    @media (max-width: 760px) {
        .article-hero-grid { grid-template-columns: 1fr; }
        .quick-facts { grid-template-columns: repeat(2, 1fr); }
        .qf-item:nth-child(2) { border-right: none; }
    }

    /* ---------- On this page (TOC) ---------- */
    .article-layout { display: grid; grid-template-columns: 220px 1fr; gap: 40px; align-items: start; }
    .article-layout > * { min-width: 0; }
    .toc { border: 2px solid var(--ink); border-left: 4px solid var(--yellow); border-bottom: 4px solid var(--yellow); background: var(--card-bg); padding: 18px 22px; margin-bottom: 0; position: sticky; top: 96px; }
    .toc h2 { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--ink); margin: 0 0 10px; }
    .toc ol { margin: 0; padding-left: 18px; font-size: 0.86rem; line-height: 1.9; }
    .toc a { color: var(--ink-soft); text-decoration: none; font-weight: 700; }
    .toc a:hover { color: var(--accent); }
    @media (max-width: 760px) {
        .article-layout { grid-template-columns: 1fr; gap: 20px; }
        .toc { position: static; }
        .toc ol { display: flex; flex-wrap: wrap; gap: 6px 16px; padding-left: 0; list-style: none; }
    }

    /* ---------- Article body copy ---------- */
    .article-body h2 { font-size: 1.5rem; color: var(--ink); margin: 0 0 14px; }
    .article-body h2[id] { scroll-margin-top: 40px; }
    section[id] { scroll-margin-top: 40px; }
    .article-body h3 { font-size: 1.1rem; color: var(--ink); margin: 22px 0 10px; }
    .article-body p { font-size: 0.92rem; line-height: 1.75; margin: 0 0 16px; }
    .article-body ul, .article-body ol { font-size: 0.92rem; line-height: 1.75; padding-left: 20px; margin: 0 0 16px; }
    .callout { border: 2px solid var(--ink); border-left: 4px solid var(--blue); border-bottom: 4px solid var(--blue); background: var(--blue-soft); padding: 16px 20px; margin: 0 0 24px; }
    .callout p { margin: 0; font-size: 0.86rem; }
    .callout strong { color: var(--blue-dark); }

    /* ---------- Price table ---------- */
    .price-table-wrap { border: 2px solid var(--ink); overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 10px; }
    table.price-table { width: 100%; min-width: 460px; border-collapse: collapse; background: var(--card-bg); font-size: 0.86rem; }
    table.price-table th, table.price-table td { padding: 12px 16px; text-align: left; border-bottom: 1px solid var(--border); }
    table.price-table thead th { background: var(--ink); color: #fff; font-family: 'Archivo Black', sans-serif; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.04em; }
    table.price-table tbody tr:last-child td { border-bottom: none; }
    table.price-table td.price { font-weight: 800; color: var(--accent); white-space: nowrap; }
    table.price-table tbody tr:nth-child(odd) { background: var(--bg); }

    /* ---------- Numbered steps (how to book) ---------- */
    .steps-list { list-style: none; margin: 0 0 8px; padding: 0; counter-reset: step; }
    .steps-list li { position: relative; padding: 4px 0 22px 46px; border-left: 2px solid var(--border); margin-left: 17px; }
    .steps-list li:last-child { border-left: 2px solid transparent; padding-bottom: 0; }
    .steps-list li::before { counter-increment: step; content: counter(step); position: absolute; left: -17px; top: 0; width: 34px; height: 34px; background: var(--ink); color: #fff; font-family: 'Archivo Black', sans-serif; font-size: 0.9rem; display: flex; align-items: center; justify-content: center; }
    .steps-list h3 { margin: 0 0 6px; font-size: 1rem; color: var(--ink); }
    .steps-list p { margin: 0; font-size: 0.88rem; line-height: 1.7; }

    /* ---------- Access / info card ---------- */
    .info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: stretch; }
    .info-card { border: 2px solid var(--ink); background: var(--card-bg); padding: 20px 22px; }
    .info-card h3 { margin: 0 0 10px; font-size: 0.95rem; color: var(--ink); }
    .info-card dl { margin: 0; font-size: 0.86rem; }
    .info-card dt { font-weight: 800; color: var(--ink-soft); margin-top: 10px; }
    .info-card dt:first-child { margin-top: 0; }
    .info-card dd { margin: 2px 0 0; }
    .map-embed { border: 2px solid var(--ink); height: 100%; min-height: 260px; }
    .map-embed iframe { width: 100%; height: 100%; border: 0; display: block; }
    @media (max-width: 760px) { .info-grid { grid-template-columns: 1fr; } }

    /* ---------- Photo gallery ---------- */
    .gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
    .gallery-grid img { width: 100%; height: 150px; object-fit: cover; border: 1px solid var(--border); }
    @media (max-width: 760px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); } }

    /* ---------- Lightbox (photo click-to-enlarge) ---------- */
    .lightbox-overlay {
        position: fixed; inset: 0; z-index: 1000;
        background: rgba(17,17,17,0.92);
        display: none;
        align-items: center; justify-content: center;
        padding: 60px 24px;
    }
    .lightbox-overlay.is-open { display: flex; }
    .lightbox-figure { position: relative; width: min(1100px, 92vw); }
    .lightbox-stage { position: relative; width: 100%; height: min(760px, 82vh); display: flex; align-items: center; justify-content: center; }
    .lightbox-stage img { width: 100%; height: 100%; object-fit: contain; border: 3px solid #fff; display: block; background: rgba(255,255,255,0.03); }
    .lightbox-caption { color: #cbd5e1; font-size: 0.8rem; text-align: center; margin-top: 12px; }
    .lightbox-close {
        position: absolute; top: -18px; right: -18px;
        width: 40px; height: 40px;
        background: var(--red); color: #fff; border: 3px solid #fff;
        font-family: 'Archivo Black', sans-serif; font-size: 1.1rem; line-height: 1;
        display: flex; align-items: center; justify-content: center;
        cursor: pointer;
    }
    .lightbox-close:hover { background: var(--ink); }
    .lightbox-nav {
        position: absolute; top: 50%; transform: translateY(-50%);
        width: 44px; height: 44px;
        background: var(--ink); color: #fff; border: 3px solid #fff;
        font-family: 'Archivo Black', sans-serif; font-size: 1.2rem; line-height: 1;
        display: flex; align-items: center; justify-content: center;
        cursor: pointer; z-index: 2;
    }
    .lightbox-nav:hover { background: var(--accent); }
    .lightbox-nav.prev { left: -20px; }
    .lightbox-nav.next { right: -20px; }
    .lightbox-overlay:not(.has-multiple) .lightbox-nav { display: none; }
    .lightbox-counter { color: #8a8790; font-size: 0.72rem; text-align: center; margin-top: 4px; }
    @media (max-width: 640px) {
        .lightbox-overlay { padding: 40px 16px; }
        .lightbox-close { top: -14px; right: 0; }
        .lightbox-nav { width: 36px; height: 36px; }
        .lightbox-nav.prev { left: -8px; }
        .lightbox-nav.next { right: -8px; }
    }

    /* ---------- Related guides (trend-card 流用) ---------- */
    .trend-list { display: flex; flex-direction: column; gap: 12px; }
    .trend-card { display: flex; gap: 12px; align-items: center; border: 1px solid var(--border); padding: 10px; text-decoration: none; background: var(--card-bg); }
    .trend-card img { width: 66px; height: 66px; object-fit: cover; flex-shrink: 0; }
    .trend-tag { display: inline-block; font-size: 0.62rem; font-weight: 800; color: var(--accent-dark); background: var(--accent-soft); padding: 2px 8px; border-radius: 10px; margin-bottom: 6px; }
    .trend-title { font-weight: 800; color: var(--ink); font-size: 0.85rem; line-height: 1.35; }
    .trend-meta { font-size: 0.7rem; color: var(--ink-soft); margin-top: 4px; }
    .related-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
    @media (max-width: 760px) { .related-grid { grid-template-columns: 1fr; } }

    /* ---------- Sticky mobile book bar ---------- */
    .sticky-book-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; background: var(--ink); border-top: 3px solid var(--accent); padding: 12px 20px; display: none; align-items: center; justify-content: space-between; gap: 12px; }
    .sticky-book-bar .sb-price { color: #fff; font-size: 0.8rem; }
    .sticky-book-bar .sb-price strong { color: var(--yellow); font-family: 'Archivo Black', sans-serif; font-size: 1rem; display: block; }
    @media (max-width: 760px) {
        .sticky-book-bar { display: flex; padding: 12px 16px; }
        body { padding-bottom: 70px; }
        .mondrian-fab { bottom: 86px; }
        .sticky-book-bar .sb-price { flex-shrink: 0; font-size: 0.72rem; }
        .sticky-book-bar #stickyKlookCta {
            width: auto; max-width: 60%; flex: 1 1 auto; min-width: 0;
            overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
        }
    }

    *, *::before, *::after { border-radius: 0 !important; }

    /* ---------- Listicle template: numbered entry cards ---------- */
    .list-entry { display: grid; grid-template-columns: 64px 280px 1fr; gap: 24px; align-items: start; border: 2px solid var(--ink); background: var(--card-bg); padding: 22px; margin-bottom: 20px; }
    .list-num { font-family: 'Archivo Black', sans-serif; font-size: 2rem; color: var(--accent); line-height: 1; }
    .list-photo { border: 1px solid var(--border); overflow: hidden; }
    .list-photo img { width: 100%; height: 170px; object-fit: cover; }
    .list-photo-placeholder { height: 170px; display: flex; align-items: center; justify-content: center; text-align: center; padding: 12px; font-family: 'Archivo Black', sans-serif; font-size: 0.95rem; line-height: 1.3; color: var(--ink); }
    .ph-red { background: var(--red-soft); }
    .ph-blue { background: var(--blue-soft); }
    .ph-yellow { background: var(--yellow-soft); }
    .list-body h3 { margin: 0 0 6px; font-size: 1.15rem; color: var(--ink); }
    .list-body .list-meta { font-size: 0.72rem; font-weight: 800; color: var(--ink-soft); text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 10px; }
    .list-body .list-meta span { color: var(--accent-dark); }
    .list-body p { font-size: 0.88rem; line-height: 1.7; margin: 0 0 12px; max-width: none; }
    .list-cta-row { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
    .list-cta-row .btn-solid, .list-cta-row .btn-outline { font-size: 0.72rem; padding: 8px 14px; }
    @media (max-width: 760px) {
        .list-entry { grid-template-columns: 1fr; }
        .list-num { font-size: 1.4rem; }
        .list-photo img { height: 200px; }
    }

/* ---------- Photo credit additions (gallery / cluster tiles) ---------- */
.gallery-photo-wrap { position: relative; display: block; }
.gallery-photo-wrap img { width: 100%; height: 150px; object-fit: cover; border: 1px solid var(--border); display: block; }
.cluster-tile { position: relative; }
.cluster-photo-credit { z-index: 2; }
.hub-photo { position: relative; }

/* ---------- Hero mondrian-photo credit override (top-right, avoids badge/tag) ---------- */
.mh-photo-credit { position: absolute; top: 8px; right: 8px; bottom: auto; z-index: 2; }

/* ---------- trend-card position for credit overlay (site-wide) ---------- */
.trend-card { position: relative; }

/* ---------- Fix: hero-photo-credit must stay in the photo column ----------
   .hero-photo-credit is a sibling of .article-hero-photo inside the 2-col
   .article-hero-grid, so without an explicit column it falls back to
   column 1 (the text/CTA side). Pin it to column 2, and drop back to the
   natural single-column flow on mobile where the grid collapses to 1fr. */
.article-hero-grid > p.hero-photo-credit { grid-column: 2; margin-top: -22px; }
@media (max-width: 760px) {
    .article-hero-grid > p.hero-photo-credit { grid-column: 1; margin-top: 0; }
}
