:root {
  --flow-sage: #718984;
  --flow-sage-deep: #324b49;
  --flow-sage-dark: #203737;
  --flow-mist: #edf1ef;
  --flow-clay: #d9c7b7;
  --flow-wood: #d9b77d;
  --flow-ink: #172b3a;
  --flow-muted: #6a716f;
}

.flow-sofa-page {
  background: #fdfcf9;
}

.flow-hero {
  position: relative;
  min-height: min(830px, calc(100vh - 116px));
  overflow: hidden;
  background: #d9dedb;
}

.flow-hero__image,
.flow-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.flow-hero__image {
  object-fit: cover;
  object-position: center;
}

.flow-hero__shade {
  background:
    linear-gradient(90deg, rgba(18, 39, 38, .83) 0%, rgba(18, 39, 38, .59) 32%, rgba(18, 39, 38, .14) 59%, rgba(18, 39, 38, 0) 76%),
    linear-gradient(0deg, rgba(18, 39, 38, .43) 0%, rgba(18, 39, 38, 0) 45%);
}

.flow-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(1440px, calc(100% - 64px));
  min-height: inherit;
  margin-inline: auto;
  padding: 58px 0;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

.flow-hero .exec-breadcrumbs {
  margin-bottom: 34px;
}

.flow-hero .exec-overline {
  color: #dce8e3;
}

.flow-hero h1 {
  max-width: 820px;
  margin: 12px 0 24px;
  color: #fff;
  font-size: clamp(56px, 7vw, 108px);
  font-weight: 620;
  line-height: .9;
  letter-spacing: -.065em;
}

.flow-hero__content > p {
  max-width: 640px;
  margin: 0;
  color: rgba(255, 255, 255, .83);
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.66;
}

.flow-hero__actions {
  display: flex;
  margin-top: 32px;
  flex-wrap: wrap;
  gap: 12px;
}

.flow-sofa-page .exec-button {
  border-color: #dfe8e5;
  background: #dfe8e5;
  color: #203737;
}

.flow-sofa-page .exec-button.secondary {
  border-color: rgba(255, 255, 255, .46);
  background: rgba(255, 255, 255, .08);
  color: #fff;
}

.flow-facts {
  display: grid;
  width: min(840px, 100%);
  margin: 42px 0 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, .25);
  border-left: 1px solid rgba(255, 255, 255, .25);
}

.flow-facts div {
  min-height: 92px;
  padding: 17px;
  border-right: 1px solid rgba(255, 255, 255, .25);
  border-bottom: 1px solid rgba(255, 255, 255, .25);
  background: rgba(18, 39, 38, .16);
  backdrop-filter: blur(8px);
}

.flow-facts dt {
  margin-bottom: 7px;
  color: rgba(255, 255, 255, .57);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.flow-facts dd {
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
}

.flow-sofa-page .exec-anchor-nav {
  background: rgba(253, 252, 249, .95);
}

.flow-sofa-page .exec-overline {
  color: var(--flow-sage-deep);
}

.flow-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--exec-line);
  border-left: 1px solid var(--exec-line);
}

.flow-feature-grid article {
  min-height: 280px;
  padding: 34px;
  border-right: 1px solid var(--exec-line);
  border-bottom: 1px solid var(--exec-line);
}

.flow-feature-grid article > span,
.flow-application-grid article > span {
  display: inline-grid;
  width: 36px;
  height: 36px;
  margin-bottom: 58px;
  place-items: center;
  border-radius: 50%;
  background: #dfe9e5;
  color: var(--flow-sage-deep);
  font-size: 11px;
  font-weight: 850;
}

.flow-feature-grid h3,
.flow-application-grid h3 {
  margin: 0 0 13px;
  color: var(--flow-ink);
  font-size: 24px;
}

.flow-feature-grid p,
.flow-application-grid p {
  margin: 0;
  color: var(--flow-muted);
  line-height: 1.72;
}

.flow-design {
  background: var(--flow-sage-dark);
}

.flow-design__intro {
  display: grid;
  margin-bottom: 54px;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .55fr);
  gap: 70px;
  align-items: end;
}

.flow-design__intro h2 {
  margin: 12px 0 0;
  color: #fff;
  font-size: clamp(48px, 6vw, 86px);
  line-height: .98;
  letter-spacing: -.055em;
}

.flow-design__intro > p {
  margin: 0;
  color: rgba(255, 255, 255, .68);
  font-size: 17px;
  line-height: 1.75;
}

.flow-product-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(330px, .65fr);
  gap: 18px;
}

.flow-product-card {
  display: flex;
  min-height: 640px;
  margin: 0;
  overflow: hidden;
  flex-direction: column;
  background: #fff;
}

.flow-product-card img {
  display: block;
  width: 100%;
  min-height: 0;
  flex: 1;
  object-fit: contain;
}

.flow-product-card figcaption {
  display: flex;
  min-height: 76px;
  padding: 18px 22px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(23, 43, 58, .1);
}

.flow-product-card figcaption span {
  color: #817d74;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.flow-product-card figcaption strong {
  color: var(--flow-ink);
  font-size: 15px;
}

.flow-design__copy {
  padding: 48px 38px;
  background: #2b4140;
  color: #fff;
}

.flow-design__copy h3 {
  margin: 14px 0 22px;
  color: #fff;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1;
  letter-spacing: -.045em;
}

.flow-design__copy > p {
  color: rgba(255, 255, 255, .68);
  line-height: 1.75;
}

.flow-design__copy .exec-feature-list {
  border-top-color: rgba(255, 255, 255, .16);
}

.flow-design__copy .exec-feature-list li {
  border-bottom-color: rgba(255, 255, 255, .16);
  color: rgba(255, 255, 255, .73);
}

.flow-view-grid {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 16px;
}

.flow-view {
  display: flex;
  min-height: 440px;
  margin: 0;
  overflow: hidden;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(23, 43, 58, .1);
}

.flow-view--wide {
  min-height: 660px;
  grid-row: span 2;
}

.flow-view img {
  display: block;
  width: 100%;
  min-height: 0;
  flex: 1;
  object-fit: contain;
}

.flow-view figcaption {
  display: flex;
  padding: 17px 20px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(23, 43, 58, .1);
}

.flow-view figcaption strong {
  color: var(--flow-ink);
  font-size: 15px;
}

.flow-view figcaption span {
  color: #858178;
  font-size: 12px;
}

.flow-config-note {
  max-width: 950px;
  margin: 28px 0 0;
  color: #767570;
  font-size: 13px;
  line-height: 1.72;
}

.flow-application-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, .16);
  border-left: 1px solid rgba(255, 255, 255, .16);
}

.flow-application-grid article {
  min-height: 300px;
  padding: 28px;
  border-right: 1px solid rgba(255, 255, 255, .16);
  border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.flow-application-grid h3 {
  color: #fff;
}

.flow-application-grid p {
  color: rgba(255, 255, 255, .64);
}

.flow-faq {
  background: #e9e3da;
}

.flow-faq-grid {
  border-top: 1px solid rgba(23, 43, 58, .16);
}

.flow-faq details {
  border-bottom: 1px solid rgba(23, 43, 58, .16);
}

.flow-faq summary {
  position: relative;
  padding: 25px 52px 25px 0;
  color: var(--flow-ink);
  font-size: 19px;
  font-weight: 750;
  cursor: pointer;
  list-style: none;
}

.flow-faq summary::-webkit-details-marker {
  display: none;
}

.flow-faq summary::after {
  position: absolute;
  right: 8px;
  content: "+";
  color: var(--flow-sage-deep);
  font-size: 24px;
  font-weight: 400;
}

.flow-faq details[open] summary::after {
  content: "–";
}

.flow-faq details p {
  max-width: 850px;
  margin: -4px 0 26px;
  color: #666962;
  line-height: 1.75;
}

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

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

  .flow-product-card {
    min-height: 540px;
  }
}

@media (max-width: 900px) {
  .flow-hero {
    min-height: 760px;
  }

  .flow-hero__content {
    width: min(100% - 36px, 1440px);
  }

  .flow-hero__image {
    object-position: 58% center;
  }

  .flow-hero__shade {
    background: linear-gradient(90deg, rgba(18, 39, 38, .86) 0%, rgba(18, 39, 38, .6) 62%, rgba(18, 39, 38, .18) 100%);
  }

  .flow-design__intro {
    grid-template-columns: 1fr;
    gap: 26px;
  }

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

  .flow-view--wide {
    min-height: 520px;
    grid-row: auto;
  }
}

@media (max-width: 760px) {
  .flow-hero {
    min-height: 735px;
  }

  .flow-hero__content {
    width: min(100% - 24px, 1440px);
    padding: 40px 0;
  }

  .flow-hero__image {
    object-position: 62% center;
  }

  .flow-hero__shade {
    background: linear-gradient(0deg, rgba(18, 39, 38, .96) 0%, rgba(18, 39, 38, .76) 61%, rgba(18, 39, 38, .16) 100%);
  }

  .flow-hero h1 {
    margin-top: auto;
    font-size: 47px;
  }

  .flow-hero__content > p {
    font-size: 16px;
  }

  .flow-facts {
    margin-top: 28px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flow-feature-grid,
  .flow-application-grid {
    grid-template-columns: 1fr;
  }

  .flow-feature-grid article,
  .flow-application-grid article {
    min-height: 0;
    padding: 26px;
  }

  .flow-feature-grid article > span,
  .flow-application-grid article > span {
    margin-bottom: 28px;
  }

  .flow-product-card,
  .flow-view,
  .flow-view--wide {
    min-height: 420px;
  }

  .flow-product-card figcaption,
  .flow-view figcaption {
    display: block;
  }

  .flow-product-card figcaption strong,
  .flow-view figcaption span {
    display: block;
    margin-top: 5px;
  }

  .flow-design__copy {
    padding: 34px 24px;
  }
}
