/* ===== CMS dynamic sections ===== */

.sec--hero {
  overflow: hidden;
  container-type: inline-size;
}

.hero-bar,
.hero-partners,
.hero-cta {
  display: none;
}

/* Figma NAV_HERO 1440×769: black card x=144 y=120 742×600 */
.hero-card {
  position: absolute;
  left: 10%;
  top: 15.604%;
  width: 51.528%;
  height: 78.023%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  padding: calc(50.5 / 1440 * 100cqi) calc(44 / 1440 * 100cqi) calc(26 / 1440 * 100cqi);
  background: #000;
  color: #fff6f2;
  border-radius: calc(32 / 1440 * 100cqi);
  overflow: hidden;
}

.hero-card__kicker {
  margin: 0;
  color: var(--main-blue);
  font-family: var(--font-display);
  font-size: calc(13 / 1440 * 100cqi);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-card__title {
  margin: calc(33.5 / 1440 * 100cqi) 0 0;
  max-width: calc(455 / 1440 * 100cqi);
  font-family: var(--font-display);
  font-size: calc(42 / 1440 * 100cqi);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.035em;
  color: #fff;
}

.hero-card__title span {
  color: var(--main-blue);
}

.hero-card__lead {
  margin: calc(21 / 1440 * 100cqi) 0 0;
  max-width: calc(559 / 1440 * 100cqi);
  font-family: var(--font-body);
  font-size: calc(18 / 1440 * 100cqi);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #fff6f2;
}

.hero-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: calc(12 / 1440 * 100cqi);
  align-self: flex-start;
  margin-top: calc(45 / 1440 * 100cqi);
  height: calc(52 / 1440 * 100cqi);
  min-width: calc(184 / 1440 * 100cqi);
  padding: 0 calc(28 / 1440 * 100cqi);
  border-radius: 999px;
  background: var(--main-yellow);
  color: #1a1208;
  font-family: var(--font-body);
  font-size: calc(16 / 1440 * 100cqi);
  font-weight: 500;
  letter-spacing: -0.02em;
}

.hero-card__cta svg {
  width: 16px;
  height: 16px;
}

.hero-card__learn {
  margin-top: auto;
  padding-top: 1.4em;
}

.hero-card__learn-label {
  margin: 0 0 calc(23 / 1440 * 100cqi);
  font-family: var(--font-display);
  font-size: calc(12 / 1440 * 100cqi);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1;
}

.hero-card__learn-list {
  display: grid;
  width: calc(591 / 1440 * 100cqi);
  grid-template-columns: 146fr 182fr 191fr;
  gap: calc(36 / 1440 * 100cqi);
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-card__learn-list li {
  display: flex;
  align-items: flex-start;
  gap: calc(16 / 1440 * 100cqi);
  font-family: var(--font-body);
  font-size: calc(13 / 1440 * 100cqi);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.hero-card__check {
  flex: 0 0 auto;
  width: calc(20 / 1440 * 100cqi);
  height: calc(20 / 1440 * 100cqi);
  margin-top: 0;
  border-radius: 50%;
  background: var(--main-blue) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4 8.2 6.6 10.8 12 5.2' fill='none' stroke='%23fff6f2' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 14px no-repeat;
}

/* Figma storis x=905 y=120 391×600, same vertical band as the left card */
.story-player {
  position: absolute;
  top: 15.604%;
  right: 10%;
  width: 27.153%;
  height: 78.023%;
  z-index: 4;
  margin: 0;
  pointer-events: auto;
}

.story-player__frame {
  position: absolute;
  inset: 0;
  border-radius: calc(40 / 1440 * 100cqi);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: #8a8e92;
}

.story-player__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.story-player__bars {
  position: absolute;
  top: 14px;
  left: 14px;
  right: 14px;
  display: flex;
  gap: 4px;
  z-index: 2;
}

.story-player__bar {
  flex: 1;
  height: 3px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.story-player__bar span {
  display: block;
  height: 100%;
  width: 0;
  background: #000;
  border-radius: 10px;
}

.story-player__bar.is-done span {
  width: 100%;
}

.story-player__bar.is-active span {
  width: 100%;
  animation: storyProgress 5s linear;
}

.story-player.is-paused .story-player__bar.is-active span {
  animation-play-state: paused;
}

@keyframes storyProgress {
  from { width: 0; }
  to { width: 100%; }
}

.story-player__caption {
  position: absolute;
  left: 5.88%;
  right: 5.88%;
  bottom: 13.33%;
  padding: calc(20 / 1440 * 100cqi) calc(25 / 1440 * 100cqi);
  background: #000;
  border-radius: calc(24 / 1440 * 100cqi);
  color: #fff6f2;
  z-index: 2;
}

.story-player__title {
  margin: 0 0 8px;
  font-family: var(--font-body);
  font-size: clamp(16px, 1.3vw, 24px);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.story-player__desc {
  margin: 0;
  font-size: 13px;
  line-height: 1.35;
  letter-spacing: -0.02em;
  opacity: 0.92;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.story-player__controls {
  position: absolute;
  left: 5.88%;
  right: 6.14%;
  bottom: 2.67%;
  z-index: 3;
  display: flex;
  gap: calc(15 / 1440 * 100cqi);
  align-items: center;
  height: calc(52 / 1440 * 100cqi);
}

.story-player__btn {
  border: 1px solid #000;
  background: #000;
  color: #fff6f2;
  opacity: 1;
  cursor: pointer;
  height: 100%;
}

.story-player__btn--round {
  width: calc(52 / 1440 * 100cqi);
  flex: 0 0 auto;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.story-player__btn--round svg {
  width: 42%;
  height: 42%;
  display: block;
}

.story-player__btn--wide,
.story-player__btn--next {
  flex: 1;
  border-radius: 70px;
  background: #000;
  border-color: #000;
  opacity: 1;
  font-size: 20px;
}

/* Cover baked-in story from Figma export */
.hero-story-mask {
  position: absolute;
  right: 6.5%;
  top: 12%;
  width: min(380px, 27%);
  height: 78%;
  background: linear-gradient(180deg, #0b52b2 0%, #0a4aa0 100%);
  border-radius: 36px;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
}

/* Audience / INFO */
.sec--info {
  background: var(--beige);
  padding: 72px 0 64px;
}

.info {
  width: min(100% - 48px, 1180px);
  margin: 0 auto;
}

.info__heading {
  margin: 0 0 40px;
  text-align: center;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(32px, 3.3vw, 48px);
  letter-spacing: -0.02em;
}

.info__roles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 56px;
  text-align: center;
  font-size: 18px;
  line-height: 1.35;
}

.info__roles strong {
  font-weight: 700;
}

.info__pains {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 40px;
  max-width: 920px;
  margin: 0 auto;
}

.info__pains-col {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.info__pains-col p {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
}

.info__divider {
  width: 1px;
  background: rgba(0, 0, 0, 0.18);
}

/* Posts / audience strong text */
.sec--carousel {
  background: #e6c89e;
  padding: 48px 0 56px;
}

.posts-cms {
  width: min(100% - 48px, 1180px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 24px;
  row-gap: 28px;
  align-items: start;
}

.posts-cms__header {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  justify-self: end;
}

.posts-cms__cta {
  grid-column: 1;
  grid-row: 1;
}

.posts-cms__grid,
.posts-cms__extras {
  grid-column: 1 / -1;
}

.posts-cms__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 28px;
  border-radius: 999px;
  background: var(--main-blue);
  color: #fff;
  font-weight: 600;
}

.posts-cms__title {
  margin: 0;
  text-align: right;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(32px, 3.3vw, 48px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  white-space: pre-line;
}

.posts-cms__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.post-card {
  position: relative;
  border-radius: 22px;
  min-height: 280px;
  padding: 16px 16px 18px;
  background: #f3efe8;
  color: #000;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.post-card--dark,
.post-card--black,
.post-card--on-dark {
  color: #fff;
}

.post-card--dark {
  background: #1a0a0a;
}

.post-card--gray {
  background: #d0d0d0;
  color: #000;
}

.post-card--black {
  background: #111;
}

.post-card--beige,
.post-card--on-light {
  background: #dcc9a8;
  color: #000;
}

.post-card--on-light,
.post-card--on-dark {
  background: transparent;
}

.post-card__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
}

.post-card__date,
.post-card__title,
.post-card__stats,
.post-card__open {
  position: relative;
  z-index: 2;
}

.post-card__open {
  position: absolute;
  top: 18px;
  right: 16px;
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.post-card__date {
  margin: 0 0 8px;
  padding-right: 22px;
  font-size: 12px;
  opacity: 0.72;
}

.post-card__title {
  margin: 0 0 12px;
  padding-right: 22px;
  font-size: 18px;
  font-weight: 700;
}

.post-card__stats {
  margin: auto 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
}

.post-card__stats li,
.post-stat {
  display: flex;
  align-items: center;
  gap: 6px;
}

.post-card__stats-pair {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}

.post-stat img {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  object-fit: contain;
}

.post-card--dark .post-stat img,
.post-card--dark .post-card__open,
.post-card--black .post-stat img,
.post-card--black .post-card__open,
.post-card--on-dark .post-stat img,
.post-card--on-dark .post-card__open {
  filter: invert(1);
}

.post-slot {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

.post-card__ratio {
  margin: 0;
  color: #111;
  font-size: 12px;
  line-height: 1.25;
}

.post-card__ratio strong {
  font-size: 22px;
  font-weight: 700;
}

.post-card__link {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.posts-cms__extras {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 0;
}

.posts-cms__extra {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 999px;
  background: #fff;
  color: #000;
  font-weight: 600;
  font-size: 14px;
}

.posts-cms__extra--button {
  background: var(--main-blue);
  color: #fff;
}

/* Program */
.sec--program {
  background: #fff;
  padding: 32px 0 12px;
  display: block;
}

.program {
  width: min(100% - 48px, 1152px);
  margin: 0 auto;
}

.program__heading {
  margin: 0;
  text-align: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(32px, 3.3vw, 48px);
}

.program__subtitle {
  margin: 12px 0 36px;
  text-align: center;
  font-size: 18px;
}

.lessons {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.lesson {
  background: var(--beige);
  border-radius: 24px;
  padding: 28px 32px;
}

.lesson__toggle {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
  font: inherit;
  text-align: left;
  pointer-events: none;
}

.lesson__chevron {
  display: none;
}

.lesson__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
}

.pill--fixed,
.pill--tan {
  background: var(--main-yellow);
  color: #000;
}

.pill--accent {
  background: var(--main-blue);
  color: #fff;
}

.lesson__accents {
  display: none;
}

.lesson__lead {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.lesson__body {
  margin: 0;
  font-size: 17px;
  line-height: 1.45;
}

.lesson__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 17px;
  line-height: 1.45;
}

/* Footer — Figma FUTER 1440×334 */
.sec--footer {
  background: #000;
  color: #fff;
}

.footer-cms {
  width: min(100% - 48px, 1180px);
  margin: 0 auto;
  padding: 48px 0 40px;
  display: grid;
  grid-template-columns: 1.3fr 1.1fr 0.8fr 1.3fr;
  gap: 28px;
  align-items: stretch;
  box-sizing: border-box;
}

.footer-cms__col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}

.footer-cms__logos {
  width: 200px;
  height: auto;
  margin: 0;
}

.footer-cms__brand {
  display: none;
}

.footer-cms__heading {
  margin: 0 0 16px;
  font-family: var(--font-display);
  font-size: clamp(16px, 1.35vw, 20px);
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
}

.footer-cms__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: var(--font-body);
  font-size: clamp(15px, 1.2vw, 18px);
  font-weight: 400;
  line-height: 1.3;
}

.footer-cms__list a,
.footer-cms__mint {
  color: #fff;
}

.footer-cms__made {
  margin: auto 0 0;
  padding-top: 28px;
  font-family: var(--font-body);
  font-size: clamp(15px, 1.2vw, 18px);
  font-weight: 400;
  color: #fff;
}

.footer-cms__made span {
  color: #0ffbc0;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
}

.footer-cms__made em {
  font-family: Caveat, cursive;
  font-style: normal;
  font-weight: 600;
  font-size: 1.45em;
  line-height: 0;
}

.footer-cms__social {
  display: flex;
  gap: 14px;
}

.footer-cms__social a {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  border-radius: 0;
}

.footer-cms__social img {
  width: 100%;
  height: 100%;
  display: block;
}

.footer-cms__contacts {
  font-family: var(--font-body);
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.3;
  color: #fff;
}

.footer-cms__contact-value {
  display: block;
  margin: 0 0 8px;
  font-weight: 600;
  color: #fff;
}

span.footer-cms__contact-value {
  max-width: 11.5em;
  font-weight: 400;
}

.footer-cms__hint {
  margin: 0 0 14px;
  max-width: 16em;
  font-size: clamp(14px, 1.05vw, 16px);
  font-weight: 400;
  line-height: 1.3;
  color: #477fcb;
}

.footer-cms__copy {
  margin: auto 0 0;
  padding-top: 24px;
  font-family: var(--font-body);
  font-size: clamp(14px, 1.05vw, 16px);
  font-weight: 400;
  line-height: 1.3;
  color: #477fcb;
}

.footer-cms__legal {
  display: inline-block;
  margin-top: auto;
  padding-top: 24px;
  font-family: var(--font-body);
  font-size: clamp(14px, 1.05vw, 16px);
  font-weight: 400;
  line-height: 1.3;
  color: #477fcb;
}

@media (max-width: 900px) {
  .sec--hero {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 18px 16px 28px;
    background:
      linear-gradient(rgba(255, 246, 242, 0.05) 1px, transparent 1px) 0 0 / 100% 56px,
      linear-gradient(90deg, rgba(255, 246, 242, 0.05) 1px, transparent 1px) 0 0 / 56px 100%,
      linear-gradient(180deg, #101820 0%, #0c2744 48%, #0a3a72 100%);
  }

  .sec--hero .sec__img,
  .sec--hero .hotspots,
  .hero-story-mask,
  .hero-card__kicker,
  .hero-card__lead,
  .hero-card__learn,
  .hero-card__cta {
    display: none;
  }

  .hero-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
  }

  .hero-bar__brand {
    color: #fff;
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.05;
  }

  .hero-bar__burger {
    width: 68px;
    height: 42px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #f3eee8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    cursor: pointer;
  }

  .hero-bar__burger > span:not(.visually-hidden) {
    display: block;
    width: 18px;
    height: 1.5px;
    background: #111;
  }

  .hero-menu {
    position: static;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    margin: -12px 0 20px;
    padding: 4px 2px 8px;
  }

  .hero-menu.is-open {
    display: flex;
  }

  .hero-menu a {
    font-size: 18px;
    color: #fff;
  }

  .hero-card {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0 8px;
    background: transparent;
    border-radius: 0;
    align-items: center;
    text-align: center;
    overflow: visible;
  }

  .hero-card__title {
    max-width: 12em;
    margin: 0;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -0.04em;
    color: #fff;
  }

  .hero-card__title span {
    color: #fff;
  }

  .hero-partners {
    display: block;
    width: 168px;
    height: auto;
    margin: 22px auto 18px;
  }

  .story-player {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 3.7;
  }

  .story-player__frame {
    border-radius: 28px;
    border-color: rgba(255, 255, 255, 0.18);
  }

  .story-player__caption {
    bottom: 16%;
    padding: 16px 18px;
    border-radius: 20px;
  }

  .story-player__title {
    font-size: 22px;
  }

  .story-player__desc {
    font-size: 15px;
  }

  .story-player__controls {
    height: 52px;
    gap: 10px;
    bottom: 3.2%;
  }

  .story-player__btn--round {
    width: 52px;
    font-size: 14px;
  }

  .story-player__btn--wide,
  .story-player__btn--next {
    font-size: 22px;
  }

  .hero-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    height: 56px;
    border-radius: 999px;
    background: var(--main-blue);
    color: #fff;
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.02em;
  }

  .hero-story-mask {
    display: none;
  }

  .info__roles {
    grid-template-columns: 1fr;
  }

  .info__roles {
    margin-bottom: 0;
  }

  .info__pains {
    display: none;
  }

  .sec--carousel {
    overflow-x: clip;
  }

  .posts-cms {
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-width: 0;
    max-width: 100%;
  }

  .posts-cms__header,
  .posts-cms__cta,
  .posts-cms__grid,
  .posts-cms__extras {
    grid-column: auto;
    grid-row: auto;
    justify-self: stretch;
  }

  .posts-cms__header {
    order: 1;
  }

  .posts-cms__grid {
    order: 2;
    display: flex;
    gap: 12px;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .posts-cms__grid::-webkit-scrollbar {
    display: none;
  }

  .posts-cms .post-slot {
    flex: 0 0 262px;
    width: 262px;
    scroll-snap-align: start;
  }

  .posts-cms .post-card {
    width: 262px;
    height: 227px;
    min-height: 227px;
    padding: 14px 14px 12px;
    border-radius: 20px;
  }

  .posts-cms .post-card__title {
    margin-bottom: 8px;
    font-size: 16px;
  }

  .posts-cms .post-card__stats {
    gap: 4px;
    font-size: 13px;
  }

  .posts-cms .post-card__open {
    top: 16px;
    right: 14px;
  }

  .posts-cms__extras {
    order: 3;
  }

  .posts-cms__cta {
    order: 4;
    width: 100%;
  }

  .posts-cms__title {
    text-align: left;
  }

  .lesson {
    padding: 16px;
  }

  .lesson__toggle {
    align-items: center;
    pointer-events: auto;
    cursor: pointer;
  }

  .lesson__tags {
    margin-bottom: 0;
  }

  .lesson .pill--tan {
    background: #fff;
  }

  .lesson__toggle .pill--accent {
    display: none;
  }

  .lesson__accents {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
  }

  .lesson__chevron {
    display: inline-flex;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--main-blue);
    align-items: center;
    justify-content: center;
  }

  .lesson__chevron::before {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translateY(-2px) rotate(45deg);
  }

  .lesson.is-open .lesson__chevron::before {
    transform: translateY(2px) rotate(225deg);
  }

  .lesson__details {
    display: none;
    margin-top: 14px;
  }

  .lesson.is-open .lesson__details {
    display: block;
  }

  .footer-cms {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "brand brand"
      "linksHead contactsHead"
      "linksList contactsBody"
      "social social"
      "made made"
      "copy legal";
    gap: 22px 20px;
    width: min(100% - 32px, 1180px);
    padding: 28px 0 32px;
    align-items: start;
  }

  .footer-cms__col--brand,
  .footer-cms__col--links,
  .footer-cms__col--contacts {
    display: contents;
  }

  .footer-cms__brand {
    display: flex;
    grid-area: brand;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }

  .footer-cms__wordmark {
    color: #fff;
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.05;
  }

  .footer-cms__brand img {
    width: 132px;
    height: auto;
  }

  .footer-cms__logos {
    display: none;
  }

  .footer-cms__heading--links {
    grid-area: linksHead;
    margin: 0;
  }

  .footer-cms__list {
    grid-area: linksList;
    gap: 10px;
  }

  .footer-cms__heading--contacts {
    grid-area: contactsHead;
    margin: 0;
  }

  .footer-cms__contacts {
    grid-area: contactsBody;
  }

  a.footer-cms__contact-value {
    color: #4c8fe8;
    font-weight: 600;
  }

  .footer-cms__hint {
    max-width: 11em;
    color: #4c8fe8;
  }

  span.footer-cms__contact-value {
    max-width: 12em;
    color: #fff;
    font-weight: 400;
  }

  .footer-cms__col--social {
    grid-area: social;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
  }

  .footer-cms__col--social .footer-cms__heading {
    margin: 0;
  }

  .footer-cms__social a {
    width: 34px;
    height: 34px;
    background: none;
    border-radius: 0;
  }

  .footer-cms__social img {
    width: 34px;
    height: 34px;
  }

  .footer-cms__made {
    grid-area: made;
    margin: 0;
    padding: 0;
    justify-self: center;
    text-align: center;
  }

  .footer-cms__made span {
    color: #fff;
    font-style: normal;
    font-weight: 700;
  }

  .footer-cms__made em {
    color: #0ffbc0;
  }

  .footer-cms__copy {
    grid-area: copy;
    max-width: 5.2em;
    margin: 0;
    padding: 0;
  }

  .footer-cms__legal {
    grid-area: legal;
    max-width: 9em;
    margin: 0;
    padding: 0;
    justify-self: end;
    text-align: right;
  }
}
