:root {
  --trb-ink: #101828;
  --trb-navy: #081426;
  --trb-navy-2: #0d1f39;
  --trb-blue: #1268e8;
  --trb-blue-dark: #0a4fbd;
  --trb-cyan: #35b9e9;
  --trb-sky: #eaf4ff;
  --trb-canvas: #f4f7fb;
  --trb-paper: #ffffff;
  --trb-line: #dbe3ee;
  --trb-muted: #4f5f74;
  --trb-soft: #6f7e91;
  --trb-radius-sm: 10px;
  --trb-radius: 16px;
  --trb-radius-lg: 24px;
  --trb-shadow-sm: 0 8px 24px rgba(8, 20, 38, .07);
  --trb-shadow: 0 20px 56px rgba(8, 20, 38, .11);
  --trb-font-jp: "Noto Sans JP", "Hiragino Sans", "Yu Gothic UI", "Yu Gothic", sans-serif;
  --trb-font-en: "Inter", "Helvetica Neue", Arial, sans-serif;
}

/* Theme shell reset — dedicated pages only. */
body.trb-core-page {
  overflow-x: clip;
  color: var(--trb-ink);
  background: var(--trb-canvas);
  font-family: var(--trb-font-jp);
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.trb-core-page #header-container,
body.trb-core-page #header,
body.trb-core-page .header-container,
body.trb-core-page .entry-header,
body.trb-core-page .breadcrumb,
body.trb-core-page .toc,
body.trb-core-page #sidebar,
body.trb-core-page .sidebar,
body.trb-core-page .sns-share,
body.trb-core-page .sns-follow,
body.trb-core-page .date-tags,
body.trb-core-page .post-date,
body.trb-core-page .post-update,
body.trb-core-page .entry-categories-tags,
body.trb-core-page .under-entry-content,
body.trb-core-page .article-footer,
body.trb-core-page #footer,
body.trb-core-page #footer-in,
body.trb-core-page .footer,
body.trb-core-page .footer-bottom,
body.trb-core-page .mobile-footer-menu-buttons,
body.trb-core-page .go-to-top-button {
  display: none !important;
}

body.trb-feature-post .eye-catch-wrap,
body.trb-feature-post .eye-catch,
body.trb-feature-post .author-box,
body.trb-feature-post .related-entry-heading,
body.trb-feature-post .related-list,
body.trb-feature-post .comment-area,
body.trb-feature-post #comment-area,
body.trb-feature-post .pager-post-navi,
body.trb-feature-post .post-navi {
  display: none !important;
}

body.trb-core-page .content,
body.trb-core-page .content-in,
body.trb-core-page #content,
body.trb-core-page #main,
body.trb-core-page .main,
body.trb-core-page #main > article,
body.trb-core-page .entry-content {
  display: block !important;
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.trb-home,
.trb-site,
.trb-home *,
.trb-site * { box-sizing: border-box; }
.trb-home,
.trb-site { width: 100%; margin: 0; color: var(--trb-ink); font-family: var(--trb-font-jp); }
.trb-home a,
.trb-site a { text-decoration: none; }
.trb-home h1,
.trb-home h2,
.trb-home h3,
.trb-site h1,
.trb-site h2,
.trb-site h3 { font-family: var(--trb-font-jp); font-weight: 900; letter-spacing: -.035em; }

/* Brand */
.trb-home-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: minmax(235px, 1fr) auto minmax(160px, 1fr);
  align-items: center;
  min-height: 84px;
  padding: 0 max(28px, calc((100% - 1180px) / 2));
  border-bottom: 1px solid #e5e7eb;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 5px 20px rgba(15, 23, 42, .09);
  backdrop-filter: blur(14px);
}
body.admin-bar .trb-home-header { top: 32px; }
.trb-home-brand { display: inline-flex; justify-self: start; color: var(--trb-ink); }
.trb-logo { display: inline-flex; align-items: center; }
.trb-logo img { display: block; width: auto; height: 52px; object-fit: contain; filter: drop-shadow(1px 0 0 #121820) drop-shadow(-1px 0 0 #121820) drop-shadow(0 1px 0 #121820) drop-shadow(0 -1px 0 #121820); }
.trb-logo__mark { display: flex; align-items: center; gap: 4px; height: 39px; }
.trb-logo__mark i { display: block; width: 4px; border-radius: 99px; background: linear-gradient(180deg, var(--trb-cyan), var(--trb-blue)); }
.trb-logo__mark i:nth-child(1) { height: 15px; }
.trb-logo__mark i:nth-child(2) { height: 27px; }
.trb-logo__mark i:nth-child(3) { height: 39px; }
.trb-logo__mark i:nth-child(4) { height: 23px; }
.trb-logo__mark i:nth-child(5) { height: 33px; }
.trb-logo__mark i:nth-child(6) { height: 17px; }
.trb-logo__copy { display: grid; gap: 2px; line-height: 1; }
.trb-logo__copy b { font: 800 1.07rem/1.05 var(--trb-font-en); letter-spacing: .07em; white-space: nowrap; }
.trb-logo__copy small { color: var(--trb-muted); font-size: .57rem; font-weight: 700; letter-spacing: .15em; white-space: nowrap; }
.trb-home-nav { display: flex; align-items: center; gap: clamp(20px, 2.3vw, 38px); }
.trb-home-nav a { position: relative; padding: 31px 0; color: #273244; font-size: .84rem; font-weight: 700; letter-spacing: .025em; white-space: nowrap; }
.trb-home-nav a::after { position: absolute; right: 0; bottom: 20px; left: 0; height: 2px; border-radius: 2px; background: #d51c26; content: ""; transform: scaleX(0); transition: transform .2s ease; }
.trb-home-nav a:hover { color: #b71820; }
.trb-home-nav a:hover::after { transform: scaleX(1); }
.trb-home-login { justify-self: end; padding: 12px 18px; color: #fff; border-radius: 9px; background: #0878d1; box-shadow: 0 8px 20px rgba(8, 120, 209, .24); font-size: .78rem; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.trb-home-login:hover { color: #fff; background: #0969b8; transform: translateY(-1px); }
.trb-home-mobile-nav { display: none; position: relative; justify-self: end; }
.trb-home-mobile-nav summary { display: grid; width: 44px; height: 44px; cursor: pointer; list-style: none; border: 1px solid #d8dee8; border-radius: 10px; background: #fff; place-items: center; }
.trb-home-mobile-nav summary::-webkit-details-marker { display: none; }
.trb-home-mobile-nav summary span,
.trb-home-mobile-nav summary span::before,
.trb-home-mobile-nav summary span::after { display: block; width: 19px; height: 2px; border-radius: 4px; background: #202938; content: ""; }
.trb-home-mobile-nav summary span { position: relative; }
.trb-home-mobile-nav summary span::before { position: absolute; top: -6px; }
.trb-home-mobile-nav summary span::after { position: absolute; top: 6px; }
.trb-home-mobile-nav > div { position: absolute; top: 54px; right: 0; display: grid; width: min(310px, calc(100vw - 30px)); padding: 9px; border: 1px solid var(--trb-line); border-radius: 14px; background: #fff; box-shadow: var(--trb-shadow); }
.trb-home-mobile-nav a { padding: 14px; color: var(--trb-ink); border-radius: 8px; font-size: .86rem; font-weight: 700; }
.trb-home-mobile-nav a:hover { color: var(--trb-blue); background: var(--trb-sky); }

/* Home hero */
.trb-home { background: var(--trb-canvas); }
.trb-home-hero { position: relative; display: grid; min-height: 560px; overflow: hidden; align-items: center; background-image: linear-gradient(90deg, rgba(5, 15, 31, .96) 0%, rgba(5, 15, 31, .80) 45%, rgba(5, 15, 31, .25) 82%), url("rockbase-festival-hero.png"); background-position: center 48%; background-size: cover; }
.trb-home-hero::before { position: absolute; inset: 0; background: radial-gradient(circle at 72% 35%, rgba(53, 185, 233, .22), transparent 32%), linear-gradient(180deg, transparent 62%, rgba(5, 15, 31, .38)); content: ""; }
.trb-home-hero__inner { position: relative; z-index: 1; width: min(1180px, calc(100% - 56px)); margin: 0 auto; color: #fff; }
.trb-home-hero__eyebrow,
.trb-subpage-eyebrow { display: inline-flex; align-items: center; gap: 9px; color: #9edcff; font: 800 .69rem/1 var(--trb-font-en); letter-spacing: .19em; }
.trb-home-hero__eyebrow::before,
.trb-subpage-eyebrow::before { width: 26px; height: 2px; border-radius: 3px; background: var(--trb-cyan); content: ""; }
.trb-home-hero h1 { max-width: 800px; margin: 24px 0 18px; color: #fff; font-size: clamp(2.7rem, 5vw, 4.8rem); line-height: 1.12; text-shadow: 0 6px 30px rgba(0, 0, 0, .24); }
.trb-home-hero h1 span { display: inline; }
.trb-home-hero h1 span + span { white-space: nowrap; }
.trb-home-hero p { margin: 0; color: rgba(255, 255, 255, .84); font-size: clamp(.98rem, 1.5vw, 1.15rem); font-weight: 500; letter-spacing: .025em; }
.trb-home-hero__actions { display: flex; gap: 14px; margin-top: 40px; }
.trb-btn { display: inline-flex; min-width: 210px; align-items: center; justify-content: space-between; padding: 16px 20px; border: 1px solid transparent; border-radius: 10px; font-size: .9rem; font-weight: 700; box-shadow: 0 12px 30px rgba(0, 0, 0, .18); transition: transform .2s ease, box-shadow .2s ease; }
.trb-btn:hover { transform: translateY(-2px); box-shadow: 0 16px 36px rgba(0, 0, 0, .24); }
.trb-btn span { font: 500 1.45rem/1 var(--trb-font-en); }
.trb-btn--blue { color: #fff; background: var(--trb-blue); }
.trb-btn--white { color: var(--trb-ink); background: #fff; }

/* Home content */
.trb-home-main { width: min(1180px, calc(100% - 56px)); margin: 0 auto; padding: 54px 0 84px; }
.trb-home-intro { margin-bottom: 18px; padding: 0 2px; }
.trb-home-intro p { display: flex; align-items: baseline; gap: 18px; margin: 0; }
.trb-home-intro strong { color: var(--trb-navy); font-size: 1.08rem; font-weight: 900; }
.trb-home-intro span { color: var(--trb-muted); font-size: .82rem; }
.trb-home-filters { display: grid; grid-template-columns: 1.15fr .82fr .86fr; overflow: hidden; margin-bottom: 42px; border: 1px solid var(--trb-line); border-radius: var(--trb-radius); background: #fff; box-shadow: var(--trb-shadow-sm); }
.trb-home-filters > div,
.trb-home-search { min-width: 0; min-height: 112px; padding: 22px 24px; }
.trb-home-filters > div + div,
.trb-home-search { border-left: 1px solid var(--trb-line); }
.trb-home-filters > div { display: flex; flex-wrap: wrap; gap: 8px; align-content: center; align-items: center; }
.trb-home-filters > div:nth-child(2) { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); }
.trb-home-filters > div:nth-child(2) .trb-home-filter-title { grid-column: 1 / -1; }
.trb-home-filters > div:nth-child(2) a { padding-right: 5px; padding-left: 5px; text-align: center; }
.trb-home-filter-title,
.trb-home-search label { width: 100%; margin-bottom: 5px; color: var(--trb-navy); font-size: .78rem; font-weight: 900; letter-spacing: .02em; }
.trb-home-filter-title,
.trb-home-cta-title,
.trb-home-fes-meta { display: flex; align-items: center; gap: 8px; }
.trb-home-filter-title::before,
.trb-home-cta-title::before,
.trb-home-fes-meta::before { display: inline-block; flex: 0 0 auto; content: ""; }
.trb-home-filter-title--region::before,
.trb-home-fes-meta--place::before { width: 10px; height: 10px; border: 2px solid currentColor; border-radius: 50%; box-shadow: inset 0 0 0 2px #fff; }
.trb-home-filter-title--month::before,
.trb-home-cta-title--calendar::before,
.trb-home-fes-meta--date::before { width: 13px; height: 12px; border: 2px solid currentColor; border-radius: 3px; background: linear-gradient(currentColor, currentColor) 0 3px / 100% 2px no-repeat; }
.trb-home-cta-title--contact::before { width: 14px; height: 14px; border: 2px solid currentColor; border-radius: 50%; background: radial-gradient(circle at 50% 37%, currentColor 0 2px, transparent 2.5px), linear-gradient(currentColor, currentColor) 50% 10px / 7px 3px no-repeat; }
.trb-home-fes-meta::before { color: var(--trb-blue); }
.trb-home-filters a { padding: 7px 10px; color: #506077; border: 1px solid #e1e7f0; border-radius: 7px; background: #f7f9fc; font-size: .7rem; font-weight: 700; transition: color .2s ease, border .2s ease, background .2s ease; }
.trb-home-filters > div:nth-child(2) a { min-width: 0; white-space: nowrap; }
.trb-home-filters a:hover { color: #fff; border-color: var(--trb-blue); background: var(--trb-blue); }
.trb-home-search { display: grid; align-content: center; }
.trb-home-search > div { display: grid; grid-template-columns: minmax(0, 1fr) auto; }
.trb-home-search input[type="search"] { min-width: 0; height: 42px; padding: 0 12px; border: 1px solid var(--trb-line); border-right: 0; border-radius: 8px 0 0 8px; background: #f8fafc; color: var(--trb-ink); font: 500 .77rem/1 var(--trb-font-jp); outline: 0; }
.trb-home-search input[type="search"]:focus { border-color: var(--trb-blue); background: #fff; box-shadow: inset 0 0 0 1px var(--trb-blue); }
.trb-home-search button { min-width: 62px; border: 0; border-radius: 0 8px 8px 0; background: var(--trb-blue); color: #fff; cursor: pointer; font: 700 .74rem/1 var(--trb-font-jp); }

.trb-home-years {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin: 20px 0 28px;
  padding: 16px 20px;
  border: 1px solid var(--trb-line);
  border-radius: 12px;
  background: #fff;
}
.trb-home-years > span { display: grid; gap: 2px; min-width: 140px; }
.trb-home-years > span small { color: var(--trb-blue); font: 800 .62rem/1.2 var(--trb-font-en); letter-spacing: .12em; }
.trb-home-years > span strong { color: var(--trb-navy); font-size: .86rem; }
.trb-home-years > div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.trb-home-years a { display: inline-flex; align-items: baseline; gap: 2px; min-height: 36px; padding: 0 13px; border: 1px solid #d7e0eb; border-radius: 999px; color: var(--trb-navy); font: 800 .78rem/34px var(--trb-font-en); text-decoration: none; }
.trb-home-years a small { font: 700 .64rem/1 var(--trb-font-jp); }
.trb-home-years a:hover,
.trb-home-years a.is-current { border-color: var(--trb-blue); background: var(--trb-blue); color: #fff; }

.trb-search-alias-intro {
  margin: 0 0 18px;
  padding: 14px 16px;
  border-left: 4px solid var(--trb-blue);
  border-radius: 0 8px 8px 0;
  background: #f2f7ff;
  color: #334155;
  font-size: .86rem;
  line-height: 1.8;
}
.trb-search-alias-intro strong { color: var(--trb-navy); }
.trb-home-layout { display: grid; grid-template-columns: minmax(0, 2fr) minmax(315px, .86fr); gap: 30px; align-items: start; }
.trb-home-primary,
.trb-home-side { display: grid; gap: 30px; }
.trb-home-panel { padding: 30px; border: 1px solid var(--trb-line); border-radius: var(--trb-radius); background: #fff; box-shadow: var(--trb-shadow-sm); }
.trb-home-section-title { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; margin-bottom: 24px; padding-bottom: 18px; border-bottom: 1px solid var(--trb-line); }
.trb-home-section-title > div > span { display: block; margin-bottom: 6px; color: var(--trb-blue); font: 800 .59rem/1 var(--trb-font-en); letter-spacing: .18em; }
.trb-home-section-title h2 { margin: 0; padding: 0; border: 0; background: transparent; color: var(--trb-navy); font-size: 1.42rem; line-height: 1.25; }
.trb-home-section-title h2 small { color: var(--trb-muted); font-size: .62em; font-weight: 500; letter-spacing: 0; }
.trb-home-section-title > a { color: var(--trb-blue-dark); font-size: .74rem; font-weight: 700; white-space: nowrap; }
.trb-home-fes-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.trb-home-fes-grid--1 { grid-template-columns: 1fr; }
.trb-home-fes-card { overflow: hidden; min-width: 0; border: 1px solid var(--trb-line); border-radius: 13px; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.trb-home-fes-card:hover { transform: translateY(-4px); box-shadow: var(--trb-shadow-sm); }
.trb-home-fes-card__image { display: block; overflow: hidden; aspect-ratio: 16 / 9; background: linear-gradient(135deg, var(--trb-navy), #1b3962); }
.trb-home-fes-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.trb-home-fes-card:hover img { transform: scale(1.035); }
.trb-festival-visual { position: relative; display: block; width: 100%; height: 100%; min-height: 100%; overflow: hidden; box-sizing: border-box; padding: 9% 7%; color: #fff; background: #080a0b; isolation: isolate; }
.trb-festival-visual::before { position: absolute; z-index: -2; right: -8%; bottom: -35%; width: 116%; height: 54%; content: ""; background: #171a1d; transform: rotate(-10deg); transform-origin: center; }
.trb-festival-visual::after { position: absolute; z-index: -1; right: -12%; bottom: 17%; width: 122%; height: 4.5%; content: ""; background: #e41223; transform: rotate(-10deg); transform-origin: center; }
.trb-festival-visual__logo { display: block; width: min(48%, 320px) !important; height: auto !important; object-fit: contain !important; object-position: left center; }
.trb-festival-visual__eyebrow { display: block; margin-top: 6%; color: #e41223; font: 800 .58rem/1 var(--trb-font-en); letter-spacing: .16em; }
.trb-festival-visual > strong { display: -webkit-box; overflow: hidden; margin-top: 3%; color: #fff; font-size: clamp(.84rem, 1.6vw, 1.2rem); line-height: 1.35; letter-spacing: .01em; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.trb-festival-visual__meta { position: absolute; z-index: 1; right: 7%; bottom: 7%; left: 7%; display: grid; gap: 2px; }
.trb-festival-visual__meta b,
.trb-festival-visual__meta i { overflow: hidden; color: #fff; font-size: .58rem; font-style: normal; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.trb-festival-visual__meta i { color: #d6dade; font-weight: 600; }
.trb-home-fes-card__body { position: relative; padding: 20px; }
.trb-home-fes-card h3 { margin: 0 0 15px; font-size: 1.08rem; line-height: 1.45; }
.trb-home-fes-card h3 a { color: var(--trb-navy); }
.trb-home-fes-card p { margin: 7px 0; color: var(--trb-muted); font-size: .76rem; line-height: 1.55; }
.trb-home-fes-grid--1 .trb-home-fes-card { display: grid; grid-template-columns: minmax(310px, 1.2fr) minmax(250px, .8fr); min-height: 290px; }
.trb-home-fes-grid--1 .trb-home-fes-card__image { height: 100%; aspect-ratio: auto; }
.trb-home-fes-grid--1 .trb-home-fes-card__body { display: flex; flex-direction: column; justify-content: center; padding: 34px; }
.trb-home-fes-grid--1 .trb-home-fes-card h3 { font-size: 1.45rem; }
.trb-home-setlists { display: grid; }
.trb-home-setlist { display: grid; grid-template-columns: 60px minmax(0, 1fr) auto 10px; gap: 12px; align-items: center; margin: 0 -8px; padding: 14px 8px; color: var(--trb-ink); border-bottom: 1px solid var(--trb-line); border-radius: 9px; transition: background .2s ease; }
.trb-home-setlist:last-child { border-bottom: 0; }
.trb-home-setlist:hover { background: #f5f9ff; }
.trb-home-setlist > img { width: 60px; height: 60px; border-radius: 8px; object-fit: cover; }
.trb-home-setlist__copy { display: grid; min-width: 0; gap: 2px; }
.trb-home-setlist__copy small { color: var(--trb-soft); font-size: .64rem; }
.trb-home-setlist__copy strong { overflow: hidden; font-size: .86rem; text-overflow: ellipsis; white-space: nowrap; }
.trb-home-setlist__copy span { overflow: hidden; color: var(--trb-muted); font-size: .66rem; text-overflow: ellipsis; white-space: nowrap; }
.trb-home-setlist > b { padding: 5px 7px; border-radius: 5px; background: var(--trb-sky); color: var(--trb-blue-dark); font: 800 .53rem/1 var(--trb-font-en); }
.trb-home-setlist > i { color: var(--trb-blue); font: 500 1.25rem/1 var(--trb-font-en); font-style: normal; }
.trb-home-guides { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.trb-home-guide { overflow: hidden; min-width: 0; border: 1px solid var(--trb-line); border-radius: 13px; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.trb-home-guide:hover { transform: translateY(-4px); box-shadow: var(--trb-shadow-sm); }
.trb-home-guide a,
.trb-home-guide__inner { display: block; height: 100%; padding-bottom: 17px; color: var(--trb-ink); }
.trb-home-guide img,
.trb-home-guide__fallback { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.trb-home-guide__fallback { position: relative; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 18px; color: #fff; background: linear-gradient(140deg, #0a1830, #0c79e8); }
.trb-home-guide__fallback::after { position: absolute; top: -45px; right: -35px; width: 130px; height: 130px; border: 24px solid rgba(255, 255, 255, .12); border-radius: 50%; content: ""; }
.trb-home-guide__fallback--2 { background: linear-gradient(140deg, #0d2531, #1598a8); }
.trb-home-guide__fallback--3 { background: linear-gradient(140deg, #251944, #7255d9); }
.trb-home-guide__fallback--4 { background: linear-gradient(140deg, #3b1932, #da4f84); }
.trb-home-guide__fallback span { position: absolute; top: 15px; left: 17px; font: 800 .6rem/1 var(--trb-font-en); letter-spacing: .16em; opacity: .7; }
.trb-home-guide__fallback b { position: relative; z-index: 1; font-size: .8rem; line-height: 1.5; }
.trb-home-guide__fallback b span,
.trb-home-guide__title span { position: static; display: block; font: inherit; letter-spacing: inherit; opacity: 1; white-space: nowrap; }
.trb-home-guide__title { margin: 16px 15px 8px; font-size: .86rem; font-weight: 800; line-height: 1.5; letter-spacing: -.025em; }
.trb-home-guide p { margin: 0 15px; color: var(--trb-muted); font-size: .67rem; line-height: 1.7; }
.trb-home-guide em { display: block; margin: 12px 15px 0; color: var(--trb-blue); font: 800 .59rem/1 var(--trb-font-en); letter-spacing: .08em; }
.trb-home-guide--coming em { color: var(--trb-soft); }
.trb-home-cta { position: relative; overflow: hidden; padding: 27px; border: 1px solid var(--trb-line); border-radius: var(--trb-radius); background: #fff; box-shadow: var(--trb-shadow-sm); }
.trb-home-cta--blue { border-color: transparent; color: #fff; background: linear-gradient(135deg, #0a4fb9, #1682ed); }
.trb-home-cta--blue::after { position: absolute; top: -65px; right: -50px; width: 165px; height: 165px; border: 28px solid rgba(255, 255, 255, .09); border-radius: 50%; content: ""; }
.trb-home-cta > * { position: relative; z-index: 1; }
.trb-home-cta strong { font-size: .98rem; font-weight: 900; }
.trb-home-cta p { margin: 10px 0 18px; color: var(--trb-muted); font-size: .75rem; line-height: 1.75; }
.trb-home-cta--blue p { color: rgba(255, 255, 255, .78); }
.trb-home-cta a { display: block; padding: 11px 13px; border-radius: 8px; background: var(--trb-sky); color: var(--trb-blue-dark); text-align: center; font-size: .73rem; font-weight: 800; }
.trb-home-cta--blue a { background: #fff; }

/* Sub pages */
.trb-site { background: var(--trb-canvas); }
.trb-subpage-hero { position: relative; overflow: hidden; min-height: 365px; color: #fff; background-image: linear-gradient(90deg, rgba(5, 16, 34, .97) 0%, rgba(5, 16, 34, .82) 50%, rgba(5, 16, 34, .30) 100%), var(--trb-subpage-image, url("rockbase-festival-hero.png")); background-position: center; background-size: cover; }
.trb-subpage-hero::after { position: absolute; inset: 0; background: radial-gradient(circle at 82% 22%, rgba(53, 185, 233, .23), transparent 34%); content: ""; }
.trb-subpage-hero__inner { position: relative; z-index: 1; display: flex; width: min(1180px, calc(100% - 56px)); min-height: 365px; margin: 0 auto; padding: 54px 0 60px; flex-direction: column; justify-content: center; }
.trb-subpage-breadcrumb { display: flex; align-items: center; gap: 9px; margin-bottom: 36px; color: rgba(255, 255, 255, .62); font-size: .68rem; }
.trb-subpage-breadcrumb a { color: rgba(255, 255, 255, .72); }
.trb-subpage-breadcrumb strong { overflow: hidden; max-width: 58ch; color: #fff; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }
.trb-subpage-hero h1 { max-width: 980px; margin: 20px 0 0; color: #fff; font-size: clamp(2.2rem, 4.4vw, 4rem); line-height: 1.15; overflow-wrap: anywhere; }
.trb-subpage-hero p { max-width: 650px; margin: 18px 0 0; color: rgba(255, 255, 255, .78); font-size: .88rem; font-weight: 500; letter-spacing: .02em; }
.trb-subpage-content { width: min(1180px, calc(100% - 56px)); margin: 0 auto; padding: 64px 0 84px; }
.trb-directory-tools { margin: 0 0 42px; padding: 25px; border: 1px solid var(--trb-line); border-radius: var(--trb-radius); background: #fff; box-shadow: var(--trb-shadow-sm); }
.trb-directory-tools form { display: grid; grid-template-columns: 1.35fr .68fr .68fr .82fr auto; gap: 14px; align-items: end; }
.trb-directory-tools label { display: grid; gap: 8px; color: var(--trb-navy); font-size: .7rem; font-weight: 900; }
.trb-directory-tools input,
.trb-directory-tools select { width: 100%; height: 48px; min-width: 0; padding: 0 14px; border: 1px solid var(--trb-line); border-radius: 9px; background: #f9fbfd; color: var(--trb-ink); font: 500 .8rem/1 var(--trb-font-jp); outline: 0; }
.trb-directory-tools input:focus,
.trb-directory-tools select:focus { border-color: var(--trb-blue); background: #fff; box-shadow: 0 0 0 3px rgba(18, 104, 232, .11); }
.trb-directory-tools button { height: 48px; padding: 0 24px; border: 0; border-radius: 9px; background: var(--trb-blue); color: #fff; cursor: pointer; font: 700 .78rem/1 var(--trb-font-jp); white-space: nowrap; box-shadow: 0 8px 20px rgba(18, 104, 232, .2); }
.trb-active-filter { display: flex; gap: 10px; align-items: center; margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--trb-line); color: var(--trb-muted); font-size: .73rem; }
.trb-active-filter span { color: var(--trb-blue); font-weight: 900; }
.trb-active-filter a { margin-left: auto; color: var(--trb-blue-dark); font-weight: 700; }
.trb-results-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.trb-results-head strong { color: var(--trb-navy); font-size: 1.05rem; font-weight: 900; }
.trb-results-head span { color: var(--trb-muted); font-size: .7rem; }
.trb-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin: 0; }
.trb-card { overflow: hidden; min-width: 0; border: 1px solid var(--trb-line); border-radius: var(--trb-radius); background: #fff; box-shadow: var(--trb-shadow-sm); transition: transform .2s ease, box-shadow .2s ease; }
.trb-card:hover { transform: translateY(-4px); box-shadow: var(--trb-shadow); }
.trb-card__image { display: block; overflow: hidden; aspect-ratio: 16 / 9; background: linear-gradient(135deg, #09152a, #1e426d); }
.trb-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.trb-card:hover .trb-card__image img { transform: scale(1.035); }
.trb-card:hover .trb-festival-visual { filter: brightness(1.06); }
.trb-home-fes-card:hover .trb-festival-visual__logo,
.trb-card:hover .trb-festival-visual__logo { transform: none; }
.trb-card__placeholder { display: grid; height: 100%; color: rgba(255, 255, 255, .92); background: radial-gradient(circle at 75% 30%, rgba(53, 185, 233, .24), transparent 35%); font: 800 .8rem/1 var(--trb-font-en); letter-spacing: .15em; place-items: center; }
.trb-card__body { padding: 22px; }
.trb-card__eyebrow { display: block; margin-bottom: 10px; color: var(--trb-blue); font: 800 .58rem/1 var(--trb-font-en); letter-spacing: .16em; }
.trb-badge { display: inline-flex; margin-bottom: 12px; padding: 5px 9px; border-radius: 99px; background: var(--trb-sky); color: var(--trb-blue-dark); font-size: .67rem; font-weight: 700; }
.trb-card__title { margin: 0 0 15px; padding: 0; border: 0; background: transparent; font-size: 1.1rem; line-height: 1.48; }
.trb-card__title a { color: var(--trb-navy); }
.trb-card__line,
.trb-card__event { margin: 8px 0; color: var(--trb-muted); font-size: .78rem; line-height: 1.6; }
.trb-card__more { display: flex; justify-content: space-between; margin-top: 20px; padding-top: 15px; border-top: 1px solid var(--trb-line); color: var(--trb-blue-dark); font-size: .72rem; font-weight: 800; }
.trb-grid:has(> .trb-card:only-child) { grid-template-columns: 1fr; }
.trb-grid:has(> .trb-card:only-child) .trb-card--festival { display: grid; grid-template-columns: minmax(360px, 1fr) minmax(360px, 1.1fr); min-height: 320px; }
.trb-grid:has(> .trb-card:only-child) .trb-card--festival .trb-card__image { height: 100%; aspect-ratio: auto; }
.trb-grid:has(> .trb-card:only-child) .trb-card--festival .trb-card__body { display: flex; padding: 36px; flex-direction: column; justify-content: center; }
.trb-grid:has(> .trb-card:only-child) .trb-card--festival .trb-card__title { font-size: 1.55rem; }
.trb-grid--setlists { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.trb-setlist-archive--latest { margin-top: 2px; }
.trb-card--setlist { display: grid; grid-template-columns: 180px minmax(0, 1fr); min-height: 255px; }
.trb-card--setlist .trb-card__image { height: 100%; aspect-ratio: auto; }
.trb-card--setlist .trb-card__body { display: flex; min-width: 0; flex-direction: column; justify-content: center; }
.trb-single-box,
.trb-setlist-body,
.trb-calendar { margin: 0 0 32px; padding: 34px 40px; border: 1px solid var(--trb-line); border-radius: var(--trb-radius); background: #fff; box-shadow: var(--trb-shadow-sm); }
.trb-single-box > h2,
.trb-setlist-body > h2 { margin: 0 0 22px; padding: 0 0 17px; border: 0; border-bottom: 1px solid var(--trb-line); background: transparent; color: var(--trb-navy); font-size: 1.42rem; }
.trb-meta { margin: 0; }
.trb-meta__row { display: grid; grid-template-columns: 165px minmax(0, 1fr); gap: 26px; padding: 18px 0; border-bottom: 1px solid #e8edf4; }
.trb-meta__row:last-child { border-bottom: 0; }
.trb-meta__row dt { color: var(--trb-muted); font-size: .75rem; font-weight: 700; }
.trb-meta__row dd { margin: 0; color: var(--trb-ink); font-size: .83rem; font-weight: 500; }
.trb-meta__row a,
.trb-related a { color: var(--trb-blue-dark); font-weight: 700; }
.trb-related { margin-top: 26px; padding-top: 26px; border-top: 1px solid var(--trb-line); }
.trb-related h2 { margin: 0 0 16px; padding: 0; border: 0; background: transparent; color: var(--trb-navy); font-size: 1.08rem; }
.trb-chips { display: flex; flex-wrap: wrap; gap: 9px; }
.trb-chips a,
.trb-chips span { display: inline-flex; padding: 9px 12px; border: 1px solid #dce6f4; border-radius: 8px; background: #f5f9ff; color: var(--trb-blue-dark); font-size: .73rem; font-weight: 700; }
.trb-setlist-body { font-size: .96rem; line-height: 2; }
.trb-setlist-body ol,
.trb-setlist-body ul { padding-left: 1.6em; }
.trb-calendar { padding: 30px; }
.trb-calendar__month { margin: 0 0 30px; }
.trb-calendar__month:last-child { margin-bottom: 0; }
.trb-calendar__month h2 { margin: 0 0 16px; padding: 0 0 13px; border: 0; border-bottom: 1px solid var(--trb-line); background: transparent; color: var(--trb-navy); font-size: 1.35rem; }
.trb-calendar__month h2::before { display: inline-block; width: 7px; height: .9em; margin-right: 10px; border-radius: 5px; background: linear-gradient(180deg, var(--trb-cyan), var(--trb-blue)); content: ""; }
.trb-calendar__items { display: grid; gap: 11px; }
.trb-calendar__item { position: relative; display: grid; grid-template-columns: minmax(120px, .62fr) minmax(0, 1.3fr) minmax(0, .9fr); gap: 24px; align-items: center; padding: 19px 50px 19px 20px; border: 1px solid var(--trb-line); border-radius: 11px; background: #fff; color: var(--trb-ink); transition: border .2s ease, box-shadow .2s ease, transform .2s ease; }
.trb-calendar__item::after { position: absolute; right: 20px; color: var(--trb-blue); content: "›"; font: 500 1.4rem/1 var(--trb-font-en); }
.trb-calendar__item:hover { border-color: #a8c6ef; box-shadow: var(--trb-shadow-sm); transform: translateY(-2px); }
.trb-calendar__item time { min-width: 0; color: var(--trb-muted); font-size: .75rem; line-height: 1.55; white-space: normal; overflow-wrap: anywhere; }
.trb-calendar__item strong { min-width: 0; color: var(--trb-navy); font-size: .88rem; line-height: 1.55; overflow-wrap: anywhere; }
.trb-calendar__item span { min-width: 0; color: var(--trb-muted); font-size: .75rem; line-height: 1.55; overflow-wrap: anywhere; }
.trb-calendar-actions { display: grid; grid-template-columns: minmax(0, 1fr) minmax(390px, .9fr); gap: 40px; align-items: center; margin-bottom: 28px; padding: 34px 38px; overflow: hidden; border-radius: var(--trb-radius-lg); color: #fff; background: linear-gradient(135deg, #071426 0%, #0c315f 72%, #0a65c7 100%); box-shadow: var(--trb-shadow); }
.trb-calendar-actions > div:first-child > span,
.trb-box-heading > span { color: #74cbff; font: 800 .6rem/1 var(--trb-font-en); letter-spacing: .17em; }
.trb-calendar-actions h2 { margin: 10px 0 10px; padding: 0; border: 0; color: #fff; background: none; font-size: 1.55rem; }
.trb-calendar-actions p { max-width: 570px; margin: 0; color: rgba(255, 255, 255, .68); font-size: .78rem; line-height: 1.8; }
.trb-calendar-actions__buttons { display: grid; gap: 10px; }
.trb-calendar-actions__buttons > a,
.trb-calendar-actions__pending { position: relative; display: grid; gap: 5px; min-height: 75px; padding: 17px 54px 17px 19px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 12px; color: #fff; background: rgba(255, 255, 255, .08); }
.trb-calendar-actions__buttons > a:hover { background: rgba(255, 255, 255, .14); }
.trb-calendar-actions__buttons span,
.trb-calendar-actions__pending small { color: #8ed6ff; font: 800 .56rem/1 var(--trb-font-en); letter-spacing: .14em; }
.trb-calendar-actions__buttons strong,
.trb-calendar-actions__pending strong { font-size: .8rem; }
.trb-calendar-actions__buttons i { position: absolute; top: 50%; right: 20px; font-style: normal; transform: translateY(-50%); }
.trb-calendar-actions__google { color: var(--trb-navy) !important; border-color: #fff !important; background: #fff !important; }
.trb-calendar-actions__google span { color: var(--trb-blue-dark); }
.trb-calendar-actions__pending { opacity: .68; }

/* Setlist hierarchy */
.trb-setlist-flow,
.trb-setlist-trail { display: flex; gap: 10px; align-items: center; margin-bottom: 24px; padding: 16px 19px; border: 1px solid #cfe0f6; border-radius: 12px; background: #eef6ff; color: var(--trb-blue-dark); font-size: .72rem; font-weight: 800; }
.trb-setlist-flow i,
.trb-setlist-trail > i { color: #8aa4c7; font-style: normal; }
.trb-setlist-festival { overflow: hidden; margin-bottom: 34px; border: 1px solid var(--trb-line); border-radius: var(--trb-radius-lg); background: #fff; box-shadow: var(--trb-shadow-sm); }
.trb-setlist-festival > header { padding: 28px 32px; color: #fff; background: linear-gradient(115deg, #08182e, #0d4787); }
.trb-setlist-festival > header span { color: #7ed1ff; font: 800 .58rem/1 var(--trb-font-en); letter-spacing: .18em; }
.trb-setlist-festival > header h2 { margin: 9px 0 0; padding: 0; border: 0; background: none; font-size: 1.65rem; }
.trb-setlist-festival > header h2 a { color: #fff; }
.trb-setlist-day { padding: 30px 32px 34px; border-top: 1px solid var(--trb-line); }
.trb-setlist-day > h3 { display: flex; gap: 11px; align-items: center; margin: 0 0 20px; padding: 0; border: 0; color: var(--trb-navy); background: none; font-size: 1.15rem; }
.trb-setlist-day > h3 small { padding: 5px 7px; border-radius: 5px; color: #fff; background: var(--trb-blue); font: 800 .52rem/1 var(--trb-font-en); letter-spacing: .1em; }
.trb-setlist-stage { margin-top: 18px; padding: 22px; border: 1px solid #dce6f3; border-radius: 15px; background: #f7faff; }
.trb-setlist-stage__head { display: flex; align-items: baseline; gap: 10px; margin-bottom: 17px; }
.trb-setlist-stage__head span { color: var(--trb-blue); font: 800 .55rem/1 var(--trb-font-en); letter-spacing: .15em; }
.trb-setlist-stage__head h4 { margin: 0; color: var(--trb-navy); font-size: 1rem; }
.trb-setlist-stage__head b { margin-left: auto; color: var(--trb-soft); font: 800 .55rem/1 var(--trb-font-en); letter-spacing: .08em; }
.trb-setlist-stage .trb-card { box-shadow: none; }
.trb-setlist-day > h3 { display: flex; align-items: center; gap: 12px; }
.trb-setlist-day > h3 small { flex: 0 0 auto; color: var(--trb-blue); font: 800 .55rem/1 var(--trb-font-en); letter-spacing: .15em; }
.trb-setlist-day > h3 span { display: block; min-width: 0; }
.trb-setlist-trail { justify-content: center; margin-bottom: 30px; padding: 20px; background: #fff; }
.trb-setlist-trail span { display: grid; gap: 4px; min-width: 0; }
.trb-setlist-trail small { color: var(--trb-soft); font: 800 .52rem/1 var(--trb-font-en); letter-spacing: .13em; }
.trb-setlist-trail a,
.trb-setlist-trail b { overflow: hidden; color: var(--trb-navy); font-size: .76rem; text-overflow: ellipsis; white-space: nowrap; }
.trb-setlist-trail .is-current { padding: 9px 12px; border-radius: 8px; background: var(--trb-blue); }
.trb-setlist-trail .is-current small,
.trb-setlist-trail .is-current b { color: #fff; }

/* Multi-day festival */
.trb-day-pills { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.trb-day-pills > span { display: grid; gap: 6px; padding: 15px; border: 1px solid #d8e5f5; border-radius: 10px; background: #f5f9ff; }
.trb-day-pills small { color: var(--trb-blue); font: 800 .55rem/1 var(--trb-font-en); letter-spacing: .12em; }
.trb-day-pills strong { color: var(--trb-navy); font-size: .78rem; }
.trb-box-heading { margin-bottom: 24px; padding-bottom: 18px; border-bottom: 1px solid var(--trb-line); }
.trb-box-heading > span { color: var(--trb-blue); }
.trb-box-heading h2 { margin: 8px 0 0; padding: 0; border: 0; background: none; color: var(--trb-navy); font-size: 1.42rem; }
.trb-festival-setlists__day { margin-top: 25px; }
.trb-festival-setlists__day > h3 { margin: 0 0 12px; padding: 0; border: 0; background: none; color: var(--trb-navy); font-size: 1.03rem; }
.trb-festival-setlists__day > h3 { display: flex; align-items: center; min-height: 48px; margin-bottom: 16px; padding: 0 17px; border-left: 5px solid var(--trb-blue); background: #f4f8fd; font-size: 1rem; }
.trb-festival-setlists__stage { overflow: hidden; margin-bottom: 20px; border: 1px solid #d8e3f0; border-radius: 14px; background: #fff; }
.trb-festival-setlists__stage > header { display: flex; gap: 10px; align-items: baseline; padding: 16px 18px; color: #fff; background: linear-gradient(110deg, #07192f, #0a5a9d); }
.trb-festival-setlists__stage > header span { color: #88d3ff; font: 800 .5rem/1 var(--trb-font-en); letter-spacing: .13em; }
.trb-festival-setlists__stage > header h4 { margin: 0; color: #fff; font-size: .92rem; }
.trb-festival-setlists__stage > header b { margin-left: auto; color: rgba(255, 255, 255, .72); font: 800 .5rem/1 var(--trb-font-en); letter-spacing: .08em; }
.trb-festival-setlists__artists { display: grid; gap: 1px; background: #dce6f1; }
.trb-festival-setlist-item { background: #fff; }
.trb-festival-setlist-item summary { display: grid; grid-template-columns: 30px minmax(0, 1fr); gap: 12px; align-items: center; min-height: 78px; padding: 13px 18px; cursor: pointer; list-style: none; background: #fff; transition: background .2s ease; }
.trb-festival-setlist-item summary::-webkit-details-marker { display: none; }
.trb-festival-setlist-item summary:hover { background: #f4f9ff; }
.trb-festival-setlist-item__toggle { position: relative; width: 22px; height: 22px; border-radius: 50%; background: var(--trb-blue); }
.trb-festival-setlist-item__toggle::before,
.trb-festival-setlist-item__toggle::after { position: absolute; top: 50%; left: 50%; width: 10px; height: 2px; border-radius: 2px; background: #fff; content: ""; transform: translate(-50%, -50%); }
.trb-festival-setlist-item__toggle::after { transform: translate(-50%, -50%) rotate(90deg); transition: transform .2s ease; }
.trb-festival-setlist-item[open] .trb-festival-setlist-item__toggle::after { transform: translate(-50%, -50%) rotate(0); }
.trb-festival-setlist-item__copy { display: grid; min-width: 0; gap: 4px; }
.trb-festival-setlist-item__copy small { color: var(--trb-blue); font: 800 .63rem/1.2 var(--trb-font-en); letter-spacing: .08em; }
.trb-festival-setlist-item__copy strong { color: var(--trb-navy); font-size: .9rem; line-height: 1.45; overflow-wrap: anywhere; }
.trb-festival-setlist-item__body { padding: 0 18px 22px 60px; border-top: 1px solid #e6edf5; background: #fbfdff; }
.trb-festival-setlist-item__songs { margin: 18px 0; padding: 20px 22px; border-radius: 10px; background: #f0f3f8; color: var(--trb-ink); font-size: .84rem; line-height: 1.9; }
.trb-festival-setlist-item__songs > :first-child { margin-top: 0; }
.trb-festival-setlist-item__songs > :last-child { margin-bottom: 0; }
.trb-festival-setlist-item__songs ol,
.trb-festival-setlist-item__songs ul { margin: 0; padding-left: 1.65em; }
.trb-festival-setlist-item__body > a { display: inline-flex; gap: 8px; align-items: center; color: var(--trb-blue-dark); font-size: .72rem; font-weight: 800; }
.trb-festival-setlist-item__body > a i { font-style: normal; }
/* Beginner and editorial hubs */
.trb-beginner-lead,
.trb-features-lead { max-width: 780px; margin-bottom: 34px; }
.trb-beginner-lead > span,
.trb-features-lead > span { color: var(--trb-blue); font: 800 .62rem/1 var(--trb-font-en); letter-spacing: .17em; }
.trb-beginner-lead h2,
.trb-features-lead h2 { margin: 12px 0 10px; padding: 0; border: 0; background: none; color: var(--trb-navy); font-size: clamp(1.7rem, 3vw, 2.5rem); }
.trb-beginner-lead p,
.trb-features-lead p { margin: 0; color: var(--trb-muted); font-size: .86rem; line-height: 1.9; }
.trb-beginner-steps { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.trb-beginner-steps > a { position: relative; overflow: hidden; min-height: 260px; padding: 30px; border: 1px solid var(--trb-line); border-radius: var(--trb-radius); color: var(--trb-ink); background: #fff; box-shadow: var(--trb-shadow-sm); }
.trb-beginner-steps > a::after { position: absolute; right: -45px; bottom: -55px; width: 150px; height: 150px; border: 24px solid #edf5ff; border-radius: 50%; content: ""; }
.trb-beginner-steps__number { position: absolute; top: 24px; right: 26px; color: #e7eff9; font: 800 3.6rem/1 var(--trb-font-en); }
.trb-beginner-steps small { color: var(--trb-blue); font-weight: 900; }
.trb-beginner-steps h3 { position: relative; margin: 32px 0 11px; font-size: 1.25rem; }
.trb-beginner-steps p { position: relative; max-width: 420px; margin: 0; color: var(--trb-muted); font-size: .78rem; line-height: 1.8; }
.trb-beginner-steps b { position: absolute; z-index: 1; bottom: 27px; left: 30px; color: var(--trb-blue-dark); font-size: .72rem; }
.trb-beginner-steps i,
.trb-beginner-route i { font-style: normal; }
.trb-beginner-route { display: flex; gap: 30px; align-items: center; justify-content: space-between; margin-top: 26px; padding: 34px 38px; border-radius: var(--trb-radius-lg); color: #fff; background: linear-gradient(120deg, #07172d, #0d5baa); }
.trb-beginner-route span { color: #78cffd; font: 800 .58rem/1 var(--trb-font-en); letter-spacing: .15em; }
.trb-beginner-route h2 { margin: 9px 0 7px; padding: 0; border: 0; color: #fff; background: none; font-size: 1.4rem; }
.trb-beginner-route p { margin: 0; color: rgba(255, 255, 255, .68); font-size: .75rem; }
.trb-beginner-route > a { flex: 0 0 auto; padding: 14px 20px; border-radius: 9px; color: var(--trb-blue-dark); background: #fff; font-size: .78rem; font-weight: 900; }
.trb-beginner-topic__list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 24px; }
.trb-beginner-topic__list section { min-height: 220px; padding: 28px; border: 1px solid var(--trb-line); border-radius: var(--trb-radius); background: #fff; box-shadow: var(--trb-shadow-sm); }
.trb-beginner-topic__list small { color: var(--trb-blue); font: 800 .57rem/1 var(--trb-font-en); letter-spacing: .15em; }
.trb-beginner-topic__list h3 { margin: 24px 0 12px; color: var(--trb-navy); font-size: 1.08rem; }
.trb-beginner-topic__list p { margin: 0; color: var(--trb-muted); font-size: .78rem; line-height: 1.9; }
.trb-beginner-topic__back { display: inline-flex; gap: 20px; align-items: center; margin-top: 24px; padding: 14px 18px; border: 1px solid var(--trb-line); border-radius: 10px; color: var(--trb-blue-dark); background: #fff; font-size: .76rem; font-weight: 900; }
.trb-beginner-topic__back i { font-style: normal; }

/* Complete beginner guide */
.trb-beginner-guide { color: var(--trb-ink); }
.trb-beginner-hero { position: relative; max-width: none; overflow: hidden; padding: clamp(32px, 5vw, 58px); border: 1px solid #d6e5f6; border-radius: var(--trb-radius-lg); background: linear-gradient(135deg, #f8fbff 0%, #edf6ff 58%, #e5f2ff 100%); }
.trb-beginner-hero::after { position: absolute; top: -85px; right: -75px; width: 260px; height: 260px; border: 42px solid rgba(14, 119, 217, .08); border-radius: 50%; content: ""; }
.trb-beginner-hero h2 { position: relative; z-index: 1; max-width: 800px; font-size: clamp(2rem, 4.4vw, 3.5rem); line-height: 1.3; }
.trb-beginner-hero p { position: relative; z-index: 1; max-width: 830px; color: #44546a; font-size: .94rem; line-height: 2; }
.trb-beginner-hero__facts { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.trb-beginner-hero__facts span { display: flex; gap: 8px; align-items: center; padding: 10px 14px; border: 1px solid rgba(10, 94, 179, .14); border-radius: 999px; color: var(--trb-navy); background: rgba(255, 255, 255, .78); font-size: .7rem; font-weight: 800; }
.trb-beginner-hero__facts b { color: var(--trb-blue); font: 800 .6rem/1 var(--trb-font-en); }
.trb-beginner-toc { margin: 24px 0 56px; padding: 25px 28px; border: 1px solid var(--trb-line); border-radius: 13px; background: #fff; box-shadow: var(--trb-shadow-sm); }
.trb-beginner-toc > strong { display: block; margin-bottom: 14px; color: var(--trb-navy); font-size: .82rem; }
.trb-beginner-toc ol { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px 28px; margin: 0; padding: 0; counter-reset: toc; list-style: none; }
.trb-beginner-toc li { border-top: 1px solid #edf1f6; counter-increment: toc; }
.trb-beginner-toc a { display: flex; gap: 9px; align-items: center; padding: 12px 0; color: #34445a; font-size: .72rem; font-weight: 700; }
.trb-beginner-toc a::before { color: var(--trb-blue); font: 800 .58rem/1 var(--trb-font-en); content: "0" counter(toc); }
.trb-guide-section { margin-top: 68px; scroll-margin-top: 110px; }
.trb-guide-heading { max-width: 820px; margin-bottom: 25px; }
.trb-guide-heading > span { color: var(--trb-blue); font: 800 .62rem/1 var(--trb-font-en); letter-spacing: .16em; }
.trb-guide-heading h2 { margin: 10px 0 9px; padding: 0; border: 0; color: var(--trb-navy); background: transparent; font-size: clamp(1.5rem, 2.8vw, 2.1rem); line-height: 1.45; }
.trb-guide-heading p { margin: 0; color: var(--trb-muted); font-size: .84rem; line-height: 1.9; }
.trb-guide-grid { display: grid; gap: 16px; }
.trb-guide-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.trb-guide-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.trb-guide-grid > div { padding: 26px; border: 1px solid var(--trb-line); border-radius: 13px; background: #fff; box-shadow: var(--trb-shadow-sm); }
.trb-guide-grid > div > b { color: var(--trb-blue); font-size: .66rem; }
.trb-guide-grid h3 { margin: 12px 0 9px; color: var(--trb-navy); font-size: .98rem; line-height: 1.55; }
.trb-guide-grid p { margin: 0; color: var(--trb-muted); font-size: .75rem; line-height: 1.9; }
.trb-guide-card--alert { border-top: 3px solid #ed8a3a !important; }
.trb-guide-action { display: flex; gap: 25px; align-items: center; justify-content: space-between; margin-top: 16px; padding: 22px 24px; border-radius: 12px; background: #edf6ff; }
.trb-guide-action p { display: grid; gap: 4px; margin: 0; }
.trb-guide-action strong { color: var(--trb-navy); font-size: .8rem; }
.trb-guide-action span { color: var(--trb-muted); font-size: .7rem; }
.trb-guide-action a { flex: 0 0 auto; padding: 12px 17px; border-radius: 8px; color: #fff; background: var(--trb-blue); font-size: .72rem; font-weight: 900; }
.trb-guide-action i { font-style: normal; }
.trb-guide-checklist { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.trb-guide-checklist li { display: grid; grid-template-columns: 58px 1fr; gap: 18px; align-items: start; padding: 21px 24px; border: 1px solid var(--trb-line); border-radius: 11px; background: #fff; }
.trb-guide-checklist li > span { display: grid; width: 43px; height: 43px; border-radius: 50%; color: #fff; background: var(--trb-blue); font: 800 .65rem/1 var(--trb-font-en); place-items: center; }
.trb-guide-checklist strong { color: var(--trb-navy); font-size: .85rem; }
.trb-guide-checklist p { margin: 5px 0 0; color: var(--trb-muted); font-size: .74rem; line-height: 1.8; }
.trb-guide-note { display: grid; grid-template-columns: 150px 1fr; gap: 22px; align-items: center; margin-top: 16px; padding: 21px 24px; border-left: 4px solid var(--trb-blue); border-radius: 0 10px 10px 0; background: #f2f7fd; }
.trb-guide-note strong { color: var(--trb-navy); font-size: .8rem; }
.trb-guide-note p { margin: 0; color: var(--trb-muted); font-size: .74rem; line-height: 1.8; }
.trb-guide-timeline { position: relative; display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.trb-guide-timeline::before { position: absolute; top: 18px; bottom: 18px; left: 82px; width: 2px; background: #dbe8f6; content: ""; }
.trb-guide-timeline li { position: relative; display: grid; grid-template-columns: 66px 1fr; gap: 34px; padding: 0 0 28px; }
.trb-guide-timeline li:last-child { padding-bottom: 0; }
.trb-guide-timeline time { z-index: 1; display: grid; width: 66px; height: 36px; border: 1px solid #cee0f4; border-radius: 999px; color: var(--trb-blue-dark); background: #f5f9ff; font-size: .66rem; font-weight: 900; place-items: center; }
.trb-guide-timeline div { padding: 0 0 26px; border-bottom: 1px solid var(--trb-line); }
.trb-guide-timeline h3 { margin: 3px 0 7px; color: var(--trb-navy); font-size: .95rem; }
.trb-guide-timeline p { margin: 0; color: var(--trb-muted); font-size: .75rem; line-height: 1.9; }
.trb-guide-faq { border-top: 1px solid var(--trb-line); }
.trb-guide-faq details { border-bottom: 1px solid var(--trb-line); background: #fff; }
.trb-guide-faq summary { position: relative; padding: 20px 48px 20px 6px; color: var(--trb-navy); font-size: .84rem; font-weight: 800; cursor: pointer; list-style: none; }
.trb-guide-faq summary::-webkit-details-marker { display: none; }
.trb-guide-faq summary::after { position: absolute; top: 50%; right: 9px; color: var(--trb-blue); font-size: 1.15rem; content: "+"; transform: translateY(-50%); }
.trb-guide-faq details[open] summary::after { content: "−"; }
.trb-guide-faq p { margin: 0; padding: 0 48px 20px 6px; color: var(--trb-muted); font-size: .76rem; line-height: 1.9; }
.trb-beginner-route__links { display: flex; flex: 0 0 auto; gap: 9px; }
.trb-beginner-route__links a { padding: 14px 18px; border: 1px solid rgba(255, 255, 255, .34); border-radius: 9px; color: #fff; font-size: .74rem; font-weight: 900; }
.trb-beginner-route__links a:first-child { border-color: #fff; color: var(--trb-blue-dark); background: #fff; }
.trb-beginner-route__links i { font-style: normal; }
.trb-guide-updated { margin: 18px 0 0; color: var(--trb-soft); font-size: .66rem; line-height: 1.8; }

/* Packing list */
.trb-packing-guide { color: var(--trb-ink); }
.trb-packing-intro { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 210px; gap: 44px; align-items: center; overflow: hidden; padding: 44px 48px; border: 1px solid #d6e5f6; border-radius: var(--trb-radius-lg); background: linear-gradient(135deg, #fff 0%, #f1f7ff 62%, #e4f2ff 100%); box-shadow: var(--trb-shadow-sm); }
.trb-packing-intro::after { position: absolute; right: -105px; bottom: -150px; width: 330px; height: 330px; border: 54px solid rgba(18, 104, 232, .055); border-radius: 50%; content: ""; }
.trb-packing-intro > div { position: relative; z-index: 1; }
.trb-packing-intro > div > span,
.trb-packing-section > header > span,
.trb-pack-final span { color: var(--trb-blue); font: 800 .65rem/1 var(--trb-font-en); letter-spacing: .17em; }
.trb-packing-intro h2 { max-width: 780px; margin: 12px 0 14px; padding: 0; border: 0; color: var(--trb-navy); background: none; font-size: clamp(1.8rem, 3.2vw, 2.75rem); line-height: 1.35; }
.trb-packing-intro p { max-width: 780px; margin: 0; color: var(--trb-muted); font-size: .92rem; line-height: 1.95; }
.trb-packing-intro__count { display: grid; align-content: center; justify-items: center; min-height: 170px; border: 1px solid rgba(18, 104, 232, .14); border-radius: 20px; background: rgba(255, 255, 255, .76); }
.trb-packing-intro__count strong { color: var(--trb-blue); font: 800 4.8rem/.9 var(--trb-font-en); letter-spacing: -.06em; }
.trb-packing-intro__count span { margin-top: 10px; color: var(--trb-navy); font: 800 .66rem/1 var(--trb-font-en); letter-spacing: .15em; }
.trb-packing-intro__count small { margin-top: 9px; color: var(--trb-muted); font-size: .72rem; font-weight: 700; }
.trb-packing-nav { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); overflow: hidden; margin: 18px 0 64px; border: 1px solid var(--trb-line); border-radius: 13px; background: #fff; box-shadow: var(--trb-shadow-sm); }
.trb-packing-nav a { display: flex; gap: 12px; align-items: center; justify-content: center; min-height: 68px; color: var(--trb-ink); border-right: 1px solid var(--trb-line); font-size: .8rem; font-weight: 800; }
.trb-packing-nav a:last-child { border-right: 0; }
.trb-packing-nav a:hover { color: var(--trb-blue-dark); background: #f5f9ff; }
.trb-packing-nav b { color: var(--trb-blue); font: 800 .62rem/1 var(--trb-font-en); }
.trb-packing-section { margin-top: 70px; scroll-margin-top: 110px; }
.trb-packing-section > header { max-width: 820px; margin-bottom: 28px; }
.trb-packing-section > header h2 { margin: 10px 0 9px; padding: 0; border: 0; color: var(--trb-navy); background: none; font-size: clamp(1.55rem, 2.8vw, 2.15rem); line-height: 1.42; }
.trb-packing-section > header p { margin: 0; color: var(--trb-muted); font-size: .86rem; line-height: 1.9; }
.trb-pack-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; }
.trb-pack-list li { position: relative; display: grid; grid-template-columns: 30px minmax(0, 1fr) 28px; gap: 14px; align-items: center; min-height: 92px; padding: 19px 20px; border: 1px solid var(--trb-line); border-radius: 13px; background: #fff; box-shadow: var(--trb-shadow-sm); }
.trb-pack-list li:last-child { grid-column: 1 / -1; }
.trb-pack-list i { display: block; width: 26px; height: 26px; border: 2px solid #b9cce3; border-radius: 7px; background: #f8fbff; }
.trb-pack-list strong { display: block; color: var(--trb-navy); font-size: .9rem; }
.trb-pack-list span { display: block; margin-top: 5px; color: var(--trb-muted); font-size: .76rem; line-height: 1.7; }
.trb-pack-list li > b { align-self: start; color: #dce8f6; font: 800 1.15rem/1 var(--trb-font-en); text-align: right; }
.trb-pack-alert { display: grid; grid-template-columns: 180px 1fr; gap: 22px; align-items: center; margin-top: 18px; padding: 24px 26px; border: 1px solid #f2d3b5; border-left: 5px solid #ed8a3a; border-radius: 0 12px 12px 0; background: #fff9f3; }
.trb-pack-alert strong { color: #8b4515; font-size: .86rem; }
.trb-pack-alert p { margin: 0; color: #694f3c; font-size: .78rem; line-height: 1.85; }
.trb-pack-scenarios { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.trb-pack-scenario { position: relative; overflow: hidden; min-height: 330px; padding: 28px; border: 1px solid var(--trb-line); border-top: 4px solid var(--trb-blue); border-radius: 15px; background: #fff; box-shadow: var(--trb-shadow-sm); }
.trb-pack-scenario--sun { border-top-color: #f3a11b; }
.trb-pack-scenario--rain { border-top-color: #2784d9; }
.trb-pack-scenario--cold { border-top-color: #6868c5; }
.trb-pack-scenario > span { color: var(--trb-soft); font: 800 .6rem/1 var(--trb-font-en); letter-spacing: .14em; }
.trb-pack-scenario h3 { margin: 12px 0 18px; color: var(--trb-navy); font-size: 1.2rem; }
.trb-pack-scenario ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 0 0 20px; padding: 0; list-style: none; }
.trb-pack-scenario li { padding: 7px 9px; border: 1px solid #dfe7f1; border-radius: 7px; color: #405169; background: #f7f9fc; font-size: .72rem; font-weight: 700; }
.trb-pack-scenario p { margin: 0; color: var(--trb-muted); font-size: .76rem; line-height: 1.85; }
.trb-pack-scenario__link { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; color: var(--trb-blue-dark); font-size: max(.74rem, 13px); font-weight: 900; }
.trb-pack-scenario__link i { font-style: normal; }
.trb-pack-venue-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); overflow: hidden; border: 1px solid var(--trb-line); border-radius: 15px; background: #fff; box-shadow: var(--trb-shadow-sm); }
.trb-pack-venue-grid > div { min-height: 210px; padding: 30px; border-right: 1px solid var(--trb-line); }
.trb-pack-venue-grid > div:last-child { border-right: 0; }
.trb-pack-venue-grid b { color: var(--trb-blue); font: 800 .6rem/1 var(--trb-font-en); letter-spacing: .15em; }
.trb-pack-venue-grid h3 { margin: 22px 0 12px; color: var(--trb-navy); font-size: 1.05rem; }
.trb-pack-venue-grid p { margin: 0; color: var(--trb-muted); font-size: .78rem; line-height: 1.9; }
.trb-pack-rules { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 0; padding: 0; list-style: none; counter-reset: none; }
.trb-pack-rules li { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 25px; border: 1px solid var(--trb-line); border-radius: 13px; background: #fff; }
.trb-pack-rules li > b { display: grid; width: 48px; height: 48px; border-radius: 50%; color: #fff; background: linear-gradient(135deg, var(--trb-blue), var(--trb-cyan)); font: 800 .68rem/1 var(--trb-font-en); place-items: center; }
.trb-pack-rules h3 { margin: 2px 0 7px; color: var(--trb-navy); font-size: .94rem; }
.trb-pack-rules p { margin: 0; color: var(--trb-muted); font-size: .76rem; line-height: 1.8; }
.trb-pack-final { display: flex; gap: 30px; align-items: center; justify-content: space-between; margin-top: 70px; padding: 38px 40px; border-radius: var(--trb-radius-lg); color: #fff; background: linear-gradient(120deg, #07172d, #0d5baa); }
.trb-pack-final span { color: #78cffd; }
.trb-pack-final h2 { margin: 10px 0 8px; padding: 0; border: 0; color: #fff; background: none; font-size: 1.45rem; }
.trb-pack-final p { max-width: 650px; margin: 0; color: rgba(255, 255, 255, .72); font-size: .78rem; line-height: 1.8; }
.trb-pack-final > div:last-child { display: flex; flex: 0 0 auto; gap: 9px; }
.trb-pack-final a { padding: 14px 18px; border: 1px solid rgba(255, 255, 255, .34); border-radius: 9px; color: #fff; font-size: .76rem; font-weight: 900; white-space: nowrap; }
.trb-pack-final a:first-child { border-color: #fff; color: var(--trb-blue-dark); background: #fff; }
.trb-pack-final i { font-style: normal; }

/* Rainy festival guide */
.trb-rain-guide { color: var(--trb-ink); }
.trb-rain-intro { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 42px; align-items: center; overflow: hidden; padding: 46px 48px; border: 1px solid #cfe1f4; border-radius: var(--trb-radius-lg); background: linear-gradient(135deg, #f9fcff 0%, #eaf4ff 58%, #dcecff 100%); box-shadow: var(--trb-shadow-sm); }
.trb-rain-intro::after { position: absolute; right: -75px; bottom: -170px; width: 360px; height: 360px; border: 58px solid rgba(25, 107, 196, .06); border-radius: 50%; content: ""; }
.trb-rain-intro > * { position: relative; z-index: 1; }
.trb-rain-intro__copy > span,
.trb-rain-section > header > span,
.trb-rain-final span { color: #176fc8; font: 800 .65rem/1 var(--trb-font-en); letter-spacing: .17em; }
.trb-rain-intro h2 { max-width: 760px; margin: 12px 0 14px; padding: 0; border: 0; color: var(--trb-navy); background: none; font-size: clamp(1.8rem, 3.2vw, 2.75rem); line-height: 1.35; }
.trb-rain-intro__copy p { max-width: 780px; margin: 0; color: var(--trb-muted); font-size: max(.92rem, 15px); line-height: 1.95; }
.trb-rain-intro__rule { padding: 27px 25px; border: 1px solid rgba(21, 102, 190, .18); border-radius: 17px; background: rgba(255, 255, 255, .82); }
.trb-rain-intro__rule small { display: block; color: #2878ca; font: 800 .59rem/1 var(--trb-font-en); letter-spacing: .16em; }
.trb-rain-intro__rule strong { display: block; margin-top: 13px; color: var(--trb-navy); font-size: 1.25rem; }
.trb-rain-intro__rule p { margin: 9px 0 0; color: var(--trb-muted); font-size: max(.76rem, 13px); line-height: 1.8; }
.trb-rain-nav { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); overflow: hidden; margin: 18px 0 64px; border: 1px solid var(--trb-line); border-radius: 13px; background: #fff; box-shadow: var(--trb-shadow-sm); }
.trb-rain-nav a { display: flex; gap: 10px; align-items: center; justify-content: center; min-height: 68px; padding: 10px; border-right: 1px solid var(--trb-line); color: var(--trb-ink); font-size: max(.74rem, 13px); font-weight: 800; text-align: center; }
.trb-rain-nav a:last-child { border-right: 0; }
.trb-rain-nav a:hover { color: var(--trb-blue-dark); background: #f4f9ff; }
.trb-rain-nav b { color: #1874ce; font: 800 .61rem/1 var(--trb-font-en); }
.trb-rain-section { margin-top: 72px; scroll-margin-top: 110px; }
.trb-rain-section > header { max-width: 850px; margin-bottom: 29px; }
.trb-rain-section > header h2 { margin: 10px 0 9px; padding: 0; border: 0; color: var(--trb-navy); background: none; font-size: clamp(1.55rem, 2.8vw, 2.15rem); line-height: 1.42; }
.trb-rain-section > header p { margin: 0; color: var(--trb-muted); font-size: max(.86rem, 14px); line-height: 1.9; }
.trb-rain-levels { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.trb-rain-levels article { min-height: 210px; padding: 27px 25px; border: 1px solid var(--trb-line); border-top: 4px solid #63a9e6; border-radius: 14px; background: #fff; box-shadow: var(--trb-shadow-sm); }
.trb-rain-levels article:nth-child(2) { border-top-color: #2278c8; }
.trb-rain-levels article.trb-rain-levels__alert { border-color: #eac7c7; border-top-color: #cf4242; background: #fffafa; }
.trb-rain-levels b,
.trb-rain-wear-grid b { color: #2979c6; font: 800 .59rem/1 var(--trb-font-en); letter-spacing: .14em; }
.trb-rain-levels__alert b { color: #bd3939; }
.trb-rain-levels h3 { margin: 20px 0 10px; color: var(--trb-navy); font-size: 1.05rem; }
.trb-rain-levels p { margin: 0; color: var(--trb-muted); font-size: max(.76rem, 13px); line-height: 1.85; }
.trb-rain-official { display: grid; grid-template-columns: 180px 1fr; gap: 24px; align-items: center; margin-top: 16px; padding: 23px 25px; border: 1px solid #cddff2; border-left: 5px solid #2278c8; border-radius: 0 12px 12px 0; background: #f5faff; }
.trb-rain-official strong { color: var(--trb-navy); font-size: max(.86rem, 14px); }
.trb-rain-official ul { display: flex; flex-wrap: wrap; gap: 8px 22px; margin: 0; padding: 0; list-style: none; }
.trb-rain-official li { position: relative; padding-left: 15px; color: #405169; font-size: max(.76rem, 13px); font-weight: 700; }
.trb-rain-official li::before { position: absolute; top: .65em; left: 0; width: 6px; height: 6px; border-radius: 50%; background: #2278c8; content: ""; }
.trb-rain-compare { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: hidden; border: 1px solid var(--trb-line); border-radius: 15px; background: #fff; box-shadow: var(--trb-shadow-sm); }
.trb-rain-compare article { min-height: 270px; padding: 31px; }
.trb-rain-compare article + article { border-left: 1px solid var(--trb-line); }
.trb-rain-compare__primary { background: #f3f8ff; }
.trb-rain-compare span { color: #2678ca; font: 800 .59rem/1 var(--trb-font-en); letter-spacing: .14em; }
.trb-rain-compare h3 { margin: 16px 0 10px; color: var(--trb-navy); font-size: 1.15rem; }
.trb-rain-compare p { margin: 0; color: var(--trb-muted); font-size: max(.78rem, 13px); line-height: 1.85; }
.trb-rain-compare ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 20px 0 0; padding: 0; list-style: none; }
.trb-rain-compare li { padding: 7px 9px; border: 1px solid #d8e5f2; border-radius: 7px; color: #405169; background: #fff; font-size: max(.7rem, 12px); font-weight: 700; }
.trb-rain-wear-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 15px; }
.trb-rain-wear-grid > div { padding: 25px; border: 1px solid var(--trb-line); border-radius: 13px; background: #fff; }
.trb-rain-wear-grid h3 { margin: 17px 0 9px; color: var(--trb-navy); font-size: .98rem; }
.trb-rain-wear-grid p { margin: 0; color: var(--trb-muted); font-size: max(.76rem, 13px); line-height: 1.85; }
.trb-rain-checklist { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; }
.trb-rain-checklist li { display: grid; grid-template-columns: 28px 1fr; gap: 14px; align-items: center; min-height: 88px; padding: 18px 20px; border: 1px solid var(--trb-line); border-radius: 12px; background: #fff; }
.trb-rain-checklist i { display: block; width: 25px; height: 25px; border: 2px solid #9fc1e2; border-radius: 7px; background: #f4f9ff; }
.trb-rain-checklist strong { display: block; color: var(--trb-navy); font-size: max(.86rem, 14px); }
.trb-rain-checklist span { display: block; margin-top: 4px; color: var(--trb-muted); font-size: max(.74rem, 13px); line-height: 1.65; }
.trb-rain-tip { display: grid; grid-template-columns: 180px 1fr; gap: 22px; align-items: center; margin-top: 15px; padding: 23px 25px; border: 1px solid #d9e4ee; border-left: 5px solid #168f96; border-radius: 0 12px 12px 0; background: #f4fbfb; }
.trb-rain-tip strong { color: #116b71; font-size: max(.86rem, 14px); }
.trb-rain-tip p { margin: 0; color: #405f61; font-size: max(.76rem, 13px); line-height: 1.8; }
.trb-rain-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 0; padding: 0; list-style: none; }
.trb-rain-actions li { display: grid; grid-template-columns: 52px 1fr; gap: 17px; padding: 24px; border: 1px solid var(--trb-line); border-radius: 13px; background: #fff; }
.trb-rain-actions li > b { display: grid; width: 46px; height: 46px; border-radius: 50%; color: #fff; background: linear-gradient(135deg, #176bb9, #39a9df); font: 800 .66rem/1 var(--trb-font-en); place-items: center; }
.trb-rain-actions h3 { margin: 2px 0 7px; color: var(--trb-navy); font-size: .94rem; }
.trb-rain-actions p { margin: 0; color: var(--trb-muted); font-size: max(.76rem, 13px); line-height: 1.8; }
.trb-rain-after-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.trb-rain-after-grid > div { min-height: 210px; padding: 27px 25px; border: 1px solid #c7ddef; border-radius: 13px; background: #f4f9ff; box-shadow: 0 8px 24px rgba(14, 54, 92, .07); }
.trb-rain-after-grid span { color: #176fc8; font: 800 1.7rem/1 var(--trb-font-en); }
.trb-rain-after-grid h3 { margin: 22px 0 9px; color: var(--trb-navy); font-size: .98rem; }
.trb-rain-after-grid p { margin: 0; color: #40576d; font-size: max(.76rem, 13px); line-height: 1.85; }
.trb-rain-final { display: flex; gap: 30px; align-items: center; justify-content: space-between; margin-top: 72px; padding: 38px 40px; border-radius: var(--trb-radius-lg); color: #fff; background: linear-gradient(120deg, #07172d, #176bb9); }
.trb-rain-final span { color: #8bd2f4; }
.trb-rain-final h2 { margin: 10px 0 8px; padding: 0; border: 0; color: #fff; background: none; font-size: 1.45rem; }
.trb-rain-final p { margin: 0; color: rgba(255, 255, 255, .77); font-size: max(.78rem, 13px); line-height: 1.8; }
.trb-rain-final > div:last-child { display: flex; flex: 0 0 auto; gap: 9px; }
.trb-rain-final a { padding: 14px 18px; border: 1px solid rgba(255, 255, 255, .35); border-radius: 9px; color: #fff; font-size: max(.76rem, 13px); font-weight: 900; white-space: nowrap; }
.trb-rain-final a:first-child { border-color: #fff; color: var(--trb-blue-dark); background: #fff; }
.trb-rain-final i { font-style: normal; }

.trb-editorial-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.trb-editorial-card { overflow: hidden; border: 1px solid var(--trb-line); border-radius: var(--trb-radius); background: #fff; box-shadow: var(--trb-shadow-sm); }
.trb-editorial-card > a { display: block; color: var(--trb-ink); }
.trb-editorial-card img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: contain; background: #edf3fa; }
.trb-editorial-card > a > div { padding: 26px 28px 28px; }
.trb-editorial-card span { color: var(--trb-blue); font: 800 .68rem/1 var(--trb-font-en); letter-spacing: .14em; }
.trb-editorial-card h3 { margin: 13px 0 10px; font-size: 1.24rem; line-height: 1.55; }
.trb-editorial-card p { margin: 0; color: var(--trb-muted); font-size: max(.92rem, 15px); line-height: 1.85; }
.trb-editorial-card b { display: flex; justify-content: space-between; margin-top: 22px; color: var(--trb-blue-dark); font-size: max(.84rem, 14px); }
.trb-editorial-card i { font-style: normal; }
.trb-editorial-empty { padding: 60px 28px; border: 1px dashed #c5d5e9; border-radius: var(--trb-radius); text-align: center; background: #fff; }
.trb-editorial-empty > span { color: var(--trb-blue); font: 800 .58rem/1 var(--trb-font-en); letter-spacing: .15em; }
.trb-editorial-empty h3 { margin: 15px 0 8px; color: var(--trb-navy); font-size: 1.35rem; }
.trb-editorial-empty p { color: var(--trb-muted); font-size: .78rem; }
.trb-editorial-empty > div { display: flex; gap: 10px; justify-content: center; margin-top: 22px; }
.trb-editorial-empty a { padding: 12px 17px; border-radius: 8px; color: #fff; background: var(--trb-blue); font-size: .75rem; font-weight: 800; }

/* Feature article — standard posts in the features category. */
.trb-feature-single {
  padding: 56px 28px 88px;
  background:
    radial-gradient(circle at 8% 0, rgba(18, 104, 232, .09), transparent 30%),
    var(--trb-canvas);
}
.trb-feature-article {
  width: min(940px, 100%);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--trb-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--trb-shadow);
}
.trb-feature-article__header { padding: 42px 52px 0; }
.trb-feature-breadcrumb { display: flex; gap: 9px; align-items: center; margin-bottom: 30px; color: var(--trb-soft); font-size: max(.76rem, 13px); font-weight: 700; }
.trb-feature-breadcrumb a { color: var(--trb-muted); }
.trb-feature-breadcrumb a:hover { color: var(--trb-blue); }
.trb-feature-breadcrumb span { color: #9aa8ba; }
.trb-feature-article__meta { display: flex; gap: 14px; align-items: center; margin-bottom: 18px; }
.trb-feature-article__meta a { padding: 7px 11px; border-radius: 999px; color: #fff; background: var(--trb-blue); font-size: max(.72rem, 12px); font-weight: 800; }
.trb-feature-article__meta time { color: var(--trb-soft); font: 700 max(.74rem, 12px)/1.4 var(--trb-font-en); letter-spacing: .04em; }
.trb-feature-article__header h1 { max-width: 24em; margin: 0; color: var(--trb-navy); font-size: clamp(2rem, 4vw, 3rem); line-height: 1.35; letter-spacing: -.045em; text-wrap: balance; }
.trb-feature-article__summary { max-width: 48em; margin: 20px 0 0; color: var(--trb-muted); font-size: max(1rem, 16px); line-height: 1.9; }
.trb-feature-article__visual { margin: 34px -52px 0; overflow: hidden; border-top: 1px solid var(--trb-line); border-bottom: 1px solid var(--trb-line); background: #edf3fa; }
.trb-feature-article__visual img { display: block; width: 100%; height: auto; margin: 0 auto; object-fit: contain; }
.trb-feature-article__body { padding: 52px clamp(32px, 7vw, 76px) 64px; color: #263447; font-size: max(1.06rem, 17px); line-height: 1.95; overflow-wrap: anywhere; }
.trb-feature-article__body > :first-child { margin-top: 0; }
.trb-feature-article__body p { margin: 0 0 1.65em; }
.trb-feature-article__body h2 { margin: 2.4em 0 .9em; padding: 16px 18px; border: 0; border-left: 5px solid var(--trb-blue); color: var(--trb-navy); background: #eef5ff; font-size: clamp(1.55rem, 3vw, 1.9rem); line-height: 1.45; }
.trb-feature-article__body h2::before,
.trb-feature-article__body h2::after,
.trb-feature-article__body h3::before,
.trb-feature-article__body h3::after { display: none !important; content: none !important; }
.trb-feature-article__body h3 { margin: 2em 0 .75em; padding: 0 0 10px; border: 0; border-bottom: 2px solid #d9e7f7; color: var(--trb-navy); background: transparent; font-size: clamp(1.25rem, 2.5vw, 1.48rem); line-height: 1.5; }
.trb-feature-article__body h4 { margin: 1.8em 0 .65em; color: var(--trb-navy); font-size: 1.1em; }
.trb-feature-article__body a { color: var(--trb-blue-dark); text-decoration: underline; text-underline-offset: .18em; }
.trb-feature-article__body strong { color: #12243d; font-weight: 800; }
.trb-feature-article__body ul,
.trb-feature-article__body ol { margin: 1.2em 0 1.8em; padding-left: 1.5em; }
.trb-feature-article__body li { margin: .55em 0; }
.trb-feature-article__body blockquote { margin: 1.8em 0; padding: 22px 24px; border: 0; border-left: 4px solid var(--trb-cyan); color: #40546c; background: #f3f8fd; }
.trb-feature-article__body img { max-width: 100%; height: auto; }
.trb-feature-article__body figure { max-width: 100%; margin: 2em auto; }
.trb-feature-article__body table { width: 100%; }
.trb-feature-article__body .wp-block-table { overflow-x: auto; }
.trb-feature-article__body .wp-block-button__link,
.trb-feature-article__body a.wp-element-button { display: inline-flex; min-height: 48px; align-items: center; padding: 13px 22px; border-radius: 999px; color: #fff; background: var(--trb-blue); font-weight: 800; text-decoration: none; }
.trb-feature-article__return { padding: 0 clamp(32px, 7vw, 76px) 64px; }
.trb-feature-article__return a { position: relative; display: block; padding: 24px 58px 24px 26px; border: 1px solid #cbdcf0; border-radius: 14px; color: var(--trb-navy); background: #f5f9fe; }
.trb-feature-article__return span { display: block; margin-bottom: 6px; color: var(--trb-blue); font: 800 .67rem/1 var(--trb-font-en); letter-spacing: .14em; }
.trb-feature-article__return strong { font-size: max(.95rem, 16px); }
.trb-feature-article__return i { position: absolute; top: 50%; right: 26px; color: var(--trb-blue); font-size: 1.3rem; font-style: normal; transform: translateY(-50%); }

.trb-social-links { display: flex; gap: 9px; margin-top: 24px; }
.trb-social-links a { display: grid; width: 38px; height: 38px; border: 1px solid rgba(255, 255, 255, .13); border-radius: 9px; color: #dce8f6; background: rgba(255, 255, 255, .055); place-items: center; }
.trb-social-links a:hover { color: #fff; border-color: rgba(255, 255, 255, .28); background: rgba(255, 255, 255, .11); }
.trb-social-links svg { width: 17px; height: 17px; fill: currentColor; stroke: none; }
.trb-social-links svg rect,
.trb-social-links svg circle:not(.trb-social-dot) { fill: none; stroke: currentColor; stroke-width: 1.8; }
.trb-social-links .trb-social-dot { fill: currentColor; }
.trb-artist-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; }
.trb-artist-list a { display: block; padding: 16px; border: 1px solid var(--trb-line); border-radius: 10px; background: #fff; color: var(--trb-ink); font-weight: 700; }
.trb-empty { margin: 0; padding: 24px; border: 1px dashed #c9d5e5; border-radius: 12px; background: #f8fbff; color: var(--trb-muted); font-size: .8rem; }
.trb-empty--large { padding: 48px 28px; text-align: center; }
.trb-subpage-next { margin-top: 58px; padding-top: 36px; border-top: 1px solid var(--trb-line); }
.trb-subpage-next > div > span { display: block; margin-bottom: 7px; color: var(--trb-blue); font: 800 .6rem/1 var(--trb-font-en); letter-spacing: .17em; }
.trb-subpage-next h2 { margin: 0 0 22px; padding: 0; border: 0; background: transparent; color: var(--trb-navy); font-size: 1.25rem; }
.trb-subpage-next nav { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.trb-subpage-next nav a { position: relative; display: grid; gap: 7px; padding: 24px 50px 24px 24px; border: 1px solid var(--trb-line); border-radius: 12px; background: #fff; color: var(--trb-ink); transition: transform .2s ease, box-shadow .2s ease; }
.trb-subpage-next nav a:hover { transform: translateY(-3px); box-shadow: var(--trb-shadow-sm); }
.trb-subpage-next nav small { color: var(--trb-blue); font: 800 .57rem/1 var(--trb-font-en); letter-spacing: .14em; }
.trb-subpage-next nav strong { font-size: .85rem; }
.trb-subpage-next nav i { position: absolute; top: 50%; right: 22px; color: var(--trb-blue); font-style: normal; transform: translateY(-50%); }

/* Footer */
.trb-home-footer { color: #d8e2ef; background: #07111f; }
.trb-home-footer__inner { display: grid; grid-template-columns: minmax(300px, 1.15fr) minmax(420px, 1fr); gap: 72px; width: min(1180px, calc(100% - 56px)); margin: 0 auto; padding: 66px 0 50px; }
.trb-home-brand--footer { color: #fff; }
.trb-home-brand--footer .trb-logo__copy small { color: #7e90a9; }
.trb-home-brand--footer .trb-logo img { height: 58px; }
.trb-home-footer__brand p { max-width: 490px; margin: 22px 0 0; color: #8493a8; font-size: .75rem; line-height: 1.9; }
.trb-home-footer nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-content: start; gap: 0 34px; }
.trb-home-footer nav a { padding: 13px 0; border-bottom: 1px solid rgba(255, 255, 255, .09); color: #d7e0eb; font-size: .77rem; font-weight: 700; }
.trb-home-footer nav a:hover { color: #fff; }
.trb-home-footer__bottom { display: flex; width: min(1180px, calc(100% - 56px)); margin: 0 auto; padding: 21px 0 25px; border-top: 1px solid rgba(255, 255, 255, .08); color: #65758b; justify-content: space-between; font: 600 .59rem/1.4 var(--trb-font-en); letter-spacing: .06em; }

@media (max-width: 1050px) {
  .trb-home-header { grid-template-columns: 1fr auto auto; gap: 12px; }
  .trb-home-nav { display: none; }
  .trb-home-mobile-nav { display: block; }
  .trb-home-filters { grid-template-columns: 1fr 1fr; }
  .trb-home-search { grid-column: 1 / -1; border-top: 1px solid var(--trb-line); border-left: 0; }
  .trb-directory-tools form { grid-template-columns: 1fr 1fr; }
  .trb-directory-tools button { grid-column: 1 / -1; }
  .trb-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trb-grid--setlists { grid-template-columns: 1fr; }
  .trb-calendar-actions { grid-template-columns: 1fr; }
  .trb-editorial-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trb-pack-scenarios { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trb-pack-scenario:last-child { grid-column: 1 / -1; min-height: 0; }
  .trb-pack-final { align-items: flex-start; flex-direction: column; }
  .trb-rain-levels,
  .trb-rain-after-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trb-rain-levels article:last-child,
  .trb-rain-after-grid > div:last-child { grid-column: 1 / -1; }
  .trb-rain-final { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 782px) {
  body.admin-bar .trb-home-header { top: 46px; }
}

@media (max-width: 720px) {
  .trb-home-header { min-height: 70px; padding: 0 18px; grid-template-columns: 1fr auto; }
  .trb-home-login { display: none; }
  .trb-logo { gap: 10px; }
  .trb-logo img { height: 44px; }
  .trb-logo__mark { gap: 3px; height: 32px; }
  .trb-logo__mark i { width: 3px; }
  .trb-logo__mark i:nth-child(1) { height: 12px; }
  .trb-logo__mark i:nth-child(2) { height: 22px; }
  .trb-logo__mark i:nth-child(3) { height: 32px; }
  .trb-logo__mark i:nth-child(4) { height: 19px; }
  .trb-logo__mark i:nth-child(5) { height: 27px; }
  .trb-logo__mark i:nth-child(6) { height: 14px; }
  .trb-logo__copy b { font-size: .88rem; letter-spacing: .055em; }
  .trb-logo__copy small { font-size: .48rem; letter-spacing: .1em; }
  .trb-home-hero { min-height: 520px; background-position: 64% center; }
  .trb-home-hero__inner { width: calc(100% - 36px); }
  .trb-home-hero__eyebrow { font-size: .57rem; }
  .trb-home-hero h1 { margin-top: 18px; font-size: clamp(2.25rem, 11vw, 3.15rem); line-height: 1.18; text-wrap: balance; }
  .trb-home-hero h1 span { display: block; }
  .trb-home-hero p { max-width: 92%; font-size: .86rem; line-height: 1.75; }
  .trb-home-hero__actions { display: grid; margin-top: 30px; }
  .trb-btn { min-width: 0; }
  .trb-home-main { width: calc(100% - 30px); padding: 38px 0 60px; }
  .trb-home-intro p { display: block; }
  .trb-home-intro span { display: block; margin-top: 6px; line-height: 1.6; }
  .trb-home-filters { grid-template-columns: 1fr; margin-bottom: 30px; }
  .trb-home-filters > div,
  .trb-home-search { min-height: 0; padding: 19px; }
  .trb-home-filters > div + div,
  .trb-home-search { grid-column: auto; border-top: 1px solid var(--trb-line); border-left: 0; }
  .trb-home-filters > div:nth-child(2) { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .trb-home-layout { grid-template-columns: 1fr; gap: 24px; }
  .trb-home-primary,
  .trb-home-side { gap: 24px; }
  .trb-home-panel { padding: 20px; }
  .trb-home-section-title { align-items: center; }
  .trb-home-section-title h2 { font-size: 1.22rem; }
  .trb-home-section-title > a { font-size: .67rem; }
  .trb-home-fes-grid { grid-template-columns: 1fr; }
  .trb-home-fes-grid--1 .trb-home-fes-card { display: block; min-height: 0; }
  .trb-home-fes-grid--1 .trb-home-fes-card__image { aspect-ratio: 16 / 9; }
  .trb-home-fes-grid--1 .trb-home-fes-card__body { display: block; padding: 20px; }
  .trb-home-fes-grid--1 .trb-home-fes-card h3 { font-size: 1.15rem; }
  .trb-home-guides { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trb-subpage-hero,
  .trb-subpage-hero__inner { min-height: 315px; }
  .trb-subpage-hero__inner { width: calc(100% - 36px); padding: 40px 0 46px; }
  .trb-subpage-breadcrumb { margin-bottom: 27px; }
  .trb-subpage-breadcrumb strong { max-width: 27ch; }
  .trb-subpage-hero h1 { font-size: clamp(2rem, 9.5vw, 2.7rem); }
  .trb-subpage-hero p { font-size: .78rem; line-height: 1.7; }
  .trb-subpage-content { width: calc(100% - 30px); padding: 42px 0 60px; }
  .trb-directory-tools { padding: 19px; }
  .trb-directory-tools form { grid-template-columns: 1fr; }
  .trb-directory-tools button { grid-column: auto; }
  .trb-active-filter { flex-wrap: wrap; }
  .trb-active-filter a { width: 100%; margin-left: 0; }
  .trb-grid,
  .trb-artist-list { grid-template-columns: 1fr; }
  .trb-grid:has(> .trb-card:only-child) .trb-card--festival { display: block; min-height: 0; }
  .trb-grid:has(> .trb-card:only-child) .trb-card--festival .trb-card__image { aspect-ratio: 16 / 9; }
  .trb-grid:has(> .trb-card:only-child) .trb-card--festival .trb-card__body { display: block; padding: 22px; }
  .trb-grid:has(> .trb-card:only-child) .trb-card--festival .trb-card__title { font-size: 1.2rem; }
  .trb-card--setlist { grid-template-columns: 112px minmax(0, 1fr); min-height: 205px; }
  .trb-card--setlist .trb-card__body { padding: 18px; }
  .trb-single-box,
  .trb-setlist-body,
  .trb-calendar { padding: 24px 20px; }
  .trb-meta__row { grid-template-columns: 1fr; gap: 6px; padding: 15px 0; }
  .trb-calendar__item { grid-template-columns: 1fr; gap: 6px; padding: 17px 42px 17px 16px; }
  .trb-calendar__item time { white-space: normal; }
  .trb-calendar-actions { gap: 24px; padding: 26px 22px; }
  .trb-calendar-actions h2 { font-size: 1.3rem; }
  .trb-setlist-flow { display: grid; grid-template-columns: 1fr auto 1fr; text-align: center; }
  .trb-setlist-flow i:nth-of-type(2) { display: none; }
  .trb-setlist-flow span:last-child { grid-column: 1 / -1; }
  .trb-setlist-festival > header,
  .trb-setlist-day { padding: 24px 20px; }
  .trb-setlist-stage { padding: 16px; }
  .trb-setlist-trail { display: grid; grid-template-columns: 1fr; gap: 0; align-items: stretch; padding: 14px; }
  .trb-setlist-trail > i { display: block; width: 2px; height: 12px; margin: 0 0 0 18px; overflow: hidden; background: #c1d2e6; color: transparent; }
  .trb-setlist-trail > i:nth-of-type(2) { display: block; }
  .trb-setlist-trail span { min-height: 50px; padding: 9px 12px; border-radius: 8px; background: #f5f9ff; }
  .trb-setlist-trail a,
  .trb-setlist-trail b { white-space: normal; overflow-wrap: anywhere; }
  .trb-setlist-trail .is-current { grid-column: auto; }
  .trb-day-pills { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trb-festival-setlist-item summary { min-height: 74px; padding: 12px 14px; }
  .trb-festival-setlist-item__body { padding: 0 14px 18px; }
  .trb-festival-setlist-item__songs { margin: 14px 0; padding: 17px 16px; font-size: .82rem; }
  .trb-beginner-steps,
  .trb-editorial-grid,
  .trb-beginner-topic__list { grid-template-columns: 1fr; }
  .trb-editorial-card > a > div { padding: 22px 20px 24px; }
  .trb-editorial-card h3 { font-size: 1.12rem; }
  .trb-feature-single { padding: 22px 14px 48px; }
  .trb-feature-article { border-radius: 16px; }
  .trb-feature-article__header { padding: 24px 20px 0; }
  .trb-feature-breadcrumb { margin-bottom: 22px; }
  .trb-feature-article__header h1 { font-size: clamp(1.7rem, 8vw, 2.25rem); line-height: 1.4; }
  .trb-feature-article__summary { margin-top: 16px; font-size: 1rem; line-height: 1.85; }
  .trb-feature-article__visual { margin: 26px -20px 0; }
  .trb-feature-article__body { padding: 34px 20px 46px; font-size: 1rem; line-height: 1.9; }
  .trb-feature-article__body h2 { margin-top: 2.1em; padding: 13px 14px; font-size: 1.42rem; }
  .trb-feature-article__body h3 { font-size: 1.22rem; }
  .trb-feature-article__return { padding: 0 20px 44px; }
  .trb-beginner-route { display: grid; padding: 28px 24px; }
  .trb-beginner-route > a { text-align: center; }
  .trb-subpage-next nav { grid-template-columns: 1fr; }
  .trb-home-footer__inner { grid-template-columns: 1fr; gap: 26px; width: calc(100% - 36px); padding: 36px 0 24px; }
  .trb-home-footer__brand p { margin-top: 16px; }
  .trb-home-footer nav { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 20px; }
  .trb-home-footer nav a { display: flex; min-height: 44px; align-items: center; padding: 9px 0; font-size: .72rem; line-height: 1.45; }
  .trb-home-footer__bottom { display: grid; gap: 6px; width: calc(100% - 36px); padding: 18px 0 22px; text-align: center; }
}

@media (max-width: 430px) {
  .trb-logo__copy small { display: none; }
  .trb-home-guide p { display: none; }
  .trb-home-setlist { grid-template-columns: 52px minmax(0, 1fr) 9px; }
  .trb-home-setlist > img { width: 52px; height: 52px; }
  .trb-home-setlist > b { display: none; }
  .trb-card--setlist { grid-template-columns: 96px minmax(0, 1fr); }
  .trb-card__eyebrow,
  .trb-card--setlist .trb-card__event { display: none; }
  .trb-card--setlist .trb-card__title { font-size: .9rem; }
  .trb-card__more { margin-top: 10px; padding-top: 10px; }
  .trb-home-footer nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trb-social-links { margin-top: 19px; }
}

/* v0.9.2 — readability pass */
.trb-home,
.trb-site {
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: .01em;
}
.trb-home h1,
.trb-home h2,
.trb-home h3,
.trb-site h1,
.trb-site h2,
.trb-site h3 {
  font-weight: 800;
  letter-spacing: -.025em;
}
.trb-home-nav a,
.trb-home-login,
.trb-home-filters a,
.trb-home-search input[type="search"],
.trb-home-search button,
.trb-home-section-title > a,
.trb-home-fes-card p,
.trb-home-setlist__copy small,
.trb-home-setlist__copy span,
.trb-home-guide p,
.trb-home-cta p,
.trb-home-cta a,
.trb-directory-tools label,
.trb-active-filter,
.trb-results-head span,
.trb-badge,
.trb-card__event,
.trb-card__more,
.trb-meta__row dt,
.trb-chips span,
.trb-calendar__item time,
.trb-calendar__item span,
.trb-calendar-actions p,
.trb-setlist-flow,
.trb-setlist-trail,
.trb-setlist-trail a,
.trb-setlist-trail b,
.trb-day-pills strong,
.trb-festival-setlists__stage a small,
.trb-beginner-lead p,
.trb-features-lead p,
.trb-beginner-steps p,
.trb-beginner-steps b,
.trb-beginner-route p,
.trb-beginner-route > a,
.trb-editorial-card p,
.trb-editorial-card b,
.trb-editorial-empty p,
.trb-editorial-empty a,
.trb-home-footer__brand p,
.trb-home-footer nav a,
.trb-empty {
  font-size: max(.82rem, 13px);
  line-height: 1.75;
}
.trb-home-filter-title,
.trb-home-search label,
.trb-card__line,
.trb-meta__row dd,
.trb-calendar__item strong,
.trb-festival-setlists__stage a strong {
  font-size: max(.86rem, 14px);
  line-height: 1.7;
}
.trb-home-filters a,
.trb-home-filters a:last-child,
.trb-badge,
.trb-setlist-day > h3 small,
.trb-setlist-stage__head span {
  white-space: nowrap;
}
.trb-home-hero p,
.trb-subpage-hero p {
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  font-weight: 500;
  line-height: 1.85;
}
.trb-home-footer__brand p,
.trb-home-footer nav a {
  color: #b6c4d6;
}
.trb-home-footer__bottom { color: #92a2b8; }

@media (max-width: 720px) {
  .trb-home,
  .trb-site { font-size: 16px; }
  .trb-home-hero p,
  .trb-subpage-hero p { font-size: .94rem; line-height: 1.8; }
  .trb-home-section-title > a,
  .trb-home-footer nav a { font-size: .82rem; }
  .trb-home-footer__inner { gap: 34px; padding-top: 46px; }
  .trb-home-footer nav { grid-template-columns: 1fr; }
  .trb-home-footer nav a { padding: 13px 2px; }
  .trb-home-footer__bottom { padding-bottom: max(26px, env(safe-area-inset-bottom)); }
  .trb-beginner-hero { padding: 30px 22px; }
  .trb-beginner-hero::after { top: -95px; right: -105px; }
  .trb-beginner-hero p { font-size: .9rem; }
  .trb-beginner-hero__facts { display: grid; grid-template-columns: 1fr; }
  .trb-beginner-toc { margin-bottom: 44px; padding: 21px 20px; }
  .trb-beginner-toc ol { grid-template-columns: 1fr; }
  .trb-guide-section { margin-top: 52px; }
  .trb-guide-grid--3,
  .trb-guide-grid--2 { grid-template-columns: 1fr; }
  .trb-guide-action { display: grid; padding: 21px; }
  .trb-guide-action a { text-align: center; }
  .trb-guide-checklist li { grid-template-columns: 43px 1fr; gap: 13px; padding: 18px 16px; }
  .trb-guide-note { grid-template-columns: 1fr; gap: 7px; padding: 20px; }
  .trb-guide-timeline::before { left: 28px; }
  .trb-guide-timeline li { grid-template-columns: 56px 1fr; gap: 19px; }
  .trb-guide-timeline time { width: 56px; }
  .trb-beginner-route__links { display: grid; width: 100%; }
  .trb-beginner-route__links a { text-align: center; }
  .trb-packing-intro { grid-template-columns: 1fr; gap: 24px; padding: 30px 22px; }
  .trb-packing-intro__count { grid-template-columns: auto 1fr; justify-items: start; column-gap: 15px; min-height: 0; padding: 18px 20px; }
  .trb-packing-intro__count strong { grid-row: 1 / 3; font-size: 3.6rem; }
  .trb-packing-intro__count span { align-self: end; margin: 0; }
  .trb-packing-intro__count small { align-self: start; margin: 4px 0 0; }
  .trb-packing-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-bottom: 50px; }
  .trb-packing-nav a { border-bottom: 1px solid var(--trb-line); }
  .trb-packing-nav a:nth-child(2) { border-right: 0; }
  .trb-packing-nav a:nth-child(n+3) { border-bottom: 0; }
  .trb-pack-list,
  .trb-pack-scenarios,
  .trb-pack-venue-grid,
  .trb-pack-rules { grid-template-columns: 1fr; }
  .trb-pack-list li:last-child,
  .trb-pack-scenario:last-child { grid-column: auto; }
  .trb-pack-alert { grid-template-columns: 1fr; gap: 8px; padding: 21px 20px; }
  .trb-pack-scenario { min-height: 0; padding: 24px 22px; }
  .trb-pack-venue-grid { overflow: visible; border: 0; background: none; box-shadow: none; gap: 12px; }
  .trb-pack-venue-grid > div { min-height: 0; padding: 24px 22px; border: 1px solid var(--trb-line); border-radius: 13px; background: #fff; }
  .trb-pack-final { display: grid; margin-top: 52px; padding: 30px 24px; }
  .trb-pack-final > div:last-child { display: grid; width: 100%; }
  .trb-pack-final a { text-align: center; }
  .trb-rain-intro { grid-template-columns: 1fr; gap: 23px; padding: 30px 22px; }
  .trb-rain-intro__rule { padding: 22px 20px; }
  .trb-rain-nav { grid-template-columns: 1fr; margin-bottom: 50px; }
  .trb-rain-nav a { justify-content: flex-start; min-height: 52px; padding: 12px 18px; border-right: 0; border-bottom: 1px solid var(--trb-line); text-align: left; }
  .trb-rain-nav a:last-child { border-bottom: 0; }
  .trb-rain-section { margin-top: 54px; }
  .trb-rain-levels,
  .trb-rain-compare,
  .trb-rain-wear-grid,
  .trb-rain-checklist,
  .trb-rain-actions,
  .trb-rain-after-grid { grid-template-columns: 1fr; }
  .trb-rain-levels article:last-child,
  .trb-rain-after-grid > div:last-child { grid-column: auto; }
  .trb-rain-levels article,
  .trb-rain-after-grid > div { min-height: 0; }
  .trb-rain-compare { overflow: visible; border: 0; background: none; box-shadow: none; gap: 12px; }
  .trb-rain-compare article { min-height: 0; padding: 25px 22px; border: 1px solid var(--trb-line); border-radius: 13px; background: #fff; }
  .trb-rain-compare article + article { border-left: 1px solid var(--trb-line); }
  .trb-rain-official,
  .trb-rain-tip { grid-template-columns: 1fr; gap: 8px; padding: 21px 20px; }
  .trb-rain-official ul { display: grid; gap: 7px; }
  .trb-rain-final { display: grid; margin-top: 54px; padding: 30px 24px; }
  .trb-rain-final > div:last-child { display: grid; width: 100%; }
  .trb-rain-final a { text-align: center; }
}

.trb-beginner-toc a,
.trb-guide-heading p,
.trb-guide-grid p,
.trb-guide-action span,
.trb-guide-checklist p,
.trb-guide-note p,
.trb-guide-timeline p,
.trb-guide-faq p,
.trb-guide-updated {
  font-size: max(.82rem, 13px);
  line-height: 1.8;
}
.trb-packing-intro p,
.trb-packing-section > header p,
.trb-pack-list span,
.trb-pack-alert p,
.trb-pack-scenario p,
.trb-pack-venue-grid p,
.trb-pack-rules p,
.trb-pack-final p {
  font-size: max(.82rem, 13px);
  line-height: 1.8;
}

/* 2026 August–October festival calendar */
.trb-season-calendar { color: var(--trb-ink); }
.trb-season-intro { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(360px, .65fr); gap: 46px; align-items: center; padding: clamp(32px, 5vw, 56px); overflow: hidden; border: 1px solid #d4e4f6; border-radius: var(--trb-radius-lg); background: linear-gradient(135deg, #f8fbff 0%, #edf6ff 62%, #e3f1ff 100%); }
.trb-season-intro > div > span { color: var(--trb-blue); font: 800 .64rem/1 var(--trb-font-en); letter-spacing: .17em; }
.trb-season-intro h2 { max-width: 760px; margin: 15px 0 17px; padding: 0; border: 0; color: var(--trb-navy); background: none; font-size: clamp(1.9rem, 3.5vw, 3rem); line-height: 1.35; }
.trb-season-intro p { max-width: 760px; margin: 0; color: #43536a; font-size: max(.91rem, 14px); line-height: 2; }
.trb-season-stats { display: grid; margin: 0; overflow: hidden; border: 1px solid rgba(16, 87, 164, .14); border-radius: 14px; background: rgba(255, 255, 255, .82); box-shadow: var(--trb-shadow-sm); }
.trb-season-stats > div { display: grid; grid-template-columns: 90px 1fr; gap: 15px; align-items: center; padding: 18px 20px; border-bottom: 1px solid #e2ebf5; }
.trb-season-stats > div:last-child { border-bottom: 0; }
.trb-season-stats dt { color: #52647a; font-size: max(.78rem, 13px); font-weight: 800; }
.trb-season-stats dd { display: flex; gap: 10px; align-items: baseline; margin: 0; }
.trb-season-stats strong { color: var(--trb-navy); font: 800 2rem/1 var(--trb-font-en); }
.trb-season-stats span { color: var(--trb-blue); font: 800 .56rem/1 var(--trb-font-en); letter-spacing: .12em; }
.trb-season-nav { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 24px 0 20px; overflow: hidden; border: 1px solid var(--trb-line); border-radius: 13px; background: #fff; box-shadow: var(--trb-shadow-sm); }
.trb-season-nav a { display: grid; grid-template-columns: auto 1fr auto; gap: 10px; align-items: center; min-height: 68px; padding: 14px 22px; border-right: 1px solid var(--trb-line); color: var(--trb-ink); }
.trb-season-nav a:last-child { border-right: 0; }
.trb-season-nav a:hover { background: #f4f9ff; }
.trb-season-nav small { color: var(--trb-blue); font: 800 .62rem/1 var(--trb-font-en); }
.trb-season-nav strong { color: var(--trb-navy); font-size: max(.92rem, 15px); }
.trb-season-nav span { padding: 5px 8px; border-radius: 999px; color: var(--trb-blue-dark); background: var(--trb-sky); font-size: max(.7rem, 12px); font-weight: 800; }
.trb-season-notice { display: grid; grid-template-columns: 155px 1fr; gap: 20px; margin-bottom: 56px; padding: 20px 23px; border: 1px solid #f0d49a; border-radius: 12px; background: #fffaf0; }
.trb-season-notice strong { color: #81570a; font-size: max(.8rem, 13px); }
.trb-season-notice p { margin: 0; color: #655b49; font-size: max(.8rem, 13px); line-height: 1.8; }
.trb-season-month { scroll-margin-top: 100px; margin-bottom: 64px; }
.trb-season-month > header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 19px; padding-bottom: 17px; border-bottom: 2px solid var(--trb-navy); }
.trb-season-month > header span { color: var(--trb-blue); font: 800 .61rem/1 var(--trb-font-en); letter-spacing: .15em; }
.trb-season-month > header h2 { margin: 9px 0 0; padding: 0; border: 0; color: var(--trb-navy); background: none; font-size: clamp(1.45rem, 2.6vw, 2rem); }
.trb-season-month > header b { color: #708096; font: 800 .62rem/1 var(--trb-font-en); letter-spacing: .11em; }
.trb-season-events { display: grid; gap: 12px; }
.trb-season-event { display: grid; grid-template-columns: 86px minmax(0, 1fr) auto; gap: 22px; align-items: center; min-height: 132px; padding: 20px 22px; border: 1px solid var(--trb-line); border-radius: 13px; background: #fff; box-shadow: var(--trb-shadow-sm); transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.trb-season-event:hover { border-color: #adc9ec; box-shadow: var(--trb-shadow); transform: translateY(-2px); }
.trb-season-date { display: grid; min-height: 84px; border-right: 1px solid var(--trb-line); align-content: center; }
.trb-season-date strong { color: var(--trb-navy); font: 800 2.65rem/1 var(--trb-font-en); }
.trb-season-date span { margin-top: 7px; color: #61728a; font-size: max(.75rem, 12px); font-weight: 700; }
.trb-season-event__meta { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.trb-season-event__meta time { min-width: 0; color: var(--trb-blue-dark); font-size: max(.76rem, 13px); font-weight: 800; line-height: 1.55; overflow-wrap: anywhere; }

/* v0.16.0: public-ready navigation, daily setlists, contact and typography */
.trb-home-header {
  grid-template-columns: minmax(225px, 1fr) auto minmax(245px, 1fr);
}
.trb-home-header > .trb-home-brand {
  min-height: 58px;
  padding: 7px 13px;
  border: 1px solid #152843;
  border-radius: 11px;
  background: linear-gradient(135deg, #071321, #102944);
  box-shadow: 0 8px 22px rgba(7, 19, 33, .16);
}
.trb-home-header > .trb-home-brand .trb-logo img {
  height: 42px;
  filter: none;
}
.trb-home-brand--footer {
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
}
.trb-home-brand--footer .trb-logo img { filter: none; }
.trb-home-tools {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-self: end;
}
.trb-social-links span { display: none; }
.trb-social-links--header {
  gap: 5px;
  margin: 0;
}
.trb-social-links--header a {
  width: 34px;
  height: 34px;
  border-color: #dce4ee;
  color: #26364a;
  background: #fff;
}
.trb-social-links--header a:hover {
  color: #fff;
  border-color: var(--trb-blue);
  background: var(--trb-blue);
}
.trb-social-links--mobile {
  display: flex;
  gap: 7px;
  margin: 8px 5px 4px;
  padding-top: 10px;
  border-top: 1px solid var(--trb-line);
}
.trb-social-links--mobile a {
  width: 40px;
  height: 40px;
  padding: 0;
  color: #26364a;
  border: 1px solid #dce4ee;
  background: #f7f9fc;
}
.trb-social-links--contact {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 25px;
}
.trb-social-links--contact a {
  display: inline-flex;
  width: auto;
  min-width: 44px;
  height: 42px;
  gap: 8px;
  padding: 0 12px;
  color: #fff;
  border-color: rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .08);
}
.trb-social-links--contact a span {
  display: inline;
  font-size: .7rem;
  font-weight: 700;
}

.trb-home h1,
.trb-home h2,
.trb-home h3,
.trb-home h4,
.trb-home p,
.trb-home strong,
.trb-site h1,
.trb-site h2,
.trb-site h3,
.trb-site h4,
.trb-site p,
.trb-site strong,
.trb-site dt,
.trb-site dd {
  word-break: normal;
  overflow-wrap: break-word;
  line-break: strict;
}
@supports (word-break: auto-phrase) {
  .trb-home h1,
  .trb-home h2,
  .trb-home h3,
  .trb-home h4,
  .trb-home p,
  .trb-site h1,
  .trb-site h2,
  .trb-site h3,
  .trb-site h4,
  .trb-site p { word-break: auto-phrase; }
}
.trb-home h1,
.trb-home h2,
.trb-home h3,
.trb-site h1,
.trb-site h2,
.trb-site h3 { text-wrap: pretty; }
.trb-subpage-hero h1,
.trb-festival-setlist-item__copy strong,
.trb-card__title,
.trb-home-fes-card h3 {
  overflow-wrap: break-word;
  word-break: normal;
}

[data-trb-href] { cursor: pointer; }
[data-trb-href]:focus-visible {
  outline: 3px solid rgba(8, 120, 209, .34);
  outline-offset: 4px;
}
.trb-chips span:has(> a) { padding: 0; }
.trb-chips span > a {
  display: flex;
  width: 100%;
  min-height: 40px;
  align-items: center;
}

.trb-setlist-day-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.trb-setlist-day-card {
  overflow: hidden;
  min-width: 0;
  border: 1px solid var(--trb-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--trb-shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease;
}
.trb-setlist-day-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--trb-shadow);
}
.trb-setlist-day-card__image {
  display: block;
  overflow: hidden;
  aspect-ratio: 1200 / 630;
  background: #071426;
}
.trb-setlist-day-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}
.trb-setlist-day-card:hover img { transform: scale(1.025); }
.trb-setlist-day-card__body { padding: 24px; }
.trb-setlist-day-card__body > span {
  display: block;
  color: var(--trb-blue);
  font: 800 .58rem/1 var(--trb-font-en);
  letter-spacing: .16em;
}
.trb-setlist-day-card time {
  display: inline-flex;
  margin-top: 15px;
  padding: 6px 9px;
  border-radius: 6px;
  color: #fff;
  background: var(--trb-blue);
  font-size: .7rem;
  font-weight: 800;
}
.trb-setlist-day-card h2 {
  margin: 14px 0 8px;
  padding: 0;
  border: 0;
  background: none;
  font-size: 1.25rem;
  line-height: 1.45;
}
.trb-setlist-day-card h2 a { color: var(--trb-navy); }
.trb-setlist-day-card p {
  margin: 0;
  color: var(--trb-muted);
  font-size: .79rem;
  line-height: 1.75;
}
.trb-setlist-day-card__body > b {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--trb-line);
  color: var(--trb-blue-dark);
  font-size: .75rem;
}
.trb-setlist-day-card__body > b i { font-style: normal; }

.trb-box-heading p {
  margin: 10px 0 0;
  color: var(--trb-muted);
  font-size: .82rem;
  line-height: 1.8;
}
.trb-setlist-day-nav {
  position: sticky;
  top: 94px;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 28px;
  padding: 12px;
  border: 1px solid #d7e3f0;
  border-radius: 12px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 8px 24px rgba(21, 42, 72, .08);
}
.trb-setlist-day-nav a {
  min-height: 40px;
  padding: 10px 14px;
  border-radius: 8px;
  color: var(--trb-blue-dark);
  background: #eef6ff;
  font-size: .74rem;
  font-weight: 800;
}
.trb-setlist-day-nav a:hover {
  color: #fff;
  background: var(--trb-blue);
}
.trb-festival-setlists__day {
  scroll-margin-top: 165px;
}
.trb-festival-setlists__day > h3 {
  gap: 11px;
}
.trb-festival-setlists__day > h3 small {
  flex: 0 0 auto;
  color: var(--trb-blue);
  font: 800 .55rem/1 var(--trb-font-en);
  letter-spacing: .14em;
}
.trb-festival-setlists__day > h3 span { min-width: 0; }
.trb-festival-setlists__stage > header {
  align-items: center;
}
.trb-festival-setlists__stage > header h4 {
  min-width: 0;
  line-height: 1.45;
}
.trb-festival-setlists__stage > header b {
  flex: 0 0 auto;
}
.trb-festival-setlists__stage {
  overflow: visible;
  margin-bottom: 34px;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.trb-festival-setlists__stage > header {
  min-height: 64px;
  padding: 14px 18px;
  border-radius: 9px;
  background: linear-gradient(110deg, #07192f, #0a5a9d);
}
.trb-festival-setlists__stage > header h4 {
  font-size: clamp(1.12rem, 2.4vw, 1.42rem);
}
.trb-festival-setlists__artists {
  display: block;
  padding: 5px 0 0;
  background: transparent;
}
.trb-festival-setlist-item {
  border-bottom: 1px solid #d9e4ef;
  background: #fff;
}
.trb-festival-setlist-item:first-child {
  border-top: 1px solid #d9e4ef;
}
.trb-festival-setlist-item > summary {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) auto 26px;
  gap: 15px;
  align-items: center;
  min-height: 76px;
  padding: 15px 18px;
  background: #fff;
  cursor: pointer;
  list-style: none;
}
.trb-festival-setlist-item > summary::-webkit-details-marker {
  display: none;
}
.trb-festival-setlist-item > summary:hover {
  background: #f4f9ff;
}
.trb-festival-setlist-item > summary:focus-visible {
  outline: 3px solid rgba(11, 104, 183, .3);
  outline-offset: -3px;
}
.trb-festival-setlist-item[open] > summary {
  background: #edf7ff;
}
.trb-festival-setlist-item__time {
  color: var(--trb-blue);
  font: 800 .68rem/1.25 var(--trb-font-en);
  letter-spacing: .06em;
}
.trb-festival-setlist-item__copy {
  display: grid;
  min-width: 0;
  gap: 4px;
}
.trb-festival-setlist-item__copy small {
  color: var(--trb-soft);
  font: 800 .52rem/1 var(--trb-font-en);
  letter-spacing: .14em;
}
.trb-festival-setlist-item__copy strong {
  color: var(--trb-navy);
  font-size: .98rem;
  line-height: 1.5;
}
.trb-festival-setlist-item__status {
  padding: 6px 8px;
  border-radius: 6px;
  color: #fff;
  background: var(--trb-blue);
  font: 800 .54rem/1 var(--trb-font-en);
  letter-spacing: .06em;
}
.trb-festival-setlist-item.is-checking .trb-festival-setlist-item__status {
  color: #6b7686;
  background: #e8edf3;
}
.trb-festival-setlist-item__toggle {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  color: var(--trb-blue);
}
.trb-festival-setlist-item__toggle::before,
.trb-festival-setlist-item__toggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  content: "";
  transform: translate(-50%, -50%);
}
.trb-festival-setlist-item__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform .18s ease, opacity .18s ease;
}
.trb-festival-setlist-item[open] .trb-festival-setlist-item__toggle::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0);
}
.trb-festival-setlist-item__body {
  padding: 0 18px 24px 121px;
  border-top: 0;
  background: #fff;
}
.trb-festival-setlist-item__songs {
  margin: 18px 0 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--trb-ink);
  font-size: .9rem;
  line-height: 1.75;
}
.trb-festival-setlist-item__songs p { margin: 0; }
.trb-setlist-sections {
  display: grid;
  gap: 20px;
}
.trb-setlist-section {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: #fff;
}
.trb-setlist-section h5 {
  margin: 0;
  padding: 0 0 8px;
  border: 0;
  border-bottom: 2px solid #b8ddf5;
  background: transparent;
  color: var(--trb-blue-dark);
  font-size: .88rem;
  line-height: 1.4;
}
.trb-setlist-section ol {
  margin: 0;
  padding: 8px 8px 0 38px;
}
.trb-setlist-section li {
  padding: 7px 4px;
  border-bottom: 0;
  color: var(--trb-ink);
}
.trb-setlist-section li:last-child { border-bottom: 0; }
.trb-setlist-checking {
  display: grid;
  gap: 5px;
  color: var(--trb-muted);
}
.trb-setlist-checking b { color: var(--trb-navy); }
.trb-setlist-checking span { font-size: .8rem; }
.trb-setlist-preparing {
  padding: 32px;
  border: 1px dashed #b8cbe1;
  border-radius: 13px;
  text-align: center;
  background: #f6faff;
}
.trb-setlist-preparing strong {
  color: var(--trb-navy);
  font-size: 1rem;
}
.trb-setlist-preparing p {
  margin: 8px 0 0;
  color: var(--trb-muted);
  font-size: .8rem;
}

.trb-contact-intro {
  max-width: 840px;
  margin-bottom: 34px;
}
.trb-contact-intro > span {
  color: var(--trb-blue);
  font: 800 .62rem/1 var(--trb-font-en);
  letter-spacing: .17em;
}
.trb-contact-intro h2 {
  margin: 13px 0 12px;
  padding: 0;
  border: 0;
  background: none;
  color: var(--trb-navy);
  font-size: clamp(1.5rem, 3vw, 2.15rem);
  line-height: 1.45;
}
.trb-contact-intro p {
  margin: 0;
  color: var(--trb-muted);
  line-height: 1.9;
}
.trb-contact-layout {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  overflow: hidden;
  border: 1px solid var(--trb-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--trb-shadow-sm);
}
.trb-contact-layout > aside {
  padding: 36px;
  color: #fff;
  background: linear-gradient(145deg, #071426, #103b68);
}
.trb-contact-layout > aside h3 {
  margin: 0 0 24px;
  color: #fff;
  font-size: 1.1rem;
}
.trb-contact-layout > aside ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.trb-contact-layout > aside li {
  display: grid;
  gap: 4px;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, .12);
}
.trb-contact-layout > aside li strong { font-size: .84rem; }
.trb-contact-layout > aside li span {
  color: #b7c7da;
  font-size: .72rem;
  line-height: 1.6;
}
.trb-contact-layout form {
  display: grid;
  gap: 21px;
  padding: 38px;
}
.trb-contact-layout form > label {
  display: grid;
  gap: 8px;
}
.trb-contact-layout form > label > span {
  color: var(--trb-navy);
  font-size: .78rem;
  font-weight: 800;
}
.trb-contact-layout label b {
  margin-left: 5px;
  color: #c71d2a;
  font-size: .65rem;
}
.trb-contact-layout input[type="text"],
.trb-contact-layout input[type="email"],
.trb-contact-layout select,
.trb-contact-layout textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid #cfd9e5;
  border-radius: 8px;
  background: #fff;
  color: var(--trb-ink);
  font: 500 .9rem/1.6 var(--trb-font-jp);
}
.trb-contact-layout textarea {
  min-height: 180px;
  resize: vertical;
}
.trb-contact-layout input:focus,
.trb-contact-layout select:focus,
.trb-contact-layout textarea:focus {
  border-color: var(--trb-blue);
  outline: 3px solid rgba(8, 120, 209, .12);
}
.trb-contact-consent {
  display: flex !important;
  align-items: flex-start;
  gap: 9px !important;
}
.trb-contact-consent input { margin-top: 4px; }
.trb-contact-consent span {
  color: var(--trb-muted) !important;
  font-weight: 500 !important;
  line-height: 1.7;
}
.trb-contact-layout button {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  border: 0;
  border-radius: 9px;
  color: #fff;
  background: var(--trb-blue);
  cursor: pointer;
  font: 800 .84rem/1 var(--trb-font-jp);
  box-shadow: 0 10px 24px rgba(8, 120, 209, .22);
}
.trb-contact-layout button:hover { background: var(--trb-blue-dark); }
.trb-contact-layout button i { font-style: normal; }
.trb-contact-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.trb-contact-notice {
  margin-bottom: 25px;
  padding: 18px 20px;
  border-radius: 10px;
}
.trb-contact-notice strong { font-size: .9rem; }
.trb-contact-notice p {
  margin: 5px 0 0;
  font-size: .78rem;
}
.trb-contact-notice.is-success {
  color: #135c3d;
  border: 1px solid #a6dbc3;
  background: #effaf5;
}
.trb-contact-notice.is-error {
  color: #8d2430;
  border: 1px solid #ebbbc0;
  background: #fff4f5;
}

@media (max-width: 1080px) {
  .trb-home-header { grid-template-columns: 1fr auto auto; }
  .trb-home-tools .trb-social-links--header { display: none; }
}

@media (max-width: 720px) {
  .trb-home-header {
    grid-template-columns: minmax(0, 1fr) auto;
  }
  .trb-home-tools { display: none; }
  .trb-home-header > .trb-home-brand {
    min-height: 52px;
    padding: 6px 10px;
    border-radius: 9px;
  }
  .trb-home-header > .trb-home-brand .trb-logo img { height: 36px; }
  .trb-setlist-day-grid { grid-template-columns: 1fr; }
  .trb-setlist-day-card__body { padding: 20px; }
  .trb-setlist-day-nav {
    top: 78px;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: thin;
  }
  .trb-setlist-day-nav a {
    flex: 0 0 auto;
    white-space: nowrap;
  }
  .trb-festival-setlists__day { scroll-margin-top: 145px; }
  .trb-festival-setlists__stage > header {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    min-height: 58px;
    padding: 12px 14px;
  }
  .trb-festival-setlists__stage > header b {
    grid-column: auto;
    margin: 0;
  }
  .trb-festival-setlist-item > summary {
    grid-template-columns: 58px minmax(0, 1fr) auto 24px;
    gap: 8px;
    min-height: 66px;
    padding: 12px 10px;
  }
  .trb-festival-setlist-item__status {
    grid-column: auto;
    justify-self: end;
    white-space: nowrap;
  }
  .trb-festival-setlist-item__body { padding: 0 12px 20px 76px; }
  .trb-festival-setlist-item__songs {
    margin-top: 12px;
    padding: 0;
    font-size: .88rem;
  }
  .trb-setlist-section h5 { padding: 0 0 7px; }
  .trb-setlist-section ol { padding: 6px 4px 0 34px; }
  .trb-setlist-section li { padding: 6px 2px; }
  .trb-contact-layout { grid-template-columns: 1fr; }
  .trb-contact-layout > aside,
  .trb-contact-layout form { padding: 27px 22px; }
}
.trb-season-event__meta span { padding: 4px 8px; border-radius: 999px; color: var(--trb-blue-dark); background: var(--trb-sky); font-size: max(.67rem, 11px); font-weight: 800; }
.trb-season-event h3 { margin: 8px 0 7px; padding: 0; border: 0; background: none; font-size: clamp(1.02rem, 1.8vw, 1.25rem); line-height: 1.5; }
.trb-season-event h3 a { color: var(--trb-navy); }
.trb-season-event p { margin: 0; color: #5b6c82; font-size: max(.8rem, 13px); line-height: 1.7; }
.trb-season-event__actions { display: grid; min-width: 132px; gap: 8px; }
.trb-season-event__actions a { display: flex; gap: 14px; align-items: center; justify-content: space-between; min-height: 42px; padding: 10px 13px; border: 1px solid #d5e2f2; border-radius: 8px; color: var(--trb-blue-dark); background: #fff; font-size: max(.74rem, 12px); font-weight: 800; }
.trb-season-event__actions a:first-child { border-color: var(--trb-blue); color: #fff; background: var(--trb-blue); }
.trb-season-event__actions i { font-style: normal; }
.trb-season-empty { padding: 34px; border: 1px dashed #b9cbe0; border-radius: 13px; background: #f8fbff; text-align: center; }
.trb-season-empty strong { color: var(--trb-navy); font-size: max(.95rem, 15px); }
.trb-season-empty p { margin: 8px 0 0; color: #63748a; font-size: max(.8rem, 13px); }
.trb-season-final { display: flex; gap: 30px; align-items: center; justify-content: space-between; margin-top: 12px; padding: 36px 40px; border-radius: var(--trb-radius-lg); color: #fff; background: linear-gradient(120deg, #07172d, #0d5baa); }
.trb-season-final span { color: #78cffd; font: 800 .6rem/1 var(--trb-font-en); letter-spacing: .15em; }
.trb-season-final h2 { margin: 9px 0 7px; padding: 0; border: 0; color: #fff; background: none; font-size: 1.45rem; }
.trb-season-final p { margin: 0; color: rgba(255, 255, 255, .75); font-size: max(.8rem, 13px); line-height: 1.75; }
.trb-season-final > div:last-child { display: flex; flex: 0 0 auto; gap: 9px; }
.trb-season-final a { padding: 13px 17px; border: 1px solid rgba(255, 255, 255, .35); border-radius: 9px; color: #fff; font-size: max(.76rem, 12px); font-weight: 900; }
.trb-season-final a:first-child { border-color: #fff; color: var(--trb-blue-dark); background: #fff; }
.trb-season-updated { margin: 17px 0 0; color: #718197; font-size: max(.72rem, 12px); text-align: right; }

@media (max-width: 1050px) {
  .trb-season-intro { grid-template-columns: 1fr; gap: 30px; }
  .trb-season-stats { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .trb-season-stats > div { grid-template-columns: 1fr; gap: 9px; border-right: 1px solid #e2ebf5; border-bottom: 0; }
  .trb-season-stats > div:last-child { border-right: 0; }
  .trb-season-event { grid-template-columns: 76px minmax(0, 1fr); }
  .trb-season-event__actions { display: flex; grid-column: 2; }
}

@media (max-width: 720px) {
  .trb-season-intro { gap: 24px; padding: 30px 22px; }
  .trb-season-intro h2 br { display: none; }
  .trb-season-stats { grid-template-columns: 1fr; }
  .trb-season-stats > div { grid-template-columns: 82px 1fr; border-right: 0; border-bottom: 1px solid #e2ebf5; }
  .trb-season-nav { grid-template-columns: 1fr; }
  .trb-season-nav a { min-height: 56px; border-right: 0; border-bottom: 1px solid var(--trb-line); }
  .trb-season-nav a:last-child { border-bottom: 0; }
  .trb-season-notice { grid-template-columns: 1fr; gap: 7px; margin-bottom: 48px; padding: 20px; }
  .trb-season-month { margin-bottom: 52px; }
  .trb-season-month > header { align-items: flex-start; flex-direction: column; gap: 10px; }
  .trb-season-event { grid-template-columns: 62px minmax(0, 1fr); gap: 15px; padding: 18px 16px; }
  .trb-season-date { min-height: 76px; }
  .trb-season-date strong { font-size: 2.2rem; }
  .trb-season-event__actions { display: grid; grid-column: 1 / -1; grid-template-columns: repeat(2, minmax(0, 1fr)); min-width: 0; }
  .trb-season-event__actions a:only-child { grid-column: 1 / -1; }
  .trb-season-final { display: grid; padding: 30px 24px; }
  .trb-season-final > div:last-child { display: grid; width: 100%; }
  .trb-season-final a { text-align: center; }
}

/* v0.17.6 — setlist hierarchy and artist archive */
.trb-festival-setlists__stage > header {
  min-height: 76px;
  padding: 17px 21px;
  border-radius: 11px;
}
.trb-festival-setlists__stage > header span {
  font-size: .58rem;
}
.trb-festival-setlists__stage > header h4 {
  font-size: clamp(1.35rem, 3vw, 1.72rem);
  font-weight: 900;
  letter-spacing: -.015em;
}
.trb-festival-setlist-item > summary {
  grid-template-columns: 88px minmax(0, 1fr) auto 42px;
  min-height: 82px;
}
.trb-festival-setlist-item__copy strong {
  font-size: 1.05rem;
}
.trb-festival-setlist-item__toggle {
  position: relative;
  display: grid;
  width: 38px;
  height: 38px;
  border: 1px solid #b9d8f1;
  border-radius: 50%;
  color: #fff;
  background: var(--trb-blue);
  box-shadow: 0 5px 14px rgba(10, 88, 158, .22);
  place-items: center;
  transition: transform .18s ease, background .18s ease;
}
.trb-festival-setlist-item__toggle::before {
  position: absolute;
  inset: -5px;
  width: auto;
  height: auto;
  border: 1px solid rgba(8, 120, 209, .25);
  border-radius: 50%;
  background: transparent;
  content: "";
  transform: none;
}
.trb-festival-setlist-item__toggle::after { display: none; }
.trb-festival-setlist-item__toggle svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}
.trb-festival-setlist-item[open] .trb-festival-setlist-item__toggle {
  color: var(--trb-blue);
  background: #fff;
  transform: rotate(-8deg);
}
.trb-festival-setlist-item__body {
  max-width: 860px;
  padding: 0 24px 30px 121px;
}
.trb-festival-setlist-item__songs {
  margin-top: 8px;
  padding: 18px 22px;
  border-left: 4px solid #9fd4f5;
  border-radius: 0 10px 10px 0;
  background: #f8fbfe;
}
.trb-setlist-section:has(> h5) {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}
.trb-setlist-section h5 {
  padding: 9px 10px;
  border: 0;
  border-radius: 7px;
  color: #fff;
  background: var(--trb-blue);
  text-align: center;
}
.trb-setlist-section ol {
  padding-top: 0;
}
.trb-setlist-section li {
  min-height: 39px;
  padding: 7px 4px;
  border-bottom: 1px solid #e4edf5;
}

.trb-artist-activity {
  display: grid;
  gap: 24px;
  margin-top: 24px;
}
.trb-artist-appearance-list,
.trb-artist-setlist-list {
  display: grid;
  border-top: 1px solid var(--trb-line);
}
.trb-artist-appearance {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) 20px;
  gap: 18px;
  align-items: center;
  min-height: 104px;
  padding: 18px 4px;
  border-bottom: 1px solid var(--trb-line);
  color: var(--trb-ink);
}
.trb-artist-appearance:hover,
.trb-artist-setlist-link:hover {
  background: #f5faff;
}
.trb-artist-appearance__state {
  padding: 7px 8px;
  border-radius: 6px;
  color: #fff;
  background: var(--trb-blue);
  font: 800 .54rem/1 var(--trb-font-en);
  letter-spacing: .08em;
  text-align: center;
}
.trb-artist-appearance__state.is-upcoming {
  color: #657386;
  background: #e9eef4;
}
.trb-artist-appearance > div {
  display: grid;
  min-width: 0;
  gap: 4px;
}
.trb-artist-appearance time,
.trb-artist-setlist-link time {
  color: var(--trb-blue);
  font-size: .72rem;
  font-weight: 800;
}
.trb-artist-appearance strong,
.trb-artist-setlist-link strong {
  color: var(--trb-navy);
  font-size: .95rem;
}
.trb-artist-appearance small,
.trb-artist-setlist-link span {
  color: var(--trb-muted);
  font-size: .75rem;
}
.trb-artist-appearance > i,
.trb-artist-setlist-link > i {
  color: var(--trb-blue);
  font: 500 1.35rem/1 var(--trb-font-en);
  font-style: normal;
}
.trb-artist-setlist-link {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr) auto 20px;
  gap: 18px;
  align-items: center;
  min-height: 84px;
  padding: 15px 4px;
  border-bottom: 1px solid var(--trb-line);
  color: var(--trb-ink);
}
.trb-artist-setlist-link > div {
  display: grid;
  min-width: 0;
  gap: 4px;
}
.trb-artist-setlist-link > b {
  padding: 6px 9px;
  border-radius: 6px;
  color: var(--trb-blue-dark);
  background: var(--trb-sky);
  font-size: .68rem;
}

/* v0.17.7 — clearer hierarchy and festival artist links */
.trb-festival-setlists__stage > header span {
  font-size: .78rem;
  letter-spacing: .18em;
}
.trb-festival-setlists__stage > header h4 {
  font-size: clamp(1.5rem, 3.3vw, 1.95rem);
}
.trb-setlist-section:has(> h5) {
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 16px;
}
.trb-setlist-section h5 {
  padding: 6px 8px;
  font-size: .72rem;
  line-height: 1.25;
}
.trb-festival-artist-link {
  display: inline-grid !important;
  grid-template-columns: minmax(0, 1fr) 14px;
  gap: 8px;
  align-items: center;
  min-height: 42px;
  padding: 9px 11px 9px 13px !important;
}
.trb-festival-artist-link > span {
  min-width: 0;
}
.trb-festival-artist-link > i {
  color: var(--trb-blue);
  font: 800 1rem/1 var(--trb-font-en);
  font-style: normal;
}
.trb-festival-artist-link:hover,
.trb-festival-artist-link:focus-visible {
  border-color: #9bc7e8;
  background: #eaf5ff;
}

@media (max-width: 720px) {
  .trb-festival-setlists__stage > header {
    min-height: 70px;
    padding: 14px 15px;
  }
  .trb-festival-setlists__stage > header h4 {
    font-size: 1.45rem;
  }
  .trb-festival-setlists__stage > header span { font-size: .72rem; }
  .trb-festival-setlist-item > summary {
    grid-template-columns: 52px minmax(0, 1fr) auto 38px;
    gap: 8px;
    min-height: 76px;
    padding: 11px 8px;
  }
  .trb-festival-setlist-item__copy small { display: none; }
  .trb-festival-setlist-item__copy strong {
    font-size: .94rem;
  }
  .trb-festival-setlist-item__toggle {
    width: 34px;
    height: 34px;
  }
  .trb-festival-setlist-item__body {
    max-width: none;
    padding: 0 10px 22px;
  }
  .trb-festival-setlist-item__songs {
    margin-top: 4px;
    padding: 16px 13px;
  }
  .trb-setlist-section:has(> h5) {
    display: block;
  }
  .trb-setlist-section h5 {
    display: inline-flex;
    min-width: 58px;
    justify-content: center;
    margin-bottom: 7px;
    padding: 5px 7px;
    font-size: .68rem;
  }
  .trb-setlist-section ol {
    padding: 0 4px 0 34px;
  }
  .trb-artist-appearance {
    grid-template-columns: 74px minmax(0, 1fr) 14px;
    gap: 10px;
  }
  .trb-artist-setlist-link {
    grid-template-columns: minmax(0, 1fr) auto 14px;
    gap: 10px;
  }
  .trb-artist-setlist-link > time {
    grid-column: 1 / -1;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .trb-festival-setlist-item:not([open]) .trb-festival-setlist-item__toggle::before {
    animation: trb-tap-hint 2.2s ease-out infinite;
  }
}
@keyframes trb-tap-hint {
  0%, 55% { opacity: .65; transform: scale(.86); }
  90%, 100% { opacity: 0; transform: scale(1.22); }
}

/* v0.17.8 — compact setlist sections, artist disclosure and artist finder */
.trb-festival-setlists__stage > header {
  min-height: 86px;
  gap: 14px;
  padding: 18px 22px;
}
.trb-festival-setlists__stage > header span {
  font-size: 1rem;
  letter-spacing: .2em;
}
.trb-festival-setlists__stage > header h4 {
  font-size: clamp(1.85rem, 4vw, 2.35rem);
  line-height: 1.15;
}
.trb-setlist-section:has(> h5) {
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 12px;
}
.trb-setlist-section h5,
.trb-setlist-section:has(> h5) h5 {
  min-width: 0;
  margin: 2px 0 0;
  padding: 4px 6px;
  border: 0;
  border-radius: 4px;
  color: #5d6978;
  background: #eef1f4;
  font-size: .64rem;
  line-height: 1.15;
  letter-spacing: .02em;
}

.trb-festival-artists-disclosure {
  margin-top: 28px;
  border-top: 1px solid var(--trb-line);
  border-bottom: 1px solid var(--trb-line);
}
.trb-festival-artists-disclosure > summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 34px;
  gap: 14px;
  align-items: center;
  min-height: 72px;
  padding: 14px 4px;
  cursor: pointer;
  list-style: none;
}
.trb-festival-artists-disclosure > summary::-webkit-details-marker { display: none; }
.trb-festival-artists-disclosure > summary > span {
  display: grid;
  gap: 5px;
}
.trb-festival-artists-disclosure > summary small {
  color: var(--trb-blue);
  font: 800 .58rem/1 var(--trb-font-en);
  letter-spacing: .16em;
}
.trb-festival-artists-disclosure > summary strong {
  color: var(--trb-navy);
  font-size: 1.05rem;
}
.trb-festival-artists-disclosure > summary b {
  color: var(--trb-muted);
  font-size: .72rem;
}
.trb-festival-artists-disclosure > summary i {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #edf6fd;
}
.trb-festival-artists-disclosure > summary i::before,
.trb-festival-artists-disclosure > summary i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  background: var(--trb-blue);
  content: "";
  transform: translate(-50%, -50%);
}
.trb-festival-artists-disclosure > summary i::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: opacity .18s ease;
}
.trb-festival-artists-disclosure[open] > summary i::after { opacity: 0; }
.trb-festival-artists-disclosure > .trb-chips {
  margin: 0;
  padding: 4px 0 22px;
}

.trb-setlist-find-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  margin-bottom: 28px;
  padding: 5px;
  border-radius: 12px;
  background: #edf2f7;
}
.trb-setlist-find-tabs button {
  min-height: 48px;
  padding: 10px 14px;
  border: 0;
  border-radius: 8px;
  color: #647184;
  background: transparent;
  font-family: inherit;
  font-size: .84rem;
  font-weight: 800;
  cursor: pointer;
}
.trb-setlist-find-tabs button[aria-selected="true"] {
  color: #fff;
  background: var(--trb-navy);
  box-shadow: 0 5px 14px rgba(7, 25, 47, .16);
}
.trb-setlist-find-panel[hidden] { display: none !important; }
.trb-setlist-festival-tools {
  display: grid;
  grid-template-columns: minmax(220px, 1.45fr) minmax(105px, .48fr) minmax(105px, .48fr) minmax(170px, .72fr) auto;
  gap: 12px;
  align-items: end;
  margin-bottom: 22px;
  padding: 18px;
  border: 1px solid #dce6ef;
  border-radius: 12px;
  background: #f7fafc;
}
.trb-setlist-festival-tools label {
  display: grid;
  gap: 7px;
}
.trb-setlist-festival-tools label > span {
  color: var(--trb-navy);
  font-size: .75rem;
  font-weight: 800;
}
.trb-setlist-festival-tools input,
.trb-setlist-festival-tools select {
  width: 100%;
  min-height: 48px;
  padding: 10px 13px;
  border: 1px solid #cbd9e6;
  border-radius: 8px;
  color: var(--trb-ink);
  background: #fff;
  font: 600 .86rem/1.4 inherit;
}
.trb-setlist-festival-tools input:focus,
.trb-setlist-festival-tools select:focus {
  border-color: var(--trb-blue);
  box-shadow: 0 0 0 3px rgba(8, 120, 209, .12);
  outline: none;
}
.trb-setlist-festival-tools button {
  min-height: 48px;
  padding: 10px 16px;
  border: 1px solid #b9c9d8;
  border-radius: 8px;
  color: var(--trb-navy);
  background: #fff;
  font: 800 .78rem/1 inherit;
  cursor: pointer;
}
.trb-setlist-festival-search__field {
  position: relative;
  display: block;
  min-width: 0;
}
.trb-festival-suggestions {
  position: absolute;
  z-index: 30;
  top: calc(100% + 6px);
  right: 0;
  left: 0;
  overflow: auto;
  max-height: 330px;
  border: 1px solid #cbd7e6;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(17, 31, 53, .16);
}
.trb-festival-suggestions[hidden] { display: none !important; }
.trb-festival-suggestions button {
  display: block;
  width: 100%;
  min-height: 48px;
  padding: 10px 13px;
  border: 0;
  border-bottom: 1px solid #e8edf4;
  border-radius: 0;
  color: var(--trb-navy);
  background: #fff;
  font: 800 .82rem/1.45 inherit;
  text-align: left;
  white-space: normal;
  cursor: pointer;
  box-shadow: none;
}
.trb-festival-suggestions button:last-child { border-bottom: 0; }
.trb-festival-suggestions button:hover,
.trb-festival-suggestions button.is-active { color: var(--trb-blue); background: #edf5ff; }
.trb-setlist-festival-empty {
  margin: 0 0 20px;
  padding: 24px;
  border-radius: 10px;
  color: var(--trb-muted);
  background: #f4f7fa;
  text-align: center;
  font-weight: 700;
}
.trb-setlist-permalink {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-top: 18px;
  padding: 13px 15px;
  border-radius: 8px;
  color: #fff !important;
  background: var(--trb-blue);
  font-size: .78rem;
  font-weight: 800;
  text-decoration: none !important;
}
.trb-setlist-artist-finder {
  display: grid;
  gap: 24px;
}
.trb-setlist-artist-search {
  position: relative;
  display: grid;
  gap: 8px;
}
.trb-setlist-artist-search > span {
  color: var(--trb-navy);
  font-size: .78rem;
  font-weight: 800;
}
.trb-setlist-artist-search input {
  width: 100%;
  min-height: 54px;
  padding: 12px 48px 12px 16px;
  border: 1px solid #cbd9e6;
  border-radius: 10px;
  color: var(--trb-ink);
  background: #fff;
  font-family: inherit;
  font-size: .9rem;
  outline: none;
}
.trb-setlist-artist-search input:focus {
  border-color: var(--trb-blue);
  box-shadow: 0 0 0 3px rgba(8, 120, 209, .12);
}
.trb-setlist-artist-search i {
  position: absolute;
  right: 19px;
  bottom: 18px;
  width: 15px;
  height: 15px;
  border: 2px solid var(--trb-blue);
  border-radius: 50%;
}
.trb-setlist-artist-search i::after {
  position: absolute;
  right: -5px;
  bottom: -3px;
  width: 7px;
  height: 2px;
  background: var(--trb-blue);
  content: "";
  transform: rotate(45deg);
}
@media (max-width: 1100px) {
  .trb-setlist-festival-tools {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .trb-setlist-festival-search { grid-column: 1 / -1; }
  .trb-setlist-festival-tools > button { grid-column: 1 / -1; }
}
@media (max-width: 720px) {
  .trb-setlist-festival-tools {
    grid-template-columns: 1fr;
    padding: 14px;
  }
  .trb-setlist-festival-search,
  .trb-setlist-festival-tools > button { grid-column: auto; }
}
.trb-setlist-kana-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.trb-setlist-kana-nav a {
  display: grid;
  min-width: 42px;
  min-height: 40px;
  padding: 8px 10px;
  border: 1px solid #d6e2ed;
  border-radius: 7px;
  color: var(--trb-blue-dark);
  background: #fff;
  font-size: .76rem;
  font-weight: 800;
  place-items: center;
}
.trb-setlist-kana-nav a:hover {
  border-color: #9bc9ea;
  background: #edf7ff;
}
.trb-setlist-kana-groups {
  display: grid;
  gap: 30px;
}
.trb-setlist-kana-group {
  scroll-margin-top: 130px;
}
.trb-setlist-kana-group > h3 {
  margin: 0 0 8px;
  padding: 0 0 9px;
  border-bottom: 3px solid var(--trb-navy);
  color: var(--trb-navy);
  font-size: 1.25rem;
}
.trb-setlist-kana-group > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 24px;
}
.trb-setlist-artist-result {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 14px;
  gap: 12px;
  align-items: center;
  min-height: 72px;
  padding: 12px 4px;
  border-bottom: 1px solid var(--trb-line);
  color: var(--trb-ink);
}
.trb-setlist-artist-result > span {
  display: grid;
  min-width: 0;
  gap: 3px;
}
.trb-setlist-artist-result strong {
  color: var(--trb-navy);
  font-size: .9rem;
}
.trb-setlist-artist-result small {
  color: var(--trb-muted);
  font-size: .68rem;
}
.trb-setlist-artist-result > b {
  padding: 5px 8px;
  border-radius: 5px;
  color: var(--trb-blue-dark);
  background: var(--trb-sky);
  font-size: .65rem;
}
.trb-setlist-artist-result > i {
  color: var(--trb-blue);
  font: 800 1.1rem/1 var(--trb-font-en);
  font-style: normal;
}
.trb-setlist-artist-result:hover { background: #f6faff; }
.trb-setlist-artist-empty {
  margin: 0;
  padding: 24px;
  border-radius: 10px;
  color: var(--trb-muted);
  background: #f4f7fa;
  text-align: center;
}

@media (max-width: 720px) {
  .trb-festival-setlists__stage > header {
    min-height: 80px;
    gap: 9px;
    padding: 15px;
  }
  .trb-festival-setlists__stage > header span { font-size: .86rem; }
  .trb-festival-setlists__stage > header h4 { font-size: 1.72rem; }
  .trb-setlist-section:has(> h5) {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 8px;
  }
  .trb-setlist-section h5,
  .trb-setlist-section:has(> h5) h5 {
    display: block;
    min-width: 0;
    margin: 2px 0 0;
    padding: 4px;
    font-size: .6rem;
    text-align: center;
  }
  .trb-setlist-section ol { padding: 0 0 0 31px; }
  .trb-festival-artists-disclosure > summary { min-height: 66px; }
  .trb-setlist-find-tabs button {
    min-height: 44px;
    padding: 9px 6px;
    font-size: .76rem;
  }
  .trb-setlist-kana-nav { gap: 6px; }
  .trb-setlist-kana-nav a {
    flex: 1 0 40px;
    min-width: 38px;
    min-height: 38px;
    padding: 7px;
  }
  .trb-setlist-kana-group > div { grid-template-columns: 1fr; }
  .trb-setlist-artist-result { min-height: 66px; }
}

/* v0.17.9 — borderless festival artists, stable artist finder and SE sections */
.trb-festival-artists-disclosure > .trb-chips {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
}
.trb-festival-artists-disclosure > .trb-chips .trb-festival-artist-link {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 16px;
  gap: 10px;
  align-items: center;
  min-width: 0;
  min-height: 48px;
  padding: 10px 2px;
  border: 0;
  border-bottom: 1px solid var(--trb-line);
  border-radius: 0;
  color: var(--trb-ink);
  background: transparent;
  box-shadow: none;
  font-size: .78rem;
  font-weight: 700;
}
.trb-festival-artists-disclosure > .trb-chips .trb-festival-artist-link:hover {
  color: var(--trb-blue-dark);
  background: transparent;
}
.trb-festival-artists-disclosure .trb-festival-artist-link > span {
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  background: transparent;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.trb-festival-artists-disclosure .trb-festival-artist-link > i {
  color: var(--trb-blue);
  font: 800 1rem/1 var(--trb-font-en);
  font-style: normal;
  text-align: right;
}

.trb-setlist-find-panel[data-trb-setlist-panel="artist"] {
  position: relative;
  clear: both;
  width: 100%;
  min-width: 0;
}
.trb-setlist-artist-finder,
.trb-setlist-artist-finder * {
  box-sizing: border-box;
}
.trb-setlist-artist-finder {
  display: block;
  width: 100%;
  min-width: 0;
}
.trb-setlist-artist-finder__heading {
  display: block;
  margin: 0 0 24px;
  padding: 0 0 18px;
  border-bottom: 1px solid var(--trb-line);
}
.trb-setlist-artist-finder__heading > span {
  display: block;
  margin-bottom: 8px;
  color: var(--trb-blue);
  font: 800 .58rem/1 var(--trb-font-en);
  letter-spacing: .17em;
}
.trb-setlist-artist-finder__heading h2 {
  margin: 0;
  padding: 0;
  border: 0;
  color: var(--trb-navy);
  background: transparent;
  font-size: clamp(1.25rem, 2.4vw, 1.65rem);
  line-height: 1.3;
}
.trb-setlist-artist-finder__heading p {
  margin: 8px 0 0;
  color: var(--trb-muted);
  font-size: .76rem;
  line-height: 1.7;
}
.trb-setlist-artist-tools {
  display: grid;
  grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr);
  gap: 28px;
  align-items: start;
  width: 100%;
  min-width: 0;
  margin-bottom: 34px;
}
.trb-setlist-artist-search,
.trb-setlist-kana-filter {
  position: static;
  display: grid;
  min-width: 0;
  gap: 9px;
  margin: 0;
}
.trb-setlist-artist-search > span:first-child,
.trb-setlist-kana-filter > span {
  color: var(--trb-navy);
  font-size: .76rem;
  font-weight: 800;
  line-height: 1.4;
}
.trb-setlist-artist-search__field {
  position: relative;
  display: block;
  min-width: 0;
}
.trb-setlist-artist-search__field input {
  position: static;
  display: block;
  width: 100%;
  max-width: none;
  min-height: 48px;
  margin: 0;
  padding: 10px 44px 10px 14px;
}
.trb-setlist-artist-search__field i {
  position: absolute;
  right: 17px;
  top: 50%;
  bottom: auto;
  margin: 0;
  pointer-events: none;
  transform: translateY(-50%);
}
.trb-artist-suggestions {
  position: absolute;
  z-index: 30;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  overflow: auto;
  max-height: 330px;
  border: 1px solid #cbd7e6;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(17, 31, 53, .16);
}
.trb-artist-suggestions[hidden] { display: none !important; }
.trb-artist-suggestions a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 48px;
  padding: 10px 13px;
  border-bottom: 1px solid #e8edf4;
  color: var(--trb-navy);
  text-decoration: none;
}
.trb-artist-suggestions a:last-child { border-bottom: 0; }
.trb-artist-suggestions a:hover,
.trb-artist-suggestions a.is-active { background: #edf5ff; color: var(--trb-blue); }
.trb-artist-suggestions a strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: .82rem; }
.trb-artist-suggestions a span { flex: none; color: #64748b; font-size: .7rem; font-weight: 800; }
.trb-setlist-kana-filter .trb-setlist-kana-nav {
  width: 100%;
  min-width: 0;
}
.trb-setlist-kana-groups {
  clear: both;
  width: 100%;
  min-width: 0;
}

@media (max-width: 720px) {
  .trb-home-years { display: grid; gap: 12px; margin: 14px 0 22px; padding: 14px; }
  .trb-home-years > span { min-width: 0; }
  .trb-home-years > div { justify-content: flex-start; gap: 7px; }
  .trb-home-years a { min-height: 34px; padding: 0 11px; line-height: 32px; }
  .trb-festival-artists-disclosure > .trb-chips {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .trb-setlist-artist-finder__heading {
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
  .trb-setlist-artist-tools {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    margin-bottom: 28px;
  }
  .trb-setlist-artist-search__field input {
    min-height: 50px;
    font-size: 16px;
  }
  .trb-setlist-kana-filter .trb-setlist-kana-nav {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 6px;
  }
  .trb-setlist-kana-filter .trb-setlist-kana-nav a {
    min-width: 0;
    width: 100%;
    padding: 7px 3px;
  }
}

@media (max-width: 390px) {
  .trb-setlist-kana-filter .trb-setlist-kana-nav {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

/* v0.17.10 — unnumbered SE, mobile alignment and formal-name artist index */
.trb-festival-setlists__stage > header {
  align-items: center;
}
.trb-setlist-section.is-se ol,
.trb-setlist-section.is-se ol.is-unnumbered {
  padding-left: 0;
  list-style: none;
}
.trb-setlist-section.is-se li::marker {
  content: "";
}
.trb-setlist-kana-group > h3 {
  border-bottom-color: #78bee9;
  color: var(--trb-blue-dark);
}
.trb-setlist-artist-result {
  border-bottom-color: #d9e8f2;
}

@media (max-width: 720px) {
  .trb-festival-setlists__stage > header {
    align-items: center;
  }
  .trb-setlist-section:has(> h5) {
    display: block;
  }
  .trb-setlist-section h5,
  .trb-setlist-section:has(> h5) h5 {
    display: inline-flex;
    width: auto;
    min-width: 42px;
    margin: 0 0 5px;
    padding: 3px 6px;
    align-items: center;
    justify-content: center;
  }
  .trb-setlist-section ol,
  .trb-setlist-section:has(> h5) ol {
    padding: 0 0 0 29px;
  }
  .trb-setlist-section.is-se ol,
  .trb-setlist-section.is-se ol.is-unnumbered {
    padding-left: 2px;
  }
}

/* v0.17.11 — brighter navigation, unified header and optical stage alignment */
.trb-home-header {
  border-bottom-color: rgba(255, 255, 255, .22);
  background: linear-gradient(112deg, #0868c9 0%, #087fd6 58%, #16a0df 100%);
  box-shadow: 0 7px 24px rgba(7, 74, 145, .22);
}
.trb-home-header > .trb-home-brand {
  min-height: 0;
  padding: 5px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.trb-home-header > .trb-home-brand .trb-logo img {
  height: 47px;
  filter: brightness(0) invert(1);
}
.trb-home-header .trb-home-nav a {
  color: rgba(255, 255, 255, .9);
}
.trb-home-header .trb-home-nav a::after {
  background: #fff;
}
.trb-home-header .trb-home-nav a:hover {
  color: #fff;
}
.trb-home-header .trb-home-login {
  color: #0868c9;
  background: #fff;
  box-shadow: 0 8px 18px rgba(3, 54, 111, .2);
}
.trb-home-header .trb-home-login:hover {
  color: #0758aa;
  background: #f2f9ff;
}
.trb-home-header .trb-social-links--header a {
  color: #fff;
  border-color: rgba(255, 255, 255, .4);
  background: rgba(255, 255, 255, .12);
}
.trb-home-header .trb-social-links--header a:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, .24);
}
.trb-home-header .trb-home-mobile-nav summary {
  border-color: rgba(255, 255, 255, .5);
  background: rgba(255, 255, 255, .12);
}
.trb-home-header .trb-home-mobile-nav summary span,
.trb-home-header .trb-home-mobile-nav summary span::before,
.trb-home-header .trb-home-mobile-nav summary span::after {
  background: #fff;
}

.trb-setlist-find-tabs {
  gap: 8px;
  padding: 6px;
  border: 1px solid #c9e6f8;
  background: #f1f9ff;
}
.trb-setlist-find-tabs button {
  color: #17629d;
  background: #e2f3ff;
}
.trb-setlist-find-tabs button:hover {
  color: #084f91;
  background: #d3edff;
}
.trb-setlist-find-tabs button[aria-selected="true"] {
  color: #fff;
  background: linear-gradient(110deg, #0874d1, #16a0df);
  box-shadow: 0 6px 16px rgba(8, 116, 209, .22);
}

.trb-setlist-kana-filter .trb-setlist-kana-nav {
  gap: 9px;
}
.trb-setlist-kana-filter .trb-setlist-kana-nav a {
  min-width: 46px;
  min-height: 38px;
  padding: 7px 13px;
  border: 0;
  border-radius: 999px;
  color: #12619f;
  background: #e8f5ff;
  box-shadow: inset 0 0 0 1px rgba(18, 104, 232, .1);
  transition: color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease;
}
.trb-setlist-kana-filter .trb-setlist-kana-nav a:hover,
.trb-setlist-kana-filter .trb-setlist-kana-nav a:focus-visible {
  color: #fff;
  background: #148bd5;
  box-shadow: 0 5px 12px rgba(20, 139, 213, .2);
  outline: none;
  transform: translateY(-1px);
}

.trb-festival-setlists__stage > header {
  display: grid;
  grid-template-columns: minmax(86px, auto) minmax(0, 1fr) auto;
  gap: 18px;
  min-height: 96px;
  padding: 18px 24px;
  align-items: center;
}
.trb-festival-setlists__stage > header span {
  align-self: center;
  font-size: .9rem;
  line-height: 1;
}
.trb-festival-setlists__stage > header h4 {
  align-self: center;
  margin: 0;
  font-size: clamp(1.9rem, 4vw, 2.45rem);
  line-height: 1.08;
  transform: translateY(-2px);
}
.trb-festival-setlists__stage > header b {
  align-self: center;
  margin-left: 0;
}

@media (max-width: 720px) {
  .trb-home-header > .trb-home-brand {
    min-height: 0;
    padding: 4px 0;
  }
  .trb-home-header > .trb-home-brand .trb-logo img {
    height: 40px;
  }
  .trb-setlist-find-tabs {
    gap: 6px;
    padding: 5px;
  }
  .trb-setlist-find-tabs button {
    min-height: 46px;
    padding: 9px 7px;
    font-size: .78rem;
  }
  .trb-setlist-kana-filter .trb-setlist-kana-nav {
    display: flex;
    gap: 7px;
  }
  .trb-setlist-kana-filter .trb-setlist-kana-nav a {
    flex: 0 1 auto;
    width: auto;
    min-width: 44px;
    min-height: 38px;
    padding: 7px 10px;
  }
  .trb-festival-setlists__stage > header {
    grid-template-columns: 72px minmax(0, 1fr) auto;
    gap: 10px;
    min-height: 92px;
    padding: 16px 18px;
    align-items: center;
  }
  .trb-festival-setlists__stage > header span {
    font-size: .78rem;
  }
  .trb-festival-setlists__stage > header h4 {
    font-size: clamp(1.58rem, 7vw, 1.92rem);
    line-height: 1.08;
    transform: translateY(-2px);
  }
}

/* v0.17.12 — red brand header, cleaner headings, richer outfit guide and live setlist totals */
.trb-home-header {
  border-bottom-color: rgba(255, 255, 255, .2);
  background: linear-gradient(112deg, #050609 0%, #111318 58%, #24272e 100%);
  box-shadow: 0 7px 24px rgba(3, 4, 7, .3);
}
.trb-home-header > .trb-home-brand .trb-logo img {
  filter: none;
}
.trb-home-header .trb-home-login {
  color: #fff;
  background: #c91924;
  box-shadow: 0 8px 18px rgba(116, 5, 13, .3);
}
.trb-home-header .trb-home-login:hover {
  color: #fff;
  background: #a81019;
}

/* Cocoonなどテーマ側の見出し装飾を専用ページ内で残さない。 */
.trb-site .trb-setlist-kana-group > h3,
.trb-site .trb-box-heading h2,
.trb-site .trb-guide-heading h2,
.trb-site .trb-outfit-section > header h2 {
  border-left: 0 !important;
  background-image: none !important;
  box-shadow: none !important;
}
.trb-site .trb-setlist-kana-group > h3::before,
.trb-site .trb-setlist-kana-group > h3::after,
.trb-site .trb-box-heading h2::before,
.trb-site .trb-guide-heading h2::before,
.trb-site .trb-outfit-section > header h2::before {
  display: none !important;
  content: none !important;
}
.trb-setlist-kana-group > h3 {
  display: flex;
  align-items: center;
  min-height: 54px;
  margin: 0 0 8px;
  padding: 8px 14px;
  border: 0;
  border-bottom: 3px solid #168bd2;
  border-radius: 10px 10px 0 0;
  color: #0b5f9f;
  background: linear-gradient(90deg, #edf8ff, #fff 72%);
  font-size: 1.3rem;
}

.trb-setlist-day-card__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 15px 0 0 !important;
}
.trb-setlist-day-card__stats > span {
  display: inline-flex;
  gap: 5px;
  align-items: baseline;
  padding: 7px 10px;
  border-radius: 8px;
  color: #4e5d70;
  background: #f1f5f9;
  font-size: .7rem;
  font-weight: 800;
}
.trb-setlist-day-card__stats b {
  color: var(--trb-navy);
  font: 900 .88rem/1 var(--trb-font-en);
}

.trb-outfit-quick {
  margin-top: 18px;
  padding: 26px;
  border-radius: 15px;
  background: #fff;
  box-shadow: var(--trb-shadow-sm);
}
.trb-outfit-quick__heading {
  max-width: 830px;
  margin-bottom: 18px;
}
.trb-outfit-quick__heading strong {
  display: block;
  color: var(--trb-navy);
  font-size: 1rem;
}
.trb-outfit-quick__heading p {
  margin: 7px 0 0;
  color: var(--trb-muted);
  font-size: .76rem;
  line-height: 1.85;
}
.trb-outfit-quick__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.trb-outfit-quick__grid article {
  min-width: 0;
  padding: 19px;
  border-radius: 11px;
  background: #f7f9fc;
}
.trb-outfit-quick__grid b,
.trb-outfit-section > header > span,
.trb-outfit-intro > div > span,
.trb-outfit-route > div > span {
  color: #168bd2;
  font: 900 .61rem/1 var(--trb-font-en);
  letter-spacing: .15em;
}
.trb-outfit-quick__grid h3 {
  margin: 12px 0 7px;
  color: var(--trb-navy);
  font-size: .88rem;
}
.trb-outfit-quick__grid p {
  margin: 0;
  color: var(--trb-muted);
  font-size: .72rem;
  line-height: 1.8;
}
.trb-outfit-quick > a {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  margin-top: 18px;
  color: #0b67ad;
  font-size: .75rem;
  font-weight: 900;
}
.trb-outfit-quick > a i { font-style: normal; }

.trb-outfit-guide {
  width: 100%;
  min-width: 0;
  color: var(--trb-ink);
}
.trb-outfit-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 38px;
  align-items: center;
  overflow: hidden;
  padding: 44px 48px;
  border: 1px solid #cce7f7;
  border-radius: var(--trb-radius-lg);
  background: linear-gradient(135deg, #fff 0%, #f3faff 62%, #e8f5fd 100%);
  box-shadow: var(--trb-shadow-sm);
}
.trb-outfit-intro h2 {
  max-width: 820px;
  margin: 12px 0 14px;
  padding: 0;
  border: 0;
  color: var(--trb-navy);
  background: none;
  font-size: clamp(1.8rem, 3.2vw, 2.7rem);
  line-height: 1.38;
}
.trb-outfit-intro p {
  max-width: 820px;
  margin: 0;
  color: var(--trb-muted);
  font-size: .9rem;
  line-height: 1.95;
}
.trb-outfit-intro__keys {
  display: grid;
  overflow: hidden;
  border: 1px solid #d4eaf7;
  border-radius: 16px;
  background: rgba(255, 255, 255, .82);
}
.trb-outfit-intro__keys span {
  display: flex;
  gap: 11px;
  align-items: center;
  min-height: 58px;
  padding: 0 17px;
  border-bottom: 1px solid #deedf7;
  color: var(--trb-navy);
  font-size: .76rem;
  font-weight: 800;
}
.trb-outfit-intro__keys span:last-child { border-bottom: 0; }
.trb-outfit-intro__keys b {
  color: #168bd2;
  font: 900 .64rem/1 var(--trb-font-en);
}
.trb-outfit-nav {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  overflow: hidden;
  margin: 18px 0 64px;
  border: 1px solid var(--trb-line);
  border-radius: 13px;
  background: #fff;
  box-shadow: var(--trb-shadow-sm);
}
.trb-outfit-nav a {
  display: flex;
  gap: 9px;
  align-items: center;
  justify-content: center;
  min-height: 68px;
  padding: 10px;
  border-right: 1px solid var(--trb-line);
  color: var(--trb-ink);
  font-size: .76rem;
  font-weight: 800;
  text-align: center;
}
.trb-outfit-nav a:last-child { border-right: 0; }
.trb-outfit-nav a:hover { color: #0b67ad; background: #f1f9ff; }
.trb-outfit-nav b { color: #168bd2; font: 900 .61rem/1 var(--trb-font-en); }
.trb-outfit-section {
  width: 100%;
  min-width: 0;
  margin-top: 70px;
  scroll-margin-top: 110px;
}
.trb-outfit-section > header {
  max-width: 850px;
  margin-bottom: 27px;
}
.trb-outfit-section > header h2 {
  margin: 10px 0 9px;
  padding: 0;
  border: 0;
  color: var(--trb-navy);
  background: none;
  font-size: clamp(1.55rem, 2.8vw, 2.15rem);
  line-height: 1.42;
}
.trb-outfit-section > header p {
  margin: 0;
  color: var(--trb-muted);
  font-size: .84rem;
  line-height: 1.9;
}
.trb-outfit-basics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}
.trb-outfit-basics article,
.trb-outfit-venue article {
  padding: 27px;
  border: 1px solid var(--trb-line);
  border-radius: 13px;
  background: #fff;
  box-shadow: var(--trb-shadow-sm);
}
.trb-outfit-basics b,
.trb-outfit-venue b {
  color: #168bd2;
  font: 900 .61rem/1 var(--trb-font-en);
  letter-spacing: .15em;
}
.trb-outfit-basics h3,
.trb-outfit-venue h3 {
  margin: 14px 0 9px;
  color: var(--trb-navy);
  font-size: 1rem;
}
.trb-outfit-basics p,
.trb-outfit-venue p {
  margin: 0;
  color: var(--trb-muted);
  font-size: .76rem;
  line-height: 1.88;
}
.trb-outfit-scenarios {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}
.trb-outfit-scenarios article {
  padding: 27px;
  border: 1px solid var(--trb-line);
  border-top: 4px solid #168bd2;
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--trb-shadow-sm);
}
.trb-outfit-scenarios article.is-summer { border-top-color: #ed9c1d; }
.trb-outfit-scenarios article.is-rain { border-top-color: #2784d9; }
.trb-outfit-scenarios article.is-cold { border-top-color: #6868c5; }
.trb-outfit-scenarios > article > b { color: var(--trb-soft); font-size: .69rem; }
.trb-outfit-scenarios h3 { margin: 10px 0 15px; color: var(--trb-navy); font-size: 1.05rem; }
.trb-outfit-scenarios ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}
.trb-outfit-scenarios li {
  padding: 6px 8px;
  border-radius: 6px;
  color: #47566b;
  background: #f3f6f9;
  font-size: .68rem;
  font-weight: 700;
}
.trb-outfit-scenarios p {
  margin: 0;
  color: var(--trb-muted);
  font-size: .75rem;
  line-height: 1.85;
}
.trb-outfit-venue {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.trb-outfit-detail-list,
.trb-outfit-checklist {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.trb-outfit-detail-list li {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  padding: 23px 25px;
  border-bottom: 1px solid var(--trb-line);
  background: #fff;
}
.trb-outfit-detail-list li > b {
  color: #0b67ad;
  font-size: .8rem;
}
.trb-outfit-detail-list h3 {
  margin: 0 0 6px;
  color: var(--trb-navy);
  font-size: .94rem;
}
.trb-outfit-detail-list p {
  margin: 0;
  color: var(--trb-muted);
  font-size: .76rem;
  line-height: 1.85;
}
.trb-outfit-checklist {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.trb-outfit-checklist li {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  min-height: 72px;
  padding: 17px 19px;
  border: 1px solid var(--trb-line);
  border-radius: 11px;
  background: #fff;
}
.trb-outfit-checklist i {
  width: 24px;
  height: 24px;
  border: 2px solid #9dcced;
  border-radius: 7px;
  background: #f2f9ff;
}
.trb-outfit-checklist span {
  color: #3f4e62;
  font-size: .76rem;
  font-weight: 700;
  line-height: 1.7;
}
.trb-outfit-route {
  display: flex;
  gap: 28px;
  align-items: center;
  justify-content: space-between;
  margin-top: 70px;
  padding: 36px 38px;
  border-radius: var(--trb-radius-lg);
  color: #fff;
  background: linear-gradient(120deg, #063a68, #148bd5);
}
.trb-outfit-route h2 {
  margin: 10px 0 8px;
  padding: 0;
  border: 0;
  color: #fff;
  background: none;
  font-size: 1.4rem;
}
.trb-outfit-route p {
  max-width: 640px;
  margin: 0;
  color: rgba(255, 255, 255, .73);
  font-size: .77rem;
  line-height: 1.8;
}
.trb-outfit-route nav {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
}
.trb-outfit-route a {
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 8px;
  color: #fff;
  font-size: .72rem;
  font-weight: 900;
  white-space: nowrap;
}
.trb-outfit-route a:first-child { color: #0b67ad; background: #fff; }
.trb-outfit-route i { font-style: normal; }

@media (max-width: 900px) {
  .trb-outfit-quick__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trb-outfit-intro { grid-template-columns: minmax(0, 1fr); }
  .trb-outfit-intro__keys { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .trb-outfit-intro__keys span { border-right: 1px solid #deedf7; border-bottom: 0; }
  .trb-outfit-intro__keys span:last-child { border-right: 0; }
  .trb-outfit-scenarios,
  .trb-outfit-venue { grid-template-columns: 1fr; }
  .trb-outfit-route { display: grid; }
}

@media (max-width: 720px) {
  .trb-site,
  .trb-site .trb-subpage-content,
  .trb-site .trb-beginner-guide,
  .trb-site .trb-guide-section,
  .trb-site .trb-outfit-guide,
  .trb-site .trb-outfit-section {
    min-width: 0;
  }
  .trb-site .trb-guide-section,
  .trb-site .trb-outfit-section,
  .trb-site .trb-guide-heading,
  .trb-site .trb-outfit-section > header {
    width: 100%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    transform: none;
  }
  .trb-site .trb-guide-grid > div,
  .trb-site .trb-guide-checklist li,
  .trb-site .trb-outfit-basics article,
  .trb-site .trb-outfit-scenarios article,
  .trb-site .trb-outfit-venue article {
    width: 100%;
    min-width: 0;
    margin-right: 0;
    margin-left: 0;
  }
  .trb-setlist-day-card__stats { gap: 6px; }
  .trb-setlist-day-card__stats > span { flex: 1 1 0; justify-content: center; }
  .trb-setlist-kana-group > h3 {
    min-height: 50px;
    padding: 7px 12px;
    font-size: 1.2rem;
  }
  .trb-outfit-quick { padding: 20px 16px; }
  .trb-outfit-quick__grid,
  .trb-outfit-basics,
  .trb-outfit-checklist { grid-template-columns: 1fr; }
  .trb-outfit-intro { padding: 31px 21px; }
  .trb-outfit-intro p { font-size: .84rem; }
  .trb-outfit-intro__keys { grid-template-columns: 1fr; }
  .trb-outfit-intro__keys span {
    border-right: 0;
    border-bottom: 1px solid #deedf7;
  }
  .trb-outfit-nav {
    grid-template-columns: 1fr;
    margin-bottom: 48px;
  }
  .trb-outfit-nav a {
    justify-content: flex-start;
    min-height: 51px;
    padding: 0 17px;
    border-right: 0;
    border-bottom: 1px solid var(--trb-line);
    text-align: left;
  }
  .trb-outfit-nav a:last-child { border-bottom: 0; }
  .trb-outfit-section { margin-top: 52px; }
  .trb-outfit-basics article,
  .trb-outfit-scenarios article,
  .trb-outfit-venue article { padding: 22px 19px; }
  .trb-outfit-detail-list li {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 20px 17px;
  }
  .trb-outfit-route {
    padding: 29px 21px;
  }
  .trb-outfit-route nav {
    display: grid;
    width: 100%;
  }
  .trb-outfit-route a { text-align: center; }
}

/* v0.17.14 — stable home cards, artist indexing and calendar outline */
/*
 * Cocoonなどテーマ側の見出し装飾がトップカードへ混ざると、
 * 見出しだけ左線付きの四角になるため、トップ内の見出しを初期化する。
 */
.trb-home .trb-home-panel h2,
.trb-home .trb-home-fes-card h3,
.trb-home .trb-home-guide h3,
.trb-home .trb-home-cta h2,
.trb-home .trb-home-cta h3 {
  margin-left: 0;
  padding-left: 0;
  border-left: 0 !important;
  border-radius: 0;
  background-image: none !important;
  box-shadow: none !important;
}
.trb-home .trb-home-panel h2::before,
.trb-home .trb-home-panel h2::after,
.trb-home .trb-home-fes-card h3::before,
.trb-home .trb-home-fes-card h3::after,
.trb-home .trb-home-guide h3::before,
.trb-home .trb-home-guide h3::after,
.trb-home .trb-home-cta h2::before,
.trb-home .trb-home-cta h2::after,
.trb-home .trb-home-cta h3::before,
.trb-home .trb-home-cta h3::after {
  display: none !important;
  content: none !important;
}

/* PCトップの主要な四角を同じ角丸と線幅で固定する。 */
@media (min-width: 721px) {
  .trb-home-filters,
  .trb-home-panel,
  .trb-home-cta {
    border-width: 1px;
    border-radius: 16px;
  }
  .trb-home-fes-card,
  .trb-home-guide {
    border-width: 1px;
    border-radius: 13px;
  }
  .trb-home-filters a,
  .trb-home-search input[type="search"],
  .trb-home-search button,
  .trb-home-cta a {
    appearance: none;
    -webkit-appearance: none;
    box-shadow: none;
  }
}

/* ヒーローの2ボタンはテーマの赤いリンクホバーを受けない。 */
.trb-home .trb-btn--blue:hover,
.trb-home .trb-btn--blue:focus-visible {
  color: #fff !important;
  background: #086fc4;
}
.trb-home .trb-btn--white:hover,
.trb-home .trb-btn--white:focus-visible {
  color: #fff !important;
  border-color: #168bd2;
  background: #168bd2;
}

/* 黒いヘッダーは維持し、フェスカレンダーだけ青い枠で区別する。 */
.trb-home-header .trb-home-login {
  border: 2px solid #168bd2;
  color: #fff;
  background: rgba(22, 139, 210, .12);
  box-shadow: 0 7px 18px rgba(3, 80, 143, .2);
}
.trb-home-header .trb-home-login:hover,
.trb-home-header .trb-home-login:focus-visible {
  border-color: #36a9ef;
  color: #fff;
  background: #0878d1;
}

/* v0.17.15 — PCトップのカードと操作部品を、視認しやすい比率へ拡大 */
@media (min-width: 1025px) {
  .trb-home-main {
    width: min(1240px, calc(100% - 64px));
    padding-top: 64px;
  }
  .trb-home-intro {
    margin-bottom: 24px;
  }
  .trb-home-intro strong {
    font-size: 1.2rem;
  }
  .trb-home-intro span {
    font-size: .9rem;
  }
  .trb-home-filters {
    grid-template-columns: 1.25fr .9fr .94fr;
    margin-bottom: 48px;
    border-radius: 18px;
  }
  .trb-home-filters > div,
  .trb-home-search {
    min-height: 176px;
    padding: 30px 28px;
  }
  .trb-home-filters > div {
    gap: 11px;
  }
  .trb-home-filter-title,
  .trb-home-search label {
    margin-bottom: 9px;
    font-size: .9rem;
  }
  .trb-home-filters a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    border-radius: 9px;
    font-size: .81rem;
    line-height: 1.35;
  }
  .trb-home-filters > div:nth-child(2) {
    gap: 10px 8px;
  }
  .trb-home-filters > div:nth-child(2) a {
    padding-right: 7px;
    padding-left: 7px;
  }
  .trb-home-search input[type="search"] {
    height: 50px;
    padding: 0 16px;
    border-radius: 10px 0 0 10px;
    font-size: .86rem;
  }
  .trb-home-search button {
    min-width: 76px;
    border-radius: 0 10px 10px 0;
    font-size: .82rem;
  }
  .trb-home-layout {
    grid-template-columns: minmax(0, 2fr) minmax(350px, .9fr);
    gap: 34px;
  }
  .trb-home-primary,
  .trb-home-side {
    gap: 34px;
  }
  .trb-home-panel {
    padding: 36px;
    border-radius: 18px;
  }
  .trb-home-section-title {
    margin-bottom: 29px;
    padding-bottom: 21px;
  }
  .trb-home-section-title > div > span {
    font-size: .66rem;
  }
  .trb-home-section-title h2 {
    font-size: 1.56rem;
  }
  .trb-home-section-title > a {
    font-size: .82rem;
  }
  .trb-home-fes-grid {
    gap: 22px;
  }
  .trb-home-fes-card,
  .trb-home-guide {
    border-radius: 15px;
  }
  .trb-home-fes-card__body {
    min-height: 145px;
    padding: 24px;
  }
  .trb-home-fes-card h3 {
    font-size: 1.16rem;
  }
  .trb-home-fes-card p {
    font-size: .82rem;
  }
  .trb-home-setlist {
    grid-template-columns: 68px minmax(0, 1fr) auto 12px;
    gap: 14px;
    min-height: 94px;
    padding: 17px 10px;
    border-radius: 11px;
  }
  .trb-home-setlist > img {
    width: 68px;
    height: 68px;
    border-radius: 10px;
  }
  .trb-home-setlist__copy strong {
    font-size: .95rem;
  }
  .trb-home-setlist__copy small,
  .trb-home-setlist__copy span {
    font-size: .73rem;
  }
  .trb-home-guide a,
  .trb-home-guide__inner {
    padding-bottom: 22px;
  }
  .trb-home-guide__fallback {
    padding: 21px;
  }
  .trb-home-guide__fallback b,
  .trb-home-guide__title {
    font-size: .93rem;
  }
  .trb-home-guide p {
    font-size: .75rem;
  }
  .trb-home-guide em {
    font-size: .67rem;
  }
  .trb-home-cta {
    min-height: 190px;
    padding: 32px;
    border-radius: 18px;
  }
  .trb-home-cta strong {
    font-size: 1.08rem;
  }
  .trb-home-cta p {
    font-size: .82rem;
  }
  .trb-home-cta a {
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: .82rem;
  }
  .trb-btn {
    min-width: 230px;
    min-height: 56px;
    padding: 17px 22px;
    border-radius: 12px;
    font-size: .96rem;
  }
}

/* v0.17.30 — final feature-card overrides after legacy readability rules. */
.trb-site--features .trb-editorial-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}
.trb-site--features .trb-editorial-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: #edf3fa;
}
.trb-site--features .trb-editorial-card > a > div { padding: 26px 28px 28px; }
.trb-site--features .trb-editorial-card span { font-size: max(.68rem, 12px); }
.trb-site--features .trb-editorial-card h3 { margin: 13px 0 10px; font-size: 1.24rem; line-height: 1.55; }
.trb-site--features .trb-editorial-card p { margin: 0; font-size: max(.92rem, 15px); line-height: 1.85; }
.trb-site--features .trb-editorial-card b { margin-top: 22px; font-size: max(.84rem, 14px); line-height: 1.6; }

@media (max-width: 720px) {
  .trb-site--features .trb-editorial-grid { grid-template-columns: 1fr; }
  .trb-site--features .trb-editorial-card > a > div { padding: 22px 20px 24px; }
  .trb-site--features .trb-editorial-card h3 { font-size: 1.12rem; }
}
