/* Culture Schwartzistan: the national arts, heritage and visitor site of 2026.
   Photography, a deep marsh green with a warm off-white, a display serif for heads, listings as cards and calendar tiles.
   The sub-sites (radio listings, the Pfahl League, the charts, stamps, weather, health, timetables) share one frame. */

html.shell-culture {
  --body-font: 'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --head-font: 'DM Serif Display', Georgia, serif;
  --ui: var(--body-font);
  --paper: #fbf8f3; --ink: #1b1f1d; --accent: #1f4d3a; --rule: #ddd6ca; --muted: #5f655f; --rule-soft: #ece6dc; --panel: #ffffff;
  --cs-gold: #c9962b; --cs-green: #1f4d3a; --cs-green-2: #2e6b51;
  --measure: 72ch; --fs: 17px; --lh: 1.55; --gap: 1rem; --block: 2rem; --h-weight: 400;
  --rule-w: 1px; --rule-style: solid;
}
.shell-culture body { background: var(--paper); font-variant-numeric: lining-nums; overflow-x: clip; }
.shell-culture a { color: var(--cs-green); text-decoration: underline; text-decoration-color: rgba(31,77,58,.35); text-underline-offset: .16em; }
.shell-culture a:hover { text-decoration-color: currentColor; }
.cs-in { max-width: 1240px; margin: 0 auto; padding: 0 2rem; }
.cs-menu-toggle { position: absolute; opacity: 0; pointer-events: none; }

/* ---------- header ---------- */
.cs-header { background: #fff; border-bottom: 1px solid var(--rule); position: sticky; top: 0; z-index: 20; }
.cs-header-in { display: flex; align-items: center; gap: 2rem; padding-top: .8rem; padding-bottom: .8rem; }
.cs-logo { display: flex; align-items: center; gap: .6rem; text-decoration: none !important; color: var(--ink) !important; flex: none; }
.cs-logo span { display: flex; flex-direction: column; line-height: 1; }
.cs-logo b { font-family: var(--head-font); font-weight: 400; font-size: 1.5rem; }
.cs-logo small { font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin-top: .15rem; }
.cs-nav { display: flex; gap: 1.3rem; margin-left: auto; }
.cs-nav a { color: var(--ink); text-decoration: none; font-weight: 500; font-size: .96rem; padding: .3rem 0; border-bottom: 2px solid transparent; }
.cs-nav a:hover { border-bottom-color: var(--cs-gold); }
.cs-burger { display: none; cursor: pointer; color: var(--ink); }
.cs-subnav { background: var(--cs-green); }
.cs-subnav .cs-in { display: flex; gap: 1.4rem; overflow-x: auto; }
.cs-subnav a { color: #e8efe9 !important; text-decoration: none !important; font-size: .85rem; padding: .45rem 0; white-space: nowrap; }
.cs-subnav a:hover { color: #fff !important; box-shadow: inset 0 -2px 0 var(--cs-gold); }

/* ---------- page ---------- */
.shell-culture main.cs-main { max-width: 1240px; padding: 0 2rem 3rem; }
.shell-culture h1, .shell-culture h2 { font-family: var(--head-font); font-weight: 400; color: var(--ink); letter-spacing: 0; }
.shell-culture h1 { font-size: 2.7rem; line-height: 1.08; }
.shell-culture h2 { font-size: 1.75rem; }
.shell-culture h3 { font-family: var(--body-font); font-weight: 700; font-size: 1.05rem; color: var(--ink); }
.shell-culture .kicker { font-family: var(--body-font); text-transform: uppercase; letter-spacing: .1em; font-size: .75rem; font-weight: 700; color: var(--cs-green-2); font-variant: normal; }
.shell-culture .kicker a { color: inherit; text-decoration: none; }
.shell-culture th { font-family: var(--body-font); font-size: .78rem; text-transform: uppercase; letter-spacing: .05em; color: var(--muted); font-weight: 700; border-bottom: 2px solid var(--ink); font-variant: normal; }
.shell-culture td { border-bottom-color: var(--rule-soft); }
.shell-culture table { font-size: .95rem; background: transparent; }
.cs-section { margin: 3rem 0 0; }
.cs-section-head { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.2rem; }
.cs-section-head h2 { margin: 0; font-size: 2.1rem; }
.cs-section-head p { margin: 0; color: var(--muted); }
.cs-eyebrow { text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; font-weight: 700; margin: 0 0 .6rem; }
.cs-btn { display: inline-block; background: var(--cs-green); color: #fff !important; text-decoration: none !important; font-weight: 700; padding: .6rem 1.2rem; border-radius: 999px; }
.cs-btn:hover { background: var(--cs-green-2); }
.cs-two { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 3rem; align-items: start; }

/* hero */
.cs-hero { position: relative; margin: 0 calc(50% - 50vw); height: min(70vh, 600px); min-height: 420px; overflow: hidden; background: #243; }
.cs-hero img { width: 100%; height: 100%; object-fit: cover; display: block; max-width: none; }
.cs-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(0,0,0,.65) 100%); }
.cs-hero-text { position: absolute; z-index: 1; left: max(2rem, calc(50vw - 620px + 2rem)); right: 2rem; bottom: 2.6rem; color: #fff; max-width: 46rem; }
.cs-hero-text h1 { color: #fff; font-size: clamp(2.3rem, 5vw, 4rem); margin: 0 0 .7rem; }
.cs-hero-text p { color: #f3f3f3; max-width: none; font-size: 1.1rem; }
.cs-herosearch { display: flex; max-width: 32rem; background: #fff; border-radius: 999px; overflow: hidden; margin-top: 1rem; }
.cs-herosearch input { flex: 1; font: inherit; border: 0; padding: .7rem 1.2rem; }
.cs-herosearch button { font: inherit; font-weight: 700; border: 0; background: var(--cs-gold); color: #1b1f1d; padding: 0 1.4rem; cursor: pointer; }

/* events calendar */
.cs-events { display: grid; grid-template-columns: repeat(auto-fill, minmax(330px, 1fr)); gap: 1rem; }
.cs-event { display: flex; gap: 1rem; background: #fff; border: 1px solid var(--rule); border-radius: 12px; padding: 1rem; }
.cs-date { flex: none; width: 4.2rem; height: 4.6rem; border-radius: 10px; background: var(--cs-green); color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; line-height: 1.05; }
.cs-date span { text-transform: uppercase; font-size: .75rem; letter-spacing: .1em; color: #cfe0d6; }
.cs-date b { font-family: var(--head-font); font-weight: 400; font-size: 1.6rem; }
.cs-event.sport .cs-date { background: var(--cs-gold); color: #1b1f1d; }
.cs-event.sport .cs-date span { color: #3d2e0e; }
.cs-event.sport .cs-date b { font-size: 1.1rem; }
.cs-event h3 { margin: 0 0 .2rem; }
.cs-event p { margin: 0 0 .25rem; font-size: .92rem; max-width: none; }
.cs-meta { color: var(--muted); font-size: .8rem !important; }

/* destinations */
.cs-dest { display: grid; grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); gap: 1.4rem; }
.cs-card { background: #fff; border-radius: 12px; overflow: hidden; border: 1px solid var(--rule); display: flex; flex-direction: column; }
.cs-card-img img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; display: block; transition: transform .4s; max-width: none; }
.cs-card:hover .cs-card-img img { transform: scale(1.04); }
.cs-card-img { overflow: hidden; display: block; }
.cs-card-body { padding: .9rem 1.1rem 1.1rem; }
.cs-card-body h3 { font-family: var(--head-font); font-weight: 400; font-size: 1.5rem; margin: .1rem 0 .3rem; }
.cs-card-body h3 a { color: var(--ink); text-decoration: none; }
.cs-card-body p { font-size: .93rem; margin: 0 0 .4rem; max-width: none; }
.cs-tag { text-transform: uppercase; letter-spacing: .1em; font-size: .7rem !important; font-weight: 700; color: var(--cs-green-2); }
.cs-links { font-weight: 700; font-size: .85rem !important; }
.cs-card.landmark .cs-card-body h3 { font-size: 1.25rem; }

.cs-band { background: #f1ebe0; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); padding: 2.5rem max(2rem, calc(50vw - 620px + 2rem)); }
.cs-feature { display: grid; grid-template-columns: 9rem 1fr; gap: 1.2rem; align-items: start; }
.cs-feature img { width: 100%; border-radius: 10px; aspect-ratio: 3 / 4; object-fit: cover; }
.cs-feature h3 { margin-top: 0; }
.cs-list { list-style: none; padding: 0; }
.cs-list li { padding: .45rem 0; border-bottom: 1px solid var(--rule-soft); max-width: none; font-size: .95rem; }
.cs-tiles { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 1rem; }
.cs-tiles a { display: block; background: #fff; border: 1px solid var(--rule); border-radius: 12px; padding: 1.1rem 1.2rem; text-decoration: none; color: var(--ink); }
.cs-tiles a:hover { border-color: var(--cs-green); box-shadow: 0 4px 14px rgba(0,0,0,.06); }
.cs-tiles b { display: block; font-family: var(--head-font); font-weight: 400; font-size: 1.3rem; color: var(--cs-green); }
.cs-tiles span { font-size: .9rem; color: var(--muted); }

/* ---------- the section pages: a masthead band, then content cards ---------- */
.shell-culture { --panel: #ffffff; }
.culture-masthead { display: flex; gap: 1.6rem; align-items: center; background: var(--cs-green); color: #fff; margin: 0 calc(50% - 50vw) 2rem; padding: 2.2rem max(2rem, calc(50vw - 620px + 2rem)); border: 0; }
.culture-masthead h1 { color: #fff; font-size: 2.5rem; margin: 0 0 .4rem; }
.culture-masthead h1 a { color: #fff; text-decoration: none; }
.culture-masthead .kicker, .culture-masthead .kicker a { color: #cfe0d6; }
.culture-masthead p, .culture-masthead .lede { color: #e8efe9; max-width: 60rem; }
.culture-masthead a { color: #fff; text-decoration-color: rgba(255,255,255,.5); }
.culture-masthead .flag { border: 0; flex: none; box-shadow: 0 2px 10px rgba(0,0,0,.25); }
.culture-masthead .crest { background: #fff; border-radius: 12px; padding: 6px; flex: none; }
.culture-masthead .prevnext, .culture-masthead .prevnext a { color: #fff; }
.culture .lede { margin: 0 0 .5rem; }
.culture-nav { display: flex; flex-wrap: wrap; gap: .4rem .5rem; margin-top: .8rem; }
.culture-nav a { text-decoration: none; font-size: .88rem; font-weight: 700; color: #fff; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; padding: .25rem .8rem; }
.culture-nav a:hover { background: rgba(255,255,255,.12); }
.culture h2 { font-family: var(--head-font); font-weight: 400; font-size: 1.7rem; border-bottom: 0; padding-bottom: 0; font-variant: normal; letter-spacing: 0; margin-top: 2.2rem; }
.culture h3 { color: var(--ink); }
.culture .twocol { gap: 0 3rem; }
.culture pre.verbatim { font-family: var(--head-font); font-size: 1.2rem; line-height: 1.55; background: #fff; border: 0; border-left: 4px solid var(--cs-gold); border-radius: 0 12px 12px 0; padding: 1.2rem 1.6rem; max-width: 40rem; }
.culture blockquote.verbatim { font-style: italic; border-left: 3px solid var(--cs-gold); margin: .5rem 0; padding: .3rem 1rem; white-space: pre-line; }
.culture .seal-row { display: flex; gap: 1.2rem; align-items: center; }
.culture .seal-row img { flex: none; }
.culture img.stamp { border: 0; background: transparent; padding: 0; transform: none; filter: drop-shadow(0 2px 4px rgba(0,0,0,.2)); }
.culture table.holidays td:first-child { font-variant-numeric: tabular-nums; white-space: nowrap; }
.culture table.standings tr.champion td { background: #fdf6e3; }
.culture table.standings tr.champion td:nth-child(2)::after { content: "Champions"; font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: #3d2e0e; background: var(--cs-gold); border-radius: 999px; padding: .05rem .45rem; margin-left: .45rem; vertical-align: .1em; }
.culture table.prize td:first-child { width: 4.5rem; color: var(--muted); font-variant-numeric: tabular-nums; }
.culture ul.awards li, .culture .rules li { margin-bottom: .35rem; }
.culture .rules ol { padding-left: 1.3rem; }
.culture .prevnext { border-top: 1px solid var(--rule); }
.culture .prevnext.small { border: 0; margin: .4rem 0 0; padding: 0; justify-content: flex-start; gap: .6rem; }
.culture aside dl.facts { grid-template-columns: minmax(5rem, 7rem) 1fr; }
.culture dl.facts dt { font-family: var(--body-font); font-weight: 700; font-size: .85rem; color: var(--muted); font-variant: normal; letter-spacing: 0; }
.culture section > table, .culture > table, .culture .twocol table { background: #fff; border-radius: 10px; }
.culture table.standings, .culture table.results, .culture table.chart, .culture table.timetable, .culture table.rates, .culture table.weather-table, .culture table.health-table, .culture table.programme, .culture table.positions, .culture table.seasons {
  background: #fff; border: 1px solid var(--rule); border-radius: 12px; border-collapse: separate; border-spacing: 0; overflow: hidden; }
.culture table.standings td, .culture table.results td, .culture table.chart td, .culture table.timetable td, .culture table.rates td, .culture table.weather-table td, .culture table.health-table td, .culture table.positions td, .culture table.seasons td,
.culture table.standings th, .culture table.results th, .culture table.chart th, .culture table.timetable th, .culture table.rates th, .culture table.weather-table th, .culture table.health-table th, .culture table.positions th, .culture table.seasons th { padding: .5rem .7rem; }
.culture table.timetable td.times { font-family: 'Courier New', monospace; font-size: .85rem; white-space: normal; letter-spacing: .02em; }
.culture table.timetable td.num, .culture table.timetable th.num { text-align: right; white-space: nowrap; font-variant-numeric: tabular-nums; }
.culture table.timetable tr.capital td { background: #f4f8f5; }
.culture .notes { padding-left: 1.1rem; color: var(--muted); }
.culture .stamp-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1rem 1.4rem; }
.culture .stamp-list .issue { display: flex; gap: .9rem; align-items: flex-start; background: #fff; border: 1px solid var(--rule); border-radius: 12px; padding: .9rem; }
.culture .stamp-list .issue img.stamp { flex: none; }
.culture .stamp-list .issue p { margin: .2rem 0; }
.culture .stamp-list .issue b { font-weight: 700; }
.culture table.rates td.num, .culture table.rates th.num { text-align: right; white-space: nowrap; font-variant-numeric: tabular-nums; }
.culture table.weather-table td.num, .culture table.weather-table th.num, .culture table.health-table td.num, .culture table.health-table th.num { text-align: right; white-space: nowrap; font-variant-numeric: tabular-nums; }
.culture figure.chart { margin: 1rem 0; } .culture figure.chart img { width: 100%; height: auto; border: 1px solid var(--rule); border-radius: 10px; background: #fff; }
.culture table.results td.num, .culture table.results th.num, .culture table.chart td.num, .culture table.chart th.num { text-align: right; white-space: nowrap; font-variant-numeric: tabular-nums; }
.culture .rounds a { display: inline-block; min-width: 1.9rem; text-align: center; text-decoration: none; background: #fff; border: 1px solid var(--rule); border-radius: 6px; padding: .05rem .3rem; margin: 0 .1rem .3rem 0; font-variant-numeric: tabular-nums; }
.culture .rounds a:hover { border-color: var(--cs-green); }
.culture table.chart tr.new td:first-child { box-shadow: inset 4px 0 0 var(--cs-gold); }
.culture .mark { font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; background: #e7f0ea; color: var(--cs-green); border-radius: 999px; padding: .1rem .5rem; white-space: nowrap; }
.culture .facts-strip { display: grid; grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr)); gap: .8rem; margin: 0 0 1.6rem; }
.culture .facts-strip div { background: #fff; border: 1px solid var(--rule); border-radius: 12px; padding: .8rem 1rem; }
.culture .facts-strip b { display: block; font-family: var(--head-font); font-weight: 400; font-size: 1.6rem; color: var(--cs-green); line-height: 1.2; }
.culture .facts-strip span { font-size: .82rem; color: var(--muted); }
.culture .bulletin-items { list-style: none; padding: 0; }
.culture .bulletin-items li { padding: .5rem 0; border-bottom: 1px solid var(--rule-soft); max-width: none; }
.culture .bulletin-items .sc { font-variant: normal; font-weight: 700; letter-spacing: 0; color: var(--ink); }
.culture .decades { columns: 4; column-gap: 1.5rem; font-size: .92rem; }
.culture .decades div { break-inside: avoid; margin-bottom: .7rem; }
.culture .decades b { display: block; font-size: .78rem; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; }
.culture .decades a { margin-right: .4rem; }
.culture.work aside, .culture aside { background: #fff; border: 1px solid var(--rule); border-radius: 12px; padding: 1rem 1.2rem; }
.culture.work aside h2 { margin-top: 0; font-size: 1.3rem; }
.culture.home aside { background: transparent; border: 0; padding: 0; }
.culture .colophon, .shell-culture .colophon { border-top: 1px solid var(--rule); margin-top: 3rem; }

/* radio listings: a modern programme guide */
.culture table.programme { width: 100%; }
.culture table.programme td.time { width: 4.5rem; font-weight: 700; color: var(--cs-green); font-variant-numeric: tabular-nums; }
.culture table.programme tr.news td { background: #f6faf7; }
.culture table.programme tr.frontline td { background: #fdf6e3; }
.culture table.programme b { font-size: 1rem; }
.culture .listings.twocol { gap: 0 1.5rem; }

/* bulletin transcripts: the studio script with time cues */
.culture.bulletin .script { border-top: 0; margin-top: var(--gap); background: #fff; border: 1px solid var(--rule); border-radius: 12px; padding: .4rem 1.2rem; }
.culture.bulletin .cue { display: grid; grid-template-columns: 4rem 1fr; gap: .8rem; border-bottom: 1px solid var(--rule-soft); padding: .7rem 0; }
.culture.bulletin .cue:last-child { border-bottom: 0; }
.culture.bulletin .cue .time { font-family: 'Courier New', monospace; font-size: .85rem; color: var(--cs-green); font-weight: 700; padding-top: .2rem; }
.culture.bulletin .cue p { margin: 0 0 .3rem; max-width: none; }
.culture.bulletin .cue ol.heads { margin: 0; padding-left: 1.2rem; font-size: .95rem; }
.culture.bulletin .cue h2 { margin: 0 0 .3rem; font-size: 1.1rem; }
.culture.bulletin .regions-weather { list-style: none; padding: 0; margin: .2rem 0; columns: 2; font-size: .95rem; }
.culture.bulletin .cue.frontline { background: #fdf6e3; margin: 0 -1.2rem; padding-left: 1.2rem; padding-right: 1.2rem; }

/* ---------- footer ---------- */
.shell-culture footer.cs-footer { background: #13291f; color: #c9d6cd; text-align: left; border: 0; padding: 3rem 0 1.5rem; font-size: .92rem; }
.cs-foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 2rem; margin-bottom: 1.6rem; }
.cs-foot-brand b { font-family: var(--head-font); font-weight: 400; font-size: 1.6rem; color: #fff; }
.cs-motto { font-family: var(--head-font); font-style: italic; color: var(--cs-gold); font-size: 1.1rem; }
.cs-footer h2 { color: #fff; font-family: var(--body-font); font-weight: 700; font-size: .95rem; margin: 0 0 .5rem; }
.cs-footer ul { list-style: none; padding: 0; margin: 0; }
.cs-footer li { margin: 0 0 .3rem; }
.cs-footer a { color: #fff !important; text-decoration: none !important; }
.cs-footer a:hover { text-decoration: underline !important; }
.cs-footer p { max-width: none; }
.cs-legal { font-size: .8rem; color: #93a598; border-top: 1px solid #2a4236; padding-top: .9rem; }
.cs-footer .vmt { color: #93a598; }

/* ---------- small screens ---------- */
@media (max-width: 1060px) {
  .cs-nav { display: none; position: absolute; left: 0; right: 0; top: 100%; background: #fff; flex-direction: column; gap: 0; padding: .5rem 2rem 1rem; border-bottom: 1px solid var(--rule); }
  .cs-nav a { padding: .6rem 0; border-bottom: 1px solid var(--rule-soft); }
  .cs-menu-toggle:checked ~ .cs-header .cs-nav { display: flex; }
  .cs-burger { display: flex; margin-left: auto; }
  .cs-header-in { position: relative; }
  .cs-two { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .cs-foot-grid { grid-template-columns: 1fr 1fr; }
  .culture .decades { columns: 2; }
}
@media (max-width: 860px) { .culture-masthead { flex-direction: column; align-items: flex-start; gap: 1rem; } }
@media (max-width: 640px) {
  .cs-in { padding: 0 16px; }
  .cs-nav { padding: .5rem 16px 1rem; }
  .shell-culture main.cs-main { padding: 0 16px 2rem; }
  .shell-culture h1 { font-size: 2rem; }
  .cs-hero { min-height: 480px; }
  .cs-hero-text { left: 16px; right: 16px; bottom: 1.6rem; }
  .cs-section-head h2 { font-size: 1.7rem; }
  .cs-events { grid-template-columns: 1fr; }
  .cs-band { padding: 2rem 16px; }
  .culture-masthead { padding: 1.6rem 16px; }
  .culture-masthead h1 { font-size: 1.9rem; }
  .cs-feature { grid-template-columns: 5.5rem 1fr; }
  .cs-foot-grid { grid-template-columns: 1fr; }
  .culture.bulletin .regions-weather { columns: 1; }
  .culture .seal-row { flex-direction: column; align-items: flex-start; }
}
.cs-date b small { display: block; font-family: var(--body-font); font-size: .8rem; font-weight: 700; line-height: 1.1; text-align: center; }
.culture table.programme td { padding: .55rem .8rem; }
.culture .sc { font-variant: normal; letter-spacing: 0; font-weight: 700; }
.cs-subnav a, .cs-nav a { flex: none; }

/* ---------- tickets and passes for the national calendar ---------- */
.cs-tix { display: grid; gap: 1rem; }
.cs-tix-card { display: flex; gap: 1rem; background: #fff; border: 1px solid var(--rule); border-radius: 12px; padding: 1rem 1.1rem; scroll-margin-top: 6rem; }
.cs-tix-card:target { border-color: var(--cs-green); box-shadow: 0 0 0 2px var(--cs-green); }
.cs-tix-body { flex: 1; min-width: 0; }
.cs-tix-body h3 { margin: .1rem 0 .3rem; font-size: 1.4rem; }
.cs-tix-body p { margin: 0 0 .4rem; }
.cs-tix-form { display: flex; flex-wrap: wrap; gap: .6rem 1rem; align-items: end; margin-top: .7rem; padding-top: .7rem; border-top: 1px solid var(--rule-soft); }
.cs-tix-form label { display: grid; gap: .2rem; font-size: .85rem; font-weight: 600; color: var(--muted); }
.cs-tix-form select { font: inherit; font-size: .95rem; color: var(--ink); padding: .5rem .6rem; border: 1px solid var(--ink); border-radius: 8px; background: #fff; max-width: 100%; }
.cs-tix-form label:first-of-type { flex: 1 1 16rem; }
.cs-tix-form button { border: 0; cursor: pointer; font: inherit; font-weight: 700; }
.pass-page h1 { font: 400 clamp(2rem, 4vw, 2.8rem)/1.1 var(--head-font); margin: .2rem 0 .4rem; }
.cs-eyebrow { text-transform: uppercase; letter-spacing: .1em; font-size: .8rem; color: var(--muted); margin: 1.4rem 0 0; }
.cs-lede { font-size: 1.1rem; }
.cs-pass { display: grid; grid-template-columns: minmax(0, 1fr) auto; background: #fff; border: 1px solid var(--ink); border-radius: 16px; overflow: hidden; max-width: 46rem; margin: 1rem 0; }
.cs-pass-main { padding: 1.2rem 1.4rem; border-top: 8px solid var(--cs-green); }
.cs-pass-brand { font-weight: 700; color: var(--cs-green); margin: 0 0 .8rem; }
.cs-pass-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .6rem 1.2rem; margin: 0; }
.cs-pass-facts dt { font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); }
.cs-pass-facts dd { margin: 0; font-weight: 700; }
.cs-pass-code { display: grid; justify-items: center; align-content: center; gap: .4rem; padding: 1.1rem; background: var(--paper); border-left: 2px dashed var(--ink); }
.cs-pass-code b { font: 600 .82rem/1 ui-monospace, monospace; }
.cs-pass-code .sz-qr { width: 128px; height: 128px; }
.cs-actions { display: flex; gap: .6rem; flex-wrap: wrap; margin: 1rem 0; }
.cs-actions button { border: 0; cursor: pointer; font: inherit; font-weight: 700; }
.cs-btn.ghost { background: transparent; color: var(--cs-green) !important; border: 2px solid var(--cs-green); }
.cs-nav .sz-acct { opacity: .8; }
@media (max-width: 640px) { .cs-pass { grid-template-columns: 1fr; } .cs-pass-code { border-left: 0; border-top: 2px dashed var(--ink); } .cs-tix-card { flex-direction: column; } }
@media print { .cs-header, .cs-footer, .cs-subnav, .cs-actions { display: none !important; } .cs-pass { break-inside: avoid; } }
