:root {
  --bg: #fffaf0;
  --panel: #ffffff;
  --panel-soft: #fffbeb;
  --text: #4a2b08;
  --muted: #9a6a1d;
  --line: #f4d69a;
  --brand: #d97706;
  --brand-dark: #92400e;
  --brand-soft: #fef3c7;
  --shadow: 0 20px 55px rgba(146, 64, 14, 0.14);
  --radius: 26px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 10% 0%, rgba(251, 191, 36, 0.22), transparent 32rem),
    linear-gradient(180deg, #fff7df 0%, #fffaf0 38%, #ffffff 100%);
  line-height: 1.65;
}

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

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

button,
input,
select {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(255, 251, 235, 0.92);
  border-bottom: 1px solid rgba(245, 158, 11, 0.22);
  box-shadow: 0 8px 26px rgba(146, 64, 14, 0.08);
  backdrop-filter: blur(16px);
}

.header-inner {
  max-width: 1280px;
  height: 72px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 22px;
}

.site-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.logo-icon {
  width: 42px;
  height: 42px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: #ffffff;
  font-weight: 900;
  font-size: 20px;
  background: linear-gradient(135deg, #f59e0b, #b45309);
  box-shadow: 0 12px 24px rgba(217, 119, 6, 0.32);
}

.logo-text strong {
  display: block;
  font-size: 20px;
  line-height: 1.05;
  color: var(--brand-dark);
  letter-spacing: 0.02em;
}

.logo-text small {
  display: block;
  color: var(--muted);
  font-size: 12px;
  margin-top: 3px;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-left: auto;
  white-space: nowrap;
}

.desktop-nav a {
  color: var(--brand-dark);
  font-weight: 700;
  font-size: 15px;
  transition: color 0.2s ease, transform 0.2s ease;
}

.desktop-nav a:hover,
.desktop-nav a.is-active {
  color: var(--brand);
  transform: translateY(-1px);
}

.header-search {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 250px;
}

.header-search input {
  width: 100%;
  border: 1px solid rgba(217, 119, 6, 0.26);
  border-radius: 999px;
  padding: 10px 14px;
  background: #ffffff;
  color: var(--text);
  outline: none;
}

.header-search input:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.16);
}

.header-search button,
.primary-btn,
.ghost-btn,
.section-action,
.form-button {
  border: 0;
  border-radius: 999px;
  padding: 10px 18px;
  cursor: pointer;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.header-search button,
.primary-btn,
.form-button {
  color: #ffffff;
  background: linear-gradient(135deg, #f59e0b, #b45309);
  box-shadow: 0 12px 24px rgba(217, 119, 6, 0.25);
}

.header-search button:hover,
.primary-btn:hover,
.form-button:hover,
.section-action:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(217, 119, 6, 0.3);
}

.ghost-btn,
.section-action {
  color: var(--brand-dark);
  background: #ffffff;
  border: 1px solid rgba(245, 158, 11, 0.32);
}

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 14px;
  background: var(--brand-soft);
  cursor: pointer;
  padding: 10px;
}

.menu-button span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--brand-dark);
  border-radius: 2px;
}

.mobile-nav {
  display: none;
  padding: 10px 24px 18px;
  border-top: 1px solid rgba(245, 158, 11, 0.24);
  background: #fffdf5;
}

.mobile-nav a {
  display: block;
  padding: 10px 0;
  color: var(--brand-dark);
  font-weight: 700;
}

.mobile-nav.is-open {
  display: block;
}

.page-main {
  max-width: 1280px;
  margin: 0 auto;
  padding: 28px 24px 72px;
}

.hero-slider {
  position: relative;
  min-height: 620px;
  border-radius: 34px;
  overflow: hidden;
  background: #1f1305;
  box-shadow: var(--shadow);
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 0.65s ease, transform 0.65s ease;
  pointer-events: none;
}

.hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.hero-bg {
  position: absolute;
  inset: 0;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.03);
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 74% 35%, rgba(245, 158, 11, 0.25), transparent 24rem),
    linear-gradient(90deg, rgba(56, 28, 7, 0.92) 0%, rgba(92, 45, 9, 0.76) 42%, rgba(56, 28, 7, 0.3) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(69, 26, 3, 0.72));
}

.hero-content {
  position: relative;
  z-index: 2;
  min-height: 620px;
  width: min(680px, 100%);
  padding: 76px 58px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff7ed;
}

.eyebrow {
  margin: 0 0 12px;
  color: #fbbf24;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 13px;
}

.hero-content h1,
.hero-content h2 {
  margin: 0;
  font-size: clamp(38px, 6vw, 72px);
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: #ffffff;
  text-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.hero-content p {
  margin: 20px 0 0;
  max-width: 620px;
  color: #ffedd5;
  font-size: 18px;
}

.hero-meta,
.detail-meta,
.card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--muted);
}

.hero-meta {
  margin-top: 22px;
  color: #fde68a;
}

.hero-meta span,
.detail-meta span,
.stat-pill,
.tag-row span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 13px;
  font-weight: 800;
}

.detail-meta span,
.stat-pill,
.tag-row span {
  background: var(--brand-soft);
  border-color: rgba(217, 119, 6, 0.22);
  color: var(--brand-dark);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.hero-actions .ghost-btn {
  background: rgba(255, 255, 255, 0.14);
  color: #fff7ed;
  border-color: rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(10px);
}

.hero-side-card {
  position: absolute;
  right: 42px;
  bottom: 42px;
  z-index: 3;
  width: min(380px, calc(100% - 84px));
  padding: 20px;
  border-radius: 28px;
  background: rgba(255, 251, 235, 0.9);
  box-shadow: 0 24px 60px rgba(69, 26, 3, 0.28);
  backdrop-filter: blur(14px);
}

.hero-side-card h3 {
  margin: 0 0 10px;
  color: var(--brand-dark);
  font-size: 22px;
}

.hero-side-card p {
  margin: 0;
  color: var(--muted);
}

.hero-controls {
  position: absolute;
  left: 58px;
  bottom: 34px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero-control {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  color: #fff7ed;
  background: rgba(255, 255, 255, 0.16);
  cursor: pointer;
  backdrop-filter: blur(10px);
}

.hero-dots {
  display: flex;
  gap: 7px;
}

.hero-dot {
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  transition: width 0.2s ease, background 0.2s ease;
}

.hero-dot.is-active {
  width: 28px;
  background: #fbbf24;
}

.home-search-panel {
  margin: -42px auto 34px;
  position: relative;
  z-index: 10;
  width: min(960px, calc(100% - 32px));
  padding: 18px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(245, 158, 11, 0.24);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.home-search-panel form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
}

.home-search-panel input {
  border: 1px solid rgba(217, 119, 6, 0.24);
  border-radius: 999px;
  padding: 16px 20px;
  outline: none;
  color: var(--text);
}

.quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.quick-links a {
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--panel-soft);
  color: var(--brand-dark);
  font-size: 14px;
  font-weight: 800;
}

.content-section,
.page-hero,
.detail-hero,
.player-section,
.rich-section {
  margin-top: 34px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(245, 158, 11, 0.2);
  box-shadow: 0 16px 40px rgba(146, 64, 14, 0.08);
}

.content-section,
.rich-section {
  padding: 30px;
}

.section-heading,
.page-title-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.section-heading h2,
.page-hero h1,
.detail-title h1,
.rich-section h2,
.player-section h2 {
  margin: 0;
  color: var(--brand-dark);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.1;
}

.section-heading p,
.page-hero p,
.rich-section p {
  margin: 8px 0 0;
  color: var(--muted);
}

.movie-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
}

.compact-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.movie-card {
  overflow: hidden;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(245, 158, 11, 0.18);
  box-shadow: 0 12px 28px rgba(146, 64, 14, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.movie-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 44px rgba(146, 64, 14, 0.16);
}

.poster-wrap {
  position: relative;
  display: block;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  background: linear-gradient(135deg, #fde68a, #92400e);
}

.poster-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.movie-card:hover .poster-wrap img {
  transform: scale(1.08);
}

.poster-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(69, 26, 3, 0.72) 100%);
  opacity: 0.9;
}

.play-chip {
  position: absolute;
  left: 14px;
  bottom: 14px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(245, 158, 11, 0.92);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.24);
}

.year-chip,
.rank-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 5px 10px;
  border-radius: 999px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  background: rgba(146, 64, 14, 0.86);
}

.rank-badge {
  left: 12px;
  right: auto;
  background: rgba(217, 119, 6, 0.95);
}

.movie-card-body {
  padding: 16px;
}

.movie-card h3 {
  min-height: 48px;
  margin: 0;
  color: var(--brand-dark);
  font-size: 17px;
  line-height: 1.35;
}

.movie-card h3 a:hover {
  color: var(--brand);
}

.card-meta {
  margin-top: 8px;
  gap: 0;
  display: block;
  color: var(--muted);
  font-size: 13px;
}

.card-desc {
  min-height: 46px;
  margin: 10px 0 0;
  color: #6b4a14;
  font-size: 14px;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 12px;
}

.tag-row span {
  padding: 4px 9px;
  font-size: 12px;
}

.category-cards {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}

.category-tile {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  border-radius: 28px;
  color: #fff7ed;
  background: #78350f;
  box-shadow: var(--shadow);
}

.category-tile img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
  transition: transform 0.35s ease;
}

.category-tile:hover img {
  transform: scale(1.08);
}

.category-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(69, 26, 3, 0.08), rgba(69, 26, 3, 0.86));
}

.category-tile-content {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  padding: 22px;
}

.category-tile h2,
.category-tile h3 {
  margin: 0;
  font-size: 25px;
}

.category-tile p {
  margin: 8px 0 0;
  color: #ffedd5;
  font-size: 14px;
}

.hot-layout {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  gap: 24px;
}

.hot-list {
  display: grid;
  gap: 12px;
}

.hot-item {
  display: grid;
  grid-template-columns: auto 70px 1fr;
  align-items: center;
  gap: 14px;
  padding: 12px;
  border-radius: 20px;
  background: #fffaf0;
  border: 1px solid rgba(245, 158, 11, 0.18);
  transition: transform 0.2s ease, background 0.2s ease;
}

.hot-item:hover {
  transform: translateX(4px);
  background: #fff3d1;
}

.hot-item img {
  width: 70px;
  height: 92px;
  border-radius: 14px;
  object-fit: cover;
}

.hot-rank,
.hot-dot {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: #ffffff;
  font-weight: 900;
  background: linear-gradient(135deg, #f59e0b, #b45309);
}

.hot-item strong {
  display: block;
  color: var(--brand-dark);
}

.hot-item small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
}

.page-hero {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  padding: 54px;
  display: grid;
  align-items: end;
  color: #fff7ed;
  background: #78350f;
}

.page-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(69, 26, 3, 0.92), rgba(69, 26, 3, 0.42));
}

.page-hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.page-hero h1,
.page-hero p {
  color: #fff7ed;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 0;
  color: #fcd34d;
  font-size: 14px;
}

.filter-panel {
  display: grid;
  grid-template-columns: minmax(220px, 1.5fr) repeat(4, minmax(140px, 1fr));
  gap: 12px;
  margin-bottom: 24px;
  padding: 18px;
  border-radius: 24px;
  background: #fffbeb;
  border: 1px solid rgba(217, 119, 6, 0.18);
}

.search-field {
  display: grid;
  gap: 5px;
}

.search-field span {
  font-size: 12px;
  color: var(--muted);
  font-weight: 800;
}

.filter-panel input,
.filter-panel select {
  width: 100%;
  min-height: 44px;
  border-radius: 16px;
  border: 1px solid rgba(217, 119, 6, 0.22);
  background: #ffffff;
  color: var(--text);
  padding: 0 14px;
  outline: none;
}

.filter-panel input:focus,
.filter-panel select:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.12);
}

.no-results {
  display: none;
  padding: 30px;
  text-align: center;
  color: var(--muted);
  border-radius: 22px;
  background: #fff7df;
}

.no-results.is-visible {
  display: block;
}

.detail-hero {
  padding: 28px;
  display: grid;
  grid-template-columns: 310px 1fr;
  gap: 34px;
}

.detail-poster {
  overflow: hidden;
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.detail-poster img {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.detail-title h1 {
  font-size: clamp(34px, 5vw, 58px);
}

.detail-title p {
  margin: 18px 0 0;
  color: #6b4a14;
  font-size: 18px;
}

.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.player-section {
  padding: 26px;
}

.player-frame {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: #180c03;
  aspect-ratio: 16 / 9;
  margin-top: 18px;
  box-shadow: 0 25px 60px rgba(69, 26, 3, 0.22);
}

.movie-video {
  width: 100%;
  height: 100%;
  display: block;
  background: #000000;
}

.player-cover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  cursor: pointer;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.24);
  display: grid;
  place-items: center;
  text-align: center;
  overflow: hidden;
}

.player-cover img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}

.player-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 48%, rgba(245, 158, 11, 0.42), transparent 20rem),
    linear-gradient(180deg, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.64));
}

.player-cover-content {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 14px;
}

.big-play {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #ffffff;
  font-size: 34px;
  background: linear-gradient(135deg, #f59e0b, #b45309);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32);
}

.player-cover-title {
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 900;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.42);
}

.player-cover.is-hidden {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.article-body {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 24px;
}

.article-card {
  padding: 26px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid rgba(245, 158, 11, 0.18);
}

.article-card h2,
.article-card h3 {
  margin: 0 0 12px;
  color: var(--brand-dark);
}

.article-card p {
  margin: 0 0 14px;
  color: #5d3b0b;
}

.aside-list {
  display: grid;
  gap: 12px;
}

.next-prev {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.next-prev a {
  padding: 16px;
  border-radius: 18px;
  background: #fff7df;
  color: var(--brand-dark);
  font-weight: 800;
}

.rank-page-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

@media (max-width: 1180px) {
  .desktop-nav {
    display: none;
  }

  .header-search {
    margin-left: auto;
  }

  .menu-button {
    display: block;
  }

  .movie-grid,
  .compact-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .category-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .header-inner {
    height: auto;
    min-height: 68px;
    padding: 12px 16px;
    flex-wrap: wrap;
  }

  .header-search {
    order: 3;
    flex: 1 0 100%;
  }

  .page-main {
    padding: 18px 14px 48px;
  }

  .hero-slider,
  .hero-content {
    min-height: 560px;
  }

  .hero-content {
    padding: 52px 28px 120px;
  }

  .hero-side-card {
    display: none;
  }

  .hero-controls {
    left: 28px;
    bottom: 28px;
  }

  .home-search-panel form {
    grid-template-columns: 1fr;
  }

  .section-heading,
  .page-title-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .movie-grid,
  .compact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .category-cards {
    grid-template-columns: 1fr;
  }

  .hot-layout,
  .detail-hero,
  .article-body,
  .rank-page-list {
    grid-template-columns: 1fr;
  }

  .filter-panel {
    grid-template-columns: 1fr;
  }

  .detail-hero,
  .content-section,
  .rich-section,
  .player-section {
    padding: 18px;
  }

  .page-hero {
    padding: 34px 22px;
  }

  .detail-poster {
    max-width: 310px;
    margin: 0 auto;
  }
}

@media (max-width: 520px) {
  .logo-text strong {
    font-size: 18px;
  }

  .hero-content h1,
  .hero-content h2 {
    font-size: 38px;
  }

  .hero-content p {
    font-size: 16px;
  }

  .movie-grid,
  .compact-grid {
    grid-template-columns: 1fr;
  }

  .hot-item {
    grid-template-columns: auto 58px 1fr;
  }

  .hot-item img {
    width: 58px;
    height: 78px;
  }

  .next-prev {
    grid-template-columns: 1fr;
  }
}

.category-overview-grid {
  align-items: stretch;
}

.category-overview-card {
  display: grid;
  gap: 12px;
}

.category-samples {
  display: grid;
  gap: 8px;
  padding: 16px;
  border-radius: 20px;
  background: #fff7df;
  border: 1px solid rgba(217, 119, 6, 0.16);
}

.category-samples a {
  color: var(--brand-dark);
  font-weight: 800;
  font-size: 14px;
}

.category-samples a:hover {
  color: var(--brand);
}

.site-footer {
  margin-top: 40px;
  color: #fffbeb;
  background: linear-gradient(180deg, #92400e 0%, #451a03 100%);
}

.footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 42px 24px;
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr;
  gap: 34px;
}

.site-footer h2,
.site-footer h3 {
  margin: 0 0 12px;
  color: #fde68a;
}

.site-footer p {
  margin: 0;
  color: #ffedd5;
}

.site-footer a {
  display: block;
  margin: 8px 0;
  color: #ffedd5;
  font-weight: 700;
}

.site-footer a:hover {
  color: #fbbf24;
}

.footer-bottom {
  padding: 18px 24px;
  text-align: center;
  color: #fde68a;
  border-top: 1px solid rgba(253, 230, 138, 0.18);
}

@media (max-width: 860px) {
  .footer-inner {
    grid-template-columns: 1fr;
  }
}
