.page-home {
  --home-hero-slash: 46px;
  --home-num-size: clamp(34px, 6vw, 60px);
  --home-gap: clamp(20px, 4vw, 48px);
}

.page-home .home-hero {
  position: relative;
  z-index: 1;
  overflow: visible;
  padding: 36px 0 88px;
  background:
    radial-gradient(ellipse at 82% 18%, rgba(126, 200, 227, .1) 0%, transparent 44%),
    linear-gradient(132deg, var(--ocean) 0%, var(--ocean) 56%, #17335a 100%);
  color: var(--cream);
}

.page-home .home-hero::after {
  content: "";
  position: absolute;
  left: -3%;
  right: -3%;
  bottom: -22px;
  height: 42px;
  background: var(--orange);
  transform: skewY(-2deg);
  z-index: 0;
}

.page-home .home-hero__frame {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 36px;
}

.page-home .home-hero .breadcrumb__list {
  margin: 0;
}

.page-home .home-hero .breadcrumb__link,
.page-home .home-hero .breadcrumb__item {
  color: rgba(245, 240, 232, .72);
  border: 0;
}

.page-home .home-hero .breadcrumb__item:last-child {
  color: var(--gold);
}

.page-home .home-hero .breadcrumb__item + .breadcrumb__item::before {
  color: rgba(245, 240, 232, .4);
}

.page-home .home-hero__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

.page-home .home-hero__kicker {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 14px;
  border: 1px solid rgba(201, 169, 97, .5);
  color: var(--gold);
  font-family: var(--font-data);
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.page-home .home-hero__kicker::before {
  content: "";
  width: 10px;
  height: 10px;
  flex: none;
  background: var(--orange);
  transform: skewX(-16deg);
}

.page-home .home-hero h1 {
  margin: 0;
  max-width: 10em;
  font-family: var(--font-head);
  font-size: clamp(40px, 8.6vw, 92px);
  line-height: .96;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff7ed;
  text-shadow: 6px 6px 0 rgba(255, 107, 26, .18);
}

.page-home .home-hero__lead {
  margin: 0;
  max-width: 30ch;
  font-family: var(--font-head);
  font-size: clamp(18px, 2.2vw, 26px);
  font-weight: 700;
  color: var(--orange);
}

.page-home .home-hero__desc {
  margin: 0;
  max-width: 72ch;
  font-size: 15px;
  line-height: 1.85;
  color: rgba(245, 240, 232, .84);
}

.page-home .home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 6px;
}

.page-home .home-hero .btn {
  background: var(--orange);
  border: 2px solid var(--orange);
  color: var(--ocean);
}

.page-home .home-hero .btn--ghost {
  background: transparent;
  border-color: rgba(245, 240, 232, .55);
  color: #fff7ed;
}

.page-home .home-hero__anchors {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  margin-top: 8px;
}

.page-home .home-hero__anchors a {
  color: rgba(245, 240, 232, .82);
  font-family: var(--font-data);
  font-size: 13px;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 107, 26, .6);
  padding-bottom: 2px;
  transition: color .2s ease, border-color .2s ease;
}

.page-home .home-hero__anchors a:hover {
  color: var(--orange);
  border-color: var(--orange);
}

.page-home .home-hero__visual {
  position: relative;
}

.page-home .home-hero__panel {
  margin: 0;
  position: relative;
  border: 1px solid rgba(201, 169, 97, .35);
  box-shadow: 18px 18px 0 rgba(255, 107, 26, .16);
}

.page-home .home-hero__panel img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 480px;
  object-fit: cover;
  outline: 1px solid rgba(255, 255, 255, .04);
  outline-offset: -1px;
}

.page-home .home-hero__chip {
  position: absolute;
  left: -10px;
  bottom: 22px;
  padding: 10px 16px;
  background: var(--orange);
  color: var(--ocean);
  font-family: var(--font-data);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  box-shadow: 6px 6px 0 rgba(10, 31, 61, .45);
}

.page-home .home-hero__note {
  position: absolute;
  right: -8px;
  top: -14px;
  color: var(--gold);
  font-size: 13px;
}

.page-home .home-stats {
  padding: 68px 0 72px;
  background:
    linear-gradient(180deg, var(--ocean) 0%, #0c2448 72%, #0a1f3d 100%);
  color: rgba(245, 240, 232, .9);
}

.page-home .home-stats .chapter {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 34px;
}

.page-home .chapter__text {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.page-home .home-stats .chapter__num {
  color: var(--orange);
}

.page-home .home-stats .chapter__label {
  color: var(--gold);
}

.page-home .home-stats .chapter__title {
  color: #fff7ed;
}

.page-home .home-stats__wrap {
  display: grid;
  gap: 36px;
  align-items: center;
}

.page-home .home-stats__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 24px);
}

.page-home .home-stats__item {
  position: relative;
  padding: 20px 18px 18px;
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(201, 169, 97, .16);
  border-top: 4px solid var(--gold);
  box-shadow: 0 8px 0 rgba(0, 0, 0, .08);
}

.page-home .home-stats__item::after {
  content: "";
  position: absolute;
  right: 16px;
  bottom: 0;
  width: 26px;
  height: 4px;
  background: var(--orange);
  transform: skewX(-18deg);
}

.page-home .home-stats__item:last-child {
  grid-column: 1 / -1;
}

.page-home .home-stats__num {
  display: block;
  font-family: var(--font-data);
  font-size: var(--home-num-size);
  font-weight: 700;
  line-height: 1;
  color: var(--gold);
}

.page-home .home-stats__caption {
  display: block;
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(245, 240, 232, .7);
}

.page-home .home-stats__media {
  margin: 0;
  position: relative;
}

.page-home .home-stats__media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border: 1px solid rgba(201, 169, 97, .28);
  box-shadow: 16px 16px 0 rgba(255, 107, 26, .12);
}

.page-home .home-stats__media figcaption {
  margin: 18px 0 0 14px;
  padding-left: 14px;
  border-left: 4px solid var(--orange);
  font-size: 14px;
  line-height: 1.6;
  color: rgba(245, 240, 232, .68);
}

.page-home .home-nav {
  position: relative;
  padding: 64px 0 72px;
}

.page-home .home-nav .chapter {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 20px;
}

.page-home .home-nav .chapter__num {
  color: var(--orange);
}

.page-home .home-nav__intro {
  margin: 0 0 26px;
  max-width: 78ch;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
}

.page-home .home-nav__filter {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  margin-bottom: 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.page-home .home-nav__rounds {
  display: grid;
  gap: 20px;
  max-width: 860px;
  margin-bottom: 48px;
}

.page-home .home-round {
  padding: 20px;
  background: #fff;
  border: 1px solid rgba(201, 169, 97, .5);
  border-left: 4px solid var(--orange);
}

.page-home .home-round__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
}

.page-home .home-round__meta {
  font-size: 13px;
  color: #666;
}

.page-home .home-round__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.page-home .home-round__list li {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px dashed rgba(10, 31, 61, .12);
  font-size: 15px;
  color: #333;
}

.page-home .home-round__list li::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: none;
  background: var(--orange);
  transform: skewX(-14deg);
  display: inline-block;
}

.page-home .home-nav__cards {
  display: grid;
  gap: 20px;
  margin-top: 30px;
}

.page-home .home-nav__card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 20px;
  background: #fff;
  border: 1px solid rgba(10, 31, 61, .1);
  border-top: 4px solid var(--orange);
  color: var(--ink);
  text-decoration: none;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s ease;
}

.page-home .home-nav__card:hover {
  transform: translateY(-4px);
  border-color: rgba(10, 31, 61, .2);
  box-shadow: 10px 10px 0 rgba(10, 31, 61, .07);
}

.page-home .home-nav__card img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-home .home-nav__card h3 {
  margin: 0;
  font-family: var(--font-head);
  font-size: 20px;
  line-height: 1.25;
  color: var(--ink);
}

.page-home .home-nav__card p {
  margin: 0;
  flex: 1;
  font-size: 14px;
  line-height: 1.7;
  color: #444;
}

.page-home .home-nav__link {
  align-self: flex-start;
  margin-top: 6px;
  font-family: var(--font-data);
  font-size: 13px;
  font-weight: 700;
  color: var(--orange);
  border-bottom: 1px solid rgba(255, 107, 26, .4);
  padding-bottom: 2px;
}

.page-home .home-news {
  padding: 64px 0 72px;
  background: #f6f1e7;
  border-top: 1px solid rgba(10, 31, 61, .08);
}

.page-home .home-news .chapter {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 28px;
}

.page-home .home-news .chapter__num {
  color: var(--orange);
}

.page-home .home-news__wrap {
  display: grid;
  gap: 30px;
}

.page-home .home-news__list {
  display: grid;
  gap: 16px;
}

.page-home .home-news__item {
  padding: 20px 20px 18px;
  background: var(--cream);
  border: 1px solid rgba(10, 31, 61, .1);
  border-left: 4px solid var(--orange);
  transition: background .2s ease, transform .2s var(--ease);
}

.page-home .home-news__item:hover {
  background: #fff;
  transform: translateX(4px);
}

.page-home .home-news__item h3 {
  margin: 12px 0 8px;
  font-family: var(--font-head);
  font-size: 18px;
  line-height: 1.3;
  color: var(--ink);
}

.page-home .home-news__item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #444;
}

.page-home .home-news__media {
  display: grid;
  gap: 18px;
  align-content: start;
}

.page-home .home-news__media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border: 1px solid rgba(10, 31, 61, .12);
}

.page-home .home-compare {
  position: relative;
  padding: 68px 0 88px;
  background:
    linear-gradient(125deg, var(--ocean) 0%, #10294d 55%, var(--ocean) 100%);
  color: rgba(245, 240, 232, .86);
}

.page-home .home-compare::before {
  content: "";
  position: absolute;
  right: -4%;
  top: 0;
  width: 46%;
  height: 6px;
  background: var(--orange);
  transform: skewX(-20deg);
}

.page-home .home-compare__frame {
  position: relative;
  display: grid;
  gap: 32px;
}

.page-home .home-compare .chapter {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.page-home .home-compare .chapter__num {
  color: var(--orange);
}

.page-home .home-compare .chapter__label {
  color: var(--gold);
}

.page-home .home-compare .chapter__title {
  color: #fff7ed;
}

.page-home .home-compare__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

.page-home .home-compare__lead {
  margin: 0;
  font-family: var(--font-head);
  font-size: clamp(20px, 2.6vw, 30px);
  line-height: 1.3;
  color: #fff7ed;
}

.page-home .home-compare__desc {
  margin: 0;
  max-width: 72ch;
  font-size: 15px;
  line-height: 1.85;
}

.page-home .home-compare .btn {
  background: var(--orange);
  border: 2px solid var(--orange);
  color: var(--ocean);
}

.page-home .home-compare .btn--ghost {
  background: transparent;
  border-color: rgba(245, 240, 232, .55);
  color: #fff7ed;
}

.page-home .home-compare__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 4px;
}

.page-home .home-compare__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin-top: 6px;
}

.page-home .home-compare__links a {
  color: var(--gold);
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px solid rgba(201, 169, 97, .45);
  padding-bottom: 2px;
  transition: color .2s ease, border-color .2s ease;
}

.page-home .home-compare__links a:hover {
  color: var(--orange);
  border-color: var(--orange);
}

.page-home .home-compare__note {
  position: absolute;
  left: 0;
  bottom: -12px;
  color: var(--gold);
  font-size: 13px;
}

@media (min-width: 700px) {
  .page-home .home-stats__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-home .home-news__wrap {
    grid-template-columns: minmax(0, 1fr) 320px;
    align-items: start;
  }

  .page-home .home-nav__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .page-home .home-hero {
    padding: 48px 0 108px;
  }

  .page-home .home-hero::after {
    bottom: -28px;
    height: 52px;
  }

  .page-home .home-hero__frame {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
    align-items: center;
    gap: 48px;
  }

  .page-home .home-hero .breadcrumb {
    grid-column: 1 / -1;
  }

  .page-home .home-hero__copy {
    grid-column: 1;
    grid-row: 1;
  }

  .page-home .home-hero__visual {
    grid-column: 2;
    grid-row: 1;
  }

  .page-home .home-stats__wrap {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  }

  .page-home .home-stats__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-home .home-nav__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .page-home .home-compare__frame {
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 48px;
  }

  .page-home .home-compare .chapter {
    grid-column: 1;
    grid-row: 1;
  }

  .page-home .home-compare__content {
    grid-column: 2;
  }

  .page-home .home-compare__note {
    left: 0;
    bottom: 0;
  }
}

@media (max-width: 599px) {
  .page-home .home-compare__note {
    display: none;
  }

  .page-home .home-hero__note {
    display: none;
  }
}
