body.wd-about-v4-page > header {
  z-index: 100;
}

.wd-about-v4 {
  --wd-lime: #D6FF51;
  --wd-blue: #0059FF;
  --wd-black: #1B1B1B;
  --wd-charcoal: #272727;
  --wd-cream: #F5F1E9;
  --wd-white: #FFFFFF;
  --wd-muted: #67645F;
  --wd-line: rgba(27, 27, 27, 0.18);
  --wd-max: 1240px;
  --wd-font: "Poppins", Arial, sans-serif;
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  color: var(--wd-black);
  background: var(--wd-cream);
  font-family: var(--wd-font);
  font-size: 16px;
  line-height: 1.62;
  overflow: hidden;
}

.wd-about-v4,
.wd-about-v4 *,
.wd-about-v4 *::before,
.wd-about-v4 *::after {
  box-sizing: border-box;
}

.wd-about-v4 h1,
.wd-about-v4 h2,
.wd-about-v4 h3,
.wd-about-v4 p,
.wd-about-v4 figure,
.wd-about-v4 blockquote {
  margin-top: 0;
}

.wd-about-v4 h1,
.wd-about-v4 h2,
.wd-about-v4 h3 {
  font-family: var(--wd-font);
  line-height: 1.06;
  text-wrap: balance;
}

.wd-about-v4 img {
  display: block;
  max-width: 100%;
}

.wd-about-v4 a {
  color: inherit;
}

.wd-about-v4 a:focus-visible {
  outline: 3px solid var(--wd-lime);
  outline-offset: 5px;
}

.wd-about-v4 .wd-shell {
  width: min(calc(100% - 48px), var(--wd-max));
  margin-inline: auto;
}

.wd-about-v4 .wd-section {
  padding-block: clamp(88px, 9vw, 132px);
}

.wd-about-v4 .wd-kicker,
.wd-about-v4 .wd-micro {
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--wd-lime);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}

.wd-about-v4 .wd-kicker::before {
  content: "";
  width: 38px;
  height: 2px;
  flex: 0 0 auto;
  background: currentColor;
}

.wd-about-v4 .wd-kicker span {
  color: var(--wd-white);
}

.wd-about-v4 .wd-kicker--dark {
  color: var(--wd-blue);
}

.wd-about-v4 .wd-button {
  min-height: 52px;
  padding: 14px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--wd-black);
  border: 2px solid transparent;
  font-family: var(--wd-font);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.wd-about-v4 .wd-button--lime {
  background: var(--wd-lime);
  border-color: var(--wd-lime);
  box-shadow: 8px 8px 0 var(--wd-blue);
}

.wd-about-v4 .wd-button:hover {
  transform: translate(-2px, -2px);
}

.wd-about-v4 .wd-button--lime:hover {
  background: #E2FF82;
  box-shadow: 11px 11px 0 var(--wd-blue);
}

.wd-about-v4 .wd-button--large {
  min-height: 60px;
  padding-inline: 26px;
}

.wd-about-v4 .wd-hero {
  position: relative;
  isolation: isolate;
  padding-top: clamp(158px, 12vw, 194px);
  color: var(--wd-white);
  background: var(--wd-black);
  overflow: hidden;
}

.wd-about-v4 .wd-hero::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: -260px;
  right: -230px;
  width: min(66vw, 900px);
  aspect-ratio: 1;
  border: 1px solid rgba(214, 255, 81, 0.24);
  border-radius: 50%;
  box-shadow: 0 0 0 100px rgba(0, 89, 255, 0.06), 0 0 0 220px rgba(0, 89, 255, 0.035);
}

.wd-about-v4 .wd-hero-grid,
.wd-about-v4 .wd-cta-grid {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.45;
  background-image: linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask-image: linear-gradient(to bottom, #000 15%, transparent 92%);
  mask-image: linear-gradient(to bottom, #000 15%, transparent 92%);
}

.wd-about-v4 .wd-hero-layout {
  min-height: 690px;
  padding-bottom: 108px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(500px, 1.1fr);
  gap: clamp(42px, 6vw, 88px);
  align-items: center;
}

.wd-about-v4 .wd-hero-copy {
  position: relative;
  z-index: 10;
}

.wd-about-v4 .wd-hero h1 {
  max-width: 10ch;
  margin-bottom: 28px;
  color: var(--wd-white);
  font-size: clamp(3.5rem, 6.3vw, 6rem);
  font-weight: 700;
  letter-spacing: -0.055em;
}

.wd-about-v4 .wd-hero h1 span {
  display: block;
  color: var(--wd-lime);
}

.wd-about-v4 .wd-hero-lead {
  max-width: 58ch;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1rem, 1.3vw, 1.16rem);
}

.wd-about-v4 .wd-hero-rule {
  margin: 42px 0 0;
  padding-top: 17px;
  color: rgba(255, 255, 255, 0.55);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wd-about-v4 .wd-hero-rule strong {
  color: var(--wd-white);
}

.wd-about-v4 .wd-portrait-stage {
  position: relative;
  min-width: 0;
  height: 590px;
}

.wd-about-v4 .wd-portrait-stage::before {
  content: "DWA TESTY / JEDEN DOM";
  position: absolute;
  z-index: 8;
  top: 2px;
  right: 0;
  padding: 9px 12px;
  color: var(--wd-black);
  background: var(--wd-lime);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.wd-about-v4 .wd-portrait-stage::after {
  content: "";
  position: absolute;
  inset: 25px 22px 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  transform: translate(18px, -14px);
}

.wd-about-v4 .wd-portrait {
  position: absolute;
  z-index: 2;
  margin: 0;
  overflow: hidden;
  background: var(--wd-charcoal);
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 28px 68px rgba(0, 0, 0, 0.35);
}

.wd-about-v4 .wd-portrait--jakub {
  top: 46px;
  left: 0;
  width: 64%;
  height: 74%;
}

.wd-about-v4 .wd-portrait--mateusz {
  z-index: 4;
  right: 0;
  bottom: 8px;
  width: 48%;
  height: 80%;
  border-bottom: 7px solid var(--wd-lime);
}

.wd-about-v4 .wd-portrait-image {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: var(--wd-cream);
}

.wd-about-v4 .wd-portrait-image::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(150deg, rgba(0, 89, 255, 0.18), transparent 48%), linear-gradient(to top, rgba(27, 27, 27, 0.92), transparent 58%);
  pointer-events: none;
}

.wd-about-v4 .wd-portrait-image::after {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 0;
  opacity: 0.22;
  background-image: linear-gradient(rgba(255, 255, 255, 0.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.16) 1px, transparent 1px);
  background-size: 34px 34px;
  pointer-events: none;
}

.wd-about-v4 .wd-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.7) contrast(1.08);
}

.wd-about-v4 .wd-portrait--jakub img {
  object-position: 50% 45%;
  transform: scale(1.04);
}

.wd-about-v4 .wd-portrait--mateusz img {
  object-position: 50% 55%;
}

.wd-about-v4 .wd-portrait figcaption {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 78px 18px 18px;
  display: grid;
  gap: 5px;
  background: linear-gradient(to top, rgba(27, 27, 27, 0.92), transparent);
}

.wd-about-v4 .wd-portrait figcaption span {
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  font-weight: 700;
  line-height: 1;
}

.wd-about-v4 .wd-portrait figcaption strong {
  color: var(--wd-lime);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-transform: uppercase;
}

.wd-about-v4 .wd-connection {
  position: absolute;
  z-index: 7;
  left: 11%;
  right: 8%;
  top: 57%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.wd-about-v4 .wd-connection span {
  height: 4px;
  background: var(--wd-blue);
}

.wd-about-v4 .wd-connection span:last-child {
  background: var(--wd-lime);
}

.wd-about-v4 .wd-connection strong {
  width: 68px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  color: var(--wd-white);
  background: var(--wd-black);
  border: 4px solid var(--wd-white);
  border-radius: 50%;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  box-shadow: 0 0 0 8px rgba(27, 27, 27, 0.76);
}

.wd-about-v4 .wd-system-strip {
  position: relative;
  z-index: 12;
  margin-top: -56px;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 0.72fr)) minmax(260px, 1.25fr);
  color: var(--wd-black);
  background: var(--wd-white);
  border-top: 5px solid var(--wd-lime);
  box-shadow: 0 22px 50px rgba(27, 27, 27, 0.22);
}

.wd-about-v4 .wd-system-strip > div,
.wd-about-v4 .wd-system-strip > p {
  min-height: 112px;
  margin: 0;
  padding: 18px 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wd-about-v4 .wd-system-strip > div + div,
.wd-about-v4 .wd-system-strip > p {
  border-left: 1px solid var(--wd-line);
}

.wd-about-v4 .wd-system-strip small {
  margin-bottom: 4px;
  color: var(--wd-blue);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.wd-about-v4 .wd-system-strip strong {
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  line-height: 1.1;
}

.wd-about-v4 .wd-system-strip > p {
  color: var(--wd-white);
  background: var(--wd-blue);
  font-weight: 600;
  line-height: 1.45;
}

.wd-about-v4 .wd-story {
  padding-top: clamp(142px, 13vw, 190px);
  background: var(--wd-cream);
}

.wd-about-v4 .wd-story-layout {
  display: grid;
  grid-template-columns: 72px minmax(300px, 0.9fr) minmax(330px, 1.1fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: start;
}

.wd-about-v4 .wd-section-index {
  padding-top: 6px;
  color: var(--wd-blue);
  border-top: 2px solid var(--wd-blue);
  font-size: 0.75rem;
  font-weight: 700;
}

.wd-about-v4 .wd-story h2,
.wd-about-v4 .wd-people h2,
.wd-about-v4 .wd-layers h2,
.wd-about-v4 .wd-process h2,
.wd-about-v4 .wd-trust h2 {
  margin-bottom: 0;
  font-size: clamp(2.35rem, 4.4vw, 3.9rem);
  font-weight: 700;
  letter-spacing: -0.045em;
}

.wd-about-v4 .wd-story h2 span,
.wd-about-v4 .wd-layers h2 span {
  color: var(--wd-blue);
}

.wd-about-v4 .wd-story-copy {
  max-width: 650px;
  padding-top: 42px;
}

.wd-about-v4 .wd-story-copy > p {
  color: var(--wd-muted);
  font-size: 1.05rem;
}

.wd-about-v4 .wd-story-copy .wd-story-lead {
  color: var(--wd-black);
  font-size: clamp(1.35rem, 2.2vw, 1.9rem);
  font-weight: 600;
  line-height: 1.28;
}

.wd-about-v4 .wd-story-copy blockquote {
  margin: 34px 0 0;
  padding: 20px 0 20px 22px;
  color: var(--wd-black);
  border-left: 6px solid var(--wd-lime);
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  font-weight: 600;
  line-height: 1.5;
}

.wd-about-v4 .wd-people {
  padding-bottom: 0;
  color: var(--wd-white);
  background: var(--wd-black);
}

.wd-about-v4 .wd-people-heading {
  margin-bottom: clamp(52px, 6vw, 84px);
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.72fr);
  gap: 44px;
  align-items: end;
}

.wd-about-v4 .wd-people-heading > p {
  margin-bottom: 0;
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.68);
  border-left: 1px solid rgba(255, 255, 255, 0.28);
}

.wd-about-v4 .wd-people-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.wd-about-v4 .wd-person {
  position: relative;
  min-width: 0;
  padding-top: clamp(56px, 7vw, 96px);
  padding-bottom: clamp(64px, 8vw, 110px);
  overflow: hidden;
}

.wd-about-v4 .wd-person--jakub {
  padding-left: max(24px, calc((100vw - var(--wd-max)) / 2));
  padding-right: clamp(36px, 6vw, 84px);
  background: var(--wd-charcoal);
}

.wd-about-v4 .wd-person--mateusz {
  padding-left: clamp(36px, 6vw, 84px);
  padding-right: max(24px, calc((100vw - var(--wd-max)) / 2));
  background: var(--wd-blue);
}

.wd-about-v4 .wd-person-letter {
  position: absolute;
  top: -0.12em;
  right: 0.02em;
  color: transparent;
  font-size: clamp(10rem, 22vw, 22rem);
  font-weight: 700;
  line-height: 0.78;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.wd-about-v4 .wd-person-role {
  position: relative;
  margin-bottom: 22px;
  color: var(--wd-lime);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.wd-about-v4 .wd-person h3 {
  position: relative;
  margin-bottom: 28px;
  color: var(--wd-white);
  font-size: clamp(2.2rem, 4.2vw, 3.8rem);
  font-weight: 700;
  letter-spacing: -0.04em;
}

.wd-about-v4 .wd-person-question {
  position: relative;
  max-width: 26ch;
  margin-bottom: 24px;
  font-size: clamp(1.25rem, 2.1vw, 1.75rem);
  font-weight: 600;
  line-height: 1.28;
}

.wd-about-v4 .wd-person > p:not(.wd-person-role):not(.wd-person-question) {
  position: relative;
  max-width: 57ch;
  color: rgba(255, 255, 255, 0.75);
}

.wd-about-v4 .wd-person-list {
  position: relative;
  margin: 34px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.32);
}

.wd-about-v4 .wd-person-list li {
  padding: 14px 10px 0 0;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.45;
  text-transform: uppercase;
}

.wd-about-v4 .wd-person-list li + li {
  padding-left: 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.24);
}

.wd-about-v4 .wd-layers {
  background: var(--wd-cream);
}

.wd-about-v4 .wd-layers-heading {
  max-width: 980px;
}

.wd-about-v4 .wd-layers-heading > p:last-child {
  max-width: 640px;
  margin: 24px 0 54px auto;
  color: var(--wd-muted);
  font-size: 1.05rem;
}

.wd-about-v4 .wd-layer-system {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--wd-black);
}

.wd-about-v4 .wd-layer {
  position: relative;
  min-height: 330px;
  padding: clamp(24px, 3vw, 38px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.wd-about-v4 .wd-layer + .wd-layer {
  border-left: 1px solid rgba(27, 27, 27, 0.35);
}

.wd-about-v4 .wd-layer--building {
  background: #DCE7FB;
}

.wd-about-v4 .wd-layer--water {
  color: var(--wd-white);
  background: var(--wd-blue);
}

.wd-about-v4 .wd-layer--control {
  color: var(--wd-white);
  background: var(--wd-charcoal);
}

.wd-about-v4 .wd-layer-mark {
  width: 60px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  color: currentColor;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 0.9rem;
  font-weight: 700;
}

.wd-about-v4 .wd-layer .wd-micro {
  margin-bottom: 8px;
  color: currentColor;
  opacity: 0.72;
}

.wd-about-v4 .wd-layer h3 {
  margin-bottom: 10px;
  font-size: clamp(1.85rem, 3.2vw, 2.8rem);
  font-weight: 700;
}

.wd-about-v4 .wd-layer p:last-child {
  max-width: 34ch;
  margin-bottom: 0;
}

.wd-about-v4 .wd-decision-output {
  grid-column: 1 / -1;
  min-height: 104px;
  padding: 22px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  color: var(--wd-black);
  background: var(--wd-lime);
  border-top: 1px solid var(--wd-black);
  text-align: center;
}

.wd-about-v4 .wd-decision-output span {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wd-about-v4 .wd-decision-output strong {
  font-size: clamp(1.45rem, 3vw, 2.6rem);
  line-height: 1.1;
}

.wd-about-v4 .wd-process {
  color: var(--wd-white);
  background: var(--wd-black);
}

.wd-about-v4 .wd-process-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(420px, 1.22fr);
  gap: clamp(54px, 8vw, 110px);
  align-items: start;
}

.wd-about-v4 .wd-process-heading {
  position: sticky;
  top: 130px;
}

.wd-about-v4 .wd-process-heading > p:last-child {
  max-width: 43ch;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.65);
}

.wd-about-v4 .wd-process-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.wd-about-v4 .wd-process-list li {
  padding: clamp(24px, 3vw, 38px) 0;
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.wd-about-v4 .wd-process-list > li > span {
  color: var(--wd-lime);
  font-size: 0.75rem;
  font-weight: 700;
}

.wd-about-v4 .wd-process-list h3 {
  margin-bottom: 9px;
  color: var(--wd-white);
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  font-weight: 600;
}

.wd-about-v4 .wd-process-list p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.68);
}

.wd-about-v4 .wd-trust {
  background: var(--wd-lime);
}

.wd-about-v4 .wd-trust-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(54px, 8vw, 110px);
  align-items: start;
}

.wd-about-v4 .wd-trust .wd-kicker--dark {
  color: var(--wd-black);
}

.wd-about-v4 .wd-trust h2 {
  max-width: 12ch;
}

.wd-about-v4 .wd-anti-promises {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 2px solid var(--wd-black);
}

.wd-about-v4 .wd-anti-promises li {
  padding: 18px 0;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: center;
  border-bottom: 1px solid rgba(27, 27, 27, 0.34);
  font-size: clamp(1.05rem, 1.9vw, 1.5rem);
  font-weight: 600;
  line-height: 1.3;
}

.wd-about-v4 .wd-anti-promises span {
  width: 38px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  color: var(--wd-white);
  background: var(--wd-black);
  border-radius: 50%;
}

.wd-about-v4 .wd-final-cta {
  position: relative;
  isolation: isolate;
  padding-block: clamp(96px, 11vw, 156px);
  color: var(--wd-white);
  background: var(--wd-blue);
  overflow: hidden;
}

.wd-about-v4 .wd-final-cta::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -12%;
  bottom: -62%;
  width: min(54vw, 720px);
  aspect-ratio: 1;
  border: 82px solid rgba(214, 255, 81, 0.16);
  border-radius: 50%;
}

.wd-about-v4 .wd-final-cta-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.75fr);
  gap: clamp(48px, 8vw, 110px);
  align-items: end;
}

.wd-about-v4 .wd-final-cta h2 {
  max-width: 12ch;
  margin-bottom: 24px;
  padding-bottom: 4px;
  font-size: clamp(3.2rem, 7vw, 5.8rem);
  font-weight: 700;
  letter-spacing: -0.055em;
}

.wd-about-v4 .wd-final-cta h2 span {
  color: var(--wd-lime);
}

.wd-about-v4 .wd-final-cta-copy > p:last-child {
  max-width: 55ch;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.06rem;
}

.wd-about-v4 .wd-cta-card {
  padding: clamp(26px, 4vw, 42px);
  color: var(--wd-black);
  background: var(--wd-cream);
  border-top: 7px solid var(--wd-lime);
  box-shadow: 18px 18px 0 rgba(27, 27, 27, 0.24);
}

.wd-about-v4 .wd-cta-card > p {
  margin-bottom: 14px;
  font-size: 1.1rem;
  font-weight: 700;
}

.wd-about-v4 .wd-cta-card ul {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--wd-line);
}

.wd-about-v4 .wd-cta-card li {
  position: relative;
  padding: 12px 0 12px 24px;
  border-bottom: 1px solid var(--wd-line);
}

.wd-about-v4 .wd-cta-card li::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 3px;
  width: 8px;
  height: 8px;
  background: var(--wd-blue);
}

@media (max-width: 1100px) {
  .wd-about-v4 .wd-hero-layout {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .wd-about-v4 .wd-hero-copy {
    max-width: 820px;
  }

  .wd-about-v4 .wd-portrait-stage {
    width: min(100%, 800px);
    height: 620px;
    margin-inline: auto;
  }

  .wd-about-v4 .wd-system-strip {
    grid-template-columns: repeat(3, 1fr);
  }

  .wd-about-v4 .wd-system-strip > p {
    grid-column: 1 / -1;
    min-height: 82px;
    border-top: 1px solid var(--wd-line);
    border-left: 0;
    text-align: center;
  }

  .wd-about-v4 .wd-story-layout {
    grid-template-columns: 60px minmax(260px, 0.9fr) minmax(300px, 1.1fr);
    gap: 34px;
  }
}

@media (max-width: 860px) {
  .wd-about-v4 .wd-story-layout,
  .wd-about-v4 .wd-people-heading,
  .wd-about-v4 .wd-process-layout,
  .wd-about-v4 .wd-trust-layout,
  .wd-about-v4 .wd-final-cta-layout {
    grid-template-columns: 1fr;
  }

  .wd-about-v4 .wd-story-layout {
    gap: 22px;
  }

  .wd-about-v4 .wd-section-index {
    width: 60px;
  }

  .wd-about-v4 .wd-story-copy {
    padding-top: 4px;
  }

  .wd-about-v4 .wd-people-heading > p {
    max-width: 58ch;
  }

  .wd-about-v4 .wd-people-split {
    grid-template-columns: 1fr;
  }

  .wd-about-v4 .wd-person {
    padding: 64px max(24px, calc((100vw - var(--wd-max)) / 2));
  }

  .wd-about-v4 .wd-person--mateusz {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .wd-about-v4 .wd-layer-system {
    grid-template-columns: 1fr;
  }

  .wd-about-v4 .wd-layer {
    min-height: 250px;
  }

  .wd-about-v4 .wd-layer + .wd-layer {
    border-top: 1px solid rgba(27, 27, 27, 0.35);
    border-left: 0;
  }

  .wd-about-v4 .wd-decision-output {
    grid-column: 1;
  }

  .wd-about-v4 .wd-process-heading {
    position: static;
  }

  .wd-about-v4 .wd-final-cta-layout {
    align-items: start;
  }

  .wd-about-v4 .wd-cta-card {
    max-width: 600px;
  }
}

@media (max-width: 620px) {
  .wd-about-v4 .wd-shell {
    width: min(calc(100% - 30px), var(--wd-max));
  }

  .wd-about-v4 .wd-section {
    padding-block: 76px;
  }

  .wd-about-v4 .wd-hero {
    padding-top: 124px;
  }

  .wd-about-v4 .wd-hero-layout {
    padding-bottom: 82px;
    gap: 46px;
  }

  .wd-about-v4 .wd-hero h1 {
    font-size: clamp(2.9rem, 13.6vw, 4.15rem);
  }

  .wd-about-v4 .wd-hero .wd-button {
    width: 100%;
  }

  .wd-about-v4 .wd-hero-rule {
    margin-top: 36px;
  }

  .wd-about-v4 .wd-portrait-stage {
    height: 470px;
  }

  .wd-about-v4 .wd-portrait-stage::before {
    top: -3px;
    padding: 7px 9px;
  }

  .wd-about-v4 .wd-portrait-stage::after {
    inset: 17px 7px 8px 0;
  }

  .wd-about-v4 .wd-portrait--jakub {
    top: 38px;
    width: 72%;
    height: 62%;
  }

  .wd-about-v4 .wd-portrait--mateusz {
    width: 56%;
    height: 72%;
  }

  .wd-about-v4 .wd-connection {
    left: 8%;
    right: 6%;
    top: 55%;
  }

  .wd-about-v4 .wd-connection strong {
    width: 54px;
    border-width: 3px;
    box-shadow: 0 0 0 5px rgba(27, 27, 27, 0.76);
  }

  .wd-about-v4 .wd-portrait figcaption {
    padding: 62px 12px 12px;
  }

  .wd-about-v4 .wd-portrait figcaption strong {
    line-height: 1.35;
  }

  .wd-about-v4 .wd-system-strip {
    grid-template-columns: 1fr;
    margin-top: -48px;
    margin-bottom: 0;
  }

  .wd-about-v4 .wd-system-strip > div,
  .wd-about-v4 .wd-system-strip > p {
    min-height: 78px;
    padding: 13px 16px;
  }

  .wd-about-v4 .wd-system-strip > div + div,
  .wd-about-v4 .wd-system-strip > p {
    grid-column: 1;
    border-top: 1px solid var(--wd-line);
    border-left: 0;
    text-align: left;
  }

  .wd-about-v4 .wd-story {
    padding-top: 112px;
  }

  .wd-about-v4 .wd-story h2,
  .wd-about-v4 .wd-people h2,
  .wd-about-v4 .wd-layers h2,
  .wd-about-v4 .wd-process h2,
  .wd-about-v4 .wd-trust h2 {
    font-size: clamp(2.2rem, 10.8vw, 3.25rem);
  }

  .wd-about-v4 .wd-people-heading {
    gap: 26px;
  }

  .wd-about-v4 .wd-people-heading > p {
    padding-left: 16px;
  }

  .wd-about-v4 .wd-person {
    padding-block: 58px;
  }

  .wd-about-v4 .wd-person h3 {
    font-size: clamp(2.1rem, 10vw, 3rem);
  }

  .wd-about-v4 .wd-person-list {
    grid-template-columns: 1fr;
  }

  .wd-about-v4 .wd-person-list li {
    padding: 12px 0;
  }

  .wd-about-v4 .wd-person-list li + li {
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.24);
    border-left: 0;
  }

  .wd-about-v4 .wd-layers-heading > p:last-child {
    margin: 22px 0 36px;
  }

  .wd-about-v4 .wd-layer {
    min-height: 228px;
  }

  .wd-about-v4 .wd-decision-output {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    text-align: left;
  }

  .wd-about-v4 .wd-process-list li {
    grid-template-columns: 42px 1fr;
    gap: 12px;
  }

  .wd-about-v4 .wd-anti-promises li {
    grid-template-columns: 40px 1fr;
    gap: 10px;
  }

  .wd-about-v4 .wd-final-cta h2 {
    font-size: clamp(3rem, 13.5vw, 4.6rem);
  }

  .wd-about-v4 .wd-final-cta::after {
    width: 520px;
    right: -350px;
    bottom: -260px;
  }

  .wd-about-v4 .wd-cta-card {
    box-shadow: 10px 10px 0 rgba(27, 27, 27, 0.24);
  }

  .wd-about-v4 .wd-cta-card .wd-button {
    width: 100%;
  }
}

@media (max-width: 390px) {
  .wd-about-v4 .wd-shell {
    width: min(calc(100% - 20px), var(--wd-max));
  }

  .wd-about-v4 .wd-portrait-stage {
    height: 440px;
  }

  .wd-about-v4 .wd-portrait--jakub {
    width: 75%;
  }

  .wd-about-v4 .wd-portrait--mateusz {
    width: 59%;
  }

  .wd-about-v4 .wd-person {
    padding-inline: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wd-about-v4 .wd-button {
    transition-duration: 0.01ms;
  }
}
