/* Product sub-pages — neutral editorial baseline,
   per-product accent colour applied via .product-* body class */

body.product { background: var(--paper); }

.product .nav { padding: 26px 0; border-bottom: 1px solid var(--tint-10); }
.product .nav-logo {
  align-items: flex-end;
  gap: 6px;
}
.product .nav-logo img { height: 42px; }
.product .nav-logo .wordmark {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: var(--navy-ink);
  letter-spacing: -0.02em;
  line-height: 1;
  padding-bottom: 5px;
}

/* breadcrumb */
.crumb {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Outfit', sans-serif;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 24px;
  text-decoration: none;
}
.crumb a { color: var(--text-muted); text-decoration: none; }
.crumb a:hover { color: var(--cyan-bright); }
.crumb span { opacity: .5; }

/* hero */
.prod-hero {
  padding: 80px 0 70px;
  background: linear-gradient(180deg, var(--paper), var(--white));
  position: relative;
  overflow: hidden;
}
.prod-hero::after {
  content: "";
  position: absolute;
  right: -150px; top: -150px;
  width: 520px; height: 520px;
  background: radial-gradient(circle, var(--accent-glow, rgba(0,173,239,.12)), transparent 60%);
  pointer-events: none;
}
.prod-hero .head { display: grid; grid-template-columns: 1.6fr 1fr; gap: 56px; align-items: end; position: relative; z-index: 1; }
.prod-hero .step-num {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.18em;
  color: var(--accent, var(--cyan-bright));
  margin-bottom: 14px;
}
.prod-hero h1 {
  font-size: clamp(56px, 8vw, 120px);
  line-height: 0.96;
  font-weight: 800;
  letter-spacing: -0.035em;
  color: var(--navy-ink);
}
.prod-hero h1 em {
  font-family: 'Caveat', cursive;
  font-style: normal;
  color: var(--accent, var(--cyan-bright));
  font-weight: 700;
  display: inline-block;
  transform: translateY(6px);
}
.prod-hero .right .lede {
  font-size: 19px;
  line-height: 1.65;
  color: var(--text-body);
}
.prod-hero .right .meta {
  margin-top: 28px;
  display: flex; flex-wrap: wrap; gap: 8px;
}
.prod-hero .right .meta .pill {
  background: var(--accent-tint, var(--tint-10));
  color: var(--navy-deep);
  font-size: 12px;
}
@media (max-width: 880px) {
  .prod-hero .head { grid-template-columns: 1fr; gap: 28px; }
}

/* purpose */
.prod-purpose { padding: 70px 0; background: var(--white); }
.prod-purpose .wrap { max-width: 880px; }
.prod-purpose .eyebrow { margin-bottom: 16px; }
.prod-purpose p {
  font-size: 21px;
  line-height: 1.7;
  color: var(--navy-ink);
  margin-bottom: 18px;
}
.prod-purpose p:last-child { color: var(--text-body); font-size: 18px; }

/* What we deliver */
.prod-deliver {
  padding: 90px 0;
  background: var(--off-white);
  border-top: 1px solid var(--tint-10);
  border-bottom: 1px solid var(--tint-10);
}
.prod-deliver .head { display: grid; grid-template-columns: 1fr 1.6fr; gap: 48px; margin-bottom: 50px; }
.prod-deliver h2 { font-size: clamp(34px, 4.2vw, 50px); font-weight: 700; line-height: 1.05; }
.prod-deliver .head p { font-size: 17px; color: var(--text-body); }
.prod-deliver .grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.prod-deliver .item {
  background: #fff;
  border: 1px solid var(--tint-10);
  border-radius: var(--radius);
  padding: 26px 28px;
  display: flex; align-items: start; gap: 16px;
}
.prod-deliver .item .tick {
  width: 28px; height: 28px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--accent-tint, var(--tint-10));
  color: var(--accent, var(--cyan-bright));
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 14px;
  font-family: 'Outfit', sans-serif;
}
.prod-deliver .item p { margin: 0; font-size: 16px; line-height: 1.6; color: var(--text-body); }
.prod-deliver .item p strong { color: var(--navy-ink); font-family: 'Outfit', sans-serif; font-weight: 700; }
@media (max-width: 880px) {
  .prod-deliver .head { grid-template-columns: 1fr; gap: 18px; }
  .prod-deliver .grid { grid-template-columns: 1fr; }
}

/* programme breakdown (used by Elevate) */
.prod-weeks { padding: 90px 0; background: var(--white); }
.prod-weeks h2 { font-size: clamp(34px, 4.2vw, 50px); font-weight: 700; margin-bottom: 8px; }
.prod-weeks .sub { font-size: 17px; color: var(--text-body); margin-bottom: 40px; max-width: 60ch; }
.prod-weeks .week {
  display: grid;
  grid-template-columns: 140px 220px 1fr;
  gap: 28px;
  padding: 28px 0;
  border-bottom: 1px solid var(--tint-10);
  align-items: start;
}
.prod-weeks .week .lbl {
  font-family: 'Outfit', sans-serif;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent, var(--cyan-bright));
  font-weight: 700;
}
.prod-weeks .week h3 { font-size: 22px; line-height: 1.25; font-weight: 700; color: var(--navy-ink); }
.prod-weeks .week p { font-size: 16px; line-height: 1.65; color: var(--text-body); margin: 0; }
@media (max-width: 880px) {
  .prod-weeks .week { grid-template-columns: 1fr; gap: 8px; padding: 22px 0; }
}

/* outcomes */
.prod-outcomes { padding: 90px 0; background: var(--off-white); }
.prod-outcomes h2 { font-size: clamp(34px, 4.2vw, 50px); font-weight: 700; margin-bottom: 40px; }
.prod-outcomes .grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.prod-outcomes .out {
  display: flex; align-items: start; gap: 16px;
  background: #fff;
  padding: 24px 26px;
  border-radius: var(--radius);
  border: 1px solid var(--tint-10);
}
.prod-outcomes .out .check {
  flex-shrink: 0;
  width: 32px; height: 32px;
  border-radius: 50%;
  background: var(--accent, var(--cyan-bright));
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700;
}
.prod-outcomes .out p { margin: 0; font-size: 16px; line-height: 1.55; color: var(--navy-ink); }
@media (max-width: 880px) { .prod-outcomes .grid { grid-template-columns: 1fr; } }

/* pricing */
.prod-pricing { padding: 90px 0; background: var(--navy-ink); color: #fff; }
.prod-pricing h2 { color: #fff; font-size: clamp(34px, 4.2vw, 50px); font-weight: 700; margin-bottom: 12px; }
.prod-pricing .sub { color: rgba(255,255,255,.55); max-width: 56ch; font-size: 17px; margin-bottom: 40px; }
.prod-pricing .cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.prod-pricing .card {
  padding: 32px 30px;
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
}
.prod-pricing .card.feature {
  background: var(--accent, var(--cyan-bright));
  border-color: var(--accent, var(--cyan-bright));
  color: var(--navy-ink);
}
.prod-pricing .card .lbl {
  font-family: 'Outfit', sans-serif;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--cyan-light);
  margin-bottom: 16px;
}
.prod-pricing .card.feature .lbl { color: var(--navy-deep); }
.prod-pricing .card .price {
  font-family: 'Outfit', sans-serif;
  font-size: 44px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.025em;
}
.prod-pricing .card.feature .price { color: var(--navy-ink); }
.prod-pricing .card .price .pre { font-size: 18px; color: rgba(255,255,255,.5); display: inline-block; margin-right: 6px; }
.prod-pricing .card.feature .price .pre { color: rgba(12,42,55,.55); }
.prod-pricing .card .detail { margin-top: 14px; font-size: 15px; color: rgba(255,255,255,.65); line-height: 1.5; }
.prod-pricing .card.feature .detail { color: rgba(12,42,55,.75); }
@media (max-width: 880px) { .prod-pricing .cards { grid-template-columns: 1fr; } }

/* resources / what makes it work */
.prod-resources { padding: 90px 0; background: #fff; }
.prod-resources h2 { font-size: clamp(34px, 4.2vw, 50px); font-weight: 700; margin-bottom: 40px; }
.prod-resources ul { list-style: none; padding: 0; margin: 0; columns: 2; column-gap: 40px; }
.prod-resources li {
  padding: 16px 0 16px 28px;
  position: relative;
  break-inside: avoid;
  font-size: 16px;
  line-height: 1.55;
  border-bottom: 1px solid var(--tint-10);
  color: var(--text-body);
}
.prod-resources li::before {
  content: "→";
  color: var(--accent, var(--cyan-bright));
  position: absolute;
  left: 0; top: 16px;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
}
@media (max-width: 720px) { .prod-resources ul { columns: 1; } }

/* CTA banner */
.prod-cta {
  padding: 100px 0;
  background:
    radial-gradient(ellipse at 80% 30%, var(--accent-glow, rgba(0,173,239,.16)), transparent 60%),
    var(--off-white);
  text-align: center;
}
.prod-cta .stamp { font-size: 30px; margin-bottom: 14px; }
.prod-cta h2 {
  font-size: clamp(38px, 5.4vw, 64px);
  font-weight: 700;
  letter-spacing: -0.02em;
  max-width: 22ch;
  margin: 0 auto 16px;
}
.prod-cta h2 em {
  font-family: 'Caveat', cursive;
  font-style: normal;
  color: var(--accent, var(--cyan-bright));
}
.prod-cta p { font-size: 18px; color: var(--text-body); max-width: 56ch; margin: 0 auto 32px; line-height: 1.6; }

/* journey strip showing where you are */
.prod-journey { padding: 60px 0; background: var(--white); border-top: 1px solid var(--tint-10); }
.prod-journey .steps {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  position: relative;
}
.prod-journey .steps::before {
  content: "";
  position: absolute; top: 24px; left: 24px; right: 24px;
  height: 2px;
  background: var(--tint-20);
  z-index: 0;
}
.prod-journey .step {
  position: relative; z-index: 1;
  flex: 1; text-align: center;
  text-decoration: none;
  color: var(--text-muted);
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  letter-spacing: 0.08em;
}
.prod-journey .step .dot {
  width: 48px; height: 48px;
  background: #fff;
  border: 2px solid var(--tint-20);
  border-radius: 50%;
  margin: 0 auto 12px;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; color: var(--text-muted);
  transition: all .2s ease;
}
.prod-journey .step.active .dot {
  background: var(--accent, var(--cyan-bright));
  border-color: var(--accent, var(--cyan-bright));
  color: #fff;
}
.prod-journey .step.active { color: var(--navy-ink); font-weight: 600; }
.prod-journey .step:hover .dot { border-color: var(--cyan); }

/* upcoming dates */
.prod-dates {
  padding: 90px 0 100px;
  background: var(--white);
  border-top: 1px solid var(--tint-10);
}
.prod-dates .head { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.prod-dates h2 {
  font-size: clamp(36px, 4.6vw, 56px);
  font-weight: 700;
  margin-top: 10px;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.prod-dates h2 em {
  font-family: 'Caveat', cursive;
  font-style: normal;
  color: var(--accent, var(--cyan-bright));
}
.prod-dates .head p {
  font-size: 17px;
  color: var(--text-body);
  max-width: 56ch;
  margin: 16px auto 0;
  line-height: 1.6;
}
.prod-dates .dates-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 900px;
  margin: 0 auto;
}
.prod-dates .date-card {
  background: #fff;
  border: 1.5px solid var(--tint-10);
  border-radius: var(--radius-xl);
  padding: 40px 36px 36px;
  text-align: center;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  position: relative;
  overflow: hidden;
}
.prod-dates .date-card:hover {
  transform: translateY(-4px);
  border-color: var(--accent, var(--cyan-bright));
  box-shadow: var(--shadow-lg);
}
.prod-dates .date-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--accent, var(--cyan-bright));
}
.prod-dates .date-city {
  font-family: 'Outfit', sans-serif;
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--text-muted);
  margin-bottom: 22px;
}
.prod-dates .date-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin-bottom: 18px;
}
.prod-dates .date-day {
  font-family: 'Outfit', sans-serif;
  font-size: 112px;
  font-weight: 800;
  color: var(--navy-ink);
  line-height: 0.9;
  letter-spacing: -0.05em;
}
.prod-dates .date-month {
  font-family: 'Caveat', cursive;
  font-weight: 700;
  font-size: 36px;
  color: var(--accent, var(--cyan-bright));
  line-height: 1;
  margin-top: 4px;
}
.prod-dates .date-year {
  font-family: 'Outfit', sans-serif;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-muted);
  font-weight: 600;
  margin-top: 10px;
}
.prod-dates .date-detail {
  font-family: 'Outfit', sans-serif;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin: 8px 0 24px;
}
.prod-dates .date-card .btn {
  width: 100%;
  justify-content: center;
}
.prod-dates .seats-note {
  text-align: center;
  margin: 36px auto 0;
  font-family: 'Outfit', sans-serif;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.prod-dates .seats-note::before {
  content: "·";
  margin-right: 10px;
  color: var(--accent, var(--cyan-bright));
}
.prod-dates .seats-note::after {
  content: "·";
  margin-left: 10px;
  color: var(--accent, var(--cyan-bright));
}

/* per-product accent themes */
body.product-ignite {
  --accent: #d4a843;
  --accent-tint: #fbf5e6;
  --accent-glow: rgba(212,168,67,.22);
}
body.product-elevate {
  --accent: #29abe2;
  --accent-tint: #e7f7fd;
  --accent-glow: rgba(0,173,239,.20);
}
body.product-expand {
  --accent: #2ebd6b;
  --accent-tint: #e5f7ee;
  --accent-glow: rgba(46,189,107,.22);
}
body.product-embed {
  --accent: #1d5d78;
  --accent-tint: #e7eef1;
  --accent-glow: rgba(29,93,120,.22);
}
body.product-switch {
  --accent: #0c2a37;
  --accent-tint: #e7eef1;
  --accent-glow: rgba(12,42,55,.22);
}

/* --------- Mobile tuning --------- */
@media (max-width: 860px) {
  .product .nav { padding: 20px 0; }
  .product .nav-logo img { height: 36px; }
  .product .nav-logo .wordmark { font-size: 19px; padding-bottom: 4px; }
}
@media (max-width: 720px) {
  .prod-hero { padding: 48px 0 48px; }
  .prod-hero h1 { font-size: clamp(44px, 11vw, 80px); line-height: 1.0; letter-spacing: -0.03em; }
  .prod-hero h1 em { transform: translateY(3px); }
  .prod-hero .right .lede { font-size: 17px; }
  .prod-hero .right .meta { margin-top: 20px; }
  .crumb { font-size: 12px; margin-bottom: 18px; }

  .prod-purpose { padding: 50px 0; }
  .prod-purpose p { font-size: 18px; line-height: 1.65; }
  .prod-purpose p:last-child { font-size: 16px; }

  .prod-deliver { padding: 60px 0; }
  .prod-deliver .head { margin-bottom: 32px; }
  .prod-deliver .item { padding: 22px 22px; gap: 14px; }
  .prod-deliver .item p { font-size: 15px; }

  .prod-weeks { padding: 60px 0; }
  .prod-weeks .week h3 { font-size: 20px; }
  .prod-weeks .week p { font-size: 15px; }

  .prod-outcomes { padding: 60px 0; }
  .prod-outcomes h2 { margin-bottom: 28px; }
  .prod-outcomes .out { padding: 20px 22px; }

  .prod-pricing { padding: 60px 0; }
  .prod-pricing .sub { margin-bottom: 28px; }
  .prod-pricing .card { padding: 26px 24px; }
  .prod-pricing .card .price { font-size: 36px; }

  .prod-resources { padding: 60px 0; }
  .prod-resources h2 { margin-bottom: 28px; }

  .prod-cta { padding: 70px 0; }
  .prod-cta .stamp { font-size: 26px; }
  .prod-cta p { font-size: 16px; margin-bottom: 26px; }

  .prod-journey { padding: 40px 0; }
  .prod-journey .steps { gap: 6px; }
  .prod-journey .steps::before { top: 18px; left: 16px; right: 16px; }
  .prod-journey .step { font-size: 11px; letter-spacing: 0.05em; }
  .prod-journey .step .dot {
    width: 36px; height: 36px;
    margin: 0 auto 8px;
    font-size: 14px;
    border-width: 2px;
  }

  .prod-dates { padding: 60px 0 64px; }
  .prod-dates .head { margin-bottom: 36px; }
  .prod-dates .dates-grid { grid-template-columns: 1fr; gap: 16px; }
  .prod-dates .date-card { padding: 32px 26px 28px; }
  .prod-dates .date-day { font-size: 88px; }
  .prod-dates .date-month { font-size: 30px; }
  .prod-dates .seats-note { margin-top: 28px; font-size: 11px; }
}
@media (max-width: 480px) {
  .product .nav { padding: 16px 0; }
  .product .nav-logo img { height: 32px; }
  .product .nav-logo .wordmark { font-size: 17px; }
  .prod-hero h1 { font-size: clamp(38px, 12vw, 64px); }
  .prod-pricing .cards { gap: 12px; }
}
