:root {
  --ink: #f4f1ec;
  --muted: #b9b1a7;
  --dim: #807970;
  --black: #080706;
  --deep: #0d0a08;
  --panel: #15100c;
  --panel-2: #1d150e;
  --line: rgba(255, 239, 218, 0.16);
  --line-strong: rgba(255, 239, 218, 0.3);
  --orange: #da6510;
  --amber: #ee9f12;
  --gold: #d5a72f;
  --green: #2a6b4f;
  --shell: 1240px;
  --display: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  --body: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
  background: var(--black);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 80% 20%, rgba(169, 71, 10, 0.08), transparent 28rem),
    var(--black);
  color: var(--ink);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--amber);
  outline-offset: 4px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h2,
h3 {
  font-family: var(--display);
  text-transform: uppercase;
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(2.75rem, 5.2vw, 5.75rem);
  font-weight: 300;
  letter-spacing: -0.045em;
  line-height: 0.96;
}

h3 {
  font-size: clamp(1.7rem, 2.8vw, 2.7rem);
  line-height: 1;
}

.shell {
  width: min(calc(100% - 48px), var(--shell));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 14px;
  transform: translateY(-180%);
  background: var(--amber);
  color: #100b06;
  font-weight: 800;
  text-decoration: none;
}

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

.eyebrow,
.card-kicker,
.contact-overline,
.passport-label {
  margin-bottom: 18px;
  color: var(--amber);
  font-family: var(--display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.19em;
  line-height: 1.3;
  text-transform: uppercase;
}

.large-copy {
  color: var(--ink);
  font-size: clamp(1.22rem, 2vw, 1.55rem);
  line-height: 1.45;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 0;
  font-family: var(--display);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--amber);
  color: #120d07;
}

.button-primary:hover {
  background: #ffc246;
}

.button-ghost {
  border-color: var(--line-strong);
  background: rgba(9, 7, 5, 0.42);
  color: var(--ink);
  backdrop-filter: blur(8px);
}

.button-ghost:hover {
  border-color: var(--ink);
  background: rgba(9, 7, 5, 0.72);
}

.button-gold {
  background: var(--gold);
  color: #100d06;
}

.button-whatsapp {
  border-color: #5dbf91;
  color: #c5f5dc;
}

.button-icon {
  font-size: 0.75em;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-family: var(--display);
  font-size: 0.83rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-decoration-color: var(--amber);
  text-decoration-thickness: 2px;
  text-underline-offset: 7px;
  text-transform: uppercase;
}

.text-link:hover {
  color: var(--amber);
}

/* Header */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(to bottom, rgba(5, 4, 3, 0.94), rgba(5, 4, 3, 0.7));
  backdrop-filter: blur(14px);
}

.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  flex: 0 0 auto;
  text-decoration: none;
}

.brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid var(--amber);
  color: var(--ink);
  font-family: var(--display);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.brand-copy {
  display: grid;
  gap: 2px;
  line-height: 1;
}

.brand-copy strong {
  font-family: var(--display);
  font-size: 1.12rem;
  letter-spacing: 0.055em;
}

.brand-copy small {
  color: var(--muted);
  font-family: var(--display);
  font-size: 0.62rem;
  letter-spacing: 0.13em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.site-nav a {
  padding: 10px 0;
  color: #ded8cf;
  font-family: var(--display);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-nav a:hover {
  color: var(--amber);
}

.site-nav .nav-cta {
  padding: 12px 18px;
  border: 1px solid var(--amber);
  color: var(--ink);
}

.menu-toggle {
  display: none;
}

/* Hero */
.hero {
  position: relative;
  min-height: max(720px, 100svh);
  display: flex;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  background: #090704;
}

.hero-picture,
.hero-picture img,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-picture img {
  object-fit: cover;
  object-position: 50% center;
}

.hero-shade {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(3, 3, 2, 0.92) 0%, rgba(4, 3, 2, 0.78) 30%, rgba(4, 3, 2, 0.2) 61%, rgba(4, 3, 2, 0.05) 78%),
    linear-gradient(180deg, rgba(4, 3, 2, 0.5) 0%, transparent 20%, transparent 72%, rgba(3, 2, 1, 0.8) 100%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  padding-block: 126px 88px;
}

.hero-copy {
  width: min(57%, 720px);
}

.hero-copy .eyebrow {
  color: #e2dacf;
  font-size: 0.72rem;
}

.campaign-line {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 24px;
  color: #f5f0e9;
  font-family: var(--display);
  font-size: clamp(1.55rem, 2.15vw, 2.25rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.48;
}

.campaign-line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 96px;
  height: 2px;
  background: var(--amber);
}

.hero h1 {
  display: grid;
  margin: 0 0 28px;
  color: #f7f5f2;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(4.65rem, 8.5vw, 9.2rem);
  font-weight: 200;
  letter-spacing: -0.075em;
  line-height: 0.75;
  text-transform: uppercase;
}

.hero h1 span:last-child {
  margin-left: -0.02em;
}

.hero-offer {
  display: grid;
  gap: 6px;
  margin-bottom: 28px;
  font-family: var(--display);
  font-size: clamp(0.77rem, 1.25vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.35;
  text-transform: uppercase;
}

.hero-offer strong {
  color: var(--amber);
  font-size: clamp(1.45rem, 2.8vw, 2.45rem);
  font-weight: 700;
  letter-spacing: 0.04em;
}

.hero-actions,
.booking-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-scroll {
  position: absolute;
  right: 30px;
  bottom: 36px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #d7cec3;
  font-family: var(--display);
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-decoration: none;
  writing-mode: vertical-rl;
}

.hero-scroll i {
  width: 1px;
  height: 62px;
  background: linear-gradient(var(--amber), transparent);
}

/* Proof */
.proof-band {
  position: relative;
  z-index: 3;
  border-block: 1px solid var(--line);
  background: #0c0907;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.proof-grid p {
  min-height: 96px;
  display: grid;
  align-content: center;
  gap: 6px;
  margin: 0;
  padding: 20px 24px;
  border-right: 1px solid var(--line);
}

.proof-grid p:first-child {
  border-left: 1px solid var(--line);
}

.proof-grid span {
  color: var(--amber);
  font-family: var(--display);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.proof-grid strong {
  font-family: var(--display);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
}

/* Shared sections */
.section {
  position: relative;
  padding-block: clamp(82px, 10vw, 150px);
  border-top: 1px solid var(--line);
}

.section-heading {
  max-width: 860px;
  margin-bottom: 56px;
}

.section-heading > p:last-child {
  max-width: 690px;
  color: var(--muted);
}

.centre {
  text-align: center;
}

.centre > p:last-child {
  margin-inline: auto;
}

.split-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.65fr);
  align-items: end;
  gap: 70px;
  margin-bottom: 52px;
}

.split-intro > p {
  color: var(--muted);
  font-size: 1.05rem;
}

/* Showreel */
.section-showreel {
  background:
    linear-gradient(135deg, rgba(185, 72, 8, 0.09), transparent 45%),
    #0b0907;
}

.video-shell {
  position: relative;
}

.video-shell::before {
  content: "";
  position: absolute;
  inset: -18px 18px 18px -18px;
  border: 1px solid rgba(238, 159, 18, 0.34);
  pointer-events: none;
}

.video-poster,
.video-shell iframe {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  border: 0;
  background: #050505;
}

.video-poster {
  padding: 0;
  cursor: pointer;
  overflow: hidden;
}

.video-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 200ms ease, transform 400ms ease;
}

.video-poster:hover img {
  filter: brightness(0.82) saturate(1.08);
  transform: scale(1.012);
}

.video-play {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  background: rgba(10, 8, 7, 0.74);
  color: white;
  font-family: var(--display);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  backdrop-filter: blur(6px);
}

.video-note {
  position: absolute;
  right: 20px;
  bottom: 18px;
  padding: 8px 10px;
  background: rgba(7, 6, 5, 0.78);
  color: #e4ddd4;
  font-family: var(--display);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

/* Shows */
.section-shows {
  background: #090705;
}

.show-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.show-card {
  position: relative;
  min-height: 630px;
  display: flex;
  flex-direction: column;
  padding: clamp(34px, 5vw, 66px);
  overflow: hidden;
  border: 1px solid var(--line-strong);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.035), transparent 42%), var(--panel);
}

.show-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--orange);
}

.show-card-duo {
  background: linear-gradient(145deg, rgba(213, 167, 47, 0.1), transparent 45%), #13110d;
}

.show-card-duo::before {
  background: var(--gold);
}

.show-number {
  position: absolute;
  top: 28px;
  right: 34px;
  color: rgba(255, 255, 255, 0.08);
  font-family: var(--display);
  font-size: clamp(5rem, 10vw, 9rem);
  font-weight: 200;
  letter-spacing: -0.08em;
  line-height: 0.8;
}

.show-card h3 {
  position: relative;
  max-width: 80%;
  margin-bottom: 24px;
  font-size: clamp(2.6rem, 4.5vw, 4.7rem);
  font-weight: 300;
  letter-spacing: -0.04em;
}

.show-lead {
  max-width: 520px;
  margin-bottom: 28px;
  color: #ddd5cb;
  font-size: 1.18rem;
}

.show-visual {
  max-width: 560px;
  margin: 0 0 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #0b0907;
}

.show-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.show-visual-duo {
  border-color: rgba(213, 167, 47, 0.28);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.26);
}

.tick-list {
  display: grid;
  gap: 9px;
  margin: 0 0 30px;
  padding: 0;
  color: var(--muted);
  list-style: none;
}

.tick-list li {
  position: relative;
  padding-left: 25px;
}

.tick-list li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--amber);
}

.format-note,
.not-acoustic {
  margin: auto 0 26px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.9rem;
}

.format-note span {
  display: block;
  margin-bottom: 2px;
  color: var(--ink);
  font-family: var(--display);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.not-acoustic strong {
  color: var(--gold);
}

.show-card .button {
  align-self: flex-start;
}

/* Testimonials */
.testimonials {
  background:
    radial-gradient(circle at 82% 18%, rgba(213, 167, 47, 0.07), transparent 28rem),
    #0b0907;
}

.testimonials-intro {
  margin-bottom: clamp(34px, 5vw, 58px);
}

.testimonial-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 20px;
}

.testimonial-card {
  position: relative;
  display: flex;
  min-height: 330px;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  padding: clamp(34px, 5vw, 58px);
  overflow: hidden;
  border: 1px solid var(--line-strong);
  background: #14100d;
}

.testimonial-card-featured {
  background:
    linear-gradient(145deg, rgba(213, 102, 12, 0.10), transparent 48%),
    #17110c;
}

.quote-mark {
  position: absolute;
  top: 8px;
  right: 26px;
  color: rgba(238, 159, 18, 0.17);
  font-family: Georgia, serif;
  font-size: clamp(7rem, 15vw, 12rem);
  line-height: 1;
  pointer-events: none;
}

.testimonial-card > p {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 0 38px;
  color: #eee7df;
  font-family: Georgia, serif;
  font-size: clamp(1.25rem, 2.2vw, 1.75rem);
  font-style: italic;
  line-height: 1.55;
}

.testimonial-card footer {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 3px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  font-family: var(--display);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.testimonial-card footer strong {
  color: var(--amber);
  font-size: 0.78rem;
}

.testimonial-card footer span {
  color: var(--muted);
  font-size: 0.62rem;
}

/* International */
.international {
  overflow: hidden;
  background:
    linear-gradient(90deg, #0a0806 0%, #171008 70%, #211307 100%);
}

.international-glow {
  position: absolute;
  top: -50%;
  right: -10%;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: rgba(209, 83, 11, 0.12);
  filter: blur(80px);
}

.international-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.8fr);
  align-items: center;
  gap: clamp(60px, 9vw, 130px);
}

.international-copy > p:not(.eyebrow) {
  max-width: 690px;
  color: var(--muted);
}

.passport-panel {
  padding: 36px;
  border: 1px solid rgba(238, 159, 18, 0.38);
  background: rgba(8, 6, 4, 0.68);
  box-shadow: 22px 22px 0 rgba(0, 0, 0, 0.22);
}

.place-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.place-list li {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid var(--line);
  font-family: var(--display);
  font-size: clamp(1.15rem, 2.3vw, 1.65rem);
  letter-spacing: 0.1em;
}

.place-list li span {
  color: var(--dim);
  font-size: 0.62rem;
  letter-spacing: 0.12em;
}

.passport-foot {
  margin: 22px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--amber);
  color: var(--amber);
  font-family: var(--display);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

/* About */
.about {
  background:
    radial-gradient(circle at 18% 75%, rgba(213, 102, 12, 0.08), transparent 30rem),
    #0b0907;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.75fr);
  align-items: center;
  gap: clamp(60px, 10vw, 150px);
}

.about-copy > p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
}

.credential-card {
  padding: clamp(32px, 5vw, 58px);
  border-top: 4px solid var(--orange);
  background: #18110c;
}

.credential-quote {
  margin-bottom: 32px;
  color: var(--ink);
  font-family: Georgia, serif;
  font-size: clamp(1.4rem, 2.7vw, 2rem);
  font-style: italic;
  line-height: 1.35;
}

.credential-rule {
  width: 72px;
  height: 1px;
  margin-bottom: 26px;
  background: var(--amber);
}

.credential-card > p:not(.credential-quote) {
  display: grid;
  gap: 4px;
  font-family: var(--display);
  letter-spacing: 0.07em;
}

.credential-card > p span {
  color: var(--muted);
  font-size: 0.75rem;
}

.credential-card ul {
  display: grid;
  gap: 9px;
  margin: 26px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.9rem;
  list-style: none;
}

/* Gallery */
.gallery-section {
  background: #070605;
}

.gallery-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  grid-template-rows: repeat(2, minmax(280px, 320px)) minmax(380px, 480px);
  gap: 18px;
}

.gallery-item {
  position: relative;
  min-height: 0;
  height: 100%;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #110e0b;
  cursor: zoom-in;
}

.gallery-portrait {
  grid-row: 1 / span 2;
}

.gallery-grid > .gallery-item:nth-child(4) {
  grid-column: 1 / -1;
  grid-row: 3;
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 70%, rgba(5, 4, 3, 0.9));
  pointer-events: none;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  padding: 16px 16px 58px;
  box-sizing: border-box;
  object-fit: contain;
  object-position: center center;
  filter: saturate(0.82) contrast(1.05);
  transition: filter 220ms ease, transform 500ms ease;
}

/* Gallery item dimensions are controlled by the grid above. */

.gallery-portrait img {
  object-position: center top;
}

.gallery-item:hover img {
  filter: saturate(1) contrast(1.08);
  transform: scale(1.025);
}

.gallery-item span {
  position: absolute;
  left: 24px;
  bottom: 20px;
  z-index: 1;
  color: white;
  font-family: var(--display);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.lightbox {
  width: min(92vw, 1100px);
  max-width: none;
  max-height: 90vh;
  padding: 0;
  overflow: visible;
  border: 1px solid var(--line-strong);
  background: #080706;
  color: white;
}

.lightbox::backdrop {
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(8px);
}

.lightbox img {
  width: 100%;
  max-height: 88vh;
  object-fit: contain;
}

.lightbox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  z-index: 2;
  width: 46px;
  height: 46px;
  border: 1px solid var(--amber);
  border-radius: 50%;
  background: #0b0907;
  color: white;
  font-size: 1.55rem;
  cursor: pointer;
}

/* Repertoire */
.repertoire {
  background: linear-gradient(110deg, #16100b, #090705 68%);
}

.repertoire-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(60px, 9vw, 130px);
}

.repertoire-grid > div:first-child > p:not(.eyebrow) {
  max-width: 520px;
  color: var(--muted);
}

.production-note {
  margin-top: 40px;
  padding: 22px 0 0 24px;
  border-top: 1px solid var(--line);
  border-left: 3px solid var(--amber);
  font-size: 0.9rem;
}

.production-note strong {
  color: var(--ink);
}

.song-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.song-columns h3 {
  margin: 0 0 22px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--amber);
  color: var(--amber);
  font-size: 1rem;
  letter-spacing: 0.12em;
}

.song-columns ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.song-columns li {
  padding: 7px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.065);
  color: #ddd6ce;
  font-family: var(--display);
  font-size: 1rem;
  letter-spacing: 0.035em;
}

/* Occasions */
.occasions {
  background: #090806;
}

.occasion-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.occasion-grid article {
  min-height: 240px;
  padding: 34px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.012);
}

.occasion-grid span {
  color: var(--amber);
  font-family: var(--display);
  font-size: 0.65rem;
  letter-spacing: 0.12em;
}

.occasion-grid h3 {
  margin: 28px 0 15px;
  font-size: 1.55rem;
  letter-spacing: -0.01em;
}

.occasion-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

/* Editorial */
.current-interest {
  background: #0d0a08;
}

.current-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr 0.75fr;
  gap: 20px;
}

.current-grid > div:first-child {
  padding-right: clamp(20px, 5vw, 70px);
}

.editorial-card {
  display: flex;
  flex-direction: column;
  padding: 34px;
  border: 1px solid var(--line);
  background: #15100c;
}

.editorial-card h3 {
  margin-bottom: 20px;
  font-size: 1.9rem;
  line-height: 1.08;
}

.editorial-card > p:not(.card-kicker) {
  color: var(--muted);
  font-size: 0.93rem;
}

.editorial-card .text-link {
  margin-top: auto;
  padding-top: 20px;
}

/* Booking */
.booking {
  padding-block: clamp(86px, 11vw, 160px);
  border-top: 1px solid var(--amber);
  background:
    linear-gradient(110deg, rgba(100, 36, 5, 0.44), transparent 48%),
    #0a0705;
}

.booking-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(370px, 0.72fr);
  align-items: center;
  gap: clamp(60px, 10vw, 150px);
}

.booking-lead > p:not(.eyebrow) {
  max-width: 680px;
  color: var(--muted);
}

.booking-actions {
  margin-top: 34px;
}

.contact-card {
  padding: clamp(32px, 5vw, 54px);
  border: 1px solid rgba(238, 159, 18, 0.5);
  background: rgba(10, 8, 6, 0.84);
}

.contact-card h3 {
  margin-bottom: 34px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 300;
  letter-spacing: -0.03em;
}

.contact-card dl,
.contact-card dd {
  margin: 0;
}

.contact-card dl > div {
  display: grid;
  gap: 3px;
  padding: 15px 0;
  border-top: 1px solid var(--line);
}

.contact-card dt {
  color: var(--dim);
  font-family: var(--display);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-card dd a {
  color: var(--ink);
  font-size: 1.02rem;
  overflow-wrap: anywhere;
  text-decoration-color: rgba(238, 159, 18, 0.5);
  text-underline-offset: 4px;
}

.contact-foot {
  margin: 28px 0 0;
  color: var(--amber);
  font-family: var(--display);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* Footer */
.site-footer {
  padding-block: 54px 40px;
  border-top: 1px solid var(--line);
  background: #050403;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 44px 70px;
  align-items: start;
}

.footer-brand .brand-copy small {
  max-width: 430px;
  line-height: 1.35;
}

.footer-grid nav {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.footer-grid nav a {
  color: var(--muted);
  font-family: var(--display);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-meta {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 0.6fr 1.4fr;
  gap: 50px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
  color: #77716b;
  font-size: 0.72rem;
  line-height: 1.5;
}

.footer-meta p {
  margin: 0;
}

.mobile-booking-bar {
  display: none;
}

/* Search-intent bridge */
.search-bridge {
  padding: clamp(54px, 7vw, 90px) 0;
  border-top: 1px solid var(--line);
  background: #0e0b08;
}

.search-bridge-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  align-items: end;
  gap: clamp(36px, 7vw, 90px);
}

.search-bridge h2 {
  max-width: 650px;
  margin: 0;
  font-size: clamp(2.5rem, 5vw, 5.2rem);
  letter-spacing: -0.045em;
  line-height: 0.92;
}

.search-bridge-inner > div:last-child p {
  max-width: 700px;
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 1.03rem;
}

.article-figure {
  margin: 42px 0;
  border: 1px solid var(--line);
  background: #0c0a08;
}

.article-figure img {
  display: block;
  width: 100%;
  height: auto;
}

.article-figure figcaption {
  padding: 12px 16px;
  color: var(--dim);
  font-family: var(--display);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* Editorial page layout */
.subpage-hero {
  position: relative;
  min-height: 650px;
  display: flex;
  align-items: end;
  padding-block: 150px 90px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(5, 4, 3, 0.98) 0%, rgba(5, 4, 3, 0.77) 50%, rgba(5, 4, 3, 0.28) 100%),
    url("/hero-1600.webp") center right / cover no-repeat;
}

.subpage-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 130px;
  background: linear-gradient(transparent, #0b0907);
}

.subpage-hero .shell {
  position: relative;
  z-index: 1;
}

.subpage-hero h1 {
  max-width: 900px;
  margin: 0 0 26px;
  font-family: var(--display);
  font-size: clamp(3.8rem, 8vw, 8.2rem);
  font-weight: 300;
  letter-spacing: -0.055em;
  line-height: 0.86;
  text-transform: uppercase;
}

.subpage-hero .hero-summary {
  max-width: 700px;
  margin: 0;
  color: #d7cec4;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
}

.breadcrumb {
  margin-bottom: 26px;
  color: #bdb4aa;
  font-family: var(--display);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.breadcrumb a {
  color: var(--amber);
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  align-items: start;
  gap: clamp(60px, 9vw, 120px);
}

.article-main {
  max-width: 820px;
}

.article-main h2 {
  margin-top: 80px;
  font-size: clamp(2.25rem, 4vw, 4rem);
}

.article-main h2:first-child {
  margin-top: 0;
}

.article-main h3 {
  margin: 45px 0 16px;
  font-size: 1.65rem;
}

.article-main p,
.article-main li {
  color: #c8c0b7;
}

.article-main strong {
  color: var(--ink);
}

.article-main ul,
.article-main ol {
  padding-left: 1.25em;
}

.article-main li {
  margin-bottom: 9px;
}

.fact-box,
.status-box {
  margin-block: 40px;
  padding: 28px;
  border-left: 4px solid var(--amber);
  background: #18110c;
}

.status-box {
  border-color: #d76a27;
}

.fact-box p:last-child,
.status-box p:last-child {
  margin-bottom: 0;
}

.fact-label {
  margin-bottom: 8px;
  color: var(--amber) !important;
  font-family: var(--display);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.source-note {
  margin-top: 70px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  color: var(--dim) !important;
  font-size: 0.78rem;
}

.source-note a {
  color: #bca67a;
}

.article-aside {
  position: sticky;
  top: 110px;
  padding: 28px;
  border: 1px solid var(--line);
  background: #13100d;
}

.article-aside h2 {
  margin-bottom: 18px;
  font-size: 1.55rem;
  letter-spacing: -0.02em;
}

.article-aside p {
  color: var(--muted);
  font-size: 0.88rem;
}

.article-aside .button {
  width: 100%;
  margin-top: 8px;
}

.mini-details {
  display: grid;
  gap: 12px;
  margin: 24px 0;
  padding: 20px 0;
  border-block: 1px solid var(--line);
}

.mini-details p {
  display: grid;
  gap: 2px;
  margin: 0;
}

.mini-details span {
  color: var(--dim);
  font-family: var(--display);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-block: 35px;
}

.feature-grid article {
  padding: 25px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.015);
}

.feature-grid h3 {
  margin: 0 0 12px;
  font-size: 1.35rem;
}

.feature-grid p {
  margin: 0;
  font-size: 0.9rem;
}

@media (max-width: 1080px) {
  .site-nav {
    gap: 20px;
  }

  .proof-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .proof-grid p:nth-child(3) {
    border-left: 1px solid var(--line);
  }

  .proof-grid p:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .current-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .current-grid > div:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 920px) {
  .site-header {
    height: 72px;
  }

  .menu-toggle {
    width: 54px;
    height: 48px;
    display: grid;
    place-items: center;
    gap: 2px;
    padding: 7px;
    border: 0;
    background: transparent;
    color: white;
    cursor: pointer;
  }

  .menu-lines,
  .menu-lines::before,
  .menu-lines::after {
    width: 26px;
    height: 1px;
    display: block;
    background: currentColor;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .menu-lines {
    position: relative;
  }

  .menu-lines::before,
  .menu-lines::after {
    content: "";
    position: absolute;
    left: 0;
  }

  .menu-lines::before { top: -7px; }
  .menu-lines::after { top: 7px; }

  .menu-toggle[aria-expanded="true"] .menu-lines {
    background: transparent;
  }

  .menu-toggle[aria-expanded="true"] .menu-lines::before {
    top: 0;
    transform: rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] .menu-lines::after {
    top: 0;
    transform: rotate(-45deg);
  }

  .menu-label {
    align-self: end;
    font-family: var(--display);
    font-size: 0.5rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .site-nav {
    position: fixed;
    inset: 72px 0 auto;
    max-height: 0;
    display: grid;
    gap: 0;
    overflow: hidden;
    visibility: hidden;
    border-bottom: 1px solid var(--line);
    background: rgba(7, 6, 5, 0.98);
    transition: max-height 220ms ease, visibility 220ms ease;
  }

  .site-nav.open {
    max-height: calc(100svh - 72px);
    visibility: visible;
  }

  .site-nav a,
  .site-nav .nav-cta {
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    border: 0;
    border-top: 1px solid var(--line);
  }

  .hero-copy {
    width: 68%;
  }

  .show-grid,
  .testimonial-grid,
  .international-grid,
  .about-grid,
  .repertoire-grid,
  .booking-grid,
  .article-layout {
    grid-template-columns: 1fr;
  }

  .international-grid,
  .about-grid,
  .booking-grid {
    gap: 60px;
  }

  .passport-panel,
  .credential-card,
  .contact-card {
    max-width: 680px;
  }

  .occasion-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .article-aside {
    position: static;
    max-width: 620px;
  }
}

@media (max-width: 740px) {
  html {
    scroll-padding-top: 72px;
  }

  body {
    padding-bottom: calc(58px + env(safe-area-inset-bottom));
    font-size: 16px;
  }

  .shell {
    width: min(calc(100% - 32px), var(--shell));
  }

  h2 {
    font-size: clamp(2.55rem, 13vw, 4.2rem);
  }

  .brand-mark {
    width: 39px;
    height: 39px;
  }

  .brand-copy strong {
    font-size: 0.96rem;
  }

  .brand-copy small {
    font-size: 0.54rem;
  }

  .hero {
    min-height: 0;
    display: block;
    padding-top: 72px;
    overflow: visible;
  }

  .hero-picture {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 16 / 9;
  }

  .hero-picture img {
    position: absolute;
    object-fit: cover;
    object-position: center;
  }

  .hero-shade {
    top: 72px;
    bottom: auto;
    height: auto;
    aspect-ratio: 16 / 9;
    background: linear-gradient(180deg, transparent 50%, #090704 100%);
  }

  .hero-inner {
    padding-block: 24px 36px;
  }

  .hero-copy {
    width: 100%;
  }

  .hero-copy .eyebrow {
    margin-bottom: 12px;
    font-size: 0.57rem;
    letter-spacing: 0.14em;
  }

  .campaign-line {
    margin-bottom: 15px;
    padding-bottom: 13px;
    font-size: clamp(0.9rem, 4.4vw, 1.15rem);
    letter-spacing: 0.075em;
    line-height: 1.55;
  }

  .campaign-line br {
    display: initial;
  }

  .campaign-line::after {
    width: 62px;
  }

  .hero h1 {
    margin-bottom: 17px;
    font-size: clamp(3.75rem, 19.5vw, 5.25rem);
    line-height: 0.75;
  }

  .hero-offer {
    gap: 3px;
    margin-bottom: 20px;
    font-size: 0.65rem;
    letter-spacing: 0.115em;
  }

  .hero-offer strong {
    font-size: 1.25rem;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .hero-actions .button {
    min-width: 0;
    padding-inline: 13px;
    font-size: 0.66rem;
  }

  .hero-scroll {
    display: none;
  }

  .proof-grid {
    grid-template-columns: 1fr 1fr;
  }

  .proof-grid p {
    min-height: 83px;
    padding: 14px 13px;
  }

  .proof-grid p:nth-child(odd) {
    border-left: 1px solid var(--line);
  }

  .proof-grid span {
    font-size: 0.5rem;
  }

  .proof-grid strong {
    font-size: 0.69rem;
  }

  .section {
    padding-block: 76px;
  }

  .split-intro {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 36px;
  }

  .split-intro > p {
    font-size: 0.95rem;
  }

  .video-shell::before {
    inset: -8px 8px 8px -8px;
  }

  .video-play {
    width: 62px;
    height: 62px;
    font-size: 0.58rem;
  }

  .video-note {
    right: 8px;
    bottom: 8px;
    font-size: 0.48rem;
  }

  .section-heading {
    margin-bottom: 38px;
  }

  .show-grid {
    gap: 15px;
  }

  .show-card {
    min-height: 0;
    padding: 34px 27px;
  }

  .show-card h3 {
    font-size: clamp(2.7rem, 13vw, 3.8rem);
  }

  .show-number {
    top: 20px;
    right: 20px;
    font-size: 5.5rem;
  }

  .show-lead {
    font-size: 1.05rem;
  }

  .format-note,
  .not-acoustic {
    margin-top: 8px;
  }

  .show-card .button {
    width: 100%;
  }

  .passport-panel {
    padding: 26px 22px;
    box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.22);
  }

  .place-list li {
    padding-block: 9px;
  }

  .credential-card {
    padding: 34px 28px;
  }

  .testimonial-card {
    min-height: 0;
    padding: 32px 26px;
  }

  .testimonial-card > p {
    font-size: 1.12rem;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .gallery-portrait,
  .gallery-grid > .gallery-item:nth-child(4) {
    grid-column: auto;
    grid-row: auto;
  }

  .gallery-item {
    height: min(96vw, 430px);
  }

  .gallery-portrait {
    height: min(130vw, 560px);
  }

  .lightbox {
    width: calc(100vw - 28px);
  }

  .lightbox-close {
    top: 8px;
    right: 8px;
  }

  .song-columns {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .occasion-grid {
    grid-template-columns: 1fr;
  }

  .occasion-grid article {
    min-height: 0;
  }

  .current-grid {
    grid-template-columns: 1fr;
  }

  .current-grid > div:first-child {
    grid-column: auto;
  }

  .editorial-card {
    min-height: 320px;
    padding: 29px;
  }

  .booking-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .contact-card {
    padding: 30px 25px;
  }

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

  .footer-grid {
    gap: 34px;
  }

  .footer-meta {
    gap: 14px;
  }

  .footer-brand .brand-copy small {
    max-width: 250px;
  }

  .mobile-booking-bar {
    position: fixed;
    inset: auto 0 0;
    z-index: 200;
    min-height: calc(58px + env(safe-area-inset-bottom));
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-bottom: env(safe-area-inset-bottom);
    border-top: 1px solid var(--amber);
    background: #090705;
  }

  .mobile-booking-bar a {
    min-height: 58px;
    display: grid;
    place-items: center;
    font-family: var(--display);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-decoration: none;
    text-transform: uppercase;
  }

  .mobile-booking-bar a:first-child {
    border-right: 1px solid var(--line);
    color: #b9ebd1;
  }

  .mobile-booking-bar a:last-child {
    background: var(--amber);
    color: #120c05;
  }

  .search-bridge-inner {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .subpage-hero {
    min-height: 560px;
    padding-block: 125px 62px;
    background:
      linear-gradient(180deg, rgba(5, 4, 3, 0.52), rgba(5, 4, 3, 0.96) 72%),
      url("/hero-960.webp") center top 72px / 100% auto no-repeat,
      #0b0907;
  }

  .subpage-hero h1 {
    font-size: clamp(3rem, 13vw, 4.5rem);
    overflow-wrap: normal;
    word-break: normal;
  }

  .article-main h2 {
    margin-top: 60px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 741px) and (max-height: 760px) {
  .hero-inner {
    padding-block: 100px 36px;
  }

  .campaign-line {
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: clamp(1.3rem, 1.8vw, 1.75rem);
    line-height: 1.3;
  }

  .hero h1 {
    margin-bottom: 19px;
    font-size: clamp(4.3rem, 7.3vw, 7.4rem);
  }

  .hero-offer {
    margin-bottom: 18px;
  }
}

@media (max-width: 380px) {
  .brand-copy small {
    display: none;
  }

  .hero h1 {
    font-size: 3.48rem;
  }

  .hero-actions {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
