:root {
  --page-padding: 30px;
  --content-width: 1380px;
  --text-muted: rgba(11, 17, 48, 0.34);
  --text-dot: rgba(0, 0, 0, 0.4);
  --image-wide: 175.195%;
}

* {
  box-sizing: border-box;
}

html {
  background: #fff;
  overflow-x: clip;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  background: #fff;
  color: #000;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
}

img,
video {
  display: block;
}

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

.mini-logo {
  position: fixed;
  top: max(16px, env(safe-area-inset-top));
  left: 50%;
  z-index: 50;
  width: 137px;
  aspect-ratio: 1042 / 358;
  overflow: hidden;
  border-radius: 999px;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-50%, -12px, 0);
  transition: opacity 220ms ease, transform 220ms ease;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.16));
}

.mini-logo.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(-50%, 0, 0);
}

.mini-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.page-shell {
  width: min(var(--content-width), calc(100vw - (var(--page-padding) * 2)));
  margin: 0 auto;
  padding: var(--page-padding) 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 74px;
}

.hero-stack {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.brand-bar {
  width: 100%;
  height: 106px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand {
  min-height: 43px;
  display: inline-flex;
  align-items: center;
  gap: 16.812px;
  font-size: 30.704px;
  line-height: 42.218px;
  white-space: nowrap;
}

.brand-mark {
  width: 38.454px;
  height: 38.628px;
  flex: 0 0 auto;
}

.hero-media {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1380 / 775;
  overflow: hidden;
  border-radius: 50px;
  background: var(--poster) center / cover no-repeat, #f7f7f7;
}

.hero-media img,
.hero-media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  background: var(--poster) center / cover no-repeat;
}

.intro {
  width: 768px;
  height: 244px;
}

.intro-copy {
  width: 655px;
  margin: 0 0 0 57px;
  color: var(--text-muted);
  font-size: 34px;
  line-height: 1.13;
  font-weight: 500;
}

.intro-line {
  display: block;
  white-space: nowrap;
}

.intro-strong {
  color: #000;
}

.intro-dot {
  color: var(--text-dot);
}

.events {
  width: 1181.665px;
  display: grid;
  grid-template-columns: repeat(3, 344.555px);
  column-gap: 74px;
  row-gap: 100px;
  scroll-margin-top: 24px;
}

.event-card {
  position: relative;
  z-index: 0;
  display: block;
  width: 344.555px;
  min-height: 585px;
  cursor: pointer;
}

.event-card:focus-visible {
  outline: none;
}

.event-art {
  position: relative;
  width: 344.555px;
  height: 345px;
  overflow: hidden;
  border-radius: 22.258px;
  background: var(--poster) center / cover no-repeat, #f6f6f6;
  transition: transform 170ms ease;
  will-change: transform;
}

.event-card:hover .event-art,
.event-card:focus-visible .event-art {
  transform: translate3d(0, -5px, 0);
}

.event-art img {
  position: absolute;
  left: var(--image-left);
  top: 0;
  width: var(--image-wide);
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.event-art video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
  background: var(--poster) center / cover no-repeat;
}

.event-copy {
  width: 344px;
  height: 240px;
  padding: 22px 19px 0 19.277px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;
}

.event-copy h2,
.event-copy p {
  width: 305px;
  margin: 0;
  font-size: 20px;
  line-height: 1.13;
  font-weight: 500;
}

.event-copy h2,
.event-date {
  font-weight: 500;
}

.event-description,
.event-author {
  color: var(--text-muted);
}

.event-date {
  color: #000;
}

.site-footer {
  width: 100%;
  margin-top: 76px;
  padding-bottom: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 74px;
}

.footer-media {
  position: relative;
  width: 100%;
  aspect-ratio: 1380 / 775;
  overflow: hidden;
  border-radius: 50px;
  background: #f7f7f7;
}

.footer-media img,
.footer-media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.footer-copy {
  width: min(655px, 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 37px;
  text-align: left;
}

.footer-title,
.footer-disclaimer {
  margin: 0;
}

.footer-title {
  color: #000;
  font-size: 20px;
  line-height: 22.6px;
  font-weight: 600;
  text-align: center;
}

.footer-disclaimer {
  width: min(633px, 100%);
  color: var(--text-muted);
  font-size: 13px;
  line-height: 19.89px;
  font-weight: 500;
}

.footer-policy-link {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  text-underline-offset: 2px;
}

.footer-policy-link:hover,
.footer-policy-link:focus-visible {
  text-decoration: underline;
}

.policy-shell {
  width: min(var(--content-width), calc(100vw - (var(--page-padding) * 2)));
  margin: 0 auto;
  padding: var(--page-padding) 0 78px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 127px;
}

.policy-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 55px;
}

.policy-text {
  width: min(786px, 100%);
  color: #000;
  font-size: 14px;
  line-height: 21.42px;
  font-weight: 500;
}

.policy-text h1,
.policy-text p {
  margin: 0 0 21.42px;
  font: inherit;
}

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

.policy-footer {
  width: min(655px, 100%);
  display: flex;
  justify-content: center;
}

@media (max-width: 1260px) {
  .events {
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 344.555px));
    column-gap: clamp(28px, 5vw, 74px);
    justify-content: center;
  }
}

@media (max-width: 1100px) {
  .page-shell {
    gap: 64px;
  }

  .hero-media {
    border-radius: 38px;
  }

  .footer-media {
    border-radius: 38px;
  }

  .events {
    grid-template-columns: repeat(2, 344.555px);
    row-gap: 78px;
  }
}

@media (max-width: 820px) {
  :root {
    --page-padding: 20px;
  }

  .brand-bar {
    height: 86px;
  }

  .brand {
    gap: 12px;
    font-size: 24px;
    line-height: 32px;
  }

  .brand-mark {
    width: 30px;
    height: 30px;
  }

  .intro {
    width: 100%;
    height: auto;
  }

  .intro-copy {
    width: max-content;
    max-width: none;
    margin: 0 auto;
    font-size: clamp(23px, 3.4vw, 28px);
    line-height: 1.14;
  }
}

@media (max-width: 700px) {
  :root {
    --page-padding: 20px;
    --mobile-grid-gap: 14px;
  }

  .mini-logo {
    top: max(10px, env(safe-area-inset-top));
    width: 112px;
  }

  .page-shell {
    gap: 44px;
  }

  .hero-stack {
    gap: 18px;
  }

  .brand-bar {
    height: 74px;
  }

  .brand {
    gap: 11px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
  }

  .brand-mark {
    width: 26px;
    height: 26px;
  }

  .hero-media {
    border-radius: 20px;
  }

  .site-footer {
    margin-top: 18px;
    padding-bottom: 24px;
    gap: 32px;
  }

  .footer-media {
    border-radius: 20px;
  }

  .footer-copy {
    width: min(100%, 305px);
    gap: 18px;
  }

  .footer-title {
    font-size: 12px;
    line-height: 1.13;
  }

  .footer-disclaimer {
    font-size: 8.5px;
    line-height: 1.48;
  }

  .policy-shell {
    gap: 72px;
  }

  .policy-content {
    gap: 40px;
  }

  .policy-text {
    font-size: 13px;
    line-height: 1.53;
  }

  .policy-text h1,
  .policy-text p {
    margin-bottom: 19.89px;
  }

  .intro {
    width: 100%;
    height: auto;
  }

  .intro-copy {
    width: max-content;
    max-width: none;
    margin: 0 auto;
    font-size: clamp(12.82px, 2.36vw, 17px);
    line-height: 1.14;
    font-weight: 600;
  }

  .events {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: var(--mobile-grid-gap);
    row-gap: 26px;
    justify-content: stretch;
  }

  .event-card,
  .event-art,
  .event-copy {
    width: 100%;
  }

  .event-card {
    max-width: none;
    min-height: auto;
  }

  .event-art {
    height: auto;
    aspect-ratio: 146.63 / 146.82;
    border-radius: 14px;
  }

  .event-copy {
    height: auto;
    min-height: 126px;
    padding: 12px 10px 0;
    gap: 10px;
  }

  .event-copy h2,
  .event-copy p {
    width: 100%;
    font-size: 12px;
    line-height: 1.13;
    font-weight: 600;
  }
}

@media (max-width: 430px) {
  :root {
    --page-padding: 16px;
    --mobile-grid-gap: 13px;
  }

  .mini-logo {
    width: 104px;
  }

  .page-shell {
    gap: 40px;
  }

  .hero-stack {
    gap: 12px;
  }

  .brand-bar {
    height: 70px;
  }

  .brand {
    gap: 10px;
    font-size: 18.12px;
    line-height: 24.91px;
  }

  .brand-mark {
    width: 22.69px;
    height: 22.79px;
  }

  .hero-media {
    border-radius: 11.11px;
  }

  .footer-media {
    border-radius: 11.11px;
  }

  .site-footer {
    margin-top: 4px;
    gap: 24px;
  }

  .footer-copy {
    width: 270px;
    gap: 14px;
  }

  .footer-title {
    font-size: 9.4px;
    line-height: 10.65px;
  }

  .footer-disclaimer {
    font-size: 6.8px;
    line-height: 1.5;
  }

  .policy-shell {
    padding-bottom: 38px;
    gap: 52px;
  }

  .policy-content {
    gap: 26px;
  }

  .policy-text {
    font-size: 11px;
    line-height: 1.48;
  }

  .policy-text h1,
  .policy-text p {
    margin-bottom: 16.28px;
  }

  .intro {
    width: 100%;
    height: auto;
  }

  .intro-copy {
    width: max-content;
    margin: 0 auto;
    font-size: clamp(8.8px, 3.94vw, 12.82px);
    line-height: 14.49px;
  }

  .events {
    row-gap: 18px;
  }

  .event-art {
    border-radius: 9.47px;
  }

  .event-copy {
    min-height: 112px;
    padding: 8.89px 8.2px 0;
    gap: 8.51px;
  }

  .event-copy h2,
  .event-copy p {
    font-size: 9.4px;
    line-height: 10.65px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mini-logo {
    transition: none;
  }
}

@media (max-width: 360px) {
  :root {
    --page-padding: 6.67px;
    --mobile-grid-gap: 12.74px;
  }

  .page-shell {
    gap: 38px;
  }

  .hero-stack {
    gap: 6.67px;
  }

  .events {
    width: 306px;
    grid-template-columns: repeat(2, 146.63px);
    column-gap: 12.74px;
    row-gap: 15px;
  }

  .event-card {
    width: 146.63px;
  }

  .event-art {
    width: 146.63px;
    height: 146.82px;
    aspect-ratio: auto;
  }

  .event-copy {
    width: 146.4px;
    min-height: 102.14px;
  }

  .event-copy h2,
  .event-copy p {
    width: 129.8px;
    font-size: 8.51px;
    line-height: 9.62px;
  }
}

.record-body {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.record-shell {
  width: 100%;
  min-height: 100vh;
  padding: 28.84px 30px 78px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.record-logo {
  width: 143px;
  aspect-ratio: 1042 / 358;
  display: block;
  overflow: hidden;
  border-radius: 999px;
}

.record-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.record-player {
  width: min(1055.57px, 100%);
  margin-top: 58px;
  aspect-ratio: 1055.57 / 598;
  overflow: hidden;
  border-radius: 38.58px;
  background: #000;
}

.record-player iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  background: transparent;
}

.record-copy {
  width: min(579px, 100%);
  margin-top: 80px;
}

.record-copy-text {
  margin: 0;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 22.6px;
}

.record-copy-description {
  color: var(--text-muted);
}

.record-qr {
  width: 147.4px;
  margin-top: 110px;
  overflow: hidden;
  border-radius: 18.54px;
}

.record-qr img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 700px) {
  .record-shell {
    padding: 30px 16px 44px;
  }

  .record-logo {
    width: 112px;
  }

  .record-player {
    width: calc(100vw - 32px);
    max-width: 100%;
    margin-top: 34px;
    border-radius: 16px;
  }

  .record-copy {
    width: min(100%, 345px);
    margin-top: 40px;
  }

  .record-copy-text {
    font-size: 13.33px;
    line-height: 15.07px;
  }

  .record-qr {
    width: 112px;
    margin-top: 72px;
    border-radius: 14px;
  }
}
