/* ---------------------------------------------
   DiPStrategy -- Credo of DiPSterian
   style/credo.css
   --------------------------------------------- */

.credo-page {
  background: #04172e;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.credo-pattern {
  position: fixed; inset: 0;
  background-image: url('../assets/pattern-01.png');
  background-repeat: repeat;
  opacity: 0.06; z-index: 0;
  pointer-events: none;
}

/* --- HERO OPENER --- */
.credo-opener {
  position: relative; z-index: 1;
  padding: 180px 56px 80px;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.credo-eyebrow {
  font-family: 'Barlow', sans-serif;
  font-weight: 500; font-size: 11px;
  letter-spacing: 0.3em; text-transform: uppercase;
  color: rgba(255,255,255,0.3);
  display: block; margin-bottom: 40px;
}

.credo-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
  font-size: clamp(36px, 6vw, 96px);
  color: #fff;
  letter-spacing: -0.03em;
  line-height: 1.0;
  margin-bottom: 16px;
}

.credo-title strong {
  font-weight: 900;
  color: #DEFF2D;
  display: block;
}

.credo-opener-divider {
  width: 48px; height: 2px;
  background: rgba(255,255,255,0.15);
  margin: 48px auto 0;
}

/* --- STANZA WRAPPER --- */
.credo-body {
  position: relative; z-index: 1;
  max-width: 860px;
  margin: 0 auto;
  padding: 0 56px 120px;
}

/* --- EACH STANZA --- */
.credo-stanza {
  padding: 80px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 64px;
  align-items: start;
}

.credo-stanza:last-of-type { border-bottom: none; }

/* Keyword anchor — kiri */
.credo-keyword-wrap {
  position: sticky;
  top: 120px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.credo-keyword-label {
  font-family: 'Barlow', sans-serif;
  font-weight: 500; font-size: 10px;
  letter-spacing: 0.25em; text-transform: uppercase;
  color: rgba(255,255,255,0.25);
}

.credo-keyword {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: clamp(18px, 2vw, 28px);
  color: #DEFF2D;
  letter-spacing: -0.02em;
  line-height: 1.1;
  text-transform: uppercase;
}

.credo-keyword-line {
  width: 32px; height: 2px;
  background: #DEFF2D;
  opacity: 0.4;
}

/* Prose — kanan */
.credo-prose {
  padding-top: 4px;
}

.credo-lead {
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
  font-size: clamp(15px, 1.6vw, 19px);
  line-height: 1.85;
  color: rgba(255,255,255,0.75);
  margin-bottom: 24px;
}

.credo-lead em {
  font-style: italic;
  color: rgba(255,255,255,0.5);
}

.credo-close-line {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: clamp(12px, 1.2vw, 15px);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
  display: flex; align-items: center; gap: 12px;
}

.credo-close-line::before {
  content: '';
  display: inline-block;
  width: 24px; height: 1px;
  background: rgba(255,255,255,0.2);
  flex-shrink: 0;
}

/* --- CLOSING STATEMENT --- */
.credo-closing {
  position: relative; z-index: 1;
  text-align: center;
  padding: 80px 56px 160px;
  max-width: 860px;
  margin: 0 auto;
}

.credo-closing-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
  font-size: clamp(24px, 4vw, 64px);
  color: rgba(255,255,255,0.15);
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.credo-closing-text strong {
  font-weight: 900;
  color: #fff;
  display: block;
}

/* --- RESPONSIVE --- */
@media (max-width: 900px) {
  .credo-opener  { padding: 140px 24px 60px; }
  .credo-body    { padding: 0 24px 80px; }
  .credo-stanza  { grid-template-columns: 1fr; gap: 24px; }
  .credo-keyword-wrap { position: static; flex-direction: row; align-items: center; }
  .credo-keyword-line { display: none; }
  .credo-closing { padding: 60px 24px 100px; }
}
