:root {
  --navy: #1e355b;
  --navy-deep: #132743;
  --lime: #86d300;
  --orange: #e8722a;
  --ink: #353a2c;
  --muted: #69705f;
  --cream: #f8ffed;
  --blue: #f4f8ff;
  --white: #ffffff;
  --rule: rgba(30, 53, 91, 0.22);
  --font-display: "new-spirit-condensed", Georgia, serif;
  --font-body: "Lato", Arial, sans-serif;
  --shell: 78rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

p,
h1,
h2,
h3,
dl,
dd,
figure,
blockquote {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--navy);
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 0.98;
}

h1 {
  max-width: 12ch;
  margin-bottom: 1.6rem;
  font-size: clamp(3.2rem, 7.5vw, 7.2rem);
}

h2 {
  max-width: 19ch;
  margin-bottom: 1.5rem;
  font-size: clamp(2.5rem, 5vw, 5rem);
}

h3 {
  margin-bottom: 0.65rem;
  font-size: clamp(1.65rem, 2.5vw, 2.55rem);
  line-height: 1.06;
}

.shell {
  width: min(calc(100% - 3rem), var(--shell));
  margin-inline: auto;
}

.nowrap {
  white-space: nowrap;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.7rem 1rem;
  background: var(--navy);
  color: var(--white);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.masthead {
  border-bottom: 1px solid var(--rule);
  background: var(--white);
}

.masthead__inner {
  display: grid;
  grid-template-columns: 11.5rem 1fr 15rem;
  min-height: 7.8rem;
  align-items: center;
  gap: 2rem;
}

.brand {
  text-decoration: none;
}

.brand--juniorowo img {
  width: 10rem;
}

.brand--luckymind {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.85rem;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 1.85rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1;
}

.brand--luckymind img {
  width: 4.4rem;
  height: 3.5rem;
  object-fit: contain;
}

.masthead__issue {
  margin: 0;
  color: var(--navy);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-align: center;
  text-transform: uppercase;
}

.topbar {
  position: fixed;
  z-index: 80;
  top: 0;
  right: 0;
  left: 0;
  display: none;
  border-bottom: 1px solid var(--rule);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 4px 18px rgba(19, 39, 67, 0.08);
  transform: translateY(-100%);
  transition: transform 0.35s ease;
}

.topbar.is-widoczny {
  transform: translateY(0);
}

.topbar__inner {
  display: flex;
  min-height: 4.4rem;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.topbar__brand {
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.topbar__links {
  display: flex;
  margin: 0;
  padding: 0;
  gap: clamp(1rem, 2vw, 2rem);
  list-style: none;
}

.topbar__links a {
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
}

.topbar__links a:hover {
  color: var(--orange);
}

.topbar__cta {
  min-height: 2.7rem;
  padding: 0.4rem 1.1rem;
  font-size: 0.86rem;
}

@media (min-width: 48.01rem) {
  .topbar {
    display: block;
  }

  :target {
    scroll-margin-top: 5.5rem;
  }
}

.hero {
  overflow: hidden;
  border-bottom: 1px solid var(--rule);
}

.hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(26rem, 1fr);
  min-height: 47rem;
}

.hero__copy {
  align-self: center;
  padding: 5rem clamp(2rem, 6vw, 6rem) 5rem 0;
}

.eyebrow,
.section-label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.35rem;
  color: var(--orange);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow::before,
.section-label::before {
  width: 2rem;
  height: 0.22rem;
  background: currentColor;
  content: "";
}

/* Podkreślenie „mazakiem" — kreska rysuje się raz, po wejściu na stronę. */
.mazak {
  position: relative;
  white-space: nowrap;
}

.mazak__kreska {
  position: absolute;
  right: -2%;
  bottom: 0.02em;
  left: -2%;
  overflow: visible;
  width: 104%;
  height: 0.26em;
  pointer-events: none;
}

.mazak__kreska path {
  fill: none;
  stroke: var(--lime);
  stroke-dasharray: 340;
  stroke-dashoffset: 340;
  stroke-linecap: round;
  stroke-width: 13;
}

/* Kreski rysują się dopiero, gdy nagłówek wejdzie w kadr — inaczej
   animacja przelatuje niezauważona, kiedy strona wraca na starą pozycję. */
.mazak.is-rysowany .mazak__kreska path {
  animation: mazak-rysuj 0.7s cubic-bezier(0.62, 0.03, 0.32, 1) forwards;
}

.mazak--druga.is-rysowany .mazak__kreska path {
  animation-delay: 0.62s;
}

@keyframes mazak-rysuj {
  to {
    stroke-dashoffset: 0;
  }
}

.hero__lead {
  max-width: 38rem;
  margin-bottom: 2.2rem;
  color: #4b5145;
  font-size: clamp(1.08rem, 1.6vw, 1.3rem);
  line-height: 1.55;
}

.hero__facts {
  display: grid;
  grid-template-columns: 1.15fr 1.3fr 0.65fr;
  max-width: 42rem;
  margin-bottom: 2rem;
  border-block: 1px solid var(--rule);
}

.hero__facts div {
  padding: 1rem 1rem 1rem 0;
}

.hero__facts div + div {
  padding-left: 1rem;
  border-left: 1px solid var(--rule);
}

.hero__facts dt {
  color: var(--muted);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero__facts dd {
  margin: 0.12rem 0 0;
  color: var(--navy);
  font-weight: 700;
  line-height: 1.3;
}

.hero__action {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.hero__action p,
.price__note,
.price__small {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.button {
  display: inline-flex;
  min-height: 3.5rem;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.35rem;
  border: 2px solid var(--navy);
  background: var(--lime);
  color: var(--navy-deep);
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition:
    background 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.button:hover {
  background: var(--navy);
  color: var(--white);
  transform: translateY(-2px);
}

.button:focus-visible,
summary:focus-visible,
a:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 4px;
}

.hero__duo {
  display: flex;
  min-width: 0;
}

.hero__portrait {
  position: relative;
  overflow: hidden;
  min-width: 0;
  flex: 1;
  margin: 0;
  background: var(--blue);
}

.hero__portrait::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(19, 39, 67, 0.8), transparent 40%);
  content: "";
  pointer-events: none;
}

.hero__portrait--ela::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(to right, rgba(30, 53, 91, 0.12), transparent 26%);
  content: "";
  pointer-events: none;
}

.hero__portrait--ewa {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}

.hero__portrait img {
  width: 100%;
  height: 100%;
  min-height: 47rem;
  object-fit: cover;
}

.hero__portrait--ela img {
  object-position: 50% 20%;
}

/* Ewa jest sfotografowana w dalszym planie niż Ela — przybliżamy kadr,
   żeby obie twarze miały w hero podobną skalę. */
.hero__portrait--ewa img {
  object-position: 62% 22%;
  transform: scale(1.32);
  transform-origin: 62% 26%;
}

.hero__portrait figcaption {
  position: absolute;
  z-index: 2;
  right: 1.15rem;
  bottom: 1.5rem;
  left: 1.15rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero__portrait figcaption span {
  display: block;
  margin-bottom: 0.15rem;
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.1vw, 1.75rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1;
  text-transform: none;
}

.teen-dictionary {
  position: absolute;
  z-index: 3;
  right: clamp(17rem, 33vw, 31rem);
  bottom: 8.5rem;
  width: 13rem;
  padding: 1.1rem 1.25rem 1rem;
  border-top: 0.35rem solid var(--lime);
  background: var(--navy);
  color: var(--white);
  transform: rotate(-2deg);
}

.teen-dictionary p {
  margin-bottom: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.teen-dictionary ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.teen-dictionary li {
  font-family: var(--font-display);
  font-size: 2.05rem;
  font-weight: 600;
  line-height: 0.98;
}

.opening,
.program,
.hosts,
.fit,
.price,
.faq,
.voices {
  padding-block: clamp(5rem, 10vw, 9rem);
}

.proof-bar {
  border-bottom: 1px solid var(--rule);
  background: var(--white);
  padding-block: 2.2rem;
}

.proof-bar__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.5rem, 4vw, 4rem);
}

.proof-bar__grid div {
  padding-left: 1.5rem;
  border-left: 0.28rem solid var(--lime);
}

.proof-bar__grid p:last-child {
  margin: 0.15rem 0 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.4;
}

.proof-bar__num {
  margin: 0;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 3.4vw, 3rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1;
}

.voices {
  background: var(--cream);
}

.voices__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(1.5rem, 2.5vw, 2rem);
}

.voice {
  position: relative;
  display: flex;
  margin: 0;
  flex-direction: column;
  padding: 2.6rem 1.6rem 1.5rem;
  border: 1px solid var(--rule);
  border-top: 0.28rem solid var(--orange);
  background: var(--white);
  box-shadow: 0 6px 20px rgba(19, 39, 67, 0.06);
}

.voice::before {
  position: absolute;
  top: 0.55rem;
  left: 1.4rem;
  color: var(--orange);
  content: "\201D";
  font-family: var(--font-display);
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
}

.voice blockquote {
  margin: 0 0 1.35rem;
  flex: 1;
  color: var(--ink);
  font-size: 0.98rem;
  line-height: 1.6;
}

.voice figcaption {
  padding-top: 1rem;
  border-top: 1px solid var(--rule);
}

.voice__name {
  display: block;
  color: var(--navy);
  font-size: 0.95rem;
  font-weight: 900;
  line-height: 1.25;
}

.voice__role {
  display: block;
  margin-top: 0.15rem;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.35;
}

.voices__note {
  max-width: 46rem;
  margin: 2.6rem 0 0;
  padding-left: 1.2rem;
  border-left: 0.28rem solid var(--orange);
  color: var(--muted);
  font-size: 0.85rem;
}

.opening {
  background: var(--cream);
}

.opening__grid {
  display: grid;
  grid-template-columns: 11rem minmax(0, 1fr);
  gap: clamp(2rem, 6vw, 7rem);
}

.opening__copy h2 {
  max-width: 16ch;
}

.columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 55rem;
  gap: clamp(2rem, 5vw, 5rem);
}

.columns p:first-child::first-letter {
  float: left;
  margin: 0.05em 0.09em 0 0;
  color: var(--orange);
  font-family: var(--font-display);
  font-size: 5.5rem;
  font-weight: 600;
  line-height: 0.73;
}

.section-heading {
  display: grid;
  grid-template-columns: 11rem minmax(0, 1fr);
  align-items: start;
  gap: clamp(2rem, 6vw, 7rem);
  margin-bottom: 4rem;
}

.section-heading h2 {
  max-width: 15ch;
}

.program__list {
  margin: 0;
  padding: 0;
  border-top: 2px solid var(--navy);
  list-style: none;
}

.program__list > li {
  position: relative;
  display: grid;
  grid-template-columns: 5.5rem 10rem minmax(0, 1fr);
  gap: clamp(1.2rem, 4vw, 4.5rem);
  padding: 2.2rem 0 2.4rem;
  border-bottom: 1px solid var(--rule);
}

.program__list > li::before {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1.5rem;
  width: 0.38rem;
  background: var(--orange);
  content: "";
  opacity: 0;
  transition: opacity 160ms ease;
}

.program__list > li:hover::before,
.program__list > li:focus-within::before {
  opacity: 1;
}

.program__number {
  margin: 0;
  color: rgba(30, 53, 91, 0.25);
  font-family: var(--font-display);
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 0.8;
}

.program__when time {
  display: block;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 1;
}

.program__when p {
  margin: 0.25rem 0 0;
  color: var(--muted);
  font-size: 0.85rem;
}

.program__when .program__hour {
  margin-top: 0.35rem;
  color: var(--navy);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.program__when .program__hour + p {
  margin-top: 0.7rem;
  line-height: 1.35;
}

.program__content h3 {
  max-width: 29ch;
}

.program__content > p:last-child {
  max-width: 50rem;
  margin-bottom: 0;
}

.program__finale {
  background: linear-gradient(to right, var(--cream), transparent 82%);
}

.program__finale::before {
  background: var(--lime) !important;
  opacity: 1 !important;
}

.program__tag {
  margin-bottom: 0.45rem;
  color: var(--orange);
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.package {
  padding-block: clamp(5rem, 10vw, 9rem);
  background: var(--navy);
  color: rgba(255, 255, 255, 0.78);
}

.package__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(28rem, 1.2fr);
  gap: clamp(4rem, 9vw, 10rem);
}

.package h2,
.package h3 {
  color: var(--white);
}

.section-label--light {
  color: var(--lime);
}

.package__intro > p:last-child {
  max-width: 32rem;
}

.package__list {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  list-style: none;
}

.package__list li {
  display: grid;
  grid-template-columns: 3.5rem minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.35rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.package__list > li > span {
  color: var(--lime);
  font-size: 0.72rem;
  font-weight: 900;
}

.package__list h3 {
  margin-bottom: 0.3rem;
  font-family: var(--font-body);
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.3;
}

.package__list p {
  margin-bottom: 0;
  font-size: 0.92rem;
}

.hosts {
  background: var(--blue);
}

.section-heading--hosts h2 {
  max-width: 16ch;
}

.hosts__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(20rem, 0.8fr);
  align-items: end;
  gap: clamp(2rem, 6vw, 6rem);
}

.host {
  min-width: 0;
}

.host figure {
  position: relative;
  margin-bottom: 1.5rem;
  overflow: hidden;
  background: var(--white);
}

.host figure::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 4rem;
  height: 0.45rem;
  background: var(--orange);
  content: "";
}

.host--ela figure {
  aspect-ratio: 16 / 10;
}

.host--ewa figure {
  aspect-ratio: 4 / 5;
}

.host img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.host--ela img {
  object-position: 50% 24%;
}

.host--ewa img {
  object-position: 67% center;
}

.host--ewa figure::after {
  background: var(--lime);
}

.host__copy {
  display: grid;
  grid-template-columns: 9rem minmax(0, 1fr);
  gap: 1.3rem;
}

.host__copy h3,
.host__copy > p:last-child {
  grid-column: 2;
}

.host__brand {
  grid-row: 1 / span 2;
  margin: 0.28rem 0 0;
  color: var(--orange);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.host--ewa .host__brand {
  color: #5a8d00;
}

.host__copy > p:last-child {
  margin-bottom: 0;
}

.fit__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(25rem, 1.05fr);
  gap: clamp(4rem, 9vw, 10rem);
}

.fit h2 {
  max-width: 13ch;
}

.fit ul {
  margin: 0;
  padding: 0;
  border-top: 2px solid var(--navy);
  list-style: none;
}

.fit li {
  position: relative;
  padding: 1.05rem 0 1.05rem 2.2rem;
  border-bottom: 1px solid var(--rule);
  font-size: 1.05rem;
}

.fit li::before {
  position: absolute;
  top: 1.25rem;
  left: 0.15rem;
  width: 0.72rem;
  height: 0.72rem;
  border: 2px solid var(--orange);
  content: "";
  transform: rotate(45deg);
}

.manifest {
  margin: 0;
  padding-block: clamp(5rem, 10vw, 9rem);
  border-block: 1.4rem solid var(--lime);
  background: var(--cream);
  color: var(--navy);
}

.manifest p {
  max-width: 17ch;
  margin-bottom: 1.5rem;
  font-family: var(--font-display);
  font-size: clamp(3rem, 6vw, 6.3rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 0.95;
}

.manifest footer {
  max-width: 34rem;
  padding-left: 3rem;
  border-left: 0.4rem solid var(--orange);
  font-weight: 700;
}

.price {
  background: var(--white);
}

.price__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(23rem, 0.72fr);
  align-items: end;
  gap: clamp(4rem, 9vw, 10rem);
}

.price h2 {
  max-width: 13ch;
  margin-bottom: 0;
}

.price__action {
  padding: 2rem 0 0 2.5rem;
  border-top: 2px solid var(--navy);
  border-left: 0.65rem solid var(--lime);
}

.price__value {
  margin-bottom: 0;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}

.price__value span {
  font-size: clamp(5rem, 9vw, 8.5rem);
  letter-spacing: -0.06em;
}

.price__per {
  margin: 0.55rem 0 0;
  color: var(--navy);
  font-size: 0.95rem;
  font-weight: 700;
}

.price__note {
  margin: 0.35rem 0 1.4rem;
}

.todo {
  display: block;
  margin-top: 0.5rem;
  padding: 0.5rem 0.7rem;
  border-left: 0.25rem solid var(--orange);
  background: #fff4e8;
  color: #8a4a12;
  font-size: 0.82rem;
  font-weight: 700;
}

.sticky-cta {
  position: fixed;
  z-index: 90;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 1rem;
  border-top: 0.28rem solid var(--lime);
  background: var(--navy);
  box-shadow: 0 -6px 22px rgba(19, 39, 67, 0.22);
}

.sticky-cta[hidden] {
  display: none;
}

.sticky-cta__price strong {
  display: block;
  color: var(--white);
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
}

.sticky-cta__price span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.sticky-cta .button {
  width: auto;
  min-height: 3rem;
  flex: 0 0 auto;
  padding-inline: 1.5rem;
}

.price__small {
  margin-top: 0.75rem;
}

.price__guarantee {
  margin: 0.85rem 0 0;
  padding-left: 0.95rem;
  border-left: 0.25rem solid var(--lime);
  color: var(--navy);
  font-size: 0.88rem;
  font-weight: 700;
}

.faq {
  border-top: 1px solid var(--rule);
  background: var(--blue);
}

.faq__grid {
  display: grid;
  grid-template-columns: minmax(18rem, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(4rem, 9vw, 10rem);
}

.faq h2 {
  margin-bottom: 0;
}

.faq__items {
  border-top: 2px solid var(--navy);
}

.faq details {
  border-bottom: 1px solid var(--rule);
}

.faq summary {
  position: relative;
  padding: 1.35rem 3rem 1.35rem 0;
  color: var(--navy);
  cursor: pointer;
  font-family: var(--font-body);
  font-size: 1.02rem;
  font-weight: 900;
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  position: absolute;
  top: 1.12rem;
  right: 0;
  color: var(--orange);
  content: "+";
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}

.faq details[open] summary::after {
  content: "−";
}

.faq details p {
  max-width: 44rem;
  margin-bottom: 1.4rem;
}

.site-footer {
  padding-block: 2.2rem;
  background: var(--navy-deep);
  color: rgba(255, 255, 255, 0.72);
}

.site-footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

.site-footer p {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

@media (max-width: 66rem) {
  .hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(22rem, 0.88fr);
  }

  .teen-dictionary {
    right: 25%;
  }

  .hero__action {
    align-items: flex-start;
    flex-direction: column;
  }

  .hosts__grid,
  .fit__grid,
  .price__grid {
    gap: 3.5rem;
  }

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

  .host__copy h3,
  .host__copy > p:last-child {
    grid-column: 1;
  }

  .host__brand {
    grid-row: auto;
  }
}

@media (max-width: 48rem) {
  .shell {
    width: min(calc(100% - 2rem), var(--shell));
  }

  .masthead__inner {
    grid-template-columns: 7.5rem 1fr;
    min-height: 5.6rem;
    gap: 1rem;
  }

  .brand--juniorowo img {
    width: 7rem;
  }

  .brand--luckymind {
    display: none;
  }

  .masthead__issue {
    text-align: right;
  }

  .hero__grid {
    display: flex;
    min-height: 0;
    flex-direction: column;
  }

  .hero__copy {
    padding: 3.5rem 0 2.8rem;
  }

  h1 {
    max-width: 11ch;
    font-size: clamp(3.25rem, 15vw, 5.2rem);
  }

  h2 {
    font-size: clamp(2.6rem, 12vw, 4rem);
  }

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

  .hero__facts div {
    padding: 0.75rem 0;
  }

  .hero__facts div + div {
    padding-left: 0;
    border-top: 1px solid var(--rule);
    border-left: 0;
  }

  .button {
    width: 100%;
  }

  .hero__portrait img {
    min-height: 24rem;
  }

  .hero__portrait--ela img {
    object-position: 50% 18%;
  }

  .hero__portrait--ewa img {
    object-position: 64% center;
  }

  .hero__portrait figcaption {
    right: 0.7rem;
    bottom: 0.85rem;
    left: 0.7rem;
    font-size: 0.58rem;
  }

  .hero__portrait figcaption span {
    font-size: 1.1rem;
  }

  .teen-dictionary {
    position: relative;
    right: auto;
    bottom: auto;
    width: calc(100% - 2rem);
    margin: 1rem 1rem 2rem;
    transform: rotate(-1deg);
  }

  .teen-dictionary ol {
    display: flex;
    gap: 0.45rem;
  }

  .teen-dictionary li {
    font-size: 1.85rem;
  }

  .opening__grid,
  .section-heading,
  .package__grid,
  .hosts__grid,
  .fit__grid,
  .price__grid,
  .faq__grid,
  .proof-bar__grid,
  .voices__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .proof-bar__grid {
    gap: 1.2rem;
  }

  .columns {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .section-heading {
    margin-bottom: 2.5rem;
  }

  .program__list > li {
    grid-template-columns: 3.8rem minmax(0, 1fr);
    gap: 0.6rem 1rem;
  }

  .program__number {
    grid-row: 1 / span 2;
    font-size: 3rem;
  }

  .program__content {
    grid-column: 2;
  }

  .program__when {
    grid-column: 2;
  }

  .package__grid {
    gap: 3.5rem;
  }

  .host--ela figure,
  .host--ewa figure {
    aspect-ratio: 4 / 5;
  }

  .host--ela img {
    object-position: 50% 20%;
  }

  .host--ewa img {
    object-position: 69% center;
  }

  .manifest {
    border-block-width: 0.75rem;
  }

  .manifest p {
    font-size: clamp(3.2rem, 15vw, 5rem);
  }

  .manifest footer {
    padding-left: 1.2rem;
  }

  .price__action {
    padding-left: 1.2rem;
  }

  .site-footer__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.5rem;
  }

  .sticky-cta:not([hidden]) {
    display: flex;
  }

  .site-footer {
    padding-bottom: 6rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .mazak__kreska path,
  .mazak.is-rysowany .mazak__kreska path {
    stroke-dashoffset: 0;
    animation: none;
  }
}
