.otto-page {
  background: #f5f5f5;
  color: #111;
  padding: 0;
  padding-top: 50px;
}

.otto-page-intro {
  max-width: 980px;
  margin-bottom: 70px;
}

.otto-page-intro h1 {
  margin: 0 0 32px;
  font-size: clamp(52px, 4.8vw, 72px);
  line-height: 1.02;
  letter-spacing: .09em;
  font-weight: 500;
}

.otto-page-intro p {
  margin: 0;
  font-size: var(--p-font-size);
  line-height: 1.5;
  max-width: 900px;
}

.otto-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: start;
  margin-bottom: 90px;
}

.otto-visual {
  width: 100%;
}

.otto-visual a {
  display: block;
}

.otto-visual img {
  width: 100%;
  aspect-ratio: 1.21 / 1;
  object-fit: cover;
  display: block;
}

.otto-copy {
  width: 100%;
  padding-top: 70px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.otto-date {
  margin: 0 0 18px;
  font-size: 15px;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .7;
}

.otto-copy h1,
.otto-copy h2 {
  margin: 0 0 40px;
  font-size: clamp(52px, 4.8vw, 72px);
  line-height: 1.02;
  letter-spacing: .09em;
  font-weight: 500;
}

.otto-copy h1 a,
.otto-copy h2 a {
  color: inherit;
  text-decoration: none;
}

.otto-copy p {
  margin: 0 0 30px;
  font-size: var(--p-font-size);
  line-height: 1.5;
  padding-bottom: 30px;
}

.otto-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 330px;
  height: 56px;
  background: #FD8019;
  color: #000;
  border-radius: 999px;
  font-size: 25px;
  letter-spacing: .08em;
  text-decoration: none;
  border: 0;
}

.otto-copy .otto-btn {
  margin-top: auto;
  width: 450px;
  max-width: 100%;
}

.otto-btn:hover {
  filter: brightness(.95);
}

/* első blokk */
.otto-story:not(.reverse) .otto-visual {
  grid-column: 1;
}

.otto-story:not(.reverse) .otto-copy {
  grid-column: 2;
  padding-left: 120px;
  padding-right: 0;
}

/* váltott blokk */
.otto-story.reverse {
  padding-top: 30px;
}

.otto-story.reverse .otto-copy {
  grid-column: 1;
  padding-right: 56px;
  padding-left: 0;
}

.otto-story.reverse .otto-visual {
  grid-column: 2;
}

.otto-empty {
  padding: 40px 0 80px;
}

.otto-empty p {
  margin: 0;
  font-size: var(--p-font-size);
  line-height: 1.5;
}

@media (max-width: 980px) {
  .otto-page {
    padding-top: 24px;
  }

  .otto-page-intro {
    margin-bottom: 48px;
  }

  .otto-page-intro h1 {
    margin: 0 0 24px;
    font-size: clamp(38px, 10vw, 56px);
    line-height: 1.04;
    letter-spacing: .06em;
  }

  .otto-page-intro p {
    font-size: 18px;
    line-height: 1.45;
  }

  .otto-story,
  .otto-story.reverse {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 56px;
    padding-top: 0;
    align-items: start;
  }

  .otto-story:not(.reverse) .otto-visual {
    grid-column: 1;
    order: 1;
  }

  .otto-story:not(.reverse) .otto-copy {
    grid-column: 1;
    order: 2;
    padding-left: 0;
    padding-right: 0;
  }

  .otto-story.reverse .otto-visual {
    grid-column: 1;
    order: 1;
  }

  .otto-story.reverse .otto-copy {
    grid-column: 1;
    order: 2;
    padding-left: 0;
    padding-right: 0;
  }

  .otto-visual {
    width: 100%;
  }

  .otto-visual img {
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    object-fit: cover;
    display: block;
  }

  .otto-copy {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding-top: 0;
  }

  .otto-date {
    margin: 0 0 14px;
    font-size: 13px;
  }

  .otto-copy h1,
  .otto-copy h2 {
    margin: 0 0 24px;
    font-size: clamp(38px, 10vw, 56px);
    line-height: 1.04;
    letter-spacing: .06em;
  }

  .otto-copy p {
    margin: 0 0 24px;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 1.45;
  }

  .otto-copy .otto-btn {
    margin-top: 0;
    width: 100%;
    max-width: 380px;
    min-width: 0;
    height: 52px;
    font-size: 16px;
    align-self: flex-start;
  }
}

/* első blokk */
.otto-story:not(.reverse) .otto-visual {
  grid-column: 1;
  grid-row: 1;
}

.otto-story:not(.reverse) .otto-copy {
  grid-column: 2;
  grid-row: 1;
  padding-left: 120px;
  padding-right: 0;
}

/* váltott blokk */
.otto-story.reverse {
  padding-top: 30px;
}

.otto-story.reverse .otto-copy {
  grid-column: 1;
  grid-row: 1;
  padding-right: 56px;
  padding-left: 0;
}

.otto-story.reverse .otto-visual {
  grid-column: 2;
  grid-row: 1;
}