/* Pharrah13 â blues sampled from live WP header screenshot */
:root {
  /* Exact header bars (screenshot pixel samples) */
  --blue-header: #425f9b; /* top nav bar */
  --blue-header-deep: #3a5389; /* lower header strip */
  /* Exact button blue from WP âExplore the twin flame unionâ CTA */
  --primary: #1e90c2;
  --secondary: #1879a6;
  --blue: #3a5389;
  --blue-mid: #425f9b;
  --blue-soft: #c0cce4;
  --ink: #1a2744;
  --navy: #1a2b4c;
  /* WP Flatsome content headings (h1âh6 color: #555) */
  --heading: #555555;
  --heading-soft: #777777;
  --paper: #f7fafc;
  --surface: #ffffff;
  --muted: #5b6b7c;
  --line: #d5e0ea;
  --success: #7a9c59;
  --shadow: 0 14px 40px rgba(58, 83, 137, 0.14);
  --font-display: var(--font-ui);
  --font-body: "Source Serif 4", Georgia, "Times New Roman", serif;
  --font-ui: "Outfit", system-ui, -apple-system, sans-serif;
  --font-heading: var(--font-ui);
  --measure: 68ch;
  --radius: 6px;
  /* Shared main content width (header/footer/sections) */
  --container-max: 1100px;
  --container-gutter: 40px;
  --container-gutter-sm: 28px;
  --container-width: min(var(--container-max), calc(100% - var(--container-gutter)));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.75;
  font-size: 1.0625rem;
  -webkit-font-smoothing: antialiased;
}

/* Push footer to the bottom of the viewport on short pages */
.site-chrome {
  flex-shrink: 0;
}

main {
  flex: 1 0 auto;
  width: 100%;
  /* Continuous white so page titles are not on a paper âbarâ strip */
  background: #fff;
}

body:not(.home) {
  background: #fff;
}

/* Body copy stays Source Serif 4 sitewide; Outfit is for headings/nav/buttons/meta */
p,
li,
blockquote,
.lede,
.post-content,
.article-body,
.content,
#main_text {
  font-family: var(--font-body);
}

a {
  color: var(--primary);
  text-decoration: none;
  transition: color 0.15s ease;
}

a:hover {
  color: var(--secondary);
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
}

/* Soft page/section headings (UI titles on light backgrounds) */
h1,
h2,
h3,
h4 {
  font-family: var(--font-heading);
  color: var(--heading);
}

.page-heading,
.page-heading h1,
.journal-heading h1,
.schedule-heading h1,
.post-title,
.section-title,
.intro h2,
.about-col h2,
.schedule-before__content h2,
.feedback-title,
.about-testimonials__title,
.t-feedback__title,
.journal-widget__title,
.author-box__name,
.content h2,
.content h3,
.content h4,
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
#main_text h1,
#main_text h2,
#main_text h3,
#main_text h4,
.home-trust__title,
.home-faq__title,
.product-page h1,
.j-card__title,
.j-card__title a,
.post-share__title {
  color: var(--heading);
}

/* Linked titles stay heading blue, not primary link cyan */
.j-card__title a,
.post-title a,
.author-box__name a {
  color: var(--heading);
}

.j-card__title a:hover,
.post-title a:hover,
.author-box__name a:hover {
  color: var(--primary);
}

.page-heading p,
.journal-heading p,
.schedule-heading p {
  color: var(--heading-soft);
}

/* Page/section titles share one heading face sitewide */
.page-heading h1,
.journal-heading h1,
.schedule-heading h1,
.schedule-heading p,
.journal-heading p,
.post-title,
.section-title,
.intro h2,
.about-col h2,
.about-hero__copy h1,
.about-testimonials__title,
.schedule-before__content h2,
.feedback-title,
.t-feedback__title,
.t-hero__inner h1,
.journal-widget__title,
.author-box__name,
.post-share__title,
.j-card__title,
.content h2,
.content h3,
.content h4,
.home-articles__title,
.home-banner__copy h2,
.home-banner__copy h3,
.reading-card h3,
.reviews-banner h1,
.product-card__title,
.product-card__cat,
.product-card__price {
  font-family: var(--font-heading);
}


/* ââ Header / nav ââ */
.site-chrome {
  position: sticky;
  top: 0;
  z-index: 30;
}

.site-header {
  position: relative;
  top: auto;
  z-index: 21;
  /* Exact WP top header blue */
  background: var(--blue-header);
  backdrop-filter: none;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 14px clamp(18px, 4vw, 56px);
  box-shadow: none;
}

/* WP secondary header bar (schedule + social only) */
.header-tools {
  background: var(--blue-header-deep);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 2px 10px rgba(58, 83, 137, 0.18);
}

.header-tools__inner {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  min-height: 48px;
  padding: 8px clamp(18px, 4vw, 56px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.header-tools__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--success, #7a9c59);
  color: #fff !important;
  font-family: var(--font-ui);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 9px 22px;
  border-radius: 999px;
  line-height: 1.2;
  white-space: nowrap;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
  margin-left: 0;
  /* Align under brand block (icon + name), not full viewport center */
  margin-right: auto;
}

.header-tools__cta:hover {
  background: #6a8d4a;
  color: #fff !important;
  text-decoration: none;
}

.header-tools__social {
  position: static;
  right: auto;
  top: auto;
  transform: none;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}

.header-tools__social-btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  text-decoration: none;
  transition: opacity 0.15s ease, transform 0.15s ease;
}

.header-tools__social-btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
  text-decoration: none;
  color: #fff !important;
}

.header-tools__social-btn--facebook {
  background: #5a77b0;
}

.header-tools__social-btn--instagram {
  background: #5a77b0;
}

.header-tools__social-btn--twitter,
.header-tools__social-btn--x {
  background: #5a77b0;
}

.header-tools__social-btn svg {
  display: block;
}

@media (max-width: 700px) {
  .header-tools__inner {
    justify-content: space-between;
    gap: 10px;
    padding: 8px 0;
  }

  .header-tools__social {
    position: static;
    transform: none;
    flex-shrink: 0;
  }

  .header-tools__cta {
    font-size: 0.68rem;
    padding: 8px 14px;
    letter-spacing: 0.06em;
  }
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
  flex-shrink: 0;
}

.brand:hover {
  text-decoration: none;
  opacity: 0.95;
}

/* Full wordmark logo (Hobo lockup + figure) */
.brand-logo {
  display: block;
  height: 56px;
  width: auto;
  max-width: min(320px, 64vw);
  object-fit: contain;
  object-position: left center;
  flex: 0 0 auto;
}

/* Hide text brand when logo image is used */
.brand:has(.brand-logo) .brand-text {
  display: none;
}

/* legacy small mark */
.brand-mark {
  display: block;
  width: 52px;
  height: 52px;
  object-fit: contain;
  border-radius: 0;
  background: transparent;
  flex: 0 0 auto;
}

.brand-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  line-height: 1.05;
}

.brand-name {
  font-family: var(--font-ui);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
}

.brand-tag {
  font-family: var(--font-ui);
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: lowercase;
  color: rgba(255, 255, 255, 0.82);
  white-space: nowrap;
}

.site-nav {
  display: flex;
  gap: 2px;
  flex-wrap: nowrap;
  align-items: center;
  margin-left: auto;
  font-family: var(--font-ui);
  min-width: 0;
}

.site-nav a {
  color: rgba(255, 255, 255, 0.9);
  padding: 8px 10px;
  border-radius: 4px;
  font-size: 0.88rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.site-nav a:hover,
.site-nav a.active {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-decoration: none;
}

/* Journal â¾ Twin Flames */
.nav-dropdown {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.nav-dropdown__row {
  display: flex;
  align-items: center;
}

.nav-dropdown__parent {
  /* inherits .site-nav a via moved anchor styles */
}

.nav-dropdown__menu {
  display: none;
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  min-width: 11.5rem;
  padding: 6px 0;
  background: var(--blue-header-deep, #3a5389);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
  z-index: 40;
}

.nav-dropdown.is-open .nav-dropdown__menu,
.nav-dropdown:hover .nav-dropdown__menu,
.nav-dropdown:focus-within .nav-dropdown__menu {
  display: block;
}

.nav-dropdown__child {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 14px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.88rem;
  white-space: nowrap;
  border-radius: 0;
}

.nav-dropdown__child:hover,
.nav-dropdown__child.active {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  text-decoration: none;
}

.menu-toggle {
  display: none;
  margin-left: auto;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 1.1rem;
  font-family: var(--font-ui);
  cursor: pointer;
  position: relative;
  z-index: 3;
  line-height: 1;
  -webkit-tap-highlight-color: transparent;
}

.menu-toggle[aria-expanded="true"] {
  background: rgba(255, 255, 255, 0.1);
}

.container {
  width: var(--container-width);
  margin: auto;
}

/* ââ Buttons (WP Flatsome primary blue) ââ */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--primary);
  color: #fff !important;
  border: 0;
  border-radius: 0;
  padding: 13px 22px;
  font-family: var(--font-ui);
  font-weight: 600;
  font-size: 0.88rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.12);
  margin: 6px 10px 6px 0;
  cursor: pointer;
}

.button:hover {
  text-decoration: none;
  color: #fff !important;
  background: var(--secondary);
  filter: none;
}

.button.alt {
  background: #fff;
  color: var(--navy) !important;
  box-shadow: 0 4px 14px rgba(14, 36, 57, 0.08);
  border: 1px solid var(--line);
  text-transform: none;
  letter-spacing: 0.02em;
}

.button.alt:hover {
  color: var(--secondary) !important;
  border-color: var(--blue-soft);
}

.button.success {
  background: var(--success, #7a9c59);
  color: #fff !important;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.12);
}

.button.success:hover {
  background: #6a8d4a;
  color: #fff !important;
}

.btn-chevron {
  font-size: 1.25em;
  line-height: 1;
  font-weight: 400;
  margin-right: 2px;
}

.btn-clock {
  font-size: 1.05em;
  line-height: 1;
  margin-right: 2px;
}

/* ââ WordPress-style home page (robust cover + contrast) ââ */
body.home {
  background: var(--navy);
  color: #fff;
  /* Keep Source Serif 4 body copy (Outfit is for UI/chrome only) */
  font-family: var(--font-body);
}

body.home .site-nav a {
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.78rem;
  font-weight: 500;
}

/* Full-bleed banners: image layer + color shade + copy */
.home-banner {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  color: #ffffff;
  box-shadow: inset 0 -3px 0 #c4a06a;
}

.home-banner__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.home-banner__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  max-width: none;
}

/* Psychic banner crop â panoramic pyramids sunset (peaks lower in frame) */
.home-banner--psychic .home-banner__media img {
  object-position: 50% 32%;
}

/* Ease faces down further in the banner crop */
.home-banner--twin .home-banner__media img {
  object-position: 50% 28%;
}

.home-banner--choose .home-banner__media img {
  object-position: 73% 34%;
}

.home-banner__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

/* Same sand-bar palette + soft veil as .page-hero (text left â denser fade left) */
.home-banner--psychic .home-banner__shade {
  background:
    linear-gradient(
      118deg,
      rgba(154, 120, 72, 0.78) 0%,
      rgba(196, 160, 106, 0.62) 28%,
      rgba(226, 207, 168, 0.55) 62%,
      rgba(212, 181, 126, 0.68) 100%
    ),
    linear-gradient(
      90deg,
      rgba(50, 32, 12, 0.45) 0%,
      rgba(90, 62, 28, 0.28) 28%,
      rgba(90, 62, 28, 0.08) 58%,
      rgba(90, 62, 28, 0.12) 100%
    );
}

/* Twin flame: navy spiritual; text right â denser fade right */
.home-banner--twin .home-banner__shade {
  background:
    linear-gradient(
      100deg,
      rgba(58, 83, 137, 0.22) 0%,
      rgba(58, 83, 137, 0.45) 45%,
      rgba(58, 83, 137, 0.72) 100%
    ),
    linear-gradient(rgba(8, 18, 32, 0.35), rgba(8, 18, 32, 0.45)),
    rgba(26, 58, 92, 0.55);
}

.home-banner--choose .home-banner__shade {
  background:
    linear-gradient(
      105deg,
      rgba(58, 83, 137, 0.62) 0%,
      rgba(58, 83, 137, 0.35) 42%,
      rgba(196, 160, 106, 0.2) 100%
    ),
    linear-gradient(
      90deg,
      rgba(10, 20, 40, 0.55) 0%,
      rgba(10, 20, 40, 0.28) 38%,
      rgba(10, 20, 40, 0.18) 100%
    ),
    rgba(42, 58, 88, 0.55);
}

.home-banner__inner {
  position: relative;
  z-index: 2;
  width: var(--container-width);
  margin: 0 auto;
  padding: 64px 0;
  display: flex;
}

.home-banner__inner--end {
  justify-content: flex-end;
}

.home-banner__inner--start {
  justify-content: flex-start;
}

.home-banner__inner--end .home-banner__copy {
  text-align: right;
}

.home-banner__inner--end .home-banner__actions {
  justify-content: flex-end;
}

.home-banner__inner--start .home-banner__copy {
  text-align: left;
}

.home-banner__inner--start .home-banner__actions {
  justify-content: flex-start;
}

.home-banner__copy {
  width: min(34rem, 100%);
  max-width: 55%;
  color: #ffffff;
}

.home-banner__copy--narrow {
  max-width: 42%;
}

.home-banner__copy h2 {
  margin: 0 0 16px;
  font-family: var(--font-heading);
  font-size: clamp(1.65rem, 3.2vw, 2.25rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.15;
  color: #f5ecd8 !important;
  background: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.home-banner__copy p {
  margin: 0 0 14px;
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.7;
  font-weight: 400;
  color: rgba(255, 250, 240, 0.95) !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.home-banner__copy a:not(.button) {
  color: #e8d4a8 !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.home-banner__actions {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* Home banners: same WP blue button (keep green for .success) */
body.home .home-banner .button {
  margin: 0;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 12px 18px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.12);
  background: var(--primary);
  color: #fff !important;
  text-shadow: none;
  border: 0;
}

body.home .home-banner .button:hover {
  background: var(--secondary);
  color: #fff !important;
  text-decoration: none;
}

body.home .home-banner .button.success {
  background: var(--success);
  color: #ffffff !important;
  border-color: transparent;
}

body.home .home-banner .button.success:hover {
  background: #6a8d4a;
  color: #ffffff !important;
}

/* Articles strip */
.home-articles {
  position: relative;
  padding: 60px 0 72px;
  overflow: hidden;
  isolation: isolate;
  color: #ffffff;
}

.home-articles__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.home-articles__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0% 82%;
  display: block;
  max-width: none;
}

.home-articles__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(58, 83, 137, 0.82), rgba(66, 95, 155, 0.88)),
    rgba(154, 120, 72, 0.35);
  pointer-events: none;
}

.home-articles__inner {
  position: relative;
  z-index: 2;
}

.home-articles__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 0 0 36px;
  font-family: var(--font-ui);
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ffffff !important;
  text-align: center;
}

.home-articles__title::before,
.home-articles__title::after {
  content: "";
  flex: 1;
  max-width: 140px;
  height: 1px;
  background: rgba(226, 207, 168, 0.55);
}

.home-articles__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px 22px;
}

.home-card {
  display: flex;
  flex-direction: column;
  background: var(--blue-header-deep);
  border: 1px solid rgba(196, 160, 106, 0.28);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  color: #ffffff;
}

.home-card__img {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.25);
}

.home-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  max-width: none;
  transition: transform 0.35s ease;
}

.home-card:hover .home-card__img img {
  transform: scale(1.04);
}

.home-card__body {
  padding: 18px 18px 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: left;
}

.home-card__body h3 {
  margin: 0 0 10px;
  font-family: var(--font-ui);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.35;
  color: #ffffff !important;
}

.home-card__body h3 a {
  color: #ffffff !important;
  text-decoration: none;
}

.home-card__body h3 a:hover {
  color: #e8f4fb !important;
  text-decoration: none;
}

.home-card__body p {
  margin: 0 0 16px;
  font-family: var(--font-body);
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88) !important;
  flex: 1;
}

body.home .home-card .button {
  align-self: center;
  margin: 4px 0 0;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.12);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.78rem;
  padding: 10px 22px;
  border-radius: 0;
  background: var(--primary);
  color: #fff !important;
  border: 0;
}

body.home .home-card .button:hover {
  background: var(--secondary);
  color: #fff !important;
  text-decoration: none;
}

/* Home footer: same WP bar blue as header deep */
.site-footer--wp {
  background: var(--blue-header-deep);
  padding: 28px 0 22px;
  text-align: center;
}

/* Legacy aliases kept to avoid broken older markup */
.home-banner--right,
.home-banner--left,
.latest-wp,
.wp-post-card {
  /* no-op fallbacks if old classes appear */
}

/* ââ Home hero (legacy) ââ */
.hero {
  min-height: min(88vh, 640px);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.hero-copy {
  position: relative;
  z-index: 2;
  color: #fff;
  width: min(640px, calc(100% - 40px));
  margin: 0 auto;
  padding: 80px 0 72px;
}

.eyebrow {
  font-family: var(--font-ui);
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.85;
  margin-bottom: 16px;
}

.eyebrow.dark {
  color: var(--primary);
  opacity: 1;
}

.hero h1 {
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: clamp(3rem, 7.5vw, 5.5rem);
  line-height: 1.02;
  margin: 0 0 20px;
  letter-spacing: -0.01em;
}

.hero h1 em,
.feature h2 em {
  font-style: italic;
  font-weight: 400;
  color: #e8f4fb;
}

.hero-copy p {
  font-family: var(--font-body);
  font-size: 1.15rem;
  line-height: 1.55;
  max-width: 34em;
  margin: 0 0 28px;
  opacity: 0.95;
}

/* ââ Sections ââ */
.section {
  padding: 72px 0;
}

.section.alt {
  background: var(--surface);
}

.section-title {
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: clamp(2rem, 3.5vw, 2.85rem);
  line-height: 1.12;
  margin: 0 0 28px;
  color: var(--heading);
}

/* Home intro */
.intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(32px, 6vw, 72px);
  align-items: start;
  padding: 0;
}

.intro h2 {
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: clamp(2rem, 3.8vw, 3rem);
  line-height: 1.1;
  margin: 0;
  color: var(--heading);
}

.intro .lede,
.intro p {
  font-size: 1.1rem;
  color: var(--muted);
  line-height: 1.75;
}

.intro-copy p {
  margin: 0 0 1.2em;
}

.intro-copy .button {
  margin-top: 8px;
}

/* Topic panels */
.home-panels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0;
}

.home-panel {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 220px;
  border-radius: var(--radius);
  color: #fff;
}

.home-panel img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  filter: brightness(0.68);
  transition: filter 0.25s ease, transform 0.35s ease;
}

.home-panel span {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  font-family: var(--font-heading);
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.15;
}

.home-panel:hover {
  text-decoration: none;
  color: #fff;
}

.home-panel:hover img {
  filter: brightness(0.78);
  transform: scale(1.03);
}

/* Feature band */
.feature {
  min-height: 420px;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 72px;
  background-size: cover;
  background-position: center;
}

.feature > div {
  width: var(--container-width);
  margin: auto;
}

.feature h2 {
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: clamp(2.25rem, 4.5vw, 3.6rem);
  line-height: 1.08;
  max-width: 16ch;
  margin: 0 0 18px;
}

.feature p {
  max-width: 36em;
  font-size: 1.08rem;
  opacity: 0.95;
  margin: 0 0 22px;
}

/* Latest articles */
.latest {
  padding: 80px 0;
  background: var(--navy);
  color: #fff;
}

.latest h2 {
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  margin: 0 0 28px;
}

.latest .eyebrow {
  color: var(--blue-soft);
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.article-card {
  background: var(--surface);
  color: var(--ink);
  padding: 0 0 20px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

a.article-card:hover {
  text-decoration: none;
  color: var(--ink);
  transform: translateY(-3px);
  box-shadow: 0 18px 44px rgba(14, 36, 57, 0.14);
}

.article-card .card-thumb {
  margin: 0 0 14px;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--blue-soft);
}

.article-card .card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.article-card small,
.article-card h3,
.article-card > span {
  padding-left: 18px;
  padding-right: 18px;
}

.article-card small {
  font-family: var(--font-ui);
  letter-spacing: 0.08em;
  color: var(--primary);
  font-weight: 600;
  font-size: 0.72rem;
  text-transform: uppercase;
  margin-top: 2px;
}

.article-card h3 {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 1.28rem;
  line-height: 1.22;
  margin: 10px 0 12px;
}

.article-card > span {
  margin-top: auto;
  font-family: var(--font-ui);
  font-size: 0.88rem;
  color: var(--secondary);
  font-weight: 500;
}

/* ââ In-page titles (no separate header bar) ââ */
.page-hero {
  position: relative;
  overflow: visible;
  color: #1a2b4c;
  box-sizing: border-box;
  height: auto;
  min-height: 0;
  max-height: none;
  display: block;
  /* Title sits on page white; keep gap to body text tight */
  padding: 22px 0 0;
  background: transparent !important;
  background-image: none !important;
  background-color: transparent !important;
}

.page-hero::before,
.page-hero::after {
  content: none !important;
  display: none;
}

.page-hero.has-image {
  min-height: 0;
  display: block;
  align-items: initial;
  color: #1a2b4c;
  background: transparent !important;
  background-image: none !important;
}

.page-hero.has-image h1 {
  color: #1a2b4c !important;
  -webkit-text-fill-color: #1a2b4c;
  text-shadow: none;
}

.page-hero.has-image p,
.page-hero.has-image .meta {
  color: #2d3e50 !important;
  -webkit-text-fill-color: #2d3e50;
  text-shadow: none;
}

.page-hero .container {
  position: relative;
  z-index: 1;
  width: var(--container-width);
  margin: auto;
}

.page-hero h1 {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: clamp(1.75rem, 3.4vw, 2.4rem);
  line-height: 1.2;
  margin: 0;
  max-width: 22em;
  letter-spacing: -0.015em;
  color: #1a2b4c !important;
  -webkit-text-fill-color: #1a2b4c;
  text-shadow: none;
}

.page-hero p {
  margin: 12px 0 0;
  max-width: 42em;
  font-family: var(--font-ui);
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.55;
  opacity: 1;
  color: #2d3e50 !important;
  -webkit-text-fill-color: #2d3e50;
  text-shadow: none;
}

.page-hero .meta {
  font-family: var(--font-ui);
  font-size: 0.95rem;
  opacity: 1;
  margin-top: 10px;
  color: #2d3e50 !important;
  -webkit-text-fill-color: #2d3e50;
  text-shadow: none;
}

.article-header {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 36px;
  align-items: end;
}

.article-header h1 {
  max-width: none;
}

.featured {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
  max-height: 360px;
  object-fit: cover;
  width: 100%;
  background: #fff;
}

/* ââ Reading content ââ */
.content-wrap {
  padding: 14px 0 72px;
  background: transparent;
}

/* Full-width legal prose (privacy, disclaimer, etc.) */
.content.legal-content,
body.page-legal .content {
  max-width: none;
  width: 100%;
}

.content {
  max-width: var(--measure);
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.78;
}

.content h2,
.content h3,
.content h4 {
  font-family: var(--font-heading);
  color: var(--heading);
  line-height: 1.18;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 0.65rem;
}

.content h2 {
  font-size: 1.85rem;
}

.content h3 {
  font-size: 1.45rem;
}

.content p {
  margin: 0 0 1.2em;
}

.content p:last-child {
  margin-bottom: 0;
}

.content blockquote {
  border-left: 3px solid var(--primary);
  padding: 4px 0 4px 22px;
  margin: 1.6em 0;
  background: transparent;
  color: var(--muted);
  font-style: italic;
}

.content ul,
.content ol {
  padding-left: 1.4rem;
  margin: 0 0 1.2em;
}

.content-image {
  margin: 2rem auto;
  text-align: center;
}

.content-image img {
  max-height: 620px;
  object-fit: contain;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.content .uppercase,
.content .section-label {
  text-transform: none;
  letter-spacing: 0;
  font-family: var(--font-display);
  font-weight: 600;
}

.content .section-label strong {
  font-weight: 600;
}

.content hr {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 2.25em 0;
}

/* ââ Journal / archives ââ */
.archive-intro {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.archive-intro p {
  color: var(--muted);
  margin: 0.4em 0 0;
}

.search {
  width: min(320px, 100%);
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-family: var(--font-ui);
  font-size: 0.92rem;
  background: var(--surface);
  color: var(--ink);
}

.search:focus {
  outline: 2px solid var(--blue-soft);
  border-color: var(--primary);
}

.archive-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.archive-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0 0 16px;
  background: var(--surface);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.archive-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.archive-card .card-thumb {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--blue-soft);
  margin-bottom: 14px;
}

.archive-card .card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.archive-card h3,
.archive-card .date,
.archive-card .tag {
  margin-left: 16px;
  margin-right: 16px;
}

.archive-card h3 {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 1.28rem;
  line-height: 1.22;
  margin-top: 8px;
  margin-bottom: 10px;
}

.archive-card h3 a {
  color: var(--ink);
}

.archive-card h3 a:hover {
  color: var(--secondary);
}

.archive-card .date {
  font-family: var(--font-ui);
  font-size: 0.78rem;
  color: var(--muted);
  letter-spacing: 0.02em;
}

.tag {
  display: inline-block;
  background: rgba(31, 145, 195, 0.1);
  border-radius: 999px;
  padding: 3px 10px;
  font-family: var(--font-ui);
  font-size: 0.72rem;
  color: var(--blue);
  margin: 2px 16px 0 0;
}

/* ââ Schedule / readings ââ */
.reading-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 28px 0 40px;
}

.reading-card {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 8px 28px rgba(14, 36, 57, 0.06);
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.reading-card small {
  font-family: var(--font-ui);
  letter-spacing: 0.1em;
  color: var(--primary);
  font-weight: 600;
  font-size: 0.72rem;
}

.reading-card h3 {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.2;
  margin: 4px 0 0;
  color: var(--ink);
}

.reading-card p {
  color: var(--muted);
  margin: 0 0 8px;
  font-size: 0.98rem;
}

.reading-card .reading-link {
  font-family: var(--font-ui);
  font-size: 0.88rem;
  margin-top: 4px;
}

.price {
  font-family: var(--font-ui);
  font-size: 1.85rem;
  font-weight: 700;
  color: var(--secondary);
}

.paypal-form {
  margin: 10px 0 0;
  display: grid;
  gap: 10px;
}

.paypal-qty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.paypal-qty__label {
  font-family: var(--font-ui);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: inherit;
  opacity: 0.85;
}

.paypal-qty__input {
  width: 4.25rem;
  margin: 0;
  padding: 8px 10px;
  border: 1px solid rgba(15, 40, 80, 0.22);
  border-radius: 3px;
  background: #fff;
  color: var(--ink);
  font-family: var(--font-ui);
  font-size: 0.95rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
}

.paypal-qty__input:focus {
  outline: 2px solid rgba(31, 145, 195, 0.45);
  outline-offset: 1px;
}

.product-card .paypal-qty__label {
  color: var(--heading);
}

.product-card .paypal-qty__input {
  border-color: rgba(15, 40, 80, 0.22);
  background: #fff;
}

.paypal-button {
  width: 100%;
  margin: 0;
  /* Match Book a Reading green (not PayPal brand blue) */
  background: var(--success, #7a9c59);
  color: #fff !important;
}

.paypal-button:hover,
.button.success.paypal-button:hover {
  background: #6a8d4a;
  color: #fff !important;
}

/* Product reading pages: booking CTA emphasis */
.product-page .paypal-form {
  margin: 8px 0 4px;
  max-width: 22rem;
}

.product-page .paypal-button {
  width: 100%;
  min-height: 48px;
  background: var(--success, #7a9c59);
  font-size: 0.9rem;
  letter-spacing: 0.05em;
}

.product-page .paypal-button:hover {
  background: #6a8d4a;
}

.notice {
  background: rgba(192, 204, 228, 0.28);
  border-left: 3px solid var(--primary);
  padding: 14px 18px;
  margin: 22px 0;
  font-size: 0.98rem;
}

/* ââ Footer ââ */
.site-footer {
  /* Match WP footer bar (#3a5389); stick to viewport bottom on short pages */
  flex-shrink: 0;
  margin-top: auto;
  width: 100%;
  background: var(--blue-header-deep);
  color: rgba(176, 184, 200, 0.95);
  padding: 52px 0;
  font-family: var(--font-ui);
  font-size: 0.95rem;
}

.site-footer--wp {
  background: var(--blue-header-deep) !important;
  color: rgba(200, 208, 220, 0.92);
  padding: 28px 0 22px;
  text-align: center;
}

.site-footer--wp .footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 18px;
  margin-bottom: 18px;
  font-family: var(--font-ui);
}

.site-footer--wp .footer-nav a {
  color: rgba(200, 208, 220, 0.95);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.site-footer--wp .footer-nav a:hover {
  color: #fff;
  text-decoration: none;
}

.site-footer--wp .footer-bottom {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
  font-family: var(--font-ui);
  font-size: 0.8rem;
  color: rgba(200, 208, 220, 0.88);
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

/* Legal links under main nav, copyright under legal */
.site-footer--wp .footer-bottom .footer-legal {
  order: 1;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 0;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-footer--wp .footer-bottom .footer-legal a {
  color: rgba(200, 208, 220, 0.95);
  text-decoration: none;
  opacity: 1;
}

.site-footer--wp .footer-bottom .footer-legal a:hover {
  color: #fff;
  text-decoration: none;
}

.site-footer--wp .footer-bottom > span {
  order: 2;
  display: block;
  margin: 0;
  font-size: 0.8rem;
  color: rgba(200, 208, 220, 0.88);
}

.site-footer--wp .footer-bottom strong {
  display: inline;
  margin: 0;
  text-transform: none;
  letter-spacing: 0;
  font-size: inherit;
  color: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 36px;
}

.footer-brand {
  font-family: var(--font-display);
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  color: #fff;
  font-weight: 500;
}

.site-footer strong {
  display: block;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.site-footer a {
  color: rgba(200, 208, 220, 0.95);
}

.site-footer a:hover {
  color: #fff;
}

.site-footer p {
  margin: 0.35em 0;
  line-height: 1.6;
}

.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 32px;
  padding-top: 16px;
  font-size: 0.82rem;
  opacity: 0.85;
  color: rgba(200, 208, 220, 0.9);
}

.mobile-only {
  display: none;
}

/* ââ Testimonials (match live WP Flatsome layout) ââ */
.reviews-banner {
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: 50% 100%;
  color: #fff;
  text-align: center;
  padding: 72px 20px;
}

.reviews-banner-inner {
  max-width: 42rem;
}

.reviews-banner h1 {
  margin: 0 0 16px;
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 600;
  line-height: 1.15;
  color: #fff;
}

.reviews-banner p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.94);
}

.testimonial-section {
  background: var(--surface);
  padding-top: 48px;
  padding-bottom: 72px;
}

.feedback-title {
  display: flex;
  align-items: center;
  gap: 18px;
  justify-content: center;
  margin: 0 0 36px;
  font-family: var(--font-heading);
  font-size: 1.55rem;
  font-weight: 600;
  color: var(--heading);
  text-align: center;
}

.feedback-title::before,
.feedback-title::after {
  content: "";
  flex: 1;
  max-width: 120px;
  height: 1px;
  background: var(--line);
}

.feedback-title span {
  white-space: nowrap;
}

/* 3-column WP testimonial rows */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 28px;
  max-width: var(--container-max);
  margin: 0 auto;
}

/* Flatsome-style icon-box testimonial: centered stars + italic body */
.testimonial-box {
  margin: 0;
  padding: 8px 10px 4px;
  text-align: center;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.star-rating {
  color: #f0ad4e;
  font-size: 1.05rem;
  letter-spacing: 0.08em;
  line-height: 1;
  margin: 0 0 14px;
}

.star-rating span {
  display: inline-block;
}

.testimonial-text {
  margin: 0;
}

.testimonial-text p {
  margin: 0;
  font-family: var(--font-body);
  font-size: 0.98rem;
  line-height: 1.55;
  color: var(--muted);
  font-style: italic;
}

.testimonial-more {
  margin: 36px 0 0;
  text-align: center;
  font-family: var(--font-ui);
  font-size: 0.95rem;
}

/* Clean leftover WP widget chrome if present */
.e-box,
.h-p2 {
  border: 0;
  background: transparent;
  padding: 0;
  margin: 1.2em 0;
}

/* ââ About page (WP match) ââ */
body.page-about {
  background: #fff;
}

body.page-about .site-nav a {
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.78rem;
  font-weight: 500;
}

.about-hero {
  position: relative;
  isolation: isolate;
  /* Match .home-hero height */
  min-height: 500px;
  height: clamp(420px, 56vh, 500px);
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
}

.about-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.about-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Sphinx selfie: woman left, monuments center-right */
  object-position: 38% 48%;
  display: block;
  max-width: none;
}

/* About: full sand wash (was contact) + deeper right for text card */
.about-hero__shade {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(196, 160, 106, 0.36) 0%,
    rgba(196, 160, 106, 0.42) 45%,
    rgba(154, 120, 72, 0.48) 100%
  );
}

.about-hero__inner {
  position: relative;
  z-index: 2;
  width: var(--container-width);
  max-width: 100%;
  margin: 0 auto;
  padding: 48px 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  box-sizing: border-box;
}

/* Floating sand card — right-aligned over sky / pyramids */
.about-hero__copy {
  width: min(34rem, 100%);
  max-width: min(36rem, 92%);
  margin-left: auto;
  margin-right: 0;
  align-self: center;
  text-align: left;
  color: #fff;
  padding: 28px 30px 30px;
  background: rgba(154, 120, 72, 0.72);
  border: 1px solid rgba(242, 232, 210, 0.5);
  box-shadow:
    0 12px 34px rgba(58, 42, 22, 0.22),
    0 1px 0 rgba(255, 245, 225, 0.18) inset;
  backdrop-filter: blur(3px);
}

.about-hero__copy h1,
.about-hero__title {
  margin: 0 0 14px;
  font-family: var(--font-heading);
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.15;
  color: #fff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.about-hero__quote {
  margin: 0 0 20px;
  font-family: var(--font-body);
  font-size: 1.05rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.65;
  color: #fff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.about-hero .button.success {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.85rem;
  border-radius: 0;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.about-body {
  background: #fff;
  padding: 56px 0 48px;
  color: var(--ink);
}

.about-body__head {
  margin: 0 0 28px;
}

.about-body__title {
  margin: 0 0 16px;
  font-family: var(--font-heading);
  font-size: clamp(1.55rem, 2.6vw, 2rem);
  font-weight: 600;
  color: var(--heading);
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.about-lead {
  margin: 0 0 36px;
  text-align: left;
  max-width: 40rem;
}

.about-lead__title {
  margin: 0 0 10px;
  font-family: var(--font-heading);
  font-size: clamp(1.4rem, 2.4vw, 1.85rem);
  font-weight: 600;
  color: var(--heading);
  line-height: 1.25;
}

.about-lead__quote {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.12rem;
  font-style: italic;
  line-height: 1.55;
  color: var(--heading-soft);
}

.about-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 4vw, 48px);
  align-items: start;
}

/* Full-width about body copy */
.about-prose {
  max-width: none;
  width: 100%;
}

.about-prose p,
.about-col p {
  margin: 0 0 1.15em;
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.75;
  color: #777777;
}

.about-prose p:last-child,
.about-col p:last-child {
  margin-bottom: 0;
}

.about-prose a,
.about-col a {
  color: var(--heading);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.about-prose a:hover,
.about-col a:hover {
  color: var(--accent, #1e90c2);
}

.about-quote-pull {
  margin: 0;
  padding: 22px 26px 24px;
  border-left: 4px solid var(--blue-header, #425f9b);
  background: #f3f6fb;
  box-shadow: 0 6px 18px rgba(14, 36, 57, 0.06);
}

.about-body__head .about-quote-pull {
  margin: 0;
}

.about-prose .about-quote-pull {
  margin: 2rem 0 0;
}

.about-quote-pull p {
  margin: 0 !important;
  font-family: var(--font-body);
  font-size: 1.12rem;
  font-style: italic;
  line-height: 1.65;
  color: #1a2b4c;
}

.about-col h2 {
  margin: 0 0 16px;
  font-family: var(--font-heading);
  font-size: clamp(1.55rem, 2.5vw, 1.95rem);
  font-weight: 600;
  color: var(--heading);
  line-height: 1.2;
}

.about-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.55rem;
  margin: 28px 0 0;
  padding-top: 4px;
  font-family: var(--font-ui);
  font-size: 0.95rem;
  font-weight: 500;
}

.about-links a {
  color: #3a5389;
  text-decoration: none;
  border-bottom: 1px solid rgba(58, 83, 137, 0.35);
  padding-bottom: 1px;
}

.about-links a:hover {
  color: #1e90c2;
  border-bottom-color: #1e90c2;
}

.about-links__sep {
  color: #c4a06a;
  user-select: none;
}

.about-photo {
  margin: 32px 0 0;
  width: 100%;
}

.about-photo img {
  width: 100%;
  height: auto;
  max-height: min(52vh, 420px);
  object-fit: cover;
  object-position: center 40%;
  display: block;
}

/* About testimonials â white elevated cards */
.about-testimonials {
  background: #f7fafc;
  padding: 48px 0 56px;
}

.about-testimonials__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 0 0 32px;
  font-family: var(--font-ui);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--heading);
  text-align: center;
}

.about-testimonials__title::before,
.about-testimonials__title::after {
  content: "";
  flex: 1;
  max-width: 140px;
  height: 1px;
  background: var(--line);
}

.about-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.about-quote-card {
  background: #fff;
  border: 1px solid #e8eef4;
  box-shadow: 0 10px 28px rgba(14, 36, 57, 0.08);
  padding: 28px 22px 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  margin: 0;
}

.about-quote-card__stars {
  color: var(--success);
  font-size: 1.05rem;
  letter-spacing: 0.12em;
  line-height: 1;
  margin: 0 0 16px;
}

.about-quote-card p {
  margin: 0 0 18px;
  font-family: var(--font-body);
  font-size: 0.98rem;
  line-height: 1.6;
  font-style: italic;
  color: #4a5560;
  flex: 1;
}

.about-quote-card cite {
  font-family: var(--font-ui);
  font-style: normal;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--ink);
}

.about-testimonials__more {
  margin: 28px 0 0;
  text-align: center;
  font-family: var(--font-ui);
  font-size: 0.95rem;
}

/* Coffee CTA â sand wash + bottom-cropped table scene */
.coffee-cta {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  isolation: isolate;
  background: #9a7848;
}

.coffee-cta__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.coffee-cta__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Favor tarot table in foreground */
  object-position: center bottom;
  display: block;
  max-width: none;
  opacity: 1;
}

/* Soft sand wash â match about / home heroes */
.coffee-cta__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      rgba(196, 160, 106, 0.22) 0%,
      rgba(196, 160, 106, 0.32) 55%,
      rgba(196, 160, 106, 0.4) 100%
    ),
    rgba(196, 160, 106, 0.2);
}

.coffee-cta__inner {
  position: relative;
  z-index: 2;
  width: var(--container-width);
  margin: 0 auto;
  padding: 48px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Floating sand card â match .about-hero__copy */
.coffee-cta__box {
  width: min(34rem, 100%);
  max-width: min(36rem, 92%);
  margin: 0 auto;
  text-align: center;
  color: #fff;
  padding: 28px 30px 30px;
  background: rgba(154, 120, 72, 0.72);
  border: 1px solid rgba(242, 232, 210, 0.5);
  box-shadow:
    0 12px 34px rgba(58, 42, 22, 0.22),
    0 1px 0 rgba(255, 245, 225, 0.18) inset;
  backdrop-filter: blur(3px);
  border-radius: 0;
}

.coffee-cta__box h2 {
  margin: 0 0 20px;
  font-family: var(--font-body);
  font-size: 1.05rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1.65;
  color: #fff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.coffee-cta__btn {
  display: inline-flex;
  width: auto;
  min-width: min(100%, 240px);
  border-radius: 0 !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 14px 24px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
}

.coffee-cta__btn:hover {
  text-decoration: none;
  color: #fff;
}

/* ââ Shared page intros (Schedule, Reviews, etc.) ââ */
.page-intro,
.schedule-intro {
  background: transparent;
  padding: 10px 0 4px;
}

/* Title block + next section: close the gap after page h1 */
.page-hero + .page-intro,
.page-hero + .schedule-intro,
.page-hero + .content-wrap,
.page-hero + .journal-page,
.page-hero + .schedule-products,
.page-hero + .home-sessions {
  padding-top: 10px;
}

.page-heading,
.schedule-heading {
  width: 100%;
  max-width: none;
  margin: 0;
  text-align: left;
}

.page-heading h1,
.schedule-heading h1 {
  margin: 0 0 14px;
  font-family: var(--font-heading);
  font-size: clamp(1.65rem, 3vw, 2.1rem);
  font-weight: 600;
  color: var(--heading);
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.page-heading p,
.schedule-heading p {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.02rem;
  font-weight: 400;
  color: var(--heading-soft);
  line-height: 1.6;
  max-width: none;
  width: 100%;
}

/* ââ Testimonials full page ââ */
body.page-testimonials,
body.page-testimonials main {
  background: #f7fafc;
}

body.page-testimonials .page-hero,
body.page-testimonials .page-intro {
  background: transparent !important;
}

body.page-testimonials .page-hero + .page-intro {
  padding-top: 8px;
  padding-bottom: 0;
}

body.page-testimonials .site-nav a {
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.78rem;
  font-weight: 500;
}

.testimonials-page {
  background: transparent;
  padding: 20px 0;
}

.testimonials-page:last-of-type {
  padding-bottom: 64px;
}

body.page-testimonials .page-intro + .testimonials-page {
  padding-top: 18px;
}

/* Review grid on full testimonials page (2-up) */
.testimonials-page .about-testimonials__grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

/* 3-card strips (schedule / about): keep testimonials look, single full-width row on desktop */
.about-testimonials.testimonials-page .about-testimonials__grid:has(> .about-quote-card:nth-child(3):last-child) {
  grid-template-columns: repeat(3, 1fr);
}

.about-testimonials.testimonials-page .about-testimonials__grid:has(> .about-quote-card:nth-child(3):last-child) .about-quote-card:nth-child(1) {
  border-top-color: var(--blue-header, #425f9b);
}

.about-testimonials.testimonials-page .about-testimonials__grid:has(> .about-quote-card:nth-child(3):last-child) .about-quote-card:nth-child(2) {
  border-top-color: #dbbf92;
}

.about-testimonials.testimonials-page .about-testimonials__grid:has(> .about-quote-card:nth-child(3):last-child) .about-quote-card:nth-child(3) {
  border-top-color: var(--blue-header, #425f9b);
}

@media (max-width: 900px) {
  .about-testimonials.testimonials-page .about-testimonials__grid:has(> .about-quote-card:nth-child(3):last-child) {
    grid-template-columns: 1fr;
  }

  .about-testimonials.testimonials-page .about-testimonials__grid:has(> .about-quote-card:nth-child(3):last-child) .about-quote-card:nth-child(odd) {
    border-top-color: var(--blue-header, #425f9b);
  }

  .about-testimonials.testimonials-page .about-testimonials__grid:has(> .about-quote-card:nth-child(3):last-child) .about-quote-card:nth-child(even) {
    border-top-color: #dbbf92;
  }
}

/* Review cards â clean white panels, green stars, name footer */
.testimonials-page .about-quote-card {
  background: #fff;
  border: 1px solid #e6ebf0;
  border-left: none;
  border-top: 4px solid var(--blue-header, #425f9b);
  box-shadow: 0 8px 24px rgba(14, 36, 57, 0.07);
  border-radius: 10px;
  padding: 28px 28px 22px;
  text-align: left;
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

/*
  Alternating row top accents (2-up grid):
  rows 1,3,5â¦ blue bar; rows 2,4,6â¦ desert sand bar
*/
.testimonials-page .about-quote-card:nth-child(4n + 1),
.testimonials-page .about-quote-card:nth-child(4n + 2) {
  border-top-color: var(--blue-header, #425f9b);
}

.testimonials-page .about-quote-card:nth-child(4n + 3),
.testimonials-page .about-quote-card:nth-child(4n + 4) {
  border-top-color: #dbbf92;
}

.testimonials-page .about-quote-card__stars {
  display: block;
  color: var(--success, #7a9c59);
  font-size: 0.95rem;
  letter-spacing: 0.14em;
  line-height: 1;
  margin: 0 0 16px;
  text-align: left;
}

.testimonials-page .about-quote-card__text,
.testimonials-page .about-quote-card p {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.02rem;
  line-height: 1.65;
  font-style: italic;
  color: #1a2b4c;
  flex: 1;
}

.testimonials-page .about-quote-card__text strong,
.testimonials-page .about-quote-card p strong {
  font-style: italic;
  font-weight: 700;
  color: #15233f;
}

.testimonials-page .about-quote-card__foot {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid #e6ebf0;
}

/* Generic round person mark (same on every card) */
.testimonials-page .about-quote-card__foot::before {
  content: "";
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--blue-header-deep, #3a5389);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='8' r='3.1' stroke='%23ffffff' stroke-width='1.6'/%3E%3Cpath d='M6 18.2c.7-2.9 3-4.4 6-4.4s5.3 1.5 6 4.4' stroke='%23ffffff' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center 44%;
  background-size: 56%;
  border: none;
}

.testimonials-page .about-quote-card__name,
.testimonials-page .about-quote-card cite {
  display: block;
  margin: 0;
  font-family: var(--font-ui);
  font-style: normal;
  font-size: 0.95rem;
  font-weight: 700;
  color: #1a2b4c;
  opacity: 1;
  line-height: 1.2;
}

@media (max-width: 900px) {
  .testimonials-page .about-testimonials__grid {
    grid-template-columns: 1fr;
  }

  /* Stack: alternate by card */
  .testimonials-page .about-quote-card:nth-child(odd) {
    border-top-color: var(--blue-header, #425f9b);
  }

  .testimonials-page .about-quote-card:nth-child(even) {
    border-top-color: #dbbf92;
  }
}

/* Full-bleed review showcases */
.t-feature {
  position: relative;
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  isolation: isolate;
  padding: 56px 0;
}

.t-feature__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.t-feature__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  max-width: none;
}

.t-feature--anna .t-feature__media img {
  /* Pin crop on Annaâs face (right of frame) */
  object-position: 72% 38%;
}

.t-feature__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.t-feature__inner {
  position: relative;
  z-index: 2;
  width: min(42rem, calc(100% - 40px));
  text-align: center;
  color: #fff;
}

.t-item--feature {
  margin: 0;
}

.t-item--feature .t-item__stars {
  color: var(--success);
  font-size: 1.15rem;
  letter-spacing: 0.12em;
  line-height: 1;
  margin: 0 0 18px;
}

.t-item--feature p {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.12rem;
  line-height: 1.65;
  font-style: italic;
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

.t-item--feature cite {
  display: block;
  margin-top: 18px;
  font-family: var(--font-ui);
  font-size: 0.88rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
}

/* ââ Journal page (WP blog + sidebar, no latest/comments) ââ */
body.page-journal {
  background: #fff;
}

body.page-journal .site-nav a {
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.78rem;
  font-weight: 500;
}

.journal-page {
  padding: 12px 0 64px;
  background: #fff;
}

.journal-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.75fr) minmax(240px, 0.7fr);
  gap: clamp(28px, 4vw, 48px);
  align-items: start;
}

.journal-toolbar {
  margin: 0 0 22px;
}

.journal-heading {
  margin: 0 0 20px;
}

.journal-heading h1 {
  margin: 0 0 8px;
  font-family: var(--font-ui);
  font-size: clamp(1.6rem, 2.8vw, 2rem);
  font-weight: 600;
  color: var(--heading);
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.journal-heading p {
  margin: 0;
  font-family: var(--font-body);
  font-size: 0.98rem;
  font-weight: 400;
  color: var(--heading-soft);
  line-height: 1.5;
}

.j-empty {
  grid-column: 1 / -1;
  color: #5b6b7c;
  font-family: var(--font-ui);
}

.journal-toolbar .search {
  width: 100%;
  max-width: 320px;
}

.journal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 22px;
}

.j-card {
  margin: 0;
  background: transparent;
}

.j-card__media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #e8eef4;
  margin: 0 0 12px;
}

.j-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  max-width: none;
  transition: transform 0.35s ease;
}

.j-card:hover .j-card__media img {
  transform: scale(1.03);
}

.j-card__title {
  margin: 0 0 8px;
  font-family: var(--font-ui);
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.3;
  color: var(--heading);
}

.j-card__title a {
  color: var(--heading);
  text-decoration: none;
}

.j-card__title a:hover {
  color: var(--secondary);
  text-decoration: none;
}

.j-card__excerpt {
  margin: 0 0 10px;
  font-family: var(--font-body);
  font-size: 0.95rem;
  line-height: 1.55;
  color: #5b6b7c;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}

.j-card__more {
  display: inline-block;
  font-family: var(--font-ui);
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: none;
  color: var(--primary);
  text-decoration: none;
}

.j-card__more:hover {
  color: var(--secondary);
  text-decoration: underline;
}

/* Sidebar */
.journal-sidebar {
  position: sticky;
  top: 88px;
}

.journal-sidebar__cta {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 0 0 28px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.82rem;
  border-radius: 3px;
  box-shadow: none;
  padding: 14px 16px;
}

.journal-sidebar__cta:hover {
  text-decoration: none;
  color: #fff;
}

.journal-sidebar__coffee {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin: 0 0 28px;
  padding: 12px 16px;
  border-radius: 3px;
  background: #ffdd00;
  color: #1a1a1a;
  font-family: var(--font-ui);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  box-sizing: border-box;
  transition: filter 0.15s ease, transform 0.15s ease;
}

.journal-sidebar__coffee::before {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  background-color: #1a1a1a;
  -webkit-mask: center / contain no-repeat
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.5 7h9a1 1 0 0 1 1 1v5.2c0 2.4-1.7 4.4-4 4.8V20h3v1.5H8.5V20h3v-2c-2.3-.4-4-2.4-4-4.8V8a1 1 0 0 1 1-1zm10.5 1.5h.8c1.5 0 2.7 1.2 2.7 2.7S19.3 14 17.8 14H17v-1.5h.8c.7 0 1.2-.5 1.2-1.2s-.5-1.2-1.2-1.2H17V8.5zM8 4.5c.4-.5 1-.8 1.6-.8.7 0 1.3.4 1.6 1 .4-.6 1-.1 1.6-1 .7 0 1.3.3 1.6.8.4-.5 1-.8 1.7-.8.4 0 .8.1 1.1.3-.3.4-.6.9-.8 1.4H8.7c-.2-.5-.5-1-.8-1.4.3-.2.7-.3 1.1-.3.6 0 1.2.3 1.6.8z'/%3E%3C/svg%3E");
  mask: center / contain no-repeat
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.5 7h9a1 1 0 0 1 1 1v5.2c0 2.4-1.7 4.4-4 4.8V20h3v1.5H8.5V20h3v-2c-2.3-.4-4-2.4-4-4.8V8a1 1 0 0 1 1-1zm10.5 1.5h.8c1.5 0 2.7 1.2 2.7 2.7S19.3 14 17.8 14H17v-1.5h.8c.7 0 1.2-.5 1.2-1.2s-.5-1.2-1.2-1.2H17V8.5zM8 4.5c.4-.5 1-.8 1.6-.8.7 0 1.3.4 1.6 1 .4-.6 1-.1 1.6-1 .7 0 1.3.3 1.6.8.4-.5 1-.8 1.7-.8.4 0 .8.1 1.1.3-.3.4-.6.9-.8 1.4H8.7c-.2-.5-.5-1-.8-1.4.3-.2.7-.3 1.1-.3.6 0 1.2.3 1.6.8z'/%3E%3C/svg%3E");
}

.journal-sidebar__coffee:hover {
  filter: brightness(1.03);
  text-decoration: none;
  color: #1a1a1a;
}

.journal-widget {
  margin: 0 0 28px;
}

.journal-widget__title {
  margin: 0 0 14px;
  font-family: var(--font-ui);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--heading);
  border-bottom: 1px solid var(--line);
  padding-bottom: 10px;
}

.journal-readings {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.journal-readings a {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 12px;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.journal-readings a:hover {
  text-decoration: none;
}

.journal-readings img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  object-position: center;
  background: var(--blue-header);
  display: block;
  border-radius: 2px;
}

/* Match product plate colors: blue / green / sand */
.journal-readings li:nth-child(1) img {
  background: var(--blue-header, #425f9b);
}

.journal-readings li:nth-child(2) img {
  background: var(--success, #7a9c59);
}

.journal-readings li:nth-child(3) img {
  background: #c4a06a;
}

.journal-readings__meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.journal-readings__name {
  font-family: var(--font-ui);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.3;
  color: var(--heading);
}

.journal-readings a:hover .journal-readings__name {
  color: var(--secondary);
}

.journal-readings__price {
  font-family: var(--font-ui);
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--primary);
}

.journal-cats {
  list-style: none;
  margin: 0;
  padding: 0;
}

.journal-cats li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid #eef2f6;
  font-family: var(--font-ui);
  font-size: 0.9rem;
}

.journal-cats a {
  color: var(--heading);
  text-decoration: none;
}

.journal-cats a:hover {
  color: var(--secondary);
  text-decoration: none;
}

.journal-cats span {
  color: #7a8794;
  font-size: 0.85rem;
}

.journal-cats li.active a {
  color: var(--secondary);
  font-weight: 600;
}

/* ââ Single article / post (WP match) ââ */
body.page-post {
  background: #fff;
}

body.page-post .site-nav a {
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.78rem;
  font-weight: 500;
}

.post-page {
  padding: 36px 0 72px;
  background: #fff;
}

.post-main {
  min-width: 0;
}

.post-cat {
  margin: 0 0 10px;
  font-family: var(--font-ui);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.post-cat a {
  color: var(--primary);
  text-decoration: none;
}

.post-cat a:hover {
  color: var(--secondary);
  text-decoration: none;
}

.post-title {
  margin: 0 0 10px;
  font-family: var(--font-heading);
  font-size: clamp(1.85rem, 3.4vw, 2.55rem);
  font-weight: 600;
  line-height: 1.15;
  color: var(--heading);
}

.post-byline {
  margin: 0 0 22px;
  font-family: var(--font-ui);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #7a8794;
}

.post-byline a {
  color: var(--primary);
  text-decoration: none;
}

.post-byline a:hover {
  color: var(--secondary);
  text-decoration: underline;
}

.post-featured {
  margin: 0 0 28px;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #eef2f5;
}

.post-featured img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

.post-content {
  max-width: none;
  margin: 0 0 36px;
  font-size: 1.05rem;
  line-height: 1.78;
  color: #2a3540;
}

.post-content em {
  display: block;
  margin: 0 0 1.2em;
  font-style: italic;
  color: #3d4a57;
}

.post-content img {
  max-width: 100%;
  height: auto;
}

/* Share block */
.post-share {
  margin: 8px 0 28px;
  padding-top: 8px;
}

.post-share__title {
  margin: 0 0 14px;
  font-family: var(--font-ui);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--heading);
}

.share-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 14px;
}

.share-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border: 1px solid #d5dde5;
  border-radius: 4px;
  background: #fff;
  color: #334155;
  font-family: var(--font-ui);
  font-size: 0.82rem;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.2;
  transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
}

.share-btn:hover {
  text-decoration: none;
  border-color: var(--primary);
  color: var(--secondary);
  background: #f7fafc;
}

.share-btn::before {
  content: "";
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  background: currentColor;
  -webkit-mask: center / contain no-repeat;
  mask: center / contain no-repeat;
  opacity: 0.9;
}

.share-btn--x::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.244 2H21l-6.52 7.45L22 22h-6.79l-4.39-5.74L5.8 22H3l7-8L2 2h6.95l3.98 5.31L18.244 2zm-1.19 18h1.85L7.06 3.94H5.1L17.054 20z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.244 2H21l-6.52 7.45L22 22h-6.79l-4.39-5.74L5.8 22H3l7-8L2 2h6.95l3.98 5.31L18.244 2zm-1.19 18h1.85L7.06 3.94H5.1L17.054 20z'/%3E%3C/svg%3E");
}

.share-btn--facebook::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M14 9h3V6h-3c-1.7 0-3 1.3-3 3v2H8v3h3v7h3v-7h3l1-3h-4V9c0-.6.4-1 1-1z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M14 9h3V6h-3c-1.7 0-3 1.3-3 3v2H8v3h3v7h3v-7h3l1-3h-4V9c0-.6.4-1 1-1z'/%3E%3C/svg%3E");
}

.share-btn--reddit::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 12.1c0-.9-.7-1.6-1.6-1.6-.4 0-.8.2-1.1.4-1.1-.7-2.5-1.1-4-1.2l.7-3.2 2.1.4c0 .8.6 1.4 1.4 1.4s1.4-.6 1.4-1.4S18.3 5.5 17.5 5.5c-.6 0-1.1.4-1.3.9l-2.5-.5c-.2 0-.3.1-.4.3l-.8 3.6c-1.5.1-2.9.5-4 1.2-.3-.3-.7-.4-1.1-.4C6.7 10.5 6 11.2 6 12.1c0 .6.3 1.1.8 1.4-.1.3-.1.6-.1.9 0 2.5 2.9 4.5 6.5 4.5s6.5-2 6.5-4.5c0-.3 0-.6-.1-.9.4-.3.7-.8.7-1.4zM9.5 13.5c0-.6.5-1.1 1.1-1.1s1.1.5 1.1 1.1-.5 1.1-1.1 1.1-1.1-.5-1.1-1.1zm5.9 2.6c-.7.7-2 .9-3.4.9s-2.7-.2-3.4-.9c-.1-.1-.1-.3 0-.4.1-.1.3-.1.4 0 .5.5 1.5.7 3 .7s2.5-.2 3-.7c.1-.1.3-.1.4 0 .1.1.1.3 0 .4zm-.3-1.5c-.6 0-1.1-.5-1.1-1.1s.5-1.1 1.1-1.1 1.1.5 1.1 1.1-.5 1.1-1.1 1.1z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 12.1c0-.9-.7-1.6-1.6-1.6-.4 0-.8.2-1.1.4-1.1-.7-2.5-1.1-4-1.2l.7-3.2 2.1.4c0 .8.6 1.4 1.4 1.4s1.4-.6 1.4-1.4S18.3 5.5 17.5 5.5c-.6 0-1.1.4-1.3.9l-2.5-.5c-.2 0-.3.1-.4.3l-.8 3.6c-1.5.1-2.9.5-4 1.2-.3-.3-.7-.4-1.1-.4C6.7 10.5 6 11.2 6 12.1c0 .6.3 1.1.8 1.4-.1.3-.1.6-.1.9 0 2.5 2.9 4.5 6.5 4.5s6.5-2 6.5-4.5c0-.3 0-.6-.1-.9.4-.3.7-.8.7-1.4zM9.5 13.5c0-.6.5-1.1 1.1-1.1s1.1.5 1.1 1.1-.5 1.1-1.1 1.1-1.1-.5-1.1-1.1zm5.9 2.6c-.7.7-2 .9-3.4.9s-2.7-.2-3.4-.9c-.1-.1-.1-.3 0-.4.1-.1.3-.1.4 0 .5.5 1.5.7 3 .7s2.5-.2 3-.7c.1-.1.3-.1.4 0 .1.1.1.3 0 .4zm-.3-1.5c-.6 0-1.1-.5-1.1-1.1s.5-1.1 1.1-1.1 1.1.5 1.1 1.1-.5 1.1-1.1 1.1z'/%3E%3C/svg%3E");
}

.share-btn--tumblr::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M14.6 18.8c-3 0-3.7-2.2-3.7-3.9V9.9H13V7.3h-2.1V3.8h-2.4c-.1 2.2-1 3.8-3.2 4.9v2.1h1.6v5.3c0 2.9 2.1 6 7.1 5.9 1.7 0 3.4-.6 3.8-1.3l-1-.2c-.4.4-1.3.7-2.2.7z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M14.6 18.8c-3 0-3.7-2.2-3.7-3.9V9.9H13V7.3h-2.1V3.8h-2.4c-.1 2.2-1 3.8-3.2 4.9v2.1h1.6v5.3c0 2.9 2.1 6 7.1 5.9 1.7 0 3.4-.6 3.8-1.3l-1-.2c-.4.4-1.3.7-2.2.7z'/%3E%3C/svg%3E");
}

.share-btn--pinterest::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12c0 4.2 2.6 7.8 6.3 9.2-.1-.8-.2-2 0-2.9.2-.8 1.3-5.4 1.3-5.4s-.3-.7-.3-1.6c0-1.5.9-2.6 2-2.6.9 0 1.4.7 1.4 1.5 0 .9-.6 2.3-.9 3.6-.3 1.1.5 2 1.6 2 1.9 0 3.3-2 3.3-4.9 0-2.6-1.9-4.4-4.5-4.4-3.1 0-4.9 2.3-4.9 4.7 0 .9.4 1.9.8 2.4.1.1.1.2.1.3l-.3 1.2c0 .2-.2.3-.4.2-1.4-.7-2.3-2.7-2.3-4.3 0-3.5 2.5-6.7 7.3-6.7 3.8 0 6.8 2.7 6.8 6.4 0 3.8-2.4 6.9-5.8 6.9-1.1 0-2.2-.6-2.6-1.3l-.7 2.7c-.3 1-1 2.2-1.5 3 .1 0 .2 0 .3.1 4.8 0 9-3.9 9-9S16.8 2 12 2z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12c0 4.2 2.6 7.8 6.3 9.2-.1-.8-.2-2 0-2.9.2-.8 1.3-5.4 1.3-5.4s-.3-.7-.3-1.6c0-1.5.9-2.6 2-2.6.9 0 1.4.7 1.4 1.5 0 .9-.6 2.3-.9 3.6-.3 1.1.5 2 1.6 2 1.9 0 3.3-2 3.3-4.9 0-2.6-1.9-4.4-4.5-4.4-3.1 0-4.9 2.3-4.9 4.7 0 .9.4 1.9.8 2.4.1.1.1.2.1.3l-.3 1.2c0 .2-.2.3-.4.2-1.4-.7-2.3-2.7-2.3-4.3 0-3.5 2.5-6.7 7.3-6.7 3.8 0 6.8 2.7 6.8 6.4 0 3.8-2.4 6.9-5.8 6.9-1.1 0-2.2-.6-2.6-1.3l-.7 2.7c-.3 1-1 2.2-1.5 3 .1 0 .2 0 .3.1 4.8 0 9-3.9 9-9S16.8 2 12 2z'/%3E%3C/svg%3E");
}

.share-btn--whatsapp::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20.5 3.5A11 11 0 0 0 3.1 17.5L2 22l4.6-1.2A11 11 0 1 0 20.5 3.5zM12 20.1c-1.7 0-3.3-.5-4.7-1.3l-.3-.2-2.7.7.7-2.6-.2-.3A8.1 8.1 0 1 1 12 20.1zm4.6-6.1c-.2-.1-1.4-.7-1.6-.8-.2-.1-.4-.1-.5.1l-.7.9c-.1.1-.3.2-.5.1-1-.5-1.7-1-2.5-1.8-.5-.6-.8-1.2-.9-1.4-.1-.2 0-.3.1-.4l.4-.5c.1-.1.1-.3.2-.4 0-.1 0-.3-.1-.4l-.8-1.9c-.2-.5-.4-.4-.5-.4h-.5c-.2 0-.4.1-.6.3-.2.2-.8.8-.8 1.9s.8 2.2.9 2.4c.1.2 1.7 2.6 4 3.5 2.3.9 2.3.6 2.7.6.4 0 1.3-.5 1.5-1 .2-.5.2-.9.1-1z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20.5 3.5A11 11 0 0 0 3.1 17.5L2 22l4.6-1.2A11 11 0 1 0 20.5 3.5zM12 20.1c-1.7 0-3.3-.5-4.7-1.3l-.3-.2-2.7.7.7-2.6-.2-.3A8.1 8.1 0 1 1 12 20.1zm4.6-6.1c-.2-.1-1.4-.7-1.6-.8-.2-.1-.4-.1-.5.1l-.7.9c-.1.1-.3.2-.5.1-1-.5-1.7-1-2.5-1.8-.5-.6-.8-1.2-.9-1.4-.1-.2 0-.3.1-.4l.4-.5c.1-.1.1-.3.2-.4 0-.1 0-.3-.1-.4l-.8-1.9c-.2-.5-.4-.4-.5-.4h-.5c-.2 0-.4.1-.6.3-.2.2-.8.8-.8 1.9s.8 2.2.9 2.4c.1.2 1.7 2.6 4 3.5 2.3.9 2.3.6 2.7.6.4 0 1.3-.5 1.5-1 .2-.5.2-.9.1-1z'/%3E%3C/svg%3E");
}

.share-btn--email::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4-8 5L4 8V6l8 5 8-5v2z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4-8 5L4 8V6l8 5 8-5v2z'/%3E%3C/svg%3E");
}

.share-btn--copy::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M16 1H6c-1.1 0-2 .9-2 2v12h2V3h10V1zm3 4H10c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h9c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16h-9V7h9v14z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M16 1H6c-1.1 0-2 .9-2 2v12h2V3h10V1zm3 4H10c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h9c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16h-9V7h9v14z'/%3E%3C/svg%3E");
}

.share-btn--native::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18 16.1c-.8 0-1.4.3-2 .8l-7.1-4.1c.1-.3.1-.5.1-.8s0-.5-.1-.8l7-4.1c.6.5 1.3.8 2.1.8 1.7 0 3-1.3 3-3s-1.3-3-3-3-3 1.3-3 3c0 .3 0 .5.1.8L8 9.9c-.6-.5-1.3-.8-2.1-.8-1.7 0-3 1.3-3 3s1.3 3 3 3c.8 0 1.5-.3 2.1-.8l7.1 4.2c-.1.2-.1.4-.1.6 0 1.7 1.3 3 3 3s3-1.3 3-3-1.3-3-3-3z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18 16.1c-.8 0-1.4.3-2 .8l-7.1-4.1c.1-.3.1-.5.1-.8s0-.5-.1-.8l7-4.1c.6.5 1.3.8 2.1.8 1.7 0 3-1.3 3-3s-1.3-3-3-3-3 1.3-3 3c0 .3 0 .5.1.8L8 9.9c-.6-.5-1.3-.8-2.1-.8-1.7 0-3 1.3-3 3s1.3 3 3 3c.8 0 1.5-.3 2.1-.8l7.1 4.2c-.1.2-.1.4-.1.6 0 1.7 1.3 3 3 3s3-1.3 3-3-1.3-3-3-3z'/%3E%3C/svg%3E");
}

.share-btn[hidden] {
  display: none !important;
}

.share-btn.is-copied {
  border-color: var(--primary);
  color: var(--secondary);
  background: #eef7fb;
}

.share-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.share-icon {
  width: 34px;
  height: 34px;
  border: 1px solid #cfd8e3;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #5b6b7c;
  text-decoration: none;
  transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
}

.share-icon:hover {
  border-color: var(--primary);
  color: var(--secondary);
  background: #f7fafc;
  text-decoration: none;
}

.share-icon::before {
  content: "";
  width: 14px;
  height: 14px;
  background: currentColor;
  -webkit-mask: center / contain no-repeat;
  mask: center / contain no-repeat;
}

.share-icon--facebook::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M14 9h3V6h-3c-1.7 0-3 1.3-3 3v2H8v3h3v7h3v-7h3l1-3h-4V9c0-.6.4-1 1-1z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M14 9h3V6h-3c-1.7 0-3 1.3-3 3v2H8v3h3v7h3v-7h3l1-3h-4V9c0-.6.4-1 1-1z'/%3E%3C/svg%3E");
}

.share-icon--x::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.244 2H21l-6.52 7.45L22 22h-6.79l-4.39-5.74L5.8 22H3l7-8L2 2h6.95l3.98 5.31L18.244 2zm-1.19 18h1.85L7.06 3.94H5.1L17.054 20z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.244 2H21l-6.52 7.45L22 22h-6.79l-4.39-5.74L5.8 22H3l7-8L2 2h6.95l3.98 5.31L18.244 2zm-1.19 18h1.85L7.06 3.94H5.1L17.054 20z'/%3E%3C/svg%3E");
}

.share-icon--email::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4-8 5L4 8V6l8 5 8-5v2z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4-8 5L4 8V6l8 5 8-5v2z'/%3E%3C/svg%3E");
}

.share-icon--pinterest::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12c0 4.2 2.6 7.8 6.3 9.2-.1-.8-.2-2 0-2.9.2-.8 1.3-5.4 1.3-5.4s-.3-.7-.3-1.6c0-1.5.9-2.6 2-2.6.9 0 1.4.7 1.4 1.5 0 .9-.6 2.3-.9 3.6-.3 1.1.5 2 1.6 2 1.9 0 3.3-2 3.3-4.9 0-2.6-1.9-4.4-4.5-4.4-3.1 0-4.9 2.3-4.9 4.7 0 .9.4 1.9.8 2.4.1.1.1.2.1.3l-.3 1.2c0 .2-.2.3-.4.2-1.4-.7-2.3-2.7-2.3-4.3 0-3.5 2.5-6.7 7.3-6.7 3.8 0 6.8 2.7 6.8 6.4 0 3.8-2.4 6.9-5.8 6.9-1.1 0-2.2-.6-2.6-1.3l-.7 2.7c-.3 1-1 2.2-1.5 3 .1 0 .2 0 .3.1 4.8 0 9-3.9 9-9S16.8 2 12 2z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12c0 4.2 2.6 7.8 6.3 9.2-.1-.8-.2-2 0-2.9.2-.8 1.3-5.4 1.3-5.4s-.3-.7-.3-1.6c0-1.5.9-2.6 2-2.6.9 0 1.4.7 1.4 1.5 0 .9-.6 2.3-.9 3.6-.3 1.1.5 2 1.6 2 1.9 0 3.3-2 3.3-4.9 0-2.6-1.9-4.4-4.5-4.4-3.1 0-4.9 2.3-4.9 4.7 0 .9.4 1.9.8 2.4.1.1.1.2.1.3l-.3 1.2c0 .2-.2.3-.4.2-1.4-.7-2.3-2.7-2.3-4.3 0-3.5 2.5-6.7 7.3-6.7 3.8 0 6.8 2.7 6.8 6.4 0 3.8-2.4 6.9-5.8 6.9-1.1 0-2.2-.6-2.6-1.3l-.7 2.7c-.3 1-1 2.2-1.5 3 .1 0 .2 0 .3.1 4.8 0 9-3.9 9-9S16.8 2 12 2z'/%3E%3C/svg%3E");
}

.share-icon--linkedin::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.5 9H3.7v11h2.8V9zM5.1 3.8c-.9 0-1.6.7-1.6 1.6S4.2 7 5.1 7s1.6-.7 1.6-1.6-.7-1.6-1.6-1.6zM20.3 14.4c0-2.8-1.5-4.1-3.5-4.1-1.6 0-2.3.9-2.7 1.5V9h-2.8c0 .6 0 11 0 11h2.8v-6.1c0-.3 0-.6.1-.9.3-.6.9-1.2 1.9-1.2 1.3 0 1.8 1 1.8 2.4V20h2.8v-5.6z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.5 9H3.7v11h2.8V9zM5.1 3.8c-.9 0-1.6.7-1.6 1.6S4.2 7 5.1 7s1.6-.7 1.6-1.6-.7-1.6-1.6-1.6zM20.3 14.4c0-2.8-1.5-4.1-3.5-4.1-1.6 0-2.3.9-2.7 1.5V9h-2.8c0 .6 0 11 0 11h2.8v-6.1c0-.3 0-.6.1-.9.3-.6.9-1.2 1.9-1.2 1.3 0 1.8 1 1.8 2.4V20h2.8v-5.6z'/%3E%3C/svg%3E");
}

.post-tax {
  margin: 0 0 28px;
  padding: 16px 0 0;
  border-top: 1px solid var(--line);
  font-family: var(--font-ui);
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--primary);
}

.post-tax a {
  color: var(--primary);
  text-decoration: none;
}

.post-tax a:hover {
  color: var(--secondary);
  text-decoration: underline;
}

.post-tax__tag {
  color: var(--primary);
}

/* Author bio */
.author-box {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 20px;
  align-items: start;
  margin: 0;
  padding: 24px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.author-box__avatar {
  width: 96px;
  height: 96px;
  background: #f0f4f8;
  overflow: hidden;
}

.author-box__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.author-box__name {
  margin: 0 0 10px;
  font-family: var(--font-ui);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--heading);
}

.author-box__name a {
  color: inherit;
  text-decoration: none;
}

.author-box__name a:hover {
  color: var(--secondary);
  text-decoration: underline;
}

.author-box__body p {
  margin: 0;
  font-family: var(--font-body);
  font-size: 0.98rem;
  line-height: 1.65;
  color: #3d4a57;
}

.post-side-posts {
  list-style: none;
  margin: 0;
  padding: 0;
}

.post-side-posts li {
  margin: 0 0 12px;
  padding: 0 0 12px;
  border-bottom: 1px solid var(--line);
}

.post-side-posts li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.post-side-posts a {
  font-family: var(--font-ui);
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--primary);
  text-decoration: none;
  line-height: 1.35;
}

.post-side-posts a:hover {
  color: var(--secondary);
  text-decoration: none;
}

@media (max-width: 860px) {
  .author-box {
    grid-template-columns: 72px 1fr;
    gap: 14px;
  }

  .author-box__avatar {
    width: 72px;
    height: 72px;
  }
}

/* ââ Schedule page (WP match) ââ */
body.page-schedule {
  background: #fff;
}

body.page-schedule .site-nav a {
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.78rem;
  font-weight: 500;
}

/* Product row */
.schedule-products {
  position: relative;
  padding: 28px 0 8px;
  background: #fff;
}

.schedule-products__inner {
  position: relative;
}

.schedule-products__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  width: 100%;
  max-width: none;
  margin: 0;
  box-shadow: none;
}

.product-card {
  background: #f3f6fb;
  display: flex;
  flex-direction: column;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(66, 95, 155, 0.22);
  border-radius: 0;
  box-shadow: none;
  transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.product-card:hover {
  background: #e8eef8;
  border-color: rgba(66, 95, 155, 0.4);
  transform: translateY(-2px);
}

.product-card__image {
  display: block;
  background: var(--blue-header);
  /* Egyptian line art is 16:9 */
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  display: block;
  max-width: none;
  transition: transform 0.35s ease;
}

.product-card:hover .product-card__image img {
  transform: scale(1.04);
}

.product-card__body {
  background: #f3f6fb;
  color: var(--ink);
  text-align: left;
  padding: 16px 18px 18px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 6px;
}

.product-card:hover .product-card__body {
  background: #e8eef8;
}

.product-card__cat {
  margin: 0;
  font-family: var(--font-ui);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--heading) !important;
  font-weight: 600;
}

.product-card__title {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.3;
  color: var(--navy) !important;
}

.product-card__title a {
  color: var(--navy) !important;
  text-decoration: none;
}

.product-card__title a:hover {
  color: var(--blue-header, #425f9b) !important;
  text-decoration: none;
}

.product-card__price {
  margin: 8px 0 4px;
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--heading) !important;
  line-height: 1.1;
}

.product-card .paypal-form {
  margin: 4px 0 0;
}

.product-card .paypal-button,
.product-card .button {
  width: 100%;
  margin: 0;
  background: var(--success, #7a9c59);
  color: #fff !important;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.78rem;
  font-weight: 600;
  padding: 11px 14px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.12);
}

.product-card .paypal-button:hover,
.product-card .button:hover {
  background: #6a8d4a;
  color: #fff !important;
  text-decoration: none;
}

/* Before Our Call */
.schedule-before {
  background: #fff;
  padding: 16px 0 40px;
}

.schedule-before__content {
  width: 100%;
  max-width: none;
  margin: 0;
}

.schedule-before__content h2 {
  margin: 0 0 18px;
  font-family: var(--font-ui);
  font-size: clamp(1.55rem, 2.6vw, 1.9rem);
  font-weight: 600;
  color: var(--heading);
  line-height: 1.2;
}

.schedule-before__content p {
  margin: 0 0 1.2em;
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.75;
  color: #4a5560;
}

.schedule-before__content p:last-child {
  margin-bottom: 0;
}

/* ââ Responsive ââ */
@media (max-width: 900px) {
  .site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    gap: 12px;
    overflow: visible;
  }

  .site-nav {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
    flex: 0 0 auto;
  }

  .brand {
    min-width: 0;
    flex: 1 1 auto;
  }

  .brand-tag {
    white-space: normal;
  }

  .site-header.open .site-nav {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 101;
    /* Solid plate (never transparent over page content) */
    background: var(--blue-header, #425f9b);
    padding: 8px 14px 16px;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 2px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .site-header.open .site-nav a {
    display: block;
    width: 100%;
    padding: 12px 14px;
    border-radius: 4px;
    font-size: 0.95rem;
    color: #fff;
  }

  .site-header.open .site-nav a:hover,
  .site-header.open .site-nav a.active {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
  }

  .site-header.open .nav-dropdown {
    width: 100%;
    /* Flatten so Twin Flames is a top-level menu row (desktop keeps Journal â¾) */
    display: contents;
  }

  .site-header.open .nav-dropdown__row {
    display: contents;
  }

  .site-header.open .nav-dropdown__menu {
    display: contents;
    position: static;
    min-width: 0;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .site-header.open .nav-dropdown__parent,
  .site-header.open .nav-dropdown__child {
    display: block;
    width: 100%;
    padding: 12px 14px;
    border-radius: 4px;
    font-size: 0.95rem;
    opacity: 1;
    color: #fff;
  }

  .site-header.open .nav-dropdown__parent:hover,
  .site-header.open .nav-dropdown__child:hover,
  .site-header.open .nav-dropdown__parent.active,
  .site-header.open .nav-dropdown__child.active {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
  }

  .intro,
  .article-header {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .article-grid,
  .archive-grid,
  .reading-grid,
  .home-panels,
  .testimonial-grid,
  .article-grid--wp {
    grid-template-columns: 1fr 1fr;
  }

  .home-banner {
    min-height: 420px;
  }

  .home-banner__copy,
  .home-banner__copy--narrow {
    max-width: 92%;
    width: min(34rem, 100%);
  }

  /* keep side alignment; donât force center on phones */

  .home-articles__grid {
    grid-template-columns: 1fr 1fr;
  }

  .about-columns,
  .about-testimonials__grid {
    grid-template-columns: 1fr;
  }

  .schedule-products__grid {
    grid-template-columns: 1fr;
    width: min(100%, 440px);
    max-width: none;
    margin-inline: auto;
    justify-items: stretch;
  }

  .product-card {
    width: 100%;
  }

  .journal-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .journal-main,
  .post-main {
    order: 1;
    min-width: 0;
  }

  .journal-sidebar,
  .post-sidebar {
    position: static;
    order: 2;
    width: 100%;
    max-width: none;
  }

  .journal-grid {
    grid-template-columns: 1fr 1fr;
  }

  .about-hero__copy {
    max-width: min(36rem, 92%);
    width: min(34rem, 100%);
  }

  .about-hero {
    min-height: min(78vh, 620px);
  }

  .about-hero__media img {
    object-position: 36% 48%;
  }

  .about-hero__inner {
    justify-content: flex-end;
    padding: 52px 0 48px;
  }

  .about-hero__copy {
    margin-left: auto;
    margin-right: 0;
    max-width: min(36rem, 92%);
    width: min(34rem, 100%);
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .feature {
    padding: 56px 28px;
    min-height: 360px;
  }
}

@media (max-width: 620px) {
  .container {
    width: min(var(--container-max), calc(100% - var(--container-gutter-sm)));
  }

  .schedule-products__grid {
    width: 100%;
  }

  .article-grid,
  .archive-grid,
  .reading-grid,
  .home-panels,
  .testimonial-grid,
  .article-grid--wp,
  .home-articles__grid {
    grid-template-columns: 1fr;
  }

  .journal-grid {
    grid-template-columns: 1fr;
  }

  .home-banner {
    min-height: 380px;
  }

  .home-banner__copy h2 {
    font-size: 1.4rem;
  }

  .about-hero {
    min-height: 70vh;
  }

  .about-hero__media img {
    object-position: 32% 50%;
  }

  .about-hero__inner {
    justify-content: flex-end;
  }

  .about-hero__copy {
    margin-left: auto;
    margin-right: 0;
  }

  .coffee-cta {
    min-height: 340px;
  }

  .hero {
    min-height: 72vh;
  }

  .hero-copy {
    padding: 64px 0 56px;
  }

  .section {
    padding: 52px 0;
  }

  .content-wrap {
    padding: 12px 0 52px;
  }

  .feature {
    padding: 48px 20px;
  }

  .article-grid,
  .archive-grid,
  .reading-grid,
  .footer-grid,
  .home-panels,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .site-header {
    padding: 12px 14px;
  }

  .brand-mark {
    width: 44px;
    height: 44px;
  }

  .brand-name {
    font-size: 1.15rem;
  }

  .brand-tag {
    font-size: 0.68rem;
  }

  .brand-logo {
    height: 46px;
    max-width: min(250px, 62vw);
  }

  .page-hero {
    height: auto;
    min-height: 0;
    max-height: none;
    padding: 18px 0 0;
  }

  .page-hero h1 {
    max-width: none;
    color: #1a2b4c !important;
    -webkit-text-fill-color: #1a2b4c;
  }

  .page-hero p,
  .page-hero .meta {
    color: #2d3e50 !important;
    -webkit-text-fill-color: #2d3e50;
  }

  .article-header .featured {
    max-height: 220px;
  }
}


/* ââ Site completion: trust, FAQ, product, contact, CTA ââ */
.footer-bottom {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
}

.footer-legal {
  order: 1;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 0.82rem;
}

.footer-bottom > span {
  order: 2;
}

.footer-legal a {
  color: inherit;
  opacity: 0.85;
  text-decoration: none;
}

.footer-legal a:hover {
  opacity: 1;
  text-decoration: underline;
}

.home-trust {
  background:
    linear-gradient(180deg, var(--blue-header-deep) 0%, var(--blue-header) 100%);
  color: #f5ecd8;
  padding: 56px 0 48px;
  border-top: 1px solid rgba(196, 160, 106, 0.28);
}

.home-trust__title,
.home-faq__title {
  font-family: var(--font-heading);
  font-weight: 600;
  text-align: center;
  margin: 0 0 28px;
  color: #fff;
  font-size: clamp(1.4rem, 2.5vw, 1.85rem);
}

.home-trust__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.home-trust__card {
  margin: 0;
  padding: 20px 22px;
  background: rgba(255, 255, 255, 0.06);
  border-left: 3px solid rgba(255, 255, 255, 0.35);
}

.home-trust__card p {
  margin: 0 0 12px;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.55;
  color: #f0f4f8;
}

.home-trust__foot {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 4px;
}

/* Round person mark: sand to match left card line */
.home-trust__foot::before {
  content: "";
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #c4a06a;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='8' r='3.1' stroke='%23ffffff' stroke-width='1.6'/%3E%3Cpath d='M6 18.2c.7-2.9 3-4.4 6-4.4s5.3 1.5 6 4.4' stroke='%23ffffff' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center 44%;
  background-size: 56%;
}

.home-trust__name,
.home-trust__card cite {
  display: block;
  margin: 0;
  font-family: var(--font-ui);
  font-style: normal;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #f5ecd8;
  opacity: 0.95;
  line-height: 1.2;
}

.home-trust__more {
  text-align: center;
  margin: 26px 0 0;
}

.home-trust__more a {
  color: #e2cfa8;
}

.home-faq {
  background: #f7f3ea;
  color: var(--text, #1a2330);
  padding: 56px 0 60px;
  border-top: 1px solid rgba(196, 160, 106, 0.35);
}

.home-faq__title {
  color: var(--heading);
}

.home-faq__list {
  max-width: 720px;
  margin: 0 auto;
  display: grid;
  gap: 10px;
}

.home-faq__item {
  background: #fff;
  border: 1px solid #e2e8f0;
  padding: 4px 16px;
}

.home-faq__item summary {
  cursor: pointer;
  font-family: var(--font-ui);
  font-weight: 600;
  padding: 12px 0;
  color: var(--heading);
}

.home-faq__item p {
  margin: 0 0 14px;
  font-family: var(--font-body);
  line-height: 1.55;
  color: #334155;
}

.post-book-cta {
  margin: 1.75rem 0 1.25rem;
  padding: 1.25rem 1.35rem;
  background: linear-gradient(120deg, #edf4fb, #f7fafc);
  border: 1px solid #d7e3ef;
  clear: both;
}

.post-book-cta__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 18px;
}

.post-book-cta__text {
  margin: 0;
  font-family: var(--font-ui);
  font-weight: 600;
  color: var(--heading);
  font-size: 1.05rem;
}

/* Guard: never let CTA participate in author grid */
.author-box .post-book-cta {
  grid-column: 1 / -1;
  margin-top: 0;
}

.product-page {
  padding: 40px 0 64px;
  background: #fff;
  color: #1a2330;
}

.product-page__layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 36px;
  align-items: start;
}

.product-page__media {
  margin: 0;
}

.product-page__image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 2px;
}

.product-page__cat {
  margin: 0 0 6px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
  color: #64748b;
}

.product-page__title {
  margin: 0 0 10px;
  font-family: var(--font-heading);
  color: var(--heading);
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  font-weight: 600;
}

.product-page h1 {
  margin: 0 0 10px;
  font-family: var(--font-heading);
  color: var(--heading);
  font-size: clamp(1.6rem, 3vw, 2.1rem);
}

.product-page__price {
  margin: 0 0 16px;
  font-size: 1.45rem;
  font-weight: 700;
  color: #1e3a5f;
}

.product-page__note,
.product-page__legal {
  margin: 16px 0 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #475569;
}

.contact-page {
  padding: 36px 0 64px;
  background: #fff;
  color: #1a2330;
}

.contact-page__lead {
  margin: 0 0 28px;
  max-width: none;
  width: 100%;
  font-family: var(--font-body);
  font-size: 1.08rem;
  line-height: 1.65;
  color: #334155;
}

.contact-page__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 0;
  width: 100%;
}

.contact-card {
  padding: 22px 22px 24px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
}

.contact-card h2 {
  margin: 0 0 10px;
  font-family: var(--font-heading);
  font-size: 1.2rem;
  color: var(--heading);
}

.contact-card p,
.contact-card li {
  font-family: var(--font-body);
  line-height: 1.55;
  color: #334155;
}

.contact-card__email {
  font-size: 1.15rem;
  font-weight: 600;
}

.contact-card__hint {
  font-size: 0.92rem;
  margin: 8px 0 16px;
}

.contact-card ul {
  margin: 0 0 0 1.1rem;
  padding: 0;
}

.contact-card .button {
  margin-top: 8px;
}

.legal-content h2 {
  margin-top: 1.5rem;
  font-family: var(--font-heading);
  color: var(--heading);
}

.legal-content,
body.page-legal .content {
  max-width: none;
  width: 100%;
}

.legal-updated {
  margin-top: 2rem;
  font-size: 0.9rem;
  color: #64748b;
}

.stub-retired {
  max-width: 40rem;
}

/* ââ Homepage layout v2 (single story, not triple billboards) ââ */
body.home {
  background: #f7f3ea;
  color: var(--ink);
}

/* WP home hero â Psychic Readings banner */
.home-hero {
  position: relative;
  isolation: isolate;
  /* Flatsome padding-top: 500px aspect */
  min-height: 500px;
  height: clamp(420px, 56vh, 500px);
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
}

.home-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.home-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 40%;
  display: block;
  max-width: none;
}

/* Light desert wash â keep the photo clearer */
.home-hero__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: rgba(196, 160, 106, 0.28); /* soft #c4a06a sand */
}

.home-hero__inner {
  position: relative;
  z-index: 2;
  width: var(--container-width);
  margin: 0 auto;
  padding: 48px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/* Floating sand card â mid sand-bronze (not chocolate) for white type */
.home-hero__copy {
  width: min(34rem, 100%);
  max-width: min(36rem, 92%);
  margin-right: auto;
  text-align: left;
  color: #fff;
  padding: 28px 30px 30px;
  background: rgba(154, 120, 72, 0.72); /* #9a7848 mid desert sand */
  border: 1px solid rgba(242, 232, 210, 0.5);
  box-shadow:
    0 12px 34px rgba(58, 42, 22, 0.22),
    0 1px 0 rgba(255, 245, 225, 0.18) inset;
  backdrop-filter: blur(3px);
}

.home-hero__title {
  margin: 0 0 14px;
  font-family: var(--font-heading);
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.15;
  color: #fff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.home-hero__lede {
  margin: 0 0 20px;
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.65;
  font-weight: 400;
  color: #fff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.home-hero__lede a {
  color: #fff !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.home-hero__lede a:hover {
  color: #f5ecd8 !important;
}

.home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.home .home-hero .button,
body.home .home-feature .button,
body.home .home-guide .button,
body.page-testimonials .home-hero .button,
body.page-contact .home-hero .button {
  margin: 0;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 13px 20px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.12);
  background: var(--primary);
  color: #fff !important;
  border: 0;
}

body.home .home-hero .button:hover,
body.home .home-feature .button:hover,
body.home .home-guide .button:hover,
body.page-testimonials .home-hero .button:hover,
body.page-contact .home-hero .button:hover {
  background: var(--secondary);
  color: #fff !important;
  text-decoration: none;
}

body.home .home-hero .button.success,
body.page-testimonials .home-hero .button.success,
body.page-contact .home-hero .button.success {
  background: var(--success, #7a9c59);
  color: #fff !important;
  border-color: transparent;
}

body.home .home-hero .button.success:hover,
body.page-testimonials .home-hero .button.success:hover,
body.page-contact .home-hero .button.success:hover {
  background: #6a8d4a;
  color: #fff !important;
}

/* Testimonials heroes â desert sand scrim like coffee CTA / home hero cards */
body.page-testimonials .testimonials-hero .home-hero__media img {
  object-position: 50% 42%;
}

body.page-testimonials .testimonials-hero .home-hero__shade {
  background: rgba(196, 160, 106, 0.28);
}

body.page-testimonials .testimonials-hero .home-hero__copy {
  background: rgba(154, 120, 72, 0.62);
  border-color: rgba(242, 232, 210, 0.45);
}

/* Schedule page hero â table scene crop + same sand panel */
body.page-schedule .schedule-hero .home-hero__media img {
  object-position: 50% 48%;
}

body.page-schedule .schedule-hero .home-hero__shade {
  background: rgba(196, 160, 106, 0.28);
}

body.page-schedule .schedule-hero .home-hero__copy {
  background: rgba(154, 120, 72, 0.68);
  border-color: rgba(242, 232, 210, 0.45);
}

body.page-schedule .home-hero + .home-sessions {
  padding-top: 40px;
}

/*
 * Anchor under sticky site-chrome (nav + Book a Reading tools bar).
 * --site-chrome-h is set from js; gap below matches the intended rest position.
 */
body.page-schedule #before-our-call {
  scroll-margin-top: calc(var(--site-chrome-h, 130px) + 5rem);
}

body.page-schedule .home-hero .button,
body.page-schedule .home-hero .button.success {
  margin: 0;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 13px 20px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.12);
  background: var(--success, #7a9c59);
  color: #fff !important;
  border: 0;
}

body.page-schedule .home-hero .button:hover,
body.page-schedule .home-hero .button.success:hover {
  background: #6a8d4a;
  color: #fff !important;
  text-decoration: none;
}

/* Contact page hero — text card right (match about hero) */
body.page-contact .contact-hero .home-hero__media img {
  /* Pyramids selfie: subject left, desert sky */
  object-position: 28% 38%;
}

body.page-contact .contact-hero .home-hero__shade {
  /* Contact: light left → sand right (was about) */
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.12) 0%,
    rgba(255, 248, 235, 0.08) 35%,
    rgba(196, 160, 106, 0.28) 62%,
    rgba(154, 120, 72, 0.42) 100%
  );
}

body.page-contact .contact-hero .home-hero__inner {
  justify-content: flex-end;
  align-items: center;
}

body.page-contact .contact-hero .home-hero__copy {
  background: rgba(154, 120, 72, 0.72);
  border-color: rgba(242, 232, 210, 0.45);
  margin-left: auto;
  margin-right: 0;
  text-align: left;
  width: min(34rem, 100%);
  max-width: min(36rem, 92%);
}

body.page-contact .contact-hero .home-hero__actions {
  justify-content: flex-start;
}

body.page-contact .home-hero + .contact-page {
  padding-top: 40px;
}

/* Heroes 2â3: container-width (not full-bleed), coffee-style wash + panel */
body.page-testimonials .t-feature {
  width: var(--container-width);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  min-height: 360px;
  padding: 48px 0;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 0;
  /* Framed band on page surface (not edge-to-edge) */
  box-shadow: 0 10px 28px rgba(14, 36, 57, 0.1);
}

body.page-testimonials .t-feature__media,
body.page-testimonials .t-feature__shade {
  /* Absolute children already fill .t-feature once section is constrained */
  border-radius: inherit;
}

body.page-testimonials .t-feature__shade {
  background: rgba(196, 160, 106, 0.48) !important;
}

body.page-testimonials .t-feature__inner {
  width: min(100%, calc(100% - 48px));
  max-width: min(36rem, 92%);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

body.page-testimonials .t-item--feature {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 28px 30px 30px;
  text-align: center;
  color: #fff;
  background: rgba(154, 120, 72, 0.62);
  border: 1px solid rgba(242, 232, 210, 0.45);
  box-shadow:
    0 12px 34px rgba(58, 42, 22, 0.2),
    0 1px 0 rgba(255, 245, 225, 0.16) inset;
  backdrop-filter: blur(2px);
}

body.page-testimonials .t-item--feature .t-item__stars {
  color: #fff;
  text-shadow: none;
}

/* Feature heroes: name + circle person icon (match cards, light-on-sand) */
body.page-testimonials .t-item--feature .about-quote-card__foot {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}

body.page-testimonials .t-item--feature .about-quote-card__foot::before {
  content: "";
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  /* Light desert sand circle; navy line-art for contrast */
  background-color: #e8d4b0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='8' r='3.1' stroke='%233a5389' stroke-width='1.6'/%3E%3Cpath d='M6 18.2c.7-2.9 3-4.4 6-4.4s5.3 1.5 6 4.4' stroke='%233a5389' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center 44%;
  background-size: 56%;
  border: none;
}

body.page-testimonials .t-item--feature .about-quote-card__name,
body.page-testimonials .t-item--feature cite {
  display: block;
  margin: 0;
  font-family: var(--font-ui);
  font-style: normal;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  line-height: 1.2;
}

body.page-testimonials .t-item--feature p {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

body.page-testimonials .testimonials-page:first-of-type {
  padding-top: 36px;
}

/* Welcome */
.home-welcome {
  padding: 56px 0 48px;
  background:
    linear-gradient(
      118deg,
      #e8d4b0 0%,
      #f3e8d4 45%,
      #e2cfa8 100%
    );
  border-bottom: 1px solid rgba(154, 120, 72, 0.35);
}

.home-welcome__inner {
  max-width: 40rem;
}

.home-welcome__eyebrow {
  margin: 0 0 8px;
  font-family: var(--font-ui);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--heading);
}

.home-welcome__title {
  margin: 0 0 14px;
  font-family: var(--font-heading);
  font-size: clamp(1.55rem, 2.8vw, 2.05rem);
  font-weight: 600;
  line-height: 1.25;
  color: var(--heading) !important;
}

.home-welcome__text {
  margin: 0 0 16px;
  font-family: var(--font-body);
  font-size: 1.08rem;
  line-height: 1.7;
  color: #3a2f22;
}

.home-welcome__link {
  font-family: var(--font-ui);
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--heading);
  text-decoration: none;
  border-bottom: 1px solid rgba(42, 74, 120, 0.35);
}

.home-welcome__link:hover {
  color: var(--secondary);
  border-bottom-color: var(--secondary);
  text-decoration: none;
}

/* Sessions */
.home-section-head {
  text-align: center;
  margin: 0 auto 28px;
  max-width: 36rem;
}

.home-section-head__title {
  margin: 0 0 10px;
  font-family: var(--font-heading);
  font-size: clamp(1.45rem, 2.6vw, 1.9rem);
  font-weight: 600;
  color: var(--heading) !important;
}

.home-section-head__text {
  margin: 0;
  font-family: var(--font-body);
  color: #4a5560;
  font-size: 1.02rem;
}

.home-sessions {
  padding: 52px 0 56px;
  background: #fff;
}

.home-session-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.home-session {
  display: grid;
  gap: 0;
  padding: 0;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background: #f3f6fb;
  border: 1px solid rgba(66, 95, 155, 0.22);
  transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.home-session:hover {
  text-decoration: none;
  background: #e8eef8;
  border-color: rgba(66, 95, 155, 0.4);
  transform: translateY(-2px);
}

.home-session__media {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  /* Taller than native 16:9 so line art is fully visible with breathing room */
  aspect-ratio: 5 / 4;
  min-height: 200px;
  padding: 12px 10px 14px;
  overflow: hidden;
  background: var(--blue-header);
  box-sizing: border-box;
  text-decoration: none;
  color: inherit;
}

.home-session__media:hover {
  text-decoration: none;
}

/* Session plates: blue / green / sand */
.home-session--15 .home-session__media {
  background: var(--blue-header, #425f9b);
}

.home-session--30 .home-session__media {
  background: var(--success, #7a9c59);
}

.home-session--60 .home-session__media {
  background: #c4a06a;
}

.home-session__media img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform 0.35s ease;
}

.home-session:hover .home-session__media img {
  transform: scale(1.02);
}

.home-session__body {
  display: grid;
  gap: 6px;
  padding: 16px 18px 18px;
}

.home-session__time {
  font-family: var(--font-ui);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--heading);
}

.home-session__name {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--navy);
}

.home-session__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 8px;
  flex-wrap: wrap;
}

.home-session__price {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--heading);
  margin: 0;
  line-height: 1.1;
}

.home-session__cta,
.home-session__cta-wrap .paypal-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  margin: 0;
  padding: 10px 14px;
  background: var(--success, #7a9c59);
  color: #fff !important;
  font-family: var(--font-ui);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.2;
  border: 0;
  border-radius: 0;
  white-space: nowrap;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.12);
  transition: background 0.15s ease;
  cursor: pointer;
  text-decoration: none;
}

.home-session__cta-wrap {
  display: inline-flex;
  flex: 0 0 auto;
}

.home-session__cta-wrap .paypal-form {
  margin: 0;
  display: inline-flex;
}

.home-session__cta-wrap .paypal-qty {
  display: none;
}

.home-session:hover .home-session__cta,
.home-session:hover .home-session__cta-wrap .paypal-button,
.home-session__cta-wrap .paypal-button:hover {
  background: #6a8d4a;
}

.home-sessions__more {
  text-align: center;
  margin: 22px 0 0;
  font-family: var(--font-ui);
}

.home-sessions__more a {
  color: var(--heading);
  font-weight: 600;
}

/* Twin flame feature */
.home-feature {
  position: relative;
  isolation: isolate;
  min-height: 380px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  box-shadow: inset 0 -3px 0 #c4a06a;
}

.home-feature__media,
.home-feature__shade {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.home-feature__media {
  z-index: 0;
  overflow: hidden;
  background: var(--blue-header-deep, #3a5389);
}

.home-feature__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  display: block;
  max-width: none;
}

/* Light blue wash â leave the photo more open */
.home-feature__shade {
  z-index: 1;
  background: rgba(66, 95, 155, 0.26);
}

.home-feature__inner {
  position: relative;
  z-index: 2;
  width: var(--container-width);
  margin: 0 auto;
  padding: 56px 0;
  display: flex;
}

.home-feature__inner--end {
  justify-content: flex-end;
}

/* Blue floating scrim â same treatment as home hero sand card */
.home-feature__copy {
  width: min(32rem, 100%);
  max-width: min(36rem, 92%);
  text-align: right;
  color: #fff;
  padding: 28px 30px 30px;
  background: rgba(66, 95, 155, 0.72); /* #425f9b mid header blue */
  border: 1px solid rgba(192, 204, 228, 0.5);
  box-shadow:
    0 12px 34px rgba(20, 32, 58, 0.28),
    0 1px 0 rgba(255, 255, 255, 0.12) inset;
  backdrop-filter: blur(3px);
}

.home-feature__title {
  margin: 0 0 14px;
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.home-feature__copy p {
  margin: 0 0 12px;
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.95) !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.home-feature__copy .button {
  margin-top: 10px;
}

/* Choosing a psychic */
.home-guide {
  padding: 56px 0;
  background: #fff;
  border-bottom: 1px solid rgba(154, 120, 72, 0.22);
}

/* On product pages: guidance under booking block, above footer */
.page-product .product-page {
  padding-bottom: 36px;
}

.product-guide {
  border-top: 1px solid rgba(66, 95, 155, 0.14);
  border-bottom: 0;
}

.home-guide__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px 48px;
  align-items: start;
}

.home-guide__title {
  margin: 0 0 12px;
  font-family: var(--font-heading);
  font-size: clamp(1.45rem, 2.6vw, 1.9rem);
  color: var(--heading) !important;
}

.home-guide__copy p {
  margin: 0 0 18px;
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.7;
  color: #3a4550;
  max-width: 36rem;
}

.home-guide__links {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(154, 120, 72, 0.35);
}

.home-guide__links li {
  border-bottom: 1px solid rgba(154, 120, 72, 0.28);
}

.home-guide__links a {
  display: block;
  padding: 14px 4px;
  font-family: var(--font-ui);
  font-weight: 500;
  font-size: 0.98rem;
  color: var(--heading);
  text-decoration: none;
  transition: padding-left 0.18s ease, color 0.18s ease;
}

.home-guide__links a:hover {
  padding-left: 8px;
  color: var(--secondary);
  text-decoration: none;
}

.home-articles__more {
  text-align: center;
  margin: 28px 0 0;
  position: relative;
  z-index: 2;
}

.home-articles__more a {
  font-family: var(--font-ui);
  font-weight: 600;
  color: #e2cfa8;
}

.home-trust__card {
  border-left-color: #c4a06a;
}

@media (max-width: 900px) {
  .home-session-list,
  .home-guide__grid,
  .home-trust__grid,
  .contact-page__grid,
  .product-page__layout {
    grid-template-columns: 1fr;
  }

  .home-feature__copy {
    max-width: 92%;
    width: min(32rem, 100%);
    text-align: left;
  }

  .home-feature__inner--end {
    justify-content: flex-start;
  }

  .home-hero {
    min-height: min(78vh, 620px);
  }

  .home-hero__inner {
    padding: 52px 0 48px;
  }
}

@media (max-width: 620px) {
  .home-hero {
    min-height: 70vh;
  }

  .home-feature {
    min-height: 320px;
  }

  .home-session-list {
    grid-template-columns: 1fr;
  }
}



/* 404: image fills main down to footer; scrim stays upper (not re-centered) */
body.page-404 {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  background: #1a1410;
}

body.page-404 main {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

body.page-404 .page-404-hero.home-hero {
  flex: 1 1 auto;
  width: 100%;
  height: auto;
  min-height: 500px;
  max-height: none;
  /* Pin content to upper band so card does not slide with taller image */
  align-items: flex-start;
  justify-content: flex-start;
}

body.page-404 .page-404-hero .home-hero__media,
body.page-404 .page-404-hero .home-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

body.page-404 .page-404-hero .home-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 45% 48%;
  display: block;
}

body.page-404 .page-404-hero .home-hero__shade {
  background: rgba(196, 160, 106, 0.34);
}

body.page-404 .page-404-hero .home-hero__inner {
  justify-content: center;
  align-self: stretch;
  width: 100%;
  /* ~center of the old 500px hero band */
  padding-top: 110px;
  padding-bottom: 48px;
}

body.page-404 .page-404-hero .home-hero__copy {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: rgba(154, 120, 72, 0.72);
  border-color: rgba(242, 232, 210, 0.45);
}

body.page-404 .page-404-hero .home-hero__actions {
  justify-content: center;
}

body.page-404 .page-404-hero .home-hero .button {
  margin: 0;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 13px 20px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.12);
  border: 0;
}

body.page-404 .page-404-hero .home-hero .button:not(.success) {
  background: rgba(255, 255, 255, 0.18);
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

body.page-404 .page-404-hero .home-hero .button:not(.success):hover {
  background: rgba(255, 255, 255, 0.28);
  color: #fff !important;
  text-decoration: none;
}

body.page-404 .page-404-hero .home-hero .button.success {
  background: var(--success, #7a9c59);
  color: #fff !important;
}

body.page-404 .page-404-hero .home-hero .button.success:hover {
  background: #6a8d4a;
  color: #fff !important;
  text-decoration: none;
}

.page-404-hero__code {
  margin: 0 0 4px;
  font-family: var(--font-heading, var(--font-ui));
  font-size: clamp(5.5rem, 18vw, 9.5rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.95) !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
  line-height: 0.9;
}

.page-404-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 18px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(242, 232, 210, 0.35);
}

.page-404-links a {
  font-family: var(--font-ui);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff !important;
  text-decoration: none;
  opacity: 0.9;
}

.page-404-links a:hover {
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 3px;
}


/* PayPal thank-you — same pyramid fill hero as 404 */
body.page-thankyou {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  background: #1a1410;
}

body.page-thankyou main {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

body.page-thankyou .page-404-hero.home-hero {
  flex: 1 1 auto;
  width: 100%;
  height: auto;
  min-height: 500px;
  max-height: none;
  align-items: flex-start;
  justify-content: flex-start;
}

body.page-thankyou .page-404-hero .home-hero__media,
body.page-thankyou .page-404-hero .home-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

body.page-thankyou .page-404-hero .home-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 45% 48%;
  display: block;
}

body.page-thankyou .page-404-hero .home-hero__shade {
  background: rgba(196, 160, 106, 0.34);
}

body.page-thankyou .page-404-hero .home-hero__inner {
  justify-content: center;
  align-self: stretch;
  width: 100%;
  padding-top: 110px;
  padding-bottom: 48px;
}

body.page-thankyou .page-404-hero .home-hero__copy {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: rgba(154, 120, 72, 0.72);
  border-color: rgba(242, 232, 210, 0.45);
}

body.page-thankyou .page-404-hero .home-hero__actions {
  justify-content: center;
}

body.page-thankyou .page-404-hero .home-hero .button {
  margin: 0;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 13px 20px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.12);
  border: 0;
}

body.page-thankyou .page-404-hero .home-hero .button:not(.success) {
  background: rgba(255, 255, 255, 0.18);
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

body.page-thankyou .page-404-hero .home-hero .button:not(.success):hover {
  background: rgba(255, 255, 255, 0.28);
  color: #fff !important;
  text-decoration: none;
}

body.page-thankyou .page-404-hero .home-hero .button.success {
  background: var(--success, #7a9c59);
  color: #fff !important;
}

body.page-thankyou .page-404-hero .home-hero .button.success:hover {
  background: #6a8d4a;
  color: #fff !important;
  text-decoration: none;
}

body.page-thankyou .home-hero__lede a {
  color: #fff !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.page-thankyou-hero__label {
  margin: 0 0 10px;
  font-family: var(--font-ui);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9) !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}


body.page-thankyou .home-hero__lede {
  margin: 0 0 0.85em;
}

body.page-thankyou .home-hero__lede--last {
  margin-bottom: 20px;
}
