:root {
  --canvas: #f4f5f6;
  --paper: #ffffff;
  --ink: #101526;
  --ink-soft: #3c465e;
  --line: #d7dbe3;
  --blue: #4688ff;
  --cyan: #50b3d8;
  --orange: #ff8a47;
  --gold: #ffb13d;
  --night: #0c1020;
  --night-soft: #151b31;
  --max: 1200px;
  --narrow: 780px;
  --header: 76px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--canvas);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  background: var(--canvas);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}

body.menu-open { overflow: hidden; }

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

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

button, input, textarea, select { font: inherit; }

button { cursor: pointer; }

h1, h2, h3, p, figure { margin: 0; }

h1, h2, h3 { line-height: 1.05; letter-spacing: 0; }

h1 { font-size: 60px; font-weight: 780; }
h2 { font-size: 42px; font-weight: 760; }
h3 { font-size: 25px; font-weight: 740; }

.page-shell { width: min(calc(100% - 64px), var(--max)); margin-inline: auto; }
.narrow-shell { width: min(calc(100% - 64px), var(--narrow)); margin-inline: auto; }

.sr-only,
.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  z-index: 1000;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  margin: 0;
  padding: 10px 14px;
  clip: auto;
  background: var(--ink);
  color: #fff;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  height: var(--header);
  background: rgb(244 245 246 / 92%);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(16px);
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  background: rgb(244 245 246 / 98%);
  border-color: rgb(16 21 38 / 10%);
  box-shadow: 0 8px 24px rgb(16 21 38 / 9%);
}

.topnav {
  width: min(calc(100% - 64px), 1440px);
  height: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  flex: none;
  font-size: 18px;
  font-weight: 780;
  letter-spacing: 0;
}

.brand img { width: 38px; height: 38px; object-fit: contain; }

.nav-links { display: flex; align-items: center; justify-content: flex-end; gap: 24px; }

.nav-links > a:not(.nav-cta) {
  position: relative;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 650;
}

.nav-links > a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 160ms ease;
}

.nav-links > a:not(.nav-cta):hover::after,
.nav-links > a:not(.nav-cta):focus-visible::after { transform: scaleX(1); }

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 0;
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease, border-color 160ms ease;
}

.nav-cta { min-height: 40px; padding-inline: 15px; background: var(--ink); color: #fff; }
.nav-cta:hover, .button:hover { transform: translateY(-2px); }

.menu-toggle { display: none; width: 42px; height: 42px; padding: 0; border: 1px solid var(--line); background: transparent; }
.menu-toggle-icon, .menu-toggle-icon::before, .menu-toggle-icon::after { display: block; width: 18px; height: 2px; margin: auto; background: var(--ink); content: ""; transition: transform 160ms ease; }
.menu-toggle-icon { position: relative; }
.menu-toggle-icon::before { position: absolute; top: -6px; left: 0; }
.menu-toggle-icon::after { position: absolute; top: 6px; left: 0; }
body.menu-open .menu-toggle-icon { background: transparent; }
body.menu-open .menu-toggle-icon::before { top: 0; transform: rotate(45deg); }
body.menu-open .menu-toggle-icon::after { top: 0; transform: rotate(-45deg); }

.eyebrow,
.section-label,
.post-meta {
  color: var(--gold);
  font-size: 13px;
  font-weight: 790;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow.dark, .section-label { color: var(--orange); }

.hero {
  --lens-x: 54%;
  --lens-y: 63%;
  --lens-size: 520px;
  position: relative;
  min-height: 100svh;
  padding: calc(var(--header) + 86px) 0 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  overflow: hidden;
  background: var(--night);
}

.hero-media, .hero-media img, .hero-discovery-layer, .hero-lens, .hero-overlay { position: absolute; inset: 0; }

.hero-media img { height: 100%; object-fit: cover; object-position: center; filter: saturate(.68) brightness(.62) contrast(1.06); }

.hero-discovery-layer {
  z-index: 1;
  background: url("/assets/brand/human-ia-potential-expanded.png") center / cover no-repeat;
  filter: saturate(1.1) brightness(.95) contrast(1.06);
  opacity: 0;
  -webkit-mask-image: radial-gradient(circle var(--lens-size) at var(--lens-x) var(--lens-y), #000 0%, #000 28%, rgb(0 0 0 / 82%) 47%, rgb(0 0 0 / 40%) 68%, transparent 100%);
  mask-image: radial-gradient(circle var(--lens-size) at var(--lens-x) var(--lens-y), #000 0%, #000 28%, rgb(0 0 0 / 82%) 47%, rgb(0 0 0 / 40%) 68%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  transition: opacity 180ms ease;
}

.hero-lens {
  z-index: 2;
  width: 680px;
  height: 680px;
  inset: auto;
  left: var(--lens-x);
  top: var(--lens-y);
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgb(255 183 92 / 14%) 0%, rgb(77 155 255 / 8%) 36%, transparent 70%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.hero-discover.is-discovering .hero-discovery-layer,
.hero-discover.is-discovering .hero-lens,
.hero-discover:focus-within .hero-discovery-layer,
.hero-discover:focus-within .hero-lens { opacity: 1; }

.hero-overlay { z-index: 3; background: linear-gradient(90deg, rgb(8 12 24 / 82%) 0%, rgb(8 12 24 / 55%) 46%, rgb(8 12 24 / 22%) 100%); }

.hero-content { position: relative; z-index: 4; padding-bottom: 92px; }
.hero-content .eyebrow { margin-bottom: 19px; }
.hero h1 { max-width: 760px; font-size: 68px; }
.hero-copy { max-width: 650px; margin-top: 25px; font-size: 21px; line-height: 1.4; color: rgb(255 255 255 / 88%); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button-primary { background: var(--orange); color: var(--ink); }
.button-ghost { border-color: rgb(255 255 255 / 55%); color: #fff; }
.button-ghost:hover { background: #fff; color: var(--ink); }

.hero-routes {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgb(255 255 255 / 22%);
}

.hero-routes a { min-height: 178px; padding: 32px 34px; border-right: 1px solid rgb(255 255 255 / 22%); background: rgb(9 13 28 / 68%); transition: background 160ms ease; }
.hero-routes a:first-child { border-left: 1px solid rgb(255 255 255 / 22%); }
.hero-routes a:hover { background: rgb(255 255 255 / 13%); }
.hero-routes span { display: block; margin-bottom: 16px; color: var(--gold); font-size: 13px; font-weight: 760; text-transform: uppercase; }
.hero-routes strong { display: block; max-width: 250px; font-size: 24px; line-height: 1.16; }

.section { padding-block: 108px; }
.intro-band { padding-top: 116px; padding-bottom: 116px; }
.intro-band .section-label { margin-bottom: 26px; }
.intro-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 80px; align-items: start; }
.intro-grid h2 { max-width: 650px; }
.intro-grid p { color: var(--ink-soft); font-size: 19px; line-height: 1.5; }
.inline-link { display: inline-flex; gap: 10px; margin-top: 26px; color: var(--ink); font-size: 14px; font-weight: 760; text-transform: uppercase; }
.inline-link:hover { color: var(--blue); }

.route-grid { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--line); gap: 1px; border-block: 1px solid var(--line); }
.route-card { position: relative; min-height: 430px; padding: 50px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; color: var(--ink); background: var(--paper); overflow: hidden; }
.route-card > * { position: relative; z-index: 1; }
.route-card > span { margin-bottom: 22px; color: var(--orange); font-size: 13px; font-weight: 780; text-transform: uppercase; }
.route-card h2 { max-width: 340px; font-size: 37px; }
.route-card p { max-width: 390px; margin-top: 18px; color: var(--ink-soft); font-size: 16px; }
.route-card b { margin-top: 30px; font-size: 13px; text-transform: uppercase; }
.route-card:hover h2 { color: var(--blue); }
.route-card-dark { color: #fff; background: var(--night); }
.route-card-dark p { color: rgb(255 255 255 / 74%); }
.route-card-image { color: #fff; background: var(--night); }
.route-card-image::after { position: absolute; inset: 0; z-index: 0; content: ""; background: linear-gradient(0deg, rgb(8 12 24 / 91%) 0%, rgb(8 12 24 / 18%) 88%); }
.route-card-image img { position: absolute; inset: 0; height: 100%; object-fit: cover; filter: saturate(.8) brightness(.7); transition: transform 220ms ease; }
.route-card-image:hover img { transform: scale(1.04); }
.route-card-image p { color: rgb(255 255 255 / 82%); }

.impact-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; }
.section-heading h2 { max-width: 690px; margin-top: 18px; }
.section-heading > p:last-child { max-width: 630px; margin-top: 21px; color: var(--ink-soft); font-size: 18px; }
.stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-self: end; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stat-grid article { min-height: 206px; padding: 27px 23px; border-right: 1px solid var(--line); }
.stat-grid article:last-child { border: 0; }
.stat-grid strong { display: block; color: var(--blue); font-size: 48px; line-height: 1; }
.stat-grid span { display: block; margin-top: 18px; color: var(--ink-soft); font-size: 14px; font-weight: 680; }

.editorial-band { background: var(--night); color: #fff; }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.split-heading .inline-link { flex: none; margin: 0; color: #fff; }
.editorial-band .section-label { color: var(--gold); }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 46px; }
.post-card { display: flex; flex-direction: column; min-width: 0; background: var(--paper); border: 1px solid var(--line); }
.post-card-image { display: block; height: 214px; overflow: hidden; background: var(--night-soft); }
.post-card-image img { height: 100%; object-fit: cover; transition: transform 220ms ease; }
.post-card:hover .post-card-image img { transform: scale(1.04); }
.card-fallback { display: flex; align-items: center; justify-content: center; gap: 12px; height: 100%; color: #fff; font-weight: 800; font-size: 32px; }
.card-fallback strong { color: var(--orange); }
.post-card-body { display: flex; flex: 1; flex-direction: column; padding: 25px; }
.post-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--orange); font-size: 11px; }
.post-meta time { color: #72798a; font-size: 11px; font-weight: 650; letter-spacing: 0; text-transform: none; }
.post-card h3 { margin-top: 16px; font-size: 24px; }
.post-card h3 a:hover { color: var(--blue); }
.post-card p:not(.post-meta) { margin-top: 14px; color: var(--ink-soft); font-size: 15px; }
.post-card .inline-link { margin-top: auto; padding-top: 23px; font-size: 12px; }
.editorial-band .post-card { background: transparent; border-color: rgb(255 255 255 / 18%); color: #fff; }
.editorial-band .post-card p:not(.post-meta) { color: rgb(255 255 255 / 72%); }
.editorial-band .post-card h3 a:hover { color: var(--gold); }
.editorial-band .post-card .inline-link { color: #fff; }

.business-band { display: grid; grid-template-columns: .8fr 1.2fr; gap: 75px; }
.business-intro h2 { margin-top: 18px; }
.business-intro > p:not(.section-label) { margin-top: 22px; color: var(--ink-soft); font-size: 18px; }
.business-list { display: grid; gap: 18px; }
.post-card-compact { display: grid; grid-template-columns: 188px 1fr; min-height: 190px; }
.post-card-compact .post-card-image { height: 100%; }
.post-card-compact .post-card-body { padding: 24px; }
.post-card-compact h3 { font-size: 23px; }

.latest-section { padding-top: 8px; }
.latest-section .split-heading .inline-link { color: var(--ink); }

.newsletter-band { padding: 78px 0; color: #fff; background: var(--blue); }
.newsletter-inner { display: grid; grid-template-columns: 1fr .82fr; gap: 70px; align-items: center; }
.newsletter-band .section-label { color: var(--night); }
.newsletter-band h2 { max-width: 580px; margin-top: 16px; }
.newsletter-form { display: grid; grid-template-columns: 1fr auto; gap: 0; align-items: start; }
.newsletter-form input { min-width: 0; height: 52px; padding: 0 16px; border: 1px solid #fff; border-radius: 0; color: var(--ink); background: #fff; outline: none; }
.newsletter-form button { height: 52px; padding: 0 19px; border: 1px solid var(--night); border-radius: 0; background: var(--night); color: #fff; font-size: 13px; font-weight: 750; text-transform: uppercase; }
.form-status { grid-column: 1 / -1; min-height: 24px; margin-top: 10px; font-size: 14px; }

.archive-hero, .standard-header, .article-header, .contact-hero { padding-top: calc(var(--header) + 100px); padding-bottom: 65px; }
.archive-hero h1, .standard-header h1, .article-header h1, .contact-hero h1 { max-width: 900px; margin-top: 15px; }
.archive-hero > p:last-of-type, .standard-header > p:last-of-type, .contact-hero > p:last-of-type { max-width: 690px; margin-top: 24px; color: var(--ink-soft); font-size: 20px; }
.archive-list { padding-bottom: 110px; }
.archive-toolbar { display: flex; justify-content: space-between; padding: 18px 0; color: var(--ink-soft); border-block: 1px solid var(--line); font-size: 14px; }
.archive-toolbar a { color: var(--ink); font-weight: 700; }
.archive-list .post-grid { margin-top: 32px; }

.article-header { padding-bottom: 48px; }
.article-header h1 { margin-top: 17px; font-size: 55px; }
.article-meta { display: flex; gap: 16px; margin-top: 26px; color: #697186; font-size: 14px; }
.article-meta span::before { display: inline-block; width: 4px; height: 4px; margin: 0 14px 2px 0; background: var(--orange); border-radius: 50%; content: ""; }
.article-feature, .page-feature { margin-bottom: 58px; }
.article-feature img, .page-feature img { max-height: 660px; object-fit: cover; }

.article-content { padding-bottom: 96px; color: #293246; font-size: 18px; line-height: 1.75; }
.article-content > * + * { margin-top: 24px; }
.article-content h1, .article-content h2, .article-content h3, .article-content h4 { margin-top: 52px; color: var(--ink); line-height: 1.14; }
.article-content h1 { font-size: 39px; }
.article-content h2 { font-size: 33px; }
.article-content h3 { font-size: 26px; }
.article-content h4 { font-size: 20px; }
.article-content strong { color: var(--ink); }
.article-content a { color: var(--blue); font-weight: 700; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.article-content ul, .article-content ol { padding-left: 25px; }
.article-content li + li { margin-top: 8px; }
.article-content blockquote { margin-inline: 0; padding: 22px 25px; border-left: 4px solid var(--orange); background: #eef3ff; color: var(--ink); font-size: 21px; }
.article-content figure { margin-inline: 0; }
.article-content figure img { max-height: 600px; object-fit: contain; background: #edf0f5; }
.article-content figcaption { margin-top: 9px; color: #778095; font-size: 13px; }
.article-content iframe { width: 100%; min-height: 380px; border: 0; }
.article-content table { width: 100%; border-collapse: collapse; font-size: 15px; }
.article-content td, .article-content th { padding: 11px; border: 1px solid var(--line); text-align: left; }
.related { padding-top: 85px; background: #e9edf4; }
.related .section-heading h2 { margin-top: 15px; }
.related .post-grid { padding-bottom: 108px; }

.standard-header { padding-bottom: 44px; }
.standard-header h1 { font-size: 55px; }
.imported-content { min-height: 220px; }
.imported-content > .wp-block-group, .imported-content > .wp-block-columns, .imported-content > .entry-content, .imported-content > div { max-width: 100%; }
.imported-content .wp-block-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.imported-content .wp-block-button__link { display: inline-flex; padding: 12px 16px; color: #fff; background: var(--ink); text-decoration: none; }
.imported-content .wp-block-latest-posts { list-style: none; padding-left: 0; }
.imported-content .wp-block-latest-posts li { padding: 24px 0; border-bottom: 1px solid var(--line); }
.imported-content .wp-block-latest-posts__post-date { display: block; margin-top: 8px; color: #778095; font-size: 14px; }
.imported-content .dpt-entry { margin-top: 28px; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.imported-content .dpt-entry img { max-width: 100%; margin-bottom: 15px; }

.books-hero { padding-block: calc(var(--header) + 100px) 100px; }
.books-hero-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(250px, .65fr); gap: 70px; align-items: end; margin-top: 18px; }
.books-hero h1 { max-width: 700px; font-size: 70px; }
.books-hero-grid > div { display: grid; gap: 19px; padding-bottom: 8px; color: var(--ink-soft); font-size: 18px; }
.books-list, .books-coming { padding-block: 105px; background: var(--paper); }
.books-coming { background: #e8ebf0; }
.books-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.books-section-heading > p:last-child { max-width: 370px; color: var(--ink-soft); font-size: 17px; }
.books-section-heading h2 { max-width: 530px; margin-top: 14px; }
.books-entries { display: grid; }
.book-entry { display: grid; grid-template-columns: 278px minmax(0, 1fr); gap: 76px; align-items: center; padding-block: 58px; border-bottom: 1px solid var(--line); }
.book-cover { display: block; width: 100%; aspect-ratio: 2 / 3; overflow: hidden; background: var(--night); box-shadow: 16px 18px 0 rgb(16 21 38 / 10%); }
.book-cover img { height: 100%; object-fit: cover; }
.book-cover-soon { opacity: .82; }
.book-entry-copy { max-width: 660px; }
.book-number { color: var(--orange); font-size: 13px; font-weight: 790; text-transform: uppercase; }
.book-entry h2 { max-width: 620px; margin-top: 16px; font-size: 46px; }
.book-subtitle { max-width: 520px; margin-top: 14px; color: var(--ink-soft); font-size: 20px; font-weight: 640; line-height: 1.32; }
.book-copy { display: grid; gap: 14px; max-width: 650px; margin-top: 23px; color: #657086; font-size: 16px; }
.book-link, .book-soon { display: inline-flex; gap: 12px; margin-top: 30px; padding-bottom: 5px; border-bottom: 2px solid var(--orange); color: var(--ink); font-size: 13px; font-weight: 790; text-transform: uppercase; }
.book-link:hover { color: var(--orange); }
.book-soon { border-color: #8a92a1; color: #657086; }

.elementor-fallback { padding-bottom: 105px; }
.elementor-fallback h2 { margin-top: 55px; }
.elementor-fallback h2:first-child { margin-top: 0; }
.elementor-fallback p, .elementor-fallback blockquote { max-width: 720px; margin-top: 20px; color: var(--ink-soft); font-size: 18px; }
.elementor-fallback blockquote { padding-left: 21px; border-left: 3px solid var(--orange); color: var(--ink); font-weight: 650; }

.projects-hero { position: relative; min-height: 660px; overflow: hidden; color: #fff; background: var(--night); isolation: isolate; }
.projects-hero::after { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(90deg, rgb(7 11 25 / 94%) 0%, rgb(7 11 25 / 76%) 49%, rgb(7 11 25 / 35%) 100%); }
.projects-hero > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.projects-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 255px; gap: 70px; align-items: center; min-height: 660px; padding-top: calc(var(--header) + 58px); padding-bottom: 58px; }
.projects-hero h1 { max-width: 850px; margin-top: 18px; font-size: 70px; }
.projects-hero p:not(.eyebrow) { max-width: 680px; margin-top: 24px; color: rgb(255 255 255 / 84%); font-size: 20px; line-height: 1.4; }
.projects-hero aside { align-self: center; padding: 25px; border-left: 2px solid var(--gold); background: rgb(12 16 32 / 55%); backdrop-filter: blur(10px); }
.projects-hero aside strong { display: block; color: #fff; font-size: 58px; line-height: .9; }
.projects-hero aside span { display: block; margin-top: 9px; color: var(--gold); font-size: 12px; font-weight: 780; text-transform: uppercase; }
.projects-hero aside p { margin-top: 19px !important; color: rgb(255 255 255 / 68%) !important; font-size: 14px !important; }
.projects-intro { display: grid; grid-template-columns: 190px minmax(0, 1fr) minmax(230px, .62fr); gap: 44px; padding-block: 110px; }
.projects-intro h2 { max-width: 670px; }
.projects-intro > p:last-child { align-self: end; color: var(--ink-soft); font-size: 18px; }
.projects-directory { padding-bottom: 112px; }
.projects-directory .split-heading { padding-bottom: 38px; }
.projects-directory .split-heading > p { max-width: 410px; color: var(--ink-soft); font-size: 17px; }
.project-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.project-card { display: grid; grid-template-rows: auto 1fr; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); }
.project-card-image { display: block; overflow: hidden; aspect-ratio: 1.3 / 1; background: var(--night); }
.project-card-image img { height: 100%; object-fit: cover; transition: transform 220ms ease; }
.project-card:hover .project-card-image img { transform: scale(1.04); }
.project-card-body { display: flex; flex-direction: column; align-items: flex-start; padding: 27px 25px 25px; }
.project-card h2 { margin-top: 16px; font-size: 29px; }
.project-card h2 a:hover { color: var(--blue); }
.project-card-body > p:not(.post-meta) { margin-top: 15px; color: var(--ink-soft); font-size: 15px; }
.project-card-link { display: inline-flex; gap: 10px; margin-top: 28px; padding-bottom: 4px; border-bottom: 2px solid var(--orange); font-size: 12px; font-weight: 780; text-transform: uppercase; }

.award-hero { position: relative; min-height: 650px; overflow: hidden; color: #fff; background: var(--night) url("/assets/brand/human-ia-potential-expanded.png") center / cover no-repeat; isolation: isolate; }
.award-hero::after { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(90deg, rgb(7 11 25 / 96%) 0%, rgb(7 11 25 / 80%) 48%, rgb(7 11 25 / 42%) 100%); }
.award-hero-image { display: none; }
.award-hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 290px; gap: 70px; align-items: center; min-height: 650px; padding-top: calc(var(--header) + 54px); padding-bottom: 54px; }
.award-hero-copy { align-self: center; }
.award-hero h1 { max-width: 830px; margin-top: 19px; font-size: 76px; }
.award-hero-lead { max-width: 620px; margin-top: 23px; color: rgb(255 255 255 / 83%); font-size: 21px; line-height: 1.38; }
.award-date { align-self: center; padding: 28px; border: 1px solid rgb(255 255 255 / 36%); background: rgb(12 16 32 / 58%); backdrop-filter: blur(12px); }
.award-date span { display: block; color: var(--gold); font-size: 12px; font-weight: 780; text-transform: uppercase; }
.award-date strong { display: block; margin-top: 11px; color: #fff; font-size: 55px; line-height: .95; }
.award-date p { margin-top: 17px; color: rgb(255 255 255 / 88%); font-size: 15px; line-height: 1.4; }
.award-date small { display: block; margin-top: 22px; padding-top: 17px; border-top: 1px solid rgb(255 255 255 / 21%); color: rgb(255 255 255 / 63%); font-size: 12px; line-height: 1.35; }
.award-intro { display: grid; grid-template-columns: 190px minmax(0, 1.1fr) minmax(240px, .7fr); gap: 44px; padding-block: 110px; }
.award-intro h2 { max-width: 650px; }
.award-intro-copy { display: grid; align-content: end; gap: 20px; color: var(--ink-soft); font-size: 18px; }
.award-question-band { padding-block: 94px; color: #fff; background: var(--night); }
.award-band-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.award-band-heading .section-label { color: var(--gold); }
.award-band-heading h2 { max-width: 530px; }
.award-question-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 25px; padding: 0; margin: 50px 0 0; list-style: none; }
.award-question-grid li { padding-top: 22px; border-top: 1px solid rgb(255 255 255 / 26%); }
.award-question-grid span, .award-process-grid span { display: block; color: var(--gold); font-size: 13px; font-weight: 780; }
.award-question-grid h3 { margin-top: 27px; color: #fff; }
.award-question-grid p { margin-top: 13px; color: rgb(255 255 255 / 66%); font-size: 15px; }
.award-categories { padding-block: 110px; }
.award-categories .section-heading { max-width: 650px; }
.award-categories .section-heading > p:last-child { max-width: 490px; margin-top: 20px; color: var(--ink-soft); font-size: 18px; }
.award-category-legend { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 58px; padding-bottom: 16px; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: 13px; font-weight: 720; }
.award-category-legend span::before { display: inline-block; width: 8px; height: 8px; margin-right: 8px; background: var(--orange); content: ""; }
.award-category-legend span:nth-child(2)::before { background: var(--blue); }
.award-category-legend span:nth-child(3)::before { background: var(--gold); }
.award-category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-right: 1px solid var(--line); }
.award-category-card { min-height: 310px; padding: 27px 24px 30px; border-bottom: 1px solid var(--line); border-left: 1px solid var(--line); background: var(--paper); }
.award-category-card:nth-child(4n + 1), .award-category-card:nth-child(4n + 2), .award-category-card:nth-child(4n + 3), .award-category-card:nth-child(4n + 4) { border-top: 0; }
.award-category-number { color: var(--orange); font-size: 13px; font-weight: 790; }
.award-category-card h3 { margin-top: 32px; }
.award-category-card strong { display: block; margin-top: 15px; color: var(--ink-soft); font-size: 15px; line-height: 1.35; }
.award-category-card p { margin-top: 16px; color: #657086; font-size: 14px; line-height: 1.48; }
.award-process { padding-block: 100px; background: #e8ebf0; }
.award-process .section-heading { max-width: 550px; }
.award-process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; padding: 0; margin: 50px 0 0; list-style: none; }
.award-process-grid li { padding-top: 21px; border-top: 2px solid var(--ink); }
.award-process-grid h3 { margin-top: 22px; }
.award-process-grid p { margin-top: 12px; color: var(--ink-soft); font-size: 15px; }
.award-tribute { padding-block: 106px; background: var(--paper); }
.award-tribute-grid { display: grid; grid-template-columns: minmax(230px, .66fr) minmax(0, 1fr); gap: 80px; align-items: center; }
.award-tribute img { aspect-ratio: 1 / 1; object-fit: cover; }
.award-tribute h2 { max-width: 590px; margin-top: 14px; }
.award-years { margin-top: 14px; color: var(--orange); font-weight: 760; }
.award-tribute p:not(.section-label):not(.award-years) { max-width: 650px; margin-top: 26px; color: var(--ink-soft); font-size: 18px; }
.award-tribute blockquote { max-width: 590px; margin: 30px 0 0; padding-left: 21px; border-left: 3px solid var(--orange); color: var(--ink); font-size: 20px; font-weight: 650; line-height: 1.35; }
.award-form-section, .contact-form-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: 78px; padding-block: 105px; }
.award-form-section h2, .contact-form-section h2 { margin-top: 15px; }
.award-form-section > div > p:last-child { margin-top: 20px; color: var(--ink-soft); font-size: 18px; }
.award-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 19px; }
.award-form label { display: grid; gap: 8px; color: var(--ink-soft); font-size: 13px; font-weight: 720; }
.award-form input, .award-form textarea, .award-form select { width: 100%; padding: 12px 13px; border: 1px solid #bfc6d2; border-radius: 0; background: var(--paper); color: var(--ink); outline: none; }
.award-form input, .award-form select { height: 48px; }
.award-form textarea { resize: vertical; }
.award-form input:focus, .award-form textarea:focus, .award-form select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgb(70 136 255 / 14%); }
.field-full { grid-column: 1 / -1; }
.award-form .button { width: max-content; }
.award-form-note { margin-top: 22px; color: #657086; font-size: 14px; }

.contact-hero { padding-bottom: 86px; color: #fff; background: var(--night); }
.contact-hero .eyebrow { color: var(--gold); }
.contact-hero > p:last-of-type { color: rgb(255 255 255 / 74%); }
.contact-email { display: inline-flex; gap: 13px; margin-top: 34px; color: var(--gold); font-size: 20px; font-weight: 740; }
.contact-form-section { padding-bottom: 112px; }

.site-footer { display: grid; grid-template-columns: 1.2fr .7fr .5fr; gap: 56px; padding: 62px max(32px, calc((100% - var(--max)) / 2)); color: rgb(255 255 255 / 78%); background: var(--night); }
.brand-footer { color: #fff; }
.footer-main > p { max-width: 290px; margin-top: 19px; font-size: 15px; }
.footer-email { display: inline-block; margin-top: 20px; color: var(--gold); font-weight: 700; }
.footer-links, .footer-social { display: grid; align-content: start; gap: 12px; font-size: 14px; }
.footer-links a:hover, .footer-social a:hover { color: #fff; }
.footer-note { grid-column: 1 / -1; margin-top: 30px; padding-top: 20px; border-top: 1px solid rgb(255 255 255 / 14%); color: rgb(255 255 255 / 48%); font-size: 12px; }

@media (max-width: 1080px) {
  h1, .hero h1, .award-hero h1 { font-size: 52px; }
  h2 { font-size: 37px; }
  .topnav { width: min(calc(100% - 40px), 1440px); }
  .nav-links { gap: 17px; }
  .nav-links > a:not(.nav-cta) { font-size: 13px; }
  .route-card { padding: 34px; }
  .impact-section, .business-band { gap: 42px; }
  .award-form-section, .contact-form-section { gap: 52px; }
  .books-hero h1 { font-size: 58px; }
  .book-entry { gap: 52px; }
  .projects-hero h1 { font-size: 58px; }
}

@media (max-width: 880px) {
  :root { --header: 70px; }
  .page-shell, .narrow-shell { width: min(calc(100% - 40px), var(--max)); }
  .topnav { width: min(calc(100% - 40px), 1440px); }
  .menu-toggle { display: grid; place-items: center; margin-left: auto; }
  .nav-links { position: fixed; inset: var(--header) 0 0; display: none; flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 0; padding: 25px 20px; background: var(--canvas); overflow-y: auto; }
  body.menu-open .nav-links { display: flex; }
  .nav-links > a:not(.nav-cta) { padding: 18px 0; border-bottom: 1px solid var(--line); font-size: 19px; color: var(--ink); }
  .nav-links > a:not(.nav-cta)::after { display: none; }
  .nav-cta { width: max-content; margin-top: 27px; }
  .hero { min-height: 780px; }
  .hero h1 { font-size: 52px; }
  .hero-copy { font-size: 19px; }
  .hero-routes a { min-height: 150px; padding: 25px 21px; }
  .hero-routes strong { font-size: 20px; }
  .intro-grid, .impact-section, .business-band, .newsletter-inner, .books-hero-grid, .projects-hero-grid, .projects-intro, .award-hero-grid, .award-intro, .award-tribute-grid, .award-form-section, .contact-form-section { grid-template-columns: 1fr; }
  .intro-grid, .business-band, .books-hero-grid, .projects-hero-grid, .projects-intro, .award-intro, .award-tribute-grid, .award-form-section, .contact-form-section { gap: 34px; }
  .impact-section { gap: 38px; }
  .stat-grid { max-width: 650px; }
  .route-grid, .post-grid { grid-template-columns: repeat(2, 1fr); }
  .route-card { min-height: 365px; }
  .route-card:last-child { grid-column: 1 / -1; }
  .route-card h2 { font-size: 33px; }
  .business-list { max-width: 680px; }
  .split-heading { align-items: start; flex-direction: column; }
  .award-date { max-width: 320px; }
  .award-category-grid, .award-process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .books-hero { padding-block: calc(var(--header) + 74px) 76px; }
  .books-hero h1 { font-size: 56px; }
  .book-entry { grid-template-columns: 220px minmax(0, 1fr); gap: 42px; }
  .book-entry h2 { font-size: 38px; }
  .projects-hero { min-height: 620px; }
  .projects-hero-grid { min-height: 620px; }
  .projects-hero aside { max-width: 300px; }
  .project-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-main { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  h1, .hero h1, .award-hero h1 { font-size: 40px; }
  h2 { font-size: 31px; }
  h3 { font-size: 23px; }
  .page-shell, .narrow-shell, .topnav { width: min(calc(100% - 32px), var(--max)); }
  .hero { min-height: 760px; padding-top: calc(var(--header) + 62px); }
  .hero-content { padding-bottom: 55px; }
  .hero-copy { font-size: 18px; }
  .hero-actions { margin-top: 28px; }
  .button { width: 100%; }
  .hero-routes { width: 100%; display: block; }
  .hero-routes a, .hero-routes a:first-child { min-height: 0; padding: 17px 16px; border: 0; border-top: 1px solid rgb(255 255 255 / 22%); }
  .hero-routes span { margin-bottom: 6px; font-size: 11px; }
  .hero-routes strong { font-size: 18px; }
  .section, .intro-band { padding-block: 75px; }
  .intro-grid p, .section-heading > p:last-child, .business-intro > p:not(.section-label) { font-size: 17px; }
  .route-grid, .post-grid, .stat-grid { grid-template-columns: 1fr; }
  .route-card, .route-card:last-child { grid-column: auto; min-height: 320px; padding: 28px 24px; }
  .route-card h2 { font-size: 30px; }
  .stat-grid article { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .stat-grid article:last-child { border-bottom: 0; }
  .post-grid { gap: 17px; margin-top: 32px; }
  .post-card-image { height: 195px; }
  .post-card-compact { grid-template-columns: 1fr; }
  .post-card-compact .post-card-image { height: 195px; }
  .newsletter-band { padding-block: 58px; }
  .newsletter-inner { gap: 33px; }
  .newsletter-form { grid-template-columns: 1fr; gap: 8px; }
  .newsletter-form button { width: 100%; }
  .archive-hero, .standard-header, .article-header, .contact-hero { padding-top: calc(var(--header) + 63px); padding-bottom: 45px; }
  .archive-hero > p:last-of-type, .standard-header > p:last-of-type, .contact-hero > p:last-of-type { font-size: 18px; }
  .article-header h1, .standard-header h1 { font-size: 39px; }
  .article-feature, .page-feature { width: 100%; margin-bottom: 38px; }
  .article-content { padding-bottom: 64px; font-size: 17px; }
  .article-content h1 { font-size: 32px; }
  .article-content h2 { font-size: 29px; }
  .article-content h3 { font-size: 24px; }
  .article-content iframe { min-height: 220px; }
  .article-content .wp-block-columns { grid-template-columns: 1fr; }
  .award-hero { padding-block: calc(var(--header) + 55px) 62px; }
  .books-hero { padding-block: calc(var(--header) + 55px) 64px; }
  .books-hero h1 { font-size: 43px; }
  .books-list, .books-coming { padding-block: 68px; }
  .books-section-heading { align-items: start; flex-direction: column; gap: 15px; }
  .book-entry { grid-template-columns: 1fr; gap: 31px; padding-block: 43px; }
  .book-cover { width: min(230px, 72vw); }
  .book-entry h2 { font-size: 34px; }
  .book-subtitle { font-size: 18px; }
  .projects-hero { min-height: 690px; }
  .projects-hero-grid { min-height: 690px; padding-top: calc(var(--header) + 54px); padding-bottom: 45px; }
  .projects-hero h1 { font-size: 43px; }
  .projects-hero aside { max-width: none; padding: 19px; }
  .projects-intro, .projects-directory { padding-bottom: 68px; }
  .projects-intro { padding-top: 68px; }
  .project-grid { grid-template-columns: 1fr; }
  .project-card h2 { font-size: 28px; }
  .award-intro, .award-categories, .award-tribute { padding-block: 68px; }
  .award-question-band, .award-process { padding-block: 68px; }
  .award-band-heading { align-items: start; flex-direction: column; gap: 18px; }
  .award-question-grid, .award-category-grid, .award-process-grid { grid-template-columns: 1fr; }
  .award-question-grid { gap: 28px; margin-top: 36px; }
  .award-category-card { min-height: 0; }
  .award-tribute blockquote { font-size: 18px; }
  .award-form-section, .contact-form-section { padding-block: 68px; }
  .award-form { grid-template-columns: 1fr; }
  .award-form .button { width: 100%; }
  .site-footer { grid-template-columns: 1fr; gap: 35px; padding: 49px 16px; }
  .footer-main { grid-column: auto; }
}
