/*
 * RTH v1.15.2 — Final production closeout
 * Author: L. Terry
 * Date: 2026-09-07
 *
 * Superstar Standard™ brand rule:
 * the complete SUPERSTAR sequence and reference artwork must remain naturally
 * proportioned and readable. Never square, crop, stack, or compress the mark.
 */

/* Superstar Standard™ reference artwork — natural aspect ratio only. */
.rth-home-superstar-standard__reference,
.rth-superstar-standard-reference{
  margin:0;
  width:100%;
  max-width:720px;
  justify-self:end
}
.rth-home-superstar-standard__reference img,
.rth-superstar-standard-reference img{
  display:block;
  width:auto!important;
  max-width:100%!important;
  height:auto!important;
  max-height:none!important;
  aspect-ratio:auto!important;
  object-fit:contain!important;
  object-position:center!important;
  border-radius:0!important;
  clip-path:none!important;
  margin-inline:auto
}

/* Never render SUPERSTAR as a 3×3 square badge. */
.rth-home-superstar-standard__letters{
  display:flex!important;
  flex-wrap:nowrap!important;
  align-items:flex-end;
  justify-content:flex-end;
  gap:clamp(.18rem,.7vw,.65rem)!important;
  width:100%;
  max-width:760px!important;
  justify-self:end
}
.rth-home-superstar-standard__letters span{
  display:block!important;
  width:auto!important;
  height:auto!important;
  min-width:0!important;
  aspect-ratio:auto!important;
  padding:.12em .02em .18em!important;
  border:0!important;
  border-bottom:clamp(2px,.3vw,4px) solid #e0a827!important;
  border-radius:0!important;
  background:none!important;
  box-shadow:none!important;
  color:#fff!important;
  font-family:var(--rth16-display,Georgia,serif);
  font-size:clamp(2rem,5vw,5rem)!important;
  font-weight:900!important;
  line-height:.9!important
}

/* The dedicated page also keeps each acronym letter semantic, not icon-boxed. */
.rth-standard-pillar>span{
  display:block!important;
  width:auto!important;
  height:auto!important;
  min-width:0!important;
  aspect-ratio:auto!important;
  padding:0 0 .18em!important;
  border:0!important;
  border-bottom:3px solid #e0a827!important;
  border-radius:0!important;
  background:none!important;
  box-shadow:none!important;
  color:#071f3d!important;
  font-family:var(--rth16-display,Georgia,serif);
  font-size:clamp(2.2rem,4vw,3.6rem)!important;
  font-weight:950!important;
  line-height:1!important;
  align-self:start
}
.rth-standard-pillar:nth-child(3n+2)>span,
.rth-standard-pillar:nth-child(3n)>span{
  background:none!important;
  color:#071f3d!important
}
.rth-standard-pillar{
  grid-template-columns:minmax(42px,auto) 1fr!important
}
.rth-superstar-standard-reference{
  margin:clamp(1.5rem,4vw,3rem) auto 0;
  padding:clamp(.8rem,2vw,1.4rem);
  background:#fff;
  border-radius:20px;
  box-shadow:0 18px 45px rgba(7,38,78,.14)
}

/* Editorial metadata: dates are part of the visible archive hierarchy. */
.rth-article-card__meta time{
  color:inherit;
  font:inherit
}

/* Remove residual WordPress.com/Jetpack Like UI even if injected late. */
.sharedaddy .sd-like,
.sd-like,
.wpl-likebox,
.jetpack-likes-widget-wrapper,
iframe[src*="widgets.wp.com/likes"],
iframe[src*="widgets.wp.com/like"]{
  display:none!important
}

/* Branded empty-catalog shop. */
.rth-shop-prelaunch{
  min-height:62vh;
  display:flex;
  align-items:center;
  padding:clamp(4rem,8vw,7rem) 0;
  background:
    radial-gradient(circle at 86% 18%,rgba(224,168,39,.14),transparent 26%),
    radial-gradient(circle at 12% 82%,rgba(12,79,146,.10),transparent 30%),
    linear-gradient(180deg,#fff,#f5f8fc)
}
.rth-shop-prelaunch__intro{
  max-width:920px
}
.rth-shop-prelaunch__intro h1{
  margin:.25rem 0 1rem;
  color:#071f3d;
  font-family:var(--rth16-display,Georgia,serif);
  font-size:clamp(2.5rem,5vw,4.8rem);
  line-height:1.02;
  letter-spacing:-.035em
}
.rth-shop-prelaunch__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:1rem;
  margin-top:2rem
}
.rth-shop-prelaunch__grid article{
  padding:1.4rem;
  border:1px solid #d5dfea;
  border-radius:20px;
  background:#fff;
  box-shadow:0 14px 34px rgba(7,38,78,.08)
}
.rth-shop-prelaunch__grid h2{
  margin-top:0;
  color:#071f3d;
  font-size:1.3rem
}
.rth-shop-prelaunch__grid a{
  font-weight:850;
  text-decoration:none
}

@media(max-width:900px){
  .rth-home-superstar-standard__grid{
    grid-template-columns:1fr!important
  }
  .rth-home-superstar-standard__reference,
  .rth-home-superstar-standard__letters{
    justify-self:start
  }
  .rth-home-superstar-standard__letters{
    justify-content:flex-start
  }
  .rth-shop-prelaunch__grid{
    grid-template-columns:1fr
  }
}
@media(max-width:620px){
  .rth-home-superstar-standard__letters{
    gap:.12rem!important
  }
  .rth-home-superstar-standard__letters span{
    font-size:clamp(1.7rem,10vw,3rem)!important
  }
  .rth-standard-pillar{
    grid-template-columns:44px 1fr!important
  }
}
@media(prefers-reduced-motion:reduce){
  .rth-home-superstar-standard *,
  .rth-superstar-standard *{
    animation:none!important;
    transition:none!important
  }
}
