:root {
  color-scheme: dark;
  --bg: #090908;
  --bg-soft: #11110f;
  --paper: #e9e4da;
  --muted: #a7a39a;
  --gold: #b89a68;
  --gold-light: #d7bd8d;
  --line: rgba(184, 154, 104, 0.45);
  --container: 1240px;
  --side: clamp(20px, 5vw, 72px);
  --display: "Helvetica Neue", "Arial Narrow", Arial, sans-serif;
  --body: Inter, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--paper);
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
}

body::selection {
  background: var(--gold);
  color: #090908;
}

a {
  color: inherit;
}

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

button {
  font: inherit;
}

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

.container {
  width: min(100% - (var(--side) * 2), var(--container));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  translate: 0 -160%;
  background: var(--paper);
  color: var(--bg);
  text-decoration: none;
}

.skip-link:focus {
  translate: 0;
}

.site-header {
  position: absolute;
  z-index: 10;
  inset: 0 0 auto;
  border-bottom: 1px solid rgba(233, 228, 218, 0.16);
}

body:not(.legal-page) .site-header {
  display: none;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 84px;
}

.wordmark {
  display: flex;
  align-items: baseline;
  gap: 16px;
  color: var(--paper);
  font-size: 13px;
  letter-spacing: 0.26em;
  text-decoration: none;
  text-transform: uppercase;
}

.wordmark small {
  color: var(--gold-light);
  font-size: 10px;
}

nav {
  display: flex;
  gap: clamp(18px, 3vw, 44px);
}

nav a {
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease;
}

nav a:hover,
nav a:focus-visible {
  color: var(--paper);
}

.hero {
  position: relative;
  display: grid;
  min-height: min(980px, 100svh);
  overflow: hidden;
  background: var(--bg);
}

.hero::before {
  content: none;
}

.hero-glow {
  display: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: start;
  gap: 0;
  min-height: inherit;
  padding-block: clamp(38px, 5vw, 60px) clamp(44px, 6vw, 78px);
}

.hero-topline {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 24px;
  color: var(--paper);
  font-size: clamp(13px, 1.45vw, 19px);
  letter-spacing: 0.34em;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero-topline span:last-child {
  text-align: right;
}

.hero-rule {
  height: 2px;
  margin-top: 30px;
  background: linear-gradient(90deg, transparent 0%, rgba(184, 154, 104, 0.94) 8%, rgba(184, 154, 104, 0.94) 92%, transparent 100%);
  box-shadow: 0 0 18px rgba(184, 154, 104, 0.18);
}

.hero-copy {
  display: grid;
  gap: clamp(42px, 7vw, 86px);
  padding-top: clamp(120px, 19vw, 250px);
}

.eyebrow {
  margin: 0 0 24px;
  color: var(--gold-light);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3em;
  line-height: 1.4;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.details h2,
.sales h2,
.contractor-hero h1 {
  margin: 0;
  font-family: var(--display);
  font-weight: 300;
  letter-spacing: -0.045em;
}

.hero h1 {
  max-width: 1300px;
  font-size: clamp(72px, 10.2vw, 176px);
  line-height: 0.86;
  letter-spacing: -0.055em;
}

.hero-subtitle {
  margin: 0;
  max-width: 620px;
  font-size: clamp(28px, 4.6vw, 72px);
  letter-spacing: 0.18em;
  line-height: 0.92;
  text-transform: uppercase;
}

.section {
  padding-block: clamp(90px, 12vw, 168px);
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  margin-bottom: clamp(44px, 7vw, 86px);
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
}

.section-heading h2,
.details h2,
.sales h2 {
  font-size: clamp(50px, 7vw, 104px);
  line-height: 0.92;
}

.section-heading > p:last-child {
  max-width: 300px;
  margin: 0 0 8px 40px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.artist-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(26px, 5vw, 74px);
  align-items: start;
}

.artist-trigger {
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  text-align: left;
}

.artist-image-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--bg-soft);
}

.artist-image-wrap::after {
  position: absolute;
  inset: auto 0 0;
  height: 35%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.76));
  content: "";
}

.artist-image-wrap img {
  width: 100%;
  aspect-ratio: 0.76;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.04);
  transition:
    scale 700ms cubic-bezier(0.2, 0.75, 0.25, 1),
    filter 500ms ease;
}

.artist-trigger:hover img,
.artist-trigger:focus-visible img,
.artist-trigger[aria-expanded="true"] img {
  scale: 1.025;
  filter: saturate(0.95) contrast(1.04);
}

.artist-trigger:focus-visible {
  outline: 1px solid var(--gold-light);
  outline-offset: 6px;
}

.artist-action {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 22px;
  left: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--paper);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.artist-action__icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(233, 228, 218, 0.6);
  border-radius: 50%;
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
  transition:
    rotate 400ms ease,
    background 180ms ease,
    color 180ms ease;
}

.artist-trigger:hover .artist-action__icon {
  background: var(--paper);
  color: var(--bg);
}

.artist-trigger[aria-expanded="true"] .artist-action__icon {
  rotate: 45deg;
}

.artist-name {
  display: grid;
  gap: 10px;
  padding: 26px 0 24px;
  border-bottom: 1px solid var(--line);
}

.artist-name small {
  color: var(--gold-light);
  font-size: 10px;
  letter-spacing: 0.23em;
  text-transform: uppercase;
}

.artist-name strong {
  font-family: var(--display);
  font-size: clamp(28px, 4vw, 58px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1;
  text-transform: uppercase;
}

.artist-details {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition:
    grid-template-rows 600ms cubic-bezier(0.22, 0.8, 0.25, 1),
    opacity 400ms ease;
}

.artist-details.is-open {
  grid-template-rows: 1fr;
  opacity: 1;
}

.artist-details__inner {
  min-height: 0;
  overflow: hidden;
}

.bio-copy {
  padding: 30px 0 16px;
  color: #c4c0b8;
  font-family: Georgia, serif;
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.8;
}

.bio-copy p {
  margin: 0 0 20px;
}

.details {
  background: var(--paper);
  color: var(--bg);
}

.details-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(350px, 0.85fr);
  gap: clamp(70px, 10vw, 150px);
}

.details .eyebrow {
  color: #876b40;
}

.details h2 {
  max-width: 760px;
}

.details-address {
  display: grid;
  align-content: end;
  gap: 14px;
  padding-top: 26px;
  border-top: 1px solid rgba(9, 9, 8, 0.14);
}

.details-address .eyebrow {
  margin-bottom: 0;
}

.details-address__text {
  display: grid;
  gap: 8px;
  margin: 0;
  color: #2f2c28;
  font-style: normal;
  line-height: 1.45;
}

.details-address__text span:first-child {
  font-size: clamp(20px, 2.1vw, 30px);
  letter-spacing: -0.03em;
}

.details-address__text span:last-child {
  color: #6b685f;
  font-size: clamp(14px, 1.35vw, 18px);
  letter-spacing: 0.02em;
}

.event-facts {
  margin: 0;
}

.event-facts div {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 24px;
  padding: 26px 0;
  border-top: 1px solid rgba(9, 9, 8, 0.24);
}

.event-facts div:last-child {
  border-bottom: 1px solid rgba(9, 9, 8, 0.24);
}

.event-facts dt {
  color: #6b685f;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.event-facts dd {
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(16px, 1.6vw, 21px);
  line-height: 1.55;
}

.sales {
  position: relative;
  overflow: hidden;
  padding-block: clamp(90px, 12vw, 160px);
  background: var(--bg-soft);
}

.sales::before {
  position: absolute;
  top: -65%;
  left: 44%;
  width: 65vw;
  aspect-ratio: 1;
  border: 1px solid rgba(184, 154, 104, 0.14);
  border-radius: 50%;
  content: "";
}

.sales-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
  align-items: end;
}

.sales-status {
  display: grid;
  min-width: 280px;
  gap: 12px;
  padding: 26px 30px;
  border: 1px solid var(--line);
}

.sales-status__label {
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.sales-status strong {
  color: var(--gold-light);
  font-family: Georgia, serif;
  font-size: 24px;
  font-weight: 400;
}

.footer {
  border-top: 1px solid rgba(233, 228, 218, 0.1);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 108px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.footer a {
  color: var(--paper);
  text-underline-offset: 5px;
}

.footer a:hover,
.footer a:focus-visible {
  color: var(--gold-light);
}

.reveal {
  opacity: 0;
  translate: 0 24px;
  transition:
    opacity 800ms ease,
    translate 800ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.reveal.is-visible {
  opacity: 1;
  translate: 0;
}

/* Legal page */
.legal-page {
  min-height: 100svh;
  background:
    radial-gradient(circle at 75% 18%, rgba(184, 154, 104, 0.13), transparent 30%),
    var(--bg);
}

.contractor-hero {
  min-height: auto;
  padding-block: clamp(70px, 10vw, 130px) 60px;
  background: transparent;
}

.contractor-hero::after {
  display: none;
}

.contractor-hero .container {
  display: block;
}

.contractor-hero .eyebrow {
  margin-top: 70px;
}

.contractor-hero h1 {
  max-width: 980px;
  font-size: clamp(50px, 8vw, 112px);
  line-height: 0.9;
}

.back-link {
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-decoration: none;
  text-transform: uppercase;
}

.back-link:hover,
.back-link:focus-visible {
  color: var(--paper);
}

.contractor-layout {
  padding-bottom: clamp(70px, 10vw, 130px);
}

.card {
  border-top: 1px solid var(--line);
}

.info-grid {
  display: grid;
  grid-template-columns: 1.5fr 0.75fr 0.75fr;
}

.info-card {
  display: grid;
  align-content: start;
  min-height: 230px;
  gap: 34px;
  padding: 32px clamp(20px, 3vw, 42px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.info-card:first-child {
  border-left: 1px solid var(--line);
}

.info-card span {
  color: var(--gold-light);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.info-card strong {
  font-size: clamp(17px, 1.8vw, 23px);
  font-weight: 400;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

@media (max-width: 900px) {
  .hero {
    min-height: auto;
  }

  .hero-grid {
    padding-block: 34px 64px;
  }

  .hero-topline {
    font-size: clamp(12px, 2.8vw, 16px);
    letter-spacing: 0.28em;
    gap: 18px;
  }

  .hero-rule {
    margin-top: 24px;
  }

  .hero-copy {
    gap: 32px;
    padding-top: clamp(92px, 18vw, 160px);
  }

  .hero h1 {
    font-size: clamp(68px, 14vw, 118px);
  }

  .hero-subtitle {
    max-width: 520px;
    font-size: clamp(22px, 4.8vw, 36px);
  }

  .hero-subtitle br {
    display: none;
  }

  .section-heading {
    grid-template-columns: 1fr;
  }

  .section-heading > p:last-child {
    margin: 24px 0 0;
  }

  .details-grid {
    gap: 46px;
  }

  .details-address {
    padding-top: 20px;
  }

  .details-address__text span:first-child {
    font-size: 22px;
  }

  .details-address__text span:last-child {
    font-size: 15px;
  }

  .details-grid,
  .sales-inner {
    grid-template-columns: 1fr;
  }

  .sales-status {
    min-width: 0;
  }

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

  .info-card,
  .info-card:first-child {
    min-height: 0;
    border-right: 1px solid var(--line);
    border-left: 1px solid var(--line);
  }
}

@media (max-width: 650px) {
  :root {
    --side: 20px;
  }

  .header-inner {
    min-height: 72px;
  }

  .wordmark {
    gap: 0;
  }

  .wordmark small,
  nav a:last-child {
    display: none;
  }

  nav {
    gap: 0;
  }

  .hero-grid {
    padding-block: 28px 56px;
  }

  .hero h1 {
    font-size: clamp(56px, 18vw, 92px);
  }

  .hero-subtitle {
    max-width: 340px;
    font-size: clamp(20px, 8vw, 28px);
  }

  .artist-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .artist-image-wrap img {
    width: 84%;
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
    margin-inline: auto;
  }

  .artist-action {
    right: 12px;
    bottom: 12px;
    left: 12px;
    font-size: 8px;
    letter-spacing: 0.16em;
  }

  .artist-action__icon {
    width: 28px;
    height: 28px;
    font-size: 14px;
  }

  .artist-name {
    gap: 6px;
    padding: 14px 0 12px;
  }

  .artist-name small {
    font-size: 8px;
    letter-spacing: 0.18em;
  }

  .artist-name strong {
    font-size: clamp(15px, 3.9vw, 20px);
    letter-spacing: -0.03em;
    line-height: 1.04;
  }

  .artist-details {
    grid-column: 1 / -1;
  }

  .bio-copy {
    padding: 18px 0 8px;
    font-size: 13px;
    line-height: 1.65;
  }

  .artist-trigger:focus-visible {
    outline-offset: 4px;
  }

  .event-facts div {
    grid-template-columns: 78px 1fr;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
  }

  .contractor-hero .eyebrow {
    margin-top: 54px;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    translate: 0;
  }
}
