@font-face {
  font-family: "Libre Caslon Display";
  src: url("/assets/fonts/libre-caslon-display.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Switzer;
  src: url("/assets/fonts/switzer-400.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Switzer;
  src: url("/assets/fonts/switzer-500.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}

:root {
  color-scheme: light;
  --paper: #fbfaf7;
  --white: #fff;
  --ink: #1c2b39;
  --slate: #4a5e6e;
  --muted: #5d6b75;
  --blue: #7895b7;
  --blue-dark: #577493;
  --rule: #d5dadd;
  --wash: #edf1f2;
  --wash-blue: #e8eef3;
  --gutter: clamp(24px, 5vw, 84px);
  --serif: "Libre Caslon Display", Georgia, serif;
  --sans: Switzer, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 104px; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.6 var(--sans); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
svg { display: block; }
figure, h1, h2, h3, p { margin: 0; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
a:focus-visible, button:focus-visible, [tabindex]:focus-visible { outline: 2px solid var(--blue-dark); outline-offset: 4px; }
.wrap { width: min(100%, 1680px); margin-inline: auto; padding-inline: var(--gutter); }
.eyebrow { display: flex; align-items: center; gap: 11px; color: var(--blue-dark); font-size: 10px; font-weight: 500; letter-spacing: .17em; line-height: 1.5; text-transform: uppercase; }
.square { width: 6px; height: 6px; flex: 0 0 6px; background: var(--blue); }
.skip-link { position: fixed; z-index: 30; top: 8px; left: 8px; transform: translateY(-160%); padding: 10px 14px; background: var(--ink); color: var(--white); }
.skip-link:focus { transform: none; }

.site-header { position: relative; z-index: 10; min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 14px var(--gutter); background: var(--white); border-bottom: 1px solid var(--rule); }
.brand { display: inline-flex; align-items: center; gap: 15px; flex: 0 0 auto; }
.brand-mark { width: 34px; height: 34px; color: var(--slate); }
.mark-accent { fill: var(--blue); }
.brand-divider { width: 1px; height: 37px; background: #b8c2c8; }
.brand-name { font-size: 17px; font-weight: 500; letter-spacing: .015em; line-height: 1.15; }
.brand-name > span { display: block; margin-top: 4px; color: var(--muted); font-size: 8px; font-weight: 400; letter-spacing: .16em; text-transform: uppercase; }
.site-header nav { display: flex; align-items: center; gap: clamp(18px, 2.7vw, 42px); font-size: 12px; }
.site-header nav > a { padding-block: 10px; }
.site-header nav > a:not(.login-link):hover, .site-header nav > a[aria-current="page"]:not(.login-link) { color: var(--blue-dark); }
.login-link { min-height: 42px; display: inline-flex; align-items: center; gap: 17px; padding: 9px 14px !important; border: 1px solid #9aabb9; color: var(--ink); }
.login-link:hover { background: var(--ink); color: var(--white); border-color: var(--ink); }
.login-link svg, .footer-nav svg { width: 12px; height: 12px; }
.menu-toggle { display: none; }

h1, h2, h3 { font-family: var(--serif); font-weight: 400; }
h1 { font-size: clamp(56px, 6.4vw, 94px); letter-spacing: -.038em; line-height: .99; }
h2 { font-size: clamp(39px, 4.2vw, 66px); letter-spacing: -.025em; line-height: 1.05; }
h3 { font-size: 25px; letter-spacing: -.012em; line-height: 1.1; }
h1 em, h2 em { color: var(--blue-dark); font-style: normal; }

.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: space-between; gap: 35px; padding: 14px 19px; font-size: 13px; transition: background-color .2s ease, border-color .2s ease, color .2s ease; }
.button svg { width: 21px; height: 21px; flex: 0 0 auto; transition: transform .2s ease; }
.button:hover svg { transform: translateX(4px); }
.button-primary { background: var(--blue-dark); color: var(--white); }
.button-primary:hover { background: #3e5d7c; }
.button-outline { border: 1px solid #c4d2df; color: var(--white); }
.button-outline:hover { background: var(--white); color: var(--ink); }
.text-button { width: max-content; max-width: 100%; border: 1px solid #9aabb9; background: var(--wash-blue); color: var(--ink); }
.text-button:hover { background: #dce6ee; }
.return-link { min-height: 40px; border: 0; padding: 8px 0; color: var(--muted); }

.editorial-hero { min-height: 615px; display: grid; grid-template-columns: .96fr 1.04fr; align-items: stretch; padding-top: 32px; padding-bottom: 32px; }
.hero-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(42px, 6.5vw, 100px) clamp(34px, 6vw, 96px) clamp(42px, 6.5vw, 100px) 0; }
.hero-copy h1 { max-width: 670px; margin-top: 32px; }
.hero-description { max-width: 480px; margin-top: 24px; color: var(--muted); font-size: clamp(16px, 1.35vw, 19px); line-height: 1.55; }
.hero-copy .button { margin-top: 31px; }
.hero-image { position: relative; min-height: 548px; overflow: hidden; background: #e4e7e5; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 40%; }
.hero-image img, .foundation-image img, .inner-hero-image img, .contact-visual img, .login-art > img { position: absolute; inset: 0; }

.approach-section { display: grid; grid-template-columns: 1.04fr .96fr; gap: 8%; padding-top: 76px; padding-bottom: 76px; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); background: #fff; }
.approach-copy { max-width: 580px; }
.approach-copy h2 { margin-top: 23px; }
.approach-list { border-left: 1px solid #b8c5d0; padding-left: clamp(25px, 4vw, 64px); }
.approach-list article { padding: 16px 0 19px; border-bottom: 1px solid var(--rule); }
.approach-list article:first-child { padding-top: 2px; }
.approach-list article:last-child { padding-bottom: 0; border-bottom: 0; }
.approach-list h3 { font-size: 23px; }
.approach-list p { margin-top: 5px; color: var(--muted); font-size: 13px; line-height: 1.5; }

.foundation-section { display: grid; grid-template-columns: minmax(360px, .83fr) 1.17fr; background: var(--wash-blue); }
.foundation-image { position: relative; min-height: 580px; overflow: hidden; background: #dce2e4; }
.foundation-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.foundation-copy { align-self: center; max-width: 850px; padding: clamp(42px, 6.4vw, 96px); }
.foundation-copy h2, .about-foundation h2 { margin-top: 19px; }
.foundation-copy > p:not(.eyebrow):not(.source-note) { max-width: 640px; margin-top: 18px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.figures { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 34px; }
.figure { padding-top: 16px; border-top: 1px solid #aab9c5; }
.figure-value { font: 400 clamp(47px, 4.7vw, 68px)/1 var(--serif); letter-spacing: -.035em; white-space: nowrap; }
.figure-value > span:first-child { font-size: .65em; }
.figure h3 { margin-top: 10px; font-family: var(--sans); font-size: 11px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.figure > p:last-child { max-width: 245px; margin-top: 6px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.source-note { margin-top: 20px; color: #607182; font-size: 10px; line-height: 1.5; }
.foundation-copy .button { margin-top: 24px; }

.team-section { padding-top: 92px; padding-bottom: 88px; }
.team-heading { display: grid; grid-template-columns: 1fr .58fr; align-items: end; gap: 48px; margin-bottom: 32px; }
.team-heading h2 { margin-top: 19px; }
.team-heading > p { max-width: 390px; justify-self: end; color: var(--muted); font-size: 14px; line-height: 1.6; }
.team-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: clamp(15px, 2.4vw, 34px); }
.team-member { min-width: 0; }
.team-portrait { overflow: hidden; aspect-ratio: 4 / 5; background: var(--wash); }
.team-portrait img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(100%); transition: transform .55s cubic-bezier(.2,.65,.2,1); }
.team-member:hover .team-portrait img { transform: scale(1.025); }
.team-caption { padding-top: 12px; border-top: 1px solid var(--rule); }
.team-caption h3 { font-size: 22px; }
.team-caption p { margin-top: 3px; color: var(--muted); font-size: 11px; line-height: 1.45; }

.contact-band { display: flex; align-items: center; justify-content: space-between; gap: 36px; padding-top: 48px; padding-bottom: 48px; background: var(--ink); color: var(--white); }
.contact-band .eyebrow { color: #bdcddd; }
.contact-band h2 { margin-top: 12px; font-size: clamp(36px, 4vw, 58px); }
.contact-band > div > p:last-child { margin-top: 9px; color: #d1dbe2; font-size: 13px; }
.contact-band .button { flex: 0 0 auto; }

.site-footer { padding: 38px var(--gutter) 24px; background: #e5eaed; color: #4e5f6b; }
.footer-top { display: grid; grid-template-columns: 1fr .8fr auto; align-items: start; gap: 32px; padding-bottom: 31px; }
.footer-top > p { font: 400 26px/1.2 var(--serif); color: var(--ink); }
.footer-nav { display: grid; gap: 8px 28px; grid-template-columns: auto auto; font-size: 11px; }
.footer-nav a { display: inline-flex; align-items: center; gap: 8px; }
.footer-nav a:hover { color: var(--blue-dark); }
.footer-bottom { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px 24px; padding-top: 19px; border-top: 1px solid #c6ced3; font-size: 9px; line-height: 1.5; }
.review-label { color: #506d87; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }

.inner-hero { display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 8%; padding-top: 62px; padding-bottom: 62px; }
.inner-hero h1 { margin-top: 25px; }
.intro { max-width: 520px; margin-top: 20px; color: var(--muted); font-size: 17px; line-height: 1.6; }
.inner-hero-image { position: relative; min-height: 375px; aspect-ratio: 1.35; overflow: hidden; background: var(--wash); }
.inner-hero-image img { width: 100%; height: 100%; object-fit: cover; }
.about-content { display: grid; grid-template-columns: .82fr 1.18fr; gap: 8%; padding-top: 65px; padding-bottom: 67px; background: #fff; }
.about-content h2 { margin-top: 20px; }
.about-prose { align-self: end; max-width: 700px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.about-prose p + p { margin-top: 16px; }
.about-foundation { padding-top: 62px; padding-bottom: 62px; background: var(--wash-blue); }
.about-foundation .figures { max-width: 680px; }
.about-foundation .source-note { margin-top: 16px; }

.contact-page { min-height: 620px; display: grid; grid-template-columns: 1fr .82fr; align-items: center; gap: 9%; padding-top: 57px; padding-bottom: 57px; }
.contact-copy h1 { margin-top: 30px; font-size: clamp(53px, 5.4vw, 78px); }
.contact-copy > p:not(.eyebrow) { max-width: 450px; margin-top: 19px; color: var(--muted); font-size: 15px; }
.contact-address { max-width: 445px; margin-top: 44px; }
.contact-address .eyebrow { margin-bottom: 10px; }
.contact-address > a { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 13px 0; border-bottom: 1px solid #aebbc5; font: 400 clamp(21px, 2.1vw, 31px)/1.2 var(--serif); overflow-wrap: anywhere; }
.contact-address > a svg { width: 18px; height: 18px; flex: 0 0 auto; }
.contact-address > span:last-child { display: block; margin-top: 9px; color: var(--muted); font-size: 11px; }
.contact-visual { position: relative; min-height: 465px; aspect-ratio: 1 / 1.05; overflow: hidden; background: var(--wash); }
.contact-visual img { width: 100%; height: 100%; object-fit: cover; }

.login-page { min-height: 610px; display: grid; grid-template-columns: .82fr 1fr; align-items: center; gap: 9%; padding-top: 48px; padding-bottom: 48px; }
.login-art { position: relative; min-height: 475px; aspect-ratio: 4 / 5; overflow: hidden; background: var(--slate); }
.login-art > img { width: 100%; height: 100%; object-fit: cover; object-position: right top; filter: brightness(.78); }
/* The mark is registered to the upper-right concrete bay in the photo. */
.login-grid-mark { position: absolute; inset: 0; width: 100%; height: 100%; color: #304a5c; mix-blend-mode: multiply; opacity: .84; pointer-events: none; }
.login-grid-mark .mark-accent { fill: #6d8aa2; }
.login-content h1 { margin-top: 24px; font-size: clamp(48px, 5vw, 70px); }
.login-content > p:not(.eyebrow) { margin-top: 16px; color: var(--muted); font-size: 14px; }
.portal-status { max-width: 480px; display: flex; gap: 12px; margin-top: 27px; padding: 18px 0; border-block: 1px solid var(--rule); }
.status-dot { width: 7px; height: 7px; flex: 0 0 7px; margin-top: 7px; border-radius: 50%; background: var(--blue); }
.portal-status strong { font-size: 12px; font-weight: 500; }
.portal-status p { margin-top: 4px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.login-content > .button { display: flex; width: min(240px, 100%); margin-top: 22px; }
.login-content > .return-link { margin-top: 2px; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(12px); }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .site-header { min-height: 84px; }
  .site-header nav { gap: 20px; }
  .editorial-hero { min-height: 530px; grid-template-columns: 1fr 1fr; }
  .hero-copy { padding-right: 34px; }
  .hero-image { min-height: 480px; }
  .foundation-section { grid-template-columns: .9fr 1.1fr; }
  .foundation-copy { padding: 42px 34px; }
  .team-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px 18px; }
  .team-member:nth-child(4), .team-member:nth-child(5) { grid-column: span 1; }
}
@media (max-width: 700px) {
  html { scroll-padding-top: 80px; }
  .site-header { min-height: 76px; padding-block: 10px; }
  .brand { gap: 10px; }
  .brand-mark { width: 29px; height: 29px; }
  .brand-divider { height: 31px; }
  .brand-name { font-size: 14px; }
  .brand-name > span { font-size: 6px; letter-spacing: .12em; }
  .menu-toggle { min-height: 44px; display: inline-flex; align-items: center; gap: 10px; border: 0; background: transparent; padding: 9px 0 9px 12px; font-size: 11px; }
  .menu-toggle i { position: relative; width: 17px; height: 8px; border-block: 1px solid currentColor; }
  .menu-toggle[aria-expanded="true"] i { border-bottom: 0; transform: translateY(3px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] i::after { content: ""; position: absolute; top: -1px; left: 0; width: 17px; border-top: 1px solid currentColor; transform: rotate(90deg); }
  .site-header nav { display: none; position: absolute; top: 75px; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; padding: 14px var(--gutter) 22px; border-bottom: 1px solid var(--rule); background: var(--white); box-shadow: 0 14px 28px #1c2b3912; }
  .js .site-header nav.is-open { display: flex; }
  .no-js .menu-toggle { display: none; }
  .no-js .site-header { flex-wrap: wrap; gap: 9px; }
  .no-js .site-header nav { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; gap: 0 18px; position: static; width: 100%; padding: 8px 0 0; border: 0; box-shadow: none; }
  .site-header nav > a { padding-block: 11px; }
  .site-header nav > .login-link { align-self: flex-start; margin-top: 5px; }
  h1 { font-size: clamp(48px, 12vw, 70px); line-height: 1.01; }
  h2 { font-size: clamp(39px, 10vw, 54px); }
  .editorial-hero { display: flex; flex-direction: column; gap: 28px; padding-top: 32px; padding-bottom: 34px; }
  .hero-copy { padding: 25px 0 0; }
  .hero-copy h1 { margin-top: 22px; }
  .hero-description { margin-top: 17px; font-size: 15px; }
  .hero-copy .button { margin-top: 21px; }
  .hero-image { min-height: 0; height: clamp(360px, 110vw, 510px); }
  .hero-image img { object-position: center 38%; }
  .approach-section { grid-template-columns: 1fr; gap: 27px; padding-top: 48px; padding-bottom: 48px; }
  .approach-copy h2 { max-width: 480px; margin-top: 17px; }
  .approach-list { padding-left: 18px; }
  .approach-list article { padding-block: 13px 15px; }
  .foundation-section { grid-template-columns: 1fr; }
  .foundation-image { min-height: 0; height: 330px; }
  .foundation-copy { padding: 42px var(--gutter) 46px; }
  .foundation-copy h2, .about-foundation h2 { margin-top: 16px; }
  .foundation-copy > p:not(.eyebrow):not(.source-note) { font-size: 13px; }
  .figures { gap: 20px; margin-top: 25px; }
  .figure-value { font-size: clamp(42px, 12vw, 58px); }
  .figure h3 { font-size: 9px; }
  .figure > p:last-child { font-size: 10px; }
  .source-note { font-size: 9px; }
  .team-section { padding-top: 58px; padding-bottom: 56px; }
  .team-heading { grid-template-columns: 1fr; gap: 16px; margin-bottom: 24px; }
  .team-heading h2 { margin-top: 14px; }
  .team-heading > p { justify-self: start; font-size: 13px; }
  .team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 23px 14px; }
  .team-caption h3 { font-size: 19px; }
  .team-caption p { font-size: 10px; }
  .contact-band { align-items: flex-start; flex-direction: column; gap: 23px; padding-top: 38px; padding-bottom: 38px; }
  .contact-band h2 { max-width: 470px; font-size: 42px; }
  .contact-band > div > p:last-child { max-width: 340px; font-size: 12px; }
  .footer-top { grid-template-columns: 1fr auto; gap: 24px; padding-bottom: 25px; }
  .footer-top > p { grid-column: 1 / -1; grid-row: 2; font-size: 23px; }
  .footer-nav { grid-column: 1 / -1; grid-row: 3; grid-template-columns: 1fr 1fr; justify-self: stretch; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 8px; }
  .inner-hero { grid-template-columns: 1fr; gap: 25px; padding-top: 38px; padding-bottom: 38px; }
  .inner-hero h1 { margin-top: 18px; }
  .intro { margin-top: 14px; font-size: 15px; }
  .inner-hero-image { min-height: 0; height: 330px; aspect-ratio: auto; }
  .about-content { grid-template-columns: 1fr; gap: 22px; padding-top: 45px; padding-bottom: 45px; }
  .about-content h2 { margin-top: 15px; }
  .about-prose { font-size: 13px; }
  .about-foundation { padding-block: 43px; }
  .about-foundation .figures { max-width: none; }
  .contact-page { min-height: 0; grid-template-columns: 1fr; gap: 30px; padding-top: 38px; padding-bottom: 38px; }
  .contact-copy h1 { margin-top: 22px; font-size: 56px; }
  .contact-copy > p:not(.eyebrow) { margin-top: 14px; font-size: 13px; }
  .contact-address { margin-top: 31px; }
  .contact-address > a { font-size: clamp(20px, 6vw, 28px); }
  .contact-visual { min-height: 0; height: 360px; aspect-ratio: auto; }
  .login-page { min-height: 0; grid-template-columns: 1fr; gap: 28px; padding-top: 38px; padding-bottom: 42px; }
  .login-content h1 { margin-top: 19px; font-size: 48px; }
  .login-content > p:not(.eyebrow) { margin-top: 12px; }
  .login-art { min-height: 0; height: 335px; aspect-ratio: auto; }
}
@media (max-width: 390px) {
  .site-header { gap: 8px; }
  .brand-name { font-size: 12px; }
  .menu-toggle { gap: 7px; padding-left: 6px; }
  .no-js .site-header nav { justify-content: flex-start; gap: 7px 14px; }
  h1 { font-size: 46px; }
  .hero-description { font-size: 14px; }
  .figures { grid-template-columns: 1fr; gap: 16px; }
  .figure > p:last-child { max-width: 290px; }
  .contact-copy h1 { font-size: 49px; }
  .login-content h1 { font-size: 43px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}

/* Home team teaser: one editorial row that leads to the full team on About. */
.team-teaser { display: grid; grid-template-columns: minmax(280px, .9fr) 2.5fr; gap: clamp(34px, 4.5vw, 76px); align-items: center; padding-top: 88px; padding-bottom: 88px; }
.team-teaser-intro h2 { margin-top: 19px; font-size: clamp(36px, 3.3vw, 52px); }
.team-teaser-intro > p:not(.eyebrow) { max-width: 330px; margin-top: 16px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.team-teaser-intro .button { margin-top: 26px; }
.team-strip { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: clamp(12px, 1.6vw, 24px); }
.team-strip-portrait { overflow: hidden; aspect-ratio: 4 / 5; background: var(--wash); }
.team-strip img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 34%; filter: grayscale(100%); transition: transform .55s cubic-bezier(.2,.65,.2,1); }
.team-strip li:hover img { transform: scale(1.025); }
.team-strip h3 { margin-top: 12px; padding-top: 10px; border-top: 1px solid var(--rule); font-size: clamp(17px, 1.35vw, 21px); line-height: 1.2; }
.team-strip p { margin-top: 3px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.team-strip:focus-visible { outline: 2px solid var(--blue-dark); outline-offset: 6px; }
@media (max-width: 980px) { .team-teaser { grid-template-columns: 1fr; align-items: start; } }
@media (max-width: 700px) {
  .team-teaser { display: flex; flex-direction: column; align-items: stretch; padding-top: 58px; padding-bottom: 58px; }
  .team-teaser-intro { display: contents; }
  .team-teaser-intro h2 { margin-top: 14px; font-size: clamp(36px, 9.5vw, 46px); }
  .team-strip { order: 1; margin: 30px calc(var(--gutter) * -1) 0; padding: 0 var(--gutter); grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 42%; gap: 14px; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scroll-padding-inline: var(--gutter); scrollbar-width: none; }
  .team-strip::-webkit-scrollbar { display: none; }
  .team-strip li { scroll-snap-align: start; }
  .team-teaser-intro .button { order: 2; align-self: flex-start; margin-top: 26px; }
}

/* Headline measure: "With perspective." holds one line at laptop widths; headings avoid single-word last lines. */
h1, h2 { text-wrap: balance; }
@media (min-width: 701px) {
  .hero-copy { padding-right: clamp(24px, 4vw, 72px); }
  .editorial-hero h1 { font-size: clamp(56px, 6.1vw, 94px); }
}
.approach-list h3 { font-size: clamp(23px, 1.9vw, 27px); }
.approach-list p { font-size: 14.5px; line-height: 1.55; }

/* The editorial direction leads with type and one architectural panorama. */
.editorial-hero { display: block; min-height: 0; padding-top: clamp(58px, 7vw, 108px); padding-bottom: 0; }
.hero-copy { display: grid; grid-template-columns: minmax(0, 1fr) minmax(220px, 290px); align-items: end; column-gap: clamp(24px, 4vw, 72px); padding: 0; }
.hero-copy .eyebrow { grid-column: 1 / -1; margin-bottom: clamp(30px, 4.4vw, 62px); }
.editorial-hero h1 { grid-column: 1; max-width: none; margin: 0; font-size: clamp(64px, 7.7vw, 124px); letter-spacing: -.058em; line-height: .91; }
.editorial-hero h1 em { color: #526f84; }
.hero-side { grid-column: 2; align-self: end; padding-bottom: 5px; }
.hero-description { max-width: 320px; margin: 0; font-size: clamp(16px, 1.3vw, 18px); line-height: 1.55; }
.hero-link { width: 100%; min-height: 0; justify-content: space-between; margin-top: 30px; padding: 15px 0 0; border-top: 1px solid #90a0a9; color: var(--ink); font-size: 12px; }
.hero-link:hover { color: var(--blue-dark); }
.hero-image { height: clamp(450px, 45vw, 660px); min-height: 0; margin-top: clamp(38px, 5vw, 70px); background: #d8dedc; }
.hero-image img { object-position: 50% 43%; filter: saturate(.78) contrast(1.08); }
.hero-image::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgba(11, 28, 40, .7)); pointer-events: none; }
.hero-image figcaption { position: absolute; z-index: 1; right: clamp(22px, 3vw, 44px); bottom: 25px; left: clamp(22px, 3vw, 44px); display: flex; justify-content: space-between; gap: 20px; color: #fff; font-size: 10px; font-weight: 500; letter-spacing: .13em; line-height: 1.4; text-transform: uppercase; }

.approach-section { grid-template-columns: minmax(250px, .68fr) minmax(0, 1.32fr); gap: clamp(36px, 5vw, 90px); padding-top: clamp(86px, 9vw, 145px); padding-bottom: clamp(86px, 9vw, 145px); }
.approach-copy h2 { max-width: 510px; font-size: clamp(43px, 4.4vw, 70px); }
.approach-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-self: stretch; border: 0; padding: 0; }
.approach-list article, .approach-list article:first-child, .approach-list article:last-child { min-height: 238px; padding: 18px clamp(16px, 2vw, 32px) 0; border: 0; border-left: 1px solid #c6d0d5; }
.approach-number { color: #5b7488; font-size: 10px; font-weight: 500; letter-spacing: .11em; line-height: 1.4; text-transform: uppercase; }
.approach-list h3 { margin-top: clamp(54px, 6vw, 96px); font-size: clamp(25px, 2vw, 31px); }
.approach-list p { margin-top: 10px; font-size: 13.5px; line-height: 1.55; }

.foundation-section, .about-foundation { background: #20313f; color: #f6f5f1; }
.foundation-image img { filter: saturate(.72) contrast(1.12) brightness(.84); }
.foundation-copy .eyebrow, .about-foundation .eyebrow { color: #b3cbdc; }
.foundation-copy h2 em, .about-foundation h2 em { color: #b3cbdc; }
.foundation-copy > p:not(.eyebrow):not(.source-note), .foundation-section .figure > p:last-child, .about-foundation .figure > p:last-child { color: #d0dce2; }
.foundation-section .figure, .about-foundation .figure { border-color: #678094; }
.foundation-section .figure h3, .about-foundation .figure h3 { color: #c8d9e4; }
.foundation-copy .text-button { border-color: #8fa8b9; background: transparent; color: #fff; }
.foundation-copy .text-button:hover { background: #f6f5f1; color: #20313f; }

.inner-hero { min-height: 610px; grid-template-columns: 1.04fr .96fr; gap: 6%; padding-top: 74px; padding-bottom: 74px; }
.inner-hero h1 { font-size: clamp(62px, 6.5vw, 106px); line-height: .94; letter-spacing: -.05em; }
.inner-hero-image { min-height: 465px; aspect-ratio: 1.2; }
.inner-hero-image img { object-position: 55% center; filter: saturate(.8) contrast(1.08); }

@media (max-width: 1080px) {
  .hero-copy { grid-template-columns: minmax(0, 1fr) minmax(200px, 250px); }
  .editorial-hero h1 { font-size: clamp(60px, 7.1vw, 88px); }
  .approach-section { grid-template-columns: 1fr; }
  .approach-copy h2 { max-width: 710px; }
  .approach-list article, .approach-list article:first-child, .approach-list article:last-child { min-height: 190px; }
  .approach-list h3 { margin-top: 34px; }
}
@media (max-width: 700px) {
  .editorial-hero { padding-top: 52px; }
  .hero-copy { display: block; }
  .hero-copy .eyebrow { margin-bottom: 28px; }
  .editorial-hero h1 { font-size: clamp(49px, 12vw, 72px); line-height: .94; }
  .hero-side { max-width: 430px; margin-top: 26px; }
  .hero-description { max-width: 390px; font-size: 15px; }
  .hero-link { max-width: 290px; margin-top: 20px; }
  .hero-image { height: clamp(380px, 104vw, 560px); margin-top: 34px; }
  .hero-image img { object-position: 50% 37%; }
  .hero-image figcaption { flex-direction: column; gap: 5px; bottom: 19px; font-size: 8px; }
  .approach-section { padding-top: 68px; padding-bottom: 68px; }
  .approach-list { display: block; }
  .approach-list article, .approach-list article:first-child, .approach-list article:last-child { min-height: 0; padding: 19px 0 23px; border: 0; border-top: 1px solid #c6d0d5; }
  .approach-list h3 { margin-top: 10px; }
  .approach-list p { max-width: 370px; margin-top: 4px; }
  .inner-hero { min-height: 0; grid-template-columns: 1fr; gap: 28px; padding-top: 48px; padding-bottom: 48px; }
  .inner-hero h1 { font-size: clamp(51px, 12vw, 72px); }
  .inner-hero-image { min-height: 340px; aspect-ratio: 1.15; }
}
