/* html2: Soul theme — gold / cream, reference-inspired sections */

:root {
  --color_bg: #faf7f2;
  --color_bg_muted: #f3ece4;
  --color_surface: #fffefb;
  --color_text: #2c2825;
  --color_text_soft: #6b6560;
  --color_accent: #a67c52;
  --color_gold: #c9a962;
  --color_gold_soft: #dfc9a0;
  --color_gold_deep: #8b6f47;
  --color_btn: #3a342f;
  --color_btn_text: #fdfcfa;
  --hero_overlay: rgba(22, 20, 18, 0.42);
  --hero_fallback: #8a8078;
  /* Matches Elementor global text/border on CTA (e-global-color-*) */
  --hero_cta_accent: #2a2a2a;
  --section_heading_primary: #2a2a2a;
  /* Gold accent for headings on white / cream — saturated enough for contrast */
  --section_heading_gold: #9a7344;
  /* Section body — Montserrat 18px / 400 (Elementor reference) */
  --section_body_font: "Montserrat", sans-serif;
  --section_body_size: 18px;
  --section_body_line: 23.4px;
  --section_body_weight: 300;
  --section_body_margin: 20px;
  --section_body_color: #1a1a1a;
  --form_pill_border: rgba(186, 154, 108, 0.55);
  --modal_field_border: rgba(154, 115, 68, 0.38);
  --modal_field_focus: var(--color_gold);
  --font_body: "DM Sans", system-ui, sans-serif;
  --font_heading: "Cormorant Garamond", "Times New Roman", serif;
  --space_section: clamp(4.25rem, 11vw, 7.5rem);
  --space_gap: clamp(1.25rem, 3vw, 2rem);
  --content_max_width: 1200px;
  --content_gutter: clamp(1.25rem, 5vw, 2rem);
  --photo_radius: 0.35rem;
  --radius_btn: 9999px;
  --logo_wordmark_font: "Playfair Display", "Times New Roman", serif;
  --nav_font_size: 16px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

section[id] {
  scroll-margin-top: 1rem;
}

.content_shell {
  width: 100%;
  max-width: var(--content_max_width);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--content_gutter);
  padding-right: var(--content_gutter);
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--font_body);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--color_text);
  background: var(--color_bg);
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: var(--photo_radius);
}

h1,
h2,
h3 {
  font-family: var(--font_heading);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

p {
  margin: 0 0 var(--space_gap);
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: inherit;
}

:focus-visible {
  outline: 2px solid var(--color_gold);
  outline-offset: 3px;
}

.site_header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 2;
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.header_bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
}

.site_logo {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  color: var(--color_btn_text);
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.4);
}

.site_logo_mark {
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0;
  object-fit: contain;
}

.site_logo_wordmark {
  font-family: var(--logo_wordmark_font);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.04em;
  text-transform: none;
  color: var(--color_btn_text);
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
}

.site_logo:focus-visible {
  outline: 2px solid var(--color_gold);
  outline-offset: 4px;
  border-radius: 2px;
}

.site_nav {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-width: 0;
  padding-top: 0.4rem;
}

.site_nav_list {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: flex-end;
  gap: 0.5rem 1.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site_nav_list .nav_session_prefix {
  font-size: 1.2em;
  vertical-align: baseline;
}

/* Desktop: first link sits lower due to larger "1:1" — nudge other items down to match */
@media (min-width: 48.0625rem) {
  .site_nav_list li:not(:first-child) a {
    display: inline-block;
    transform: translateY(1px);
  }
}

.site_nav_list a {
  font-family: var(--logo_wordmark_font);
  font-size: var(--nav_font_size);
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: none;
  text-decoration: none;
  color: var(--color_btn_text);
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.42);
}

.site_nav_list a:hover {
  opacity: 0.88;
}

.site_nav_list a:focus-visible {
  outline-color: var(--color_btn_text);
  outline-offset: 3px;
}

.nav_toggle {
  display: none;
  box-sizing: border-box;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0;
  padding: 0.35rem;
  border: none;
  border-radius: 0.25rem;
  background: transparent;
  color: var(--color_btn_text);
  cursor: pointer;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.35);
}

.nav_toggle:focus-visible {
  outline: 2px solid var(--color_btn_text);
  outline-offset: 3px;
}

.nav_toggle_bar {
  display: block;
  width: 1.375rem;
  height: 2px;
  margin: 0 auto;
  border-radius: 1px;
  background: currentColor;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.nav_toggle .nav_toggle_bar + .nav_toggle_bar {
  margin-top: 5px;
}

.header_bar:has(.site_nav_open) .nav_toggle_bar:nth-child(2) {
  transform: translateY(7px) rotate(45deg);
}

.header_bar:has(.site_nav_open) .nav_toggle_bar:nth-child(3) {
  opacity: 0;
}

.header_bar:has(.site_nav_open) .nav_toggle_bar:nth-child(4) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 48rem) {
  .header_bar {
    position: relative;
    z-index: 25;
    flex-wrap: nowrap;
  }

  .site_logo,
  .nav_toggle {
    position: relative;
    z-index: 30;
  }

  .nav_toggle {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
  }

  .site_nav {
    position: fixed;
    inset: 0;
    z-index: 15;
    flex: none;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0;
    padding-top: calc(1.25rem + 2.5rem + 0.75rem + 0.5rem);
    padding-right: var(--content_gutter);
    padding-bottom: max(2rem, env(safe-area-inset-bottom, 0px));
    padding-left: var(--content_gutter);
    background: rgba(18, 16, 14, 0.62);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.28s ease, visibility 0.28s ease;
  }

  .site_nav.site_nav_open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .site_nav_list {
    flex-direction: column;
    flex-wrap: nowrap;
    /* RTL flips cross-axis: flex-end now points to the visual LEFT */
    align-items: flex-end;
    justify-content: flex-start;
    gap: 1.25rem;
    width: max-content;
    max-width: 100%;
    max-height: calc(100dvh - 6rem - env(safe-area-inset-bottom, 0px));
    padding-left: 1rem;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: left;
    scrollbar-width: thin;
    /* Scrollbar to the LEFT of menu items, content stays LTR */
    direction: rtl;
  }

  .site_nav_list > li {
    direction: ltr;
  }

  .site_nav_list a {
    font-size: var(--nav_font_size);
    padding: 0.35rem 0;
    padding-right: 0.5rem;
  }
}

.hero_section {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: clamp(5.5rem, 14vw, 9rem);
  padding-bottom: clamp(3rem, 8vw, 5rem);
  padding-left: 0;
  padding-right: 0;
  background-color: var(--hero_fallback);
  background-image: url("../images/hero-2.jpg");
  background-size: cover;
  background-position: right center;
}

@media (max-width: 48rem) {
  .hero_section {
    /* Content sits right under the header on mobile, not centered */
    align-items: flex-start;
    background-position: calc(100% + 10vw) center;
  }
}

@media (max-width: 30rem) {
  .hero_section {
    background-position: calc(100% + 18vw) center;
  }

  .hero_eyebrow {
    letter-spacing: 0.32em;
  }
}

.hero_section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--hero_overlay);
  z-index: 0;
}

.hero_shell {
  position: relative;
  z-index: 1;
  width: 100%;
}

.hero_inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 46rem;
  margin-left: auto;
  margin-right: auto;
  color: var(--color_btn_text);
  text-align: center;
}

/* Hero stack aligned with live reference (vickyrosswellness.com): wide eyebrow tracking, serif H1, script offset, sans body, framed CTA */
.hero_eyebrow {
  margin: 0 auto 2rem;
  max-width: 36rem;
  font-family: var(--font_body);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.52em;
  text-transform: uppercase;
  color: var(--color_gold_soft);
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.35);
}

.hero_title_wrap {
  position: relative;
  max-width: 44rem;
  margin: 0 auto 2.35rem;
  padding-bottom: 0.35rem;
}

@media (max-width: 767px) {
  .hero_title_wrap {
		padding-bottom: 160px;
  }
}

.hero_title {
  margin: 0;
  font-family: var(--logo_wordmark_font);
  font-size: clamp(2.15rem, 6.2vw, 3.55rem);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0 3px 36px rgba(0, 0, 0, 0.48);
}

.hero_title_line {
  display: block;
}

.hero_signature {
  margin: -0.35rem 0 0;
  padding-right: clamp(0.35rem, 5vw, 3.25rem);
  /* "Beyond Infinity" matches vickyrosswellness.com — commercial BLKBK Type
     font; load self-hosted .woff2 to use it. Allura / Great Vibes act as
     graceful (lighter-weight) script fallbacks until then. */
  font-family: "Beyond Infinity", "Allura", "Great Vibes", cursive, sans-serif;
  font-size: clamp(1.5rem, 4vw, 2.15rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--color_gold_soft);
  text-align: right;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

.hero_copy {
  font-family: var(--font_body);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  max-width: 46rem;
  margin: 0 auto 2.35rem;
  color: #ffffff;
  opacity: 1;
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.38);
}

.hero_copy_lead {
  margin: 0 0 0.75rem;
}

.hero_copy_close {
  margin: 0;
}

.section {
  padding-top: var(--space_section);
  padding-bottom: var(--space_section);
}

/* Desktop default: text on the left, photo as a right-pinned section background */
.section_about {
  position: relative;
  background:
    #ffffff url("../images/about-bgr-2.jpg") right center / auto 100% no-repeat;
}

.section_title {
  margin: 0 0 var(--space_gap);
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.625rem, 3.6vw, 3rem);
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: var(--section_heading_primary);
}

.section_title_accent {
  color: var(--section_heading_gold);
  font-weight: 500;
}

.text_gold_accent {
  color: var(--color_gold);
  font-weight: 700;
}

.section_title_center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 46rem;
}

.section_lead {
  font-size: 1.0625rem;
  color: var(--color_text_soft);
  margin-bottom: var(--space_gap);
}

.section_lead_center {
  text-align: center;
  color: var(--color_text_soft);
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--space_gap);
}

/* Body copy in content sections (not hero): Montserrat 18px / 400, line-height 23.4px, 20px between blocks */
.section p {
  font-family: var(--section_body_font);
  font-size: var(--section_body_size);
  font-weight: var(--section_body_weight);
  line-height: var(--section_body_line);
  margin-bottom: var(--section_body_margin);
  color: var(--section_body_color);
  text-rendering: optimizeLegibility;
}

.section p:last-child {
  margin-bottom: 0;
}

.section .section_lead,
.section .section_lead_center {
  font-family: var(--section_body_font);
  font-size: var(--section_body_size);
  font-weight: var(--section_body_weight);
  line-height: var(--section_body_line);
  color: var(--section_body_color);
  margin-bottom: var(--section_body_margin);
}

.section .section_lead:last-child,
.section .section_lead_center:last-child {
  margin-bottom: 0;
}

.section ul:not(.footer_legal_list):not(.site_nav_list) li,
.section ol li {
  font-family: var(--section_body_font);
  font-size: var(--section_body_size);
  font-weight: var(--section_body_weight);
  line-height: var(--section_body_line);
  color: var(--section_body_color);
  text-rendering: optimizeLegibility;
}

.section .list_proof li {
  color: var(--color_text_soft);
}

.section p.section_note {
  font-size: 1rem;
  font-weight: 400;
  line-height: var(--section_body_line);
  color: var(--color_text_soft);
  margin-top: var(--space_gap);
  margin-bottom: 0;
}

.section_note {
  margin-top: var(--space_gap);
  margin-bottom: 0;
  color: var(--color_text_soft);
  font-family: var(--section_body_font);
  font-size: 1rem;
  font-weight: 400;
  line-height: var(--section_body_line);
}

.section_session_bg {
  position: relative;
  overflow: hidden;
  background-color: #d8cfc4;
  background-image: url("../images/session-bg.jpg");
  background-size: cover;
  background-position: left center;
}

.section_session_bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(
    105deg,
    rgba(253, 249, 242, 0.92) 0%,
    rgba(252, 246, 238, 0.5) 38%,
    rgba(248, 242, 234, 0.14) 62%,
    transparent 82%
  );
}



.section_session_inner {
  position: relative;
  z-index: 1;
	padding-right: 300px;
}
@media screen and (max-width: 1024px) {
  .section_session_inner {
		padding-right: 250px;
	}
}
@media screen and (max-width: 768px) {
	.section_session_inner {
		padding-right: 100px;
	}
}
@media screen and (max-width: 480px) {
	.section_session_inner {
		padding-right: 24px;
	}
}

.section_session_inner .session_energy_note {
  margin-top: 30px;
  margin-bottom: 0;

	font-family: var(--section_body_font);
	font-size: var(--section_body_size);
	font-weight: var(--section_body_weight);
	line-height: var(--section_body_line);

	color: var(--section_body_color);
	text-rendering: optimizeLegibility;
}

.section_retreat_bg {
  position: relative;
  overflow: hidden;
  background-color: #c9b69a;
  background-image: url("../images/retreat-bg.jpg");
  background-size: cover;
  background-position: left center;
}

.section_retreat_bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(
    105deg,
    rgba(253, 249, 244, 0.93) 0%,
    rgba(252, 246, 238, 0.58) 36%,
    rgba(248, 240, 228, 0.2) 58%,
    transparent 78%
  );
}

.section_retreat_inner {
  position: relative;
  z-index: 1;
}

.section_soft_cream {
  background: linear-gradient(180deg, #fdfaf5 0%, #f8f1e8 48%, #f3ebe2 100%);
  border-top: 1px solid rgba(201, 169, 98, 0.15);
  border-bottom: 1px solid rgba(201, 169, 98, 0.12);
}

/* Plain white section (saved snapshot of the previous "premium" textured bg lives in notes/) */
.section_white {
  background: #ffffff;
}

/* Restored from notes/2026-05-10_problem_section_premium_bg.md — warm textured bg */
.section_premium_bg {
  position: relative;
  overflow: hidden;
  background-color: #faf7f3;
  background-image: url("../images/metrics-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.section_premium_bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 105% 100% at 14% 46%, rgba(255, 255, 255, 0.24), transparent 52%),
    radial-gradient(ellipse 90% 85% at 88% 54%, rgba(250, 244, 236, 0.16), transparent 48%);
}

.section_premium_bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(ellipse 125% 100% at 6% 88%, rgba(252, 236, 214, 0.22), transparent 58%),
    linear-gradient(
      192deg,
      rgba(253, 250, 246, 0.82) 0%,
      rgba(248, 242, 234, 0.76) 35%,
      rgba(244, 236, 226, 0.78) 70%,
      rgba(240, 232, 222, 0.8) 100%
    );
}

.section_premium_noise {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.section_premium_inner {
  position: relative;
  z-index: 4;
  text-align: center;
}

.pull_quote {
  display: inline-block;
  margin: clamp(1.5rem, 4vw, 2rem) auto 0;
  padding: 1rem 0 1rem 1.15rem;
  border-left: 3px solid var(--color_gold);
  text-align: left;
  max-width: 28rem;
}

.pull_quote strong {
  font-family: var(--section_body_font);
  font-size: var(--section_body_size);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color_gold_deep);
}

.about_layout {
  display: block;
  position: relative;
  z-index: 1;
}

.about_copy .section_title {
  margin-bottom: 1.35rem;
}

.about_copy {
  max-width: 36rem;
}

/* Mobile (<768px): photo fills the right half of the section, text overlays */
@media (max-width: 48rem) {
  .section_about {
    position: relative;
    background: #ffffff;
  }

  .section_about::before {
    content: "";
    position: absolute;
    top: 25%;
    bottom: 25%;
    left: 30%;
    right: 0;
    background:
      linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)),
      url("../images/about-bgr-2.jpg") left center / cover no-repeat;
    z-index: 0;
    pointer-events: none;
  }

  .about_layout {
    position: relative;
    z-index: 1;
  }

  .about_copy {
    max-width: none;
    padding-left: 0;
    padding-right: 15%;
  }

  /* Tighten the gap between the Problem section and About on mobile (~half) */
  .section_white {
    padding-bottom: calc(var(--space_section) / 2);
  }

  .section_about {
    padding-top: calc(var(--space_section) / 2);
  }
}

.proof_block {
  text-align: center;
}

.list_plain {
  margin: 0 auto;
  padding-left: 1.15rem;
  display: inline-block;
  text-align: left;
}

.list_proof {
  color: var(--color_text_soft);
}

.list_plain li {
  margin-bottom: 0.4rem;
}

/* Manifestation section: own light shell-texture background.
   Overrides generic .section_premium_bg image and softens the cream "veil"
   so the texture stays visible under dark text. */
#manifestation.section_premium_bg {
  background-image: url("../images/manifestation-bg.jpg");
  background-position: center center;
}

#manifestation.section_premium_bg::after {
  background:
    linear-gradient(
      192deg,
      rgba(253, 250, 246, 0.35) 0%,
      rgba(248, 242, 234, 0.3) 50%,
      rgba(244, 236, 226, 0.35) 100%
    );
}

/* Manifestation section: uniform vertical rhythm between paragraphs and list */
#manifestation .section_premium_inner > * {
  margin-top: 0;
  margin-bottom: var(--space_gap);
}

#manifestation .section_premium_inner > *:last-child {
  margin-bottom: 0;
}

#manifestation .list_plain {
  list-style: none;
  padding-left: 1.75rem;
  border-left: 3px solid var(--color_gold);
}

/* Stories Metrics section — two-column layout with animated counters */
.section_stories_metrics {
  background: #ffffff;
}

.stories_metrics_layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(20rem, 1.1fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.stories_metrics_copy {
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, 3vw, 2.25rem);
}

/* Section-wide heading above the two-column layout */
.stories_metrics_heading {
  text-transform: uppercase;
  letter-spacing: 0.04em;
  max-width: 60rem;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.stories_metrics_heading_dot {
  color: var(--color_gold);
  margin: 0 0.35em;
  font-weight: 400;
}

.stories_metrics_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.stories_metric {
  padding-top: 1.25rem;
  border-top: 1px solid rgba(166, 124, 82, 0.25);
}

.stories_metric:first-child {
  padding-top: 0;
  border-top: 0;
}

.stories_metric_title {
  font-family: var(--section_body_font);
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--section_body_color);
  margin: 0 0 0.4rem 0;
}

.stories_metric_number {
  color: var(--color_gold_deep);
  font-weight: 800;
  font-size: 1.25em;
  letter-spacing: 0.01em;
  font-variant-numeric: tabular-nums;
  display: inline-block;
  min-width: 1.5ch;
}

.stories_metric_note {
  font-family: var(--section_body_font);
  font-size: clamp(0.95rem, 1.3vw, 1rem);
  font-weight: 400;
  line-height: 1.5;
  color: var(--color_text_soft);
  margin: 0;
}

.section_stories_metrics .stories_metrics_copy .cta_row {
  margin-top: 0.5rem;
}

.stories_metrics_button {
  align-self: flex-start;
}

.stories_metrics_visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.stories_metrics_image {
  display: block;
  width: 100%;
  height: auto;
  max-width: 36rem;
  border-radius: 18px;
  box-shadow: 0 18px 48px rgba(58, 52, 47, 0.16);
}

.email_form {
  display: grid;
  gap: 1rem;
  margin-top: clamp(1.5rem, 4vw, 2rem);
  max-width: 26rem;
}

.email_form label {
  display: block;
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color_text_soft);
}

.email_form input[type="email"] {
  width: 100%;
  padding: 0.85rem 1.25rem;
  font-family: var(--font_body);
  font-size: 1rem;
  border: 1px solid rgba(166, 124, 82, 0.35);
  border-radius: var(--radius_btn);
  background: var(--color_surface);
}

.email_form input[type="email"]:focus-visible {
  outline: 2px solid var(--color_gold);
  outline-offset: 2px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.88rem 1.65rem;
  font-family: var(--font_body);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  border-radius: var(--radius_btn);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
}

.btn_primary {
  background: linear-gradient(165deg, #e8d9c4 0%, #d4bc94 45%, #c9a962 100%);
  color: var(--color_btn);
  border: 1px solid rgba(58, 52, 47, 0.18);
  box-shadow: 0 2px 12px rgba(58, 52, 47, 0.08);
}

.btn_primary:hover {
  background: linear-gradient(165deg, #efe4d4 0%, #dfc9a0 50%, #c9a962 100%);
}

.btn_secondary {
  background: transparent;
  color: var(--color_btn);
  border: 2px solid rgba(58, 52, 47, 0.65);
}

.btn_secondary:hover {
  background: var(--color_btn);
  color: var(--color_btn_text);
  border-color: var(--color_btn);
}

.btn_stub {
  opacity: 0.55;
  cursor: not-allowed;
  pointer-events: none;
  user-select: none;
}

/* Hero CTA — Montserrat per Elementor export (fill/border = same accent) */
.btn_hero {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.2;
  color: var(--hero_cta_accent);
  border-style: solid;
  border-width: 1px;
  border-color: var(--hero_cta_accent);
  border-radius: 10px;
  padding: 22px 50px;
  background: linear-gradient(180deg, #faf6ef 0%, #f0e6d8 100%);
  box-shadow: 0 3px 18px rgba(0, 0, 0, 0.12);
}

.btn_hero:hover {
  background: linear-gradient(180deg, #ffffff 0%, #f5ebe0 100%);
  box-shadow: 0 5px 22px rgba(0, 0, 0, 0.16);
}

.btn_hero_compact {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  letter-spacing: 1px;
  border-radius: 10px;
  padding: 22px 50px;
}

/* Shimmer overlay for form/popup CTAs */
.btn_hero_shine {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.btn_hero_shine::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(
    115deg,
    transparent 0%,
    transparent 35%,
    rgba(139, 111, 71, 0.32) 50%,
    transparent 65%,
    transparent 100%
  );
  background-size: 250% 100%;
  background-repeat: no-repeat;
  background-position: 150% 0;
  animation: btn_hero_shine_sweep 3s linear infinite;
  border-radius: inherit;
}

.btn_hero_shine > * {
  position: relative;
  z-index: 1;
}

@keyframes btn_hero_shine_sweep {
  0% {
    background-position: 150% 0;
  }

  100% {
    background-position: -150% 0;
  }
}

.hero_section .btn_hero:focus-visible {
  outline-color: var(--color_btn_text);
}

.section_final_band {
  background: var(--color_surface);
  border-top: 1px solid rgba(201, 169, 98, 0.2);
  padding-top: var(--space_section);
  padding-bottom: var(--space_section);
}

.cta_row {
  margin-top: clamp(1.5rem, 4vw, 2rem);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
}

.stub_note {
  font-size: 0.875rem;
  color: var(--color_text_soft);
  letter-spacing: 0.03em;
}

.final_cta_block {
  text-align: center;
}

.final_cta_block .section_title {
  margin-bottom: 0.65rem;
}

.final_cta_block p {
  color: var(--color_text_soft);
  margin-bottom: clamp(1.25rem, 3vw, 2rem);
}

.site_footer {
  padding-top: 2rem;
  padding-bottom: 2.5rem;
  font-size: 0.8125rem;
  color: var(--color_text_soft);
  border-top: 1px solid #e0dcd6;
}

.footer_bottom {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  gap: 0.5rem;
}

@media (min-width: 52rem) {
  .footer_bottom {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    row-gap: 0.5rem;
    column-gap: 2rem;
  }
}

.footer_brand {
  flex: 1 1 10rem;
  max-width: 36rem;
}

@media (max-width: 767px) {
	.footer_brand {
		flex: 1 1 0rem;
		margin-top: 20px;
	}
}

.footer_copy {
  margin: 0 0 0.65rem;
  color: var(--color_text);
  font-weight: 600;
}

.footer_disclaimer {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.5;
  color: var(--color_text_soft);
}

.footer_legal {
  flex-shrink: 0;
}

.footer_legal_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer_legal_list a {
  color: var(--color_text_soft);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.footer_legal_list a:hover {
  color: var(--color_text);
}

.footer_legal_list a:focus-visible {
  outline-offset: 3px;
}

.visually_hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.session_booking_modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}

.session_booking_modal:target {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

/* JS-driven close: overrides :target so modal hides without changing scroll */
.session_booking_modal.session_booking_modal_dismissed,
.session_booking_modal.session_booking_modal_dismissed:target {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.session_booking_modal.session_booking_modal_open:not(.session_booking_modal_dismissed) {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.session_booking_shell {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding: clamp(1rem, 4vw, 2rem);
  box-sizing: border-box;
}

.session_booking_backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  background: rgba(28, 26, 24, 0.52);
  text-decoration: none;
}

.session_booking_card {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  max-width: 700px;
  max-height: min(90vh, 44rem);
  overflow-y: auto;
  margin-left: auto;
  margin-right: auto;
  padding: clamp(2.5rem, 5vw, 3.75rem) clamp(1.75rem, 4vw, 2.75rem);
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid rgba(186, 154, 108, 0.28);
  box-shadow: 0 24px 56px rgba(28, 26, 24, 0.16);
  color: var(--color_text);
}

.session_booking_close {
  position: absolute;
  top: clamp(1rem, 3vw, 1.35rem);
  right: clamp(1rem, 3vw, 1.35rem);
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 400;
  color: var(--color_text_soft);
  text-decoration: none;
  padding: 0.25rem 0.45rem;
}

.session_booking_close:hover {
  color: var(--color_text);
}

.session_booking_title {
  margin: 0 0 1.25rem 0;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-align: center;
  color: var(--section_heading_primary);
}

.session_booking_title_accent {
  color: var(--section_heading_gold);
  font-weight: 700;
}

.session_booking_lead {
  margin: 0 auto 2rem;
  max-width: 36rem;
  font-family: var(--section_body_font);
  font-size: var(--section_body_size);
  font-weight: var(--section_body_weight);
  line-height: var(--section_body_line);
  color: var(--section_body_color);
  text-align: center;
}

.session_booking_form {
  display: grid;
  gap: 1.25rem;
  width: 100%;
}

.session_booking_field_wrap {
  margin: 0;
}

.session_booking_field {
  box-sizing: border-box;
  width: 100%;
  min-height: 3.25rem;
  padding: 1rem 1.25rem;
  font-family: var(--section_body_font);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
  color: var(--section_body_color);
  border: 1px solid var(--modal_field_border);
  border-radius: 10px;
  background: #ffffff;
}

.session_booking_field::placeholder {
  color: #8e8985;
  opacity: 1;
}

.session_booking_field:focus-visible {
  outline: 2px solid var(--modal_field_focus);
  outline-offset: 1px;
  border-color: var(--color_gold_soft);
}

.session_booking_field_invalid {
  border-color: #b4534a;
}

.session_booking_field_invalid:focus-visible {
  outline-color: #b4534a;
  border-color: #b4534a;
}

.free_guide_form_error {
  margin: 0;
  font-family: var(--section_body_font);
  font-size: 0.95rem;
  line-height: 1.45;
  text-align: center;
  color: #8b3a34;
}

.free_guide_form_error[hidden] {
  display: none;
}

.free_guide_form_success {
  margin: 0;
  font-family: var(--section_body_font);
  font-size: 0.95rem;
  line-height: 1.45;
  text-align: center;
  color: var(--color_text_soft);
}

.free_guide_form_success[hidden] {
  display: none;
}

.session_booking_form_error {
  margin: 0;
  font-family: var(--section_body_font);
  font-size: 0.95rem;
  line-height: 1.45;
  text-align: center;
  color: #8b3a34;
}

.session_booking_form_error[hidden] {
  display: none;
}

.session_booking_form_success {
  margin: 1.75rem auto 0;
  font-family: var(--section_body_font);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  color: var(--color_text_soft);
}

.session_booking_form_success[hidden] {
  display: none;
}

#session_payment_result_success,
#session_payment_result_cancel {
  text-align: center;
}

#session_payment_result_cancel .session_booking_submit {
  margin-top: 1.75rem;
}

/* Hero CTA like Free Guide, but intrinsic width (not full-bleed in modal) */
.session_booking_form .session_booking_submit.btn_hero {
  justify-self: center;
  width: auto;
  box-sizing: border-box;
  margin-top: 0;
  text-transform: none;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.session_booking_form .session_booking_submit:focus-visible {
  outline: 2px solid var(--hero_cta_accent);
  outline-offset: 3px;
}

.session_booking_note {
  margin: 1.75rem auto 0;
  font-family: var(--section_body_font);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  color: var(--color_text_soft);
}

/* Mobile: all buttons ~20% smaller (padding, type, radius, shadow) */
@media (max-width: 48rem) {
  .btn {
    padding: calc(0.88rem * 0.8) calc(1.65rem * 0.8);
    gap: calc(0.5rem * 0.8);
    font-size: calc(0.8125rem * 0.8);
  }

  .btn_hero,
  .btn_hero_compact {
    font-size: calc(24px * 0.8);
    letter-spacing: 0.8px;
    border-radius: calc(10px * 0.8);
    padding: calc(22px * 0.8) calc(50px * 0.8);
    box-shadow: 0 calc(3px * 0.8) calc(18px * 0.8) rgba(0, 0, 0, 0.12);
  }

  .btn_hero:hover {
    box-shadow: 0 calc(5px * 0.8) calc(22px * 0.8) rgba(0, 0, 0, 0.16);
  }

  .stories_metrics_layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .stories_metrics_heading_line {
    white-space: normal;
  }

  .stories_metrics_image {
    max-width: 100%;
    border-radius: 14px;
  }
}

/* Standard WP pages (page.php) */
.page_main {
  position: relative;
  padding-top: 150px;
  padding-bottom: 100px;
  background-color: var(--color_bg);
}

@media screen and (max-width: 768px) {
  .page_main {
    padding-top: 120px;
		padding-bottom: 70px;
  }
}
.page_main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  background-color: #ded6cd;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .page_main::before {
    height: 85px;
  }
}

.page_main_inner {
  position: relative;
  z-index: 1;
}

.page_main :is(p, ul:not(.site_nav_list):not(.footer_legal_list) li, ol li) {
  font-family: var(--section_body_font);
  font-size: var(--section_body_size);
  font-weight: var(--section_body_weight);
  line-height: var(--section_body_line);
  margin-bottom: var(--section_body_margin);
  color: var(--section_body_color);
  text-rendering: optimizeLegibility;
}

.page_main :is(p, ul:not(.site_nav_list):not(.footer_legal_list), ol):last-child,
.page_main :is(p, ul:not(.site_nav_list):not(.footer_legal_list), ol) li:last-child {
  margin-bottom: 0;
}

.page_main_title,
.page_main h1 {
  margin: 0 0 var(--space_gap);
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.875rem, 4vw, 3.25rem);
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: var(--section_heading_primary);
}

.page_main_title {
  margin-bottom: clamp(1.75rem, 4vw, 2.5rem);
}

.page_main h2 {
	font-family: Montserrat, sans-serif;
	font-size: clamp(1.5rem, 2.3vw, 2.3rem);
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: -0.02em;
	color: var(--section_heading_primary);
	margin: 30px 0px 30px 0px;
}

.page_main h3 {
	font-size: clamp(1.2rem, 2.2vw, 2.2rem);
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: -0.02em;
	color: var(--section_heading_primary);
	margin: 30px 0px 30px 0px;
}

.page_main h4,
.page_main h5,
.page_main h6 {
  margin: 0 0 var(--section_body_margin);
  font-family: var(--section_body_font);
  font-size: var(--section_body_size);
  font-weight: 500;
  line-height: var(--section_body_line);
  color: var(--section_heading_primary);
}

.page_main a:not(.btn) {
  color: var(--section_heading_gold);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.page_main a:not(.btn):hover {
  color: var(--color_gold_deep);
}

body.soul_page_standard .site_logo,
body.soul_page_standard .site_logo_wordmark {
  color: var(--section_heading_primary);
  text-shadow: none;
}

body.soul_page_standard .site_nav_list a {
  color: var(--section_heading_primary);
  text-shadow: none;
}

body.soul_page_standard .site_nav_list a:focus-visible {
  outline-color: var(--section_heading_primary);
}

body.soul_page_standard .nav_toggle {
  color: var(--section_heading_primary);
  text-shadow: none;
}

body.soul_page_standard .nav_toggle:focus-visible {
  outline-color: var(--section_heading_primary);
}

@media (max-width: 48rem) {
  body.soul_page_standard .header_bar:has(.site_nav_open) .nav_toggle,
  body.soul_page_standard .site_nav.site_nav_open .site_nav_list a {
    color: var(--color_btn_text);
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.42);
  }

  body.soul_page_standard .site_nav.site_nav_open .site_nav_list a:focus-visible {
    outline-color: var(--color_btn_text);
  }

  body.soul_page_standard .header_bar:has(.site_nav_open) .nav_toggle:focus-visible {
    outline-color: var(--color_btn_text);
  }
}

@media (prefers-reduced-motion: reduce) {
  .session_booking_modal {
    transition: none;
  }

  .site_nav {
    transition: none;
  }

  .nav_toggle_bar {
    transition: none;
  }

  .btn_hero_shine::before {
    animation: none;
    background: none;
  }
}
