:root {
  --ink: #17130f;
  --paper: #eee7dc;
  --paper-deep: #e2d8c8;
  --night: #100d0c;
  --night-soft: #191311;
  --wine: #7f201e;
  --wine-dark: #46100f;
  --gold: #c8a56b;
  --muted: #a99e91;
  --line-dark: rgba(255, 255, 255, .16);
  --line-light: rgba(23, 19, 15, .2);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--night); color: #f4ede3; font-size: 16px; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
section { scroll-margin-top: 72px; }

.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 16px; background: var(--paper); color: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.container { width: min(calc(100% - 64px), var(--container)); margin-inline: auto; }

.nav { position: absolute; z-index: 20; top: 0; left: 0; width: 100%; border-bottom: 1px solid rgba(255, 255, 255, .12); }
.nav-inner { width: min(calc(100% - 64px), 1320px); min-height: 70px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { font-family: var(--serif); font-size: 26px; text-decoration: none; letter-spacing: .02em; }
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links a { color: rgba(255, 255, 255, .76); font-size: 12px; font-weight: 600; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; transition: color .2s ease; }
.nav-links a:hover, .nav-links a:focus-visible { color: #fff; }
.menu-toggle { display: none; border: 0; background: none; color: #fff; font: 600 12px/1 var(--sans); letter-spacing: .14em; text-transform: uppercase; }

.hero { min-height: 780px; display: grid; grid-template-columns: minmax(0, 46%) minmax(0, 54%); background: radial-gradient(circle at 15% 45%, rgba(127, 32, 30, .22), transparent 38%), var(--night); }
.hero-copy { z-index: 2; align-self: center; max-width: 690px; padding: 140px 6vw 88px max(32px, calc((100vw - 1320px) / 2)); }
.eyebrow, .section-label { margin: 0 0 18px; color: var(--gold); font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.hero h1 { max-width: 680px; margin: 0; font-size: clamp(64px, 7.3vw, 116px); letter-spacing: -.025em; line-height: .84; }
.hero h1 em { display: block; color: var(--gold); font-weight: 400; }
.hero-concept { max-width: 520px; margin: 34px 0 0; font-family: var(--serif); font-size: clamp(26px, 2.4vw, 38px); line-height: 1.05; }
.hero-intro { max-width: 540px; margin: 18px 0 0; color: rgba(255, 255, 255, .72); font-size: 15px; }
.hero-facts { max-width: 580px; margin: 34px 0 0; padding-top: 18px; border-top: 1px solid var(--line-dark); display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.hero-facts div { display: grid; gap: 2px; }
.hero-facts dt { color: var(--muted); font-size: 10px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.hero-facts dd { margin: 0; font-family: var(--serif); font-size: 20px; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.button { min-height: 48px; padding: 13px 22px; border: 1px solid transparent; display: inline-flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 600; letter-spacing: .14em; text-align: center; text-decoration: none; text-transform: uppercase; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.button-primary { background: var(--wine); color: #fff; }
.button-primary:hover, .button-primary:focus-visible { background: #9d2d29; }
.button-outline { border-color: currentColor; background: transparent; }
.button-outline:hover, .button-outline:focus-visible { background: currentColor; color: var(--night); }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: inherit; font-size: 12px; font-weight: 600; letter-spacing: .05em; text-underline-offset: 5px; }
.hero-visual { position: relative; min-width: 0; min-height: 780px; margin: 0; overflow: hidden; }
.hero-visual::after { content: ""; position: absolute; inset: 0 0 0 -12%; background: linear-gradient(90deg, var(--night) 0, transparent 15%), linear-gradient(0deg, rgba(16, 13, 12, .4), transparent 28%); pointer-events: none; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 55%; }
.hero-visual figcaption { position: absolute; z-index: 2; right: 26px; bottom: 22px; margin: 0; color: rgba(255, 255, 255, .7); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }

.section { padding: 116px 0; }
.section-heading h2, .concept h2, .live h2, .trajectory h2 { margin: 0; font-size: clamp(48px, 5vw, 76px); letter-spacing: -.018em; line-height: .94; }
.section-heading > p:last-child, .concept-copy > p, .live-copy > p { color: rgba(255, 255, 255, .7); font-size: 17px; }
.narrow { max-width: 790px; }
.narrow > p:last-child { max-width: 700px; }
.split-heading { display: grid; grid-template-columns: 1fr .88fr; gap: 9vw; align-items: end; }
.split-heading > p { margin: 0; }

.concept { background: var(--paper); color: var(--ink); }
.concept-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; align-items: center; }
.concept .section-label { color: var(--wine); }
.city-word { margin: 0; font-family: var(--serif); font-size: clamp(72px, 10vw, 148px); font-weight: 400; letter-spacing: -.05em; line-height: .72; }
.concept-copy > p { max-width: 680px; margin: 30px 0 0; color: rgba(23, 19, 15, .72); font-size: 19px; }

.quintet { background: var(--night-soft); }
.instrument-list { margin-top: 56px; padding: 18px 0; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.instrument-list span { color: rgba(255, 255, 255, .82); font-family: var(--font-sans); font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.photo-sequence { margin-top: 30px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.photo-sequence figure { min-width: 0; margin: 0; }
.photo-sequence img { width: 100%; height: clamp(360px, 30vw, 460px); object-fit: cover; }
.photo-sequence figure:nth-child(1) img { object-position: 50% 33%; }
.photo-sequence figure:nth-child(2) img { object-position: 50% 34%; }
.photo-sequence figure:nth-child(3) img { object-position: 50% 33%; }
.photo-sequence figure:nth-child(4) img { object-position: 42% 38%; }
.photo-sequence figure:nth-child(5) img { object-position: 50% 35%; }
.photo-sequence figcaption { padding-top: 14px; }
.photo-sequence figcaption strong { display: block; color: rgba(255, 255, 255, .9); font-family: var(--font-sans); font-size: 13px; font-weight: 600; line-height: 1.25; }
.photo-sequence figcaption span { display: block; margin-top: 7px; color: var(--muted); font-size: 9px; letter-spacing: .12em; line-height: 1.45; text-transform: uppercase; }

.repertoire { background: var(--paper); color: var(--ink); }
.repertoire .section-label { color: var(--wine); }
.repertoire .section-heading > p:last-child { color: rgba(23, 19, 15, .68); }
.journey { margin: 70px 0 0; padding: 0; border-top: 1px solid var(--line-light); list-style: none; }
.journey li { min-height: 136px; padding: 26px 0; border-bottom: 1px solid var(--line-light); display: grid; grid-template-columns: 110px minmax(180px, .7fr) 1.3fr; gap: 30px; align-items: start; }
.journey-number { color: var(--wine); font-size: 11px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.journey h3 { margin: -5px 0 0; font-family: var(--serif); font-size: 32px; font-weight: 500; line-height: 1; }
.journey p { margin: 0; font-family: var(--serif); font-size: 22px; line-height: 1.3; }
.journey small { color: rgba(23, 19, 15, .62); font-family: var(--sans); font-size: 13px; }
.journey-final { background: var(--wine); color: #fff; margin-inline: -24px; padding-inline: 24px !important; }
.journey-final .journey-number, .journey-final small { color: rgba(255, 255, 255, .68); }

.experience { background: radial-gradient(circle at 80% 20%, rgba(127, 32, 30, .23), transparent 35%), var(--night); }
.states { margin-top: 68px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.states article { min-height: 240px; padding: 28px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.states span { color: var(--gold); font-size: 10px; letter-spacing: .15em; }
.states h3 { margin: 46px 0 10px; font-family: var(--serif); font-size: 32px; font-weight: 500; letter-spacing: -.01em; }
.states p { margin: 0; color: rgba(255, 255, 255, .66); font-size: 14px; }

.live { background: var(--wine-dark); }
.live-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 7vw; align-items: center; }
.live-copy > p { max-width: 420px; margin: 26px 0 0; }
.video-credit { margin-top: 46px; padding-top: 18px; border-top: 1px solid var(--line-dark); display: grid; gap: 2px; }
.video-credit strong { font-family: var(--serif); font-size: 20px; font-weight: 500; }
.video-credit span { color: rgba(255, 255, 255, .62); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.video-wrap { position: relative; aspect-ratio: 16 / 9; background: #000; box-shadow: 0 28px 70px rgba(0, 0, 0, .28); }
.video-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.trajectory { background: var(--paper); color: var(--ink); }
.trajectory .section-label { color: var(--wine); }
.trajectory-head { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: 8vw; align-items: end; }
.trajectory-head > p { max-width: 480px; margin: 0; color: rgba(23, 19, 15, .68); font-size: 17px; }
.trajectory-grid { margin-top: 66px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.trajectory-grid article { min-height: 230px; padding: 26px; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.trajectory-grid time { color: var(--wine); font-family: var(--serif); font-size: 38px; line-height: 1; }
.trajectory-grid h3 { margin: 58px 0 10px; font-family: var(--serif); font-size: 30px; font-weight: 500; line-height: 1; }
.trajectory-grid p { margin: 0; color: rgba(23, 19, 15, .64); font-size: 13px; line-height: 1.5; }
.trajectory-link { margin-top: 30px; }

.footer { padding: 66px 0; border-top: 1px solid var(--line-dark); background: #0a0807; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 48px; }
.footer-brand { font-family: var(--serif); font-size: 30px; text-decoration: none; }
.footer p { margin: 4px 0 0; color: var(--muted); font-size: 12px; }
.footer-links, .footer-contact { display: grid; align-content: start; gap: 8px; }
.footer-links a, .footer-contact a { color: rgba(255, 255, 255, .7); font-size: 12px; text-underline-offset: 4px; }

@media (max-width: 1050px) {
  .hero { min-height: 700px; grid-template-columns: 1fr 1fr; }
  .hero-copy { padding-right: 4vw; }
  .hero h1 { font-size: clamp(58px, 8vw, 86px); }
  .hero-visual { min-height: 700px; }
  .photo-sequence { grid-template-columns: repeat(3, 1fr); }
  .states { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .container, .nav-inner { width: min(calc(100% - 36px), var(--container)); }
  .nav-inner { min-height: 62px; }
  .brand { font-size: 23px; }
  .menu-toggle { display: block; padding: 16px 0 16px 18px; }
  .nav-links { position: absolute; top: 62px; left: 0; width: 100%; padding: 18px; border-top: 1px solid var(--line-dark); background: rgba(16, 13, 12, .97); display: none; align-items: stretch; gap: 0; }
  .menu-open .nav-links { display: grid; }
  .nav-links a { padding: 13px 0; border-bottom: 1px solid var(--line-dark); }

  .hero { min-height: 0; display: flex; flex-direction: column; }
  .hero-copy { max-width: none; padding: 114px 18px 48px; }
  .hero h1 { font-size: clamp(62px, 19vw, 86px); line-height: .84; }
  .hero-concept { margin-top: 30px; font-size: 28px; }
  .hero-intro { font-size: 14px; }
  .hero-facts { gap: 10px; }
  .hero-facts dd { font-size: 18px; }
  .hero-actions { align-items: stretch; display: grid; gap: 18px; }
  .hero-actions .text-link { justify-content: center; }
  .hero-visual { order: 2; min-height: 0; aspect-ratio: 3 / 2; }
  .hero-visual::after { inset: 0; background: linear-gradient(0deg, rgba(16, 13, 12, .36), transparent 38%); }
  .hero-visual img { object-position: 50% 54%; }
  .hero-visual figcaption { right: 14px; bottom: 12px; }

  .section { padding: 82px 0; }
  .section-heading h2, .concept h2, .live h2, .trajectory h2 { font-size: clamp(43px, 14vw, 58px); }
  .split-heading, .concept-grid, .live-grid, .trajectory-head { grid-template-columns: 1fr; gap: 44px; }
  .split-heading { gap: 28px; }
  .section-heading > p:last-child, .concept-copy > p, .live-copy > p, .trajectory-head > p { font-size: 15px; }
  .city-word { font-size: clamp(78px, 27vw, 112px); }
  .concept-copy > p { margin-top: 22px; }

  .instrument-list { margin-top: 38px; grid-template-columns: 1fr 1fr; }
  .instrument-list span { font-size: 18px; }
  .photo-sequence { grid-template-columns: 1fr 1fr; gap: 8px; }
  .photo-sequence img { height: 280px; }
  .photo-sequence figure:last-child { grid-column: 1 / -1; }
  .photo-sequence figure:last-child img { height: 280px; object-position: 50% 31%; }

  .journey { margin-top: 50px; }
  .journey li { min-height: 0; grid-template-columns: 64px 1fr; gap: 12px 16px; }
  .journey li > p { grid-column: 2; }
  .journey h3 { font-size: 28px; }
  .journey p { font-size: 19px; }
  .journey-final { margin-inline: -14px; padding-inline: 14px !important; }

  .states { margin-top: 48px; grid-template-columns: 1fr; }
  .states article { min-height: 195px; }
  .states h3 { margin-top: 30px; }
  .live-copy > p { margin-top: 20px; }
  .video-credit { margin-top: 30px; }
  .trajectory-head { gap: 26px; }
  .trajectory-grid { margin-top: 44px; grid-template-columns: 1fr 1fr; }
  .trajectory-grid article { min-height: 205px; }
  .trajectory-grid h3 { margin-top: 42px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 390px) {
  .hero h1 { font-size: clamp(56px, 18vw, 70px); }
  .hero-facts { grid-template-columns: 1fr 1fr; }
  .hero-facts div:last-child { grid-column: 1 / -1; }
  .instrument-list { grid-template-columns: 1fr; }
  .trajectory-grid { grid-template-columns: 1fr; }
  .trajectory-grid article { min-height: 0; }
  .trajectory-grid h3 { margin-top: 30px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
