:root {
  color-scheme: dark;
  --ink: #07111f;
  --ink-soft: #0c1a2c;
  --paper: #f5f3ee;
  --white: #ffffff;
  --muted: #9dabbc;
  --line: rgba(255, 255, 255, 0.14);
  --acid: #d7ff3f;
  --blue: #72a7ff;
  --mint: #63ddb2;
  --max: 1180px;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--white);
  font-size: 17px;
  line-height: 1.6;
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
  mask-image: linear-gradient(to bottom, black, transparent 75%);
}

a {
  color: inherit;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  line-height: 1.02;
  letter-spacing: -0.045em;
}

h1 {
  max-width: 820px;
  margin-bottom: 30px;
  font-size: clamp(3.7rem, 7vw, 6.8rem);
  font-weight: 720;
}

h2 {
  margin-bottom: 24px;
  font-size: clamp(2.7rem, 5.4vw, 5.4rem);
  font-weight: 680;
}

h3 {
  margin-bottom: 14px;
  font-size: 1.65rem;
}

.shell {
  width: min(calc(100% - 48px), var(--max));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  transform: translateY(-160%);
  background: var(--acid);
  color: var(--ink);
  font-weight: 800;
}

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

.site-header {
  display: flex;
  min-height: 92px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 1rem;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-decoration: none;
}

.brand b {
  color: var(--acid);
  font-weight: inherit;
}

.brand-mark {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  background: var(--acid);
  color: var(--ink);
  font-weight: 900;
  letter-spacing: -0.06em;
}

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

.site-header nav a {
  color: #c7d1dd;
  font-size: 0.9rem;
  font-weight: 650;
  text-decoration: none;
}

.site-header nav a:hover,
.site-header nav a:focus-visible {
  color: var(--acid);
}

.site-header .nav-contact {
  padding: 10px 15px;
  border: 1px solid var(--line);
  color: var(--white);
}

.hero {
  display: grid;
  min-height: 790px;
  padding-block: 100px 90px;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  align-items: center;
  gap: clamp(55px, 8vw, 120px);
}

.kicker {
  margin-bottom: 20px;
  color: var(--acid);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.lede {
  max-width: 700px;
  margin-bottom: 0;
  color: #b4c0cf;
  font-size: clamp(1.12rem, 2vw, 1.35rem);
  line-height: 1.55;
}

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

.button {
  display: inline-flex;
  min-height: 58px;
  padding: 14px 20px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 160ms ease, background-color 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--acid);
  color: var(--ink);
}

.text-link {
  color: #d4dbe4;
  font-weight: 700;
  text-decoration: none;
}

.text-link span {
  margin-left: 6px;
  color: var(--acid);
}

.company-file {
  padding: 20px;
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(114, 167, 255, 0.09), transparent 45%),
    rgba(12, 26, 44, 0.78);
  box-shadow: 22px 22px 0 rgba(0, 0, 0, 0.18);
}

.map-heading {
  display: flex;
  padding: 4px 4px 18px;
  justify-content: space-between;
  color: var(--blue);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.company-file dl {
  margin: 0;
  padding: 0;
}

.company-file dl > div {
  display: grid;
  min-height: 82px;
  padding: 18px 12px;
  grid-template-columns: 120px 1fr;
  align-items: center;
  border-top: 1px solid var(--line);
}

.company-file dt {
  color: var(--muted);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.78rem;
}

.company-file dd {
  margin: 0;
  font-weight: 750;
}

.signal-strip {
  border-block: 1px solid var(--line);
  background: var(--acid);
  color: var(--ink);
}

.signal-grid {
  display: grid;
  min-height: 98px;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}

.signal-grid span {
  padding-inline: 32px;
  border-left: 1px solid rgba(7, 17, 31, 0.25);
  font-weight: 850;
  letter-spacing: -0.02em;
}

.signal-grid span:last-child {
  border-right: 1px solid rgba(7, 17, 31, 0.25);
}

.section {
  padding-block: clamp(110px, 14vw, 180px);
}

.section-intro {
  max-width: 900px;
  margin-bottom: 76px;
}

.split-heading {
  display: grid;
  max-width: none;
  grid-template-columns: 1.1fr 0.7fr;
  align-items: end;
  gap: clamp(50px, 10vw, 140px);
}

.split-heading h2 {
  margin-bottom: 0;
}

.split-heading > p {
  margin-bottom: 10px;
  color: var(--muted);
}

.product-list {
  display: grid;
  gap: 28px;
}

.product-card {
  display: grid;
  min-height: 430px;
  padding: clamp(28px, 5vw, 56px);
  grid-template-columns: minmax(180px, 0.45fr) minmax(0, 1.2fr);
  align-items: stretch;
  gap: clamp(36px, 7vw, 90px);
  border: 1px solid var(--line);
  background: var(--ink-soft);
}

.product-mark {
  display: grid;
  min-height: 280px;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 50%),
    var(--acid);
  color: var(--ink);
}

.product-mark span {
  font-size: clamp(5rem, 10vw, 8rem);
  font-weight: 900;
  letter-spacing: -0.08em;
}

.product-card-ceers .product-mark {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 50%),
    var(--blue);
}

.product-card-dosette .product-mark {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 50%),
    var(--mint);
}

.product-main {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: space-between;
}

.product-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.product-type,
.panel-label {
  margin-bottom: 12px;
  color: var(--blue);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-heading h3 {
  margin-bottom: 0;
  font-size: clamp(2.7rem, 5vw, 4.8rem);
}

.status {
  padding: 7px 10px;
  border: 1px solid rgba(215, 255, 63, 0.35);
  color: var(--acid);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.72rem;
  white-space: nowrap;
}

.status-live {
  border-color: rgba(114, 167, 255, 0.45);
  color: #9dc0ff;
}

.status-dosette {
  border-color: rgba(99, 221, 178, 0.45);
  color: #83ebc6;
}

.product-summary {
  max-width: 680px;
  margin-block: 36px;
  color: #bdc7d3;
  font-size: clamp(1.05rem, 1.7vw, 1.25rem);
}

.product-meta {
  display: grid;
  margin: 0;
  grid-template-columns: 0.7fr 1.4fr 0.8fr;
  border-top: 1px solid var(--line);
}

.product-meta > div {
  padding: 20px 20px 0 0;
}

.product-meta dt,
.company-panel dt {
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 0.75rem;
}

.product-meta dd,
.company-panel dd {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 700;
}

.product-meta a {
  text-underline-offset: 0.25em;
}

.store-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
}

.company-section {
  padding-block: clamp(110px, 14vw, 170px);
  background: var(--paper);
  color: var(--ink);
}

.company-section .kicker {
  color: #406000;
}

.company-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.7fr);
  align-items: start;
  gap: clamp(60px, 10vw, 140px);
}

.company-copy p:not(.kicker) {
  max-width: 700px;
  color: #52606d;
  font-size: 1.08rem;
}

.company-panel {
  padding: 28px;
  border: 1px solid rgba(7, 17, 31, 0.18);
  background: var(--white);
}

.company-panel .panel-label {
  color: #456700;
}

.company-panel dl {
  margin: 0;
}

.company-panel dl > div {
  display: grid;
  padding-block: 17px;
  grid-template-columns: 1fr 1.2fr;
  gap: 20px;
  border-top: 1px solid rgba(7, 17, 31, 0.14);
}

.company-panel dt {
  color: #66717c;
}

.company-panel dd {
  text-align: right;
}

.partner-note {
  display: grid;
  margin-block: clamp(80px, 10vw, 120px);
  padding: clamp(38px, 6vw, 68px);
  grid-template-columns: 0.5fr 1.1fr;
  gap: clamp(36px, 8vw, 110px);
  border: 1px solid var(--line);
  background: rgba(12, 26, 44, 0.72);
}

.partner-note h2 {
  margin-bottom: 18px;
  font-size: clamp(2.4rem, 4.5vw, 4.4rem);
}

.partner-note p:not(.kicker) {
  max-width: 700px;
  margin-bottom: 0;
  color: var(--muted);
}

.partner-note a {
  color: var(--white);
  text-underline-offset: 0.25em;
}

.site-footer {
  display: grid;
  padding-block: 52px 30px;
  grid-template-columns: 1fr auto;
  gap: 42px;
  border-top: 1px solid var(--line);
}

.site-footer > div:first-child p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.company-details {
  text-align: right;
}

.company-details p {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
}

.company-details p:first-child {
  color: var(--white);
  font-weight: 750;
}

.footer-email {
  color: var(--white);
  font-weight: 700;
  text-underline-offset: 0.25em;
}

.site-footer small {
  color: #6f7d8e;
  font-size: 0.75rem;
  text-align: right;
}

@media (max-width: 900px) {
  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .company-file {
    width: min(100%, 620px);
  }

  .split-heading {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .product-card,
  .company-grid {
    grid-template-columns: 1fr;
  }

  .partner-note {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 660px) {
  body {
    font-size: 16px;
  }

  .shell {
    width: min(calc(100% - 28px), var(--max));
  }

  .site-header {
    min-height: 78px;
  }

  .site-header nav {
    gap: 12px;
  }

  .site-header nav a:not(.nav-contact) {
    display: none;
  }

  .hero {
    padding-block: 70px;
    gap: 54px;
  }

  h1 {
    font-size: clamp(3.5rem, 18vw, 5rem);
  }

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

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

  .signal-grid span {
    padding: 16px 0;
    border-left: 0;
    border-bottom: 1px solid rgba(7, 17, 31, 0.25);
  }

  .signal-grid span:last-child {
    border-right: 0;
    border-bottom: 0;
  }

  .product-card {
    padding: 20px;
  }

  .product-mark {
    min-height: 220px;
  }

  .product-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-meta {
    grid-template-columns: 1fr;
  }

  .company-panel dl > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .company-panel dd {
    text-align: left;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .company-details,
  .site-footer small {
    text-align: left;
  }
}

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

  .button {
    transition: none;
  }
}
