/* 블루칩스타 랜딩 — 확정 시안(피그마 110:1227, 2026-09-11) 수치 그대로. 임의 변경 금지 */

:root {
  --bg: #0b0f1a;
  --deep: #080b13;
  --surface: #111624;
  --surface2: #161c2c;
  --line: #1d2436;
  --line2: #2c3549;
  --txt: #f3f5f9;
  --txt2: #c6cddb;
  --txt3: #8792a8;
  --txt4: #64708a;
  --accent: #4574b4;
  --accent-hi: #6089c4;
  --sans: 'Pretendard Variable', Pretendard, -apple-system, sans-serif;
  --mono: 'JetBrains Mono', monospace;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--txt);
  font-family: var(--sans);
  word-break: keep-all;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }
button { font: inherit; border: 0; background: none; cursor: pointer; color: inherit; }

.container { width: 1200px; margin: 0 auto; }

/* ── GNB ── */
.gnb {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  height: 72px; padding: 0 120px;
  display: flex; align-items: center; justify-content: space-between;
  background: rgba(11, 15, 26, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(8px);
}
.gnb__logo { display: flex; align-items: center; gap: 10px; }
.gnb__logo img { display: block; }
.gnb__nav { display: flex; align-items: center; gap: 36px; }
.gnb__link { font-size: 15px; font-weight: 500; color: var(--txt2); }
.gnb__link:hover { color: var(--txt); }
.btn-cta {
  display: inline-flex; padding: 11px 22px; border-radius: 8px;
  background: var(--accent); color: var(--txt);
  font-size: 15px; font-weight: 600;
}
.btn-cta:hover { background: var(--accent-hi); }
.gnb__burger { display: none; flex-direction: column; gap: 5px; }
.gnb__burger span { width: 20px; height: 2px; border-radius: 1px; background: var(--txt2); }

/* ── 스토어 뱃지 ── */
.badge {
  display: inline-flex; align-items: center; gap: 11px;
  height: 54px; padding: 9px 22px 9px 18px; border-radius: 9px;
  background: #000; border: 1px solid rgba(255, 255, 255, 0.32);
  color: #fff;
}
.badge__text { display: flex; flex-direction: column; gap: 1px; text-align: left; }
.badge__cap { font-size: 10px; line-height: 12px; font-weight: 500; letter-spacing: 0.2px; white-space: nowrap; }
.badge__name { font-size: 19px; line-height: 23px; font-weight: 600; white-space: nowrap; }
.badge-row { display: flex; gap: 12px; }

/* ── 섹션 공통 ── */
.sec-label { font-family: var(--mono); font-size: 14px; font-weight: 700; color: var(--accent-hi); }
.sec-head { display: flex; align-items: center; justify-content: space-between; }
.sec-head__col { display: flex; flex-direction: column; gap: 12px; }
.sec-title { font-size: 34px; font-weight: 800; letter-spacing: -0.5px; }
.sec-more { font-size: 15px; font-weight: 600; color: var(--accent-hi); }

/* ── 히어로 ── */
.hero { position: relative; height: 100svh; min-height: 810px; overflow: hidden; background: var(--bg); }
.hero__media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero__grad {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(11,15,26,0) 62%, rgba(11,15,26,0.92) 100%);
}
.hero__content {
  position: absolute; left: 50%; transform: translateX(-50%);
  bottom: 44px; display: flex; flex-direction: column; align-items: center; gap: 20px;
}
.hero__title { font-size: 44px; font-weight: 800; letter-spacing: -0.5px; white-space: nowrap; }
.hero__sub { font-size: 18px; font-weight: 500; color: var(--txt2); white-space: nowrap; }

/* ── 게임 소개 ── */
.about { padding: 140px 0; background: var(--bg); }
.about__row { display: flex; align-items: center; gap: 96px; }
.about__col { width: 620px; display: flex; flex-direction: column; gap: 24px; }
.about__title { font-size: 38px; line-height: 50px; font-weight: 800; letter-spacing: -0.5px; }
.about__body { font-size: 16px; line-height: 28px; font-weight: 400; color: var(--txt2); }
.about__stats { display: flex; gap: 48px; padding-top: 8px; }
.about__stat { display: flex; flex-direction: column; gap: 4px; }
.about__num { font-family: var(--mono); font-size: 28px; font-weight: 700; }
.about__cap { font-size: 13px; font-weight: 500; color: var(--txt3); }
.about__img { width: 484px; height: 646px; object-fit: cover; border-radius: 16px; border: 1px solid var(--line2); }

/* ── 특징 ── */
.feature { padding: 110px 0; }
.feature--odd { background: var(--bg); }
.feature--even { background: var(--deep); }
.feature__row { display: flex; align-items: center; justify-content: space-between; }
.feature__col { width: 560px; display: flex; flex-direction: column; gap: 20px; }
.feature__title { font-size: 34px; line-height: 46px; font-weight: 800; letter-spacing: -0.5px; }
.feature__body { font-size: 16px; line-height: 28px; color: var(--txt2); }
.mock { width: 330px; height: 690px; border-radius: 30px; border: 1px solid var(--line2); background: var(--deep); overflow: hidden; }
.mock img { width: 330px; height: 690px; object-fit: cover; }

/* ── 미디어 ── */
.media { padding: 120px 0; background: var(--deep); display: flex; flex-direction: column; gap: 40px; }
.media__grid { display: flex; gap: 24px; }
.trailer {
  position: relative; width: 792px; height: 446px; border-radius: 16px; overflow: hidden;
  border: 1px solid var(--line2);
}
.trailer__img { width: 100%; height: 100%; object-fit: cover; }
.trailer__dim { position: absolute; inset: 0; background: rgba(0, 0, 0, 0.28); }
.trailer__play {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 72px; height: 72px; border-radius: 50%; background: rgba(243, 245, 249, 0.94);
  display: flex; align-items: center; justify-content: center;
}
.trailer__play svg { margin-left: 5px; }
.trailer__label { position: absolute; left: 24px; bottom: 24px; font-size: 15px; font-weight: 600; }
.media__side { display: flex; flex-direction: column; gap: 24px; }
.media__art { width: 384px; height: 211px; object-fit: cover; border-radius: 16px; border: 1px solid var(--line2); }

/* ── 소식 ── */
.news { padding: 120px 0; background: var(--bg); display: flex; flex-direction: column; gap: 40px; }
.news__list { display: flex; flex-direction: column; }
.news__row {
  display: flex; align-items: center; gap: 24px; padding: 24px 0;
  border-bottom: 1px solid var(--line);
}
.news__row:first-child { border-top: 1px solid var(--line); }
.news__chip {
  width: 76px; height: 24px; border-radius: 6px; background: var(--surface2);
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 600; color: var(--txt2); flex-shrink: 0;
}
.news__title { flex: 1; font-size: 17px; font-weight: 600; }
.news__date { font-family: var(--mono); font-size: 13px; font-weight: 500; color: var(--txt4); }
.news__meta { display: contents; }
.news__date--m { display: none; }

/* ── 야구 노트 프리뷰 ── */
.notes-preview { padding: 120px 0; background: var(--deep); display: flex; flex-direction: column; gap: 40px; }
.notes-preview__grid { display: flex; gap: 24px; }
.note-card {
  width: 384px; padding: 28px; border-radius: 14px;
  background: var(--surface); border: 1px solid var(--line);
  display: flex; flex-direction: column; gap: 14px;
}
.note-card__cat { font-family: var(--mono); font-size: 12px; font-weight: 500; color: var(--txt4); }
.note-card__title { font-size: 19px; line-height: 28px; font-weight: 700; }
.note-card__sum { font-size: 14px; line-height: 23px; color: var(--txt3); }

/* ── 다운로드 CTA ── */
.cta {
  position: relative; height: 420px; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.cta__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cta__dim { position: absolute; inset: 0; background: rgba(8, 11, 19, 0.5); }
.cta__content { position: relative; display: flex; flex-direction: column; align-items: center; gap: 24px; }
.cta__title { font-size: 36px; font-weight: 800; letter-spacing: -0.5px; }
.cta__sub { font-size: 16px; font-weight: 500; color: var(--txt2); }
.cta .badge-row { padding-top: 4px; }

/* ── 푸터 데스크탑 ── */
.footer {
  padding: 64px 120px 40px; background: var(--deep);
  border-top: 1px solid var(--line);
  display: flex; flex-direction: column; gap: 48px;
}
.footer__top { display: flex; justify-content: space-between; }
.footer__cols { display: flex; gap: 72px; }
.footer__col { display: flex; flex-direction: column; gap: 12px; }
.footer__colhead { font-size: 13px; font-weight: 600; color: var(--txt4); }
.footer__link { font-size: 14px; font-weight: 500; color: var(--txt2); }
.footer__link:hover { color: var(--txt); }
.footer__bottom {
  display: flex; justify-content: space-between; align-items: flex-start;
  padding-top: 24px; border-top: 1px solid var(--line);
}
.footer__biz { display: flex; flex-direction: column; gap: 10px; }
.footer__biz img { width: 97px; height: 24px; object-fit: contain; object-position: left; }
.footer__meta { font-size: 12px; font-weight: 500; color: var(--txt4); }
.footer__domain { font-family: var(--mono); font-size: 12px; font-weight: 500; color: var(--txt4); }
.footer--mobile-links { display: none; }

/* ── 모바일 메뉴 오버레이 ── */
.menu {
  position: fixed; inset: 0; z-index: 100; background: var(--bg);
  display: none; flex-direction: column;
}
.menu.open { display: flex; }
.menu__top {
  height: 60px; padding: 0 20px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.menu__list { flex: 1; padding: 24px 20px 0; }
.menu__row {
  display: flex; align-items: center; gap: 16px; padding: 20px 0;
  border-bottom: 1px solid var(--line);
}
.menu__no { font-family: var(--mono); font-size: 13px; font-weight: 500; color: var(--txt4); }
.menu__label { font-size: 24px; font-weight: 700; letter-spacing: -0.3px; }
.menu__bottom { padding: 0 20px 24px; display: flex; justify-content: center; }
.menu__bottom .badge-row { gap: 26px; }
.menu__bottom .badge { height: 40px; padding: 8px 16px 8px 12px; gap: 8px; border-radius: 8px; }
.menu__bottom .badge svg { height: 20px; width: auto; }
.menu__bottom .badge__cap { font-size: 8px; line-height: 10px; }
.menu__bottom .badge__name { font-size: 15px; line-height: 18px; }

/* ── 하위 페이지 공통 헤더 ── */
.page-head { padding: 192px 0 64px; }
.page-head__inner { display: flex; flex-direction: column; gap: 14px; }
.page-title { font-size: 44px; font-weight: 800; letter-spacing: -0.5px; }
.page-sub { font-size: 17px; color: var(--txt3); }

/* ══ 모바일 (1024px 미만 = 390 시안 스케일) ══ */
@media (max-width: 1023px) {
  .container { width: auto; padding: 0 20px; }
  .gnb { height: 60px; padding: 0 20px; }
  .gnb__nav { display: none; }
  .gnb__burger { display: flex; }
  .gnb__logo { transform: scale(0.88); transform-origin: left center; }

  .hero { height: 585px; min-height: 0; }
  .hero__content { bottom: 34px; gap: 12px; width: 100%; }
  .hero__title { font-size: 26px; }
  .hero__sub { font-size: 14px; }
  .hero .badge-row { gap: 10px; padding-top: 6px; transform: scale(0.8); transform-origin: top center; }

  .about { padding: 72px 0; }
  .about__row { flex-direction: column; align-items: stretch; gap: 28px; }
  .about__col { width: auto; gap: 18px; }
  .sec-label { font-size: 13px; }
  .about__title { font-size: 26px; line-height: 36px; }
  .about__body { font-size: 15px; line-height: 25px; }
  .about__stats { gap: 36px; padding-top: 6px; }
  .about__num { font-size: 22px; }
  .about__cap { font-size: 12px; }
  .about__img { width: 100%; height: auto; aspect-ratio: 484 / 646; }

  .feature { padding: 64px 0; }
  .feature__row { flex-direction: column; gap: 28px; }
  .feature__col { width: auto; gap: 14px; }
  .feature__title { font-size: 24px; line-height: 33px; }
  .feature__body { font-size: 15px; line-height: 25px; }
  .mock { width: 290px; height: 606px; border-radius: 26px; margin: 0 auto; }
  .mock img { width: 290px; height: 606px; }

  .media { padding: 64px 0; gap: 20px; }
  .sec-title { font-size: 24px; }
  .sec-more { font-size: 14px; }
  .media__grid { flex-direction: column; gap: 16px; }
  .trailer { width: 100%; height: auto; aspect-ratio: 792 / 446; border-radius: 12px; }
  .trailer__play { width: 52px; height: 52px; }
  .media__side { gap: 16px; }
  .media__art { width: 100%; height: auto; aspect-ratio: 384 / 211; border-radius: 12px; }

  .news { padding: 64px 0; gap: 20px; }
  .news__row { flex-direction: column; align-items: flex-start; gap: 8px; padding: 16px 0; }
  .news__meta { display: flex; align-items: center; gap: 10px; }
  .news__date--m { display: block; font-size: 12px; }
  .news__date--d { display: none; }
  .news__chip { width: auto; padding: 4px 10px; height: auto; font-size: 11px; border-radius: 5px; }
  .news__title { font-size: 16px; line-height: 24px; font-weight: 700; }
  .news__date { font-size: 12px; }

  .notes-preview { padding: 64px 0; gap: 20px; }
  .notes-preview__grid { flex-direction: column; gap: 14px; }
  .note-card { width: auto; padding: 20px 22px; border-radius: 12px; gap: 10px; }
  .note-card__title { font-size: 16px; line-height: 24px; }
  .note-card__sum { display: none; }

  .cta { height: 400px; }
  .cta__title { font-size: 26px; line-height: 36px; text-align: center; }
  .cta__sub { font-size: 14px; }
  .cta .badge-row { flex-direction: column; gap: 10px; align-items: center; transform: scale(0.8); transform-origin: top center; }

  .footer { padding: 36px 20px 32px; gap: 22px; align-items: center; }
  .footer__top { width: 100%; justify-content: center; }
  .footer__badges { display: none; }
  .footer__cols { display: none; }
  .footer--mobile-links { display: flex; }
  .footer--mobile-links { display: flex; gap: 20px; }
  .footer--mobile-links a { font-size: 13px; font-weight: 500; color: var(--txt2); }
  .footer__bottom { width: 100%; flex-direction: column; gap: 10px; padding-top: 22px; }
  .footer__biz img { width: 89px; height: 22px; }
  .footer__meta { font-size: 12px; }
  .footer__domain { display: none; }

  .page-head { padding: 116px 0 36px; }
  .page-title { font-size: 30px; }
  .page-sub { font-size: 14px; line-height: 22px; }
}

/* ── 미디어 페이지 ── */
.media-page { display: flex; flex-direction: column; gap: 20px; padding-bottom: 140px; }
.media-page__h { font-size: 22px; font-weight: 700; margin-top: 44px; }
.media-page__h:first-child { margin-top: 0; }
.trailer--full { width: 100%; height: auto; aspect-ratio: 16 / 9; }
.trailer__video { width: 100%; height: 100%; object-fit: cover; }
.media-page__arts { display: flex; gap: 24px; }
.media-page__mocks { display: flex; gap: 24px; }
.mock--sm { width: 282px; height: 606px; border-radius: 24px; flex-shrink: 0; }
.mock--sm img { width: 282px; height: 606px; }

/* ── 소식 페이지 ── */
.news-page { padding-bottom: 140px; }
.news__row--rich { align-items: flex-start; padding: 28px 0; }
.news__mid { flex: 1; display: flex; flex-direction: column; gap: 8px; }
.news__row--rich .news__title { font-size: 19px; font-weight: 700; }
.news__body { font-size: 15px; line-height: 24px; color: var(--txt3); }

/* ── 의견 보내기 ── */
.page-head__inner--center { align-items: center; text-align: center; }
.fb { display: flex; justify-content: center; padding-bottom: 140px; }
.fb__form { width: 640px; display: flex; flex-direction: column; gap: 28px; }
.fb__field { display: flex; flex-direction: column; gap: 10px; }
.fb__label { font-size: 14px; font-weight: 600; color: var(--txt2); }
.fb__opt { font-style: normal; font-size: 12px; font-weight: 500; color: var(--txt4); margin-left: 2px; }
.fb__chips { display: flex; gap: 10px; flex-wrap: wrap; }
.fb__chip input { display: none; }
.fb__chip span {
  display: inline-flex; padding: 9px 16px; border-radius: 999px;
  background: var(--surface); border: 1px solid var(--line2);
  font-size: 14px; font-weight: 600; color: var(--txt3); cursor: pointer;
}
.fb__chip input:checked + span { background: #2a466d; border-color: var(--accent-hi); color: var(--txt); }
.fb__input {
  width: 100%; padding: 14px 16px; border-radius: 10px;
  background: var(--surface); border: 1px solid var(--line2);
  color: var(--txt); font: inherit; font-size: 15px;
}
.fb__input::placeholder { color: var(--txt4); }
.fb__input:focus { outline: none; border-color: var(--accent-hi); }
.fb__textarea { height: 180px; resize: vertical; line-height: 24px; }
.fb__help { font-size: 13px; color: var(--txt4); }
.fb__check { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 500; color: var(--txt2); cursor: pointer; }
.fb__check input { display: none; }
.fb__checkbox {
  width: 20px; height: 20px; border-radius: 6px; background: var(--accent);
  display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.fb__check input:not(:checked) + .fb__checkbox { background: var(--surface); border: 1px solid var(--line2); }
.fb__check input:not(:checked) + .fb__checkbox svg { display: none; }
.fb__submit { justify-content: center; padding: 15px 0; border-radius: 10px; font-weight: 700; font-size: 16px; text-align: center; }
.fb__note { text-align: center; font-size: 14px; color: var(--txt4); }

/* ── 야구 노트 인덱스 ── */
.notes-head { display: flex; flex-direction: column; gap: 20px; }
.notes-head__row { display: flex; justify-content: space-between; align-items: flex-end; }
.notes-head__title { font-size: 64px; font-weight: 800; letter-spacing: -1px; }
.notes-head__meta { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; padding-bottom: 10px; }
.notes-head__count { font-family: var(--mono); font-size: 13px; font-weight: 500; color: var(--txt4); }
.notes-head__sub { font-size: 16px; color: var(--txt3); }
.notes-head__rule { border: 0; border-top: 1px solid var(--line2); width: 100%; }
.notes-feat {
  position: relative; display: block; height: 400px; border-radius: 18px; overflow: hidden;
  margin-bottom: 88px;
}
.notes-feat__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.notes-feat__scrim {
  position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(8,11,19,0.86), rgba(8,11,19,0.38) 50%, rgba(8,11,19,0) 100%);
}
.notes-feat__content {
  position: absolute; left: 56px; top: 50%; transform: translateY(-50%);
  width: 640px; display: flex; flex-direction: column; gap: 16px;
}
.notes-feat__title { font-size: 34px; line-height: 46px; font-weight: 800; letter-spacing: -0.5px; }
.notes-feat__sum { font-size: 16px; line-height: 26px; color: var(--txt2); }
.notes-feat__meta { font-family: var(--mono); font-size: 13px; font-weight: 500; color: var(--txt3); }
.notes-chapters { display: flex; flex-direction: column; gap: 80px; padding-bottom: 140px; }
.notes-ch { display: flex; gap: 56px; }
.notes-ch__side { width: 240px; flex-shrink: 0; display: flex; flex-direction: column; gap: 10px; }
.notes-ch__no { font-family: var(--mono); font-size: 44px; font-weight: 700; }
.notes-ch__title { font-size: 20px; font-weight: 700; color: var(--txt2); }
.notes-ch__count { font-family: var(--mono); font-size: 13px; font-weight: 500; color: var(--txt4); }
.notes-ch__list { flex: 1; display: flex; flex-direction: column; }
.notes-item {
  display: flex; align-items: flex-start; gap: 28px; padding: 26px 0;
  border-bottom: 1px solid var(--line);
}
.notes-item:first-child { border-top: 1px solid var(--line); }
.notes-item__no { font-family: var(--mono); font-size: 22px; font-weight: 500; color: var(--txt4); }
.notes-item__mid { flex: 1; display: flex; flex-direction: column; gap: 8px; }
.notes-item__title { font-size: 20px; line-height: 30px; font-weight: 700; }
.notes-item__title:hover { color: var(--accent-hi); }
.notes-item__sum { font-size: 14px; line-height: 22px; color: var(--txt3); }
.notes-item__meta { font-family: var(--mono); font-size: 13px; font-weight: 500; color: var(--txt4); }

@media (max-width: 1023px) {
  .media-page { padding-bottom: 72px; gap: 14px; }
  .media-page__h { font-size: 18px; margin-top: 28px; }
  .media-page__arts { flex-direction: column; gap: 14px; }
  .media-page__mocks { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
  .mock--sm { width: 100%; height: auto; aspect-ratio: 282 / 606; border-radius: 18px; }
  .mock--sm img { width: 100%; height: 100%; }

  .news-page { padding-bottom: 72px; }
  .news__row--rich { padding: 18px 0; }
  .news__row--rich .news__title { font-size: 16px; line-height: 24px; }
  .news__body { font-size: 14px; line-height: 22px; }

  .fb { padding-bottom: 72px; }
  .fb__form { width: 100%; gap: 24px; }
  .page-head--center .page-head__inner--center { align-items: flex-start; text-align: left; }
  .fb__textarea { height: 160px; }

  .notes-head__title { font-size: 38px; }
  .notes-head__row { flex-direction: column; align-items: flex-start; gap: 10px; }
  .notes-head__meta { align-items: flex-start; padding-bottom: 0; }
  .notes-head__sub { font-size: 14px; }
  .notes-feat { height: 420px; margin-bottom: 48px; border-radius: 16px; }
  .notes-feat__scrim { background: linear-gradient(to bottom, rgba(8,11,19,0.1), rgba(8,11,19,0.45) 45%, rgba(8,11,19,0.95) 100%); }
  .notes-feat__content { left: 24px; right: 24px; top: auto; bottom: 26px; transform: none; width: auto; gap: 10px; }
  .notes-feat__title { font-size: 22px; line-height: 31px; }
  .notes-feat__sum { display: none; }
  .notes-chapters { gap: 44px; padding-bottom: 72px; }
  .notes-ch { flex-direction: column; gap: 8px; }
  .notes-ch__side { width: auto; flex-direction: row; align-items: center; gap: 12px; padding-bottom: 8px; }
  .notes-ch__no { font-size: 28px; }
  .notes-ch__title { font-size: 17px; }
  .notes-ch__count { display: none; }
  .notes-item { gap: 14px; padding: 16px 0; }
  .notes-item__no { font-size: 17px; }
  .notes-item__title { font-size: 16px; line-height: 24px; }
  .notes-item__sum { display: none; }
  .notes-item__meta { font-size: 12px; }
}

/* ── 등장/호버 연출 (동작 축소 선호 시 전부 비활성) ── */
@media (prefers-reduced-motion: no-preference) {
  .rv {
    opacity: 0; transform: translateY(26px);
    transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
    transition-delay: var(--rv-delay, 0s);
  }
  .rv--in { opacity: 1; transform: none; }

  .hero__content { animation: hero-in 1s cubic-bezier(0.16, 1, 0.3, 1) 0.25s backwards; }
  @keyframes hero-in {
    from { opacity: 0; transform: translate(-50%, 26px); }
    to { opacity: 1; transform: translate(-50%, 0); }
  }

  .note-card, .mock, .media__art, .trailer, .about__img, .notes-feat {
    transition: transform 0.35s ease, border-color 0.35s ease;
  }
  .note-card:hover, .mock:hover, .media__art:hover, .trailer:hover, .about__img:hover, .notes-feat:hover {
    transform: translateY(-4px);
  }
  .note-card:hover { border-color: var(--line2); }
  .news__row, .notes-item { transition: background 0.25s ease; }
  .news__row:hover, .notes-item:hover { background: var(--surface); }
  .btn-cta, .badge { transition: transform 0.25s ease; }
  .btn-cta:hover { transform: translateY(-1px); }
  .badge:hover { transform: translateY(-2px); }
}
