.hp-home {
  --hp-stage: min(1620px, calc(100vw - 36px));
  --hp-content: min(1290px, calc(100vw - 72px));
  --hp-ink: #f6f0e7;
  --hp-muted: rgba(246, 240, 231, 0.68);
  --hp-muted-strong: rgba(246, 240, 231, 0.82);
  --hp-paper: #fffaf2;
  --hp-paper-soft: #f6efe3;
  --hp-line: rgba(246, 240, 231, 0.14);
  --hp-line-strong: rgba(213, 185, 140, 0.34);
  --hp-gold: #d5b98c;
  --hp-teal: #2f7b74;
  --hp-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
  --hp-shadow-soft: 0 18px 44px rgba(0, 0, 0, 0.22);
  --hp-radius-lg: 28px;
  --hp-radius-md: 20px;
  --hp-radius-sm: 14px;
  --hp-serif: Georgia, "Times New Roman", serif;
  --hp-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --hp-ease: cubic-bezier(0.2, 0.7, 0.2, 1);

  position: relative;
  width: var(--hp-stage);
  margin: 0 auto;
  color: var(--hp-ink);
  font-family: var(--hp-sans);
  overflow-x: hidden;
}

@supports (overflow-x: clip) {
  .hp-home {
    overflow-x: clip;
  }
}

body.home-spotlight-page {
  --hp-stage: min(1620px, calc(100vw - 36px));
  --hp-content: min(1290px, calc(100vw - 72px));
  --hp-ink: #f6f0e7;

  color: var(--hp-ink, #f6f0e7);
  background:
    radial-gradient(circle at 50% -16rem, rgba(213, 185, 140, 0.2), transparent 43rem),
    radial-gradient(circle at 93% 12%, rgba(255, 250, 242, 0.08), transparent 32rem),
    linear-gradient(180deg, #11110f 0%, #090908 54%, #15130f 100%);
}

body.home-spotlight-page::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.25) 78%, transparent);
}

body.home-spotlight-page::after {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(ellipse at center, transparent 18%, rgba(0, 0, 0, 0.16) 66%, rgba(0, 0, 0, 0.6) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.44), transparent 18%, transparent 82%, rgba(0, 0, 0, 0.44));
}

.hp-home a {
  color: inherit;
  text-decoration: none;
}

.hp-home img,
.hp-home svg {
  display: block;
  max-width: 100%;
}

.hp-home h1,
.hp-home h2,
.hp-home h3,
.hp-home p {
  margin: 0;
}

.hp-home h1,
.hp-home h2,
.hp-home h3 {
  color: #fffdf8;
  font-family: var(--hp-serif);
  letter-spacing: 0;
  text-wrap: balance;
}

.hp-home .hp-container {
  width: var(--hp-content);
  max-width: none;
  margin-inline: auto;
  padding-inline: 0;
}

.hp-home .hp-hero,
.hp-home .hp-spotlight,
.hp-home .hp-about {
  scroll-margin-top: 108px;
}

.hp-home .hp-hero {
  padding: clamp(1.9rem, 4vw, 3.35rem) 0 1.05rem;
  border-bottom: 1px solid rgba(213, 185, 140, 0.15);
}

.hp-home .hp-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(500px, 1fr);
  gap: clamp(1.8rem, 4vw, 4.2rem);
  align-items: center;
}

.hp-home .hp-hero__copy {
  display: grid;
  justify-items: start;
  gap: 1.4rem;
}

.hp-home .hp-hero__copy h1 {
  max-width: 720px;
  font-size: clamp(2.9rem, 4.05vw, 4.25rem);
  line-height: 1.06;
  text-shadow: 0 20px 42px rgba(0, 0, 0, 0.45);
}

.hp-home .hp-hero__copy h1 span,
.hp-home .hp-featured-video h2 span {
  display: block;
}

.hp-home .hp-featured-video h2 span {
  white-space: nowrap;
}

.hp-home .hp-hero__lead {
  max-width: 560px;
  color: var(--hp-muted);
  font-size: clamp(1rem, 1.4vw, 1.13rem);
  font-weight: 720;
  line-height: 1.5;
}

.hp-home .hp-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.95rem;
  margin-top: 0.55rem;
}

.hp-home .hp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0.92rem 1.58rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.96rem;
  font-weight: 900;
  line-height: 1;
  transition: transform 0.18s var(--hp-ease), background 0.18s var(--hp-ease), border-color 0.18s var(--hp-ease), color 0.18s var(--hp-ease);
}

.hp-home .hp-btn:hover,
.hp-home .hp-quick-action:hover,
.hp-home .hp-card:hover {
  transform: translateY(-2px);
}

.hp-home .hp-btn--primary {
  color: #1b130b;
  border-color: rgba(255, 238, 204, 0.44);
  background: linear-gradient(180deg, #ecd4a8, var(--hp-gold));
  box-shadow: 0 16px 34px rgba(213, 185, 140, 0.2);
}

.hp-home .hp-btn--secondary,
.hp-home .hp-btn--outline {
  color: rgba(255, 250, 242, 0.9);
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.hp-home .hp-btn--outline {
  min-height: 48px;
  padding-inline: 1.3rem;
}

.hp-home .hp-btn:focus-visible,
.hp-home .hp-quick-action:focus-visible,
.hp-home .hp-spotlight__tab:focus-visible,
.hp-home .hp-view-all-link:focus-visible,
.hp-home .hp-featured-video__links a:focus-visible,
.hp-home .hp-card:focus-visible {
  outline: 3px solid rgba(213, 185, 140, 0.48);
  outline-offset: 3px;
}

.hp-home .hp-featured-video {
  display: grid;
  grid-template-columns: minmax(230px, 1.08fr) minmax(230px, 0.92fr);
  min-height: 326px;
  border: 1px solid rgba(213, 185, 140, 0.18);
  border-radius: 24px;
  background:
    radial-gradient(circle at 88% 12%, rgba(213, 185, 140, 0.11), transparent 17rem),
    linear-gradient(90deg, rgba(255, 250, 242, 0.06), rgba(25, 23, 20, 0.96));
  box-shadow: var(--hp-shadow-soft);
  overflow: hidden;
}

.hp-home .hp-featured-video__media {
  min-height: 326px;
  background: #0b0b0b;
}

.hp-home .hp-featured-video__media img,
.hp-home .hp-featured-video__fallback {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.hp-home .hp-featured-video__media img {
  filter: saturate(0.86) contrast(1.06) brightness(0.84);
}

.hp-home .hp-featured-video__fallback {
  display: grid;
  place-items: center;
  padding: 1rem;
  color: rgba(255, 250, 242, 0.82);
  background:
    radial-gradient(circle at 50% 20%, rgba(213, 185, 140, 0.28), transparent 10rem),
    linear-gradient(135deg, #0b0b0c, #2a2520);
  text-align: center;
  font-weight: 900;
}

.hp-home .hp-featured-video__body {
  display: grid;
  align-content: center;
  gap: 0.85rem;
  padding: clamp(1.2rem, 2vw, 1.55rem);
  background: linear-gradient(90deg, rgba(18, 16, 13, 0.76), rgba(23, 22, 19, 0.96));
}

.hp-home .hp-micro-label {
  color: rgba(236, 214, 173, 0.92);
  font-size: 0.71rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hp-home .hp-featured-video h2 {
  max-width: 100%;
  font-size: clamp(1.85rem, 2.35vw, 2.22rem);
  line-height: 1.02;
}

.hp-home .hp-featured-video__body > p:not(.hp-micro-label) {
  max-width: 280px;
  color: rgba(255, 250, 242, 0.72);
  font-size: 0.95rem;
  font-weight: 720;
  line-height: 1.46;
}

.hp-home .hp-watch-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  width: max-content;
  min-height: 46px;
  padding: 0.7rem 1.06rem;
  color: #1c150f;
  border-radius: 999px;
  background: linear-gradient(180deg, #fff1d2, #e5c28b);
  font-weight: 950;
}

.hp-home .hp-watch-button__icon {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  color: #fff1d2;
  border-radius: 999px;
  background: #1b1712;
}

.hp-home .hp-watch-progress {
  display: grid;
  gap: 0.38rem;
  max-width: 235px;
  color: rgba(255, 250, 242, 0.78);
  font-size: 0.78rem;
  font-weight: 850;
}

.hp-home .hp-watch-progress__track {
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(47, 123, 116, 0.46);
}

.hp-home .hp-watch-progress__track span {
  display: block;
  width: 85%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #fff5df, #e7bc82);
}

.hp-home .hp-featured-video__links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem;
  color: rgba(255, 250, 242, 0.72);
  font-size: 0.79rem;
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 0.14em;
}

.hp-home .hp-quick-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(1.4rem, 3.2vw, 2.35rem);
  overflow: hidden;
  border: 1px solid rgba(213, 185, 140, 0.46);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 254, 250, 0.98), rgba(250, 244, 235, 0.96));
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.hp-home .hp-quick-action {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  min-height: 136px;
  padding: 1.35rem 1.55rem;
  color: #34291e;
  border-right: 1px solid rgba(108, 89, 58, 0.16);
  transition: transform 0.18s var(--hp-ease), background 0.18s var(--hp-ease);
}

.hp-home .hp-quick-action:last-child {
  border-right: 0;
}

.hp-home .hp-quick-action:hover {
  background: rgba(213, 185, 140, 0.08);
}

.hp-home .hp-quick-action__icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  color: #4a3722;
  border-radius: 18px;
  background: #efe7d9;
}

.hp-home .hp-quick-action span:last-child {
  display: grid;
  gap: 0.2rem;
  min-width: 0;
}

.hp-home .hp-quick-action strong {
  color: #2b2118;
  font-size: 1.02rem;
  font-weight: 950;
}

.hp-home .hp-quick-action small {
  color: #675a4d;
  font-size: 0.84rem;
  font-weight: 720;
  line-height: 1.3;
}

.hp-home .hp-quick-action em {
  display: inline-flex;
  width: max-content;
  margin-top: 0.28rem;
  color: #43311e;
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 950;
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.hp-home .hp-quick-action em::after {
  margin-left: 0.58rem;
  content: "->";
  text-decoration: none;
}

.hp-home .hp-spotlight {
  padding: clamp(1.8rem, 4vw, 2.6rem) 0 clamp(3rem, 6vw, 5rem);
  background:
    radial-gradient(circle at 35% 0%, rgba(255, 250, 242, 0.05), transparent 28rem),
    linear-gradient(180deg, rgba(255, 250, 242, 0.03), rgba(255, 250, 242, 0.01));
}

.hp-home .hp-spotlight__inner {
  display: grid;
  grid-template-columns: minmax(260px, 0.32fr) minmax(0, 0.68fr);
  gap: clamp(2rem, 4vw, 4.3rem);
  align-items: start;
}

.hp-home .hp-spotlight__intro {
  display: grid;
  justify-items: start;
  gap: 1rem;
  padding-top: 2.5rem;
}

.hp-home .hp-spotlight__intro h2 {
  max-width: 360px;
  font-size: clamp(2rem, 3.4vw, 3.15rem);
  line-height: 1.06;
}

.hp-home .hp-spotlight__intro p:not(.hp-micro-label) {
  max-width: 320px;
  color: var(--hp-muted);
  font-weight: 720;
}

.hp-home .hp-spotlight__board {
  min-width: 0;
}

.hp-home .hp-spotlight__toolbar {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.05rem;
}

.hp-home .hp-spotlight__tabs {
  justify-self: start;
  display: inline-flex;
  gap: 0.42rem;
  padding: 0.33rem;
  border: 1px solid rgba(213, 185, 140, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
}

.hp-home .hp-spotlight__tab {
  min-height: 38px;
  padding: 0 1.05rem;
  color: rgba(255, 250, 242, 0.82);
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  font-weight: 900;
}

.hp-home .hp-spotlight__tab.is-active,
.hp-home .hp-spotlight__tab[aria-selected="true"] {
  color: #fff9ef;
  border-color: rgba(213, 185, 140, 0.66);
  background: rgba(213, 185, 140, 0.12);
  box-shadow: inset 0 0 0 1px rgba(213, 185, 140, 0.05);
}

.hp-home .hp-view-all-link {
  display: inline-flex;
  align-items: center;
  gap: 0.48rem;
  color: rgba(255, 250, 242, 0.78);
  font-size: 0.9rem;
  font-weight: 900;
}

.hp-home .hp-spotlight__panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.hp-home .hp-spotlight__panel[hidden] {
  display: none !important;
}

.hp-home .hp-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(213, 185, 140, 0.25);
  border-radius: 18px;
  background: #fffaf2;
  box-shadow: var(--hp-shadow-soft);
  transition: transform 0.18s var(--hp-ease), border-color 0.18s var(--hp-ease);
}

.hp-home .hp-card:hover {
  border-color: rgba(213, 185, 140, 0.52);
}

.hp-home .hp-card__media {
  position: relative;
  display: grid;
  place-items: center;
  height: 168px;
  color: rgba(255, 250, 242, 0.88);
  background:
    radial-gradient(circle at 50% 20%, rgba(213, 185, 140, 0.28), transparent 8rem),
    linear-gradient(135deg, #0b0b0c, #2a2520);
  overflow: hidden;
}

.hp-home .hp-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.05);
}

.hp-home .hp-card__badge {
  position: absolute;
  top: 0.7rem;
  left: 0.7rem;
  padding: 0.36rem 0.55rem;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(12, 12, 12, 0.66);
  font-size: 0.64rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hp-home .hp-card__play {
  position: absolute;
  right: 0.9rem;
  bottom: 0.9rem;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: #3a2a18;
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.94);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.24);
}

.hp-home .hp-card__placeholder {
  padding: 0.55rem 0.8rem;
  border: 1px solid rgba(255, 250, 242, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 900;
}

.hp-home .hp-card__body {
  display: grid;
  min-height: 120px;
  padding: 1rem 1rem 1.1rem;
  color: #2d241c;
}

.hp-home .hp-card__body strong {
  color: #261b12;
  font-family: var(--hp-serif);
  font-size: clamp(1.1rem, 1.6vw, 1.34rem);
  line-height: 1.08;
}

.hp-home .hp-card__body small {
  margin-top: 0.5rem;
  color: #756b5e;
  font-size: 0.86rem;
  font-weight: 730;
  line-height: 1.42;
}

.hp-home .hp-card--date .hp-card__media {
  align-content: center;
  gap: 0.3rem;
  background:
    radial-gradient(circle at 50% 20%, rgba(213, 185, 140, 0.4), transparent 8rem),
    linear-gradient(135deg, #11100e, #463827);
}

.hp-home .hp-card--date .hp-card__media strong {
  font-family: var(--hp-serif);
  font-size: 3.4rem;
  line-height: 0.9;
}

.hp-home .hp-card--date .hp-card__media span {
  color: rgba(255, 250, 242, 0.74);
  font-size: 0.75rem;
  font-weight: 950;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hp-home .hp-about {
  padding: clamp(3rem, 7vw, 5rem) 0;
}

.hp-home .hp-about__inner {
  max-width: 920px;
  padding: clamp(1.5rem, 4vw, 2.4rem);
  border: 1px solid rgba(213, 185, 140, 0.24);
  border-radius: var(--hp-radius-lg);
  background: rgba(255, 255, 255, 0.04);
}

.hp-home .hp-about h2 {
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1.04;
}

.hp-home .hp-about__inner > p:not(.hp-micro-label) {
  max-width: 700px;
  margin-top: 1rem;
  color: var(--hp-muted);
  font-weight: 720;
}

.hp-home .hp-about-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 1.6rem;
}

.hp-home .hp-about-points__item {
  display: grid;
  gap: 0.35rem;
  padding: 1rem;
  border: 1px solid rgba(213, 185, 140, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
}

.hp-home .hp-about-points__item strong {
  color: rgba(236, 214, 173, 0.92);
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hp-home .hp-about-points__item span,
.hp-home .hp-about-points__item a {
  color: rgba(255, 250, 242, 0.8);
  font-size: 0.92rem;
}

.hp-home .hp-reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.55s var(--hp-ease), transform 0.55s var(--hp-ease);
  transition-delay: var(--delay, 0ms);
}

.hp-home .hp-reveal--delay-1 {
  --delay: 90ms;
}

.hp-home .hp-reveal--delay-2 {
  --delay: 170ms;
}

.hp-home .hp-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  body.home-spotlight-page {
    --hp-content: min(1080px, calc(100vw - 48px));
  }

  .hp-home {
    --hp-content: min(1080px, calc(100vw - 48px));
  }

  .hp-home .hp-hero__grid {
    grid-template-columns: 1fr;
  }

  .hp-home .hp-featured-video {
    max-width: 760px;
  }

  .hp-home .hp-quick-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hp-home .hp-quick-action:nth-child(2) {
    border-right: 0;
  }

  .hp-home .hp-quick-action:nth-child(-n+2) {
    border-bottom: 1px solid rgba(108, 89, 58, 0.16);
  }

  .hp-home .hp-spotlight__inner {
    grid-template-columns: 1fr;
  }

  .hp-home .hp-spotlight__intro {
    padding-top: 0;
  }
}

@media (max-width: 820px) {
  body.home-spotlight-page {
    --hp-stage: min(100vw - 20px, 820px);
    --hp-content: min(100vw - 34px, 760px);
  }

  .hp-home {
    --hp-stage: min(100vw - 20px, 820px);
    --hp-content: min(100vw - 34px, 760px);
  }

  .hp-home .hp-hero,
  .hp-home .hp-spotlight,
  .hp-home .hp-about {
    scroll-margin-top: 96px;
  }

  .hp-home .hp-hero {
    padding-top: 2.4rem;
  }

  .hp-home .hp-hero__copy h1 {
    font-size: clamp(2.85rem, 13vw, 4.1rem);
    line-height: 1.02;
  }

  .hp-home .hp-featured-video {
    grid-template-columns: 1fr;
  }

  .hp-home .hp-featured-video__media {
    min-height: 310px;
  }

  .hp-home .hp-featured-video__body {
    padding: 1.35rem;
  }

  .hp-home .hp-quick-strip {
    grid-template-columns: 1fr;
  }

  .hp-home .hp-quick-action,
  .hp-home .hp-quick-action:nth-child(2),
  .hp-home .hp-quick-action:nth-child(-n+2) {
    min-height: 112px;
    border-right: 0;
    border-bottom: 1px solid rgba(108, 89, 58, 0.16);
  }

  .hp-home .hp-quick-action:last-child {
    border-bottom: 0;
  }

  .hp-home .hp-spotlight__toolbar {
    grid-template-columns: 1fr;
  }

  .hp-home .hp-view-all-link {
    justify-self: start;
  }

  .hp-home .hp-spotlight__panel,
  .hp-home .hp-about-points {
    grid-template-columns: 1fr;
  }

  .hp-home .hp-card__media {
    height: 210px;
  }
}

@media (max-width: 520px) {
  .hp-home .hp-hero__actions {
    width: 100%;
  }

  .hp-home .hp-hero__actions .hp-btn {
    width: 100%;
  }

  .hp-home .hp-quick-action {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 0.8rem;
    padding: 1.05rem;
  }

  .hp-home .hp-quick-action__icon {
    width: 44px;
    height: 44px;
    border-radius: 15px;
  }

  .hp-home .hp-spotlight__tabs {
    width: 100%;
  }

  .hp-home .hp-spotlight__tab {
    flex: 1;
    padding-inline: 0.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hp-home *,
  .hp-home *::before,
  .hp-home *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }

  .hp-home .hp-reveal,
  .hp-home .hp-reveal.is-visible {
    opacity: 1;
    transform: none;
  }
}
