@charset "UTF-8";
/* ==========================================================================
   THE BRAND ORACLE — design layer
   1. Silver South Script webfont   2. Shared button styles
   3. Background/image defaults for the remaining generic sections
   4. Polish scoped to the homepage sections
   All backgrounds/images below are DEFAULTS: pick an image in the editor
   (section Background, or a block's Image picker) and yours overrides them.
   ========================================================================== */
@font-face {
  font-family: "Silver South Script";
  src: url("https://kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/2167364305/assets/silver-south-script.woff2?1787980352096443") format("woff2"), url("https://kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/2167364305/assets/silver-south-script.woff?1787980352096443") format("woff"), url("https://kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/2167364305/assets/silver-south-script.otf?1787980352096443") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
.script,
.oracle-script {
  font-family: "Silver South Script", cursive !important;
  font-weight: normal;
  line-height: 1.05; }

/* --- Shared Brand Oracle buttons (used by the custom sections) ----------- */
.oracle-btn {
  display: inline-block;
  padding: 1.05em 2.6em;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 0.7rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  text-decoration: none !important;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color .3s ease, color .3s ease, border-color .3s ease; }

.oracle-btn--tan {
  background: #CBA683;
  color: #191511;
  border-color: #CBA683; }

.oracle-btn--tan:hover {
  background: #F5EDE1;
  color: #191511;
  border-color: #F5EDE1; }

.oracle-btn--cream {
  background: #F5EDE1;
  color: #191511;
  border-color: #F5EDE1; }

.oracle-btn--cream:hover {
  background: #CBA683;
  border-color: #CBA683; }

.oracle-btn--ruby {
  background: #895341;
  color: #F5EDE1;
  border-color: #895341; }

.oracle-btn--ruby:hover {
  background: #CBA683;
  color: #191511;
  border-color: #CBA683; }

.oracle-btn--outline-cream {
  background: transparent;
  color: #F5EDE1;
  border-color: rgba(245, 237, 225, 0.7); }

.oracle-btn--outline-cream:hover {
  background: #F5EDE1;
  color: #191511;
  border-color: #F5EDE1; }

.oracle-btn--outline-ink {
  background: transparent;
  color: #191511;
  border-color: rgba(25, 21, 17, 0.6); }

.oracle-btn--outline-ink:hover {
  background: #191511;
  color: #F5EDE1; }

/* --- Background defaults for the remaining generic sections -------------- */
#section-oracle_hero,
#section-oracle_journey,
#section-oracle_gathering,
#section-oracle_podcast,
#section-oracle_social {
  background-size: cover;
  background-repeat: no-repeat; }

#section-oracle_hero {
  background-image: url("https://kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/2167364305/assets/oracle-hero.jpg?1787980352096443");
  background-position: 72% center; }

#section-oracle_journey {
  background-image: url("https://kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/2167364305/assets/oracle-journey.jpg?1787980352096443");
  background-position: center; }

#section-oracle_gathering {
  background-image: url("https://kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/2167364305/assets/oracle-cards.jpg?1787980352096443");
  background-position: center; }

#section-oracle_podcast {
  background-image: url("https://kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/2167364305/assets/oracle-podcast.jpg?1787980352096443");
  background-position: center 30%; }

#section-oracle_social {
  background-image: url("https://kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/2167364305/assets/oracle-texture-copper.jpg?1787980352096443");
  background-color: #191511;
  background-blend-mode: overlay;
  background-size: 900px; }

/* --- Image-block defaults (generic sections still using image blocks) ---- */
#block-oracle_invitation_0 .image__image[src*="placeholder"] {
  content: url("https://kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/2167364305/assets/oracle-burst-gold.png?1787980352096443"); }

#block-oracle_faq_0 .image__image[src*="placeholder"] {
  content: url("https://kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/2167364305/assets/oracle-tri-up.png?1787980352096443"); }

/* --- Polish for the generic homepage sections ---------------------------- */
[id^="section-oracle_"] .btn {
  text-transform: uppercase;
  letter-spacing: 0.32em;
  font-size: 0.72rem;
  font-weight: 400;
  border-radius: 0;
  padding-left: 2.4em;
  padding-right: 2.4em;
  transition: background-color .3s ease, color .3s ease, border-color .3s ease; }

[id^="section-oracle_"] h1,
[id^="section-oracle_"] h2 {
  line-height: 1.06; }

[id^="section-oracle_"] hr {
  border: 0;
  border-top: 1px solid rgba(149, 106, 70, 0.55);
  width: 10rem;
  margin: 2.5rem auto; }

/* The Invitation: faint triangle backdrop behind the centered text */
#section-oracle_invitation {
  position: relative; }

#section-oracle_invitation::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -3rem;
  bottom: 5rem;
  width: 40rem;
  max-width: 90%;
  transform: translateX(-50%);
  background: url("https://kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/2167364305/assets/oracle-tri-up.png?1787980352096443") center/contain no-repeat;
  opacity: .1;
  pointer-events: none; }

#section-oracle_invitation .container {
  position: relative; }

/* Cards: gentle lift on hover */
#section-oracle_gap .block {
  transition: box-shadow .5s ease, transform .5s ease; }

#section-oracle_gap .block:hover {
  box-shadow: 0 24px 60px -30px rgba(90, 62, 35, 0.55);
  transform: translateY(-2px); }

/* Announcement bar: scrolling ticker */
#section-oracle_marquee .container {
  overflow: hidden; }

#section-oracle_marquee p {
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-bottom: 0;
  display: inline-block;
  white-space: nowrap;
  animation: oracle-ticker 28s linear infinite; }

@keyframes oracle-ticker {
  from {
    transform: translateX(100%); }
  to {
    transform: translateX(-100%); } }
@media (prefers-reduced-motion: reduce) {
  #section-oracle_marquee p {
    animation: none;
    white-space: normal; } }
#section-oracle_press p {
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-bottom: 0; }

/* FAQ accordion: thin ruled look */
#section-oracle_faq .accordion {
  border-radius: 0; }

/* Contact form: underlined-input feel */
#section-oracle_contact input.form-control,
#section-oracle_contact textarea.form-control,
#section-oracle_contact select.form-control {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(25, 21, 17, 0.3);
  border-radius: 0;
  padding-left: 0; }

#section-oracle_contact input.form-control:focus,
#section-oracle_contact textarea.form-control:focus {
  border-bottom-color: #956A46;
  box-shadow: none; }

/* --- Header: sticky cream bar with tracked wordmark ---------------------- */
.header {
  border-bottom: 1px solid rgba(25, 21, 17, 0.12);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px); }

.header .block-type--logo .logo-text,
.header .block-type--logo a {
  font-family: "Cormorant Garamond", serif !important;
  font-size: 1.1rem !important;
  letter-spacing: .32em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap; }

.header .block-type--menu .menu-item a,
.header .block-type--dropdown .dropdown-trigger,
.header .block-type--user a {
  font-size: .68rem !important;
  letter-spacing: .26em;
  text-transform: uppercase;
  text-decoration: none; }

.header .block-type--cta .btn {
  padding: .8em 2.1em !important;
  font-size: .62rem !important;
  letter-spacing: .3em;
  text-transform: uppercase;
  border-radius: 0 !important; }

/* --- Footer: thin ink bar, small caps ------------------------------------ */
.footer {
  border-top: 1px solid rgba(245, 237, 225, 0.15); }

.footer,
.footer .block-type--copyright,
.footer .block-type--link_list .menu-item a {
  font-size: .7rem;
  letter-spacing: .06em;
  text-transform: uppercase; }

.footer .block-type--link_list .menu-item a {
  letter-spacing: .2em;
  text-decoration: none; }

.footer .block-type--link_list .menu-item a:hover {
  color: #956A46 !important; }

/* --- Design v2: gradient + mauve + ink buttons ---------------------------- */
.oracle-btn--grad {
  background: linear-gradient(90deg, #624234 0%, #C4A579 100%);
  color: #F5EDE1;
  border: 0; }

.oracle-btn--grad:hover {
  filter: brightness(1.12);
  color: #FFF8EF; }

.oracle-btn--grad-dark {
  background: linear-gradient(90deg, #1F1712 0%, #5C4433 100%);
  color: #EFE5DA;
  border: 0; }

.oracle-btn--grad-dark:hover {
  filter: brightness(1.25);
  color: #F5EDE1; }

.oracle-btn--mauve {
  background: #C3AEA8;
  color: #241C18;
  border-color: #C3AEA8; }

.oracle-btn--mauve:hover {
  background: #B29B95;
  border-color: #B29B95; }

.oracle-btn--ink {
  background: #191511;
  color: #F5EDE1;
  border-color: #191511; }

.oracle-btn--ink:hover {
  background: #3A2E26;
  border-color: #3A2E26; }

/* --- Contact: mauve band, script line, burst, white panel, gradient submit */
#section-oracle_contact h2 {
  font-size: 2.6rem;
  line-height: 1.1; }

#section-oracle_contact h3 {
  font-family: "Silver South Script", cursive !important;
  font-weight: normal;
  font-size: 2.3rem;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: none;
  margin-top: .75rem; }

#section-oracle_contact h6 {
  text-transform: uppercase;
  letter-spacing: .3em;
  font-size: .7rem;
  margin-top: 2rem;
  color: rgba(36, 28, 24, 0.8); }

#block-oracle_contact_0::before {
  content: "";
  display: block;
  height: 5rem;
  width: 11rem;
  margin-bottom: 2rem;
  background: #241C18;
  -webkit-mask: url("https://kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/2167364305/assets/oracle-burst-fine.png?1787980352096443") center/contain no-repeat;
  mask: url("https://kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/2167364305/assets/oracle-burst-fine.png?1787980352096443") center/contain no-repeat; }

#section-oracle_contact .form-label,
#section-oracle_contact label {
  text-transform: uppercase;
  letter-spacing: .28em;
  font-size: .68rem;
  color: #241C18; }

#section-oracle_contact input.form-control,
#section-oracle_contact textarea.form-control {
  border-bottom-color: rgba(36, 28, 24, 0.3); }

#section-oracle_contact .btn {
  display: block;
  width: 100%;
  background: linear-gradient(90deg, #1F1712 0%, #5C4433 100%) !important;
  border: 0 !important;
  color: #EFE5DA !important; }

@media (min-width: 768px) {
  #section-oracle_contact h2 {
    font-size: 3.4rem; }

  #section-oracle_contact h3 {
    font-size: 2.8rem; } }
/* The Invitation: soft warm gradient background */
#section-oracle_for_women {
  background: linear-gradient(135deg, #F0E9E3 0%, #EDE5DD 55%, #F3EEE8 100%); }

/* --- Kajabi overrides: keep Oracle buttons readable on any background ---- */
a.oracle-btn, a.oracle-btn:visited {
  text-decoration: none !important; }

a.oracle-btn--tan, a.oracle-btn--tan:visited {
  background: #CBA683 !important;
  color: #191511 !important;
  border-color: #CBA683 !important; }

a.oracle-btn--tan:hover {
  background: #B8926F !important;
  color: #191511 !important; }

a.oracle-btn--cream, a.oracle-btn--cream:visited {
  background: #F5EDE1 !important;
  color: #191511 !important;
  border-color: #F5EDE1 !important; }

a.oracle-btn--cream:hover {
  background: #CBA683 !important;
  color: #191511 !important; }

a.oracle-btn--ruby, a.oracle-btn--ruby:visited {
  background: #895341 !important;
  color: #F5EDE1 !important; }

a.oracle-btn--ruby:hover {
  background: #CBA683 !important;
  color: #191511 !important; }

a.oracle-btn--ink, a.oracle-btn--ink:visited {
  background: #191511 !important;
  color: #F5EDE1 !important; }

a.oracle-btn--ink:hover {
  background: #3A2E26 !important;
  color: #F5EDE1 !important; }

a.oracle-btn--mauve, a.oracle-btn--mauve:visited {
  background: #C3AEA8 !important;
  color: #241C18 !important; }

a.oracle-btn--mauve:hover {
  background: #B29B95 !important;
  color: #241C18 !important; }

a.oracle-btn--grad, a.oracle-btn--grad:visited {
  background: linear-gradient(90deg, #624234 0%, #C4A579 100%) !important;
  color: #F5EDE1 !important;
  border: 0 !important; }

a.oracle-btn--grad:hover {
  filter: brightness(1.12);
  color: #FFF8EF !important; }

a.oracle-btn--grad-dark, a.oracle-btn--grad-dark:visited {
  background: linear-gradient(90deg, #1F1712 0%, #5C4433 100%) !important;
  color: #EFE5DA !important;
  border: 0 !important; }

a.oracle-btn--grad-dark:hover {
  filter: brightness(1.3);
  color: #F5EDE1 !important; }

a.oracle-btn--outline-cream, a.oracle-btn--outline-cream:visited {
  background: transparent !important;
  color: #F5EDE1 !important;
  border: 1px solid rgba(245, 237, 225, 0.7) !important; }

a.oracle-btn--outline-cream:hover {
  background: #F5EDE1 !important;
  color: #191511 !important; }

/* --- Un-clip Oracle blocks (hearts, badges, offset frames, mockups) ------ */
[class*="block-type--oracle_"],
[class*="block-type--oracle_"] > .block {
  overflow: visible !important; }
