:root {
  --navy-950: #08111d;
  --navy-900: #0d1928;
  --navy-850: #122033;
  --navy-800: #182a40;
  --ivory: #f3ecdd;
  --ivory-soft: #dfd6c4;
  --gold: #c7a45d;
  --gold-bright: #dfc17b;
  --gold-muted: rgba(199, 164, 93, .42);
  --line: rgba(243, 236, 221, .14);
  --line-dark: rgba(8, 17, 29, .13);
  --shadow: 0 28px 70px rgba(2, 8, 16, .28);
  --serif: "EB Garamond", "Iowan Old Style", "Baskerville", Georgia, serif;
  --sans: Inter, "Helvetica Neue", Arial, sans-serif;
  --max: 1200px;
  --reading: 760px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--navy-950);
  color: var(--ivory);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(circle at 78% 4%, rgba(199,164,93,.09), transparent 30%),
    radial-gradient(circle at 8% 72%, rgba(55,79,105,.17), transparent 32%),
    linear-gradient(145deg, #08111d 0%, #0d1928 54%, #08111d 100%);
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: .22;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.055'/%3E%3C/svg%3E");
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
::selection { background: var(--gold); color: var(--navy-950); }

.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.reading-width { width: min(calc(100% - 48px), var(--reading)); margin-inline: auto; }

.skip-link {
  position: fixed; left: 16px; top: -60px; z-index: 100;
  background: var(--ivory); color: var(--navy-950); padding: 12px 16px;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  border-bottom: 1px solid rgba(243,236,221,.08);
  background: rgba(8,17,29,.82);
  backdrop-filter: blur(18px);
}
.nav-shell {
  height: 82px; display: flex; align-items: center; justify-content: space-between;
}
.wordmark {
  height: 68px; display: inline-flex; align-items: center;
}
.wordmark img { width: auto; height: 56px; max-width: none; }
.main-nav { display: flex; gap: 30px; align-items: center; }
.main-nav a {
  position: relative; font-size: 13px; letter-spacing: .08em; color: rgba(243,236,221,.72);
  transition: color .25s ease;
}
.main-nav a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -10px; height: 1px;
  background: var(--gold); transition: right .25s ease;
}
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--ivory); }
.main-nav a:hover::after, .main-nav a[aria-current="page"]::after { right: 0; }
.menu-button { display: none; background: none; color: var(--ivory); border: 0; padding: 10px; }
.menu-button span { display: block; width: 24px; height: 1px; margin: 6px 0; background: currentColor; }

.eyebrow {
  margin: 0 0 22px; color: var(--gold-bright); font-size: 11px; font-weight: 600;
  text-transform: uppercase; letter-spacing: .24em;
}
.display {
  margin: 0; font-family: var(--serif); font-weight: 500; line-height: .98;
  letter-spacing: -.035em; font-size: clamp(54px, 7.2vw, 104px);
}
.display em { color: var(--gold-bright); font-style: italic; font-weight: 400; }
.lede {
  max-width: 710px; margin: 30px 0 0; color: rgba(243,236,221,.73);
  font-size: clamp(18px, 1.75vw, 23px); line-height: 1.58; font-weight: 350;
}
.button-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.button {
  min-height: 50px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid var(--gold-muted); font-size: 12px; font-weight: 600; letter-spacing: .12em;
  text-transform: uppercase; transition: transform .25s ease, background .25s ease, color .25s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: var(--navy-950); border-color: var(--gold); }
.button-primary:hover { background: var(--gold-bright); }
.button-secondary:hover { background: rgba(199,164,93,.08); }
.text-link {
  display: inline-flex; gap: 12px; align-items: center; color: var(--gold-bright); font-size: 12px;
  font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
}
.text-link::after { content: "→"; font-size: 16px; transition: transform .25s ease; }
.text-link:hover::after { transform: translateX(5px); }

.hero {
  min-height: calc(100vh - 82px); display: grid; align-items: center; position: relative;
  padding: 88px 0 96px; overflow: clip;
}
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 350px; gap: 82px; align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.door-scene { position: relative; height: 540px; display: grid; place-items: center; }
.door {
  width: 220px; height: 430px; position: relative; border: 1px solid rgba(199,164,93,.72);
  box-shadow: 0 0 70px rgba(199,164,93,.06), inset 0 0 60px rgba(0,0,0,.32);
}
.door::before, .door::after {
  content: ""; position: absolute; inset: 22px; border: 1px solid rgba(199,164,93,.2);
}
.door::after { inset: 44px; border-color: rgba(199,164,93,.11); }
.door-depth { position: absolute; inset: 0; }
.door-depth i { position: absolute; border: 1px solid rgba(199,164,93,.1); }
.door-depth i:nth-child(1) { inset: 65px 55px; }
.door-depth i:nth-child(2) { inset: 86px 70px; }
.door-depth i:nth-child(3) { inset: 106px 84px; }
.door-light {
  position: absolute; width: 2px; height: 66%; top: 17%; left: 50%;
  background: linear-gradient(transparent, var(--gold-bright), transparent);
  box-shadow: 0 0 28px rgba(223,193,123,.5); opacity: .72;
}
.door-floor {
  position: absolute; width: 430px; height: 170px; bottom: 4px;
  clip-path: polygon(39% 0,61% 0,100% 100%,0 100%);
  background: linear-gradient(rgba(199,164,93,.10), transparent 74%);
  border-top: 1px solid rgba(199,164,93,.22);
}
.orbit-line {
  position: absolute; width: 500px; height: 500px; border: 1px solid rgba(199,164,93,.11);
  border-radius: 50%; right: -160px; top: 20px;
}
.hero-index {
  position: absolute; right: 0; bottom: 18px; writing-mode: vertical-rl;
  font-family: var(--serif); color: rgba(243,236,221,.16); font-size: 40px;
}

.section { padding: 126px 0; border-top: 1px solid var(--line); }
.section-ivory { background: var(--ivory); color: var(--navy-950); border-top: 0; }
.section-heading {
  margin: 0; font-family: var(--serif); font-size: clamp(42px, 5vw, 72px); font-weight: 500;
  line-height: 1.03; letter-spacing: -.025em;
}
.section-intro { margin: 23px 0 0; max-width: 660px; font-size: 18px; line-height: 1.7; color: rgba(243,236,221,.66); }
.section-ivory .section-intro { color: rgba(8,17,29,.66); }

.about-grid { display: grid; grid-template-columns: minmax(0, 1fr) 440px; gap: 92px; align-items: center; }
.about-copy p {
  margin: 0; font-family: var(--serif); font-size: clamp(25px, 2.5vw, 34px); line-height: 1.48;
  color: #172334;
}
.about-copy .text-link { margin-top: 38px; color: #806625; }
.portrait-frame { position: relative; padding: 18px 0 0 18px; }
.portrait-frame::before {
  content: ""; position: absolute; left: 0; top: 0; width: 75%; height: 70%; border-left: 1px solid #ac8c4e;
  border-top: 1px solid #ac8c4e;
}
.portrait-frame img { position: relative; aspect-ratio: 4/5; object-fit: cover; filter: saturate(.78) contrast(1.02); }
.portrait-caption {
  position: absolute; right: -18px; bottom: 24px; padding: 14px 18px; background: var(--navy-950);
  color: var(--ivory); font-family: var(--serif); font-size: 17px;
}

.book-feature { display: grid; grid-template-columns: 380px minmax(0, 1fr); gap: 100px; align-items: center; margin-top: 62px; }
.book-cover-wrap { position: relative; }
.book-cover-wrap::before {
  content: ""; position: absolute; inset: 28px -30px -30px 28px; border: 1px solid rgba(199,164,93,.26);
}
.book-cover-wrap img { position: relative; box-shadow: var(--shadow); aspect-ratio: 2/3; object-fit: cover; }
.book-copy h3 {
  margin: 0; font-family: var(--serif); font-weight: 500; font-size: clamp(44px, 5vw, 70px); line-height: 1.02;
}
.book-copy p { max-width: 640px; margin: 27px 0 0; color: rgba(243,236,221,.67); font-size: 18px; line-height: 1.72; }
.book-meta { display: flex; gap: 22px; align-items: center; margin-top: 27px; color: var(--gold-bright); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
.book-meta span + span::before { content: "·"; margin-right: 22px; color: rgba(243,236,221,.35); }
.book-list { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 78px; }
.book-card {
  min-height: 280px; padding: 36px; border: 1px solid var(--line); position: relative; overflow: hidden;
  background: rgba(255,255,255,.018);
}
.book-card::after {
  content: ""; position: absolute; width: 180px; height: 180px; border: 1px solid rgba(199,164,93,.11);
  right: -76px; bottom: -76px; transform: rotate(45deg);
}
.book-card small { color: var(--gold); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.book-card h3 { max-width: 420px; margin: 55px 0 0; font-family: var(--serif); font-size: 34px; line-height: 1.08; font-weight: 500; }
.book-card p { max-width: 480px; color: rgba(243,236,221,.57); line-height: 1.6; }

.articles-head { display: flex; justify-content: space-between; gap: 40px; align-items: end; }
.articles { margin-top: 52px; border-top: 1px solid var(--line); }
.article-row {
  display: grid; grid-template-columns: 82px 210px minmax(0, 1fr) 30px; gap: 28px; align-items: center;
  padding: 35px 0; border-bottom: 1px solid var(--line); transition: padding .25s ease, background .25s ease;
}
.article-row:hover { padding-left: 14px; padding-right: 14px; background: rgba(255,255,255,.018); }
.article-number { font-family: var(--serif); font-size: 34px; color: rgba(243,236,221,.2); }
.article-meta { font-size: 10px; line-height: 1.6; letter-spacing: .15em; text-transform: uppercase; color: var(--gold); }
.article-title { margin: 0; font-family: var(--serif); font-size: clamp(25px, 2.4vw, 36px); font-weight: 500; line-height: 1.18; }
.article-arrow { font-size: 20px; color: var(--gold); transition: transform .25s ease; }
.article-row:hover .article-arrow { transform: translateX(5px); }

.linkedin-section { padding-top: 92px; padding-bottom: 92px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.012); }
.linkedin-head { display: flex; justify-content: space-between; align-items: end; gap: 36px; }
.linkedin-head .section-heading { max-width: 760px; }
.linkedin-posts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 42px; }
.linkedin-card { min-height: 330px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); background: rgba(5,14,25,.26); transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.linkedin-card:hover { transform: translateY(-5px); border-color: var(--gold-muted); background: rgba(255,255,255,.025); }
.linkedin-card-top { display: flex; justify-content: space-between; color: var(--gold); font-size: 9px; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.linkedin-card h3 { margin: 42px 0 16px; font-family: var(--serif); font-size: clamp(25px, 2.1vw, 32px); font-weight: 500; line-height: 1.1; }
.linkedin-card p { margin: 0; color: rgba(243,236,221,.56); font-size: 13px; line-height: 1.65; }
.linkedin-read { margin-top: auto; padding-top: 24px; color: var(--ivory); font-size: 9px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }

.newsletter {
  display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; padding: 72px;
  border: 1px solid rgba(199,164,93,.3); background: rgba(255,255,255,.018); position: relative; overflow: hidden;
}
.newsletter::after { content: ""; position: absolute; width: 280px; height: 280px; border: 1px solid rgba(199,164,93,.1); right: -130px; top: -130px; border-radius: 50%; }
.newsletter h2 { margin: 0; font-family: var(--serif); font-size: 53px; line-height: 1.04; font-weight: 500; }
.newsletter p { color: rgba(243,236,221,.62); line-height: 1.65; }
.newsletter-form { display: flex; border-bottom: 1px solid rgba(243,236,221,.28); position: relative; z-index: 1; }
.newsletter-form input { flex: 1; background: none; border: 0; color: var(--ivory); padding: 17px 0; outline: none; }
.newsletter-form input::placeholder { color: rgba(243,236,221,.36); }
.newsletter-form button { border: 0; background: none; color: var(--gold-bright); cursor: pointer; font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.form-note { min-height: 20px; margin-top: 12px; font-size: 12px; color: rgba(243,236,221,.54); }

.quote-section { padding: 145px 0; text-align: center; }
.quote-section blockquote {
  max-width: 940px; margin: 0 auto; font-family: var(--serif); font-size: clamp(38px, 5.1vw, 72px);
  line-height: 1.13; letter-spacing: -.025em;
}
.quote-section blockquote::before { content: "“"; display: block; color: var(--gold); line-height: .5; margin-bottom: 30px; }

.page-hero { padding: 118px 0 90px; border-bottom: 1px solid var(--line); }
.page-hero .display { max-width: 980px; font-size: clamp(52px, 7vw, 92px); }
.page-hero .lede { max-width: 780px; }

.bio-grid { display: grid; grid-template-columns: 340px minmax(0, 1fr); gap: 94px; align-items: start; }
.bio-portrait { position: sticky; top: 120px; }
.bio-portrait img { aspect-ratio: 4/5; object-fit: cover; }
.bio-text { font-family: var(--serif); font-size: clamp(24px, 2.2vw, 31px); line-height: 1.55; color: #1a2635; }
.bio-text p { margin: 0 0 1.15em; }
.bio-text p:first-child::first-letter { float: left; font-size: 92px; line-height: .72; padding: 16px 12px 0 0; color: #987632; }
.bio-facts { margin-top: 50px; padding-top: 30px; border-top: 1px solid var(--line-dark); display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; font-family: var(--sans); }
.bio-facts small { display: block; color: #987632; font-size: 9px; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 8px; }
.bio-facts span { font-size: 14px; line-height: 1.5; }

.books-page-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 58px; }
.book-tile { border: 1px solid var(--line); padding: 22px; background: rgba(255,255,255,.018); }
.book-tile-cover { aspect-ratio: 2/3; display: grid; place-items: center; position: relative; overflow: hidden; background: #0a1522; border: 1px solid rgba(199,164,93,.2); }
.book-tile-cover img { width: 100%; height: 100%; object-fit: cover; }
.typographic-cover { padding: 36px; text-align: center; }
.typographic-cover::before, .typographic-cover::after { content: ""; position: absolute; border: 1px solid rgba(199,164,93,.17); }
.typographic-cover::before { inset: 28px; }
.typographic-cover::after { inset: 52px; }
.typographic-cover strong { position: relative; z-index: 1; font-family: var(--serif); font-size: 37px; line-height: 1.05; font-weight: 500; }
.book-tile h2 { margin: 25px 0 0; font-family: var(--serif); font-size: 30px; font-weight: 500; line-height: 1.08; }
.book-tile p { color: rgba(243,236,221,.58); line-height: 1.63; font-size: 14px; }
.book-tile small { color: var(--gold); text-transform: uppercase; letter-spacing: .16em; font-size: 9px; }

.filter-bar { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 44px; }
.filter-button { background: transparent; color: rgba(243,236,221,.62); border: 1px solid var(--line); padding: 10px 14px; cursor: pointer; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.filter-button.is-active, .filter-button:hover { color: var(--navy-950); background: var(--gold); border-color: var(--gold); }
.article-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 45px; }
.article-card { min-height: 410px; padding: 32px; border: 1px solid var(--line); display: flex; flex-direction: column; transition: transform .25s ease, border-color .25s ease; }
.article-card:hover { transform: translateY(-5px); border-color: var(--gold-muted); }
.article-card .article-meta { margin-bottom: 42px; }
.article-card h2 { margin: 0; font-family: var(--serif); font-size: 35px; line-height: 1.08; font-weight: 500; }
.article-card p { color: rgba(243,236,221,.58); line-height: 1.63; }
.article-card .text-link { margin-top: auto; padding-top: 24px; }

.article-header { padding: 104px 0 68px; border-bottom: 1px solid var(--line); }
.article-header h1 { margin: 16px 0 0; font-family: var(--serif); font-size: clamp(48px, 6.6vw, 86px); line-height: 1.02; font-weight: 500; letter-spacing: -.03em; }
.article-header-meta { margin-top: 34px; display: flex; justify-content: space-between; gap: 24px; color: rgba(243,236,221,.53); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.reading-progress { position: fixed; left: 0; top: 81px; height: 2px; width: 0; z-index: 60; background: var(--gold); }
.article-body { padding: 82px 0 120px; background: var(--ivory); color: var(--navy-950); }
.article-content { font-family: var(--serif); font-size: clamp(21px, 1.9vw, 26px); line-height: 1.72; }
.article-content p { margin: 0 0 1.15em; }
.article-content p:first-of-type::first-letter { float: left; color: #997832; font-size: 96px; line-height: .72; padding: 17px 12px 0 0; }
.article-content .standalone { margin: 1.5em 0; font-size: 1.23em; line-height: 1.35; }
.article-content blockquote { margin: 2.1em 0; padding: 0 0 0 28px; border-left: 2px solid #b08b42; font-size: 1.15em; line-height: 1.45; }
.article-signature { margin-top: 64px; padding-top: 26px; border-top: 1px solid var(--line-dark); font-family: var(--serif); font-size: 23px; font-style: italic; }
.article-back { display: inline-flex; margin-bottom: 38px; color: #886a2e; font-family: var(--sans); font-size: 10px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.article-back::before { content: "←"; margin-right: 10px; }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.contact-copy h2 { margin: 0; font-family: var(--serif); font-size: 52px; font-weight: 500; line-height: 1.05; }
.contact-copy p { color: rgba(243,236,221,.62); line-height: 1.7; }
.contact-form { display: grid; gap: 24px; padding: clamp(28px, 4vw, 48px); border: 1px solid rgba(199,164,93,.26); background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.012)); box-shadow: 0 28px 70px rgba(0,0,0,.16); }
.contact-form-heading { padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.contact-form-heading .eyebrow { margin: 0 0 13px; color: var(--gold); }
.contact-form-heading h2 { margin: 0; max-width: 470px; font-family: var(--serif); font-size: clamp(30px, 3vw, 42px); font-weight: 500; line-height: 1.08; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.form-field { display: grid; gap: 9px; }
.form-field label { color: var(--gold); font-size: 9px; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.form-field input, .form-field textarea, .form-field select { width: 100%; min-width: 0; border: 1px solid rgba(243,236,221,.18); border-radius: 0; background: rgba(5,14,25,.34); color: var(--ivory); padding: 15px 16px; outline: 0; font: inherit; transition: border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.form-field textarea { min-height: 164px; resize: vertical; line-height: 1.6; }
.form-field select { appearance: none; cursor: pointer; background-image: linear-gradient(45deg, transparent 50%, var(--gold) 50%), linear-gradient(135deg, var(--gold) 50%, transparent 50%); background-position: calc(100% - 19px) 50%, calc(100% - 14px) 50%; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; padding-right: 42px; }
.form-field select option { color: var(--navy-950); background: var(--ivory); }
.form-field input::placeholder, .form-field textarea::placeholder { color: rgba(243,236,221,.32); }
.form-field input:focus, .form-field textarea:focus, .form-field select:focus { border-color: var(--gold); background: rgba(5,14,25,.52); box-shadow: 0 0 0 3px rgba(199,164,93,.09); }
.form-actions { display: flex; align-items: center; gap: 22px; padding-top: 4px; }
.form-actions .button { min-width: 190px; }
.form-note { margin: 0; color: rgba(243,236,221,.42); font-size: 11px; line-height: 1.5; }

.site-footer { border-top: 1px solid var(--line); padding: 62px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 70px; }
.footer-mark h2 { margin: 0; font-family: var(--serif); font-size: 31px; font-weight: 500; }
.footer-mark p { max-width: 390px; color: rgba(243,236,221,.48); line-height: 1.6; font-size: 13px; }
.social-links { display: flex; gap: 10px; margin-top: 22px; }
.social-links a { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(199,164,93,.28); color: rgba(243,236,221,.64); transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease; }
.social-links a:hover { color: var(--gold); border-color: var(--gold); background: rgba(199,164,93,.07); transform: translateY(-2px); }
.social-links a:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.social-links svg { width: 17px; height: 17px; fill: currentColor; }
.footer-column h3 { margin: 0 0 18px; color: var(--gold); text-transform: uppercase; letter-spacing: .16em; font-size: 9px; }
.footer-column a { display: block; width: fit-content; margin: 11px 0; color: rgba(243,236,221,.61); font-size: 13px; }
.footer-column a:hover { color: var(--ivory); }
.footer-bottom { margin-top: 58px; padding-top: 23px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; color: rgba(243,236,221,.35); font-size: 10px; letter-spacing: .08em; }

.language-switcher { display: inline-flex; align-items: center; gap: 6px; margin-left: 16px; color: rgba(243,236,221,.38); font-size: 10px; font-weight: 600; letter-spacing: .12em; }
.language-switcher button { appearance: none; border: 0; padding: 8px 2px; background: transparent; color: rgba(243,236,221,.52); cursor: pointer; font: inherit; letter-spacing: inherit; }
.language-switcher button:hover, .language-switcher button[aria-current="true"] { color: var(--gold); }
.goog-te-banner-frame, .goog-te-balloon-frame, #goog-gt-tt, .goog-te-spinner-pos,
.VIpgJd-ZVi9od-ORHb-OEVmcd { display: none !important; visibility: hidden !important; height: 0 !important; }
html { margin-top: 0 !important; }
body { top: 0 !important; position: static !important; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr 260px; gap: 36px; }
  .door-scene { height: 440px; }
  .door { width: 176px; height: 345px; }
  .door-floor { width: 320px; }
  .about-grid, .book-feature, .bio-grid, .contact-grid { gap: 50px; }
  .about-grid { grid-template-columns: minmax(0, 1fr) 340px; }
  .book-feature { grid-template-columns: 300px minmax(0, 1fr); }
  .books-page-grid, .article-cards { grid-template-columns: repeat(2, 1fr); }
  .linkedin-posts { grid-template-columns: 1fr 1fr; }
  .linkedin-card:last-child { grid-column: 1 / -1; min-height: 260px; }
  .newsletter { padding: 50px; }
}

@media (max-width: 760px) {
  .container, .reading-width { width: min(calc(100% - 34px), var(--max)); }
  .nav-shell { height: 72px; }
  .wordmark { height: 58px; }
  .wordmark img { width: auto; height: 48px; }
  .menu-button { display: block; }
  .language-switcher { margin-left: auto; margin-right: 14px; }
  .main-nav {
    position: fixed; top: 72px; left: 0; right: 0; display: grid; gap: 0; padding: 18px 17px 28px;
    background: rgba(8,17,29,.97); border-bottom: 1px solid var(--line); transform: translateY(-135%); transition: transform .3s ease;
  }
  .main-nav.is-open { transform: translateY(0); }
  .main-nav a { padding: 15px 4px; border-bottom: 1px solid rgba(243,236,221,.08); }
  .main-nav a::after { display: none; }
  .hero { min-height: auto; padding: 88px 0 78px; }
  .hero-grid { grid-template-columns: 1fr; }
  .door-scene { height: 270px; margin-top: 30px; opacity: .8; }
  .door { width: 126px; height: 245px; }
  .door-depth i:nth-child(1) { inset: 40px 34px; }
  .door-depth i:nth-child(2) { inset: 53px 44px; }
  .door-depth i:nth-child(3) { inset: 66px 54px; }
  .door-floor { width: 230px; height: 100px; bottom: -15px; }
  .orbit-line { width: 310px; height: 310px; right: -155px; top: -30px; }
  .hero-index { display: none; }
  .section { padding: 86px 0; }
  .page-hero { padding: 82px 0 62px; }
  .about-grid, .book-feature, .bio-grid, .contact-grid, .newsletter { grid-template-columns: 1fr; }
  .about-grid { gap: 55px; }
  .portrait-frame { max-width: 410px; }
  .book-feature { gap: 55px; }
  .book-cover-wrap { max-width: 310px; }
  .book-list, .books-page-grid, .article-cards { grid-template-columns: 1fr; }
  .articles-head { align-items: start; flex-direction: column; }
  .linkedin-section { padding-top: 72px; padding-bottom: 72px; }
  .linkedin-head { align-items: start; flex-direction: column; }
  .linkedin-posts { grid-template-columns: 1fr; margin-top: 32px; }
  .linkedin-card, .linkedin-card:last-child { grid-column: auto; min-height: 280px; }
  .article-row { grid-template-columns: 48px minmax(0, 1fr) 20px; gap: 15px; }
  .article-row .article-meta { grid-column: 2; grid-row: 1; }
  .article-title { grid-column: 2; grid-row: 2; }
  .article-number { grid-row: 1 / span 2; }
  .article-arrow { grid-column: 3; grid-row: 1 / span 2; }
  .newsletter { padding: 35px 27px; gap: 35px; }
  .newsletter h2 { font-size: 44px; }
  .bio-portrait { position: static; max-width: 360px; }
  .article-header-meta { flex-direction: column; }
  .article-header { padding-top: 78px; }
  .reading-progress { top: 71px; }
  .contact-grid { gap: 60px; }
  .contact-form { padding: 30px 24px; }
  .form-row { grid-template-columns: 1fr; }
  .form-actions { align-items: stretch; flex-direction: column; }
  .form-actions .button { width: 100%; }
  .site-footer { padding: 42px 0 22px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px 34px; }
  .footer-mark { grid-column: 1 / -1; }
  .footer-mark h2 { font-size: 27px; }
  .footer-mark p { max-width: 520px; margin-bottom: 0; }
  .social-links { margin-top: 16px; }
  .social-links a { width: 36px; height: 36px; }
  .footer-column h3 { margin-bottom: 12px; }
  .footer-column a { margin: 8px 0; }
  .footer-bottom { margin-top: 30px; padding-top: 18px; gap: 8px 20px; flex-wrap: wrap; }
}

@media (max-width: 420px) {
  .display { font-size: 49px; }
  .section-heading { font-size: 42px; }
  .button-row { display: grid; }
  .button { width: 100%; }
  .article-card { min-height: 380px; }
}
/* Keep filtered article cards out of the layout even when their card styles set display. */
[hidden]{display:none!important}
