/* ===== TOKENS (ported from workshop-landing.html) ===== */
:root {
    --primary: #B58900;
    --primary-soft: #B58900;
    --primary-glow: rgba(181,137,0,0.10);
    --primary-glow-strong: rgba(181,137,0,0.20);
    --primary-shadow: 0 0 50px rgba(181,137,0,0.18);
    --primary-shadow-lg: 0 20px 60px -10px rgba(181,137,0,0.22);
    --bg: #FFFFFF;
    --surface: #F8F8F8;
    --surface-2: #F0F0F0;
    --surface-3: #E8E8E8;
    --border: rgba(0,0,0,0.06);
    --border-2: rgba(0,0,0,0.09);
    --border-hover: rgba(0,0,0,0.16);
    --text: #1A1A1A;
    --text-2: #555555;
    --text-3: #999999;
    --r: 16px;
    --r-lg: 24px;
    --card-shadow: 0 4px 24px rgba(0,0,0,0.06), 0 1px 3px rgba(0,0,0,0.04);
    --card-shadow-hover: 0 8px 40px rgba(0,0,0,0.1), 0 0 20px rgba(254,187,2,0.10);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', system-ui, sans-serif; background: var(--bg); color: var(--text); -webkit-font-smoothing: antialiased; font-size: 15px; line-height: 1.65; }
h1, h2, h3, h4 { font-family: 'Manrope', sans-serif; line-height: 1.1; }
h1, h2 { line-height: 1.25; }
h1 { font-size: clamp(2.4rem, 4.5vw, 3.4rem); font-weight: 800; letter-spacing: -2.5px; margin-bottom: 20px; }
h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 800; letter-spacing: -1.5px; margin-bottom: 14px; }
h1 span, h2 span {
    background: #FEBB02;
    color: #000;
    font-weight: 800;
    padding: 0.05em 0.32em;
    border-radius: 4px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}
h3 { font-size: 1rem; font-weight: 800; letter-spacing: -0.3px; }
p { margin: 0; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.container { max-width: 960px; margin: 0 auto; padding: 0 28px; }

/* ===== NAV (workshop style) ===== */
.nav { position: sticky; top: 0; z-index: 100; padding: 14px 0; background: rgba(255,255,255,0.8); -webkit-backdrop-filter: blur(24px) saturate(1.4); backdrop-filter: blur(24px) saturate(1.4); border-bottom: 1px solid var(--border); box-shadow: 0 1px 12px rgba(0,0,0,0.04); }
.nav-inner { display: flex; justify-content: space-between; align-items: center; max-width: 960px; margin: 0 auto; padding: 0 28px; }
.nav-home-link { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.nav-logo { height: 30px; width: auto; display: block; pointer-events: none; }
.nav-wordmark { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 1.05rem; letter-spacing: -0.01em; color: #2A2A2A; line-height: 1; }
.nav-home-link { display: inline-flex; align-items: center; justify-content: center; padding: 10px 4px; cursor: pointer; text-decoration: none; position: relative; z-index: 101; min-height: 40px; }
.nav-home-link:hover .nav-logo { opacity: 0.85; }
.nav-links { display: flex; gap: 28px; align-items: center; }
.nav-link { color: var(--text-2); font-size: 0.8rem; font-weight: 500; transition: color 0.2s; letter-spacing: -0.2px; }
.nav-link:hover { color: var(--text); }
.nav-cta { background: #FEBB02; color: #000 !important; padding: 10px 22px; border-radius: 10px; font-weight: 700; font-size: 0.8rem; letter-spacing: -0.2px; border: 2px solid #000; box-shadow: 4px 4px 0 #000; transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease; }
.nav-cta:hover { background: #FFC830; transform: translate(-1px, -1px); box-shadow: 5px 5px 0 #000; }
.nav-cta:active { transform: translate(2px, 2px); box-shadow: 1px 1px 0 #000; }

.nav-toggle { display: none; background: none; border: none; padding: 8px; cursor: pointer; color: var(--text); }
.nav-toggle svg { width: 22px; height: 22px; }
@media (max-width: 820px) {
    .nav-toggle { display: block; }
    .nav-links { position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; background: rgba(255,255,255,0.98); -webkit-backdrop-filter: blur(24px); backdrop-filter: blur(24px); border-bottom: 1px solid var(--border); padding: 8px 0; max-height: 0; overflow: hidden; transition: max-height 0.25s ease; }
    .nav-links.open { max-height: 500px; }
    .nav-links .nav-link { padding: 14px 28px; font-size: 0.92rem; border-bottom: 1px solid var(--border); }
    .nav-links .nav-link:last-child { border-bottom: none; }
    .nav-links .nav-cta { margin: 12px 24px; text-align: center; padding: 14px 24px; font-size: 0.85rem; }
}

/* ===== HERO ===== */
.hero { padding: 140px 0 80px; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; top: -100px; left: 50%; transform: translateX(-50%); width: 900px; height: 900px; background: radial-gradient(ellipse at center, rgba(254,187,2,0.08) 0%, transparent 60%); pointer-events: none; }
.hero::after { content: ''; position: absolute; top: 200px; right: -200px; width: 500px; height: 500px; background: radial-gradient(circle, rgba(254,187,2,0.06) 0%, transparent 70%); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 60px; align-items: center; position: relative; z-index: 1; }
@media (max-width: 900px) { .hero-grid { grid-template-columns: 1fr; gap: 40px; } .hero { padding: 100px 0 60px; } }
.hero-label { font-size: 0.7rem; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: var(--primary); margin-bottom: 20px; display: flex; align-items: center; gap: 8px; }
.hero-label::before { content: ''; width: 20px; height: 1px; background: var(--primary); }
.hero-label-dot { display: none; }
.hero h1 span { color: #000; }
.hero h1 em { color: var(--primary); font-style: normal; }
.hero-p { font-size: 1rem; color: var(--text-2); margin-bottom: 32px; line-height: 1.7; max-width: 460px; }
.hero-p strong { color: var(--text); font-weight: 600; }
.hero-ctas { display: flex; gap: 12px; align-items: center; margin-bottom: 28px; flex-wrap: wrap; }

.btn-primary { background: #FEBB02; color: #000; padding: 14px 32px; border-radius: 12px; font-weight: 700; font-size: 0.9rem; display: inline-flex; align-items: center; gap: 8px; border: 3px solid #000; box-shadow: 6px 6px 0 #000; transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease; }
.btn-primary:hover { background: #FFC830; color: #000; transform: translate(-2px, -2px); box-shadow: 8px 8px 0 #000; }
.btn-primary:active { transform: translate(3px, 3px); box-shadow: 2px 2px 0 #000; }
.btn-secondary { background: #FFFFFF; color: #000; padding: 14px 28px; border-radius: 12px; font-weight: 700; font-size: 0.9rem; display: inline-flex; align-items: center; gap: 8px; border: 3px solid #000; box-shadow: 6px 6px 0 #000; transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease; }
.btn-secondary:hover { background: #F5F5F5; color: #000; transform: translate(-2px, -2px); box-shadow: 8px 8px 0 #000; }
.btn-secondary:active { transform: translate(3px, 3px); box-shadow: 2px 2px 0 #000; }

.hero-proof { display: flex; align-items: center; gap: 12px; }
.hero-proof-avatars { display: flex; }
.hero-proof-avatars img { width: 28px; height: 28px; border-radius: 50%; border: 2px solid var(--bg); object-fit: cover; }
.hero-proof-avatars img + img { margin-left: -8px; }
.hero-proof-text { font-size: 0.75rem; color: var(--text-3); }
.hero-proof-text strong { color: var(--text-2); }
.hero-proof-stars { color: #F59E0B; font-size: 0.7rem; letter-spacing: 1px; }

.hero-right { position: relative; }
.hero-video { width: 100%; aspect-ratio: 16/10; border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--border-2); background: var(--surface); display: flex; align-items: center; justify-content: center; cursor: pointer; position: relative; z-index: 2; box-shadow: 0 20px 60px rgba(0,0,0,0.08), 0 0 60px rgba(254,187,2,0.10); }
.hero-video:hover .play-circle { transform: scale(1.1); box-shadow: 0 0 40px rgba(0,0,0,0.35); }
.play-circle { width: 72px; height: 72px; border: 2px solid rgba(255,255,255,0.6); border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: all 0.4s cubic-bezier(0.25,0.46,0.45,0.94); background: rgba(0,0,0,0.55); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); box-shadow: 0 0 30px rgba(0,0,0,0.25); }
.play-circle svg { width: 22px; height: 22px; fill: white; margin-left: 3px; }
.hero-video-overlay { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; }
.hero-video-caption { color: white; font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 0.82rem; letter-spacing: 0.3px; }

/* ===== SECTIONS ===== */
.section { padding: 100px 0; }
.section-line { border-top: 1px solid var(--border); }
.section-label { font-size: 0.7rem; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: var(--text-3); margin-bottom: 14px; }
.section-eyebrow { display: inline-block; font-size: 0.7rem; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: var(--primary); margin-bottom: 14px; }
.section-intro { max-width: 680px; margin: 0 auto 48px; text-align: center; }
.section-intro p { margin-top: 14px; color: var(--text-2); font-size: 0.92rem; line-height: 1.7; }

/* ===== STAT BAR (cream brutal tile) ===== */
.stat-bar-section { padding: 48px 0 64px; }
.stat-bar { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; align-items: center; background: var(--primary-glow); border: 3px solid #000; border-radius: var(--r-lg); box-shadow: 8px 8px 0 #000; padding: 32px 36px; }
@media (max-width: 720px) { .stat-bar { grid-template-columns: repeat(2, 1fr); padding: 24px 22px; box-shadow: 6px 6px 0 #000; } }
.stat-bar-item { text-align: left; padding: 8px 24px 8px 0; border-right: 1px solid rgba(0,0,0,0.18); }
.stat-bar-item:last-child { border-right: none; }
.stat-bar-item:nth-child(2n) { border-right: none; }
@media (min-width: 721px) { .stat-bar-item:nth-child(2n) { border-right: 1px solid rgba(0,0,0,0.18); } .stat-bar-item:last-child { border-right: none; } }
.stat-bar-num { font-family: 'Manrope', sans-serif; font-size: 1.9rem; font-weight: 800; letter-spacing: -1.2px; color: var(--primary); line-height: 1; margin-bottom: 6px; }
.stat-bar-num span { color: var(--primary-soft); font-weight: 700; }
.stat-bar-label { font-size: 0.78rem; color: var(--text-2); line-height: 1.45; }

/* ===== BUCKETS (hero + bonuses, workshop-style) ===== */
.buckets { display: grid; grid-template-columns: 1fr; gap: 20px; }
.bucket { padding: 32px 30px; background: var(--bg); border: 1px solid var(--border-2); border-radius: var(--r-lg); box-shadow: var(--card-shadow); transition: all 0.3s; display: flex; flex-direction: column; }
.bucket:hover { box-shadow: var(--card-shadow-hover); transform: translateY(-2px); border-color: var(--border-hover); }
.bucket-num { font-size: 0.7rem; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: var(--primary); margin-bottom: 12px; }
.bucket h3 { margin-bottom: 10px; font-size: 1.18rem; font-weight: 800; letter-spacing: -0.4px; line-height: 1.3; }
.bucket-p { color: var(--text-2); font-size: 0.88rem; margin-bottom: 20px; line-height: 1.65; }
.bucket-list { list-style: none; padding: 0; margin: 0 0 20px; }
.bucket-list li { font-size: 0.84rem; color: var(--text-2); padding: 6px 0; display: flex; align-items: flex-start; gap: 8px; line-height: 1.5; }
.bucket-list li::before { content: '✓'; color: var(--primary); font-weight: 700; flex-shrink: 0; margin-top: 1px; }
.bucket-price { font-family: 'Manrope', sans-serif; font-weight: 800; color: var(--text); font-size: 1.05rem; margin-top: auto; padding-top: 16px; border-top: 1px solid var(--border); letter-spacing: -0.5px; }
.bucket-price span { color: var(--text-3); font-weight: 500; font-size: 0.78rem; letter-spacing: normal; }
.bucket-cta { margin-top: 14px; font-weight: 600; color: var(--primary); font-size: 0.84rem; display: inline-flex; align-items: center; gap: 6px; transition: gap 0.2s; }
.bucket-cta:hover { gap: 10px; }

/* Hero bucket — the workshop ticket */
.bucket-hero { padding: 44px 40px 36px; background: linear-gradient(180deg, var(--primary-glow) 0%, var(--bg) 80%); border: 3px solid #000; border-radius: var(--r-lg); box-shadow: 8px 8px 0 #000; position: relative; transition: transform 0.15s ease, box-shadow 0.15s ease; }
.bucket-hero:hover { transform: translate(-2px, -2px); box-shadow: 10px 10px 0 #000; border-color: #000; }
.bucket-hero-flag { position: absolute; top: -14px; left: 28px; background: #000; color: var(--primary); font-size: 0.7rem; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; padding: 7px 14px; border-radius: 999px; border: 2px solid #000; }
.bucket-hero .bucket-num { color: #000; }
.bucket-hero h3 { font-size: 1.6rem; margin-bottom: 12px; letter-spacing: -0.6px; }
.bucket-hero .bucket-p { font-size: 0.95rem; max-width: 640px; color: #1A1A1A; }
.bucket-hero .bucket-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 24px; max-width: 720px; }
.bucket-hero .bucket-list li { color: #1A1A1A; }
.bucket-hero .bucket-list li::before { color: #000; }
.bucket-hero .pricing-cta { max-width: 280px; margin-top: 10px; }
.bucket-hero-row { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-bottom: 12px; }
.bucket-hero-row .bucket-num { margin-bottom: 0; flex: 1; }
.bucket-hero-cta { flex-shrink: 0; width: auto !important; max-width: 240px; margin-top: 0 !important; padding: 12px 22px !important; font-size: 0.85rem !important; }
.bucket-hero .bucket-bonuses-intro { margin-top: 32px; padding-top: 26px; border-top: 1px solid rgba(0,0,0,0.12); }
.bucket-hero .bucket-bonus { background: rgba(255,255,255,0.55); border: 4px dotted #000; box-shadow: none; padding: 28px 26px; }
.bucket-hero .bucket-bonus:hover { transform: none; box-shadow: none; border-color: #000; }
@media (max-width: 720px) {
    .bucket-hero { padding: 36px 22px 26px; box-shadow: 6px 6px 0 #000; }
    .bucket-hero .bucket-list { grid-template-columns: 1fr; }
    .bucket-hero .pricing-cta { max-width: 100%; }
    .bucket-hero-flag { left: 18px; font-size: 0.64rem; padding: 6px 12px; }
    .bucket-hero-row { flex-direction: column; align-items: flex-start; gap: 14px; }
    .bucket-hero-cta { max-width: 100% !important; width: 100% !important; }
    .bucket-hero .bucket-bonus { padding: 22px 18px; }
}

/* Connector intro */
.bucket-bonuses-intro { text-align: center; font-size: 0.78rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: #000; padding: 22px 0 6px; position: relative; }
.bucket-bonuses-intro::before, .bucket-bonuses-intro::after { content: ''; display: inline-block; width: 36px; height: 2px; background: #000; vertical-align: middle; margin: 0 14px; }

/* Bonuses sub-grid */
.bucket-bonuses { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
@media (max-width: 720px) { .bucket-bonuses { grid-template-columns: 1fr; } }
.bucket-bonus { background: var(--bg); border: 3px dashed #000; box-shadow: 6px 6px 0 #000; transition: transform 0.15s ease, box-shadow 0.15s ease; }
.bucket-bonus:hover { transform: translate(-2px, -2px); box-shadow: 8px 8px 0 #000; border-color: #000; }
.bucket-bonus h3 { font-size: 1.1rem; }
.bonus-badge { display: inline-flex; align-items: center; gap: 6px; font-size: 0.7rem; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; color: #000; background: #FFFFFF; padding: 6px 12px; border-radius: 999px; border: 1.5px solid #000; align-self: flex-start; margin-bottom: 16px; }

/* ===== WHAT YOU'LL LEARN ===== */
.learn-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
@media (max-width: 980px) { .learn-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .learn-grid { grid-template-columns: 1fr; } }
.learn-card { padding: 28px 24px; background: var(--bg); border: 3px solid #000; border-radius: var(--r-lg); box-shadow: 6px 6px 0 #000; transition: transform 0.15s ease, box-shadow 0.15s ease; display: flex; flex-direction: column; }
.learn-card:hover { transform: translate(-2px, -2px); box-shadow: 8px 8px 0 #000; }
.learn-icon { width: 56px; height: 56px; display: inline-flex; align-items: center; justify-content: center; background: var(--primary); color: #000; border: 2.5px solid #000; border-radius: 14px; margin-bottom: 18px; }
.learn-icon svg { width: 32px; height: 32px; }
.learn-card h3 { font-size: 1.05rem; font-weight: 800; letter-spacing: -0.3px; text-transform: uppercase; margin-bottom: 8px; line-height: 1.25; }
.learn-card p { color: var(--text-2); font-size: 0.88rem; line-height: 1.6; }

/* ===== LOGO STRIP ===== */
.logo-strip { padding: 36px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); overflow: hidden; background: var(--bg); }
.logo-strip-label { text-align: center; font-size: 0.7rem; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: var(--text-3); margin-bottom: 22px; }
.logo-strip-track { display: flex; gap: 56px; align-items: center; animation: logo-scroll 48s linear infinite; width: max-content; }
.logo-strip:hover .logo-strip-track { animation-play-state: paused; }
.logo-strip-track img { height: 28px; width: auto; opacity: 0.78; transition: opacity 0.2s, transform 0.2s; flex-shrink: 0; }
.logo-strip-track img:hover { opacity: 1; transform: scale(1.06); }
@keyframes logo-scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* ===== WORKSHOPS STRIP (cream tile) ===== */
.workshops-strip { background: linear-gradient(135deg, rgba(254,187,2,0.10) 0%, rgba(254,187,2,0.06) 100%); border: 1px solid rgba(254,187,2,0.20); padding: 56px 40px; border-radius: var(--r-lg); margin: 0 28px; }
.workshops-strip-inner { display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px; align-items: center; max-width: 1040px; margin: 0 auto; }
@media (max-width: 820px) { .workshops-strip-inner { grid-template-columns: 1fr; gap: 28px; } .workshops-strip { padding: 40px 28px; } }
.workshops-strip h2 { margin-bottom: 14px; color: var(--text); }
.workshops-strip p { color: var(--text-2); font-size: 0.92rem; line-height: 1.7; margin-bottom: 20px; }
.cities-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.city-card { background: var(--bg); border: 1px solid var(--border); border-radius: var(--r); padding: 14px 16px; transition: all 0.25s; }
.city-card:hover { border-color: var(--primary); box-shadow: 0 10px 30px rgba(254,187,2,0.18); transform: translateY(-2px); }
.city-card-name { font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 0.85rem; margin-bottom: 3px; color: var(--text); letter-spacing: -0.3px; }
.city-card-date { font-size: 0.72rem; color: var(--text-2); }
.city-card-price { font-size: 0.74rem; color: var(--primary); font-weight: 700; margin-top: 4px; }

/* ===== TESTIMONIAL CAROUSEL (Shorts, 9:14 vertical) ===== */
.carousel-wrapper { position: relative; overflow: hidden; margin-top: 40px; }
.carousel-track { display: flex; gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; padding: 4px 28px 20px; }
.carousel-track::-webkit-scrollbar { display: none; }
.carousel-controls { display: flex; gap: 10px; margin-top: 18px; justify-content: center; align-items: center; }
.carousel-btn { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--border-2); background: var(--bg); color: var(--text-2); display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.3s; font-size: 1rem; box-shadow: var(--card-shadow); }
.carousel-btn:hover { border-color: var(--primary); color: var(--primary); background: var(--bg); }

.case-card { min-width: 260px; max-width: 260px; scroll-snap-align: start; background: var(--bg); border: 1px solid var(--border); border-radius: var(--r-lg); overflow: hidden; flex-shrink: 0; transition: all 0.3s; display: flex; flex-direction: column; box-shadow: var(--card-shadow); cursor: pointer; }
.case-card:hover { border-color: var(--border-hover); box-shadow: var(--card-shadow-hover); transform: translateY(-3px); }
.case-video { width: 100%; aspect-ratio: 9/14; background: #111; position: relative; overflow: hidden; }
.case-video img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.case-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.play-sm-wrap { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.45) 100%); transition: background 0.25s; z-index: 2; }
.case-card:hover .play-sm-wrap { background: linear-gradient(180deg, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.65) 100%); }
.play-sm { width: 54px; height: 54px; background: rgba(0,0,0,0.5); border: 1px solid rgba(255,255,255,0.4); border-radius: 50%; display: flex; align-items: center; justify-content: center; -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); transition: transform 0.25s, background 0.25s; }
.case-card:hover .play-sm { background: rgba(0,0,0,0.75); transform: scale(1.08); }
.play-sm svg { width: 18px; height: 18px; fill: white; margin-left: 2px; }
.case-body { padding: 18px 20px; flex: 1; display: flex; flex-direction: column; }
.case-quote { font-family: 'Manrope', sans-serif; font-size: 0.92rem; font-weight: 700; line-height: 1.35; color: var(--text); margin-bottom: 10px; letter-spacing: -0.3px; }
.case-author-name { font-size: 0.78rem; font-weight: 600; color: var(--text-2); }
.case-author-role { font-size: 0.7rem; color: var(--text-3); margin-top: 2px; }

/* ===== OFFICE / COMMUNITY CTA ===== */
.community-cta { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 48px; display: grid; grid-template-columns: 1.5fr 1fr; gap: 36px; align-items: center; }
@media (max-width: 820px) { .community-cta { grid-template-columns: 1fr; padding: 36px 28px; gap: 24px; } }
.community-cta h2 { margin-bottom: 12px; }
.community-cta p { color: var(--text-2); font-size: 0.9rem; line-height: 1.7; }
.community-cta-free { font-family: 'Manrope', sans-serif; font-size: 3.4rem; font-weight: 800; color: var(--primary); line-height: 1; text-align: center; letter-spacing: -2px; }
.community-cta-sub { font-size: 0.72rem; color: var(--text-3); margin-top: 6px; letter-spacing: 2px; text-transform: uppercase; text-align: center; }

/* ===== COMMUNITY VISUAL (hero block on /community) ===== */
.community-visual { background: var(--surface); border: 1px solid var(--border-2); border-radius: var(--r-lg); padding: 40px; text-align: center; box-shadow: var(--card-shadow); }
.community-visual-brand { display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 20px; }
.community-visual-brand img { height: 28px; width: auto; }
.community-visual-brand-text { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 1.3rem; color: var(--text); letter-spacing: -0.8px; }
.community-visual-huge { font-family: 'Manrope', sans-serif; font-size: 5.2rem; font-weight: 800; line-height: 1; color: var(--text); letter-spacing: -3px; }
.community-visual-sub { font-size: 0.72rem; color: var(--text-3); margin-top: 10px; letter-spacing: 2px; text-transform: uppercase; font-weight: 600; }
.community-visual-list { margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--border); font-size: 0.86rem; line-height: 1.9; text-align: left; color: var(--text-2); font-weight: 500; }

/* ===== GREEN PRICE PILL (from workshop) ===== */
.price-pill-save { display: inline-block; background: #16a34a; color: white; font-size: 0.62rem; font-weight: 700; letter-spacing: 1px; padding: 4px 12px; border-radius: 100px; text-transform: uppercase; }
.price-pill-new { display: inline-block; background: #DCFCE7; color: #166534; font-size: 0.7rem; font-weight: 700; padding: 4px 12px; border-radius: 100px; letter-spacing: 0.3px; }

/* ===== HERO IMAGE (workshops strip visual) ===== */
.strip-image-wrap { position: relative; border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 4 / 3; box-shadow: var(--card-shadow-hover); }
.strip-image-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; }
.strip-image-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.strip-image-grid img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: var(--r); }

/* Swipe hint under gallery */
.swipe-hint { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 14px; font-size: 0.72rem; color: var(--text-3); letter-spacing: 2px; text-transform: uppercase; font-weight: 600; }
.swipe-hint-dots { display: inline-flex; gap: 4px; }
.swipe-hint-dots span { width: 4px; height: 4px; background: var(--text-3); border-radius: 50%; opacity: 0.4; animation: swipe-dot 1.8s ease-in-out infinite; }
.swipe-hint-dots span:nth-child(2) { animation-delay: 0.2s; }
.swipe-hint-dots span:nth-child(3) { animation-delay: 0.4s; }
@keyframes swipe-dot { 0%, 100% { opacity: 0.4; transform: translateX(0); } 50% { opacity: 1; transform: translateX(2px); } }

/* ===== PODCAST EMBED ===== */
.podcast-embed { max-width: 860px; margin: 0 auto; }
.podcast-embed-wrap { position: relative; aspect-ratio: 16 / 9; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--card-shadow-hover); background: #000; }
.podcast-embed-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.podcast-caption { text-align: center; margin-top: 20px; font-size: 0.88rem; color: var(--text-2); line-height: 1.6; }
.podcast-caption strong { color: var(--text); }

/* ===== MATH CARD (dev-placement) ===== */
.math-card { background: var(--bg); border: 1px solid var(--border-2); border-radius: var(--r-lg); padding: 32px; box-shadow: var(--card-shadow); }
.math-card-label { font-size: 0.66rem; font-weight: 600; color: var(--primary); letter-spacing: 2px; text-transform: uppercase; margin-bottom: 18px; }
.math-row { display: grid; grid-template-columns: 1fr auto; gap: 14px 20px; font-size: 0.9rem; align-items: baseline; }
.math-row > div:nth-child(odd) { color: var(--text-2); }
.math-row > div:nth-child(even) { font-family: 'Manrope', sans-serif; font-weight: 700; }
.math-card-note { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--border); font-size: 0.78rem; color: var(--text-3); line-height: 1.6; }

/* ===== TESTIMONIALS (matches ticket-tile cream) ===== */
.testimonials-section { background: var(--primary-glow); }

/* ===== FINAL CTA (matches ticket-tile cream, NO black box) ===== */
.final-cta-section { background: var(--primary-glow); padding: 100px 0; text-align: center; }
.final-cta-section .container { position: relative; z-index: 1; }
.final-cta-section h2 { margin-bottom: 16px; }
.final-cta-section h2 span { color: #000; }
.final-cta-section p { color: var(--text-2); font-size: 0.98rem; max-width: 560px; margin: 0 auto 32px; line-height: 1.7; }
.final-cta-ctas { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
/* compat alias for old markup */
.cta-band { background: var(--primary-glow); color: var(--text); padding: 100px 0; text-align: center; border-radius: 0; margin: 0; }
.cta-band .container { position: relative; z-index: 1; }
.cta-band h2 { color: var(--text); margin-bottom: 16px; }
.cta-band h2 span { color: #000; }
.cta-band p { color: var(--text-2); font-size: 0.98rem; max-width: 560px; margin: 0 auto 32px; line-height: 1.7; }
.cta-band-ctas { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.cta-on-dark { background: var(--bg); color: var(--text); border: 1px solid var(--border-2); }
.cta-on-dark:hover { border-color: var(--primary); color: var(--primary); }

/* ===== HERO PHOTO (replaces VSL video) ===== */
.hero-photo { width: 100%; aspect-ratio: 4/3; border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--border-2); position: relative; z-index: 2; box-shadow: 0 20px 60px rgba(0,0,0,0.1), 0 0 60px rgba(254,187,2,0.10); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ===== PRICING-STYLE CTA (port from workshop) ===== */
.pricing-cta { display: block; text-align: center; padding: 14px 24px; border-radius: 12px; font-weight: 700; font-size: 0.88rem; width: 100%; margin-top: auto; border: 3px solid #000; box-shadow: 6px 6px 0 #000; transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease; }
.pricing-cta-solid { background: #FEBB02; color: #000; }
.pricing-cta-solid:hover { background: #FFC830; color: #000; transform: translate(-2px, -2px); box-shadow: 8px 8px 0 #000; }
.pricing-cta-solid:active { transform: translate(3px, 3px); box-shadow: 2px 2px 0 #000; }
.pricing-cta-outline { background: #FFFFFF; color: #000; }
.pricing-cta-outline:hover { background: #F5F5F5; color: #000; transform: translate(-2px, -2px); box-shadow: 8px 8px 0 #000; }
.pricing-cta-outline:active { transform: translate(3px, 3px); box-shadow: 2px 2px 0 #000; }

/* ===== WORKSHOP STRIP CAROUSEL ===== */
.strip-carousel { position: relative; aspect-ratio: 4 / 3; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--card-shadow-hover); }
.strip-carousel-track { display: flex; height: 100%; transition: transform 0.5s cubic-bezier(0.25,0.46,0.45,0.94); }
.strip-carousel-track img { min-width: 100%; width: 100%; height: 100%; object-fit: cover; }
.strip-carousel-dots { position: absolute; bottom: 14px; left: 50%; transform: translateX(-50%); display: flex; gap: 7px; z-index: 2; }
.strip-carousel-dots button { width: 7px; height: 7px; border-radius: 50%; border: 0; background: rgba(255,255,255,0.45); cursor: pointer; padding: 0; transition: all 0.25s; }
.strip-carousel-dots button.active { background: white; width: 22px; border-radius: 4px; }

/* ===== SOCIAL ICONS (footer) ===== */
.social-row { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.social-icon { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--border-2); color: var(--text-2); transition: all 0.25s; background: var(--bg); text-decoration: none; overflow: hidden; line-height: 0; padding: 0; margin: 0; flex-shrink: 0; }
.social-icon svg { width: 20px; height: 20px; display: block; margin: 0; padding: 0; }
.social-icon img { width: 24px; height: 24px; object-fit: contain; display: block; margin: 0; padding: 0; }
.social-icon.skool img { width: 28px; height: 28px; }
.social-icon:hover { transform: translateY(-2px); box-shadow: 0 6px 18px rgba(0,0,0,0.08); }
.social-icon.ig:hover { background: linear-gradient(135deg, #feda75, #fa7e1e 30%, #d62976 55%, #962fbf 75%, #4f5bd5); border-color: transparent; color: white; }
.social-icon.yt:hover { background: #FF0000; border-color: #FF0000; color: white; }
.social-icon.skool:hover { background: #FFCC00; border-color: #FFCC00; }
.social-handles { font-size: 0.74rem; margin-top: 14px; color: var(--text-3); letter-spacing: 0.01em; }

/* Skool wordmark sizing in the community box */
.skool-wordmark { height: 22px; width: auto; display: inline-block; vertical-align: middle; }

/* Carousel arrow buttons (reusable) */
.carousel-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 42px; height: 42px; border-radius: 50%; background: rgba(255,255,255,0.95); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); border: 1px solid var(--border-2); display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.25s; box-shadow: var(--card-shadow); color: var(--text); z-index: 3; padding: 0; }
.carousel-arrow:hover { background: white; transform: translateY(-50%) scale(1.06); box-shadow: var(--card-shadow-hover); color: var(--primary); }
.carousel-arrow svg { width: 18px; height: 18px; }
.carousel-arrow.prev { left: 14px; }
.carousel-arrow.next { right: 14px; }
.strip-carousel { position: relative; }

/* Gallery arrow buttons variant */
.gallery-wrap { position: relative; }
.gallery-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; border-radius: 50%; background: white; border: 1px solid var(--border-2); display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.25s; box-shadow: var(--card-shadow); color: var(--text); z-index: 3; padding: 0; }
.gallery-arrow:hover { border-color: var(--primary); color: var(--primary); box-shadow: var(--card-shadow-hover); transform: translateY(-50%) scale(1.06); }
.gallery-arrow svg { width: 18px; height: 18px; }
.gallery-arrow.prev { left: 28px; }
.gallery-arrow.next { right: 28px; }
@media (max-width: 600px) { .gallery-arrow { display: none; } }

/* ===== PHOTO GALLERY (horizontal scroll) ===== */
.gallery-scroll { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; padding: 4px 28px 16px; }
.gallery-scroll::-webkit-scrollbar { display: none; }
.gallery-img { min-width: 300px; height: 220px; border-radius: var(--r); object-fit: cover; scroll-snap-align: start; border: 1px solid var(--border); transition: all 0.3s; box-shadow: var(--card-shadow); flex-shrink: 0; background: var(--surface); }
.gallery-img:hover { border-color: var(--border-hover); box-shadow: var(--card-shadow-hover); transform: translateY(-2px); }
@media (max-width: 600px) { .gallery-img { min-width: 260px; height: 190px; } }

/* ===== TESTIMONIAL BLOCK (brutal frame) ===== */
.testimonial-block { background: #fff; border: 3px solid #000; border-radius: var(--r-lg); box-shadow: 8px 8px 0 #000; padding: 56px 48px; text-align: center; }
@media (max-width: 600px) { .testimonial-block { padding: 40px 26px; box-shadow: 6px 6px 0 #000; } }
.testimonial-video { border: 3px solid #000 !important; box-shadow: 8px 8px 0 #000 !important; }
@media (max-width: 600px) { .testimonial-video { box-shadow: 6px 6px 0 #000 !important; } }

/* ===== ABOUT BUCKETS (3-col grid override of single-col .buckets) ===== */
.about-buckets { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 820px) { .about-buckets { grid-template-columns: 1fr; } }

/* ===== LUMA EMBED (brutal frame around iframe) ===== */
.luma-embed-wrap { border: 3px solid #000; border-radius: var(--r-lg); box-shadow: 8px 8px 0 #000; overflow: hidden; background: var(--bg); }
.luma-embed-wrap iframe { display: block; width: 100%; border: 0 !important; border-radius: 0 !important; background: var(--bg); }
@media (max-width: 720px) { .luma-embed-wrap { box-shadow: 6px 6px 0 #000; } }
.testimonial-block blockquote { font-family: 'Manrope', sans-serif; font-size: clamp(1.15rem, 2.2vw, 1.6rem); font-weight: 600; line-height: 1.4; color: var(--text); margin: 0 auto; max-width: 720px; letter-spacing: -0.5px; }
.testimonial-author { margin-top: 24px; display: flex; align-items: center; justify-content: center; gap: 12px; }
.testimonial-author img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; border: 1px solid var(--border); }
.testimonial-author-name { font-weight: 600; font-size: 0.84rem; color: var(--text); }
.testimonial-author-role { font-size: 0.74rem; color: var(--text-3); margin-top: 2px; }

/* ===== FOOTER (light, border-top, NO black box) ===== */
.footer { padding: 64px 0 40px; border-top: 1px solid var(--border); background: var(--bg); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
@media (max-width: 820px) { .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 32px; } }
.footer-logo { height: 20px; margin-bottom: 16px; opacity: 0.85; }
.footer-tag { font-size: 0.82rem; color: var(--text-2); max-width: 280px; line-height: 1.7; }
.footer-address { margin-top: 20px; font-size: 0.78rem; line-height: 1.75; color: var(--text-2); }
.footer-address-label { font-size: 0.64rem; font-weight: 600; color: var(--text); letter-spacing: 2px; text-transform: uppercase; margin-bottom: 6px; }
.footer-address a { color: var(--primary); font-weight: 600; }
.footer-address a:hover { text-decoration: underline; }
.footer-col h4 { color: var(--text); font-size: 0.68rem; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 16px; font-family: 'Inter', sans-serif; }
.footer-col a { display: block; color: var(--text-2); font-size: 0.84rem; padding: 6px 0; transition: color 0.2s; }
.footer-col a:hover { color: var(--text); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 24px; border-top: 1px solid var(--border); font-size: 0.76rem; color: var(--text-3); }
.footer-bottom a { color: var(--text-3); }
.footer-bottom a:hover { color: var(--text); }
@media (max-width: 600px) { .footer-bottom { flex-direction: column; gap: 12px; text-align: center; } }

/* ===== SCROLL REVEAL ===== */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.7s cubic-bezier(0.25,0.46,0.45,0.94), transform 0.7s cubic-bezier(0.25,0.46,0.45,0.94); }
.reveal.in { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* ===== HERO ENTRANCE (workshop style) ===== */
@keyframes hero-fade-up { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
.hero-animate { animation: hero-fade-up 0.8s cubic-bezier(0.25,0.46,0.45,0.94) forwards; opacity: 0; }
.hero-animate-delay { animation: hero-fade-up 0.8s cubic-bezier(0.25,0.46,0.45,0.94) 0.15s forwards; opacity: 0; }

/* ===== UTILS ===== */
.pixel-img { border: 0; height: 1px; width: 1px; position: absolute; }

/* ===== WHY IT WORKS / THREE PRINCIPLES (ported from Astro RepoArchitecture) ===== */
.tri-section { background: #15110a; color: #fff; padding: 100px 0; overflow: hidden; }
.tri-container { max-width: 1240px; margin: 0 auto; padding: 0 24px; }
.tri-anim { opacity: 0; transition: opacity 0.7s ease, transform 0.7s ease; }
.tri-anim[data-anim="fade"] { transform: none; }
.tri-anim[data-anim="up"] { transform: translateY(30px); }
.tri-anim.tri-in-view { opacity: 1; transform: none; }
.tri-header { text-align: center; margin-bottom: 56px; }
.tri-label { display: inline-block; font-weight: 800; font-size: 13px; text-transform: uppercase; letter-spacing: 2px; color: #FEBB02; margin-bottom: 16px; }
.tri-title { font-family: 'Manrope', sans-serif; font-weight: 900; font-size: clamp(26px, 4vw, 42px); line-height: 1.15; color: #fff; max-width: 700px; margin: 0 auto; letter-spacing: -1px; }
.tri-hl { background: #FEBB02; color: #000; padding: 2px 12px; border-radius: 4px; white-space: nowrap; }
.tri-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.tri-card { border: 1px solid #222; border-radius: 16px; overflow: hidden; display: flex; flex-direction: column; transition: border-color 0.3s; }
.tri-card:hover { border-color: #444; }
.tri-card__frame { padding: 16px; background: linear-gradient(rgba(254, 187, 2, 0.01) 1px, transparent 1px), linear-gradient(90deg, rgba(254, 187, 2, 0.01) 1px, transparent 1px), radial-gradient(ellipse at 50% 50%, rgba(254, 187, 2, 0.02) 0%, transparent 60%); background-size: 20px 20px, 20px 20px, 100% 100%; border-bottom: 1px solid #222; }
.tri-svg { width: 100%; height: auto; overflow: visible; }
.tri-card__body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.tri-card__body h3 { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 18px; color: #fff; margin-bottom: 8px; line-height: 1.25; letter-spacing: -0.3px; }
.tri-card__body p { font-size: 14px; color: #888; line-height: 1.6; flex: 1; margin-bottom: 16px; }
.tri-card__tags { display: flex; gap: 6px; flex-wrap: wrap; }
.tri-tag { font-weight: 800; font-size: 10px; text-transform: uppercase; letter-spacing: 1px; color: #FEBB02; background: rgba(254, 187, 2, 0.08); border: 1px solid rgba(254, 187, 2, 0.15); padding: 3px 10px; border-radius: 4px; }
.tri-dept-label { font-size: 8px; font-weight: 800; letter-spacing: 0.5px; }
.tri-src-label { font-size: 18px; font-weight: 900; text-transform: uppercase; }
.tri-src-sub { font-size: 12px; font-weight: 600; opacity: 0.6; }
.tri-out-label { font-size: 9px; font-weight: 600; }
.tri-step-num { font-size: 22px; font-weight: 900; }
.tri-step-label { font-size: 12px; font-weight: 600; }
.tri-ship-label { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px; }
.tri-check { font-size: 14px; font-weight: 800; }
.tri-anno { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
@media (max-width: 1024px) { .tri-grid { grid-template-columns: 1fr; max-width: 500px; margin: 0 auto; } }
@media (max-width: 600px) { .tri-section { padding: 60px 0; } .tri-card__body { padding: 20px; } }
