@font-face {
  font-family: "AlteHaasGrotesk";
  src: url("AlteHaasGroteskRegular.ttf") format("truetype");
}

body {
  margin: 0;
  background-color: #ffffff;
  color: #FF0000;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  text-transform: uppercase;
  min-height: 100vh;
  overflow-y: auto;
}

.page {
  padding: 1rem 3rem 2rem;
  min-height: 100vh;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.name {
  margin: 0 -3rem;
  font-family: "AlteHaasGrotesk", sans-serif;
  font-size: 13vw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
  white-space: nowrap;
  text-align: center;
}

.main {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.15rem;
  padding-top: 2rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.row {
  display: grid;
  grid-template-columns: 4rem 1fr 4rem;
  align-items: center;
}

.num {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-family: "Cascadia Mono", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.num:last-child {
  text-align: right;
}

.center-item {
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.01em;
  font-family: "AlteHaasGrotesk", sans-serif;
  transition: transform 0.08s ease;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
}

.center-item::before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #FF0000;
  opacity: 0;
  transition: opacity 0.03s ease;
  flex-shrink: 0;
}

.center-item:hover::before {
  opacity: 1;
}

.center-item:hover {
  transform: translateX(4px);
}

.center-item.active::before {
  opacity: 1;
}

.expand-panel {
  display: none;
  justify-content: center;
  margin: 0.4rem 0 0.2rem;
}

#infoPanel {
  margin-top: 0;
}

#infoPanel.show {
  display: block;
}

#infoPanel .expand-inner {
  align-items: center;
  padding-left: 0.6rem;
}

.info-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
  margin: 0.2rem 0 0;
  width: 100%;
  font-size: 11px;
  font-weight: 900;
  font-family: "AlteHaasGrotesk", sans-serif;
  letter-spacing: 0.01em;
  text-align: center;
}

.info-links div {
  opacity: 0.6;
  transition: opacity 0.03s ease;
  cursor: pointer;
}

.info-links div:hover {
  opacity: 1;
}

.expand-panel.show {
  display: flex;
}

.expand-panel video {
  height: 380px;
  width: auto;
  display: block;
  cursor: w-resize;
}

.expand-panel img {
  cursor: w-resize;
}

#ediblePanel video,
#ediblePanel img {
  width: auto;
}

.expand-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.media-wrap {
  display: flex;
  justify-content: center;
}

.media-counter {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 900px;
  font-size: 11px;
  font-weight: 700;
  font-family: "AlteHaasGrotesk", sans-serif;
  letter-spacing: 0.01em;
  margin-top: 0.3rem;
}

.media-desc {
  font-size: 11px;
  font-weight: 400;
  font-family: "AlteHaasGrotesk", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-align: justify;
  text-transform: none;
  margin: 0.5rem auto 0;
  max-width: 900px;
  width: 100%;
}

.bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.01em;
  font-family: "AlteHaasGrotesk", sans-serif;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.archive-link {
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.08s ease;
}

.archive-link:hover {
  opacity: 1;
}

.bottom-num {
  font-size: 14px;
  font-family: "Cascadia Mono", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
}
