.why-site {
  background-color: var(--night);
}

.why-site .site-nav a[aria-current="page"] {
  color: var(--mist);
}

.why-site .site-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.why-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.why-hero__inner,
.why-proof__inner,
.why-explained__inner,
.why-final__inner {
  width: var(--content);
  margin-inline: auto;
}

.why-hero__inner {
  display: grid;
  min-height: 490px;
  grid-template-columns: minmax(0, 0.95fr) minmax(480px, 1.05fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
  padding-block: clamp(48px, 5vw, 70px);
}

.why-hero__copy {
  position: relative;
  z-index: 2;
}

.why-hero h1,
.why-heading h2,
.why-proof h2,
.why-explained h2,
.why-final h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 780;
  letter-spacing: -0.058em;
  line-height: 0.96;
}

.why-hero h1 {
  max-width: 760px;
  font-size: clamp(3.8rem, 5.4vw, 5.8rem);
}

.why-hero h1 span {
  display: block;
  color: var(--lavender);
  text-shadow: 0 0 30px rgb(124 24 214 / 54%);
}

.why-hero__lead {
  max-width: 590px;
  margin: 24px 0 0;
  color: var(--smoke);
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
}

.why-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 24px;
  align-items: center;
  margin-top: 30px;
}

.why-quiet-link {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  color: var(--mist);
  font-size: 0.9rem;
  font-weight: 720;
}

.why-quiet-link span {
  color: var(--lavender);
  transition: transform 240ms var(--ease-out);
}

.why-quiet-link:hover span {
  transform: translateX(4px);
}

.why-hero__visual {
  position: relative;
  min-height: 370px;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-media);
  background: var(--velvet);
  box-shadow: 0 28px 80px rgb(0 0 0 / 38%), 0 0 42px rgb(124 24 214 / 16%);
  isolation: isolate;
}

.why-hero__visual::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgb(8 4 14 / 28%);
  content: "";
}

.why-hero__visual img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
  animation: why-image-drift 11s ease-in-out infinite alternate;
}

.why-hero__visual p {
  position: absolute;
  right: 22px;
  bottom: 20px;
  left: 22px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 0;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgb(8 4 14 / 86%);
  box-shadow: 0 12px 28px rgb(0 0 0 / 30%);
  backdrop-filter: blur(14px);
}

.why-hero__visual p span {
  color: var(--smoke);
  font-size: 0.78rem;
}

.why-hero__signal {
  position: absolute;
  top: 38%;
  left: -12%;
  width: 74%;
  height: 2px;
  background: var(--lavender);
  box-shadow: 0 0 22px var(--lavender);
  transform: rotate(-7deg);
  animation: why-signal 3.8s ease-in-out infinite;
}

.why-journey,
.why-worlds,
.why-guides {
  background: var(--velvet);
}

.why-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.48fr);
  gap: clamp(34px, 7vw, 96px);
  align-items: end;
  margin-bottom: 34px;
}

.why-heading h2,
.why-proof h2,
.why-explained h2,
.why-final h2 {
  font-size: clamp(2.55rem, 5vw, 4.8rem);
}

.why-heading > p,
.why-proof__copy > p,
.why-explained__copy,
.why-guides__links small {
  color: var(--smoke);
}

.why-heading > p {
  margin: 0;
  padding-left: 24px;
  border-left: 1px solid var(--line-strong);
}

.why-path {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.why-path::before {
  position: absolute;
  top: 35px;
  right: 9%;
  left: 9%;
  height: 1px;
  background: var(--lavender);
  box-shadow: 0 0 18px rgb(202 125 255 / 65%);
  content: "";
  opacity: 0.62;
}

.why-path li {
  position: relative;
  z-index: 1;
}

.why-path a {
  display: flex;
  min-height: 210px;
  flex-direction: column;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--night);
  box-shadow: 0 18px 46px rgb(0 0 0 / 18%);
  transition: border-color 240ms var(--ease-out), transform 240ms var(--ease-out), box-shadow 240ms var(--ease-out);
}

.why-path a:hover {
  border-color: var(--lavender);
  box-shadow: 0 20px 50px rgb(75 0 127 / 30%);
  transform: translateY(-5px);
}

.why-path a > span {
  display: grid;
  width: 28px;
  height: 28px;
  margin-bottom: 40px;
  border: 1px solid var(--lavender);
  border-radius: 50%;
  background: var(--brand-deep);
  color: var(--mist);
  font-size: 0.68rem;
  font-weight: 760;
  place-items: center;
  box-shadow: 0 0 20px rgb(202 125 255 / 38%);
}

.why-path strong {
  font-family: var(--display);
  font-size: 1.25rem;
}

.why-path small {
  margin-top: 10px;
  color: var(--smoke);
  line-height: 1.45;
}

.why-proof__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(520px, 1.28fr);
  gap: clamp(40px, 7vw, 100px);
  align-items: center;
}

.why-proof__copy > p {
  margin: 22px 0 24px;
}

.why-proof__media {
  position: relative;
  margin: 0;
  padding: 10px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-media);
  background: var(--velvet);
  box-shadow: 0 28px 70px rgb(0 0 0 / 32%), 0 0 36px rgb(124 24 214 / 12%);
}

.why-proof__media img {
  width: 100%;
  border-radius: 12px;
  background: var(--white);
}

.why-proof__media figcaption {
  position: absolute;
  right: 24px;
  bottom: 24px;
  padding: 9px 12px;
  border-radius: 8px;
  background: rgb(8 4 14 / 88%);
  color: var(--smoke);
  font-size: 0.72rem;
  font-weight: 650;
}

.why-worlds__grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 0.9fr;
  gap: 14px;
}

.why-world {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-media);
  background: var(--night);
  box-shadow: 0 20px 48px rgb(0 0 0 / 22%);
}

.why-world img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.68;
  transition: transform 600ms var(--ease-out), opacity 300ms var(--ease-out);
}

.why-world:hover img {
  opacity: 0.9;
  transform: scale(1.04);
}

.why-world > span {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  display: flex;
  flex-direction: column;
}

.why-world small {
  color: var(--lavender);
  font-size: 0.68rem;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.why-world strong {
  margin-top: 5px;
  font-family: var(--display);
  font-size: clamp(2rem, 3.4vw, 3.5rem);
  letter-spacing: -0.05em;
  line-height: 1;
  text-shadow: 0 5px 22px var(--night);
}

.why-explained__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1.2fr);
  gap: clamp(42px, 8vw, 120px);
}

.why-explained__copy {
  padding-left: 28px;
  border-left: 1px solid var(--line-strong);
}

.why-explained__copy p:first-child {
  margin-top: 0;
}

.why-explained__copy p:last-child {
  margin-bottom: 0;
}

.why-explained__copy a {
  color: var(--mist);
  font-weight: 720;
  text-decoration: underline;
  text-decoration-color: var(--lavender);
  text-underline-offset: 4px;
}

.why-guides__links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.why-guides__links a {
  display: flex;
  min-height: 220px;
  flex-direction: column;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: background-color 240ms var(--ease-out);
}

.why-guides__links a:first-child {
  border-left: 1px solid var(--line);
}

.why-guides__links a:hover {
  background: var(--brand-deep);
}

.why-guides__links span {
  color: var(--lavender);
  font-size: 0.68rem;
  font-weight: 760;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.why-guides__links strong {
  margin: 40px 0 12px;
  font-family: var(--display);
  font-size: clamp(1.35rem, 2.1vw, 2rem);
  line-height: 1.05;
}

.why-final {
  padding-block: clamp(74px, 9vw, 118px);
  border-top: 1px solid var(--line);
  background-color: var(--night);
  text-align: center;
}

.why-final__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.why-final h2 {
  max-width: 850px;
  margin-bottom: 32px;
}

.why-boda8__page-link {
  margin-top: 26px;
}

@keyframes why-image-drift {
  from { transform: scale(1.02) translate3d(-0.4%, 0, 0); }
  to { transform: scale(1.07) translate3d(0.8%, -0.5%, 0); }
}

@keyframes why-signal {
  0%, 100% { opacity: 0.38; transform: rotate(-7deg) scaleX(0.72); transform-origin: left; }
  50% { opacity: 1; transform: rotate(-7deg) scaleX(1); transform-origin: left; }
}

@media (max-width: 1100px) {
  .why-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
  }

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

  .why-path::before {
    display: none;
  }

  .why-path a > span {
    margin-bottom: 28px;
  }

  .why-proof__inner {
    grid-template-columns: minmax(0, 0.78fr) minmax(460px, 1.22fr);
  }
}

@media (max-width: 840px) {
  .why-hero__inner,
  .why-proof__inner,
  .why-explained__inner,
  .why-heading {
    grid-template-columns: 1fr;
  }

  .why-hero__inner {
    min-height: 0;
    gap: 24px;
    padding-block: 32px 36px;
  }

  .why-hero h1 {
    font-size: clamp(3.15rem, 15vw, 4.3rem);
  }

  .why-hero__lead {
    margin-top: 18px;
  }

  .why-hero__actions {
    gap: 14px 20px;
    margin-top: 22px;
  }

  .why-hero__visual {
    min-height: 220px;
  }

  .why-hero__visual p {
    flex-direction: column;
    gap: 2px;
  }

  .why-heading {
    gap: 18px;
  }

  .why-journey {
    padding-top: 42px;
  }

  .why-heading > p {
    padding-left: 0;
    border-left: 0;
  }

  .why-path,
  .why-worlds__grid,
  .why-guides__links {
    grid-template-columns: 1fr;
  }

  .why-path a {
    min-height: 180px;
  }

  .why-proof__inner {
    gap: 28px;
  }

  .why-proof__media {
    width: 100vw;
    margin-left: calc((100vw - var(--content)) / -2);
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .why-proof__media figcaption {
    right: 18px;
    bottom: 18px;
  }

  .why-worlds__grid {
    width: 100vw;
    margin-left: calc((100vw - var(--content)) / -2);
    padding-inline: calc((100vw - var(--content)) / 2);
  }

  .why-world {
    min-height: 310px;
  }

  .why-explained__copy {
    padding-left: 0;
    border-left: 0;
  }

  .why-guides__links a,
  .why-guides__links a:first-child {
    border-right: 1px solid var(--line);
    border-left: 1px solid var(--line);
  }

  .why-final {
    padding-block: 52px;
  }
}

@media (max-width: 440px) {
  .why-hero__actions .button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .why-hero__visual img,
  .why-hero__signal {
    animation: none;
    transform: none;
  }

  .why-path a:hover,
  .why-world:hover img {
    transform: none;
  }
}

.why-experience { background: var(--velvet); }

.why-experience__inner {
  width: var(--content);
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: clamp(32px, 5vw, 76px);
  align-items: start;
}

.why-experience__copy p:not(.section-kicker) { color: var(--smoke); }

.why-experience__signals {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.why-experience__signals article { padding: 22px; border: 1px solid var(--line); border-radius: var(--radius-media); }
.why-experience__signals span { color: var(--lavender); font-family: var(--display); font-weight: 760; }
.why-experience__signals h3 { margin: 14px 0 8px; }
.why-experience__signals p { margin: 0; color: var(--smoke); }

@media (max-width: 840px) {
  .why-experience__inner { grid-template-columns: 1fr; gap: 24px; }
  .why-experience__signals { grid-template-columns: 1fr; gap: 14px; }
  .why-experience__signals article { padding: 20px; }
}
