body.tnyc-card-meaning-page { background: #fbf8f0; }

.tnyc-card-meaning-site { --card-blue: #aec9cd; --card-ink: #191815; }
.tnyc-card-fool { --card-blue: #dfbd50; }

.tnyc-card-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(370px, .58fr);
  gap: clamp(58px, 8vw, 126px);
  align-items: center;
  padding: 92px max(5vw, calc((100vw - 1320px) / 2)) 105px;
  background:
    radial-gradient(circle at 16% 7%, rgba(215,173,54,.15), transparent 27%),
    #f2eadc;
  color: var(--card-ink);
}

.tnyc-card-hero .tnyc-breadcrumbs { margin-bottom: 48px; color: #71695f; }
.tnyc-card-hero .tnyc-breadcrumbs a { border-bottom-color: rgba(25,24,21,.32); }
.tnyc-card-hero .tnyc-kicker { color: #9e2f28; }
.tnyc-card-hero-copy h1 { max-width: 780px; margin: 0; font: 400 clamp(64px, 7vw, 106px)/.92 Georgia, serif; letter-spacing: -.055em; }
.tnyc-card-hero-lede { max-width: 740px; margin: 32px 0 0; color: #534d45; font: 20px/1.62 Georgia, serif; }
.tnyc-card-hero .tnyc-guide-themes span { border-color: rgba(25,24,21,.23); }

.tnyc-card-hero-art { min-width: 0; margin: 0; }
.tnyc-card-hero-art > p { margin: 0 0 11px; color: #9e2f28; font: 700 10px/1.4 Arial, sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.tnyc-card-hero-art > div {
  display: grid;
  min-height: 640px;
  place-items: center;
  padding: 34px;
  border: 1px solid rgba(25,24,21,.22);
  background:
    radial-gradient(circle at center, rgba(255,255,255,.34), transparent 58%),
    var(--card-blue);
  box-shadow: 18px 20px 0 rgba(66,72,68,.11);
}
.tnyc-card-hero-art img { display: block; width: auto; max-width: 100%; height: 570px; object-fit: contain; filter: drop-shadow(0 15px 14px rgba(25,24,21,.16)); }
.tnyc-card-hero-art figcaption { max-width: 380px; margin-top: 16px; color: #6f675e; font: italic 13px/1.5 Georgia, serif; }

.tnyc-card-at-a-glance {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
  gap: clamp(48px, 7vw, 105px);
  padding: 78px max(5vw, calc((100vw - 1240px) / 2));
  background: #191815;
  color: #f8f2e5;
}
.tnyc-card-glance-intro > p { margin: 0 0 18px; color: #d7ad36; font: 700 9px/1.5 Arial, sans-serif; letter-spacing: .15em; text-transform: uppercase; }
.tnyc-card-glance-intro h2 { max-width: 480px; margin: 0; font: 400 clamp(37px, 4vw, 54px)/1.04 Georgia, serif; letter-spacing: -.035em; }
.tnyc-card-glance-intro a { display: inline-flex; gap: 22px; margin-top: 35px; padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,.45); font: 700 9px/1.5 Arial, sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.tnyc-card-glance-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }
.tnyc-card-glance-grid > div { min-height: 120px; padding: 25px; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.tnyc-card-glance-grid span { display: block; margin-bottom: 14px; color: rgba(255,255,255,.5); font: 700 9px/1.4 Arial, sans-serif; letter-spacing: .13em; text-transform: uppercase; }
.tnyc-card-glance-grid strong { color: #f8f2e5; font: 400 18px/1.45 Georgia, serif; }

.tnyc-card-article-layout { padding-top: 110px; }
.tnyc-card-meaning .tnyc-guide-body > p:first-of-type { padding: 0 0 45px; border-bottom: 1px solid rgba(25,24,21,.19); color: #292621; font-size: 24px; line-height: 1.68; }

.tnyc-card-symbol-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin: 42px 0 34px; }
.tnyc-card-symbol { display: flex; min-width: 0; flex-direction: column; margin: 0; border: 1px solid rgba(25,24,21,.18); background: #f0e8d9; }
.tnyc-card-symbol > img { width: 100%; height: 235px; padding: 28px; border: 0; border-bottom: 1px solid rgba(25,24,21,.15); background: var(--card-blue); object-fit: contain; }
.tnyc-card-detail-crop-frame {
  width: 100%;
  height: 235px;
  box-sizing: border-box;
  padding: 0 !important;
  border-bottom: 1px solid rgba(25,24,21,.15);
  background-color: var(--card-blue);
  background-image: url("https://tarot.nyc/wp-content/uploads/2026/07/the-lovers-tarot-card-1.webp");
  background-repeat: no-repeat;
}
.tnyc-lovers-detail-angel { background-size: 160% auto; background-position: 50% 9%; }
.tnyc-lovers-detail-serpent { background-size: 185% auto; background-position: 0 58%; }
.tnyc-lovers-detail-flames { background-size: 185% auto; background-position: 100% 54%; }
.tnyc-card-specific-details .tnyc-card-detail-crop-frame { background-image: var(--tnyc-detail-card); }
.tnyc-details-magician { --tnyc-detail-card: url("https://tarot.nyc/wp-content/uploads/2026/07/the-magician-tarot-card-1.webp"); }
.tnyc-details-priestess { --tnyc-detail-card: url("https://tarot.nyc/wp-content/uploads/2026/07/the-high-priestess-tarot-card-1.webp"); }
.tnyc-details-empress { --tnyc-detail-card: url("https://tarot.nyc/wp-content/uploads/2026/07/the-empress-tarot-card-1.webp"); }
.tnyc-details-emperor { --tnyc-detail-card: url("https://tarot.nyc/wp-content/uploads/2026/07/the-emperor-tarot-card-1.webp"); }
.tnyc-details-hierophant { --tnyc-detail-card: url("https://tarot.nyc/wp-content/uploads/2026/07/the-hierophant-tarot-card-1.webp"); }
.tnyc-details-chariot { --tnyc-detail-card: url("https://tarot.nyc/wp-content/uploads/2026/07/the-chariot-tarot-card-1.webp"); }
.tnyc-details-strength { --tnyc-detail-card: url("https://tarot.nyc/wp-content/uploads/2026/07/strength-tarot-card-1.webp"); }
.tnyc-details-hermit { --tnyc-detail-card: url("https://tarot.nyc/wp-content/uploads/2026/07/the-hermit-tarot-card-1.webp"); }
.tnyc-details-moon { --tnyc-detail-card: url("https://tarot.nyc/wp-content/uploads/2026/07/the-moon-tarot-card-1.webp"); }
.tnyc-details-wheel { --tnyc-detail-card: url("https://tarot.nyc/wp-content/uploads/2026/07/wheel-of-fortune-tarot-card-1.webp"); }
.tnyc-details-magician .tnyc-detail-a { background-size: 160% auto; background-position: 50% 10%; }
.tnyc-details-magician .tnyc-detail-b { background-size: 190% auto; background-position: 50% 61%; }
.tnyc-details-magician .tnyc-detail-c { background-size: 180% auto; background-position: 50% 88%; }
.tnyc-details-priestess .tnyc-detail-a { background-size: 165% auto; background-position: 50% 45%; }
.tnyc-details-priestess .tnyc-detail-b { background-size: 185% auto; background-position: 50% 35%; }
.tnyc-details-priestess .tnyc-detail-c { background-size: 190% auto; background-position: 50% 72%; }
.tnyc-details-empress .tnyc-detail-a { background-size: 165% auto; background-position: 50% 12%; }
.tnyc-details-empress .tnyc-detail-b { background-size: 205% auto; background-position: 100% 69%; }
.tnyc-details-empress .tnyc-detail-c { background-size: 180% auto; background-position: 0 84%; }
.tnyc-details-emperor .tnyc-detail-a { background-size: 185% auto; background-position: 50% 55%; }
.tnyc-details-emperor .tnyc-detail-b { background-size: 195% auto; background-position: 0 50%; }
.tnyc-details-emperor .tnyc-detail-c { background-size: 175% auto; background-position: 50% 68%; }
.tnyc-details-hierophant .tnyc-detail-a { background-size: 170% auto; background-position: 50% 18%; }
.tnyc-details-hierophant .tnyc-detail-b { background-size: 195% auto; background-position: 50% 88%; }
.tnyc-details-hierophant .tnyc-detail-c { background-size: 175% auto; background-position: 50% 68%; }
.tnyc-details-chariot .tnyc-detail-a { background-size: 170% auto; background-position: 50% 12%; }
.tnyc-details-chariot .tnyc-detail-b { background-size: 185% auto; background-position: 50% 47%; }
.tnyc-details-chariot .tnyc-detail-c { background-size: 180% auto; background-position: 50% 82%; }
.tnyc-details-strength .tnyc-detail-a { background-size: 170% auto; background-position: 50% 13%; }
.tnyc-details-strength .tnyc-detail-b { background-size: 170% auto; background-position: 50% 56%; }
.tnyc-details-strength .tnyc-detail-c { background-size: 195% auto; background-position: 50% 70%; }
.tnyc-details-hermit .tnyc-detail-a { background-size: 205% auto; background-position: 0 25%; }
.tnyc-details-hermit .tnyc-detail-b { background-size: 170% auto; background-position: 50% 54%; }
.tnyc-details-hermit .tnyc-detail-c { background-size: 170% auto; background-position: 50% 83%; }
.tnyc-details-moon .tnyc-detail-a { background-size: 175% auto; background-position: 50% 13%; }
.tnyc-details-moon .tnyc-detail-b { background-size: 175% auto; background-position: 50% 52%; }
.tnyc-details-moon .tnyc-detail-c { background-size: 185% auto; background-position: 50% 83%; }
.tnyc-details-wheel .tnyc-detail-a { background-size: 170% auto; background-position: 50% 51%; }
.tnyc-details-wheel .tnyc-detail-b { background-size: 185% auto; background-position: 50% 43%; }
.tnyc-details-wheel .tnyc-detail-c { background-size: 175% auto; background-position: 50% 10%; }
.tnyc-fool-context-detail .tnyc-card-detail-crop-frame { width: 120px; height: 120px; border: 0; background-image: url("https://tarot.nyc/wp-content/uploads/2026/07/the-fool-tarot-card-1.webp"); background-size: 245% auto; background-position: 100% 83%; }
.tnyc-fool-context-detail > .tnyc-card-detail-crop-frame { grid-column: 1; grid-row: 1; align-self: center; }
.tnyc-fool-context-detail > div:last-child { grid-column: 2; grid-row: 1; }
.tnyc-card-symbol > div { padding: 24px; }
.tnyc-guide-body .tnyc-card-symbol h3 { margin: 0 0 10px; font-size: 23px; }
.tnyc-card-symbol p { margin: 0; color: #625b52; font: 14px/1.62 Georgia, serif; }
.tnyc-card-symbol-text-grid { gap: 1px; border: 1px solid rgba(25,24,21,.18); background: rgba(25,24,21,.18); }
.tnyc-card-symbol-text { min-height: 230px; border: 0; border-top: 5px solid var(--card-blue); background: #f0e8d9; }
.tnyc-card-symbol-text > div { display: flex; min-height: 100%; flex-direction: column; justify-content: flex-start; padding: 30px; }
.tnyc-guide-body .tnyc-card-symbol-text h3 { font-size: 27px; }
.tnyc-card-symbol-text p { font-size: 15px; line-height: 1.7; }
.tnyc-card-symbol-link { margin: 36px 0 55px !important; padding: 22px 25px; border-left: 3px solid #9e2f28; background: #e9e1d2; font: 700 11px/1.55 Arial, sans-serif !important; letter-spacing: .06em; text-transform: uppercase; }
.tnyc-card-symbol-link a { text-decoration: none; }

.tnyc-fool-symbol-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin: 40px 0; border: 1px solid rgba(25,24,21,.18); background: rgba(25,24,21,.18); }
.tnyc-fool-symbol-list > div { min-width: 0; padding: 28px; background: #f0e8d9; }
.tnyc-fool-symbol-list span { display: block; margin-bottom: 25px; color: #9e2f28; font: 700 9px/1.4 Arial, sans-serif; letter-spacing: .13em; }
.tnyc-guide-body .tnyc-fool-symbol-list h3 { margin: 0 0 10px; font-size: 25px; }
.tnyc-fool-symbol-list p { margin: 0; color: #625b52; font: 15px/1.65 Georgia, serif; }

.tnyc-card-detail-feature { display: grid; width: min(100%, 620px); max-width: 620px; grid-template-columns: 120px minmax(0, 1fr); gap: 22px; align-items: center; margin: 48px auto; padding: 24px; border: 1px solid rgba(25,24,21,.18); background: #d9c476; box-shadow: 10px 11px 0 rgba(96,73,38,.09); }
.tnyc-card-detail-feature > br,
.tnyc-card-detail-feature > p:empty { display: none !important; }
.tnyc-card-detail-feature > p:first-child br { display: none !important; }
.tnyc-card-detail-feature > img,
.tnyc-card-detail-feature > p:first-child { grid-column: 1; grid-row: 1; align-self: center; margin: 0; }
.tnyc-card-detail-feature > div { min-width: 0; grid-column: 2; grid-row: 1; align-self: center; }
.tnyc-guide-body .tnyc-card-detail-feature img,
.tnyc-guide-body .tnyc-card-detail-feature > p:first-child img { display: block; width: 120px; height: 120px; margin: 0; padding: 6px; border: 0; object-fit: contain; }
.tnyc-card-detail-feature div > p { margin: 0 0 11px; color: #7b312b; font: 700 9px/1.4 Arial, sans-serif; letter-spacing: .13em; text-transform: uppercase; }
.tnyc-guide-body .tnyc-card-detail-feature h3 { margin: 0 0 9px; font-size: 27px; }
.tnyc-card-detail-feature-text { display: block; width: min(100%, 620px); }
.tnyc-card-detail-feature-text > div { display: block; }
.tnyc-guide-body .tnyc-card-detail-feature span { display: block; width: auto; max-width: none; color: #4f493f; font: 400 15px/1.58 Georgia, serif; letter-spacing: 0 !important; text-transform: none !important; }

.tnyc-card-next { background: #b8ced0; }
.tnyc-card-fool .tnyc-card-next { background: #d9c476; }
.tnyc-card-magician { --card-blue: #d9b3a2; }
.tnyc-card-magician .tnyc-card-next { background: #d9b3a2; }
.tnyc-card-high-priestess { --card-blue: #aec9cd; }
.tnyc-card-high-priestess .tnyc-card-next { background: #aec9cd; }
.tnyc-card-empress { --card-blue: #d9b3a2; }
.tnyc-card-empress .tnyc-card-next { background: #d9b3a2; }
.tnyc-card-emperor { --card-blue: #c98f7d; }
.tnyc-card-emperor .tnyc-card-next { background: #c98f7d; }
.tnyc-card-hierophant { --card-blue: #d8b66f; }
.tnyc-card-hierophant .tnyc-card-next { background: #d8b66f; }
.tnyc-card-lovers { --card-blue: #d9b3a2; }
.tnyc-card-lovers .tnyc-card-next { background: #d9b3a2; }
.tnyc-card-chariot { --card-blue: #aec9cd; }
.tnyc-card-chariot .tnyc-card-next { background: #aec9cd; }
.tnyc-card-strength { --card-blue: #dfbd50; }
.tnyc-card-strength .tnyc-card-next { background: #dfbd50; }
.tnyc-card-hermit { --card-blue: #d8b66f; }
.tnyc-card-hermit .tnyc-card-next { background: #d8b66f; }
.tnyc-card-wheel { --card-blue: #bac4aa; }
.tnyc-card-wheel .tnyc-card-next { background: #bac4aa; }
.tnyc-card-justice { --card-blue: #bac4aa; }
.tnyc-card-justice .tnyc-card-next { background: #bac4aa; }
.tnyc-card-hanged { --card-blue: #aec9cd; }
.tnyc-card-hanged .tnyc-card-next { background: #aec9cd; }
.tnyc-card-death { --card-blue: #c98f7d; }
.tnyc-card-death .tnyc-card-next { background: #c98f7d; }
.tnyc-card-temperance { --card-blue: #dfbd50; }
.tnyc-card-temperance .tnyc-card-next { background: #dfbd50; }
.tnyc-card-devil { --card-blue: #d8b66f; }
.tnyc-card-devil .tnyc-card-next { background: #d8b66f; }
.tnyc-card-tower { --card-blue: #c98f7d; }
.tnyc-card-tower .tnyc-card-next { background: #c98f7d; }
.tnyc-card-star { --card-blue: #aec9cd; }
.tnyc-card-star .tnyc-card-next { background: #aec9cd; }
.tnyc-card-sun { --card-blue: #dfbd50; }
.tnyc-card-sun .tnyc-card-next { background: #dfbd50; }
.tnyc-card-judgement { --card-blue: #d9b3a2; }
.tnyc-card-judgement .tnyc-card-next { background: #d9b3a2; }
.tnyc-card-world { --card-blue: #bac4aa; }
.tnyc-card-world .tnyc-card-next { background: #bac4aa; }


/* Wands card family — introduced in 1.0.36. */
.tnyc-card-wands { --card-blue: #c98f7d; }
.tnyc-card-wands .tnyc-card-next { background: #c98f7d; }

/* Swords card family — introduced in 1.0.35. */
.tnyc-card-swords { --card-blue: #bac4aa; }
.tnyc-card-swords .tnyc-card-next { background: #bac4aa; }

/* Pentacles card family — introduced in 1.0.34. */
.tnyc-card-pentacles { --card-blue: #d8b66f; }
.tnyc-card-pentacles .tnyc-card-next { background: #d8b66f; }

/* Cups card family — introduced in 1.0.31. */
.tnyc-card-cups { --card-blue: #a9cbd1; }
.tnyc-card-cups .tnyc-card-next { background: #a9cbd1; }



@media (max-width: 1060px) {
  .tnyc-card-hero { grid-template-columns: 1fr; align-items: start; }
  .tnyc-card-hero-art { width: min(100%, 540px); }
  .tnyc-card-at-a-glance { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .tnyc-card-hero { gap: 58px; padding: 72px 22px; }
  .tnyc-card-hero-copy h1 { font-size: 55px; }
  .tnyc-card-hero-lede { font-size: 17px; }
  .tnyc-card-hero-art > div { min-height: 520px; padding: 25px; }
  .tnyc-card-hero-art img { height: 460px; }
  .tnyc-card-at-a-glance { gap: 45px; padding: 65px 22px; }
  .tnyc-card-glance-grid { grid-template-columns: 1fr; }
  .tnyc-card-glance-grid > div { min-height: 0; }
  .tnyc-card-symbol-grid { grid-template-columns: 1fr; }
  .tnyc-card-symbol > img { height: 260px; }
  .tnyc-card-detail-crop-frame { height: 260px; }
  .tnyc-fool-context-detail .tnyc-card-detail-crop-frame { width: 95px; height: 95px; }
  .tnyc-fool-symbol-list { grid-template-columns: 1fr; }
  .tnyc-card-detail-feature { grid-template-columns: 95px minmax(0, 1fr); gap: 18px; padding: 20px; }
  .tnyc-guide-body .tnyc-card-detail-feature img,
  .tnyc-guide-body .tnyc-card-detail-feature > p:first-child img { width: 95px; height: 95px; padding: 5px; }
  .tnyc-guide-body .tnyc-card-detail-feature h3 { font-size: 24px; }
  .tnyc-guide-body .tnyc-card-detail-feature span { font-size: 14px; }
}

@media (max-width: 420px) {
  .tnyc-card-hero-copy h1 { font-size: 48px; }
  .tnyc-card-hero-art > div { min-height: 440px; padding: 18px; }
  .tnyc-card-hero-art img { height: 395px; }
  .tnyc-card-detail-feature { grid-template-columns: 78px minmax(0, 1fr); gap: 14px; padding: 16px; }
  .tnyc-guide-body .tnyc-card-detail-feature img,
  .tnyc-guide-body .tnyc-card-detail-feature > p:first-child img { width: 78px; height: 78px; }
  .tnyc-guide-body .tnyc-card-detail-feature h3 { font-size: 22px; }
}
