.orunn-story-template,
.orunn-story-template * {
  box-sizing: border-box;
}

.orunn-story-template {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: none;
  margin: 0 0 0 -50vw;
  padding: 0;
  overflow: hidden;
  background: #fff;
  color: #111827;
}

.orunn-story-page {
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  line-height: 1.75;
}

.orunn-story-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.orunn-story-hero {
  padding: 108px 0 96px;
  background: linear-gradient(135deg, #0d1016 0%, #171d27 66%, #2c211c 100%);
  color: #fff;
}

.orunn-story-hero-inner {
  max-width: 1180px;
}

.orunn-story-eyebrow,
.orunn-story-label {
  display: block;
  margin-bottom: 14px;
  color: #ef6038;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.orunn-story-hero h1 {
  max-width: 950px;
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(44px, 6vw, 76px);
  line-height: 1.08;
  letter-spacing: -.045em;
}

.orunn-story-hero p {
  max-width: 820px;
  margin: 0;
  color: rgba(255,255,255,.8);
  font-size: 20px;
}

.orunn-story-intro,
.orunn-story-section {
  padding: 82px 0;
}

.orunn-story-intro-grid,
.orunn-story-choice,
.orunn-story-cta-inner {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 72px;
  align-items: start;
}

.orunn-story-intro h2,
.orunn-story-heading h2,
.orunn-story-choice h2,
.orunn-story-quote h2,
.orunn-story-cta h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.16;
  letter-spacing: -.035em;
}

.orunn-story-intro-copy p,
.orunn-story-choice-copy p {
  margin: 0 0 18px;
  color: #4f5b6a;
  font-size: 18px;
}

.orunn-story-section-alt {
  background: #f4f5f7;
}

.orunn-story-heading {
  max-width: 760px;
  margin-bottom: 38px;
}

.orunn-story-heading p {
  margin: 16px 0 0;
  color: #5d6775;
  font-size: 18px;
}

.orunn-story-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.orunn-story-card {
  min-height: 250px;
  padding: 34px;
  border: 1px solid #dfe3e8;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(15,17,21,.05);
}

.orunn-story-number {
  display: block;
  margin-bottom: 28px;
  color: #ef6038;
  font-size: 14px;
  font-weight: 800;
}

.orunn-story-card h3 {
  margin: 0 0 14px;
  color: #111827;
  font-size: 25px;
  line-height: 1.25;
}

.orunn-story-card p {
  margin: 0;
  color: #596575;
  font-size: 17px;
}

.orunn-story-proof {
  padding: 34px 0;
  background: #11151d;
  color: #fff;
}

.orunn-story-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.orunn-story-proof-item {
  padding: 24px 28px;
  border-right: 1px solid rgba(255,255,255,.14);
}

.orunn-story-proof-item:last-child {
  border-right: 0;
}

.orunn-story-proof-item strong,
.orunn-story-proof-item span {
  display: block;
}

.orunn-story-proof-item strong {
  color: #fff;
  font-size: 30px;
}

.orunn-story-proof-item span {
  margin-top: 5px;
  color: rgba(255,255,255,.65);
  font-size: 14px;
}

.orunn-story-section-dark {
  background: #0d1016;
  color: #fff;
}

.orunn-story-quote {
  max-width: 920px;
}

.orunn-story-quote h2,
.orunn-story-quote strong {
  color: #fff;
}

.orunn-story-quote p {
  margin: 22px 0 0;
  color: rgba(255,255,255,.74);
  font-size: 19px;
}

.orunn-story-quote strong {
  display: block;
  margin-top: 28px;
  font-size: 28px;
}

.orunn-story-cta {
  padding: 72px 0;
  background: #171b22;
  color: #fff;
}

.orunn-story-cta h2 {
  color: #fff;
}

.orunn-story-cta p {
  max-width: 760px;
  margin: 18px 0 0;
  color: rgba(255,255,255,.7);
}

.orunn-story-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.orunn-story-cta-inner .orunn-story-actions {
  justify-content: flex-end;
  align-self: center;
  margin-top: 0;
}

.orunn-story-button,
.orunn-story-button:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 7px;
  font-weight: 800;
  text-decoration: none;
}

.orunn-story-button-primary {
  background: #ef6038;
  color: #fff;
}

.orunn-story-button-ghost,
.orunn-story-button-outline {
  border: 1px solid rgba(255,255,255,.45);
  color: #fff;
}

.orunn-story-button-light {
  background: #fff;
  color: #111827;
}

@media (max-width: 900px) {
  .orunn-story-intro-grid,
  .orunn-story-choice,
  .orunn-story-cta-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .orunn-story-grid {
    grid-template-columns: 1fr;
  }

  .orunn-story-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .orunn-story-proof-item:nth-child(2) {
    border-right: 0;
  }

  .orunn-story-proof-item:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255,255,255,.14);
  }

  .orunn-story-cta-inner .orunn-story-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .orunn-story-container {
    width: min(100% - 28px, 1180px);
  }

  .orunn-story-hero,
  .orunn-story-intro,
  .orunn-story-section,
  .orunn-story-cta {
    padding: 52px 0;
  }

  .orunn-story-hero h1 {
    font-size: 42px;
  }

  .orunn-story-hero p,
  .orunn-story-intro-copy p,
  .orunn-story-choice-copy p,
  .orunn-story-quote p {
    font-size: 17px;
  }

  .orunn-story-card {
    min-height: auto;
    padding: 24px;
  }

  .orunn-story-proof-grid {
    grid-template-columns: 1fr;
  }

  .orunn-story-proof-item,
  .orunn-story-proof-item:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.14);
  }

  .orunn-story-proof-item:last-child {
    border-bottom: 0;
  }

  .orunn-story-actions {
    display: grid;
  }
}


/* 2.1.1: protect dark sections from theme-wide section/background overrides. */
.orunn-story-template .orunn-story-proof {
  display: block !important;
  position: relative;
  z-index: 1;
  background: #11151d !important;
  color: #ffffff !important;
}

.orunn-story-template .orunn-story-proof .orunn-story-proof-item,
.orunn-story-template .orunn-story-proof .orunn-story-proof-item strong {
  color: #ffffff !important;
}

.orunn-story-template .orunn-story-proof .orunn-story-proof-item span {
  color: rgba(255,255,255,.68) !important;
}

.orunn-story-template .orunn-story-section.orunn-story-section-dark {
  display: block !important;
  position: relative;
  z-index: 1;
  min-height: 0 !important;
  padding: 72px 0 !important;
  background: #0d1016 !important;
  color: #ffffff !important;
}

.orunn-story-template .orunn-story-section.orunn-story-section-dark .orunn-story-quote,
.orunn-story-template .orunn-story-section.orunn-story-section-dark h2,
.orunn-story-template .orunn-story-section.orunn-story-section-dark strong {
  color: #ffffff !important;
}

.orunn-story-template .orunn-story-section.orunn-story-section-dark p {
  color: rgba(255,255,255,.76) !important;
}

.orunn-story-template .orunn-story-cta {
  display: block !important;
  position: relative;
  z-index: 1;
  min-height: 0 !important;
  background: #171b22 !important;
  color: #ffffff !important;
}

.orunn-story-template .orunn-story-cta h2 {
  color: #ffffff !important;
}

.orunn-story-template .orunn-story-cta p {
  color: rgba(255,255,255,.72) !important;
}

@media (max-width: 640px) {
  .orunn-story-template .orunn-story-section.orunn-story-section-dark {
    padding: 52px 0 !important;
  }
}
