@font-face {
  font-family: Manrope;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src:
    url(./manrope-latin-400-normal-PaqtzbVb.woff2) format("woff2"),
    url(./manrope-latin-400-normal-8tf8FM3T.woff) format("woff");
}
@font-face {
  font-family: Manrope;
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src:
    url(./manrope-latin-500-normal-BYYD-dBL.woff2) format("woff2"),
    url(./manrope-latin-500-normal-DMZssgOp.woff) format("woff");
}
@font-face {
  font-family: Manrope;
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src:
    url(./manrope-latin-600-normal-4f0koTD-.woff2) format("woff2"),
    url(./manrope-latin-600-normal-BqgrALkZ.woff) format("woff");
}
@font-face {
  font-family: Manrope;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src:
    url(./manrope-latin-700-normal-BZp_XxE4.woff2) format("woff2"),
    url(./manrope-latin-700-normal-DGRFkw-m.woff) format("woff");
}
@font-face {
  font-family: IBM Plex Mono;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src:
    url(./ibm-plex-mono-latin-400-normal-DMJ8VG8y.woff2) format("woff2"),
    url(./ibm-plex-mono-latin-400-normal-CvHOgSBP.woff) format("woff");
}
@font-face {
  font-family: Manrope;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src:
    url(./manrope-latin-ext-400-normal-CMDvPJRp.woff2) format("woff2"),
    url(./manrope-latin-ext-400-normal-C-X6QNXX.woff) format("woff");
}
@font-face {
  font-family: Manrope;
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src:
    url(./manrope-latin-ext-500-normal-dm74KBQw.woff2) format("woff2"),
    url(./manrope-latin-ext-500-normal-EtoS1VaI.woff) format("woff");
}
@font-face {
  font-family: Manrope;
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src:
    url(./manrope-latin-ext-600-normal-_gBojHdJ.woff2) format("woff2"),
    url(./manrope-latin-ext-600-normal-u5Pl7hTU.woff) format("woff");
}
@font-face {
  font-family: Manrope;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src:
    url(./manrope-latin-ext-700-normal-DYOwVNan.woff2) format("woff2"),
    url(./manrope-latin-ext-700-normal-eVCcYqtJ.woff) format("woff");
}
:root {
  font-family: Manrope, sans-serif;
  color: #e6ece8;
  background: #0b1f18;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --bg: #0b1f18;
  --surface: #10261e;
  --text: #e6ece8;
  --muted: #a1b3a8;
  --sage: #6f8f7c;
  --emerald: #31d07c;
  --gold: #d6a84b;
  --line: rgba(153, 186, 166, 0.19);
  --mono: "IBM Plex Mono", monospace;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 105px;
}
body {
  margin: 0;
  min-width: 320px;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
button,
a {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
::selection {
  background: #31d07c;
  color: #0b1f18;
}
:focus-visible {
  outline: 2px solid var(--emerald);
  outline-offset: 6px;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 500;
}
p {
  line-height: 1.8;
}
img,
svg {
  display: block;
}
button {
  color: inherit;
}
main:focus {
  outline: none;
}
.container {
  width: min(1280px, calc(100% - 112px));
  margin-inline: auto;
}
.icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.emerald {
  color: var(--emerald);
}
.mobile-only {
  display: none;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  background: var(--emerald);
  color: var(--bg);
  padding: 14px 20px;
  transform: translateY(-180%);
}
.skip-link:focus {
  transform: translateY(0);
}
.site-header {
  height: 92px;
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: #0b1f18f2;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}
.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.brand-logo {
  width: 196px;
  height: auto;
}
.home-link {
  flex-shrink: 0;
}
.navigation {
  display: flex;
  align-items: center;
  gap: 33px;
}
.navigation > a {
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  transition: color 0.2s;
}
.navigation > a:hover,
.navigation > a[aria-current] {
  color: var(--emerald);
}
.navigation > a[href="#contact"] {
  color: var(--emerald);
}
.navigation .icon {
  width: 15px;
  height: 15px;
}
.navigation .nav-linkedin {
  padding-left: 24px;
  border-left: 1px solid var(--line);
}
.navigation .nav-linkedin > .icon {
  width: 18px;
  height: 18px;
}
.menu-toggle {
  display: none;
}
.hero {
  position: relative;
}
.hero-main {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  min-height: 724px;
  padding-block: 74px 62px;
  position: relative;
}
.hero-copy {
  position: relative;
  z-index: 1;
}
.eyebrow,
.section-label,
.diagram-label,
.contact-label {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 1.5px;
  line-height: 1.6;
}
.eyebrow {
  color: #a6baad;
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 27px;
  font-size: 9px;
  letter-spacing: 1.35px;
}
.status-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--emerald);
  box-shadow: 0 0 0 4px #31d07c0e;
}
.hero h1 {
  font-size: clamp(64px, 6.75vw, 100px);
  letter-spacing: -5px;
  line-height: 1.035;
  font-weight: 500;
}
.hero h1 > span {
  color: var(--emerald);
}
.hero-specialties {
  font-size: 11px;
  color: #bfcbc2;
  margin-top: 25px;
  white-space: nowrap;
}
.hero-specialties b {
  color: var(--sage);
  font-weight: 400;
  padding-inline: 5px;
}
.hero-intro {
  font-size: 14px;
  color: #d7e1db;
  margin-top: 25px;
}
.hero-description {
  font-size: 12px;
  max-width: 465px;
  color: var(--muted);
  margin-top: 10px;
  line-height: 1.9;
}
.hero-actions {
  display: flex;
  gap: 14px;
  margin-top: 30px;
}
.button {
  min-height: 47px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 14px 21px;
  font-size: 11px;
  font-weight: 600;
  transition:
    background 0.2s,
    border-color 0.2s,
    transform 0.2s;
}
.button .icon {
  width: 16px;
  height: 16px;
}
.button-primary {
  color: #082317;
  background: var(--emerald);
  border: 1px solid var(--emerald);
}
.button-primary:hover {
  background: #66e29f;
  border-color: #66e29f;
  transform: translateY(-2px);
}
.button-secondary {
  border: 1px solid #405449;
}
.button-secondary:hover {
  border-color: var(--emerald);
  background: #31d07c08;
  transform: translateY(-2px);
}
.signal-figure {
  position: relative;
  width: 114%;
  margin-left: -5%;
  align-self: center;
  margin-top: -36px;
}
.signal-network {
  width: 100%;
  overflow: visible;
}
.diagram-label {
  color: #8da493;
  font-size: 8px;
  letter-spacing: 1.5px;
  display: flex;
  align-items: center;
}
.diagram-label-top {
  position: absolute;
  top: 6px;
  left: 12%;
  right: 3%;
  gap: 12px;
}
.diagram-label-top > span:last-child {
  margin-left: auto;
  color: var(--sage);
}
.tiny-cross {
  font-size: 18px;
  color: var(--sage);
}
.diagram-label-bottom {
  margin-top: -7px;
  margin-inline: 11% 1%;
  justify-content: space-between;
}
.diagram-label-bottom > span {
  display: flex;
  align-items: center;
  gap: 9px;
}
.diagram-label i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--emerald);
}
.diagram-label .gold-dot {
  background: var(--gold);
}
.traveling-signal {
  animation: signal-flow 9s linear infinite;
}
.destination {
  animation: destination-pulse 6s ease-in-out infinite;
}
@keyframes signal-flow {
  to {
    stroke-dashoffset: -600;
  }
}
@keyframes destination-pulse {
  0%,
  60%,
  to {
    opacity: 0.6;
  }
  70% {
    opacity: 1;
  }
}
.hero-bottom {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  align-items: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  min-height: 133px;
  gap: 30px;
}
.hero-bottom > p {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.9;
}
.hero-bottom > p > span {
  color: #e0e7e2;
}
.process-diagram {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.process-step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--sage);
  gap: 9px;
  flex: 1;
}
.process-step svg {
  width: 44px;
  height: 44px;
}
.process-step > span:not(.process-connector) {
  font: 8px var(--mono);
  letter-spacing: 1.1px;
  text-transform: uppercase;
}
.process-step-2 {
  color: var(--emerald);
}
.process-step-3 {
  color: var(--gold);
}
.process-connector {
  position: absolute;
  top: 19px;
  right: -16px;
  color: var(--sage);
  font-size: 12px;
}
.scroll-link {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-self: end;
  color: var(--muted);
  font: 8px var(--mono);
  letter-spacing: 1px;
}
.scroll-link:hover {
  color: var(--emerald);
}
.scroll-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 20px;
  font-size: 17px;
}
.section {
  padding-block: 100px;
}
.section-label {
  display: flex;
  align-items: center;
  gap: 13px;
  color: var(--emerald);
  font-size: 9px;
  margin-bottom: 32px;
}
.section-label > span:first-child {
  color: var(--sage);
}
.label-line {
  height: 1px;
  width: 25px;
  background: var(--sage);
  opacity: 0.55;
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 45px;
  margin-bottom: 45px;
}
.section-heading h2,
.principles-layout > h2 {
  font-size: 39px;
  line-height: 1.3;
  letter-spacing: -1.5px;
}
.section-heading h2 > span {
  color: var(--muted);
}
.section-heading > p {
  color: var(--muted);
  font-size: 13px;
  max-width: 340px;
  padding-bottom: 4px;
}
.expertise-row {
  display: grid;
  grid-template-columns: 45px 65px minmax(210px, 0.82fr) 1.3fr;
  gap: 16px;
  align-items: start;
  padding: 30px 8px;
  border-top: 1px solid var(--line);
  transition: background 0.25s;
}
.expertise-row:last-child {
  border-bottom: 1px solid var(--line);
}
.expertise-row:hover {
  background: #a1b3a804;
}
.item-number {
  font: 10px var(--mono);
  color: var(--sage);
  line-height: 2;
}
.expertise-icon {
  color: #84b297;
  width: 30px;
  height: 30px;
  margin-top: 3px;
}
.expertise-row h3 {
  font-size: 18px;
  letter-spacing: -0.5px;
  padding-top: 3px;
}
.expertise-summary {
  font-size: 13px;
  line-height: 1.7;
  color: #d1dcd4;
}
.expertise-detail {
  color: var(--muted);
  font-size: 12px;
  margin-top: 8px;
  line-height: 1.85;
}
.architecture-section {
  background: #10251d;
  border-block: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}
.architecture-section:before {
  content: "";
  position: absolute;
  left: -160px;
  top: 0;
  width: 600px;
  height: 650px;
  transform: rotate(30deg);
  border: 1px solid #7590800d;
  box-shadow:
    0 0 0 65px #75908006,
    0 0 0 130px #75908006,
    0 0 0 195px #75908005;
  pointer-events: none;
}
.architecture-section > .container {
  position: relative;
}
.architecture-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 95px;
}
.manifesto h2 {
  font-size: 64px;
  line-height: 1.12;
  letter-spacing: -2.7px;
}
.manifesto h2 > span {
  color: var(--emerald);
}
.manifesto > p {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -0.6px;
  margin-top: 30px;
  color: var(--muted);
}
.architecture-copy {
  position: relative;
  padding-top: 9px;
}
.lead {
  font-size: 19px !important;
  line-height: 1.7 !important;
  color: var(--text) !important;
  letter-spacing: -0.35px;
}
.architecture-copy > p:not(.lead) {
  font-size: 13px;
  color: var(--muted);
  margin-top: 20px;
  max-width: 420px;
}
.architecture-copy strong {
  font-weight: 500;
  color: #d0ded4;
}
.small-plus {
  position: absolute;
  right: 0;
  top: -45px;
  color: var(--sage);
  font: 25px var(--mono);
}
.architecture-copy > .process-diagram {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  max-width: 430px;
}
.architecture-copy .process-step svg {
  width: 47px;
  height: 47px;
}
.technology-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.technology-item,
.technology-note {
  min-height: 133px;
  padding: 24px 27px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  position: relative;
}
.tech-index {
  position: absolute;
  right: 14px;
  top: 13px;
  color: var(--sage);
  font: 8px var(--mono);
}
.technology-item h3 {
  font-size: 17px;
  margin-top: 10px;
  letter-spacing: -0.3px;
}
.tech-category {
  font: 9px var(--mono);
  color: var(--muted);
  display: block;
  margin-top: 14px;
}
.technology-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 0;
  background: var(--emerald);
  transition: height 0.25s;
}
.technology-item:hover:before {
  height: 100%;
}
.technology-item:hover {
  background: #31d07c04;
}
.technology-note {
  display: flex;
  align-items: center;
  gap: 17px;
  background: #31d07c04;
}
.technology-note > span {
  color: var(--emerald);
  font-size: 30px;
}
.technology-note p {
  font-size: 11px;
  color: var(--muted);
}
.principles-section {
  padding-top: 20px;
}
.principles-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.5fr;
  gap: 65px;
}
.principles-layout > h2 {
  font-size: 35px;
}
.principles-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px 43px;
}
.principles-grid article {
  border-top: 1px solid var(--line);
  padding-top: 20px;
}
.principles-grid h3 {
  font-size: 15px;
  line-height: 1.5;
  margin-top: 13px;
}
.principles-grid p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.85;
  margin-top: 12px;
  max-width: 330px;
}
.brand-story {
  background: #0e231a;
  border-block: 1px solid var(--line);
}
.brand-story-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  gap: 100px;
}
.name-equation {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 78px;
  font-weight: 600;
  letter-spacing: -4px;
  line-height: 1.2;
}
.name-equation > span:first-child {
  color: var(--emerald);
}
.name-equation .equation-plus {
  color: #789581;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0;
}
.name-definitions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 55px;
  margin-top: 18px;
}
.name-definitions p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.8;
}
.name-definitions strong {
  font-weight: 500;
  color: #d8e4da;
}
.brand-explanation {
  color: var(--muted);
  font-size: 14px;
  max-width: 400px;
}
.brand-closing {
  border-top: 1px solid var(--line);
  display: flex;
  gap: 54px;
  align-items: flex-start;
  margin-top: 55px;
  padding-top: 43px;
}
.closing-arrow {
  font-size: 78px;
  line-height: 1.1;
  color: var(--gold);
  font-weight: 400;
}
.brand-closing p {
  font-size: 37px;
  line-height: 1.45;
  letter-spacing: -1.2px;
}
.brand-closing p > span {
  color: var(--muted);
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 120px;
}
.person-marker {
  font: 19px var(--mono);
  position: relative;
  width: 65px;
  height: 65px;
  border: 1px solid #425d4c;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #cad7ce;
  margin-bottom: 26px;
  background: linear-gradient(135deg, #1a3225, transparent);
}
.person-marker span {
  position: absolute;
  bottom: -6px;
  right: -7px;
  font-size: 21px;
  color: var(--emerald);
  background: var(--bg);
  padding-left: 4px;
}
.about-grid h2 {
  font-size: 32px;
  letter-spacing: -1px;
  line-height: 1.3;
}
.person-role {
  font-size: 12px;
  color: var(--emerald);
  margin-top: 9px;
}
.about-grid .text-link {
  margin-top: 27px;
  display: inline-flex;
  font-size: 11px;
  gap: 30px;
}
.text-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-block: 6px;
  transition: color 0.2s;
}
.text-link:hover {
  color: var(--emerald);
}
.text-link .icon {
  width: 16px;
  height: 16px;
}
.about-copy {
  padding-top: 6px;
}
.about-copy > p:not(.lead) {
  font-size: 13px;
  color: var(--muted);
  margin-top: 21px;
}
.contact-section {
  background: #132b20;
  border-block: 1px solid var(--line);
  padding-block: 80px;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 100px;
}
.contact-grid h2 {
  font-size: 65px;
  line-height: 1.1;
  letter-spacing: -2.5px;
  position: relative;
  display: inline-block;
}
.contact-grid h2 > span:not(.contact-arrow) {
  color: var(--emerald);
}
.contact-arrow {
  position: absolute;
  right: -85px;
  top: -3px;
  color: var(--emerald);
  font-size: 70px;
}
.contact-grid > div > p {
  font-size: 12px;
  color: var(--muted);
  max-width: 345px;
  margin-top: 27px;
}
.contact-details {
  font-style: normal;
  align-self: center;
}
.contact-line {
  border-bottom: 1px solid #516a573e;
  padding: 17px 0;
}
.contact-line:first-child {
  padding-top: 0;
}
.contact-label {
  color: var(--muted);
  font-size: 8px;
  display: block;
  margin-bottom: 6px;
}
.contact-line a {
  font-size: 15px;
}
.contact-business {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 11px;
  color: var(--muted);
  margin-top: 25px;
}
.contact-business > span:last-child {
  display: flex;
  align-items: center;
  gap: 8px;
}
.contact-business .icon {
  width: 13px;
  height: 13px;
}
.site-footer {
  padding-block: 42px 25px;
}
.footer-brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  padding-bottom: 27px;
}
.footer-brand .brand-logo {
  width: 162px;
}
.footer-brand > span {
  font: 8px var(--mono);
  letter-spacing: 3px;
  color: var(--sage);
}
.footer-bottom {
  display: flex;
  align-items: center;
  gap: 35px;
  padding-top: 23px;
  font-size: 9px;
  color: var(--muted);
}
.footer-bottom p {
  margin-right: auto;
}
.footer-bottom a {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 30px;
}
.footer-bottom a:hover {
  color: var(--emerald);
}
.footer-bottom .icon {
  width: 11px;
  height: 11px;
}
.back-to-top > span {
  font-size: 16px;
  padding-left: 8px;
}
@media (min-width: 1600px) {
  .hero-main {
    min-height: 800px;
  }
  .hero h1 {
    font-size: 110px;
  }
  .hero-description {
    font-size: 14px;
    max-width: 490px;
  }
  .hero-intro {
    font-size: 16px;
  }
  .hero-specialties {
    font-size: 12px;
  }
  .eyebrow {
    font-size: 10px;
  }
  .button {
    font-size: 12px;
    min-height: 50px;
  }
}
@media (max-width: 1100px) {
  .container {
    width: calc(100% - 72px);
  }
  .navigation {
    gap: 22px;
  }
  .brand-logo {
    width: 174px;
  }
  .hero-main {
    min-height: 660px;
    padding-block: 62px 52px;
  }
  .hero h1 {
    font-size: 76px;
    letter-spacing: -3.5px;
  }
  .hero-specialties {
    font-size: 10px;
    white-space: normal;
    max-width: 410px;
  }
  .hero-specialties b {
    padding-inline: 3px;
  }
  .hero-intro {
    font-size: 13px;
    max-width: 360px;
  }
  .hero-description {
    max-width: 385px;
  }
  .eyebrow {
    font-size: 8px;
    letter-spacing: 1px;
  }
  .hero-bottom {
    grid-template-columns: 1fr 1.25fr;
    gap: 40px;
    padding-block: 25px;
  }
  .scroll-link {
    display: none;
  }
  .signal-figure {
    width: 114%;
    margin-left: -6%;
  }
  .section {
    padding-block: 80px;
  }
  .section-heading h2 {
    font-size: 34px;
  }
  .expertise-row {
    grid-template-columns: 30px 45px minmax(175px, 0.8fr) 1.3fr;
    gap: 13px;
  }
  .expertise-row h3 {
    font-size: 16px;
  }
  .architecture-grid {
    gap: 55px;
  }
  .manifesto h2 {
    font-size: 54px;
  }
  .manifesto > p {
    font-size: 21px;
  }
  .lead {
    font-size: 17px !important;
  }
  .technology-item,
  .technology-note {
    padding: 21px 19px;
  }
  .technology-item h3 {
    font-size: 15px;
  }
  .technology-note {
    gap: 10px;
  }
  .principles-section {
    padding-top: 10px;
  }
  .principles-layout {
    gap: 35px;
    grid-template-columns: 0.7fr 1.5fr;
  }
  .principles-layout > h2 {
    font-size: 29px;
  }
  .brand-story-grid {
    gap: 60px;
  }
  .name-equation {
    font-size: 64px;
    gap: 20px;
  }
  .name-definitions {
    gap: 40px;
  }
  .about-grid {
    gap: 70px;
  }
  .about-grid h2 {
    font-size: 28px;
  }
  .contact-grid {
    gap: 65px;
  }
  .contact-grid h2 {
    font-size: 56px;
  }
  .contact-arrow {
    right: -65px;
    font-size: 58px;
  }
  .contact-line a {
    font-size: 13px;
  }
}
@media (max-width: 800px) {
  html {
    scroll-padding-top: 88px;
  }
  .container {
    width: calc(100% - 48px);
  }
  .site-header {
    height: 76px;
  }
  .header-inner {
    gap: 20px;
  }
  .brand-logo {
    width: 170px;
  }
  .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    width: 44px;
    height: 44px;
    background: transparent;
    border: 1px solid var(--line);
    padding: 11px;
  }
  .menu-toggle span {
    display: block;
    width: 20px;
    height: 1px;
    background: var(--text);
    transition: transform 0.2s;
  }
  .menu-toggle.is-open span:first-child {
    transform: translateY(4px) rotate(45deg);
  }
  .menu-toggle.is-open span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }
  .navigation {
    display: none;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    padding: 16px 24px 24px;
    background: #0d241b;
    border-bottom: 1px solid #40594a;
    box-shadow: 0 20px 25px #0003;
  }
  .navigation.is-open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .navigation > a {
    font-size: 15px;
    min-height: 52px;
    border-bottom: 1px solid var(--line);
    justify-content: space-between;
  }
  .navigation .nav-linkedin {
    border-left: 0;
    border-bottom: 0;
    padding-left: 0;
    justify-content: flex-start;
    gap: 13px;
    margin-top: 7px;
  }
  .navigation .mobile-only {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
  }
  .hero-main {
    grid-template-columns: 1.1fr 1fr;
    min-height: 600px;
    padding-block: 58px 46px;
  }
  .hero h1 {
    font-size: 66px;
    letter-spacing: -3px;
  }
  .hero-copy {
    min-width: 0;
  }
  .hero-specialties {
    max-width: 310px;
    line-height: 1.9;
  }
  .hero-intro {
    max-width: 320px;
  }
  .hero-description {
    max-width: 340px;
  }
  .hero-actions {
    gap: 10px;
  }
  .button {
    padding-inline: 15px;
    gap: 17px;
    font-size: 10px;
  }
  .eyebrow {
    max-width: 300px;
    line-height: 1.7;
    align-items: flex-start;
  }
  .status-dot {
    flex-shrink: 0;
    margin-top: 4px;
  }
  .signal-figure {
    width: 115%;
    margin-left: -8%;
  }
  .diagram-label-top {
    left: 10%;
    font-size: 6px;
    letter-spacing: 0.8px;
  }
  .diagram-label-top > span:last-child {
    display: none;
  }
  .diagram-label-bottom {
    font-size: 6px;
  }
  .hero-bottom {
    gap: 30px;
  }
  .section {
    padding-block: 65px;
  }
  .section-heading {
    gap: 30px;
  }
  .section-heading h2 {
    font-size: 28px;
  }
  .section-heading > p {
    font-size: 11px;
    max-width: 230px;
  }
  .expertise-row {
    grid-template-columns: 25px 34px 1fr;
    gap: 12px;
    padding-block: 24px;
  }
  .expertise-row h3 {
    font-size: 17px;
  }
  .expertise-icon {
    width: 25px;
    height: 25px;
  }
  .expertise-row > div {
    grid-column: 3;
    max-width: 540px;
  }
  .expertise-row > .item-number {
    padding-top: 3px;
  }
  .expertise-detail {
    margin-top: 5px;
  }
  .architecture-grid {
    gap: 35px;
    grid-template-columns: 1fr 1fr;
  }
  .manifesto h2 {
    font-size: 43px;
  }
  .manifesto > p {
    font-size: 18px;
  }
  .architecture-copy > p:not(.lead) {
    font-size: 12px;
  }
  .lead {
    font-size: 16px !important;
  }
  .architecture-copy .process-diagram {
    gap: 12px;
  }
  .architecture-copy .process-step svg {
    width: 35px;
    height: 35px;
  }
  .architecture-copy .process-step > span:not(.process-connector) {
    font-size: 6px;
    letter-spacing: 0.4px;
  }
  .architecture-copy .process-connector {
    top: 12px;
    right: -12px;
  }
  .technology-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .technology-item,
  .technology-note {
    min-height: 120px;
  }
  .principles-section {
    padding-top: 5px;
  }
  .principles-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .principles-layout > h2 br {
    display: none;
  }
  .principles-grid {
    gap: 32px;
  }
  .brand-story-grid {
    gap: 30px;
    grid-template-columns: 1.2fr 1fr;
  }
  .name-equation {
    font-size: 51px;
    gap: 15px;
    letter-spacing: -3px;
  }
  .name-equation .equation-plus {
    font-size: 24px;
  }
  .name-definitions {
    gap: 25px;
  }
  .name-definitions p {
    font-size: 10px;
  }
  .brand-explanation {
    font-size: 12px;
  }
  .brand-closing p {
    font-size: 31px;
  }
  .brand-closing {
    gap: 35px;
  }
  .closing-arrow {
    font-size: 64px;
  }
  .about-grid {
    gap: 40px;
  }
  .about-grid h2 {
    font-size: 24px;
  }
  .contact-grid {
    gap: 45px;
  }
  .contact-grid h2 {
    font-size: 43px;
    letter-spacing: -1.7px;
  }
  .contact-arrow {
    font-size: 42px;
    right: -49px;
  }
  .contact-line a {
    font-size: 11px;
    gap: 10px;
  }
  .footer-brand > span {
    letter-spacing: 1.4px;
    font-size: 7px;
  }
}
@media (max-width: 600px) {
  .container {
    width: calc(100% - 40px);
  }
  .hero-main {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding-block: 42px 15px;
    min-height: unset;
  }
  .eyebrow {
    font-size: 7px;
    letter-spacing: 1.1px;
    margin-bottom: 25px;
    max-width: 100%;
  }
  .hero h1 {
    font-size: clamp(58px, 14vw, 84px);
    line-height: 1.06;
    letter-spacing: -3px;
  }
  .hero-specialties {
    font-size: 10px;
    max-width: 100%;
    margin-top: 24px;
    line-height: 2;
  }
  .hero-intro {
    font-size: 14px;
    max-width: 100%;
    margin-top: 20px;
  }
  .hero-description {
    font-size: 13px;
    max-width: 100%;
    margin-top: 9px;
    line-height: 1.85;
  }
  .hero-actions {
    margin-top: 25px;
    gap: 12px;
  }
  .button {
    font-size: 11px;
    padding-inline: 18px;
    gap: 25px;
    min-height: 48px;
  }
  .signal-figure {
    width: min(100%, 390px);
    margin: 30px auto 3px;
    align-self: center;
  }
  .signal-network {
    width: 100%;
    max-height: 270px;
  }
  .diagram-label-top {
    font-size: 9px;
    top: 3px;
    left: 6%;
    right: 6%;
  }
  .diagram-label-top > span:last-child {
    display: inline;
  }
  .diagram-label-bottom {
    font-size: 9px;
    letter-spacing: 1px;
    margin-top: -2px;
    margin-inline: 6%;
  }
  .traveling-signal {
    animation: none;
  }
  .hero-bottom {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 22px;
    padding-block: 24px;
  }
  .hero-bottom > p {
    font-size: 11px;
    line-height: 1.8;
    text-align: center;
  }
  .hero-bottom > p br {
    display: none;
  }
  .hero-bottom .process-diagram {
    max-width: 340px;
    width: 100%;
    margin: auto;
  }
  .process-step svg {
    width: 36px;
    height: 36px;
  }
  .process-step > span:not(.process-connector) {
    font-size: 8px;
  }
  .process-connector {
    top: 13px;
  }
  .section {
    padding-block: 58px;
  }
  .section-label {
    font-size: 8px;
    letter-spacing: 1.3px;
    margin-bottom: 24px;
  }
  .section-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 17px;
    margin-bottom: 29px;
  }
  .section-heading h2,
  .principles-layout > h2 {
    font-size: 30px;
    letter-spacing: -1px;
  }
  .section-heading > p {
    max-width: 100%;
    font-size: 12px;
  }
  .desktop-only {
    display: none;
  }
  .expertise-row {
    grid-template-columns: 22px 31px 1fr;
    gap: 10px;
    padding: 23px 0;
  }
  .expertise-row h3 {
    font-size: 17px;
  }
  .expertise-row > div {
    grid-column: 2 / -1;
    margin-top: 4px;
  }
  .expertise-summary {
    font-size: 14px;
  }
  .expertise-detail {
    font-size: 13px;
    line-height: 1.85;
  }
  .expertise-icon {
    width: 24px;
    height: 24px;
  }
  .architecture-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .manifesto h2 {
    font-size: 51px;
    letter-spacing: -2px;
  }
  .manifesto > p {
    font-size: 21px;
    margin-top: 22px;
  }
  .architecture-copy {
    padding-top: 0;
  }
  .architecture-copy .lead {
    max-width: 300px;
  }
  .small-plus {
    top: -55px;
    right: 8px;
  }
  .architecture-copy > p:not(.lead) {
    font-size: 14px;
    margin-top: 16px;
    max-width: 100%;
  }
  .architecture-copy > .process-diagram {
    max-width: 100%;
    margin-top: 26px;
    padding-top: 24px;
  }
  .architecture-copy .process-step svg {
    width: 43px;
    height: 43px;
  }
  .architecture-copy .process-step > span:not(.process-connector) {
    font-size: 8px;
    letter-spacing: 1px;
  }
  .architecture-copy .process-connector {
    top: 18px;
  }
  .technology-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .technology-item,
  .technology-note {
    min-height: 111px;
    padding: 19px 15px;
  }
  .technology-item h3 {
    font-size: 14px;
  }
  .tech-category {
    font-size: 10px;
    line-height: 1.5;
  }
  .tech-index {
    font-size: 7px;
    right: 10px;
    top: 10px;
  }
  .technology-note {
    gap: 9px;
  }
  .technology-note p {
    font-size: 9px;
  }
  .technology-note > span {
    font-size: 25px;
  }
  .principles-section {
    padding-top: 0;
  }
  .principles-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .principles-grid article {
    padding-top: 17px;
  }
  .principles-grid h3 {
    font-size: 16px;
    margin-top: 8px;
  }
  .principles-grid p {
    max-width: 100%;
    font-size: 14px;
    margin-top: 8px;
  }
  .brand-story-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .name-equation {
    font-size: 68px;
    gap: 20px;
    letter-spacing: -3px;
  }
  .name-definitions {
    grid-template-columns: 0.85fr 1fr;
    gap: 30px;
    margin-top: 15px;
  }
  .name-definitions p {
    font-size: 12px;
  }
  .brand-explanation {
    font-size: 14px;
    max-width: 100%;
  }
  .brand-closing {
    gap: 20px;
    margin-top: 30px;
    padding-top: 26px;
  }
  .brand-closing p {
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: -0.9px;
  }
  .closing-arrow {
    font-size: 43px;
    line-height: 1.4;
  }
  .about-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .about-grid h2 {
    font-size: 29px;
  }
  .person-marker {
    width: 55px;
    height: 55px;
    font-size: 17px;
    margin-bottom: 23px;
  }
  .about-grid .text-link {
    margin-top: 19px;
  }
  .about-copy {
    padding-top: 0;
  }
  .about-copy > p:not(.lead) {
    margin-top: 15px;
    font-size: 14px;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .contact-grid h2 {
    font-size: 56px;
    letter-spacing: -2px;
  }
  .contact-arrow {
    font-size: 55px;
    right: -68px;
  }
  .contact-grid > div > p {
    max-width: 310px;
    font-size: 12px;
    margin-top: 22px;
  }
  .contact-line a {
    font-size: 13px;
    overflow-wrap: anywhere;
  }
  .contact-line {
    padding-block: 20px;
  }
  .contact-label {
    font-size: 8px;
  }
  .contact-business {
    font-size: 11px;
  }
  .site-footer {
    padding-block: 30px 18px;
  }
  .footer-brand {
    align-items: flex-start;
    gap: 20px;
    flex-direction: column;
    padding-bottom: 22px;
  }
  .footer-brand .brand-logo {
    width: 149px;
  }
  .footer-brand > span {
    font-size: 7px;
    letter-spacing: 1.7px;
  }
  .footer-bottom {
    gap: 10px 25px;
    flex-wrap: wrap;
    font-size: 8px;
    padding-top: 18px;
  }
  .footer-bottom > p {
    width: 100%;
    font-size: 9px;
    margin-bottom: 2px;
  }
  .footer-bottom .back-to-top {
    margin-left: auto;
  }
}
@media (max-width: 360px) {
  .container {
    width: calc(100% - 32px);
  }
  .hero h1 {
    font-size: 57px;
  }
  .hero-specialties {
    font-size: 9px;
  }
  .button {
    padding-inline: 14px;
    gap: 17px;
  }
  .name-equation {
    font-size: 58px;
    gap: 15px;
  }
  .brand-closing {
    gap: 12px;
  }
  .brand-closing p {
    font-size: 21px;
  }
  .contact-grid h2 {
    font-size: 49px;
  }
  .contact-arrow {
    right: -57px;
    font-size: 48px;
  }
  .contact-line a {
    font-size: 11px;
  }
  .about-grid h2 {
    font-size: 26px;
  }
}
.contact-section .section-label > span:first-child {
  color: var(--muted);
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}
