.hero-side-panels {
  position: absolute;
  top: 128px;
  right: clamp(24px, 6vw, 96px);
  z-index: 12;
  width: min(630px, calc(100% - 48px));
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.hero-welp-scoreboard,
.hero-butthurt-card {
  box-sizing: border-box;
  min-height: 186px;
  padding: 18px 20px 17px;
  border: 1px solid rgba(242,174,71,.22);
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(242,174,71,.13), transparent 40%),
    rgba(13,8,5,.82);
  box-shadow: 0 16px 40px rgba(0,0,0,.34), 0 0 24px rgba(242,174,71,.07);
}

/* The two cards above the video must never travel into place. They are always
   rendered at their final coordinates and only opacity changes during reveal.
   A short delay lets the main hero establish itself first so the cards do not
   appear before the rest of the opening composition. */
.hero-side-panels > .hero-welp-scoreboard[data-watch],
.hero-side-panels > .hero-butthurt-card[data-watch] {
  opacity: 0;
  transform: none !important;
  translate: none !important;
  transition-property: opacity !important;
  transition-duration: .62s !important;
  transition-timing-function: ease !important;
  transition-delay: .55s !important;
  will-change: opacity;
}

.hero-side-panels > .hero-welp-scoreboard[data-watch].visible,
.hero-side-panels > .hero-butthurt-card[data-watch].visible {
  opacity: 1;
  transform: none !important;
  translate: none !important;
}

.hero-welp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  margin: 0 0 10px;
  padding: 0 16px;
  border: 1px solid rgba(242,174,71,.58);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(242,174,71,.20), rgba(17,10,5,.86));
  color: #ffd174;
  font-family: var(--font);
  font-size: .76rem;
  font-weight: 720;
  line-height: 1;
  letter-spacing: .025em;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  transition: border-color .18s ease, background .18s ease, filter .18s ease;
}

.hero-welp-button:hover {
  border-color: rgba(255,209,116,.92);
  background: linear-gradient(135deg, rgba(242,174,71,.30), rgba(20,12,6,.92));
  filter: brightness(1.05);
}

.hero-welp-label {
  color: var(--gold);
  font-family: var(--mono);
  font-size: .61rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.hero-welp-number {
  margin: 5px 0 2px;
  color: #efe3d1;
  font-size: 3rem;
  line-height: .92;
  font-weight: 900;
  letter-spacing: -.055em;
}

/* This intentionally mirrors the rating display already used on reviews.html.
   Decimal scores are represented with a clearly visible half-star instead of
   a subtle 80% clip that visually reads as a full star at this size. */
.hero-welp-stars {
  display: flex;
  gap: 4px;
  margin: 5px 0 7px;
  color: #f2ae47;
  font-size: 1.12rem;
  line-height: 1;
  letter-spacing: .03em;
}

.hero-welp-stars .empty-star {
  color: rgba(242,174,71,.20);
}

.hero-welp-stars .half-star {
  position: relative;
  display: inline-block;
  color: rgba(242,174,71,.20);
}

.hero-welp-stars .half-star::before {
  content: "★";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  overflow: hidden;
  color: #f2ae47;
}

.hero-welp-scoreboard p {
  margin: 0;
  color: var(--muted);
  font-size: .68rem;
  line-height: 1.42;
}

.hero-butthurt-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  color: var(--text);
  text-decoration: none;
  background:
    radial-gradient(circle at 100% 0%, rgba(179,47,31,.18), transparent 42%),
    rgba(13,8,5,.82);
}

.hero-butthurt-card::after {
  content: "BHR";
  position: absolute;
  right: 10px;
  top: 7px;
  color: rgba(242,174,71,.026);
  font-size: 3.8rem;
  font-weight: 900;
  letter-spacing: -.07em;
  pointer-events: none;
}

.hero-butthurt-card:hover {
  transform: none !important;
  translate: none !important;
  border-color: rgba(255,209,116,.62);
  background:
    radial-gradient(circle at 100% 0%, rgba(179,47,31,.26), transparent 44%),
    rgba(18,10,6,.9);
}

.hero-butthurt-card h3 {
  position: relative;
  z-index: 1;
  max-width: 270px;
  margin: 0;
  color: #efe3d1;
  font-family: var(--font);
  font-size: 0;
  font-weight: 720;
  line-height: 1.08;
  letter-spacing: -.018em;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
}

.hero-butthurt-card h3::before {
  content: "File a BUTT HURT complaint";
  font-size: clamp(1.32rem, 1.52vw, 1.62rem);
  line-height: 1.08;
}

.hero-butthurt-card p {
  position: relative;
  z-index: 1;
  margin: 11px 0 11px;
  color: #c9b59a;
  font-size: .75rem;
  line-height: 1.48;
}

.hero-butthurt-action {
  position: relative;
  z-index: 1;
  margin-top: auto;
  color: #efb04b;
  font-family: var(--font);
  font-size: .68rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .025em;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

/* Homepage CTAs use clean UI typography and stronger visual separation. The
   gold button reads as the primary action; the dark button is deliberately
   distinct instead of looking like the same pill with different paint. */
.hero .hero-actions .button {
  min-height: 54px;
  padding: 0 25px;
  border-radius: 16px;
  font-family: var(--font);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: .002em;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  transition: border-color .18s ease, background .18s ease, filter .18s ease, box-shadow .18s ease;
}

.hero .hero-actions .button.primary {
  color: #201205;
  background: linear-gradient(135deg, #ffd174 0%, #f2ae47 56%, #df7d2a 100%);
  border-color: rgba(255,215,137,.78);
  box-shadow: 0 12px 28px rgba(184,98,28,.17), inset 0 1px rgba(255,255,255,.2);
}

.hero .hero-actions .button.ghost {
  color: #f2e7d8;
  background: linear-gradient(180deg, rgba(30,21,13,.88), rgba(10,7,5,.92));
  border-color: rgba(242,174,71,.30);
  box-shadow: inset 0 1px rgba(255,255,255,.025), 0 10px 24px rgba(0,0,0,.18);
  font-weight: 650;
}

.hero .hero-actions .button:hover {
  transform: none;
  filter: brightness(1.06);
}

.home-review-section {
  padding-top: clamp(76px, 9vw, 118px);
  padding-bottom: clamp(76px, 9vw, 118px);
}

.home-review-panel {
  display: grid;
  grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr);
  gap: clamp(30px,6vw,80px);
  align-items: center;
  padding: clamp(30px,5vw,58px);
  border: 1px solid rgba(242,174,71,.16);
  border-radius: 28px;
  background: radial-gradient(circle at 90% 10%, rgba(242,174,71,.10), transparent 28%), rgba(12,8,5,.72);
}

.home-review-copy h2 {
  margin: 0 0 18px;
  font-size: clamp(2.4rem,4.5vw,4.7rem);
  line-height: .94;
  letter-spacing: -.05em;
}

.home-review-copy p {
  color: var(--muted);
  line-height: 1.7;
}

.home-review-feature {
  padding: clamp(24px,4vw,40px);
  border: 1px solid rgba(242,174,71,.14);
  border-radius: 22px;
  background: rgba(6,4,3,.58);
}

.home-review-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--gold);
  font-family: var(--mono);
  font-size: .86rem;
}

.home-review-rating strong { font-size: 1.15rem; }
.home-review-feature blockquote { margin: 22px 0; color: var(--text); font-size: clamp(1.05rem,1.5vw,1.3rem); line-height: 1.68; }
.home-review-author { color: var(--dim); font-family: var(--mono); font-size: .76rem; }

@media (max-width: 1120px) {
  .hero-side-panels {
    top: 116px;
    width: min(590px, calc(100% - 48px));
  }
  .hero-welp-number { font-size: 2.8rem; }
}

@media (max-width: 900px) {
  .hero-side-panels {
    position: static;
    width: calc(100% - 40px);
    margin: 8px 20px 0;
    grid-column: 1 / -1;
    grid-row: 1;
    justify-self: stretch;
  }
  .home-review-panel { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .hero-side-panels {
    grid-template-columns: 1fr;
  }
  .hero-welp-scoreboard,
  .hero-butthurt-card {
    min-height: auto;
  }
}
