/* ============================================================================
   Humindful — shared site stylesheet (agency / image-led design system)
   Fonts: Anton (display) + Source Sans 3 (body)
   Palette: clay. Single source of truth for all pages.
   ========================================================================== */

:root {
    --bg: #f0ebe3;
    --bg-warm: #e8dfd3;
    --card: #f7f3ed;
    --text: #2d2926;
    --text-secondary: #6b6460;
    --text-muted: #9e9590;
    --ink: #2d2926;
    --ink-bar: #241f1c;
    --clay-brown: #8b6f4e;
    --clay-terra: #c57b4a;
    --clay-terra-dark: #b06a3c;
    --clay-rose: #d4847c;
    --clay-sage: #7a9e7e;
    --clay-sky: #7ba3c2;
    --clay-plum: #9b7db8;
    --line: rgba(45, 41, 38, 0.12);
    --shadow-card: 0 1px 2px rgba(45, 41, 38, 0.04), 0 8px 24px rgba(45, 41, 38, 0.06);
    --shadow-card-hover: 0 4px 10px rgba(45, 41, 38, 0.08), 0 16px 40px rgba(45, 41, 38, 0.12);
    --radius: 4px;
    --header-h: 104px;
    --font-display: 'Anton', 'Arial Narrow', sans-serif;
    --font-body: 'Source Sans 3', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    font-family: var(--font-body);
    font-size: 1.0625rem;
    line-height: 1.6;
    background: var(--bg);
    color: var(--text);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

/* Interior pages: push content below the fixed header. Home overlays the hero. */
body:not(.home) { padding-top: var(--header-h); }

img { max-width: 100%; }
a { color: inherit; }

/* Display helpers */
h1, h2, h3 { font-family: var(--font-display); font-weight: 400; text-transform: uppercase; letter-spacing: 0.01em; line-height: 0.98; }
.display { font-family: var(--font-display); font-weight: 400; text-transform: uppercase; letter-spacing: 0.01em; line-height: 0.95; }
.container { max-width: 1240px; margin: 0 auto; padding: 0 40px; }

::selection { background: var(--clay-terra); color: #fff; }

/* ============================ BUTTONS ===================================== */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 9px;
    padding: 14px 28px; font-weight: 700; font-size: 0.82rem;
    font-family: var(--font-body);
    text-transform: uppercase; letter-spacing: 0.05em; text-decoration: none;
    border-radius: 2px; border: 2px solid transparent; cursor: pointer;
    transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
    line-height: 1; white-space: nowrap;
}
.btn-sm { padding: 11px 20px; font-size: 0.76rem; }
.btn-primary { background: var(--clay-terra); color: #fff; border-color: var(--clay-terra); }
.btn-primary:hover { background: var(--clay-terra-dark); border-color: var(--clay-terra-dark); transform: translateY(-2px); }
.btn-dark { background: var(--ink); color: #fff; border-color: var(--ink); }
.btn-dark:hover { background: var(--clay-terra); border-color: var(--clay-terra); transform: translateY(-2px); }

/* Ghost = LIGHT context default (dark outline). Overridden over dark sections. */
.btn-ghost { background: transparent; color: var(--text); border-color: rgba(45,41,38,0.32); }
.btn-ghost:hover { background: var(--ink); color: #fff; border-color: var(--ink); transform: translateY(-2px); }

/* Buttons used on colored/dark feature panels */
.btn-white { background: #fff; color: var(--ink); border-color: #fff; }
.btn-white:hover { background: transparent; color: #fff; border-color: #fff; transform: translateY(-2px); }
.btn-translucent { background: rgba(255,255,255,0.14); color: #fff; border-color: rgba(255,255,255,0.6); }
.btn-translucent:hover { background: #fff; color: var(--ink); border-color: #fff; transform: translateY(-2px); }
.btn-on-plum { background: #fff; color: var(--ink); border-color: #fff; }
.btn-on-plum:hover { background: transparent; color: #fff; border-color: #fff; transform: translateY(-2px); }
.btn-on-plum-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,0.6); }
.btn-on-plum-ghost:hover { background: #fff; color: var(--ink); border-color: #fff; transform: translateY(-2px); }

.btn-loading { opacity: 0.7; pointer-events: none; }

/* ====================== STICKY TWO-TIER HEADER ============================ */
.site-header {
    position: fixed; top: 0; left: 0; right: 0; z-index: 60;
    background: var(--ink-bar);
    transition: background 0.3s ease, box-shadow 0.3s ease;
}
.topbar { display: flex; align-items: center; justify-content: space-between; padding: 14px 40px 10px; gap: 20px; }
.logo { font-family: var(--font-display); font-size: 2rem; color: #fff; text-decoration: none; letter-spacing: 0.02em; line-height: 1; font-weight: 400; text-transform: none; }
.logo span { color: var(--clay-terra); }
.topbar-right { display: flex; align-items: center; gap: 22px; }
.topbar-social { display: flex; gap: 12px; }
.topbar-social a { display: inline-flex; color: #fff; opacity: 0.85; transition: opacity 0.18s ease, color 0.18s ease; }
.topbar-social a:hover { opacity: 1; color: var(--clay-terra); }
.topbar-social svg { width: 18px; height: 18px; fill: currentColor; }

.mainnav { background: transparent; border-top: 1px solid rgba(255,255,255,0.08); }
.mainnav-inner { display: flex; align-items: center; gap: 2px; padding: 0 40px; flex-wrap: wrap; }
.mainnav a {
    color: #fff; text-decoration: none; font-weight: 700; font-size: 0.82rem;
    text-transform: uppercase; letter-spacing: 0.07em; padding: 15px 20px;
    border-bottom: 3px solid transparent; transition: color 0.18s ease, border-color 0.18s ease;
}
.mainnav a:hover { color: var(--clay-terra); }
.mainnav a.active { color: #fff; border-bottom-color: var(--clay-terra); }
.mainnav .nav-cta {
    margin-left: auto; background: var(--clay-terra); color: #fff; border-bottom: none;
    padding: 11px 22px; border-radius: 2px; align-self: center;
}
.mainnav .nav-cta:hover { background: var(--clay-terra-dark); color: #fff; }
.mainnav .nav-cta.active { color: #fff; border-bottom: none; box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5); }

.site-header.scrolled { background: var(--ink-bar); box-shadow: 0 4px 20px rgba(0,0,0,0.25); }
.site-header.scrolled .topbar { padding: 8px 40px; }
.site-header.scrolled .logo { font-size: 1.6rem; }

/* Home: transparent header floating over the photo hero until scrolled */
.home .site-header:not(.scrolled) { background: transparent; }
.home .site-header:not(.scrolled) .mainnav { background: rgba(36,31,28,0.55); border-top-color: rgba(255,255,255,0.12); }

/* ====================== LEFT SOCIAL RAIL ================================= */
.share-rail { position: fixed; left: 0; top: 50%; transform: translateY(-50%); z-index: 55; display: flex; flex-direction: column; }
.share-rail a { width: 46px; height: 46px; display: flex; align-items: center; justify-content: center; color: #fff; transition: width 0.18s ease; }
.share-rail a svg { width: 19px; height: 19px; fill: currentColor; }
.share-rail a:hover { width: 54px; }
.share-rail .s-li { background: var(--clay-sky); }
.share-rail .s-sub { background: var(--clay-terra); }
.share-rail .s-mail { background: var(--clay-plum); }
.share-rail .s-up { background: var(--clay-sage); }

/* ============================ HERO (home) ================================ */
.hero {
    position: relative; min-height: 94vh; display: flex; flex-direction: column;
    align-items: flex-start; justify-content: flex-end;
    padding: 0 40px 9vh; max-width: 1240px; margin: 0 auto;
    text-align: left;
}
.hero::before {
    content: ''; position: absolute; top: 0; bottom: 0; left: 50%; transform: translateX(-50%);
    width: 100vw; z-index: 0;
    background:
        linear-gradient(180deg, rgba(36,31,28,0.7) 0%, rgba(36,31,28,0.15) 16%, rgba(36,31,28,0) 34%),
        linear-gradient(73deg, rgba(36,31,28,0.9) 0%, rgba(36,31,28,0.55) 44%, rgba(36,31,28,0.1) 80%),
        var(--ink) url("images/hero-workshop.jpg") center 35% / cover no-repeat;
}
.hero > * { position: relative; z-index: 2; max-width: 720px; }
.hero-chip {
    display: inline-flex; align-items: center; gap: 9px; color: #fff; background: var(--clay-terra);
    font-size: 0.74rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em;
    padding: 7px 14px; margin-bottom: 22px; font-family: var(--font-body); border-radius: 2px;
}
.hero-chip-dot, .header-chip-dot { width: 8px; height: 8px; border-radius: 50%; background: #fff; display: inline-block; }
.hero h1 {
    font-family: var(--font-display); color: #fff;
    font-size: clamp(3rem, 8vw, 6.2rem); line-height: 0.92; letter-spacing: 0.005em; margin-bottom: 24px;
}
.hero h1 .accent, .hero h1 span.accent { color: var(--clay-terra); }
.hero .hero-desc, .hero p {
    color: rgba(255,255,255,0.9); font-size: 1.22rem; line-height: 1.55; max-width: 48ch; margin-bottom: 34px;
    font-family: var(--font-body);
}
.hero-buttons { display: flex; gap: 14px; flex-wrap: wrap; }
.hero .btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,0.55); }
.hero .btn-ghost:hover { background: #fff; color: var(--ink); border-color: #fff; }

/* ===================== PAGE HEADER (interior dark band) ================== */
.page-header {
    position: relative;
    background:
        linear-gradient(73deg, rgba(36,31,28,0.96) 0%, rgba(36,31,28,0.82) 60%, rgba(36,31,28,0.7) 100%),
        var(--ink-bar);
    color: #fff;
    padding: 64px 40px 70px;
    text-align: left;
    margin-bottom: 64px;
}
.page-header > * { max-width: 1160px; margin-left: auto; margin-right: auto; }
.page-header h1 {
    font-family: var(--font-display); color: #fff;
    font-size: clamp(2.6rem, 6vw, 4.6rem); line-height: 0.95; margin-bottom: 18px;
}
.page-header h1 .accent, .page-header h1 span.accent { color: var(--clay-terra); }
.page-header p {
    color: rgba(255,255,255,0.85); font-size: 1.15rem; line-height: 1.6; max-width: 64ch; font-family: var(--font-body);
}
.header-chip {
    display: inline-flex; align-items: center; gap: 9px; color: #fff; background: var(--clay-terra);
    font-size: 0.74rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em;
    padding: 7px 14px; margin-bottom: 20px; font-family: var(--font-body); border-radius: 2px;
}

/* ===================== SECTION HEADINGS / KICKERS ======================= */
.sec-kicker, .kicker, .section-tag, .modal-kicker, .card-heading, .sidebar-title, .price-label {
    color: var(--clay-terra); font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em;
    font-size: 0.8rem; font-family: var(--font-body); display: block;
}
.sec-title { font-family: var(--font-display); font-weight: 400; text-transform: uppercase; font-size: clamp(2.2rem, 4.5vw, 3.4rem); line-height: 0.98; color: var(--ink); margin-top: 10px; }
.sec-head { margin-bottom: 38px; max-width: 720px; }
.sec-head p { color: var(--text-secondary); font-size: 1.12rem; margin-top: 14px; max-width: 60ch; }

/* ===================== GENERIC CONTENT LAYOUT =========================== */
.content-layout {
    display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 40px;
    max-width: 1200px; margin: 0 auto; padding: 0 40px 90px; align-items: start;
}
.content-main, .main-content, .about-content, .workshop-list { min-width: 0; }
.sidebar { display: flex; flex-direction: column; gap: 24px; position: sticky; top: calc(var(--header-h) + 16px); height: fit-content; }

/* ===================== GENERIC CARDS ==================================== */
.sidebar-card, .panel, .clay-card, .workshop-card, .form-card, .instructions-card, .intro-card,
.price-card, .example-card, .deliverable, .testimonial, .about-content, .success-card, .coaching-feature {
    background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
    box-shadow: var(--shadow-card);
}
.sidebar-card { padding: 24px; }
.sidebar-title { margin-bottom: 16px; }

h2 { font-size: clamp(1.7rem, 3.2vw, 2.4rem); color: var(--ink); line-height: 1.02; }
h3 { font-size: 1.4rem; color: var(--ink); line-height: 1.05; }
h4 { font-family: var(--font-body); font-weight: 700; text-transform: none; letter-spacing: 0; font-size: 1rem; color: var(--text); line-height: 1.35; }
p { font-family: var(--font-body); }
strong { color: var(--text); font-weight: 700; }
em { font-style: italic; }

/* ===================== SIDEBAR CTA ===================================== */
.sidebar-cta { background: var(--clay-terra); border-radius: var(--radius); padding: 28px; text-align: center; }
.sidebar-cta h3 { color: #fff; font-size: 1.5rem; margin-bottom: 8px; }
.sidebar-cta p { color: rgba(255,255,255,0.9); font-size: 0.95rem; margin-bottom: 20px; }
.sidebar-cta .btn { background: #fff; color: var(--clay-terra-dark); border-color: #fff; width: 100%; }
.sidebar-cta .btn:hover { background: var(--ink); color: #fff; border-color: var(--ink); }

/* ===================== HOME: BENTO GRID ================================ */
.bento-grid {
    display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px;
    max-width: 1240px; margin: 64px auto; padding: 0 40px;
}
.span-12 { grid-column: span 12; }
.span-8 { grid-column: span 8; }
.span-4 { grid-column: span 4; }
.clay-card { padding: 28px; }
.card-heading { margin-bottom: 18px; }

/* Coaching banner (home) */
.coaching-banner { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 0; align-items: stretch; background: var(--clay-plum); border-radius: var(--radius); overflow: hidden; }
.clay-card:has(.coaching-banner) { padding: 0; background: var(--clay-plum); border-color: transparent; }
.coaching-banner-visual { background: #6f5790; overflow: hidden; min-height: 280px; }
.coaching-banner-visual img { width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; }
.coaching-banner-content { padding: 40px 44px; color: #fff; display: flex; flex-direction: column; justify-content: center; }
.coaching-banner-tag { color: #fff; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; font-size: 0.74rem; opacity: 0.92; }
.coaching-banner-content h3 { color: #fff; font-size: 1.9rem; margin: 12px 0 14px; }
.coaching-banner-content p { color: rgba(255,255,255,0.9); }
.coaching-banner-meta { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0 24px; }
.coaching-banner-pill { background: rgba(255,255,255,0.15); color: #fff; padding: 7px 14px; border-radius: 2px; font-size: 0.82rem; }
.coaching-banner-pill strong { color: #fff; }
.coaching-banner-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* Resource banner (home) */
.resource-banner { display: flex; gap: 28px; align-items: center; background: var(--clay-brown); border-radius: var(--radius); padding: 36px 40px; color: #fff; }
.clay-card:has(.resource-banner) { padding: 0; background: var(--clay-brown); border-color: transparent; }
.resource-banner-visual { flex-shrink: 0; width: 64px; height: 64px; color: #fff; opacity: 0.9; }
.resource-banner-visual svg { width: 100%; height: 100%; }
.resource-banner-content { flex: 1; }
.resource-tag { color: rgba(255,255,255,0.85); font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.74rem; }
.resource-banner-content h3 { color: #fff; font-size: 1.6rem; margin: 8px 0 10px; }
.resource-banner-content p { color: rgba(255,255,255,0.88); margin-bottom: 18px; max-width: 70ch; }
.resource-banner .btn-primary { background: #fff; color: var(--clay-brown); border-color: #fff; }
.resource-banner .btn-primary:hover { background: var(--ink); color: #fff; border-color: var(--ink); }

/* Workshop feature carousel (home) */
.workshop-feature { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 24px; align-items: center; position: relative; }
.workshop-thumb { width: 100%; height: 100%; min-height: 220px; object-fit: cover; border-radius: var(--radius); display: block; }
.workshop-info { display: flex; flex-direction: column; }
.workshop-tag {
    display: inline-block; align-self: flex-start; font-size: 0.7rem; font-weight: 700; text-transform: uppercase;
    letter-spacing: 0.1em; color: #fff; background: var(--clay-terra); padding: 5px 11px; margin-bottom: 12px; border-radius: 2px;
}
.workshop-info h3 { font-size: 1.7rem; margin-bottom: 12px; }
.workshop-info p { color: var(--text-secondary); margin-bottom: 18px; }
.workshop-arrow {
    position: absolute; right: 0; bottom: 0; width: 46px; height: 46px; border: none; cursor: pointer;
    background: var(--ink); color: #fff; border-radius: 2px; display: flex; align-items: center; justify-content: center;
    transition: background 0.18s ease;
}
.workshop-arrow:hover { background: var(--clay-terra); }
.workshop-arrow svg { width: 20px; height: 20px; }
#workshopCard { transition: opacity 0.2s ease; }

/* Prompt card (home) */
.prompt-card { display: flex; flex-direction: column; height: 100%; }
.prompt-header { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.prompt-orb { width: 14px; height: 14px; border-radius: 50%; background: radial-gradient(circle at 30% 30%, var(--clay-terra), var(--clay-plum)); }
.prompt-label { font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; font-size: 0.74rem; color: var(--text-muted); }
.prompt-box { background: var(--ink); color: #fff; border-radius: var(--radius); padding: 22px; flex: 1; display: flex; align-items: center; }
.prompt-text { font-size: 1.1rem; line-height: 1.5; color: #fff; }
.prompt-text.done::after { content: '▍'; color: var(--clay-terra); }

/* Articles (home) */
.articles-list { display: flex; flex-direction: column; gap: 14px; }
.article-link { display: flex; gap: 14px; text-decoration: none; align-items: center; padding: 8px; border-radius: var(--radius); transition: background 0.18s ease; }
.article-link:hover { background: var(--bg); }
.article-link img { width: 72px; height: 54px; object-fit: cover; border-radius: 3px; flex-shrink: 0; }
.article-link h4 { font-size: 0.9rem; line-height: 1.3; margin-bottom: 4px; }
.article-link span { font-size: 0.75rem; color: var(--text-muted); font-weight: 600; }

/* Stats grid (home) — styled like a value strip */
.stats-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; background: var(--line); border-radius: var(--radius); overflow: hidden; height: 100%; }
.stat-cell { background: var(--ink); padding: 22px 18px; text-align: center; display: flex; flex-direction: column; justify-content: center; }
.stat-value { font-family: var(--font-display); font-size: 1.9rem; color: var(--clay-terra); line-height: 1; }
.stat-label { font-size: 0.78rem; color: rgba(255,255,255,0.82); text-transform: uppercase; letter-spacing: 0.08em; margin-top: 6px; }

/* Audience chips (home) */
.audience-wrap { display: flex; flex-wrap: wrap; gap: 9px; }
.audience-chip { background: var(--bg); border: 1px solid var(--line); color: var(--text); padding: 8px 14px; border-radius: 2px; font-size: 0.85rem; font-weight: 600; }

/* Features row (home) */
.features-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.feature-block { text-align: left; }
.feature-block .icon { font-size: 1.7rem; display: block; margin-bottom: 10px; }
.feature-block h4 { font-family: var(--font-display); font-weight: 400; text-transform: uppercase; font-size: 1.15rem; color: var(--ink); margin-bottom: 4px; }
.feature-block p { color: var(--text-secondary); font-size: 0.9rem; }

/* CTA card (home) */
.cta-card { background: var(--clay-terra); border-radius: var(--radius); padding: 28px; text-align: center; height: 100%; display: flex; flex-direction: column; justify-content: center; }
.clay-card:has(.cta-card) { padding: 0; border: none; background: transparent; box-shadow: none; }
.cta-card h3 { color: #fff; font-size: 1.6rem; margin-bottom: 8px; }
.cta-card p { color: rgba(255,255,255,0.9); margin-bottom: 18px; }
.cta-card .btn { background: #fff; color: var(--clay-terra-dark); border-color: #fff; }
.cta-card .btn:hover { background: var(--ink); color: #fff; border-color: var(--ink); }

/* Testimonials (home) */
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testimonial { background: var(--bg); border: 1px solid var(--line); border-top: 3px solid var(--clay-terra); border-radius: 0 0 var(--radius) var(--radius); padding: 24px; box-shadow: none; }
.testimonial:nth-child(2) { border-top-color: var(--clay-sky); }
.testimonial:nth-child(3) { border-top-color: var(--clay-sage); }
.testimonial p { color: var(--text); font-size: 1.02rem; line-height: 1.5; }
.testimonial-author { display: flex; align-items: center; gap: 12px; margin-top: 18px; }
.testimonial-avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--clay-brown); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.85rem; flex-shrink: 0; }
.testimonial-name { font-weight: 700; color: var(--text); font-size: 0.92rem; }
.testimonial-role { font-size: 0.82rem; color: var(--text-muted); }

/* ===================== WORKSHOPS PAGE ================================== */
.workshop-list { display: flex; flex-direction: column; gap: 22px; }
.coaching-feature { background: var(--clay-plum); border-color: transparent; overflow: hidden; display: grid; grid-template-columns: 0.85fr 1.15fr; }
.coaching-feature-image { overflow: hidden; min-height: 260px; background: #6f5790; }
.coaching-feature-image img { width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; }
.coaching-feature-content { padding: 36px 40px; color: #fff; }
.coaching-tag { color: #fff; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; font-size: 0.74rem; opacity: 0.92; }
.coaching-feature-content h3 { color: #fff; font-size: 1.8rem; margin: 12px 0 14px; }
.coaching-feature-content p { color: rgba(255,255,255,0.9); }
.coaching-meta { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0 24px; }
.coaching-meta-item { background: rgba(255,255,255,0.15); color: #fff; padding: 7px 14px; border-radius: 2px; font-size: 0.82rem; }
.coaching-meta-item strong { color: #fff; }
.coaching-actions { display: flex; gap: 12px; flex-wrap: wrap; }

.workshop-card { overflow: hidden; display: grid; grid-template-columns: 0.8fr 1.2fr; align-items: stretch; }
.workshop-card-image { overflow: hidden; min-height: 240px; background: var(--bg-warm); }
.workshop-card-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.workshop-card-content { padding: 32px 36px; }
.workshop-card-content h3 { font-size: 1.6rem; margin: 12px 0 12px; }
.workshop-card-content > p { color: var(--text-secondary); margin-bottom: 16px; }
.workshop-card-content ul { list-style: none; margin: 0 0 16px; padding: 0; }
.workshop-card-content ul li { position: relative; padding: 6px 0 6px 26px; color: var(--text-secondary); font-size: 0.96rem; }
.workshop-card-content ul li::before { content: ''; position: absolute; left: 4px; top: 14px; width: 8px; height: 8px; border-radius: 50%; background: var(--clay-terra); }
.workshop-format { font-size: 0.9rem; color: var(--text-muted); margin-bottom: 18px !important; }
.workshop-format strong { color: var(--text); }
.workshop-actions { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.preview-btn svg { width: 16px; height: 16px; }

.quick-nav { list-style: none; }
.quick-nav li { margin-bottom: 4px; }
.quick-nav a { display: block; padding: 10px 12px; border-radius: 2px; text-decoration: none; color: var(--text-secondary); font-weight: 600; font-size: 0.92rem; transition: background 0.18s ease, color 0.18s ease; }
.quick-nav a:hover { background: var(--bg); color: var(--clay-terra); }

/* Modal + lightbox (workshops) */
.modal { display: none; position: fixed; inset: 0; z-index: 200; background: rgba(36,31,28,0.8); padding: 40px 20px; overflow-y: auto; }
.modal.active { display: block; }
.modal-content { background: var(--bg); max-width: 1000px; margin: 0 auto; border-radius: var(--radius); padding: 40px; position: relative; }
.modal-close { position: absolute; top: 14px; right: 18px; background: none; border: none; font-size: 2rem; line-height: 1; color: var(--text-secondary); cursor: pointer; }
.modal-close:hover { color: var(--clay-terra); }
.modal-header { margin-bottom: 26px; max-width: 680px; }
.modal-header h2 { font-size: 2rem; margin: 8px 0 10px; }
.modal-header p { color: var(--text-secondary); }
.slides-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 16px; }
.slide-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; cursor: pointer; text-align: left; padding: 0; transition: transform 0.18s ease, box-shadow 0.18s ease; }
.slide-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-card-hover); }
.slide-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; display: block; }
.slide-card-caption { padding: 14px 16px; }
.slide-card-caption h4 { font-size: 0.92rem; margin-bottom: 4px; }
.slide-card-caption p { font-size: 0.82rem; color: var(--text-secondary); line-height: 1.4; }
.lightbox { display: none; position: fixed; inset: 0; z-index: 220; background: rgba(36,31,28,0.92); align-items: center; justify-content: center; padding: 40px; }
.lightbox.active { display: flex; }
.lightbox img { max-width: 100%; max-height: 90vh; object-fit: contain; border-radius: 3px; }
.lightbox-close { position: absolute; top: 20px; right: 26px; background: none; border: none; font-size: 2.4rem; color: #fff; cursor: pointer; line-height: 1; }

/* ===================== COACHING PAGE =================================== */
.content-main { display: flex; flex-direction: column; gap: 22px; }
.panel { padding: 36px 40px; }
.panel > .kicker { margin-bottom: 8px; }
.panel h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); margin-bottom: 14px; }
.panel > p { color: var(--text-secondary); margin-bottom: 14px; }
.panel > p:last-child { margin-bottom: 0; }

.deliverables { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 8px; }
.deliverable { padding: 24px; box-shadow: none; background: var(--bg); }
.deliverable .icon { width: 44px; height: 44px; color: var(--clay-terra); margin-bottom: 14px; }
.deliverable .icon svg { width: 100%; height: 100%; }
.deliverable h3 { font-size: 1.2rem; margin-bottom: 8px; }
.deliverable p { color: var(--text-secondary); font-size: 0.95rem; }

.steps { display: flex; flex-direction: column; gap: 18px; margin-top: 8px; }
.step { display: flex; gap: 18px; align-items: flex-start; }
.step-num { flex-shrink: 0; width: 44px; height: 44px; border-radius: 50%; background: var(--ink); color: #fff; font-family: var(--font-display); font-size: 1.3rem; display: flex; align-items: center; justify-content: center; }
.step-body h3 { font-size: 1.2rem; margin-bottom: 6px; }
.step-body p { color: var(--text-secondary); font-size: 0.96rem; }

.examples-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 8px; }
.example-card { overflow: hidden; text-decoration: none; display: block; transition: transform 0.18s ease, box-shadow 0.18s ease; }
.example-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-card-hover); }
.example-thumb { width: 100%; aspect-ratio: 16/10; object-fit: cover; object-position: top center; display: block; background: var(--bg-warm); }
.example-card-body { padding: 22px 24px; }
.example-tag { display: inline-block; font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: #fff; background: var(--clay-brown); padding: 4px 10px; border-radius: 2px; margin-bottom: 10px; }
.example-card-body h3 { font-size: 1.3rem; margin-bottom: 8px; }
.example-card-body p { color: var(--text-secondary); font-size: 0.95rem; margin-bottom: 14px; }
.example-link { display: inline-flex; align-items: center; gap: 8px; color: var(--clay-terra); font-weight: 700; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.05em; }
.example-link svg { width: 18px; height: 18px; }

.faq { border-bottom: 1px solid var(--line); padding: 6px 0; }
.faq summary { cursor: pointer; font-weight: 700; color: var(--text); padding: 14px 0; list-style: none; position: relative; padding-right: 32px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; position: absolute; right: 6px; top: 12px; font-size: 1.4rem; color: var(--clay-terra); line-height: 1; }
.faq[open] summary::after { content: '\2013'; }
.faq p { color: var(--text-secondary); padding: 0 0 16px; }

.price-card { padding: 28px; text-align: center; background: var(--ink); border-color: transparent; color: #fff; }
.price-card .price-label { color: var(--clay-terra); margin-bottom: 8px; }
.price-amount { font-family: var(--font-display); font-size: 3rem; color: #fff; line-height: 1; }
.price-unit { color: rgba(255,255,255,0.78); font-size: 0.92rem; margin-top: 6px; }
.price-includes { color: rgba(255,255,255,0.6); font-size: 0.82rem; margin: 10px 0 20px; }
.price-card .btn { background: var(--clay-terra); color: #fff; border-color: var(--clay-terra); width: 100%; }
.price-card .btn:hover { background: #fff; color: var(--ink); border-color: #fff; }

.facts-list { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.facts-list li { display: flex; gap: 12px; align-items: flex-start; }
.facts-list .check { flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%; background: var(--clay-sage); color: #fff; display: flex; align-items: center; justify-content: center; }
.facts-list .check svg { width: 13px; height: 13px; }
.facts-list .text { font-size: 0.92rem; color: var(--text-secondary); }
.facts-list .text strong { color: var(--text); }

/* ===================== CONTACT PAGE ==================================== */
.form-card { padding: 36px 40px; }
.form-title { font-size: 1.8rem; margin-bottom: 24px; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-weight: 700; font-size: 0.85rem; color: var(--text); margin-bottom: 8px; }
.form-group input, .form-group textarea {
    width: 100%; padding: 13px 16px; font-family: var(--font-body); font-size: 1rem; color: var(--text);
    background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius); transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
.form-group input:focus, .form-group textarea:focus { outline: none; border-color: var(--clay-terra); box-shadow: 0 0 0 3px rgba(197,123,74,0.18); }
.form-group textarea { min-height: 150px; resize: vertical; }
.contact-info p { color: var(--text-secondary); font-size: 0.95rem; margin-bottom: 12px; }
.contact-info p:last-child { margin-bottom: 0; }
.contact-info strong { color: var(--text); }

/* ===================== ABOUT PAGE ===================================== */
.about-content { padding: 40px 44px; }
.about-content h2 { font-size: clamp(1.5rem, 2.6vw, 2rem); margin: 36px 0 14px; }
.about-content h2:first-child { margin-top: 0; }
.about-content p { color: var(--text-secondary); margin-bottom: 14px; }
.about-content strong { color: var(--text); }
.mission-highlight { background: var(--bg-warm); border-left: 4px solid var(--clay-terra); padding: 20px 24px; border-radius: 0 var(--radius) var(--radius) 0; margin: 24px 0; }
.mission-highlight p { color: var(--text); font-size: 1.05rem; margin: 0; }

.workshop-list-item { margin-bottom: 12px; list-style: none; }
.workshop-list-item a { display: block; padding: 14px; background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius); text-decoration: none; transition: transform 0.18s ease, box-shadow 0.18s ease; }
.workshop-list-item a:hover { transform: translateX(4px); box-shadow: var(--shadow-card); }
.workshop-list-item .workshop-tag { margin-bottom: 6px; }
.workshop-list-item h4 { font-size: 0.92rem; }

.article-list { display: flex; flex-direction: column; gap: 12px; }
.article-card { display: flex; gap: 12px; padding: 10px; background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius); text-decoration: none; transition: transform 0.18s ease, box-shadow 0.18s ease; }
.article-card:hover { transform: translateX(4px); box-shadow: var(--shadow-card); }
.article-card-image { width: 64px; height: 48px; border-radius: 3px; overflow: hidden; flex-shrink: 0; }
.article-card-image img { width: 100%; height: 100%; object-fit: cover; }
.article-card-content h4 { font-size: 0.82rem; line-height: 1.3; margin-bottom: 4px; }
.article-meta { font-size: 0.72rem; color: var(--text-muted); font-weight: 600; }

/* ===================== WRITING INSTRUCTIONS PAGE ====================== */
.main-content { display: flex; flex-direction: column; gap: 22px; }
.intro-card { padding: 26px 30px; border-left: 4px solid var(--clay-terra); }
.intro-card p { color: var(--text-secondary); }
.intro-card strong { color: var(--text); }
.ai-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.ai-badge { display: inline-flex; align-items: center; gap: 7px; background: var(--bg); border: 1px solid var(--line); padding: 7px 14px; border-radius: 2px; font-size: 0.85rem; font-weight: 600; }
.ai-badge-icon { color: var(--clay-terra); font-size: 0.7rem; }

.instructions-card { overflow: hidden; }
.instructions-header { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 30px; background: var(--ink); color: #fff; }
.instructions-header h2 { color: #fff; font-size: 1.5rem; }
.instructions-body { padding: 30px; }
.instructions-body > p { color: var(--text-secondary); margin-bottom: 18px; }
.instruction-section { padding: 18px 0; border-bottom: 1px solid var(--line); }
.instruction-section:last-child { border-bottom: none; }
.instruction-section h4 { display: flex; align-items: center; gap: 10px; font-size: 1.05rem; font-weight: 700; color: var(--text); margin-bottom: 10px; }
.section-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--clay-terra); display: inline-block; flex-shrink: 0; }
.instruction-section p { color: var(--text-secondary); margin-bottom: 10px; }
.instruction-section p:last-child { margin-bottom: 0; }
.instruction-section ul { margin: 6px 0 6px 4px; padding-left: 22px; }
.instruction-section ul li { color: var(--text-secondary); margin-bottom: 6px; }
.instruction-section ul li strong { color: var(--text); }

.copy-btn { display: inline-flex; align-items: center; gap: 8px; background: var(--clay-terra); color: #fff; border: none; cursor: pointer; padding: 10px 18px; border-radius: 2px; font-weight: 700; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; font-family: var(--font-body); transition: background 0.18s ease; flex-shrink: 0; }
.copy-btn:hover { background: var(--clay-terra-dark); }
.copy-btn svg { width: 16px; height: 16px; fill: currentColor; }
.copy-btn.copied { background: var(--clay-sage); }

.avoid-phrases { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px; }
.avoid-phrase { background: rgba(212,132,124,0.16); color: #a65049; border: 1px solid rgba(212,132,124,0.4); padding: 6px 12px; border-radius: 2px; font-size: 0.88rem; }

.grounding-block { border: 1px solid var(--line); border-radius: var(--radius); margin-bottom: 12px; overflow: hidden; background: var(--bg); }
.grounding-block summary { display: flex; align-items: center; justify-content: space-between; gap: 14px; cursor: pointer; padding: 16px 20px; list-style: none; font-weight: 600; }
.grounding-block summary::-webkit-details-marker { display: none; }
.grounding-title { color: var(--text); font-size: 0.95rem; }
.copy-btn-small { background: var(--ink); color: #fff; border: none; cursor: pointer; padding: 7px 14px; border-radius: 2px; font-weight: 700; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.05em; font-family: var(--font-body); transition: background 0.18s ease; flex-shrink: 0; }
.copy-btn-small:hover { background: var(--clay-terra); }
.copy-btn-small.copied { background: var(--clay-sage); }
.grounding-body { padding: 0 20px 20px; color: var(--text-secondary); font-size: 0.92rem; line-height: 1.6; }

.tip-list { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.tip-list li { display: flex; flex-direction: column; gap: 4px; font-size: 0.9rem; color: var(--text-secondary); padding-left: 14px; border-left: 2px solid var(--clay-terra); }
.tip-list li strong { color: var(--text); }

/* ===================== THANKS PAGE ==================================== */
.main-wrapper { max-width: 640px; margin: 0 auto; padding: 60px 40px 90px; min-height: 50vh; display: flex; align-items: center; justify-content: center; }
.success-card { padding: 48px 44px; text-align: center; }
.success-icon { width: 72px; height: 72px; border-radius: 50%; background: var(--clay-sage); color: #fff; display: flex; align-items: center; justify-content: center; margin: 0 auto 24px; }
.success-icon svg { width: 36px; height: 36px; fill: none; stroke: currentColor; }
.success-card h1 { font-family: var(--font-display); font-size: clamp(2.2rem, 5vw, 3rem); color: var(--ink); margin-bottom: 14px; }
.success-card > p { color: var(--text-secondary); font-size: 1.08rem; margin-bottom: 10px; }
.success-hint { font-size: 0.95rem !important; color: var(--text-muted) !important; }
.success-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 26px; }

/* ===================== FOOTER (restyled, dark) ======================== */
.footer { background: var(--ink-bar); color: rgba(255,255,255,0.78); padding: 60px 40px 28px; margin-top: 0; }
.footer-content { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: flex-start; gap: 36px; flex-wrap: wrap; margin-bottom: 36px; }
.footer-brand .logo { font-size: 1.9rem; color: #fff; }
.footer-brand .logo span { color: var(--clay-terra); }
.footer-brand > p { color: rgba(255,255,255,0.7); font-size: 0.95rem; margin-top: 10px; max-width: 34ch; }
.footer-social { display: flex; gap: 12px; margin-top: 18px; }
.footer-social a { width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,0.08); border-radius: 2px; color: rgba(255,255,255,0.85); transition: background 0.18s ease, color 0.18s ease; }
.footer-social a:hover { background: var(--clay-terra); color: #fff; }
.footer-social svg { width: 18px; height: 18px; fill: currentColor; }
.footer-links { display: flex; gap: 26px; flex-wrap: wrap; align-items: center; }
.footer-links a { color: rgba(255,255,255,0.72); text-decoration: none; font-size: 0.88rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; transition: color 0.18s ease; }
.footer-links a:hover { color: var(--clay-terra); }
.footer-bottom { max-width: 1200px; margin: 0 auto; text-align: center; padding-top: 22px; border-top: 1px solid rgba(255,255,255,0.12); font-size: 0.8rem; color: rgba(255,255,255,0.5); }
.footer-bottom p { margin: 0; }

/* ============================ RESPONSIVE ================================ */
@media (max-width: 1100px) {
    .share-rail { display: none; }
}
@media (max-width: 980px) {
    .content-layout { grid-template-columns: 1fr; }
    .sidebar { position: static; }
    .bento-grid { grid-template-columns: repeat(6, 1fr); }
    .span-12 { grid-column: span 6; }
    .span-8 { grid-column: span 6; }
    .span-4 { grid-column: span 3; }
    .features-row { grid-template-columns: repeat(2, 1fr); }
    .testimonials-grid { grid-template-columns: 1fr; }
    .deliverables { grid-template-columns: 1fr; }
    .examples-grid { grid-template-columns: 1fr; }
    .coaching-banner, .coaching-feature, .workshop-card, .workshop-feature, .resource-banner { grid-template-columns: 1fr; }
    .resource-banner { flex-direction: column; align-items: flex-start; text-align: left; }
}
@media (max-width: 760px) {
    :root { --header-h: 96px; }
    .container, .bento-grid, .hero { padding-left: 22px; padding-right: 22px; }
    /* Static, solid, full-height header on phones: nav wraps so every item
       (incl. the Contact CTA) stays visible, and nothing is hidden under a
       fixed bar. */
    .site-header { position: static; background: var(--ink-bar); }
    .home .site-header:not(.scrolled) { background: var(--ink-bar); }
    .site-header .mainnav, .home .site-header:not(.scrolled) .mainnav { background: transparent; }
    body:not(.home) { padding-top: 0; }
    .topbar { padding: 12px 22px; }
    .mainnav-inner { overflow-x: visible; padding: 4px 12px 10px; flex-wrap: wrap; justify-content: center; }
    .mainnav a { padding: 10px 12px; white-space: nowrap; }
    .mainnav .nav-cta { margin-left: 0; }
    .page-header { padding: 48px 22px 52px; margin-bottom: 44px; }
    .content-layout { padding: 0 22px 60px; }
    .panel, .form-card, .about-content, .workshop-card-content, .coaching-feature-content { padding: 26px 24px; }
    .instructions-body, .instructions-header { padding-left: 22px; padding-right: 22px; }
    .bento-grid { grid-template-columns: 1fr; }
    .span-12, .span-8, .span-4 { grid-column: span 1; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .features-row { grid-template-columns: 1fr; }
    .footer-content { flex-direction: column; }
    .hero { min-height: 88vh; }
}
