/*
Theme Name: GriotsWell v24
Theme URI: https://griotswell.com
Author: Ifeanyi Chukwudebe
Description: GriotsWell — World Wizard Masters. 50 Story Worlds across 10 world regions. Aged parchment design with antique gold accents
Version: 24.0
*/

/* === 1. VARIABLES === */
:root {
    --bg-cream: #F3EDE3;
    --bg-white: #FBF7F0;
    --bg-warm-gray: #EAE2D4;
    --text-dark: #1A1A2E;
    --text-body: #3D3D3D;
    --text-muted: #6B6B6B;
    --text-light: #999999;
    --accent-gold: #96750A;
    --accent-gold-light: #B8943A;
    --accent-gold-bg: rgba(150,117,10,0.10);
    --accent-gold-border: rgba(150,117,10,0.30);
    --accent-green: #2D8659;
    --border-color: #C4B9A8;
    --border-subtle: #D6CCBC;
    --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --font-serif: 'Playfair Display', Georgia, serif;
    --shadow-sm: 0 1px 3px rgba(0,0,0,0.08);
    --shadow-md: 0 4px 12px rgba(0,0,0,0.10);
    --shadow-lg: 0 8px 24px rgba(0,0,0,0.12);
    --shadow-card: 0 2px 6px rgba(0,0,0,0.06);
    --bg-light-blue: #EAE2D4;
    --bg-dark-blue: #DDD5C5;
    --border-gold: rgba(150,117,10,0.30);
}

/* === 2. GLOBAL === */
* { margin:0; padding:0; box-sizing:border-box; }
body { background:var(--bg-cream); color:var(--text-body); font-family:var(--font-sans); font-size:17px; line-height:1.7; }
.container { max-width:1100px; margin:0 auto; padding:0 1.5rem; }
h1,h2,h3,h4 { font-family:var(--font-serif); font-weight:700; color:var(--text-dark); line-height:1.25; }
p { color:var(--text-body); }
a { color:var(--accent-gold); text-decoration:none; transition:all 0.2s ease; }
a:hover { color:var(--accent-gold-light); }

.btn-base { display:inline-block; padding:0.75rem 1.8rem; border-radius:6px; text-decoration:none; font-weight:600; font-size:0.95rem; border:none; cursor:pointer; text-align:center; transition:all 0.2s ease; }
.btn-primary { background:var(--accent-gold); color:#fff; }
.btn-primary:hover { background:var(--accent-gold-light); color:#fff; box-shadow:var(--shadow-md); }
.btn-outline { background:transparent; color:var(--accent-gold); border:2px solid var(--accent-gold); }
.btn-outline:hover { background:var(--accent-gold-bg); }
.text-center { text-align:center; }

/* === 3. HEADER === */
.site-header { padding:1rem 0; border-bottom:1px solid var(--border-color); background:var(--bg-white); position:sticky; top:0; z-index:1000; }
.site-header .container { display:flex; justify-content:space-between; align-items:center; }
.logo { font-family:var(--font-serif); font-size:1.8rem; color:var(--accent-gold); font-weight:700; letter-spacing:-0.02em; }
.logo:hover { opacity:0.9; }

.main-nav .griotswell-main-menu { display:flex; list-style:none; margin:0; padding:0; align-items:center; gap:0.25rem; }
.main-nav .griotswell-main-menu li { position:relative; margin-left:0; }
.main-nav .griotswell-main-menu > li > a { color:var(--text-body); font-weight:500; font-size:0.95rem; padding:0.5rem 1rem; border-radius:6px; display:block; transition:all 0.2s ease; }
.main-nav .griotswell-main-menu > li > a:hover { color:var(--accent-gold); background:var(--accent-gold-bg); }

.main-nav .griotswell-main-menu .sub-menu { display:none; position:absolute; top:100%; left:0; background:var(--bg-white); border:1px solid var(--border-color); border-radius:8px; box-shadow:var(--shadow-lg); min-width:220px; padding:0.5rem 0; z-index:100; list-style:none; }
.main-nav .griotswell-main-menu li:hover > .sub-menu { display:block; }
.main-nav .griotswell-main-menu .sub-menu li a { color:var(--text-body); padding:0.6rem 1.2rem; display:block; font-size:0.9rem; }
.main-nav .griotswell-main-menu .sub-menu li a:hover { background:var(--accent-gold-bg); color:var(--accent-gold); }

.mobile-toggle { display:none; background:none; border:none; font-size:1.5rem; cursor:pointer; color:var(--text-dark); padding:0.5rem; }

/* === 4. FOOTER === */
.site-footer { background:var(--bg-white); border-top:1px solid var(--border-color); padding:3rem 0 2rem; margin-top:4rem; }
.footer-grid { display:grid; grid-template-columns:2fr 1fr 1fr 1fr; gap:2rem; margin-bottom:2rem; }
.footer-brand .footer-logo { font-family:var(--font-serif); font-size:1.5rem; color:var(--accent-gold); font-weight:700; display:block; margin-bottom:0.75rem; }
.footer-brand .footer-tagline { color:var(--text-muted); font-size:0.9rem; line-height:1.6; max-width:280px; }
.footer-column h4 { font-family:var(--font-sans); font-size:0.8rem; font-weight:700; text-transform:uppercase; letter-spacing:0.08em; color:var(--text-dark); margin-bottom:1rem; }
.footer-column ul { list-style:none; padding:0; margin:0; }
.footer-column li { margin-bottom:0.5rem; }
.footer-column a { color:var(--text-muted); font-size:0.9rem; }
.footer-column a:hover { color:var(--accent-gold); }
.footer-bottom { border-top:1px solid var(--border-color); padding-top:1.5rem; display:flex; justify-content:space-between; align-items:center; font-size:0.85rem; color:var(--text-light); }
.footer-bottom a { color:var(--text-muted); font-size:0.85rem; }
.footer-legal { display:flex; gap:1.5rem; }

/* === 5. HOMEPAGE ===
   REMOVED: /* .gw-hero max-width removed — v24 homepage is full width */ — was constraining reorg hero to 750px
   REMOVED: /* .gw-hero h1 color removed — heading color set in page-home.php */ — was making heading dark navy
   These rules conflicted with the v24 homepage template. */
.gw-hero .hero-sub { font-size:1.1rem; color:var(--text-muted); margin-bottom:2rem; max-width:600px; margin-left:auto; margin-right:auto; line-height:1.7; }
.gw-hero .hero-cta { display:flex; gap:1rem; justify-content:center; flex-wrap:wrap; }
.gw-hero .btn-primary, .gw-hero .btn-outline { padding:0.9rem 2rem; font-size:1rem; }

.gw-insight { padding:3rem 1.5rem 4rem; max-width:1000px; margin:0 auto; }
.gw-insight .insight-header { text-align:center; margin-bottom:2.5rem; }
.gw-insight .insight-header h2 { font-size:1.8rem; margin-bottom:0.5rem; }
.gw-insight .insight-header p { color:var(--text-muted); }
.insight-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1.5rem; }
.insight-card { background:var(--bg-white); border:1px solid var(--border-color); border-radius:10px; padding:2rem; box-shadow:var(--shadow-card); transition:all 0.2s ease; }
.insight-card:hover { box-shadow:var(--shadow-md); border-color:var(--accent-gold-border); }
.insight-card .arch-label { font-size:0.75rem; font-weight:700; text-transform:uppercase; letter-spacing:0.08em; color:var(--accent-gold); margin-bottom:0.75rem; }
.insight-card h3 { font-size:1.25rem; margin-bottom:0.5rem; }
.insight-card .arch-desc { color:var(--text-muted); font-size:0.9rem; line-height:1.6; margin-bottom:0.75rem; }
.insight-card .arch-examples { font-size:0.82rem; color:var(--text-light); }
.insight-card .arch-examples strong { color:var(--text-muted); }
.insight-bottom { text-align:center; margin-top:2rem; color:var(--text-muted); font-size:0.95rem; }
.insight-bottom a { font-weight:600; }

.gw-products { padding:3rem 1.5rem 4rem; max-width:1000px; margin:0 auto; }
.gw-products .products-header { text-align:center; margin-bottom:2.5rem; }
.gw-products .products-header h2 { font-size:1.8rem; margin-bottom:0.5rem; }
.gw-products .products-header p { color:var(--text-muted); }
.products-grid { display:grid; grid-template-columns:1fr 1fr; gap:1.5rem; }
.product-card { background:var(--bg-white); border:1px solid var(--border-color); border-radius:10px; padding:2.5rem; display:flex; flex-direction:column; box-shadow:var(--shadow-card); transition:all 0.2s ease; }
.product-card:hover { box-shadow:var(--shadow-md); border-color:var(--accent-gold-border); }
.product-card .product-label { font-size:0.75rem; font-weight:700; text-transform:uppercase; letter-spacing:0.08em; color:var(--accent-gold); margin-bottom:0.5rem; }
.product-card h3 { font-size:1.5rem; color:var(--text-dark); margin-top:0; margin-bottom:0.75rem; }
.product-card .product-pitch { color:var(--text-body); font-size:0.95rem; line-height:1.65; margin-bottom:1.25rem; flex-grow:1; }
.product-card .product-stats { display:flex; gap:1.5rem; margin-bottom:1.25rem; padding-bottom:1.25rem; border-bottom:1px solid var(--border-subtle); }
.product-card .stat { text-align:center; }
.product-card .stat-num { display:block; font-family:var(--font-serif); font-size:1.5rem; font-weight:700; color:var(--accent-gold); }
.product-card .stat-text { font-size:0.78rem; color:var(--text-light); }
.product-card .product-free { font-size:0.85rem; color:var(--accent-green); font-weight:600; margin-bottom:0.5rem; }
.product-card .product-price { font-size:0.9rem; color:var(--text-muted); margin-bottom:1.25rem; }
.product-card .product-price strong { font-family:var(--font-serif); font-size:1.3rem; color:var(--text-dark); }
.product-card .btn-primary, .product-card .btn-outline { width:100%; text-align:center; }

.product-output-note { text-align:center; margin:2rem auto 0; padding:1.25rem 1.5rem; background:var(--accent-gold-bg); border:1px solid var(--accent-gold-border); border-radius:8px; max-width:700px; }
.product-output-note p { color:var(--text-body); font-size:0.9rem; margin:0; }
.product-output-note strong { color:var(--text-dark); }

.gw-library { padding:3rem 1.5rem 4rem; background:var(--bg-warm-gray); border-top:1px solid var(--border-subtle); border-bottom:1px solid var(--border-subtle); }
.gw-library .library-header { text-align:center; margin-bottom:2.5rem; }
.gw-library .library-header h2 { font-size:1.8rem; margin-bottom:0.5rem; }
.gw-library .library-header p { color:var(--text-muted); }
.library-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(200px,1fr)); gap:1rem; max-width:1000px; margin:0 auto; }
.library-card { background:var(--bg-white); border:1px solid var(--border-color); border-radius:8px; padding:1.5rem; text-align:center; box-shadow:var(--shadow-card); transition:all 0.2s ease; text-decoration:none; display:block; }
.library-card:hover { box-shadow:var(--shadow-md); border-color:var(--accent-gold-border); }
.library-card .lib-icon { font-size:1.8rem; margin-bottom:0.5rem; display:block; }
.library-card h4 { font-family:var(--font-sans); font-size:0.9rem; font-weight:600; color:var(--text-dark); margin-bottom:0.3rem; }
.library-card p { font-size:0.8rem; color:var(--text-muted); margin:0; }

/* === 6. PAGE TEMPLATES === */
.page-header-section { padding:4rem 0 2rem; text-align:center; }
.page-title { font-size:2.5rem; color:var(--text-dark); }
.wizard-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(340px,1fr)); gap:2rem; }
.wizard-card { background:var(--bg-white); padding:2.5rem; border:1px solid var(--border-color); border-radius:12px; display:flex; flex-direction:column; box-shadow:var(--shadow-card); transition:all 0.2s ease; }
.wizard-card:hover { box-shadow:var(--shadow-md); border-color:var(--accent-gold-border); }
.wizard-app-section { padding:4rem 0; background:var(--bg-cream); border-top:1px solid var(--border-color); }
.signup-wall { text-align:center; background:var(--bg-white); padding:4rem; border-radius:8px; max-width:600px; margin:0 auto; border:1px solid var(--border-color); box-shadow:var(--shadow-card); }
#interactive-wizard-app .step-guidance { background:var(--bg-warm-gray); border-left:3px solid var(--accent-gold); padding:1.5rem; border-radius:8px; }

/* === 7. PRICING === */
.pricing-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(320px,1fr)); gap:2rem; align-items:stretch; }
.tier-card { background:var(--bg-white); border:1px solid var(--border-color); border-radius:12px; padding:2.5rem; display:flex; flex-direction:column; position:relative; box-shadow:var(--shadow-card); transition:all 0.2s ease; }
.tier-card:hover { box-shadow:var(--shadow-md); }
.tier-card .pitch { flex-grow:1; }
.tier-card.premium { border:2px solid var(--accent-gold); }
.tier-badge { position:absolute; top:-15px; left:50%; transform:translateX(-50%); background:var(--accent-gold); color:#fff; padding:0.5rem 1.5rem; border-radius:20px; font-weight:bold; font-size:0.9rem; }
.tier-badge-inline { background:var(--accent-gold); color:#fff; padding:0.5rem 1.5rem; border-radius:20px; font-weight:bold; font-size:0.9rem; display:inline-block; }
.tier-card .features-list ul { list-style:none; padding:0; color:var(--text-muted); }
.tier-card .features-list li { margin-bottom:0.8rem; }
.tier-card .features-list .premium-feature { color:var(--accent-green); font-weight:bold; }
.tier-card .features-list .disabled-feature { opacity:0.5; text-decoration:line-through; }

/* === 8. AI STYLES === */
.ai-upsell-section .feature-card { background:var(--bg-warm-gray); padding:2rem; border-radius:8px; border-left:3px solid var(--accent-gold); text-align:left; }
.ai-upsell-section .feature-card h3 { color:var(--accent-gold); margin-top:0; }
.btn-ai-upsell { background:transparent !important; border:1px dashed var(--accent-green) !important; color:var(--accent-green) !important; opacity:0.8; }
.btn-ai-upsell:hover { opacity:1; background:rgba(45,134,89,0.05) !important; }

/* === 9. ADMIN === */
.premium-user-badge { background:var(--accent-gold); color:#fff; padding:3px 8px; border-radius:10px; font-size:0.8em; font-weight:bold; text-transform:uppercase; display:inline-block; }

/* === 10. CULTURAL SECTIONS === */
.cultural-section { background:var(--bg-cream); }
.cultural-header { text-align:center; margin-bottom:3rem; }
.cultural-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(200px,1fr)); gap:1rem; }
.cultural-card { background:var(--bg-white); border:1px solid var(--border-color); border-radius:8px; padding:1.5rem; box-shadow:var(--shadow-card); transition:all 0.2s ease; }
.cultural-card:hover { box-shadow:var(--shadow-md); border-color:var(--accent-gold-border); }
.wizard-meta { color:var(--text-muted); font-size:0.9rem; margin-top:0.5rem; }

/* === 11. EDUCATION PAGES === */
.edu-page { padding:2rem 0 4rem; }
.edu-page .container { max-width:900px; }
.edu-page h1 { font-size:2.2rem; margin-bottom:0.5rem; }
.edu-page h2 { font-size:1.6rem; color:var(--accent-gold); margin:2.5rem 0 1rem; border-bottom:1px solid var(--border-color); padding-bottom:0.5rem; }
.edu-page h3 { font-size:1.2rem; margin:1.5rem 0 0.5rem; }
.page-intro { font-size:1.1rem; color:var(--text-muted); max-width:700px; margin-bottom:2rem; }
.edu-breadcrumb { font-size:0.85rem; color:var(--text-muted); margin-bottom:1.5rem; }
.edu-breadcrumb a { color:var(--accent-gold); }
.edu-breadcrumb span { margin:0 0.3rem; }
.edu-nav { display:flex; justify-content:space-between; align-items:center; margin-top:3rem; padding-top:2rem; border-top:1px solid var(--border-color); }
.edu-nav a { color:var(--accent-gold); font-weight:600; font-size:0.95rem; }
.edu-callout { background:var(--bg-white); border:1px solid var(--border-color); border-radius:8px; padding:1.5rem; margin:1.5rem 0; box-shadow:var(--shadow-card); }
.edu-callout.gold-border { border-left:3px solid var(--accent-gold); }
.edu-callout.green-border { border-left:3px solid var(--accent-green); }
.edu-callout h3 { margin-top:0; color:var(--accent-gold); }
.arch-family-card { background:var(--bg-white); border:1px solid var(--border-color); border-radius:10px; padding:1.5rem 2rem; margin:1.5rem 0; box-shadow:var(--shadow-card); }
.arch-family-card .family-icon { font-size:2rem; margin-bottom:0.5rem; }
.arch-family-card h3 { color:var(--accent-gold); margin-top:0; font-size:1.3rem; }
.arch-family-card .family-tagline { color:var(--text-muted); font-style:italic; margin-bottom:1rem; }
.arch-family-card .family-detail { display:grid; grid-template-columns:1fr 1fr 1fr; gap:0.5rem; margin:1rem 0; font-size:0.9rem; }
.arch-family-card .family-detail dt { color:var(--accent-gold); font-weight:600; }
.arch-family-card .family-detail dd { margin:0; color:var(--text-muted); }
.arch-family-card .structures-in-family { margin-top:1rem; }
.arch-family-card .structure-tag { display:inline-block; background:var(--bg-warm-gray); border:1px solid var(--border-color); padding:0.2rem 0.6rem; border-radius:4px; font-size:0.8rem; margin:0.2rem; color:var(--text-body); }
.arch-family-card .structure-tag .region-label { color:var(--text-muted); font-size:0.75rem; }
.region-block { background:var(--bg-white); border:1px solid var(--border-color); border-radius:10px; padding:2rem; margin:1.5rem 0; box-shadow:var(--shadow-card); }
.region-block .region-header { display:flex; align-items:center; gap:1rem; margin-bottom:1rem; }
.region-block .region-icon { font-size:2.5rem; }
.region-block .region-name { font-size:1.4rem; color:var(--accent-gold); font-family:var(--font-serif); }
.region-block .region-stats { font-size:0.85rem; color:var(--text-muted); }
.region-block .region-desc { color:var(--text-muted); margin-bottom:1rem; font-size:0.95rem; }
.region-structures-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(250px,1fr)); gap:1rem; }
.structure-mini-card { background:var(--bg-warm-gray); border:1px solid var(--border-color); border-radius:6px; padding:1rem; }
.structure-mini-card h4 { font-size:1rem; margin:0 0 0.3rem; color:var(--text-dark); font-family:var(--font-sans); }
.structure-mini-card .arch-type-label { font-size:0.8rem; color:var(--accent-gold); font-weight:600; }
.structure-mini-card .region-detail { font-size:0.8rem; color:var(--text-muted); }
.structure-mini-card p { font-size:0.85rem; margin:0.5rem 0 0; }
.comparison-grid { width:100%; border-collapse:collapse; margin:1.5rem 0; }
.comparison-grid th { background:var(--bg-warm-gray); color:var(--accent-gold); padding:0.8rem 1rem; text-align:left; border-bottom:2px solid var(--accent-gold); font-family:var(--font-serif); }
.comparison-grid td { padding:0.7rem 1rem; border-bottom:1px solid var(--border-color); color:var(--text-body); font-size:0.9rem; }
.comparison-grid tr:hover td { background:var(--accent-gold-bg); }
.decision-item { background:var(--bg-white); border:1px solid var(--border-color); border-radius:8px; padding:1.2rem 1.5rem; margin:0.75rem 0; display:flex; align-items:flex-start; gap:1rem; box-shadow:var(--shadow-card); }
.decision-item .decision-q { color:var(--text-dark); font-weight:600; flex:1; }
.decision-item .decision-arrow { color:var(--accent-gold); font-size:1.2rem; flex-shrink:0; }
.decision-item .decision-answer { color:var(--accent-gold); font-weight:700; flex-shrink:0; min-width:120px; text-align:right; }
.product-card h3 { color:var(--accent-gold); font-size:1.5rem; margin-top:0; }
.product-features { list-style:none; padding:0; margin:1rem 0; }
.product-features li { padding:0.3rem 0; color:var(--text-body); font-size:0.95rem; }
.product-features li::before { content:'✓ '; color:var(--accent-green); font-weight:700; }
.product-free-label { background:rgba(45,134,89,0.08); border:1px solid var(--accent-green); color:var(--accent-green); padding:0.4rem 1rem; border-radius:6px; font-size:0.85rem; font-weight:600; text-align:center; margin:1rem 0; }
.tree-diagram { background:var(--bg-white); border:1px solid var(--border-color); border-radius:10px; padding:2rem; margin:2rem 0; box-shadow:var(--shadow-card); }
.tree-diagram h3 { text-align:center; color:var(--accent-gold); margin-top:0; }
.tree-columns { display:grid; grid-template-columns:1fr 1fr; gap:2rem; margin-top:1.5rem; }
.tree-column { text-align:center; }
.tree-column h4 { color:var(--text-dark); margin-bottom:1rem; }
.tree-column .tree-emoji { font-size:3rem; margin-bottom:0.5rem; }
.tree-branches { font-size:0.85rem; color:var(--text-muted); line-height:1.8; }
.scenario-card { background:var(--bg-white); border:1px solid var(--border-color); border-radius:8px; padding:1.2rem 1.5rem; margin:0.75rem 0; box-shadow:var(--shadow-card); }
.scenario-card .scenario-label { color:var(--accent-gold); font-weight:600; font-size:0.85rem; text-transform:uppercase; margin-bottom:0.3rem; }
.scenario-card .scenario-desc { color:var(--text-dark); font-size:0.95rem; margin-bottom:0.3rem; }
.scenario-card .scenario-rec { color:var(--text-muted); font-size:0.9rem; }

/* === 12. UTILITIES === */
.section-header { max-width:1200px; margin:0 auto 50px; text-align:center; }
.section-badge { display:inline-block; background:var(--accent-gold-bg); color:var(--accent-gold); padding:6px 16px; border-radius:20px; font-size:0.85rem; font-weight:600; margin-bottom:0.75rem; }
.section-title { font-size:2rem; color:var(--text-dark); margin-bottom:0.5rem; }
.section-subtitle { font-size:1rem; color:var(--text-muted); max-width:600px; margin:0 auto; text-align:center; }
.section-cta { text-align:center; margin-top:40px; }
.homepage-container { width:100%; overflow-x:hidden; }

/* === 13. RESPONSIVE === */
@media (max-width:900px) {
    .footer-grid { grid-template-columns:1fr 1fr; }
    .footer-brand { grid-column:1 / -1; }
}
@media (max-width:768px) {
    .site-header .container { flex-wrap:wrap; }
    .mobile-toggle { display:block; }
    .main-nav { display:none; width:100%; margin-top:1rem; }
    .main-nav.active { display:block; }
    .main-nav .griotswell-main-menu { flex-direction:column; gap:0; }
    .main-nav .griotswell-main-menu > li > a { padding:0.75rem 1rem; }
    .main-nav .griotswell-main-menu .sub-menu { position:static; box-shadow:none; border:none; padding-left:1rem; background:var(--bg-warm-gray); }
    .gw-hero { padding:3rem 1.5rem 2rem; }
    .gw-hero h1 { font-size:1.8rem; }
    .insight-grid { grid-template-columns:1fr; }
    .products-grid { grid-template-columns:1fr; }
    .library-grid { grid-template-columns:repeat(2,1fr); }
    .footer-grid { grid-template-columns:1fr; }
    .footer-bottom { flex-direction:column; gap:0.5rem; text-align:center; }
    .footer-legal { justify-content:center; }
    .edu-page h1 { font-size:1.7rem; }
    .edu-page h2 { font-size:1.3rem; }
    .arch-family-card .family-detail { grid-template-columns:1fr; }
    .tree-columns { grid-template-columns:1fr; }
    .region-structures-grid { grid-template-columns:1fr; }
    .decision-item { flex-direction:column; gap:0.5rem; }
    .decision-item .decision-answer { text-align:left; }
    .edu-nav { flex-direction:column; gap:1rem; text-align:center; }
    .nextsteps-grid { grid-template-columns:1fr; }
}
/* ═══ LORE LIBRARY — v24 addition ═══ */
.gw-lore-filters{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin:0 0 28px;}
.gw-lore-chip{font-size:.8rem;padding:5px 16px;border-radius:20px;background:transparent;
  border:1px solid rgba(255,255,255,.25);color:inherit;cursor:pointer;font-family:inherit;transition:all .15s;}
.gw-lore-chip:hover,.gw-lore-chip.active{background:var(--gw-gold,#daa520);border-color:var(--gw-gold,#daa520);color:#1a1200;}
.gw-lore-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px;}
.gw-lore-card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.12);border-radius:10px;padding:16px;}
.gw-lore-card-title{font-size:1rem;margin:0 0 6px;}
.gw-lore-card-title a{color:inherit;text-decoration:none;}
.gw-lore-card-title a:hover{color:var(--gw-gold,#daa520);}
.gw-lore-card-people{font-size:.85rem;opacity:.7;margin:0 0 10px;}
.gw-lore-card-meta{display:flex;gap:8px;flex-wrap:wrap;}
.gw-lore-region{font-size:.75rem;opacity:.6;}
.gw-lore-entry-head{border-bottom:2px solid var(--gw-gold,#daa520);padding-bottom:16px;margin-bottom:24px;}
.gw-lore-entry-body{display:flex;gap:28px;align-items:flex-start;}
.gw-lore-entry-main{flex:1;min-width:0;}
.gw-lore-entry-side{width:220px;flex-shrink:0;}
.gw-lore-section-h{font-size:.8rem;letter-spacing:2px;text-transform:uppercase;color:var(--gw-gold,#daa520);margin:24px 0 10px;}
.gw-lore-prose{line-height:1.75;margin:0 0 12px;}
.gw-lore-figures{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px;margin-bottom:12px;}
.gw-lore-figure{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:12px;}
.gw-lore-figure-name{font-weight:600;margin-bottom:4px;}
.gw-lore-figure-note{font-size:.85rem;opacity:.75;line-height:1.5;}
.gw-lore-respect{border:1px solid rgba(255,255,255,.15);border-radius:8px;padding:14px;margin-top:24px;font-size:.88rem;opacity:.85;line-height:1.65;}
.gw-lore-side-card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.12);border-radius:10px;padding:14px;margin-bottom:12px;font-size:.88rem;line-height:1.9;}
.gw-lore-side-label{font-size:.72rem;letter-spacing:2px;text-transform:uppercase;color:var(--gw-gold,#daa520);margin-bottom:8px;}
.gw-lore-back{font-size:.85rem;opacity:.7;text-decoration:none;}
.gw-lore-back:hover{opacity:1;}
@media(max-width:720px){.gw-lore-entry-body{flex-direction:column;}.gw-lore-entry-side{width:100%;}}
.gw-arch-chip{font-size:.8rem;padding:5px 16px;border-radius:20px;border:1px solid rgba(218,165,32,.4);color:inherit;text-decoration:none;transition:all .15s;}
.gw-arch-chip:hover{background:var(--gw-gold,#daa520);color:#1a1200;border-color:var(--gw-gold,#daa520);}

/* ═══ THE LINE SYSTEM — nine identities, one house (v24) ═══ */
.gw-line-cyclical     { --line: #7BA05B; }
.gw-line-spiral       { --line: #9B7FBF; }
.gw-line-balance      { --line: #C9A227; }
.gw-line-web          { --line: #C77B4A; }
.gw-line-multi-trial  { --line: #B5533C; }
.gw-line-linear       { --line: #5B7FA0; }
.gw-line-geographic   { --line: #4E9B8F; }
.gw-line-negotiation  { --line: #A0685B; }
.gw-line-non-conflict { --line: #6E8B8B; }
.gw-line-mark{display:inline-block;width:10px;height:10px;border-radius:2px;
  background:var(--line,var(--gw-gold,#96750A));flex:0 0 auto;}

/* ═══ SPECIMENS ═══ */
.gw-spec-masthead{text-align:center;max-width:640px;margin:0 auto 40px;}
.gw-spec-masthead h1{font-size:2.4rem;margin:8px 0 12px;}
.gw-spec-deck{opacity:.75;line-height:1.75;}
.gw-spec-line{margin-bottom:36px;}
.gw-spec-line-head{display:flex;align-items:center;gap:10px;padding-bottom:10px;margin-bottom:16px;
  border-bottom:2px solid var(--line,rgba(150,117,10,.35));}
.gw-spec-line-head h2{font-size:1.15rem;margin:0;}
.gw-spec-line-count{font-size:.78rem;opacity:.55;font-variant-numeric:tabular-nums;}
.gw-spec-line-link{margin-left:auto;font-size:.8rem;opacity:.6;text-decoration:none;}
.gw-spec-line-link:hover{opacity:1;}
.gw-spec-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:12px;}
.gw-spec-card{display:flex;flex-direction:column;gap:4px;padding:14px 16px;text-decoration:none;color:inherit;
  background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.12);
  border-left:3px solid var(--line,transparent);border-radius:8px;transition:background .15s,transform .15s;}
.gw-spec-card:hover{background:rgba(255,255,255,.07);transform:translateY(-1px);}
.gw-spec-card-name{font-weight:600;font-size:.95rem;line-height:1.3;}
.gw-spec-card-people{font-size:.78rem;opacity:.6;line-height:1.4;}
.gw-spec-card-meta{font-size:.72rem;opacity:.45;margin-top:2px;}

.gw-spec-head{padding:36px 0 26px;border-bottom:3px solid var(--line,var(--gw-gold,#96750A));margin-bottom:32px;}
.gw-spec-back{font-size:.82rem;opacity:.6;margin-bottom:14px;}
.gw-spec-back a{color:inherit;text-decoration:none;}
.gw-spec-line-tag{display:flex;align-items:center;gap:8px;font-size:.75rem;letter-spacing:2px;
  text-transform:uppercase;opacity:.7;margin-bottom:10px;}
.gw-spec-line-tag a{color:inherit;text-decoration:none;}
.gw-spec-head h1{font-size:2.2rem;margin:0 0 8px;line-height:1.15;}
.gw-spec-tradition{opacity:.7;font-size:1rem;}
.gw-spec-body{display:flex;gap:36px;align-items:flex-start;padding-bottom:56px;}
.gw-spec-main{flex:1;min-width:0;}
.gw-spec-side{width:250px;flex:0 0 250px;}
.gw-spec-block{margin-bottom:32px;}
.gw-spec-h{font-size:.76rem;letter-spacing:2.5px;text-transform:uppercase;
  color:var(--line,var(--gw-gold,#96750A));margin:0 0 14px;}
.gw-spec-prose{line-height:1.8;margin:0 0 12px;}
.gw-spec-note{font-size:.85rem;opacity:.55;margin-bottom:16px;}
.gw-spec-steps{list-style:none;margin:0;padding:0;counter-reset:none;}
.gw-spec-step{display:flex;gap:16px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.08);}
.gw-spec-step:last-child{border-bottom:none;}
.gw-spec-step-n{flex:0 0 34px;height:34px;display:flex;align-items:center;justify-content:center;
  border:1px solid var(--line,rgba(255,255,255,.25));border-radius:50%;
  font-size:.82rem;font-variant-numeric:tabular-nums;opacity:.85;}
.gw-spec-step-body{flex:1;min-width:0;}
.gw-spec-step-title{font-size:1rem;margin:4px 0 6px;line-height:1.35;}
.gw-spec-step-meaning{font-size:.9rem;opacity:.72;line-height:1.7;margin:0;}
.gw-spec-respect{margin-top:28px;padding:14px 16px;border:1px solid rgba(255,255,255,.15);
  border-radius:8px;font-size:.88rem;line-height:1.7;opacity:.85;}
.gw-spec-card-side{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.12);
  border-radius:10px;padding:16px;margin-bottom:14px;}
.gw-spec-side-label{font-size:.7rem;letter-spacing:2px;text-transform:uppercase;
  color:var(--line,var(--gw-gold,#96750A));margin:0 0 10px;}
.gw-spec-side-row{font-size:.85rem;line-height:1.55;margin:0 0 8px;}
.gw-spec-side-row span{display:block;font-size:.68rem;letter-spacing:1px;text-transform:uppercase;opacity:.45;}
.gw-spec-side-note{font-size:.82rem;opacity:.65;margin:0 0 12px;line-height:1.55;}
.gw-btn-block{display:block;text-align:center;}
@media(max-width:820px){.gw-spec-body{flex-direction:column;}.gw-spec-side{width:100%;flex:none;}}

/* ═══ THE INSPECTOR ═══ */
.gw-inspector{padding:44px 0 64px;}
.gw-insp-head{text-align:center;max-width:660px;margin:0 auto 32px;}
.gw-insp-head h1{font-size:2.2rem;margin:8px 0 12px;}
.gw-insp-deck{opacity:.75;line-height:1.75;}
.gw-insp-stats{display:flex;gap:28px;justify-content:center;margin-top:20px;font-size:.8rem;opacity:.6;}
.gw-insp-stats strong{font-size:1.35rem;display:block;opacity:1;font-variant-numeric:tabular-nums;}
.gw-insp-controls{margin-bottom:22px;}
.gw-insp-search{width:100%;padding:11px 15px;border-radius:8px;font-family:inherit;font-size:.95rem;
  background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.2);color:inherit;margin-bottom:12px;}
.gw-insp-search:focus{outline:0;border-color:var(--gw-gold,#96750A);}
.gw-insp-filters{display:flex;flex-wrap:wrap;gap:7px;}
.gw-insp-chip{font-size:.76rem;padding:5px 13px;border-radius:20px;cursor:pointer;font-family:inherit;
  background:transparent;border:1px solid rgba(255,255,255,.22);color:inherit;transition:all .15s;}
.gw-insp-chip:hover,.gw-insp-chip.active{background:var(--gw-gold,#96750A);border-color:var(--gw-gold,#96750A);color:#1a1200;}
.gw-insp-item{border:1px solid rgba(255,255,255,.1);border-left:3px solid var(--line,transparent);
  border-radius:8px;margin-bottom:8px;overflow:hidden;}
.gw-insp-toggle{width:100%;display:flex;align-items:center;gap:12px;padding:14px 16px;cursor:pointer;
  background:rgba(255,255,255,.03);border:0;color:inherit;font-family:inherit;text-align:left;}
.gw-insp-toggle:hover{background:rgba(255,255,255,.06);}
.gw-insp-name{font-weight:600;font-size:.95rem;}
.gw-insp-line{font-size:.74rem;opacity:.5;letter-spacing:1px;text-transform:uppercase;}
.gw-insp-count{margin-left:auto;font-size:.76rem;opacity:.45;}
.gw-insp-caret{opacity:.5;transition:transform .15s;}
.gw-insp-toggle[aria-expanded="true"] .gw-insp-caret{transform:rotate(180deg);}
.gw-insp-panel{padding:6px 16px 18px;}
.gw-insp-people{font-size:.82rem;opacity:.6;margin-bottom:12px;line-height:1.5;}
.gw-insp-steps{list-style:none;margin:0;padding:0;}
.gw-insp-steps li{display:flex;gap:13px;padding:11px 0;border-bottom:1px solid rgba(255,255,255,.06);}
.gw-insp-steps li:last-child{border-bottom:none;}
.gw-insp-step-n{flex:0 0 28px;height:28px;display:flex;align-items:center;justify-content:center;
  border:1px solid var(--line,rgba(255,255,255,.22));border-radius:50%;font-size:.76rem;
  font-variant-numeric:tabular-nums;opacity:.8;}
.gw-insp-steps h3{font-size:.92rem;margin:3px 0 4px;line-height:1.35;}
.gw-insp-steps p{font-size:.85rem;opacity:.7;line-height:1.65;margin:0;}
.gw-insp-links{display:flex;gap:16px;margin-top:14px;font-size:.82rem;}
.gw-insp-links a{color:var(--line,var(--gw-gold,#96750A));text-decoration:none;}
.gw-insp-empty{text-align:center;opacity:.5;padding:36px 0;}

/* ═══ THE RECORD ═══ */
.gw-container-narrow{max-width:820px;}
.gw-rec-masthead{margin-bottom:32px;}
.gw-rec-masthead h1{font-size:2.2rem;margin:8px 0 12px;}
.gw-rec-deck{opacity:.75;line-height:1.75;}
.gw-rec-progress{margin-top:14px;font-size:.86rem;opacity:.6;}
.gw-rec-index{display:flex;flex-direction:column;gap:1px;background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.1);border-radius:8px;overflow:hidden;}
.gw-rec-row{display:flex;align-items:baseline;gap:14px;padding:13px 16px;text-decoration:none;color:inherit;
  background:var(--gw-ink,#1A1A2E);transition:background .15s;}
.gw-rec-row:hover{background:rgba(255,255,255,.06);}
.gw-rec-row-name{font-weight:600;font-size:.92rem;flex:0 0 auto;}
.gw-rec-row-people{font-size:.78rem;opacity:.5;flex:1;min-width:0;}
.gw-rec-row-state{font-size:.72rem;opacity:.4;letter-spacing:.5px;white-space:nowrap;}
.gw-rec-row.is-documented .gw-rec-row-state{opacity:.75;color:var(--gw-gold,#96750A);}
.gw-record{padding:36px 0 64px;}
.gw-rec-back{font-size:.82rem;opacity:.6;margin-bottom:18px;}
.gw-rec-back a{color:inherit;text-decoration:none;}
.gw-rec-head{padding-bottom:22px;margin-bottom:30px;border-bottom:3px solid var(--line,var(--gw-gold,#96750A));}
.gw-rec-line-tag{display:flex;align-items:center;gap:8px;font-size:.74rem;letter-spacing:2px;
  text-transform:uppercase;opacity:.65;margin-bottom:10px;}
.gw-rec-head h1{font-size:2.1rem;margin:0 0 8px;line-height:1.15;}
.gw-rec-tradition{opacity:.7;}
.gw-rec-block{margin-bottom:32px;}
.gw-rec-h{font-size:.76rem;letter-spacing:2.5px;text-transform:uppercase;
  color:var(--line,var(--gw-gold,#96750A));margin:0 0 14px;}
.gw-rec-prose{line-height:1.8;margin:0 0 12px;}
.gw-rec-dl{margin:0;}
.gw-rec-dl dt{font-size:.7rem;letter-spacing:1.5px;text-transform:uppercase;opacity:.45;margin-top:12px;}
.gw-rec-dl dd{margin:3px 0 0;line-height:1.65;}
.gw-rec-sources{margin:0;padding-left:20px;}
.gw-rec-sources li{margin-bottom:12px;line-height:1.7;}
.gw-rec-source-ref{display:block;}
.gw-rec-source-note{display:block;font-size:.85rem;opacity:.6;margin-top:2px;}
.gw-rec-pending{padding:14px 16px;border:1px dashed rgba(255,255,255,.22);border-radius:8px;
  font-size:.9rem;line-height:1.7;opacity:.7;}
.gw-rec-respect{margin-top:28px;padding:14px 16px;border:1px solid rgba(255,255,255,.15);
  border-radius:8px;font-size:.88rem;line-height:1.7;opacity:.85;}
.gw-rec-links{display:flex;gap:18px;margin-top:32px;padding-top:20px;
  border-top:1px solid rgba(255,255,255,.1);font-size:.86rem;}
.gw-rec-links a{color:var(--line,var(--gw-gold,#96750A));text-decoration:none;}
.gw-work-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;}
.gw-work-card{display:flex;flex-direction:column;gap:6px;padding:22px 20px;text-decoration:none;color:inherit;
  background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.13);border-radius:10px;
  transition:background .15s,transform .15s;}
.gw-work-card:hover{background:rgba(255,255,255,.07);transform:translateY(-2px);}
.gw-work-card-label{font-size:.72rem;letter-spacing:2.5px;text-transform:uppercase;
  color:var(--gw-gold,#96750A);}
.gw-work-card-n{font-size:2.2rem;font-weight:700;line-height:1;font-variant-numeric:tabular-nums;}
.gw-work-card-desc{font-size:.86rem;opacity:.68;line-height:1.65;}

/* ═══ THE NINE, DRAWN ════════════════════════════════════════════════════
   Each family as a diagram of how a story of that kind moves.
   Hand-authored SVG, no images, no requests.
═══════════════════════════════════════════════════════════════════════ */

.gw-arch-diagram { width: 100%; height: auto; display: block; }
.gw-arch-diagram--sm { max-width: 140px; }
.gw-arch-diagram--md { max-width: 240px; }
.gw-arch-diagram--lg { max-width: 100%; }

/* the module */
.gw-nine {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 40px;
}
.gw-nine-card {
    display: block;
    text-decoration: none;
    background: #fff;
    border: 1px solid var(--gw-border, #C4B9A8);
    border-radius: 10px;
    padding: 24px 24px 26px;
    transition: transform .18s, box-shadow .18s, border-color .18s;
}
.gw-nine-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(26,26,46,.10);
}
.gw-nine-eyebrow {
    font-family: 'DM Mono', ui-monospace, monospace;
    font-size: .62rem;
    letter-spacing: .2em;
    text-transform: uppercase;
    display: block;
    margin-bottom: 14px;
}
.gw-nine-figure { margin: 0 0 18px; }
.gw-nine-name {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.3rem;
    line-height: 1.2;
    color: #1A1A2E;
    margin: 0 0 8px;
}
.gw-nine-does {
    font-size: .88rem;
    line-height: 1.65;
    color: #5A5A6E;
    margin: 0 0 14px;
}
.gw-nine-count {
    font-family: 'DM Mono', ui-monospace, monospace;
    font-size: .62rem;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #8A8A9E;
}

@media (max-width: 900px) { .gw-nine { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 600px) { .gw-nine { grid-template-columns: 1fr; } }

/* ═══ THE COMPARISON ═════════════════════════════════════════════════════
   One premise, three architectures. The discovery in one screen.
═══════════════════════════════════════════════════════════════════════ */

.gw-compare-section { background: #FFFFFF; }
.gw-compare-premise {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.3rem, 2.4vw, 1.9rem);
    font-style: italic;
    line-height: 1.35;
    color: #1A1A2E;
    text-align: center;
    max-width: 22ch;
    margin: 18px auto 48px;
}
.gw-compare-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}
.gw-compare-col {
    padding: 26px 24px 28px;
    border-radius: 10px;
    background: #FAF7F1;
    border-top: 3px solid;
}
.gw-compare-col--linear   { border-top-color: #5B7FA0; }
.gw-compare-col--cyclical { border-top-color: #7BA05B; }
.gw-compare-col--web      { border-top-color: #C77B4A; }

.gw-compare-figure { margin: 0 0 18px; max-width: 200px; }
.gw-compare-name {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.35rem; margin: 0 0 6px; color: #1A1A2E;
}
.gw-compare-shape {
    font-size: .86rem; color: #5A5A6E; margin: 0 0 18px;
    padding-bottom: 14px; border-bottom: 1px solid #E0D9CB;
}
.gw-compare-beats {
    list-style: none; counter-reset: b; padding: 0; margin: 0 0 20px;
}
.gw-compare-beats li {
    counter-increment: b;
    position: relative;
    padding-left: 28px;
    margin-bottom: 11px;
    font-size: .9rem; line-height: 1.6; color: #3D3D3D;
}
.gw-compare-beats li::before {
    content: counter(b);
    position: absolute; left: 0; top: 1px;
    font-family: 'DM Mono', ui-monospace, monospace;
    font-size: .68rem; color: #8A8A9E;
}
.gw-compare-link {
    font-family: 'DM Mono', ui-monospace, monospace;
    font-size: .66rem; letter-spacing: .16em; text-transform: uppercase;
    text-decoration: none; color: #5A5A6E;
}
.gw-compare-link:hover { color: #1A1A2E; }

@media (max-width: 900px) { .gw-compare-grid { grid-template-columns: 1fr; } }

/* ═══ ONE ENTRY ══════════════════════════════════════════════════════════ */

.gw-entry-grid {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1fr);
    gap: 52px;
    align-items: center;
    margin-top: 34px;
}
.gw-entry-figure { text-align: center; }

/* the rhythm strip — one tick per step */
.gw-rhythm { display: flex; gap: 5px; justify-content: center; margin-top: 26px; }
.gw-rhythm-tick {
    width: 10px; height: 26px; border-radius: 2px;
    background: currentColor; opacity: .32;
}
.gw-rhythm-tick.is-first { opacity: 1; }
.gw-rhythm-label {
    display: block; margin-top: 12px;
    font-family: 'DM Mono', ui-monospace, monospace;
    font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; color: #8A8A9E;
}

.gw-entry-section[data-family="linear"]       .gw-rhythm { color: #5B7FA0; }
.gw-entry-section[data-family="cyclical"]     .gw-rhythm { color: #7BA05B; }
.gw-entry-section[data-family="spiral"]       .gw-rhythm { color: #9B7FBF; }
.gw-entry-section[data-family="web"]          .gw-rhythm { color: #C77B4A; }
.gw-entry-section[data-family="multi-trial"]  .gw-rhythm { color: #B5533C; }
.gw-entry-section[data-family="balance"]      .gw-rhythm { color: #C9A227; }
.gw-entry-section[data-family="negotiation"]  .gw-rhythm { color: #A0685B; }
.gw-entry-section[data-family="non-conflict"] .gw-rhythm { color: #6E8B8B; }
.gw-entry-section[data-family="geographic"]   .gw-rhythm { color: #4E9B8F; }

.gw-entry-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2rem, 3.6vw, 2.9rem);
    line-height: 1.1; margin: 0 0 10px; color: #1A1A2E;
}
.gw-entry-people {
    font-family: 'DM Mono', ui-monospace, monospace;
    font-size: .72rem; letter-spacing: .1em; color: #8A6A30; margin: 0 0 18px;
}
.gw-entry-blurb { font-size: 1.02rem; line-height: 1.75; color: #3D3D3D; max-width: 48ch; margin: 0 0 22px; }
.gw-entry-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; }
.gw-entry-meta span {
    font-family: 'DM Mono', ui-monospace, monospace;
    font-size: .62rem; letter-spacing: .14em; text-transform: uppercase;
    color: #5A5A6E; border: 1px solid #D8D0C0; border-radius: 3px; padding: 5px 11px;
}
.gw-entry-meta .is-free { color: #2D8659; border-color: #2D8659; }
.gw-entry-actions { display: flex; flex-wrap: wrap; gap: 12px; }

@media (max-width: 900px) { .gw-entry-grid { grid-template-columns: 1fr; gap: 28px; } }

/* ═══ WHAT A WIZARD PRODUCES ═════════════════════════════════════════════
   The site sells 54 tools and never showed one working.
═══════════════════════════════════════════════════════════════════════ */

.gw-produces-deck {
    max-width: 56ch; margin: 14px auto 40px; text-align: center;
    font-size: 1rem; line-height: 1.75; color: #5A5A6E;
}
.gw-produces-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: start; }
.gw-produces-label {
    display: block; margin-bottom: 10px;
    font-family: 'DM Mono', ui-monospace, monospace;
    font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; color: #8A8A9E;
}
.gw-produces-screen {
    border-radius: 10px; padding: 26px 26px 28px;
    box-shadow: 0 18px 46px rgba(26,26,46,.14);
}

/* left — the wizard as a writer sees it */
.gw-produces-pane--wizard .gw-produces-screen { background: #1A0A2E; color: #E8DCC4; }
.gw-pw-head { text-align: center; padding-bottom: 14px; border-bottom: 2px solid #D4AF37; margin-bottom: 18px; }
.gw-pw-trad { display: block; font-family: 'DM Mono', ui-monospace, monospace; font-size: .56rem; letter-spacing: .22em; text-transform: uppercase; color: #D4AF37; }
.gw-pw-name { display: block; font-family: 'Playfair Display', Georgia, serif; font-size: 1.2rem; margin: 5px 0 3px; color: #F5F0E8; }
.gw-pw-arch { display: block; font-size: .68rem; color: #B09A6F; }
.gw-pw-phase { display: block; font-family: 'DM Mono', ui-monospace, monospace; font-size: .56rem; letter-spacing: .2em; text-transform: uppercase; color: #C89B3C; margin-bottom: 6px; }
.gw-pw-step { font-family: 'Playfair Display', Georgia, serif; font-size: 1.02rem; margin: 0 0 10px; color: #F5F0E8; }
.gw-pw-teach { font-size: .82rem; line-height: 1.7; color: #DDD2C0; margin: 0 0 12px; }
.gw-pw-wisdom { border-left: 3px solid #D4AF37; background: rgba(212,175,55,.07); padding: 9px 12px; font-style: italic; font-size: .8rem; color: #E8DCC4; margin: 0 0 16px; }
.gw-pw-field-label { display: block; font-size: .68rem; font-weight: 600; color: #E8DCC4; margin-bottom: 5px; }
.gw-pw-field { background: rgba(212,175,55,.06); border: 1px solid rgba(212,175,55,.4); border-radius: 5px; padding: 10px 12px; font-size: .8rem; line-height: 1.6; margin-bottom: 14px; }
.gw-pw-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.gw-pw-chips span { font-size: .68rem; padding: 4px 11px; border-radius: 14px; border: 1px solid rgba(212,175,55,.35); color: #CBBB95; }
.gw-pw-chips span.on { background: #D4AF37; color: #1A0A2E; border-color: #D4AF37; font-weight: 600; }

/* right — the blueprint it exports */
.gw-produces-screen--paper { background: #FFFDF8; color: #2A2018; font-family: Georgia, serif; font-size: .84rem; line-height: 1.7; }
.gw-pb-title { font-family: 'Playfair Display', Georgia, serif; font-size: 1rem; margin: 0 0 3px; color: #1A0A2E; }
.gw-pb-sub { font-size: .7rem; color: #7A6A55; margin: 0 0 16px; }
.gw-produces-screen--paper h5 { font-family: 'Playfair Display', Georgia, serif; font-size: .88rem; color: #4A1A6B; margin: 18px 0 6px; padding-bottom: 4px; border-bottom: 1px solid #E0D5C0; }
.gw-produces-screen--paper p { margin: 0 0 5px; }
.gw-produces-screen--paper b { color: #1A0A2E; }
.gw-pb-more { font-style: italic; color: #8A7355; margin-top: 14px !important; }

@media (max-width: 900px) { .gw-produces-grid { grid-template-columns: 1fr; } }

/* ═══ TYPOGRAPHIC RANGE ══════════════════════════════════════════════════
   The page read at one weight. Eyebrows down, leads and counts up.
═══════════════════════════════════════════════════════════════════════ */

.gw-section-eyebrow {
    font-family: 'DM Mono', ui-monospace, monospace;
    font-size: .62rem;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: #8A6A30;
    margin-bottom: 14px;
}
.gw-section-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2rem, 3.8vw, 3.1rem);
    line-height: 1.08;
    letter-spacing: -.012em;
    color: #1A1A2E;
}
.gw-hero h1, .gw-hero-title {
    font-size: clamp(2.6rem, 5vw, 4rem);
    line-height: 1.02;
    letter-spacing: -.02em;
}
.gw-work-card-n, .gw-stat-n, .gw-region-count {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2.2rem, 3.6vw, 3rem);
    line-height: 1;
}
.gw-work-card-label, .gw-stat-l {
    font-family: 'DM Mono', ui-monospace, monospace;
    font-size: .6rem; letter-spacing: .2em; text-transform: uppercase; color: #8A8A9E;
}

/* ═══ THE ARCHITECTURE FIELD ═════════════════════════════════════════════
   A faint drafting field behind the hero. Constructed lines and nodes —
   this is a study of structure, said without a word.
═══════════════════════════════════════════════════════════════════════ */

.gw-hero { position: relative; overflow: hidden; }
.gw-hero::before {
    content: "";
    position: absolute; inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: .5;
    background-image:
        /* nodes */
        radial-gradient(2.4px 2.4px at  60px  48px, rgba(201,168,76,.30), transparent 100%),
        radial-gradient(2.4px 2.4px at 210px 112px, rgba(201,168,76,.26), transparent 100%),
        radial-gradient(2.4px 2.4px at 330px  36px, rgba(201,168,76,.28), transparent 100%),
        radial-gradient(2.4px 2.4px at 148px 196px, rgba(201,168,76,.22), transparent 100%),
        radial-gradient(2.4px 2.4px at 356px 176px, rgba(201,168,76,.24), transparent 100%),
        /* the drafting grid */
        linear-gradient(to right,  rgba(201,168,76,.055) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(201,168,76,.055) 1px, transparent 1px);
    background-size: 420px 240px, 420px 240px, 420px 240px, 420px 240px, 420px 240px,
                     84px 84px, 84px 84px;
}
.gw-hero > * { position: relative; z-index: 1; }

@media (prefers-reduced-motion: reduce) { .gw-hero::before { background-image: none; } }

/* ═══ LATEST · ACCESS ════════════════════════════════════════════════════
   Two compact bands replacing five duplicated sections. Field Notes and
   the Academy in one row; pricing as three lines instead of a page.
═══════════════════════════════════════════════════════════════════════ */

.gw-latest-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 56px;
    align-items: start;
}
.gw-latest-item {
    display: flex; justify-content: space-between; align-items: baseline; gap: 18px;
    padding: 14px 0; border-bottom: 1px solid #E0D9CB; text-decoration: none;
}
.gw-latest-item:hover .gw-latest-title { color: #8A6A30; }
.gw-latest-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.06rem; line-height: 1.3; color: #1A1A2E; transition: color .18s;
}
.gw-latest-date {
    font-family: 'DM Mono', ui-monospace, monospace;
    font-size: .62rem; letter-spacing: .12em; text-transform: uppercase;
    color: #8A8A9E; white-space: nowrap;
}
.gw-latest-empty { font-size: .92rem; color: #5A5A6E; line-height: 1.7; padding: 14px 0; }
.gw-latest-all {
    display: inline-block; margin-top: 18px;
    font-family: 'DM Mono', ui-monospace, monospace;
    font-size: .64rem; letter-spacing: .18em; text-transform: uppercase;
    color: #5A5A6E; text-decoration: none;
}
.gw-latest-all:hover { color: #1A1A2E; }

.gw-latest-academy-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.5rem; line-height: 1.2; margin: 0 0 8px; color: #1A1A2E;
}
.gw-latest-academy-desc { font-size: .92rem; line-height: 1.7; color: #5A5A6E; margin: 0 0 20px; }
.gw-latest-curriculum {
    display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 2px 20px;
}
.gw-cur-line {
    display: flex; align-items: center; gap: 9px;
    padding: 7px 0; text-decoration: none;
    font-size: .86rem; color: #3D3D3D;
}
.gw-cur-line:hover { color: #1A1A2E; }
.gw-cur-rule { width: 16px; height: 3px; border-radius: 2px; flex: none; }

@media (max-width: 900px) {
    .gw-latest-grid { grid-template-columns: 1fr; gap: 34px; }
    .gw-latest-curriculum { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

/* ── Access ── */
.gw-access-section { text-align: center; }
.gw-access-deck { max-width: 58ch; margin: 14px auto 36px; font-size: 1rem; line-height: 1.75; color: #5A5A6E; }
.gw-access-tiers {
    display: grid; grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 18px; max-width: 900px; margin: 0 auto 32px; text-align: left;
}
.gw-access-tier {
    padding: 24px 22px; border: 1px solid #D8D0C0; border-radius: 10px; background: #fff;
}
.gw-access-tier--full { border-color: #C9A84C; box-shadow: 0 10px 30px rgba(201,168,76,.14); }
.gw-access-price {
    display: block;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.9rem; line-height: 1; color: #1A1A2E; margin-bottom: 8px;
}
.gw-access-price em { font-style: normal; font-size: .8rem; color: #8A8A9E; }
.gw-access-n {
    display: block;
    font-family: 'DM Mono', ui-monospace, monospace;
    font-size: .64rem; letter-spacing: .16em; text-transform: uppercase;
    color: #8A6A30; margin-bottom: 10px;
}
.gw-access-note { display: block; font-size: .86rem; line-height: 1.6; color: #5A5A6E; }

@media (max-width: 800px) { .gw-access-tiers { grid-template-columns: 1fr; } }
