/* =============================================
   CREED WORKBOOK PAGE — wb- prefix
   ============================================= */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

/* ─── NAV ─── */
.wb-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(28, 16, 8, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(201, 133, 58, 0.15);
}
.wb-nav__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wb-nav__brand {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 18px;
  font-weight: 700;
  color: #F0EDE6;
  text-decoration: none;
}
.wb-nav__back {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  color: #8A8A9A;
  text-decoration: none;
  transition: color 0.2s;
}
.wb-nav__back:hover { color: #C9853A; }

/* ─── HERO ─── */
.wb-hero {
  background: #1C1008;
  padding-top: 60px;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 80px;
}
.wb-hero__inner {
  max-width: 680px;
  padding: 0 24px;
}
.wb-hero__eyebrow {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #C9853A;
  margin-bottom: 28px;
}
.wb-hero__title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(48px, 8vw, 80px);
  font-weight: 700;
  color: #F0EDE6;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 0;
}
.wb-hero__title--accent {
  color: #C9853A;
  font-style: italic;
}
.wb-hero__sub {
  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #8A8A9A;
  margin-top: 24px;
  letter-spacing: 0.02em;
}

/* ─── FRAMING COPY ─── */
.wb-framing {
  background: #180E04;
  padding: 80px 24px;
}
.wb-framing__inner {
  max-width: 640px;
  margin: 0 auto;
}
.wb-framing__rule {
  width: 40px;
  height: 2px;
  background: #C9853A;
  margin-bottom: 36px;
}
.wb-framing__text {
  font-family: 'DM Sans', sans-serif;
  font-size: 17px;
  font-weight: 300;
  color: #8A8A9A;
  line-height: 1.75;
  margin-bottom: 20px;
}
.wb-framing__text--lead {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 24px;
  font-weight: 700;
  color: #F0EDE6;
  line-height: 1.35;
}

/* ─── EMAIL CAPTURE ─── */
.wb-capture {
  background: #1C1008;
  padding: 96px 24px;
  border-top: 1px solid rgba(201, 133, 58, 0.2);
  border-bottom: 1px solid rgba(201, 133, 58, 0.2);
}
.wb-capture__inner {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}
.wb-capture__icon { margin-bottom: 24px; }
.wb-capture__heading {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  color: #F0EDE6;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-bottom: 14px;
}
.wb-capture__sub {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #8A8A9A;
  line-height: 1.7;
  margin-bottom: 36px;
}
.wb-capture__form { display: flex; flex-direction: column; gap: 10px; }
.wb-capture__input-row {
  display: flex;
  gap: 10px;
}
.wb-capture__input {
  flex: 1;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(201, 133, 58, 0.25);
  border-radius: 3px;
  padding: 14px 16px;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #F0EDE6;
  outline: none;
  transition: border-color 0.2s;
}
.wb-capture__input::placeholder { color: #5A5A6A; }
.wb-capture__input:focus { border-color: #C9853A; }
.wb-capture__input.error { border-color: #E05252; }
.wb-capture__btn {
  background: #C9853A;
  color: #0B0A0F;
  border: none;
  border-radius: 3px;
  padding: 14px 24px;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: background 0.2s;
  white-space: nowrap;
}
.wb-capture__btn:hover:not(:disabled) { background: #D4954A; }
.wb-capture__btn:disabled { opacity: 0.5; cursor: not-allowed; }
.wb-capture__error {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  color: #E05252;
  margin-top: 4px;
  min-height: 20px;
}
.wb-capture__privacy {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  color: #5A5A6A;
  margin-top: 4px;
}
.wb-capture__success {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  color: #C9853A;
  margin-top: 24px;
}

/* ─── THE 7 LINES ─── */
.wb-creed {
  background: #1C1008;
  padding: 80px 24px;
}
.wb-creed__inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.wb-creed__label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #C9853A;
  margin-bottom: 40px;
}
.wb-creed__list {
  list-style: none;
  counter-reset: creed;
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 40px;
}
.wb-creed__item {
  counter-increment: creed;
  display: flex;
  align-items: baseline;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(201, 133, 58, 0.15);
}
.wb-creed__num {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 13px;
  font-weight: 700;
  color: #C9853A;
  min-width: 32px;
  letter-spacing: 0.05em;
}
.wb-creed__line {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 700;
  color: #F0EDE6;
  letter-spacing: -0.01em;
  line-height: 1.3;
  text-align: left;
}
.wb-creed__anchor {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(18px, 3vw, 24px);
  font-style: italic;
  font-weight: 700;
  color: #C9853A;
  padding: 24px 0 0;
  line-height: 1.4;
}
.wb-creed__note {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  color: #8A8A9A;
  font-weight: 300;
  font-style: italic;
  margin-top: 8px;
}

/* ─── CTA FOOTER ─── */
.wb-cta {
  background: #140B03;
  border-top: 1px solid rgba(201, 133, 58, 0.15);
  padding: 56px 24px;
}
.wb-cta__inner {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
.wb-cta__text {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 20px;
  font-style: italic;
  color: #F0EDE6;
  margin-bottom: 24px;
  line-height: 1.5;
}
.wb-cta__link {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #C9853A;
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: opacity 0.2s;
}
.wb-cta__link:hover { opacity: 0.8; }

/* ─── FOOTER ─── */
.wb-footer {
  background: #1C1008;
  border-top: 1px solid rgba(201, 133, 58, 0.2);
  padding: 48px 24px;
}
.wb-footer__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}
.wb-footer__brand { display: flex; flex-direction: column; gap: 6px; }
.wb-footer__name {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 18px;
  font-weight: 700;
  color: #F0EDE6;
}
.wb-footer__tagline {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  color: #5A5A6A;
  letter-spacing: 0.1em;
}
.wb-footer__links { display: flex; gap: 32px; }
.wb-footer__link {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  color: #5A5A6A;
  text-decoration: none;
  transition: color 0.2s;
}
.wb-footer__link:hover { color: #C9853A; }
.wb-footer__motto {
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  font-size: 14px;
  color: #C9853A;
  letter-spacing: 0.02em;
}
.wb-footer__copy {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  color: #3A3A4A;
}

/* ─── RESPONSIVE ─── */
@media (max-width: 540px) {
  .wb-capture__input-row { flex-direction: column; }
  .wb-capture__btn { width: 100%; }
  .wb-creed__item { gap: 12px; }
  .wb-footer__links { gap: 20px; flex-wrap: wrap; justify-content: center; }
}

/* =========================================
   READING PATH — 4-card section (added)
   Mirrors .ub-path__grid aesthetic on the
   dark wb palette.
   ========================================= */

.wb-label-line {
  display: inline-block;
  width: 36px;
  height: 1px;
  background: rgba(201, 133, 58, 0.4);
  margin-right: 14px;
  vertical-align: middle;
}

.wb-section-label {
  display: inline-flex;
  align-items: center;
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #C9853A;
  margin: 0 0 28px 0;
}

.wb-section-label--center {
  display: flex;
  justify-content: center;
  gap: 16px;
  width: 100%;
  margin-bottom: 36px;
}

.wb-section-heading {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: #F0EDE6;
  margin: 0 0 18px 0;
}

.wb-section-heading em {
  font-style: italic;
  color: #C9853A;
}

.wb-section-sub {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #8A8A9A;
  max-width: 640px;
  margin: 0 0 8px 0;
}

.wb-path {
  background: #180E04;
  padding: 96px 24px;
  border-top: 1px solid rgba(201, 133, 58, 0.15);
  border-bottom: 1px solid rgba(201, 133, 58, 0.15);
}

.wb-path__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.wb-path__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  margin-top: 40px;
}

.wb-path__card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(201, 133, 58, 0.18);
  padding: clamp(28px, 4vw, 40px);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.wb-path__card:hover {
  border-color: #C9853A;
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.04);
}

.wb-path__card-tag {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8A8A9A;
}

.wb-path__card-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  color: #F0EDE6;
  margin: 0;
}

.wb-path__card-blurb {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #8A8A9A;
  margin: 0;
}

.wb-path__card-arrow {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #C9853A;
  margin-top: auto;
}

/* Premise blockquote (used inside .wb-framing) */
.wb-philosophy__quote {
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.4;
  color: #F0EDE6;
  margin: 0;
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

/* =========================================
   JOURNAL CTA STRIP
   ========================================= */
.wb-journal-strip {
  background: #140B03;
  border-top: 1px solid rgba(201, 133, 58, 0.15);
  border-bottom: 1px solid rgba(201, 133, 58, 0.15);
  padding: 72px 24px;
  text-align: center;
}

.wb-journal-strip__inner {
  max-width: 640px;
  margin: 0 auto;
}

.wb-journal-strip__eyebrow {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #C9853A;
  margin: 0 0 28px 0;
}

.wb-journal-strip__heading {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: #F0EDE6;
  margin: 0 0 16px 0;
}

.wb-journal-strip__heading em {
  font-style: italic;
  color: #C9853A;
}

.wb-journal-strip__sub {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #8A8A9A;
  line-height: 1.7;
  margin: 0 auto 28px auto;
  max-width: 560px;
}

.wb-journal-strip__btn {
  display: inline-block;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #C9853A;
  text-decoration: none;
  padding: 14px 28px;
  border: 1px solid rgba(201, 133, 58, 0.5);
  border-radius: 3px;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.wb-journal-strip__btn:hover {
  background: #C9853A;
  color: #0B0A0F;
  border-color: #C9853A;
}