/* Ray and the Sentimentals' Last Wedding
   Main site: "The Bandstand". Dark stage, gold, curtain red, marquee bulbs,
   built on the drum poster. The band's own page: a 1990s homepage (bottom of
   this file). The "More from Curtain & Cause" block and the footer use the
   company's own look (also near the bottom), the same on every show site.

   Mobile first. The audience skews 55 and over and books from a phone, so body
   type is 19px, touch targets are 48px or more, and the primary button sits
   above the fold on a phone (handoff, section 9). */

:root {
	--stage: #16110F;
	--stage-2: #231A16;
	--line: #3A2E26;
	--gold: #DCB158;
	--gold-light: #FFF1C4;
	--red: #960112;
	--red-deep: #7E0A16;
	--cream: #FDF8E7;
	--cream-2: #E9DFCB;
	--ink: #231A16;
	--display: "Fraunces", Georgia, serif;
	--label: "Barlow Condensed", "Arial Narrow", sans-serif;
	--serif: "Source Serif 4", Georgia, serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
	margin: 0;
	background: var(--stage);
	color: var(--cream);
	font-family: var(--serif);
	font-size: 19px;
	line-height: 1.6;
}
img { max-width: 100%; height: auto; }
a { color: var(--gold); text-underline-offset: 3px; }
a:hover { color: var(--gold-light); }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, summary:focus-visible {
	outline: 3px solid var(--gold);
	outline-offset: 3px;
}
h1, h2, h3 { font-family: var(--display); color: var(--gold); line-height: 1.1; margin: 0 0 .5em; text-wrap: balance; }
h1 { font-weight: 900; font-size: clamp(2.6rem, 9vw, 4.6rem); }
h2 { font-weight: 800; font-size: clamp(2.1rem, 6vw, 3rem); }
h3 { font-weight: 800; font-size: 1.45rem; }
p { margin: 0 0 1em; }
.wrap { max-width: 1120px; margin: 0 auto; padding: 0 20px; }
.skip { position: absolute; left: -9999px; top: 0; z-index: 100; background: var(--gold); color: var(--stage); padding: .6em 1em; }
.skip:focus { left: 8px; top: 8px; }

/* ------------------------------------------------------------- buttons */
.btn,
.wp-block-button__link {
	display: inline-flex; align-items: center; justify-content: center;
	min-height: 56px; padding: .2em 1.4em;
	font-family: var(--label); font-weight: 700; font-size: 1.3rem;
	letter-spacing: .09em; text-transform: uppercase; text-decoration: none;
	border-radius: 4px; border: 2px solid var(--gold);
	background: var(--gold); color: var(--stage);
	cursor: pointer; text-align: center; line-height: 1.1;
}
.btn:hover, .wp-block-button__link:hover { background: var(--gold-light); border-color: var(--gold-light); color: var(--stage); }
.btn-big { min-height: 64px; font-size: 1.5rem; width: 100%; max-width: 420px; box-shadow: 0 0 0 4px var(--stage), 0 0 0 6px var(--gold); }
.is-style-outline .wp-block-button__link { background: transparent; color: var(--cream); }
.is-style-outline .wp-block-button__link:hover { background: var(--gold); color: var(--stage); }
.wp-block-buttons { display: flex; flex-wrap: wrap; gap: 14px; margin: 1.2em 0; }
.cta { margin: 1.4em 0; }

/* the marquee bulbs */
.bulbs, hr.is-style-bulbs {
	height: 16px; border: 0; margin: 0;
	background-color: var(--stage);
	background-image: radial-gradient(circle, var(--gold-light) 0 3px, var(--gold) 3.5px 5px, transparent 5.5px);
	background-size: 20px 16px; background-repeat: repeat-x; background-position: center;
}
hr.is-style-gold-rule { width: 64px; height: 3px; border: 0; margin: 1.5em 0; background: var(--gold); }

/* -------------------------------------------------------------- header */
.site-head { background: var(--stage); border-bottom: 1px solid var(--line); position: relative; z-index: 20; }
.head-row { display: flex; align-items: center; justify-content: space-between; min-height: 68px; gap: 16px; flex-wrap: wrap; }
.brand { display: flex; flex-direction: column; text-decoration: none; padding: 8px 0; }
.brand-kicker { font-family: var(--label); font-weight: 600; font-size: .78rem; letter-spacing: .16em; text-transform: uppercase; color: var(--cream); line-height: 1.2; }
.brand-name { font-family: var(--display); font-weight: 800; font-size: 1.6rem; color: var(--gold); line-height: 1.05; }
.menu-btn {
	display: none; align-items: center; gap: 8px; min-height: 48px; padding: 0 16px;
	border: 1.5px solid var(--gold); border-radius: 4px; background: transparent; color: var(--cream);
	font-family: var(--label); font-weight: 600; font-size: 1.15rem; letter-spacing: .08em; text-transform: uppercase; cursor: pointer;
}
.menu-btn svg { color: var(--gold); }
.site-nav { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.site-nav ul { display: flex; flex-wrap: wrap; gap: 4px 22px; list-style: none; margin: 0; padding: 0; }
.site-nav a:not(.btn) {
	display: inline-flex; align-items: center; min-height: 48px;
	font-family: var(--label); font-weight: 600; font-size: 1.2rem; letter-spacing: .08em; text-transform: uppercase;
	color: var(--cream); text-decoration: none;
}
.site-nav a:not(.btn):hover, .site-nav a[aria-current="page"] { color: var(--gold); }
.site-nav a[aria-current="page"] { text-decoration: underline; text-decoration-thickness: 2px; }
.nav-cta { min-height: 48px; font-size: 1.1rem; }
/* With script on, the menu folds away on narrow screens. Without script it
   simply stays open, which is a longer header rather than a broken one. */
@media (max-width: 939px) {
	.js .menu-btn { display: inline-flex; }
	.js .site-nav { display: none; width: 100%; padding: 4px 0 18px; }
	.js .site-head.is-open .site-nav { display: flex; flex-direction: column; align-items: stretch; }
	.js .site-head.is-open .site-nav ul { flex-direction: column; }
	.js .site-head.is-open .site-nav a:not(.btn) { border-bottom: 1px solid var(--line); width: 100%; font-size: 1.35rem; }
}

/* ---------------------------------------------------------------- home */
.home-main > .wp-block-group { position: relative; }
.hero { text-align: center; padding: 0 0 36px; }
.hero .hero-art { margin: 0; position: relative; }
.hero .hero-art img { display: block; width: 100%; height: 340px; object-fit: cover; object-position: 50% 8%; }
.hero .hero-art::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 30px; background: linear-gradient(180deg, rgba(22,17,15,0), var(--stage)); }
.hero .hero-text { padding: 12px 20px 0; }
.kicker { font-family: var(--label); font-weight: 600; font-size: 1.2rem; letter-spacing: .16em; text-transform: uppercase; color: var(--cream); margin: 0; line-height: 1.3; }
.hero h1 { font-size: clamp(2.8rem, 12vw, 5.2rem); margin: 0; text-shadow: 0 2px 0 #000; }
.subtitle { font-style: italic; font-size: 1.1rem; margin: .3em 0 0; line-height: 1.35; }
.when { font-family: var(--label); font-weight: 600; font-size: 1.35rem; letter-spacing: .06em; text-transform: uppercase; margin: .8em 0 0; line-height: 1.25; }
.hero .cta { margin: 1.1em 0 .9em; }
.hero-small { font-size: 1.05rem; color: var(--cream-2); margin: 0; }
@media (min-width: 900px) {
	.hero { text-align: left; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: 48px; max-width: 1120px; margin: 0 auto; padding: 40px 20px 56px; }
	.hero .hero-art img { height: auto; aspect-ratio: 792 / 972; object-position: 50% 0; border-radius: 4px; }
	.hero .hero-art::after { display: none; }
	.hero .hero-text { padding: 0; }
	.hero .cta a { width: auto; }
}

.sec { padding: 56px 20px; }
.sec > * { max-width: 760px; margin-left: auto; margin-right: auto; }
.sec-curtain {
	background-color: var(--red-deep);
	background-image: repeating-linear-gradient(90deg, rgba(0,0,0,.16) 0 10px, rgba(0,0,0,0) 10px 26px, rgba(255,255,255,.04) 26px 34px);
	color: var(--cream);
}
.pitch { font-family: var(--display); font-weight: 600; font-size: clamp(1.75rem, 5.5vw, 2.6rem); line-height: 1.25; color: var(--cream); margin-top: 0; margin-bottom: 0; }
/* The short gold rule lines up with the left edge of the text column. */
.sec-curtain > hr.is-style-gold-rule { margin: 1.5em 0 1.5em max(0px, calc(50% - 380px)); }
.teaser { font-size: 1.1rem; margin-top: 0; margin-bottom: 0; }

.sec-dark { background: var(--stage); }
.sec-spot { background-color: var(--stage-2); background-image: radial-gradient(ellipse 70% 60% at 50% 0%, rgba(220,177,88,.28), rgba(220,177,88,0) 100%); }
.sec-line { border-top: 1px solid var(--line); }
.sec p { color: var(--cream-2); }
.sec .pitch, .sec .teaser { color: var(--cream); }

/* the four numbered parts of the evening */
.numbered { counter-reset: num; display: grid; gap: 28px; margin-top: 28px; }
.num-item { counter-increment: num; display: grid; grid-template-columns: 50px minmax(0, 1fr); column-gap: 12px; }
.num-item::before { content: counter(num); grid-row: 1 / span 9; font-family: var(--display); font-weight: 900; font-size: 2.75rem; line-height: 1; color: var(--gold); }
.num-item h3 { font-family: var(--label); font-weight: 700; font-size: 1.5rem; letter-spacing: .04em; text-transform: uppercase; color: var(--cream); margin: .1em 0 .2em; }
.num-item p { margin: 0 0 .6em; }
@media (min-width: 900px) { .sec > .numbered { max-width: 1000px; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 48px; } }

/* cream section: tables and prices */
.sec-cream { background: var(--cream); color: var(--ink); }
.sec-cream h2 { color: var(--red); }
.sec-cream h3 { color: var(--ink); font-family: var(--label); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; font-size: 1.4rem; margin-top: 1.4em; }
.sec-cream p, .sec-cream li { color: var(--ink); }
.sec-cream a:not(.btn):not(.wp-block-button__link) { color: var(--red); }
.sec-cream .btn, .sec-cream .wp-block-button__link { background: var(--red); border-color: var(--red); color: var(--cream); box-shadow: none; }
.sec-cream .btn:hover, .sec-cream .wp-block-button__link:hover { background: #6E0010; border-color: #6E0010; color: var(--cream); }
.place-cards { display: grid; gap: 18px; margin: 26px 0 8px; }
@media (min-width: 700px) { .place-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.place-card { background: #fff; border: 2px solid var(--gold); border-radius: 3px; padding: 22px 20px; text-align: center; box-shadow: 0 10px 0 -4px #E9DCC0; }
.place-label { font-family: var(--label); font-weight: 700; font-size: 1.3rem; letter-spacing: .12em; text-transform: uppercase; margin: 0; color: var(--ink); }
.place-price { font-family: var(--display); font-weight: 900; font-size: 3.4rem; line-height: 1.1; color: var(--red); margin: .05em 0; }
.place-price-soon { font-family: var(--label); font-weight: 600; font-size: 1.35rem; letter-spacing: .06em; text-transform: uppercase; line-height: 1.2; margin: .5em 0; }
.place-note { margin: 0; font-size: 1.05rem; }
.includes { list-style: none; padding: 0; margin: 0 0 1em; }
.includes li { position: relative; padding-left: 30px; margin: .35em 0; }
.includes li::before { content: "★"; position: absolute; left: 0; top: 0; color: var(--red); }
.sec-dark .includes li::before, .entry .includes li::before { color: var(--gold); }
.small { font-size: 1rem; }

/* ------------------------------------------------------ the page layout */
.page-head { text-align: center; padding: 40px 0 0; }
.page-head .wrap { padding-bottom: 26px; }
.page-kicker { font-family: var(--label); font-weight: 600; font-size: clamp(.9rem, 3.6vw, 1.05rem); letter-spacing: .1em; text-transform: uppercase; color: var(--cream-2); margin: 0 0 .3em; }
.page-head h1 { margin: 0; }
.entry { padding: 44px 20px 56px; }
.entry > * { max-width: 760px; margin-left: auto; margin-right: auto; }
.entry > .band, .entry > .sec { max-width: none; margin-left: -20px; margin-right: -20px; }
.entry > .band:last-child, .entry > .sec:last-child { margin-bottom: -56px; }
.entry h2 { margin-top: 1.3em; }
.entry > h2:first-child { margin-top: 0; }
.entry p, .entry li { color: var(--cream-2); }
.entry .sec-cream p, .entry .sec-cream li { color: var(--ink); }
.entry .lede { font-family: var(--display); font-weight: 600; font-size: clamp(1.45rem, 4.5vw, 1.9rem); line-height: 1.3; color: var(--cream); }
.entry ul, .entry ol { padding-left: 1.3em; }
.entry li { margin: .3em 0; }

/* facts list */
.facts-list { margin: 1.2em 0; display: grid; gap: 0; border-top: 1px solid var(--line); }
.facts-list div { display: grid; grid-template-columns: 9.5em minmax(0, 1fr); gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.facts-list dt { font-family: var(--label); font-weight: 700; font-size: 1.15rem; letter-spacing: .08em; text-transform: uppercase; color: var(--gold); }
.facts-list dd { margin: 0; color: var(--cream); }
.sec-cream .facts-list, .sec-cream .facts-list div { border-color: #E2D6B8; }
.sec-cream .facts-list dt { color: var(--red); }
.sec-cream .facts-list dd { color: var(--ink); }

/* FAQ */
.faq { margin: 1em 0 2em; }
.faq details { border-bottom: 1px solid var(--line); }
.faq details:first-child { border-top: 1px solid var(--line); }
.faq summary {
	cursor: pointer; list-style: none; position: relative;
	padding: 16px 44px 16px 0; min-height: 48px;
	font-family: var(--display); font-weight: 600; font-size: 1.3rem; line-height: 1.3; color: var(--cream);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 6px; top: 12px; font-family: var(--label); font-weight: 700; font-size: 1.8rem; color: var(--gold); }
.faq details[open] summary::after { content: "−"; }
.faq details > *:not(summary) { margin-top: 0; }
.faq details[open] { padding-bottom: 8px; }

/* ---------------------------------------------------------------- forms */
.form { display: grid; gap: 16px; margin: 1.4em 0; }
@media (min-width: 700px) { .form.two { grid-template-columns: repeat(2, minmax(0, 1fr)); } .form.join-form { grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr); } }
.form .full { grid-column: 1 / -1; }
.field label { display: block; font-family: var(--label); font-weight: 600; font-size: 1.15rem; letter-spacing: .05em; margin-bottom: 4px; color: var(--cream); }
.field input[type="text"], .field input[type="email"], .field input[type="tel"], .field textarea {
	width: 100%; min-height: 52px; padding: 10px 12px;
	font: inherit; font-size: 1.1rem; color: var(--ink);
	background: var(--cream); border: 2px solid var(--cream-2); border-radius: 3px;
}
.field textarea { min-height: 120px; }
.field.check { display: flex; align-items: center; gap: 12px; }
.field.check input { width: 26px; height: 26px; accent-color: var(--gold); }
.field.check label { margin: 0; font-family: var(--serif); font-size: 1.05rem; letter-spacing: 0; }
.form button { width: 100%; }
@media (min-width: 700px) { .form button { width: auto; } }
.form-small { font-size: .95rem; color: var(--cream-2); margin: 0; }
.form-note, .form-errors { padding: 12px 16px; border-radius: 3px; margin: 0; font-weight: 600; }
.form-note { background: #2F4A2A; color: #F2F7E9; }
.form-errors { background: #5A0E14; color: #FFEDEE; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.sec-cream .field label { color: var(--ink); }
.sec-cream .field input, .sec-cream .field textarea { background: #fff; border-color: #D8C9A5; }
.sec-cream .form-small { color: var(--ink); }
.join-box { border: 2px solid var(--gold); border-radius: 4px; padding: 22px 20px; margin: 1.6em 0; background: var(--stage-2); }
.join-box h3 { margin-top: 0; }

/* --------------------------------------------------- the seam, both ends */
.seam { background: var(--red); color: var(--cream); text-align: center; padding: 34px 24px 32px; }
.seam p { color: var(--cream); max-width: 640px; margin-left: auto; margin-right: auto; }
.seam .seam-line { font-family: var(--display); font-weight: 600; font-size: 1.5rem; line-height: 1.3; margin-bottom: .25em; }
.seam p:last-child { margin-bottom: 0; }
.entry > .seam { margin-left: -20px; margin-right: -20px; max-width: none; }

/* ============================================================
   THE BAND'S OWN PAGE: a 1990s homepage nobody updated.
   Deliberately loud, but still 18px and up: the joke is the
   style, never squinting.
   ============================================================ */
.band-main { background: var(--stage); padding: 0 0 40px; }
.band-main > .seam { margin-bottom: 26px; }
.retro-window {
	max-width: 860px; margin: 0 10px 0; background: #C0C0C0;
	border: 3px solid; border-color: #FFFFFF #808080 #808080 #FFFFFF;
	font-family: "Times New Roman", Times, serif; color: #000;
}
@media (min-width: 880px) { .retro-window { margin: 0 auto; } }
.home-main .retro-window { margin-top: 26px; margin-bottom: 40px; }
@media (min-width: 880px) { .home-main .retro-window { margin: 32px auto 48px; } }
.retro-bar {
	display: flex; align-items: center; justify-content: space-between; gap: 10px;
	min-height: 36px; margin: 0; padding: 4px 6px 4px 10px;
	background: #000080; color: #fff; font-family: Tahoma, Verdana, sans-serif; font-weight: 700; font-size: 15px; line-height: 1.2;
}
.retro-bar::after {
	content: "_   □   x"; white-space: pre; flex-shrink: 0;
	font-family: Tahoma, Verdana, sans-serif; font-size: 13px; color: #000;
	background: #C0C0C0; padding: 1px 6px; border: 2px solid; border-color: #FFFFFF #808080 #808080 #FFFFFF;
}
.retro-address { margin: 0; padding: 6px 8px; font-family: Tahoma, Verdana, sans-serif; font-size: 14px; color: #000; overflow-wrap: anywhere; }
.retro-address code, .retro-address kbd { font-family: inherit; background: #fff; padding: 1px 6px; border: 2px solid; border-color: #808080 #FFFFFF #FFFFFF #808080; }
.retro-page {
	background-color: #5B3A8C;
	background-image: url("../img/nineties-tile.svg");
	background-size: 120px 120px;
	padding: 16px 12px 24px; font-size: 19px; line-height: 1.5;
}
@media (min-width: 700px) { .retro-page { padding: 24px 28px 32px; } }
.retro-page p, .retro-page li { color: #000; }
.retro-page a { color: #0000EE; }
.retro-page a:visited { color: #551A8B; }
.marquee {
	overflow: hidden; white-space: nowrap; margin: 0 0 18px; padding: 8px 0;
	border: 2px solid #FF0000; background: #FFFF00;
	font-family: "Comic Neue", "Comic Sans MS", cursive; font-weight: 700; font-size: 20px; color: #CC0000 !important;
}
/* Starts with the words in view, scrolls them off, and comes round again. */
.marquee span { display: inline-block; padding: 0 100% 0 12px; animation: marquee 20s linear infinite; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-100%); } }
@media (prefers-reduced-motion: reduce) {
	.marquee { white-space: normal; text-align: center; padding: 8px 10px; }
	.marquee span { padding-left: 0; animation: none; }
}
.retro-title {
	font-family: "Times New Roman", Times, serif !important; font-weight: 700; font-size: clamp(38px, 9vw, 60px);
	line-height: 1.05; text-align: center; color: #FFFF00 !important; text-shadow: 3px 3px 0 #000; margin: 10px 0 4px;
}
.retro-sub { text-align: center; font-style: italic; font-size: 21px; color: #fff !important; margin: 0 0 16px; text-shadow: 2px 2px 0 #2A1646; }
hr.is-style-rainbow { height: 6px; border: 0; margin: 16px 0; background: linear-gradient(90deg, #FF0000, #FF9900, #FFFF00, #00CC00, #0066FF, #9900CC); }
.retro-panel {
	background: #fff; padding: 16px 16px 20px; margin: 0 0 18px;
	border: 5px solid; border-color: #E0E0E0 #606060 #606060 #E0E0E0;
}
.retro-panel > :last-child { margin-bottom: 0; }
.retro-panel h2, .retro-panel h3 {
	font-family: "Times New Roman", Times, serif; font-weight: 700; color: #000080;
	font-size: 28px; margin: 18px 0 6px; text-wrap: wrap;
}
.retro-panel h2:first-child, .retro-panel h3:first-child { margin-top: 0; }
.retro-panel ul { padding-left: 24px; margin: 0 0 12px; }
.retro-panel li { margin: 3px 0; }
.under-construction {
	margin: 0 0 14px; padding: 7px 8px;
	background: repeating-linear-gradient(45deg, #000 0 12px, #FFD400 12px 24px);
}
.under-construction span, .under-construction strong { background: #FFD400; color: #000; padding: 2px 8px; font-weight: 700; }
.photo-soon {
	display: flex; align-items: center; justify-content: center; min-height: 180px; margin: 0 0 16px; padding: 14px;
	border: 3px dashed #808080; text-align: center; color: #404040 !important; font-size: 19px;
}
.blink { color: #FF0000; font-size: .6em; vertical-align: middle; animation: blink 1.1s steps(1, end) infinite; }
@keyframes blink { 50% { visibility: hidden; } }
@media (prefers-reduced-motion: reduce) { .blink { animation: none; } }
.award {
	text-align: center; margin: 0 0 18px !important; padding: 10px 12px;
	background: #FFFFCC; border: 3px double #996600; color: #663300 !important; font-weight: 700;
}
.retro-details { margin: 8px 0 14px; }
.retro-details summary {
	display: inline-block; cursor: pointer; list-style: none; min-height: 44px;
	padding: 9px 16px; background: #C0C0C0; color: #000;
	border: 3px solid; border-color: #FFFFFF #808080 #808080 #FFFFFF;
	font-family: Tahoma, Verdana, sans-serif; font-weight: 700; font-size: 17px;
}
.retro-details summary::-webkit-details-marker { display: none; }
.retro-details[open] summary { border-color: #808080 #FFFFFF #FFFFFF #808080; }
.retro-details > :not(summary) { margin: 10px 0 0; padding: 12px 14px; background: #EFEFEF; border: 2px solid #808080; }
.retro-details > :not(summary) + :not(summary) { margin-top: 0; border-top: 0; }
.guestbook { border: 2px solid #808080; margin: 0 0 14px; }
.gb-entry { padding: 10px 12px; border-bottom: 2px solid #808080; }
.gb-entry:nth-child(even) { background: #F2F2F2; }
.gb-entry:last-child { border-bottom: 0; }
.gb-entry p { margin: 0; }
.gb-entry .gb-by { font-size: 16px; font-style: italic; color: #404040 !important; margin-top: 2px; }
.hit-counter { text-align: center; margin: 20px 0 6px; }
.hit-counter p { color: #fff !important; margin: 0 0 6px; font-size: 19px; }
.hit-counter p:first-child, .retro-foot { display: table; margin-left: auto !important; margin-right: auto !important; padding: 2px 10px; background: #3B2361; }
.hit-digits { display: inline-flex !important; gap: 3px; padding: 4px; background: #000; margin: 0 !important; }
.hit-digits span { padding: 0 6px; border: 1px solid #333; font-family: "Courier New", monospace; font-weight: 700; font-size: 26px; color: #39FF14; }
.retro-foot { text-align: center; color: #fff !important; font-size: 17px; margin: 12px 0 0; }
.retro-enter { justify-content: center; }
.retro-enter .wp-block-button__link {
	background: #C0C0C0; color: #000; border: 3px solid; border-color: #FFFFFF #808080 #808080 #FFFFFF; border-radius: 0;
	font-family: Tahoma, Verdana, sans-serif; font-weight: 700; letter-spacing: .02em; text-transform: none; font-size: 20px; box-shadow: none;
}
.retro-enter .wp-block-button__link:hover { background: #D4D4D4; color: #000; border-color: #FFFFFF #808080 #808080 #FFFFFF; }
.retro-enter .wp-block-button__link:active { border-color: #808080 #FFFFFF #FFFFFF #808080; }
.band-exit { text-align: center; padding: 32px 20px 0; }
.band-exit p { color: var(--cream-2); }

/* ============================================================
   CURTAIN & CAUSE: the family block and the footer.
   The company's own faces and colours (curtainandcause.com), so
   this part looks the same on every show's site.
   ============================================================ */
.family { background: #FDF8E7; color: #262422; border-top: 8px solid #960112; font-family: "Source Serif 4", Georgia, serif; font-size: 18px; line-height: 1.6; }
.family-inner { max-width: 1120px; margin: 0 auto; padding: 48px 20px 44px; }
.family-label { font-family: "Josefin Sans", sans-serif; font-weight: 600; font-size: 15px; letter-spacing: .2em; text-transform: uppercase; color: #960112; margin: 0 0 10px; }
.family-title { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 700; font-size: clamp(32px, 6vw, 44px); line-height: 1.1; color: #262422; margin: 0 0 12px; }
.family-lede { margin: 0 0 26px; color: #262422; max-width: 640px; }
.family-kind { font-family: "Josefin Sans", sans-serif; font-weight: 600; font-size: 15px; letter-spacing: .18em; text-transform: uppercase; color: #474644; margin: 18px 0 8px; }
.family-list { list-style: none; margin: 0 0 12px; padding: 0; display: grid; gap: 12px; }
@media (min-width: 700px) { .family-list { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1000px) { .family-list { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.family-list a { display: flex; gap: 14px; align-items: center; min-height: 48px; text-decoration: none; color: #262422; }
.family-list img { width: 72px; height: 107px; object-fit: cover; flex-shrink: 0; border: 1px solid #E6DCC0; background: #EFE6CF; }
.family-show { display: block; font-family: "Cormorant Garamond", Georgia, serif; font-weight: 700; font-size: 24px; line-height: 1.2; }
.family-sub { display: block; font-style: italic; font-size: 17px; color: #474644; line-height: 1.4; }
.family-list a:hover .family-show { color: #960112; }
.family-more { margin: 26px 0 0; }
.btn-cc { background: #960112; border-color: #960112; color: #FDF8E7; font-family: "Josefin Sans", sans-serif; font-weight: 600; font-size: 16px; letter-spacing: .14em; border-radius: 2px; }
.btn-cc:hover { background: #6E0010; border-color: #6E0010; color: #FDF8E7; }

.site-foot { background: #262422; color: #FDF8E7; padding: 36px 0 48px; font-family: "Source Serif 4", Georgia, serif; font-size: 18px; }
.foot-kicker { font-family: "Josefin Sans", sans-serif; font-weight: 600; font-size: 14px; letter-spacing: .2em; text-transform: uppercase; color: #DCB158; margin: 0 0 4px; }
.foot-cc { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 700; font-size: 32px; color: #FDF8E7; text-decoration: none; }
.foot-cc:hover { color: #DCB158; }
.foot-nav ul { list-style: none; padding: 0; margin: 20px 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 16px; }
@media (min-width: 800px) { .foot-nav ul { display: flex; flex-wrap: wrap; gap: 0 26px; } }
.foot-nav a { display: inline-flex; align-items: center; min-height: 44px; color: #FDF8E7; }
.foot-nav a:hover { color: #DCB158; }
.copy { font-size: 15px; color: #D9D1BE; margin: 0; }
.copy a { color: #D9D1BE; }

/* Text written for one sales state only (Group blocks with these classes).
   Before tickets go on sale, .only-live is hidden; after, .only-soon is. */
.tickets-soon .only-live, .tickets-live .only-soon { display: none !important; }

/* press page poster */
.press-poster { margin: 1em auto; max-width: 420px; }
.press-poster img { display: block; width: 100%; border-radius: 3px; }
