/* ============================================================
   CEPORA — Workshops page · "The Syllabus" direction
   Bold editorial type, asymmetric hero (copy LEFT + original
   photo), a numbered curriculum, and hairline lists (no boxes).
   Brand tokens (--navy, --lime, --sky, --magenta, --bg-warm,
   --hairline*, --text-body, --navy-deepest) come from style.css.
   ============================================================ */

/* ---- page-local helpers (not part of the global base) ---- */
.kicker {
  font-family: 'Prompt', sans-serif;
  font-style: italic; font-weight: 400;
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
  color: var(--magenta);
  letter-spacing: 0;
}
.reveal.d1 { transition-delay: 0.08s; }
.reveal.d2 { transition-delay: 0.16s; }
.reveal.d3 { transition-delay: 0.24s; }

/* keep workshop headings on the brand display face in every context */
.wh h1, .wband h2, .wband h3, .module .mname { font-family: 'Plus Jakarta Sans', sans-serif; }

/* ---------------- HERO — copy left, original photo ---------------- */
.wh {
  position: relative;
  min-height: 94vh;
  display: flex;
  align-items: center;
  background: var(--navy-deepest);
  color: #fff;
  overflow: hidden;
}
.wh-photo {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: 72% center;
  z-index: 0;
  transform: scale(1.04);
}
.wh-tint {
  position: absolute; inset: 0; z-index: 1;
  /* Original workshops hero tint treatment — subtle sky + magenta glows
     over a left-weighted darken; the photo reads through on the right. */
  background:
    radial-gradient(ellipse at 25% 30%, rgba(85, 193, 255, 0.08) 0%, transparent 55%),
    radial-gradient(ellipse at 78% 68%, rgba(188, 0, 255, 0.03) 0%, transparent 58%),
    linear-gradient(90deg, rgba(10, 18, 42, 0.92) 0%, rgba(15, 26, 56, 0.72) 42%, rgba(15, 26, 56, 0.22) 72%, rgba(15, 26, 56, 0.1) 100%),
    linear-gradient(180deg, rgba(15, 26, 56, 0.34) 0%, rgba(10, 18, 42, 0.48) 100%);
}
.wh::after { /* a thin lime spine — the recurring signature */
  content: ''; position: absolute; left: 0; top: 0; bottom: 0;
  width: 6px; background: var(--lime); z-index: 2;
}
.wh-inner {
  position: relative; z-index: 3;
  width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 56px;
}
.wh-col { max-width: 820px; padding: 160px 0; }
.wh .eyebrow { color: var(--sky); display: block; margin-bottom: 28px; }
.wh h1 {
  color: #fff;
  font-size: clamp(3rem, 7.4vw, 6.6rem);
  line-height: 0.97;
  letter-spacing: -0.045em;
  margin: 0 0 32px;
  text-wrap: balance;
}
.wh h1 .accent { color: var(--lime); }
.wh-lede {
  font-size: clamp(1.15rem, 1.7vw, 1.5rem);
  font-weight: 300;
  color: rgba(255,255,255,0.84);
  max-width: 60ch;
  line-height: 1.55;
  margin-bottom: 44px;
}
.wh-ctas { display: flex; gap: 28px; align-items: center; flex-wrap: wrap; }
.wh .btn { width: auto; }
.wh-secondary {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600; font-size: 0.98rem; color: #fff;
  border-bottom: 1px solid rgba(255,255,255,0.45); padding-bottom: 3px;
  transition: border-color 0.2s;
}
.wh-secondary:hover { border-bottom-color: #fff; }

/* ---------------- generic band + WIDE heads ---------------- */
.wband { position: relative; padding: 132px 0; }
.winner { max-width: 1240px; margin: 0 auto; padding: 0 56px; }
.whead { max-width: 46rem; }           /* wide, confident — never cramped */
.whead .kicker { display: block; margin-bottom: 16px; }
.whead h2 {
  font-size: clamp(2.5rem, 5.2vw, 4.4rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  color: var(--navy);
}
.whead .lede {
  font-size: clamp(1.12rem, 1.6vw, 1.4rem);
  font-weight: 300; color: var(--navy-dark);
  max-width: 58ch; line-height: 1.6; margin-top: 26px;
}

/* ---------------- STATEMENT band (the one big beat) ---------------- */
.wstate { background: var(--bg-warm); }
.wstate h2 {
  font-size: clamp(2.4rem, 5.4vw, 4.6rem);
  line-height: 1.03; letter-spacing: -0.04em; color: var(--navy);
  max-width: 60rem;
}
.wstate h2 .accent { color: var(--magenta); }
.wstate-p {
  font-size: clamp(1.12rem, 1.6vw, 1.32rem);
  font-weight: 300; color: #4a4a4a; max-width: 62ch;
  line-height: 1.7; margin-top: 32px;
}
.wstate .pivot {
  font-family: 'Prompt', sans-serif; font-style: italic; font-weight: 500;
  font-size: clamp(1.35rem, 2.4vw, 1.9rem); color: var(--navy);
  margin-top: 48px; padding-top: 34px;
  border-top: 1px solid var(--hairline-strong); max-width: 34rem;
}

/* ---------------- CURRICULUM (Benefits) — numbered syllabus ---------------- */
.wcurric { background: #fff; }
.wcurric .whead { margin-bottom: 24px; }
.syllabus { border-top: 2px solid var(--navy); margin-top: 40px; }
.module {
  display: grid;
  grid-template-columns: minmax(120px, 0.8fr) minmax(0, 2.4fr) minmax(0, 2.4fr);
  gap: 48px;
  padding: 56px 0;
  border-bottom: 1px solid var(--hairline);
  align-items: baseline;
}
.module .mnum {
  font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800;
  font-size: clamp(3.4rem, 6vw, 5.6rem); line-height: 0.8;
  letter-spacing: -0.05em; color: var(--lime);
}
.module .mname {
  font-weight: 800;
  font-size: clamp(1.5rem, 2.6vw, 2.1rem); letter-spacing: -0.02em;
  color: var(--navy); line-height: 1.1;
}
.module .mname .sub {
  display: block; font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.66rem; font-weight: 700; letter-spacing: 0.28em;
  text-transform: uppercase; color: var(--sky); margin-bottom: 12px;
}
.module p { font-size: 1.05rem; line-height: 1.75; color: var(--text-body); }

/* ---------------- FIT — wide head + clean list (no boxes) ---------------- */
.wfit { background: #E9F1FA; }
.wfit .whead h2 { font-size: clamp(2.2rem, 4vw, 3.4rem); }
.wfit-grid {
  display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 80px; align-items: start;
}
.wfit-list { border-top: 2px solid var(--navy); }
.wfit-item {
  display: grid; grid-template-columns: 44px 1fr; gap: 22px;
  padding: 36px 0; border-bottom: 1px solid var(--hairline); align-items: start;
}
.wfit-item .tick {
  width: 26px; height: 26px; flex: 0 0 auto; margin-top: 4px;
  background: var(--lime); display: grid; place-items: center;
  color: var(--navy); font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; font-size: 0.9rem;
}
.wfit-item h3 { font-size: clamp(1.3rem, 2.2vw, 1.7rem); line-height: 1.12; margin-bottom: 10px; color: var(--navy); }
.wfit-item p { font-size: 1.02rem; line-height: 1.7; color: var(--text-body); max-width: 56ch; }

/* ---------------- SESSION + NEWSLETTER ---------------- */
/* Dark image treatment (mirrors the old final-CTA look the client liked) */
.wsession { background: var(--navy-deepest); color: #fff; overflow: hidden; }
.wsession-photo {
  position: absolute; inset: 0; z-index: 0;
  background-size: cover; background-position: center;
}
.wsession-tint {
  position: absolute; inset: 0; z-index: 1;
  background:
    radial-gradient(ellipse at 20% 20%, rgba(188, 0, 255, 0.14) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 80%, rgba(85, 193, 255, 0.1) 0%, transparent 50%),
    linear-gradient(180deg, rgba(26, 43, 87, 0.88) 0%, rgba(15, 26, 56, 0.94) 100%);
}
.wsession .winner { position: relative; z-index: 2; }
.wsession .whead h2 { color: #fff; }
.wsession .kicker { color: var(--lime); }
.wsession-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 80px; align-items: start; }
.wsession-grid .lede {
  font-size: clamp(1.12rem, 1.6vw, 1.32rem); font-weight: 300;
  color: rgba(255, 255, 255, 0.84); line-height: 1.7; margin-bottom: 32px; max-width: 48ch;
}
/* Light form card on the dark band */
.ws-form-card {
  background: rgba(255, 255, 255, 0.07); border: 1px solid var(--lime);
  padding: 30px 30px 24px; max-width: 520px; margin-top: 4px;
}
/* glassy inputs + light status text on the translucent card */
.ws-form-card .ws-form-row input {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
}
.ws-form-card .ws-form-row input::placeholder { color: rgba(255, 255, 255, 0.55); }
.ws-form-card .ws-form-row input:focus { border-color: var(--lime); }
.ws-form-card .ws-form-status { color: rgba(255, 255, 255, 0.7); }
.ws-form-card .ws-form-status.is-ok { color: var(--lime); }
.ws-form-card .ws-form-status.is-error { color: #ffb4b4; }
/* Recolor the LinkedIn note + lift the newsletter card on the dark band */
.wsession .linkedin-cta { border-top-color: rgba(255, 255, 255, 0.18); }
.wsession .linkedin-cta p { color: rgba(255, 255, 255, 0.72); }
.wsession .linkedin-cta a { color: #fff; border-bottom-color: rgba(255, 255, 255, 0.6); }
.wsession .linkedin-icon { background: var(--lime); color: var(--navy); }
/* Newsletter card: transparent, outline only, light text on the dark band */
.wsession .newsletter { background: transparent; border-color: rgba(255, 255, 255, 0.28); box-shadow: none; }
.wsession .newsletter h3 { color: #fff; }
.wsession .newsletter p { color: rgba(255, 255, 255, 0.75); }
.wsession .newsletter input {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
}
.wsession .newsletter input::placeholder { color: rgba(255, 255, 255, 0.55); }

.ws-form-row { display: flex; gap: 12px; max-width: 480px; }
.ws-form-row input {
  flex: 1; padding: 14px 18px; border: 1px solid var(--hairline-strong);
  background: #fff; font-family: 'Prompt', sans-serif; font-size: 0.95rem;
  color: var(--navy); outline: none; border-radius: 999px; transition: border-color 0.2s;
}
.ws-form-row input:focus { border-color: var(--navy); }
.ws-form-row input::placeholder { color: #aaa; }
.ws-form-col { flex-direction: column; max-width: none; }
.wsession .btn { max-width: 400px; }

.linkedin-cta {
  display: flex; gap: 16px; align-items: flex-start;
  margin-top: 36px; padding-top: 30px; border-top: 1px solid var(--hairline);
}
.linkedin-icon {
  width: 36px; height: 36px; flex: 0 0 auto; background: var(--navy); color: #fff;
  display: grid; place-items: center; font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 800; font-size: 0.9rem;
}
.linkedin-cta p { font-size: 0.95rem; color: #666; line-height: 1.5; margin-bottom: 6px; }
.linkedin-cta a {
  font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 600; font-size: 0.92rem;
  color: var(--navy); border-bottom: 1px solid var(--navy); padding-bottom: 2px;
}

/* Workshop "notify me" form — native, styled to match the light session band */
.ws-notify-form .ws-form-row { margin-bottom: 14px; }
.ws-notify-form .btn { width: auto; margin-top: 2px; }
.ws-form-hp {
  position: absolute !important;
  left: -9999px; width: 1px; height: 1px;
  opacity: 0; pointer-events: none;
}
.ws-form-status { font-size: 0.95rem; margin: 14px 0 0; min-height: 1.2em; color: #666; }
.ws-form-status.is-ok { color: #2e7d32; }
.ws-form-status.is-error { color: #c0392b; }

.newsletter { background: #fff; border: 1px solid var(--hairline-strong); padding: 40px 36px; }
.newsletter h3 { font-size: 1.25rem; margin-bottom: 12px; line-height: 1.25; color: var(--navy); }
.newsletter p { font-size: 0.95rem; color: #666; margin-bottom: 24px; line-height: 1.6; }
.newsletter input {
  width: 100%; padding: 14px 16px; border: 1px solid var(--hairline-strong);
  font-family: 'Prompt', sans-serif; font-size: 0.95rem; color: var(--navy);
  outline: none; margin-bottom: 12px; border-radius: 999px;
}

/* ---------------- FINAL CTA (retained — unchanged direction) ---------------- */
.ws-final-photo {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  background-size: cover; background-position: center; z-index: 0;
}
.ws-final-tint {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  background:
    radial-gradient(ellipse at 20% 20%, rgba(188, 0, 255, 0.14) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 80%, rgba(85, 193, 255, 0.1) 0%, transparent 50%),
    linear-gradient(180deg, rgba(26, 43, 87, 0.88) 0%, rgba(15, 26, 56, 0.94) 100%);
  z-index: 1;
}

/* ---------------- RESPONSIVE ---------------- */
@media (max-width: 1000px) {
  .wh-inner, .winner { padding: 0 28px; }
  .wband { padding: 96px 0; }
  .module { grid-template-columns: 1fr; gap: 14px; padding: 40px 0; }
  .module .mnum { font-size: 3.4rem; }
  .wfit-grid { grid-template-columns: 1fr; gap: 36px; }
  .wsession-grid { grid-template-columns: 1fr; gap: 44px; }
  .ws-form-row { max-width: none; }
}
@media (max-width: 700px) {
  .wh { min-height: 88vh; }
  .wh-photo { background-position: 64% center; }
  .wh-tint {
    background:
      radial-gradient(ellipse at 25% 30%, rgba(85, 193, 255, 0.08) 0%, transparent 55%),
      linear-gradient(180deg, rgba(10, 18, 42, 0.78) 0%, rgba(10, 18, 42, 0.62) 58%, rgba(10, 18, 42, 0.46) 100%);
  }
  .whead, .wstate h2, .wstate .pivot { max-width: none; }
  .ws-form-row { flex-direction: column; }
  .ws-form-row button { width: 100%; justify-content: center; }
}
