:root {
  --navy-950: #020b1d;
  --navy-900: #061733;
  --navy-800: #0b2547;
  --steel-700: #4e6f91;
  --steel-500: #7897b5;
  --steel-200: #d7e2ec;
  --steel-100: #eaf0f6;
  --ice: #f5f9fc;
  --white: #ffffff;
  --ink: #10203a;
  --muted: #52657a;
  --line: rgba(78, 111, 145, .23);
  --shell: min(1160px, calc(100% - 48px));
  --sans: Inter, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--ice); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
a { color: inherit; }
img { max-width: 100%; }
button, input { font: inherit; }
.section-shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: -80px; padding: 12px 16px; background: var(--navy-900); color: white; }
.skip-link:focus { top: 16px; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; }
:focus-visible { outline: 3px solid rgba(78, 111, 145, .38); outline-offset: 3px; }

.site-header { display: flex; min-height: 112px; align-items: center; justify-content: space-between; gap: 40px; border-bottom: 1px solid var(--line); }
.brand { position: relative; display: block; width: min(420px, 52vw); text-decoration: none; }
.brand-image { position: relative; display: block; aspect-ratio: 4.6 / 1; overflow: hidden; }
.brand-image img { display: block; width: 100%; height: auto; }
.brand-image::before { content: ""; position: absolute; left: 18%; right: 0; top: 54%; bottom: 18%; background: var(--ice); }
.brand-image::after { content: ""; position: absolute; inset: 84% 0 0; background: var(--ice); }
.brand > small { position: absolute; z-index: 2; top: 59%; left: 18%; right: 0; color: var(--navy-900); font-size: 11px; font-weight: 800; letter-spacing: .16em; line-height: 1; text-align: center; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: 31px; }
.primary-nav a { color: var(--navy-800); font-size: 12px; font-weight: 800; letter-spacing: .045em; text-decoration: none; }
.primary-nav a:hover { color: var(--steel-700); }
.nav-toggle { display: none; border: 0; background: transparent; color: var(--navy-800); font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }

.hero { max-width: 1030px; min-height: 560px; padding-block: 115px 100px; }
.eyebrow { margin: 0 0 19px; color: var(--steel-700); font-size: 10px; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow-light { color: #c8d8e8; }
.hero h1 { max-width: 1000px; margin: 0; color: var(--navy-900); font-size: clamp(56px, 7.1vw, 96px); font-weight: 700; line-height: .95; letter-spacing: -.055em; }
.hero-copy { max-width: 760px; margin: 34px 0 0; color: #30445a; font-size: clamp(18px, 2vw, 22px); line-height: 1.55; }
.principles { margin: 34px 0 0; padding-top: 22px; border-top: 1px solid var(--line); color: var(--steel-700); font-size: 11px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }

.build { padding-block: 100px 120px; border-top: 1px solid var(--line); }
.section-heading { max-width: 800px; margin-bottom: 45px; }
.section-heading h2 { margin: 0; color: var(--navy-900); font-size: clamp(39px, 5vw, 64px); font-weight: 700; line-height: 1; letter-spacing: -.045em; }
.section-heading-row { display: flex; max-width: none; align-items: end; justify-content: space-between; gap: 40px; }
.build-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.build-grid article { min-height: 330px; padding: 31px 30px 34px 0; border-right: 1px solid var(--line); }
.build-grid article + article { padding-left: 30px; }
.build-grid article:last-child { padding-right: 0; border-right: 0; }
.build-grid article > span { color: var(--steel-500); font-size: 11px; font-weight: 850; letter-spacing: .12em; }
.build-grid h3 { margin: 62px 0 17px; color: var(--navy-900); font-size: 31px; font-weight: 700; letter-spacing: -.03em; }
.build-grid p { margin: 0; color: #35495d; font-size: 15px; line-height: 1.65; }
.build-grid small { display: block; margin-top: 28px; color: var(--steel-700); font-size: 10px; font-weight: 800; line-height: 1.7; letter-spacing: .07em; text-transform: uppercase; }

.boundary { padding-block: 104px; background: var(--navy-900); color: white; }
.boundary blockquote { max-width: 1060px; margin: 0 0 43px; font-size: clamp(30px, 4.1vw, 51px); font-weight: 650; line-height: 1.18; letter-spacing: -.032em; }
.text-link { display: inline-flex; padding-bottom: 5px; align-items: center; gap: 9px; border-bottom: 1px solid var(--steel-500); color: var(--navy-800); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.text-link-light { border-color: rgba(255,255,255,.5); color: white; }

.perspective { padding-block: 105px 120px; }
.perspective-list { border-top: 1px solid var(--line); }
.perspective-list > a { display: grid; min-height: 145px; grid-template-columns: 160px 1fr auto; gap: 30px; align-items: center; border-bottom: 1px solid var(--line); text-decoration: none; }
.perspective-list > a:hover strong { color: var(--steel-700); }
.perspective-list span, .perspective-list small { color: var(--steel-700); font-size: 9px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.perspective-list strong { max-width: 700px; color: var(--navy-900); font-size: 27px; line-height: 1.16; letter-spacing: -.025em; transition: color .2s; }

.contact-band { background: var(--navy-800); color: white; }
.contact-band .section-shell { display: flex; min-height: 300px; align-items: center; justify-content: space-between; gap: 50px; }
.contact-band h2 { max-width: 780px; margin: 0; font-size: clamp(38px, 5vw, 64px); line-height: 1; letter-spacing: -.045em; }
.button { display: inline-flex; min-height: 48px; padding: 0 20px; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.5); color: white; font-size: 10px; font-weight: 850; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.button:hover { background: white; color: var(--navy-900); }
.site-footer { display: grid; min-height: 112px; grid-template-columns: 1fr auto 1fr; gap: 30px; align-items: center; color: var(--muted); font-size: 10px; }
.site-footer div { display: flex; gap: 24px; }
.site-footer a { text-decoration: none; }
.site-footer > :last-child { justify-self: end; }

/* Contact */
.contact-main { min-height: calc(100vh - 224px); }
.contact-hero { display: grid; min-height: 620px; grid-template-columns: 1fr .72fr; gap: 90px; padding-block: 100px; align-items: center; }
.contact-hero h1 { margin: 0; color: var(--navy-900); font-size: clamp(58px, 8vw, 104px); line-height: .95; letter-spacing: -.055em; }
.contact-card { padding: 38px; border: 1px solid var(--line); background: white; }
.contact-intro { margin: 0 0 34px; color: #30445a; font-size: 20px; line-height: 1.5; }
.contact-person { margin-bottom: 31px; }
.contact-person strong { display: block; color: var(--navy-900); font-size: 19px; }
.contact-person span { display: block; margin-top: 6px; color: var(--steel-700); font-size: 12px; }
.contact-avatar { display: none; }
.contact-card dl { margin: 0; }
.contact-card dl > div { display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 17px 0; border-top: 1px solid var(--line); }
.contact-card dt { color: var(--steel-700); font-size: 9px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.contact-card dd { min-width: 0; margin: 0; color: var(--navy-800); font-size: 14px; overflow-wrap: normal; }
.contact-card dd a { text-decoration: none; }
.contact-card a[href^="mailto:"] { white-space: nowrap; }

/* Perspective */
.perspective-page, .article-page { background: var(--ice); color: var(--ink); }
.perspective-hero { max-width: 960px; padding-block: 100px 70px; }
.perspective-hero h1 { margin: 0; color: var(--navy-900); font-size: clamp(58px, 8vw, 104px); line-height: .92; letter-spacing: -.06em; }
.perspective-hero > p:last-child { max-width: 680px; margin: 29px 0 0; color: #30445a; font-size: 19px; line-height: 1.55; }
.journal-section { padding-bottom: 120px; }
.journal-grid { border-top: 1px solid var(--line); }
.journal-card { display: grid; min-height: 190px; grid-template-columns: 180px 1fr; gap: 38px; padding-block: 34px; border-bottom: 1px solid var(--line); }
.journal-thumb { display: block; min-height: 120px; overflow: hidden; background: var(--steel-100); }
.journal-thumb img { display: block; width: 100%; height: 100%; object-fit: cover; }
.journal-card-body { align-self: center; }
.story-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 16px; }
.story-tags span { color: var(--steel-700); font-size: 8px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.journal-card h3 { margin: 0 0 12px; color: var(--navy-900); font-size: 30px; line-height: 1.1; letter-spacing: -.03em; }
.journal-card h3 a { text-decoration: none; }
.journal-card p { max-width: 680px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.article-meta { display: flex; margin-top: 18px; gap: 24px; color: var(--steel-700); font-size: 8px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.featured-story, .journal-toolbar, .no-results, .closing-cta { display: none; }

/* Articles */
.article-shell { width: min(830px, calc(100% - 48px)); margin-inline: auto; }
.article-hero { padding-block: 100px 62px; border-bottom: 1px solid var(--line); }
.article-hero h1 { margin: 0; color: var(--navy-900); font-size: clamp(48px, 6.5vw, 76px); line-height: .98; letter-spacing: -.05em; }
.article-dek { max-width: 700px; margin: 25px 0 0; color: #30445a; font-size: 19px; line-height: 1.55; }
.article-body { padding-block: 55px 105px; }
.article-body > p, .article-body > h2, .article-body > ul, .article-body > ol, .article-body > blockquote, .article-body > figure { max-width: 710px; margin-left: auto; margin-right: auto; }
.article-body > p { color: #30445a; font-size: 18px; line-height: 1.78; }
.article-body > h2 { margin-top: 48px; margin-bottom: 18px; color: var(--navy-900); font-size: 34px; letter-spacing: -.035em; }
.article-body > figure { margin-top: 42px; margin-bottom: 48px; }
.article-body > figure img { display: block; width: 100%; border-radius: 22px; box-shadow: 0 22px 54px rgba(6,23,51,.1); }
.article-body > figure figcaption { max-width: 620px; margin: 14px auto 0; color: var(--muted); font-size: 12px; line-height: 1.55; text-align: center; }
.article-body .article-byline { color: var(--steel-700); font-size: 14px; font-weight: 700; }
.article-body > blockquote { margin-top: 48px; margin-bottom: 48px; padding: 31px; border-left: 4px solid var(--steel-500); background: var(--navy-900); color: white; }
.article-body > blockquote p { margin: 0; font-size: 24px; line-height: 1.42; }
.article-body > blockquote footer { margin-top: 18px; color: #c8d8e8; font-size: 8px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.article-end { display: flex; max-width: 710px; margin: 60px auto 0; padding-top: 24px; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid var(--line); }
.article-end > span { color: var(--muted); font-size: 11px; }
.medium-source-link { display: inline-flex; min-height: 42px; padding: 0 18px; align-items: center; gap: 8px; border-radius: 999px; background: var(--navy-900); color: white; font-size: 10px; font-weight: 850; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.medium-source-link:hover { background: #6268f6; }
.status-card { max-width: 720px; min-height: 480px; margin: 0 auto; padding: 110px 0; }
.status-card h1 { margin: 0 0 22px; color: var(--navy-900); font-size: clamp(45px, 6vw, 72px); line-height: 1; letter-spacing: -.05em; }
.status-card > p { color: var(--muted); font-size: 16px; }

@media (max-width: 900px) {
  .site-header { min-height: 96px; }
  .brand { width: min(340px, 52vw); }
  .build-grid { grid-template-columns: 1fr; }
  .build-grid article, .build-grid article + article { min-height: 0; padding: 30px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .build-grid article:last-child { border-bottom: 0; }
  .build-grid h3 { margin-top: 35px; }
  .contact-hero { grid-template-columns: 1fr; gap: 45px; }
}

@media (max-width: 700px) {
  :root { --shell: min(100% - 30px, 1160px); }
  .site-header { min-height: 80px; }
  .brand { width: min(285px, 72vw); }
  .nav-toggle { position: relative; z-index: 3; display: block; }
  .primary-nav { position: fixed; z-index: 2; inset: 0; padding: 100px 25px 40px; flex-direction: column; align-items: flex-start; gap: 0; background: var(--ice); opacity: 0; pointer-events: none; transform: translateY(-10px); transition: opacity .2s, transform .2s; }
  .primary-nav a { width: 100%; padding: 18px 0; border-bottom: 1px solid var(--line); font-size: 24px; }
  .nav-open .primary-nav { opacity: 1; pointer-events: auto; transform: none; }
  .hero { min-height: 500px; padding-block: 88px 75px; }
  .hero h1 { font-size: clamp(50px, 15vw, 70px); }
  .build, .perspective { padding-block: 78px; }
  .section-heading-row, .contact-band .section-shell { align-items: flex-start; flex-direction: column; }
  .section-heading-row .text-link { margin-top: 20px; }
  .boundary { padding-block: 78px; }
  .boundary blockquote { font-size: 30px; }
  .perspective-list > a { min-height: 165px; grid-template-columns: 1fr auto; gap: 12px 20px; padding-block: 24px; }
  .perspective-list strong { grid-column: 1 / -1; grid-row: 2; font-size: 24px; }
  .contact-band .section-shell { min-height: 320px; padding-block: 65px; }
  .site-footer { grid-template-columns: 1fr 1fr; padding-block: 28px; }
  .site-footer > :last-child { display: none; }
  .contact-hero { min-height: auto; padding-block: 75px; }
  .journal-card { grid-template-columns: 1fr; }
  .journal-thumb { min-height: 80px; }
}

@media (max-width: 480px) {
  .brand { width: 235px; }
  .brand > small { font-size: 8px; letter-spacing: .14em; }
  .hero-copy { font-size: 17px; }
  .contact-card { padding: 26px; }
  .contact-card dl > div { grid-template-columns: 1fr; gap: 7px; }
  .article-shell { width: min(100% - 30px, 830px); }
  .article-end { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }

/* Website Version 2 — hero direction */
.home-page { background: #f8f7f3; }
.home-page .hero { position: relative; isolation: isolate; display: grid; width: min(1320px, calc(100% - 40px)); max-width: none; min-height: 680px; margin: 26px auto 92px; padding: 90px 48px; place-items: center; overflow: hidden; border: 1px solid rgba(78,111,145,.2); background: white; }
.home-page .hero::before { content: ""; position: absolute; z-index: 1; inset: 0; background: radial-gradient(circle at 50% 44%, rgba(248,247,243,.97) 0 22%, rgba(248,247,243,.82) 38%, rgba(248,247,243,.2) 67%, transparent 78%); pointer-events: none; }
.hero-graphic { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-inner { position: relative; z-index: 2; display: grid; max-width: 870px; justify-items: center; text-align: center; }
.home-page .hero .eyebrow { margin-bottom: 24px; color: #4e6f91; }
.home-page .hero h1 { max-width: 900px; font-size: clamp(58px, 6.4vw, 94px); font-weight: 520; line-height: .98; letter-spacing: -.057em; }
.home-page .hero-copy { max-width: 680px; margin-top: 28px; color: #3d5268; font-size: clamp(17px, 1.7vw, 21px); line-height: 1.52; }
.hero-actions { display: flex; margin-top: 34px; align-items: center; justify-content: center; gap: 12px; }
.hero-button { display: inline-flex; min-height: 50px; padding: 0 24px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 999px; font-size: 11px; font-weight: 800; letter-spacing: .04em; text-decoration: none; transition: transform .2s, box-shadow .2s, background .2s; }
.hero-button:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(6,23,51,.12); }
.hero-button-primary { background: #6268f6; color: white; }
.hero-button-secondary { border-color: rgba(6,23,51,.15); background: rgba(255,255,255,.78); color: #061733; }
.home-page .principles { display: flex; margin-top: 38px; padding: 0; border: 0; align-items: center; justify-content: center; gap: 11px; }
.home-page .principles span { display: inline-flex; min-height: 27px; padding: 0 10px; align-items: center; border: 1px solid rgba(78,111,145,.24); border-radius: 999px; background: rgba(255,255,255,.58); }

@media (max-width: 700px) {
  .home-page .hero { width: calc(100% - 24px); min-height: 620px; margin-top: 14px; margin-bottom: 68px; padding: 72px 22px; }
  .home-page .hero h1 { font-size: clamp(49px, 14vw, 70px); }
  .home-page .hero::before { background: radial-gradient(circle at 50% 42%, rgba(248,247,243,.98) 0 34%, rgba(248,247,243,.78) 59%, rgba(248,247,243,.24) 82%); }
  .hero-actions { flex-direction: column; width: 100%; }
  .hero-button { width: min(100%, 290px); }
  .home-page .principles { flex-wrap: wrap; }
}

/* Website Version 2 — complete visual system */
body { background: #f8f7f3; }
.section-shell { width: min(1240px, calc(100% - 48px)); }

.site-header {
  min-height: 104px;
  border-bottom-color: rgba(78,111,145,.17);
}
.brand { width: min(390px, 48vw); }
.brand-image::before,
.brand-image::after { background: #f8f7f3; }
.primary-nav { gap: 12px; }
.primary-nav a {
  padding: 12px 14px;
  border-radius: 999px;
  transition: background .2s, color .2s, transform .2s;
}
.primary-nav a:hover { background: rgba(78,111,145,.08); }
.primary-nav a:last-child {
  margin-left: 4px;
  padding-inline: 20px;
  background: #6268f6;
  color: #fff;
}
.primary-nav a:last-child:hover { background: #4f55db; color: #fff; transform: translateY(-1px); }

.build {
  padding-block: 112px 132px;
  border-top: 0;
}
.build .section-heading {
  max-width: 920px;
  margin: 0 auto 58px;
  text-align: center;
}
.section-heading h2 { font-weight: 520; line-height: 1.02; }
.build-grid { gap: 16px; border: 0; }
.build-grid article,
.build-grid article + article,
.build-grid article:last-child {
  position: relative;
  display: flex;
  min-height: 420px;
  padding: 32px;
  flex-direction: column;
  overflow: hidden;
  border: 0;
  border-radius: 26px;
}
.build-grid article::after {
  content: "";
  position: absolute;
  right: -72px;
  bottom: -92px;
  width: 250px;
  height: 250px;
  border: 1px solid currentColor;
  border-radius: 50%;
  opacity: .12;
}
.build-grid article:nth-child(1) { background: #061733; color: #fff; }
.build-grid article:nth-child(2) { background: #6268f6; color: #fff; }
.build-grid article:nth-child(3) { border: 1px solid rgba(78,111,145,.18); background: #fff; color: #061733; }
.build-grid article > span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: inherit;
  opacity: .72;
}
.build-grid h3 { margin: auto 0 18px; color: inherit; font-size: 42px; font-weight: 540; }
.build-grid p { color: inherit; font-size: 17px; line-height: 1.55; opacity: .88; }
.build-grid small { position: relative; z-index: 1; color: inherit; opacity: .68; }

.boundary {
  position: relative;
  width: min(1320px, calc(100% - 40px));
  margin: 0 auto;
  padding-block: 118px;
  overflow: hidden;
  border-radius: 30px;
  background: #6268f6;
}
.boundary::after {
  content: "";
  position: absolute;
  right: -10%;
  bottom: -45%;
  width: 760px;
  height: 760px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(255,255,255,.025), 0 0 0 160px rgba(255,255,255,.018);
}
.boundary .section-shell { position: relative; z-index: 1; width: min(1120px, calc(100% - 72px)); }
.boundary blockquote { max-width: 1080px; font-weight: 510; line-height: 1.16; }
.boundary .eyebrow-light { color: rgba(255,255,255,.72); }

.perspective { padding-block: 126px 136px; }
.perspective .section-heading-row { margin-bottom: 52px; }
.perspective-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  border: 0;
}
.perspective-list > a {
  display: flex;
  min-height: 330px;
  padding: 28px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  overflow: hidden;
  border: 1px solid rgba(78,111,145,.16);
  border-radius: 24px;
  background: #fff;
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.perspective-list > a:first-child { background: #e8eff9; }
.perspective-list > a:nth-child(2) { background: #fff; }
.perspective-list > a:nth-child(3) { background: #dfe8f2; }
.perspective-list > a:hover {
  border-color: rgba(98,104,246,.35);
  box-shadow: 0 22px 54px rgba(6,23,51,.08);
  transform: translateY(-4px);
}
.perspective-list strong { margin-top: auto; font-size: 31px; font-weight: 540; line-height: 1.07; }
.perspective-list span,
.perspective-list small {
  display: inline-flex;
  min-height: 26px;
  padding: 0 9px;
  align-items: center;
  border: 1px solid rgba(78,111,145,.2);
  border-radius: 999px;
}

.contact-band {
  position: relative;
  width: min(1320px, calc(100% - 40px));
  margin: 0 auto 24px;
  overflow: hidden;
  border-radius: 30px;
  background: #061733;
}
.contact-band::after {
  content: "";
  position: absolute;
  right: 12%;
  top: -150px;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
}
.contact-band .section-shell { position: relative; z-index: 1; min-height: 240px; }
.contact-band .eyebrow { margin: 0; color: #fff; font-size: clamp(24px, 3vw, 42px); font-weight: 520; letter-spacing: -.025em; text-transform: none; }
.contact-band .button { min-height: 50px; padding-inline: 25px; border: 0; border-radius: 999px; background: #6268f6; }

.site-footer { min-height: 126px; }
.site-footer a:hover { color: #061733; }

/* Version 2 — inner pages */
.contact-main { min-height: auto; }
.contact-hero {
  position: relative;
  min-height: 650px;
  margin-top: 28px;
  margin-bottom: 70px;
  padding: 84px;
  overflow: hidden;
  border: 1px solid rgba(78,111,145,.16);
  border-radius: 30px;
  background: linear-gradient(135deg, #e8eff9, #fff 58%);
}
.contact-hero::after {
  content: "";
  position: absolute;
  left: -130px;
  bottom: -230px;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(98,104,246,.28);
  border-radius: 50%;
}
.contact-hero > * { position: relative; z-index: 1; }
.contact-hero h1 { font-weight: 520; }
.contact-card {
  padding: 42px;
  border: 0;
  border-radius: 24px;
  box-shadow: 0 28px 70px rgba(6,23,51,.09);
}
.contact-person strong { font-size: 25px; font-weight: 560; }
.contact-card dl > div { padding-block: 20px; }

.perspective-page,
.article-page { background: #f8f7f3; }
.perspective-hero {
  max-width: none;
  padding-block: 112px 78px;
  text-align: center;
}
.perspective-hero h1 { font-weight: 520; }
.perspective-hero > p:last-child { margin-inline: auto; }
.journal-section { padding-bottom: 136px; }
.journal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; border: 0; }
.journal-card {
  display: flex;
  min-height: 500px;
  padding: 14px;
  flex-direction: column;
  gap: 0;
  border: 1px solid rgba(78,111,145,.16);
  border-radius: 24px;
  background: #fff;
  transition: transform .2s, box-shadow .2s;
}
.journal-card:hover { box-shadow: 0 22px 54px rgba(6,23,51,.08); transform: translateY(-4px); }
.journal-thumb {
  min-height: 220px;
  border-radius: 16px;
  background: radial-gradient(circle at 68% 32%, #757bff 0 5%, transparent 6%), linear-gradient(140deg, #e8eff9, #b7cce4 52%, #f7fafc);
}
.journal-card:nth-child(2) .journal-thumb { background: radial-gradient(circle at 35% 65%, #6268f6 0 7%, transparent 8%), linear-gradient(145deg, #061733, #294d75 58%, #a9c1db); }
.journal-card:nth-child(3) .journal-thumb { background: linear-gradient(120deg, #edf2f8 0 35%, #758faf 36% 38%, #dbe5f0 39% 64%, #6268f6 65% 68%, #f8f7f3 69%); }
.journal-card-body { display: flex; padding: 28px 14px 16px; flex: 1; flex-direction: column; }
.journal-card h3 { font-size: 29px; font-weight: 540; }
.journal-card .article-meta { margin-top: auto; padding-top: 24px; }

.article-shell { width: min(900px, calc(100% - 48px)); }
.article-hero { padding-block: 118px 70px; }
.article-hero h1 { font-weight: 520; }
.article-body > blockquote { padding: 40px; border: 0; border-radius: 22px; background: #6268f6; }

@media (max-width: 900px) {
  .build-grid { grid-template-columns: 1fr; }
  .build-grid article,
  .build-grid article + article,
  .build-grid article:last-child { min-height: 330px; padding: 30px; border: 0; }
  .perspective-list,
  .journal-grid { grid-template-columns: 1fr; }
  .contact-hero { padding: 60px; }
  .journal-card { min-height: 0; }
}

@media (max-width: 700px) {
  .section-shell { width: calc(100% - 30px); }
  .site-header { min-height: 86px; }
  .primary-nav { background: #f8f7f3; }
  .primary-nav a,
  .primary-nav a:last-child {
    margin: 0;
    padding: 18px 0;
    border-radius: 0;
    background: transparent;
    color: #061733;
  }
  .build { padding-block: 84px 94px; }
  .build-grid article,
  .build-grid article + article,
  .build-grid article:last-child { min-height: 310px; }
  .boundary { width: calc(100% - 24px); padding-block: 78px; border-radius: 22px; }
  .boundary .section-shell { width: calc(100% - 42px); }
  .perspective { padding-block: 86px 96px; }
  .perspective .section-heading-row { margin-bottom: 38px; }
  .perspective-list > a { min-height: 290px; }
  .contact-band { width: calc(100% - 24px); border-radius: 22px; }
  .contact-band .section-shell { min-height: 280px; }
  .contact-hero { min-height: auto; margin-top: 14px; padding: 70px 24px 24px; border-radius: 22px; }
  .contact-card { padding: 28px; }
  .perspective-hero { padding-block: 82px 58px; }
  .journal-section { padding-bottom: 92px; }
  .journal-card { padding: 12px; }
  .journal-thumb { min-height: 170px; }
}

/* Homepage capability board */
.home-page .hero {
  min-height: 620px;
  margin-bottom: 0;
  padding-block: 74px 112px;
}
.home-page .hero-actions { margin-top: 32px; }
.front-capabilities {
  position: relative;
  z-index: 3;
  margin-top: -64px;
  padding-bottom: 24px;
}
.front-capabilities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.front-capabilities article {
  display: flex;
  min-height: 220px;
  padding: 26px;
  flex-direction: column;
  border: 1px solid rgba(78,111,145,.17);
  border-radius: 22px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 20px 50px rgba(6,23,51,.08);
}
.front-capabilities article:nth-child(2) { background: #061733; color: #fff; }
.front-capabilities article:nth-child(3) { background: #6268f6; color: #fff; }
.front-capabilities article > span {
  color: inherit;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .13em;
  opacity: .62;
}
.front-capabilities h3 {
  margin: 0 0 14px;
  color: inherit;
  font-size: 31px;
  font-weight: 540;
  letter-spacing: -.03em;
}
.front-capabilities p { margin: 0; color: inherit; font-size: 14px; line-height: 1.5; opacity: .86; }
.front-capabilities small {
  display: block;
  margin-top: auto;
  padding-top: 17px;
  color: inherit;
  font-size: 8px;
  font-weight: 800;
  line-height: 1.55;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .65;
}
.front-capabilities + .perspective { padding-top: 92px; }

@media (max-width: 900px) {
  .front-capabilities-grid { grid-template-columns: 1fr; }
  .front-capabilities article { min-height: 190px; }
}

@media (max-width: 700px) {
  .home-page .hero { min-height: 590px; padding-block: 66px 104px; }
  .front-capabilities { margin-top: -52px; padding-bottom: 18px; }
  .front-capabilities article { min-height: 180px; padding: 24px; }
}

/* Social footer */
.social-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 9px !important;
}
.social-links a {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(78,111,145,.2);
  border-radius: 50%;
  background: #fff;
  transition: transform .2s, border-color .2s, box-shadow .2s;
}
.social-links a:hover {
  border-color: rgba(98,104,246,.45);
  box-shadow: 0 8px 22px rgba(6,23,51,.08);
  transform: translateY(-2px);
}
.social-links img { display: block; width: 15px; height: 15px; }

@media (max-width: 700px) {
  .site-footer { grid-template-columns: 1fr; gap: 20px; }
  .site-footer > .social-links { display: flex; justify-self: start; }
}
