:root {
  --paper: #f3f0e9;
  --ink: #11110f;
  --muted: #6f6c66;
  --line: #292824;
  --red: #c32222;
  --gutter: clamp(24px, 5.8vw, 88px);
  --sans: "Manrope", "Helvetica Neue", Arial, sans-serif;
  --sans-ui: "League Spartan", "Helvetica Neue", Arial, sans-serif;
  --serif: "Cormorant Garamond", Garamond, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-optical-sizing: auto; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
main, footer { width: min(100%, 1440px); margin-inline: auto; }

.hero { min-height: clamp(620px, 79.4vw, 1144px); display: grid; grid-template-columns: 46% 54%; border-bottom: 1px solid var(--line); overflow: hidden; }
.hero__copy { position: relative; z-index: 2; padding: clamp(54px, 7vw, 102px) 0 64px var(--gutter); }
.logo { width: clamp(270px, 33.5vw, 500px); height: clamp(108px, 11.6vw, 166px); object-fit: contain; object-position: left center; mix-blend-mode: multiply; margin-bottom: clamp(28px, 4vw, 54px); }
.red-rule { display: block; width: 48px; height: 3px; background: var(--red); margin-bottom: 28px; }
h1 { margin: 0 0 26px; font-family: var(--sans-ui); font-size: clamp(54px, 6.7vw, 96px); font-weight: 500; line-height: .96; letter-spacing: -.045em; }
.hero__statement { margin: 0 0 34px; }
.hero__support { margin: 0 0 42px; }
.hero__portrait { position: relative; min-width: 0; }
.hero__portrait::before { content: none; }
.hero__portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; }
.button { display: inline-flex; min-width: 176px; min-height: 58px; align-items: center; justify-content: center; padding: 16px 28px; border: 1px solid var(--red); background: var(--red); color: white; font-family: var(--sans-ui); font-size: 13px; font-weight: 700; letter-spacing: .16em; text-decoration: none; cursor: pointer; }
.button:hover, .button:focus-visible { background: #a91c1c; }

.listening { padding: 38px var(--gutter) 44px; }
.section-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-bottom: 20px; border-bottom: 2px solid var(--line); }
.section-label { margin: 0; font-family: var(--sans-ui); font-size: 13px; font-weight: 700; letter-spacing: .18em; }
.section-header a { display: inline-flex; min-height: 44px; align-items: center; font-family: var(--sans-ui); font-size: 12px; font-weight: 700; letter-spacing: .14em; text-decoration: none; }
.external-link-icon { width: 14px; height: 14px; margin-left: 8px; color: var(--red); fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: square; stroke-linejoin: miter; }

.player { display: grid; grid-template-columns: 132px minmax(240px, 1fr) auto; grid-template-rows: auto auto auto; column-gap: 24px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.player__art { grid-row: 1 / 4; width: 132px; aspect-ratio: 1; object-fit: cover; object-position: center 25%; }
.player__information { min-width: 0; align-self: end; }
.player__eyebrow, .player__source { margin: 0; font-family: var(--sans-ui); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.player__information h2 { max-width: 680px; margin: 8px 0; font-family: var(--sans-ui); font-size: clamp(18px, 2vw, 28px); font-weight: 700; line-height: 1.15; }
.player__source { color: var(--red); }
.player__controls { align-self: center; display: flex; align-items: center; gap: 20px; }
.player__control { display: grid; flex: 0 0 auto; place-items: center; width: 74px; height: 74px; border: 1px solid var(--ink); border-radius: 50%; background: transparent; cursor: pointer; transition: border-color .2s ease, background-color .2s ease, color .2s ease; }
.player__control:hover, .player__control:focus-visible { border-color: var(--red); background: var(--red); }
.player__control:hover .play-icon, .player__control:focus-visible .play-icon { border-left-color: white; }
.player__control.is-playing:hover .play-icon, .player__control.is-playing:focus-visible .play-icon { background: linear-gradient(90deg, white 0 36%, transparent 36% 64%, white 64% 100%); }
.play-icon { width: 0; height: 0; margin-left: 4px; border-top: 9px solid transparent; border-bottom: 9px solid transparent; border-left: 14px solid var(--ink); }
.player__control.is-playing .play-icon { width: 14px; height: 18px; margin: 0; border: 0; background: linear-gradient(90deg, var(--ink) 0 36%, transparent 36% 64%, var(--ink) 64% 100%); }
.control-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.player__transport { display: grid; gap: 0; width: 44px; }
.player__skip { display: inline-grid; place-items: center; width: 44px; min-height: 38px; padding: 0; border: 0; border-bottom: 1px solid #a7a29a; background: transparent; color: var(--ink); cursor: pointer; transition: color .18s ease, border-color .18s ease; }
.player__skip:last-child { border-bottom: 0; }
.player__skip:hover, .player__skip:focus-visible { color: var(--red); border-color: var(--red); }
.player__skip:disabled { opacity: .45; cursor: wait; }
.skip-icon { position: relative; display: block; width: 18px; height: 12px; border-right: 2px solid currentColor; }
.skip-icon::before { content: ""; position: absolute; top: 1px; left: 2px; width: 8px; height: 8px; border-top: 2px solid currentColor; border-right: 2px solid currentColor; transform: rotate(45deg); }
.player__skip--previous .skip-icon { transform: rotate(180deg); }
.waveform { position: relative; height: 66px; margin-top: 10px; overflow: hidden; isolation: isolate; cursor: ew-resize; touch-action: manipulation; }
.waveform:focus-visible { outline: 1px solid var(--red); outline-offset: 5px; }
.waveform::before { content: ""; position: absolute; z-index: 0; top: 50%; right: 0; left: 0; height: 1px; background: #cdc8bf; }
.waveform__field { position: absolute; inset: 5px 0; display: grid; grid-template-columns: repeat(56, minmax(1px, 1fr)); gap: clamp(2px, .26vw, 4px); align-items: center; }
.waveform__field span { --signal-colour: #a9a59d; position: relative; display: block; height: var(--amplitude); opacity: .72; transform-origin: center; transition: opacity .18s ease, filter .18s ease; }
.waveform__field span::before,
.waveform__field span::after { content: ""; position: absolute; right: 0; left: 0; height: calc(50% - 2px); background: var(--signal-colour); transition: background-color .12s linear; }
.waveform__field span::before { top: 0; clip-path: polygon(18% 0, 100% 0, 82% 100%, 0 100%); }
.waveform__field span::after { bottom: 0; clip-path: polygon(0 0, 82% 0, 100% 100%, 18% 100%); }
.waveform__field span:nth-child(4n)::before,
.waveform__field span:nth-child(7n)::after { transform: scaleX(.58); }
.waveform__field span:nth-child(9n)::before { transform: translateY(3px); }
.waveform__field span.is-elapsed { --signal-colour: var(--red); opacity: 1; filter: drop-shadow(0 0 3px rgba(195, 34, 34, .26)); }
.waveform__field span.is-current { --signal-colour: #ed2f2f; filter: drop-shadow(0 0 7px rgba(195, 34, 34, .62)); }
.player.is-playing .waveform__field span { animation: sound-field var(--tempo) cubic-bezier(.45, 0, .25, 1) var(--phase) infinite alternate; }
.player__time { display: flex; justify-content: space-between; color: var(--muted); font-size: 11px; }
@keyframes sound-field { from { transform: scaleY(.58); opacity: .58; } to { transform: scaleY(1); opacity: 1; } }

#soundcloud-widget { position: absolute; width: 1px; height: 1px; border: 0; clip: rect(0 0 0 0); overflow: hidden; }

.bio { display: grid; grid-template-columns: 1fr 1fr; border-block: 1px solid var(--line); }
.bio__copy { padding: clamp(46px, 6vw, 86px) var(--gutter); border-right: 1px solid var(--line); }
.bio__copy p { max-width: 550px; margin: 0 0 18px; }
.bio__copy .bio__label { margin: 0 0 32px; color: var(--red); font-family: var(--sans-ui); font-size: clamp(22px, 2vw, 30px); font-weight: 600; line-height: 1; letter-spacing: .08em; }
.bio__copy .bio__lead { max-width: 590px; font-size: 17px; line-height: 1.55; }
.bio__credits { max-width: 590px; margin: 30px 0 24px; padding: 20px 0 2px; border-block: 1px solid #9a968f; }
.bio__copy .bio__credits-label { margin: 0 0 15px; color: var(--red); font-family: var(--sans-ui); font-size: clamp(14px, 1.2vw, 17px); font-weight: 700; line-height: 1.1; letter-spacing: .12em; }
.bio__credits strong { font-weight: 700; }
.bio__credits p:last-child { margin-bottom: 18px; }
.booking { padding: clamp(46px, 5.2vw, 76px) var(--gutter); }

.hero__statement { font: 300 clamp(38px, 4.2vw, 61px)/1.04 var(--serif); letter-spacing: -.04em; }

.hero__support,
.bio__copy p,
.booking__intro { font-family: var(--sans); font-size: 14px; font-weight: 400; line-height: 1.5; letter-spacing: 0; }

.shows { width: min(100%, 430px); margin: 48px 0 0; border-bottom: 1px solid var(--line); }
.shows__heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 10px; color: var(--red); }
.shows__heading h2 { margin: 0; font-family: var(--sans-ui); font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.shows__heading span { font-size: 10px; font-weight: 600; letter-spacing: .08em; }
.shows__list { margin: 0; padding: 0; list-style: none; }
.shows__list[hidden], .shows__empty[hidden] { display: none; }
.show { display: grid; grid-template-columns: 70px minmax(0, 1fr); gap: 18px; align-items: start; padding: 14px 0 15px; border-top: 1px solid #9a968f; }
.show__date { padding-top: 2px; color: var(--red); font-family: var(--sans-ui); font-size: 11px; font-weight: 700; line-height: 1.2; letter-spacing: .09em; white-space: nowrap; }
.show__details { display: grid; gap: 4px; min-width: 0; }
.show__details strong { font-family: var(--sans-ui); font-size: 12px; font-weight: 650; line-height: 1.25; letter-spacing: .055em; }
.show__details span { color: var(--muted); font-family: var(--sans); font-size: 12px; font-weight: 400; line-height: 1.4; }
.shows__empty { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding: 15px 0 17px; border-top: 1px solid #9a968f; }
.shows__empty strong { font-family: var(--sans-ui); font-size: 14px; letter-spacing: .04em; }
.shows__empty p { margin: 0; color: var(--muted); font-family: var(--sans); font-size: 14px; font-weight: 400; line-height: 1.5; white-space: nowrap; }
.booking__intro { margin: 22px 0; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 22px; }
.form-grid label { display: grid; min-width: 0; gap: 7px; }
.form-grid label span { color: #4f4c47; font-family: var(--sans-ui); font-size: 10px; font-weight: 700; line-height: 1; letter-spacing: .12em; text-transform: uppercase; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; min-width: 0; min-height: 50px; padding: 0 14px; border: 1px solid #6c6963; border-radius: 0; background: transparent; color: var(--ink); font-size: 13px; line-height: 1.3; outline: none; }
.form-grid select { padding-right: 36px; cursor: pointer; }
.form-grid textarea { min-height: 104px; padding-block: 14px; resize: vertical; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--red); box-shadow: inset 0 0 0 1px var(--red); }
.form-grid input:focus-visible, .form-grid select:focus-visible, .form-grid textarea:focus-visible { outline: 2px solid transparent; }
.form-grid__wide { grid-column: 1 / -1; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-status { min-height: 20px; margin: 14px 0 0; font-size: 13px; line-height: 1.5; }
.form-status.is-success { color: #246334; }
.form-status.is-error { color: #9c1818; }
.button:disabled { cursor: wait; opacity: .65; }

footer { display: flex; justify-content: space-around; gap: 24px; padding: 27px var(--gutter) 29px; border-top: 1px solid var(--red); background: var(--red); color: white; }
footer a { position: relative; display: inline-flex; min-height: 44px; align-items: center; padding-block: 4px; font-family: var(--sans-ui); font-size: 11px; font-weight: 700; letter-spacing: .2em; text-decoration: none; }
footer a::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
footer a:hover::after, footer a:focus-visible::after { transform: scaleX(1); }
footer a:focus-visible { outline: 1px solid white; outline-offset: 6px; }

@media (max-width: 760px) {
  :root { --gutter: 22px; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero__copy { padding: 26px var(--gutter) 42px; }
  .logo { width: 245px; height: 94px; margin-bottom: 26px; }
  h1 { font-size: 54px; }
  .hero__statement { font-size: 38px; }
  .hero__support br { display: none; }
  .hero__portrait { height: min(105vw, 600px); grid-row: 1; }
  .hero__copy { grid-row: 2; }
  .shows { margin-top: 38px; }
  .listening, .booking { padding-block: 34px 48px; }
  .player { grid-template-columns: 92px minmax(0, 1fr); column-gap: 14px; }
  .player__art { width: 92px; }
  .player__information h2 { font-size: 15px; overflow-wrap: anywhere; }
  .player__controls { grid-column: 1 / -1; justify-self: end; justify-content: flex-end; gap: 2px; margin-top: 12px; }
  .player__transport { display: contents; }
  .player__control { order: 2; width: 44px; height: 44px; border-color: var(--red); background: var(--red); }
  .player__control .play-icon { border-top-width: 7px; border-bottom-width: 7px; border-left-width: 11px; border-left-color: white; }
  .player__control.is-playing .play-icon { width: 12px; height: 16px; background: linear-gradient(90deg, white 0 36%, transparent 36% 64%, white 64% 100%); }
  .player__skip { width: 44px; min-height: 44px; border: 0; }
  .player__skip--previous { order: 1; }
  .player__skip--next { order: 3; }
  .skip-icon { width: 15px; height: 10px; border-right-width: 1.5px; }
  .skip-icon::before { top: 1px; left: 2px; width: 7px; height: 7px; border-top-width: 1.5px; border-right-width: 1.5px; }
  .waveform { margin-top: 8px; }
  .waveform, .player__time { grid-column: 1 / -1; }
  .bio { grid-template-columns: 1fr; }
  .bio__copy { padding-block: 48px; border-right: 0; border-bottom: 1px solid var(--line); }
  .booking { padding-block: 44px; }
  .show { grid-template-columns: 68px minmax(0, 1fr); gap: 16px; }
  .shows__empty { align-items: flex-start; flex-direction: column; gap: 6px; }
  .shows__empty strong { font-size: 13px; }
  .shows__empty p { white-space: normal; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid__wide { grid-column: auto; }
  @supports (-webkit-touch-callout: none) {
    .form-grid input[type="date"] {
      display: block;
      width: 100%;
      min-width: 0;
      max-width: 100%;
      -webkit-appearance: none;
      appearance: none;
    }
    .form-grid input[type="date"]::-webkit-date-and-time-value { min-width: 0; text-align: left; }
  }
  footer { flex-direction: column; align-items: center; }
}

@media (min-width: 761px) {
  .hero__copy .shows { width: min(430px, calc(100% - var(--gutter))); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
