:root {
  color-scheme: dark;
  --ink: #f9f3e7;
  --ink-soft: #d7c9b5;
  --muted: #9f9387;
  --paper: #13110f;
  --paper-2: #1d1814;
  --wash: #080707;
  --line: rgba(255, 217, 146, 0.16);
  --black: #050505;
  --red: #e4341e;
  --red-dark: #a91d12;
  --gold: #f6bb45;
  --gold-soft: #ffdf8a;
  --blue: #00b8ff;
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.45);
  --radius: 8px;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
  min-width: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 85% 6%, rgba(228, 52, 30, 0.16), transparent 30%),
    radial-gradient(circle at 12% 34%, rgba(246, 187, 69, 0.09), transparent 34%),
    var(--wash);
  color: var(--ink);
  overflow-x: hidden;
}

body.modal-open,
body.nav-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

button:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

::selection {
  background: var(--red);
  color: white;
}

.skip-link {
  position: fixed;
  left: 18px;
  top: 12px;
  z-index: 100;
  transform: translateY(-140%);
  border-radius: var(--radius);
  background: var(--gold);
  color: var(--black);
  padding: 10px 14px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: var(--shadow);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 217, 146, 0.14);
  background: rgba(5, 5, 5, 0.86);
  color: var(--ink);
  backdrop-filter: blur(18px);
}

.site-header.scrolled {
  background: rgba(8, 7, 7, 0.96);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.28);
}

.nav-wrap,
.section,
.trust-strip,
.booking-band,
.site-footer {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.nav-wrap {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand img {
  width: 172px;
  height: auto;
  object-fit: contain;
}

.nav-links,
.nav-actions,
.hero-actions,
.footer-links {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.nav-links a,
.footer-links a {
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  opacity: 0.84;
  overflow-wrap: anywhere;
}

.nav-links a:hover,
.footer-links a:hover {
  opacity: 1;
  color: var(--gold);
}

.button,
.icon-text-button,
.text-button,
.menu-button,
.ticket-stepper button,
.modal-close,
.save-button,
.gallery-item {
  border: 0;
}

.button,
.icon-text-button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: var(--radius);
  padding: 10px 16px;
  font-weight: 950;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  transition:
    transform 160ms ease,
    background 160ms ease,
    color 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.button:hover,
.icon-text-button:hover,
.save-button:hover,
.modal-close:hover,
.ticket-stepper button:hover,
.gallery-item:hover {
  transform: translateY(-1px);
}

.button.primary {
  background: linear-gradient(135deg, var(--red), #ff6b2a);
  color: white;
  box-shadow: 0 14px 28px rgba(228, 52, 30, 0.24);
}

.button.primary:hover {
  background: linear-gradient(135deg, var(--red-dark), var(--red));
}

.button.light {
  background: var(--gold);
  color: var(--black);
}

.button.dark {
  background: var(--black);
  color: var(--ink);
  border: 1px solid rgba(255, 217, 146, 0.18);
}

.button.ghost {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  color: var(--ink);
}

.button.large {
  min-height: 50px;
  padding: 13px 20px;
}

.icon-text-button {
  border: 1px solid rgba(255, 217, 146, 0.22);
  background: rgba(255, 255, 255, 0.05);
  color: currentColor;
}

.count-pill {
  display: inline-grid;
  min-width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 999px;
  background: var(--gold);
  color: var(--black);
  padding: 0 6px;
  font-size: 12px;
  font-weight: 950;
}

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  color: currentColor;
}

.menu-button span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 3px auto;
  background: currentColor;
}

.hero-section {
  position: relative;
  min-height: 730px;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--black);
  color: var(--ink);
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.96) 0%, rgba(5, 5, 5, 0.72) 44%, rgba(5, 5, 5, 0.25) 100%),
    linear-gradient(0deg, rgba(5, 5, 5, 0.94) 0%, rgba(5, 5, 5, 0.14) 48%);
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 132px 0 44px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 410px);
  gap: 34px;
  align-items: end;
}

.hero-copy {
  max-width: 770px;
}

.hero-logo {
  width: min(520px, 100%);
  height: auto;
  margin-bottom: 24px;
  filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.42));
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0;
}

.hero-copy h1,
.section-heading h2,
.booking-band h2,
.contact-copy h2 {
  margin: 0;
  font-weight: 950;
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-copy h1 {
  max-width: 720px;
  font-size: 76px;
}

.hero-copy p:not(.eyebrow) {
  max-width: 670px;
  margin: 22px 0 0;
  color: rgba(249, 243, 231, 0.84);
  font-size: 20px;
  line-height: 1.55;
}

.hero-actions {
  flex-wrap: wrap;
  margin-top: 30px;
}

.event-finder,
.filter-panel,
.contact-form,
.ticket-modal,
.saved-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(19, 17, 15, 0.94);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.event-finder {
  padding: 16px;
  display: grid;
  gap: 12px;
}

.event-finder strong {
  font-size: 18px;
  font-weight: 950;
}

label,
fieldset {
  display: grid;
  gap: 8px;
  margin: 0;
}

label span,
legend {
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 850;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #0d0c0b;
  color: var(--ink);
  padding: 12px 13px;
  outline: none;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  color: #7d7367;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(246, 187, 69, 0.14);
}

.trust-strip {
  position: relative;
  z-index: 2;
  margin-top: -24px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(19, 17, 15, 0.96);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.26);
  overflow: hidden;
}

.trust-strip div {
  padding: 24px;
  border-right: 1px solid var(--line);
}

.trust-strip div:last-child {
  border-right: 0;
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip strong {
  color: var(--gold-soft);
  font-size: 23px;
  font-weight: 950;
}

.trust-strip span {
  margin-top: 7px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.section {
  padding: 88px 0 0;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 460px);
  gap: 32px;
  align-items: end;
  margin-bottom: 26px;
}

.section-heading h2,
.booking-band h2,
.contact-copy h2 {
  font-size: 44px;
}

.section-heading p,
.booking-band p,
.contact-copy p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.65;
}

.event-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.segmented {
  display: flex;
  align-items: center;
  gap: 6px;
  overflow-x: auto;
  padding-bottom: 2px;
}

.segmented button {
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
  color: var(--ink);
  padding: 9px 14px;
  font-weight: 900;
  white-space: nowrap;
}

.segmented button.active {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--black);
}

.control-field {
  width: 190px;
}

.event-layout {
  display: grid;
  grid-template-columns: 282px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.filter-panel {
  position: sticky;
  top: 98px;
  padding: 18px;
  background: rgba(19, 17, 15, 0.96);
}

.panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.panel-head strong {
  font-size: 18px;
  font-weight: 950;
}

.text-button {
  background: transparent;
  color: var(--gold);
  font-weight: 900;
  padding: 0;
}

fieldset {
  border: 0;
  padding: 0;
  margin-top: 18px;
}

.check-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}

.check-row input {
  width: 18px;
  height: 18px;
  accent-color: var(--red);
}

.check-row span {
  color: var(--ink);
  font-size: 14px;
  font-weight: 760;
}

.result-summary {
  min-height: 24px;
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.event-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.event-card,
.work-card,
.service-board article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
}

.event-card {
  display: grid;
  min-height: 100%;
}

.event-media {
  position: relative;
  min-height: 204px;
  aspect-ratio: 4 / 3;
  background: var(--black);
  overflow: hidden;
}

.event-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.event-card:hover .event-media img,
.work-card:hover img,
.gallery-item:hover img {
  transform: scale(1.035);
}

.event-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.58));
}

.event-date {
  position: absolute;
  left: 14px;
  top: 14px;
  z-index: 1;
  width: 64px;
  border-radius: var(--radius);
  background: rgba(5, 5, 5, 0.86);
  color: var(--ink);
  padding: 9px 7px;
  text-align: center;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.24);
}

.event-date strong,
.event-date span {
  display: block;
}

.event-date span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.event-date strong {
  margin-top: 2px;
  font-size: 24px;
  line-height: 1;
}

.event-badge {
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 1;
  border-radius: 999px;
  background: rgba(228, 52, 30, 0.88);
  color: white;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 950;
}

.event-body {
  padding: 18px;
  display: grid;
  gap: 14px;
}

.event-kicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}

.event-card h3 {
  margin: 0;
  font-size: 23px;
  line-height: 1.12;
}

.event-card p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.55;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.tag {
  border-radius: 999px;
  background: rgba(246, 187, 69, 0.1);
  color: var(--gold-soft);
  padding: 6px 9px;
  font-size: 12px;
  font-weight: 850;
}

.event-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid var(--line);
  padding-top: 14px;
}

.price {
  display: grid;
  gap: 2px;
}

.price span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.price strong {
  color: var(--gold-soft);
  font-size: 20px;
  font-weight: 950;
}

.card-actions {
  display: flex;
  gap: 8px;
}

.save-button {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
  color: var(--ink);
  font-weight: 950;
}

.save-button.saved {
  border-color: var(--gold);
  background: rgba(246, 187, 69, 0.14);
  color: var(--gold);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 10px;
}

.gallery-item {
  position: relative;
  min-height: 220px;
  border-radius: var(--radius);
  background: var(--paper);
  overflow: hidden;
  color: white;
  text-align: left;
}

.gallery-item.wide {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.72));
}

.gallery-item span {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 1;
  font-weight: 950;
}

.gallery-item strong,
.gallery-item small {
  display: block;
}

.gallery-item small {
  margin-top: 5px;
  color: rgba(249, 243, 231, 0.72);
  font-size: 12px;
  font-weight: 850;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.work-card {
  display: grid;
}

.work-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: var(--black);
  transition: transform 220ms ease;
}

.work-card-body {
  padding: 18px;
  display: grid;
  gap: 12px;
}

.work-card h3 {
  margin: 0;
  font-size: 22px;
}

.work-card p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.55;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  padding-top: 12px;
  gap: 8px;
}

.metrics strong,
.metrics span {
  display: block;
}

.metrics strong {
  color: var(--gold-soft);
  font-size: 18px;
  font-weight: 950;
}

.metrics span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.service-board {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.service-board article {
  padding: 22px;
}

.service-board span {
  color: var(--red);
  font-size: 13px;
  font-weight: 950;
}

.service-board h3 {
  min-height: 58px;
  margin: 12px 0 10px;
  font-size: 22px;
  line-height: 1.15;
}

.service-board p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.55;
}

.booking-band {
  margin-top: 88px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  border: 1px solid rgba(246, 187, 69, 0.22);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(228, 52, 30, 0.34), rgba(246, 187, 69, 0.08)),
    var(--black);
  color: var(--ink);
  padding: 34px;
  overflow: hidden;
}

.booking-band p {
  max-width: 760px;
  margin-top: 14px;
}

.resident-artists {
  grid-template-columns: minmax(0, 0.85fr) minmax(520px, 1.15fr);
  align-items: stretch;
}

.artist-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.artist-list article {
  border: 1px solid rgba(255, 217, 146, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
}

.artist-card {
  min-width: 0;
}

.artist-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  background: rgba(255, 255, 255, 0.06);
}

.artist-card strong,
.artist-card span {
  padding-inline: 16px;
}

.artist-list strong,
.artist-list span {
  display: block;
}

.artist-list strong {
  color: var(--gold-soft);
  font-size: 17px;
  font-weight: 950;
  margin-top: 14px;
}

.artist-list span {
  margin-top: 7px;
  margin-bottom: 16px;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 760;
  line-height: 1.45;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 34px;
  align-items: start;
  padding-bottom: 86px;
}

.contact-copy {
  position: sticky;
  top: 110px;
}

.contact-copy p {
  margin-top: 18px;
}

.contact-list {
  display: grid;
  gap: 10px;
  margin-top: 24px;
  color: var(--ink-soft);
  font-weight: 850;
}

.contact-list a {
  text-decoration: none;
}

.contact-form {
  padding: 22px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 14px;
}

.contact-form textarea {
  margin-bottom: 16px;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 24px;
  border-top: 1px solid var(--line);
  padding: 30px 0 42px;
}

.site-footer p {
  max-width: 520px;
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.5;
}

.footer-primary {
  min-width: 0;
}

.footer-links {
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 460px;
}

.footer-brand img {
  width: 210px;
}

.builder-credit {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
  padding: 14px;
  min-width: 0;
}

.builder-credit img {
  width: 62px;
  height: 62px;
  flex: 0 0 auto;
  border-radius: 16px;
  object-fit: cover;
  background: white;
}

.builder-credit div {
  min-width: 0;
}

.builder-credit span,
.builder-credit strong {
  display: block;
}

.builder-credit span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.builder-credit strong {
  margin-top: 3px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 950;
}

.builder-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 8px;
}

.builder-links a {
  color: var(--gold-soft);
  font-size: 13px;
  font-weight: 850;
  overflow-wrap: anywhere;
}

.modal-root {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
}

.modal-root.open {
  display: block;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(10px);
}

.ticket-modal,
.saved-panel,
.work-detail,
.gallery-detail {
  position: absolute;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.ticket-modal {
  left: 50%;
  top: 50%;
  width: min(940px, calc(100% - 28px));
  max-height: min(760px, calc(100vh - 34px));
  transform: translate(-50%, -50%);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.7fr);
}

.saved-panel {
  right: 18px;
  top: 92px;
  width: min(430px, calc(100% - 36px));
  max-height: calc(100vh - 122px);
  display: grid;
}

.modal-media {
  position: relative;
  min-height: 100%;
  background: var(--black);
  color: var(--ink);
  display: grid;
  align-content: end;
  overflow: hidden;
}

.modal-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
}

.modal-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.82));
}

.modal-media > div {
  position: relative;
  z-index: 1;
  padding: 26px;
}

.modal-media h2 {
  max-width: 520px;
  margin: 0;
  font-size: 38px;
  line-height: 1.04;
}

.modal-media p:not(.eyebrow) {
  max-width: 540px;
  margin: 14px 0 0;
  color: rgba(249, 243, 231, 0.84);
  line-height: 1.55;
}

.modal-content,
.saved-content {
  padding: 22px;
  overflow: auto;
}

.modal-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.modal-top strong {
  display: block;
  font-size: 19px;
  font-weight: 950;
}

.modal-top span:not(.tag) {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-weight: 760;
}

.modal-close {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  color: var(--ink);
  font-size: 20px;
  font-weight: 950;
}

.ticket-list {
  display: grid;
  gap: 10px;
}

.ticket-tier {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px;
}

.ticket-tier h3 {
  margin: 0;
  font-size: 17px;
  overflow-wrap: anywhere;
}

.ticket-tier p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
}

.ticket-stepper {
  display: grid;
  grid-template-columns: 34px 34px 34px;
  align-items: center;
  gap: 4px;
}

.ticket-stepper button,
.ticket-stepper output {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: var(--radius);
  font-weight: 950;
}

.ticket-stepper button {
  background: var(--red);
  color: white;
}

.ticket-stepper output {
  background: rgba(255, 255, 255, 0.08);
}

.promo-form,
.attendee-panel,
.ticket-benefits {
  margin-top: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
  padding: 14px;
}

.promo-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: end;
}

.promo-form p {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 780;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.attendee-panel > strong {
  display: block;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 950;
}

.attendee-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.ticket-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.ticket-benefits div {
  min-width: 0;
}

.ticket-benefits strong,
.ticket-benefits span {
  display: block;
}

.ticket-benefits strong {
  color: var(--gold-soft);
  font-size: 13px;
  font-weight: 950;
}

.ticket-benefits span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 760;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.order-summary {
  margin-top: 18px;
  border-top: 1px solid var(--line);
  padding-top: 16px;
}

.summary-line {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 9px;
  color: var(--ink-soft);
  font-weight: 800;
  min-width: 0;
}

.summary-line span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.summary-line.discount {
  color: var(--gold);
}

.summary-line.total {
  margin-top: 12px;
  color: var(--gold-soft);
  font-size: 20px;
  font-weight: 950;
}

.checkout-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 16px;
}

.saved-list {
  display: grid;
  gap: 12px;
}

.saved-item {
  display: grid;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px;
}

.saved-item img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: var(--radius);
}

.saved-item strong {
  font-size: 17px;
}

.saved-item span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 760;
}

.empty-state {
  border: 1px dashed var(--line);
  border-radius: var(--radius);
  padding: 26px;
  color: var(--muted);
  text-align: center;
  font-weight: 800;
}

.work-detail {
  left: 50%;
  top: 50%;
  width: min(860px, calc(100% - 28px));
  max-height: calc(100vh - 34px);
  transform: translate(-50%, -50%);
  overflow: auto;
}

.work-detail img {
  width: 100%;
  aspect-ratio: 16 / 8;
  object-fit: cover;
}

.work-detail-body {
  padding: 22px;
}

.work-detail-body h2 {
  margin: 10px 0 0;
  font-size: 34px;
}

.work-detail-body p {
  color: var(--ink-soft);
  line-height: 1.6;
}

.gallery-detail {
  left: 50%;
  top: 50%;
  width: min(860px, calc(100% - 28px));
  max-height: calc(100vh - 34px);
  transform: translate(-50%, -50%);
  overflow: auto;
}

.gallery-detail .modal-close {
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 1;
  background: rgba(0, 0, 0, 0.68);
}

.gallery-detail img {
  width: 100%;
  max-height: 72vh;
  object-fit: contain;
  background: var(--black);
}

.gallery-detail > div {
  padding: 18px 22px 22px;
}

.gallery-detail h2 {
  margin: 10px 0 0;
  font-size: 30px;
}

.gallery-folder-detail {
  width: min(980px, calc(100% - 28px));
}

.gallery-detail-head {
  padding: 22px 22px 6px;
}

.gallery-detail-head p {
  max-width: 720px;
  margin: 10px 0 0;
  color: var(--ink-soft);
  line-height: 1.55;
}

.gallery-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 16px 22px 22px;
}

.gallery-detail-grid figure {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
  overflow: hidden;
}

.gallery-detail-grid img {
  width: 100%;
  max-height: none;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.gallery-detail-grid figcaption {
  padding: 10px 12px 12px;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 850;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 22px;
  z-index: 120;
  max-width: min(420px, calc(100% - 36px));
  transform: translate(-50%, 120%);
  border-radius: var(--radius);
  background: var(--gold);
  color: var(--black);
  padding: 13px 16px;
  font-weight: 900;
  box-shadow: var(--shadow);
  transition: transform 180ms ease;
}

.toast.show {
  transform: translate(-50%, 0);
}

@media (max-width: 1020px) {
  .nav-links {
    position: fixed;
    inset: 78px 0 auto;
    display: none;
    background: var(--black);
    color: var(--ink);
    border-bottom: 1px solid var(--line);
    padding: 18px;
    box-shadow: var(--shadow);
  }

  body.nav-open .nav-links {
    display: grid;
    gap: 16px;
  }

  .menu-button {
    display: grid;
  }

  .hero-inner,
  .section-heading,
  .event-layout,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    padding-top: 116px;
  }

  .filter-panel,
  .contact-copy {
    position: static;
  }

  .service-board,
  .work-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .resident-artists,
  .artist-list {
    grid-template-columns: 1fr;
  }

  .ticket-modal {
    grid-template-columns: 1fr;
    overflow: auto;
  }

  .attendee-grid,
  .ticket-benefits {
    grid-template-columns: 1fr;
  }

  .modal-media {
    min-height: 280px;
  }
}

@media (max-width: 760px) {
  .nav-wrap,
  .section,
  .trust-strip,
  .booking-band,
  .site-footer {
    width: min(100% - 28px, 1180px);
  }

  .brand img {
    width: 134px;
  }

  .nav-actions .button.primary,
  .icon-text-button {
    display: none;
  }

  .hero-section {
    min-height: 780px;
  }

  .hero-inner {
    width: min(100% - 28px, 1180px);
    padding: 104px 0 30px;
  }

  .hero-logo {
    width: min(360px, 100%);
  }

  .hero-copy h1 {
    font-size: 45px;
  }

  .hero-copy p:not(.eyebrow) {
    font-size: 17px;
  }

  .hero-actions,
  .event-controls {
    align-items: stretch;
    flex-direction: column;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .builder-credit {
    align-items: flex-start;
  }

  .builder-links {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-actions .button,
  .booking-band .button,
  .checkout-actions {
    width: 100%;
  }

  .trust-strip,
  .event-grid,
  .work-grid,
  .service-board,
  .form-grid,
  .booking-band,
  .checkout-actions,
  .promo-form,
  .attendee-grid,
  .ticket-benefits,
  .artist-list,
  .gallery-detail-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-item,
  .gallery-item.wide {
    grid-column: auto;
    grid-row: auto;
    min-height: 260px;
  }

  .trust-strip div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-strip div:last-child {
    border-bottom: 0;
  }

  .section {
    padding-top: 64px;
  }

  .section-heading h2,
  .booking-band h2,
  .contact-copy h2 {
    font-size: 34px;
  }

  .control-field {
    width: 100%;
  }

  .event-footer,
  .ticket-tier {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .ticket-stepper {
    justify-self: start;
  }

  .event-footer {
    flex-direction: column;
  }

  .card-actions {
    width: 100%;
  }

  .card-actions .button {
    flex: 1;
  }

  .saved-panel {
    top: 82px;
  }

  .modal-media h2 {
    font-size: 30px;
  }
}
