/* Pull a Card — Tarot.NYC */
body.tnyc-pull-card-page {
  margin: 0;
  background: var(--tnyc-cream);
  color: var(--tnyc-ink);
}

.tnyc-pull-site {
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 10%, rgba(215, 173, 54, 0.12), transparent 26%),
    radial-gradient(circle at 88% 17%, rgba(109, 125, 93, 0.13), transparent 28%),
    var(--tnyc-cream);
}

.tnyc-pull-main {
  min-height: 760px;
}

.tnyc-pull-hero {
  position: relative;
  isolation: isolate;
  min-height: 900px;
  padding: 86px 5vw 110px;
  border-bottom: 1px solid var(--tnyc-line);
  background:
    linear-gradient(rgba(25, 24, 21, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(25, 24, 21, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, #f8f3e8 0%, #efe5d5 100%);
  background-size: 72px 72px, 72px 72px, auto;
}

.tnyc-pull-hero::before,
.tnyc-pull-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(158, 47, 40, 0.17);
  border-radius: 50%;
  pointer-events: none;
}

.tnyc-pull-hero::before {
  top: 110px;
  left: -170px;
  width: 620px;
  height: 620px;
}

.tnyc-pull-hero::after {
  right: -230px;
  bottom: -280px;
  width: 740px;
  height: 740px;
}

.tnyc-pull-symbol {
  position: absolute;
  z-index: 0;
  display: block;
  pointer-events: none;
  filter: drop-shadow(0 12px 20px rgba(25, 24, 21, 0.08));
}

.tnyc-pull-symbol-star {
  top: 90px;
  right: 5vw;
  width: clamp(76px, 8vw, 132px);
  transform: rotate(8deg);
}

.tnyc-pull-symbol-keys {
  bottom: 72px;
  left: 4vw;
  width: clamp(92px, 10vw, 158px);
  transform: rotate(-8deg);
  opacity: 0.82;
}

.tnyc-pull-intro {
  position: relative;
  z-index: 2;
  width: min(100%, 820px);
  margin: 0 auto 44px;
  text-align: center;
}

.tnyc-pull-intro .tnyc-kicker {
  justify-content: center;
}

.tnyc-pull-intro h1 {
  margin: 0;
  font: 400 clamp(62px, 8vw, 112px)/0.9 Georgia, "Times New Roman", serif;
  letter-spacing: -0.055em;
}

.tnyc-pull-intro > p:not(.tnyc-kicker):not(.tnyc-pull-deck-count) {
  width: min(100%, 690px);
  margin: 30px auto 0;
  color: #514b43;
  font: 19px/1.7 Georgia, "Times New Roman", serif;
}

.tnyc-pull-deck-count {
  margin: 20px 0 0;
  color: #746d62;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.tnyc-pull-interaction {
  position: relative;
  z-index: 3;
  width: min(100%, 940px);
  min-height: 600px;
  margin: 0 auto;
  perspective: 1500px;
  transition: min-height 0.35s ease;
}

.tnyc-pull-interaction.is-signup {
  min-height: 670px;
}

.tnyc-pull-interaction.is-result {
  min-height: 720px;
}

.tnyc-pull-stage {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(16px) rotateY(-8deg) scale(0.98);
  transition:
    opacity 0.42s ease,
    visibility 0.42s ease,
    transform 0.68s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.tnyc-pull-stage-start {
  grid-auto-rows: max-content;
  align-content: center;
  justify-items: center;
}

.tnyc-pull-stage.is-active {
  z-index: 5;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) rotateY(0) scale(1);
}

.tnyc-pull-start-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--tnyc-ink);
  cursor: pointer;
}

.tnyc-pull-start-button:hover .tnyc-pull-card-back {
  transform: translateY(-7px) rotate(-1deg);
  box-shadow: 22px 30px 0 rgba(158, 47, 40, 0.11), 0 30px 65px rgba(25, 24, 21, 0.2);
}

.tnyc-pull-start-button:focus-visible {
  outline: 2px solid var(--tnyc-red);
  outline-offset: 8px;
}

.tnyc-pull-card-back {
  position: relative;
  width: min(58vw, 260px);
  aspect-ratio: 59 / 100;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 10px solid #f7f0df;
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 50%, rgba(215, 173, 54, 0.20), transparent 27%),
    repeating-radial-gradient(circle at 50% 50%, transparent 0 32px, rgba(244, 239, 229, 0.08) 33px 34px),
    #24473f;
  box-shadow: 17px 22px 0 rgba(158, 47, 40, 0.1), 0 26px 60px rgba(25, 24, 21, 0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.tnyc-pull-card-back::before,
.tnyc-pull-card-back::after {
  content: "";
  position: absolute;
  inset: 19px;
  border: 1px solid rgba(215, 173, 54, 0.72);
  pointer-events: none;
}

.tnyc-pull-card-back::after {
  inset: 28px;
  border-color: rgba(244, 239, 229, 0.38);
}

.tnyc-pull-card-back-frame {
  position: absolute;
  inset: 42px 34px;
  border: 1px solid rgba(215, 173, 54, 0.48);
  border-radius: 50%;
}

.tnyc-pull-card-back img {
  position: relative;
  z-index: 2;
  width: 62%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 13px rgba(0, 0, 0, 0.16));
}

.tnyc-pull-card-back-stars {
  position: absolute;
  right: 0;
  bottom: 28px;
  left: 0;
  z-index: 2;
  color: #f3d271;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-align: center;
}

.tnyc-pull-start-label {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  margin-top: 28px;
  padding: 0 25px;
  border-radius: 999px;
  background: var(--tnyc-red);
  color: #fff;
  box-shadow: 0 14px 28px rgba(158, 47, 40, 0.22);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.tnyc-pull-start-note {
  margin: 18px 0 0;
  color: #766f65;
  font-size: 11px;
}

.tnyc-pull-panel {
  width: min(100%, 860px);
  border: 1px solid rgba(25, 24, 21, 0.22);
  background: rgba(251, 248, 240, 0.96);
  box-shadow: 18px 22px 0 rgba(109, 125, 93, 0.12), 0 28px 70px rgba(25, 24, 21, 0.12);
}

.tnyc-pull-signup-panel {
  max-width: 720px;
  padding: 50px 55px 44px;
  text-align: center;
}

.tnyc-pull-panel-number {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin: 0 0 22px;
  border: 1px solid var(--tnyc-line);
  border-radius: 50%;
  color: var(--tnyc-red);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.tnyc-pull-signup-panel h2,
.tnyc-pull-result-heading h2 {
  margin: 0;
  font: 400 clamp(42px, 6vw, 70px)/0.98 Georgia, "Times New Roman", serif;
  letter-spacing: -0.045em;
}

.tnyc-pull-signup-panel > p:not(.tnyc-pull-panel-number):not(.tnyc-pull-privacy) {
  width: min(100%, 550px);
  margin: 20px auto 0;
  color: #5b554d;
  font: 17px/1.65 Georgia, "Times New Roman", serif;
}

.tnyc-pull-klaviyo {
  position: relative;
  width: min(100%, 560px);
  min-height: 132px;
  margin: 25px auto 0;
  padding: 12px;
  border: 1px solid rgba(25, 24, 21, 0.12);
  background: #fffdf8;
}

.tnyc-pull-klaviyo .klaviyo-form-TncBbw:empty,
.tnyc-pull-klaviyo .klaviyo-form-SrSLWq:empty {
  min-height: 106px;
  display: grid;
  place-items: center;
}

.tnyc-pull-klaviyo .klaviyo-form-TncBbw:empty::before,
.tnyc-pull-klaviyo .klaviyo-form-SrSLWq:empty::before {
  content: "Email form loading…";
  color: #756e64;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tnyc-pull-klaviyo button,
.tnyc-pull-klaviyo button[type="button"],
.tnyc-pull-klaviyo button[type="submit"],
.tnyc-pull-klaviyo input[type="button"],
.tnyc-pull-klaviyo input[type="submit"] {
  border-color: var(--tnyc-red) !important;
  background: var(--tnyc-red) !important;
  color: #fff !important;
}

.tnyc-pull-klaviyo button:hover,
.tnyc-pull-klaviyo button:focus,
.tnyc-pull-klaviyo input[type="button"]:hover,
.tnyc-pull-klaviyo input[type="submit"]:hover {
  border-color: #76231e !important;
  background: #76231e !important;
  color: #fff !important;
}

.tnyc-pull-klaviyo button *,
.tnyc-pull-klaviyo button:hover * {
  color: #fff !important;
}

.tnyc-pull-privacy {
  width: min(100%, 520px);
  margin: 16px auto 0;
  color: #7a7369;
  font-size: 10px;
  line-height: 1.5;
}

.tnyc-pull-result-panel {
  padding: 38px 42px 42px;
}

.tnyc-pull-result-heading {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 16px;
  align-items: start;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--tnyc-line);
}

.tnyc-pull-result-heading .tnyc-pull-panel-number {
  margin: 2px 0 0;
}

.tnyc-pull-result-kicker {
  margin: 0 0 8px;
  color: var(--tnyc-red);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.tnyc-pull-result-heading h2 {
  font-size: clamp(39px, 5vw, 66px);
}

.tnyc-pull-result-layout {
  display: grid;
  grid-template-columns: minmax(190px, 260px) minmax(0, 1fr);
  gap: clamp(30px, 5vw, 65px);
  align-items: center;
  padding-top: 34px;
}

.tnyc-pull-flip-scene {
  width: 100%;
  max-width: 250px;
  aspect-ratio: 59 / 100;
  margin: 0 auto;
  perspective: 1300px;
}

.tnyc-pull-flipper {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.tnyc-pull-flip-scene.is-flipped .tnyc-pull-flipper {
  transform: rotateY(180deg);
}

.tnyc-pull-face {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 16px;
  background: #f7f0df;
  box-shadow: 0 20px 42px rgba(25, 24, 21, 0.18);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.tnyc-pull-face-back {
  transform: rotateY(0deg);
}

.tnyc-pull-face-front {
  display: grid;
  place-items: center;
  transform: rotateY(180deg);
}

.tnyc-pull-face-front img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #f8f3e8;
}

.tnyc-pull-card-back-small {
  width: 100%;
  height: 100%;
  border-width: 8px;
  border-radius: 16px;
  box-shadow: none;
}

.tnyc-pull-reading {
  min-width: 0;
}

.tnyc-pull-reading-label {
  margin: 0 0 14px;
  color: #746d62;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.tnyc-pull-summary {
  margin: 0;
  color: var(--tnyc-ink);
  font: 400 clamp(22px, 2.6vw, 31px)/1.42 Georgia, "Times New Roman", serif;
}

.tnyc-pull-reflection {
  margin: 22px 0 0;
  padding-top: 19px;
  border-top: 1px solid rgba(25, 24, 21, 0.13);
  color: #5e5850;
  font-size: 13px;
  line-height: 1.65;
}

.tnyc-pull-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px;
  margin-top: 25px;
}

.tnyc-pull-button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 18px;
  border: 1px solid var(--tnyc-ink);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.tnyc-pull-button:hover {
  transform: translateY(-2px);
}

.tnyc-pull-button-primary,
.tnyc-pull-button-primary:visited {
  border-color: var(--tnyc-red);
  background: var(--tnyc-red);
  color: #fff !important;
}

.tnyc-pull-button-secondary,
.tnyc-pull-button-secondary:visited {
  background: transparent;
  color: var(--tnyc-ink) !important;
}

.tnyc-pull-button-secondary:hover {
  background: var(--tnyc-ink);
  color: #fff !important;
}

.tnyc-pull-explainer {
  padding: 105px 5vw 110px;
  background: var(--tnyc-cream);
}

.tnyc-pull-explainer > div:first-child {
  width: min(100%, 740px);
  margin: 0 auto;
  text-align: center;
}

.tnyc-pull-explainer .tnyc-kicker {
  justify-content: center;
}

.tnyc-pull-explainer h2 {
  margin: 0;
  font: 400 clamp(48px, 6vw, 78px)/0.98 Georgia, "Times New Roman", serif;
  letter-spacing: -0.045em;
}

.tnyc-pull-explainer-grid {
  width: min(100%, 1180px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 62px auto 0;
  border-top: 1px solid var(--tnyc-line);
  border-bottom: 1px solid var(--tnyc-line);
}

.tnyc-pull-explainer-grid article {
  min-height: 245px;
  padding: 35px 32px 38px;
  border-right: 1px solid var(--tnyc-line);
}

.tnyc-pull-explainer-grid article:last-child {
  border-right: 0;
}

.tnyc-pull-explainer-grid span {
  color: var(--tnyc-red);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.tnyc-pull-explainer-grid h3 {
  margin: 26px 0 13px;
  font: 400 31px/1.05 Georgia, "Times New Roman", serif;
}

.tnyc-pull-explainer-grid p {
  margin: 0;
  color: #5e5850;
  font-size: 14px;
  line-height: 1.7;
}

.tnyc-pull-disclaimer {
  width: min(100%, 820px);
  margin: 36px auto 0;
  color: #777066;
  font-size: 11px;
  line-height: 1.65;
  text-align: center;
}

@media (max-width: 900px) {
  .tnyc-pull-hero {
    padding-top: 72px;
  }

  .tnyc-pull-symbol-star {
    top: 48px;
    opacity: 0.62;
  }

  .tnyc-pull-symbol-keys {
    opacity: 0.45;
  }

  .tnyc-pull-interaction.is-signup {
    min-height: 720px;
  }

  .tnyc-pull-interaction.is-result {
    min-height: 940px;
  }

  .tnyc-pull-result-layout {
    grid-template-columns: 1fr;
  }

  .tnyc-pull-flip-scene {
    max-width: 205px;
  }

  .tnyc-pull-reading {
    text-align: center;
  }

  .tnyc-pull-actions {
    width: min(100%, 560px);
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 760px) {
  .tnyc-pull-hero {
    min-height: 830px;
    padding: 58px 20px 78px;
    background-size: 46px 46px, 46px 46px, auto;
  }

  .tnyc-pull-intro {
    margin-bottom: 32px;
  }

  .tnyc-pull-intro h1 {
    font-size: clamp(58px, 18vw, 82px);
  }

  .tnyc-pull-intro > p:not(.tnyc-kicker):not(.tnyc-pull-deck-count) {
    margin-top: 23px;
    font-size: 17px;
  }

  .tnyc-pull-symbol {
    display: none;
  }

  .tnyc-pull-interaction {
    min-height: 540px;
  }

  .tnyc-pull-interaction.is-signup {
    min-height: 700px;
  }

  .tnyc-pull-interaction.is-result {
    min-height: 920px;
  }

  .tnyc-pull-card-back {
    width: min(67vw, 225px);
  }

  .tnyc-pull-signup-panel,
  .tnyc-pull-result-panel {
    padding: 32px 21px 28px;
  }

  .tnyc-pull-result-heading {
    grid-template-columns: 1fr;
    gap: 10px;
    text-align: center;
  }

  .tnyc-pull-result-heading .tnyc-pull-panel-number {
    margin: 0 auto;
  }

  .tnyc-pull-result-layout {
    gap: 28px;
    padding-top: 27px;
  }

  .tnyc-pull-summary {
    font-size: 22px;
  }

  .tnyc-pull-actions {
    grid-template-columns: 1fr;
  }

  .tnyc-pull-explainer {
    padding: 78px 20px 86px;
  }

  .tnyc-pull-explainer h2 {
    font-size: 49px;
  }

  .tnyc-pull-explainer-grid {
    grid-template-columns: 1fr;
    margin-top: 44px;
  }

  .tnyc-pull-explainer-grid article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--tnyc-line);
  }

  .tnyc-pull-explainer-grid article:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 420px) {
  .tnyc-pull-hero {
    min-height: 790px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .tnyc-pull-intro h1 {
    font-size: 58px;
  }

  .tnyc-pull-interaction.is-result {
    min-height: 900px;
  }

  .tnyc-pull-signup-panel,
  .tnyc-pull-result-panel {
    padding-right: 14px;
    padding-left: 14px;
  }

  .tnyc-pull-signup-panel h2,
  .tnyc-pull-result-heading h2 {
    font-size: 39px;
  }

  .tnyc-pull-klaviyo {
    padding: 7px;
  }

  .tnyc-pull-flip-scene {
    max-width: 170px;
  }

  .tnyc-pull-button {
    min-height: 50px;
    font-size: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tnyc-pull-stage,
  .tnyc-pull-card-back,
  .tnyc-pull-flipper,
  .tnyc-pull-button {
    transition: none !important;
  }
}

/* Three-card Pick a Card Tarot Reading — v1.0.41 */
body.tnyc-pick-card-page {
  margin: 0;
  background: var(--tnyc-cream);
  color: var(--tnyc-ink);
}

.tnyc-pick-hero {
  min-height: 980px;
}

.tnyc-pick-interaction {
  min-height: 610px;
}

.tnyc-pick-interaction.is-signup {
  min-height: 670px;
}

.tnyc-pick-interaction.is-result {
  min-height: 720px;
}

.tnyc-pick-stage-start {
  align-content: start;
  padding-top: 6px;
}

.tnyc-pick-choice-copy {
  width: min(100%, 680px);
  margin: 0 auto 28px;
  text-align: center;
}

.tnyc-pick-choice-copy h2 {
  margin: 0;
  font: 400 clamp(34px, 4.2vw, 54px)/1 Georgia, "Times New Roman", serif;
  letter-spacing: -0.04em;
}

.tnyc-pick-choice-copy p {
  margin: 14px auto 0;
  color: #655f56;
  font: 15px/1.6 Georgia, "Times New Roman", serif;
}

.tnyc-pick-card-grid {
  width: min(100%, 790px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 4vw, 42px);
  align-items: end;
  margin: 0 auto;
}

.tnyc-pick-choice-button {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--tnyc-ink);
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.35s ease, filter 0.35s ease;
}

.tnyc-pick-choice-button:nth-child(1) {
  transform: rotate(-2deg) translateY(8px);
}

.tnyc-pick-choice-button:nth-child(2) {
  transform: translateY(-5px);
}

.tnyc-pick-choice-button:nth-child(3) {
  transform: rotate(2deg) translateY(8px);
}

.tnyc-pick-choice-button:hover,
.tnyc-pick-choice-button:focus-visible {
  z-index: 2;
  transform: translateY(-10px) rotate(0deg);
}

.tnyc-pick-choice-button:focus-visible {
  outline: 2px solid var(--tnyc-red);
  outline-offset: 8px;
}

.tnyc-pick-choice-button:disabled {
  cursor: default;
}

.tnyc-pick-choice-button.is-selected {
  z-index: 3;
  transform: translateY(-16px) scale(1.035) rotate(0deg);
  filter: brightness(1.04);
}

.tnyc-pick-choice-button.is-not-selected {
  opacity: 0.24;
  transform: translateY(8px) scale(0.93);
  filter: grayscale(0.55);
}

.tnyc-pick-card-back {
  width: 100%;
  max-width: 215px;
  border-width: 8px;
  border-radius: 15px;
  box-shadow: 12px 16px 0 rgba(158, 47, 40, 0.09), 0 22px 46px rgba(25, 24, 21, 0.16);
}

.tnyc-pick-choice-button:hover .tnyc-pick-card-back,
.tnyc-pick-choice-button:focus-visible .tnyc-pick-card-back,
.tnyc-pick-choice-button.is-selected .tnyc-pick-card-back {
  box-shadow: 16px 22px 0 rgba(158, 47, 40, 0.11), 0 30px 58px rgba(25, 24, 21, 0.2);
}

.tnyc-pick-card-label {
  display: inline-flex;
  min-height: 37px;
  align-items: center;
  justify-content: center;
  margin-top: 19px;
  padding: 0 16px;
  border: 1px solid rgba(25, 24, 21, 0.28);
  border-radius: 999px;
  background: rgba(251, 248, 240, 0.88);
  color: #514b43;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tnyc-pick-stage-start > .tnyc-pull-start-note {
  margin-top: 27px;
  text-align: center;
}

.tnyc-pull-tool-switch {
  width: min(100%, 760px);
  margin: 23px auto 0;
  color: #5e5850;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}

.tnyc-pull-tool-switch a,
.tnyc-pull-tool-switch a:visited {
  color: var(--tnyc-red) !important;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.tnyc-pick-faq {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(50px, 8vw, 120px);
  padding: 105px 7vw 120px;
  border-top: 1px solid var(--tnyc-line);
  background: #efe5d5;
}

.tnyc-pick-faq-intro {
  align-self: start;
  position: sticky;
  top: 30px;
}

.tnyc-pick-faq-intro h2 {
  margin: 0;
  font: 400 clamp(42px, 5vw, 68px)/0.98 Georgia, "Times New Roman", serif;
  letter-spacing: -0.045em;
}

.tnyc-pick-faq-list {
  border-top: 1px solid var(--tnyc-line);
}

.tnyc-pick-faq-list details {
  border-bottom: 1px solid var(--tnyc-line);
}

.tnyc-pick-faq-list summary {
  position: relative;
  padding: 28px 46px 28px 0;
  color: var(--tnyc-ink);
  font: 400 clamp(20px, 2vw, 27px)/1.25 Georgia, "Times New Roman", serif;
  cursor: pointer;
  list-style: none;
}

.tnyc-pick-faq-list summary::-webkit-details-marker {
  display: none;
}

.tnyc-pick-faq-list summary::after {
  content: "+";
  position: absolute;
  top: 25px;
  right: 2px;
  color: var(--tnyc-red);
  font: 400 28px/1 Georgia, "Times New Roman", serif;
}

.tnyc-pick-faq-list details[open] summary::after {
  content: "−";
}

.tnyc-pick-faq-list p {
  margin: -5px 0 30px;
  padding-right: 35px;
  color: #5e5850;
  font-size: 14px;
  line-height: 1.75;
}

@media (max-width: 900px) {
  .tnyc-pick-hero {
    min-height: 930px;
  }

  .tnyc-pick-interaction.is-result {
    min-height: 940px;
  }

  .tnyc-pick-card-grid {
    width: min(100%, 690px);
    gap: 24px;
  }

  .tnyc-pick-faq {
    grid-template-columns: 1fr;
  }

  .tnyc-pick-faq-intro {
    position: static;
    width: min(100%, 720px);
    text-align: center;
  }

  .tnyc-pick-faq-intro .tnyc-kicker {
    justify-content: center;
  }
}

@media (max-width: 760px) {
  .tnyc-pick-hero {
    min-height: 820px;
  }

  .tnyc-pick-interaction {
    min-height: 500px;
  }

  .tnyc-pick-interaction.is-signup {
    min-height: 700px;
  }

  .tnyc-pick-interaction.is-result {
    min-height: 920px;
  }

  .tnyc-pick-stage-start {
    padding-top: 0;
  }

  .tnyc-pick-choice-copy {
    margin-bottom: 21px;
  }

  .tnyc-pick-choice-copy h2 {
    font-size: 33px;
  }

  .tnyc-pick-choice-copy p {
    font-size: 13px;
  }

  .tnyc-pick-card-grid {
    gap: 10px;
  }

  .tnyc-pick-card-back {
    width: 100%;
    max-width: 155px;
    border-width: 5px;
    border-radius: 10px;
    box-shadow: 6px 9px 0 rgba(158, 47, 40, 0.08), 0 13px 27px rgba(25, 24, 21, 0.15);
  }

  .tnyc-pick-card-back::before {
    inset: 10px;
  }

  .tnyc-pick-card-back::after {
    inset: 16px;
  }

  .tnyc-pick-card-back .tnyc-pull-card-back-frame {
    inset: 25px 19px;
  }

  .tnyc-pick-card-back .tnyc-pull-card-back-stars {
    bottom: 16px;
    font-size: 7px;
  }

  .tnyc-pick-card-label {
    min-height: 31px;
    margin-top: 12px;
    padding: 0 10px;
    font-size: 8px;
  }

  .tnyc-pick-faq {
    gap: 38px;
    padding: 78px 20px 88px;
  }

  .tnyc-pick-faq-intro h2 {
    font-size: 46px;
  }

  .tnyc-pick-faq-list summary {
    padding-top: 23px;
    padding-bottom: 23px;
    font-size: 21px;
  }

  .tnyc-pick-faq-list summary::after {
    top: 21px;
  }
}

@media (max-width: 420px) {
  .tnyc-pick-hero {
    min-height: 790px;
  }

  .tnyc-pick-interaction {
    min-height: 470px;
  }

  .tnyc-pick-card-grid {
    gap: 7px;
  }

  .tnyc-pick-card-label {
    padding: 0 7px;
    letter-spacing: 0.08em;
  }
}

/* Three-card reveal and related-card links — v1.0.42 */
.tnyc-pick-interaction.is-result {
  min-height: 0;
}

.tnyc-pick-interaction.is-result .tnyc-pull-stage-result {
  position: relative;
  inset: auto;
}

.tnyc-pick-result-panel {
  width: min(100%, 940px);
  padding: 38px 42px 44px;
}

.tnyc-pick-reveal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(15px, 3vw, 34px);
  align-items: start;
  padding: 38px 0 36px;
  border-bottom: 1px solid var(--tnyc-line);
}

.tnyc-pick-reveal-card {
  min-width: 0;
  padding: 15px 12px 17px;
  border: 1px solid transparent;
  text-align: center;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.tnyc-pick-reveal-card.is-selected-card {
  border-color: rgba(158, 47, 40, 0.42);
  background: rgba(158, 47, 40, 0.07);
  transform: translateY(-5px);
}

.tnyc-pick-reveal-card.is-other-card {
  background: rgba(109, 125, 93, 0.055);
}

.tnyc-pick-result-flip {
  max-width: 178px;
}

.tnyc-pick-reveal-position {
  margin: 16px 0 6px;
  color: var(--tnyc-red);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.tnyc-pick-reveal-name {
  margin: 0;
  color: var(--tnyc-ink);
  font: 400 clamp(19px, 2.2vw, 28px)/1.08 Georgia, "Times New Roman", serif;
  letter-spacing: -0.025em;
}

.tnyc-pick-selected-reading {
  width: min(100%, 760px);
  margin: 0 auto;
  padding: 37px 0 5px;
  text-align: center;
}

.tnyc-pick-selected-reading .tnyc-pull-summary {
  font-size: clamp(23px, 3vw, 34px);
}

.tnyc-pick-selected-reading .tnyc-pull-reflection {
  width: min(100%, 670px);
  margin-right: auto;
  margin-left: auto;
}

.tnyc-pick-selected-reading .tnyc-pull-actions {
  width: min(100%, 650px);
  margin-right: auto;
  margin-left: auto;
}

.tnyc-pick-other-section {
  margin-top: 38px;
  padding-top: 34px;
  border-top: 1px solid var(--tnyc-line);
  text-align: center;
}

.tnyc-pick-other-section > h3 {
  margin: 0;
  font: 400 clamp(32px, 4vw, 48px)/1 Georgia, "Times New Roman", serif;
  letter-spacing: -0.04em;
}

.tnyc-pick-other-section > p:not(.tnyc-pull-reading-label) {
  width: min(100%, 650px);
  margin: 14px auto 0;
  color: #5e5850;
  font: 15px/1.6 Georgia, "Times New Roman", serif;
}

.tnyc-pick-other-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: min(100%, 720px);
  margin: 26px auto 0;
}

.tnyc-pick-other-card,
.tnyc-pick-other-card:visited {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(25, 24, 21, 0.2);
  background: #fffdf8;
  color: var(--tnyc-ink) !important;
  text-align: left;
  text-decoration: none !important;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.tnyc-pick-other-card:hover,
.tnyc-pick-other-card:focus-visible {
  border-color: var(--tnyc-red);
  box-shadow: 7px 9px 0 rgba(158, 47, 40, 0.09);
  transform: translateY(-2px);
}

.tnyc-pick-other-card:focus-visible {
  outline: 2px solid var(--tnyc-red);
  outline-offset: 4px;
}

.tnyc-pick-other-card img {
  display: block;
  width: 92px;
  aspect-ratio: 59 / 100;
  object-fit: contain;
  background: #f8f3e8;
}

.tnyc-pick-other-card span {
  min-width: 0;
}

.tnyc-pick-other-card b {
  display: block;
  font: 400 23px/1.08 Georgia, "Times New Roman", serif;
}

.tnyc-pick-other-card small {
  display: block;
  margin-top: 11px;
  color: var(--tnyc-red);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.35;
  text-transform: uppercase;
}

@media (max-width: 760px) {
  .tnyc-pick-result-panel {
    padding: 30px 18px 32px;
  }

  .tnyc-pick-reveal-grid {
    gap: 9px;
    padding: 30px 0 28px;
  }

  .tnyc-pick-reveal-card {
    padding: 10px 5px 13px;
  }

  .tnyc-pick-result-flip {
    max-width: 132px;
  }

  .tnyc-pick-reveal-position {
    margin-top: 12px;
    font-size: 7px;
    letter-spacing: 0.08em;
  }

  .tnyc-pick-reveal-name {
    font-size: clamp(14px, 4vw, 20px);
  }

  .tnyc-pick-selected-reading {
    padding-top: 30px;
  }

  .tnyc-pick-other-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .tnyc-pick-result-panel {
    padding-right: 10px;
    padding-left: 10px;
  }

  .tnyc-pick-reveal-grid {
    gap: 5px;
  }

  .tnyc-pick-reveal-card {
    padding-right: 3px;
    padding-left: 3px;
  }

  .tnyc-pick-reveal-card.is-selected-card {
    transform: translateY(-3px);
  }

  .tnyc-pick-reveal-name {
    font-size: 14px;
  }

  .tnyc-pick-other-card,
  .tnyc-pick-other-card:visited {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 14px;
  }

  .tnyc-pick-other-card img {
    width: 76px;
  }

  .tnyc-pick-other-card b {
    font-size: 20px;
  }
}
