.omv-section { position: relative; width: 100%; color: var(--omv-ink, #20382e); background: var(--omv-canvas, #f7f5ef); }
.omv-section[data-variant="soft"] { background: var(--omv-soft, #edefe6); }
.omv-section[data-variant="accent"] { color: var(--omv-inverse, #f9f7f0); background: var(--omv-forest, #173f35); }
.omv-section[data-variant="dark"] { color: var(--omv-inverse, #f9f7f0); background: var(--omv-deep, #102d27); }
.omv-section--compact { padding-block: 64px; }
.omv-section--normal { padding-block: 88px; }
.omv-section--airy { padding-block: 112px; }
.omv-section h2 { max-width: 20ch; }
.omv-section .omv-intro { max-width: 56ch; color: var(--omv-muted, #58665e); font-size: clamp(1.05rem, 1.7vw, 1.25rem); }
.omv-section[data-variant="dark"] .omv-intro, .omv-section[data-variant="accent"] .omv-intro, .omv-block--hero .omv-intro, .omv-testimonials .omv-intro { color: rgba(249, 247, 240, .82); }
.omv-section[data-variant="dark"] .omv-eyebrow, .omv-section[data-variant="accent"] .omv-eyebrow, .omv-block--hero .omv-eyebrow, .omv-testimonials .omv-eyebrow { color: #e4c98f; }
.omv-section[data-variant="dark"] :focus-visible, .omv-section[data-variant="accent"] :focus-visible, .omv-block--hero :focus-visible, .omv-testimonials :focus-visible { outline-color: var(--omv-inverse, #f9f7f0); box-shadow: 0 0 0 2px var(--omv-deep, #102d27); }
.omv-section-header { margin-bottom: 38px; }
.omv-section-header > .omv-text-link { flex: 0 0 auto; }
.omv-section-header--split { display: flex; align-items: end; justify-content: space-between; gap: 32px; }
.omv-section-header--center { display: grid; justify-items: center; text-align: center; }
.omv-section-header--center h2 { max-width: none; }
.omv-section-header--center .omv-intro { margin-inline: auto; }
.omv-section .omv-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 28px; }
.omv-circle-arrow { display: grid; width: 32px; height: 32px; place-items: center; margin-top: auto; color: #fff; background: var(--omv-forest, #173f35); border-radius: 50%; }

/* Hero */
.omv-block--hero { min-height: clamp(640px, 70vw, 760px); display: grid; align-items: center; padding-block: 80px; color: var(--omv-inverse, #f9f7f0); background: var(--omv-forest, #173f35); overflow: hidden; }
.omv-block--hero[data-variant="light"] { color: var(--omv-ink, #20382e); }
.omv-hero__media, .omv-hero__overlay { position: absolute; inset: 0; }
.omv-hero__image { width: 100%; height: 100%; object-fit: cover; object-position: 58% 50%; }
.omv-hero__overlay { background: linear-gradient(90deg, rgba(16, 35, 29, .88) 0%, rgba(16, 35, 29, .71) 42%, rgba(16, 35, 29, .17) 74%, rgba(16, 35, 29, .08) 100%); }
.omv-block--hero[data-variant="light"] .omv-hero__overlay { background: linear-gradient(90deg, rgba(247, 245, 239, .94) 0%, rgba(247, 245, 239, .8) 43%, rgba(247, 245, 239, .1) 72%); }
.omv-hero__inner { position: relative; z-index: 1; }
.omv-hero__copy { max-width: 710px; }
.omv-hero__copy h1 { max-width: 16ch; margin-bottom: 20px; font-size: clamp(3rem, 5.2vw, 4.4rem); line-height: 1.07; letter-spacing: -.025em; }
.omv-hero__copy .omv-intro { max-width: 48ch; }
.omv-block--hero .omv-button { color: var(--omv-ink, #20382e); background: var(--omv-inverse, #f9f7f0); border-color: var(--omv-inverse, #f9f7f0); }
.omv-block--hero .omv-button--secondary { color: var(--omv-inverse, #f9f7f0); background: transparent; border-color: rgba(249, 247, 240, .8); }
.omv-block--hero[data-variant="light"] .omv-button { color: var(--omv-inverse, #f9f7f0); background: var(--omv-forest, #173f35); border-color: var(--omv-forest, #173f35); }
.omv-block--hero[data-variant="light"] .omv-button--secondary { color: var(--omv-ink, #20382e); background: rgba(255,255,255,.36); border-color: var(--omv-ink, #20382e); }

/* Topic explorer */
.omv-topic-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.omv-topic-card { min-width: 0; background: #fff; border: 1px solid rgba(32, 56, 46, .1); border-radius: 18px; box-shadow: 0 8px 22px rgba(16, 45, 39, .06); overflow: hidden; }
.omv-topic-card > a { display: flex; height: 100%; flex-direction: column; color: inherit; text-decoration: none; }
.omv-topic-card__media { aspect-ratio: 4 / 2.5; overflow: hidden; background: #dfe6dd; }
.omv-topic-card__image { width: 100%; height: 100%; object-fit: cover; transition: transform 300ms ease; }
.omv-topic-card:hover .omv-topic-card__image { transform: scale(1.025); }
.omv-topic-card__body { position: relative; flex: 1; padding: 30px 26px 24px; }
.omv-topic-card__icon { position: absolute; top: -25px; left: 24px; display: grid; width: 50px; height: 50px; place-items: center; color: var(--omv-forest, #173f35); background: #fff; border: 1px solid var(--omv-border, #d5dbd1); border-radius: 50%; font-family: var(--omv-serif, Georgia, serif); }
.omv-topic-card h3 { margin-top: 4px; }
.omv-topic-card p { min-height: 3em; margin-bottom: 18px; color: var(--omv-muted, #58665e); }

/* Popular topics */
.omv-block--popular-topics { padding-block: 72px; }
.omv-popular-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 15px; }
.omv-popular-card { position: relative; min-width: 0; aspect-ratio: 3 / 4; color: #fff; border-radius: 14px; overflow: hidden; text-decoration: none; background: #243c34; }
.omv-popular-card__media { position: absolute; inset: 0; }
.omv-popular-card__image { width: 100%; height: 100%; object-fit: cover; }
.omv-popular-card::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(6, 18, 16, .93)); }
.omv-popular-card__label { position: absolute; z-index: 1; left: 18px; right: 18px; bottom: 18px; font-family: var(--omv-serif, Georgia, serif); font-size: 1.12rem; line-height: 1.18; }
.omv-popular-card__label::before { content: ""; display: block; width: 28px; height: 2px; margin-bottom: 9px; background: var(--omv-gold, #c6a56a); }

/* Editorial */
.omv-editorial-layout { display: grid; grid-template-columns: minmax(0, 7fr) minmax(320px, 5fr); gap: 40px; align-items: start; }
.omv-article-card { min-width: 0; }
.omv-article-card .omv-card__primary { color: inherit; background: #fff; border: 1px solid rgba(32, 56, 46, .1); border-radius: 16px; overflow: hidden; text-decoration: none; }
.omv-article-card .omv-card__image-fallback { display: grid; width: 100%; height: 100%; place-items: center; color: var(--omv-forest, #173f35); font-size: 3rem; background: linear-gradient(145deg, #cbd8ce, #edf0e8); }
.omv-article-card--lead .omv-card__media { aspect-ratio: 16 / 9; }
.omv-article-card--lead .omv-card__body { padding: 28px 30px 32px; }
.omv-article-card--lead h3 { font-size: clamp(1.7rem, 3vw, 2rem); }
.omv-editorial-side { display: grid; gap: 20px; }
.omv-article-card--side .omv-card__primary { display: grid; grid-template-columns: 132px minmax(0, 1fr); min-height: 128px; }
.omv-article-card--side .omv-card__media { aspect-ratio: auto; min-height: 128px; }
.omv-article-card--side .omv-card__body { padding: 18px 20px; }
.omv-article-card--side h3 { margin-bottom: 8px; font-size: 1.18rem; }
.omv-article-card--side .omv-text-link { font-size: .83rem; }

/* Article grid */
.omv-article-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.omv-article-card--grid .omv-card__primary { height: 100%; }
.omv-article-card--grid .omv-card__media { aspect-ratio: 16 / 10; }
.omv-article-card--grid .omv-card__body { padding: 24px; }
.omv-article-card--grid h3 { font-size: 1.35rem; }
.omv-article-card--grid .omv-card__excerpt { color: var(--omv-muted, #58665e); font-size: .94rem; }

/* Journey */
.omv-journey-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 36px; }
.omv-journey { display: flex; align-items: center; min-width: 0; flex-direction: column; color: inherit; text-align: center; text-decoration: none; }
.omv-journey__circle { display: grid; width: 112px; height: 112px; place-items: center; margin-bottom: 24px; color: var(--omv-inverse, #f9f7f0); background: radial-gradient(circle at 38% 32%, #497869, var(--omv-deep, #102d27)); border: 5px solid #fff; border-radius: 50%; box-shadow: 0 0 0 1px var(--omv-border, #d5dbd1), 0 8px 24px rgba(16, 45, 39, .14); }
.omv-journey__circle span { font-family: var(--omv-serif, Georgia, serif); font-size: 1.35rem; }
.omv-journey h3 { font-size: 1.35rem; }
.omv-journey p { flex: 1; max-width: 23ch; color: var(--omv-muted, #58665e); font-size: .94rem; }

/* Paths */
.omv-path-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.omv-path-card { min-width: 0; background: rgba(255, 255, 255, .78); border: 1px solid rgba(32, 56, 46, .1); border-radius: 18px; overflow: hidden; }
.omv-path-card:nth-child(2) { background: #edf4ef; }
.omv-path-card:nth-child(3) { background: #f5edf2; }
.omv-path-card:nth-child(4) { background: #eef2e9; }
.omv-path-card__media { aspect-ratio: 4 / 2.4; overflow: hidden; }
.omv-path-card__image { width: 100%; height: 100%; object-fit: cover; }
.omv-path-card__body { position: relative; padding: 28px 24px; }
.omv-path-card__number { position: absolute; top: -21px; right: 20px; display: grid; width: 44px; height: 44px; place-items: center; color: #fff; background: var(--omv-forest, #173f35); border-radius: 50%; font-size: .78rem; }
.omv-path-card h3 { font-size: 1.35rem; }
.omv-path-card p, .omv-path-card ul { color: var(--omv-muted, #58665e); font-size: .92rem; }
.omv-path-card ul { padding-left: 18px; }

/* Map */
.omv-map-section { min-height: 680px; display: grid; align-items: center; overflow: hidden; }
.omv-map-section__image { position: absolute; inset: 0; opacity: .24; background: linear-gradient(90deg, var(--omv-deep, #102d27) 20%, transparent), url("../../../themes/onmegvalositas/assets/images/astra-map.webp") center/cover; }
.omv-map-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 5fr) minmax(520px, 7fr); gap: 64px; align-items: center; }
.omv-map-copy h2 { max-width: 12ch; }
.omv-map-copy .omv-button { margin-top: 18px; }
.omv-button--inverse { color: var(--omv-ink, #20382e); background: var(--omv-inverse, #f9f7f0); border-color: var(--omv-inverse, #f9f7f0); }
.omv-map { position: relative; width: min(100%, 560px); aspect-ratio: 1; margin-left: auto; }
.omv-map svg { position: absolute; inset: 0; width: 100%; height: 100%; fill: none; stroke: rgba(198, 165, 106, .6); stroke-width: 1; }
.omv-map__center { position: absolute; z-index: 2; top: 50%; left: 50%; display: grid; width: 132px; height: 132px; place-items: center; padding: 20px; transform: translate(-50%, -50%); text-align: center; color: var(--omv-deep, #102d27); background: var(--omv-inverse, #f9f7f0); border: 2px solid var(--omv-gold, #c6a56a); border-radius: 50%; font-family: var(--omv-serif, Georgia, serif); font-size: 1.2rem; }
.omv-map ol { position: absolute; inset: 0; margin: 0; padding: 0; list-style: none; }
.omv-map li { position: absolute; width: 170px; }
.omv-map li:nth-child(1) { top: 2%; left: 35%; }
.omv-map li:nth-child(2) { top: 24%; right: 0; }
.omv-map li:nth-child(3) { bottom: 13%; right: 4%; }
.omv-map li:nth-child(4) { bottom: 2%; left: 24%; }
.omv-map li:nth-child(5) { top: 31%; left: -2%; }
.omv-map li:nth-child(6) { top: 4%; right: 3%; }
.omv-map a { display: block; padding: 12px 14px; color: var(--omv-inverse, #f9f7f0); background: rgba(16, 45, 39, .76); border: 1px solid rgba(249, 247, 240, .2); border-radius: 12px; text-decoration: none; backdrop-filter: blur(5px); }
.omv-map a strong, .omv-map a span { display: block; }
.omv-map a strong { font-family: var(--omv-serif, Georgia, serif); font-size: 1rem; }
.omv-map a span { margin-top: 3px; color: rgba(249, 247, 240, .73); font-size: .75rem; }

/* Program */
.omv-program-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.omv-program-card { display: flex; min-width: 0; flex-direction: column; background: #fff; border: 1px solid rgba(32, 56, 46, .12); border-radius: 16px; box-shadow: 0 8px 20px rgba(16, 45, 39, .06); overflow: hidden; }
.omv-program-card__media { aspect-ratio: 16 / 10; overflow: hidden; }
.omv-program-card__media img { width: 100%; height: 100%; object-fit: cover; }
.omv-program-card__body { display: flex; flex: 1; flex-direction: column; padding: 24px; }
.omv-program-card__body h3 a { text-decoration: none; }
.omv-program-card__body ul { padding: 0; color: var(--omv-muted, #58665e); list-style: none; font-size: .9rem; }
.omv-program-card__action { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; }
.omv-button--small { min-height: 42px; padding: 8px 14px; font-size: .84rem; }
.omv-program-feature { min-height: 560px; display: grid; align-items: center; overflow: hidden; }
.omv-program-feature__media { position: absolute; inset: 0; }
.omv-program-feature__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(247,245,239,.96) 0 40%, rgba(247,245,239,.35) 68%, transparent); }
.omv-program-feature__media img { width: 100%; height: 100%; object-fit: cover; }
.omv-program-feature__inner { position: relative; z-index: 1; }
.omv-program-feature__copy { max-width: 560px; padding: 44px; background: rgba(247, 245, 239, .89); border: 1px solid rgba(255,255,255,.7); border-radius: 24px; backdrop-filter: blur(8px); }
.omv-program-feature__copy ul { display: flex; flex-wrap: wrap; gap: 8px 18px; padding: 0; color: var(--omv-muted, #58665e); list-style: none; font-size: .9rem; }

/* Tarot */
.omv-tarot { background: var(--omv-tarot, #18253f) !important; overflow: hidden; }
.omv-tarot::before { content: ""; position: absolute; inset: 0; opacity: .28; background: radial-gradient(circle at 72% 38%, rgba(198,165,106,.5), transparent 22%), radial-gradient(circle at 20% 20%, rgba(255,255,255,.15) 0 1px, transparent 2px); background-size: auto, 62px 62px; }
.omv-tarot__inner { position: relative; z-index: 1; display: grid; grid-template-columns: 5fr 7fr; gap: 60px; align-items: center; }
.omv-tarot__copy h2 { max-width: 12ch; }
.omv-tarot__copy p { max-width: 44ch; color: rgba(249, 247, 240, .8); }
.omv-tarot__art { transform: rotate(1deg); }
.omv-tarot__image { width: 100%; max-height: 460px; object-fit: cover; object-position: center right; border-radius: 22px; box-shadow: 0 24px 64px rgba(0,0,0,.35); }

/* Testimonials */
.omv-testimonials { color: var(--omv-inverse, #f9f7f0); background: var(--omv-deep, #102d27) !important; overflow: hidden; }
.omv-testimonials__backdrop { position: absolute; inset: 0; opacity: .34; background: url("../../../themes/onmegvalositas/assets/images/astra-map.webp") center/cover; }
.omv-testimonials__backdrop::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,27,23,.86), rgba(8,27,23,.55), rgba(8,27,23,.86)); }
.omv-testimonials > .omv-shell { position: relative; z-index: 1; }
.omv-testimonial-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; }
.omv-testimonial { min-width: 0; margin: 0; padding: 30px; color: var(--omv-ink, #20382e); background: rgba(255,255,255,.93); border-radius: 16px; }
.omv-testimonial blockquote { margin: 0 0 20px; font-family: var(--omv-serif, Georgia, serif); font-size: 1.15rem; line-height: 1.5; }
.omv-testimonial blockquote > span { display: block; height: 24px; color: var(--omv-gold-ink, #735525); font-size: 2rem; }
.omv-testimonial figcaption { font-weight: 700; }
.omv-testimonial figcaption small { display: block; color: var(--omv-muted, #58665e); font-weight: 400; }

/* Newsletter */
.omv-newsletter__layout { display: grid; grid-template-columns: minmax(0, 6fr) minmax(340px, 6fr); gap: 64px; align-items: center; }
.omv-newsletter__copy h2 { max-width: 16ch; }
.omv-newsletter-form label { display: block; margin-bottom: 8px; font-weight: 700; }
.omv-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; }
.omv-newsletter-form__row { display: flex; gap: 10px; }
.omv-newsletter-form input[type="email"] { min-width: 0; flex: 1; min-height: 50px; padding: 10px 14px; color: var(--omv-ink, #20382e); background: #fff; border: 1px solid var(--omv-control, #6b7c70); border-radius: 8px; }
.omv-consent { display: flex !important; gap: 10px; align-items: flex-start; margin-top: 14px; color: var(--omv-muted, #58665e); font-size: .82rem; font-weight: 400 !important; }
.omv-consent input { width: 20px; height: 20px; flex: 0 0 auto; margin-top: 2px; }
.omv-newsletter-status { min-height: 1.5em; margin-top: 12px; font-weight: 700; }
.omv-demo-notice { margin: 0 0 18px; padding: 11px 14px; color: #5d441e; background: #fff3d9; border: 1px solid #d6b579; border-radius: 8px; font-size: .84rem; }
.omv-newsletter__art { position: relative; }
.omv-newsletter__art::before { content: ""; position: absolute; z-index: 1; inset: auto auto -22px -22px; width: 120px; height: 120px; background: radial-gradient(ellipse at center, rgba(23,63,53,.18), transparent 68%); }
.omv-newsletter__image { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 24px; box-shadow: 0 14px 40px rgba(16,45,39,.1); }

@media (max-width: 1023px) {
  .omv-section--compact { padding-block: 56px; }
  .omv-section--normal { padding-block: 64px; }
  .omv-section--airy { padding-block: 80px; }
  .omv-topic-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .omv-popular-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .omv-editorial-layout { grid-template-columns: 1fr; }
  .omv-editorial-side { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .omv-article-card--side .omv-card__primary { grid-template-columns: 1fr; }
  .omv-article-card--side .omv-card__media { aspect-ratio: 16 / 10; }
  .omv-article-grid, .omv-path-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .omv-journey-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .omv-map-section { min-height: auto; }
  .omv-map-layout { grid-template-columns: 1fr; }
  .omv-map { margin-inline: auto; }
  .omv-program-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .omv-tarot__inner { grid-template-columns: 1fr 1fr; gap: 34px; }
  .omv-testimonial-grid { grid-template-columns: 1fr; }
  .omv-newsletter__layout { grid-template-columns: 1fr 1fr; gap: 36px; }
}

@media (max-width: 767px) {
  .omv-section--compact, .omv-section--normal, .omv-section--airy { padding-block: 48px; }
  .omv-section-header { margin-bottom: 28px; }
  .omv-section-header--split { display: block; }
  .omv-section-header--split > .omv-text-link { margin-top: 8px; }
  .omv-block--hero { min-height: 650px; align-items: end; padding: 72px 0 48px; }
  .omv-hero__image { object-position: 69% 50%; }
  .omv-hero__overlay { background: linear-gradient(180deg, rgba(16,35,29,.08) 0%, rgba(16,35,29,.3) 32%, rgba(16,35,29,.93) 72%, rgba(16,35,29,.98) 100%); }
  .omv-hero__copy h1 { font-size: clamp(2.35rem, 11vw, 3.2rem); }
  .omv-block--hero .omv-actions { flex-direction: column; align-items: stretch; }
  .omv-topic-grid { grid-template-columns: 1fr; }
  .omv-topic-card__media { aspect-ratio: 4 / 2.1; }
  .omv-popular-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .omv-popular-card__label { left: 13px; right: 13px; bottom: 13px; font-size: 1rem; }
  .omv-editorial-side { grid-template-columns: 1fr; }
  .omv-article-card--side .omv-card__primary { grid-template-columns: 88px minmax(0, 1fr); min-height: 92px; }
  .omv-article-card--side .omv-card__media { min-height: 92px; aspect-ratio: auto; }
  .omv-article-card--side .omv-card__body { padding: 12px 14px; }
  .omv-article-card--side .omv-card__meta, .omv-article-card--side .omv-text-link { display: none; }
  .omv-article-card--side h3 { margin: 0; font-size: 1.03rem; }
  .omv-article-grid, .omv-path-grid, .omv-program-grid { grid-template-columns: 1fr; }
  .omv-journey-grid { gap: 28px 14px; }
  .omv-journey__circle { width: 88px; height: 88px; }
  .omv-journey h3 { font-size: 1.15rem; }
  .omv-journey p { font-size: .86rem; }
  .omv-map-layout { gap: 34px; }
  .omv-map { width: 100%; aspect-ratio: auto; }
  .omv-map svg, .omv-map__center { display: none; }
  .omv-map ol { position: static; display: grid; gap: 10px; }
  .omv-map li { position: static; width: auto; }
  .omv-map a { display: grid; grid-template-columns: 1fr; padding: 16px; }
  .omv-program-feature { min-height: 0; display: block; padding: 0; background: var(--omv-canvas, #f7f5ef); }
  .omv-program-feature__media { position: relative; aspect-ratio: 4 / 3; }
  .omv-program-feature__media::after { display: none; }
  .omv-program-feature__copy { margin: -30px 0 0; padding: 30px 22px; border-radius: 20px 20px 0 0; }
  .omv-program-feature__inner { width: calc(100% - 40px); }
  .omv-tarot__inner { grid-template-columns: 1fr; }
  .omv-tarot__art { width: min(100%, 330px); margin-inline: auto; }
  .omv-tarot__image { max-height: 300px; }
  .omv-testimonial { padding: 24px; }
  .omv-newsletter__layout { grid-template-columns: 1fr; }
  .omv-newsletter-form__row { flex-direction: column; }
  .omv-newsletter__art { order: -1; }
}

@media (max-width: 370px) {
  .omv-popular-grid { grid-template-columns: 1fr; }
  .omv-popular-card { aspect-ratio: 16 / 10; }
  .omv-journey-grid { grid-template-columns: 1fr; }
  .omv-journey p { min-height: 0; }
}

/* Editor-selected crop is stored per section. */
.omv-section .omv-hero__image,.omv-section .omv-tarot__image,.omv-section .omv-newsletter__image{object-position:var(--omv-focal,50% 50%)}
.omv-hero__copy h2{font-size:clamp(2.375rem,4.45vw,4rem);line-height:1.08}

/* Reference-led composition, September 2026. Kept separate from structural styles. */
.omv-section { --omv-canvas:#faf9f5; --omv-soft:#f2f3ed; --omv-ink:#202b27; --omv-muted:#59635d; font-size:16px; line-height:1.55; }
.omv-section--compact { padding-block:40px; }
.omv-section--normal { padding-block:54px; }
.omv-section--airy { padding-block:72px; }
.omv-section h2 { max-width:none; font-size:clamp(28px,3vw,40px); letter-spacing:-.025em; }
.omv-section .omv-intro { font-size:16px; max-width:66ch; }
.omv-section .omv-eyebrow { margin-bottom:9px; font-size:11px; letter-spacing:.12em; }
.omv-section-header { margin-bottom:28px; }
.omv-section-header--split { display:grid; grid-template-columns:1fr auto; gap:0 24px; align-items:center; }
.omv-section-header--split > :not(.omv-text-link) { grid-column:1; }
.omv-section-header--split > .omv-text-link { grid-column:2; grid-row:1 / span 3; font-size:13px; }
.omv-section-header p:last-child { margin-bottom:0; }
.omv-section .omv-button { min-height:44px; padding:10px 24px; font-size:14px; font-weight:500; border-radius:24px; gap:14px; }
.omv-circle-arrow { width:30px; height:30px; font-size:15px; }
.omv-block--hero { min-height:480px; padding-block:60px; color:#202620; background:#e7e4d8; }
.omv-hero__image { object-position:70% 50%; }
.omv-hero__overlay,.omv-block--hero[data-variant="light"] .omv-hero__overlay { background:linear-gradient(90deg,rgba(249,247,238,.45),rgba(249,247,238,.15) 43%,transparent 62%); }
.omv-hero__copy { max-width:620px; }
.omv-hero__copy h1,.omv-hero__copy h2 { max-width:19ch; font-size:clamp(36px,4.2vw,60px); line-height:1.08; letter-spacing:-.035em; text-wrap:initial; }
.omv-block--hero .omv-intro { max-width:49ch; color:#39433b; font-size:16px; }
.omv-block--hero .omv-eyebrow { color:#586347; }
.omv-block--hero .omv-button { color:#fff; background:#285747; border-color:#285747; }
.omv-block--hero .omv-button--secondary { color:#263b30; background:rgba(255,255,255,.4); border-color:#809080; }
.omv-block--hero :focus-visible { outline-color:#285747; box-shadow:0 0 0 2px #fff; }
.omv-topic-grid { grid-template-columns:repeat(6,minmax(0,1fr)); gap:16px; }
.omv-topic-card { border-radius:8px; box-shadow:0 3px 9px #263d2e09; }
.omv-topic-card__media { aspect-ratio:1.18; }
.omv-topic-card__body { display:flex; flex-direction:column; align-items:center; padding:26px 12px 16px; text-align:center; }
.omv-topic-card__icon { width:40px; height:40px; top:-21px; left:calc(50% - 20px); font-size:22px; color:#75875f; }
.omv-topic-card h3 { font-size:19px; line-height:1.12; min-height:2.25em; }
.omv-topic-card p { font-size:12px; line-height:1.45; min-height:3em; margin-bottom:14px; }
.omv-topic-card .omv-circle-arrow { width:26px; height:26px; }
.omv-editorial-layout { grid-template-columns:1fr 1fr; gap:24px; align-items:stretch; }
.omv-article-card .omv-card__primary { border-radius:7px; }
.omv-article-card--lead .omv-card__media { aspect-ratio:1.9; }
.omv-article-card--lead .omv-card__body { padding:20px 23px; }
.omv-article-card--lead h3 { font-size:28px; }
.omv-card__meta { font-size:10px; letter-spacing:.03em; }
.omv-card__excerpt { font-size:14px; line-height:1.5; }
.omv-editorial-side { gap:14px; }
.omv-article-card--side .omv-card__primary { grid-template-columns:34% 1fr; min-height:122px; height:100%; }
.omv-article-card--side .omv-card__media { min-height:122px; aspect-ratio:auto; min-width:0; width:100%; height:100%; }
.omv-article-card .omv-card__body { min-width:0; overflow-wrap:break-word; }
.omv-article-card--side .omv-card__body { padding:14px 17px; }
.omv-article-card--side h3 { font-size:20px; }
.omv-article-card--side .omv-text-link { font-size:12px; }
.omv-card__media img { width:100%; height:100%; object-fit:cover; }
.omv-article-grid { gap:20px; }
.omv-article-card--grid .omv-card__media { aspect-ratio:1.65; }
.omv-article-card--grid .omv-card__body { padding:18px; }
.omv-article-card--grid h3 { font-size:21px; }
.omv-article-card--grid .omv-card__excerpt { font-size:13px; }
.omv-article-card--grid .omv-text-link { font-size:12px; }
.omv-block--popular-topics { padding-block:36px 44px; }
.omv-popular-card { aspect-ratio:1.2; border-radius:7px; }
.omv-popular-card__label { left:14px; right:12px; bottom:12px; font-size:19px; }
.omv-popular-card__label::before { display:none; }
.omv-popular-card::after { inset:20% 0 0; }
.omv-journey-grid { grid-template-columns:repeat(5,minmax(0,1fr)); gap:28px; }
.omv-journey__circle { width:min(100%,170px); height:auto; aspect-ratio:1; margin-bottom:17px; border:4px solid #fff; overflow:hidden; box-shadow:0 0 0 2px #d5dfd8,0 0 20px #dcdfda; }
.omv-journey:nth-child(2) .omv-journey__circle { box-shadow:0 0 0 2px #d2dfea,0 0 20px #dce6ea; }
.omv-journey:nth-child(3) .omv-journey__circle { box-shadow:0 0 0 2px #e5d9e5,0 0 20px #ebdfed; }
.omv-journey__image { width:100%; height:100%; object-fit:cover; }
.omv-journey h3 { font-size:21px; max-width:18ch; }
.omv-journey p { font-size:13px; max-width:23ch; }
.omv-path-grid { gap:16px; }
.omv-path-card { border-radius:7px; background:#f9f1e5; border-color:transparent; }
.omv-path-card__media { aspect-ratio:1.9; }
.omv-path-card__body { padding:17px 19px; }
.omv-path-card__number { display:none; }
.omv-path-card h3 { font-size:21px; }
.omv-path-card p,.omv-path-card ul { font-size:13px; }
.omv-path-card ul .omv-text-link { display:inline-block; min-height:28px; padding-block:4px; font-size:12px; font-weight:400; }
.omv-path-card__body > .omv-text-link { display:inline-flex; border-radius:20px; padding:5px 15px; background:#dfebe3; font-size:12px; }
.omv-map-section { min-height:420px; padding-block:22px; }
.omv-map-section__image { opacity:.7; }
.omv-map-layout { grid-template-columns:1fr 1.55fr .65fr; gap:24px; }
.omv-map-copy h2 { max-width:10ch; font-size:40px; }
.omv-map-copy .omv-intro { font-size:14px; }
.omv-map { width:100%; max-width:530px; }
.omv-map__center { width:45%; height:auto; aspect-ratio:1; padding:0; overflow:hidden; box-shadow:0 0 40px #ffe5b866; border-color:#fff7da; }
.omv-map__portrait { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.omv-map__center > span { position:absolute; bottom:0; padding:23px 0 15px; width:100%; color:white; background:linear-gradient(transparent,#0c161de6); font-size:30px; }
.omv-map li { width:35%; }
.omv-map li:nth-child(1) { top:8%; left:0; }
.omv-map li:nth-child(2) { top:8%; left:auto; right:0; }
.omv-map li:nth-child(3) { top:44%; bottom:auto; left:0; right:auto; }
.omv-map li:nth-child(4) { top:44%; bottom:auto; right:0; left:auto; }
.omv-map li:nth-child(5) { top:auto; bottom:1%; left:34%; }
.omv-map a { padding:9px; background:#102d2799; border:0; border-radius:24px; text-align:center; }
.omv-map a strong { font-size:15px; }
.omv-map a span { font-size:11px; color:#e4e9e2; }
.omv-handwritten { font-family:Georgia,serif; font-style:italic; font-size:23px; line-height:1.65; font-weight:400; }
.omv-handwritten::after { content:''; display:block; width:42px; height:1px; background:#ba9e67; margin-top:25px; }
.omv-program-grid { gap:20px; }
.omv-program-card { border-radius:7px; }
.omv-program-card__body { padding:18px; }
.omv-program-feature { min-height:420px; }
.omv-program-feature__copy { padding:0; border:0; border-radius:0; backdrop-filter:none; background:transparent; }
.omv-program-feature__copy { margin-left:42%; max-width:650px; align-self:start; }
.omv-program-feature__media::after { background:linear-gradient(180deg,#fbf6e8aa,transparent 65%); }
.omv-tarot { padding:0; }
.omv-tarot::before { display:none; }
.omv-shell.omv-tarot__inner { width:100%; max-width:none; min-height:430px; display:grid; grid-template-columns:2fr 1fr; gap:0; }
.omv-section .omv-button--inverse { color:#254237; background:#fbfaf5; border-color:#fbfaf5; }
.omv-tarot__copy { z-index:2; padding:48px 0 48px max(40px,calc((100vw - 1280px)/2)); max-width:44%; grid-column:1; grid-row:1; align-self:center; }
.omv-tarot__copy h2 { font-size:42px; }
.omv-tarot__copy p { font-size:15px; }
.omv-tarot__art { position:absolute; inset:0 33.333% 0 0; transform:none; z-index:0; }
.omv-tarot__art::after { content:''; position:absolute; inset:0; background:linear-gradient(90deg,#10161deb, #10161d80 35%,transparent 64%); }
.omv-tarot__image { width:100%; height:100%; max-height:none; object-position:right center; border-radius:0; box-shadow:none; }
.omv-tarot__aside { position:relative; grid-column:2; grid-row:1; align-self:stretch; padding:60px 48px; display:flex; align-items:center; color:#53615d; background:linear-gradient(170deg,#f5f5f1,#eceae3); }
.omv-tarot__aside p { max-width:22ch; }
.omv-tarot__inner:not(:has(.omv-tarot__aside)) { grid-template-columns:1fr; }
.omv-tarot__inner:not(:has(.omv-tarot__aside)) .omv-tarot__art { right:0; }
.omv-testimonials { padding-block:40px; }
.omv-testimonial-grid { gap:20px; }
.omv-testimonial { padding:24px; border-radius:7px; }
.omv-testimonial blockquote { font-size:15px; }
.omv-testimonial figcaption { font-size:13px; }
.omv-newsletter { padding-block:35px; }
.omv-newsletter__layout { gap:40px; }
.omv-newsletter__copy h2 { max-width:none; font-size:32px; }
.omv-newsletter__image { max-height:220px; border-radius:0; box-shadow:none; }
@media(max-width:1100px) {
 .omv-topic-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
 .omv-editorial-layout { grid-template-columns:1fr 1fr; }
 .omv-editorial-side { grid-template-columns:1fr; }
 .omv-map-layout { grid-template-columns:1fr 1.5fr; }
 .omv-map-aside { display:none; }
 .omv-journey-grid { gap:20px; }
 .omv-journey h3 { font-size:18px; }
 .omv-tarot__copy { max-width:58%; padding-left:30px; }
 .omv-tarot__aside { padding:35px 25px; }
}
@media(max-width:767px) {
 .omv-section--compact,.omv-section--normal,.omv-section--airy { padding-block:36px; }
 .omv-section h2 { font-size:29px; }
 .omv-section-header--split { grid-template-columns:1fr; }
 .omv-section-header--split > .omv-text-link { grid-column:1; grid-row:auto; margin-top:10px; }
 .omv-block--hero { min-height:640px; align-items:start; padding-top:34px; }
 .omv-hero__image { object-position:73% 100%; }
 .omv-hero__overlay,.omv-block--hero[data-variant="light"] .omv-hero__overlay { background:linear-gradient(#f3f0e6 0%,#f3f0e6e8 34%,#f3f0e660 59%,transparent 80%); }
 .omv-hero__copy { max-width:100%; }
 .omv-hero__copy h1,.omv-hero__copy h2 { max-width:18ch; font-size:37px; }
 .omv-hero__copy .omv-intro { font-size:14px; max-width:37ch; }
 .omv-section .omv-actions { gap:10px; }
 .omv-section .omv-actions .omv-button { padding:10px 14px; font-size:12px; }
 .omv-topic-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }
 .omv-topic-card__body { padding-inline:9px; }
 .omv-topic-card h3 { font-size:19px; }
 .omv-editorial-layout { grid-template-columns:1fr; gap:18px; }
 .omv-article-card--side .omv-card__primary { grid-template-columns:32% 1fr; }
 .omv-article-card--side h3 { font-size:19px; }
 .omv-article-card--side .omv-card__body { padding:13px; }
 .omv-article-card--lead h3 { font-size:25px; }
 .omv-article-grid,.omv-path-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }
 .omv-article-card--grid .omv-card__body,.omv-path-card__body { padding:13px 10px; }
 .omv-article-card--grid h3,.omv-path-card h3 { font-size:19px; }
 .omv-article-card--grid .omv-card__excerpt { font-size:12px; }
 .omv-popular-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }
 .omv-journey-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:26px 18px; }
 .omv-journey:last-child:nth-child(odd) { grid-column:1 / -1; width:48%; justify-self:center; }
 .omv-journey__circle { max-width:140px; }
 .omv-map-layout { grid-template-columns:1fr; gap:10px; }
 .omv-map-copy { text-align:center; }
 .omv-map-copy h2 { max-width:none; }
 .omv-map-copy .omv-intro { margin-inline:auto; }
 .omv-map { min-height:0; aspect-ratio:1; }
 .omv-map__center { display:grid; }
 .omv-map ol { position:absolute; display:block; }
 .omv-map li { position:absolute; width:34%; }
 .omv-map svg { display:block; }
 .omv-map a { padding:5px; }
 .omv-map a strong { font-size:12px; }
 .omv-map a span { font-size:9px; }
 .omv-map__center > span { font-size:25px; }
 .omv-program-grid { grid-template-columns:1fr; }
 .omv-program-feature__copy { margin-left:0; padding:20px; background:#faf7eeeb; }
 .omv-tarot { padding:0; }
 .omv-shell.omv-tarot__inner { grid-template-columns:1fr; }
 .omv-tarot__copy { grid-column:1; grid-row:1; min-height:420px; max-width:70%; padding:36px 0 36px 22px; }
 .omv-tarot__copy h2 { font-size:32px; }
 .omv-tarot__art { inset:0 0 auto; width:100%; height:420px; }
 .omv-tarot__aside { grid-column:1; grid-row:2; padding:30px 28px; }
 .omv-tarot__aside p { font-size:21px; max-width:none; }
 .omv-newsletter__layout { grid-template-columns:1fr; }
 .omv-newsletter__art { display:none; }
}
