/* Start custom CSS */body.page-id-2859 header#masthead { display: none !important; }
body.page-id-2859 #primary,
body.page-id-2859 .site-main,
body.page-id-2859 .entry-content { background: transparent; }
body.page-id-2859 .taa-home-calm {
  --taa-bg: #17171b;
  --taa-bg-soft: #202023;
  --taa-panel: #17171b;
  --taa-panel-soft: #222228;
  --taa-panel-edge: rgba(235, 189, 107, 0.24);
  --taa-ivory: #edeef1;
  --taa-ivory-soft: rgba(237, 238, 241, 0.82);
  --taa-text: #edeef1;
  --taa-muted: rgba(237, 238, 241, 0.72);
  --taa-gold: #bf8b0f;
  --taa-gold-soft: #ebbd6b;
  --taa-card: rgba(27, 27, 31, 0.88);
  --taa-card-border: rgba(235, 189, 107, 0.18);
  --taa-shadow: 0 20px 48px rgba(17, 18, 24, 0.08);
  background:
    radial-gradient(circle at 88% 0%, rgba(235, 189, 107, 0.16), transparent 24%),
    radial-gradient(circle at 14% 18%, rgba(255,255,255,0.05), transparent 20%),
    linear-gradient(180deg, #17171b 0%, #1d1d21 42%, #202024 100%);
  color: var(--taa-text);
  padding: 0 0 78px;
}
body.page-id-2859 .taa-home-calm * { box-sizing: border-box; }
body.page-id-2859 .taa-home-calm a { text-decoration: none; }
body.page-id-2859 .taa-home-calm .taa-shell { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 24px; }
body.page-id-2859 .taa-home-calm .taa-section { margin-top: 44px; }
body.page-id-2859 .taa-home-calm .taa-hero { padding-top: 28px; }
body.page-id-2859 .taa-home-calm .taa-hero-panel {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid var(--taa-panel-edge);
  background: linear-gradient(135deg, #181a1f 0%, #212329 52%, #2b2d35 100%);
  color: var(--taa-ivory);
  box-shadow: 0 28px 68px rgba(16, 17, 22, 0.18);
}
body.page-id-2859 .taa-home-calm .taa-hero-panel:before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(17, 18, 24, 0.86) 0%, rgba(17, 18, 24, 0.70) 40%, rgba(17, 18, 24, 0.60) 100%),
    radial-gradient(circle at 16% 18%, rgba(235, 189, 107, 0.15), transparent 24%),
    url('https://tarotandastrology.com/wp-content/uploads/2025/07/intro_tarot.png') center center / cover no-repeat;
  opacity: 0.96;
}
body.page-id-2859 .taa-home-calm .taa-hero-panel:after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 18%, rgba(255,255,255,0.14) 0, rgba(255,255,255,0.04) 2px, transparent 3px),
    radial-gradient(circle at 72% 30%, rgba(255,255,255,0.12) 0, rgba(255,255,255,0.03) 2px, transparent 3px),
    radial-gradient(circle at 84% 38%, rgba(255,255,255,0.10) 0, rgba(255,255,255,0.02) 2px, transparent 3px),
    radial-gradient(circle at 67% 12%, rgba(235, 189, 107, 0.16) 0, rgba(235, 189, 107, 0.03) 5px, transparent 12px);
  pointer-events: none;
}
body.page-id-2859 .taa-home-calm .taa-hero-inner { position: relative; z-index: 1; padding: 28px 54px 58px; }
body.page-id-2859 .taa-home-calm .taa-local-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 52px;
}
body.page-id-2859 .taa-home-calm .taa-logo-link { display: inline-flex; align-items: center; }
body.page-id-2859 .taa-home-calm .taa-logo-link img { width: min(320px, 100%); height: auto; display: block; }
body.page-id-2859 .taa-home-calm .taa-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 18px;
}
body.page-id-2859 .taa-home-calm .taa-nav &gt; a,
body.page-id-2859 .taa-home-calm .taa-dropdown summary {
  color: var(--taa-ivory);
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 10px 0;
  list-style: none;
  cursor: pointer;
}
body.page-id-2859 .taa-home-calm .taa-nav &gt; a:hover,
body.page-id-2859 .taa-home-calm .taa-dropdown summary:hover { color: var(--taa-gold-soft); }
body.page-id-2859 .taa-home-calm .taa-dropdown { position: relative; }
body.page-id-2859 .taa-home-calm .taa-dropdown summary::-webkit-details-marker { display: none; }
body.page-id-2859 .taa-home-calm .taa-dropdown summary:after {
  content: '▾';
  margin-left: 8px;
  font-size: 0.8em;
}
body.page-id-2859 .taa-home-calm .taa-dropdown-panel {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  width: min(320px, 82vw);
  display: grid;
  gap: 6px;
  padding: 12px;
  border-radius: 18px;
  background: rgba(27, 28, 33, 0.98);
  border: 1px solid rgba(235, 189, 107, 0.22);
  box-shadow: 0 22px 36px rgba(10, 10, 14, 0.30);
}
body.page-id-2859 .taa-home-calm .taa-dropdown-panel a {
  color: var(--taa-ivory);
  padding: 10px 12px;
  border-radius: 12px;
  font-size: 0.96rem;
}
body.page-id-2859 .taa-home-calm .taa-dropdown-panel a:hover {
  background: rgba(235, 189, 107, 0.12);
  color: var(--taa-gold-soft);
}
body.page-id-2859 .taa-home-calm .taa-hero-copy { max-width: 640px; }
body.page-id-2859 .taa-home-calm .taa-eyebrow,
body.page-id-2859 .taa-home-calm .taa-kicker {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--taa-gold-soft);
  margin-bottom: 16px;
}
body.page-id-2859 .taa-home-calm .taa-question {
  margin: 0 0 14px;
  color: rgba(244, 239, 230, 0.92);
  font-size: 1.1rem;
  font-weight: 600;
}
body.page-id-2859 .taa-home-calm h1,
body.page-id-2859 .taa-home-calm h2,
body.page-id-2859 .taa-home-calm h3 { margin: 0; line-height: 1.08; color: inherit; }
body.page-id-2859 .taa-home-calm .taa-hero-copy h1 {
  font-size: clamp(2.45rem, 5.2vw, 4.35rem);
  letter-spacing: -0.035em;
  max-width: 11ch;
}
body.page-id-2859 .taa-home-calm .taa-hero-copy p {
  margin-top: 18px;
  max-width: 34rem;
  color: var(--taa-ivory-soft);
  font-size: 1.08rem;
  line-height: 1.78;
}
body.page-id-2859 .taa-home-calm .taa-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 30px; }
body.page-id-2859 .taa-home-calm .taa-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 0 32px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 1rem;
  transition: transform .18s ease, box-shadow .18s ease, color .18s ease;
}
body.page-id-2859 .taa-home-calm .taa-btn:hover { transform: translateY(-1px); }
body.page-id-2859 .taa-home-calm .taa-btn-primary {
  background: linear-gradient(180deg, #f0cf8f 0%, #bf8b0f 100%);
  color: #1f2025;
  box-shadow: 0 18px 34px rgba(191, 139, 15, 0.28);
}
body.page-id-2859 .taa-home-calm .taa-trustline {
  margin-top: 18px;
  color: rgba(244, 239, 230, 0.72);
  font-size: 0.95rem;
}
body.page-id-2859 .taa-home-calm .taa-hero-note {
  margin-top: 34px;
  max-width: 470px;
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(244, 239, 230, 0.10);
  color: rgba(244, 239, 230, 0.84);
  line-height: 1.66;
}
body.page-id-2859 .taa-home-calm .taa-section-card,
body.page-id-2859 .taa-home-calm .taa-support {
  background: linear-gradient(180deg, rgba(24, 24, 28, 0.94) 0%, rgba(31, 31, 36, 0.92) 100%);
  border: 1px solid var(--taa-card-border);
  border-radius: 28px;
  box-shadow: var(--taa-shadow);
  padding: 36px;
}
body.page-id-2859 .taa-home-calm .taa-section-head { max-width: 760px; margin-bottom: 24px; }
body.page-id-2859 .taa-home-calm .taa-section-head h2 {
  color: var(--taa-text);
  font-size: clamp(1.95rem, 3vw, 2.7rem);
}
body.page-id-2859 .taa-home-calm .taa-section-head p,
body.page-id-2859 .taa-home-calm .taa-card p,
body.page-id-2859 .taa-home-calm .taa-step p,
body.page-id-2859 .taa-home-calm .taa-check,
body.page-id-2859 .taa-home-calm .taa-support p,
body.page-id-2859 .taa-home-calm .taa-support-points { color: var(--taa-muted); line-height: 1.72; }
body.page-id-2859 .taa-home-calm .taa-card-grid,
body.page-id-2859 .taa-home-calm .taa-steps,
body.page-id-2859 .taa-home-calm .taa-checklist {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
body.page-id-2859 .taa-home-calm .taa-card,
body.page-id-2859 .taa-home-calm .taa-step,
body.page-id-2859 .taa-home-calm .taa-check {
  background: linear-gradient(180deg, rgba(26, 26, 30, 0.92) 0%, rgba(33, 33, 38, 0.90) 100%);
  border: 1px solid rgba(78, 61, 26, 0.10);
  border-radius: 22px;
  padding: 24px;
}
body.page-id-2859 .taa-home-calm .taa-card-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  background: linear-gradient(180deg, rgba(235, 189, 107, 0.24), rgba(191, 139, 15, 0.12));
  color: var(--taa-gold-soft);
  font-size: 1.3rem;
}
body.page-id-2859 .taa-home-calm .taa-card h3,
body.page-id-2859 .taa-home-calm .taa-step h3 { color: var(--taa-text); font-size: 1.16rem; }
body.page-id-2859 .taa-home-calm .taa-card-link {
  display: inline-flex;
  margin-top: 14px;
  color: var(--taa-gold-soft);
  font-weight: 700;
}
body.page-id-2859 .taa-home-calm .taa-step-num {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  background: rgba(191, 139, 15, 0.12);
  color: #7a5500;
  font-weight: 700;
}
body.page-id-2859 .taa-home-calm .taa-check {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 12px;
  align-items: start;
}
body.page-id-2859 .taa-home-calm .taa-checkmark { color: var(--taa-gold); font-weight: 700; }
body.page-id-2859 .taa-home-calm .taa-support-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.82fr);
  gap: 24px;
  align-items: center;
}
body.page-id-2859 .taa-home-calm .taa-support-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 24px; }
body.page-id-2859 .taa-home-calm .taa-btn-quiet {
  background: rgba(255,255,255,0.04);
  color: var(--taa-ivory);
  border: 1px solid rgba(237, 238, 241, 0.18);
}
body.page-id-2859 .taa-home-calm .taa-support-points { display: grid; gap: 12px; }
body.page-id-2859 .taa-home-calm .taa-support-points strong { color: var(--taa-ivory); }
@media (max-width: 1024px) {
  body.page-id-2859 .taa-home-calm .taa-local-header { align-items: flex-start; flex-direction: column; }
  body.page-id-2859 .taa-home-calm .taa-nav { justify-content: flex-start; }
}
@media (max-width: 980px) {
  body.page-id-2859 .taa-home-calm .taa-card-grid,
  body.page-id-2859 .taa-home-calm .taa-steps,
  body.page-id-2859 .taa-home-calm .taa-checklist,
  body.page-id-2859 .taa-home-calm .taa-support-grid { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  body.page-id-2859 .taa-home-calm { padding-bottom: 52px; }
  body.page-id-2859 .taa-home-calm .taa-shell { padding: 0 16px; }
  body.page-id-2859 .taa-home-calm .taa-hero { padding-top: 16px; }
  body.page-id-2859 .taa-home-calm .taa-hero-inner,
  body.page-id-2859 .taa-home-calm .taa-section-card,
  body.page-id-2859 .taa-home-calm .taa-support { padding: 26px 20px; }
  body.page-id-2859 .taa-home-calm .taa-local-header { margin-bottom: 30px; }
  body.page-id-2859 .taa-home-calm .taa-logo-link img { width: min(250px, 100%); }
  body.page-id-2859 .taa-home-calm .taa-nav { gap: 14px; }
  body.page-id-2859 .taa-home-calm .taa-dropdown-panel {
    position: static;
    width: 100%;
    margin-top: 8px;
  }
  body.page-id-2859 .taa-home-calm .taa-hero-copy h1 { max-width: none; font-size: 2.45rem; }
  body.page-id-2859 .taa-home-calm .taa-actions,
  body.page-id-2859 .taa-home-calm .taa-support-actions { flex-direction: column; }
  body.page-id-2859 .taa-home-calm .taa-btn { width: 100%; }
}

/* HERMES PAGE 1843 CORRECTION PASS START */
body.page-id-2859 .taa-home-calm .taa-hero-panel {
  min-height: 720px;
}
body.page-id-2859 .taa-home-calm .taa-hero-panel:before {
  background:
    linear-gradient(90deg, rgba(17, 18, 24, 0.86) 0%, rgba(17, 18, 24, 0.70) 40%, rgba(17, 18, 24, 0.60) 100%),
    radial-gradient(circle at 16% 18%, rgba(235, 189, 107, 0.15), transparent 24%),
    url('https://tarotandastrology.com/wp-content/uploads/2025/07/intro_tarot.png') right bottom / contain no-repeat;
}
body.page-id-2859 .taa-home-calm .taa-hero-inner {
  padding: 28px 46px 96px;
}
body.page-id-2859 .taa-home-calm .taa-local-header {
  gap: 24px;
  flex-wrap: nowrap;
  margin-bottom: 38px;
}
body.page-id-2859 .taa-home-calm .taa-logo-link {
  flex: 0 0 auto;
  min-width: 0;
}
body.page-id-2859 .taa-home-calm .taa-logo-link img {
  width: min(250px, 100%);
  max-width: 250px;
}
body.page-id-2859 .taa-home-calm .taa-nav {
  flex: 1 1 auto;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 14px;
  min-width: 0;
}
@media (max-width: 860px) {
  body.page-id-2859 .taa-home-calm .taa-local-header {
    align-items: flex-start;
    flex-direction: column;
  }
  body.page-id-2859 .taa-home-calm .taa-nav {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  body.page-id-2859 .taa-home-calm .taa-hero-panel {
    min-height: 0;
  }
  body.page-id-2859 .taa-home-calm .taa-hero-panel:before {
    background:
      linear-gradient(180deg, rgba(17, 18, 24, 0.78) 0%, rgba(17, 18, 24, 0.64) 42%, rgba(17, 18, 24, 0.58) 100%),
      radial-gradient(circle at 16% 18%, rgba(235, 189, 107, 0.15), transparent 24%),
      url('https://tarotandastrology.com/wp-content/uploads/2025/07/intro_tarot.png') center bottom / cover no-repeat;
  }
}
/* HERMES PAGE 1843 CORRECTION PASS END *//* End custom CSS */