:root {
  --ink: #102232;
  --muted: #536776;
  --brand: #153a5b;
  --brand-deep: #0d2234;
  --brand-soft: #dfeaf1;
  --line: #c9d5dd;
  --panel: #e7edf1;
  --paper: #f7fafb;
  --white: #ffffff;
  --steel: #9dafba;
  --accent: #2a8c9f;
  --copper: #b8804a;
  --hairline: rgba(255, 255, 255, 0.56);
  --shadow: 0 22px 48px rgba(13, 35, 52, 0.14);
  --shadow-strong: 0 28px 70px rgba(13, 35, 52, 0.22);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, #eef3f6 0%, #f7fafb 42%, #eef3f6 100%);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", Arial, sans-serif;
  line-height: 1.6;
}

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

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

p {
  margin: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(247, 250, 251, 0.92);
  border-bottom: 1px solid rgba(15, 43, 64, 0.16);
  box-shadow: 0 10px 28px rgba(13, 35, 52, 0.06);
  backdrop-filter: blur(18px);
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--brand-deep), var(--brand), var(--copper));
}

.nav {
  width: min(1240px, calc(100% - 40px));
  min-height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--brand);
}

.brand-logo {
  width: 128px;
  height: auto;
  max-height: 52px;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-links a {
  padding: 10px 10px;
  border-radius: 8px;
  color: #2f4555;
  font-size: 13px;
  font-weight: 650;
  transition: transform 0.22s ease, background 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
}

.nav-links a:hover,
.nav-links a.active {
  background: rgba(21, 58, 91, 0.1);
  color: var(--brand);
  box-shadow: inset 0 -2px 0 rgba(184, 128, 74, 0.62);
  transform: translateY(-1px);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 14px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--brand), var(--brand-deep));
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 14px 28px rgba(21, 58, 91, 0.22);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  color: var(--brand);
  font-size: 22px;
  cursor: pointer;
}

.section,
.hero-inner,
.page-hero-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.hero {
  min-height: 660px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(233, 239, 243, 0.94) 0%, rgba(233, 239, 243, 0.76) 42%, rgba(21, 58, 91, 0.18) 70%, rgba(13, 34, 52, 0.48) 100%),
    url("../images/home-hero-line.jpg?v=202605211935") center right / cover no-repeat;
  color: var(--ink);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(13, 34, 52, 0.07) 1px, transparent 1px),
    linear-gradient(180deg, rgba(13, 34, 52, 0.05) 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.42), transparent 62%);
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 86px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(21, 58, 91, 0.24), transparent);
}

.hero-inner {
  position: relative;
  z-index: 1;
  padding: 82px 0 128px;
}

.hero-content {
  max-width: 680px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--copper);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, var(--copper), var(--accent));
}

.hero h1 {
  margin: 0;
  font-size: 50px;
  line-height: 1.04;
  letter-spacing: 0;
}

.page-hero h1 {
  margin: 0;
  max-width: 920px;
  font-size: 42px;
  line-height: 1.08;
  letter-spacing: 0;
}

.hero p {
  max-width: 620px;
  margin-top: 24px;
  color: #394f5e;
  font-size: 17px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  min-height: 46px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  line-height: 1;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background 0.24s ease, border-color 0.24s ease, color 0.24s ease;
}

.button:hover {
  transform: translateY(-3px);
}

.button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.2) 48%, transparent 62%);
  transform: translateX(-120%);
  transition: transform 0.5s ease;
}

.button:hover::after {
  transform: translateX(120%);
}

.button.primary {
  background: linear-gradient(135deg, var(--brand), var(--brand-deep));
  color: var(--white);
  box-shadow: 0 18px 34px rgba(21, 58, 91, 0.24);
}

.button.primary:hover,
.button.brand-button:hover {
  border-color: rgba(184, 128, 74, 0.42);
  box-shadow: 0 22px 42px rgba(13, 34, 52, 0.3);
}

.button.secondary {
  border-color: rgba(21, 58, 91, 0.24);
  color: var(--brand);
  background: rgba(247, 250, 251, 0.82);
  box-shadow: inset 0 1px 0 var(--hairline);
}

.button.secondary:hover,
.button.ghost:hover {
  border-color: rgba(184, 128, 74, 0.44);
  color: var(--brand-deep);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 28px rgba(13, 35, 52, 0.12), inset 0 1px 0 var(--hairline);
}

.button.brand-button {
  background: linear-gradient(135deg, var(--brand), var(--brand-deep));
  color: var(--white);
  box-shadow: 0 14px 28px rgba(21, 58, 91, 0.24);
}

.button.ghost {
  border-color: var(--line);
  color: var(--brand);
  background: var(--paper);
}

.hero-strip {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(13, 34, 52, 0.9);
  box-shadow: 0 -24px 60px rgba(13, 34, 52, 0.14);
  backdrop-filter: blur(14px);
}

.hero-metrics {
  width: min(1180px, calc(100% - 40px));
  min-height: 86px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
}

.metric {
  padding: 18px 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.metric strong {
  display: block;
  color: var(--white);
  font-size: 24px;
  line-height: 1.1;
}

.metric span {
  display: block;
  margin-top: 4px;
  color: rgba(230, 238, 243, 0.76);
  font-size: 13px;
}

.section {
  padding: 88px 0;
}

.section.compact {
  padding: 64px 0;
}

.section.tint {
  width: 100%;
  max-width: none;
  padding-left: max(20px, calc((100% - 1180px) / 2));
  padding-right: max(20px, calc((100% - 1180px) / 2));
  background:
    linear-gradient(180deg, #e7edf1 0%, #f4f7f9 100%);
  border-top: 1px solid rgba(15, 43, 64, 0.1);
  border-bottom: 1px solid rgba(15, 43, 64, 0.1);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(280px, 0.5fr);
  gap: 36px;
  align-items: end;
  margin-bottom: 34px;
  position: relative;
}

.section-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -18px;
  width: 120px;
  height: 1px;
  background: linear-gradient(90deg, var(--copper), rgba(42, 140, 159, 0.2), transparent);
}

.section-heading.heading-center {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: 1fr;
  gap: 16px;
  text-align: center;
}

.section-heading.heading-center .eyebrow {
  justify-content: center;
}

.section-heading.heading-center::after {
  left: 50%;
  transform: translateX(-50%);
}

.section-heading.heading-right {
  grid-template-columns: minmax(280px, 0.5fr) minmax(0, 0.8fr);
}

.section-heading.heading-right > div {
  grid-column: 2;
  text-align: right;
}

.section-heading.heading-right > p {
  grid-column: 1;
  grid-row: 1;
  max-width: 520px;
  text-align: left;
}

.section-heading.heading-right .eyebrow {
  justify-content: flex-end;
}

.section-heading.heading-right::after {
  left: auto;
  right: 0;
  background: linear-gradient(270deg, var(--copper), rgba(42, 140, 159, 0.2), transparent);
}

.section-heading.heading-narrow {
  max-width: 680px;
  grid-template-columns: 1fr;
}

.section-heading h2,
.split-content h2,
.contact-panel h2,
.article-body h2 {
  margin: 0;
  color: var(--ink);
  font-size: 32px;
  line-height: 1.12;
  letter-spacing: 0;
}

.section-heading p,
.split-content p,
.contact-panel p {
  color: var(--muted);
  font-size: 15px;
}

.capabilities {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.capability {
  min-height: 220px;
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(246, 249, 251, 0.96));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 16px 42px rgba(13, 35, 52, 0.08);
  position: relative;
  overflow: hidden;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background 0.28s ease;
}

.capability::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, var(--copper), var(--brand));
  transition: width 0.28s ease, opacity 0.28s ease;
}

.capability::after {
  content: "";
  position: absolute;
  inset: auto 18px 18px auto;
  width: 46px;
  height: 46px;
  border-right: 1px solid rgba(21, 58, 91, 0.16);
  border-bottom: 1px solid rgba(21, 58, 91, 0.16);
  opacity: 0;
  transform: translate(8px, 8px);
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.capability .number {
  color: var(--copper);
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.capability h3,
.card h2,
.card h3,
.product-card h2,
.product-card h3,
.value h3 {
  margin: 16px 0 10px;
  font-size: 18px;
  line-height: 1.25;
}

.product-card h2,
.product-card h3 {
  min-height: 50px;
}

.capability p,
.card p,
.product-card p,
.value p {
  color: var(--muted);
}

.product-card p {
  min-height: 92px;
}

.product-grid,
.blog-grid,
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.product-grid.four {
  grid-template-columns: repeat(4, 1fr);
}

.card,
.product-card,
.value {
  background:
    linear-gradient(180deg, #fbfcfd 0%, #f3f7f9 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(13, 35, 52, 0.1);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease, background 0.28s ease;
}

.card,
.product-card {
  display: flex;
  flex-direction: column;
  position: relative;
}

.value {
  position: relative;
}

.card::before,
.product-card::before,
.value::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--brand), var(--accent), var(--copper));
  opacity: 0.86;
  transform-origin: left center;
  transition: height 0.28s ease, opacity 0.28s ease;
  z-index: 1;
}

.card img,
.product-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: var(--brand-soft);
  filter: saturate(0.92) contrast(1.03);
  transition: transform 0.42s ease, filter 0.42s ease;
}

.card:hover,
.product-card:hover,
.capability:hover,
.value:hover {
  transform: translateY(-8px);
  border-color: rgba(21, 58, 91, 0.34);
  background: linear-gradient(180deg, #ffffff 0%, #eef4f7 100%);
  box-shadow: 0 30px 64px rgba(13, 35, 52, 0.18);
}

.card:hover::before,
.product-card:hover::before,
.value:hover::before {
  height: 5px;
  opacity: 1;
}

.capability:hover::before {
  width: 6px;
}

.capability:hover::after {
  opacity: 1;
  transform: translate(0, 0);
}

.card:hover img,
.product-card:hover img {
  transform: scale(1.045);
  filter: saturate(1.05) contrast(1.08);
}

.card-content,
.product-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.case-grid .card-content {
  display: grid;
  grid-template-rows: minmax(34px, auto) minmax(54px, auto) minmax(144px, auto) auto;
  align-content: start;
}

.case-grid .meta {
  align-self: start;
}

.case-grid .card h2 {
  align-self: start;
  margin-top: 16px;
}

.case-grid .card p {
  align-self: start;
  margin: 0;
}

.case-grid .card-link {
  align-self: start;
  margin-top: 0;
}

.meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  color: var(--muted);
  font-size: 13px;
}

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 4px 9px;
  border-radius: 8px;
  border: 1px solid rgba(21, 58, 91, 0.14);
  background: rgba(223, 234, 241, 0.86);
  color: var(--brand);
  font-size: 12px;
  font-weight: 800;
}

.price {
  margin-top: auto;
  color: var(--copper);
  font-size: 18px;
  font-weight: 900;
}

.card-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 0;
  padding-top: 18px;
  color: var(--brand);
  font-weight: 850;
  transition: color 0.24s ease, transform 0.24s ease;
}

.card-link::after {
  content: "  >";
  color: var(--copper);
  margin-left: 6px;
  transition: transform 0.24s ease;
}

.card:hover .card-link,
.product-card:hover .card-link {
  color: var(--brand-deep);
  transform: translateX(2px);
}

.card:hover .card-link::after,
.product-card:hover .card-link::after {
  transform: translateX(5px);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.55fr);
  gap: 48px;
  align-items: center;
}

.split-media {
  min-height: 460px;
  border-radius: var(--radius);
  background: url("../images/home-why-workshop.jpg?v=202605211935") center / cover no-repeat;
  box-shadow: var(--shadow-strong);
  outline: 1px solid rgba(255, 255, 255, 0.72);
  outline-offset: -8px;
  transition: transform 0.36s ease, box-shadow 0.36s ease, filter 0.36s ease;
}

.split-media:hover {
  transform: translateY(-6px);
  box-shadow: 0 34px 76px rgba(13, 35, 52, 0.25);
  filter: contrast(1.04) saturate(1.02);
}

.about-workshop-media {
  background-image: url("../images/about-workshop-philosophy.jpg?v=202605212021");
}

.split-content {
  display: grid;
  gap: 20px;
}

.check-list,
.spec-list,
.contact-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.check-list li,
.spec-list li,
.contact-list li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  color: #314453;
}

.check-list li::before,
.spec-list li::before,
.contact-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 10px;
  background: var(--copper);
  transform: rotate(45deg);
}

.cta-band {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(13, 34, 52, 0.96), rgba(21, 58, 91, 0.94)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: auto, 80px 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}

.cta-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 70px 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
}

.cta-inner h2 {
  margin: 0;
  font-size: 34px;
  line-height: 1.12;
}

.cta-inner p {
  max-width: 680px;
  margin-top: 14px;
  color: rgba(230, 238, 243, 0.78);
}

.cta-band .field label {
  color: rgba(255, 255, 255, 0.86);
}

.cta-band .field input,
.cta-band .field textarea,
.cta-band .field select {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.9);
}

.page-hero {
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(13, 34, 52, 0.91), rgba(21, 58, 91, 0.7), rgba(21, 58, 91, 0.2)),
    url("../images/home-hero-line.jpg?v=202605211935") center / cover no-repeat;
}

.page-hero.blog,
.page-hero.products {
  background:
    linear-gradient(90deg, rgba(13, 34, 52, 0.91), rgba(21, 58, 91, 0.7), rgba(21, 58, 91, 0.2)),
    url("../images/products-hero-equipment.jpg?v=202605211935") center / cover no-repeat;
}

.page-hero.blog-index-hero {
  background:
    linear-gradient(90deg, rgba(13, 34, 52, 0.91), rgba(21, 58, 91, 0.7), rgba(21, 58, 91, 0.18)),
    url("../images/blog-hero-engineering.jpg?v=202605211935") center / cover no-repeat;
}

.page-hero.products-index-hero {
  background:
    linear-gradient(90deg, rgba(13, 34, 52, 0.91), rgba(21, 58, 91, 0.7), rgba(21, 58, 91, 0.2)),
    url("../images/products-hero-equipment.jpg?v=202605211935") center / cover no-repeat;
}

.page-hero.cases-hero {
  background:
    linear-gradient(90deg, rgba(13, 34, 52, 0.91), rgba(21, 58, 91, 0.72), rgba(21, 58, 91, 0.2)),
    url("../images/cases-hero-project.jpg?v=202605211935") center / cover no-repeat;
}

.page-hero.about-hero {
  background:
    linear-gradient(90deg, rgba(13, 34, 52, 0.91), rgba(21, 58, 91, 0.72), rgba(21, 58, 91, 0.2)),
    url("../images/about-hero-factory.jpg?v=202605211935") center / cover no-repeat;
}

.page-hero.contact-hero {
  background:
    linear-gradient(90deg, rgba(13, 34, 52, 0.91), rgba(21, 58, 91, 0.72), rgba(21, 58, 91, 0.2)),
    url("../images/contact-hero-office.jpg?v=202605211935") center / cover no-repeat;
}

.page-hero-inner {
  padding: 66px 0 72px;
}

.page-hero p {
  max-width: 720px;
  margin-top: 20px;
  color: rgba(235, 242, 246, 0.82);
  font-size: 17px;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 48px;
  align-items: start;
}

.article-main {
  min-width: 0;
}

.article-main > img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow-strong);
  outline: 1px solid rgba(255, 255, 255, 0.72);
  outline-offset: -8px;
}

.article-body {
  margin-top: 34px;
  color: #2c3e4c;
  font-size: 16px;
}

.article-body p,
.article-body ul {
  margin: 18px 0 0;
}

.article-body h2 {
  margin-top: 38px;
  font-size: 28px;
}

.article-body ul {
  padding-left: 22px;
}

.sidebar-panel,
.contact-panel {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(233, 239, 243, 0.96));
  box-shadow: 0 16px 38px rgba(13, 35, 52, 0.08);
}

.sidebar-panel h2 {
  margin: 0 0 16px;
  color: var(--brand);
  font-size: 20px;
}

.spec-list li {
  grid-template-columns: 18px 1fr;
  font-size: 14px;
}

.spec-list strong {
  display: block;
  color: var(--ink);
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 30px;
  align-items: stretch;
}

.contact-form {
  display: grid;
  gap: 14px;
}

.field {
  display: grid;
  gap: 8px;
}

.field label {
  color: #314453;
  font-size: 14px;
  font-weight: 800;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.88);
  font: inherit;
}

.field textarea {
  min-height: 142px;
  resize: vertical;
}

.map-panel {
  min-height: 360px;
  display: grid;
  place-items: center;
  padding: 30px;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(247, 250, 251, 0.94), rgba(247, 250, 251, 0.66)),
    url("../images/contact-map-workshop.jpg?v=202605211935") center / cover no-repeat;
  box-shadow: var(--shadow);
}

.map-panel strong {
  display: block;
  font-size: 28px;
  line-height: 1.2;
}

.map-panel span {
  display: block;
  max-width: 420px;
  margin-top: 10px;
  color: var(--muted);
}

.site-footer {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(18, 42, 73, 0.72) 0%, rgba(10, 22, 34, 0.94) 34%, rgba(9, 19, 29, 0.98) 100%),
    var(--brand-deep);
  color: rgba(223, 233, 241, 0.72);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 118px 118px;
  opacity: 0.72;
}

.site-footer .brand {
  color: var(--white);
}

.footer-inner {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 70px 0 32px;
}

.footer-top {
  display: grid;
  grid-template-columns: minmax(360px, 1.35fr) repeat(3, minmax(130px, 0.42fr));
  gap: 58px;
  align-items: start;
}

.footer-brand p {
  max-width: 560px;
  margin-top: 24px;
  color: rgba(223, 233, 241, 0.76);
  font-size: 16px;
  line-height: 1.7;
}

.footer-logo-link {
  display: inline-flex;
  align-items: center;
}

.footer-logo-frame {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 78px;
  padding: 4px 0;
  overflow: hidden;
}

.footer-logo {
  width: 230px;
  height: auto;
  object-fit: contain;
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.footer-column h3 {
  margin: 0 0 12px;
  color: var(--white);
  font-size: 18px;
  line-height: 1.2;
}

.footer-column a,
.footer-column span {
  color: rgba(223, 233, 241, 0.72);
  font-size: 15px;
  line-height: 1.45;
  transition: color 0.22s ease, transform 0.22s ease;
}

.footer-column a:hover {
  color: var(--white);
  transform: translateX(4px);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 14px;
}

.footer-links a:hover {
  color: var(--white);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 64px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(223, 233, 241, 0.62);
  font-size: 14px;
}

@media (max-width: 1020px) {
  .capabilities,
  .product-grid.four {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-grid,
  .blog-grid,
  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .article-layout,
  .contact-grid,
  .split,
  .section-heading,
  .cta-inner {
    grid-template-columns: 1fr;
  }

  .section-heading.heading-right {
    text-align: left;
  }

  .section-heading.heading-right > div,
  .section-heading.heading-right > p {
    grid-column: auto;
    grid-row: auto;
  }

  .section-heading.heading-right .eyebrow {
    justify-content: flex-start;
  }

  .section-heading.heading-right::after {
    left: 0;
    right: auto;
    background: linear-gradient(90deg, var(--copper), rgba(42, 140, 159, 0.2), transparent);
  }

  .split-media {
    min-height: 360px;
  }
}

@media (max-width: 980px) {
  .nav {
    min-height: 64px;
  }

  .menu-toggle {
    display: grid;
    place-items: center;
  }

  .nav-links {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 68px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(247, 250, 251, 0.98);
    box-shadow: var(--shadow);
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    padding: 13px 12px;
  }

  .nav-cta {
    display: none;
  }

  .hero {
    min-height: 720px;
    align-items: start;
    background:
      linear-gradient(180deg, rgba(233, 239, 243, 0.96) 0%, rgba(233, 239, 243, 0.82) 54%, rgba(21, 58, 91, 0.42) 100%),
      url("../images/home-hero-line.jpg?v=202605211935") center / cover no-repeat;
  }

  .hero-inner {
    padding-top: 68px;
  }

  .hero h1,
  .page-hero h1 {
    font-size: 40px;
  }

  .hero-metrics {
    grid-template-columns: repeat(2, 1fr);
  }

  .section,
  .section.tint {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-heading h2,
  .split-content h2,
  .contact-panel h2,
  .article-body h2,
  .cta-inner h2 {
    font-size: 32px;
  }

  .product-grid,
  .product-grid.four,
  .blog-grid,
  .values-grid,
  .capabilities {
    grid-template-columns: 1fr;
  }

  .footer-top {
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 34px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

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

@media (max-width: 520px) {
  .section,
  .hero-inner,
  .page-hero-inner,
  .nav,
  .footer-inner,
  .cta-inner {
    width: min(100% - 28px, 1180px);
  }

  .hero {
    min-height: 780px;
  }

  .hero h1,
  .page-hero h1 {
    font-size: 34px;
  }

  .section-heading h2,
  .split-content h2,
  .contact-panel h2,
  .article-body h2,
  .cta-inner h2 {
    font-size: 28px;
  }

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

  .button {
    width: 100%;
  }

  .hero-metrics {
    width: min(100% - 28px, 1180px);
    grid-template-columns: 1fr;
  }

  .metric {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-inner {
    padding-top: 52px;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-logo-frame,
  .footer-logo {
    width: 190px;
  }

  .footer-logo-frame {
    height: 64px;
  }

  .footer-brand p {
    margin-top: 18px;
    font-size: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    margin-top: 42px;
  }
}
