/* Reference typography: Inter, bold sentence-case displays, cool gray body copy. */
@font-face {
  font-family: Inter;
  src: url("assets/fonts/inter-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url("assets/fonts/inter-500.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url("assets/fonts/inter-600.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Inter;
  src: url("assets/fonts/inter-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root {
  --paper: #fcfdff;
  --ink: #080a0e;
  --muted: #626b80;
  --blue: #1769ff;
  --line: #e1e6ee;
  --container: 1396px;
  --radius: 18px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 28px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}
body:has(dialog[open]) {
  overflow: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
button {
  color: inherit;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2 {
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 1.06;
}
h3 {
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.3;
}
p {
  color: var(--muted);
}
.container {
  width: min(var(--container), calc(100% - 112px));
  margin-inline: auto;
}
.blue,
.logo span {
  color: var(--blue);
}
.icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  flex: none;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  vertical-align: middle;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 5px;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 200;
  background: var(--ink);
  color: white;
  padding: 12px 20px;
  transform: translateY(-180%);
}
.skip-link:focus {
  transform: none;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  min-height: 51px;
  padding: 14px 25px;
  border: 1px solid #080c12;
  border-radius: 12px;
  background: linear-gradient(135deg, #050709, #0b1017);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  box-shadow: 0 8px 16px #121c2e19;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.button .icon {
  width: 19px;
  height: 19px;
}
.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px #121c2e26;
}
.button-light {
  background: rgba(255, 255, 255, 0.7);
  border-color: var(--line);
  color: var(--ink);
  box-shadow: 0 2px 3px #121c2e08;
}
.button-light .icon {
  display: none;
}
.button-blue {
  background: #0869ff;
  border-color: #0869ff;
  box-shadow: none;
}
.button-row {
  display: flex;
  justify-content: center;
  gap: 18px;
}
.logo {
  font-size: 46px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.075em;
}
.site-header {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 94px;
  max-width: 1236px;
  gap: 36px;
}
.desktop-nav {
  display: flex;
  gap: 48px;
  margin-left: 120px;
  color: #4b5367;
  font-size: 16px;
}
.desktop-nav a:hover,
.footer-navigation a:hover {
  color: var(--blue);
}
.header-cta {
  min-height: 47px;
  padding: 12px 22px;
}
.menu-toggle,
.mobile-nav {
  display: none;
}
/* Hero: real dashboard UI surrounded by restrained orbit decorations. */
.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-top: 77px;
}
.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
}
.hero-kicker {
  font-size: 12px;
  letter-spacing: 0.18em;
  margin: 8px 0 43px;
}
.hero h1 {
  font-size: 76px;
  line-height: 1.01;
  letter-spacing: -0.065em;
}
.hero-copy {
  max-width: 620px;
  margin: 30px auto 44px;
  font-size: 19px;
  line-height: 1.45;
  letter-spacing: -0.035em;
}
.hero .button-light {
  min-width: 169px;
}
.hero-specialties {
  font-size: 12px;
  margin-top: 24px;
  color: #737d92;
}
.hero-orbits {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: -62px;
  width: 1260px;
  height: 1100px;
  transform: translateX(-50%);
  border: 1px solid #dfe5ff;
  border-radius: 50%;
}
.hero-orbits:after {
  content: "";
  position: absolute;
  inset: 68px 117px;
  border: 1px solid #e4e8f5;
  border-radius: 50%;
}
.hero-dots {
  position: absolute;
  inset: 70px 0 20%;
  z-index: -2;
  background-image: radial-gradient(#b4c1d23b 0.6px, transparent 0.7px);
  background-size: 12px 12px;
  mask-image: linear-gradient(
    90deg,
    #000,
    transparent 34%,
    transparent 66%,
    #000
  );
}
.hero-symbols {
  position: absolute;
  inset: 0;
  max-width: 1396px;
  margin: auto;
  pointer-events: none;
}
.floating-icon {
  position: absolute;
  width: 69px;
  height: 69px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #ffffffed;
  box-shadow: 0 4px 7px #18284909;
  color: var(--blue);
}
.floating-icon .icon {
  width: 37px;
  height: 37px;
}
.float-figma {
  left: 19%;
  top: 74px;
}
.float-code {
  right: 18%;
  top: 90px;
}
.float-wordpress {
  left: 4%;
  top: 234px;
}
.float-php {
  right: 3%;
  top: 240px;
}
.float-js {
  left: 10%;
  top: 416px;
}
.float-zap {
  right: 9%;
  top: 423px;
}
.figma-mark {
  display: grid;
  grid-template-columns: repeat(2, 14px);
  grid-template-rows: repeat(3, 14px);
}
.figma-mark i {
  background: #f34c2b;
  border-radius: 8px 0 0 8px;
}
.figma-mark i:nth-child(2) {
  background: #ff755b;
  border-radius: 0 8px 8px 0;
}
.figma-mark i:nth-child(3) {
  background: #a356f8;
}
.figma-mark i:nth-child(4) {
  background: #19bcf6;
  border-radius: 50%;
}
.figma-mark i:nth-child(5) {
  background: #0bc99e;
  border-radius: 8px 0 8px 8px;
}
.js-mark {
  background: #ffe126;
  color: #030303;
  border-radius: 4px;
  padding: 5px 4px 0;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.08em;
  line-height: 31px;
}
.php-mark {
  background: #6152a0;
  color: white;
  border-radius: 50%;
  padding: 0 6px;
  font-style: italic;
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 23px;
  line-height: 29px;
}
.wordpress-mark {
  font-family: Georgia, serif;
  font-size: 35px;
  border: 3px double #fff;
  outline: 1px solid #065695;
  background: #065695;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 33px;
  text-align: center;
  letter-spacing: -5px;
  padding-right: 4px;
}
.zap-mark {
  font-size: 49px;
  font-weight: 700;
  color: #ff6015;
  line-height: 1;
}
.html-mark {
  display: grid;
  place-items: center;
  width: 40px;
  height: 46px;
  background: #f35920;
  clip-path: polygon(0 0, 100% 0, 90% 88%, 50% 100%, 10% 88%);
  color: white;
  font-size: 37px;
  font-weight: 700;
}
.dashboard-wrap {
  position: relative;
  width: min(1210px, calc(100% - 160px));
  height: 378px;
  margin: 57px auto 0;
  padding: 10px;
  border: 2px solid #cdd3df;
  border-radius: 34px 34px 0 0;
  background: #f5f7fa;
  box-shadow: 0 0 70px #3645680b;
  overflow: hidden;
  mask-image: linear-gradient(#000 65%, transparent 100%);
}
.showcase-dashboard {
  display: grid;
  grid-template-columns: 175px minmax(0, 1fr);
  min-height: 440px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
}
.dashboard-sidebar {
  border-right: 1px solid #edf0f6;
  padding: 19px 18px;
}
.dashboard-sidebar .logo {
  display: block;
  font-size: 28px;
  margin-bottom: 30px;
}
.dashboard-nav-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 10px;
  margin-bottom: 5px;
  color: #657087;
  font-size: 12px;
  border-radius: 8px;
}
.dashboard-nav-item .icon {
  width: 14px;
  height: 14px;
}
.dashboard-nav-item.selected {
  background: #f1f3f7;
  color: #141b2c;
}
.dashboard-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 24px;
  border-bottom: 1px solid #edf0f6;
}
.dashboard-topbar strong {
  font-size: 17px;
  font-weight: 500;
}
.dashboard-tools {
  display: flex;
  align-items: center;
  gap: 24px;
}
.dashboard-tools > .icon {
  width: 16px;
  height: 16px;
}
.fake-search {
  display: flex;
  align-items: center;
  gap: 7px;
  border-radius: 20px;
  background: #f8f9fb;
  color: #657087;
  width: 190px;
  padding: 7px 10px;
  font-size: 9px;
}
.fake-search .icon {
  width: 12px;
  height: 12px;
}
.avatar {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  object-fit: cover;
  object-position: 50% 23%;
  background: #e3e5e9;
}
.dashboard-projects {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 17px;
  padding: 31px 30px 17px;
}
.dashboard-project {
  position: relative;
  min-width: 0;
  border: 1px solid #e9edf4;
  border-radius: 12px;
  padding: 4px 4px 12px;
}
.dashboard-project img {
  width: 100%;
  height: 102px;
  object-fit: cover;
  border-radius: 8px;
}
.dashboard-project strong {
  display: block;
  font-size: 12px;
  font-weight: 500;
  margin: 10px 6px 2px;
}
.dashboard-project > span:not(.mini-arrow) {
  display: block;
  font-size: 10px;
  color: #657087;
  margin-left: 6px;
}
.mini-arrow {
  position: absolute;
  bottom: 12px;
  right: 8px;
  display: grid;
  place-items: center;
  border: 1px solid #edf0f6;
  width: 24px;
  height: 24px;
  border-radius: 8px;
  font-size: 14px;
}
.dashboard-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: 0 30px;
}
.dashboard-bottom > div {
  border: 1px solid #e6ebf2;
  border-radius: 14px;
  padding: 15px 17px;
}
.dashboard-label {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #5f687c;
}
.dashboard-label span {
  font-size: 10px;
  color: #657087;
}
.dashboard-chart {
  height: 84px;
  display: flex;
  align-items: end;
  gap: 12px;
  padding-top: 15px;
}
.dashboard-chart i {
  height: var(--bar);
  flex: 1;
  background: linear-gradient(#4e82ff, #eef4ff);
  border-radius: 4px 4px 0 0;
}
.activity-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 10px;
  color: #657087;
  margin-top: 20px;
}
.activity-item small {
  margin-left: auto;
}
.activity-dot {
  width: 18px;
  height: 18px;
  background: #eef3ff;
  border-radius: 50%;
}
.hero-bottom-note {
  position: relative;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.015em;
  padding: 0 20px 15px;
}
/* Shared section rhythm and exact card typography. */
.section {
  padding-top: 88px;
  padding-bottom: 88px;
}
.section-heading {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 40px;
}
.eyebrow {
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.29em;
  line-height: 1.5;
  color: #55627d;
  margin-bottom: 24px;
}
.section-heading h2 {
  font-size: 56px;
}
.section-copy {
  max-width: 860px;
  margin: 21px auto 0;
  font-size: 19px;
  line-height: 1.4;
  letter-spacing: -0.035em;
}
.service-grid,
.work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.services {
  max-width: 1328px;
}
.service-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: linear-gradient(140deg, #fff8, #fff3);
}
.service-visual {
  position: relative;
  height: 210px;
}
.service-visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
}
.service-icon {
  position: absolute;
  left: 26px;
  bottom: 0;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  background: #2874ff;
  border: 4px solid #cddfff;
  border-radius: 13px;
  color: white;
  box-shadow: inset 0 0 5px #fff7;
}
.service-icon .icon {
  width: 24px;
  height: 24px;
}
.service-icon-apps {
  background: #813aff;
  border-color: #dfcfff;
}
.service-icon-design {
  background: #ff3576;
  border-color: #ffd6e4;
}
.service-icon-automation {
  background: #17ac6b;
  border-color: #bde9d8;
}
.service-icon-brand {
  background: #ffb018;
  border-color: #ffe4a8;
}
.service-content {
  position: relative;
  padding: 13px 70px 26px 27px;
  min-height: 129px;
}
.service-content h3 {
  font-size: 18px;
  white-space: nowrap;
  margin-bottom: 6px;
}
.service-content p {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: -0.025em;
}
.round-link {
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  border: 1px solid #d9e0ed;
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
}
.round-link .icon {
  width: 21px;
  height: 21px;
}
.service-content > .round-link {
  position: absolute;
  right: 21px;
  bottom: 23px;
}
.round-link:hover {
  background: #eff4ff;
  border-color: #b8ceff;
}
.work .section-heading {
  margin-bottom: 22px;
}
.work-card {
  display: block;
  border: 1px solid #dce2ed;
  border-radius: 16px;
  overflow: hidden;
  transition:
    box-shadow 0.2s,
    transform 0.2s;
}
.work-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px #25345310;
}
.work-card > img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.96;
  object-fit: cover;
  object-position: 50% 43%;
  background: #f0f3f7;
}
.work-caption {
  position: relative;
  padding: 14px 62px 15px 20px;
}
.work-caption h3 {
  font-size: 18px;
  margin-bottom: 2px;
}
.work-caption p {
  font-size: 13px;
  letter-spacing: -0.015em;
}
.work-caption .round-link {
  position: absolute;
  right: 17px;
  top: 15px;
  width: 38px;
  height: 38px;
}
.section-action {
  text-align: center;
  margin-top: 25px;
}
/* Technology and process illustrations. */
.technology-stage {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) 220px;
  align-items: center;
  gap: 10px;
  margin-top: -10px;
  min-height: 530px;
}
.technology-image {
  width: 100%;
  mix-blend-mode: multiply;
}
.tech-column {
  display: flex;
  flex-direction: column;
  gap: 54px;
  position: relative;
  z-index: 1;
}
.tech-item {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
}
.tech-item:after {
  content: "";
  position: absolute;
  height: 1px;
  background: #dde6ff;
  left: 90%;
  width: 50px;
  z-index: -1;
}
.tech-column-right .tech-item:after {
  left: auto;
  right: 100%;
}
.tech-item h3 {
  font-size: 14px;
  letter-spacing: -0.035em;
  white-space: nowrap;
}
.tech-item p {
  font-size: 12px;
  line-height: 1.45;
  margin-top: 5px;
  letter-spacing: -0.02em;
}
.tech-icon,
.feature-icon {
  display: grid;
  place-items: center;
  width: 80px;
  height: 80px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff9;
  box-shadow: 0 12px 24px #14254005;
  color: var(--blue);
  flex: none;
}
.tech-icon > .icon {
  width: 42px;
  height: 42px;
}
.python-mark .icon {
  width: 47px;
  height: 47px;
}
.rule-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  text-align: center;
  font-size: 16px;
  letter-spacing: -0.04em;
  margin-top: 54px;
}
.rule-note:before,
.rule-note:after {
  content: "";
  height: 1px;
  width: 140px;
  background: #d4ddee;
}
.process .section-heading h2 {
  font-size: 66px;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 36px;
  margin-top: 75px;
}
.process-image {
  height: 210px;
  position: relative;
  margin: 0 -10px 16px;
}
.process-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.process-step:not(:last-child) .process-image:after {
  content: "⟶";
  position: absolute;
  right: -27px;
  top: 48%;
  font-size: 28px;
  color: #626d82;
  font-weight: 400;
}
.step-number {
  display: block;
  font-size: 24px;
  color: #657087;
  font-weight: 600;
  letter-spacing: -0.03em;
  margin-bottom: 3px;
}
.process-step h3 {
  font-size: 27px;
  margin-bottom: 8px;
  letter-spacing: -0.05em;
}
.process-step p {
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: -0.035em;
}
.process .rule-note {
  margin-top: 82px;
}
.why .section-heading {
  max-width: 960px;
  margin-bottom: 0;
}
.why .section-copy {
  max-width: 880px;
}
.why-visual {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 470px;
}
.why-visual > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.handwritten {
  font-family: "Snell Roundhand", "Brush Script MT", cursive;
  font-size: 48px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.03;
  color: #233b66;
}
.design-label,
.development-label {
  position: absolute;
  bottom: 34px;
  left: 5%;
  text-align: center;
  transform: rotate(-7deg);
}
.development-label {
  left: auto;
  right: 0;
  transform: rotate(-7deg);
}
.handwritten small {
  display: block;
  font-family: Inter, Arial, sans-serif;
  font-size: 10px;
  font-style: normal;
  letter-spacing: 0.24em;
  margin-top: 18px;
  transform: rotate(7deg);
}
.highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
  margin-top: 30px;
}
.highlight {
  display: flex;
  gap: 24px;
  padding-right: 28px;
}
.highlight + .highlight {
  border-left: 1px solid var(--line);
  padding-left: 32px;
}
.feature-icon {
  width: 76px;
  height: 76px;
  border-radius: 17px;
}
.feature-icon .icon {
  width: 35px;
  height: 35px;
}
.highlight h3 {
  font-size: 24px;
  margin: 6px 0 5px;
  white-space: nowrap;
}
.highlight p {
  font-size: 17px;
  line-height: 1.45;
  letter-spacing: -0.035em;
}
/* Original portrait, composed with HTML labels and translucent panels. */
.about {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 65px;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 100px;
}
.about-portrait {
  position: relative;
  isolation: isolate;
  height: 790px;
}
.portrait-backdrop {
  position: absolute;
  inset: 35px 70px 65px 0;
  background: linear-gradient(130deg, #f0f2f6, #e9edf3);
  border-radius: 30px;
  transform: rotate(-2deg);
  z-index: -2;
}
.portrait-backdrop:after {
  content: "";
  position: absolute;
  inset: 35px -50px -25px 65px;
  border: 1px solid #eef1f6;
  border-radius: 30px;
  transform: rotate(5deg);
  background: #f0f2f666;
}
.portrait {
  position: absolute;
  height: 740px;
  width: 100%;
  object-fit: contain;
  object-position: bottom;
  bottom: 32px;
  z-index: -1;
  mask-image: linear-gradient(#000 86%, transparent 99%);
}
.portrait-signature {
  position: absolute;
  left: 14px;
  top: 160px;
  font-size: 47px;
  transform: rotate(-10deg);
  color: #536585;
}
.portrait-disciplines {
  position: absolute;
  left: 22px;
  top: 305px;
  font-size: 11px;
  letter-spacing: 0.25em;
  line-height: 2.15;
  color: #8997af;
}
.portrait-ideas {
  position: absolute;
  right: 0;
  top: 142px;
  padding: 34px 28px 25px;
  background: #fcfdffdd;
  border: 1px solid #e8edf4;
  border-radius: 20px;
  color: #a0aac0;
  font-size: 17px;
  line-height: 1.65;
  box-shadow: 0 14px 44px #32405f05;
}
.blue-dot {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #1672ef;
}
.portrait-note {
  position: absolute;
  left: 10px;
  bottom: 94px;
  padding: 35px 28px 26px;
  background: #fcfdfff0;
  border: 1px solid #e8edf4;
  border-radius: 18px;
  box-shadow: 0 12px 44px #34445e0b;
}
.portrait-note strong {
  font-size: 21px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.035em;
}
.portrait-note p {
  margin-top: 14px;
  font-size: 12px;
  line-height: 1.4;
  color: #8390a5;
}
.portrait-motto {
  position: absolute;
  right: 0;
  bottom: 55px;
  font-size: 40px;
  transform: rotate(-12deg);
  text-align: center;
}
.portrait-baseline {
  position: absolute;
  bottom: 5px;
  width: 100%;
  text-align: center;
  color: #657087;
  font-size: 11px;
  letter-spacing: 0.24em;
}
.align-left {
  text-align: left;
  margin: 0;
}
.about-copy .section-heading h2 {
  font-size: 53px;
  letter-spacing: -0.055em;
}
.about-copy > .section-heading {
  margin-bottom: 28px;
}
.about-copy > p {
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: -0.035em;
  margin-bottom: 28px;
}
.about-values {
  display: grid;
  gap: 18px;
  margin-top: 31px;
}
.about-value {
  display: flex;
  align-items: center;
  gap: 24px;
}
.about-value .feature-icon {
  width: 72px;
  height: 72px;
}
.about-value h3 {
  font-size: 21px;
  margin-bottom: 3px;
}
.about-value p {
  font-size: 15px;
  letter-spacing: -0.025em;
}
.about-action {
  display: flex;
  align-items: center;
  gap: 38px;
  margin-top: 42px;
}
.about-action .button {
  min-height: 69px;
  font-size: 18px;
  padding: 20px 29px;
  gap: 27px;
}
.about-action .button .icon {
  width: 27px;
  height: 27px;
}
.about-action > span {
  font-size: 16px;
  color: #657087;
  line-height: 1.3;
  letter-spacing: -0.035em;
}
/* Cinematic contact and architectural footer backgrounds. */
.contact-section {
  position: relative;
  isolation: isolate;
  min-height: 960px;
  display: flex;
  align-items: center;
  background: #060d13 url("assets/generated/contact-background-v2.webp")
    center/cover no-repeat;
  color: #fff;
  padding: 120px 0 180px;
}
.contact-section:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, #03090e70, transparent 72%);
}
.contact-content .eyebrow {
  color: #c0ccdf;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 45px;
}
.contact-content h2 {
  font-size: 84px;
  line-height: 1.07;
  letter-spacing: -0.05em;
  max-width: 930px;
}
.contact-copy {
  max-width: 620px;
  font-size: 26px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #bcc9dc;
  margin: 35px 0 45px;
}
.contact-content .button {
  font-size: 17px;
  min-height: 56px;
  padding: 14px 24px;
  gap: 22px;
  border-radius: 12px;
}
.contact-content .button .icon {
  width: 22px;
  height: 22px;
}
.contact-note {
  color: #a8b7cc;
  font-size: 17px;
  margin-top: 27px;
}
.door-label {
  position: absolute;
  left: 70%;
  top: 34%;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.5em;
  color: #d1dae5;
  line-height: 2.4;
}
.door-label span {
  display: block;
  width: 50px;
  height: 1px;
  background: #bec7cd;
  margin-top: 20px;
}
.site-footer {
  position: relative;
  min-height: 970px;
  background: #f6f7f8 url("assets/generated/footer-background.webp")
    center/cover no-repeat;
  padding: 58px 0 70px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 105px;
}
.footer-top > p {
  font-size: 11px;
  letter-spacing: 0.24em;
  line-height: 1.9;
  color: #4b5d7c;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.65fr 0.42fr 0.48fr 0.73fr;
  gap: 48px;
}
.footer-intro {
  padding-right: 45px;
  border-right: 1px solid #dce1e9;
}
.footer-intro h2 {
  font-size: 65px;
  letter-spacing: -0.065em;
  line-height: 1.06;
}
.footer-intro > p:not(.eyebrow) {
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: -0.025em;
  max-width: 450px;
  margin-top: 20px;
}
.footer-intro .footer-disciplines {
  font-size: 15px !important;
}
.footer-intro .button {
  margin-top: 28px;
  font-size: 18px;
  min-height: 68px;
  padding: 20px 30px;
  gap: 27px;
}
.footer-navigation,
.footer-social,
.footer-build {
  padding-top: 35px;
}
.footer-grid .eyebrow {
  font-size: 11px;
  letter-spacing: 0.24em;
  margin-bottom: 26px;
}
.footer-navigation nav {
  display: flex;
  flex-direction: column;
  gap: 17px;
  font-size: 17px;
}
.social-list {
  display: grid;
  gap: 24px;
  font-size: 16px;
}
.social-list > a {
  display: flex;
  gap: 18px;
  align-items: center;
}
.social-list b {
  width: 24px;
  font-size: 22px;
}
.footer-build > p:not(.eyebrow) {
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: -0.02em;
}
.footer-build > a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #4f607d;
  margin-top: 38px;
  overflow-wrap: anywhere;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: start;
  border-top: 1px solid #9faebf;
  margin-top: 205px;
  padding-top: 30px;
}
.footer-bottom > p {
  font-size: 13px;
  color: #485b7b;
}
.footer-bottom > p:last-child {
  font-size: 10px;
  letter-spacing: 0.24em;
  line-height: 2.1;
  color: #d9e3f3;
}
/* Native dialogs keep keyboard focus and close on Escape. */
dialog {
  width: min(1000px, calc(100% - 40px));
  max-height: calc(100dvh - 40px);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 62px 36px 36px;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 30px 100px #0003;
}
dialog::backdrop {
  background: #081020a8;
  backdrop-filter: blur(7px);
}
.dialog-close {
  position: absolute;
  right: 18px;
  top: 16px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: white;
}
.contact-dialog-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 35px;
}
dialog h2 {
  font-size: 44px;
  line-height: 1.1;
}
.dialog-copy {
  font-size: 16px;
  line-height: 1.6;
  margin: 23px 0;
}
.contact-dialog-grid > div > a {
  font-size: 14px;
  color: var(--blue);
}
.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-content: start;
}
.contact-form label {
  display: grid;
  gap: 7px;
  font-size: 12px;
  font-weight: 500;
  color: #4f5c74;
}
.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  min-width: 0;
  min-height: 47px;
  padding: 12px;
  border: 1px solid #ccd5e4;
  border-radius: 8px;
  background: white;
  color: var(--ink);
  font-size: 16px;
}
.contact-form textarea {
  min-height: 110px;
  resize: vertical;
}
.field-wide,
.contact-submit,
.form-note {
  grid-column: 1/-1;
}
.contact-submit {
  min-height: 49px;
  padding: 12px 18px;
  background: var(--ink);
  color: white;
  border: 0;
  border-radius: 10px;
  font-size: 14px;
}
.contact-submit:disabled {
  opacity: 0.6;
  cursor: wait;
}
.form-note {
  font-size: 13px;
  line-height: 1.4;
  min-height: 18px;
}
.form-note[data-state="error"] {
  color: #b32929;
}
.form-note[data-state="success"] {
  color: #18764f;
}
.about-dialog {
  max-width: 700px;
}
.about-dialog .button {
  margin: 12px 12px 0 0;
}
.project-dialog {
  padding: 0;
  max-width: 960px;
  overflow: auto;
}
.project-dialog-image {
  width: 100%;
  max-height: 60vh;
  object-fit: contain;
  background: #f0f3f6;
}
.project-dialog-copy {
  padding: 26px 32px 35px;
}
.project-dialog-copy > p {
  margin-bottom: 16px;
}
.project-dialog-copy > .button {
  margin-top: 16px;
}
/* Scale the reference composition without clipping content on smaller screens. */
@media (min-width: 1700px) {
  .hero {
    padding-top: 100px;
  }
  .hero h1 {
    font-size: 84px;
  }
  .hero-copy {
    max-width: 660px;
  }
  .dashboard-wrap {
    margin-top: 62px;
  }
  .section {
    padding-block: 105px;
  }
}
@media (max-width: 1250px) {
  .container {
    width: calc(100% - 64px);
  }
  .desktop-nav {
    margin-left: 30px;
    gap: 28px;
  }
  .hero h1 {
    font-size: 70px;
  }
  .float-figma {
    left: 14%;
  }
  .float-code {
    right: 13%;
  }
  .hero-copy {
    max-width: 580px;
  }
  .section-heading h2 {
    font-size: 49px;
  }
  .service-content {
    padding-left: 20px;
    padding-right: 60px;
  }
  .service-content h3 {
    font-size: 15px;
  }
  .service-content p {
    font-size: 13px;
  }
  .service-icon {
    left: 20px;
  }
  .service-content > .round-link {
    right: 14px;
    width: 37px;
    height: 37px;
  }
  .service-visual {
    height: 190px;
  }
  .technology-stage {
    grid-template-columns: 185px minmax(0, 1fr) 185px;
    min-height: 480px;
  }
  .tech-icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
  }
  .tech-item {
    gap: 12px;
  }
  .tech-item h3 {
    font-size: 12px;
  }
  .tech-item p {
    font-size: 11px;
  }
  .tech-column {
    gap: 37px;
  }
  .tech-item:after {
    width: 25px;
  }
  .tech-icon .icon {
    width: 34px;
    height: 34px;
  }
  .process-grid {
    gap: 28px;
  }
  .process-image {
    height: 175px;
  }
  .process-step h3 {
    font-size: 23px;
  }
  .process-step p {
    font-size: 15px;
  }
  .highlight {
    gap: 17px;
    padding-right: 0;
  }
  .highlight + .highlight {
    padding-left: 20px;
  }
  .highlight .feature-icon {
    width: 57px;
    height: 57px;
  }
  .highlight h3 {
    font-size: 19px;
  }
  .highlight p {
    font-size: 15px;
  }
  .highlights {
    gap: 20px;
  }
  .about {
    gap: 40px;
  }
  .about-copy .section-heading h2 {
    font-size: 42px;
  }
  .about-copy > p {
    font-size: 18px;
  }
  .about-portrait {
    height: 710px;
  }
  .portrait {
    height: 670px;
  }
  .portrait-signature {
    font-size: 36px;
    top: 170px;
  }
  .portrait-ideas {
    right: -10px;
    padding: 30px 20px 20px;
    font-size: 14px;
  }
  .portrait-note {
    padding: 32px 20px 22px;
    left: 0;
  }
  .portrait-note strong {
    font-size: 18px;
  }
  .portrait-motto {
    font-size: 33px;
    right: -10px;
  }
  .about-action {
    gap: 20px;
  }
  .about-action .button {
    padding: 17px 20px;
    font-size: 16px;
  }
  .about-action > span {
    font-size: 14px;
  }
  .about-value {
    gap: 16px;
  }
  .about-value h3 {
    font-size: 19px;
  }
  .about-value p {
    font-size: 13px;
  }
  .about-value .feature-icon {
    width: 60px;
    height: 60px;
  }
  .contact-content h2 {
    font-size: 70px;
    max-width: 800px;
  }
  .contact-copy {
    font-size: 23px;
    max-width: 570px;
  }
  .contact-section {
    min-height: 820px;
  }
  .footer-grid {
    grid-template-columns: 1.5fr 0.5fr 0.6fr 0.8fr;
    gap: 27px;
  }
  .footer-intro {
    padding-right: 25px;
  }
  .footer-intro h2 {
    font-size: 48px;
  }
  .footer-intro > p:not(.eyebrow) {
    font-size: 17px;
  }
  .footer-build > a {
    font-size: 12px;
  }
  .footer-build > p:not(.eyebrow) {
    font-size: 15px;
  }
  .social-list {
    font-size: 14px;
  }
  .footer-navigation nav {
    font-size: 15px;
  }
  .footer-bottom {
    margin-top: 180px;
  }
}
@media (max-width: 1000px) {
  .desktop-nav {
    gap: 22px;
    margin-left: 0;
    font-size: 14px;
  }
  .header-cta {
    font-size: 13px;
    padding: 12px 16px;
  }
  .hero h1 {
    font-size: 64px;
  }
  .hero-copy {
    max-width: 550px;
    font-size: 18px;
  }
  .floating-icon {
    width: 55px;
    height: 55px;
    border-radius: 15px;
  }
  .float-figma {
    left: 9%;
    top: 40px;
  }
  .float-code {
    right: 9%;
    top: 50px;
  }
  .float-wordpress {
    left: 2%;
    top: 225px;
  }
  .float-php {
    right: 2%;
    top: 225px;
  }
  .float-js {
    left: 5%;
    top: 407px;
  }
  .float-zap {
    right: 5%;
    top: 407px;
  }
  .dashboard-wrap {
    width: calc(100% - 64px);
    height: 330px;
  }
  .showcase-dashboard {
    grid-template-columns: 145px minmax(0, 1fr);
  }
  .dashboard-sidebar {
    padding: 20px 10px;
  }
  .dashboard-projects {
    padding: 25px 16px 16px;
    gap: 10px;
  }
  .dashboard-project img {
    height: 80px;
  }
  .dashboard-project strong {
    font-size: 10px;
  }
  .dashboard-project > span:not(.mini-arrow) {
    font-size: 9px;
  }
  .mini-arrow {
    display: none;
  }
  .section {
    padding-block: 70px;
  }
  .section-heading h2 {
    font-size: 45px;
  }
  .section-copy {
    font-size: 17px;
  }
  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
  .service-visual {
    height: 220px;
  }
  .service-content h3 {
    font-size: 17px;
  }
  .service-content p {
    font-size: 14px;
  }
  .work-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
  .technology-stage {
    grid-template-columns: 165px minmax(0, 1fr) 165px;
    gap: 0;
  }
  .tech-column {
    gap: 28px;
  }
  .tech-item {
    gap: 10px;
  }
  .tech-icon {
    width: 50px;
    height: 56px;
  }
  .tech-item p {
    max-width: 95px;
  }
  .tech-item h3 {
    font-size: 11px;
  }
  .tech-item:after {
    display: none;
  }
  .process-grid {
    gap: 22px;
  }
  .process-image {
    height: 145px;
  }
  .process-step h3 {
    font-size: 20px;
  }
  .process-step p {
    font-size: 14px;
  }
  .process-step:not(:last-child) .process-image:after {
    right: -20px;
    font-size: 23px;
  }
  .why-visual {
    height: 390px;
  }
  .design-label,
  .development-label {
    font-size: 34px;
    bottom: 20px;
  }
  .handwritten small {
    font-size: 8px;
  }
  .highlight {
    display: block;
  }
  .highlight .feature-icon {
    margin-bottom: 14px;
  }
  .highlight h3 {
    white-space: normal;
  }
  .about {
    grid-template-columns: 1fr;
    max-width: 760px;
    gap: 45px;
  }
  .about-portrait {
    max-width: 640px;
    width: 100%;
    height: 750px;
    margin: auto;
  }
  .portrait {
    height: 740px;
  }
  .portrait-signature {
    font-size: 47px;
  }
  .portrait-ideas {
    font-size: 17px;
  }
  .portrait-note strong {
    font-size: 21px;
  }
  .portrait-motto {
    font-size: 40px;
  }
  .about-copy .section-heading h2 {
    font-size: 52px;
  }
  .about-copy > p {
    font-size: 20px;
  }
  .about-values {
    grid-template-columns: 1fr;
    max-width: 550px;
  }
  .about-value h3 {
    font-size: 21px;
  }
  .about-value p {
    font-size: 15px;
  }
  .about-action .button {
    font-size: 18px;
  }
  .contact-content h2 {
    font-size: 62px;
    max-width: 690px;
  }
  .contact-copy {
    font-size: 22px;
    max-width: 540px;
  }
  .contact-note {
    max-width: 470px;
    font-size: 15px;
  }
  .door-label {
    display: none;
  }
  .contact-section {
    min-height: 800px;
    background-position: 60% center;
  }
  .footer-grid {
    grid-template-columns: 1.5fr 0.7fr 0.8fr;
  }
  .footer-build {
    grid-column: 2/4;
    padding-top: 0;
  }
  .footer-intro {
    grid-row: span 2;
  }
  .footer-intro h2 {
    font-size: 45px;
  }
  .footer-build > p:not(.eyebrow) {
    max-width: 350px;
  }
  .footer-build > a {
    font-size: 14px;
    margin-top: 20px;
  }
  .footer-top {
    margin-bottom: 70px;
  }
  .footer-bottom {
    margin-top: 130px;
  }
  .site-footer {
    min-height: 900px;
  }
}
@media (max-width: 700px) {
  .container {
    width: calc(100% - 40px);
  }
  .site-header {
    min-height: 82px;
    gap: 16px;
  }
  .logo {
    font-size: 38px;
  }
  .desktop-nav {
    display: none;
  }
  .header-cta {
    display: none;
  }
  .menu-toggle {
    display: grid;
    margin-left: auto;
    place-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid var(--line);
    border-radius: 9px;
    background: transparent;
  }
  .projects-page .menu-toggle {
    display: grid;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 20;
    transform: translateY(-50%);
    color: var(--ink);
    border-color: var(--line);
  }
  .projects-page .menu-toggle:before {
    content: "";
    width: 20px;
    height: 14px;
    background:
      linear-gradient(currentColor, currentColor) 0 0 / 100% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 6px / 100% 2px no-repeat,
      linear-gradient(currentColor, currentColor) 0 12px / 100% 2px no-repeat;
  }
  .projects-page .menu-toggle .icon {
    display: none;
  }
  .mobile-nav:not([hidden]) {
    display: grid;
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    gap: 0;
    background: #fff;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 14px;
    box-shadow: 0 15px 35px #0c1a3315;
  }
  .mobile-nav a {
    padding: 12px 16px;
    border-radius: 8px;
  }
  .mobile-nav a:hover {
    background: #f2f6ff;
  }
  .hero {
    padding-top: 60px;
  }
  .hero-kicker {
    font-size: 9px;
    letter-spacing: 0.14em;
    margin: 0 0 27px;
  }
  .hero h1 {
    font-size: clamp(39px, 8.8vw, 62px);
    letter-spacing: -0.065em;
    line-height: 1.05;
  }
  .hero-copy {
    font-size: 16px;
    max-width: 440px;
    margin: 25px auto 29px;
    line-height: 1.5;
  }
  .button-row {
    gap: 12px;
  }
  .button {
    font-size: 13px;
    padding: 13px 19px;
    min-height: 48px;
    border-radius: 10px;
  }
  .hero .button-light {
    min-width: 136px;
  }
  .hero-specialties {
    font-size: 10px;
    line-height: 1.6;
    max-width: 280px;
    margin: 22px auto 0;
  }
  .hero-symbols {
    opacity: 0.7;
  }
  .floating-icon {
    width: 40px;
    height: 40px;
    border-radius: 11px;
    transform: scale(0.8);
  }
  .floating-icon > * {
    transform: scale(0.75);
  }
  .float-figma {
    left: 2%;
    top: 5px;
  }
  .float-code {
    right: 2%;
    top: 5px;
  }
  .float-wordpress {
    left: 0;
    top: 293px;
  }
  .float-php {
    right: 0;
    top: 293px;
  }
  .float-js,
  .float-zap {
    display: none;
  }
  .hero-orbits {
    top: 0;
    width: 760px;
    height: 620px;
  }
  .hero-orbits:after {
    inset: 45px 105px;
  }
  .hero-dots {
    inset: 0;
  }
  .dashboard-wrap {
    width: calc(100% - 28px);
    height: 290px;
    margin-top: 40px;
    padding: 6px;
    border-radius: 19px 19px 0 0;
  }
  .showcase-dashboard {
    grid-template-columns: 1fr;
    border-radius: 14px;
  }
  .dashboard-sidebar {
    display: none;
  }
  .dashboard-topbar {
    padding: 13px 15px;
  }
  .dashboard-topbar strong {
    font-size: 14px;
  }
  .dashboard-tools {
    gap: 12px;
  }
  .fake-search {
    width: 100px;
    font-size: 8px;
  }
  .dashboard-projects {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 15px;
    gap: 10px;
  }
  .dashboard-project:nth-child(n + 3) {
    display: none;
  }
  .dashboard-project img {
    height: 98px;
  }
  .dashboard-project strong {
    font-size: 11px;
  }
  .dashboard-bottom {
    padding: 0 15px;
    gap: 10px;
  }
  .dashboard-bottom > div {
    padding: 12px;
  }
  .dashboard-label {
    font-size: 10px;
  }
  .dashboard-label span {
    font-size: 8px;
  }
  .hero-bottom-note {
    font-size: 10px;
    max-width: 330px;
    margin: auto;
  }
  .section {
    padding-block: 60px;
  }
  .section-heading {
    margin-bottom: 30px;
  }
  .eyebrow {
    font-size: 10px;
    letter-spacing: 0.24em;
    margin-bottom: 19px;
  }
  .section-heading h2 {
    font-size: clamp(31px, 6.7vw, 43px);
    line-height: 1.1;
    letter-spacing: -0.055em;
  }
  .section-copy {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.025em;
    margin-top: 20px;
  }
  .desktop-break {
    display: none;
  }
  .service-grid,
  .work-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    max-width: 480px;
    margin-inline: auto;
  }
  .service-visual {
    height: auto;
    aspect-ratio: 1.85;
  }
  .service-content {
    padding: 15px 72px 26px 23px;
    min-height: 130px;
  }
  .service-content h3 {
    font-size: 18px;
    white-space: normal;
  }
  .service-content p {
    font-size: 14px;
  }
  .service-content > .round-link {
    width: 41px;
    height: 41px;
    right: 20px;
  }
  .service-icon {
    left: 22px;
    bottom: 0;
  }
  .work .section-heading {
    margin-bottom: 30px;
  }
  .work-card > img {
    aspect-ratio: 1.8;
  }
  .work-caption {
    padding: 16px 60px 17px 19px;
  }
  .work-caption h3 {
    font-size: 18px;
  }
  .work-caption p {
    font-size: 12px;
    line-height: 1.6;
  }
  .work-caption .round-link {
    top: 20px;
  }
  .section-action {
    margin-top: 28px;
  }
  .technology-stage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    min-height: 0;
    margin-top: 0;
  }
  .technology-image {
    grid-column: 1/-1;
    grid-row: 1;
    margin-block: -10px -20px;
  }
  .tech-column {
    gap: 22px;
  }
  .tech-item {
    gap: 12px;
  }
  .tech-icon {
    width: 52px;
    height: 57px;
  }
  .tech-item h3 {
    font-size: 12px;
    white-space: normal;
  }
  .tech-item p {
    font-size: 11px;
    max-width: 120px;
  }
  .rule-note {
    font-size: 13px;
    gap: 14px;
    margin-top: 40px;
    line-height: 1.5;
  }
  .rule-note:before,
  .rule-note:after {
    width: 30px;
    flex: none;
  }
  .process .section-heading h2 {
    font-size: clamp(34px, 7.8vw, 47px);
  }
  .process-grid {
    grid-template-columns: 1fr;
    margin-top: 25px;
    gap: 32px;
    max-width: 470px;
    margin-inline: auto;
  }
  .process-step {
    display: grid;
    grid-template-columns: 130px minmax(0, 1fr);
    column-gap: 20px;
    position: relative;
    align-content: start;
  }
  .process-image {
    grid-row: 1/4;
    grid-column: 1;
    height: 155px;
    margin: 0 -10px;
    align-self: center;
  }
  .process-step:not(:last-child) .process-image:after {
    content: "";
    top: auto;
    bottom: -31px;
    left: 50%;
    right: auto;
    width: 1px;
    height: 29px;
    background: #d7deea;
  }
  .step-number {
    font-size: 19px;
    margin: 10px 0 2px;
  }
  .process-step h3 {
    font-size: 22px;
    margin-bottom: 6px;
  }
  .process-step p {
    font-size: 14px;
    line-height: 1.5;
  }
  .process .rule-note {
    margin-top: 45px;
  }
  .why .section-copy {
    font-size: 15px;
  }
  .why-visual {
    height: auto;
    aspect-ratio: 1.5;
    margin: 14px 0;
  }
  .why-visual > img {
    height: auto;
    width: 100%;
  }
  .design-label,
  .development-label {
    display: none;
  }
  .highlights {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 22px;
  }
  .highlight {
    display: flex;
    gap: 20px;
    padding: 0;
  }
  .highlight + .highlight {
    border-left: 0;
    padding-left: 0;
    border-top: 1px solid var(--line);
    padding-top: 25px;
  }
  .highlight .feature-icon {
    margin-bottom: 0;
    width: 62px;
    height: 62px;
  }
  .highlight h3 {
    font-size: 21px;
    margin-top: 3px;
  }
  .highlight p {
    font-size: 15px;
  }
  .about {
    gap: 35px;
    padding-top: 30px;
  }
  .about-portrait {
    height: 600px;
  }
  .portrait {
    height: 580px;
    bottom: 30px;
  }
  .portrait-backdrop {
    inset: 40px 35px 65px 0;
    border-radius: 20px;
  }
  .portrait-backdrop:after {
    inset: 35px -20px -25px 25px;
    border-radius: 20px;
  }
  .portrait-signature {
    font-size: 32px;
    left: 5px;
    top: 140px;
  }
  .portrait-disciplines {
    left: 6px;
    top: 235px;
    font-size: 8px;
    line-height: 2.2;
  }
  .portrait-ideas {
    top: 120px;
    right: -4px;
    font-size: 12px;
    padding: 26px 17px 16px;
    border-radius: 15px;
  }
  .blue-dot {
    width: 9px;
    height: 9px;
    right: 14px;
    top: 14px;
  }
  .portrait-note {
    left: 0;
    bottom: 72px;
    padding: 26px 18px 20px;
    border-radius: 14px;
  }
  .portrait-note strong {
    font-size: 16px;
  }
  .portrait-note p {
    font-size: 10px;
    margin-top: 10px;
  }
  .portrait-motto {
    font-size: 28px;
    right: 0;
    bottom: 57px;
  }
  .portrait-baseline {
    font-size: 8px;
    letter-spacing: 0.17em;
    bottom: 14px;
  }
  .about-copy .section-heading h2 {
    font-size: clamp(32px, 7.7vw, 46px);
  }
  .about-copy > p {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 22px;
  }
  .about-values {
    gap: 19px;
    margin-top: 28px;
  }
  .about-value .feature-icon {
    width: 59px;
    height: 59px;
  }
  .about-value h3 {
    font-size: 19px;
  }
  .about-value p {
    font-size: 13px;
  }
  .about-action {
    gap: 22px;
    margin-top: 32px;
  }
  .about-action .button {
    font-size: 14px;
    min-height: 56px;
    padding: 14px 20px;
    gap: 15px;
  }
  .about-action > span {
    font-size: 12px;
  }
  .contact-section {
    min-height: 780px;
    padding: 70px 0 240px;
    align-items: start;
    background-position: 72% center;
  }
  .contact-section:before {
    background: linear-gradient(
      180deg,
      #03090eeb 0%,
      #03090ec9 45%,
      transparent 100%
    );
  }
  .contact-content .eyebrow {
    font-size: 10px;
    letter-spacing: 0.25em;
    margin-bottom: 26px;
  }
  .contact-content h2 {
    font-size: clamp(40px, 9.5vw, 62px);
    letter-spacing: -0.055em;
  }
  .contact-copy {
    font-size: 18px;
    line-height: 1.5;
    margin: 25px 0 30px;
    max-width: 450px;
  }
  .contact-content .button {
    font-size: 16px;
    min-height: 50px;
    padding: 12px 20px;
    border-radius: 10px;
    gap: 18px;
  }
  .contact-content .button .icon {
    width: 20px;
    height: 20px;
  }
  .contact-note {
    font-size: 13px;
    max-width: 310px;
    margin-top: 22px;
  }
  .site-footer {
    padding: 40px 0 38px;
    min-height: 0;
    background-position: 70% center;
  }
  .footer-top {
    margin-bottom: 52px;
  }
  .footer-top > p {
    font-size: 8px;
  }
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 35px 24px;
  }
  .footer-intro {
    grid-column: 1/-1;
    grid-row: auto;
    border: 0;
    padding: 0;
  }
  .footer-intro h2 {
    font-size: clamp(41px, 10vw, 58px);
  }
  .footer-intro > p:not(.eyebrow) {
    font-size: 17px;
    max-width: 400px;
  }
  .footer-intro .button {
    font-size: 15px;
    min-height: 54px;
    padding: 14px 22px;
    gap: 22px;
  }
  .footer-navigation,
  .footer-social {
    padding-top: 10px;
  }
  .footer-grid .eyebrow {
    font-size: 10px;
    margin-bottom: 20px;
  }
  .footer-navigation nav {
    font-size: 15px;
    gap: 15px;
  }
  .social-list {
    font-size: 14px;
    gap: 20px;
  }
  .social-list > a {
    gap: 12px;
  }
  .footer-build {
    grid-column: 1/-1;
    max-width: 340px;
    padding-top: 0;
  }
  .footer-build > p:not(.eyebrow) {
    font-size: 15px;
  }
  .footer-build > a {
    font-size: 14px;
    margin-top: 18px;
  }
  .footer-bottom {
    margin-top: 130px;
    padding-top: 22px;
    gap: 20px;
  }
  .footer-bottom > p {
    font-size: 10px;
    max-width: 220px;
    color: #edf2f9;
    text-shadow: 0 1px 3px #0006;
  }
  .footer-bottom > p:last-child {
    font-size: 8px;
    color: #edf2f9;
    letter-spacing: 0.14em;
  }
  dialog {
    padding: 60px 22px 24px;
    width: calc(100% - 24px);
    max-height: calc(100dvh - 24px);
    border-radius: 18px;
  }
  .contact-dialog-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  dialog h2 {
    font-size: 35px;
  }
  .contact-form {
    gap: 14px;
  }
  .contact-form label {
    font-size: 11px;
  }
  .dialog-copy {
    font-size: 15px;
    margin: 20px 0;
  }
  .project-dialog {
    padding: 0;
  }
  .project-dialog-copy {
    padding: 24px;
  }
  .project-dialog-copy h2 {
    font-size: 30px;
  }
}
@media (max-width: 380px) {
  .container {
    width: calc(100% - 32px);
  }
  .header-cta {
    font-size: 10px;
    padding: 10px;
  }
  .header-cta .icon {
    display: none;
  }
  .hero-kicker {
    font-size: 8px;
  }
  .hero h1 {
    font-size: 36px;
  }
  .button-row {
    gap: 8px;
  }
  .button-row .button {
    font-size: 12px;
    padding: 12px 14px;
  }
  .hero .button-light {
    min-width: 125px;
  }
  .floating-icon {
    display: none;
  }
  .hero-copy {
    font-size: 15px;
  }
  .tech-item {
    gap: 8px;
  }
  .tech-icon {
    width: 45px;
    height: 52px;
  }
  .tech-item h3 {
    font-size: 11px;
  }
  .tech-item p {
    font-size: 10px;
  }
  .process-step {
    grid-template-columns: 100px minmax(0, 1fr);
    column-gap: 18px;
  }
  .process-image {
    height: 125px;
  }
  .about-portrait {
    height: 515px;
  }
  .portrait {
    height: 500px;
  }
  .portrait-signature {
    font-size: 27px;
    top: 133px;
  }
  .portrait-disciplines {
    top: 215px;
  }
  .portrait-ideas {
    top: 100px;
    font-size: 11px;
    padding: 25px 12px 15px;
  }
  .portrait-note strong {
    font-size: 14px;
  }
  .portrait-note {
    padding: 24px 14px 17px;
    bottom: 60px;
  }
  .portrait-motto {
    font-size: 24px;
  }
  .about-action > span {
    font-size: 11px;
  }
  .about-action {
    gap: 15px;
  }
  .about-value h3 {
    font-size: 17px;
  }
  .contact-form {
    grid-template-columns: 1fr;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}
/* Final optical alignment against the supplied desktop references. */
.hero-copy {
  max-width: 620px;
}
.service-visual > img {
  object-fit: contain;
  padding: 12px 14px 0;
}
.work-card > img {
  object-position: 50% 0;
}
.technology-image {
  height: 530px;
  object-fit: contain;
}
.process-image img {
  mask-image: radial-gradient(ellipse 75% 80%, #000 45%, transparent 100%);
}
.skip-link:not(:focus) {
  clip-path: inset(100%);
  pointer-events: none;
}
.dashboard-main,
.dashboard-bottom > div {
  min-width: 0;
}
.portrait {
  height: 930px;
  width: calc(100% + 80px);
  max-width: none;
  left: -40px;
}
@media (max-width: 1250px) {
  .portrait {
    height: 810px;
  }
  .technology-image {
    height: 480px;
  }
}
@media (max-width: 1000px) {
  .portrait {
    height: 900px;
  }
  .technology-image {
    height: 410px;
  }
}
@media (max-width: 700px) {
  .technology-image {
    height: auto;
  }
  .portrait {
    height: 705px;
    width: calc(100% + 60px);
    left: -30px;
  }
  .float-wordpress {
    left: 8px;
  }
  .float-php {
    right: 8px;
  }
  .dashboard-tools {
    gap: 9px;
  }
  .dashboard-bottom .activity-item {
    font-size: 8px;
    gap: 5px;
  }
  .activity-item small {
    display: none;
  }
}
@media (max-width: 380px) {
  .portrait {
    height: 610px;
  }
  .dashboard-tools .fake-search {
    width: 78px;
  }
  .dashboard-bottom {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .dashboard-label {
    gap: 4px;
    flex-wrap: wrap;
  }
  .dashboard-chart {
    gap: 5px;
  }
}

@media (max-width: 700px) {
  .about-portrait {
    overflow: clip;
  }
}
@media (max-width: 700px) {
  .portrait-motto {
    right: 18px;
    transform: rotate(-8deg);
  }
  .portrait-signature {
    font-size: 28px;
  }
}
