/* Garang Mayom Malek — personal site */
:root {
  --ink: #111424;
  --forest: #060b18;
  --forest-2: #111936;
  --green: #bd4b10;
  --accent: #f27224;
  --coral: #e94258;
  --purple: #892b87;
  --sage: #f8a15c;
  --cream: #fff7ed;
  --paper: #fbfaf8;
  --sand: #f4e1d1;
  --rule: #dedbe3;
  --muted: #666776;
  --white: #fff;
  --max: 1240px;
  --serif: "Newsreader", Georgia, serif;
  --sans: "Manrope", Inter, system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 400 17px/1.68 var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; }
.wrap { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.row { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
a { color: var(--green); text-underline-offset: 3px; }
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 12px; top: 12px; z-index: 100; background: var(--white); padding: 10px 14px; }

/* Header */
.masthead {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid color-mix(in srgb, var(--rule), transparent 20%);
  background: color-mix(in srgb, var(--paper), transparent 5%);
  backdrop-filter: blur(14px);
}
.masthead .wrap { min-height: 82px; }
.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .11em;
  text-decoration: none;
  text-transform: uppercase;
}
.monogram {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  background: linear-gradient(135deg, var(--coral), var(--accent));
  color: var(--cream);
  font: 600 15px/1 var(--serif);
  letter-spacing: .02em;
}
.masthead nav { display: flex; align-items: center; gap: 28px; }
.masthead nav a {
  position: relative;
  color: #505261;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .07em;
  text-decoration: none;
  text-transform: uppercase;
}
.masthead nav a:hover,
.masthead nav a[aria-current="page"] { color: var(--forest); }
.masthead nav a[aria-current="page"]::after {
  position: absolute;
  right: 0;
  bottom: -11px;
  left: 0;
  height: 2px;
  background: var(--green);
  content: "";
}
.masthead .navcontact {
  border: 1px solid var(--accent);
  padding: 10px 15px;
  color: var(--ink);
}
.navtoggle { display: none; }

/* Type and shared controls */
main.wrap { padding-top: 34px; padding-bottom: 104px; }
h1, h2, h3 { margin: 0; color: var(--ink); line-height: 1.08; }
h1, h2 { font-family: var(--serif); font-weight: 600; letter-spacing: -.025em; }
h3 { font-weight: 700; letter-spacing: -.025em; }
h1 { font-size: clamp(3.6rem, 7vw, 6.6rem); }
h1.page { max-width: 900px; font-size: clamp(3.4rem, 6vw, 5.7rem); }
h2 { font-size: clamp(2.35rem, 4vw, 4rem); }
h3 { font-size: 1.25rem; }
p { margin-top: 0; }
.lede { max-width: 780px; margin: 18px 0 0; color: var(--muted); font-size: 1.23rem; line-height: 1.55; }
.muted { color: var(--muted); }
.small { font-size: .82rem; }
.eyebrow,
.kicker {
  margin: 0 0 14px;
  color: var(--sage);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .17em;
  line-height: 1.35;
  text-transform: uppercase;
}
.eyebrow { color: var(--muted); }
.kicker.dark { color: var(--green); }
.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--forest);
  background: var(--forest);
  color: var(--white);
  cursor: pointer;
  font: 800 .72rem/1 var(--sans);
  letter-spacing: .1em;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
}
.button:hover { background: var(--green); border-color: var(--green); }
.button.accent { border-color: var(--accent); background: var(--accent); color: var(--forest); }
.button.accent:hover { border-color: var(--coral); background: var(--coral); color: var(--white); }
.button.light { border-color: var(--cream); background: var(--cream); color: var(--forest); }
.button.light:hover { background: var(--white); border-color: var(--white); }
.button.ghost { background: transparent; color: var(--forest); }
.button.small { min-height: 38px; padding: 0 14px; font-size: .64rem; }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--green);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-decoration: none;
}
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translate(2px, -2px); }
.light-link { color: var(--cream); }

/* Home */
.home-hero {
  display: grid;
  min-height: 680px;
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr);
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 10%, rgba(137,43,135,.28), transparent 34%),
    linear-gradient(145deg, var(--forest) 0%, #111936 100%);
  color: var(--white);
}
.hero-copy { display: flex; flex-direction: column; padding: 72px 64px 48px; }
.home-hero h1 { max-width: 770px; color: var(--cream); font-size: clamp(4rem, 6.5vw, 6.7rem); }
.hero-intro { max-width: 710px; margin: 26px 0 0; color: #d9dce8; font-size: 1.1rem; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 32px; }
.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin: auto 0 0;
  padding: 30px 0 0;
  border-top: 1px solid rgba(255,255,255,.2);
}
.hero-facts div { min-width: 0; }
.hero-facts dt { margin-bottom: 7px; color: var(--sage); font-size: .64rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.hero-facts dd { margin: 0; color: var(--white); font-size: .86rem; line-height: 1.45; }
.hero-portrait { position: relative; min-height: 680px; margin: 0; background: #191c2d; }
.hero-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; filter: saturate(.86) contrast(1.03); }
.hero-portrait::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6,11,24,.22), transparent 38%), linear-gradient(0deg, rgba(6,11,24,.62), transparent 32%);
  content: "";
  pointer-events: none;
}
.hero-portrait figcaption {
  position: absolute;
  right: 24px;
  bottom: 20px;
  left: 24px;
  z-index: 1;
  color: rgba(255,255,255,.76);
  font-size: .67rem;
  line-height: 1.45;
}
.authority-strip {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 34px;
  align-items: center;
  border-bottom: 1px solid var(--rule);
  padding: 26px 0;
}
.authority-strip > p { margin: 0; color: var(--muted); font-size: .64rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.outlet-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px 30px; }
.outlet-row span { color: var(--ink); font: 600 1.12rem/1 var(--serif); }
.authority-strip > a { color: var(--green); font-size: .7rem; font-weight: 800; text-decoration: none; text-transform: uppercase; }
.positioning { padding: 112px 48px; }
.positioning-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 100px; align-items: start; }
.positioning h2 { max-width: 820px; }
.positioning-grid > div { padding-top: 8px; color: var(--muted); }
.positioning-grid > div p:first-child { font-size: 1.02rem; }
.thesis-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 72px; background: var(--rule); border: 1px solid var(--rule); }
.thesis-grid article { min-height: 230px; background: var(--paper); padding: 28px; }
.thesis-grid span { color: var(--green); font-size: .65rem; font-weight: 800; letter-spacing: .1em; }
.thesis-grid h3 { max-width: 260px; margin: 42px 0 14px; font: 600 1.55rem/1.12 var(--serif); }
.thesis-grid p { margin: 0; color: var(--muted); font-size: .82rem; }

.feature-section,
.record-section { padding: 92px 0; border-top: 1px solid var(--rule); }
.section-heading { display: grid; grid-template-columns: 1.2fr .65fr; gap: 90px; align-items: end; margin-bottom: 42px; }
.section-heading > p { margin: 0 0 5px; color: var(--muted); font-size: .94rem; }
.feature-grid { display: grid; grid-template-columns: 1.18fr .82fr; gap: 22px; }
.feature-card { display: flex; min-height: 100%; flex-direction: column; background: var(--cream); }
.feature-card figure { aspect-ratio: 1.2/1; margin: 0; overflow: hidden; background: #dfe3df; }
.feature-card-wide figure { aspect-ratio: 1.63/1; }
.feature-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.feature-card:hover img { transform: scale(1.02); }
.leadership-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.feature-card-lead { display: grid; grid-column: 1 / -1; grid-template-columns: 1.35fr .65fr; min-height: 500px; }
.feature-card-lead figure { min-height: 500px; aspect-ratio: auto; }
.feature-card-lead .feature-body { justify-content: center; padding: 48px; }
.feature-card-lead .feature-body h3 { font-size: clamp(2rem, 3vw, 3.2rem); }
.feature-body { display: flex; flex: 1; flex-direction: column; padding: 30px; }
.feature-body h3 { max-width: 650px; font-family: var(--serif); font-size: clamp(1.65rem, 2.5vw, 2.35rem); font-weight: 600; }
.feature-body > p:not(.eyebrow) { color: var(--muted); font-size: .9rem; }
.feature-body .text-link { margin-top: auto; padding-top: 10px; }
.image-credit { margin: 16px 0 0; color: var(--muted); font-size: .7rem; }
.leadership-beyond { padding: 96px 0; border-top: 1px solid var(--rule); }
.beyond-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.beyond-card { display: flex; min-width: 0; flex-direction: column; border: 1px solid var(--rule); background: var(--white); }
.beyond-card figure { aspect-ratio: 1.48 / 1; margin: 0; overflow: hidden; background: var(--cream); }
.beyond-card img { display: block; width: 100%; height: 100%; object-fit: cover; }
.beyond-event-photo img { object-position: center 24%; }
.beyond-body { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 34px; }
.beyond-body h3 { max-width: 580px; font: 600 clamp(1.9rem, 3vw, 2.7rem)/1.08 var(--serif); }
.beyond-body > p:not(.eyebrow) { margin: 18px 0 24px; color: var(--muted); font-size: .9rem; }
.beyond-body > .text-link,
.beyond-body > .source-actions { margin-top: auto; }
.source-actions { display: flex; flex-wrap: wrap; gap: 12px 24px; }
.community-card { background: var(--cream); }
.x-feature { display: grid; grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr); min-height: 560px; margin: 96px 0; overflow: hidden; background: linear-gradient(140deg, #111936 0%, var(--forest) 60%); color: var(--white); }
.x-feature figure { min-height: 560px; margin: 0; overflow: hidden; }
.x-feature img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.x-feature > div { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 64px 72px; }
.x-feature h2 { max-width: 650px; color: var(--cream); }
.x-feature p:not(.kicker) { max-width: 650px; margin: 24px 0 32px; color: #c8cad6; }

.grid { display: grid; gap: 22px; }
.grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.company {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  border: 1px solid var(--rule);
  background: var(--white);
  padding: 30px;
}
.company .headrow { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.company .headrow .eyebrow { margin: 0; }
.status { display: inline-flex; align-items: center; gap: 7px; color: #16744f; font-size: .66rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.status i { width: 7px; height: 7px; border-radius: 50%; background: #27a36a; box-shadow: 0 0 0 3px #e3f3eb; }
.company h3 { margin-top: 36px; font-family: var(--serif); font-size: 2rem; font-weight: 600; }
.company h3 a { color: var(--ink); text-decoration: none; }
.company h3 a:hover { color: var(--green); }
.company-number { margin: 10px 0 28px; color: var(--green); font-size: 1.08rem; font-weight: 800; }
.company-number span { color: var(--muted); font-size: .66rem; letter-spacing: .08em; text-transform: uppercase; }
.facts { display: grid; grid-template-columns: 110px 1fr; gap: 8px 18px; margin: 0; font-size: .82rem; }
.facts dt { color: var(--muted); }
.facts dd { margin: 0; }
.company .src { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; margin: auto 0 0; padding-top: 30px; border-top: 1px solid var(--rule); font-size: .7rem; }
.company .facts + .src { margin-top: 28px; }

.editorial-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 72px; padding: 96px 0; border-top: 1px solid var(--rule); }
.mini-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.mini-heading .kicker { margin: 0; }
.mini-heading > a { color: var(--green); font-size: .75rem; font-weight: 800; }
.list { margin: 0; padding: 0; border-top: 1px solid var(--rule); list-style: none; }
.list li { padding: 25px 0; border-bottom: 1px solid var(--rule); }
.list time { color: var(--muted); font-size: .66rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.list a { color: var(--ink); text-decoration: none; }
.list a:hover h2,
.list a:hover h3 { color: var(--green); }
.list h2,
.list h3 { margin: 8px 0 10px; font-family: var(--serif); font-size: 1.7rem; font-weight: 600; }
.list p { margin-bottom: 0; font-size: .86rem; }
.media-list { margin: 0; padding: 0; list-style: none; }
.media-list li { padding: 24px 0; border-top: 1px solid var(--rule); }
.media-list li:last-child { border-bottom: 1px solid var(--rule); }
.media-meta { margin: 0 0 8px; color: var(--green); font-size: .66rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.media-list h3 { font-family: var(--serif); font-size: 1.6rem; font-weight: 600; }
.media-list a { color: var(--ink); text-decoration: none; }
.media-list a:hover h3 { color: var(--green); }
.quote-band { max-width: 1020px; margin: 28px auto 120px; text-align: center; }
.quote-band blockquote { margin: 0; color: var(--forest); font: 500 clamp(2.4rem, 4.7vw, 4.3rem)/1.12 var(--serif); letter-spacing: -.025em; }
.quote-band p { margin-top: 28px; color: var(--muted); font-size: .75rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.credibility-bar { display: grid; grid-template-columns: 1fr .75fr auto; gap: 48px; align-items: center; margin: 0 0 24px; border: 1px solid var(--rule); background: var(--white); padding: 34px 38px; }
.credibility-bar h2 { max-width: 520px; font-size: clamp(2rem, 3vw, 3rem); }
.credibility-bar > p { margin: 0; color: var(--muted); font-size: .88rem; }
.cta-panel { display: flex; align-items: flex-end; justify-content: space-between; gap: 54px; background: var(--forest); padding: 58px 62px; color: var(--white); }
.cta-panel h2 { max-width: 720px; color: var(--cream); font-size: clamp(2.4rem, 4vw, 3.8rem); }
.cta-actions { display: flex; min-width: 250px; flex-direction: column; align-items: flex-start; gap: 19px; }

/* Inner pages */
.page-hero { max-width: 1000px; padding: 76px 0 82px; }
.page-hero .lede { max-width: 850px; }
.about-hero { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; padding: 76px 0 82px; }
.about-hero h1 { font-size: clamp(3.8rem, 7vw, 6.7rem); }
.about-deck { max-width: 560px; margin: 0 0 10px; color: var(--muted); font: 500 clamp(1.5rem, 2.4vw, 2.15rem)/1.35 var(--serif); }
.about-layout { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .58fr); gap: 100px; padding: 70px 0 110px; border-top: 1px solid var(--rule); }
.prose { max-width: 760px; }
.prose > p { margin: 0 0 25px; }
.bio-body > p:first-child { color: var(--forest); font: 500 1.7rem/1.45 var(--serif); }
.profile-rail { min-width: 0; }
.profile-photo { margin: 0; background: var(--cream); }
.profile-photo img { display: block; width: 100%; max-height: 680px; object-fit: cover; object-position: 62% 58%; filter: saturate(.9); }
.profile-photo-headshot { background: linear-gradient(145deg, var(--forest), var(--purple)); padding: 18px 18px 0; }
.profile-photo-headshot img { max-height: none; aspect-ratio: 1 / 1; object-position: center; filter: none; }
.profile-photo-headshot figcaption { color: #c4c5cf; }
.profile-photo-headshot figcaption a { color: var(--sage); }
.profile-photo figcaption,
.press-current-photo figcaption { padding: 12px 0; color: var(--muted); font-size: .68rem; }
.profile-summary { margin-top: 36px; border-top: 3px solid var(--forest); padding-top: 22px; }
.profile-summary dl { margin: 0; }
.profile-summary dl div { padding: 15px 0; border-bottom: 1px solid var(--rule); }
.profile-summary dt { color: var(--muted); font-size: .66rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.profile-summary dd { margin: 4px 0 0; font-size: .9rem; }
.source-note { margin: 42px 0; background: var(--cream); padding: 28px; }
.source-note-quiet { border-top: 1px solid var(--rule); background: transparent; padding: 24px 0 0; }
.source-note p:last-child { margin-bottom: 0; }
.source-links { display: flex; flex-wrap: wrap; gap: 12px 22px; font-size: .78rem; font-weight: 700; }
.bio-principle { margin: 48px 0; border-left: 4px solid var(--accent); padding: 8px 0 8px 28px; }
.bio-principle blockquote { margin: 0; color: var(--ink); font: 500 clamp(1.8rem, 3vw, 2.65rem)/1.2 var(--serif); }
.bio-dimensions { display: grid; gap: 1px; margin: 54px 0; border: 1px solid var(--rule); background: var(--rule); }
.bio-dimensions > div { background: var(--white); padding: 30px; }
.bio-dimensions h2 { margin-bottom: 16px; font-size: clamp(1.9rem, 3vw, 2.6rem); }
.bio-dimensions p:not(.eyebrow) { color: var(--muted); font-size: .9rem; }
.panel { border: 1px solid var(--rule); background: var(--cream); padding: 26px; }
.names { margin-top: 42px; }
.names p { margin: 8px 0 0; }
.compact-section { padding-bottom: 110px; }
.accounts-strip { display: grid; grid-template-columns: .6fr 1.4fr; gap: 80px; align-items: start; padding: 80px 0 20px; border-top: 1px solid var(--rule); }
.accounts-strip h2 { font-size: 3rem; }
.social-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 0; padding: 0; list-style: none; }
.social-row a { display: flex; flex-direction: column; border: 1px solid var(--rule); padding: 17px 18px; color: var(--ink); font-size: .8rem; font-weight: 800; text-decoration: none; }
.social-row a:hover { border-color: var(--green); }
.social-row span { margin-top: 4px; color: var(--muted); font-size: .7rem; font-weight: 500; }

.section { margin: 70px 0 24px; border-top: 3px solid var(--forest); padding-top: 18px; font-size: 2.4rem; }
.sectionnote { max-width: 760px; margin: -8px 0 28px; }
.split { display: grid; grid-template-columns: 1.25fr .75fr; gap: 72px; align-items: start; }
.rail { min-width: 0; }
.rail .company { margin-bottom: 20px; }
.crumbs { margin: 42px 0 20px; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.crumbs a { color: var(--muted); text-decoration: none; }
.single { margin: 70px auto 0; }
.single h1 { font-size: clamp(3rem, 6vw, 5.3rem); }
.single .lede { font: 500 1.6rem/1.45 var(--serif); }
.byline { margin: 22px 0 38px; padding-bottom: 22px; border-bottom: 1px solid var(--rule); font-size: .78rem; }
.hero-figure { margin: 32px 0; }
.hero-figure img { display: block; width: 100%; }
.sources { margin-top: 46px; border-top: 1px solid var(--rule); padding-top: 22px; font-size: .78rem; }
.sources ul { padding-left: 18px; }
.sources li { margin: 8px 0; }
.morereading { max-width: 760px; margin: 80px auto 0; }
.topics { margin-top: 34px; }

/* Coverage and indexes */
.coverage-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.media-outlets { display: flex; flex-wrap: wrap; gap: 12px; margin: -28px 0 42px; }
.media-outlets span { border: 1px solid var(--rule); background: var(--white); padding: 10px 14px; color: var(--ink); font: 700 .72rem var(--sans); letter-spacing: .04em; }
.coverage-card { display: flex; min-height: 330px; flex-direction: column; border: 1px solid var(--rule); background: var(--white); padding: 30px; }
.coverage-meta { display: flex; justify-content: space-between; gap: 14px; color: var(--muted); font-size: .66rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.coverage-meta span { color: var(--green); }
.coverage-card h2 { margin: 18px 0; font-size: 2rem; }
.coverage-card h2 a { color: var(--ink); text-decoration: none; }
.coverage-card h2 a:hover { color: var(--green); }
.coverage-card > p.muted { font-size: .84rem; }
.coverage-card blockquote { margin: auto 0 20px; border-left: 2px solid var(--green); padding-left: 16px; color: var(--forest); font: 500 1.15rem/1.45 var(--serif); }
.coverage-card .text-link { margin-top: auto; }
.index { width: 100%; border-collapse: collapse; font-size: .86rem; }
.index th { border-bottom: 2px solid var(--forest); padding: 0 14px 10px 0; color: var(--muted); font-size: .65rem; letter-spacing: .1em; text-align: left; text-transform: uppercase; }
.index td { border-bottom: 1px solid var(--rule); padding: 16px 14px 16px 0; vertical-align: top; }
.filters { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 28px; }
.chip { border: 1px solid var(--rule); padding: 9px 14px; color: var(--muted); font-size: .67rem; font-weight: 800; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
.chip:hover { border-color: var(--forest); color: var(--forest); }
.chip.on { border-color: var(--forest); background: var(--forest); color: var(--white); }

/* Press, contact and utility */
.copyable { margin-bottom: 14px; }
.copyable .headrow { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 12px; }
.copy { border: 1px solid var(--rule); background: var(--white); padding: 8px 12px; color: var(--ink); cursor: pointer; font: 800 .65rem var(--sans); letter-spacing: .09em; text-transform: uppercase; }
.copy.done { border-color: var(--green); background: var(--green); color: var(--white); }
.press-photo-intro { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); gap: 54px; align-items: center; margin-bottom: 28px; }
.press-current-photo { margin: 0; }
.press-current-photo img { display: block; width: 100%; max-height: 520px; object-fit: cover; object-position: center; }
.press-photo-intro h3 { margin: 0 0 14px; font: 600 2rem/1.2 var(--serif); }
.asset { margin: 0; }
.asset img { display: block; width: 100%; }
.asset figcaption { display: flex; flex-direction: column; gap: 6px; padding-top: 10px; font-size: .78rem; }
.strip { display: flex; align-items: flex-end; justify-content: space-between; gap: 42px; margin-top: 76px; border-top: 3px solid var(--forest); padding-top: 24px; }
.strip .section { margin: 0; border: 0; padding: 0; }
.contactform { max-width: 720px; }
.fieldrow { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 7px; margin: 0 0 18px; }
.field label { color: var(--muted); font-size: .66rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.field input,
.field select,
.field textarea,
.searchbar input { width: 100%; border: 1px solid var(--rule); background: var(--white); color: var(--ink); font: 400 1rem/1.5 var(--sans); padding: 12px 14px; }
.field input:focus,
.field select:focus,
.field textarea:focus,
.searchbar input:focus { outline: 2px solid var(--green); outline-offset: 1px; }
.field.submit { flex-direction: row; align-items: center; }
.formerror { color: #a52a23; font-size: .78rem; }
.hp { position: absolute; left: -9999px; height: 0; overflow: hidden; }
.panel.sent { border-left: 4px solid var(--green); }
.htmx-indicator { opacity: 0; transition: opacity .2s; }
.htmx-request .htmx-indicator,
.htmx-request.htmx-indicator { opacity: 1; }
.searchbar { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin: 24px 0; }
.searchbar label { width: 100%; color: var(--muted); font-size: .67rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.searchbar input { flex: 1 1 320px; }
.searchbar button { min-height: 50px; border: 0; background: var(--forest); color: var(--white); padding: 0 20px; font: 800 .7rem var(--sans); letter-spacing: .1em; text-transform: uppercase; }
.linklist { display: grid; gap: 10px; margin: 14px 0 0; padding: 0; list-style: none; }
.linklist.wide { gap: 0; border-top: 1px solid var(--rule); }
.linklist.wide li { display: flex; flex-wrap: wrap; gap: 14px; align-items: baseline; border-bottom: 1px solid var(--rule); padding: 14px 0; }
.linklist a { text-decoration: none; }
.quotes { margin: 14px 0 0; padding: 0; list-style: none; }
.quotes li { margin: 0 0 22px; border-left: 3px solid var(--rule); padding-left: 18px; }
.quotes blockquote { margin: 0; font: 500 1.15rem/1.5 var(--serif); }
.statements { margin-top: 46px; }
.facts.wide { grid-template-columns: 150px 1fr; gap: 9px 22px; font-size: .92rem; }
.errorpage { max-width: 700px; padding: 70px 0; }

/* Footer */
.foot { border-top: 3px solid var(--accent); background: var(--forest); padding: 64px 0 28px; color: var(--white); }
.foot .top { align-items: flex-start; }
.foot .monogram { margin-bottom: 18px; border: 1px solid rgba(255,255,255,.28); }
.foot .eyebrow { color: var(--sage); }
.foot .muted { color: #b7bac9; }
.foot p { margin: 6px 0 0; }
.foot a { color: var(--cream); }
.footlinks { display: flex; max-width: 300px; flex-wrap: wrap; gap: 8px 18px; }

@media (max-width: 1040px) {
  .home-hero { grid-template-columns: 1fr .72fr; }
  .hero-copy { padding: 56px 42px 42px; }
  .home-hero h1 { font-size: clamp(3.4rem, 6.2vw, 5.4rem); }
  .masthead nav { gap: 18px; }
  .section-heading { gap: 50px; }
  .about-layout { gap: 60px; }
  .outlet-row { gap: 14px 20px; }
  .feature-card-lead { grid-template-columns: 1.12fr .88fr; }
  .x-feature > div { padding: 52px; }
}

@media (max-width: 860px) {
  .wrap { width: min(100% - 34px, var(--max)); }
  .masthead .wrap { min-height: 70px; flex-wrap: wrap; }
  .wordmark { font-size: 11px; }
  .monogram { width: 34px; height: 34px; }
  .navtoggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--rule);
    background: transparent;
    padding: 8px 10px;
    color: var(--ink);
    cursor: pointer;
    font: 800 .63rem var(--sans);
    letter-spacing: .1em;
    text-transform: uppercase;
  }
  .navtoggle .bars { width: 14px; height: 2px; background: var(--ink); box-shadow: 0 4px 0 var(--ink), 0 -4px 0 var(--ink); }
  .masthead nav { display: none; width: 100%; flex-direction: column; align-items: stretch; gap: 0; padding: 8px 0 16px; }
  .masthead nav.open { display: flex; }
  .masthead nav a { border-bottom: 1px solid var(--rule); padding: 12px 0; font-size: .75rem; }
  .masthead nav a[aria-current="page"]::after { display: none; }
  .masthead .navcontact { border: 0; border-bottom: 1px solid var(--rule); padding: 12px 0; }
  main.wrap { padding-top: 18px; padding-bottom: 70px; }
  .home-hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { order: 2; padding: 38px 25px 30px; }
  .home-hero h1 { font-size: clamp(3.05rem, 14vw, 4.7rem); }
  .hero-portrait { min-height: 470px; order: 1; }
  .hero-portrait img { object-position: center 34%; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-facts { grid-template-columns: 1fr; gap: 16px; margin-top: 40px; }
  .hero-facts div { padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,.12); }
  .positioning { padding: 72px 0; }
  .positioning-grid,
  .section-heading,
  .feature-grid,
  .feature-card-lead,
  .beyond-grid,
  .editorial-grid,
  .about-hero,
  .about-layout,
  .accounts-strip,
  .x-feature,
  .split,
  .press-photo-intro { grid-template-columns: 1fr; }
  .positioning-grid,
  .section-heading { gap: 25px; }
  .authority-strip { grid-template-columns: 1fr auto; }
  .authority-strip > p { grid-column: 1 / -1; }
  .outlet-row { justify-content: flex-start; }
  .thesis-grid { grid-template-columns: 1fr; }
  .thesis-grid article { min-height: auto; }
  .thesis-grid h3 { margin-top: 26px; }
  .feature-section,
  .record-section { padding: 70px 0; }
  .section-heading { align-items: start; }
  .feature-card figure,
  .feature-card-wide figure { aspect-ratio: 1.35/1; }
  .feature-card-lead figure { min-height: 0; }
  .x-feature { min-height: 0; margin: 70px 0; }
  .x-feature figure { min-height: 520px; }
  .x-feature > div { padding: 44px 28px; }
  .grid.two,
  .grid.three,
  .coverage-grid,
  .social-row { grid-template-columns: 1fr; }
  .company { padding: 24px; }
  .editorial-grid { gap: 60px; padding: 70px 0; }
  .quote-band { margin-bottom: 80px; }
  .cta-panel { align-items: flex-start; flex-direction: column; padding: 40px 25px; }
  .credibility-bar { grid-template-columns: 1fr; gap: 22px; }
  .page-hero,
  .about-hero { padding: 54px 0 62px; }
  h1.page { font-size: clamp(3.2rem, 14vw, 5.2rem); }
  .about-hero { gap: 28px; }
  .about-layout { gap: 52px; padding: 55px 0 78px; }
  .profile-photo img { max-height: 720px; object-position: 58% 58%; }
  .coverage-card { min-height: auto; }
  .coverage-card blockquote { margin-top: 25px; }
  .accounts-strip { gap: 28px; }
  .fieldrow { grid-template-columns: 1fr; gap: 0; }
  .strip { align-items: flex-start; flex-direction: column; }
  .foot .top { align-items: flex-start; flex-direction: column; gap: 42px; }
}

@media (max-width: 520px) {
  body { font-size: 15.5px; }
  .wrap { width: min(100% - 26px, var(--max)); }
  .wordmark > span:last-child { max-width: 150px; line-height: 1.2; }
  .hero-portrait { min-height: 390px; }
  .hero-copy { padding-inline: 20px; }
  .authority-strip { grid-template-columns: 1fr; }
  .authority-strip > p { grid-column: auto; }
  .outlet-row { gap: 13px 18px; }
  .outlet-row span { font-size: 1rem; }
  .facts { grid-template-columns: 88px 1fr; gap: 7px 12px; }
  .company .src { align-items: flex-start; flex-direction: column; }
  .feature-body { padding: 23px; }
  .feature-card-lead .feature-body { padding: 28px 23px; }
  .x-feature figure { min-height: 420px; }
  .x-feature > div { padding: 38px 23px; }
  .positioning h2,
  .section-heading h2 { font-size: 2.55rem; }
  .about-deck { font-size: 1.35rem; }
  .coverage-meta { flex-direction: column; gap: 4px; }
  .cta-panel { padding-inline: 22px; }
  .index thead { display: none; }
  .index tr { display: block; border-bottom: 1px solid var(--rule); padding: 14px 0; }
  .index td { display: block; border: 0; padding: 3px 0; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}

@media print {
  .masthead, .foot, .cta-panel, .strip, .filters, .searchbar, .contactform, .copy { display: none; }
  body { background: #fff; color: #000; font-size: 11pt; }
  main.wrap { width: 100%; padding: 0; }
  a { color: #000; text-decoration: underline; }
}
