/* =========================================================
   OlgaPhoenix.com - self-care-wheel.css
   Page-unique styles for /self-care-wheel/.
   Shared tokens, reset, nav, and footer live in base.css.
   Class prefix: .op-scw-*
========================================================= */

/* Cormorant-specific copyright override for large hero glyphs */
.rm-cor {
  font-family: var(--font-body);
  font-size: 0.22em;
  font-weight: 500;
  vertical-align: 1.4em;
  letter-spacing: 0;
}

/* =============================================
   SECTION 1 - HERO (cinematic)
============================================= */
.op-scw-hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: var(--color-black);
  background-image: url('/images/scw-hero.jpg');
  background-size: cover;
  background-position: center 45%;
  background-repeat: no-repeat;
}
.op-scw-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(10,8,5,0.85) 0%,
    rgba(10,8,5,0.72) 18%,
    rgba(10,8,5,0.80) 50%,
    rgba(10,8,5,0.92) 75%,
    rgba(10,8,5,0.99) 90%,
    rgba(10,8,5,1.00) 100%
  );
  z-index: 1;
}
.op-scw-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 200px 80px 140px;
  max-width: 1100px;
  margin: 0 auto;
}
.op-scw-hero__eyebrow {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(245,235,210,0.60);
  margin-bottom: 80px;
  display: block;
}
.op-scw-hero__headline {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(54px, 7vw, 108px);
  line-height: 1.05;
  letter-spacing: -0.01em;
  color: #ffffff;
  margin-bottom: 48px;
  max-width: 860px;
}
.op-scw-hero__headline .ital { font-style: italic; }
.op-scw-hero__subhead {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.35;
  color: rgba(245,238,220,0.88);
  max-width: 820px;
  margin: 0 auto 28px;
  letter-spacing: -0.005em;
}
.op-scw-hero__body {
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: 0.02em;
  color: rgba(245,238,220,0.65);
  max-width: 680px;
  margin: 0 auto 48px;
}
.op-scw-hero__ctas {
  display: flex;
  align-items: center;
  gap: 36px;
  margin-bottom: 48px;
  flex-wrap: wrap;
  justify-content: center;
}
.op-scw-hero__cta {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  border: 0.5px solid rgba(255,255,255,0.50);
  padding: 13px 30px;
  transition: background 0.25s;
  display: inline-block;
  background: transparent;
}
.op-scw-hero__cta:hover { background: rgba(255,255,255,0.09); }
.op-scw-hero__cta--text {
  border: none;
  border-bottom: 0.5px solid rgba(238,225,198,0.30);
  color: rgba(238,225,198,0.72);
  padding: 0 0 2px;
  transition: color 0.25s, border-color 0.25s;
}
.op-scw-hero__cta--text:hover {
  color: #fff;
  border-bottom-color: rgba(238,225,198,0.60);
  background: transparent;
}
.op-scw-hero__proof {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(245,238,220,0.50);
  max-width: 720px;
  line-height: 1.9;
}
.op-scw-hero__proof .dot { margin: 0 12px; color: rgba(245,238,220,0.35); }

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}
.op-scw-hero__eyebrow  { animation: fadeUp 0.9s ease both; animation-delay: 0.20s; }
.op-scw-hero__headline { animation: fadeUp 1.0s ease both; animation-delay: 0.40s; }
.op-scw-hero__subhead  { animation: fadeUp 0.9s ease both; animation-delay: 0.62s; }
.op-scw-hero__body     { animation: fadeUp 0.9s ease both; animation-delay: 0.82s; }
.op-scw-hero__ctas     { animation: fadeUp 0.9s ease both; animation-delay: 1.00s; }
.op-scw-hero__proof    { animation: fadeUp 0.9s ease both; animation-delay: 1.18s; }

/* =============================================
   SECTION 2 - OPENING TRUTH (centered editorial)
============================================= */
.op-scw-truth {
  background: var(--color-ivory);
  padding: var(--section-padding) var(--section-padding-h);
  text-align: center;
}
.op-scw-truth__eyebrow {
  font-family: var(--font-body);
  font-size: var(--eyebrow-size);
  font-weight: var(--eyebrow-weight);
  letter-spacing: var(--eyebrow-spacing);
  text-transform: uppercase;
  color: var(--color-eyebrow);
  margin-bottom: var(--eyebrow-margin);
  display: block;
}
.op-scw-truth__title {
  font-family: var(--font-serif);
  font-size: clamp(38px, 5.5vw, 68px);
  font-weight: 400;
  line-height: 1.12;
  color: var(--color-dark);
  max-width: 860px;
  margin: 0 auto 64px;
  letter-spacing: -0.02em;
}
.op-scw-truth__title .reg { font-style: normal; }
.op-scw-truth__title .ital { font-style: italic; }
.op-scw-truth__body {
  font-family: var(--font-body);
  font-size: 20px;
  font-weight: 300;
  line-height: 1.7;
  color: var(--color-dark);
  max-width: 720px;
  margin: 0 auto 48px;
  letter-spacing: 0.02em;
}
.op-scw-truth__body p + p { margin-top: 28px; }
.op-scw-truth__body em {
  font-family: var(--font-serif);
  font-style: italic;
}
.op-scw-truth__list {
  max-width: 720px;
  margin: 48px auto 56px;
  text-align: center;
  list-style: none;
}
.op-scw-truth__list li {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.55;
  color: rgba(13,11,8,0.78);
  padding: 10px 0;
}
.op-scw-truth__qa {
  max-width: 720px;
  margin: 0 auto 48px;
}
.op-scw-truth__qa-block { margin-bottom: 36px; }
.op-scw-truth__qa-block:last-child { margin-bottom: 0; }
.op-scw-truth__qa-label {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(13,11,8,0.45);
  display: block;
  margin-bottom: 16px;
}
.op-scw-truth__qa-q {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(22px, 2.6vw, 32px);
  font-weight: 400;
  line-height: 1.3;
  color: var(--color-dark);
  letter-spacing: -0.01em;
}
.op-scw-truth__questions {
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.9;
  color: rgba(13,11,8,0.78);
  max-width: 580px;
  margin: 0 auto 56px;
  letter-spacing: 0.02em;
}
.op-scw-truth__close {
  font-family: var(--font-body);
  font-size: 20px;
  font-weight: 300;
  line-height: 1.7;
  color: var(--color-dark);
  max-width: 720px;
  margin: 0 auto;
  letter-spacing: 0.02em;
}
.op-scw-truth__close p + p { margin-top: 28px; }
.op-scw-truth__close strong { font-weight: 500; }
.op-scw-truth__close .nots {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 22px;
  color: rgba(13,11,8,0.62);
  font-weight: 400;
  line-height: 1.6;
  display: block;
  margin: 36px 0;
}
.op-scw-truth__close .nots span { display: block; padding: 4px 0; }

/* Reveal - Section 2 */
.op-scw1-reveal .word { display: inline; color: #c8c4be; transition: color 1.8s ease; }
.op-scw1-reveal .word.is-lit { color: var(--color-dark); }
.op-scw1-reveal .word.reg { font-style: normal; }
.op-scw1-reveal .word.ital { font-style: italic; }

/* =============================================
   SECTION 3 - THE FRAMEWORK (six dimensions)
============================================= */
.op-scw-framework {
  background: var(--color-ivory);
  padding: var(--section-padding) var(--section-padding-h);
  text-align: center;
  border-top: 0.5px solid rgba(13,11,8,0.08);
}
.op-scw-framework__eyebrow {
  font-family: var(--font-body);
  font-size: var(--eyebrow-size);
  font-weight: var(--eyebrow-weight);
  letter-spacing: var(--eyebrow-spacing);
  text-transform: uppercase;
  color: var(--color-eyebrow);
  margin-bottom: var(--eyebrow-margin);
  display: block;
}
.op-scw-framework__title {
  font-family: var(--font-serif);
  font-size: clamp(38px, 5.2vw, 64px);
  font-weight: 400;
  line-height: 1.12;
  color: var(--color-dark);
  max-width: 860px;
  margin: 0 auto 48px;
  letter-spacing: -0.02em;
}
.op-scw-framework__intro {
  font-family: var(--font-body);
  font-size: 20px;
  font-weight: 300;
  line-height: 1.7;
  color: var(--color-dark);
  max-width: 720px;
  margin: 0 auto 28px;
  letter-spacing: 0.02em;
}
.op-scw-framework__bridge {
  font-family: var(--font-body);
  font-size: 20px;
  font-weight: 300;
  line-height: 1.7;
  color: var(--color-dark);
  max-width: 720px;
  margin: 0 auto 80px;
  letter-spacing: 0.02em;
}
.op-scw-framework__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px 56px;
  max-width: 1180px;
  margin: 0 auto;
  text-align: left;
}
.op-scw-framework__item {
  padding-top: 28px;
  border-top: 0.5px solid rgba(13,11,8,0.18);
}
.op-scw-framework__num {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-gold);
  display: block;
  margin-bottom: 16px;
}
.op-scw-framework__name {
  font-family: var(--font-serif);
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--color-dark);
  margin-bottom: 20px;
  letter-spacing: -0.01em;
}
.op-scw-framework__desc {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  color: rgba(13,11,8,0.72);
  letter-spacing: 0.02em;
}

/* =============================================
   SECTION 4 - VISUAL WHEEL FEATURE (two-zone)
============================================= */
.op-scw-feature {
  background: var(--color-ivory);
  padding: var(--section-padding) var(--section-padding-h) 0;
  text-align: center;
}
.op-scw-feature__title {
  font-family: var(--font-serif);
  font-size: clamp(38px, 5vw, 60px);
  font-weight: 400;
  line-height: 1.15;
  color: var(--color-dark);
  max-width: 860px;
  margin: 0 auto 56px;
  letter-spacing: -0.02em;
}
.op-scw-feature__title .ital { font-style: italic; }
.op-scw-feature__body {
  font-family: var(--font-body);
  font-size: 20px;
  font-weight: 300;
  line-height: 1.7;
  color: var(--color-dark);
  max-width: 720px;
  margin: 0 auto 48px;
  letter-spacing: 0.02em;
}
.op-scw-feature__list {
  max-width: 720px;
  margin: 48px auto 0;
  list-style: none;
  text-align: center;
}
.op-scw-feature__list li {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.55;
  color: rgba(13,11,8,0.78);
  padding: 10px 0;
}
.op-scw-feature-zone2 {
  background: var(--color-ivory);
  padding: 28px var(--section-padding-h) var(--section-padding);
  text-align: center;
}
.op-scw-feature-zone2__shift {
  font-family: var(--font-body);
  font-size: 20px;
  font-weight: 300;
  line-height: 1.7;
  color: var(--color-dark);
  max-width: 720px;
  margin: 0 auto 28px;
  letter-spacing: 0.02em;
}
.op-scw-feature-zone2__shift em {
  font-family: var(--font-serif);
  font-style: italic;
}
.op-scw-feature-zone2__close {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(24px, 2.8vw, 36px);
  font-weight: 400;
  line-height: 1.35;
  color: var(--color-dark);
  max-width: 720px;
  margin: 48px auto 0;
  letter-spacing: -0.01em;
}
.op-scw-feature-zone2__close span { display: block; padding: 4px 0; }

/* =============================================
   SECTION 5 - WHO IT IS FOR
============================================= */
.op-scw-who {
  background: var(--color-ivory);
  padding: var(--section-padding) var(--section-padding-h);
  text-align: center;
  border-top: 0.5px solid rgba(13,11,8,0.08);
}
.op-scw-who__eyebrow {
  font-family: var(--font-body);
  font-size: var(--eyebrow-size);
  font-weight: var(--eyebrow-weight);
  letter-spacing: var(--eyebrow-spacing);
  text-transform: uppercase;
  color: var(--color-eyebrow);
  margin-bottom: var(--eyebrow-margin);
  display: block;
}
.op-scw-who__title {
  font-family: var(--font-serif);
  font-size: clamp(38px, 5.2vw, 64px);
  font-weight: 400;
  line-height: 1.12;
  color: var(--color-dark);
  max-width: 860px;
  margin: 0 auto 48px;
  letter-spacing: -0.02em;
}
.op-scw-who__title .ital { font-style: italic; }
.op-scw-who__intro {
  font-family: var(--font-body);
  font-size: 20px;
  font-weight: 300;
  line-height: 1.7;
  color: var(--color-dark);
  max-width: 720px;
  margin: 0 auto 80px;
  letter-spacing: 0.02em;
}
.op-scw-who__list {
  max-width: 920px;
  margin: 0 auto;
  text-align: left;
}
.op-scw-who__row {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 48px;
  padding: 40px 0;
  border-top: 0.5px solid rgba(13,11,8,0.18);
  align-items: start;
}
.op-scw-who__row:last-child { border-bottom: 0.5px solid rgba(13,11,8,0.18); }
.op-scw-who__row-title {
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  color: var(--color-dark);
  letter-spacing: -0.01em;
}
.op-scw-who__row-desc {
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.75;
  color: rgba(13,11,8,0.78);
  letter-spacing: 0.02em;
}

/* =============================================
   SECTION 6 - ORIGIN STORY (black/ivory split)
============================================= */
.op-scw-origin {
  position: relative;
  min-height: 860px;
  background: linear-gradient(to right, #0d0b08 65%, #f5f0e8 65%);
  width: 100%;
  overflow: visible;
}
.op-scw-origin__copy {
  position: relative;
  z-index: 2;
  width: 48%;
  max-width: 48%;
  padding: 120px 80px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
}
.op-scw-origin__eyebrow {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(245,235,210,0.50);
  margin-bottom: 80px;
  display: block;
}
.op-scw-origin__title {
  font-family: var(--font-display);
  font-size: clamp(32px, 3.8vw, 58px);
  font-weight: 300;
  line-height: 1.08;
  color: #ffffff;
  letter-spacing: -0.01em;
  margin-bottom: 48px;
  width: 115%;
  max-width: 115%;
}
.op-scw-origin__title em { font-style: italic; }
.op-scw-origin__body {
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7;
  color: rgba(245,238,220,0.70);
  margin-bottom: 36px;
}
.op-scw-origin__body p + p { margin-top: 24px; }
.op-scw-origin__quote {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  color: rgba(255,255,255,0.78);
  padding: 24px 0 24px 28px;
  border-left: 0.5px solid rgba(245,235,210,0.30);
  margin-bottom: 36px;
  max-width: 420px;
}
.op-scw-origin__close {
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7;
  color: rgba(245,238,220,0.70);
  margin-bottom: 48px;
}
.op-scw-origin__close em {
  font-family: var(--font-serif);
  font-style: italic;
  color: rgba(255,255,255,0.85);
}
.op-scw-origin__cta {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(245,235,210,0.85);
  text-decoration: none;
  border-bottom: 0.5px solid rgba(245,235,210,0.30);
  padding-bottom: 3px;
  align-self: flex-start;
  transition: color 0.2s, border-color 0.2s;
}
.op-scw-origin__cta:hover {
  color: var(--color-gold);
  border-color: var(--color-gold);
}
.op-scw-origin__image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  right: 120px;
  height: 80%;
  z-index: 3;
  background-image: url('/images/scw-origin.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* =============================================
   SECTION 7 - GLOBAL IMPACT (ivory stats)
============================================= */
.op-scw-impact {
  background: var(--color-ivory);
  padding: var(--section-padding) var(--section-padding-h);
  text-align: center;
  border-top: 0.5px solid rgba(13,11,8,0.08);
}
.op-scw-impact__eyebrow {
  font-family: var(--font-body);
  font-size: var(--eyebrow-size);
  font-weight: var(--eyebrow-weight);
  letter-spacing: var(--eyebrow-spacing);
  text-transform: uppercase;
  color: var(--color-eyebrow);
  margin-bottom: var(--eyebrow-margin);
  display: block;
}
.op-scw-impact__title {
  font-family: var(--font-serif);
  font-size: clamp(40px, 5.2vw, 72px);
  font-weight: 400;
  line-height: 1.1;
  color: var(--color-dark);
  max-width: 860px;
  margin: 0 auto 96px;
  letter-spacing: -0.01em;
}
.op-scw-impact__title em { font-style: italic; }
.op-scw-impact__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
  max-width: 1180px;
  margin: 0 auto 80px;
}
.op-scw-impact__stat {
  text-align: center;
  padding: 0 12px;
}
.op-scw-impact__num {
  font-family: var(--font-display);
  font-size: clamp(40px, 5vw, 68px);
  font-weight: 300;
  line-height: 1;
  color: var(--color-dark);
  display: block;
  margin-bottom: 20px;
  letter-spacing: -0.01em;
}
.op-scw-impact__num em { font-style: italic; font-family: var(--font-serif); font-size: 0.7em; }
.op-scw-impact__label {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: rgba(13,11,8,0.70);
  max-width: 240px;
  margin: 0 auto;
}
.op-scw-impact__featured {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  color: rgba(13,11,8,0.62);
  max-width: 820px;
  margin: 0 auto;
  padding-top: 48px;
  border-top: 0.5px solid rgba(13,11,8,0.15);
  letter-spacing: 0.02em;
}

/* =============================================
   SECTION 8 - DOWNLOAD (individuals)
============================================= */
.op-scw-download {
  background: var(--color-ivory);
  padding: var(--section-padding) var(--section-padding-h);
  border-top: 0.5px solid rgba(13,11,8,0.08);
}
.op-scw-download__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 96px;
  max-width: 1280px;
  margin: 0 auto;
  align-items: center;
}
.op-scw-download__image {
  width: 100%;
  height: 640px;
  background-image: url('/images/scw-download.jpg');
  background-size: cover;
  background-position: center 20%;
  background-repeat: no-repeat;
}
.op-scw-download__copy { padding: 0; }
.op-scw-download__eyebrow {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--color-eyebrow);
  margin-bottom: 80px;
  display: block;
}
.op-scw-download__title {
  font-family: var(--font-serif);
  font-size: clamp(34px, 4.4vw, 56px);
  font-weight: 400;
  line-height: 1.12;
  color: var(--color-dark);
  margin-bottom: 32px;
  letter-spacing: -0.02em;
}
.op-scw-download__title .ital { font-style: italic; }
.op-scw-download__lead {
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7;
  color: var(--color-dark);
  margin-bottom: 36px;
  max-width: 480px;
  letter-spacing: 0.02em;
}
.op-scw-download__intro {
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.75;
  color: rgba(13,11,8,0.78);
  margin-bottom: 28px;
  max-width: 480px;
  letter-spacing: 0.02em;
}
.op-scw-download__uses {
  list-style: none;
  margin-bottom: 48px;
  max-width: 480px;
}
.op-scw-download__uses li {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.65;
  color: rgba(13,11,8,0.78);
  padding: 10px 0 10px 24px;
  position: relative;
  letter-spacing: 0.02em;
}
.op-scw-download__uses li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 18px;
  width: 12px;
  height: 0.5px;
  background: var(--color-gold);
}
.op-scw-download__cta {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: var(--color-dark);
  text-decoration: none;
  border: 0.5px solid var(--color-dark);
  padding: 14px 32px;
  display: inline-block;
  transition: background 0.25s, color 0.25s;
}
.op-scw-download__cta:hover {
  background: var(--color-dark);
  color: var(--color-ivory);
}
.op-scw-download__micro {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 300;
  line-height: 1.7;
  color: rgba(13,11,8,0.50);
  margin-top: 24px;
  max-width: 480px;
  letter-spacing: 0.02em;
}

/* ---------------------------------------------
   Kartra opt-in trigger button — restyle the
   injected modal trigger to match the download
   CTA (.op-scw-download__cta). Kartra loads its
   own template CSS at runtime, so !important is
   required to win on source order.
--------------------------------------------- */
.op-scw-download .kartra_optin_containerd9d4f495e875a2e075a1a4a6e1b9770f {
  margin: 0;
  line-height: 0;
}
.op-scw-download a.show_modal_d9d4f495e875a2e075a1a4a6e1b9770f,
.op-scw-download a.show_modal_d9d4f495e875a2e075a1a4a6e1b9770f.kartra_medium {
  font-family: var(--font-body) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 0.20em !important;
  text-transform: uppercase !important;
  color: var(--color-dark) !important;
  background: transparent !important;
  background-image: none !important;
  border: 0.5px solid var(--color-dark) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  text-decoration: none !important;
  padding: 14px 32px !important;
  margin: 0 !important;
  line-height: 1.2 !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  height: auto !important;
  display: inline-block !important;
  transition: background 0.25s, color 0.25s !important;
}
.op-scw-download a.show_modal_d9d4f495e875a2e075a1a4a6e1b9770f:hover,
.op-scw-download a.show_modal_d9d4f495e875a2e075a1a4a6e1b9770f.kartra_medium:hover {
  background: var(--color-dark) !important;
  color: var(--color-ivory) !important;
}

/* =============================================
   SECTION 9 - FOR PROFESSIONALS (dark)
============================================= */
.op-scw-pro {
  background: var(--color-black);
  padding: var(--section-padding) var(--section-padding-h);
  color: rgba(245,238,220,0.85);
}
.op-scw-pro__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 96px;
  max-width: 1280px;
  margin: 0 auto;
  align-items: center;
}
.op-scw-pro__copy { order: 1; }
.op-scw-pro__image {
  order: 2;
  width: 100%;
  height: 640px;
  background-image: url('/images/scw-pro.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.op-scw-pro__eyebrow {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(245,235,210,0.55);
  margin-bottom: 80px;
  display: block;
}
.op-scw-pro__title {
  font-family: var(--font-display);
  font-size: clamp(34px, 4.4vw, 60px);
  font-weight: 300;
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: 36px;
  letter-spacing: -0.01em;
}
.op-scw-pro__title em { font-style: italic; }
.op-scw-pro__lead {
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.75;
  color: rgba(245,238,220,0.72);
  margin-bottom: 28px;
  max-width: 520px;
  letter-spacing: 0.02em;
}
.op-scw-pro__bridge {
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.75;
  color: rgba(245,238,220,0.85);
  margin-bottom: 28px;
  max-width: 480px;
  letter-spacing: 0.02em;
}
.op-scw-pro__uses {
  list-style: none;
  margin-bottom: 48px;
  max-width: 520px;
}
.op-scw-pro__uses li {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.65;
  color: rgba(245,238,220,0.78);
  padding: 10px 0 10px 24px;
  position: relative;
  letter-spacing: 0.02em;
}
.op-scw-pro__uses li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 18px;
  width: 12px;
  height: 0.5px;
  background: var(--color-gold);
}
.op-scw-pro__pillar {
  margin-bottom: 36px;
  padding-top: 36px;
  border-top: 0.5px solid rgba(245,235,210,0.18);
  max-width: 520px;
}
.op-scw-pro__pillar-eyebrow {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-gold);
  display: block;
  margin-bottom: 18px;
}
.op-scw-pro__pillar-name {
  font-family: var(--font-serif);
  font-size: clamp(24px, 2.6vw, 32px);
  font-weight: 400;
  line-height: 1.25;
  color: #fff;
  margin-bottom: 18px;
  letter-spacing: -0.01em;
}
.op-scw-pro__pillar-name em { font-style: italic; }
.op-scw-pro__pillar-desc {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  color: rgba(245,238,220,0.72);
  margin-bottom: 32px;
  letter-spacing: 0.02em;
}
.op-scw-pro__cta {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  border: 0.5px solid rgba(255,255,255,0.50);
  padding: 14px 32px;
  display: inline-block;
  transition: background 0.25s;
}
.op-scw-pro__cta:hover { background: rgba(255,255,255,0.09); }

/* =============================================
   SECTION 11 - OLGA QUOTE (big italic)
============================================= */
.op-scw-quote {
  background: var(--color-ivory);
  padding: var(--section-padding) var(--section-padding-h);
  text-align: center;
  border-top: 0.5px solid rgba(13,11,8,0.08);
}
.op-scw-quote__qmark {
  color: var(--color-gold);
  font-style: italic;
}
.op-scw-quote__text {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 400;
  line-height: 1.25;
  color: var(--color-dark);
  max-width: 900px;
  margin: 0 auto 48px;
  letter-spacing: -0.01em;
}
.op-scw-quote__attribution {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(13,11,8,0.55);
  display: block;
}

/* Pillar block - merged from former licensing pillar */
.op-scw-quote__pillar {
  max-width: 720px;
  margin: 96px auto 0;
  padding-top: 64px;
  border-top: 0.5px solid rgba(13,11,8,0.18);
  text-align: center;
}
.op-scw-quote__pillar-eyebrow {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-gold);
  display: block;
  margin-bottom: 28px;
}
.op-scw-quote__pillar-name {
  font-family: var(--font-serif);
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 400;
  line-height: 1.25;
  color: var(--color-dark);
  margin-bottom: 28px;
  letter-spacing: -0.01em;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.op-scw-quote__pillar-name em { font-style: italic; }
.op-scw-quote__pillar-desc {
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.75;
  color: rgba(13,11,8,0.78);
  max-width: 600px;
  margin: 0 auto 48px;
  letter-spacing: 0.02em;
}
.op-scw-quote__pillar-cta {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: var(--color-dark);
  text-decoration: none;
  border: 0.5px solid var(--color-dark);
  padding: 14px 32px;
  display: inline-block;
  transition: background 0.25s, color 0.25s;
}
.op-scw-quote__pillar-cta:hover {
  background: var(--color-dark);
  color: var(--color-ivory);
}

/* =============================================
   SECTION 12 - FAQ (accordion)
============================================= */
.op-scw-faq {
  background: var(--color-ivory);
  padding: var(--section-padding) var(--section-padding-h);
  border-top: 0.5px solid rgba(13,11,8,0.08);
}
.op-scw-faq__eyebrow {
  font-family: var(--font-body);
  font-size: var(--eyebrow-size);
  font-weight: var(--eyebrow-weight);
  letter-spacing: var(--eyebrow-spacing);
  text-transform: uppercase;
  color: var(--color-eyebrow);
  margin-bottom: var(--eyebrow-margin);
  display: block;
  text-align: center;
}
.op-scw-faq__title {
  font-family: var(--font-serif);
  font-size: clamp(38px, 5vw, 60px);
  font-weight: 400;
  line-height: 1.12;
  color: var(--color-dark);
  max-width: 860px;
  margin: 0 auto 80px;
  letter-spacing: -0.02em;
  text-align: center;
}
.op-scw-faq__list {
  max-width: 860px;
  margin: 0 auto;
}
.op-scw-faq__item {
  border-top: 0.5px solid rgba(13,11,8,0.18);
  padding: 0;
}
.op-scw-faq__item:last-child {
  border-bottom: 0.5px solid rgba(13,11,8,0.18);
}
.op-scw-faq__summary {
  list-style: none;
  cursor: pointer;
  padding: 32px 60px 32px 0;
  font-family: var(--font-serif);
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 400;
  line-height: 1.35;
  color: var(--color-dark);
  position: relative;
  letter-spacing: -0.005em;
  transition: color 0.2s;
}
.op-scw-faq__summary::-webkit-details-marker { display: none; }
.op-scw-faq__summary::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--font-body);
  font-size: 22px;
  font-weight: 300;
  color: rgba(13,11,8,0.55);
  transition: transform 0.3s, color 0.2s;
  line-height: 1;
}
.op-scw-faq__item[open] .op-scw-faq__summary::after {
  content: '-';
  color: var(--color-gold);
}
.op-scw-faq__item[open] .op-scw-faq__summary { color: var(--color-gold); }
.op-scw-faq__summary:hover { color: var(--color-gold); }
.op-scw-faq__answer {
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.75;
  color: rgba(13,11,8,0.78);
  padding: 0 60px 36px 0;
  letter-spacing: 0.02em;
  max-width: 760px;
}

/* =============================================
   SECTION 13 - FINAL CTA
============================================= */
.op-scw-final {
  background: var(--color-ivory);
  padding: var(--section-padding) var(--section-padding-h);
  text-align: center;
  border-top: 0.5px solid rgba(13,11,8,0.08);
  position: relative;
}
.op-scw-final__eyebrow {
  font-family: var(--font-body);
  font-size: var(--eyebrow-size);
  font-weight: var(--eyebrow-weight);
  letter-spacing: var(--eyebrow-spacing);
  text-transform: uppercase;
  color: var(--color-eyebrow);
  margin-bottom: var(--eyebrow-margin);
  display: block;
}
.op-scw-final__title {
  font-family: var(--font-serif);
  font-size: clamp(34px, 4.4vw, 56px);
  font-weight: 400;
  line-height: 1.15;
  color: var(--color-dark);
  max-width: 860px;
  margin: 0 auto 48px;
  letter-spacing: -0.02em;
}
.op-scw-final__title .ital { font-style: italic; }
.op-scw-final__body {
  font-family: var(--font-body);
  font-size: 20px;
  font-weight: 300;
  line-height: 1.7;
  color: var(--color-dark);
  max-width: 720px;
  margin: 0 auto 64px;
  letter-spacing: 0.02em;
}
.op-scw-final__ctas {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 36px;
  flex-wrap: wrap;
}
.op-scw-final__cta {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: var(--color-dark);
  text-decoration: none;
  border: 0.5px solid var(--color-dark);
  padding: 14px 32px;
  display: inline-block;
  transition: background 0.25s, color 0.25s;
}
.op-scw-final__cta:hover { background: var(--color-dark); color: var(--color-ivory); }
.op-scw-final__cta--text {
  border: none;
  border-bottom: 0.5px solid rgba(13,11,8,0.35);
  padding: 0 0 3px;
  color: var(--color-dark);
}
.op-scw-final__cta--text:hover {
  background: transparent;
  color: var(--color-gold);
  border-bottom-color: var(--color-gold);
}

/* =============================================
   FOOTER NOTE (small italic before footer)
============================================= */
.op-scw-fnote {
  background: var(--color-ivory);
  padding: 64px var(--section-padding-h) 96px;
  text-align: center;
  border-top: 0.5px solid rgba(13,11,8,0.10);
}
.op-scw-fnote__text {
  font-family: var(--font-serif);
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 400;
  line-height: 1.6;
  color: rgba(13,11,8,0.62);
  max-width: 720px;
  margin: 0 auto 28px;
}
.op-scw-fnote__link {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-dark);
  text-decoration: none;
  border-bottom: 0.5px solid rgba(13,11,8,0.35);
  padding-bottom: 3px;
  transition: color 0.2s, border-color 0.2s;
}
.op-scw-fnote__link:hover {
  color: var(--color-gold);
  border-bottom-color: var(--color-gold);
}

/* =============================================
   MOBILE
============================================= */
@media (max-width: 768px) {
  .op-scw-hero { background-position: center 25%; }
  .op-scw-hero__content { padding: 160px 24px 100px; }
  .op-scw-hero__eyebrow { margin-bottom: 36px; font-size: 13px; letter-spacing: 0.18em; }
  .op-scw-hero__headline { margin-bottom: 28px; }
  .op-scw-hero__subhead { margin-bottom: 28px; }
  .op-scw-hero__body { margin-bottom: 40px; font-size: 16px; }
  .op-scw-hero__ctas { flex-direction: column; gap: 20px; }
  .op-scw-hero__proof { font-size: 11px; letter-spacing: 0.14em; line-height: 2.1; }
  .op-scw-hero__proof .dot { display: none; }
  .op-scw-hero__proof .pf { display: block; padding: 2px 0; }

  .op-scw-truth { padding: 80px 24px; }
  .op-scw-truth__eyebrow { margin-bottom: 80px; }
  .op-scw-truth__qa-q { font-size: 22px; }

  .op-scw-framework { padding: 80px 24px; }
  .op-scw-framework__eyebrow { margin-bottom: 80px; }
  .op-scw-framework__grid { grid-template-columns: 1fr; gap: 40px; }

  .op-scw-feature { padding: 80px 24px 0; }
  .op-scw-feature-zone2 { padding: 24px 24px 80px; }

  .op-scw-who { padding: 80px 24px; }
  .op-scw-who__eyebrow { margin-bottom: 80px; }
  .op-scw-who__intro { margin-bottom: 48px; }
  .op-scw-who__row { grid-template-columns: 1fr; gap: 16px; padding: 32px 0; }

  .op-scw-origin { flex-direction: column; background: #0d0b08; min-height: auto; }
  .op-scw-origin__copy { width: 100%; max-width: 100%; padding: 80px 24px; }
  .op-scw-origin__title { width: 100%; max-width: 100%; }
  .op-scw-origin__image {
    position: relative;
    top: auto; left: auto; right: auto;
    transform: none;
    width: 100%;
    height: 320px;
  }

  .op-scw-impact { padding: 80px 24px; }
  .op-scw-impact__eyebrow { margin-bottom: 80px; }
  .op-scw-impact__title { margin-bottom: 64px; }
  .op-scw-impact__grid { grid-template-columns: 1fr 1fr; gap: 48px 24px; margin-bottom: 56px; }

  .op-scw-download { padding: 80px 24px; }
  .op-scw-download__grid { grid-template-columns: 1fr; gap: 48px; }
  .op-scw-download__image { height: 360px; }
  .op-scw-download__eyebrow { margin-bottom: 32px; }

  .op-scw-pro { padding: 80px 24px; }
  .op-scw-pro__grid { grid-template-columns: 1fr; gap: 48px; }
  .op-scw-pro__copy { order: 2; }
  .op-scw-pro__image { order: 1; height: 360px; }
  .op-scw-pro__eyebrow { margin-bottom: 32px; }

  .op-scw-quote { padding: 80px 24px; }
  .op-scw-quote__pillar { margin-top: 64px; padding-top: 48px; }

  .op-scw-faq { padding: 80px 24px; }
  .op-scw-faq__eyebrow { margin-bottom: 80px; }
  .op-scw-faq__title { margin-bottom: 56px; }
  .op-scw-faq__summary { padding: 24px 50px 24px 0; font-size: 18px; }
  .op-scw-faq__answer { padding: 0 0 28px 0; font-size: 16px; }

  .op-scw-final { padding: 80px 24px; }
  .op-scw-final__eyebrow { margin-bottom: 80px; }
  .op-scw-final__ctas { flex-direction: column; gap: 24px; }

  .op-scw-fnote { padding: 48px 24px 72px; }
}
