/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 28 2026 | 04:17:41 */
/* ================================================================
   TRUCREATIVES REFLECTION COLLECTION PAGE  (.tru-reflection)
   ----------------------------------------------------------------
   Append at the END of the master CSS, after existing page blocks.
   ================================================================ */

/* ---- Wrapper, theme tokens, section bands ---- */
.tru-reflection {
  --tru-electric:      oklch(0.78 0.2 262);
  --tru-current:       oklch(0.82 0.14 225);
  --tru-electric-deep: oklch(0.42 0.12 265);
  --tru-neon:          oklch(0.9 0.22 145);
  --tru-bg:            oklch(0.1 0.025 265);
  --tru-fg:            oklch(0.97 0.01 260);
  --tru-card:          oklch(0.15 0.03 265);
  --tru-muted:         oklch(0.22 0.03 265);
  --tru-muted-fg:      oklch(0.65 0.03 260);
  --tru-border:        oklch(1 0 0 / 10%);
  --tru-primary:       oklch(0.72 0.19 262);
  --tru-primary-fg:    oklch(0.1 0.02 265);
  background-color: oklch(0.1 0.025 265) !important;
  color: oklch(0.97 0.01 260);
}
.tru-reflection .section-band,
.tru-reflection .section-band::before,
.tru-reflection .section-band::after {
  background-color: transparent !important;
  background-image: none !important;
}
.tru-reflection .section-band--soft     { background-color: oklch(0.12 0.028 265) !important; }
.tru-reflection .section-band--contrast { background-color: oklch(0.14 0.032 265) !important; }
.tru-reflection .section-band--deep     { background-color: oklch(0.09 0.022 265) !important; }

/* ---- Shared utilities ---- */
.tru-reflection .tb-btn-row { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; margin-top: 0.5rem; }
.tru-reflection .tb-btn-row--center { justify-content: center; }

/* ================================================================
   HERO
   ================================================================ */
.tru-reflection .tr-hero {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 4.5rem;
  align-items: center;
  padding-block: 6rem;
}
.tru-reflection .tr-hero h1 {
  font-family: var(--tru-font-heading);
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0.75rem 0 1rem;
}
.tru-reflection .tr-hero__tagline {
  font-family: var(--tru-font-heading);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 700;
  color: var(--tru-current);
  letter-spacing: 0.02em;
  margin-bottom: 1.25rem;
}
.tru-reflection .tr-hero__body {
  font-size: clamp(1rem, 1.4vw, 1.08rem);
  line-height: 1.7;
  color: var(--tru-muted-fg);
  max-width: 520px;
  margin-bottom: 1.75rem;
}
.tru-reflection .tr-trust {
  margin-top: 1.25rem !important;
  font-size: 0.82rem;
  color: var(--tru-muted-fg);
  font-style: italic;
}
.tru-reflection .tr-hero__image {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: 1.5rem;
  overflow: hidden;
  border: 1px solid var(--tru-border);
  box-shadow: 0 0 80px oklch(0.72 0.16 228 / 0.18), 0 24px 64px rgba(0,0,0,0.4);
}
.tru-reflection .tr-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* ================================================================
   SHOP BY MESSAGE  (Depicter shortcode wrapper)
   ================================================================ */
.tru-reflection .tr-products {
  margin-top: 4rem;
}
/* Light-touch tweaks to integrate Depicter cards into the dark theme.
   Depicter renders its own markup; we just give it some breathing room
   and try to soften any default light backgrounds it injects. */
.tru-reflection .tr-products .dpcd-item-content,
.tru-reflection .tr-products .dpcd-category-item {
  background: transparent !important;
}
.tru-reflection .tr-products img { border-radius: 1rem; }

/* ================================================================
   MESSAGES IN MOTION  (Modula gallery wrapper)
   ================================================================ */
.tru-reflection .tr-gallery {
  margin-top: 3.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.85rem;
}
.tru-reflection .tr-gallery-item {
  aspect-ratio: 1 / 1;
  border-radius: 0.85rem;
  overflow: hidden;
  border: 1px solid var(--tru-border);
}
.tru-reflection .tr-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.45s ease;
}
.tru-reflection .tr-gallery-item:hover img { transform: scale(1.06); }

/* ================================================================
   THE MEANING BEHIND EACH PIECE (6 lesson cards)
   ================================================================ */
.tru-reflection .tr-lessons-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 4rem;
}
.tru-reflection .tr-lesson-card {
  display: flex;
  flex-direction: column;
  background: var(--tru-card);
  border: 1px solid var(--tru-border);
  border-radius: 1.25rem;
  overflow: hidden;
  transition: border-color 0.3s, transform 0.28s, box-shadow 0.3s;
}
.tru-reflection .tr-lesson-card:hover {
  border-color: var(--tru-current);
  transform: translateY(-5px);
  box-shadow: 0 18px 48px oklch(0.5 0.16 262 / 0.18);
}
.tru-reflection .tr-lesson-video {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #000;
  overflow: hidden;
}
.tru-reflection .tr-lesson-video video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.tru-reflection .tr-lesson-body {
  padding: 1.5rem 1.5rem 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.tru-reflection .tr-lesson-word {
  font-family: var(--tru-font-heading);
  font-size: 1.65rem;
  font-weight: 800;
  line-height: 1.1;
  margin: 0;
  color: var(--tru-fg) !important;
}
.tru-reflection .tr-lesson-sub {
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--tru-muted-fg) !important;
  margin-bottom: 0.85rem;
}
.tru-reflection .tr-lesson-sub::before {
  content: "...";
  margin-right: 0.15em;
  color: var(--tru-current);
}
.tru-reflection .tr-lesson-link {
  align-self: flex-start;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--tru-current);
  text-decoration: none;
  transition: color 0.2s;
}
.tru-reflection .tr-lesson-link:hover { color: var(--tru-electric); }

/* ================================================================
   THE JOURNEY OF THIS DROP (4 cards)
   ================================================================ */
.tru-reflection .tr-journey-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 4rem;
}
.tru-reflection .tr-journey-card {
  display: flex;
  flex-direction: column;
  background: var(--tru-card);
  border: 1px solid var(--tru-border);
  border-radius: 1.25rem;
  overflow: hidden;
  transition: border-color 0.3s, transform 0.28s, box-shadow 0.3s;
}
.tru-reflection .tr-journey-card:hover {
  border-color: var(--tru-current);
  transform: translateY(-5px);
  box-shadow: 0 18px 48px oklch(0.5 0.16 262 / 0.18);
}
.tru-reflection .tr-journey-video {
  width: 100%;
  aspect-ratio: 9 / 16;
  background: #000;
  overflow: hidden;
}
.tru-reflection .tr-journey-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.tru-reflection .tr-journey-card h3 {
  font-family: var(--tru-font-heading);
  font-size: 1.15rem;
  font-weight: 700;
  margin: 1.25rem 1.35rem 0.35rem;
  color: var(--tru-fg);
}
.tru-reflection .tr-journey-link {
  margin: 0 1.35rem 1.5rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--tru-current);
  text-decoration: none;
  transition: color 0.2s;
  align-self: flex-start;
}
.tru-reflection .tr-journey-link:hover { color: var(--tru-electric); }

/* ================================================================
   GIVING BACK
   ================================================================ */
.tru-reflection .tr-giving {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 4.5rem;
  align-items: center;
  padding-block: 2rem;
}
.tru-reflection .tr-giving__image {
  border-radius: 1.5rem;
  overflow: hidden;
  border: 1px solid var(--tru-border);
  box-shadow: 0 0 60px oklch(0.5 0.16 262 / 0.15), 0 20px 50px rgba(0,0,0,0.4);
}
.tru-reflection .tr-giving__image img {
  width: 100%;
  height: auto;
  display: block;
}
.tru-reflection .tr-giving__text h2 {
  margin: 0.5rem 0 1.5rem;
}
.tru-reflection .tr-giving__text p {
  font-size: 0.98rem;
  line-height: 1.75;
  color: var(--tru-muted-fg);
  margin-bottom: 1rem;
}
.tru-reflection .tr-giving__lead {
  font-size: 1.05rem !important;
  color: var(--tru-fg) !important;
  font-weight: 500;
}
.tru-reflection .tr-giving__close {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--tru-border);
  font-family: var(--tru-font-heading);
  font-size: 1.05rem !important;
  font-style: italic;
  color: var(--tru-current) !important;
}

/* ================================================================
   FINAL CTA
   ================================================================ */
.tru-reflection .tr-final {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  padding-block: 3rem;
}
.tru-reflection .tr-final h2 {
  font-family: var(--tru-font-heading);
  font-size: clamp(2rem, 4vw, 2.75rem);
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin: 0.75rem 0 1.25rem;
}
.tru-reflection .tr-final p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--tru-muted-fg);
  margin-bottom: 2.25rem;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 1100px) {
  .tru-reflection .tr-hero { grid-template-columns: 1fr; gap: 3rem; padding-block: 4.5rem; }
  .tru-reflection .tr-hero__body { max-width: none; }
  .tru-reflection .tr-lessons-grid { grid-template-columns: repeat(2, 1fr); }
  .tru-reflection .tr-journey-grid { grid-template-columns: repeat(2, 1fr); }
  .tru-reflection .tr-giving { grid-template-columns: 1fr; gap: 3rem; }
  .tru-reflection .tr-giving__image { max-width: 560px; margin: 0 auto; width: 100%; }
  .tru-reflection .tr-gallery { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 768px) {
  .tru-reflection .tr-hero { text-align: center; }
  .tru-reflection .tr-hero__body { margin-inline: auto; }
  .tru-reflection .tb-btn-row { justify-content: center; }
  .tru-reflection .tr-lessons-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .tru-reflection .tr-journey-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .tru-reflection .tr-gallery { grid-template-columns: repeat(3, 1fr); }
  /* Keep journey clips from getting too tall on phones */
  .tru-reflection .tr-journey-video { aspect-ratio: 3 / 4; max-height: 70vh; }
}
@media (max-width: 480px) {
  .tru-reflection .tb-btn-row .tru-btn { width: 100%; justify-content: center; text-align: center; }
  .tru-reflection .tr-gallery { grid-template-columns: repeat(2, 1fr); }
}

/* ================================================================
   REFLECTION PAGE PATCH -- Depicter product name visibility
   Append at the END of the master CSS, after the reflection block.
   ================================================================ */

/* Depicter renders each product as a link to its /product-category/ page.
   The link text inherits a dark color and disappears on the dark theme.
   Target those links by href pattern so we never touch nav or other links. */
.tru-reflection .tr-products a[href*="/product-category/"] {
  color: var(--tru-fg) !important;
  font-family: var(--tru-font-heading);
  font-weight: 700;
  font-size: 1.05rem;
  text-decoration: none;
  display: inline-block;
  margin-top: 0.65rem;
  transition: color 0.2s;
}
.tru-reflection .tr-products a[href*="/product-category/"]:hover {
  color: var(--tru-current) !important;
}

/* Catch-all: any other text Depicter outputs inside the product area
   that is rendering too dark. Scoped tightly to the product wrapper. */
.tru-reflection .tr-products,
.tru-reflection .tr-products p,
.tru-reflection .tr-products span,
.tru-reflection .tr-products h2,
.tru-reflection .tr-products h3,
.tru-reflection .tr-products h4 {
  color: var(--tru-fg);
}