.difference {
  background: #090909;
  color: #f7f7f5;
}

.difference-grid {
  border-color: rgba(255, 255, 255, 0.18);
}

.difference-labels span,
.difference-card h3,
.difference-card > div {
  border-color: rgba(255, 255, 255, 0.18);
}

.difference-card {
  background: #111;
}

.difference-card h3 {
  color: #aaa;
}

.difference-card--active {
  background: linear-gradient(145deg, #290000, #100000);
}

.difference-card--active h3 {
  color: #e00000;
}

.difference-labels,
.difference-card small {
  color: #777;
}

.choose {
  background: #070707;
  color: #f7f7f5;
}

.choose-grid {
  border-color: rgba(255, 255, 255, 0.18);
}

.choose-grid article {
  background: #101010;
}

.choose-grid article + article {
  border-color: rgba(255, 255, 255, 0.18);
}

.choose-card--red {
  background: linear-gradient(145deg, #270000, #100000) !important;
}

.choose-grid li {
  border-color: rgba(255, 255, 255, 0.16);
  color: #aaa;
}

.choose-head > span,
.choose-grid article > p {
  color: #888;
}

.story-hero {
  min-height: calc(100svh - 70px);
  position: relative;
  overflow: hidden;
  padding: clamp(90px, 11vw, 160px) var(--pad) 55px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: radial-gradient(circle at 82% 28%, #260000 0, #0a0000 22%, #070707 54%);
}

.story-hero__index {
  position: absolute;
  top: 42px;
  right: var(--pad);
  font-size: 10px;
  letter-spacing: 0.22em;
  color: #666;
}

.story-hero__copy {
  position: relative;
  z-index: 2;
  max-width: 1150px;
}

.story-hero__copy h1 {
  margin: 30px 0 0;
  font: clamp(62px, 10vw, 150px) / 0.96 var(--serif);
  font-weight: 400;
  letter-spacing: -0.065em;
}

.story-hero__statement {
  margin: 55px 0 0 43%;
  font: clamp(24px, 3.5vw, 54px) / 1.5 var(--serif);
  color: #d40000;
}

.story-hero__foot {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-top: 40px;
  border-top: 1px solid var(--line);
}

.story-hero__foot p {
  margin: 0;
  font: 18px / 1.8 var(--serif);
  color: #aaa;
}

.story-hero__foot span {
  font-size: 9px;
  letter-spacing: 0.2em;
  color: #666;
}

.story-hero__rings,
.story-hero__rings i {
  position: absolute;
  border: 1px solid rgba(224, 0, 0, 0.16);
  border-radius: 50%;
}

.story-hero__rings {
  width: min(58vw, 780px);
  aspect-ratio: 1;
  right: -13vw;
  top: -19vw;
}

.story-hero__rings i:nth-child(1) { inset: 15%; }
.story-hero__rings i:nth-child(2) { inset: 31%; }
.story-hero__rings i:nth-child(3) { inset: 46%; background: #d00000; border: 0; }

.why-section {
  padding: 130px var(--pad);
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  gap: 7vw;
  background: #090909;
}

.why-head > span,
.recognition-title > span,
.plans-head > span {
  font-size: 10px;
  letter-spacing: 0.24em;
  color: #666;
}

.why-head h2,
.recognition-title h2,
.plans-head h2 {
  margin: 35px 0 0;
  font: clamp(43px, 6vw, 88px) / 1.2 var(--serif);
  font-weight: 400;
  letter-spacing: -0.045em;
}

.why-copy {
  align-self: end;
  color: #888;
  font-size: 16px;
  line-height: 2;
}

.why-copy__lead {
  font: clamp(22px, 2.4vw, 35px) / 1.65 var(--serif);
  color: #f3f3f1;
}

.why-signals {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 70px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.why-signals article {
  min-height: 250px;
  padding: 26px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-direction: column;
}

.why-signals span {
  font-size: 10px;
  color: #666;
}

.why-signals h3 {
  margin: auto 0 18px;
  font: clamp(24px, 2.5vw, 36px) var(--serif);
  font-weight: 400;
}

.why-signals p {
  margin: 0;
  max-width: 350px;
  color: #777;
  font-size: 14px;
  line-height: 1.8;
}

.recognition-section {
  padding: 130px var(--pad);
  background: linear-gradient(145deg, #250000, #080000 58%, #050505);
}

.recognition-title {
  display: grid;
  grid-template-columns: 190px 1fr;
}

.recognition-title h2 {
  margin-top: 0;
}

.trust-path {
  margin-top: 110px;
  display: grid;
  grid-template-columns: 1fr 50px 1fr 50px 1fr 50px 1fr;
  align-items: center;
}

.trust-path > div {
  min-height: 160px;
  padding: 25px;
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
}

.trust-path small {
  color: #d00000;
}

.trust-path strong {
  margin: auto 0 10px;
  font: clamp(24px, 2.4vw, 36px) var(--serif);
  font-weight: 400;
}

.trust-path em {
  font-size: 9px;
  letter-spacing: 0.18em;
  color: #666;
  font-style: normal;
}

.trust-path > i {
  height: 1px;
  background: linear-gradient(90deg, #4b0000, #d00000);
}

.recognition-copy {
  margin-top: 115px;
  display: grid;
  grid-template-columns: 1.1fr 0.7fr;
  gap: 10vw;
  align-items: end;
}

.recognition-copy blockquote {
  margin: 0;
  font: clamp(36px, 5.4vw, 78px) / 1.4 var(--serif);
}

.recognition-copy p {
  margin: 0;
  color: #999;
  font-size: 16px;
  line-height: 2;
}

.plans-overview {
  padding: 130px var(--pad) 80px;
  position: relative;
  overflow: hidden;
  background: #070707;
}

.plans-overview::before {
  content: "";
  position: absolute;
  width: 62vw;
  height: 62vw;
  border: 1px solid rgba(224, 0, 0, 0.18);
  border-radius: 50%;
  right: -26vw;
  top: -25vw;
  box-shadow: 0 0 0 10vw rgba(224,0,0,.025), 0 0 0 20vw rgba(224,0,0,.018);
}

.plans-head {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 0.65fr;
  gap: 7vw;
  align-items: end;
  margin-bottom: 75px;
}

.plans-head > span {
  grid-column: 1 / -1;
}

.plans-head h2 {
  margin-top: 0;
}

.plans-head p {
  margin: 0 0 10px;
  font: clamp(17px, 1.8vw, 25px) / 1.8 var(--serif);
  color: #999;
}

@media (max-width: 760px) {
  .package-title h2 {
    font-size: clamp(41px, 12vw, 49px);
  }

  .difference-card {
    border-left-color: rgba(255, 255, 255, 0.18);
  }

  .story-hero {
    padding: 90px 22px 40px;
  }

  .story-hero__copy h1 {
    font-size: clamp(58px, 18vw, 76px);
  }

  .story-hero__statement {
    margin: 48px 0 0 18%;
    font-size: 27px;
  }

  .story-hero__foot {
    display: block;
  }

  .story-hero__foot span {
    display: block;
    margin-top: 25px;
  }

  .story-hero__rings {
    width: 120vw;
    right: -68vw;
    top: -14vw;
  }

  .why-section {
    padding: 90px 22px;
    grid-template-columns: 1fr;
  }

  .why-signals {
    grid-column: auto;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .why-signals article {
    min-height: 205px;
  }

  .recognition-section {
    padding: 90px 22px;
  }

  .recognition-title,
  .plans-head {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .trust-path {
    grid-template-columns: 1fr;
    margin-top: 65px;
  }

  .trust-path > i {
    width: 1px;
    height: 28px;
    margin-left: 22px;
    background: linear-gradient(#4b0000, #d00000);
  }

  .trust-path > div {
    min-height: 135px;
  }

  .recognition-copy {
    grid-template-columns: 1fr;
    gap: 48px;
    margin-top: 80px;
  }

  .plans-overview {
    padding: 90px 22px 60px;
  }

  .plans-head > span {
    grid-column: auto;
  }
}
