/*
Theme Name: Indeq
Theme URI: https://indeq.example
Author: Indeq
Description: Motyw „Industrial Equipment” — strona główna z herosem; O nas, Produkty, Referencje i Kontakt jako podstrony (układ zgodny z Prezentacja4.pdf).
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: indeq
*/

:root {
  --blue: #0a4a7a;
  
  --blue-nav: #2c4763;
  --logo-blue: #0066b8;
  --border-brown: #6b4a32;
  
  --header-border: #3d2b1f;
  --border-blue: #1a3a5c;
  --gray-bg: #e8e8e8;
  
  --gray-bg-about: #e4e4e4;
  
  --gray-bg-products: #f2f2f2;
  --products-line: #2c4763;
  
  --gray-bg-references: #f0f0f0;
  --references-title-blue: #1a3760;
  --ref-card-border: #e8e8e8;
  
  --ref-overlay-bg: #1a437a;
  --ref-overlay-btn-bg: #ffffff;
  --ref-overlay-btn-text: #2c4763;
  
  --ref-logo-max-h: clamp(2rem, 5.2vw, 2.85rem);
  --ref-logo-max-w: min(100%, 7.75rem);
  
  --project-brand-logo-max-h: clamp(3.25rem, 9vw, 5rem);
  --project-brand-logo-max-w: min(240px, 44vw);
  --gray-lang: #d8d8d8;
  --white: #ffffff;
  --watermark: rgba(180, 190, 200, 0.22);
  
  --font: "Inter", "Segoe UI", system-ui, sans-serif;
  --font-watermark: "a Atmospheric", "Syne", system-ui, sans-serif;
  
  --about-band-height: clamp(240px, 33vmin, 400px);
  
  --contact-banner-min-height: var(--about-band-height);
  --section-inner-max: 1200px;
  
  --about-bg-white: #ffffff;
  --about-gray-tone: #e8e8e8;
  
  --section-hero-gradient: linear-gradient(
    180deg,
    var(--about-bg-white) 0%,
    var(--about-bg-white) 50%,
    var(--about-gray-tone) 50%,
    var(--about-gray-tone) 100%
  );
  --about-title-navy: #1a3760;
  --about-body: rgba(44, 77, 118, 1);
  --about-watermark: var(--about-gray-tone);
  --about-inner-pad-x: clamp(1.15rem, 4.5vw, 3rem);
  --about-inner-pad-y: clamp(1.5rem, 3.5vw, 2.5rem);
  --about-col-gap: clamp(1.35rem, 3vw, 2.25rem);
  --about-row-gap: clamp(1.35rem, 2.8vw, 2rem);
  
  --about-text-shift: clamp(2rem, 6.5vw, 4.5rem);
  
  --section-heading-size: clamp(1.85rem, 4.2vw, 3rem);
  
  --section-hero-pad-y: var(--about-inner-pad-y);
  --section-hero-inner-pad-x: var(--about-inner-pad-x);
  
  --watermark-pad-y: clamp(1.25rem, 3vmin, 4rem);
  
  --watermark-font-size: clamp(6rem, 52cqw, 18rem);
  
  --site-header-offset: 6.35rem;
  
  --products-inner-max: var(--about-layout-max);
  --products-inner-pad-x: var(--about-section-pad-x);
  
  --about-layout-max: min(1680px, 98.5vw);
  --about-section-pad-x: calc(var(--about-inner-pad-x) + var(--about-text-shift));
  
  --products-bin-body-font-size: clamp(0.84rem, 1.42vw, 0.96rem);
  --products-bin-body-line-height: 1.58;
  --products-bin-body-weight: 500;
  --products-panel-heading-font-size: clamp(0.74rem, 1.48vw, 0.92rem);
  --products-panel-title-font-size: clamp(0.9rem, 1.55vw, 1.08rem);
  --products-panel-subheading-font-size: clamp(0.86rem, 1.48vw, 1rem);
  --products-panel-bullets-font-size: clamp(0.82rem, 1.38vw, 0.94rem);
  --products-panel-bullets-line-height: 1.62;
  
  --indeq-body-text-align: justify;
  --indeq-body-text-align-last: left;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--site-header-offset);
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: var(--font);
  color: var(--blue-nav);
  background: var(--white);
  max-width: 100%;
  overflow-x: hidden;
}

.site-main {
  max-width: 100%;
  overflow-x: hidden;
  text-align: var(--indeq-body-text-align);
  text-align-last: var(--indeq-body-text-align-last);
  text-justify: inter-word;
  hyphens: auto;
  -webkit-hyphens: auto;
  hyphenate-limit-chars: 8 4 4;
  overflow-wrap: break-word;
  word-break: normal;
}

.site-main :is(
  h1, h2, h3, h4, h5, h6,
  .about-p4__page-title,
  .products-p4__title,
  .section__title,
  .section__title--references,
  .contact-p4__banner-title .section__title,
  .products-p4__nav-btn,
  .product-panel__heading,
  .product-panel__lead--soon,
  .product-panel__bin-title,
  .product-panel__subheading,
  .project-brand__title,
  .project-brand__breadcrumb,
  .project-card__title,
  .project-card__badge,
  .project-card__about-title,
  .project-card__dt,
  .project-card__spec dt,
  .contact-p4__company,
  .nav,
  .nav__list,
  .lang
) {
  text-align: left;
  hyphens: none;
  -webkit-hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
}

.site-main :is(
  .spec-grid__caption,
  .spec-grid__missing,
  .ref-grid__overlay-title,
  .ref-grid__overlay-desc,
  .ref-grid__overlay-btn,
  .section__content--404
) {
  text-align: center;
}

img,
video {
  max-width: 100%;
  height: auto;
}

.skip-link.screen-reader-text {
  position: absolute;
  left: -9999px;
  top: 0.5rem;
  z-index: 99999;
  padding: 0.5rem 1rem;
  background: var(--white);
  color: var(--blue-nav);
  font-weight: 700;
  text-decoration: none;
  border: 2px solid var(--logo-blue);
  border-radius: 2px;
}

.skip-link.screen-reader-text:focus {
  left: 0.5rem;
  outline: none;
}

.page-frame {
  min-height: 100vh;
  padding-top: var(--site-header-offset);
  border: 1px solid var(--header-border);
  box-sizing: border-box;
  max-width: 100%;
  overflow-x: hidden;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 5rem;
  padding: 0.55rem var(--about-section-pad-x);
  background: var(--white);
  border-top: 1px solid var(--header-border);
  border-bottom: 1px solid var(--header-border);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

.brand {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
  color: inherit;
}

.brand__img {
  display: block;
  width: auto;
  height: auto;
  max-height: clamp(2.35rem, 6.2vw, 3.75rem);
  max-width: min(240px, 50vw);
  object-fit: contain;
  object-position: left center;
}

.brand__img--contact {
  max-height: clamp(2.75rem, 7vw, 4.25rem);
  max-width: min(280px, 88vw);
}

.brand__text {
  font-family: var(--font-display, inherit);
  font-size: clamp(1.15rem, 3.2vw, 1.65rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
}

.nav {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: max-content;
  max-width: 100%;
  
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  
  pointer-events: auto;
}

.nav * {
  pointer-events: auto;
}

.nav__list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: clamp(1.25rem, 2.8vw, 2.35rem);
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav__list a {
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  color: var(--blue-nav);
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav__list a:hover {
  opacity: 0.85;
}

.nav__list a:focus-visible {
  outline: 2px solid var(--logo-blue);
  outline-offset: 3px;
  border-radius: 2px;
}

.lang {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: stretch;
  flex-shrink: 0;
  background: var(--gray-lang);
  border: 1px solid #c0c0c0;
  padding: 0.25rem 0.45rem;
  gap: 0.55rem;
}

.lang__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-width: 2.35rem;
  padding: 0.15rem 0.45rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--blue-nav);
  text-decoration: none;
  cursor: pointer;
  border: none;
  background: transparent;
  font-family: inherit;
}

.lang__item.is-active {
  background: rgba(255, 255, 255, 0.75);
}

.lang__item:focus-visible {
  outline: 2px solid var(--logo-blue);
  outline-offset: 2px;
}

.lang__flag {
  font-size: 0.95rem;
  line-height: 1;
  margin-top: 0.12rem;
}

.section {
  position: relative;
  overflow: hidden;
}

.section.section--references,
.section.section--contact,
.section.section--products-p4 {
  overflow: visible;
}

.section--hero {
  border-bottom: none;
  overflow: visible;
}

.section--split {
  border-bottom: 1px solid var(--border-brown);
}

.section__banner {
  position: relative;
  min-height: 140px;
  padding: 2rem 1.5rem 2.25rem;
  background: var(--white);
}

.section__banner--center-title .section__title {
  text-align: center;
  width: 100%;
}

.section__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--section-inner-max);
  margin-left: auto;
  margin-right: auto;
}

.section__watermark {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -52%);
  font-family: var(--font-watermark);
  font-size: clamp(4rem, 22vw, 14rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  color: var(--watermark);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.site-main--fallback .section__banner {
  position: relative;
  container-type: inline-size;
  container-name: fallback-shell;
  padding: var(--section-hero-pad-y) var(--section-hero-inner-pad-x);
  min-height: var(--about-band-height);
  background: var(--section-hero-gradient);
}

.section__title {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: clamp(1.75rem, 4.5vw, 2.75rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--blue-nav);
  text-transform: uppercase;
}

.about-p4__page-title,
.products-p4__title,
.section--references .section__title--references,
.contact-p4__banner-title .section__title,
.section--contact .section__banner .section__title,
.site-main--fallback .section__banner .section__title {
  position: relative;
  z-index: 1;
  margin: 0 0 1rem;
  padding-left: var(--about-text-shift);
  padding-bottom: 0.85rem;
  border-bottom: 1px solid rgba(44, 71, 99, 0.12);
  font-size: var(--section-heading-size);
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.05;
  color: var(--blue-nav);
  text-transform: uppercase;
  text-align: left;
  width: max-content;
  max-width: 100%;
  box-sizing: border-box;
}

.section__content {
  position: relative;
  z-index: 1;
  padding: 1.75rem 1.5rem 2.5rem;
  background: var(--gray-bg);
  border-top: 2px solid var(--border-blue);
  border-bottom: 2px solid var(--border-blue);
  min-height: 120px;
}

.section__content p {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--blue-nav);
  text-transform: uppercase;
}

.section.section--about-p4 {
  overflow: visible;
}

.section--about-p4 {
  border-bottom: none;
  background: transparent;
}

.about-p4__shell {
  position: relative;
  overflow: visible;
  container-type: inline-size;
  container-name: about-shell;
  background: var(--section-hero-gradient);
  padding: var(--section-hero-pad-y) 0;
}

.about-p4__watermark,
.products-p4__watermark,
.references-p4__watermark,
.contact-p4__shell .section__watermark,
.site-main--fallback .section__banner .section__watermark {
  position: absolute;
  left: 0;
  right: 0;
  width: min(100%, var(--section-inner-max));
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  transform: none;
  z-index: 0;
  padding-block: var(--watermark-pad-y);
  padding-inline: var(--section-hero-inner-pad-x);
  padding-left: calc(var(--section-hero-inner-pad-x) + var(--about-text-shift));
  font-family: var(--font-watermark);
  font-size: var(--watermark-font-size);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 0.88;
  color: var(--about-watermark);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  text-align: left;
  box-sizing: border-box;
  display: grid;
  align-items: center;
  justify-items: start;
}

.about-p4__watermark,
.products-p4__watermark,
.references-p4__watermark,
.contact-p4__shell .section__watermark,
.site-main--fallback .section__banner .section__watermark {
  top: 0;
  bottom: auto;
  height: 50%;
  overflow: visible;
}

.about-p4__shell .about-p4__watermark {
  width: min(100%, var(--about-layout-max));
  padding-inline: var(--about-section-pad-x);
}

.products-p4 .products-p4__watermark {
  width: min(100%, var(--products-inner-max));
  padding-inline: var(--products-inner-pad-x);
}

.about-p4__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: var(--about-row-gap);
  width: 100%;
  max-width: var(--about-layout-max);
  margin-left: auto;
  margin-right: auto;
  padding-inline: var(--about-section-pad-x);
  box-sizing: border-box;
}

.about-p4__inner .about-p4__page-title {
  padding-left: 0;
}

.about-p4__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: var(--about-col-gap);
  align-items: start;
}

.about-p4__row--first {
  position: relative;
}

.about-p4__row--first > .about-p4__cell--facet,
.about-p4__row--first > .about-p4__cell--p1 {
  position: relative;
  z-index: 1;
}

.about-p4__row--second {
  align-items: start;
}

.about-p4__img-slot {
  width: 100%;
  aspect-ratio: 4 / 3;
  max-height: min(280px, 36vw);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  background: #e8eaed;
  overflow: hidden;
  border-radius: 0;
  box-sizing: border-box;
}

.about-p4__img-slot img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center center;
}

.about-p4__cell--facet .about-p4__img-slot {
  background: transparent;
}

.about-p4__cell--facet,
.about-p4__cell--biuro {
  position: relative;
  z-index: 2;
  display: block;
  min-width: 0;
}

.about-p4__cell--p1,
.about-p4__cell--p2 {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.about-p4__copy {
  margin: 0;
  font-size: clamp(0.9rem, 1.42vw, 1.0625rem);
  font-weight: 400;
  line-height: 1.62;
  letter-spacing: 0.01em;
  color: var(--about-body);
  text-transform: none;
}

.about-p4__copy strong {
  font-weight: 700;
  color: rgba(44, 77, 118, 1);
}

@media (max-width: 768px) {
  :root {
    --watermark-font-size: clamp(4.25rem, 42vw, 9rem);
  }

  .about-p4__row--first,
  .about-p4__row--second {
    grid-template-columns: 1fr;
  }

  .about-p4__img-slot {
    max-height: none;
    aspect-ratio: 4 / 3;
  }

  .about-p4__watermark,
  .products-p4__watermark,
  .references-p4__watermark,
  .contact-p4__shell .section__watermark,
  .site-main--fallback .section__banner .section__watermark {
    height: 50%;
    bottom: auto;
    padding-block: var(--watermark-pad-y);
    padding-left: calc(var(--section-hero-inner-pad-x) + var(--about-text-shift));
    padding-right: var(--section-hero-inner-pad-x);
  }

  .products-p4 .products-p4__watermark {
    padding-inline: var(--products-inner-pad-x);
  }

  .about-p4__shell .about-p4__watermark {
    padding-inline: var(--about-section-pad-x);
  }

  .about-p4__copy {
    font-size: clamp(0.875rem, 2.9vw, 1rem);
  }
}

.section--products-p4 {
  scroll-margin-top: 0.5rem;
  overflow-anchor: none;
  border-top: none;
  border-bottom: none;
  margin-top: clamp(1.25rem, 3vw, 2rem);
  
  padding-top: 0;
}

.products-p4 {
  position: relative;
  overflow: visible;
  overflow-anchor: none;
  container-type: inline-size;
  container-name: products-shell;
  min-height: min(320px, 50vh);
  
  padding: var(--section-hero-pad-y) 0;
  border-bottom: none;
  background: var(--section-hero-gradient);
}

.products-p4__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(12.5rem, 28%) minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  width: 100%;
  max-width: var(--products-inner-max);
  margin: 0 auto;
  min-height: 220px;
  padding-inline: var(--products-inner-pad-x);
  box-sizing: border-box;
  background: transparent;
}

.products-p4 .products-p4__title {
  padding-left: 0;
  white-space: nowrap;
  letter-spacing: 0.06em;
}

.products-p4__sidebar {
  padding: 0 clamp(0.65rem, 1.85vw, 1.35rem) 1.5rem 0;
  border-right: 1px solid rgba(44, 71, 99, 0.14);
  background: transparent;
  align-self: stretch;
}

.products-p4__nav {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.products-p4__nav li {
  margin: 0;
}

.products-p4__nav-btn {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0.4rem 0;
  font-family: var(--font);
  font-size: var(--products-bin-body-font-size);
  line-height: var(--products-bin-body-line-height);
  font-weight: 600;
  letter-spacing: 0.03em;
  color: var(--blue-nav);
  text-transform: uppercase;
  background: none;
  border: none;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  transition: color 0.15s ease, border-color 0.15s ease;
}

.products-p4__nav-btn:hover,
.products-p4__nav-btn:focus-visible {
  color: var(--references-title-blue);
  outline: none;
}

.products-p4__nav-btn.is-active {
  color: var(--references-title-blue);
  font-weight: 800;
  border-bottom-color: var(--references-title-blue);
}

.products-p4__main {
  padding: clamp(0.25rem, 1vw, 0.5rem) 0 clamp(2rem, 4.5vw, 3.25rem) clamp(0.75rem, 2.2vw, 1.5rem);
  background: transparent;
  box-sizing: border-box;
  overflow-x: hidden;
}

.product-panel {
  display: none;
}

.product-panel.is-active {
  display: block;
}

.product-panel__heading {
  margin: 0 0 1.1rem;
  font-size: var(--products-panel-heading-font-size);
  font-weight: 900;
  letter-spacing: 0.14em;
  color: var(--blue-nav);
  text-transform: uppercase;
  text-align: right;
}

.product-panel__images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(0.5rem, 1.5vw, 1rem);
  margin-bottom: 1.15rem;
}

.product-panel__images img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: center;
  aspect-ratio: 4 / 3;
}

.product-panel__lead {
  margin: 0 0 1rem;
  font-size: clamp(0.72rem, 1.25vw, 0.84rem);
  line-height: 1.55;
  font-weight: 500;
  color: var(--blue-nav);
  text-transform: none;
}

.product-panel__lead--soon {
  margin: clamp(0.85rem, 2.5vw, 1.5rem) 0 0;
  font-size: clamp(2rem, 6vw, 3.75rem);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--references-title-blue);
  text-transform: uppercase;
  text-align: left;
}

.product-panel__bullets {
  margin: 0;
  padding: 0 0 0 1.15rem;
  font-size: clamp(0.7rem, 1.2vw, 0.8rem);
  line-height: 1.65;
  color: var(--blue-nav);
}

.product-panel__bullets li {
  margin-bottom: 0.4rem;
}

.product-panel__bullets--mockup {
  list-style: disc;
}

.product-panel__bullets--mockup li {
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.product-panel--tcp .product-panel__heading {
  margin-bottom: 0.85rem;
}

.product-panel__tcp {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(200px, 48%);
  gap: clamp(1rem, 3vw, 2rem);
  align-items: start;
  margin-bottom: 1.15rem;
}

.product-panel--tcp .product-panel__tcp-copy .product-panel__p {
  margin: 0 0 0.85rem;
  font-size: var(--products-bin-body-font-size);
  line-height: var(--products-bin-body-line-height);
  font-weight: var(--products-bin-body-weight);
  color: var(--blue-nav);
}

.product-panel--tcp .product-panel__tcp-copy .product-panel__p:last-child {
  margin-bottom: 0;
}

.product-panel__video-wrap {
  width: 100%;
}

html[lang|="pl"] .product-panel__tcp-visual > .ref-grid__i18n--pl,
body.indeq-lang-pl .product-panel__tcp-visual > .ref-grid__i18n--pl,
html[lang|="en"] .product-panel__tcp-visual > .ref-grid__i18n--en,
body.indeq-lang-en .product-panel__tcp-visual > .ref-grid__i18n--en {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  width: 100%;
}

.product-panel__tcp-stack {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.product-panel__video {
  width: 100%;
  height: auto;
  display: block;
  background: #0a0a0a;
}

.product-panel--tcp .product-panel__subheading {
  margin: 0 0 0.65rem;
  font-size: var(--products-panel-subheading-font-size);
  font-weight: 800;
  line-height: 1.38;
  color: var(--references-title-blue);
}

.product-panel--tcp .product-panel__bullets,
.product-panel--tcp .product-panel__bullets--tcp {
  font-size: var(--products-panel-bullets-font-size);
  line-height: var(--products-panel-bullets-line-height);
}

.product-panel__bullets--tcp li {
  text-decoration: none;
}

.product-panel--lin .product-panel__heading {
  margin-bottom: 0.85rem;
}

.product-panel--spec .product-panel__heading {
  margin-bottom: 0.85rem;
}

.product-panel--spec .product-panel__lead--spec {
  margin: 0 0 clamp(0.85rem, 2vw, 1.15rem);
  font-size: var(--products-bin-body-font-size);
  line-height: var(--products-bin-body-line-height);
  font-weight: var(--products-bin-body-weight);
}

.spec-grid__box {
  margin-top: 0;
  padding: clamp(1rem, 2.5vw, 1.5rem);
  background: var(--gray-bg-about);
  border: 1px solid var(--header-border);
  box-sizing: border-box;
}

.spec-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.75rem, 1.75vw, 1.35rem);
  list-style: none;
  margin: 0;
  padding: 0;
}

.spec-grid__open {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0;
  border: none;
  background: none;
  cursor: zoom-in;
  font: inherit;
  color: inherit;
  text-align: center;
}

.spec-grid__open:focus-visible {
  outline: 2px solid var(--logo-blue);
  outline-offset: 3px;
}

.spec-grid__figure {
  margin: 0;
  width: 100%;
}

.spec-grid__thumb {
  width: 100%;
  height: auto;
  display: block;
  max-height: clamp(140px, 18vw, 220px);
  object-fit: contain;
  object-position: center bottom;
  margin: 0 auto;
}

.spec-grid__caption {
  display: block;
  margin-top: 0.55rem;
  font-family: var(--font);
  font-size: var(--products-bin-body-font-size);
  line-height: var(--products-bin-body-line-height);
  font-weight: var(--products-bin-body-weight);
  letter-spacing: 0.01em;
  color: var(--blue-nav);
  text-align: center;
}

.spec-grid__missing {
  min-height: clamp(120px, 16vw, 180px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  border: 1px dashed rgba(44, 71, 99, 0.25);
  background: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
}

.spec-lightbox {
  position: fixed;
  inset: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
}

.spec-lightbox::backdrop {
  background: rgba(0, 0, 0, 0.78);
}

.spec-lightbox__shell {
  position: relative;
  width: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(0.75rem, 3vw, 1.5rem);
  box-sizing: border-box;
}

.spec-lightbox__scrim {
  position: absolute;
  inset: 0;
  z-index: 0;
  cursor: pointer;
}

.spec-lightbox__inner {
  position: relative;
  z-index: 1;
  max-width: min(96vw, 1200px);
  background: var(--white);
  padding: 0.5rem;
  box-shadow: 0 4px 28px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
}

.spec-lightbox__img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.spec-lightbox__close {
  position: absolute;
  top: 0.35rem;
  right: 0.35rem;
  z-index: 2;
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid rgba(44, 71, 99, 0.2);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--blue-nav);
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}

.spec-lightbox__close:hover {
  background: var(--white);
}

@media (max-width: 900px) {
  .spec-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .products-p4__layout {
    grid-template-columns: 1fr;
  }

  .products-p4__sidebar {
    padding-right: 0;
    padding-bottom: 1.25rem;
    border-right: none;
    border-bottom: 1px solid rgba(44, 71, 99, 0.14);
  }

  .products-p4__main {
    padding-left: 0;
    padding-top: 1.25rem;
    padding-bottom: clamp(1.75rem, 4vw, 2.75rem);
  }

  .product-panel__heading {
    text-align: left;
  }

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

  .product-panel__tcp,
  .product-panel__bin {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .spec-grid {
    grid-template-columns: 1fr;
  }
}

.product-panel--bin .product-panel__heading {
  margin-bottom: 0.85rem;
}

.product-panel__bin {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 52%);
  gap: clamp(0.85rem, 2.5vw, 1.75rem);
  align-items: start;
}

.product-panel__bin-title {
  margin: 0 0 0.65rem;
  font-size: var(--products-panel-title-font-size);
  font-weight: 800;
  line-height: 1.38;
  color: var(--references-title-blue);
}

.product-panel__p--rich {
  margin: 0 0 1rem;
  font-size: var(--products-bin-body-font-size);
  line-height: var(--products-bin-body-line-height);
  font-weight: var(--products-bin-body-weight);
  color: var(--blue-nav);
}

.product-panel__p--rich strong {
  font-weight: 800;
  color: var(--references-title-blue);
}

.product-panel__subheading--bin {
  margin: 0 0 0.5rem;
  font-size: var(--products-panel-subheading-font-size);
}

.product-panel__bullets--bin {
  margin: 0;
  padding: 0 0 0 1.15rem;
  font-size: var(--products-panel-bullets-font-size);
  line-height: var(--products-panel-bullets-line-height);
  color: var(--blue-nav);
}

.product-panel__bullets--bin li {
  margin-bottom: 0.5rem;
}

.product-panel__bullets--bin li strong {
  font-weight: 800;
  color: var(--references-title-blue);
}

.product-panel__bin-video-wrap {
  width: 100%;
}

.product-panel__video--bin {
  width: 100%;
  height: auto;
  display: block;
  background: #0a0a0a;
}

.product-panel__bin-part {
  scroll-margin-top: calc(var(--site-header-offset) + 0.35rem);
}

.product-panel__bin-part--2 {
  margin-top: 2rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(44, 71, 99, 0.14);
}

.product-panel__bullets--bin2 {
  margin: 0.5rem 0 0;
  padding: 0 0 0 1.15rem;
  font-size: var(--products-panel-bullets-font-size);
  line-height: var(--products-panel-bullets-line-height);
  color: var(--blue-nav);
}

.product-panel__bullets--bin2 li {
  margin-bottom: 0.45rem;
}

.product-panel__bullets--bin2 li strong {
  font-weight: 800;
  color: var(--references-title-blue);
}

.product-panel__bin2-foot {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(160px, 42%);
  gap: clamp(1rem, 3vw, 2rem);
  align-items: end;
  margin-top: 1rem;
}

.product-panel__bin2-brochure-label {
  margin: 0 0 0.4rem;
  font-size: clamp(0.72rem, 1.18vw, 0.84rem);
  font-weight: 600;
  color: var(--blue-nav);
}

.product-panel__bin2-pdf {
  display: inline-block;
  font-weight: 800;
  color: var(--references-title-blue);
  text-decoration: underline;
}

.product-panel__bin2-pdf:hover {
  opacity: 0.88;
}

.product-panel__bin2-hardware {
  width: 100%;
  height: auto;
  display: block;
  max-height: min(220px, 28vw);
  object-fit: contain;
  object-position: right bottom;
}

@media (max-width: 640px) {
  .product-panel__bin2-foot {
    grid-template-columns: 1fr;
  }
}

.site-main--fallback .entry-content {
  max-width: 65ch;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--blue-nav);
}

.site-main--fallback .entry-content p:first-child {
  margin-top: 0;
}

.hero-media {
  position: relative;
  width: 100%;
  aspect-ratio: 2.35 / 1;
  min-height: 280px;
  max-height: min(78vh, 720px);
  height: auto;
  
  background-color: var(--white);
  overflow: hidden;
}

.hero-media__strip {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: inherit;
}

.hero-media__panel {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
  animation: hero-panel-reveal 0.9s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

.hero-media__panel--1 {
  animation-delay: 0s;
}

.hero-media__panel--2 {
  animation-delay: 0.38s;
}

.hero-media__panel--3 {
  animation-delay: 0.76s;
}

@keyframes hero-panel-reveal {
  from {
    clip-path: inset(0 100% 0 0);
  }

  to {
    clip-path: inset(0 0 0 0);
  }
}

.hero-media__img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 200px;
  object-fit: cover;
  object-position: center 32%;
}

.hero-media--video .hero-media__strip--fallback {
  display: none;
}

.hero-media--images-fallback.hero-media--video .hero-media__video-wrap {
  display: none;
}

.hero-media--images-fallback .hero-media__strip--fallback {
  display: flex;
}

.hero-media--video .hero-media__video-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: inherit;
  background: var(--white);
}

.hero-media--video:not(.hero-media--images-fallback):not(.hero-media--video-playing) .hero-media__video {
  opacity: 0;
}

.hero-media--video.hero-media--video-playing .hero-media__video {
  opacity: 1;
  transition: opacity 0.25s ease;
}

.hero-media__video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 200px;
  
  object-fit: cover;
  object-position: center center;
  background: var(--white);
}

@media (prefers-reduced-motion: reduce) {
  .hero-media__panel {
    animation: none;
    clip-path: inset(0 0 0 0);
  }
}

@media (max-width: 640px) {
  .hero-media__strip {
    flex-direction: column;
  }

  .hero-media__panel {
    flex: 1 1 33.333%;
    min-height: 0;
  }

  .hero-media__panel--1 {
    animation-delay: 0s;
  }

  .hero-media__panel--2 {
    animation-delay: 0.4s;
  }

  .hero-media__panel--3 {
    animation-delay: 0.8s;
  }
}

.references-p4 {
  position: relative;
  overflow: visible;
  container-type: inline-size;
  container-name: references-shell;
  background: var(--section-hero-gradient);
  border-bottom: none;
  box-shadow: none;
}

.section--references {
  scroll-margin-top: 0.5rem;
}

.section--references.section--split,
.section--contact.section--split {
  border-bottom: none !important;
  box-shadow: none;
}

.section--references .section__banner--references {
  position: relative;
  z-index: 1;
  overflow: visible;
  display: flex;
  flex-direction: column;
  
  justify-content: flex-start;
  
  padding: var(--section-hero-pad-y) 0;
  
  min-height: var(--about-band-height);
  border-top: none;
  border-bottom: none;
  
  background: transparent;
}

.section--references .section__inner--references-title {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: var(--section-inner-max);
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--section-hero-inner-pad-x);
  box-sizing: border-box;
  text-align: left;
}

.section.section--references .section__content.section__content--references {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: clamp(1.75rem, 4.5vw, 3rem) clamp(1rem, 5vw, 3rem);
  background: transparent;
  border: 0 !important;
  box-shadow: none;
  min-height: 0;
}

.references-p4__grid-wrap {
  max-width: var(--section-inner-max);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  box-sizing: border-box;
}

.ref-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.65rem, 1.8vw, 1.1rem);
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  box-sizing: border-box;
}

.ref-grid__cell {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  min-height: 0;
  padding: 0;
  background: var(--white);
  border: 1px solid var(--ref-card-border);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  box-sizing: border-box;
  opacity: 0;
  transform: translate3d(0, 1.1rem, 0) scale(0.97);
  outline: none;
  will-change: opacity, transform;
}

.references-p4__grid-wrap.ref-grid-wrap--visible .ref-grid__cell {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  will-change: auto;
  transition:
    opacity 0.52s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.58s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--ref-stagger, 0s);
}

@media (prefers-reduced-motion: reduce) {
  .ref-grid__cell {
    opacity: 1;
    transform: none;
  }

  .references-p4__grid-wrap.ref-grid-wrap--visible .ref-grid__cell {
    transition: none;
  }
}

.ref-grid__card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  flex: 1;
  min-height: 100px;
  padding: clamp(0.75rem, 2vw, 1.15rem);
  box-sizing: border-box;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.ref-grid__card:focus {
  outline: none;
}

.ref-grid__card:focus-visible {
  box-shadow: inset 0 0 0 2px var(--logo-blue);
}

.ref-grid__face {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex: 1;
  min-height: 4.75rem;
  text-align: center;
}

.ref-grid__logo {
  display: block;
  width: auto;
  height: auto;
  max-width: var(--ref-logo-max-w);
  max-height: var(--ref-logo-max-h);
  min-height: 0;
  object-fit: contain;
  object-position: center center;
  transition: opacity 0.3s ease;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}

.ref-grid__overlay {
  position: absolute;
  inset: calc(-1 * clamp(0.75rem, 2vw, 1.15rem));
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 0.5rem;
  background: var(--ref-overlay-bg);
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
  pointer-events: none;
}

.ref-grid__overlay-inner {
  width: 100%;
  max-width: 100%;
  text-align: center;
  color: inherit;
}

.ref-grid__overlay-title {
  margin: 0 0 0.35rem;
  font-size: clamp(0.58rem, 1.05vw, 0.72rem);
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
}

.ref-grid__overlay-title .ref-grid__i18n--pl,
.ref-grid__overlay-title .ref-grid__i18n--en {
  color: #fff;
}

.ref-grid__overlay-desc {
  margin: 0 0 0.55rem;
  font-size: clamp(0.52rem, 0.95vw, 0.65rem);
  font-weight: 400;
  line-height: 1.35;
  color: #fff;
}

.ref-grid__overlay-desc .ref-grid__i18n--pl,
.ref-grid__overlay-desc .ref-grid__i18n--en {
  color: #fff;
}

.ref-grid__overlay-btn {
  display: inline-block;
  padding: 0.38rem 0.55rem;
  font-size: clamp(0.48rem, 0.85vw, 0.58rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 0;
  line-height: 1.2;
}

.ref-grid__overlay-btn .ref-grid__i18n--pl,
.ref-grid__overlay-btn .ref-grid__i18n--en {
  color: #fff;
}

.ref-grid__i18n--pl,
.ref-grid__i18n--en {
  display: none;
}

html[lang|="pl"] .ref-grid__i18n--pl,
body.indeq-lang-pl .ref-grid__i18n--pl {
  display: block;
}

html[lang|="pl"] .ref-grid__i18n--en,
body.indeq-lang-pl .ref-grid__i18n--en {
  display: none !important;
}

html[lang|="en"] .ref-grid__i18n--en,
body.indeq-lang-en .ref-grid__i18n--en {
  display: block;
}

html[lang|="en"] .ref-grid__i18n--pl,
body.indeq-lang-en .ref-grid__i18n--pl {
  display: none !important;
}

html[lang|="pl"] .ref-grid__overlay-btn .ref-grid__i18n--pl,
body.indeq-lang-pl .ref-grid__overlay-btn .ref-grid__i18n--pl {
  display: inline-block;
}

html[lang|="en"] .ref-grid__overlay-btn .ref-grid__i18n--en,
body.indeq-lang-en .ref-grid__overlay-btn .ref-grid__i18n--en {
  display: inline-block;
}

.ref-grid__card:hover .ref-grid__logo,
.ref-grid__card:focus-visible .ref-grid__logo {
  opacity: 0;
}

.ref-grid__card:hover .ref-grid__overlay,
.ref-grid__card:focus-visible .ref-grid__overlay {
  opacity: 1;
}

.contact-p4__shell {
  position: relative;
  overflow: visible;
  container-type: inline-size;
  container-name: contact-shell;
  background: var(--section-hero-gradient);
}

.contact-p4__banner-title.section__banner,
.section--contact .section__banner {
  position: relative;
  z-index: 1;
  overflow: visible;
  min-height: var(--contact-banner-min-height);
  padding: var(--section-hero-pad-y) 0;
  display: flex;
  align-items: flex-start;
  border-bottom: none;
  background: transparent;
}

.contact-p4__banner-title .section__inner,
.section--contact .section__banner .section__inner {
  width: 100%;
  max-width: var(--section-inner-max);
  margin: 0 auto;
  
  padding: 0 var(--section-hero-inner-pad-x);
  display: flex;
  align-items: center;
}

.section__content--contact-p4 {
  position: relative;
  z-index: 1;
  margin: 0 !important;
  padding: clamp(1.75rem, 4vw, 3rem) clamp(1rem, 4vw, 2.5rem) !important;
  background: transparent !important;
  border-top: none !important;
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
  min-height: auto;
}

.contact-p4 {
  display: grid;
  grid-template-columns: auto minmax(200px, 1fr);
  gap: clamp(2rem, 6vw, 4rem);
  max-width: var(--section-inner-max);
  margin: 0 auto;
  align-items: start;
}

.contact-p4__brand {
  flex-shrink: 0;
}

.contact-p4__info {
  font-size: 0.8rem;
  line-height: 1.55;
  color: var(--blue-nav);
}

.contact-p4__company {
  margin: 0 0 1rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-p4__line {
  margin: 0 0 0.4rem;
}

.contact-p4__line a {
  color: var(--blue-nav);
  text-decoration: none;
}

.contact-p4__line a:hover {
  text-decoration: underline;
}

.contact-p4__line--www a {
  color: var(--logo-blue);
}

.contact-p4__tel {
  margin-top: 0.5rem;
  font-weight: 700;
}

@media (max-width: 640px) {
  .contact-p4 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  :root {
    --site-header-offset: 9.75rem;
  }

  .site-header {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    align-items: center;
    row-gap: 0.65rem;
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
  }

  .brand {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
  }

  .lang {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }

  .nav {
    position: static;
    transform: none;
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    max-width: none;
  }

  .nav__list {
    flex-wrap: wrap;
    gap: 0.65rem 1.1rem;
    justify-content: center;
  }

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

@media (max-width: 520px) {
  .ref-grid {
    grid-template-columns: 1fr;
  }

  .hero-media {
    aspect-ratio: 4 / 5;
    max-height: none;
    min-height: 220px;
  }

  .hero-media__img {
    min-height: 120px;
  }

  .hero-media__video {
    min-height: 120px;
  }
}

.site-main--project-brand {
  max-width: var(--section-inner-max);
  margin-left: auto;
  margin-right: auto;
  padding: clamp(1.5rem, 4vw, 2.5rem) clamp(1rem, 4vw, 2rem);
  box-sizing: border-box;
}

.project-brand__breadcrumb {
  font-size: 0.8125rem;
  margin: 0 0 1rem;
  color: var(--blue-nav);
}

.project-brand__breadcrumb a {
  color: var(--logo-blue);
  text-decoration: none;
}

.project-brand__breadcrumb a:hover {
  text-decoration: underline;
}

.project-brand__sep {
  margin: 0 0.35rem;
  opacity: 0.85;
}

.project-brand__hero {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem 2rem;
  border: 1px solid var(--ref-card-border);
  background: var(--white);
  padding: clamp(1.25rem, 3vw, 2rem);
}

.project-brand__logo {
  width: auto;
  height: auto;
  max-width: var(--project-brand-logo-max-w);
  max-height: var(--project-brand-logo-max-h);
  object-fit: contain;
  object-position: center center;
}

.project-brand__intro {
  flex: 1;
  min-width: 200px;
}

.project-brand__title {
  margin: 0 0 0.4rem;
  font-size: clamp(1.1rem, 2.5vw, 1.5rem);
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--references-title-blue);
  text-transform: uppercase;
}

.project-brand__summary {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--blue-nav);
}

.project-brand__body {
  margin-top: clamp(1rem, 3vw, 1.75rem);
}

.project-brand__section {
  margin: 0 0 1.75rem;
}

.project-brand__section-title {
  margin: 0 0 0.85rem;
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--references-title-blue);
  text-transform: uppercase;
}

.project-brand__list {
  margin: 0;
  padding-left: 1.25rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--blue-nav);
}

.project-brand__list li {
  margin-bottom: 0.4rem;
}

.project-brand__list li:last-child {
  margin-bottom: 0;
}

.project-brand__cards {
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, 3vw, 2.25rem);
}

.project-card {
  position: relative;
  border: 1px solid var(--ref-card-border);
  border-radius: 4px;
  background: linear-gradient(180deg, #fff 0%, #fafbfd 100%);
  box-shadow: 0 0.35rem 1.25rem rgba(15, 35, 71, 0.06);
  padding: clamp(1.25rem, 3vw, 1.75rem);
  overflow: hidden;
}

.project-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--logo-blue);
  opacity: 0.85;
}

.project-card__badge {
  margin: 0 0 0.75rem;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--logo-blue);
}

.project-card__head {
  margin-bottom: 1rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid rgba(15, 35, 71, 0.1);
}

.project-card__kicker {
  display: block;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: var(--blue-nav);
  opacity: 0.75;
  margin-bottom: 0.35rem;
}

.project-card__title {
  margin: 0;
  font-size: clamp(1rem, 2.2vw, 1.2rem);
  font-weight: 800;
  letter-spacing: 0.05em;
  color: var(--references-title-blue);
  text-transform: uppercase;
  line-height: 1.25;
}

.project-card__meta {
  margin: 0 0 1.25rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem 1.5rem;
}

@media (min-width: 640px) {
  .project-card__meta {
    grid-template-columns: 1fr 1fr;
  }
}

.project-card__meta-row {
  display: grid;
  grid-template-columns: minmax(0, 7.5rem) 1fr;
  gap: 0.35rem 1rem;
  align-items: baseline;
  font-size: 0.875rem;
  line-height: 1.45;
}

.project-card__dt {
  margin: 0;
  font-weight: 700;
  color: var(--logo-blue);
  text-transform: uppercase;
  font-size: 0.6875rem;
  letter-spacing: 0.06em;
}

.project-card__dd {
  margin: 0;
  color: var(--blue-nav);
}

.project-card__about {
  margin: 0 0 1.25rem;
  padding: clamp(0.85rem, 2vw, 1.1rem);
  background: rgba(15, 55, 120, 0.04);
  border-radius: 4px;
  border: 1px solid rgba(15, 35, 71, 0.06);
}

.project-card__about-title {
  margin: 0 0 0.6rem;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--references-title-blue);
}

.project-card__about-text {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--blue-nav);
}

.project-card__about-text p {
  margin: 0;
}

.project-card__specs {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.65rem 1.25rem;
}

@media (min-width: 520px) {
  .project-card__specs {
    grid-template-columns: 1fr 1fr;
  }
}

.project-card__spec {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.45;
}

.project-card__spec dt {
  margin: 0 0 0.2rem;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--logo-blue);
  text-transform: uppercase;
}

.project-card__spec dd {
  margin: 0;
  color: var(--blue-nav);
}

.project-card__spec--wide {
  grid-column: 1 / -1;
}

.project-brand__back {
  margin-top: clamp(1.25rem, 3vw, 2rem);
}

.project-brand__back-link {
  font-weight: 700;
  color: var(--logo-blue);
  text-decoration: none;
}

.project-brand__back-link:hover {
  text-decoration: underline;
}

.section__content--404 {
  padding: clamp(2rem, 5vw, 3rem);
  max-width: var(--section-inner-max);
  margin: 0 auto;
  text-align: center;
}
