:root {
  --ink: #ede8df;
  --muted: #c1b9ae;
  --dim: #928a80;
  --line: rgba(237, 232, 223, 0.12);
  --field: #151711;
  --field-deep: #090a08;
  --charcoal: #0e0f0c;
  --brass: #b69b6f;
  --blue: #7f98a2;
  --max: 1180px;
  --serif: "Iowan Old Style", "Cormorant Garamond", "Times New Roman", serif;
  --sans: "Avenir Next", "Inter", "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 18% 20%, rgba(127, 152, 162, 0.08), transparent 32rem),
    linear-gradient(180deg, #191b15 0%, var(--field) 42%, #11120e 100%);
  color: var(--ink);
  font-family: var(--serif);
  min-width: 320px;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  background: url("assets/field-map.svg") center 7rem / min(84rem, 130vw) auto no-repeat;
  opacity: 0.12;
  pointer-events: none;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0;
}

button,
input {
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.scroll-meter {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  width: 0%;
  height: 2px;
  background: linear-gradient(90deg, var(--brass), var(--blue));
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
  padding: 0 clamp(1rem, 4vw, 2.5rem);
  border-bottom: 1px solid var(--line);
  background: rgba(7, 8, 6, 0.86);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: #dbc39a;
  font-size: 1rem;
  letter-spacing: 0.28em;
}

.brand img {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 3vw, 2.4rem);
  font-family: var(--sans);
  font-size: 0.65rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.site-nav a {
  color: var(--muted);
  transition: color 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--ink);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 1px;
  margin: 5px auto;
  background: currentColor;
}

.section-pad {
  padding: clamp(5rem, 12vw, 9rem) clamp(1.25rem, 5vw, 4rem);
}

.hero {
  position: relative;
  min-height: calc(92vh - 68px);
  display: grid;
  place-items: center;
  overflow: hidden;
  text-align: center;
}

.hero-art {
  position: absolute;
  inset: 0;
  z-index: -1;
  display: grid;
  place-items: center;
  opacity: 0.18;
}

.hero-art img {
  width: min(76rem, 118vw);
  max-width: none;
  filter: sepia(0.2);
}

.hero > *:not(.hero-art) {
  max-width: 860px;
}

.eyebrow,
.section-kicker,
.brief-meta,
.establish,
time {
  font-family: var(--sans);
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.7;
  letter-spacing: 0.36em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 1.35rem auto 0.85rem;
  font-size: clamp(2.8rem, 6.7vw, 6.15rem);
  font-weight: 400;
  line-height: 0.98;
  max-width: 980px;
}

.establish {
  color: var(--brass);
  letter-spacing: 0.14em;
  text-transform: none;
}

.hero-copy {
  margin: 1.35rem auto 0;
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.18rem);
  line-height: 1.75;
}

.text-link,
.brief-card a,
.card-status,
.contact-link {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 2.2rem;
  color: var(--brass);
  font-family: var(--sans);
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.hero .text-link {
  margin-top: 1.45rem;
}

.compact-link {
  margin-top: 1.4rem;
}

.text-link::after,
.brief-card a::after,
.card-status::after,
.contact-link::after {
  width: 42px;
  height: 1px;
  background: currentColor;
  content: "";
}

.content-section {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  border-top: 1px solid var(--line);
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(2rem, 7vw, 6rem);
  margin-top: 1.2rem;
}

h2,
h3 {
  margin: 0;
  font-weight: 400;
}

h2 {
  font-size: clamp(2.3rem, 5vw, 4.7rem);
  line-height: 1;
}

h3 {
  color: #ded0b8;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  line-height: 1.25;
}

.lead-column p,
.quiet-card p,
.section-note,
.focus-row p,
.brief-card p,
.timeline-item p,
.profile p,
.contact p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.9;
  overflow-wrap: break-word;
}

.two-column {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.5rem, 5vw, 5rem);
  margin-top: clamp(3.5rem, 8vw, 6.5rem);
}

.quiet-card {
  padding-top: 1.4rem;
  border-top: 1px solid var(--line);
}

.quiet-card p {
  margin-top: 1rem;
}

.focus-list {
  margin-top: 2.2rem;
  border-top: 1px solid var(--line);
}

.focus-row {
  display: grid;
  grid-template-columns: 4rem 1fr;
  gap: 1rem;
  padding: 1.45rem 0;
  border-bottom: 1px solid var(--line);
}

.focus-row > span {
  color: var(--dim);
  font-family: var(--sans);
  font-size: 0.72rem;
  letter-spacing: 0.2em;
}

.focus-row p {
  margin-top: 0.45rem;
}

.brief-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 3rem;
  background: var(--line);
  border: 1px solid var(--line);
}

.brief-card {
  min-height: 360px;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  background:
    linear-gradient(140deg, rgba(127, 152, 162, 0.08), transparent 45%),
    rgba(10, 11, 8, 0.78);
}

.brief-card h3 {
  margin-top: 1.6rem;
  font-size: clamp(1.55rem, 3vw, 2.55rem);
}

.brief-card p:not(.brief-meta) {
  margin-top: 1.2rem;
}

.card-status {
  opacity: 0.88;
}

.back-link {
  display: inline-flex;
  margin-bottom: 3rem;
  color: var(--brass);
  font-family: var(--sans);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.article-shell {
  max-width: 980px;
  margin: 0 auto;
}

.article-title {
  max-width: 920px;
  margin: 1.4rem 0 0;
  font-size: clamp(3rem, 7vw, 6.5rem);
  font-weight: 400;
  line-height: 0.98;
}

.article-subtitle {
  max-width: 720px;
  margin-top: 1.5rem;
  color: var(--muted);
  font-size: clamp(1.3rem, 3vw, 2rem);
  line-height: 1.45;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.2rem;
  margin-top: 2.3rem;
  padding-top: 1.4rem;
  border-top: 1px solid var(--line);
  color: var(--dim);
  font-family: var(--sans);
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.article-body {
  max-width: 760px;
  margin-top: clamp(4rem, 8vw, 6rem);
}

.article-body p,
.article-body blockquote,
.portfolio-note p {
  color: var(--muted);
  font-size: clamp(1.08rem, 2vw, 1.22rem);
  line-height: 1.95;
}

.article-body p + p {
  margin-top: 1.35rem;
}

.article-body h2,
.portfolio-note h2 {
  margin-top: 3.2rem;
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 3.25rem);
}

.article-body h2 + p {
  margin-top: 1.1rem;
}

.article-body blockquote {
  margin: 2.8rem 0;
  padding: 1.5rem 0 1.5rem 1.5rem;
  border-left: 1px solid var(--brass);
  color: var(--ink);
  font-size: clamp(1.25rem, 3vw, 1.7rem);
  line-height: 1.55;
}

.portfolio-note {
  max-width: 760px;
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}

.portfolio-note p {
  margin-top: 1rem;
}

.timeline {
  margin-top: 2.5rem;
  border-left: 1px solid var(--line);
}

.timeline-item {
  position: relative;
  padding: 0 0 2.6rem clamp(1.5rem, 4vw, 3rem);
}

.timeline-item::before {
  position: absolute;
  top: 0.3rem;
  left: -5px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--brass);
  content: "";
}

.timeline-item h3 {
  margin-top: 0.4rem;
}

.timeline-item p {
  max-width: 720px;
  margin-top: 0.5rem;
}

.credentials-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 3rem;
  background: var(--line);
  border: 1px solid var(--line);
}

.credential-card {
  min-height: 260px;
  padding: clamp(1.5rem, 4vw, 2.4rem);
  background:
    linear-gradient(160deg, rgba(182, 155, 111, 0.08), transparent 48%),
    rgba(10, 11, 8, 0.78);
}

.credential-card p {
  margin-top: 1.1rem;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.85;
}

.credential-card a {
  display: table;
  margin-top: 0.85rem;
  color: var(--brass);
  font-family: var(--sans);
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.profile {
  display: grid;
  grid-template-columns: minmax(180px, 320px) minmax(0, 1fr);
  gap: clamp(2rem, 7vw, 5rem);
  align-items: start;
  margin-top: 1.5rem;
}

.profile-photo {
  position: relative;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.025);
}

.profile-photo::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 62%, rgba(9, 10, 8, 0.26)),
    linear-gradient(90deg, rgba(9, 10, 8, 0.18), transparent 34%);
  content: "";
  pointer-events: none;
}

.profile-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 26%;
  filter: saturate(0.78) contrast(0.98) brightness(0.82);
}

.profile-mark {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  border: 1px solid var(--line);
  color: rgba(237, 232, 223, 0.7);
  font-size: 6rem;
  background: rgba(255, 255, 255, 0.025);
}

.profile-mark img {
  width: 62%;
  height: 62%;
}

.profile-name {
  margin-top: 1.8rem;
  color: var(--ink) !important;
  font-size: 1.5rem !important;
}

.profile-role {
  color: var(--brass) !important;
  font-family: var(--sans);
  font-size: 0.74rem !important;
  letter-spacing: 0.12em;
  line-height: 1.8 !important;
  text-transform: uppercase;
}

.profile .reveal > p:not(.profile-name):not(.profile-role) {
  max-width: 760px;
  margin-top: 1.3rem;
}

.profile-link {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 1.6rem;
  color: var(--brass);
  font-family: var(--sans);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.profile-link::after {
  width: 42px;
  height: 1px;
  background: currentColor;
  content: "";
}

.contact {
  text-align: center;
  max-width: var(--max);
  margin: 0 auto;
  border-top: 1px solid var(--line);
}

.contact h2 {
  margin-top: 1rem;
}

.contact p:not(.section-kicker) {
  margin: 1.4rem auto 0;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  padding: 2rem clamp(1.25rem, 5vw, 4rem);
  border-top: 1px solid var(--line);
  color: var(--dim);
  font-family: var(--sans);
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.site-footer a {
  color: inherit;
  justify-self: end;
}

.site-footer img {
  width: 34px;
  height: 34px;
  opacity: 0.86;
}

.reveal {
  transform: translateY(18px);
  opacity: 0;
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.is-visible {
  transform: translateY(0);
  opacity: 1;
}

@media (max-width: 960px) {
  .section-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .site-header {
    height: 62px;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 62px;
    right: 0;
    left: 0;
    display: grid;
    gap: 0;
    padding: 0.5rem 1.25rem 1.25rem;
    border-bottom: 1px solid var(--line);
    background: rgba(7, 8, 6, 0.96);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a {
    padding: 0.9rem 0;
    border-bottom: 1px solid var(--line);
  }

  .hero {
    min-height: calc(92vh - 62px);
    place-items: end center;
    padding-bottom: 5rem;
  }

  .hero h1 {
    max-width: 11ch;
  }

  .article-title {
    font-size: clamp(2.55rem, 13vw, 3.65rem);
    line-height: 1.02;
  }

  .article-subtitle {
    font-size: 1.25rem;
  }

  .two-column,
  .brief-grid,
  .credentials-grid,
  .profile {
    grid-template-columns: 1fr;
  }

  .credential-card {
    min-height: auto;
  }

  .article-meta {
    display: grid;
  }

  .brief-card {
    min-height: auto;
  }

  .focus-row {
    grid-template-columns: 2.6rem 1fr;
  }

  .profile-mark {
    width: 132px;
    font-size: 4.5rem;
  }

  .profile-photo {
    max-width: 280px;
  }

  .brand img {
    width: 26px;
    height: 26px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .site-footer a {
    justify-self: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .reveal {
    transform: none;
    opacity: 1;
  }
}
