/* Togoist – look A: gig poster wall. */
:root {
	--ink: #000;
	--paper: #fff;
	--pink: #ff3e7f;
	--blue: #2d5bff;
	--yellow: #ffd23f;
	--grey: #5a5a5a;
	--line: 3px solid #000;
	--shadow: 5px 5px 0 #000;
	--display: 'Big Shoulders Display', Impact, 'Arial Narrow', sans-serif;
	--sans: 'Manrope', system-ui, -apple-system, sans-serif;
	--wrap: 1328px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 16px/1.55 var(--sans); overflow-x: clip; }
[hidden] { display: none !important; }
img { max-width: 100%; height: auto; }
a { color: var(--ink); }
a:hover { color: var(--pink); }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
h1, h2, h3, h4, p { margin: 0; }
.screen-reader-text, .tg-skip { position: absolute; left: -9999px; }
.tg-skip:focus { left: 16px; top: 16px; z-index: 100; background: var(--yellow); padding: 8px 12px; }
.tg-wrap { width: min(100% - 48px, var(--wrap)); margin-inline: auto; }
.tg-caps { font-family: var(--display); text-transform: uppercase; font-weight: 900; letter-spacing: .01em; }
.tg-small { font-size: 13px; font-weight: 600; }
.tg-muted { color: var(--grey); }
.tg-lede { max-width: 72ch; font-size: 19px; line-height: 1.6; font-weight: 600; }
.tg-kicker { font-size: 13px; font-weight: 800; color: var(--pink); }
.tg-h2 { font-size: clamp(40px, 5vw, 84px); line-height: .9; margin-bottom: 26px; }
.tg-mega { font-size: clamp(64px, 14vw, 240px); line-height: .82; letter-spacing: -.02em; overflow-wrap: break-word; }
.tg-mega--page { font-size: clamp(56px, 10vw, 180px); }
.tg-mega--event { font-size: clamp(52px, 8vw, 124px); line-height: .86; }
.tg-mega__date { display: block; margin-top: .12em; font-size: .32em; line-height: 1; color: var(--pink); letter-spacing: 0; }
.tg-outline { color: var(--paper); -webkit-text-stroke: 4px var(--ink); paint-order: stroke fill; }
.tg-chunk { border: var(--line); box-shadow: var(--shadow); background: var(--paper); }
.tg-chunk--yellow { background: var(--yellow); }

/* Buttons */
.tg-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 0 22px; border: var(--line); box-shadow: var(--shadow); background: var(--ink); color: var(--yellow); font: 800 15px var(--sans); text-decoration: none; cursor: pointer; transition: transform .08s, box-shadow .08s; }
.tg-btn:hover { color: var(--yellow); transform: translate(2px, 2px); box-shadow: 3px 3px 0 #000; }
.tg-btn--pink { background: var(--pink); color: #fff; }
.tg-btn--pink:hover { color: #fff; }
.tg-btn--ghost { background: #fff; color: var(--ink); }
.tg-btn--ghost:hover { color: var(--ink); }
.tg-btn--sm { min-height: 40px; padding: 0 14px; font-size: 13px; box-shadow: 3px 3px 0 #000; }
.tg-btn--lg { min-height: 60px; padding: 0 34px; font-size: 19px; }

/* Header */
.tg-header { background: #fff; border-bottom: var(--line); position: sticky; top: 0; z-index: 20; }
.tg-header__in { width: min(100% - 48px, var(--wrap)); margin-inline: auto; min-height: 80px; display: flex; align-items: center; gap: 32px; }
.tg-logo { font-size: 44px; line-height: 1; text-decoration: none; }
.tg-logo span { color: var(--pink); }
.tg-nav { display: flex; gap: 24px; flex: 1; overflow-x: auto; scrollbar-width: none; }
.tg-nav a { text-decoration: none; font-weight: 800; white-space: nowrap; }
.tg-citybtn { display: inline-flex; align-items: center; gap: 8px; min-width: 0; max-width: 100%; flex-shrink: 1; white-space: nowrap; min-height: 48px; padding: 0 18px; border: var(--line); border-radius: 24px; background: var(--yellow); color: var(--ink); font: 800 16px var(--sans); cursor: pointer; }

/* City dialog */
.tg-dialog { width: min(100% - 32px, 520px); border: var(--line); box-shadow: 10px 10px 0 #000; padding: 28px; }
.tg-dialog::backdrop { background: rgba(0,0,0,.5); }
.tg-dialog h2 { font: 900 44px/1 var(--display); text-transform: uppercase; margin-bottom: 16px; }
.tg-dialog__close { position: absolute; right: 10px; top: 6px; }
.tg-dialog__close button { width: 44px; height: 44px; border: 0; background: none; font-size: 30px; cursor: pointer; }
.tg-citylist { list-style: none; margin: 10px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.tg-citylist a { display: inline-flex; min-height: 40px; align-items: center; padding: 0 14px; border: 2px solid #000; border-radius: 20px; text-decoration: none; font-weight: 800; }
.tg-field { display: flex; flex-direction: column; gap: 4px; margin-top: 12px; font-size: 12px; font-weight: 800; }
.tg-field input { height: 50px; padding: 0 14px; border: var(--line); font: 600 16px var(--sans); background: #fff; color: var(--ink); }

/* Hero (home) */
.tg-hero { border-bottom: var(--line); padding: 44px 0 52px; }
.tg-hero__in { display: flex; gap: 40px; align-items: flex-end; }
.tg-hero__text { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 18px; }
.tg-hero__hello { font-size: 20px; font-weight: 700; }
.tg-hero__lede { font-size: 21px; font-weight: 600; max-width: 720px; }
.tg-locate { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.tg-locate__msg { width: 100%; font-weight: 700; }
.tg-stickers { position: relative; width: 360px; height: 360px; flex-shrink: 0; }
.tg-sticker { position: absolute; border: var(--line); box-shadow: var(--shadow); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; font-weight: 800; padding: 16px 20px; }
.tg-sticker strong { font: 900 96px/.9 var(--display); }
.tg-sticker--round { left: 10px; top: 0; width: 230px; height: 230px; border-radius: 50%; background: var(--yellow); transform: rotate(-8deg); }
.tg-sticker--blue { right: 0; top: 150px; background: var(--blue); color: #fff; transform: rotate(5deg); }
.tg-sticker--blue strong { font-size: 64px; }
.tg-sticker__date { font-size: 44px !important; }
.tg-sticker--pink { left: 50px; bottom: 0; background: var(--pink); color: #fff; font-size: 19px; transform: rotate(-3deg); }

/* Page hero (city, venue, artist) */
.tg-crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; padding: 22px 0 0; margin: 0; font-size: 13px; font-weight: 800; }
.tg-crumbs li + li::before { content: '/'; margin-right: 6px; }
.tg-crumbs a { text-decoration: none; }
.tg-pagehero { display: flex; gap: 40px; align-items: flex-end; padding: 22px 0 36px; }
.tg-pagehero__text { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 18px; }
.tg-pagehero .tg-stickers { width: 330px; height: 330px; }
.tg-pagehero .tg-sticker--blue { top: auto; bottom: 0; }
.tg-pagehead { display: flex; gap: 40px; align-items: flex-start; padding: 22px 0 36px; }
.tg-pagehead__text { flex: 1; display: flex; flex-direction: column; gap: 16px; }

/* Filters */
.tg-filters { display: flex; flex-wrap: wrap; gap: 14px 24px; align-items: center; padding: 6px 0 30px; }
.tg-tabs { display: flex; flex-wrap: wrap; gap: 12px; }
.tg-tabs a, .tg-tabs button { display: inline-flex; align-items: center; min-height: 48px; padding: 0 20px; border: var(--line); box-shadow: var(--shadow); background: #fff; color: var(--ink); font: 800 15px var(--sans); text-decoration: none; cursor: pointer; }
.tg-tabs [aria-current="page"], .tg-tabs [aria-pressed="true"] { background: var(--ink); color: var(--yellow); }
.tg-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.tg-pills a, .tg-pills button { display: inline-flex; align-items: center; min-height: 42px; padding: 0 16px; border: 2px solid #000; border-radius: 21px; background: #fff; color: var(--ink); font: 800 14px var(--sans); text-decoration: none; cursor: pointer; }
.tg-pills [aria-current="page"], .tg-pills [aria-pressed="true"] { background: var(--pink); color: #fff; }
.tg-count { font-weight: 800; margin: -12px 0 18px; }

/* Duotone image slot */
.tg-duo { position: relative; display: block; overflow: hidden; background: var(--pink); }
.tg-duo[data-cat="theatre"], .tg-duo[data-cat="clubs"], .tg-duo[data-cat="dance"] { background: var(--blue); }
.tg-duo[data-cat="comedy"], .tg-duo[data-cat="arts"] { background: var(--yellow); }
.tg-duo[data-cat="other"] { background: #bbb; }
.tg-typo { position: absolute; inset: 0; display: flex; align-items: flex-end; padding: 44px 14px 46px; font-size: clamp(26px, 2.6vw, 44px); line-height: .86; color: #000; overflow: hidden; overflow-wrap: break-word; hyphens: auto; }
.tg-eventhero__poster .tg-typo { font-size: clamp(44px, 5vw, 92px); padding: 170px 22px 170px; }
.tg-twocol--single { grid-template-columns: 1fr; max-width: 860px; }
.tg-duo > span:not(.tg-typo) { z-index: 1; }
.tg-duo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.35); mix-blend-mode: multiply; }

/* Posters */
.tg-section { padding: 40px 0 20px; }
.tg-section__head { display: flex; justify-content: space-between; align-items: flex-end; gap: 16px; }
.tg-section__head a { font-weight: 800; margin-bottom: 26px; }
.tg-posters { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.tg-posters--now { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 30px; }
.tg-posters--picks { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 20px; }
.tg-poster a { display: flex; flex-direction: column; height: 100%; border: var(--line); background: #fff; text-decoration: none; transition: transform .12s; }
.tg-poster a:hover { color: var(--ink); transform: translate(-3px, -3px); box-shadow: 6px 6px 0 #000; }
.tg-poster .tg-duo { height: 200px; }
.tg-posters--now .tg-poster a { box-shadow: 8px 8px 0 #000; }
.tg-posters--now .tg-duo { height: 300px; }
.tg-posters--now .tg-poster:nth-child(4n+1) a { transform: rotate(-2deg); }
.tg-posters--now .tg-poster:nth-child(4n+2) a { transform: rotate(1.5deg); }
.tg-posters--now .tg-poster:nth-child(4n+3) a { transform: rotate(-1deg); }
.tg-posters--now .tg-poster:nth-child(4n+4) a { transform: rotate(2.2deg); }
.tg-posters--picks .tg-duo { height: 230px; }
.tg-poster__when { position: absolute; left: 12px; top: 12px; padding: 4px 10px; background: #fff; border: 2px solid #000; font-weight: 800; font-size: 13px; }
.tg-posters--now .tg-poster__when { background: transparent; border: 0; padding: 0; font: 900 76px/1 var(--display); text-transform: uppercase; color: #fff; text-shadow: 3px 3px 0 #000; }
.tg-poster__status { position: absolute; left: 12px; bottom: 12px; padding: 5px 10px; background: #000; color: var(--yellow); font-weight: 800; font-size: 12px; text-transform: uppercase; }
.tg-poster__rank { position: absolute; right: 12px; bottom: -6px; font-size: 130px; line-height: .8; color: #fff; -webkit-text-stroke: 3px #000; paint-order: stroke fill; }
.tg-poster__body { padding: 12px 14px 16px; display: flex; flex-direction: column; gap: 3px; }
.tg-poster__kicker { font-size: 12px; font-weight: 800; }
.tg-poster__title { font-size: 30px; line-height: .95; }
.tg-posters--now .tg-poster__title { font-size: 36px; }
.tg-poster__meta { font-size: 14px; font-weight: 600; }

/* Day blocks */
.tg-day { display: flex; gap: 40px; padding: 34px 0; border-top: var(--line); }
.tg-day__head { width: 230px; flex-shrink: 0; display: flex; flex-direction: column; min-width: 0; }
.tg-day__head h3 { font-size: clamp(40px, 4.2vw, 60px); line-height: .9; overflow-wrap: anywhere; }
.tg-day__num { font-size: 170px; line-height: .8; color: var(--pink); -webkit-text-stroke: 3px #000; paint-order: stroke fill; }
.tg-day__count { font-weight: 800; margin-top: 8px; }
.tg-day .tg-posters { flex: 1; min-width: 0; align-content: start; }

/* Black band (line-up, plan your night, venues) */
.tg-band { background: #000; color: #fff; padding: 52px 0; margin: 30px 0; }
.tg-band__in { display: flex; gap: 60px; }
.tg-band__title { width: 360px; flex-shrink: 0; font-size: clamp(48px, 5.5vw, 92px); line-height: .85; overflow-wrap: anywhere; }
.tg-band__title span { color: var(--pink); }
.tg-lineup { list-style: none; margin: 0; padding: 0; flex: 1; }
.tg-lineup li { display: flex; gap: 20px; align-items: baseline; padding: 12px 0; border-bottom: 1px solid #333; }
.tg-lineup time { width: 110px; flex-shrink: 0; font: 900 42px/1 var(--display); color: var(--yellow); }
.tg-lineup a, .tg-lineup strong { color: #fff; font-weight: 800; font-size: 18px; text-decoration: none; }
.tg-lineup a:hover { color: var(--yellow); }
.tg-lineup small { display: block; color: #bbb; font-size: 14px; }

/* Trip form + city word wall */
.tg-trip-wrap { padding-bottom: 50px; }
.tg-trip { padding: 26px 28px; background: var(--yellow); display: flex; flex-direction: column; gap: 8px; margin-bottom: 40px; }
.tg-trip h2 { font-size: 48px; line-height: 1; }
.tg-trip__fields { display: grid; grid-template-columns: 2fr 1fr 1fr auto; gap: 12px; align-items: end; }
.tg-wordwall { font-size: clamp(44px, 6.5vw, 92px); line-height: 1.05; }
.tg-wordwall a { text-decoration: none; }
.tg-wordwall span { color: var(--pink); margin: 0 .15em; }

/* SEO text + FAQ */
.tg-seo { border-top: var(--line); padding: 60px 0 70px; }
.tg-seo__grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 60px; }
.tg-prose { font-size: 17px; line-height: 1.7; }
.tg-prose h2 { font: 900 clamp(38px, 4.4vw, 64px)/.92 var(--display); text-transform: uppercase; margin: 0 0 14px; }
.tg-prose h3 { font: 900 32px/1 var(--display); text-transform: uppercase; margin: 26px 0 8px; }
.tg-prose p { margin: 0 0 14px; }
.tg-prose ul { padding-left: 20px; margin: 0 0 14px; }
.tg-prose--cols { columns: 2 380px; column-gap: 60px; }
.tg-prose--cols h2 { break-after: avoid; }
.tg-faqcol { display: flex; flex-direction: column; gap: 16px; }
.tg-faqcol > h3 { font-size: 40px; line-height: 1; margin-top: 8px; }
.tg-faq { padding: 18px 20px; background: var(--yellow); }
.tg-faq h4 { font-size: 17px; margin-bottom: 4px; }
.tg-linkpills { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.tg-linkpills a { display: inline-flex; padding: 8px 14px; border: 2px solid #000; border-radius: 20px; font-weight: 800; font-size: 14px; text-decoration: none; }

/* Event page */
.tg-alert { margin-top: 18px; padding: 14px 18px; background: var(--yellow); font-weight: 800; }
.tg-eventhero { display: flex; gap: 56px; align-items: flex-start; padding: 28px 0 50px; }
.tg-eventhero__poster { width: 42%; flex-shrink: 0; transform: rotate(-1.5deg); border: var(--line); box-shadow: 10px 10px 0 #000; }
.tg-eventhero__poster .tg-duo { height: 720px; }
.tg-bigtime { position: absolute; left: 20px; top: 10px; font-size: 140px; line-height: 1; color: #fff; -webkit-text-stroke: 3px #000; paint-order: stroke fill; }
.tg-eventhero__poster .tg-poster__status { left: 20px; bottom: 20px; font-size: 14px; padding: 8px 14px; }
.tg-pricesticker { position: absolute; right: 20px; bottom: 20px; width: 130px; height: 130px; border-radius: 50%; border: var(--line); box-shadow: var(--shadow); background: var(--yellow); display: flex; flex-direction: column; align-items: center; justify-content: center; transform: rotate(-12deg); font: 900 44px/.9 var(--display); }
.tg-pricesticker small { font: 800 14px var(--sans); }
.tg-eventhero__text { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 18px; }
.tg-at { font-size: 44px; line-height: 1; }
.tg-facts { margin: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.tg-facts div { padding: 14px 16px; }
.tg-facts dt { font-size: 12px; font-weight: 800; }
.tg-facts dd { margin: 2px 0 0; font-size: 19px; font-weight: 800; }
.tg-cta { display: flex; flex-wrap: wrap; gap: 14px; }
.tg-runsum { font-size: 16px; margin: -12px 0 16px; }
.tg-rungrid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(112px, 1fr)); gap: 8px; }
.tg-rungrid li { min-width: 0; border: 2px solid #000; padding: 8px 10px; display: flex; flex-direction: column; gap: 6px; background: #fff; }
.tg-rungrid li.is-on { background: var(--yellow); }
.tg-rungrid__day { font-size: 20px; line-height: 1; white-space: nowrap; }
.tg-rungrid__day b { color: var(--pink); }
.tg-rungrid__day small { font-size: 13px; color: #555; }
.tg-rungrid__times { display: flex; flex-wrap: wrap; gap: 4px; }
.tg-rungrid__times a { font: 800 12px var(--sans); padding: 3px 7px; border: 2px solid #000; text-decoration: none; background: #fff; color: #000; }
.tg-rungrid__times a:hover, .tg-rungrid__times a.is-now { background: #000; color: var(--yellow); }
.tg-rundays { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.tg-rundays li { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; padding: 14px 18px; }
.tg-rundays strong { width: 150px; font-size: 32px; line-height: 1; }
.tg-rundays__times { flex: 1; display: flex; flex-wrap: wrap; gap: 10px; }
.tg-dates { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 14px; }
.tg-dates a { display: flex; flex-direction: column; padding: 14px 16px; text-decoration: none; }
.tg-dates strong { font-size: 30px; line-height: 1; }
.tg-twocol { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 56px; }
.tg-twocol .tg-h2 { font-size: clamp(40px, 4.4vw, 60px); margin: 10px 0 18px; }
.tg-lineup-list { list-style: none; margin: 0 0 30px; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.tg-lineup-list li { display: flex; align-items: center; gap: 16px; padding: 12px 14px; }
.tg-lineup-list a { flex: 1; font-size: 30px; text-decoration: none; }
.tg-avatar { position: relative; width: 60px; height: 60px; border-radius: 50%; overflow: hidden; flex-shrink: 0; background: var(--pink); display: block; }
.tg-avatar img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.3); mix-blend-mode: multiply; }
.tg-avatar--xl { width: 200px; height: 200px; border: var(--line); }
.tg-notes { padding: 20px 22px; margin-top: 24px; }
.tg-notes h3 { font-size: 18px; margin-bottom: 6px; }
.tg-notes ul { margin: 0; padding-left: 20px; line-height: 1.7; }
.tg-qa { padding: 16px 0; border-bottom: var(--line); }
.tg-qa h3 { font-size: 18px; margin-bottom: 4px; }
.tg-linkrow { display: flex; flex-wrap: wrap; gap: 12px; margin: 22px 0; }

/* Compact rows (venue, artist dates) */
.tg-rows { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.tg-row { display: flex; gap: 18px; align-items: center; padding: 12px; border: var(--line); background: #fff; }
.tg-row__media { width: 150px; flex-shrink: 0; }
.tg-row__media .tg-duo { height: 104px; }
.tg-date { position: absolute; left: 10px; top: 10px; width: 54px; padding: 6px 0; background: #fff; border: 2px solid #000; display: flex; flex-direction: column; align-items: center; font-size: 10px; font-weight: 800; line-height: 1.2; }
.tg-date strong { font: 900 24px/1 var(--display); }
.tg-row__body { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.tg-row__title { font-size: 28px; line-height: .95; }
.tg-row__title a { text-decoration: none; }
.tg-row__meta { font-size: 14px; font-weight: 600; }
.tg-row__tags { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; font-size: 14px; }
.tg-tag { display: inline-flex; padding: 2px 8px; border: 2px solid #000; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.tg-tag--warn { background: var(--pink); color: #fff; }

/* Venue, artist, country extras */
.tg-split { display: flex; gap: 48px; align-items: flex-start; padding: 20px 0 48px; }
.tg-split__main { flex: 1; min-width: 0; }
.tg-split__side { width: 360px; flex-shrink: 0; display: flex; flex-direction: column; gap: 20px; }
.tg-box { padding: 22px; border: var(--line); box-shadow: var(--shadow); background: #fff; }
.tg-box--sand { background: var(--yellow); }
.tg-box__title { font-size: 18px; font-weight: 800; margin-bottom: 10px; }
.tg-box ul { margin: 0; padding-left: 18px; }
.tg-list { list-style: none !important; padding: 0 !important; }
.tg-list li { display: flex; justify-content: space-between; gap: 10px; padding: 9px 0; border-bottom: 2px solid #000; font-weight: 700; }
.tg-list span { color: var(--pink); font-size: 13px; }
.tg-venuecard { width: 400px; flex-shrink: 0; padding: 20px; border: var(--line); box-shadow: var(--shadow); display: flex; flex-direction: column; gap: 10px; }
.tg-map { height: 280px; border: var(--line); background: #eee; }
.tg-map--sm { height: 180px; }
.tg-artisthead { display: flex; gap: 40px; align-items: center; padding: 22px 0 20px; }
.tg-artisthead > div { display: flex; flex-direction: column; gap: 14px; min-width: 0; }
.tg-citygrid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.tg-citygrid a { display: flex; flex-direction: column; padding: 18px 20px; border: var(--line); box-shadow: var(--shadow); text-decoration: none; }
.tg-citygrid strong { font: 900 30px/1 var(--display); text-transform: uppercase; }
.tg-citygrid em { font-style: normal; font-size: 13px; font-weight: 800; color: var(--pink); margin-top: 4px; }
.tg-banner { border: var(--line); overflow: hidden; }

/* Artist and venue profiles */
.tg-profile { max-width: 820px; margin: 26px 0 30px; }
.tg-profile .tg-h2 { margin-bottom: 14px; }
.tg-profile__src { margin-top: 6px; }

/* Ticketmaster note */
.tg-tmnote { display: flex; gap: 8px; font-size: 13px; line-height: 1.45; font-weight: 600; max-width: 560px; }
.tg-tmnote span { flex-shrink: 0; width: 20px; height: 20px; border-radius: 50%; background: #000; color: var(--yellow); display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 800; font-style: italic; }
.tg-runnote { margin-top: 10px; }

/* Locals Insider banner */
.tg-li { position: relative; margin-top: 50px; margin-bottom: 50px; border: var(--line); box-shadow: 8px 8px 0 #000; overflow: hidden; }
.tg-li__wm { font-family: 'Playfair Display', Georgia, serif; font-size: 28px; line-height: 1; }
.tg-li__wm b { font-family: var(--sans); font-weight: 800; letter-spacing: 2px; font-size: .62em; }
.tg-btn--yellow { background: var(--yellow); color: #000; }
.tg-btn--yellow:hover { color: #000; }
.tg-btn--white { background: #fff; color: #000; }
.tg-btn--white:hover { color: #000; }
.tg-li--city { min-height: 400px; background: #000; display: flex; align-items: center; }
.tg-li__bg { position: absolute; top: 0; right: 0; width: 50%; height: 100%; object-fit: cover; object-position: 50% 22%; border-left: 3px solid #fff; }
.tg-li__sticker { position: absolute; right: 28px; top: 24px; padding: 8px 14px; background: var(--yellow); border: var(--line); transform: rotate(6deg); font-size: 26px; }
.tg-li__box { position: relative; margin: 30px 40px; width: calc(50% - 80px); padding: 0; background: #000; color: #fff; display: flex; flex-direction: column; gap: 14px; }
.tg-li--nophoto { min-height: 0; background: #000; }
.tg-li--nophoto .tg-li__box { width: auto; max-width: 900px; }
.tg-li--nophoto .tg-li__sticker { right: 40px; top: 30px; }
.tg-li__head { font-size: clamp(40px, 5vw, 60px); line-height: .88; color: var(--pink); margin: 0; }
.tg-li__head span { color: #fff; }
.tg-li__story { font-size: 15px; color: #ddd; margin: 0; }
.tg-li__box .tg-btn { align-self: flex-start; }
.tg-li--faces { background: #191919; color: #fff; padding: 34px 40px; display: flex; align-items: center; gap: 40px; }
.tg-li__text { flex: 1; display: flex; flex-direction: column; gap: 12px; }
.tg-li__text .tg-btn { align-self: flex-start; }
.tg-li__kicker { font-size: 12px; font-weight: 800; letter-spacing: 3px; text-transform: uppercase; color: var(--yellow); }
.tg-li--faces .tg-li__wm { font-size: 44px; }
.tg-li__line { font-family: 'Playfair Display', Georgia, serif; font-style: italic; font-size: clamp(26px, 3vw, 40px); line-height: 1.05; margin: 0; }
.tg-li__faces { list-style: none; margin: 0; padding: 0; display: flex; gap: 14px; }
.tg-li__faces a { position: relative; display: block; width: 150px; height: 200px; border: 3px solid #fff; overflow: hidden; }
.tg-li__faces li:nth-child(odd) a { transform: rotate(-2.5deg); }
.tg-li__faces li:nth-child(even) a { transform: rotate(2deg); }
.tg-li__faces img { width: 100%; height: 100%; object-fit: cover; }
.tg-li__faces span { position: absolute; left: 0; right: 0; bottom: 0; padding: 4px 8px; background: #000; color: var(--yellow); font-size: 18px; }
@media (max-width: 1100px) {
	.tg-li__box { width: calc(50% - 60px); margin: 26px 30px; }
	.tg-li--faces { flex-direction: column; align-items: stretch; }
	.tg-li__faces { display: grid; grid-template-columns: repeat(2, 1fr); }
	.tg-li__faces a { width: auto; height: 150px; transform: none !important; }
}
@media (max-width: 680px) {
	.tg-li--city { min-height: 0; flex-direction: column; align-items: stretch; }
	.tg-li__bg { position: relative; width: 100%; height: 300px; border-left: 0; border-bottom: 3px solid #fff; }
	.tg-li__box { margin: 0; width: auto; padding: 22px 20px; }
	.tg-li--faces { padding: 22px 18px; }
}

/* Locals Insider: slim band inside lists, sidebar card */
.tg-day__lists { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 22px; }
.tg-li--slim { display: flex; align-items: center; gap: 24px; padding: 18px 24px; margin: 26px 0; background: var(--yellow); box-shadow: 6px 6px 0 #000; }
.tg-li--slim .tg-li__city { flex-shrink: 0; padding: 6px 14px; background: #fff; border: var(--line); font-size: 38px; line-height: 1; transform: rotate(-3deg); }
.tg-li--slim .tg-li__mid { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.tg-li--slim .tg-li__mid p { margin: 0; font-weight: 700; }
.tg-li--slim .tg-li__wm { font-size: 22px; }
.tg-li--slim .tg-btn { flex-shrink: 0; }
.tg-day__lists .tg-li--slim { margin: 0; }
.tg-li--card { margin: 0; background: #000; color: #fff; }
.tg-li--card img { display: block; width: 100%; height: 300px; object-fit: cover; object-position: 50% 22%; border-bottom: 3px solid #fff; }
.tg-li__cardbody { padding: 18px 20px 22px; display: flex; flex-direction: column; gap: 10px; }
.tg-li__cardbody .tg-li__wm { font-size: 24px; }
.tg-li__cardhead { font-family: 'Playfair Display', Georgia, serif; font-style: italic; font-size: 26px; line-height: 1.1; margin: 0; }
.tg-li--card .tg-li__story { font-size: 14px; }
.tg-li--card .tg-btn { align-self: flex-start; }
@media (max-width: 680px) {
	.tg-li--slim { flex-direction: column; align-items: flex-start; gap: 12px; padding: 18px; }
	.tg-li--slim .tg-li__city { font-size: 30px; }
	.tg-li--slim .tg-btn { width: 100%; }
}

/* Homepage */
.tg-pink { color: var(--pink); }
.tg-hero--home .tg-mega { font-size: clamp(64px, 12vw, 200px); }
.tg-findcity { display: flex; gap: 14px; flex-wrap: wrap; align-items: stretch; max-width: 920px; }
.tg-citysearch { flex: 1; min-width: 240px; display: flex; }
.tg-citysearch input { width: 100%; height: 60px; padding: 0 18px; border: var(--line); box-shadow: var(--shadow); font: 600 18px var(--sans); background: #fff; color: #000; }
.tg-citypills { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.tg-citypills a { display: inline-flex; padding: 7px 14px; border: 2px solid #000; border-radius: 20px; font-weight: 800; text-decoration: none; }
.tg-citypills a.is-all { background: #000; color: var(--yellow); }
.tg-citytiles { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 30px; }
.tg-citytiles a { display: flex; flex-direction: column; background: #fff; border: var(--line); box-shadow: 6px 6px 0 #000; text-decoration: none; transition: transform .12s; }
.tg-citytiles li:nth-child(odd) a { transform: rotate(-1.5deg); }
.tg-citytiles li:nth-child(even) a { transform: rotate(1.5deg); }
.tg-citytiles a:hover { transform: rotate(0) translate(-2px, -2px); color: #000; }
.tg-citytiles .tg-duo { height: 220px; }
.tg-citytiles .tg-duo img { object-position: 50% 25%; }
.tg-citytiles__name { position: absolute; left: 12px; bottom: 6px; z-index: 1; font-size: clamp(34px, 3.6vw, 52px); line-height: 1; color: #fff; -webkit-text-stroke: 2px #000; paint-order: stroke fill; }
.tg-citytiles__meta { display: flex; justify-content: space-between; gap: 8px; padding: 10px 14px; font-size: 13px; font-weight: 800; }
.tg-citytiles__meta strong { color: var(--pink); }
.tg-posters--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.tg-poster__city { position: absolute; right: 10px; top: 10px; padding: 4px 10px; background: var(--yellow); border: 2px solid #000; transform: rotate(5deg); font-size: 18px; }
.tg-cattiles { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 18px; }
.tg-cattiles li { min-width: 0; }
.tg-cattiles a { min-width: 0; overflow-wrap: break-word; display: flex; flex-direction: column; justify-content: space-between; height: 150px; padding: 16px 18px; border: var(--line); box-shadow: var(--shadow); text-decoration: none; background: #fff; color: #000; }
.tg-cattiles a span { font-size: clamp(28px, 2.6vw, 40px); line-height: .9; }
.tg-cattiles a small { font-weight: 800; font-size: 14px; }
.tg-cattiles .is-concerts a, .tg-cattiles .is-clubs a { background: var(--pink); color: #fff; }
.tg-cattiles .is-theatre a { background: var(--blue); color: #fff; }
.tg-cattiles .is-comedy a { background: var(--yellow); }
.tg-cattiles .is-arts a { background: #000; color: var(--yellow); }
.tg-li--stories { background: #191919; color: #fff; padding: 34px 36px 38px; }
.tg-li__storieshead { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; margin-bottom: 24px; }
.tg-li__storieshead > div { display: flex; flex-direction: column; gap: 10px; }
.tg-li--stories .tg-li__wm { font-size: 40px; }
.tg-li--stories .tg-li__line { font-size: clamp(22px, 2.4vw, 30px); }
.tg-li__stories { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; grid-auto-rows: auto; gap: 16px; }
.tg-li__stories li.is-lead { grid-row: span 2; }
.tg-li__stories a { display: flex; flex-direction: column; height: 100%; border: 3px solid #fff; color: #fff; text-decoration: none; background: #191919; }
.tg-li__stories a:hover .tg-li__storytitle { text-decoration: underline; }
.tg-li__storyimg { position: relative; display: block; height: 170px; overflow: hidden; border-bottom: 3px solid #fff; }
.tg-li__stories .is-lead .tg-li__storyimg { height: auto; flex: 1; min-height: 300px; }
.tg-li__storyimg img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; }
.tg-li__storyimg span { position: absolute; left: 10px; top: 10px; padding: 3px 9px; background: var(--yellow); color: #000; border: 2px solid #000; font-size: 15px; }
.tg-li__storytitle { padding: 12px 12px 4px; font-family: 'Playfair Display', Georgia, serif; font-size: 18px; line-height: 1.15; }
.tg-li__stories .is-lead .tg-li__storytitle { font-size: 30px; padding: 16px 16px 4px; }
.tg-li__storyby { padding: 0 12px 12px; font-size: 12px; font-weight: 700; color: #bbb; }
.tg-allcities { columns: 4 240px; column-gap: 40px; }
.tg-allcities > div { break-inside: avoid; padding-bottom: 16px; }
.tg-allcities h3 { font-size: 22px; margin-bottom: 2px; }
.tg-allcities p { margin: 0; line-height: 1.7; font-weight: 600; }
.tg-allcities a { text-decoration: none; }
.tg-allcities a:hover { text-decoration: underline; }
@media (max-width: 1100px) {
	.tg-citytiles, .tg-posters--four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.tg-cattiles { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.tg-li__stories { grid-template-columns: 1fr 1fr; }
	.tg-li__stories li.is-lead { grid-column: 1 / -1; grid-row: auto; }
	.tg-li__storieshead { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 680px) {
	.tg-citytiles { gap: 14px; }
	.tg-citytiles .tg-duo { height: 130px; }
	.tg-citytiles__name { font-size: 24px; -webkit-text-stroke-width: 1.5px; }
	.tg-hero--home .tg-stickers .tg-sticker--pink { display: none; }
	.tg-citytiles a { transform: none !important; }
	.tg-citytiles__meta span { display: none; }
	.tg-posters--four { grid-template-columns: 1fr; }
	.tg-cattiles { grid-template-columns: 1fr 1fr; gap: 12px; }
	.tg-cattiles a { height: 96px; padding: 10px 12px; }
	.tg-cattiles a span { font-size: 22px; }
	.tg-li--stories { padding: 20px 16px; }
	.tg-li__stories { grid-template-columns: 1fr; }
	.tg-li__stories a { flex-direction: row; }
	.tg-li__storyimg, .tg-li__stories .is-lead .tg-li__storyimg { width: 96px; height: 96px; min-height: 0; flex: none; border-bottom: 0; border-right: 3px solid #fff; }
	.tg-li__storyimg span { display: none; }
	.tg-li__stories li:nth-child(n+6) { display: none; }
	.tg-li__stories .is-lead .tg-li__storytitle, .tg-li__storytitle { font-size: 16px; padding: 10px; }
	.tg-li__storyby { display: none; }
	.tg-findcity .tg-btn { width: 100%; }
}

/* "More in {city}" block (city pages) */
.tg-morein { margin-top: 44px; padding: 24px 26px 26px; border: var(--line); box-shadow: 8px 8px 0 #000; background: #fff; display: flex; flex-direction: column; gap: 16px; }
.tg-morein h2 { font-size: clamp(34px, 3.6vw, 48px); line-height: .9; margin: 0; }
.tg-morein h2 span { color: var(--pink); }
.tg-morein__row { display: flex; gap: 16px; align-items: flex-start; }
.tg-morein__label { flex-shrink: 0; width: 72px; padding-top: 9px; font-size: 12px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: #555; }
.tg-morein ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.tg-morein a { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border: 2px solid #000; border-radius: 22px; font-weight: 800; font-size: 14px; text-decoration: none; background: #fff; transition: transform .08s; }
.tg-morein a:hover { background: #000; color: var(--yellow); transform: translateY(-2px); }
.tg-morein a i { width: 10px; height: 10px; border-radius: 50%; border: 2px solid #000; background: var(--pink); }
.tg-morein a[data-cat="theatre"] i, .tg-morein a[data-cat="dance"] i, .tg-morein a[data-cat="clubs"] i { background: var(--blue); }
.tg-morein a[data-cat="comedy"] i, .tg-morein a[data-cat="arts"] i { background: var(--yellow); }
.tg-faqcol { margin-bottom: 8px; }
@media (max-width: 680px) {
	.tg-morein { padding: 18px; }
	.tg-morein__row { flex-direction: column; gap: 6px; }
	.tg-morein__label { padding-top: 0; }
}

/* Locals Insider logo on banners */
.tg-li__logo { display: block; width: auto; height: 48px; max-width: 100%; align-self: flex-start; object-fit: contain; flex-shrink: 0; }
.tg-li--slim .tg-li__logo { height: 38px; }
.tg-li--card .tg-li__logo { height: 40px; }
.tg-li--faces .tg-li__logo, .tg-li--stories .tg-li__logo { height: 60px; }
@media (max-width: 680px) { .tg-li__logo { height: 40px; } .tg-li--faces .tg-li__logo, .tg-li--stories .tg-li__logo { height: 48px; } }

/* Long city names in the header button: shorten with … instead of widening the page */
.tg-citybtn svg { flex-shrink: 0; }
.tg-citybtn [data-city-label] { min-width: 0; overflow: hidden; text-overflow: ellipsis; }
@media (max-width: 680px) { .tg-citybtn { max-width: 58vw; padding: 0 14px; } }

/* If a remote image fails, never show its alt text over the poster */
.tg-duo img, .tg-li__storyimg img, .tg-citytiles img { color: transparent; font-size: 0; }
.tg-li--stories { margin-top: 24px; }

.tg-posters--five { grid-template-columns: repeat(5, minmax(0, 1fr)); }
@media (max-width: 1100px) { .tg-posters--five { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 680px) { .tg-posters--five { grid-template-columns: 1fr; } }
.tg-morein + .tg-morein { margin-top: 24px; }

/* Standard pages: comfortable reading */
.tg-wrap.tg-page { padding-top: 44px; padding-bottom: 80px; }
.tg-page .tg-mega--page { font-size: clamp(48px, 7vw, 110px); }
.tg-page__body { font-size: 18px; line-height: 1.7; }
.tg-page__body > p:first-child { font-size: 21px; font-weight: 600; line-height: 1.5; }
.tg-page__body h2 { margin: 44px 0 10px; font-size: clamp(30px, 3.6vw, 46px); line-height: .95; }
.tg-page__body p { margin: 0 0 14px; }
.tg-page__body ul { margin: 0 0 14px; padding-left: 1.2em; }
.tg-page__body li { margin: 6px 0; }
.tg-page__body a:not(.tg-btn) { color: inherit; text-decoration-thickness: 2px; text-decoration-color: var(--pink); }
.tg-page__body .tg-btn { margin-top: 12px; }

/* Standard pages */
.tg-page { padding: 34px 0 70px; }
.tg-page__body { max-width: 760px; margin-top: 30px; }
.tg-page__body .wp-block-button__link, .tg-page__body .tg-btn { display: inline-flex; align-items: center; min-height: 52px; padding: 0 26px; border: var(--line); box-shadow: var(--shadow); background: var(--pink); color: #fff; font-weight: 800; text-decoration: none; }

/* Empty states */
.tg-empty { padding: 28px; display: flex; flex-direction: column; gap: 14px; align-items: flex-start; font-weight: 700; }
.tg-empty-page { padding: 96px 0; display: flex; flex-direction: column; gap: 16px; align-items: flex-start; }
.tg-empty-page h1 { font: 900 clamp(56px, 9vw, 140px)/.85 var(--display); text-transform: uppercase; }
.tg-skel { min-height: 280px; border: var(--line); background: repeating-linear-gradient(45deg, #fff 0 12px, #f3f3f3 12px 24px); }

/* Footer */
.tg-footer { background: var(--pink); border-top: var(--line); padding: 44px 0 30px; }
.tg-footer__grid, .tg-footer__base { width: min(100% - 48px, var(--wrap)); margin-inline: auto; }
.tg-footer__grid { display: grid; grid-template-columns: minmax(0, 2fr) repeat(3, minmax(0, 1fr)); gap: 32px; }
.tg-footer__logo { font-size: clamp(64px, 8vw, 130px); line-height: .8; overflow: hidden; }
.tg-footer h2 { font: 800 15px var(--sans); margin-bottom: 8px; }
.tg-footer ul { list-style: none; margin: 0; padding: 0; line-height: 2; }
.tg-footer a { text-decoration: none; font-weight: 700; }
.tg-footer a:hover { color: #fff; }
.tg-footer p { font-weight: 800; margin-top: 10px; }
.tg-footer__base { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; border-top: 2px solid #000; margin-top: 30px; padding-top: 16px; font-size: 13px; font-weight: 800; }

/* Responsive */
@media (max-width: 1100px) {
	.tg-nav { display: none; }
	.tg-header__in { justify-content: space-between; }
	.tg-posters--now, .tg-posters--picks { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.tg-posters { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.tg-hero__in, .tg-pagehero, .tg-pagehead, .tg-eventhero, .tg-band__in, .tg-split { flex-direction: column; align-items: stretch; }
	.tg-stickers, .tg-pagehero .tg-stickers { width: 100%; height: 250px; }
	.tg-eventhero__poster { width: 100%; transform: none; }
	.tg-eventhero__poster .tg-duo { height: 460px; }
	.tg-band__title { width: auto; }
	.tg-seo__grid, .tg-twocol { grid-template-columns: 1fr; gap: 36px; }
	.tg-day { flex-direction: column; gap: 16px; }
	.tg-day__head { width: auto; flex-direction: row; flex-wrap: wrap; align-items: baseline; gap: 4px 14px; }
	.tg-day__num { font-size: 96px; }
	.tg-trip__fields { grid-template-columns: 1fr 1fr; }
	.tg-split__side, .tg-venuecard { width: 100%; }
	.tg-citygrid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.tg-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.tg-footer__grid > div:first-child { grid-column: 1 / -1; }
}
@media (max-width: 680px) {
	.tg-wrap, .tg-header__in, .tg-footer__grid, .tg-footer__base { width: calc(100% - 32px); }
	.tg-logo { font-size: 34px; }
	.tg-footer__logo { font-size: 72px; }
	.tg-hero { padding: 26px 0 32px; }
	.tg-mega__date { display: block; margin-top: .12em; font-size: .32em; line-height: 1; color: var(--pink); letter-spacing: 0; }
.tg-outline { -webkit-text-stroke-width: 2px; }
	.tg-stickers, .tg-pagehero .tg-stickers { height: auto; display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
	.tg-sticker { position: static; transform: none; }
	.tg-sticker--round { width: 140px; height: 140px; }
	.tg-sticker strong { font-size: 52px; }
	.tg-sticker__date { font-size: 28px !important; }
	.tg-day__num { font-size: 72px; }
	.tg-day__head h3 { font-size: 44px; }
	.tg-day__count { width: 100%; margin: 0; }
	.tg-tabs a, .tg-tabs button { min-height: 44px; padding: 0 14px; }
	.tg-posters, .tg-posters--picks { grid-template-columns: 1fr; }
	.tg-posters--now { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 20px; padding: 6px 4px 18px; }
	.tg-posters--now .tg-poster { flex: 0 0 80%; scroll-snap-align: start; }
	.tg-row { flex-wrap: wrap; }
	.tg-row__media { width: 90px; }
	.tg-row__cta { width: 100%; }
	.tg-trip__fields { grid-template-columns: 1fr; }
	.tg-facts { grid-template-columns: 1fr; }
	.tg-bigtime { font-size: 96px; }
	.tg-avatar--xl { width: 120px; height: 120px; }
	.tg-artisthead { flex-direction: column; align-items: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
	.tg-btn, .tg-poster a { transition: none; }
}
