:root {
  --page-max-width: 1300px;
  --page-gutter: clamp(16px, 4vw, 56px);
  --section-divider-gap: clamp(30px, 3vw, 44px);
  --section-divider-color: rgba(17, 17, 17, 0.12);
}

body.page-generic .site-main::before,
body.page-generic .site-main::after {
  display: none !important;
  content: none !important;
}

body.page-generic .about-section {
  order: 0;
}

body.page-generic .site-header {
  border-bottom: 1px solid var(--section-divider-color);
}

body.page-generic .about-section {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #fff;
  color: #111;
}

body.page-generic .about-section__inner {
  width: min(calc(100% - (2 * var(--page-gutter))), var(--page-max-width));
  min-height: 0;
  margin-inline: auto;
  padding-top: var(--section-divider-gap);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(28px, 4vw, 64px);
}

body.page-generic .about-section__content {
  min-width: 0;
  align-self: start;
  margin: 0;
  padding: 0 0 clamp(48px, 6vw, 84px);
  transform: none;
}

body.page-generic .about-section .section-kicker {
  margin: 0 0 clamp(24px, 3vw, 38px);
}

body.page-generic .about-section h1 {
  max-width: 100%;
  margin: 0;
  color: #111;
  font-size: clamp(2.7rem, 4.45vw, 4.7rem);
  font-weight: 470;
  line-height: 0.97;
  letter-spacing: -0.055em;
}

body.page-generic .about-section h1 span {
  white-space: nowrap;
}

body.page-generic .about-section__content > p:not(.section-kicker) {
  display: block;
  max-width: 650px;
  margin: clamp(28px, 3vw, 42px) 0 0;
  overflow: visible;
  color: #555b59;
  font-size: clamp(1rem, 1.15vw, 1.15rem);
  line-height: 1.65;
  -webkit-line-clamp: unset;
}

body.page-generic .about-section__actions {
  display: flex;
  margin-top: clamp(28px, 3vw, 40px);
}

body.page-generic .about-section__actions .btn-primary span {
  display: inline-block;
  margin-left: 8px;
}

body.page-generic .about-section__portrait {
  align-self: start;
  min-width: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  overflow: visible;
}

body.page-generic .about-section__portrait img {
  display: block;
  width: 92%;
  max-width: 560px;
  height: auto;
  max-height: none;
  margin: 0 0 0 auto;
  padding: 0;
  object-fit: contain;
  object-position: top right;
  background: transparent;
  border: 0;
  border-radius: 10px;
  outline: 0;
  box-shadow: none;
  transform: none;
}

@media (min-width: 701px) and (max-width: 1024px) {
  body.page-generic .about-section__inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 28px;
    padding-top: var(--section-divider-gap);
  }

  body.page-generic .about-section h1 {
    font-size: clamp(2.2rem, 5.3vw, 3.7rem);
  }

  body.page-generic .about-section__portrait img {
    width: 90%;
    max-width: 430px;
    transform: none;
  }
}

body.page-generic .site-main > section > .inner {
  border-top: 0 !important;
  border-bottom: 0 !important;
}

body.page-generic #technical-skills > .inner,
body.page-generic #business-skills > .inner,
body.page-generic .education-language-combo > .inner {
  border-top: 0 !important;
  padding-top: 0;
}

body.page-generic .business-editorial-intro {
  max-width: 900px;
  margin-bottom: clamp(36px, 5vw, 68px);
}

body.page-generic .business-editorial-intro .section-kicker {
  margin: 0 0 clamp(18px, 2vw, 28px);
}

body.page-generic .business-editorial-intro h2 {
  max-width: 820px;
  margin: 0;
  color: #111;
  font-size: clamp(2.25rem, 4vw, 4.35rem);
  font-weight: 470;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

body.page-generic .business-editorial-intro > p:last-child {
  max-width: 720px;
  margin: clamp(22px, 2.5vw, 34px) 0 0;
  color: #555b59;
  font-size: clamp(1rem, 1.15vw, 1.15rem);
  line-height: 1.68;
}

body.page-generic .business-capability-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: clamp(18px, 2vw, 30px);
}

body.page-generic .business-capability {
  min-height: 360px;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(150px, 0.8fr);
  overflow: hidden;
  border: 1px solid rgba(17, 17, 17, 0.12);
  background: #fff;
}

body.page-generic .business-capability--tinted {
  background: #f2f4f2;
}

body.page-generic .business-capability__body {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: clamp(24px, 3vw, 40px);
}

body.page-generic .business-capability__number {
  margin-bottom: auto;
  color: #365a52;
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0.16em;
}

body.page-generic .business-capability h3 {
  margin: clamp(32px, 5vw, 68px) 0 14px;
  color: #111;
  font-size: clamp(1.35rem, 1.8vw, 2rem);
  font-weight: 560;
  line-height: 1.08;
  letter-spacing: -0.025em;
}

body.page-generic .business-capability__body > p {
  margin: 0;
  color: #555b59;
  font-size: clamp(0.88rem, 1vw, 1rem);
  line-height: 1.58;
}

body.page-generic .business-capability__labels {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 22px;
}

body.page-generic .business-capability__labels span {
  padding: 5px 9px;
  border: 1px solid rgba(54, 90, 82, 0.2);
  border-radius: 999px;
  color: #365a52;
  background: rgba(255, 255, 255, 0.52);
  font-size: 0.68rem;
  line-height: 1.25;
}

body.page-generic .business-capability__visual {
  position: relative;
  grid-column: 2;
  grid-row: 1;
  min-height: 100%;
  overflow: hidden;
  background-color: #d8ddda;
  transition: transform 320ms ease;
}

body.page-generic .business-capability:hover .business-capability__visual {
  transform: scale(1.02);
}

body.page-generic .business-capability__visual::before,
body.page-generic .business-capability__visual::after,
body.page-generic .business-capability__visual span {
  content: "";
  position: absolute;
  display: block;
}

body.page-generic .business-capability__visual::before {
  inset: 0;
  opacity: 0.7;
  background: repeating-linear-gradient(0deg, transparent 0 21px, rgba(17, 17, 17, 0.13) 22px), repeating-linear-gradient(90deg, transparent 0 28px, rgba(17, 17, 17, 0.1) 29px);
}

body.page-generic .business-capability__visual::after {
  inset: 13% 15%;
  border: 1px solid rgba(17, 17, 17, 0.35);
}

body.page-generic .business-capability__visual span {
  width: 44%;
  height: 36%;
  right: 11%;
  bottom: 13%;
  border-left: 2px solid rgba(54, 90, 82, 0.8);
  border-bottom: 2px solid rgba(54, 90, 82, 0.8);
  transform: skewY(-18deg);
}

body.page-generic .business-capability__visual--analyse {
  background: radial-gradient(circle at 70% 30%, rgba(54, 90, 82, 0.55) 0 4px, transparent 5px), radial-gradient(circle at 32% 67%, rgba(54, 90, 82, 0.4) 0 5px, transparent 6px), #dfe2df;
}

body.page-generic .business-capability__visual--align {
  background: linear-gradient(135deg, transparent 0 44%, rgba(54, 90, 82, 0.34) 45% 55%, transparent 56%), #d6dad8;
}

body.page-generic .business-capability__visual--improve {
  background: repeating-linear-gradient(135deg, rgba(54, 90, 82, 0.2) 0 14px, transparent 14px 34px), #dfe3e0;
}

body.page-generic .business-compact-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(42px, 6vw, 92px);
  align-items: stretch;
}

body.page-generic .business-compact-visual {
  position: relative;
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  background:
    linear-gradient(145deg, transparent 0 42%, rgba(54, 90, 82, 0.3) 42.2% 47%, transparent 47.2%),
    repeating-linear-gradient(0deg, transparent 0 30px, rgba(17, 17, 17, 0.1) 31px),
    repeating-linear-gradient(90deg, transparent 0 38px, rgba(17, 17, 17, 0.08) 39px),
    #d9ddda;
  filter: grayscale(0.85);
}

body.page-generic .business-compact-visual::before,
body.page-generic .business-compact-visual::after,
body.page-generic .business-compact-visual span {
  content: "";
  position: absolute;
  display: block;
}

body.page-generic .business-compact-visual::before {
  inset: 12% 13%;
  border: 1px solid rgba(17, 17, 17, 0.34);
}

body.page-generic .business-compact-visual::after {
  width: 54%;
  height: 42%;
  right: 10%;
  bottom: 11%;
  border-left: 2px solid rgba(54, 90, 82, 0.72);
  border-bottom: 2px solid rgba(54, 90, 82, 0.72);
  transform: skewY(-16deg);
}

body.page-generic .business-compact-visual span {
  width: 9px;
  height: 9px;
  top: 29%;
  left: 31%;
  border-radius: 50%;
  background: #365a52;
  box-shadow: 82px 118px 0 rgba(54, 90, 82, 0.65), 166px 44px 0 rgba(54, 90, 82, 0.42);
}

body.page-generic .business-compact-content {
  min-width: 0;
}

body.page-generic .business-compact-content > .section-kicker {
  margin: 0 0 clamp(22px, 2.5vw, 34px);
}

body.page-generic .business-compact-row {
  padding-block: clamp(22px, 2.5vw, 32px);
  border-top: 1px solid rgba(17, 17, 17, 0.12);
}

body.page-generic .business-compact-row:last-child {
  border-bottom: 1px solid rgba(17, 17, 17, 0.12);
}

body.page-generic .business-compact-row h2 {
  margin: 0;
  color: #111;
  font-size: clamp(1.55rem, 2.2vw, 2.35rem);
  font-weight: 530;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

body.page-generic .business-compact-row > p:not(.business-compact-keywords) {
  max-width: 650px;
  margin: 12px 0 0;
  color: #555b59;
  font-size: clamp(0.92rem, 1vw, 1.04rem);
  line-height: 1.58;
}

body.page-generic .business-compact-keywords {
  margin: 15px 0 0;
  color: #365a52;
  font-size: 0.73rem;
  font-weight: 650;
  line-height: 1.55;
  letter-spacing: 0.025em;
}

body.page-generic .business-compact-keywords span {
  margin-inline: 5px;
  color: rgba(54, 90, 82, 0.52);
}

body.page-generic .business-matrix-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(240px, 0.55fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  margin-bottom: clamp(34px, 4vw, 56px);
}

body.page-generic .business-matrix-heading .section-kicker {
  margin: 0 0 18px;
}

body.page-generic .business-matrix-intro h2 {
  max-width: 760px;
  margin: 0;
  color: #111;
  font-size: clamp(2rem, 3.35vw, 3.85rem);
  font-weight: 470;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

body.page-generic .business-flow-art {
  display: block;
  width: 100%;
  height: auto;
  color: rgba(54, 90, 82, 0.5);
}

body.page-generic .business-matrix-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 28%);
  gap: clamp(24px, 4vw, 64px);
}

body.page-generic .business-matrix-row {
  margin-bottom: clamp(14px, 1.6vw, 22px);
  padding: clamp(28px, 3vw, 44px) clamp(18px, 2.2vw, 32px);
  overflow: hidden;
  border: 0;
  border-radius: 12px;
  background: rgba(54, 90, 82, 0.055);
  transition: transform 350ms ease, background-color 350ms ease;
}

body.page-generic .business-matrix-row:nth-child(even) {
  background: rgba(54, 90, 82, 0.085);
}

@media (hover: hover) {
  body.page-generic .business-matrix-row:hover {
    transform: translateY(-3px);
    background: rgba(54, 90, 82, 0.105);
  }
}

body.page-generic .business-matrix-action h3 {
  margin: 0 0 12px;
  color: #111;
  font-size: clamp(1.25rem, 1.55vw, 1.75rem);
  font-weight: 560;
  line-height: 1.12;
  letter-spacing: -0.025em;
}

body.page-generic .business-matrix-action {
  min-width: 0;
}

body.page-generic .business-matrix-action > p:first-of-type,
body.page-generic .business-matrix-result p {
  margin: 0;
  color: #303433;
  font-size: clamp(0.92rem, 1.05vw, 1.05rem);
  line-height: 1.62;
}

body.page-generic .business-matrix-keywords {
  margin: 14px 0 0;
  color: #365a52;
  font-size: 0.7rem;
  font-weight: 660;
  line-height: 1.55;
  letter-spacing: 0.02em;
}

body.page-generic .business-matrix-result {
  align-self: stretch;
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.5vw, 20px);
  padding: clamp(18px, 2vw, 28px);
  border-radius: 999px;
  background: rgba(54, 90, 82, 0.09);
}

body.page-generic .business-matrix-result svg {
  width: clamp(20px, 2vw, 28px);
  height: clamp(20px, 2vw, 28px);
  flex: 0 0 auto;
  color: #365a52;
  stroke-width: 1.5;
}

body.page-generic .business-matrix-result h4 {
  margin: 0;
  color: #1f3731;
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  font-weight: 650;
  line-height: 1.2;
}

body.page-generic .business-matrix-result p {
  margin-top: 7px;
  color: #4a5854;
  font-size: clamp(0.78rem, 0.9vw, 0.9rem);
  line-height: 1.4;
}

@media (max-width: 700px) {
  body.page-generic .about-section__inner {
    width: calc(100% - 28px);
    min-height: 0;
    padding-top: var(--section-divider-gap);
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: start;
    gap: 10px;
  }

  body.page-generic .about-section__content {
    align-self: start;
    padding-bottom: 28px;
    transform: none;
  }

  body.page-generic .about-section h1 {
    font-size: clamp(1.03rem, 4.8vw, 1.32rem);
    line-height: 1;
    letter-spacing: -0.045em;
  }

  body.page-generic .about-section .section-kicker {
    margin-bottom: 12px;
    font-size: clamp(0.54rem, 2vw, 0.64rem);
  }

  body.page-generic .about-section__content > p:not(.section-kicker) {
    max-width: none;
    display: block;
    overflow: visible;
    margin-top: 14px;
    font-size: clamp(0.58rem, 2.35vw, 0.7rem);
    line-height: 1.42;
    -webkit-line-clamp: unset;
  }

  body.page-generic .about-section__actions {
    margin-top: 14px;
  }

  body.page-generic .about-section__actions .btn-primary {
    min-height: 32px;
    padding-inline: 8px;
    font-size: clamp(0.5rem, 1.9vw, 0.62rem);
    white-space: nowrap;
  }

  body.page-generic .about-section__portrait {
    align-self: start;
    align-items: flex-start;
    overflow: visible;
  }

  body.page-generic .about-section__portrait img {
    width: 88%;
    height: auto;
    max-width: none;
    max-height: none;
    margin-left: auto;
    object-fit: contain;
    object-position: top right;
    transform: none;
  }

  body.page-generic .business-editorial-intro {
    margin-bottom: 28px;
  }

  body.page-generic .business-editorial-intro h2 {
    font-size: clamp(1.8rem, 8vw, 2.6rem);
  }

  body.page-generic .business-capability-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 20px;
  }

  body.page-generic .business-capability {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  body.page-generic .business-capability__visual {
    grid-column: 1;
    grid-row: 1;
    min-height: 165px;
  }

  body.page-generic .business-capability__body {
    grid-column: 1;
    grid-row: 2;
    padding: 24px 20px 26px;
  }

  body.page-generic .business-capability__number {
    margin-bottom: 0;
  }

  body.page-generic .business-capability h3 {
    margin-top: 24px;
  }

  body.page-generic .business-compact-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  body.page-generic .business-compact-visual {
    min-height: 180px;
  }

  body.page-generic .business-compact-content > .section-kicker {
    margin-bottom: 16px;
  }

  body.page-generic .business-compact-row {
    padding-block: 22px;
  }

  body.page-generic .business-compact-row h2 {
    font-size: clamp(1.45rem, 6.8vw, 2rem);
  }

  body.page-generic .business-matrix-intro {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 28px;
  }

  body.page-generic .business-matrix-intro h2 {
    font-size: clamp(1.8rem, 8vw, 2.55rem);
  }

  body.page-generic .business-flow-art {
    width: min(100%, 430px);
    height: 74px;
    justify-self: end;
  }

  body.page-generic .business-matrix-row {
    grid-template-columns: minmax(0, 1fr) minmax(104px, 32%);
    gap: 12px;
    padding: 18px 16px;
    border-radius: 10px;
  }

  body.page-generic .business-matrix-action h3 {
    margin-bottom: 9px;
    font-size: clamp(1.06rem, 4.8vw, 1.2rem);
  }

  body.page-generic .business-matrix-action {
    padding: 0;
  }

  body.page-generic .business-matrix-result {
    align-self: center;
    align-items: flex-start;
    gap: 8px;
    padding: 14px 10px;
    border-radius: 24px;
  }

  body.page-generic .business-matrix-action > p:first-of-type {
    font-size: clamp(0.875rem, 3.7vw, 0.95rem);
    line-height: 1.5;
  }

  body.page-generic .business-matrix-keywords {
    margin-top: 10px;
    font-size: clamp(0.69rem, 2.9vw, 0.76rem);
  }

  body.page-generic .business-matrix-result h4 {
    font-size: clamp(0.82rem, 3.35vw, 0.94rem);
    overflow-wrap: anywhere;
  }

  body.page-generic .business-matrix-result p {
    display: none;
  }

  body.page-generic .business-matrix-result svg {
    width: 17px;
    height: 17px;
  }

  body.page-generic .section-technical-skills .skill-flow,
  body.page-generic .section-business-skills .business-skill-stack,
  body.page-generic .education-language-combo .education-list,
  body.page-generic .education-language-combo .language-list {
    width: calc(100% + var(--page-gutter));
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 16px !important;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding-right: var(--page-gutter);
    padding-bottom: 12px;
  }

  body.page-generic .section-technical-skills .skill-flow::-webkit-scrollbar,
  body.page-generic .section-business-skills .business-skill-stack::-webkit-scrollbar,
  body.page-generic .education-language-combo .education-list::-webkit-scrollbar,
  body.page-generic .education-language-combo .language-list::-webkit-scrollbar {
    display: none;
  }

  body.page-generic .section-technical-skills .skill-flow > *,
  body.page-generic .section-business-skills .business-skill-stack > *,
  body.page-generic .education-language-combo .education-list > * {
    flex: 0 0 min(82vw, 340px) !important;
    scroll-snap-align: start;
  }

  body.page-generic .education-language-combo .language-list > * {
    flex: 0 0 min(46vw, 210px) !important;
    scroll-snap-align: start;
  }
}

/* Business Skills: editorial sticky narrative. */
body.page-generic .site-main {
  overflow: clip;
}

/* Technical Skills: three usage-based tool shelves. */
body.page-generic .technical-intro {
  display: block;
  max-width: none;
  margin-bottom: 20px;
}

body.page-generic .technical-intro h2,
body.page-generic .technical-intro > p:not(.section-kicker) {
  margin: 0;
}

body.page-generic .technical-intro .section-kicker {
  margin: 0 0 clamp(24px, 3vw, 38px);
}

body.page-generic .technical-intro h2 {
  max-width: 100%;
  color: #111;
  font-size: clamp(2.25rem, 4vw, 2.75rem);
  font-weight: 470;
  line-height: 1.02;
  letter-spacing: -0.035em;
  white-space: nowrap;
}

body.page-generic .technical-intro > p:not(.section-kicker) {
  max-width: 100%;
  margin-top: 18px;
  color: #535a57;
  font-size: clamp(0.98rem, 1.15vw, 1.12rem);
  line-height: 1.55;
}

body.page-generic #technical-skills {
  padding-top: 42px;
  padding-bottom: 46px;
}

body.page-generic .technical-intro .section-kicker {
  margin-bottom: 14px;
}

body.page-generic .technical-level {
  display: block;
  padding: clamp(64px, 7vw, 88px) 0;
  border: 0;
}

body.page-generic .technical-carousel-track:focus-visible {
  outline: 2px solid rgba(49, 87, 78, 0.52);
  outline-offset: 3px;
}

body.page-generic .technical-carousel-track {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: clamp(560px, 58vw, 660px);
  grid-auto-rows: 1fr;
  align-items: stretch;
  gap: 16px;
  overflow-x: auto;
  overflow-y: visible;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  padding-inline: calc((100vw - clamp(560px, 58vw, 660px)) / 2);
  scroll-padding-inline: calc((100vw - clamp(560px, 58vw, 660px)) / 2);
}

body.page-generic .technical-carousel-track::-webkit-scrollbar {
  display: none;
}

body.page-generic .technical-carousel-track .technical-slide {
  min-width: 0;
  margin: 0;
  padding: 24px 26px 26px;
  border-radius: 24px;
  background: #f6f7f5;
  opacity: 0.55;
  transform: scale(0.96);
  scroll-snap-align: center;
  height: 100%;
}

body.page-generic .technical-carousel-track .technical-slide + .technical-slide {
  margin-top: 0;
}

body.page-generic .technical-carousel-ready .technical-slide {
  transition: opacity 300ms ease, transform 300ms ease;
}

body.page-generic .technical-carousel-track .technical-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

body.page-generic .technical-carousel-track .technical-slide:not(.is-active) {
  opacity: 0.58;
}

body.page-generic .technical-slide--specific { order: 1; }
body.page-generic .technical-slide--everyday { order: 2; }
body.page-generic .technical-slide--developing { order: 3; }

body.page-generic .technical-slide .technical-level-header {
  height: 82px;
  margin-bottom: 24px;
}

body.page-generic .technical-slide .technical-level-header h3 {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.15;
}

body.page-generic .technical-slide .technical-level-header p {
  max-width: 580px;
  margin-top: 8px;
  font-size: 0.875rem;
  line-height: 1.5;
}

body.page-generic .technical-slide .technical-platforms {
  margin-top: 0;
}

body.page-generic .technical-slide .technical-tools {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 14px;
  margin-bottom: 28px;
  gap: 14px 22px;
  min-height: 162px;
}

body.page-generic .technical-slide .technical-methods {
  margin-top: 0;
}

body.page-generic .technical-slide .technical-method-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 12px;
  margin-bottom: 4px;
  gap: 8px 18px;
}

body.page-generic .technical-slide .technical-group-label {
  font-size: 0.6563rem;
  line-height: 1.2;
  letter-spacing: 0.14em;
}

body.page-generic .technical-slide .technical-tool {
  min-height: 30px;
  gap: 9px;
}

body.page-generic .technical-slide .technical-tool > svg,
body.page-generic .technical-slide .technical-tool > img {
  width: 25px;
  height: 25px;
  flex-basis: 25px;
}

body.page-generic .technical-slide .technical-tool > img.tool-logo-wide {
  width: 38px;
  flex-basis: 38px;
}

body.page-generic .technical-slide .technical-tool strong {
  font-size: 0.875rem;
  line-height: 1.2;
}

body.page-generic .technical-slide .technical-method-grid span {
  font-size: 0.8438rem;
  line-height: 1.35;
}

body.page-generic .technical-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 760px;
}

body.page-generic .technical-tabs button {
  min-height: 48px;
  padding: 10px 16px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #747a77;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 620;
  cursor: pointer;
  transition: color 180ms ease, background-color 180ms ease;
}

body.page-generic .technical-tabs button:hover,
body.page-generic .technical-tabs button:focus-visible {
  color: #31574e;
  background: rgba(49, 87, 78, 0.06);
}

body.page-generic .technical-tabs button[aria-selected="true"] {
  color: #244a41;
  background: rgba(49, 87, 78, 0.1);
}

body.page-generic .technical-tabs button:focus-visible {
  outline: 2px solid rgba(49, 87, 78, 0.5);
  outline-offset: 2px;
}

body.page-generic .tab-label-short {
  display: none;
}

body.page-generic .technical-explorer--enhanced .technical-level {
  margin: 32px 0 0;
  padding: clamp(28px, 5vw, 56px);
  border-radius: 20px;
  background: #f7f8f6;
}

body.page-generic .technical-explorer--enhanced .technical-level[hidden] {
  display: none;
}

body.page-generic .technical-explorer--enhanced .technical-level + .technical-level {
  margin-top: 32px;
}

body.page-generic .technical-level:last-child {
  padding-bottom: 0;
}

body.page-generic .technical-level + .technical-level {
  margin-top: clamp(32px, 4vw, 48px);
}

body.page-generic .technical-level-header h3 {
  margin: 0;
  color: #161917;
  font-size: clamp(1.4rem, 2vw, 1.75rem);
  font-weight: 620;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

body.page-generic .technical-level-header p {
  max-width: 760px;
  margin: 12px 0 0;
  color: #555d59;
  font-size: 1rem;
  line-height: 1.65;
}

body.page-generic .technical-platforms {
  margin-top: 40px;
}

body.page-generic .technical-tools {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 28px 36px;
  margin-top: 24px;
}

body.page-generic .technical-tool {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  min-height: 40px;
}

body.page-generic .technical-tool > svg,
body.page-generic .technical-tool > img {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  object-fit: contain;
  color: #41685f;
  stroke-width: 1.5;
}

body.page-generic .technical-tool > img.tool-logo-wide {
  width: 42px;
  flex-basis: 42px;
}

body.page-generic .technical-tool strong {
  display: block;
}

body.page-generic .technical-tool strong {
  color: #202321;
  font-size: clamp(0.88rem, 1vw, 1rem);
  font-weight: 620;
  line-height: 1.25;
}

body.page-generic .technical-group-label {
  margin: 0;
  color: #68706c;
  font-size: 0.75rem;
  font-weight: 740;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.page-generic .technical-methods {
  margin-top: 44px;
}

body.page-generic .technical-method-grid {
  max-width: 850px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 32px;
  margin-top: 24px;
}

body.page-generic .technical-method-grid span {
  position: relative;
  padding-left: 14px;
  color: #4f5753;
  font-size: 0.92rem;
  line-height: 1.55;
}

body.page-generic .technical-method-grid span::before {
  content: "";
  position: absolute;
  top: 0.67em;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(49, 87, 78, 0.65);
}

body.page-generic .tool-logo {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  color: #fff;
  font-size: 0.62rem;
  font-weight: 780;
  letter-spacing: -0.02em;
}

body.page-generic .tool-logo--powerbi {
  background: #d9ad00;
  color: #171717;
}
body.page-generic .tool-logo--fabric { background: linear-gradient(135deg, #20a4a2, #57c66c); }
body.page-generic .tool-logo--spark { background: #e25a1c; }
body.page-generic .tool-logo--microsoft { background: #737373; }
body.page-generic .tool-logo--supermetrics { background: #5847eb; }
body.page-generic .tool-logo--netigate { background: #27675c; }
body.page-generic .tool-logo--piwik { background: #3152a0; }
body.page-generic .tool-logo--automate { background: #0878d1; }

body.page-generic .tool-logo--csharp,
body.page-generic .tool-logo--dotnet { background: #512bd4; }
body.page-generic .tool-logo--sqlserver { background: #cc2927; }

body.page-generic .technical-support {
  margin: 20px 0 0;
  color: #68706c;
  font-size: 0.82rem;
  line-height: 1.55;
}

body.page-generic .technical-support strong {
  color: #31574e;
}

@media (max-width: 900px) {
  body.page-generic .technical-intro {
    grid-template-columns: 1fr 1.5fr;
  }

  body.page-generic .technical-intro > p:not(.section-kicker) {
    grid-column: 1 / -1;
    max-width: 680px;
  }

  body.page-generic .technical-tools {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.page-generic .technical-method-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  body.page-generic .technical-carousel-track .technical-slide {
    padding: 30px 28px;
  }

  body.page-generic .technical-slide .technical-level-header {
    height: 100px;
    margin-bottom: 24px;
  }

  body.page-generic .technical-slide .technical-level-header h3 {
    font-size: 1.35rem;
  }

  body.page-generic .technical-slide .technical-level-header p {
    font-size: 0.86rem;
  }

  body.page-generic .technical-slide .technical-tools {
    min-height: 210px;
    gap: 18px 18px;
  }

  body.page-generic .technical-slide .technical-tool > svg,
  body.page-generic .technical-slide .technical-tool > img {
    width: 27px;
    height: 27px;
    flex-basis: 27px;
  }

  body.page-generic .technical-slide .technical-tool strong {
    font-size: 0.85rem;
  }

  body.page-generic .technical-slide .technical-method-grid span {
    font-size: 0.82rem;
  }
}

@media (max-width: 768px) {
  body.page-generic .technical-intro {
    display: block;
  }

  body.page-generic .technical-intro h2 {
    margin-top: 18px;
    font-size: clamp(1.75rem, 7vw, 3rem);
    line-height: 1;
    white-space: normal;
  }

  body.page-generic .technical-intro > p:not(.section-kicker) {
    margin-top: 22px;
    font-size: clamp(0.86rem, 2.2vw, 1rem);
    line-height: 1.55;
  }

  body.page-generic .technical-level {
    display: block;
    padding-block: 56px;
  }

  body.page-generic .technical-level header {
    margin-bottom: 24px;
  }

  body.page-generic .technical-tools {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 16px;
  }

  body.page-generic .technical-tabs {
    gap: 6px;
  }

  body.page-generic .technical-tabs button {
    min-height: 42px;
    padding-inline: 7px;
    font-size: clamp(0.68rem, 2.8vw, 0.82rem);
  }

  body.page-generic .tab-label-long {
    display: none;
  }

  body.page-generic .tab-label-short {
    display: inline;
  }

  body.page-generic .technical-explorer--enhanced .technical-level {
    padding: clamp(22px, 5vw, 34px);
    border-radius: 16px;
  }

  body.page-generic .technical-carousel-track {
    grid-auto-columns: 82vw;
    gap: 14px;
    padding-inline: 9vw;
    scroll-padding-inline: 9vw;
  }

  body.page-generic .technical-carousel-track .technical-slide {
    padding: clamp(18px, 4vw, 24px);
    border-radius: 16px;
  }

  body.page-generic .technical-slide .technical-level-header {
    height: 110px;
    margin-bottom: 20px;
  }

  body.page-generic .technical-slide .technical-level-header h3 {
    font-size: clamp(1.05rem, 4.4vw, 1.3rem);
  }

  body.page-generic .technical-slide .technical-level-header p {
    margin-top: 8px;
    font-size: clamp(0.72rem, 2.8vw, 0.84rem);
    line-height: 1.48;
  }

  body.page-generic .technical-slide .technical-group-label {
    font-size: clamp(0.58rem, 2.2vw, 0.68rem);
  }

  body.page-generic .technical-slide .technical-tools {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 16px;
    margin-bottom: 22px;
    gap: 10px;
    min-height: 180px;
  }

  body.page-generic .technical-slide .technical-tool {
    min-height: 28px;
    gap: 8px;
  }

  body.page-generic .technical-slide .technical-tool > svg,
  body.page-generic .technical-slide .technical-tool > img {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }

  body.page-generic .technical-slide .technical-tool > img.tool-logo-wide {
    width: 34px;
    flex-basis: 34px;
  }

  body.page-generic .technical-slide .technical-tool strong {
    font-size: clamp(0.7rem, 2.6vw, 0.82rem);
  }

  body.page-generic .technical-slide .technical-method-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 13px;
    gap: 6px 10px;
  }

  body.page-generic .technical-slide .technical-method-grid span {
    padding-left: 10px;
    font-size: clamp(0.68rem, 2.6vw, 0.8rem);
    line-height: 1.4;
  }

  body.page-generic .technical-slide .technical-support {
    margin-top: 14px;
    font-size: clamp(0.66rem, 2.5vw, 0.78rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.page-generic .technical-carousel-track {
    scroll-behavior: auto;
  }

  body.page-generic .technical-carousel-ready .technical-slide {
    transition: none;
  }
}

@media (max-width: 360px) {
  body.page-generic .technical-method-grid {
    grid-template-columns: 1fr;
  }
}

body.page-generic .business-skills-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(64px, 10vw, 150px);
  align-items: start;
}

body.page-generic .business-skills-intro {
  position: sticky;
  top: calc(var(--header-height, 76px) + 48px);
}

body.page-generic .business-skills-intro .section-kicker {
  margin: 0 0 clamp(24px, 3vw, 38px);
}

body.page-generic .business-skills-intro h2 {
  margin: 0;
  color: #111;
  font-size: clamp(2.25rem, 4vw, 2.75rem);
  font-weight: 470;
  line-height: 1.02;
  letter-spacing: -0.035em;
}

body.page-generic .business-skills-intro > p:last-child {
  max-width: 480px;
  margin: clamp(28px, 3vw, 42px) 0 0;
  color: #4b514f;
  font-size: clamp(0.98rem, 1.15vw, 1.12rem);
  line-height: 1.68;
}

body.page-generic .business-skill-story {
  margin-bottom: clamp(72px, 9vw, 130px);
}

body.page-generic .business-skill-story:last-child {
  margin-bottom: 0;
}

body.page-generic .business-skill-story figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border-radius: 16px;
  background: #e8eae7;
}

body.page-generic .business-skill-story img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.55) contrast(0.92);
}

body.page-generic .business-skill-story h3 {
  margin: 24px 0 0;
  color: #111;
  font-size: clamp(1.7rem, 2.5vw, 2.65rem);
  font-weight: 520;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

body.page-generic .business-skill-story > p {
  max-width: 620px;
  margin: 12px 0 0;
  color: #4b514f;
  font-size: clamp(0.98rem, 1.1vw, 1.08rem);
  line-height: 1.68;
}

@media (max-width: 768px) {
  body.page-generic .business-skills-layout {
    display: block;
  }

  body.page-generic .business-skills-intro {
    position: static;
    margin-bottom: 48px;
  }

  body.page-generic .business-skills-intro h2 {
    font-size: clamp(1.75rem, 7vw, 3rem);
    line-height: 1;
  }

  body.page-generic .business-skills-intro > p:last-child {
    margin-top: 24px;
    font-size: clamp(0.86rem, 2.2vw, 1rem);
    line-height: 1.55;
  }

  body.page-generic .business-skill-story {
    margin-bottom: clamp(56px, 16vw, 72px);
  }

  body.page-generic .business-skill-story figure {
    aspect-ratio: 4 / 3;
    border-radius: 14px;
  }

  body.page-generic .business-skill-story h3 {
    font-size: clamp(1.35rem, 4.5vw, 1.75rem);
  }

  body.page-generic .business-skill-story > p {
    font-size: clamp(0.86rem, 2.5vw, 0.96rem);
    line-height: 1.55;
  }
}

@media (min-width: 701px) and (max-width: 768px) {
  body.page-generic .about-section h1 {
    font-size: clamp(1.65rem, 4.5vw, 2.1rem);
    line-height: 1;
  }

  body.page-generic .about-section__content > p:not(.section-kicker) {
    margin-top: 18px;
    font-size: clamp(0.82rem, 1.8vw, 0.95rem);
    line-height: 1.5;
  }

  body.page-generic .about-section .section-kicker {
    margin-bottom: 14px;
    font-size: 0.68rem;
  }

  body.page-generic .about-section__actions {
    margin-top: 18px;
  }

  body.page-generic .about-section__actions .btn-primary {
    min-height: 38px;
    padding-inline: 14px;
    font-size: 0.78rem;
  }

  body.page-generic .about-section__portrait img {
    width: 90%;
    margin-left: auto;
  }

  body.page-generic .technical-intro h2,
  body.page-generic .business-skills-intro h2 {
    font-size: clamp(1.65rem, 4.5vw, 2.1rem);
    line-height: 1;
    letter-spacing: -0.045em;
  }

  body.page-generic .technical-intro > p:not(.section-kicker),
  body.page-generic .business-skills-intro > p:last-child {
    margin-top: 18px;
    font-size: clamp(0.82rem, 1.8vw, 0.95rem);
    line-height: 1.5;
  }

  body.page-generic .technical-intro .section-kicker,
  body.page-generic .business-skills-intro .section-kicker {
    margin-bottom: 14px;
    font-size: 0.68rem;
  }
}

@media (max-width: 700px) {
  body.page-generic .about-section h1,
  body.page-generic .technical-intro h2,
  body.page-generic .business-skills-intro h2 {
    font-size: clamp(1.35rem, 5.5vw, 1.7rem);
    line-height: 1;
    letter-spacing: -0.045em;
  }

  body.page-generic .about-section__content > p:not(.section-kicker),
  body.page-generic .technical-intro > p:not(.section-kicker),
  body.page-generic .business-skills-intro > p:last-child {
    margin-top: 14px;
    font-size: clamp(0.78rem, 3vw, 0.9rem);
    line-height: 1.48;
  }

  body.page-generic .about-section .section-kicker,
  body.page-generic .technical-intro .section-kicker,
  body.page-generic .business-skills-intro .section-kicker {
    margin-bottom: 12px;
    font-size: clamp(0.62rem, 2.5vw, 0.72rem);
  }
}

@media (max-width: 768px) {
  body.page-generic #technical-skills {
    padding-top: 36px;
    padding-bottom: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.page-generic .business-capability__visual {
    transition: none;
  }
}

/* Only larger desktop screens: preserve the top and right alignment. */
@media (min-width: 1025px) {
  body.page-generic .about-section__portrait img {
    width: 82%;
    max-width: 500px;
    height: auto;
    max-height: calc(100svh - 150px);
    margin: 0 0 0 auto;
    object-fit: contain;
    object-position: top right;
    border: 0;
    border-radius: 44px;
    box-shadow: none;
    clip-path: inset(0 round 44px);
    transform: none;
  }
}

/* Education and Languages are separate sections with distinct proportions. */
body.page-generic .education-section,
body.page-generic .languages-section {
  order: 5;
}

body.page-generic .education-section > .inner,
body.page-generic .languages-section > .inner {
  border: 0 !important;
}

body.page-generic .education-section .education-list {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 30px);
}

body.page-generic .education-section .education-group {
  min-height: 0;
  gap: 14px;
}

body.page-generic .education-section .education-logo,
body.page-generic .education-section .education-logo-tight {
  width: clamp(52px, 4.5vw, 68px);
  height: clamp(52px, 4.5vw, 68px);
}

body.page-generic .education-section .education-logo-emphasis {
  width: clamp(108px, 9vw, 138px);
  height: clamp(58px, 5vw, 74px);
  place-items: center start;
}

body.page-generic .education-section .education-items,
body.page-generic .education-section .education-items li {
  gap: 7px;
}

body.page-generic .education-section .education-items li,
body.page-generic .education-section .education-items a {
  font-size: clamp(0.76rem, 0.9vw, 0.88rem);
  line-height: 1.4;
}

body.page-generic .languages-section > .inner {
  padding-top: clamp(28px, 3vw, 42px);
  padding-bottom: clamp(30px, 3.4vw, 46px);
}

body.page-generic .languages-section .languages-panel {
  padding: 0;
  border: 0;
}

body.page-generic .languages-section .section-title {
  margin-bottom: clamp(20px, 2vw, 28px);
}

body.page-generic .languages-section .language-list {
  grid-template-columns: repeat(4, max-content);
  justify-content: start;
  gap: clamp(32px, 5vw, 72px);
}

body.page-generic .languages-section .language-card {
  grid-template-columns: 2.9rem max-content;
  gap: 0.8rem;
  min-height: 4rem;
}

body.page-generic .languages-section .language-badge {
  width: 2.7rem;
  font-size: clamp(1.9rem, 2.4vw, 2.25rem);
}

body.page-generic .languages-section .language-info h3 {
  margin-bottom: 0.25rem;
  font-size: clamp(0.9rem, 1.1vw, 1rem);
  font-weight: 620;
}

body.page-generic .languages-section .language-info p {
  font-size: clamp(0.78rem, 0.9vw, 0.88rem);
  line-height: 1.3;
}

body.page-generic .education-section .education-group.reveal,
body.page-generic .languages-section .language-card.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 560ms ease-out, transform 560ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.page-generic .education-section .education-group.reveal.is-visible,
body.page-generic .languages-section .language-card.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 900px) {
  body.page-generic .education-section .education-list {
    display: flex !important;
    width: calc(100% + var(--page-gutter));
    gap: 16px;
    overflow-x: auto;
    padding-right: var(--page-gutter);
    padding-bottom: 12px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  body.page-generic .education-section .education-list::-webkit-scrollbar {
    display: none;
  }

  body.page-generic .education-section .education-group {
    flex: 0 0 min(72vw, 300px) !important;
    scroll-snap-align: start;
  }

  body.page-generic .languages-section .language-list {
    grid-template-columns: repeat(4, max-content);
    justify-content: start;
    overflow-x: auto;
    padding-bottom: 8px;
    scrollbar-width: none;
  }

  body.page-generic .languages-section .language-list::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 700px) {
  body.page-generic .education-section .education-logo,
  body.page-generic .education-section .education-logo-tight {
    width: 48px;
    height: 48px;
  }

  body.page-generic .education-section .education-logo-emphasis {
    width: 112px;
    height: 52px;
  }

  body.page-generic .education-section .education-items li,
  body.page-generic .education-section .education-items a {
    font-size: clamp(0.76rem, 3.4vw, 0.86rem);
  }

  body.page-generic .languages-section .language-list {
    gap: 24px;
  }

  body.page-generic .languages-section .language-card {
    grid-template-columns: 2.5rem max-content;
    gap: 0.65rem;
  }

  body.page-generic .languages-section .language-badge {
    width: 2.35rem;
    font-size: 1.8rem;
  }

  body.page-generic .languages-section .language-info h3 {
    font-size: 0.9rem;
  }

  body.page-generic .languages-section .language-info p {
    font-size: 0.78rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.page-generic .education-section .education-group.reveal,
  body.page-generic .languages-section .language-card.reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
