/*
Theme Name: Remy Lucious — Jeremiah Nthumo
Theme URI: https://remylucious.com/
Author: Jeremiah Nthumo
Description: Custom personal brand theme for Remy Lucious / Jeremiah Nthumo, adapted from the original React/Vite Replit website.
Version: 1.0.0
Requires at least: 6.0
Text Domain: remy-lucious
*/
@plugin "@tailwindcss/typography";

:root {
  --background: 39 33% 94%;
  --foreground: 30 18% 13%;
  --surface: #ded7c9;
  --surface-deep: #c9b38a;
  --ink: #201d19;
  --ink-soft: #6e675e;
  --ivory: #f4f0e8;
  --warm-white: #fbf9f4;
  --gold: #b79052;
  --gold-bright: #d5b16c;
  --success: #6d7f55;
  --error: #994d3b;
  --line: rgba(32, 29, 25, .16);
  --line-light: rgba(244, 240, 232, .2);
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'DM Sans', sans-serif;
  --font-mono: 'DM Mono', monospace;
  --radius: 0px;
  --shadow: 0 20px 60px rgba(32, 29, 25, .12);
  --tracking-normal: 0em;
  --spacing: 0.25rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--warm-white);
  color: var(--ink);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
}
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }
::selection { background: var(--gold); color: var(--ink); }

.site-shell { overflow: hidden; }
.skip-link { position: fixed; z-index: 50; top: 12px; left: 12px; transform: translateY(-160%); background: var(--gold); color: var(--ink); padding: 12px 16px; font-family: var(--font-mono); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.narrow { width: min(820px, calc(100% - 48px)); margin: 0 auto; }
.display { font-family: var(--font-display); font-weight: 500; letter-spacing: -.045em; }
.mono { font-family: var(--font-mono); text-transform: uppercase; letter-spacing: .12em; font-size: .69rem; }
.eyebrow { color: var(--gold); font-family: var(--font-mono); font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; }
.muted { color: var(--ink-soft); }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; right: 0; color: var(--ivory); }
.site-header.light { position: relative; color: var(--ink); background: var(--warm-white); }
.nav { height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 13px; font-size: .76rem; font-weight: 700; letter-spacing: .14em; }
.brand-mark { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid currentColor; color: var(--gold); font-family: var(--font-display); font-size: 1rem; }
.brand-names { display: inline-flex; flex-direction: column; gap: 3px; line-height: 1; }
.brand-public-name { letter-spacing: .14em; }
.brand-real-name { color: currentColor; font-family: var(--font-mono); font-size: .48rem; font-weight: 400; letter-spacing: .11em; opacity: .58; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 27px; }
.nav-links a { font-size: .73rem; letter-spacing: .1em; text-transform: uppercase; opacity: .76; transition: opacity .25s, color .25s; }
.nav-links a:hover, .nav-links a[aria-current="page"] { opacity: 1; color: var(--gold); }
.header-cta, .btn-gold, .btn-ghost, .btn-dark { display: inline-flex; align-items: center; justify-content: center; gap: 11px; min-height: 46px; padding: 0 20px; border: 1px solid transparent; font-family: var(--font-mono); font-size: .67rem; letter-spacing: .12em; text-transform: uppercase; transition: transform .25s, background .25s, color .25s, border-color .25s; }
.header-cta, .btn-gold { background: var(--gold); color: var(--ink); }
.header-cta:hover, .btn-gold:hover { background: var(--gold-bright); transform: translateY(-2px); }
.btn-ghost { border-color: currentColor; color: inherit; background: transparent; }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); }
.btn-dark { background: var(--ink); color: var(--ivory); }
.btn-dark:hover { background: #3b342b; transform: translateY(-2px); }
.menu-button { display: none; border: 0; background: none; color: inherit; }
.mobile-nav { display: none; }

.hero { min-height: 740px; position: relative; display: flex; align-items: flex-end; padding: 155px 0 90px; background: var(--ink); color: var(--ivory); }
.hero:before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(32,29,25,.97) 0%, rgba(32,29,25,.8) 53%, rgba(32,29,25,.48) 100%); pointer-events: none; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(300px, .97fr); align-items: end; gap: 80px; }
.hero-copy { max-width: 660px; }
.hero h1 { margin: 24px 0 25px; font-size: clamp(4rem, 9.2vw, 8.7rem); line-height: .86; text-transform: uppercase; }
.hero h1 em { color: var(--gold-bright); font-style: normal; }
.hero-intro { width: min(490px, 100%); color: rgba(244,240,232,.75); font-size: 1.05rem; line-height: 1.75; }
.hero-actions { display: flex; gap: 12px; margin-top: 33px; flex-wrap: wrap; }
.hero-asset { min-height: 440px; position: relative; display: flex; align-items: center; justify-content: center; }
.asset-slot { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border: 1px solid rgba(183,144,82,.62); color: rgba(244,240,232,.7); }
.asset-slot:before, .asset-slot:after { content: ''; position: absolute; width: 34px; height: 34px; border-color: var(--gold); }
.asset-slot:before { left: -1px; top: -1px; border-left: 1px solid; border-top: 1px solid; }
.asset-slot:after { right: -1px; bottom: -1px; border-right: 1px solid; border-bottom: 1px solid; }
.headshot-slot { width: min(375px, 80%); height: 470px; background: #d8d3c9; overflow: hidden; }
.asset-image { display: block; width: 100%; height: 100%; }
.headshot-image { object-fit: cover; object-position: center top; filter: saturate(.9); opacity: 0; transform: translateY(30px) scale(.98); transition: opacity .8s ease, transform .8s cubic-bezier(.22,1,.36,1); will-change: opacity, transform; }
.headshot-slot.is-visible .headshot-image { opacity: 1; transform: translateY(0) scale(1); }
.slot-label { width: 150px; font-family: var(--font-mono); font-size: .6rem; line-height: 1.65; letter-spacing: .1em; text-transform: uppercase; }
.asset-path { margin-top: 13px; color: var(--gold-bright); font-family: var(--font-mono); font-size: .58rem; letter-spacing: .06em; }
.vertical-note { position: absolute; right: -15px; bottom: 0; writing-mode: vertical-rl; color: rgba(244,240,232,.45); font-size: .63rem; letter-spacing: .18em; text-transform: uppercase; }

.section { padding: 125px 0; }
.section-sm { padding: 88px 0; }
.section-dark { background: var(--ink); color: var(--ivory); }
.section-warm { background: var(--surface); }
.section-dark .prose { color: rgba(244,240,232,.68); }
.section-dark .prose p { color: inherit; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 55px; }
.section-head h2 { max-width: 690px; margin: 12px 0 0; font-size: clamp(2.8rem, 6vw, 5.8rem); line-height: .93; }
.text-link { display: inline-flex; gap: 10px; align-items: center; border-bottom: 1px solid var(--gold); padding-bottom: 7px; color: var(--gold); font-family: var(--font-mono); font-size: .66rem; letter-spacing: .11em; text-transform: uppercase; white-space: nowrap; transition: gap .25s; }
.text-link:hover { gap: 16px; }
.intro-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }
.intro-grid h2 { max-width: 760px; margin: 0; font-size: clamp(2.7rem, 5.5vw, 5rem); line-height: .98; }
.intro-copy { max-width: 510px; margin-left: auto; padding-top: 9px; color: var(--ink-soft); font-size: 1.03rem; line-height: 1.85; }
.intro-copy p { margin: 0 0 28px; }

.book-feature { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: center; }
.book-visual { min-height: 570px; display: grid; place-items: center; background: #29251f; position: relative; }
.book-slot { width: min(310px, 70%); height: 425px; border: 1px solid var(--gold); background: #1d1a17; box-shadow: 28px 32px 0 rgba(183,144,82,.13); transform: rotate(-4deg); overflow: hidden; }
.book-image { object-fit: contain; object-position: center; padding: 10px; box-sizing: border-box; }
.book-copy h2 { margin: 15px 0 8px; font-size: clamp(3.3rem, 6vw, 6rem); line-height: .87; }
.book-subtitle { color: var(--gold-bright); font-family: var(--font-display); font-size: 1.45rem; font-style: italic; }
.book-copy p { max-width: 520px; color: rgba(244,240,232,.67); line-height: 1.8; }
.book-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 31px; }

.what-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.what-item { min-height: 260px; padding: 27px 25px 26px 0; border-right: 1px solid var(--line); margin-right: 25px; }
.what-item:last-child { border-right: 0; margin-right: 0; }
.what-num { color: var(--gold); font-family: var(--font-mono); font-size: .68rem; }
.what-item h3 { margin: 48px 0 12px; font-family: var(--font-display); font-size: 2rem; font-weight: 500; }
.what-item p { color: var(--ink-soft); font-size: .92rem; line-height: 1.7; }

.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.article-card { display: flex; min-height: 385px; flex-direction: column; border-top: 1px solid var(--line); padding-top: 17px; }
.article-card:hover .article-title { color: var(--gold); }
.article-meta { display: flex; justify-content: space-between; gap: 12px; color: var(--ink-soft); font-family: var(--font-mono); font-size: .61rem; letter-spacing: .08em; text-transform: uppercase; }
.article-art { height: 145px; margin: 21px 0 23px; display: flex; align-items: end; padding: 15px; background: #ded7c9; color: var(--ink); position: relative; overflow: hidden; }
.article-art:after { content: ''; position: absolute; width: 130px; height: 130px; right: 25px; top: -40px; border: 1px solid rgba(32,29,25,.35); transform: rotate(45deg); }
.article-art span { position: relative; z-index: 1; font-family: var(--font-display); font-size: 1.5rem; font-style: italic; }
.article-card:nth-child(2) .article-art { background: #2b2823; color: var(--ivory); }
.article-card:nth-child(3) .article-art { background: #bea477; }
.article-title { margin: 0 0 12px; font-family: var(--font-display); font-size: 1.75rem; font-weight: 500; line-height: 1.05; transition: color .25s; }
.article-excerpt { margin: 0 0 20px; color: var(--ink-soft); font-size: .86rem; line-height: 1.65; }
.article-card .text-link { margin-top: auto; align-self: flex-start; }

.quote-section { padding: 150px 0; text-align: center; background: var(--gold); color: var(--ink); }
.quote-mark { color: rgba(32,29,25,.4); font-family: var(--font-display); font-size: 5rem; line-height: .4; }
.quote-section blockquote { max-width: 900px; margin: 25px auto 30px; font-family: var(--font-display); font-size: clamp(2.5rem, 5vw, 5.5rem); line-height: .99; letter-spacing: -.045em; }
.quote-section cite { font-family: var(--font-mono); font-size: .7rem; font-style: normal; letter-spacing: .14em; text-transform: uppercase; }

.split-cta { display: grid; grid-template-columns: 1fr 1fr; }
.split-panel { min-height: 430px; padding: 70px clamp(30px, 7vw, 110px); display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; }
.split-panel:first-child { background: var(--surface); }
.split-panel:last-child { background: #2b2823; color: var(--ivory); }
.split-panel h2 { max-width: 420px; margin: 15px 0 20px; font-size: clamp(2.25rem, 4vw, 4rem); line-height: .95; }
.split-panel p { max-width: 390px; color: var(--ink-soft); line-height: 1.7; }
.split-panel:last-child p { color: rgba(244,240,232,.62); }
.list { display: flex; flex-wrap: wrap; gap: 8px 16px; max-width: 430px; margin: 20px 0 28px; padding: 0; list-style: none; }
.list li { color: var(--ink-soft); font-family: var(--font-mono); font-size: .64rem; letter-spacing: .06em; text-transform: uppercase; }
.list li:before { content: '—'; margin-right: 7px; color: var(--gold); }
.split-panel:last-child .list li { color: rgba(244,240,232,.63); }

.newsletter { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 72px 0; }
.newsletter-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: end; }
.newsletter h2 { margin: 13px 0 0; font-size: clamp(2.8rem, 5vw, 5rem); line-height: .92; }
.newsletter p { max-width: 430px; color: var(--ink-soft); line-height: 1.7; }
.form-row { display: flex; border-bottom: 1px solid var(--ink); }
.form-row input { min-width: 0; flex: 1; border: 0; background: transparent; outline: 0; padding: 16px 0; color: var(--ink); }
.form-row input::placeholder { color: #9b9388; }
.form-row button { border: 0; background: transparent; color: var(--gold); font-family: var(--font-mono); font-size: .64rem; letter-spacing: .12em; }
.success-message { margin-top: 14px; color: var(--success); font-family: var(--font-mono); font-size: .69rem; letter-spacing: .06em; }

.site-footer { background: var(--ink); color: var(--ivory); padding: 70px 0 25px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 60px; padding-bottom: 65px; }
.footer-brand p { max-width: 270px; color: rgba(244,240,232,.54); line-height: 1.6; }
.footer-label { margin-bottom: 20px; color: var(--gold); font-family: var(--font-mono); font-size: .64rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-links { display: flex; flex-direction: column; gap: 12px; }
.footer-links a { color: rgba(244,240,232,.72); font-size: .88rem; }
.footer-links a:hover { color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line-light); padding-top: 22px; color: rgba(244,240,232,.42); font-family: var(--font-mono); font-size: .58rem; letter-spacing: .08em; text-transform: uppercase; }

.page-hero { padding: 155px 0 92px; background: var(--ink); color: var(--ivory); }
.page-hero h1 { max-width: 900px; margin: 17px 0 0; font-size: clamp(4rem, 9vw, 8.2rem); line-height: .85; }
.page-hero p { max-width: 590px; margin: 28px 0 0; color: rgba(244,240,232,.67); font-size: 1.1rem; line-height: 1.75; }
.page-hero.light { background: var(--surface); color: var(--ink); }
.page-hero.light p { color: var(--ink-soft); }
.page-hero .rule { width: 80px; height: 1px; margin-top: 34px; background: var(--gold); }
.content-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 110px; }
.content-grid h2 { margin: 0; font-size: clamp(2.3rem, 4.8vw, 4.6rem); line-height: .95; }
.section-lead { max-width: 450px; margin: 28px 0 0; color: var(--ink-soft); line-height: 1.75; }
.prose { color: var(--ink-soft); font-size: 1rem; line-height: 1.85; }
.prose p { margin: 0 0 23px; }
.prose ol { margin: 25px 0 0; padding-left: 1.4em; color: var(--ink); }
.prose li { margin: 10px 0; padding-left: 8px; }
.manifesto { padding: 105px 0; background: #2b2823; color: var(--ivory); }
.manifesto-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.manifesto-item { border-top: 1px solid rgba(244,240,232,.28); padding-top: 20px; }
.manifesto-item h3 { margin: 10px 0; font-family: var(--font-display); font-size: 2rem; font-weight: 500; }
.manifesto-item p { color: rgba(244,240,232,.59); line-height: 1.7; }
.editorial-list { border-top: 1px solid var(--line); }
.editorial-row { display: grid; grid-template-columns: 70px 1.1fr 1fr; gap: 35px; border-bottom: 1px solid var(--line); padding: 28px 0; }
.editorial-row .num { color: var(--gold); font-family: var(--font-mono); font-size: .7rem; }
.editorial-row h3 { margin: 0; font-family: var(--font-display); font-size: 1.8rem; font-weight: 500; }
.editorial-row p { margin: 0; color: var(--ink-soft); font-size: .9rem; line-height: 1.65; }
.asset-about { min-height: 530px; background: var(--surface); display: flex; align-items: center; justify-content: center; }

.book-page { background: var(--warm-white); }
.book-hero { min-height: 650px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 80px; padding: 74px 0 110px; }
.book-hero .book-visual { min-height: 540px; }
.book-hero h1 { margin: 16px 0 8px; font-size: clamp(3.7rem, 7vw, 7.4rem); line-height: .87; }
.book-hero .author-line { margin-top: 29px; font-family: var(--font-mono); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; }
.author-alias { margin-top: 8px; color: var(--gold); font-family: var(--font-mono); font-size: .61rem; letter-spacing: .1em; text-transform: uppercase; }
.book-hero .lead { max-width: 490px; margin: 31px 0; color: var(--ink-soft); line-height: 1.8; }
.book-facts { display: flex; flex-wrap: wrap; gap: 25px; margin-top: 34px; padding-top: 22px; border-top: 1px solid var(--line); }
.book-facts div { display: flex; flex-direction: column; gap: 7px; }
.book-facts .mono { color: var(--ink-soft); font-size: .56rem; }
.book-facts strong { font-size: .82rem; font-weight: 500; }
.discovery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px; }
.discovery-grid h3 { margin: 14px 0 12px; font-family: var(--font-display); font-size: 2rem; font-weight: 500; }
.discovery-grid p { margin: 0; color: var(--ink-soft); line-height: 1.7; }
.book-story { background: #2b2823; color: var(--ivory); }
.book-story-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; align-items: start; }
.book-story h2 { margin: 13px 0 0; font-size: clamp(3rem, 6vw, 6rem); line-height: .9; }
.book-story .prose { max-width: 650px; }
.book-questions .prose { max-width: 600px; }
.testimonial { max-width: 810px; margin: 0 auto; text-align: center; }
.testimonial p { margin: 18px 0 22px; font-family: var(--font-display); font-size: clamp(2rem, 4.2vw, 4rem); line-height: 1; }
.purchase-band { display: flex; align-items: center; justify-content: space-between; gap: 35px; background: var(--gold); padding: 50px min(8vw, 105px); }
.purchase-band h2 { margin: 0; font-size: clamp(2.2rem, 4vw, 4rem); line-height: .95; }
.purchase-actions { display: flex; align-items: center; gap: 20px; }
.purchase-note { max-width: 260px; margin: 0; color: var(--ink); font-family: var(--font-mono); font-size: .64rem; line-height: 1.5; }
.payment-details { min-width: 220px; }
.payment-details .eyebrow { display: block; margin-bottom: 7px; color: var(--ink); font-size: .57rem; }
.payment-details strong { display: block; font-family: var(--font-display); font-size: 1.9rem; font-weight: 500; line-height: 1; }
.payment-details p { margin: 8px 0 4px; color: var(--ink); font-family: var(--font-mono); font-size: .68rem; line-height: 1.5; }
.payment-details small { color: rgba(32,29,25,.7); font-size: .69rem; }
.book-author { align-items: center; }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; align-items: start; }
.faq-grid h2 { margin: 13px 0 0; font-size: clamp(3rem, 5vw, 5.4rem); line-height: .9; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); padding: 21px 0; }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; list-style: none; cursor: pointer; font-family: var(--font-display); font-size: 1.65rem; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:after { content: '+'; color: var(--gold); font-family: var(--font-mono); font-size: 1rem; }
.faq-item[open] summary:after { content: '−'; }
.faq-item p { max-width: 620px; margin: 15px 35px 0 0; color: var(--ink-soft); line-height: 1.7; }

.blog-tools { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-bottom: 38px; }
.search-field { width: 260px; border: 0; border-bottom: 1px solid var(--ink); background: transparent; outline: 0; padding: 13px 0; font-size: .86rem; }
.category-list { display: flex; gap: 8px; flex-wrap: wrap; }
.category-button { border: 1px solid var(--line); background: transparent; padding: 10px 13px; color: var(--ink-soft); font-family: var(--font-mono); font-size: .6rem; letter-spacing: .08em; text-transform: uppercase; }
.category-button.active, .category-button:hover { border-color: var(--gold); color: var(--gold); }
.article-detail { padding: 76px 0 110px; }
.article-detail-head { max-width: 900px; }
.article-detail h1 { margin: 20px 0 23px; font-size: clamp(3.5rem, 8vw, 7.4rem); line-height: .88; }
.detail-meta { display: flex; gap: 17px; color: var(--ink-soft); font-family: var(--font-mono); font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }
.share-button { display: inline-flex; align-items: center; gap: 6px; border: 0; border-bottom: 1px solid var(--gold); padding: 0 0 3px; background: transparent; color: var(--gold); font-family: var(--font-mono); font-size: inherit; letter-spacing: inherit; text-transform: inherit; }
.article-detail-art { height: 370px; margin: 65px 0 70px; display: grid; place-items: center; background: #2b2823; color: var(--gold-bright); font-family: var(--font-display); font-size: clamp(2rem, 4vw, 4rem); font-style: italic; }
.article-body { max-width: 720px; margin: 0 auto; font-family: var(--font-display); font-size: 1.24rem; line-height: 1.8; }
.article-body p { margin: 0 0 27px; }
.article-body h2 { margin: 58px 0 17px; font-size: 2.7rem; line-height: 1; }
.article-body .body-kicker { color: var(--gold); font-family: var(--font-mono); font-size: .65rem; letter-spacing: .13em; text-transform: uppercase; }

.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; }
.contact-details h2 { margin: 14px 0 25px; font-size: clamp(2.6rem, 5vw, 5rem); line-height: .93; }
.contact-details p { max-width: 370px; color: var(--ink-soft); line-height: 1.75; }
.contact-aside { margin-top: 62px; padding-top: 20px; border-top: 1px solid var(--line); }
.contact-aside div { margin-bottom: 18px; }
.contact-aside strong { display: block; margin-bottom: 5px; font-family: var(--font-mono); font-size: .62rem; letter-spacing: .11em; text-transform: uppercase; }
.contact-aside span { color: var(--ink-soft); font-size: .9rem; }
.contact-aside a { color: var(--ink-soft); font-size: .9rem; }
.contact-form { border-top: 1px solid var(--ink); }
.book-order-form { border-top: 1px solid var(--ink); }
.order-fields { display: grid; grid-template-columns: 1fr 1fr; column-gap: 35px; }
.field { display: flex; flex-direction: column; gap: 8px; border-bottom: 1px solid var(--line); padding: 17px 0; }
.field label { color: var(--gold); font-family: var(--font-mono); font-size: .63rem; letter-spacing: .11em; text-transform: uppercase; }
.field input, .field select, .field textarea { border: 0; outline: 0; background: transparent; color: var(--ink); resize: vertical; }
.field textarea { min-height: 115px; }
.form-submit { display: flex; justify-content: flex-end; margin-top: 27px; }
.form-error { color: var(--error); font-family: var(--font-mono); font-size: .67rem; }
.form-success { padding: 25px; background: var(--surface); color: var(--ink); }
.form-success h3 { margin: 0 0 10px; font-family: var(--font-display); font-size: 2rem; font-weight: 500; }
.form-success p { color: var(--ink-soft); line-height: 1.7; }
.form-success a:not(.text-link) { color: var(--gold); text-decoration: underline; text-underline-offset: 3px; }
.book-order-form > .btn-gold { margin-top: 27px; }
.order-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 13px; color: var(--ink); font-family: var(--font-mono); font-size: .6rem; letter-spacing: .08em; text-transform: uppercase; text-decoration: underline; text-underline-offset: 4px; }
.media-kit { background: var(--surface); }
.media-kit-grid { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.mobile-buy-bar { display: none; }

.reveal { animation: reveal .7s both; }
@keyframes reveal { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }

@media (max-width: 860px) {
  .container, .narrow { width: min(100% - 36px, 680px); }
  .nav { height: 76px; }
  .nav-links, .header-cta { display: none; }
  .menu-button { display: block; }
  .mobile-nav { display: flex; flex-direction: column; gap: 22px; position: absolute; left: 0; right: 0; top: 76px; padding: 25px 18px 30px; background: var(--ink); border-top: 1px solid var(--line-light); }
  .mobile-nav a { color: var(--ivory); font-family: var(--font-mono); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
  .hero { min-height: auto; padding: 120px 0 60px; }
  .hero-grid, .book-feature, .book-hero, .content-grid, .contact-grid { grid-template-columns: 1fr; gap: 55px; }
  .hero h1 { font-size: clamp(3.9rem, 16vw, 7rem); }
  .hero-asset { min-height: 390px; }
  .headshot-slot { height: 380px; }
  .section { padding: 80px 0; }
  .section-head { display: block; margin-bottom: 38px; }
  .section-head .text-link { margin-top: 26px; }
  .intro-grid { grid-template-columns: 1fr; gap: 28px; }
  .intro-copy { margin-left: 0; }
  .book-visual, .book-hero .book-visual { min-height: 450px; }
  .book-copy h2 { font-size: clamp(3.2rem, 15vw, 6rem); }
  .book-story-grid, .faq-grid { grid-template-columns: 1fr; gap: 35px; }
  .purchase-actions { display: block; }
  .purchase-note { margin-top: 16px; }
  .payment-details { margin-top: 25px; }
  .order-fields { grid-template-columns: 1fr; }
  .faq-item summary { font-size: 1.4rem; }
  .what-grid { grid-template-columns: 1fr 1fr; }
  .what-item:nth-child(2) { border-right: 0; margin-right: 0; }
  .what-item:nth-child(n+3) { border-top: 1px solid var(--line); }
  .article-grid { grid-template-columns: 1fr; gap: 42px; }
  .article-card { min-height: 340px; }
  .split-cta, .newsletter-grid, .footer-grid, .manifesto-grid, .discovery-grid { grid-template-columns: 1fr; gap: 34px; }
  .split-panel { min-height: 360px; padding: 55px 30px; }
  .newsletter-grid { gap: 20px; }
  .footer-grid { gap: 40px; }
  .footer-bottom { flex-direction: column; }
  .page-hero { padding: 120px 0 70px; }
  .page-hero h1 { font-size: clamp(3.8rem, 15vw, 7rem); }
  .editorial-row { grid-template-columns: 45px 1fr; gap: 18px; }
  .editorial-row p { grid-column: 2; }
  .blog-tools { display: block; }
  .search-field { width: 100%; margin-top: 25px; }
  .purchase-band { display: block; padding: 40px 30px; }
  .purchase-band .btn-dark { margin-top: 25px; }
  .article-detail { padding-top: 55px; }
  .article-detail-art { height: 250px; margin: 42px 0; }
  .article-body { font-size: 1.13rem; }
  .detail-meta { flex-wrap: wrap; gap: 10px 14px; }
  .mobile-buy-bar { display: block; position: fixed; z-index: 25; right: 14px; bottom: 14px; left: 14px; }
  .mobile-buy-bar a { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 48px; padding: 0 16px; background: var(--gold); color: var(--ink); box-shadow: 0 8px 25px rgba(32,29,25,.2); font-family: var(--font-mono); font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; }
  .mobile-buy-bar span { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
}

@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .headshot-image, .headshot-slot.is-visible .headshot-image { opacity: 1; transform: none; }
}
/* WordPress integration */
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.wp-caption{max-width:100%}.aligncenter{text-align:center;margin-left:auto;margin-right:auto}
.site-footer a{color:inherit}
.article-card a.text-link{color:var(--gold)}
.site-main{min-height:200px}
.wp-block-image img{height:auto}
