:root {
  --ink: #101822;
  --muted: #5e6875;
  --bg: #eef1f2;
  --panel: rgba(255, 255, 255, 0.78);
  --panel-strong: #ffffff;
  --line: rgba(16, 24, 34, 0.14);
  --brand: #123f56;
  --brand-2: #0a6c74;
  --signal: #e49a30;
  --shadow: 0 28px 90px rgba(12, 27, 39, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Segoe UI", "Aptos", sans-serif;
  background:
    linear-gradient(120deg, rgba(18, 63, 86, 0.14), transparent 28rem),
    radial-gradient(circle at 85% 0%, rgba(228, 154, 48, 0.22), transparent 26rem),
    linear-gradient(180deg, #f7f9f9 0%, var(--bg) 58%, #dfe6e8 100%);
}

a {
  color: inherit;
}

.site-header,
.site-footer,
.hero,
.page-hero,
.section {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}

.site-header,
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  padding: 1rem 0;
  backdrop-filter: blur(18px);
}

.brand,
.nav a,
.button,
.text-link,
.product-tile {
  text-decoration: none;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.brand-mark {
  display: grid;
  width: 2.55rem;
  height: 2.55rem;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  border-radius: 0.5rem;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.nav a {
  padding: 0.55rem 0.8rem;
  color: var(--muted);
  border-radius: 999px;
  font-size: 0.94rem;
}

.nav a:hover,
.nav a[aria-current="page"] {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.62);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.8fr);
  gap: 2rem;
  align-items: end;
  min-height: 72vh;
  padding: 4rem 0 5rem;
}

.page-hero {
  max-width: 1180px;
  padding: 5rem 0 3rem;
}

.page-hero p,
.hero-text {
  max-width: 56rem;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.55vw, 1.22rem);
  line-height: 1.75;
}

.eyebrow,
.section-label,
.panel-kicker {
  color: var(--brand-2);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

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

h1,
h2 {
  letter-spacing: -0.07em;
}

h1 {
  max-width: 13ch;
  margin-bottom: 1.45rem;
  font-size: clamp(3.1rem, 8vw, 7.2rem);
  line-height: 0.9;
}

h2 {
  max-width: 14ch;
  margin-bottom: 1rem;
  font-size: clamp(2rem, 4.2vw, 4.8rem);
  line-height: 0.96;
}

h3 {
  margin-bottom: 0.7rem;
  font-size: 1.18rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.1rem;
  padding: 0 1.2rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 800;
}

.button.primary {
  color: #fff;
  background: var(--brand);
  border-color: var(--brand);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.62);
}

.text-link {
  color: var(--brand);
  font-weight: 800;
}

.spec-panel,
.product-tile,
.product-detail,
.matrix article,
.company-card,
.contact-hero {
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.spec-panel {
  display: grid;
  gap: 0.8rem;
  padding: 2rem;
  border-radius: 1.4rem;
}

.spec-panel strong {
  font-size: 1.42rem;
  line-height: 1.25;
}

.panel-line {
  height: 1px;
  margin: 0.4rem 0;
  background: var(--line);
}

.section {
  padding: 4.8rem 0;
}

.compact-section {
  border-top: 1px solid var(--line);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
}

.product-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.product-tile {
  min-height: 17rem;
  padding: 1.35rem;
  border-radius: 1.1rem;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.product-tile img,
.product-visual {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  border: 1px solid var(--line);
  border-radius: 0.85rem;
  background: #f2f6f7;
}

.product-tile img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.product-visual {
  max-width: 30rem;
}

.product-tile:hover {
  transform: translateY(-4px);
}

.product-tile span {
  display: inline-flex;
  margin-bottom: 2rem;
  color: var(--signal);
  font-weight: 900;
  letter-spacing: 0.08em;
}

.product-tile strong {
  display: block;
  margin-bottom: 0.75rem;
  font-size: 1.3rem;
}

.product-tile p,
.product-detail p,
.matrix p,
.rundown p,
.feature-list,
.company-facts {
  color: var(--muted);
  line-height: 1.7;
}

.split-section,
.product-detail {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
}

.rundown {
  max-width: 40rem;
}

.product-detail-list {
  display: grid;
  gap: 1.2rem;
}

.product-detail {
  padding: 2rem;
  border-radius: 1.3rem;
}

.feature-list {
  display: grid;
  gap: 0.8rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.feature-list li {
  padding-bottom: 0.8rem;
  border-bottom: 1px solid var(--line);
}

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

.matrix article {
  min-height: 18rem;
  padding: 1.6rem;
  border-radius: 1.25rem;
}

.matrix span {
  display: inline-flex;
  margin-bottom: 2.6rem;
  color: var(--signal);
  font-weight: 900;
}

.company-card {
  padding: 2rem;
  border-radius: 1.3rem;
}

.spec-table-wrap {
  overflow-x: auto;
  margin-top: 2rem;
  border: 1px solid var(--line);
  border-radius: 1.25rem;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.spec-table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
}

.spec-table th,
.spec-table td {
  padding: 1.05rem;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.spec-table th {
  color: var(--brand);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.spec-table tr:last-child td {
  border-bottom: 0;
}

.note {
  max-width: 58rem;
  margin-top: 1rem;
  color: var(--muted);
  line-height: 1.65;
}

.workflow,
.case-grid {
  display: grid;
  gap: 1rem;
}

.workflow {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 2rem;
}

.workflow article,
.case-card {
  border: 1px solid var(--line);
  border-radius: 1.25rem;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.workflow article {
  min-height: 17rem;
  padding: 1.4rem;
}

.workflow span {
  display: inline-flex;
  margin-bottom: 2rem;
  color: var(--signal);
  font-weight: 900;
}

.workflow p,
.case-card p,
.legal-copy p {
  color: var(--muted);
  line-height: 1.7;
}

.case-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.case-card {
  padding: 2rem;
}

.metric-list {
  display: grid;
  gap: 0.8rem;
  margin: 1.5rem 0 0;
}

.metric-list div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid var(--line);
}

.metric-list dt {
  color: var(--muted);
}

.metric-list dd {
  margin: 0;
  font-weight: 850;
  text-align: right;
}

.legal-copy {
  max-width: 860px;
}

.legal-copy h2 {
  max-width: none;
  margin-top: 2.2rem;
  font-size: clamp(1.6rem, 2.8vw, 2.6rem);
}

.company-facts {
  display: grid;
  gap: 1rem;
  margin: 0;
}

.company-facts div {
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}

.company-facts dt {
  color: var(--ink);
  font-weight: 850;
}

.company-facts dd {
  margin: 0.35rem 0 0;
}

.contact-hero {
  margin-top: 3rem;
  padding: 2rem;
  border-radius: 1.4rem;
}

.site-footer {
  padding: 1.5rem 0 2rem;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 0.92rem;
}

.site-footer a {
  text-decoration: none;
}

@media (max-width: 820px) {
  .site-header,
  .site-footer,
  .hero,
  .page-hero,
  .section {
    width: min(100% - 1.25rem, 1180px);
  }

  .site-header,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero,
  .product-strip,
  .split-section,
  .product-detail,
  .matrix,
  .workflow,
  .case-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 2.5rem;
  }

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