:root {
  --paper: #f5f3ee;
  --ink: #0b0f19;
  --blue: #3b82f6;
  --action: #245fd4;
  --muted: #5e6470;
  --line: #d9d8d1;
  color-scheme: light;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font:
    16px/1.6 "IBM Plex Sans",
    system-ui,
    sans-serif;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.045em;
}
h2 {
  font-size: clamp(34px, 4vw, 54px);
}
h3 {
  font-size: 30px;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea,
select {
  font: inherit;
}
button,
a,
input,
textarea,
select {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
img {
  max-width: 100%;
  display: block;
}
button:disabled {
  cursor: wait;
}
a,
button {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
summary:focus-visible,
[tabindex="0"]:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 5px;
}
[hidden] {
  display: none !important;
}
main:focus {
  outline: none;
}
.container {
  width: min(1280px, 100% - 104px);
  margin-inline: auto;
}
.section {
  padding-block: 112px;
}
.eyebrow {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.13em;
  font-weight: 600;
  line-height: 1.5;
}
.muted {
  color: var(--muted);
}
.sr-only,
.skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.skip-link:focus {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  background: var(--ink);
  color: white;
  padding: 12px 20px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(245, 243, 238, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.nav-inner {
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.brand {
  width: 208px;
  flex-shrink: 0;
}
.brand img {
  width: 100%;
  height: auto;
}
.primary-nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 13px;
  font-weight: 500;
}
.primary-nav > a:not(.nav-contact) {
  padding-block: 15px;
}
.primary-nav > a:hover {
  color: var(--action);
}
.nav-contact {
  border: 1px solid var(--ink);
  border-radius: 5px;
  padding: 11px 20px;
  display: flex;
  align-items: center;
  gap: 25px;
}
.nav-contact:hover {
  background: var(--ink);
  color: white !important;
}
.menu-toggle {
  display: none;
}
.hero {
  padding-top: 68px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.13fr 1fr;
  gap: 66px;
  align-items: center;
}
.hero-copy > .eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #4d5460;
  font-size: 10px;
}
.status-dot {
  width: 7px;
  height: 7px;
  background: var(--blue);
  border-radius: 50%;
  flex-shrink: 0;
}
.hero h1 {
  font-size: clamp(68px, 7.8vw, 112px);
  line-height: 0.98;
  letter-spacing: -0.07em;
  margin-top: 30px;
}
.hero h1 span {
  color: var(--action);
}
.hero-description {
  font-size: 18px;
  line-height: 1.7;
  max-width: 495px;
  margin-top: 28px;
  color: #4e5663;
}
.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 30px;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 16px 20px;
  border: 0;
  border-radius: 5px;
  line-height: 1.4;
  font-size: 13px;
  font-weight: 600;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button-primary {
  background: var(--action);
  color: white;
}
.button-primary:hover {
  background: #1c4cae;
  transform: translateY(-2px);
}
.button span {
  font-size: 20px;
  line-height: 1;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 600;
  padding-block: 8px;
}
.text-link:hover {
  color: var(--action);
}
.hero-caption {
  font-size: 11px;
  color: var(--muted);
  margin-top: 30px;
}
.hero-art {
  color: var(--paper);
  background: var(--ink);
  border-radius: 9px;
  overflow: hidden;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  border: 1px solid #282d38;
  position: relative;
}
.art-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  font:
    10px/1.5 "IBM Plex Sans",
    sans-serif;
  letter-spacing: 0.13em;
  padding: 28px 30px;
  color: #bdc5d4;
}
.art-index {
  border: 1px solid #343a46;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 9px;
  white-space: nowrap;
}
.loop-field {
  position: relative;
  isolation: isolate;
  flex: 1;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: radial-gradient(#313a4a 0.7px, transparent 0.7px);
  background-size: 22px 22px;
}
.hero-loop {
  width: 78%;
  height: 300px;
  object-fit: contain;
  position: relative;
  z-index: 1;
}
.orbit {
  position: absolute;
  width: 75%;
  height: 70%;
  border: 1px solid #2a3548;
  border-radius: 50%;
  transform: rotate(-32deg);
  pointer-events: none;
}
.orbit-two {
  transform: rotate(32deg);
}
.orbit-point {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #83b0ff;
  top: 28%;
  right: 20%;
  box-shadow: 0 0 0 5px #3b82f619;
  animation: arrive 1.2s ease-out both;
}
.diagram-label {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #3a4252;
  border-radius: 4px;
  background: #151c29;
  font-size: 11px;
  line-height: 1.2;
  padding: 10px 12px;
}
.diagram-label > span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #bac2d1;
}
.label-human {
  top: 20px;
  left: 30px;
}
.label-ai {
  bottom: 12px;
  right: 30px;
}
.label-ai > span {
  background: var(--blue);
}
.field-cross {
  position: absolute;
  font: 16px/1 monospace;
  color: #8892a3;
}
.cross-one {
  left: 27px;
  bottom: 30px;
}
.cross-two {
  right: 28px;
  top: 22px;
}
.art-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #28303d;
  padding: 24px 30px;
}
.art-bottom p {
  font:
    22px/1.35 "Space Grotesk",
    sans-serif;
  letter-spacing: -0.025em;
  color: #919cae;
}
.art-bottom strong {
  font-weight: 500;
  color: var(--paper);
}
.art-arrow {
  font-size: 35px;
  color: var(--blue);
}
.hero-bottom {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--line);
  padding-block: 43px 30px;
  margin-top: 32px;
  font-size: 11px;
  color: var(--muted);
}
.hero-bottom > div {
  display: flex;
  gap: 28px;
}
.hero-bottom > div span {
  position: relative;
}
.hero-bottom > div span + span:before {
  content: "";
  position: absolute;
  left: -14px;
  top: 8px;
  width: 2px;
  height: 2px;
  background: #7e8797;
  border-radius: 50%;
}
.section-heading {
  display: grid;
  grid-template-columns: 1fr 2.05fr;
  gap: 40px;
  align-items: start;
  margin-bottom: 58px;
}
.section-heading > .eyebrow {
  color: var(--action);
  padding-top: 10px;
}
.section-intro {
  max-width: 510px;
  font-size: 16px;
  color: var(--muted);
  margin-top: 22px;
}
.service-row {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 0.17fr 0.83fr 1.1fr 0.12fr;
  gap: 36px;
  padding-block: 36px;
  align-items: start;
}
.service-row:last-child {
  border-bottom: 1px solid var(--line);
}
.row-number {
  font-size: 12px;
  color: var(--muted);
  padding-top: 8px;
}
.service-row h3 {
  font-size: 29px;
  line-height: 1.18;
}
.service-row p {
  font-size: 15px;
  color: var(--muted);
  max-width: 435px;
}
.service-tag {
  display: inline-block;
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #444e5c;
  margin-top: 18px;
  border-bottom: 1px solid #b5c8eb;
  padding-bottom: 3px;
}
.service-symbol {
  font-size: 34px;
  line-height: 1;
  color: var(--action);
}
.approach {
  background: var(--ink);
  color: var(--paper);
  position: relative;
}
.approach .section-heading > .eyebrow {
  color: #91b9ff;
}
.approach .section-intro {
  color: #aab3c2;
}
.process-controls {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-bottom: 1px solid #38414f;
  gap: 10px;
  margin-bottom: 36px;
}
.process-controls button {
  color: #b8c1cf;
  background: none;
  border: 0;
  border-bottom: 2px solid transparent;
  padding: 16px 4px 20px;
  text-align: left;
  display: flex;
  gap: 15px;
  align-items: center;
  font-size: 14px;
  transition:
    color 0.2s,
    border-color 0.2s;
}
.process-controls button span {
  font-size: 10px;
  color: #98a6bb;
}
.process-controls button:hover {
  color: white;
}
.process-controls button[aria-selected="true"] {
  color: white;
  border-color: #75a8ff;
}
.process-controls button[aria-selected="true"] span {
  color: #75a8ff;
}
.process-panel {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 72px;
  align-items: center;
  padding: 30px 0;
  min-height: 335px;
}
.process-panel + .process-panel {
  border-top: 1px solid #38414f;
}
.process.is-enhanced .process-panel {
  border: 0;
}
.process-visual {
  background: #141d2d;
  border: 1px solid #2b3a52;
  padding: 30px;
  position: relative;
  border-radius: 5px;
  min-height: 275px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.process-top {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.process-icon {
  width: 34px;
  height: 34px;
  color: #659dff;
}
.process-icon svg {
  width: 100%;
  height: 100%;
}
.process-big {
  font:
    120px/0.98 "Space Grotesk",
    sans-serif;
  letter-spacing: -0.08em;
  color: #659dff;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.process-big > span {
  font-size: 48px;
  letter-spacing: 0;
  align-self: flex-start;
  line-height: 1.5;
  color: #8697b4;
}
.process-visual p {
  color: #adbbd0;
  font-size: 12px;
  margin-top: 25px;
}
.process-detail .eyebrow {
  color: #9bc0ff;
}
.process-detail h3 {
  font-size: 33px;
  line-height: 1.18;
  margin-block: 15px 18px;
}
.process-detail > p:not(.eyebrow) {
  color: #b6bfce;
  font-size: 15px;
  max-width: 480px;
}
.process-output {
  margin-top: 24px;
  border-top: 1px solid #38414f;
  padding-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.process-output > span {
  font-size: 10px;
  color: #99a9c2;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.process-output strong {
  font-weight: 500;
  font-size: 14px;
  color: #e6eafa;
}
.process-footnote {
  color: #a1aec0;
  font-size: 12px;
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 27px;
}
.process-footnote > span {
  color: #84aff9;
  font-size: 18px;
}
.engagement-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.engagement-card {
  border: 1px solid var(--line);
  background: #fff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
}
.engagement-card.featured {
  background: #e9effb;
  border-color: #c0d0ec;
}
.card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  color: var(--muted);
  margin-bottom: 30px;
}
.card-top .eyebrow {
  font-size: 9px;
  letter-spacing: 0.06em;
}
.card-top > span:last-child {
  font-size: 24px;
  color: var(--action);
}
.engagement-card h3 {
  font-size: 33px;
}
.engagement-card > p {
  font-size: 14px;
  color: var(--muted);
  margin-top: 20px;
}
.engagement-card ul {
  padding: 0;
  list-style: none;
  margin: 27px 0 30px;
  font-size: 12px;
  color: #49566b;
}
.engagement-card li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 9px;
}
.engagement-card li:before {
  content: "+";
  color: var(--action);
  position: absolute;
  left: 0;
}
.card-link {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 12px;
  font-weight: 600;
  border-top: 1px solid #cdd4df;
  padding-top: 20px;
  margin-top: auto;
}
.card-link:hover {
  color: var(--action);
}
.about {
  background: #eae9e3;
  border-block: 1px solid var(--line);
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 100px;
  align-items: center;
}
.about-mark {
  border-left: 1px solid #b6bac2;
  padding-left: 44px;
}
.about-mark img {
  width: 235px;
  height: 190px;
  object-fit: contain;
  margin-left: -23px;
}
.about-mark p {
  font-size: 24px;
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: -0.04em;
  line-height: 1.3;
}
.about-mark strong {
  font-weight: 500;
  color: var(--muted);
}
.about .eyebrow {
  color: var(--action);
  margin-bottom: 22px;
}
.about h2 {
  font-size: 36px;
  line-height: 1.18;
}
.about-grid > div > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 15px;
  margin-top: 22px;
  max-width: 530px;
}
.about .text-link {
  margin-top: 22px;
}
.product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.product-card {
  border: 1px solid var(--line);
  padding: 35px;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  transition:
    transform 0.2s,
    border-color 0.2s;
}
.product-card:hover {
  transform: translateY(-4px);
  border-color: #99a5b6;
}
.manos {
  background: #eee8dc;
}
.northstar {
  background: #e4eae6;
}
.product-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  color: #525b59;
}
.product-top > .eyebrow {
  font-size: 9px;
}
.product-top > span:last-child {
  font-size: 24px;
}
.product-card h3 {
  font-size: 38px;
  margin-block: 40px 20px;
  min-height: 85px;
  letter-spacing: -0.05em;
}
.manos h3 span {
  color: #a74c0a;
}
.northstar h3 span {
  color: #176b5d;
  font-size: 26px;
  margin-left: 12px;
}
.product-card > p {
  font-size: 15px;
  color: #52605a;
  max-width: 380px;
  margin-bottom: 30px;
}
.product-bottom {
  margin-top: auto;
  border-top: 1px solid #c5cec6;
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 10px;
}
.product-bottom > span:last-child {
  font-weight: 600;
}
.faq-section {
  padding-block: 0 110px;
}
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 2.05fr;
  gap: 40px;
}
.faq-grid .eyebrow {
  color: var(--action);
  margin-bottom: 18px;
}
.faq-grid h2 {
  font-size: 36px;
}
.faq-list details {
  border-top: 1px solid var(--line);
}
.faq-list details:last-child {
  border-bottom: 1px solid var(--line);
}
summary {
  font-size: 15px;
  font-weight: 500;
  padding: 22px 32px 22px 0;
  cursor: pointer;
  list-style: none;
  position: relative;
}
summary::-webkit-details-marker {
  display: none;
}
summary:after {
  content: "+";
  position: absolute;
  right: 4px;
  font-size: 22px;
  top: 15px;
  color: var(--action);
}
details[open] summary:after {
  content: "−";
}
.faq-list details p {
  font-size: 14px;
  color: var(--muted);
  padding: 0 40px 24px 0;
}
.contact {
  background: var(--ink);
  color: var(--paper);
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 100px;
  align-items: start;
}
.contact-copy > .eyebrow {
  color: #91b9ff;
  margin-top: 8px;
}
.contact-copy h2 {
  font-size: clamp(50px, 5.5vw, 76px);
  margin-top: 26px;
  line-height: 1.04;
}
.contact-copy h2 span {
  color: #80adff;
}
.contact-copy > p:not(.eyebrow) {
  max-width: 370px;
  color: #aeb9cb;
  font-size: 16px;
  margin-top: 26px;
}
.contact-next {
  margin-top: 50px;
  border-top: 1px solid #354052;
  padding-top: 26px;
}
.contact-next > .eyebrow {
  color: #99a8bd;
  font-size: 10px;
}
.contact-next ol {
  list-style: decimal-leading-zero;
  padding-left: 24px;
  font-size: 14px;
  color: #d2d8e3;
  margin: 20px 0;
}
.contact-next li {
  padding-left: 7px;
  margin-bottom: 12px;
}
.contact-copy .text-link {
  color: #9ec0ff;
  overflow-wrap: anywhere;
}
.contact-form-wrap {
  background: #fff;
  border-radius: 7px;
  padding: 35px;
  color: var(--ink);
}
.contact-form-wrap h3 {
  font-size: 25px;
  letter-spacing: -0.035em;
}
.form-intro {
  font-size: 13px;
  color: var(--muted);
  margin: 10px 0 28px;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}
.field {
  margin-bottom: 17px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.field label {
  font-size: 12px;
  font-weight: 500;
  display: block;
  margin-bottom: 7px;
}
.field label > span {
  font-weight: 400;
  color: var(--muted);
  font-size: 11px;
  margin-left: 4px;
}
.field input,
.field textarea,
.field select {
  width: 100%;
  border: 1px solid #c7cbd2;
  border-radius: 4px;
  background: #f8f8f6;
  color: var(--ink);
  padding: 10px 12px;
  font-size: 14px;
  line-height: 1.5;
  min-height: 44px;
}
.field textarea {
  resize: vertical;
  min-height: 115px;
}
.field input[aria-invalid="true"],
.field textarea[aria-invalid="true"] {
  border-color: #ba2929;
}
.field-error {
  font-size: 12px;
  color: #a11919;
  margin-top: 4px;
}
.field-error:empty {
  display: none;
}
.form-note {
  font-size: 11px;
  line-height: 1.6;
  color: var(--muted);
  margin: 4px 0 20px;
}
.submit-button {
  width: 100%;
  justify-content: space-between;
}
.form-status,
.availability {
  padding: 14px 16px;
  border: 1px solid #c3d5f2;
  border-radius: 4px;
  background: #eef4fd;
  color: #234b87;
  font-size: 13px;
  margin-block: 16px;
  overflow-wrap: anywhere;
}
.form-status[data-kind="error"] {
  background: #fff0ed;
  border-color: #edc7c0;
  color: #98281a;
}
.form-status[data-kind="success"] {
  background: #eaf7f0;
  border-color: #b0d8c0;
  color: #205d3d;
}
fieldset:disabled {
  opacity: 0.5;
}
.site-footer {
  color: #c2cad7;
  background: var(--ink);
  border-top: 1px solid #2c3544;
  padding: 38px 0 24px;
}
.footer-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
.footer-main .brand {
  width: 198px;
}
.footer-main p {
  font-size: 12px;
  color: #a0adbf;
}
.back-top {
  font-size: 12px;
  display: flex;
  gap: 18px;
}
.back-top:hover {
  color: white;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid #2c3544;
  margin-top: 34px;
  padding-top: 20px;
  font-size: 10px;
  color: #94a2b6;
}
@keyframes arrive {
  from {
    opacity: 0;
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@media (min-width: 761px) {
  .hero-copy {
    animation: arrive 0.65s ease both;
  }
  .hero-art {
    animation: arrive 0.85s ease both;
  }
}
@media (max-width: 1100px) {
  .container {
    width: calc(100% - 64px);
  }
  .hero-grid {
    gap: 34px;
  }
  .hero h1 {
    font-size: 84px;
  }
  .hero-art {
    min-height: 470px;
  }
  .hero-description {
    font-size: 16px;
  }
  .hero-actions {
    gap: 16px;
  }
  .primary-nav {
    gap: 22px;
  }
  .section-heading {
    grid-template-columns: 0.7fr 1.7fr;
  }
  .engagement-card {
    padding: 23px;
  }
  .engagement-card h3 {
    font-size: 29px;
  }
  .contact-grid,
  .about-grid {
    gap: 55px;
  }
  .process-panel {
    gap: 40px;
  }
  .service-row {
    gap: 25px;
  }
}
@media (max-width: 900px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .hero-copy {
    max-width: 650px;
  }
  .hero h1 {
    font-size: clamp(76px, 12vw, 108px);
  }
  .hero-art {
    min-height: 410px;
    max-width: 650px;
    width: 100%;
  }
  .loop-field {
    min-height: 230px;
  }
  .hero-loop {
    height: 230px;
    width: 60%;
  }
  .label-human {
    left: 50px;
  }
  .label-ai {
    right: 50px;
  }
  .hero-bottom {
    margin-top: 10px;
  }
  .section-heading {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
  .section {
    padding-block: 80px;
  }
  .engagement-grid {
    gap: 12px;
  }
  .card-top {
    align-items: start;
  }
  .card-top .eyebrow {
    font-size: 8px;
  }
  .engagement-card h3 {
    font-size: 25px;
  }
  .engagement-card > p {
    font-size: 13px;
  }
  .engagement-card ul {
    font-size: 11px;
  }
  .service-row {
    grid-template-columns: 35px 1fr 1.3fr;
    gap: 20px;
  }
  .service-symbol {
    display: none;
  }
  .service-row h3 {
    font-size: 25px;
  }
  .about-grid {
    gap: 35px;
    grid-template-columns: 0.8fr 1.3fr;
  }
  .about h2 {
    font-size: 30px;
  }
  .about-mark {
    padding-left: 20px;
  }
  .contact-grid {
    gap: 40px;
  }
  .contact-form-wrap {
    padding: 24px;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .process-big {
    font-size: 100px;
  }
  .process-detail h3 {
    font-size: 29px;
  }
  .process-controls button {
    gap: 9px;
    font-size: 12px;
  }
  .product-card {
    padding: 25px;
  }
  .faq-grid {
    grid-template-columns: 1fr 1.7fr;
  }
  .faq-section {
    padding-bottom: 80px;
  }
}
@media (max-width: 760px) {
  html {
    scroll-padding-top: 95px;
  }
  .container {
    width: calc(100% - 40px);
  }
  .nav-inner {
    min-height: 76px;
    gap: 20px;
    flex-wrap: wrap;
  }
  .brand {
    width: 190px;
  }
  .primary-nav {
    width: 100%;
    justify-content: space-between;
    gap: 15px;
    font-size: 12px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
  .nav-contact {
    padding: 8px 13px;
    gap: 14px;
  }
  .js-nav .menu-toggle {
    display: flex;
    align-items: center;
    gap: 12px;
    background: none;
    border: 1px solid #c0c3c8;
    padding: 10px 12px;
    border-radius: 4px;
    font-size: 12px;
    color: var(--ink);
  }
  .menu-glyph {
    width: 14px;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .menu-glyph i {
    display: block;
    height: 1px;
    background: currentColor;
    transition: transform 0.2s;
  }
  .menu-toggle[aria-expanded="true"] .menu-glyph i:first-child {
    transform: translateY(2.5px) rotate(45deg);
  }
  .menu-toggle[aria-expanded="true"] .menu-glyph i:last-child {
    transform: translateY(-2.5px) rotate(-45deg);
  }
  .js-nav .primary-nav {
    display: none;
  }
  .js-nav .primary-nav.is-open {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding-bottom: 20px;
  }
  .js-nav .primary-nav > a:not(.nav-contact) {
    border-top: 1px solid var(--line);
    padding: 14px 2px;
  }
  .js-nav .nav-contact {
    margin-top: 8px;
    justify-content: space-between;
    padding: 12px;
  }
  .hero {
    padding-top: 45px;
  }
  .hero-grid {
    gap: 35px;
  }
  .hero-copy > .eyebrow {
    font-size: 9px;
    letter-spacing: 0.075em;
  }
  .hero h1 {
    font-size: clamp(68px, 15vw, 98px);
    margin-top: 25px;
  }
  .hero-description {
    margin-top: 24px;
    max-width: 520px;
  }
  .hero-actions {
    gap: 16px;
    align-items: flex-start;
  }
  .button {
    font-size: 12px;
  }
  .hero-caption {
    font-size: 10px;
    max-width: 310px;
  }
  .hero-art {
    min-height: 380px;
  }
  .art-topline {
    padding: 22px;
    font-size: 9px;
  }
  .art-bottom {
    padding: 22px;
  }
  .art-bottom p {
    font-size: 21px;
  }
  .hero-bottom {
    font-size: 10px;
    gap: 14px;
    padding-block: 26px;
  }
  .hero-bottom > div {
    gap: 22px;
  }
  .hero-bottom > div span + span:before {
    left: -11px;
  }
  .section {
    padding-block: 65px;
  }
  .section-heading {
    gap: 18px;
  }
  .section-intro {
    font-size: 15px;
  }
  .service-row {
    grid-template-columns: 28px 1fr;
    gap: 18px;
    padding-block: 28px;
  }
  .service-row > div {
    grid-column: 2;
  }
  .service-row h3 br {
    display: none;
  }
  .service-row h3 {
    font-size: 26px;
  }
  .service-row p {
    font-size: 14px;
  }
  .service-tag {
    font-size: 9px;
    margin-top: 14px;
  }
  .engagement-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .engagement-card {
    padding: 27px;
  }
  .engagement-card h3 {
    font-size: 32px;
  }
  .card-top {
    margin-bottom: 24px;
  }
  .card-top .eyebrow {
    font-size: 9px;
  }
  .engagement-card > p {
    font-size: 15px;
  }
  .engagement-card ul {
    font-size: 13px;
    margin-block: 24px;
  }
  .card-link {
    font-size: 13px;
  }
  .process-controls {
    gap: 5px;
    margin-bottom: 22px;
  }
  .process-controls button {
    flex-direction: column;
    gap: 6px;
    font-size: 10px;
    padding: 12px 0 15px;
    align-items: center;
  }
  .process-controls button span {
    font-size: 10px;
  }
  .process-panel {
    grid-template-columns: 1fr;
    gap: 25px;
    padding-block: 10px;
  }
  .process-visual {
    min-height: 155px;
    padding: 22px;
    flex-direction: row;
    align-items: end;
    gap: 15px;
  }
  .process-big {
    font-size: 91px;
    gap: 20px;
    min-width: 155px;
  }
  .process-big > span {
    font-size: 32px;
  }
  .process-visual p {
    font-size: 11px;
    text-align: right;
    max-width: 115px;
  }
  .process-detail h3 {
    font-size: 30px;
  }
  .process-detail > p:not(.eyebrow) {
    font-size: 14px;
  }
  .process-footnote {
    font-size: 10px;
  }
  .about-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .about-mark {
    display: flex;
    align-items: center;
    gap: 24px;
    border-left: 0;
    border-bottom: 1px solid #c5c7c8;
    padding: 0 0 25px;
  }
  .about-mark img {
    width: 110px;
    height: 80px;
    margin: 0;
  }
  .about-mark p {
    font-size: 22px !important;
    margin: 0 !important;
  }
  .about h2 {
    font-size: 33px;
  }
  .product-grid {
    grid-template-columns: 1fr;
  }
  .product-card {
    padding: 28px;
  }
  .product-card h3 {
    font-size: 37px;
    margin-block: 28px 20px;
    min-height: 0;
  }
  .product-card > p {
    font-size: 14px;
  }
  .product-bottom {
    font-size: 9px;
  }
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .faq-grid h2 br {
    display: none;
  }
  .faq-section {
    padding-bottom: 65px;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .contact-copy h2 {
    font-size: 64px;
  }
  .contact-copy > p:not(.eyebrow) {
    max-width: 440px;
  }
  .contact-next {
    margin-top: 30px;
    padding-top: 20px;
  }
  .contact-next ol {
    font-size: 13px;
  }
  .contact-form-wrap {
    padding: 26px;
  }
  .contact-form-wrap h3 {
    font-size: 25px;
  }
  .footer-main {
    gap: 20px;
    align-items: start;
  }
  .footer-main p {
    order: 3;
    width: 100%;
    font-size: 11px;
  }
  .footer-main .brand {
    width: 180px;
  }
  .back-top {
    font-size: 10px;
  }
  .footer-bottom {
    font-size: 9px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}
