/* Stage1036 Tarot spread page UX rollout */
body.lt-en-shell:has(main.lt-stage1036-tarot-page) {
  background:
    radial-gradient(circle at 7% 9%, rgba(247, 214, 220, .5), transparent 25%),
    radial-gradient(circle at 94% 28%, rgba(231, 213, 229, .47), transparent 24%),
    linear-gradient(180deg, #fffdfc 0%, #fff8f7 48%, #f9eef2 100%);
}

main.lt-stage1036-tarot-page {
  max-width: 1220px;
  padding: 28px 20px 104px;
}

.lt-stage1036-tarot-page *,
.lt-stage1036-tarot-page *::before,
.lt-stage1036-tarot-page *::after {
  box-sizing: border-box;
  min-width: 0;
}

.lt-stage1036-tarot-page :where(h1, h2, h3, strong) {
  text-wrap: balance;
}

.lt-stage1036-tarot-page > .lt-breadcrumbs {
  margin-bottom: 18px;
}

.lt-stage1036-tarot-page > section:first-of-type {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  border: 1px solid rgba(154, 76, 106, .17);
  border-radius: 38px;
  background:
    radial-gradient(circle at 96% 7%, rgba(207, 118, 147, .17), transparent 27%),
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(255, 246, 245, .91));
  box-shadow: 0 30px 90px rgba(91, 43, 67, .11);
}

.lt-stage1036-tarot-page[data-stage1036-layout="separate"] > section:nth-of-type(2) {
  position: relative;
  z-index: 2;
  margin-top: clamp(18px, 3vw, 30px);
  padding: clamp(20px, 3vw, 32px);
  border: 1px solid rgba(145, 72, 100, .17);
  border-radius: 30px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 22px 58px rgba(82, 39, 59, .09);
}

.lt-stage1036-tarot-page :where(
  > section:first-of-type,
  [data-en-dynamic-tool],
  [data-stage429-relationship-clarity]
) :where(input, textarea, select) {
  max-width: 100%;
  border-radius: 15px;
}

.lt-stage1036-tarot-page :where(
  > section:first-of-type,
  > section:nth-of-type(2)
) :where(button, .lt-draw-btn, .lt-button) {
  min-height: 48px;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.lt-stage1036-tarot-page :where(
  > section:first-of-type,
  > section:nth-of-type(2)
) :where(button, .lt-draw-btn, .lt-button):hover {
  transform: translateY(-2px);
}

.lt-stage1036-tarot-page .s1036-section,
.lt-stage1036-tarot-page .s1036-next {
  margin-top: clamp(24px, 4vw, 48px);
  padding: clamp(26px, 4vw, 48px);
  border: 1px solid rgba(154, 76, 106, .14);
  border-radius: 34px;
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 22px 65px rgba(91, 43, 67, .075);
}

.lt-stage1036-tarot-page .s1036-kicker {
  display: block;
  margin: 0 0 12px;
  color: #a34b6d;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.lt-stage1036-tarot-page .s1036-section-head {
  max-width: 800px;
  margin: 0 auto 28px;
  text-align: center;
}

.lt-stage1036-tarot-page :where(.s1036-section-head, .s1036-copy-head, .s1036-next-head) h2 {
  margin: 0;
  color: #402133;
  font-family: var(--serif);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 400;
  line-height: 1.08;
}

.lt-stage1036-tarot-page .s1036-section-head > p {
  margin: 14px 0 0;
  color: #735b69;
  font-size: 16px;
  line-height: 1.65;
}

.lt-stage1036-tarot-page .s1036-position-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.lt-stage1036-tarot-page[data-stage1036-card-count="1"] .s1036-position-grid {
  grid-template-columns: minmax(0, 520px);
  justify-content: center;
}

.lt-stage1036-tarot-page[data-stage1036-card-count="3"] .s1036-position-grid,
.lt-stage1036-tarot-page[data-stage1036-card-count="6"] .s1036-position-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lt-stage1036-tarot-page[data-stage1036-card-count="5"] .s1036-position-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.lt-stage1036-tarot-page .s1036-position-card {
  min-height: 174px;
  padding: 21px;
  border: 1px solid rgba(147, 77, 103, .15);
  border-radius: 23px;
  background: linear-gradient(155deg, #fff, #fff8f7);
  box-shadow: 0 12px 30px rgba(92, 43, 66, .045);
}

.lt-stage1036-tarot-page .s1036-position-card > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #8c405f;
  background: #fae9ef;
  font-size: 12px;
  font-weight: 900;
}

.lt-stage1036-tarot-page .s1036-position-card h3 {
  margin: 16px 0 0;
  color: #492638;
  font-family: var(--serif);
  font-size: clamp(20px, 2vw, 25px);
  font-weight: 400;
  line-height: 1.14;
}

.lt-stage1036-tarot-page .s1036-position-card p {
  margin: 9px 0 0;
  color: #705866;
  line-height: 1.55;
}

.lt-stage1036-tarot-page .s1036-structure-note {
  max-width: 850px;
  margin: 22px auto 0;
  padding: 15px 18px;
  border: 1px solid rgba(147, 77, 103, .12);
  border-radius: 16px;
  color: #664e5b;
  background: rgba(255, 255, 255, .75);
  text-align: center;
  line-height: 1.55;
}

.lt-stage1036-tarot-page .s1036-guidance {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: stretch;
}

.lt-stage1036-tarot-page .s1036-practice-grid {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.lt-stage1036-tarot-page .s1036-practice-item {
  padding: 19px 21px;
  border-left: 3px solid rgba(169, 75, 112, .7);
  border-radius: 0 18px 18px 0;
  background: rgba(255, 250, 249, .78);
}

.lt-stage1036-tarot-page .s1036-practice-item h3 {
  margin: 0;
  color: #4d293b;
  font-family: var(--serif);
  font-size: 1.32rem;
  font-weight: 500;
}

.lt-stage1036-tarot-page .s1036-practice-item p,
.lt-stage1036-tarot-page .s1036-guide-intro {
  color: #654f5b;
  line-height: 1.62;
}

.lt-stage1036-tarot-page .s1036-practice-item p {
  margin: 8px 0 0;
}

.lt-stage1036-tarot-page .s1036-guide-intro {
  margin: 24px 0 0;
}

.lt-stage1036-tarot-page .s1036-guide-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 18px;
}

.lt-stage1036-tarot-page .s1036-guide-links a {
  color: #8c405f;
  font-weight: 800;
  text-decoration-color: rgba(140, 64, 95, .3);
  text-underline-offset: 4px;
}

.lt-stage1036-tarot-page .s1036-trust {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(25px, 4vw, 42px);
  border-radius: 28px;
  color: #fff;
  background:
    radial-gradient(circle at 92% 8%, rgba(255, 255, 255, .13), transparent 30%),
    linear-gradient(135deg, #6a3150, #46263c);
  box-shadow: 0 24px 60px rgba(67, 32, 51, .2);
}

.lt-stage1036-tarot-page .s1036-trust .s1036-kicker {
  color: #f0c6d4;
}

.lt-stage1036-tarot-page .s1036-trust h3 {
  margin: 0;
  color: #fff;
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 400;
  line-height: 1.08;
}

.lt-stage1036-tarot-page .s1036-trust p {
  margin: 16px 0 0;
  color: #f0dfe6;
  line-height: 1.65;
}

.lt-stage1036-tarot-page .s1036-next {
  background: linear-gradient(145deg, rgba(255, 250, 248, .96), rgba(252, 239, 243, .9));
}

.lt-stage1036-tarot-page .s1036-next-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr);
  gap: 30px;
  align-items: end;
}

.lt-stage1036-tarot-page .s1036-next-head > p {
  margin: 0;
  color: #735b69;
  line-height: 1.65;
}

.lt-stage1036-tarot-page .s1036-next-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  margin-top: 28px;
}

.lt-stage1036-tarot-page .s1036-next-card {
  display: flex;
  flex-direction: column;
  min-height: 210px;
  padding: 22px;
  border: 1px solid rgba(147, 77, 103, .16);
  border-radius: 24px;
  background: rgba(255, 255, 255, .93);
  color: inherit;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.lt-stage1036-tarot-page .s1036-next-card:hover {
  transform: translateY(-3px);
  border-color: rgba(147, 77, 103, .34);
  box-shadow: 0 18px 42px rgba(92, 43, 66, .1);
}

.lt-stage1036-tarot-page .s1036-next-card > span {
  color: #a0476a;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.lt-stage1036-tarot-page .s1036-next-card > strong {
  margin-top: 13px;
  color: #492638;
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 400;
  line-height: 1.12;
}

.lt-stage1036-tarot-page .s1036-next-card > small {
  margin-top: 10px;
  color: #705866;
  font-size: 15px;
  line-height: 1.55;
}

.lt-stage1036-tarot-page .s1036-next-card > em {
  margin-top: auto;
  padding-top: 18px;
  color: #9e4567;
  font-size: 13px;
  font-style: normal;
  font-weight: 850;
}

.lt-stage1036-tarot-page :where(a, button, input, textarea, select):focus-visible {
  outline: 3px solid #3c7898;
  outline-offset: 4px;
}

@media (max-width: 1080px) {
  .lt-stage1036-tarot-page[data-stage1036-card-count="5"] .s1036-position-grid,
  .lt-stage1036-tarot-page .s1036-position-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .lt-stage1036-tarot-page .s1036-position-grid,
  .lt-stage1036-tarot-page[data-stage1036-card-count="3"] .s1036-position-grid,
  .lt-stage1036-tarot-page[data-stage1036-card-count="5"] .s1036-position-grid,
  .lt-stage1036-tarot-page[data-stage1036-card-count="6"] .s1036-position-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lt-stage1036-tarot-page .s1036-guidance,
  .lt-stage1036-tarot-page .s1036-next-head {
    grid-template-columns: 1fr;
  }

  .lt-stage1036-tarot-page .s1036-next-head {
    text-align: center;
  }

  .lt-stage1036-tarot-page .s1036-next-head > p {
    max-width: 620px;
    margin-inline: auto;
  }

  .lt-stage1036-tarot-page .s1036-next-grid {
    grid-template-columns: 1fr;
  }

  .lt-stage1036-tarot-page .s1036-next-card {
    min-height: 0;
  }
}

@media (max-width: 620px) {
  main.lt-stage1036-tarot-page {
    padding: 10px 7px 106px !important;
  }

  .lt-stage1036-tarot-page > .lt-breadcrumbs {
    margin: 12px 10px 14px;
  }

  .lt-stage1036-tarot-page > section:first-of-type,
  .lt-stage1036-tarot-page[data-stage1036-layout="separate"] > section:nth-of-type(2),
  .lt-stage1036-tarot-page .s1036-section,
  .lt-stage1036-tarot-page .s1036-next {
    border-radius: 25px;
  }

  .lt-stage1036-tarot-page[data-stage1036-layout="separate"] > section:nth-of-type(2),
  .lt-stage1036-tarot-page .s1036-section,
  .lt-stage1036-tarot-page .s1036-next {
    padding: 24px 17px;
  }

  .lt-stage1036-tarot-page .s1036-position-grid,
  .lt-stage1036-tarot-page[data-stage1036-card-count="1"] .s1036-position-grid,
  .lt-stage1036-tarot-page[data-stage1036-card-count="3"] .s1036-position-grid,
  .lt-stage1036-tarot-page[data-stage1036-card-count="5"] .s1036-position-grid,
  .lt-stage1036-tarot-page[data-stage1036-card-count="6"] .s1036-position-grid {
    grid-template-columns: 1fr;
  }

  .lt-stage1036-tarot-page .s1036-position-card {
    min-height: 0;
    padding: 19px;
  }

  .lt-stage1036-tarot-page .s1036-section-head {
    margin-bottom: 22px;
  }

  .lt-stage1036-tarot-page .s1036-trust {
    padding: 27px 22px;
    border-radius: 22px;
  }

  .lt-stage1036-tarot-page .s1036-guide-links {
    display: grid;
  }

  .lt-stage1036-tarot-page .s1036-guide-links a {
    padding: 12px 14px;
    border: 1px solid rgba(147, 77, 103, .15);
    border-radius: 14px;
    background: rgba(255, 255, 255, .75);
  }
}

@media (prefers-reduced-motion: reduce) {
  .lt-stage1036-tarot-page *,
  .lt-stage1036-tarot-page *::before,
  .lt-stage1036-tarot-page *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
