:root {
  --ink: #000000;
  --deep: #ffffff;
  --panel: #f4f4f4;
  --paper: #ffffff;
  --muted: #555555;
  --line: rgba(0, 0, 0, 0.14);
  --field: #2f2f2f;
  --copper: #000000;
  --blueprint: #f7f7f7;
  --radius: 8px;
  --display: "Oswald", "Bahnschrift", "Arial Narrow", sans-serif;
  --body: "Montserrat", "Segoe UI", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  line-height: 1.55;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

:focus-visible {
  outline: 3px solid var(--copper);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 14px;
  left: 14px;
  z-index: 30;
  transform: translateY(-150%);
  background: var(--ink);
  color: var(--paper);
  padding: 10px 14px;
  text-decoration: none;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 76px;
  padding: 14px clamp(18px, 5vw, 64px);
  border-bottom: 1px solid var(--line);
  background: #ffffff;
}

.brand {
  display: inline-flex;
  width: 104px;
}

.brand img {
  width: 100%;
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(16px, 3vw, 38px);
}

.nav-links a,
.site-footer a {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

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

.hero {
  position: relative;
  min-height: 86svh;
  display: grid;
  align-items: end;
  padding: 132px clamp(18px, 6vw, 72px) 48px;
  overflow: hidden;
}

.hero-image {
  position: absolute;
  inset: 0;
  opacity: 1;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.58) 0%, rgba(255, 255, 255, 0.24) 42%, rgba(255, 255, 255, 0.02) 100%),
    linear-gradient(0deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0) 66%);
}

.hero-content,
.resume-card {
  position: relative;
  z-index: 1;
}

.hero-content {
  max-width: 980px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--copper);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  letter-spacing: 0;
}

h1,
h2 {
  font-family: var(--display);
  line-height: 0.92;
  text-transform: uppercase;
}

h1 {
  max-width: 960px;
  margin-bottom: 22px;
  font-size: clamp(4rem, 13vw, 11rem);
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2.8rem, 7vw, 6.7rem);
}

h3 {
  margin-bottom: 18px;
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.hero-subtitle,
.lead {
  color: var(--muted);
  font-size: clamp(1.05rem, 1.8vw, 1.45rem);
}

.hero-subtitle {
  max-width: 760px;
  color: #000000;
  font-weight: 700;
  text-shadow: 0 1px 18px rgba(255, 255, 255, 0.72);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--paper);
}

.button.secondary {
  background: rgba(0, 0, 0, 0.04);
  color: var(--ink);
}

.resume-card {
  width: min(430px, 38vw);
  margin-left: auto;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(18px);
}

.resume-card span {
  display: block;
  margin-bottom: 12px;
  color: var(--field);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.resume-card strong {
  display: block;
  font-family: var(--display);
  font-size: 2.3rem;
  line-height: 1;
  text-transform: uppercase;
}

.resume-card p {
  margin: 10px 0 18px;
  color: var(--muted);
}

.snapshot {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #ffffff;
}

.snapshot article {
  min-height: 220px;
  padding: clamp(24px, 4vw, 42px);
  border-right: 1px solid var(--line);
}

.snapshot article:last-child {
  border-right: 0;
}

.snapshot span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.snapshot strong {
  display: block;
  margin: 18px 0 12px;
  font-family: var(--display);
  font-size: clamp(3.8rem, 8vw, 7.8rem);
  line-height: 0.84;
  color: var(--ink);
}

.snapshot p,
.experience-copy p,
.resume-band p {
  color: var(--muted);
}

.section,
.experience,
.gallery,
.about-section,
.resume-band,
.contact {
  padding: clamp(72px, 11vw, 140px) clamp(18px, 6vw, 72px);
}

.section {
  display: grid;
  grid-template-columns: minmax(140px, 0.35fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 90px);
  border-bottom: 1px solid var(--line);
}

.section .lead {
  max-width: 760px;
  margin-top: 22px;
  color: var(--muted);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(22px, 6vw, 80px);
  align-items: end;
  margin-bottom: clamp(38px, 6vw, 74px);
}

.section-head h2 {
  grid-column: 2;
}

.experience-row {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 76px);
  align-items: center;
  padding: clamp(34px, 6vw, 76px) 0;
  border-top: 1px solid var(--line);
}

.experience-row.reverse .experience-media {
  order: 2;
}

.experience-media {
  min-height: 430px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--panel);
}

.experience-media img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.experience-copy {
  max-width: 700px;
}

.evidence-heading {
  background: var(--paper);
  color: var(--ink);
}

.evidence-heading .lead {
  color: var(--muted);
}

.gallery {
  background: var(--paper);
  color: var(--ink);
  padding-top: 0;
}

.gallery-grid {
  columns: 4 220px;
  column-gap: 16px;
}

.gallery-item {
  position: relative;
  break-inside: avoid;
  margin: 0 0 16px;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(16, 19, 18, 0.18);
  background: #f2f2f2;
}

.gallery-item img {
  width: 100%;
  height: auto;
}

.gallery-item span {
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 6px 8px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.78);
  color: var(--paper);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.about-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(320px, 0.92fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: start;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #ffffff;
}

.about-intro {
  display: grid;
  gap: 22px;
}

.about-copy {
  display: grid;
  gap: 18px;
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.4vw, 1.22rem);
}

.about-copy h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(1.8rem, 3.2vw, 3.2rem);
  line-height: 1;
  text-transform: uppercase;
}

.about-copy p {
  margin-bottom: 0;
}

.about-photo {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: #f2f2f2;
}

.about-photo img {
  width: 100%;
  height: auto;
  min-height: 360px;
  object-fit: cover;
}

.about-quote {
  margin: 18px 0 0;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #f7f7f7;
  color: var(--ink);
}

.about-quote figcaption {
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.about-quote blockquote {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.8rem, 3.4vw, 3.4rem);
  line-height: 1.05;
  text-transform: uppercase;
}

.about-quote cite {
  display: block;
  margin-top: 16px;
  color: var(--muted);
  font-style: normal;
}

.about-quote cite::before {
  content: "- ";
}

.resume-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #ffffff;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.7fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
}

.contact-links {
  display: grid;
  gap: 14px;
}

.contact-links a {
  display: flex;
  justify-content: space-between;
  min-height: 62px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  text-decoration: none;
  font-weight: 800;
}

.contact-links a::after {
  content: "Open";
  color: var(--copper);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 24px clamp(18px, 6vw, 72px);
  color: var(--muted);
  border-top: 1px solid var(--line);
}

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

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

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }
}

@media (max-width: 900px) {
  .site-header {
    position: absolute;
  }

  .nav-links {
    display: none;
  }

  .hero {
    min-height: 88svh;
    padding-top: 110px;
  }

  .resume-card {
    display: none;
  }

  .snapshot,
  .section,
  .section-head,
  .experience-row,
  .about-section,
  .resume-band,
  .contact {
    grid-template-columns: 1fr;
  }

  .section-head h2 {
    grid-column: auto;
  }

  .experience-row.reverse .experience-media {
    order: 0;
  }

  .snapshot article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .snapshot article:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 560px) {
  .site-header {
    min-height: 64px;
    padding: 12px 16px;
  }

  .brand {
    width: 86px;
  }

  .hero {
    min-height: 84svh;
    padding: 94px 18px 34px;
  }

  h1 {
    font-size: clamp(3.65rem, 18vw, 5.2rem);
  }

  h2 {
    font-size: clamp(2.55rem, 13vw, 4rem);
  }

  .hero-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .experience-media,
  .experience-media img {
    min-height: 320px;
  }

  .gallery-grid {
    columns: 1;
  }

  .site-footer {
    flex-direction: column;
  }
}
