/* Flexible concrete — editorial industrial refresh, 2026-07-13 */
body.flexible-v2-body {
  --flex-v2-ink: #15191a;
  --flex-v2-carbon: #202627;
  --flex-v2-steel: #596163;
  --flex-v2-mist: #eef0e9;
  --flex-v2-paper: #f8f8f2;
  --flex-v2-line: rgba(21, 25, 26, 0.18);
  --flex-v2-lime: #dfea31;
  --flex-v2-display: "Bahnschrift", "Arial Narrow", sans-serif;
  --flex-v2-body: "Candara", "Trebuchet MS", sans-serif;
  background: #e4e6df;
}

body.flexible-v2-body main.flexible-page {
  --flexible-dark: var(--flex-v2-steel);
  --flexible-dark-strong: var(--flex-v2-carbon);
  --flexible-accent: var(--flex-v2-lime);
  --flexible-soft: var(--flex-v2-mist);
  --flexible-ink: var(--flex-v2-ink);
  isolation: isolate;
  overflow: clip;
  background:
    linear-gradient(90deg, rgba(21, 25, 26, 0.035) 1px, transparent 1px),
    var(--flex-v2-paper);
  background-size: min(8vw, 112px) 100%, auto;
  color: var(--flex-v2-ink);
  font-family: var(--flex-v2-body);
}

.flexible-page :is(h1, h2, h3, .button, .section-kicker, .flexible-scroll-nav a) {
  font-family: var(--flex-v2-display);
}

.flexible-page p,
.flexible-page li {
  text-wrap: pretty;
}

.flexible-page .section-kicker {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0;
  color: #5d6500;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.flexible-page .section-kicker::before {
  width: 34px;
  height: 3px;
  background: var(--flex-v2-lime);
  content: "";
}

.flexible-page .button {
  min-height: 50px;
  padding: 0 24px;
  border-radius: 0;
  letter-spacing: 0.03em;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.flexible-page .button:hover,
.flexible-page .button:focus-visible {
  transform: translateY(-3px);
  box-shadow: 8px 8px 0 rgba(223, 234, 49, 0.38);
}

/* Hero */
.flexible-page .flexible-hero {
  position: relative;
  display: grid;
  width: min(1420px, calc(100% - 32px));
  min-height: min(780px, calc(100vh - var(--site-header-offset) - 18px));
  grid-template-columns: minmax(0, 1.16fr) minmax(430px, 0.84fr);
  grid-template-rows: 1fr auto;
  margin: 16px auto 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: var(--flex-v2-carbon);
  box-shadow: 0 26px 70px rgba(21, 25, 26, 0.18);
}

.flexible-page .flexible-hero::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  content: "";
  pointer-events: none;
}

.flexible-page .flexible-hero-photo {
  position: relative;
  grid-row: 1 / span 2;
  margin: 0;
  overflow: hidden;
  background: #343b3d;
}

.flexible-page .flexible-hero-photo::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 54%, rgba(20, 25, 26, 0.5)),
    linear-gradient(0deg, rgba(18, 22, 23, 0.46), transparent 38%);
  content: "";
}

.flexible-page .flexible-hero-photo img {
  width: 100%;
  height: 100%;
  min-height: 780px;
  object-fit: cover;
  object-position: 46% center;
  filter: saturate(0.72) contrast(1.08);
  animation: flexible-hero-image-in 1.1s cubic-bezier(0.2, 0.75, 0.2, 1) both;
}

.flexible-hero-index {
  position: absolute;
  z-index: 2;
  top: 30px;
  left: 30px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(19, 23, 24, 0.58);
  color: #fff;
  font-family: var(--flex-v2-display);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.flexible-hero-index strong {
  color: var(--flex-v2-lime);
  font-size: 16px;
}

.flexible-page .flexible-hero-copy {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: end;
  padding: clamp(52px, 6vw, 88px) clamp(38px, 5vw, 72px) 42px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.045), transparent 42%),
    var(--flex-v2-carbon);
  animation: flexible-copy-in 0.8s 0.08s cubic-bezier(0.2, 0.75, 0.2, 1) both;
}

.flexible-page .flexible-hero-copy .section-kicker {
  color: var(--flex-v2-lime);
}

.flexible-page .flexible-hero-copy h1 {
  max-width: 620px;
  margin: 18px 0 0;
  color: #fff;
  font-size: clamp(46px, 5.4vw, 82px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 0.92;
  overflow-wrap: normal;
  text-transform: uppercase;
}

.flexible-page .flexible-hero-lead {
  max-width: 600px;
  margin: 28px 0 0;
  color: #fff;
  font-size: clamp(20px, 2vw, 29px);
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.16;
  text-transform: none;
}

.flexible-page .flexible-hero-copy p:not(.section-kicker):not(.flexible-hero-lead) {
  max-width: 560px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
  line-height: 1.55;
}

.flexible-page .flexible-hero-copy .hero-actions {
  margin-top: 30px;
}

.flexible-page .flexible-hero .button-dark {
  background: var(--flex-v2-lime);
  color: var(--flex-v2-ink);
}

.flexible-page .flexible-hero .button-light {
  border-color: rgba(255, 255, 255, 0.52);
  background: transparent;
  color: #fff;
}

.flexible-page .flexible-hero-facts {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  background: #171b1c;
}

.flexible-page .flexible-hero-facts article {
  position: relative;
  padding: 20px 22px 23px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  background: transparent;
}

.flexible-page .flexible-hero-facts article:last-child {
  border-right: 0;
}

.flexible-page .flexible-hero-facts span {
  display: block;
  width: auto;
  height: auto;
  margin: 0 0 6px;
  background: transparent;
  color: var(--flex-v2-lime);
  font-family: var(--flex-v2-display);
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.flexible-page .flexible-hero-facts p {
  font-size: 13px;
  line-height: 1.35;
}

/* Sticky product navigation */
.flexible-scroll-nav {
  position: sticky;
  z-index: 20;
  top: var(--site-header-offset);
  display: flex;
  width: min(1420px, calc(100% - 32px));
  min-height: 58px;
  gap: 4px;
  align-items: center;
  margin: 0 auto;
  padding: 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(23, 28, 29, 0.95);
  box-shadow: 0 12px 35px rgba(21, 25, 26, 0.12);
  backdrop-filter: blur(12px);
}

.flexible-scroll-nav a {
  padding: 10px 14px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 160ms ease, background-color 160ms ease;
}

.flexible-scroll-nav a:hover,
.flexible-scroll-nav a:focus-visible {
  background: var(--flex-v2-lime);
  color: var(--flex-v2-ink);
}

.flexible-scroll-nav .flexible-scroll-cta {
  margin-left: auto;
  color: var(--flex-v2-lime);
}

/* Shared section rhythm */
.flexible-page .section-shell {
  width: min(1280px, calc(100% - 48px));
  padding-top: clamp(74px, 8vw, 118px);
  padding-bottom: clamp(74px, 8vw, 118px);
}

.flexible-page .flexible-section-head {
  max-width: 1020px;
  gap: 0;
  margin-bottom: 48px;
}

.flexible-page :is(.flexible-section-head h2, .flexible-advantages-copy h2, .flexible-installation h2) {
  margin: 16px 0 0;
  font-size: clamp(38px, 5vw, 70px);
  font-weight: 650;
  letter-spacing: -0.04em;
  line-height: 0.98;
  overflow-wrap: normal;
  text-transform: uppercase;
}

/* Material composition */
.flexible-page .flexible-composition {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(390px, 0.96fr);
  gap: 0;
  align-items: stretch;
}

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

.flexible-page .flexible-layer-visual {
  position: relative;
  display: grid;
  min-height: 610px;
  place-items: center;
  margin: 0;
  padding: 58px 28px 88px;
  overflow: hidden;
  background:
    linear-gradient(30deg, rgba(223, 234, 49, 0.1) 1px, transparent 1px),
    radial-gradient(circle at 50% 46%, rgba(223, 234, 49, 0.08), transparent 42%),
    var(--flex-v2-carbon);
  background-size: 38px 38px, auto, auto;
}

.flexible-page .flexible-layer-visual::before {
  position: absolute;
  top: 34px;
  left: 36px;
  color: rgba(255, 255, 255, 0.54);
  content: "СХЕМА / 01";
  font-family: var(--flex-v2-display);
  font-size: 11px;
  letter-spacing: 0.15em;
}

.flexible-material-diagram {
  position: relative;
  z-index: 1;
  display: block;
  width: min(100%, 790px);
  height: auto;
  overflow: visible;
}

.flex-material-layer {
  transform-origin: 410px 330px;
  transition: transform 520ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.flexible-layer-visual:hover .flex-material-layer--top {
  transform: translateY(-10px);
}

.flexible-layer-visual:hover .flex-material-layer--middle {
  transform: translateY(2px);
}

.flexible-layer-visual:hover .flex-material-layer--bottom {
  transform: translateY(12px);
}

.flex-material-top,
.flex-material-side {
  vector-effect: non-scaling-stroke;
}

.flex-material-top {
  stroke: rgba(255, 255, 255, 0.66);
  stroke-width: 2;
}

.flex-material-top--nonwoven {
  fill: url(#flex-nonwoven);
}

.flex-material-top--cement {
  fill: url(#flex-cement);
  stroke: #f3f89c;
}

.flex-material-top--woven {
  fill: url(#flex-woven);
  stroke: #a8b0b1;
}

.flex-material-side--light {
  fill: url(#flex-side-light);
}

.flex-material-side--cement {
  fill: url(#flex-side-cement);
}

.flex-material-side--dark {
  fill: url(#flex-side-dark);
}

.flex-material-needles path {
  fill: none;
  stroke: var(--flex-v2-lime);
  stroke-dasharray: 8 10;
  stroke-linecap: round;
  stroke-width: 4;
  vector-effect: non-scaling-stroke;
}

.flex-material-needles circle {
  fill: var(--flex-v2-lime);
  stroke: var(--flex-v2-carbon);
  stroke-width: 3;
  vector-effect: non-scaling-stroke;
}

.flex-material-label rect {
  fill: var(--flex-v2-lime);
}

.flex-material-label > text:not(.flex-material-label-name) {
  fill: var(--flex-v2-ink);
  font-family: var(--flex-v2-display);
  font-size: 16px;
  font-weight: 700;
  text-anchor: middle;
}

.flex-material-label path {
  fill: none;
  stroke: rgba(255, 255, 255, 0.48);
  stroke-width: 1.5;
  vector-effect: non-scaling-stroke;
}

.flex-material-label-name {
  fill: rgba(255, 255, 255, 0.72);
  font-family: var(--flex-v2-display);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
}

.flexible-layer-caption {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: none;
  padding: 18px 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(18, 22, 23, 0.72);
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
  backdrop-filter: blur(10px);
}

.flexible-page .flexible-layer-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--flex-v2-line);
}

.flexible-page .flexible-layer-list article {
  position: relative;
  display: grid;
  min-height: 304px;
  align-content: end;
  padding: 30px;
  overflow: hidden;
  background: var(--flex-v2-paper);
  transition: background-color 180ms ease, color 180ms ease;
}

.flexible-page .flexible-layer-list article::after {
  position: absolute;
  right: -26px;
  bottom: -42px;
  color: rgba(21, 25, 26, 0.035);
  content: attr(data-layer);
  font-family: var(--flex-v2-display);
  font-size: 140px;
  font-weight: 700;
  line-height: 1;
}

.flexible-page .flexible-layer-list article:hover {
  background: var(--flex-v2-lime);
}

.flexible-page .flexible-layer-list span {
  width: 46px;
  height: 32px;
  margin: 0 0 auto;
  background: var(--flex-v2-carbon);
  color: #fff;
  font-family: var(--flex-v2-display);
  font-size: 13px;
}

.flexible-page .flexible-layer-list h3 {
  position: relative;
  z-index: 1;
  margin: 22px 0 0;
  font-size: clamp(18px, 1.7vw, 26px);
  letter-spacing: -0.02em;
}

.flexible-page .flexible-layer-list p {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  color: inherit;
  font-size: 15px;
  line-height: 1.45;
}

/* Product application gallery */
.flexible-page .flexible-works {
  position: relative;
  background:
    radial-gradient(circle at 10% 15%, rgba(223, 234, 49, 0.08), transparent 25%),
    var(--flex-v2-carbon);
  color: #fff;
}

.flexible-page .flexible-works::before {
  position: absolute;
  top: 0;
  right: 8vw;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  content: "";
}

.flexible-page .flexible-works .section-shell {
  padding-top: clamp(74px, 8vw, 110px);
  padding-bottom: clamp(82px, 9vw, 126px);
}

.flexible-page .flexible-works .section-kicker {
  color: var(--flex-v2-lime);
}

.flexible-page .flexible-work-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
  background: transparent;
}

.flexible-page .flexible-work-grid article {
  position: relative;
  min-height: 350px;
  grid-column: span 4;
  overflow: hidden;
  background: #2c3335;
  color: #fff;
  isolation: isolate;
}

.flexible-page .flexible-work-grid article:nth-child(1),
.flexible-page .flexible-work-grid article:nth-child(5) {
  grid-column: span 7;
}

.flexible-page .flexible-work-grid article:nth-child(2),
.flexible-page .flexible-work-grid article:nth-child(4) {
  grid-column: span 5;
}

.flexible-page .flexible-work-grid article:nth-child(n + 3):nth-child(-n + 4) {
  min-height: 310px;
}

.flexible-page .flexible-work-grid article::before {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 18px;
  display: grid;
  width: 42px;
  height: 32px;
  place-items: center;
  background: var(--flex-v2-lime);
  color: var(--flex-v2-ink);
  content: attr(data-index);
  font-family: var(--flex-v2-display);
  font-size: 12px;
  font-weight: 700;
}

.flexible-page .flexible-work-grid article::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(0deg, rgba(12, 15, 16, 0.88), rgba(12, 15, 16, 0.08) 66%);
  content: "";
}

.flexible-page .flexible-work-grid img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.04);
  transform: scale(1.01);
  transition: filter 420ms ease, transform 620ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.flexible-page .flexible-work-grid article:hover img {
  filter: saturate(1) contrast(1.08);
  transform: scale(1.06);
}

.flexible-page .flexible-work-grid h3 {
  position: absolute;
  z-index: 3;
  right: 24px;
  bottom: 22px;
  left: 24px;
  min-height: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

/* Advantages */
.flexible-page .flexible-advantages {
  background: var(--flex-v2-mist);
  color: var(--flex-v2-ink);
}

.flexible-page .flexible-advantages-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(42px, 7vw, 94px);
  align-items: center;
}

.flexible-page .flexible-advantages-photo {
  position: relative;
  margin: 0;
  overflow: visible;
  background: var(--flex-v2-carbon);
  box-shadow: 28px 28px 0 var(--flex-v2-lime);
}

.flexible-page .flexible-advantages-photo::before {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 18px;
  padding: 8px 10px;
  background: rgba(22, 27, 28, 0.72);
  color: #fff;
  content: "МОНТАЖ / ОБЪЕКТ";
  font-family: var(--flex-v2-display);
  font-size: 10px;
  letter-spacing: 0.14em;
  backdrop-filter: blur(8px);
}

.flexible-page .flexible-advantages-photo img {
  width: 100%;
  height: min(720px, 64vw);
  object-fit: cover;
  filter: saturate(0.72) contrast(1.08);
}

.flexible-page .flexible-advantages-copy .section-kicker {
  color: #5d6500;
}

.flexible-page .flexible-advantages-copy h2 {
  color: var(--flex-v2-ink);
}

.flexible-page .flexible-advantage-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: 44px;
  border-top: 1px solid var(--flex-v2-line);
}

.flexible-page .flexible-advantage-list article {
  position: relative;
  padding: 24px 24px 26px 54px;
  border-right: 1px solid var(--flex-v2-line);
  border-bottom: 1px solid var(--flex-v2-line);
}

.flexible-page .flexible-advantage-list article::before {
  top: 28px;
  left: 0;
  width: 34px;
  height: 3px;
  background: var(--flex-v2-lime);
  color: transparent;
  content: "";
}

.flexible-page .flexible-advantage-list h3 {
  color: var(--flex-v2-ink);
  font-size: 20px;
}

.flexible-page .flexible-advantage-list p {
  margin-top: 9px;
  color: #626967;
  font-size: 16px;
  line-height: 1.48;
}

/* Application map */
.flexible-page .flexible-applications {
  position: relative;
}

.flexible-page .flexible-application-icons {
  display: none;
}

.flexible-page .flexible-rolls-photo {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--flex-v2-carbon);
}

.flexible-page .flexible-rolls-photo::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(20, 25, 26, 0.5), transparent 52%);
  content: "";
}

.flexible-page .flexible-rolls-photo img {
  width: 100%;
  height: clamp(360px, 42vw, 550px);
  object-fit: cover;
  filter: saturate(0.78) contrast(1.06);
}

.flexible-rolls-label {
  position: absolute;
  z-index: 2;
  top: 34px;
  left: 34px;
  max-width: 310px;
  color: #fff;
  font-family: var(--flex-v2-display);
  font-size: clamp(24px, 3vw, 42px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.02;
  text-transform: uppercase;
}

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

.flexible-page .flexible-application-list article {
  position: relative;
  min-height: 220px;
  padding: 74px 24px 24px;
  background: var(--flex-v2-paper);
  font-size: 18px;
  line-height: 1.28;
  transition: background-color 180ms ease, transform 180ms ease;
}

.flexible-page .flexible-application-list article:hover {
  z-index: 1;
  background: var(--flex-v2-lime);
  transform: translateY(-6px);
}

.flexible-page .flexible-application-list article::before {
  top: 26px;
  left: 24px;
  width: 40px;
  height: 30px;
  background: var(--flex-v2-carbon);
  color: var(--flex-v2-lime);
  font-size: 18px;
}

/* Honest related-solutions gallery using imagery supplied from /6 Cemezit */
.flexible-industry-context {
  position: relative;
  display: grid;
  width: min(1420px, calc(100% - 32px));
  min-height: 720px;
  grid-template-columns: minmax(0, 1.24fr) minmax(360px, 0.76fr);
  margin: 0 auto clamp(74px, 8vw, 118px);
  overflow: hidden;
  background: var(--flex-v2-carbon);
  color: #fff;
}

.flexible-industry-context__hero {
  position: relative;
  margin: 0;
  overflow: hidden;
}

.flexible-industry-context__hero::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(17, 21, 22, 0.86), transparent 58%),
    linear-gradient(90deg, transparent 58%, rgba(17, 21, 22, 0.58));
  content: "";
}

.flexible-industry-context__hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78) contrast(1.05);
  transition: transform 700ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.flexible-industry-context:hover .flexible-industry-context__hero img {
  transform: scale(1.025);
}

.flexible-industry-context__stamp {
  position: absolute;
  z-index: 2;
  top: 28px;
  left: 28px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  color: #fff;
  font-family: var(--flex-v2-display);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.flexible-industry-context__caption {
  position: absolute;
  z-index: 2;
  right: 34px;
  bottom: 34px;
  left: 34px;
  max-width: 680px;
}

.flexible-industry-context__caption h2 {
  margin: 14px 0 0;
  color: #fff;
  font-family: var(--flex-v2-display);
  font-size: clamp(34px, 4.6vw, 66px);
  font-weight: 650;
  letter-spacing: -0.04em;
  line-height: 0.98;
  text-transform: uppercase;
}

.flexible-industry-context__caption p {
  max-width: 680px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 17px;
  line-height: 1.5;
}

.flexible-industry-context__rail {
  display: grid;
  grid-template-rows: 1fr 1fr auto;
  gap: 1px;
  background: rgba(255, 255, 255, 0.15);
}

.flexible-industry-context__tile {
  position: relative;
  min-height: 230px;
  margin: 0;
  overflow: hidden;
  background: #333a3c;
}

.flexible-industry-context__tile::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(14, 17, 18, 0.72), transparent 52%);
  content: "";
}

.flexible-industry-context__tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82);
  transition: transform 480ms ease;
}

.flexible-industry-context__tile:hover img {
  transform: scale(1.055);
}

.flexible-industry-context__tile figcaption {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 18px;
  left: 20px;
  color: #fff;
  font-family: var(--flex-v2-display);
  font-size: 17px;
  font-weight: 600;
}

.flexible-industry-context__link {
  display: flex;
  min-height: 86px;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  background: var(--flex-v2-lime);
  color: var(--flex-v2-ink);
  font-family: var(--flex-v2-display);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-transform: uppercase;
}

.flexible-industry-context__link::after {
  content: "↗";
  font-size: 28px;
  transition: transform 180ms ease;
}

.flexible-industry-context__link:hover::after,
.flexible-industry-context__link:focus-visible::after {
  transform: translate(4px, -4px);
}

/* Installation sequence */
.flexible-page .flexible-installation {
  background: var(--flex-v2-carbon);
  color: #fff;
}

.flexible-page .flexible-installation-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.58fr) minmax(0, 1.42fr);
  gap: clamp(40px, 7vw, 90px);
  align-items: start;
}

.flexible-page .flexible-installation h2 {
  position: sticky;
  top: calc(var(--site-header-offset) + 82px);
  margin: 0;
  color: #fff;
}

.flexible-page .flexible-step-list {
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.flexible-page .flexible-step-list li {
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 22px;
  min-height: 82px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  font-family: var(--flex-v2-display);
  font-size: clamp(18px, 2vw, 25px);
  transition: padding-left 180ms ease, color 180ms ease;
}

.flexible-page .flexible-step-list li:hover {
  padding-left: 14px;
  color: var(--flex-v2-lime);
}

.flexible-page .flexible-step-list span {
  width: 48px;
  height: 36px;
  background: var(--flex-v2-lime);
  color: var(--flex-v2-ink);
  font-size: 16px;
}

/* Request block */
.flexible-page .page-request-section {
  margin-top: 0;
  margin-bottom: 0;
  background: var(--flex-v2-paper);
}

.flexible-page .page-request-section .request-copy h2 {
  max-width: 620px;
  margin-top: 14px;
  font-size: clamp(36px, 4.7vw, 64px);
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.flexible-page .page-request-section .request-form,
.flexible-page .request-contact-card {
  border-radius: 0;
}

@keyframes flexible-hero-image-in {
  from { opacity: 0; transform: scale(1.08); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes flexible-copy-in {
  from { opacity: 0; transform: translateX(34px); }
  to { opacity: 1; transform: translateX(0); }
}

@media (max-width: 1120px) {
  .flexible-page .flexible-hero {
    min-height: 720px;
    grid-template-columns: minmax(0, 1fr) minmax(390px, 0.86fr);
  }

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

  .flexible-page .flexible-composition,
  .flexible-industry-context {
    grid-template-columns: 1fr;
  }

  .flexible-page .flexible-layer-visual {
    min-height: 520px;
  }

  .flexible-industry-context__hero {
    min-height: 600px;
  }

  .flexible-industry-context__rail {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 320px auto;
  }

  .flexible-industry-context__link {
    grid-column: 1 / -1;
  }

  .flexible-page .flexible-work-grid article,
  .flexible-page .flexible-work-grid article:nth-child(n) {
    min-height: 340px;
    grid-column: span 6;
  }
}

@media (max-width: 900px) {
  .flexible-page .flexible-hero {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(440px, 54vh) auto auto;
  }

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

  .flexible-page .flexible-hero-photo img {
    min-height: 440px;
    max-height: none;
  }

  .flexible-page .flexible-hero-copy {
    padding: 46px 34px;
  }

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

  .flexible-scroll-nav {
    overflow-x: auto;
    justify-content: flex-start;
  }

  .flexible-scroll-nav a {
    flex: 0 0 auto;
  }

  .flexible-scroll-nav .flexible-scroll-cta {
    margin-left: 0;
  }

  .flexible-page .flexible-advantages-layout,
  .flexible-page .flexible-installation-layout {
    grid-template-columns: 1fr;
  }

  .flexible-page .flexible-advantages-photo {
    max-width: 580px;
  }

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

  .flexible-page .flexible-installation h2 {
    position: static;
  }

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

@media (max-width: 640px) {
  .flexible-page .flexible-hero,
  .flexible-scroll-nav,
  .flexible-industry-context {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    border-right: 0;
    border-left: 0;
  }

  .flexible-page .flexible-hero {
    margin-top: 0;
    grid-template-rows: 360px auto auto;
  }

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

  .flexible-hero-index {
    top: 18px;
    left: 18px;
  }

  .flexible-page .flexible-hero-copy {
    padding: 38px 22px;
  }

  .flexible-page .flexible-hero-copy h1 {
    font-size: clamp(38px, 13vw, 58px);
  }

  .flexible-page .flexible-hero-facts {
    grid-template-columns: 1fr;
  }

  .flexible-page .flexible-hero-facts article {
    display: grid;
    grid-template-columns: 74px 1fr;
    gap: 12px;
    align-items: center;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

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

  .flexible-scroll-nav {
    min-height: 52px;
    padding: 0 8px;
  }

  .flexible-page .section-shell {
    width: min(100% - 30px, 1280px);
  }

  .flexible-page :is(.flexible-section-head h2, .flexible-advantages-copy h2, .flexible-installation h2) {
    font-size: clamp(34px, 11vw, 52px);
  }

  .flexible-page .flexible-layer-visual {
    min-height: 450px;
    padding: 42px 0 78px;
  }

  .flexible-material-diagram {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }

  .flex-material-label-name,
  .flex-material-label path {
    display: none;
  }

  .flexible-layer-caption {
    right: 0;
    bottom: 0;
    left: 0;
    max-width: none;
    padding: 14px 18px;
    font-size: 11px;
  }

  .flexible-page .flexible-layer-list {
    grid-template-columns: 1fr;
  }

  .flexible-page .flexible-layer-list article {
    min-height: 210px;
    padding: 24px;
  }

  .flexible-page .flexible-work-grid {
    grid-template-columns: 1fr;
  }

  .flexible-page .flexible-work-grid article,
  .flexible-page .flexible-work-grid article:nth-child(n) {
    min-height: 330px;
    grid-column: 1;
  }

  .flexible-page .flexible-advantages-photo {
    width: calc(100% - 18px);
    box-shadow: 18px 18px 0 var(--flex-v2-lime);
  }

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

  .flexible-page .flexible-advantage-list,
  .flexible-page .flexible-application-list {
    grid-template-columns: 1fr;
  }

  .flexible-page .flexible-application-list article {
    min-height: 170px;
  }

  .flexible-industry-context__hero {
    min-height: 620px;
  }

  .flexible-industry-context__caption {
    right: 22px;
    bottom: 24px;
    left: 22px;
  }

  .flexible-industry-context__caption h2 {
    font-size: clamp(34px, 11vw, 50px);
  }

  .flexible-industry-context__rail {
    grid-template-columns: 1fr;
    grid-template-rows: 320px 320px auto;
  }

  .flexible-industry-context__link {
    grid-column: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .flexible-page *,
  .flexible-page *::before,
  .flexible-page *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
