/* ============================================================================
   tikit.live — Organization page v2 (functions/org-page.php)
   Scoped under .tko. Brand Kit v1: Sunbeam/Gold/Amber/Punch/Ink/Cloud,
   Fredoka (display) + DM Sans (text) + DM Mono (labels).
   ========================================================================== */

.tko {
  --sun: #FFD84D; --gold: #FFB020; --amber: #EE8F1C; --amber-d: #D97D0E; --punch: #F0567A;
  --ink: #1E1B16; --cloud: #FAF7EF; --line: #ECE5D5; --muted: #6B6459; --text: #4A453D;
  --card: #FFFDF8; --r: 18px;
  --fd: 'Fredoka', ui-rounded, 'Segoe UI', system-ui, sans-serif;
  --ft: 'DM Sans', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --fm: 'DM Mono', ui-monospace, Consolas, monospace;
  font-family: var(--ft); color: var(--text); font-size: 16px; line-height: 1.5;
  -webkit-font-smoothing: antialiased; overflow-x: clip;
}
.tko *, .tko *::before, .tko *::after { box-sizing: border-box; }
.tko :where(a:not(.tko-btn)) { color: inherit; }
.tko img { max-width: 100%; }
.tko h1, .tko h2, .tko h3 { font-family: var(--fd); color: var(--ink); font-weight: 600; letter-spacing: -.02em; margin: 0; }
.tko-wrap { width: 100%; max-width: 1080px; margin: 0 auto; padding: 0 24px; }
.tko-sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.tko-i { width: 18px; height: 18px; flex: 0 0 auto; display: inline-block; vertical-align: -3px; }

/* ── buttons ─────────────────────────────────────────────────────────────── */
.tko .tko-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 7px;
  font: 700 15px/1 var(--ft); letter-spacing: .005em; text-decoration: none; white-space: nowrap;
  border-radius: 999px; padding: 12px 20px; min-height: 44px; border: 2px solid transparent;
  cursor: pointer; transition: transform .12s ease, background-color .15s ease, box-shadow .15s ease;
}
.tko-btn:active { transform: translateY(1px); }
.tko-btn:focus-visible, .tko a:focus-visible { outline: 3px solid var(--punch); outline-offset: 2px; }
.tko .tko-btn--amber { background: var(--amber); color: var(--ink); box-shadow: 0 6px 16px -8px rgba(238,143,28,.9); }
.tko .tko-btn--amber:hover { background: #F59B2B; }
.tko .tko-btn--ink { background: var(--ink); color: #fff; }
.tko .tko-btn--ink:hover { background: #3a342b; color: #fff; }
.tko .tko-btn--ghost { background: rgba(255,255,255,.72); color: var(--ink); border-color: rgba(30,27,22,.16); }
.tko .tko-btn--ghost:hover { background: #fff; border-color: var(--ink); }
.tko .tko-btn--line { background: #fff; color: var(--ink); border-color: var(--ink); }
.tko .tko-btn--line:hover { background: var(--sun); }
.tko .tko-btn--off { background: var(--line); color: var(--muted); cursor: default; }
.tko .tko-btn--lg { font-size: 17px; padding: 15px 26px; min-height: 52px; }

/* ── hero ────────────────────────────────────────────────────────────────── */
.tko-hero {
  position: relative; padding: 44px 0 26px; margin-bottom: 8px;
  background:
    radial-gradient(120% 90% at 100% 100%, rgba(240,86,122,.22) 0%, rgba(240,86,122,0) 55%),
    radial-gradient(90% 120% at 0% 0%, #FFE88C 0%, rgba(255,232,140,0) 60%),
    linear-gradient(135deg, #FFDF63 0%, var(--sun) 38%, var(--gold) 100%);
}
/* ticket-stub perforation along the bottom edge */
.tko-hero::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -9px; height: 18px;
  background: radial-gradient(circle at 9px 9px, #FAF7EF 6px, transparent 6.5px) 0 0 / 22px 18px repeat-x;
}
.tko-hero-in { display: flex; align-items: center; gap: 30px; }
.tko-logo {
  flex: 0 0 148px; width: 148px; height: 148px; border-radius: 50%; overflow: hidden;
  background: #fff; border: 5px solid #fff; box-shadow: 0 16px 36px -16px rgba(30,27,22,.5), 0 0 0 1px rgba(30,27,22,.06);
  display: grid; place-items: center;
}
.tko-logo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tko-logo-mark { display: grid; place-items: center; }
.tko-id { min-width: 0; flex: 1; }
.tko-eyebrow {
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px;
  font: 500 12.5px/1.2 var(--fm); letter-spacing: .1em; text-transform: uppercase; color: rgba(30,27,22,.72);
}
.tko-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--punch); }
.tko-name { font-size: clamp(2.5rem, 6.4vw, 4.25rem); line-height: .98; margin: 8px 0 8px !important; color: var(--ink); text-wrap: balance; overflow-wrap: anywhere; }
.tko-tagline { margin: 0 0 18px; max-width: 58ch; color: #3b352c; font-size: 1.08rem; line-height: 1.45; }
.tko-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }

/* Follow button from org-follow.php, restyled for the hero */
.tko-follow .tk-follow { margin: 0; gap: 0; }
.tko-follow .tk-follow-note { display: none; }
.tko .tko-follow .tk-follow-btn {
  font: 700 15px/1 var(--ft); min-height: 44px; padding: 12px 24px; display: inline-flex; align-items: center;
  border-radius: 999px; text-decoration: none; cursor: pointer;
  background: var(--ink); color: #fff; border: 2px solid var(--ink); box-shadow: 0 8px 18px -10px rgba(30,27,22,.8);
}
.tko .tko-follow .tk-follow-btn:hover { background: #3a342b; }
.tko .tko-follow .tk-follow-btn::before { content: "+"; font-size: 18px; margin-right: 7px; line-height: 0; }
.tko .tko-follow .tk-follow-btn.is-on { background: #fff; color: var(--ink); }
.tko .tko-follow .tk-follow-btn.is-on::before { content: none; }

.tko-socials { list-style: none; margin: 0 0 0 4px; padding: 0; display: flex; gap: 6px; }
.tko-socials a {
  width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(255,255,255,.55); color: var(--ink); border: 1px solid rgba(30,27,22,.1); transition: background .15s;
}
.tko-socials a:hover { background: #fff; }
.tko-socials svg { width: 18px; height: 18px; }

.tko-stats { list-style: none; margin: 24px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.tko-stats li {
  background: rgba(255,255,255,.62); border: 1px solid rgba(30,27,22,.08); border-radius: 999px;
  padding: 7px 14px; font-size: 14px; color: #3b352c; backdrop-filter: blur(4px);
}
.tko-stats b { font-family: var(--fd); font-weight: 600; font-size: 16px; color: var(--ink); margin-right: 3px; }

/* ── jump nav ───────────────────────────────────────────────────────────── */
.tko-jump { display: flex; gap: 6px; padding-top: 26px !important; overflow-x: auto; scrollbar-width: none; }
.tko-jump::-webkit-scrollbar { display: none; }
.tko-jump a {
  flex: 0 0 auto; text-decoration: none; font: 600 14px/1 var(--ft); color: var(--ink);
  padding: 10px 16px; border-radius: 999px; border: 1px solid var(--line); background: #fff;
}
.tko-jump a:hover { border-color: var(--ink); }
.tko-jump a span { display: inline-block; margin-left: 5px; background: var(--sun); border-radius: 999px; padding: 2px 7px; font-size: 12px; }

/* ── sections ───────────────────────────────────────────────────────────── */
.tko-sec { padding-top: 40px !important; scroll-margin-top: 90px; }
.tko-head { margin: 0 0 18px; }
.tko-kicker { display: block; font: 500 12px/1.2 var(--fm); letter-spacing: .12em; text-transform: uppercase; color: var(--punch); margin-bottom: 6px; }
.tko-head h2, .tko-visit-info h2 { font-size: clamp(1.7rem, 3.6vw, 2.3rem); line-height: 1.05; }
.tko-sub { margin: 6px 0 0; color: var(--muted); font-size: .95rem; }

/* ── next up ────────────────────────────────────────────────────────────── */
.tko-next {
  display: grid; grid-template-columns: minmax(0, 400px) 1fr; gap: 0;
  background: var(--card); border: 1px solid var(--line); border-radius: 24px; overflow: hidden;
  box-shadow: 0 24px 50px -30px rgba(30,27,22,.45);
}
.tko-next-media { display: block; background: #F0E9DA; aspect-ratio: 1 / 1; }
.tko-next-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tko-noimg { width: 100%; height: 100%; display: grid; place-items: center; background: linear-gradient(135deg, #FFF1B8, #FFE08A); }
.tko-next-body { padding: 30px 32px; display: flex; flex-direction: column; justify-content: center; min-width: 0; }
.tko-next-kicker { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 14px; }
.tko-pill { display: inline-block; font: 600 12px/1 var(--fm); letter-spacing: .08em; text-transform: uppercase; padding: 7px 11px; border-radius: 999px; background: var(--sun); color: var(--ink); }
.tko-pill--punch { background: var(--punch); color: #fff; }
.tko-pill--ink { background: var(--ink); color: #fff; }
.tko-pill--gold { background: var(--gold); }
.tko-next-when { font: 600 1.15rem/1.2 var(--fd); color: var(--amber-d); margin-bottom: 6px; }
.tko-next-when span { color: var(--line); padding: 0 2px; }
.tko-next-title { font-size: clamp(1.6rem, 3.4vw, 2.35rem); line-height: 1.06; text-wrap: balance; }
.tko-next-title a { text-decoration: none; }
.tko-next-title a:hover { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.tko-next-where { margin-top: 10px; color: var(--muted); display: flex; align-items: center; gap: 6px; }
.tko-next-buy { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 18px; margin-top: 24px; }
.tko-next-price b { font: 600 2rem/1 var(--fd); color: var(--ink); letter-spacing: -.02em; }
.tko-next-price small { display: block; font: 500 11px/1 var(--fm); letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-top: 5px; }
.tko-next-links { display: flex; flex-wrap: wrap; gap: 6px 16px; margin-top: 16px; font-size: 14px; color: var(--muted); }
.tko-next-links a { color: var(--ink); text-decoration: underline; text-decoration-color: rgba(30,27,22,.3); text-underline-offset: 3px; display: inline-flex; align-items: center; gap: 5px; }
.tko-next-links a:hover { text-decoration-color: var(--ink); }
.tko-next-links .tko-i { width: 15px; height: 15px; }

/* ── upcoming list ──────────────────────────────────────────────────────── */
.tko-list { list-style: none; margin: 26px 0 0; padding: 0; background: var(--card); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; }
.tko-month {
  font: 500 12px/1 var(--fm); letter-spacing: .12em; text-transform: uppercase; color: var(--muted);
  padding: 14px 20px 10px; background: var(--cloud); border-top: 1px solid var(--line);
}
.tko-month:first-child { border-top: 0; }
.tko-row {
  display: grid; grid-template-columns: 56px 84px minmax(0, 1fr) auto; align-items: center; gap: 18px;
  padding: 14px 20px; border-top: 1px solid var(--line); position: relative; transition: background .15s;
}
.tko-month + .tko-row { border-top-color: transparent; }
.tko-row:hover { background: #FFF8E6; }
.tko-date { display: flex; flex-direction: column; align-items: center; line-height: 1; text-align: center; }
.tko-date-dow { font: 500 11px/1 var(--fm); letter-spacing: .1em; text-transform: uppercase; color: var(--punch); }
.tko-date-day { font: 600 30px/1 var(--fd); color: var(--ink); margin: 3px 0 2px; letter-spacing: -.03em; }
.tko-date-mon { font: 500 11px/1 var(--fm); letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.tko-row-img { display: block; width: 84px; height: 84px; border-radius: 12px; overflow: hidden; background: #F0E9DA; }
.tko-row-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tko-row-main { min-width: 0; }
.tko-row-flags { display: flex; gap: 5px; margin-bottom: 4px; }
.tko-flag { font: 600 10.5px/1 var(--fm); letter-spacing: .08em; text-transform: uppercase; padding: 4px 7px; border-radius: 6px; background: var(--sun); color: var(--ink); }
.tko-flag--punch { background: #FFE1E9; color: #C43B5E; }
.tko-row-title { font-size: 1.2rem; line-height: 1.2; }
.tko-row-title a { text-decoration: none; }
.tko-row-title a::after { content: ""; position: absolute; inset: 0; } /* whole row opens the show */
.tko-row-title a:hover { text-decoration: underline; text-underline-offset: 3px; }
.tko-row-meta { color: var(--muted); font-size: .92rem; margin-top: 4px; }
.tko-row-meta i { font-style: normal; padding: 0 6px; color: #CFC6AE; }
.tko-via { white-space: nowrap; }
.tko-row-buy { display: flex; align-items: center; gap: 14px; position: relative; z-index: 1; }
.tko-price { font: 600 1.2rem/1 var(--fd); color: var(--ink); min-width: 58px; text-align: right; }
.tko-row-buy .tko-btn { min-width: 128px; }
.tko-row-buy .tko-btn .tko-i { width: 15px; height: 15px; }

.tko-js .tko-more { display: none; }
.tko-js .tko-open .tko-more { display: grid; }
.tko-js .tko-open .tko-month.tko-more { display: block; }
.tko-js .tko-open .tko-past.tko-more { display: block; }
.tko-showmore { margin: 16px auto 0; display: flex; }

.tko-empty { display: flex; align-items: center; gap: 18px; background: var(--card); border: 1px dashed #D9CFB6; border-radius: var(--r); padding: 22px 24px; }
.tko-empty p { margin: 0; color: var(--text); }
.tko-empty svg { flex: 0 0 88px; width: 88px; height: 88px; }
.tko-empty b { color: var(--ink); }

/* ── past ───────────────────────────────────────────────────────────────── */
.tko-pastgrid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px 18px; }
.tko-past a { display: block; text-decoration: none; }
.tko-past-img { position: relative; display: block; aspect-ratio: 1 / 1; border-radius: 14px; overflow: hidden; background: #F0E9DA; }
.tko-past-img img { width: 100%; height: 100%; object-fit: cover; display: block; filter: saturate(.92); transition: transform .3s ease, filter .3s; }
.tko-past a:hover .tko-past-img img { transform: scale(1.04); filter: none; }
.tko-past-badge {
  position: absolute; left: 8px; bottom: 8px; background: rgba(30,27,22,.86); color: var(--sun);
  font: 600 11px/1 var(--fm); letter-spacing: .06em; text-transform: uppercase; padding: 6px 8px; border-radius: 7px;
}
.tko-past-date { display: block; margin-top: 9px; font: 500 11.5px/1 var(--fm); letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.tko-past-title { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin-top: 4px; font: 600 1rem/1.25 var(--fd); color: var(--ink); }

/* ── about ──────────────────────────────────────────────────────────────── */
.tko-about { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 40px; align-items: start; }
.tko-prose { font-size: 1.05rem; line-height: 1.65; color: var(--text); max-width: 64ch; }
.tko-prose p { margin: 0 0 1em; }
.tko-prose strong, .tko-prose b { color: var(--ink); }
.tko-about-links { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 18px; margin-top: 8px; }
.tko-about-links h3 { font: 500 12px/1 var(--fm); letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin: 0 0 10px; }
.tko-about-links ul { list-style: none; margin: 0; padding: 0; }
.tko-about-links li + li { border-top: 1px solid var(--line); }
.tko-about-links a { display: flex; align-items: center; gap: 10px; padding: 11px 2px; text-decoration: none; color: var(--ink); font-weight: 600; font-size: .95rem; }
.tko-about-links a > span:nth-child(2) { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.tko-about-links a .tko-i { width: 14px; height: 14px; color: var(--muted); }
.tko-about-links a:hover span:nth-child(2) { text-decoration: underline; text-underline-offset: 3px; }
.tko-about--links { grid-template-columns: 1fr; gap: 0; }
.tko-about--links .tko-about-links { margin-top: 0; }
.tko-about--links .tko-about-links h3 { display: none; }
.tko-about--links .tko-about-links ul { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); column-gap: 24px; }
.tko-about--links .tko-about-links li + li { border-top: 0; }
.tko-soc-ic { width: 20px; height: 20px; display: inline-grid; flex: 0 0 20px; }
.tko-soc-ic svg { width: 20px; height: 20px; }

/* ── visit ──────────────────────────────────────────────────────────────── */
.tko-visit { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); background: var(--card); border: 1px solid var(--line); border-radius: 24px; overflow: hidden; }
.tko-map { position: relative; min-height: 300px; background:
    linear-gradient(0deg, rgba(250,247,239,.4), rgba(250,247,239,.4)),
    repeating-linear-gradient(0deg, transparent 0 38px, #E8E0CC 38px 40px),
    repeating-linear-gradient(90deg, transparent 0 38px, #E8E0CC 38px 40px), #F3EDDF; }
.tko-map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; display: block; }
.tko-map-load { position: absolute; inset: 0; margin: auto; width: max-content; height: 46px; display: inline-flex; align-items: center; gap: 8px; border: 0; border-radius: 999px; padding: 0 20px; background: var(--ink); color: #fff; font: 700 15px/1 var(--ft); cursor: pointer; }
.tko-visit-info { padding: 30px 32px; display: flex; flex-direction: column; justify-content: center; }
.tko-visit-info address { font-style: normal; font-size: 1.1rem; line-height: 1.5; color: var(--ink); margin: 10px 0 20px; }
.tko-visit-btns { display: flex; flex-wrap: wrap; gap: 8px; }
.tko-visit-btns .tko-btn--ghost { background: #fff; }

/* ── where they play (artists) ──────────────────────────────────────────── */
.tko-rooms { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 12px; }
.tko-rooms a { display: flex; align-items: center; gap: 14px; padding: 14px 16px; background: var(--card); border: 1px solid var(--line); border-radius: 16px; text-decoration: none; color: var(--ink); transition: border-color .15s; }
.tko-rooms a:hover { border-color: var(--ink); }
.tko-room-logo { width: 48px; height: 48px; flex: 0 0 48px; border-radius: 50%; overflow: hidden; background: var(--cloud); border: 1px solid var(--line); display: grid; place-items: center; color: var(--muted); }
.tko-room-logo img { width: 100%; height: 100%; object-fit: cover; }
.tko-room-name { flex: 1; min-width: 0; font: 600 1.1rem/1.2 var(--fd); }
.tko-room-name small { display: block; font: 400 .85rem/1.3 var(--ft); color: var(--muted); margin-top: 2px; }

/* ── share ──────────────────────────────────────────────────────────────── */
.tko-sharecard {
  display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
  background: linear-gradient(120deg, #FFF3C4 0%, #FFE4A0 55%, #FFD6DF 100%);
  border-radius: 24px; padding: 22px 26px; border: 1px solid rgba(30,27,22,.06);
}
.tko-sharecard-mark img { display: block; width: 72px; height: 72px; object-fit: contain; transform: rotate(-6deg); }
.tko-sharecard-text { flex: 1 1 260px; min-width: 0; }
.tko-sharecard-text h2 { font-size: 1.6rem; line-height: 1.1; }
.tko-sharecard-text p { margin: 4px 0 0; color: #4a4338; }
.tko-sharecard-btns { display: flex; gap: 8px; flex-wrap: wrap; }
.tko-sharecard-btns .tko-btn--ghost { background: rgba(255,255,255,.8); }
.tko-embed { margin-top: 14px; }
.tko-listyours { text-align: center; color: var(--muted); font-size: .92rem; margin: 26px 0 56px; }
.tko-listyours a { color: var(--punch); font-weight: 700; text-decoration: none; }
.tko-listyours a:hover { text-decoration: underline; }

.tko-previewtag { position: fixed; left: 12px; top: 50%; z-index: 9999; background: var(--ink); color: var(--sun); font: 500 12px/1.3 var(--fm); padding: 8px 12px; border-radius: 10px; writing-mode: vertical-rl; transform: translateY(-50%) rotate(180deg); }
.tko-previewtag a { color: #fff; }

/* ── sticky ticket bar (phones) ─────────────────────────────────────────── */
.tko-bar { display: none; }

/* ── tablet ─────────────────────────────────────────────────────────────── */
@media (max-width: 900px) {
  .tko-next { grid-template-columns: minmax(0, 300px) 1fr; }
  .tko-next-body { padding: 24px; }
  .tko-pastgrid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .tko-about { grid-template-columns: 1fr; gap: 18px; }
  .tko-about-links { margin-top: 0; }
}

/* ── phone ──────────────────────────────────────────────────────────────── */
@media (max-width: 680px) {
  .tko-wrap { padding: 0 16px; }
  .tko-hero { padding: 28px 0 20px; text-align: center; }
  .tko-hero-in { flex-direction: column; gap: 14px; }
  .tko-logo { flex-basis: 112px; width: 112px; height: 112px; border-width: 4px; }
  .tko-eyebrow { justify-content: center; font-size: 11.5px; }
  .tko-name { font-size: clamp(2.3rem, 11vw, 3rem); }
  .tko-tagline { margin: 0 auto 16px; font-size: 1rem; }
  .tko-actions { justify-content: center; }
  .tko-socials { margin: 4px 0 0; width: 100%; justify-content: center; }
  .tko-stats { justify-content: center; margin-top: 18px; gap: 6px; }
  .tko-stats li { padding: 6px 11px; font-size: 13px; }
  .tko-stats b { font-size: 15px; }
  .tko-jump { padding-top: 20px !important; }
  .tko-sec { padding-top: 30px !important; }

  .tko-next { grid-template-columns: 1fr; border-radius: 20px; }
  .tko-next-media { aspect-ratio: 1 / 1; }
  .tko-next-body { padding: 18px 18px 20px; }
  .tko-next-kicker { margin-bottom: 10px; }
  .tko-next-buy { margin-top: 16px; }
  .tko-next-buy .tko-btn { flex: 1 1 100%; order: 2; }
  .tko-next-price { order: 1; }
  .tko-next-price b { font-size: 1.7rem; }
  .tko-next-price small { display: inline; margin: 0 0 0 6px; }

  .tko-list { margin-top: 18px; border-radius: 16px; }
  .tko-month { padding: 12px 14px 8px; }
  .tko-row { grid-template-columns: 44px 68px minmax(0, 1fr); grid-template-areas: "date img main" "date img buy"; gap: 4px 12px; padding: 12px 14px; align-items: start; }
  .tko-date { grid-area: date; padding-top: 2px; }
  .tko-date-day { font-size: 24px; }
  .tko-row-img { grid-area: img; width: 68px; height: 68px; border-radius: 10px; }
  .tko-row-main { grid-area: main; }
  .tko-row-title { font-size: 1.05rem; }
  .tko-row-meta { font-size: .84rem; margin-top: 2px; }
  .tko-row-meta i { padding: 0 4px; }
  .tko-row-buy { grid-area: buy; gap: 10px; margin-top: 6px; justify-content: space-between; }
  .tko-price { min-width: 0; text-align: left; font-size: 1.1rem; }
  .tko-row-buy .tko-btn { min-width: 0; min-height: 38px; padding: 8px 16px; font-size: 14px; }
  .tko-via { display: none; }

  .tko-pastgrid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 12px; }
  .tko-past-title { font-size: .95rem; }

  .tko-visit { grid-template-columns: 1fr; border-radius: 20px; }
  .tko-map { min-height: 220px; }
  .tko-visit-info { padding: 20px 18px 22px; }
  .tko-sharecard { padding: 20px 18px; text-align: left; gap: 14px; }
  .tko-sharecard-mark img { width: 56px; height: 56px; }
  .tko-sharecard-btns { width: 100%; }
  .tko-sharecard-btns .tko-btn { flex: 1; }

  .tko-bar {
    display: flex; position: fixed; left: 10px; right: 10px; bottom: calc(10px + env(safe-area-inset-bottom)); z-index: 999;
    align-items: center; gap: 12px; padding: 9px 9px 9px 16px; border-radius: 999px;
    background: rgba(30,27,22,.94); color: #fff; box-shadow: 0 14px 30px -10px rgba(0,0,0,.55);
    transform: translateY(140%); transition: transform .25s ease; backdrop-filter: blur(6px);
  }
  .tko-bar[hidden] { display: none; }
  .tko-bar.is-on { transform: none; }
  .tko-bar-txt { flex: 1; min-width: 0; line-height: 1.2; }
  .tko-bar-txt b { display: block; font: 500 11px/1.2 var(--fm); letter-spacing: .08em; text-transform: uppercase; color: var(--sun); }
  .tko-bar-txt span { display: block; font: 600 14px/1.25 var(--fd); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .tko-bar .tko-btn { min-height: 42px; padding: 10px 16px; font-size: 14px; box-shadow: none; }
  .tko-previewtag { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .tko *, .tko-bar { transition: none !important; }
}

/* Series banner (tikit_org_page_series_html): a wide link card under the next show */
.tko .tko-series {
  display: grid; grid-template-columns: minmax(0, 1.25fr) 1fr; align-items: stretch;
  margin: 18px 0 8px; border: 1px solid var(--line, #ECE5D5); border-radius: 22px; overflow: hidden;
  background: linear-gradient(120deg, #FFF6D6, #FFFFFF 60%); color: var(--ink, #1E1B16); text-decoration: none;
  transition: transform .15s, box-shadow .15s;
}
.tko .tko-series:hover { transform: translateY(-2px); box-shadow: 0 18px 40px -24px rgba(30, 27, 22, .45); }
.tko .tko-series-media { display: block; min-height: 150px; background: #F0E9DA; }
.tko .tko-series-media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.tko .tko-series-body { display: flex; flex-direction: column; justify-content: center; gap: 4px; padding: 20px 24px; }
.tko .tko-series-title { font: 600 clamp(1.3rem, 2.4vw, 1.7rem)/1.15 var(--fd, 'Fredoka', ui-rounded, sans-serif); text-wrap: balance; }
.tko .tko-series-meta { color: var(--muted, #6B6459); font-size: .95rem; }
.tko .tko-series-cta { display: inline-flex; align-items: center; gap: 6px; margin-top: 8px; font-weight: 700; color: var(--amber, #EE8F1C); }
.tko .tko-series-cta svg { width: 16px; height: 16px; }
@media (max-width: 640px) {
  .tko .tko-series { grid-template-columns: 1fr; }
  .tko .tko-series-media { min-height: 0; aspect-ratio: 5 / 2; }
}

/* Hero description is shown in full (may be several paragraphs). */
.tko-tagline p { margin: 0 0 .7em; }
.tko-tagline p:last-child { margin-bottom: 0; }
