.oracle-journal {
  --oj-espresso: #352720;
  --oj-brown: #65493d;
  --oj-cocoa: #876757;
  --oj-copper: #ad7657;
  --oj-gold: #ddb51d;
  --oj-cream: #f5f0eb;
  --oj-sand: #ded1c5;
  --oj-white: #ffffff;
  --oj-text: #25211f;
  --oj-muted: #6f6863;
  --oj-border: #d9d0ca;
  --oj-heading: "Poppins", "Avenir Next", "Segoe UI", sans-serif;
  --oj-body: "Open Sans", Arial, sans-serif;
  --oj-content: 1440px;
  --oj-article: 760px;
  --oj-wide: 1440px;
  --oj-gutter: 0px;
  --oj-section: clamp(72px, 9vw, 132px);
  --oj-ease: cubic-bezier(.2, .7, .2, 1);
  --oj-sticky-offset: 120px;
  background: transparent;
  color: var(--oj-text);
  font-family: var(--oj-body);
  font-size: 16px;
  line-height: 1.72;
  overflow: visible;
  -webkit-font-smoothing: antialiased;
}

.oracle-journal.oj-single {
  position: relative;
  left: 50%;
  width: min(100vw, 1440px);
  width: min(100dvw, 1440px);
  max-width: 1440px;
  margin-left: 0;
  transform: translateX(-50%);
}

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

.oracle-journal img {
  display: block;
  max-width: 100%;
  height: auto;
}

.oracle-journal a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.oracle-journal button,
.oracle-journal input,
.oracle-journal select,
.oracle-journal textarea {
  font: inherit;
}

.oracle-journal a:focus-visible,
.oracle-journal button:focus-visible,
.oracle-journal input:focus-visible {
  outline: 3px solid rgba(221, 181, 29, .55);
  outline-offset: 4px;
}

.oracle-journal h1,
.oracle-journal h2,
.oracle-journal h3,
.oracle-journal h4,
.oracle-journal h5,
.oracle-journal h6 {
  margin: 0;
  color: var(--oj-espresso);
  font-family: var(--oj-heading);
  text-wrap: balance;
}

.oracle-journal h1 {
  font-size: clamp(2.5rem, 5.1vw, 4.75rem);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -.045em;
}

.oracle-journal h2 {
  font-size: clamp(2rem, 3.25vw, 3.25rem);
  font-weight: 600;
  line-height: 1.13;
  letter-spacing: -.03em;
}

.oracle-journal h3 {
  font-size: clamp(1.24rem, 1.7vw, 1.7rem);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -.018em;
}

.oracle-journal p,
.oracle-journal figure,
.oracle-journal blockquote,
.oracle-journal ul,
.oracle-journal ol {
  margin-top: 0;
}

.oj-shell {
  width: 100%;
  max-width: var(--oj-content);
  margin-inline: auto;
  padding-inline: var(--oj-gutter);
}

.oj-kicker {
  margin-bottom: 22px;
  color: var(--oj-brown);
  font-size: .76rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.oj-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin-bottom: 18px;
  color: var(--oj-muted);
  font-size: .78rem;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.oj-meta span:first-child {
  color: var(--oj-brown);
}

.oj-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 12px 22px;
  border: 1px solid var(--oj-brown);
  border-radius: 6px;
  background: var(--oj-brown);
  color: var(--oj-white);
  font-size: .92rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color .22s var(--oj-ease), border-color .22s var(--oj-ease), transform .22s var(--oj-ease);
}

.oj-button svg {
  width: 20px;
  height: 20px;
  transition: transform .22s var(--oj-ease);
}

.oj-button:hover {
  border-color: var(--oj-espresso);
  background: var(--oj-espresso);
  color: var(--oj-white);
  transform: translateY(-1px);
}

.oj-button:hover svg {
  transform: translateX(4px);
}

.oj-text-link,
.oj-back-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--oj-espresso);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: var(--oj-copper);
  text-underline-offset: 6px;
  transition: color .2s ease, text-decoration-color .2s ease;
}

.oj-text-link:hover,
.oj-back-link:hover {
  color: var(--oj-brown);
  text-decoration-color: var(--oj-gold);
}

/* Archive */
.oj-archive-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(300px, .72fr);
  gap: clamp(48px, 8vw, 128px);
  align-items: end;
  padding-block: clamp(88px, 11vw, 164px) clamp(58px, 7vw, 104px);
}

.oj-archive-intro h1 {
  max-width: 940px;
  margin-bottom: 30px;
}

.oj-archive-lede {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--oj-muted);
  font-size: clamp(1.04rem, 1.25vw, 1.22rem);
  line-height: 1.75;
}

.oj-search label {
  display: block;
  margin-bottom: 12px;
  color: var(--oj-espresso);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.oj-search__control {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  border-bottom: 2px solid var(--oj-espresso);
}

.oj-search input {
  min-width: 0;
  height: 58px;
  padding: 0 16px 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--oj-text);
  outline: 0;
}

.oj-search button {
  min-width: 60px;
  min-height: 48px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--oj-brown);
  font-size: .82rem;
  font-weight: 700;
  cursor: pointer;
}

.oj-filter-bar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--oj-border);
}

.oj-filter-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 34px;
}

.oj-filter-link {
  min-height: 44px;
  padding-block: 11px 7px;
  border-bottom: 2px solid transparent;
  color: var(--oj-muted);
  font-size: .92rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.oj-filter-link:hover,
.oj-filter-link.is-active {
  border-color: var(--oj-gold);
  color: var(--oj-espresso);
}

.oj-result-count {
  margin: 0;
  color: var(--oj-muted);
  font-size: .85rem;
  white-space: nowrap;
}

.oj-featured-story {
  display: grid;
  grid-template-columns: minmax(0, 1.23fr) minmax(340px, .77fr);
  gap: clamp(42px, 6vw, 92px);
  align-items: center;
  padding-block: clamp(70px, 8vw, 116px);
}

.oj-featured-story__visual,
.oj-card__visual {
  display: block;
  overflow: hidden;
  background: var(--oj-espresso);
  text-decoration: none;
}

.oj-cover-image,
.oj-cover-fallback {
  width: 100%;
  aspect-ratio: 16 / 10;
}

.oj-cover-image {
  object-fit: cover;
  transition: transform .6s var(--oj-ease);
}

.oj-cover-image--featured {
  aspect-ratio: 16 / 11;
}

.oj-cover-fallback {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(26px, 4vw, 58px);
  background: var(--oj-espresso);
  color: var(--oj-white);
}

.oj-cover-fallback span {
  max-width: 30ch;
  color: var(--oj-gold);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.oj-cover-fallback strong {
  max-width: 18ch;
  color: var(--oj-white);
  font-family: var(--oj-heading);
  font-size: clamp(1.35rem, 2.5vw, 2.7rem);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -.03em;
}

.oj-featured-story__visual:hover .oj-cover-image,
.oj-card__visual:hover .oj-cover-image {
  transform: scale(1.025);
}

.oj-featured-story__content h2 {
  margin-bottom: 22px;
}

.oj-featured-story__content h2 a,
.oj-card h3 a {
  color: inherit;
  text-decoration: none;
}

.oj-featured-story__content > p:not(.oj-meta) {
  margin-bottom: 30px;
  color: var(--oj-muted);
  font-size: 1.03rem;
}

.oj-latest {
  padding-block: clamp(58px, 7vw, 96px) var(--oj-section);
}

.oj-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr);
  gap: 40px;
  align-items: start;
  padding-block: 32px 58px;
  border-top: 1px solid var(--oj-border);
}

.oj-section-heading > p {
  max-width: 470px;
  margin: 4px 0 0 auto;
  color: var(--oj-muted);
  font-size: 1rem;
}

.oj-section-heading--compact {
  align-items: center;
}

.oj-section-heading--compact .oj-text-link {
  justify-self: end;
}

.oj-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(34px, 4vw, 58px) clamp(24px, 3vw, 40px);
}

.oj-card {
  min-width: 0;
}

.oj-card__body {
  padding-top: 24px;
}

.oj-card h3 {
  margin-bottom: 14px;
}

.oj-card__body > p:not(.oj-meta) {
  margin-bottom: 18px;
  color: var(--oj-muted);
}

.navigation.pagination {
  margin-top: clamp(56px, 7vw, 90px);
}

.oracle-journal .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
}

.oracle-journal .page-numbers {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--oj-border);
  color: var(--oj-espresso);
  font-weight: 700;
  text-decoration: none;
}

.oracle-journal .page-numbers.current,
.oracle-journal .page-numbers:hover {
  border-color: var(--oj-brown);
  background: var(--oj-brown);
  color: var(--oj-white);
}

.oj-empty-state {
  padding-block: var(--oj-section);
  text-align: center;
}

.oj-empty-state h2 {
  margin-bottom: 16px;
}

.oj-empty-state p {
  margin-bottom: 28px;
  color: var(--oj-muted);
}


/* Added only by the journal script when a non-scrolling theme wrapper clips sticky descendants. */
.oracle-journal-page .oj-sticky-unclip {
  overflow: visible !important;
}

/* Single */
.oj-reading-progress {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  pointer-events: none;
}

.oj-reading-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--oj-gold);
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}

.oj-article-hero {
  padding-block: clamp(72px, 9vw, 132px) clamp(44px, 6vw, 82px);
}

.oj-back-link {
  margin-bottom: clamp(56px, 7vw, 90px);
  font-size: .9rem;
}

.oj-article-hero h1 {
  max-width: 1440px;
  margin-bottom: 28px;
}

.oj-article-deck {
  max-width: 820px;
  margin: 30px 0 0;
  color: var(--oj-muted);
  font-size: clamp(1.08rem, 1.45vw, 1.3rem);
  line-height: 1.7;
}

.oj-featured-image {
  margin-bottom: clamp(70px, 9vw, 126px);
}

.oj-featured-image img {
  width: 100%;
  max-height: 760px;
  object-fit: cover;
}

.oj-featured-image figcaption {
  margin-top: 12px;
  color: var(--oj-muted);
  font-size: .82rem;
}

.oj-article-layout {
  display: grid;
  width: 100%;
  max-width: var(--oj-wide);
  margin-inline: auto;
  padding-inline: var(--oj-gutter);
  padding-bottom: var(--oj-section);
}

.oj-article-layout.has-toc {
  grid-template-columns: 230px minmax(0, 1fr);
  gap: clamp(58px, 7vw, 108px);
  justify-content: stretch;
  align-items: start;
}

.oj-article-layout.no-toc {
  grid-template-columns: minmax(0, 1fr);
  justify-content: stretch;
}

.oj-layout-wide .oj-article-layout.no-toc,
.oj-layout-wide .oj-article-content {
  --oj-article: 920px;
}

.oj-layout-canvas .oj-article-layout,
.oj-layout-canvas .oj-article-layout.no-toc {
  display: block;
  width: 100%;
  max-width: var(--oj-wide);
}

.oj-layout-canvas .oj-article-content {
  max-width: none;
}

.oj-toc {
  position: -webkit-sticky;
  position: sticky;
  top: var(--oj-sticky-offset, 120px);
  align-self: start;
  max-height: calc(100vh - var(--oj-sticky-offset, 120px) - 24px);
  padding: 8px 12px 8px 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: var(--oj-border) transparent;
}

.oj-toc::-webkit-scrollbar {
  width: 5px;
}

.oj-toc::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--oj-border);
}

.oj-toc__title {
  margin-bottom: 18px;
  color: var(--oj-espresso);
  font-size: .77rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.oj-toc ol {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.oj-toc li.is-subheading {
  padding-left: 14px;
}

.oj-toc a {
  display: block;
  padding-left: 12px;
  border-left: 2px solid var(--oj-border);
  color: var(--oj-muted);
  font-size: .84rem;
  line-height: 1.45;
  text-decoration: none;
}

.oj-toc a:hover,
.oj-toc a.is-active {
  border-color: var(--oj-gold);
  color: var(--oj-espresso);
}

.oj-article-content {
  min-width: 0;
  width: 100%;
  max-width: none;
  font-size: clamp(1rem, .45vw + .92rem, 1.12rem);
}

.oj-article-content > * {
  max-width: var(--oj-article);
  margin-inline: auto;
}

.oj-layout-canvas .oj-article-content > *:not(.alignwide):not(.alignfull) {
  width: min(calc(100% - (var(--oj-gutter) * 2)), var(--oj-article));
}

.oj-article-content > p,
.oj-article-content > ul,
.oj-article-content > ol,
.oj-article-content > blockquote,
.oj-article-content > figure,
.oj-article-content > .wp-block-group,
.oj-article-content > .wp-block-columns {
  margin-bottom: 28px;
}

.oj-article-content h2 {
  margin-top: clamp(64px, 8vw, 100px);
  margin-bottom: 24px;
  scroll-margin-top: calc(var(--oj-sticky-offset, 120px) + 24px);
}

.oj-article-content h3 {
  margin-top: 46px;
  margin-bottom: 18px;
  scroll-margin-top: calc(var(--oj-sticky-offset, 120px) + 24px);
}

.oj-article-content h4 {
  margin-top: 36px;
  margin-bottom: 14px;
  font-size: 1.1rem;
}

.oj-article-content .oracle-article-lead {
  color: var(--oj-espresso);
  font-family: var(--oj-heading);
  font-size: clamp(1.22rem, 1.65vw, 1.52rem);
  line-height: 1.55;
  letter-spacing: -.015em;
}

.oj-article-content a {
  color: var(--oj-brown);
  text-decoration-color: var(--oj-copper);
}

.oj-article-content ul,
.oj-article-content ol {
  padding-left: 1.35em;
}

.oj-article-content li {
  margin-bottom: 12px;
  padding-left: 8px;
}

.oj-article-content ol li::marker {
  color: var(--oj-brown);
  font-weight: 700;
}

.oj-article-content blockquote,
.oj-article-content .wp-block-quote {
  margin-block: clamp(46px, 6vw, 76px);
  padding: 8px 0 8px clamp(24px, 3vw, 38px);
  border-left: 3px solid var(--oj-gold);
  color: var(--oj-espresso);
  font-family: var(--oj-heading);
  font-size: clamp(1.2rem, 1.6vw, 1.48rem);
  line-height: 1.55;
}

.oj-article-content figure img {
  width: 100%;
}

.oj-article-content figcaption {
  margin-top: 10px;
  color: var(--oj-muted);
  font-size: .8rem;
  line-height: 1.5;
}

.oj-article-content .alignwide {
  width: min(calc(100vw - (var(--oj-gutter) * 2)), var(--oj-wide));
  max-width: var(--oj-wide);
  margin-left: 50%;
  transform: translateX(-50%);
}

.oj-article-content .alignfull {
  width: min(calc(100vw - (var(--oj-gutter) * 2)), var(--oj-wide));
  max-width: var(--oj-wide);
  margin-left: 50%;
  transform: translateX(-50%);
}

.oj-article-content .wp-block-columns {
  gap: clamp(28px, 4vw, 60px);
}

.oj-article-content .wp-block-button__link {
  border-radius: 6px;
  background: var(--oj-brown);
  color: var(--oj-white);
  font-weight: 700;
}

.oj-article-content table {
  width: 100%;
  border-collapse: collapse;
}

.oj-article-content th,
.oj-article-content td {
  padding: 14px;
  border: 1px solid var(--oj-border);
  text-align: left;
}

.oj-article-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: center;
  margin-bottom: var(--oj-section);
  padding-block: clamp(42px, 6vw, 72px);
  border-top: 1px solid var(--oj-border);
  border-bottom: 1px solid var(--oj-border);
}

.oj-article-cta h2 {
  max-width: 820px;
}

.oj-related {
  padding-bottom: var(--oj-section);
}

.oj-embedded-archive {
  background: transparent;
}

.oj-shortcode-host {
  position: relative;
  left: 50%;
  width: min(100vw, 1440px);
  width: min(100dvw, 1440px);
  max-width: 1440px;
  margin-left: 0;
  transform: translateX(-50%);
}

.oj-shortcode-host > .oracle-journal {
  width: 100%;
}

.oj-archive-intro--search-only {
  grid-template-columns: minmax(280px, 520px);
  justify-content: end;
}

.oj-shortcode-count {
  display: flex;
  justify-content: flex-end;
  padding-block: 22px;
  border-bottom: 1px solid var(--oj-border);
}

.oj-shortcode-pagination-only {
  padding-bottom: var(--oj-section);
}

@media (max-width: 1199px) {
  .oj-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .oj-article-layout.has-toc {
    grid-template-columns: 200px minmax(0, 1fr);
    gap: 54px;
  }
}

@media (max-width: 991px) {
  .oj-archive-intro,
  .oj-featured-story {
    grid-template-columns: 1fr;
  }

  .oj-archive-intro {
    align-items: start;
  }

  .oj-search {
    max-width: 520px;
  }

  .oj-featured-story__content {
    max-width: 720px;
  }

  .oj-article-layout.has-toc {
    grid-template-columns: 1fr;
  }

  .oj-toc {
    position: static;
    max-width: var(--oj-article);
    max-height: none;
    margin: 0 auto 54px;
    padding: 24px 0;
    overflow: visible;
    border-top: 1px solid var(--oj-border);
    border-bottom: 1px solid var(--oj-border);
  }
}

@media (max-width: 767px) {
  .oracle-journal.oj-single,
  .oj-shortcode-host {
    width: 100vw;
    width: 100dvw;
  }

  .oracle-journal h1 {
    font-size: clamp(2.25rem, 11vw, 3.45rem);
  }

  .oracle-journal h2 {
    font-size: clamp(1.8rem, 8vw, 2.55rem);
  }

  .oj-archive-intro {
    padding-block: 72px 58px;
  }

  .oj-filter-bar,
  .oj-section-heading,
  .oj-article-cta {
    grid-template-columns: 1fr;
  }

  .oj-filter-bar {
    display: block;
  }

  .oj-result-count {
    margin-top: 18px;
  }

  .oj-section-heading {
    gap: 18px;
    padding-bottom: 42px;
  }

  .oj-section-heading > p {
    margin-left: 0;
  }

  .oj-section-heading--compact .oj-text-link {
    justify-self: start;
  }

  .oj-card-grid {
    grid-template-columns: 1fr;
  }

  .oj-featured-story {
    padding-block: 62px;
  }

  .oj-article-hero {
    padding-block: 68px 46px;
  }

  .oj-back-link {
    margin-bottom: 50px;
  }

  .oj-featured-image {
    width: 100%;
    margin-bottom: 64px;
  }

  .oj-featured-image figcaption {
    padding-inline: var(--oj-gutter);
  }

  .oj-article-content .alignwide,
  .oj-article-content .alignfull {
    width: 100vw;
  }

  .oj-article-cta {
    justify-items: start;
  }
}

@media (max-width: 479px) {
  .oj-button {
    width: 100%;
  }

  .oj-filter-list {
    gap: 8px 22px;
  }

  .oj-cover-fallback {
    padding: 24px;
  }

  .oj-meta {
    gap: 7px 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .oracle-journal *,
  .oracle-journal *::before,
  .oracle-journal *::after {
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
  }
}


/* Embedded archive spacing and theme integration */
.oj-shortcode-host,
.oj-shortcode-host > .oracle-journal,
.oj-embedded-archive {
  background: transparent !important;
}

.oj-embedded-archive .oj-archive-intro {
  padding-block: clamp(44px, 5.5vw, 78px) clamp(32px, 4vw, 54px);
}

.oj-embedded-archive .oj-filter-bar {
  padding-bottom: 20px;
}

.oj-embedded-archive .oj-featured-story {
  padding-block: clamp(46px, 6vw, 82px);
}

.oj-embedded-archive .oj-latest {
  padding-block: clamp(38px, 5vw, 70px) clamp(58px, 7vw, 96px);
}

.oj-embedded-archive .oj-section-heading {
  padding-block: 28px 44px;
}

.oj-embedded-archive .oj-empty-state {
  padding-block: clamp(54px, 7vw, 92px);
}

@media (max-width: 767px) {
  .oj-embedded-archive .oj-archive-intro {
    padding-block: 44px 36px;
  }

  .oj-embedded-archive .oj-featured-story {
    padding-block: 46px;
  }

  .oj-embedded-archive .oj-latest {
    padding-block: 34px 64px;
  }
}


/* Elementor Full Width and UAE integration for single journal articles. */
body.oracle-journal-single-full-width #content,
body.oracle-journal-single-full-width #primary,
body.oracle-journal-single-full-width .site-content,
body.oracle-journal-single-full-width .content-area,
body.oracle-journal-single-full-width .site-main,
body.oracle-journal-single-full-width .site-content > .container,
body.oracle-journal-single-full-width .site-content > .ast-container,
body.oracle-journal-single-full-width #content > .container,
body.oracle-journal-single-full-width #content > .ast-container,
body.oracle-journal-single-full-width article.type-oracle_article {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

body.oracle-journal-single-full-width .oracle-journal .oj-shell,
body.oracle-journal-single-full-width .oracle-journal .oj-article-layout,
.oracle-journal.oj-embedded-archive .oj-shell {
  padding-left: 0;
  padding-right: 0;
}

/* Direct Elementor/UAE shell used by individual Oracle Journal posts. */
.oracle-journal-builder-location {
	display: block;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}
.oracle-journal-builder-location > .elementor {
	width: 100%;
	max-width: none;
}

/* Version 1.9: rebuilt mobile layout.
 * Desktop remains edge-to-edge inside the 1440px journal canvas. On phones,
 * text receives a safe reading gutter while media stays intentionally full bleed.
 */
@media (max-width: 767px) {
  html,
  body.oracle-journal-page {
    max-width: 100%;
    overflow-x: clip;
  }

  .oracle-journal {
    --oj-gutter: 20px;
    --oj-section: 64px;
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    line-height: 1.68;
    overflow: visible;
  }

  .oracle-journal.oj-single,
  .oj-shortcode-host,
  .oj-shortcode-host > .oracle-journal {
    position: static;
    left: auto;
    width: 100%;
    max-width: 100%;
    margin: 0;
    transform: none;
  }

  .oj-shell,
  .oj-article-layout {
    width: 100%;
    max-width: 100%;
    padding-left: var(--oj-gutter);
    padding-right: var(--oj-gutter);
  }

  .oracle-journal h1 {
    font-size: clamp(2.15rem, 9.6vw, 2.72rem);
    line-height: 1.07;
    letter-spacing: -.035em;
  }

  .oracle-journal h2 {
    font-size: clamp(1.82rem, 8vw, 2.22rem);
    line-height: 1.12;
    letter-spacing: -.027em;
  }

  .oracle-journal h3,
  .oj-card h3 {
    font-size: clamp(1.55rem, 7.1vw, 1.95rem);
    line-height: 1.16;
    letter-spacing: -.022em;
  }

  .oj-kicker {
    margin-bottom: 12px;
    font-size: .7rem;
    letter-spacing: .11em;
  }

  .oj-meta {
    gap: 6px 13px;
    margin-bottom: 13px;
    font-size: .69rem;
    line-height: 1.45;
    letter-spacing: .035em;
  }

  .oj-button {
    width: 100%;
    min-height: 52px;
    padding: 14px 18px;
  }

  /* Archive introduction */
  .oj-archive-intro,
  .oj-embedded-archive .oj-archive-intro {
    display: grid;
    grid-template-columns: 1fr;
    gap: 34px;
    align-items: start;
    padding-top: 42px;
    padding-bottom: 34px;
  }

  .oj-archive-intro h1,
  .oj-archive-intro h2 {
    margin-bottom: 16px;
  }

  .oj-archive-lede {
    max-width: 34rem;
    font-size: 1rem;
    line-height: 1.65;
  }

  .oj-search {
    width: 100%;
    max-width: none;
  }

  .oj-search label {
    margin-bottom: 8px;
    font-size: .74rem;
  }

  .oj-search__control {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .oj-search input {
    width: 100%;
    min-width: 0;
    height: 52px;
    padding-right: 10px;
    font-size: .96rem;
  }

  .oj-search input::placeholder {
    color: #8d8782;
    opacity: 1;
  }

  .oj-search button {
    min-width: 62px;
    min-height: 48px;
    font-size: .8rem;
  }

  /* Topic navigation is a clean horizontal rail instead of a cramped wrap. */
  .oj-filter-bar {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    align-items: start;
    padding-top: 0;
    padding-bottom: 14px;
    overflow: visible;
  }

  .oj-filter-list {
    display: flex;
    flex-wrap: nowrap;
    gap: 0 26px;
    width: calc(100% + var(--oj-gutter));
    min-width: 0;
    margin-right: calc(var(--oj-gutter) * -1);
    padding-right: var(--oj-gutter);
    padding-bottom: 5px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .oj-filter-list::-webkit-scrollbar {
    display: none;
  }

  .oj-filter-link {
    flex: 0 0 auto;
    min-height: 42px;
    padding: 10px 0 7px;
    font-size: .86rem;
    white-space: nowrap;
  }

  .oj-result-count {
    justify-self: end;
    margin: 0;
    font-size: .72rem;
  }

  /* Featured story uses a full-bleed image and a readable inset text block. */
  .oj-featured-story,
  .oj-embedded-archive .oj-featured-story {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 30px 0 42px;
  }

  .oj-featured-story__visual,
  .oj-card__visual {
    width: 100%;
  }

  .oj-cover-image,
  .oj-cover-image--featured,
  .oj-cover-fallback {
    aspect-ratio: 4 / 3;
  }

  .oj-featured-story__content {
    padding: 26px var(--oj-gutter) 0;
  }

  .oj-featured-story__content h2 {
    margin-bottom: 14px;
  }

  .oj-featured-story__content > p:not(.oj-meta) {
    margin-bottom: 22px;
    font-size: .99rem;
    line-height: 1.65;
  }

  /* Latest articles */
  .oj-latest,
  .oj-embedded-archive .oj-latest {
    padding: 0 0 68px;
  }

  .oj-section-heading,
  .oj-embedded-archive .oj-section-heading {
    grid-template-columns: 1fr;
    gap: 14px;
    margin: 0 var(--oj-gutter);
    padding: 28px 0 30px;
  }

  .oj-section-heading > p {
    max-width: 32rem;
    margin: 0;
    font-size: .98rem;
    line-height: 1.65;
  }

  .oj-section-heading--compact .oj-text-link {
    justify-self: start;
  }

  .oj-card-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .oj-card {
    padding-bottom: 44px;
  }

  .oj-card + .oj-card {
    padding-top: 6px;
    border-top: 1px solid var(--oj-border);
  }

  .oj-card__body {
    padding: 24px var(--oj-gutter) 0;
  }

  .oj-card h3 {
    margin-bottom: 12px;
  }

  .oj-card__body > p:not(.oj-meta) {
    margin-bottom: 18px;
    font-size: .98rem;
    line-height: 1.65;
  }

  .navigation.pagination {
    margin: 16px var(--oj-gutter) 0;
  }

  .oj-empty-state {
    padding-top: 58px;
    padding-bottom: 64px;
  }

  /* Single article */
  .oj-article-hero {
    padding-top: 42px;
    padding-bottom: 34px;
  }

  .oj-back-link {
    margin-bottom: 34px;
    font-size: .84rem;
  }

  .oj-article-hero h1 {
    margin-bottom: 20px;
  }

  .oj-article-deck {
    margin-top: 20px;
    font-size: 1.04rem;
    line-height: 1.65;
  }

  .oj-featured-image {
    width: 100%;
    max-width: none;
    margin: 0 0 48px;
    padding-left: 0;
    padding-right: 0;
  }

  .oj-featured-image img {
    width: 100%;
    max-height: none;
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }

  .oj-featured-image figcaption {
    padding-left: var(--oj-gutter);
    padding-right: var(--oj-gutter);
  }

  .oj-article-layout,
  .oj-article-layout.has-toc,
  .oj-article-layout.no-toc {
    display: block;
    padding-bottom: 64px;
  }

  .oj-toc {
    position: static;
    top: auto;
    max-width: none;
    max-height: 300px;
    margin: 0 0 42px;
    padding: 20px 0;
    overflow-x: hidden;
    overflow-y: auto;
    border-top: 1px solid var(--oj-border);
    border-bottom: 1px solid var(--oj-border);
  }

  .oj-toc__title {
    margin-bottom: 14px;
  }

  .oj-toc a {
    font-size: .82rem;
  }

  .oj-article-content {
    font-size: 1rem;
    line-height: 1.75;
  }

  .oj-article-content > * {
    width: 100%;
    max-width: 100%;
  }

  .oj-layout-canvas .oj-article-content > *:not(.alignwide):not(.alignfull) {
    width: 100%;
  }

  .oj-article-content > p,
  .oj-article-content > ul,
  .oj-article-content > ol,
  .oj-article-content > blockquote,
  .oj-article-content > figure,
  .oj-article-content > .wp-block-group,
  .oj-article-content > .wp-block-columns {
    margin-bottom: 24px;
  }

  .oj-article-content h2 {
    margin-top: 52px;
    margin-bottom: 18px;
  }

  .oj-article-content h3 {
    margin-top: 38px;
    margin-bottom: 14px;
  }

  .oj-article-content .oracle-article-lead {
    font-size: 1.13rem;
    line-height: 1.58;
  }

  .oj-article-content .alignwide,
  .oj-article-content .alignfull {
    width: calc(100% + (var(--oj-gutter) * 2));
    max-width: none;
    margin-left: calc(var(--oj-gutter) * -1);
    margin-right: calc(var(--oj-gutter) * -1);
    transform: none;
  }

  .oj-article-content .wp-block-columns {
    gap: 24px;
  }

  .oj-article-cta {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 64px;
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .oj-related {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 64px;
  }

  .oj-related .oj-section-heading {
    margin-left: var(--oj-gutter);
    margin-right: var(--oj-gutter);
  }
}

@media (max-width: 479px) {
  .oracle-journal {
    --oj-gutter: 18px;
  }

  .oracle-journal h1 {
    font-size: clamp(2rem, 10vw, 2.45rem);
  }

  .oracle-journal h2 {
    font-size: clamp(1.72rem, 8.3vw, 2.05rem);
  }

  .oracle-journal h3,
  .oj-card h3 {
    font-size: clamp(1.48rem, 7vw, 1.82rem);
  }

  .oj-archive-intro,
  .oj-embedded-archive .oj-archive-intro {
    padding-top: 36px;
  }
}

/* Version 2.0: editorial spacing and wider single-article layout. */
.oracle-journal.oj-single {
  --oj-article: 1040px;
  --oj-reading: 960px;
}

/* Give labels and metadata enough separation from the headings they introduce. */
.oj-archive-intro .oj-kicker {
  margin-bottom: 20px;
}

.oj-article-hero .oj-kicker {
  margin-bottom: 24px;
}

.oj-featured-story__content .oj-meta,
.oj-card__body .oj-meta {
  margin-bottom: 20px;
}

.oj-featured-story__content > p:not(.oj-meta) {
  margin-bottom: 38px;
}

.oj-card__body > p:not(.oj-meta) {
  margin-bottom: 26px;
}

/* A cleaner return control without the theme-generated underline collision. */
.oj-back-link {
  gap: 11px;
  margin-bottom: clamp(44px, 5vw, 68px);
  padding: 3px 0 5px;
  border-bottom: 1px solid transparent;
  text-decoration: none;
}

.oj-back-link span {
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  color: var(--oj-brown);
  font-size: 1.05rem;
  line-height: 1;
  transition: transform .22s var(--oj-ease);
}

.oj-back-link:hover {
  border-bottom-color: var(--oj-copper);
  text-decoration: none;
}

.oj-back-link:hover span {
  transform: translateX(-3px);
}

/* Single-article hero uses more of the 1440px editorial canvas. */
.oj-article-hero {
  padding-top: clamp(58px, 6vw, 92px);
  padding-bottom: clamp(58px, 6.5vw, 96px);
}

.oj-article-hero h1 {
  max-width: 1280px;
  margin-bottom: 34px;
}

.oj-article-hero .oj-meta {
  margin-bottom: 0;
}

.oj-article-deck {
  max-width: 980px;
  margin-top: 32px;
}

/* Wider article composition: navigator + a broad, readable text column. */
.oj-article-layout.has-toc {
  grid-template-columns: minmax(250px, 280px) minmax(0, 1fr);
  gap: clamp(64px, 6vw, 96px);
}

.oj-article-layout.no-toc .oj-article-content {
  max-width: 1120px;
  margin-inline: auto;
}

.oj-article-content > * {
  max-width: var(--oj-reading, 960px);
}

.oj-article-content > h2,
.oj-article-content > h3,
.oj-article-content > h4,
.oj-article-content > h5,
.oj-article-content > h6,
.oj-article-content > .wp-block-heading,
.oj-article-content > .oracle-article-lead {
  max-width: var(--oj-article, 1040px);
}

.oj-article-layout.has-toc .oj-article-content > * {
  margin-left: 0;
  margin-right: auto;
}

.oj-article-layout.no-toc .oj-article-content > * {
  margin-left: auto;
  margin-right: auto;
}

.oj-article-content > p,
.oj-article-content > ul,
.oj-article-content > ol,
.oj-article-content > blockquote,
.oj-article-content > figure,
.oj-article-content > .wp-block-group,
.oj-article-content > .wp-block-columns {
  margin-bottom: 26px;
}

.oj-article-content h2 {
  margin-top: clamp(54px, 5.5vw, 78px);
  margin-bottom: 26px;
}

.oj-article-content h3 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.oj-article-content .oracle-article-lead {
  margin-bottom: 30px;
}

/* Redesigned sticky article navigator. */
.oj-toc {
  padding: 24px 18px 26px 0;
  border-top: 3px solid var(--oj-espresso);
  border-bottom: 1px solid var(--oj-border);
}

.oj-toc__title {
  margin-bottom: 18px;
  color: var(--oj-brown);
  font-size: .74rem;
  letter-spacing: .12em;
}

.oj-toc ol {
  gap: 0;
}

.oj-toc li {
  margin: 0;
}

.oj-toc li.is-subheading {
  padding-left: 0;
}

.oj-toc a {
  position: relative;
  padding: 10px 10px 10px 17px;
  border-left: 1px solid var(--oj-border);
  font-size: .88rem;
  line-height: 1.42;
  transition: color .2s ease, border-color .2s ease, background-color .2s ease, padding-left .2s ease;
}

.oj-toc li.is-subheading a {
  padding-left: 31px;
  color: #807873;
  font-size: .81rem;
}

.oj-toc a:hover,
.oj-toc a.is-active {
  padding-left: 21px;
  border-left-width: 3px;
  border-left-color: var(--oj-gold);
  background: rgba(245, 240, 235, .62);
  color: var(--oj-espresso);
}

.oj-toc li.is-subheading a:hover,
.oj-toc li.is-subheading a.is-active {
  padding-left: 35px;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .oj-article-layout.has-toc {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 48px;
  }

  .oj-toc a {
    font-size: .82rem;
  }
}

@media (max-width: 991px) {
  .oj-toc {
    width: 100%;
    max-width: var(--oj-article);
    margin-bottom: 58px;
    padding: 24px 0 26px;
  }

  .oj-article-layout.has-toc .oj-article-content > * {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .oj-archive-intro .oj-kicker,
  .oj-article-hero .oj-kicker {
    margin-bottom: 17px;
  }

  .oj-featured-story__content .oj-meta,
  .oj-card__body .oj-meta {
    margin-bottom: 17px;
  }

  .oj-featured-story__content > p:not(.oj-meta) {
    margin-bottom: 30px;
  }

  .oj-card__body > p:not(.oj-meta) {
    margin-bottom: 24px;
  }

  .oj-article-hero {
    padding-top: 40px;
    padding-bottom: 48px;
  }

  .oj-back-link {
    width: auto;
    margin-bottom: 38px;
  }

  .oj-article-hero h1 {
    margin-bottom: 26px;
  }

  .oj-article-deck {
    margin-top: 26px;
  }

  .oj-toc {
    max-height: none;
    margin-bottom: 46px;
    padding: 22px 0 24px;
    overflow: visible;
  }

  .oj-toc a {
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: .84rem;
  }

  .oj-article-content h2 {
    margin-top: 48px;
    margin-bottom: 20px;
  }

  .oj-article-content h3 {
    margin-top: 34px;
    margin-bottom: 16px;
  }
}

/* Version 2.1: match the Elementor header's responsive horizontal rhythm. */
.oracle-journal {
  --oj-gutter: 64px;
}

/* Every major archive and article region now shares one aligned content edge. */
.oracle-journal .oj-shell,
.oracle-journal .oj-article-layout {
  padding-left: var(--oj-gutter);
  padding-right: var(--oj-gutter);
}

@media (max-width: 1199px) {
  .oracle-journal {
    --oj-gutter: 32px;
  }
}

@media (max-width: 767px) {
  .oracle-journal {
    --oj-gutter: 20px;
  }
}

@media (max-width: 479px) {
  .oracle-journal {
    --oj-gutter: 18px;
  }
}

/* 2.2.0: refined navigator, image-led article CTA, and clean article links. */
.oj-toc {
  padding-top: 0;
  border-top: 0;
}

.oj-text-link {
  text-decoration: none;
  text-decoration-color: transparent;
}

.oj-card__read-link {
  min-height: 44px;
  gap: 12px;
  padding: 11px 17px;
  border: 1px solid var(--oj-brown);
  border-radius: 6px;
  background: var(--oj-brown);
  color: var(--oj-white);
  font-size: .88rem;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color .22s var(--oj-ease), border-color .22s var(--oj-ease), transform .22s var(--oj-ease);
}

.oj-card__read-link:hover,
.oj-card__read-link:focus-visible {
  border-color: var(--oj-espresso);
  background: var(--oj-espresso);
  color: var(--oj-white);
  text-decoration: none;
  transform: translateY(-1px);
}

.oj-card__read-link span {
  display: inline-block;
  transition: transform .22s var(--oj-ease);
}

.oj-card__read-link:hover span,
.oj-card__read-link:focus-visible span {
  transform: translateX(4px);
}

.oj-article-cta {
  position: relative;
  isolation: isolate;
  display: block;
  min-height: clamp(390px, 34vw, 520px);
  overflow: hidden;
  margin-bottom: var(--oj-section);
  padding: clamp(58px, 7vw, 96px) clamp(38px, 6vw, 82px);
  border: 0;
  background-color: var(--oj-cream);
}

.oj-article-cta::before {
  position: absolute;
  z-index: -2;
  inset: 0 0 0 36%;
  content: "";
  background-image: var(--oj-cta-image);
  background-position: center;
  background-size: cover;
  opacity: .94;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, .25) 18%, #000 58%);
  mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, .25) 18%, #000 58%);
}

.oj-article-cta::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background: rgba(245, 240, 235, .08);
  pointer-events: none;
}

.oj-article-cta:not(.has-image)::before {
  display: none;
}

.oj-article-cta__content {
  width: min(58%, 720px);
  padding: clamp(26px, 3.5vw, 44px);
  background: rgba(245, 240, 235, .94);
}

.oj-article-cta .oj-kicker {
  margin-bottom: 20px;
}

.oj-article-cta h2 {
  max-width: 680px;
  margin-bottom: 34px;
}

.oj-article-cta .oj-button {
  margin-top: 0;
}

@media (max-width: 991px) {
  .oj-article-cta {
    min-height: 500px;
    padding: 0;
    background-color: var(--oj-cream);
  }

  .oj-article-cta::before {
    inset: 0 0 38% 0;
    opacity: .82;
    -webkit-mask-image: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, .8) 54%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, .8) 54%, transparent 100%);
  }

  .oj-article-cta::after {
    background: transparent;
  }

  .oj-article-cta__content {
    position: absolute;
    right: var(--oj-gutter);
    bottom: clamp(30px, 6vw, 52px);
    left: var(--oj-gutter);
    width: auto;
    padding: clamp(28px, 5vw, 42px);
  }
}

@media (max-width: 579px) {
  .oj-article-cta {
    min-height: 540px;
  }

  .oj-article-cta::before {
    inset: 0 0 42% 0;
    background-position: center top;
  }

  .oj-article-cta__content {
    right: 18px;
    bottom: 18px;
    left: 18px;
    padding: 28px 22px;
  }

  .oj-article-cta h2 {
    margin-bottom: 26px;
    font-size: clamp(1.9rem, 9vw, 2.55rem);
  }

  .oj-article-cta .oj-button {
    width: 100%;
  }
}


/* 2.3.0: true 1440px content canvas, responsive gutters, and refined CTA surface. */
:root {
  --oj-page-max: 1440px;
}

/* The journal can break out of a narrow builder container, while each content
 * region stays centered and never exceeds 1440px. */
.oracle-journal.oj-single,
.oj-shortcode-host {
  position: relative;
  left: 50%;
  width: 100vw;
  width: 100dvw;
  max-width: none;
  margin-left: 0;
  transform: translateX(-50%);
}

.oj-shortcode-host > .oracle-journal,
.oracle-journal.oj-single {
  max-width: none;
}

.oracle-journal .oj-shell,
.oracle-journal .oj-article-layout {
  width: min(calc(100% - var(--oj-gutter) - var(--oj-gutter)), var(--oj-page-max));
  max-width: var(--oj-page-max);
  margin-inline: auto;
  padding-left: 0;
  padding-right: 0;
}

/* Keep the same responsive side rhythm as the Elementor header. */
.oracle-journal {
  --oj-gutter: 64px;
}

@media (max-width: 1199px) {
  .oracle-journal {
    --oj-gutter: 32px;
  }
}

@media (max-width: 767px) {
  .oracle-journal {
    --oj-gutter: 20px;
  }

  .oracle-journal.oj-single,
  .oj-shortcode-host {
    position: relative;
    left: 50%;
    width: 100vw;
    width: 100dvw;
    max-width: none;
    margin-left: 0;
    transform: translateX(-50%);
  }
}

@media (max-width: 479px) {
  .oracle-journal {
    --oj-gutter: 18px;
  }
}

/* The CTA keeps the image fade, but the copy surface now feels integrated
 * rather than appearing as a hard rectangular block. */
.oj-article-cta {
  border: 1px solid rgba(53, 39, 32, .08);
  border-radius: 12px;
  background-color: var(--oj-cream);
  box-shadow: 0 18px 54px rgba(53, 39, 32, .07);
}

.oj-article-cta__content {
  border: 1px solid rgba(53, 39, 32, .08);
  border-radius: 10px;
  background: rgba(245, 240, 235, .9);
  box-shadow: 0 16px 44px rgba(53, 39, 32, .08);
}

@media (max-width: 991px) {
  .oj-article-cta__content {
    right: clamp(20px, 4vw, 40px);
    left: clamp(20px, 4vw, 40px);
  }
}

@media (max-width: 579px) {
  .oj-article-cta {
    border-radius: 10px;
  }

  .oj-article-cta__content {
    right: 16px;
    left: 16px;
    border-radius: 8px;
  }
}


/* 2.4.0: deliberate button interaction for mouse, touch, and keyboard. */
.oracle-journal .oj-button {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transform: translate3d(0, 0, 0);
  transform-origin: center;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  user-select: none;
  will-change: transform;
  transition:
    border-color .24s var(--oj-ease),
    background-color .24s var(--oj-ease),
    color .24s var(--oj-ease),
    transform .14s cubic-bezier(.2, .8, .2, 1),
    box-shadow .2s ease;
}

.oracle-journal .oj-button::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: var(--oj-espresso);
  content: "";
  pointer-events: none;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform .28s var(--oj-ease);
}

.oracle-journal .oj-button span,
.oracle-journal .oj-button svg {
  position: relative;
  z-index: 1;
}

.oracle-journal .oj-button svg {
  flex: 0 0 auto;
  transform: translate3d(0, 0, 0);
  transition: transform .2s var(--oj-ease);
}

@media (hover: hover) and (pointer: fine) {
  .oracle-journal .oj-button:hover {
    border-color: var(--oj-espresso);
    background: var(--oj-brown);
    color: var(--oj-white);
    transform: translate3d(0, -2px, 0);
    box-shadow: 0 10px 24px rgba(53, 39, 32, .14);
  }

  .oracle-journal .oj-button:hover::before {
    transform: scaleX(1);
    transform-origin: left center;
  }

  .oracle-journal .oj-button:hover svg {
    transform: translate3d(4px, 0, 0);
  }
}

.oracle-journal .oj-button:active,
.oracle-journal .oj-button.is-pressed {
  border-color: var(--oj-espresso);
  background: var(--oj-espresso);
  color: var(--oj-white);
  box-shadow: 0 3px 9px rgba(53, 39, 32, .16);
  transform: translate3d(0, 1px, 0) scale(.985);
  transition-duration: .08s;
}

.oracle-journal .oj-button:active::before,
.oracle-journal .oj-button.is-pressed::before {
  transform: scaleX(1);
  transform-origin: left center;
}

.oracle-journal .oj-button:active svg,
.oracle-journal .oj-button.is-pressed svg {
  transform: translate3d(2px, 0, 0) scale(.96);
}

.oracle-journal .oj-button:focus-visible {
  outline: 3px solid rgba(221, 181, 29, .48);
  outline-offset: 4px;
}

.oracle-journal .oj-button:focus:not(:focus-visible) {
  outline: 0;
}

@media (hover: none) {
  .oracle-journal .oj-button:hover {
    border-color: var(--oj-brown);
    background: var(--oj-brown);
    box-shadow: none;
    transform: translate3d(0, 0, 0);
  }

  .oracle-journal .oj-button:hover::before {
    transform: scaleX(0);
  }

  .oracle-journal .oj-button:hover svg {
    transform: translate3d(0, 0, 0);
  }

  .oracle-journal .oj-button:active,
  .oracle-journal .oj-button.is-pressed {
    border-color: var(--oj-espresso);
    background: var(--oj-espresso);
    box-shadow: 0 2px 7px rgba(53, 39, 32, .16);
    transform: translate3d(0, 1px, 0) scale(.985);
  }

  .oracle-journal .oj-button:active::before,
  .oracle-journal .oj-button.is-pressed::before {
    transform: scaleX(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .oracle-journal .oj-button,
  .oracle-journal .oj-button::before,
  .oracle-journal .oj-button svg {
    transition-duration: .01ms !important;
  }

  .oracle-journal .oj-button:hover,
  .oracle-journal .oj-button:active,
  .oracle-journal .oj-button.is-pressed,
  .oracle-journal .oj-button:hover svg,
  .oracle-journal .oj-button:active svg,
  .oracle-journal .oj-button.is-pressed svg {
    transform: none !important;
  }
}

/* 2.5.0: remove the visible CTA copy panel while preserving its layout. */
.oj-article-cta__content {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

@media (min-width: 992px) {
  .oj-article-cta__content {
    padding: 0;
  }
}

/* 2.6.0: vertically centered CTA copy with breathing room and no visible panel. */
@media (min-width: 992px) {
  .oj-article-cta {
    display: flex;
    align-items: center;
    min-height: clamp(420px, 35vw, 540px);
    padding: clamp(48px, 5.5vw, 84px) clamp(48px, 6vw, 96px);
  }

  .oj-article-cta__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: min(52%, 720px);
    min-height: 100%;
    padding: clamp(18px, 2vw, 30px) 0;
  }
}

@media (max-width: 991px) {
  .oj-article-cta__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}

/* 2.7.0: exact 8rem desktop navigator offset and a true 1440px single-post frame. */
.oracle-journal.oj-single {
  position: relative;
  left: 50%;
  width: min(calc(100vw - (var(--oj-gutter) * 2)), 1440px);
  width: min(calc(100dvw - (var(--oj-gutter) * 2)), 1440px);
  max-width: 1440px;
  margin-left: 0;
  margin-right: 0;
  transform: translateX(-50%);
}

.oracle-journal.oj-single .oj-shell,
.oracle-journal.oj-single .oj-article-layout {
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 992px) {
  .oracle-journal.oj-single .oj-toc {
    top: 8rem;
    max-height: calc(100vh - 8rem - 24px);
  }
}


/* 2.9.0: restore intentional CTA inset after the single-post full-width shell reset. */
@media (min-width: 992px) {
  .oracle-journal.oj-single .oj-article-cta {
    display: flex;
    align-items: center;
    min-height: clamp(460px, 34vw, 540px);
    padding-block: clamp(64px, 6vw, 96px);
    padding-inline: clamp(52px, 5vw, 80px);
  }

  .oracle-journal.oj-single .oj-article-cta__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: min(48%, 660px);
    min-height: 0;
    padding: 0;
  }

  .oracle-journal.oj-single .oj-article-cta .oj-kicker {
    margin-bottom: 20px;
  }

  .oracle-journal.oj-single .oj-article-cta h2 {
    max-width: 640px;
    margin-bottom: 34px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .oracle-journal.oj-single .oj-article-cta {
    padding-inline: 48px;
  }

  .oracle-journal.oj-single .oj-article-cta__content {
    width: min(54%, 620px);
  }
}
