.vp-page-oxytocin-protocols {
  --op-white: #fcfeff;
  --op-cream: #fffdfa;
  --op-soft: #f0f6ff;
  --op-navy-800: #051730;
  --op-navy-700: #08234a;
  --op-navy-600: #0d3c7e;
  --op-grey: #3e4651;
  --op-ink: #0e0f0f;
  --op-beige-100: #dabb9a;
  --op-beige-200: #d1ac84;
  --op-beige-400: #bf8f5c;
  --op-beige-600: #ac753a;
  --op-border: rgba(193, 200, 212, 0.3);
  background: var(--op-white);
}

.vp-page-oxytocin-protocols .op-container { width: min(100%, 1440px); margin: 0 auto; padding-inline: 60px; }
.vp-page-oxytocin-protocols .op-container-narrow { width: min(100%, 950px); }
.vp-page-oxytocin-protocols h1, .vp-page-oxytocin-protocols h2, .vp-page-oxytocin-protocols h3 { margin: 0; font-family: var(--vp-display); font-weight: 400; letter-spacing: 1px; }
.vp-page-oxytocin-protocols p { margin: 0; }
.vp-page-oxytocin-protocols .op-eyebrow { margin: 0 0 32px; color: var(--op-beige-200); font-family: var(--vp-sans); font-size: 20px; font-weight: 800; line-height: 1.5; letter-spacing: 3px; text-transform: uppercase; }
.vp-page-oxytocin-protocols .op-eyebrow-light { color: var(--op-beige-200); }
.vp-page-oxytocin-protocols .op-lede { color: var(--op-grey); font-size: 24px; line-height: 1.5; }

.op-hero { position: relative; display: flex; align-items: center; min-height: 700px; color: var(--op-cream); isolation: isolate; overflow: hidden; }
.op-hero-media { position: absolute; inset: 0; z-index: -2; }
.op-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.op-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(5, 23, 48, 0.7) 0%, rgba(5, 23, 48, 0.7) 41.135%, rgba(5, 23, 48, 0) 100%); }
.vp-page-oxytocin-protocols .op-hero .op-container, .vp-page-oxytocin-protocols .op-hero .op-hero-container { width: 100%; max-width: none; margin: 0; padding-inline: 80px; }
.op-hero-copy { max-width: 1034px; }
.op-hero h1 { color: var(--op-cream); font-size: 100px; line-height: 1.15; letter-spacing: 0; }
.op-hero .op-lede { max-width: 1034px; margin-top: 24px; color: var(--op-cream); font-family: var(--vp-sans); font-weight: 400; }

.op-intro { display: flex; align-items: center; justify-content: center; min-height: 348px; padding: 84px 60px; background: var(--op-cream); text-align: center; }
.op-intro-frame { position: relative; }
.op-intro-frame::before, .op-intro-frame::after { content: ""; position: absolute; width: 100px; height: 100px; pointer-events: none; }
.op-intro-frame::before { top: -36px; left: -32px; border-top: 2px solid var(--op-beige-400); border-left: 2px solid var(--op-beige-400); }
.op-intro-frame::after { right: -32px; bottom: -36px; border-right: 2px solid var(--op-beige-400); border-bottom: 2px solid var(--op-beige-400); }
.op-intro p { color: var(--op-ink); font-family: var(--vp-sans); font-size: 24px; font-style: italic; line-height: 1.5; }
.op-intro p + p { margin-top: 24px; }

.op-section { padding: 84px 0; background: var(--op-white); }
.op-section-soft { background: var(--op-soft); }
.op-section-head { max-width: 1000px; margin: 0 auto 64px; text-align: center; }
.op-section-head h2 { color: var(--op-navy-700); font-size: 84px; line-height: 1.2; }

.op-list-grid { display: flex; flex-direction: column; gap: 24px; max-width: 820px; margin: 0 auto; }
.op-list-card { display: flex; gap: 20px; align-items: center; padding: 32px; border: 1px solid var(--op-border); border-radius: 8px; background: var(--op-white); box-shadow: 0 12px 12px rgba(0, 0, 0, 0.05); }
.op-list-num { display: inline-flex; flex: 0 0 32px; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 50%; background: var(--op-beige-400); color: var(--op-white); font-family: var(--vp-sans); font-size: 16px; font-weight: 700; }
.op-list-card p { flex: 1; color: var(--op-navy-700); font-family: var(--vp-sans); font-size: 20px; font-weight: 450; line-height: 1.5; }

.op-split-section {
  padding: 84px 0;
  background: var(--op-soft);
}

.op-split-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 574px);
  gap: 64px;
  align-items: start;
}

.op-split-copy {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.op-split-copy h2 { color: var(--op-navy-700); font-size: 56px; line-height: 1.2; text-align: left; }
.op-split-copy p { color: var(--op-ink); font-family: var(--vp-sans); font-size: 18px; line-height: 1.5; }

.op-split-media {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  aspect-ratio: 574 / 678;
}

.op-split-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.op-bullets { margin: 0; padding-left: 1.2em; color: var(--op-ink); font-family: var(--vp-sans); font-size: 18px; line-height: 1.6; }
.op-bullets li + li { margin-top: 12px; }

.op-split-cta { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); min-height: 600px; }
.op-split-cta-copy { display: flex; flex-direction: column; justify-content: center; gap: 24px; padding: 84px 60px; background: var(--op-navy-800); color: var(--op-cream); }
.op-split-cta-copy .op-eyebrow { margin-bottom: 0; }
.op-split-cta-copy h2 { color: var(--op-white); font-size: 56px; line-height: 1.2; }
.op-split-cta-copy p { color: var(--op-soft); font-family: var(--vp-sans); font-size: 18px; line-height: 1.5; }
.op-split-cta-media { position: relative; min-height: 600px; overflow: hidden; }
.op-split-cta-media::after { content: ""; position: absolute; inset: 0; background: rgba(5, 23, 48, 0.4); pointer-events: none; }
.op-split-cta-media img { display: block; width: 100%; height: 100%; min-height: 600px; object-fit: cover; object-position: center; }

.op-ingredient-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; max-width: 1320px; margin: 0 auto; }
.op-ingredient-card { display: flex; flex-direction: column; gap: 16px; padding: 32px; border: 1px solid var(--op-border); border-radius: 8px; background: var(--op-white); box-shadow: 0 12px 12px rgba(0, 0, 0, 0.05); }
.op-ingredient-icon { display: block; width: 48px; height: 48px; border-radius: 8px; background: var(--op-navy-800); }
.op-ingredient-card h3 { color: var(--op-navy-700); font-size: 32px; line-height: 1.2; }
.op-ingredient-card p { color: var(--op-grey); font-family: var(--vp-sans); font-size: 16px; line-height: 1.5; }

.op-disclaimer { padding: 84px 60px; background: var(--op-cream); text-align: center; }
.op-disclaimer h2 { color: var(--op-navy-700); font-size: 44px; line-height: 1.2; }
.op-disclaimer p { margin-top: 24px; color: var(--op-ink); font-family: var(--vp-sans); font-size: 24px; line-height: 1.5; }

.op-actions { display: flex; flex-wrap: wrap; gap: 32px; margin-top: 44px; }
.op-button { display: inline-flex; gap: 16px; align-items: center; justify-content: center; min-width: 200px; min-height: 56px; padding: 16px 32px; border: 0; border-radius: 8px; color: var(--op-white); font-family: var(--vp-sans); font-size: 18px; font-weight: 500; line-height: 1.72; letter-spacing: 1.62px; text-decoration: none; text-transform: uppercase; transition: background-color 160ms ease; }
.op-button::after { content: ""; width: 30px; height: 30px; flex: 0 0 30px; background: currentColor; -webkit-mask: url("../../img/static-pages/health-span-programs/button-arrow.svg") center / contain no-repeat; mask: url("../../img/static-pages/health-span-programs/button-arrow.svg") center / contain no-repeat; }
.op-button-primary { background: var(--op-navy-600); }
.op-button-secondary { background: var(--op-beige-600); }
.op-button-primary:hover, .op-button-primary:focus-visible { background: #164f9d; }
.op-button-secondary:hover, .op-button-secondary:focus-visible { background: var(--op-beige-400); }

@media (max-width: 1180px) {
  .op-hero h1 { font-size: 64px; }
  .op-section-head h2 { font-size: 64px; }
  .op-split-copy h2, .op-split-cta-copy h2 { font-size: 44px; }
  .op-split-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .op-split-media {
    max-width: 520px;
    margin-inline: auto;
  }
  .op-split-cta { grid-template-columns: 1fr; }
  .op-ingredient-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .vp-page-oxytocin-protocols .op-container, .vp-page-oxytocin-protocols .op-hero .op-container, .vp-page-oxytocin-protocols .op-hero .op-hero-container { padding-inline: 24px; }
  .op-hero { min-height: 620px; }
  .op-hero h1 { font-size: 50px; }
  .op-section-head h2 { font-size: 50px; }
  .op-split-cta-copy, .op-disclaimer { padding: 64px 24px; }
  .op-intro { padding: 64px 24px; }
  .op-actions { flex-direction: column; }
  .op-button { width: 100%; }
  .op-ingredient-grid { grid-template-columns: 1fr; }
}
