:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #f8fbfc;
  color: #10212a;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: #f8fbfc;
}

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

.site-header {
  align-items: center;
  background: #f8fbfc;
  display: flex;
  justify-content: space-between;
  min-height: 68px;
  padding: 0 6vw;
}

.wordmark {
  font-size: 0.97rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

nav {
  display: flex;
  gap: 1.4rem;
}

nav a {
  border-bottom: 1px solid transparent;
  color: #49616d;
  font-size: 0.9rem;
  padding: 0.3rem 0;
}

nav a:hover,
nav a:focus-visible {
  border-color: #10212a;
  color: #10212a;
}

.hero {
  background: #09171e;
  color: #f6fbfc;
  min-height: min(700px, calc(100vh - 68px));
  overflow: hidden;
  position: relative;
}

.hero::after {
  background: rgba(4, 14, 19, 0.65);
  content: "";
  inset: 0;
  position: absolute;
}

.hero-image {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: 68% center;
  position: absolute;
  width: 100%;
}

.hero-copy {
  max-width: 770px;
  padding: clamp(5rem, 12vh, 8rem) 6vw;
  position: relative;
  z-index: 1;
}

.eyebrow,
.product-index {
  color: #9bddd0;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0 0 1.2rem;
}

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

h1 {
  font-size: clamp(2.55rem, 5vw, 5.2rem);
  letter-spacing: 0;
  line-height: 1.06;
  margin-bottom: 1.6rem;
}

.hero-copy > p:not(.eyebrow) {
  color: #d1e4e8;
  font-size: 1.08rem;
  line-height: 1.8;
  margin-bottom: 2rem;
  max-width: 610px;
}

.hero-link,
.product a {
  border-bottom: 1px solid currentColor;
  display: inline-flex;
  font-size: 0.95rem;
  font-weight: 700;
  gap: 0.5rem;
  padding-bottom: 0.35rem;
}

.hero-link:hover,
.hero-link:focus-visible,
.product a:hover,
.product a:focus-visible {
  opacity: 0.72;
}

.intro {
  max-width: 980px;
  padding: 9rem 6vw 4.5rem;
}

.intro p {
  color: #58717b;
  font-size: 1rem;
  line-height: 1.75;
  max-width: 570px;
}

.intro h2 {
  font-size: clamp(2rem, 3.5vw, 3.5rem);
  letter-spacing: 0;
  line-height: 1.12;
  margin: 0;
}

.products {
  border-top: 1px solid #cbdde1;
}

.product {
  align-items: center;
  display: grid;
  gap: clamp(2.5rem, 7vw, 8rem);
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1.2fr);
  min-height: 570px;
  padding: clamp(4rem, 8vw, 8rem) 6vw;
}

.product:nth-child(even) {
  grid-template-columns: minmax(320px, 1.2fr) minmax(0, 0.8fr);
}

.product:nth-child(even) .product-copy {
  grid-column: 2;
  grid-row: 1;
}

.product-kb {
  background: #e6f1ff;
}

.product-dev {
  background: #e7f5ef;
}

.product-host {
  background: #f5eeee;
}

.product-index {
  color: #526b76;
}

.product h2 {
  font-size: clamp(2.2rem, 4.1vw, 4.1rem);
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0.8rem;
}

.product-lead {
  font-size: 1.18rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}

.product-copy > p:not(.product-index):not(.product-lead) {
  color: #46616d;
  line-height: 1.8;
  margin-bottom: 1.8rem;
  max-width: 440px;
}

.product-media {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 280px;
}

.product-media img {
  box-shadow: 0 24px 60px rgba(20, 47, 57, 0.2);
  display: block;
  max-height: 440px;
  max-width: 100%;
  object-fit: contain;
  width: 100%;
}

footer {
  align-items: center;
  background: #10212a;
  color: #eaf4f5;
  display: flex;
  justify-content: space-between;
  min-height: 126px;
  padding: 2rem 6vw;
}

footer p {
  color: #a9c0c6;
  font-size: 0.88rem;
  margin: 0;
}

@media (max-width: 760px) {
  .site-header {
    min-height: 60px;
    padding: 0 1.35rem;
  }

  nav {
    gap: 0.95rem;
  }

  .hero {
    min-height: 680px;
  }

  .hero-image {
    object-position: 70% center;
  }

  .hero-copy {
    padding: 5.5rem 1.35rem;
  }

  .intro {
    padding: 5rem 1.35rem 3rem;
  }

  .product,
  .product:nth-child(even) {
    display: flex;
    flex-direction: column;
    gap: 2.8rem;
    min-height: 0;
    padding: 4.5rem 1.35rem;
  }

  .product:nth-child(even) .product-copy {
    order: 0;
  }

  .product-media {
    min-height: 0;
    width: 100%;
  }

  .product-media img {
    max-height: 340px;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.2rem;
    min-height: 0;
    padding: 2.4rem 1.35rem;
  }
}
