/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono:
      ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(
      --default-font-family,
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji"
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(
      --default-mono-font-family,
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace
    );
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(
      --default-mono-font-variation-settings,
      normal
    );
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not ((-webkit-appearance: -apple-pay-button))) or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer components;
@layer utilities {
  .visible {
    visibility: visible;
  }
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .table {
    display: table;
  }
}
:root {
  --ink: #080808;
  --ink-soft: #10100f;
  --panel: #171715;
  --gold: #c6a15b;
  --gold-light: #e1c987;
  --cream: #f1eadc;
  --muted: #aca79d;
  --line: #c6a15b3d;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  background: var(--ink);
}
body {
  background: var(--ink);
  color: var(--cream);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  margin: 0;
}
body,
a,
button {
  cursor: default;
}
a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
}
::selection {
  background: var(--gold);
  color: var(--ink);
}
.site-header {
  z-index: 20;
  border-bottom: 1px solid #ffffff1a;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
  width: 100%;
  padding: 28px clamp(24px, 5vw, 78px);
  display: grid;
  position: absolute;
  top: 0;
  left: 0;
}
.wordmark {
  width: max-content;
  font-family: var(--serif);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  flex-direction: column;
  font-size: 19px;
  font-weight: 600;
  line-height: 0.82;
  display: inline-flex;
}
.desktop-nav {
  color: #f1eadcb8;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  align-items: center;
  gap: 32px;
  font-size: 11px;
  font-weight: 700;
  display: flex;
}
.desktop-nav a {
  transition: color 0.18s;
}
.desktop-nav a:hover,
.desktop-nav a:focus-visible {
  color: var(--gold-light);
}
.nav-cta {
  border-bottom: 1px solid var(--gold);
  color: var(--gold-light);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  justify-self: end;
  padding-bottom: 5px;
  font-size: 11px;
  font-weight: 700;
}
.nav-cta span,
.text-link span,
.contact-email span,
.social-list span,
blockquote a span {
  margin-left: 7px;
  transition: transform 0.18s;
  display: inline-block;
}
.nav-cta:hover span,
.text-link:hover span,
.contact-email:hover span,
.social-list a:hover span,
blockquote a:hover span {
  transform: translate(3px, -3px);
}
.hero {
  background: #050505;
  align-items: center;
  min-height: 100svh;
  display: flex;
  position: relative;
  overflow: hidden;
}
.hero-art {
  filter: saturate(0.82) contrast(1.05);
  background-image: url(/assets/circle-unbroken-logo-placeholder.jpg);
  background-position: 52%;
  background-repeat: no-repeat;
  background-size: cover;
  width: min(52vw, 840px);
  position: absolute;
  inset: 0 0 0 auto;
}
.hero-scrim {
  background:
    linear-gradient(90deg, #050505 0% 45%, #050505ab 61%, #0505050d 84%),
    linear-gradient(#0000 76%, #050505 100%);
  position: absolute;
  inset: 0;
}
.hero-content {
  z-index: 2;
  width: min(1220px, 100% - 48px);
  margin: 72px auto 0;
  position: relative;
}
.eyebrow,
.section-label {
  color: var(--gold);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  align-items: center;
  gap: 13px;
  font-size: 11px;
  font-weight: 800;
  display: flex;
}
.eyebrow span {
  background: var(--gold);
  width: 30px;
  height: 1px;
}
.hero h1 {
  max-width: 850px;
  font-family: var(--serif);
  letter-spacing: -0.055em;
  text-wrap: balance;
  margin: 28px 0 18px;
  font-size: clamp(63px, 8.2vw, 126px);
  font-weight: 400;
  line-height: 0.86;
}
.hero-tagline {
  color: var(--gold-light);
  font-family: var(--serif);
  margin: 0;
  font-size: clamp(22px, 2.2vw, 32px);
  font-style: italic;
}
.hero-actions,
.contact-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 44px;
  display: flex;
}
.button {
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border: 1px solid #0000;
  justify-content: center;
  align-items: center;
  gap: 18px;
  min-height: 52px;
  padding: 0 23px;
  font-size: 11px;
  font-weight: 800;
  transition:
    background 0.18s,
    color 0.18s,
    border 0.18s;
  display: inline-flex;
}
.button-gold {
  background: var(--gold);
  color: #070707;
}
.button-gold:hover,
.button-gold:focus-visible {
  background: var(--gold-light);
}
.button-ghost {
  color: var(--cream);
  border-color: #f1eadc57;
}
.button-ghost:hover,
.button-ghost:focus-visible {
  border-color: var(--gold);
  color: var(--gold-light);
}
.hero-note {
  z-index: 2;
  color: #f1eadc7a;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  margin: 0;
  font-size: 10px;
  font-weight: 700;
  position: absolute;
  bottom: 38px;
  right: clamp(24px, 5vw, 78px);
}
.band-facts {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #0c0c0b;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 max(24px, 50vw - 610px);
  display: grid;
}
.band-facts div {
  min-height: 128px;
  padding: 32px clamp(18px, 2.6vw, 42px);
}
.band-facts div:not(:last-child) {
  border-right: 1px solid var(--line);
}
.band-facts span,
.album-year span {
  color: var(--gold);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 9px;
  font-weight: 800;
  display: block;
}
.band-facts strong {
  font-family: var(--serif);
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 400;
}
.section {
  color: #171615;
  background: #f0eadf;
  grid-template-columns: minmax(120px, 0.5fr) minmax(260px, 1.1fr) minmax(
      260px,
      1fr
    );
  gap: clamp(32px, 4.5vw, 78px);
  padding: clamp(96px, 10vw, 160px) max(24px, 50vw - 610px);
  display: grid;
}
.section-dark {
  background: var(--ink-soft);
  color: var(--cream);
}
.section-label {
  align-self: start;
  gap: 12px;
}
.section-label span {
  color: #8c6e38;
  font-family: var(--serif);
  font-size: 12px;
  font-weight: 400;
}
.section-label p {
  margin: 0;
}
.section-label.light span,
.section-label.light {
  color: var(--gold);
}
.kicker {
  color: #8c6e38;
  font-family: var(--serif);
  margin: 0 0 20px;
  font-size: 17px;
  font-style: italic;
}
.story-heading h2,
.release-copy h2,
.booking-copy h2 {
  font-family: var(--serif);
  letter-spacing: -0.04em;
  margin: 0;
  font-size: clamp(42px, 5vw, 74px);
  font-weight: 400;
  line-height: 0.96;
}
.story-body {
  border-top: 1px solid #17161533;
  padding-top: 37px;
}
.story-body p {
  color: #4d4943;
  margin: 0 0 24px;
  font-size: 17px;
  line-height: 1.75;
}
.story-body em,
.release-copy em {
  color: #2e2519;
  font-family: var(--serif);
}
.story-image {
  border-bottom: 1px solid #17161533;
  grid-column: 2/-1;
  grid-template-columns: 1fr auto;
  margin: 28px 0 0;
  display: grid;
}
.story-image img {
  aspect-ratio: 16/7;
  object-fit: cover;
  object-position: center 42%;
  filter: saturate(0.88) contrast(1.03);
  grid-column: 1/-1;
  width: 100%;
}
.story-image figcaption {
  color: #6a645b;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  grid-column: 1/-1;
  justify-content: space-between;
  padding: 15px 0 13px;
  font-size: 10px;
  font-weight: 700;
  display: flex;
}
.sound {
  grid-template-columns: minmax(330px, 1fr) minmax(420px, 1fr);
  min-height: 850px;
  display: grid;
}
.sound-image {
  min-height: 700px;
  position: relative;
  overflow: hidden;
}
.sound-image:after {
  background: linear-gradient(90deg, transparent 52%, var(--ink-soft) 100%);
  content: "";
  position: absolute;
  inset: 0;
}
.sound-image img {
  object-fit: cover;
  object-position: 48% center;
  filter: saturate(0.76) contrast(1.08);
  width: 100%;
  height: 100%;
}
.sound-copy {
  flex-direction: column;
  justify-content: center;
  max-width: 660px;
  padding: clamp(82px, 8vw, 130px) clamp(24px, 6vw, 100px)
    clamp(82px, 8vw, 130px) clamp(42px, 5vw, 82px);
  display: flex;
}
.sound-copy h2 {
  font-family: var(--serif);
  letter-spacing: -0.045em;
  margin: 38px 0 34px;
  font-size: clamp(50px, 5.2vw, 76px);
  font-weight: 400;
  line-height: 0.98;
}
.sound-copy h2 em {
  color: var(--gold-light);
  font-weight: 400;
}
.gold-rule {
  background: var(--gold);
  width: 86px;
  height: 2px;
  margin-bottom: 34px;
}
.sound-copy > p {
  max-width: 530px;
  color: var(--muted);
  margin: 0;
  font-size: 17px;
  line-height: 1.75;
}
.identity-grid {
  gap: 18px;
  margin-top: 38px;
  display: grid;
}
.identity-grid article {
  border-top: 1px solid var(--line);
  grid-template-columns: 92px 1fr;
  gap: 20px;
  padding-top: 18px;
  display: grid;
}
.identity-grid h3 {
  color: var(--gold-light);
  font-family: var(--serif);
  margin: 0;
  font-size: 18px;
  font-weight: 400;
}
.identity-grid p {
  color: var(--muted);
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
}
.genre-list {
  color: var(--gold);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  flex-wrap: wrap;
  gap: 24px;
  margin: 38px 0 0;
  padding: 0;
  font-size: 10px;
  font-weight: 800;
  list-style: none;
  display: flex;
}
.genre-list li:not(:last-child):after {
  color: #50432d;
  content: "·";
  margin-left: 24px;
}
.music-actions {
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 52px;
  display: flex;
}
.text-link {
  border-bottom: 1px solid var(--line);
  color: var(--cream);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding-bottom: 7px;
  font-size: 11px;
  font-weight: 800;
}
.music {
  background: #efe8da;
  grid-template-rows: auto auto;
}
.release-copy > p:last-child,
.booking-copy > p:last-child {
  color: #5e5850;
  max-width: 660px;
  margin: 30px 0 0;
  font-size: 17px;
  line-height: 1.75;
}
.release-timeline {
  border-top: 1px solid #1716153d;
  grid-column: 2/-1;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 42px;
  display: grid;
}
.album-feature {
  border-top: 1px solid #1716153d;
  border-bottom: 1px solid #1716153d;
  grid-column: 2/-1;
  grid-template-columns: 130px 1fr auto;
  align-items: center;
  gap: clamp(28px, 4vw, 60px);
  margin-top: 52px;
  padding: 34px 0;
  display: grid;
}
.album-year strong {
  color: #332b22;
  font-family: var(--serif);
  font-size: 38px;
  font-weight: 400;
}
.album-feature h3 {
  font-family: var(--serif);
  margin: 0 0 8px;
  font-size: 32px;
  font-style: italic;
  font-weight: 400;
}
.album-feature p {
  color: #5e5850;
  max-width: 580px;
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
}
.dark-link {
  color: #241e18;
  border-color: #17161547;
}
.button-dark {
  color: var(--cream);
  background: #171615;
}
.button-dark:hover,
.button-dark:focus-visible {
  color: var(--gold-light);
  background: #332b22;
}
.release-item {
  min-height: 176px;
  padding: 35px 24px 0 0;
  position: relative;
}
.release-item:not(:last-child) {
  border-right: 1px solid #17161524;
}
.release-item:before {
  content: "";
  background: #efe8da;
  border: 1px solid #8c6e38;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  position: absolute;
  top: -6px;
  left: 0;
}
.release-item.active:before {
  background: var(--gold);
}
.release-item p {
  color: #8c6e38;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin: 0 0 11px;
  font-size: 10px;
  font-weight: 800;
}
.release-item h3 {
  font-family: var(--serif);
  margin: 0 0 13px;
  font-size: 23px;
  font-weight: 400;
}
.release-item span {
  color: #787168;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
}
.live {
  min-height: 940px;
  position: relative;
  overflow: hidden;
}
.live-gallery {
  background: #0a0a09;
  grid-template-rows: minmax(330px, 46vw) auto;
  grid-template-columns: 1.35fr 0.8fr;
  display: grid;
}
.live-gallery figure {
  margin: 0;
  position: relative;
  overflow: hidden;
}
.live-gallery figure:after {
  content: "";
  border: 1px solid #ffffff14;
  position: absolute;
  inset: 0;
}
.live-gallery img {
  object-fit: cover;
  filter: saturate(0.78) contrast(1.06);
  width: 100%;
  height: 100%;
}
.gallery-main {
  grid-row: 1/3;
}
.gallery-main img {
  object-position: 48% center;
}
.live-gallery > figure:nth-child(2) img {
  object-position: center 35%;
}
.gallery-note {
  align-self: center;
  padding: clamp(45px, 6vw, 86px);
}
.gallery-note h3 {
  font-family: var(--serif);
  margin: 0 0 22px;
  font-size: clamp(31px, 3.2vw, 48px);
  font-weight: 400;
}
.gallery-note > p:last-child {
  max-width: 440px;
  color: var(--muted);
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
}
.shows {
  color: var(--cream);
  background:
    radial-gradient(circle at 88% 16%, #b8892d1f 0, transparent 34%),
    linear-gradient(135deg, #1c1812 0%, #11100e 72%);
  border-top: 1px solid #b8892d42;
  border-bottom: 1px solid #b8892d2e;
}
.shows .section-label,
.shows .section-label span,
.shows .kicker {
  color: var(--gold-light);
}
.shows-heading h2 {
  font-family: var(--serif);
  letter-spacing: -0.04em;
  margin: 0;
  font-size: clamp(42px, 5vw, 74px);
  font-weight: 400;
  line-height: 0.96;
}
.shows-heading > p:last-child {
  color: var(--muted);
  max-width: 620px;
  margin: 30px 0 0;
  font-size: 16px;
  line-height: 1.7;
}
.show-list {
  grid-column: 2 / -1;
}
.show-card {
  border-top: 1px solid #b8892d66;
  border-bottom: 1px solid #b8892d66;
  grid-template-columns: 112px minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(24px, 3vw, 48px);
  padding: 32px 0;
  display: grid;
}
.show-date {
  border-right: 1px solid #b8892d47;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}
.show-date span,
.show-date small,
.show-info > p:first-child {
  color: var(--gold-light);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 800;
}
.show-date strong {
  color: var(--cream);
  font-family: var(--serif);
  margin: 2px 0;
  font-size: 50px;
  font-weight: 400;
  line-height: 0.95;
}
.show-info p {
  color: var(--muted);
  margin: 0;
  font-size: 13px;
}
.show-info h3 {
  color: var(--cream);
  font-family: var(--serif);
  margin: 8px 0 10px;
  font-size: clamp(24px, 2.6vw, 36px);
  font-weight: 400;
}
.show-tickets {
  min-width: 145px;
}
.newsletter {
  background:
    radial-gradient(circle at 88% 12%, #b8892d1a 0, transparent 29%),
    #0b0b0b;
  grid-template-columns: minmax(120px, 0.5fr) minmax(0, 2.15fr);
  gap: clamp(32px, 4.5vw, 78px);
  padding: clamp(96px, 10vw, 150px) max(24px, 50vw - 610px);
  display: grid;
  position: relative;
  overflow: hidden;
}
.newsletter:after {
  content: "";
  pointer-events: none;
  border: 1px solid #b8892d26;
  border-radius: 50%;
  width: clamp(320px, 42vw, 650px);
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(38%, -50%);
}
.newsletter > * {
  z-index: 1;
  position: relative;
}
.newsletter-content {
  grid-template-columns: minmax(0, 0.88fr) minmax(340px, 1.12fr);
  align-items: center;
  gap: clamp(46px, 6vw, 92px);
  display: grid;
}
.newsletter-copy h2 {
  max-width: 620px;
  font-family: var(--serif);
  letter-spacing: -0.045em;
  margin: 17px 0 25px;
  font-size: clamp(44px, 5vw, 74px);
  font-weight: 400;
  line-height: 0.96;
}
.newsletter-copy > p:last-child {
  color: var(--muted);
  max-width: 520px;
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
}
.newsletter-form-shell {
  background: #11100ee6;
  border: 1px solid #b8892d57;
  min-width: 0;
  min-height: 320px;
  padding: clamp(18px, 2vw, 30px);
  box-shadow: 0 24px 70px #0006;
}
.newsletter-form-shell > * {
  max-width: 100% !important;
}

/*
 * EmailOctopus injects the inline form styles after this stylesheet and can
 * keep serving its default dark text variables even after a brand update.
 * Pin only the colours that need to contrast with this site's dark panel;
 * the form markup and all other EmailOctopus-managed styling remain live.
 */
.newsletter-form-shell
  [data-form="bf3034bc-8cb3-11f1-a73c-eda7a95044c9"] {
  --text-colour: #f4f0e7 !important;
}

.newsletter-form-shell
  [data-form="bf3034bc-8cb3-11f1-a73c-eda7a95044c9"]
  .emailoctopus-form {
  --label-colour: #f4f0e7 !important;
  --button-text-colour: #0b0b0b !important;
}

.newsletter-form-shell
  [data-form="bf3034bc-8cb3-11f1-a73c-eda7a95044c9"]
  .emailoctopus-success-message,
.newsletter-form-shell
  [data-form="bf3034bc-8cb3-11f1-a73c-eda7a95044c9"]
  .emailoctopus-error-message {
  color: #f4f0e7 !important;
}
.newsletter-noscript {
  color: var(--cream);
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
}
.live-background {
  object-fit: cover;
  object-position: center center;
  filter: saturate(0.83) contrast(1.05);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.live-overlay {
  background:
    linear-gradient(90deg, #050505f0 0%, #050505b8 44%, #0505051a 80%),
    linear-gradient(#05050533 0%, #0000 54%, #050505 100%);
  position: absolute;
  inset: 0;
}
.live-content {
  z-index: 2;
  width: min(1220px, 100% - 48px);
  margin: 0 auto;
  padding: clamp(110px, 12vw, 180px) 0 90px;
  position: relative;
}
.live-content h2 {
  font-family: var(--serif);
  letter-spacing: -0.05em;
  margin: 38px 0 28px;
  font-size: clamp(58px, 7vw, 104px);
  font-weight: 400;
  line-height: 0.94;
}
.live-intro {
  color: #f1eadcd1;
  max-width: 650px;
  margin: 0;
  font-size: 19px;
  line-height: 1.7;
}
.quote-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  max-width: 900px;
  margin-top: 105px;
  display: grid;
}
blockquote {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background: #080808c2;
  border: 1px solid #c6a15b6b;
  margin: 0;
  padding: 28px 30px 25px;
}
blockquote > p {
  min-height: 74px;
  font-family: var(--serif);
  margin: 0 0 24px;
  font-size: 20px;
  font-style: italic;
  line-height: 1.45;
}
blockquote footer {
  color: var(--gold);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 9px;
  font-weight: 800;
  display: flex;
}
blockquote small {
  color: #f1eadc7a;
  font-size: 8px;
  font-weight: 700;
}
.lineup {
  padding: clamp(96px, 10vw, 155px) max(24px, 50vw - 610px);
}
.lineup-header {
  grid-template-columns: minmax(120px, 0.5fr) 2.15fr;
  gap: clamp(32px, 4.5vw, 78px);
  display: grid;
}
.lineup-header h2 {
  max-width: 860px;
  font-family: var(--serif);
  letter-spacing: -0.04em;
  margin: 0;
  font-size: clamp(43px, 5.4vw, 78px);
  font-weight: 400;
  line-height: 0.96;
}
.lineup-intro {
  max-width: 700px;
  color: var(--muted);
  margin: 42px 0 0 calc(120px + clamp(32px, 4.5vw, 78px));
  font-size: 16px;
  line-height: 1.75;
}
.member-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 70px;
  display: grid;
}
.member-card {
  background: #121211;
  border: 1px solid #c6a15b33;
  grid-template-columns: minmax(150px, 0.72fr) minmax(0, 1.28fr);
  min-width: 0;
  display: grid;
}
.member-card:last-child {
  grid-column: 1/-1;
  justify-self: center;
  width: calc(50% - 12px);
}
.member-image {
  background: #1c1c1a;
  min-height: 100%;
  position: relative;
  overflow: hidden;
}
.member-image:after {
  content: "";
  border: 1px solid #ffffff14;
  position: absolute;
  inset: 0;
  box-shadow: inset 0 -90px 80px #00000047;
}
.member-image img {
  object-fit: cover;
  filter: saturate(0.72) contrast(1.08);
  width: 100%;
  height: 100%;
  transition:
    filter 0.26s,
    transform 0.42s;
}
.member-card:hover img {
  filter: saturate(0.98) contrast(1.04);
  transform: scale(1.025);
}
.member-meta {
  border-top: 3px solid var(--gold);
  min-width: 0;
  padding: 30px 28px 28px;
}
.member-meta h3 {
  font-family: var(--serif);
  margin: 0 0 10px;
  font-size: clamp(25px, 2.2vw, 34px);
  font-weight: 400;
  line-height: 1.05;
}
.member-role {
  color: var(--gold);
  letter-spacing: 0.13em;
  text-transform: uppercase;
  margin: 0;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.4;
}
.member-bio {
  margin-top: 24px;
}
.member-bio p {
  color: var(--muted);
  margin: 0;
  font-size: 13px;
  line-height: 1.68;
}
.member-bio p + p {
  margin-top: 13px;
}
.member-credits {
  flex-wrap: wrap;
  gap: 7px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.member-credits li {
  color: #f1eadcb3;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid #c6a15b42;
  padding: 7px 9px;
  font-size: 8px;
  font-weight: 700;
  line-height: 1.3;
}
.member-press {
  border-top: 1px solid #c6a15b38;
  border-left: 2px solid var(--gold);
  margin-top: 25px;
  padding: 18px 0 0 18px;
}
.member-press > p {
  color: #f1eadcd1;
  font-family: var(--serif);
  margin: 0;
  font-size: 13px;
  font-style: italic;
  line-height: 1.58;
}
.member-press div {
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 13px;
  display: flex;
}
.member-press a {
  color: var(--gold);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 800;
}
.member-press a span {
  margin-left: 4px;
  display: inline-block;
}
.booking {
  background: #f0eadf;
}
.booking-facts {
  margin: 0;
}
.booking-actions {
  flex-wrap: wrap;
  align-items: center;
  gap: 28px;
  margin-top: 38px;
  display: flex;
}
.booking-facts div {
  border-bottom: 1px solid #17161529;
  grid-template-columns: 110px 1fr;
  gap: 24px;
  padding: 0 0 24px;
  display: grid;
}
.booking-facts div + div {
  padding-top: 24px;
}
.booking-facts dt {
  color: #8c6e38;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 800;
}
.booking-facts dd {
  font-family: var(--serif);
  margin: 0;
  font-size: 20px;
}
.contact {
  grid-template-columns: 0.85fr 1.15fr;
  min-height: 780px;
  display: grid;
}
.contact-image {
  position: relative;
  overflow: hidden;
}
.contact-image:after {
  background:
    linear-gradient(90deg, transparent 58%, var(--ink-soft) 100%),
    linear-gradient(0deg, var(--ink-soft) 0%, transparent 25%);
  content: "";
  position: absolute;
  inset: 0;
}
.contact-image img {
  object-fit: cover;
  object-position: 42% center;
  filter: saturate(0.72) contrast(1.08);
  width: 100%;
  height: 100%;
}
.contact-copy {
  flex-direction: column;
  justify-content: center;
  padding: 90px max(24px, 50vw - 610px) 90px clamp(42px, 5vw, 82px);
  display: flex;
}
.contact-copy h2 {
  font-family: var(--serif);
  letter-spacing: -0.052em;
  margin: 38px 0 45px;
  font-size: clamp(56px, 6.8vw, 96px);
  font-weight: 400;
  line-height: 0.9;
}
.contact-email {
  overflow-wrap: anywhere;
  border-bottom: 1px solid var(--gold);
  width: max-content;
  max-width: 100%;
  color: var(--gold-light);
  font-family: var(--serif);
  padding-bottom: 8px;
  font-size: clamp(18px, 2vw, 25px);
}
.social-list {
  border-top: 1px solid var(--line);
  flex-wrap: wrap;
  gap: 23px;
  margin-top: 64px;
  padding-top: 26px;
  display: flex;
}
.social-list a {
  color: var(--muted);
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 800;
  transition: color 0.18s;
}
.social-list a:hover {
  color: var(--gold-light);
}
.footer {
  border-top: 1px solid var(--line);
  background: var(--ink);
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  gap: 32px;
  padding: 42px max(24px, 50vw - 610px);
  display: grid;
}
.footer p {
  color: #f1eadc6b;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  margin: 0;
  font-size: 9px;
  font-weight: 700;
}
.footer p:last-child {
  justify-self: end;
}
.footer > p:nth-child(2) {
  color: var(--gold);
  font-family: var(--serif);
  letter-spacing: 0;
  text-transform: none;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
}
:focus-visible {
  outline: 2px solid var(--gold-light);
  outline-offset: 5px;
}
@media (width<=980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }
  .desktop-nav {
    display: none;
  }
  .hero-art {
    opacity: 0.78;
    width: 68vw;
  }
  .hero-scrim {
    background:
      linear-gradient(90deg, #050505 0%, #050505e3 46%, #05050547 100%),
      linear-gradient(#0000 70%, #050505 100%);
  }
  .section {
    grid-template-columns: 120px 1fr;
  }
  .section > :nth-child(3),
  .story-image,
  .release-timeline,
  .album-feature,
  .show-list {
    grid-column: 2;
  }
  .newsletter {
    grid-template-columns: 120px minmax(0, 1fr);
  }
  .newsletter-content {
    grid-template-columns: 1fr;
  }
  .sound {
    grid-template-columns: 0.82fr 1.18fr;
  }
  .quote-grid {
    max-width: 760px;
  }
  .member-grid {
    grid-template-columns: 1fr;
  }
  .member-card:last-child {
    grid-column: auto;
    width: 100%;
  }
  .booking-facts {
    grid-column: 2;
  }
  .contact {
    grid-template-columns: 0.75fr 1.25fr;
  }
}
@media (width<=720px) {
  .site-header {
    padding: 22px 20px;
  }
  .nav-cta {
    font-size: 9px;
  }
  .hero {
    align-items: flex-end;
    min-height: 820px;
  }
  .hero-art {
    opacity: 0.68;
    background-position: 50% 40%;
    width: 100%;
    height: 58%;
    inset: 0 0 auto;
  }
  .hero-scrim {
    background:
      linear-gradient(#0505051a 0%, #0505058f 34%, #050505 82%),
      linear-gradient(90deg, #050505ad, #0000);
  }
  .hero-content {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding-bottom: 76px;
  }
  .hero h1 {
    font-size: clamp(52px, 16vw, 76px);
    line-height: 0.9;
  }
  .hero-actions,
  .contact-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .button {
    width: 100%;
  }
  .hero-note {
    display: none;
  }
  .band-facts {
    grid-template-columns: 1fr 1fr;
    padding: 0;
  }
  .band-facts div {
    min-height: 110px;
    padding: 25px 20px;
  }
  .band-facts div:nth-child(2) {
    border-right: 0;
  }
  .band-facts div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
  .section {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 82px 20px;
  }
  .section > :nth-child(3),
  .story-image,
  .release-timeline,
  .album-feature,
  .booking-facts,
  .show-list {
    grid-column: 1;
  }
  .story-body {
    padding-top: 28px;
  }
  .story-image {
    margin-top: 10px;
  }
  .story-image img {
    aspect-ratio: 4/3;
  }
  .sound {
    flex-direction: column;
    min-height: 0;
    display: flex;
  }
  .sound-image {
    min-height: 470px;
  }
  .sound-image:after {
    background: linear-gradient(0deg, var(--ink-soft) 0%, transparent 45%);
  }
  .sound-copy {
    z-index: 2;
    margin-top: -82px;
    padding: 0 20px 88px;
  }
  .sound-copy h2 {
    margin-top: 30px;
    font-size: 49px;
  }
  .release-timeline {
    grid-template-columns: 1fr 1fr;
  }
  .album-feature {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .release-item {
    min-height: 150px;
    border-right: 0 !important;
  }
  .release-item:nth-child(odd) {
    border-right: 1px solid #17161524 !important;
  }
  .live {
    min-height: 1060px;
  }
  .live-background {
    object-position: 59% center;
  }
  .live-overlay {
    background:
      linear-gradient(#05050526 0%, #050505db 54%, #050505 100%),
      linear-gradient(90deg, #050505a3, #0000);
  }
  .live-content {
    width: calc(100% - 40px);
    padding: 90px 0 70px;
  }
  .live-content h2 {
    margin-top: 30px;
    font-size: 61px;
  }
  .quote-grid {
    grid-template-columns: 1fr;
    margin-top: 70px;
  }
  .live-gallery {
    grid-template-rows: 560px 390px auto;
    grid-template-columns: 1fr;
  }
  .gallery-main {
    grid-row: auto;
  }
  .gallery-note {
    padding: 64px 20px 78px;
  }
  .show-card {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 22px;
    padding: 27px 0 0;
  }
  .show-date strong {
    font-size: 43px;
  }
  .show-tickets {
    grid-column: 1 / -1;
    width: 100%;
    margin-top: 4px;
  }
  .newsletter {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 82px 20px;
  }
  .newsletter-content {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .newsletter-copy h2 {
    font-size: clamp(44px, 14vw, 63px);
  }
  .newsletter-form-shell {
    min-height: 300px;
    padding: 14px;
  }
  blockquote > p {
    min-height: 0;
  }
  .lineup {
    padding: 85px 20px;
  }
  .lineup-header {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .lineup-intro {
    margin: 32px 0 0;
  }
  .member-grid {
    grid-template-columns: 1fr;
    margin-top: 48px;
  }
  .member-card {
    grid-template-columns: 132px minmax(0, 1fr);
  }
  .member-card:last-child {
    grid-column: auto;
    width: 100%;
  }
  .member-meta {
    min-height: 0;
    padding: 24px 20px;
  }
  .member-meta h3 {
    font-size: 24px;
  }
  .member-bio,
  .member-credits {
    margin-top: 20px;
  }
  .booking-facts div {
    grid-template-columns: 85px 1fr;
  }
  .contact {
    flex-direction: column;
    display: flex;
  }
  .contact-image {
    height: 470px;
  }
  .contact-image:after {
    background: linear-gradient(0deg, var(--ink-soft) 0%, transparent 55%);
  }
  .contact-copy {
    z-index: 2;
    margin-top: -80px;
    padding: 0 20px 85px;
  }
  .contact-copy h2 {
    font-size: 57px;
  }
  .social-list {
    gap: 18px;
  }
  .footer {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 23px;
    padding: 38px 20px;
  }
  .footer p:last-child {
    justify-self: start;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  :before,
  :after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
