@import url("https://fonts.googleapis.com/css2?family=Charm:wght@400;700&family=Playfair+Display:wght@400;500;600;700;800&display=swap");

:root {
  color-scheme: light;
  --bg: #f5f1fb;
  --bg-soft: #ffffff;
  --panel: rgba(255, 255, 255, 0.62);
  --panel-border: rgba(112, 89, 148, 0.18);
  --text: #2f2a35;
  --muted: #675e73;
  --heading: #3c2b5a;
  --subheading: #5f4a7e;
  --brand-warm-start: #5a4370;
  --brand-warm-end: #b89154;
  --accent: #c7a46a;
  --accent-soft: rgba(199, 164, 106, 0.16);
  --line: rgba(77, 61, 106, 0.1);
  --shadow: 0 24px 70px rgba(70, 48, 98, 0.14);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 16px;
  --max-width: 1200px;
  --oracle-card-diameter: 2.12in;
  --page-content-inline: 1in;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  background: url("assets/background9.png") center/cover fixed no-repeat;
  overflow-x: clip;
}

body.home-style-cosmic {
  background:
    radial-gradient(circle at 50% 12%, rgba(255, 249, 236, 0.72), transparent 18%),
    radial-gradient(circle at 18% 28%, rgba(225, 199, 255, 0.44), transparent 24%),
    radial-gradient(circle at 82% 28%, rgba(189, 230, 255, 0.34), transparent 22%),
    radial-gradient(circle at 50% 78%, rgba(199, 164, 106, 0.16), transparent 26%),
    linear-gradient(180deg, rgba(248, 244, 255, 0.84) 0%, rgba(238, 232, 252, 0.86) 42%, rgba(230, 225, 250, 0.94) 100%),
    url("assets/background9.png") center/cover fixed no-repeat;
}

body.home-style-vignette {
  background:
    radial-gradient(circle at center 34%, rgba(255, 252, 247, 0.92), rgba(245, 239, 250, 0.76) 38%, rgba(231, 223, 245, 0.84) 64%, rgba(208, 198, 232, 0.96) 100%),
    radial-gradient(circle at 18% 22%, rgba(214, 181, 255, 0.32), transparent 18%),
    radial-gradient(circle at 82% 18%, rgba(255, 221, 184, 0.24), transparent 18%),
    radial-gradient(circle at 50% 82%, rgba(128, 105, 181, 0.18), transparent 32%),
    url("assets/background9.png") center/cover fixed no-repeat;
}

body.home-style-painted {
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 240, 246, 0.72), transparent 20%),
    radial-gradient(circle at 82% 18%, rgba(239, 248, 255, 0.7), transparent 20%),
    radial-gradient(circle at 50% 58%, rgba(255, 232, 204, 0.42), transparent 24%),
    radial-gradient(circle at 50% 90%, rgba(210, 195, 255, 0.4), transparent 26%),
    linear-gradient(180deg, rgba(250, 247, 255, 0.88) 0%, rgba(241, 236, 250, 0.9) 46%, rgba(227, 218, 245, 0.96) 100%),
    url("assets/background9.png") center/cover fixed no-repeat;
}

body.oracle-page {
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 250, 255, 0.84), transparent 20%),
    radial-gradient(circle at 88% 8%, rgba(255, 248, 228, 0.72), transparent 16%),
    radial-gradient(circle at 50% 88%, rgba(235, 220, 255, 0.5), transparent 26%),
    linear-gradient(180deg, rgba(152, 118, 207, 0.5) 0%, rgba(125, 92, 186, 0.52) 44%, rgba(155, 124, 213, 0.46) 100%),
    url("assets/background9.png") center/cover no-repeat;
}

body.oracle-overlay-open {
  overflow: hidden;
}

body.oracle-practices-open {
  overflow: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.08;
  background-image:
    radial-gradient(circle at 20% 18%, rgba(255, 249, 234, 0.18), transparent 20%),
    radial-gradient(circle at 80% 22%, rgba(242, 231, 255, 0.16), transparent 22%),
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: auto, auto, 44px 44px, 44px 44px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.95), transparent 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.site-shell {
  width: min(100%, calc(var(--max-width) + 48px));
  margin: 0 auto;
  padding: 0 0 24px;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  width: 100vw;
  margin: 0;
  padding: 18px 24px;
  border: 1px solid var(--panel-border);
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(45, 91, 167, 0.96), rgba(77, 124, 198, 0.92) 42%, rgba(166, 107, 232, 0.9)),
    linear-gradient(180deg, rgba(255, 253, 247, 0.14), rgba(255, 243, 208, 0.04));
  backdrop-filter: blur(18px);
  box-shadow:
    0 0 0 1px rgba(255, 253, 247, 0.08),
    0 10px 30px rgba(45, 91, 167, 0.18),
    0 0 24px rgba(199, 180, 245, 0.14);
}

.oracle-page .topbar {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  border-color: rgba(255, 253, 247, 0.1);
  background:
    linear-gradient(90deg, rgba(45, 91, 167, 0.96), rgba(77, 124, 198, 0.92) 42%, rgba(166, 107, 232, 0.9)),
    linear-gradient(180deg, rgba(255, 253, 247, 0.14), rgba(255, 243, 208, 0.04));
  justify-content: center;
  box-shadow:
    0 0 0 1px rgba(255, 253, 247, 0.08),
    0 10px 30px rgba(45, 91, 167, 0.18),
    0 0 24px rgba(199, 180, 245, 0.14);
}

.oracle-page .site-shell {
  width: 100vw;
  margin: 0;
}

.oracle-page main {
  padding-top: 0;
}

.primary-nav {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  font-size: 1rem;
}

.primary-nav a {
  padding: 10px 14px;
  border-radius: 999px;
  color: #fff8ff;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.primary-nav a:hover,
.primary-nav a.is-active {
  background:
    linear-gradient(180deg, rgba(255, 253, 247, 0.34), rgba(247, 216, 137, 0.22)),
    linear-gradient(180deg, rgba(199, 180, 245, 0.24), rgba(122, 214, 247, 0.12));
  box-shadow:
    inset 0 0 0 1px rgba(255, 253, 247, 0.18),
    0 0 18px rgba(199, 180, 245, 0.22);
  color: #fff;
  transform: translateY(-1px);
}

main {
  display: grid;
  gap: 22px;
}

body.insights-page main {
  gap: 0;
}

body.insights-page main > .section-card:not(.insight-banner-section):not(.page-intro) {
  margin-top: 22px;
}

body.insights-page .page-intro {
  border-radius: 0;
}

body.share-page main {
  gap: 0;
}

body.share-page .share-hero-section + .page-intro {
  margin-top: 0;
}

body.contact-page main {
  gap: 0;
}

body.contact-page .contact-hero-section + .page-intro {
  margin-top: 0;
}

body.pathway-page main {
  gap: 0;
}

body.pathway-page .pathway-hero-section + .page-intro {
  margin-top: 0;
}

body.resources-page main {
  gap: 0;
}

body.resources-page .resources-hero-section {
  padding-bottom: 0;
}

body.resources-page .resources-hero-section + .page-intro {
  margin-top: 0;
}

main section[id] {
  scroll-margin-top: 120px;
}

.section-card {
  border: 1px solid var(--panel-border);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(251, 247, 255, 0.9)),
    radial-gradient(circle at top, rgba(255, 252, 246, 0.7), transparent 58%);
  box-shadow: 0 24px 64px rgba(58, 30, 95, 0.06);
}

.hero {
  display: grid;
  grid-template-columns: 1.35fr 0.95fr;
  gap: 28px;
  padding: 40px;
  overflow: hidden;
}

.home-page {
  display: grid;
  gap: 0;
}

.home-hero-stack {
  display: grid;
  gap: 0;
  width: min(100%, 1500px);
  margin: 0 auto;
}

.home-explore-section {
  width: min(100%, 1500px);
  margin: 0 auto;
  margin-top: 32px;
  padding: 0 var(--page-content-inline) 8px;
}

.home-banner {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 24px;
  aspect-ratio: auto;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.95);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 244, 252, 0.94));
  box-shadow: none;
  overflow: hidden;
}

.home-banner-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.home-story-section {
  display: grid;
  gap: 8px;
  padding: 14px var(--page-content-inline) 0;
  background: transparent;
}

.home-welcome-content {
  display: grid;
  gap: 10px;
}

.home-page-title {
  margin: 0;
  font-size: clamp(1.18rem, 1.83vw, 1.83rem);
  line-height: 1.08;
  letter-spacing: -0.01em;
}

.home-welcome-lead {
  margin: 0;
  color: var(--text);
  font-size: 0.92rem;
  line-height: 1.7;
}

.home-welcome-content p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.home-quote {
  margin: 8px 0 2px;
  padding: 0 0 0 18px;
  border-left: 2px solid rgba(199, 164, 106, 0.7);
  border-radius: 0;
  background: transparent;
  color: var(--text);
  font-style: italic;
  line-height: 1.7;
}

.home-quote p {
  margin: 0;
}

.home-quote p + p {
  margin-top: 6px;
}

.home-closing-lines {
  color: var(--text);
}

.home-finale {
  color: var(--text);
  font-weight: 700;
}

.about-main {
  display: block;
}

.about-hero-section {
  padding: 24px;
  overflow: hidden;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.95);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 244, 252, 0.94));
  box-shadow: none;
}

.about-banner-wrap {
  width: 100%;
  overflow: hidden;
}

.about-banner-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.about-page {
  overflow-x: hidden;
  height: auto;
}

.about-page .site-shell {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 24px;
  height: auto;
  display: block;
}

.about-page .topbar {
  width: 100%;
  margin: 0;
  position: static;
}

.about-page .about-main {
  min-height: 0;
  height: auto;
  overflow: visible;
}

.about-section {
  width: 100%;
  margin: 0;
  padding: 0;
  height: auto;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(300px, 38vw) minmax(0, 1fr);
  gap: 0;
  align-items: start;
  height: auto;
  min-height: 0;
}

.about-image-column {
  position: static;
  height: auto;
  width: 100%;
  min-height: 0;
  overflow: hidden;
  justify-self: start;
}

.about-image-wrap {
  position: static;
  height: auto;
  width: 100%;
}

.about-image {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: center center;
}

.about-content {
  display: grid;
  gap: 18px;
  padding: 32px var(--page-content-inline) 48px;
  overflow: visible;
  min-height: 0;
  height: auto;
}

.about-details-section {
  padding: 0 var(--page-content-inline) 48px;
}

.about-left-block {
  display: grid;
  gap: 18px;
  justify-items: start;
  align-content: start;
  max-width: 820px;
  margin-top: 4px;
  text-align: left;
}

.about-mantra {
  margin: 0;
  color: var(--heading);
  font-size: 1rem;
  letter-spacing: 0.03em;
}

.about-mantra-charm,
.about-closing-charm {
  font-family: "Charm", "Playfair Display", Georgia, "Times New Roman", serif;
  text-align: left;
}

.about-mantra-charm {
  margin: 0;
  color: var(--heading);
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  line-height: 1.5;
}

.about-closing-charm {
  margin-top: 8px;
  color: var(--heading);
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  line-height: 1.6;
}

.about-title-small {
  margin: 14px 0 10px;
  font-size: clamp(1.18rem, 1.83vw, 1.83rem);
  line-height: 1.08;
}

.about-content h2 {
  margin: 14px 0 0;
  font-size: clamp(1.13rem, 2.13vw, 1.63rem);
  line-height: 1.2;
}

.about-left-block h2,
.about-left-block p,
.about-left-block ul {
  text-align: left;
}

.about-left-block h2 {
  margin-top: 10px;
}

.about-details-section .about-left-block {
  margin-top: 0;
}

.about-content p,
.about-content li {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.about-content ul {
  margin: 0;
  padding-left: 1.2em;
  display: grid;
  gap: 8px;
}

.home-links-grid {
  align-items: stretch;
}

.home-explore-section .section-heading {
  margin-bottom: 14px;
}

.home-link-card {
  display: grid;
  gap: 8px;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.home-link-card:hover {
  transform: translateY(-2px);
  border-color: rgba(199, 164, 106, 0.38);
  background: rgba(255, 255, 255, 0.8);
}

.hero-copy {
  display: grid;
  align-content: start;
  gap: 18px;
}

.eyebrow {
  margin: 0;
  color: #a98748;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.74rem;
}

.hero h1,
.section-heading h2,
.page-title,
.home-page-title,
.about-title-small,
.oracle-page .page-title,
.about-mantra-charm,
.about-closing-charm,
.oracle-option strong,
.content-block h3,
.oracle-card h3,
.share-card h3,
.insight-panel h3,
.timeline-step h3,
.signal-label,
.section-heading .eyebrow {
  margin: 0;
  font-weight: 600;
  line-height: 1.02;
  color: var(--heading);
}

.page-title {
  margin: 0;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.01em;
  font-size: clamp(1.18rem, 1.83vw, 1.83rem);
}

.hero h1 {
  max-width: 10ch;
  font-size: clamp(3rem, 7vw, 5.5rem);
}

.lede {
  max-width: 60ch;
  margin: 0;
  color: var(--subheading);
  font-size: 1.05rem;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  border: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: linear-gradient(135deg, var(--accent), #e9c889);
  color: #1b140d;
}

.button-secondary {
  border-color: var(--panel-border);
  background: rgba(255, 255, 255, 0.44);
  color: var(--text);
}

.hero-panel {
  display: grid;
  gap: 16px;
}

.signal-card,
.content-block,
.insight-panel,
.oracle-card,
.share-card,
.resource-item,
.contact-form,
.contact-copy {
  border: 1px solid var(--panel-border);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.68);
}

.signal-card {
  padding: 22px;
}

.signal-card.accent {
  background: linear-gradient(180deg, rgba(199, 164, 106, 0.22), rgba(255, 255, 255, 0.7));
}

.signal-label {
  display: inline-block;
  margin-bottom: 14px;
  color: #a98748;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.signal-card ul {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.8;
}

.signal-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.content-section {
  padding: 34px var(--page-content-inline) 38px;
}

.section-heading {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
}

.section-heading h2 {
  font-size: clamp(1.68rem, 2.83vw, 2.83rem);
}

.content-grid,
.oracle-grid,
.share-grid {
  display: grid;
  gap: 16px;
}

.content-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.content-block,
.oracle-card,
.share-card,
.insight-panel {
  padding: 22px;
}

.content-block h3,
.oracle-card h3,
.share-card h3,
.insight-panel h3,
.timeline-step h3 {
  margin: 0 0 10px;
  font-size: 0.98rem;
  color: var(--heading);
}

.content-block p,
.oracle-card p,
.share-card p,
.insight-panel p,
.timeline-step p,
.contact-copy p,
.resource-item span,
.home-link-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.timeline {
  display: grid;
  gap: 14px;
}

.timeline-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  padding: 20px 22px;
  border: 1px solid var(--panel-border);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.62);
}

.timeline-step span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent);
  font-weight: 700;
}

.insight-layout,
.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.insight-panel.muted {
  background: rgba(255, 255, 255, 0.58);
}

.oracle-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.oracle-copy-grid,
.oracle-source-grid,
.oracle-layout-grid {
  display: grid;
  gap: 16px;
}

.oracle-copy-grid {
  grid-template-columns: 1fr;
}

.oracle-copy-panel {
  max-width: 980px;
}

.oracle-copy-panel p {
  margin: 0;
  line-height: 1.8;
}

.oracle-copy-panel p + p {
  margin-top: 14px;
}

.oracle-copy-panel strong {
  color: var(--heading);
  font-weight: 700;
}

.oracle-source-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.oracle-layout-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.oracle-option {
  display: grid;
  gap: 8px;
  align-content: start;
  padding: 20px 22px;
  border: 1px solid var(--panel-border);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.72);
  color: var(--text);
  text-align: left;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.oracle-option:focus-visible {
  outline: 3px solid rgba(91, 67, 112, 0.28);
  outline-offset: 3px;
}

.oracle-option:hover {
  transform: translateY(-2px);
  border-color: rgba(199, 164, 106, 0.38);
  background: rgba(255, 255, 255, 0.84);
}

.oracle-group-button {
  position: relative;
}

.oracle-group-button::after {
  content: "Select";
  justify-self: start;
  display: inline-flex;
  align-items: center;
  margin-top: 2px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(91, 67, 112, 0.08);
  color: var(--heading);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.oracle-intention-button::after {
  content: "Select this Intention";
}

.oracle-group-button.is-selected {
  border-color: rgba(168, 108, 255, 0.42);
  background: linear-gradient(180deg, rgba(168, 108, 255, 0.32), rgba(255, 255, 255, 0.9));
  box-shadow: 0 16px 34px rgba(111, 70, 191, 0.14);
  transform: translateY(-1px);
}

.oracle-group-button.is-selected::after {
  background: rgba(168, 108, 255, 0.16);
}

.oracle-option strong {
  font-size: 1.08rem;
  line-height: 1.25;
  color: var(--heading);
}

.oracle-option span {
  color: var(--subheading);
  line-height: 1.65;
}

.oracle-option-layout strong {
  font-size: 1rem;
}

.oracle-option-layout {
  gap: 10px;
}

.oracle-option-layout.is-selected {
  border-color: rgba(168, 108, 255, 0.42);
  background: linear-gradient(180deg, rgba(168, 108, 255, 0.26), rgba(255, 255, 255, 0.9));
  box-shadow: 0 16px 34px rgba(111, 70, 191, 0.14);
  transform: translateY(-1px);
}

.oracle-layout-image-wrap {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  padding: 10px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(91, 67, 112, 0.05), rgba(199, 164, 106, 0.06));
  overflow: hidden;
}

.oracle-layout-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.oracle-layout-purpose {
  color: var(--heading);
  font-size: 0.92rem;
  line-height: 1.45;
}

.oracle-option-layout span:last-child {
  color: var(--subheading);
}

.oracle-narrative {
  display: grid;
  gap: 16px;
}

.oracle-narrative p {
  margin: 0;
  color: var(--subheading);
  line-height: 1.8;
}

.oracle-quote {
  display: grid;
  gap: 8px;
  margin-top: 12px;
  padding: 14px 0 0 18px;
  border-left: 2px solid rgba(199, 164, 106, 0.7);
}

.oracle-quote p {
  margin: 0;
  color: var(--heading);
  line-height: 1.7;
}

.oracle-contact-section a {
  color: var(--text);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.oracle-overlay {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: none;
}

.oracle-overlay.is-open {
  display: block;
}

.oracle-practices {
  position: fixed;
  inset: 0;
  z-index: 45;
  display: none;
}

.oracle-practices.is-open {
  display: block;
}

.oracle-overlay-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(78, 36, 132, 0.66);
  backdrop-filter: blur(8px);
}

.oracle-practices-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(78, 36, 132, 0.66);
  backdrop-filter: blur(8px);
}

.oracle-card-viewer {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 50;
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  border-radius: 28px;
  overflow: hidden;
  transition: opacity 220ms ease, visibility 0s linear 220ms, top 180ms ease, left 180ms ease, width 180ms ease, height 180ms ease;
}

.oracle-card-viewer.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 220ms ease;
}

.oracle-card-viewer-backdrop {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(34, 14, 58, 0.66), rgba(26, 10, 44, 0.74));
  backdrop-filter: blur(8px) saturate(1.02);
  pointer-events: auto;
}

.oracle-card-viewer-panel {
  position: absolute;
  inset: 0;
  z-index: 1;
  margin: 0;
  padding: clamp(20px, 3vw, 36px);
  border: none;
  border-radius: 28px;
  background: transparent;
  box-shadow: none;
  color: #fff;
  overflow: hidden;
  display: grid;
  place-items: center;
  contain: layout paint;
  animation: oracle-card-viewer-fade 220ms ease-out;
  pointer-events: none;
}

.oracle-card-viewer-close {
  position: absolute;
  top: 14px;
  right: 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  cursor: pointer;
  pointer-events: auto;
}

.oracle-card-viewer-stage {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: center;
  width: min(100%, 860px);
  min-height: min(100%, 760px);
  padding: clamp(14px, 3vw, 32px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(109, 66, 172, 0.34), rgba(76, 35, 132, 0.3));
  box-shadow: 0 24px 70px rgba(18, 10, 34, 0.28);
  backdrop-filter: blur(10px);
  pointer-events: auto;
}

.oracle-card-viewer-image {
  display: block;
  width: auto;
  height: auto;
  max-width: min(860px, 78vw);
  max-height: 84vh;
  object-fit: contain;
  border-radius: 26px;
}

body.oracle-card-viewer-open {
  overflow-x: clip;
}

.oracle-overlay-panel {
  position: relative;
  z-index: 1;
  width: min(98vw, 1540px);
  height: min(100vh, 1080px);
  margin: 0 auto;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 32px;
  background: rgba(86, 43, 150, 0.34);
  box-shadow: 0 22px 54px rgba(40, 15, 75, 0.26);
  color: #fff;
  overflow: hidden;
}

.oracle-overlay-close {
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  cursor: pointer;
}

.oracle-practices-panel {
  position: relative;
  z-index: 1;
  width: min(92vw, 980px);
  min-height: min(88vh, 720px);
  margin: 4vh auto;
  padding: clamp(24px, 3vw, 44px);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 32px;
  background: rgba(86, 43, 150, 0.34);
  box-shadow: 0 22px 54px rgba(40, 15, 75, 0.26);
  color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  contain: layout paint;
}

.oracle-practices-close {
  position: absolute;
  top: 14px;
  right: 14px;
}

.oracle-overlay-sidepanel {
  position: relative;
}

.oracle-overlay-side-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
}

.oracle-overlay-stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 10px;
  height: 100%;
  padding-top: 0;
  min-height: 0;
}

.oracle-overlay-canvas,
.oracle-overlay-sidepanel {
  border-radius: 28px;
  overflow: hidden;
  min-height: 0;
  min-width: 0;
}

.oracle-overlay-canvas {
  position: relative;
  min-height: 0;
  background: transparent;
  border: 1px solid transparent;
  overflow-y: auto;
  overflow-x: hidden;
  padding: clamp(24px, 2vw, 38px);
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.35) rgba(255, 255, 255, 0.08);
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  contain: layout paint;
}

.sphere-layout {
  position: relative;
  width: min(84%, 1240px);
  aspect-ratio: 11 / 9;
  margin: 0 auto;
}

.oracle-overlay-canvas.is-relationship-field .sphere-layout {
  width: min(96%, 1460px);
  aspect-ratio: 26 / 25;
}

.oracle-overlay-canvas.is-transformation-gate .sphere-layout {
  width: min(94%, 1360px);
  aspect-ratio: 1 / 1;
}

.oracle-overlay-canvas.is-realm-mini-reading .sphere-layout {
  width: min(90%, 1160px);
  aspect-ratio: 16 / 8.5;
}

.oracle-overlay-canvas.is-realm-mini-reading {
  --oracle-card-diameter: 2.28in;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(18px, 3vw, 34px);
}

.oracle-overlay-layout-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.18;
  filter: saturate(1.1) brightness(1.03);
  z-index: 0;
}

.oracle-overlay-canvas.is-realm-mini-reading .oracle-overlay-layout-image {
  opacity: 0;
}

.oracle-overlay-canvas.is-realm-mini-reading .sphere-layout-spacer {
  display: none;
}

.sphere-overlay {
  display: none;
}

.oracle-overlay-slot-grid {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: transparent;
}

.oracle-slot {
  position: absolute;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 6px;
  width: var(--oracle-card-diameter);
  aspect-ratio: 1 / 1;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none;
  color: #fff;
  cursor: default;
  outline: none;
  transform: translate(-50%, -50%);
  isolation: isolate;
  transition: transform 260ms ease, filter 260ms ease;
  will-change: transform, filter;
}

.oracle-slot::before,
.oracle-slot::after {
  content: none;
  display: none;
}

.oracle-slot.is-highlighted::before {
  content: "";
  display: block;
  position: absolute;
  inset: -14%;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(255, 242, 214, 0.22) 0%, rgba(255, 236, 196, 0.1) 34%, rgba(255, 236, 196, 0) 72%);
  box-shadow:
    0 0 0 8px rgba(255, 236, 196, 0.08),
    0 0 32px rgba(255, 236, 196, 0.22),
    0 0 64px rgba(255, 236, 196, 0.12);
  z-index: -1;
  animation: oracle-card-halo 2.6s ease-out 1;
}

.sphere-layout-spacer {
  width: 100%;
  height: 820px;
  flex: 0 0 auto;
}

.oracle-slot-ring {
  position: absolute;
  inset: 0;
  border: 3px solid #111;
  border-radius: 50%;
  background: transparent;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
  z-index: 0;
  transition: border-color 320ms ease, box-shadow 320ms ease, transform 320ms ease;
}

.oracle-slot-card {
  position: absolute;
  inset: 1.5%;
  width: 97%;
  height: 97%;
  object-fit: contain;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
  z-index: 1;
  pointer-events: auto;
  cursor: default;
  transition: filter 320ms ease, box-shadow 320ms ease, transform 320ms ease;
}

.oracle-slot-label {
  display: none;
}

.oracle-slot.is-highlighted {
  z-index: 3;
  transform: translate(-50%, -50%) scale(1.03);
  animation: oracle-card-highlight-pulse 2.6s ease-out 1;
}

.oracle-slot.is-highlighted .oracle-slot-ring {
  border-color: rgba(255, 247, 229, 0.98);
  box-shadow:
    0 0 0 7px rgba(255, 236, 196, 0.2),
    0 0 34px rgba(255, 232, 188, 0.28),
    0 0 72px rgba(255, 239, 210, 0.16),
    inset 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.oracle-slot.is-highlighted .oracle-slot-card {
  filter: saturate(1.12) brightness(1.1);
  box-shadow:
    0 0 0 1px rgba(255, 248, 231, 0.18),
    0 22px 44px rgba(33, 13, 58, 0.3),
    0 0 28px rgba(255, 236, 196, 0.18);
}

.oracle-overlay-canvas.is-kosha-layer .oracle-slot.is-highlighted .oracle-slot-card {
  transform: none;
}

.oracle-slot.is-selected .oracle-slot-ring {
  border-color: rgba(255, 236, 196, 0.96);
  box-shadow: 0 0 0 4px rgba(255, 236, 196, 0.14), inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.oracle-slot.is-selected .oracle-slot-card {
  box-shadow: 0 16px 34px rgba(33, 13, 58, 0.32);
}

.oracle-overlay-sidepanel {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(180deg, rgba(115, 44, 180, 0.42), rgba(72, 17, 121, 0.42));
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.35) rgba(255, 255, 255, 0.08);
  min-height: 0;
  font-size: 0.9375rem;
  contain: layout paint;
}

.oracle-overlay-side-eyebrow,
.oracle-overlay-side-title,
.oracle-overlay-side-subtitle,
.oracle-overlay-side-copy {
  display: none;
}

.oracle-reading-summary {
  display: grid;
  gap: 16px;
  margin-top: 0;
  contain: content;
}

.oracle-reading-section {
  display: grid;
  gap: 10px;
  content-visibility: auto;
  contain-intrinsic-size: 1px 420px;
}

.oracle-pattern-recognition {
  gap: 12px;
}

.oracle-pattern-recognition .oracle-template-note + .oracle-template-note {
  margin-top: -2px;
}

.oracle-reading-section-eyebrow {
  margin: 0;
  color: rgba(255, 236, 196, 0.94);
  font-size: 0.64rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.oracle-practices-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 0.98;
  color: #fff;
}

.oracle-practices-copy {
  display: grid;
  gap: 14px;
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.9);
  max-width: 58ch;
}

.oracle-practices-copy p {
  margin: 0;
}

.oracle-template-heading {
  margin: 0;
  color: #fff;
  font-size: 1.15rem;
  line-height: 1.1;
}

.oracle-template-note {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.86rem;
  line-height: 1.45;
}

.oracle-realm-expansion-section {
  padding-top: 2px;
}

.oracle-realm-expansion-reading {
  padding-top: 2px;
}

.oracle-count-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  content-visibility: auto;
  contain-intrinsic-size: 1px 96px;
}

.oracle-count-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 6px 12px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
}

.oracle-count-item-label {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.74rem;
  line-height: 1.2;
  min-width: 0;
  overflow-wrap: anywhere;
}

.oracle-count-item-value {
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  justify-self: end;
}

.oracle-logic-box {
  display: grid;
  gap: 6px;
  padding: 14px 14px 13px;
  border: 1px solid rgba(255, 236, 196, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  content-visibility: auto;
  contain-intrinsic-size: 1px 96px;
}

.oracle-logic-box h4 {
  margin: 0;
  color: #fff;
  font-size: 0.98rem;
  line-height: 1.15;
}

.oracle-logic-box p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.82rem;
  line-height: 1.38;
}

.oracle-card-stack {
  display: grid;
  gap: 12px;
  content-visibility: auto;
}

.oracle-card-box {
  display: grid;
  gap: 8px;
  padding: 16px 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
  content-visibility: auto;
  contain-intrinsic-size: 1px 320px;
}

.oracle-card-box-number {
  margin: 0;
  color: rgba(255, 236, 196, 0.9);
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.oracle-card-box h4 {
  margin: 0;
  color: #fff;
  font-size: 1.02rem;
  line-height: 1.1;
}

.oracle-card-box-title {
  font-size: 1rem;
  line-height: 1.15;
}

.oracle-realm-expansion-visual {
  display: flex;
  justify-content: center;
  padding-bottom: 2px;
}

.oracle-realm-expansion-card-image {
  display: block;
  width: min(100%, 300px);
  max-width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  box-shadow: 0 16px 34px rgba(33, 13, 58, 0.18);
}

.oracle-card-field {
  display: grid;
  gap: 4px;
}

.oracle-view-card-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 38px;
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-family: inherit;
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.oracle-view-card-button:hover,
.oracle-view-card-button:focus-visible {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0 10px 22px rgba(31, 12, 52, 0.14);
  transform: translateY(-1px);
}

.oracle-card-highlight-action {
  padding-top: 2px;
}

.oracle-card-field .oracle-reading-section-eyebrow {
  color: rgba(255, 236, 196, 0.94);
}

.oracle-card-field p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.82rem;
  line-height: 1.38;
}

.oracle-card-integration-practice {
  gap: 8px;
}

.oracle-companion-practice-questions {
  display: grid;
  gap: 10px;
}

.oracle-companion-practice-question {
  display: grid;
  gap: 4px;
}

.oracle-highlight-card-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 42px;
  padding: 0 16px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  font-size: 0.72rem;
}

.oracle-highlight-card-button:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 236, 196, 0.34);
  box-shadow: 0 0 0 1px rgba(255, 236, 196, 0.08);
}

.oracle-highlight-card-button:focus-visible {
  outline: 2px solid rgba(255, 236, 196, 0.72);
  outline-offset: 3px;
}

.oracle-engagement-section {
  padding-top: 2px;
}

.oracle-engagement-intro {
  display: grid;
  gap: 8px;
  margin: 0;
}

.oracle-engagement-stack {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 12px;
  content-visibility: auto;
}

.oracle-element-explore-stack {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 12px;
  content-visibility: auto;
}

.oracle-element-explore-card {
  gap: 8px;
}

.oracle-element-explore-card.is-open {
  border-color: rgba(255, 236, 196, 0.34);
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 18px 36px rgba(33, 13, 58, 0.14);
}

.oracle-element-explore-actions {
  display: flex;
  justify-content: flex-start;
}

.oracle-element-explore-button {
  min-height: 40px;
}

.oracle-element-explore-details {
  display: grid;
  gap: 6px;
  padding-top: 4px;
}

.oracle-element-explore-details[hidden] {
  display: none;
}

.oracle-element-choice-group {
  display: grid;
  gap: 8px;
}

.oracle-element-choice-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.oracle-element-quality-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 0.76rem;
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.oracle-element-quality-button:hover,
.oracle-element-quality-button:focus-visible {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 236, 196, 0.34);
}

.oracle-element-quality-button.is-selected {
  border-color: rgba(255, 236, 196, 0.54);
  background: rgba(255, 236, 196, 0.18);
  box-shadow: 0 0 0 1px rgba(255, 236, 196, 0.12);
}

.oracle-element-pairing-panel {
  display: grid;
  gap: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.oracle-element-pairing-panel[hidden] {
  display: none;
}

.oracle-element-pairing-text {
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
}

.oracle-element-question {
  color: rgba(255, 255, 255, 0.86);
}

.oracle-engagement-card {
  display: grid;
  gap: 6px;
  padding: 16px 16px 15px;
  border: 1px solid rgba(255, 236, 196, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
  content-visibility: auto;
  contain-intrinsic-size: 1px 210px;
}

.oracle-engagement-card h4 {
  margin: 0;
  color: #fff;
  font-size: 0.98rem;
  line-height: 1.15;
}

.oracle-engagement-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.82rem;
  line-height: 1.38;
}

.oracle-engagement-label {
  color: rgba(255, 236, 196, 0.94);
  font-weight: 600;
}

.oracle-overlay-redraw {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 42px;
  padding: 0 14px;
  margin-top: 4px;
  border: 2px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
  font-size: 0.72rem;
}

.oracle-overlay-redraw:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.34);
}

@keyframes oracle-card-highlight-pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  36% {
    transform: translate(-50%, -50%) scale(1.065);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.05);
  }
}

@keyframes oracle-card-halo {
  0% {
    opacity: 0;
    transform: scale(0.96);
  }
  25% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.08);
  }
}

@keyframes oracle-card-kosha-highlight-pulse {
  0% {
    transform: scale(1);
  }
  36% {
    transform: scale(1.065);
  }
  100% {
    transform: scale(1.05);
  }
}

@keyframes oracle-card-viewer-fade {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.99);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes oracle-card-central-current-highlight-pulse {
  0% {
    transform: scale(1);
  }
  36% {
    transform: scale(1.065);
  }
  100% {
    transform: scale(1.05);
  }
}

@keyframes oracle-card-cosmic-pulse-highlight {
  0% {
    transform: scale(1);
  }
  36% {
    transform: scale(1.065);
  }
  100% {
    transform: scale(1.05);
  }
}

.share-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.resource-list {
  display: grid;
  gap: 12px;
}

.resource-item {
  display: grid;
  gap: 4px;
  padding: 18px 20px;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.resource-item:hover {
  transform: translateY(-1px);
  border-color: rgba(199, 164, 106, 0.38);
  background: rgba(199, 164, 106, 0.12);
}

.contact-copy {
  padding: 22px var(--page-content-inline);
  align-self: start;
}

.page-intro {
  display: grid;
  gap: 14px;
}

.share-hero-section {
  padding: 24px;
  overflow: hidden;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.95);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 244, 252, 0.94));
  box-shadow: none;
}

.share-banner-wrap {
  width: 100%;
  overflow: hidden;
}

.share-banner-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

body.share-page .page-intro {
  border-radius: 0;
  padding-top: 26px;
  padding-bottom: 26px;
}

body.share-page .page-intro .lede {
  max-width: 44ch;
}

.pathway-hero-section {
  padding: 24px;
  overflow: hidden;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.95);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 244, 252, 0.94));
  box-shadow: none;
}

.pathway-banner-wrap {
  width: 100%;
  overflow: hidden;
}

.pathway-banner-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.resources-hero-section {
  padding: 24px;
  overflow: hidden;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.95);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 244, 252, 0.94));
  box-shadow: none;
}

.resources-banner-wrap {
  width: 100%;
  overflow: hidden;
}

.resources-banner-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.contact-hero-section {
  padding: 24px;
  overflow: hidden;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.95);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 244, 252, 0.94));
  box-shadow: none;
}

.contact-banner-wrap {
  width: 100%;
  overflow: hidden;
}

.contact-banner-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.insight-banner-section {
  padding: 24px;
  overflow: hidden;
  border-radius: 0;
  aspect-ratio: auto;
  border: 1px solid rgba(255, 255, 255, 0.95);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 244, 252, 0.94));
  box-shadow: none;
}

.insight-banner-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.insight-highlight {
  display: grid;
  gap: 12px;
  max-width: 980px;
  margin-top: 10px;
  padding: 18px 20px;
  border-left: 2px solid rgba(199, 164, 106, 0.72);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.34);
  box-shadow: inset 0 0 0 1px rgba(112, 89, 148, 0.08);
}

.insight-highlight p {
  margin: 0;
  color: var(--text);
  line-height: 1.75;
}

.insight-highlight strong {
  color: var(--heading);
}

.insight-panel p + p {
  margin-top: 12px;
}

.insight-panel strong {
  color: var(--heading);
}

.insight-key-grid {
  align-items: stretch;
}

.insight-key-card {
  display: grid;
  gap: 8px;
}

.insight-key-card h3 {
  margin-bottom: 0;
}

.oracle-hero-section {
  padding: 24px;
  overflow: hidden;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.95);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 244, 252, 0.94));
  box-shadow: none;
}

.oracle-intro-copy {
  display: grid;
  gap: 14px;
  padding: 18px var(--page-content-inline) 24px;
}

.oracle-banner-wrap {
  width: 100%;
  overflow: hidden;
}

.oracle-banner-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.oracle-page .page-title {
  background: linear-gradient(90deg, #47346d 0%, #955fd0 33%, #cf8290 68%, #deab5a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.oracle-page .section-heading h2 {
  font-size: clamp(1.18rem, 2.13vw, 1.83rem);
  background: linear-gradient(90deg, #4d3670 0%, #9961d2 50%, #cc8267 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.oracle-page .oracle-option strong {
  font-size: 0.96rem;
  color: #5a4581;
}

.oracle-page .oracle-option span,
.oracle-page .oracle-card p,
.oracle-page .oracle-narrative p,
.oracle-page .oracle-quote p {
  font-size: 0.95rem;
  color: #766d82;
}

.oracle-page .oracle-card h3 {
  font-size: 0.83rem;
  color: #5a4581;
}

.contact-form {
  display: grid;
  gap: 14px;
  padding: 22px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--text);
  font-size: 0.92rem;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid var(--panel-border);
  background: rgba(255, 255, 255, 0.8);
  color: var(--text);
  outline: none;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #8a8296;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(199, 164, 106, 0.65);
  box-shadow: 0 0 0 4px rgba(199, 164, 106, 0.12);
}

@media (max-width: 1100px) {
  .hero,
  .insight-layout,
  .contact-grid,
  .oracle-grid,
  .oracle-copy-grid,
  .oracle-source-grid,
  .oracle-layout-grid,
  .share-grid,
  .content-grid {
    grid-template-columns: 1fr;
  }

  .topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .primary-nav {
    justify-content: flex-start;
  }

  .hero h1 {
    max-width: 12ch;
  }

  .home-banner-image {
    height: auto;
  }

  .about-section {
    padding: 0;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    height: auto;
  }

  .about-image-wrap {
    position: static;
    height: auto;
    width: 100%;
  }

  .about-image {
    width: 100%;
    height: auto;
    max-width: 100%;
  }

  .about-content {
    padding-top: 0;
    overflow: visible;
    height: auto;
  }

  .oracle-copy-grid,
  .oracle-source-grid,
  .oracle-layout-grid {
    grid-template-columns: 1fr;
  }

  .oracle-engagement-stack {
    grid-template-columns: 1fr;
  }

  .oracle-overlay-panel {
    width: min(96vw, 1500px);
    height: min(100vh, 1080px);
    padding: 16px;
  }

  .oracle-overlay-stage {
    grid-template-columns: 1fr;
    height: 100%;
    padding-top: 0;
  }

  .oracle-overlay-sidepanel {
    order: 2;
  }

  .oracle-slot {
    width: var(--oracle-card-diameter);
  }

  .oracle-slot.label-left .oracle-slot-label,
  .oracle-slot.label-right .oracle-slot-label,
  .oracle-slot.label-top .oracle-slot-label,
  .oracle-slot.label-bottom .oracle-slot-label,
  .oracle-slot.label-bottom-left .oracle-slot-label,
  .oracle-slot.label-bottom-right .oracle-slot-label {
    max-width: 92px;
    font-size: 0.72rem;
  }

  .oracle-overlay-sidepanel {
    max-height: 42vh;
  }

  .oracle-card-viewer-panel {
    padding: 18px;
  }

  .oracle-card-viewer-stage {
    width: min(100%, 680px);
    min-height: min(100%, 560px);
    padding: 22px 18px 18px;
  }

  .oracle-card-viewer-image {
    max-width: min(560px, 84vw);
    max-height: 70vh;
  }

}

@media (max-width: 640px) {
  :root {
    --page-content-inline: 18px;
  }

  .site-shell {
    padding: 0 0 14px;
  }

  .home-story-section {
    padding: 20px var(--page-content-inline) 24px;
  }

  .home-banner {
    padding: 16px;
  }

  .home-explore-section {
    padding: 0 var(--page-content-inline) 8px;
  }

  .topbar {
    width: 100vw;
    margin: 0;
    border-radius: 0;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .hero {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .primary-nav {
    font-size: 0.94rem;
  }

  .primary-nav a {
    padding: 8px 10px;
  }

  .hero h1 {
    font-size: clamp(2.45rem, 14vw, 3.6rem);
  }

  .home-banner {
    padding: 14px;
  }

  .about-hero-section,
  .share-hero-section,
  .pathway-hero-section,
  .resources-hero-section,
  .insight-banner-section,
  .oracle-hero-section {
    padding: 14px;
  }

  .home-banner-image,
  .about-banner-image,
  .share-banner-image,
  .insight-banner-image,
  .oracle-banner-image {
    height: auto;
  }

  .about-section {
    padding: 0;
  }

  .about-grid {
    gap: 20px;
  }

  .about-content {
    padding: 20px var(--page-content-inline) 24px;
  }

  .oracle-engagement-stack {
    grid-template-columns: 1fr;
  }

  .oracle-overlay-topbar {
    display: none;
  }

  .oracle-overlay-side-close {
    top: 12px;
    right: 12px;
  }

  .oracle-slot {
    width: var(--oracle-card-diameter);
  }

  .oracle-card-viewer-panel {
    padding: 18px;
  }

  .oracle-card-viewer-stage {
    width: min(100%, 560px);
    min-height: min(100%, 500px);
    padding: 20px 16px 16px;
    gap: 14px;
  }

  .oracle-card-viewer-image {
    max-width: min(460px, 88vw);
    max-height: 64vh;
  }

}
