@font-face {
  font-display: swap;
  font-family: 'ClashDisplay';
  font-style: normal;
  font-weight: 600;
  src: url('/dist/assets/fonts/ClashDisplay-Semibold.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'ClashDisplay';
  font-style: normal;
  font-weight: 500;
  src: url('/dist/assets/fonts/ClashDisplay-Medium.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 400;
  src: url('/dist/assets/fonts/Archivo-Regular.woff2') format('woff2');
}

.press-kit-page {
  font-family: 'Archivo', -apple-system, BlinkMacSystemFont, sans-serif;
  background: #fafafa;
  padding: clamp(88px, 10vw, 128px) 16px 64px;
  box-sizing: border-box;
  min-height: min(100vh, 100dvh);
}

.press-kit-page__inner {
  max-width: 1312px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.press-kit-page__breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 12px;
  font-size: 14px;
  line-height: 1.5;
  font-family: 'Archivo', sans-serif;
}

.press-kit-page__breadcrumb a {
  color: #717182;
  text-decoration: none;
  transition: color 0.2s;
}

.press-kit-page__breadcrumb a:hover {
  color: #0a0a0a;
}

.press-kit-page__breadcrumb-sep {
  color: #717182;
  display: flex;
  align-items: center;
}

.press-kit-page__breadcrumb-current {
  color: #0a0a0a;
}

.press-kit-page__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 100%;
}

.press-kit-page__title {
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 600;
  font-size: clamp(40px, 6vw, 64px);
  line-height: 1.13;
  letter-spacing: -0.015em;
  color: #0a0a0a;
  margin: 0;
}

.press-kit-page__lead {
  margin: 0;
  max-width: 602px;
  font-size: 18px;
  line-height: 1.33;
  color: #525252;
}

.press-kit-logos {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 900px) {
  .press-kit-logos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }
}

.press-kit-logo-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 24px;
  padding: 32px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.press-kit-logo-card__thumb {
  background: #f5f5f5;
  border-radius: 16px;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  padding: 24px;
  box-sizing: border-box;
}

.press-kit-logo-card__thumb img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.press-kit-logo-card__img--mono {
  filter: grayscale(1);
}

.press-kit-logo-card__name {
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #0a0a0a;
  margin: 0;
}

.press-kit-logo-card__meta {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #717182;
}

.press-kit-media {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 44px;
  width: 100%;
}

.press-kit-media__intro {
  text-align: center;
  max-width: 640px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.press-kit-media__title {
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 600;
  font-size: clamp(36px, 5vw, 48px);
  line-height: 1.1;
  letter-spacing: -0.015em;
  color: #0a0a0a;
  margin: 0;
}

.press-kit-media__lead {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
  color: #525252;
}

.press-kit-media__panel {
  width: 100%;
  max-width: 1264px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 24px;
  padding: 32px 32px 0;
  box-sizing: border-box;
}

.press-kit-media__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 78px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
}

.press-kit-media__row--last {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 16px;
}

.press-kit-media__info {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.press-kit-media__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.press-kit-media__text {
  min-width: 0;
}

.press-kit-media__name {
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #0a0a0a;
  margin: 0 0 2px;
}

.press-kit-media__size {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #717182;
}

.press-kit-media__download {
  font-family: 'ClashDisplay', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  display: none;
  color: #1a1a1a;
  text-decoration: none;
  flex-shrink: 0;
  padding: 4px 0;
  transition: opacity 0.2s;
}

.press-kit-media__download:hover {
  opacity: 0.7;
}

.press-kit-page__legal {
  margin: 0 auto;
  max-width: 949px;
  padding-top: 48px;
  border-top: 1px solid #e5e5e5;
  font-size: 14px;
  line-height: 1.6;
  color: #717182;
  text-align: center;
}
