﻿/* ==========================================================================
   THE ROYAL™ — Healthcare & Clinical Systems Practice
   Art Direction: Deep Sanctuary × Deep Sage × Clinical Teal × Warm Gold × Mineral White
   ========================================================================== */

:root {
  --hc-blue: #6BA4B8;          /* Clinical trust, clarity, technology */
  --hc-sage: #7B9E89;          /* Empathetic healing, restorative nature */
  --hc-white: #FBF9F5;         /* Unbleached daylight mineral canvas */
  --hc-dark: #0B0E0D;          /* Deep midnight sanctuary base */
  --hc-surface: #101918;       /* Elevated cards & background panels */
  --hc-card: #142220;          /* Primary card contrast */
  --hc-card-alt: #182825;      /* Secondary card surface */
  --hc-border: rgba(123, 158, 137, 0.22);
  --hc-border-subtle: rgba(255, 255, 255, 0.08);
  --hc-border-gold: rgba(195, 166, 107, 0.35);
  --hc-glow: rgba(107, 164, 184, 0.18);
  --hc-gold: #C3A66B;          /* Institutional dignity & flagship care */
  --hc-gold-glow: rgba(195, 166, 107, 0.22);
  --hc-coral: #E7A99E;         /* Human vulnerability & care highlight */
  --hc-muted: rgba(251, 249, 245, 0.72);
  --hc-transition: all 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}

body.hc-body {
  background-color: var(--hc-dark);
  color: var(--hc-white);
  font-family: 'Archivo', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  margin: 0;
  overflow-x: hidden;
  line-height: 1.6;
}

/* ==========================================================================
   00 — CURSOR & POINTER THEME OVERRIDES
   ========================================================================== */
body.hc-body #cur {
  border-color: rgba(107, 164, 184, 0.5) !important;
  background: transparent !important;
}

body.hc-body #cur2 {
  background: var(--hc-blue) !important;
  box-shadow: 0 0 10px rgba(107, 164, 184, 0.6) !important;
}

body.hc-body.ch #cur {
  border-color: var(--hc-sage) !important;
  transform: scale(1.35) !important;
}

/* ==========================================================================
   01 — HERO BANNER & CINEMATIC AMBIENCE
   ========================================================================== */
.hc-hero {
  padding: 150px 60px 80px;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.hc-hero-bg-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.hc-hero-bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.32) contrast(1.08) saturate(1.05);
}

.hc-hero-bg-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 25%, rgba(11, 14, 13, 0.5) 0%, rgba(11, 14, 13, 0.94) 80%),
              linear-gradient(to bottom, rgba(11, 14, 13, 0.7) 0%, rgba(11, 14, 13, 0.98) 100%);
}

.hc-aurora-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background: radial-gradient(ellipse at 25% 20%, rgba(123, 158, 137, 0.14) 0%, transparent 60%),
              radial-gradient(ellipse at 85% 70%, rgba(107, 164, 184, 0.12) 0%, transparent 60%),
              radial-gradient(ellipse at 50% 90%, rgba(195, 166, 107, 0.08) 0%, transparent 50%);
  opacity: 0.85;
  animation: hcHeartbeatPulse 6s ease-in-out infinite alternate;
}

@keyframes hcHeartbeatPulse {
  0% { transform: scale(1); opacity: 0.7; }
  50% { transform: scale(1.02); opacity: 0.95; }
  100% { transform: scale(1); opacity: 0.75; }
}

.hc-hero-cursor-bloom {
  position: absolute;
  top: var(--mouse-y, 40%);
  left: var(--mouse-x, 50%);
  width: 520px;
  height: 520px;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(123, 158, 137, 0.18) 0%, rgba(107, 164, 184, 0.06) 45%, transparent 70%);
  pointer-events: none;
  z-index: 2;
  mix-blend-mode: screen;
  transition: opacity 0.3s ease;
  will-change: left, top;
}

.hc-hero > *:not(.hc-hero-bg-media):not(.hc-hero-cursor-bloom):not(.hc-aurora-layer) {
  position: relative;
  z-index: 3;
}

.hc-badge-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.hc-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 9999px;
  background: rgba(123, 158, 137, 0.15);
  border: 1px solid var(--hc-sage);
  color: var(--hc-sage);
}

.hc-badge.gold {
  background: rgba(195, 166, 107, 0.15);
  border-color: var(--hc-gold);
  color: var(--hc-gold);
}

.hc-title {
  font-size: clamp(38px, 6vw, 84px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin: 0 0 24px 0;
  color: #FFFFFF;
}

.hc-title em {
  font-style: italic;
  color: var(--hc-blue);
  font-weight: 300;
}

.hc-title-word {
  display: inline-block;
  will-change: transform, opacity;
}

.hc-hero-manifesto {
  font-size: clamp(20px, 2.2vw, 30px);
  color: var(--hc-sage);
  font-style: italic;
  margin-bottom: 24px;
  max-width: 900px;
  line-height: 1.45;
  border-left: 3px solid var(--hc-blue);
  padding-left: 20px;
}

.hc-desc {
  font-size: 17px;
  line-height: 1.7;
  color: var(--hc-muted);
  max-width: 860px;
  margin-bottom: 36px;
}

.hc-cta-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 10px;
}

.btn-hc-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--hc-sage);
  color: #0B0E0D;
  font-size: 14px;
  font-weight: 800;
  padding: 16px 32px;
  border-radius: 9999px;
  text-decoration: none;
  transition: var(--hc-transition);
  box-shadow: 0 6px 24px var(--hc-glow);
  border: 1px solid var(--hc-sage);
}

.btn-hc-primary:hover {
  transform: translateY(-2px);
  background: #8eaf9b;
  box-shadow: 0 10px 32px var(--hc-glow);
}

.btn-hc-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(16, 25, 24, 0.6);
  backdrop-filter: blur(10px);
  color: var(--hc-white);
  font-size: 14px;
  font-weight: 700;
  padding: 16px 28px;
  border-radius: 9999px;
  text-decoration: none;
  transition: var(--hc-transition);
  border: 1px solid var(--hc-border);
}

.btn-hc-secondary:hover {
  border-color: var(--hc-blue);
  color: var(--hc-blue);
  background: rgba(107, 164, 184, 0.1);
}

/* ==========================================================================
   02 — COMMON SECTION LAYOUTS & CONTAINERS
   ========================================================================== */
.hc-section {
  padding: 100px 0;
  position: relative;
  border-top: 1px solid var(--hc-border);
}

.hc-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 60px;
}

.hc-kicker {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--hc-sage);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.hc-kicker.teal { color: var(--hc-blue); }
.hc-kicker.gold { color: var(--hc-gold); }

.hc-section-title {
  font-size: clamp(28px, 3.6vw, 48px);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.015em;
  margin: 0 0 18px 0;
  color: #FFFFFF;
}

.hc-section-sub {
  font-size: 16px;
  line-height: 1.7;
  color: var(--hc-muted);
  max-width: 860px;
  margin-bottom: 40px;
}

/* Asymmetric Grid Cards */
.hc-card {
  background: var(--hc-card);
  border: 1px solid var(--hc-border);
  border-radius: 16px;
  padding: 36px;
  transition: var(--hc-transition);
  position: relative;
  overflow: hidden;
}

.hc-card:hover {
  transform: translateY(-4px);
  border-color: var(--hc-sage);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5);
}

.hc-card.gold-border:hover {
  border-color: var(--hc-gold);
}

/* ==========================================================================
   03 — SECTION 01: THE REAL PROBLEM MATRIX
   ========================================================================== */
.problem-matrix {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
}

.problem-card {
  background: var(--hc-surface);
  border: 1px solid var(--hc-border);
  border-radius: 14px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.problem-card h4 {
  font-size: 18px;
  font-weight: 800;
  color: #FFFFFF;
  margin: 10px 0 12px;
}

.problem-card p {
  font-size: 14px;
  color: var(--hc-muted);
  line-height: 1.65;
  margin: 0;
}

.problem-tag {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--hc-coral);
}

.problem-solution-box {
  margin-top: 36px;
  background: rgba(123, 158, 137, 0.08);
  border-left: 3px solid var(--hc-sage);
  border-radius: 4px;
  padding: 20px 24px;
  font-size: 15px;
  color: rgba(251, 249, 245, 0.9);
}

/* ==========================================================================
   04 — SECTION 02: TWO HEALTHCARE REALITIES (Clinics vs Hospitals)
   ========================================================================== */
.realities-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.reality-card {
  background: var(--hc-card);
  border: 1px solid var(--hc-border);
  border-radius: 20px;
  padding: 42px;
  position: relative;
}

.reality-card.hospital {
  background: #112825;
  border-color: var(--hc-border-gold);
}

.reality-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.reality-badge {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 9999px;
  background: rgba(123, 158, 137, 0.15);
  color: var(--hc-sage);
  border: 1px solid var(--hc-sage);
}

.reality-card.hospital .reality-badge {
  background: rgba(195, 166, 107, 0.15);
  color: var(--hc-gold);
  border-color: var(--hc-gold);
}

.reality-title {
  font-size: 26px;
  font-weight: 900;
  color: #FFFFFF;
  margin: 0 0 14px 0;
}

.reality-quote {
  font-style: italic;
  font-size: 15px;
  color: var(--hc-white);
  padding: 14px 18px;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  margin: 18px 0;
  border-left: 2px solid var(--hc-sage);
}

.reality-card.hospital .reality-quote {
  border-left-color: var(--hc-gold);
}

.reality-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0;
}

.reality-list li {
  font-size: 14px;
  color: var(--hc-muted);
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.reality-list li strong {
  color: #FFFFFF;
}

/* ==========================================================================
   05 — SECTION 03: THE PATIENT (Questions Behind Behavior)
   ========================================================================== */
.patient-questions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.pq-card {
  background: var(--hc-surface);
  border: 1px solid var(--hc-border);
  border-radius: 12px;
  padding: 24px;
  transition: var(--hc-transition);
}

.pq-card:hover {
  border-color: var(--hc-blue);
  transform: translateY(-3px);
}

.pq-num {
  font-size: 12px;
  font-weight: 900;
  color: var(--hc-blue);
  margin-bottom: 8px;
}

.pq-query {
  font-size: 16px;
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 8px;
  line-height: 1.35;
}

.pq-ans {
  font-size: 13px;
  color: var(--hc-muted);
  line-height: 1.6;
}

/* ==========================================================================
   06 — SECTION 04: TRUST IN SMALL MOMENTS
   ========================================================================== */
.trust-moments-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
}

.tm-card {
  background: var(--hc-card);
  border: 1px solid var(--hc-border);
  border-radius: 14px;
  padding: 28px;
}

.tm-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: rgba(123, 158, 137, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--hc-sage);
  font-size: 18px;
  margin-bottom: 16px;
}

.tm-title {
  font-size: 17px;
  font-weight: 800;
  color: #FFFFFF;
  margin: 0 0 10px 0;
}

.tm-desc {
  font-size: 13.5px;
  color: var(--hc-muted);
  line-height: 1.65;
  margin: 0;
}

/* ==========================================================================
   07 — SECTION 05: THE EXPERIENCE SYSTEM (The 6-Stage Journey)
   ========================================================================== */
.journey-timeline {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  margin-top: 40px;
}

.jt-step {
  background: var(--hc-surface);
  border: 1px solid var(--hc-border);
  border-radius: 14px;
  padding: 24px 18px;
  position: relative;
  transition: var(--hc-transition);
}

.jt-step:hover {
  border-color: var(--hc-sage);
  background: var(--hc-card);
  transform: translateY(-4px);
}

.jt-step-num {
  font-size: 10px;
  font-weight: 900;
  color: var(--hc-sage);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.jt-step-title {
  font-size: 16px;
  font-weight: 800;
  color: #FFFFFF;
  margin: 0 0 10px 0;
}

.jt-step-desc {
  font-size: 12.5px;
  color: var(--hc-muted);
  line-height: 1.55;
  margin: 0;
}

/* ==========================================================================
   08 — SECTION 06: DIGITAL EXPERIENCE (Clarity is a Form of Care)
   ========================================================================== */
.clarity-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 36px;
  align-items: center;
}

.clarity-quote-panel {
  background: linear-gradient(135deg, rgba(20, 34, 32, 0.9) 0%, rgba(13, 23, 22, 0.9) 100%);
  border: 1px solid var(--hc-border);
  border-radius: 20px;
  padding: 44px;
}

.clarity-quote-panel h3 {
  font-size: 32px;
  font-weight: 900;
  color: var(--hc-blue);
  line-height: 1.2;
  margin: 0 0 16px 0;
}

.clarity-q-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.clarity-q-item {
  background: var(--hc-surface);
  border: 1px solid var(--hc-border);
  border-radius: 10px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.clarity-q-item span {
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
}

.clarity-q-item em {
  font-size: 12px;
  color: var(--hc-sage);
  font-style: normal;
}

/* ==========================================================================
   09 — SECTION 07: 4-SMARTPHONE 9:16 VERTICAL CINEMA REELS
   ========================================================================== */
.reels-phone-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 36px;
}

.phone-mockup {
  position: relative;
  aspect-ratio: 9 / 16;
  border-radius: 28px;
  overflow: hidden;
  border: 2px solid rgba(123, 158, 137, 0.35);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.6);
  background: #000000;
  transition: var(--hc-transition);
}

.phone-mockup:hover {
  transform: translateY(-8px);
  border-color: var(--hc-sage);
  box-shadow: 0 24px 55px rgba(123, 158, 137, 0.25);
}

.phone-mockup video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.phone-notch {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 4px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 9999px;
  z-index: 5;
}

.phone-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.15) 0%, transparent 40%, rgba(0,0,0,0.85) 85%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  z-index: 4;
}

.phone-top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.phone-pill {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 9999px;
  background: rgba(11, 14, 13, 0.7);
  backdrop-filter: blur(8px);
  color: var(--hc-sage);
  border: 1px solid var(--hc-border);
}

.btn-reel-sound {
  background: rgba(11, 14, 13, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 12px;
  transition: var(--hc-transition);
}

.btn-reel-sound:hover {
  background: var(--hc-sage);
  color: #0B0E0D;
}

.phone-caption {
  font-size: 12px;
  color: rgba(251, 249, 245, 0.95);
  line-height: 1.45;
  margin: 0 0 8px 0;
  font-weight: 600;
}

.phone-metrics {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: var(--hc-blue);
  font-weight: 700;
}

/* ==========================================================================
   10 — SECTION 08: THE ROYAL VINYL AUDIO PLAYER (Calm Has a Sound)
   ========================================================================== */
.royal-audio-audio-section {
  padding: 100px 0;
  background: #080C0B;
  border-top: 1px solid var(--hc-border);
  position: relative;
}

.royal-audio-audio-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 60px;
}

.royal-audio-player-stage {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 50px;
  margin-top: 40px;
  align-items: center;
}

/* Turntable Deck */
.royal-audio-vinyl-col {
  display: flex;
  justify-content: center;
}

.royal-audio-turntable-deck {
  position: relative;
  width: min(100%, 420px);
  max-width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  min-height: 280px;
  max-height: 420px;
  background: #0E1615;
  border: 1px solid var(--hc-border);
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.royal-audio-sleeve {
  position: absolute;
  left: 24px;
  width: 250px;
  height: 250px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 1;
}

.royal-audio-sleeve img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.royal-audio-sleeve-badge {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 9px;
  font-weight: 800;
  padding: 3px 8px;
  background: rgba(11, 14, 13, 0.85);
  border-radius: 4px;
  color: var(--hc-sage);
}

.royal-audio-vinyl-disc {
  position: absolute;
  right: 24px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, #1a1a1a 0%, #0d0d0d 60%, #050505 100%);
  border: 2px solid #222222;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: transform 0.6s ease;
}

.royal-audio-vinyl-disc.playing {
  animation: vinylSpin 3.5s linear infinite;
}

@keyframes vinylSpin {
  100% { transform: rotate(360deg); }
}

.royal-audio-vinyl-label {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #000;
  position: relative;
}

.royal-audio-vinyl-label img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.royal-audio-spindle-hole {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  background: #000;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.3);
}

/* Audio Console Controls */
.royal-audio-console-card {
  background: var(--hc-card);
  border: 1px solid var(--hc-border);
  border-radius: 20px;
  padding: 36px;
}

.royal-audio-status-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--hc-border-subtle);
}

.royal-audio-now-tag {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 800;
  color: var(--hc-blue);
  letter-spacing: 0.1em;
}

.royal-audio-bars-indicator {
  display: flex;
  gap: 3px;
  align-items: flex-end;
  height: 12px;
}

.royal-audio-bars-indicator span {
  width: 2px;
  height: 100%;
  background: var(--hc-blue);
  animation: audioBarPulse 1s ease-in-out infinite alternate;
}

.royal-audio-bars-indicator span:nth-child(2) { animation-delay: 0.2s; }
.royal-audio-bars-indicator span:nth-child(3) { animation-delay: 0.4s; }
.royal-audio-bars-indicator span:nth-child(4) { animation-delay: 0.6s; }

@keyframes audioBarPulse {
  0% { height: 20%; }
  100% { height: 100%; }
}

.royal-audio-time-readout {
  font-size: 12px;
  font-family: monospace;
  color: var(--hc-muted);
}

.royal-audio-track-header {
  margin-bottom: 24px;
}

.royal-audio-cat-pill {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--hc-sage);
  letter-spacing: 0.08em;
}

.royal-audio-track-title {
  font-size: 24px;
  font-weight: 900;
  color: #FFFFFF;
  margin: 6px 0 8px 0;
}

.royal-audio-track-desc {
  font-size: 13.5px;
  color: var(--hc-muted);
  line-height: 1.6;
  margin: 0;
}

.royal-audio-wave-wrap {
  width: 100%;
  height: 54px;
  background: rgba(11, 14, 13, 0.5);
  border-radius: 8px;
  overflow: hidden;
  margin: 20px 0;
}

.royal-audio-wave-wrap canvas {
  width: 100%;
  height: 100%;
  display: block;
}

.royal-audio-scrubber-track {
  width: 100%;
  height: 6px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 9999px;
  position: relative;
  cursor: pointer;
  margin-bottom: 24px;
}

.royal-audio-scrubber-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--hc-blue), var(--hc-sage));
  border-radius: 9999px;
}

.royal-audio-actions-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.royal-audio-transport-group {
  display: flex;
  align-items: center;
  gap: 14px;
}

.royal-audio-master-play {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--hc-sage);
  border: none;
  color: #0B0E0D;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--hc-transition);
  box-shadow: 0 4px 18px var(--hc-glow);
}

.royal-audio-master-play:hover {
  transform: scale(1.06);
  background: #8eaf9b;
}

.royal-audio-ctrl-btn {
  background: transparent;
  border: 1px solid var(--hc-border);
  color: var(--hc-white);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--hc-transition);
}

.royal-audio-ctrl-btn:hover {
  border-color: var(--hc-blue);
  color: var(--hc-blue);
}

.royal-audio-case-btn {
  font-size: 13px;
  font-weight: 700;
  color: var(--hc-sage);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: var(--hc-transition);
}

.royal-audio-case-btn:hover {
  color: #FFFFFF;
}

/* Track list cards strip */
.royal-audio-tracklist-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin-top: 36px;
}

.royal-audio-track-card {
  background: var(--hc-surface);
  border: 1px solid var(--hc-border);
  border-radius: 12px;
  padding: 16px;
  cursor: pointer;
  transition: var(--hc-transition);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.royal-audio-track-card:hover,
.royal-audio-track-card.active {
  background: var(--hc-card);
  border-color: var(--hc-sage);
  transform: translateY(-3px);
}

.royal-audio-tc-num {
  font-size: 11px;
  font-weight: 800;
  color: var(--hc-sage);
  margin-bottom: 6px;
}

.royal-audio-tc-title {
  font-size: 13px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 4px;
}

.royal-audio-tc-meta {
  font-size: 11px;
  color: var(--hc-muted);
}

.royal-audio-tc-dur {
  font-size: 11px;
  font-family: monospace;
  color: var(--hc-muted);
  margin-top: 10px;
}

/* ==========================================================================
   11 — SECTION 09: 1:1 STUDIO WORKS & LIGHTBOX
   ========================================================================== */
.uf-gallery-section {
  padding: 100px 0;
  border-top: 1px solid var(--hc-border);
}

.uf-square-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 36px;
}

.uf-card {
  aspect-ratio: 1 / 1;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border: 1px solid var(--hc-border);
  background: var(--hc-surface);
}

.uf-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.uf-card:hover img {
  transform: scale(1.05);
}

.uf-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(11, 14, 13, 0.9) 0%, transparent 60%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  opacity: 0.9;
  transition: opacity 0.3s ease;
}

.uf-card-cat {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--hc-sage);
  letter-spacing: 0.08em;
  margin-bottom: 4px;
}

.uf-card-title {
  font-size: 14px;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1.3;
}

/* Lightbox Modal */
.uf-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.uf-lb-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(11, 14, 13, 0.92);
  backdrop-filter: blur(16px);
}

.uf-lb-shell {
  position: relative;
  z-index: 2;
  width: 90vw;
  max-width: 1100px;
  background: #111a19;
  border: 1px solid var(--hc-border);
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.8);
}

.uf-lb-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.uf-lb-meta {
  display: flex;
  gap: 12px;
  align-items: center;
}

.uf-lb-index {
  font-size: 12px;
  font-weight: 800;
  color: var(--hc-sage);
}

.uf-lb-title {
  font-size: 16px;
  font-weight: 800;
  color: #FFFFFF;
}

.uf-lb-close {
  background: transparent;
  border: none;
  font-size: 28px;
  color: var(--hc-white);
  cursor: pointer;
}

.uf-lb-stage {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.uf-lb-figure {
  width: 100%;
  max-height: 60vh;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.uf-lb-img {
  max-width: 100%;
  max-height: 52vh;
  object-fit: contain;
  border-radius: 8px;
}

.uf-lb-caption-bar {
  font-size: 13px;
  color: var(--hc-muted);
  margin-top: 12px;
  text-align: center;
}

.uf-lb-arrow {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--hc-border);
  color: #FFFFFF;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--hc-transition);
}

.uf-lb-arrow:hover {
  background: var(--hc-sage);
  color: #0B0E0D;
}

/* ==========================================================================
   12 — SECTION 10: CASE STUDIES (Before / Human Need / Decision / Result)
   ========================================================================== */
.cases-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.case-card {
  background: var(--hc-card);
  border: 1px solid var(--hc-border);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.case-card-img {
  height: 260px;
  overflow: hidden;
  position: relative;
}

.case-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-card-body {
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.case-pillar {
  border-left: 2px solid var(--hc-sage);
  padding-left: 14px;
}

.case-pillar-lbl {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--hc-sage);
  letter-spacing: 0.1em;
}

.case-pillar-txt {
  font-size: 13px;
  color: var(--hc-muted);
  margin-top: 4px;
  line-height: 1.55;
}

.case-proof-box {
  background: rgba(123, 158, 137, 0.1);
  border: 1px solid var(--hc-border);
  border-radius: 8px;
  padding: 14px 18px;
  font-size: 13px;
  color: var(--hc-white);
  font-weight: 600;
}

/* ==========================================================================
   13 — SECTION 11: THE ROYAL METHOD FOR HEALTHCARE
   ========================================================================== */
.method-flow-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 36px;
}

.method-step-card {
  background: var(--hc-surface);
  border: 1px solid var(--hc-border);
  border-radius: 14px;
  padding: 28px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: var(--hc-transition);
}

.method-step-card:hover {
  transform: translateY(-4px);
  border-color: var(--hc-sage);
  background: var(--hc-card);
}

.msc-num {
  font-size: 12px;
  font-weight: 900;
  color: var(--hc-sage);
  letter-spacing: 0.1em;
}

.msc-title {
  font-size: 17px;
  font-weight: 800;
  color: #FFFFFF;
  margin: 10px 0 8px 0;
}

.msc-desc {
  font-size: 12.5px;
  color: var(--hc-muted);
  line-height: 1.6;
}

/* ==========================================================================
   14 — SECTION 12: CONFIDENTIAL LEADERSHIP DESK & OTP VERIFICATION
   ========================================================================== */
.interactive-card {
  background: var(--hc-card);
  border: 1px solid var(--hc-border);
  border-radius: 20px;
  padding: 44px;
  margin-top: 36px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.form-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-bottom: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group label {
  font-size: 12px;
  font-weight: 700;
  color: var(--hc-sage);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.form-group input,
.form-group select,
.form-group textarea {
  background: var(--hc-surface);
  border: 1px solid var(--hc-border);
  border-radius: 8px;
  padding: 14px 18px;
  color: #FFFFFF;
  font-size: 14px;
  font-family: inherit;
  transition: var(--hc-transition);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--hc-blue);
  box-shadow: 0 0 14px var(--hc-glow);
}

.otp-box {
  display: none;
  background: var(--hc-surface);
  border: 1px solid var(--hc-sage);
  border-radius: 14px;
  padding: 30px;
  margin-top: 24px;
  text-align: center;
}

.otp-inputs {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 20px 0;
}

.otp-digit {
  width: 48px;
  height: 56px;
  text-align: center;
  font-size: 22px;
  font-weight: 900;
  border-radius: 8px;
  border: 1px solid var(--hc-border);
  background: var(--hc-card);
  color: #FFFFFF;
}

/* ==========================================================================
   15 — RESPONSIVE ADAPTATIONS
   ========================================================================== */
@media (max-width: 1100px) {
  .realities-split,
  .clarity-grid,
  .cases-grid,
  .royal-audio-player-stage {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .journey-timeline,
  .method-flow-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .reels-phone-grid,
  .uf-square-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .royal-audio-tracklist-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .hc-hero,
  .hc-container,
  .royal-audio-audio-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .journey-timeline,
  .method-flow-grid,
  .royal-audio-tracklist-grid {
    grid-template-columns: 1fr;
  }

  .reels-phone-grid,
  .uf-square-grid {
    grid-template-columns: 1fr;
  }

  .royal-audio-turntable-deck {
    width: 100%;
    height: 340px;
  }

  .royal-audio-sleeve {
    width: 190px;
    height: 190px;
  }

  .royal-audio-vinyl-disc {
    width: 200px;
    height: 200px;
  }

  .interactive-card {
    padding: 24px;
  }
}
