:root {
  --navy: #0a2138;
  --navy-deep: #061626;
  --navy-soft: #12314d;
  --ink: #12283d;
  --muted: #607080;
  --ivory: #f3eee4;
  --paper: #fbfaf7;
  --white: #fffefd;
  --gold: #bb9346;
  --gold-light: #d8bd82;
  --line: rgba(18, 40, 61, 0.16);
  --line-light: rgba(255, 254, 253, 0.18);
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shell: min(1240px, calc(100% - 72px));
  --section-space: clamp(6.5rem, 10vw, 10rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.7; text-rendering: optimizeLegibility; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
::selection { background: var(--gold-light); color: var(--navy-deep); }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 10px 14px; background: var(--gold); color: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto 0; z-index: 50; color: var(--ink); background: rgba(251,250,247,.92); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); transition: box-shadow .3s, background .3s; }
.site-header.scrolled { background: rgba(251,250,247,.97); box-shadow: 0 8px 30px rgba(7,22,38,.07); }
.nav-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: flex; align-items: center; gap: 14px; text-decoration: none; flex: 0 0 auto; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-family: var(--serif); font-weight: 700; font-size: .9rem; }
.brand-lockup { display: grid; line-height: 1.2; }
.brand-name { font-family: var(--serif); font-size: 1.05rem; font-weight: 600; letter-spacing: .01em; }
.brand-field { margin-top: 4px; color: var(--muted); text-transform: uppercase; font-size: .58rem; letter-spacing: .14em; }
.navigation { display: flex; align-items: center; justify-content: flex-end; gap: clamp(14px, 1.55vw, 25px); }
.navigation a { position: relative; text-decoration: none; color: #35495c; font-size: .76rem; letter-spacing: .035em; }
.navigation a::after { content: ""; position: absolute; height: 1px; inset: auto 100% -8px 0; background: var(--gold); transition: right .25s; }
.navigation a:hover::after, .navigation a:focus-visible::after { right: 0; }
.nav-group { position: relative; }
.nav-parent { display: inline-flex; align-items: center; gap: 5px; }
.nav-parent span { color: var(--gold); font-size: .72rem; transition: transform .2s; }
.nav-submenu { position: absolute; top: calc(100% + 17px); left: 50%; min-width: 150px; padding: 8px; background: var(--paper); border: 1px solid var(--line); box-shadow: 0 16px 34px rgba(7,22,38,.11); opacity: 0; visibility: hidden; transform: translate(-50%, -5px); transition: opacity .2s, visibility .2s, transform .2s; }
.nav-submenu::before { content: ""; position: absolute; inset: -18px 0 auto; height: 18px; }
.nav-submenu a { display: block; padding: 8px 10px; white-space: nowrap; }
.nav-submenu a::after { inset: auto 10px 4px 10px; }
.nav-group:hover .nav-submenu, .nav-group:focus-within .nav-submenu { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.nav-group:hover .nav-parent span, .nav-group:focus-within .nav-parent span { transform: rotate(180deg); }
.menu-button { display: none; width: 42px; height: 42px; padding: 9px; background: transparent; border: 0; }
.menu-button span:not(.sr-only) { display: block; width: 100%; height: 1px; margin: 6px 0; background: var(--ink); transition: transform .25s, opacity .25s; }

.hero { position: relative; min-height: 880px; overflow: hidden; color: var(--ink); background: var(--paper); padding: 160px 0 48px; }
.hero::before { content: ""; position: absolute; inset: 88px 0 auto 0; height: 1px; background: var(--line); }
.hero::after { content: ""; position: absolute; width: 48vw; min-width: 600px; height: 100%; right: -10vw; top: 88px; background: linear-gradient(135deg, rgba(243,238,228,.3), rgba(216,189,130,.14)); clip-path: polygon(26% 0,100% 0,100% 100%,0 100%); }
.hero-line { position: absolute; left: calc(50% + 34px); top: 88px; bottom: 0; width: 1px; background: linear-gradient(var(--line), transparent); z-index: 1; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .78fr; align-items: center; gap: clamp(70px, 8vw, 130px); }
.eyebrow { margin: 0 0 24px; color: var(--gold); text-transform: uppercase; letter-spacing: .19em; font-size: .69rem; font-weight: 760; }
.eyebrow.dark { color: #896923; }
.eyebrow.light { color: var(--gold-light); }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.08; }
h1 { margin: 0; max-width: 770px; font-size: clamp(4.8rem, 8.5vw, 8.8rem); letter-spacing: -.065em; }
h1 span { color: var(--gold); }
.hero-role { width: fit-content; margin: 23px 0 40px; padding-top: 14px; border-top: 1px solid var(--gold-light); color: #61717f; font-size: .74rem; text-transform: uppercase; letter-spacing: .13em; }
.hero-lead { margin: 0 0 25px; max-width: 680px; font-family: var(--serif); font-size: clamp(1.55rem, 2.2vw, 2.2rem); line-height: 1.28; }
.hero-text { max-width: 660px; margin: 0; color: #536474; font-size: 1.02rem; }
.hero-actions { margin-top: 38px; display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 0 24px; text-decoration: none; text-transform: uppercase; letter-spacing: .1em; font-size: .7rem; font-weight: 760; border: 1px solid transparent; transition: transform .2s, background .2s, color .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--navy); color: var(--white); }
.button-gold:hover { background: var(--gold); color: var(--navy-deep); }
.button-ivory { border-color: rgba(255,254,253,.42); color: var(--white); }
.button-ivory:hover { background: var(--white); color: var(--navy); }
.text-link { text-decoration: none; color: #354b60; font-size: .79rem; border-bottom: 1px solid var(--line); padding-bottom: 5px; }
.text-link span { color: var(--gold); margin-left: 6px; }
.portrait-composition { position: relative; justify-self: end; width: min(430px, 100%); }
.portrait-frame { position: relative; aspect-ratio: 2 / 3; overflow: hidden; border: 1px solid var(--gold-light); background: #dbe3e9; box-shadow: 0 32px 80px rgba(18,40,61,.18); }
.portrait-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 65%, rgba(7,27,49,.18)); box-shadow: inset 0 0 0 9px rgba(251,250,247,.1); pointer-events: none; }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.portrait-credit { margin: 10px 2px 0; color: var(--muted); text-align: right; text-transform: uppercase; font-size: .6rem; letter-spacing: .12em; }
.portrait-note { position: absolute; right: -34px; bottom: 52px; display: grid; min-width: 184px; padding: 17px 21px; background: var(--navy); color: var(--white); font-family: var(--serif); line-height: 1.16; box-shadow: 0 18px 44px rgba(7,22,38,.2); border-left: 3px solid var(--gold); }
.portrait-note strong { color: var(--gold-light); font-size: 1.62rem; }
.portrait-note span { font-size: .84rem; }
.hero-index { position: relative; z-index: 2; display: flex; gap: 28px; align-items: center; margin-top: 90px; color: #81909d; font-size: .62rem; text-transform: uppercase; letter-spacing: .17em; }
.hero-index span:first-child { color: var(--gold); padding-right: 28px; border-right: 1px solid var(--line); }

.section { position: relative; padding: var(--section-space) 0; }
.section h2, .contact-section h2 { margin: 0 0 28px; font-size: clamp(2.75rem, 5vw, 5rem); letter-spacing: -.045em; }
.section-heading > p:last-child { max-width: 530px; color: var(--muted); }
.section-intro { display: grid; grid-template-columns: .8fr 1fr; gap: clamp(60px, 9vw, 130px); align-items: end; margin-bottom: 78px; }
.section-intro > p { max-width: 610px; margin: 0 0 26px; color: var(--muted); }

.video-section { background: var(--white); border-block: 1px solid var(--line); }
.video-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(65px, 9vw, 130px); align-items: center; }
.video-stage { position: relative; aspect-ratio: 16 / 9; padding: 1px; background: var(--navy); box-shadow: 16px 18px 0 var(--ivory); }
.video-stage::before, .video-stage::after { content: ""; position: absolute; width: 58px; height: 58px; border-color: var(--gold); opacity: .7; z-index: 2; }
.video-stage::before { top: 22px; left: 22px; border-top: 1px solid; border-left: 1px solid; }
.video-stage::after { right: 22px; bottom: 22px; border-right: 1px solid; border-bottom: 1px solid; }
.video-inner { height: 100%; display: grid; place-content: center; justify-items: center; color: var(--white); background: linear-gradient(135deg, var(--navy-soft), var(--navy-deep)); }
.play-button { display: grid; place-items: center; width: 72px; height: 72px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-light); background: transparent; font-size: 1.15rem; }
.play-button span { transform: translateX(2px); }
.video-inner p { margin: 22px 0 2px; font-family: var(--serif); font-size: 1.45rem; }
.video-inner > span { color: rgba(255,254,253,.52); font-size: .67rem; text-transform: uppercase; letter-spacing: .18em; }

.expertise-section { color: var(--ink); background: var(--ivory); }
.expertise-section .section-intro > p { color: #5e6d7a; }
.expertise-list { border-top: 1px solid var(--line); }
.expertise-item { display: grid; grid-template-columns: 72px minmax(250px,.8fr) 1fr; gap: clamp(30px, 5vw, 76px); align-items: start; padding: 44px 0; border-bottom: 1px solid var(--line); transition: padding-left .25s; }
.expertise-item:hover { padding-left: 12px; }
.expertise-item > span { color: var(--gold); font-family: var(--serif); font-size: .9rem; font-style: italic; }
.expertise-item h3 { margin: 0; font-size: clamp(1.65rem, 2.7vw, 2.65rem); }
.expertise-item p { max-width: 540px; margin: 4px 0 0; color: var(--muted); }
.expertise-copy { max-width: 720px; }
.expertise-copy p { max-width: none; margin: 0 0 16px; }
.expertise-copy p:last-child { margin-bottom: 0; }
.expertise-copy strong { color: var(--ink); font-weight: 650; }
.research-focus { display: grid; grid-template-columns: 170px 1fr; gap: clamp(30px, 5vw, 76px); margin-top: 46px; padding: 34px 38px; color: var(--white); background: var(--navy); border-left: 3px solid var(--gold); }
.research-focus > span { padding-top: 5px; color: var(--gold-light); text-transform: uppercase; letter-spacing: .14em; font-size: .75rem; }
.research-focus h3 { margin: 0 0 10px; color: var(--gold-light); font-size: clamp(1.55rem, 2.4vw, 2.2rem); }
.research-focus p { max-width: 780px; margin: 0; color: rgba(255,254,253,.68); }
.research-projects article { padding: 0 0 30px; margin-bottom: 30px; border-bottom: 1px solid var(--line-light); }
.research-projects article:last-child { padding-bottom: 0; margin-bottom: 0; border-bottom: 0; }
.research-projects article:not(:first-child) h3 { font-size: clamp(1.3rem, 2vw, 1.8rem); line-height: 1.25; }

.book-section { position: relative; overflow: hidden; color: var(--white); background: var(--navy); }
.book-section::before { content: "Monografie"; position: absolute; right: -1vw; top: 2vw; color: rgba(255,254,253,.035); font-family: var(--serif); font-size: clamp(7rem, 17vw, 17rem); line-height: 1; white-space: nowrap; pointer-events: none; }
.book-section::after { content: ""; position: absolute; left: 0; top: 0; width: 38%; height: 100%; background: rgba(255,254,253,.025); border-right: 1px solid rgba(255,254,253,.08); pointer-events: none; }
.book-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .94fr 1.06fr; gap: clamp(70px, 8vw, 120px); align-items: center; }
.book-visual { position: relative; }
.book-visual::after { content: ""; position: absolute; inset: 22px -22px -22px 22px; border: 1px solid rgba(216,189,130,.36); pointer-events: none; }
.book-cover { position: relative; z-index: 1; display: block; width: min(100%, 520px); overflow: hidden; text-decoration: none; background: #1a2e27; box-shadow: 0 34px 70px rgba(0,0,0,.32); transition: transform .3s ease; }
.book-cover:hover { transform: translateY(-4px); }
.book-cover img { width: 100%; height: auto; aspect-ratio: 3 / 4; object-fit: cover; }
.book-copy { max-width: 690px; }
.book-copy h2 { color: var(--gold-light); }
.book-subtitle { max-width: 620px; font-family: var(--serif); font-size: 1.42rem; line-height: 1.38; }
.book-copy > p:not(.eyebrow):not(.book-subtitle) { color: rgba(255,254,253,.68); }
.book-data { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; margin: 42px 0; border-block: 1px solid var(--line-light); }
.book-data div { padding: 20px 16px 20px 0; }
.book-data dt { color: var(--gold-light); text-transform: uppercase; font-size: .63rem; letter-spacing: .15em; }
.book-data dd { margin: 4px 0 0; font-size: .84rem; }

.engagement-section { background: var(--white); }
.engagement-grid { display: grid; grid-template-columns: .78fr 1.18fr; gap: clamp(70px, 10vw, 145px); }
.engagement-copy { padding-top: 14px; }
.engagement-copy p { color: var(--muted); }
.engagement-copy .large-copy { margin-top: 0; color: var(--ink); font-family: var(--serif); font-size: clamp(1.45rem, 2.2vw, 1.85rem); line-height: 1.42; }
.engagement-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 40px 0 0; padding: 0; list-style: none; }
.engagement-tags li { padding: 8px 13px; border: 1px solid var(--line); color: #4f6273; font-size: .72rem; letter-spacing: .025em; }

.talks-section { background: var(--paper); border-top: 1px solid var(--line); }
.talks-layout { display: grid; grid-template-columns: minmax(0, 1.16fr) minmax(360px, .84fr); gap: clamp(50px, 7vw, 95px); align-items: start; }
.subsection-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.subsection-head .eyebrow { margin: 0 0 8px; }
.subsection-head h3, .training-panel > h3 { margin: 0; font-size: clamp(2.2rem, 4vw, 3.8rem); }
.talk-list { border-bottom: 1px solid var(--line); }
.talk-item { display: grid; grid-template-columns: 122px 1fr; gap: 30px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.talk-item:last-child { border-bottom: 0; }
.talk-item time { color: #896923; font-family: var(--serif); font-size: .9rem; }
.talk-item div > span { color: #778591; text-transform: uppercase; letter-spacing: .12em; font-size: .75rem; }
.talk-item h4 { margin: 7px 0 8px; font-family: var(--serif); font-size: clamp(1.18rem, 1.7vw, 1.48rem); font-weight: 500; line-height: 1.4; }
.talk-item p { margin: 0; color: var(--muted); font-size: .88rem; }
.event-roles { display: grid; grid-template-columns: 122px 1fr; gap: 30px; margin-top: 32px; padding: 28px 0; }
.event-roles > span { color: #896923; text-transform: uppercase; letter-spacing: .12em; font-size: .75rem; }
.event-roles p { margin: 0; color: var(--muted); }
.training-panel { position: sticky; top: 115px; padding: clamp(32px, 4vw, 52px); color: var(--white); background: var(--navy); box-shadow: 0 28px 64px rgba(7,22,38,.14); border-top: 3px solid var(--gold); }
.training-panel > h3 { color: var(--gold-light); }
.training-intro { margin: 20px 0 38px; color: rgba(255,254,253,.68); }
.training-list { border-top: 1px solid var(--line-light); }
.training-list article { display: grid; grid-template-columns: 34px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid var(--line-light); }
.training-list article > span { color: var(--gold-light); font-family: var(--serif); font-style: italic; font-size: .8rem; }
.training-list h4 { margin: 0 0 7px; color: var(--white); font-family: var(--serif); font-size: 1.25rem; font-weight: 500; line-height: 1.3; }
.training-list p { margin: 0; color: rgba(255,254,253,.6); font-size: .88rem; }
.training-audience { margin: 30px 0 34px; padding-left: 52px; }
.training-audience span { display: block; margin-bottom: 7px; color: var(--gold-light); text-transform: uppercase; letter-spacing: .13em; font-size: .75rem; }
.training-audience p { margin: 0; color: rgba(255,254,253,.67); font-size: .84rem; }

.fikr-section { color: var(--white); background: var(--navy-deep); }
.fikr-head { display: grid; grid-template-columns: 1fr .8fr; gap: clamp(60px, 8vw, 120px); align-items: end; }
.fikr-head h2 span { color: var(--gold); }
.fikr-head > p { margin-bottom: 32px; color: rgba(255,254,253,.65); }
.fikr-line { display: flex; justify-content: space-between; margin: 54px 0 72px; padding: 20px 0; border-block: 1px solid rgba(187,147,70,.32); color: var(--gold-light); font-family: var(--serif); font-size: clamp(1.2rem, 2.2vw, 1.85rem); }
.article-index { border-top: 1px solid var(--line-light); }
.article-row { display: grid; grid-template-columns: 170px 1fr 220px; gap: 30px; align-items: center; padding: 30px 0; border-bottom: 1px solid var(--line-light); }
.article-row-link { color: inherit; text-decoration: none; transition: background .2s, padding .2s; }
.article-row-link:hover, .article-row-link:focus-visible { padding-inline: 14px; background: rgba(255,254,253,.045); }
.article-row > span, .article-row small { color: rgba(255,254,253,.48); font-size: .66rem; text-transform: uppercase; letter-spacing: .14em; }
.article-row strong { font-family: var(--serif); font-size: 1.35rem; font-weight: 500; }
.article-row small { text-align: right; }
.fikr-link { display: inline-block; margin-top: 44px; color: var(--gold-light); text-decoration: none; border-bottom: 1px solid rgba(216,189,130,.4); }
.fikr-actions { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.writer-entry { display: inline-flex; margin-top: 44px; padding: 11px 16px; color: rgba(255,254,253,.72); border: 1px solid rgba(255,254,253,.22); text-decoration: none; text-transform: uppercase; letter-spacing: .1em; font-size: .66rem; }
.writer-entry:hover { color: var(--navy-deep); background: var(--gold-light); border-color: var(--gold-light); }
.podcast-card { scroll-margin-top: 110px; display: grid; grid-template-columns: minmax(210px,.58fr) minmax(320px,1.2fr) auto; gap: clamp(28px, 4vw, 56px); align-items: center; margin-top: 72px; padding: 38px 40px; border: 1px solid rgba(216,189,130,.32); background: rgba(255,254,253,.035); }
.podcast-logo-frame { position: relative; overflow: hidden; border: 1px solid rgba(216,189,130,.3); background: var(--navy-deep); box-shadow: 0 20px 44px rgba(0,0,0,.22); }
.podcast-logo-frame::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 7px rgba(255,254,253,.025); }
.podcast-logo-frame img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.podcast-card .eyebrow { margin-bottom: 11px; }
.podcast-copy h3 { margin: 0; max-width: 640px; color: var(--gold-light); font-size: clamp(1.7rem, 2.8vw, 2.65rem); line-height: 1.18; }
.podcast-copy > p:last-child { max-width: 690px; margin: 23px 0 0; color: rgba(255,254,253,.68); }
.podcast-card > span { padding: 8px 11px; color: var(--gold-light); border: 1px solid rgba(216,189,130,.36); text-transform: uppercase; letter-spacing: .13em; font-size: .62rem; white-space: nowrap; }

.publications-section { background: var(--paper); }
.publication-list { border-top: 1px solid var(--line); }
.publication { display: grid; grid-template-columns: 96px 1fr; gap: 38px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.publication time { color: var(--gold); font-family: var(--serif); font-size: 1.18rem; }
.publication div > span { color: #778591; text-transform: uppercase; letter-spacing: .14em; font-size: .63rem; }
.publication h3 { margin: 7px 0 0; max-width: 930px; font-size: clamp(1.24rem, 2vw, 1.72rem); line-height: 1.38; }
.publication p { margin: 5px 0 0; color: #778591; font-size: .84rem; }

.cv-section { background: var(--ivory); }
.cv-intro { display: grid; grid-template-columns: .68fr 1fr 1fr; gap: 28px clamp(45px, 7vw, 100px); padding-bottom: 82px; border-bottom: 1px solid var(--line); }
.cv-intro .eyebrow { grid-column: 1 / -1; margin-bottom: 0; }
.cv-intro h2 { margin: 0; }
.cv-intro p { margin: 8px 0 0; color: var(--muted); }
.cv-facts { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); }
.cv-facts div { min-height: 145px; padding: 30px 25px 30px 0; border-right: 1px solid var(--line); }
.cv-facts div:not(:first-child) { padding-left: 25px; }
.cv-facts div:last-child { border-right: 0; }
.cv-facts strong { display: block; margin-bottom: 8px; color: var(--gold); font-family: var(--serif); font-size: 1.35rem; font-weight: 500; }
.cv-facts span { display: block; color: var(--muted); font-size: .82rem; line-height: 1.5; }
.teaching-section { padding: 86px 0 34px; border-bottom: 1px solid var(--line); }
.teaching-head { display: grid; grid-template-columns: .72fr 1fr; gap: clamp(45px, 7vw, 100px); align-items: end; margin-bottom: 52px; }
.teaching-head .eyebrow { margin-bottom: 17px; }
.teaching-head h2 { margin-bottom: 0; }
.teaching-head > p { max-width: 610px; margin: 0 0 12px; color: var(--muted); }
.teaching-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.teaching-card { position: relative; min-height: 360px; padding: 38px 40px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.teaching-card > span { display: block; margin-bottom: 26px; color: var(--gold); font-family: var(--serif); font-size: .88rem; font-style: italic; }
.teaching-card h3 { max-width: 500px; margin: 0 0 24px; font-size: clamp(1.45rem, 2.25vw, 2rem); line-height: 1.24; }
.teaching-card ul { margin: 0; padding: 0; list-style: none; }
.teaching-card li { position: relative; padding: 9px 0 9px 20px; color: var(--muted); border-top: 1px solid rgba(18,40,61,.1); }
.teaching-card li::before { content: "—"; position: absolute; left: 0; color: var(--gold); }
.timeline { margin-left: 27%; padding-top: 70px; }
.timeline-heading { margin: 0 0 38px; color: #896923; font-family: var(--serif); font-size: clamp(1.55rem, 2.6vw, 2.25rem); }
.education-timeline { margin-top: 18px; padding-top: 54px; border-top: 1px solid var(--line); }
.timeline-item { position: relative; display: grid; grid-template-columns: 125px 1fr; gap: 38px; padding: 0 0 44px 38px; border-left: 1px solid var(--line); }
.timeline-item::before { content: ""; position: absolute; width: 7px; height: 7px; left: -4px; top: 10px; border-radius: 50%; background: var(--gold); }
.timeline-item time { color: #886b2d; font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.timeline-item h3 { margin: 0; font-size: 1.5rem; }
.timeline-item p { margin: 7px 0 0; color: var(--muted); }

.contact-section { padding: clamp(6rem, 9vw, 8rem) 0; color: var(--white); background: var(--navy-soft); }
.contact-grid { display: grid; grid-template-columns: minmax(280px,.68fr) minmax(500px,1.32fr); gap: clamp(65px, 9vw, 130px); align-items: start; }
.contact-intro { position: sticky; top: 120px; }
.contact-intro p:not(.eyebrow) { max-width: 420px; color: rgba(255,254,253,.65); }
.contact-intro a { display: inline-block; margin-top: 20px; color: var(--gold-light); text-decoration: none; font-family: var(--serif); font-size: 1.4rem; border-bottom: 1px solid rgba(216,189,130,.4); }
.contact-form { scroll-margin-top: 115px; padding: clamp(28px, 4vw, 48px); border: 1px solid rgba(255,254,253,.18); background: rgba(6,22,38,.28); }
.contact-form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.contact-form label { display: grid; gap: 8px; margin-bottom: 20px; color: var(--gold-light); text-transform: uppercase; letter-spacing: .1em; font-size: .75rem; font-weight: 720; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; padding: 13px 14px; color: var(--white); background: rgba(255,254,253,.055); border: 1px solid rgba(255,254,253,.24); border-radius: 0; outline: none; font: 400 .96rem/1.55 var(--sans); letter-spacing: 0; text-transform: none; }
.contact-form select { color-scheme: dark; }
.contact-form textarea { resize: vertical; min-height: 150px; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--gold-light); box-shadow: 0 0 0 2px rgba(216,189,130,.12); }
.contact-form .contact-consent { display: flex; align-items: flex-start; gap: 11px; color: rgba(255,254,253,.64); text-transform: none; letter-spacing: 0; font-size: .78rem; font-weight: 400; }
.contact-consent input { flex: 0 0 auto; width: 16px; height: 16px; margin-top: 4px; accent-color: var(--gold); }
.contact-consent a { color: var(--gold-light); text-underline-offset: 3px; }
.contact-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.contact-submit-row { display: flex; align-items: center; gap: 24px; margin-top: 30px; }
.button-contact { color: var(--navy-deep); background: var(--gold-light); border: 0; cursor: pointer; }
.button-contact:hover { color: var(--navy-deep); background: var(--white); }
.button-contact:disabled { cursor: wait; opacity: .62; transform: none; }
.contact-status { margin: 0; color: rgba(255,254,253,.72); font-size: .82rem; }
.contact-status.is-success { color: #d6e8cd; }
.contact-status.is-error { color: #ffd2cb; }
.site-footer { padding: 30px 0; color: rgba(255,254,253,.5); background: var(--navy-deep); border-top: 1px solid rgba(255,254,253,.09); font-size: .67rem; letter-spacing: .025em; }
.footer-grid { display: flex; justify-content: space-between; gap: 25px; align-items: center; }
.site-footer nav { display: flex; gap: 18px; }
.site-footer a { text-decoration: none; }

/* Legal pages */
.legal-page { min-height: 100vh; background: var(--paper); }
.legal-header { width: min(960px, calc(100% - 72px)); min-height: 88px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-bottom: 1px solid var(--line); }
.legal-main { width: min(860px, calc(100% - 72px)); margin-inline: auto; padding: clamp(72px, 9vw, 118px) 0 110px; }
.legal-main > header { padding-bottom: 42px; border-bottom: 1px solid var(--line); }
.legal-main h1 { font-size: clamp(3.8rem, 8vw, 7rem); }
.legal-main h2 { margin: 54px 0 17px; color: var(--ink); font-size: clamp(1.55rem, 3vw, 2.15rem); }
.legal-main h3 { margin: 30px 0 10px; font-size: 1.2rem; }
.legal-main p, .legal-main li { color: #526475; }
.legal-main ul { padding-left: 22px; }
.legal-main a { color: #765c25; text-underline-offset: 3px; }
.legal-placeholder { margin: 32px 0; padding: 22px 24px; color: #664a0e; background: #f5ead1; border-left: 3px solid var(--gold); }
.legal-placeholder strong { color: #5f4309; }
.legal-address { font-style: normal; color: #526475; }
.legal-updated { margin-top: 60px; padding-top: 22px; border-top: 1px solid var(--line); color: #7b8792; font-size: .78rem; }
.legal-footer { padding: 28px 0; color: rgba(255,254,253,.58); background: var(--navy-deep); }
.legal-footer .footer-grid { width: min(960px, calc(100% - 72px)); }
.legal-footer nav { display: flex; gap: 18px; }
.legal-footer a { text-decoration: none; }

/* FIKR writing and reading surfaces */
.writer-page, .reading-page { min-height: 100vh; background: var(--paper); }
.writer-header, .reading-header { width: min(1240px, calc(100% - 72px)); min-height: 88px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-bottom: 1px solid var(--line); }
.back-link { color: #536474; text-decoration: none; border-bottom: 1px solid var(--line); font-size: .74rem; text-transform: uppercase; letter-spacing: .09em; }
.writer-intro { width: min(1240px, calc(100% - 72px)); margin: 0 auto; padding: 88px 0 62px; border-bottom: 1px solid var(--line); }
.writer-intro h1 { font-size: clamp(3.8rem, 8vw, 7.8rem); }
.writer-intro h1 span { color: var(--gold); }
.writer-intro > p:last-child { max-width: 650px; color: var(--muted); font-family: var(--serif); font-size: 1.35rem; }
.editor-grid { width: min(1240px, calc(100% - 72px)); margin: 0 auto; padding: 70px 0 110px; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); gap: 64px; align-items: start; }
.editor-card, .draft-list { background: var(--white); border: 1px solid var(--line); padding: clamp(26px, 4vw, 50px); box-shadow: 0 18px 54px rgba(7,22,38,.055); }
.editor-card-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; margin-bottom: 34px; }
.editor-card h2, .draft-list h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.2rem); }
.editor-card label { display: grid; gap: 8px; margin-bottom: 22px; color: #536474; text-transform: uppercase; letter-spacing: .11em; font-size: .65rem; font-weight: 700; }
.editor-card input, .editor-card textarea, .editor-card select { width: 100%; border: 1px solid rgba(18,40,61,.22); border-radius: 0; background: var(--paper); color: var(--ink); padding: 13px 14px; font: 400 .96rem/1.55 var(--sans); letter-spacing: 0; text-transform: none; outline: none; }
.editor-card input:focus, .editor-card textarea:focus, .editor-card select:focus { border-color: var(--gold); box-shadow: 0 0 0 2px rgba(187,147,70,.12); }
.article-textarea { min-height: 420px; font-family: var(--serif) !important; font-size: 1.08rem !important; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.publish-row { display: grid; grid-template-columns: 1fr auto; gap: 25px; align-items: end; }
.publish-row label { margin: 0; }
.editor-submit, .quiet-button, .draft-actions button { border: 0; cursor: pointer; font: 700 .68rem/1 var(--sans); text-transform: uppercase; letter-spacing: .09em; }
.editor-submit { min-height: 49px; padding: 0 22px; background: var(--navy); color: var(--white); }
.editor-submit:disabled { opacity: .6; }
.quiet-button { padding: 9px 0; color: var(--muted); background: transparent; border-bottom: 1px solid var(--line); }
.editor-message, .storage-error { margin: 22px 0 0; padding: 13px 16px; background: var(--ivory); color: var(--ink); }
.draft-list { position: sticky; top: 28px; }
.draft-item { padding: 24px 0; border-bottom: 1px solid var(--line); }
.draft-item:last-child { border-bottom: 0; }
.draft-item h3 { margin: 8px 0 3px; font-size: 1.25rem; line-height: 1.3; }
.draft-item small { color: var(--muted); }
.status { display: inline-block; color: #765c25; text-transform: uppercase; letter-spacing: .1em; font-size: .59rem; }
.status-published { color: #38664a; }
.draft-actions { display: flex; gap: 14px; align-items: center; margin-top: 15px; }
.draft-actions button, .draft-actions a { padding: 0; color: #526477; background: transparent; text-decoration: none; font-size: .65rem; border-bottom: 1px solid var(--line); }
.draft-actions .delete-action { margin-left: auto; color: #9b4949; }
.empty-state { color: var(--muted); }
.storage-error { width: min(1240px, calc(100% - 72px)); margin: 50px auto; }
.inquiry-inbox { width: min(1240px, calc(100% - 72px)); margin: 0 auto 110px; padding: clamp(30px, 5vw, 56px); background: var(--ivory); border: 1px solid var(--line); }
.inquiry-inbox-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.inquiry-inbox-head .eyebrow { margin-bottom: 10px; }
.inquiry-inbox-head h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.2rem); }
.inquiry-inbox-head > span { color: var(--muted); font-size: .78rem; }
.inquiry-list { display: grid; gap: 0; }
.inquiry-item { padding: 30px 0; border-bottom: 1px solid var(--line); }
.inquiry-item:last-child { border-bottom: 0; }
.inquiry-meta { display: flex; justify-content: space-between; gap: 20px; color: #7b6640; text-transform: uppercase; letter-spacing: .1em; font-size: .65rem; }
.inquiry-item h3 { margin: 12px 0 0; font-size: 1.55rem; }
.inquiry-organization { margin: 2px 0 15px; color: var(--muted); font-size: .84rem; }
.inquiry-message { max-width: 820px; margin: 15px 0; color: #45596b; white-space: pre-line; }
.inquiry-item > a { color: #765c25; text-decoration: none; border-bottom: 1px solid rgba(118,92,37,.3); }

.reading-header { border-bottom-color: rgba(255,254,253,.16); color: var(--white); }
.reading-page { background: var(--navy-deep); }
.reading-page .brand-field, .reading-page .back-link { color: rgba(255,254,253,.58); }
.reading-page .back-link { border-bottom-color: rgba(255,254,253,.2); }
.reading-article { width: min(790px, calc(100% - 48px)); margin: 0 auto; padding: 105px 0 120px; color: var(--white); }
.reading-article h1 { max-width: 900px; font-size: clamp(3.2rem, 7vw, 6.4rem); letter-spacing: -.045em; }
.article-meta { display: flex; justify-content: space-between; gap: 25px; margin: 36px 0 58px; padding-block: 16px; border-block: 1px solid rgba(255,254,253,.16); color: rgba(255,254,253,.5); font-size: .67rem; text-transform: uppercase; letter-spacing: .1em; }
.article-teaser { margin-bottom: 58px; color: var(--gold-light); font-family: var(--serif); font-size: clamp(1.35rem, 2.8vw, 1.9rem); line-height: 1.45; }
.article-body { color: rgba(255,254,253,.79); font-family: var(--serif); font-size: 1.16rem; line-height: 1.9; }
.article-body p { white-space: pre-line; }
.article-body h2 { margin: 68px 0 22px; color: var(--gold-light); font-size: 2.35rem; }
.article-body h3 { margin: 48px 0 18px; color: var(--white); font-size: 1.65rem; }
.article-footer { display: flex; justify-content: space-between; margin-top: 80px; padding-top: 22px; border-top: 1px solid rgba(255,254,253,.16); color: var(--gold-light); font-size: .72rem; text-transform: uppercase; letter-spacing: .11em; }
.article-footer a { color: inherit; text-decoration: none; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .72s ease, transform .72s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .14s; }
.delay-3 { transition-delay: .2s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

@media (max-width: 1080px) {
  .brand-field { display: none; }
  .navigation { gap: 14px; }
  .navigation a { font-size: .7rem; }
  .hero-grid { grid-template-columns: 1fr .7fr; gap: 58px; }
  .talks-layout { grid-template-columns: 1fr minmax(330px, .75fr); gap: 44px; }
}

@media (max-width: 900px) {
  :root { --shell: min(100% - 38px, 740px); }
  .menu-button { display: block; position: relative; z-index: 2; }
  .navigation { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 17px; padding: 90px 10vw; background: var(--paper); transform: translateX(100%); transition: transform .3s ease; }
  .navigation.open { transform: translateX(0); }
  .navigation a { font-family: var(--serif); font-size: 1.9rem; color: var(--ink); }
  .nav-group { width: 100%; }
  .nav-parent span { font-size: 1rem; }
  .nav-submenu { position: static; min-width: 0; margin: 5px 0 0 18px; padding: 0; background: transparent; border: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .nav-submenu::before { display: none; }
  .nav-submenu a { width: fit-content; padding: 2px 0; color: var(--gold); font-size: 1.05rem; }
  .nav-group:hover .nav-submenu, .nav-group:focus-within .nav-submenu { transform: none; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: auto; padding-top: 140px; }
  .hero-grid { grid-template-columns: 1fr; gap: 70px; }
  .hero-line { display: none; }
  .hero::after { width: 100%; height: 44%; top: auto; bottom: 0; clip-path: polygon(18% 0,100% 0,100% 100%,0 100%); }
  .portrait-composition { justify-self: center; width: min(420px, calc(100% - 30px)); }
  .hero-index { margin-top: 65px; }
  .video-grid, .book-grid, .engagement-grid { grid-template-columns: 1fr; gap: 58px; }
  .section-intro, .fikr-head, .contact-grid { grid-template-columns: 1fr; gap: 22px; }
  .section-intro { margin-bottom: 54px; }
  .section-intro > p, .fikr-head > p { margin-bottom: 0; }
  .expertise-item { grid-template-columns: 44px 1fr; }
  .expertise-copy { grid-column: 2; }
  .book-section::after { width: 100%; height: 42%; border-right: 0; border-bottom: 1px solid rgba(255,254,253,.08); }
  .book-visual { width: min(520px, calc(100% - 24px)); margin-inline: auto; }
  .cv-intro { grid-template-columns: .8fr 1.2fr; }
  .cv-intro p:last-child { grid-column: 2; }
  .teaching-head { grid-template-columns: 1fr; gap: 18px; }
  .timeline { margin-left: 0; }
  .research-focus { grid-template-columns: 1fr; gap: 12px; }
  .podcast-card { grid-template-columns: minmax(180px,.55fr) 1fr; }
  .podcast-card > span { grid-column: 2; width: fit-content; }
  .talks-layout { grid-template-columns: 1fr; }
  .training-panel { position: static; }
  .cv-facts { grid-template-columns: repeat(2, 1fr); }
  .cv-facts div:nth-child(2) { border-right: 0; }
  .cv-facts div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .contact-intro { position: static; }
  .editor-grid { grid-template-columns: 1fr; }
  .draft-list { position: static; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 32px); --section-space: 5.6rem; }
  .nav-wrap { min-height: 76px; }
  .hero::before { top: 76px; }
  .brand-name { font-size: .96rem; }
  .hero { padding-top: 120px; padding-bottom: 28px; }
  h1 { font-size: clamp(4rem, 21.5vw, 5.8rem); }
  .hero-role { line-height: 1.75; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .portrait-note { right: -6px; bottom: 48px; }
  .hero-index { gap: 18px; }
  .hero-index span:nth-last-child(-n+2) { display: none; }
  .video-stage { box-shadow: 8px 10px 0 var(--ivory); }
  .expertise-item { grid-template-columns: 30px 1fr; gap: 17px; padding: 32px 0; }
  .expertise-item:hover { padding-left: 0; }
  .expertise-copy { grid-column: 2; }
  .book-grid { gap: 72px; }
  .book-data { grid-template-columns: 1fr; }
  .book-data div { border-bottom: 1px solid rgba(255,254,253,.11); }
  .fikr-line { font-size: 1.02rem; gap: 8px; }
  .article-row { grid-template-columns: 1fr; gap: 7px; }
  .article-row small { text-align: left; }
  .publication { grid-template-columns: 62px 1fr; gap: 15px; }
  .cv-intro { grid-template-columns: 1fr; }
  .cv-intro p:last-child { grid-column: auto; }
  .teaching-section { padding-top: 62px; }
  .teaching-grid { grid-template-columns: 1fr; }
  .teaching-card { min-height: auto; padding: 32px 26px; }
  .timeline-item { grid-template-columns: 1fr; gap: 5px; padding-left: 24px; }
  .footer-grid { align-items: flex-start; flex-direction: column; }
  .research-focus { padding: 26px 24px; }
  .research-projects article { padding-bottom: 24px; margin-bottom: 24px; }
  .podcast-card { grid-template-columns: 1fr; margin-top: 54px; padding: 28px 24px; }
  .podcast-logo-frame { width: min(100%, 330px); }
  .podcast-card > span { grid-column: auto; }
  .talk-item, .event-roles { grid-template-columns: 1fr; gap: 8px; }
  .training-panel { padding: 30px 24px; }
  .cv-facts { grid-template-columns: 1fr; }
  .cv-facts div, .cv-facts div:not(:first-child) { min-height: auto; padding: 23px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .contact-form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 28px 22px; }
  .contact-submit-row, .inquiry-inbox-head, .inquiry-meta { align-items: flex-start; flex-direction: column; }
  .writer-header, .reading-header, .writer-intro, .editor-grid, .storage-error { width: calc(100% - 32px); }
  .legal-header, .legal-main, .legal-footer .footer-grid { width: calc(100% - 32px); }
  .writer-header .brand-field, .reading-header .brand-field { display: none; }
  .writer-intro { padding-top: 58px; }
  .form-row, .publish-row { grid-template-columns: 1fr; }
  .editor-submit { width: 100%; }
  .article-meta, .article-footer { align-items: flex-start; flex-direction: column; }
}
