/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
:root {
  --navy-950: #030914;
  --navy-900: #061226;
  --navy-850: #08182f;
  --navy-800: #0a1e3d;
  --navy-700: #153a76;
  --yellow: #ffcc00;
  --yellow-soft: #ffe069;
  --paper: #f5f7fb;
  --muted: #b8c3d1;
  --muted-dark: #8d9db1;
  --line: rgba(255, 255, 255, 0.09);
  --line-strong: rgba(255, 255, 255, 0.16);
  --shell: 1420px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  background: var(--navy-950);
}
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--navy-950);
  color: var(--paper);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-is-open,
body.gallery-is-open {
  overflow: hidden;
}
body.menu-is-open .site-header {
  backdrop-filter: none;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  color: inherit;
  font: inherit;
}
img {
  display: block;
  max-width: 100%;
}
::selection {
  color: var(--navy-950);
  background: var(--yellow);
}
a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--yellow);
  outline-offset: 4px;
}
.shell {
  width: min(var(--shell), calc(100% - 88px));
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 18px;
  z-index: 999;
  padding: 12px 16px;
  background: var(--yellow);
  color: var(--navy-950);
  font-size: 13px;
  font-weight: 800;
}
.skip-link:focus {
  top: 18px;
}
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: 86px;
  background: linear-gradient(180deg, rgba(3, 9, 20, 0.97), rgba(3, 9, 20, 0.62), transparent);
  transition: height 0.3s ease, background 0.3s ease;
}
.site-header.is-scrolled {
  height: 74px;
  background: rgba(3, 9, 20, 0.92);
  backdrop-filter: blur(18px) saturate(125%);
}
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 36px;
}
.brand {
  position: relative;
  z-index: 2;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.brand img {
  width: 158px;
  height: auto;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 25px;
  color: #d2d9e3;
  font-size: 11px;
  font-weight: 720;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.main-nav > a {
  position: relative;
  padding-block: 12px;
}
.main-nav > a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 1px;
  background: var(--yellow);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s ease;
}
.main-nav > a:hover::after,
.main-nav > a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}
.menu-toggle {
  position: relative;
  z-index: 2;
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.025);
}
.menu-toggle span {
  display: block;
  width: 21px;
  height: 1px;
  margin: 6px auto;
  background: currentColor;
  transition: transform 0.25s ease;
}
.menu-toggle.is-open span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}
.menu-toggle.is-open span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}
.hero {
  position: relative;
  display: flex;
  min-height: 100svh;
  overflow: hidden;
  background: radial-gradient(980px 720px at 84% 18%, rgba(21, 58, 118, 0.46), transparent 70%),
    linear-gradient(135deg, var(--navy-950), var(--navy-900) 43%, #091a38);
}
.hero-grid-lines {
  position: absolute;
  inset: 0;
  opacity: 0.08;
  background-image: linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 160px 160px;
  -webkit-mask-image: linear-gradient(90deg, #000, transparent 80%);
  mask-image: linear-gradient(90deg, #000, transparent 80%);
  pointer-events: none;
}
.hero-shell {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  min-height: 100svh;
  padding: 128px 0 42px;
}
.hero-title-wrap {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 22px 0 36px;
}
.hero-eyebrow {
  max-width: 850px;
  margin: 0 0 27px;
  color: #a9b5c5;
  font-size: 13px;
  font-weight: 720;
  letter-spacing: 0.13em;
  line-height: 1.5;
  text-transform: uppercase;
}
.hero-eyebrow::before {
  content: none;
}
h1 {
  max-width: 1060px;
  margin: 0;
  font-size: clamp(52px, 5.55vw, 86px);
  font-weight: 670;
  letter-spacing: -0.061em;
  line-height: 0.88;
  text-transform: uppercase;
}
h1 span {
  display: block;
}
h1 span:nth-child(2) {
  color: #d7deea;
}
h1 .accent {
  color: var(--yellow);
}
.hero-bottom {
  display: grid;
  grid-template-columns: minmax(320px, 690px) auto;
  align-items: end;
  gap: 58px;
  padding-top: 24px;
}
.hero-lead {
  max-width: 680px;
  margin: 0;
  color: #bec8d6;
  font-size: 17px;
  letter-spacing: -0.012em;
  line-height: 1.58;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 26px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 216px;
  padding: 16px 18px;
  border: 1px solid var(--line-strong);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-align: center;
  text-transform: uppercase;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}
.button-primary {
  border-color: var(--yellow);
  background: var(--yellow);
  color: var(--navy-950);
}
.button-primary:hover {
  background: var(--yellow-soft);
  transform: translateY(-2px);
}
.button-ghost {
  background: rgba(255, 255, 255, 0.018);
}
.button-ghost:hover {
  border-color: rgba(255, 204, 0, 0.6);
  transform: translateY(-2px);
}
.expertise-ticker {
  overflow: hidden;
  background: #05101f;
}
.ticker-track {
  display: flex;
  width: max-content;
  animation: ticker 58s linear infinite;
}
.ticker-set {
  display: flex;
  align-items: center;
  padding: 17px 0;
  white-space: nowrap;
}
.ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  margin-right: 30px;
  color: #a1adbd;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.ticker-item i {
  color: #7f8da0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
@keyframes ticker {
  to {
    transform: translateX(-50%);
  }
}
.section-pad {
  position: relative;
  padding: 112px 0;
  scroll-margin-top: 74px;
}
.section-marker {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 5px;
  color: #97a5b8;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.15em;
  line-height: 1.45;
  text-transform: uppercase;
}
.section-marker::before {
  content: "";
  flex: 0 0 24px;
  width: 24px;
  height: 1px;
  background: var(--yellow);
}
.section-heading {
  display: grid;
  grid-template-columns: 205px 1fr;
  gap: 62px;
  margin-bottom: 68px;
}
.section-heading h2,
.audiences-intro h2,
.approach-intro h2,
.about-copy h2 {
  margin: 0;
  color: var(--paper);
  font-size: clamp(38px, 3.35vw, 50px);
  font-weight: 640;
  letter-spacing: -0.05em;
  line-height: 1;
}
.section-heading > div:last-child > p {
  max-width: 700px;
  margin: 25px 0 0;
  color: #b7c2d0;
  font-size: 16px;
  letter-spacing: -0.008em;
  line-height: 1.65;
}
.statement {
  padding-block: 70px;
  background: var(--navy-850);
}
.statement-grid {
  display: grid;
  grid-template-columns: 205px 1fr;
  gap: 62px;
}
.statement-copy {
  max-width: 930px;
}
.statement-copy h2 {
  margin: 0;
  color: var(--paper);
  font-size: clamp(34px, 3vw, 45px);
  font-weight: 620;
  letter-spacing: -0.046em;
  line-height: 1.04;
}
.statement-copy p {
  max-width: 720px;
  margin: 29px 0 0;
  color: #b8c3d1;
  font-size: 16px;
  line-height: 1.68;
}
.services {
  padding-block: 96px;
  background: var(--navy-900);
}
.service-list {
  display: grid;
  gap: 30px;
}
.service-row {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(320px, 1.18fr);
  gap: 34px;
  align-items: start;
}
.service-row h3 {
  margin: 0;
  font-size: clamp(24px, 2.05vw, 31px);
  font-weight: 620;
  letter-spacing: -0.034em;
  line-height: 1.1;
}
.service-row p {
  max-width: 680px;
  margin: 0;
  color: #b5c0ce;
  font-size: 15px;
  line-height: 1.68;
}
.audiences {
  overflow: hidden;
  background: var(--navy-850);
}
.audiences-intro {
  display: grid;
  grid-template-columns: 205px 1fr;
  gap: 62px;
  margin-bottom: 56px;
}
.audience-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 58px 84px;
}
.audience-card {
  min-height: 128px;
  padding: 0 0 18px;
}
.audience-card h3 {
  max-width: 560px;
  margin: 0 0 14px;
  font-size: clamp(24px, 2vw, 30px);
  font-weight: 640;
  letter-spacing: -0.036em;
  line-height: 1.08;
}
.audience-card p {
  max-width: 540px;
  margin: 0;
  color: #b5c0ce;
  font-size: 15px;
  line-height: 1.65;
}
.proof-line {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 36px;
  margin-top: 46px;
}
.proof-line div {
  padding: 0;
}
.proof-line strong {
  display: block;
  min-height: 34px;
  margin-bottom: 8px;
  color: #e7ebf1;
  font-size: clamp(22px, 1.9vw, 29px);
  font-weight: 660;
  letter-spacing: -0.04em;
  line-height: 1.1;
}
.proof-line div:first-child strong {
  color: var(--yellow);
}
.proof-line span {
  color: #a5b2c3;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1.45;
  text-transform: uppercase;
}
.references {
  background: var(--navy-900);
}
.references-heading {
  align-items: end;
  margin-bottom: 48px;
}
.references-marker {
  font-size: 12px;
}
.reference-group-title {
  margin: 0 0 20px;
  color: #c5ceda;
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.reference-group-title::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 1px;
  margin: 0 10px 3px 0;
  background: var(--yellow);
}
.featured-mandate {
  width: min(920px, 100%);
  background: var(--navy-850);
}
.featured-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 980px;
  padding: 36px 42px;
}
.project-status {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #aab6c6;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.project-status::before {
  content: "";
  width: 22px;
  height: 1px;
  background: var(--yellow);
}
.project-location {
  margin: 24px 0 11px;
  color: #c5ceda;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.featured-copy h3 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(32px, 3vw, 46px);
  font-weight: 660;
  letter-spacing: -0.049em;
  line-height: 1;
}
.project-description {
  max-width: 680px;
  margin: 25px 0 0;
  color: #b7c2d0;
  font-size: 15px;
  line-height: 1.68;
}
.secondary-mandate {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 0;
  margin-top: 22px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.018);
}
.secondary-media {
  min-height: 0;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #08182f;
}
.secondary-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 52%;
  filter: saturate(0.9) brightness(0.9) contrast(1.02);
}
.secondary-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px 48px;
}
.secondary-mandate .project-location {
  margin: 34px 0 10px;
}
.secondary-mandate h3 {
  max-width: 560px;
  margin: 0;
  font-size: clamp(29px, 2.7vw, 40px);
  font-weight: 640;
  letter-spacing: -0.04em;
  line-height: 1.04;
}
.secondary-copy {
  margin-top: 28px;
}
.secondary-copy > p {
  max-width: 660px;
  margin: 0;
  color: #b7c2d0;
  font-size: 15px;
  line-height: 1.68;
}
.secondary-copy .mission-credit {
  margin-top: 18px;
  color: #7f8da0;
  font-size: 12px;
}
.gautwill-interventions {
  margin-top: 66px;
}
.subsection-heading {
  margin-bottom: 32px;
}
.subsection-heading h3 {
  margin: 0;
  color: #e1e6ed;
  font-size: clamp(24px, 2.1vw, 32px);
  font-weight: 650;
  letter-spacing: -0.035em;
  line-height: 1.1;
}
.intervention-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.intervention-card {
  overflow: hidden;
  background: #08182f;
}
.intervention-card > img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  filter: saturate(0.9) brightness(0.94) contrast(1.01);
}
.intervention-card > div {
  padding: 24px 24px 27px;
}
.intervention-card p {
  margin: 0 0 10px;
  color: #aeb9c7;
  font-size: 10px;
  font-weight: 740;
  letter-spacing: 0.12em;
  line-height: 1.45;
  text-transform: uppercase;
}
.intervention-card h4 {
  margin: 0;
  color: #edf0f5;
  font-size: clamp(24px, 2vw, 30px);
  font-weight: 640;
  letter-spacing: -0.04em;
  line-height: 1.05;
}
.additional-interventions {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 50px;
  margin-top: 28px;
  padding-top: 4px;
}
.additional-interventions p {
  margin: 0;
  color: #97a5b8;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.13em;
  line-height: 1.5;
  text-transform: uppercase;
}
.additional-interventions strong {
  color: #b7c2d0;
  font-size: 14px;
  font-weight: 560;
  line-height: 1.6;
}
.prior-experience {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 76px;
  margin: 72px 0 30px;
}
.prior-experience h3 {
  margin: 0;
  color: #d9dfe8;
  font-size: clamp(18px, 1.65vw, 24px);
  font-weight: 650;
  letter-spacing: -0.025em;
  line-height: 1.25;
  text-transform: uppercase;
}
.prior-experience p {
  max-width: 790px;
  margin: 0;
  color: #aebac9;
  font-size: 13px;
  line-height: 1.72;
}
.projects-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
}
.project-card {
  position: relative;
  grid-column: span 6;
  height: 445px;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: #09182f;
  cursor: pointer;
  text-align: left;
}
.project-card-wide {
  grid-column: span 6;
}
.project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.86) brightness(0.84) contrast(1.03);
  transition: filter 0.45s ease, transform 0.65s cubic-bezier(.2, .75, .2, 1);
}
.project-card:hover img,
.project-card:focus-visible img {
  filter: saturate(0.95) brightness(0.9) contrast(1.02);
  transform: scale(1.018);
}
.project-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 9, 18, 0.02) 30%, rgba(3, 9, 18, 0.94));
}
.project-content {
  position: absolute;
  right: 28px;
  bottom: 27px;
  left: 28px;
  z-index: 2;
  display: block;
}
.project-role {
  display: block;
  margin: 0 0 13px;
  color: #c2cad5;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.13em;
  line-height: 1.45;
  text-transform: uppercase;
}
.project-role::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 1px;
  margin-right: 9px;
  background: var(--yellow);
  vertical-align: middle;
}
.project-content strong {
  display: block;
  margin: 0 0 8px;
  font-size: clamp(28px, 2.5vw, 38px);
  font-weight: 660;
  letter-spacing: -0.044em;
  line-height: 1.02;
}
.project-content > span:not(.project-role):not(.project-open) {
  display: block;
  color: #aeb8c6;
  font-size: 12px;
  line-height: 1.5;
}
.project-open {
  display: inline-block;
  margin-top: 19px;
  color: #e3e8ef;
  font-size: 9px;
  font-weight: 740;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.approach {
  padding-block: 78px;
  background: var(--navy-950);
}
.approach-intro {
  display: grid;
  grid-template-columns: 205px 1fr;
  gap: 62px;
  align-items: start;
}
.approach-intro h2 {
  grid-column: 2;
  margin-top: -1.05em;
}
.approach-intro > p {
  grid-column: 2;
  max-width: 600px;
  margin: 25px 0 0;
  color: #aebac9;
  font-size: 15px;
  line-height: 1.7;
}
.method-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px;
  margin-top: 44px;
}
.method-row {
  padding: 0;
}
.method-row h3 {
  margin: 0 0 15px;
  font-size: clamp(26px, 2.2vw, 33px);
  font-weight: 620;
  letter-spacing: -0.034em;
  line-height: 1.08;
}
.method-row p {
  max-width: 410px;
  margin: 0;
  color: #b5c0ce;
  font-size: 14px;
  line-height: 1.68;
}
.about {
  padding-bottom: 72px;
  background: var(--navy-850);
}
.about-grid {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  align-items: stretch;
  gap: 18px;
}
.portrait-panel {
  position: relative;
  min-height: 650px;
  margin: 0;
  overflow: hidden;
  background: #071429;
}
.portrait-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 42%;
  filter: saturate(0.88) contrast(1.02) brightness(0.9);
}
.portrait-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(3, 9, 18, 0.75));
  pointer-events: none;
}
.portrait-panel figcaption {
  position: absolute;
  bottom: 26px;
  left: 28px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #d8dee7;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.portrait-panel figcaption i {
  width: 20px;
  height: 1px;
  background: var(--yellow);
}
.about-copy {
  padding: 48px 52px;
  background: var(--navy-900);
}
.about-copy h2 {
  margin-top: 30px;
  font-size: clamp(36px, 3.1vw, 47px);
}
.about-lead {
  max-width: 750px;
  margin: 24px 0 0;
  color: #b4becb;
  font-size: 15px;
  line-height: 1.72;
}
.about-secondary {
  max-width: 710px;
  margin: 22px 0 0;
  color: #aab7c6;
  font-size: 13px;
  line-height: 1.68;
}
.contact {
  overflow: hidden;
  padding-top: 58px;
  padding-bottom: 28px;
  background: #020711;
}
.contact-shell {
  position: relative;
  z-index: 2;
}
.contact h2 {
  max-width: 860px;
  margin: 30px 0 0;
  color: var(--paper);
  font-size: clamp(36px, 3.25vw, 48px);
  font-weight: 640;
  letter-spacing: -0.048em;
  line-height: 1;
}
.contact-row {
  display: block;
  margin-top: 32px;
}
.contact-row > p {
  max-width: 610px;
  margin: 0;
  color: #b5c0ce;
  font-size: 14px;
  line-height: 1.68;
}
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 30px;
  margin-top: 28px;
}
.contact-link {
  color: #e6eaf0;
  font-size: clamp(17px, 1.55vw, 21px);
  font-weight: 590;
  letter-spacing: -0.024em;
  transition: color 0.2s ease;
}
.contact-link:first-child {
  color: var(--yellow);
}
.contact-link:hover {
  color: var(--yellow-soft);
}
.social-link {
  color: #8e9caf;
  font-size: 10px;
  font-weight: 740;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 0.2s ease;
}
.social-link:hover {
  color: var(--yellow);
}
.footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-top: 46px;
}
.footer-brand img {
  width: 96px;
}
.footer-right {
  color: #718097;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.project-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: grid;
  place-items: center;
  padding: 30px;
  background: rgba(1, 5, 12, 0.92);
  backdrop-filter: blur(10px);
}
.project-modal {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(320px, 0.55fr);
  width: min(1460px, 100%);
  height: min(850px, calc(100svh - 60px));
  overflow: hidden;
  background: #07162c;
  box-shadow: 0 32px 100px rgba(0, 0, 0, 0.38);
}
.gallery-close {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 4;
  padding: 10px 0;
  border: 0;
  background: transparent;
  color: #dce2ea;
  cursor: pointer;
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.gallery-close:hover {
  color: var(--yellow);
}
.gallery-stage {
  position: relative;
  display: grid;
  min-width: 0;
  place-items: center;
  overflow: hidden;
  background: #020711;
  touch-action: pan-y;
}
.gallery-stage img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.gallery-controls {
  position: absolute;
  right: 28px;
  bottom: 24px;
  left: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.gallery-controls button {
  padding: 10px 0;
  border: 0;
  background: transparent;
  color: #dfe4eb;
  cursor: pointer;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.gallery-controls button:hover {
  color: var(--yellow);
}
.gallery-controls span {
  color: #a0adbd;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.gallery-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 84px 44px 48px;
}
.gallery-copy > p {
  margin: 0 0 24px;
  color: #c5ceda;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.gallery-copy h2 {
  margin: 0;
  font-size: clamp(36px, 3.35vw, 54px);
  font-weight: 650;
  letter-spacing: -0.048em;
  line-height: 1;
}
.gallery-copy > span {
  display: block;
  margin-top: 16px;
  color: #9ca9ba;
  font-size: 13px;
  line-height: 1.55;
}
.gallery-copy > strong {
  display: block;
  margin-top: 34px;
  color: #dfe4eb;
  font-size: 13px;
  font-weight: 620;
  line-height: 1.5;
}
.reveal {
  opacity: 1;
  transform: none;
}
.motion-ready .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s cubic-bezier(.2, .75, .2, 1) var(--delay, 0ms),
    transform 0.7s cubic-bezier(.2, .75, .2, 1) var(--delay, 0ms);
}
.motion-ready .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.hero-enter {
  animation: enter 0.72s cubic-bezier(.2, .75, .2, 1) both;
}
.hero-enter-2 {
  animation-delay: 0.08s;
}
.hero-enter-3 {
  animation-delay: 0.16s;
}
@keyframes enter {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1180px) {
  .shell {
    width: min(var(--shell), calc(100% - 48px));
  }
  .main-nav {
    gap: 18px;
    font-size: 10px;
  }
  .hero {
    min-height: auto;
  }
  .hero-shell {
    min-height: auto;
    padding: 148px 0 42px;
  }
  .hero-title-wrap {
    flex: none;
    padding: 0 0 52px;
  }
  h1 {
    font-size: clamp(50px, 6.8vw, 78px);
  }
  .hero-bottom {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .hero-actions {
    justify-content: flex-start;
  }
  .section-pad {
    padding: 98px 0;
  }
  .statement-grid,
  .section-heading,
  .audiences-intro,
  .approach-intro {
    grid-template-columns: 150px 1fr;
    gap: 40px;
  }
  .secondary-content {
    padding: 44px;
  }
  .projects-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .project-card,
  .project-card-wide {
    grid-column: auto;
    height: 440px;
  }
  .intervention-card > div {
    padding-inline: 20px;
  }
  .method-list {
    gap: 34px;
  }
  .about-grid {
    grid-template-columns: 0.9fr 1.1fr;
  }
  .about-copy {
    padding: 46px;
  }
  .portrait-panel {
    min-height: 640px;
  }
  .contact-row {
    grid-template-columns: 1fr;
  }
  .project-modal {
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  }
}
@media (max-width: 980px) {
  .menu-toggle {
    display: block;
  }
  .main-nav {
    position: fixed;
    inset: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 0;
    padding: 110px 48px 42px;
    background: rgba(3, 9, 20, 0.988);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  }
  .main-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .main-nav > a {
    display: block;
    padding: 17px 0;
    font-size: 13px;
  }
  .main-nav > a::after {
    display: none;
  }
  .about-grid {
    grid-template-columns: 1fr;
  }
  .portrait-panel {
    min-height: 620px;
  }
  .project-modal-backdrop {
    padding: 18px;
  }
  .project-modal {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, 1fr) auto;
    height: calc(100svh - 36px);
  }
  .gallery-stage {
    min-height: 0;
  }
  .gallery-copy {
    padding: 30px 34px 34px;
  }
  .gallery-copy > p {
    margin-bottom: 13px;
  }
  .gallery-copy h2 {
    font-size: 38px;
  }
  .gallery-copy > strong {
    margin-top: 18px;
  }
  .gallery-close {
    top: 16px;
    right: 18px;
    padding: 9px 12px;
    background: rgba(3, 9, 20, 0.78);
  }
}
@media (max-width: 820px) {
  .shell {
    width: calc(100% - 36px);
  }
  .hero-shell {
    padding-top: 130px;
  }
  .hero-eyebrow {
    max-width: 650px;
    margin-bottom: 23px;
    font-size: 12px;
  }
  h1 {
    font-size: clamp(46px, 7.15vw, 60px);
  }
  .statement-grid,
  .section-heading,
  .audiences-intro,
  .approach-intro {
    grid-template-columns: 1fr;
    gap: 27px;
  }
  .section-heading {
    margin-bottom: 54px;
  }
  .section-heading h2,
  .audiences-intro h2,
  .approach-intro h2,
  .about-copy h2 {
    font-size: clamp(35px, 6.3vw, 46px);
  }
  .service-list {
    gap: 36px;
  }
  .service-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .audience-grid {
    gap: 42px 46px;
  }
  .proof-line {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 46px;
  }
  .featured-copy {
    min-height: 0;
    padding: 38px 36px;
  }
  .secondary-mandate {
    grid-template-columns: 1fr;
  }
  .secondary-media {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }
  .secondary-copy {
    align-self: auto;
  }
  .intervention-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .intervention-card {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(220px, 0.95fr);
  }
  .intervention-card > img {
    height: 100%;
    aspect-ratio: auto;
  }
  .intervention-card > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 210px;
    padding: 30px;
  }
  .additional-interventions {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .additional-interventions p {
    grid-row: auto;
  }
  .prior-experience {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 46px;
  }
  .approach-intro h2,
  .approach-intro > p {
    grid-column: 1;
    margin-top: 0;
  }
  .method-list {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 38px;
  }
  .method-row p {
    max-width: 620px;
  }
  .portrait-panel {
    min-height: 600px;
  }
  .about-copy {
    padding: 44px;
  }
  .footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 620px) {
  .shell {
    width: calc(100% - 28px);
  }
  .site-header,
  .site-header.is-scrolled {
    height: 72px;
  }
  .brand img {
    width: 140px;
  }
  .main-nav {
    padding: 100px 28px 34px;
  }
  .hero-shell {
    padding: 114px 0 30px;
  }
  .hero-title-wrap {
    padding-bottom: 41px;
  }
  .hero-eyebrow {
    margin-bottom: 22px;
    font-size: 11px;
    letter-spacing: 0.115em;
  }
  h1 {
    font-size: clamp(36px, 9.85vw, 53px);
    line-height: 0.89;
  }
  .hero-lead {
    font-size: 15px;
    line-height: 1.58;
  }
  .hero-actions {
    flex-direction: column;
  }
  .button {
    width: 100%;
    min-width: 0;
  }
  .ticker-set {
    padding-block: 15px;
  }
  .ticker-item {
    gap: 23px;
    margin-right: 23px;
  }
  .section-pad {
    padding: 76px 0;
  }
  .section-marker {
    font-size: 10.5px;
  }
  .section-heading h2,
  .audiences-intro h2,
  .approach-intro h2,
  .about-copy h2 {
    font-size: clamp(35px, 10.3vw, 46px);
  }
  .statement-copy h2 {
    font-size: clamp(34px, 9.8vw, 44px);
  }
  .statement-copy p,
  .section-heading > div:last-child > p {
    font-size: 15px;
  }
  .service-row h3 {
    font-size: 26px;
  }
  .service-row p {
    font-size: 14px;
  }
  .audience-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .audience-card {
    min-height: 0;
    padding: 0;
  }
  .audience-card h3 {
    font-size: 25px;
  }
  .proof-line {
    gap: 30px 24px;
    margin-top: 60px;
  }
  .proof-line strong {
    min-height: 0;
    font-size: 21px;
  }
  .proof-line span {
    font-size: 9px;
  }
  .featured-copy {
    padding: 38px 24px;
  }
  .project-location {
    margin-top: 44px;
  }
  .featured-copy h3 {
    font-size: clamp(35px, 10.4vw, 45px);
  }
  .secondary-content {
    padding: 34px 24px;
  }
  .secondary-media {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }
  .secondary-mandate h3 {
    font-size: 31px;
  }
  .gautwill-interventions {
    margin-top: 68px;
  }
  .intervention-card {
    display: block;
  }
  .intervention-card > img {
    height: auto;
    aspect-ratio: 16 / 10;
  }
  .intervention-card > div {
    min-height: 0;
    padding: 23px 22px 26px;
  }
  .projects-grid {
    grid-template-columns: 1fr;
  }
  .project-card,
  .project-card-wide {
    height: 380px;
  }
  .project-content {
    right: 22px;
    bottom: 22px;
    left: 22px;
  }
  .method-row h3 {
    font-size: 28px;
  }
  .portrait-panel {
    min-height: 500px;
  }
  .portrait-panel figcaption {
    right: 20px;
    bottom: 20px;
    left: 20px;
    font-size: 8px;
  }
  .about-copy {
    padding: 36px 23px;
  }
  .about-wordmark {
    width: 146px;
  }
  .about-lead {
    font-size: 14px;
  }
  .about {
    padding-bottom: 52px;
  }
  .contact {
    padding-bottom: 28px;
  }
  .contact {
    padding-top: 64px;
  }
  .contact h2 {
    margin-top: 36px;
    font-size: clamp(37px, 10.5vw, 46px);
  }
  .contact-row {
    margin-top: 44px;
  }
  .contact-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }
  .contact-link {
    font-size: 18px;
  }
  .footer {
    margin-top: 46px;
  }
  .footer-brand img {
    width: 96px;
  }
  .project-modal-backdrop {
    padding: 0;
  }
  .project-modal {
    width: 100%;
    height: 100svh;
  }
  .gallery-copy {
    padding: 24px 22px 26px;
  }
  .gallery-copy h2 {
    font-size: 34px;
  }
  .gallery-copy > strong {
    margin-top: 14px;
    font-size: 12px;
  }
  .gallery-controls {
    right: 20px;
    bottom: 16px;
    left: 20px;
  }
  .gallery-controls button {
    font-size: 8px;
  }
}

/* WordPress toolbar offset: visible only to authenticated administrators. */
.admin-bar .site-header {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}
@media (max-width: 390px) {
  h1 {
    font-size: 10.5vw;
  }
  .proof-line {
    grid-template-columns: 1fr;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
:root {
  --label-col: 168px;
  --section-gap: 48px;
  --type-hero: clamp(50px, 5vw, 78px);
  --type-h2: clamp(34px, 2.75vw, 43px);
  --type-h3: clamp(22px, 1.75vw, 28px);
  --type-body: 16px;
  --type-label: 11px;
  --text-soft: #c1cad6;
  --text-muted: #a8b5c5;
}
.main-nav {
  color: #f2f5f9;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .115em;
}
.hero-eyebrow {
  color: #eef2f7;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
}
h1 {
  max-width: 980px;
  font-size: var(--type-hero);
  font-weight: 700;
  line-height: .92;
  letter-spacing: -.055em;
}
.hero-lead {
  color: var(--text-soft);
  font-size: 16.5px;
  line-height: 1.62;
}
.button {
  min-width: 220px;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: .105em;
}
.button-primary {
  border-color: var(--yellow);
  background: var(--yellow);
  color: var(--navy-950);
}
.button-ghost {
  border-color: var(--yellow) !important;
  background: transparent;
  color: var(--yellow) !important;
}
.button-ghost:hover,
.button-ghost:focus-visible {
  border-color: var(--yellow-soft);
  background: rgba(255,204,0,.075);
  color: var(--yellow-soft);
}
h1 .accent {
  color: var(--yellow);
}
.section-marker,
.references-marker {
  color: var(--yellow) !important;
  font-size: var(--type-label);
  font-weight: 750;
  letter-spacing: .14em;
}
.section-marker::before,
.references-marker::before,
.project-status::before,
.project-role::before {
  background: var(--yellow);
}
.section-heading,
.statement-grid {
  display: grid;
  grid-template-columns: var(--label-col) minmax(0,1fr);
  gap: var(--section-gap);
  align-items: start;
}
.section-heading {
  margin-bottom: 52px;
}
.section-marker {
  padding-top: 8px;
}
.section-heading h2,
.statement-copy h2,
.about-copy h2,
.contact-main h2 {
  margin: 0;
  max-width: 920px;
  color: var(--paper);
  font-size: var(--type-h2);
  font-weight: 650;
  line-height: 1.06;
  letter-spacing: -.043em;
}
.section-heading > div:last-child > p,
.statement-copy p,
.contact-main > p {
  max-width: 780px;
  margin: 22px 0 0;
  color: var(--text-soft);
  font-size: var(--type-body);
  line-height: 1.64;
}
.section-pad {
  padding-block: 88px;
}
.statement {
  padding-block: 76px;
  background: radial-gradient(720px 420px at 82% 8%, rgba(21,58,118,.13), transparent 72%),
    linear-gradient(180deg, #08182f, #07162b);
}
.services {
  padding-block: 88px;
  background: radial-gradient(720px 440px at 12% 8%, rgba(21,58,118,.09), transparent 74%),
    linear-gradient(180deg, #061226, #07152a);
}
.approach {
  padding-block: 82px;
  background: radial-gradient(700px 420px at 82% 8%, rgba(21,58,118,.08), transparent 74%),
    linear-gradient(180deg, #030914, #050f20);
}
.audiences {
  padding-block: 84px;
  background: radial-gradient(720px 430px at 18% 8%, rgba(21,58,118,.11), transparent 74%),
    linear-gradient(180deg, #08182f, #07162b);
}
.references {
  padding-block: 88px;
  background: radial-gradient(880px 520px at 88% 4%, rgba(21,58,118,.13), transparent 74%),
    linear-gradient(180deg, #061226, #07152a);
}
.about {
  padding-block: 88px 72px;
  background: radial-gradient(720px 440px at 10% 8%, rgba(21,58,118,.11), transparent 74%),
    linear-gradient(180deg, #08182f, #07162b);
}
.contact {
  padding-block: 62px 26px;
  background: radial-gradient(720px 390px at 78% 10%, rgba(21,58,118,.08), transparent 76%),
    #020711;
}
.statement-copy {
  max-width: 940px;
}
.statement-copy h2 {
  max-width: 780px;
}
.statement-copy p {
  max-width: 820px;
}
.services .section-heading {
  margin-bottom: 44px;
}
.service-list {
  display: grid;
  gap: 0;
}
.service-row {
  display: grid;
  grid-template-columns: minmax(300px,.82fr) minmax(0,1.18fr);
  gap: 54px;
  min-height: 92px;
  padding: 18px 0;
  align-items: start;
}
.service-row h3 {
  margin: 0;
  color: var(--paper);
  font-size: var(--type-h3);
  font-weight: 650;
  line-height: 1.12;
  letter-spacing: -.034em;
}
.service-row p {
  max-width: 720px;
  margin: 0;
  padding-top: 2px;
  color: var(--text-soft);
  font-size: 15.5px;
  line-height: 1.62;
}
.approach-heading {
  margin-bottom: 42px;
}
.method-list {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 54px;
  margin: 0 0 0 calc(var(--label-col) + var(--section-gap));
}
.method-row {
  padding: 0;
}
.method-row h3 {
  margin: 0 0 12px;
  color: var(--paper);
  font-size: var(--type-h3);
  font-weight: 650;
  line-height: 1.12;
  letter-spacing: -.033em;
}
.method-row p {
  max-width: 330px;
  margin: 0;
  color: var(--text-soft);
  font-size: 15px;
  line-height: 1.6;
}
.audiences-heading {
  margin-bottom: 44px;
}
.audiences-heading h2 {
  max-width: 840px;
}
.audience-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 44px 72px;
  margin-left: calc(var(--label-col) + var(--section-gap));
}
.audience-card {
  min-height: 0;
  padding: 0;
}
.audience-card h3 {
  margin: 0 0 12px;
  color: var(--paper);
  font-size: var(--type-h3);
  font-weight: 650;
  line-height: 1.12;
  letter-spacing: -.034em;
}
.audience-card p {
  max-width: 470px;
  margin: 0;
  color: var(--text-soft);
  font-size: 15px;
  line-height: 1.6;
  text-wrap: pretty;
}
.proof-line {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 28px;
  margin: 48px 0 0 calc(var(--label-col) + var(--section-gap));
}
.proof-line strong {
  display: block;
  min-height: 0;
  margin: 0 0 7px;
  color: var(--yellow) !important;
  font-size: clamp(20px,1.55vw,24px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -.035em;
}
.proof-line span {
  display: block;
  color: #eef2f7;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .11em;
  line-height: 1.45;
  text-transform: uppercase;
}
.references-heading {
  margin-bottom: 34px;
}
.references-heading > div:last-child > p {
  max-width: 760px;
}
.reference-group-heading,
.reference-subhead,
.reference-group-title {
  display: none !important;
}
.mandates-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 18px;
  align-items: stretch;
  grid-auto-rows: 1fr;
  margin-left: calc(var(--label-col) + var(--section-gap));
}
.mandate-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.065);
  background: linear-gradient(180deg, rgba(10,30,61,.84), rgba(7,22,44,.96));
}
.mandate-card-confidential {
  min-height: 0;
  align-self: stretch;
}
.mandate-card-confidential .mandate-copy {
  justify-content: flex-start;
  padding: 34px 34px 36px;
}
.confidential-visual {
  display: grid;
  width: 100%;
  aspect-ratio: 16/7;
  place-items: center;
  overflow: hidden;
  background: radial-gradient(520px 240px at 76% 18%, rgba(21,58,118,.12), transparent 72%),
    linear-gradient(180deg, #050e1d, #071429);
}
.confidential-visual span {
  color: #8fa0b5;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.mandate-card-image {
  display: grid;
  grid-template-rows: auto 1fr;
}
.mandate-media {
  width: 100%;
  min-height: 0;
  aspect-ratio: 16/7;
  overflow: hidden;
  background: #08182f;
}
.mandate-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 46%;
  filter: saturate(.97) brightness(.95) contrast(1.01);
}
.mandate-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 30px 32px 34px;
}
.project-status {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #eef2f7;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .13em;
  line-height: 1.45;
  text-transform: uppercase;
}
.project-status::before {
  content: "";
  width: 18px;
  height: 1px;
  flex: 0 0 18px;
}
.project-location {
  margin: 22px 0 9px;
  color: #eef2f7;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .13em;
  line-height: 1.45;
  text-transform: uppercase;
}
.mandate-copy h3 {
  margin: 0;
  max-width: 560px;
  color: var(--paper);
  font-size: clamp(26px,2vw,33px);
  font-weight: 650;
  letter-spacing: -.042em;
  line-height: 1.04;
}
.project-description {
  margin: 19px 0 0;
  color: var(--text-soft);
  font-size: 14.5px;
  line-height: 1.62;
}
.confidentiality-note,
.mission-credit {
  margin: 17px 0 0;
  color: #98a8ba;
  font-size: 11.5px;
  line-height: 1.55;
}
.gautwill-interventions {
  margin: 54px 0 0 calc(var(--label-col) + var(--section-gap));
}
.subsection-heading {
  margin-bottom: 20px;
}
.subsection-heading h3 {
  margin: 0;
  color: var(--paper);
  font-size: clamp(24px,1.8vw,29px);
  font-weight: 650;
  line-height: 1.1;
  letter-spacing: -.034em;
}
.intervention-grid-text {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 12px;
}
.intervention-card-text {
  display: flex;
  flex-direction: column;
  min-height: 184px;
  padding: 24px 22px;
  border: 1px solid rgba(255,255,255,.055);
  background: linear-gradient(180deg, rgba(10,30,61,.78), rgba(8,24,47,.92));
}
.intervention-card-text p {
  margin: 0 0 11px;
  color: #eef2f7;
  font-size: 9.5px;
  font-weight: 750;
  letter-spacing: .12em;
  line-height: 1.45;
  text-transform: uppercase;
}
.intervention-card-text h4 {
  margin: 0 0 15px;
  color: var(--paper);
  font-size: clamp(20px,1.5vw,24px);
  font-weight: 650;
  line-height: 1.12;
  letter-spacing: -.03em;
}
.intervention-card-text span {
  display: block;
  color: #bac5d2;
  font-size: 13.5px;
  line-height: 1.56;
}
.intervention-gallery-trigger {
  align-self: flex-start;
  margin-top: auto;
  padding: 18px 0 0;
  border: 0;
  background: transparent;
  color: #eef2f7;
  cursor: pointer;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .13em;
  line-height: 1.45;
  text-transform: uppercase;
}
.intervention-gallery-trigger:hover {
  color: var(--yellow);
}
.intervention-card-grouped {
  min-height: 150px;
  grid-column: span 2;
}
.intervention-card-grouped h4 {
  margin-bottom: 14px;
  color: #dce3ec;
  font-size: 17px;
  line-height: 1.35;
  letter-spacing: -.015em;
}
.prior-experience {
  display: grid;
  grid-template-columns: var(--label-col) minmax(0,1fr);
  gap: var(--section-gap);
  align-items: start;
  margin: 62px 0 24px;
}
.prior-experience h3 {
  margin: 0;
  color: #eef2f7;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .12em;
  line-height: 1.4;
  text-transform: uppercase;
}
.prior-experience p {
  max-width: 720px;
  margin: 0;
  color: var(--text-soft);
  font-size: 13px;
  line-height: 1.6;
}
.projects-grid {
  gap: 14px;
}
.project-role {
  color: #eef2f7;
}
.project-content > span:not(.project-role):not(.project-open) {
  color: #c6d0dc;
}
.project-open {
  color: #f2f5f9;
}
.about-grid {
  grid-template-columns: minmax(0,.82fr) minmax(0,1.18fr);
  gap: 18px;
  align-items: stretch;
}
.portrait-panel {
  min-height: 0;
  aspect-ratio: 4/5;
}
.portrait-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 44%;
}
.portrait-panel figcaption {
  color: #eef2f7;
}
.about-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
  padding: 42px 46px;
}
.about-copy h2 {
  margin-top: 22px;
}
.about-lead {
  margin-top: 26px;
  color: var(--text-soft);
  font-size: 15px;
  line-height: 1.66;
}
.about-secondary {
  margin-top: 17px;
  color: var(--text-soft);
  font-size: 14px;
  line-height: 1.66;
}
.about-link {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 8px;
  margin-top: 22px;
  color: #eef2f7;
  font-size: 10.5px;
  font-weight: 750;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.about-link:hover {
  color: var(--yellow);
}
.contact-heading {
  margin-bottom: 34px;
}
.contact-main h2 {
  max-width: 620px;
}
.contact-main > p {
  max-width: 660px;
}
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 28px;
  margin-top: 24px;
}
.contact-link {
  color: #f4f7fb;
  font-size: clamp(17px,1.25vw,19px);
  font-weight: 650;
}
.social-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #eef2f7;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.contact-link:hover,
.social-link:hover {
  color: var(--yellow);
}
.social-icon {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  fill: currentColor;
}
.footer {
  margin-top: 24px;
  padding-top: 20px;
}
.footer-brand img {
  width: 96px;
}
.footer-right {
  color: #8e9caf;
}
.seymaz-modal {
  position: relative;
  width: min(1460px, 100%);
  max-height: calc(100svh - 60px);
  overflow: auto;
  padding: 62px 30px 30px;
  background: #07162c;
  box-shadow: 0 32px 100px rgba(0,0,0,.38);
}
.seymaz-modal-heading {
  padding-right: 110px;
}
.seymaz-modal-heading p {
  margin: 0 0 10px;
  color: #a9b6c7;
  font-size: 9.5px;
  font-weight: 750;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.seymaz-modal-heading h2 {
  margin: 0;
  color: var(--paper);
  font-size: clamp(30px,2.8vw,43px);
  font-weight: 650;
  letter-spacing: -.043em;
  line-height: 1.04;
}
.seymaz-visuals {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 14px;
  margin-top: 26px;
}
.seymaz-visuals figure {
  margin: 0;
}
.seymaz-visuals img {
  width: 100%;
  aspect-ratio: 3600/2120;
  object-fit: contain;
  background: #020711;
}
.seymaz-visuals figcaption {
  margin-top: 9px;
  color: #8998ab;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
@media (max-width: 1100px) {
  :root {
    --label-col: 132px;
    --section-gap: 34px;
    --type-hero: clamp(48px,6.2vw,64px);
    --type-h2: clamp(31px,4vw,37px);
    --type-h3: clamp(21px,2.55vw,25px);
  }
  .shell {
    width: min(var(--shell), calc(100% - 48px));
  }
  .site-header {
    height: 78px;
  }
  .brand img {
    width: 150px;
  }
  .main-nav {
    gap: 22px;
    font-size: 10px;
  }
  .hero-shell {
    padding-top: 112px;
  }
  .hero-bottom {
    gap: 34px;
  }
  .section-pad {
    padding-block: 76px;
  }
  .service-row {
    grid-template-columns: minmax(260px,.82fr) minmax(0,1.18fr);
    gap: 36px;
    min-height: 88px;
  }
  .method-list {
    gap: 34px;
  }
  .audience-grid {
    gap: 38px 52px;
  }
  .proof-line {
    gap: 20px;
  }
  .mandates-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 14px;
  }
  .mandate-card-confidential {
    min-height: 0;
  }
  .mandate-card-confidential .mandate-copy {
    padding: 34px 30px;
  }
  .mandate-copy {
    padding: 26px 28px 30px;
  }
  .intervention-grid-text {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .intervention-card-text {
    min-height: 160px;
  }
  .about-copy {
    padding: 34px 36px;
  }
}
@media (max-width: 860px) {
  :root {
    --label-col: 118px;
    --section-gap: 28px;
  }
  .menu-toggle {
    display: block;
  }
  .section-heading,
  .statement-grid {
    grid-template-columns: var(--label-col) minmax(0,1fr);
    gap: var(--section-gap);
  }
  .method-list,
  .audience-grid,
  .proof-line,
  .mandates-grid,
  .gautwill-interventions {
    margin-left: calc(var(--label-col) + var(--section-gap));
  }
  .method-list {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .audience-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .proof-line {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 28px 20px;
  }
  .mandates-grid {
    grid-template-columns: 1fr;
  }
  .mandate-card-confidential {
    min-height: 0;
  }
  .mandate-card-confidential .mandate-copy {
    padding: 32px 28px;
  }
  .intervention-grid-text {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .prior-experience {
    grid-template-columns: var(--label-col) minmax(0,1fr);
    gap: var(--section-gap);
  }
  .about-grid {
    grid-template-columns: 1fr 1fr;
  }
  .portrait-panel {
    aspect-ratio: 4/5;
  }
}
@media (max-width: 620px) {
  :root {
    --type-hero: clamp(40px,11vw,48px);
    --type-h2: clamp(28px,8vw,34px);
    --type-h3: clamp(20px,6vw,24px);
  }
  .shell {
    width: calc(100% - 36px);
  }
  .site-header {
    height: 70px;
  }
  .brand img {
    width: 132px;
  }
  .hero-shell {
    padding: 96px 0 32px;
  }
  .hero-eyebrow {
    font-size: 10px;
  }
  .hero-bottom {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .hero-actions {
    justify-content: flex-start;
    gap: 12px;
  }
  .button {
    min-width: 0;
    flex: 0 0 auto;
  }
  .section-pad {
    padding-block: 62px;
  }
  .section-heading,
  .statement-grid,
  .prior-experience {
    grid-template-columns: 1fr;
    gap: 17px;
  }
  .section-heading {
    margin-bottom: 36px;
  }
  .section-marker {
    padding-top: 0;
  }
  .method-list,
  .audience-grid,
  .proof-line,
  .mandates-grid,
  .gautwill-interventions {
    margin-left: 0;
  }
  .service-row {
    grid-template-columns: 1fr;
    gap: 7px;
    min-height: 0;
    padding: 14px 0;
  }
  .service-row p {
    font-size: 14px;
  }
  .method-list {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .audience-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .proof-line {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 26px 18px;
    margin-top: 38px;
  }
  .mandates-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .mandate-media {
    aspect-ratio: 16/7;
  }
  .mandate-copy {
    padding: 24px 22px 27px;
  }
  .gautwill-interventions {
    margin-top: 42px;
  }
  .intervention-grid-text {
    grid-template-columns: 1fr;
  }
  .intervention-card-text,
  .intervention-card-grouped {
    min-height: 0;
    padding: 22px 20px;
  }
  .intervention-card-grouped {
    grid-column: 1;
  }
  .prior-experience {
    margin-top: 50px;
  }
  .projects-grid {
    grid-template-columns: 1fr;
  }
  .project-card,
  .project-card-wide {
    grid-column: 1;
  }
  .about-grid {
    grid-template-columns: 1fr;
  }
  .portrait-panel {
    aspect-ratio: 4/5;
  }
  .about-copy {
    padding: 32px 22px;
  }
  .contact {
    padding-top: 54px;
  }
  .contact-heading {
    margin-bottom: 22px;
  }
  .contact-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .footer {
    margin-top: 30px;
  }
  .seymaz-modal {
    width: 100%;
    height: 100svh;
    max-height: none;
    padding: 72px 14px 24px;
  }
  .seymaz-modal-heading {
    padding-right: 0;
  }
  .seymaz-visuals {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}
