@import url("https://fonts.googleapis.com/css2?family=Newsreader:opsz,wght@6..72,500;6..72,600&display=swap");

:root {
  --oxblood: #41222a;
  --oxblood-dark: #31191f;
  --oxblood-mid: #60333e;
  --antique: #fcf6e2;
  --bookbinder: #dec7ad;
  --desert: #dec7ad;
  --ink: #11100f;
  --paper: #fffdf7;
  --rule: rgba(65, 34, 42, 0.28);
  --serif: Newsreader, Georgia, serif;
  --logo-serif: "Bodoni Moda", "Bodoni 72", Didot, Georgia, serif;
  --sans: Manrope, Avenir, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--antique);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

a { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.06; }
h1 { font-size: clamp(3.25rem, 7.3vw, 7.1rem); letter-spacing: -0.04em; }
h2 { font-size: clamp(2.65rem, 5.2vw, 5.35rem); letter-spacing: -0.03em; }
h3 { font-size: 1.7rem; letter-spacing: -0.015em; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 100;
  padding: .75rem 1rem;
  color: var(--antique);
  background: var(--oxblood);
}
.skip-link:focus { top: 1rem; }

.site-header {
  min-height: 104px;
  padding: 1.35rem clamp(1.25rem, 4vw, 5rem);
  border-bottom: 1px solid var(--rule);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  background: rgba(252, 246, 226, .96);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(12px);
}

.brand { display: inline-flex; align-items: center; gap: .9rem; text-decoration: none; }
.brand-mark {
  width: 50px;
  height: 50px;
  display: block;
  overflow: hidden;
  border-radius: 8px;
}
.brand-mark img { width: 100%; height: 100%; object-fit: cover; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.1; }
.brand-name { font-family: var(--logo-serif); font-size: 1.2rem; text-transform: uppercase; letter-spacing: .03em; }
.brand-line { margin-top: .35rem; font-size: .57rem; letter-spacing: .24em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: clamp(1rem, 2.4vw, 2.4rem); font-size: .86rem; }
.site-nav a { text-decoration: none; }
.site-nav a:not(.nav-cta) { padding: .4rem 0; border-bottom: 1px solid transparent; }
.site-nav a:not(.nav-cta):hover { border-color: var(--oxblood); }
.nav-cta { padding: .75rem 1.05rem; border: 1px solid var(--oxblood); }
.nav-cta:hover { color: var(--antique); background: var(--oxblood); }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--oxblood); font: 600 .85rem var(--sans); text-transform: uppercase; letter-spacing: .12em; -webkit-appearance: none; appearance: none; }

.section-wrap { width: min(1420px, calc(100% - clamp(2.5rem, 10vw, 10rem))); margin-inline: auto; }
.eyebrow { margin-bottom: 1.2rem; color: var(--oxblood); font-size: .72rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow.light { color: rgba(252, 246, 227, .72); }
.text-link { display: inline-flex; align-items: center; gap: .75rem; padding-bottom: .25rem; border-bottom: 1px solid currentColor; color: var(--oxblood); font-size: .82rem; font-weight: 600; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.text-link:hover span { transform: translate(.2rem, -.2rem); }
.text-link span { position: relative; width: 1rem; height: 1rem; display: inline-block; flex: 0 0 1rem; overflow: hidden; font-size: 0; line-height: 1; transition: transform .2s ease; }
.text-link span::before { content: ""; position: absolute; width: .78rem; height: 1.5px; left: .08rem; top: .52rem; background: currentColor; transform: rotate(-45deg); transform-origin: center; }
.text-link span::after { content: ""; position: absolute; width: .52rem; height: .52rem; right: .05rem; top: .05rem; border-top: 1.5px solid currentColor; border-right: 1.5px solid currentColor; }

.hero {
  min-height: calc(100vh - 104px);
  padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 5vw, 6rem) clamp(4rem, 7vw, 7rem);
  position: relative;
  display: flex;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url("assets/agency-hero-background.png") center right / cover no-repeat;
  opacity: .78;
  pointer-events: none;
}
.hero-copy { width: min(72%, 1030px); }
.hero h1 { max-width: 1000px; margin-bottom: 2.25rem; }
.hero-intro { max-width: 740px; margin-bottom: 1.25rem; font-size: clamp(1.05rem, 1.35vw, 1.22rem); }
.hero-positioning { margin-bottom: 2.4rem; }

.crossroads { padding-block: clamp(6rem, 11vw, 11rem); color: var(--antique); background: var(--oxblood); }
.crossroads-grid { display: grid; grid-template-columns: 1.05fr .85fr; gap: clamp(4rem, 10vw, 12rem); }
.crossroads h2 { max-width: 720px; margin-bottom: 0; }
.crossroads-copy { max-width: 680px; }
.crossroads-copy p { margin-bottom: 1.6rem; }
.shift { font-family: var(--serif); font-size: 1.4rem; }
.changed { font-family: var(--serif); font-size: clamp(2rem, 3.5vw, 3.6rem); line-height: 1.2; }
.crossroads-close { margin-top: 3.25rem; padding-top: 2rem; border-top: 1px solid rgba(252, 246, 227, .35); font-family: var(--serif); font-size: clamp(1.55rem, 2.5vw, 2.45rem); line-height: 1.25; }

.premise { padding-block: clamp(6rem, 10vw, 10rem); }
.section-heading { max-width: 950px; margin-bottom: clamp(3.5rem, 7vw, 7rem); }
.section-heading h2 { margin-bottom: 1.5rem; }
.section-heading > p:last-child { max-width: 720px; font-size: 1.1rem; }
.people-intro { max-width: 1100px; }
.people-verse { max-width: 900px; margin: clamp(2rem, 4vw, 3.5rem) 0 2rem; padding-left: clamp(1.5rem, 4vw, 4rem); border-left: 1px solid var(--rule); font-family: var(--serif); font-size: clamp(1.7rem, 3vw, 3rem); line-height: 1.25; }
.people-verse cite { display: block; margin-top: 1rem; font-family: var(--sans); font-size: .7rem; font-style: normal; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.people-intro-copy { max-width: 760px; }
.people-intro-copy p { font-size: 1.08rem; }
.people-intro-copy p + p { margin-top: 1rem; }
.people-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--rule); }
.people-grid article { display: flex; min-height: 320px; padding: clamp(2rem, 3vw, 3.25rem); flex-direction: column; justify-content: flex-end; }
.people-grid article:nth-child(1) { background: var(--oxblood); color: var(--antique); }
.people-grid article:nth-child(2) { background: color-mix(in srgb, var(--oxblood) 18%, var(--antique)); }
.people-grid article:nth-child(3) { background: color-mix(in srgb, var(--bookbinder) 68%, var(--antique)); }
.people-grid article:nth-child(4) { background: var(--paper); }
.number { color: var(--oxblood); font-size: .7rem; font-weight: 600; letter-spacing: .17em; }
.people-grid h3 { margin: 0 0 .75rem; font-size: clamp(1.8rem, 2.3vw, 2.75rem); }
.people-grid p { margin-bottom: 0; }
.premise-statement { max-width: 1050px; margin: clamp(5rem, 9vw, 9rem) 0 2.5rem auto; font-family: var(--serif); font-size: clamp(2.7rem, 5.4vw, 5.6rem); line-height: 1.08; letter-spacing: -.03em; }
.premise-detail { max-width: 690px; margin-left: auto; }

.equation { padding-block: clamp(8rem, 13vw, 13rem); background: var(--bookbinder); }
.equation .eyebrow { text-align: center; }
.equation-line { margin: clamp(5rem, 8vw, 8rem) 0 clamp(4rem, 6vw, 6rem); display: flex; align-items: center; justify-content: center; gap: clamp(.75rem, 1.4vw, 1.75rem); font-size: clamp(2.35rem, 3.7vw, 4.75rem); line-height: .98; text-align: center; }
.equation-term { display: inline-block; white-space: nowrap; }
.equation-light { color: rgba(17, 16, 15, .66); font-weight: 500; }
.equation-focus { color: var(--oxblood); font-size: 1.08em; font-weight: 600; }
.equation-connector { position: relative; flex: 1 1 clamp(2.75rem, 5vw, 6rem); min-width: 2.75rem; max-width: 6rem; height: 2px; background: var(--oxblood); }
.equation-connector::after { content: ""; position: absolute; top: 50%; right: 0; width: .65rem; height: .65rem; border-top: 2px solid var(--oxblood); border-right: 2px solid var(--oxblood); transform: translateY(-50%) rotate(45deg); transform-origin: center; }
.equation-note { max-width: 760px; margin: 0 auto; color: rgba(17, 16, 15, .72); font-size: clamp(1rem, 1.35vw, 1.2rem); text-align: center; }

.work { padding-block: clamp(6rem, 10vw, 10rem); color: var(--antique); background: var(--oxblood-dark); }
.work .eyebrow { color: rgba(252, 246, 226, .7); }
.work-heading { max-width: none; display: grid; grid-template-columns: 1fr .8fr; gap: 6rem; align-items: end; }
.section-intro-action p { margin-bottom: 1.75rem; }
.service-index { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; margin-bottom: 3rem; border: 1px solid rgba(252, 246, 226, .28); background: rgba(252, 246, 226, .28); }
.service-index article { min-height: 470px; padding: 0; display: flex; flex-direction: column; background: var(--oxblood); }
.service-index .number { padding: 1.4rem 1.35rem 0; color: rgba(252, 246, 226, .68); }
.service-index h3 { min-height: 3.5rem; margin: 3.6rem 1.35rem 1.35rem; color: var(--antique); font-size: 1.55rem; }
.service-index .question { min-height: 7.2rem; margin: 0; padding: 1.4rem 1.35rem; display: flex; align-items: center; color: var(--antique); background: var(--oxblood-mid); font-family: var(--serif); font-size: 1.22rem; line-height: 1.35; }
.service-index article > p:last-child { flex: 1; margin: 0; padding: 1.5rem 1.35rem 1.75rem; color: var(--ink); background: var(--antique); font-size: .92rem; line-height: 1.7; }

.inflection { padding-block: clamp(6rem, 10vw, 10rem); background: #ead9c5; }
.inflection-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(4rem, 10vw, 11rem); }
.inflection h2 { font-size: clamp(2.8rem, 5vw, 5rem); }
.situations { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--rule); }
.situations li { display: grid; grid-template-columns: .75rem 1fr; gap: 1.25rem; padding: 1.25rem 0; border-bottom: 1px solid var(--rule); font-family: var(--serif); font-size: clamp(1.22rem, 2vw, 1.65rem); line-height: 1.35; }
.situations li::before { content: ""; width: .42rem; height: .42rem; margin-top: .62em; border-radius: 50%; background: var(--oxblood); }

.ideas { padding-block: clamp(6rem, 10vw, 10rem); background: var(--paper); }
.ideas-heading { max-width: none; display: grid; grid-template-columns: 1.2fr .8fr; gap: 6rem; align-items: end; }
.idea-themes { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); grid-template-rows: 1fr 1fr; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.idea-themes article { min-height: 0; padding: 0; border-bottom: 1px solid var(--rule); }
.idea-themes article:last-child { border-bottom: 0; }
.idea-themes article > a { min-height: 250px; padding: 2rem; color: var(--ink); -webkit-text-fill-color: var(--ink); display: flex; flex-direction: column; text-decoration: none; -webkit-tap-highlight-color: rgba(65, 34, 42, .12); transition: background-color .2s ease; }
.idea-themes .idea-feature { grid-row: 1 / span 2; border-right: 1px solid var(--rule); border-bottom: 0; }
.idea-themes .idea-feature > a { min-height: 500px; padding-left: 0; padding-right: clamp(2rem, 6vw, 6rem); }
.idea-themes article > a:hover { background: rgba(65, 34, 42, .045); }
.idea-themes span { color: var(--oxblood); -webkit-text-fill-color: var(--oxblood); font-size: .7rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.idea-themes h3 { max-width: 560px; margin: 1.5rem 0 1rem; font-size: clamp(1.8rem, 2.5vw, 2.8rem); }
.idea-themes .idea-feature h3 { margin-top: 2rem; font-size: clamp(3rem, 5.4vw, 5.6rem); }
.idea-themes p { max-width: 620px; }
.idea-themes strong { margin-top: auto; }
.idea-themes strong, .journal-item strong { width: fit-content; padding-bottom: .25rem; border-bottom: 1px solid var(--oxblood); color: var(--oxblood); -webkit-text-fill-color: var(--oxblood); display: inline-flex; align-items: center; gap: .7rem; font-size: .76rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.article-arrow { position: relative; width: 1rem; height: 1rem; display: inline-block; flex: 0 0 1rem; color: var(--oxblood); }
.article-arrow::before { content: ""; position: absolute; width: .78rem; height: 1.5px; left: .08rem; top: .52rem; background: currentColor; transform: rotate(-45deg); transform-origin: center; }
.article-arrow::after { content: ""; position: absolute; width: .52rem; height: .52rem; right: .05rem; top: .05rem; border-top: 1.5px solid currentColor; border-right: 1.5px solid currentColor; }
.final-cta { padding-block: clamp(6rem, 10vw, 10rem); color: var(--antique); background: var(--oxblood); }
.final-cta-inner { display: grid; grid-template-columns: 1fr .7fr; gap: clamp(4rem, 10vw, 12rem); align-items: end; }
.final-cta h2 { margin-bottom: 0; }
.final-cta p:not(.eyebrow) { margin-bottom: 2.2rem; font-family: var(--serif); font-size: clamp(1.4rem, 2.3vw, 2.15rem); line-height: 1.35; }
.light-link { color: var(--antique); }

.site-footer { padding-block: 4.5rem 2rem; background: var(--antique); }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .8fr 1.4fr; gap: 4rem; }
.footer-grid p, .footer-grid a { font-size: .85rem; }
.footer-grid > nav, .footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid nav p, .footer-grid > div > p:first-child { color: var(--oxblood); font-size: .68rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.footer-grid a { margin-bottom: .35rem; text-decoration: none; }
.footer-brand { font-family: var(--logo-serif); font-size: 1.15rem !important; letter-spacing: .02em !important; text-transform: uppercase; }
.newsletter form { width: 100%; display: flex; border-bottom: 1px solid var(--oxblood); }
.newsletter input { width: 100%; padding: .9rem 0; border: 0; outline: 0; background: transparent; font: 1rem var(--sans); }
.newsletter button { border: 0; background: transparent; color: var(--oxblood); font: 600 .75rem var(--sans); text-transform: uppercase; letter-spacing: .1em; cursor: pointer; }
.copyright { margin-top: 4rem; padding-top: 1.5rem; border-top: 1px solid var(--rule); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

/* Interior pages */
.site-nav a[aria-current="page"] { border-color: var(--oxblood); }
.page-hero { position: relative; min-height: 66vh; padding-block: clamp(6rem, 11vw, 11rem); display: flex; align-items: end; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: url("assets/agency-hero-background.png") center right / cover no-repeat; opacity: .58; }
.page-hero-inner { width: min(1120px, calc(100% - clamp(2.5rem, 10vw, 10rem))); margin-inline: auto; }
.page-hero h1 { max-width: 1050px; margin-bottom: 1.75rem; }
.page-hero .lead { max-width: 780px; font-size: clamp(1.15rem, 1.7vw, 1.45rem); }
.page-section { padding-block: clamp(5rem, 9vw, 9rem); }
.page-section.tonal { background: var(--bookbinder); }
.page-section.oxblood { color: var(--antique); background: var(--oxblood); }
.page-section.oxblood .eyebrow { color: rgba(252, 246, 226, .72); }
.editorial-intro { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 9vw, 10rem); align-items: start; }
.editorial-intro h2 { margin-bottom: 0; }
.editorial-intro-copy { max-width: 720px; font-size: 1.08rem; }
.audience-list { margin-top: clamp(4rem, 8vw, 8rem); border-top: 1px solid var(--rule); }
.audience-row { display: grid; grid-template-columns: .55fr 1.15fr; gap: clamp(2rem, 7vw, 8rem); padding: clamp(2.5rem, 5vw, 5rem) 0; border-bottom: 1px solid var(--rule); }
.audience-row h3 { margin: 0; font-size: clamp(2rem, 3.4vw, 3.5rem); }
.audience-row p { max-width: 760px; }
.audience-row p:last-child { margin-bottom: 0; }
.chapter-list { border-top: 1px solid var(--rule); }
.chapter { display: grid; grid-template-columns: 5rem .65fr 1.35fr; gap: clamp(1.5rem, 5vw, 5rem); padding: clamp(3rem, 6vw, 6rem) 0; border-bottom: 1px solid var(--rule); }
.chapter-number { color: var(--oxblood); font-size: .75rem; font-weight: 600; letter-spacing: .16em; }
.chapter h2 { margin: 0; font-size: clamp(2.4rem, 4vw, 4.5rem); }
.chapter-copy { max-width: 720px; }
.chapter-copy .question { color: var(--oxblood); font-family: var(--serif); font-size: clamp(1.45rem, 2vw, 2rem); line-height: 1.3; }
.question-list { margin: 2rem 0 0; padding: 0; list-style: none; border-top: 1px solid var(--rule); }
.question-list li { padding: .7rem 0; border-bottom: 1px solid var(--rule); }
.pullquote { max-width: 1050px; margin: 0 auto; font-family: var(--serif); font-size: clamp(2.6rem, 5.5vw, 5.7rem); line-height: 1.08; letter-spacing: -.025em; }
.partners-grid { margin-top: 4rem; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 9rem); }
.partners-grid p { max-width: 760px; }

.definition { max-width: 1150px; margin: clamp(4rem, 8vw, 8rem) 0 0 auto; padding-left: clamp(2rem, 7vw, 7rem); border-left: 1px solid var(--oxblood); font-family: var(--serif); font-size: clamp(2.1rem, 4.2vw, 4.4rem); line-height: 1.15; letter-spacing: -.02em; }
.purpose { max-width: 1150px; margin: 0 auto; text-align: center; }
.purpose > .eyebrow { margin-bottom: 1.2rem; font-family: var(--serif); font-size: clamp(1.6rem, 2.8vw, 2.65rem); font-weight: 400; line-height: 1.35; letter-spacing: 0; text-transform: none; }
.purpose > h2 { margin-bottom: 2rem; font-family: var(--serif); font-size: clamp(2.65rem, 5.2vw, 5.35rem); font-weight: 500; line-height: 1.06; letter-spacing: -.03em; }
.purpose p { font-family: var(--serif); font-size: clamp(1.6rem, 2.8vw, 2.65rem); line-height: 1.35; }
.values-heading { max-width: 1150px; margin-inline: auto; text-align: center; }
.values-heading h2 { margin-bottom: 0; }
.values-list { border-top: 1px solid var(--rule); }
.value-row { padding: clamp(3.5rem, 7vw, 7rem) 0; border-bottom: 1px solid var(--rule); }
.value-copy { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(2.5rem, 7vw, 8rem); align-items: start; }
.value-copy h3 { margin: 0 0 1.25rem; font-size: clamp(3rem, 6vw, 6rem); }
.value-copy > p { max-width: 520px; font-size: clamp(1.15rem, 1.7vw, 1.45rem); line-height: 1.55; }
.value-copy blockquote { max-width: 820px; margin: .5rem 0 0; padding-left: clamp(1.5rem, 4vw, 4rem); border-left: 1px solid var(--rule); font-family: var(--serif); font-size: clamp(1.55rem, 2.6vw, 2.55rem); line-height: 1.3; }
.value-copy cite { display: block; margin-top: 1rem; font: 600 .7rem var(--sans); letter-spacing: .15em; text-transform: uppercase; }
.people-profile { display: grid; grid-template-columns: minmax(300px, .75fr) 1.25fr; gap: clamp(3rem, 8vw, 9rem); align-items: center; }
.people-profile img { width: 100%; background: #fff; mix-blend-mode: multiply; }
.profile-placeholder { aspect-ratio: 1 / 1; display: grid; place-content: center; gap: .85rem; width: 100%; border: 1px solid var(--rule); background: rgba(255, 255, 255, .28); color: var(--oxblood); text-align: center; }
.profile-placeholder span { font-family: var(--serif); font-size: clamp(4.5rem, 9vw, 8rem); font-weight: 400; line-height: .9; }
.profile-placeholder p { margin: 0; font-size: .68rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.profile-copy h2 { margin-bottom: .6rem; }
.profile-role { margin-bottom: 2rem; color: var(--oxblood); font-size: .78rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.associate-profile { margin-top: clamp(5rem, 9vw, 9rem); padding-top: clamp(4rem, 7vw, 7rem); border-top: 1px solid var(--rule); grid-template-columns: minmax(300px, .75fr) 1.25fr; gap: clamp(3rem, 8vw, 9rem); align-items: center; }

.ideas-masthead { padding-bottom: clamp(3rem, 6vw, 6rem); border-bottom: 1px solid var(--rule); }
.ideas-masthead h1 { max-width: 1000px; }
.journal-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); grid-template-rows: 1fr 1fr; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.journal-item { min-height: 0; padding: 0; border-bottom: 1px solid var(--rule); }
.journal-item:last-child { border-bottom: 0; }
.journal-item > a { min-height: 310px; padding: 2rem; color: var(--ink); -webkit-text-fill-color: var(--ink); display: flex; flex-direction: column; text-decoration: none; -webkit-tap-highlight-color: rgba(65, 34, 42, .12); transition: background-color .2s ease; }
.journal-item.journal-feature { grid-row: 1 / span 2; border-right: 1px solid var(--rule); border-bottom: 0; }
.journal-item.journal-feature > a { min-height: 620px; padding-left: 0; padding-right: clamp(2rem, 6vw, 6rem); }
.journal-item > a:hover { background: rgba(65, 34, 42, .045); }
.journal-item span { color: var(--oxblood); -webkit-text-fill-color: var(--oxblood); font-size: .7rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.journal-item h2 { margin: 1.5rem 0 1rem; font-size: clamp(2rem, 3vw, 3.2rem); }
.journal-item.journal-feature h2 { margin-top: 2rem; font-size: clamp(3.4rem, 6.4vw, 6.6rem); }
.journal-item p { max-width: 650px; }
.journal-item strong { margin-top: auto; }
.journal-note { max-width: 780px; margin-top: 4rem; font-family: var(--serif); font-size: 1.35rem; }

.article-page { background: var(--antique); }
.article-hero { max-width: 1120px; padding-top: clamp(6rem, 11vw, 11rem); padding-bottom: clamp(5rem, 9vw, 8rem); border-bottom: 1px solid var(--rule); }
.article-hero h1 { max-width: 1000px; margin: 1rem 0 1.5rem; font-size: clamp(3.5rem, 8vw, 7.5rem); line-height: .94; }
.article-deck { max-width: 760px; margin: 0; font-family: var(--serif); font-size: clamp(1.5rem, 2.5vw, 2.2rem); line-height: 1.3; }
.article-byline { margin: 2.5rem 0 0; color: var(--oxblood); font-size: .74rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.article-body { width: min(100% - 3rem, 760px); margin-inline: auto; padding-block: clamp(4rem, 8vw, 8rem); }
.article-body p { margin: 0 0 1.4rem; font-size: clamp(1.06rem, 1.5vw, 1.22rem); line-height: 1.82; }
.article-body h2 { margin: clamp(4rem, 8vw, 7rem) 0 1.4rem; font-size: clamp(2.3rem, 5vw, 4rem); line-height: 1.02; }
.article-cadence { margin: 2.5rem 0; padding-left: 1.5rem; border-left: 2px solid var(--oxblood); font-family: var(--serif); font-size: clamp(1.5rem, 3vw, 2.15rem); line-height: 1.35; }
.article-cadence span { display: block; }
.article-close { margin-top: clamp(4rem, 8vw, 7rem); padding-top: 2.5rem; border-top: 1px solid var(--rule); font-family: var(--serif); font-size: clamp(1.8rem, 4vw, 3rem); line-height: 1.2; }
.article-navigation { background: var(--bookbinder); }
.article-navigation-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; padding-block: clamp(3rem, 6vw, 5rem); }
.article-navigation a { color: inherit; text-decoration: none; }
.article-navigation span { color: var(--oxblood); font-size: .7rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.article-navigation h2 { max-width: 560px; margin: .8rem 0 0; font-size: clamp(1.8rem, 3vw, 3rem); }

.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(4rem, 10vw, 12rem); }
.contact-details { margin: 0; padding: 0; list-style: none; }
.contact-details li { padding: .45rem 0; }
.contact-details a { text-decoration-thickness: 1px; text-underline-offset: .2em; }
.appointment { padding: clamp(3rem, 6vw, 6rem); background: var(--oxblood); color: var(--antique); }
.appointment h2 { font-size: clamp(2.6rem, 4.8vw, 4.8rem); }
.appointment .text-link { color: var(--antique); }

.legal-shell { width: min(900px, calc(100% - 2.5rem)); margin-inline: auto; padding-block: clamp(5rem, 9vw, 9rem); }
.legal-shell header { margin-bottom: 4rem; padding-bottom: 2rem; border-bottom: 1px solid var(--rule); }
.legal-shell h1 { font-size: clamp(3.2rem, 7vw, 6.7rem); }
.legal-shell h2 { margin-top: 3.5rem; font-size: clamp(1.8rem, 3vw, 2.5rem); }
.legal-shell h3 { margin-top: 2.2rem; font-size: 1.4rem; }
.legal-shell li { margin-bottom: .75rem; }
.legal-table { width: 100%; margin: 2rem 0; border-collapse: collapse; }
.legal-table th, .legal-table td { padding: 1rem; border: 1px solid var(--rule); text-align: left; vertical-align: top; }
.legal-table th { font-family: var(--serif); font-size: 1.1rem; }

@media (max-width: 1050px) {
  .site-header { min-height: 82px; }
  .menu-toggle { display: block; }
  .site-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 1.5rem; background: var(--antique); border-bottom: 1px solid var(--rule); flex-direction: column; align-items: stretch; }
  .site-nav.open { display: flex; }
  .hero { min-height: auto; }
  .hero-copy { width: min(82%, 1030px); }
  .people-grid { grid-template-columns: repeat(2, 1fr); }
  .service-index { grid-template-columns: 1fr; gap: 1rem; border: 0; background: transparent; }
  .service-index article { min-height: auto; border: 1px solid rgba(252, 246, 226, .28); }
  .service-index h3 { min-height: 0; }
  .service-index .question { min-height: auto; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 1050px) {
  .equation-line { flex-direction: column; gap: 0; font-size: clamp(2.8rem, 8vw, 4.25rem); }
  .equation-term { max-width: 100%; white-space: normal; }
  .equation-connector { flex: none; width: 2px; min-width: 2px; height: clamp(3.5rem, 8vw, 5rem); margin: 1.5rem 0; }
  .equation-connector::after { top: auto; right: 50%; bottom: 0; border: 0; border-right: 2px solid var(--oxblood); border-bottom: 2px solid var(--oxblood); transform: translateX(50%) rotate(45deg); }
}

@media (max-width: 760px) {
  .brand-name { font-size: .98rem; }
  .brand-line { display: none; }
  .section-wrap { width: min(100% - 2.5rem, 1420px); }
  .hero { padding-inline: 1.25rem; }
  .hero::before { background-position: 68% center; opacity: .38; }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: clamp(3.15rem, 15vw, 5rem); }
  .crossroads-grid, .work-heading, .inflection-layout, .ideas-heading, .final-cta-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .people-grid, .idea-themes, .footer-grid { grid-template-columns: 1fr; }
  .idea-themes { grid-template-rows: auto; }
  .people-grid article { min-height: 260px; padding: 2rem 1.5rem 2.5rem; }
  .idea-themes article, .idea-themes .idea-feature { min-height: auto; padding: 0; border-right: 0; border-bottom: 1px solid var(--rule); }
  .idea-themes .idea-feature { grid-row: auto; }
  .idea-themes article > a { min-height: auto; padding: 1.5rem 0 2.25rem; }
  .idea-themes .idea-feature > a { min-height: auto; padding: 2rem 0 3rem; }
  .people-grid h3 { min-height: 0; margin-top: 0; }
  .idea-themes h3 { min-height: 0; margin-top: 2.5rem; }
  .idea-themes article:first-child { padding-left: 0; }
  .footer-grid { gap: 2.5rem; }
  .page-hero { min-height: auto; }
  .editorial-intro, .audience-row, .chapter, .partners-grid, .people-profile, .associate-profile, .journal-grid, .contact-layout { grid-template-columns: 1fr; }
  .journal-grid { grid-template-rows: auto; }
  .chapter { gap: 1.25rem; }
  .value-copy { grid-template-columns: 1fr; gap: 1.5rem; }
  .value-copy blockquote { padding-left: 1.25rem; }
  .people-profile img, .profile-placeholder { max-width: 540px; }
  .journal-item, .journal-item.journal-feature { min-height: auto; padding: 0; border-right: 0; border-bottom: 1px solid var(--rule); }
  .journal-item.journal-feature { grid-row: auto; }
  .journal-item > a, .journal-item.journal-feature > a { min-height: auto; padding: 2rem 0; }
  .journal-item.journal-feature > a { padding-bottom: 3rem; }
  .article-hero { width: min(100% - 2.5rem, 1120px); padding-top: 4rem; }
  .article-hero h1 { font-size: clamp(3.2rem, 15vw, 5.2rem); }
  .article-body { width: min(100% - 2.5rem, 760px); }
  .article-navigation-inner { grid-template-columns: 1fr; }
  .appointment { padding-inline: 1.5rem; }
  .legal-table { display: block; overflow-x: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
