.youth-page {
  overflow: hidden;
  color: #173b2c;
  background: #fffdf7;
}

.youth-hero {
  position: relative;
  display: grid;
  min-height: min(760px, 88vh);
  place-items: end start;
  overflow: hidden;
}

.youth-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.youth-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 44, 28, .91) 0%, rgba(7, 44, 28, .62) 44%, rgba(7, 44, 28, .05) 78%);
}

.youth-hero-copy {
  position: relative;
  z-index: 1;
  width: min(760px, calc(100% - 2rem));
  margin: clamp(2rem, 6vw, 6rem);
  padding-top: 7rem;
  color: #fff;
}

.youth-kicker {
  margin: 0 0 1rem;
  color: #f0bd3d;
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.youth-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(3rem, 7vw, 6.6rem);
  font-weight: 760;
  line-height: .94;
  letter-spacing: -.055em;
}

.youth-hero h1 span {
  display: block;
  color: #f0bd3d;
}

.youth-hero-lead {
  max-width: 660px;
  margin: 1.5rem 0 2rem;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(1.05rem, 1.7vw, 1.3rem);
  line-height: 1.65;
}

.youth-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
}

.youth-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: .8rem 1.2rem;
  border-radius: 999px;
  color: #113c2b;
  background: #f0bd3d;
  font-weight: 760;
  text-decoration: none;
}

.youth-button.secondary {
  border: 1px solid rgba(255, 255, 255, .45);
  color: #fff;
  background: rgba(255, 255, 255, .1);
  backdrop-filter: blur(8px);
}

.youth-section {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.youth-heading {
  max-width: 820px;
  margin-bottom: 2.5rem;
}

.youth-heading h2 {
  margin: .5rem 0 1rem;
  color: #123f2e;
  font-size: clamp(2.2rem, 5vw, 4.7rem);
  line-height: 1;
  letter-spacing: -.045em;
}

.youth-heading > p:last-child {
  color: #5a665f;
  font-size: 1.1rem;
  line-height: 1.7;
}

.youth-wish {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
}

.youth-wish-image {
  overflow: hidden;
  border-radius: 32px;
  box-shadow: 0 30px 70px rgba(26, 57, 43, .16);
}

.youth-wish-image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.youth-wish-copy h2 {
  margin: .5rem 0 1.25rem;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1;
}

.youth-wish-copy p {
  color: #536159;
  font-size: 1.08rem;
  line-height: 1.75;
}

.youth-story {
  position: relative;
  margin-top: 4rem;
  padding: clamp(2rem, 5vw, 4.5rem);
  border-radius: 34px;
  background: linear-gradient(135deg, #e8f2d8, #fff7d9);
}

.youth-story::before {
  content: "„";
  position: absolute;
  top: -.6rem;
  right: 2rem;
  color: rgba(21, 84, 54, .1);
  font-size: 11rem;
  font-family: Georgia, serif;
  line-height: 1;
}

.youth-story h3 {
  position: relative;
  margin: 0 0 1.2rem;
  color: #154e35;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.youth-story p {
  position: relative;
  max-width: 930px;
  margin: 0;
  color: #334d40;
  font-size: clamp(1.08rem, 1.6vw, 1.25rem);
  line-height: 1.8;
}

.youth-expect {
  padding: clamp(4rem, 8vw, 7rem) max(1rem, calc((100vw - 1180px) / 2));
  color: #fff;
  background:
    radial-gradient(circle at 90% 10%, rgba(241, 189, 61, .22), transparent 25rem),
    #0d3a29;
}

.youth-expect .youth-heading h2,
.youth-expect .youth-heading > p:last-child {
  color: #fff;
}

.youth-expect-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.youth-expect-card {
  min-height: 210px;
  padding: 1.6rem;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 24px;
  background: rgba(255, 255, 255, .07);
}

.youth-expect-number {
  display: block;
  margin-bottom: 1.2rem;
  color: #f0bd3d;
  font-size: 2rem;
  font-weight: 800;
}

.youth-expect-card h3 {
  margin: 0 0 .7rem;
  color: #fff;
  font-size: 1.25rem;
}

.youth-expect-card p {
  margin: 0;
  color: rgba(255, 255, 255, .75);
  line-height: 1.6;
}

.youth-scene {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 1.3rem;
  align-items: stretch;
}

.youth-scene > img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  border-radius: 30px;
  object-fit: cover;
  box-shadow: 0 24px 60px rgba(26, 57, 43, .14);
}

.youth-scene-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 4vw, 3.5rem);
  border-radius: 30px;
  background: #f3c64f;
}

.youth-scene-copy h2 {
  margin: .5rem 0 1rem;
  font-size: clamp(2rem, 3.7vw, 3.5rem);
  line-height: 1;
}

.youth-scene-copy p {
  color: #3e482f;
  line-height: 1.7;
}

.youth-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr);
  gap: 1.3rem;
}

.youth-contact-card {
  padding: clamp(2rem, 4vw, 3.5rem);
  border-radius: 30px;
}

.youth-contact-card:first-child {
  color: #fff;
  background: #123e2d;
}

.youth-contact-card:last-child {
  background: #edf4df;
}

.youth-contact-card h2 {
  margin: .5rem 0 1rem;
  color: inherit;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1;
}

.youth-contact-card p {
  color: inherit;
  line-height: 1.7;
  opacity: .82;
}

.youth-contact-links {
  display: grid;
  gap: .75rem;
  margin-top: 1.5rem;
}

.youth-contact-links a {
  display: block;
  padding: 1rem 1.15rem;
  border-radius: 16px;
  color: #103c2b;
  background: #f0bd3d;
  font-weight: 800;
  text-decoration: none;
}

.youth-flyers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.youth-flyer {
  display: block;
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(26, 57, 43, .13);
}

.youth-flyer img {
  display: block;
  width: 100%;
  height: 620px;
  object-fit: contain;
  background: #f5f5ef;
}

.youth-flyer span {
  display: block;
  padding: 1rem 1.2rem;
  color: #18432f;
  font-weight: 750;
}

.home-youth-preview {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  width: min(1180px, calc(100% - 2rem));
  margin: clamp(4rem, 8vw, 7rem) auto;
  padding: clamp(1.2rem, 3vw, 2rem);
  border-radius: 34px;
  background: #eaf3dc;
}

.home-youth-preview img {
  width: 100%;
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(26, 57, 43, .15);
}

.home-youth-copy {
  padding: clamp(1rem, 3vw, 2.5rem);
}

.home-youth-copy h2 {
  margin: .5rem 0 1rem;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1;
}

.home-youth-copy p {
  color: #536159;
  font-size: 1.08rem;
  line-height: 1.7;
}

.youth-comic {
  border-radius: 36px;
  background: linear-gradient(135deg, #f8f3e7 0%, #eef5e7 100%);
}

.youth-comic-grid,
.home-comic-preview {
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.youth-comic-cover,
.home-comic-cover {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(16, 49, 32, .2);
  transition: transform .25s ease, box-shadow .25s ease;
}

.youth-comic-cover:hover,
.home-comic-cover:hover {
  transform: translateY(-6px) rotate(-.5deg);
  box-shadow: 0 32px 75px rgba(16, 49, 32, .28);
}

.youth-comic-cover img,
.home-comic-cover img {
  display: block;
  width: 100%;
  height: auto;
}

.youth-comic-cover > span,
.home-comic-cover > span {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  padding: .75rem 1rem;
  border-radius: 999px;
  color: #fff;
  background: rgba(8, 65, 37, .94);
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .2);
}

.youth-comic-copy h2,
.home-comic-copy h2 {
  margin: .45rem 0 1rem;
  color: #103b28;
  font-size: clamp(2.2rem, 4vw, 4.2rem);
  line-height: 1.02;
}

.youth-comic-copy > p,
.home-comic-copy > p {
  color: #536159;
  font-size: 1.08rem;
  line-height: 1.72;
}

.youth-comic-topics {
  display: grid;
  gap: .65rem;
  margin: 1.5rem 0;
  padding: 0;
  list-style: none;
}

.youth-comic-topics li {
  display: flex;
  align-items: center;
  gap: .8rem;
  color: #183d2b;
  font-weight: 750;
}

.youth-comic-topics li span {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  flex: 0 0 2rem;
  border-radius: 50%;
  color: #fff;
  background: #b98718;
}

.home-comic-preview {
  width: min(1180px, calc(100% - 2rem));
  margin: clamp(4rem, 8vw, 7rem) auto;
  padding: clamp(1.2rem, 3vw, 2.5rem);
  border: 1px solid rgba(185, 135, 24, .24);
  border-radius: 36px;
  background: linear-gradient(135deg, #fbf6ea 0%, #e7f1e2 100%);
}

.home-comic-copy {
  padding: clamp(.5rem, 2vw, 2rem);
}

@media (max-width: 900px) {
  .youth-wish,
  .youth-scene,
  .youth-contact,
  .home-youth-preview,
  .youth-comic-grid,
  .home-comic-preview {
    grid-template-columns: 1fr;
  }

  .youth-expect-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .youth-hero {
    min-height: 720px;
  }

  .youth-hero::after {
    background: linear-gradient(0deg, rgba(7, 44, 28, .94) 0%, rgba(7, 44, 28, .42) 66%, rgba(7, 44, 28, .08) 100%);
  }

  .youth-hero-copy {
    margin: 1.5rem;
  }
}

@media (max-width: 620px) {
  .youth-expect-grid,
  .youth-flyers {
    grid-template-columns: 1fr;
  }

  .youth-hero h1 {
    font-size: clamp(2.7rem, 15vw, 4.5rem);
  }

  .youth-hero-copy {
    width: calc(100% - 2rem);
    margin: 1rem;
  }

  .youth-flyer img {
    height: auto;
    max-height: none;
  }
}
