.tdc {
  --tdc-bg: #05040a;
  --tdc-panel: #0d0a14;
  --tdc-panel-2: #120e1c;
  --tdc-ink: #f5efe5;
  --tdc-muted: #bbb1c4;
  --tdc-line: rgba(225, 202, 160, .2);
  --tdc-gold: #e8c478;
  --tdc-gold-soft: #a97c38;
  --tdc-violet: #b9a5ff;
  --tdc-violet-soft: #6451a3;
  position: relative;
  width: min(100%, 1180px);
  margin: 0 auto 3rem;
  color: var(--tdc-ink);
  background:
    radial-gradient(circle at 18% 20%, rgba(155, 105, 38, .09), transparent 32rem),
    radial-gradient(circle at 82% 48%, rgba(88, 68, 156, .11), transparent 36rem),
    var(--tdc-bg);
  border: 1px solid rgba(229, 206, 169, .16);
  border-radius: 26px;
  box-shadow: 0 26px 80px rgba(0, 0, 0, .48);
  overflow: hidden;
  isolation: isolate;
}

.tdc,
.tdc * { box-sizing: border-box; }
.tdc [hidden] { display: none !important; }
.tdc button,
.tdc input,
.tdc textarea { font: inherit; }
.tdc button { -webkit-tap-highlight-color: transparent; }
.tdc h2,
.tdc h3,
.tdc p { margin-top: 0; }

.tdc::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .22;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(255,255,255,.55) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(232,196,120,.35) 0 1px, transparent 1.5px);
  background-position: 16px 24px, 81px 97px;
  background-size: 117px 117px, 179px 179px;
  mask-image: linear-gradient(to bottom, #000, transparent 78%);
}

.tdc-kicker {
  display: block;
  margin-bottom: .65rem;
  color: var(--tdc-gold);
  font-size: .73rem;
  font-weight: 800;
  letter-spacing: .17em;
  line-height: 1.35;
  text-transform: uppercase;
}

.tdc-hero {
  position: relative;
  min-height: clamp(470px, 59vw, 660px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: #030308;
}

.tdc-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.92) contrast(1.04);
}

.tdc-hero-veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(1,1,6,.04) 28%, rgba(1,1,6,.55) 68%, #05040a 100%),
    linear-gradient(90deg, rgba(1,1,6,.82) 0%, rgba(1,1,6,.25) 55%, rgba(1,1,6,.05) 100%);
}

.tdc-hero-copy {
  position: relative;
  width: min(650px, 72%);
  padding: clamp(2rem, 6vw, 4.8rem);
  padding-bottom: clamp(2.8rem, 7vw, 5.2rem);
  text-shadow: 0 2px 24px #000;
}

.tdc-hero-copy h2,
.tdc-intro h2,
.tdc-ritual h2,
.tdc-result-head h2 {
  margin-bottom: .85rem;
  color: #fffaf0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: -.025em;
}

.tdc-hero-copy h2 { font-size: clamp(2.35rem, 5.5vw, 4.9rem); }
.tdc-hero-copy > p {
  max-width: 610px;
  margin-bottom: 1.35rem;
  color: #eee7ef;
  font-size: clamp(1rem, 1.8vw, 1.22rem);
  line-height: 1.65;
}

.tdc-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
}

.tdc-hero-points span {
  padding: .5rem .72rem;
  color: #fbf2df;
  background: rgba(8, 6, 14, .68);
  border: 1px solid rgba(231, 199, 132, .33);
  border-radius: 999px;
  backdrop-filter: blur(9px);
  font-size: .78rem;
  line-height: 1;
}

.tdc-body { padding: clamp(1.35rem, 4.6vw, 4.5rem); }

.tdc-start,
.tdc-ritual,
.tdc-result {
  width: min(100%, 1010px);
  margin-inline: auto;
}

.tdc-intro,
.tdc-ritual > header,
.tdc-result-head {
  max-width: 760px;
  margin: 0 auto 2.2rem;
  text-align: center;
}

.tdc-intro h2,
.tdc-ritual h2,
.tdc-result-head h2 { font-size: clamp(2rem, 4vw, 3.45rem); }
.tdc-intro p,
.tdc-ritual header p,
.tdc-result-head > p {
  color: var(--tdc-muted);
  font-size: 1.02rem;
  line-height: 1.75;
}

.tdc-form {
  padding: clamp(1.2rem, 3.5vw, 2.5rem);
  background: linear-gradient(145deg, rgba(22,17,31,.92), rgba(9,7,14,.96));
  border: 1px solid var(--tdc-line);
  border-radius: 22px;
  box-shadow: inset 0 1px rgba(255,255,255,.035), 0 22px 55px rgba(0,0,0,.2);
}

.tdc-path-fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 1rem;
}

.tdc-field { display: block; }
.tdc-field > span,
.tdc-question > span {
  display: flex;
  align-items: center;
  gap: .62rem;
  margin-bottom: .65rem;
  color: #e9e0ec;
  font-size: .88rem;
  font-weight: 750;
}

.tdc-field > span b {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font: 700 .78rem Georgia, serif;
}

.tdc-field-a > span { color: var(--tdc-gold); }
.tdc-field-b > span { color: var(--tdc-violet); }
.tdc-or {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin-top: 1.5rem;
  color: #8e8496;
  border: 1px solid rgba(232,222,238,.13);
  border-radius: 50%;
  font: italic 1rem Georgia, serif;
}

.tdc input,
.tdc textarea {
  width: 100%;
  color: #fff;
  background: rgba(1,1,5,.68);
  border: 1px solid rgba(226,210,234,.19);
  border-radius: 13px;
  outline: 0;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.tdc input { height: 54px; padding: 0 1rem; }
.tdc textarea { min-height: 92px; padding: .9rem 1rem; resize: vertical; line-height: 1.5; }
.tdc input::placeholder,
.tdc textarea::placeholder { color: #807887; opacity: 1; }
.tdc-field-a input:focus { border-color: rgba(232,196,120,.74); box-shadow: 0 0 0 3px rgba(232,196,120,.1); }
.tdc-field-b input:focus { border-color: rgba(185,165,255,.76); box-shadow: 0 0 0 3px rgba(185,165,255,.1); }
.tdc textarea:focus { border-color: rgba(224,205,166,.6); box-shadow: 0 0 0 3px rgba(224,205,166,.08); }

.tdc-question { display: block; margin-top: 1.45rem; }
.tdc-question > span small {
  padding: .25rem .46rem;
  color: #a99eb2;
  background: rgba(255,255,255,.05);
  border-radius: 5px;
  font-size: .65rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.tdc-question > small {
  display: block;
  margin-top: .45rem;
  color: #8f8697;
  font-size: .76rem;
}

.tdc-primary,
.tdc-draw,
.tdc-share,
.tdc-again {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  min-height: 52px;
  padding: .75rem 1.35rem;
  border-radius: 999px;
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.tdc-primary,
.tdc-draw,
.tdc-share {
  color: #17100a;
  background: linear-gradient(135deg, #f0d694, #c99745);
  border: 1px solid #f5d998;
  box-shadow: 0 10px 28px rgba(178,126,49,.19);
  font-weight: 850;
}

.tdc-primary { width: min(100%, 420px); margin: 1.45rem auto 0; }
.tdc-form > .tdc-primary { display: flex; }
.tdc-primary:hover,
.tdc-draw:hover,
.tdc-share:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(178,126,49,.28); }
.tdc button:focus-visible,
.tdc input:focus-visible,
.tdc textarea:focus-visible { outline: 3px solid rgba(255,235,181,.42); outline-offset: 3px; }

.tdc-privacy,
.tdc-share-privacy,
.tdc-disclaimer {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: .45rem;
  margin: .9rem auto 0;
  color: #8f8797;
  font-size: .75rem;
  line-height: 1.5;
  text-align: center;
}
.tdc-error {
  margin: 1rem 0 0;
  padding: .75rem 1rem;
  color: #ffd4cf;
  background: rgba(142,44,44,.16);
  border: 1px solid rgba(235,112,101,.32);
  border-radius: 10px;
  font-size: .87rem;
  text-align: center;
}

.tdc-ritual { padding-block: 1.5rem 2rem; text-align: center; }
.tdc-ritual-paths {
  position: relative;
  width: min(100%, 720px);
  min-height: 350px;
  display: grid;
  grid-template-columns: 1fr 190px 1fr;
  align-items: center;
  gap: 1.2rem;
  margin: 0 auto 1.3rem;
}

.tdc-ritual-paths::before,
.tdc-ritual-paths::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 35%;
  height: 1px;
  opacity: .58;
}
.tdc-ritual-paths::before { left: 8%; background: linear-gradient(90deg, transparent, var(--tdc-gold)); transform: rotate(10deg); }
.tdc-ritual-paths::after { right: 8%; background: linear-gradient(90deg, var(--tdc-violet), transparent); transform: rotate(-10deg); }

.tdc-ritual-a,
.tdc-ritual-b {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .65rem;
  min-width: 0;
}
.tdc-ritual-a b,
.tdc-ritual-b b {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font: 400 1.4rem Georgia, serif;
}
.tdc-ritual-a { color: var(--tdc-gold); }
.tdc-ritual-b { color: var(--tdc-violet); }
.tdc-ritual-a small,
.tdc-ritual-b small {
  max-width: 190px;
  color: #ddd3e0;
  font-weight: 700;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.tdc-deck {
  position: relative;
  z-index: 3;
  width: 150px;
  aspect-ratio: 2 / 3;
  margin-inline: auto;
  perspective: 900px;
}
.tdc-deck i,
.tdc-deck img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.tdc-deck i { background: #171020; border: 1px solid rgba(232,196,120,.28); }
.tdc-deck i:nth-child(1) { transform: rotate(-7deg) translate(-7px,3px); }
.tdc-deck i:nth-child(2) { transform: rotate(6deg) translate(7px,2px); }
.tdc-deck i:nth-child(3) { transform: translateY(4px); }
.tdc-deck img { object-fit: cover; border: 1px solid rgba(239,213,155,.55); box-shadow: 0 22px 46px rgba(0,0,0,.55); }
.tdc-is-shuffling .tdc-deck { animation: tdc-shuffle 1s ease-in-out infinite; }
.tdc-is-shuffling .tdc-deck i:nth-child(1) { animation: tdc-card-left .7s ease-in-out infinite alternate; }
.tdc-is-shuffling .tdc-deck i:nth-child(2) { animation: tdc-card-right .7s ease-in-out infinite alternate; }
.tdc-draw { margin-inline: auto; }
.tdc-draw:disabled { cursor: wait; opacity: .66; transform: none; }
.tdc-preloader {
  width: min(100%, 520px);
  margin: 1.35rem auto 0;
  padding: 1.1rem clamp(1rem, 3vw, 1.5rem);
  background: linear-gradient(135deg, rgba(25,18,33,.92), rgba(8,6,13,.96));
  border: 1px solid rgba(226,202,158,.2);
  border-radius: 17px;
  box-shadow: inset 0 1px rgba(255,255,255,.035), 0 18px 40px rgba(0,0,0,.22);
}
.tdc-preloader-seal {
  position: relative;
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  margin: 0 auto .7rem;
}
.tdc-preloader-seal i {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(232,196,120,.34);
  border-radius: 50%;
}
.tdc-preloader-seal i:nth-child(2) { inset: 8px; border-color: rgba(185,165,255,.38); }
.tdc-preloader-seal i:nth-child(3) {
  inset: 18px;
  border-color: rgba(236,213,167,.44);
  border-style: dotted;
}
.tdc-preloader-seal b {
  position: relative;
  z-index: 1;
  color: #f1d48f;
  font: 500 1.2rem Georgia, serif;
}
.tdc-is-shuffling .tdc-preloader-seal i:nth-child(1) { animation: tdc-orbit 2.7s linear infinite; }
.tdc-is-shuffling .tdc-preloader-seal i:nth-child(2) { animation: tdc-orbit-reverse 2s linear infinite; }
.tdc-is-shuffling .tdc-preloader-seal i:nth-child(3) { animation: tdc-pulse 1.1s ease-in-out infinite alternate; }
.tdc-shuffling {
  min-height: 1.5em;
  margin: 0;
  color: #e8dfeb;
  font: italic 1rem/1.5 Georgia, serif;
}
.tdc-loading-track {
  height: 3px;
  margin: .85rem auto .55rem;
  overflow: hidden;
  background: rgba(255,255,255,.08);
  border-radius: 999px;
}
.tdc-loading-track span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--tdc-gold), var(--tdc-violet));
  border-radius: inherit;
  box-shadow: 0 0 14px rgba(215,184,120,.35);
  transition-property: width;
  transition-timing-function: cubic-bezier(.2,.7,.2,1);
}
.tdc-loading-count {
  color: #8f8598;
  font-size: .65rem;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
}

@keyframes tdc-shuffle { 50% { transform: translateY(-7px) rotate(.8deg); } }
@keyframes tdc-card-left { to { transform: rotate(-12deg) translate(-24px,2px); } }
@keyframes tdc-card-right { to { transform: rotate(12deg) translate(24px,1px); } }
@keyframes tdc-orbit { to { transform: rotate(360deg); } }
@keyframes tdc-orbit-reverse { to { transform: rotate(-360deg); } }
@keyframes tdc-pulse { to { opacity: .35; transform: scale(.88); } }

.tdc-result { padding-top: .5rem; }
.tdc-decision {
  max-width: 650px;
  margin: 1.15rem auto 0;
  padding: .95rem 1.1rem;
  background: rgba(255,255,255,.035);
  border: 1px solid rgba(226,211,234,.12);
  border-radius: 12px;
}
.tdc-decision span { display: block; margin-bottom: .28rem; color: #948a9c; font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.tdc-decision p { margin: 0; color: #eee7ef; font: italic 1rem/1.5 Georgia, serif; }

.tdc-shared,
.tdc-comparison {
  position: relative;
  padding: clamp(1.1rem, 3vw, 1.8rem);
  background: linear-gradient(140deg, rgba(21,16,29,.92), rgba(10,8,15,.96));
  border: 1px solid var(--tdc-line);
  border-radius: 19px;
}
.tdc-section-heading,
.tdc-comparison {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.tdc-step {
  flex: 0 0 auto;
  color: var(--tdc-gold);
  font: 700 .71rem/1 Georgia, serif;
  letter-spacing: .1em;
}
.tdc-section-heading h3,
.tdc-comparison h3 {
  margin: -.2rem 0 .28rem;
  color: #fbf3e4;
  font: 400 clamp(1.35rem, 2.5vw, 1.85rem)/1.2 Georgia, serif;
}
.tdc-section-heading p { margin: 0; color: #978f9d; font-size: .83rem; line-height: 1.5; }
.tdc-shared-card { margin-top: 1.1rem; }

.tdc-card {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 1rem;
  min-width: 0;
  padding: 1rem;
  background: rgba(2,2,7,.54);
  border: 1px solid rgba(230,214,184,.14);
  border-radius: 15px;
  opacity: 0;
  transform: translateY(12px);
  animation: tdc-card-in .48s ease forwards;
}
.tdc-card:nth-child(2) { animation-delay: .07s; }
.tdc-card:nth-child(3) { animation-delay: .14s; }
@keyframes tdc-card-in { to { opacity: 1; transform: translateY(0); } }
.tdc-card-visual { position: relative; align-self: start; }
.tdc-card-visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border: 1px solid rgba(242,216,164,.35);
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(0,0,0,.42);
}
.tdc-card-index {
  position: absolute;
  top: -7px;
  left: -7px;
  display: grid;
  min-width: 26px;
  height: 26px;
  padding-inline: 5px;
  place-items: center;
  color: #17100a;
  background: var(--tdc-gold);
  border: 2px solid #0b0810;
  border-radius: 999px;
  font-size: .63rem;
  font-weight: 900;
}
.tdc-card-copy { min-width: 0; }
.tdc-card-copy > small {
  display: block;
  margin-bottom: .38rem;
  color: var(--tdc-gold);
  font-size: .63rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.tdc-card-copy h4 {
  margin: 0 0 .25rem;
  color: #fff9ed;
  font: 400 1.17rem/1.2 Georgia, serif;
}
.tdc-card-copy em {
  display: block;
  margin-bottom: .62rem;
  color: #a89eb0;
  font: italic .78rem/1.4 Georgia, serif;
}
.tdc-card-copy p { margin: 0; color: #d3cad7; font-size: .86rem; line-height: 1.62; }

.tdc-situation .tdc-card,
.tdc-synthesis .tdc-card { grid-template-columns: 126px minmax(0, 1fr); }
.tdc-situation { max-width: 760px; margin: 0 auto; }
.tdc-situation::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -47px;
  width: 1px;
  height: 47px;
  background: linear-gradient(var(--tdc-gold), rgba(232,196,120,.1));
}

.tdc-crossroads {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 3vw, 2rem);
  margin: 46px 0;
}
.tdc-crossroads::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 18%;
  right: 18%;
  height: 1px;
  background: linear-gradient(90deg, var(--tdc-gold), rgba(255,255,255,.16) 50%, var(--tdc-violet));
}

.tdc-branch {
  position: relative;
  min-width: 0;
  padding: clamp(1rem, 2.4vw, 1.5rem);
  background: rgba(9,7,14,.82);
  border: 1px solid rgba(230,212,179,.16);
  border-radius: 20px;
}
.tdc-branch-a { box-shadow: inset 0 1px rgba(232,196,120,.1), 0 0 50px rgba(160,104,30,.05); }
.tdc-branch-b { box-shadow: inset 0 1px rgba(185,165,255,.1), 0 0 50px rgba(92,72,157,.06); }
.tdc-branch > header {
  display: flex;
  align-items: center;
  gap: .85rem;
  margin-bottom: 1rem;
  padding-bottom: .9rem;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.tdc-branch > header > span {
  display: grid;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font: 400 1.05rem Georgia, serif;
}
.tdc-branch-a > header > span { color: var(--tdc-gold); }
.tdc-branch-b > header > span { color: var(--tdc-violet); }
.tdc-branch > header small { display: block; margin-bottom: .14rem; color: #827889; font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; }
.tdc-branch > header h3 { margin: 0; color: #fff8ec; font: 400 1.25rem/1.2 Georgia, serif; overflow-wrap: anywhere; }
.tdc-branch-cards { display: grid; gap: .85rem; }
.tdc-branch .tdc-card { grid-template-columns: 88px minmax(0, 1fr); padding: .8rem; }
.tdc-branch-b .tdc-card-index { background: var(--tdc-violet); }
.tdc-branch-b .tdc-card-copy > small { color: var(--tdc-violet); }
.tdc-branch-reading {
  margin: 1rem 0 0;
  padding: .9rem 1rem;
  color: #c8becd;
  background: rgba(255,255,255,.025);
  border-left: 2px solid var(--tdc-gold-soft);
  border-radius: 0 8px 8px 0;
  font-size: .82rem;
  line-height: 1.6;
}
.tdc-branch-b .tdc-branch-reading { border-left-color: var(--tdc-violet-soft); }

.tdc-synthesis { max-width: 810px; margin: 0 auto; }
.tdc-synthesis::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -47px;
  width: 1px;
  height: 47px;
  background: linear-gradient(rgba(185,165,255,.1), var(--tdc-violet));
}
.tdc-synthesis .tdc-card { border-color: rgba(185,165,255,.23); }
.tdc-synthesis .tdc-card-index { background: linear-gradient(135deg, var(--tdc-gold), var(--tdc-violet)); }

.tdc-comparison { max-width: 880px; margin: 1.4rem auto 0; }
.tdc-comparison > div { flex: 1; min-width: 0; }
.tdc-comparison p { color: #cfc5d3; font-size: .9rem; line-height: 1.66; }
.tdc-comparison blockquote {
  margin: 1rem 0 0;
  padding: .95rem 1.1rem;
  color: #f3e8d6;
  background: linear-gradient(90deg, rgba(190,137,57,.09), rgba(111,86,181,.08));
  border: 0;
  border-left: 2px solid var(--tdc-gold);
  font: italic 1rem/1.62 Georgia, serif;
}

.tdc-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: .75rem; margin-top: 1.6rem; }
.tdc-again { color: #ddd3e2; background: rgba(255,255,255,.035); border: 1px solid rgba(222,208,229,.2); }
.tdc-again:hover { color: #fff; border-color: rgba(222,208,229,.4); transform: translateY(-2px); }
.tdc-share-status { min-height: 1.4em; margin: .5rem 0 0; color: var(--tdc-gold); font-size: .8rem; text-align: center; }
.tdc-disclaimer { max-width: 720px; padding-top: .8rem; border-top: 1px solid rgba(255,255,255,.07); }

.tdc-guide {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1.2fr) minmax(280px, .8fr);
  align-items: center;
  gap: clamp(1rem, 3.5vw, 2.4rem);
  padding: clamp(1.5rem, 4vw, 3.2rem);
  background: linear-gradient(115deg, rgba(31,21,38,.9), rgba(12,10,18,.96));
  border-top: 1px solid rgba(230,207,170,.14);
}
.tdc-guide-mark {
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  color: var(--tdc-gold);
  border: 1px solid rgba(232,196,120,.38);
  border-radius: 50%;
  box-shadow: 0 0 35px rgba(197,141,53,.11);
  font: 400 1.85rem Georgia, serif;
}
.tdc-guide h3 { margin-bottom: .5rem; color: #fff5e4; font: 400 clamp(1.45rem, 2.6vw, 2.1rem)/1.2 Georgia, serif; }
.tdc-guide p { margin: 0; color: #aea4b4; font-size: .9rem; line-height: 1.65; }
.tdc-guide ol { margin: 0; padding: 0; list-style: none; }
.tdc-guide li { display: flex; align-items: center; gap: .65rem; padding: .65rem 0; color: #d9cfdc; border-bottom: 1px solid rgba(255,255,255,.07); font-size: .84rem; }
.tdc-guide li:last-child { border-bottom: 0; }
.tdc-guide li b { color: var(--tdc-gold); font: 700 .65rem Georgia, serif; }

@media (max-width: 900px) {
  .tdc-hero-copy { width: min(760px, 90%); }
  .tdc-crossroads { grid-template-columns: 1fr; }
  .tdc-crossroads::before { display: none; }
  .tdc-situation::after,
  .tdc-synthesis::before { height: 28px; bottom: -29px; top: auto; }
  .tdc-synthesis::before { top: -29px; bottom: auto; }
  .tdc-crossroads { margin: 28px 0; }
  .tdc-guide { grid-template-columns: auto 1fr; }
  .tdc-guide ol { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: .75rem; }
  .tdc-guide li { border: 1px solid rgba(255,255,255,.07); border-radius: 9px; padding: .7rem; }
}

@media (max-width: 680px) {
  .tdc { border-radius: 18px; }
  .tdc-hero { min-height: 560px; }
  .tdc-hero > img { object-position: 55% center; }
  .tdc-hero-veil { background: linear-gradient(180deg, rgba(1,1,6,.1) 20%, rgba(1,1,6,.54) 56%, #05040a 95%); }
  .tdc-hero-copy { width: 100%; padding: 1.3rem 1.2rem 2.1rem; }
  .tdc-hero-copy h2 { font-size: 2.42rem; }
  .tdc-hero-points { gap: .4rem; }
  .tdc-hero-points span { font-size: .69rem; }
  .tdc-body { padding: 1.15rem; }
  .tdc-path-fields { grid-template-columns: 1fr; }
  .tdc-or { width: auto; height: auto; margin: -.15rem 0; border: 0; }
  .tdc-form { padding: 1rem; }
  .tdc-ritual-paths { min-height: 300px; grid-template-columns: 1fr 120px 1fr; gap: .5rem; }
  .tdc-deck { width: 104px; }
  .tdc-ritual-a b,
  .tdc-ritual-b b { width: 44px; height: 44px; }
  .tdc-ritual-a small,
  .tdc-ritual-b small { font-size: .72rem; }
  .tdc-shared,
  .tdc-comparison,
  .tdc-branch { padding: .9rem; }
  .tdc-card,
  .tdc-situation .tdc-card,
  .tdc-synthesis .tdc-card,
  .tdc-branch .tdc-card { grid-template-columns: 82px minmax(0, 1fr); gap: .75rem; padding: .7rem; }
  .tdc-card-copy h4 { font-size: 1rem; }
  .tdc-card-copy p { font-size: .78rem; line-height: 1.52; }
  .tdc-card-copy em { font-size: .71rem; }
  .tdc-card-copy > small { letter-spacing: .08em; }
  .tdc-branch > header h3 { font-size: 1.08rem; }
  .tdc-comparison { gap: .65rem; }
  .tdc-actions { flex-direction: column; }
  .tdc-share,
  .tdc-again { width: 100%; }
  .tdc-guide { grid-template-columns: 1fr; text-align: center; }
  .tdc-guide-mark { margin-inline: auto; }
  .tdc-guide ol { grid-column: auto; grid-template-columns: 1fr; text-align: left; }
}

@media (max-width: 390px) {
  .tdc-hero-copy h2 { font-size: 2.12rem; }
  .tdc-card,
  .tdc-situation .tdc-card,
  .tdc-synthesis .tdc-card,
  .tdc-branch .tdc-card { grid-template-columns: 72px minmax(0, 1fr); }
  .tdc-card-copy p { font-size: .74rem; }
}

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