:root {
  --page: #e7e8e2;
  --surface: #ffffff;
  --surface-muted: #e7e7e3;
  --line: #cfcfca;
  --line-strong: #a5a5a0;
  --text: #171717;
  --muted: #666662;
  --dark: #222222;
  --industrial-rail: rgba(93, 98, 100, 0.12);
  --industrial-grid: rgba(34, 34, 34, 0.045);
  --floor-pointer-x: 50%;
  --floor-pointer-y: 42%;
  --floor-drift-x: 0px;
  --floor-drift-y: 0px;
  --floor-joint: rgba(34, 34, 34, 0.038);
  --floor-joint-strong: rgba(93, 98, 100, 0.095);
  --floor-accent-glow: rgba(220, 233, 54, 0.13);
  --brand-lime: #d9db35;
  --radius: 8px;
  --container: 1180px;
  --site-header-height: 76px;
  --site-header-offset: calc(var(--site-header-height) + 1px);
}

.polymer-page {
  --polymer-dark: #565d5f;
  --polymer-dark-strong: #33383a;
  --polymer-accent: #dce936;
  --polymer-soft: #f4f4ef;
  --polymer-ink: #202020;
  overflow-x: hidden;
}

.formwork-page {
  --formwork-dark: #5d6264;
  --formwork-accent: #dce936;
  --formwork-ink: #303437;
  --formwork-edge-pad: clamp(24px, 4.5vw, 72px);
  --formwork-section-y: clamp(44px, 5vw, 72px);
  --formwork-gap: clamp(28px, 4vw, 64px);
  --formwork-detail-font: clamp(17px, 1.05vw, 18px);
  --formwork-detail-line: 1.56;
  overflow-x: hidden;
}

body:has(main.formwork-page) {
  min-width: 0;
}

.puc-page {
  --puc-dark: #565d5f;
  --puc-dark-strong: #303537;
  --puc-accent: #dce936;
  --puc-soft: #f5f5ef;
  --puc-warm: #8f3e38;
  --puc-ink: #1e1f1f;
  overflow-x: hidden;
}

.puc-hero {
  display: grid;
  width: min(var(--container), calc(100% - 32px));
  grid-template-columns: minmax(190px, 0.34fr) minmax(0, 0.92fr) minmax(280px, 0.52fr);
  grid-template-rows: auto auto;
  gap: 1px;
  margin: 0 auto;
  background: var(--line);
  color: #ffffff;
}

.puc-hero-photo,
.puc-hero-system,
.puc-reference-photo,
.puc-coating-card figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
}

.puc-hero-photo {
  grid-row: 1 / span 2;
  background: var(--puc-dark);
}

.puc-hero-photo img,
.puc-hero-system img,
.puc-reference-photo img,
.puc-coating-card figure img,
.puc-detail-list img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.puc-hero-photo img {
  object-position: center top;
}

.puc-hero-copy {
  display: grid;
  min-width: 0;
  align-content: center;
  padding: 66px 58px;
  background: var(--puc-dark);
}

.puc-hero-copy .section-kicker,
.puc-characteristics .section-kicker,
.puc-coating-copy .section-kicker {
  color: rgba(255, 255, 255, 0.72);
}

.puc-hero-copy h1,
.puc-section-head h2,
.puc-coating-copy h3,
.puc-details h2,
.puc-references h2,
.puc-cta h2 {
  margin: 0;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.05;
  text-transform: uppercase;
}

.puc-hero-copy h1 {
  max-width: 760px;
  font-size: clamp(38px, 4.4vw, 58px);
  overflow-wrap: normal;
}

.puc-hero-copy h1 span {
  display: block;
}

.puc-hero-lead {
  margin: 26px 0 0;
  color: #ffffff;
  font-size: clamp(24px, 2.8vw, 34px);
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.puc-hero-copy p:not(.section-kicker):not(.puc-hero-lead) {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.72;
}

.puc-hero .button-light {
  color: var(--text);
}

.puc-hero-system {
  display: grid;
  align-items: center;
  padding: 32px;
  background: #ffffff;
}

.puc-hero-system img {
  height: auto;
  object-fit: contain;
}

.puc-hero-proof {
  display: grid;
  grid-column: 2 / span 2;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  background: var(--line);
}

.puc-hero-proof p {
  display: grid;
  align-content: center;
  min-height: 132px;
  margin: 0;
  padding: 26px;
  background: #ffffff;
  color: var(--puc-ink);
  font-weight: 800;
  text-transform: uppercase;
}

.puc-hero-proof span {
  color: var(--puc-warm);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
}

.puc-section-head {
  display: grid;
  max-width: 920px;
  gap: 8px;
  margin-bottom: 36px;
}

.puc-section-head h2,
.puc-details h2,
.puc-references h2,
.puc-cta h2 {
  font-size: clamp(30px, 4vw, 52px);
  overflow-wrap: anywhere;
}

.puc-reliability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.puc-reliability-grid article {
  min-width: 0;
  min-height: 250px;
  padding: 32px;
  background: #ffffff;
}

.puc-reliability-grid span,
.puc-coating-copy li::before {
  display: inline-grid;
  place-items: center;
  background: var(--puc-accent);
  color: var(--puc-dark-strong);
  font-weight: 800;
}

.puc-reliability-grid span {
  width: 58px;
  height: 58px;
  margin-bottom: 28px;
  font-size: 18px;
}

.puc-reliability-grid h3,
.puc-feature-grid h3,
.puc-detail-list h3,
.puc-reference-list h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.18;
  text-transform: uppercase;
}

.puc-reliability-grid p,
.puc-feature-grid p,
.puc-feature-grid li,
.puc-coating-copy p,
.puc-coating-copy li,
.puc-detail-list p,
.puc-reference-list p,
.puc-cta p:last-child {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.68;
}

.puc-reliability-grid p,
.puc-feature-grid p,
.puc-detail-list p,
.puc-reference-list p {
  margin: 16px 0 0;
}

.puc-characteristics {
  background: var(--puc-dark);
  color: #ffffff;
}

.puc-temp-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.18);
}

.puc-temp-grid article {
  min-width: 0;
  min-height: 270px;
  padding: 34px 28px;
  background: rgba(0, 0, 0, 0.14);
}

.puc-temp-grid span {
  display: block;
  color: #ffffff;
  font-size: clamp(30px, 3.2vw, 42px);
  font-weight: 800;
  line-height: 1;
}

.puc-temp-grid strong {
  display: block;
  margin-top: 22px;
  color: var(--puc-accent);
  font-size: 30px;
  line-height: 1;
}

.puc-temp-grid p {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.6;
}

.puc-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 1px;
  background: var(--line);
}

.puc-feature-grid article {
  min-width: 0;
  min-height: 270px;
  padding: 30px;
  background: #ffffff;
  color: var(--puc-ink);
}

.puc-feature-grid h3 {
  padding-bottom: 16px;
  border-bottom: 8px solid var(--puc-accent);
}

.puc-feature-grid ul {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding-left: 20px;
}

.puc-coatings {
  display: grid;
  gap: 1px;
}

.puc-coating-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, 0.45fr) minmax(260px, 0.55fr);
  gap: 1px;
  min-height: 520px;
  background: var(--line);
}

.puc-coating-card-reverse {
  grid-template-columns: minmax(260px, 0.55fr) minmax(230px, 0.45fr) minmax(0, 1fr);
}

.puc-coating-card-reverse .puc-coating-copy {
  grid-column: 3;
}

.puc-coating-card-reverse figure:first-of-type {
  grid-column: 1;
  grid-row: 1;
}

.puc-coating-card-reverse figure:last-of-type {
  grid-column: 2;
  grid-row: 1;
}

.puc-coating-copy {
  display: grid;
  min-width: 0;
  align-content: center;
  padding: 48px;
  background: var(--puc-dark);
  color: #ffffff;
}

.puc-coating-copy h3 {
  font-size: clamp(30px, 3.6vw, 48px);
}

.puc-coating-copy p {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.84);
}

.puc-coating-copy ul {
  display: grid;
  gap: 16px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.puc-coating-copy li {
  position: relative;
  min-height: 42px;
  padding-left: 62px;
  color: rgba(255, 255, 255, 0.9);
}

.puc-coating-copy li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 34px;
  content: "›";
  font-size: 28px;
}

.puc-coating-card figure {
  display: grid;
  align-items: center;
  padding: 28px;
  background: var(--puc-soft);
}

.puc-coating-card figure img {
  height: auto;
  object-fit: contain;
}

.puc-details {
  background: var(--puc-dark);
  color: #ffffff;
}

.puc-detail-list {
  display: grid;
  gap: 1px;
  background: rgba(255, 255, 255, 0.22);
}

.puc-detail-list article {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: 1px;
  min-width: 0;
  background: rgba(255, 255, 255, 0.18);
}

.puc-detail-list img {
  min-height: 280px;
  background: var(--puc-dark-strong);
}

.puc-detail-list div {
  display: grid;
  align-content: center;
  min-width: 0;
  padding: 38px;
  background: var(--puc-dark);
}

.puc-detail-list h3 {
  color: #ffffff;
  font-size: clamp(24px, 2.8vw, 38px);
}

.puc-detail-list p {
  color: rgba(255, 255, 255, 0.82);
}

.puc-references {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr) minmax(230px, 0.38fr);
  gap: 34px;
  align-items: stretch;
}

.puc-reference-rail {
  display: grid;
  min-height: 820px;
  align-content: end;
  justify-items: center;
  padding: 34px 14px;
  background: var(--puc-dark);
  color: #ffffff;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.puc-reference-rail span,
.puc-reference-rail strong {
  display: block;
  letter-spacing: 0;
}

.puc-reference-rail span {
  color: #f7ffd3;
  font-size: 38px;
  font-weight: 300;
}

.puc-reference-rail strong {
  margin-top: 28px;
  font-size: 38px;
  line-height: 1;
}

.puc-reference-content {
  min-width: 0;
}

.puc-reference-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 30px;
  background: var(--line);
}

.puc-reference-list article {
  min-width: 0;
  min-height: 150px;
  padding: 24px;
  background: #ffffff;
}

.puc-reference-photo {
  background: var(--puc-soft);
}

.puc-reference-photo img {
  min-height: 820px;
  object-position: center center;
}

.puc-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  border-top: 1px solid var(--line);
}

.puc-cta p:last-child {
  max-width: 760px;
  margin: 18px 0 0;
}

.puc-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

@media (max-width: 1120px) {
  .puc-hero {
    grid-template-columns: 1fr;
  }

  .puc-hero-copy {
    order: 1;
  }

  .puc-hero-system {
    order: 2;
  }

  .puc-hero-proof {
    grid-column: 1;
    order: 3;
  }

  .puc-hero-photo {
    grid-row: auto;
    order: 4;
    max-height: 360px;
  }

  .puc-hero-photo img {
    object-position: center 18%;
  }
}

@media (max-width: 980px) {
  .puc-hero,
  .puc-hero-proof,
  .puc-reliability-grid,
  .puc-temp-grid,
  .puc-feature-grid,
  .puc-coating-card,
  .puc-coating-card-reverse,
  .puc-detail-list article,
  .puc-references,
  .puc-cta {
    grid-template-columns: 1fr;
  }

  .puc-hero-photo,
  .puc-hero-copy,
  .puc-hero-system,
  .puc-hero-proof,
  .puc-coating-card-reverse .puc-coating-copy,
  .puc-coating-card-reverse figure:first-of-type,
  .puc-coating-card-reverse figure:last-of-type {
    grid-column: 1;
    grid-row: auto;
  }

  .puc-hero-photo {
    max-height: 440px;
  }

  .puc-hero-photo img {
    object-position: center 18%;
  }

  .puc-hero-copy,
  .puc-coating-copy {
    padding: 42px 30px;
  }

  .puc-hero-system {
    padding: 28px;
  }

  .puc-coating-card figure img {
    max-height: 380px;
  }

  .puc-reference-rail {
    min-height: auto;
    align-content: center;
    justify-items: start;
    padding: 26px 28px;
    writing-mode: horizontal-tb;
    transform: none;
  }

  .puc-reference-rail span,
  .puc-reference-rail strong {
    font-size: 32px;
  }

  .puc-reference-photo img {
    min-height: 420px;
    max-height: 560px;
  }

  .puc-cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .puc-hero-copy,
  .puc-reliability-grid article,
  .puc-feature-grid article,
  .puc-coating-copy,
  .puc-detail-list div,
  .puc-reference-list article {
    padding: 26px 22px;
  }

  .puc-hero-copy h1 {
    font-size: 32px;
    overflow-wrap: anywhere;
  }

  .puc-hero-lead {
    font-size: 21px;
  }

  .puc-hero-copy p:not(.section-kicker):not(.puc-hero-lead),
  .puc-reliability-grid p,
  .puc-feature-grid p,
  .puc-feature-grid li,
  .puc-coating-copy p,
  .puc-coating-copy li,
  .puc-detail-list p,
  .puc-reference-list p,
  .puc-cta p:last-child {
    font-size: 16px;
  }

  .puc-hero-proof p,
  .puc-temp-grid article {
    min-height: 0;
    padding: 22px;
  }

  .puc-temp-grid span {
    font-size: 30px;
  }

  .puc-feature-grid h3,
  .puc-detail-list h3,
  .puc-reference-list h3 {
    font-size: 20px;
  }

  .puc-coating-card figure {
    padding: 18px;
  }

  .puc-detail-list img {
    min-height: 230px;
  }

  .puc-reference-list {
    grid-template-columns: 1fr;
  }
}

.polymer-hero {
  position: relative;
  display: grid;
  width: min(var(--container), calc(100% - 32px));
  min-height: 680px;
  grid-template-columns: minmax(0, 0.94fr) minmax(460px, 1fr);
  gap: 0;
  align-items: stretch;
  margin: 0 auto;
  border-bottom: 1px solid var(--line);
  background: var(--polymer-dark);
  color: #ffffff;
}

.polymer-hero-media {
  display: grid;
  grid-row: 1 / span 2;
  min-width: 0;
  grid-template-rows: minmax(260px, 0.62fr) minmax(320px, 1fr);
  background: #ffffff;
}

.polymer-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
}

.polymer-system-img {
  object-fit: contain;
  object-position: center bottom;
  padding: 28px 30px 0;
  background: #ffffff;
}

.polymer-pour-img {
  object-fit: cover;
  object-position: center center;
}

.polymer-hero-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-content: center;
  min-width: 0;
  padding: 64px 58px 32px;
}

.polymer-hero-copy .section-kicker,
.polymer-systems .section-kicker,
.polymer-requirements .section-kicker {
  color: rgba(255, 255, 255, 0.72);
}

.polymer-hero-copy h1,
.polymer-section-head h2,
.polymer-system-copy h3,
.polymer-requirements h2,
.polymer-references h2,
.polymer-cta h2 {
  margin: 0;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.polymer-hero-copy h1 {
  font-size: clamp(42px, 4.6vw, 60px);
  line-height: 1.02;
  overflow-wrap: normal;
}

.polymer-hero-copy p:not(.section-kicker) {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.7;
}

.polymer-hero-copy .polymer-hero-lead {
  color: #ffffff;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 800;
  line-height: 1.22;
  text-transform: uppercase;
}

.polymer-hero .button-light {
  border-color: var(--polymer-accent);
  background: var(--polymer-accent);
  color: var(--text);
}

.polymer-hero .hero-actions {
  gap: 16px;
}

.polymer-hero .hero-actions .button {
  min-height: 60px;
  padding: 0 28px;
}

.polymer-hero .hero-actions .button-dark {
  border-color: rgba(255, 255, 255, 0.94);
  background: #ffffff;
  color: var(--polymer-ink);
  box-shadow: 0 14px 30px rgba(20, 22, 22, 0.18);
}

.polymer-hero .hero-actions .button-light {
  border-color: var(--polymer-accent);
  background: var(--polymer-accent);
  box-shadow: 0 14px 30px rgba(147, 151, 0, 0.28);
}

.polymer-hero .hero-actions .button-dark:hover,
.polymer-hero .hero-actions .button-dark:focus-visible {
  border-color: #ffffff;
  background: #f7f8eb;
  box-shadow: 0 16px 32px rgba(20, 22, 22, 0.24);
}

.polymer-hero .hero-actions .button-light:hover,
.polymer-hero .hero-actions .button-light:focus-visible {
  border-color: #c7ca16;
  background: #cfd21e;
  box-shadow: 0 16px 32px rgba(147, 151, 0, 0.34);
}

.polymer-hero .hero-actions .button:focus-visible {
  outline-color: var(--polymer-accent);
}

.polymer-practice {
  position: relative;
  display: grid;
  grid-column: 2;
  align-self: end;
  justify-items: center;
  margin: 0 58px 54px;
  padding: 28px 30px 30px;
  border-top: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  text-align: center;
}

.polymer-practice span {
  display: block;
  width: 70px;
  height: 70px;
  margin-top: -66px;
  border-radius: 50%;
  background:
    linear-gradient(var(--polymer-dark-strong), var(--polymer-dark-strong)) 50% 34% / 34px 4px no-repeat,
    linear-gradient(var(--polymer-dark-strong), var(--polymer-dark-strong)) 50% 50% / 42px 4px no-repeat,
    linear-gradient(var(--polymer-dark-strong), var(--polymer-dark-strong)) 50% 66% / 34px 4px no-repeat,
    var(--polymer-accent);
}

.polymer-practice h2 {
  margin: 10px 0 0;
  font-size: 30px;
  line-height: 1.1;
  text-transform: uppercase;
}

.polymer-practice p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.82);
  text-transform: uppercase;
}

.section-shell.polymer-applications {
  padding-top: 0;
}

.polymer-wide-photo {
  margin: 0 calc((100vw - min(var(--container), calc(100vw - 32px))) / -2) 0;
  background: var(--polymer-dark);
}

.polymer-wide-photo img {
  display: block;
  width: 100%;
  height: clamp(320px, 42vw, 640px);
  object-fit: cover;
  object-position: center center;
}

.polymer-applications-head {
  display: grid;
  max-width: 840px;
  gap: 8px;
  margin: 30px 0;
}

.polymer-applications-head h2,
.polymer-section-head h2,
.polymer-references h2,
.polymer-cta h2 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.polymer-application-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.polymer-application-grid article,
.polymer-application-note {
  min-width: 0;
  min-height: 260px;
  padding: 30px;
  background: #ffffff;
}

.polymer-application-grid article h3,
.polymer-material-grid h3,
.polymer-reference-list h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.18;
  text-transform: uppercase;
}

.polymer-application-grid article h3::before {
  display: inline-flex;
  width: 36px;
  height: 28px;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  background: var(--polymer-accent);
  color: var(--polymer-dark-strong);
  content: "›";
  font-size: 26px;
  font-weight: 800;
  vertical-align: 0.02em;
}

.polymer-application-grid article p,
.polymer-application-note p,
.polymer-system-copy p,
.polymer-variant-list p,
.polymer-material-grid li,
.polymer-reference-list p,
.polymer-cta p:last-child {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.68;
}

.polymer-application-grid article p {
  margin: 22px 0 0;
}

.polymer-application-note {
  display: grid;
  align-content: center;
  background: var(--polymer-dark);
}

.polymer-application-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
}

.polymer-application-note p + p {
  margin-top: 24px;
}

.polymer-systems {
  background: var(--polymer-dark);
  color: #ffffff;
}

.polymer-systems > .section-shell {
  padding-top: 52px;
}

.polymer-section-head {
  display: grid;
  max-width: 880px;
  gap: 8px;
  margin-bottom: 36px;
}

.polymer-system-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: 1px;
  min-height: 720px;
  margin-top: 1px;
  background: rgba(255, 255, 255, 0.22);
}

.polymer-system-card:first-of-type {
  margin-top: 0;
}

.polymer-system-card-reverse {
  grid-template-columns: minmax(300px, 0.66fr) minmax(0, 1fr);
}

.polymer-system-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-content: center;
  min-width: 0;
  padding: 54px;
  background: #ffffff;
  color: var(--text);
}

.polymer-system-copy .section-kicker {
  display: inline-block;
  justify-self: center;
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.15;
  min-width: max-content;
  text-align: center;
}

.polymer-system-copy h3 {
  color: var(--polymer-ink);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.polymer-system-copy p {
  margin: 20px 0 0;
}

.polymer-system-copy > *,
.polymer-variant-list article > * {
  min-width: 0;
}

.polymer-system-copy blockquote {
  margin: 30px 0 10px;
  padding: 24px 0;
  border-top: 4px solid var(--polymer-accent);
  border-bottom: 4px solid var(--polymer-accent);
  color: var(--polymer-ink);
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 800;
  line-height: 1.28;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.polymer-system-card figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: var(--polymer-soft);
}

.polymer-system-card figure img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 640px;
  object-fit: cover;
}

.polymer-variant-list {
  display: grid;
  gap: 26px;
  margin-top: 34px;
}

.polymer-variant-list article {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 20px;
}

.polymer-variant-list span,
.polymer-material-mark {
  display: inline-grid;
  width: 58px;
  height: 58px;
  place-items: center;
  background: var(--polymer-accent);
  color: var(--polymer-dark-strong);
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
}

.polymer-variant-list span {
  grid-row: 1 / span 2;
}

.polymer-variant-list h4 {
  grid-column: 2;
  margin: 0;
  font-size: clamp(23px, 2.5vw, 32px);
  line-height: 1.22;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.polymer-variant-list p {
  grid-column: 2;
  margin: 10px 0 0;
  overflow-wrap: anywhere;
}

.polymer-material-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.polymer-material-grid article {
  min-width: 0;
  padding: 34px;
  background: #ffffff;
}

.polymer-material-mark {
  width: 64px;
  height: 64px;
  margin-bottom: 28px;
  border-radius: 50%;
  font-size: 18px;
}

.polymer-material-grid ol {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding-left: 22px;
}

.polymer-material-grid li {
  padding-left: 6px;
}

.polymer-requirements {
  background: var(--polymer-dark);
  color: #ffffff;
}

.polymer-requirements .section-shell {
  padding-top: 70px;
  padding-bottom: 70px;
}

.polymer-requirements h2 {
  max-width: 920px;
  font-size: clamp(34px, 4.6vw, 58px);
  line-height: 1.04;
}

.polymer-requirements-list {
  display: grid;
  gap: 24px;
  max-width: 960px;
  margin-top: 36px;
}

.polymer-requirements-list p {
  position: relative;
  margin: 0;
  padding-left: 74px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  line-height: 1.7;
}

.polymer-requirements-list p::before {
  position: absolute;
  top: 0.25em;
  left: 0;
  display: inline-grid;
  width: 46px;
  height: 34px;
  place-items: center;
  background: var(--polymer-accent);
  color: var(--polymer-dark-strong);
  content: "›";
  font-size: 28px;
  font-weight: 800;
}

.polymer-references {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) minmax(210px, 0.42fr);
  gap: 36px;
  align-items: stretch;
}

.polymer-reference-rail {
  display: grid;
  min-height: 820px;
  align-content: end;
  justify-items: center;
  padding: 34px 14px;
  background: var(--polymer-dark);
  color: #ffffff;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.polymer-reference-rail span,
.polymer-reference-rail strong {
  display: block;
  letter-spacing: 0;
}

.polymer-reference-rail span {
  color: #f7ffd3;
  font-size: 42px;
  font-weight: 300;
}

.polymer-reference-rail strong {
  margin-top: 28px;
  font-size: 42px;
  line-height: 1;
}

.polymer-reference-content {
  min-width: 0;
}

.polymer-reference-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 30px;
  background: var(--line);
}

.polymer-reference-list article {
  min-width: 0;
  min-height: 150px;
  padding: 24px;
  background: #ffffff;
}

.polymer-reference-list p {
  margin: 12px 0 0;
}

.polymer-reference-photo {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: var(--polymer-soft);
}

.polymer-reference-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 820px;
  object-fit: cover;
  object-position: center center;
}

.polymer-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  border-top: 1px solid var(--line);
}

.polymer-cta p:last-child {
  max-width: 700px;
  margin: 18px 0 0;
}

.polymer-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.special-page {
  --special-dark: #565d5f;
  --special-dark-strong: #303537;
  --special-accent: #dce936;
  --special-soft: #f4f4ef;
  --special-ink: #202020;
  overflow-x: hidden;
}

.special-hero {
  position: relative;
  display: grid;
  width: min(var(--container), calc(100% - 32px));
  min-height: 680px;
  grid-template-columns: minmax(0, 0.95fr) minmax(460px, 1fr);
  gap: 0;
  align-items: stretch;
  margin: 0 auto;
  border-bottom: 1px solid var(--line);
  background: var(--special-dark);
  color: #ffffff;
}

.special-hero-media {
  display: grid;
  grid-row: 1 / span 2;
  min-width: 0;
  grid-template-rows: minmax(260px, 0.56fr) minmax(330px, 1fr);
  background: #ffffff;
}

.special-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
}

.special-foundation-img {
  padding: 24px 28px 0;
  background: #ffffff;
  object-fit: contain;
  object-position: center bottom;
}

.special-equipment-img {
  background: #e9e9e6;
  object-fit: cover;
  object-position: center center;
}

.special-hero-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-content: center;
  min-width: 0;
  padding: 64px 58px 32px;
}

.special-hero-copy .section-kicker,
.special-function .section-kicker {
  color: rgba(255, 255, 255, 0.72);
}

.special-hero-copy h1,
.special-section-head h2,
.special-function-copy h2,
.special-cta h2 {
  margin: 0;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.special-hero-copy h1 {
  font-size: clamp(40px, 4.4vw, 58px);
  line-height: 1.02;
  overflow-wrap: normal;
}

.special-hero-copy p:not(.section-kicker) {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.7;
}

.special-hero-copy .special-hero-lead {
  color: #ffffff;
  font-size: clamp(24px, 2.7vw, 34px);
  font-weight: 800;
  line-height: 1.22;
  text-transform: uppercase;
}

.special-hero .button-light {
  color: var(--text);
}

.special-function-note {
  position: relative;
  display: grid;
  grid-column: 2;
  align-self: end;
  margin: 0 58px 54px;
  padding: 26px 30px 28px;
  border-top: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
}

.special-function-note span {
  display: inline-grid;
  width: 46px;
  height: 34px;
  place-items: center;
  margin: -50px 0 18px;
  background: var(--special-accent);
  color: var(--special-dark-strong);
  font-size: 25px;
  font-weight: 800;
}

.special-function-note h2 {
  margin: 0;
  font-size: 26px;
  line-height: 1.18;
  text-transform: uppercase;
}

.special-function-note p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  line-height: 1.55;
  text-transform: uppercase;
}

.special-section-head {
  display: grid;
  max-width: 900px;
  gap: 8px;
  margin-bottom: 34px;
}

.special-section-head h2,
.special-function-copy h2,
.special-cta h2 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.special-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.special-benefit-grid article {
  min-width: 0;
  min-height: 210px;
  padding: 30px;
  background: #ffffff;
}

.special-benefit-grid span {
  display: block;
  width: 14px;
  height: 14px;
  margin-bottom: 22px;
  background: var(--special-accent);
}

.special-benefit-grid h3 {
  margin: 0;
  color: var(--special-ink);
  font-size: 22px;
  line-height: 1.18;
  text-transform: uppercase;
}

.special-benefit-grid p,
.special-function-copy p,
.special-cta p:last-child {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.68;
}

.special-benefit-grid p {
  margin: 18px 0 0;
}

.special-benefit-wide {
  grid-column: span 2;
}

.special-function {
  background: var(--special-dark);
  color: #ffffff;
}

.special-function-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1fr);
  gap: 1px;
  align-items: stretch;
}

.special-function-photo {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #ffffff;
}

.special-function-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  object-position: center center;
}

.special-function-copy {
  display: grid;
  align-content: center;
  min-width: 0;
  padding: 54px;
  background: var(--special-dark);
}

.special-function-copy p:not(.section-kicker) {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.84);
}

.special-function-copy h2 {
  color: #ffffff;
}

.special-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  border-top: 1px solid var(--line);
}

.special-cta p:last-child {
  max-width: 700px;
  margin: 18px 0 0;
}

.special-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

@media (max-width: 980px) {
  .polymer-hero,
  .polymer-system-card,
  .polymer-system-card-reverse,
  .polymer-references,
  .polymer-cta,
  .special-hero,
  .special-function-layout,
  .special-cta,
  .formwork-cta,
  .topping-cta {
    grid-template-columns: 1fr;
  }

  .polymer-hero {
    min-height: auto;
  }

  .polymer-hero-media {
    grid-column: 1;
    grid-row: auto;
    grid-template-rows: 260px 360px;
  }

  .polymer-hero-copy,
  .polymer-practice {
    grid-column: 1;
  }

  .polymer-hero-copy,
  .polymer-system-copy {
    padding: 42px 30px;
  }

  .polymer-practice {
    position: static;
    width: auto;
    margin: 0 30px 38px;
  }

  .polymer-application-grid,
  .polymer-material-grid,
  .polymer-reference-list {
    grid-template-columns: 1fr;
  }

  .polymer-system-card figure img {
    min-height: 420px;
    max-height: 620px;
  }

  .polymer-references {
    gap: 1px;
  }

  .polymer-reference-rail {
    min-height: auto;
    align-content: center;
    justify-items: start;
    padding: 26px 28px;
    writing-mode: horizontal-tb;
    transform: none;
  }

  .polymer-reference-rail span,
  .polymer-reference-rail strong {
    font-size: 34px;
  }

  .polymer-reference-photo img {
    min-height: 360px;
    max-height: 520px;
  }

  .polymer-cta-actions,
  .special-cta-actions,
  .formwork-cta-actions,
  .topping-cta-actions {
    justify-content: flex-start;
  }

  .special-hero {
    min-height: auto;
  }

  .special-hero-media {
    grid-column: 1;
    grid-row: auto;
    grid-template-rows: 270px 360px;
  }

  .special-hero-copy,
  .special-function-note {
    grid-column: 1;
  }

  .special-hero-copy,
  .special-function-copy {
    padding: 42px 30px;
  }

  .special-function-note {
    position: static;
    width: auto;
    margin: 0 30px 38px;
  }

  .special-benefit-grid {
    grid-template-columns: 1fr;
  }

  .special-benefit-wide {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  .polymer-hero-media {
    grid-template-rows: 210px 280px;
  }

  .polymer-system-img {
    padding: 20px 18px 0;
  }

  .polymer-hero-copy,
  .polymer-system-copy,
  .polymer-application-grid article,
  .polymer-application-note,
  .polymer-material-grid article,
  .polymer-reference-list article {
    padding: 26px 22px;
  }

  .polymer-hero-copy h1 {
    font-size: 34px;
    overflow-wrap: anywhere;
  }

  .polymer-hero-copy .polymer-hero-lead {
    font-size: 20px;
    overflow-wrap: anywhere;
  }

  .polymer-hero-copy p:not(.section-kicker),
  .polymer-application-grid article p,
  .polymer-application-note p,
  .polymer-system-copy p,
  .polymer-variant-list p,
  .polymer-material-grid li,
  .polymer-reference-list p,
  .polymer-cta p:last-child,
  .topping-cta p:last-child {
    font-size: 16px;
  }

  .polymer-system-copy blockquote {
    font-size: 21px;
    overflow-wrap: anywhere;
  }

  .polymer-wide-photo img {
    height: 300px;
  }

  .polymer-variant-list article {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
  }

  .polymer-variant-list span {
    width: 48px;
    height: 48px;
    font-size: 22px;
  }

  .polymer-variant-list h4,
  .polymer-application-grid article h3,
  .polymer-material-grid h3 {
    font-size: 20px;
  }

  .polymer-requirements-list p {
    padding-left: 0;
  }

  .polymer-requirements-list p::before {
    position: static;
    margin: 0 0 14px;
  }

  .polymer-reference-rail span,
  .polymer-reference-rail strong {
    font-size: 28px;
  }

  .special-hero-media {
    grid-template-rows: 220px 290px;
  }

  .special-foundation-img {
    padding: 18px 16px 0;
  }

  .special-hero-copy,
  .special-benefit-grid article,
  .special-function-copy {
    padding: 26px 22px;
  }

  .special-hero-copy h1 {
    font-size: 30px;
    overflow-wrap: normal;
  }

  .special-hero-copy .special-hero-lead {
    font-size: 20px;
    overflow-wrap: anywhere;
  }

  .special-hero-copy p:not(.section-kicker),
  .special-benefit-grid p,
  .special-function-copy p,
  .special-cta p:last-child {
    font-size: 16px;
  }

  .special-function-note {
    margin: 0 22px 30px;
    padding: 24px 22px;
  }

  .special-function-note p {
    font-size: 16px;
  }

  .special-function-photo img {
    min-height: 300px;
  }
}

.waterproofing-page {
  --waterproofing-dark: #565d5f;
  --waterproofing-dark-strong: #33383a;
  --waterproofing-accent: #dce936;
  --waterproofing-soft: #f4f4ef;
  --waterproofing-ink: #202020;
  overflow-x: hidden;
}

.waterproofing-hero {
  display: grid;
  width: min(var(--container), calc(100% - 32px));
  min-height: 660px;
  grid-template-columns: minmax(0, 0.96fr) minmax(440px, 1fr);
  gap: 0;
  margin: 0 auto;
  background: var(--waterproofing-dark);
  color: #ffffff;
}

.waterproofing-hero-media {
  grid-row: 1 / span 2;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #ffffff;
}

.waterproofing-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.waterproofing-hero-copy {
  display: grid;
  min-width: 0;
  align-content: center;
  padding: 68px 58px 34px;
}

.waterproofing-hero-copy .section-kicker,
.waterproofing-system .section-kicker {
  color: rgba(255, 255, 255, 0.72);
}

.waterproofing-hero-copy h1,
.waterproofing-hero-note h2,
.waterproofing-system-head h2,
.waterproofing-benefit-list h3,
.waterproofing-cta h2 {
  margin: 0;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.waterproofing-hero-copy h1 {
  font-size: clamp(38px, 3.8vw, 50px);
  line-height: 1.02;
  overflow-wrap: normal;
}

.waterproofing-hero-copy p:not(.section-kicker):not(.waterproofing-hero-lead) {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  line-height: 1.7;
}

.waterproofing-hero-copy .waterproofing-hero-lead {
  max-width: 650px;
  margin: 24px 0 0;
  color: #ffffff;
  font-size: clamp(23px, 2.6vw, 34px);
  font-weight: 800;
  line-height: 1.24;
  text-transform: uppercase;
}

.waterproofing-hero .button-light {
  color: var(--text);
}

.waterproofing-hero-note {
  position: relative;
  display: grid;
  align-self: end;
  justify-items: center;
  margin: 0 58px 54px;
  padding: 28px 30px 30px;
  border-top: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  text-align: center;
}

.waterproofing-hero-note span {
  display: block;
  width: 70px;
  height: 70px;
  margin-top: -66px;
  border-radius: 50%;
  background:
    linear-gradient(var(--waterproofing-dark-strong), var(--waterproofing-dark-strong)) 50% 34% / 34px 4px no-repeat,
    linear-gradient(var(--waterproofing-dark-strong), var(--waterproofing-dark-strong)) 50% 50% / 42px 4px no-repeat,
    linear-gradient(var(--waterproofing-dark-strong), var(--waterproofing-dark-strong)) 50% 66% / 34px 4px no-repeat,
    var(--waterproofing-accent);
}

.waterproofing-hero-note h2 {
  margin-top: 12px;
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.14;
  overflow-wrap: anywhere;
}

.waterproofing-system {
  background: var(--waterproofing-dark);
  color: #ffffff;
}

.waterproofing-system-head {
  display: grid;
  max-width: 980px;
  gap: 8px;
  margin-bottom: 38px;
}

.waterproofing-system-head h2,
.waterproofing-cta h2 {
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.waterproofing-system-head p:not(.section-kicker) {
  max-width: 820px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.72;
}

.waterproofing-system-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.84fr) minmax(0, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.22);
}

.waterproofing-application-visual {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: var(--waterproofing-soft);
}

.waterproofing-application-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 680px;
  object-fit: cover;
  object-position: center center;
}

.waterproofing-benefit-list {
  display: grid;
  gap: 1px;
  background: rgba(255, 255, 255, 0.22);
}

.waterproofing-benefit-list article {
  position: relative;
  min-width: 0;
  padding: 30px 34px 30px 82px;
  background: #ffffff;
  color: var(--waterproofing-ink);
}

.waterproofing-benefit-list article::before {
  position: absolute;
  top: 33px;
  left: 34px;
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
  background: var(--waterproofing-accent);
  color: var(--waterproofing-dark-strong);
  content: "›";
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
}

.waterproofing-benefit-list h3 {
  font-size: clamp(22px, 2.6vw, 32px);
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.waterproofing-benefit-list p,
.waterproofing-cta p:last-child {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.68;
}

.waterproofing-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  border-top: 1px solid var(--line);
}

.waterproofing-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

@media (max-width: 980px) {
  .waterproofing-hero,
  .waterproofing-system-layout,
  .waterproofing-cta {
    grid-template-columns: 1fr;
  }

  .waterproofing-hero {
    min-height: auto;
  }

  .waterproofing-hero-media {
    grid-row: auto;
    min-height: 360px;
  }

  .waterproofing-hero-copy {
    padding: 42px 30px;
  }

  .waterproofing-hero-note {
    margin: 0 30px 38px;
  }

  .waterproofing-application-visual img {
    min-height: 420px;
    max-height: 620px;
  }

  .waterproofing-cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .waterproofing-hero-media {
    min-height: 280px;
  }

  .waterproofing-hero-copy,
  .waterproofing-benefit-list article {
    padding: 26px 22px;
  }

  .waterproofing-hero-copy h1 {
    font-size: 30px;
    overflow-wrap: normal;
  }

  .waterproofing-hero-copy .waterproofing-hero-lead {
    font-size: 20px;
    overflow-wrap: anywhere;
  }

  .waterproofing-hero-copy p:not(.section-kicker):not(.waterproofing-hero-lead),
  .waterproofing-system-head p:not(.section-kicker),
  .waterproofing-benefit-list p {
    font-size: 16px;
  }

  .waterproofing-hero-note {
    margin-right: 22px;
    margin-left: 22px;
    padding: 24px 20px 26px;
  }

  .waterproofing-hero-note h2,
  .waterproofing-benefit-list h3 {
    font-size: 18px;
  }

  .waterproofing-benefit-list article::before {
    position: static;
    margin-bottom: 16px;
  }

  .waterproofing-application-visual img {
    min-height: 320px;
  }

  .waterproofing-cta {
    gap: 24px;
  }

  .waterproofing-cta h2 {
    font-size: 28px;
    line-height: 1.16;
  }

  .waterproofing-cta-actions,
  .waterproofing-cta-actions .button {
    width: 100%;
  }
}

@media (max-width: 380px) {
  .waterproofing-hero-copy,
  .waterproofing-benefit-list article {
    padding-right: 18px;
    padding-left: 18px;
  }

  .waterproofing-hero-copy > *,
  .waterproofing-hero-note > *,
  .waterproofing-benefit-list article > * {
    min-width: 0;
    max-width: 100%;
  }

  .waterproofing-hero-copy h1 {
    font-size: 26px;
  }

  .waterproofing-hero-copy .waterproofing-hero-lead {
    font-size: 18px;
    overflow-wrap: anywhere;
  }

  .waterproofing-hero-note h2,
  .waterproofing-benefit-list h3 {
    font-size: 17px;
    overflow-wrap: anywhere;
  }
}

.external-reinforcement-page {
  --external-dark: #555b5d;
  --external-dark-strong: #2f3436;
  --external-accent: #dce936;
  --external-soft: #f4f4ef;
  --external-ink: #202020;
  overflow-x: hidden;
}

.external-hero {
  position: relative;
  display: grid;
  width: min(var(--container), calc(100% - 32px));
  min-height: 680px;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.72fr);
  grid-template-rows: minmax(420px, 1fr) auto;
  gap: 1px;
  margin: 0 auto;
  background: var(--line);
  color: #ffffff;
}

.external-hero-copy {
  display: grid;
  grid-row: 1 / span 2;
  align-content: center;
  min-width: 0;
  padding: 70px 58px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 100%) 0 0 / 86px 86px,
    linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 100%) 0 0 / 86px 86px,
    var(--external-dark);
}

.external-hero-copy .section-kicker,
.external-applications .section-kicker {
  color: rgba(255, 255, 255, 0.72);
}

.external-hero-copy h1,
.external-section-head h2,
.external-material-grid h3,
.external-application-grid h3,
.external-benefits-content h2,
.external-benefit-list h3,
.external-cta h2 {
  margin: 0;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.external-hero-copy h1 {
  max-width: 740px;
  font-size: clamp(38px, 4.5vw, 60px);
  line-height: 1.02;
  overflow-wrap: anywhere;
}

.external-hero-lead {
  margin: 26px 0 0;
  color: #ffffff;
  font-size: clamp(24px, 2.8vw, 34px);
  font-weight: 800;
  line-height: 1.22;
  text-transform: uppercase;
}

.external-hero-copy p:not(.section-kicker):not(.external-hero-lead),
.external-material-grid p,
.external-application-grid p,
.external-benefit-list p,
.external-cta p:last-child {
  font-size: 17px;
  line-height: 1.68;
}

.external-hero-copy p:not(.section-kicker):not(.external-hero-lead) {
  max-width: 680px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.82);
}

.external-hero .button-light {
  color: var(--text);
}

.external-hero-photo {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: var(--external-dark-strong);
}

.external-hero-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center center;
}

.external-hero-note {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  min-width: 0;
  margin: 0;
  padding: 30px;
  background: #ffffff;
  color: var(--external-ink);
}

.external-hero-note span,
.external-card-mark,
.external-benefit-list span {
  display: inline-grid;
  place-items: center;
  background: var(--external-accent);
  color: var(--external-dark-strong);
  font-weight: 800;
}

.external-hero-note span {
  width: 72px;
  height: 72px;
  font-size: 20px;
}

.external-hero-note p {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.external-section-head {
  display: grid;
  max-width: 920px;
  gap: 8px;
  margin-bottom: 36px;
}

.external-section-head h2,
.external-benefits-content h2,
.external-cta h2 {
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.external-material-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.external-material-grid article {
  min-width: 0;
  min-height: 330px;
  padding: 30px;
  background: #ffffff;
}

.external-card-mark {
  width: 58px;
  height: 58px;
  margin-bottom: 28px;
  font-size: 18px;
}

.external-material-grid h3,
.external-application-grid h3,
.external-benefit-list h3 {
  font-size: 22px;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.external-material-grid p,
.external-application-grid p,
.external-benefit-list p,
.external-cta p:last-child {
  margin: 18px 0 0;
  color: var(--muted);
}

.external-applications {
  background: var(--external-dark);
  color: #ffffff;
}

.external-applications .section-shell {
  padding-top: 70px;
  padding-bottom: 76px;
}

.external-scheme {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #ffffff;
}

.external-scheme img {
  display: block;
  width: 100%;
  height: clamp(320px, 43vw, 620px);
  object-fit: cover;
  object-position: center center;
}

.external-application-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  margin-top: 1px;
  background: rgba(255, 255, 255, 0.22);
}

.external-application-grid article {
  min-width: 0;
  min-height: 260px;
  padding: 28px;
  background: #ffffff;
  color: var(--external-ink);
}

.external-application-grid h3::before {
  display: inline-flex;
  width: 36px;
  height: 28px;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  background: var(--external-accent);
  color: var(--external-dark-strong);
  content: "›";
  font-size: 26px;
  font-weight: 800;
  vertical-align: 0.02em;
}

.external-benefits {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 36px;
  align-items: stretch;
}

.external-benefits-rail {
  display: grid;
  min-height: 560px;
  align-content: end;
  justify-items: center;
  padding: 34px 14px;
  background: var(--external-dark);
  color: #ffffff;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.external-benefits-rail span {
  display: block;
  color: #f7ffd3;
  font-size: 42px;
  font-weight: 300;
  letter-spacing: 0;
}

.external-benefits-content {
  min-width: 0;
}

.external-benefit-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 34px;
  background: var(--line);
}

.external-benefit-list article {
  min-width: 0;
  min-height: 300px;
  padding: 30px;
  background: #ffffff;
}

.external-benefit-list span {
  width: 54px;
  height: 42px;
  margin-bottom: 26px;
  font-size: 30px;
  line-height: 1;
}

.external-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  border-top: 1px solid var(--line);
}

.external-cta p:last-child {
  max-width: 760px;
}

.external-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

@media (max-width: 1120px) {
  .external-application-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .external-hero,
  .external-material-grid,
  .external-benefits,
  .external-benefit-list,
  .external-cta {
    grid-template-columns: 1fr;
  }

  .external-hero {
    min-height: auto;
    grid-template-rows: auto;
  }

  .external-hero-copy,
  .external-hero-photo,
  .external-hero-note {
    grid-column: 1;
    grid-row: auto;
  }

  .external-hero-copy {
    padding: 42px 30px;
  }

  .external-hero-photo img {
    min-height: 360px;
    max-height: 520px;
  }

  .external-material-grid article,
  .external-benefit-list article {
    min-height: auto;
  }

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

  .external-benefits {
    gap: 1px;
  }

  .external-benefits-rail {
    min-height: auto;
    align-content: center;
    justify-items: start;
    padding: 26px 28px;
    writing-mode: horizontal-tb;
    transform: none;
  }

  .external-benefits-rail span {
    font-size: 34px;
  }

  .external-cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .external-hero-copy,
  .external-hero-note,
  .external-material-grid article,
  .external-application-grid article,
  .external-benefit-list article {
    padding: 26px 22px;
  }

  .external-hero-copy h1 {
    font-size: 32px;
  }

  .external-hero-lead {
    font-size: 20px;
    overflow-wrap: anywhere;
  }

  .external-hero-copy p:not(.section-kicker):not(.external-hero-lead),
  .external-material-grid p,
  .external-application-grid p,
  .external-benefit-list p,
  .external-cta p:last-child {
    font-size: 16px;
  }

  .external-hero-photo img {
    min-height: 280px;
  }

  .external-hero-note {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 16px;
  }

  .external-hero-note span {
    width: 54px;
    height: 54px;
  }

  .external-hero-note p {
    font-size: 16px;
  }

  .external-material-grid h3,
  .external-application-grid h3,
  .external-benefit-list h3 {
    font-size: 20px;
  }

  .external-application-grid {
    grid-template-columns: 1fr;
  }

  .external-scheme img {
    height: auto;
    object-fit: contain;
  }

  .external-benefits-rail span {
    font-size: 28px;
  }

  .external-cta-actions,
  .external-cta-actions .button {
    width: 100%;
  }
}

.flexible-page {
  --flexible-dark: #565d5f;
  --flexible-dark-strong: #303537;
  --flexible-accent: #dce936;
  --flexible-soft: #f4f4ef;
  --flexible-ink: #202020;
  overflow-x: hidden;
}

.flexible-hero {
  display: grid;
  width: min(var(--container), calc(100% - 32px));
  min-height: 690px;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.86fr);
  grid-template-rows: minmax(0, 1fr) auto;
  margin: 0 auto;
  background: var(--flexible-dark);
  color: #ffffff;
}

.flexible-hero-photo {
  grid-row: 1 / span 2;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: var(--flexible-dark-strong);
}

.flexible-hero-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 690px;
  object-fit: cover;
  object-position: center center;
}

.flexible-hero-copy {
  display: grid;
  align-content: center;
  min-width: 0;
  padding: 68px 58px 42px;
}

.flexible-hero-copy .section-kicker,
.flexible-works .section-kicker,
.flexible-advantages .section-kicker {
  color: rgba(255, 255, 255, 0.72);
}

.flexible-hero-copy h1,
.flexible-section-head h2,
.flexible-advantages-copy h2,
.flexible-installation h2,
.flexible-cta h2 {
  margin: 0;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.08;
  text-transform: uppercase;
}

.flexible-hero-copy h1 {
  max-width: 700px;
  font-size: clamp(38px, 4.4vw, 58px);
  overflow-wrap: anywhere;
}

.flexible-hero-lead {
  margin: 24px 0 0;
  color: #ffffff;
  font-size: clamp(24px, 2.8vw, 34px);
  font-weight: 800;
  line-height: 1.22;
  text-transform: uppercase;
}

.flexible-hero-copy p:not(.section-kicker):not(.flexible-hero-lead),
.flexible-layer-list p,
.flexible-advantage-list p,
.flexible-cta p:last-child {
  font-size: 17px;
  line-height: 1.68;
}

.flexible-hero-copy p:not(.section-kicker):not(.flexible-hero-lead) {
  max-width: 680px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.82);
}

.flexible-hero .button-light {
  color: var(--text);
}

.flexible-hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  min-width: 0;
  margin: 0 58px 56px;
  background: rgba(255, 255, 255, 0.2);
}

.flexible-hero-facts article {
  min-width: 0;
  padding: 22px 20px;
  background: rgba(48, 53, 55, 0.78);
}

.flexible-hero-facts span,
.flexible-layer-list span,
.flexible-step-list span {
  display: inline-grid;
  place-items: center;
  background: var(--flexible-accent);
  color: var(--flexible-dark-strong);
  font-weight: 800;
}

.flexible-hero-facts span {
  width: 58px;
  height: 42px;
  margin-bottom: 16px;
  font-size: 20px;
}

.flexible-hero-facts p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.45;
}

.flexible-composition {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 0.72fr);
  gap: 1px;
  align-items: stretch;
}

.flexible-section-head {
  display: grid;
  max-width: 920px;
  gap: 8px;
  margin-bottom: 36px;
}

.flexible-composition .flexible-section-head {
  grid-column: 1 / -1;
}

.flexible-section-head h2,
.flexible-advantages-copy h2,
.flexible-installation h2,
.flexible-cta h2 {
  font-size: clamp(30px, 4vw, 50px);
  overflow-wrap: anywhere;
}

.flexible-layer-visual {
  display: grid;
  min-height: 420px;
  place-items: center;
  margin: 0;
  padding: 42px;
  background: var(--flexible-dark-strong);
}

.flexible-layer-visual img {
  display: block;
  width: min(100%, 620px);
  height: auto;
}

.flexible-layer-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background: var(--line);
}

.flexible-layer-list article {
  min-width: 0;
  padding: 28px;
  background: #ffffff;
}

.flexible-layer-list span {
  width: 52px;
  height: 40px;
  margin-bottom: 22px;
  font-size: 16px;
}

.flexible-layer-list h3,
.flexible-work-grid h3,
.flexible-advantage-list h3,
.flexible-application-list article {
  font-size: 20px;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.flexible-layer-list p,
.flexible-advantage-list p,
.flexible-cta p:last-child {
  margin: 16px 0 0;
  color: var(--muted);
}

.flexible-works {
  background: var(--flexible-dark);
  color: #ffffff;
}

.flexible-works .section-shell {
  padding-top: 72px;
  padding-bottom: 78px;
}

.flexible-work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.flexible-work-grid article {
  min-width: 0;
  background: #ffffff;
  color: var(--flexible-ink);
}

.flexible-work-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 1.18;
  object-fit: cover;
}

.flexible-work-grid h3 {
  min-height: 98px;
  padding: 24px;
}

.flexible-advantages {
  background: var(--flexible-dark);
  color: #ffffff;
}

.flexible-advantages-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.48fr) minmax(0, 1fr);
  gap: 44px;
  align-items: center;
  padding-top: 76px;
  padding-bottom: 78px;
}

.flexible-advantages-photo {
  margin: 0;
  overflow: hidden;
  background: var(--flexible-dark-strong);
}

.flexible-advantages-photo img {
  display: block;
  width: 100%;
  height: clamp(520px, 60vw, 720px);
  object-fit: cover;
}

.flexible-advantage-list {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.flexible-advantage-list article {
  position: relative;
  min-width: 0;
  padding-left: 64px;
}

.flexible-advantage-list article::before,
.flexible-application-list article::before {
  position: absolute;
  left: 0;
  top: 2px;
  display: inline-grid;
  width: 36px;
  height: 28px;
  place-items: center;
  background: var(--flexible-accent);
  color: var(--flexible-dark-strong);
  content: ">";
  font-size: 20px;
  font-weight: 800;
}

.flexible-advantage-list h3 {
  color: #ffffff;
}

.flexible-advantage-list p {
  color: rgba(255, 255, 255, 0.78);
}

.flexible-rolls-photo {
  margin: 0 0 1px;
  overflow: hidden;
  background: var(--flexible-dark);
}

.flexible-application-icons {
  margin: 0 0 1px;
  overflow: hidden;
  padding: 22px 28px;
  background: var(--flexible-dark);
}

.flexible-application-icons img {
  display: block;
  width: 100%;
  height: 58px;
  object-fit: contain;
  object-position: left center;
  opacity: 0.82;
}

.flexible-rolls-photo img {
  display: block;
  width: 100%;
  height: clamp(280px, 34vw, 420px);
  object-fit: cover;
  object-position: center center;
}

.flexible-application-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.flexible-application-list article {
  position: relative;
  min-width: 0;
  min-height: 210px;
  padding: 66px 26px 26px;
  background: #ffffff;
}

.flexible-application-list article::before {
  left: 26px;
  top: 26px;
}

.flexible-installation {
  background: #ffffff;
}

.flexible-installation-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 0.72fr);
  gap: 56px;
  align-items: start;
}

.flexible-step-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.flexible-step-list li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  color: var(--flexible-ink);
  font-size: 20px;
  line-height: 1.35;
}

.flexible-step-list span {
  width: 42px;
  height: 34px;
  font-size: 18px;
}

.flexible-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  border-top: 1px solid var(--line);
}

.flexible-cta p:last-child {
  max-width: 780px;
}

.flexible-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

@media (max-width: 1120px) {
  .flexible-work-grid,
  .flexible-application-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .flexible-hero,
  .flexible-composition,
  .flexible-advantages-layout,
  .flexible-installation-layout,
  .flexible-cta {
    grid-template-columns: 1fr;
  }

  .flexible-hero {
    min-height: auto;
    grid-template-rows: auto;
  }

  .flexible-hero-photo,
  .flexible-hero-copy,
  .flexible-hero-facts {
    grid-column: 1;
    grid-row: auto;
  }

  .flexible-hero-photo img {
    min-height: 420px;
    max-height: 540px;
  }

  .flexible-hero-copy {
    padding: 42px 30px;
  }

  .flexible-hero-facts {
    margin: 0;
  }

  .flexible-layer-visual {
    min-height: auto;
  }

  .flexible-advantages-layout {
    gap: 30px;
  }

  .flexible-advantages-photo img {
    height: 460px;
  }

  .flexible-cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .flexible-hero-copy,
  .flexible-layer-list article,
  .flexible-work-grid h3,
  .flexible-application-list article {
    padding: 26px 22px;
  }

  .flexible-hero-copy h1 {
    font-size: 32px;
  }

  .flexible-hero-lead {
    font-size: 20px;
  }

  .flexible-hero-copy p:not(.section-kicker):not(.flexible-hero-lead),
  .flexible-layer-list p,
  .flexible-advantage-list p,
  .flexible-cta p:last-child {
    font-size: 16px;
  }

  .flexible-hero-photo img {
    min-height: 320px;
  }

  .flexible-hero-facts,
  .flexible-work-grid,
  .flexible-application-list {
    grid-template-columns: 1fr;
  }

  .flexible-hero-facts article {
    padding: 22px;
  }

  .flexible-layer-visual {
    padding: 30px 20px;
  }

  .flexible-application-icons {
    padding: 18px 20px;
  }

  .flexible-application-icons img {
    height: 42px;
  }

  .flexible-work-grid h3 {
    min-height: auto;
  }

  .flexible-advantages-layout {
    padding-top: 54px;
    padding-bottom: 56px;
  }

  .flexible-advantages-photo img {
    height: auto;
  }

  .flexible-advantage-list article {
    padding-left: 50px;
  }

  .flexible-application-list article {
    min-height: auto;
    padding-top: 66px;
  }

  .flexible-step-list li {
    font-size: 17px;
  }

  .flexible-cta-actions,
  .flexible-cta-actions .button {
    width: 100%;
  }
}

.concrete-page {
  --concrete-dark: #565d5f;
  --concrete-dark-strong: #303537;
  --concrete-accent: #dce936;
  --concrete-soft: #f4f4ef;
  --concrete-ink: #202020;
  overflow-x: hidden;
}

.concrete-hero {
  position: relative;
  display: grid;
  width: min(var(--container), calc(100% - 32px));
  min-height: 690px;
  grid-template-columns: minmax(0, 0.95fr) minmax(470px, 1fr);
  gap: 0;
  align-items: stretch;
  margin: 0 auto;
  border-bottom: 1px solid var(--line);
  background: var(--concrete-dark);
  color: #ffffff;
}

.concrete-hero-media {
  display: grid;
  grid-row: 1 / span 2;
  min-width: 0;
  grid-template-rows: minmax(280px, 0.58fr) minmax(340px, 1fr);
  background: #ffffff;
}

.concrete-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
}

.concrete-system-img {
  object-fit: contain;
  object-position: center bottom;
  padding: 24px 28px 0;
  background: #ffffff;
}

.concrete-worker-img {
  object-fit: cover;
  object-position: center center;
}

.concrete-hero-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-content: center;
  min-width: 0;
  padding: 64px 58px 32px;
}

.concrete-hero-copy .section-kicker,
.concrete-technologies .section-kicker {
  color: rgba(255, 255, 255, 0.72);
}

.concrete-hero-copy h1,
.concrete-benefits-head h2,
.concrete-section-head h2,
.concrete-methods-intro h2,
.concrete-cta h2 {
  margin: 0;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.concrete-hero-copy h1 {
  font-size: clamp(32px, 3.25vw, 42px);
  line-height: 1.02;
  overflow-wrap: anywhere;
}

.concrete-hero-copy h1 span {
  display: block;
}

.concrete-hero-copy p:not(.section-kicker),
.concrete-section-head p,
.concrete-methods-intro p,
.concrete-cta p:last-child {
  margin: 22px 0 0;
  font-size: 18px;
  line-height: 1.7;
}

.concrete-hero-copy p:not(.section-kicker),
.concrete-section-head p {
  color: rgba(255, 255, 255, 0.84);
}

.concrete-hero-copy .concrete-hero-lead {
  color: #ffffff;
  font-size: clamp(23px, 2.7vw, 32px);
  font-weight: 800;
  line-height: 1.22;
  text-transform: uppercase;
}

.concrete-hero .button-light {
  color: var(--text);
}

.concrete-brand-note {
  position: relative;
  display: grid;
  grid-column: 2;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 26px;
  align-self: end;
  align-items: center;
  margin: 0 58px 54px;
  padding: 26px 0 0;
  border-top: 4px solid #ffffff;
}

.concrete-brand-note img {
  display: block;
  width: 112px;
  height: auto;
}

.concrete-brand-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.5;
  text-transform: uppercase;
}

.concrete-benefits-head,
.concrete-section-head,
.concrete-methods-intro {
  display: grid;
  max-width: 900px;
  gap: 8px;
  margin-bottom: 34px;
}

.concrete-benefits-head h2,
.concrete-section-head h2,
.concrete-methods-intro h2,
.concrete-cta h2 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.concrete-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.concrete-benefit-grid article {
  min-width: 0;
  min-height: 320px;
  padding: 30px;
  background: #ffffff;
}

.concrete-benefit-grid span,
.concrete-method-card::before {
  display: inline-grid;
  width: 54px;
  height: 54px;
  place-items: center;
  margin-bottom: 26px;
  background: var(--concrete-accent);
  color: var(--concrete-dark-strong);
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
}

.concrete-benefit-grid h3,
.concrete-tech-list h3,
.concrete-method-card h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.18;
  text-transform: uppercase;
}

.concrete-benefit-grid p,
.concrete-tech-list p,
.concrete-method-card p,
.concrete-methods-intro p,
.concrete-cta p:last-child {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.68;
}

.concrete-benefit-grid p,
.concrete-tech-list p,
.concrete-method-card p {
  margin: 18px 0 0;
}

.concrete-technologies {
  background: var(--concrete-dark);
  color: #ffffff;
}

.concrete-tech-layout {
  display: grid;
  grid-template-columns: minmax(250px, 0.88fr) minmax(260px, 0.62fr) minmax(250px, 0.88fr);
  gap: 28px;
  align-items: center;
}

.concrete-tech-list {
  display: grid;
  gap: 18px;
}

.concrete-tech-list article {
  min-width: 0;
  padding: 24px;
  border-left: 5px solid var(--concrete-accent);
  background: #ffffff;
  color: var(--text);
}

.concrete-tech-list article::before {
  display: inline-grid;
  width: 34px;
  height: 28px;
  place-items: center;
  margin-bottom: 18px;
  background: var(--concrete-accent);
  color: var(--concrete-dark-strong);
  content: "\203A";
  font-size: 25px;
  font-weight: 800;
}

.concrete-tech-list-left {
  align-self: stretch;
  align-content: space-around;
}

.concrete-tech-visual {
  min-width: 0;
  margin: 0;
  padding: 18px 20px;
  background: #ffffff;
}

.concrete-tech-visual img {
  display: block;
  width: 100%;
  max-height: 900px;
  object-fit: contain;
  object-position: center center;
}

.concrete-methods-intro {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.48fr);
  max-width: none;
  align-items: end;
}

.concrete-methods-intro > p {
  margin-top: 0;
}

.concrete-damage-band {
  display: grid;
  min-height: 330px;
  align-items: center;
  margin-bottom: 1px;
  padding: 54px;
  background:
    linear-gradient(90deg, rgba(48, 53, 55, 0.9), rgba(48, 53, 55, 0.72)),
    url("assets/concrete-repair/cracked-concrete-texture.jpg") center / cover no-repeat;
  color: #ffffff;
}

.concrete-damage-band p {
  max-width: 880px;
  margin: 0;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 800;
  line-height: 1.24;
  text-transform: uppercase;
}

.concrete-damage-band ul {
  display: grid;
  gap: 18px;
  max-width: 980px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.concrete-damage-band li {
  position: relative;
  padding-left: 70px;
  font-size: clamp(19px, 2.2vw, 28px);
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}

.concrete-damage-band li::before,
.concrete-method-card::before {
  content: "\203A";
}

.concrete-damage-band li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-grid;
  width: 52px;
  height: 38px;
  place-items: center;
  background: var(--concrete-accent);
  color: var(--concrete-dark-strong);
  font-size: 28px;
  font-weight: 800;
}

.concrete-method-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.concrete-method-card,
.concrete-repair-photo {
  min-width: 0;
  min-height: 300px;
  background: #ffffff;
}

.concrete-method-card {
  padding: 34px;
}

.concrete-repair-photo {
  grid-row: span 2;
  margin: 0;
  overflow: hidden;
}

.concrete-repair-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 600px;
  object-fit: cover;
  object-position: center center;
}

.concrete-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  border-top: 1px solid var(--line);
}

.concrete-cta p:last-child {
  max-width: 720px;
  margin-top: 18px;
}

.concrete-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

@media (max-width: 980px) {
  .concrete-hero,
  .concrete-tech-layout,
  .concrete-methods-intro,
  .concrete-cta {
    grid-template-columns: 1fr;
  }

  .concrete-hero {
    min-height: auto;
  }

  .concrete-hero-media {
    grid-column: 1;
    grid-row: auto;
    grid-template-rows: 270px 360px;
  }

  .concrete-hero-copy,
  .concrete-brand-note {
    grid-column: 1;
  }

  .concrete-hero-copy {
    padding: 42px 30px;
  }

  .concrete-brand-note {
    margin: 0 30px 38px;
  }

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

  .concrete-tech-list-left {
    align-content: start;
  }

  .concrete-tech-visual {
    order: -1;
  }

  .concrete-tech-visual img {
    max-height: 620px;
  }

  .concrete-damage-band {
    padding: 40px 30px;
  }

  .concrete-repair-photo {
    grid-row: auto;
  }

  .concrete-repair-photo img {
    min-height: 360px;
    max-height: 460px;
  }

  .concrete-cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .concrete-hero-media {
    grid-template-rows: 210px 280px;
  }

  .concrete-system-img {
    padding: 18px 16px 0;
  }

  .concrete-hero-copy,
  .concrete-benefit-grid article,
  .concrete-tech-list article,
  .concrete-method-card {
    padding: 26px 22px;
  }

  .concrete-hero-copy h1 {
    font-size: 26px;
    overflow-wrap: anywhere;
  }

  .concrete-hero-copy .concrete-hero-lead {
    font-size: 20px;
    overflow-wrap: anywhere;
  }

  .concrete-hero-copy p:not(.section-kicker),
  .concrete-section-head p,
  .concrete-benefit-grid p,
  .concrete-tech-list p,
  .concrete-method-card p,
  .concrete-methods-intro p,
  .concrete-cta p:last-child {
    font-size: 16px;
  }

  .concrete-brand-note {
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 16px;
    margin: 0 22px 30px;
  }

  .concrete-brand-note img {
    width: 78px;
  }

  .concrete-brand-note p {
    font-size: 14px;
  }

  .concrete-benefit-grid,
  .concrete-method-grid {
    grid-template-columns: 1fr;
  }

  .concrete-benefit-grid article,
  .concrete-method-card {
    min-height: 0;
  }

  .concrete-benefit-grid h3,
  .concrete-tech-list h3,
  .concrete-method-card h3 {
    font-size: 20px;
  }

  .concrete-damage-band {
    min-height: 0;
    padding: 32px 22px;
  }

  .concrete-damage-band li {
    padding-left: 0;
  }

  .concrete-damage-band li::before {
    position: static;
    margin: 0 0 14px;
  }
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  padding-top: var(--site-header-offset);
  background:
    linear-gradient(90deg, var(--industrial-grid) 1px, transparent 1px),
    linear-gradient(180deg, #f2f2ee 0%, var(--page) 42%, #ddded8 100%);
  background-attachment: fixed;
  background-size: 96px 100%, 100% 100%;
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

html.menu-open,
body.menu-open {
  overflow: hidden;
}

body.header-mega-menu-open::before {
  content: "";
  position: fixed;
  z-index: 30;
  top: var(--site-header-offset);
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(12, 18, 20, 0.18);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  pointer-events: none;
}

body.header-mega-menu-open.gok-menu-open::before {
  background: rgba(12, 18, 20, 0.42);
  pointer-events: auto;
}

main {
  position: relative;
  z-index: 0;
  overflow-x: hidden;
  background:
    linear-gradient(90deg, var(--industrial-rail), rgba(255, 255, 255, 0.38) 18%, rgba(255, 255, 255, 0.44) 82%, var(--industrial-rail));
}

main::before {
  position: fixed;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at var(--floor-pointer-x) var(--floor-pointer-y), var(--floor-accent-glow), rgba(220, 233, 54, 0) 21rem),
    linear-gradient(112deg, transparent 0 27%, var(--floor-joint-strong) 27.08% 27.24%, transparent 27.34% 100%),
    linear-gradient(68deg, transparent 0 34%, rgba(255, 255, 255, 0.22) 34.06% 34.18%, transparent 34.28% 100%),
    linear-gradient(90deg, transparent 0 calc(50% - 1px), var(--floor-joint) calc(50% - 1px) calc(50% + 1px), transparent calc(50% + 1px) 100%),
    radial-gradient(circle at 22% 18%, rgba(34, 34, 34, 0.04) 0 1px, transparent 1.4px),
    radial-gradient(circle at 68% 72%, rgba(93, 98, 100, 0.048) 0 1px, transparent 1.6px);
  background-position:
    0 0,
    calc(50% + var(--floor-drift-x)) calc(50% + var(--floor-drift-y)),
    calc(50% - var(--floor-drift-x)) calc(50% - var(--floor-drift-y)),
    center,
    0 0,
    18px 22px;
  background-size:
    100% 100%,
    88rem 56rem,
    74rem 48rem,
    18rem 100%,
    46px 46px,
    58px 58px;
  opacity: 0.52;
  transform: translate3d(calc(var(--floor-drift-x) * 0.35), calc(var(--floor-drift-y) * 0.35), 0);
  transition: opacity 0.25s ease;
}

main > * {
  position: relative;
  z-index: 1;
}

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

  main::before {
    background-position:
      0 0,
      center center,
      center center,
      center,
      0 0,
      18px 22px;
    transform: none;
    transition: none;
  }
}

#top,
main [id],
.site-footer {
  scroll-margin-top: calc(var(--site-header-offset) + 16px);
}

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

button,
input,
textarea {
  font: inherit;
}

@media (any-pointer: fine) {
  :root {
    --cursor-default: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M5%203L5%2025L11.7%2018.3L15.8%2028L20.2%2026.1L16.1%2016.7L25%2016.7Z%22%20fill%3D%22white%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linejoin%3D%22miter%22%2F%3E%3C%2Fsvg%3E") 5 3, auto;
    --cursor-pointer: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M13%203.5C14.4%203.5%2015.5%204.6%2015.5%206V15L16.7%2013.9C17.6%2013%2019.1%2013%2020%2013.9C20.4%2014.3%2020.7%2014.9%2020.7%2015.5V16.1L21.4%2015.5C22.3%2014.7%2023.7%2014.7%2024.6%2015.6C25%2016%2025.3%2016.6%2025.3%2017.2V18C26.1%2017.5%2027.2%2017.6%2027.9%2018.3C28.3%2018.8%2028.6%2019.4%2028.6%2020.1V22.8C28.6%2027.2%2025.5%2030%2020.9%2030H17.4C15.1%2030%2013.3%2029.2%2011.9%2027.5L6.9%2021.6C6.1%2020.7%206.2%2019.3%207.2%2018.5C8.1%2017.8%209.4%2017.9%2010.2%2018.8L10.5%2019.2V6C10.5%204.6%2011.6%203.5%2013%203.5Z%22%20fill%3D%22white%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M15.5%2015V22M20.7%2016.1V22M25.3%2018V22%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.4%22%20stroke-linecap%3D%22round%22%20opacity%3D%220.55%22%2F%3E%3C%2Fsvg%3E") 13 4, pointer;
    --cursor-text: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M11%205H21M16%205V27M11%2027H21%22%20fill%3D%22none%22%20stroke%3D%22white%22%20stroke-width%3D%226%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M11%205H21M16%205V27M11%2027H21%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E") 16 16, text;
    --cursor-not-allowed: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2211%22%20fill%3D%22white%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22M9%2023L23%209%22%20stroke%3D%22%23c62828%22%20stroke-width%3D%224%22%20stroke-linecap%3D%22round%22%2F%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2211%22%20fill%3D%22none%22%20stroke%3D%22%23c62828%22%20stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E") 16 16, not-allowed;
  }
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}

.header-inner {
  display: grid;
  width: min(var(--container), calc(100% - 32px));
  min-height: 76px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  margin: 0 auto;
}

.logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-height: 76px;
}

.logo-img {
  display: block;
  width: auto;
  height: 52px;
}

.mobile-toggle {
  display: none;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.nav-item {
  position: static;
}

@media (min-width: 981px) {
  .nav-item {
    display: flex;
    min-height: 76px;
    align-items: center;
  }
}

.nav-link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 12px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--text);
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
}

.nav-link-catalog {
  padding-left: 14px;
}

.nav-link[aria-controls="areas-menu"] {
  background: rgba(93, 98, 100, 0.08);
}

.nav-link[href="gok.html"] {
  gap: 3px;
}

.nav-icon {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
}

.nav-icon-catalog {
  color: var(--brand-lime);
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
}

.nav-icon-gok {
  width: 26px;
  height: 22px;
  color: var(--brand-lime);
  fill: none;
  stroke: currentColor;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nav-chevron {
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  margin-left: 2px;
  border-right: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.18s ease;
}

.nav-item.is-open .nav-chevron {
  transform: rotate(225deg) translate(-2px, -2px);
}

.nav-link:hover,
.nav-link.is-active {
  background: var(--surface-muted);
}

.nav-link:focus-visible {
  background: var(--surface-muted);
  outline: 2px solid var(--dark);
  outline-offset: 2px;
}

.header-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.header-phone,
.header-whatsapp {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-weight: 800;
  white-space: nowrap;
}

.header-phone {
  padding: 0 12px;
  border: 1px solid var(--line-strong);
  background: #ffffff;
  color: var(--text);
  font-size: 15px;
}

.header-whatsapp {
  gap: 7px;
  padding: 0 12px;
  border: 1px solid rgba(37, 211, 102, 0.52);
  background: rgba(37, 211, 102, 0.1);
  color: #126c3a;
  font-size: 15px;
}

.header-whatsapp img {
  flex: 0 0 auto;
}

.header-whatsapp img,
.mobile-contact-whatsapp img,
.button-whatsapp img,
.request-contact-value--icon img,
.footer-whatsapp img {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.mobile-contact-panel {
  display: none;
}

.header-phone:hover,
.header-phone:focus-visible,
.header-whatsapp:hover,
.header-whatsapp:focus-visible {
  border-color: #000000;
  background: #000000;
  color: #ffffff;
  outline: none;
}

.mega-menu {
  position: absolute;
  top: var(--site-header-offset);
  left: 0;
  right: 0;
  max-height: calc(100dvh - var(--site-header-offset));
  overflow-y: auto;
  overscroll-behavior: contain;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--surface);
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.08);
  transition:
    opacity 0.24s ease,
    transform 0.24s ease,
    visibility 0s linear 0.24s;
}

.nav-item.is-open .mega-menu {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  transition-delay: 0s;
}

.mega-grid {
  width: min(var(--container), calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-bottom: 24px;
}

.mega-grid-catalog {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  padding-bottom: 16px;
}

.mega-grid-catalog .catalog-menu-link {
  grid-column: span 3;
}

.mega-grid-catalog::after {
  content: "";
  display: block;
  grid-column: span 3;
  min-height: 162px;
  border-bottom: 1px solid var(--line);
}

.mega-grid-catalog:has(.catalog-menu-link:nth-child(12))::after {
  display: none;
}

@media (min-width: 981px) {
  #catalog-menu,
  #areas-menu {
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  #catalog-menu {
    max-height: min(72dvh, calc(100dvh - var(--site-header-offset) - 16px));
    overflow-y: auto;
  }

  #catalog-menu .mega-grid-catalog,
  #areas-menu .mega-grid-areas {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    border: 1px solid var(--line);
    background: var(--surface);
    box-shadow: 0 22px 40px rgba(0, 0, 0, 0.08);
  }
}

.gok-menu {
  padding: 0 0 18px;
  background: #eef0ec;
}

.gok-menu-preview {
  position: relative;
  display: grid;
  width: min(var(--container), calc(100% - 32px));
  min-height: 270px;
  align-content: center;
  gap: 12px;
  overflow: hidden;
  margin: 0 auto;
  padding: 34px 56px;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(12, 39, 48, 0.88) 0%, rgba(12, 39, 48, 0.68) 46%, rgba(12, 39, 48, 0.14) 100%),
    url("assets/gok/hero-1440.jpg") center / cover no-repeat;
  color: #ffffff;
}

.gok-menu-preview::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: inherit;
  pointer-events: none;
}

.gok-menu-preview:hover,
.gok-menu-preview:focus-visible {
  outline: 2px solid var(--brand-lime);
  outline-offset: 3px;
}

.gok-menu-kicker,
.gok-menu-text,
.gok-menu-action,
.gok-menu-preview strong {
  position: relative;
  z-index: 1;
}

.gok-menu-kicker {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.gok-menu-preview strong {
  max-width: 760px;
  font-size: clamp(30px, 3.5vw, 46px);
  font-weight: 800;
  line-height: 0.98;
  text-transform: uppercase;
}

.gok-menu-text {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 1.45;
}

.gok-menu-action {
  position: absolute;
  top: 52px;
  right: 56px;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  min-height: 66px;
  align-items: center;
  padding: 0 32px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 6px;
  background: var(--brand-lime);
  color: #111111;
  font-size: 21px;
  font-weight: 800;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}

@media (min-width: 981px) and (max-width: 1160px) {
  .gok-menu-preview {
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: clamp(20px, 2.6vw, 30px);
    padding: 30px clamp(34px, 4vw, 48px);
  }

  .gok-menu-kicker,
  .gok-menu-text,
  .gok-menu-preview strong {
    grid-column: 1;
  }

  .gok-menu-preview strong {
    font-size: clamp(30px, 3.35vw, 38px);
  }

  .gok-menu-text {
    max-width: 660px;
    font-size: 17px;
  }

  .gok-menu-action {
    position: relative;
    top: auto;
    right: auto;
    grid-column: 2;
    grid-row: 1 / span 3;
    align-self: start;
    justify-self: end;
    min-height: 54px;
    margin-top: 16px;
    padding: 0 clamp(18px, 2.2vw, 24px);
    font-size: clamp(17px, 1.8vw, 19px);
    white-space: nowrap;
  }
}

.mega-grid a {
  display: flex;
  min-height: 82px;
  align-items: center;
  padding: 18px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: #272727;
  font-size: 17px;
  font-weight: 700;
  transition: background-color 0.24s ease;
}

.mega-grid-catalog .catalog-menu-link {
  min-height: 162px;
  flex-direction: column;
  gap: 5px;
  justify-content: flex-start;
  padding: 5px 12px 7px;
  text-align: center;
  transition:
    background-color 0.24s ease,
    color 0.24s ease;
}

.catalog-menu-link img {
  flex: 0 0 auto;
  display: block;
  width: min(86%, 204px);
  height: 104px;
  object-fit: contain;
  filter: grayscale(1) contrast(1.08);
  mix-blend-mode: multiply;
  transition:
    filter 0.24s ease,
    transform 0.24s ease;
}

.catalog-menu-link span {
  max-width: 210px;
  line-height: 1.2;
}

@media (min-width: 981px) {
  #catalog-menu .mega-grid-catalog .catalog-menu-link {
    font-size: 16px;
  }
}

.mega-grid-catalog .catalog-menu-link:hover,
.mega-grid-catalog .catalog-menu-link:focus-visible {
  background: var(--brand-lime);
}

.mega-grid-catalog .catalog-menu-link:hover img,
.mega-grid-catalog .catalog-menu-link:focus-visible img {
  filter: grayscale(1) contrast(1.18);
  transform: scale(1.08);
}

.catalog-menu-link img:is(
  [src*="topping.png"],
  [src*="polymer-floors.png"],
  [src*="polyurethane-cement.png"],
  [src*="concrete-repair.png"],
  [src*="steel-fiber.png"],
  [src*="waterproofing.png"],
  [src*="special-compounds.png"],
  [src*="formwork.png"],
  [src*="concrete-additives.png"],
  [src*="external-reinforcement.png"],
  [src*="flexible-concrete.png"]
) {
  filter: none;
  mix-blend-mode: normal;
}

.mega-grid-catalog .catalog-menu-link:hover img:is(
  [src*="topping.png"],
  [src*="polymer-floors.png"],
  [src*="polyurethane-cement.png"],
  [src*="concrete-repair.png"],
  [src*="steel-fiber.png"],
  [src*="waterproofing.png"],
  [src*="special-compounds.png"],
  [src*="formwork.png"],
  [src*="concrete-additives.png"],
  [src*="external-reinforcement.png"],
  [src*="flexible-concrete.png"]
),
.mega-grid-catalog .catalog-menu-link:focus-visible img:is(
  [src*="topping.png"],
  [src*="polymer-floors.png"],
  [src*="polyurethane-cement.png"],
  [src*="concrete-repair.png"],
  [src*="steel-fiber.png"],
  [src*="waterproofing.png"],
  [src*="special-compounds.png"],
  [src*="formwork.png"],
  [src*="concrete-additives.png"],
  [src*="external-reinforcement.png"],
  [src*="flexible-concrete.png"]
) {
  filter: none;
}

.mega-grid-catalog .catalog-menu-link[aria-current="page"] {
  background: var(--surface-muted);
}

.mega-grid-catalog .catalog-menu-link[aria-current="page"]:hover,
.mega-grid-catalog .catalog-menu-link[aria-current="page"]:focus-visible {
  background: var(--brand-lime);
}

.mega-grid a:nth-child(4n) {
  border-right: 0;
}

.mega-grid a:hover,
.mega-grid a:focus-visible {
  background: var(--surface-muted);
  outline: none;
}

.mega-grid-areas .area-menu-link:not(.area-card--image-swap):hover,
.mega-grid-areas .area-menu-link:not(.area-card--image-swap):focus-visible {
  background: var(--brand-lime);
}

.mega-grid-areas .area-menu-link:focus-visible {
  outline: 2px solid var(--dark);
  outline-offset: -2px;
}

.mega-grid-areas {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.mega-grid-areas a:nth-child(4n) {
  border-right: 1px solid var(--line);
}

.mega-grid-areas a:nth-child(5n) {
  border-right: 0;
}

.area-menu-link {
  min-height: 146px;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  text-align: center;
}

.area-menu-link img {
  display: block;
  width: 66px;
  height: 66px;
  object-fit: contain;
  filter: grayscale(1);
  mix-blend-mode: multiply;
}

.area-menu-link > span:not(.area-card-media) {
  max-width: 180px;
  font-size: 13px;
  line-height: 1.28;
  text-transform: uppercase;
}

.section-shell {
  width: min(var(--container), calc(100% - 32px));
  margin: 0 auto;
  padding: 74px 0;
}

.hero {
  display: grid;
  min-height: 560px;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 44px;
  align-items: center;
}

.hero-copy h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(36px, 6vw, 72px);
  line-height: 0.98;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.hero-copy p {
  max-width: 660px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.section-kicker {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid var(--dark);
  border-radius: 6px;
  cursor: pointer;
  font-weight: 800;
  transition:
    background-color 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    color 0.18s ease,
    transform 0.18s ease;
}

.button-dark {
  background: var(--dark);
  color: #ffffff;
}

.button-light {
  background: var(--surface);
}

.button-whatsapp {
  gap: 9px;
  border-color: #17904f;
  background: #1f9d5b;
  color: #ffffff;
}

.button-whatsapp img {
  flex: 0 0 auto;
}

.button-dark:hover,
.button-dark:focus-visible {
  border-color: #000000;
  background: #000000;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16);
  transform: translateY(-1px);
}

.button-light:hover,
.button-light:focus-visible {
  background: var(--surface-muted);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}

.button-whatsapp:hover,
.button-whatsapp:focus-visible {
  border-color: #106d3d;
  background: #137a45;
  box-shadow: 0 10px 22px rgba(19, 122, 69, 0.22);
  transform: translateY(-1px);
}

.button:focus-visible {
  outline: 2px solid var(--dark);
  outline-offset: 3px;
}

a[href^="tel:"],
.phone-nowrap {
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
}

.media-placeholder {
  display: grid;
  min-height: 360px;
  place-items: center;
  border: 1px dashed var(--line-strong);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, transparent calc(50% - 1px), var(--line) calc(50% - 1px) calc(50% + 1px), transparent calc(50% + 1px)),
    linear-gradient(45deg, transparent calc(50% - 1px), var(--line) calc(50% - 1px) calc(50% + 1px), transparent calc(50% + 1px)),
    var(--surface-muted);
  color: var(--muted);
  font-weight: 800;
}

.section-shell.home-hero {
  width: min(1440px, calc(100% - 44px));
  padding-top: 38px;
  padding-bottom: 42px;
}

.home-hero-main {
  display: grid;
  grid-template-columns: minmax(440px, 0.94fr) minmax(520px, 1.06fr);
  gap: clamp(26px, 4vw, 54px);
  align-items: stretch;
}

.home-hero-copy {
  min-width: 0;
}

.home-hero-copy h1 {
  max-width: 720px;
  margin: 0;
  color: #121318;
  font-size: clamp(42px, 4.55vw, 62px);
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: 0;
  text-transform: none;
  hyphens: none;
  overflow-wrap: normal;
  text-wrap: balance;
  word-break: normal;
}

.home-hero-text {
  display: grid;
  gap: 10px;
  max-width: 650px;
  margin-top: 22px;
}

.home-hero-text-card {
  position: relative;
  display: grid;
  gap: 5px;
  padding: 14px 18px 14px 22px;
  border: 1px solid rgba(207, 207, 202, 0.68);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 26px rgba(30, 34, 36, 0.045);
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.home-hero-text-card::before {
  position: absolute;
  top: 14px;
  bottom: 14px;
  left: 0;
  width: 4px;
  border-radius: 0 4px 4px 0;
  background: var(--brand-lime);
  content: "";
  transition: width 0.2s ease;
}

.home-hero-text-card:hover {
  border-color: rgba(217, 219, 53, 0.88);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 34px rgba(30, 34, 36, 0.1);
  transform: translateY(-2px);
}

.home-hero-text-card:hover::before {
  width: 6px;
}

.home-hero-text-card span {
  color: #171717;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.18;
  text-transform: uppercase;
}

.home-hero-text-card p {
  margin: 0;
  color: #242733;
  font-size: clamp(15px, 1.05vw, 17px);
  line-height: 1.36;
}

.home-hero-actions {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, 1.16fr) minmax(0, 0.84fr);
  gap: 22px;
  margin-top: 0;
}

.home-hero-actions .button {
  min-width: 0;
  min-height: 60px;
  gap: 22px;
  padding: 0 28px;
}

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

.home-button-primary:hover,
.home-button-primary:focus-visible {
  border-color: #c7ca16;
  background: #cfd21e;
  box-shadow: 0 14px 28px rgba(147, 151, 0, 0.24);
  transform: translateY(-1px);
}

.home-hero-visual {
  flex: 0 0 auto;
  width: 100%;
  min-width: 0;
  min-height: 0;
  margin: 0;
  aspect-ratio: 1018 / 655;
}

.home-hero-side {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 22px;
}

.home-hero-visual img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: top right;
  filter: drop-shadow(0 26px 48px rgba(30, 34, 36, 0.08));
}

.home-video-section {
  display: grid;
  grid-template-columns: minmax(250px, 0.34fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: end;
  margin-top: 48px;
}

.home-video-intro h2 {
  max-width: 360px;
  margin: 0;
  color: #151515;
  font-size: clamp(26px, 2.4vw, 34px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}

.home-video-intro h2::after {
  display: block;
  width: 54px;
  height: 3px;
  margin-top: 18px;
  background: var(--brand-lime);
  content: "";
}

.home-video-intro p {
  max-width: 320px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.42;
}

.home-video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.home-video-card {
  display: grid;
  min-height: 172px;
  grid-template-columns: minmax(150px, 1.1fr) minmax(150px, 0.9fr);
  overflow: hidden;
  border: 1px solid rgba(207, 207, 202, 0.7);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 32px rgba(30, 34, 36, 0.06);
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease;
}

.home-video-card:not([aria-disabled="true"]):hover,
.home-video-card:not([aria-disabled="true"]):focus-visible {
  border-color: rgba(217, 219, 53, 0.88);
  box-shadow: 0 22px 36px rgba(30, 34, 36, 0.12);
  outline: 0;
  transform: translateY(-1px);
}

.home-video-card[aria-disabled="true"] {
  cursor: default;
}

.home-video-thumb {
  position: relative;
  min-height: 172px;
  background-position: center;
  background-size: cover;
}

.home-video-thumb::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(18, 19, 24, 0.02), rgba(18, 19, 24, 0.2));
  content: "";
}

.home-video-thumb-expo {
  background-image: url("assets/topping/reference-production.jpg");
}

.home-video-thumb-floor {
  background-image: url("assets/home/home-hero-floor.webp?v=home-hero-i1-blocks-20260510");
}

.home-video-play {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border-radius: 50%;
  background: var(--brand-lime);
  box-shadow: 0 16px 34px rgba(90, 94, 0, 0.28);
  transform: translate(-50%, -50%);
}

.home-video-play::before {
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 16px solid #ffffff;
  content: "";
}

.home-video-copy {
  position: relative;
  display: grid;
  align-content: center;
  min-width: 0;
  padding: 22px 46px 22px 22px;
}

.home-video-copy h3 {
  margin: 0;
  color: #171717;
  font-size: clamp(18px, 1.55vw, 22px);
  font-weight: 800;
  line-height: 1.1;
}

.home-video-copy p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.36;
}

.home-video-arrow {
  position: absolute;
  right: 20px;
  bottom: 18px;
  color: var(--brand-lime);
  font-size: 30px;
  line-height: 1;
}

@media (max-width: 1060px) {
  .home-hero-main {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .home-hero-side {
    gap: 24px;
  }

  .home-hero-visual {
    flex: none;
  }

  .home-hero-visual img {
    max-height: none;
    object-position: top center;
  }
}

@media (max-width: 980px) {
  .home-video-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .home-video-grid {
    grid-template-columns: 1fr;
  }

  .home-video-card {
    grid-template-columns: 1fr;
  }

  .home-video-thumb {
    min-height: 210px;
  }
}

@media (max-width: 640px) {
  .section-shell.home-hero {
    padding-top: 32px;
    padding-bottom: 42px;
  }

  .home-hero-copy h1 {
    font-size: clamp(28px, 8.1vw, 38px);
    line-height: 1.05;
    hyphens: none;
    overflow-wrap: normal;
    text-wrap: balance;
    word-break: normal;
  }

  .home-hero-text {
    gap: 12px;
    margin-top: 22px;
  }

  .home-hero-actions,
  .home-hero-actions .button {
    width: 100%;
  }

  .home-hero-actions {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 0;
  }

  .home-hero-actions .button {
    justify-content: space-between;
  }

  .home-hero-actions .button-whatsapp {
    justify-content: center;
  }

  .home-video-section {
    margin-top: 40px;
  }

  .home-video-thumb {
    min-height: 188px;
  }

  .home-video-copy {
    min-height: 144px;
  }
}

@media (max-width: 420px) {
  .home-hero-actions .button {
    gap: 16px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.about-geography {
  padding: 0;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
  border: 1px solid var(--line);
  border-bottom: 0;
  background: var(--surface);
}

.geo-panel {
  position: relative;
  display: grid;
  gap: 42px;
  align-content: center;
  min-height: 500px;
  padding: 72px 56px;
  background: #5d6264;
  color: #ffffff;
}

.geo-block h2,
.about-copy-panel h2,
.experience-copy h2 {
  margin: 0;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.geo-block h2 {
  max-width: 420px;
  font-size: 34px;
  line-height: 1.18;
}

.geo-list {
  display: grid;
  gap: 14px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.geo-list li {
  position: relative;
  padding-left: 42px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
}

.geo-list li::before {
  position: absolute;
  left: 0;
  top: 0.12em;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  background: #dce936;
  color: var(--text);
  content: "›";
  font-weight: 900;
  line-height: 1;
}

.about-copy-panel {
  display: grid;
  align-content: center;
  min-height: 500px;
  padding: 72px 56px;
  background: var(--surface);
}

.about-copy-panel h2 {
  max-width: 520px;
  font-size: 36px;
  line-height: 1.18;
}

.about-copy-panel p:last-child {
  max-width: 500px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
  text-transform: uppercase;
}

.about-photo-band {
  position: relative;
  min-height: 430px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--dark);
}

.about-photo-band img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.about-photo-band::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.04) 38%, rgba(0, 0, 0, 0.08));
  content: "";
}

.about-photo-band figcaption {
  position: absolute;
  z-index: 1;
  top: 28px;
  left: 40px;
  right: 40px;
  transform: translateY(50%);
  color: #ffffff;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
}

.experience-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.94fr);
  gap: 0;
  align-items: stretch;
  padding: 0;
}

.experience-main {
  display: grid;
  grid-template-rows: auto 1fr;
  border: 1px solid var(--line);
  border-right: 0;
  background: var(--surface);
}

.experience-copy {
  display: grid;
  align-content: center;
  min-height: 400px;
  padding: 64px 56px;
}

.experience-copy h2 {
  max-width: 520px;
  font-size: 36px;
  line-height: 1.2;
}

.experience-copy h2 span {
  display: inline-block;
  margin-right: 10px;
  font-size: 58px;
  line-height: 0.9;
}

.experience-copy p {
  max-width: 500px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  text-transform: uppercase;
}

.experience-photo {
  display: block;
  width: 100%;
  height: 560px;
  object-fit: cover;
  object-position: center;
}

.experience-aside {
  position: relative;
  display: grid;
  gap: 34px;
  align-content: center;
  min-height: 960px;
  padding: 88px 58px 64px;
  background: #5d6264;
  color: #ffffff;
}

.advantage-item {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
}

.advantage-item img {
  display: block;
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.advantage-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.55;
  text-transform: uppercase;
}

.advantage-item strong {
  color: #ffffff;
}

.work-advantages {
  padding: 0;
}

.advantages-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 58px 56px 30px;
  border: 1px solid var(--line);
  border-bottom: 0;
  background: var(--surface);
}

.advantages-head h2 {
  max-width: 920px;
  margin: 0;
  color: #303044;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 500;
  line-height: 1.12;
  text-transform: uppercase;
}

.advantages-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.78fr);
  gap: 0 34px;
  border: 1px solid var(--line);
  border-top: 0;
  background: var(--surface);
}

.advantages-copy {
  display: grid;
  grid-row: 1 / span 2;
  gap: 34px;
  align-content: start;
  padding: 22px 56px 62px;
}

.advantage-note {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.note-marker {
  display: grid;
  width: 24px;
  height: 18px;
  place-items: center;
  margin-top: 4px;
  background: #dce936;
  color: var(--dark);
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
}

.advantage-note p {
  margin: 0;
  color: #424242;
  font-size: 16px;
  line-height: 1.82;
}

.leader-statement {
  position: relative;
  margin-top: 30px;
  padding: 34px 0 0;
  border-top: 8px solid #dce936;
}

.leader-statement::after {
  position: absolute;
  top: -8px;
  right: -26px;
  width: 40px;
  height: 8px;
  background: #dce936;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  content: "";
}

.leader-statement p {
  max-width: 560px;
  margin: 0;
  color: #303044;
  font-size: clamp(24px, 3.2vw, 34px);
  font-weight: 500;
  line-height: 1.22;
  text-transform: uppercase;
}

.approval-card {
  position: relative;
  grid-column: 2;
  grid-row: 1;
  align-self: start;
  margin: 0 56px 42px 0;
  padding: 86px 58px 56px;
  background: #5d6264;
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%, 0 12%);
  color: #ffffff;
}

.approval-card img {
  display: block;
  width: 132px;
  height: 132px;
  margin: -82px auto 18px;
  border-radius: 50%;
  object-fit: cover;
}

.approval-card h3 {
  margin: 0 0 20px;
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.approval-card p,
.approval-card li {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.6;
}

.approval-card p {
  margin: 0 0 28px;
  text-transform: uppercase;
}

.approval-card ol {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 20px;
}

.advantages-proof {
  display: grid;
  grid-column: 2;
  grid-row: 2;
  gap: 30px;
  align-content: start;
  padding: 0 56px 62px 0;
}

.clients-strip {
  margin: 0;
  overflow: hidden;
  background: #0d2d78;
  color: #ffffff;
}

.clients-inner {
  position: relative;
  display: grid;
  width: min(var(--container), calc(100% - 32px));
  grid-template-columns: minmax(260px, 300px) minmax(0, 1fr);
  gap: 56px;
  align-items: start;
  margin: 0 auto;
  padding: 70px 0;
}

.clients-inner::before,
.clients-inner::after {
  position: absolute;
  z-index: 0;
  background: rgba(255, 255, 255, 0.05);
  content: "";
}

.clients-inner::before {
  top: 0;
  left: -90px;
  width: 270px;
  height: 156px;
}

.clients-inner::after {
  right: -120px;
  bottom: 34px;
  width: 240px;
  height: 140px;
}

.clients-copy,
.clients-logo-grid {
  position: relative;
  z-index: 1;
}

.clients-copy .section-kicker {
  color: rgba(255, 255, 255, 0.64);
}

.clients-copy h2 {
  max-width: 280px;
  margin: 0;
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 700;
  line-height: 1.12;
  text-transform: uppercase;
}

.clients-logo-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.client-logo {
  display: grid;
  min-height: 104px;
  place-items: center;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
}

.client-logo img {
  display: block;
  max-width: 100%;
  max-height: 66px;
  object-fit: contain;
}

.project-realization {
  padding: 0;
}

.project-flow-shell {
  position: relative;
  overflow: hidden;
  padding: 72px 58px 58px;
  border: 1px solid var(--line);
  background: #5d6264;
  color: #ffffff;
}

.project-flow-head {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.project-flow-head .section-kicker {
  color: rgba(255, 255, 255, 0.7);
}

.project-flow-head h2 {
  margin: 0;
  font-size: clamp(30px, 4.1vw, 48px);
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}

.project-flow-head p:last-child {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  text-transform: uppercase;
}

.project-needs {
  display: grid;
  grid-template-columns: minmax(150px, 0.7fr) repeat(3, minmax(0, 1fr));
  gap: 26px;
  align-items: end;
  margin-top: 48px;
}

.customer-need,
.need-card {
  display: grid;
  justify-items: center;
  text-align: center;
}

.customer-need {
  position: relative;
  align-self: center;
  padding-right: 18px;
}

.customer-need::after {
  display: none;
  position: absolute;
  top: 42px;
  right: -8px;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 18px solid #ffffff;
  content: "";
}

.customer-need img {
  width: 96px;
  height: 76px;
  object-fit: contain;
}

.customer-need h3,
.need-card p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  text-transform: uppercase;
}

.need-card img {
  width: 118px;
  height: 82px;
  object-fit: contain;
}

.need-card p {
  max-width: 220px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
}

.project-flow-board {
  display: grid;
  gap: 16px;
  margin-top: 34px;
}

.flow-stage {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(42, 45, 46, 0.22);
}

.flow-stage h3 {
  display: flex;
  min-height: 30px;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 5px 16px;
  background: #dce936;
  color: var(--dark);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.flow-stage h3 span {
  display: grid;
  min-width: 28px;
  height: 24px;
  place-items: center;
  margin-left: -16px;
  background: #ffffff;
  color: var(--dark);
  font-size: 14px;
}

.flow-stage h3 small {
  font: inherit;
}

.flow-items {
  display: grid;
  gap: 18px;
  padding: 22px;
}

.flow-items-one {
  grid-template-columns: 1fr;
}

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

.flow-items-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.flow-items-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.flow-item {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 96px;
}

.flow-item img {
  display: block;
  width: 76px;
  height: 76px;
  object-fit: contain;
}

.flow-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.45;
}

.flow-item.text-only {
  grid-template-columns: 1fr;
  padding-left: 18px;
  border-left: 6px solid #dce936;
}

.flow-item-row {
  grid-template-columns: 96px minmax(0, 1fr);
  max-width: 640px;
}

.flow-item-row img {
  width: 92px;
}

.flow-stage-final {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px;
  align-items: center;
}

.flow-stage-final h3 {
  justify-content: flex-end;
}

.flow-stage-final img {
  display: block;
  width: 160px;
  max-height: 64px;
  margin: 10px 18px;
  object-fit: contain;
}

.flow-stage-service {
  grid-template-columns: 1fr;
}

.dramix-section {
  padding: 0;
}

.dramix-panel {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid var(--line);
  background: #ffffff;
}

.dramix-panel:last-child {
  border-bottom: 1px solid var(--line);
}

.experience-section,
.work-advantages,
.project-realization,
.dramix-panel,
.formwork-panel,
.topping-panel {
  margin-top: -1px;
}

.about-grid,
.about-photo-band,
.experience-main,
.advantages-head,
.advantages-layout,
.project-flow-shell,
.dramix-panel,
.formwork-panel,
.topping-panel {
  border-right: 0;
  border-left: 0;
}

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

.dramix-hero-grid {
  display: grid;
  min-height: 230px;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.7fr);
  gap: 38px;
  align-items: center;
  padding: 42px 60px 34px;
  background: linear-gradient(180deg, #5d6264 0 62%, #ffffff 62% 100%);
}

.dramix-product-visual {
  display: grid;
  min-height: 180px;
  align-items: end;
  justify-items: center;
}

.dramix-product-visual img {
  width: min(520px, 100%);
  filter: drop-shadow(0 18px 20px rgba(0, 0, 0, 0.18));
}

.dramix-title-block {
  align-self: start;
  padding-top: 18px;
  color: #ffffff;
  text-align: right;
}

.dramix-title-block .section-kicker {
  color: rgba(255, 255, 255, 0.72);
}

.dramix-title-block h1,
.dramix-title-block h2,
.dramix-split h3,
.dramix-range-head h2,
.dramix-benefits-head h2,
.dramix-reference-content h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 500;
  line-height: 1.18;
  text-transform: uppercase;
}

.steel-fiber-page .dramix-hero-grid {
  min-height: 320px;
  background: #5d6264;
}

.steel-fiber-page .dramix-title-block .hero-actions {
  justify-content: flex-start;
  margin-top: 28px;
}

.steel-fiber-page .dramix-title-block .hero-actions .button {
  border-color: #dce936;
  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.18),
    0 0 0 1px rgba(220, 233, 54, 0.32);
}

.steel-fiber-page .dramix-title-block .hero-actions .button-dark {
  background: #dce936;
  color: #1e2324;
}

.steel-fiber-page .dramix-title-block .hero-actions .button-light {
  background: #ffffff;
  color: #1e2324;
}

.steel-fiber-page .dramix-hero-grid .button-light {
  color: var(--text);
}

.steel-fiber-page .dramix-title-block .hero-actions .button:hover,
.steel-fiber-page .dramix-title-block .hero-actions .button:focus-visible {
  border-color: #f2ff3d;
  background: #f2ff3d;
  color: #111414;
  box-shadow:
    0 16px 30px rgba(0, 0, 0, 0.22),
    0 0 0 2px rgba(242, 255, 61, 0.34);
}

.steel-fiber-page .dramix-title-block h1 {
  font-size: clamp(30px, 3.4vw, 44px);
}

@media (min-width: 981px) {
  .steel-fiber-page .dramix-hero-grid {
    min-height: 360px;
    grid-template-columns: minmax(0, 0.9fr) minmax(390px, 0.58fr);
    gap: 26px;
    padding: 34px 32px 30px;
  }

  .steel-fiber-page .dramix-product-visual {
    min-height: 260px;
    justify-items: start;
  }

  .steel-fiber-page .dramix-product-visual img {
    width: min(700px, 100%);
    max-width: 100%;
  }

  .steel-fiber-page .dramix-title-block .hero-actions {
    flex-wrap: nowrap;
  }

  .steel-fiber-page .dramix-split-light {
    grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
    gap: 44px;
  }

  .steel-fiber-page .dramix-split-light > .dramix-bullet-list {
    grid-template-rows: auto auto minmax(300px, 1fr);
  }

  .steel-fiber-page .dramix-split-light .dramix-visual-stack {
    align-self: end;
    grid-template-columns: minmax(210px, 0.85fr) minmax(0, 1fr);
    gap: 20px;
    align-items: end;
    margin-top: 4px;
  }

  .steel-fiber-page .dramix-split-light .dramix-round-img {
    width: min(100%, 250px);
    justify-self: stretch;
  }

  .steel-fiber-page .dramix-split-light .dramix-closeup-img {
    height: clamp(280px, 22vw, 330px);
    min-height: 0;
  }

  .steel-fiber-page .dramix-range-grid {
    gap: 28px;
    padding: 34px 56px 46px;
  }

  .steel-fiber-page .dramix-range-grid article {
    display: grid;
    min-height: 300px;
    align-content: end;
    overflow: hidden;
    padding: 60px 34px 34px;
    border: 1px solid rgba(93, 98, 100, 0.16);
    background: linear-gradient(180deg, #ffffff 0%, #f7f8f2 100%);
  }

  .steel-fiber-page .dramix-range-grid span {
    top: 8px;
    left: 18px;
    color: rgba(220, 233, 54, 0.58);
    font-size: clamp(180px, 13vw, 210px);
  }

  .steel-fiber-page .dramix-range-grid h3 {
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 1.18;
  }

  .steel-fiber-page .dramix-range-grid p {
    max-width: 96%;
    font-size: 17px;
    line-height: 1.6;
  }

  .steel-fiber-page .dramix-4d-block img {
    width: 175%;
    transform: translate(-2%, -10%);
  }
}

@media (max-width: 980px) {
  .steel-fiber-page .dramix-4d-block img {
    width: 145%;
    transform: translate(0, -6%);
  }
}

@media (max-width: 760px) {
  .steel-fiber-page .dramix-range-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 30px 20px 34px;
  }

  .steel-fiber-page .dramix-range-grid article {
    min-height: 210px;
    overflow: hidden;
    padding: 44px 20px 22px;
    border: 1px solid rgba(93, 98, 100, 0.16);
    background: linear-gradient(180deg, #ffffff 0%, #f7f8f2 100%);
  }

  .steel-fiber-page .dramix-range-grid span {
    top: 10px;
    left: 18px;
    color: rgba(220, 233, 54, 0.58);
    font-size: clamp(104px, 28vw, 132px);
  }

  .steel-fiber-page .dramix-range-grid h3 {
    font-size: 20px;
    line-height: 1.22;
  }

  .steel-fiber-page .dramix-range-grid p {
    font-size: 15px;
    line-height: 1.58;
  }
}

@media (max-width: 640px) {
  .steel-fiber-page .dramix-visual-stack {
    justify-items: center;
  }

  .steel-fiber-page .dramix-4d-block img {
    width: 125%;
    transform: translate(0, -4%);
  }
}

.dramix-split {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 52px;
  padding: 46px 60px;
}

.dramix-split-dark {
  background: #5d6264;
  color: #ffffff;
}

.dramix-split-light {
  background: #ffffff;
  color: var(--text);
}

.dramix-bullet-list {
  display: grid;
  gap: 18px;
  align-content: start;
}

.dramix-bullet-list p,
.dramix-benefits-grid p,
.dramix-reference-list p,
.dramix-range-grid p,
.dramix-steps p,
.dramix-4d-block p,
.dramix-brand-head p {
  margin: 0;
  color: inherit;
  line-height: 1.7;
}

.dramix-bullet-list p {
  position: relative;
  padding-left: 34px;
}

.dramix-bullet-list p::before,
.dramix-benefits-grid article::before {
  position: absolute;
  left: 0;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  background: #dce936;
  color: var(--dark);
  content: "›";
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
}

.dramix-visual-stack {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin-top: 10px;
}

.dramix-round-img {
  width: 170px;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
}

.dramix-closeup-img {
  width: 100%;
  min-height: 170px;
  border: 1px solid var(--line);
  object-fit: cover;
}

.dramix-economy h3 {
  max-width: 560px;
  margin-bottom: 24px;
  font-size: clamp(26px, 3vw, 40px);
}

.dramix-page-11,
.dramix-page-12,
.dramix-page-13 {
  background: #5d6264;
}

.dramix-range-head,
.dramix-benefits-head,
.dramix-brand-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.7fr);
  gap: 48px;
  align-items: center;
  padding: 62px 66px 50px;
  color: #ffffff;
}

.dramix-range-head p,
.dramix-benefits-head p,
.dramix-brand-head p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
}

.dramix-range-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
  padding: 46px 66px;
  background: #ffffff;
}

.dramix-range-grid article {
  position: relative;
  min-height: 210px;
  padding: 34px 26px 26px;
}

.dramix-range-grid span {
  position: absolute;
  z-index: 0;
  top: -8px;
  left: 8px;
  color: rgba(220, 233, 54, 0.48);
  font-size: 140px;
  font-weight: 900;
  line-height: 0.8;
}

.dramix-range-grid h3,
.dramix-benefits-grid h3,
.dramix-reference-list h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.35;
  text-transform: uppercase;
}

.dramix-range-grid p {
  position: relative;
  z-index: 1;
  color: var(--text);
}

.dramix-4d-block {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1fr);
  gap: 44px;
  align-items: center;
  padding: 58px 66px 68px;
  background: #5d6264;
  color: #ffffff;
}

.dramix-4d-visual {
  display: grid;
  place-items: center;
  min-height: clamp(330px, 32vw, 390px);
  overflow: hidden;
}

.dramix-4d-block img {
  display: block;
  width: 200%;
  max-width: none;
  transform: translate(0.6%, -12.5%);
  opacity: 0.98;
}

.dramix-4d-block h3 {
  margin: 0 0 22px;
  color: #ffffff;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}

.dramix-4d-block p + p {
  margin-top: 14px;
}

.dramix-brand-head img {
  width: min(320px, 100%);
}

.dramix-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  padding: 56px 66px;
  background: #ffffff;
}

.dramix-steps article {
  position: relative;
  min-height: 270px;
  padding: 54px 18px 22px;
  background: #5d6264;
  color: #ffffff;
  outline: 4px solid #dce936;
  outline-offset: -4px;
}

.dramix-steps span {
  position: absolute;
  top: -58px;
  left: -2px;
  color: #777d36;
  font-size: 92px;
  font-weight: 900;
  line-height: 1;
}

.dramix-calculation {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background: #e8e8e5;
}

.dramix-calculation img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dramix-calculation div {
  position: relative;
  display: grid;
  width: min(560px, 78%);
  align-items: center;
  margin: 48px 10% 48px auto;
  padding: 34px 40px;
  background: rgba(93, 98, 100, 0.82);
  color: #ffffff;
}

.dramix-calculation p {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  text-transform: uppercase;
}

.dramix-benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 54px;
  padding: 46px 66px 50px;
  background: #ffffff;
}

.dramix-benefits-grid article {
  position: relative;
  padding-left: 34px;
}

.dramix-benefits-grid p {
  color: var(--text);
}

.dramix-benefits-img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.dramix-page-14 {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  min-height: 820px;
  background: #ffffff;
}

.dramix-reference-rail {
  position: relative;
  overflow: hidden;
  background: #5d6264;
}

.dramix-reference-rail img {
  position: absolute;
  top: 0;
  left: 28px;
  width: 120px;
  height: 280px;
  object-fit: contain;
  object-position: top center;
}

.dramix-reference-rail span {
  position: absolute;
  left: 74px;
  bottom: 34px;
  color: #eef77b;
  font-size: 42px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  transform: rotate(-90deg);
  transform-origin: left bottom;
  white-space: nowrap;
}

.dramix-reference-content {
  padding: 64px 58px 58px;
}

.dramix-reference-content .section-kicker {
  color: var(--muted);
}

.dramix-reference-content h2 {
  max-width: 780px;
  margin-bottom: 34px;
}

.dramix-reference-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 34px;
}

.dramix-reference-list article {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.dramix-reference-list p {
  color: var(--muted);
}

.steel-fiber-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  margin-top: -1px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #ffffff;
}

.steel-fiber-cta h2 {
  max-width: 740px;
  margin: 0;
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 500;
  line-height: 1.16;
  text-transform: uppercase;
}

.steel-fiber-cta p:last-child {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.steel-fiber-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.formwork-section {
  padding: 0;
}

.formwork-page .formwork-section {
  padding-top: 0;
}

.formwork-page .section-shell.formwork-panel,
.formwork-page .page-request-section {
  width: 100%;
  max-width: none;
  margin-inline: 0;
}

.formwork-panel {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid var(--line);
  background: #ffffff;
}

.formwork-panel:last-child {
  border-bottom: 1px solid var(--line);
}

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

.formwork-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(420px, 0.88fr);
  gap: var(--formwork-gap);
  align-items: stretch;
  padding: var(--formwork-section-y) var(--formwork-edge-pad) 0;
  background: var(--formwork-dark, #5d6264);
  color: #ffffff;
}

.formwork-hero-visual {
  display: grid;
  min-height: clamp(340px, 32vw, 540px);
  align-items: end;
  justify-items: center;
  padding: 20px 8px 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 245, 241, 0.98));
  overflow: hidden;
}

.formwork-hero-visual img {
  width: min(900px, 100%);
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 18px 20px rgba(0, 0, 0, 0.18));
}

.formwork-hero-copy {
  display: grid;
  align-content: center;
  justify-items: end;
  max-width: 720px;
  min-width: 0;
  padding-bottom: 48px;
  justify-self: end;
  text-align: right;
}

.formwork-hero-copy .section-kicker {
  color: rgba(255, 255, 255, 0.86);
}

.formwork-hero-copy h1,
.formwork-hero-copy h2,
.formwork-profiles-head h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 500;
  line-height: 1.18;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.formwork-hero-copy p:last-child,
.formwork-hero-lead {
  max-width: 470px;
  margin: 18px 0 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.42;
  text-transform: uppercase;
}

.formwork-hero-actions {
  justify-content: flex-end;
}

.formwork-page .formwork-hero-actions .button {
  min-height: 52px;
  padding: 0 22px;
  border-width: 2px;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.18);
}

.formwork-page .button {
  overflow-wrap: anywhere;
}

.formwork-page .formwork-hero-actions .button-dark {
  border-color: #ffffff;
  background: #ffffff;
  color: var(--text);
}

.formwork-page .formwork-hero-actions .button-light {
  border-color: var(--formwork-accent, #dce936);
  background: var(--formwork-accent, #dce936);
  color: var(--text);
}

.formwork-page .formwork-hero-actions .button-dark:hover,
.formwork-page .formwork-hero-actions .button-dark:focus-visible {
  border-color: var(--formwork-accent, #dce936);
  background: var(--formwork-accent, #dce936);
  box-shadow: 0 18px 34px rgba(220, 233, 54, 0.24);
}

.formwork-page .formwork-hero-actions .button-light:hover,
.formwork-page .formwork-hero-actions .button-light:focus-visible {
  border-color: #f3ff50;
  background: #f3ff50;
  box-shadow: 0 18px 34px rgba(220, 233, 54, 0.28);
}

.formwork-intro {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--formwork-gap);
  padding: var(--formwork-section-y) var(--formwork-edge-pad);
  background: var(--formwork-dark, #5d6264);
  color: #ffffff;
}

.formwork-intro p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  line-height: 1.75;
}

.formwork-components {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1fr);
  gap: var(--formwork-gap);
  align-items: center;
  padding: var(--formwork-section-y) var(--formwork-edge-pad);
}

.formwork-scheme {
  display: grid;
  justify-items: center;
  margin: 0;
}

.formwork-scheme img {
  width: min(420px, 100%);
}

.formwork-components-list h2,
.formwork-components-list h3 {
  margin: 0;
  padding: 8px 18px;
  background: var(--formwork-accent, #dce936);
  color: var(--dark);
  font-size: 17px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.formwork-components-list ol {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.formwork-components-list li {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  min-height: 34px;
  align-items: center;
  gap: 8px;
  padding: 5px 14px;
  color: #2f3335;
  font-size: 16px;
}

.formwork-components-list li:nth-child(even) {
  background: #d9eef3;
}

.formwork-components-list li span:first-child {
  text-align: center;
  font-weight: 700;
}

.formwork-page-16 {
  background: #ffffff;
}

.formwork-dewmark-head {
  padding: var(--formwork-section-y) var(--formwork-edge-pad);
  background: var(--formwork-dark, #5d6264);
  color: #ffffff;
  text-align: center;
}

.formwork-dewmark-logo {
  width: min(460px, 100%);
  margin: 0 auto;
}

.formwork-dewmark-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.75fr);
  align-items: start;
}

.formwork-benefits-list {
  display: grid;
  align-content: stretch;
  margin: 0;
  padding: 0;
  list-style: none;
}

.formwork-benefits-list li {
  position: relative;
  min-width: 0;
  margin: 0;
  padding: 22px 34px 22px 76px;
  border-bottom: 1px solid var(--formwork-accent, #dce936);
  color: #3f4446;
  font-size: var(--formwork-detail-font);
  line-height: var(--formwork-detail-line);
  overflow-wrap: break-word;
  hyphens: auto;
}

.formwork-benefits-list li::before,
.formwork-assortment li::before {
  position: absolute;
  left: 32px;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  background: var(--formwork-accent, #dce936);
  color: var(--dark);
  content: ">";
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
}

.formwork-benefits-list li::before {
  top: 26px;
}

.formwork-photo-stack {
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  border-left: 1px solid var(--line);
}

.formwork-photo-stack img {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.formwork-profiles-head {
  padding: var(--formwork-section-y) var(--formwork-edge-pad);
  background: var(--formwork-dark, #5d6264);
  color: #ffffff;
  text-align: center;
}

.formwork-profiles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr));
  gap: clamp(28px, 3vw, 46px);
  padding: var(--formwork-section-y) var(--formwork-edge-pad);
}

.formwork-profiles-grid article {
  border-top: 6px solid var(--formwork-accent, #dce936);
}

.formwork-profiles-grid img {
  width: 100%;
  aspect-ratio: 1.58;
  object-fit: cover;
}

.formwork-profiles-grid h3 {
  margin: 16px 0 10px;
  color: var(--formwork-ink, #303437);
  font-size: 22px;
  line-height: 1.2;
}

.formwork-profiles-grid p {
  min-width: 0;
  margin: 0;
  color: #54595b;
  font-size: var(--formwork-detail-font);
  line-height: var(--formwork-detail-line);
  overflow-wrap: break-word;
  hyphens: auto;
}

.formwork-assortment {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(260px, 0.8fr);
  gap: var(--formwork-gap);
  align-items: start;
  padding: var(--formwork-section-y) var(--formwork-edge-pad);
  background: var(--formwork-dark, #5d6264);
  color: #ffffff;
}

.formwork-assortment h3 {
  margin: 0;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
}

.formwork-assortment ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.formwork-assortment li {
  position: relative;
  min-width: 0;
  min-height: 22px;
  padding-left: 52px;
  color: rgba(255, 255, 255, 0.86);
  font-size: var(--formwork-detail-font);
  line-height: var(--formwork-detail-line);
  overflow-wrap: break-word;
  hyphens: auto;
}

.formwork-assortment li::before {
  top: 0;
  left: 0;
}

.formwork-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  border-top: 1px solid var(--line);
}

.formwork-cta h2 {
  max-width: 820px;
  margin: 0;
  color: var(--formwork-ink, #303437);
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.12;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.formwork-cta p:last-child {
  max-width: 700px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.68;
}

.formwork-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.topping-section {
  padding: 0;
}

.topping-panel {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid var(--line);
  background: #ffffff;
}

.topping-panel:last-child {
  border-bottom: 1px solid var(--line);
}

.topping-page .topping-page-24 {
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
}

.topping-page-24 > :not(.topping-hero):not(.topping-advantage-cards) {
  width: min(var(--container), calc(100% - 32px));
  margin-right: auto;
  margin-left: auto;
}

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

.topping-hero {
  display: grid;
  min-height: 500px;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.96fr);
  align-items: stretch;
  background: #151d1f;
  color: #ffffff;
}

.topping-hero-media {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  background: #d9eef3;
}

.topping-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}

.topping-made-badge {
  position: absolute;
  z-index: 2;
  top: 32px;
  left: 0;
  display: inline-flex;
  min-width: 236px;
  min-height: 76px;
  align-items: center;
  gap: 14px;
  padding: 16px 24px;
  border-radius: 0 4px 4px 0;
  background: var(--brand-lime);
  color: #151a1b;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.28;
  text-transform: uppercase;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.16);
}

.topping-made-badge svg {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.topping-hero-copy {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  align-content: center;
  padding: 54px 42px 52px 44px;
  background:
    linear-gradient(135deg, rgba(220, 233, 54, 0.07), transparent 42%),
    radial-gradient(circle at 95% 5%, rgba(255, 255, 255, 0.1), transparent 24%),
    #172022;
}

.topping-hero-copy::before {
  content: "";
  position: absolute;
  inset: -1px;
  pointer-events: none;
  background:
    linear-gradient(30deg, transparent 0 45%, rgba(255, 255, 255, 0.12) 45% 45.5%, transparent 45.5%),
    linear-gradient(150deg, transparent 0 62%, rgba(255, 255, 255, 0.08) 62% 62.5%, transparent 62.5%);
  opacity: 0.4;
}

.topping-hero-copy > * {
  position: relative;
  z-index: 1;
}

.topping-brand-lockup {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 12px;
  margin-bottom: 54px;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.topping-brand-mark {
  position: relative;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  background: var(--brand-lime);
  clip-path: polygon(50% 0, 90% 24%, 90% 76%, 50% 100%, 10% 76%, 10% 24%);
}

.topping-brand-mark::before,
.topping-brand-mark::after,
.topping-brand-mark span {
  content: "";
  position: absolute;
  background: #172022;
  opacity: 0.55;
}

.topping-brand-mark::before {
  inset: 9px 18px 9px 8px;
  transform: skewY(-30deg);
}

.topping-brand-mark::after {
  inset: 9px 8px 9px 18px;
  transform: skewY(30deg);
}

.topping-brand-mark span {
  inset: 16px 9px 9px;
  clip-path: polygon(50% 0, 100% 28%, 100% 72%, 50% 100%, 0 72%, 0 28%);
}

.topping-hero-copy .section-kicker,
.topping-band-head .section-kicker,
.topping-simple-head .section-kicker,
.topping-reference-head .section-kicker {
  color: rgba(255, 255, 255, 0.82);
}

.topping-hero-copy h1,
.topping-hero-copy h2,
.topping-band-head h2,
.topping-system-head h2,
.topping-applications h2,
.topping-simple-head h2,
.topping-reference-head h2 {
  margin: 0;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.15;
  text-transform: uppercase;
}

.topping-hero-copy h1,
.topping-hero-copy h2 {
  max-width: 600px;
  font-size: clamp(40px, 4vw, 56px);
  font-weight: 900;
  line-height: 1.08;
  text-transform: none;
  overflow-wrap: normal;
}

.topping-hero-copy h1 span,
.topping-hero-copy h2 span {
  display: block;
  color: var(--brand-lime);
}

.topping-hero-copy > p {
  max-width: 480px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 26px;
  font-weight: 500;
  line-height: 1.34;
  text-transform: none;
}

.topping-hero-copy > p::before {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  margin-bottom: 20px;
  background: var(--brand-lime);
}

.topping-hero-actions {
  display: grid;
  width: 100%;
  max-width: 600px;
  grid-template-columns: minmax(0, 1.18fr) minmax(150px, 0.82fr);
  gap: 14px;
  margin-top: 26px;
}

.topping-hero-actions .button {
  min-width: 0;
  min-height: 60px;
  gap: 14px;
  padding: 0 22px;
  border-radius: 6px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}

.topping-hero-actions .button img {
  flex: 0 0 auto;
}

.topping-hero-actions .button-whatsapp {
  justify-content: center;
}

.topping-hero-actions .button:focus-visible {
  outline-color: rgba(255, 255, 255, 0.92);
}

.topping-hero-price {
  justify-content: space-between;
  border-color: var(--brand-lime);
  background: var(--brand-lime);
  color: #141414;
}

.topping-hero-price:hover,
.topping-hero-price:focus-visible {
  border-color: #c7ca16;
  background: #cfd21e;
  box-shadow: 0 14px 28px rgba(147, 151, 0, 0.24);
  transform: translateY(-1px);
}

.topping-hero-chips {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.topping-hero-chips > span {
  display: flex;
  min-height: 82px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.28;
  overflow-wrap: normal;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.topping-hero-chips svg {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--brand-lime);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.topping-advantage-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  padding: 46px 42px 54px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 247, 242, 0.96)),
    #ffffff;
}

.topping-advantage-card {
  position: relative;
  display: flex;
  min-height: 230px;
  flex-direction: column;
  justify-content: flex-start;
  padding: 34px 32px 28px;
  overflow: hidden;
  border: 1px solid rgba(34, 34, 34, 0.08);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(20, 24, 26, 0.11);
}

.topping-card-icon {
  position: relative;
  display: block;
  width: 66px;
  height: 66px;
  margin-bottom: 24px;
  border-radius: 999px;
  background: var(--brand-lime);
}

.topping-card-icon::before,
.topping-card-icon::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

.topping-card-icon-check::before {
  top: 19px;
  left: 18px;
  width: 30px;
  height: 30px;
  border: 3px solid #151a1b;
  border-radius: 999px;
}

.topping-card-icon-check::after {
  top: 29px;
  left: 27px;
  width: 13px;
  height: 8px;
  border-bottom: 3px solid #151a1b;
  border-left: 3px solid #151a1b;
  transform: rotate(-45deg);
}

.topping-card-icon-temp::before {
  top: 15px;
  left: 30px;
  width: 7px;
  height: 30px;
  border: 3px solid #151a1b;
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
}

.topping-card-icon-temp::after {
  top: 37px;
  left: 24px;
  width: 20px;
  height: 20px;
  border: 3px solid #151a1b;
  border-radius: 999px;
}

.topping-card-icon-clock::before {
  inset: 17px;
  border: 3px solid #151a1b;
  border-radius: 999px;
}

.topping-card-icon-clock::after {
  top: 27px;
  left: 32px;
  width: 12px;
  height: 13px;
  border-bottom: 3px solid #151a1b;
  border-left: 3px solid #151a1b;
}

.topping-advantage-card h2 {
  margin: 0;
  color: #0f1112;
  font-size: clamp(20px, 1.8vw, 27px);
  font-weight: 800;
  line-height: 1.35;
}

.topping-advantage-card h2::after {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  margin: 24px 0 0;
  background: var(--brand-lime);
}

.topping-advantage-card p {
  margin: 18px 0 0;
  color: #555f62;
  font-size: 18px;
  line-height: 1.55;
}

.topping-card-number {
  position: absolute;
  right: 24px;
  bottom: 14px;
  color: rgba(20, 24, 26, 0.05);
  font-size: 44px;
  font-weight: 900;
  line-height: 1;
}

@media (max-width: 1120px) {
  .topping-hero-media img {
    object-position: left center;
  }

  .topping-hero-chips {
    grid-template-columns: 1fr;
  }

  .topping-hero-chips > span {
    display: grid;
    min-height: 60px;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
  }
}

.topping-origin-block {
  display: grid;
  gap: 18px;
  padding: 22px 0 56px;
}

.topping-page .topping-page-24 > .topping-origin-block {
  width: calc(100% - 48px);
  max-width: none;
}

.topping-origin-panel {
  position: relative;
  display: grid;
  min-height: 520px;
  grid-template-columns: minmax(0, 1.15fr) minmax(390px, 0.85fr);
  gap: 38px;
  align-items: stretch;
  overflow: hidden;
  padding: 58px 42px 58px 46px;
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(27, 43, 47, 0.8) 0%, rgba(29, 45, 49, 0.72) 44%, rgba(24, 38, 42, 0.9) 100%),
    linear-gradient(180deg, rgba(14, 24, 27, 0.18), rgba(14, 24, 27, 0.56)),
    url("assets/topping/betocem-kyrgyzstan-origin-bg.png?v=origin-20260514") center bottom / cover no-repeat,
    #1f3034;
  color: #ffffff;
  box-shadow: 0 18px 48px rgba(14, 24, 27, 0.18);
}

.topping-origin-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(15, 27, 31, 0.06), rgba(15, 27, 31, 0.18)),
    radial-gradient(circle at 22% 78%, rgba(255, 255, 255, 0.08), transparent 26%);
}

.topping-origin-panel::after {
  content: "";
  position: absolute;
  top: -54px;
  left: 42%;
  width: 260px;
  height: 220px;
  pointer-events: none;
  background:
    linear-gradient(150deg, transparent 0 47%, rgba(255, 255, 255, 0.22) 47% 47.6%, transparent 47.6%),
    linear-gradient(30deg, transparent 0 58%, rgba(255, 255, 255, 0.16) 58% 58.6%, transparent 58.6%),
    linear-gradient(90deg, transparent 0 24%, rgba(255, 255, 255, 0.12) 24% 24.6%, transparent 24.6% 62%, rgba(255, 255, 255, 0.12) 62% 62.6%, transparent 62.6%);
  opacity: 0.55;
}

.topping-origin-copy,
.topping-origin-timeline {
  position: relative;
  z-index: 1;
}

.topping-origin-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  max-width: 720px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.36);
}

.topping-origin-rule {
  display: block;
  width: 24px;
  height: 2px;
  flex: 0 0 auto;
  margin: 0 0 24px;
  background: var(--brand-lime);
}

.topping-origin-rule + p {
  margin-top: 0;
}

.topping-origin-copy h2 {
  margin: 0;
  font-size: clamp(36px, 4vw, 48px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.08;
}

.topping-origin-lead {
  margin: 10px 0 24px;
  color: var(--brand-lime);
  font-size: clamp(27px, 2.6vw, 34px);
  font-weight: 900;
  line-height: 1.16;
}

.topping-origin-copy p:not(.topping-origin-lead) {
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.91);
  font-size: 17px;
  line-height: 1.6;
}

.topping-origin-timeline {
  display: grid;
  align-content: center;
  gap: 14px;
  padding-left: 42px;
}

.topping-origin-timeline::before {
  content: "";
  position: absolute;
  top: 54px;
  bottom: 54px;
  left: 10px;
  width: 1px;
  background: rgba(220, 233, 54, 0.58);
}

.topping-origin-fact {
  position: relative;
  display: grid;
  min-height: 104px;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 17px 22px 18px 18px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 7px;
  background: rgba(96, 112, 118, 0.38);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(3px);
}

.topping-origin-fact::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -38px;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(220, 233, 54, 0.42);
  border-radius: 999px;
  background: var(--brand-lime);
  box-shadow: 0 0 0 2px rgba(28, 44, 48, 0.9);
  transform: translateY(-50%);
}

.topping-origin-icon {
  display: grid;
  width: 68px;
  height: 68px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.09);
  color: var(--brand-lime);
}

.topping-origin-icon svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.topping-origin-fact p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  line-height: 1.44;
}

.topping-origin-fact strong {
  color: var(--brand-lime);
  font-weight: 900;
}

.topping-origin-proof-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.topping-origin-proof-card {
  position: relative;
  min-height: 286px;
  overflow: hidden;
  padding: 32px 32px 30px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 42%),
    #2e3f44;
  color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.topping-origin-proof-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 76% 18%, rgba(255, 255, 255, 0.08), transparent 24%);
}

.topping-origin-proof-number {
  position: relative;
  z-index: 1;
  display: inline-grid;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: var(--brand-lime);
  color: #182225;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.topping-origin-proof-icon {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 76px;
  height: 76px;
  fill: none;
  stroke: rgba(255, 255, 255, 0.28);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.topping-origin-proof-card h3 {
  position: relative;
  z-index: 1;
  margin: 28px 0 0;
  font-size: clamp(20px, 1.55vw, 23px);
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
  overflow-wrap: break-word;
}

.topping-origin-proof-rule {
  position: relative;
  z-index: 1;
  display: block;
  width: 44px;
  height: 2px;
  margin: 20px 0 0;
  background: var(--brand-lime);
}

.topping-origin-proof-card p {
  position: relative;
  z-index: 1;
  max-width: 390px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 1120px) {
  .topping-origin-panel {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 48px 40px;
  }

  .topping-origin-copy {
    max-width: 780px;
  }

  .topping-origin-timeline {
    align-content: stretch;
  }
}

@media (max-width: 980px) {
  .topping-origin-block {
    padding-top: 18px;
    padding-bottom: 44px;
  }

  .topping-origin-panel {
    gap: 32px;
    padding: 40px 28px;
  }

  .topping-origin-copy h2 {
    font-size: clamp(32px, 7vw, 44px);
  }

  .topping-origin-lead {
    font-size: clamp(25px, 5.8vw, 34px);
  }

  .topping-origin-proof-cards {
    grid-template-columns: 1fr;
  }

  .topping-origin-proof-card {
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .topping-origin-block {
    gap: 14px;
    padding-top: 16px;
    padding-bottom: 34px;
  }

  .topping-page .topping-page-24 > .topping-origin-block {
    width: calc(100% - 32px);
  }

  .topping-origin-panel {
    gap: 28px;
    padding: 34px 20px;
    border-radius: 8px;
    background-position: center bottom;
  }

  .topping-origin-panel::after {
    left: 34%;
    width: 190px;
    height: 160px;
  }

  .topping-origin-rule {
    margin-bottom: 18px;
  }

  .topping-origin-copy h2 {
    font-size: clamp(29px, 9.2vw, 36px);
  }

  .topping-origin-lead {
    margin-top: 8px;
    margin-bottom: 20px;
    font-size: clamp(23px, 7.8vw, 30px);
  }

  .topping-origin-copy p:not(.topping-origin-lead) {
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.58;
  }

  .topping-origin-timeline {
    gap: 12px;
    padding-left: 30px;
  }

  .topping-origin-timeline::before {
    top: 40px;
    bottom: 40px;
    left: 8px;
  }

  .topping-origin-fact {
    min-height: 0;
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 14px;
    padding: 14px;
  }

  .topping-origin-fact::before {
    left: -28px;
    width: 12px;
    height: 12px;
  }

  .topping-origin-icon {
    width: 50px;
    height: 50px;
  }

  .topping-origin-icon svg {
    width: 31px;
    height: 31px;
  }

  .topping-origin-fact p {
    font-size: 14px;
    line-height: 1.44;
  }

  .topping-origin-proof-card {
    padding: 26px 22px 24px;
  }

  .topping-origin-proof-number {
    width: 50px;
    height: 50px;
    font-size: 21px;
  }

  .topping-origin-proof-icon {
    top: 24px;
    right: 22px;
    width: 62px;
    height: 62px;
  }

  .topping-origin-proof-card h3 {
    margin-top: 24px;
    font-size: 20px;
  }

  .topping-origin-proof-card p {
    font-size: 15px;
    line-height: 1.52;
  }
}

.topping-method-card span,
.topping-operations-grid span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  background: #dce936;
  color: var(--dark);
  font-size: 18px;
  font-weight: 800;
}

.topping-reason-grid h3,
.topping-method-card h3,
.topping-benefits-block h3,
.topping-reference-grid h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.22;
  text-transform: uppercase;
}

.topping-shop {
  padding: 56px 60px 68px;
  border-top: 1px solid var(--line);
  background: #ffffff;
}

.topping-page .topping-page-24 > .topping-shop {
  width: calc(100% - 48px);
  max-width: none;
}

.topping-shop-head {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.55fr);
  gap: 34px;
  align-items: end;
  margin-bottom: 38px;
}

.topping-shop-head h2 {
  max-width: 860px;
  margin: 0;
  font-size: clamp(32px, 3.2vw, 46px);
  font-weight: 800;
  line-height: 1.08;
  text-transform: uppercase;
}

.topping-shop-head p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.topping-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px 28px;
}

.topping-product-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 548px;
  padding: 14px 18px 22px;
  border: 1px solid transparent;
  background: #ffffff;
  text-align: center;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.topping-product-card:hover,
.topping-product-card:focus-within {
  border-color: var(--line);
  box-shadow: 0 18px 40px rgba(28, 34, 36, 0.08);
  transform: translateY(-2px);
}

.topping-product-card img {
  width: 100%;
  height: clamp(210px, 24vw, 280px);
  object-fit: contain;
  object-position: center;
}

.topping-product-badge {
  position: absolute;
  top: 10px;
  right: 28%;
  z-index: 1;
  display: inline-grid;
  min-width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #dce936;
  color: var(--dark);
  font-size: 11px;
  font-weight: 800;
}

.topping-product-copy {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 6px 8px 18px;
}

.topping-product-copy h3 {
  margin: 0;
  color: var(--dark);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.24;
}

.topping-product-copy p {
  max-width: 350px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.52;
}

.topping-product-action {
  display: grid;
  justify-items: center;
  gap: 14px;
}

.topping-product-action strong {
  color: var(--dark);
  font-size: 19px;
  line-height: 1.2;
}

.topping-product-action .button {
  min-width: 156px;
  min-height: 52px;
  gap: 14px;
  padding: 0 24px;
  border-color: var(--brand-lime);
  background: var(--brand-lime);
  color: #151a1b;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 14px 26px rgba(147, 151, 0, 0.18);
}

.topping-product-action .button::after {
  content: "→";
  font-size: 18px;
  line-height: 1;
  transition: transform 0.18s ease;
}

.topping-product-action .button:hover,
.topping-product-action .button:focus-visible {
  border-color: #c7ca16;
  background: #cfd21e;
  color: #101414;
  box-shadow: 0 16px 30px rgba(147, 151, 0, 0.26);
}

.topping-product-action .button:hover::after,
.topping-product-action .button:focus-visible::after {
  transform: translateX(3px);
}

.topping-band-head,
.topping-simple-head,
.topping-reference-head {
  padding: 46px 60px 42px;
  background: #5d6264;
  color: #ffffff;
}

.topping-localization-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.36fr) minmax(0, 1fr);
  gap: 46px;
  align-items: start;
  padding: 54px 60px 44px;
}

.topping-brand-block {
  display: grid;
  align-items: center;
  justify-items: center;
  padding: 24px 0;
}

.topping-brand-block img {
  width: min(320px, 100%);
  height: auto;
  aspect-ratio: 476 / 420;
  object-fit: contain;
  object-position: center;
}

.topping-reason-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px 34px;
}

.topping-reason-grid article {
  position: relative;
  padding-left: 28px;
}

.topping-reason-grid article::before,
.topping-benefits-block li::before,
.topping-applications li::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: #dce936;
}

.topping-reason-grid article::before {
  top: 4px;
  left: 0;
}

.topping-reason-grid h3 {
  font-size: 19px;
}

.topping-reason-grid p,
.topping-system-head p,
.topping-system-intro p,
.topping-method-card p,
.topping-ready-mix p,
.topping-screeds-note,
.topping-operations-grid p,
.topping-reference-grid li {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.topping-reason-grid p {
  margin-top: 10px;
}

.topping-wide-photo {
  position: relative;
  margin: 0;
}

.topping-wide-photo img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.topping-wide-photo figcaption {
  position: absolute;
  right: 60px;
  bottom: 28px;
  max-width: 430px;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.84);
  color: #303436;
  font-size: 13px;
  line-height: 1.4;
  text-transform: uppercase;
}

.topping-system {
  --topping-system-bg: #13222c;
  --topping-system-bg-soft: #1d303b;
  --topping-system-text: rgba(255, 255, 255, 0.88);
  --topping-system-muted: rgba(255, 255, 255, 0.7);
  --topping-system-line: rgba(255, 255, 255, 0.24);
  --topping-system-accent: #dce936;
  background: #f4f4ef;
}

.topping-section > .topping-system {
  width: calc(100% - 40px);
  max-width: none;
}

.topping-system-head {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 0.86fr) minmax(0, 1.14fr);
  gap: 42px;
  align-items: stretch;
  overflow: hidden;
  padding: 34px 42px 28px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 26% 70%, rgba(94, 151, 191, 0.24), transparent 36%),
    linear-gradient(135deg, #213440 0%, #13242e 48%, #0d1a22 100%);
  color: #ffffff;
}

.topping-system .topping-benefits-block {
  width: min(var(--container), 100%);
  margin-right: auto;
  margin-left: auto;
}

.topping-system-head::before {
  position: absolute;
  inset: -60px -80px auto auto;
  width: min(36vw, 460px);
  height: 320px;
  background:
    linear-gradient(30deg, transparent 0 48%, rgba(255, 255, 255, 0.11) 49% 51%, transparent 52%),
    linear-gradient(150deg, transparent 0 48%, rgba(255, 255, 255, 0.08) 49% 51%, transparent 52%);
  background-size: 150px 86px;
  content: "";
  opacity: 0.58;
  pointer-events: none;
}

.topping-system-visual,
.topping-system-copy {
  position: relative;
  z-index: 1;
}

.topping-system-visual {
  display: grid;
  align-content: start;
  min-width: 0;
}

.topping-system-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  width: fit-content;
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.topping-system-brand-mark {
  display: block;
  width: 54px;
  height: 54px;
  overflow: hidden;
}

.topping-system-brand-mark img {
  width: auto;
  max-width: none;
  height: 54px;
}

.topping-slab-visual {
  display: grid;
  gap: 26px;
  min-width: 0;
  margin: 34px 0 0;
}

.topping-slab-visual img {
  width: min(500px, 100%);
  height: auto;
  object-fit: contain;
  object-position: center;
}

.topping-slab-visual figcaption {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin: 0;
  color: var(--topping-system-text);
  font-size: 16px;
  line-height: 1.48;
}

.topping-slab-visual figcaption svg {
  width: 58px;
  height: 58px;
  fill: none;
  stroke: var(--topping-system-accent);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.topping-slab-visual figcaption strong {
  color: var(--topping-system-accent);
}

.topping-system-copy {
  display: grid;
  align-content: start;
  min-width: 0;
  padding-left: 42px;
  border-left: 1px solid var(--topping-system-line);
}

.topping-system-copy .section-kicker {
  margin-bottom: 18px;
  color: var(--topping-system-accent);
  letter-spacing: 0;
}

.topping-system-copy .section-kicker::after {
  display: block;
  width: 40px;
  height: 3px;
  margin-top: 14px;
  background: var(--topping-system-accent);
  content: "";
}

.topping-system-head h2 {
  max-width: 760px;
  color: #ffffff;
  font-size: clamp(44px, 3.2vw, 64px);
  font-weight: 700;
  line-height: 1.08;
  text-transform: none;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
}

.topping-system-copy > p {
  max-width: 720px;
  margin-top: 18px;
  color: var(--topping-system-text);
  font-size: 20px;
  line-height: 1.42;
}

.topping-system-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(220px, 0.85fr);
  gap: 28px;
  margin-top: 36px;
}

.topping-system-intro article {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  min-width: 0;
}

.topping-system-intro article:last-child {
  grid-template-columns: 76px minmax(0, 0.9fr);
}

.topping-system-icon {
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.topping-system-icon svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: var(--topping-system-accent);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.3;
}

.topping-system-intro p {
  margin: 0;
  color: var(--topping-system-text);
  font-size: 15px;
  line-height: 1.46;
}

@media (max-width: 1120px) {
  .topping-system-head {
    grid-template-columns: 1fr;
  }

  .topping-system-copy {
    padding-top: 28px;
    padding-left: 0;
    border-top: 1px solid var(--topping-system-line);
    border-left: 0;
  }

  .topping-system-head h2 {
    max-width: 820px;
    font-size: clamp(36px, 3.7vw, 50px);
  }

  .topping-system-intro {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.7fr);
  }

  .topping-system-intro article:last-child {
    grid-template-columns: 76px minmax(0, 1fr);
  }
}

.topping-method-grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.85fr) minmax(280px, 1fr) minmax(230px, 0.78fr);
  gap: 0;
  align-items: stretch;
  padding: 0 60px 52px;
}

.topping-method-card {
  display: grid;
  align-content: center;
  padding: 34px;
  border: 1px solid var(--line);
  border-right: 0;
  background: #ffffff;
}

.topping-method-card h3 {
  font-size: 25px;
}

.topping-method-card p {
  margin-top: 20px;
}

.topping-project-photo {
  position: relative;
  min-height: 100%;
  margin: 0;
  background: #5d6264;
}

.topping-project-photo img {
  width: 100%;
  height: 100%;
  min-height: 310px;
  object-fit: cover;
}

.topping-project-photo figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.78);
  color: #3d4142;
  font-size: 13px;
  line-height: 1.45;
}

.topping-ready-mix {
  display: grid;
  align-content: end;
  gap: 14px;
  padding: 32px;
  background: #5d6264;
}

.topping-ready-mix h3 {
  margin: 0;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
}

.topping-ready-mix p {
  color: rgba(255, 255, 255, 0.86);
}

.topping-system .topping-method-grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.84fr) minmax(360px, 1.48fr) minmax(240px, 0.86fr);
  gap: 16px;
  align-items: stretch;
  padding: 16px 0 0;
  background: #f4f4ef;
}

.topping-system-step,
.topping-system .topping-ready-mix {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 362px;
  overflow: hidden;
  padding: 38px 36px 34px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 28%),
    var(--topping-system-bg-soft);
  color: #ffffff;
}

.topping-system-step::after,
.topping-system .topping-ready-mix::after {
  position: absolute;
  right: -64px;
  bottom: -40px;
  width: 230px;
  height: 160px;
  background:
    linear-gradient(30deg, transparent 0 48%, rgba(255, 255, 255, 0.14) 49% 51%, transparent 52%),
    linear-gradient(150deg, transparent 0 48%, rgba(255, 255, 255, 0.1) 49% 51%, transparent 52%);
  background-size: 118px 68px;
  content: "";
  opacity: 0.6;
  pointer-events: none;
}

.topping-system-number {
  position: relative;
  z-index: 1;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 5px;
  background: var(--topping-system-accent);
  color: #152129;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.topping-system-step h3,
.topping-system .topping-ready-mix h3 {
  position: relative;
  z-index: 1;
  max-width: 330px;
  margin: 28px 0 0;
  color: #ffffff;
  font-size: 25px;
  line-height: 1.22;
  text-transform: none;
}

.topping-system-step h3::after,
.topping-system .topping-ready-mix h3::after {
  display: block;
  width: 46px;
  height: 3px;
  margin-top: 20px;
  background: var(--topping-system-accent);
  content: "";
}

.topping-system-step p,
.topping-system .topping-ready-mix p {
  position: relative;
  z-index: 1;
  max-width: 330px;
  margin-top: 20px;
  color: var(--topping-system-text);
  font-size: 16px;
  line-height: 1.58;
}

.topping-system-photo {
  position: relative;
  min-width: 0;
  min-height: 362px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--topping-system-bg-soft);
}

.topping-system-photo img {
  width: 100%;
  height: 100%;
  min-height: 362px;
  object-fit: cover;
  object-position: center;
}

.topping-system-photo figcaption {
  position: absolute;
  right: 96px;
  bottom: 18px;
  left: 18px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 66px;
  margin: 0;
  padding: 13px 18px;
  border-radius: 6px;
  background: rgba(24, 36, 44, 0.9);
  color: #ffffff;
  font-size: 16px;
  line-height: 1.35;
}

.topping-system-photo figcaption svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: var(--topping-system-accent);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.topping-benefits-block {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 34px;
  padding: 42px 60px 54px;
  border-top: 1px solid var(--line);
}

.topping-benefits-block h3 {
  color: #3d4142;
}

.topping-benefits-block ul,
.topping-applications ul,
.topping-reference-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.topping-benefits-block ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 28px;
}

.topping-benefits-block li {
  position: relative;
  min-height: 24px;
  padding-left: 30px;
  color: #3d4142;
  font-size: 15px;
  line-height: 1.45;
}

.topping-benefits-block li::before {
  top: 4px;
  left: 0;
  width: 12px;
  height: 12px;
}

.topping-applications {
  padding: 48px 60px;
  background: #5d6264;
  color: #ffffff;
}

.topping-applications ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px 28px;
  margin-top: 26px;
}

.topping-applications li {
  position: relative;
  min-height: 30px;
  padding-left: 30px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.35;
}

.topping-applications li::before {
  top: 4px;
  left: 0;
}

.topping-screeds-note {
  padding: 34px 60px;
  color: #3d4142;
}

.topping-method-grid-reverse {
  grid-template-columns: minmax(280px, 1fr) minmax(240px, 0.85fr) minmax(230px, 0.78fr);
}

.topping-method-grid-reverse .topping-method-card {
  border-right: 1px solid var(--line);
  border-left: 0;
}

.topping-operations-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.topping-operations-grid article {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 285px;
  padding: 0 22px 26px;
  background: #ffffff;
}

.topping-operations-grid img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 0 18px;
  aspect-ratio: 1 / 1;
  background: #a9ddd7;
  object-fit: contain;
  object-position: center;
}

.topping-operations-grid span {
  position: relative;
  z-index: 1;
  margin: -60px 0 18px;
}

.topping-operations-grid p {
  padding-top: 0;
  color: #3d4142;
}

.topping-reference-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.topping-reference-grid article {
  display: grid;
  gap: 22px;
  align-content: start;
  padding: 34px;
  background: #ffffff;
}

.topping-reference-grid h3 {
  padding-bottom: 10px;
  border-bottom: 12px solid #dce936;
  font-size: 21px;
}

.topping-reference-grid ul {
  display: grid;
  gap: 12px;
}

.topping-reference-grid li strong {
  color: var(--dark);
}

.topping-reference-grid img {
  width: 100%;
  min-height: 220px;
  max-height: 300px;
  object-fit: cover;
}

.topping-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  border-top: 1px solid var(--line);
}

.topping-cta h2 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.12;
}

.topping-cta p:last-child {
  max-width: 700px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.68;
}

.topping-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.75fr);
  gap: 48px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.split-section h2,
.section-head h2,
.request-copy h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(28px, 4.2vw, 48px);
  line-height: 1.08;
}

.split-section p:last-child,
.request-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.section-head {
  display: grid;
  gap: 8px;
  margin-bottom: 28px;
}

#areas {
  padding-top: 48px;
  padding-bottom: 48px;
}

.card-grid {
  display: grid;
  gap: 12px;
}

.catalog-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0;
  border: 1px solid var(--line);
  background: var(--surface);
}

.catalog-grid::after {
  content: "";
  display: block;
  grid-column: span 3;
  min-height: 258px;
  border-bottom: 0;
  background: var(--surface);
}

.catalog-grid:has(.catalog-card:nth-child(12))::after {
  display: none;
}

.catalog-card {
  position: relative;
  grid-column: span 3;
  min-height: 258px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  overflow: hidden;
  padding: 28px 18px 26px;
  border: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  color: inherit;
  text-align: center;
  transition:
    background-color 0.24s ease,
    box-shadow 0.24s ease,
    transform 0.24s ease;
}

.catalog-card:nth-child(4n) {
  border-right: 0;
}

.catalog-card:nth-child(n + 9) {
  border-bottom: 0;
}

.catalog-card::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(17, 17, 17, 0);
  pointer-events: none;
  transition: border-color 0.24s ease;
}

.catalog-card:hover,
.catalog-card-link:focus-visible {
  z-index: 1;
  background: var(--brand-lime);
  box-shadow: 0 18px 34px rgba(17, 17, 17, 0.12);
  transform: translateY(-2px);
}

.catalog-card:hover::after,
.catalog-card-link:focus-visible::after {
  border-color: rgba(17, 17, 17, 0.2);
}

.catalog-card-link {
  cursor: pointer;
}

.catalog-card-link:focus-visible {
  outline: none;
}

.catalog-card-media {
  display: flex;
  width: min(78%, 236px);
  height: 132px;
  align-items: center;
  justify-content: center;
}

.catalog-card-media img {
  display: block;
  max-width: 100%;
  max-height: 132px;
  object-fit: contain;
  filter: grayscale(1) contrast(1.05);
  mix-blend-mode: multiply;
  transition:
    filter 0.24s ease,
    transform 0.24s ease;
}

.catalog-card:hover .catalog-card-media img,
.catalog-card-link:focus-visible .catalog-card-media img {
  filter: grayscale(1) contrast(1.18);
  transform: scale(1.07);
}

.catalog-card-media img:is(
  [src*="topping.png"],
  [src*="polymer-floors.png"],
  [src*="polyurethane-cement.png"],
  [src*="concrete-repair.png"],
  [src*="steel-fiber.png"],
  [src*="waterproofing.png"],
  [src*="special-compounds.png"],
  [src*="formwork.png"],
  [src*="concrete-additives.png"],
  [src*="external-reinforcement.png"],
  [src*="flexible-concrete.png"]
) {
  filter: none;
  mix-blend-mode: normal;
}

.catalog-card:hover .catalog-card-media img:is(
  [src*="topping.png"],
  [src*="polymer-floors.png"],
  [src*="polyurethane-cement.png"],
  [src*="concrete-repair.png"],
  [src*="steel-fiber.png"],
  [src*="waterproofing.png"],
  [src*="special-compounds.png"],
  [src*="formwork.png"],
  [src*="concrete-additives.png"],
  [src*="external-reinforcement.png"],
  [src*="flexible-concrete.png"]
),
.catalog-card-link:focus-visible .catalog-card-media img:is(
  [src*="topping.png"],
  [src*="polymer-floors.png"],
  [src*="polyurethane-cement.png"],
  [src*="concrete-repair.png"],
  [src*="steel-fiber.png"],
  [src*="waterproofing.png"],
  [src*="special-compounds.png"],
  [src*="formwork.png"],
  [src*="concrete-additives.png"],
  [src*="external-reinforcement.png"],
  [src*="flexible-concrete.png"]
) {
  filter: none;
}

.catalog-card h3 {
  max-width: 280px;
  text-align: center;
}

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

.wire-card {
  display: flex;
  min-height: 150px;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

a.wire-card {
  color: inherit;
  text-decoration: none;
}

.wire-card.compact {
  min-height: 112px;
  justify-content: center;
}

.area-card {
  min-height: 220px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.area-card--image-swap {
  --area-glow-x: 50%;
  --area-glow-y: 22%;
  --area-media-width: 126px;
  --area-media-height: 116px;
  --area-base-size: 96px;
  --area-hover-size: 138px;
  --area-swap-duration: 240ms;
  --area-swap-ease: cubic-bezier(0.2, 0.7, 0.2, 1);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition:
    border-color 0.26s ease,
    box-shadow 0.26s ease,
    transform 0.26s ease;
}

.area-card--image-swap::before {
  position: absolute;
  z-index: 0;
  inset: -1px;
  content: "";
  background:
    radial-gradient(circle at var(--area-glow-x) var(--area-glow-y), rgba(220, 233, 54, 0.32), rgba(220, 233, 54, 0.12) 34%, rgba(220, 233, 54, 0) 68%),
    linear-gradient(135deg, rgba(220, 233, 54, 0.18), rgba(255, 255, 255, 0.08) 42%, rgba(93, 98, 100, 0.08));
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease;
}

.area-card--image-swap > * {
  position: relative;
  z-index: 1;
}

.area-card--image-swap:hover,
.area-card--image-swap.is-hovered {
  border-color: rgba(193, 198, 37, 0.56);
  box-shadow: 0 16px 34px rgba(17, 17, 17, 0.1);
  transform: translateY(-2px);
}

.area-card--image-swap:hover::before,
.area-card--image-swap.is-hovered::before {
  opacity: 1;
}

.area-card--image-swap .area-card-media {
  display: flex;
  width: var(--area-media-width);
  height: var(--area-media-height);
  align-items: center;
  justify-content: center;
}

.area-card--image-swap .area-card-coin {
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
}

.area-card img {
  display: block;
  width: 96px;
  height: 96px;
  object-fit: contain;
  filter: grayscale(1);
  mix-blend-mode: multiply;
}

.area-card--image-swap .area-card-image {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.94);
  transform-origin: center;
  object-fit: contain;
  object-position: 50% 50%;
  transition:
    opacity var(--area-swap-duration) var(--area-swap-ease),
    transform var(--area-swap-duration) var(--area-swap-ease),
    filter var(--area-swap-duration) var(--area-swap-ease),
    clip-path var(--area-swap-duration) var(--area-swap-ease);
  will-change: opacity, transform, clip-path;
}

.area-card--image-swap .area-card-image--base {
  width: var(--area-base-size);
  height: var(--area-base-size);
  filter: grayscale(1) blur(0.45px);
  mix-blend-mode: multiply;
}

.area-card--image-swap .area-card-image--hover {
  width: var(--area-hover-size);
  height: var(--area-hover-size);
  clip-path: circle(0% at 50% 50%);
  filter: none;
  mix-blend-mode: normal;
  transform: translate(-50%, -50%) scale(0.86);
}

.area-card--image-swap .area-card-image.is-visible {
  opacity: 1;
}

.area-card--image-swap .area-card-image--base.is-visible {
  filter: grayscale(1) blur(0);
  transform: translate(-50%, -50%) scale(1);
}

.area-card--image-swap .area-card-image--hover.is-visible {
  clip-path: circle(76% at 50% 50%);
  transform: translate(-50%, -50%) scale(1);
}

.area-card--image-swap.is-showing-hover {
  --area-swap-duration: 280ms;
}

.area-card h3 {
  max-width: 260px;
  text-transform: uppercase;
}

.area-menu-link.area-card--image-swap {
  color: inherit;
  background: var(--surface);
}

.area-menu-link.area-card--image-swap:hover,
.area-menu-link.area-card--image-swap.is-hovered,
.area-menu-link.area-card--image-swap:focus-visible {
  background: var(--surface);
  box-shadow: inset 0 0 0 1px rgba(193, 198, 37, 0.52);
  transform: none;
}

.area-menu-link.area-card--image-swap .area-card-media {
  --area-media-width: 84px;
  --area-media-height: 76px;
}

.area-menu-link.area-card--image-swap .area-card-coin {
  width: 100%;
  height: 100%;
}

.area-menu-link.area-card--image-swap .area-card-image--base {
  --area-base-size: 66px;
}

.area-menu-link.area-card--image-swap .area-card-image--hover {
  --area-hover-size: 92px;
}

@media (prefers-reduced-motion: reduce) {
  .area-card--image-swap,
  .area-card--image-swap::before,
  .area-card--image-swap .area-card-image {
    transition: none;
  }

  .area-card--image-swap:hover,
  .area-card--image-swap.is-hovered {
    transform: none;
  }
}

.wire-card span,
.process-grid span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.wire-card h3,
.process-grid h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.22;
}

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

#gok {
  padding-top: 48px;
}

.gok-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.65fr) minmax(0, 1fr);
  gap: 16px;
}

.gok-lead {
  position: relative;
  display: grid;
  min-height: 290px;
  align-content: end;
  gap: 14px;
  overflow: hidden;
  padding: 26px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(12, 39, 48, 0.2) 0%, rgba(12, 39, 48, 0.84) 100%),
    url("assets/gok/hero-1440.jpg") center / cover no-repeat;
  color: #ffffff;
  text-decoration: none;
}

.gok-lead::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

.gok-lead span,
.gok-lead h3,
.gok-lead p,
.gok-lead strong {
  position: relative;
  z-index: 1;
}

.gok-lead span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.gok-lead h3 {
  max-width: 320px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
}

.gok-lead p {
  max-width: 420px;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.48;
}

.gok-lead strong {
  color: var(--brand-lime);
  font-size: 16px;
  line-height: 1.15;
  text-transform: uppercase;
}

.gok-lead:hover,
.gok-lead:focus-visible {
  border-color: var(--brand-lime);
  outline: none;
}

.gok-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.gok-list a {
  display: flex;
  min-height: 104px;
  align-items: center;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  font-size: 20px;
  font-weight: 800;
  transition:
    background-color 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    color 0.22s ease,
    transform 0.22s ease;
}

.gok-list-icon {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  color: #5d6264;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition:
    color 0.22s ease,
    transform 0.22s ease;
}

.gok-list a span {
  min-width: 0;
}

.gok-list a:hover,
.gok-list a:focus-visible {
  border-color: var(--brand-lime);
  background: var(--brand-lime);
  box-shadow: 0 18px 34px rgba(17, 17, 17, 0.12);
  color: var(--dark);
  outline: none;
  transform: translateY(-2px);
}

.gok-list a:hover .gok-list-icon,
.gok-list a:focus-visible .gok-list-icon {
  color: var(--dark);
  transform: scale(1.06);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-grid li {
  min-height: 210px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  transition:
    background-color 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    color 0.22s ease,
    transform 0.22s ease;
}

.process-grid li:hover {
  border-color: var(--brand-lime);
  background: var(--brand-lime);
  box-shadow: 0 18px 34px rgba(17, 17, 17, 0.12);
  color: var(--dark);
  transform: translateY(-2px);
}

.process-grid h3 {
  margin-top: 54px;
}

.process-grid p {
  margin: 14px 0 0;
  color: var(--muted);
  transition: color 0.22s ease;
}

.process-grid li:hover p {
  color: rgba(17, 17, 17, 0.72);
}

.request-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.7fr);
  gap: 40px;
  align-items: start;
}

.page-request-section {
  padding: var(--formwork-section-y) var(--formwork-edge-pad);
  border-top: 1px solid var(--line);
}

.page-request-section .request-copy h2 {
  max-width: 760px;
  overflow-wrap: anywhere;
}

.page-request-section .request-copy > p:not(.section-kicker) {
  max-width: 680px;
}

.request-contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 196px), 1fr));
  gap: 12px;
  margin-top: 24px;
}

.request-contact-card {
  display: grid;
  min-height: 96px;
  align-content: space-between;
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--surface);
  color: var(--text);
  font-weight: 700;
}

a.request-contact-card:hover,
a.request-contact-card:focus-visible {
  border-color: var(--dark);
  background: #ffffff;
  outline: none;
}

.request-contact-label {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.request-contact-value {
  margin: 0;
  color: var(--text);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: none;
}

.request-contact-value--icon {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 15px;
  white-space: nowrap;
}

.request-contact-value--icon img {
  flex: 0 0 auto;
}

.request-contact-email {
  cursor: text;
  user-select: text;
}

.request-contact-email-text {
  user-select: text;
}

.request-form {
  display: grid;
  gap: 14px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.request-form label {
  display: grid;
  gap: 8px;
}

.request-form label span {
  color: var(--muted);
  font-weight: 800;
}

.request-form input,
.request-form textarea {
  width: 100%;
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  background: #ffffff;
  color: var(--text);
}

.request-form input {
  min-height: 46px;
  padding: 0 12px;
}

.request-form textarea {
  min-height: 116px;
  padding: 12px;
  resize: vertical;
}

.request-form input:focus,
.request-form textarea:focus {
  border-color: var(--dark);
  outline: 2px solid rgba(34, 34, 34, 0.18);
  outline-offset: 2px;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--muted);
  font-weight: 800;
}

.request-whatsapp {
  width: 100%;
}

.site-footer {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(var(--container), calc(100% - 32px));
  grid-template-columns: minmax(210px, 1.05fr) minmax(180px, 0.75fr) minmax(260px, 1.35fr) minmax(170px, 0.8fr);
  align-items: start;
  gap: 24px;
  margin: 0 auto;
  padding: 34px 0 38px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  line-height: 1.35;
}

.footer-brand,
.footer-contacts,
.footer-address,
.footer-socials {
  display: grid;
  gap: 10px;
}

.footer-brand span {
  color: var(--text);
  font-size: 22px;
  font-weight: 800;
}

.footer-brand p,
.footer-address p {
  margin: 0;
}

.footer-brand p {
  font-weight: 500;
}

.footer-brand small {
  color: var(--text);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
}

.footer-address span {
  color: var(--text);
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.footer-address {
  font-style: normal;
}

.footer-contacts a,
.footer-address a,
.footer-socials a {
  color: var(--text);
  font-weight: 500;
}

.footer-contacts a:hover,
.footer-contacts a:focus-visible,
.footer-address a:hover,
.footer-address a:focus-visible,
.footer-socials a:hover,
.footer-socials a:focus-visible {
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.footer-whatsapp {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 8px;
}

.footer-whatsapp img {
  flex: 0 0 auto;
}

.footer-social-link {
  display: grid;
  grid-template-columns: 44px max-content;
  width: max-content;
  align-items: center;
  gap: 10px;
  line-height: 1.15;
}

.footer-social-link img {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  justify-self: start;
  object-fit: contain;
}

.footer-social-link img[src$="2gis.svg"] {
  width: 40px;
  height: 16px;
}

.gok-page {
  --gok-blue: #244f60;
  --gok-blue-dark: #183d4b;
  --gok-ice: #eef3f2;
  overflow-x: hidden;
}

.gok-hero {
  position: relative;
  display: grid;
  width: min(var(--container), calc(100% - 32px));
  min-height: 640px;
  align-items: end;
  margin: 0 auto;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--gok-blue);
  color: #ffffff;
}

.gok-hero picture {
  position: absolute;
  inset: 0;
}

.gok-hero picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gok-hero::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(18, 48, 60, 0.92) 0 38%, rgba(18, 48, 60, 0.58) 58%, rgba(18, 48, 60, 0.22)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.28));
  content: "";
}

.gok-hero-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
  max-width: 770px;
  padding: 76px 64px;
}

.gok-hero-copy .section-kicker {
  color: rgba(255, 255, 255, 0.76);
}

.gok-hero-copy h1,
.gok-intro-copy h2,
.gok-band-head h2,
.gok-cta h2 {
  margin: 0;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.gok-hero-copy h1 {
  font-size: clamp(42px, 5vw, 66px);
  line-height: 0.98;
  overflow-wrap: normal;
}

.gok-hero-copy p:not(.section-kicker) {
  max-width: 650px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
}

.gok-hero .button-light {
  color: var(--text);
}

.gok-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.82fr);
  gap: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.gok-intro-copy,
.gok-projects {
  min-width: 0;
  min-height: 500px;
  padding: 62px 58px;
}

.gok-intro-copy {
  display: grid;
  align-content: center;
  border: 1px solid var(--line);
  border-right: 0;
  background: #ffffff;
}

.gok-intro-copy h2,
.gok-band-head h2,
.gok-cta h2 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.gok-intro-copy h2 {
  font-size: clamp(30px, 3.4vw, 42px);
}

.gok-intro-copy p:last-child {
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.gok-projects {
  display: grid;
  align-content: center;
  border: 1px solid var(--line);
  background: var(--gok-blue);
  color: #ffffff;
}

.gok-projects h3 {
  margin: 0;
  font-size: 26px;
  line-height: 1.16;
  text-transform: uppercase;
}

.gok-projects ul,
.gok-process-grid,
.gok-solution-card dl,
.gok-product-grid p {
  margin: 0;
}

.gok-projects ul {
  display: grid;
  gap: 14px;
  margin-top: 30px;
  padding: 0;
  list-style: none;
}

.gok-projects li,
.gok-process-grid p {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.55;
}

.gok-projects li {
  position: relative;
  padding-left: 28px;
  font-weight: 700;
}

.gok-projects li::before,
.gok-process-grid article::before {
  position: absolute;
  left: 0;
  display: block;
  width: 12px;
  height: 12px;
  background: #dce936;
  content: "";
}

.gok-projects li::before {
  top: 0.48em;
}

.gok-dark-band {
  background: var(--gok-blue);
  color: #ffffff;
}

.gok-dark-band .section-shell,
.gok-products .section-shell {
  padding-top: 70px;
  padding-bottom: 70px;
}

.gok-band-head {
  display: grid;
  gap: 8px;
  margin-bottom: 36px;
}

.gok-dark-band .section-kicker,
.gok-products .section-kicker {
  color: rgba(255, 255, 255, 0.68);
}

.gok-process-map {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
  gap: 42px;
  align-items: stretch;
}

.gok-process-map figure {
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
}

.gok-process-map img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
}

.gok-process-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.18);
}

.gok-process-grid article {
  position: relative;
  min-height: 180px;
  padding: 30px 28px 28px;
  background: rgba(24, 61, 75, 0.92);
}

.gok-process-grid article::before {
  top: 31px;
  left: 28px;
}

.gok-process-grid h3 {
  margin: 0 0 16px;
  padding-left: 26px;
  font-size: 20px;
  line-height: 1.18;
  text-transform: uppercase;
}

.gok-solutions {
  padding-top: 74px;
}

.gok-solution-grid {
  display: grid;
  gap: 1px;
  background: var(--line);
}

.gok-solution-card {
  display: grid;
  grid-template-columns: minmax(240px, 0.52fr) minmax(0, 1fr);
  gap: 38px;
  align-items: center;
  min-height: 470px;
  padding: 42px 52px;
  background: #ffffff;
}

.gok-solution-card.is-dark {
  background: var(--gok-blue);
  color: #ffffff;
}

.gok-solution-card img {
  display: block;
  width: 100%;
  height: min(430px, 46vw);
  min-height: 320px;
  border: 1px solid var(--line);
  object-fit: cover;
}

.gok-solution-card h3,
.gok-product-grid h3 {
  margin: 0;
  color: var(--gok-blue-dark);
  font-size: 26px;
  line-height: 1.14;
  text-transform: uppercase;
}

.gok-solution-card.is-dark h3,
.gok-solution-card.is-dark p,
.gok-solution-card.is-dark dd {
  color: #ffffff;
}

.gok-solution-card dl {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.gok-solution-card dt {
  display: flex;
  align-items: center;
  min-height: 36px;
  padding: 6px 14px;
  background: #ececea;
  color: var(--dark);
  font-size: 18px;
  font-weight: 800;
}

.gok-solution-card dt::before {
  margin-right: 10px;
  color: #13a35b;
  content: "✓";
  font-weight: 900;
}

.gok-solution-card dt:first-child::before {
  color: #d71920;
  content: "×";
}

.gok-solution-card dd {
  margin: 0 0 4px;
  padding-left: 28px;
  color: #3d4142;
  font-size: 17px;
  line-height: 1.55;
}

.gok-solution-card dd::before {
  margin-left: -18px;
  padding-right: 10px;
  content: "▪";
}

.gok-solution-card p {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.gok-products {
  background: var(--gok-blue);
  color: #ffffff;
}

.gok-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.gok-product-grid article {
  display: grid;
  align-content: start;
  min-height: 320px;
  padding: 26px;
  background: #ffffff;
  color: var(--text);
}

.gok-product-grid img {
  display: block;
  width: 100%;
  height: 120px;
  margin-bottom: 24px;
  object-fit: contain;
  object-position: left center;
}

.gok-product-grid h3 {
  font-size: 20px;
}

.gok-product-grid p {
  margin-top: 14px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.gok-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.gok-cta p:last-child {
  max-width: 640px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 18px;
}

  .gok-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.mega-grid-areas .area-menu-link[aria-current="page"] {
  background: var(--surface-muted);
}

.mega-grid-areas .area-menu-link[aria-current="page"]:hover,
.mega-grid-areas .area-menu-link[aria-current="page"]:focus-visible {
  background: var(--brand-lime);
}

.oil-gas-page {
  --oil-gas-dark: #252a2b;
  --oil-gas-graphite: #4f5759;
  --oil-gas-blue: #244f60;
  --oil-gas-accent: #dce936;
  --oil-gas-soft: #f4f4ef;
  --formwork-section-y: clamp(44px, 5vw, 72px);
  --formwork-edge-pad: clamp(20px, 4.2vw, 58px);
  overflow-x: hidden;
}

.oil-gas-hero {
  display: grid;
  width: min(var(--container), calc(100% - 32px));
  min-height: 620px;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.7fr);
  margin: 0 auto;
  border-bottom: 1px solid var(--line);
  background: var(--oil-gas-dark);
  color: #ffffff;
}

.oil-gas-hero-copy {
  display: grid;
  align-content: center;
  min-width: 0;
  padding: 74px 64px;
}

.oil-gas-breadcrumbs {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.oil-gas-breadcrumbs a {
  color: inherit;
}

.oil-gas-breadcrumbs a:hover,
.oil-gas-breadcrumbs a:focus-visible {
  color: #ffffff;
  outline: none;
}

.oil-gas-hero-copy .section-kicker,
.oil-gas-dark-band .section-kicker,
.oil-gas-solutions .section-kicker {
  color: rgba(255, 255, 255, 0.7);
}

.oil-gas-hero-copy h1,
.oil-gas-intro-copy h2,
.oil-gas-band-head h2,
.oil-gas-section-head h2,
.oil-gas-method-copy h2,
.oil-gas-seo h2 {
  margin: 0;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.oil-gas-hero-copy h1 {
  max-width: 760px;
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.04;
  overflow-wrap: normal;
  word-break: normal;
}

.oil-gas-hero-copy p:not(.section-kicker) {
  max-width: 660px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  line-height: 1.6;
}

.oil-gas-hero-copy .button-light {
  border-color: #ffffff;
  background: #ffffff;
  color: var(--dark);
}

.oil-gas-hero-copy .button-light:hover,
.oil-gas-hero-copy .button-light:focus-visible {
  border-color: var(--accent);
  background: var(--accent);
  color: var(--dark);
}

.oil-gas-hero-visual {
  position: relative;
  display: grid;
  min-width: 0;
  margin: 0;
  place-items: center;
  overflow: hidden;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(135deg, rgba(220, 233, 54, 0.2), rgba(255, 255, 255, 0) 36%),
    radial-gradient(circle at 50% 38%, rgba(220, 233, 54, 0.14), rgba(220, 233, 54, 0) 44%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.07) 0 1px, transparent 1px 42px),
    var(--oil-gas-blue);
}

.oil-gas-hero-visual img {
  position: relative;
  z-index: 1;
  width: min(82%, 420px);
  height: auto;
  filter: drop-shadow(0 28px 42px rgba(0, 0, 0, 0.28));
}

.oil-gas-hero-visual figcaption {
  position: absolute;
  right: 34px;
  bottom: 34px;
  left: 34px;
  z-index: 2;
  display: grid;
  gap: 8px;
  padding: 20px 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(37, 42, 43, 0.84);
  color: #ffffff;
}

.oil-gas-hero-visual figcaption span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.oil-gas-hero-visual figcaption strong {
  max-width: 360px;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
}

.oil-gas-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.74fr);
  gap: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.oil-gas-intro-copy,
.oil-gas-proof {
  min-width: 0;
  min-height: 500px;
  padding: 62px 58px;
}

.oil-gas-intro-copy {
  display: grid;
  align-content: center;
  border: 1px solid var(--line);
  border-right: 0;
  background: #ffffff;
}

.oil-gas-intro-copy h2,
.oil-gas-band-head h2,
.oil-gas-section-head h2,
.oil-gas-method-copy h2,
.oil-gas-seo h2 {
  font-size: clamp(30px, 3.6vw, 46px);
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.oil-gas-intro-copy p:last-child,
.oil-gas-method-copy p,
.oil-gas-seo p {
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.oil-gas-proof {
  display: grid;
  align-content: center;
  border: 1px solid var(--line);
  background: var(--oil-gas-graphite);
  color: #ffffff;
}

.oil-gas-proof h3 {
  margin: 0;
  font-size: 26px;
  line-height: 1.16;
  text-transform: uppercase;
}

.oil-gas-proof ul {
  display: grid;
  gap: 14px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.oil-gas-proof li {
  position: relative;
  padding-left: 28px;
  color: rgba(255, 255, 255, 0.84);
  font-weight: 700;
  line-height: 1.52;
}

.oil-gas-proof li::before,
.oil-gas-zone-grid article::before {
  position: absolute;
  left: 0;
  display: block;
  width: 12px;
  height: 12px;
  background: var(--oil-gas-accent);
  content: "";
}

.oil-gas-proof li::before {
  top: 0.48em;
}

.oil-gas-dark-band,
.oil-gas-solutions {
  background: var(--oil-gas-dark);
  color: #ffffff;
}

.oil-gas-dark-band .section-shell,
.oil-gas-solutions .section-shell,
.oil-gas-faq .section-shell {
  padding-top: 70px;
  padding-bottom: 70px;
}

.oil-gas-band-head,
.oil-gas-section-head {
  display: grid;
  gap: 8px;
  margin-bottom: 36px;
}

.oil-gas-zone-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.oil-gas-zone-grid article {
  position: relative;
  min-height: 220px;
  padding: 32px 30px 30px;
  background: rgba(79, 87, 89, 0.72);
}

.oil-gas-zone-grid article::before {
  top: 34px;
  left: 30px;
}

.oil-gas-zone-grid h3 {
  margin: 0 0 16px;
  padding-left: 26px;
  font-size: 20px;
  line-height: 1.18;
  text-transform: uppercase;
}

.oil-gas-zone-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.6;
}

.oil-gas-requirements {
  padding-top: 74px;
}

.oil-gas-requirement-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.oil-gas-requirement-grid article {
  display: grid;
  min-height: 260px;
  align-content: start;
  gap: 16px;
  padding: 30px;
  background: #ffffff;
}

.oil-gas-requirement-grid span {
  width: max-content;
  padding: 5px 10px;
  background: var(--oil-gas-accent);
  color: var(--dark);
  font-size: 13px;
  font-weight: 900;
}

.oil-gas-requirement-grid h3,
.oil-gas-solution-grid h3,
.oil-gas-step-list strong,
.oil-gas-faq summary {
  margin: 0;
  color: var(--oil-gas-dark);
  font-size: 21px;
  line-height: 1.18;
  text-transform: uppercase;
}

.oil-gas-requirement-grid p,
.oil-gas-solution-grid p,
.oil-gas-step-list p,
.oil-gas-faq p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.oil-gas-solution-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.oil-gas-solution-grid article {
  display: grid;
  grid-template-columns: minmax(160px, 0.42fr) minmax(0, 1fr);
  min-height: 260px;
  background: #ffffff;
  color: var(--text);
}

.oil-gas-solution-grid img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

.oil-gas-solution-grid article > div {
  display: grid;
  align-content: center;
  gap: 14px;
  min-width: 0;
  padding: 30px;
}

.oil-gas-solution-grid a {
  width: max-content;
  max-width: 100%;
  color: var(--oil-gas-blue);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.oil-gas-solution-grid a:hover,
.oil-gas-solution-grid a:focus-visible {
  color: var(--dark);
  outline: none;
}

.oil-gas-method {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
  gap: 42px;
  align-items: start;
}

.oil-gas-method-copy {
  position: sticky;
  top: calc(var(--site-header-offset) + 24px);
}

.oil-gas-step-list {
  display: grid;
  gap: 1px;
  margin: 0;
  padding: 0;
  background: var(--line);
  list-style: none;
}

.oil-gas-step-list li {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 8px 20px;
  min-width: 0;
  padding: 28px;
  background: #ffffff;
}

.oil-gas-step-list span {
  display: grid;
  width: 54px;
  height: 54px;
  grid-row: span 2;
  place-items: center;
  background: var(--oil-gas-dark);
  color: var(--oil-gas-accent);
  font-size: 18px;
  font-weight: 900;
}

.oil-gas-faq {
  background: var(--oil-gas-soft);
}

.oil-gas-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.oil-gas-faq details {
  min-width: 0;
  padding: 26px 28px;
  background: #ffffff;
}

.oil-gas-faq summary {
  cursor: pointer;
}

.oil-gas-faq p {
  margin-top: 16px;
}

.oil-gas-seo {
  max-width: 940px;
}

.machine-page {
  --oil-gas-dark: #292d2e;
  --oil-gas-graphite: #505756;
  --oil-gas-blue: #3e5252;
  --oil-gas-accent: #dce936;
  --oil-gas-soft: #f4f5ef;
}

.machine-page .oil-gas-hero-copy h1 {
  max-width: 860px;
  font-size: clamp(34px, 3.55vw, 50px);
}

.machine-page .oil-gas-hero-visual {
  background:
    linear-gradient(135deg, rgba(220, 233, 54, 0.2), rgba(255, 255, 255, 0) 34%),
    radial-gradient(circle at 48% 40%, rgba(220, 233, 54, 0.12), rgba(220, 233, 54, 0) 42%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 38px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 38px),
    var(--oil-gas-blue);
}

.machine-page .machine-hero-visual::before {
  position: absolute;
  inset: 84px 58px 132px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(90deg, transparent 0 22%, rgba(255, 255, 255, 0.18) 22% 23%, transparent 23% 100%),
    linear-gradient(0deg, transparent 0 48%, rgba(255, 255, 255, 0.16) 48% 49%, transparent 49% 100%);
  content: "";
}

.machine-page .machine-hero-visual img {
  width: min(48%, 230px);
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: #f5f5ef;
  box-shadow: 0 28px 52px rgba(0, 0, 0, 0.22);
  filter: none;
}

.machine-page .machine-hero-visual figcaption strong {
  max-width: 430px;
}

.machine-page .oil-gas-zone-grid article {
  min-height: 240px;
}

.machine-page .oil-gas-solution-grid article:last-child {
  grid-column: 1 / -1;
}

.agro-page {
  --oil-gas-dark: #2b2f2c;
  --oil-gas-graphite: #566058;
  --oil-gas-blue: #405a55;
  --oil-gas-accent: #dce936;
  --oil-gas-soft: #f4f5ef;
}

.agro-page .oil-gas-hero-copy h1 {
  max-width: 900px;
  font-size: clamp(32px, 3.45vw, 48px);
}

.agro-page .oil-gas-hero-visual {
  background:
    linear-gradient(135deg, rgba(220, 233, 54, 0.22), rgba(255, 255, 255, 0) 35%),
    radial-gradient(circle at 52% 42%, rgba(220, 233, 54, 0.14), rgba(220, 233, 54, 0) 43%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 40px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 40px),
    var(--oil-gas-blue);
}

.agro-page .agro-hero-visual::before {
  position: absolute;
  inset: 84px 58px 132px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(90deg, transparent 0 29%, rgba(255, 255, 255, 0.16) 29% 30%, transparent 30% 100%),
    linear-gradient(0deg, transparent 0 54%, rgba(255, 255, 255, 0.16) 54% 55%, transparent 55% 100%);
  content: "";
}

.agro-page .agro-hero-visual img {
  width: min(54%, 250px);
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: #f7f7ef;
  box-shadow: 0 28px 52px rgba(0, 0, 0, 0.22);
  filter: none;
}

.agro-page .agro-hero-visual figcaption strong {
  max-width: 460px;
}

.agro-page .oil-gas-proof {
  background:
    linear-gradient(135deg, rgba(220, 233, 54, 0.14), rgba(255, 255, 255, 0) 38%),
    var(--oil-gas-graphite);
}

.agro-page .oil-gas-zone-grid article {
  min-height: 252px;
}

.energy-page {
  --oil-gas-dark: #22282a;
  --oil-gas-graphite: #4b5557;
  --oil-gas-blue: #314d55;
  --oil-gas-accent: #dce936;
  --oil-gas-soft: #f3f5ef;
}

.energy-page .oil-gas-hero-copy h1 {
  max-width: 900px;
  font-size: clamp(32px, 3.5vw, 50px);
}

.energy-page .oil-gas-hero-visual {
  background:
    linear-gradient(135deg, rgba(220, 233, 54, 0.2), rgba(255, 255, 255, 0) 34%),
    radial-gradient(circle at 50% 42%, rgba(220, 233, 54, 0.14), rgba(220, 233, 54, 0) 44%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.09) 0 1px, transparent 1px 36px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 36px),
    var(--oil-gas-blue);
}

.energy-page .energy-hero-visual::before {
  position: absolute;
  inset: 82px 56px 132px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  background:
    linear-gradient(90deg, transparent 0 18%, rgba(255, 255, 255, 0.16) 18% 19%, transparent 19% 58%, rgba(255, 255, 255, 0.13) 58% 59%, transparent 59% 100%),
    linear-gradient(0deg, transparent 0 38%, rgba(255, 255, 255, 0.14) 38% 39%, transparent 39% 72%, rgba(255, 255, 255, 0.11) 72% 73%, transparent 73% 100%);
  content: "";
}

.energy-page .energy-hero-visual img {
  width: min(54%, 250px);
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: #f6f7ef;
  box-shadow: 0 28px 52px rgba(0, 0, 0, 0.22);
  filter: none;
}

.energy-page .energy-hero-visual figcaption strong {
  max-width: 470px;
}

.energy-page .oil-gas-proof {
  background:
    linear-gradient(135deg, rgba(220, 233, 54, 0.13), rgba(255, 255, 255, 0) 38%),
    var(--oil-gas-graphite);
}

.energy-page .oil-gas-zone-grid article {
  min-height: 252px;
}

.energy-page .oil-gas-solution-grid article:last-child {
  grid-column: 1 / -1;
}

.logistics-page {
  --oil-gas-dark: #272d2e;
  --oil-gas-graphite: #505a58;
  --oil-gas-blue: #3f5754;
  --oil-gas-accent: #dce936;
  --oil-gas-soft: #f4f5ef;
}

.logistics-page .oil-gas-hero-copy h1 {
  max-width: 900px;
  font-size: clamp(32px, 3.5vw, 50px);
}

.logistics-page .oil-gas-hero-visual {
  background:
    linear-gradient(135deg, rgba(220, 233, 54, 0.2), rgba(255, 255, 255, 0) 34%),
    radial-gradient(circle at 50% 42%, rgba(220, 233, 54, 0.13), rgba(220, 233, 54, 0) 44%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.09) 0 1px, transparent 1px 34px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 68px),
    var(--oil-gas-blue);
}

.logistics-page .logistics-hero-visual::before {
  position: absolute;
  inset: 82px 56px 132px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  background:
    linear-gradient(90deg, transparent 0 14%, rgba(255, 255, 255, 0.16) 14% 15%, transparent 15% 42%, rgba(255, 255, 255, 0.14) 42% 43%, transparent 43% 72%, rgba(255, 255, 255, 0.12) 72% 73%, transparent 73% 100%),
    linear-gradient(0deg, transparent 0 32%, rgba(255, 255, 255, 0.14) 32% 33%, transparent 33% 62%, rgba(255, 255, 255, 0.12) 62% 63%, transparent 63% 100%);
  content: "";
}

.logistics-page .logistics-hero-visual img {
  width: min(54%, 250px);
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: #f6f7ef;
  box-shadow: 0 28px 52px rgba(0, 0, 0, 0.22);
  filter: none;
}

.logistics-page .logistics-hero-visual figcaption strong {
  max-width: 470px;
}

.logistics-page .oil-gas-proof {
  background:
    linear-gradient(135deg, rgba(220, 233, 54, 0.13), rgba(255, 255, 255, 0) 38%),
    var(--oil-gas-graphite);
}

.logistics-page .oil-gas-zone-grid article {
  min-height: 244px;
}

.logistics-cases {
  background: #ffffff;
}

.logistics-case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.logistics-case-card {
  min-width: 0;
  min-height: 230px;
  padding: 30px;
  background: var(--oil-gas-soft);
}

.logistics-case-card span {
  display: inline-block;
  margin-bottom: 22px;
  color: var(--oil-gas-dark);
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
}

.logistics-case-card h3 {
  margin-bottom: 12px;
}

.logistics-case-card--wide {
  grid-column: span 2;
  background:
    linear-gradient(135deg, rgba(220, 233, 54, 0.15), rgba(255, 255, 255, 0) 44%),
    #ffffff;
}

.logistics-case-note {
  max-width: 880px;
  margin: 22px 0 0;
  color: var(--muted);
}

.logistics-page .oil-gas-solution-grid article:nth-child(3) {
  grid-column: 1 / -1;
}

@media (min-width: 1121px) and (max-width: 1380px) {
  .header-inner {
    gap: 14px;
  }

  .nav-link {
    padding: 0 9px;
    font-size: 16px;
  }

  .header-phone {
    display: none;
  }
}

@media (min-width: 981px) and (max-width: 1120px) {
  .formwork-page {
    --formwork-edge-pad: clamp(32px, 4vw, 44px);
  }

  .header-inner {
    width: min(var(--container), calc(100% - 24px));
    gap: 12px;
  }

  .logo {
    width: auto;
    min-height: 76px;
  }

  .logo-img {
    width: auto;
    height: 48px;
  }

  .main-nav {
    gap: 2px;
  }

  .nav-link {
    min-height: 42px;
    gap: 6px;
    padding: 0 7px;
    font-size: 15px;
    white-space: nowrap;
  }

  .nav-icon {
    width: 18px;
    height: 18px;
  }

  .nav-chevron {
    width: 8px;
    height: 8px;
    border-width: 2px;
  }

  .header-actions {
    gap: 6px;
  }

  .header-phone {
    display: none;
  }

  .header-whatsapp {
    width: 42px;
    padding: 0;
  }

  .header-whatsapp span {
    display: none;
  }

}

@media (max-width: 980px) {
  :root {
    --site-header-height: 68px;
  }

  .formwork-page {
    --formwork-edge-pad: clamp(24px, 5vw, 44px);
    --formwork-section-y: clamp(38px, 6vw, 56px);
  }

  .header-inner {
    width: calc(100% - 32px);
    grid-template-columns: minmax(0, 1fr) auto;
    justify-content: space-between;
    min-height: 68px;
  }

  .logo {
    min-width: 0;
    justify-content: flex-start;
    min-height: 68px;
  }

  .logo-img {
    max-width: min(220px, 58vw);
    height: 44px;
  }

  .header-actions {
    display: none;
  }

  .mobile-toggle {
    display: inline-flex;
    justify-self: end;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border: 1px solid var(--dark);
    border-radius: 6px;
    background: var(--surface);
    color: var(--text);
    cursor: pointer;
    font-weight: 800;
  }

  .main-nav {
    position: fixed;
    top: var(--site-header-offset);
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    align-items: stretch;
    justify-content: start;
    flex-direction: column;
    gap: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 12px 16px 28px;
    border-top: 1px solid var(--line);
    background: var(--surface);
  }

  body.menu-open .main-nav {
    display: flex;
  }

  .nav-link {
    width: 100%;
    justify-content: flex-start;
    gap: 10px;
    min-height: 52px;
    border-radius: 0;
    border-bottom: 1px solid var(--line);
  }

  .mobile-contact-panel {
    display: grid;
    gap: 10px;
    padding: 18px 0 2px;
  }

  .mobile-contact-panel a {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    gap: 10px;
    padding: 0 14px;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: #ffffff;
    color: var(--text);
    font-weight: 800;
  }

  .mobile-contact-panel a:hover,
  .mobile-contact-panel a:focus-visible {
    border-color: var(--dark);
    outline: none;
  }

  .mobile-contact-whatsapp {
    border-color: rgba(37, 211, 102, 0.52) !important;
    background: rgba(37, 211, 102, 0.1) !important;
    color: #126c3a !important;
  }

  .mega-menu {
    position: static;
    display: none;
    max-height: none;
    overflow: visible;
    overscroll-behavior: auto;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    border: 0;
    box-shadow: none;
    transition: none;
  }

  .nav-item.is-open .mega-menu {
    display: block;
  }

  .mega-grid {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-bottom: 16px;
  }

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

  .mega-grid-catalog .catalog-menu-link {
    grid-column: auto;
  }

  .mega-grid-catalog .catalog-menu-link:nth-last-child(-n + 3) {
    grid-column: auto;
  }

  .mega-grid-catalog::after {
    grid-column: auto;
    min-height: 112px;
  }

  .mega-grid-catalog .catalog-menu-link:last-child:nth-child(odd) {
    grid-column: auto;
    border-right: 1px solid var(--line);
  }

  .mega-grid a {
    min-height: 64px;
    padding: 12px;
    font-size: 15px;
  }

  .mega-grid-catalog .catalog-menu-link {
    min-height: 112px;
    gap: 3px;
    justify-content: flex-start;
    padding: 4px 10px 6px;
  }

  .catalog-menu-link img {
    width: min(80%, 96px);
    height: 56px;
  }

  .mega-grid a:nth-child(4n) {
    border-right: 1px solid var(--line);
  }

  .mega-grid a:nth-child(2n) {
    border-right: 0;
  }

  .mega-grid-areas a:nth-child(5n) {
    border-right: 1px solid var(--line);
  }

  .mega-grid-areas a:nth-child(2n) {
    border-right: 0;
  }

  .area-menu-link {
    min-height: 116px;
  }

  .area-menu-link img {
    width: 52px;
    height: 52px;
  }

  .area-menu-link.area-card--image-swap .area-card-media {
    --area-media-width: 68px;
    --area-media-height: 62px;
  }

  .area-menu-link.area-card--image-swap .area-card-image--base {
    --area-base-size: 52px;
  }

  .area-menu-link.area-card--image-swap .area-card-image--hover {
    --area-hover-size: 72px;
  }

  .hero,
  .oil-gas-hero,
  .oil-gas-intro,
  .oil-gas-method,
  .oil-gas-solution-grid article,
  .gok-intro,
  .gok-process-map,
  .gok-solution-card,
  .gok-cta,
  .split-section,
  .about-grid,
  .experience-section,
  .advantages-layout,
  .clients-inner,
  .gok-layout,
  .request-section {
    grid-template-columns: 1fr;
  }

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

  .gok-hero {
    min-height: 560px;
  }

  .gok-hero-copy {
    padding: 64px 44px;
  }

  .gok-intro-copy,
  .gok-projects {
    min-height: auto;
    padding: 52px 44px;
  }

  .gok-intro-copy {
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

  .gok-process-map img {
    min-height: 420px;
  }

  .gok-process-grid,
  .oil-gas-zone-grid,
  .oil-gas-requirement-grid,
  .oil-gas-solution-grid,
  .oil-gas-faq-grid,
  .gok-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .oil-gas-hero {
    min-height: auto;
  }

  .oil-gas-hero-copy {
    padding: 64px 44px;
  }

  .oil-gas-hero-visual {
    min-height: 430px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-left: 0;
  }

  .oil-gas-intro-copy,
  .oil-gas-proof {
    min-height: auto;
    padding: 52px 44px;
  }

  .oil-gas-intro-copy {
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

  .oil-gas-method-copy {
    position: static;
  }

  .oil-gas-solution-grid article {
    min-height: auto;
  }

  .oil-gas-solution-grid img {
    min-height: 240px;
  }

  .gok-solution-card {
    min-height: auto;
    gap: 30px;
  }

  .gok-solution-card img {
    height: 360px;
  }

  .gok-cta-actions {
    justify-content: flex-start;
  }

  .experience-main {
    border-right: 0;
    border-bottom: 0;
  }

  .experience-aside {
    min-height: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-top: 64px;
  }

  .advantage-item {
    align-content: start;
  }

  .advantages-copy {
    grid-row: auto;
  }

  .approval-card {
    grid-column: auto;
    grid-row: auto;
    margin: 0 56px 34px;
  }

  .advantages-proof {
    grid-column: auto;
    grid-row: auto;
    padding: 0 56px 56px;
  }

  .clients-logo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .project-flow-shell {
    padding: 68px 34px 42px;
  }

  .project-needs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }

  .customer-need::after {
    display: none;
  }

  .flow-items-four,
  .flow-items-three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flow-stage-final {
    grid-template-columns: 1fr;
  }

  .flow-stage-final h3 {
    justify-content: flex-start;
  }

  .dramix-hero-grid,
  .dramix-split,
  .dramix-range-head,
  .dramix-benefits-head,
  .dramix-brand-head,
  .dramix-4d-block,
  .steel-fiber-cta {
    grid-template-columns: 1fr;
  }

  .dramix-title-block {
    order: -1;
    padding-top: 0;
    text-align: left;
  }

  .dramix-hero-grid {
    background: #5d6264;
  }

  .dramix-range-grid,
  .dramix-steps,
  .dramix-benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dramix-calculation {
    min-height: auto;
  }

  .dramix-calculation img {
    position: static;
    height: 300px;
  }

  .dramix-calculation div {
    position: static;
    width: auto;
    margin: 0;
    padding: 34px;
    background: #5d6264;
  }

  .dramix-calculation p {
    font-size: 16px;
  }

  .dramix-page-14 {
    grid-template-columns: 132px minmax(0, 1fr);
  }

  .dramix-reference-list {
    grid-template-columns: 1fr;
  }

  .steel-fiber-cta-actions {
    justify-content: flex-start;
  }

  .formwork-hero,
  .formwork-components,
  .formwork-dewmark-layout,
  .formwork-assortment,
  .formwork-cta {
    grid-template-columns: 1fr;
  }

  .formwork-hero-copy {
    justify-items: start;
    max-width: 760px;
    justify-self: start;
    text-align: left;
  }

  .formwork-hero-actions {
    justify-content: flex-start;
  }

  .formwork-intro {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .formwork-photo-stack {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: auto;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .formwork-photo-stack img {
    height: auto;
    min-height: 0;
    aspect-ratio: 1;
  }

  .topping-hero,
  .topping-hero-chips,
  .topping-advantage-cards,
  .topping-localization-grid,
  .topping-system-head,
  .topping-system-intro,
  .topping-method-grid,
  .topping-method-grid-reverse,
  .topping-benefits-block {
    grid-template-columns: 1fr;
  }

  .topping-hero {
    min-height: auto;
  }

  .topping-hero-media {
    height: 300px;
    min-height: 300px;
  }

  .topping-hero-media img {
    object-position: left center;
  }

  .topping-hero-copy {
    order: 0;
    padding: 40px 44px 42px;
  }

  .topping-brand-lockup {
    margin-bottom: 30px;
  }

  .topping-hero-copy h1,
  .topping-hero-copy h2 {
    max-width: 760px;
    font-size: clamp(38px, 7.4vw, 58px);
  }

  .topping-hero-copy > p {
    max-width: 620px;
    font-size: 22px;
  }

  .topping-reason-grid,
  .topping-product-grid,
  .topping-operations-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .topping-hero-chips {
    grid-template-columns: 1fr;
  }

  .topping-advantage-cards {
    gap: 22px;
    padding: 38px 44px 44px;
  }

  .topping-advantage-card {
    min-height: 0;
  }

  .topping-shop-head {
    grid-template-columns: 1fr;
  }

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

  .topping-method-card,
  .topping-method-grid-reverse .topping-method-card {
    border: 1px solid var(--line);
  }

  .topping-slab-visual {
    min-height: 0;
  }

  .topping-project-photo img {
    min-height: 280px;
  }

  .topping-system-head {
    grid-template-columns: 1fr;
  }

  .topping-system-copy {
    padding-top: 28px;
    padding-left: 0;
    border-top: 1px solid var(--topping-system-line);
    border-left: 0;
  }

  .topping-system-intro,
  .topping-system .topping-method-grid {
    grid-template-columns: 1fr;
  }

  .topping-system-intro article:last-child {
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .topping-system-intro article,
  .topping-system-intro article:last-child {
    max-width: 720px;
  }

  .topping-system-photo,
  .topping-system-photo img {
    min-height: 340px;
  }

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

  .catalog-card {
    grid-column: auto;
    min-height: 238px;
  }

  .catalog-grid::after {
    grid-column: auto;
    min-height: 238px;
  }

  .catalog-card:nth-last-child(-n + 3) {
    grid-column: auto;
  }

  .catalog-card:nth-child(4n) {
    border-right: 1px solid var(--line);
  }

  .catalog-card:nth-child(2n) {
    border-right: 0;
  }

  .catalog-card:nth-last-child(-n + 4) {
    border-bottom: 1px solid var(--line);
  }

  .catalog-card:last-child:nth-child(odd) {
    grid-column: auto;
    border-right: 1px solid var(--line);
  }

  .catalog-card:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 1080px) {
  .formwork-hero {
    grid-template-columns: 1fr;
  }

  .formwork-hero-copy {
    order: -1;
    justify-items: start;
    max-width: 760px;
    justify-self: start;
    padding-bottom: 0;
    text-align: left;
  }

  .formwork-hero-actions {
    justify-content: flex-start;
  }

  .formwork-hero-lead {
    max-width: 680px;
    font-size: 20px;
    line-height: 1.35;
  }

  .formwork-page .formwork-hero-actions .button {
    min-height: 48px;
    padding-inline: 18px;
  }
}

@media (max-width: 640px) {
  .formwork-page {
    --formwork-edge-pad: 20px;
    --formwork-section-y: 34px;
  }

  #top,
  main [id],
  .site-footer {
    scroll-margin-top: calc(var(--site-header-offset) + 8px);
  }

  .header-inner,
  .section-shell,
  .site-footer {
    width: min(100% - 24px, var(--container));
  }

  .header-inner {
    gap: 12px;
    width: calc(100% - 24px);
  }

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

  .logo {
    width: auto;
    min-height: 68px;
  }

  .logo-img {
    width: auto;
    max-width: min(190px, 52vw);
    height: clamp(26px, 8vw, 34px);
  }

  .mobile-toggle {
    width: min(120px, 42vw);
    min-width: 0;
  }

  main::before {
    background-size:
      100% 100%,
      58rem 42rem,
      52rem 38rem,
      13rem 100%,
      48px 48px,
      62px 62px;
    opacity: 0.44;
  }

  .section-shell {
    padding: 52px 0;
  }

  #areas {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  #gok {
    padding-top: 40px;
  }

  .hero {
    min-height: auto;
    padding-top: 44px;
  }

  .hero-copy h1 {
    font-size: clamp(30px, 10vw, 38px);
    line-height: 1.06;
  }

  .hero-actions,
  .hero-actions .button {
    width: 100%;
  }

  .media-placeholder {
    min-height: 240px;
  }

  .about-geography,
  .experience-section,
  .work-advantages,
  .project-realization,
  .dramix-section,
  .formwork-section,
  .topping-section,
  .oil-gas-dark-band,
  .oil-gas-solutions,
  .oil-gas-faq,
  .gok-dark-band,
  .gok-products {
    padding: 0;
    width: 100%;
  }

  .oil-gas-hero {
    display: block;
    width: 100vw;
    max-width: 100vw;
    min-height: auto;
    border-right: 0;
    border-left: 0;
  }

  .oil-gas-hero-copy {
    width: 100%;
    max-width: none;
    padding: 34px 20px 38px;
  }

  .oil-gas-breadcrumbs {
    margin-bottom: 22px;
    font-size: 12px;
  }

  .oil-gas-hero-copy h1 {
    max-width: min(350px, calc(100vw - 40px));
    font-size: clamp(26px, 7.6vw, 31px);
    line-height: 1.08;
  }

  .oil-gas-hero-copy p:not(.section-kicker) {
    max-width: min(350px, calc(100vw - 40px));
    font-size: 16px;
    overflow-wrap: anywhere;
  }

  .oil-gas-hero-copy .hero-actions {
    max-width: min(350px, calc(100vw - 40px));
  }

  .oil-gas-hero-visual {
    min-height: 350px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-left: 0;
  }

  .oil-gas-hero-visual img {
    width: min(78vw, 300px);
  }

  .oil-gas-hero-visual figcaption {
    right: 20px;
    bottom: 20px;
    left: 20px;
    padding: 16px;
  }

  .oil-gas-hero-visual figcaption strong {
    font-size: 16px;
  }

  .oil-gas-intro {
    width: 100%;
  }

  .oil-gas-intro-copy,
  .oil-gas-proof,
  .oil-gas-requirement-grid article,
  .oil-gas-solution-grid article > div,
  .oil-gas-step-list li,
  .oil-gas-faq details {
    padding: 34px 20px;
  }

  .oil-gas-intro-copy {
    border-right: 0;
    border-left: 0;
  }

  .oil-gas-proof {
    border-right: 0;
    border-left: 0;
  }

  .oil-gas-intro-copy h2,
  .oil-gas-band-head h2,
  .oil-gas-section-head h2,
  .oil-gas-method-copy h2,
  .oil-gas-seo h2 {
    font-size: 28px;
    line-height: 1.16;
  }

  .oil-gas-dark-band .section-shell,
  .oil-gas-solutions .section-shell,
  .oil-gas-faq .section-shell {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .oil-gas-zone-grid,
  .oil-gas-requirement-grid,
  .oil-gas-solution-grid,
  .oil-gas-solution-grid article,
  .oil-gas-faq-grid {
    grid-template-columns: 1fr;
  }

  .oil-gas-zone-grid article {
    min-height: 0;
    padding: 28px 22px;
  }

  .oil-gas-zone-grid article::before {
    top: 30px;
    left: 22px;
  }

  .oil-gas-requirement-grid article,
  .oil-gas-solution-grid article {
    min-height: auto;
  }

  .oil-gas-solution-grid img {
    height: auto;
    min-height: 0;
    max-height: 270px;
  }

  .oil-gas-step-list li {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 8px 16px;
  }

  .oil-gas-step-list span {
    width: 44px;
    height: 44px;
  }

  .formwork-page .formwork-section,
  .formwork-page .formwork-panel {
    width: 100%;
    max-width: none;
    margin-inline: 0;
  }

  .gok-hero {
    display: block;
    width: 100vw;
    max-width: 100vw;
    min-height: auto;
    border-right: 0;
    border-left: 0;
  }

  .gok-hero picture {
    position: static;
    display: block;
  }

  .gok-hero picture img {
    display: block;
    width: 100%;
    height: 320px;
    object-position: center;
  }

  .gok-hero::after {
    display: none;
  }

  .gok-hero-copy {
    width: 100%;
    max-width: none;
    padding: 34px 20px 42px;
    background: var(--gok-blue);
  }

  .gok-hero-copy h1 {
    max-width: min(330px, calc(100vw - 40px));
    font-size: clamp(26px, 7.4vw, 29px);
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  .gok-hero-copy p:not(.section-kicker) {
    max-width: min(330px, calc(100vw - 40px));
    font-size: 16px;
    overflow-wrap: anywhere;
  }

  .gok-hero-copy .hero-actions {
    max-width: min(350px, calc(100vw - 40px));
  }

  .gok-intro {
    width: 100%;
  }

  .gok-intro-copy,
  .gok-projects,
  .gok-solution-card,
  .gok-product-grid article {
    padding: 34px 20px;
  }

  .gok-intro-copy {
    border-right: 0;
    border-left: 0;
  }

  .gok-projects {
    border-right: 0;
    border-left: 0;
  }

  .gok-intro-copy h2,
  .gok-band-head h2,
  .gok-cta h2 {
    font-size: 28px;
    line-height: 1.16;
    overflow-wrap: anywhere;
  }

  .gok-dark-band .section-shell,
  .gok-products .section-shell {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .gok-process-map {
    gap: 24px;
  }

  .gok-process-map figure {
    border-right: 0;
    border-left: 0;
  }

  .gok-process-map img {
    min-height: 260px;
    max-height: 380px;
  }

  .gok-process-grid,
  .gok-product-grid,
  .gok-solution-card {
    grid-template-columns: 1fr;
  }

  .gok-process-grid article {
    min-height: 0;
    padding: 26px 22px;
  }

  .gok-process-grid article::before {
    top: 28px;
    left: 22px;
  }

  .gok-solution-card {
    gap: 24px;
    min-height: auto;
  }

  .gok-solution-card img {
    height: auto;
    min-height: 0;
    max-height: 360px;
  }

  .gok-solution-card h3 {
    font-size: 23px;
  }

  .gok-solution-card dt {
    font-size: 16px;
  }

  .gok-solution-card dd,
  .gok-solution-card p {
    font-size: 15px;
  }

  .gok-product-grid {
    gap: 1px;
  }

  .gok-product-grid article {
    min-height: auto;
  }

  .gok-product-grid img {
    height: 112px;
  }

  .gok-cta {
    gap: 24px;
  }

  .gok-cta-actions,
  .gok-cta-actions .button {
    width: 100%;
  }

  .about-grid,
  .experience-main,
  .about-photo-band,
  .advantages-head,
  .advantages-layout {
    border-left: 0;
    border-right: 0;
  }

  .geo-panel,
  .about-copy-panel,
  .experience-copy,
  .experience-aside,
  .advantages-head,
  .advantages-copy,
  .advantages-proof {
    min-width: 0;
    padding: 56px 24px;
  }

  .experience-main,
  .about-grid,
  .advantages-layout {
    min-width: 0;
  }

  .geo-block h2,
  .about-copy-panel h2,
  .experience-copy h2,
  .advantages-head h2,
  .leader-statement p {
    overflow-wrap: anywhere;
  }

  .advantages-head {
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: 22px;
  }

  .advantages-head h2 {
    font-size: 28px;
    line-height: 1.18;
  }

  .advantage-note {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 14px;
  }

  .advantage-note p {
    font-size: 15px;
    line-height: 1.7;
  }

  .leader-statement {
    margin-top: 10px;
    padding-top: 26px;
  }

  .leader-statement::after {
    right: 0;
  }

  .leader-statement p {
    font-size: 22px;
  }

  .approval-card {
    margin: 0 24px 38px;
    padding: 82px 26px 38px;
  }

  .approval-card h3 {
    font-size: 28px;
  }

  .approval-card p,
  .approval-card li {
    font-size: 14px;
  }

  .clients-strip {
    margin: 0;
  }

  .clients-inner {
    width: min(100% - 24px, var(--container));
    gap: 26px;
    padding: 52px 0;
  }

  .clients-copy h2 {
    max-width: 100%;
    font-size: 28px;
  }

  .clients-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .client-logo {
    min-height: 88px;
    padding: 12px;
  }

  .client-logo img {
    max-height: 54px;
  }

  .project-realization {
    padding: 0;
  }

  .project-flow-shell {
    margin-right: 0;
    margin-left: 0;
    padding: 40px 20px 32px;
    border-right: 0;
    border-left: 0;
  }

  .project-flow-head {
    text-align: left;
  }

  .project-flow-head h2 {
    font-size: 28px;
    line-height: 1.18;
  }

  .project-flow-head p:last-child {
    font-size: 14px;
  }

  .project-needs,
  .flow-items,
  .flow-items-two,
  .flow-items-three,
  .flow-items-four {
    grid-template-columns: 1fr;
  }

  .project-needs {
    gap: 16px;
    margin-top: 34px;
  }

  .customer-need,
  .need-card {
    justify-items: start;
    text-align: left;
  }

  .customer-need {
    padding-right: 0;
  }

  .need-card,
  .customer-need {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
  }

  .customer-need img,
  .need-card img {
    width: 74px;
    height: 60px;
  }

  .customer-need h3,
  .need-card p {
    margin: 0;
    font-size: 14px;
  }

  .flow-stage h3 {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 8px;
    padding: 8px 12px;
    font-size: 14px;
  }

  .flow-stage h3 span {
    margin-left: -12px;
  }

  .flow-items {
    gap: 14px;
    padding: 16px;
  }

  .flow-item,
  .flow-item-row {
    grid-template-columns: 64px minmax(0, 1fr);
    min-height: auto;
    gap: 14px;
  }

  .flow-item img,
  .flow-item-row img {
    width: 60px;
    height: 60px;
  }

  .flow-item p {
    font-size: 14px;
  }

  .flow-stage-final img {
    width: 132px;
    margin: 12px 16px 16px;
  }

  .dramix-section {
    padding-top: 0;
  }

  .dramix-panel {
    width: 100%;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding: 0;
    border-right: 0;
    border-left: 0;
  }

  .dramix-hero-grid {
    min-height: auto;
    gap: 22px;
    padding: 32px 20px 30px;
    background: #5d6264;
  }

  .dramix-title-block {
    order: -1;
    padding-top: 0;
    color: #ffffff;
  }

  .dramix-title-block h1,
  .dramix-title-block h2,
  .dramix-split h3,
  .dramix-range-head h2,
  .dramix-benefits-head h2,
  .dramix-reference-content h2 {
    font-size: 28px;
    line-height: 1.18;
  }

  .dramix-economy h3,
  .dramix-4d-block h3 {
    font-size: 22px;
    line-height: 1.24;
  }

  .dramix-bullet-list p,
  .dramix-range-grid p,
  .dramix-4d-block p,
  .dramix-benefits-grid p,
  .dramix-reference-list p,
  .dramix-brand-head p {
    font-size: 14px;
    line-height: 1.65;
  }

  .dramix-product-visual {
    min-height: 120px;
  }

  .dramix-split,
  .dramix-range-head,
  .dramix-benefits-head,
  .dramix-brand-head,
  .dramix-range-grid,
  .dramix-4d-block,
  .dramix-steps,
  .dramix-benefits-grid,
  .dramix-reference-content,
  .steel-fiber-cta {
    padding: 34px 20px;
  }

  .dramix-visual-stack,
  .dramix-range-grid,
  .dramix-steps,
  .dramix-benefits-grid {
    grid-template-columns: 1fr;
  }

  .dramix-round-img {
    width: 190px;
  }

  .dramix-closeup-img {
    min-height: 190px;
  }

  .dramix-range-grid article {
    min-height: 180px;
    padding: 26px 18px 18px;
  }

  .dramix-range-grid span {
    font-size: 112px;
  }

  .dramix-4d-block {
    gap: 22px;
  }

  .dramix-4d-visual {
    min-height: clamp(240px, 70vw, 320px);
  }

  .dramix-4d-block img {
    width: 200%;
    max-width: none;
  }

  .dramix-steps {
    gap: 22px;
  }

  .dramix-steps article {
    min-height: auto;
    padding: 42px 18px 20px;
  }

  .dramix-steps span {
    top: -38px;
    font-size: 70px;
  }

  .dramix-calculation {
    min-height: auto;
  }

  .dramix-calculation img {
    height: 220px;
  }

  .dramix-calculation div {
    position: static;
    width: auto;
    padding: 26px 20px;
    background: #5d6264;
  }

  .dramix-calculation p {
    font-size: 14px;
    line-height: 1.6;
  }

  .dramix-benefits-img {
    height: 240px;
  }

  .dramix-page-14 {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .dramix-reference-rail {
    overflow: visible;
    min-height: 132px;
  }

  .dramix-reference-rail img {
    top: 0;
    left: 14px;
    width: 100px;
    height: 132px;
  }

  .dramix-reference-rail span {
    left: min(122px, 32vw);
    right: 16px;
    bottom: 32px;
    font-size: clamp(20px, 7vw, 28px);
    transform: none;
    transform-origin: center;
    white-space: normal;
  }

  .formwork-panel {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding: 0;
    border-right: 0;
    border-left: 0;
  }

  .formwork-hero,
  .formwork-intro,
  .formwork-components,
  .formwork-dewmark-head,
  .formwork-profiles-head,
  .formwork-profiles-grid,
  .formwork-assortment {
    max-width: 100%;
    padding-right: var(--formwork-edge-pad);
    padding-left: var(--formwork-edge-pad);
    overflow-x: hidden;
  }

  .formwork-hero {
    gap: 22px;
    padding-top: 32px;
  }

  .formwork-hero-visual {
    min-height: 180px;
    padding: 18px 10px 0;
  }

  .formwork-hero-visual img {
    width: 100%;
    max-width: 100%;
  }

  .formwork-hero-copy {
    order: -1;
    min-width: 0;
    padding-bottom: 0;
  }

  .formwork-hero-copy h1,
  .formwork-hero-copy h2,
  .formwork-profiles-head h2 {
    font-size: 28px;
    line-height: 1.18;
  }

  .formwork-hero-copy p:last-child,
  .formwork-hero-lead {
    font-size: 18px;
  }

  .formwork-intro {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .formwork-intro p {
    min-width: 0;
    font-size: 14px;
    line-height: 1.65;
    overflow-wrap: anywhere;
  }

  .formwork-benefits-list li,
  .formwork-profiles-grid p,
  .formwork-assortment li {
    min-width: 0;
    font-size: 16px;
    line-height: 1.56;
    overflow-wrap: break-word;
    hyphens: auto;
  }

  .formwork-components {
    gap: 28px;
    padding-top: 34px;
    padding-bottom: 38px;
  }

  .formwork-components-list li {
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 7px 10px;
    font-size: 15px;
  }

  .formwork-dewmark-head,
  .formwork-profiles-head {
    padding-top: 34px;
    padding-bottom: 30px;
  }

  .formwork-dewmark-logo {
    width: min(320px, 100%);
  }

  .formwork-benefits-list li {
    padding: 18px 20px 18px 56px;
  }

  .formwork-benefits-list li::before {
    top: 22px;
    left: 20px;
    width: 20px;
    height: 20px;
  }

  .formwork-photo-stack {
    grid-template-columns: 1fr;
  }

  .formwork-photo-stack img {
    aspect-ratio: 4 / 3;
  }

  .formwork-profiles-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 32px;
    padding-bottom: 40px;
  }

  .formwork-profiles-grid h3,
  .formwork-assortment h3 {
    font-size: 22px;
    line-height: 1.26;
  }

  .formwork-assortment {
    gap: 24px;
    padding-top: 30px;
    padding-bottom: 34px;
  }

  .page-request-section {
    width: 100%;
    max-width: none;
    padding-right: var(--formwork-edge-pad);
    padding-left: var(--formwork-edge-pad);
  }

  .request-contact-grid {
    grid-template-columns: 1fr;
  }

  .formwork-cta h2 {
    font-size: 26px;
    line-height: 1.18;
  }

  .formwork-assortment li {
    padding-left: 42px;
  }

  .topping-panel {
    width: 100%;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding: 0;
    border-right: 0;
    border-left: 0;
  }

  .topping-hero,
  .topping-hero-chips,
  .topping-advantage-cards,
  .topping-reason-grid,
  .topping-product-grid,
  .topping-operations-grid,
  .topping-reference-grid {
    grid-template-columns: 1fr;
  }

  .topping-hero {
    min-height: auto;
  }

  .topping-hero-media {
    height: 260px;
    min-height: 260px;
  }

  .topping-hero-media img {
    object-position: left center;
  }

  .topping-made-badge {
    top: 18px;
    min-width: 178px;
    min-height: 58px;
    gap: 10px;
    padding: 11px 16px;
    font-size: 13px;
  }

  .topping-made-badge svg {
    width: 25px;
    height: 25px;
  }

  .topping-hero-copy {
    order: -1;
    padding: 34px 20px 32px;
  }

  .topping-brand-lockup {
    gap: 9px;
    margin-bottom: 28px;
    font-size: 20px;
  }

  .topping-brand-mark {
    width: 30px;
    height: 30px;
  }

  .topping-hero-copy h1,
  .topping-hero-copy h2,
  .topping-band-head h2,
  .topping-system-head h2,
  .topping-applications h2,
  .topping-simple-head h2,
  .topping-reference-head h2 {
    font-size: 28px;
    line-height: 1.18;
  }

  .topping-hero-copy h1,
  .topping-hero-copy h2 {
    font-size: clamp(29px, 8.8vw, 40px);
    line-height: 1.1;
  }

  .topping-hero-copy > p {
    margin-top: 22px;
    font-size: 18px;
  }

  .topping-hero-copy > p::before {
    width: 48px;
    height: 3px;
    margin-bottom: 16px;
  }

  .topping-hero-actions {
    max-width: none;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 22px;
  }

  .topping-hero-actions,
  .topping-hero-actions .button {
    width: 100%;
  }

  .topping-hero-actions .button {
    min-height: 58px;
    padding: 0 18px;
  }

  .topping-shop,
  .topping-localization-grid,
  .topping-system-head,
  .topping-system-intro,
  .topping-method-grid,
  .topping-method-grid-reverse,
  .topping-benefits-block,
  .topping-applications,
  .topping-screeds-note,
  .topping-band-head,
  .topping-simple-head,
  .topping-reference-head {
    padding-right: 20px;
    padding-left: 20px;
  }

  .topping-hero-chips {
    gap: 10px;
    margin-top: 18px;
  }

  .topping-hero-chips > span {
    min-height: 60px;
    padding: 14px;
    font-size: 13px;
  }

  .topping-hero-chips svg {
    width: 28px;
    height: 28px;
  }

  .topping-advantage-cards {
    gap: 16px;
    padding: 24px 14px 32px;
  }

  .topping-advantage-card {
    min-height: 0;
    padding: 26px 24px 24px;
  }

  .topping-card-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 20px;
  }

  .topping-card-icon-check::before {
    top: 16px;
    left: 15px;
    width: 26px;
    height: 26px;
  }

  .topping-card-icon-check::after {
    top: 25px;
    left: 23px;
  }

  .topping-card-icon-temp::before {
    top: 12px;
    left: 25px;
  }

  .topping-card-icon-temp::after {
    top: 33px;
    left: 19px;
  }

  .topping-card-icon-clock::before {
    inset: 14px;
  }

  .topping-card-icon-clock::after {
    top: 23px;
    left: 27px;
  }

  .topping-advantage-card h2 {
    font-size: 21px;
  }

  .topping-advantage-card h2::after {
    margin-top: 18px;
  }

  .topping-advantage-card p {
    font-size: 16px;
  }

  .topping-card-number {
    font-size: 34px;
  }

  .topping-reason-grid p,
  .topping-system-head p,
  .topping-system-intro p,
  .topping-method-card p,
  .topping-ready-mix p,
  .topping-screeds-note,
  .topping-operations-grid p,
  .topping-reference-grid li {
    font-size: 14px;
    line-height: 1.62;
  }

  .topping-page .topping-page-24 > .topping-shop {
    width: calc(100% - 32px);
  }

  .topping-shop {
    padding-top: 34px;
    padding-bottom: 40px;
  }

  .topping-shop-head {
    gap: 18px;
    margin-bottom: 24px;
  }

  .topping-shop-head h2 {
    font-size: 28px;
    line-height: 1.14;
  }

  .topping-product-grid {
    gap: 18px;
  }

  .topping-product-card {
    min-height: auto;
    padding: 12px 14px 22px;
    border-color: var(--line);
  }

  .topping-product-card img {
    height: min(74vw, 280px);
  }

  .topping-product-copy h3 {
    font-size: 20px;
  }

  .topping-reason-grid h3,
  .topping-method-card h3,
  .topping-benefits-block h3,
  .topping-reference-grid h3 {
    font-size: 20px;
  }

  .topping-band-head,
  .topping-simple-head,
  .topping-reference-head {
    padding-top: 34px;
    padding-bottom: 30px;
  }

  .topping-localization-grid {
    gap: 24px;
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .topping-brand-block {
    padding: 4px 0 8px;
  }

  .topping-brand-block img {
    width: min(260px, 100%);
  }

  .topping-wide-photo img {
    height: 220px;
  }

  .topping-wide-photo figcaption {
    position: static;
    max-width: none;
    padding: 12px 20px 24px;
    background: #f4f4ef;
  }

  .topping-system-head {
    gap: 22px;
    padding-top: 34px;
    padding-bottom: 26px;
  }

  .topping-section > .topping-system {
    width: 100%;
  }

  .topping-system-brand {
    gap: 11px;
    font-size: 24px;
  }

  .topping-system-brand-mark {
    width: 46px;
    height: 46px;
  }

  .topping-system-brand-mark img {
    height: 46px;
  }

  .topping-slab-visual {
    gap: 18px;
    margin-top: 26px;
    padding: 0;
  }

  .topping-slab-visual figcaption {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    font-size: 14px;
  }

  .topping-slab-visual figcaption svg {
    width: 48px;
    height: 48px;
  }

  .topping-system-copy {
    padding-top: 24px;
  }

  .topping-system-copy > p {
    font-size: 16px;
    line-height: 1.5;
  }

  .topping-system-intro {
    gap: 18px;
    margin-top: 26px;
    padding-right: 0;
    padding-left: 0;
  }

  .topping-system-intro article,
  .topping-system-intro article:last-child {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 14px;
  }

  .topping-system-icon {
    width: 58px;
    height: 58px;
  }

  .topping-system-icon svg {
    width: 32px;
    height: 32px;
  }

  .topping-system-intro p {
    font-size: 14px;
    line-height: 1.5;
  }

  .topping-method-grid,
  .topping-method-grid-reverse {
    gap: 0;
    padding-top: 0;
    padding-bottom: 34px;
  }

  .topping-system .topping-method-grid {
    gap: 12px;
    padding: 12px 0 0;
  }

  .topping-method-card,
  .topping-ready-mix {
    padding: 26px 20px;
  }

  .topping-system-step,
  .topping-system .topping-ready-mix {
    min-height: 0;
    padding: 30px 24px;
  }

  .topping-system-step h3,
  .topping-system .topping-ready-mix h3 {
    max-width: none;
    margin-top: 24px;
  }

  .topping-system-step p,
  .topping-system .topping-ready-mix p {
    max-width: none;
    font-size: 14px;
  }

  .topping-system-photo {
    min-height: 0;
  }

  .topping-system-photo img {
    height: auto;
    min-height: 0;
    aspect-ratio: 1.35;
  }

  .topping-system-photo figcaption {
    position: static;
    grid-template-columns: 38px minmax(0, 1fr);
    min-height: 0;
    border-radius: 0;
    font-size: 14px;
  }

  .topping-system-photo figcaption svg {
    width: 34px;
    height: 34px;
  }

  .topping-project-photo img {
    min-height: 250px;
  }

  .topping-benefits-block {
    gap: 20px;
    padding-top: 30px;
    padding-bottom: 34px;
  }

  .topping-benefits-block ul,
  .topping-applications ul {
    grid-template-columns: 1fr;
  }

  .topping-applications {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .topping-applications ul {
    margin-top: 20px;
  }

  .topping-applications li {
    font-size: 15px;
  }

  .topping-operations-grid article {
    min-height: auto;
  }

  .topping-operations-grid img {
    height: auto;
  }

  .topping-reference-grid article {
    padding: 28px 20px;
  }

  .topping-reference-grid img {
    min-height: 190px;
    max-height: 230px;
  }

  .topping-cta {
    gap: 24px;
    padding: 34px 20px;
  }

  .topping-cta h2 {
    font-size: 28px;
    line-height: 1.16;
  }

  .topping-cta-actions,
  .topping-cta-actions .button {
    width: 100%;
  }

  .geo-panel {
    min-height: auto;
    gap: 34px;
    padding-top: 56px;
  }

  .geo-block h2,
  .about-copy-panel h2,
  .experience-copy h2 {
    font-size: 28px;
    line-height: 1.18;
  }

  .about-copy-panel,
  .experience-copy {
    min-height: auto;
  }

  .about-photo-band,
  .about-photo-band img {
    min-height: 310px;
  }

  .about-photo-band figcaption {
    top: 20px;
    left: 18px;
    right: 18px;
    font-size: 20px;
    line-height: 1.45;
  }

  .experience-copy h2 span {
    display: block;
    margin: 0 0 8px;
    font-size: 54px;
  }

  .experience-photo {
    height: 360px;
  }

  .experience-aside {
    grid-template-columns: 1fr;
    gap: 26px;
    padding-top: 56px;
  }

  .advantage-item {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 18px;
  }

  .advantage-item img {
    width: 56px;
    height: 56px;
  }

  .catalog-grid,
  .areas-grid,
  .gok-list,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .wire-card,
  .wire-card.compact {
    min-height: 108px;
  }

  .catalog-card {
    grid-column: auto;
    min-height: 210px;
    padding: 24px 16px;
    border-right: 0;
  }

  .catalog-grid::after {
    display: none;
  }

  .catalog-card:last-child:nth-child(odd) {
    grid-column: auto;
  }

  .catalog-card:nth-last-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .catalog-card:last-child {
    border-bottom: 0;
  }

  .catalog-card-media {
    height: 118px;
  }

  .catalog-card-media img {
    max-height: 118px;
  }

  .site-footer {
    padding: 24px 0;
  }
}

@media (max-width: 420px) {
  .logo-img {
    max-width: 160px;
  }

  .mobile-toggle {
    width: auto;
    min-width: 96px;
    padding: 0 12px;
  }
}

@media (max-width: 1120px) {
  .machine-page .machine-hero-visual::before {
    inset: 58px 44px 126px;
  }

  .machine-page .machine-hero-visual img {
    width: min(42vw, 220px);
  }

  .energy-page .energy-hero-visual::before {
    inset: 58px 44px 126px;
  }

  .energy-page .energy-hero-visual {
    min-height: 500px;
    align-items: start;
    justify-items: center;
    padding-top: 56px;
  }

  .energy-page .energy-hero-visual img {
    width: min(42vw, 220px);
  }

  .logistics-page .logistics-hero-visual::before {
    inset: 58px 44px 126px;
  }

  .logistics-page .logistics-hero-visual {
    min-height: 500px;
    align-items: start;
    justify-items: center;
    padding-top: 56px;
  }

  .logistics-page .logistics-hero-visual img {
    width: min(42vw, 220px);
  }
}

@media (max-width: 640px) {
  .machine-page .oil-gas-hero-copy h1 {
    max-width: min(350px, calc(100vw - 40px));
    font-size: clamp(24px, 7vw, 29px);
  }

  .machine-page .machine-hero-visual::before {
    inset: 42px 28px 116px;
  }

  .machine-page .machine-hero-visual img {
    width: min(62vw, 220px);
    padding: 28px;
  }

  .machine-page .oil-gas-solution-grid article:last-child {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  .agro-page .oil-gas-hero-copy h1 {
    max-width: min(350px, calc(100vw - 40px));
    font-size: clamp(24px, 7vw, 29px);
    line-height: 1.08;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .agro-page .agro-hero-visual::before {
    inset: 42px 28px 116px;
  }

  .agro-page .agro-hero-visual img {
    width: min(62vw, 220px);
    padding: 28px;
  }
}

@media (max-width: 640px) {
  .energy-page .oil-gas-hero-copy h1 {
    max-width: min(350px, calc(100vw - 40px));
    font-size: clamp(24px, 6.8vw, 29px);
    line-height: 1.08;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .energy-page .energy-hero-visual::before {
    inset: 42px 28px 116px;
  }

  .energy-page .energy-hero-visual {
    min-height: 430px;
    padding-top: 42px;
  }

  .energy-page .energy-hero-visual img {
    width: min(62vw, 220px);
    padding: 28px;
  }

  .energy-page .oil-gas-solution-grid article:last-child {
    grid-column: auto;
  }

  .logistics-page .oil-gas-hero-copy h1 {
    max-width: min(350px, calc(100vw - 40px));
    font-size: clamp(24px, 6.8vw, 29px);
    line-height: 1.08;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .logistics-page .logistics-hero-visual::before {
    inset: 42px 28px 116px;
  }

  .logistics-page .logistics-hero-visual {
    min-height: 430px;
    padding-top: 42px;
  }

  .logistics-page .logistics-hero-visual img {
    width: min(62vw, 220px);
    padding: 28px;
  }

  .logistics-case-grid {
    grid-template-columns: 1fr;
  }

  .logistics-case-card {
    min-height: auto;
    padding: 24px;
  }

  .logistics-case-card--wide,
  .logistics-page .oil-gas-solution-grid article:nth-child(3) {
    grid-column: auto;
  }
}

@media (any-pointer: fine) {
  html,
  body {
    cursor: var(--cursor-default);
  }

  a[href],
  button,
  [role="button"],
  .button,
  .nav-link,
  .mobile-toggle,
  .catalog-card-link {
    cursor: var(--cursor-pointer);
  }

  input,
  textarea {
    cursor: var(--cursor-text);
  }

  input[type="button"],
  input[type="submit"],
  input[type="reset"] {
    cursor: var(--cursor-pointer);
  }

  button:disabled,
  input:disabled,
  textarea:disabled,
  a[href][aria-disabled="true"],
  input[type="button"][aria-disabled="true"],
  input[type="submit"][aria-disabled="true"],
  input[type="reset"][aria-disabled="true"],
  [aria-disabled="true"] {
    cursor: var(--cursor-not-allowed);
  }
}
