/* Home — three pillars: Face / Body / Soul */

.page-home {
  background: #0a0a0a;
}

.page-home .site-header {
  background: rgba(10, 10, 10, 0.88);
  border-bottom-color: rgba(255, 255, 255, 0.08);
  justify-content: flex-end;
}

.page-home .nav {
  gap: 0.5rem 1.65rem;
}

.page-home .nav a {
  color: rgba(246, 243, 238, 0.88);
}

.page-home .nav a:hover,
.page-home .nav a[aria-current="page"] {
  color: #fff;
}

.page-home .nav-cta {
  background: #f6f3ee;
  color: #0a0a0a !important;
  border-color: #f6f3ee;
}

.page-home .nav-cta:hover {
  background: #fff;
}

/* ——— Three doors (first viewport) ——— */
.pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  min-height: calc(100vh - 64px);
  min-height: calc(100dvh - 64px);
}

.pillar {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 70vh;
  padding: 0;
  text-decoration: none !important;
  overflow: hidden;
  color: inherit;
  isolation: isolate;
}

.pillar-veil {
  position: absolute;
  inset: 0;
  z-index: 0;
  transition: transform 1.1s cubic-bezier(0.22, 1, 0.36, 1), filter 0.6s ease;
}

.pillar:hover .pillar-veil,
.pillar:focus-visible .pillar-veil {
  transform: scale(1.04);
}

.pillar-copy {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: none;
  min-height: 16rem;
  padding: 2.5rem 1.75rem calc(2.75rem + 2cm);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-sizing: border-box;
  animation: pillarRise 1s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.pillar--body .pillar-copy {
  animation-delay: 0.12s;
}

.pillar--soul .pillar-copy {
  animation-delay: 0.24s;
}

@keyframes pillarRise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Shared type system: Cormorant (display) + Montserrat (text) */
.pillar-brand {
  margin: 0 0 0.55rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.3;
  min-height: 2.9rem;
}

.pillar-title {
  margin: 0 0 0.65rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.6rem, 5vw, 4.2rem);
  line-height: 0.95;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.pillar-line {
  margin: 0 0 1.35rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.45;
  max-width: 16rem;
  min-height: 2.7rem;
  opacity: 0.9;
}

.pillar-enter {
  display: inline-block;
  align-self: flex-start;
  font-family: "Montserrat", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid currentColor;
  transition: letter-spacing 0.35s ease;
}

.pillar:hover .pillar-enter {
  letter-spacing: 0.28em;
}

/* Shared soft color bloom that drifts (not just sparkle dots) */
.pillar-glow {
  position: absolute;
  inset: -25%;
  z-index: 1;
  pointer-events: none;
  opacity: 0.85;
}

/* FACE — Luminous Cocoon: old money cream / pearl */
.pillar--face {
  color: #3a342e;
}

.pillar--face .pillar-veil {
  background:
    radial-gradient(ellipse 90% 70% at 78% 12%, rgba(255, 255, 255, 0.72), transparent 58%),
    radial-gradient(ellipse 70% 55% at 12% 55%, rgba(245, 232, 210, 0.55), transparent 55%),
    radial-gradient(ellipse 55% 45% at 48% 88%, rgba(220, 200, 175, 0.42), transparent 52%),
    linear-gradient(165deg, #f7f1e8 0%, #ebe3d6 42%, #d9cfc0 100%);
}

.pillar--face .pillar-glow {
  background:
    radial-gradient(ellipse 55% 45% at 30% 35%, rgba(255, 255, 255, 0.55), transparent 70%),
    radial-gradient(ellipse 50% 40% at 75% 60%, rgba(240, 220, 190, 0.4), transparent 68%),
    radial-gradient(ellipse 40% 35% at 55% 20%, rgba(255, 248, 235, 0.45), transparent 65%);
  mix-blend-mode: soft-light;
  animation: glowDriftFace 14s ease-in-out infinite alternate;
}

@keyframes glowDriftFace {
  from {
    transform: translate(-4%, 2%) scale(1);
    opacity: 0.55;
  }
  to {
    transform: translate(6%, -5%) scale(1.08);
    opacity: 0.95;
  }
}

.pillar--face .pillar-brand {
  color: #6a5e52;
}

.pillar--face .pillar-title {
  color: #2c2722;
}

.pillar--face .pillar-line {
  color: #5c534a;
}

.pillar--face .pillar-enter {
  color: #2c2722;
  border-color: rgba(44, 39, 34, 0.45);
}

/* Soft pearl shimmer — warmer, slower than Soul */
.pillar--face .pillar-sparkles {
  background-image:
    radial-gradient(2px 2px at 20% 24%, rgba(255, 252, 245, 0.95), transparent),
    radial-gradient(1.5px 1.5px at 38% 48%, rgba(255, 248, 235, 0.85), transparent),
    radial-gradient(2px 2px at 58% 18%, rgba(255, 255, 255, 0.9), transparent),
    radial-gradient(1.5px 1.5px at 72% 42%, rgba(240, 228, 210, 0.9), transparent),
    radial-gradient(2px 2px at 86% 30%, rgba(255, 252, 245, 0.8), transparent),
    radial-gradient(1.5px 1.5px at 30% 70%, rgba(255, 248, 235, 0.75), transparent),
    radial-gradient(1px 1px at 64% 78%, rgba(255, 255, 255, 0.7), transparent);
  opacity: 0.5;
  animation: sparkleFace 7s ease-in-out infinite alternate;
  mix-blend-mode: soft-light;
}

@keyframes sparkleFace {
  from {
    opacity: 0.28;
    transform: translateY(0) scale(1);
  }
  to {
    opacity: 0.62;
    transform: translateY(-5px) scale(1.02);
  }
}

/* BODY — brand fuchsia with soft color blooms (like earlier purple glow, but brand pink) */
.pillar--body {
  color: #fafafa;
}

.pillar--body .pillar-veil {
  background:
    radial-gradient(ellipse 90% 70% at 22% 12%, rgba(255, 150, 205, 0.7), transparent 58%),
    radial-gradient(ellipse 70% 55% at 82% 38%, rgba(199, 21, 133, 0.55), transparent 55%),
    radial-gradient(ellipse 60% 50% at 45% 78%, rgba(155, 15, 104, 0.5), transparent 52%),
    linear-gradient(180deg, #c71585 0%, #b01278 32%, #7a0c52 58%, #1a0a14 82%, #0f0f0f 100%);
}

.pillar--body .pillar-glow {
  background:
    radial-gradient(ellipse 60% 50% at 35% 30%, rgba(255, 180, 220, 0.55), transparent 68%),
    radial-gradient(ellipse 55% 45% at 70% 55%, rgba(199, 21, 133, 0.5), transparent 65%),
    radial-gradient(ellipse 45% 40% at 50% 80%, rgba(255, 120, 190, 0.35), transparent 60%);
  mix-blend-mode: soft-light;
  animation: glowDriftBody 10s ease-in-out infinite alternate;
}

@keyframes glowDriftBody {
  from {
    transform: translate(3%, 4%) scale(1);
    opacity: 0.5;
  }
  to {
    transform: translate(-7%, -6%) scale(1.1);
    opacity: 0.95;
  }
}

.pillar--body .pillar-brand {
  color: #ffffff;
}

.pillar--body .pillar-title {
  color: #ffffff;
}

.pillar--body .pillar-line {
  color: rgba(255, 255, 255, 0.92);
}

.pillar--body .pillar-enter {
  color: #fff;
  border-color: #ffffff;
}

/* Fuchsia-white shimmer — brighter points, quicker pulse */
.pillar--body .pillar-sparkles {
  background-image:
    radial-gradient(2px 2px at 16% 20%, rgba(255, 255, 255, 1), transparent),
    radial-gradient(1.5px 1.5px at 34% 36%, rgba(255, 200, 230, 0.95), transparent),
    radial-gradient(2px 2px at 52% 14%, rgba(255, 255, 255, 1), transparent),
    radial-gradient(1.5px 1.5px at 70% 40%, rgba(255, 180, 220, 0.9), transparent),
    radial-gradient(2px 2px at 84% 26%, rgba(255, 255, 255, 0.95), transparent),
    radial-gradient(1.5px 1.5px at 26% 66%, rgba(255, 220, 235, 0.85), transparent),
    radial-gradient(2px 2px at 60% 74%, rgba(255, 255, 255, 0.9), transparent),
    radial-gradient(1px 1px at 78% 58%, rgba(255, 190, 225, 0.85), transparent);
  opacity: 0.55;
  animation: sparkleBody 4.2s ease-in-out infinite alternate;
  mix-blend-mode: screen;
}

@keyframes sparkleBody {
  from {
    opacity: 0.32;
    transform: translateY(2px);
  }
  to {
    opacity: 0.72;
    transform: translateY(-7px);
  }
}

/* SOUL — ~50% between dark original and light version; no diamond */
.pillar--soul {
  color: #e8e6e3;
}

.pillar--soul .pillar-veil {
  background:
    radial-gradient(ellipse 65% 55% at 78% 18%, rgba(255, 255, 255, 0.28), transparent 58%),
    radial-gradient(ellipse 55% 45% at 18% 72%, rgba(180, 190, 210, 0.2), transparent 55%),
    radial-gradient(ellipse 45% 40% at 55% 45%, rgba(200, 205, 220, 0.1), transparent 60%),
    linear-gradient(170deg, #3a3d48 0%, #23262f 48%, #15171d 100%);
}

.pillar--soul .pillar-glow {
  background:
    radial-gradient(ellipse 50% 42% at 65% 30%, rgba(255, 255, 255, 0.28), transparent 68%),
    radial-gradient(ellipse 45% 38% at 25% 65%, rgba(190, 200, 220, 0.22), transparent 65%);
  mix-blend-mode: soft-light;
  animation: glowDriftSoul 12s ease-in-out infinite alternate;
}

@keyframes glowDriftSoul {
  from {
    transform: translate(-3%, 3%) scale(1);
    opacity: 0.45;
  }
  to {
    transform: translate(5%, -4%) scale(1.06);
    opacity: 0.85;
  }
}

.pillar-sparkles {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-image:
    radial-gradient(2px 2px at 14% 22%, rgba(255, 255, 255, 1), transparent),
    radial-gradient(1.5px 1.5px at 28% 40%, rgba(255, 255, 255, 0.95), transparent),
    radial-gradient(2px 2px at 48% 16%, rgba(255, 255, 255, 1), transparent),
    radial-gradient(1.5px 1.5px at 62% 33%, rgba(230, 240, 255, 0.95), transparent),
    radial-gradient(2px 2px at 76% 48%, rgba(255, 255, 255, 1), transparent),
    radial-gradient(1.5px 1.5px at 88% 28%, rgba(255, 255, 255, 0.9), transparent),
    radial-gradient(2px 2px at 40% 68%, rgba(255, 255, 255, 0.95), transparent),
    radial-gradient(1.5px 1.5px at 58% 78%, rgba(220, 230, 255, 0.9), transparent),
    radial-gradient(2px 2px at 22% 82%, rgba(255, 255, 255, 0.85), transparent),
    radial-gradient(1px 1px at 72% 70%, rgba(255, 255, 255, 0.8), transparent);
  opacity: 0.65;
  animation: sparkleSoft 5s ease-in-out infinite alternate;
}

@keyframes sparkleSoft {
  from {
    opacity: 0.4;
    transform: translateY(0);
  }
  to {
    opacity: 0.8;
    transform: translateY(-8px);
  }
}

.pillar--soul .pillar-brand {
  color: rgba(232, 230, 227, 0.78);
}

.pillar--soul .pillar-title {
  color: #f4f2ef;
}

.pillar--soul .pillar-line {
  color: rgba(232, 230, 227, 0.78);
}

.pillar--soul .pillar-enter {
  color: #f4f2ef;
  border-color: rgba(244, 242, 239, 0.55);
}

/* ——— World detail sections ——— */
.world {
  padding: clamp(4rem, 10vw, 7rem) 1.5rem;
  scroll-margin-top: 72px;
}

.world-inner {
  max-width: 720px;
  margin: 0 auto;
}

.world-brand {
  margin: 0 0 0.5rem;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 600;
}

.world-title {
  margin: 0 0 1rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.8rem, 6vw, 4.5rem);
  line-height: 1;
  font-weight: 600;
}

.world-lead {
  margin: 0 0 2rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.05rem;
  line-height: 1.6;
  max-width: 36rem;
}

.world-list {
  margin: 0 0 2.25rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.65rem;
  font-family: "Montserrat", sans-serif;
}

.world-list li {
  position: relative;
  padding-left: 1.15rem;
  font-size: 1.02rem;
}

.world-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
}

.world-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2.5rem;
}

.world-actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.35rem;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none !important;
  border-radius: 2px;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.world-actions .btn:hover {
  transform: translateY(-1px);
}

.world-cross {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 1.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid currentColor;
  font-size: 0.92rem;
}

.world-cross a {
  text-decoration: none;
  font-weight: 500;
}

.world-cross a:hover {
  text-decoration: underline;
}

/* Face world */
.world--face {
  background:
    radial-gradient(ellipse 70% 50% at 100% 0%, rgba(255, 255, 255, 0.5), transparent 50%),
    linear-gradient(180deg, #f4eee5 0%, #ebe4d8 100%);
  color: #2c2722;
}

.world--face .world-brand {
  color: #6a5e52;
}

.world--face .world-title {
  font-weight: 600;
}

.world--face .world-lead,
.world--face .world-list {
  color: #4a433c;
}

.world--face .world-list li::before {
  background: #a89884;
}

.world--face .world-cross {
  border-color: rgba(44, 39, 34, 0.15);
}

.world--face .world-cross a {
  color: #6a5e52;
}

.btn-face {
  background: #2c2722;
  color: #f7f1e8 !important;
  border: 1px solid #2c2722;
  font-family: "Montserrat", sans-serif;
}

.btn-face-ghost {
  background: transparent;
  color: #2c2722 !important;
  border: 1px solid rgba(44, 39, 34, 0.35);
  font-family: "Montserrat", sans-serif;
}

/* Body world */
.world--body {
  background: #0f0f0f;
  color: #fafafa;
}

.world--body .world-brand {
  color: #c71585;
}

.world--body .world-lead,
.world--body .world-list {
  color: rgba(250, 250, 250, 0.82);
}

.world--body .world-list li::before {
  background: #c71585;
}

.world--body .world-cross {
  border-color: rgba(255, 255, 255, 0.12);
}

.world--body .world-cross a {
  color: #c71585;
}

.btn-body {
  background: #c71585;
  color: #fff !important;
  border: 1px solid #c71585;
  font-family: "Montserrat", sans-serif;
}

.btn-body-ghost {
  background: transparent;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.35);
  font-family: "Montserrat", sans-serif;
}

/* Soul world — mid-dark (~50%) */
.world--soul {
  background:
    radial-gradient(ellipse 50% 40% at 80% 10%, rgba(255, 255, 255, 0.12), transparent 55%),
    linear-gradient(180deg, #2f323c 0%, #1a1c24 100%);
  color: #e8e6e3;
  position: relative;
}

.world--soul .world-brand {
  color: rgba(232, 230, 227, 0.75);
}

.world--soul .world-lead,
.world--soul .world-list {
  color: rgba(232, 230, 227, 0.8);
}

.world--soul .world-list li::before {
  background: rgba(220, 230, 255, 0.85);
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.35);
}

.world--soul .world-cross {
  border-color: rgba(232, 230, 227, 0.15);
}

.world--soul .world-cross a {
  color: rgba(232, 230, 227, 0.8);
}

.btn-soul {
  background: rgba(244, 242, 239, 0.95);
  color: #12131a !important;
  border: 1px solid rgba(244, 242, 239, 0.95);
  font-family: "Montserrat", sans-serif;
}

.btn-soul-ghost {
  background: transparent;
  color: #e8e6e3 !important;
  border: 1px solid rgba(232, 230, 227, 0.35);
  font-family: "Montserrat", sans-serif;
}

/* Visit strip */
.home-visit {
  padding: 2.5rem 1.5rem;
  text-align: center;
  background: #080808;
  color: rgba(246, 243, 238, 0.75);
  font-family: "Montserrat", sans-serif;
}

.home-visit-label {
  margin: 0 0 0.4rem;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #c71585;
}

.home-visit-address,
.home-visit-hours {
  margin: 0.25rem 0;
  font-size: 0.95rem;
}

.home-visit a {
  color: #f6f3ee;
}

.page-home .site-footer {
  background: #050505;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  color: rgba(246, 243, 238, 0.55);
}

.page-home .site-footer a {
  color: rgba(246, 243, 238, 0.8);
}

/* Mobile: stack pillars */
@media (max-width: 900px) {
  .pillars {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .pillar {
    min-height: 72vh;
    min-height: 72dvh;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pillar-copy,
  .pillar-sparkles,
  .pillar-glow,
  .pillar-veil {
    animation: none !important;
    transition: none !important;
  }
}
