:root {
  --brand-a: #ec4899;
  --brand-b: #ef4444;
  --brand-c: #f59e0b;
  --ink: #111827;
  --muted: #6b7280;
  --soft: #fff7fb;
  --card: #ffffff;
  --line: rgba(17, 24, 39, 0.08);
  --shadow: 0 24px 60px rgba(236, 72, 153, 0.18);
}

.site-body {
  min-height: 100vh;
  color: var(--ink);
  background: linear-gradient(135deg, #fdf2f8 0%, #ffffff 48%, #eff6ff 100%);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid rgba(236, 72, 153, 0.12);
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.05);
}

.header-inner {
  width: min(1180px, calc(100% - 32px));
  height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  font-size: 22px;
  color: #111827;
  white-space: nowrap;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--brand-a), var(--brand-b), var(--brand-c));
  box-shadow: 0 14px 30px rgba(239, 68, 68, 0.28);
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-link,
.nav-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  color: #374151;
  font-weight: 700;
  transition: all 0.25s ease;
}

.nav-link:hover,
.nav-link.active,
.nav-pill:hover {
  color: #ffffff;
  background: linear-gradient(135deg, var(--brand-a), var(--brand-b));
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(236, 72, 153, 0.2);
}

.header-search {
  margin-left: auto;
  width: min(320px, 30vw);
}

.header-search input,
.search-box-large input {
  width: 100%;
  height: 44px;
  border: 1px solid rgba(236, 72, 153, 0.2);
  border-radius: 999px;
  padding: 0 18px;
  background: rgba(255, 255, 255, 0.92);
  outline: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.header-search input:focus,
.search-box-large input:focus {
  border-color: var(--brand-a);
  box-shadow: 0 0 0 4px rgba(236, 72, 153, 0.12);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--brand-a), var(--brand-b));
}

.mobile-panel {
  display: none;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 14px;
  padding: 12px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
}

.mobile-panel.is-open {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.hero-slider {
  position: relative;
  height: 620px;
  overflow: hidden;
  isolation: isolate;
  margin-bottom: 48px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, #ec4899, #ef4444, #f59e0b, #8b5cf6, #06b6d4);
  z-index: -3;
}

.hero-slides,
.hero-slide {
  position: absolute;
  inset: 0;
}

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

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

.hero-cover {
  position: absolute;
  right: 8%;
  top: 90px;
  width: min(380px, 34vw);
  height: 480px;
  object-fit: cover;
  border-radius: 34px;
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.34);
  transform: rotate(2deg);
}

.hero-layer {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 75% 35%, rgba(255, 255, 255, 0.28), transparent 28%),
    linear-gradient(90deg, rgba(17, 24, 39, 0.82) 0%, rgba(17, 24, 39, 0.42) 52%, rgba(17, 24, 39, 0.18) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 32px));
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #ffffff;
  padding-right: min(460px, 40vw);
}

.hero-kicker,
.eyebrow {
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 900;
  color: #fef3c7;
  margin-bottom: 14px;
}

.hero-content h1 {
  font-size: clamp(34px, 6vw, 72px);
  line-height: 1.02;
  font-weight: 1000;
  max-width: 800px;
  text-shadow: 0 18px 46px rgba(0, 0, 0, 0.22);
}

.hero-content h2 {
  margin-top: 14px;
  font-size: clamp(26px, 3vw, 42px);
  font-weight: 900;
}

.hero-desc {
  max-width: 760px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.9;
}

.hero-tags,
.tag-row,
.detail-meta,
.quick-links,
.filter-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-tags span,
.tag-row span,
.detail-meta span,
.quick-links a,
.filter-chip {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.hero-tags span {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
}

.primary-btn,
.ghost-btn,
.section-more,
.search-box-large button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 900;
  transition: all 0.25s ease;
}

.primary-btn {
  color: #ffffff;
  background: linear-gradient(135deg, var(--brand-a), var(--brand-b));
  box-shadow: 0 18px 36px rgba(236, 72, 153, 0.3);
}

.primary-btn:hover,
.search-box-large button:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 24px 42px rgba(236, 72, 153, 0.36);
}

.primary-btn.small {
  min-height: 38px;
  padding: 0 16px;
  font-size: 14px;
}

.ghost-btn {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(12px);
}

.ghost-btn:hover {
  color: var(--brand-b);
  background: #ffffff;
}

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

.hero-dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.46);
  transition: all 0.25s ease;
}

.hero-dot.is-active {
  width: 42px;
  background: #ffffff;
}

.search-band {
  width: min(980px, calc(100% - 32px));
  margin: -78px auto 52px;
  position: relative;
  z-index: 5;
  padding: 22px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.search-box-large {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
}

.search-box-large button {
  color: #ffffff;
  background: linear-gradient(135deg, var(--brand-a), var(--brand-b));
}

.quick-links {
  margin-top: 14px;
}

.quick-links a {
  color: #be123c;
  background: #ffe4e6;
}

.content-section {
  margin-bottom: 72px;
}

.tinted-section {
  padding: 70px 0;
  background: linear-gradient(90deg, rgba(243, 232, 255, 0.74), rgba(252, 231, 243, 0.88), rgba(219, 234, 254, 0.76));
}

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

.section-heading h2 {
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 1000;
  background: linear-gradient(135deg, var(--brand-a), var(--brand-b), var(--brand-c));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.section-heading .eyebrow {
  color: var(--brand-b);
  margin-bottom: 8px;
}

.section-more {
  color: #be123c;
  background: #ffffff;
  border: 1px solid rgba(236, 72, 153, 0.16);
  box-shadow: 0 12px 24px rgba(236, 72, 153, 0.12);
}

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

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

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

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

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

.movie-card {
  overflow: hidden;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(17, 24, 39, 0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.movie-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 60px rgba(236, 72, 153, 0.18);
}

.poster-wrap {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: linear-gradient(135deg, #fecdd3, #bfdbfe);
}

.movie-card-compact .poster-wrap {
  aspect-ratio: 16 / 10;
}

.poster-wrap img,
.category-tile img,
.category-art img,
.rank-row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

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

.poster-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 36%, rgba(0, 0, 0, 0.72));
  opacity: 0.72;
}

.year-badge,
.hot-badge,
.rank-badge,
.play-mark {
  position: absolute;
  z-index: 2;
}

.year-badge,
.hot-badge,
.rank-badge {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border-radius: 999px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
}

.year-badge {
  top: 12px;
  left: 12px;
  background: rgba(17, 24, 39, 0.72);
  backdrop-filter: blur(10px);
}

.hot-badge {
  top: 12px;
  right: 12px;
  background: linear-gradient(135deg, #f97316, #ef4444);
}

.rank-badge {
  top: 12px;
  right: 12px;
  min-width: 34px;
  background: linear-gradient(135deg, #f59e0b, #ef4444);
}

.play-mark {
  left: 50%;
  top: 50%;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.38);
  backdrop-filter: blur(10px);
  transform: translate(-50%, -50%) scale(0.8);
  opacity: 0;
  transition: all 0.25s ease;
}

.movie-card:hover .play-mark {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.card-body {
  padding: 16px;
}

.card-body h3 {
  min-height: 48px;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 900;
  color: #111827;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.card-body p {
  min-height: 48px;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
  color: #9f1239;
  font-size: 12px;
  font-weight: 800;
}

.card-meta span {
  padding: 3px 8px;
  border-radius: 999px;
  background: #fff1f2;
}

.tag-row {
  margin-top: 12px;
}

.tag-row span {
  color: #475569;
  background: #f8fafc;
}

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

.category-tile {
  position: relative;
  min-height: 240px;
  overflow: hidden;
  border-radius: 26px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #ffffff;
  box-shadow: 0 24px 46px rgba(17, 24, 39, 0.14);
}

.category-tile img {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.category-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.18), rgba(17, 24, 39, 0.82));
}

.category-tile span {
  font-size: 22px;
  font-weight: 1000;
}

.category-tile p {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.7;
}

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

.rank-row {
  display: grid;
  grid-template-columns: 46px 92px 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 12px;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(17, 24, 39, 0.07);
  transition: all 0.25s ease;
}

.rank-row:hover {
  transform: translateX(4px);
  box-shadow: 0 20px 42px rgba(236, 72, 153, 0.16);
}

.rank-row span {
  font-size: 22px;
  font-weight: 1000;
  color: var(--brand-b);
}

.rank-row img {
  aspect-ratio: 16 / 9;
  border-radius: 14px;
}

.rank-row strong {
  font-size: 16px;
}

.rank-row em {
  color: #be123c;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}

.page-hero {
  position: relative;
  min-height: 360px;
  display: flex;
  align-items: center;
  margin-bottom: 58px;
  color: #ffffff;
  background:
    radial-gradient(circle at 78% 20%, rgba(255, 255, 255, 0.32), transparent 26%),
    linear-gradient(120deg, #ec4899, #ef4444, #f59e0b);
  overflow: hidden;
}

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

.page-hero h1 {
  max-width: 780px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.08;
  font-weight: 1000;
}

.page-hero p {
  max-width: 760px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.9;
}

.compact-hero {
  min-height: 320px;
}

.filter-panel {
  margin-bottom: 28px;
  padding: 16px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.06);
}

.filter-chip {
  color: #be123c;
  background: #ffe4e6;
  transition: all 0.2s ease;
}

.filter-chip:hover,
.filter-chip.is-active {
  color: #ffffff;
  background: linear-gradient(135deg, var(--brand-a), var(--brand-b));
}

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

.category-card-large {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 28px;
  align-items: center;
  padding: 22px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 22px 48px rgba(17, 24, 39, 0.08);
}

.category-art {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  height: 220px;
  overflow: hidden;
  border-radius: 24px;
}

.category-art img {
  border-radius: 16px;
}

.category-card-large h2 {
  font-size: 28px;
  font-weight: 1000;
}

.category-card-large p {
  margin: 10px 0 18px;
  color: var(--muted);
  line-height: 1.8;
}

.inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.inline-links a {
  color: #be123c;
  font-size: 14px;
  font-weight: 800;
}

.detail-top {
  padding: 64px 0 56px;
  background:
    radial-gradient(circle at 80% 10%, rgba(236, 72, 153, 0.22), transparent 26%),
    linear-gradient(135deg, #111827, #3f0f24 52%, #111827);
}

.detail-grid {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.85fr);
  gap: 34px;
  align-items: center;
}

.player-card {
  border-radius: 34px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(18px);
}

.player-shell {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 26px;
  background: #000000;
}

.player-shell video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.player-start {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.42));
  transition: opacity 0.24s ease, visibility 0.24s ease;
}

.player-start span {
  width: 86px;
  height: 86px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding-left: 6px;
  font-size: 34px;
  background: linear-gradient(135deg, var(--brand-a), var(--brand-b));
  box-shadow: 0 20px 44px rgba(236, 72, 153, 0.36);
}

.player-start.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.detail-info {
  color: #ffffff;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.breadcrumb a:hover {
  color: #ffffff;
}

.detail-info h1 {
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.08;
  font-weight: 1000;
}

.detail-line {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 1.85;
}

.detail-meta {
  margin-top: 20px;
}

.detail-meta span {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.detail-tags {
  margin-top: 16px;
}

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

.story-card {
  padding: 28px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.08);
}

.story-card h2 {
  margin-bottom: 16px;
  color: #111827;
  font-size: 24px;
  font-weight: 1000;
}

.story-card p {
  color: #374151;
  line-height: 2;
}

.site-footer {
  margin-top: 80px;
  padding: 42px 0 28px;
  color: #475569;
  background: rgba(255, 255, 255, 0.82);
  border-top: 1px solid rgba(236, 72, 153, 0.12);
}

.footer-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 28px;
}

.footer-inner strong {
  color: #111827;
  font-size: 22px;
}

.footer-inner p {
  margin-top: 10px;
  line-height: 1.8;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.footer-links a {
  color: #be123c;
  font-weight: 800;
}

.footer-links a:hover {
  color: var(--brand-b);
}

.copyright {
  width: min(1180px, calc(100% - 32px));
  margin: 26px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(17, 24, 39, 0.08);
  text-align: center;
  font-size: 14px;
}

[data-movie-card].is-hidden {
  display: none;
}

@media (max-width: 1120px) {
  .feature-grid,
  .category-movie-grid,
  .rank-movie-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

@media (max-width: 880px) {
  .desktop-nav,
  .header-search {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
  }

  .hero-slider {
    height: 680px;
  }

  .hero-cover {
    right: 20px;
    top: 80px;
    width: 190px;
    height: 260px;
    opacity: 0.62;
  }

  .hero-content {
    justify-content: flex-end;
    padding: 0 0 96px;
  }

  .hero-desc {
    font-size: 16px;
  }

  .movie-grid,
  .feature-grid,
  .category-movie-grid,
  .rank-movie-grid,
  .related-grid,
  .category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .rank-strip {
    grid-template-columns: 1fr;
  }

  .category-card-large,
  .detail-grid,
  .detail-content,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .header-inner {
    height: 64px;
  }

  .brand {
    font-size: 18px;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
  }

  .search-band {
    margin-top: -58px;
    padding: 16px;
  }

  .search-box-large {
    grid-template-columns: 1fr;
  }

  .movie-grid,
  .feature-grid,
  .category-movie-grid,
  .rank-movie-grid,
  .related-grid,
  .category-grid {
    grid-template-columns: 1fr;
  }

  .rank-row {
    grid-template-columns: 36px 76px 1fr;
  }

  .rank-row em {
    grid-column: 3 / 4;
  }

  .category-art {
    grid-template-columns: repeat(2, 1fr);
    height: 260px;
  }

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

  .page-hero {
    min-height: 300px;
  }
}
