/* === SUMO IN JAPAN — styles.css === */

:root {
  --bg:        #fafaf8;
  --bg-alt:    #f2f0eb;
  --border:    #dedad4;
  --text:      #1c1b18;
  --muted:     #5a5751;
  --accent:    #8b1a1a;
  --accent-lt: #f9eaea;
  --warn:      #9a6809;
  --highlight: #fde68a;
  --highlight-strong: #fbd35a;
  --serif:     'Fraunces', Georgia, serif;
  --sans:      'Source Sans 3', system-ui, sans-serif;
  --max:       820px;
  --wide:      1120px;
}

/* ─── Reset ─────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html {
  font-size: 18px;
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
  overflow-x: clip;
}
body {
  font-family: var(--sans);
  background: var(--bg);
  color: var(--text);
  line-height: 1.7;
  overflow-x: clip;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent); }
strong { font-weight: 700; }

/* ─── Typography ─────────────────────────────────────────────────── */
h1, h2, h3, h4 { font-family: var(--serif); line-height: 1.25; font-weight: 700; }
h1 { font-size: clamp(1.8rem, 4vw, 2.8rem); }
h2.section-title {
  font-size: clamp(1.4rem, 3vw, 2rem);
  margin-bottom: 1.5rem;
}
h3 { font-size: 1.1rem; }
p { margin-bottom: 1rem; }
p:last-child { margin-bottom: 0; }

/* ─── Layout containers ──────────────────────────────────────────── */
.container   { max-width: var(--max);  margin: 0 auto; padding: 0 1.5rem; }
.container-w { max-width: var(--wide); margin: 0 auto; padding: 0 1.5rem; }
section { padding: 3rem 0; }
section + section { border-top: 1px solid var(--border); }

/* ─── Site header ────────────────────────────────────────────────── */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: var(--bg);
  border-bottom: 1px solid var(--border);
  height: 52px; display: flex; align-items: center;
}
.site-header .container-w {
  display: flex; align-items: center; justify-content: space-between;
  width: 100%;
}
.site-logo {
  font-family: var(--serif); font-size: 1.05rem; font-weight: 700;
  color: var(--text); text-decoration: none;
  letter-spacing: -.01em;
}
.site-logo span { color: var(--accent); }
.site-nav { display: flex; gap: 0; align-items: center; }
.site-nav a {
  font-size: .82rem; font-weight: 600; text-decoration: none;
  color: var(--muted); padding: .4rem .75rem;
  border-radius: 4px;
  transition: color .15s, background .15s;
}
.site-nav a:hover { color: var(--text); background: var(--bg-alt); }
.site-nav .nav-cta {
  background: var(--accent); color: #fff !important;
  padding: .4rem .9rem; border-radius: 4px;
  margin-left: .5rem;
}
.site-nav .nav-cta:hover { background: #6e1414 !important; color: #fff; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: .4rem; }
.nav-toggle span {
  display: block; width: 22px; height: 2px;
  background: var(--text); margin: 4px 0;
  transition: transform .2s, opacity .2s;
}

/* ─── Hero ───────────────────────────────────────────────────────── */
.hero {
  padding: 3.5rem 0 2.5rem;
  background: var(--bg);
}
.hero-eyebrow {
  font-family: ui-monospace, 'SF Mono', Menlo, Monaco, Consolas, monospace;
  font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--accent); margin-bottom: .8rem;
}
.hero h1 { margin-bottom: .75rem; max-width: 680px; }
.hero .deck {
  font-size: 1.1rem; color: var(--muted); max-width: 600px;
  line-height: 1.6; margin-bottom: 1rem;
}
.hero-byline {
  font-size: .8rem; color: var(--muted);
  font-family: ui-monospace, 'SF Mono', Menlo, Monaco, Consolas, monospace;
  letter-spacing: .05em;
}

/* ─── Facts bar ──────────────────────────────────────────────────── */
.facts-bar {
  background: var(--text); color: #fff;
  padding: 1.25rem 0;
}
.facts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 1rem 1.5rem;
}
.fact { min-width: 0; text-align: center; }
.fact-num {
  font-family: var(--serif); font-size: 1.6rem; font-weight: 700;
  color: #fff; line-height: 1;
}
.fact-label {
  font-family: ui-monospace, 'SF Mono', Menlo, Monaco, Consolas, monospace;
  font-size: .62rem; letter-spacing: .08em; text-transform: uppercase;
  color: rgba(255,255,255,.6); margin-top: .25rem;
  overflow-wrap: anywhere;
}

/* ─── Anchor nav ─────────────────────────────────────────────────── */
.anchor-nav {
  position: sticky; top: 52px; z-index: 90;
  background: var(--bg);
  border-bottom: 1px solid var(--border);
  overflow-x: auto; white-space: nowrap;
  scrollbar-width: none;
}
.anchor-nav::-webkit-scrollbar { display: none; }
.anchor-nav-list {
  max-width: var(--wide); margin: 0 auto;
  padding: 0 1.5rem;
  display: inline-flex; gap: .1rem;
  list-style: none; min-width: 100%;
}
.anchor-nav-list li { flex-shrink: 0; }
.anchor-link {
  display: inline-block;
  padding: .52rem .75rem;
  font-family: ui-monospace, 'SF Mono', Menlo, Monaco, Consolas, monospace;
  font-size: .63rem; font-weight: 700;
  letter-spacing: .07em; text-transform: uppercase;
  color: var(--text); text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: color .15s, border-color .15s, opacity .15s;
  opacity: .5; white-space: nowrap;
}
.anchor-link:hover, .anchor-link.active {
  color: var(--accent);
  border-bottom-color: var(--accent);
  opacity: 1;
}
.anchor-link.featured {
  background: var(--accent-lt);
  color: var(--accent);
  border-radius: 3px;
  border-bottom-color: transparent;
  opacity: 1;
}
.anchor-link.featured:hover,
.anchor-link.featured.active {
  background: #f0d0d0;
  color: var(--accent);
  border-bottom-color: transparent;
}

/* ─── TL;DR callout ──────────────────────────────────────────────── */
.tldr-box {
  background: var(--accent-lt);
  border-left: 3px solid var(--accent);
  padding: 1.5rem 2rem;
  border-radius: 0 6px 6px 0;
}
.tldr-box ul { list-style: none; }
.tldr-box li {
  padding: .5rem 0; padding-left: 1.4em;
  position: relative; font-size: 1rem;
}
.tldr-box li::before {
  content: '→'; position: absolute; left: 0;
  color: var(--accent); font-weight: 700;
}

/* ─── Hero pick cards (on tours page) ───────────────────────────── */
.hero-picks { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.25rem; margin-bottom: 2rem; }
.pick-card {
  border: 1px solid var(--border);
  border-radius: 8px; overflow: hidden;
  background: var(--bg); transition: border-color .15s, box-shadow .15s;
}
.pick-card:hover {
  border-color: var(--accent);
  box-shadow: 0 6px 20px rgba(139,26,26,.08);
}
.pick-badge {
  font-size: .68rem; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; padding: .5rem 1rem;
  background: var(--accent); color: #fff;
  font-family: ui-monospace, 'SF Mono', Menlo, Monaco, Consolas, monospace;
}
.pick-card a.pick-img {
  display: block; text-decoration: none;
}
.pick-card img { width: 100%; height: 160px; object-fit: cover; }
.pick-body { padding: 1rem; }
.pick-body h3 { font-size: 1rem; margin-bottom: .4rem; }
.pick-body h3 a { color: var(--text); text-decoration: none; }
.pick-body h3 a:hover { color: var(--accent); }
.pick-meta { font-size: .82rem; color: var(--muted); margin-bottom: .75rem; }
.pick-meta .star { color: var(--accent); }
.pick-cta {
  display: inline-block;
  font-size: .82rem; font-weight: 700;
  background: var(--accent); color: #fff;
  padding: .4rem 1rem; border-radius: 4px;
  text-decoration: none;
  transition: background .15s;
}
.pick-cta:hover { background: #6e1414; color: #fff; }

/* ─── Filter bar ─────────────────────────────────────────────────── */
.filter-section { padding: 1.5rem 0; }
.filter-group { margin-bottom: .75rem; }
.filter-label {
  font-family: ui-monospace, 'SF Mono', Menlo, Monaco, Consolas, monospace;
  font-size: .63rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: var(--muted); display: block; margin-bottom: .5rem;
}
.filter-chips { display: flex; flex-wrap: wrap; gap: .4rem; }
.filter-chip {
  background: var(--bg-alt); border: 1px solid var(--border);
  color: var(--muted); font-size: .82rem; font-weight: 600;
  padding: .35rem .8rem; border-radius: 20px;
  cursor: pointer; transition: all .15s; white-space: nowrap;
}
.filter-chip:hover { border-color: var(--accent); color: var(--accent); background: var(--accent-lt); }
.filter-chip.active {
  background: var(--accent); border-color: var(--accent);
  color: #fff;
}

/* ─── Count bar ──────────────────────────────────────────────────── */
.count-bar {
  font-size: .85rem; color: var(--muted);
  padding: .5rem 0 1rem;
  font-family: ui-monospace, 'SF Mono', Menlo, Monaco, Consolas, monospace;
  letter-spacing: .03em;
}

/* ─── Tour cards (hand-curated grid) ────────────────────────────── */
.tours-section-title {
  font-family: var(--serif); font-size: 1.3rem; font-weight: 700;
  margin: 2rem 0 1rem;
  padding-bottom: .6rem;
  border-bottom: 2px solid var(--accent);
  color: var(--text);
}
.tour-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.25rem; margin-bottom: 1.5rem; }

.tour-card {
  border: 1px solid var(--border);
  border-radius: 8px; overflow: hidden;
  background: var(--bg);
  transition: border-color .15s, box-shadow .15s;
  display: flex; flex-direction: column;
}
.tour-card:hover {
  border-color: var(--accent);
  box-shadow: 0 4px 16px rgba(139,26,26,.08);
}
.tour-card.hidden { display: none; }

a.tour-img {
  display: block; text-decoration: none; position: relative;
  flex-shrink: 0;
}
a.tour-img img { width: 100%; height: 180px; object-fit: cover; }

.tour-badge {
  position: absolute; top: .6rem; left: .6rem;
  font-size: .63rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase;
  padding: .25rem .55rem; border-radius: 3px;
  font-family: ui-monospace, 'SF Mono', Menlo, Monaco, Consolas, monospace;
}
.badge-show       { background: #78440a; color: #fff; }
.badge-tournament { background: var(--accent); color: #fff; }
.badge-practice   { background: #1a4069; color: #fff; }

.flag-pill {
  position: absolute; bottom: .6rem; right: .6rem;
  font-size: .62rem; font-weight: 700; letter-spacing: .05em;
  padding: .2rem .5rem; border-radius: 3px;
  font-family: ui-monospace, 'SF Mono', Menlo, Monaco, Consolas, monospace;
}
.pill-sellout  { background: #c0392b; color: #fff; }
.pill-special  { background: #e67e22; color: #fff; }
.pill-private  { background: #6c3483; color: #fff; }

.tour-body { padding: 1rem; display: flex; flex-direction: column; flex: 1; }
.tour-body h3 { font-size: .98rem; margin-bottom: .3rem; line-height: 1.35; }
.tour-body h3 a { color: var(--text); text-decoration: none; }
.tour-body h3 a:hover { color: var(--accent); }
.tour-note {
  display: block; font-size: .8rem; color: var(--muted);
  margin-bottom: .6rem; line-height: 1.45;
}
.tour-meta {
  font-size: .8rem; color: var(--muted);
  margin-bottom: .75rem; flex: 1;
}
.star { color: var(--accent); }
a.book-cta {
  display: inline-block; align-self: flex-start;
  font-size: .82rem; font-weight: 700;
  background: var(--accent); color: #fff;
  padding: .4rem 1rem; border-radius: 4px;
  text-decoration: none;
  transition: background .15s;
  margin-top: auto;
}
a.book-cta:hover { background: #6e1414; color: #fff; }

/* ─── City tag ───────────────────────────────────────────────────── */
.city-tag {
  display: inline-block;
  font-size: .62rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .06em; padding: .15rem .45rem; border-radius: 3px;
  margin-left: .35rem; vertical-align: middle;
  font-family: ui-monospace, 'SF Mono', Menlo, Monaco, Consolas, monospace;
}
.city-tokyo   { background: #e8eef7; color: #1a4069; }
.city-osaka   { background: #fef0e6; color: #7a3200; }
.city-kyoto   { background: #f0eaf7; color: #4a1a7a; }
.city-sapporo { background: #e6f3f7; color: #0a4a6a; }

/* ─── Methodology box ────────────────────────────────────────────── */
.methodology {
  background: var(--bg-alt); border: 1px solid var(--border);
  border-radius: 6px; padding: 1.5rem 2rem; margin-top: 2rem;
  font-size: .88rem; color: var(--muted);
}
.methodology strong { color: var(--text); }

/* ─── Inline u-links (em-based gradient stops) ───────────────────── */
.u-link {
  position: relative; font-weight: 700; text-decoration: none;
  color: var(--text); padding: 0 .12em;
  background-image: linear-gradient(to top,
    transparent .15em,
    var(--highlight) .15em,
    var(--highlight) 1.05em,
    transparent 1.05em);
  background-repeat: no-repeat; background-size: 100% 100%;
}
.u-link:hover {
  color: var(--accent);
  background-image: linear-gradient(to top,
    transparent .15em,
    var(--highlight-strong) .15em,
    var(--highlight-strong) 1.05em,
    transparent 1.05em);
}

/* ─── Chip links ─────────────────────────────────────────────────── */
.chip {
  display: inline-block; font-size: .8rem; font-weight: 700;
  padding: .3rem .8rem; border-radius: 20px;
  text-decoration: none; transition: all .15s; white-space: nowrap;
}
.chip.accent {
  background: var(--accent-lt); color: var(--accent);
  border: 1px solid #e8c4c4;
}
.chip.accent:hover { background: var(--accent); color: #fff; }

/* ─── Cards for persona grid ─────────────────────────────────────── */
.style-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}
.style-card {
  background: var(--bg-alt); border: 1px solid var(--border);
  border-radius: 8px; padding: 1.25rem 1.25rem 1rem;
}
.style-icon {
  font-size: 1.5rem; margin-bottom: .5rem;
  font-style: normal;
}
.style-card h3 {
  font-size: .95rem; margin-bottom: .6rem; color: var(--text);
}
.style-card ul { list-style: none; font-size: .85rem; }
.style-card li { padding: .25rem 0; color: var(--muted); }
.style-card .chip-row { margin-top: .85rem; }

/* ─── Tournament table ───────────────────────────────────────────── */
.data-table {
  width: 100%; border-collapse: collapse;
  font-size: .88rem; margin: 1.25rem 0;
}
.data-table th {
  background: var(--bg-alt);
  text-align: left; padding: .6rem .75rem;
  font-weight: 700; font-size: .78rem;
  letter-spacing: .04em; text-transform: uppercase;
  border-bottom: 2px solid var(--border);
  font-family: ui-monospace, 'SF Mono', Menlo, Monaco, Consolas, monospace;
  color: var(--muted);
}
.data-table td {
  padding: .65rem .75rem;
  border-bottom: 1px solid var(--border);
  vertical-align: top;
}
.data-table tbody tr:hover td { background: var(--accent-lt); }
.data-table .col-highlight { font-weight: 700; color: var(--text); }

/* ─── Season grid ────────────────────────────────────────────────── */
.season-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.season-card {
  background: var(--bg-alt); border: 1px solid var(--border);
  border-radius: 6px; padding: 1.25rem;
}
.season-label {
  font-family: ui-monospace, 'SF Mono', Menlo, Monaco, Consolas, monospace;
  font-size: .65rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .1em; color: var(--accent); margin-bottom: .4rem;
}
.season-card h3 { font-size: .95rem; margin-bottom: .5rem; }
.season-card p { font-size: .85rem; color: var(--muted); margin: 0; }

/* ─── Callout / info boxes ───────────────────────────────────────── */
.callout {
  background: var(--bg-alt); border: 1px solid var(--border);
  border-left: 3px solid var(--accent);
  border-radius: 0 6px 6px 0;
  padding: 1rem 1.25rem; margin: 1rem 0;
  font-size: .9rem;
}
.callout-warn {
  border-left-color: var(--warn);
  background: #fef9ec;
}

/* ─── Red flags ──────────────────────────────────────────────────── */
.flag-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.flag-item {
  background: var(--bg-alt); border: 1px solid var(--border);
  border-left: 3px solid var(--warn); border-radius: 0 6px 6px 0;
  padding: 1rem 1.25rem;
}
.flag-item h4 { font-size: .9rem; margin-bottom: .3rem; color: var(--warn); }
.flag-item p { font-size: .85rem; color: var(--muted); margin: 0; }

/* ─── Sister site note ───────────────────────────────────────────── */
.sister-note {
  background: var(--accent-lt); border: 1px solid #e8c4c4;
  border-radius: 6px; padding: .75rem 1rem;
  font-size: .85rem; margin: 1rem 0;
}

/* ─── Tours CTA section ──────────────────────────────────────────── */
.tours-cta { background: var(--bg-alt); padding: 2.5rem 0; }
.tours-cta h2 { margin-bottom: 1rem; }
.tours-cta ul { list-style: none; margin-bottom: 1.5rem; }
.tours-cta li { padding: .4rem 0; padding-left: 1.4em; position: relative; }
.tours-cta li::before { content: '→'; position: absolute; left: 0; color: var(--accent); font-weight: 700; }
.cta-btn {
  display: inline-block; font-weight: 700;
  background: var(--accent); color: #fff;
  padding: .7rem 1.75rem; border-radius: 5px;
  text-decoration: none; font-size: 1rem;
  transition: background .15s;
}
.cta-btn:hover { background: #6e1414; color: #fff; }

/* ─── FAQ accordion ──────────────────────────────────────────────── */
.faq-list { list-style: none; }
.faq-item {
  border-bottom: 1px solid var(--border);
}
.faq-item:first-child { border-top: 1px solid var(--border); }
.faq-question {
  width: 100%; text-align: left; background: none; border: none;
  cursor: pointer; padding: 1rem 0;
  font-family: var(--serif); font-size: 1rem; font-weight: 700;
  color: var(--text);
  display: flex; justify-content: space-between; align-items: center;
  gap: 1rem;
}
.faq-question:hover { color: var(--accent); }
.faq-icon {
  width: 20px; height: 20px; flex-shrink: 0;
  border: 2px solid var(--border); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: .75rem; transition: transform .2s, border-color .2s;
}
.faq-item.open .faq-icon { transform: rotate(45deg); border-color: var(--accent); }
.faq-answer {
  overflow: hidden; max-height: 0;
  transition: max-height .3s ease, padding .3s ease;
}
.faq-answer-inner {
  padding-bottom: 1rem;
  font-size: .95rem; line-height: 1.7; color: var(--muted);
}

/* ─── Plan pill (floating CTA) ───────────────────────────────────── */
.plan-pill {
  position: fixed; bottom: 1.75rem; right: 1.75rem; z-index: 200;
  background: var(--accent); color: #fff;
  padding: .7em 1.3em; border-radius: 40px;
  font-size: .88rem; font-weight: 700;
  text-decoration: none;
  opacity: 0; pointer-events: none;
  transition: opacity .25s, transform .25s;
  transform: translateY(4px);
  box-shadow: 0 4px 16px rgba(139,26,26,.3);
}
.plan-pill.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }

/* ─── Footer ─────────────────────────────────────────────────────── */
.site-footer {
  background: var(--text); color: rgba(255,255,255,.7);
  padding: 2.5rem 0;
  font-size: .85rem;
}
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 2rem; }
.footer-brand { font-family: var(--serif); font-size: 1.1rem; font-weight: 700; color: #fff; margin-bottom: .75rem; }
.site-footer h4 { color: #fff; font-size: .85rem; margin-bottom: .75rem; }
.site-footer ul { list-style: none; }
.site-footer li { padding: .2rem 0; }
.site-footer a { color: rgba(255,255,255,.6); text-decoration: none; }
.site-footer a:hover { color: #fff; }
.footer-bottom {
  margin-top: 2rem; padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,.1);
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: .5rem;
  font-size: .78rem;
}

/* ─── Inline stats / key detail ──────────────────────────────────── */
.key-stat {
  font-family: var(--serif); font-size: 1.4rem; font-weight: 700; color: var(--accent);
}

/* ─── Top Picks section (homepage) ──────────────────────────────── */
.top-picks-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.top-pick-card {
  border: 2px solid var(--accent);
  border-radius: 8px; overflow: hidden;
  background: var(--bg);
  transition: box-shadow .15s;
}
.top-pick-card:hover { box-shadow: 0 6px 24px rgba(139,26,26,.12); }
.top-pick-card a.pick-img { display: block; }
.top-pick-card img { width: 100%; height: 160px; object-fit: cover; }
.top-pick-card .pick-label {
  background: var(--accent); color: #fff;
  font-size: .65rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; padding: .35rem 1rem;
  font-family: ui-monospace, 'SF Mono', Menlo, Monaco, Consolas, monospace;
}
.top-pick-card .pick-body { padding: 1rem; }
.top-pick-card h3 { font-size: 1rem; margin-bottom: .4rem; }
.top-pick-card h3 a { color: var(--text); text-decoration: none; }
.top-pick-card h3 a:hover { color: var(--accent); }
.top-pick-card .pick-meta { font-size: .82rem; color: var(--muted); margin-bottom: .75rem; }
.top-pick-card .pick-note { font-size: .85rem; color: var(--muted); margin-bottom: .75rem; line-height: 1.5; }
.top-pick-card a.book-cta { font-size: .82rem; }

/* ─── Number list / venue list ───────────────────────────────────── */
.venue-list { list-style: none; }
.venue-item { padding: 1.25rem 0; border-bottom: 1px solid var(--border); }
.venue-item:last-child { border-bottom: none; }
.venue-name { font-family: var(--serif); font-size: 1.1rem; font-weight: 700; margin-bottom: .4rem; }
.venue-chips { display: flex; flex-wrap: wrap; gap: .35rem; margin: .5rem 0; }
.venue-chip {
  font-size: .7rem; font-weight: 700; letter-spacing: .05em;
  padding: .2rem .55rem; border-radius: 3px;
  font-family: ui-monospace, 'SF Mono', Menlo, Monaco, Consolas, monospace;
  background: var(--bg-alt); border: 1px solid var(--border);
  color: var(--muted);
}
.venue-chip.highlight { background: var(--accent-lt); color: var(--accent); border-color: #e8c4c4; }

/* ─── Cost table tiers ───────────────────────────────────────────── */
.tier-free td { color: #2e7d32; }
.tier-budget td:first-child { color: var(--warn); }
.tier-mid td:first-child { color: var(--accent); }
.tier-premium td:first-child { color: #6c3483; }

/* ─── Topic banner (zero-match hint) ────────────────────────────── */
.topic-banner {
  display: none; background: var(--accent-lt);
  border: 1px solid #e8c4c4; border-radius: 6px;
  padding: 1rem 1.25rem; margin-bottom: 1rem;
  font-size: .9rem; color: var(--text);
}
.topic-banner.visible { display: block; }

/* ─── Responsive ─────────────────────────────────────────────────── */
@media (max-width: 900px) {
  .tour-grid        { grid-template-columns: repeat(2, 1fr); }
  .hero-picks       { grid-template-columns: repeat(2, 1fr); }
  .top-picks-grid   { grid-template-columns: repeat(2, 1fr); }
  .style-grid       { grid-template-columns: repeat(2, 1fr); }
  .season-grid      { grid-template-columns: repeat(2, 1fr); }
  .footer-grid      { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  html { font-size: 16px; }
  .tour-grid        { grid-template-columns: 1fr; }
  .hero-picks       { grid-template-columns: 1fr; }
  .top-picks-grid   { grid-template-columns: 1fr; }
  .style-grid       { grid-template-columns: 1fr; }
  .season-grid      { grid-template-columns: 1fr; }
  .flag-grid        { grid-template-columns: 1fr; }
  .footer-grid      { grid-template-columns: 1fr; }
  .tour-note        { display: none; }
  .site-nav         { display: none; }
  .site-nav.open    { display: flex; flex-direction: column; position: absolute; top: 52px; left: 0; right: 0; background: var(--bg); border-bottom: 1px solid var(--border); padding: 1rem 1.5rem; z-index: 99; }
  .nav-toggle       { display: block; }
  .footer-grid      { grid-template-columns: 1fr; }
  .facts-grid       { grid-template-columns: repeat(3, 1fr); }
  .footer-bottom    { flex-direction: column; text-align: center; }
  a.tour-img img    { height: 200px; }
}
