/* Homepage v3 — catalog / newsstand look (standalone from landing skins) */
body.home-v3 {
  font-family: "IBM Plex Sans", var(--font-base);
  background: #fffdf7;
  color: #111318;
}

.home-v3 .site-header,
.home-v3 .site-footer {
  display: none;
}

.hv3-wrap {
  width: min(1180px, calc(100% - 2rem));
  margin-inline: auto;
}

/* Header */
.hv3-top {
  position: sticky;
  top: 0;
  z-index: 40;
  background: #fffdf7;
  border-bottom: 2px solid #111318;
}
.hv3-top__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
}
.hv3-logo {
  font-family: Syne, sans-serif;
  font-weight: 800;
  font-size: 1.35rem;
  letter-spacing: -0.05em;
  color: #111318;
  text-decoration: none;
}
.hv3-logo span { color: #1d4ed8; }
.hv3-nav {
  display: none;
  gap: 1.4rem;
  font-size: 0.9rem;
  font-weight: 600;
}
.hv3-nav a {
  color: #111318;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}
.hv3-nav a:hover { border-bottom-color: #1d4ed8; }
.hv3-cta {
  display: inline-flex;
  align-items: center;
  background: #111318;
  color: #fffdf7;
  padding: 0.65rem 1rem;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
}
.hv3-cta:hover { background: #1d4ed8; }
@media (min-width: 760px) {
  .hv3-nav { display: flex; }
}

/* Promo */
.hv3-promo {
  background: #1d4ed8;
  color: #fff;
  text-align: center;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.55rem 1rem;
}

/* Hero */
.hv3-hero {
  display: grid;
  grid-template-columns: 1fr;
}
.hv3-hero__copy {
  background: #1d4ed8;
  color: #fff;
  padding: 2.75rem 1.25rem 2.5rem;
}
.hv3-hero__kicker {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.85;
  margin-bottom: 1rem;
}
.hv3-hero__title {
  font-family: Syne, sans-serif;
  font-size: clamp(2.3rem, 7vw, 4.6rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.05em;
  margin-bottom: 1.1rem;
}
.hv3-hero__title i {
  font-style: normal;
  display: block;
  color: #c7d6ff;
}
.hv3-hero__text {
  max-width: 34rem;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #e4eaff;
  margin-bottom: 1.6rem;
}
.hv3-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}
.hv3-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.25rem;
  font-weight: 800;
  text-decoration: none;
}
.hv3-btn--light {
  background: #fffdf7;
  color: #111318;
}
.hv3-btn--ghost {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.45);
}
.hv3-btn:hover { transform: translateY(-1px); }
.hv3-hero__visual {
  position: relative;
  background: #fffdf7;
  min-height: 280px;
  padding: 1.5rem 1.25rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hv3-hero__visual a { display: block; width: min(100%, 440px); }
.hv3-hero__visual img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border: 2px solid #111318;
}
.hv3-stamp {
  position: absolute;
  top: 1.4rem;
  right: 1.1rem;
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 50%;
  background: #e11d48;
  color: #fff;
  display: grid;
  place-content: center;
  text-align: center;
  font-family: Syne, sans-serif;
  font-weight: 800;
  line-height: 1;
  transform: rotate(8deg);
  border: 2px solid #111318;
}
.hv3-stamp small { display: block; font-size: 0.65rem; letter-spacing: 0.08em; }
.hv3-stamp strong { font-size: 1.45rem; }
@media (min-width: 900px) {
  .hv3-hero { grid-template-columns: 1.05fr 0.95fr; min-height: 640px; }
  .hv3-hero__copy {
    padding: 5rem 3.5rem 5rem 4vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .hv3-hero__visual { padding: 3rem; }
}

/* Metrics */
.hv3-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 2px solid #111318;
  border-bottom: 2px solid #111318;
}
.hv3-metrics__item {
  padding: 1.15rem 1rem;
  border-right: 2px solid #111318;
  border-bottom: 2px solid #111318;
  background: #fff;
}
.hv3-metrics__item:nth-child(2n) { border-right: none; }
.hv3-metrics__item:nth-child(n + 3) { border-bottom: none; }
.hv3-metrics__value {
  font-family: Syne, sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
}
.hv3-metrics__label {
  font-size: 0.78rem;
  color: #5b6170;
  margin-top: 0.2rem;
}
@media (min-width: 800px) {
  .hv3-metrics { grid-template-columns: repeat(4, 1fr); }
  .hv3-metrics__item { border-bottom: none; }
  .hv3-metrics__item:nth-child(2n) { border-right: 2px solid #111318; }
  .hv3-metrics__item:last-child { border-right: none; }
}

/* Sections */
.hv3-section { padding: 4rem 0; }
.hv3-over {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #1d4ed8;
  margin-bottom: 0.55rem;
}
.hv3-h2 {
  font-family: Syne, sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  letter-spacing: -0.04em;
  line-height: 1.05;
  margin-bottom: 0.7rem;
}
.hv3-lead {
  max-width: 36rem;
  color: #4b5160;
  line-height: 1.65;
  margin-bottom: 2rem;
}

/* Featured drop */
.hv3-drop {
  display: grid;
  grid-template-columns: 1fr;
  border: 2px solid #111318;
  background: #fff;
}
.hv3-drop__media {
  position: relative;
  display: block;
  background: #eef1f8;
  aspect-ratio: 1;
}
.hv3-drop__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hv3-drop__tag {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: #111318;
  color: #fff;
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.4rem 0.7rem;
}
.hv3-drop__body { padding: 1.6rem 1.35rem 1.8rem; }
.hv3-drop__cat {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1d4ed8;
  margin-bottom: 0.5rem;
}
.hv3-drop__name {
  font-family: Syne, sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  letter-spacing: -0.04em;
  margin-bottom: 0.75rem;
}
.hv3-drop__desc {
  color: #4b5160;
  line-height: 1.65;
  margin-bottom: 1rem;
}
.hv3-drop__meta {
  font-size: 0.92rem;
  margin-bottom: 1.4rem;
}
.hv3-drop__meta b { color: #e11d48; }
.hv3-btn--ink {
  background: #111318;
  color: #fffdf7;
}
@media (min-width: 860px) {
  .hv3-drop { grid-template-columns: 1fr 1fr; }
  .hv3-drop__body {
    padding: 2.4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

/* Aisles */
.hv3-aisles { background: #111318; color: #fffdf7; }
.hv3-aisles .hv3-over { color: #8fb0ff; }
.hv3-aisles .hv3-lead { color: #c8ccd6; }
.hv3-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  padding: 1.15rem 0;
  border-top: 1px solid #2a2e38;
  color: inherit;
  text-decoration: none;
}
.hv3-row:last-child { border-bottom: 1px solid #2a2e38; }
.hv3-row__n {
  font-family: Syne, sans-serif;
  font-weight: 800;
  color: #8fb0ff;
  width: 2rem;
}
.hv3-row strong { font-size: 1.15rem; }
.hv3-row span {
  display: block;
  font-size: 0.78rem;
  color: #9aa1b0;
  margin-top: 0.15rem;
}
.hv3-row__go { font-weight: 800; color: #8fb0ff; }
.hv3-row--live {
  background: #1d4ed8;
  margin-inline: -1rem;
  padding-inline: 1rem;
  border-color: #1d4ed8;
}
.hv3-row--live span,
.hv3-row--live .hv3-row__n,
.hv3-row--live .hv3-row__go { color: #dce6ff; }
@media (min-width: 800px) {
  .hv3-row { padding: 1.35rem 0; }
  .hv3-row strong { font-size: 1.45rem; }
  .hv3-row--live { margin-inline: 0; padding-inline: 1.25rem; }
}

/* Why */
.hv3-why__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.hv3-why__item {
  background: #fff;
  border: 2px solid #111318;
  padding: 1.4rem 1.25rem;
}
.hv3-why__num {
  font-family: Syne, sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  color: #1d4ed8;
  line-height: 1;
  margin-bottom: 0.7rem;
}
.hv3-why__item h3 { font-size: 1.15rem; margin-bottom: 0.4rem; }
.hv3-why__item p { color: #4b5160; line-height: 1.6; }
@media (min-width: 800px) {
  .hv3-why__list { grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
}

/* Score */
.hv3-score {
  display: grid;
  grid-template-columns: 1fr;
  border-top: 2px solid #111318;
  background: #fff;
}
.hv3-score__n {
  font-family: Syne, sans-serif;
  font-size: 6rem;
  line-height: 0.85;
  color: #1d4ed8;
  padding: 2.2rem 1.25rem;
  border-bottom: 2px solid #111318;
}
.hv3-score__copy {
  padding: 2rem 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hv3-score__copy strong { font-size: 1.2rem; }
.hv3-score__copy p { color: #4b5160; margin-top: 0.4rem; }
@media (min-width: 760px) {
  .hv3-score { grid-template-columns: 280px 1fr; }
  .hv3-score__n {
    border-bottom: none;
    border-right: 2px solid #111318;
    display: grid;
    place-content: center;
  }
  .hv3-score__copy { padding: 2.4rem 2.5rem; }
}

/* Footer */
.hv3-foot {
  background: #111318;
  color: #d7dae2;
  padding: 3rem 0 1.4rem;
}
.hv3-foot__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
.hv3-foot .hv3-logo { color: #fffdf7; }
.hv3-foot p { max-width: 22rem; margin-top: 0.9rem; line-height: 1.6; }
.hv3-foot h4 {
  color: #fffdf7;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
}
.hv3-foot ul { display: grid; gap: 0.4rem; }
.hv3-foot a { color: #d7dae2; text-decoration: underline; text-underline-offset: 2px; }
.hv3-foot a:hover { color: #fff; }
.hv3-foot__bottom {
  margin-top: 2.2rem;
  padding-top: 1.1rem;
  border-top: 1px solid #2a2e38;
  font-size: 0.82rem;
}
.hv3-foot__bottom a { color: #fffdf7; }
@media (min-width: 800px) {
  .hv3-foot__grid { grid-template-columns: 1.2fr 0.8fr 1fr; }
}
