@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/montserrat-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/montserrat-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/montserrat-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Michroma";
  src: url("assets/fonts/michroma.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #050607;
  --panel: #0c0f12;
  --panel-2: #11151a;
  --ink: #f4f4f1;
  --muted: #9ca3ad;
  --faint: #69707b;
  --line: rgba(244, 244, 241, 0.14);
  --line-strong: rgba(244, 244, 241, 0.26);
  --accent: #d8d6cf;
  --max: 1500px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 82% 12%, rgba(255, 255, 255, 0.08), transparent 24rem),
    linear-gradient(180deg, #08090a 0%, var(--bg) 36rem);
  color: var(--ink);
  font-family: "Montserrat", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: 220px 1fr 230px;
  align-items: center;
  gap: 24px;
  min-height: 76px;
  padding: 18px clamp(20px, 4vw, 84px);
  border-bottom: 1px solid var(--line);
  background: rgba(5, 6, 7, 0.86);
  backdrop-filter: blur(18px);
}

.brand {
  width: fit-content;
}

.brand-word strong,
.brand-word span,
.brand-word small {
  display: block;
  line-height: 0.92;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand-word strong {
  font-size: 18px;
  font-weight: 700;
}

.brand-word span {
  font-size: 15px;
  font-weight: 600;
}

.brand-word small {
  margin-top: 2px;
  font-size: 10px;
  font-weight: 700;
}

nav {
  display: flex;
  justify-content: center;
  gap: clamp(20px, 3vw, 48px);
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
}

nav a:hover,
.text-link:hover,
.email-link:hover,
.legal a:hover {
  color: var(--ink);
}

.header-action {
  justify-self: end;
  padding: 12px 15px;
  border: 1px solid var(--line);
  color: var(--accent);
  font-size: 12px;
  font-weight: 600;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(500px, 0.88fr);
  gap: clamp(44px, 6vw, 96px);
  align-items: center;
  min-height: calc(100vh - 76px);
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(78px, 8vw, 116px) clamp(24px, 5vw, 98px) 72px;
  border-bottom: 1px solid var(--line);
}

.section-marker {
  position: absolute;
  left: clamp(20px, 3vw, 42px);
  top: clamp(48px, 8vw, 120px);
  display: flex;
  align-items: center;
  gap: 14px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: var(--faint);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.section-marker span {
  width: 8px;
  height: 8px;
  border: 1px solid var(--ink);
  border-radius: 50%;
}

.section-marker p,
.section-heading p,
.thesis > p,
.company > p,
.contact > p {
  margin: 0;
  color: var(--faint);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.hero-copy {
  max-width: 740px;
  padding-left: clamp(24px, 4vw, 54px);
}

.hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(58px, 7.2vw, 118px);
  font-weight: 600;
  line-height: 0.96;
  letter-spacing: 0;
}

.hero-copy p {
  max-width: 600px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: clamp(16px, 1.4vw, 21px);
  line-height: 1.65;
}

.text-link {
  display: inline-block;
  margin-top: 34px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 600;
  border-bottom: 1px solid var(--line-strong);
}

.hero-showcase {
  position: relative;
  height: clamp(520px, 64vh, 660px);
  min-width: 0;
  isolation: isolate;
}

.showcase-card {
  position: absolute;
  overflow: hidden;
  min-width: 0;
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.42);
  transform-origin: center;
}

.showcase-card div:first-child {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  z-index: 2;
}

.showcase-signals div:first-child,
.showcase-cancelcue div:first-child {
  display: none;
}

.showcase-card span {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.showcase-card strong {
  display: block;
  margin-top: 7px;
  max-width: 260px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
}

.showcase-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.12) brightness(0.72);
  opacity: 0.86;
}

.showcase-signals {
  z-index: 2;
  left: 3%;
  top: 4%;
  width: 78%;
  height: 46%;
  transform: rotate(-1.5deg);
}

.showcase-signals img {
  object-position: 34% 16%;
  transform: scale(1.08);
}

.showcase-cancelcue {
  z-index: 4;
  right: 0;
  bottom: 6%;
  width: 44%;
  height: 54%;
  transform: rotate(2deg);
}

.showcase-cancelcue img {
  object-position: top center;
  filter: grayscale(1) contrast(1.05) brightness(0.76);
}

.showcase-fieldops {
  z-index: 1;
  left: 0;
  bottom: 14%;
  width: 48%;
  height: 35%;
  padding: 78px 18px 18px;
  transform: rotate(1deg);
}

.showcase-fixigo {
  z-index: 3;
  left: 35%;
  bottom: 0;
  width: 38%;
  height: 30%;
  padding: 78px 18px 18px;
  transform: rotate(-2deg);
}

.mini-map,
.mini-phone {
  position: relative;
  height: 100%;
  border: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px) 0 0 / 34px 34px,
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px) 0 0 / 34px 34px,
    #090b0e;
}

.mini-map i {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: 18px;
  height: 18px;
  border: 3px solid var(--ink);
  border-radius: 50%;
}

.mini-map b {
  position: absolute;
  left: 16%;
  right: 20%;
  top: 52%;
  height: 1px;
  background: var(--line-strong);
  transform: rotate(-13deg);
}

.mini-phone {
  display: grid;
  align-content: end;
  gap: 8px;
  padding: 18px;
}

.mini-phone p {
  margin: 0;
  padding: 10px 12px;
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
}

.product-section,
.capabilities,
.thesis,
.company,
.contact,
.legal-page {
  max-width: var(--max);
  margin: 0 auto;
  border-bottom: 1px solid var(--line);
}

.product-section,
.capabilities,
.company,
.contact,
.legal-page {
  padding: clamp(62px, 8vw, 112px) clamp(24px, 5vw, 98px);
}

.section-heading {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: clamp(30px, 5vw, 80px);
  align-items: start;
  margin-bottom: 42px;
}

.section-heading h2 {
  max-width: 920px;
  margin: 0;
  font-size: clamp(34px, 4vw, 68px);
  font-weight: 600;
  line-height: 1.02;
}

.product-line {
  display: grid;
  grid-template-columns: 120px minmax(260px, 0.42fr) minmax(440px, 1fr);
  gap: clamp(26px, 4vw, 68px);
  align-items: stretch;
  padding: 34px 0;
  border-top: 1px solid var(--line);
}

.product-number {
  color: var(--faint);
  font-family: "Michroma", "Montserrat", sans-serif;
  font-size: clamp(44px, 5vw, 86px);
  line-height: 0.9;
}

.product-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product-copy h3 {
  margin: 0;
  font-size: clamp(30px, 3vw, 52px);
  font-weight: 600;
  line-height: 1;
}

.product-copy p {
  max-width: 420px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.72;
}

.product-status {
  width: fit-content;
  margin-top: 24px;
  padding-top: 9px;
  border-top: 1px solid var(--line-strong);
  color: var(--accent);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.product-visual {
  min-height: 288px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--panel);
}

.screenshot-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
  filter: grayscale(1) contrast(1.08) brightness(0.78);
}

.cancelcue-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  filter: grayscale(1) contrast(1.05) brightness(0.78);
}

.fieldops-visual,
.fixigo-visual {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 18px;
  padding: 22px;
}

.ops-map {
  position: relative;
  min-height: 244px;
  border: 1px solid var(--line);
  background:
    linear-gradient(105deg, transparent 36%, rgba(255, 255, 255, 0.08) 36% 37%, transparent 37%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px) 0 0 / 42px 42px,
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px) 0 0 / 42px 42px,
    #080a0d;
}

.ops-map span {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: 28px;
  height: 28px;
  border: 4px solid var(--ink);
  border-radius: 50%;
  background: var(--bg);
}

.ops-ticket,
.repair-list,
.repair-phone {
  border: 1px solid var(--line);
  background: var(--panel-2);
}

.ops-ticket {
  align-self: center;
  padding: 24px;
}

.ops-ticket strong,
.repair-phone strong {
  display: block;
  font-size: 18px;
  font-weight: 600;
}

.ops-ticket p,
.ops-ticket small,
.repair-list p,
.repair-phone span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.fixigo-visual {
  grid-template-columns: 240px 1fr;
}

.repair-phone {
  display: grid;
  gap: 12px;
  padding: 24px;
}

.repair-phone span,
.repair-phone button,
.repair-list p {
  display: block;
  margin: 0;
  padding: 13px 14px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.repair-phone button {
  color: var(--ink);
  background: var(--accent);
  font: inherit;
  font-size: 13px;
  font-weight: 600;
}

.repair-list {
  align-self: center;
  display: grid;
  gap: 12px;
  padding: 24px;
}

.repair-list p {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.repair-list span {
  color: var(--ink);
  font-weight: 600;
}

.capabilities {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1fr);
  gap: clamp(34px, 5vw, 82px);
}

.capabilities .section-heading {
  display: block;
  margin-bottom: 0;
}

.capabilities .section-heading h2 {
  margin-top: 22px;
  font-size: clamp(30px, 3.2vw, 54px);
}

.capability-list {
  display: grid;
  border-top: 1px solid var(--line);
}

.capability-list article {
  display: grid;
  grid-template-columns: 140px minmax(0, 0.82fr) minmax(220px, 1fr);
  gap: 24px;
  align-items: baseline;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}

.capability-list span {
  color: var(--faint);
  font-family: "Michroma", "Montserrat", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
}

.capability-list h3 {
  margin: 0;
  font-size: clamp(18px, 1.5vw, 23px);
  font-weight: 600;
  line-height: 1.22;
}

.capability-list p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.thesis {
  padding: clamp(80px, 10vw, 150px) clamp(24px, 5vw, 98px);
  background: #030404;
}

.thesis h2 {
  max-width: 1120px;
  margin: 34px 0 0;
  font-size: clamp(42px, 6vw, 104px);
  font-weight: 600;
  line-height: 1;
}

.thesis a {
  display: inline-block;
  margin-top: 42px;
  color: var(--accent);
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid var(--line-strong);
}

.company {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: clamp(30px, 5vw, 80px);
}

.company h2 {
  grid-column: 2;
  max-width: 980px;
  margin: 0;
  font-size: clamp(38px, 5vw, 84px);
  font-weight: 600;
  line-height: 1;
}

.company div {
  grid-column: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  max-width: 980px;
  margin-top: 8px;
}

.company div p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.contact {
  border-bottom: 0;
}

.contact h2 {
  max-width: 820px;
  margin: 24px 0 0;
  font-size: clamp(42px, 6vw, 94px);
  font-weight: 600;
  line-height: 0.98;
}

.email-link {
  display: inline-block;
  margin-top: 38px;
  color: var(--accent);
  font-size: clamp(22px, 3vw, 44px);
  font-weight: 600;
}

.legal {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: clamp(70px, 9vw, 128px);
  padding-top: 26px;
  border-top: 1px solid var(--line);
  color: var(--faint);
  font-size: 12px;
}

.legal span:last-child {
  display: flex;
  gap: 22px;
}

.legal-page {
  min-height: calc(100vh - 76px);
  border-bottom: 0;
}

.legal-page > a {
  display: inline-block;
  margin-bottom: 42px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}

.legal-page h1 {
  max-width: 960px;
  margin: 0;
  font-size: clamp(42px, 6vw, 86px);
  font-weight: 600;
  line-height: 1;
}

.legal-page .updated {
  margin: 24px 0 54px;
  color: var(--faint);
  font-size: 13px;
}

.policy-grid {
  display: grid;
  grid-template-columns: 220px minmax(0, 780px);
  gap: clamp(24px, 5vw, 80px);
  padding: 30px 0;
  border-top: 1px solid var(--line);
}

.policy-grid h2 {
  margin: 0;
  color: var(--accent);
  font-size: 16px;
  font-weight: 600;
}

.policy-grid p,
.policy-grid li {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.policy-grid p {
  margin: 0 0 14px;
}

.policy-grid ul {
  margin: 0;
  padding-left: 18px;
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  nav {
    display: none;
  }

  .hero,
  .product-line,
  .capabilities,
  .company {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-showcase {
    height: 560px;
  }

  .hero-copy,
  .company h2,
  .company div {
    grid-column: auto;
    padding-left: 0;
  }

  .section-marker {
    display: none;
  }

  .section-heading {
    grid-template-columns: 1fr;
  }

  .product-line {
    gap: 24px;
  }

  .product-visual {
    min-height: 340px;
  }
}

@media (max-width: 760px) {
  .site-header {
    grid-template-columns: 1fr;
    gap: 14px;
    align-items: start;
    padding: 14px 18px;
  }

  .header-action {
    justify-self: start;
  }

  .hero,
  .product-section,
  .capabilities,
  .thesis,
  .company,
  .contact,
  .legal-page {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero h1 {
    font-size: clamp(42px, 13vw, 58px);
  }

  .hero-showcase {
    height: 620px;
  }

  .showcase-signals {
    left: 0;
    top: 0;
    width: 96%;
    height: 32%;
  }

  .showcase-cancelcue {
    right: 0;
    top: 24%;
    bottom: auto;
    width: 54%;
    height: 45%;
  }

  .showcase-fieldops {
    left: 0;
    bottom: 18%;
    width: 58%;
    height: 30%;
  }

  .showcase-fixigo {
    left: 30%;
    bottom: 0;
    width: 66%;
    height: 28%;
  }

  .product-number {
    font-size: 42px;
  }

  .product-copy h3 {
    font-size: 34px;
  }

  .product-visual {
    min-height: 280px;
  }

  .fieldops-visual,
  .fixigo-visual,
  .company div,
  .capability-list article,
  .policy-grid {
    grid-template-columns: 1fr;
  }

  .capability-list article {
    gap: 12px;
  }

  .thesis h2 {
    font-size: clamp(36px, 12vw, 58px);
  }

  .legal,
  .legal span:last-child {
    flex-direction: column;
  }
}
