/* Owner closeout v6 · compact canvas, fail-open content, accessible Spotlight. */

/* A reveal enhancement must never leave real content invisible. The previous
   IntersectionObserver threshold could not be met by tall sections, leaving
   their full layout boxes on the page as empty space. */
body.tr-home-v3 [data-reveal],
body.tr-home-v3 [data-reveal] > *,
body.tr-home-v3 .tr-quick[data-reveal] a,
body.tr-home-v3 .tr-picks[data-reveal] .tr-pick,
body.tr-home-v3 .tr-spec[data-reveal] .tr-obs-list li {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  filter: none !important;
}

/* Keep editorial layouts readable on wide displays. A previous feedback layer
   removed the original 1320px cap, stretching short content across 1920px. */
body.tr-home-v3 main .wrap,
body.tr-home-v3 footer .wrap {
  width: min(calc(100% - 48px), 1600px) !important;
  max-width: 1600px !important;
  margin-inline: auto !important;
}

body.tr-home-v3 .tr-sec {
  padding-block: clamp(28px, 3.1vw, 48px) !important;
}
body.tr-home-v3 .tr-sec:is(#specimen, #path, #changed, #journal) {
  padding-block: clamp(30px, 3.25vw, 50px) !important;
}
body.tr-home-v3 main :is(#specimen, #path, #changed, #journal, #news, #guide).tr-sec {
  padding-block: clamp(32px, 3.15vw, 50px) !important;
}
body.tr-home-v3 #specimen .tr-spec,
body.tr-home-v3 #path .tr-path,
body.tr-home-v3 #changed .tr-log,
body.tr-home-v3 #journal .tr-cards {
  margin-top: 14px !important;
}
body.tr-home-v3 .tr-sec-head { gap: 16px; }
body.tr-home-v3 .tr-cards { margin-top: 16px !important; }
body.tr-home-v3 .tr-log { margin-top: 16px !important; }
body.tr-home-v3 .tr-ext,
body.tr-home-v3 .tr-cta-pharm { margin-top: 16px !important; }
body.tr-home-v3 .tr-spec-intro-copy { padding-bottom: 0 !important; }
body.tr-home-v3 #specimen .tr-spec-intro {
  align-items: start;
  gap: clamp(20px, 2.2vw, 34px);
}

/* On wide screens the title is a compact masthead above the Spotlight. This
   removes the large dead rectangle previously left underneath the short title. */
@media (min-width: 1181px) {
  body.tr-home-v3 #specimen .tr-spec-intro {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }
  body.tr-home-v3 #specimen .tr-spec-intro-copy .tr-h2 {
    max-width: none !important;
  }
  body.tr-home-v3 #specimen .tr-spec-intro .tr-pick-img {
    aspect-ratio: auto;
    height: clamp(300px, 22vw, 360px);
  }
}
body.tr-home-v3 #specimen .tr-spec { margin-top: 18px !important; }
body.tr-home-v3 #changed .tr-log {
  width: 100%;
  max-width: none !important;
}
body.tr-home-v3 #guide :is(.tr-cards.cols-2, .tr-ext) {
  width: 100%;
  max-width: none !important;
}
body.tr-home-v3 .foot-bottom {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 20px 40px !important;
  align-items: end !important;
}

/* Spotlight no longer lives inside the hero, so the old wide-screen minimum
   must not reserve an empty card-height band there. */
body.tr-home-v3 .tr-hero,
body.tr-home-v3 .tr-hero-in {
  min-height: clamp(360px, 44vh, 480px) !important;
}

/* Do not let scroll-linked paint effects clip a large content block when a
   browser restores the page deep in the document. */
body.tr-home-v3 .tr-spec-img,
body.tr-home-v3 .tr-spec-img img {
  animation: none !important;
  clip-path: none !important;
}
body.tr-home-v3 .tr-spec-img img { height: 100% !important; }

/* Catalogue Spotlight: three stable cards, complete images, no 3D flip and
   no accordion that crushes the two non-hovered products. */
body.tr-home-v3 #specimen .tr-spec-intro .tr-picks {
  display: block !important;
  width: 100% !important;
}
body.tr-home-v3 #specimen .tr-spec-intro .tr-picks-lab {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px !important;
}
body.tr-home-v3 #specimen .tr-spec-intro .tr-picks-lab::after {
  height: 1px;
  flex: 1;
  background: var(--rule);
  content: "";
}
body.tr-home-v3 #specimen .tr-spec-intro .tr-picks-row {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
  height: auto !important;
}
body.tr-home-v3 #specimen .tr-spec-intro .tr-pick,
body.tr-home-v3 #specimen .tr-spec-intro .tr-pick:hover,
body.tr-home-v3 #specimen .tr-spec-intro .tr-pick:focus-within,
body.tr-home-v3 #specimen .tr-spec-intro .tr-picks-row:has(.tr-pick:hover,.tr-pick:focus-within) .tr-pick,
body.tr-home-v3 #specimen .tr-spec-intro .tr-picks-row:has(.tr-pick:hover,.tr-pick:focus-within) .tr-pick:is(:hover,:focus-within) {
  width: auto !important;
  min-width: 0;
  height: auto !important;
  flex: none !important;
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
}
body.tr-home-v3 .tr-pick {
  position: relative;
  perspective: 1200px !important;
  background: transparent !important;
  border: none !important;
  transition: transform .25s ease !important;
}
body.tr-home-v3 .tr-pick:hover,
body.tr-home-v3 .tr-pick:focus-within,
body.tr-home-v3 .tr-pick.is-active {
  transform: translateY(-4px) !important;
}
body.tr-home-v3 #specimen .tr-spec-intro .tr-pick:hover,
body.tr-home-v3 #specimen .tr-spec-intro .tr-pick:focus-within,
body.tr-home-v3 #specimen .tr-spec-intro .tr-pick.is-active {
  transform: translateY(-4px) !important;
}
body.tr-home-v3 .tr-pick-in {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d !important;
  transition: transform .65s cubic-bezier(.2, .85, .2, 1) !important;
}
body.tr-home-v3 .tr-pick.is-flipped .tr-pick-in {
  transform: rotateY(180deg) !important;
}
body.tr-home-v3 .tr-pick-face,
body.tr-home-v3 .tr-pick-back {
  border-radius: 20px !important;
  backface-visibility: hidden !important;
  -webkit-backface-visibility: hidden !important;
}
body.tr-home-v3 .tr-pick-face {
  position: relative !important;
  display: grid !important;
  grid-template-rows: auto auto;
  height: 100%;
  opacity: 1 !important;
  transform: rotateY(0deg) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  background: rgba(14, 16, 22, 0.85) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  box-shadow: 0 16px 36px rgba(0, 0, 0, .5) !important;
  overflow: hidden !important;
  transition: border-color .22s ease, box-shadow .22s ease;
}
body.tr-home-v3 .tr-pick:hover .tr-pick-face,
body.tr-home-v3 .tr-pick:focus-within .tr-pick-face,
body.tr-home-v3 .tr-pick.is-active .tr-pick-face {
  border-color: rgba(239, 140, 175, .6) !important;
  box-shadow: 0 20px 44px rgba(0, 0, 0, .6), 0 0 24px rgba(223, 126, 158, .25) !important;
}
body.tr-home-v3 .tr-pick-back {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  position: absolute !important;
  inset: 0 !important;
  box-sizing: border-box !important;
  padding: 18px 16px !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 20px !important;
  background: radial-gradient(circle at 85% 15%, rgba(223, 126, 158, 0.14), transparent 60%), rgba(15, 12, 20, 0.78) !important;
  backdrop-filter: blur(28px) saturate(1.8) !important;
  -webkit-backdrop-filter: blur(28px) saturate(1.8) !important;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.75), inset 0 1px 1px rgba(255, 255, 255, 0.25) !important;
  color: var(--tr-ink, #f2efea) !important;
  z-index: 2 !important;
  overflow-y: auto !important;
  transform: rotateY(180deg) !important;
  opacity: 1 !important;
  gap: 10px;
}
body.tr-home-v3 .tr-pick-back-head {
  display: flex;
  flex-direction: column;
  gap: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding-bottom: 8px;
}
body.tr-home-v3 .tr-pick-back .hd {
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  margin: 0;
  letter-spacing: -0.01em;
}
body.tr-home-v3 .tr-pick-back-producer {
  font-family: var(--ui);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(223, 126, 158, 0.9);
}
body.tr-home-v3 .tr-pick-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}
body.tr-home-v3 .tr-badge-gen {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 8px;
  border-radius: 999px;
  font-family: var(--ui);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
body.tr-home-v3 .tr-badge-gen.is-indica {
  background: rgba(168, 85, 247, 0.18);
  border: 1px solid rgba(168, 85, 247, 0.45);
  color: #e9d5ff;
}
body.tr-home-v3 .tr-badge-gen.is-sativa {
  background: rgba(16, 185, 129, 0.18);
  border: 1px solid rgba(16, 185, 129, 0.45);
  color: #a7f3d0;
}
body.tr-home-v3 .tr-badge-gen.is-hybrid {
  background: rgba(245, 158, 11, 0.18);
  border: 1px solid rgba(245, 158, 11, 0.45);
  color: #fde68a;
}
body.tr-home-v3 .tr-badge-potency {
  display: inline-flex;
  align-items: center;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-family: var(--ui);
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}
body.tr-home-v3 .tr-pick-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
body.tr-home-v3 .tr-pick-group-label {
  font-family: var(--ui);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(239, 231, 220, 0.65);
}
body.tr-home-v3 .tr-pick-chips-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
body.tr-home-v3 .tr-chip-terpene {
  display: inline-flex;
  align-items: center;
  padding: 3px 7px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-family: var(--ui);
  font-size: 12px;
  font-weight: 550;
  color: #efe7dc;
}
body.tr-home-v3 .tr-chip-aroma {
  display: inline-flex;
  align-items: center;
  padding: 2px 7px;
  border-radius: 6px;
  background: rgba(223, 126, 158, 0.08);
  border: 1px solid rgba(239, 140, 175, 0.2);
  font-family: var(--ui);
  font-size: 12px;
  color: #f7e1ea;
}
body.tr-home-v3 .tr-pick-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
body.tr-home-v3 .tr-pick-detail-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(223, 126, 158, 0.32), rgba(223, 126, 158, 0.14));
  border: 1px solid rgba(239, 140, 175, 0.45);
  font-family: var(--ui);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
  text-decoration: none;
  transition: all 0.15s ease;
}
body.tr-home-v3 .tr-pick-detail-link:hover {
  background: linear-gradient(135deg, rgba(223, 126, 158, 0.5), rgba(223, 126, 158, 0.25));
  border-color: rgba(239, 140, 175, 0.7);
  transform: translateY(-1px);
}
body.tr-home-v3 .tr-pick-flip-hint {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
}
body.tr-home-v3 .tr-pick-back .tr-pick-dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 6px 10px;
  font-family: var(--ui);
  font-size: 12.5px;
  margin: 0;
  line-height: 1.4;
}
body.tr-home-v3 .tr-pick-back .tr-pick-dl dt {
  color: rgba(241, 233, 223, 0.65);
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 12px;
}
body.tr-home-v3 .tr-pick-back .tr-pick-dl dd {
  margin: 0;
  color: #fff;
  font-weight: 550;
}
body.tr-home-v3 .tr-pick-trigger {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  text-align: left;
  cursor: pointer;
}
body.tr-home-v3 .tr-pick-trigger:focus-visible {
  outline: 2px solid var(--pink);
  outline-offset: -2px;
}
body.tr-home-v3 .tr-pick-img {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 0;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  contain: layout paint;
  background:
    radial-gradient(circle at 50% 42%, rgba(223, 126, 158, .08), transparent 54%),
    #080a0e;
}
body.tr-home-v3 .tr-pick-img img {
  position: absolute !important;
  inset: 0 !important;
  display: block;
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: 100% !important;
  max-height: 100% !important;
  box-sizing: border-box;
  padding: clamp(5px, .55vw, 9px);
  object-fit: contain !important;
  object-position: center !important;
  filter: saturate(1.08) brightness(1.02) contrast(1.03) !important;
  -webkit-mask-image: radial-gradient(ellipse 88% 88% at 50% 50%, #000 52%, rgba(0,0,0,.85) 68%, rgba(0,0,0,.35) 85%, transparent 100%);
  mask-image: radial-gradient(ellipse 88% 88% at 50% 50%, #000 52%, rgba(0,0,0,.85) 68%, rgba(0,0,0,.35) 85%, transparent 100%);
  transform: none !important;
}
body.tr-home-v3 .tr-pick-img img[src*="black-jelly-bud.png"] {
  -webkit-mask-image: none !important;
  mask-image: none !important;
}
body.tr-home-v3 .tr-pick-bar {
  min-height: 58px !important;
  padding: 10px 11px !important;
  border-top: 1px solid var(--rule);
}
body.tr-home-v3 .tr-pick-bar .nm {
  display: block;
  width: 100%;
  font-size: 13.5px !important;
  white-space: normal !important;
  overflow: visible !important;
}
body.tr-home-v3 .tr-pick-bar .nm em {
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
}
body.tr-home-v3 .tr-pick-profile[hidden] { display: none !important; }
body.tr-home-v3 .tr-pick-profile {
  display: grid;
  grid-template-columns: minmax(150px, .42fr) minmax(0, 1.58fr);
  gap: clamp(16px, 2vw, 28px);
  align-items: start;
  margin-top: 10px;
  padding: clamp(15px, 1.55vw, 22px);
  border: 1px solid rgba(239, 140, 175, .46);
  border-left: 3px solid var(--pink);
  background: linear-gradient(110deg, rgba(223, 126, 158, .10), rgba(255, 255, 255, .015) 46%, transparent);
}
body.tr-home-v3 .tr-pick-profile .hd {
  font-family: var(--serif);
  font-size: clamp(22px, 1.8vw, 30px);
  line-height: 1.08;
  color: var(--ink);
}
body.tr-home-v3 #specimen .tr-spec-intro .tr-pick-profile .tr-pick-dl {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 7px 14px;
}
body.tr-home-v3 #specimen .tr-spec-intro .tr-pick-profile .tr-pick-dl dt {
  grid-row: 1;
  white-space: normal;
}
body.tr-home-v3 #specimen .tr-spec-intro .tr-pick-profile .tr-pick-dl dd {
  grid-row: 2;
  font-size: 12.5px;
}
body.tr-home-v3 #specimen .tr-spec-intro .tr-picks .tr-note {
  margin-top: 9px;
  font-size: 13px;
  line-height: 1.48;
}

/* Concise fruit and botanical terpene cues. */
body.tr-home-v3 .tr-terpene-mount {
  display: block !important;
  width: 100%;
  max-width: none !important;
}
body.tr-home-v3 .tr-terpene-cues {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}
body.tr-home-v3 .tr-terpene-cue {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  padding: 6px 9px;
  border: 1px solid var(--rule);
  border-radius: 999px;
  background: rgba(255, 255, 255, .018);
  color: var(--ink);
  cursor: help;
}
body.tr-home-v3 .tr-terpene-cue:is(:hover, :focus) { z-index: 20; }
body.tr-home-v3 .tr-terpene-cue:focus-visible {
  outline: 2px solid var(--pink);
  outline-offset: 3px;
}
body.tr-home-v3 .tr-terpene-cue-icon {
  font-size: 15px;
  line-height: 1;
}
body.tr-home-v3 .tr-terpene-cue b {
  font: 700 13px/1.2 var(--sans);
  overflow-wrap: anywhere;
}
body.tr-home-v3 .tr-terpene-tooltip {
  position: absolute;
  z-index: 30;
  bottom: calc(100% + 8px);
  left: 0;
  display: block;
  width: min(260px, calc(100vw - 40px));
  box-sizing: border-box;
  border: 1px solid rgba(239, 140, 175, .52);
  border-radius: 10px;
  padding: 9px 10px 10px;
  color: var(--muted);
  background: rgba(12, 12, 16, .98);
  box-shadow: 0 14px 32px rgba(0, 0, 0, .48);
  font: 600 13px/1.42 var(--sans);
  letter-spacing: normal;
  text-align: left;
  text-transform: none;
  white-space: normal;
}
body.tr-home-v3 .tr-terpene-tooltip[hidden] { display: none !important; }
body.tr-home-v3 .tr-terpene-tooltip-name {
  display: block;
  margin-bottom: 3px;
  color: var(--pink);
  font: 800 13px/1.3 var(--sans);
  letter-spacing: .035em;
}
body.tr-home-v3 .tr-terpene-tooltip-body { display: block; }
body.tr-home-v3 .tr-terpene-cue:nth-last-child(-n + 3) > .tr-terpene-tooltip {
  right: 0;
  left: auto;
}

@media (max-width: 1180px) {
  body.tr-home-v3 #specimen .tr-spec-intro { grid-template-columns: 1fr; }
  body.tr-home-v3 #specimen .tr-spec-intro-copy .tr-h2 { max-width: none; }
}
@media (max-width: 760px) {
  body.tr-home-v3 main .wrap,
  body.tr-home-v3 footer .wrap {
    width: min(calc(100% - 32px), 1320px) !important;
  }
  body.tr-home-v3 .tr-hero,
  body.tr-home-v3 .tr-hero-in {
    min-height: 0 !important;
  }
  body.tr-home-v3 .tr-sec,
  body.tr-home-v3 .tr-sec:is(#specimen, #path, #changed, #journal) {
    padding-block: 28px !important;
  }
  body.tr-home-v3 #specimen .tr-spec-intro .tr-picks-row {
    display: grid !important;
    grid-template-columns: none !important;
    grid-auto-flow: column;
    grid-auto-columns: min(76vw, 280px);
    gap: 9px !important;
    padding-bottom: 7px;
    overflow-x: auto;
    scroll-snap-type: inline mandatory;
  }
  body.tr-home-v3 #specimen .tr-spec-intro .tr-pick { scroll-snap-align: start; }
  body.tr-home-v3 .tr-pick-profile { grid-template-columns: 1fr; }
  body.tr-home-v3 #specimen .tr-spec-intro .tr-pick-profile .tr-pick-dl {
    grid-template-columns: 92px minmax(0, 1fr);
  }
  body.tr-home-v3 #specimen .tr-spec-intro .tr-pick-profile .tr-pick-dl dt,
  body.tr-home-v3 #specimen .tr-spec-intro .tr-pick-profile .tr-pick-dl dd { grid-row: auto; }
  body.tr-home-v3 .foot-bottom {
    grid-template-columns: 1fr !important;
    align-items: start !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.tr-home-v3 .tr-pick { transition: none !important; }
  body.tr-home-v3 .tr-pick:hover,
  body.tr-home-v3 .tr-pick:focus-within,
  body.tr-home-v3 .tr-pick.is-active { transform: none !important; }
}

/* Restrained footer disclaimer and legal typography across all locales */
body.tr-home-v3 .foot-disc {
  padding: 14px 16px;
  border-radius: 10px;
  border-color: rgba(239, 231, 220, .12);
  background: rgba(255, 255, 255, .015);
}
body.tr-home-v3 .foot-disc .top {
  margin-bottom: 8px;
  gap: 8px;
}
body.tr-home-v3 .foot-disc h3 {
  font-size: 12px !important;
  font-weight: 600;
  letter-spacing: .14em;
  color: var(--muted);
}
body.tr-home-v3 .foot-disc p {
  font-size: 12px !important;
  line-height: 1.5 !important;
  color: var(--faint) !important;
  margin: 0;
}
body.tr-home-v3 .foot-bottom .legal {
  font-size: 12px !important;
  line-height: 1.55 !important;
  color: var(--faint) !important;
}
body.tr-home-v3 .foot-bottom .copy {
  font-size: 12px !important;
}
body.tr-home-v3 .foot-col h3 {
  font-size: 12px !important;
  letter-spacing: .18em;
}
body.tr-home-v3 .foot-col a,
body.tr-home-v3 .foot-col span {
  font-size: 12.5px !important;
  margin-bottom: 9px;
}

