.wyjazd-page {
  --wyjazd-ivory: #e9dfcb;
  --wyjazd-teal: #416d67;
  --wyjazd-amber: #d47b34;
  background:
    radial-gradient(circle at 16% 20%, rgba(65, 109, 103, .1), transparent 30%),
    radial-gradient(circle at 86% 54%, rgba(212, 123, 52, .08), transparent 28%),
    #0b0c0d;
}

.wyjazd-header {
  position: absolute;
  z-index: 20;
  left: 50%;
  transform: translateX(-50%);
  color: var(--wyjazd-ivory);
}

.wyjazd-hero {
  min-height: 100svh;
  position: relative;
  display: flex;
  align-items: flex-end;
  isolation: isolate;
  overflow: hidden;
}

.wyjazd-hero-image,
.wyjazd-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.wyjazd-hero-image {
  z-index: -3;
  object-fit: cover;
  object-position: 52% center;
  filter: saturate(.9) contrast(1.08) brightness(.66);
  animation: wyjazd-hero-arrival 1.2s cubic-bezier(.2, .8, .2, 1) both;
}

.wyjazd-hero-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(7, 8, 9, .95) 0%, rgba(7, 8, 9, .72) 38%, rgba(7, 8, 9, .1) 72%),
    linear-gradient(0deg, #0b0c0d 0%, rgba(11, 12, 13, .18) 40%, rgba(11, 12, 13, .58) 100%);
}

.wyjazd-hero-copy {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: 11rem 0 7.5rem;
  position: relative;
}

.wyjazd-hero-copy > p:not(.eyebrow) {
  max-width: 590px;
  margin: 0 0 2.2rem;
  color: rgba(233, 223, 203, .72);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.7;
}

.wyjazd-hero h1 {
  max-width: 760px;
  margin-bottom: 1.55rem;
  color: var(--wyjazd-ivory);
  font-size: clamp(4.8rem, 10vw, 9.7rem);
  line-height: .76;
}

.wyjazd-hero h1 em { color: var(--wyjazd-amber); }

.prototype-pill {
  display: inline-flex;
  align-items: center;
  gap: .58rem;
  margin-bottom: 2rem;
  padding: .52rem .68rem;
  border: 1px solid rgba(233, 199, 124, .28);
  background: rgba(11, 12, 13, .52);
  color: #e9c77c;
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.prototype-pill i {
  width: .46rem;
  height: .46rem;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 14px currentColor;
}

.wyjazd-edition {
  position: absolute;
  right: max(24px, calc((100vw - 1240px) / 2));
  bottom: 7.5rem;
  margin: 0;
  color: rgba(233, 223, 203, .42);
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .28em;
  writing-mode: vertical-rl;
}

.wyjazd-intro,
.wyjazd-cards,
.wyjazd-progress,
.wyjazd-closing {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}

.wyjazd-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .7fr);
  gap: clamp(3rem, 8vw, 8rem);
  padding: 8rem 0;
  border-bottom: 1px solid rgba(233, 223, 203, .12);
}

.wyjazd-intro h2,
.wyjazd-cards h2,
.wyjazd-progress h2,
.wyjazd-closing h2 {
  color: var(--wyjazd-ivory);
}

.wyjazd-intro-copy {
  align-self: end;
  color: rgba(233, 223, 203, .68);
  font-size: 1rem;
  line-height: 1.8;
}

.wyjazd-intro-copy p:last-child { margin-bottom: 0; }

.wyjazd-stats {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: 2rem 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid rgba(233, 223, 203, .12);
}

.wyjazd-stats div {
  padding: .9rem clamp(1rem, 3vw, 2.4rem);
  border-left: 1px solid rgba(233, 223, 203, .12);
}

.wyjazd-stats div:first-child { border-left: 0; padding-left: 0; }
.wyjazd-stats dt { color: var(--wyjazd-amber); font-family: var(--font-display); font-size: clamp(2.6rem, 5vw, 4.8rem); line-height: .9; }
.wyjazd-stats dd { margin: .65rem 0 0; color: rgba(233, 223, 203, .54); font-size: .67rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.wyjazd-cards {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, .72fr);
  gap: clamp(2.5rem, 6vw, 6.5rem);
  align-items: center;
  padding: 8rem 0;
}

.wyjazd-card-photo { margin: 0; }

.wyjazd-card-fan {
  min-height: 670px;
  position: relative;
  perspective: 1500px;
}

.fan-card {
  position: absolute;
  display: block;
  width: min(42%, 300px);
  height: auto;
  border-radius: 7px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, .52);
  transform-origin: 50% 90%;
  transition: transform .35s cubic-bezier(.2, .8, .2, 1), filter .35s;
}

.fan-featured-relic { z-index: 4; left: 24%; top: 6%; transform: rotate(-7deg); }
.fan-call { z-index: 3; left: 49%; top: 11%; transform: rotate(9deg); }
.fan-supply { z-index: 2; left: 7%; top: 18%; transform: rotate(-16deg); }
.fan-relic { z-index: 1; left: 62%; top: 25%; transform: rotate(17deg); }
.fan-featured-relic:hover { transform: rotate(-7deg) translateY(-14px) scale(1.025); }
.fan-call:hover { transform: rotate(9deg) translateY(-14px) scale(1.025); }
.fan-supply:hover { transform: rotate(-16deg) translateY(-14px) scale(1.025); }
.fan-relic:hover { transform: rotate(17deg) translateY(-14px) scale(1.025); }

.wyjazd-card-photo figcaption {
  margin-top: .8rem;
  color: rgba(233, 223, 203, .43);
  font-size: .68rem;
  line-height: 1.5;
}

.wyjazd-cards-copy > p:not(.eyebrow) {
  margin: 1.6rem 0 2rem;
  color: rgba(233, 223, 203, .68);
  line-height: 1.75;
}

.wyjazd-principles {
  display: flex;
  flex-wrap: wrap;
  gap: .62rem;
}

.wyjazd-principles span {
  padding: .48rem .62rem;
  border-left: 2px solid var(--wyjazd-teal);
  color: rgba(233, 223, 203, .76);
  background: rgba(255, 255, 255, .025);
  font-size: .66rem;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.wyjazd-progress {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .68fr);
  gap: clamp(3rem, 8vw, 8rem);
  padding: 7rem 0;
  border-top: 1px solid rgba(233, 223, 203, .12);
  border-bottom: 1px solid rgba(233, 223, 203, .12);
}

.wyjazd-progress-copy {
  align-self: end;
  color: rgba(233, 223, 203, .68);
  line-height: 1.75;
}

.wyjazd-note {
  margin: 2rem 0 0;
  padding-left: 1rem;
  border-left: 2px solid var(--wyjazd-amber);
  color: rgba(233, 223, 203, .48);
  font-size: .78rem;
}

.wyjazd-closing {
  min-height: 540px;
  padding: 8rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background:
    radial-gradient(circle at 74% 50%, rgba(212, 123, 52, .13), transparent 24%),
    radial-gradient(circle at 66% 50%, rgba(65, 109, 103, .1), transparent 42%);
}

.wyjazd-closing > p {
  margin-bottom: 1rem;
  color: var(--wyjazd-amber);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .24em;
}

.wyjazd-closing h2 {
  max-width: 900px;
  margin-bottom: 2.4rem;
  font-size: clamp(3rem, 6vw, 6rem);
}

.wyjazd-footer {
  min-height: 125px;
  border-top: 1px solid rgba(233, 223, 203, .1);
}

.wyjazd-footer p {
  max-width: 760px;
  margin: 0;
  line-height: 1.55;
}

@keyframes wyjazd-hero-arrival {
  from { opacity: 0; transform: scale(1.045); }
  to { opacity: 1; transform: scale(1); }
}

@media (prefers-reduced-motion: reduce) {
  .wyjazd-hero-image { animation: none; }
}

@media (max-width: 820px) {
  .wyjazd-hero-shade {
    background:
      linear-gradient(0deg, #0b0c0d 0%, rgba(7, 8, 9, .72) 50%, rgba(7, 8, 9, .64) 100%),
      linear-gradient(90deg, rgba(7, 8, 9, .76), rgba(7, 8, 9, .15));
  }

  .wyjazd-hero-image { object-position: 56% center; }
  .wyjazd-hero-copy { padding: 10rem 0 5.5rem; }
  .wyjazd-edition { display: none; }

  .wyjazd-intro,
  .wyjazd-cards,
  .wyjazd-progress {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding: 5.5rem 0;
  }

  .wyjazd-cards-copy { order: -1; }
  .wyjazd-stats { grid-template-columns: 1fr 1fr; }
  .wyjazd-stats div:nth-child(3) { border-left: 0; }
  .wyjazd-card-fan { min-height: 620px; }
  .wyjazd-closing { min-height: 440px; padding: 6rem 0; }
}

@media (max-width: 560px) {
  .wyjazd-header .header-nav a:last-child { display: none; }
  .wyjazd-hero-copy,
  .wyjazd-intro,
  .wyjazd-cards,
  .wyjazd-progress,
  .wyjazd-closing { width: min(100% - 32px, 1240px); }

  .wyjazd-hero h1 { font-size: clamp(4rem, 23vw, 6.5rem); }
  .wyjazd-hero-copy > p:not(.eyebrow) { max-width: 92%; }
  .wyjazd-principles { display: grid; grid-template-columns: 1fr 1fr; }
  .wyjazd-stats { width: min(100% - 32px, 1240px); }
  .wyjazd-card-fan { min-height: 470px; }
  .fan-card { width: 45%; }
  .fan-featured-relic { left: 23%; }
  .fan-call { left: 48%; }
  .fan-supply { left: 3%; }
  .fan-relic { left: 55%; }
  .wyjazd-footer { align-items: flex-start; flex-direction: column; justify-content: center; gap: .65rem; padding: 1.7rem 0; }
  .wyjazd-footer .footer-rule { display: none; }
}
