:root {
  --navy: #0b1f3b;
  --navy-deep: #061426;
  --champagne: #d4af7f;
  --ivory: #f4f0e7;
  --off-white: #faf8f3;
  --taupe: #9f9a8f;
  --charcoal: #3a3a3c;
  --gold: #b58a3a;
  --serif: "Libre Baskerville", Baskerville, Georgia, serif;
  --sans: Montserrat, Arial, sans-serif;
  --page-pad: clamp(1.35rem, 5vw, 6rem);
  --content: 90rem;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--off-white);
  color: var(--charcoal);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.75;
  overflow-x: hidden;
}

body,
button,
input {
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
  text-decoration: none;
}

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

h1,
h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.03;
}

h1 em,
h2 em {
  color: var(--champagne);
  font-weight: 400;
}

h2 {
  font-size: clamp(2.6rem, 5.6vw, 6.2rem);
}

.site-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 1.35rem var(--page-pad);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.brand img {
  height: auto;
  object-fit: contain;
  width: clamp(17rem, 22vw, 22rem);
}

.text-link,
.primary-link {
  align-items: center;
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 600;
  gap: 0.75rem;
  letter-spacing: 0.15em;
  line-height: 1.4;
  text-transform: uppercase;
}

.text-link::after,
.primary-link::after {
  background: currentColor;
  bottom: -0.4rem;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform-origin: left;
  transition: transform 220ms ease;
  width: 100%;
}

.text-link,
.primary-link {
  position: relative;
}

.text-link:hover::after,
.primary-link:hover::after {
  transform: scaleX(0.35);
}

.text-link--light,
.primary-link {
  color: var(--off-white);
}

.primary-link {
  border: 1px solid rgba(212, 175, 127, 0.72);
  padding: 1rem 1.25rem;
}

.primary-link::after {
  display: none;
}

.primary-link:hover {
  background: var(--champagne);
  color: var(--navy-deep);
}

.primary-link--tickets {
  background: var(--champagne);
  color: var(--navy-deep);
  font-weight: 600;
}

.primary-link--tickets:hover {
  background: var(--off-white);
  border-color: var(--off-white);
}

.site-header__tickets {
  border-bottom: 1px solid var(--champagne);
  padding-bottom: 0.3rem;
}

.eyebrow {
  color: var(--champagne);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.26em;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

.eyebrow--dark {
  color: var(--gold);
}

.hero {
  background: var(--navy-deep);
  color: var(--off-white);
  min-height: 100svh;
  overflow: hidden;
  position: relative;
}

.hero__image,
.hero__shade {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.hero__image {
  object-fit: cover;
  object-position: center;
}

.hero__shade {
  background:
    linear-gradient(90deg, rgba(6, 20, 38, 0.98) 0%, rgba(6, 20, 38, 0.9) 28%, rgba(6, 20, 38, 0.24) 62%, rgba(6, 20, 38, 0.12) 100%),
    linear-gradient(0deg, rgba(6, 20, 38, 0.88) 0%, transparent 32%);
}

.hero__arc {
  height: 120%;
  opacity: 0.68;
  position: absolute;
  right: -10%;
  top: -12%;
  width: auto;
}

.hero__content {
  left: var(--page-pad);
  max-width: 46rem;
  position: absolute;
  top: 51%;
  transform: translateY(-50%);
  z-index: 2;
}

.hero h1 {
  font-size: clamp(3rem, 5.5vw, 6.5rem);
  margin-bottom: 2.5rem;
  max-width: 12ch;
}

.hero h1 em {
  display: block;
}

.hero__details {
  align-items: center;
  bottom: 0;
  display: grid;
  font-size: 0.66rem;
  gap: 1rem 3rem;
  grid-template-columns: auto auto auto;
  left: var(--page-pad);
  letter-spacing: 0.12em;
  padding: 1.7rem 0 1.9rem;
  position: absolute;
  right: var(--page-pad);
  text-transform: uppercase;
  z-index: 2;
}

.hero__details::before {
  background: rgba(212, 175, 127, 0.58);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.hero__details p {
  margin: 0;
}

.hero__details p:nth-child(2) {
  text-align: center;
}

.hero__details p:last-child {
  text-align: right;
}

.editorial-section {
  margin-inline: auto;
  max-width: var(--content);
  padding: clamp(6rem, 11vw, 11rem) var(--page-pad);
}

.anniversary {
  align-items: end;
  display: grid;
  gap: 4rem;
  grid-template-columns: minmax(0, 1.4fr) minmax(18rem, 0.72fr);
  min-height: 48rem;
  overflow: hidden;
  position: relative;
}

.anniversary__number {
  color: rgba(212, 175, 127, 0.13);
  font-family: var(--serif);
  font-size: clamp(22rem, 43vw, 43rem);
  left: -4vw;
  letter-spacing: -0.12em;
  line-height: 0.72;
  position: absolute;
  top: 7rem;
  user-select: none;
}

.anniversary__heading,
.anniversary__copy {
  position: relative;
}

.anniversary h2 {
  color: var(--navy);
  margin-bottom: 0;
  max-width: 10ch;
}

.anniversary__copy {
  border-left: 1px solid rgba(181, 138, 58, 0.55);
  padding-left: clamp(1.5rem, 3vw, 3rem);
}

.anniversary__copy p:last-child {
  margin-bottom: 0;
}

.artist {
  background: var(--navy-deep);
  color: var(--off-white);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(24rem, 0.92fr);
  min-height: 57rem;
}

.artist__portrait {
  min-height: 48rem;
  overflow: hidden;
  position: relative;
}

.artist__portrait::after {
  background: linear-gradient(90deg, transparent 55%, var(--navy-deep));
  content: "";
  inset: 0;
  position: absolute;
}

.artist__portrait img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 35%;
  width: 100%;
}

.artist__content {
  align-self: center;
  max-width: 40rem;
  padding: 7rem var(--page-pad) 7rem clamp(2rem, 5vw, 6rem);
  position: relative;
  z-index: 1;
}

.artist h2 {
  font-size: clamp(4rem, 8vw, 8.5rem);
  margin-bottom: 2.5rem;
}

.artist h2 em {
  display: block;
}

.artist__lead {
  color: var(--champagne);
  font-family: var(--serif);
  font-size: 1.4rem;
}

.artist__signature {
  border-top: 1px solid rgba(212, 175, 127, 0.5);
  font-family: var(--serif);
  font-style: italic;
  margin-top: 3rem;
  padding-top: 1.5rem;
}

.experience {
  align-items: center;
  display: grid;
  gap: clamp(3rem, 8vw, 8rem);
  grid-template-columns: minmax(0, 1.15fr) minmax(20rem, 0.85fr);
}

.experience__image {
  height: min(75vh, 50rem);
  overflow: hidden;
  position: relative;
}

.experience__image::after {
  border: 1px solid rgba(212, 175, 127, 0.8);
  border-bottom: 0;
  border-left: 0;
  border-radius: 0 100% 0 0;
  content: "";
  height: 52%;
  left: 0;
  position: absolute;
  top: 0;
  width: 52%;
}

.experience__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.experience h2 {
  color: var(--navy);
  margin-bottom: 2rem;
}

.experience__content > h3 {
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 400;
  line-height: 1.35;
  margin: 0 0 1.25rem;
}

.experience__intro {
  margin-bottom: 0;
  max-width: 38rem;
}

.experience__highlights {
  display: grid;
  gap: clamp(2rem, 4vw, 4rem);
  grid-column: 1 / -1;
  grid-template-columns: 1.12fr 1.12fr 1fr 0.88fr;
  padding-top: clamp(1rem, 3vw, 3rem);
}

.experience__highlights article {
  border-top: 1px solid rgba(181, 138, 58, 0.55);
  padding-top: 1.4rem;
}

.experience__highlights h3 {
  color: var(--navy);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  line-height: 1.45;
  margin: 0 0 0.75rem;
  text-transform: uppercase;
}

.experience__highlights p {
  font-size: 0.88rem;
  line-height: 1.65;
  margin: 0;
}

.venue {
  color: var(--off-white);
  min-height: min(78rem, 87vh);
  overflow: hidden;
  position: relative;
}

.venue__image,
.venue__shade {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.venue__image {
  object-fit: cover;
}

.venue__shade {
  background: linear-gradient(90deg, rgba(6, 20, 38, 0.93), rgba(6, 20, 38, 0.45) 52%, rgba(6, 20, 38, 0.12));
}

.venue__content {
  left: var(--page-pad);
  max-width: 54rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.venue h2 {
  margin-bottom: 2rem;
}

.venue__date {
  color: var(--champagne);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  margin-top: 2rem;
  text-transform: uppercase;
}

.sponsorship {
  color: var(--off-white);
  min-height: 55rem;
  overflow: hidden;
  position: relative;
}

.sponsorship__image,
.sponsorship__shade {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.sponsorship__image {
  object-fit: cover;
}

.sponsorship__shade {
  background: linear-gradient(90deg, rgba(6, 20, 38, 0.98) 0%, rgba(6, 20, 38, 0.93) 43%, rgba(6, 20, 38, 0.25) 82%);
}

.sponsorship__content {
  margin-left: var(--page-pad);
  max-width: 43rem;
  padding: clamp(7rem, 12vw, 11rem) 0;
  position: relative;
  z-index: 1;
}

.sponsorship__content > p:not(.eyebrow) {
  margin-bottom: 3rem;
  max-width: 38rem;
}

.sponsorship h2 {
  margin-bottom: 2rem;
}

.reserve {
  background: var(--navy);
  color: var(--off-white);
  max-width: none;
}

.reserve__copy {
  margin-inline: auto;
  max-width: 64rem;
}

.reserve__copy > p:not(.eyebrow) {
  max-width: 42rem;
}

.reserve__price {
  color: var(--champagne);
  font-weight: 600;
  margin: 1.8rem 0 2rem;
}

.crm-form {
  align-self: center;
  max-width: 42rem;
  width: 100%;
}

.crm-form--external {
  border-top: 1px solid rgba(212, 175, 127, 0.72);
  padding: 2.5rem 0;
}

.crm-form--external h3 {
  font-family: var(--serif);
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  font-weight: 400;
  line-height: 1.15;
  margin-bottom: 1.2rem;
}

.crm-form--external > p:not(.eyebrow):not(.form-note) {
  margin-bottom: 2rem;
}

.crm-form iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 390px;
  width: 100%;
}

.field {
  border-bottom: 1px solid rgba(244, 240, 231, 0.38);
  margin-bottom: 1.7rem;
}

.field label {
  color: var(--champagne);
  display: block;
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.field input {
  background: transparent;
  border: 0;
  color: var(--off-white);
  font-family: var(--sans);
  font-size: 1rem;
  outline: 0;
  padding: 0.55rem 0 0.8rem;
  width: 100%;
}

.field:focus-within {
  border-color: var(--champagne);
}

.primary-link--button {
  background: transparent;
  cursor: pointer;
  font-family: var(--sans);
  margin-top: 1rem;
}

.form-note,
.form-status {
  font-size: 0.66rem;
  letter-spacing: 0.04em;
  margin: 1rem 0 0;
  opacity: 0.72;
}

.form-status {
  color: var(--champagne);
  opacity: 1;
}

.site-footer {
  align-items: center;
  background: var(--navy-deep);
  color: var(--off-white);
  display: grid;
  font-size: 0.64rem;
  gap: 2rem;
  grid-template-columns: 1fr auto 1fr;
  letter-spacing: 0.12em;
  padding: 3rem var(--page-pad);
  text-transform: uppercase;
}

.site-footer__brand {
  display: grid;
  gap: 0.7rem;
  justify-self: start;
  text-align: left;
  width: 100%;
}

.site-footer__brand > a {
  color: var(--champagne);
  display: block;
  font-family: var(--serif);
  font-size: 1.1rem;
  letter-spacing: 0;
  text-transform: none;
}

.site-footer__brand nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: flex-start;
}

.site-footer__brand nav a {
  transition: color 220ms ease;
}

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

.site-footer p {
  margin: 0;
}

.site-footer__top {
  justify-self: end;
}

@media (max-width: 900px) {
  .hero__shade {
    background: linear-gradient(90deg, rgba(6, 20, 38, 0.94), rgba(6, 20, 38, 0.55)), linear-gradient(0deg, rgba(6, 20, 38, 0.9), transparent 45%);
  }

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

  .hero__details p:nth-child(2),
  .hero__details p:last-child {
    text-align: left;
  }

  .anniversary,
  .experience,
  .reserve {
    grid-template-columns: 1fr;
  }

  .anniversary {
    align-items: start;
    gap: 2rem;
    min-height: 40rem;
  }

  .anniversary__copy {
    margin-left: 18%;
  }

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

  .artist__portrait {
    height: 72vh;
    min-height: 38rem;
  }

  .artist__portrait::after {
    background: linear-gradient(0deg, var(--navy-deep), transparent 55%);
  }

  .artist__content {
    margin-top: -8rem;
    padding-top: 3rem;
  }

  .experience__image {
    height: 60vh;
  }

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

  .sponsorship__content {
    max-width: 38rem;
    padding-right: var(--page-pad);
  }

  .reserve__copy {
    justify-self: start;
  }

  .site-footer {
    grid-template-columns: 1fr auto;
  }

  .site-footer p {
    display: none;
  }
}

@media (max-width: 600px) {
  body {
    font-size: 0.93rem;
  }

  .site-header {
    padding-top: 1rem;
  }

  .site-header .text-link {
    display: inline-flex;
    font-size: 0.58rem;
    letter-spacing: 0.05em;
  }

  .brand img {
    width: clamp(10.5rem, 45vw, 15.5rem);
  }

  .hero {
    min-height: 48rem;
  }

  .hero__image {
    object-position: 62% center;
  }

  .hero__shade {
    background: linear-gradient(90deg, rgba(6, 20, 38, 0.97), rgba(6, 20, 38, 0.35)), linear-gradient(0deg, rgba(6, 20, 38, 0.96) 0%, transparent 55%);
  }

  .hero__content {
    top: 42%;
  }

  .hero h1 {
    font-size: clamp(2.8rem, 13vw, 4.3rem);
    margin-bottom: 2rem;
  }

  .hero__details {
    font-size: 0.58rem;
    gap: 0.45rem;
    padding-block: 1rem;
  }

  .hero__details p span {
    display: none;
  }

  .editorial-section {
    padding-block: 5.5rem;
  }

  .anniversary {
    min-height: 41rem;
  }

  .anniversary__number {
    font-size: 19rem;
    top: 8rem;
  }

  .anniversary__copy {
    margin-left: 0;
  }

  .artist__portrait {
    height: 38rem;
    min-height: 0;
  }

  .artist__content {
    margin-top: -5rem;
    padding: 2rem var(--page-pad) 5.5rem;
  }

  .artist h2 {
    font-size: 4.1rem;
  }

  .experience__image {
    height: 28rem;
  }

  .experience__highlights {
    gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .venue {
    min-height: 43rem;
  }

  .venue__image {
    object-position: 63% center;
  }

  .venue__shade {
    background: linear-gradient(90deg, rgba(6, 20, 38, 0.94), rgba(6, 20, 38, 0.32));
  }

  .sponsorship {
    min-height: 48rem;
  }

  .sponsorship__image {
    object-position: 64% center;
  }

  .sponsorship__shade {
    background: rgba(6, 20, 38, 0.9);
  }

  .sponsorship__content {
    margin-left: 0;
    padding-inline: var(--page-pad);
  }

  .reserve {
    gap: 3rem;
  }

  .crm-form iframe {
    height: 480px;
  }

  .site-footer {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .site-footer__top {
    justify-self: start;
  }
}
.field--website {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
