/* ════════════════════════════════════════════
   THE WORKSHOP — Dedicated design system
   Daylight zone: warm cream / forest green / soft amber
   Display: Literata · Body: Inter
   ════════════════════════════════════════════ */

/* ── Hero ────────────────────────────────── */
.workshop-hero {
    min-height: 92svh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-primary);
    padding: 9rem 2rem 7rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* Warm lamp glow rising from the workbench */
.workshop-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 60% 50% at 50% 75%, var(--brand-amber-dim) 0%, transparent 70%);
    pointer-events: none;
}

.workshop-hero-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 720px;
}

.workshop-hero-inner .hero-eyebrow {
    color: var(--brand-moss);
    margin-bottom: 1.5rem;
}

.workshop-hero-title {
    font-family: var(--font-heading);
    font-size: clamp(2.4rem, 7vw, 4.5rem);
    font-weight: 500;
    line-height: 1.1;
    color: var(--brand-primary);
    margin-bottom: 1.5rem;
    letter-spacing: -0.01em;
}

.workshop-hero-sub {
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.8;
    color: var(--text-secondary);
    margin-bottom: 3rem;
    max-width: 520px;
}

.workshop-hero-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 2.5rem;
}

.workshop-cta-secondary {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 0.8rem;
    font-weight: 400;
    letter-spacing: 0.08em;
    text-decoration: none;
    color: var(--text-secondary);
    padding: 0.85rem 2rem;
    border: 1px solid var(--rule-brand);
    transition: color 0.25s, border-color 0.25s;
}
.workshop-cta-secondary:hover {
    color: var(--brand-primary);
    border-color: var(--brand-primary);
}

.workshop-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    justify-content: center;
}

/* ── Shared section layout ───────────────── */
.workshop-section {
    padding: 7rem 2rem;
    border-top: 1px solid var(--rule-light);
}

.workshop-section-inner {
    max-width: 680px;
    margin: 0 auto;
}

.workshop-section-title {
    font-family: var(--font-heading);
    font-size: clamp(1.8rem, 5vw, 3rem);
    font-weight: 500;
    line-height: 1.2;
    color: var(--brand-primary);
    margin-bottom: 2.5rem;
    letter-spacing: -0.01em;
}

/* ── Prose ───────────────────────────────── */
.workshop-prose {
    max-width: 560px;
}

.workshop-prose p {
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.9;
    color: var(--text-secondary);
    margin-bottom: 1.25rem;
}

.workshop-lead {
    font-family: var(--font-heading);
    font-size: clamp(1.7rem, 4.5vw, 2.6rem);
    font-weight: 500;
    line-height: 1.25;
    color: var(--brand-primary);
    margin-bottom: 2rem;
}

.workshop-emphasis {
    font-family: var(--font-heading);
    font-style: italic;
    font-size: 1.15rem;
    color: var(--brand-earth);
    margin-top: 1.5rem;
}

/* ── Section backgrounds ─────────────────── */
.workshop-problem { background: var(--bg-primary); }
.workshop-how     { background: var(--bg-alt); }
.workshop-honest  { background: var(--bg-primary); }
.workshop-room    { background: var(--bg-alt); }
.workshop-lenses-section { background: var(--bg-primary); }
.workshop-faq     { background: var(--bg-alt); }

/* ── How it works steps ──────────────────── */
.workshop-steps {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 2.25rem;
    margin-bottom: 3rem;
}

.workshop-step {
    display: flex;
    gap: 1.75rem;
    align-items: flex-start;
}

.workshop-step .step-num {
    font-family: var(--font-body);
    font-size: 0.6rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    color: var(--brand-acorn);
    padding-top: 0.25rem;
    flex-shrink: 0;
    width: 2rem;
}

.workshop-step strong {
    font-family: var(--font-body);
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--brand-primary);
    display: block;
    margin-bottom: 0.4rem;
    letter-spacing: 0.01em;
}

.workshop-step p {
    font-family: var(--font-body);
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1.8;
    color: var(--text-secondary);
    margin: 0;
}

.workshop-no-list {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    padding: 1.75rem 2rem;
    border-left: 1px solid var(--brand-amber);
    background: var(--brand-amber-dim);
    margin-bottom: 3.5rem;
}

.workshop-no-list span {
    font-family: var(--font-body);
    font-size: 0.88rem;
    font-weight: 300;
    color: var(--text-secondary);
    line-height: 1.6;
}

/* ── Why it's different cards ────────────── */
.workshop-pillar-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2.5rem 3rem;
    margin-top: 2.5rem;
}

.workshop-pillar-card {
    border-top: 1px solid var(--brand-amber);
    padding-top: 1.5rem;
}

.workshop-pillar-card h3 {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--brand-primary);
    margin-bottom: 0.75rem;
    letter-spacing: 0.01em;
}

.workshop-pillar-card p {
    font-family: var(--font-body);
    font-size: 0.88rem;
    font-weight: 300;
    line-height: 1.8;
    color: var(--text-secondary);
    margin: 0;
}

/* ── Lenses (Bramble & Pip at work) ──────── */
.workshop-lens-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    margin: 2.5rem 0 2rem;
}

.workshop-lens-card {
    text-align: center;
}

.workshop-lens-art {
    width: 130px;
    height: 130px;
    margin: 0 auto 1.25rem;
}
.workshop-lens-art img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.workshop-lens-card h3 {
    font-family: var(--font-heading);
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--brand-primary);
    margin-bottom: 0.2rem;
}

.workshop-lens-role {
    font-family: var(--font-body);
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--brand-moss);
    margin-bottom: 0.85rem;
}

.workshop-lens-card p.workshop-lens-desc {
    font-family: var(--font-body);
    font-size: 0.88rem;
    font-weight: 300;
    line-height: 1.75;
    color: var(--text-secondary);
}

.workshop-lens-close {
    font-family: var(--font-heading);
    font-style: italic;
    font-size: 1rem;
    color: var(--text-muted);
    text-align: center;
}

/* ── Screenshots ─────────────────────────── */
.workshop-figure {
    position: relative;
    width: min(820px, 100%);
    left: 50%;
    transform: translateX(-50%);
    margin: 2.75rem 0;
}
.workshop-figure--wide { width: min(920px, 100%); }

.workshop-figure a { display: block; }

.workshop-figure img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid var(--rule-brand);
    box-shadow: 0 16px 44px rgba(43, 43, 43, 0.09);
}

.workshop-figure figcaption {
    font-family: var(--font-heading);
    font-style: italic;
    font-size: 0.82rem;
    color: var(--text-muted);
    text-align: center;
    margin-top: 0.9rem;
}

/* ── FAQ ─────────────────────────────────── */
.workshop-faq-list {
    margin-top: 2.5rem;
    max-width: 720px;
}

.workshop-faq-item {
    border-top: 1px solid var(--rule-brand);
}
.workshop-faq-item:last-child {
    border-bottom: 1px solid var(--rule-brand);
}

.workshop-faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 1.25rem 2.5rem 1.25rem 0;
    position: relative;
    font-family: var(--font-heading);
    font-size: 1.25rem;
    color: var(--brand-primary);
    transition: color 0.2s;
}
.workshop-faq-item summary::-webkit-details-marker { display: none; }
.workshop-faq-item summary:hover { color: var(--brand-earth); }

.workshop-faq-item summary::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: var(--font-body);
    font-size: 1.5rem;
    font-weight: 300;
    color: var(--brand-acorn);
    transition: transform 0.2s;
}
.workshop-faq-item[open] summary::after {
    content: '\2212'; /* minus */
}

.workshop-faq-item p {
    margin: 0 0 1.5rem;
    padding-right: 2.5rem;
    font-family: var(--font-body);
    font-size: 0.95rem;
    line-height: 1.75;
    color: var(--text-secondary);
}

/* ── Waitlist ────────────────────────────── */
.workshop-waitlist {
    background: var(--bg-dark);
    padding: 9rem 2rem;
    text-align: center;
    border-top: 1px solid rgba(47,74,58,0.4);
    position: relative;
    overflow: hidden;
}

.workshop-waitlist::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 50% 70% at 50% 100%, var(--brand-amber-glow) 0%, transparent 65%);
    opacity: 0.5;
    pointer-events: none;
}

.workshop-waitlist-inner {
    position: relative;
    max-width: 560px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.workshop-waitlist-title {
    font-family: var(--font-heading);
    font-size: clamp(2.2rem, 6vw, 4rem);
    font-weight: 500;
    color: var(--text-on-dark);
    margin-bottom: 0.75rem;
    letter-spacing: -0.01em;
    line-height: 1.1;
}

.workshop-waitlist-sub {
    font-family: var(--font-body);
    font-size: 0.95rem;
    font-weight: 300;
    color: var(--text-muted-dark);
    margin-bottom: 2.75rem;
}

.waitlist-form {
    display: flex;
    width: 100%;
    max-width: 440px;
    border: 1px solid rgba(240,235,224,0.2);
}

.waitlist-input {
    flex: 1;
    min-width: 0;
    padding: 0 1rem;
    height: 3.1rem;
    background: rgba(240,235,224,0.06);
    border: none;
    outline: none;
    font-family: var(--font-body);
    font-size: 0.85rem;
    font-weight: 300;
    color: var(--text-on-dark);
}
.waitlist-input::placeholder { color: rgba(240,235,224,0.35); }
.waitlist-input:focus { background: rgba(240,235,224,0.1); }

.waitlist-btn {
    flex-shrink: 0;
    border: none;
    cursor: pointer;
    background: var(--brand-amber);
    color: var(--bg-dark);
    font-family: var(--font-body);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0 1.5rem;
    transition: opacity 0.2s;
}
.waitlist-btn:hover { opacity: 0.88; }

.waitlist-success {
    font-family: var(--font-heading);
    font-style: italic;
    font-size: 1.05rem;
    color: var(--brand-amber);
    margin-top: 1.5rem;
    display: none;
}
.waitlist-success.visible { display: block; }

.waitlist-hidden { display: none; }

/* ── Bench preview placement on this page ── */
.workshop-how .bench-preview { margin-top: 0; }

/* ── Responsive ──────────────────────────── */
@media (max-width: 600px) {
    .workshop-hero { min-height: 80svh; padding: 8rem 1.5rem 5rem; }
    .workshop-hero-sub br { display: none; }
    .workshop-section { padding: 5rem 1.5rem; }
    .workshop-pillar-grid { grid-template-columns: 1fr; gap: 2rem; }
    .workshop-step { gap: 1.25rem; }
    .workshop-lens-grid { grid-template-columns: 1fr; gap: 2.5rem; }
    .workshop-faq-item summary { font-size: 1.1rem; }
    .waitlist-form { flex-direction: column; }
    .waitlist-input { height: 3rem; }
    .waitlist-btn { padding: 0.9rem 1.5rem; }
}
