@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap");
:root {
  --paper: #f7f5f0;
  --ink: #252b36;
  --muted: #626671;
  --line: #dcdde0;
  --dark: #252b36;
  --accent: #b9cafa;
  --action: #2454c6;
  --action-hover: #193e98;
  --serif: Georgia, "Times New Roman", serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
a,
button,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid #6077ad;
  outline-offset: 5px;
}
button,
a {
  touch-action: manipulation;
}
img {
  max-width: 100%;
  display: block;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: "Manrope", sans-serif;
}
h1,
h2 {
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 1.09;
}
h1 {
  font-size: clamp(54px, 5.1vw, 80px);
}
h2 {
  font-size: clamp(36px, 3.5vw, 54px);
}
h3 {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.025em;
  font-weight: 650;
}
em {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.05em;
}
p {
  color: var(--muted);
}
.shell {
  width: min(1280px, calc(100% - 112px));
  margin-inline: auto;
}
.section {
  padding-block: 110px;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 0.17em;
  font-weight: 650;
  color: var(--ink);
  margin-bottom: 28px;
}
.site-header {
  border-bottom: 1px solid var(--line);
  background: var(--paper);
  position: relative;
  z-index: 10;
}
.header-inner {
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wordmark {
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 1;
}
.wordmark span {
  color: #6077ad;
}
nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 12px;
  font-weight: 550;
}
nav > a:not(.button):hover,
.text-link:hover {
  color: #4d65a0;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background: var(--dark);
  color: white;
  padding: 18px 24px;
  font-size: 12px;
  font-weight: 550;
  line-height: 1.4;
  border: 1px solid transparent;
  cursor: pointer;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  background: #3d4b65;
  transform: translateY(-2px);
}
.button span {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}
.button-small {
  padding: 13px 20px;
}
.menu-toggle {
  display: none;
}
.hero {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 65px;
  padding-top: 75px;
  padding-bottom: 65px;
  align-items: center;
}
.status-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #6077ad;
  border-radius: 50%;
  margin-right: 9px;
  vertical-align: middle;
}
.hero h1 {
  margin-bottom: 28px;
}
.hero-intro {
  max-width: 510px;
  font-size: 16px;
  line-height: 1.8;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
  margin-top: 32px;
}
.text-link {
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding-block: 8px;
  border-bottom: 1px solid currentColor;
  line-height: 1.6;
}
.text-link span {
  font-size: 18px;
}
.current-role {
  margin-top: 42px;
  display: flex;
  gap: 17px;
  align-items: center;
}
.tiny-label {
  font-size: 8px;
  letter-spacing: 0.12em;
  color: var(--muted);
  border-right: 1px solid var(--line);
  padding-right: 17px;
}
.current-role p {
  font-size: 11px;
  color: var(--ink);
}
.at-wire {
  white-space: nowrap;
}
.hero-visual {
  position: relative;
  padding-bottom: 22px;
}
.portrait-frame {
  position: relative;
  background: #e2e5ec;
  padding: 12px 12px 0;
  transform: rotate(1.5deg);
  border-radius: 2px;
}
.portrait-frame img {
  width: 100%;
  height: 455px;
  object-fit: cover;
  object-position: 52% center;
  filter: saturate(0.65);
}
.portrait-caption {
  height: 84px;
  background: var(--dark);
  color: var(--paper);
  margin-inline: -12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 28px;
  font-size: 10px;
  line-height: 1.8;
  letter-spacing: 0.13em;
}
.caption-star {
  font-size: 45px;
  color: var(--accent);
  line-height: 1;
}
.portrait-note {
  display: block;
  text-align: right;
  font-size: 10px;
  margin-top: 22px;
  color: var(--muted);
}
.credentials {
  display: grid;
  grid-template-columns: 1fr 1fr 1.6fr;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding-block: 30px;
}
.credentials > div {
  display: flex;
  flex-direction: column;
  padding-inline: 40px;
  border-left: 1px solid var(--line);
}
.credentials > div:first-child {
  padding-left: 0;
  border: 0;
}
.credentials strong {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 38px;
  letter-spacing: -0.05em;
  line-height: 1.3;
}
.credentials span {
  font-size: 11px;
  margin-top: 6px;
  color: var(--muted);
}
.credentials > div:last-child strong {
  font-size: 25px;
  padding-top: 10px;
}
.board-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
}
.lead {
  font-size: 21px;
  line-height: 1.55;
  color: var(--ink);
  letter-spacing: -0.025em;
  margin-bottom: 20px;
}
.board-content > p:not(.lead) {
  font-size: 14px;
}
.board-points {
  margin-top: 32px;
  margin-bottom: 20px;
}
.board-points article {
  display: flex;
  gap: 22px;
  border-top: 1px solid var(--line);
  padding-block: 22px;
}
.board-points article > span,
.steps article > span {
  font-size: 11px;
  color: #606c85;
  padding-top: 5px;
}
.board-points h3 {
  font-size: 16px;
  margin-bottom: 6px;
}
.board-points p {
  font-size: 13px;
}
.ai-section {
  background: var(--dark);
  color: var(--paper);
}
.ai-section .eyebrow {
  color: var(--accent);
}
.ai-heading {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 100px;
  align-items: end;
}
.ai-heading > p {
  color: #c5cbd7;
  font-size: 15px;
  padding-bottom: 5px;
}
.ai-section em {
  color: var(--accent);
}
.ai-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 55px;
  border: 1px solid #515967;
}
.ai-grid article {
  padding: 32px;
  display: flex;
  flex-direction: column;
  border-left: 1px solid #515967;
}
.ai-grid article:first-child {
  border-left: 0;
}
.service-number {
  font-size: 9px;
  letter-spacing: 0.12em;
  color: var(--accent);
  margin-bottom: 38px;
}
.ai-grid h3 {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 20px;
}
.ai-grid p {
  color: #c5cbd7;
  font-size: 13px;
  flex: 1;
}
.service-tag {
  font-size: 10px;
  color: #dce2ee;
  border-top: 1px solid #515967;
  margin-top: 30px;
  padding-top: 17px;
}
.ai-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 28px;
}
.ai-bottom p {
  font-size: 12px;
  color: #c5cbd7;
}
.ai-bottom a:hover {
  color: var(--accent);
}
.approach-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px 110px;
}
.approach-intro {
  font-size: 14px;
  max-width: 390px;
  margin-top: 25px;
}
.steps article {
  display: flex;
  gap: 28px;
  padding: 24px 0;
  border-top: 1px solid var(--line);
}
.steps h3 {
  font-size: 19px;
  margin-bottom: 10px;
}
.steps p {
  font-size: 14px;
}
.approach-section blockquote {
  grid-column: 1/-1;
  text-align: center;
  font-size: clamp(30px, 4vw, 54px);
  font-family: var(--serif);
  font-style: italic;
  letter-spacing: -0.04em;
  line-height: 1.15;
  margin: 25px 0 0;
  padding: 55px 0 0;
  border-top: 1px solid var(--line);
}
blockquote cite {
  display: block;
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  letter-spacing: 0.02em;
  font-style: normal;
  margin-top: 22px;
  color: var(--muted);
}
.speaking-preview {
  border-top: 1px solid var(--line);
}
.section-top {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 45px;
}
.talk-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
}
.talk-image {
  height: 270px;
  background: #e5e7ec;
  overflow: hidden;
}
.talk-image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: transform 0.35s;
}
.talk-card:hover img {
  transform: scale(1.025);
}
.talk-meta {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 22px 0 12px;
}
.talk-card h3 {
  font-size: 23px;
  font-weight: 500;
  max-width: 530px;
  margin-bottom: 16px;
}
.talk-card .text-link {
  font-size: 11px;
}
.invitation {
  background: #e6e9f1;
  overflow: hidden;
}
.invitation-inner {
  padding-block: 85px;
  position: relative;
}
.invitation h2 {
  font-size: clamp(52px, 6vw, 84px);
}
.invitation p:not(.eyebrow) {
  font-size: 14px;
  margin: 25px 0;
}
.button-light {
  background: var(--ink);
  position: relative;
  z-index: 1;
}
.invitation-mark {
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 300px;
  line-height: 1.1;
  font-family: Arial, sans-serif;
  font-weight: 400;
  color: #bec9df;
}
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  padding-block: 40px;
}
.site-footer p {
  font-size: 11px;
}
.site-footer > div {
  display: flex;
  gap: 25px;
  font-size: 10px;
}
.site-footer > div > span {
  color: var(--muted);
}
.skip-link {
  position: absolute;
  left: 15px;
  top: -100px;
  padding: 12px;
  background: var(--dark);
  color: white;
  z-index: 50;
}
.skip-link:focus {
  top: 15px;
}
.page-intro h1 {
  margin-bottom: 30px;
}
.page-intro .lead {
  max-width: 620px;
}
.all-talks {
  padding-bottom: 110px;
  row-gap: 60px;
}
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 110px;
  min-height: 75vh;
}
.contact-intro h1 {
  margin-bottom: 30px;
}
.contact-intro > p:not(.eyebrow) {
  max-width: 420px;
}
.contact-intro > p:not(.lead):not(.eyebrow) {
  font-size: 14px;
}
.contact-intro .button {
  margin-top: 30px;
}
.contact-link {
  display: table;
  margin-top: 20px;
}
.contact-form {
  background: #ebeef3;
  padding: 40px;
}
.contact-form h2 {
  font-size: 30px;
  letter-spacing: -0.04em;
}
.contact-form > p {
  font-size: 13px;
  margin: 12px 0 30px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
label {
  display: block;
  font-size: 12px;
  font-weight: 550;
  margin-bottom: 22px;
}
input,
select,
textarea {
  display: block;
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #a9afbd;
  border-radius: 0;
  padding: 12px 0;
  color: var(--ink);
  font-size: 14px;
}
textarea {
  resize: vertical;
}
.form-note {
  font-size: 10px;
  margin-top: 20px;
}
.honeypot {
  position: absolute;
  left: -10000px;
}
.prose p {
  margin: 20px 0;
}
.prose h1 {
  font-size: 50px;
}
@media (min-width: 1550px) {
  .hero {
    padding-block: 100px;
  }
  .portrait-frame img {
    height: 495px;
  }
}
@media (max-width: 1100px) {
  .shell {
    width: calc(100% - 64px);
  }
  nav {
    gap: 20px;
  }
  .hero {
    gap: 35px;
  }
  .hero h1 {
    font-size: 58px;
  }
  .hero .eyebrow {
    font-size: 8px;
  }
  .portrait-frame img {
    height: 420px;
  }
  .hero-actions {
    gap: 15px;
  }
  .board-section,
  .approach-section,
  .contact-layout {
    gap: 50px;
  }
  .ai-heading {
    gap: 50px;
  }
  .ai-grid article {
    padding: 25px;
  }
  .ai-grid h3 {
    font-size: 20px;
  }
  .current-role {
    align-items: flex-start;
  }
  .credentials > div {
    padding-inline: 25px;
  }
  .credentials > div:last-child strong {
    font-size: 21px;
  }
  .site-footer {
    flex-wrap: wrap;
  }
}
@media (max-width: 760px) {
  html {
    scroll-padding-top: 25px;
  }
  .shell {
    width: calc(100% - 40px);
  }
  .header-inner {
    height: 80px;
  }
  .wordmark {
    font-size: 29px;
  }
  .menu-toggle {
    display: flex;
    gap: 20px;
    align-items: center;
    border: 1px solid var(--line);
    background: transparent;
    color: var(--ink);
    font-size: 12px;
    padding: 9px 14px;
  }
  .menu-toggle span {
    font-size: 20px;
  }
  nav {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    padding: 22px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    align-items: stretch;
    gap: 4px;
  }
  nav.is-open {
    display: flex;
    flex-direction: column;
  }
  nav > a {
    padding: 13px;
  }
  nav .button {
    margin-top: 8px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 40px;
    padding-bottom: 35px;
    gap: 35px;
  }
  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: 0.12em;
  }
  .hero h1 {
    font-size: clamp(47px, 9vw, 68px);
  }
  .hero-intro {
    font-size: 15px;
  }
  .hero-actions {
    gap: 18px;
  }
  .current-role {
    margin-top: 28px;
  }
  .hero-visual {
    max-width: 500px;
    width: calc(100% - 8px);
    margin: auto;
  }
  .portrait-frame img {
    height: auto;
    aspect-ratio: 1.1;
    object-position: center;
  }
  .portrait-caption {
    height: 73px;
  }
  .portrait-note {
    font-size: 9px;
  }
  .credentials {
    grid-template-columns: 1fr 1fr;
    padding-block: 24px;
    gap: 24px 0;
  }
  .credentials > div {
    padding-inline: 20px;
  }
  .credentials strong {
    font-size: 34px;
  }
  .credentials span {
    font-size: 10px;
  }
  .credentials > div:last-child {
    grid-column: 1/-1;
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 20px 0 0;
  }
  .credentials > div:last-child strong {
    padding: 0;
    font-size: 23px;
  }
  .section {
    padding-block: 65px;
  }
  .board-section,
  .approach-section,
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .eyebrow {
    margin-bottom: 20px;
  }
  h2 {
    font-size: 39px;
  }
  .lead {
    font-size: 20px;
  }
  .ai-heading {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .ai-grid {
    grid-template-columns: 1fr;
    margin-top: 35px;
  }
  .ai-grid article {
    border-left: 0;
    border-top: 1px solid #515967;
    padding: 28px;
  }
  .ai-grid article:first-child {
    border-top: 0;
  }
  .service-number {
    margin-bottom: 20px;
  }
  .ai-grid h3 {
    font-size: 24px;
  }
  .service-tag {
    margin-top: 23px;
  }
  .ai-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
  }
  .approach-section blockquote {
    margin-top: 10px;
    padding-top: 35px;
    font-size: 35px;
  }
  .section-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 25px;
  }
  .talk-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .talk-image {
    height: auto;
    aspect-ratio: 1.8;
  }
  .talk-card h3 {
    font-size: 22px;
  }
  .invitation-inner {
    padding-block: 65px;
  }
  .invitation h2 {
    font-size: 58px;
  }
  .invitation p:not(.eyebrow) {
    max-width: 255px;
  }
  .invitation-mark {
    font-size: 150px;
    right: -10px;
    top: 65px;
    opacity: 0.6;
  }
  .site-footer {
    padding-block: 35px;
    gap: 20px;
  }
  .site-footer > div {
    width: 100%;
    flex-wrap: wrap;
    gap: 20px;
  }
  .site-footer > div > span {
    margin-left: auto;
  }
  .page-intro h1 {
    font-size: 58px;
  }
  .contact-form {
    padding: 27px;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .all-talks {
    padding-bottom: 60px;
  }
  .prose h1 {
    font-size: 36px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}

/* Separate engagement routes, with a portrait-free editorial opening. */
.experience-panel {
  background: var(--dark);
  color: var(--paper);
  padding: 38px;
  min-height: 475px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.experience-panel .eyebrow {
  color: var(--accent);
  font-size: 9px;
}
.experience-statement {
  font-family: "Manrope", sans-serif;
  font-size: clamp(35px, 3.4vw, 51px);
  line-height: 1.16;
  letter-spacing: -0.045em;
  padding: 15px 0 40px;
}
.experience-statement em {
  color: var(--accent);
}
.experience-panel-footer {
  border-top: 1px solid #515967;
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  color: #c5cbd7;
}
.experience-panel-footer span:last-child {
  font-size: 30px;
  color: var(--accent);
}
.opportunity-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--line);
}
.opportunity-grid article {
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.opportunity-grid article + article {
  border-left: 1px solid var(--line);
}
.opportunity-board {
  background: #e6e9f1;
}
.opportunity-grid h3 {
  font-size: 27px;
  font-weight: 500;
  margin-bottom: 18px;
}
.opportunity-grid p:not(.eyebrow) {
  font-size: 14px;
  margin-bottom: 25px;
}
.opportunity-grid .text-link {
  margin-top: auto;
}
.opportunities + .approach-section {
  border-top: 1px solid var(--line);
}
.board-note {
  border-top: 1px solid var(--line);
  padding-block: 45px 90px;
}
.board-note p {
  max-width: 760px;
}
.consultancy-context {
  max-width: 620px;
  margin-bottom: 30px;
  font-size: 14px;
}
.consultancy-overview {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  padding-bottom: 80px;
}
.consultancy-overview article {
  border-top: 1px solid var(--line);
  padding-top: 30px;
}
.consultancy-overview h3 {
  margin-bottom: 15px;
}
.consultancy-overview p:not(.eyebrow) {
  font-size: 14px;
}
@media (max-width: 760px) {
  .experience-panel {
    min-height: 340px;
    padding: 30px;
  }
  .experience-statement {
    font-size: 40px;
  }
  .opportunity-grid,
  .consultancy-overview {
    grid-template-columns: 1fr;
  }
  .opportunity-grid article {
    padding: 28px;
  }
  .opportunity-grid article + article {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .opportunity-grid h3 {
    font-size: 25px;
  }
  .consultancy-overview {
    gap: 35px;
  }
}

.engagement-section {
  padding-bottom: 85px;
}
.engagement-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  margin-top: 40px;
}
.engagement-grid article {
  border-top: 1px solid var(--line);
  padding-top: 25px;
}
.engagement-grid h3 {
  font-size: 19px;
  margin-bottom: 14px;
}
.engagement-grid p,
.engagement-note {
  font-size: 14px;
}
.engagement-note {
  max-width: 780px;
  margin-top: 30px;
}
.engagement-note a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.director-context {
  margin-bottom: 30px;
}
.experience-panel-footer a:hover {
  color: white;
  text-decoration: underline;
  text-underline-offset: 5px;
}
@media (max-width: 760px) {
  .engagement-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .engagement-section {
    padding-bottom: 60px;
  }
}

/* Keep the direct LinkedIn connection visible outside the mobile menu. */
.header-inner {
  gap: 24px;
}
.header-inner nav {
  margin-left: auto;
}
.linkedin-header {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 6px;
  transition: background 0.2s;
}
.linkedin-header:hover {
  background: #e0eafa;
}
@media (max-width: 760px) {
  .header-inner {
    gap: 12px;
  }
  .linkedin-header {
    order: 1;
    margin-left: auto;
  }
  .menu-toggle {
    order: 2;
  }
  .header-inner nav {
    margin-left: 0;
  }
}

/* Role-led discovery with an immediate contact path. */
.role-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.role-card {
  border: 1px solid var(--line);
  padding: 36px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.role-featured {
  background: #e6e9f1;
}
.role-card h3 {
  font-size: 26px;
  margin-bottom: 18px;
  font-weight: 500;
}
.role-card p:not(.eyebrow),
.role-card li {
  font-size: 14px;
}
.role-card ul {
  padding-left: 18px;
  margin: 22px 0 28px;
  color: var(--muted);
}
.role-card li + li {
  margin-top: 8px;
}
.role-card .text-link {
  margin-top: auto;
}
.roles-invitation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-top: 28px;
}
.roles-invitation p {
  font-size: 14px;
  max-width: 660px;
}
.roles-invitation a {
  flex-shrink: 0;
}
.invitation-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.invitation p:not(.eyebrow) {
  max-width: 580px;
}
.invitation h2 {
  font-size: clamp(44px, 5vw, 72px);
}
.engagement-copy {
  max-width: 850px;
  padding-bottom: 90px;
}
.engagement-copy h2 {
  font-size: 30px;
  margin: 35px 0 18px;
}
.engagement-copy h2:first-child {
  margin-top: 0;
}
.engagement-copy p {
  margin-bottom: 18px;
}
.engagement-copy ul {
  padding-left: 22px;
  color: var(--muted);
}
.engagement-copy li {
  margin-bottom: 12px;
}
@media (max-width: 760px) {
  .role-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .role-card {
    padding: 28px;
  }
  .role-card h3 {
    font-size: 24px;
  }
  .roles-invitation {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .invitation-actions {
    gap: 20px;
  }
  .invitation-actions .button {
    width: 100%;
    max-width: 350px;
  }
  .engagement-copy {
    padding-bottom: 60px;
  }
}

/* Final visual hierarchy and interaction pass. */
.site-header {
  position: sticky;
  top: 0;
  box-shadow: 0 3px 16px #252b3608;
}
.header-inner {
  height: 88px;
}
.section {
  padding-block: 90px;
}
.button {
  background: var(--action);
  border-radius: 4px;
  min-height: 48px;
  font-size: 14px;
  font-weight: 600;
}
.button:hover {
  background: var(--action-hover);
  transform: translateY(-1px);
}
.button:active {
  transform: translateY(0);
}
.header-contact {
  flex-shrink: 0;
}
.text-link {
  color: var(--action);
  min-height: 44px;
  font-size: 14px;
}
.text-link:hover {
  color: var(--action-hover);
}
nav {
  font-size: 14px;
  gap: 24px;
}
nav > a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
nav a[aria-current="page"] {
  color: var(--action);
  text-decoration: underline;
  text-underline-offset: 7px;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--action);
  outline-offset: 4px;
  box-shadow: 0 0 0 2px var(--paper);
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 0.13em;
}
.hero .eyebrow {
  font-size: 11px;
}
.hero-intro {
  font-size: 18px;
  line-height: 1.7;
}
.hero-actions {
  gap: 24px;
}
.current-role p {
  font-size: 13px;
}
.tiny-label {
  font-size: 10px;
}
.credentials span {
  font-size: 13px;
}
.experience-panel {
  min-height: 435px;
  border-radius: 3px;
}
.experience-panel .eyebrow {
  font-size: 11px;
}
.experience-panel-footer {
  font-size: 13px;
}
.experience-panel-footer a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
.experience-panel a:focus-visible,
.ai-section a:focus-visible,
.invitation a:focus-visible {
  outline-color: var(--accent);
  box-shadow: 0 0 0 2px var(--dark);
}
.role-card {
  background: #fffdfa;
  border-radius: 5px;
  padding: 32px;
}
.role-featured {
  background: #e9eefb;
  border-top: 3px solid var(--action);
  padding-top: 30px;
}
.role-card p:not(.eyebrow),
.role-card li {
  font-size: 15px;
}
.role-card .eyebrow {
  color: #596786;
}
.role-card h3 {
  font-size: 27px;
}
.role-card .text-link {
  width: 100%;
  justify-content: space-between;
}
.roles-invitation {
  margin-top: 26px;
  padding: 24px 28px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: #efeee9;
}
.roles-invitation p {
  font-size: 15px;
  max-width: 620px;
}
.roles-invitation .button {
  flex-shrink: 0;
}
.approach-intro,
.steps p,
.board-content > p:not(.lead),
.board-points p {
  font-size: 15px;
}
.steps article > span,
.board-points article > span {
  font-size: 12px;
}
.ai-section .text-link {
  color: var(--accent);
}
.ai-section .text-link:hover {
  color: white;
}
.service-number,
.service-tag {
  font-size: 11px;
}
.ai-grid p {
  font-size: 15px;
}
.talk-meta,
.talk-card .text-link {
  font-size: 12px;
}
.invitation {
  background: var(--dark);
  color: var(--paper);
  border-top: 4px solid #526fc0;
}
.invitation .eyebrow,
.invitation em {
  color: var(--accent);
}
.invitation p:not(.eyebrow) {
  color: #d1d7e4;
  font-size: 17px;
  margin-block: 25px 32px;
}
.invitation .button {
  background: #fff;
  color: var(--action);
}
.invitation .button:hover {
  background: #e6edff;
  color: var(--action-hover);
}
.invitation .text-link {
  color: #e0e8fb;
}
.invitation .text-link:hover {
  color: white;
}
.site-footer > div {
  font-size: 12px;
  align-items: center;
}
.site-footer > div a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
label {
  font-size: 14px;
}
input,
select,
textarea {
  font-size: 16px;
}
.contact-form {
  border-radius: 6px;
}
.contact-form > p {
  font-size: 15px;
}
.field-hint {
  font-size: 13px;
  margin: -12px 0 24px;
}
.form-note {
  font-size: 12px;
}
@media (max-width: 1100px) {
  .header-inner {
    gap: 16px;
  }
  nav {
    gap: 18px;
  }
  .hero-intro {
    font-size: 17px;
  }
  .role-card h3 {
    font-size: 24px;
  }
}
@media (max-width: 760px) {
  html {
    scroll-padding-top: 90px;
  }
  .header-inner {
    height: 72px;
    gap: 8px;
  }
  .header-inner .wordmark {
    font-size: 25px;
    margin-right: auto;
  }
  .header-contact {
    order: 1;
    padding: 10px 12px;
    min-height: 44px;
    font-size: 12px;
    gap: 8px;
  }
  .header-contact span {
    display: none;
  }
  .linkedin-header {
    order: 2;
    margin-left: 0;
    width: 40px;
    height: 44px;
  }
  .menu-toggle {
    order: 3;
    width: 40px;
    height: 44px;
    padding: 0;
    justify-content: center;
    gap: 0;
    flex-shrink: 0;
  }
  .menu-toggle .menu-label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
  }
  nav {
    top: 72px;
    max-height: calc(100dvh - 72px);
    overflow-y: auto;
  }
  .section {
    padding-block: 60px;
  }
  .hero {
    padding-top: 35px;
  }
  .hero .eyebrow {
    font-size: 10px;
  }
  .hero-intro {
    font-size: 17px;
  }
  .hero-actions {
    gap: 14px 22px;
  }
  .hero h1 {
    font-size: clamp(42px, 8.6vw, 64px);
  }
  .experience-panel {
    min-height: 290px;
    padding: 26px;
  }
  .experience-statement {
    font-size: 35px;
    padding-bottom: 25px;
  }
  .credentials span {
    font-size: 12px;
  }
  .role-card {
    padding: 26px;
  }
  .role-featured {
    padding-top: 24px;
  }
  .roles-invitation {
    padding: 24px;
  }
  .roles-invitation .button {
    width: 100%;
  }
  .invitation p:not(.eyebrow) {
    max-width: 580px;
    font-size: 16px;
  }
  .current-role p {
    font-size: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .button:hover,
  .button:active {
    transform: none;
  }
}

/* Draw arrows consistently without platform emoji substitution. */
.arrow-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  vertical-align: -0.18em;
}
.site-footer a,
.experience-panel-footer a {
  gap: 8px;
}
.membership-row {
  padding-top: 22px;
}
.membership-note {
  font-size: 14px;
}
.membership-note a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.membership-note a:hover {
  color: var(--action);
}
@media (max-width: 760px) {
  .header-contact .arrow-icon {
    display: none;
  }
}
