/* ============================================================
   Arkhive — Light Spreads
   Dark page with WHITE EDITORIAL BANNERS on Services + Core Codes.
   Hard edges, thick gold hairline at each transition for rhythm.
   ============================================================ */

/* ---------- SERVICES as white spread ---------- */
#services.light-spread {
  background: #FFFFFF !important;
  color: #0A0A0A !important;
  position: relative;
}

#services.light-spread .section-title,
#services.light-spread .service-row__title {
  color: #0A0A0A !important;
}
#services.light-spread .services__intro {
  color: #1a1a1a !important;
}
#services.light-spread .service-row__body {
  color: #2a2a2a !important;
}
#services.light-spread .eyebrow {
  color: var(--ark-honey) !important;
}
#services.light-spread .eyebrow::before {
  background-color: var(--ark-honey) !important;
}
#services.light-spread .rule-gold {
  background: var(--ark-honey) !important;
}
#services.light-spread .services__list {
  border-top: 1px solid rgba(10,10,10,0.85);
  border-bottom: 1px solid rgba(10,10,10,0.85);
}
#services.light-spread .service-row {
  border-top-color: rgba(10,10,10,0.18) !important;
}
#services.light-spread .service-row__num {
  color: var(--ark-honey) !important;
  font-weight: 700;
}
#services.light-spread .service-row__arrow {
  color: rgba(10,10,10,0.3) !important;
}
#services.light-spread .service-row:hover .service-row__title {
  color: var(--ark-honey) !important;
}
#services.light-spread .service-row:hover .service-row__arrow {
  color: var(--ark-honey) !important;
}

/* ---------- CORE CODES as white spread ---------- */
/* Core Codes lives inside #about. We wrap its .codes in its own
   <section id="codes" class="codes-section light-spread"> in JSX. */
#codes.light-spread {
  background: #FFFFFF !important;
  color: #0A0A0A !important;
  padding-block: 100px;
}

#codes.light-spread .codes__head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: end;
  margin-bottom: 72px;
}
#codes.light-spread .codes__intro {
  font-size: 18px;
  color: #2a2a2a;
  line-height: 1.55;
  max-width: 46ch;
}
@media (max-width: 900px) {
  #codes.light-spread .codes__head { grid-template-columns: 1fr; gap: 32px; }
}

#codes.light-spread .codes {
  background: transparent !important;
  border: none !important;
}
#codes.light-spread .codes__grid {
  border-top: 1px solid rgba(10,10,10,0.85);
  border-bottom: 1px solid rgba(10,10,10,0.85);
}
#codes.light-spread .code {
  background: transparent !important;
  border-right: 1px solid rgba(10,10,10,0.12) !important;
  border-bottom: none !important;
}
#codes.light-spread .code:last-child {
  border-right: none !important;
  padding-right: 0 !important;
}
#codes.light-spread .code:first-child {
  padding-left: 0 !important;
}
#codes.light-spread .code:hover {
  background: rgba(234,187,42,0.06) !important;
}
#codes.light-spread .code__num {
  color: var(--ark-honey) !important;
  font-family: var(--font-display) !important;
  font-size: 72px !important;
  font-weight: 300 !important;
  line-height: 0.85;
  margin-bottom: 16px;
}
#codes.light-spread .code__title {
  color: #0A0A0A !important;
}
#codes.light-spread .code__body {
  color: #2a2a2a !important;
}
#codes.light-spread .eyebrow {
  color: var(--ark-honey) !important;
}
#codes.light-spread .eyebrow::before {
  background-color: var(--ark-honey) !important;
}

/* ---------- TESTIMONIALS as white spread ---------- */
#testimonials.light-spread {
  background: #FFFFFF !important;
  color: #0A0A0A !important;
}

#testimonials.light-spread .section-title {
  color: #0A0A0A !important;
}
#testimonials.light-spread .eyebrow {
  color: var(--ark-honey) !important;
}
#testimonials.light-spread .eyebrow::before {
  background-color: var(--ark-honey) !important;
}
#testimonials.light-spread .rule-gold {
  background: var(--ark-honey) !important;
}

/* Editorial pull-quote treatment: no cards, hairline divider */
#testimonials.light-spread .testimonials__grid {
  border-top: 1px solid rgba(10,10,10,0.85);
  margin-top: 48px;
}
#testimonials.light-spread .quote {
  background: transparent !important;
  border: none !important;
  border-right: 1px solid rgba(10,10,10,0.12) !important;
  border-radius: 0 !important;
  padding: 56px 56px 56px 0 !important;
}
#testimonials.light-spread .quote + .quote {
  padding-left: 56px !important;
}
#testimonials.light-spread .quote:last-child {
  border-right: none !important;
}
#testimonials.light-spread .quote:hover {
  background: rgba(234,187,42,0.05) !important;
  border-color: rgba(10,10,10,0.12) !important;
}
#testimonials.light-spread .quote__mark {
  color: var(--ark-honey) !important;
  font-size: 96px !important;
  line-height: 0.5 !important;
}
#testimonials.light-spread .quote__text {
  color: #0A0A0A !important;
  font-family: var(--font-display) !important;
  font-weight: 300 !important;
  font-size: 26px !important;
  line-height: 1.35 !important;
  letter-spacing: -0.005em !important;
}
#testimonials.light-spread .quote__rule {
  background: var(--ark-honey) !important;
}
#testimonials.light-spread .quote__attr {
  color: rgba(10,10,10,0.55) !important;
}
#testimonials.light-spread .quote__attr strong {
  color: #0A0A0A !important;
}

@media (max-width: 900px) {
  #testimonials.light-spread .quote {
    padding: 32px 0 !important;
    border-right: none !important;
    border-bottom: 1px solid rgba(10,10,10,0.12) !important;
  }
  #testimonials.light-spread .quote + .quote {
    padding-left: 0 !important;
  }
  #testimonials.light-spread .quote__text { font-size: 21px !important; }
}

/* ---------- TRANSITION RULES ----------
   Every dark→light and light→dark edge gets a 2px honey hairline
   (already set via border-top/bottom on the sections above).
   No extra rule needed, but ensure no other section collides. */
