:root {
  color-scheme: dark;
  --background: #171014;
  --surface: #251a20;
  --elevated: #2f222b;
  --hairline: #3a2b35;
  --text: #f2e7da;
  --muted: #b7a5ad;
  --gold: #d9a441;
  --foreground: var(--text);
  --primary: var(--gold);
  --primary-foreground: #2a1f10;
  --border: var(--hairline);
  --ring: var(--gold);
  --radius: 12px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 28px;
}
body {
  margin: 0;
  background: var(--background);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  color: var(--gold);
}
a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 6px;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h1,
h2 {
  font-family: ui-serif, Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.02;
}
em {
  font-weight: 400;
  color: var(--gold);
}
.wrap {
  width: min(1160px, calc(100% - 96px));
  margin-inline: auto;
}
.eyebrow {
  font-size: 12px;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  font-weight: 650;
  color: var(--gold);
  line-height: 1.5;
}
.site-header {
  height: 112px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--hairline);
}
.brand {
  display: flex;
  align-items: center;
  gap: 13px;
  font-family: ui-serif, Georgia, serif;
  font-size: 27px;
  letter-spacing: -0.04em;
}
.brand-monogram {
  display: grid;
  place-items: center;
  border: 1px solid var(--gold);
  color: var(--gold);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 26px;
  line-height: 1;
  padding-bottom: 5px;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 14px;
}
.header-cta {
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid var(--hairline);
  padding: 10px 18px;
  border-radius: 7px;
}
.home-hero {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  align-items: center;
  gap: 90px;
  padding-top: 72px;
  padding-bottom: 85px;
}
.hero-copy {
  padding-block: 28px;
}
.hero-copy h1 {
  font-size: clamp(65px, 6.4vw, 92px);
  margin-top: 26px;
}
.hero-description {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
  max-width: 465px;
  margin-top: 30px;
}
.download-block {
  margin-top: 34px;
  scroll-margin-top: 45px;
}
.app-store-badge {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
}
.app-store-badge img {
  width: 156px;
  height: 52px;
  display: block;
}
.download-block p {
  font-size: 13px;
  color: var(--muted);
  margin-top: 13px;
}
.text-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-size: 14px;
}
.hero-more {
  margin-top: 50px;
  color: var(--muted);
}
.app-preview {
  justify-self: center;
  width: 290px;
}
.app-preview > img {
  display: block;
  width: 100%;
  border: 1px solid #4e3a44;
  border-radius: 38px;
}
.app-preview figcaption {
  font-family: ui-serif, Georgia, serif;
  font-style: italic;
  color: var(--muted);
  text-align: center;
  font-size: 15px;
  margin-top: 20px;
}
.features {
  border-top: 1px solid var(--hairline);
  padding-block: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
}
.section-intro h2 {
  font-size: 50px;
  margin-top: 24px;
}
.feature-list {
  display: grid;
  gap: 30px;
}
.feature-list article {
  display: flex;
  gap: 20px;
}
.feature-list svg {
  color: var(--gold);
  width: 23px;
  flex-shrink: 0;
  margin-top: 4px;
  stroke-width: 1.5;
}
.feature-list h3 {
  font-size: 18px;
  font-weight: 550;
  letter-spacing: -0.025em;
  margin-bottom: 7px;
}
.feature-list p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}
.closing {
  padding: 70px 0;
  text-align: center;
  border-block: 1px solid var(--hairline);
}
.closing h2 {
  font-size: 64px;
  margin: 24px 0;
}
.closing .text-link {
  color: var(--gold);
}
.site-footer {
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  flex-wrap: wrap;
}
.footer-brand {
  font:
    24px ui-serif,
    Georgia,
    serif;
  letter-spacing: -0.04em;
}
.site-footer p {
  font-size: 12px;
  color: var(--muted);
  margin-top: 6px;
}
.site-footer nav {
  display: flex;
  gap: 30px;
  font-size: 14px;
}
.site-footer .apple-credit {
  flex-basis: 100%;
  font-size: 11px;
}
.skip-link {
  position: fixed;
  left: 18px;
  top: -80px;
  z-index: 100;
  background: var(--gold);
  color: #2a1f10;
  padding: 12px 20px;
  border-radius: 6px;
}
.skip-link:focus {
  top: 15px;
}
@media (min-width: 1450px) {
  .home-hero {
    gap: 120px;
    padding-top: 90px;
    padding-bottom: 100px;
  }
  .app-preview {
    width: 325px;
  }
}
@media (max-width: 900px) {
  .wrap {
    width: calc(100% - 56px);
  }
  .home-hero {
    gap: 35px;
    grid-template-columns: 1.2fr 1fr;
  }
  .hero-copy h1 {
    font-size: 64px;
  }
  .hero-description {
    font-size: 17px;
  }
  .app-preview {
    width: 250px;
  }
  .features {
    gap: 40px;
  }
  .section-intro h2 {
    font-size: 43px;
  }
}
@media (max-width: 620px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .site-header {
    height: 86px;
  }
  .brand {
    font-size: 23px;
    gap: 10px;
  }
  .brand-monogram {
    width: 34px;
    height: 34px;
    font-size: 22px;
  }
  .site-header nav {
    gap: 15px;
    font-size: 13px;
  }
  .header-cta {
    padding: 9px 11px;
  }
  .header-cta svg {
    display: none;
  }
  .home-hero {
    grid-template-columns: 1fr;
    gap: 46px;
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .hero-copy {
    padding: 0;
  }
  .hero-copy h1 {
    font-size: 66px;
    letter-spacing: -0.05em;
    margin-top: 21px;
  }
  .hero-description {
    max-width: 360px;
    font-size: 17px;
    margin-top: 24px;
  }
  .download-block {
    margin-top: 28px;
  }
  .hero-more {
    margin-top: 30px;
  }
  .app-preview {
    width: min(75%, 300px);
  }
  .features {
    grid-template-columns: 1fr;
    gap: 38px;
    padding-block: 48px;
  }
  .section-intro h2 {
    font-size: 44px;
    margin-top: 18px;
  }
  .feature-list {
    gap: 26px;
  }
  .closing {
    padding: 48px 0;
  }
  .closing h2 {
    font-size: 47px;
  }
  .site-footer {
    padding: 30px 0;
    gap: 26px;
  }
  .site-footer nav {
    gap: 26px;
  }
  .site-footer .apple-credit {
    line-height: 1.7;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    animation: none !important;
    transition: none !important;
  }
}

.event-page {
  padding-block: 35px 85px;
}
.back-link {
  color: var(--muted);
  margin-bottom: 36px;
  min-height: 44px;
}
.event-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.15fr);
  gap: 70px;
  align-items: start;
}
.event-poster {
  position: sticky;
  top: 35px;
}
.event-artwork {
  width: 100%;
  border: 1px solid var(--hairline);
  border-radius: 12px;
  overflow: hidden;
  background: var(--surface);
}
.event-artwork img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 700px;
  object-fit: contain;
}
.artwork-fallback {
  min-height: 380px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: var(--muted);
}
.poster-credit {
  font-size: 12px;
  color: var(--muted);
  margin-top: 14px;
}
.event-info h1 {
  font-size: 49px;
  margin-top: 17px;
  overflow-wrap: anywhere;
}
.tags {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin-top: 22px;
}
.tags span {
  padding: 3px 10px;
  border: 1px solid var(--hairline);
  color: var(--muted);
  font-size: 12px;
  border-radius: 30px;
}
.event-facts {
  border-block: 1px solid var(--hairline);
  margin-top: 30px;
  padding-block: 7px;
}
.event-facts > div {
  display: flex;
  gap: 17px;
  padding-block: 16px;
}
.event-facts svg {
  color: var(--gold);
  width: 20px;
  flex-shrink: 0;
  margin-top: 4px;
  stroke-width: 1.5;
}
.event-facts strong {
  display: block;
  font-weight: 550;
  font-size: 16px;
}
.event-facts span {
  display: block;
  font-size: 14px;
  color: var(--muted);
  margin-top: 2px;
}
.event-facts .text-link {
  margin-top: 9px;
  color: var(--gold);
}
.event-facts .text-link svg {
  margin: 0;
}
.event-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 27px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 8px;
  font:
    550 15px/1.5 -apple-system,
    BlinkMacSystemFont,
    sans-serif;
  cursor: pointer;
}
.primary {
  border: 1px solid var(--gold);
  background: var(--gold);
  color: #2a1f10;
}
.primary:hover {
  background: #e4b454;
  color: #2a1f10;
}
.secondary {
  border: 1px solid var(--hairline);
  background: var(--surface);
}
.source-link {
  color: var(--muted);
  min-height: 44px;
  margin-top: 10px;
}
.event-about {
  margin-top: 35px;
}
.event-about h2 {
  font-size: 28px;
  letter-spacing: -0.025em;
}
.event-about > p {
  white-space: pre-line;
  overflow-wrap: anywhere;
  font-size: 16px;
  color: var(--muted);
  line-height: 1.85;
  margin-top: 19px;
}
.organizer {
  margin-top: 24px;
  font-size: 14px;
  color: var(--muted);
}
.event-download {
  margin-top: 38px;
  border-top: 1px solid var(--hairline);
  padding-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
}
.event-download h3 {
  font:
    24px ui-serif,
    Georgia,
    serif;
}
.event-download p {
  color: var(--muted);
  font-size: 13px;
  margin-top: 7px;
}
.status-page {
  padding-block: 100px 140px;
}
.status-page h1 {
  font-size: 64px;
  margin-block: 23px;
}
.status-page > p:not(.eyebrow) {
  max-width: 500px;
  color: var(--muted);
  margin-bottom: 30px;
}
.status-page .text-link {
  margin-left: 24px;
}
@media (max-width: 900px) {
  .event-layout {
    gap: 35px;
  }
  .event-info h1 {
    font-size: 40px;
  }
}
@media (max-width: 620px) {
  .event-page {
    padding-block: 20px 50px;
  }
  .back-link {
    margin-bottom: 18px;
  }
  .event-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .event-poster {
    position: static;
  }
  .event-artwork img {
    max-height: 460px;
  }
  .event-info h1 {
    font-size: 39px;
  }
  .event-actions {
    flex-direction: column;
  }
  .status-page {
    padding-block: 70px;
  }
  .status-page h1 {
    font-size: 49px;
  }
}

.legal-page {
  padding-block: 70px 100px;
  display: grid;
  grid-template-columns: 200px minmax(0, 720px);
  gap: 75px;
}
.legal-page aside {
  align-self: start;
  position: sticky;
  top: 35px;
}
.legal-page aside nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 25px;
}
.legal-page aside a {
  min-height: 44px;
  font-size: 14px;
  color: var(--muted);
}
.legal-page aside a[aria-current] {
  color: var(--gold);
}
.legal-page h1 {
  font-size: 64px;
}
.legal-intro {
  font-size: 20px;
  line-height: 1.7;
  color: var(--muted);
  margin-top: 24px;
}
.effective-date {
  font-size: 13px;
  color: var(--muted);
  margin-top: 22px;
}
.legal-page section {
  margin-top: 40px;
}
.legal-page h2 {
  font-size: 29px;
  letter-spacing: -0.025em;
  line-height: 1.2;
  margin-bottom: 15px;
}
.legal-page section p,
.legal-page li {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.85;
}
.legal-page section p + p {
  margin-top: 16px;
}
.legal-page li {
  margin-block: 12px;
}
.legal-page ul {
  padding-left: 22px;
}
.legal-page strong {
  color: var(--text);
  font-weight: 550;
}
.legal-page section a {
  color: var(--text);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.legal-page section a:hover {
  color: var(--gold);
}
.legal-page > .button,
.legal-page article > .button {
  margin-top: 30px;
}
.support-email {
  margin-top: 13px;
  color: var(--muted);
  font-size: 14px;
}
@media (max-width: 900px) {
  .legal-page {
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 35px;
  }
  .legal-page h1 {
    font-size: 52px;
  }
}
@media (max-width: 620px) {
  .legal-page {
    display: block;
    padding-block: 32px 65px;
  }
  .legal-page aside {
    position: static;
    margin-bottom: 35px;
  }
  .legal-page aside > .eyebrow {
    display: none;
  }
  .legal-page aside nav {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
    margin: 0;
    border-bottom: 1px solid var(--hairline);
  }
  .legal-page h1 {
    font-size: 46px;
  }
  .legal-intro {
    font-size: 18px;
    margin-top: 18px;
  }
  .legal-page section {
    margin-top: 32px;
  }
  .legal-page h2 {
    font-size: 27px;
  }
}

[hidden] {
  display: none !important;
}
.event-artwork img {
  max-height: 700px;
}
nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
