.ol-hero {
    background: #0C0A3E;
    padding: 120px 24px 80px;
  }
  .ol-hero-inner { max-width: 800px; margin: 0 auto; }
  .ol-back {
    display: inline-block;
    font: 600 13px/1 'DM Sans', sans-serif;
    color: #A89CED !important;
    text-decoration: none !important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 32px;
  }
  .ol-back:hover { color: #CCFF33 !important; }
  .ol-label {
    display: block;
    font: 600 12px/1 'DM Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #A89CED;
    margin-bottom: 20px;
  }
  .ol-label--dark { color: rgba(12,10,62,0.4); }
  .ol-title {
    font: 800 clamp(48px,10vw,80px)/0.9 'DM Sans', sans-serif !important;
    color: #CCFF33 !important;
    letter-spacing: -0.045em !important;
    margin: 0 0 28px !important;
  }
  .ol-tagline {
    font: 400 20px/1.5 'DM Sans', sans-serif !important;
    color: rgba(238,235,211,0.75) !important;
    max-width: 560px;
    margin: 0 0 36px !important;
  }
  .ol-btn-primary {
    display: inline-block;
    background: #CCFF33;
    color: #0C0A3E !important;
    font: 700 14px/1 'DM Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 20px 40px;
    text-decoration: none !important;
    transition: background 0.2s;
  }
  .ol-btn-primary:hover { background: #fff; }

  /* STATS */
  .ol-stats { background: #CCFF33; }
  .ol-stats-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4,1fr);
  }
  .ol-stat {
    padding: 40px 24px;
    text-align: center;
    border-right: 1px solid rgba(12,10,62,0.12);
  }
  .ol-stat:last-child { border-right: none; }
  .ol-stat-num {
    display: block;
    font: 800 52px/1 'DM Sans', sans-serif;
    color: #0C0A3E;
    letter-spacing: -0.04em;
    margin-bottom: 10px;
  }
  .ol-stat-label {
    display: block;
    font: 500 12px/1.4 'DM Sans', sans-serif;
    color: rgba(12,10,62,0.6);
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }

  /* SECTIONS */
  .ol-section { padding: 72px 24px; }
  .ol-section--cream { background: #EEEBD3; }
  .ol-section--white { background: #fff; }
  .ol-section--navy { background: #0C0A3E; }
  .ol-content { max-width: 800px; margin: 0 auto; }
  .ol-content h2 {
    font: 800 36px/1 'DM Sans', sans-serif !important;
    color: #0C0A3E !important;
    letter-spacing: -0.04em !important;
    margin: 8px 0 24px !important;
  }
  .ol-h2--light { color: #CCFF33 !important; }
  .ol-content p {
    font: 400 18px/1.65 'DM Sans', sans-serif !important;
    color: rgba(12,10,62,0.8) !important;
    margin: 0 0 16px !important;
  }
  .ol-section--navy .ol-content p { color: rgba(238,235,211,0.75) !important; }
  .ol-section--navy h2 { color: #CCFF33 !important; }
  .ol-content strong { color: #0C0A3E !important; }
  .ol-section--navy .ol-content strong { color: #CCFF33 !important; }
  .ol-content em { font-style: italic; }
  .ol-inline-link { color: #0C0A3E !important; font-weight: 700; text-decoration: underline; }

  /* DEMANDS */
  .ol-demands { display: flex; flex-direction: column; gap: 40px; margin-top: 40px; }
  .ol-demand {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 24px;
    align-items: start;
    border-top: 1px solid rgba(204,255,51,0.2);
    padding-top: 32px;
  }
  .ol-demand-num {
    font: 800 48px/1 'DM Sans', sans-serif;
    color: #CCFF33 !important;
    letter-spacing: -0.04em;
  }
  .ol-demand-body h3 {
    font: 700 22px/1.2 'DM Sans', sans-serif !important;
    color: #CCFF33 !important;
    margin: 0 0 12px !important;
  }
  .ol-demand-body p {
    font: 400 17px/1.65 'DM Sans', sans-serif !important;
    color: rgba(238,235,211,0.75) !important;
    margin: 0 !important;
  }

  /* PULLQUOTE */
  .ol-closing { text-align: center; }
  .ol-pullquote {
    font: 800 clamp(28px,5vw,44px)/1.15 'DM Sans', sans-serif !important;
    color: #0C0A3E !important;
    letter-spacing: -0.03em !important;
    margin: 0 auto 32px !important;
    max-width: 640px;
    border: none !important;
    padding: 0 !important;
    quotes: none !important;
  }
  .ol-closing p { text-align: left; }

  /* CTA */
  .ol-cta { background: #A89CED; padding: 80px 24px; text-align: center; }
  .ol-cta-inner { max-width: 560px; margin: 0 auto; }
  .ol-cta h2 {
    font: 800 clamp(32px,6vw,52px)/1 'DM Sans', sans-serif !important;
    color: #0C0A3E !important;
    letter-spacing: -0.04em !important;
    margin: 0 0 20px !important;
  }
  .ol-cta p {
    font: 400 18px/1.55 'DM Sans', sans-serif !important;
    color: rgba(12,10,62,0.75) !important;
    margin: 0 0 36px !important;
  }
  .ol-sign-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    max-width: 1000px;
    margin: 0 auto;
    text-align: left;
  }
  .ol-sign-left h2 {
    font: 800 clamp(28px,5vw,44px)/1 'DM Sans', sans-serif !important;
    color: #0C0A3E !important;
    letter-spacing: -0.04em !important;
    margin: 0 0 16px !important;
  }
  .ol-sign-left p {
    font: 400 17px/1.55 'DM Sans', sans-serif !important;
    color: rgba(12,10,62,0.7) !important;
    margin: 0 0 32px !important;
  }
  .ol-signers-label {
    font: 700 11px/1 'DM Sans', sans-serif !important;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(12,10,62,0.45) !important;
    margin: 0 0 12px !important;
  }
  .ol-signers-list {
    list-style: none;
    padding: 0;
    margin: 0 0 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .ol-signers-list li {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .ol-signer-name {
    font: 600 14px/1 'DM Sans', sans-serif;
    color: #0C0A3E;
  }
  .ol-signer-loc {
    font: 400 13px/1 'DM Sans', sans-serif;
    color: rgba(12,10,62,0.45);
  }
  .ol-signers-more {
    font: 600 13px/1 'DM Sans', sans-serif !important;
    color: rgba(12,10,62,0.4) !important;
    margin: 0 !important;
  }
  .ol-form {
    background: #fff;
    padding: 36px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .ol-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .ol-form-field { display: flex; flex-direction: column; gap: 6px; }
  .ol-form-label {
    font: 600 12px/1 'DM Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(12,10,62,0.6);
  }
  .ol-form-input {
    font: 400 16px/1 'DM Sans', sans-serif;
    color: #0C0A3E;
    background: #F8F7F0;
    border: 1.5px solid rgba(12,10,62,0.15);
    padding: 14px 16px;
    border-radius: 2px;
    outline: none;
    transition: border-color 0.15s;
    width: 100%;
    box-sizing: border-box;
  }
  .ol-form-input:focus { border-color: #A89CED; }
  .ol-form-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }
  .ol-check-input { margin-top: 3px; flex-shrink: 0; }
  .ol-check-label {
    font: 400 14px/1.45 'DM Sans', sans-serif;
    color: rgba(12,10,62,0.65);
  }
  .ol-form-submit {
    background: #CCFF33;
    color: #0C0A3E;
    font: 700 14px/1 'DM Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 18px 32px;
    border: none;
    cursor: pointer;
    transition: background 0.2s;
    text-align: center;
  }
  .ol-form-submit:hover { background: #0C0A3E; color: #CCFF33 !important; }
  .ol-form-note {
    font: 400 12px/1.5 'DM Sans', sans-serif;
    color: rgba(12,10,62,0.4);
    margin: 0;
  }
  /* SIGNATORIES */
  .ol-sig-notable {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin: 32px 0 40px;
  }
  .ol-sig-org {
    background: #fff;
    border: 1px solid rgba(12,10,62,0.1);
    padding: 16px 20px;
    border-radius: 2px;
  }
  .ol-sig-name {
    display: block;
    font: 600 15px/1.3 'DM Sans', sans-serif;
    color: #0C0A3E;
  }
  .ol-sig-role {
    display: block;
    font: 400 13px/1.3 'DM Sans', sans-serif;
    color: rgba(12,10,62,0.5);
    margin-top: 4px;
  }
  .ol-sig-section-label {
    font: 700 11px/1 'DM Sans', sans-serif !important;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(12,10,62,0.4) !important;
    margin: 0 0 10px !important;
  }
  .ol-sig-mps {
    margin-bottom: 32px;
  }
  .ol-sig-names-inline {
    font: 400 15px/1.7 'DM Sans', sans-serif !important;
    color: rgba(12,10,62,0.7) !important;
    margin: 0 !important;
  }
  .ol-sig-individuals { border-top: 1px solid rgba(12,10,62,0.1); padding-top: 28px; }
  .ol-sig-individuals .ol-sig-names-inline {
    font-size: 12px !important;
    line-height: 1.9 !important;
    color: rgba(12,10,62,0.55) !important;
  }

  /* REFERENCES */
  .ol-references-section { border-top: 1px solid rgba(12,10,62,0.08); }
  .ol-refs-list {
    margin: 24px 0 0;
    padding-left: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .ol-refs-list li {
    font: 400 15px/1.6 'DM Sans', sans-serif;
    color: rgba(12,10,62,0.7);
  }
  .ol-refs-list em { font-style: italic; }

  /* SUCCESS STATE */
  .ol-success {
    background: #fff;
    padding: 48px 36px;
    border-radius: 4px;
    text-align: center;
  }
  .ol-success-icon {
    width: 56px;
    height: 56px;
    background: #CCFF33;
    color: #0C0A3E;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 700 24px/1 'DM Sans', sans-serif;
    margin: 0 auto 24px;
  }
  .ol-success h3 {
    font: 700 24px/1.2 'DM Sans', sans-serif !important;
    color: #0C0A3E !important;
    margin: 0 0 12px !important;
  }
  .ol-success p {
    font: 400 16px/1.6 'DM Sans', sans-serif !important;
    color: rgba(12,10,62,0.7) !important;
    margin: 0 !important;
  }

  /* HAIR STORIES */
  .ol-hs-inner { max-width: 1100px; margin: 0 auto; padding: 0; }
  .ol-hs-intro {
    font: 400 18px/1.6 'DM Sans', sans-serif !important;
    color: rgba(12,10,62,0.7) !important;
    margin: 0 0 40px !important;
    max-width: 600px;
  }
  .ol-hs-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 36px;
  }
  .ol-hs-card {
    background: #fff;
    padding: 28px 24px;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
  }
  .ol-hs-quote {
    font: 400 15px/1.65 'DM Sans', sans-serif !important;
    color: rgba(12,10,62,0.8) !important;
    margin: 0 !important;
  }
  .ol-hs-meta { border-top: 1px solid rgba(12,10,62,0.08); padding-top: 14px; }
  .ol-hs-name {
    display: block;
    font: 700 13px/1 'DM Sans', sans-serif;
    color: #0C0A3E;
  }
  .ol-hs-loc {
    display: block;
    font: 400 12px/1 'DM Sans', sans-serif;
    color: rgba(12,10,62,0.45);
    margin-top: 4px;
  }
  .ol-hs-link {
    display: inline-block;
    font: 700 14px/1 'DM Sans', sans-serif;
    color: #0C0A3E !important;
    text-decoration: underline;
    letter-spacing: 0.02em;
  }
  .ol-hs-link:hover { color: #A89CED !important; }

  @media (max-width: 900px) {
    .ol-hs-grid { grid-template-columns: 1fr 1fr; }
  }
  @media (max-width: 480px) {
    .ol-hs-grid { grid-template-columns: 1fr; }
  }

  @media (max-width: 768px) {
    .ol-sig-notable { grid-template-columns: 1fr; }
  }

  @media (max-width: 768px) {
    .ol-sign-inner { grid-template-columns: 1fr; gap: 40px; }
    .ol-form-row { grid-template-columns: 1fr; }
    .ol-form { padding: 24px 20px; }
  }

  @media (max-width: 768px) {
    .ol-stats-inner { grid-template-columns: 1fr 1fr; }
    .ol-demand { grid-template-columns: 56px 1fr; }
    .ol-demand-num { font-size: 36px; }
  }
  @media (max-width: 640px) {
    .ol-stat-num { font-size: clamp(28px, 8vw, 40px); }
  }
  @media (max-width: 480px) {
    .ol-stats-inner { grid-template-columns: 1fr; }
    .ol-demand { grid-template-columns: 1fr; }
    .ol-demand-num { font-size: 32px; }
  }
  @media (max-width: 360px) {
    .ol-stats-inner { grid-template-columns: 1fr; }
  }