/* ============================================
   AURALEN SPARK — Home Page
   Light, Bright, Spark Glow Design
   ============================================ */

/* Global section overrides for light theme */
.section {
  background: #FFFFFF !important;
  color: var(--color-text-primary);
}

.section:nth-child(even) {
  background: var(--color-mist-white) !important;
}

/* ════════════════════════════════
   HERO
════════════════════════════════ */

.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background: var(--gradient-spark-hero);
  padding-top: var(--nav-height);
}

.hero-bg-glow-teal {
  position: absolute;
  width: 700px;
  height: 700px;
  top: -180px;
  right: -180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(61,224,212,0.12) 0%, transparent 65%);
  filter: blur(80px);
  pointer-events: none;
  animation: float 12s ease-in-out infinite;
}

.hero-bg-glow-purple {
  position: absolute;
  width: 600px;
  height: 600px;
  bottom: -150px;
  left: -150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(148,112,232,0.10) 0%, transparent 65%);
  filter: blur(80px);
  pointer-events: none;
  animation: float 14s ease-in-out infinite reverse;
}

.hero-layout {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: var(--space-12);
  align-items: center;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: var(--space-20) var(--space-8) var(--space-20);
  position: relative;
  z-index: 1;
  width: 100%;
}

/* Copy side */
.hero-copy {
  display: flex;
  flex-direction: column;
}

.hero-eyebrow {
  margin-bottom: var(--space-6);
}

.badge-dot {
  width: 7px;
  height: 7px;
  background: var(--color-teal-400);
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 8px rgba(31,186,178,0.9);
  animation: pulse-glow 2.5s ease-in-out infinite;
}

.hero-headline {
  font-family: var(--font-display);
  font-size: clamp(3rem, 6.5vw, 6rem);
  font-weight: var(--weight-bold);
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: var(--color-text-on-gradient);
  margin-bottom: var(--space-6);
}

.hero-headline-em {
  font-style: italic;
  display: block;
  background: var(--gradient-teal-purple);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-subheadline {
  font-family: var(--font-body);
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  font-weight: 300;
  line-height: 1.75;
  color: var(--color-text-on-gradient-muted);
  max-width: 440px;
  margin-bottom: var(--space-10);
  letter-spacing: 0.01em;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: var(--space-6);
  flex-wrap: wrap;
  margin-bottom: var(--space-10);
}

.hero-link-learn {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--text-sm);
  font-weight: var(--weight-medium);
  color: var(--color-text-on-gradient-muted);
  text-decoration: none;
  transition: color var(--transition-fast);
  letter-spacing: 0.01em;
}

.hero-link-learn:hover {
  color: var(--color-text-on-gradient);
}

.hero-social-proof {
  display: flex;
  align-items: center;
  gap: var(--space-3);
}

.hero-avatars {
  display: flex;
}

.hero-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: var(--weight-semibold);
  color: white;
  margin-left: -8px;
  font-family: var(--font-ui);
}

.hero-avatars .hero-avatar:first-child { margin-left: 0; }

.hero-social-text {
  font-size: var(--text-sm);
  color: var(--color-text-on-gradient-muted);
  font-weight: var(--weight-regular);
}

/* Visual side */
.hero-visual {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* ════════════════════════════════
   EDITORIAL COLLAGE — Human Hero
════════════════════════════════ */

.hero-editorial-collage {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  width: 100%;
  max-width: 600px;
}

/* Primary editorial panel */
.hec-primary {
  position: relative;
  border-radius: var(--radius-2xl);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.30);
  background: linear-gradient(145deg, rgba(255,255,255,0.30), rgba(255,255,255,0.20));
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.hec-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 65% 35%, rgba(61,224,212,0.15) 0%, transparent 55%),
    radial-gradient(ellipse at 25% 75%, rgba(160,87,232,0.12) 0%, transparent 50%),
    radial-gradient(ellipse at 50% 85%, rgba(61,224,212,0.10) 0%, transparent 40%);
  pointer-events: none;
}

.hec-human-scene {
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Large photo styling for hero */
.hec-photo-scene {
  height: 500px;
}

.hec-hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.hec-photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, 
    rgba(61,224,212,0.08) 0%, 
    rgba(160,87,232,0.12) 100%);
  z-index: 1;
  pointer-events: none;
}

.hec-athlete-svg {
  width: 100%;
  max-width: 300px;
  height: auto;
  filter: drop-shadow(0 12px 40px rgba(31,186,178,0.18));
  animation: float 9s ease-in-out infinite;
  position: relative;
  z-index: 2;
}

/* Floating label chips on hero panels */
.hec-label {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  border-radius: var(--radius-full);
  font-size: var(--text-xs);
  font-weight: var(--weight-semibold);
  letter-spacing: 0.05em;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  z-index: 3;
}

.hec-label-performance {
  bottom: var(--space-5);
  left: var(--space-5);
  background: rgba(255,255,255,0.85);
  border: 1px solid rgba(61,224,212,0.4);
  color: var(--color-deep-aqua);
}

.hec-label-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex-shrink: 0;
}

.hec-label-dot.teal {
  background: var(--color-teal-400);
  box-shadow: 0 0 8px rgba(31,186,178,0.8);
  animation: pulse-glow 2.5s ease-in-out infinite;
}

.hec-label-dot.purple {
  background: var(--color-purple-400);
  box-shadow: 0 0 8px rgba(148,112,232,0.8);
  animation: pulse-glow 2.5s ease-in-out infinite;
}

/* Bottom row: two small panels */
.hec-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-4);
}

.hec-small {
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.30);
  display: flex;
  flex-direction: column;
  position: relative;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  min-height: 200px;
}

.hec-small-photo-wrap {
  position: relative;
  height: 160px;
  overflow: hidden;
  flex: 1;
}

.hec-small-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hec-small-photo-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.hec-small-photo-overlay.teal-overlay {
  background: linear-gradient(to bottom, 
    transparent 0%, 
    rgba(61,224,212,0.25) 100%);
}

.hec-small-photo-overlay.purple-overlay {
  background: linear-gradient(to bottom, 
    transparent 0%, 
    rgba(160,87,232,0.25) 100%);
}

.hec-small-caption {
  position: absolute;
  bottom: var(--space-3);
  left: var(--space-3);
  z-index: 2;
  font-size: var(--text-xs);
  font-weight: var(--weight-semibold);
  color: white;
  text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.hec-small-badge {
  padding: var(--space-2) var(--space-3);
  font-size: var(--text-xs);
  font-weight: var(--weight-semibold);
  text-align: center;
}

.hec-small-mind {
  background: linear-gradient(145deg, rgba(255,255,255,0.30), rgba(61,224,212,0.15));
}

.hec-small-identity {
  background: linear-gradient(145deg, rgba(255,255,255,0.30), rgba(160,87,232,0.15));
}

.hec-small-inner {
  padding: var(--space-5) var(--space-4) var(--space-3);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-3);
  min-height: 120px;
  justify-content: center;
}

.hec-journal-visual {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hec-journal-svg {
  width: 90px;
  height: auto;
  filter: drop-shadow(0 4px 12px rgba(31,186,178,0.15));
}

.hec-identity-visual {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hec-identity-svg {
  width: 80px;
  height: auto;
  animation: float 8s ease-in-out infinite;
  filter: drop-shadow(0 4px 16px rgba(148,112,232,0.2));
}

.hec-small-caption {
  font-size: var(--text-xs);
  color: var(--color-text-on-gradient);
  font-family: var(--font-body);
  text-align: center;
  letter-spacing: 0.02em;
  font-weight: var(--weight-medium);
}

/* Badge bottom of small panels */
.hec-small-badge {
  padding: 5px 14px;
  font-size: var(--text-xs);
  font-weight: var(--weight-semibold);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  border-top: 1px solid;
}

.teal-badge {
  background: rgba(61,224,212,0.15);
  border-color: rgba(61,224,212,0.35);
  color: var(--color-deep-aqua);
  font-weight: var(--weight-bold);
}

.purple-badge {
  background: rgba(160,87,232,0.15);
  border-color: rgba(160,87,232,0.35);
  color: var(--color-orchid);
  font-weight: var(--weight-bold);
}

/* Body pillar — extra insight note */
.psb-insight-note {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  font-size: 11px;
  color: var(--color-text-on-gradient);
  background: rgba(255,255,255,0.90);
  border: 1px solid rgba(61,224,212,0.30);
  border-radius: var(--radius-full);
  padding: 5px 12px;
  z-index: 2;
}

/* Mind pillar scene — SVG illustration */
.psm-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.psm-scene-svg {
  width: 210px;
  height: auto;
  filter: drop-shadow(0 8px 28px rgba(31,186,178,0.15));
  animation: float 10s ease-in-out infinite;
}

/* Parent illustration */
.pv-illustration {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.pv-svg {
  width: 220px;
  height: auto;
  filter: drop-shadow(0 8px 24px rgba(148,112,232,0.12));
  animation: float 11s ease-in-out infinite;
}

/* Scroll hint */
.hero-scroll-hint {
  position: absolute;
  bottom: var(--space-8);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0.3;
  animation: fadeIn 2s ease 2s both;
}

.hero-scroll-line {
  width: 1px;
  height: 50px;
  background: linear-gradient(to bottom, transparent, rgba(255,255,255,0.6), transparent);
  animation: float 2s ease-in-out infinite;
}

/* ════════════════════════════════
   TRUST BAR
════════════════════════════════ */

.trust-bar {
  background: var(--color-mist-white);
  border-top: 1px solid rgba(13,13,15,0.08);
  border-bottom: 1px solid rgba(13,13,15,0.08);
  padding: var(--space-4) 0;
}

.trust-bar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-4);
  flex-wrap: wrap;
}

.trust-bar-item {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--text-xs);
  font-weight: var(--weight-medium);
  color: var(--color-text-muted);
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.trust-bar-item svg {
  color: var(--color-teal-500);
  flex-shrink: 0;
}

.trust-bar-sep {
  color: var(--color-text-muted);
  opacity: 0.3;
}

/* ════════════════════════════════
   WHAT IS (Story intro)
════════════════════════════════ */

.what-is {
  background: #FFFFFF;
}

.what-is-layout {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: var(--space-20);
  align-items: center;
}

.what-is-copy .what-is-lead {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.1rem, 1.8vw, 1.3rem);
  line-height: 1.65;
  color: var(--color-text-secondary);
  margin: 1.5rem 0 1rem;
}

.what-is-pillars {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.wis-pillar {
  display: flex;
  align-items: flex-start;
  gap: var(--space-4);
  padding: var(--space-5) var(--space-6);
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255,255,255,0.06);
  background: rgba(255,255,255,0.02);
  transition: border-color var(--transition-base), background var(--transition-base);
  cursor: default;
}

.wis-pillar:hover {
  border-color: rgba(31,186,178,0.2);
  background: rgba(31,186,178,0.03);
}

.wis-pillar-number {
  font-family: var(--font-ui);
  font-size: var(--text-xs);
  font-weight: var(--weight-bold);
  letter-spacing: 0.1em;
  color: var(--color-text-muted);
  opacity: 0.5;
  flex-shrink: 0;
  margin-top: 2px;
}

.wis-pillar-icon {
  width: 40px;
  height: 40px;
  border-radius: var(--radius-md);
  background: rgba(31,186,178,0.1);
  border: 1px solid rgba(31,186,178,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.wis-icon-purple {
  background: rgba(148,112,232,0.1);
  border-color: rgba(148,112,232,0.2);
}

.wis-icon-mixed {
  background: linear-gradient(135deg, rgba(31,186,178,0.08), rgba(148,112,232,0.08));
  border-color: rgba(148,112,232,0.2);
}

.wis-pillar-title {
  font-size: var(--text-base);
  font-weight: var(--weight-semibold);
  margin-bottom: 3px;
}

.wis-pillar-desc {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  line-height: 1.6;
}

/* ════════════════════════════════
   PILLAR FEATURE ROWS (Deep Dive)
════════════════════════════════ */

.pillars-deep {
  background: var(--color-mist-white);
}

.pillars-deep .section-header {
  margin-bottom: var(--space-20);
}

.pillar-feature-row {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: var(--space-16);
  align-items: center;
  margin-bottom: var(--space-24);
}

.pillar-feature-row:last-child {
  margin-bottom: 0;
}

.pfr-reverse {
  grid-template-columns: 1.15fr 1fr;
}

.pfr-reverse .pfr-visual {
  order: 2;
}

.pfr-reverse .pfr-copy {
  order: 1;
}

/* Photo frame */
.pfr-photo-frame {
  position: relative;
  border-radius: var(--radius-2xl);
  overflow: hidden;
  border: 1px solid rgba(13,13,15,0.10);
  box-shadow: var(--shadow-sm);
}

.pfr-photo {
  height: 520px;
  position: relative;
  overflow: hidden;
}

/* Large photo wrapper for pillar sections */
.pfr-photo-img-wrap {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.pfr-real-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pfr-photo-img-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.pfr-photo-img-overlay.teal-photo-overlay {
  background: linear-gradient(to bottom,
    rgba(61,224,212,0.10) 0%,
    rgba(61,224,212,0.25) 100%);
}

.pfr-photo-img-overlay.purple-photo-overlay {
  background: linear-gradient(to bottom,
    rgba(160,87,232,0.10) 0%,
    rgba(160,87,232,0.25) 100%);
}

.pfr-frame-label {
  position: absolute;
  top: var(--space-4);
  left: var(--space-4);
}

/* Mind scene */
.pfr-photo-mind {
  background: linear-gradient(145deg, #F0FFFE 0%, #E8F9F8 100%);
}

.pfr-scene-mind {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: var(--space-6);
  padding: var(--space-8);
  position: relative;
}

.psm-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 40%, rgba(61,224,212,0.15) 0%, transparent 60%);
}

.psm-notebook {
  width: 180px;
  background: rgba(255,255,255,0.90);
  border: 1px solid rgba(13,13,15,0.12);
  border-radius: var(--radius-lg);
  padding: var(--space-5);
  z-index: 2;
  position: relative;
  box-shadow: var(--shadow-sm);
}

.psm-nb-cover {
  height: 4px;
  background: var(--gradient-teal);
  border-radius: 2px;
  margin-bottom: var(--space-4);
  width: 40%;
}

.psm-nb-lines {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.psm-line {
  height: 2px;
  background: rgba(13,13,15,0.15);
  border-radius: 2px;
}

.psm-line-cursor {
  background: linear-gradient(90deg, rgba(61,224,212,0.7), transparent);
  animation: shimmer 1.8s ease-in-out infinite;
}

.psm-quote {
  background: rgba(255,255,255,0.95);
  border: 1px solid rgba(61,224,212,0.30);
  border-radius: var(--radius-md);
  padding: var(--space-4) var(--space-5);
  font-family: var(--font-display);
  font-style: italic;
  font-size: var(--text-sm);
  color: var(--color-text-primary);
  max-width: 320px;
  text-align: left;
  z-index: 3;
  position: relative;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 2;
  line-height: 1.6;
  box-shadow: var(--shadow-sm);
}

/* Body / cycle scene */
.pfr-photo-body {
  background: linear-gradient(145deg, #FFF5F8 0%, #FFE8F0 100%);
}

.pfr-scene-body {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--space-5);
  padding: var(--space-8);
  position: relative;
}

.psb-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 50%, rgba(201,169,255,0.20) 0%, transparent 60%);
}

.psb-cycle-ring {
  position: relative;
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  animation: float 8s ease-in-out infinite;
}

.psb-ring-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.psb-cycle-center {
  text-align: center;
  z-index: 3;
}

.psb-phase {
  font-size: var(--text-sm);
  font-weight: var(--weight-semibold);
  color: var(--color-orchid);
}

.psb-phase-sub {
  font-size: var(--text-xs);
  color: var(--color-text-secondary);
  margin-top: 2px;
}

.psb-tags {
  display: flex;
  gap: var(--space-2);
  z-index: 2;
}

.psb-tag {
  font-size: 11px;
  font-weight: var(--weight-semibold);
  background: rgba(255,255,255,0.90);
  border: 1px solid rgba(61,224,212,0.35);
  color: var(--color-deep-aqua);
  padding: 4px 12px;
  border-radius: var(--radius-full);
  box-shadow: var(--shadow-sm);
}

.psb-tag-purple {
  background: rgba(255,255,255,0.90);
  border-color: rgba(160,87,232,0.35);
  color: var(--color-orchid);
}

/* Identity scene */
.pfr-photo-identity {
  background: linear-gradient(145deg, #F5F0FF 0%, #EDE5FF 100%);
}

.pfr-scene-identity {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.psi-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 40%, rgba(160,87,232,0.18) 0%, transparent 55%),
    radial-gradient(ellipse at 30% 80%, rgba(61,224,212,0.12) 0%, transparent 45%);
}

/* New identity scene — figurative SVG container */
.psi-visual-container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

/* Word tags overlay for identity photo */
.psi-word-tags {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  align-items: center;
  justify-content: center;
  padding: var(--space-8);
}

.psi-word-tag {
  font-size: var(--text-sm);
  font-weight: var(--weight-semibold);
  padding: var(--space-2) var(--space-4);
  border-radius: var(--radius-full);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  animation: float 8s ease-in-out infinite;
}

.psi-word-tag.teal-word {
  background: rgba(255,255,255,0.90);
  border: 1px solid rgba(61,224,212,0.40);
  color: var(--color-deep-aqua);
}

.psi-word-tag.purple-word {
  background: rgba(255,255,255,0.90);
  border: 1px solid rgba(160,87,232,0.40);
  color: var(--color-orchid);
}

.psi-word-tag:nth-child(1) { animation-delay: 0s; }
.psi-word-tag:nth-child(2) { animation-delay: -2s; }
.psi-word-tag:nth-child(3) { animation-delay: -4s; }
.psi-word-tag:nth-child(4) { animation-delay: -6s; }

.psi-scene-svg {
  width: 240px;
  max-width: 90%;
  height: auto;
  filter: drop-shadow(0 8px 32px rgba(148,112,232,0.18));
  animation: float 11s ease-in-out infinite;
}

/* Floating word tags inside the SVG animate with CSS too */
.psi-floating-words rect:nth-child(1) {
  animation: float 7s ease-in-out infinite;
}
.psi-floating-words rect:nth-child(3) {
  animation: float 9s ease-in-out infinite reverse;
}
.psi-floating-words rect:nth-child(5) {
  animation: float 6s ease-in-out infinite;
}
.psi-floating-words rect:nth-child(7) {
  animation: float 8s ease-in-out infinite reverse;
}

/* Legacy identity styles (kept for fallback) */
.psi-words {
  position: relative;
  width: 240px;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.psi-word-tag {
  position: absolute;
  font-size: var(--text-xs);
  font-weight: var(--weight-semibold);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: var(--radius-full);
  white-space: nowrap;
  backdrop-filter: blur(8px);
}

.psi-center {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(61,224,212,0.25), rgba(160,87,232,0.25));
  border: 1px solid rgba(160,87,232,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 30px rgba(160,87,232,0.3);
  z-index: 2;
}

.psi-center p {
  font-family: var(--font-display);
  font-style: italic;
  font-size: var(--text-sm);
  color: var(--color-orchid);
}

/* Copy side */
.pfr-copy {
  display: flex;
  flex-direction: column;
}

.pfr-feature-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  list-style: none;
}

.pfr-feature-list li {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  font-size: var(--text-sm);
  color: var(--color-text-secondary);
}

.pfr-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex-shrink: 0;
  opacity: 0.85;
}

.pfr-dot.teal { background: var(--color-teal-400); }
.pfr-dot.purple { background: var(--color-purple-400); }
.pfr-dot.mixed { background: linear-gradient(135deg, var(--color-teal-400), var(--color-purple-400)); }

/* ════════════════════════════════
   AUDIENCE SECTIONS (Athletes / Parents / Coaches)
════════════════════════════════ */

.audience-section {
  position: relative;
  overflow: hidden;
}

.audience-athletes {
  background: #FFFFFF;
}

.audience-parents {
  background: var(--color-mist-white);
}

.audience-coaches {
  background: #FFFFFF;
}

.audience-eyebrow-tag {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  font-family: var(--font-ui);
  font-size: var(--text-xs);
  font-weight: var(--weight-bold);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--color-deep-aqua);
  margin-bottom: var(--space-5);
  padding: 6px 14px;
  background: rgba(61,224,212,0.15);
  border: 1px solid rgba(61,224,212,0.35);
  border-radius: var(--radius-full);
}

.audience-tag-purple {
  color: var(--color-orchid);
  background: rgba(160,87,232,0.15);
  border-color: rgba(160,87,232,0.35);
}

.audience-layout {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: var(--space-16);
  align-items: center;
}

.audience-layout-reverse {
  grid-template-columns: 1fr 1.15fr;
}

.audience-layout-reverse .audience-copy {
  order: 2;
}

.audience-layout-reverse .audience-visual {
  order: 1;
}

/* Athlete proof stats */
.audience-proof-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.audience-proof-item {
  display: flex;
  align-items: flex-start;
  gap: var(--space-4);
  padding: var(--space-5);
  background: #FFFFFF;
  border: 1px solid rgba(13,13,15,0.08);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

.api-num {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: var(--weight-extrabold);
  line-height: 1;
  flex-shrink: 0;
  min-width: 70px;
  font-family: var(--font-ui);
}

.api-text {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  line-height: 1.6;
  margin-top: 4px;
}

/* Athlete card visual */
.athlete-card-visual {
  position: relative;
  border-radius: var(--radius-2xl);
  overflow: hidden;
  border: 1px solid rgba(13,13,15,0.10);
  box-shadow: var(--shadow-md);
}

.acv-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, #F0FFFE 0%, #E8F4F8 100%);
}

.acv-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 80% 20%, rgba(61,224,212,0.18) 0%, transparent 50%),
    radial-gradient(ellipse at 20% 80%, rgba(160,87,232,0.12) 0%, transparent 50%);
}

.acv-content {
  position: relative;
  z-index: 1;
  padding: var(--space-7);
  display: flex;
  flex-direction: column;
  gap: var(--space-5);
}

.acv-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.acv-label {
  font-size: var(--text-xs);
  font-weight: var(--weight-semibold);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-text-secondary);
}

.acv-score-badge {
  display: flex;
  align-items: baseline;
  gap: 3px;
}

.acv-score {
  font-size: var(--text-3xl);
  font-weight: var(--weight-extrabold);
  color: var(--color-teal-300);
  font-family: var(--font-ui);
  line-height: 1;
}

.acv-score-label {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
}

.acv-phase-row {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-3) var(--space-4);
  background: rgba(31,186,178,0.06);
  border: 1px solid rgba(31,186,178,0.15);
  border-radius: var(--radius-md);
}

.acv-phase-icon {
  flex-shrink: 0;
}

.acv-phase-text {
  font-size: var(--text-sm);
  color: var(--color-text-secondary);
}

.acv-phase-text strong {
  color: var(--color-teal-400);
  font-weight: var(--weight-semibold);
}

.acv-bars {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.acv-bar-row {
  display: flex;
  align-items: center;
  gap: var(--space-3);
}

.acv-bar-label {
  font-size: var(--text-xs);
  color: var(--color-text-muted);
  min-width: 64px;
  font-family: var(--font-ui);
}

.acv-bar-track {
  flex: 1;
  height: 5px;
  background: rgba(255,255,255,0.06);
  border-radius: var(--radius-full);
  overflow: hidden;
}

.acv-bar-fill {
  height: 100%;
  background: var(--gradient-teal);
  border-radius: var(--radius-full);
  transition: width 1s ease;
}

.acv-fill-purple {
  background: var(--gradient-purple);
}

.acv-bar-val {
  font-size: var(--text-xs);
  font-weight: var(--weight-semibold);
  color: var(--color-text-muted);
  min-width: 34px;
  text-align: right;
  font-family: var(--font-ui);
}

.acv-bar-val.teal { color: var(--color-teal-400); }

.acv-recommendation {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: var(--radius-md);
  padding: var(--space-4);
}

.acv-rec-label {
  font-size: 10px;
  font-weight: var(--weight-bold);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-teal-500);
  margin-bottom: var(--space-2);
  font-family: var(--font-ui);
}

.acv-rec-text {
  font-size: var(--text-sm);
  color: var(--color-text-secondary);
  font-style: italic;
  line-height: 1.6;
  font-family: var(--font-display);
}

/* Parent trust tags */
.parent-trust-tags {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.ptt-item {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  font-size: var(--text-sm);
  color: var(--color-text-secondary);
}

/* Parent visual */
.parent-visual {
  position: relative;
  border-radius: var(--radius-2xl);
  overflow: hidden;
  border: 1px solid rgba(13,13,15,0.10);
  height: 480px;
  box-shadow: var(--shadow-md);
}

.pv-bg {
  position: absolute;
  inset: 0;
  background: transparent;
  /* Removed dark background - now showing photo directly */
}

.pv-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: transparent;
  /* Removed glow overlay - photo has its own overlay */
}

.pv-scene {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: var(--space-5);
  padding: var(--space-8);
}

.pv-quote {
  text-align: center;
  background: rgba(255,255,255,0.95);
  border: 1px solid rgba(160,87,232,0.30);
  border-radius: var(--radius-lg);
  padding: var(--space-4) var(--space-6);
  max-width: 320px;
  z-index: 3;
  position: relative;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.pv-quote p {
  font-family: var(--font-display);
  font-style: italic;
  font-size: var(--text-sm);
  color: var(--color-text-primary);
  line-height: 1.6;
  margin-bottom: var(--space-2);
}

.pv-quote span {
  font-size: var(--text-xs);
  color: var(--color-text-muted);
}

/* Coach team visual */
.coach-team-visual {
  background: #FFFFFF;
  border: 1px solid rgba(13,13,15,0.08);
  border-radius: var(--radius-2xl);
  padding: var(--space-6);
  box-shadow: var(--shadow-sm);
}

.ctv-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--space-5);
  padding-bottom: var(--space-4);
  border-bottom: 1px solid rgba(13,13,15,0.06);
}

.ctv-title {
  font-size: var(--text-sm);
  font-weight: var(--weight-semibold);
  font-family: var(--font-ui);
}

.ctv-date {
  font-size: var(--text-xs);
  color: var(--color-text-muted);
  font-family: var(--font-ui);
}

.ctv-athletes {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  margin-bottom: var(--space-4);
}

.ctv-athlete {
  display: flex;
  align-items: center;
  gap: var(--space-3);
}

.ctv-av {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: var(--weight-semibold);
  color: white;
  flex-shrink: 0;
  font-family: var(--font-ui);
}

.ctv-name {
  font-size: var(--text-sm);
  font-weight: var(--weight-medium);
  min-width: 52px;
  font-family: var(--font-ui);
}

.ctv-bar-wrap {
  flex: 1;
  height: 4px;
  background: rgba(13,13,15,0.06);
  border-radius: var(--radius-full);
  overflow: hidden;
}

.ctv-bar {
  height: 100%;
  background: var(--gradient-teal);
  border-radius: var(--radius-full);
}

.ctv-bar-yellow {
  background: linear-gradient(90deg, #ffc107, #ff9800);
}

.ctv-status {
  font-size: 11px;
  font-weight: var(--weight-semibold);
  padding: 3px 10px;
  border-radius: var(--radius-full);
  min-width: 70px;
  text-align: center;
  font-family: var(--font-ui);
}

.ctv-ready {
  background: rgba(31,186,178,0.1);
  color: var(--color-teal-400);
  border: 1px solid rgba(31,186,178,0.2);
}

.ctv-modified {
  background: rgba(255,193,7,0.1);
  color: #ffc107;
  border: 1px solid rgba(255,193,7,0.2);
}

.ctv-note {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  font-size: 11px;
  color: var(--color-text-muted);
  padding-top: var(--space-3);
  border-top: 1px solid rgba(13,13,15,0.05);
  font-family: var(--font-ui);
}

/* ════════════════════════════════
   COMMUNITY SECTION
════════════════════════════════ */

.community-section {
  background: var(--color-mist-white);
}

.community-layout {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: var(--space-16);
  align-items: start;
}

.community-values {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-5);
}

.cv-tag {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--text-sm);
  color: var(--color-deep-aqua);
  background: rgba(61,224,212,0.12);
  border: 1px solid rgba(61,224,212,0.30);
  border-radius: var(--radius-full);
  padding: 6px 14px;
}

.community-voices {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.voice-card {
  background: #FFFFFF;
  border: 1px solid rgba(13,13,15,0.08);
  border-radius: var(--radius-xl);
  padding: var(--space-6);
  transition: border-color var(--transition-base), box-shadow var(--transition-base);
  box-shadow: var(--shadow-sm);
}

.voice-card:hover {
  border-color: rgba(61,224,212,0.35);
  box-shadow: var(--shadow-md);
}

.vc-text {
  font-family: var(--font-display);
  font-style: italic;
  font-size: var(--text-base);
  color: var(--color-text-secondary);
  line-height: 1.7;
  margin-bottom: var(--space-4);
}

.vc-author {
  display: flex;
  align-items: center;
  gap: var(--space-3);
}

.vc-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: var(--weight-semibold);
  color: white;
  flex-shrink: 0;
  font-family: var(--font-ui);
}

.vc-name {
  font-size: var(--text-sm);
  font-weight: var(--weight-semibold);
  font-family: var(--font-ui);
}

.vc-role {
  font-size: var(--text-xs);
  color: var(--color-text-muted);
  font-family: var(--font-ui);
}

/* ════════════════════════════════
   TRUST STATEMENT
════════════════════════════════ */

.trust-statement-section {
  background: #FFFFFF;
}

.trust-statement {
  position: relative;
  border-radius: var(--radius-2xl);
  overflow: hidden;
  border: 1px solid rgba(13,13,15,0.08);
  background: linear-gradient(145deg, #FAFBFC 0%, #F5F7FA 100%);
  box-shadow: var(--shadow-sm);
}

.ts-glow-teal {
  position: absolute;
  width: 600px;
  height: 400px;
  top: -150px;
  left: -100px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(61,224,212,0.15) 0%, transparent 70%);
  filter: blur(60px);
  pointer-events: none;
}

.ts-glow-purple {
  position: absolute;
  width: 500px;
  height: 400px;
  bottom: -150px;
  right: -100px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(160,87,232,0.15) 0%, transparent 70%);
  filter: blur(60px);
  pointer-events: none;
}

.ts-inner {
  padding: var(--space-20) var(--space-12);
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ts-inner .display-2 em {
  font-style: italic;
}

.ts-commitments {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-5);
  width: 100%;
}

.ts-commit {
  text-align: center;
  padding: var(--space-6);
  border-radius: var(--radius-xl);
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.06);
  transition: border-color var(--transition-base), transform var(--transition-slow);
}

.ts-commit:hover {
  border-color: rgba(31,186,178,0.2);
  transform: translateY(-3px);
}

.ts-commit-icon {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto var(--space-4);
}

.ts-commit h4 {
  font-size: var(--text-base);
  font-weight: var(--weight-semibold);
  margin-bottom: var(--space-2);
  font-family: var(--font-ui);
}

.ts-commit p {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  line-height: 1.6;
}

/* ════════════════════════════════
   FINAL CTA
════════════════════════════════ */

.final-cta-section {
  background: var(--color-mist-white);
}

.final-cta {
  position: relative;
  border-radius: var(--radius-2xl);
  overflow: hidden;
  background: linear-gradient(145deg, rgba(61,224,212,0.08), rgba(160,87,232,0.08));
  border: 1px solid rgba(13,13,15,0.08);
  box-shadow: var(--shadow-sm);
}

.fca-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 50%, rgba(61,224,212,0.15) 0%, transparent 65%);
  pointer-events: none;
}

.fca-inner {
  padding: var(--space-24) var(--space-12);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}

.fca-inner .display-2 em {
  font-style: italic;
  background: var(--gradient-teal-purple);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.fca-note {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  margin-top: var(--space-4);
  letter-spacing: 0.02em;
}

/* ════════════════════════════════
   RESPONSIVE
════════════════════════════════ */

@media (max-width: 1100px) {
  .hero-layout {
    gap: var(--space-10);
  }
  .ts-commitments {
    grid-template-columns: repeat(2, 1fr);
  }
  .pillar-feature-row,
  .pfr-reverse {
    grid-template-columns: 1fr;
    gap: var(--space-10);
  }
  .pfr-reverse .pfr-visual,
  .pfr-reverse .pfr-copy { order: unset; }
}

@media (max-width: 900px) {
  .hero-layout {
    grid-template-columns: 1fr;
    padding: var(--space-14) var(--space-6) var(--space-14);
    gap: var(--space-12);
  }
  .hero-visual {
    justify-content: center;
  }
  .hero-editorial-collage {
    max-width: 100%;
  }
  .hero-headline {
    font-size: clamp(2.6rem, 8vw, 4rem);
  }
  .what-is-layout {
    grid-template-columns: 1fr;
    gap: var(--space-10);
  }
  .audience-layout,
  .audience-layout-reverse {
    grid-template-columns: 1fr;
    gap: var(--space-10);
  }
  .audience-layout-reverse .audience-copy,
  .audience-layout-reverse .audience-visual { order: unset; }
  .community-layout {
    grid-template-columns: 1fr;
    gap: var(--space-10);
  }
  .ts-inner {
    padding: var(--space-12) var(--space-6);
  }
  .fca-inner {
    padding: var(--space-16) var(--space-6);
  }
  .trust-bar-sep { display: none; }
  .trust-bar-inner { gap: var(--space-3); justify-content: flex-start; }
  .parent-visual { height: 400px; }
}

@media (max-width: 600px) {
  .hero-headline { font-size: clamp(2.2rem, 9vw, 3rem); }
  .hec-row { grid-template-columns: 1fr 1fr; }
  .hec-primary .hec-human-scene { height: 320px; }
  .hec-photo-scene { height: 320px !important; }
  .hec-small-photo-wrap { height: 120px; }
  .ts-commitments { grid-template-columns: 1fr; }
  .audience-proof-list { gap: var(--space-3); }
  .pillar-feature-row { 
    margin-bottom: var(--space-16);
    grid-template-columns: 1fr;
    gap: var(--space-8);
  }
  .pfr-photo { height: 360px; }
  .pfr-reverse .pfr-visual,
  .pfr-reverse .pfr-copy { order: unset; }
  .pv-svg { width: 180px; }
  .hec-athlete-svg { max-width: 240px; }
}

/* ════════════════════════════════
   PHOTO-FIRST VISUAL SYSTEM
   All real photography replacement styles
════════════════════════════════ */

/* ── Hero editorial photo ──────── */
.hec-photo-scene {
  position: relative;
  height: 340px;
  overflow: hidden;
}

.hec-hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.8s ease;
}

.hec-primary:hover .hec-hero-photo {
  transform: scale(1.03);
}

.hec-photo-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(8,10,18,0.65) 0%, transparent 50%),
    radial-gradient(ellipse at 60% 30%, rgba(31,186,178,0.12) 0%, transparent 55%),
    radial-gradient(ellipse at 20% 80%, rgba(148,112,232,0.10) 0%, transparent 45%);
  pointer-events: none;
  z-index: 1;
}

/* ── Small hero panel photos ───── */
.hec-small-photo-wrap {
  position: relative;
  flex: 1;
  min-height: 110px;
  overflow: hidden;
}

.hec-small-photo {
  width: 100%;
  height: 110px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.6s ease;
}

.hec-small:hover .hec-small-photo {
  transform: scale(1.05);
}

.hec-small-photo-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.teal-overlay {
  background:
    linear-gradient(to top, rgba(8,10,18,0.72) 0%, transparent 60%),
    radial-gradient(ellipse at 50% 50%, rgba(31,186,178,0.18) 0%, transparent 65%);
}

.purple-overlay {
  background:
    linear-gradient(to top, rgba(8,10,18,0.72) 0%, transparent 60%),
    radial-gradient(ellipse at 50% 50%, rgba(148,112,232,0.18) 0%, transparent 65%);
}

.hec-caption-over {
  position: absolute;
  bottom: var(--space-3);
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
  color: rgba(241,243,248,0.85);
  font-weight: var(--weight-medium);
  text-shadow: 0 1px 6px rgba(0,0,0,0.5);
}

/* ── Pillar section real photo frames ─── */
.pfr-photo-img-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pfr-real-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.8s ease;
}

.pfr-photo-frame:hover .pfr-real-photo {
  transform: scale(1.04);
}

.pfr-photo-img-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.teal-photo-overlay {
  background:
    linear-gradient(to top, rgba(8,10,18,0.72) 0%, rgba(8,10,18,0.12) 50%, transparent 80%),
    radial-gradient(ellipse at 70% 20%, rgba(31,186,178,0.14) 0%, transparent 50%);
}

.purple-photo-overlay {
  background:
    linear-gradient(to top, rgba(8,10,18,0.72) 0%, rgba(8,10,18,0.12) 50%, transparent 80%),
    radial-gradient(ellipse at 30% 20%, rgba(148,112,232,0.14) 0%, transparent 50%);
}

/* Body pillar — photo with overlaid data badge */
.psb-cycle-overlay {
  position: absolute;
  bottom: var(--space-6);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-3);
  z-index: 3;
  width: calc(100% - var(--space-12));
}

/* Identity pillar — word tags over photo */
.psi-word-tags {
  position: absolute;
  inset: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
  padding: var(--space-6);
  z-index: 3;
  pointer-events: none;
}

.psi-word-tag {
  font-size: 10px;
  font-weight: var(--weight-bold);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: var(--radius-full);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  white-space: nowrap;
  animation: float 8s ease-in-out infinite;
}

.psi-word-tag:nth-child(2) { animation-duration: 10s; animation-direction: reverse; }
.psi-word-tag:nth-child(3) { animation-duration: 7s; }
.psi-word-tag:nth-child(4) { animation-duration: 9s; animation-direction: reverse; }

.teal-word {
  background: rgba(31,186,178,0.18);
  border: 1px solid rgba(31,186,178,0.4);
  color: var(--color-teal-300);
}

.purple-word {
  background: rgba(148,112,232,0.18);
  border: 1px solid rgba(148,112,232,0.4);
  color: var(--color-purple-300);
}

/* ── Parent section photo ──────── */
.pv-photo-wrap {
  width: 100%;
  height: 420px;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-2xl);
}

.pv-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.8s ease;
}

.pv-photo-wrap:hover .pv-photo {
  transform: scale(1.04);
}

.pv-photo-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, 
      rgba(160,87,232,0.10) 0%, 
      rgba(160,87,232,0.20) 100%);
  pointer-events: none;
  z-index: 2;
}

/* ── Responsive photo adjustments ─ */
@media (max-width: 600px) {
  .hec-photo-scene { height: 260px; }
  .hec-small-photo { height: 90px; }
  .pv-photo-wrap { height: 300px; }
  .parent-visual { height: 340px; }
  .psi-word-tags { padding: var(--space-4); }
  .psi-word-tag { font-size: 9px; padding: 4px 9px; }
}
