/* Chrápátko brand story page 1.0.1 — scoped to Shoptet page id 754. */
body.id-754 .pageArticleDetail > header {
  display: none;
}

body.id-754 #content .content-inner,
body.id-754 #content .pageArticleDetail,
body.id-754 #content .pageArticleDetail > [itemprop="about"] {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

body.id-754 .ch-about-page {
  --ch-about-ink: #003140;
  --ch-about-accent: #007599;
  --ch-about-yellow: #eeba2b;
  --ch-about-warm: #f6f1e8;
  --ch-about-mist: #f2f7f8;
  --ch-about-line: #dbe3e5;
  --ch-about-radius: 24px;
  width: calc(100% - 48px);
  max-width: 1278px;
  margin: 36px auto 80px;
  color: var(--ch-about-ink);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

body.id-754 .ch-about-page,
body.id-754 .ch-about-page * {
  box-sizing: border-box;
}

body.id-754 .ch-about-page h1,
body.id-754 .ch-about-page h2,
body.id-754 .ch-about-page h3,
body.id-754 .ch-about-page p,
body.id-754 .ch-about-page figure,
body.id-754 .ch-about-page ul,
body.id-754 .ch-about-page ol {
  margin-top: 0;
}

body.id-754 .ch-about-page h1,
body.id-754 .ch-about-page h2,
body.id-754 .ch-about-page h3 {
  color: inherit;
  font-family: Poppins, sans-serif;
  font-weight: 800;
  letter-spacing: -.035em;
}

body.id-754 .ch-about-page h2 {
  margin-bottom: 20px;
  font-size: clamp(32px, 4.2vw, 58px);
  line-height: 1.06;
}

body.id-754 .ch-about-page h3 {
  letter-spacing: -.02em;
}

body.id-754 .ch-about-page p {
  margin-bottom: 18px;
}

body.id-754 .ch-about-page img {
  display: block;
  width: 100%;
  max-width: none;
}

body.id-754 .ch-about-page a {
  text-decoration: none;
}

body.id-754 .ch-about-page a:focus-visible {
  outline: 3px solid var(--ch-about-yellow);
  outline-offset: 4px;
}

body.id-754 .ch-about-eyebrow,
body.id-754 .ch-about-kicker {
  margin-bottom: 14px;
  color: var(--ch-about-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.35;
  text-transform: uppercase;
}

body.id-754 .ch-about-hero {
  position: relative;
  display: grid;
  min-height: 570px;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.18fr);
  overflow: hidden;
  border-radius: var(--ch-about-radius);
  background: var(--ch-about-ink);
  color: #fff;
  isolation: isolate;
}

body.id-754 .ch-about-hero__copy {
  position: relative;
  z-index: 2;
  display: flex;
  max-width: 610px;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 5vw, 74px);
}

body.id-754 .ch-about-hero__copy::after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -180px;
  bottom: 0;
  width: 300px;
  background: linear-gradient(90deg, var(--ch-about-ink) 0%, rgba(0,49,64,.82) 42%, rgba(0,49,64,0) 100%);
  content: "";
  pointer-events: none;
}

body.id-754 .ch-about-hero .ch-about-eyebrow {
  color: #9fd7e5;
}

body.id-754 .ch-about-hero h1 {
  max-width: 650px;
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(46px, 5.2vw, 74px);
  line-height: .98;
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
}

body.id-754 .ch-about-hero__lead {
  max-width: 54ch;
  margin-bottom: 30px;
  color: rgba(255,255,255,.84);
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.62;
}

body.id-754 .ch-about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

body.id-754 .ch-about-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  transition: background-color .25s ease, border-color .25s ease, color .25s ease, transform .25s ease;
}

body.id-754 .ch-about-button--light {
  background: #fff;
  color: var(--ch-about-ink);
}

body.id-754 .ch-about-button--outline {
  border-color: rgba(255,255,255,.55);
  color: #fff;
}

body.id-754 .ch-about-button--dark {
  background: var(--ch-about-ink);
  color: #fff;
}

body.id-754 .ch-about-button:hover {
  transform: translateY(-2px);
}

body.id-754 .ch-about-button--light:hover {
  background: var(--ch-about-yellow);
  color: var(--ch-about-ink);
}

body.id-754 .ch-about-button--outline:hover {
  border-color: #fff;
  background: #fff;
  color: var(--ch-about-ink);
}

body.id-754 .ch-about-button--dark:hover {
  background: var(--ch-about-accent);
  color: #fff;
}

body.id-754 .ch-about-hero__media {
  position: relative;
  min-width: 0;
  margin: 0;
}

body.id-754 .ch-about-hero__media img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  object-position: 55% 50%;
}

body.id-754 .ch-about-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 22px 0 clamp(50px, 6vw, 76px);
}

body.id-754 .ch-about-nav-card {
  position: relative;
  display: block;
  min-height: 310px;
  overflow: hidden;
  border-radius: 20px;
  background: var(--ch-about-ink);
  color: #fff;
  isolation: isolate;
  transition: box-shadow .3s ease, transform .3s ease;
}

body.id-754 .ch-about-nav-card img {
  position: absolute;
  z-index: -2;
  inset: 0;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

body.id-754 .ch-about-nav-card:nth-child(1) img { object-position: 50% 43%; }
body.id-754 .ch-about-nav-card:nth-child(2) img { object-position: 50% 30%; }
body.id-754 .ch-about-nav-card:nth-child(4) img { object-position: 52% 45%; }

/* Zdrojová fotografie výroby je fyzicky uložená o 90° bokem. */
body.id-754 .ch-about-nav-card:nth-child(3) img {
  top: -35%;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: 50% 50%;
  transform: translate(-50%, -50%) rotate(90deg) scale(1.8);
}

body.id-754 .ch-about-nav-card__shade {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,49,64,.02) 20%, rgba(0,49,64,.82) 100%);
}

body.id-754 .ch-about-nav-card__label {
  position: absolute;
  right: 28px;
  bottom: 24px;
  left: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #fff;
  font-size: clamp(24px, 2.5vw, 34px);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1.1;
}

body.id-754 .ch-about-nav-card__label > span {
  flex: 0 0 auto;
  font-size: 24px;
}

body.id-754 .ch-about-nav-card:hover {
  box-shadow: 0 18px 42px rgba(0,49,64,.18);
  transform: translateY(-3px);
}

body.id-754 .ch-about-nav-card:hover img {
  transform: scale(1.025);
}

body.id-754 .ch-about-nav-card:nth-child(3):hover img {
  transform: translate(-50%, -50%) rotate(90deg) scale(1.84);
}

body.id-754 .ch-about-intro {
  max-width: 930px;
  margin: 0 auto clamp(54px, 6vw, 82px);
  text-align: center;
}

body.id-754 .ch-about-intro h2 {
  margin-bottom: 28px;
  font-size: clamp(40px, 5.2vw, 70px);
}

body.id-754 .ch-about-intro > p:last-child {
  max-width: 72ch;
  margin: 0 auto;
  color: #415d65;
  font-size: clamp(17px, 1.55vw, 21px);
}

body.id-754 .ch-about-chapter {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  align-items: center;
  gap: clamp(38px, 6vw, 86px);
  margin-bottom: clamp(56px, 6vw, 86px);
}

body.id-754 .ch-about-chapter--shows {
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
}

body.id-754 .ch-about-chapter__copy {
  max-width: 55ch;
}

body.id-754 .ch-about-chapter__copy p:not(.ch-about-kicker),
body.id-754 .ch-about-production__copy p,
body.id-754 .ch-about-team__copy p {
  color: #415d65;
}

body.id-754 .ch-about-photo-pair {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  align-items: end;
  gap: 16px;
}

body.id-754 .ch-about-photo {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 20px;
  background: var(--ch-about-mist);
}

body.id-754 .ch-about-photo img {
  height: 100%;
  object-fit: cover;
}

body.id-754 .ch-about-photo--primary { height: 600px; }
body.id-754 .ch-about-photo--secondary { height: 490px; }
body.id-754 .ch-about-photo--primary img { object-position: 50% 48%; }
body.id-754 .ch-about-photo--secondary img { object-position: 50% 46%; }

body.id-754 .ch-about-photo figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 54px 20px 18px;
  background: linear-gradient(180deg, transparent, rgba(0,31,40,.82));
  color: rgba(255,255,255,.9);
  font-size: 11px;
  line-height: 1.45;
}

body.id-754 .ch-about-show-mosaic {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
  grid-template-rows: 540px;
  gap: 16px;
}

body.id-754 .ch-about-photo--show,
body.id-754 .ch-about-photo--training {
  height: 100%;
}

body.id-754 .ch-about-photo--show img { object-position: 50% 35%; }
body.id-754 .ch-about-photo--training img { object-position: 48% 50%; }

body.id-754 .ch-about-reason {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  gap: clamp(40px, 7vw, 94px);
  margin-bottom: clamp(56px, 6vw, 86px);
  padding: clamp(44px, 6vw, 80px);
  border-radius: var(--ch-about-radius);
  background: var(--ch-about-ink);
  color: #fff;
}

body.id-754 .ch-about-reason .ch-about-eyebrow {
  color: #9fd7e5;
}

body.id-754 .ch-about-reason h2 {
  color: #fff;
  font-size: clamp(34px, 4vw, 56px);
}

body.id-754 .ch-about-reason__copy > p:last-child {
  max-width: 62ch;
  margin-bottom: 0;
  color: rgba(255,255,255,.78);
}

body.id-754 .ch-about-principles {
  display: grid;
  align-content: start;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.id-754 .ch-about-principles li {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 18px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(255,255,255,.18);
}

body.id-754 .ch-about-principles li:first-child { padding-top: 0; }
body.id-754 .ch-about-principles li:last-child { border-bottom: 0; }

body.id-754 .ch-about-principles strong {
  color: #fff;
  font-size: 14px;
}

body.id-754 .ch-about-principles span {
  color: rgba(255,255,255,.72);
  font-size: 13px;
  line-height: 1.5;
}

body.id-754 .ch-about-timeline-section {
  margin-bottom: clamp(56px, 6vw, 86px);
  padding: clamp(44px, 6vw, 78px);
  border-radius: var(--ch-about-radius);
  background: var(--ch-about-mist);
}

body.id-754 .ch-about-section-heading {
  max-width: 720px;
  margin: 0 auto 54px;
  text-align: center;
}

body.id-754 .ch-about-section-heading > p:last-child {
  margin: 0;
  color: #526b72;
}

body.id-754 .ch-about-timeline {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

body.id-754 .ch-about-timeline::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: #b8d4db;
  content: "";
  transform: translateX(-50%);
}

body.id-754 .ch-about-timeline__item {
  position: relative;
  display: grid;
  min-height: 156px;
  grid-template-columns: minmax(0, 1fr) 82px minmax(0, 1fr);
  align-items: start;
  margin: 0;
  padding: 0 0 28px;
}

body.id-754 .ch-about-timeline__year {
  grid-column: 1;
  justify-self: end;
  padding-top: 17px;
  color: var(--ch-about-ink);
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 800;
  letter-spacing: -.05em;
  line-height: 1;
}

body.id-754 .ch-about-timeline__dot {
  position: relative;
  z-index: 2;
  grid-column: 2;
  width: 16px;
  height: 16px;
  justify-self: center;
  margin-top: 20px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: var(--ch-about-accent);
  box-shadow: 0 0 0 2px #a8ced8;
}

body.id-754 .ch-about-timeline__card {
  grid-column: 3;
  margin: 0;
  padding: 22px 24px;
  border: 1px solid var(--ch-about-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(0,49,64,.07);
}

body.id-754 .ch-about-timeline__card h3 {
  margin: 0 0 7px;
  color: var(--ch-about-ink);
  font-size: 17px;
  line-height: 1.3;
}

body.id-754 .ch-about-timeline__card p {
  margin: 0;
  color: #526b72;
  font-size: 13px;
  line-height: 1.62;
}

body.id-754 .ch-about-timeline__item:nth-child(even) .ch-about-timeline__year {
  grid-column: 3;
  justify-self: start;
}

body.id-754 .ch-about-timeline__item:nth-child(even) .ch-about-timeline__card {
  grid-column: 1;
  grid-row: 1;
}

body.id-754 .ch-about-production,
body.id-754 .ch-about-team {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  align-items: stretch;
  gap: 0;
  margin-bottom: clamp(50px, 5.5vw, 76px);
  overflow: hidden;
  border-radius: var(--ch-about-radius);
  background: var(--ch-about-warm);
}

body.id-754 .ch-about-production__media,
body.id-754 .ch-about-team__media {
  min-height: 520px;
  margin: 0;
}

body.id-754 .ch-about-production__media img,
body.id-754 .ch-about-team__media img {
  height: 100%;
  object-fit: cover;
}

body.id-754 .ch-about-production__media img { object-position: 58% 55%; }
body.id-754 .ch-about-team__media img { object-position: 54% 50%; }

body.id-754 .ch-about-production__copy,
body.id-754 .ch-about-team__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(40px, 5.5vw, 72px);
}

body.id-754 .ch-about-production__copy h2,
body.id-754 .ch-about-team__copy h2 {
  font-size: clamp(34px, 3.8vw, 52px);
}

body.id-754 .ch-about-text-link {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 10px;
  margin-top: 10px;
  color: var(--ch-about-ink);
  font-size: 13px;
  font-weight: 800;
}

body.id-754 .ch-about-text-link + .ch-about-text-link {
  margin-top: 6px;
}

body.id-754 .ch-about-text-link:hover {
  color: var(--ch-about-accent);
  text-decoration: underline;
  text-underline-offset: 4px;
}

body.id-754 .ch-about-cooperation {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: clamp(36px, 6vw, 80px);
  margin-bottom: clamp(50px, 5.5vw, 76px);
  padding: clamp(42px, 6vw, 76px);
  border: 1px solid #eadfca;
  border-radius: var(--ch-about-radius);
  background: #fffaf2;
}

body.id-754 .ch-about-cooperation h2 {
  margin-bottom: 0;
  font-size: clamp(34px, 3.8vw, 52px);
}

body.id-754 .ch-about-cooperation__content {
  align-self: center;
}

body.id-754 .ch-about-cooperation__content > p {
  color: #526b72;
}

body.id-754 .ch-about-partner {
  display: grid;
  grid-template-columns: 168px minmax(0, 1fr);
  align-items: center;
  gap: 26px;
  margin-bottom: 24px;
  padding: 26px;
  border: 1px solid #eadfca;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(0,49,64,.06);
}

body.id-754 .ch-about-partner__logo {
  display: flex;
  min-height: 104px;
  align-items: center;
  justify-content: center;
  padding: 14px;
  border-radius: 14px;
  background: #f6f8f8;
}

body.id-754 .ch-about-partner__logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

body.id-754 .ch-about-partner__copy h3 {
  margin: 0 0 8px;
  color: var(--ch-about-ink);
  font-size: 21px;
  line-height: 1.25;
}

body.id-754 .ch-about-partner__copy p {
  margin-bottom: 12px;
  color: #526b72;
  font-size: 13px;
  line-height: 1.55;
}

body.id-754 .ch-about-partner__copy .ch-about-partner__label {
  margin-bottom: 6px;
  color: var(--ch-about-accent);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

body.id-754 .ch-about-partner__link {
  color: var(--ch-about-ink);
  font-size: 12px;
  font-weight: 800;
}

body.id-754 .ch-about-partner__link:hover {
  color: var(--ch-about-accent);
  text-decoration: underline;
  text-underline-offset: 4px;
}

body.id-754 .ch-about-cooperation__wholesale {
  margin-bottom: 20px;
}

body.id-754 .ch-about-team {
  grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr);
  background: #edf4f5;
}

body.id-754 .ch-about-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 34px 60px;
  padding: clamp(42px, 6vw, 76px);
  border-radius: var(--ch-about-radius);
  background: var(--ch-about-ink);
  color: #fff;
}

body.id-754 .ch-about-contact .ch-about-eyebrow {
  color: #9fd7e5;
}

body.id-754 .ch-about-contact h2 {
  margin-bottom: 14px;
  color: #fff;
  font-size: clamp(34px, 4vw, 54px);
}

body.id-754 .ch-about-contact__copy p:last-child {
  margin-bottom: 0;
  color: rgba(255,255,255,.76);
}

body.id-754 .ch-about-contact__actions {
  display: grid;
  gap: 8px;
  justify-items: end;
}

body.id-754 .ch-about-contact__actions a {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}

body.id-754 .ch-about-contact__actions a:last-child {
  margin-top: 8px;
  color: var(--ch-about-yellow);
  font-size: 13px;
}

body.id-754 .ch-about-contact__actions a:hover,
body.id-754 .ch-about-contact__socials a:hover {
  color: var(--ch-about-yellow);
  text-decoration: underline;
  text-underline-offset: 4px;
}

body.id-754 .ch-about-contact__socials {
  display: flex;
  grid-column: 1 / -1;
  flex-wrap: wrap;
  gap: 12px 26px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.18);
}

body.id-754 .ch-about-contact__socials a {
  color: rgba(255,255,255,.78);
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 1100px) {
  body.id-754 .ch-about-hero {
    min-height: 520px;
    grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  }

  body.id-754 .ch-about-hero__media img {
    object-position: 64% 50%;
  }

  body.id-754 .ch-about-hero__copy {
    padding: 42px 32px;
  }

  body.id-754 .ch-about-hero h1 {
    font-size: 44px;
    line-height: 1;
  }

  body.id-754 .ch-about-hero__lead {
    font-size: 15px;
    line-height: 1.55;
  }

  body.id-754 .ch-about-actions {
    display: grid;
    max-width: 320px;
    grid-template-columns: 1fr;
  }

  body.id-754 .ch-about-nav-card {
    min-height: 280px;
  }

  body.id-754 .ch-about-nav-card:nth-child(3) img {
    top: -20%;
  }

  body.id-754 .ch-about-chapter,
  body.id-754 .ch-about-chapter--shows {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 40px;
  }

  body.id-754 .ch-about-photo--primary { height: 520px; }
  body.id-754 .ch-about-photo--secondary { height: 430px; }
  body.id-754 .ch-about-show-mosaic { grid-template-rows: 470px; }

  body.id-754 .ch-about-reason {
    grid-template-columns: minmax(0, 1fr) minmax(290px, .8fr);
    gap: 42px;
  }

  body.id-754 .ch-about-cooperation {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  body.id-754 .ch-about-production__copy,
  body.id-754 .ch-about-team__copy {
    padding: 38px 34px;
  }

  body.id-754 .ch-about-team {
    grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
  }

  body.id-754 .ch-about-team__media img {
    object-position: 64% 50%;
  }

  body.id-754 .ch-about-production__copy h2,
  body.id-754 .ch-about-team__copy h2 {
    font-size: 36px;
  }

  body.id-754 .ch-about-contact {
    padding: 46px 42px;
  }

  body.id-754 .ch-about-contact h2 {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  body.id-754 .ch-about-page {
    width: calc(100% - 24px);
    margin-top: 20px;
    margin-bottom: 48px;
    font-size: 15px;
  }

  body.id-754 .ch-about-page h2 {
    font-size: clamp(30px, 9vw, 42px);
  }

  body.id-754 .ch-about-hero {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  body.id-754 .ch-about-hero__copy {
    min-height: 470px;
    max-width: none;
    padding: 38px 24px 44px;
  }

  body.id-754 .ch-about-hero__copy::after {
    top: auto;
    right: 0;
    bottom: -120px;
    left: 0;
    width: auto;
    height: 170px;
    background: linear-gradient(180deg, var(--ch-about-ink) 0%, rgba(0,49,64,.88) 45%, rgba(0,49,64,0) 100%);
  }

  body.id-754 .ch-about-hero h1 {
    font-size: clamp(42px, 12vw, 58px);
  }

  body.id-754 .ch-about-hero__lead {
    font-size: 15px;
  }

  body.id-754 .ch-about-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.id-754 .ch-about-hero__media {
    min-height: 400px;
  }

  body.id-754 .ch-about-hero__media img {
    object-position: 52% 48%;
  }

  body.id-754 .ch-about-nav {
    gap: 12px;
    margin-top: 14px;
    margin-bottom: 48px;
  }

  body.id-754 .ch-about-nav-card {
    min-height: 250px;
  }

  body.id-754 .ch-about-nav-card:nth-child(3) img {
    top: -25%;
  }

  body.id-754 .ch-about-nav-card__label {
    right: 18px;
    bottom: 17px;
    left: 18px;
    font-size: 23px;
  }

  body.id-754 .ch-about-intro {
    margin-bottom: 52px;
    text-align: left;
  }

  body.id-754 .ch-about-intro h2 {
    font-size: clamp(38px, 11vw, 50px);
  }

  body.id-754 .ch-about-intro > p:last-child {
    font-size: 16px;
  }

  body.id-754 .ch-about-chapter,
  body.id-754 .ch-about-chapter--shows {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 56px;
  }

  body.id-754 .ch-about-chapter--breeding .ch-about-chapter__copy {
    order: 1;
  }

  body.id-754 .ch-about-chapter--breeding .ch-about-photo-pair {
    order: 2;
  }

  body.id-754 .ch-about-chapter--shows .ch-about-show-mosaic {
    order: 2;
  }

  body.id-754 .ch-about-chapter--shows .ch-about-chapter__copy {
    order: 1;
  }

  body.id-754 .ch-about-photo-pair {
    gap: 10px;
  }

  body.id-754 .ch-about-photo--primary { height: 430px; }
  body.id-754 .ch-about-photo--secondary { height: 355px; }

  body.id-754 .ch-about-show-mosaic {
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
    grid-template-rows: 390px;
    gap: 10px;
  }

  body.id-754 .ch-about-photo figcaption {
    padding: 42px 13px 13px;
    font-size: 9px;
  }

  body.id-754 .ch-about-reason {
    grid-template-columns: 1fr;
    gap: 36px;
    margin-bottom: 56px;
    padding: 36px 24px;
  }

  body.id-754 .ch-about-principles li {
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 12px;
  }

  body.id-754 .ch-about-timeline-section {
    margin-bottom: 56px;
    padding: 38px 20px;
  }

  body.id-754 .ch-about-section-heading {
    margin-bottom: 38px;
    text-align: left;
  }

  body.id-754 .ch-about-timeline::before {
    left: 8px;
    transform: none;
  }

  body.id-754 .ch-about-timeline__item {
    min-height: 0;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 0;
    padding: 0 0 24px;
  }

  body.id-754 .ch-about-timeline__year,
  body.id-754 .ch-about-timeline__item:nth-child(even) .ch-about-timeline__year {
    grid-column: 2;
    grid-row: 1;
    justify-self: start;
    padding: 0 0 10px;
    font-size: 32px;
  }

  body.id-754 .ch-about-timeline__dot {
    grid-column: 1;
    grid-row: 1 / 3;
    justify-self: start;
    margin-top: 8px;
  }

  body.id-754 .ch-about-timeline__card,
  body.id-754 .ch-about-timeline__item:nth-child(even) .ch-about-timeline__card {
    grid-column: 2;
    grid-row: 2;
    padding: 18px;
  }

  body.id-754 .ch-about-production,
  body.id-754 .ch-about-team {
    grid-template-columns: 1fr;
    margin-bottom: 56px;
  }

  body.id-754 .ch-about-production__media,
  body.id-754 .ch-about-team__media {
    min-height: 360px;
  }

  body.id-754 .ch-about-production__copy,
  body.id-754 .ch-about-team__copy {
    padding: 36px 24px 42px;
  }

  body.id-754 .ch-about-production__copy h2,
  body.id-754 .ch-about-team__copy h2 {
    font-size: clamp(31px, 9vw, 42px);
  }

  body.id-754 .ch-about-cooperation {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 56px;
    padding: 36px 24px;
  }

  body.id-754 .ch-about-cooperation h2 {
    font-size: clamp(31px, 9vw, 42px);
  }

  body.id-754 .ch-about-partner {
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 20px;
    padding: 22px;
  }

  body.id-754 .ch-about-contact {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 36px 24px;
  }

  body.id-754 .ch-about-contact__actions {
    justify-items: start;
  }

  body.id-754 .ch-about-contact__socials {
    grid-column: 1;
  }
}

@media (max-width: 620px) {
  body.id-754 .ch-about-nav {
    grid-template-columns: 1fr;
  }

  body.id-754 .ch-about-nav-card {
    min-height: 235px;
  }

  body.id-754 .ch-about-partner {
    grid-template-columns: 1fr;
  }

  body.id-754 .ch-about-partner__logo {
    min-height: 90px;
  }

  body.id-754 .ch-about-partner__logo img {
    width: min(210px, 80%);
  }
}

@media (max-width: 430px) {
  body.id-754 .ch-about-hero__copy {
    min-height: 0;
  }

  body.id-754 .ch-about-hero__media {
    min-height: 350px;
  }

  body.id-754 .ch-about-photo--primary { height: 390px; }
  body.id-754 .ch-about-photo--secondary { height: 320px; }
  body.id-754 .ch-about-show-mosaic { grid-template-rows: 350px; }

  body.id-754 .ch-about-principles li {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  body.id-754 .ch-about-contact__actions a {
    overflow-wrap: anywhere;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.id-754 .ch-about-page *,
  body.id-754 .ch-about-page *::before,
  body.id-754 .ch-about-page *::after {
    scroll-behavior: auto;
    transition-duration: .01ms;
  }

  body.id-754 .ch-about-nav-card:hover,
  body.id-754 .ch-about-nav-card:hover img,
  body.id-754 .ch-about-button:hover {
    transform: none;
  }
}
