.homeHeroCard,
.homePreviewCard,
.homeCtaCard {
  border: 1px solid rgba(120, 89, 49, 0.14);
  border-radius: 28px;
  background: rgba(255, 251, 245, 0.92);
  box-shadow: 0 20px 44px rgba(80, 57, 27, 0.1);
}

.homeHeroCard {
  position: relative;
  overflow: hidden;
  padding: 14px 14px 18px;
  display: grid;
  gap: 0;
  background: linear-gradient(180deg, rgba(32, 25, 43, 0.94), rgba(52, 37, 28, 0.92) 58%, rgba(255, 248, 239, 0.92) 100%);
  border-color: rgba(160, 126, 70, 0.22);
  box-shadow: 0 28px 54px rgba(38, 26, 18, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.homeHeroVisual {
  position: relative;
  min-height: 664px;
  padding: 18px 14px 14px;
  border-radius: 24px;
  overflow: hidden;
  background: radial-gradient(circle at 50% 16%, rgba(255, 215, 151, 0.42), rgba(255, 215, 151, 0) 34%), linear-gradient(180deg, rgba(24, 17, 39, 0.96), rgba(43, 25, 32, 0.9) 62%, rgba(92, 63, 44, 0.72));
  border: 1px solid rgba(245, 213, 167, 0.12);
}

.homeHeroVisualAura {
  position: absolute;
  top: 74px;
  left: 50%;
  width: 320px;
  height: 320px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 214, 156, 0.68), rgba(255, 214, 156, 0) 70%);
  transform: translateX(-50%);
  filter: blur(12px);
}

.homeHeroLogo {
  position: absolute;
  top: 52px;
  left: 50%;
  z-index: 6;
  width: min(122px, 34vw);
  transform: translateX(-50%);
  filter: drop-shadow(0 12px 22px rgba(12, 10, 19, 0.24));
}

.homeHeroVisualFx {
  position: absolute;
  pointer-events: none;
  user-select: none;
}

.homeHeroVisualFx--glow {
  top: 146px;
  left: 50%;
  width: 86%;
  transform: translateX(-50%);
  opacity: 0.54;
  mix-blend-mode: screen;
}

.homeHeroVisualFx--sigil {
  top: 176px;
  left: 50%;
  width: 58%;
  transform: translateX(-50%);
  opacity: 0.56;
  animation: homeHeroRotate 22s linear infinite;
}

.homeHeroVisualFx--sparkle {
  top: 160px;
  left: 50%;
  width: 34%;
  transform: translateX(-50%);
  opacity: 0.86;
  animation: homeHeroFloat 5.4s ease-in-out infinite;
}

.homeHeroVisualFx--streakLeft {
  top: 236px;
  left: 34px;
  width: 72px;
  opacity: 0.76;
  transform: rotate(18deg);
}

.homeHeroVisualFx--streakRight {
  top: 220px;
  right: 22px;
  width: 112px;
  opacity: 0.84;
  transform: rotate(-18deg);
}

.homeHeroVisualFx--sparkleMini {
  top: 266px;
  right: 76px;
  width: 86px;
  opacity: 0.82;
  transform: rotate(-16deg);
}

.homeHeroCharacterCluster {
  position: absolute;
  left: 50%;
  bottom: 208px;
  z-index: 4;
  width: min(386px, 100% - 10px);
  height: 314px;
  transform: translateX(-50%);
}

.homeHeroCharacter {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform-origin: center bottom;
}

.homeHeroCharacter img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 20px 28px rgba(9, 7, 16, 0.28));
}

.homeHeroCharacter--leftEdge {
  width: 150px;
  transform: translateX(-194px) scale(0.76);
  z-index: 1;
}

.homeHeroCharacter--rightEdge {
  width: 150px;
  transform: translateX(44px) scale(0.76);
  z-index: 1;
}

.homeHeroCharacter--left {
  width: 176px;
  transform: translateX(-126px) scale(0.88);
  z-index: 2;
}

.homeHeroCharacter--right {
  width: 176px;
  transform: translateX(-38px) scale(0.88);
  z-index: 2;
}

.homeHeroCharacter--center {
  width: 200px;
  transform: translateX(-50%) scale(1);
  z-index: 3;
}

.homeHeroReadingTypeImage {
  position: absolute;
  right: -6px;
  bottom: 298px;
  z-index: 5;
  width: 164px;
  opacity: 0.9;
  filter: drop-shadow(0 18px 28px rgba(13, 9, 20, 0.24));
}

.homeHeroCopyPanel {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 10px;
  z-index: 7;
  padding: 20px 18px 18px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255, 251, 245, 0.97), rgba(247, 238, 225, 0.92));
  border: 1px solid rgba(202, 168, 120, 0.24);
  box-shadow: 0 22px 38px rgba(20, 13, 11, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.52);
}

.homeHeroCopyPanel .publicHeroTitle {
  font-size: 34px;
  line-height: 1.04;
}

.homeHeroCopyPanel .publicHeroDescription {
  margin-top: 12px;
  max-width: 286px;
}

.homeHeroCopyPanel .publicButtonRow {
  margin-top: 18px;
}

.homeFlowList {
  display: grid;
  gap: 12px;
}

.homeFlowItem {
  padding: 18px 16px 17px;
  border-radius: 24px;
  background: rgba(255, 252, 247, 0.92);
  border: 1px solid rgba(120, 89, 49, 0.1);
  box-shadow: 0 10px 24px rgba(80, 57, 27, 0.05);
}

.homeFlowItem__step,
.homeFlowItem__title,
.homeFlowItem__description,
.homePreviewLabel,
.homePreviewQuestion p,
.homePreviewAnswer p,
.homePreviewFollowup p {
  margin: 0;
}

.homeFlowItem__step,
.homePreviewLabel {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #a17a3f;
}

.homeFlowItem__title {
  margin-top: 8px;
  font-size: 18px;
  line-height: 1.28;
  color: #261d15;
}

.homeFlowItem__description {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.65;
  color: #5f5040;
}

.homePreviewCard {
  padding: 22px 18px 20px;
  display: grid;
  gap: 18px;
}

.homePreviewQuestion,
.homePreviewAnswer,
.homePreviewFollowup {
  display: grid;
  gap: 8px;
}

.homePreviewVisual {
  overflow: hidden;
  border-radius: 24px;
  background: #eadfce;
  box-shadow: 0 18px 34px rgba(84, 58, 28, 0.1);
}

.homePreviewVisual__image {
  display: block;
  width: 100%;
  aspect-ratio: 1.08;
  object-fit: cover;
}

.homePreviewQuestion p,
.homePreviewAnswer p,
.homePreviewFollowup p {
  font-size: 15px;
  line-height: 1.72;
  color: #35291d;
}

.homeCtaCard {
  padding: 24px 20px 22px;
  display: grid;
  gap: 10px;
  background: linear-gradient(180deg, rgba(255, 249, 241, 0.96), rgba(244, 234, 219, 0.92));
}

@keyframes homeHeroRotate {
  from {
    transform: translateX(-50%) rotate(0deg);
  }
  to {
    transform: translateX(-50%) rotate(360deg);
  }
}
@keyframes homeHeroFloat {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-8px);
  }
}
@keyframes homeHeroDrift {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-8px, -10px, 0);
  }
}

/*# sourceMappingURL=home.css.map */
