:root {
  --ink: #101314;
  --green: #087c60;
  --paper: #f8f7f4;
  --line: #d8dbd8;
  --header-h: 126px;
  --ticker-h: 37px;
  --stats-h: 80px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", sans-serif;
  overflow-x: hidden;
}

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

#site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-h);
  display: flex;
  align-items: center;
  padding: 20px 5.4%;
  gap: 24px;
}

.brand {
  width: 116px;
  height: 104px;
  display: grid;
  place-items: center;
  margin-right: auto;
}

.brand img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.brand img.is-missing {
  display: none;
}

.brand-fallback {
  display: none;
  text-align: center;
  color: var(--green);
}

.brand img.is-missing+.brand-fallback {
  display: flex;
  flex-direction: column;
}

.brand-fallback b {
  font: 700 42px/1 "Barlow Condensed";
}

.brand-fallback em {
  font: 500 12px/1 cursive;
}

.desktop-nav {
  display: flex;
  gap: 34px;
  align-items: center;
}

.desktop-nav a {
  font-size: 12px;
  font-weight: 800;
}

.hire-button {
  border: 1px solid var(--green);
  border-radius: 999px;
  padding: 13px 23px;
  font-size: 12px;
  font-weight: 800;
}

.hire-button span {
  font-size: 16px;
  margin-left: 6px;
}

.menu-toggle {
  width: 42px;
  height: 42px;
  border: 1px solid var(--green);
  border-radius: 50%;
  background: transparent;
  display: grid;
  place-content: center;
  gap: 5px;
  cursor: pointer;
}

.menu-toggle span {
  width: 13px;
  height: 1px;
  background: var(--ink);
  transition: .25s;
}

.mobile-nav {
  display: none;
}

.hero {
  position: relative;
  min-height: 720px;
  padding: 156px 5.5% 0;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero-grid {
  position: absolute;
  inset: 125px 2% 0;
  opacity: .34;
  pointer-events: none;
  background-image: linear-gradient(#dfe3df 1px, transparent 1px), linear-gradient(90deg, #dfe3df 1px, transparent 1px);
  background-size: 100% 9px, 9px 100%;
  mask-image: linear-gradient(to right, transparent, #000 16%, #000 84%, transparent);
}

.hero::before {
  display: none;
}

.hero-copy {
  position: relative;
  z-index: 5;
  width: 35%;
}

.eyebrow {
  margin: 8px 0 17px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .72em;
}

h1 {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(62px, 6.25vw, 90px);
  font-weight: 700;
  line-height: .86;
}

h1 span {
  display: block;
}

h1 .intro {
  font-size: .49em;
  line-height: 1.4;
  letter-spacing: -.015em;
  font-weight: 700;
}

h1 .intro em {
  color: var(--green);
  font-style: normal;
}

h1 .green {
  color: var(--green);
}

.roles {
  margin: 15px 0 0;
  font: 700 12px/1.5 "Manrope";
  white-space: nowrap;
}

.roles i {
  color: var(--green);
  font-style: normal;
  padding: 0 4px;
}

.hero-actions {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 15px;
}

.button {
  display: inline-flex;
  min-height: 43px;
  align-items: center;
  justify-content: center;
  flex: none;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.button-primary {
  padding: 13px 19px;
  border: 1px solid var(--green);
  border-radius: 8px;
}

.button-primary span {
  color: var(--green);
  font-size: 15px;
  margin-left: 8px;
}

.button-link span {
  font-size: 16px;
  margin-left: 5px;
}

.portrait-wrap {
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  bottom: var(--stats-h);
  width: 34%;
  height: calc(100% - 107px);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.portrait {
  position: relative;
  z-index: 2;
  display: none;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, .08));
}

.portrait.is-loaded {
  display: block;
}

.portrait-placeholder {
  width: 70%;
  aspect-ratio: .63;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px dashed #9ba9a3;
  border-radius: 45% 45% 8px 8px;
  color: var(--green);
  background: rgba(255, 255, 255, .38);
}

.portrait.is-loaded+.portrait-placeholder {
  display: none;
}

.portrait-placeholder span {
  font: 600 24px "Barlow Condensed";
}

.portrait-placeholder small {
  font-size: 9px;
  margin-top: 5px;
}

.hero-details {
  position: absolute;
  z-index: 3;
  top: 211px;
  right: 6.7%;
  width: 25%;
}

.bio {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.55;
  max-width: 310px;
}

.positions {
  margin-top: 37px;
  display: grid;
  gap: 29px;
}

.position {
  display: flex;
  align-items: flex-start;
  gap: 11px;
}

.position-line {
  width: 64px;
  height: 1px;
  background: var(--green);
  margin-top: 8px;
  position: relative;
  flex: none;
}

.position-line::before {
  content: "";
  position: absolute;
  left: -2px;
  top: -3px;
  width: 5px;
  height: 5px;
  border: 1px solid var(--green);
  border-radius: 50%;
  background: var(--paper);
}

.position p {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.65;
}

.position strong {
  font-weight: 900;
}

.position b {
  font-weight: 400;
}

.position em {
  color: var(--green);
  font-style: normal;
  font-weight: 700;
}

.stats {
  position: absolute;
  z-index: 4;
  left: 5.5%;
  right: 10.5%;
  bottom: 0;
  height: var(--stats-h);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: rgba(248, 247, 244, .96);
}

.stat {
  position: relative;
  min-width: 0;
  display: grid;
  grid-template-columns: auto auto minmax(0, auto);
  justify-content: center;
  align-items: center;
  column-gap: 15px;
  padding: 0 20px;
}

.stat:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 13px;
  width: 1px;
  height: 48px;
  background: rgba(8, 124, 96, .82);
}

.stat strong {
  color: var(--green);
  font: 700 46px/.9 "Barlow Condensed";
  letter-spacing: -.02em;
}

.stat i {
  color: #bdc3c0;
  font: 300 32px/1 sans-serif;
  transform: skewX(-9deg);
}

.stat span {
  font-size: 10.5px;
  font-weight: 700;
  line-height: 1.5;
}

.scroll-down {
  position: absolute;
  z-index: 5;
  right: 3.3%;
  bottom: 22px;
  color: var(--green);
  font-size: 45px;
  font-weight: 200;
  line-height: 1;
}

.ticker {
  height: var(--ticker-h);
  overflow: hidden;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.ticker-track {
  width: max-content;
  display: flex;
  align-items: center;
  will-change: transform;
  animation: ticker 28s linear infinite;
}

.ticker-group {
  flex: 0 0 auto;
  min-width: max-content;
  display: flex;
  align-items: center;
  gap: 52px;
  padding: 0 26px;
}

.ticker span {
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

.ticker i {
  color: var(--green);
  font-style: normal;
}

@keyframes ticker {
  to {
    transform: translateX(-50%);
  }
}

/* University journey section */
.journey-section {
  position: relative;
  min-height: 720px;
  padding: 39px 7.7% 0;
  overflow: hidden;
  background: var(--paper);
}

.journey-background {
  position: absolute;
  inset: 58px 3% 73px 34%;
  opacity: .3;
  pointer-events: none;
  background-image: linear-gradient(#dfe3df 1px, transparent 1px), linear-gradient(90deg, #dfe3df 1px, transparent 1px);
  background-size: 100% 10px, 10px 100%;
  mask-image: radial-gradient(ellipse at center, #000 25%, transparent 75%);
}

.journey-section::before,
.journey-section::after {
  display: none;
}

.section-rail {
  position: absolute;
  z-index: 6;
  left: 1.65%;
  top: 16px;
  bottom: 73px;
  width: 1px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-rail::before,
.section-rail::after {
  content: "";
  position: absolute;
  left: -9px;
  width: 19px;
  height: 1px;
  background: var(--line);
}

.section-rail::before {
  top: 10px;
}

.section-rail::after {
  bottom: 10px;
}

.section-rail .side-rail-line {
  width: 1px;
  background: var(--line);
}

.section-rail .side-rail-line:first-child {
  flex: 1;
}

.section-rail .side-rail-line:last-child {
  flex: .18;
}

.section-rail strong {
  flex: none;
  margin: 14px 0;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: var(--green);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1;
  white-space: nowrap;
}

.section-rail strong em {
  font-style: normal;
}

.journey-intro {
  position: relative;
  z-index: 3;
  width: 30%;
  max-width: 330px;
}

.section-kicker {
  margin: 0 0 14px;
}

.section-kicker b {
  color: var(--green);
  margin-right: 10px;
}

.section-kicker i {
  color: var(--green);
  font-style: normal;
  margin-right: 10px;
}

.journey-intro h2 {
  margin: 0 0 12px;
  font: 700 60px "Barlow Condensed", sans-serif;
  letter-spacing: -.02em;
}

.journey-intro h2 em {
  color: var(--green);
  font-style: normal;
}

.journey-intro>p:not(.section-kicker) {
  max-width: 305px;
  margin: 0 0 17px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.55;
}

.timeline-button {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  min-height: 38px;
  margin-top: -2px;
  padding: 0 17px;
  border: 1px solid var(--green);
  border-radius: 6px;
  font-size: 10px;
  font-weight: 800;
}

.timeline-button span {
  color: var(--green);
  font-size: 20px;
  font-weight: 400;
}

.journey-visual {
  position: absolute;
  z-index: 2;
  top: 39px;
  left: 34.5%;
  right: 3.7%;
  height: 470px;
}

.year-range {
  position: absolute;
  top: -11px;
  left: 8%;
  color: transparent;
  -webkit-text-stroke: 1px #087c609e;
  font: 500 clamp(130px, 14.5vw, 205px)/1 "Barlow Condensed";
  letter-spacing: .025em;
  white-space: nowrap;
}

.journey-map {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  overflow: visible;
}

.map-path {
  fill: none;
  stroke: var(--green);
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}

.journey-visual.is-visible .map-path {
  animation: drawJourneyPath 2.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.map-arrow {
  fill: none;
  stroke: var(--green);
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@keyframes drawJourneyPath {
  to {
    stroke-dashoffset: 0;
  }
}

.journey-node-link {
  cursor: pointer;
  text-decoration: none;
}

.map-node {
  color: var(--green);
}

.map-node>circle:first-child {
  fill: var(--paper);
  stroke: currentColor;
  stroke-width: 1.5;
  transition: r 0.35s cubic-bezier(0.4, 0, 0.2, 1), fill 0.35s ease, stroke 0.35s ease;
}

.map-node path,
.map-node circle:not(:first-child) {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke 0.35s ease;
}

.map-node .node-pin {
  fill: var(--paper);
  stroke-width: 2.3;
}

.map-node .node-stem {
  stroke-width: 1.5;
}

.map-node text {
  fill: var(--ink);
  font: 700 13px "Manrope", sans-serif;
  text-anchor: middle;
  transition: fill 0.35s ease, transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Node Hover Animations */
.journey-node-link:hover .map-node.engineering circle:first-child {
  r: 53px;
}

.journey-node-link:hover .map-node.leadership circle:first-child {
  r: 59px;
}

.journey-node-link:hover .map-node.recognition circle:first-child {
  r: 53px;
}

.journey-node-link:hover .map-node.community circle:first-child {
  r: 56px;
}

.journey-node-link:hover .map-node circle:first-child {
  fill: var(--green);
  stroke: var(--green);
}

.journey-node-link:hover .map-node path,
.journey-node-link:hover .map-node circle:not(:first-child) {
  stroke: var(--paper);
}

.journey-node-link:hover .map-node text {
  fill: var(--green);
  transform: translateY(-4px);
}

/* Details Dashboard Box at the bottom */
.journey-details-box {
  position: absolute;
  left: 65.4%;
  transform: translateX(-50%);
  bottom: 150px;
  width: 58%;
  max-width: 580px;
  text-align: center;
  background: rgba(248, 247, 244, 0.45);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 12px 24px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: all 0.3s ease;
  z-index: 5;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.journey-details-box:hover {
  background: rgba(255, 255, 255, 0.85);
  border-color: var(--green);
  box-shadow: 0 8px 30px rgba(8, 124, 96, 0.08);
}

.journey-note-title {
  margin: 0 0 5px;
  color: var(--green);
  font: 700 12px "Barlow Condensed", sans-serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.journey-note-desc {
  margin: 0;
  color: var(--ink);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.45;
}

.next-feature {
  position: absolute;
  z-index: 4;
  left: 4.8%;
  right: 3%;
  bottom: 0;
  height: 73px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.next-feature>span {
  font-size: 10px;
  font-weight: 700;
}

.next-feature>span i {
  margin: 0 10px;
  font-style: normal;
}

.next-feature a {
  display: flex;
  align-items: center;
  gap: 28px;
}

.next-feature strong {
  font: 600 22px "Barlow Condensed", sans-serif;
  letter-spacing: .035em;
}

.next-feature b {
  color: var(--green);
  font-size: 12px;
}

.next-feature em {
  color: var(--green);
  font: 300 35px/1 sans-serif;
}

/* Leadership feature section */
.leadership-section {
  position: relative;
  min-height: 720px;
  padding: 34px 6.6% 38px;
  overflow: hidden;
  background: var(--paper);
}

.leadership-grid {
  position: absolute;
  inset: 31px 3% 40px 36.5%;
  opacity: .26;
  pointer-events: none;
  background-image: linear-gradient(#dfe3df 1px, transparent 1px), linear-gradient(90deg, #dfe3df 1px, transparent 1px);
  background-size: 100% 10px, 10px 100%;
  mask-image: radial-gradient(ellipse at center, #000 20%, transparent 77%);
}

.leadership-section::before {
  content: "";
  position: absolute;
  top: 29px;
  bottom: 49px;
  left: 2.35%;
  width: 1px;
  background: var(--line);
}

.leadership-section::after {
  content: "";
  position: absolute;
  top: 29px;
  left: calc(2.35% - 10px);
  width: 21px;
  height: 1px;
  background: var(--line);
  box-shadow: 0 630px 0 var(--line);
}

.leadership-copy {
  position: relative;
  z-index: 5;
  width: 31%;
  max-width: 400px;
}

.leadership-copy h2 {
  margin: 0;
  font: 700 clamp(59px, 5.1vw, 76px)/.88 "Barlow Condensed", sans-serif;
  letter-spacing: -.025em;
}

.leadership-copy h2 em {
  color: var(--green);
  font-style: normal;
}

.leadership-role {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}

.leadership-role strong {
  color: var(--green);
  font: 700 34px/.95 "Barlow Condensed", sans-serif;
  letter-spacing: .02em;
}

.leadership-role span {
  margin-top: 4px;
  font-size: 13px;
  font-weight: 800;
}

.leadership-role b {
  margin-top: 3px;
  color: var(--green);
  font-size: 15px;
}

.leadership-summary {
  max-width: 355px;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid var(--green);
}

.leadership-summary h3 {
  margin: 0 0 9px;
  color: var(--green);
  font-size: 10px;
  font-weight: 800;
}

.leadership-summary p {
  margin: 0;
  font-size: 10.5px;
  font-weight: 500;
  line-height: 1.55;
}

.leadership-points {
  max-width: 355px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.leadership-points li {
  display: grid;
  grid-template-columns: 40px 1fr;
  min-height: 39px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  font-weight: 700;
}

.leadership-points li b {
  color: var(--green);
}

.leadership-button {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 14px;
  margin-top: 17px;
  padding: 0 19px;
  border: 1px solid var(--green);
  border-radius: 6px;
  color: #155c4c;
  font-size: 11px;
  font-weight: 800;
}

.leadership-button span {
  font-size: 19px;
}

.ieee-outline {
  position: absolute;
  z-index: 1;
  top: 91px;
  left: 35.5%;
  color: transparent;
  -webkit-text-stroke: 1px #087c609e;
  font: 500 220px/1 "Barlow Condensed", sans-serif;
  letter-spacing: .03em;
}

.leadership-gallery {
  position: absolute;
  z-index: 3;
  inset: 34px 7.9% 80px 38.5%;
}

.leadership-photo {
  position: absolute;
  margin: 0;
  border: 1px solid var(--green);
  background: rgba(244, 243, 240, .92);
  overflow: hidden;
  box-shadow: 3px 3px 0 -2px var(--paper), 3px 3px 0 -1px var(--green);
}

.leadership-photo::before,
.leadership-photo::after {
  content: "";
  position: absolute;
  z-index: 4;
  width: 13px;
  height: 13px;
  pointer-events: none;
}

.leadership-photo::before {
  top: 20px;
  left: 20px;
  border-top: 1px solid var(--green);
  border-left: 1px solid var(--green);
}

.leadership-photo::after {
  right: 20px;
  bottom: 20px;
  border-right: 1px solid var(--green);
  border-bottom: 1px solid var(--green);
}

.leadership-photo img {
  position: absolute;
  inset: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  object-fit: cover;
  opacity: 0;
  transition: opacity .25s;
}

.leadership-photo.has-image img {
  opacity: 1;
}

.leadership-photo figcaption {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 10px;
  line-height: 1.55;
}

.leadership-photo figcaption::before {
  content: "+";
  margin-bottom: 15px;
  color: #9ba19e;
  font: 300 30px/1 sans-serif;
}

.leadership-photo figcaption strong {
  color: var(--green);
}

.leadership-photo.has-image figcaption {
  display: none;
}

.trophy-photo {
  top: 0;
  right: 0;
  width: 55%;
  height: 85%;
}

.team-photo {
  left: 0;
  bottom: 0;
  width: 55%;
  height: 40%;
}

.leadership-year {
  position: absolute;
  right: 1.65%;
  bottom: 80px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: var(--green);
  font: 700 27px "Manrope", sans-serif;
  letter-spacing: .04em;
}

.leadership-year::before {
  content: "";
  position: absolute;
  top: -19px;
  left: 50%;
  width: 1px;
  height: 169px;
  background: var(--line);
  transform: translateY(-100%);
}

.leadership-archive {
  position: absolute;
  z-index: 5;
  right: 7.8%;
  bottom: 35px;
  width: 19%;
  padding-top: 9px;
  border-top: 1px solid var(--green);
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--green);
}

.leadership-archive span {
  font-size: 10px;
  font-weight: 700;
}

.leadership-archive i {
  margin: 0 5px;
  font-style: normal;
}

.leadership-archive a {
  font-size: 31px;
  font-weight: 300;
}

/* Literary society leadership section */
.literary-section {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  padding: 35px 6.3% 74px;
  background: var(--paper);
}

.literary-section::after {
  content: "";
  position: absolute;
  top: 29px;
  bottom: 39px;
  right: 2.6%;
  width: 1px;
  background: var(--line);
}

.literary-rail {
  position: absolute;
  z-index: 6;
  top: 18px;
  bottom: 32px;
  left: 1.65%;
  width: 21px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.literary-rail::before,
.literary-rail::after {
  content: "";
  position: absolute;
  left: 0;
  width: 21px;
  height: 1px;
  background: var(--line);
}

.literary-rail::before {
  top: 11px;
}

.literary-rail::after {
  bottom: 11px;
}

.literary-rail .rail-line {
  width: 1px;
  flex: 1;
  min-height: 28px;
  background: var(--line);
}

.literary-rail strong {
  flex: none;
  margin: 13px 0;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: var(--green);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1;
  white-space: nowrap;
}

.literary-watermark {
  position: absolute;
  z-index: 1;
  left: 5.4%;
  top: 13px;
  color: transparent;
  -webkit-text-stroke: 1px #087c609e;
  font: 500 151px/.92 "Barlow Condensed", sans-serif;
  letter-spacing: .01em;
}

.literary-watermark span {
  display: block;
}

.literary-watermark span:nth-child(2) {
  margin-left: 17px;
}

.literary-watermark span:nth-child(3) {
  margin-left: 142px;
}

.literary-gallery {
  position: absolute;
  z-index: 3;
  top: 128px;
  left: 6.6%;
  width: 51%;
  height: 440px;
}

.literary-photo {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--green);
  background: rgba(244, 243, 240, .93);
  box-shadow: 3px 3px 0 -2px var(--paper), 3px 3px 0 -1px var(--green);
}

.literary-photo::before,
.literary-photo::after {
  content: "";
  position: absolute;
  z-index: 4;
  width: 13px;
  height: 13px;
  pointer-events: none;
}

.literary-photo::before {
  top: 18px;
  left: 18px;
  border-top: 1px solid var(--green);
  border-left: 1px solid var(--green);
}

.literary-photo::after {
  right: 18px;
  bottom: 18px;
  border-right: 1px solid var(--green);
  border-bottom: 1px solid var(--green);
}

.literary-photo img {
  position: absolute;
  inset: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  object-fit: cover;
  opacity: 0;
  transition: opacity .25s;
}

.literary-photo.has-image img {
  opacity: 1;
}

.literary-photo figcaption {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  line-height: 1.55;
  text-align: center;
}

.literary-photo figcaption::before {
  content: "+";
  margin-bottom: 15px;
  color: #9ba19e;
  font: 300 30px/1 sans-serif;
}

.literary-photo figcaption strong {
  color: var(--green);
}

.literary-photo.has-image figcaption {
  display: none;
}

.literary-event-photo {
  top: 0;
  left: 0;
  width: 66%;
  height: 62%;
}

.literary-trophy-photo {
  right: 0;
  bottom: 7px;
  width: 29%;
  height: 70%;
}

.literary-archive {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 21%;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--green);
  color: var(--green);
  font-size: 10px;
  font-weight: 700;
}

.literary-archive i {
  margin: 0 5px;
  font-style: normal;
}

.literary-copy {
  position: relative;
  z-index: 5;
  width: 35%;
  max-width: 440px;
  margin-left: auto;
  margin-right: 4%;
}

.literary-copy h2 {
  margin: 20px 0 0;
  font: 700 clamp(63px, 5.2vw, 78px)/.88 "Barlow Condensed", sans-serif;
  letter-spacing: -.025em;
}

.literary-copy h2 em {
  color: var(--green);
  font-style: normal;
}

.literary-role {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}

.literary-role strong {
  color: var(--green);
  font: 700 35px/.95 "Barlow Condensed", sans-serif;
}

.literary-role span {
  margin-top: 5px;
  font-size: 13px;
  font-weight: 800;
}

.literary-role b {
  margin-top: 3px;
  color: var(--green);
  font-size: 14px;
}

.literary-role::after {
  content: "";
  width: 34px;
  height: 1px;
  margin-top: 17px;
  background: var(--green);
}

.literary-summary {
  max-width: 370px;
  margin-top: 23px;
}

.literary-summary h3 {
  margin: 0 0 10px;
  color: var(--green);
  font-size: 10px;
  font-weight: 800;
}

.literary-summary p {
  margin: 0;
  font-size: 10.5px;
  font-weight: 500;
  line-height: 1.6;
}

.literary-values {
  display: flex;
  gap: 13px;
  margin-top: 18px;
  color: var(--green);
  font-weight: 800;
}

.literary-values i {
  font-style: normal;
}

.literary-button {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 17px;
  margin-top: 21px;
  padding: 0 19px;
  border: 1px solid var(--green);
  border-radius: 5px;
  color: #155c4c;
  font-size: 10px;
  font-weight: 800;
}

.literary-button span {
  font-size: 18px;
}

.leadership-progress {
  position: absolute;
  z-index: 7;
  left: 6.5%;
  right: 7%;
  bottom: 18px;
  display: grid;
  grid-template-columns: auto minmax(60px, 1fr) 50px 50px auto minmax(60px, 1fr) auto;
  align-items: center;
  gap: 18px;
}

.leadership-progress strong {
  color: var(--green);
  font: 700 28px "Barlow Condensed", sans-serif;
  white-space: nowrap;
}

.leadership-progress .progress-rule {
  height: 1px;
  background: repeating-linear-gradient(to right, var(--line) 0 4px, transparent 4px 7px);
}

.leadership-progress i {
  color: var(--green);
  font: 300 46px/1 sans-serif;
  text-align: center;
}

.leadership-progress b {
  color: var(--green);
  font-size: 14px;
  white-space: nowrap;
}

/* Leadership journey timeline */
.leadership-journey {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  padding: 37px 6% 58px;
  background: var(--paper);
}

.leadership-journey::before {
  content: "";
  position: absolute;
  inset: 0 2.5%;
  pointer-events: none;
  opacity: .45;
  background-image: linear-gradient(90deg, transparent calc(100% - 1px), var(--line) 1px), linear-gradient(transparent calc(100% - 1px), var(--line) 1px);
  background-size: 11.1% 100%, 100% 106px;
}

.journey-ruler {
  position: absolute;
  z-index: 5;
  top: 30px;
  bottom: 32px;
  width: 1px;
  background: var(--line);
}

.journey-ruler::before,
.journey-ruler::after {
  content: "";
  position: absolute;
  left: -10px;
  width: 21px;
  height: 1px;
  background: var(--line);
}

.journey-ruler::before {
  top: 0;
}

.journey-ruler::after {
  bottom: 0;
}

.ruler-left {
  left: 2.5%;
  background: var(--line);
}

.ruler-right {
  right: 2.5%;
}

.journey-words {
  position: absolute;
  z-index: 1;
  inset: 12px 5% 55px 39%;
  color: transparent;
  -webkit-text-stroke: 1px #087c609e;
  font: 500 198px/.93 "Barlow Condensed", sans-serif;
}

.journey-words span {
  position: absolute;
}

.journey-words span:first-child {
  top: 0;
  left: 2%;
}

.journey-words span:nth-child(2) {
  top: 310px;
  left: -4%;
  font-size: 135px;
}

.journey-words span:last-child {
  right: 0;
  bottom: -4px;
  font-size: 180px;
}

.leadership-journey-copy {
  position: relative;
  z-index: 6;
  width: 44%;
  max-width: 570px;
}

.leadership-journey-copy h2 {
  margin: 24px 0 16px;
  font: 700 clamp(48px, 4vw, 60px)/.9 "Barlow Condensed", sans-serif;
  letter-spacing: -.025em;
}

.leadership-journey-copy>p:not(.section-kicker) {
  max-width: 295px;
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.55;
}

.copy-rule {
  display: block;
  width: 32px;
  height: 1px;
  margin-top: 23px;
  background: var(--green);
}

.career-timeline {
  position: absolute;
  z-index: 3;
  inset: 155px 4.2% 66px;
}

.career-line {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.career-line path {
  fill: none;
  stroke: var(--green);
  stroke-width: 3;
  vector-effect: non-scaling-stroke;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.career-line .career-arrow {
  stroke-width: 2;
}

.career-node {
  position: absolute;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(8, 124, 96, .35);
  border-radius: 50%;
  background: var(--paper);
  display: grid;
  place-items: center;
}

.career-node span {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--green);
}

.node-start {
  left: 2.2%;
  top: 79.5%;
}

.node-2024 {
  left: 17.3%;
  top: 62.3%;
  width: 34px;
  height: 34px;
}

.node-2024 span {
  width: 15px;
  height: 15px;
}

.node-step {
  left: 44.9%;
  top: 38.5%;
  width: 15px;
  height: 15px;
}

.node-step span {
  width: 9px;
  height: 9px;
}

.node-2025 {
  left: 54.2%;
  top: 26%;
}

.node-ready {
  left: 82.2%;
  top: 6.2%;
}

.timeline-callout {
  position: absolute;
  color: var(--green);
  font-style: normal;
  font-weight: 700;
}

.timeline-callout b {
  font-weight: 700;
}

.timeline-callout i {
  position: absolute;
  width: 1px;
  background: var(--line);
}

.callout-start {
  left: .7%;
  top: 93%;
  display: flex;
  align-items: center;
  gap: 13px;
}

.callout-start i {
  position: static;
  width: 26px;
  height: 1px;
}

.callout-start em {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
}

.callout-responsibility {
  left: 12.7%;
  top: 48%;
}

.callout-responsibility i {
  left: 42px;
  top: 13px;
  height: 58px;
  transform: rotate(-43deg);
}

.callout-progression {
  left: 38.5%;
  top: 24%;
}

.callout-progression i {
  left: 45px;
  top: 13px;
  height: 60px;
  transform: rotate(-42deg);
}

.callout-momentum {
  left: 67%;
  top: 13%;
}

.callout-momentum i {
  left: 25px;
  top: 14px;
  height: 44px;
}

.career-milestone {
  position: absolute;
}

.milestone-2024 {
  left: 17.6%;
  top: 63%;
}

.milestone-2025 {
  left: 54.5%;
  top: 29%;
}

.career-year {
  display: block;
  color: var(--paper);
  -webkit-text-stroke: 1px rgba(8, 124, 96, .3);
  font: 500 91px/.9 "Barlow Condensed", sans-serif;
  letter-spacing: .01em;
}

.career-milestone h3 {
  margin: 4px 0 1px;
  color: var(--green);
  font: 700 18px/1 "Barlow Condensed", sans-serif;
}

.career-milestone h4 {
  margin: 0;
}

.career-milestone p {
  display: flex;
  gap: 9px;
  margin: 12px 0 0;
  color: var(--green);
  font-weight: 700;
}

.career-milestone p i {
  font-style: normal;
}

.ready-card {
  position: absolute;
  top: -84px;
  right: 0;
  width: 17.5%;
  min-width: 190px;
  height: 215px;
  padding: 30px 25px;
  color: white;
  background: linear-gradient(145deg, #006f4c, #008560);
  box-shadow: 0 11px 25px rgba(2, 83, 60, .12);
}

.ready-card strong {
  font: 700 52px/.88 "Barlow Condensed", sans-serif;
}

.ready-card p {
  margin: 11px 0 0;
  font-weight: 700;
  line-height: 1.35;
}

.frame-corner {
  position: absolute;
  width: 12px;
  height: 12px;
  opacity: .8;
}

.frame-corner.top-left {
  top: 10px;
  left: 10px;
  border-top: 1px solid #b8decf;
  border-left: 1px solid #b8decf;
}

.frame-corner.top-right {
  top: 10px;
  right: 10px;
  border-top: 1px solid #b8decf;
  border-right: 1px solid #b8decf;
}

.frame-corner.bottom-left {
  bottom: 10px;
  left: 10px;
  border-bottom: 1px solid #b8decf;
  border-left: 1px solid #b8decf;
}

.frame-corner.bottom-right {
  right: 10px;
  bottom: 10px;
  border-right: 1px solid #b8decf;
  border-bottom: 1px solid #b8decf;
}

.university-timeline-button {
  position: absolute;
  right: .8%;
  top: 245px;
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  gap: 13px;
  padding: 0 15px;
  border: 1px solid var(--green);
  border-radius: 4px;
  color: var(--green);
  font-size: 9px;
  font-weight: 800;
}

.university-timeline-button span {
  font-size: 16px;
}

.journey-next {
  position: absolute;
  z-index: 7;
  left: 5.5%;
  right: 6%;
  bottom: 15px;
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 10px;
  font-weight: 700;
}

.journey-next>span i {
  margin: 0 10px;
  font-style: normal;
  color: var(--green);
}

.journey-next-line {
  height: 1px;
  flex: 1;
  margin-left: 4px;
  background: var(--line);
}

.journey-next b,
.journey-next a {
  color: var(--green);
}

.journey-next a {
  font-size: 27px;
  font-weight: 300;
}

/* Recognition archive */
.recognition-section {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  padding: 36px 0 34px 6.1%;
  background: var(--paper);
}

.recognition-section::before,
.recognition-section::after {
  content: "";
  position: absolute;
  top: 31px;
  width: 21px;
  height: 1px;
  background: var(--line);
}

.recognition-section::before {
  left: calc(2.35% - 10px);
  box-shadow: 0 571px 0 var(--line);
}

.recognition-section::after {
  right: calc(2.35% - 10px);
}

.recognition-rail {
  position: absolute;
  z-index: 6;
  top: 31px;
  bottom: 116px;
  left: 2.35%;
  width: 1px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.recognition-rail>span {
  width: 1px;
  flex: 1;
  background: var(--line);
}

.recognition-rail strong {
  margin: 12px 0;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: var(--green);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  white-space: nowrap;
}

.recognition-heading {
  position: relative;
  z-index: 3;
}

.recognition-heading h2 {
  margin: 20px 0 10px;
  font: 700 clamp(61px, 5vw, 75px)/.9 "Barlow Condensed", sans-serif;
  letter-spacing: -.025em;
}

.recognition-heading>p:not(.section-kicker) {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.55;
}

.heading-rule {
  display: block;
  width: 31px;
  height: 1px;
  margin-top: 18px;
  background: var(--green);
}

.recognition-tabs {
  position: absolute;
  z-index: 7;
  top: 169px;
  right: 5.7%;
  display: flex;
  align-items: stretch;
}

.recognition-tabs button {
  position: relative;
  min-height: 31px;
  padding: 0 16px;
  border: 0;
  border-right: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  font: 700 9px "Manrope", sans-serif;
  cursor: pointer;
  white-space: nowrap;
}

.recognition-tabs button:first-child {
  border-left: 1px solid var(--line);
}

.recognition-tabs button.is-active {
  margin: 0 8px;
  padding: 0 17px;
  border: 0;
  border-radius: 6px;
  color: white;
  background: linear-gradient(135deg, #08734f, #008562);
  box-shadow: 0 5px 12px rgba(8, 124, 96, .13);
}

.recognition-viewport {
  position: absolute;
  z-index: 3;
  top: 228px;
  left: 10.5%;
  right: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  cursor: grab;
  scroll-snap-type: x mandatory;
}

.recognition-viewport::-webkit-scrollbar {
  display: none;
}

.recognition-viewport.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  user-select: none;
}

.recognition-track {
  display: flex;
  width: max-content;
  gap: 16px;
  padding-right: 6vw;
}

.recognition-card {
  width: 480px;
  height: 322px;
  flex: none;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: rgba(255, 255, 255, .28);
  scroll-snap-align: start;
}

.recognition-image {
  position: relative;
  height: 220px;
  overflow: hidden;
  background: #f0f0ee;
}

.recognition-image::before,
.recognition-image::after {
  content: "";
  position: absolute;
  z-index: 3;
  width: 12px;
  height: 12px;
}

.recognition-image::before {
  top: 13px;
  left: 13px;
  border-top: 1px solid rgba(8, 124, 96, .55);
  border-left: 1px solid rgba(8, 124, 96, .55);
}

.recognition-image::after {
  right: 13px;
  bottom: 13px;
  border-right: 1px solid rgba(8, 124, 96, .55);
  border-bottom: 1px solid rgba(8, 124, 96, .55);
}

.recognition-image img {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  pointer-events: none;
}

.recognition-image.has-image img {
  opacity: 1;
}

.recognition-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #737976;
  text-align: center;
}

.recognition-placeholder span {
  color: #aeb3b0;
  font: 300 41px/1 sans-serif;
  transform: rotate(180deg);
}

.recognition-placeholder small {
  margin-top: 9px;
  font-size: 8px;
}

.recognition-image.has-image .recognition-placeholder {
  display: none;
}

.recognition-card-copy {
  position: relative;
  min-height: 82px;
  margin-top: 8px;
  padding: 2px 9px 0 16px;
  border-left: 2px solid var(--green);
}

.recognition-card-copy small {
  color: var(--green);
  font-size: 8px;
  font-weight: 800;
}

.recognition-card-copy h3 {
  margin: 5px 0 2px;
  font: 700 24px/.95 "Barlow Condensed", sans-serif;
}

.recognition-card-copy p {
  margin: 0;
  color: var(--green);
}

.recognition-card-copy p i {
  margin: 0 6px;
  font-style: normal;
}

.recognition-arrow {
  position: absolute;
  z-index: 9;
  top: 341px;
  width: 48px;
  height: 48px;
  border: 1px solid var(--green);
  border-radius: 50%;
  color: var(--green);
  background: var(--paper);
  font-size: 25px;
  font-weight: 300;
  cursor: pointer;
}

.recognition-prev {
  left: 5.2%;
}

.recognition-next {
  right: .2%;
}

.recognition-footer {
  position: absolute;
  z-index: 7;
  left: 10.5%;
  right: 5%;
  bottom: 31px;
  height: 37px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: end;
  gap: 38px;
}

.recognition-progress {
  position: relative;
  height: 1px;
  margin-bottom: 8px;
  overflow: hidden;
  background: var(--line);
}

.recognition-progress span {
  position: absolute;
  left: 0;
  top: -2px;
  width: 25%;
  height: 5px;
  border-radius: 5px;
  background: var(--green);
  transition: transform .1s linear;
}

.recognition-footer p {
  margin: 0 10px 0 0;
  color: var(--green);
  font-size: 9px;
  font-weight: 700;
}

.recognition-footer p span {
  margin-left: 9px;
  font-size: 19px;
}

.recognition-footer>a {
  min-height: 31px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0 14px;
  border: 1px solid var(--green);
  border-radius: 4px;
  color: var(--green);
  font-size: 9px;
  font-weight: 700;
}

.recognition-footer>a span {
  font-size: 15px;
}

/* Interactive university timeline */
.university-section {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  padding: 38px 6% 75px;
  background: var(--paper);
}

.university-side-line {
  position: absolute;
  z-index: 2;
  top: 27px;
  bottom: 70px;
  width: 1px;
  background: var(--line);
}

.university-side-line::before,
.university-side-line::after {
  content: "";
  position: absolute;
  left: -10px;
  width: 21px;
  height: 1px;
  background: var(--line);
}

.university-side-line::before {
  top: 0;
}

.university-side-line::after {
  bottom: 0;
}

.side-line-left {
  left: 1.6%;
}

.side-line-right {
  right: 1.6%;
}

.university-heading {
  position: relative;
  z-index: 5;
}

.university-heading h2 {
  margin: 16px 0 8px;
  font: 700 clamp(58px, 4.9vw, 73px)/.9 "Barlow Condensed", sans-serif;
  letter-spacing: -.025em;
}

.university-heading>p:not(.section-kicker) {
  margin: 0;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.55;
}

.university-heading>i {
  display: block;
  width: 31px;
  height: 1px;
  margin-top: 16px;
  background: var(--green);
}

.year-selector {
  position: absolute;
  z-index: 6;
  left: 5.8%;
  top: 235px;
  width: 82px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.year-selector::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 56px;
  bottom: 79px;
  left: 50%;
  width: 1px;
  background: var(--line);
}

.year-up,
.year-down {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(8, 124, 96, .65);
  border-radius: 50%;
  color: var(--green);
  background: var(--paper);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}

.year-list {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin: 17px 0;
  width: 100%;
}

.year-list button {
  position: relative;
  width: 100%;
  min-height: 36px;
  border: 0;
  color: #717775;
  background: transparent;
  font: 500 17px "Barlow Condensed", sans-serif;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: calc(50% + 14px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.year-list button::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c8ccca;
  transform: translate(-50%, -50%);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
}

.year-list button.is-active {
  color: var(--green);
  font-size: 30px;
  font-weight: 700;
}

.year-list button.is-active::before {
  left: 50%;
  width: 14px;
  height: 14px;
  background: var(--green);
  border: 3px solid var(--paper);
  box-shadow: 0 0 0 2px var(--green);
  transform: translate(-50%, -50%);
}

.year-selector>span {
  margin-top: 13px;
  color: var(--green);
  font-weight: 800;
}

.year-selector>i {
  color: var(--green);
  font-size: 18px;
  font-style: normal;
}

.selected-year-outline {
  position: absolute;
  z-index: 1;
  top: 245px;
  left: 15.5%;
  color: transparent;
  -webkit-text-stroke: 1px rgba(8, 124, 96, .22);
  font: 500 260px/.9 "Barlow Condensed", sans-serif;
  letter-spacing: -.02em;
}

.year-chapter {
  position: absolute;
  z-index: 5;
  top: 215px;
  left: 43.8%;
  width: 31%;
}

.chapter-kicker {
  margin: 0 0 15px;
}

.chapter-kicker b,
.chapter-kicker i {
  color: var(--green);
}

.chapter-kicker i {
  margin: 0 10px;
  font-style: normal;
}

.year-chapter h3 {
  margin: 0 0 17px;
  font: 700 31px/.96 "Barlow Condensed", sans-serif;
}

.chapter-events>div {
  display: grid;
  grid-template-columns: 66px 1px 1fr;
  gap: 13px;
  min-height: 40px;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.chapter-events b {
  color: var(--green);
}

.chapter-events i {
  width: 1px;
  height: 21px;
  background: var(--green);
}

.next-year-card {
  position: absolute;
  z-index: 5;
  top: 225px;
  right: 4.2%;
  width: 20.5%;
  height: 320px;
  padding: 31px 23px;
  border: 1px solid var(--line);
  border-radius: 3px;
  background: linear-gradient(145deg, rgba(222, 255, 238, 0.72), rgba(230, 241, 235, .55));
}

.next-year-card h3 {
  margin: 0;
  color: var(--green);
  font-size: 16px;
  font-weight: 500;
}

.next-year-card h3 i {
  margin: 0 8px;
  font-style: normal;
}

.next-year-rule {
  display: block;
  width: 32px;
  height: 1px;
  margin: 17px 0 26px;
  background: var(--green);
}

.next-year-item {
  display: grid;
  grid-template-columns: 12px 1fr;
  gap: 13px;
}

.next-year-item+.next-year-item {
  margin-top: 44px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.next-year-item>i {
  width: 11px;
  height: 11px;
  margin-top: 4px;
  border-radius: 50%;
  background: var(--green);
}

.next-year-item strong {
  font: 700 20px/.95 "Barlow Condensed", sans-serif;
}

.next-year-item p {
  margin: 8px 0 0;
  color: var(--green);
  font-weight: 600;
  line-height: 1.6;
}

.next-year-item:last-child p {
  display: inline;
  margin-left: 8px;
}

.university-progress {
  position: absolute;
  z-index: 6;
  left: 5.8%;
  right: 6.3%;
  bottom: 84px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 19px;
  font-weight: 700;
}

.university-progress>span b {
  color: var(--green);
}

.university-progress>span i {
  margin: 0 8px;
  color: var(--green);
  font-style: normal;
}

.university-progress-line {
  --year-progress: 75%;
  position: relative;
  height: 3px;
  border-radius: 3px;
  background: #d2d8d4;
}

.university-progress-line::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: var(--year-progress);
  background: var(--green);
  transition: width .3s ease;
}

.university-progress-line i {
  position: absolute;
  z-index: 2;
  left: 75%;
  top: 50%;
  width: 14px;
  height: 14px;
  border: 2px solid var(--green);
  border-radius: 50%;
  background: var(--paper);
  transform: translate(-50%, -50%);
  transition: left .3s ease;
}

.complete-journey-button {
  position: absolute;
  z-index: 6;
  left: 50%;
  bottom: 29px;
  transform: translateX(-50%);
  display: inline-flex;
  min-height: 35px;
  align-items: center;
  gap: 15px;
  padding: 0 16px;
  border: 1px solid var(--green);
  border-radius: 4px;
  color: var(--green);
  font-size: 10px;
  font-weight: 700;
}

.complete-journey-button span {
  font-size: 16px;
}

/* Professional experience */
.experience-section {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  padding: 25px 4.6% 30px;
  background: var(--paper);
}

.experience-guide {
  position: absolute;
  z-index: 2;
  top: 23px;
  bottom: 22px;
  width: 1px;
  border-left: 1px dashed #d5d9d6;
}

.experience-guide::before,
.experience-guide::after {
  content: "+";
  position: absolute;
  left: -6px;
  color: #c9cecb;
  font: 300 19px/1 sans-serif;
}

.experience-guide::before {
  top: -9px;
}

.experience-guide::after {
  bottom: -7px;
}

.guide-left {
  left: 1.55%;
}

.guide-right {
  right: 1.55%;
}

.experience-heading {
  position: relative;
  z-index: 4;
}

.experience-heading h2 {
  margin: 13px 0 5px;
  font: 700 clamp(57px, 4.8vw, 72px)/.9 "Barlow Condensed", sans-serif;
  letter-spacing: -.025em;
}

.experience-heading>p:not(.section-kicker) {
  margin: 0;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
}

.experience-tabs {
  position: relative;
  z-index: 5;
  display: flex;
  gap: 28px;
  margin-top: 38px;
  height: 30px;
}

.experience-tabs button {
  position: relative;
  padding: 0 0 9px;
  border: 0;
  background: transparent;
  color: #737977;
  font: 600 12px "Manrope", sans-serif;
  cursor: pointer;
}

.experience-tabs button b,
.experience-tabs button i {
  color: var(--green);
  font-style: normal;
}

.experience-tabs button i {
  margin: 0 8px;
}

.experience-tabs button.is-active {
  color: var(--green);
}

.experience-tabs button.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: var(--green);
}

.experience-layout {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 265px;
  gap: 10px;
  height: 365px;
  margin-top: 24px;
}

.experience-main {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: linear-gradient(120deg, rgba(243, 250, 247, .72), rgba(255, 255, 255, .5));
}

.experience-watermark {
  position: absolute;
  left: 17px;
  top: 22px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(8, 124, 96, .18);
  font: 500 270px/.9 "Barlow Condensed", sans-serif;
  letter-spacing: -.04em;
}

.experience-content {
  position: relative;
  z-index: 3;
  width: 54%;
  margin-left: 46.5%;
  padding-top: 18px;
}

.experience-position {
  color: #155c4c;
  font-weight: 800;
}

.experience-content h3 {
  margin: 6px 0 8px;
  font: 700 31px/.9 "Barlow Condensed", sans-serif;
}

.experience-rule {
  display: block;
  width: 34px;
  height: 1px;
  background: var(--green);
}

.experience-content h4 {
  margin: 9px 0 2px;
  color: var(--green);
  font-size: 14px;
  font-weight: 500;
}

.experience-date {
  margin: 0;
  font-weight: 600;
}

.experience-process {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 15px;
}

.experience-process::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 10%;
  right: 7%;
  height: 2px;
  background: var(--green);
}

.experience-process::after {
  content: "→";
  position: absolute;
  top: 11px;
  right: 3%;
  color: var(--green);
  font-size: 21px;
}

.experience-process>div {
  position: relative;
  z-index: 2;
  text-align: center;
}

.process-icon {
  width: 47px;
  height: 47px;
  margin: 0 auto 8px;
  border: 1px solid var(--green);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--green);
  background: var(--paper);
  font-size: 22px;
  font-style: normal;
}

.experience-process span {
  display: block;
  color: var(--green);
  font-weight: 700;
}

.experience-duties {
  margin: 12px 18px 0 0;
  padding: 0;
  list-style: none;
}

.experience-duties li {
  display: grid;
  grid-template-columns: 26px 1px 1fr;
  gap: 10px;
  min-height: 50px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.experience-duties b {
  color: var(--green);
  font-size: 14px;
}

.experience-duties i {
  width: 1px;
  height: 17px;
  background: var(--green);
}

.experience-skills {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 39px;
  padding: 0 27px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-weight: 700;
}

.experience-skills span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.experience-skills i,
.experience-skills b {
  color: var(--green);
  font-size: 17px;
  font-style: normal;
}

.experience-preview {
  position: relative;
  overflow: hidden;
  padding: 29px 20px 20px;
  border-radius: 4px;
  color: white;
  background: linear-gradient(145deg, #006f4c, #007c58);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.preview-lines {
  position: absolute;
  inset: 0;
  opacity: .22;
  background: repeating-radial-gradient(ellipse at 120% 0%, transparent 0 23px, #c1e4d5 24px 25px);
}

.experience-preview>*:not(.preview-lines) {
  position: relative;
  z-index: 2;
}

.experience-preview small {
  font-size: 9px;
  font-weight: 700;
}

.experience-preview h3 {
  margin: 9px 0 22px;
  font: 700 31px/.98 "Barlow Condensed", sans-serif;
}

.experience-preview>span {
  display: block;
  width: 31px;
  height: 1px;
  background: white;
}

.experience-preview p {
  margin: 15px 0 0;
}

.experience-preview p i {
  margin: 0 7px;
  font-style: normal;
}

.experience-preview hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, .35);
  width: 100%;
}

.experience-preview button {
  margin-top: auto;
  padding-top: 16px;
  border: 0;
  color: white;
  background: transparent;
  font: 500 12px "Manrope", sans-serif;
  cursor: pointer;
}

.experience-preview button b {
  margin-left: 12px;
  font-size: 20px;
  font-weight: 300;
}

.experience-footer {
  position: absolute;
  z-index: 5;
  left: 4.6%;
  right: 4.7%;
  bottom: 28px;
  display: grid;
  grid-template-columns: auto 1fr auto 24px 31px;
  gap: 14px;
  align-items: center;
}

.experience-footer>a:first-child {
  min-height: 39px;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding: 0 16px;
  border: 1px solid var(--green);
  border-radius: 4px;
  color: var(--green);
  font-size: 10px;
  font-weight: 700;
}

.experience-footer>a span {
  font-size: 16px;
}

.experience-footer>div {
  height: 1px;
  margin-left: 15px;
  background: var(--line);
}

.experience-footer p {
  margin: 0;
  font-weight: 700;
}

.experience-footer p i {
  margin: 0 7px;
  color: var(--green);
  font-style: normal;
}

.experience-footer>b,
.experience-next {
  color: var(--green);
}

.experience-next {
  font-size: 27px;
  font-weight: 300;
}

/* Selected engineering projects */
.projects-section {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  padding: 24px 4.1% 34px;
  background: var(--paper);
}

.projects-guide {
  position: absolute;
  z-index: 2;
  top: 20px;
  bottom: 16px;
  width: 1px;
  border-left: 1px dashed #d7dbd8;
}

.projects-guide::before,
.projects-guide::after {
  content: "+";
  position: absolute;
  left: -6px;
  color: #c9cecb;
  font: 300 19px/1 sans-serif;
}

.projects-guide::before {
  top: -8px;
}

.projects-guide::after {
  bottom: -6px;
}

.projects-section .guide-left {
  left: 1.35%;
}

.projects-section .guide-right {
  right: 1.35%;
}

.projects-heading {
  position: relative;
  z-index: 4;
}

.projects-heading h2 {
  margin: 12px 0 7px;
  font: 700 clamp(54px, 4.4vw, 67px)/.9 "Barlow Condensed", sans-serif;
  letter-spacing: -.02em;
}

.projects-heading>p:not(.section-kicker) {
  margin: 0;
  font-size: 10.5px;
  font-weight: 500;
}

.projects-grid {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 27px;
}

.project-card {
  position: relative;
  min-width: 0;
  padding: 0 22px 0 10px;
  border-right: 1px solid var(--line);
}

.project-card:first-child {
  padding-left: 8px;
}

.project-card:last-child {
  padding-right: 0;
  border-right: 0;
}

.project-watermark {
  position: absolute;
  z-index: 1;
  top: -8px;
  left: 4px;
  width: 100%;
  overflow: hidden;
  color: transparent;
  -webkit-text-stroke: 1px rgba(16, 19, 20, .1);
  font: 500 clamp(72px, 7.5vw, 112px)/1 "Barlow Condensed", sans-serif;
  white-space: nowrap;
}

.project-diagram {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 230px;
  margin-top: 36px;
  color: var(--green);
}

.project-diagram path,
.project-diagram rect,
.project-diagram circle,
.project-diagram ellipse {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.1;
  vector-effect: non-scaling-stroke;
}

.project-diagram text {
  fill: var(--green);
  font: 500 7px "Manrope", sans-serif;
}

.project-diagram .diagram-grid path {
  stroke: #dfe3e0;
  stroke-width: .7;
}

.cardio-diagram .signal {
  stroke-width: 1.4;
}

.cardio-diagram .spectrogram {
  opacity: .22;
}

.cardio-diagram .diagram-labels text {
  text-anchor: middle;
}

.network-diagram .network-lines path {
  opacity: .72;
}

.network-diagram .network-nodes circle {
  fill: var(--paper);
  stroke-width: 1.4;
}

.network-diagram .anomaly {
  stroke-dasharray: 4 4;
}

.network-diagram .anomaly-text {
  text-anchor: middle;
  font-size: 6px;
}

.project-diagram .dash,
.traffic-diagram .tracking path {
  stroke-dasharray: 5 4;
}

.traffic-diagram .roads path {
  stroke: #b8bfbb;
}

.traffic-diagram .cars rect {
  stroke-width: 1.4;
}

.project-copy {
  position: relative;
  z-index: 3;
}

.project-copy small {
  color: var(--green);
  font-weight: 800;
}

.project-copy h3 {
  margin: 3px 0 2px;
  font: 700 37px/.9 "Barlow Condensed", sans-serif;
}

.project-copy h4 {
  margin: 0;
  color: var(--green);
  font-weight: 700;
}

.project-copy>p {
  min-height: 32px;
  margin: 8px 0 0;
}

.project-tools {
  min-height: 30px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  gap: 5px 9px;
  border-top: 1px solid var(--line);
  color: var(--green);
  font-weight: 700;
}

.project-tools i {
  font-style: normal;
}

.project-copy>a {
  min-height: 34px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 13px;
  border: 1px solid var(--green);
  border-radius: 3px;
  color: var(--green);
  font-size: 9px;
  font-weight: 700;
}

.project-copy>a span {
  font-size: 14px;
}

/* Skills and capability map */
.skills-section {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  padding: 24px 4.4% 25px;
  background: var(--paper);
}

.skills-side-line {
  position: absolute;
  top: 20px;
  bottom: 24px;
  width: 1px;
  border-left: 1px dashed #ccd2ce;
}

.skills-side-line::before,
.skills-side-line::after {
  content: "+";
  position: absolute;
  left: -6px;
  color: #bfc6c2;
  font: 300 18px/1 sans-serif;
}

.skills-side-line::before {
  top: -7px;
}

.skills-side-line::after {
  bottom: -5px;
}

.skills-line-left {
  left: 1.65%;
}

.skills-line-right {
  right: 1.65%;
}

.skills-heading {
  position: relative;
  z-index: 5;
}

.skills-heading h2 {
  margin: 14px 0 8px;
  font: 700 clamp(56px, 4.4vw, 67px)/.9 "Barlow Condensed", sans-serif;
  letter-spacing: -.02em;
}

.skills-heading>p:not(.section-kicker) {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
}

.capability-button {
  position: absolute;
  z-index: 7;
  top: 38px;
  right: 5%;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 0 23px;
  border: 1px solid var(--green);
  border-radius: 4px;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
}

.capability-button span {
  font-size: 18px;
}

.capability-map {
  position: relative;
  z-index: 3;
  height: 455px;
  margin-top: 6px;
}

.capability-watermarks {
  position: absolute;
  inset: 0;
  color: transparent;
  -webkit-text-stroke: 1px rgba(16, 19, 20, .085);
  font: 500 91px/.9 "Barlow Condensed", sans-serif;
}

.capability-watermarks span {
  position: absolute;
}

.capability-watermarks span:first-child {
  left: 0;
  top: 13px;
}

.capability-watermarks span:nth-child(2) {
  right: 0;
  top: 13px;
}

.capability-watermarks span:nth-child(3) {
  left: 0;
  bottom: 19px;
}

.capability-watermarks span:last-child {
  right: 0;
  bottom: 19px;
}

.capability-connectors {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.capability-connectors path,
.capability-connectors circle {
  fill: none;
  stroke: var(--green);
  stroke-width: 1.2;
  vector-effect: non-scaling-stroke;
}

.capability-connectors .map-axis {
  stroke: #aabeb6;
  stroke-dasharray: 3 3;
  opacity: .8;
}

.capability-connectors circle {
  fill: var(--paper);
}

.capability-hub {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  width: 136px;
  height: 136px;
  transform: translate(-50%, -50%);
  border: 1.5px solid var(--green);
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--green);
  background: var(--paper);
  box-shadow: 0 0 0 6px var(--paper), 0 0 0 8px rgba(8, 124, 96, 0.15), 0 12px 28px rgba(8, 124, 96, 0.06);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.capability-hub:hover {
  transform: translate(-50%, -50%) scale(1.05);
  background: #ffffff;
  box-shadow: 0 0 0 8px var(--paper), 0 0 0 11px rgba(8, 124, 96, 0.25), 0 20px 40px rgba(8, 124, 96, 0.15);
}

.capability-hub strong {
  font: 700 18px/1.25 "Barlow Condensed", sans-serif;
  letter-spacing: 0.06em;
  color: var(--green);
  transition: color 0.3s ease;
}

.skill-quadrant {
  position: absolute;
  width: 37%;
  display: grid;
  grid-template-columns: 34% 66%;
  align-items: center;
}

.skill-ai {
  top: 13px;
  left: 0;
}

.skill-vision {
  top: 47px;
  right: 0;
  grid-template-columns: 66% 34%;
}

.skill-systems {
  bottom: 11px;
  left: 0;
}

.skill-leadership {
  right: 0;
  bottom: 4px;
  grid-template-columns: 66% 34%;
}

.skill-identity {
  align-self: center;
}

.skill-vision .skill-identity,
.skill-leadership .skill-identity {
  grid-column: 2;
  grid-row: 1;
  padding-left: 22px;
}

.skill-vision ul,
.skill-leadership ul {
  grid-column: 1;
  grid-row: 1;
}

.skill-identity>b {
  color: var(--green);
  font: 700 31px/1 "Barlow Condensed", sans-serif;
}

.skill-identity>i {
  margin-left: 7px;
  color: var(--green);
  font: 400 24px/1 "Barlow Condensed", sans-serif;
}

.skill-identity h3 {
  margin: 6px 0 0;
  font: 700 25px/.98 "Barlow Condensed", sans-serif;
}

.skill-quadrant ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.skill-quadrant li {
  position: relative;
  min-height: 23px;
  display: grid;
  grid-template-columns: auto 1fr 14px;
  gap: 9px;
  align-items: center;
  font-size: 11px;
  font-weight: 700;
}

.skill-quadrant li::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 1px solid var(--green);
  border-radius: 50%;
  position: absolute;
  left: -18px;
}

.skill-quadrant li>i {
  height: 1px;
  border-top: 1px dashed #9eb4ac;
}

.skill-quadrant li>b {
  color: var(--green);
  font-size: 13px;
  font-weight: 500;
}

.skill-quadrant li.skill-secondary {
  font-size: 9px;
  font-weight: 600;
}

.skill-quadrant li.skill-secondary::before {
  border-color: #89938f;
}

.skill-quadrant li.skill-secondary>b {
  color: #6d7873;
}

/* About and education */
.about-section {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  padding: 24px 4.55% 58px;
  background: var(--paper);
}

.about-side-line {
  position: absolute;
  z-index: 3;
  top: 24px;
  bottom: 26px;
  width: 1px;
  background: var(--line);
}

.about-side-line::before,
.about-side-line::after {
  content: "+";
  position: absolute;
  left: -6px;
  color: #bfc6c2;
  font: 300 18px/1 sans-serif;
}

.about-side-line::before {
  top: -7px;
}

.about-side-line::after {
  bottom: -5px;
}

.about-line-left {
  left: 1.65%;
}

.about-line-right {
  right: 1.65%;
}

.about-line-left::after,
.about-line-right::after {
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(8, 124, 96, .35);
  border-radius: 50%;
  transform: translate(-3px, -63px);
  color: var(--green);
}

.about-copy {
  position: relative;
  z-index: 5;
  width: 42%;
  max-width: 520px;
}

.about-copy h2 {
  margin: 18px 0 12px;
  font: 700 clamp(72px, 6.2vw, 93px)/.87 "Barlow Condensed", sans-serif;
  letter-spacing: -.02em;
}

.about-copy h2 em {
  position: relative;
  display: inline-block;
  color: inherit;
  font-style: normal;
}

.about-copy h2 em::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  height: 6px;
  background: var(--green);
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
}

.about-copy h3 {
  margin: 0 0 19px;
  font-size: 13px;
  font-weight: 800;
}

.about-copy h3 i {
  color: var(--green);
  font-style: normal;
}

.about-copy>p:not(.section-kicker) {
  max-width: 430px;
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
}

.about-strengths {
  margin-top: 14px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.5;
}

.about-strengths i {
  margin: 0 8px;
  color: var(--green);
  font-style: normal;
}

.about-cv-button {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 25px;
  padding: 0 18px;
  border: 1px solid var(--green);
  border-radius: 4px;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
}

.about-cv-button span {
  font-size: 16px;
}

.education-panel {
  position: absolute;
  z-index: 4;
  top: 38px;
  left: 48.5%;
  right: 5.8%;
  bottom: 66px;
}

.education-years {
  position: absolute;
  top: -3px;
  right: 0;
  color: transparent;
  -webkit-text-stroke: 1px #087c609e;
  font: 500 clamp(125px, 13.4vw, 200px)/1 "Barlow Condensed", sans-serif;
  white-space: nowrap;
}

.education-line {
  position: absolute;
  top: 0;
  bottom: 112px;
  left: 0;
  width: 1px;
  background: var(--green);
}

.education-entry {
  position: absolute;
  left: 57px;
  right: 0;
  padding-bottom: 17px;
  border-bottom: 1px solid rgba(8, 124, 96, .65);
}

.air-education {
  top: 154px;
}

.aspire-education {
  top: 300px;
}

.education-node {
  position: absolute;
  left: -65px;
  top: 2px;
  width: 18px;
  height: 18px;
  border: 3px solid var(--green);
  border-radius: 50%;
  background: var(--paper);
}

.education-node::after {
  content: "";
  position: absolute;
  left: 15px;
  top: 6px;
  width: 49px;
  height: 1px;
  background: var(--green);
}

.education-entry h3 {
  margin: 0 0 10px;
  color: var(--green);
  font: 700 31px/.95 "Barlow Condensed", sans-serif;
  letter-spacing: .02em;
}

.education-entry h4 {
  margin: 0 0 7px;
  font-size: 13px;
}

.education-entry p {
  margin: 0 0 7px;
  color: var(--green);
  font-size: 14px;
  font-weight: 600;
}

.education-entry address {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
}

.language-row {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 57px;
  border-top: 1px solid var(--green);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}

.language-row>div {
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-right: 1px dashed #9eb4ac;
  font-size: 11px;
}

.language-row>div:last-child {
  border-right: 0;
}

.language-row strong,
.language-row i {
  color: var(--green);
}

.language-row i {
  font-style: normal;
}

.about-footer {
  position: absolute;
  z-index: 7;
  left: 0;
  right: 0;
  bottom: 0;
  height: 41px;
  display: grid;
  grid-template-columns: 1fr 40px 1fr auto 25px 34px;
  gap: 13px;
  align-items: center;
}

.about-footer-line {
  height: 1px;
  background: var(--ink);
  opacity: .55;
}

.about-target {
  color: var(--green);
  font-size: 23px;
  font-style: normal;
  text-align: center;
}

.about-footer p {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
}

.about-footer p i {
  margin: 0 9px;
  color: var(--green);
  font-style: normal;
}

.about-footer b,
.about-footer a {
  color: var(--green);
}

.about-footer a {
  font-size: 27px;
  font-weight: 300;
}

/* Contact and footer */
.contact-section {
  position: relative;
  min-height: 535px;
  overflow: hidden;
  padding: 36px 4.7% 35px;
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.contact-side-line {
  position: absolute;
  z-index: 5;
  top: 34px;
  bottom: 28px;
  width: 1px;
  background: var(--line);
}

.contact-side-line::before,
.contact-side-line::after {
  content: "+";
  position: absolute;
  left: -6px;
  color: #aeb7b2;
  font: 300 19px/1 sans-serif;
}

.contact-side-line::before {
  top: -6px;
}

.contact-side-line::after {
  bottom: -5px;
}

.contact-line-left {
  left: 1.7%;
}

.contact-line-right {
  right: 2%;
}

.contact-copy {
  position: relative;
  z-index: 6;
  width: 43%;
  max-width: 560px;
}

.contact-copy h2 {
  margin: 22px 0 12px;
  font: 700 clamp(76px, 6.2vw, 94px)/.88 "Barlow Condensed", sans-serif;
  letter-spacing: -.02em;
}

.contact-copy h2 em {
  position: relative;
  display: inline-block;
  color: var(--green);
  font-style: normal;
}

.contact-copy h2 em::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 5px;
  background: var(--green);
  transform: scaleX(0);
  transform-origin: left;
}

.contact-copy>p:not(.section-kicker) {
  max-width: 445px;
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
}

.contact-details {
  margin-top: 20px;
  font-style: normal;
}

.contact-details>div {
  position: relative;
  min-height: 34px;
  display: grid;
  grid-template-columns: 82px 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
}

.contact-details>div>i {
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  border: 1px solid var(--green);
  border-radius: 50%;
  background: var(--paper);
  transform: translateX(-50%);
}

.contact-details b {
  padding-left: 34px;
}

.contact-details a,
.contact-details>div>span {
  font-weight: 600;
}

.contact-details>div:first-child a {
  color: var(--green);
}

.contact-details a span {
  margin-left: 8px;
  font-size: 16px;
}

.contact-divider {
  position: absolute;
  z-index: 6;
  top: 67px;
  bottom: 40px;
  left: 47.5%;
  width: 1px;
  background: var(--green);
}

.contact-divider span {
  position: absolute;
  top: 47%;
  left: 50%;
  width: 18px;
  height: 18px;
  border: 3px solid var(--green);
  border-radius: 50%;
  background: var(--paper);
  transform: translate(-50%, -50%);
}

.contact-form {
  position: absolute;
  z-index: 7;
  top: 119px;
  right: 5.2%;
  width: 42%;
  max-width: 560px;
  margin: 0;
}

.contact-form h3 {
  margin: 0 0 27px;
  color: var(--green);
  font: 700 28px "Barlow Condensed", sans-serif;
  letter-spacing: .02em;
}

.contact-form label {
  display: block;
  margin-bottom: 21px;
}

.contact-form label>span {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 700;
}

.contact-form input,
.contact-form textarea {
  width: 70%;
  min-height: 22px;
  padding: 2px 0;
  border: 0;
  border-bottom: 1px solid var(--ink);
  outline: 0;
  resize: none;
  color: var(--ink);
  background: transparent;
  font: 600 13px "Manrope", sans-serif;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-bottom-color: var(--green);
}

.contact-form button {
  width: 235px;
  min-height: 48px;
  margin-top: 4px;
  border: 0;
  color: white;
  background: linear-gradient(135deg, #006e4b, #00845e);
  font: 700 13px "Manrope", sans-serif;
  cursor: pointer;
}

.contact-form button span {
  margin-left: 10px;
  font-size: 17px;
}

.contact-arrow-art {
  position: absolute;
  z-index: 1;
  top: 40px;
  right: -54px;
  width: 390px;
  height: 390px;
  border: 1px solid rgba(8, 124, 96, .38);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: rgba(8, 124, 96, .28);
}

.contact-arrow-art::before {
  content: "";
  position: absolute;
  inset: -34px;
  border: 1px dashed rgba(8, 124, 96, .38);
  border-radius: 50%;
}

.contact-arrow-art span {
  font: 200 250px/1 sans-serif;
  transform: translate(-8px, 8px);
}

.site-footer {
  position: relative;
  background: var(--paper);
}

.footer-main {
  min-height: 68px;
  padding: 0 4.7%;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 32% 1fr 18%;
  align-items: center;
}

.footer-identity {
  display: flex;
  flex-direction: column;
  padding-right: 28px;
  border-right: 1px dashed #9eb4ac;
}

.footer-identity strong {
  font: 700 22px/1 "Barlow Condensed", sans-serif;
}

.footer-identity span {
  margin-top: 5px;
  color: var(--green);
  font-size: 9px;
  font-weight: 700;
}

.footer-identity i {
  font-style: normal;
}

.footer-nav {
  display: flex;
  justify-content: center;
  gap: 25px;
}

.footer-nav a {
  font-size: 10px;
  font-weight: 700;
}

.back-to-top {
  min-height: 35px;
  border-left: 1px dashed #9eb4ac;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
}

.back-to-top span {
  margin-left: 10px;
  font-size: 18px;
}

.footer-bottom {
  position: relative;
  min-height: 42px;
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: 600;
}

.footer-bottom::before,
.footer-bottom::after {
  content: "⊕";
  position: absolute;
  top: -13px;
  color: rgba(8, 124, 96, .55);
  font-size: 24px;
}

.footer-bottom::before {
  left: 1%;
}

.footer-bottom::after {
  right: 1%;
}

@media (max-width: 980px) {
  .skills-section {
    min-height: 1030px;
    padding: 48px 6%;
  }

  .capability-map {
    height: 780px;
    margin-top: 35px;
  }

  .capability-connectors,
  .capability-watermarks {
    display: none;
  }

  .capability-hub {
    top: 50%;
    width: 130px;
    height: 130px;
  }

  .skill-quadrant {
    width: 42%;
    grid-template-columns: 1fr;
  }

  .skill-ai {
    top: 0;
  }

  .skill-vision {
    top: 0;
  }

  .skill-systems {
    bottom: 0;
  }

  .skill-leadership {
    bottom: 0;
  }

  .skill-vision .skill-identity,
  .skill-leadership .skill-identity,
  .skill-vision ul,
  .skill-leadership ul {
    grid-column: 1;
    grid-row: auto;
    padding-left: 0;
  }

  .skill-quadrant ul {
    margin-top: 14px;
  }

  .about-section {
    min-height: 1050px;
    padding: 50px 6% 58px;
  }

  .about-copy {
    width: 60%;
  }

  .education-panel {
    top: 550px;
    left: 9%;
    right: 8%;
    bottom: 70px;
  }

  .contact-section {
    min-height: 870px;
    padding: 50px 6%;
  }

  .contact-copy {
    width: 58%;
  }

  .contact-divider {
    display: none;
  }

  .contact-form {
    position: relative;
    top: auto;
    right: auto;
    width: 70%;
    max-width: none;
    margin: 60px 0 0;
  }

  .contact-arrow-art {
    top: 390px;
  }

  .footer-main {
    grid-template-columns: 1fr auto;
    padding: 17px 6%;
    gap: 20px;
  }

  .footer-identity {
    border-right: 0;
  }

  .footer-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

@media (max-width: 680px) {

  .skills-side-line {
    display: none;
  }

  .skills-heading h2 {
    font-size: clamp(50px, 14vw, 66px);
  }

  .skills-heading>p:not(.section-kicker) br {
    display: none;
  }

  .capability-button {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 22px;
  }

  .capability-map {
    margin-top: 35px;
    display: flex;
    flex-direction: column;
  }

  .capability-hub {
    position: relative;
    left: auto;
    top: auto;
    flex: none;
    transform: none;
    margin: 0 auto 10px;
    order: -1;
  }

  .skill-quadrant,
  .skill-ai,
  .skill-vision,
  .skill-systems,
  .skill-leadership {
    position: relative;
    inset: auto;
    width: 100%;
    display: block;
    margin-bottom: 28px;
  }

  .skill-identity {
    margin-bottom: 12px;
  }

  .skill-vision .skill-identity,
  .skill-leadership .skill-identity {
    margin-bottom: 12px;
  }

  .skill-quadrant ul {
    margin-left: 0;
  }

  .about-side-line {
    display: none;
  }

  .about-copy {
    width: 100%;
    max-width: none;
  }

  .education-node {
    left: -43px;
  }

  .education-node::after {
    width: 28px;
  }

  .language-row>div {
    gap: 5px;
    font-size: 8px;
  }

  .about-footer {
    padding: 0 15px;
    grid-template-columns: 1fr auto 24px 32px;
  }

  .about-footer .about-footer-line:nth-of-type(2),
  .about-target {
    display: none;
  }

  .contact-side-line {
    display: none;
  }

  .contact-copy {
    width: 100%;
  }

  .contact-details>div {
    grid-template-columns: 70px 1fr;
    font-size: 10px;
  }

  .contact-details b {
    padding-left: 20px;
  }

  .contact-form input,
  .contact-form textarea {
    width: 100%;
  }

  .contact-form button {
    width: 100%;
  }

  .contact-arrow-art {
    top: 570px;
    right: -190px;
    opacity: .7;
  }

  .footer-main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .back-to-top {
    width: 100%;
    border-left: 0;
    justify-content: flex-start;
  }
}

/* CardioScan case study */
.case-study-section {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  padding: 20px 3% 22px;
  background: var(--paper);
}

.case-guide {
  position: absolute;
  z-index: 2;
  top: 18px;
  bottom: 15px;
  width: 1px;
  border-left: 1px dashed #d6dad7;
}

.case-guide::before,
.case-guide::after {
  content: "+";
  position: absolute;
  left: -6px;
  color: #c6cbc8;
  font: 300 19px/1 sans-serif;
}

.case-guide::before {
  top: -7px;
}

.case-guide::after {
  bottom: -6px;
}

.case-guide-left {
  left: 1.25%;
}

.case-guide-right {
  right: 1.25%;
}

.case-study-main {
  position: relative;
  z-index: 4;
  width: 47%;
}

.case-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  height: 31px;
  margin-top: 10px;
}

.case-tabs button {
  border: 1px solid var(--line);
  background: transparent;
  font: 700 10px "Manrope", sans-serif;
  cursor: pointer;
}

.case-tabs button+button {
  border-left: 0;
}

.case-tabs button:first-child {
  border-radius: 3px 0 0 3px;
}

.case-tabs button:last-child {
  border-radius: 0 3px 3px 0;
}

.case-tabs button.is-active {
  color: white;
  border-color: var(--green);
  background: var(--green);
}

.case-copy h2 {
  margin: 26px 0 2px;
  font: 700 clamp(44px, 3.8vw, 57px)/.9 "Barlow Condensed", sans-serif;
  letter-spacing: -.025em;
}

.case-copy h3 {
  margin: 0;
  color: var(--green);
  font-size: 13px;
  font-weight: 600;
}

.case-copy p {
  margin: 11px 0 0;
  font-weight: 500;
  line-height: 1.55;
}

.case-pipeline {
  display: grid;
  grid-template-columns: 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr;
  align-items: center;
  margin-top: 20px;
}

.pipeline-step {
  text-align: center;
}

.pipeline-step b {
  display: block;
  color: var(--green);
}

.pipeline-step small {
  display: block;
  min-height: 22px;
  margin-top: 4px;
  font-weight: 800;
}

.pipeline-icon {
  width: 45px;
  height: 45px;
  margin: 0 auto 5px;
  display: grid;
  place-items: center;
  color: var(--green);
  border: 1px solid var(--green);
  border-radius: 50%;
  font-size: 25px;
  font-style: normal;
  line-height: 1;
}

.chip-icon,
.chart-icon,
.phone-icon {
  border-radius: 3px;
}

.wave-icon {
  border: 0;
  font-size: 42px;
  transform: rotate(90deg);
}

.pipeline-step p {
  min-height: 34px;
  margin: 0;
  font-size: 6.5px;
  font-weight: 700;
  line-height: 1.45;
}

.pipeline-arrow {
  margin-top: 10px;
  color: var(--green);
  font-size: 14px;
  white-space: nowrap;
}

.case-results {
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 18px;
  margin-top: 16px;
}

.case-results h4 {
  margin: 0;
  color: var(--green);
  font-weight: 800;
}

.case-contribution h4 {
  padding-bottom: 7px;
  border-bottom: 1px solid var(--line);
}

.case-contribution ul {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.case-contribution li {
  position: relative;
  min-height: 27px;
  padding: 8px 0 0 16px;
  border-bottom: 1px solid var(--line);
  font-size: 7px;
  font-weight: 600;
}

.case-contribution li::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 11px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--green);
}

.case-contribution li::after {
  content: "";
  position: absolute;
  left: 2.5px;
  top: 15px;
  bottom: -4px;
  width: 1px;
  background: var(--line);
}

.cnn-evaluation {
  position: relative;
  min-height: 129px;
  padding: 8px 14px;
  border: 1px solid var(--line);
  border-radius: 3px;
}

.accuracy-ring {
  position: absolute;
  left: 17px;
  top: 29px;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: conic-gradient(var(--green) 0 92.28%, #d7e4de 92.28% 100%);
  display: grid;
  place-content: center;
  text-align: center;
}

.accuracy-ring::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  background: var(--paper);
}

.accuracy-ring strong,
.accuracy-ring span {
  position: relative;
  z-index: 2;
}

.accuracy-ring strong {
  color: var(--green);
  font: 700 29px/.9 "Barlow Condensed", sans-serif;
}

.accuracy-ring span {
  margin-top: 5px;
  color: var(--green);
  font-weight: 800;
}

.cnn-evaluation ul {
  margin: 26px 0 0 119px;
  padding: 0;
  list-style: none;
}

.cnn-evaluation li {
  position: relative;
  min-height: 29px;
  padding-left: 40px;
  font-size: 8px;
}

.cnn-evaluation li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 35px;
  height: 1px;
  background: var(--green);
}

.cnn-evaluation li::after {
  content: "";
  position: absolute;
  left: 34px;
  top: 2px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--green);
}

.cnn-evaluation li b {
  color: var(--green);
}

.cnn-evaluation>small {
  position: absolute;
  left: 18px;
  bottom: -16px;
  color: var(--green);
  font-size: 6.5px;
}

.case-study-media {
  position: absolute;
  z-index: 4;
  top: 28px;
  right: 3%;
  width: 44.5%;
  height: 478px;
  margin: 0;
  overflow: hidden;
  background: #e9ecea;
  border: 1px solid #ccd3cf;
}

.case-study-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}

.case-study-media.has-image img {
  opacity: 1;
}

.case-study-media figcaption {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #57615c;
  text-align: center;
}

.case-study-media figcaption::before {
  content: "+";
  margin-bottom: 14px;
  color: var(--green);
  font: 300 35px/1 sans-serif;
}

.case-study-media figcaption strong {
  color: var(--green);
}

.case-study-media.has-image figcaption {
  display: none;
}

.media-corner {
  position: absolute;
  z-index: 5;
  width: 13px;
  height: 13px;
}

.corner-tl {
  top: 8px;
  left: 8px;
  border-top: 1px solid var(--green);
  border-left: 1px solid var(--green);
}

.corner-tr {
  top: 8px;
  right: 8px;
  border-top: 1px solid var(--green);
  border-right: 1px solid var(--green);
}

.corner-bl {
  bottom: 8px;
  left: 8px;
  border-bottom: 1px solid var(--green);
  border-left: 1px solid var(--green);
}

.corner-br {
  right: 8px;
  bottom: 8px;
  border-right: 1px solid var(--green);
  border-bottom: 1px solid var(--green);
}

.case-media-caption {
  position: absolute;
  z-index: 5;
  top: 510px;
  right: 16%;
  margin: 0;
  color: var(--green);
  font-size: 7px;
  font-weight: 700;
}

.medical-disclaimer {
  position: absolute;
  z-index: 5;
  left: 3%;
  right: 3%;
  bottom: 63px;
  min-height: 48px;
  padding: 7px 14px;
  border: 1px solid rgba(8, 124, 96, .45);
  border-radius: 3px;
  display: grid;
  grid-template-columns: 25px 1fr auto;
  gap: 12px;
  align-items: center;
  background: rgba(237, 248, 243, .68);
}

.medical-disclaimer>i {
  width: 22px;
  height: 22px;
  border: 1px solid var(--green);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--green);
  font: 600 13px serif;
}

.medical-disclaimer p {
  margin: 0;
  font-weight: 600;
}

.medical-disclaimer a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0 17px;
  border: 1px solid var(--green);
  border-radius: 3px;
  color: var(--green);
  font-size: 9px;
  font-weight: 700;
}

.medical-disclaimer a span {
  font-size: 15px;
}

.case-navigation {
  position: absolute;
  z-index: 5;
  left: 3%;
  right: 3%;
  bottom: 12px;
  display: grid;
  grid-template-columns: auto 1fr 35px 1fr auto;
  gap: 14px;
  align-items: center;
}

.case-navigation>div {
  height: 1px;
  background: var(--line);
}

.case-navigation>b {
  color: var(--green);
  font-size: 25px;
  text-align: center;
}

.case-navigation a {
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--green);
  font-size: 18px;
}

.case-navigation a span {
  color: var(--ink);
  font-size: 8px;
  font-weight: 700;
}

.case-navigation a i {
  margin: 0 7px;
  color: var(--green);
  font-style: normal;
}

@media (max-width: 1200px) and (min-width: 981px) {
  .stat {
    column-gap: 10px;
    padding: 0 12px;
  }

  .stat strong {
    font-size: 42px;
  }

  .stat i {
    font-size: 28px;
  }

  .stat span {
    font-size: 9.5px;
  }
}

@media (max-width: 980px) {

  .desktop-nav,
  .hire-button {
    display: none;
  }

  #site-header {
    height: 96px;
    padding: 12px 5%;
  }

  .brand {
    width: 84px;
    height: 72px;
  }

  .mobile-nav {
    position: absolute;
    top: 88px;
    left: 5%;
    right: 5%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 26px;
    background: var(--paper);
    border: 1px solid var(--line);
    box-shadow: 0 18px 50px rgba(0, 0, 0, .08);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: .25s;
  }

  .mobile-nav a {
    font: 600 18px "Barlow Condensed";
  }

  .menu-open .mobile-nav {
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .menu-open .menu-toggle span:first-child {
    transform: translateY(3px) rotate(45deg);
  }

  .menu-open .menu-toggle span:last-child {
    transform: translateY(-3px) rotate(-45deg);
  }

  .hero {
    min-height: auto;
    padding: 125px 6% 0;
  }

  .hero-copy {
    width: 55%;
  }

  .portrait-wrap {
    left: 71%;
    width: 48%;
    bottom: 102px;
    height: 63%;
  }

  .hero-details {
    position: relative;
    top: auto;
    right: auto;
    width: 48%;
    margin: 54px 0 120px;
  }

  .stats {
    right: 6%;
  }

  .stat {
    display: flex;
    gap: 9px;
    padding: 0 10px;
  }

  .stat strong {
    font-size: 34px;
  }

  .stat i {
    display: none;
  }

  .scroll-down,
  .journey-rail {
    display: none;
  }

  .journey-section {
    min-height: 910px;
    padding: 58px 6% 0;
  }

  .journey-intro {
    width: 48%;
    max-width: 390px;
  }

  .journey-visual {
    top: 370px;
    left: 5%;
    right: 5%;
    height: 430px;
  }

  .year-range {
    left: 17%;
  }

  .section-rail {
    display: none;
  }

  .leadership-section {
    min-height: 1040px;
    padding: 58px 6%;
  }

  .leadership-copy {
    width: 48%;
  }

  .leadership-gallery {
    top: 420px;
    left: 6%;
    right: 7%;
    bottom: 105px;
  }

  .ieee-outline {
    top: 340px;
    left: 30%;
  }

  .leadership-year {
    bottom: 115px;
  }

  .leadership-archive {
    right: 8%;
    bottom: 43px;
    width: 35%;
  }

  .literary-section {
    min-height: 1000px;
    padding: 58px 6% 90px;
  }

  .literary-copy {
    width: 48%;
    margin-right: 0;
  }

  .literary-gallery {
    top: 485px;
    left: 7%;
    width: 83%;
    height: 380px;
  }

  .literary-watermark {
    top: 390px;
    font-size: 125px;
  }

  .leadership-progress {
    bottom: 22px;
    gap: 10px;
  }

  .leadership-progress strong {
    font-size: 22px;
  }

  .leadership-journey {
    min-height: 900px;
    padding: 50px 6%;
  }

  .leadership-journey-copy {
    width: 60%;
  }

  .career-timeline {
    top: 330px;
    bottom: 75px;
  }

  .ready-card {
    top: -140px;
    width: 24%;
  }

  .journey-words {
    top: 265px;
  }

  .recognition-section {
    min-height: 750px;
    padding-left: 7%;
  }

  .recognition-tabs {
    top: 185px;
    left: 7%;
    right: auto;
    max-width: 90%;
    overflow-x: auto;
  }

  .recognition-viewport {
    top: 235px;
    left: 9%;
  }

  .recognition-card {
    width: 430px;
  }

  .recognition-footer {
    left: 9%;
  }

  .university-section {
    min-height: 940px;
    padding: 50px 6% 80px;
  }

  .year-selector {
    top: 230px;
  }

  .selected-year-outline {
    top: 250px;
    left: 20%;
    font-size: 220px;
  }

  .year-chapter {
    top: 520px;
    left: 8%;
    width: 52%;
  }

  .next-year-card {
    top: 510px;
    right: 6%;
    width: 32%;
  }

  .experience-section {
    min-height: 880px;
    padding: 45px 6% 30px;
  }

  .experience-layout {
    grid-template-columns: 1fr 230px;
    height: 470px;
  }

  .experience-content {
    width: 62%;
    margin-left: 36%;
  }

  .experience-watermark {
    font-size: 220px;
  }

  .experience-skills {
    flex-wrap: wrap;
  }

  .projects-section {
    min-height: 1200px;
    padding: 45px 6%;
  }

  .projects-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px 0;
  }

  .project-card:nth-child(2) {
    border-right: 0;
  }

  .project-card:last-child {
    grid-column: 1 / -1;
    width: 50%;
    border-right: 1px solid var(--line);
  }

  .case-study-section {
    min-height: 1100px;
    padding: 42px 6%;
  }

  .case-study-main {
    width: 100%;
  }

  .case-study-media {
    top: 580px;
    left: 6%;
    right: 6%;
    width: auto;
    height: 360px;
  }

  .case-media-caption {
    top: 945px;
    right: 30%;
  }

  .medical-disclaimer {
    bottom: 65px;
  }
}

@media (max-width: 680px) {
  .hero {
    padding: 112px 24px 0;
  }

  .hero::before {
    display: none;
  }

  .hero-copy {
    width: 100%;
  }

  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .hero-actions .button {
    width: 100%;
    justify-content: flex-start;
    box-sizing: border-box;
  }

  .eyebrow {
    letter-spacing: .48em;
  }

  h1 {
    font-size: clamp(58px, 20vw, 78px);
  }

  .roles {
    white-space: normal;
  }

  .portrait-wrap {
    position: relative;
    z-index: 1;
    left: auto;
    transform: none;
    bottom: auto;
    width: 100%;
    margin: 24px 0 0;
    -webkit-mask-image: linear-gradient(to bottom, black 75%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 75%, transparent 100%);
  }

  .portrait-placeholder {
    height: 85%;
    width: 70%;
  }

  .hero-details {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 24px 0 35px;
  }

  .bio {
    max-width: none;
  }

  .positions {
    margin-top: 26px;
  }

  .stats {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    height: auto !important;
    grid-template-columns: 1fr 1fr;
    margin: 0 -24px;
  }

  .stat {
    min-height: 83px;
    border-bottom: 1px solid var(--line);
  }

  .stat:nth-child(2)::after {
    display: none;
  }

  .ticker {
    height: 34px;
  }

  .journey-section::before,
  .journey-section::after {
    display: none;
  }

  .journey-intro {
    width: 100%;
    max-width: none;
  }

  .journey-intro h2 {
    font-size: clamp(53px, 17vw, 60px);
  }

  .journey-intro>p:not(.section-kicker) {
    max-width: 430px;
  }

  .journey-visual {
    top: auto;
    left: 0;
    right: 0;
    -webkit-overflow-scrolling: touch;
    display: block;
    transform: none;
  }

  .journey-map {
    position: relative;
    display: block;
    overflow: visible;
  }

  .journey-details-box {
    box-sizing: border-box;
  }

  .year-range {
    top: 30px;
    left: 21%;
    font-size: 120px;
  }

  .next-feature {
    padding-top: 18px;
  }

  .leadership-section {
    min-height: auto;
    height: auto;
    padding: 48px 24px 120px;
    position: relative;
  }

  .leadership-section::before,
  .leadership-section::after {
    display: none;
  }

  .leadership-copy {
    width: 100%;
    max-width: none;
  }

  .leadership-copy h2 {
    font-size: clamp(56px, 17vw, 72px);
  }

  .leadership-summary,
  .leadership-points {
    max-width: 100%;
  }

  .leadership-gallery {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 520px;
    margin-top: 40px;
  }

  .trophy-photo {
    width: 82%;
    height: 55%;
  }

  .team-photo {
    width: 82%;
    height: 38%;
  }

  .ieee-outline {
    top: 450px;
    left: 9%;
    font-size: 150px;
  }

  .leadership-year {
    right: 2px;
    bottom: 120px;
    font-size: 20px;
  }

  .leadership-archive {
    left: 24px;
    right: 45px;
    bottom: 40px;
    width: auto;
  }

  .literary-section {
    min-height: auto;
    height: auto;
    padding: 48px 24px 120px;
    position: relative;
  }

  .literary-section::after,
  .literary-rail {
    display: none;
  }

  .literary-copy {
    width: 100%;
    max-width: none;
    margin: 0;
  }

  .literary-copy h2 {
    font-size: clamp(56px, 16vw, 72px);
  }

  .literary-gallery {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 455px;
    margin-top: 40px;
  }

  .literary-event-photo {
    width: 88%;
    height: 52%;
  }

  .literary-trophy-photo {
    width: 55%;
    height: 48%;
  }

  .literary-watermark {
    top: 400px;
    left: 12px;
    font-size: 105px;
  }

  .literary-archive {
    width: 42%;
  }

  .leadership-progress {
    bottom: 26px;
    grid-template-columns: auto 1fr 38px 1fr auto;
    gap: 8px;
  }

  .leadership-progress strong {
    font-size: 20px;
  }

  .leadership-progress .short,
  .leadership-progress b {
    display: none;
  }

  .leadership-progress i {
    font-size: 34px;
  }

  .leadership-journey::before,
  .journey-ruler {
    display: none;
  }

  .leadership-journey-copy {
    width: 100%;
  }

  .leadership-journey-copy h2 {
    font-size: clamp(50px, 14.5vw, 66px);
  }

  .career-timeline-scroll-wrap {
    position: relative;
    margin-top: 36px;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
  }

  .career-timeline {
    top: auto;
    left: 0;
    right: auto;
    bottom: auto;
    overflow: visible;
    margin: 0;
    box-sizing: border-box;
  }

  .career-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    overflow: visible;
  }

  .ready-card {
    box-sizing: border-box;
  }

  .ready-card strong {
    line-height: .95;
  }

  .university-timeline-button {
    padding: 0 16px;
    box-sizing: border-box;
  }

  .career-milestone p {
    flex-wrap: wrap;
  }

  .journey-words {
    top: 340px;
    left: 40px;
    width: 90%;
    font-size: 120px;
  }

  .recognition-section::before,
  .recognition-section::after,
  .recognition-rail {
    display: none;
  }

  .recognition-heading h2 {
    font-size: clamp(52px, 15vw, 68px);
  }

  .recognition-heading>p:not(.section-kicker) br {
    display: none;
  }

  .recognition-tabs {
    padding-right: 24px;
    scrollbar-width: none;
  }

  .recognition-tabs::-webkit-scrollbar {
    display: none;
  }

  .recognition-card {
    width: min(84vw, 370px);
    height: 310px;
  }

  .recognition-image {
    height: 207px;
  }

  .recognition-arrow {
    top: 375px;
    width: 42px;
    height: 42px;
  }

  .recognition-prev {
    left: 3px;
  }

  .recognition-next {
    right: 3px;
  }

  .recognition-footer {
    grid-template-columns: 1fr auto;
    gap: 18px;
  }

  .recognition-footer p {
    display: none;
  }

  .recognition-footer>a {
    font-size: 7px;
  }

  .university-section {
    min-height: auto;
    height: auto;
    position: relative;
  }

  .university-side-line {
    display: none;
  }

  .university-heading h2 {
    font-size: clamp(52px, 14vw, 66px);
  }

  .university-heading>p:not(.section-kicker) br {
    display: none;
  }

  .year-selector {
    margin-top: 24px;
    transform-origin: top left;
  }

  .selected-year-outline {
    position: absolute;
    top: 245px;
    left: 29%;
    font-size: 145px;
    z-index: 1;
    pointer-events: none;
  }

  .year-chapter {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    z-index: 2;
  }

  .year-chapter h3 {
    font-size: 27px;
  }

  .next-year-card {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    height: auto;
    min-height: 190px;
    margin-top: 36px;
    padding: 20px;
    display: grid;
    gap: 15px;
    box-sizing: border-box;
    z-index: 2;
  }

  .next-year-rule {
    margin: 0;
  }

  .next-year-item+.next-year-item {
    margin: 0;
    padding: 0 0 0 15px;
    border-top: 0;
    border-left: 1px solid var(--line);
  }

  .university-progress {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 36px;
    z-index: 2;
  }

  .complete-journey-button {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    display: inline-flex;
    margin: 28px auto 0;
    box-sizing: border-box;
    z-index: 2;
  }

  .experience-guide {
    display: none;
  }

  .experience-heading h2 {
    font-size: clamp(50px, 14vw, 66px);
  }

  .experience-heading>p:not(.section-kicker) br {
    display: none;
  }

  .experience-tabs {
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
  }

  .experience-layout {
    display: block;
    height: auto;
  }

  .experience-main {
    height: auto;
  }

  .experience-watermark {
    top: 20px;
    font-size: 150px;
  }

  .experience-content {
    width: auto;
    margin: 0;
  }

  .experience-content h3 {
    font-size: 27px;
  }

  .experience-skills {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    min-height: 0;
    margin-top: 24px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: 12px 16px;
    gap: 8px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .experience-skills span {
    gap: 4px;
    font-size: 8.5px;
  }

  .experience-skills b {
    display: none;
  }

  .experience-preview {
    height: 300px;
    margin-top: 13px;
  }

  .experience-preview h3 {
    font-size: 34px;
  }

  .experience-footer {
    grid-template-columns: auto 1fr 25px;
  }

  .experience-footer>div,
  .experience-footer p {
    display: none;
  }

  .projects-section {
    min-height: auto;
  }

  .projects-guide {
    display: none;
  }

  .projects-heading h2 {
    font-size: clamp(48px, 13.5vw, 63px);
  }

  .projects-grid {
    display: block;
  }

  .project-card,
  .project-card:last-child {
    width: 100%;
    padding: 0 0 35px;
    margin-bottom: 35px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .project-watermark {
    font-size: 90px;
  }

  .case-study-section {
    min-height: 1390px;
    padding: 44px 24px;
  }

  .case-guide {
    display: none;
  }

  .case-tabs {
    overflow-x: auto;
  }

  .case-copy h2 {
    font-size: clamp(46px, 13vw, 61px);
  }

  .case-copy p br {
    display: none;
  }

  .case-pipeline {
    grid-template-columns: repeat(5, 1fr);
  }

  .pipeline-arrow {
    display: none;
  }

  .pipeline-icon {
    width: 42px;
    height: 42px;
  }

  .case-results {
    grid-template-columns: 1fr;
  }

  .cnn-evaluation {
    margin-top: 10px;
  }

  .case-study-media {
    top: 770px;
    left: 24px;
    right: 24px;
    width: auto;
    height: 380px;
  }

  .case-media-caption {
    top: 1155px;
    right: 24px;
  }

  .medical-disclaimer {
    left: 24px;
    right: 24px;
    bottom: 78px;
    grid-template-columns: 25px 1fr;
  }

  .medical-disclaimer a {
    grid-column: 1 / -1;
    justify-self: stretch;
    justify-content: center;
  }

  .case-navigation {
    left: 24px;
    right: 24px;
  }

  .case-navigation>div,
  .case-navigation>b {
    display: none;
  }

  .case-navigation {
    grid-template-columns: 1fr 1fr;
  }

  .case-navigation a:last-child {
    justify-self: end;
  }
}

/* ==========================================================================
   Desktop readability and spacing refinement
   ========================================================================== */
@media (min-width: 981px) {
  /* Journey overview */
  .journey-section { min-height: 790px; }
  .journey-intro { max-width: 370px; }
  .journey-intro > p:not(.section-kicker) {
    max-width: 355px;
    font-size: 14px;
    line-height: 1.62;
  }
  .timeline-button { min-height: 45px; padding: 0 20px; font-size: 12px; }
  .journey-visual { top: 44px; height: 500px; }
  .map-labels text { font-size: 15px; font-weight: 800; }
  .journey-details-box {
    left: 67%;
    bottom: 92px;
    width: 49%;
    max-width: 700px;
    padding: 14px 25px;
  }
  .journey-note-title { font-size: 14px; }
  .journey-note-desc { font-size: 12.5px; line-height: 1.55; }
  .next-feature > span { font-size: 11px; }

  /* Professional experience: more air, larger labels, less density. */
  .experience-section { padding-top: 32px; }
  .experience-heading > p:not(.section-kicker) { font-size: 14px; line-height: 1.55; }
  .experience-tabs { height: 38px; margin-top: 27px; gap: 42px; }
  .experience-tabs button { font-size: 14px; }
  .experience-layout {
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 14px;
  }
  .experience-main { overflow: hidden; }
  .experience-watermark { top: 42px; font-size: 245px; opacity: .72; }
  .experience-content {
    padding: 28px 20px 60px 0;
  }
  .experience-position { font-size: 11px; }
  .experience-content h3 { margin: 8px 0 11px; font-size: 34px; line-height: .94; }
  .experience-content h4 { margin-top: 12px; font-size: 15px; }
  .experience-date { font-size: 11px; }

  .experience-process span { font-size: 10px; line-height: 1.45; }
  .process-icon { width: 52px; height: 52px; font-size: 23px; }
  .experience-process::before { top: 26px; }
  .experience-process::after { top: 14px; }

  .experience-duties li {
    grid-template-columns: 30px 1px minmax(0, 1fr);
    gap: 12px;
  }
  .experience-duties i { height: 22px; }
  .experience-skills {
    padding: 0 34px;
    font-size: 10.5px;
  }
  .experience-skills i { font-size: 19px; }
  .experience-preview { padding: 34px 24px 24px; }
  .experience-preview small { font-size: 11px; }
  .experience-preview h3 { margin-top: 12px; font-size: 36px; line-height: 1.02; }
  .experience-preview p { font-size: 11px; line-height: 1.65; }
  .experience-preview button { bottom: 22px; font-size: 14px; }

  .experience-footer > a:first-child { min-height: 44px; font-size: 12px; }
  .experience-footer p { font-size: 12px; }

  /* Readability floor for small desktop metadata across later sections. */
  .leadership-summary h3,
  .literary-summary h3,
  .recognition-card-copy small,
  .chapter-events b,
  .project-copy small,
  .project-copy h4,
  .case-results h4,
  .pipeline-step small,
  .skill-quadrant li.skill-secondary,
  .footer-identity span { font-size: 11px; }

  .leadership-summary p,
  .literary-summary p,
  .recognition-card-copy p,
  .chapter-events span,
  .project-copy > p,
  .case-copy p,
  .medical-disclaimer p { font-size: 12.5px; line-height: 1.55; }

  .leadership-points li,
  .recognition-tabs button,
  .project-tools,
  .case-tabs button,
  .skill-quadrant li,
  .footer-nav a { font-size: 11.5px; }

  .leadership-button,
  .literary-button,
  .recognition-footer > a,
  .project-copy > a,
  .complete-journey-button,
  .capability-button,
  .about-cv-button { font-size: 12.5px; }
}

/* Professional experience overlap correction */
@media (min-width: 981px) {
  .experience-section {
    min-height: 0;
    height: auto;
    padding-bottom: 34px;
  }

  .experience-content {
    width: 58%;
    margin-left: 41%;
    padding-top: 30px;
  }

  .experience-process { margin-top: 26px; }

  .experience-footer {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    min-height: 48px;
    margin-top: 34px;
  }
}

@media (max-width: 680px) {
  .journey-intro > p:not(.section-kicker),
  .leadership-summary p,
  .literary-summary p,
  .leadership-journey-copy > p:not(.section-kicker),
  .recognition-heading > p:not(.section-kicker),
  .university-heading > p:not(.section-kicker),
  .experience-heading > p:not(.section-kicker),
  .projects-heading > p:not(.section-kicker),
  .skills-heading > p:not(.section-kicker),
  .about-copy > p:not(.section-kicker) {
    font-size: 12.5px;
    line-height: 1.6;
  }

  .chapter-events b,
  .chapter-events span,
  .experience-process span,
  .experience-skills span,
  .project-copy small,
  .project-copy h4,
  .project-tools,
  .language-row > div { font-size: 9.5px; }

  .project-copy > p,
  .recognition-card-copy p,
  .next-year-item p { font-size: 11px; }

  .timeline-button,
  .leadership-button,
  .literary-button,
  .recognition-footer > a,
  .complete-journey-button,
  .experience-footer > a:first-child,
  .project-copy > a,
  .about-cv-button { min-height: 42px; font-size: 11px; }
}

/* Global body-copy readability floor */
.journey-intro > p:not(.section-kicker),
.leadership-summary p,
.literary-summary p,
.leadership-journey-copy > p:not(.section-kicker),
.recognition-heading > p:not(.section-kicker),
.university-heading > p:not(.section-kicker),
.experience-heading > p:not(.section-kicker),
.projects-heading > p:not(.section-kicker),
.project-copy > p,
.case-copy p,
.journey-note-desc,
.about-copy > p:not(.section-kicker),
.contact-copy > p:not(.section-kicker),
.medical-disclaimer p {
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.62 !important;
}

@media (min-width: 981px) {

  .experience-content { padding-bottom: 68px; }

  .experience-skills { min-height: 58px; }
}

@media (max-width: 680px) {
  .experience-process span { font-size: 11px; }
  .experience-skills { font-size: 10px; }
}

.journey-rail {
  position: absolute;
  z-index: 7;
  left: 2%;
  top: 35px;
  bottom: var(--stats-h);
  width: 1px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.journey-rail::before,
.journey-rail::after {
  content: "";
  position: absolute;
  left: -10px;
  width: 21px;
  height: 1px;
  background: var(--line);
}

.journey-rail::before {
  top: 0;
}

.journey-rail::after {
  bottom: 0;
}

.journey-rail .side-rail-line {
  width: 1px;
  background: var(--line);
}

.journey-rail .side-rail-line:first-child {
  flex: 1;
}

.journey-rail .side-rail-line:last-child {
  flex: .16;
}

.journey-rail strong {
  flex: none;
  margin: 14px 0;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: var(--ink);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
  line-height: 1;
  white-space: nowrap;
}

.journey-rail strong em {
  color: var(--green);
  font-style: normal;
}

/* Typography clarity pass — aligned with the hero's visual weight */
.section-kicker {
  font-size: 13px;
  font-weight: 800;
}

.section-rail strong,
.journey-rail strong,
.literary-rail strong,
.recognition-rail strong {
  font-size: 11px;
  font-weight: 800;
}

.journey-intro>p:not(.section-kicker),
.leadership-summary p,
.literary-summary p,
.leadership-journey-copy>p:not(.section-kicker),
.recognition-heading>p:not(.section-kicker),
.university-heading>p:not(.section-kicker),
.experience-heading>p:not(.section-kicker),
.projects-heading>p:not(.section-kicker),
.case-copy p {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.55;
}

.timeline-button,
.leadership-button,
.literary-button,
.university-timeline-button,
.recognition-footer>a,
.complete-journey-button,
.experience-footer>a:first-child,
.project-copy>a,
.medical-disclaimer a {
  font-size: 12px;
  font-weight: 800;
}

.journey-note,
.next-feature>span,
.leadership-summary h3,
.leadership-points li,
.leadership-photo figcaption,
.leadership-archive span,
.literary-photo figcaption,
.literary-archive,
.literary-summary h3,
.literary-values,
.timeline-callout,
.ready-card p,
.journey-next,
.recognition-tabs button,
.recognition-placeholder small,
.recognition-card-copy small,
.recognition-footer p,
.year-selector>span,
.chapter-events b,
.next-year-item p,
.university-progress,
.experience-position,
.experience-date,
.experience-process span,
.experience-skills,
.experience-preview small,
.experience-preview p,
.experience-footer p,
.project-copy small,
.project-copy h4,
.project-tools,
.case-tabs button,
.pipeline-step small,
.case-results h4,
.case-contribution li,
.accuracy-ring span,
.cnn-evaluation li,
.case-study-media figcaption,
.case-media-caption,
.medical-disclaimer p,
.case-navigation a span {
  font-size: 10.5px;
  font-weight: 700;
}

.leadership-summary h3,
.literary-summary h3,
.recognition-card-copy small,
.project-copy small,
.case-results h4 {
  font-weight: 800;
}

.leadership-role span,
.literary-role span {
  font-size: 14px;
}

.leadership-role b,
.literary-role b {
  font-size: 16px;
}

.leadership-summary p,
.literary-summary p {
  font-size: 12.5px;
}

.leadership-points li {
  font-size: 11.5px;
}

.literary-values {
  font-size: 10.5px;
}

.timeline-callout {
  font-size: 10px;
}

.career-milestone h3 {
  font-size: 20px;
}

.career-milestone h4 {
  font-size: 14px;
}

.career-milestone p {
  font-size: 9.5px;
}

.ready-card p {
  font-size: 10px;
}

.recognition-tabs button {
  font-size: 10.5px;
}

.recognition-card-copy h3 {
  font-size: 27px;
}

.recognition-card-copy p {
  font-size: 11.5px;
  font-weight: 700;
}

.year-selector>span {
  font-size: 9.5px;
}

.chapter-kicker {
  font-size: 13px;
  font-weight: 800;
}

.chapter-events b {
  font-size: 10px;
}

.chapter-events span {
  font-size: 10.5px;
  font-weight: 650;
}

.next-year-item p {
  font-size: 9.5px;
}

.university-progress {
  font-size: 10.5px;
}

.experience-tabs button {
  font-size: 13px;
  font-weight: 700;
}

.experience-position {
  font-size: 10.5px;
}

.experience-date {
  font-size: 10.5px;
}

.experience-skills {
  font-size: 9px;
}

.experience-preview small,
.experience-preview p {
  font-size: 10.5px;
  font-weight: 600;
}

.experience-preview button {
  font-size: 13px;
  font-weight: 700;
}

.experience-footer p {
  font-size: 11px;
}

.project-diagram text {
  font-size: 8.5px;
  font-weight: 600;
}

.project-copy small {
  font-size: 10px;
}

.project-copy h3 {
  font-size: 40px;
}

.project-copy h4 {
  font-size: 10.5px;
}

.project-copy>p {
  font-size: 10.5px;
  font-weight: 600;
  line-height: 1.5;
}

.project-tools {
  font-size: 9px;
}

.case-tabs button {
  font-size: 11.5px;
}

.case-copy p {
  font-size: 12.5px;
}

.pipeline-step b {
  font-size: 12px;
}

.pipeline-step small {
  font-size: 9px;
}

.case-results h4 {
  font-size: 10px;
}

.case-contribution li,
.cnn-evaluation li {
  font-size: 10px;
}

.accuracy-ring span {
  font-size: 9px;
}

.case-study-media figcaption {
  font-size: 11px;
}

.medical-disclaimer p {
  font-size: 10.5px;
}

@media (min-width: 981px) {

  /* These sections contain layered artwork and retain their design canvas. */
  .journey-section,
  .leadership-section,
  .literary-section,
  .leadership-journey,
  .university-section,
  .experience-section {
    min-height: 720px;
  }

  /* Recognition is content-driven: cards and footer establish the height. */
  .recognition-section {
    min-height: 0;
    height: auto;
    padding-bottom: 34px;
  }

  .recognition-rail {
    bottom: 55px;
  }

  .recognition-viewport {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    height: 322px;
    margin: 69px 0 0 4.7%;
  }

  .recognition-footer {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: calc(94.5% - 4.7%);
    margin: 30px 5.5% 0 4.7%;
  }

  /* Project cards are in normal document flow and need no forced canvas. */
  .projects-section {
    min-height: 0;
    height: auto;
  }
}

@media (max-width: 980px) {
  .journey-rail {
    display: none;
  }
}

/* ==========================================================================
   Premium Hover & Micro-Animations
   ========================================================================== */

/* Brand logo */
.brand {
  transition: opacity 0.3s ease;
}

.brand:hover {
  opacity: 0.85;
}

/* Header Navigation Links Underline Animation */
.desktop-nav a {
  position: relative;
  padding-bottom: 4px;
  transition: color 0.3s ease;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.5px;
  background-color: var(--green);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.desktop-nav a:hover {
  color: var(--green);
}

.desktop-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

/* Primary Hero Link */
.button-primary {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.button-primary:hover {
  background-color: var(--green);
  color: var(--paper) !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(8, 124, 96, 0.2);
}

.button-primary:hover span {
  color: var(--paper);
}

.button-primary:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(8, 124, 96, 0.15);
}

.button-primary span {
  display: inline-block;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.button-primary:hover span {
  transform: translateY(3px);
}

/* Secondary Hero Link */
.button-link {
  transition: color 0.3s ease;
}

.button-link:hover {
  color: var(--green);
}

.button-link span {
  display: inline-block;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.button-link:hover span {
  transform: translateX(4px);
}

/* Outline Buttons (Standard interactive states) */
.timeline-button,
.leadership-button,
.literary-button,
.university-timeline-button,
.recognition-footer>a,
.complete-journey-button,
.experience-footer>a:first-child,
.project-copy>a,
.capability-button,
.about-cv-button,
.hire-button {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.timeline-button:hover,
.leadership-button:hover,
.literary-button:hover,
.university-timeline-button:hover,
.recognition-footer>a:hover,
.complete-journey-button:hover,
.experience-footer>a:first-child:hover,
.project-copy>a:hover,
.capability-button:hover,
.about-cv-button:hover,
.hire-button:hover {
  background-color: var(--green);
  color: var(--paper) !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(8, 124, 96, 0.2);
  border-color: var(--green);
}

.timeline-button:active,
.leadership-button:active,
.literary-button:active,
.university-timeline-button:active,
.recognition-footer>a:active,
.complete-journey-button:active,
.experience-footer>a:first-child:active,
.project-copy>a:active,
.capability-button:active,
.about-cv-button:active,
.hire-button:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(8, 124, 96, 0.15);
}

/* Sliding Arrow Animation inside buttons */
.timeline-button span,
.leadership-button span,
.literary-button span,
.university-timeline-button span,
.recognition-footer>a span,
.complete-journey-button span,
.experience-footer>a:first-child span,
.project-copy>a span,
.capability-button span,
.about-cv-button span,
.hire-button span {
  display: inline-block;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.timeline-button:hover span,
.leadership-button:hover span,
.literary-button:hover span,
.university-timeline-button:hover span,
.recognition-footer>a:hover span,
.complete-journey-button:hover span,
.experience-footer>a:first-child:hover span,
.project-copy>a:hover span,
.capability-button:hover span,
.about-cv-button:hover span,
.hire-button:hover span {
  transform: translate(3px, -3px);
}

/* Arrow Navigation Buttons */
.year-up,
.year-down,
.recognition-arrow {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.year-up:hover,
.year-down:hover,
.recognition-arrow:hover {
  background-color: var(--green);
  color: var(--paper) !important;
  border-color: var(--green);
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(8, 124, 96, 0.15);
}

.year-up:active,
.year-down:active,
.recognition-arrow:active {
  transform: scale(0.95);
  box-shadow: 0 2px 6px rgba(8, 124, 96, 0.1);
}

/* Mobile Menu Toggle button */
.menu-toggle {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.menu-toggle:hover {
  background-color: var(--green);
  border-color: var(--green);
}

.menu-toggle:hover span {
  background-color: var(--paper);
}

/* Tab Selection Underline and Background Hover states */
.recognition-tabs button,
.experience-tabs button,
.case-tabs button {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.recognition-tabs button:hover:not(.is-active) {
  background: rgba(8, 124, 96, 0.05);
  color: var(--green);
}

.experience-tabs button:hover:not(.is-active) {
  color: var(--green);
}

.case-tabs button:hover:not(.is-active) {
  background: rgba(8, 124, 96, 0.08);
  color: var(--green);
}

.experience-tabs button::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: var(--green);
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.experience-tabs button.is-active::after {
  transform: scaleX(1);
}

/* Next Feature Link animations */
.next-feature a {
  transition: color 0.3s ease;
}

.next-feature a:hover {
  color: var(--green);
}

.next-feature a em {
  display: inline-block;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.next-feature a:hover em {
  transform: translateX(6px);
}

/* Learn More button inside experience card preview */
.experience-preview button {
  transition: opacity 0.3s ease;
}

.experience-preview button:hover {
  opacity: 0.8;
}

.experience-preview button b {
  display: inline-block;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.experience-preview button:hover b {
  transform: translateX(5px);
}

/* Footer Experience next link */
.experience-next {
  display: inline-block;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.experience-next:hover {
  transform: translateX(5px) scale(1.1);
}

/* Contact Form Submit Button */
.contact-form button {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 12px rgba(0, 110, 75, 0.15);
}

.contact-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 110, 75, 0.25);
  background: linear-gradient(135deg, #00845e, #006e4b);
}

.contact-form button:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(0, 110, 75, 0.15);
}

.contact-form button span {
  display: inline-block;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.contact-form button:hover span {
  transform: translateX(4px);
}

/* Year list hover interactive dots */
.year-list button:hover:not(.is-active) {
  color: var(--ink);
}

.year-list button:hover:not(.is-active)::before {
  width: 10px;
  height: 10px;
  background: #aab2af;
}

/* Hero Section Scroll Down bounce indicator */
.scroll-down {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s ease;
  animation: bounce 2s infinite;
}

.scroll-down:hover {
  color: var(--ink);
  animation-play-state: paused;
  transform: translateY(3px);
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-10px);
  }

  60% {
    transform: translateY(-5px);
  }
}

/* Horizontal Line Growth Animation */
@keyframes growHorizontalLine {
  to {
    transform: scaleX(1);
  }
}

/* Scroll Triggered Underlines */
.about-copy.is-visible h2 em::after {
  animation: growHorizontalLine 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 0.3s;
}

.contact-copy.is-visible h2 em::after {
  animation: growHorizontalLine 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 0.3s;
}

/* Leadership Journey - SVG Path Line Drawing Animation */
.career-line .career-path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}

.career-timeline.is-visible .career-line .career-path {
  animation: drawCareerPath 2.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.career-line .career-arrow {
  opacity: 0;
}

.career-timeline.is-visible .career-line .career-arrow {
  animation: fadeInArrow 0.5s ease forwards;
  animation-delay: 2.3s;
}

@keyframes drawCareerPath {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes fadeInArrow {
  to {
    opacity: 1;
  }
}

/* Leadership Journey - Staggered Career Nodes Popping */
.career-node {
  transform: translate(-50%, -50%) scale(0);
}

.career-timeline.is-visible .career-node {
  animation: popCareerNode 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

.career-timeline.is-visible .node-start {
  animation-delay: 0.1s;
}

.career-timeline.is-visible .node-2024 {
  animation-delay: 0.5s;
}

.career-timeline.is-visible .node-step {
  animation-delay: 1.2s;
}

.career-timeline.is-visible .node-2025 {
  animation-delay: 1.5s;
}

.career-timeline.is-visible .node-ready {
  animation-delay: 2.2s;
}

@keyframes popCareerNode {
  to {
    transform: translate(-50%, -50%) scale(1);
  }
}

/* Leadership Journey - Callout Lines Expansion */
.timeline-callout i {
  transform-origin: top;
}

.career-timeline.is-visible .timeline-callout i {
  animation: growCalloutLine 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.career-timeline.is-visible .callout-start i {
  transform-origin: left;
  animation: growCalloutLineX 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 0.2s;
}

.career-timeline.is-visible .callout-responsibility i {
  transform: rotate(-43deg) scaleY(0);
  animation: growCalloutResponsibility 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 0.6s;
}

.career-timeline.is-visible .callout-progression i {
  transform: rotate(-42deg) scaleY(0);
  animation: growCalloutProgression 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 1.3s;
}

.career-timeline.is-visible .callout-momentum i {
  transform: scaleY(0);
  animation: growCalloutMomentum 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 2.3s;
}

@keyframes growCalloutLine {
  to {
    transform: scaleY(1);
  }
}

@keyframes growCalloutLineX {
  to {
    transform: scaleX(1);
  }
}

@keyframes growCalloutResponsibility {
  to {
    transform: rotate(-43deg) scaleY(1);
  }
}

@keyframes growCalloutProgression {
  to {
    transform: rotate(-42deg) scaleY(1);
  }
}

@keyframes growCalloutMomentum {
  to {
    transform: scaleY(1);
  }
}

/* Leadership Journey - Text & Card Fade Slide Up */
.timeline-callout b,
.timeline-callout em,
.career-milestone,
.ready-card {
  opacity: 0;
  transform: translateY(15px);
}

.career-timeline.is-visible .timeline-callout b,
.career-timeline.is-visible .timeline-callout em,
.career-timeline.is-visible .career-milestone,
.career-timeline.is-visible .ready-card {
  animation: fadeSlideUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.timeline-callout b,
.timeline-callout em {
  display: inline-block;
}

.career-timeline.is-visible .callout-start b,
.career-timeline.is-visible .callout-start em {
  animation-delay: 0.2s;
}

.career-timeline.is-visible .callout-responsibility b {
  animation-delay: 0.6s;
}

.career-timeline.is-visible .callout-progression b {
  animation-delay: 1.3s;
}

.career-timeline.is-visible .callout-momentum b {
  animation-delay: 2.3s;
}

.career-timeline.is-visible .milestone-2024 {
  animation-delay: 0.8s;
}

.career-timeline.is-visible .milestone-2025 {
  animation-delay: 1.7s;
}

.career-timeline.is-visible .ready-card {
  animation-delay: 2.5s;
}

@keyframes fadeSlideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Education Timeline Animation */
.education-line {
  transform: scaleY(0);
  transform-origin: top;
}

.education-panel.is-visible .education-line {
  animation: growVerticalLine 2.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 0.1s;
}

.education-node {
  transform: scale(0);
}

.education-panel.is-visible .education-node {
  animation: popEduNode 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

.education-panel.is-visible .air-education .education-node {
  animation-delay: 1s;
}

.education-panel.is-visible .aspire-education .education-node {
  animation-delay: 1.6s;
}

.education-node::after {
  transform: scaleX(0);
  transform-origin: left;
}

.education-panel.is-visible .education-node::after {
  animation: growHorizontalNodeLine 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.education-panel.is-visible .air-education .education-node::after {
  animation-delay: 1.3s;
}

.education-panel.is-visible .aspire-education .education-node::after {
  animation-delay: 1.9s;
}

.education-entry h3,
.education-entry h4,
.education-entry p,
.education-entry address,
.education-entry h3::after {
  opacity: 0;
  transform: translateY(10px);
}

.education-panel.is-visible .education-entry h3,
.education-panel.is-visible .education-entry h4,
.education-panel.is-visible .education-entry p,
.education-panel.is-visible .education-entry address,
.education-panel.is-visible .education-entry h3::after {
  animation: fadeSlideUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.education-panel.is-visible .air-education h3,
.education-panel.is-visible .air-education h4,
.education-panel.is-visible .air-education p,
.education-panel.is-visible .air-education address {
  animation-delay: 1.2s;
}

.education-panel.is-visible .aspire-education h3,
.education-panel.is-visible .aspire-education h4,
.education-panel.is-visible .aspire-education p,
.education-panel.is-visible .aspire-education address {
  animation-delay: 1.8s;
}

@keyframes growVerticalLine {
  to {
    transform: scaleY(1);
  }
}

@keyframes popEduNode {
  to {
    transform: scale(1);
  }
}

@keyframes growHorizontalNodeLine {
  to {
    transform: scaleX(1);
  }
}

@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
/* ==========================================================================
   Mobile Background Text Fade — improved foreground readability
   All decorative watermark, outline and large background text elements are
   reduced to very low opacity on narrow screens so the foreground content
   is always clearly legible.
   ========================================================================== */

@media (max-width: 680px) {

  /* IEEE Leadership section large outline letters */
  .ieee-outline {
    opacity: 0.08;
  }

  /* Literary Society stacked watermark words */
  .literary-watermark {
    opacity: 0.07;
  }

  /* Leadership Journey "BUILD / LEAD" behind the career timeline */
  .journey-words {
    opacity: 0.07;
  }

  /* Large year numbers ("2024", "2025") behind career milestones */

  /* Selected year giant outline behind university timeline */
  .selected-year-outline {
    opacity: 0.07;
  }

  /* NHMP / PSEB behind experience card */
  .experience-watermark {
    opacity: 0.06;
  }

  /* Project section large number watermarks */
  .project-watermark {
    opacity: 0.06;
  }

  /* About section capability map background words */
  .capability-watermarks {
    opacity: 0.07;
  }

  /* Education timeline year range background text */
  .education-years {
    opacity: 0.08;
  }
}

/* ==========================================================================
   Final mobile layout pass
   Keeps sections content-driven and neutralizes older conflicting rules.
   ========================================================================== */
@media (max-width: 680px) {
  html, body { width: 100%; max-width: 100%; overflow-x: clip; }
  main, section, footer { max-width: 100%; }
  img, svg { max-width: 100%; }
  .section-kicker { font-size: 11px; }

  /* Hero */
  .roles { font-size: 11px !important; line-height: 1.55; }
  .portrait-wrap { height: 340px; }
  .hero-actions .button { max-width: 100%; }
  .stat { padding: 0 10px; }
  .stat strong { font-size: 36px; }
  .stat span { font-size: 9px; }

  /* Journey overview */
  .journey-section { min-height: 0; height: auto; padding: 42px 20px 112px; }
  .journey-visual { margin-left: -20px; margin-right: -20px; }

  .journey-note { right: 20px; }

  /* Leadership sections */
  .leadership-section, .literary-section { padding-left: 20px; padding-right: 20px; }
  .leadership-gallery, .literary-gallery { max-width: 100%; }
  .leadership-progress { left: 20px; right: 20px; }
  .leadership-progress strong { white-space: normal; }

  /* Career timeline remains intentionally horizontally scrollable. */
  .leadership-journey { min-height: 0; height: auto; padding: 42px 20px 70px; }
  .career-timeline-scroll-wrap { margin-left: -20px; margin-right: -20px; }

  /* Recognition carousel: natural vertical flow. */
  .recognition-section { min-height: 0; height: auto; padding: 42px 0 34px 20px; }
  .recognition-heading { padding-right: 20px; }
  .recognition-tabs { position: relative; top: auto; left: auto; right: auto; width: calc(100% - 20px); max-width: none; margin-top: 24px; padding: 0 0 5px; overflow-x: auto; }
  .recognition-tabs button { flex: none; min-height: 38px; }
  .recognition-viewport { position: relative; top: auto; left: auto; right: auto; height: 310px; margin-top: 14px; }
  .recognition-arrow { display: none; }
  .recognition-footer { position: relative; left: auto; right: auto; bottom: auto; width: calc(100% - 20px); height: auto; margin-top: 24px; }
  .recognition-footer > a { min-height: 38px; font-size: 9px; }

  /* University timeline */
  .university-section { padding: 42px 20px 55px; }
  .year-selector { top: auto; left: auto; transform: none; }

  .year-up, .year-down { margin-left: 0; }

  .year-list button { width: 100%; min-height: 39px; padding: 0 0 0 42px; text-align: left; font-size: 19px; }
  .year-list button::before { left: 15px; top: 50%; width: 5px; height: 5px; transform: translate(-50%, -50%); }

  .year-list button.is-active::before { left: 15px; width: 23px; height: 23px; transform: translate(-50%, -50%); }

  .year-selector > i { margin-left: 10px; }
  .selected-year-outline { display: none; }

  .chapter-events > div { grid-template-columns: 72px 1px minmax(0, 1fr); gap: 10px; min-height: 48px; }
  .chapter-events span { font-size: 9px; overflow-wrap: anywhere; }
  .next-year-card { grid-template-columns: 1fr; }
  .next-year-card h3, .next-year-rule { grid-column: 1; }
  .next-year-item + .next-year-item { padding: 18px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .university-progress { grid-template-columns: 1fr; gap: 10px; }
  .university-progress > span:last-child { text-align: right; }

  /* Experience */
  .experience-section { min-height: 0; height: auto; padding: 42px 20px 35px; }
  .experience-tabs { height: auto; padding-bottom: 4px; }
  .experience-main { min-height: 0; padding-bottom: 0; }
  .experience-content { padding: 145px 14px 0; }
  .experience-process { gap: 5px; }
  .process-icon { width: 42px; height: 42px; }
  .experience-footer { position: relative; left: auto; right: auto; bottom: auto; margin-top: 28px; }

  /* Projects */
  .projects-section { padding: 42px 20px; }
  .project-diagram { width: 100%; height: auto; min-height: 190px; }
  .project-copy h3 { font-size: 36px; }

  /* Skills: content establishes section height. */
  .skills-section { min-height: 0; height: auto; padding: 42px 20px; }
  .capability-button { width: 100%; justify-content: center; }
  .capability-map { height: auto; min-height: 0; gap: 30px; }
  .skill-quadrant, .skill-ai, .skill-vision, .skill-systems, .skill-leadership { margin: 0; }
  .skill-quadrant li { min-height: 30px; font-size: 11px; }
  .skill-quadrant li.skill-secondary { font-size: 9px; }

  /* About & education: both columns become normal flow. */
  .about-section { min-height: 0; height: auto; padding: 42px 20px 0; }
  .about-copy h2 { font-size: clamp(60px, 18vw, 76px); }
  .about-copy h2::after { display: none; }
  .about-strengths { overflow-wrap: anywhere; }
  .education-panel { position: relative; top: auto; left: auto; right: auto; bottom: auto; height: 530px; margin-top: 55px; }
  .education-years { top: 0; right: 0; font-size: 80px; }
  .education-line { bottom: 82px; }
  .air-education { top: 105px; }
  .aspire-education { top: 280px; }
  .education-entry { left: 38px; }
  .education-entry h3 { font-size: 25px; }
  .language-row { min-height: 67px; }
  .language-row > div { flex-direction: column; gap: 2px; font-size: 9px; }
  .about-footer { position: relative; left: auto; right: auto; bottom: auto; width: calc(100% + 40px); margin: 22px 0 0 -20px; }

  /* Contact and footer */
  .contact-section { min-height: 0; height: auto; padding: 42px 20px 40px; }
  .contact-copy h2 { font-size: clamp(58px, 17vw, 74px); }
  .contact-copy > p:not(.section-kicker) { font-size: 12px; }
  .contact-form { position: relative; top: auto; right: auto; width: 100%; margin-top: 48px; }
  .contact-form h3 { font-size: 25px; }
  .contact-arrow-art { display: none; }
  .footer-main { padding: 22px 20px; }
  .footer-nav { width: 100%; gap: 14px 18px; }
  .footer-nav a { font-size: 11px; }
  .footer-bottom { padding: 12px 40px; text-align: center; }
}

@media (max-width: 390px) {
  h1 { font-size: 58px; }
  .journey-intro h2, .leadership-copy h2, .literary-copy h2,
  .leadership-journey-copy h2, .recognition-heading h2,
  .university-heading h2, .experience-heading h2,
  .projects-heading h2, .skills-heading h2 { font-size: 48px; }
  .contact-details > div { grid-template-columns: 62px minmax(0, 1fr); }
  .contact-details a, .contact-details > div > span { overflow-wrap: anywhere; }
  .leadership-progress strong { font-size: 17px; }
}

/* Mobile university year slider */
@media (max-width: 680px) {
  .year-selector {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    align-items: center;
    column-gap: 8px;
    margin: 30px 0 0;
  }

  .year-selector::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 20px;
    left: 48px;
    right: 48px;
    bottom: auto;
    width: auto;
    height: 1px;
    background: var(--line);
  }

  .year-up,
  .year-down {
    position: relative;
    z-index: 3;
    width: 40px;
    height: 40px;
    margin: 0;
    display: grid;
    place-items: center;
    background: var(--paper);
    font-size: 20px;
  }

  .year-up { grid-column: 1; grid-row: 1; transform: rotate(-90deg); }
  .year-down { grid-column: 3; grid-row: 1; transform: rotate(-90deg); }

  .year-list {
    position: relative;
    z-index: 2;
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    min-width: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
  }

  .year-list button,
  .year-list button.is-active {
    width: auto;
    min-width: 0;
    min-height: 38px;
    padding: 0 7px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    color: #6f7773;
    background: var(--paper);
    font: 700 13px/1 "Barlow Condensed", sans-serif;
    text-align: center;
    transition: color .2s ease, background .2s ease, transform .2s ease;
  }

  .year-list button::before,
  .year-list button.is-active::before { display: none; }

  .year-list button.is-active {
    padding: 0 12px;
    color: #fff;
    background: var(--green);
    font-size: 18px;
    box-shadow: 0 5px 14px rgba(8, 124, 96, .2);
    transform: translateY(-1px);
  }

  .year-selector > span {
    grid-column: 1 / -1;
    grid-row: 2;
    margin: 13px 0 0;
    color: var(--green);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .12em;
    text-align: center;
  }

  .year-selector > i { display: none; }
  .year-chapter { margin-top: 34px; }
}

@media (max-width: 360px) {
  .year-selector { grid-template-columns: 36px minmax(0, 1fr) 36px; column-gap: 4px; }
  .year-up, .year-down { width: 34px; height: 34px; }
  .year-selector::before { top: 17px; left: 40px; right: 40px; }
  .year-list button, .year-list button.is-active { padding-left: 5px; padding-right: 5px; font-size: 12px; }
  .year-list button.is-active { padding-left: 9px; padding-right: 9px; font-size: 16px; }
}

/* Mobile university journey map */
@media (max-width: 680px) {
  .journey-section {
    padding-bottom: 38px;
  }

  .journey-visual {
    position: relative;
    width: calc(100% + 40px);
    height: 350px;
    margin: 28px -20px 0;
    padding: 10px 0 4px;
    overflow-x: auto;
    overflow-y: hidden;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: rgba(255, 255, 255, .26);
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
    scrollbar-color: var(--green) var(--line);
  }

  .journey-visual::-webkit-scrollbar { height: 4px; }
  .journey-visual::-webkit-scrollbar-track { background: var(--line); }
  .journey-visual::-webkit-scrollbar-thumb { background: var(--green); border-radius: 5px; }

  .journey-map {
    width: 660px;
    max-width: none;
    height: 330px;
    margin: 0 16px;
  }

  .journey-node-link { scroll-snap-align: center; }
  .map-labels text { font-size: 16px; font-weight: 800; }
  .year-range { display: none; }

  .journey-details-box {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    transform: none;
    width: 100%;
    max-width: none;
    margin: 14px 0 24px;
    padding: 13px 16px;
    background: rgba(255, 255, 255, .5);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .journey-note-title { font-size: 13px; }
  .journey-note-desc { font-size: 0; }
  .journey-note-desc::after {
    content: "Swipe the timeline sideways, then tap a milestone to explore its details.";
    display: block;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.5;
  }

  .next-feature {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    min-height: 82px;
    height: auto;
    margin-top: 18px;
    padding: 16px 0 0;
    align-items: flex-start;
    gap: 12px;
  }

  .next-feature > span { flex: 0 0 31%; font-size: 9px; }
  .next-feature a { flex: 1; justify-content: flex-end; gap: 9px; text-align: right; }
  .next-feature strong { max-width: 145px; font-size: 18px; line-height: 1.05; }
}

/* Mobile leadership journey — vertical, content-driven timeline */
@media (max-width: 680px) {
  .leadership-journey { padding-bottom: 38px; }
  .journey-words { display: none; }

  .career-timeline-scroll-wrap {
    width: 100%;
    margin: 32px 0 0;
    padding: 0;
    overflow: visible;
  }

  .career-timeline {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 8px 0 0;
  }

  .career-timeline::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 22px;
    bottom: 220px;
    left: 11px;
    width: 2px;
    background: linear-gradient(to bottom, var(--green), rgba(8, 124, 96, .2));
  }

  .career-line,
  .career-node,
  .timeline-callout { display: none; }

  .career-milestone,
  .milestone-2024,
  .milestone-2025 {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    min-height: 185px;
    padding: 0 0 28px 48px;
    border-bottom: 1px solid var(--line);
  }

  .career-milestone + .career-milestone { padding-top: 26px; }

  .career-milestone::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 18px;
    left: 2px;
    width: 18px;
    height: 18px;
    border: 4px solid var(--paper);
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 0 1px rgba(8, 124, 96, .45);
  }

  .career-milestone + .career-milestone::before { top: 43px; }
  .career-year { display: block; font-size: 68px; line-height: .9; opacity: 1; }
  .career-milestone h3 { max-width: none; margin-top: 8px; font-size: 21px; line-height: 1.05; }
  .career-milestone h4 { font-size: 13px; }
  .career-milestone p { max-width: none; margin-top: 12px; gap: 6px; font-size: 9px; }

  .ready-card {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: calc(100% - 48px);
    min-width: 0;
    height: auto;
    min-height: 190px;
    margin: 30px 0 0 48px;
    padding: 28px 24px;
  }

  .ready-card strong { font-size: 48px; }
  .ready-card p { font-size: 11px; }

  .university-timeline-button {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: calc(100% - 48px);
    height: auto;
    min-height: 42px;
    margin: 14px 0 0 48px;
    justify-content: center;
    font-size: 10px;
  }

  .journey-next {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 32px;
    padding-top: 16px;
    border-top: 1px solid var(--line);
  }
}

.experience-process span { font-size: 13px !important; line-height: 1.45 !important; }
.experience-preview p { font-size: 16px !important; line-height: 1.6 !important; }
.recognition-card-copy p,
.next-year-item p { font-size: 16px !important; line-height: 1.55 !important; }

@media (min-width: 981px) {
  .experience-layout { height: 530px !important; }
  .experience-duties { margin-top: 25px !important; }
}
