:root {
  --navy: #071b29;
  --navy-2: #0d293a;
  --ink: #102432;
  --gold: #d6a640;
  --gold-light: #efc968;
  --cream: #f5f0e6;
  --paper: #fbfaf6;
  --muted: #66727a;
  --line: rgba(16, 36, 50, .14);
  --serif: "Fraunces", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --shadow: 0 24px 70px rgba(3, 18, 28, .15);
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.6; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 78px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 16px; color: white; background: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; color: white; transition: background .3s, box-shadow .3s; }
.site-header.scrolled { background: rgba(7, 27, 41, .96); box-shadow: 0 10px 30px rgba(0,0,0,.14); backdrop-filter: blur(12px); }
.nav-wrap { height: 94px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.2); }
.site-header.scrolled .nav-wrap { border-color: transparent; }
.brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; line-height: 1; }
.brand-mark { width: 58px; height: 58px; display: grid; place-items: center; padding: 3px; overflow: hidden; background: #07120f; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; }
.brand-mark img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.brand strong { display: block; font-family: var(--serif); font-size: 20px; letter-spacing: .01em; }
.brand small { display: block; margin-top: 5px; color: rgba(255,255,255,.72); font-size: 10px; letter-spacing: .22em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: 35px; }
.primary-nav a { font-size: 14px; font-weight: 600; text-decoration: none; }
.primary-nav a:not(.nav-cta) { position: relative; }
.primary-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--gold); transition: right .25s; }
.primary-nav a:hover::after { right: 0; }
.nav-cta { padding: 12px 19px; color: var(--navy); background: var(--gold-light); border-radius: 2px; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: white; transition: opacity .2s, transform .2s; }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }

.hero { position: relative; min-height: 760px; height: 100svh; display: flex; align-items: center; color: white; background: var(--navy); overflow: hidden; }
.hero-image { width: 58%; position: absolute; inset: 0 0 0 auto; transform: scale(1.08); transform-origin: center right; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, var(--navy) 0%, var(--navy) 42%, rgba(7,27,41,.82) 49%, rgba(7,27,41,.14) 64%, rgba(7,27,41,.05) 100%), linear-gradient(0deg, rgba(3,18,29,.52), transparent 56%); }
.hero-content { position: relative; z-index: 2; padding-top: 45px; }
.hero-content > * { max-width: 680px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; color: var(--gold-light); font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 1px; background: currentColor; }
.eyebrow.dark { color: #9b6e16; }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 600; letter-spacing: -.035em; line-height: .98; }
h1 { max-width: 680px; font-size: clamp(64px, 6vw, 102px); line-height: .94; }
h2 { font-size: clamp(48px, 5.6vw, 78px); }
h1 em, h2 em { color: var(--gold-light); font-weight: 600; }
.hero-copy { max-width: 570px; margin: 34px 0 38px; color: rgba(255,255,255,.76); font-size: 18px; }
.hero-actions { display: flex; align-items: center; gap: 34px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 25px; border: 1px solid transparent; border-radius: 2px; cursor: pointer; font-size: 13px; font-weight: 700; letter-spacing: .04em; text-decoration: none; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: var(--navy); background: var(--gold-light); }
.button-gold:hover { background: #f7d47f; }
.button-navy { color: white; background: var(--navy); }
.button-navy:hover { background: var(--navy-2); }
.button-outline { color: white; border-color: rgba(255,255,255,.45); background: transparent; }
.button-outline:hover { color: var(--navy); background: white; }
.text-link { display: inline-flex; gap: 9px; align-items: center; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 700; text-decoration: none; }
.text-link span { color: var(--gold); }
.text-link.light { color: white; }

.intro { padding-top: 54px; padding-bottom: 78px; background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 10%; align-items: start; }
.intro-copy { padding-top: 38px; color: var(--muted); }
.intro-copy p { max-width: 580px; }
.intro-copy .lead { margin-top: 0; color: var(--ink); font-family: var(--serif); font-size: 26px; line-height: 1.4; }
.intro-copy .text-link { margin-top: 16px; color: var(--ink); }
.band-photos { margin-top: 28px; }
.band-photos figure { margin: 0; }
.band-photos img { width: 100%; height: 100%; object-fit: cover; }
.band-photos figcaption { position: absolute; left: 22px; bottom: 19px; display: flex; flex-direction: column; padding: 12px 17px; color: white; background: rgba(7,27,41,.88); font-family: var(--serif); font-size: 17px; line-height: 1.25; backdrop-filter: blur(8px); }
.band-photos figcaption span { margin-bottom: 4px; color: var(--gold-light); font-family: var(--sans); font-size: 9px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.history-photo { width: min(100%, 690px); aspect-ratio: 1000 / 612; position: relative; margin-inline: auto !important; box-shadow: 0 18px 50px rgba(7,27,41,.14); }
.history-photo img { object-position: center; }
.figures { margin-top: 100px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.figures div { min-height: 165px; display: flex; flex-direction: column; justify-content: center; padding: 30px 8%; border-right: 1px solid var(--line); }
.figures div:last-child { border-right: 0; }
.figures strong { color: var(--navy); font-family: var(--serif); font-size: 52px; line-height: 1; }
.figures span { margin-top: 12px; color: var(--muted); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }

.sound-section.section { padding-top: 0; background: var(--paper); }
.sound-panel { min-height: 520px; position: relative; display: flex; align-items: center; padding: 80px 8%; color: white; background: var(--navy); overflow: hidden; box-shadow: var(--shadow); }
.sound-panel::before { content: ""; position: absolute; inset: 0; opacity: .08; background: repeating-linear-gradient(118deg, transparent 0 45px, white 46px, transparent 47px 92px); }
.sound-copy { position: relative; z-index: 2; max-width: 580px; }
.sound-copy p:last-child { max-width: 520px; color: rgba(255,255,255,.68); font-size: 17px; }
.sound-rings { width: 470px; height: 470px; position: absolute; right: -30px; top: 25px; display: grid; place-items: center; }
.sound-rings span { position: absolute; border: 1px solid rgba(239,201,104,.21); border-radius: 50%; }
.sound-rings span:nth-child(1) { width: 100%; height: 100%; }
.sound-rings span:nth-child(2) { width: 76%; height: 76%; }
.sound-rings span:nth-child(3) { width: 52%; height: 52%; }
.sound-rings span:nth-child(4) { width: 35%; height: 35%; background: var(--gold); opacity: .15; }
.sound-rings b { color: var(--gold-light); font-family: var(--serif); font-size: 52px; font-weight: 600; letter-spacing: .01em; }

.news { background: var(--paper); }
.news-card { min-height: 530px; display: grid; grid-template-columns: .82fr 1.18fr; padding: 0; overflow: hidden; background: var(--cream); box-shadow: var(--shadow); }
.news-image { min-height: 530px; position: relative; margin: 0; overflow: hidden; background: var(--navy); }
.news-image::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(7,27,41,.08); pointer-events: none; }
.news-image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.news-copy { display: flex; flex-direction: column; justify-content: center; padding: 58px 64px; border-top: 4px solid var(--gold); }
.news-copy .eyebrow { margin-bottom: 12px; }
.news-copy time { margin-bottom: 16px; color: #9b6e16; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.news-copy h2 { margin-bottom: 24px; font-size: clamp(46px, 4.5vw, 68px); }
.news-copy > p:not(.eyebrow) { max-width: 620px; margin: 0 0 14px; color: var(--muted); font-size: 15px; line-height: 1.65; }
.news-copy .news-signoff { margin-top: 4px !important; margin-bottom: 0 !important; color: var(--ink) !important; font-family: var(--serif); font-size: 20px !important; font-weight: 600; }

.events { background: var(--cream); }
.section-heading { display: grid; grid-template-columns: 1fr .55fr; gap: 10%; align-items: end; margin-bottom: 50px; }
.section-heading > p { max-width: 450px; margin: 0 0 5px; color: var(--muted); font-size: 17px; }
.event-list { display: grid; gap: 22px; }
.event-placeholder { min-height: 205px; display: grid; grid-template-columns: 100px 1fr auto; gap: 34px; align-items: center; padding: 30px 40px; background: var(--paper); border: 1px solid rgba(16,36,50,.08); box-shadow: 0 18px 50px rgba(7,27,41,.07); }
.calendar-icon { width: 88px; height: 88px; position: relative; display: grid; place-items: center; color: var(--gold); border: 1px solid var(--line); }
.calendar-icon::before { content: ""; position: absolute; top: 17px; left: 0; right: 0; border-top: 1px solid var(--line); }
.calendar-icon span { width: 2px; height: 10px; position: absolute; top: -5px; background: var(--gold); }
.calendar-icon span:first-child { left: 21px; }
.calendar-icon span:nth-child(2) { right: 21px; }
.calendar-icon b { padding-top: 13px; font-family: var(--serif); font-size: 32px; }
.event-kicker { margin: 0; color: #9b6e16; font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.event-placeholder h3 { margin: 7px 0; font-family: var(--serif); font-size: 28px; line-height: 1.25; }
.event-placeholder p:last-child { max-width: 650px; margin: 0; color: var(--muted); font-size: 14px; }
.event-date { width: 88px; min-height: 105px; display: flex; align-items: center; flex-direction: column; justify-content: center; color: var(--navy); border: 1px solid var(--line); border-top: 4px solid var(--gold); font-family: var(--serif); line-height: 1; }
.event-date strong { font-size: 39px; font-weight: 600; }
.event-date span { margin-top: 5px; color: #9b6e16; font-family: var(--sans); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.event-date small { margin-top: 6px; color: var(--muted); font-family: var(--sans); font-size: 9px; letter-spacing: .12em; }
.event-card .event-meta { margin-top: 14px !important; color: var(--ink) !important; font-size: 13px !important; font-weight: 600; }

.join { background: var(--paper); }
.join-grid { display: grid; grid-template-columns: 1fr 1fr; box-shadow: var(--shadow); }
.join-card { min-height: 680px; display: flex; flex-direction: column; justify-content: flex-start; padding: 58px; }
.join-card > div { flex: 1; display: flex; flex-direction: column; margin-top: 48px; }
.join-card h2 { font-size: clamp(52px, 4vw, 66px); }
.join-card .button { align-self: flex-end; margin-top: auto; }
.join-card p:not(.eyebrow):not(.card-number) { max-width: 470px; margin: 22px 0 25px; }
.join-card .vacancies { max-width: 470px; margin: 20px 0 0; padding: 17px 0 6px; border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.join-card .vacancies > p { margin: 0 0 8px !important; color: var(--gold-light); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.vacancies ul { display: grid; grid-template-columns: 1fr 1fr; column-gap: 26px; margin: 0; padding: 0; list-style: none; }
.vacancies li { position: relative; display: flex; justify-content: space-between; gap: 10px; padding: 9px 0 9px 14px; color: white; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 13px; }
.vacancies li::before { content: ""; width: 4px; height: 4px; position: absolute; left: 0; top: 17px; background: var(--gold-light); border-radius: 50%; }
.vacancies li span { flex: 0 0 auto; color: var(--gold-light); font-size: 11px; }
.join-card .rehearsal-note { margin: 16px 0 22px !important; font-size: 12px; line-height: 1.55; }
.card-number { margin: 0; font-family: var(--serif); font-size: 18px; }
.join-player { color: white; background: var(--navy); }
.join-player .card-number { color: var(--gold-light); }
.join-player p { color: rgba(255,255,255,.7); }
.join-booking { background: var(--gold-light); }
.join-booking .eyebrow.dark { color: var(--navy); }
.join-booking h2 em { color: white; text-shadow: 0 1px 0 rgba(7,27,41,.08); }
.join-booking p { color: rgba(7,27,41,.7); }

.contact { color: white; background: var(--navy); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 10%; }
.contact-grid > div > p:not(.eyebrow) { max-width: 450px; color: rgba(255,255,255,.68); }
.contact-detail { margin-top: 40px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); }
.contact-detail span { display: block; color: var(--gold-light); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.contact-detail strong { display: block; margin-top: 7px; font-size: 14px; font-weight: 500; }
.contact-detail a { color: inherit; text-decoration: none; }
.contact-detail a:hover { color: var(--gold-light); }
.contact-form { padding: 48px; color: var(--ink); background: var(--paper); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.contact-form label { display: block; margin-bottom: 24px; }
.contact-form label > span { display: block; margin-bottom: 8px; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 13px 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid rgba(16,36,50,.26); border-radius: 0; outline: 0; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--gold); box-shadow: 0 2px 0 -1px var(--gold); }
.contact-form .button { display: flex; width: fit-content; margin-left: auto; }
.contact-form .button:disabled { cursor: wait; opacity: .65; transform: none; }
.hp-field { width: 1px !important; height: 1px; position: absolute; left: -10000px; overflow: hidden; }
.form-note { margin: 18px 0 0; color: var(--muted); font-size: 12px; }
.form-note.success, .form-note.error { width: min(420px, calc(100% - 48px)); position: fixed; right: 24px; bottom: 24px; z-index: 100; margin: 0; padding: 18px 52px 18px 56px; color: white; border: 1px solid rgba(255,255,255,.22); box-shadow: 0 18px 55px rgba(3,18,28,.28); font-size: 14px; font-weight: 600; line-height: 1.5; }
.form-note.success { background: #235b43; }
.form-note.error { background: #8f332d; }
.form-note.success::before, .form-note.error::before { width: 25px; height: 25px; position: absolute; left: 19px; top: 50%; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; font-size: 14px; transform: translateY(-50%); }
.form-note.success::before { content: "✓"; }
.form-note.error::before { content: "!"; }
.form-note-close { display: none; width: 34px; height: 34px; position: absolute; right: 10px; top: 10px; padding: 0; color: white; background: transparent; border: 0; border-radius: 50%; cursor: pointer; font-size: 25px; line-height: 1; }
.form-note.success .form-note-close, .form-note.error .form-note-close { display: grid; place-items: center; }
.form-note-close:hover, .form-note-close:focus-visible { background: rgba(255,255,255,.14); outline: 1px solid rgba(255,255,255,.65); }

.site-footer { color: white; background: #04131e; }
.footer-top { min-height: 230px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 60px; align-items: center; }
.footer-brand { justify-self: start; }
.footer-top > p { color: rgba(255,255,255,.55); font-family: var(--serif); font-size: 18px; line-height: 1.5; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; justify-self: end; }
.footer-links a { color: rgba(255,255,255,.72); font-size: 13px; text-decoration: none; }
.footer-links a:hover { color: var(--gold-light); }
.footer-bottom { min-height: 70px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.4); font-size: 11px; letter-spacing: .05em; }

@media (max-width: 900px) {
  .section { padding: 78px 0; }
  .intro { padding-top: 54px; padding-bottom: 78px; }
  .menu-toggle { display: block; }
  .brand, .menu-toggle { position: relative; z-index: 2; }
  .nav-wrap { position: relative; z-index: 2; }
  .primary-nav { height: 100dvh; position: absolute; inset: 0; z-index: 1; display: flex; flex-direction: column; justify-content: center; gap: 30px; color: white; background: var(--navy); opacity: 0; visibility: hidden; transition: opacity .25s, visibility .25s; }
  .primary-nav.open { opacity: 1; visibility: visible; }
  body.menu-open .site-header { inset: 0; background: var(--navy); box-shadow: none; backdrop-filter: none; }
  .primary-nav a { font-family: var(--serif); font-size: 30px; }
  .primary-nav .nav-cta { font-family: var(--sans); font-size: 14px; }
  .intro-grid, .section-heading, .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .intro-copy { padding-top: 0; }
  .history-photo { width: min(100%, 690px); }
  .sound-rings { opacity: .45; }
  .news-card { grid-template-columns: 1fr; }
  .news-image { min-height: 0; aspect-ratio: 1 / 1; }
  .news-copy { padding: 52px 48px; }
  .event-placeholder { grid-template-columns: 80px 1fr; }
  .event-placeholder .button { grid-column: 2; justify-self: start; }
  .join-card { min-height: 540px; padding: 45px; }
  .footer-top { grid-template-columns: 1fr 1fr; padding: 55px 0; }
  .footer-links { grid-column: 2; grid-row: 1 / span 2; }
}

@media (max-width: 650px) {
  .container { width: min(100% - 32px, 1180px); }
  .section { padding: 74px 0; }
  .intro { padding-top: 54px; }
  .nav-wrap { height: 78px; }
  .hero { min-height: 700px; }
  .hero-image { width: 100%; inset: 0; opacity: .76; }
  .hero-image img { object-position: center 24%; }
  .hero-shade { background: linear-gradient(90deg, rgba(3,18,29,.98), rgba(3,18,29,.66)), linear-gradient(0deg, rgba(3,18,29,.72), transparent 58%); }
  h1 { font-size: clamp(55px, 17vw, 78px); }
  h2 { font-size: clamp(43px, 13vw, 62px); }
  .hero-copy { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 24px; }
  .figures { grid-template-columns: 1fr; margin-top: 65px; }
  .figures div { min-height: 125px; border-right: 0; border-bottom: 1px solid var(--line); }
  .figures div:last-child { border-bottom: 0; }
  .sound-panel { min-height: 570px; padding: 60px 30px; }
  .band-photos { margin-top: 32px; }
  .history-photo { width: 100%; min-height: 0; }
  .band-photos figcaption { left: 12px; bottom: 12px; padding: 9px 12px; font-size: 14px; }
  .sound-rings { width: 360px; height: 360px; right: -140px; top: 20px; }
  .news-copy { padding: 40px 28px 44px; }
  .news-copy h2 { font-size: clamp(42px, 13vw, 56px); }
  .event-placeholder { grid-template-columns: 1fr; gap: 26px; padding: 34px 28px; }
  .event-placeholder .button { grid-column: auto; }
  .join-grid { grid-template-columns: 1fr; }
  .join-card { min-height: 560px; padding: 38px 28px; }
  .join-card > div { margin-top: 38px; }
  .join-card .button { align-self: flex-start; }
  .form-note.success, .form-note.error { width: calc(100% - 32px); right: 16px; bottom: 16px; }
  .join-booking > div { margin-top: 45px; margin-bottom: 20px; }
  .vacancies ul { grid-template-columns: 1fr; }
  .contact-form { padding: 32px 24px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-top { grid-template-columns: 1fr; gap: 35px; }
  .footer-links { grid-column: 1; grid-row: auto; justify-self: start; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 5px; }
  .footer-bottom p { margin: 0; }
}

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