:root {
  --ink: #11100e;
  --warm-black: #171511;
  --paper: #f6f1e8;
  --paper-deep: #e9decf;
  --line: #c7b9a5;
  --muted: #61594d;
  --red: #a5201d;
  --brick: #7d2d25;
  --gold: #b98632;
  --sage: #6b7161;
  --white: #fffaf2;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: "Helvetica Neue", Arial, sans-serif;
  margin: 0;
  overflow-x: hidden;
}

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

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

.site-header {
  align-items: center;
  background: rgba(246, 241, 232, 0.94);
  border-bottom: 1px solid rgba(17, 16, 14, 0.18);
  display: flex;
  justify-content: space-between;
  min-height: 76px;
  padding: 18px clamp(18px, 4vw, 64px);
  position: sticky;
  top: 0;
  z-index: 10;
}

.wordmark {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(25px, 3vw, 38px);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 0.9;
  text-transform: lowercase;
}

.brand-mark {
  align-items: center;
  display: inline-flex;
  gap: clamp(10px, 1.4vw, 16px);
  min-width: 0;
}

.brand-mark img {
  flex: 0 0 auto;
  width: clamp(42px, 4.2vw, 58px);
}

.brand-mark .wordmark {
  white-space: nowrap;
}

.site-header nav {
  display: flex;
  gap: clamp(16px, 3vw, 42px);
}

.site-header nav a,
.kicker,
.index-strip a,
.service-row span,
.expertise-grid span,
.work-grid span,
.engagement-grid span,
.office-list span,
.method-grid span,
.hero-note a,
.contact a {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-header nav a {
  border-bottom: 1px solid transparent;
  padding: 8px 0;
}

.site-header nav a:hover {
  border-color: var(--red);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(290px, 0.65fr);
  min-height: auto;
  padding: clamp(76px, 9vw, 142px) clamp(18px, 4vw, 64px) clamp(54px, 7vw, 104px);
}

.hero-copy {
  align-self: start;
  max-width: 1120px;
}

.kicker {
  color: var(--red);
  margin: 0 0 28px;
}

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

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.025em;
}

h1 {
  font-size: clamp(58px, 9vw, 144px);
  line-height: 0.86;
  margin-bottom: 0;
  max-width: 1180px;
  overflow-wrap: break-word;
}

.hero-note {
  align-self: start;
  border-left: 1px solid var(--line);
  margin-left: clamp(18px, 4vw, 52px);
  margin-top: clamp(52px, 8vw, 120px);
  padding-left: clamp(20px, 3vw, 42px);
}

.hero-note p {
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(21px, 2.2vw, 32px);
  line-height: 1.12;
  margin-bottom: 34px;
  overflow-wrap: break-word;
}

.hero-note a,
.contact a {
  border-bottom: 1px solid currentColor;
  display: inline-flex;
  padding-bottom: 6px;
}

.index-strip {
  border-bottom: 1px solid var(--ink);
  border-top: 1px solid var(--ink);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.index-strip a {
  align-items: end;
  border-right: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  min-height: 130px;
  padding: 22px clamp(18px, 3vw, 42px);
}

.index-strip a:last-child {
  border-right: 0;
}

.index-strip span {
  color: var(--red);
}

.marquee-panel {
  background: var(--warm-black);
  color: var(--white);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  min-height: 680px;
}

.marquee-image {
  background:
    linear-gradient(90deg, rgba(17, 16, 14, 0.2), rgba(17, 16, 14, 0.76)),
    url("assets/editorial-collage.svg") center / cover no-repeat;
  min-height: 560px;
}

.marquee-text {
  align-items: end;
  display: flex;
  padding: clamp(28px, 5vw, 72px);
}

.marquee-text p {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 4vw, 64px);
  letter-spacing: -0.025em;
  line-height: 0.98;
  margin: 0;
  overflow-wrap: break-word;
}

.section {
  padding: clamp(54px, 8vw, 126px) clamp(18px, 4vw, 64px);
}

.section-intro,
.work-heading {
  display: grid;
  gap: clamp(24px, 5vw, 76px);
  grid-template-columns: minmax(180px, 0.35fr) minmax(0, 1fr);
  margin-bottom: clamp(36px, 6vw, 84px);
}

.section-intro h2,
.work-heading h2,
.office-panel h2,
.contact h2 {
  font-size: clamp(38px, 5.8vw, 86px);
  line-height: 0.95;
  max-width: 980px;
}

.engagements {
  background: var(--paper-deep);
  border-bottom: 1px solid var(--ink);
  border-top: 1px solid var(--ink);
}

.engagement-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
}

.engagement-grid article {
  background: var(--paper);
  border-top: 1px solid var(--ink);
  min-height: 430px;
  padding: clamp(24px, 4vw, 46px);
}

.engagement-grid h3,
.office-list h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(31px, 3.4vw, 54px);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 0.95;
  margin: 58px 0 18px;
}

.engagement-grid p,
.office-list p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.42;
}

.subscription-card {
  background: var(--warm-black) !important;
  color: var(--white);
}

.subscription-card p {
  color: rgba(255, 250, 242, 0.74);
}

.subscription-card span {
  color: var(--gold);
}

.office-panel {
  background: var(--ink);
  color: var(--white);
  display: grid;
  gap: clamp(30px, 5vw, 72px);
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
  margin-top: clamp(42px, 6vw, 84px);
  padding: clamp(28px, 5vw, 70px);
}

.office-panel .kicker {
  color: var(--gold);
}

.office-panel h2 {
  margin-bottom: 0;
}

.office-list {
  border-top: 1px solid rgba(255, 250, 242, 0.28);
}

.office-list article {
  border-bottom: 1px solid rgba(255, 250, 242, 0.18);
  display: grid;
  gap: 24px;
  grid-template-columns: 52px minmax(160px, 0.48fr) minmax(0, 1fr);
  padding: 24px 0;
}

.office-list h3 {
  font-size: clamp(24px, 2.4vw, 35px);
  margin: 0;
}

.office-list p {
  color: rgba(255, 250, 242, 0.72);
  margin-bottom: 0;
}

.service-stack {
  border-top: 1px solid var(--ink);
}

.service-row {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: clamp(22px, 4vw, 60px);
  grid-template-columns: minmax(220px, 0.45fr) minmax(0, 0.75fr) minmax(260px, 0.55fr);
  padding: clamp(28px, 4vw, 58px) 0;
}

.service-row h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(35px, 5vw, 82px);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 0.9;
  margin: 18px 0 0;
}

.service-row p {
  color: var(--muted);
  font-size: clamp(18px, 1.6vw, 25px);
  line-height: 1.28;
}

.service-row ul {
  align-self: start;
  border-left: 1px solid var(--line);
  list-style: none;
  margin: 0;
  padding: 0 0 0 clamp(20px, 3vw, 38px);
}

.service-row li {
  border-bottom: 1px solid rgba(17, 16, 14, 0.14);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.25;
  padding: 12px 0;
}

.expertise {
  background: var(--paper-deep);
  border-top: 1px solid var(--ink);
}

.expertise-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
}

.expertise-grid article {
  background: var(--paper);
}

.expertise-grid img {
  aspect-ratio: 1.1 / 1;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.expertise-grid article div {
  padding: clamp(22px, 3.4vw, 42px);
}

.expertise-grid h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(25px, 2.8vw, 40px);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1;
  margin: 18px 0 24px;
}

.expertise-grid p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.45;
}

.work {
  background: var(--warm-black);
  color: var(--white);
}

.work .kicker {
  color: var(--gold);
}

.work-grid {
  border-top: 1px solid rgba(255, 250, 242, 0.38);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.work-grid article {
  border-right: 1px solid rgba(255, 250, 242, 0.24);
  min-height: 430px;
  padding: clamp(24px, 4vw, 50px);
}

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

.work-grid h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4vw, 62px);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 0.92;
  margin: 120px 0 24px;
}

.work-grid p {
  color: rgba(255, 250, 242, 0.72);
  font-size: 17px;
  line-height: 1.42;
}

.method {
  background: var(--brick);
  color: var(--white);
  padding: clamp(54px, 8vw, 110px) clamp(18px, 4vw, 64px);
}

.method .kicker {
  color: var(--paper);
}

.method-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: clamp(34px, 5vw, 70px);
}

.method-grid article {
  background: rgba(17, 16, 14, 0.18);
  min-height: 270px;
  padding: clamp(20px, 3vw, 38px);
}

.method-grid h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(31px, 3.2vw, 52px);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1;
  margin: 78px 0 18px;
}

.method-grid p {
  color: rgba(255, 250, 242, 0.74);
  line-height: 1.42;
}

.contact {
  align-items: end;
  background: var(--ink);
  color: var(--white);
  display: grid;
  gap: clamp(32px, 7vw, 120px);
  grid-template-columns: minmax(240px, 0.45fr) minmax(0, 1fr);
  min-height: 620px;
  padding: clamp(42px, 7vw, 96px) clamp(18px, 4vw, 64px);
}

.contact .wordmark {
  color: var(--paper);
  margin: 0;
}

.footer-brand {
  align-items: flex-start;
  display: grid;
  gap: 18px;
}

.footer-brand img {
  background: var(--white);
  padding: 12px;
  width: clamp(78px, 9vw, 118px);
}

.contact .kicker {
  color: var(--gold);
}

.contact h2 {
  margin-bottom: 44px;
}

@media (max-width: 980px) {
  .hero,
  .marquee-panel,
  .section-intro,
  .work-heading,
  .office-panel,
  .office-list article,
  .service-row,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero {
    gap: 46px;
    min-height: auto;
  }

  .hero-note {
    border-left: 0;
    border-top: 1px solid var(--line);
    margin-left: 0;
    padding-left: 0;
    padding-top: 28px;
  }

  .index-strip,
  .expertise-grid,
  .work-grid,
  .engagement-grid,
  .method-grid {
    grid-template-columns: 1fr 1fr;
  }

  .service-row ul {
    border-left: 0;
    padding-left: 0;
  }

  .service-row p {
    margin-bottom: 0;
  }
}

@media (max-width: 640px) {
  html,
  body {
    max-width: 100%;
  }

  .site-header {
    align-items: flex-start;
    display: grid;
    gap: 18px;
    min-height: 0;
  }

  .brand-mark {
    gap: 10px;
  }

  .brand-mark img {
    width: 38px;
  }

  .site-header nav {
    display: grid;
    gap: 10px 22px;
    grid-template-columns: repeat(2, max-content);
  }

  .hero {
    display: block;
    padding-top: 44px;
  }

  .hero-copy,
  .hero-note {
    max-width: 350px;
    min-width: 0;
    width: 100%;
  }

  h1 {
    font-size: 40px;
    letter-spacing: -0.015em;
    line-height: 1;
    max-width: 100%;
    overflow-wrap: normal;
    word-break: normal;
  }

  .hero-note p,
  .marquee-text p {
    font-size: 22px;
    line-height: 1.12;
    max-width: 350px;
    overflow-wrap: normal;
    word-break: normal;
  }

  .kicker {
    line-height: 1.35;
    max-width: 350px;
    overflow-wrap: normal;
    word-break: normal;
  }

  .index-strip,
  .expertise-grid,
  .work-grid,
  .engagement-grid,
  .method-grid {
    grid-template-columns: 1fr;
  }

  .index-strip a {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    min-height: 78px;
    padding-right: 20px;
  }

  .marquee-panel {
    min-height: auto;
  }

  .marquee-image {
    background-color: var(--warm-black);
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, contain;
    min-height: clamp(330px, 88vw, 430px);
  }

  .section-intro h2,
  .work-heading h2,
  .office-panel h2,
  .contact h2 {
    font-size: 34px;
    letter-spacing: -0.015em;
    line-height: 1;
    max-width: 350px;
  }

  .service-row {
    gap: 18px;
    padding: 34px 0;
  }

  .service-row h3 {
    font-size: 40px;
    letter-spacing: -0.015em;
    line-height: 1;
  }

  .service-row p {
    font-size: 17px;
    max-width: 350px;
    overflow-wrap: normal;
    word-break: normal;
  }

  .expertise-grid img {
    background: var(--warm-black);
    object-fit: contain;
  }

  .expertise-grid h3,
  .expertise-grid p,
  .engagement-grid h3,
  .engagement-grid p,
  .office-list h3,
  .office-list p,
  .work-grid p,
  .method-grid p {
    max-width: 350px;
    overflow-wrap: normal;
    word-break: normal;
  }

  .work-grid article {
    border-bottom: 1px solid rgba(255, 250, 242, 0.24);
    border-right: 0;
    min-height: 300px;
  }

  .engagement-grid h3,
  .work-grid h3,
  .method-grid h3 {
    margin-top: 58px;
  }

  .office-panel {
    padding: 28px 20px;
  }
}
