:root {
  color-scheme: dark;
  --bg: #0b111b;
  --panel: #111b29;
  --text: #f5f7fc;
  --muted: #a9b5c8;
  --accent: #8aacff;
  --accent-strong: #386bf6;
  --line: #283347;
  --font: 'IBM Plex Sans', Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; background: var(--bg); color: var(--text); font: 16px/1.65 var(--font); }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--accent); }
button, input, textarea, select { font: inherit; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; }
button, input, textarea, select { border-radius: 6px; }
button { color: inherit; }
img { max-width: 100%; }
figure, h1, h2, h3, p, blockquote { margin: 0; }
p + p { margin-top: 20px; }
.wrap { width: min(100% - 100px, 1200px); margin-inline: auto; }
.nav { padding: 20px max(50px, calc((100vw - 1200px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 25px; border-bottom: 1px solid var(--line); background: #0b111bf0; position: sticky; top: 0; z-index: 10; backdrop-filter: blur(18px); }
.monogram { font: 800 30px/1 IBM Plex Sans, sans-serif; letter-spacing: -.08em; }
.monogram span { color: var(--accent); }
nav { display: flex; gap: 28px; font-size: 14px; }
nav a { color: var(--muted); }
nav a[aria-current] { color: white; }
.nav-contact { font-size: 14px; padding: 8px 16px; border: 1px solid #465674; border-radius: 100px; }
.nav-contact span { margin-left: 15px; }
.reading-progress { height: 2px; background: var(--accent); position: fixed; top: 0; left: 0; width: 100%; transform-origin: left; transform: scaleX(0); z-index: 11; }
.hero { display: grid; grid-template-columns: minmax(0, 1fr) 280px; align-items: center; gap: 100px; padding-block: 66px 64px; }
.eyebrow { font-size: 12px; font-weight: 600; letter-spacing: .15em; color: var(--muted); margin-bottom: 25px; }
.hero .eyebrow { display: flex; align-items: center; gap: 10px; letter-spacing: .1em; }
.accent-line { width: 26px; height: 2px; background: var(--accent); }
h1, h2, h3 { font-family: IBM Plex Sans, Arial, sans-serif; }
h1 { font-size: clamp(42px, 5.5vw, 74px); line-height: 1.09; letter-spacing: -.055em; font-weight: 700; }
h1 span { color: var(--accent); }
.hero-statement { font-size: clamp(24px, 2.6vw, 32px); line-height: 1.25; margin-top: 24px; letter-spacing: -.025em; }
.intro { color: var(--muted); max-width: 560px; margin-top: 20px; line-height: 1.75; }
.actions { display: flex; flex-wrap: wrap; gap: 22px; align-items: center; margin-top: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 26px; padding: 14px 20px; border: 1px solid transparent; font-size: 14px; font-weight: 600; border-radius: 6px; transition: background .2s, transform .2s; }
.primary { background: #779eff; color: #071222; }
.primary:hover { background: #a6bfff; color: #071222; transform: translateY(-2px); }
.text-link { font-size: 14px; display: inline-flex; align-items: center; gap: 14px; padding-block: 10px; text-decoration: underline; text-underline-offset: 6px; text-decoration-color: #60718e; }
.hero-profile { text-align: center; max-width: 280px; }
.portrait { width: 220px; height: 220px; margin-inline: auto; border-radius: 50%; overflow: hidden; border: 1px solid #415477; box-shadow: 0 0 0 10px #172237, 0 0 0 11px #26354c; }
.portrait img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.profile-location { font-size: 11px; letter-spacing: .14em; color: var(--muted); margin-top: 30px; }
.profile-note { font-size: 18px; font-family: IBM Plex Sans, sans-serif; line-height: 1.6; margin-top: 12px; }
.profile-link { display: inline-flex; gap: 12px; color: var(--accent); font-size: 13px; margin-top: 18px; }
.section { padding-block: 88px; }
h2 { font-size: clamp(32px, 3.4vw, 45px); line-height: 1.2; letter-spacing: -.045em; font-weight: 600; }
h2 span { color: var(--accent); }
h3 { font-size: 17px; line-height: 1.4; }
.about { display: grid; grid-template-columns: 1fr 1.35fr; gap: 70px; }
.section-aside { color: var(--muted); font-size: 14px; margin-top: 26px; }
.about > div > p:not(.eyebrow, .large-copy) { color: var(--muted); }
.large-copy { font-size: 25px; line-height: 1.5; letter-spacing: -.015em; }
.expertise { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin-top: 35px; }
.expertise > div { padding-top: 16px; border-top: 1px solid var(--line); }
.expertise p { font-size: 14px; color: var(--muted); margin-top: 10px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 35px; margin-bottom: 46px; }
.section-heading > p { color: var(--muted); font-size: 14px; }
.section-heading .eyebrow { margin-bottom: 20px; }
.journey-section { background: #101927; border-block: 1px solid var(--line); padding-block: 66px 72px; }
.timeline { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(6, 1fr); }
.timeline li { position: relative; min-width: 0; }
.timeline-link { position: relative; display: flex; flex-direction: column; height: 100%; padding-right: 22px; border-radius: 4px; }
.timeline-date { font-size: 12px; letter-spacing: .045em; color: #b3c2d9; }
.timeline-node { width: 13px; height: 13px; background: #101927; border: 2px solid #7487a8; border-radius: 50%; display: block; position: relative; margin-block: 25px 24px; z-index: 1; transition: background .2s; }
.timeline li:not(:last-child):after { content: ''; position: absolute; top: 50px; left: 10px; right: -2px; height: 1px; background: #415372; }
.timeline-link strong { display: block; font: 600 17px/1.35 IBM Plex Sans, sans-serif; }
.timeline-role { margin-top: 9px; font-size: 13px; line-height: 1.5; color: #bdc9dd; }
.timeline-outcome { font-size: 12px; color: #889fbe; line-height: 1.5; margin-top: 14px; }
.timeline-link[aria-current] .timeline-node { background: var(--accent); border-color: var(--accent); box-shadow: 0 0 0 5px #28416b; }
.timeline-link[aria-current] strong { color: var(--accent); }
.timeline-link:hover .timeline-node { background: var(--accent); }
.work-section { padding-block: 76px; background: #153673; }
.work-head { display: grid; grid-template-columns: 1.15fr 1fr; gap: 70px; align-items: center; }
.work-head h2 { font-size: clamp(40px, 4.5vw, 62px); }
.work-head h2 span { color: #b4cdff; }
.work-section .eyebrow { color: #bed0f5; }
.work-head p { color: #ced9ed; }
.work-head .work-brand { font: 600 24px/1.4 IBM Plex Sans, sans-serif; color: white; }
.work-head .work-role { margin-top: 6px; font-size: 14px; }
.workflow { display: flex; flex-wrap: wrap; gap: 16px 28px; border-block: 1px solid #4a6290; padding-block: 22px; margin-block: 38px; }
.workflow span { font-size: 14px; }
.workflow span:not(:last-child):after { content: '→'; color: #a8c4fa; margin-left: 28px; }
.career-item { border-top: 1px solid var(--line); scroll-margin-top: 105px; }
.career-item:last-child { border-bottom: 1px solid var(--line); }
summary { list-style: none; display: grid; grid-template-columns: 180px minmax(0, 1fr) 25px; gap: 24px; padding-block: 26px; align-items: center; cursor: pointer; }
summary::-webkit-details-marker { display: none; }
.career-date { color: var(--muted); font-size: 13px; }
.company { font: 600 20px/1.4 IBM Plex Sans, sans-serif; display: block; }
.role { display: block; margin-top: 5px; color: var(--muted); font-size: 14px; }
.expand { width: 20px; height: 20px; position: relative; color: var(--accent); }
.expand:before, .expand:after { content: ''; position: absolute; top: 9px; left: 0; width: 18px; height: 2px; background: currentColor; }
.expand:after { transform: rotate(90deg); transition: transform .2s; }
details[open] .expand:after { transform: rotate(0); }
details[open] .company { color: var(--accent); }
.career-body { padding: 0 48px 28px 204px; color: var(--muted); }
.location { font-size: 13px; margin-bottom: 14px; }
.badge { display: inline-block; border: 1px solid #3c4d67; color: #bccfff; font-size: 12px; border-radius: 100px; padding: 3px 12px; margin: 0 5px 5px 0; }
.achievement-list { padding-left: 20px; }
.achievement-list li { padding-left: 4px; margin-block: 12px; }
.achievement-list strong { color: #e2eaf8; font-weight: 500; }
.recommendations-section { padding-block: 72px; background: #121d2c; border-block: 1px solid var(--line); }
.quotes { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.quote-card { padding: 32px; background: #0d1623; border: 1px solid #30415a; border-radius: 10px; display: flex; flex-direction: column; }
.quote-mark { font: 80px/.7 Georgia, serif; color: var(--accent); }
blockquote { font: 500 24px/1.6 IBM Plex Sans, sans-serif; letter-spacing: -.02em; margin-block: 20px 34px; }
.quote-card figcaption { display: flex; gap: 16px; margin-top: auto; align-items: center; }
.initials { width: 46px; height: 46px; display: grid; place-items: center; flex-shrink: 0; background: #253e69; color: #d5e2ff; border-radius: 50%; font-size: 13px; }
.quote-card figcaption > span > span, .quote-card figcaption a { display: block; }
.quote-card figcaption a { font-size: 15px; font-weight: 600; }
.quote-card figcaption > span > span { font-size: 12px; color: var(--muted); }
.quote-card .quote-date { margin-top: 4px; font-size: 11px; }
.credentials { display: grid; grid-template-columns: 1fr 1.35fr; gap: 70px; }
.credentials h2 { font-size: 32px; margin-bottom: 28px; }
.credentials h3 { font-size: 17px; }
.credentials p:not(.eyebrow) { color: var(--muted); margin-top: 12px; }
.leadership-list { margin: 0; padding: 0; list-style: none; color: var(--muted); }
.leadership-list li { padding-block: 13px; border-bottom: 1px solid var(--line); }
.leadership-list li:first-child { padding-top: 0; }
.writing { padding-top: 0; }
.articles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.article { padding: 25px; border: 1px solid #34435b; border-radius: 8px; display: flex; flex-direction: column; transition: border-color .2s, background .2s; }
.article:hover { background: #15223a; border-color: var(--accent); }
.article .eyebrow { font-size: 11px; margin-bottom: 20px; }
.article h3 { font-size: 21px; line-height: 1.5; }
.article p:not(.eyebrow) { font-size: 14px; color: var(--muted); margin-block: 18px; }
.article .article-link { margin-top: auto; font-size: 14px; color: var(--accent); }
.contact-section { border-block: 1px solid var(--line); background: #111c2c; padding-block: 76px; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.contact-intro h2 { font-size: 52px; }
.contact-intro > p:not(.eyebrow) { color: var(--muted); margin-top: 24px; }
.contact-details { display: flex; flex-direction: column; gap: 14px; margin-top: 30px; align-items: start; }
.contact-details a { font-size: 15px; overflow-wrap: anywhere; }
.contact-details span { color: var(--accent); margin-left: 10px; }
.contact-location { font-size: 13px; }
.contact-panel { padding: 28px; background: var(--bg); border: 1px solid #31425d; border-radius: 12px; }
.contact-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; background: #162136; padding: 5px; margin-bottom: 26px; border-radius: 8px; }
.contact-tabs button { background: transparent; border: 0; padding: 12px 8px; font-size: 14px; color: #b9c6de; }
.contact-tabs button[aria-selected=true] { background: #30446c; color: white; box-shadow: 0 2px 7px #050a1470; }
[hidden] { display: none !important; }
form { display: flex; flex-direction: column; gap: 18px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { font-size: 14px; color: #dce4f2; display: block; min-width: 0; }
input, textarea, select { width: 100%; min-width: 0; max-width: 100%; background: #111b2b; color: white; border: 1px solid #3c4d67; padding: 11px 12px; margin-top: 7px; outline: none; font-size: 16px; }
input:focus, textarea:focus, select:focus { border-color: #92b2ff; box-shadow: 0 0 0 2px #4569a94d; }
input::placeholder, textarea::placeholder { color: #8798b4; }
textarea { resize: vertical; }
.optional { color: #9eacc1; font-size: 12px; }
.form-privacy { font-size: 12px; color: #9eacc1; margin: 0; }
.form-privacy a { text-decoration: underline; text-underline-offset: 3px; }
.appointment-intro { color: var(--muted); font-size: 14px; margin-bottom: 22px; }
.honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.submit-button { width: 100%; }
.submit-button:disabled { cursor: progress; opacity: .7; }
.form-status { color: #b7cdff; font-size: 14px; margin-top: 18px; }
.form-status:empty { display: none; }
footer { display: flex; justify-content: space-between; gap: 22px; color: var(--muted); font-size: 12px; padding-block: 26px; }
footer > div { display: flex; gap: 24px; }
.skip { position: fixed; top: -100px; left: 12px; z-index: 100; background: white; color: black; padding: 12px; }
.skip:focus { top: 12px; }
.prose-page { max-width: 780px; padding-block: 70px; }
.prose-page h1 { font-size: 46px; margin-bottom: 30px; }
.prose-page h2 { font-size: 26px; margin-block: 36px 16px; }
.prose-page p { color: var(--muted); }
.prose-page a { text-decoration: underline; text-underline-offset: 4px; }
.prose-page .button { margin-top: 30px; text-decoration: none; }
@media(min-width:1500px) { .hero { gap: 120px; } }
@media(max-width:1050px) {
  .hero { grid-template-columns: minmax(0,1fr) 240px; gap: 45px; }
  nav { gap: 18px; }
  .about, .credentials { gap: 40px; }
  .timeline-link { padding-right: 15px; }
  .timeline-link strong { font-size: 15px; }
  .timeline-date { font-size: 11px; }
  .timeline-node { margin-top: 27px; }
  .timeline-outcome { font-size: 11px; }
  .contact-grid { gap: 35px; }
  .contact-intro h2 { font-size: 42px; }
  .contact-panel { padding: 23px; }
  .contact-tabs button { font-size: 13px; }
}
@media(max-width:780px) {
  .wrap { width: calc(100% - 48px); }
  .nav { padding: 18px 24px; flex-wrap: wrap; gap: 18px; }
  nav { order: 3; width: 100%; justify-content: space-between; gap: 16px; font-size: 13px; }
  .hero { gap: 35px; grid-template-columns: minmax(0,1fr) 190px; padding-block: 45px; }
  .hero h1 { font-size: clamp(36px, 6.7vw, 52px); }
  .hero .eyebrow { font-size: 11px; letter-spacing: .05em; }
  .portrait { width: 170px; height: 170px; }
  .hero-profile { max-width: 190px; }
  .profile-note { font-size: 15px; }
  .profile-location { font-size: 10px; }
  .profile-link { font-size: 12px; }
  .section { padding-block: 64px; }
  .about, .credentials { grid-template-columns: 1fr; gap: 32px; }
  .section-aside { margin-top: 18px; }
  .timeline { grid-template-columns: 1fr 1fr 1fr; gap: 40px 24px; }
  .timeline li:nth-child(3):after { display: none; }
  .timeline-link strong { font-size: 18px; }
  .timeline-date, .timeline-outcome { font-size: 12px; }
  .timeline-node { margin-top: 25px; }
  .work-head { gap: 30px; }
  .work-head .work-brand { font-size: 20px; }
  summary { grid-template-columns: 135px minmax(0,1fr) 20px; gap: 20px; }
  .career-body { padding-left: 155px; padding-right: 0; }
  .company { font-size: 18px; }
  .quotes { gap: 18px; }
  .quote-card { padding: 24px; }
  blockquote { font-size: 21px; }
  .quote-card figcaption { align-items: start; gap: 12px; }
  .initials { display: none; }
  .articles { grid-template-columns: 1fr; gap: 16px; }
  .writing { padding-top: 0; }
  .contact-grid { grid-template-columns: 1fr; gap: 34px; }
  .contact-intro h2 br { display: none; }
  .contact-details { flex-direction: row; flex-wrap: wrap; gap: 14px 28px; }
}
@media(max-width:560px) {
  html { scroll-padding-top: 142px; }
  .hero { display: flex; flex-direction: column-reverse; align-items: stretch; gap: 30px; padding-block: 34px 42px; }
  .hero-profile { display: grid; grid-template-columns: 94px 1fr; gap: 0 20px; max-width: none; text-align: left; align-items: center; }
  .portrait { width: 84px; height: 84px; box-shadow: 0 0 0 4px #172237, 0 0 0 5px #26354c; grid-row: 1/4; margin: 0 0 0 5px; }
  .profile-location { margin: 0; font-size: 10px; }
  .profile-note { margin: 4px 0; font-size: 13px; line-height: 1.4; }
  .profile-link { margin: 4px 0 0; font-size: 12px; }
  .hero h1 { font-size: clamp(33px, 9.8vw, 54px); }
  .hero .eyebrow { font-size: 10px; margin-bottom: 18px; gap: 7px; }
  .accent-line { width: 17px; }
  .hero-statement { font-size: 26px; margin-top: 22px; }
  .intro { font-size: 16px; }
  .actions { gap: 12px; margin-top: 26px; }
  .button { padding: 13px 16px; gap: 18px; font-size: 14px; }
  .section { padding-block: 56px; }
  .eyebrow { font-size: 11px; margin-bottom: 19px; }
  h2 { font-size: 34px; }
  .large-copy { font-size: 23px; }
  .expertise { gap: 25px 18px; }
  .expertise h3 { font-size: 16px; }
  .expertise p { font-size: 14px; }
  .section-heading { display: block; margin-bottom: 32px; }
  .section-heading > p, .section-heading > a { margin-top: 18px; }
  .journey-section { padding-block: 50px; }
  .timeline { display: block; }
  .timeline li { padding-left: 32px; }
  .timeline li:not(:last-child):after, .timeline li:nth-child(3):after { display: block; top: 8px; bottom: -8px; height: auto; width: 1px; left: 6px; right: auto; }
  .timeline-link { padding: 0 0 28px; }
  .timeline li:last-child .timeline-link { padding-bottom: 0; }
  .timeline-node { position: absolute; left: -32px; top: 3px; margin: 0; }
  .timeline-link strong { margin-top: 6px; font-size: 20px; }
  .timeline-role { margin-top: 4px; font-size: 14px; }
  .timeline-outcome { margin-top: 6px; }
  .work-section { padding-block: 50px; }
  .work-head { grid-template-columns: 1fr; gap: 26px; }
  .work-head h2 { font-size: 44px; }
  .workflow { gap: 12px 15px; margin-block: 30px; }
  .workflow span:not(:last-child):after { margin-left: 15px; }
  summary { grid-template-columns: minmax(0,1fr) 20px; gap: 10px; padding-block: 23px; }
  .career-item { scroll-margin-top: 145px; }
  .career-date { grid-column: 1 / -1; }
  .company { font-size: 19px; }
  .career-body { padding: 0 0 22px; }
  .role { font-size: 14px; }
  .recommendations-section { padding-block: 52px; }
  .quotes { grid-template-columns: 1fr; }
  .quote-card { padding: 25px; }
  .quote-mark { font-size: 68px; }
  blockquote { font-size: 23px; margin-block: 16px 25px; }
  .initials { display: grid; }
  .quote-card figcaption { align-items: center; }
  .credentials h2 { font-size: 31px; }
  .writing { padding-top: 0; }
  .contact-section { padding-block: 50px; }
  .contact-intro h2 { font-size: 40px; }
  .contact-panel { padding: 18px; }
  .contact-tabs { gap: 3px; padding: 4px; }
  .contact-tabs button { font-size: 13px; padding: 10px 7px; }
  .form-row { grid-template-columns: 1fr; gap: 18px; }
  footer { flex-direction: column; gap: 16px; }
  footer > div { flex-wrap: wrap; gap: 20px; }
  .prose-page h1 { font-size: 36px; }
}
@media(prefers-reduced-motion:reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { transition: none !important; animation: none !important; }
}
@media print {
  body { background: white; color: #111; font-size: 11pt; }
  .nav, .contact-section, .recommendations-section, .hero .actions, footer, .skip, .expand, .reading-progress, .writing { display: none; }
  .wrap { width: 100%; max-width: none; }
  .hero { padding: 10px 0; gap: 30px; }
  .hero h1 { font-size: 30pt; }
  .portrait { width: 90px; height: 90px; box-shadow: none; }
  .hero-profile { max-width: 150px; }
  .profile-note, .profile-link, .profile-location { display: none; }
  .section, .work-section, .journey-section { padding: 20px 0; background: white; }
  .journey-section { display: none; }
  .career-body { padding-left: 0; }
  .career-item { break-inside: avoid; }
  p, .role, .career-date, .career-body, .work-head p, .work-facts p, .about p, .credentials p, .leadership-list { color: #333 !important; }
  h1 span, h2 span, .company, .achievement-list strong { color: #244881 !important; }
}
.work-cta { display:flex; align-items:center; justify-content:space-between; gap:40px; }
.work-cta p { max-width:620px; color:#d6e1f5; font-size:17px; line-height:1.7; }
.work-cta .button { flex-shrink:0; border-color:#819ac7; color:white; }
.work-cta .button:hover { background:#274986; }
@media(max-width:680px) { .work-cta { align-items:start; flex-direction:column; gap:24px; } }
.brand-logo { width:124px; height:60px; padding:7px 10px; display:inline-flex; justify-content:center; align-items:center; flex-shrink:0; background:#fff; border:1px solid #cdd5e3; border-radius:5px; overflow:hidden; }
.brand-logo img { display:block; width:auto; height:auto; max-width:100%; max-height:100%; object-fit:contain; }
.brand-logo--upp img { transform:scale(1.35); }
.brand-logo--adstream img { max-width:none; width:190%; max-height:none; }
.team-crop { display:block; position:relative; width:108px; height:32.4px; overflow:hidden; }
.brand-logo--team .team-crop img { position:absolute; max-width:none; max-height:none; width:354.4%; height:auto; left:-180%; top:-160.8%; }
.timeline-link > .brand-logo { margin-bottom:18px; }
.career-brand-line { display:flex; align-items:center; gap:18px; }
.career-brand-line .brand-logo { width:104px; height:49px; padding:5px 7px; }
.career-brand-line .team-crop { width:88px; height:26.4px; }
.career-brand-line .company { flex:1; }
.career-heading > .role { margin-top:10px; }
#role-5 .brand-logo { display:flex; margin-bottom:10px; width:138px; height:60px; }
.work-identity { display:flex; align-items:center; gap:18px; margin-bottom:12px; }
.work-identity .brand-logo { width:66px; height:66px; border-radius:12px; }
.work-identity .work-brand { font-size:23px; }
@media(max-width:1050px) { .timeline-link > .brand-logo { width:112px; height:54px; } .timeline-link .team-crop { width:96px; height:28.8px; } }
@media(max-width:560px) {
 .timeline-link { padding-right:105px; min-height:128px; }
 .timeline-link > .brand-logo { position:absolute; right:0; top:26px; width:88px; height:48px; padding:5px 7px; }
 .timeline-link .team-crop { width:72px; height:21.6px; }
 .timeline-link strong { font-size:18px; }
 .career-brand-line { gap:13px; }
 .career-brand-line .brand-logo { width:80px; height:44px; }
 .career-brand-line .team-crop { width:65px; height:19.5px; }
 .career-brand-line .company { font-size:17px; }
 .work-identity .work-brand { font-size:21px; }
 .work-identity .brand-logo { width:58px; height:58px; }
}
@media(min-width:1051px) { .timeline li:last-child strong { margin-top:78px; } }
@media(min-width:561px) and (max-width:1050px) { .timeline li:last-child strong { margin-top:72px; } }
/* Company marks share a circular badge at every size. */
.brand-logo { width:76px; height:76px; padding:9px; border-radius:50%; }
.brand-logo--upp img { transform:scale(1.4); }
.brand-logo--team .team-crop { width:60px; height:18px; }
.brand-logo--adstream img { width:190%; }
.timeline-link > .brand-logo { width:76px; height:76px; margin-bottom:18px; }
.career-brand-line .brand-logo { width:60px; height:60px; padding:7px; }
.career-brand-line .team-crop { width:46px; height:13.8px; }
#role-5 .brand-logo { width:76px; height:76px; padding:8px; }
.work-identity .brand-logo { width:66px; height:66px; border-radius:50%; }
@media(min-width:561px) { .timeline li:last-child strong { margin-top:94px; } }
@media(max-width:560px) {
 .timeline-link > .brand-logo { width:66px; height:66px; padding:7px; right:5px; top:25px; }
 .timeline-link .team-crop { width:52px; height:15.6px; }
 .career-brand-line .brand-logo { width:52px; height:52px; padding:6px; }
 .career-brand-line .team-crop { width:40px; height:12px; }
 .work-identity .brand-logo { width:58px; height:58px; }
}

/* Native scrolling keeps the collections usable with touch and without JavaScript. */
.carousel { min-width:0; }
.carousel-track {
 --visible:2; --slide-gap:22px;
 display:grid; grid-template-columns:none; grid-auto-flow:column;
 grid-auto-columns:calc((100% - (var(--visible) - 1) * var(--slide-gap)) / var(--visible));
 gap:var(--slide-gap); overflow-x:auto; overscroll-behavior-x:contain;
 scroll-snap-type:x mandatory; scroll-padding-inline:0;
 padding-block:6px 12px; max-width:100%;
}
.carousel-ready .carousel-track { scrollbar-width:none; }
.carousel-ready .carousel-track::-webkit-scrollbar { display:none; }
.carousel-track:focus-visible { outline:2px solid var(--accent); outline-offset:5px; border-radius:10px; }
.carousel-slide { min-width:0; scroll-snap-align:start; scroll-snap-stop:always; }
.carousel-track .quote-card { margin:0; padding:30px; min-height:325px; }
.quote-topline { display:flex; justify-content:space-between; align-items:center; gap:16px; min-height:32px; }
.quote-topline > p { font-size:12px; color:var(--accent); letter-spacing:.035em; }
.quote-topline .quote-mark { font-size:60px; height:24px; }
.recommendation-emblem { font-size:25px; color:#7189ae; }
.quote-card .quote-text { font:500 23px/1.6 IBM Plex Sans,sans-serif; letter-spacing:-.02em; margin:22px 0 30px; }
.quote-card p.quote-text { font-size:21px; }
.quote-card .initials { display:grid; }
.quote-card .quote-date { color:#a9b5c8; }
.section-heading-note { color:var(--muted); font-size:14px; }
.source-note { margin-top:18px; color:var(--muted); font-size:12px; }
.carousel-footer { display:flex; align-items:center; justify-content:space-between; gap:18px; margin-top:18px; }
.carousel-pagination { display:flex; align-items:center; flex-wrap:wrap; }
.carousel-pagination button { width:30px; height:44px; border:0; padding:0; display:grid; place-items:center; background:transparent; border-radius:6px; }
.carousel-pagination button::before { content:''; display:block; width:7px; height:7px; border-radius:50%; background:#53647e; transition:background .2s, transform .2s; }
.carousel-pagination button[aria-current=true]::before { background:var(--accent); transform:scale(1.45); }
.carousel-pagination button:hover::before { background:#e0e9ff; }
.carousel-controls { display:flex; align-items:center; gap:16px; }
.carousel-arrow { width:46px; height:46px; flex-shrink:0; border:1px solid #526683; border-radius:50%; background:#17253b; color:#eaf0ff; display:grid; place-items:center; padding:0; font-size:23px; line-height:1; transition:background .2s, border-color .2s; }
.carousel-arrow:hover:not(:disabled) { background:#2b4571; border-color:var(--accent); }
.carousel-arrow:disabled { opacity:.3; cursor:default; }
.carousel-counter { min-width:70px; text-align:center; color:#b9c9e2; font-size:13px; font-variant-numeric:tabular-nums; }
.visually-hidden { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip-path:inset(50%); white-space:nowrap; border:0; }
.articles.carousel-track { --visible:3; }
.writing-slide .article { height:100%; background:#101b2b; padding:27px; }
.writing-slide .article:hover { background:#162640; }
.article-topline { display:flex; justify-content:space-between; align-items:center; margin-bottom:30px; }
.article-topline > span:last-child { border:1px solid #3a4b64; border-radius:100px; padding:3px 10px; font-size:11px; color:#c6d3e7; }
.article-symbol { width:46px; height:46px; display:grid; place-items:center; border-radius:50%; overflow:hidden; background:#263e68; color:#bbceff; font-size:27px; }
.article-symbol img { width:100%; height:100%; object-fit:cover; }
.writing-slide .article .eyebrow { color:#92b5ff; margin-bottom:14px; }
.writing-slide .article h3 { font-size:20px; line-height:1.5; }
.writing-slide .article .article-link { display:flex; align-items:center; justify-content:space-between; border-top:1px solid #34435b; padding-top:20px; margin-top:auto; }
@media(max-width:1000px) { .articles.carousel-track { --visible:2; } }
@media(max-width:700px) {
 .carousel-track, .articles.carousel-track { --visible:1; --slide-gap:16px; }
 .carousel-track .quote-card { padding:25px; min-height:330px; }
 .quote-card .quote-text { font-size:22px; }
 .quote-card p.quote-text { font-size:20px; }
 .quote-card figcaption { align-items:center; }
 .carousel-footer { flex-wrap:wrap; gap:8px; margin-top:12px; }
 .carousel-controls { width:100%; justify-content:space-between; }
 .carousel-pagination { order:2; justify-content:center; width:100%; }
 .writing-slide .article { padding:25px; }
 .writing-slide .article h3 { font-size:22px; }
}
@media(prefers-reduced-motion:reduce) {
 .carousel-track { scroll-behavior:auto; }
 .carousel-pagination button::before, .carousel-arrow { transition:none; }
}
