/* YRTKT marketing — static Cloudflare Pages build */

@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --ink: #0a0e1a;
  --ink2: #141b2f;
  --paper: #f3efe6;
  --paper2: #e8e2d4;
  --brass: #c4a35a;
  --brass-light: #d4b86e;
  --slate: #8a91a3;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background: var(--ink);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--paper);
  background: var(--ink);
  font-family: Satoshi, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

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

::selection {
  background: var(--brass);
  color: var(--ink);
}

.eyebrow {
  font: 500 0.68rem/1 Satoshi, system-ui, sans-serif;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--slate);
}

.wordmark {
  font-family: Satoshi, system-ui, sans-serif;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 0.9;
  text-transform: lowercase;
}

.wordmark-nav {
  font-size: 1.65rem;
}

.wordmark-hero {
  font-size: clamp(4.5rem, 14vw, 11rem);
}

.wordmark-footer {
  font-size: 1.875rem;
}

.wordmark-display {
  font-family: "Bodoni Moda", Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 0.92;
  font-optical-sizing: auto;
}

.shell {
  min-height: 100vh;
  background: var(--ink);
  color: var(--paper);
}

.container {
  width: min(72rem, 100% - 2.5rem);
  margin-inline: auto;
}

.header {
  position: absolute;
  inset-inline: 0;
  top: 0;
  z-index: 40;
}

.header-inner {
  display: flex;
  height: 5rem;
  align-items: center;
  justify-content: space-between;
}

.nav-desktop {
  display: none;
  align-items: center;
  gap: 1.5rem;
  font-size: 0.875rem;
  color: var(--paper2);
}

.nav-desktop a:hover {
  color: var(--paper);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  color: var(--paper);
  transition: border-color 0.15s ease;
}

.header-cta:hover {
  border-color: rgba(255, 255, 255, 0.4);
}

.grain {
  position: relative;
  overflow: hidden;
}

.grain::before {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
  opacity: 0.07;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.hero {
  min-height: 100svh;
  padding: 7rem 0 4rem;
}

.hero-glow {
  pointer-events: none;
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 55% at 50% 0%, rgba(196, 163, 90, 0.12), transparent 55%),
    radial-gradient(ellipse 60% 40% at 80% 80%, rgba(20, 27, 47, 0.9), transparent);
}

.hero-inner {
  position: relative;
  display: flex;
  min-height: calc(100svh - 8rem);
  flex-direction: column;
  justify-content: space-between;
}

.hero-tagline {
  margin-top: 1.5rem;
  max-width: 42rem;
  font-size: clamp(1.5rem, 3vw, 1.875rem);
  color: var(--paper2);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2.5rem;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--paper);
  color: var(--ink);
  padding: 1rem 1.75rem;
  font-size: 0.875rem;
  font-weight: 500;
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--paper);
  padding: 1rem 1.75rem;
  font-size: 0.875rem;
}

.ticket-stub {
  position: relative;
  width: min(28rem, 100%);
  margin: 4rem auto 0;
  overflow: hidden;
  border-radius: 2px;
  padding: 2rem 1.75rem;
  background:
    linear-gradient(145deg, rgba(243, 239, 230, 0.08) 0%, transparent 42%),
    linear-gradient(180deg, #1a2238 0%, #0f1424 100%);
  border: 1px solid rgba(243, 239, 230, 0.14);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.ticket-stub::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.12;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.ticket-top,
.ticket-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.ticket-top {
  align-items: flex-start;
}

.ticket-bottom {
  align-items: flex-end;
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px dashed rgba(255, 255, 255, 0.15);
}

.ticket-label {
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--slate);
}

.ticket-title {
  margin: 0.75rem 0 0;
  font-size: clamp(1.875rem, 4vw, 2.25rem);
  color: var(--paper);
}

.ticket-meta {
  margin: 0.5rem 0 0;
  font-size: 0.875rem;
  color: var(--paper2);
}

.ticket-pulse {
  display: grid;
  place-items: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 999px;
  border: 1px solid rgba(196, 163, 90, 0.5);
  color: var(--brass);
  animation: ticket-alive 2.8s ease-in-out infinite;
}

.ticket-claimed {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.625rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--brass);
  text-align: right;
}

@keyframes ticket-alive {
  0%,
  100% {
    opacity: 0.55;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.04);
  }
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.rise-in {
  animation: rise-in 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.rise-in-delay-1 {
  animation-delay: 0.12s;
}
.rise-in-delay-2 {
  animation-delay: 0.24s;
}
.rise-in-delay-3 {
  animation-delay: 0.36s;
}

.section {
  padding: 7rem 0;
}

.section-tight {
  padding: 5rem 0;
}

.section-band {
  border-block: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(20, 27, 47, 0.5);
  padding: 6rem 0;
}

.display-xl {
  max-width: 56rem;
  font-size: clamp(2.25rem, 6vw, 4.5rem);
  color: var(--paper);
}

.display-lg {
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  color: var(--paper);
}

.lede {
  margin-top: 1rem;
  max-width: 36rem;
  color: var(--paper2);
}

.steps {
  margin-top: 5rem;
  border-block: 1px solid rgba(255, 255, 255, 0.1);
  list-style: none;
  padding: 0;
}

.steps li {
  display: grid;
  gap: 1rem;
  padding: 2rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.steps li:last-child {
  border-bottom: 0;
}

.step-n {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  color: var(--slate);
}

.step-n.accent {
  color: var(--brass);
}

.step-title {
  margin: 0;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 500;
  color: var(--paper);
}

.step-body {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--paper2);
}

.chain {
  display: grid;
  gap: 3rem;
  align-items: center;
}

.chain-copy h3 {
  margin: 0;
  font-size: clamp(2.25rem, 4vw, 3rem);
  color: var(--paper);
}

.chain-copy p {
  margin: 1.25rem 0 0;
  max-width: 28rem;
  font-size: 1.125rem;
  color: var(--paper2);
}

.chain-kicker {
  margin-top: 2rem !important;
  font-size: 0.875rem !important;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--brass) !important;
}

#sunburst {
  width: min(24rem, 100%);
  height: auto;
  margin-inline: auto;
  display: block;
}

.persona-list,
.pillar-list {
  margin: 3.5rem 0 0;
  padding: 0;
  list-style: none;
  border-block: 1px solid rgba(255, 255, 255, 0.1);
}

.persona-list li,
.pillar-list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.persona-list li:last-child,
.pillar-list li:last-child {
  border-bottom: 0;
}

.persona-list a {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.75rem 0;
  transition: color 0.15s ease;
}

.persona-list a:hover .persona-label {
  color: var(--brass-light);
}

.persona-label {
  font-size: clamp(1.5rem, 3vw, 1.875rem);
  font-weight: 500;
  color: var(--paper);
}

.persona-headline {
  max-width: 28rem;
  font-size: 0.875rem;
  color: var(--paper2);
}

.pillar-list li {
  display: grid;
  gap: 0.75rem;
  padding: 2rem 0;
}

.pillar-list h2 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--paper);
}

.pillar-list p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--paper2);
}

.gallery-grid {
  display: grid;
  gap: 2rem;
  margin-top: 3rem;
}

.shot figure {
  margin: 0;
}

.shot-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--ink2);
  box-shadow: 0 24px 60px rgba(10, 14, 26, 0.5);
}

.shot-frame.web {
  aspect-ratio: 16 / 10;
  border-radius: 0.75rem;
}

.shot-frame.fan {
  aspect-ratio: 9 / 19;
  max-width: 240px;
  margin-inline: auto;
  border-radius: 2rem;
}

.shot-frame.venue {
  aspect-ratio: 4 / 3;
  border-radius: 1rem;
}

.shot-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.shot-fallback {
  display: none;
  min-height: 12rem;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem;
  text-align: center;
}

.shot-fallback.show {
  display: flex;
}

.shot-fallback .mono {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.625rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--slate);
}

.shot figcaption {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  color: var(--slate);
}

.shot figcaption .mono {
  display: block;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.625rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(138, 145, 163, 0.8);
}

.shot figcaption .cap {
  display: block;
  margin-top: 0.25rem;
  color: var(--paper2);
}

.events-note {
  margin-top: 2.5rem;
  font-size: 0.875rem;
  color: var(--slate);
}

.page-hero {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 9rem 0 5rem;
}

.page-hero h1 {
  margin: 1.5rem 0 0;
  max-width: 56rem;
  font-size: clamp(3rem, 8vw, 4.5rem);
  color: var(--paper);
}

.page-hero .lede {
  margin-top: 2rem;
  max-width: 42rem;
  font-size: 1.125rem;
}

.page-hero .btn-primary {
  margin-top: 2.5rem;
}

.other-paths {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 4rem 0;
}

.other-paths-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.other-paths nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
}

.other-paths a {
  font-size: 0.875rem;
  color: var(--paper2);
}

.other-paths a:hover {
  color: var(--paper);
}

.legal {
  max-width: 48rem;
  margin: 0 auto;
  padding: 4rem 1.25rem 6rem;
}

.legal h1 {
  margin: 0.5rem 0 0;
  font-size: 2.25rem;
  font-weight: 600;
}

.legal-body {
  margin-top: 2rem;
  display: grid;
  gap: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.7;
  color: var(--slate);
}

.legal-body h2 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--paper);
}

.legal-body p {
  margin: 0.5rem 0 0;
}

.legal-body a {
  text-decoration: underline;
}

.footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 4rem 0;
  font-size: 0.875rem;
  color: var(--slate);
}

.footer-grid {
  display: grid;
  gap: 3rem;
}

.footer .tagline {
  margin-top: 1.25rem;
  font-size: 1.5rem;
  color: var(--paper);
}

.footer nav {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1rem;
}

.footer nav a {
  color: var(--paper2);
}

.footer nav a:hover {
  color: var(--paper);
}

.footer-copy {
  margin-top: 3.5rem;
  font-size: 0.75rem;
  color: rgba(138, 145, 163, 0.7);
}

@media (min-width: 640px) {
  .ticket-stub {
    margin-top: 0;
    margin-left: auto;
    margin-right: 0;
    padding: 2.5rem 2.25rem;
  }

  .persona-list a {
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
  }

  .persona-headline {
    text-align: right;
  }

  .steps li {
    grid-template-columns: 5rem 1fr 2fr;
    align-items: baseline;
  }

  .pillar-list li {
    grid-template-columns: 1fr 2fr;
  }

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

@media (min-width: 1024px) {
  .nav-desktop {
    display: flex;
  }

  .chain {
    grid-template-columns: 1.1fr 1fr;
  }

  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }

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