@font-face {
  font-family: Golos;
  src: url("assets/golos-regular.ttf") format("truetype");
  font-weight: 400 500;
  font-display: swap;
}
@font-face {
  font-family: Golos;
  src: url("assets/golos-bold.ttf") format("truetype");
  font-weight: 600 900;
  font-display: swap;
}
:root {
  --bg: #090b10;
  --surface: #11141a;
  --line: #2b303a;
  --text: #f1f3f5;
  --muted: #a4aab5;
  --accent: #4164ff;
  --max: 1440px;
  --pad: clamp(24px, 4.5vw, 88px);
  --font: Golos, Arial, sans-serif;
}
html {
  scroll-padding-top: 110px;
}
body {
  background: var(--bg);
}
::selection {
  background: #4164ff;
  color: #fff;
}
.wrap {
  width: min(calc(100% - var(--pad) * 2), var(--max));
}
.reading-progress {
  position: fixed;
  inset: 0 auto auto 0;
  height: 2px;
  background: #6d8aff;
  width: 0;
  z-index: 40;
  pointer-events: none;
}
.site-header {
  position: absolute;
  height: 96px;
  inset: 0 0 auto;
  padding-inline: var(--pad);
  gap: 24px;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom: 1px solid #ffffff18;
}
.wordmark {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 16px;
  letter-spacing: -0.035em;
}
.wordmark .monogram {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0;
  width: 44px;
  height: 44px;
  font-size: 20px;
  font-weight: 600;
  color: #f7f8ff;
  letter-spacing: -0.08em;
}
.monogram > span {
  font-size: 16px;
  align-self: flex-start;
  margin: 2px 0 0 2px;
  color: #6e88ff;
}
.wordmark .wordmark-name {
  font-weight: 600;
  margin: 0;
  line-height: 1.2;
}
.wordmark-name small {
  display: block;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: #9fa7b5;
  margin-top: 6px;
}
.site-header nav {
  gap: clamp(14px, 1.8vw, 32px);
}
.site-header nav a {
  font-size: 14px;
  font-weight: 400;
  color: #b1b7c1;
}
.site-header nav a:hover {
  color: white;
}
.header-contact {
  border: 1px solid #454b59;
  border-radius: 0;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 400;
}
.header-contact:hover {
  background: #f4f6ff;
  color: #111;
}
.header-contact span {
  margin-left: 18px;
}
.site-header nav a:after {
  background: #6e88ff;
}
.identity-hero {
  padding: 128px var(--pad) 0;
  overflow: hidden;
  position: relative;
  background: #090b10;
  isolation: isolate;
}
.hero-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #b4bac5;
  font-size: 12px;
  letter-spacing: 0.06em;
}
.hero-meta > span:first-child {
  display: flex;
  align-items: center;
  gap: 10px;
}
.status-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #7891ff;
  border-radius: 50%;
  box-shadow: 0 0 15px #5271ff80;
}
.identity-layout {
  display: grid;
  grid-template-columns: 1.12fr 1fr;
  align-items: center;
  max-width: 1550px;
  margin: 0 auto;
  min-height: min(740px, calc(100svh - 235px));
  padding: 42px 0 35px;
  gap: 32px;
}
.identity-copy {
  position: relative;
  z-index: 2;
}
.hero-kicker {
  font-size: 12px;
  letter-spacing: 0.14em;
  color: #9ca6bb;
  margin-bottom: 22px;
}
.identity-copy h1 {
  font-size: clamp(74px, 8.6vw, 154px);
  font-weight: 400;
  letter-spacing: -0.075em;
  line-height: 0.94;
  margin-left: -0.055em;
  color: #f1f3f5;
}
.blue-dot {
  color: #5b78ff;
}
.hero-positioning {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  margin-top: 32px;
}
.tiny-cross {
  color: #7090ff;
  line-height: 1.4;
  font-size: 24px;
}
.hero-positioning p {
  font-size: clamp(19px, 1.9vw, 28px);
  color: #e0e5ef;
  line-height: 1.35;
  letter-spacing: -0.035em;
}
.identity-description {
  font-size: 16px;
  line-height: 1.7;
  color: #929cac;
  max-width: 430px;
  margin-top: 20px;
}
.identity-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 30px;
}
.button {
  border-radius: 0;
  min-height: 56px;
  font-size: 14px;
  padding: 16px 22px;
}
.button-blue {
  background: #4164ff;
  color: white;
  gap: 35px;
  border: 1px solid #4164ff;
  box-shadow: none;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button-blue:hover {
  background: #5978ff;
  border-color: #5978ff;
  transform: translateY(-3px);
}
.button > span {
  font-size: 23px;
  font-weight: 400;
}
.text-link {
  font-size: 14px;
  font-weight: 400;
  display: inline-flex;
  gap: 20px;
  border-bottom: 1px solid #606b7f;
  padding: 13px 0;
  color: inherit;
}
.text-link:hover {
  border-color: #6784ff;
  color: #9aafff;
}
.identity-visual {
  position: relative;
  align-self: stretch;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sculpture-frame {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.sculpture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  max-width: none;
  opacity: 0.85;
  mask-image: linear-gradient(
    0deg,
    transparent 1%,
    #000 22%,
    #000 78%,
    transparent 99%
  );
}
.visual-coord {
  position: absolute;
  font-size: 10px;
  letter-spacing: 0.12em;
  color: #919aaa;
}
.coord-top {
  top: 13px;
  right: 6px;
}
.coord-side {
  writing-mode: vertical-rl;
  right: 0;
  top: 40%;
  font-size: 10px;
}
.signature {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 0;
  border-top: 1px solid #b8c2da38;
  background: linear-gradient(90deg, #090b10cc, #090b1010);
}
.signature img {
  width: 47px;
  height: 55px;
  object-fit: cover;
  object-position: center 27%;
  border-radius: 2px;
  filter: grayscale(1);
}
.signature div {
  flex: 1;
}
.signature div > span {
  font-size: 14px;
  display: block;
  color: #e0e4ec;
}
.signature small {
  display: block;
  font-size: 12px;
  color: #8d97a7;
  margin-top: 3px;
}
.signature > span {
  font-size: 28px;
  color: #7185a9;
}
.identity-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #b6c3df28;
  padding: 24px 0;
  color: #929dae;
  font-size: 12px;
}
.identity-footer a {
  color: #bdc5d3;
  display: flex;
  align-items: center;
  gap: 35px;
}
.footer-divider {
  color: #485568;
  padding-inline: 14px;
}
.identity-footer a > span {
  color: #6784ff;
  font-size: 18px;
}
.identity-copy {
  animation: identity-arrive 0.9s cubic-bezier(0.2, 0.7, 0.3, 1) both;
}
@keyframes identity-arrive {
  from {
    opacity: 0.1;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (min-width: 1800px) {
  .identity-layout {
    min-height: 800px;
  }
  .identity-hero {
    padding-top: 150px;
  }
  .hero-meta,
  .identity-footer {
    max-width: 1550px;
    margin-inline: auto;
  }
}
@media (max-width: 1100px) {
  .wordmark-name {
    display: none !important;
  }
  .identity-layout {
    gap: 16px;
    grid-template-columns: 1.1fr 1fr;
    min-height: 700px;
  }
  .identity-actions {
    gap: 22px;
  }
  .identity-copy h1 {
    font-size: 10vw;
  }
  .hero-positioning p {
    font-size: 22px;
  }
  .signature div > span {
    font-size: 13px;
  }
  .signature small {
    font-size: 12px;
  }
  .site-header nav {
    gap: 18px;
  }
  .header-contact {
    font-size: 13px;
  }
}
@media (max-width: 760px) {
  .site-header {
    height: 76px;
    position: absolute;
    padding-inline: 24px;
  }
  .wordmark-name {
    display: block !important;
  }
  .header-contact {
    display: none;
  }
  .menu-toggle {
    display: block;
    margin-left: auto;
  }
  .site-header nav,
  .js-enabled .site-header nav {
    display: none;
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    margin: 0;
    padding: 20px 24px 28px;
    background: #11151e;
    border-bottom: 1px solid #344059;
    flex-direction: column;
    gap: 8px;
  }
  .site-header.menu-open nav {
    display: flex;
  }
  .site-header nav a {
    padding: 12px 0;
    font-size: 17px;
  }
  .identity-hero {
    padding: 103px 24px 0;
  }
  .hero-meta {
    font-size: 10px;
    letter-spacing: 0.02em;
  }
  .hero-meta > span:last-child {
    display: none;
  }
  .identity-layout {
    grid-template-columns: 1fr;
    gap: 0;
    min-height: 0;
    padding: 40px 0 0;
  }
  .hero-kicker {
    font-size: 11px;
    margin-bottom: 20px;
  }
  .identity-copy h1 {
    font-size: clamp(70px, 17vw, 128px);
    line-height: 0.96;
  }
  .hero-positioning {
    margin-top: 28px;
    gap: 12px;
  }
  .hero-positioning p {
    font-size: 22px;
  }
  .identity-description {
    font-size: 16px;
    max-width: 430px;
  }
  .identity-actions {
    gap: 22px;
    flex-wrap: wrap;
    margin-top: 25px;
  }
  .identity-actions .button {
    min-height: 54px;
    padding: 14px 19px;
    gap: 28px;
  }
  .identity-actions .text-link {
    font-size: 14px;
    gap: 18px;
  }
  .identity-visual {
    min-height: 380px;
    margin-top: 15px;
  }
  .sculpture-frame {
    inset: 0 5% 0;
  }
  .sculpture {
    object-position: 50% 32%;
  }
  .coord-top {
    top: 24px;
    font-size: 10px;
  }
  .coord-side {
    right: 1px;
  }
  .signature {
    bottom: 0;
    left: 0;
    right: 0;
    padding-block: 15px;
    background: linear-gradient(0deg, #090b10, #090b1080);
  }
  .identity-footer {
    padding: 20px 0;
    font-size: 11px;
  }
  .identity-footer a {
    font-size: 11px;
    gap: 12px;
  }
  .footer-divider {
    padding-inline: 6px;
  }
}
/* Materials, hierarchy and supporting sections */
.sculpture {
  object-fit: contain;
  object-position: center;
  opacity: 1;
  mix-blend-mode: screen;
  mask-image: linear-gradient(
    0deg,
    transparent,
    #000 15%,
    #000 95%,
    transparent
  );
  transform: translate3d(var(--art-x, 0px), var(--art-y, 0px), 0);
  transition: transform 0.6s cubic-bezier(0.2, 0.6, 0.3, 1);
}
.sculpture-frame {
  inset: -30px -30px 8px -32px;
}
.signature {
  z-index: 2;
}
.identity-visual:before {
  content: "";
  position: absolute;
  inset: 30px 10px 75px;
  border: 1px solid #ffffff07;
  pointer-events: none;
}
.identity-copy h1 {
  font-weight: 400;
}
.section {
  padding-block: 110px;
}
.eyebrow {
  font-size: 12px;
  letter-spacing: 0.09em;
  font-weight: 400;
  color: #b9c1d0;
}
.section-number {
  color: #7188d6;
  margin-right: 22px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: flex-end;
  margin-bottom: 56px;
}
.section-heading .eyebrow {
  margin-bottom: 25px;
}
.section-heading h2 {
  font-size: clamp(36px, 4.3vw, 66px);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 1.07;
}
.muted {
  color: #8d96a5;
}
.section-intro {
  color: #9fa8b8;
  max-width: 360px;
  font-size: 16px;
  line-height: 1.7;
}
.metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 34px 0 45px;
  border-bottom: 1px solid #283040;
  gap: 0;
}
.metrics > div {
  padding: 0 32px;
  border: 0;
  border-left: 1px solid #2b3445;
}
.metrics > div:first-child {
  padding-left: 0;
  border-left: 0;
}
.metrics strong {
  font-size: clamp(39px, 4.2vw, 64px);
  font-weight: 400;
  letter-spacing: -0.065em;
  color: #e4e9f1;
  line-height: 1.1;
}
.metrics strong span {
  font-size: 20px;
  font-weight: 400;
  color: #aeb9cc;
  letter-spacing: -0.03em;
}
.metrics p {
  font-size: 13px;
  line-height: 1.5;
  margin-top: 10px;
  color: #99a4b7;
}
.featured-cases {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.case {
  display: flex;
  flex-direction: column;
  padding: 38px;
  position: relative;
  border: 1px solid #303a4b;
  border-radius: 0;
  min-width: 0;
  box-shadow: none;
  overflow: hidden;
  background: #111621;
  transition:
    border-color 0.3s,
    transform 0.3s;
}
.case:hover {
  border-color: #6b83d4;
  transform: translateY(-3px);
}
.case-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  color: #b5c5e5;
}
.case-top > span:last-child {
  color: #8091b0;
}
.case-number {
  font-size: clamp(70px, 7.2vw, 105px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.07em;
  margin: 34px 0 25px;
  color: #edf2ff;
}
.case-number > span {
  display: block;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5;
  color: #9baac2;
  margin: 14px 0 0;
}
.case h3 {
  font-size: clamp(24px, 2.5vw, 36px);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.15;
  max-width: 480px;
}
.case p {
  font-size: 16px;
  line-height: 1.7;
  margin-top: 22px;
  color: #a6b0c2;
  max-width: 440px;
}
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.case .tags {
  padding-top: 32px;
  margin-top: auto;
}
.tags span {
  font-size: 12px;
  border: 1px solid #40516d;
  border-radius: 0;
  padding: 5px 9px;
  background: transparent;
  color: #b3c3de;
}
.case-note {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 12px;
  font-size: 12px;
  margin: 26px 0 0;
  color: #94a8ca;
}
.case-note b {
  font-size: 14px;
  font-weight: 400;
  color: #d9e3f7;
}
.case-bank {
  background: linear-gradient(140deg, #182544, #111621 65%);
}
.case-energy {
  background: #111621;
}
.case-primary {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 55px;
  background: #edf0f4;
  color: #101521;
  border-color: #edf0f4;
  padding: 40px 42px 46px;
}
.case-primary .case-top {
  grid-column: 1/-1;
  padding-bottom: 22px;
  border-bottom: 1px solid #c4cbd6;
  color: #44536d;
}
.case-primary .case-top > span:last-child {
  color: #66748b;
}
.case-primary h3 {
  font-size: clamp(30px, 3.2vw, 48px);
  color: #141b2b;
  line-height: 1.13;
}
.case-primary p {
  color: #5a6579;
  font-size: 16px;
  margin-top: 24px;
  max-width: 420px;
}
.case-primary .tags {
  margin-top: 30px;
  padding-top: 0;
}
.case-primary .tags span {
  border-color: #b7c3d6;
  color: #586880;
}
.flagship-result {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
}
.case-primary .case-number {
  font-size: clamp(105px, 14vw, 210px);
  color: #335be7;
  margin: -5px 0 28px;
  letter-spacing: -0.09em;
  line-height: 0.95;
}
.case-primary .case-number > span {
  color: #506178;
  font-size: 16px;
  margin: 17px 0 0;
  letter-spacing: 0;
}
.deal-bar {
  display: flex;
  gap: 4px;
  height: 8px;
  margin-top: auto;
  background: transparent;
}
.deal-bar span:first-child {
  width: 84.507%;
  background: #315ceb;
}
.deal-bar span:last-child {
  width: 15.493%;
  background: #93aafa;
}
.deal-legend {
  display: flex;
  justify-content: space-between;
  font-size: 19px;
  letter-spacing: -0.035em;
  margin-top: 17px;
  color: #1f3760;
}
.deal-legend small {
  display: block;
  font-size: 12px;
  letter-spacing: 0;
  color: #738299;
  margin-top: 5px;
}
.case-list {
  margin-top: 35px;
}
.case-row {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 190px;
  gap: 26px;
  padding: 30px 0;
  border-bottom: 1px solid #2a3343;
  align-items: start;
  transition: background 0.2s;
}
.case-row:first-child {
  border-top: 1px solid #2a3343;
}
.case-row:hover {
  background: #ffffff05;
}
.row-index {
  font-size: 12px;
  color: #7685a1;
  padding-top: 2px;
}
.case-row h3 {
  font-size: 23px;
  font-weight: 400;
  letter-spacing: -0.035em;
  margin-top: 10px;
  line-height: 1.25;
}
.case-row-content > .eyebrow {
  font-size: 11px;
  letter-spacing: 0.055em;
  color: #90a1c1;
}
.case-row-content > p:last-child {
  font-size: 15px;
  color: #98a3b6;
  margin-top: 12px;
  line-height: 1.7;
  max-width: 660px;
}
.row-value {
  text-align: right;
  font-size: 37px;
  color: #d9e5fb;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.04em;
  white-space: nowrap;
}
.row-value > span {
  font-size: 15px;
  letter-spacing: 0;
}
.row-value small {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.5;
  display: block;
  color: #93a1b9;
  margin-top: 9px;
  white-space: normal;
}
.footnote {
  font-size: 12px;
  line-height: 1.7;
  color: #8492ab;
  margin-top: 28px;
  max-width: 830px;
}
.fleet-section {
  background: #e8ecf1;
  color: #111725;
  border: none;
  position: relative;
}
.fleet-section .section-heading h2 {
  color: #131d2d;
}
.fleet-section .muted {
  color: #7c879a;
}
.fleet-section .eyebrow {
  color: #536782;
}
.fleet-section .section-number {
  color: #3860e2;
}
.fleet-section .section-intro {
  color: #596b83;
}
.hardware-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-block: 1px solid #bdc9da;
}
.hardware,
.hardware + .hardware {
  display: flex;
  flex-direction: column;
  position: relative;
  background: transparent;
  border: 0;
  border-right: 1px solid #bdc9da;
  border-radius: 0;
  padding: 28px 28px 32px;
  min-width: 0;
  transition: background 0.25s;
}
.hardware:first-child {
  padding-left: 0;
}
.hardware:last-child {
  border-right: 0;
  padding-right: 0;
}
.hardware:hover {
  background: #f3f6fa;
}
.hardware h3 {
  font-size: clamp(27px, 2.8vw, 43px);
  font-weight: 400;
  letter-spacing: -0.04em;
  margin: 52px 0 8px;
  color: #172336;
}
.hardware > .eyebrow {
  font-size: 11px;
  color: #536d93;
}
.hardware p {
  color: #586b87;
  line-height: 1.7;
  font-size: 16px;
}
.hardware .hardware-sub {
  font-size: 13px;
  color: #6b7f9c;
}
.hardware-rule {
  height: 2px;
  background: #4164ff;
  width: 44px;
  margin: 26px 0;
}
.hardware-bottom {
  border: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 30px;
  color: #344e77;
  font-size: 12px;
}
.hardware-bottom span {
  border: 1px solid #b9c8df;
  padding: 5px 8px;
}
.infra-services {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 32px;
  margin-top: 32px;
}
.infra-services span {
  border-bottom: 0;
  padding: 0;
  font-size: 14px;
  color: #435c81;
}
.infra-services span:before {
  content: "+";
  color: #4164ff;
  margin-right: 10px;
}
.fleet-section .footnote {
  color: #748199;
  margin-top: 22px;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
}
.process-grid article {
  border-top: 1px solid #35445f;
  padding-top: 24px;
}
.process-number {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #7592ff;
  letter-spacing: 0.04em;
  margin-bottom: 48px;
}
.process-grid h3 {
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: -0.035em;
  font-weight: 400;
  color: #e2e8f3;
}
.process-grid p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.7;
  color: #9eabc0;
}
.ai-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-top: 65px;
  border: 1px solid #354868;
  border-radius: 0;
  padding: 42px;
  background: linear-gradient(110deg, #15213a, #10151f);
  position: relative;
}
.ai-panel:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #5a7cff;
}
.ai-heading .eyebrow {
  font-size: 11px;
  color: #859ecc;
}
.ai-heading h3 {
  font-size: 36px;
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.15;
  margin-top: 20px;
}
.ai-panel p {
  font-size: 16px;
  color: #a9b6ce;
  line-height: 1.7;
}
.ai-panel .text-link {
  margin-top: 18px;
}
.about-section {
  padding: 35px 0 110px;
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  gap: clamp(45px, 7vw, 105px);
  align-items: center;
}
.portrait {
  min-height: 0;
  height: auto;
  aspect-ratio: 4/5;
  overflow: hidden;
  position: relative;
  border-radius: 0;
  background: #121820;
}
.portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.65);
  transition: filter 0.6s;
}
.portrait:hover img {
  filter: saturate(1);
}
.portrait > span {
  position: absolute;
  left: 25px;
  bottom: 23px;
  font-size: 11px;
  letter-spacing: 0.13em;
  color: #e1e8f4;
}
.portrait:after {
  content: "";
  position: absolute;
  inset: 70% 0 0;
  pointer-events: none;
  background: linear-gradient(0deg, #070d1780, transparent);
}
.portrait > span {
  z-index: 1;
}
.about-copy h2 {
  font-size: clamp(55px, 6.2vw, 94px);
  font-weight: 400;
  line-height: 0.99;
  letter-spacing: -0.065em;
  margin: 27px 0 18px;
}
.about-copy .role {
  color: #8b9ebe;
  font-size: 14px;
  margin-bottom: 29px;
}
.about-copy .about-lead {
  font-size: clamp(21px, 2vw, 29px);
  line-height: 1.35;
  letter-spacing: -0.03em;
  color: #dee5f0;
  margin-bottom: 20px;
}
.about-copy > p:not(.eyebrow):not(.role):not(.about-lead) {
  font-size: 16px;
  line-height: 1.75;
  color: #9aa7bd;
  margin-top: 17px;
}
.about-facts {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 20px;
  border-block: 1px solid #303d55;
  padding: 21px 0;
  margin: 28px 0 19px;
}
.about-facts > div > span {
  display: block;
  font-size: 11px;
  color: #7a8ba7;
  margin-bottom: 7px;
}
.about-facts b {
  font-weight: 400;
  font-size: 14px;
  color: #c8d4e9;
}
.about-copy .text-link {
  color: #c5d4f0;
}
.experience-section {
  --line: #cad1dc;
  --muted: #5e6d84;
  --text: #17243a;
  --accent: #315be8;
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 96px 0;
  background: #eef1f5;
  color: #17243a;
}
.experience-section .section-heading {
  align-items: center;
}
.experience-section .section-heading h2 {
  font-size: clamp(33px, 3.3vw, 50px);
  font-weight: 400;
  max-width: 760px;
}
.experience-section .muted {
  color: #7c889d;
}
.experience-section .eyebrow {
  color: #5f728f;
}
.experience-section .section-number {
  color: #315be8;
}
.company-list article {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.7fr);
  gap: clamp(28px, 5vw, 80px);
  padding: 36px 0;
  border-top: 1px solid #c3cddb;
  align-items: start;
}
.company-list article:last-child {
  border-bottom: 1px solid #c3cddb;
}
.company-identity h3 {
  font-size: clamp(25px, 2.6vw, 36px);
  font-weight: 400;
  letter-spacing: -0.04em;
  color: #20304a;
  line-height: 1.2;
  overflow-wrap: anywhere;
}
.company-identity p {
  color: #647996;
  font-size: 13px;
  margin-top: 10px;
}
.company-results {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0 0 0 18px;
  color: #566a85;
  font-size: 16px;
  line-height: 1.7;
}
.company-results li {
  padding-left: 6px;
}
.company-results li::marker {
  color: #4164ff;
}
.company-results strong {
  font-weight: 600;
  color: #213f70;
}
@media (max-width: 760px) {
  .experience-section {
    padding-block: 72px;
  }
  .experience-section .section-heading h2 {
    font-size: clamp(32px, 8vw, 48px);
  }
  .company-list article {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
    padding-block: 28px;
  }
  .company-identity h3 {
    font-size: 29px;
  }
  .company-results {
    gap: 10px;
  }
}
.contact-section {
  background: #315bec;
  color: white;
  border: 0;
  padding: 85px 0 70px;
  overflow: hidden;
}
.contact-section .eyebrow {
  color: #ccd9ff;
}
.contact-section .section-number {
  color: #b5c8ff;
}
.contact-section h2 {
  position: relative;
  font-size: clamp(52px, 7.25vw, 112px);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 1.04;
  margin: 38px 0 52px;
  color: #fff;
}
.contact-section h2 > span {
  color: #b2c6ff;
}
.contact-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(100px, 12vw, 175px);
  aspect-ratio: 1;
  border: 1px solid #b2c7ff80;
  border-radius: 50%;
  font-family: Arial, sans-serif;
  font-size: clamp(70px, 9vw, 140px);
  line-height: 1;
  transition:
    background 0.3s,
    transform 0.3s;
}
.contact-arrow:hover {
  background: #fff;
  color: #315bec;
  transform: rotate(8deg);
}
.contact-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  border-top: 1px solid #b4caff55;
  padding-top: 35px;
}
.contact-bottom > div > p {
  font-size: 16px;
  line-height: 1.65;
  max-width: 400px;
  color: #d3dfff;
}
.contact-bottom .button-light {
  margin-top: 25px;
  color: #244ad0;
  background: #f0f4ff;
  border-color: #f0f4ff;
  box-shadow: none;
  gap: 35px;
}
.contact-links {
  display: flex;
  flex-direction: column;
}
.contact-links a {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr) 24px;
  gap: 14px;
  align-items: center;
  border-bottom: 1px solid #adc4ff4d;
  padding: 14px 0;
  transition: padding 0.2s;
}
.contact-links a:first-child {
  padding-top: 0;
}
.contact-links a:hover {
  padding-left: 8px;
}
.contact-links a > span {
  font-size: 12px;
  color: #b4c9ff;
}
.contact-links b {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  overflow-wrap: anywhere;
}
.contact-links i {
  font-size: 20px;
  font-style: normal;
  color: #c7d7ff;
}
.contact-section .button:hover {
  background: white;
  color: #2045c9;
}
.contact-section :focus-visible {
  outline-color: #fff;
}
.contact-section ::selection {
  background: white;
  color: #315bec;
}
footer.wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding-block: 33px;
}
footer .wordmark {
  font-size: 17px;
  gap: 0;
  letter-spacing: -0.04em;
}
footer .wordmark i {
  color: #5f7aff;
  font-style: normal;
  margin-left: 10px;
}
footer > span {
  font-size: 11px;
  color: #7c8aa2;
}
footer > a:last-child {
  font-size: 12px;
  color: #a8b8d1;
}
.reveal-ready {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.75s ease,
    transform 0.75s cubic-bezier(0.2, 0.7, 0.3, 1);
}
.reveal-ready.is-visible {
  opacity: 1;
  transform: none;
}
@media (min-width: 1500px) {
  .case-primary {
    padding: 50px 55px;
  }
  .case-primary .case-number {
    font-size: 210px;
  }
  .flagship-story {
    padding-bottom: 15px;
  }
}
@media (max-width: 1100px) {
  .case-primary {
    column-gap: 30px;
    padding: 34px;
  }
  .case-primary .case-number {
    font-size: 14vw;
  }
  .case-primary h3 {
    font-size: 34px;
  }
  .section-heading h2 {
    font-size: 46px;
  }
  .section-intro {
    max-width: 310px;
  }
  .case {
    padding: 30px;
  }
  .case-primary {
    padding: 34px;
  }
  .hardware,
  .hardware + .hardware {
    padding-inline: 22px;
  }
  .hardware:first-child {
    padding-left: 0;
  }
  .hardware:last-child {
    padding-right: 0;
  }
  .hardware h3 {
    font-size: 30px;
  }
  .process-grid {
    gap: 25px;
  }
  .process-grid h3 {
    font-size: 23px;
  }
  .ai-panel {
    padding: 32px;
    gap: 40px;
  }
  .about-grid {
    gap: 40px;
  }
  .about-copy h2 {
    font-size: 68px;
  }
  .resume .timeline article {
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 30px;
  }
  .resume .timeline-type {
    display: none;
  }
  .resume .education {
    grid-template-columns: 160px 1fr;
    gap: 8px 30px;
  }
  .contact-bottom {
    gap: 50px;
  }
  .contact-links a {
    grid-template-columns: 64px minmax(0, 1fr) 20px;
    gap: 10px;
  }
  .contact-links b {
    font-size: 14px;
  }
}
@media (max-width: 760px) {
  .sculpture-frame {
    inset: -15px 8% 10px;
  }
  .identity-visual {
    min-height: 400px;
  }
  .section {
    padding-block: 76px;
  }
  .section-heading {
    display: block;
    margin-bottom: 36px;
  }
  .section-heading .eyebrow {
    margin-bottom: 22px;
  }
  .section-heading h2 {
    font-size: clamp(35px, 8vw, 52px);
    line-height: 1.1;
  }
  .section-intro {
    max-width: 500px;
    margin-top: 25px;
    font-size: 16px;
  }
  .metrics {
    grid-template-columns: 1fr 1fr;
    gap: 0;
    padding: 10px 0 20px;
  }
  .metrics > div,
  .metrics > div:first-child {
    padding: 25px 0;
    border: 0;
  }
  .metrics > div:nth-child(even) {
    border: 0;
    padding-left: 24px;
  }
  .metrics strong {
    font-size: 46px;
  }
  .metrics strong span {
    font-size: 18px;
  }
  .metrics p {
    font-size: 12px;
    max-width: 165px;
  }
  .featured-cases {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .case,
  .case-primary {
    display: flex;
    flex-direction: column;
    padding: 26px;
    gap: 0;
  }
  .case-primary .case-top {
    padding-bottom: 22px;
    font-size: 10px;
    gap: 20px;
  }
  .case-primary .case-top > span:last-child {
    max-width: 95px;
    text-align: right;
  }
  .case-primary h3 {
    font-size: 33px;
    margin-top: 27px;
  }
  .case-primary .tags {
    margin-top: 22px;
  }
  .flagship-result {
    border-top: 1px solid #bac7de;
    margin-top: 28px;
    padding-top: 28px;
  }
  .case-primary .case-number {
    font-size: 116px;
    margin: 0 0 26px;
  }
  .case-primary .case-number > span {
    font-size: 14px;
    margin-top: 14px;
  }
  .deal-legend {
    font-size: 17px;
  }
  .deal-legend small {
    font-size: 11px;
  }
  .case-number {
    font-size: 84px;
    margin-top: 30px;
  }
  .case-number > span {
    font-size: 13px;
  }
  .case h3 {
    font-size: 26px;
    line-height: 1.2;
  }
  .case-primary h3 {
    font-size: 32px;
  }
  .case p {
    font-size: 16px;
  }
  .case-note {
    margin-top: 25px;
  }
  .case .tags {
    padding-top: 24px;
  }
  .case-primary .tags {
    padding-top: 0;
  }
  .case-energy h3 {
    margin-top: 0;
  }
  .case-energy .case-note {
    display: flex;
  }
  .case-energy .tags {
    padding-top: 24px;
  }
  .case-list {
    margin-top: 30px;
  }
  .case-row {
    grid-template-columns: 26px 1fr;
    gap: 13px;
    padding: 25px 0;
  }
  .case-row h3 {
    font-size: 22px;
  }
  .case-row-content > .eyebrow {
    font-size: 10px;
  }
  .case-row-content > p:last-child {
    font-size: 15px;
  }
  .row-value {
    grid-column: 2;
    text-align: left;
    font-size: 33px;
    margin-top: 3px;
  }
  .row-value small {
    display: inline-block;
    margin-left: 9px;
    font-size: 11px;
    max-width: 180px;
  }
  .case-row .row-value > span {
    font-size: 14px;
  }
  .footnote {
    font-size: 12px;
    margin-top: 24px;
  }
  .hardware-grid {
    grid-template-columns: 1fr;
    border-bottom: 0;
  }
  .hardware,
  .hardware + .hardware,
  .hardware:first-child,
  .hardware:last-child {
    border: 0;
    border-bottom: 1px solid #bdc9da;
    padding: 28px 0;
  }
  .hardware h3 {
    font-size: 39px;
    margin-top: 27px;
  }
  .hardware p {
    max-width: 500px;
  }
  .hardware-rule {
    margin-block: 22px;
  }
  .hardware-bottom {
    padding-top: 22px;
  }
  .infra-services {
    gap: 14px 24px;
  }
  .infra-services span {
    font-size: 13px;
  }
  .process-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .process-grid article {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 15px;
    padding-top: 24px;
  }
  .process-number {
    grid-row: 1/3;
    margin: 0;
    line-height: 1.9;
  }
  .process-grid h3 {
    font-size: 25px;
  }
  .process-grid p {
    grid-column: 2;
    margin-top: 0;
    font-size: 16px;
  }
  .ai-panel {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 28px;
    margin-top: 40px;
  }
  .ai-heading h3 {
    font-size: 32px;
  }
  .about-section {
    padding: 0 0 72px;
  }
  .about-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .portrait {
    aspect-ratio: 4/4.6;
    width: 100%;
  }
  .about-copy h2 {
    font-size: 74px;
  }
  .about-copy .about-lead {
    font-size: 24px;
  }
  .about-facts {
    grid-template-columns: 1fr 1fr;
  }
  .about-facts b {
    font-size: 13px;
  }
  .resume {
    padding: 72px var(--pad);
    margin: 0;
  }
  .resume .section-heading h2 {
    font-size: clamp(30px, 6.7vw, 44px);
    overflow-wrap: break-word;
  }
  .resume .print-button {
    margin-top: 25px;
    font-size: 13px;
    min-height: 48px;
    padding: 12px 16px;
  }
  .resume .timeline article {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-block: 25px;
  }
  .resume .timeline h3 {
    font-size: 28px;
  }
  .resume .timeline-date {
    font-size: 12px;
  }
  .resume .job-title {
    font-size: 14px;
  }
  .resume .timeline article > div > p:last-child {
    font-size: 15px;
  }
  .resume .education {
    grid-template-columns: 1fr;
    gap: 9px;
    padding-top: 26px;
  }
  .education > .eyebrow {
    grid-row: auto;
  }
  .resume .education > span:last-child {
    grid-column: auto;
  }
  .resume .education p {
    font-size: 18px;
  }
  .contact-section {
    padding: 65px 0 50px;
  }
  .contact-section h2 {
    font-size: clamp(41px, 9vw, 66px);
    line-height: 1.06;
    margin: 30px 0 37px;
  }
  .contact-arrow {
    position: static;
    width: 65px;
    font-size: 49px;
    margin-top: 24px;
  }
  .contact-bottom {
    grid-template-columns: 1fr;
    gap: 35px;
    padding-top: 28px;
  }
  .contact-bottom > div > p {
    font-size: 16px;
  }
  .contact-links a {
    grid-template-columns: 64px minmax(0, 1fr) 22px;
    gap: 12px;
  }
  .contact-links b {
    font-size: 15px;
  }
  .contact-links a:first-child {
    padding-top: 14px;
    border-top: 1px solid #adc4ff4d;
  }
  footer.wrap {
    flex-wrap: wrap;
    padding-block: 27px;
    gap: 20px;
  }
  footer > .wordmark {
    font-size: 16px;
  }
  footer > span {
    order: 3;
    flex-basis: 100%;
    font-size: 10px;
  }
  footer > a:last-child {
    margin-left: auto;
  }
}
@media (max-width: 370px) {
  .identity-copy h1 {
    font-size: 64px;
  }
  .hero-positioning p {
    font-size: 19px;
  }
  .hero-positioning {
    gap: 10px;
  }
  .identity-actions {
    gap: 12px;
  }
  .identity-actions .button {
    width: 100%;
    justify-content: space-between;
  }
  .identity-actions .text-link {
    padding-top: 10px;
  }
  .metrics strong {
    font-size: 39px;
  }
  .metrics strong span {
    font-size: 16px;
  }
  .signature div > span {
    font-size: 12px;
  }
  .signature small {
    font-size: 10px;
  }
  .case,
  .case-primary {
    padding: 22px;
  }
  .case-primary h3 {
    font-size: 28px;
  }
  .deal-legend {
    font-size: 15px;
  }
  .contact-links b {
    font-size: 13px;
  }
}
/* Touch layouts: compact hero, persistent navigation and readable case results. */
@media (min-width: 761px) and (max-width: 1150px) {
  .case-energy {
    grid-column: auto;
  }
  .case-energy .case-note {
    display: flex;
  }
}
@media (max-width: 960px) {
  html {
    scroll-padding-top: 96px;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }
  .site-header {
    position: fixed;
    height: 76px;
    padding-inline: var(--pad);
    background: #090b10f5;
    gap: 16px;
  }
  .wordmark-name {
    display: block !important;
  }
  .header-contact {
    display: none;
  }
  .menu-toggle {
    display: block;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    margin-left: auto;
  }
  .site-header nav,
  .js-enabled .site-header nav {
    display: none;
    position: absolute;
    inset: 76px 0 auto;
    margin: 0;
    padding: 16px var(--pad) 24px;
    max-height: calc(100svh - 76px);
    max-height: calc(100dvh - 76px);
    overflow-y: auto;
    overscroll-behavior: contain;
    background: #11151e;
    border-bottom: 1px solid #344059;
    flex-flow: column nowrap;
    gap: 4px;
  }
  .site-header.menu-open nav {
    display: flex;
  }
  .site-header nav a {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 10px 0;
    font-size: 17px;
  }
  .menu-open .menu-toggle span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }
  .menu-open .menu-toggle span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }
  .identity-copy,
  .about-copy,
  .flagship-story,
  .flagship-result,
  .hardware,
  .process-grid article,
  .ai-panel > div,
  .contact-bottom > div {
    min-width: 0;
  }
  .identity-actions {
    flex-wrap: wrap;
  }
  .hardware-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .hardware,
  .hardware + .hardware,
  .hardware:first-child,
  .hardware:last-child {
    padding: 28px 0;
    border: 0;
    border-bottom: 1px solid #bdc9da;
  }
  .hardware:last-child {
    border-bottom: 0;
  }
  .hardware h3,
  .hardware-sub,
  .case h3 {
    overflow-wrap: anywhere;
  }
  .hardware-bottom {
    flex-wrap: wrap;
    gap: 10px 22px;
  }
  .hardware-rule {
    display: block;
  }
}
@media (max-width: 760px) {
  :root {
    --pad: clamp(20px, 5.5vw, 32px);
  }
  .identity-hero {
    padding: 102px var(--pad) 0;
  }
  .identity-layout {
    position: relative;
    isolation: isolate;
    grid-template-columns: minmax(0, 1fr);
    padding-top: 32px;
  }
  .identity-copy h1 {
    font-size: clamp(64px, 18vw, 112px);
  }
  .hero-meta,
  .hero-kicker {
    font-size: 12px;
    letter-spacing: 0.025em;
  }
  .hero-positioning {
    margin-top: 24px;
  }
  .hero-positioning p {
    font-size: clamp(19px, 5.1vw, 25px);
  }
  .identity-description {
    margin-top: 18px;
    line-height: 1.6;
  }
  .identity-actions {
    gap: 12px 22px;
    margin-top: 24px;
  }
  .identity-actions .button {
    min-height: 56px;
    font-size: 16px;
  }
  .identity-actions .text-link {
    min-height: 48px;
    padding-block: 12px;
  }
  .identity-visual {
    position: static;
    min-height: 0;
    margin-top: 28px;
    display: block;
  }
  .identity-visual:before,
  .visual-coord {
    display: none;
  }
  .sculpture-frame {
    inset: -28px -95px auto auto;
    width: 78%;
    height: 365px;
    opacity: 0.38;
    z-index: -1;
    mask-image: linear-gradient(90deg, transparent, #000 60%);
  }
  .signature {
    position: relative;
    inset: auto;
    gap: 12px;
    padding-block: 18px;
    background: none;
  }
  .signature img {
    flex: 0 0 44px;
    width: 44px;
    height: 54px;
  }
  .signature div {
    min-width: 0;
  }
  .signature div > span {
    font-size: 14px;
    line-height: 1.4;
  }
  .signature small {
    font-size: 12px;
    line-height: 1.5;
  }
  .identity-footer {
    flex-wrap: wrap;
    gap: 4px 20px;
    padding-block: 12px;
    font-size: 12px;
  }
  .identity-footer a {
    min-height: 44px;
    font-size: 12px;
  }
  .metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .metrics > div {
    min-width: 0;
  }
  .metrics > div:nth-child(even) {
    padding-left: 16px;
  }
  .metrics strong {
    font-size: clamp(38px, 10.5vw, 52px);
    white-space: nowrap;
  }
  .metrics strong span {
    font-size: 16px;
  }
  .metrics p {
    font-size: 14px;
  }
  .featured-cases,
  .about-grid,
  .ai-panel,
  .contact-bottom {
    grid-template-columns: minmax(0, 1fr);
  }
  .case-top,
  .case-primary .case-top {
    font-size: 12px;
    letter-spacing: 0;
    gap: 12px;
  }
  .case-primary .case-top > span:last-child {
    flex-shrink: 0;
  }
  .case-primary h3 {
    font-size: clamp(26px, 6.9vw, 36px);
  }
  .deal-legend {
    gap: 12px;
  }
  .deal-legend small {
    font-size: 12px;
  }
  .case-row {
    grid-template-columns: 26px minmax(0, 1fr);
  }
  .case-row-content,
  .row-value {
    min-width: 0;
  }
  .case-row h3 {
    overflow-wrap: anywhere;
  }
  .case-row-content > .eyebrow {
    font-size: 12px;
  }
  .case-row-content > p:last-child {
    font-size: 16px;
  }
  .row-value {
    white-space: normal;
  }
  .row-value small {
    display: block;
    margin: 6px 0 0;
    max-width: none;
    font-size: 12px;
  }
  .hardware {
    display: block;
  }
  .hardware-rule {
    display: block;
  }
  .process-grid article {
    grid-template-columns: 28px minmax(0, 1fr);
  }
  .ai-heading .eyebrow {
    font-size: 12px;
  }
  .about-copy h2 {
    font-size: clamp(50px, 14.8vw, 74px);
  }
  .about-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
  .about-facts div {
    display: block;
    min-width: 0;
  }
  .about-facts b {
    font-size: 14px;
    overflow-wrap: anywhere;
  }
  .resume .timeline article > div > p:last-child {
    font-size: 16px;
  }
  .contact-links a {
    grid-template-columns: 64px minmax(0, 1fr) 18px;
    min-height: 56px;
    gap: 10px;
  }
  .contact-links b {
    font-size: 14px;
  }
  footer > span {
    font-size: 12px;
  }
  footer > a:last-child {
    display: flex;
    align-items: center;
    min-height: 44px;
    font-size: 14px;
  }
  .reveal-ready {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 430px) {
  .wordmark-name small {
    font-size: 12px;
    letter-spacing: 0.04em;
  }
  .identity-actions .button {
    width: 100%;
  }
  .signature > span {
    display: none;
  }
  .contact-links a {
    grid-template-columns: minmax(0, 1fr) 22px;
    gap: 3px 12px;
  }
  .contact-links a > span {
    grid-column: 1;
    font-size: 12px;
  }
  .contact-links b {
    grid-column: 1;
    font-size: 16px;
  }
  .contact-links i {
    grid-column: 2;
    grid-row: 1 / 3;
  }
  .contact-links a:hover {
    padding-left: 0;
  }
}
@media (max-width: 960px) and (orientation: landscape) {
  .site-header {
    padding-left: max(var(--pad), env(safe-area-inset-left));
    padding-right: max(var(--pad), env(safe-area-inset-right));
  }
  .wrap {
    width: calc(
      100% - max(var(--pad), env(safe-area-inset-left)) -
        max(var(--pad), env(safe-area-inset-right))
    );
  }
  .identity-hero,
  .resume {
    padding-left: max(var(--pad), env(safe-area-inset-left));
    padding-right: max(var(--pad), env(safe-area-inset-right));
  }
}
@media (hover: none) {
  .button:hover,
  .case:hover,
  .contact-arrow:hover {
    transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  .reveal-ready {
    opacity: 1;
    transform: none;
  }
  .sculpture {
    transform: none;
  }
  .button:hover,
  .case:hover {
    transform: none;
  }
}
@media print {
  html,
  body {
    background: white !important;
    color: black !important;
    font-size: 10pt;
  }
  .site-header,
  .reading-progress,
  .identity-hero,
  .metrics,
  #deployments,
  #fleet,
  #system,
  #about,
  #contact,
  footer,
  .print-button,
  .skip {
    display: none !important;
  }
  .resume {
    padding: 0 !important;
    margin: 0 !important;
    background: white !important;
    color: black !important;
    width: 100% !important;
    max-width: none !important;
  }
  .print-heading {
    display: block;
    margin-bottom: 20px;
    border-bottom: 1px solid #222;
    padding-bottom: 15px;
  }
  .print-heading h1 {
    font-size: 27pt;
    color: black;
  }
  .print-heading p {
    font-size: 10pt;
    color: #333;
    line-height: 1.5;
    margin-top: 8px;
  }
  .resume > .section-heading {
    display: none;
  }
  .resume .timeline article {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 20px;
    padding: 14px 0;
    border-color: #bbb;
    break-inside: avoid;
  }
  .resume .timeline h3 {
    font-size: 16pt;
    color: #111;
  }
  .resume .timeline-date {
    font-size: 9pt;
    color: #333;
  }
  .resume .job-title {
    font-size: 10pt;
    color: #222;
    margin: 5px 0;
  }
  .resume .timeline article > div > p:last-child {
    font-size: 9pt;
    color: #333;
    line-height: 1.5;
  }
  .resume .timeline-type {
    display: none;
  }
  .resume .education {
    grid-template-columns: 110px 1fr;
    gap: 5px 20px;
    padding-top: 18px;
    break-inside: avoid;
  }
  .resume .education .eyebrow {
    font-size: 9pt;
    grid-row: 1/3;
  }
  .resume .education p {
    font-size: 11pt;
    color: #111;
  }
  .resume .education > span:last-child {
    font-size: 9pt;
    color: #333;
    grid-column: 2;
  }
  .reveal-ready {
    opacity: 1;
    transform: none;
  }
  @page {
    size: A4;
    margin: 16mm;
  }
}
