/* Miranda R. Johnson — palette drawn from the 2026 branding photography:
   warm bone paper, espresso ink, antique gold, one deep crimson. */
:root {
  --bone:      #F3EEE5;
  --bone-warm: #EBE3D6;
  --paper:     #FAF7F1;
  --ink:       #16120E;
  --ink-soft:  #4A4038;
  --ink-mute:  #6E6357;   /* darkened: the old #8A7E71 failed contrast on bone */
  --gold:      #A8813C;   /* for dark backgrounds only */
  --gold-dk:   #7C5D22;   /* readable gold for the bone background */
  --gold-lt:   #C6A868;
  --crimson:   #9E1B26;
  --rule:      rgba(22,18,14,0.14);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  background: var(--bone);
  color: var(--ink);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16.5px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; }

.display { font-family: 'Playfair Display', Georgia, serif; font-weight: 400; letter-spacing: -0.02em; line-height: 1.02; }

/* Micro label: the small letterspaced caps used throughout */
.micro {
  font-size: 11px; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.2em; color: var(--gold-dk);
}
/* On the espresso panels the light gold is the readable one. */
.harvest-panel .micro, .connect .micro, .statement .micro { color: var(--gold-lt); }
.micro-ink { color: var(--ink-mute); }

.shell { max-width: 1240px; margin: 0 auto; padding: 0 40px; }

/* Reveal on scroll */
.rv { opacity: 0; transform: translateY(22px); transition: opacity 1.1s cubic-bezier(.22,.61,.36,1), transform 1.1s cubic-bezier(.22,.61,.36,1); }
.rv.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .rv { opacity:1; transform:none; transition:none; } }

/* ---------- Nav ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px 40px;
  mix-blend-mode: difference; color: #fff;
}
.nav-mark { font-family:'Playfair Display',Georgia,serif; font-size: 17px; letter-spacing: 0.06em; text-decoration: none; }
.nav-links { display: flex; gap: 30px; }
.nav-links a {
  font-size: 10.5px; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.18em; text-decoration: none; opacity: .85; transition: opacity .3s;
}
.nav-links a:hover { opacity: 1; }

/* ---------- Hero ---------- */
.hero { display: grid; grid-template-columns: 1fr 0.86fr; min-height: 100vh; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 120px 64px 72px 40px; max-width: 760px; margin-left: auto; }
.hero .micro { margin-bottom: 26px; }
/* The name is the h1 (it carries the .micro eyebrow styling); the large serif
   line below it is the .hero-line. Both render exactly as before. */
.hero .hero-line { font-size: clamp(46px, 6.1vw, 92px); margin-bottom: 30px; }
.hero .hero-line em { font-style: italic; color: var(--gold); }
.hero-sub { font-size: 17.5px; color: var(--ink-soft); max-width: 46ch; margin-bottom: 38px; }
.hero-meta { display: flex; align-items: center; gap: 18px; font-size: 11px; text-transform: uppercase; letter-spacing: 0.16em; color: var(--ink-mute); font-weight: 600; }
.hero-meta .dot { width: 3px; height: 3px; background: var(--gold); border-radius: 50%; }
.hero-img { position: relative; overflow: hidden; background: var(--bone-warm); }
.hero-img img { width: 100%; height: 100%; object-fit: cover; object-position: 58% 30%; }

/* ---------- Statement band ---------- */
.statement { background: var(--ink); color: var(--paper); padding: 84px 40px; text-align: center; }
.statement p { font-family:'Playfair Display',Georgia,serif; font-size: clamp(26px, 3.6vw, 46px); line-height: 1.25; font-style: italic; max-width: 20ch; margin: 0 auto; }
.statement .rule { width: 46px; height: 1px; background: var(--gold); margin: 0 auto 30px; }
.statement .attrib { font-size: 10.5px; text-transform: uppercase; letter-spacing: 0.22em; color: var(--gold-lt); margin-top: 28px; font-weight: 600; }

/* ---------- Story ---------- */
.story { padding: 104px 0; }
.story-grid { display: grid; grid-template-columns: 0.78fr 1fr; gap: 72px; align-items: start; }
.story-figure { position: sticky; top: 96px; }
.story-figure img { width: 100%; aspect-ratio: 3/4; object-fit: cover; }
.story-caption { font-size: 10.5px; text-transform: uppercase; letter-spacing: 0.16em; color: var(--ink-mute); margin-top: 14px; font-weight: 600; }
.story h2 { font-size: clamp(30px, 3.9vw, 50px); margin: 14px 0 34px; max-width: 15ch; }
.story-body p { color: var(--ink-soft); margin-bottom: 22px; max-width: 60ch; }
.story-body p:last-child { margin-bottom: 0; }
.story-body p:first-child { font-size: 18.5px; color: var(--ink); }
.story-body strong { font-weight: 600; color: var(--ink); }

/* ---------- Figures index ---------- */
.figures { border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); background: var(--paper); }
.figures-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.fig { padding: 46px 32px; border-right: 1px solid var(--rule); }
.fig:last-child { border-right: none; }
.fig-num { font-family:'Playfair Display',Georgia,serif; font-size: clamp(38px, 4.4vw, 58px); line-height: 1; margin-bottom: 12px; }
.fig-num sup { font-size: .42em; vertical-align: super; color: var(--gold); }
.fig-label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.14em; color: var(--ink-mute); font-weight: 600; line-height: 1.5; }

/* ---------- Harvest split ---------- */
.harvest { display: grid; grid-template-columns: 1fr 0.88fr; }
.harvest-panel { background: var(--ink); display: flex; align-items: center; justify-content: flex-end; padding: 72px 64px; }
.harvest-inner { max-width: 460px; }
.harvest blockquote { font-size: clamp(28px, 3.5vw, 48px); font-style: italic; line-height: 1.2; color: var(--paper); margin: 24px 0 26px; }
.harvest-note { font-size: 15px; color: rgba(250,247,241,.58); line-height: 1.7; max-width: 42ch; }
/* aspect-ratio keeps the frame controlled; top-weighted position guarantees
   the crop only ever takes from the bottom, never the head. */
.harvest-img { aspect-ratio: 4/5; }
.harvest-img img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 4%; }

/* ---------- Roles ---------- */
.roles { padding: 104px 0; }
.roles-head { display: flex; align-items: baseline; justify-content: space-between; gap: 40px; margin-bottom: 44px; flex-wrap: wrap; }
.roles-head h2 { font-size: clamp(28px, 3.4vw, 44px); }
.roles-head p { font-size: 14.5px; color: var(--ink-mute); max-width: 34ch; }
.role-row {
  display: grid; grid-template-columns: 1fr 1.05fr; gap: 32px; align-items: baseline;
  padding: 17px 0; border-top: 1px solid var(--rule);
}
.role-row:last-of-type { border-bottom: 1px solid var(--rule); }

/* Affiliation marks. All six are pre-rendered as one espresso ink silhouette,
   and each carries its own height so a 5:1 wordmark and a squarish stacked
   lockup read at the same visual weight rather than the same box height. */
.marks {
  display: flex; align-items: center; flex-wrap: wrap;
  gap: 30px 56px; padding: 44px 0 4px;
}
.mk { width: auto; opacity: .78; transition: opacity .35s; }
.mk:hover { opacity: 1; }
.mk-mirajo { height: 30px; }
.mk-win    { height: 30px; }
.mk-tbc    { height: 35px; }
.mk-tblc   { height: 54px; }
.mk-bup    { height: 24px; }
.mk-tbfk   { height: 33px; }
.role-title { font-family:'Playfair Display',Georgia,serif; font-size: 22px; }
.role-org { font-size: 12.5px; color: var(--ink-soft); text-transform: uppercase; letter-spacing: 0.11em; font-weight: 600; }
.role-org a { color: var(--gold-dk); text-decoration: none; border-bottom: 1px solid rgba(133,98,38,.4); }

.credentials { display: flex; gap: 44px; flex-wrap: wrap; margin-top: 40px; padding-top: 30px; border-top: 1px solid var(--rule); }
.cred { max-width: 30ch; }
.cred .micro { display: block; margin-bottom: 7px; }
.cred p { font-size: 14.5px; color: var(--ink-soft); line-height: 1.6; }

/* ---------- Books ---------- */
.books { background: var(--paper); border-top: 1px solid var(--rule); padding: 104px 0; }
.books-head { margin-bottom: 48px; }
.books-head h2 { font-size: clamp(28px, 3.4vw, 44px); margin-top: 14px; }
.book-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; }
.book { display: grid; grid-template-columns: 148px 1fr; gap: 28px; align-items: start; }
.book img { width: 148px; box-shadow: 0 22px 44px -18px rgba(22,18,14,.45); }
.book h3 { font-family:'Playfair Display',Georgia,serif; font-weight: 400; font-size: 25px; line-height: 1.15; margin-bottom: 7px; }
.book-sub { font-size: 10.5px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.13em; color: var(--gold-dk); margin-bottom: 14px; line-height: 1.5; }
.book p { font-size: 14.5px; color: var(--ink-soft); margin-bottom: 18px; }
.book a { font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.18em; color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--gold); padding-bottom: 4px; transition: color .3s, border-color .3s; }
.book a:hover { color: var(--gold); }

/* ---------- Press ---------- */
.press { padding: 72px 0 60px; border-top: 1px solid var(--rule); background: var(--paper); }
.press-quote { max-width: 24ch; margin: 0 auto 44px; text-align: center; }
.press-quote p {
  font-family:'Playfair Display',Georgia,serif; font-style: italic;
  font-size: clamp(24px, 3.2vw, 38px); line-height: 1.22; letter-spacing: -0.015em;
}
.press-quote p em { font-style: italic; color: var(--gold-dk); }
.press-quote cite {
  display: block; margin-top: 22px; font-style: normal;
  font-size: 10.5px; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.2em; color: var(--ink-mute);
}
.press-quote cite a { color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--gold); padding-bottom: 2px; transition: color .3s; }
.press-quote cite a:hover { color: var(--gold-dk); }
.press-inner { display: flex; align-items: center; gap: 40px; flex-wrap: wrap; justify-content: center; }
.press-inner .micro { color: var(--ink-mute); }
.press-item { font-family:'Playfair Display',Georgia,serif; font-size: 18px; color: var(--ink-soft); }
a.press-item { text-decoration: none; border-bottom: 1px solid transparent; transition: color .3s, border-color .3s; }
a.press-item:hover { color: var(--ink); border-bottom-color: var(--gold); }

/* ---------- Connect ---------- */
.connect { background: var(--ink); color: var(--paper); padding: 104px 0 0; }
.connect-grid { display: grid; grid-template-columns: 1fr 0.9fr; gap: 72px; align-items: end; padding-bottom: 76px; }
.connect h2 { font-size: clamp(36px, 5.4vw, 78px); color: var(--paper); }
.connect h2 em { font-style: italic; color: var(--gold-lt); }
.connect-lede { font-size: 16px; color: rgba(250,247,241,.6); margin-top: 22px; max-width: 40ch; }
.connect-links { display: flex; flex-direction: column; }
.connect-links a {
  display: flex; align-items: center; justify-content: space-between;
  padding: 17px 0; border-top: 1px solid rgba(250,247,241,.16);
  text-decoration: none; font-size: 13px; text-transform: uppercase; letter-spacing: 0.16em; font-weight: 600;
  transition: padding-left .35s cubic-bezier(.22,.61,.36,1), color .35s;
}
.connect-links a:last-child { border-bottom: 1px solid rgba(250,247,241,.16); }
.connect-links a:hover { padding-left: 12px; color: var(--gold-lt); }
.connect-links .arw { font-size: 15px; opacity: .5; }
.foot { border-top: 1px solid rgba(250,247,241,.14); padding: 26px 0; display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.foot p { font-size: 11px; text-transform: uppercase; letter-spacing: 0.14em; color: rgba(250,247,241,.45); font-weight: 600; }

/* ---------- Responsive ---------- */
@media (max-width: 1000px) {
  .shell { padding: 0 26px; }
  .nav { padding: 18px 26px; }
  .nav-links { gap: 20px; }
  .hero { grid-template-columns: 1fr; min-height: 0; }
  .hero-copy { order: 2; padding: 48px 26px 60px; max-width: none; }
  .hero-img { order: 1; height: 74vh; min-height: 420px; }
  .story { padding: 72px 0; }
  .story-grid { grid-template-columns: 1fr; gap: 40px; }
  .story-figure { position: static; max-width: 420px; }
  .figures-grid { grid-template-columns: 1fr 1fr; }
  .fig { padding: 32px 24px; }
  .fig:nth-child(2) { border-right: none; }
  .fig:nth-child(-n+2) { border-bottom: 1px solid var(--rule); }
  .roles, .books { padding: 72px 0; }
  .role-row { grid-template-columns: 1fr; gap: 0; row-gap: 6px; padding: 18px 0; }
  .marks { gap: 26px 40px; padding: 36px 0 4px; }
  .mk-tblc { height: 46px; }
  .mk-bup { height: 21px; }
  .book-grid { grid-template-columns: 1fr; gap: 40px; }
  .connect { padding-top: 72px; }
  .connect-grid { grid-template-columns: 1fr; gap: 40px; padding-bottom: 56px; }
  .harvest { grid-template-columns: 1fr; }
  .harvest-panel { justify-content: flex-start; padding: 56px 26px; }
  .harvest-img { aspect-ratio: 3/4; }
}
@media (max-width: 560px) {
  .nav-links a:not(:last-child) { display: none; }
  .book { grid-template-columns: 108px 1fr; gap: 20px; }
  .book img { width: 108px; }
  .press-inner { gap: 20px; }
}
