:root { --slot-color: var(--build); --slot-tint: var(--build-tint); }

            /* ── GUIDE HERO ── */
            .guide-hero { border-bottom: 1px solid var(--border); background: var(--paper-warm); padding: var(--s8) 0 var(--s7); position: relative; overflow: hidden; }
            .guide-hero::before { content: "B"; position: absolute; right: -0.05em; top: -0.15em; font-family: var(--font-display); font-size: clamp(14rem, 22vw, 20rem); font-weight: 900; color: var(--slot-color); opacity: 0.04; line-height: 1; pointer-events: none; user-select: none; }
            .guide-hero-inner { max-width: var(--content-width); margin: 0 auto; padding: 0 var(--s5); position: relative; }
            .guide-label { font-family: var(--font-mono); font-size: 0.6875rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--slot-color); margin-bottom: var(--s3); display: flex; align-items: center; gap: var(--s3); }
            .guide-label::before { content: ""; display: inline-block; width: 20px; height: 2px; background: var(--slot-color); border-radius: 1px; }
            .guide-hero h1 { font-family: var(--font-display); font-size: clamp(2.25rem, 5.5vw, 3.5rem); font-weight: 900; line-height: 1.08; letter-spacing: -0.04em; margin-bottom: var(--s3); }
            .guide-hero h1 em { font-style: italic; color: var(--slot-color); display: block; }
            .guide-thesis { font-size: 1.0625rem; color: var(--ink-light); max-width: 540px; line-height: 1.65; margin-bottom: var(--s6); }
            .guide-meta { display: flex; align-items: center; gap: var(--s3); font-size: 0.8125rem; color: var(--ink-muted); padding-top: var(--s3); border-top: 1px solid var(--border); }
            .guide-author-block { display: flex; align-items: center; gap: var(--s2); }
            .guide-author-block img { width: 36px; height: 36px; border-radius: 50%; object-fit: cover; }
            .guide-author-name { font-weight: 500; color: var(--ink-light); }
            .guide-author-name a { color: inherit; text-decoration: none; }

            /* ── QUOTE BLOCK ── */
            .buffett-quote { background: var(--slot-tint); border-left: 4px solid var(--slot-color); border-radius: 0 var(--radius-lg) var(--radius-lg) 0; padding: var(--s6) var(--s7); margin: var(--s6) 0; }
            .buffett-quote blockquote { font-family: var(--font-display); font-size: clamp(1.125rem, 2.5vw, 1.375rem); font-weight: 700; color: var(--ink); line-height: 1.45; margin: 0 0 var(--s3); font-style: italic; }
            .buffett-quote cite { font-family: var(--font-mono); font-size: 0.75rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-muted); font-style: normal; }

            /* ── TWO-FUND BREAKDOWN ── */
            .two-fund-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s4); margin: var(--s5) 0; }
            .fund-half { background: white; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: var(--s5) var(--s6); position: relative; overflow: hidden; }
            .fund-half::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; }
            .fund-half.build::before { background: var(--build); }
            .fund-half.park::before  { background: var(--park); }
            .fund-half-pct { font-family: var(--font-display); font-size: clamp(2.5rem, 5vw, 3.5rem); font-weight: 900; line-height: 1; margin-bottom: var(--s2); }
            .fund-half.build .fund-half-pct { color: var(--build); }
            .fund-half.park  .fund-half-pct { color: var(--park); }
            .fund-half-label { font-family: var(--font-mono); font-size: 0.6875rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-muted); margin-bottom: var(--s3); }
            .fund-half-ticker { font-weight: 700; color: var(--ink); margin-bottom: var(--s2); }
            .fund-half-ticker a { color: inherit; text-decoration: none; }
            .fund-half-desc { font-size: 0.9375rem; color: var(--ink-light); line-height: 1.6; margin: 0; }

            /* ── COMPARISON TABLE ── */
            .compare-table-wrap { overflow-x: auto; margin: var(--s4) 0 var(--s5); -webkit-overflow-scrolling: touch; }
            .compare-table { width: 100%; border-collapse: collapse; font-size: 0.875rem; min-width: 540px; }
            .compare-table th { text-align: left; font-family: var(--font-mono); font-size: 0.6875rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-muted); padding: var(--s3) var(--s4); border-bottom: 2px solid var(--border); background: var(--paper-warm); }
            .compare-table td { padding: var(--s3) var(--s4); border-bottom: 1px solid var(--border); vertical-align: top; }
            .compare-table tr:last-child td { border-bottom: none; }
            .compare-table tr.winner td { background: var(--slot-tint); }
            .winner-badge { display: inline-block; font-family: var(--font-mono); font-size: 0.625rem; letter-spacing: 0.08em; text-transform: uppercase; background: var(--build); color: white; padding: 2px 6px; border-radius: 2px; margin-left: var(--s2); vertical-align: middle; }

            /* ── BERKSHIRE TABLE ── */
            .berk-table-wrap { overflow-x: auto; margin: var(--s4) 0 var(--s5); -webkit-overflow-scrolling: touch; }
            .berk-table { width: 100%; border-collapse: collapse; font-size: 0.875rem; min-width: 500px; }
            .berk-table th { text-align: left; font-family: var(--font-mono); font-size: 0.6875rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-muted); padding: var(--s3) var(--s4); border-bottom: 2px solid var(--border); background: var(--paper-warm); }
            .berk-table td { padding: var(--s3) var(--s4); border-bottom: 1px solid var(--border); vertical-align: top; color: var(--ink-light); }
            .berk-table tr:last-child td { border-bottom: none; }
            .berk-table td:first-child { font-weight: 600; color: var(--ink); font-family: var(--font-mono); }

            /* ── CALLOUT BOX ── */
            .callout { background: white; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: var(--s5) var(--s6); margin: var(--s5) 0; }
            .callout-title { font-weight: 700; color: var(--ink); margin-bottom: var(--s2); font-size: 1.0625rem; }
            .callout-body { font-size: 0.9375rem; color: var(--ink-light); line-height: 1.65; margin: 0; }

            /* ── FAQ ── */
            .faq-item { border-bottom: 1px solid var(--border); padding: var(--s4) 0; }
            .faq-item:last-child { border-bottom: none; }
            .faq-question { font-weight: 700; color: var(--ink); margin-bottom: var(--s2); font-size: 1.0625rem; line-height: 1.35; }
            .faq-answer { font-size: 0.9375rem; color: var(--ink-light); line-height: 1.65; margin: 0; }

            /* ── RESPONSIVE ── */
            @media (max-width: 640px) {
                .guide-hero h1 { font-size: 2rem; }
                .two-fund-grid { grid-template-columns: 1fr; }
            }
                    .sr-only {
                position: absolute !important;
                width: 1px;
                height: 1px;
                padding: 0;
                margin: -1px;
                overflow: hidden;
                clip: rect(0, 0, 0, 0);
                white-space: nowrap;
                border: 0;
            }
