* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: 'Monarcha Regular';
  src: local('Monarcha Regular'), local('Monarcha');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

body {
  font-family: 'Sofia Pro', 'Sofia Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: var(--bg-base);
  color: #f2eef5;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Monarcha Regular', 'Monarcha', Georgia, 'Times New Roman', serif;
}

/* Palette from approved brand board */
:root {
  --bg-base: #fcefdd;
  --burgundy-deep: #6f3339;
  --burgundy-mid: #d3adb5;
  --glass-fill: rgba(111, 51, 57, 0.42);
  --glass-edge: rgba(255, 245, 250, 0.14);
  --inner-light: rgba(255, 200, 210, 0.12);
  --text-muted: #6f3339;
  --nebula-pink: #d3adb5;
  --warm-sand: #c3b29a;
  --ember: #6f3339;
  --accent-blue: #072df1;
  --accent-blue-soft: rgba(7, 45, 241, 0.35);
  --accent-blue-faint: rgba(7, 45, 241, 0.1);
  --accent-blue-glow: rgba(7, 45, 241, 0.22);
  --line-orange: #eb5914;
  --line-orange-soft: rgba(235, 89, 20, 0.45);
  --glow: rgba(211, 173, 181, 0.22);
}

/* Navbar — frosted burgundy */
.navbar {
  background: rgba(42, 13, 24);
  backdrop-filter: blur(20px) saturate(1.15);
  -webkit-backdrop-filter: blur(20px) saturate(1.15);
  padding: 1.2rem 0;
  transition: all 0.4s ease;
  border-bottom: 1px solid var(--line-orange-soft);
  box-shadow: 0 1px 0 rgba(7, 45, 241, 0.12);
  z-index: 1000;
}

.navbar-brand {
  font-family: 'Space Grotesk', monospace;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: -0.5px;
  color: #fff5f8 !important;
}

.nav-link {
  color: var(--bg-base) !important;
  font-weight: 500;
  font-size: 0.85rem;
  margin: 0 0.8rem;
  transition: color 0.2s, background-color 0.2s, box-shadow 0.2s;
  letter-spacing: 0.5px;
  border-radius: 8px;
  padding: 0.35rem 0.65rem !important;
}

.nav-link:hover {
  color: #fff8f0 !important;
}

.btn-nav-shop {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.42rem 1.15rem;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 100px;
  background: var(--bg-base);
  color: #2a0d18 !important;
  border: 1px solid rgba(252, 239, 221, 0.65);
  text-decoration: none;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.45);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}

.btn-nav-shop:hover {
  background: #fff8f0;
  color: #1a0810 !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(235, 89, 20, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.home-journey-fab {
  position: fixed;
  right: max(1.1rem, env(safe-area-inset-right, 0px));
  bottom: max(1.1rem, env(safe-area-inset-bottom, 0px));
  z-index: 1030;
  padding: 0.75rem 1.35rem;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  box-shadow:
    0 4px 28px rgba(7, 45, 241, 0.35),
    0 12px 40px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.home-journey-fab:hover {
  color: #fff;
}

@media (max-width: 575.98px) {
  .home-journey-fab {
    padding: 0.65rem 1rem;
    font-size: 0.78rem;
  }

  .home-journey-fab .fa-arrow-right {
    display: none;
  }
}

/* Page wash — layers fade together */
.page-backdrop {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 120% 80% at 15% 20%, rgba(124, 40, 64, 0.55) 0%, transparent 55%),
    radial-gradient(ellipse 90% 70% at 85% 75%, var(--accent-blue-soft) 0%, transparent 50%),
    radial-gradient(ellipse 50% 40% at 20% 80%, rgba(7, 45, 241, 0.12) 0%, transparent 55%),
    radial-gradient(ellipse 60% 50% at 50% 100%, rgba(42, 13, 24, 0.9) 0%, transparent 60%),
    linear-gradient(180deg, #1a0810 0%, var(--burgundy-deep) 35%, #18050e 70%, #120308 100%);
}

/* Hero — frosted intro */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-top: 4rem;
}

.hero .container {
  position: relative;
  z-index: 2;
}

.hero-pattern {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.55;
  background:
    linear-gradient(135deg, transparent 40%, rgba(224, 120, 64, 0.06) 40%, rgba(224, 120, 64, 0.06) 40.45%, transparent 40.45%),
    linear-gradient(135deg, transparent 62%, rgba(224, 120, 64, 0.04) 62%, rgba(224, 120, 64, 0.04) 62.4%, transparent 62.4%);
  pointer-events: none;
}

.hero-blob {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.hero-blob--tr {
  width: min(680px, 95vw);
  height: min(680px, 95vw);
  top: 4%;
  right: -16%;
  background: radial-gradient(circle, rgba(7, 45, 241, 0.16) 0%, rgba(232, 184, 200, 0.07) 45%, transparent 70%);
}

.hero-blob--bl {
  width: min(400px, 75vw);
  height: min(400px, 75vw);
  bottom: 7%;
  left: -10%;
  background: radial-gradient(circle, rgba(7, 45, 241, 0.12) 0%, transparent 70%);
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  /* background: linear-gradient(180deg, transparent 0%, rgba(20, 6, 12, 0.35) 100%); */
  pointer-events: none;
  z-index: 1;
}

.hero-title {
  font-size: clamp(3.35rem, 2.5vw, 1.85rem);
  font-weight: 800;
  font-family: 'Space Grotesk', monospace;
  line-height: 1.12;
  letter-spacing: -0.01em;
  color: #fff;
}

.hero-title__line1 {
  display: inline-block;
  background: none;
  color: #fff;
}

.hero-title__accent {
  display: inline-block;
  font-style: italic;
  font-weight: 700;
  color: var(--accent-blue);
  text-shadow: none;
}

.hero-sub {
  font-size: 1.1rem;
  color: var(--text-muted);
  max-width: 500px;
  line-height: 1.6;
}

/* Mind-peace focal — slow breath + still ripples (no gauges, no sparkles) */
.hero-peace {
  position: absolute;
  top: clamp(5.25rem, 14vh, 8.5rem);
  right: clamp(0.75rem, 5vw, 3rem);
  width: 220px;
  height: 220px;
  z-index: 2;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-peace__ripples {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-peace__ripple {
  position: absolute;
  width: 96px;
  height: 96px;
  margin: auto;
  border-radius: 50%;
  border: 1px solid rgba(255, 245, 250, 0.14);
  animation: peace-ripple 7s ease-out infinite;
}

.hero-peace__ripple:nth-child(2) {
  animation-delay: 2.33s;
}

.hero-peace__ripple:nth-child(3) {
  animation-delay: 4.66s;
}

@keyframes peace-ripple {
  0% {
    transform: scale(0.55);
    opacity: 0.4;
  }
  100% {
    transform: scale(2.85);
    opacity: 0;
  }
}

.hero-peace__center {
  position: relative;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.14) 0%, transparent 42%),
    radial-gradient(circle at 50% 50%, rgba(7, 45, 241, 0.12) 0%, rgba(72, 22, 42, 0.35) 100%);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    0 0 48px rgba(7, 45, 241, 0.1),
    inset 0 0 36px rgba(255, 255, 255, 0.04);
  animation: peace-breathe 9s ease-in-out infinite;
}

@keyframes peace-breathe {
  0%, 100% {
    transform: scale(1);
    opacity: 0.88;
  }
  50% {
    transform: scale(1.07);
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-peace__ripple,
  .hero-peace__center {
    animation: none;
  }
  .hero-peace__ripple {
    opacity: 0;
  }
}

/* Scroll indicator */
.scroll-indicator {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  opacity: 0.6;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(10px); }
}

/* Scrollytelling sections — breathe + blend */
.story-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  padding: 6rem 0;
}

.story-section::before {
  content: '';
  position: absolute;
  left: 8%;
  right: 8%;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line-orange-soft), transparent);
  opacity: 0.85;
}

.story-section--wash {
  background: linear-gradient(180deg,
    rgba(26, 8, 16, 0.2) 0%,
    rgba(45, 14, 28, 0.65) 45%,
    rgba(20, 6, 14, 0.35) 100%);
}

.journey-visual {
  position: relative;
  margin: 0 auto;
  max-width: min(420px, 100%);
  border-radius: 28px;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(255, 255, 255, 0.1),
    0 0 50px rgba(7, 45, 241, 0.1);
}

.journey-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.65s ease;
}

.journey-visual:hover img {
  transform: scale(1.04);
}

@media (prefers-reduced-motion: reduce) {
  .journey-visual:hover img {
    transform: none;
  }
}

.journey-visual::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(12, 4, 10, 0.4) 100%);
  pointer-events: none;
}

.journey-visual-caption {
  margin-top: 1.1rem;
  text-align: center;
  font-size: 0.84rem;
  color: var(--text-muted);
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.55;
}

.story-number {
  font-size: 0.8rem;
  letter-spacing: 3px;
  color: var(--nebula-pink);
  margin-bottom: 1rem;
  font-weight: 500;
}

.story-title {
  font-size: 3.5rem;
  font-weight: 700;
  font-family: 'Space Grotesk', monospace;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.story-text {
  font-size: 1.2rem;
  color: var(--text-muted);
  line-height: 1.7;
  max-width: 550px;
}

.story-quote {
  font-size: 1.5rem;
  font-style: italic;
  border-left: 2px solid var(--accent-blue);
  padding: 0.85rem 1.25rem 0.85rem 2rem;
  margin: 2rem 0;
  color: #ebe4f0;
  background: rgba(7, 45, 241, 0.06);
  border-radius: 0 10px 10px 0;
  box-shadow: inset 3px 0 0 rgba(7, 45, 241, 0.25);
}

.stat-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-top: 1.25rem;
  padding: 0.65rem 1.5rem;
  background: rgba(7, 45, 241, 0.1);
  border: 1px solid rgba(7, 45, 241, 0.28);
  border-radius: 100px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #c8d4ff;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 2px 16px rgba(7, 45, 241, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.stat-badge::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent-blue);
  flex-shrink: 0;
  box-shadow: 0 0 8px rgba(7, 45, 241, 0.6);
}

.journey-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.25rem;
}

.journey-pill {
  padding: 0.45rem 1.15rem;
  background: rgba(7, 45, 241, 0.08);
  border: 1px solid rgba(7, 45, 241, 0.22);
  border-radius: 100px;
  font-size: 0.78rem;
  font-weight: 600;
  color: #b4c4ff;
  letter-spacing: 0.04em;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.page-divider {
  width: 100%;
  height: 1px;
  background: var(--line-orange);
  opacity: 0.35;
}

/* Floating orbs */
.orb {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, var(--nebula-pink) 0%, rgba(7, 45, 241, 0.25) 45%, transparent 70%);
  opacity: 0.22;
  filter: blur(48px);
  pointer-events: none;
  z-index: 0;
}

/* Glass cards — inner light */
.insight-card {
  position: relative;
  background: var(--glass-fill);
  backdrop-filter: blur(20px) saturate(1.2);
  -webkit-backdrop-filter: blur(20px) saturate(1.2);
  border-radius: 32px;
  padding: 2rem;
  border: 1px solid var(--glass-edge);
  transition: all 0.4s ease;
  height: 100%;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.insight-card::after {
  content: '';
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle at 40% 35%, var(--inner-light), transparent 55%);
  opacity: 0.9;
  pointer-events: none;
}

.insight-card > * {
  position: relative;
  z-index: 1;
}

.insight-card-dot {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(7, 45, 241, 0.4);
  margin-bottom: 0.85rem;
  box-shadow: 0 0 14px rgba(7, 45, 241, 0.35);
}

.insight-card:hover {
  border-color: rgba(7, 45, 241, 0.35);
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25), 0 4px 28px rgba(7, 45, 241, 0.15), inset 0 0 60px rgba(7, 45, 241, 0.08);
}

/* Testimonials — glass */
.testimonial-glow {
  position: relative;
  background: var(--glass-fill);
  backdrop-filter: blur(18px) saturate(1.15);
  -webkit-backdrop-filter: blur(18px) saturate(1.15);
  border-radius: 28px;
  padding: 2rem;
  border: 1px solid var(--glass-edge);
  box-shadow: inset 0 0 50px rgba(20, 6, 14, 0.35);
}

.testimonial-glow::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid transparent;
  border-top-color: rgba(224, 120, 64, 0.2);
  pointer-events: none;
}

.testimonial-glow--featured {
  background: rgba(7, 45, 241, 0.08);
  border-color: rgba(7, 45, 241, 0.22);
  box-shadow: 0 6px 36px rgba(7, 45, 241, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.testimonial-glow--featured .fa-quote-left {
  color: var(--accent-blue) !important;
  opacity: 0.35 !important;
}

/* CTA — frosted radial */
.cta-radial {
  position: relative;
  background:
    radial-gradient(ellipse 55% 70% at 78% 38%, rgba(7, 45, 241, 0.24) 0%, transparent 58%),
    radial-gradient(ellipse 80% 70% at 25% 25%, rgba(232, 184, 200, 0.18), transparent 55%),
    radial-gradient(circle at 80% 60%, var(--accent-blue-soft), transparent 45%),
    linear-gradient(145deg, rgba(58, 18, 32, 0.85), rgba(20, 6, 12, 0.92));
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-radius: 48px;
  padding: 4rem;
  border: 1px solid var(--glass-edge);
  box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.25);
}

.cta-radial::after {
  content: '';
  position: absolute;
  inset: 12px;
  border-radius: 36px;
  border: 1px solid var(--line-orange-soft);
  pointer-events: none;
  opacity: 0.5;
}

/* Form */
.form-cosmic {
  background: rgba(36, 12, 22, 0.55);
  backdrop-filter: blur(16px) saturate(1.1);
  -webkit-backdrop-filter: blur(16px) saturate(1.1);
  border: 1px solid var(--glass-edge);
  border-radius: 28px;
  padding: 2rem;
  box-shadow: inset 0 0 40px rgba(7, 45, 241, 0.06);
}

.form-cosmic input,
.form-cosmic textarea,
.form-cosmic select {
  background: rgba(10, 4, 8, 0.45);
  border: 1px solid rgba(224, 120, 64, 0.25);
  border-radius: 100px;
  padding: 12px 20px;
  color: white;
}

.form-cosmic input::placeholder,
.form-cosmic textarea::placeholder {
  color: rgba(255, 255, 255, 0.42);
  opacity: 1;
}

.form-cosmic input:focus::placeholder,
.form-cosmic textarea:focus::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.form-cosmic select {
  padding-right: 2rem;
}

.form-cosmic input:focus,
.form-cosmic textarea:focus,
.form-cosmic select:focus {
  border-color: rgba(7, 45, 241, 0.55);
  outline: none;
  box-shadow: 0 0 0 1px var(--line-orange-soft), 0 0 22px rgba(7, 45, 241, 0.2);
}

.btn-cosmic {
  background: rgba(111, 51, 57, 0.92);
  border: 1px solid rgba(111, 51, 57, 0.55);
  border-radius: 100px;
  padding: 12px 32px;
  font-weight: 600;
  transition: all 0.3s;
  color: white;
  box-shadow: 0 4px 24px rgba(111, 51, 57, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.btn-cosmic:hover {
  transform: scale(1.02);
  background: rgba(111, 51, 57, 1);
  box-shadow: 0 0 0 1px rgba(252, 239, 221, 0.35), 0 12px 34px rgba(111, 51, 57, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.btn-cosmic--primary {
  background: rgba(7, 45, 241, 0.92);
  border: 1px solid rgba(7, 45, 241, 0.55);
  box-shadow: 0 4px 28px rgba(7, 45, 241, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.btn-cosmic--primary:hover {
  background: rgba(7, 45, 241, 1);
  box-shadow: 0 0 0 1px rgba(252, 239, 221, 0.35), 0 12px 40px rgba(7, 45, 241, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.hero-section-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  max-width: 820px;
}

.js-home-section {
  display: none;
}

.js-home-section.is-visible {
  display: block;
}

.btn-cosmic--section {
  padding: 8px 18px;
  font-size: 0.82rem;
  text-transform: lowercase;
  background: transparent;
  color: #6f3339;
  border: 1px solid rgba(111, 51, 57, 0.55);
  box-shadow: none;
}

.btn-cosmic--section:hover {
  background: rgba(111, 51, 57, 0.12);
  border-color: rgba(111, 51, 57, 0.7);
  color: #6f3339;
}

.btn-cosmic--section.is-active,
.btn-cosmic--section.is-active:hover {
  background: rgba(111, 51, 57, 0.92);
  color: #fff;
  border-color: rgba(111, 51, 57, 0.65);
  box-shadow: 0 8px 20px rgba(111, 51, 57, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.14);
}


footer {
  border-top: 1px solid var(--line-orange-soft);
  background: linear-gradient(180deg, rgba(12, 4, 8, 0.95), #0a0306);
}

section#insights {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
  position: relative;
  overflow: hidden;
}

section#insights::before {
  content: '';
  position: absolute;
  width: min(600px, 90vw);
  height: min(600px, 90vw);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(7, 45, 241, 0.16) 0%, rgba(232, 184, 200, 0.06) 48%, transparent 70%);
  top: -140px;
  right: -100px;
  pointer-events: none;
  z-index: 0;
}

section#insights .container {
  position: relative;
  z-index: 1;
}

.insights-eyebrow-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  margin-bottom: 0.5rem;
}

.insights-eyebrow-row .story-number {
  margin-bottom: 0 !important;
}

.insights-eyebrow-row::after {
  content: '';
  width: min(140px, 22vw);
  height: 1px;
  background: var(--line-orange);
  opacity: 0.45;
  flex-shrink: 0;
}

section#voices {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

@media (max-width: 768px) {
  .hero-title { font-size: 3rem; }
  .hero-title__accent { text-shadow: none; }
  .story-title { font-size: 2rem; }
  .story-text { font-size: 1rem; }
  .cta-radial { padding: 2rem; }
  .hero-peace {
    width: 170px;
    height: 170px;
    top: 5rem;
    right: 0.5rem;
  }
  .hero-peace__center {
    width: 76px;
    height: 76px;
  }
}

/* Split glass showcase (reference layout + burgundy frost) */
.glass-showcase-section {
  position: relative;
  padding: 5rem 0 6rem;
}

.glass-showcase-section::before {
  content: '';
  position: absolute;
  left: 8%;
  right: 8%;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line-orange-soft), transparent);
  opacity: 0.85;
}

.glass-showcase-card {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  border-radius: 36px;
  overflow: hidden;
  background: #121016;
  box-shadow:
    0 48px 100px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(255, 255, 255, 0.06);
}

.glass-showcase-card__inner {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  min-height: min(520px, 85vh);
}

/* Full-bleed slide image — sits under both columns so glass can blur it */
.glass-showcase-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #1a1520;
  background-image: url('https://asimfolio.com/Anthalora/https://asimfolio.com/Anthalora/images/journey-meditation.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: opacity 0.4s ease;
}

.glass-showcase-bg.is-switching {
  opacity: 0.75;
}

.glass-showcase-visual {
  flex: 1 1 52%;
  min-height: 320px;
  position: relative;
  z-index: 1;
  background: transparent;
}

.glass-showcase-visual::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(255, 255, 255, 0.18) 0%, transparent 42%, rgba(20, 8, 14, 0.08) 100%);
  pointer-events: none;
  transition: opacity 0.45s ease;
}

.glass-showcase-bg.is-switching ~ .glass-showcase-visual::after {
  opacity: 0.85;
}

.glass-showcase-brand {
  position: absolute;
  left: 8%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  letter-spacing: -0.02em;
  color: #3a363d;
  margin: 0;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.35);
}

.glass-showcase-panel {
  flex: 1 1 48%;
  max-width: 100%;
  position: relative;
  z-index: 2;
  padding: clamp(1.75rem, 4vw, 2.75rem);
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(45, 12, 26, 0.18);
  backdrop-filter: blur(56px) saturate(1.35);
  -webkit-backdrop-filter: blur(56px) saturate(1.35);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 1px 0 0 rgba(255, 255, 255, 0.06);
}

.glass-showcase-panel::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 85% 65% at 72% 22%, rgba(7, 45, 241, 0.16), transparent 52%),
    linear-gradient(165deg, rgba(124, 40, 64, 0.2) 0%, transparent 55%);
  pointer-events: none;
  opacity: 0.85;
}

.glass-showcase-panel > * {
  position: relative;
  z-index: 1;
}

.glass-showcase-panel-main {
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.glass-showcase-panel-main.is-switching {
  opacity: 0;
  transform: translateY(8px);
}

@media (prefers-reduced-motion: reduce) {
  .glass-showcase-panel-main,
  .glass-showcase-visual::after,
  .glass-showcase-bg {
    transition: none;
  }
  .glass-showcase-panel-main.is-switching {
    transform: none;
  }
}

.glass-showcase-mini {
  position: absolute;
  right: 6%;
  bottom: 10%;
  left: 28%;
  z-index: 3;
  padding: 1rem 1.15rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  transition: opacity 0.35s ease;
}

.glass-showcase-mini-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 0.5rem;
}

.glass-showcase-mini-tag {
  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.25rem 0.45rem;
  border-radius: 999px;
  border: 1px solid rgba(58, 54, 61, 0.35);
  color: #3a363d;
  background: rgba(255, 255, 255, 0.5);
}

.glass-showcase-mini-headline {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.35;
  color: #2a2430;
  margin: 0;
}

.glass-showcase-inset {
  position: absolute;
  top: 1.35rem;
  right: 1.35rem;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.82);
  background-image: url('https://asimfolio.com/Anthalora/images/journey-meditation.jpg');
  background-size: 220%;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
  z-index: 2;
}

.glass-showcase-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1.35rem;
}

.glass-showcase-tag {
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: rgba(255, 255, 255, 0.95);
  background: rgba(255, 255, 255, 0.04);
}

.glass-showcase-headline {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  line-height: 1.2;
  margin-bottom: 1rem;
  color: #fff;
}

.glass-showcase-body {
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 2rem;
  max-width: 36ch;
}

.glass-showcase-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.25rem;
}

.glass-showcase-cta {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.65rem 1.35rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #fff;
  text-decoration: none;
  transition: background 0.25s ease, border-color 0.25s ease;
}

.glass-showcase-cta:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(224, 120, 64, 0.75);
  color: #fff;
}

.glass-showcase-steps {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.45);
}

.glass-showcase-steps button {
  cursor: pointer;
  padding: 0 0 0.2rem;
  margin: 0;
  border: none;
  border-bottom: 2px solid transparent;
  background: none;
  font: inherit;
  letter-spacing: inherit;
  color: rgba(255, 255, 255, 0.45);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.glass-showcase-steps button:hover {
  color: rgba(255, 255, 255, 0.85);
}

.glass-showcase-steps button:focus-visible {
  outline: 2px solid var(--accent-blue);
  outline-offset: 4px;
  border-radius: 2px;
}

.glass-showcase-steps button.is-active {
  color: #fff;
  border-bottom-color: var(--line-orange);
}

@media (max-width: 991px) {
  .glass-showcase-card__inner {
    flex-direction: column;
  }

  .glass-showcase-panel {
    border-left: none;
    border-top: 1px solid rgba(224, 120, 64, 0.35);
    padding-top: 2.5rem;
  }

  .glass-showcase-inset {
    top: 1rem;
    right: 1rem;
  }

  .glass-showcase-brand {
    top: auto;
    bottom: 12%;
    transform: none;
  }

  .glass-showcase-mini {
    left: 8%;
    right: 8%;
    bottom: 8%;
  }
}

/* Stacked card collection (swipe / wheel) */
.collection-section {
  position: relative;
  padding: 5rem 0 6rem;
  background:
    radial-gradient(ellipse 90% 60% at 50% 35%, rgba(74, 21, 40, 0.35) 0%, transparent 55%),
    linear-gradient(180deg, #10060c 0%, #160910 35%, #12050c 70%, #0e0409 100%);
}

.collection-section::before {
  content: '';
  position: absolute;
  left: 10%;
  right: 10%;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line-orange-soft), transparent);
}

.collection-intro {
  text-align: center;
  margin-bottom: 3rem;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.collection-intro .story-number {
  color: var(--nebula-pink);
  opacity: 0.9;
}

.collection-intro h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: #f5f0f7;
  margin-bottom: 0.5rem;
}

.collection-intro p {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin: 0;
}

.collection-stack-viewport {
  max-width: 920px;
  margin: 0 auto;
  position: relative;
  height: min(560px, 82vh);
  min-height: 500px;
}

.collection-deck {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 0.75rem;
  touch-action: none;
  user-select: none;
}

.collection-layer {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(100%, 880px);
  transform-origin: center bottom;
  transition:
    transform 0.85s cubic-bezier(0.22, 0.8, 0.3, 1),
    opacity 0.72s ease,
    filter 0.72s ease;
  will-change: transform;
}

.collection-layer[data-depth="0"] {
  z-index: 30;
  transform: translateX(-50%) translateY(0) scale(1);
  pointer-events: auto;
}

.collection-layer[data-depth="1"] {
  z-index: 20;
  transform: translateX(-50%) translateY(-18px) scale(0.97);
  filter: brightness(0.97);
  pointer-events: none;
}

.collection-layer[data-depth="2"] {
  z-index: 10;
  transform: translateX(-50%) translateY(-36px) scale(0.935);
  filter: brightness(0.94);
  pointer-events: none;
}

.collection-layer.is-dragging {
  transition: none;
}

.collection-layer.is-exit-up {
  transform: translateX(-50%) translateY(-120vh) scale(0.98) !important;
  opacity: 0;
  pointer-events: none;
}

.collection-layer.is-exit-down {
  transform: translateX(-50%) translateY(120vh) scale(0.98) !important;
  opacity: 0;
  pointer-events: none;
}

.collection-card {
  border-radius: 26px;
  overflow: hidden;
  background: #fff;
  box-shadow:
    0 32px 80px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(255, 255, 255, 0.12);
}

.collection-card__inner {
  display: flex;
  min-height: clamp(280px, 36vw, 360px);
  align-items: stretch;
}

.collection-card__media {
  flex: 0 0 40%;
  min-height: clamp(280px, 36vw, 360px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.collection-card__panel {
  flex: 1;
  min-width: 0;
  padding: 1.75rem 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.1rem;
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(22px) saturate(1.1);
  -webkit-backdrop-filter: blur(22px) saturate(1.1);
  border-left: 1px solid rgba(224, 120, 64, 0.2);
}

.collection-card__meta {
  font-size: 0.82rem;
  color: #8a8494;
  letter-spacing: 0.02em;
  margin: 0;
}

.collection-card__text {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #1f1a24;
  margin: 0;
  flex: 1;
}

.collection-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.25rem;
}

.collection-card__tag {
  font-size: 0.78rem;
  font-weight: 600;
  color: #5c5560;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.collection-card__add {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: #141018;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.collection-card__add svg {
  width: 22px;
  height: 22px;
  display: block;
  flex-shrink: 0;
}

.collection-card__add:hover {
  transform: scale(1.06);
  box-shadow: 0 8px 28px rgba(7, 45, 241, 0.3);
}

.collection-card__add:focus-visible {
  outline: 2px solid var(--accent-blue);
  outline-offset: 3px;
}

@media (max-width: 520px) {
  .collection-card__inner {
    flex-direction: column;
    min-height: 0;
  }

  .collection-card__media {
    flex: 0 0 auto;
    min-height: 200px;
    width: 100%;
  }

  .collection-card__panel {
    border-left: none;
    border-top: 1px solid rgba(224, 120, 64, 0.25);
    padding: 1.35rem 1.35rem 1.25rem;
  }

  .collection-stack-viewport {
    height: auto;
    min-height: 560px;
  }

  .collection-card__text {
    font-size: 0.98rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .collection-layer {
    transition-duration: 0.15s;
  }
}

/* Reveal animations */
.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* —— Inner pages: compact hero + breadcrumb —— */
.page-hero {
  position: relative;
  padding: clamp(6.5rem, 14vw, 8.5rem) 0 clamp(2.25rem, 4vw, 3rem);
  overflow: hidden;
}

.page-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse 90% 70% at 12% 30%, rgba(124, 40, 64, 0.45) 0%, transparent 52%),
    radial-gradient(ellipse 70% 55% at 88% 20%, rgba(7, 45, 241, 0.2) 0%, transparent 48%),
    linear-gradient(180deg, rgba(26, 8, 16, 0.5) 0%, rgba(20, 6, 12, 0.15) 100%);
  pointer-events: none;
}

.page-hero__blobs {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.page-hero__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(56px);
  opacity: 0.35;
}

.page-hero__blob--one {
  width: min(420px, 70vw);
  height: min(420px, 70vw);
  top: -8%;
  right: -12%;
  background: radial-gradient(circle, rgba(7, 45, 241, 0.35) 0%, transparent 68%);
}

.page-hero__blob--two {
  width: min(280px, 50vw);
  height: min(280px, 50vw);
  bottom: 5%;
  left: -6%;
  background: radial-gradient(circle, rgba(232, 184, 200, 0.2) 0%, transparent 70%);
}

.page-hero .container {
  position: relative;
  z-index: 1;
}

.page-hero__eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--nebula-pink);
  margin-bottom: 0.65rem;
  opacity: 0.9;
}

.page-hero__title {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: clamp(2.1rem, 5vw, 3.25rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 1rem;
  text-shadow: 0 0 40px rgba(7, 45, 241, 0.12);
}

.page-hero__breadcrumb-list {
  --bs-breadcrumb-divider: '›';
  background: transparent;
  padding: 0;
  margin: 0;
  font-size: 0.88rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.15rem;
}

.page-hero__subtitle {
  margin: 1.25rem 0 0;
  max-width: 42rem;
  font-size: 1.05rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.88);
}

.page-hero__breadcrumb-list .page-hero__crumb a {
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.2s ease;
}

.page-hero__breadcrumb-list .page-hero__crumb a:hover {
  color: #a8b8ff;
}

.page-hero__breadcrumb-list .page-hero__crumb.active {
  color: #f2eef5;
  font-weight: 500;
}

.page-hero__breadcrumb-list .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(244, 239, 255, 0.38);
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-toggler-icon--light {
  filter: invert(0.78);
}

.nav-link.active {
  color: #ffffff !important;
  background: rgba(7, 45, 241, 0.92);
  box-shadow: 0 0 0 1px rgba(120, 148, 255, 0.35), 0 6px 18px rgba(7, 45, 241, 0.3);
}

.nav-link.active:hover {
  color: #ffffff !important;
  background: rgba(7, 45, 241, 0.98);
}

.page-section {
  position: relative;
  padding: clamp(2.5rem, 5vw, 4rem) 0 clamp(3rem, 6vw, 5rem);
}

.page-section--tight {
  padding-top: 0;
}

/* Condition detail — article + sidebar */
.condition-article__card {
  padding: 1.75rem 1.85rem;
}

.condition-block + .condition-block {
  margin-top: 1.75rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.condition-block__head {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1rem;
}

.condition-block__icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: rgba(7, 45, 241, 0.14);
  color: var(--accent-blue);
  font-size: 0.95rem;
}

.condition-block__title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: #fff;
  margin: 0;
}

.condition-block__text,
.condition-block__list {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  line-height: 1.75;
}

.condition-block__list {
  padding-left: 1.15rem;
}

.condition-block__list li + li {
  margin-top: 0.55rem;
}

.condition-sidebar {
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  .condition-sidebar {
    position: sticky;
    top: 5.5rem;
  }
}

.condition-sidebar__eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--nebula-pink);
  margin-bottom: 0.35rem;
}

.condition-sidebar__title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 1rem;
}

.condition-sidebar__link {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.65rem 0;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: color 0.2s ease, transform 0.2s ease;
}

.condition-sidebar__links li:last-child .condition-sidebar__link {
  border-bottom: none;
}

.condition-sidebar__link:hover {
  color: #fff;
}

.condition-sidebar__link-icon {
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: rgba(7, 45, 241, 0.12);
  color: var(--accent-blue);
  font-size: 0.72rem;
}

.condition-sidebar__link-text {
  flex: 1;
  font-size: 0.88rem;
  line-height: 1.35;
}

.condition-sidebar__link-arrow {
  font-size: 0.7rem;
  opacity: 0.45;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.condition-sidebar__link:hover .condition-sidebar__link-arrow {
  opacity: 1;
  transform: translateX(3px);
}

.condition-sidebar__contact li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.92rem;
  line-height: 1.55;
}

.condition-sidebar__contact li + li {
  margin-top: 0.85rem;
}

.condition-sidebar__contact i {
  width: 1rem;
  margin-top: 0.2rem;
  color: var(--accent-blue);
  flex-shrink: 0;
}

.condition-sidebar__contact a {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
}

.condition-sidebar__contact a:hover {
  color: #fff;
  text-decoration: underline;
}

.detail-jump-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.75rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.condition-article__card > .detail-jump-nav:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.detail-jump-nav + .condition-block {
  margin-top: 1.25rem;
  padding-top: 0;
  border-top: none;
}

.detail-jump-nav__pill {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(7, 45, 241, 0.12);
  border: 1px solid rgba(7, 45, 241, 0.22);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.detail-jump-nav__pill:hover {
  color: #fff;
  background: rgba(7, 45, 241, 0.22);
  border-color: rgba(7, 45, 241, 0.4);
}

.page-prose {
  color: var(--text-muted);
  font-size: 1.05rem;
  line-height: 1.75;
  max-width: 65ch;
}

.page-prose strong {
  color: #ebe4f0;
}

.page-card {
  background: var(--glass-fill);
  backdrop-filter: blur(18px) saturate(1.15);
  -webkit-backdrop-filter: blur(18px) saturate(1.15);
  border-radius: 24px;
  border: 1px solid var(--glass-edge);
  padding: 1.75rem;
  height: 100%;
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.page-card:hover {
  border-color: rgba(7, 45, 241, 0.35);
  transform: translateY(-4px);
}

.page-card__title {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  font-size: 1.15rem;
  color: #fff;
  margin-bottom: 0.5rem;
}

.page-card__meta {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--nebula-pink);
  margin-bottom: 0.75rem;
}

.page-list-link {
  color: #b4c4ff;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
}

.page-list-link:hover {
  color: #d4dcff;
  text-decoration: underline;
}

.blog-card__excerpt {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-top: 0.5rem;
}

.blog-article__meta {
  font-size: 0.85rem;
  color: var(--nebula-pink);
  letter-spacing: 0.08em;
}

.blog-article__card {
  padding: 1.75rem 1.85rem;
}

.blog-article__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  margin-bottom: 1.35rem;
}

.blog-article__featured {
  margin-bottom: 1.35rem;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.blog-article__featured img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  display: block;
}

.blog-article__lede {
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.12rem;
  line-height: 1.75;
  margin-bottom: 1.35rem;
  padding-bottom: 1.35rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.blog-article__body {
  color: var(--text-muted);
  font-size: 1.08rem;
  line-height: 1.8;
}

.blog-article__body p {
  margin-bottom: 1.25rem;
}

.blog-article__body h2,
.blog-article__body h3 {
  color: #fff;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  margin: 1.75rem 0 0.85rem;
}

.blog-article__body h2 { font-size: 1.45rem; }
.blog-article__body h3 { font-size: 1.2rem; }

.blog-article__body ul,
.blog-article__body ol {
  margin-bottom: 1.25rem;
  padding-left: 1.35rem;
}

.blog-article__body li + li {
  margin-top: 0.45rem;
}

.blog-article__body blockquote {
  margin: 1.25rem 0;
  padding: 0.85rem 1rem;
  border-left: 3px solid var(--accent-blue);
  background: rgba(7, 45, 241, 0.08);
  color: rgba(255, 255, 255, 0.88);
}

.blog-article__body a {
  color: var(--accent-blue);
}

.blog-article__body img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  margin: 1.25rem 0;
}

/* FAQ accordion (dark theme) */
.faq-accordion {
  --bs-accordion-bg: rgba(36, 12, 22, 0.45);
  --bs-accordion-border-color: rgba(255, 255, 255, 0.08);
  --bs-accordion-btn-color: #f2eef5;
  --bs-accordion-active-color: #fff;
  --bs-accordion-btn-focus-border-color: rgba(7, 45, 241, 0.45);
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.2rem rgba(7, 45, 241, 0.2);
}

.faq-accordion__item {
  border-radius: 16px !important;
  overflow: hidden;
  margin-bottom: 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: rgba(36, 12, 22, 0.45);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.faq-accordion__btn {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  background: rgba(26, 8, 16, 0.55) !important;
  color: #f2eef5 !important;
  box-shadow: none !important;
}

.faq-accordion__btn:not(.collapsed) {
  background: rgba(7, 45, 241, 0.15) !important;
  color: #fff !important;
}

.faq-accordion__btn::after {
  filter: brightness(0) invert(1);
  opacity: 0.65;
}

.faq-accordion__body {
  color: var(--text-muted);
  line-height: 1.65;
  padding-top: 0.25rem;
  background: rgba(14, 5, 10, 0.35);
}

/* —— Blog magazine (index) —— */
.blog-mag-hero {
  position: relative;
  min-height: min(52vh, 520px);
  display: flex;
  align-items: flex-start;
  padding: clamp(6.5rem, 14vw, 8.5rem) 0 clamp(2.25rem, 4vw, 3rem);
  margin-top: 0;
}

.blog-mag-hero__media {
  position: absolute;
  inset: 0;
  background-image: var(--blog-hero-img);
  background-size: cover;
  background-position: center;
}

.blog-mag-hero__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(10, 4, 8, 0.45) 0%,
    rgba(10, 4, 8, 0.55) 40%,
    rgba(5, 2, 6, 0.88) 100%
  );
}

.blog-mag-hero__inner {
  z-index: 1;
}

.blog-mag-hero__breadcrumb {
  --bs-breadcrumb-divider-color: rgba(244, 239, 255, 0.45);
  background: transparent;
  padding: 0;
  margin: 0;
  justify-content: flex-start;
}

.blog-mag-hero__breadcrumb .breadcrumb-item,
.blog-mag-hero__breadcrumb .breadcrumb-item a {
  color: rgba(244, 239, 255, 0.75);
  font-size: 0.82rem;
  text-decoration: none;
}

.blog-mag-hero__breadcrumb .breadcrumb-item a:hover {
  color: #fff;
}

.blog-mag-hero__breadcrumb .breadcrumb-item.active {
  color: #f5f0f7;
}

.blog-mag-hero__title {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 600;
  font-size: clamp(2.35rem, 6vw, 3.75rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #faf6f2;
  margin: 0 0 0.75rem 0;
  text-shadow: 0 4px 40px rgba(0, 0, 0, 0.45);
}

.blog-mag-hero__subtitle {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  color: rgba(232, 220, 240, 0.88);
  max-width: 36rem;
  margin: 0.9rem 0 0;
  line-height: 1.6;
}

.blog-mag-alert {
  background: rgba(7, 45, 241, 0.18);
  border: 1px solid rgba(7, 45, 241, 0.38);
  color: #ece8f4;
}

.blog-mag-body {
  background: linear-gradient(180deg, #0c0408 0%, #14060c 28%, #12050c 100%);
}

.blog-mag-filter-note {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
}

.blog-mag-text-link {
  color: #b4c4ff;
  text-decoration: none;
  font-weight: 600;
}

.blog-mag-text-link:hover {
  color: #d8defc;
  text-decoration: underline;
}

.blog-mag-featured {
  background: rgba(18, 8, 14, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 2rem;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.35);
}

.blog-mag-featured__media-link {
  display: block;
  text-decoration: none;
}

.blog-mag-featured__media {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #1a1018;
}

.blog-mag-featured__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.blog-mag-featured:hover .blog-mag-featured__media img {
  transform: scale(1.03);
}

.blog-mag-featured__body {
  padding: clamp(1.35rem, 3vw, 2rem);
}

.blog-mag-pill {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: rgba(232, 212, 200, 0.14);
  color: #e8d4c8;
  border: 1px solid rgba(232, 212, 200, 0.22);
  margin-bottom: 0.85rem;
}

.blog-mag-pill--sm {
  font-size: 0.62rem;
  padding: 0.28rem 0.65rem;
  margin-bottom: 0.65rem;
}

.blog-mag-featured__title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 0.85rem;
}

.blog-mag-featured__title a {
  color: #faf6f2;
  text-decoration: none;
  transition: color 0.2s ease;
}

.blog-mag-featured__title a:hover {
  color: #e8b8c8;
}

.blog-mag-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.25rem;
  font-size: 0.82rem;
  color: rgba(196, 184, 200, 0.95);
  margin-bottom: 1rem;
}

.blog-mag-meta i {
  margin-right: 0.35rem;
  opacity: 0.85;
}

.blog-mag-featured__excerpt {
  color: var(--text-muted);
  font-size: 1.02rem;
  line-height: 1.7;
  margin-bottom: 1.35rem;
}

.blog-mag-btn-outline {
  display: inline-block;
  padding: 0.55rem 1.35rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  color: #faf6f2;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.blog-mag-btn-outline:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(224, 120, 64, 0.65);
  color: #fff;
}

.blog-mag-card {
  background: rgba(18, 8, 14, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 18px;
  overflow: hidden;
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.blog-mag-card:hover {
  border-color: rgba(7, 45, 241, 0.35);
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.35);
}

.blog-mag-card__media-link {
  display: block;
}

.blog-mag-card__media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #1a1018;
}

.blog-mag-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.blog-mag-card:hover .blog-mag-card__media img {
  transform: scale(1.04);
}

.blog-mag-card__body {
  padding: 1.15rem 1.25rem 1.35rem;
}

.blog-mag-card__title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.18rem;
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 0.65rem;
}

.blog-mag-card__title a {
  color: #f5f0f7;
  text-decoration: none;
}

.blog-mag-card__title a:hover {
  color: #e8b8c8;
}

.blog-mag-card__excerpt {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.55;
  margin-bottom: 0.85rem;
}

.blog-mag-read-more {
  font-size: 0.82rem;
  font-weight: 600;
  color: #b4c4ff;
  text-decoration: none;
}

.blog-mag-read-more:hover {
  color: #dce4ff;
}

.blog-mag-empty {
  padding: 2.5rem;
  text-align: center;
  border-radius: 16px;
  border: 1px dashed rgba(255, 255, 255, 0.15);
  color: var(--text-muted);
}

.blog-mag-sidebar {
  position: sticky;
  top: 6.5rem;
}

@media (max-width: 991.98px) {
  .blog-mag-sidebar {
    position: static;
    margin-top: 0.5rem;
  }
}

.blog-mag-widget {
  background: rgba(22, 10, 16, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 1.35rem 1.4rem;
  margin-bottom: 1.1rem;
}

.blog-mag-widget--tags {
  margin-bottom: 0;
}

.blog-mag-widget__title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: #faf6f2;
  margin: 0 0 0.85rem;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid rgba(224, 120, 64, 0.22);
}

.blog-mag-widget__text {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.65;
  margin-bottom: 0.75rem;
}

.blog-mag-widget__sign {
  font-size: 0.82rem;
  color: rgba(232, 184, 200, 0.85);
  font-style: italic;
  margin: 0;
}

.blog-mag-cat-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.55rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  color: rgba(244, 236, 248, 0.92);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.2s ease;
}

.blog-mag-cat-row:last-child {
  border-bottom: none;
}

.blog-mag-cat-row:hover {
  color: #fff;
}

.blog-mag-cat-row.is-active {
  color: #b4c4ff;
}

.blog-mag-cat-row__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.75rem;
  height: 1.75rem;
  padding: 0 0.4rem;
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.08);
  color: #e8e0ee;
}

.blog-mag-recent__item + .blog-mag-recent__item {
  margin-top: 0.85rem;
}

.blog-mag-recent__link {
  display: flex;
  gap: 0.85rem;
  text-decoration: none;
  align-items: flex-start;
}

.blog-mag-recent__thumb {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.blog-mag-recent__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-mag-recent__text {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
}

.blog-mag-recent__title {
  font-size: 0.86rem;
  font-weight: 600;
  color: #f2eef5;
  line-height: 1.35;
}

.blog-mag-recent__link:hover .blog-mag-recent__title {
  color: #e8b8c8;
}

.blog-mag-recent__link.is-current .blog-mag-recent__title {
  color: var(--accent-blue);
}

.blog-mag-recent__empty {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.92rem;
}

.blog-mag-recent__date {
  font-size: 0.72rem;
  color: var(--text-muted);
}

.blog-mag-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.blog-mag-tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 600;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(236, 228, 242, 0.9);
  text-decoration: none;
  background: rgba(7, 45, 241, 0.06);
  transition: border-color 0.2s ease, background 0.2s ease;
}

.blog-mag-tag:hover {
  border-color: rgba(224, 120, 64, 0.45);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.blog-mag-newsletter {
  background: linear-gradient(180deg, #12050c 0%, #0a0306 100%);
  border-top: 1px solid rgba(224, 120, 64, 0.18);
}

.blog-mag-newsletter__inner {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.blog-mag-newsletter__title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.65rem;
  color: #faf6f2;
  margin-bottom: 0.5rem;
}

.blog-mag-newsletter__lede {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin-bottom: 1.25rem;
}

.blog-mag-newsletter__input {
  background: rgba(10, 4, 8, 0.55) !important;
  border: 1px solid rgba(224, 120, 64, 0.28) !important;
  border-radius: 100px !important;
  padding: 0.65rem 1.15rem !important;
  color: #fff !important;
}

.blog-mag-newsletter__input::placeholder {
  color: rgba(255, 255, 255, 0.42);
  opacity: 1;
}

.blog-mag-newsletter__input:focus {
  border-color: rgba(7, 45, 241, 0.45) !important;
  box-shadow: 0 0 0 1px rgba(7, 45, 241, 0.2);
}

.blog-mag-newsletter__btn {
  border-radius: 100px;
  padding: 0.65rem 1.5rem;
  font-weight: 600;
  background: rgba(7, 45, 241, 0.88);
  border: 1px solid rgba(7, 45, 241, 0.45);
  color: #fff;
}

.blog-mag-newsletter__btn:hover {
  background: rgba(7, 45, 241, 0.96);
  color: #fff;
}

.blog-mag-newsletter__fineprint {
  font-size: 0.78rem;
  color: var(--text-muted);
  opacity: 0.75;
  margin: 1rem 0 0;
}

/* Global typography system */
.navbar-brand,
.hero-title,
.story-title,
.glass-showcase-brand,
.glass-showcase-mini-headline,
.glass-showcase-headline,
.glass-showcase-steps,
.collection-intro h2,
.page-hero__title,
.page-card__title,
.faq-accordion__btn,
.blog-mag-hero__title,
.blog-mag-featured__title,
.blog-mag-card__title,
.blog-mag-widget__title,
.blog-mag-newsletter__title {
  font-family: 'Monarcha Regular', 'Monarcha', Georgia, 'Times New Roman', serif;
}

.blog-mag-hero__subtitle {
  font-family: 'Sofia Pro', 'Sofia Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* Contact — map frame matches site glass / burgundy theme */
.contact-map-frame {
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid var(--glass-edge);
  background: rgba(36, 12, 22, 0.35);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.35),
    inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  min-height: 380px;
}

.contact-map-frame__iframe {
  width: 100%;
  height: 100%;
  min-height: 380px;
  border: 0;
  display: block;
  filter: saturate(0.92) contrast(1.02);
}

@media (min-width: 992px) {
  .contact-map-frame__iframe {
    min-height: 480px;
  }
}

/* Inner pages: white typography (contact, services, blog, service detail) */
.client-inner-light {
  color: #fff;
}

.client-inner-light .text-secondary,
.client-inner-light .text-muted {
  color: #fff !important;
}

.client-inner-light .page-prose,
.client-inner-light .page-prose strong {
  color: #fff !important;
}

.client-inner-light .page-hero__eyebrow {
  color: #fff !important;
}

.client-inner-light .page-hero__breadcrumb-list .page-hero__crumb a {
  color: #fff !important;
}

.client-inner-light .page-hero__breadcrumb-list .page-hero__crumb a:hover {
  color: #fff !important;
  opacity: 0.85;
}

.client-inner-light .page-hero__breadcrumb-list .page-hero__crumb.active {
  color: #fff !important;
}

.client-inner-light .page-hero__subtitle {
  color: #fff !important;
}

.client-inner-light .story-number,
.client-inner-light .story-title {
  color: #fff !important;
}

.client-inner-light .story-text,
.client-inner-light .story-text strong {
  color: #fff !important;
}

.client-inner-light .story-quote {
  color: #fff !important;
}

.client-inner-light .lead {
  color: #fff !important;
}

.client-inner-light .blog-article__meta,
.client-inner-light .blog-article__lede {
  color: rgba(255, 255, 255, 0.88);
}

.client-inner-light .blog-article__body,
.client-inner-light .blog-article__body p {
  color: #fff !important;
}

.client-inner-light .insight-card p,
.client-inner-light .insight-card .flex-grow-1 {
  color: #fff !important;
}

.client-inner-light .form-cosmic h2,
.client-inner-light .form-cosmic .form-label {
  color: #fff !important;
}

.client-inner-light .page-list-link,
.client-inner-light .page-list-link:hover {
  color: #fff !important;
}

.client-inner-light .page-list-link:hover {
  opacity: 0.9;
  text-decoration: underline;
}

.client-inner-light .page-card p {
  color: #fff !important;
}

.client-inner-light .page-card__meta {
  color: #fff !important;
}

.client-inner-light .stat-badge,
.client-inner-light .journey-pill {
  color: #fff !important;
}

.client-inner-light .cta-radial .h4,
.client-inner-light .cta-radial h3 {
  color: #fff !important;
}

/* Blog magazine (listing + hero inside wrapper) */
.client-inner-light .blog-mag-hero__title {
  color: #fff !important;
}

.client-inner-light .blog-mag-hero__subtitle {
  color: #fff !important;
}

.client-inner-light .blog-mag-hero__breadcrumb .breadcrumb-item,
.client-inner-light .blog-mag-hero__breadcrumb .breadcrumb-item a,
.client-inner-light .blog-mag-hero__breadcrumb .breadcrumb-item.active {
  color: #fff !important;
}

.client-inner-light .blog-mag-alert {
  color: #fff !important;
}

.client-inner-light .blog-mag-filter-note,
.client-inner-light .blog-mag-filter-note strong {
  color: #fff !important;
}

.client-inner-light .blog-mag-text-link,
.client-inner-light .blog-mag-text-link:hover {
  color: #fff !important;
}

.client-inner-light .blog-mag-pill,
.client-inner-light .blog-mag-pill--sm {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.06);
}

.client-inner-light .blog-mag-featured__excerpt {
  color: #fff !important;
}

.client-inner-light .blog-mag-meta,
.client-inner-light .blog-mag-meta i {
  color: #fff !important;
  opacity: 1;
}

.client-inner-light .blog-mag-featured__title a,
.client-inner-light .blog-mag-featured__title a:hover {
  color: #fff !important;
}

.client-inner-light .blog-mag-btn-outline,
.client-inner-light .blog-mag-btn-outline:hover {
  color: #fff !important;
}

.client-inner-light .blog-mag-card__title a,
.client-inner-light .blog-mag-card__title a:hover {
  color: #fff !important;
}

.client-inner-light .blog-mag-card__excerpt {
  color: #fff !important;
}

.client-inner-light .blog-mag-read-more,
.client-inner-light .blog-mag-read-more:hover {
  color: #fff !important;
}

.client-inner-light .blog-mag-empty {
  color: #fff !important;
}

.client-inner-light .blog-mag-widget__title {
  color: #fff !important;
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.client-inner-light .blog-mag-widget__text {
  color: #fff !important;
}

.client-inner-light .blog-mag-widget__sign {
  color: #fff !important;
}

.client-inner-light .blog-mag-cat-row,
.client-inner-light .blog-mag-cat-row.is-active {
  color: #fff !important;
}

.client-inner-light .blog-mag-cat-row__count {
  color: rgba(255, 255, 255, 0.9) !important;
}

.client-inner-light .blog-mag-recent__title {
  color: #fff !important;
}

.client-inner-light .blog-mag-recent__date {
  color: rgba(255, 255, 255, 0.88) !important;
}

.client-inner-light .blog-mag-recent__link:hover .blog-mag-recent__title {
  color: #fff !important;
}

.client-inner-light .blog-mag-tag {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.4);
}

.client-inner-light .blog-mag-newsletter__title {
  color: #fff !important;
}

.client-inner-light .blog-mag-newsletter__lede,
.client-inner-light .blog-mag-newsletter__fineprint {
  color: #fff !important;
  opacity: 1;
}

.client-inner-light .pagination .page-link {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.22);
}

.client-inner-light .pagination .page-item.active .page-link {
  background-color: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}

.client-inner-light .pagination .page-link:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.12);
}
