[hidden] {
  display: none !important;
}

:root {
  --ink: #21152b;
  --paper: #f6f1e9;
  --cream: #fffaf2;
  --coral: #ff5f48;
  --violet: #9d77d8;
  --blue: #78a8e8;
  --gold: #e0b557;
  --mint: #78bca7;
  --line: rgba(33, 21, 43, 0.17);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: 4px;
}

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  display: grid;
  width: 100%;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 28px clamp(24px, 5vw, 76px);
}

.monogram {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-style: italic;
}

.site-header nav {
  display: flex;
  gap: 36px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.site-header nav a,
.header-cta,
.text-link,
footer a {
  position: relative;
}

.site-header nav a::after,
.text-link::after,
footer > a:last-child::after {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0;
  height: 2px;
  background: currentColor;
  content: "";
  transition: width 180ms ease;
}

.site-header nav a:hover::after,
.text-link:hover::after,
footer > a:last-child:hover::after {
  width: 100%;
}

.header-cta {
  justify-self: end;
  border-bottom: 1px solid var(--ink);
  padding: 8px 0;
  font-size: 14px;
  font-weight: 700;
}

.header-cta span {
  display: inline-block;
  margin-left: 7px;
  transition: transform 180ms ease;
}

.header-cta:hover span {
  transform: translate(3px, -3px);
}

.hero {
  position: relative;
  display: grid;
  min-height: 810px;
  grid-template-columns: minmax(0, 1fr) 320px;
  align-items: center;
  gap: 72px;
  overflow: hidden;
  padding: 150px clamp(24px, 7vw, 108px) 84px;
  background:
    radial-gradient(circle at 80% 20%, rgba(157, 119, 216, 0.26), transparent 26%),
    radial-gradient(circle at 10% 86%, rgba(255, 95, 72, 0.17), transparent 29%),
    var(--paper);
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 1020px;
}

.eyebrow,
.section-index,
.research-type,
.publication-kicker,
.expansion-label {
  margin: 0 0 24px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow::before,
.section-index::before {
  display: inline-block;
  width: 28px;
  height: 2px;
  margin: 0 12px 4px 0;
  background: var(--coral);
  content: "";
}

.hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(54px, 7.4vw, 112px);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.89;
}

.hero h1 em {
  position: relative;
  color: var(--coral);
  font-weight: 400;
}

.hero h1 em::after {
  position: absolute;
  right: 2%;
  bottom: -11px;
  width: 58%;
  height: 8px;
  border-top: 2px solid currentColor;
  border-radius: 50%;
  content: "";
  transform: rotate(-2deg);
}

.hero-intro {
  max-width: 630px;
  margin: 40px 0 0 8%;
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.65;
}

.hero-role-line {
  max-width: 680px;
  margin: 18px 0 0 8%;
  border-left: 3px solid var(--coral);
  padding: 3px 0 3px 14px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.07em;
  line-height: 1.55;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 34px;
  margin: 34px 0 0 8%;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
}

.button-primary {
  background: var(--ink);
  color: var(--cream);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.button-primary:hover {
  box-shadow: 6px 7px 0 var(--coral);
  transform: translate(-3px, -3px);
}

.text-link {
  border-bottom: 1px solid var(--ink);
  padding: 8px 0;
  font-size: 14px;
  font-weight: 700;
}

.hero-profile {
  position: relative;
  z-index: 2;
  align-self: center;
}

.portrait-frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1;
  border: 1px solid var(--ink);
  border-radius: 52% 48% 46% 54% / 45% 49% 51% 55%;
  background: var(--cream);
  box-shadow: 13px 14px 0 rgba(157, 119, 216, 0.4);
  transform: rotate(1.5deg);
}

.portrait-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(-1.5deg) scale(1.05);
}

.hero-profile-copy {
  margin-top: 30px;
  border-top: 1px solid var(--ink);
  padding-top: 20px;
  font-size: 13px;
  line-height: 1.65;
}

.hero-profile-copy p {
  margin: 0 0 10px;
}

.hero-profile-copy strong {
  display: block;
}

.note-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 8px 1px 0;
  border-radius: 50%;
  background: #42a276;
  box-shadow: 0 0 0 5px rgba(66, 162, 118, 0.16);
}

.hero-orbit {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(33, 21, 43, 0.17);
  border-radius: 50%;
  pointer-events: none;
}

.orbit-one {
  top: -210px;
  right: -140px;
  width: 650px;
  height: 650px;
}

.orbit-two {
  right: 8%;
  bottom: -280px;
  width: 540px;
  height: 540px;
}

.hero-stamp {
  position: absolute;
  top: 45%;
  right: -64px;
  display: flex;
  gap: 10px;
  color: rgba(33, 21, 43, 0.5);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-style: italic;
  letter-spacing: 0.05em;
  transform: rotate(90deg);
}

.value-section {
  scroll-margin-top: 24px;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  padding: 0 clamp(24px, 7vw, 108px) 110px;
  background: var(--cream);
}

.impact-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
}

.impact-strip > div {
  display: flex;
  min-width: 0;
  min-height: 150px;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid var(--ink);
  padding: 24px 20px;
}

.impact-strip > div:last-child {
  border-right: 0;
}

.impact-strip strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(33px, 3.6vw, 54px);
  font-weight: 400;
  letter-spacing: -0.05em;
}

.impact-strip span {
  max-width: 170px;
  color: rgba(33, 21, 43, 0.7);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.055em;
  line-height: 1.45;
  text-transform: uppercase;
}

.value-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.55fr);
  align-items: end;
  gap: 8vw;
  margin: 100px 0 50px;
}

.value-heading h2 {
  max-width: 850px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5.6vw, 78px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.value-heading > p {
  margin: 0;
  color: rgba(33, 21, 43, 0.72);
  font-size: 15px;
  line-height: 1.7;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--ink);
  background: var(--ink);
}

.capability-grid article {
  display: flex;
  min-width: 0;
  min-height: 310px;
  flex-direction: column;
  padding: 28px;
  background: var(--paper);
}

.capability-grid article > span {
  color: var(--coral);
  font-family: "Courier New", monospace;
  font-size: 11px;
}

.capability-grid h3 {
  margin: auto 0 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(27px, 2.5vw, 38px);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.03;
}

.capability-grid p {
  margin: 0;
  color: rgba(33, 21, 43, 0.7);
  font-size: 13px;
  line-height: 1.65;
}

.section {
  padding: 120px clamp(24px, 7vw, 108px);
  scroll-margin-top: 24px;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(270px, 0.55fr);
  align-items: end;
  gap: 8vw;
  margin-bottom: 58px;
}

.section-heading h2,
.about-main h2,
.contact-section h2 {
  max-width: 860px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5.6vw, 80px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.section-lede {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.filter-bar button {
  border: 1px solid var(--ink);
  border-radius: 999px;
  padding: 10px 17px;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.filter-bar button:hover {
  transform: translateY(-2px);
}

.filter-bar button.filter-active {
  background: var(--ink);
  color: var(--cream);
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

.project-card {
  display: flex;
  min-height: 510px;
  grid-column: span 4;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border: 1px solid rgba(33, 21, 43, 0.72);
  border-radius: 2px;
  padding: 26px;
  background: var(--cream);
  box-shadow: 0 0 0 rgba(33, 21, 43, 0);
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.project-card:hover {
  box-shadow: 8px 8px 0 var(--card-accent);
  transform: translate(-4px, -4px);
}

.project-card.coral { --card-accent: var(--coral); }
.project-card.violet { --card-accent: var(--violet); }
.project-card.blue { --card-accent: var(--blue); }
.project-card.gold { --card-accent: var(--gold); }
.project-card.mint { --card-accent: var(--mint); }

.project-topline {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  padding-bottom: 14px;
  color: rgba(33, 21, 43, 0.67);
  font-family: "Courier New", monospace;
  font-size: 12px;
}

.project-org {
  margin: 44px 0 10px;
  color: rgba(33, 21, 43, 0.64);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.project-card h3 {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 2.6vw, 40px);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.03;
}

.project-description {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
}

.project-results {
  display: grid;
  gap: 5px;
  margin-top: auto;
  padding-top: 30px;
}

.project-results strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 400;
}

.project-results span {
  color: rgba(33, 21, 43, 0.65);
  font-size: 12px;
}

.project-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 22px;
}

.project-tags span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.project-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
  border-top: 1px solid var(--line);
  padding-top: 15px;
  font-size: 12px;
  font-weight: 800;
}

.project-link span {
  transition: transform 180ms ease;
}

.project-link:hover span {
  transform: translate(3px, -3px);
}

.work-proof {
  margin-top: clamp(80px, 10vw, 140px);
  border-top: 1px solid var(--ink);
  padding-top: 42px;
}

.proof-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.45fr);
  gap: 60px;
  align-items: end;
  margin-bottom: 34px;
}

.proof-label,
.proof-number,
.proof-tag {
  margin: 0 0 12px;
  color: var(--coral);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.proof-heading h3,
.proof-copy h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 5vw, 68px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.proof-heading > p {
  margin: 0;
  color: rgba(33, 21, 43, 0.68);
  font-size: 14px;
  line-height: 1.65;
}

.proof-featured {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
  background: var(--ink);
  color: var(--cream);
}

.proof-copy {
  display: flex;
  flex-direction: column;
  padding: clamp(30px, 4vw, 56px);
}

.proof-copy h3 {
  max-width: 620px;
  font-size: clamp(36px, 4vw, 58px);
}

.proof-copy > p:not(.proof-number) {
  max-width: 560px;
  margin: 30px 0 0;
  color: rgba(255, 250, 242, 0.74);
  font-size: 14px;
  line-height: 1.7;
}

.proof-notes {
  display: grid;
  gap: 0;
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
}

.proof-notes li {
  border-top: 1px solid rgba(255, 250, 242, 0.2);
  padding: 18px 0;
  color: rgba(255, 250, 242, 0.68);
  font-size: 12px;
  line-height: 1.6;
}

.proof-notes strong {
  display: block;
  margin-bottom: 4px;
  color: var(--cream);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.proof-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: auto;
  padding-top: 28px;
}

.proof-links a {
  border: 1px solid currentColor;
  border-radius: 999px;
  padding: 9px 12px;
  font-size: 10px;
  font-weight: 800;
  transition: background 180ms ease, color 180ms ease;
}

.proof-copy .proof-links a:hover {
  background: var(--cream);
  color: var(--ink);
}

.imx-gallery {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-content: start;
  gap: 1px;
  background: rgba(255, 250, 242, 0.18);
}

.imx-gallery figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: #170d20;
}

.imx-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-wide {
  grid-column: 1 / -1;
  aspect-ratio: 3 / 1;
}

.gallery-tall {
  grid-column: span 3;
  aspect-ratio: 4 / 5;
}

.gallery-proof {
  grid-column: span 3;
  aspect-ratio: 3 / 2;
}

.gallery-proof img {
  object-fit: contain;
}

.imx-gallery figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  width: fit-content;
  max-width: calc(100% - 24px);
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(33, 21, 43, 0.92);
  color: var(--cream);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.jmi-deliverables {
  display: grid;
  grid-template-columns: minmax(280px, 0.52fr) minmax(0, 1.48fr);
  margin-top: 18px;
  border: 1px solid rgba(33, 21, 43, 0.72);
  background: #eee6f8;
}

.deliverables-copy {
  display: flex;
  flex-direction: column;
  padding: clamp(30px, 4vw, 54px);
}

.deliverables-copy h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 4.2vw, 60px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.deliverables-copy > p:not(.proof-number) {
  margin: 30px 0 0;
  color: rgba(33, 21, 43, 0.72);
  font-size: 14px;
  line-height: 1.7;
}

.deliverables-copy .deliverables-note {
  margin-top: auto;
  border-top: 1px solid var(--line);
  padding-top: 22px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
}

.deliverables-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(33, 21, 43, 0.5);
}

.deliverables-gallery figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  aspect-ratio: 16 / 9;
  background: var(--ink);
}

.deliverables-gallery .deliverable-field {
  grid-column: 1 / -1;
  aspect-ratio: 2.15 / 1;
}

.deliverables-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.deliverables-gallery .deliverable-field img {
  object-fit: contain;
}

.deliverables-gallery figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  width: fit-content;
  max-width: calc(100% - 28px);
  padding: 9px 11px;
  background: rgba(33, 21, 43, 0.94);
  color: var(--cream);
  font-size: 10px;
  line-height: 1.45;
}

.deliverables-gallery figcaption strong {
  display: block;
  color: #c9a8ef;
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.proof-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  border: 1px solid rgba(33, 21, 43, 0.72);
  background: var(--cream);
}

.proof-card > img {
  display: block;
  width: 100%;
  height: 260px;
  border-bottom: 1px solid rgba(33, 21, 43, 0.72);
  background: var(--ink);
  object-fit: contain;
}

.proof-card > div {
  display: flex;
  min-height: 290px;
  flex: 1;
  flex-direction: column;
  padding: 26px;
}

.proof-card h3 {
  margin: 0 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 2.4vw, 36px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.proof-card p:not(.proof-tag) {
  margin: 0;
  color: rgba(33, 21, 43, 0.68);
  font-size: 13px;
  line-height: 1.65;
}

.proof-card .proof-links {
  margin-top: auto;
}

.proof-card .proof-links a:hover {
  background: var(--ink);
  color: var(--cream);
}

.research-section {
  background: var(--ink);
  color: var(--cream);
}

.section-index.light::before {
  background: var(--violet);
}

.research-heading .section-lede {
  color: rgba(255, 250, 242, 0.72);
}

.research-layout {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 20px;
}

.featured-research,
.publication-card {
  border: 1px solid rgba(255, 250, 242, 0.24);
  background: rgba(255, 255, 255, 0.035);
}

.featured-research {
  display: flex;
  grid-column: span 7;
  flex-direction: column;
  padding: clamp(28px, 4vw, 58px);
}

.research-type,
.publication-kicker {
  color: #c9a8ef;
}

.featured-research h3 {
  max-width: 900px;
  margin: 34px 0 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4.1vw, 58px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.03;
}

.featured-research > p:not(.research-type) {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 250, 242, 0.72);
  font-size: 15px;
  line-height: 1.7;
}

.research-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  margin-top: 32px;
  border-top: 1px solid rgba(255, 250, 242, 0.18);
  padding-top: 20px;
  font-size: 12px;
  font-weight: 700;
}

.publication-stack {
  display: contents;
}

.publication-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 30px;
}

.publication-primary {
  grid-column: span 5;
}

.publication-half {
  grid-column: span 6;
}

.status {
  display: inline-block;
  margin-bottom: 40px;
  border-radius: 999px;
  padding: 7px 11px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.status.published {
  background: #b8e8d1;
  color: #153e30;
}

.status.developing {
  background: #e9c3b9;
  color: #54231b;
}

.status.accepted {
  background: #f1d88f;
  color: #4b3510;
}

.status.conference {
  background: #c7d9f4;
  color: #203956;
}

.publication-kicker {
  margin-bottom: 10px;
  font-size: 10px;
}

.publication-card h3 {
  margin: 0 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 400;
}

.publication-card > p:last-of-type {
  margin: 0;
  color: rgba(255, 250, 242, 0.68);
  font-size: 13px;
  line-height: 1.6;
}

.publication-card .publication-links {
  margin-top: auto;
  padding-top: 22px;
}

.publication-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.publication-links a {
  border: 1px solid rgba(255, 250, 242, 0.35);
  border-radius: 999px;
  padding: 9px 12px;
  color: var(--cream);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.03em;
  transition: background 180ms ease, color 180ms ease;
}

.publication-links a:hover {
  background: var(--cream);
  color: var(--ink);
}

.research-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 38px;
}

.research-topics span {
  border: 1px solid rgba(255, 250, 242, 0.28);
  border-radius: 999px;
  padding: 10px 15px;
  color: rgba(255, 250, 242, 0.8);
  font-size: 12px;
}

.about-section {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.55fr);
  gap: 80px;
}

.about-copy {
  max-width: 760px;
  margin: 36px 0 0;
  font-size: 18px;
  line-height: 1.75;
}

.location-ribbon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin-top: 42px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
}

.location-ribbon i {
  color: var(--coral);
  font-style: normal;
}

.about-aside {
  border-left: 1px solid var(--line);
  padding-left: 42px;
}

.profile-list {
  display: grid;
}

.profile-list div {
  border-bottom: 1px solid var(--line);
  padding: 24px 0;
}

.profile-list span {
  display: block;
  margin-bottom: 11px;
  color: rgba(33, 21, 43, 0.58);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.profile-list p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.toolbox-panel {
  grid-column: 1 / -1;
  margin-top: 22px;
  padding: clamp(30px, 5vw, 62px);
  background: var(--ink);
  color: var(--cream);
}

.toolbox-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.45fr);
  align-items: end;
  gap: 70px;
  margin-bottom: 42px;
}

.toolbox-heading .expansion-label {
  color: #c9a8ef;
}

.toolbox-heading h3 {
  max-width: 660px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 5vw, 66px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.toolbox-heading > p {
  margin: 0;
  color: rgba(255, 250, 242, 0.7);
  font-size: 13px;
  line-height: 1.65;
}

.toolbox-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 250, 242, 0.22);
}

.toolbox-grid article {
  min-width: 0;
  padding: 28px;
  background: #291a35;
}

.toolbox-grid article.quick-ramp {
  background: #342144;
}

.toolbox-grid article > p {
  margin: 0 0 20px;
  color: #c9a8ef;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tool-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tool-chips span {
  border: 1px solid rgba(255, 250, 242, 0.3);
  border-radius: 999px;
  padding: 8px 11px;
  color: rgba(255, 250, 242, 0.9);
  font-size: 11px;
}

.expansion-label {
  margin-bottom: 10px;
  color: var(--coral);
}

.contact-section {
  padding: 120px clamp(24px, 7vw, 108px);
  background: var(--coral);
  text-align: center;
}

.contact-section .eyebrow::before {
  background: var(--ink);
}

.contact-section h2 {
  max-width: 980px;
  margin: 0 auto;
  font-size: clamp(54px, 8vw, 114px);
}

.contact-section > p:not(.eyebrow) {
  max-width: 620px;
  margin: 30px auto 0;
  line-height: 1.7;
}

.contact-placeholders {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 36px;
}

.contact-placeholders a,
.contact-placeholders span {
  border: 1px solid var(--ink);
  border-radius: 999px;
  padding: 13px 18px;
  font-size: 12px;
  font-weight: 700;
}

.contact-placeholders a {
  background: var(--ink);
  color: var(--cream);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.contact-placeholders a:hover {
  box-shadow: 4px 5px 0 rgba(33, 21, 43, 0.3);
  transform: translate(-2px, -2px);
}

footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 34px clamp(24px, 5vw, 76px);
  background: var(--ink);
  color: var(--cream);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-mark {
  width: 40px;
  height: 40px;
  background: var(--cream);
  color: var(--ink);
}

footer p {
  margin: 0;
  text-align: center;
}

footer > a:last-child {
  justify-self: end;
}

@media (max-width: 1200px) and (min-width: 981px) {
  .hero {
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 48px;
  }

  .hero h1 {
    font-size: clamp(58px, 6.4vw, 78px);
  }
}

@media (max-width: 980px) {
  .hero {
    min-height: 760px;
    grid-template-columns: 1fr;
    gap: 40px;
    padding-top: 160px;
  }

  .hero-profile {
    display: grid;
    max-width: 650px;
    grid-template-columns: 260px minmax(0, 1fr);
    align-items: center;
    gap: 34px;
    align-self: auto;
    margin: 0;
  }

  .hero-profile-copy {
    margin-top: 0;
  }

  .hero-stamp {
    display: none;
  }

  .section-heading,
  .proof-heading,
  .toolbox-heading,
  .value-heading,
  .research-layout,
  .about-section {
    grid-template-columns: 1fr;
  }

  .featured-research,
  .publication-card {
    grid-column: 1 / -1;
  }

  .impact-strip,
  .capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .impact-strip > div:nth-child(2n) {
    border-right: 0;
  }

  .impact-strip > div {
    border-bottom: 1px solid var(--ink);
  }

  .impact-strip > div:last-child {
    grid-column: 1 / -1;
    border-bottom: 0;
  }

  .section-heading {
    gap: 30px;
  }

  .toolbox-heading {
    gap: 24px;
  }

  .project-card {
    grid-column: span 6;
  }

  .proof-featured {
    grid-template-columns: 1fr;
  }

  .jmi-deliverables {
    grid-template-columns: 1fr;
  }

  .deliverables-copy .deliverables-note {
    margin-top: 30px;
  }

  .proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-card:last-child {
    grid-column: 1 / -1;
  }

  .about-section {
    gap: 42px;
  }

  .about-aside {
    border-top: 1px solid var(--line);
    border-left: 0;
    padding-top: 14px;
    padding-left: 0;
  }
}

@media (max-width: 700px) {
  .site-header {
    grid-template-columns: auto 1fr;
    padding: 20px 22px;
  }

  .site-header nav {
    justify-self: end;
    gap: 15px;
    font-size: 10px;
  }

  .header-cta {
    display: none;
  }

  .monogram {
    width: 42px;
    height: 42px;
  }

  .hero {
    min-height: auto;
    padding: 132px 22px 70px;
  }

  .hero h1 {
    font-size: clamp(48px, 14vw, 72px);
    line-height: 0.94;
  }

  .hero-intro,
  .hero-role-line,
  .hero-actions {
    margin-left: 0;
  }

  .value-section {
    padding: 0 22px 78px;
  }

  .value-heading {
    margin: 74px 0 36px;
  }

  .impact-strip,
  .capability-grid {
    grid-template-columns: 1fr;
  }

  .impact-strip > div,
  .impact-strip > div:nth-child(2n) {
    min-height: 125px;
    border-right: 0;
    border-bottom: 1px solid var(--ink);
  }

  .impact-strip > div:last-child {
    grid-column: auto;
    border-bottom: 0;
  }

  .capability-grid article {
    min-height: 270px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .hero-profile {
    display: block;
    max-width: 320px;
  }

  .hero-profile-copy {
    margin-top: 28px;
  }

  .section {
    padding: 84px 22px;
  }

  .section-heading {
    margin-bottom: 42px;
  }

  .project-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .project-card {
    min-height: 430px;
    grid-column: auto;
  }

  .proof-heading {
    gap: 24px;
  }

  .proof-grid {
    grid-template-columns: 1fr;
  }

  .toolbox-grid {
    grid-template-columns: 1fr;
  }

  .toolbox-panel {
    padding: 30px 22px;
  }

  .proof-card:last-child {
    grid-column: auto;
  }

  .proof-card > img {
    height: auto;
    max-height: 320px;
  }

  .proof-card > div {
    min-height: 260px;
  }

  .gallery-wide {
    aspect-ratio: 2 / 1;
  }

  .imx-gallery figcaption {
    right: 8px;
    bottom: 8px;
    left: 8px;
    max-width: calc(100% - 16px);
    border-radius: 2px;
  }

  .deliverables-gallery {
    grid-template-columns: 1fr;
  }

  .deliverables-gallery .deliverable-field {
    grid-column: auto;
    aspect-ratio: 4 / 5;
  }

  .deliverables-gallery figcaption {
    right: 8px;
    bottom: 8px;
    left: 8px;
    max-width: calc(100% - 16px);
  }

  .featured-research {
    min-height: 0;
  }

  .research-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .contact-section {
    padding: 88px 22px;
  }

  footer {
    grid-template-columns: auto 1fr;
    gap: 20px;
  }

  footer p {
    text-align: right;
  }

  footer > a:last-child {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}