:root { --navy: #0a1628; --navy-light: #132240; --gold: #c8a55c; --gold-light: #e0c882; --cream: #f5f0e8; --white: #ffffff; --text: #2a2a2a; --text-light: #6b7280; --serif: 'Playfair Display', Georgia, serif; --sans: 'Source Sans 3', -apple-system, sans-serif; }
* { margin: 0; padding: 0; box-sizing: border-box; }
img { max-width: 100%; height: auto; }
html { overflow-x: hidden; max-width: 100vw; }
body { font-family: var(--sans); color: var(--text); background: var(--white); -webkit-font-smoothing: antialiased; overflow-x: hidden; width: 100%; max-width: 100vw; position: relative; }
nav { position: fixed; top: 0; width: 100%; z-index: 100; background: rgba(10, 22, 40, 0.95); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(200, 165, 92, 0.15); }
.nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 2rem; display: flex; align-items: center; justify-content: space-between; height: 72px; }
.nav-logo { font-family: var(--serif); color: var(--white); font-size: 1.3rem; font-weight: 700; text-decoration: none; letter-spacing: 0.02em; }
.nav-logo span { color: var(--gold); }
.nav-links { display: flex; gap: 2rem; align-items: center; }
.nav-links a { color: rgba(255,255,255,0.75); text-decoration: none; font-size: 0.88rem; font-weight: 500; letter-spacing: 0.04em; text-transform: uppercase; transition: color 0.2s; }
.nav-links a:hover { color: var(--gold); }
.nav-links a.active { color: var(--gold); }
.nav-cta { background: var(--gold) !important; color: var(--navy) !important; padding: 0.5rem 1.2rem; border-radius: 4px; font-weight: 600 !important; }
.nav-cta:hover { background: var(--gold-light) !important; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.hamburger span { width: 24px; height: 2px; background: var(--white); transition: 0.3s; }
.hero { min-height: 100vh; background: var(--navy); display: flex; align-items: center; position: relative; overflow: hidden; max-width: 100vw; }
.hero::before { content: ''; position: absolute; top: -50%; right: -20%; width: 80%; height: 200%; background: radial-gradient(ellipse, rgba(200, 165, 92, 0.06) 0%, transparent 70%); pointer-events: none; }
.hero-inner { max-width: 1200px; margin: 0 auto; padding: 8rem 2rem 4rem; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 4rem; align-items: center; width: 100%; }
.hero-text { z-index: 1; }
.hero-label { color: var(--gold); font-size: 0.85rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 1.5rem; opacity: 0; animation: fadeUp 0.8s 0.2s forwards; }
.hero h1 { font-family: var(--serif); color: var(--white); font-size: 3.4rem; font-weight: 700; line-height: 1.15; margin-bottom: 1.5rem; opacity: 0; animation: fadeUp 0.8s 0.4s forwards; }
.hero h1 em { font-style: italic; color: var(--gold); }
.hero-sub { color: rgba(255,255,255,0.65); font-size: 1.15rem; line-height: 1.7; margin-bottom: 2.5rem; max-width: 520px; opacity: 0; animation: fadeUp 0.8s 0.6s forwards; }
.hero-buttons { display: flex; gap: 1rem; flex-wrap: wrap; opacity: 0; animation: fadeUp 0.8s 0.8s forwards; }
.btn { display: inline-block; padding: 0.85rem 2rem; font-family: var(--sans); font-size: 0.92rem; font-weight: 600; text-decoration: none; border-radius: 4px; transition: all 0.25s; letter-spacing: 0.02em; }
.btn-gold { background: var(--gold); color: var(--navy); }
.btn-gold:hover { background: var(--gold-light); transform: translateY(-1px); }
.btn-outline { border: 1.5px solid rgba(255,255,255,0.3); color: var(--white); }
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }
.hero-visual { display: flex; justify-content: center; align-items: center; max-width: 100%; opacity: 0; animation: fadeUp 0.8s 0.6s forwards; }
.book-display { position: relative; }
.book-display img { max-height: 480px; width: auto; filter: drop-shadow(0 20px 60px rgba(0,0,0,0.5)); }
.book-badge { position: absolute; top: -10px; right: -20px; background: var(--gold); color: var(--navy); font-family: var(--serif); font-weight: 700; font-size: 0.75rem; padding: 0.6rem 1rem; border-radius: 50%; width: 80px; height: 80px; display: flex; align-items: center; justify-content: center; text-align: center; line-height: 1.2; }
.stats-bar { background: var(--navy-light); border-top: 1px solid rgba(200, 165, 92, 0.15); border-bottom: 1px solid rgba(200, 165, 92, 0.15); padding: 2.5rem 2rem; }
.stats-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; text-align: center; }
.stat-num { font-family: var(--serif); color: var(--gold); font-size: 2.2rem; font-weight: 700; }
.stat-label { color: rgba(255,255,255,0.5); font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.1em; margin-top: 0.3rem; }
section { padding: 5rem 2rem; }
.container { max-width: 1000px; margin: 0 auto; }
.section-label { color: var(--gold); font-size: 0.82rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 1rem; }
.section-title { font-family: var(--serif); font-size: 2rem; font-weight: 700; margin-bottom: 1rem; }
.section-sub { color: var(--text-light); font-size: 1.05rem; line-height: 1.7; max-width: 600px; }
.about-section { background: var(--cream); }
.about-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 4rem; align-items: center; margin-top: 3rem; }
.about-img { width: 300px; height: 300px; background: var(--navy); border-radius: 50%; overflow: hidden; position: relative; margin: 0 auto; }
.about-img img { width: 100%; height: 100%; object-fit: cover; }
.about-img-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.3); font-size: 0.85rem; letter-spacing: 0.1em; text-transform: uppercase; }
.about-content h3 { font-family: var(--serif); font-size: 1.8rem; margin-bottom: 1.2rem; }
.about-content p { color: var(--text-light); line-height: 1.8; margin-bottom: 1rem; }
.about-credentials { display: flex; gap: 2rem; margin-top: 1.5rem; padding-top: 1.5rem; border-top: 1px solid rgba(0,0,0,0.08); }
.credential { font-size: 0.88rem; }
.credential strong { display: block; font-family: var(--serif); font-size: 1.4rem; color: var(--navy); }
.ecosystem-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 3rem; }
.eco-card { background: var(--white); border: 1px solid #e5e7eb; border-radius: 8px; padding: 2.5rem 2rem; transition: all 0.3s; position: relative; overflow: hidden; }
.eco-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--gold); transform: scaleX(0); transition: transform 0.3s; }
.eco-card:hover { border-color: var(--gold); transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.08); }
.eco-card:hover::before { transform: scaleX(1); }
.eco-icon { font-size: 2rem; margin-bottom: 1.2rem; }
.eco-card h3 { font-family: var(--serif); font-size: 1.3rem; margin-bottom: 0.8rem; }
.eco-card p { color: var(--text-light); font-size: 0.95rem; line-height: 1.7; margin-bottom: 1.5rem; }
.eco-link { color: var(--gold); text-decoration: none; font-weight: 600; font-size: 0.9rem; display: inline-flex; align-items: center; gap: 0.4rem; }
.eco-link:hover { gap: 0.7rem; }
.book-section { background: var(--navy); color: var(--white); }
.book-grid { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: 4rem; align-items: center; margin-top: 3rem; }
.book-cover { text-align: center; }
.book-cover img { max-height: 400px; filter: drop-shadow(0 15px 40px rgba(0,0,0,0.4)); }
.book-cover-placeholder { width: 260px; height: 380px; background: var(--navy-light); border: 1px solid rgba(200,165,92,0.2); border-radius: 4px; display: flex; align-items: center; justify-content: center; margin: 0 auto; }
.book-content .section-title { color: var(--white); }
.book-content p { color: rgba(255,255,255,0.65); line-height: 1.8; margin-bottom: 1.2rem; }
.book-points { list-style: none; margin: 1.5rem 0 2rem; }
.book-points li { color: rgba(255,255,255,0.7); padding: 0.5rem 0; padding-left: 1.5rem; position: relative; font-size: 0.95rem; }
.book-points li::before { content: '—'; color: var(--gold); position: absolute; left: 0; }
.quote-section { background: var(--cream); text-align: center; padding: 5rem 2rem; }
.quote-section blockquote { font-family: var(--serif); font-size: 1.8rem; font-style: italic; line-height: 1.5; max-width: 800px; margin: 0 auto 1.5rem; color: var(--navy); }
.quote-section cite { color: var(--gold); font-style: normal; font-weight: 600; font-size: 0.9rem; letter-spacing: 0.1em; text-transform: uppercase; }
.blog-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 3rem; }
.blog-card { border: 1px solid #e5e7eb; border-radius: 8px; overflow: hidden; transition: all 0.3s; }
.blog-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.08); }
.blog-thumb { height: 180px; background: var(--navy-light); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.2); font-size: 0.8rem; }
.blog-card-body { padding: 1.5rem; }
.blog-tag { color: var(--gold); font-size: 0.75rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 0.6rem; }
.blog-card h3 { font-family: var(--serif); font-size: 1.15rem; margin-bottom: 0.6rem; line-height: 1.35; }
.blog-card h3 a { color: var(--text); text-decoration: none; }
.blog-card h3 a:hover { color: var(--gold); }
.blog-card p { color: var(--text-light); font-size: 0.9rem; line-height: 1.6; }
.cta-section { background: var(--navy); text-align: center; padding: 5rem 2rem; }
.cta-section .section-title { color: var(--white); margin-bottom: 1rem; }
.cta-section p { color: rgba(255,255,255,0.6); max-width: 500px; margin: 0 auto 2rem; line-height: 1.7; }
footer { background: #060e1c; color: rgba(255,255,255,0.4); padding: 3rem 2rem; }
.footer-inner { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.footer-links { display: flex; gap: 2rem; }
.footer-links a { color: rgba(255,255,255,0.4); text-decoration: none; font-size: 0.85rem; }
.footer-links a:hover { color: var(--gold); }
footer small { font-size: 0.8rem; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
.disclosure { font-size: 0.75rem; color: rgba(255,255,255,0.3); text-align: center; padding: 1rem 2rem; background: #060e1c; border-top: 1px solid rgba(255,255,255,0.05); line-height: 1.5; }
.nav-links a:hover, .nav-links a.active { color: var(--gold); }
.page-hero { background: var(--navy); padding: 10rem 2rem 5rem; text-align: center; }
.page-hero .section-label { color: var(--gold); font-size: 0.82rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 1rem; }
.page-hero h1 { font-family: var(--serif); color: var(--white); font-size: 3rem; font-weight: 700; margin-bottom: 1rem; }
.page-hero p { color: rgba(255,255,255,0.55); font-size: 1.1rem; max-width: 600px; margin: 0 auto; line-height: 1.7; }
.bio-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 4rem; align-items: start; }
.bio-photo { width: 300px; height: 300px; background: var(--navy); border-radius: 50%; overflow: hidden; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.3); font-size: 0.85rem; position: sticky; top: 100px; margin: 0 auto; }
.bio-content h2 { font-family: var(--serif); font-size: 1.8rem; margin-bottom: 1.5rem; color: var(--navy); }
.bio-content p { color: var(--text-light); line-height: 1.85; margin-bottom: 1.2rem; font-size: 1.02rem; }
.bio-content p strong { color: var(--text); }
.timeline { margin-top: 2rem; padding-top: 2rem; border-top: 1px solid #e5e7eb; }
.timeline h3 { font-family: var(--serif); font-size: 1.3rem; margin-bottom: 1.5rem; color: var(--navy); }
.timeline-item { display: grid; grid-template-columns: 80px 1fr; gap: 1.5rem; margin-bottom: 1.5rem; padding-bottom: 1.5rem; border-bottom: 1px solid #f3f4f6; }
.timeline-item:last-child { border-bottom: none; }
.timeline-year { font-family: var(--serif); color: var(--gold); font-weight: 700; font-size: 1.1rem; }
.timeline-text { color: var(--text-light); font-size: 0.95rem; line-height: 1.6; }
.timeline-text strong { color: var(--text); }
.expertise-section { background: var(--cream); }
.expertise-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 2rem; }
.expertise-item { background: var(--white); padding: 2rem; border-radius: 6px; border: 1px solid rgba(0,0,0,0.05); }
.expertise-item h3 { font-family: var(--serif); font-size: 1.1rem; margin-bottom: 0.6rem; color: var(--navy); }
.expertise-item p { color: var(--text-light); font-size: 0.9rem; line-height: 1.6; }
.featured { display: grid; grid-template-columns: 1.2fr 1fr; gap: 3rem; align-items: center; padding: 3rem; background: var(--cream); border-radius: 8px; margin-bottom: 3rem; }
.featured-img { height: 280px; background: var(--navy-light); border-radius: 6px; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.3); font-size: 0.8rem; }
.featured-tag { color: var(--gold); font-size: 0.75rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 0.6rem; }
.featured h2 { font-family: var(--serif); font-size: 1.6rem; margin-bottom: 0.8rem; line-height: 1.3; }
.featured h2 a { color: var(--text); text-decoration: none; }
.featured h2 a:hover { color: var(--gold); }
.featured p { color: var(--text-light); line-height: 1.7; margin-bottom: 1.2rem; }
.read-more { color: var(--gold); text-decoration: none; font-weight: 600; font-size: 0.9rem; }
.read-more:hover { text-decoration: underline; }
.articles-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; }
.article-card { border: 1px solid #e5e7eb; border-radius: 8px; overflow: hidden; transition: all 0.3s; }
.article-card:hover { transform: translateY(-3px); box-shadow: 0 10px 30px rgba(0,0,0,0.07); }
.article-thumb { height: 180px; background: var(--navy-light); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.2); font-size: 0.75rem; }
.article-body { padding: 1.5rem; }
.article-tag { color: var(--gold); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 0.5rem; }
.article-body h3 { font-family: var(--serif); font-size: 1.15rem; margin-bottom: 0.5rem; line-height: 1.35; }
.article-body h3 a { color: var(--text); text-decoration: none; }
.article-body h3 a:hover { color: var(--gold); }
.article-body p { color: var(--text-light); font-size: 0.9rem; line-height: 1.6; }
.resources-section { background: var(--cream); }
.resources-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 2rem; }
.resource-card { background: var(--white); padding: 2rem; border-radius: 6px; border: 1px solid rgba(0,0,0,0.05); text-align: center; }
.resource-icon { font-size: 2rem; margin-bottom: 1rem; }
.resource-card h3 { font-family: var(--serif); font-size: 1.1rem; margin-bottom: 0.5rem; }
.resource-card p { color: var(--text-light); font-size: 0.88rem; line-height: 1.6; margin-bottom: 1rem; }
.resource-link { color: var(--gold); text-decoration: none; font-weight: 600; font-size: 0.88rem; }
.resource-link:hover { text-decoration: underline; }
.btn-outline-dark { border: 1.5px solid #d1d5db; color: var(--text); }
.btn-outline-dark:hover { border-color: var(--gold); color: var(--gold); }
.book-hero { background: var(--navy); padding: 10rem 2rem 6rem; position: relative; overflow: hidden; }
.book-hero::before { content: ''; position: absolute; top: -30%; left: -20%; width: 60%; height: 160%; background: radial-gradient(ellipse, rgba(200,165,92,0.05) 0%, transparent 70%); }
.book-hero-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 4rem; align-items: center; }
.book-hero-cover { text-align: center; }
.book-placeholder { width: 280px; height: 410px; background: var(--navy-light); border: 1px solid rgba(200,165,92,0.2); border-radius: 4px; display: flex; align-items: center; justify-content: center; flex-direction: column; margin: 0 auto; filter: drop-shadow(0 20px 50px rgba(0,0,0,0.4)); }
.book-placeholder .title { font-family: var(--serif); font-size: 1.8rem; color: var(--gold); font-weight: 700; }
.book-placeholder .sub { color: rgba(255,255,255,0.4); font-size: 0.8rem; margin-top: 0.5rem; }
.book-placeholder .note { color: rgba(255,255,255,0.2); font-size: 0.65rem; margin-top: 2rem; }
.book-hero-text h1 { font-family: var(--serif); color: var(--white); font-size: 2.8rem; line-height: 1.2; margin-bottom: 1.2rem; }
.book-hero-text h1 em { color: var(--gold); font-style: italic; }
.book-hero-text .tagline { color: rgba(255,255,255,0.6); font-size: 1.1rem; line-height: 1.7; margin-bottom: 2rem; max-width: 500px; }
.book-buttons { display: flex; gap: 1rem; flex-wrap: wrap; }
.learn-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; margin-top: 2rem; }
.learn-item { padding: 2rem; border: 1px solid #e5e7eb; border-radius: 6px; transition: 0.3s; }
.learn-item:hover { border-color: var(--gold); transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.06); }
.learn-item .num { font-family: var(--serif); color: var(--gold); font-size: 1.6rem; font-weight: 700; margin-bottom: 0.8rem; }
.learn-item h3 { font-family: var(--serif); font-size: 1.15rem; margin-bottom: 0.5rem; }
.learn-item p { color: var(--text-light); font-size: 0.92rem; line-height: 1.6; }
.audience-list { margin-top: 2rem; }
.audience-item { display: flex; gap: 1.2rem; padding: 1.2rem 0; border-bottom: 1px solid #f3f4f6; align-items: start; }
.audience-item:last-child { border-bottom: none; }
.audience-check { color: var(--gold); font-size: 1.2rem; flex-shrink: 0; margin-top: 2px; }
.audience-item p { color: var(--text-light); line-height: 1.6; font-size: 1rem; }
.audience-item strong { color: var(--text); }
.cta-buttons { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; margin-top: 1rem; }
.contact-info h2 { font-family: var(--serif); font-size: 1.6rem; margin-bottom: 1.2rem; color: var(--navy); }
.contact-info p { color: var(--text-light); line-height: 1.8; margin-bottom: 1.5rem; }
.contact-method { padding: 1.2rem 0; border-bottom: 1px solid #f3f4f6; }
.contact-method:last-child { border-bottom: none; }
.contact-method-label { font-size: 0.78rem; font-weight: 600; color: var(--gold); letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 0.3rem; }
.contact-method a { color: var(--text); text-decoration: none; font-size: 1.05rem; font-weight: 500; }
.contact-method a:hover { color: var(--gold); }
.contact-method span { color: var(--text); font-size: 1.05rem; }
.calendly-box { background: var(--cream); border-radius: 8px; padding: 2.5rem; text-align: center; }
.calendly-box h3 { font-family: var(--serif); font-size: 1.4rem; margin-bottom: 0.8rem; }
.calendly-box p { color: var(--text-light); font-size: 0.95rem; margin-bottom: 1.5rem; line-height: 1.6; }
.expect-section { background: var(--cream); }
.expect-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 2rem; }
.expect-card { background: var(--white); padding: 2rem; border-radius: 6px; border: 1px solid rgba(0,0,0,0.05); text-align: center; }
.expect-icon { font-size: 2rem; margin-bottom: 1rem; }
.expect-card h3 { font-family: var(--serif); font-size: 1.1rem; margin-bottom: 0.5rem; }
.expect-card p { color: var(--text-light); font-size: 0.9rem; line-height: 1.6; }
.entities-section { text-align: center; }
.entities-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; margin-top: 2rem; max-width: 700px; margin-left: auto; margin-right: auto; }
.entity-card { border: 1px solid #e5e7eb; border-radius: 8px; padding: 2rem; transition: all 0.3s; }
.entity-card:hover { border-color: var(--gold); transform: translateY(-3px); box-shadow: 0 10px 30px rgba(0,0,0,0.06); }
.entity-card h3 { font-family: var(--serif); font-size: 1.2rem; margin-bottom: 0.5rem; }
.entity-card p { color: var(--text-light); font-size: 0.88rem; line-height: 1.6; margin-bottom: 1rem; }
.entity-link { color: var(--gold); text-decoration: none; font-weight: 600; font-size: 0.88rem; }
.entity-link:hover { text-decoration: underline; }

@media (max-width: 900px) {
    section, .hero, .stats-bar, .book-section, .quote-section, .cta-section, .page-hero, .book-hero { overflow-x: hidden; max-width: 100vw; }
    .hero::before, .book-hero::before { display: none !important; }
    .book-badge { display: none; }
    .stats-inner { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
    .nav-inner { padding: 0 1rem; }
    .container { padding: 0 1rem; }
    section { padding: 4rem 1rem; }
    .hero-inner { padding: 6rem 1rem 3rem; gap: 2rem; }
    .about-credentials { flex-direction: column; gap: 1rem; }
    .hero-inner { grid-template-columns: 1fr; text-align: center; padding-top: 7rem; }
    .hero-sub { margin-left: auto; margin-right: auto; }
    .hero-buttons { justify-content: center; }
    .hero-visual { order: -1; }
    .book-display img { max-height: 300px; max-width: 90vw; }
    .hero-inner { padding-left: 1rem; padding-right: 1rem; }
    .hero { overflow: hidden; }
    .book-section .book-cover img { max-height: 300px; max-width: 80vw; }
    .hero h1 { font-size: 2.5rem; }
    .stats-inner { grid-template-columns: repeat(2, 1fr); }
    .about-grid { grid-template-columns: 1fr; }
    .about-img { height: 300px; }
    .ecosystem-cards { grid-template-columns: 1fr; }
    .book-grid { grid-template-columns: 1fr; text-align: center; }
    .blog-cards { grid-template-columns: 1fr; }
    .section-title { font-size: 2rem; }
    .nav-links { display: none; }
    .hamburger { display: flex; }
    .nav-links.open { display: flex; flex-direction: column; position: absolute; top: 72px; left: 0; right: 0; background: var(--navy); padding: 2rem; gap: 1.2rem; border-bottom: 1px solid rgba(200,165,92,0.15); }
    .page-hero { padding: 8rem 1rem 4rem; }
    .bio-grid { grid-template-columns: 1fr; }
    .bio-photo { position: static; max-height: 350px; }
    .expertise-grid { grid-template-columns: 1fr; }
    .page-hero h1 { font-size: 2.2rem; }
    .featured { grid-template-columns: 1fr; }
    .articles-grid { grid-template-columns: 1fr; }
    .resources-grid { grid-template-columns: 1fr; }
    .book-hero-inner { grid-template-columns: 1fr; text-align: center; }
    .book-hero-cover { order: -1; }
    .book-hero-cover img { max-height: 300px; max-width: 80vw; }
    .book-hero { overflow: hidden; padding-left: 1rem; padding-right: 1rem; }
    .book-hero-text .tagline { margin-left: auto; margin-right: auto; }
    .book-buttons { justify-content: center; }
    .book-hero-text h1 { font-size: 2.2rem; }
    .learn-grid { grid-template-columns: 1fr; }
    .contact-grid { grid-template-columns: 1fr; }
    .expect-grid { grid-template-columns: 1fr; }
    .entities-grid { grid-template-columns: 1fr; }
}

/* page-scoped overrides */
body.home .container { max-width: 1200px; }
body.home section { padding: 6rem 2rem; }
body.home .section-title { font-size: 2.4rem; line-height: 1.2; }
body.book .quote-section { padding: 4rem 2rem; }
body.book .quote-section blockquote { font-size: 1.6rem; max-width: 700px; }
body.book .quote-section cite { font-size: 0.85rem; }

/* article pages */
.article-hero { background: var(--navy); padding: 9rem 2rem 4rem; }
.article-hero .container { max-width: 760px; }
.article-hero h1 { font-family: var(--serif); color: var(--white); font-size: 2.4rem; font-weight: 700; line-height: 1.2; margin-bottom: 1rem; }
.article-hero .article-meta { color: rgba(255,255,255,0.55); font-size: 0.9rem; }
.article-hero .section-label { margin-bottom: 1rem; }
.article-body-section { padding: 4rem 2rem; }
.article-body-section .container { max-width: 760px; }
.article-prose p { color: var(--text); line-height: 1.85; margin-bottom: 1.4rem; font-size: 1.05rem; }
.article-prose h2 { font-family: var(--serif); font-size: 1.6rem; margin: 2.5rem 0 1rem; }
.article-prose ul, .article-prose ol { margin: 0 0 1.4rem 1.4rem; line-height: 1.8; color: var(--text); }
.article-prose li { margin-bottom: 0.5rem; }
.article-prose table { width: 100%; border-collapse: collapse; margin: 0 0 1.6rem; font-size: 0.95rem; }
.article-prose th, .article-prose td { border: 1px solid #e5e7eb; padding: 0.6rem 0.8rem; text-align: left; }
.article-prose th { background: var(--cream); font-weight: 600; }
.article-prose .callout { background: var(--cream); border-left: 3px solid var(--gold); padding: 1.2rem 1.5rem; margin: 0 0 1.6rem; font-size: 0.98rem; line-height: 1.7; }
.article-cta { background: var(--cream); border: 1px solid #e5e7eb; border-radius: 8px; padding: 2rem; margin-top: 3rem; }
.article-cta h3 { font-family: var(--serif); font-size: 1.3rem; margin-bottom: 0.6rem; }
.article-cta p { color: var(--text-light); margin-bottom: 1.2rem; line-height: 1.7; }
.article-back { color: var(--gold); text-decoration: none; font-weight: 600; font-size: 0.9rem; }
@media (max-width: 900px) {
    .article-hero { padding: 8rem 1rem 3rem; }
    .article-hero h1 { font-size: 1.9rem; }
    .article-body-section { padding: 3rem 1rem; }
}

/* sell page */
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin-top: 2.5rem; }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; margin-top: 2.5rem; }
@media (max-width: 900px) {
    .steps-grid { grid-template-columns: 1fr; }
    .faq-grid { grid-template-columns: 1fr; }
}
