/* Start custom CSS */body.page-id-2858 header#masthead { display: none !important; }
body.page-id-2858 #primary,
body.page-id-2858 .site-main,
body.page-id-2858 .entry-content { background: transparent; }
body.page-id-2858 .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-2858 .taa-home-calm * { box-sizing: border-box; }
body.page-id-2858 .taa-home-calm a { text-decoration: none; }
body.page-id-2858 .taa-home-calm .taa-shell { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 24px; }
body.page-id-2858 .taa-home-calm .taa-section { margin-top: 44px; }
body.page-id-2858 .taa-home-calm .taa-hero { padding-top: 28px; }
body.page-id-2858 .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-2858 .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-2858 .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-2858 .taa-home-calm .taa-hero-inner { position: relative; z-index: 1; padding: 28px 54px 58px; }
body.page-id-2858 .taa-home-calm .taa-local-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 52px;
}
body.page-id-2858 .taa-home-calm .taa-logo-link { display: inline-flex; align-items: center; }
body.page-id-2858 .taa-home-calm .taa-logo-link img { width: min(320px, 100%); height: auto; display: block; }
body.page-id-2858 .taa-home-calm .taa-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 18px;
}
body.page-id-2858 .taa-home-calm .taa-nav &gt; a,
body.page-id-2858 .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-2858 .taa-home-calm .taa-nav &gt; a:hover,
body.page-id-2858 .taa-home-calm .taa-dropdown summary:hover { color: var(--taa-gold-soft); }
body.page-id-2858 .taa-home-calm .taa-dropdown { position: relative; }
body.page-id-2858 .taa-home-calm .taa-dropdown summary::-webkit-details-marker { display: none; }
body.page-id-2858 .taa-home-calm .taa-dropdown summary:after {
  content: '▾';
  margin-left: 8px;
  font-size: 0.8em;
}
body.page-id-2858 .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-2858 .taa-home-calm .taa-dropdown-panel a {
  color: var(--taa-ivory);
  padding: 10px 12px;
  border-radius: 12px;
  font-size: 0.96rem;
}
body.page-id-2858 .taa-home-calm .taa-dropdown-panel a:hover {
  background: rgba(235, 189, 107, 0.12);
  color: var(--taa-gold-soft);
}
body.page-id-2858 .taa-home-calm .taa-hero-copy { max-width: 640px; }
body.page-id-2858 .taa-home-calm .taa-eyebrow,
body.page-id-2858 .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-2858 .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-2858 .taa-home-calm h1,
body.page-id-2858 .taa-home-calm h2,
body.page-id-2858 .taa-home-calm h3 { margin: 0; line-height: 1.08; color: inherit; }
body.page-id-2858 .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-2858 .taa-home-calm .taa-hero-copy p {
  margin-top: 18px;
  max-width: 36rem;
  color: var(--taa-ivory-soft);
  font-size: 1.08rem;
  line-height: 1.78;
}
body.page-id-2858 .taa-home-calm .taa-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 30px; }
body.page-id-2858 .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-2858 .taa-home-calm .taa-btn:hover { transform: translateY(-1px); }
body.page-id-2858 .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-2858 .taa-home-calm .taa-trustline {
  margin-top: 18px;
  color: rgba(244, 239, 230, 0.72);
  font-size: 0.95rem;
}
body.page-id-2858 .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-2858 .taa-home-calm .taa-section-card,
body.page-id-2858 .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-2858 .taa-home-calm .taa-section-head { max-width: 760px; margin-bottom: 24px; }
body.page-id-2858 .taa-home-calm .taa-section-head h2 {
  color: var(--taa-text);
  font-size: clamp(1.95rem, 3vw, 2.7rem);
}
body.page-id-2858 .taa-home-calm .taa-section-head p,
body.page-id-2858 .taa-home-calm .taa-card p,
body.page-id-2858 .taa-home-calm .taa-step p,
body.page-id-2858 .taa-home-calm .taa-check,
body.page-id-2858 .taa-home-calm .taa-support p,
body.page-id-2858 .taa-home-calm .taa-support-points { color: var(--taa-muted); line-height: 1.72; }
body.page-id-2858 .taa-home-calm .taa-card-grid,
body.page-id-2858 .taa-home-calm .taa-steps,
body.page-id-2858 .taa-home-calm .taa-checklist {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
body.page-id-2858 .taa-home-calm .taa-card,
body.page-id-2858 .taa-home-calm .taa-step,
body.page-id-2858 .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-2858 .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-2858 .taa-home-calm .taa-card h3,
body.page-id-2858 .taa-home-calm .taa-step h3 { color: var(--taa-text); font-size: 1.16rem; }
body.page-id-2858 .taa-home-calm .taa-card-link {
  display: inline-flex;
  margin-top: 14px;
  color: var(--taa-gold-soft);
  font-weight: 700;
}
body.page-id-2858 .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-2858 .taa-home-calm .taa-check {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 12px;
  align-items: start;
}
body.page-id-2858 .taa-home-calm .taa-checkmark { color: var(--taa-gold); font-weight: 700; }
body.page-id-2858 .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-2858 .taa-home-calm .taa-support-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 24px; }
body.page-id-2858 .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-2858 .taa-home-calm .taa-support-points { display: grid; gap: 12px; }
body.page-id-2858 .taa-home-calm .taa-support-points strong { color: var(--taa-ivory); }
@media (max-width: 1024px) {
  body.page-id-2858 .taa-home-calm .taa-local-header { align-items: flex-start; flex-direction: column; }
  body.page-id-2858 .taa-home-calm .taa-nav { justify-content: flex-start; }
}
@media (max-width: 980px) {
  body.page-id-2858 .taa-home-calm .taa-card-grid,
  body.page-id-2858 .taa-home-calm .taa-steps,
  body.page-id-2858 .taa-home-calm .taa-checklist,
  body.page-id-2858 .taa-home-calm .taa-support-grid { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  body.page-id-2858 .taa-home-calm { padding-bottom: 52px; }
  body.page-id-2858 .taa-home-calm .taa-shell { padding: 0 16px; }
  body.page-id-2858 .taa-home-calm .taa-hero { padding-top: 16px; }
  body.page-id-2858 .taa-home-calm .taa-hero-inner,
  body.page-id-2858 .taa-home-calm .taa-section-card,
  body.page-id-2858 .taa-home-calm .taa-support { padding: 26px 20px; }
  body.page-id-2858 .taa-home-calm .taa-local-header { margin-bottom: 30px; }
  body.page-id-2858 .taa-home-calm .taa-logo-link img { width: min(250px, 100%); }
  body.page-id-2858 .taa-home-calm .taa-nav { gap: 14px; }
  body.page-id-2858 .taa-home-calm .taa-dropdown-panel {
    position: static;
    width: 100%;
    margin-top: 8px;
  }
  body.page-id-2858 .taa-home-calm .taa-hero-copy h1 { max-width: none; font-size: 2.45rem; }
  body.page-id-2858 .taa-home-calm .taa-actions,
  body.page-id-2858 .taa-home-calm .taa-support-actions { flex-direction: column; }
  body.page-id-2858 .taa-home-calm .taa-btn { width: 100%; }
}

/* HERMES PAGE 1843 CORRECTION PASS START */
body.page-id-2858 .taa-home-calm .taa-topbar {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 8px 24px 0;
  position: relative;
  z-index: 5;
}
body.page-id-2858 .taa-home-calm .taa-hero {
  padding-top: 0; margin-top: -8px;
}
body.page-id-2858 .taa-home-calm .taa-hero-panel {
  width: 100%;
  margin-left: 0;
  overflow: hidden;
  isolation: isolate;
  border-radius: 0;
  border: 0;
  background: linear-gradient(180deg, #071018 0%, #0a1520 34%, #09131b 62%, #050b10 100%);
  color: var(--taa-ivory);
  box-shadow: none;
  min-height: 708px;
}
body.page-id-2858 .taa-home-calm .taa-hero-panel:before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(3, 8, 12, 0.88) 0%, rgba(3, 8, 12, 0.72) 34%, rgba(3, 8, 12, 0.24) 56%, rgba(3, 8, 12, 0.80) 100%),
    linear-gradient(180deg, rgba(7, 15, 22, 0.18) 0%, rgba(7, 15, 22, 0.10) 26%, rgba(7, 15, 22, 0.60) 100%);
  z-index: 0;
}
body.page-id-2858 .taa-home-calm .taa-hero-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}
body.page-id-2858 .taa-home-calm .taa-hero-photo,
body.page-id-2858 .taa-home-calm .taa-hero-sheen {
  position: absolute;
  inset: 0;
}
body.page-id-2858 .taa-home-calm .taa-hero-photo {
  background:
    linear-gradient(180deg, rgba(5, 10, 15, 0.18) 0%, rgba(5, 10, 15, 0.34) 100%),
    url('https://tarotandastrology.com/wp-content/uploads/2026/06/droplet-scaled.jpg') 58% 16% / 100% auto no-repeat;
  transform: scale(1.0);
  opacity: 0.68;
  animation: taaHeroPhotoSettle 8.2s cubic-bezier(.2,.7,.22,1) 0s 1 forwards;
}
body.page-id-2858 .taa-home-calm .taa-hero-sheen {
  background:
    radial-gradient(circle at 58% 20%, rgba(244, 201, 124, 0.10) 0%, rgba(244, 201, 124, 0.03) 10%, rgba(244, 201, 124, 0) 24%),
    radial-gradient(circle at 58% 29%, rgba(104, 163, 219, 0.08) 0%, rgba(104, 163, 219, 0.03) 14%, rgba(104, 163, 219, 0) 30%),
    linear-gradient(180deg, rgba(6, 12, 18, 0.06) 0%, rgba(6, 12, 18, 0.28) 100%);
  opacity: 0.88;
}
body.page-id-2858 .taa-home-calm .taa-droplet-trail,
body.page-id-2858 .taa-home-calm .taa-impact-glow,
body.page-id-2858 .taa-home-calm .taa-ripple {
  position: absolute;
  left: 58%;
  top: 24%;
  transform: translate(-50%, -50%);
}
body.page-id-2858 .taa-home-calm .taa-droplet-trail {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 32%, rgba(255,255,255,0.98) 0%, rgba(250,222,164,0.92) 28%, rgba(142,189,235,0.88) 62%, rgba(65,101,138,0.86) 100%);
  box-shadow: 0 0 16px rgba(255,255,255,0.10), 0 0 24px rgba(126, 176, 226, 0.16);
  opacity: 0;
  animation: taaDropletFall 2.7s cubic-bezier(.26,.6,.18,1) .55s 1 forwards;
}
body.page-id-2858 .taa-home-calm .taa-impact-glow {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245, 202, 122, 0.16) 0%, rgba(114, 170, 224, 0.08) 26%, rgba(114, 170, 224, 0) 66%);
  filter: blur(8px);
  opacity: 0;
  animation: taaImpactGlow 1.8s ease-out 2.9s 1 forwards;
}
body.page-id-2858 .taa-home-calm .taa-ripple {
  border-radius: 50%;
  border: 1px solid rgba(171, 205, 236, 0.28);
  box-shadow: inset 0 0 26px rgba(255,255,255,0.04), 0 0 20px rgba(240, 196, 115, 0.10);
  opacity: 0;
}
body.page-id-2858 .taa-home-calm .taa-ripple-one {
  width: 150px;
  height: 150px;
  animation: taaHeroRipple 2.6s ease-out 2.75s 1 forwards;
}
body.page-id-2858 .taa-home-calm .taa-ripple-two {
  width: 240px;
  height: 240px;
  animation: taaHeroRipple 2.6s ease-out 3.05s 1 forwards;
}
body.page-id-2858 .taa-home-calm .taa-ripple-three {
  width: 340px;
  height: 340px;
  animation: taaHeroRipple 2.7s ease-out 3.35s 1 forwards;
}
body.page-id-2858 .taa-home-calm .taa-hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 54px 24px 110px;
}
body.page-id-2858 .taa-home-calm .taa-local-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: nowrap;
  margin-bottom: 0;
}
body.page-id-2858 .taa-home-calm .taa-logo-link {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  min-width: 0;
}
body.page-id-2858 .taa-home-calm .taa-logo-link img {
  width: min(296px, 100%);
  max-width: 296px;
  height: auto;
  display: block;
}
body.page-id-2858 .taa-home-calm .taa-nav {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
body.page-id-2858 .taa-home-calm .taa-nav > a,
body.page-id-2858 .taa-home-calm .taa-dropdown summary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  color: var(--taa-ivory);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.015em;
  line-height: 1;
  padding: 7px 0;
  margin: 0;
  list-style: none;
  cursor: pointer;
  white-space: nowrap;
}
body.page-id-2858 .taa-home-calm .taa-nav-contact {
  align-self: center;
}
body.page-id-2858 .taa-home-calm .taa-nav > a:hover,
body.page-id-2858 .taa-home-calm .taa-dropdown summary:hover,
body.page-id-2858 .taa-home-calm .taa-dropdown:hover > summary,
body.page-id-2858 .taa-home-calm .taa-dropdown[open] > summary,
body.page-id-2858 .taa-home-calm .taa-dropdown:focus-within > summary { color: var(--taa-gold-soft); }
body.page-id-2858 .taa-home-calm .taa-dropdown {
  position: relative;
  flex: 0 0 auto;
}
body.page-id-2858 .taa-home-calm .taa-dropdown summary::-webkit-details-marker { display: none; }
body.page-id-2858 .taa-home-calm .taa-dropdown summary::marker { content: ''; }
body.page-id-2858 .taa-home-calm .taa-dropdown summary:after { content: none; }
body.page-id-2858 .taa-home-calm .taa-dropdown-panel {
  position: absolute;
  top: calc(100% + 2px);
  display: grid;
  gap: 2px;
  padding: 8px;
  border-radius: 16px;
  background: rgba(9, 14, 20, 0.97);
  border: 1px solid rgba(235, 189, 107, 0.22);
  box-shadow: 0 18px 30px rgba(10, 10, 14, 0.24);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  pointer-events: none;
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}
body.page-id-2858 .taa-home-calm .taa-dropdown-panel::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  height: 12px;
}
body.page-id-2858 .taa-home-calm .taa-home-dropdown .taa-dropdown-panel {
  left: 0;
  right: auto;
  width: min(220px, 72vw);
}
body.page-id-2858 .taa-home-calm .taa-services-dropdown .taa-dropdown-panel {
  right: 0;
  left: auto;
  width: min(272px, 78vw);
}
body.page-id-2858 .taa-home-calm .taa-dropdown[open] > .taa-dropdown-panel,
body.page-id-2858 .taa-home-calm .taa-dropdown:focus-within > .taa-dropdown-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
@media (hover: hover) and (pointer: fine) {
  body.page-id-2858 .taa-home-calm .taa-dropdown:hover > .taa-dropdown-panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
}
body.page-id-2858 .taa-home-calm .taa-dropdown-panel a {
  color: var(--taa-ivory);
  padding: 7px 10px;
  border-radius: 10px;
  font-size: 0.92rem;
  line-height: 1.2;
  white-space: nowrap;
}
body.page-id-2858 .taa-home-calm .taa-dropdown-panel a:hover {
  background: rgba(235, 189, 107, 0.12);
  color: var(--taa-gold-soft);
}
body.page-id-2858 .taa-home-calm .taa-hero-copy {
  max-width: 676px;
  padding-top: 8px;
}
body.page-id-2858 .taa-home-calm .taa-hero-sequence {
  position: relative;
}
body.page-id-2858 .taa-home-calm .taa-seq-bubble,
body.page-id-2858 .taa-home-calm .taa-seq-title,
body.page-id-2858 .taa-home-calm .taa-seq-support {
  opacity: 1;
  transform: none;
  will-change: opacity, transform;
}
body.page-id-2858 .taa-home-calm .taa-seq-bubble {
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
  max-width: 620px;
  margin-bottom: 18px;
  padding: 10px 18px;
  border-radius: 18px;
  background: rgba(11, 17, 24, 0.26);
  border: 1px solid rgba(201, 219, 240, 0.14);
  box-shadow: 0 12px 24px rgba(5, 11, 16, 0.12);
  backdrop-filter: blur(4px);
  animation: none; align-items: flex-start;
}
body.page-id-2858 .taa-home-calm .taa-seq-title {
  max-width: 13ch;
  min-height: 3.3em;
  animation: none;
}
body.page-id-2858 .taa-home-calm .taa-seq-support {
  max-width: 560px;
  margin-top: 20px;
  padding: 0;
  animation: taaSeqIn 1.0s cubic-bezier(.2,.8,.24,1) 8.8s forwards;
}
body.page-id-2858 .taa-home-calm .taa-eyebrow,
body.page-id-2858 .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: 0;
}
body.page-id-2858 .taa-home-calm .taa-question {
  margin: 0;
  color: rgba(244, 239, 230, 0.94);
  font-size: 1.08rem;
  font-weight: 600;
}
body.page-id-2858 .taa-home-calm .taa-type-target {
  display: inline;
}
body.page-id-2858 .taa-home-calm .taa-type-target-title {
  display: inline;
}
body.page-id-2858 .taa-home-calm .taa-seq-pending {
  opacity: 0;
}
body.page-id-2858 .taa-home-calm .taa-seq-support.taa-seq-pending {
  transform: translate3d(0, 18px, 0);
}
body.page-id-2858 .taa-home-calm .taa-seq-title h1 {
  text-wrap: balance;
}
body.page-id-2858 .taa-home-calm h1,
body.page-id-2858 .taa-home-calm h2,
body.page-id-2858 .taa-home-calm h3 { margin: 0; line-height: 1.08; color: inherit; }
body.page-id-2858 .taa-home-calm .taa-seq-title h1 {
  font-size: clamp(2.05rem, 3.55vw, 3.3rem);
  letter-spacing: -0.036em;
}
body.page-id-2858 .taa-home-calm .taa-seq-support p {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 36rem;
  color: var(--taa-ivory-soft);
  font-size: 1.06rem;
  line-height: 1.78;
}
body.page-id-2858 .taa-home-calm .taa-seq-support p + p {
  margin-top: 14px;
}
body.page-id-2858 .taa-home-calm .taa-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 28px; }
body.page-id-2858 .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-2858 .taa-home-calm .taa-btn:hover { transform: translateY(-1px); }
body.page-id-2858 .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-2858 .taa-home-calm .taa-trustline {
  margin-top: 16px;
  color: rgba(244, 239, 230, 0.74);
  font-size: 0.95rem;
}
body.page-id-2858 .taa-home-calm .taa-hero-note {
  margin-top: 24px;
  max-width: 470px;
  padding: 16px 18px;
  border-radius: 14px;
  background: rgba(9, 15, 22, 0.30);
  border: 1px solid rgba(201, 219, 240, 0.10);
  box-shadow: 0 18px 44px rgba(5, 11, 16, 0.18);
  backdrop-filter: blur(3px);
  color: rgba(244, 239, 230, 0.84);
  line-height: 1.66;
}
@keyframes taaHeroPhotoSettle {
  0% { transform: scale(1.0) translate3d(0, -1.2%, 0); filter: saturate(0.92) brightness(0.84); }
  100% { transform: scale(0.985) translate3d(0, 0, 0); filter: saturate(0.88) brightness(0.76); }
}
@keyframes taaDropletFall {
  0% { opacity: 0; transform: translate(-50%, -180px) scale(0.55); }
  12% { opacity: 0.92; }
  78% { opacity: 0.98; }
  100% { opacity: 0; transform: translate(-50%, -50%) scale(1.08); }
}
@keyframes taaImpactGlow {
  0% { opacity: 0; transform: translate(-50%, -50%) scale(0.46); }
  26% { opacity: 0.82; }
  100% { opacity: 0; transform: translate(-50%, -50%) scale(1.18); }
}
@keyframes taaHeroRipple {
  0% { opacity: 0; transform: translate(-50%, -50%) scale(0.28); }
  12% { opacity: 0.58; }
  68% { opacity: 0.14; }
  100% { opacity: 0; transform: translate(-50%, -50%) scale(1.18); }
}
@keyframes taaSeqIn {
  0% { opacity: 0; transform: translate3d(0, 28px, 0); }
  100% { opacity: 1; transform: translate3d(0, 0, 0); }
}
@keyframes taaSeqOut {
  0% { opacity: 1; transform: translate3d(0, 0, 0); }
  100% { opacity: 0; transform: translate3d(0, -16px, 0); }
}
@media (prefers-reduced-motion: reduce) {
  body.page-id-2858 .taa-home-calm .taa-hero-photo,
  body.page-id-2858 .taa-home-calm .taa-droplet-trail,
  body.page-id-2858 .taa-home-calm .taa-impact-glow,
  body.page-id-2858 .taa-home-calm .taa-ripple,
  body.page-id-2858 .taa-home-calm .taa-seq-bubble,
  body.page-id-2858 .taa-home-calm .taa-seq-title,
  body.page-id-2858 .taa-home-calm .taa-seq-support {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
  body.page-id-2858 .taa-home-calm .taa-seq-bubble {
    display: inline-flex;
    margin-bottom: 18px;
  }
}
@media (max-width: 980px) {
  body.page-id-2858 .taa-home-calm .taa-topbar {
    padding-top: 20px;
  }
  body.page-id-2858 .taa-home-calm .taa-hero-inner {
    padding-top: 94px;
    padding-bottom: 96px;
  }
}
@media (max-width: 900px) {
  body.page-id-2858 .taa-home-calm .taa-topbar {
    padding-top: 18px;
  }
  body.page-id-2858 .taa-home-calm .taa-local-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }
  body.page-id-2858 .taa-home-calm .taa-nav {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 12px 16px;
  }
  body.page-id-2858 .taa-home-calm .taa-hero-inner {
    padding-top: 74px;
  }
}
@media (max-width: 767px) {
  body.page-id-2858 .taa-home-calm .taa-topbar {
    padding: 6px 16px 0;
  }
  body.page-id-2858 .taa-home-calm .taa-hero {
    margin-top: -6px;
  }
  body.page-id-2858 .taa-home-calm .taa-hero-panel {
    min-height: 0;
  }
  body.page-id-2858 .taa-home-calm .taa-hero-inner {
    padding: 26px 20px 64px;
  }
  body.page-id-2858 .taa-home-calm .taa-local-header {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    gap: 12px;
  }
  body.page-id-2858 .taa-home-calm .taa-logo-link {
    flex: 1 1 auto;
    min-width: 0;
  }
  body.page-id-2858 .taa-home-calm .taa-logo-link img {
    width: min(220px, calc(100vw - 92px));
  }
  body.page-id-2858 .taa-home-calm .taa-mobile-menu-toggle {
    display: inline-flex;
  }
  body.page-id-2858 .taa-home-calm .taa-nav {
    display: none;
    width: 100%;
    order: 3;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 10px;
    padding-top: 8px;
  }
  body.page-id-2858 .taa-home-calm.taa-mobile-nav-open .taa-nav {
    display: flex;
  }
  body.page-id-2858 .taa-home-calm .taa-dropdown,
  body.page-id-2858 .taa-home-calm .taa-nav > a {
    width: 100%;
  }
  body.page-id-2858 .taa-home-calm .taa-nav > a,
  body.page-id-2858 .taa-home-calm .taa-dropdown summary {
    justify-content: space-between;
    min-height: 42px;
  }
  body.page-id-2858 .taa-home-calm .taa-dropdown-panel {
    position: static;
    width: 100% !important;
    margin-top: 6px;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
    display: none;
  }
  body.page-id-2858 .taa-home-calm .taa-dropdown-panel::before {
    display: none;
  }
  body.page-id-2858 .taa-home-calm .taa-dropdown[open] > .taa-dropdown-panel {
    display: grid;
  }
  body.page-id-2858 .taa-home-calm .taa-seq-bubble {
    max-width: 100%;
    margin-bottom: 14px;
  }
  body.page-id-2858 .taa-home-calm .taa-seq-title {
    max-width: none;
    min-height: 0;
  }
  body.page-id-2858 .taa-home-calm .taa-seq-title h1 {
    max-width: 12ch;
    font-size: 1.98rem;
    line-height: 1.12;
  }
  body.page-id-2858 .taa-home-calm .taa-actions { flex-direction: column; }
  body.page-id-2858 .taa-home-calm .taa-btn { width: 100%; }
  body.page-id-2858 .taa-home-calm .taa-ripple-one { width: 120px; height: 120px; }
  body.page-id-2858 .taa-home-calm .taa-ripple-two { width: 190px; height: 190px; }
  body.page-id-2858 .taa-home-calm .taa-ripple-three { width: 260px; height: 260px; }
  body.page-id-2858 .taa-home-calm .taa-hero-photo {
    background-position: 56% 8%;
    background-size: 145% auto;
  }
}
/* HERMES PAGE 1843 CORRECTION PASS END */

@media (min-width: 768px) {
  body.page-id-2858 .taa-home-calm .taa-mobile-menu-toggle {
    display: none !important;
  }
}

/* HERMES_HOME1843_HOME6_HOME7_PATCH_START */
body.page-id-2858 .taa-home-calm .taa-topbar {
  padding: 10px 24px 4px;
}
body.page-id-2858 .taa-home-calm .taa-hero {
  padding-top: 0;
  margin-top: -2px;
}
body.page-id-2858 .taa-home-calm .taa-local-header {
  align-items: center;
  min-height: 76px;
  margin-bottom: 28px;
}
body.page-id-2858 .taa-home-calm .taa-logo-link {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}
body.page-id-2858 .taa-home-calm .taa-logo-link img {
  width: auto;
  max-width: min(292px, 100%);
  max-height: 68px;
}
body.page-id-2858 .taa-home-calm .taa-nav {
  gap: 14px;
  align-items: center;
}
body.page-id-2858 .taa-home-calm .taa-hero-panel {
  min-height: 692px;
}
body.page-id-2858 .taa-home-calm .taa-hero-inner {
  padding: 18px 54px 58px;
}
body.page-id-2858 .taa-home-calm .taa-hero-photo {
  background:
    linear-gradient(180deg, rgba(5, 10, 15, 0.12) 0%, rgba(5, 10, 15, 0.28) 100%),
    url('https://tarotandastrology.com/wp-content/uploads/2026/06/droplet-scaled.jpg') 57% 8% / 92% auto no-repeat;
  transform: scale(0.985);
  opacity: 0.60;
  animation: taaHeroPhotoSettle 8.8s cubic-bezier(.2,.7,.22,1) 0s 1 forwards;
}
body.page-id-2858 .taa-home-calm .taa-hero-sheen {
  background:
    radial-gradient(circle at 57% 12%, rgba(244, 201, 124, 0.07) 0%, rgba(244, 201, 124, 0.02) 9%, rgba(244, 201, 124, 0) 22%),
    radial-gradient(circle at 57% 21%, rgba(104, 163, 219, 0.06) 0%, rgba(104, 163, 219, 0.02) 14%, rgba(104, 163, 219, 0) 28%),
    linear-gradient(180deg, rgba(6, 12, 18, 0.04) 0%, rgba(6, 12, 18, 0.22) 100%);
  opacity: 0.74;
}
body.page-id-2858 .taa-home-calm .taa-droplet-trail,
body.page-id-2858 .taa-home-calm .taa-impact-glow,
body.page-id-2858 .taa-home-calm .taa-ripple {
  left: 57%;
  top: 18%;
}
body.page-id-2858 .taa-home-calm .taa-seq-bubble {
  max-width: 540px;
  margin-bottom: 14px;
  padding: 10px 16px;
}
body.page-id-2858 .taa-home-calm .taa-seq-title {
  max-width: 12ch;
  min-height: 4.1em;
}
body.page-id-2858 .taa-home-calm .taa-seq-title h1 {
  font-size: clamp(1.92rem, 3.02vw, 2.82rem);
  line-height: 1.06;
  letter-spacing: -0.03em;
}
body.page-id-2858 .taa-home-calm .taa-seq-support p {
  max-width: 34rem;
}
@media (min-width: 768px) {
  body.page-id-2858 .taa-home-calm .taa-mobile-menu-toggle {
    display: none !important;
  }
}
@media (max-width: 767px) {
  body.page-id-2858 .taa-home-calm .taa-topbar {
    padding: 8px 16px 0;
  }
  body.page-id-2858 .taa-home-calm .taa-hero {
    margin-top: -4px;
  }
  body.page-id-2858 .taa-home-calm .taa-local-header {
    min-height: 54px;
    margin-bottom: 18px;
    flex-direction: row;
    justify-content: space-between;
    gap: 12px;
  }
  body.page-id-2858 .taa-home-calm .taa-logo-link img {
    max-width: min(210px, calc(100vw - 86px));
    max-height: 54px;
  }
  body.page-id-2858 .taa-home-calm .taa-mobile-menu-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: var(--taa-ivory);
  }
  body.page-id-2858 .taa-home-calm .taa-mobile-menu-toggle span {
    width: 22px;
    height: 2px;
    margin: 2.5px 0;
    background: currentColor;
  }
  body.page-id-2858 .taa-home-calm .taa-nav {
    display: none;
    width: 100%;
    order: 3;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 10px;
    padding-top: 6px;
  }
  body.page-id-2858 .taa-home-calm.taa-mobile-nav-open .taa-nav {
    display: flex;
  }
  body.page-id-2858 .taa-home-calm .taa-nav > a,
  body.page-id-2858 .taa-home-calm .taa-dropdown summary {
    min-height: 40px;
  }
  body.page-id-2858 .taa-home-calm .taa-hero-inner {
    padding: 12px 20px 62px;
  }
  body.page-id-2858 .taa-home-calm .taa-hero-photo {
    background-position: 56% 4%;
    background-size: 130% auto;
  }
  body.page-id-2858 .taa-home-calm .taa-seq-bubble {
    max-width: 100%;
    padding: 8px 0 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }
  body.page-id-2858 .taa-home-calm .taa-seq-title {
    max-width: 11ch;
    min-height: 0;
  }
  body.page-id-2858 .taa-home-calm .taa-seq-title h1 {
    font-size: 1.88rem;
    line-height: 1.08;
  }
}
/* HERMES_HOME1843_HOME6_HOME7_PATCH_END *//* End custom CSS */