.page-home .breadcrumb {
  padding: 18px 0 0;
  color: var(--ink-mid);
  font-family: var(--font-sans);
  font-size: .85rem;
}

.page-home .breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-home .breadcrumb li + li::before {
  content: "/";
  margin-right: 6px;
  color: rgba(58, 63, 69, .5);
}

.page-home .breadcrumb a {
  color: var(--ink-mid);
  text-decoration: none;
}

.page-home .breadcrumb a:hover {
  color: var(--crimson);
}

.page-home .breadcrumb [aria-current="page"] {
  color: var(--crimson);
  font-weight: 700;
}

.page-home section[id],
.page-home .home-top {
  scroll-margin-top: 80px;
}

.page-home .home-top {
  padding: 28px 0 56px;
  border-bottom: 2px solid rgba(195, 150, 61, .35);
  background:
    repeating-linear-gradient(90deg, rgba(92, 58, 46, .05) 0 2px, transparent 2px 44px),
    repeating-linear-gradient(0deg, rgba(92, 58, 46, .035) 0 2px, transparent 2px 20px),
    var(--paper);
}

.page-home .home-top__grid {
  display: grid;
  gap: 28px;
}

.page-home .home-top__content {
  min-width: 0;
}

.page-home .home-top__eyebrow {
  margin-bottom: 12px;
}

.page-home .home-top h1 {
  margin: 0 0 18px;
  font-family: var(--font-serif);
  font-size: clamp(2rem, 5vw, 4.6rem);
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.15;
}

.page-home .home-top__lead {
  margin: 0 0 22px;
  max-width: 46em;
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.75;
}

.page-home .home-top__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-home .home-top__figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

.page-home .home-top__figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0 55%, rgba(195, 150, 61, .18) 55% 60%, transparent 60%);
  pointer-events: none;
}

.page-home .home-top__img {
  display: block;
  width: 100%;
  height: auto;
}

.page-home .home-top__lower {
  display: grid;
  gap: 32px;
  margin-top: 36px;
}

.page-home .home-top__catalog-head {
  margin-bottom: 18px;
}

.page-home .home-top__catalog-lead {
  margin: 8px 0 0;
  max-width: 32em;
  color: var(--ink-mid);
  font-family: var(--font-sans);
}

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

.page-home .home-directory__link {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border: 1px solid rgba(58, 63, 69, .1);
  border-radius: var(--radius-md);
  background: rgba(245, 239, 230, .85);
  color: var(--ink);
  text-decoration: none;
  transition: box-shadow .3s ease, transform .3s ease, border-color .3s ease;
}

.page-home .home-directory__link:hover {
  border-color: rgba(195, 150, 61, .4);
  box-shadow: var(--shadow-lg);
  transform: translateY(-2px);
}

.page-home .home-directory__num {
  color: var(--gold);
  font-family: var(--font-serif);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}

.page-home .home-directory__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.page-home .home-directory__title {
  font-size: 1rem;
  font-weight: 700;
}

.page-home .home-directory__desc {
  color: var(--ink-mid);
  font-size: .85rem;
}

.page-home .home-directory__arrow {
  color: var(--crimson);
  font-weight: 700;
}

.page-home .home-top__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  align-content: start;
}

.page-home .home-stat {
  padding: 18px;
  border: 1px solid rgba(58, 63, 69, .08);
  border-radius: var(--radius-md);
  background: rgba(245, 239, 230, .9);
}

.page-home .home-stat__value {
  display: block;
  color: var(--crimson);
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: -.03em;
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
}

.page-home .home-stat__label {
  display: block;
  margin-top: 6px;
  color: var(--ink-mid);
  font-size: .85rem;
}

.page-home .home-v4 {
  position: relative;
  overflow: hidden;
  padding: 56px 0;
  background:
    linear-gradient(125deg, transparent 0 68%, rgba(195, 150, 61, .14) 68% 71%, transparent 71%),
    var(--deep);
  color: var(--cream);
}

.page-home .home-v4__grid {
  display: grid;
  gap: 28px;
}

.page-home .home-v4__content {
  min-width: 0;
}

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

.page-home .home-v4__content .section-title {
  margin: 8px 0 14px;
  color: var(--cream);
  font-family: var(--font-serif);
}

.page-home .home-v4__lead {
  margin: 12px 0;
  color: var(--gold);
  font-size: 1.125rem;
  font-weight: 700;
}

.page-home .home-v4__desc {
  max-width: 40em;
  color: rgba(245, 239, 230, .85);
  line-height: 1.75;
}

.page-home .home-v4__list {
  display: grid;
  gap: 10px;
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

.page-home .home-v4__list li {
  position: relative;
  padding-left: 22px;
  color: rgba(245, 239, 230, .92);
}

.page-home .home-v4__list li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: .55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
}

.page-home .home-v4__foot {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.page-home .home-v4__content .btn--ghost {
  border-color: var(--cream);
  color: var(--cream);
}

.page-home .home-v4__figure {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

.page-home .home-v4__img {
  display: block;
  width: 100%;
  height: auto;
}

.page-home .home-v4__trust {
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid rgba(195, 150, 61, .22);
}

.page-home .home-v4__trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: .85rem;
}

.page-home .home-v4__trust-list li {
  padding: 6px 14px;
  border: 1px solid rgba(195, 150, 61, .25);
  border-radius: var(--radius-pill);
  background: rgba(245, 239, 230, .08);
  color: rgba(245, 239, 230, .78);
}

.page-home .home-shots {
  padding: 56px 0;
  background: var(--paper-light);
}

.page-home .home-shots__head {
  margin-bottom: 28px;
}

.page-home .home-shots__banner {
  margin: 0 0 28px;
  overflow: hidden;
  border-radius: var(--radius-lg);
}

.page-home .home-shots__banner-img {
  display: block;
  width: 100%;
  height: auto;
}

.page-home .half-switch {
  position: relative;
  padding: 20px;
  border: 1px solid rgba(58, 63, 69, .1);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, .75);
  box-shadow: var(--shadow-sm);
}

.page-home .half-switch__tabs {
  display: flex;
  gap: 8px;
  width: fit-content;
  margin-bottom: 20px;
  padding: 4px;
  border-radius: var(--radius-pill);
  background: var(--paper);
}

.page-home .half-switch__tab {
  padding: 8px 18px;
  border-radius: var(--radius-pill);
  cursor: pointer;
  color: var(--ink-mid);
  font-family: var(--font-sans);
  font-weight: 600;
  transition: background .24s ease, color .24s ease;
}

.page-home #half-first:checked ~ .half-switch__tabs .half-switch__tab--first,
.page-home #half-second:checked ~ .half-switch__tabs .half-switch__tab--second {
  background: var(--crimson);
  color: var(--cream);
}

.page-home .half-switch__panel {
  display: none;
  padding: 20px;
  border-radius: var(--radius-md);
  background: var(--cream);
}

.page-home #half-first:checked ~ .half-switch__panel--first,
.page-home #half-second:checked ~ .half-switch__panel--second {
  display: block;
}

.page-home .half-switch__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.page-home .half-switch__head h3 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: 1.25rem;
}

.page-home .half-chart {
  display: block;
  width: 100%;
  height: auto;
}

.page-home .half-chart__label,
.page-home .half-chart__num {
  fill: var(--ink);
  font-family: var(--font-sans);
  font-size: 14px;
}

.page-home .half-chart__num {
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

.page-home .half-chart__bar--on {
  fill: var(--deep);
}

.page-home .half-chart__bar--off {
  fill: var(--crimson);
  opacity: .65;
}

.page-home .half-chart__bar--save {
  fill: var(--gold);
  opacity: .8;
}

.page-home .home-shots__controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 20px;
}

.page-home .home-shots__snapshot:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.page-home .home-shots__tip {
  display: none;
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  background: var(--gold);
  color: var(--ink);
  font-size: .85rem;
}

.page-home .home-shots__snapshot:focus + .home-shots__tip,
.page-home .home-shots__snapshot:focus-visible + .home-shots__tip {
  display: inline-block;
}

.page-home .home-shots__note {
  margin-top: 16px;
  color: var(--ink-mid);
  font-size: .8rem;
}

.page-home .home-recap {
  padding: 56px 0;
  background:
    linear-gradient(120deg, transparent 0 70%, rgba(195, 150, 61, .18) 70% 74%, transparent 74%),
    var(--crimson);
  color: var(--cream);
}

.page-home .home-recap__head {
  margin-bottom: 28px;
}

.page-home .home-recap .section-title {
  color: var(--cream);
}

.page-home .home-recap .section-intro {
  color: rgba(245, 239, 230, .85);
}

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

.page-home .home-recap__card {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border-radius: var(--radius-lg);
  background: #fff;
  color: var(--ink);
  box-shadow: var(--shadow-sm);
}

.page-home .home-recap__card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: var(--gold);
}

.page-home .home-recap__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.page-home .home-recap__league {
  color: var(--ink-mid);
  font-size: .85rem;
}

.page-home .home-recap__score {
  margin: 0 0 14px;
  font-family: var(--font-serif);
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -.01em;
}

.page-home .home-recap__lines {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-home .home-recap__lines li {
  padding: 8px 0;
  border-bottom: 1px dotted rgba(26, 29, 32, .15);
  font-size: .95rem;
  line-height: 1.55;
}

.page-home .home-recap__lines li:last-child {
  border-bottom: 0;
}

.page-home .home-recap__note {
  margin-top: 20px;
  color: rgba(245, 239, 230, .85);
  font-size: .85rem;
}

.page-home .home-recap__cta {
  margin-top: 22px;
  text-align: right;
}

.page-home .home-recap__cta .btn--ghost {
  border-color: var(--cream);
  color: var(--cream);
}

.page-home .home-return {
  padding: 56px 0;
  background: var(--paper);
}

.page-home .home-return__banner {
  margin: 0 0 32px;
  overflow: hidden;
  border-radius: var(--radius-lg);
}

.page-home .home-return__banner-img {
  display: block;
  width: 100%;
  height: auto;
}

.page-home .home-return__head {
  margin-bottom: 24px;
}

.page-home .home-return__lead {
  margin: 10px 0 0;
  max-width: 40em;
  color: var(--ink-mid);
  line-height: 1.7;
}

.page-home .home-return__filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.page-home .home-return__grid {
  display: grid;
  gap: 14px;
}

.page-home .home-return__item {
  padding: 22px;
  border: 1px solid rgba(58, 63, 69, .1);
  border-radius: var(--radius-md);
  background: rgba(245, 239, 230, .9);
}

.page-home .home-return__item-label {
  margin: 0 0 8px;
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 700;
}

.page-home .home-return__item-text {
  margin: 0 0 16px;
  color: var(--ink-mid);
  font-size: .95rem;
}

.page-home .home-return__trust {
  margin-top: 28px;
  padding: 22px;
  border: 1px solid rgba(195, 150, 61, .4);
  border-left: 5px solid var(--gold);
  border-radius: var(--radius-md);
  background: rgba(245, 239, 230, .5);
  font-size: .95rem;
  line-height: 1.75;
}

.page-home .home-return__contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
  margin-top: 18px;
  color: var(--ink-mid);
  font-size: .85rem;
}

.page-home .home-return__contact a {
  color: var(--crimson);
  font-weight: 700;
  text-decoration: none;
}

.page-home .home-return__contact a:hover {
  text-decoration: underline;
}

@media (min-width: 900px) {
  .page-home .home-top {
    padding-top: 36px;
  }

  .page-home .home-top__grid {
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    gap: 40px;
  }

  .page-home .home-top__lower {
    grid-template-columns: 1.1fr .9fr;
    gap: 28px;
    margin-top: 44px;
  }

  .page-home .home-directory {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .page-home .home-top__stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .page-home .home-v4 {
    padding: 72px 0;
  }

  .page-home .home-v4__grid {
    grid-template-columns: 1.1fr .9fr;
    align-items: center;
    gap: 48px;
  }

  .page-home .home-shots {
    padding: 72px 0;
  }

  .page-home .half-switch {
    padding: 28px;
  }

  .page-home .home-recap {
    padding: 72px 0;
  }

  .page-home .home-recap__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .page-home .home-return {
    padding: 72px 0;
  }

  .page-home .home-return__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }

  .page-home .home-return__item {
    padding: 24px;
  }
}
