* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: #2d2217;
  background:
    radial-gradient(circle at top left, rgba(245, 158, 11, 0.16), transparent 32rem),
    linear-gradient(180deg, #fff8ed 0%, #fffdf8 38%, #fff7ec 100%);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
}

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

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

.container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(180, 83, 9, 0.16);
  background: linear-gradient(90deg, rgba(255, 251, 235, 0.94), rgba(255, 237, 213, 0.94));
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 30px rgba(146, 64, 14, 0.08);
}

.nav-wrap {
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 68px;
}

.site-logo,
.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: #92400e;
}

.logo-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 14px;
  color: #ffffff;
  background: linear-gradient(135deg, #b45309, #f97316);
  box-shadow: 0 12px 24px rgba(180, 83, 9, 0.28);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: auto;
  color: #5f4327;
  font-weight: 700;
}

.site-nav a {
  position: relative;
  padding: 8px 0;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 2px;
  transform: scaleX(0);
  transform-origin: right;
  background: linear-gradient(90deg, #d97706, #ea580c);
  transition: transform 0.22s ease;
}

.site-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.top-search {
  display: flex;
  align-items: center;
  gap: 8px;
}

.top-search input,
.large-search input,
.filter-bar input,
.archive-search input {
  width: 240px;
  border: 1px solid rgba(217, 119, 6, 0.26);
  border-radius: 999px;
  padding: 11px 16px;
  color: #4a321f;
  background: rgba(255, 255, 255, 0.78);
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.top-search input:focus,
.large-search input:focus,
.filter-bar input:focus,
.archive-search input:focus {
  border-color: #d97706;
  box-shadow: 0 0 0 4px rgba(217, 119, 6, 0.14);
}

.top-search button,
.large-search button {
  border: 0;
  border-radius: 999px;
  padding: 11px 16px;
  color: #ffffff;
  background: linear-gradient(135deg, #b45309, #f97316);
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(180, 83, 9, 0.22);
}

.nav-toggle {
  display: none;
  margin-left: auto;
  border: 0;
  border-radius: 12px;
  padding: 8px 12px;
  color: #92400e;
  background: rgba(251, 191, 36, 0.16);
  font-size: 20px;
  cursor: pointer;
}

.hero-carousel {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  color: #ffffff;
  background: #3b220f;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.55s ease;
}

.hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.hero-bg,
.detail-bg {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  filter: saturate(1.1);
  transform: scale(1.04);
}

.hero-bg::before,
.detail-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(41, 22, 7, 0.94) 0%, rgba(81, 40, 12, 0.7) 48%, rgba(24, 14, 5, 0.44) 100%),
    radial-gradient(circle at 18% 20%, rgba(251, 191, 36, 0.32), transparent 28rem);
}

.hero-content {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) 360px;
  align-items: center;
  gap: 64px;
  min-height: 680px;
  padding-top: 36px;
  padding-bottom: 76px;
}

.hero-copy {
  max-width: 760px;
}

.hero-kicker,
.eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border: 1px solid rgba(251, 191, 36, 0.34);
  border-radius: 999px;
  padding: 7px 12px;
  color: #92400e;
  background: rgba(254, 243, 199, 0.72);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-copy .hero-kicker {
  color: #fde68a;
  background: rgba(146, 64, 14, 0.54);
}

.hero-copy h1 {
  margin: 22px 0 10px;
  font-size: clamp(36px, 6vw, 78px);
  line-height: 0.96;
  letter-spacing: -0.08em;
}

.hero-copy h2 {
  margin: 0 0 18px;
  color: #fed7aa;
  font-size: clamp(24px, 3.4vw, 44px);
  line-height: 1.08;
}

.hero-copy p {
  max-width: 680px;
  margin: 0;
  color: #ffedd5;
  font-size: 19px;
  line-height: 1.82;
}

.hero-tags,
.detail-tags,
.tag-row,
.detail-meta,
.card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hero-tags {
  margin-top: 24px;
}

.hero-tags span,
.detail-tags span,
.tag-row span,
.detail-meta span,
.card-meta span {
  border-radius: 999px;
  padding: 6px 10px;
  color: #78350f;
  background: rgba(254, 243, 199, 0.82);
  font-size: 12px;
  font-weight: 800;
}

.hero-tags span {
  color: #fff7ed;
  background: rgba(255, 255, 255, 0.16);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 999px;
  padding: 0 20px;
  font-weight: 900;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: #ffffff;
  background: linear-gradient(135deg, #f59e0b, #ea580c);
  box-shadow: 0 18px 34px rgba(249, 115, 22, 0.32);
}

.btn-ghost {
  color: #fff7ed;
  border: 1px solid rgba(255, 237, 213, 0.52);
  background: rgba(255, 255, 255, 0.12);
}

.btn-soft {
  color: #78350f;
  background: #ffedd5;
}

.hero-poster {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  transform: rotate(2deg);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
}

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

.hero-poster::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: inherit;
}

.hero-arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.18);
  font-size: 34px;
  cursor: pointer;
  transform: translateY(-50%);
}

.hero-prev {
  left: 18px;
}

.hero-next {
  right: 18px;
}

.hero-dots {
  position: absolute;
  left: 50%;
  bottom: 24px;
  z-index: 5;
  display: flex;
  gap: 9px;
  transform: translateX(-50%);
}

.hero-dot {
  width: 34px;
  height: 6px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.32);
  cursor: pointer;
}

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

.quick-panel {
  position: relative;
  z-index: 6;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: -52px;
}

.quick-panel a {
  display: grid;
  gap: 6px;
  border: 1px solid rgba(217, 119, 6, 0.14);
  border-radius: 26px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 42px rgba(146, 64, 14, 0.14);
  backdrop-filter: blur(16px);
}

.quick-panel strong {
  color: #92400e;
  font-size: 20px;
}

.quick-panel span {
  color: #7c5b3a;
  line-height: 1.65;
}

.section-block {
  padding-top: 72px;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}

.section-heading h2 {
  margin: 12px 0 8px;
  color: #2d2217;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.1;
  letter-spacing: -0.05em;
}

.section-heading p {
  max-width: 720px;
  margin: 0;
  color: #785b3a;
  line-height: 1.72;
}

.section-link {
  flex: none;
  color: #b45309;
  font-weight: 900;
}

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

.movie-card {
  overflow: hidden;
  border: 1px solid rgba(217, 119, 6, 0.12);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 36px rgba(146, 64, 14, 0.11);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.movie-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 56px rgba(146, 64, 14, 0.18);
}

.poster-link {
  position: relative;
  display: block;
  overflow: hidden;
  background: linear-gradient(135deg, #fde68a, #fdba74);
}

.poster-link img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.movie-card:hover .poster-link img {
  transform: scale(1.06);
}

.poster-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  border-radius: 999px;
  padding: 6px 10px;
  color: #fff7ed;
  background: rgba(120, 53, 15, 0.82);
  font-size: 12px;
  font-weight: 900;
}

.card-body {
  padding: 18px;
}

.card-meta {
  margin-bottom: 10px;
}

.card-meta span {
  color: #92400e;
  background: #fff7ed;
}

.movie-card h3 {
  margin: 0 0 10px;
  color: #2d2217;
  font-size: 19px;
  line-height: 1.34;
}

.movie-card p {
  min-height: 72px;
  margin: 0 0 14px;
  color: #735438;
  font-size: 14px;
  line-height: 1.68;
}

.tag-row span {
  color: #9a3412;
  background: #ffedd5;
}

.category-grid,
.overview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.category-card,
.overview-card,
.index-note-card,
.content-card {
  border: 1px solid rgba(217, 119, 6, 0.14);
  border-radius: 28px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 38px rgba(146, 64, 14, 0.1);
}

.category-card-head,
.overview-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #92400e;
  font-size: 24px;
  font-weight: 900;
}

.category-card-head em {
  border-radius: 999px;
  padding: 7px 12px;
  color: #ffffff;
  background: linear-gradient(135deg, #b45309, #f97316);
  font-size: 13px;
  font-style: normal;
}

.category-card p,
.overview-card p,
.index-note-card p,
.content-card p {
  color: #76583a;
  line-height: 1.8;
}

.category-samples,
.overview-links {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.category-samples a,
.overview-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 14px;
  padding: 10px 12px;
  color: #55371e;
  background: #fff7ed;
  font-weight: 800;
}

.category-samples span,
.overview-links span {
  color: #b45309;
  font-size: 12px;
}

.hot-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) 360px;
  gap: 26px;
  align-items: start;
}

.large-search {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.large-search input {
  width: 100%;
}

.page-hero,
.detail-hero {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(67, 35, 13, 0.96), rgba(146, 64, 14, 0.9)),
    radial-gradient(circle at 18% 20%, rgba(251, 191, 36, 0.28), transparent 26rem);
}

.page-hero .container {
  position: relative;
  padding-top: 92px;
  padding-bottom: 92px;
}

.slim-hero .container {
  padding-top: 76px;
  padding-bottom: 76px;
}

.page-hero h1 {
  max-width: 850px;
  margin: 18px 0 16px;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.02;
  letter-spacing: -0.07em;
}

.page-hero p {
  max-width: 760px;
  margin: 0;
  color: #ffedd5;
  font-size: 18px;
  line-height: 1.82;
}

.small-actions {
  margin-top: 24px;
}

.small-actions .btn-ghost {
  color: #fff7ed;
}

.filter-bar {
  margin-bottom: 24px;
}

.filter-bar input {
  width: min(520px, 100%);
}

.rank-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rank-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid rgba(217, 119, 6, 0.12);
  border-radius: 22px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 28px rgba(146, 64, 14, 0.08);
}

.rank-main {
  display: grid;
  grid-template-columns: 48px 64px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.rank-no {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 15px;
  color: #ffffff;
  background: linear-gradient(135deg, #b45309, #f97316);
  font-weight: 900;
}

.rank-main img {
  width: 64px;
  height: 84px;
  border-radius: 14px;
  object-fit: cover;
}

.rank-text {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.rank-text strong {
  overflow: hidden;
  color: #2d2217;
  font-size: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rank-text em {
  overflow: hidden;
  color: #806144;
  font-style: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.heat-value {
  flex: none;
  border-radius: 999px;
  padding: 7px 11px;
  color: #9a3412;
  background: #ffedd5;
  font-weight: 900;
}

.split-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 1fr);
  gap: 32px;
  align-items: center;
}

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

.compact-card .card-body {
  padding: 14px;
}

.compact-card h3 {
  font-size: 16px;
}

.compact-card p {
  min-height: 62px;
  font-size: 13px;
}

.archive-wrap {
  padding-bottom: 40px;
}

.archive-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 26px;
}

.archive-tools a,
.inline-links a {
  border-radius: 999px;
  padding: 10px 14px;
  color: #92400e;
  background: #ffedd5;
  font-weight: 900;
}

.archive-year {
  margin-bottom: 34px;
}

.archive-year h2 {
  margin: 0 0 14px;
  color: #92400e;
  font-size: 28px;
}

.archive-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.archive-list li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 68px;
  gap: 4px 10px;
  border: 1px solid rgba(217, 119, 6, 0.12);
  border-radius: 16px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.88);
}

.archive-list a {
  overflow: hidden;
  color: #2d2217;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.archive-list span {
  justify-self: end;
  color: #b45309;
  font-weight: 900;
}

.archive-list em {
  grid-column: 1 / -1;
  overflow: hidden;
  color: #806144;
  font-size: 13px;
  font-style: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.detail-hero {
  min-height: 560px;
}

.detail-grid {
  position: relative;
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  align-items: center;
  gap: 46px;
  min-height: 560px;
  padding-top: 70px;
  padding-bottom: 70px;
}

.detail-poster {
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0 28px 78px rgba(0, 0, 0, 0.36);
}

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

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #fed7aa;
  font-weight: 800;
}

.detail-copy h1 {
  margin: 18px 0 16px;
  font-size: clamp(40px, 6vw, 72px);
  line-height: 1.03;
  letter-spacing: -0.06em;
}

.detail-one-line {
  max-width: 820px;
  margin: 0 0 18px;
  color: #ffedd5;
  font-size: 20px;
  line-height: 1.8;
}

.detail-meta {
  margin-bottom: 14px;
}

.detail-tags span,
.detail-meta span {
  color: #fff7ed;
  background: rgba(255, 255, 255, 0.16);
}

.watch-section {
  margin-top: -64px;
}

.video-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(251, 191, 36, 0.22);
  border-radius: 30px;
  background: #0f0a05;
  box-shadow: 0 30px 90px rgba(79, 32, 8, 0.28);
}

.video-shell video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #0f0a05;
}

.play-overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  gap: 10px;
  border: 0;
  color: #ffffff;
  background:
    linear-gradient(180deg, rgba(15, 10, 5, 0.18), rgba(15, 10, 5, 0.72)),
    radial-gradient(circle at center, rgba(245, 158, 11, 0.24), transparent 24rem);
  cursor: pointer;
  text-align: center;
  transition: opacity 0.22s ease, visibility 0.22s ease;
}

.play-overlay.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.play-circle {
  display: grid;
  place-items: center;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  color: #78350f;
  background: #fef3c7;
  font-size: 36px;
  box-shadow: 0 20px 44px rgba(245, 158, 11, 0.28);
}

.play-overlay strong {
  max-width: min(780px, 80%);
  font-size: clamp(24px, 4vw, 42px);
  line-height: 1.22;
}

.play-overlay em {
  color: #fed7aa;
  font-style: normal;
  font-weight: 900;
}

.detail-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding-top: 42px;
}

.content-card h2 {
  margin: 10px 0 12px;
  color: #2d2217;
  font-size: 28px;
  line-height: 1.22;
}

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

.text-page {
  display: grid;
  gap: 24px;
  padding-top: 72px;
}

.inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.site-footer {
  margin-top: 92px;
  color: #fff7ed;
  background: linear-gradient(135deg, #78350f, #9a3412);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 1fr);
  gap: 34px;
  padding-top: 46px;
  padding-bottom: 40px;
}

.site-footer p {
  color: #fed7aa;
  line-height: 1.8;
}

.site-footer h2 {
  margin: 0 0 14px;
  font-size: 18px;
}

.site-footer section {
  display: grid;
  align-content: start;
  gap: 10px;
}

.site-footer a {
  color: #ffedd5;
}

.footer-logo {
  color: #ffffff;
}

.footer-bottom {
  display: flex;
  justify-content: center;
  gap: 14px;
  border-top: 1px solid rgba(255, 237, 213, 0.2);
  padding: 18px;
  color: #fed7aa;
  font-size: 14px;
}

.back-to-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  display: none;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  color: #ffffff;
  background: linear-gradient(135deg, #b45309, #f97316);
  font-size: 22px;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(180, 83, 9, 0.24);
}

.back-to-top.is-visible {
  display: block;
}

[data-search-item].is-hidden,
.archive-year.is-empty {
  display: none;
}

@media (max-width: 1060px) {
  .top-search {
    display: none;
  }

  .hero-content,
  .hot-layout,
  .split-hero,
  .detail-grid,
  .detail-content,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-content {
    gap: 34px;
    padding-top: 84px;
  }

  .hero-poster,
  .detail-poster {
    width: min(360px, 100%);
  }
}

@media (max-width: 820px) {
  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    top: 68px;
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border: 1px solid rgba(217, 119, 6, 0.16);
    border-radius: 22px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 20px 44px rgba(146, 64, 14, 0.18);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 12px;
  }

  .hero-carousel,
  .hero-content {
    min-height: 760px;
  }

  .quick-panel,
  .movie-grid,
  .category-grid,
  .overview-grid,
  .archive-list,
  .related-grid,
  .hero-mini-grid {
    grid-template-columns: 1fr;
  }

  .section-heading {
    align-items: start;
    flex-direction: column;
  }

  .rank-main {
    grid-template-columns: 42px 58px minmax(0, 1fr);
  }

  .rank-main img {
    width: 58px;
    height: 76px;
  }

  .heat-value {
    display: none;
  }
}

@media (max-width: 540px) {
  .container {
    width: min(100% - 22px, 1180px);
  }

  .nav-wrap {
    min-height: 62px;
  }

  .site-logo {
    font-size: 19px;
  }

  .logo-mark {
    width: 30px;
    height: 30px;
    border-radius: 11px;
  }

  .site-nav {
    top: 62px;
  }

  .hero-carousel,
  .hero-content {
    min-height: 720px;
  }

  .hero-content {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .hero-copy p,
  .page-hero p,
  .detail-one-line {
    font-size: 16px;
  }

  .hero-arrow {
    display: none;
  }

  .quick-panel {
    margin-top: 18px;
  }

  .section-block {
    padding-top: 54px;
  }

  .detail-grid {
    gap: 28px;
    padding-top: 52px;
    padding-bottom: 82px;
  }

  .watch-section {
    margin-top: -46px;
  }
}
