  /* Workshop-specific styles — extend shared base */

  .ws-hero { padding: 200px 0 120px; text-align: center; background: var(--bg); }
  .ws-hero-eyebrow {
    font-family: var(--mono);
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--accent-deep);
    margin-bottom: 28px;
  }
  .ws-hero-headline {
    font-family: var(--display);
    font-weight: 500;
    font-size: clamp(2.8rem, 5vw, 4.4rem);
    line-height: 1.08;
    letter-spacing: -0.01em;
    margin: 0 auto 24px;
    max-width: 940px;
    color: var(--text);
  }
  .ws-hero-headline em { font-style: italic; color: var(--accent-deep); }
  .ws-hero-sub {
    font-family: var(--sans);
    font-size: 1.35rem;
    font-weight: 400;
    color: var(--text-muted);
    line-height: 1.6;
    max-width: 720px;
    margin: 0 auto 24px;
  }
  .ws-hero-meta {
    font-family: var(--mono);
    font-size: 0.86rem;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--text);
    margin: 0 auto 40px;
    display: flex;
    gap: 32px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .ws-hero-meta span { display: inline-flex; align-items: center; gap: 8px; }
  .ws-hero-meta-dot {
    width: 6px; height: 6px;
    background: var(--accent-deep);
    border-radius: 50%;
  }

  /* Day arc cards */
  .ws-days {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin: 40px auto 0;
    max-width: 1180px;
  }
  @media (max-width: 900px) {
    .ws-days { grid-template-columns: 1fr; }
  }
  .ws-day-card {
    background: #fff;
    border: 1px solid var(--border-light);
    border-top: 4px solid var(--accent);
    border-radius: 10px;
    padding: 36px 32px;
    text-align: center;
    box-shadow: 0 4px 16px rgba(126, 107, 161, 0.08);
  }
  .ws-day-num {
    font-family: var(--mono);
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--accent-deep);
    margin-bottom: 14px;
  }
  .ws-day-title {
    font-family: var(--display);
    font-style: italic;
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.15;
    color: var(--text);
    margin-bottom: 16px;
  }
  .ws-day-desc {
    font-family: var(--sans);
    font-size: 1.08rem;
    font-weight: 400;
    color: var(--text-muted);
    line-height: 1.65;
  }

  /* Schedule card — bigger, cleaner, more structure */
  .ws-schedule {
    max-width: 880px;
    margin: 48px auto 0;
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 14px;
    padding: 16px 56px;
    box-shadow: 0 6px 24px rgba(126, 107, 161, 0.10);
    text-align: left;
  }
  .ws-schedule-row {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 40px;
    padding: 16px 0;
    border-bottom: 1px solid var(--border-light);
    align-items: baseline;
  }
  .ws-schedule-row:last-of-type { border-bottom: none; }
  .ws-schedule-row.is-break {
    background: linear-gradient(90deg, transparent 0%, rgba(126, 107, 161, 0.04) 50%, transparent 100%);
    margin: 0 -24px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .ws-schedule-time {
    font-family: var(--mono);
    font-size: 1.02rem;
    font-weight: 600;
    color: var(--accent-deep);
    letter-spacing: 0.06em;
    white-space: nowrap;
  }
  .ws-schedule-block {
    font-family: var(--display);
    font-size: 1.35rem;
    font-weight: 600;
    color: var(--text);
    line-height: 1.3;
  }
  .ws-schedule-block-meta {
    display: block;
    font-family: var(--sans);
    font-size: 1.02rem;
    font-weight: 400;
    color: var(--text-muted);
    line-height: 1.55;
    margin-top: 6px;
  }
  .ws-schedule-row.is-break .ws-schedule-block {
    font-size: 1.05rem;
    font-weight: 500;
    color: var(--text-muted);
    font-style: italic;
    font-family: var(--sans);
  }
  .ws-schedule-note {
    margin: 32px -16px 0;
    padding: 20px 24px 4px;
    border-top: 1px solid var(--border-light);
    font-family: var(--sans);
    font-size: 1.02rem;
    font-style: italic;
    color: var(--text-muted);
    line-height: 1.65;
    text-align: center;
  }
  @media (max-width: 720px) {
    .ws-schedule { padding: 16px 28px; }
    .ws-schedule-row { grid-template-columns: 1fr; gap: 6px; padding: 18px 0; }
    .ws-schedule-row.is-break { margin: 0 -12px; padding-left: 12px; padding-right: 12px; }
    .ws-schedule-time { font-size: 0.92rem; }
    .ws-schedule-block { font-size: 1.25rem; }
  }

  /* Pricing block */
  .ws-pricing {
    max-width: 640px;
    margin: 40px auto 0;
    background: #fff;
    border: 1px solid var(--accent-deep);
    border-radius: 14px;
    padding: 44px 40px;
    text-align: center;
    box-shadow: 0 8px 28px rgba(126, 107, 161, 0.14);
  }
  .ws-pricing-eyebrow {
    font-family: var(--mono);
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--accent-deep);
    margin-bottom: 16px;
  }
  .ws-pricing-amount {
    font-family: var(--display);
    font-weight: 600;
    font-size: 3.6rem;
    line-height: 1;
    color: var(--text);
    margin-bottom: 6px;
  }
  .ws-pricing-detail {
    font-family: var(--sans);
    font-size: 1rem;
    color: var(--text-muted);
    margin-bottom: 24px;
  }
  .ws-pricing-divider {
    width: 60px;
    height: 1px;
    background: var(--accent);
    margin: 24px auto;
  }
  .ws-pricing-plan {
    font-family: var(--sans);
    font-size: 1.08rem;
    color: var(--text);
    line-height: 1.65;
    margin-bottom: 6px;
  }
  .ws-pricing-plan strong { color: var(--accent-deep); font-weight: 600; }
  .ws-pricing-plan-detail {
    font-family: var(--mono);
    font-size: 0.78rem;
    color: var(--text-muted);
    letter-spacing: 0.06em;
    margin-bottom: 32px;
  }
  .ws-pricing-seats {
    font-family: var(--mono);
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--accent-deep);
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid var(--border-light);
  }

  /* FAQ accordion */
  .ws-faq {
    max-width: 820px;
    margin: 40px auto 0;
    text-align: left;
  }
  .ws-faq details {
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 8px;
    padding: 0;
    margin-bottom: 14px;
    overflow: hidden;
    transition: border-color 0.2s, box-shadow 0.2s;
  }
  .ws-faq details[open] {
    border-color: var(--accent-deep);
    box-shadow: 0 4px 16px rgba(126, 107, 161, 0.10);
  }
  .ws-faq summary {
    font-family: var(--display);
    font-weight: 600;
    font-size: 1.15rem;
    color: var(--text);
    padding: 20px 24px;
    cursor: pointer;
    list-style: none;
    position: relative;
    padding-right: 56px;
    line-height: 1.4;
  }
  .ws-faq summary::-webkit-details-marker { display: none; }
  .ws-faq summary::after {
    content: '+';
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    font-family: var(--mono);
    font-size: 1.6rem;
    font-weight: 300;
    color: var(--accent-deep);
    transition: transform 0.2s;
  }
  .ws-faq details[open] summary::after { content: '−'; }
  .ws-faq-body {
    padding: 0 24px 22px;
    font-family: var(--sans);
    font-size: 1rem;
    font-weight: 400;
    color: var(--text-muted);
    line-height: 1.7;
  }

  /* Credibility block */
  .ws-cred {
    max-width: 880px;
    margin: 40px auto 0;
    text-align: center;
  }
  .ws-cred-pillars {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 40px;
  }
  @media (max-width: 800px) {
    .ws-cred-pillars { grid-template-columns: 1fr; }
  }
  .ws-cred-pillar {
    text-align: center;
  }
  .ws-cred-pillar-num {
    font-family: var(--display);
    font-style: italic;
    font-weight: 500;
    font-size: 1.6rem;
    color: var(--accent-deep);
    margin-bottom: 10px;
  }
  .ws-cred-pillar-title {
    font-family: var(--display);
    font-weight: 600;
    font-size: 1.2rem;
    color: var(--text);
    margin-bottom: 8px;
  }
  .ws-cred-pillar-text {
    font-family: var(--sans);
    font-size: 1rem;
    font-weight: 400;
    color: var(--text-muted);
    line-height: 1.65;
  }

  /* Hub offering-card additions */
  .ws-day-meta { font-family: var(--mono); font-size: 0.8rem; letter-spacing: 0.1em; color: var(--text-muted); margin-bottom: 14px; }
  .ws-day-link { display: inline-block; margin-top: 18px; font-family: var(--mono); font-size: 0.78rem; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent-deep); text-decoration: none; }
  .ws-day-link:hover { text-decoration: underline; }

  /* ── Depth pass (never flat — richer shadow + glow + hover life) ── */
  .ws-hero-headline { max-width: 1080px; }
  .ws-day-card {
    box-shadow: 0 14px 36px rgba(126, 107, 161, 0.20), 0 3px 10px rgba(45, 36, 53, 0.10);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }
  .ws-day-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 24px 52px rgba(126, 107, 161, 0.30), 0 6px 16px rgba(45, 36, 53, 0.14);
  }
  .ws-pricing { box-shadow: 0 20px 50px rgba(126, 107, 161, 0.26), 0 4px 14px rgba(45, 36, 53, 0.12); }
  .ws-schedule { box-shadow: 0 16px 42px rgba(126, 107, 161, 0.18), 0 3px 12px rgba(45, 36, 53, 0.10); }
  .ws-faq details { box-shadow: 0 8px 22px rgba(126, 107, 161, 0.12); }
  .ws-faq details[open] { box-shadow: 0 14px 34px rgba(126, 107, 161, 0.22); }
  .ws-day-btn {
    display: inline-block; margin-top: 22px;
    font-family: var(--sans); font-size: 0.82rem; font-weight: 600;
    letter-spacing: 0.12em; text-transform: uppercase; color: #fff;
    background: var(--accent-deep); padding: 14px 34px; border-radius: 999px;
    text-decoration: none;
    box-shadow: 0 8px 22px rgba(126, 107, 161, 0.34), 0 2px 8px rgba(45, 36, 53, 0.14);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  }
  .ws-day-btn:hover {
    background: #6B5A8C; transform: translateY(-2px);
    box-shadow: 0 14px 34px rgba(126, 107, 161, 0.44), 0 4px 12px rgba(45, 36, 53, 0.18);
  }

  /* ── Compass hero mark (subtle watermark on every workshop hero) ── */
  .ws-hero { position: relative; overflow: hidden; }
  .ws-hero .container { position: relative; z-index: 1; }
  .ws-hero::before {
    content: ""; position: absolute; top: 64px; left: 50%;
    transform: translateX(-50%);
    width: 210px; height: 210px;
    background: url("/compass.svg") center / contain no-repeat;
    opacity: 0.12; pointer-events: none; z-index: 0;
  }

  /* ── 5-day arc: single-column rows (symmetry — 1 col, 5 rows, no orphan) ── */
  .ws-arc-rows { max-width: 920px; margin: 0 auto; display: flex; flex-direction: column; gap: 18px; text-align: left; }
  .ws-arc-row {
    display: grid; grid-template-columns: 210px 1fr; gap: 30px; align-items: center;
    background: #fff; border: 1px solid var(--border-light); border-left: 4px solid var(--accent);
    border-radius: 12px; padding: 26px 34px;
    box-shadow: 0 14px 36px rgba(126,107,161,0.18), 0 3px 10px rgba(45,36,53,0.10);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }
  .ws-arc-row:hover { transform: translateY(-4px); box-shadow: 0 22px 50px rgba(126,107,161,0.28), 0 6px 16px rgba(45,36,53,0.14); }
  .ws-arc-row-day { font-family: var(--mono); font-size: 0.72rem; font-weight: 500; letter-spacing: 0.28em; text-transform: uppercase; color: var(--accent-deep); margin-bottom: 8px; }
  .ws-arc-row-title { font-family: var(--display); font-style: italic; font-weight: 600; font-size: 1.7rem; line-height: 1.1; color: var(--text); margin: 0; }
  .ws-arc-row-desc { font-family: var(--sans); font-size: 1.05rem; font-weight: 400; color: var(--text-muted); line-height: 1.6; margin: 0; }
  @media (max-width: 720px) { .ws-arc-row { grid-template-columns: 1fr; gap: 8px; padding: 24px 26px; } }

  /* ── Align hub card buttons to the bottom of equal-height cards ── */
  .ws-day-card { display: flex; flex-direction: column; }
  .ws-day-btn { margin-top: auto; align-self: center; }
