.sline-stage{position:fixed;top:120px;left:0;width:100%;height:60px;z-index:199;pointer-events:none;}
#slineCanvas{position:absolute;top:0;left:0;}

/* ── Tier Strip — #31 next date, #32 book button per format ── */
.tier-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #CFA246;
    border-bottom: 1px solid rgba(207,162,70,0.35);
    background: #F7F3ED;
}
.tier-card {
    display: block;
    text-decoration: none;
    color: inherit;
    border-right: 1px solid rgba(207,162,70,0.35);
    transition: background 0.2s;
}
.tier-card:last-child { border-right: none; }
.tier-card:hover { background: rgba(207,162,70,0.07); }
.tier-card-inner {
    padding: 1.75rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.tier-label {
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #CFA246;
    font-weight: 600;
}
.tier-name {
    font-size: 1.05rem;
    font-weight: 500;
    color: #1A1612;
    line-height: 1.3;
}
.tier-meta {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin-top: 0.25rem;
}
.tier-date {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.8rem;
    color: #1A1612;
    opacity: 0.72;
}
.tier-price {
    font-size: 0.85rem;
    font-weight: 600;
    color: #1A1612;
    opacity: 0.85;
}
.tier-btn {
    display: inline-block;
    margin-top: 0.75rem;
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #CFA246;
    font-weight: 600;
    border-bottom: 1px solid rgba(207,162,70,0.4);
    padding-bottom: 2px;
    transition: border-color 0.2s, color 0.2s;
}
.tier-card:hover .tier-btn {
    color: #b8883a;
    border-color: #b8883a;
}
/* ── Notify-me state (#33) ── */
.tier-card--notify { cursor: default; }
.tier-card--notify:hover { background: transparent; }
.tier-date--tba {
    opacity: 0.4;
    font-style: italic;
}
.tier-notify-form {
    display: flex;
    align-items: center;
    gap: 0;
    margin-top: 0.75rem;
    border: 1px solid rgba(207,162,70,0.5);
    border-radius: 6px;
    overflow: hidden;
    max-width: 280px;
}
.tier-notify-input {
    flex: 1;
    border: none;
    background: transparent;
    padding: 0.45rem 0.65rem;
    font-size: 1rem; /* ≥16px prevents iOS auto-zoom */
    color: #1A1612;
    outline: none;
    font-family: inherit;
    min-width: 0;
}
.tier-notify-input::placeholder { opacity: 0.45; }
.tier-notify-btn {
    border: none;
    background: #CFA246;
    color: #fff;
    padding: 0.45rem 0.8rem;
    min-height: 44px;
    font-size: 0.72rem;
    letter-spacing: 0.05em;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
    white-space: nowrap;
    transition: background 0.2s;
}
.tier-notify-btn:hover { background: #b8883a; }
.tier-notify-ok {
    font-size: 0.78rem;
    color: #CFA246;
    font-style: italic;
    margin-top: 0.75rem;
}
@media (max-width: 720px) {
    .tier-strip {
        grid-template-columns: 1fr;
    }
    .tier-card {
        border-right: none;
        border-bottom: 1px solid rgba(207,162,70,0.25);
    }
    .tier-card:last-child { border-bottom: none; }
    .tier-card-inner { padding: 1.25rem 5vw; }
    .tier-notify-form { max-width: 100%; }
}

        /* --- 1. Global Reset --- */
        * { margin: 0; padding: 0; box-sizing: border-box; }
        html { font-size: 100%; }
        body { background-color: transparent; color: #1A1612; line-height: 1.7; overflow-x: hidden; -webkit-font-smoothing: antialiased; }

        /* ── Navbar lock – identical across all pages ── */
        .navbar {
            padding: 1.25rem 5% !important;
        }
        .logo {
            height: 80px !important;
            width: auto !important;
        }
        .nav-brand .name {
            font-size: 1.25rem !important;
            font-weight: 600 !important;
        }
        .nav-brand .sub {
            font-size: 0.75rem !important;
            display: block !important;
        }
        .nav-links a {
            font-size: 0.875rem !important;
            font-weight: 500 !important;
        }

        /* Hide brand name on mobile, keep logo and hamburger */
        @media (max-width: 1100px) {
            .nav-brand {
                display: none !important;
            }
        }

        /* --- 5. Workshop Hero --- */
        .workshop-hero { min-height: 80vh; padding: 20px 5vw 80px; display: flex; flex-direction: row; align-items: center; gap: 6vw; }
        .workshop-hero-text { flex: 1 1 0; min-width: 0; display: flex; flex-direction: column; justify-content: center; }
        .workshop-hero h1 { font-size: clamp(4.2969rem, 5vw, 7.8125rem); font-weight: 300; font-style: italic; letter-spacing: -0.01em; line-height: 0.95; }
        .workshop-hero .tagline { font-size: 2.3438rem; font-weight: 200; letter-spacing: 6px; color: #CFA246; text-transform: uppercase; margin-top: 20px; }
        .workshop-location-tag { font-size: 0.8rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: #1A1612; opacity: 0.5; margin-top: 14px; margin-bottom: 0; }

        .essence-box { margin-top: 80px; max-width: 800px; border-left: 1px solid #CFA246; padding-left: 40px; }
        .essence-box p { font-size: 2.1875rem; font-weight: 300; color: #1A1612; line-height: 1.8; }

        .workshop-hero-img { flex: 0 0 auto; max-width: 30vw; display: flex; align-items: center; }
        .workshop-hero-img img { width: 100%; height: auto; max-height: 72vh; object-fit: contain; display: block; }
        @media (max-width: 900px) {
            .workshop-hero { flex-direction: column; padding: 20px 5vw 60px; }
            .workshop-hero-img { max-width: 70vw; margin: 0 auto; }
        }

        /* --- 6. Content Sections --- */
        .section-padding { padding: 10vh 5vw; }

        /* --- Audience fit columns --- */
        .audience-fit {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 0;
            border-top: 1px solid #CFA246;
            margin-top: 8px;
        }
        .fit-col {
            padding: 36px 40px 36px 0;
        }
        .fit-col.fit-no {
            padding-left: 40px;
            padding-right: 0;
            border-left: 1px solid rgba(207,162,70,0.3);
        }
        .fit-label {
            font-size: 0.8rem;
            font-weight: 700;
            letter-spacing: 3px;
            text-transform: uppercase;
            margin-bottom: 18px;
        }
        .fit-col.fit-yes .fit-label { color: #4A8C5C; }
        .fit-col.fit-no  .fit-label { color: #B85C38; }
        .fit-list {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            flex-direction: column;
            gap: 10px;
        }
        .fit-list li {
            font-size: 1.0rem;
            font-weight: 300;
            line-height: 1.7;
            color: #1A1612;
            padding-left: 18px;
            position: relative;
        }
        .fit-col.fit-yes .fit-list li::before {
            content: '✓';
            position: absolute;
            left: 0;
            color: #4A8C5C;
            font-size: 0.75rem;
            top: 4px;
        }
        .fit-col.fit-no .fit-list li::before {
            content: '×';
            position: absolute;
            left: 0;
            color: #B85C38;
            font-size: 0.9rem;
            top: 2px;
        }
        @media (max-width: 700px) {
            .audience-fit { grid-template-columns: 1fr; }
            .fit-col.fit-no { padding-left: 0; border-left: none; border-top: 1px solid rgba(207,162,70,0.3); padding-top: 28px; }
        }

        /* --- Workshop Glimpses --- */
        .glimpses { padding: 10vh 5vw; background: transparent; border-top: 1px solid #CFA246; }
        .glimpse { content-visibility: auto; contain-intrinsic-size: 0 22vh; }
        .glimpses-head { max-width: 900px; margin: 0 auto 60px; text-align: center; }
        .glimpses-head .label { font-size: 1.0938rem; font-weight: 600; letter-spacing: 5px; text-transform: uppercase; color: #CFA246; margin-bottom: 20px; }
        .glimpses-head h2 { font-size: clamp(2.8125rem, 3.5vw, 4.375rem); font-weight: 300; font-style: italic; letter-spacing: 0; color: #1A1612; }
        .glimpses-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 22vh; gap: 12px; max-width: 1600px; margin: 0 auto; }
        .glimpse { position: relative; overflow: hidden; background: rgba(207, 162, 70, 0.08); border-radius: 10px; }
        .glimpse img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.8); transition: 1.2s cubic-bezier(0.25, 1, 0.5, 1); }
        .glimpse:hover img { filter: brightness(1); transform: scale(1.04); }
        .glimpse .caption { position: absolute; bottom: 15px; left: 15px; font-size: 0.9375rem; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: #1A1612; mix-blend-mode: difference; pointer-events: none; }
        .glimpse.g1 { grid-column: span 6; grid-row: span 2; }
        .glimpse.g2 { grid-column: span 3; grid-row: span 1; }
        .glimpse.g3 { grid-column: span 3; grid-row: span 1; }
        .glimpse.g4 { grid-column: span 3; grid-row: span 1; }
        .glimpse.g5 { grid-column: span 3; grid-row: span 1; }
        .glimpse.g6 { grid-column: span 4; grid-row: span 1; }
        .glimpse.g7 { grid-column: span 4; grid-row: span 1; }
        .glimpse.g8 { grid-column: span 4; grid-row: span 1; }
        @media (max-width: 1100px) {
            .glimpses-grid { grid-template-columns: repeat(6, 1fr); grid-auto-rows: 18vh; }
            .glimpse.g1 { grid-column: span 6; grid-row: span 2; }
            .glimpse.g2, .glimpse.g3, .glimpse.g4, .glimpse.g5 { grid-column: span 3; grid-row: span 1; }
            .glimpse.g6, .glimpse.g7, .glimpse.g8 { grid-column: span 2; grid-row: span 1; }
        }
        @media (max-width: 700px) {
            .glimpses-grid { grid-template-columns: 1fr; grid-auto-rows: 30vh; gap: 10px; }
            .glimpse.g1, .glimpse.g2, .glimpse.g3, .glimpse.g4, .glimpse.g5, .glimpse.g6, .glimpse.g7, .glimpse.g8 { grid-column: span 1; grid-row: span 1; }
        }
        .section-header { border-bottom: 1px solid rgba(207, 162, 70, 0.2); padding-bottom: 20px; margin-bottom: 60px; display: flex; justify-content: space-between; align-items: flex-end; }
        .section-header h2 { font-size: 1.875rem; font-weight: 300; text-transform: uppercase; letter-spacing: 4px; }

        /* Multi-Medium Grid */
        .medium-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
        .medium-card {
            background: #E2D8C6;
            padding: 32px 28px;
            border: none;
            border-radius: 10px;
        }
        .medium-card:hover {
            transform: translateY(-3px);
        }
        .medium-card h3 { font-size: 0.95rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 14px; color: #1A1612; }
        .medium-card p { font-size: 0.95rem; color: #4A3A33; line-height: 1.75; }

        /* Duration Modules */
        /* --- Observational Journey --- */
        .journey { display: grid; grid-template-columns: 1fr 1.3fr; gap: 80px; align-items: start; min-height: 70vh; }
        .journey-timeline { position: relative; padding-left: 30px; border-left: 1px solid rgba(207, 162, 70, 0.25); }
        .journey-day { position: relative; padding: 20px 0 20px 30px; cursor: pointer; transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1); border-bottom: 1px solid rgba(207, 162, 70, 0.15); }
        .journey-day::before { content: ''; position: absolute; left: -36px; top: 28px; width: 12px; height: 12px; background: rgba(207, 162, 70, 0.25); border: 1px solid rgba(207, 162, 70, 0.4); border-radius: 50%; transition: 0.4s; }
        .journey-day::after { content: ''; position: absolute; left: -30px; top: 33px; width: 0; height: 1px; background: #1A1612; transition: width 0.5s cubic-bezier(0.7, 0, 0.3, 1); }
        .journey-day.active::before { background: #1A1612; border-color: #1A1612; transform: scale(1.4); box-shadow: 0 0 0 4px rgba(247,243,236,0.08); }
        .journey-day.active::after { width: 25px; }
        .journey-day.active .jd-num { color: #1A1612; }
        .journey-day.active .jd-title { color: #1A1612; }
        .journey-day:hover .jd-num { color: #1A1612; }
        .journey-day:hover .jd-title { color: #1A1612; }
        .jd-row { display: flex; align-items: baseline; gap: 20px; }
        .jd-num { font-size: 1.175rem; font-weight: 700; letter-spacing: 3px; color: #CFA246; width: 50px; flex-shrink: 0; transition: 0.4s; }
        .jd-title { font-size: 1.5625rem; font-weight: 500; letter-spacing: 1px; color: #CFA246; text-transform: uppercase; transition: 0.4s; }
        .jd-phase { display: inline-block; font-size: 0.8625rem; font-weight: 600; letter-spacing: 3px; color: #CFA246; text-transform: uppercase; margin-top: 8px; padding-left: 70px; }
        .jd-badge { display: inline-block; font-size: 0.625rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #1A1612; background: #CFA246; padding: 3px 9px; margin-top: 10px; margin-left: 70px; }

        .journey-detail { position: sticky; top: 120px; background: linear-gradient(180deg, transparent 0%, transparent 100%); border: 1px solid #CFA246; padding: 60px 50px; min-height: 500px; overflow: hidden; }
        .journey-detail::before { content: attr(data-num); position: absolute; top: -40px; right: -20px; font-size: 34.375rem; font-weight: 900; color: rgba(207, 162, 70, 0.1); line-height: 0.8; pointer-events: none; letter-spacing: -0.05em; }
        .jdt-phase { position: relative; font-size: 1.0125rem; font-weight: 600; letter-spacing: 4px; color: #CFA246; text-transform: uppercase; margin-bottom: 30px; }
        .jdt-title { position: relative; font-size: clamp(2.8125rem, 3vw, 4.0625rem); font-weight: 300; font-style: italic; letter-spacing: 0; color: #1A1612; line-height: 1.1; margin-bottom: 40px; }
        .jdt-focus { position: relative; font-size: 1.5625rem; font-weight: 300; color: #1A1612; line-height: 1.9; letter-spacing: 0.3px; margin-bottom: 40px; }
        .jdt-meta { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 30px; padding-top: 30px; border-top: 1px solid rgba(207, 162, 70, 0.25); margin-bottom: 40px; }
        .jdt-meta-item .label { font-size: 0.9375rem; font-weight: 600; letter-spacing: 3px; color: #CFA246; text-transform: uppercase; margin-bottom: 10px; }
        .jdt-meta-item .value { font-size: 1.3287rem; font-weight: 500; color: #1A1612; letter-spacing: 0.5px; }
        .jdt-cta { position: relative; display: inline-block; padding: 18px 36px; border: 1px solid #CFA246; color: #1A1612; text-decoration: none; font-size: 1.0162rem; font-weight: 700; text-transform: uppercase; letter-spacing: 3px; transition: 0.4s; border-radius: 6px; }
        .jdt-cta:hover { background: #CFA246; color: #1A1612; border-color: #CFA246; }
        .jdt-progress { position: absolute; bottom: 0; left: 0; height: 2px; background: #CFA246; transition: width 0.6s cubic-bezier(0.7, 0, 0.3, 1); }
        .jdt-features { list-style: none; display: flex; flex-direction: column; gap: 9px; margin-bottom: 32px; }
        .jdt-features li { font-size: 0.8625rem; color: #1A1612; padding-left: 14px; position: relative; line-height: 1.5; }
        .jdt-features li::before { content: '·'; position: absolute; left: 0; color: #CFA246; font-size: 1rem; }

        .journey-nav { position: relative; display: flex; gap: 20px; margin-top: 30px; }
        .journey-nav button { background: transparent; border: 1px solid rgba(207, 162, 70, 0.25); color: #CFA246; padding: 12px 18px; font-size: 0.9375rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; cursor: pointer; transition: 0.3s; font-family: inherit; border-radius: 6px; }
        .journey-nav button:hover:not(:disabled) { border-color: #1A1612; color: #1A1612; }
        .journey-nav button:disabled { opacity: 0.3; cursor: not-allowed; }
        .journey-nav .counter { margin-left: auto; font-size: 1.0162rem; font-weight: 700; letter-spacing: 3px; color: #CFA246; align-self: center; }

        /* --- Workshop CTA Block --- */
        .workshop-cta {
            background: #1A1612;
            color: #F7F3ED;
            padding: clamp(80px, 14vh, 160px) 5vw;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        .workshop-cta::before {
            content: 'PRACTICE';
            position: absolute;
            font-size: clamp(100px, 20vw, 260px);
            font-weight: 900;
            letter-spacing: -0.05em;
            color: rgba(0,0,0,0.04);
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            white-space: nowrap;
            pointer-events: none;
            user-select: none;
            line-height: 1;
        }
        .wcta-label {
            font-size: 0.8625rem;
            font-weight: 700;
            letter-spacing: 6px;
            text-transform: uppercase;
            color: #CFA246;
            margin-bottom: 28px;
            position: relative;
        }
        .wcta-heading {
            font-size: clamp(3.4375rem, 6vw, 8.125rem);
            font-weight: 900;
            line-height: 0.88;
            letter-spacing: -0.04em;
            text-transform: uppercase;
            color: #F7F3ED;
            margin-bottom: 36px;
            position: relative;
        }
        .wcta-body {
            font-size: 1.4063rem;
            font-weight: 300;
            color: #CFA246;
            line-height: 1.8;
            max-width: 540px;
            margin-bottom: 52px;
            position: relative;
        }
        .wcta-btn {
            display: inline-flex;
            align-items: center;
            gap: 16px;
            background: transparent;
            color: #F7F3ED;
            border: 1px solid rgba(252,250,246,0.35);
            text-decoration: none;
            font-family: var(--font-main);
            font-size: 0.8625rem;
            font-weight: 700;
            letter-spacing: 4px;
            text-transform: uppercase;
            padding: 20px 44px;
            position: relative;
            transition: background 0.3s ease, color 0.3s ease, gap 0.3s ease, border-color 0.3s ease;
            border-radius: 6px;
        }
        .wcta-btn:hover {
            background: rgba(252,250,246,0.08);
            border-color: #F7F3ED;
            gap: 24px;
        }
        .wcta-availability {
            margin-top: 28px;
            font-size: 0.8625rem;
            font-weight: 600;
            letter-spacing: 4px;
            text-transform: uppercase;
            color: rgba(252,250,246,0.5);
            position: relative;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .wcta-dot {
            display: inline-block;
            width: 5px; height: 5px;
            border-radius: 50%;
            background: #CFA246;
            animation: pulse 2s ease infinite;
        }
        @keyframes pulse {
            0%, 100% { opacity: 1; transform: scale(1); }
            50%       { opacity: 0.5; transform: scale(0.7); }
        }
        @media (max-width: 600px) {
            .workshop-cta { padding: 80px 5vw; }
            .wcta-btn { width: 100%; justify-content: center; }
        }

        .footer { padding: 80px 5%; text-align: center; border-top: 1px solid #CFA246; height: auto; background: transparent; }
        .footer h2 { font-size: 1.5625rem; margin-bottom: 20px; }

        @media (max-width: 1100px) {
            .medium-grid { grid-template-columns: repeat(2, 1fr); }
            .journey { grid-template-columns: 1fr; gap: 40px; }
            .journey-detail { position: relative; top: 0; padding: 40px 30px; }
            .journey-detail::before { font-size: 18.75rem; top: -20px; right: -10px; }
            .jdt-meta { grid-template-columns: 1fr; gap: 20px; }
        }
        @media (max-width: 700px) {
            .medium-grid { grid-template-columns: 1fr; }
            .logo { height: 45px; }
            .nav-brand .name { font-size: 1.25rem; }
            .journey-detail { padding: 32px 24px; min-height: auto; }
            .journey-detail::before { font-size: 12.5rem; }
            .glimpses-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 25vh; }
        }
        @media (max-width: 768px) {
            .workshop-hero h1 { font-size: clamp(3.5rem, 6vw, 6rem) !important; }
        }
        @media (max-width: 480px) {
            .glimpses-grid { grid-template-columns: 1fr; grid-auto-rows: 30vh; }
            .footer-links { flex-direction: column; gap: 14px; }
        }
        .fade-up { opacity: 0; transform: translateY(20px); }

        /* --- Facilitator Section (new) --- */
        .facilitator-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 80px; align-items: start; }
        .facilitator-quote { border-left: 1px solid #CFA246; padding-left: 32px; margin: 0 0 0 0; }
        .facilitator-quote p { font-size: clamp(1.3rem, 1.6vw, 1.8rem); font-weight: 300; color: #1A1612; line-height: 1.65; font-style: italic; }
        .facilitator-quote cite { display: block; margin-top: 18px; font-size: 0.8625rem; font-weight: 700; letter-spacing: 4px; text-transform: uppercase; color: #CFA246; font-style: normal; }
        .facilitator-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2vw; border-top: 1px solid rgba(207, 162, 70, 0.25); padding-top: 36px; margin-top: 48px; }
        .fstat-val { font-size: clamp(1.8rem, 2.5vw, 2.6rem); font-weight: 900; color: #1A1612; letter-spacing: -2px; line-height: 1; margin-bottom: 8px; }
        .fstat-label { font-size: 0.8625rem; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: #CFA246; }
        @media (max-width: 1100px) {
            .facilitator-grid { grid-template-columns: 1fr; gap: 48px; }
        }

        /* --- Pricing Section (new) --- */
        .pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2vw; }
        .pricing-card { background: rgba(207, 162, 70, 0.08); padding: 40px; border: 1px solid #CFA246; transition: border-color 0.4s; position: relative; display: flex; flex-direction: column; border-radius: 10px; }
        .pricing-card:hover { border-color: #CFA246; }
        .pricing-card.pricing-featured { border-color: #CFA246; }
        .pricing-badge { display: inline-block; font-size: 0.8625rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: #1A1612; border: 1px solid rgba(207, 162, 70, 0.35); padding: 5px 10px; margin-bottom: 28px; align-self: flex-start; }
        .pricing-name { font-size: 0.8625rem; font-weight: 700; letter-spacing: 4px; text-transform: uppercase; color: #CFA246; margin-bottom: 20px; }
        .pricing-amount { font-size: clamp(2.2rem, 3vw, 3.2rem); font-weight: 900; color: #1A1612; letter-spacing: -2px; line-height: 1; margin-bottom: 6px; }
        .pricing-per { font-size: 0.8625rem; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; color: #CFA246; margin-bottom: 26px; }
        .pricing-desc { font-size: 1.075rem; color: #1A1612; line-height: 1.75; margin-bottom: 28px; flex-grow: 1; }
        .pricing-features { list-style: none; margin-bottom: 36px; display: flex; flex-direction: column; gap: 10px; }
        .pricing-features li { font-size: 0.8625rem; color: #1A1612; padding-left: 16px; position: relative; line-height: 1.5; }
        .pricing-features li::before { content: '—'; position: absolute; left: 0; color: #CFA246; }
        .pricing-cta { display: block; text-align: center; padding: 15px 20px; border: 1px solid rgba(207, 162, 70, 0.35); color: #CFA246; text-decoration: none; font-size: 0.8625rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; transition: border-color 0.3s, color 0.3s; border-radius: 6px; }
        .pricing-cta:hover { border-color: #1A1612; color: #1A1612; }
        .pricing-note { margin-top: 30px; font-size: 0.8625rem; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; color: #CFA246; text-align: center; }
        @media (max-width: 1100px) { .pricing-grid { grid-template-columns: 1fr; gap: 16px; } }

        /* ── Sketch & Handwriting Layer ── */
        .sketch-svg {
            display: block;
            pointer-events: none;
            overflow: visible;
        }
        .hand {
            font-family: var(--font-accent); font-style: italic;
            font-weight: 400;
            color: #1A1612;
            opacity: 0.32;
            pointer-events: none;
            line-height: 1.3;
            display: block;
        }
        .hand-inline {
            font-family: var(--font-accent); font-style: italic;
            font-weight: 400;
            color: #1A1612;
            opacity: 0.36;
            pointer-events: none;
        }
        @media (max-width: 700px) {
            .hand { font-size: 0.8625rem !important; }
        }

        /* Hand reveal */
        .hand {
            opacity: 0;
            transform: translateY(6px);
            transition: opacity 0.9s ease 0.3s,
                        transform 0.9s ease 0.3s;
        }
        .hand.is-visible {
            opacity: 0.32;
            transform: translateY(0);
        }

        /* SVG sketch draw-on */
        .sketch-svg path {
            stroke-dasharray: 1200;
            stroke-dashoffset: 1200;
            transition: stroke-dashoffset 1.8s
                        cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
        }
        .sketch-svg.is-visible path {
            stroke-dashoffset: 0;
        }

        /* Update sketch SVG opacity — was too low */
        .sketch-svg {
            opacity: 0.28;
        }

        /* ── Explorer's Deck Card Component ── */
        .edeck-wrap {
            display:flex; align-items:center;
            justify-content:center;
            padding:80px 0 40px;
        }
        .edeck-inner {
            display:grid;
            grid-template-columns:1fr 1fr;
            width:min(940px,94vw);
            height:min(580px,90vh);
            border:1px solid rgba(207, 162, 70, 0.35);
            background:#1A1612;
            box-shadow:0 40px 120px rgba(0,0,0,0.55);
            overflow:hidden;
        }
        /* Left */
        .edeck-left {
            display:flex; flex-direction:column;
            justify-content:space-between;
            padding:44px 40px;
            border-right:1px solid rgba(207, 162, 70, 0.15);
        }
        .edeck-eyebrow {
            font-size:0.8625rem; font-weight:700;
            letter-spacing:5px; text-transform:uppercase;
            color:rgba(247,243,236,0.6);
            display:block;
        }
        /* Steps */
        .edeck-steps {
            display:flex; flex-direction:column;
            gap:0; flex:1; margin:28px 0;
        }
        .edeck-step {
            display:grid; grid-template-columns:28px 1fr;
            gap:14px; padding:18px 0;
            border-bottom:1px solid rgba(207, 162, 70, 0.15);
            opacity:0; transform:translateX(-8px);
            transition:opacity .5s ease, transform .5s ease;
        }
        .edeck-step:first-child {
            border-top:1px solid rgba(207, 162, 70, 0.15);
        }
        .edeck-step.in { opacity:1; transform:translateX(0); }
        .edeck-step-n {
            font-size:0.8625rem; font-weight:700;
            letter-spacing:3px; color:rgba(247,243,236,0.55);
            padding-top:3px;
        }
        .edeck-step-title {
            font-size:0.8625rem; font-weight:700;
            letter-spacing:3px; text-transform:uppercase;
            color:rgba(247,243,236,0.9);
            display:block; margin-bottom:6px;
        }
        .edeck-step-desc {
            font-size:0.8625rem; font-weight:300;
            color:rgba(247,243,236,0.72); line-height:1.65;
            display:block;
        }
        /* Button */
        .edeck-btn {
            position:relative; overflow:hidden;
            width:100%; padding:17px 24px;
            background:transparent;
            border:1px solid rgba(207, 162, 70, 0.35);
            color:rgba(247,243,236,0.9);
            font-family:var(--font-main);
            font-size:0.8625rem; font-weight:700;
            letter-spacing:5px; text-transform:uppercase;
            cursor:pointer; outline:none;
            display:flex; align-items:center;
            justify-content:space-between;
            transition:color .4s ease, border-color .4s ease,
                       box-shadow .4s ease;
            border-radius:6px;
        }
        .edeck-btn::before {
            content: ''; position:absolute; inset:0;
            background:#CFA246;
            transform:translateX(-101%);
            transition:transform .5s cubic-bezier(.76,0,.24,1);
            z-index:0;
        }
        .edeck-btn:hover {
            color:#1A1612; border-color:#CFA246;
            box-shadow:0 0 28px rgba(201,164,76,.1);
        }
        .edeck-btn:hover::before { transform:translateX(0); }
        .edeck-btn:active { transform:scale(.99); }
        .edeck-btn:disabled { opacity:.3; cursor:not-allowed; pointer-events:none; }
        .edeck-btn span { position:relative; z-index:1; }
        .edeck-btn-arrow {
            position:relative; z-index:1;
            transition:transform .3s cubic-bezier(.34,1.56,.64,1);
        }
        .edeck-btn:hover .edeck-btn-arrow { transform:translateX(6px); }
        .edeck-meta {
            display:flex; justify-content:space-between;
            margin-top:12px;
            font-size:0.8625rem; font-weight:700;
            letter-spacing:4px; text-transform:uppercase;
            color:rgba(247,243,236,0.4);
        }
        .edeck-meta em { color:rgba(247,243,236,0.65); font-style:normal; }

        /* Right — Card */
        .edeck-right {
            display:flex; align-items:center;
            justify-content:center;
            background:transparent;
            position:relative; overflow:hidden;
        }
        .edeck-stage {
            position:relative;
            width:clamp(200px,24vw,260px);
            aspect-ratio:0.67;
        }
        /* Stack cards — initial position from CSS vars */
        .edeck-sc {
            position:absolute; inset:0;
            border:1px solid rgba(207, 162, 70, 0.18);
            will-change:transform;
            transition:transform .5s cubic-bezier(.34,1.2,.64,1);
            transform:translate(var(--ox),var(--oy)) rotate(var(--or));
            border-radius:6px;
        }
        .edeck-sc:nth-child(1){background:rgba(207, 162, 70,0.28);}
        .edeck-sc:nth-child(2){background:rgba(207, 162, 70,0.22);}
        .edeck-sc:nth-child(3){background:rgba(207, 162, 70,0.17);}
        .edeck-sc:nth-child(4){background:rgba(207, 162, 70,0.12);}
        /* Draw card */
        .edeck-dc {
            position:absolute; inset:0;
            background:rgba(207, 162, 70, 0.38);
            border:1px solid rgba(207, 162, 70, 0.55);
            display:flex; flex-direction:column;
            justify-content:space-between;
            padding:clamp(18px,2.8vw,26px);
            transition:transform .85s cubic-bezier(.34,1.4,.64,1),
                       box-shadow .85s ease, border-color .5s ease;
            will-change:transform, box-shadow;
            overflow:hidden; cursor:pointer; z-index:10;
            border-radius:10px;
        }
        .edeck-dc::before {
            content: ''; position:absolute; inset:0;
            background:linear-gradient(140deg,rgba(207, 162, 70, .04) 0%,transparent 55%);
            pointer-events:none; z-index:1;
        }
        .edeck-dc.lifted {
            transform:translateY(-22px) rotate(.1deg);
            box-shadow:0 30px 80px rgba(0,0,0,.6),
                       0 0 0 1px rgba(207, 162, 70, .45);
            border-color:rgba(207, 162, 70, 0.7);
        }
        .edeck-dc-corner {
            font-size:0.8625rem; font-weight:700;
            letter-spacing:4px; text-transform:uppercase;
            color:rgba(247,243,236,0.75);
            position:relative; z-index:2;
            display:flex; justify-content:space-between;
        }
        .edeck-dc-corner span:first-child {
            white-space: nowrap;
        }
        .edeck-dc-corner--author span {
            font-size: 0.65rem;
            letter-spacing: 0.5px;
            white-space: nowrap;
        }
        .edeck-dc-body {
            flex:1; display:flex; flex-direction:column;
            justify-content:space-between;
            position:relative; z-index:2; padding:10px 0;
        }
        /* Idle */
        .edeck-idle {
            position:absolute; inset:0; z-index:5;
            display:flex; align-items:center; justify-content:center;
            transition:opacity .4s ease;
        }
        .edeck-idle span {
            font-size:0.8625rem; font-weight:700;
            letter-spacing:5px; text-transform:uppercase;
            color:rgba(247,243,236,0.6);
        }
        .edeck-idle.gone { opacity:0; pointer-events:none; }
        /* Instruction text */
        .edeck-instr {
            font-family:'Cormorant Garamond',serif;
            font-size:clamp(1rem,1.9vw,1.45rem); /* 1rem floor — clearly the hero on mobile */
            font-weight:400; font-style:italic;
            color:#1A1612; line-height:1.5; overflow:hidden;
        }
        .edeck-line { display:block; overflow:hidden; }
        .edeck-line-in {
            display:block; transform:translateY(108%);
            transition:transform .65s cubic-bezier(.76,0,.24,1);
        }
        .edeck-dc.lifted .edeck-line-in { transform:translateY(0); transition-delay:.28s; }
        .edeck-note {
            font-family:var(--font-accent);font-style:italic;
            font-size:clamp(.625rem,.95vw,.72rem); /* caption tier — 1.6× smaller than instr */
            letter-spacing:0.5px;
            color:rgba(247,243,236,0.55); /* softer than before */
            opacity:0; transition:opacity .8s ease 1s;
        }
        .edeck-dc.lifted .edeck-note { opacity:1; }
        /* Progress */
        .edeck-prog {
            position:absolute; bottom:0; left:0; right:0;
            height:1px; background:rgba(26, 22, 18, .15); z-index:3;
        }
        .edeck-prog-fill {
            height:100%; background:rgba(26, 22, 18, .45);
            width:0%; transition:width .6s cubic-bezier(.76,0,.24,1);
        }
        /* Sweep shimmer */
        @keyframes edeck-sweep {
            from{transform:translateX(-120%) skewX(-10deg);}
            to{transform:translateX(220%) skewX(-10deg);}
        }
        .edeck-sweep {
            position:absolute; inset:0; z-index:20;
            pointer-events:none;
            background:linear-gradient(90deg,transparent,rgba(207, 162, 70, .06),transparent);
            animation:edeck-sweep .7s ease forwards;
        }
        /* Shuffle keyframes using CSS custom properties */
        @keyframes edeck-sfL {
            0%  {transform:translate(var(--ox),var(--oy)) rotate(var(--or));}
            35% {transform:translate(calc(var(--ox) - 22px),calc(var(--oy) - 10px)) rotate(calc(var(--or) - 8deg));}
            70% {transform:translate(calc(var(--ox) - 6px),calc(var(--oy) - 3px)) rotate(calc(var(--or) - 2deg));}
            100%{transform:translate(var(--ox),var(--oy)) rotate(var(--or));}
        }
        @keyframes edeck-sfR {
            0%  {transform:translate(var(--ox),var(--oy)) rotate(var(--or));}
            35% {transform:translate(calc(var(--ox) + 22px),calc(var(--oy) - 10px)) rotate(calc(var(--or) + 8deg));}
            70% {transform:translate(calc(var(--ox) + 6px),calc(var(--oy) - 3px)) rotate(calc(var(--or) + 2deg));}
            100%{transform:translate(var(--ox),var(--oy)) rotate(var(--or));}
        }
        @keyframes edeck-sfDC {
            0%  {transform:translateY(0) rotate(0deg);}
            30% {transform:translateY(-14px) rotate(-5deg) translateX(-16px);}
            65% {transform:translateY(-6px) rotate(-1.5deg) translateX(-4px);}
            100%{transform:translateY(0) rotate(0deg);}
        }
        .edeck-al { animation:edeck-sfL .6s cubic-bezier(.4,0,.2,1) forwards; }
        .edeck-ar { animation:edeck-sfR .6s cubic-bezier(.4,0,.2,1) forwards; }
        .edeck-adc { animation:edeck-sfDC .6s cubic-bezier(.4,0,.2,1) forwards; }

        @media(max-width:640px){
            /* Explorer's Deck — cards first, button below */
            .edeck-inner{ grid-template-columns:1fr; height:auto; }
            /* No overflow clipping — card must be free to lift without hitting a boundary */
            .edeck-right{ order:-1; padding:48px 24px 32px; border-bottom:1px solid rgba(207, 162, 70, .15); border-top:none; min-height:320px; overflow:visible; align-items:flex-end; }
            .edeck-left{ order:1; padding:32px 24px; }
            /* Wider card, no overflow clip */
            .edeck-stage{ width:min(240px,64vw); overflow:visible; }
            /* Restore original rotations */
            .edeck-sc:nth-child(1){ transform:translate(var(--ox),var(--oy)) rotate(var(--or)); }
            .edeck-sc:nth-child(2){ transform:translate(var(--ox),var(--oy)) rotate(var(--or)); }
            .edeck-sc:nth-child(3){ transform:translate(var(--ox),var(--oy)) rotate(var(--or)); }
            .edeck-sc:nth-child(4){ transform:translate(var(--ox),var(--oy)) rotate(var(--or)); }
            /* Small lift — plenty of headroom above stage now */
            .edeck-dc.lifted{ transform:translateY(-8px) rotate(.1deg); }
            /* Corner text — tighter spacing + no-wrap so "02 / 57" stays on one line */
            .edeck-dc-corner{ letter-spacing:1.5px; font-size:0.72rem; }
            .edeck-dc-corner span:last-child{ white-space:nowrap; }
            /* Why-hint — keep on one line */
            .edeck-why-hint{ white-space:nowrap; font-size:0.5rem; letter-spacing:1.5px; }
            /* Reduce letter-spacing on idle label so it fits on narrow card */
            .edeck-idle span{ letter-spacing:2px; font-size:0.75rem; }
            /* Remove blue tap highlight on mobile */
            .edeck-dc{ -webkit-tap-highlight-color: transparent; }

            /* Timeline — hide left nav, show detail only */
            .journey{ grid-template-columns:1fr; gap:0; min-height:auto; }
            #journeyTimeline{ display:none; }
            .journey-detail{ border-left:none; padding-left:0; }

            /* Responsive font sizing */
            .workshop-hero h1{ font-size:clamp(3.5rem, 6vw, 6rem) !important; }
            .essence-box p{ font-size:0.95rem; }
            .section-header h2{ font-size:clamp(1.6rem,6vw,2.5rem); }
        }
        /* Mobile header fixes */
        @media (max-width: 1100px) {
            /* 1. Force hamburger to the right */
            .nav-links-container {
                flex: 1;
                justify-content: flex-end;
            }
            .hamburger {
                order: 3;
                margin-left: auto;
            }

            /* 3. Prevent hero title from wrapping */
            .workshop-hero h1 {
                white-space: normal !important;
                word-break: normal !important;
                hyphens: none !important;
                font-size: clamp(2rem, 8vw, 3rem) !important;
                line-height: 1.1 !important;
            }
        }

/* ══════════════════════════════════════════════════════════════════════════════
   WCAG AA CONTRAST FIXES — workshops.css
   #CFA246 on #F7F3ED cream bg = 2.15:1 FAIL.
   All gold TEXT on this light page must use #7F5F10 (5.39:1 PASS).
   Borders/backgrounds/decorative uses of #CFA246 are unchanged.
   ══════════════════════════════════════════════════════════════════════════════ */

/* Section eyebrow labels */
.workshop-hero .tagline,
.glimpses-head .label,
.jd-num, .jd-title, .jd-phase,
.jdt-phase,
.jdt-meta-item .label,
.facilitator-quote cite,
.fstat-label,
.pricing-name, .pricing-per, .pricing-note,
.journey-nav .counter,
.tier-label {
    color: #7F5F10 !important;
}

/* Pricing CTA link text */
.pricing-cta {
    color: #7F5F10 !important;
    border-color: rgba(127, 95, 16, 0.35) !important;
}
.pricing-cta:hover {
    background: #7F5F10 !important;
    color: #F7F3ED !important;
    border-color: #7F5F10 !important;
}

/* Journey nav buttons (UI component, needs 3:1 — #CFA246 = 2.15:1 FAIL) */
.journey-nav button {
    color: #7F5F10 !important;
    border-color: rgba(127, 95, 16, 0.25) !important;
}
.journey-nav button:hover {
    background: #7F5F10 !important;
    color: #F7F3ED !important;
}

/* Bullet/list markers — decorative but on light bg */
.jdt-features li::before,
.pricing-features li::before {
    color: #7F5F10 !important;
}

/* Tier strip labels (added in #31-33) — light bg */
.tier-btn {
    color: #7F5F10 !important;
    border-color: rgba(127, 95, 16, 0.4) !important;
}
.tier-card:hover .tier-btn {
    color: #5a4308 !important;
    border-color: #5a4308 !important;
}
.tier-notify-btn {
    background: #7F5F10 !important;
}
.tier-notify-btn:hover { background: #5a4308 !important; }
.tier-notify-ok { color: #7F5F10 !important; }

/* Workshop CTA block — dark background (#1A1612), gold stays correct */
.workshop-cta .wcta-label,
.workshop-cta .wcta-body,
.workshop-cta .wcta-availability {
    /* These sit on dark bg; #CFA246 is fine there, no override needed. */
}

/* Responsive QA fixes for workshop page */
@media (max-width: 900px) {
    .workshop-hero {
        min-height: auto;
        gap: 44px;
        align-items: flex-start;
        padding: 44px 5vw 56px;
    }
    .workshop-hero .tagline {
        max-width: 100%;
        font-size: clamp(1.35rem, 7vw, 2.2rem);
        letter-spacing: 0.18em;
        line-height: 1.45;
        overflow-wrap: anywhere;
    }
    .workshop-location-tag {
        letter-spacing: 2px;
        line-height: 1.6;
    }
    .essence-box {
        margin-top: 44px;
        padding-left: 24px;
    }
    .essence-box p {
        font-size: clamp(1.05rem, 4vw, 1.45rem);
        line-height: 1.7;
    }
    .section-padding {
        padding: 72px 5vw;
    }
    .section-padding > div[style*="grid-template-columns: 1fr 1fr"] {
        grid-template-columns: 1fr !important;
        gap: 32px !important;
    }
    .jdt-cta,
    .wcta-btn {
        max-width: 100%;
        white-space: normal;
        text-align: center;
        line-height: 1.35;
    }
}

@media (max-width: 640px) {
    .workshop-hero {
        padding-top: 36px;
        padding-bottom: 48px;
    }
    .workshop-hero h1 {
        font-size: clamp(2.75rem, 15vw, 4rem) !important;
        line-height: 1 !important;
    }
    .workshop-hero .tagline {
        font-size: clamp(1.45rem, 9vw, 2.25rem);
        letter-spacing: 0.16em;
    }
    .workshop-hero-img {
        max-width: 100%;
        width: 100%;
    }
    .workshop-hero-img img {
        max-height: none;
        width: 100%;
    }
    .tier-card-inner {
        padding: 1.15rem 5vw;
    }
    .tier-meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.45rem;
    }
    .tier-btn,
    .tier-notify-btn {
        line-height: 1.3;
    }
    .tier-notify-form {
        align-items: stretch;
        flex-direction: column;
        border: none;
        gap: 8px;
    }
    .tier-notify-input {
        border: 1px solid rgba(207,162,70,0.5);
    }
    .tier-notify-btn {
        width: 100%;
        padding: 0.65rem 0.8rem;
    }
    .journey-detail {
        padding: 32px 22px;
    }
    .jdt-title {
        font-size: clamp(2rem, 12vw, 3rem);
    }
    .jdt-focus {
        font-size: 1.08rem;
        line-height: 1.75;
    }
    .jdt-cta {
        display: block;
        padding: 16px 20px;
        letter-spacing: 2px;
    }
    .journey-nav {
        flex-wrap: wrap;
        gap: 12px;
    }
    .journey-nav button {
        flex: 1 1 auto;
        padding: 12px 14px;
        letter-spacing: 1.5px;
    }
    .journey-nav .counter {
        flex-basis: 100%;
        margin-left: 0;
        text-align: center;
    }
    .wcta-heading {
        font-size: clamp(2.4rem, 14vw, 4rem);
        letter-spacing: 0;
        line-height: 0.95;
    }
    .wcta-body {
        font-size: 1.05rem;
        line-height: 1.7;
    }
    .wcta-btn {
        padding: 18px 20px !important;
        letter-spacing: 2px;
    }
}

.workshop-cta .wcta-availability {
    /* These sit on dark bg — #CFA246 is fine there, no override needed */
}

/* ── FAQ Accordion ─────────────────────────────────────────────────── */
.faq-accordion { max-width: 720px; }

.faq-item {
    border-bottom: 1px solid rgba(207,162,70,0.25);
}
.faq-item:first-child {
    border-top: 1px solid rgba(207,162,70,0.25);
}

.faq-question {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    padding: 24px 0;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    gap: 20px;
    font-family: inherit;
    transition: opacity 0.2s ease;
}
.faq-question:hover { opacity: 0.72; }

.faq-q-text {
    font-size: 1.075rem;
    font-weight: 600;
    color: #1A1612;
    line-height: 1.5;
    flex: 1;
    font-family: inherit;
}

.faq-icon {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border: 1px solid rgba(207,162,70,0.45);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    line-height: 1;
    color: #7F5F10;
    transition: transform 0.35s cubic-bezier(0.4,0,0.2,1),
                background 0.25s ease,
                border-color 0.25s ease;
    margin-top: 2px;
    user-select: none;
}
.faq-item.open .faq-icon {
    transform: rotate(45deg);
    background: rgba(207,162,70,0.12);
    border-color: #CFA246;
}

.faq-answer-wrap {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.45s cubic-bezier(0.4,0,0.2,1);
}
.faq-item.open .faq-answer-wrap {
    max-height: 600px;
}

.faq-answer {
    padding-bottom: 28px;
    font-size: 1.075rem;
    color: #1A1612;
    line-height: 1.9;
}
.faq-answer a {
    color: #7F5F10;
    text-decoration: none;
    border-bottom: 1px solid rgba(127,95,16,0.4);
    padding-bottom: 1px;
    transition: border-color 0.2s ease;
}
.faq-answer a:hover { border-color: #7F5F10; }

@media (max-width: 640px) {
    .faq-q-text { font-size: 1rem; }
    .faq-answer { font-size: 1rem; padding-bottom: 22px; }
    .faq-question { padding: 20px 0; }
}
