:root {
  --paper: #f4f0e7;
  --paper-deep: #e9e2d5;
  --ink: #171914;
  --muted: #686b61;
  --line: rgba(23, 25, 20, 0.18);
  --line-strong: rgba(23, 25, 20, 0.48);
  --acid: #d9ff68;
  --orange: #ff6846;
  --blue: #4e6eff;
  --dark-blue: #182039;
  --forest: #153a30;
  --white: #fffefa;
  --serif: "Instrument Serif", Georgia, serif;
  --sans: "Manrope", "Helvetica Neue", Arial, sans-serif;
  --shell: min(1440px, calc(100vw - 96px));
  --radius: 28px;
  --shadow: 0 28px 80px rgba(24, 25, 20, 0.13);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 8%, rgba(255, 255, 255, 0.82), transparent 28rem),
    var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  z-index: 1000;
  inset: 0;
  pointer-events: none;
  opacity: 0.025;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

::selection {
  color: var(--ink);
  background: var(--acid);
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

img,
svg {
  display: block;
  max-width: 100%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 2000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: var(--white);
  background: var(--ink);
  border-radius: 8px;
  transform: translateY(-150%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.section-shell {
  width: var(--shell);
  margin-inline: auto;
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  transition: background 240ms ease, border-color 240ms ease, transform 240ms ease;
  border-bottom: 1px solid transparent;
}

.site-header.is-scrolled {
  background: rgba(244, 240, 231, 0.88);
  border-color: var(--line);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.header-inner {
  display: flex;
  width: var(--shell);
  min-height: 82px;
  margin-inline: auto;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--paper);
  background: var(--ink);
  border-radius: 50%;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.brand-name {
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.055em;
}

.brand-name span {
  color: var(--muted);
  font-weight: 600;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

.site-nav a {
  position: relative;
  color: #363930;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.site-nav > a:not(.nav-contact)::after {
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 1px;
  content: "";
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.site-nav > a:not(.nav-contact):hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-contact {
  display: inline-flex;
  min-height: 42px;
  padding: 0 17px;
  align-items: center;
  gap: 24px;
  color: var(--paper) !important;
  background: var(--ink);
  border-radius: 999px;
  transition: transform 180ms ease, background 180ms ease;
}

.nav-contact:hover {
  background: #34372f;
  transform: translateY(-2px);
}

.menu-button {
  display: none;
}

.hero {
  display: grid;
  min-height: 820px;
  padding-top: 140px;
  padding-bottom: 74px;
  align-items: center;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  gap: clamp(48px, 7vw, 112px);
}

.eyebrow,
.section-kicker {
  margin: 0 0 24px;
  color: #4e5149;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
}

.status-dot {
  width: 7px;
  height: 7px;
  background: #41a66a;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(65, 166, 106, 0.12);
}

.hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(56px, 6.1vw, 96px);
  font-weight: 700;
  letter-spacing: -0.075em;
  line-height: 0.92;
}

.hero h1 em,
.section-heading h2 em,
.public-heading h2 em,
.contact h2 em {
  font-family: var(--serif);
  font-weight: 400;
}

.hero h1 em {
  position: relative;
  z-index: 0;
  display: inline-block;
  letter-spacing: -0.04em;
}

.hero h1 em::after {
  position: absolute;
  z-index: -1;
  right: -0.03em;
  bottom: 0.01em;
  left: -0.03em;
  height: 0.18em;
  content: "";
  background: var(--acid);
  transform: rotate(-1deg);
}

.hero-intro {
  max-width: 660px;
  margin: 37px 0 0;
  color: #53564e;
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.55;
}

.hero-intro strong {
  color: var(--ink);
}

.hero-actions {
  display: flex;
  margin-top: 38px;
  align-items: center;
  gap: 30px;
}

.button {
  display: inline-flex;
  min-height: 54px;
  padding: 0 22px;
  align-items: center;
  justify-content: center;
  gap: 42px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(23, 25, 20, 0.16);
}

.button-dark {
  color: var(--paper);
  background: var(--ink);
}

.text-link,
.case-link,
.public-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 800;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}

.text-link span,
.case-link span,
.public-link span {
  transition: transform 180ms ease;
}

.text-link:hover span,
.case-link:hover span,
.public-link:hover span {
  transform: translate(3px, -3px);
}

.hero-footnote {
  display: grid;
  max-width: 470px;
  margin-top: 76px;
  padding-top: 18px;
  border-top: 1px solid var(--line-strong);
  grid-template-columns: 48px 1fr;
  gap: 16px;
}

.hero-footnote span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.hero-footnote p {
  margin: 0;
  color: var(--muted);
  font-family: var(--serif);
  font-size: 18px;
  font-style: italic;
  line-height: 1.35;
}

.hero-visual {
  position: relative;
  min-width: 0;
}

.system-map {
  position: relative;
  width: min(100%, 620px);
  margin-left: auto;
  aspect-ratio: 1;
  overflow: hidden;
  background:
    linear-gradient(rgba(23, 25, 20, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 25, 20, 0.04) 1px, transparent 1px),
    var(--paper-deep);
  background-size: 42px 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.6), 0 30px 90px rgba(37, 37, 30, 0.08);
}

.system-map::before,
.system-map::after {
  position: absolute;
  content: "";
  border: 1px dashed rgba(23, 25, 20, 0.15);
  border-radius: 50%;
}

.system-map::before {
  inset: 14%;
}

.system-map::after {
  inset: 32%;
}

.system-lines {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
}

.system-lines path {
  fill: none;
  stroke: rgba(23, 25, 20, 0.35);
  stroke-width: 1.5;
  stroke-dasharray: 5 7;
}

.system-lines circle {
  fill: var(--orange);
  animation: signal 2.8s ease-in-out infinite;
}

.system-lines circle:nth-of-type(2) { animation-delay: 0.35s; }
.system-lines circle:nth-of-type(3) { animation-delay: 0.7s; }
.system-lines circle:nth-of-type(4) { animation-delay: 1.05s; }
.system-lines circle:nth-of-type(5) { animation-delay: 1.4s; }

@keyframes signal {
  0%, 100% { opacity: 0.25; transform: scale(0.75); transform-origin: center; }
  50% { opacity: 1; transform: scale(1.35); transform-origin: center; }
}

.system-core {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  display: flex;
  width: 172px;
  height: 172px;
  padding: 22px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--paper);
  background: var(--ink);
  border-radius: 50%;
  box-shadow: 0 18px 40px rgba(23, 25, 20, 0.25), 0 0 0 12px rgba(244, 240, 231, 0.7);
  text-align: center;
  transform: translate(-50%, -50%);
}

.core-k {
  display: grid;
  width: 32px;
  height: 32px;
  margin-bottom: 9px;
  place-items: center;
  color: var(--ink);
  background: var(--acid);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 800;
}

.system-core strong {
  font-size: 13px;
  line-height: 1.2;
}

.system-core small {
  margin-top: 4px;
  color: #b9baaf;
  font-size: 9px;
}

.system-node {
  position: absolute;
  z-index: 3;
  display: flex;
  min-width: 112px;
  padding: 10px 13px;
  align-items: center;
  gap: 9px;
  background: rgba(255, 254, 250, 0.92);
  border: 1px solid rgba(23, 25, 20, 0.15);
  border-radius: 6px;
  box-shadow: 0 10px 26px rgba(23, 25, 20, 0.08);
  backdrop-filter: blur(8px);
}

.system-node p {
  margin: 0;
  font-size: 11px;
  font-weight: 800;
}

.node-icon {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--paper);
  background: var(--ink);
  border-radius: 50%;
  font-size: 8px;
  font-weight: 800;
}

.node-purchases { top: 12%; left: 7%; }
.node-production { top: 12%; right: 4%; }
.node-people { bottom: 17%; left: 4%; }
.node-machines { right: 2%; bottom: 15%; }
.node-inventory { bottom: 4%; left: 50%; transform: translateX(-50%); }
.node-machines .node-icon { color: var(--ink); background: var(--acid); }
.node-production .node-icon { background: var(--orange); }
.node-inventory .node-icon { color: var(--paper); background: var(--blue); }

.visual-caption {
  display: flex;
  margin: 20px 7% 0 auto;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  color: var(--muted);
  font-size: 11px;
}

.visual-caption span {
  width: 28px;
  height: 1px;
  background: var(--line-strong);
}

.manifesto {
  padding: 132px 0;
  color: var(--paper);
  background: var(--ink);
}

.manifesto-grid,
.process {
  display: grid;
  grid-template-columns: minmax(160px, 0.25fr) minmax(0, 1fr);
  gap: 7vw;
}

.section-index {
  display: flex;
  padding-top: 10px;
  gap: 24px;
}

.section-index span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.section-index p {
  margin: -2px 0 0;
  font-family: var(--serif);
  font-size: 17px;
  font-style: italic;
}

.manifesto .section-index {
  color: #b8baaf;
}

.manifesto-lead {
  max-width: 1050px;
  margin: 0;
  font-size: clamp(36px, 4vw, 62px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 1.08;
}

.principles {
  display: grid;
  margin-top: 100px;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px;
}

.principles article {
  padding-top: 22px;
  border-top: 1px solid rgba(244, 240, 231, 0.25);
}

.principle-number {
  color: var(--acid);
  font-size: 10px;
  font-weight: 800;
}

.principles h2 {
  margin: 42px 0 18px;
  font-family: var(--serif);
  font-size: 31px;
  font-weight: 400;
  line-height: 1.05;
}

.principles p {
  margin: 0;
  color: #acafa4;
  font-size: 14px;
  line-height: 1.75;
}

.work {
  padding-top: 150px;
  padding-bottom: 150px;
}

.section-heading,
.public-heading {
  display: grid;
  margin-bottom: 76px;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 8vw;
}

.section-heading h2,
.public-heading h2 {
  max-width: 860px;
  margin: 0;
  font-size: clamp(43px, 5.2vw, 76px);
  font-weight: 700;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.section-heading h2 em,
.public-heading h2 em {
  letter-spacing: -0.035em;
}

.section-heading > p,
.public-heading > p {
  max-width: 440px;
  margin: auto 0 6px;
  color: var(--muted);
  font-size: 15px;
}

.case-study {
  display: grid;
  min-height: 710px;
  margin-top: 28px;
  overflow: hidden;
  border-radius: var(--radius);
  grid-template-columns: minmax(360px, 0.7fr) minmax(0, 1.3fr);
}

.case-copy {
  position: relative;
  z-index: 2;
  padding: clamp(44px, 5vw, 76px);
}

.case-meta {
  display: flex;
  margin-bottom: 76px;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.case-meta span {
  display: inline-flex;
  min-height: 28px;
  padding: 0 10px;
  align-items: center;
  border: 1px solid currentColor;
  border-radius: 999px;
}

.case-copy h3 {
  max-width: 600px;
  margin: 0 0 26px;
  font-size: clamp(42px, 4.25vw, 68px);
  font-weight: 700;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.case-copy p {
  max-width: 610px;
  margin: 0 0 20px;
  color: rgba(23, 25, 20, 0.68);
  font-size: 14px;
}

.case-copy .case-lead {
  color: var(--ink);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.6;
}

.tag-list {
  display: flex;
  padding: 0;
  margin: 34px 0 42px;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.tag-list li {
  padding: 7px 11px;
  color: #33362f;
  background: rgba(255, 255, 255, 0.48);
  border: 1px solid rgba(23, 25, 20, 0.16);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
}

.case-dragonfly {
  background: #cfed73;
}

.case-dragonfly .case-copy {
  padding-right: 35px;
}

.dragonfly-interface {
  position: relative;
  align-self: center;
  width: calc(100% + 28px);
  height: 540px;
  overflow: hidden;
  background: #f6f7ef;
  border: 1px solid rgba(23, 25, 20, 0.18);
  border-radius: 18px 0 0 18px;
  box-shadow: -20px 32px 70px rgba(29, 44, 25, 0.18);
  transform: perspective(1200px) rotateY(-4deg) rotateZ(0.5deg);
  transform-origin: right center;
}

.mock-browser-bar {
  display: flex;
  height: 52px;
  padding: 0 18px;
  align-items: center;
  gap: 18px;
  background: #fff;
  border-bottom: 1px solid #dfe2d8;
}

.browser-dots {
  display: flex;
  gap: 5px;
}

.browser-dots span {
  width: 7px;
  height: 7px;
  background: #d6d8d1;
  border-radius: 50%;
}

.mock-address {
  color: #969a8e;
  font-size: 9px;
  font-weight: 700;
}

.live-pill {
  display: inline-flex;
  padding: 5px 8px;
  margin-left: auto;
  align-items: center;
  gap: 6px;
  color: #3c6048;
  background: #edf6e9;
  border-radius: 999px;
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}

.live-pill i {
  width: 5px;
  height: 5px;
  background: #55a269;
  border-radius: 50%;
}

.erp-shell {
  display: grid;
  height: calc(100% - 52px);
  grid-template-columns: 76px 1fr;
}

.erp-sidebar {
  display: flex;
  padding: 22px 17px;
  align-items: center;
  flex-direction: column;
  gap: 18px;
  background: #19241e;
}

.erp-logo {
  display: grid;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  place-items: center;
  color: #19241e;
  background: var(--acid);
  border-radius: 9px;
  font-size: 13px;
  font-weight: 800;
}

.sidebar-line {
  width: 34px;
  height: 5px;
  opacity: 0.48;
  background: #829086;
  border-radius: 999px;
}

.sidebar-line.active {
  height: 28px;
  opacity: 1;
  background: #3c4f43;
  border: 1px solid #65766a;
  border-radius: 7px;
}

.sidebar-line.short {
  width: 24px;
}

.sidebar-spacer {
  flex: 1;
}

.sidebar-avatar {
  width: 31px;
  height: 31px;
  background: #c9d6c5;
  border: 3px solid #4e5d52;
  border-radius: 50%;
}

.erp-main {
  min-width: 0;
  padding: 36px;
  background: #f3f5ef;
}

.erp-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.erp-topline div:first-child {
  display: flex;
  flex-direction: column;
}

.erp-topline small {
  color: #969c90;
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
}

.erp-topline strong {
  color: #20271f;
  font-size: 24px;
  letter-spacing: -0.04em;
}

.date-chip {
  padding: 7px 10px;
  color: #6d7469;
  background: #fff;
  border: 1px solid #daddd5;
  border-radius: 6px;
  font-size: 8px;
  font-weight: 800;
}

.metric-row {
  display: grid;
  margin-top: 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.metric-card {
  position: relative;
  min-height: 118px;
  padding: 18px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dfe2da;
  border-radius: 12px;
}

.metric-card span,
.metric-card strong {
  display: block;
}

.metric-card span {
  color: #899084;
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}

.metric-card strong {
  margin-top: 31px;
  color: #30382f;
  font-size: 11px;
}

.metric-up {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 20px;
  height: 12px;
  border-top: 2px solid #89a37e;
  border-right: 2px solid #89a37e;
  transform: skewY(-25deg);
}

.accent-card {
  color: #fff;
  background: #243d2e;
  border-color: #243d2e;
}

.accent-card span { color: #aabd9f; }
.accent-card strong { color: #fff; }
.accent-card .metric-up { border-color: var(--acid); }

.erp-bottom {
  display: grid;
  min-height: 220px;
  margin-top: 16px;
  grid-template-columns: 1.4fr 0.6fr;
  gap: 14px;
}

.chart-card,
.flow-card {
  padding: 20px;
  background: #fff;
  border: 1px solid #dfe2da;
  border-radius: 12px;
}

.card-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card-title span {
  font-size: 10px;
  font-weight: 800;
}

.card-title small {
  color: #9ca097;
  font-size: 7px;
}

.bar-chart {
  display: flex;
  height: 145px;
  padding-top: 24px;
  align-items: flex-end;
  gap: 7%;
  background: repeating-linear-gradient(to bottom, transparent 0, transparent 38px, #eef0eb 39px);
}

.bar-chart i {
  width: 6%;
  height: var(--bar);
  background: #4a6651;
  border-radius: 3px 3px 0 0;
}

.bar-chart i:nth-child(6),
.bar-chart i:nth-child(8) {
  background: #bedf61;
}

.flow-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.flow-item {
  display: grid;
  padding: 10px 0;
  align-items: center;
  border-bottom: 1px solid #eceee9;
  grid-template-columns: 9px 1fr 10px;
  gap: 8px;
}

.flow-item i {
  width: 7px;
  height: 7px;
  background: #74a679;
  border-radius: 50%;
}

.flow-item span,
.flow-item b {
  color: #73786f;
  font-size: 8px;
}

.flow-item b {
  color: #3e5143;
}

.concept-label {
  position: absolute;
  right: 14px;
  bottom: 10px;
  color: #9a9d96;
  font-size: 7px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.case-sundara {
  color: #f1f5e9;
  background: #16372f;
}

.case-sundara .case-copy p {
  color: rgba(241, 245, 233, 0.62);
}

.case-sundara .case-copy .case-lead {
  color: #f1f5e9;
}

.case-sundara .case-meta span {
  border-color: rgba(241, 245, 233, 0.42);
}

.dark-tags li {
  color: #d9e1d5;
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(241, 245, 233, 0.2);
}

.factory-map {
  position: relative;
  min-width: 0;
  margin: 42px 42px 42px 0;
  overflow: hidden;
  background: #102a24;
  border: 1px solid rgba(213, 232, 217, 0.16);
  border-radius: 20px;
}

.factory-grid {
  position: absolute;
  inset: 0;
  opacity: 0.32;
  background-image:
    linear-gradient(rgba(191, 215, 196, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(191, 215, 196, 0.08) 1px, transparent 1px);
  background-size: 34px 34px;
}

.factory-map > svg {
  position: absolute;
  z-index: 1;
  inset: 50% auto auto 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.factory-path {
  fill: none;
  stroke: rgba(218, 235, 220, 0.36);
  stroke-width: 2;
  stroke-dasharray: 5 7;
}

.central-path {
  stroke: var(--acid);
}

.signal-dot {
  fill: var(--orange);
  filter: drop-shadow(0 0 5px rgba(255, 104, 70, 0.8));
  animation: signal 2.4s ease-in-out infinite;
}

.dot-two { animation-delay: 0.4s; }
.dot-three { animation-delay: 0.8s; }
.dot-four { animation-delay: 1.2s; }

.factory-node,
.factory-server,
.factory-report {
  position: absolute;
  z-index: 3;
}

.factory-node {
  display: flex;
  width: 142px;
  min-height: 74px;
  padding: 14px;
  justify-content: center;
  flex-direction: column;
  background: rgba(35, 76, 64, 0.94);
  border: 1px solid rgba(220, 235, 219, 0.25);
  border-radius: 9px;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.18);
}

.factory-node small,
.factory-node strong {
  display: block;
}

.factory-node small {
  color: #9fb3a6;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.factory-node strong {
  margin-top: 5px;
  font-size: 12px;
}

.factory-node i {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 7px;
  height: 7px;
  background: var(--acid);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(217, 255, 104, 0.08);
}

.node-plc-one { top: 10%; left: 6%; }
.node-plc-two { top: 10%; right: 6%; }
.node-drive-one { bottom: 20%; left: 6%; }
.node-drive-two { right: 6%; bottom: 20%; }

.factory-server {
  top: 50%;
  left: 50%;
  display: flex;
  width: 176px;
  height: 176px;
  padding: 25px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #17251f;
  background: var(--acid);
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(217, 255, 104, 0.08), 0 24px 50px rgba(0, 0, 0, 0.26);
  text-align: center;
  transform: translate(-50%, -50%);
}

.factory-server span {
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.factory-server strong {
  margin: 8px 0;
  font-size: 25px;
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.factory-server small {
  font-size: 7px;
  font-weight: 700;
}

.factory-report {
  bottom: 5%;
  left: 50%;
  display: grid;
  width: 175px;
  padding: 11px 14px;
  align-items: center;
  background: #f4f0e7;
  border-radius: 7px;
  grid-template-columns: 22px 1fr;
  column-gap: 9px;
  transform: translateX(-50%);
}

.factory-report span {
  width: 20px;
  height: 28px;
  background: linear-gradient(135deg, #c7d2c4 50%, #e4eae1 50%);
  border-radius: 2px;
  grid-row: span 2;
}

.factory-report strong,
.factory-report small {
  display: block;
  color: #27332c;
}

.factory-report strong {
  font-size: 8px;
}

.factory-report small {
  color: #728078;
  font-size: 7px;
}

.case-preturno {
  color: #f7f5ee;
  background: #243662;
}

.case-preturno .case-copy p {
  color: rgba(247, 245, 238, 0.65);
}

.case-preturno .case-copy .case-lead {
  color: #f7f5ee;
}

.case-preturno .case-meta span {
  border-color: rgba(247, 245, 238, 0.38);
}

.blue-tags li {
  color: #e1e7ff;
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(229, 233, 255, 0.2);
}

.transport-visual {
  position: relative;
  min-width: 0;
  margin: 42px 42px 42px 0;
  overflow: hidden;
  background: #dbe3f4;
  border-radius: 20px;
}

.route-board {
  position: absolute;
  top: 8%;
  right: 5%;
  bottom: 8%;
  left: 5%;
  overflow: hidden;
  color: #17213c;
  background: #f8f8f5;
  border: 1px solid rgba(23, 33, 60, 0.14);
  border-radius: 16px;
  box-shadow: 0 30px 70px rgba(16, 31, 64, 0.22);
}

.route-header,
.route-footer {
  display: flex;
  padding: 23px 25px;
  align-items: center;
  justify-content: space-between;
}

.route-header {
  border-bottom: 1px solid #e3e6e8;
}

.route-header div,
.route-footer div:first-child {
  display: flex;
  flex-direction: column;
}

.route-header small,
.route-footer small {
  color: #8b92a0;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.route-header strong,
.route-footer strong {
  margin-top: 4px;
  font-size: 14px;
}

.route-header > span {
  padding: 7px 10px;
  color: #fff;
  background: #293e70;
  border-radius: 6px;
  font-size: 10px;
  font-weight: 800;
}

.map-area {
  position: relative;
  height: calc(100% - 170px);
  overflow: hidden;
  background:
    linear-gradient(120deg, transparent 60%, rgba(117, 147, 124, 0.08) 60%),
    #eaf0eb;
}

.map-area svg {
  width: 100%;
  height: 100%;
}

.street {
  fill: none;
  stroke: #fff;
  stroke-width: 11;
}

.street.minor {
  stroke: rgba(255, 255, 255, 0.9);
  stroke-width: 7;
}

.route-line {
  fill: none;
  stroke: var(--blue);
  stroke-width: 6;
  stroke-linecap: round;
  filter: drop-shadow(0 3px 4px rgba(46, 72, 158, 0.25));
}

.route-stop {
  fill: #f9faf7;
  stroke: var(--blue);
  stroke-width: 5;
}

.route-stop.final {
  fill: var(--acid);
}

.bus-marker {
  position: absolute;
  top: 51%;
  left: 55%;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #fff;
  background: #293e70;
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: 0 6px 12px rgba(35, 55, 101, 0.28);
  font-size: 10px;
}

.route-status {
  position: absolute;
  top: 18px;
  left: 18px;
  display: flex;
  padding: 7px 9px;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(30, 49, 37, 0.1);
  font-size: 7px;
  font-weight: 800;
}

.route-status i {
  width: 6px;
  height: 6px;
  background: #54a472;
  border-radius: 50%;
}

.route-footer {
  min-height: 84px;
  border-top: 1px solid #e3e6e8;
}

.passenger-dots {
  display: flex;
}

.passenger-dots i {
  width: 24px;
  height: 24px;
  margin-left: -6px;
  background: #8492b9;
  border: 2px solid #f8f8f5;
  border-radius: 50%;
}

.passenger-dots i:nth-child(2n) { background: #b3c1e0; }
.passenger-dots i:last-child { background: var(--acid); }

.scan-phone {
  position: absolute;
  z-index: 4;
  right: 1.5%;
  bottom: -6%;
  display: flex;
  width: 175px;
  height: 340px;
  padding: 20px;
  align-items: center;
  flex-direction: column;
  color: #1a2748;
  background: #fff;
  border: 6px solid #17233e;
  border-radius: 30px;
  box-shadow: 0 20px 50px rgba(17, 28, 58, 0.28);
  transform: rotate(4deg);
}

.phone-speaker {
  width: 42px;
  height: 4px;
  margin-bottom: 25px;
  background: #d7dbe4;
  border-radius: 999px;
}

.scan-phone > small {
  align-self: flex-start;
  color: #53678f;
  font-size: 9px;
  font-weight: 800;
}

.scan-icon {
  position: relative;
  display: grid;
  width: 88px;
  height: 88px;
  margin: 31px 0 21px;
  place-items: center;
  background: #e8edff;
  border-radius: 22px;
}

.scan-icon span {
  position: absolute;
  inset: 18px;
  border: 3px solid var(--blue);
  border-radius: 8px;
}

.scan-icon b {
  position: relative;
  z-index: 2;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: #1d2946;
  background: var(--acid);
  border-radius: 50%;
}

.scan-phone > strong {
  font-size: 12px;
  text-align: center;
}

.scan-phone p {
  margin: 5px 0 0;
  color: #8c94a6;
  font-size: 8px;
}

.phone-home {
  width: 48px;
  height: 4px;
  margin-top: auto;
  background: #d7dbe4;
  border-radius: 999px;
}

.public-work {
  padding: 140px 0;
  background: #dedbd2;
}

.public-heading {
  align-items: end;
}

.public-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.public-card {
  display: flex;
  min-height: 860px;
  overflow: hidden;
  flex-direction: column;
  border-radius: var(--radius);
}

.public-card-copy {
  padding: clamp(40px, 4vw, 64px);
}

.public-card .case-meta {
  margin-bottom: 48px;
}

.public-card h3 {
  margin: 0;
  font-size: clamp(51px, 5vw, 76px);
  font-weight: 800;
  letter-spacing: -0.075em;
  line-height: 0.9;
}

.public-tagline {
  margin: 15px 0 24px;
  font-family: var(--serif);
  font-size: 29px;
  font-style: italic;
}

.public-card-copy > p:not(.public-tagline) {
  max-width: 580px;
  margin: 0;
  color: rgba(23, 25, 20, 0.68);
  font-size: 14px;
}

.public-proof {
  display: flex;
  margin: 31px 0 34px;
  gap: 8px;
  flex-wrap: wrap;
}

.public-proof span {
  padding: 7px 11px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.taquillita-card {
  background: #ff866f;
}

.mercax-card {
  background: #bed55b;
}

.ticket-visual,
.catalog-visual {
  position: relative;
  min-height: 430px;
  margin-top: auto;
  overflow: hidden;
}

.ticket-visual {
  background:
    radial-gradient(circle at 80% 20%, rgba(255, 244, 216, 0.8), transparent 29%),
    linear-gradient(145deg, #ffd7af, #f8b3a5);
  border-top: 1px solid rgba(23, 25, 20, 0.13);
}

.ticket-visual::before {
  position: absolute;
  top: -30%;
  left: -15%;
  width: 420px;
  height: 420px;
  content: "";
  border: 1px solid rgba(125, 52, 52, 0.13);
  border-radius: 50%;
  box-shadow: 0 0 0 50px rgba(125, 52, 52, 0.03), 0 0 0 100px rgba(125, 52, 52, 0.03);
}

.taq-phone {
  position: absolute;
  bottom: -42px;
  left: 50%;
  width: min(355px, 58%);
  height: 470px;
  padding: 27px 22px;
  color: #2d2440;
  background: #fffaf4;
  border: 7px solid #312b3e;
  border-radius: 35px 35px 0 0;
  box-shadow: 0 30px 70px rgba(72, 39, 47, 0.28);
  transform: translateX(-50%) rotate(-2deg);
}

.taq-top {
  display: flex;
  align-items: center;
  gap: 8px;
}

.taq-top span {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  color: #fff;
  background: #733d83;
  border-radius: 7px;
  font-size: 10px;
  font-weight: 800;
}

.taq-top b {
  font-size: 11px;
}

.taq-top i {
  width: 5px;
  height: 5px;
  margin-left: auto;
  background: #55a371;
  border-radius: 50%;
}

.taq-tabs {
  display: flex;
  padding: 5px;
  margin-top: 20px;
  background: #f0e9ec;
  border-radius: 9px;
}

.taq-tabs span,
.taq-tabs b {
  flex: 1;
  padding: 7px 4px;
  font-size: 7px;
  text-align: center;
}

.taq-tabs b {
  color: #fff;
  background: #764684;
  border-radius: 6px;
}

.ticket-card {
  position: relative;
  padding: 19px;
  margin-top: 20px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(135deg, #198e91, #38aaa6);
  border-radius: 15px;
}

.ticket-card::after {
  position: absolute;
  right: -36px;
  bottom: -45px;
  width: 150px;
  height: 150px;
  content: "";
  background: rgba(255, 255, 255, 0.09);
  border-radius: 50%;
}

.ticket-card small,
.ticket-card > strong {
  display: block;
}

.ticket-card small {
  opacity: 0.72;
  font-size: 6px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.ticket-card > strong {
  margin-top: 3px;
  font-size: 13px;
}

.fake-qr {
  display: grid;
  width: 86px;
  height: 86px;
  padding: 7px;
  margin-top: 20px;
  background: #fff;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}

.fake-qr i {
  background: #24342e;
}

.fake-qr i:nth-child(2),
.fake-qr i:nth-child(4),
.fake-qr i:nth-child(8) {
  opacity: 0.18;
}

.ticket-data {
  position: absolute;
  right: 22px;
  bottom: 25px;
  display: flex;
  flex-direction: column;
}

.ticket-data span {
  font-size: 7px;
}

.ticket-data b {
  font-size: 37px;
  line-height: 1;
}

.generate-button {
  padding: 13px;
  margin-top: 17px;
  color: #fff;
  background: #713e81;
  border-radius: 10px;
  font-size: 9px;
  font-weight: 800;
  text-align: center;
}

.floating-ticket {
  position: absolute;
  right: 7%;
  bottom: 20%;
  display: grid;
  width: 125px;
  padding: 15px;
  color: #2b3c32;
  background: var(--acid);
  border: 1px solid rgba(23, 25, 20, 0.16);
  border-radius: 12px;
  box-shadow: 0 14px 35px rgba(71, 49, 40, 0.2);
  grid-template-columns: 1fr 26px;
  transform: rotate(5deg);
}

.floating-ticket span,
.floating-ticket small {
  font-size: 7px;
  font-weight: 800;
}

.floating-ticket strong {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  color: #fff;
  background: #2e8059;
  border-radius: 50%;
  grid-row: span 2;
}

.catalog-visual {
  padding: 21px;
  background: #e9eddf;
  border-top: 1px solid rgba(23, 25, 20, 0.13);
}

.catalog-toolbar {
  display: flex;
  height: 55px;
  padding: 0 14px;
  align-items: center;
  gap: 13px;
  background: #fff;
  border: 1px solid #d9ded0;
  border-radius: 10px 10px 0 0;
}

.catalog-logo {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  color: #fff;
  background: #21382d;
  border-radius: 6px;
  font-size: 10px;
  font-weight: 800;
}

.catalog-search {
  display: flex;
  height: 29px;
  padding: 0 10px;
  align-items: center;
  flex: 1;
  justify-content: space-between;
  color: #a4aa9e;
  background: #f6f7f3;
  border: 1px solid #e0e3db;
  border-radius: 5px;
  font-size: 7px;
}

.catalog-search b {
  color: #516257;
  font-size: 13px;
}

.catalog-cart {
  color: #526057;
  font-size: 7px;
  font-weight: 800;
}

.catalog-body {
  display: grid;
  height: 330px;
  padding: 18px;
  background: #f8f9f6;
  border: 1px solid #d9ded0;
  border-top: 0;
  border-radius: 0 0 10px 10px;
  grid-template-columns: 92px 1fr;
  gap: 16px;
}

.catalog-body aside {
  display: flex;
  padding-right: 13px;
  flex-direction: column;
  gap: 13px;
  border-right: 1px solid #e5e8e1;
}

.catalog-body aside strong {
  margin-bottom: 5px;
  font-size: 8px;
}

.catalog-body aside span {
  width: 100%;
  height: 5px;
  background: #dce1d8;
  border-radius: 999px;
}

.catalog-body aside span:nth-child(3) { width: 77%; }
.catalog-body aside span:nth-child(4) { width: 88%; }
.catalog-body aside span:nth-child(5) { width: 64%; }

.products-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.product-tile {
  display: flex;
  min-width: 0;
  padding: 11px;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e3e6df;
  border-radius: 7px;
}

.product-shape {
  position: relative;
  display: block;
  width: 100%;
  height: 65px;
  margin-bottom: 8px;
  background: #eef1eb;
  border-radius: 5px;
}

.product-shape::before,
.product-shape::after {
  position: absolute;
  content: "";
}

.product-shape.camera::before {
  top: 22px;
  left: 50%;
  width: 45px;
  height: 19px;
  background: #485550;
  border-radius: 4px 10px 10px 4px;
  transform: translateX(-50%);
}

.product-shape.camera::after {
  top: 25px;
  left: calc(50% + 8px);
  width: 13px;
  height: 13px;
  background: #a6d3ca;
  border: 3px solid #26352f;
  border-radius: 50%;
}

.product-shape.switch::before {
  top: 22px;
  left: 50%;
  width: 59px;
  height: 23px;
  background: #38443f;
  border-radius: 3px;
  box-shadow: inset 0 -4px 0 #222b27;
  transform: translateX(-50%);
}

.product-shape.switch::after {
  top: 29px;
  left: calc(50% - 20px);
  width: 4px;
  height: 4px;
  background: var(--acid);
  box-shadow: 8px 0 var(--acid), 16px 0 #78857f, 24px 0 #78857f, 32px 0 var(--acid);
}

.product-shape.sensor::before {
  top: 15px;
  left: 50%;
  width: 34px;
  height: 38px;
  background: #cdd4cc;
  border: 5px solid #4e5a54;
  border-radius: 50% 50% 9px 9px;
  transform: translateX(-50%);
}

.product-shape.sensor::after {
  top: 25px;
  left: 50%;
  width: 12px;
  height: 12px;
  background: #8dc0b3;
  border-radius: 50%;
  transform: translateX(-50%);
}

.product-shape.radio::before {
  top: 15px;
  left: 50%;
  width: 28px;
  height: 44px;
  background: #303b36;
  border-radius: 5px;
  transform: translateX(-50%);
}

.product-shape.radio::after {
  top: 9px;
  left: calc(50% + 7px);
  width: 3px;
  height: 23px;
  background: #46544d;
  border-radius: 999px;
  transform: rotate(-7deg);
  transform-origin: bottom;
}

.product-tile small {
  color: #829087;
  font-size: 5px;
  font-weight: 800;
  letter-spacing: 0.07em;
}

.product-tile b {
  margin: 3px 0 6px;
  overflow: hidden;
  font-size: 7px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-tile > span {
  color: #43815c;
  font-size: 6px;
  font-weight: 800;
}

.catalog-counter {
  position: absolute;
  right: 32px;
  bottom: 20px;
  width: 175px;
  padding: 18px;
  color: #fff;
  background: #233b30;
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(38, 56, 39, 0.25);
}

.catalog-counter small {
  color: #a9b9ae;
  font-size: 6px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.catalog-counter strong {
  display: block;
  margin-top: 3px;
  font-size: 33px;
  letter-spacing: -0.06em;
  line-height: 1;
}

.catalog-counter strong span {
  color: var(--acid);
}

.catalog-counter p {
  margin: 3px 0 0;
  color: #a9b9ae;
  font-size: 7px;
}

.process {
  padding-top: 150px;
  padding-bottom: 150px;
}

.process-content {
  display: grid;
  grid-template-columns: minmax(300px, 0.75fr) minmax(420px, 1.25fr);
  gap: 8vw;
}

.process-intro h2 {
  max-width: 570px;
  margin: 0 0 30px;
  font-size: clamp(42px, 4.3vw, 66px);
  font-weight: 700;
  letter-spacing: -0.065em;
  line-height: 0.99;
}

.process-intro p {
  max-width: 500px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.process-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.process-list li {
  display: grid;
  padding: 27px 0 29px;
  border-top: 1px solid var(--line-strong);
  grid-template-columns: 64px 1fr;
  gap: 18px;
}

.process-list li:last-child {
  border-bottom: 1px solid var(--line-strong);
}

.process-list > li > span {
  padding-top: 4px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.process-list h3 {
  margin: 0 0 7px;
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 400;
}

.process-list p {
  max-width: 530px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.about {
  padding: 130px 0;
  color: #f1efe6;
  background: #17203a;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.78fr) minmax(0, 1.22fr);
  gap: 9vw;
}

.about-portrait {
  position: relative;
  min-height: 610px;
  padding: 43px;
  overflow: hidden;
  color: #182039;
  background: #4e6eff;
  border-radius: var(--radius);
}

.portrait-grid {
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.32) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.32) 1px, transparent 1px);
  background-size: 44px 44px;
}

.about-portrait::before {
  position: absolute;
  right: -80px;
  bottom: -80px;
  width: 390px;
  height: 390px;
  content: "";
  background: var(--acid);
  border-radius: 50%;
  box-shadow: 0 0 0 48px rgba(217, 255, 104, 0.1), 0 0 0 96px rgba(217, 255, 104, 0.07);
}

.about-portrait::after {
  position: absolute;
  top: 23%;
  right: 13%;
  width: 16px;
  height: 16px;
  content: "";
  background: var(--orange);
  border-radius: 50%;
  box-shadow: 0 0 0 11px rgba(255, 104, 70, 0.13);
}

.portrait-kicker,
.portrait-year {
  position: relative;
  z-index: 2;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.about-portrait > strong {
  position: absolute;
  z-index: 2;
  top: 45%;
  left: 43px;
  font-size: clamp(110px, 13vw, 190px);
  font-weight: 800;
  letter-spacing: -0.11em;
  line-height: 0.7;
  transform: translateY(-50%);
}

.about-portrait > p {
  position: absolute;
  z-index: 2;
  right: 42px;
  bottom: 40px;
  margin: 0;
  font-family: var(--serif);
  font-size: 27px;
  font-style: italic;
  line-height: 0.95;
  text-align: right;
}

.portrait-year {
  position: absolute;
  z-index: 2;
  bottom: 43px;
  left: 43px;
}

.about-copy {
  max-width: 760px;
  align-self: center;
}

.about-copy .section-kicker {
  color: #9da6bd;
}

.about-copy h2 {
  margin: 0 0 23px;
  font-size: clamp(51px, 5.8vw, 86px);
  letter-spacing: -0.075em;
  line-height: 0.95;
}

.about-copy p {
  max-width: 650px;
  margin: 0 0 20px;
  color: #abb3c8;
  font-size: 15px;
}

.about-copy .about-lead {
  margin-bottom: 30px;
  color: #f1efe6;
  font-family: var(--serif);
  font-size: 30px;
  font-style: italic;
  line-height: 1.25;
}

.about-copy blockquote {
  max-width: 650px;
  padding-top: 27px;
  margin: 44px 0 0;
  color: var(--acid);
  border-top: 1px solid rgba(235, 238, 248, 0.22);
  font-family: var(--serif);
  font-size: 30px;
  font-style: italic;
  line-height: 1.15;
}

.contact {
  padding: 145px 0 120px;
  background: var(--orange);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  gap: 10vw;
}

.contact .section-kicker {
  color: rgba(23, 25, 20, 0.66);
}

.contact h2 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(55px, 6.5vw, 98px);
  font-weight: 700;
  letter-spacing: -0.075em;
  line-height: 0.9;
}

.contact-copy {
  align-self: end;
}

.contact-copy > p {
  max-width: 510px;
  margin: 0 0 48px;
  color: rgba(23, 25, 20, 0.72);
  font-size: 15px;
}

.contact-links {
  border-top: 1px solid rgba(23, 25, 20, 0.52);
}

.contact-links a {
  display: grid;
  padding: 23px 0;
  align-items: center;
  border-bottom: 1px solid rgba(23, 25, 20, 0.52);
  grid-template-columns: 1fr auto;
  text-decoration: none;
}

.contact-links a span,
.contact-links a strong {
  display: block;
  grid-column: 1;
}

.contact-links a span {
  margin-bottom: 5px;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-links a strong {
  font-size: clamp(17px, 1.5vw, 23px);
}

.contact-links a i {
  display: grid;
  width: 41px;
  height: 41px;
  margin-left: 20px;
  place-items: center;
  border: 1px solid rgba(23, 25, 20, 0.48);
  border-radius: 50%;
  font-size: 17px;
  font-style: normal;
  grid-column: 2;
  grid-row: 1 / span 2;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.contact-links a:hover i {
  color: var(--paper);
  background: var(--ink);
  transform: translate(3px, -3px);
}

.site-footer {
  color: #dddcd3;
  background: var(--ink);
}

.footer-inner {
  display: grid;
  min-height: 130px;
  align-items: center;
  grid-template-columns: 1fr auto 1fr;
  gap: 30px;
}

.footer-brand {
  color: #f1efe6;
}

.footer-brand .brand-mark {
  color: var(--ink);
  background: var(--acid);
}

.footer-brand .brand-name span {
  color: #8d9088;
}

.footer-inner p {
  margin: 0;
  color: #8d9088;
  font-size: 10px;
}

.footer-inner p:last-child {
  text-align: right;
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 650ms cubic-bezier(0.22, 1, 0.36, 1), transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  :root {
    --shell: min(100% - 54px, 1120px);
  }

  .hero {
    grid-template-columns: minmax(0, 1.02fr) minmax(390px, 0.98fr);
    gap: 42px;
  }

  .hero h1 {
    font-size: clamp(54px, 6.5vw, 78px);
  }

  .case-study {
    grid-template-columns: minmax(360px, 0.85fr) minmax(0, 1.15fr);
  }

  .case-copy {
    padding: 48px;
  }

  .case-copy h3 {
    font-size: 52px;
  }

  .case-meta {
    margin-bottom: 52px;
  }

  .scan-phone {
    right: -3%;
  }

  .process-content {
    gap: 5vw;
  }
}

@media (max-width: 960px) {
  :root {
    --shell: min(100% - 40px, 880px);
  }

  .hero {
    min-height: auto;
    padding-top: 155px;
    padding-bottom: 90px;
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 780px;
  }

  .hero h1 {
    font-size: clamp(60px, 10vw, 90px);
  }

  .hero-visual {
    width: min(720px, 88vw);
    margin: 20px auto 0;
  }

  .manifesto-grid,
  .process {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .principles {
    gap: 24px;
  }

  .section-heading,
  .public-heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .case-study {
    grid-template-columns: 1fr;
  }

  .case-copy {
    padding: 62px;
  }

  .case-copy h3 {
    max-width: 700px;
    font-size: clamp(50px, 8vw, 70px);
  }

  .dragonfly-interface {
    width: calc(100% - 64px);
    margin: 0 0 52px auto;
  }

  .factory-map,
  .transport-visual {
    height: 600px;
    margin: 0 38px 38px;
  }

  .public-grid {
    grid-template-columns: 1fr;
  }

  .public-card {
    min-height: 900px;
  }

  .public-card-copy {
    padding: 62px;
  }

  .process-content {
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .about-grid {
    grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
    gap: 6vw;
  }

  .about-portrait {
    min-height: 540px;
  }

  .about-portrait > strong {
    font-size: 115px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 80px;
  }

  .contact-copy {
    max-width: 700px;
  }
}

@media (max-width: 720px) {
  :root {
    --shell: calc(100% - 32px);
    --radius: 20px;
  }

  html {
    scroll-padding-top: 78px;
  }

  .header-inner {
    min-height: 70px;
  }

  .menu-button {
    position: relative;
    z-index: 3;
    display: flex;
    width: 44px;
    height: 44px;
    padding: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    background: transparent;
    border: 0;
  }

  .menu-button span:not(.sr-only) {
    width: 22px;
    height: 2px;
    background: var(--ink);
    transition: transform 180ms ease;
  }

  .menu-button[aria-expanded="true"] span:nth-of-type(2) {
    transform: translateY(4px) rotate(45deg);
  }

  .menu-button[aria-expanded="true"] span:nth-of-type(3) {
    transform: translateY(-4px) rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    display: flex;
    width: min(86vw, 390px);
    height: 100dvh;
    padding: 110px 32px 38px;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column;
    gap: 0;
    background: var(--paper);
    border-left: 1px solid var(--line);
    box-shadow: -20px 0 60px rgba(23, 25, 20, 0.14);
    transform: translateX(105%);
    transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .site-nav.is-open {
    transform: translateX(0);
  }

  .site-nav a {
    padding: 17px 0;
    border-bottom: 1px solid var(--line);
    font-size: 17px;
  }

  .site-nav .nav-contact {
    min-height: 54px;
    padding: 0 18px;
    margin-top: 32px;
    justify-content: space-between;
    border: 0;
  }

  body.menu-open {
    overflow: hidden;
  }

  .hero {
    padding-top: 122px;
    padding-bottom: 72px;
    gap: 65px;
  }

  .eyebrow {
    margin-bottom: 21px;
    font-size: 9px;
  }

  .hero h1 {
    font-size: clamp(49px, 15.4vw, 72px);
    letter-spacing: -0.07em;
    line-height: 0.94;
  }

  .hero-intro {
    margin-top: 28px;
    font-size: 16px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }

  .button {
    width: 100%;
    justify-content: space-between;
  }

  .hero-footnote {
    margin-top: 54px;
  }

  .hero-visual {
    width: 100%;
  }

  .system-node {
    min-width: 0;
    padding: 7px;
  }

  .system-node p {
    display: none;
  }

  .node-icon {
    width: 30px;
    height: 30px;
  }

  .system-core {
    width: 124px;
    height: 124px;
  }

  .system-core strong {
    font-size: 10px;
  }

  .system-core small {
    font-size: 7px;
  }

  .manifesto,
  .public-work,
  .about {
    padding: 92px 0;
  }

  .work,
  .process {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .manifesto-grid,
  .process {
    gap: 44px;
  }

  .manifesto-lead {
    font-size: 38px;
  }

  .principles {
    margin-top: 68px;
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .principles h2 {
    margin-top: 25px;
  }

  .section-heading,
  .public-heading {
    margin-bottom: 48px;
  }

  .section-heading h2,
  .public-heading h2 {
    font-size: 43px;
  }

  .case-study {
    min-height: 0;
    margin-top: 18px;
  }

  .case-copy,
  .public-card-copy {
    padding: 38px 26px 42px;
  }

  .case-meta {
    margin-bottom: 43px;
  }

  .case-copy h3 {
    font-size: 44px;
  }

  .case-copy .case-lead {
    font-size: 15px;
  }

  .dragonfly-interface {
    width: calc(100% - 22px);
    height: 420px;
    margin: 0 0 25px auto;
    border-radius: 14px 0 0 14px;
    transform: none;
  }

  .erp-shell {
    grid-template-columns: 49px 1fr;
  }

  .erp-sidebar {
    padding: 17px 8px;
  }

  .erp-logo {
    width: 29px;
    height: 29px;
  }

  .sidebar-line {
    width: 25px;
  }

  .erp-main {
    padding: 20px 15px;
  }

  .erp-topline strong {
    font-size: 18px;
  }

  .metric-row {
    gap: 7px;
  }

  .metric-card {
    min-height: 95px;
    padding: 10px;
  }

  .metric-card strong {
    margin-top: 28px;
    font-size: 8px;
  }

  .metric-up {
    top: 10px;
    right: 10px;
  }

  .erp-bottom {
    min-height: 180px;
    grid-template-columns: 1fr;
  }

  .flow-card {
    display: none;
  }

  .bar-chart {
    height: 105px;
  }

  .factory-map,
  .transport-visual {
    height: 410px;
    margin: 0 12px 12px;
  }

  .factory-node {
    width: 90px;
    min-height: 61px;
    padding: 10px;
  }

  .factory-node strong {
    font-size: 9px;
  }

  .factory-node i {
    top: 9px;
    right: 9px;
  }

  .factory-server {
    width: 122px;
    height: 122px;
  }

  .factory-server strong {
    font-size: 18px;
  }

  .factory-report {
    bottom: 3%;
  }

  .route-board {
    inset: 5%;
  }

  .route-header,
  .route-footer {
    padding: 17px;
  }

  .map-area {
    height: calc(100% - 144px);
  }

  .scan-phone {
    display: none;
  }

  .public-card {
    min-height: 790px;
  }

  .public-card h3 {
    font-size: 55px;
  }

  .public-tagline {
    font-size: 25px;
  }

  .ticket-visual,
  .catalog-visual {
    min-height: 380px;
  }

  .taq-phone {
    width: 72%;
  }

  .floating-ticket {
    right: 3%;
  }

  .catalog-visual {
    padding: 12px;
  }

  .catalog-body {
    padding: 10px;
    grid-template-columns: 64px 1fr;
    gap: 8px;
  }

  .catalog-body aside {
    padding-right: 8px;
  }

  .catalog-counter {
    right: 17px;
    bottom: 12px;
    width: 150px;
  }

  .process-intro h2 {
    font-size: 43px;
  }

  .process-content {
    gap: 50px;
  }

  .process-list li {
    grid-template-columns: 42px 1fr;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 66px;
  }

  .about-portrait {
    min-height: 430px;
    padding: 28px;
  }

  .about-portrait > strong {
    left: 27px;
    font-size: 100px;
  }

  .about-portrait > p {
    right: 27px;
    bottom: 27px;
  }

  .portrait-year {
    bottom: 29px;
    left: 28px;
  }

  .about-copy h2 {
    font-size: 50px;
  }

  .about-copy .about-lead,
  .about-copy blockquote {
    font-size: 25px;
  }

  .contact {
    padding: 94px 0 80px;
  }

  .contact-grid {
    gap: 60px;
  }

  .contact h2 {
    font-size: 53px;
  }

  .contact-links a strong {
    overflow: hidden;
    font-size: 16px;
    text-overflow: ellipsis;
  }

  .footer-inner {
    padding: 35px 0;
    grid-template-columns: 1fr;
    gap: 17px;
  }

  .footer-inner p:last-child {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .js [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
