:root {
  --color-background: #F6F3EC;
  --color-text: #242B26;
  --color-text-muted: #656C63;
  --color-accent: #A33B23;
  --color-border: #D8D9CF;
  --color-surface: #E8E9DF;
  --color-button-background: #242B26;
  --color-button-text: #F6F3EC;
  --color-button-hover: #3A433E;

  --font-body: "DM Sans", Arial, sans-serif;
  --font-display: "Instrument Serif", Georgia, serif;

  --page-padding: 56px;
  --section-gap: 72px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background: var(--color-background);
  color-scheme: light;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  background: var(--color-background);
  color: var(--color-text);
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
p,
ul,
ol,
blockquote,
figure {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
}

:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 3px;
}

#top,
#work,
#about,
#contact {
  scroll-margin-top: 24px;
}

#content:focus {
  outline: none;
}

::selection {
  background: #E4D2CB;
  color: var(--color-text);
}

.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: absolute;
  left: 16px;
  top: 16px;
  z-index: 10;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--color-button-background);
  color: var(--color-button-text);
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.skip-link:not(:focus):not(:focus-visible) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
}

.page {
  width: min(1232px, 100%);
  margin-inline: auto;
  padding-inline: var(--page-padding);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--color-text-muted);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.4;
  text-transform: uppercase;
}

.dot {
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--color-accent);
}

.kicker {
  margin-bottom: 14px;
  color: var(--color-text-muted);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.45;
  text-transform: uppercase;
}

.section-heading {
  font-family: var(--font-display);
  font-size: 40px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.site-header {
  padding-top: 22px;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--color-text);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.011em;
  text-decoration: none;
}

.brand-dot {
  color: var(--color-accent);
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 18px;
}

.nav-links a:not(.button) {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding-inline: 2px;
  color: var(--color-text);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

.nav-links a:not(.button):hover {
  color: var(--color-accent);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4em;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: var(--color-text);
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}

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

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

.button-outline {
  border-color: var(--color-border);
  background: transparent;
  color: var(--color-text);
}

.button-outline:hover {
  border-color: var(--color-text);
}

.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--color-text);
  font-size: 13px;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.text-link:hover {
  color: var(--color-accent);
  text-decoration-color: var(--color-accent);
}

.hero {
  padding-top: 64px;
}

.hero-title {
  margin-top: 22px;
  font-family: var(--font-display);
  font-size: clamp(52px, 7.5vw, 88px);
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: -0.025em;
}

.hero-title span {
  display: block;
}

.hero-accent {
  color: var(--color-accent);
  font-style: italic;
}

.hero-intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px 48px;
  margin-top: 40px;
}

.lede {
  flex: 1 1 34rem;
  min-width: 0;
  max-width: 62ch;
}

.hero-actions {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 22px;
}

.experience-strip {
  display: flex;
  align-items: baseline;
  gap: 32px;
  margin-top: 64px;
  padding-top: 22px;
  padding-bottom: 4px;
  border-top: 1px solid var(--color-border);
}

.experience-list {
  display: flex;
  flex: 1;
  justify-content: space-between;
  gap: 16px;
  min-width: 0;
  color: var(--color-text);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}

.experience-list li:not(:last-child)::after {
  content: "·";
  margin-left: 0.7em;
  color: var(--color-text-muted);
  font-weight: 400;
}

.section {
  margin-top: var(--section-gap);
  padding-top: 40px;
  border-top: 1px solid var(--color-border);
}

.section-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px 32px;
  margin-bottom: 28px;
}

.eyebrow-end {
  margin-left: auto;
  text-align: right;
}

.featured {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  border-radius: 6px;
  background: var(--color-surface);
}

.featured-copy,
.featured-scope,
.project,
.split > * {
  min-width: 0;
}

.featured-copy {
  padding: 36px 40px 28px;
  border-right: 1px solid var(--color-border);
}

.featured-title {
  max-width: 11em;
  margin-bottom: 14px;
  font-family: var(--font-body);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.featured-copy-text {
  max-width: 58ch;
  margin-bottom: 8px;
  color: var(--color-text-muted);
  font-size: 16px;
  line-height: 1.65;
}

.featured-scope {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 36px 40px;
}

.scope-number {
  font-family: var(--font-display);
  font-size: clamp(80px, 8vw, 108px);
  font-weight: 400;
  line-height: 0.82;
  letter-spacing: -0.03em;
}

.scope-label {
  margin-top: 12px;
  color: var(--color-text-muted);
  font-size: 14px;
  line-height: 1.4;
}

.countries {
  margin-top: 16px;
  color: var(--color-text-muted);
  font-size: 14px;
  line-height: 1.65;
}

.project-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 36px 64px;
  margin-top: 48px;
}

.project {
  padding-top: 22px;
  border-top: 1px solid var(--color-border);
}

.project-title {
  margin-bottom: 10px;
  font-family: var(--font-body);
  font-size: 23px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.015em;
}

.supporting-copy {
  max-width: 65ch;
  margin-bottom: 14px;
  color: var(--color-text-muted);
  font-size: 14px;
  line-height: 1.65;
}

.metric {
  margin-bottom: 2px;
  color: var(--color-text-muted);
  font-size: 14px;
  line-height: 1.5;
}

.metric strong {
  color: var(--color-text);
  font-weight: 600;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  gap: 36px 64px;
  align-items: start;
}

.split-intro .eyebrow {
  margin-bottom: 14px;
}

.split-intro .section-heading {
  max-width: 9em;
}

.principles li {
  display: grid;
  grid-template-columns: 2.4rem minmax(0, 1fr);
  column-gap: 8px;
  padding-block: 20px;
  border-top: 1px solid var(--color-border);
}

.principles li:last-child {
  border-bottom: 1px solid var(--color-border);
}

.principle-index {
  padding-top: 2px;
  color: var(--color-accent);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
}

.principles h3 {
  margin-bottom: 6px;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.principles p {
  max-width: 62ch;
  color: var(--color-text-muted);
  font-size: 14px;
  line-height: 1.65;
}

.quote {
  max-width: 640px;
  margin: 96px auto 8px;
  text-align: center;
}

.quote p {
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 400;
  line-height: 1.35;
  text-wrap: balance;
}

.quote p::before {
  content: "\201C";
}

.quote p::after {
  content: "\201D";
}

.quote footer {
  margin-top: 22px;
}

.quote cite {
  color: var(--color-text-muted);
  font-family: var(--font-body);
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.5;
  text-transform: uppercase;
}

.about-copy p {
  max-width: 62ch;
}

.about-copy p + p {
  margin-top: 16px;
}

.about-lead {
  font-size: 18px;
  line-height: 1.6;
}

.about-copy .disclosure {
  margin-top: 8px;
}

.roles {
  display: grid;
  gap: 14px;
  max-width: 65ch;
  margin-top: 4px;
  margin-bottom: 8px;
}

.roles li {
  font-size: 15px;
  line-height: 1.6;
}

.roles strong {
  font-weight: 600;
}

.contact {
  padding-bottom: 72px;
}

.contact-title {
  max-width: 11em;
  margin-top: 14px;
  margin-bottom: 28px;
  font-family: var(--font-display);
  font-size: 64px;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 22px;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 32px;
  padding-top: 22px;
  padding-bottom: 28px;
  border-top: 1px solid var(--color-border);
  color: var(--color-text-muted);
  font-size: 13px;
  line-height: 1.5;
}

details:not([open]) > :not(summary) {
  display: none;
}

.disclosure summary {
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
  width: fit-content;
  min-height: 44px;
  color: var(--color-text);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  cursor: pointer;
  list-style: none;
}

.disclosure summary::-webkit-details-marker {
  display: none;
}

.disclosure summary::marker {
  content: "";
}

.disclosure summary:hover {
  color: var(--color-accent);
  text-decoration-color: var(--color-accent);
}

.disclosure p {
  max-width: 65ch;
  margin-top: 2px;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.65;
}

@media (max-width: 1024px) {
  :root {
    --page-padding: 32px;
  }
}

@media (max-width: 719px) {
  :root {
    --page-padding: 24px;
    --section-gap: 56px;
  }

  .hero {
    padding-top: 40px;
  }

  .hero-title {
    font-size: min(48px, calc((100vw - 48px) / 6.9));
  }

  .hero-intro,
  .experience-strip,
  .section-header,
  .split {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-intro,
  .split,
  .section-header {
    display: flex;
  }

  .split {
    gap: 28px;
  }

  .hero-intro {
    margin-top: 28px;
  }

  .experience-strip {
    gap: 12px;
    margin-top: 40px;
  }

  .experience-list {
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 1.15em;
    row-gap: 4px;
    width: 100%;
  }

  .eyebrow-end {
    margin-left: 0;
    text-align: left;
  }

  .section-header {
    gap: 10px;
    margin-bottom: 22px;
  }

  .featured,
  .project-grid {
    grid-template-columns: 1fr;
  }

  .featured-copy {
    padding: 28px 24px 20px;
    border-right: 0;
    border-bottom: 1px solid var(--color-border);
  }

  .featured-scope {
    padding: 28px 24px;
  }

  .project-grid {
    gap: 32px;
    margin-top: 32px;
  }

  .quote {
    margin-top: 64px;
  }

  .quote p {
    font-size: 26px;
  }

  .contact {
    padding-bottom: 56px;
  }

  .contact-title {
    font-size: 42px;
  }
}

@media (max-width: 359px) {
  :root {
    --page-padding: 20px;
  }

  .hero-title {
    font-size: 42px;
    letter-spacing: -0.04em;
  }
}
