:root {
  --paper: #f8f8fa;
  --ink: #141414;
  --grey: #6b6b6b;
  --rule: #d6d6da;
  --accent: #7b1e24; /* oxblood, off the cello case */
  --serif: "Cormorant Garamond", "ITC Garamond", "Apple Garamond", Garamond, Georgia, serif;
}
* { box-sizing: border-box; margin: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { overflow-x: clip; }
body { background: var(--paper); color: var(--ink); font-family: var(--serif); font-size: 21px; line-height: 1.45; font-weight: 400; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-underline-offset: 3px; text-decoration-thickness: 1px; }
a:hover { color: var(--accent); }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 16px; top: 12px; background: var(--ink); color: #fff; padding: 8px 14px; z-index: 10; }
img { display: block; max-width: 100%; height: auto; mix-blend-mode: multiply; }
.wrap { max-width: 1120px; margin: 0 auto; padding: 0 24px; }

/* Apple Garamond was ITC Garamond Light, condensed to 80%. Same trick here. */
.display { font-weight: 300; letter-spacing: -0.01em; line-height: 1.02; transform: scaleX(.86); transform-origin: left center; width: 116%; }

.caps { font-size: 14px; letter-spacing: .2em; text-transform: uppercase; font-weight: 600; }
.eyebrow { display: block; color: var(--accent); margin-bottom: 18px; }

/* nav */
header { position: sticky; top: 0; z-index: 20; background: var(--paper); box-shadow: 0 0 0 100vmax var(--paper); clip-path: inset(0 -100vmax); display: flex; justify-content: space-between; align-items: baseline; padding: 24px 0 20px; border-bottom: 3px double var(--ink); }
header .name { font-size: 24px; font-weight: 500; text-decoration: none; white-space: nowrap; }
header nav a { margin-left: 28px; text-decoration: none; }

.btn { display: inline-block; padding: 13px 26px 12px; border: 1px solid var(--ink); text-decoration: none; margin-right: 12px; transition: background .15s, color .15s; }
.btn.solid { background: var(--ink); color: var(--paper); }
.btn:hover { background: var(--accent); border-color: var(--accent); color: #fff; }

section { padding: 96px 0; border-top: 1px solid var(--rule); }
h2 { font-size: clamp(40px, 5vw, 62px); margin-bottom: 40px; }
.small { font-size: 17px; color: var(--grey); }
.lede { max-width: 640px; margin: -14px 0 48px; font-size: 24px; font-weight: 300; }

/* programme-style lists */
.programme { list-style: none; padding: 0; border-top: 1px solid var(--ink); }
.programme li { border-bottom: 1px solid var(--rule); }
.programme .trk { display: grid; grid-template-columns: 1fr auto; gap: 16px; align-items: baseline; padding: 18px 0 10px; }
.programme iframe { display: block; width: 100%; height: 120px; border: 0; margin: 0 0 16px; }
.programme .t { font-size: 26px; }
.programme .d { display: block; font-size: 17px; color: var(--grey); }
.programme .r { font-size: 17px; color: var(--grey); text-align: right; }

/* full-bleed band with the orchestra session playing silently behind the heading */
.band { --h: clamp(420px, 72vh, 680px); position: relative; height: var(--h); margin: 0 calc(50% - 50vw); overflow: hidden; background: #0c0c0c center/cover no-repeat; color: #fff; display: flex; align-items: flex-end; }
.band iframe { position: absolute; top: 50%; left: 50%; width: max(100vw, calc(var(--h) * 1.7778)); height: auto; aspect-ratio: 16/9; transform: translate(-50%, -50%) scale(1.25); border: 0; pointer-events: none; opacity: 0; transition: opacity 1.2s; }
.band.live iframe { opacity: 1; }
.band::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(8,8,8,.88) 0%, rgba(8,8,8,.35) 55%, rgba(8,8,8,.45) 100%); }
.band-copy { position: relative; z-index: 1; width: 100%; max-width: 1120px; margin: 0 auto; padding: 0 24px 56px; }
.band .eyebrow { color: #e9c9a0; }
.band h2 { margin-bottom: 18px; max-width: 900px; }
.band .lede { margin: 0; color: rgba(255,255,255,.86); }
.band .credit { position: absolute; right: 24px; bottom: 16px; z-index: 1; font-size: 13px; color: rgba(255,255,255,.55); letter-spacing: .04em; }

/* hero */
.hero { position: relative; min-height: 640px; display: flex; align-items: center; overflow: hidden; }
.hero > img { position: absolute; right: -4%; bottom: 0; width: 88%; max-width: none; -webkit-mask-image: linear-gradient(to right, transparent 0, #000 45%, #000 90%, transparent 99%), linear-gradient(to bottom, transparent 0, #000 8%); -webkit-mask-composite: source-in; mask-image: linear-gradient(to right, transparent 0, #000 45%, #000 90%, transparent 99%), linear-gradient(to bottom, transparent 0, #000 8%); mask-composite: intersect; }
.hero-copy { position: relative; z-index: 1; max-width: 640px; padding: 70px 0; }
.hero h1 { font-size: clamp(54px, 7.4vw, 96px); margin-bottom: 26px; }
.hero p { max-width: 440px; margin-bottom: 34px; }

.icons { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 40px; }
.icons a { display: block; width: 26px; height: 26px; opacity: .92; transition: opacity .15s, transform .15s; }
.icons a:hover { opacity: 1; transform: translateY(-2px); }
.icons svg { width: 100%; height: 100%; fill: #fff; }
.icons.dark { justify-content: center; gap: 30px; margin: 0; padding: 48px 0; border-top: 3px double var(--ink); }

/* brand colours: IMDb, SoundCloud, Spotify, Apple Music, YouTube, Instagram, LinkedIn, Facebook */
.icons a:nth-child(1) svg { fill: #DBA506; }
.icons a:nth-child(2) svg { fill: #FF5500; }
.icons a:nth-child(3) svg { fill: #1DB954; }
.icons a:nth-child(4) svg { fill: #FA243C; }
.icons a:nth-child(5) svg { fill: #FF0000; }
.icons a:nth-child(6) svg { fill: #E4405F; }
.icons a:nth-child(7) svg { fill: #0A66C2; }
.icons a:nth-child(8) svg { fill: #0866FF; }

/* credibility bar */
.cred { padding: 40px 0 44px; text-align: center; border-top: 1px solid var(--rule); }
.cred > .caps { display: block; color: var(--grey); font-size: 12px; margin-bottom: 30px; }
.cred ul { list-style: none; padding: 0; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 34px 28px; }
.cred li { display: flex; flex-direction: column; align-items: center; justify-content: flex-end; min-height: 84px; }
.cred img { width: auto; max-width: 190px; object-fit: contain; opacity: .95; transition: opacity .2s, transform .2s; }
.cred li:hover img { opacity: 1; transform: translateY(-2px); }
.cred .word { font-size: 21px; font-weight: 500; line-height: 1.1; }
.cred small { display: block; margin-top: 12px; font-size: 14px; font-style: italic; font-weight: 400; color: var(--grey); }
#work { border-top: 1px solid var(--ink); }

.band-section { padding: 0; border: 0; }
.band h2 { font-size: clamp(44px, 6vw, 84px); }

.listen-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: 72px; align-items: start; }

/* work */
.feature { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; padding: 40px 0 44px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); margin-bottom: 64px; }
.feature h3 { font-size: 44px; font-weight: 300; font-style: italic; line-height: 1.05; margin: 10px 0 8px; }
.feature dl { display: grid; grid-template-columns: auto 1fr; gap: 8px 24px; font-size: 19px; align-content: start; margin-top: 26px; }
.feature dt { color: var(--grey); }
/* click-to-play video: nothing loads from YouTube until pressed */
.yt { font: inherit; position: relative; display: block; width: 100%; aspect-ratio: 16/9; background: var(--ink); border: 0; padding: 0; cursor: pointer; overflow: hidden; }
.yt img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: normal; transition: transform .6s; }
.yt:hover img, .yt:focus-visible img { transform: scale(1.02); }
.yt .play { position: absolute; left: 20px; bottom: 18px; display: flex; align-items: center; gap: 12px; color: #fff; text-shadow: 0 1px 8px rgba(0,0,0,.6); }
.yt .play::before { content: ""; width: 46px; height: 46px; border: 1px solid #fff; border-radius: 50%; background: rgba(0,0,0,.25) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 6.5v11l9-5.500z' fill='%23fff'/%3E%3C/svg%3E") center/24px no-repeat; transition: background-color .2s; }
.yt:hover .play::before { background-color: var(--accent); border-color: var(--accent); }
.yt-frame { position: relative; aspect-ratio: 16/9; background: var(--ink); }
.yt-frame iframe, .yt iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.feature .yt { align-self: start; }
.reel { display: grid; grid-template-columns: repeat(2, 1fr); gap: 56px; margin-bottom: 72px; }
.reel h3 { font-size: 30px; font-weight: 300; font-style: italic; line-height: 1.1; margin: 16px 0 4px; }
.reel p { font-size: 18px; color: var(--grey); }
.reel .meta { font-size: 17px; color: var(--ink); }
.groups { columns: 2; column-gap: 72px; }
.group { break-inside: avoid; margin-bottom: 52px; }
.group h3 { color: var(--accent); padding-bottom: 12px; border-bottom: 1px solid var(--ink); }
.group ul { list-style: none; padding: 0; }
.group li { padding: 14px 0; border-bottom: 1px solid var(--rule); display: flex; justify-content: space-between; gap: 16px; align-items: baseline; }
.group li i { font-size: 25px; font-weight: 300; }
.group li span { font-size: 17px; color: var(--grey); text-align: right; }

/* services */
.three { display: grid; grid-template-columns: repeat(3, 1fr); gap: 44px; }
.three > div { border-top: 1px solid var(--ink); padding-top: 18px; }
.three h3 { font-size: 28px; font-weight: 500; margin-bottom: 10px; line-height: 1.1; }
.three p { font-size: 19px; }

/* about */
.about { display: grid; grid-template-columns: 5fr 6fr; gap: 64px; align-items: center; }
.about p { margin-bottom: 1em; }
.about img { -webkit-mask-image: radial-gradient(ellipse 58% 60% at 50% 45%, #000 70%, transparent 100%); mask-image: radial-gradient(ellipse 58% 60% at 50% 45%, #000 70%, transparent 100%); }

/* contact */
.contact { display: grid; grid-template-columns: 6fr 4fr; gap: 48px; align-items: center; }
.contact img { width: auto; max-width: 100%; max-height: 560px; margin-left: auto; -webkit-mask-image: radial-gradient(ellipse at center, #000 55%, transparent 72%); mask-image: radial-gradient(ellipse at center, #000 55%, transparent 72%); }

.form { max-width: 560px; }
.form label { display: block; margin-bottom: 22px; }
.form label .caps { display: block; font-size: 12px; color: var(--grey); margin-bottom: 4px; }
.form input, .form select, .form textarea { width: 100%; font: inherit; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid var(--ink); border-radius: 0; padding: 6px 0 8px; outline: none; -webkit-appearance: none; appearance: none; }
.form textarea { border: 1px solid var(--ink); padding: 10px 12px; resize: vertical; margin-top: 4px; }
.form input:focus, .form select:focus, .form textarea:focus { border-color: var(--accent); box-shadow: 0 1px 0 var(--accent); }
.form ::placeholder { color: #a5a5a8; font-style: italic; }
.form .two { display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; }
.form select { background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23141414' stroke-width='1.3'/%3E%3C/svg%3E") right 2px center/12px no-repeat; padding-right: 22px; }
.form button { cursor: pointer; font-family: inherit; }
.hp { position: absolute; left: -9999px; }

/* more tracks */
.more { margin: 0; }
.more h3 { color: var(--accent); padding-bottom: 12px; border-bottom: 1px solid var(--ink); }
.more ul { list-style: none; padding: 0; }
.more li { break-inside: avoid; border-bottom: 1px solid var(--rule); }
.more a { display: grid; grid-template-columns: 1fr auto auto; gap: 14px; align-items: baseline; padding: 12px 0 13px; text-decoration: none; }
.more a span { font-size: 16px; color: var(--grey); text-align: right; }
.more a::after { content: "↗"; color: var(--grey); font-size: 15px; }
.more a:hover::after { color: var(--accent); }

/* elsewhere */
.elsewhere { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; padding: 48px 0 56px; border-top: 1px solid var(--rule); }
.elsewhere h3 { color: var(--accent); margin-bottom: 12px; }
.elsewhere a { display: block; font-size: 19px; text-decoration: none; padding: 2px 0; }
.elsewhere a:hover { text-decoration: underline; }

footer { padding: 24px 0 40px; font-size: 16px; color: var(--grey); display: flex; justify-content: space-between; border-top: 1px solid var(--rule); }

body:not(.draft) .todo, body:not(.draft) .todo-row { display: none; }
.todo { background: #fff3b0; font-style: italic; font-size: 14px; padding: 0 6px; white-space: nowrap; color: #5c4d00; letter-spacing: 0; text-transform: none; font-weight: 400; }

@media (max-width: 1040px) {
  .cred ul { justify-content: center; gap: 30px 44px; }
  .listen-grid { grid-template-columns: 1fr; gap: 56px; }
  .groups { column-gap: 44px; }
  .feature, .reel { gap: 36px; }
}

@media (max-width: 800px) {
  body { font-size: 19px; }
  header { flex-wrap: wrap; gap: 6px 16px; padding: 14px 0 12px; }
  header nav { white-space: nowrap; }
  header nav a:first-child { margin-left: 0; }
  header nav a { margin-left: 12px; font-size: 11px; letter-spacing: .14em; }
  header .name { font-size: 21px; }
  header nav a.hide-s { display: none; }
  .display { width: 100%; transform: none; letter-spacing: -0.03em; }
  .three, .about, .contact, .feature, .reel { grid-template-columns: 1fr; gap: 36px; }
  .groups { columns: 1; }
  .elsewhere { grid-template-columns: 1fr 1fr; }
  section { padding: 64px 0; }
  .programme .trk { grid-template-columns: 1fr; }
  .programme .r { display: none; }
  .programme .t, .group li i { font-size: 22px; }
  .feature h3 { font-size: 36px; }
  .band-copy { padding-bottom: 44px; }
  .listen-grid { grid-template-columns: 1fr; gap: 36px; }
  .cred ul { justify-content: center; gap: 30px 34px; }
  .cred .word { font-size: 18px; }
  .hero { flex-direction: column; align-items: flex-start; min-height: 0; }
  .hero > img { position: relative; width: 150%; right: auto; margin-left: -50%; order: 2; }
  .hero-copy { padding: 44px 0 0; }
  .lede { font-size: 20px; }
  .icons { gap: 14px; margin-top: 28px; flex-wrap: nowrap; }
  .icons a { width: 24px; height: 24px; }
  .icons.dark { gap: 16px; }
  .band { --h: 620px; }
  .band .lede { font-size: 18px; }
  .band h2 { font-size: 40px; }
  .contact img { max-height: 400px; margin: 0 auto; }
  .yt .play { font-size: 0; gap: 0; left: 14px; bottom: 12px; }
  .band .credit { display: none; }
  .btn { margin-bottom: 10px; }
  .form .two { grid-template-columns: 1fr; }
  .more a { grid-template-columns: 1fr auto; gap: 0 12px; }
  .more a span { grid-column: 1; grid-row: 2; text-align: left; }
  .more a::after { grid-column: 2; grid-row: 1; }
  footer { flex-direction: column; gap: 6px; }
}

.rv { opacity: 0; transform: translateY(18px); transition: opacity .8s ease, transform .8s ease; }
.rv.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .rv { opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
