body:not(.spiritual-landing) {
  --bg: #f6f2e8;
  --sand: #ebe1d1;
  --ink: #2f2924;
  --muted: #64584d;
  --line: #d8ccba;
  --gold: #b8912d;
  --gold-dark: #9f7b20;
  --earth: #7a5138;
  margin: 0;
  background: linear-gradient(180deg, #f8f4ec 0%, var(--bg) 45%, #f3ecdf 100%);
  color: var(--ink);
  font-family: "Libre Baskerville", "Source Sans 3", Georgia, serif;
}

body:not(.spiritual-landing) #page-wrap {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

body:not(.spiritual-landing) #page-wrap.global-shell {
  max-width: none;
  margin: 0;
  padding: 0;
}

body:not(.spiritual-landing) h1,
body:not(.spiritual-landing) h2,
body:not(.spiritual-landing) h3,
body:not(.spiritual-landing) h4,
body:not(.spiritual-landing) h5,
body:not(.spiritual-landing) h6 {
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  color: var(--ink);
}

body:not(.spiritual-landing) a {
  color: var(--earth);
}

body:not(.spiritual-landing) a:hover {
  color: #4f2f21;
}

body:not(.spiritual-landing) #site-header.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 84px;
  margin-bottom: 34px;
  padding: 14px 0;
  background: rgba(248, 244, 236, 0.82);
  border-bottom: 1px solid rgba(122, 81, 56, 0.18);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

body:not(.spiritual-landing) #page-wrap.global-shell #site-header.site-header,
body:not(.spiritual-landing) #page-wrap.global-shell #page-footer .site-footer-main,
body:not(.spiritual-landing) #page-wrap.global-shell #page-footer .footer-copyright .credit {
  width: min(1180px, calc(100% - 3rem));
  margin-left: auto;
  margin-right: auto;
}

body:not(.spiritual-landing) #page-wrap.global-shell .main-container-elementor-shell {
  width: 100%;
  max-width: none;
}

body:not(.spiritual-landing) .site-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

body:not(.spiritual-landing) .site-logo .custom-logo-link img {
  width: clamp(36px, 3vw, 52px);
  height: auto;
}

body:not(.spiritual-landing) .site-brand-text {
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: clamp(0.9rem, 1.05vw, 1.05rem);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #3c2f24;
}

body:not(.spiritual-landing) .site-nav-toggle {
  display: none;
}

body:not(.spiritual-landing) .main-navigation {
  margin-left: auto;
}

body:not(.spiritual-landing) .rek-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
  align-items: center;
}

body:not(.spiritual-landing) .rek-menu .menu-item {
  position: relative;
  margin: 0;
}

body:not(.spiritual-landing) .main-navigation a {
  text-decoration: none;
  color: #3f3025;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: clamp(0.94rem, 1.05vw, 1.05rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body:not(.spiritual-landing) .main-navigation a:hover {
  color: var(--gold);
}

body:not(.spiritual-landing) .rek-menu > .menu-item-has-children > a {
  position: relative;
  padding-right: 0.9em;
}

body:not(.spiritual-landing) .rek-menu > .menu-item-has-children > a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.4em;
  height: 0.4em;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-55%) rotate(45deg);
  transition: transform 180ms ease;
}

body:not(.spiritual-landing) .rek-menu > .menu-item-has-children:hover > a::after,
body:not(.spiritual-landing) .rek-menu > .menu-item-has-children:focus-within > a::after {
  transform: translateY(-40%) rotate(-135deg);
}

body:not(.spiritual-landing) .rek-menu .sub-menu {
  display: none;
  list-style: none;
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
  min-width: 220px;
  margin: 0;
  padding: 8px 0;
  background: rgba(250, 245, 235, 0.98);
  border: 1px solid rgba(122, 81, 56, 0.22);
  box-shadow: 0 12px 30px rgba(43, 31, 22, 0.12);
  z-index: 120;
}

body:not(.spiritual-landing) .rek-menu .menu-item-has-children:hover > .sub-menu,
body:not(.spiritual-landing) .rek-menu .menu-item-has-children:focus-within > .sub-menu,
body:not(.spiritual-landing) .rek-menu .menu-item-has-children.is-open > .sub-menu {
  display: block;
}

body:not(.spiritual-landing) .rek-menu .sub-menu li {
  margin: 0;
}

body:not(.spiritual-landing) .rek-menu .sub-menu a {
  display: block;
  padding: 9px 14px;
  font-size: 0.86rem;
}

body:not(.spiritual-landing) .main-container {
  background: rgba(255, 252, 246, 0.72);
  border: 1px solid var(--line);
  padding: clamp(24px, 3vw, 40px);
}

body:not(.spiritual-landing) .main-container.main-container-elementor-shell {
  background: transparent;
  border: 0;
  padding: 0;
}

body:not(.spiritual-landing) .main-container.main-container-elementor-shell > * {
  margin-top: 0;
}

/* Elementor inner page redesign (non-landing pages) */
body:not(.spiritual-landing) .main-container-elementor-shell .elementor-section.elementor-section-boxed > .elementor-container {
  width: 100%;
  max-width: 100% !important;
  padding-left: clamp(1rem, 3vw, 2.2rem);
  padding-right: clamp(1rem, 3vw, 2.2rem);
  box-sizing: border-box;
}

body:not(.spiritual-landing) .main-container-elementor-shell .elementor-container {
  width: 100%;
  max-width: 100% !important;
}

body:not(.spiritual-landing) .main-container-elementor-shell .elementor-widget-wrap {
  gap: 0.2rem;
}

body:not(.spiritual-landing) .main-container-elementor-shell .elementor-section {
  padding-top: clamp(26px, 3.2vw, 44px);
  padding-bottom: clamp(20px, 2.8vw, 34px);
}

body:not(.spiritual-landing) .main-container-elementor-shell .elementor-heading-title {
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  color: #2f2924;
  line-height: 1.04;
}

body:not(.spiritual-landing) .main-container-elementor-shell h1.elementor-heading-title {
  font-size: clamp(2rem, 4vw, 3rem);
}

body:not(.spiritual-landing) .main-container-elementor-shell h2.elementor-heading-title {
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
}

body:not(.spiritual-landing) .main-container-elementor-shell h3.elementor-heading-title {
  font-size: clamp(1.24rem, 2vw, 1.64rem);
}

body:not(.spiritual-landing) .main-container-elementor-shell .elementor-widget-text-editor,
body:not(.spiritual-landing) .main-container-elementor-shell .elementor-widget-text-editor p,
body:not(.spiritual-landing) .main-container-elementor-shell .elementor-widget-text-editor li {
  font-family: "Libre Baskerville", "Source Sans 3", Georgia, serif;
  color: #5f5348;
  font-size: clamp(1rem, 1.08vw, 1.12rem);
  line-height: 1.74;
}

body:not(.spiritual-landing) .main-container-elementor-shell .elementor-widget-image img {
  border: 1px solid rgba(122, 81, 56, 0.2);
}

body:not(.spiritual-landing) .main-container-elementor-shell .elementor-widget-button .elementor-button {
  background: #b8912d;
  border: 1px solid #b8912d;
  color: #fff;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: 1.06rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 11px 22px;
}

body:not(.spiritual-landing) .main-container-elementor-shell .elementor-widget-button .elementor-button:hover {
  background: #9f7b20;
  border-color: #9f7b20;
}

body:not(.spiritual-landing) .main-container-elementor-shell .elementor-divider-separator {
  border-color: rgba(122, 81, 56, 0.24) !important;
}

body:not(.spiritual-landing) .post-header {
  margin-bottom: 14px;
}

body:not(.spiritual-landing) .page-title,
body:not(.spiritual-landing) .post-title {
  margin: 0 0 8px;
  font-size: clamp(2rem, 4.1vw, 3rem);
  line-height: 1;
}

body:not(.spiritual-landing) .post-content {
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.75;
}

body:not(.spiritual-landing) .post-content p,
body:not(.spiritual-landing) .post-content li {
  color: var(--muted);
}

body:not(.spiritual-landing) .post-media {
  margin-bottom: 22px;
}

body:not(.spiritual-landing) .post-media img {
  width: 100%;
  border: 1px solid rgba(122, 81, 56, 0.22);
}

body:not(.spiritual-landing) button,
body:not(.spiritual-landing) [type="submit"],
body:not(.spiritual-landing) [type="button"] {
  border-color: var(--gold);
  background: var(--gold);
  color: #fff;
}

body:not(.spiritual-landing) button:hover,
body:not(.spiritual-landing) [type="submit"]:hover,
body:not(.spiritual-landing) [type="button"]:hover {
  border-color: var(--gold-dark);
  background: var(--gold-dark);
  color: #fff;
}

body:not(.spiritual-landing) #page-footer {
  margin-top: 38px;
  background: linear-gradient(180deg, #e8ddcb 0%, #e0d1bb 100%);
  border-top: 1px solid rgba(122, 81, 56, 0.2);
}

body:not(.spiritual-landing) #page-wrap.global-shell #page-footer {
  margin-top: 24px;
}

body:not(.spiritual-landing) .site-footer-main {
  padding: 38px 0;
}

body:not(.spiritual-landing) .site-footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 24px;
}

body:not(.spiritual-landing) .site-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

body:not(.spiritual-landing) .site-footer-logo img {
  width: clamp(36px, 3.8vw, 52px);
  height: auto;
}

body:not(.spiritual-landing) .site-footer-lockup {
  display: inline-flex;
  flex-direction: column;
  line-height: 0.93;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #3b2d23;
}

body:not(.spiritual-landing) .site-footer-address,
body:not(.spiritual-landing) .site-footer-main p {
  margin: 0;
  color: #4f4338;
  font-size: 1rem;
  line-height: 1.68;
}

body:not(.spiritual-landing) .site-footer-main h3 {
  margin: 0 0 10px;
  font-size: 1.5rem;
  font-weight: 500;
}

body:not(.spiritual-landing) .site-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

body:not(.spiritual-landing) .site-footer-links a {
  color: #3e2f24;
  text-decoration: none;
  border-bottom: 1px solid rgba(62, 47, 36, 0.28);
}

body:not(.spiritual-landing) .footer-copyright {
  border-top: 1px solid rgba(122, 81, 56, 0.22);
  padding: 12px 0 16px;
}

body:not(.spiritual-landing) .footer-copyright p {
  margin: 0;
  color: #6a5b4e;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 960px) {
  body:not(.spiritual-landing) #page-wrap.global-shell #site-header.site-header,
  body:not(.spiritual-landing) #page-wrap.global-shell #page-footer .site-footer-main,
  body:not(.spiritual-landing) #page-wrap.global-shell #page-footer .footer-copyright .credit {
    width: min(1180px, calc(100% - 2rem));
  }

  body:not(.spiritual-landing) .site-nav-toggle {
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    color: var(--ink);
    padding: 0;
  }

  body:not(.spiritual-landing) .site-nav-toggle span {
    width: 22px;
    height: 2px;
    background: currentColor;
  }

  body:not(.spiritual-landing) .main-navigation {
    position: fixed;
    inset: 0;
    background: rgba(20, 15, 12, 0.95);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 180ms ease, visibility 180ms ease;
    z-index: 60;
    margin: 0;
    padding: 90px 24px 24px;
    overflow-y: auto;
  }

  body:not(.spiritual-landing) #site-header.menu-open .main-navigation {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  body:not(.spiritual-landing) .rek-menu {
    flex-direction: column;
    gap: 0;
    align-items: stretch;
  }

  body:not(.spiritual-landing) .rek-menu > li {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    padding: 10px 0;
  }

  body:not(.spiritual-landing) .rek-menu > li:first-child {
    border-top: 0;
  }

  body:not(.spiritual-landing) .main-navigation a {
    color: #fff;
    font-size: 1.26rem;
  }

  body:not(.spiritual-landing) .rek-menu .sub-menu {
    position: static;
    min-width: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
    padding: 2px 0 6px 10px;
    display: none;
  }

  body:not(.spiritual-landing) .rek-menu .menu-item-has-children.is-open > .sub-menu {
    display: block;
  }

  body:not(.spiritual-landing) .rek-menu .sub-menu a {
    color: rgba(255, 255, 255, 0.84);
    font-size: 1rem;
    padding: 8px 0;
  }

  body:not(.spiritual-landing) .site-footer-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  body:not(.spiritual-landing) .main-container-elementor-shell .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100% !important;
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }

  body:not(.spiritual-landing) .main-container-elementor-shell .elementor-widget-text-editor,
  body:not(.spiritual-landing) .main-container-elementor-shell .elementor-widget-text-editor p,
  body:not(.spiritual-landing) .main-container-elementor-shell .elementor-widget-text-editor li {
    font-size: 1rem;
    line-height: 1.66;
  }
}

/* Unified inner-page design language aligned with landing page */
body:not(.spiritual-landing) .main-container {
  width: min(1180px, calc(100% - 3rem));
  margin: clamp(22px, 3vw, 44px) auto clamp(54px, 7vw, 92px);
  padding: 0;
  background: transparent;
  border: 0;
}

body:not(.spiritual-landing) .main-container > article {
  max-width: 980px;
  margin: 0 auto;
}

body:not(.spiritual-landing) .post-header {
  margin: 0 0 clamp(12px, 2vw, 22px);
  padding-bottom: clamp(10px, 1.2vw, 14px);
  border-bottom: 1px solid rgba(122, 81, 56, 0.2);
}

body:not(.spiritual-landing) .page-title,
body:not(.spiritual-landing) .post-title {
  margin: 0;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-weight: 600;
  font-size: clamp(2.1rem, 4vw, 3.25rem);
  letter-spacing: 0.01em;
  line-height: 0.98;
  color: #2f2924;
}

body:not(.spiritual-landing) .post-content {
  color: #5f5348;
  font-family: "Libre Baskerville", "Source Sans 3", Georgia, serif;
  font-size: clamp(1.02rem, 1.05vw, 1.12rem);
  line-height: 1.76;
}

body:not(.spiritual-landing) .post-content > * {
  margin-top: 0;
  margin-bottom: 1.05em;
}


body:not(.spiritual-landing) .post-content > h2,
body:not(.spiritual-landing) .post-content > h3,
body:not(.spiritual-landing) .post-content > h4 {
  margin-top: clamp(26px, 4vw, 44px);
  margin-bottom: 0.45em;
  color: #2f2924;
  line-height: 1.06;
}

body:not(.spiritual-landing) .post-content > h2 {
  font-size: clamp(1.7rem, 2.7vw, 2.3rem);
}

body:not(.spiritual-landing) .post-content > h3 {
  font-size: clamp(1.35rem, 2.1vw, 1.85rem);
}

body:not(.spiritual-landing) .post-content p,
body:not(.spiritual-landing) .post-content li {
  color: #5f5348;
}

body:not(.spiritual-landing) .post-content ul,
body:not(.spiritual-landing) .post-content ol {
  padding-left: 1.2em;
}

body:not(.spiritual-landing) .post-content blockquote {
  margin: clamp(24px, 3.4vw, 40px) 0;
  padding: 0 0 0 18px;
  border-left: 2px solid rgba(122, 81, 56, 0.35);
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: clamp(1.25rem, 2.4vw, 1.8rem);
  line-height: 1.22;
  color: #3d3024;
}

body:not(.spiritual-landing) .post-media {
  margin: 0 0 clamp(18px, 2.8vw, 30px);
}

body:not(.spiritual-landing) .post-media img,
body:not(.spiritual-landing) .post-content img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 1px solid rgba(122, 81, 56, 0.22);
}

body:not(.spiritual-landing) .post-content a {
  color: #7a5138;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

body:not(.spiritual-landing) .post-content a:hover {
  color: #9f7b20;
}

body:not(.spiritual-landing) .post-content .wp-block-button__link,
body:not(.spiritual-landing) .post-content .elementor-button,
body:not(.spiritual-landing) .post-content a.wp-block-button__link {
  background: #b8912d;
  border: 1px solid #b8912d;
  color: #fff !important;
  text-decoration: none;
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  font-size: 1.04rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 11px 22px;
}

body:not(.spiritual-landing) .post-content .wp-block-button__link:hover,
body:not(.spiritual-landing) .post-content .elementor-button:hover,
body:not(.spiritual-landing) .post-content a.wp-block-button__link:hover {
  background: #9f7b20;
  border-color: #9f7b20;
  color: #fff !important;
}

@media (max-width: 960px) {
  body:not(.spiritual-landing) .main-container {
    width: calc(100% - 1.6rem);
    margin-top: 16px;
  }

  body:not(.spiritual-landing) .main-container > article {
    max-width: 100%;
  }

  body:not(.spiritual-landing) .page-title,
  body:not(.spiritual-landing) .post-title {
    font-size: clamp(1.9rem, 10vw, 2.4rem);
  }

}
