/* Scroll-led celestial experience. Loaded after the shared brand theme. */
body { background: radial-gradient(ellipse at 80% 8%, #38271955, transparent 38%), #100d14; }
#webgl-canvas { display: block; opacity: 0; transition: none; }
main, .site-footer { position: relative; z-index: 2; }
main > section { scroll-margin-top: 100px; }
.hero-section { min-height: 100svh; padding: 150px 0 70px; }
.hero-grid { grid-template-columns: 1.1fr 1fr; gap: 24px; text-align: left; }
.hero-content { margin: 0; max-width: 700px; }
.hero-headline { font-size: clamp(3rem, 5.7vw, 5.4rem); }
.hero-superbadge { padding: 10px 14px; }
.hero-superbadge span { font-size: .58rem; }
.hero-lead-text { margin-left: 0; max-width: 520px; }
.hero-cta-group, .hero-trust-bar { justify-content: flex-start; }
.hero-3d-interactive-anchor { min-height: 480px; perspective: 1000px; }
.webgl-ready .hero-emblem-cluster { opacity: 0; pointer-events: none; }
.celestial-note { backdrop-filter: blur(18px); background: linear-gradient(135deg, #47332670, #211923b0); box-shadow: 0 30px 70px #0005, inset 0 1px #f2d9ab22; }
.celestial-note-left { left: 0; top: 0; transform: rotate(-8deg) translateZ(20px); }
.celestial-note-right { right: -5%; bottom: 0; transform: rotate(7deg) translateZ(40px); }
.hero-scroll-prompt { margin-top: 30px; }
.cosmic-journey { height: 240svh; position: relative; border-block: 1px solid #d9ac621c; }
.journey-stage { height: 100svh; position: sticky; top: 0; display: flex; flex-direction: column; justify-content: space-between; padding: 120px max(6vw, 24px) 40px; overflow: hidden; }
.journey-copy { position: relative; z-index: 2; max-width: 440px; transform: translateY(calc(var(--journey-progress, 0) * -24px)); }
.journey-copy h2 { font-family: var(--font-sans); font-size: clamp(2.8rem, 5vw, 5rem); line-height: 1.08; font-weight: 400; letter-spacing: -.055em; margin: 22px 0; }
.journey-copy em { font-family: var(--font-serif); color: var(--gold-light); font-weight: 400; }
.journey-copy p { color: var(--text-secondary); max-width: 300px; font-size: .9rem; }
.journey-caption { display: flex; align-items: center; gap: 24px; text-transform: uppercase; font-size: .65rem; letter-spacing: .15em; color: var(--gold-light); }
.journey-track { flex: 1; height: 1px; background: #d9ac6230; }
.journey-track i { display: block; width: 100%; height: 1px; background: var(--gold-light); transform-origin: left; transform: scaleX(var(--journey-progress, 0)); }
.journey-fallback { position: absolute; top: 45%; left: 60%; color: var(--gold-light); font-size: 150px; text-shadow: 0 0 80px #d9ac6270; }
.webgl-ready .journey-fallback { display: none; }
html:not(.webgl-ready) .cosmic-journey { height: auto; }
html:not(.webgl-ready) .journey-stage { position: relative; min-height: 650px; }
.scene-reveal { opacity: .15; transform: perspective(1200px) translateY(60px) rotateX(3deg); transition: opacity 1s ease, transform 1.2s cubic-bezier(.16,1,.3,1); }
.scene-reveal.scene-visible, .scene-reveal:focus-within { opacity: 1; transform: none; }
.tilt-card, .plan-card, .pricing-card, .expert-card, .wisdom-card, .service-detail-card { background: #211c22f2; box-shadow: none; }
.tilt-card > *, .plan-card > * { transform: translateZ(14px); }
.problem-hook-section { background: linear-gradient(180deg, #241b20b0, #100d1480); }
.page-banner-section { min-height: 48svh; display: grid; align-items: center; }
@media (min-width: 1100px) {
  .journey-copy { margin-left: 57%; }
}
@media (max-width: 992px) {
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  .hero-content { margin: auto; }
  .hero-lead-text { margin-left: auto; }
  .hero-cta-group, .hero-trust-bar { justify-content: center; }
  .hero-3d-interactive-anchor { min-height: 340px; max-width: 500px; }
  .celestial-note-right { right: 0; }
  .journey-copy { max-width: 330px; }
  .journey-copy h2 { font-size: 3rem; }
}
@media (max-width: 700px) {
  .hero-section { padding-top: 130px; }
  .hero-headline { font-size: clamp(2.7rem, 9vw, 3.8rem); }
  .hero-3d-interactive-anchor { min-height: 280px; }
  .cosmic-journey { height: 190svh; }
  .journey-stage { padding: 105px 24px 28px; }
  .journey-copy h2 { font-size: 2.5rem; margin: 12px 0; }
  .journey-copy p { font-size: .8rem; max-width: 240px; }
  .journey-caption { flex-wrap: wrap; gap: 14px; font-size: .55rem; }
  .journey-caption > :last-child { width: 100%; }
  .journey-fallback { top: 50%; left: 35%; }
}
@media (prefers-reduced-motion: reduce) {
  #webgl-canvas { display: none; }
  .cosmic-journey { height: auto; }
  .journey-stage { position: relative; min-height: 650px; height: auto; gap: 160px; }
  .journey-copy, .scene-reveal { transform: none; opacity: 1; }
  .journey-track { display: none; }
  .journey-caption > :last-child { display: none; }
}

/* Restrained surface treatment; the astrolabe remains the main visual. */
.hero-section::before, body::before { display: none; }
.btn-primary::before { display: none; }
.btn-primary, .btn-primary:hover { box-shadow: none; }
.hero-superbadge { border: 0; background: none; padding-left: 0; padding-right: 0; }
.hero-headline .gold-gradient-text { background: none; color: var(--gold-light); -webkit-text-fill-color: currentColor; }
.hero-trust-bar { border-top: 1px solid var(--border-subtle); padding-top: 22px; }
.tilt-card, .plan-card, .pricing-card, .wisdom-card, .service-detail-card { border-radius: 18px; }
.topic-tile { text-align: left; border-radius: 12px; }
.discipline-card-title { margin-top: 0; }
