/* Image + text block (Rooted in Tradition style) */

.image-text-block {
  padding: 60px 8px;
}




.image-text-block.decorated {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

@media (min-width: 1025px) {
  .image-text-block.decorated {
    display: grid;
    gap: clamp(32px, 4vw, 72px);
    grid-template-columns: minmax(0, 2fr) minmax(320px, 424px);
    justify-content: center;
    max-width: 1540px;
    padding-left: clamp(24px, 4vw, 64px);
    padding-right: clamp(24px, 4vw, 64px);
  }
}

.image-text-block.decorated .image-container {
  position: relative;
}

.image-text-block.decorated .image-wrapper {
  max-width: 1080px;
  position: relative;
  width: 100%;
}

@media (min-width: 1025px) {
  .image-text-block.decorated .image-wrapper {
    min-width: 0;
    width: 100%;
  }
}

@media (min-width: 1400px) {
  .image-text-block.decorated .image-wrapper {
    padding-left: clamp(40px, 6vw, 96px);
  }
}

.image-text-block.decorated .image-wrapper .main-image {
  aspect-ratio: 32 / 15;
  border-radius: 16px;
  display: block;
  height: auto;
  margin: -20px auto;
  min-height: 186px;
  object-fit: cover;
  object-position: 41% 31%;
  overflow: hidden;
  width: 100%;
  z-index: 1;
}

@media (min-width: 1400px) {
  .image-text-block.decorated .image-wrapper .main-image {
    border-radius: 24px;
    margin: -40px 0;
    max-width: 960px;
  }
}

.image-text-block.decorated .image-wrapper .stickers {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.image-text-block.decorated .image-wrapper .stickers .sticker {
  aspect-ratio: 1;
  height: auto;
  position: absolute;
  width: 120px;
  z-index: 2;
}

@media (min-width: 769px) {
  .image-text-block.decorated .image-wrapper .stickers .sticker {
    width: 160px;
  }

  .image-text-block.decorated .image-wrapper .stickers .sticker-0 {
    top: calc(100% - 140px);
  }
}

@media (min-width: 1025px) {
  .image-text-block.decorated .image-wrapper .stickers .sticker {
    width: 180px;
  }
}

.image-text-block.decorated .image-wrapper .stickers .sticker-0 {
  left: -40px;
  top: calc(100% - 100px);
}

@media (min-width: 1400px) {
  .image-text-block.decorated .image-wrapper .stickers .sticker-0 {
    left: -100px;
  }
}

.image-text-block.decorated .image-wrapper .stickers .sticker-1 {
  right: -20px;
  top: -160px;
}

@media (min-width: 769px) {
  .image-text-block.decorated .image-wrapper .stickers .sticker-1 {
    top: -250px;
  }
}

@media (min-width: 1025px) {
  .image-text-block.decorated .image-wrapper .stickers .sticker-1 {
    right: 12px;
    top: -72px;
  }
}

.image-text-block.decorated .text-content {
  max-width: 273px;
  padding: 32px 0 16px;
  position: relative;
  text-align: center;
  z-index: 20;
}

@media (min-width: 1025px) {
  .image-text-block.decorated .text-content {
    max-width: 424px;
    padding: 24px 0;
    text-align: left;
    width: 100%;
  }
}

.image-text-block.decorated .text-content .body {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.18px;
  line-height: 1.35;
  margin: 0 0 1em;
}

.image-text-block.decorated .text-content .body:last-child {
  margin-bottom: 0;
}

.image-text-block.decorated .text-content .image-text-block__cta {
  display: inline-flex;
  margin-top: 12px;
  opacity: 0;
  pointer-events: auto;
  position: relative;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
  z-index: 1;
}

.image-text-block.decorated.is-revealed .text-content .image-text-block__cta {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.35s;
}

@media (min-width: 769px) {
  .image-text-block.decorated .text-content .image-text-block__cta {
    margin-top: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .image-text-block.decorated .text-content .image-text-block__cta {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (min-width: 1400px) {
  .image-text-block.decorated .text-content .body {
    font-size: 1.25rem;
    letter-spacing: -0.2px;
  }
}

.image-text-block.decorated .heading {
  font-family: var(--font-display);
  font-size: 3.5rem;
  font-weight: 900;
  letter-spacing: -2px;
  line-height: 80%;
  margin: 0;
  pointer-events: none;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  z-index: 10;
}

@media (min-width: 769px) {
  .image-text-block.decorated .heading {
    font-size: 6rem;
    font-weight: 700;
    letter-spacing: -2.88px;
  }
}

@media (min-width: 1025px) {
  .image-text-block.decorated .heading {
    font-size: clamp(5rem, 7.5vw, 8.75rem);
    text-align: left;
    width: 100%;
  }
}

@media (min-width: 1400px) {
  .image-text-block.decorated .heading {
    font-weight: 900;
    letter-spacing: -4.2px;
  }
}

.image-text-block.decorated .heading .heading1,
.image-text-block.decorated .heading .heading2 {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: min-content;
  z-index: 10;
}

@media (min-width: 1025px) {
  .image-text-block.decorated .heading .heading1,
  .image-text-block.decorated .heading .heading2 {
    max-width: 100%;
    text-align: left;
    width: fit-content;
  }

  .image-text-block.decorated .heading .heading1 {
    margin-left: clamp(0px, 3vw, 40px);
  }
}

@media (min-width: 1400px) {
  .image-text-block.decorated .heading .heading1 {
    margin-inline-start: clamp(-80px, -5vw, -40px);
  }
}

.image-text-block.decorated .heading .heading2 {
  max-width: 640px;
}

@media (min-width: 1025px) {
  .image-text-block.decorated .heading .heading2 {
    margin-left: clamp(48px, 10vw, 140px);
    max-width: calc(100% - clamp(48px, 10vw, 140px));
    width: fit-content;
  }
}

@media (min-width: 1400px) {
  .image-text-block.decorated .heading .heading2 {
    max-width: calc(100% - clamp(48px, 10vw, 140px));
  }
}

/* —— Simple image + text (About page) —— */
.image-text-block.simple {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1337px;
  padding: 60px 16px;
  text-align: left;
}

@media (min-width: 1025px) {
  .image-text-block.simple {
    align-items: center;
    display: grid;
    gap: 64px;
    grid-template-columns: 1fr 1fr;
    padding: 120px 24px;
  }
}

.image-text-block.simple.right .image-wrapper {
  order: 1;
}

.image-text-block.simple .image-container {
  aspect-ratio: 1.39 / 1;
  border-radius: 24px;
  overflow: hidden;
}

.image-text-block.simple .image-wrapper {
  margin: 24px auto;
  max-height: 479px;
  width: 100%;
}

@media (min-width: 1025px) {
  .image-text-block.simple .image-wrapper {
    margin: 0 auto;
    max-width: 666px;
  }
}

.image-text-block.simple .main-image {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.image-text-block.simple .label {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: -0.48px;
  line-height: 1;
  margin: 0 0 12px;
  text-transform: uppercase;
}

@media (min-width: 1025px) {
  .image-text-block.simple .label {
    font-size: 1.125rem;
    letter-spacing: -0.54px;
    margin-bottom: 24px;
  }
}

.image-text-block.simple .heading {
  font-family: var(--font-display);
  font-size: 2.75rem;
  font-weight: 900;
  letter-spacing: -1.44px;
  line-height: 80%;
  margin: 0 0 12px;
  text-transform: uppercase;
}

@media (min-width: 1025px) {
  .image-text-block.simple .heading {
    font-size: 6.25rem;
    letter-spacing: -3px;
    margin-bottom: 24px;
  }

  .image-text-block.simple.right .heading {
    margin-right: -120px;
    position: relative;
    z-index: 1;
  }
}

.image-text-block.simple .body {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.18px;
  line-height: 1.2;
  margin: 0 0 16px;
}

.image-text-block.simple .body:last-child {
  margin-bottom: 0;
}

@media (min-width: 1025px) {
  .image-text-block.simple .body {
    font-size: 1.5rem;
    letter-spacing: -0.24px;
  }
}
