@import url("redesign-guide.css");

/* How to Buy redesign: page-specific rules transferred from the approved prototype. */
.how-to-buy-redesign .how-to-buy {
  --navy: #102942;
  --navy-soft: #173b5b;
  --blue: #30619f;
  --body: #445569;
  --mist: #eef3f6;
  --mist-deep: #e5ecef;
  --warm: #b98a45;
  --warm-dark: #806037;
  --warm-soft: #e6d6bc;
  --line: #dce3e8;
  --line-dark: #c6d1d8;
  --white: #fff;
  --serif: Charter, "Bitstream Charter", "Sitka Text", Cambria, Georgia, serif;
  --sans: "Avenir Next", Avenir, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --shell: 1480px;
  --gutter: clamp(1.25rem, 4.4vw, 4rem);
  background: var(--white);
  color: var(--body);
  font: 1rem/1.68 var(--sans);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.how-to-buy-redesign .how-to-buy,
.how-to-buy-redesign .how-to-buy *,
.how-to-buy-redesign .how-to-buy *::before,
.how-to-buy-redesign .how-to-buy *::after {
  box-sizing: border-box;
}

.how-to-buy-redesign .how-to-buy ::selection {
  background: var(--warm-soft);
  color: var(--navy);
}

.how-to-buy-redesign .how-to-buy img {
  display: block;
  max-width: 100%;
}

.how-to-buy-redesign .how-to-buy a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: .22em;
}

.how-to-buy-redesign .how-to-buy a:focus-visible {
  outline: 3px solid #9a6b2f;
  outline-offset: 4px;
}

.how-to-buy-redesign .how-to-buy .shell {
  width: min(var(--shell), calc(100% - (2 * var(--gutter))));
  margin-inline: auto;
}

/* Compact process-guide opening */
.how-to-buy-redesign .how-to-buy .page-opening {
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.how-to-buy-redesign .how-to-buy .page-opening__grid {
  position: relative;
  min-height: 23rem;
  overflow: hidden;
}

.how-to-buy-redesign .how-to-buy .page-opening__copy {
  position: relative;
  z-index: 4;
  display: flex;
  width: min(61%, 54rem);
  min-height: 23rem;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2.8rem, 5vw, 4.8rem) clamp(1.5rem, 3vw, 3rem) clamp(2.8rem, 5vw, 4.8rem) 0;
}

.how-to-buy-redesign .how-to-buy .page-opening h1 {
  max-width: 13ch;
  margin: 0;
  color: var(--navy);
  font: 400 clamp(2.75rem, 4.5vw, 4.65rem)/1.02 var(--serif);
  letter-spacing: -.025em;
}

.how-to-buy-redesign .how-to-buy .page-opening__intro {
  max-width: 61ch;
  margin: 1.35rem 0 0;
  color: #34495f;
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.65;
}

.how-to-buy-redesign .how-to-buy .page-opening__image {
  --redesign-hero-fade-secondary: linear-gradient(0deg, rgba(16,41,66,.035), transparent 28%);
  position: absolute;
  z-index: 0;
  inset: 0 0 0 25%;
  min-height: 23rem;
  margin: 0;
  overflow: hidden;
  background: #e9eef1;
}

.how-to-buy-redesign .how-to-buy .page-opening__image picture {
  display: contents;
}

.how-to-buy-redesign .how-to-buy .page-opening__image img {
  width: 100%;
  height: 100%;
  min-height: 23rem;
  object-fit: cover;
  object-position: center 54%;
  filter: saturate(.97) contrast(1.018) brightness(1.01);
}

.how-to-buy-redesign .how-to-buy .page-opening__image::after {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--warm) 0 10%, rgba(180,134,69,.13) 10% 100%);
  content: "";
  pointer-events: none;
}

/* Homepage-family process shortcuts */
.how-to-buy-redesign .how-to-buy .process-shortcuts {
  position: relative;
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.how-to-buy-redesign .how-to-buy .process-shortcuts__viewport {
  overflow-x: auto;
  scrollbar-width: none;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
}

.how-to-buy-redesign .how-to-buy .process-shortcuts__viewport::-webkit-scrollbar {
  display: none;
}

.how-to-buy-redesign .how-to-buy .process-shortcuts__grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.how-to-buy-redesign .how-to-buy .process-shortcut {
  position: relative;
  display: block;
  min-height: 5.35rem;
  margin-right: .8rem;
  padding: 1.05rem 1.1rem 1rem .55rem;
  text-decoration: none;
  scroll-snap-align: start;
}

.how-to-buy-redesign .how-to-buy .process-shortcut:not(:last-child)::after {
  position: absolute;
  top: 1rem;
  right: 0;
  bottom: 1rem;
  width: 1px;
  background: var(--line);
  content: "";
}

.how-to-buy-redesign .how-to-buy .process-shortcut__number {
  display: block;
  margin-bottom: .15rem;
  color: #788897;
  font: 400 .88rem/1.35 var(--serif);
}

.how-to-buy-redesign .how-to-buy .process-shortcut__title {
  display: block;
  color: var(--navy);
  font-size: .83rem;
  font-weight: 750;
  letter-spacing: -.01em;
  line-height: 1.3;
}

.how-to-buy-redesign .how-to-buy .process-shortcut:hover,
.how-to-buy-redesign .how-to-buy .process-shortcut:focus-visible {
  background: #faf8f4;
  box-shadow: inset 1px 0 0 rgba(180,134,69,.55);
}

.how-to-buy-redesign .how-to-buy .process-shortcut:hover .process-shortcut__title,
.how-to-buy-redesign .how-to-buy .process-shortcut:focus-visible .process-shortcut__title {
  color: #755735;
}

.how-to-buy-redesign .how-to-buy .shortcut-scroll-hint {
  display: none;
}

/* One continuous editorial process, rather than a stack of cards. */
.how-to-buy-redesign .how-to-buy .process-guide {
  background: var(--white);
}

.how-to-buy-redesign .how-to-buy .process-guide__inner {
  width: min(79rem, calc(100% - (2 * var(--gutter))));
  margin-inline: auto;
  padding: clamp(3.8rem, 7vw, 7rem) 0 clamp(4.5rem, 8vw, 7.5rem);
}

.how-to-buy-redesign .how-to-buy .process-stage {
  position: relative;
  scroll-margin-top: 1rem;
}

.how-to-buy-redesign .how-to-buy .process-stage + .process-stage {
  padding-top: clamp(4rem, 7vw, 6.6rem);
}

.how-to-buy-redesign .how-to-buy .process-stage__grid {
  display: grid;
  grid-template-columns: 5.5rem minmax(0, 1fr);
  column-gap: clamp(1.5rem, 3vw, 3.2rem);
}

.how-to-buy-redesign .how-to-buy .stage-marker {
  position: relative;
  align-self: stretch;
  min-height: 100%;
  color: var(--warm-dark);
  font: 400 1.05rem/1 var(--serif);
  text-align: center;
}

.how-to-buy-redesign .how-to-buy .stage-marker::before {
  position: absolute;
  z-index: 2;
  top: 2.7rem;
  left: 50%;
  width: .58rem;
  height: .58rem;
  border: 1px solid var(--warm);
  background: var(--white);
  content: "";
  transform: translateX(-50%) rotate(45deg);
}

.how-to-buy-redesign .how-to-buy .stage-marker::after {
  position: absolute;
  top: 3.75rem;
  bottom: calc(-1 * clamp(4rem, 7vw, 6.6rem));
  left: 50%;
  width: 1px;
  background: linear-gradient(var(--warm-soft), var(--line-dark));
  content: "";
}

.how-to-buy-redesign .how-to-buy .process-stage:last-child .stage-marker::after {
  bottom: -2rem;
  background: linear-gradient(var(--warm-soft), transparent);
}

.how-to-buy-redesign .how-to-buy .stage-marker__number {
  display: inline-grid;
  min-width: 2.7rem;
  min-height: 1.9rem;
  place-items: center;
  border-bottom: 1px solid var(--warm-soft);
}

.how-to-buy-redesign .how-to-buy .stage-content {
  padding-top: .05rem;
}

.how-to-buy-redesign .how-to-buy .stage-content__condition {
  display: inline-block;
  margin: 0 0 .7rem;
  padding-bottom: .24rem;
  border-bottom: 1px solid var(--warm);
  color: var(--warm-dark);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.how-to-buy-redesign .how-to-buy .stage-content h2 {
  max-width: 22ch;
  margin: 0 0 clamp(1.3rem, 2.5vw, 2rem);
  color: var(--navy);
  font: 400 clamp(2.25rem, 4.2vw, 4rem)/1.05 var(--serif);
  letter-spacing: -.024em;
}

.how-to-buy-redesign .how-to-buy .stage-prose {
  color: var(--body);
}

.how-to-buy-redesign .how-to-buy .stage-prose p {
  margin: 0;
}

.how-to-buy-redesign .how-to-buy .stage-prose p + p {
  margin-top: 1.25rem;
}

.how-to-buy-redesign .how-to-buy .stage-prose ul {
  max-width: 68ch;
  margin: 1rem 0 1.35rem;
  padding-left: 1.35rem;
}

.how-to-buy-redesign .how-to-buy .stage-prose li {
  padding-left: .3rem;
}

.how-to-buy-redesign .how-to-buy .stage-prose li + li {
  margin-top: .72rem;
}

.how-to-buy-redesign .how-to-buy .stage-prose li::marker {
  color: var(--warm-dark);
}

.how-to-buy-redesign .how-to-buy .stage-prose em,
.how-to-buy-redesign .how-to-buy .stage-prose i {
  color: var(--navy-soft);
  font-family: var(--serif);
}

.how-to-buy-redesign .how-to-buy .stage-content__layout {
  grid-template-columns: minmax(0, 48rem) minmax(13rem, 1fr);
  gap: clamp(2.5rem, 5vw, 5rem);
}

.how-to-buy-redesign .how-to-buy .stage-content__layout .stage-prose {
  max-width: none;
}

.how-to-buy-redesign .how-to-buy .context-route {
  margin-top: .25rem;
  padding: 1.15rem 0 1.25rem;
  border-top: 1px solid var(--warm-soft);
  border-bottom: 1px solid var(--line);
}

.how-to-buy-redesign .how-to-buy .context-route__label {
  display: block;
  margin-bottom: .45rem;
  color: var(--warm-dark);
  font-size: .69rem;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.how-to-buy-redesign .how-to-buy .context-route a {
  color: var(--navy);
  font: 400 1.28rem/1.35 var(--serif);
  text-decoration-color: var(--warm);
}

.how-to-buy-redesign .how-to-buy .context-route a:hover,
.how-to-buy-redesign .how-to-buy .context-route a:focus-visible {
  color: var(--blue);
}

.how-to-buy-redesign .how-to-buy .warning-note {
  padding: 1.2rem 0 .15rem;
  border-top: 1px solid var(--warm);
  color: #3c4d5e;
}

.how-to-buy-redesign .how-to-buy .warning-note + .warning-note {
  margin-top: 1.45rem !important;
}

.how-to-buy-redesign .how-to-buy .warning-note strong {
  color: var(--warm-dark);
  font-weight: 800;
}

.how-to-buy-redesign .how-to-buy .completion-cue {
  display: inline-flex;
  width: 5.5rem;
  height: 1.6rem;
  align-items: center;
  margin: .3rem 0 1.5rem;
  color: var(--warm);
}

.how-to-buy-redesign .how-to-buy .completion-cue::before {
  width: 2.7rem;
  height: 1px;
  margin-right: .75rem;
  background: var(--warm);
  content: "";
}

.how-to-buy-redesign .how-to-buy .completion-cue svg {
  width: 2rem;
  height: 2rem;
}

.how-to-buy-redesign .how-to-buy .process-stage--aftercare {
  margin-top: clamp(4rem, 7vw, 6.6rem);
  padding: clamp(3rem, 5vw, 4.7rem) clamp(1.5rem, 4vw, 4rem) clamp(3.4rem, 5vw, 4.8rem) 0;
}

.how-to-buy-redesign .how-to-buy .process-stage--aftercare::before {
  position: absolute;
  z-index: 0;
  inset: 0 calc(50% - 50vw) 0 -4rem;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line);
  background: var(--mist);
  content: "";
}

.how-to-buy-redesign .how-to-buy .process-stage--aftercare .process-stage__grid {
  position: relative;
  z-index: 1;
}

.how-to-buy-redesign .how-to-buy .process-stage--aftercare .stage-marker::before {
  background: var(--mist);
}

@media (max-width: 1180px) {
  .how-to-buy-redesign .how-to-buy .process-shortcuts::before,
  .how-to-buy-redesign .how-to-buy .process-shortcuts::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    width: 1.75rem;
    height: 5.35rem;
    pointer-events: none;
  }

  .how-to-buy-redesign .how-to-buy .process-shortcuts::before {
    left: 0;
    background: linear-gradient(90deg, var(--white), rgba(255,255,255,0));
    opacity: 0;
  }

  .how-to-buy-redesign .how-to-buy .process-shortcuts::after {
    right: 0;
    background: linear-gradient(90deg, rgba(255,255,255,0), var(--white));
  }

  .how-to-buy-redesign .how-to-buy .process-shortcuts[data-scroll-edge="end"]::before {
    opacity: 1;
  }

  .how-to-buy-redesign .how-to-buy .process-shortcuts[data-scroll-edge="end"]::after,
  .how-to-buy-redesign .how-to-buy .process-shortcuts[data-scroll-edge="none"]::before,
  .how-to-buy-redesign .how-to-buy .process-shortcuts[data-scroll-edge="none"]::after {
    opacity: 0;
  }

  .how-to-buy-redesign .how-to-buy .process-shortcuts__grid {
    width: max-content;
    min-width: 100%;
    grid-template-columns: repeat(7, minmax(9rem, 1fr));
  }

  .how-to-buy-redesign .how-to-buy .process-shortcut {
    min-width: 9rem;
  }

  .how-to-buy-redesign .how-to-buy .shortcut-scroll-hint {
    display: block;
    width: min(var(--shell), calc(100% - (2 * var(--gutter))));
    margin: .28rem auto .42rem;
    color: #657483;
    font-size: .72rem;
    font-weight: 650;
    line-height: 1.35;
    letter-spacing: .015em;
    text-align: right;
  }

  .how-to-buy-redesign .how-to-buy .process-shortcuts[data-scroll-edge="end"] .shortcut-scroll-hint {
    text-align: left;
  }

  .how-to-buy-redesign .how-to-buy .process-shortcuts[data-scroll-edge="none"] .shortcut-scroll-hint {
    display: none;
  }

  .how-to-buy-redesign .how-to-buy .stage-content__layout {
    grid-template-columns: minmax(0, 1fr) minmax(12rem, 14rem);
    gap: 2rem;
  }
}

@media (max-width: 1020px) {
  .how-to-buy-redesign .how-to-buy .process-guide__inner {
    width: min(70rem, calc(100% - (2 * var(--gutter))));
  }

  .how-to-buy-redesign .how-to-buy .process-stage__grid {
    grid-template-columns: 4.2rem minmax(0, 1fr);
    column-gap: 1.5rem;
  }

  .how-to-buy-redesign .how-to-buy .stage-content__layout {
    grid-template-columns: minmax(0, 1fr) 14rem;
    gap: 2rem;
  }
}

@media (max-width: 1080px) {
}

@media (max-width: 900px) {
  .how-to-buy-redesign .how-to-buy .page-opening__grid {
    min-height: auto;
    overflow: visible;
  }

  .how-to-buy-redesign .how-to-buy .page-opening__copy {
    width: 100%;
    min-height: auto;
    padding: 3.5rem 0 3rem;
  }

  .how-to-buy-redesign .how-to-buy .page-opening h1 {
    max-width: 15ch;
  }

  .how-to-buy-redesign .how-to-buy .page-opening__intro {
    max-width: 66ch;
  }

  .how-to-buy-redesign .how-to-buy .page-opening__image {
    position: relative;
    inset: auto;
    min-height: 0;
    margin-inline: calc(-1 * var(--gutter));
  }

  .how-to-buy-redesign .how-to-buy .page-opening__image img {
    min-height: 0;
    aspect-ratio: 2 / 1;
    object-position: center 51%;
  }

  .how-to-buy-redesign .how-to-buy .page-opening__image::before {
    background-image: linear-gradient(0deg, rgba(16,41,66,.055), transparent 30%);
    content: "";
  }

  .how-to-buy-redesign .how-to-buy .process-shortcuts__grid {
    padding-inline: var(--gutter);
  }

  .how-to-buy-redesign .how-to-buy .stage-content__layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem;
  }

  .how-to-buy-redesign .how-to-buy .context-route {
    max-width: 28rem;
  }

}

@media (max-width: 780px) {
}

@media (max-width: 700px) {
  .how-to-buy-redesign .how-to-buy .page-opening__copy {
    padding: 2.8rem 0 2.5rem;
  }

  .how-to-buy-redesign .how-to-buy .page-opening h1 {
    font-size: clamp(2.5rem, 11vw, 3.55rem);
  }

  .how-to-buy-redesign .how-to-buy .page-opening__intro {
    font-size: 1rem;
  }

  .how-to-buy-redesign .how-to-buy .process-guide__inner {
    padding-top: 3.6rem;
  }

  .how-to-buy-redesign .how-to-buy .process-stage + .process-stage {
    padding-top: 4.4rem;
  }

  .how-to-buy-redesign .how-to-buy .process-stage__grid {
    grid-template-columns: 2.75rem minmax(0, 1fr);
    column-gap: 1rem;
  }

  .how-to-buy-redesign .how-to-buy .stage-marker {
    font-size: .88rem;
    text-align: left;
  }

  .how-to-buy-redesign .how-to-buy .stage-marker__number {
    min-width: 2.25rem;
    justify-items: start;
  }

  .how-to-buy-redesign .how-to-buy .stage-marker::before {
    top: 2.55rem;
    left: .52rem;
    width: .5rem;
    height: .5rem;
  }

  .how-to-buy-redesign .how-to-buy .stage-marker::after {
    top: 3.55rem;
    bottom: -4.4rem;
    left: .52rem;
  }

  .how-to-buy-redesign .how-to-buy .stage-content h2 {
    margin-bottom: 1.25rem;
    font-size: clamp(2rem, 9vw, 2.75rem);
  }

  .how-to-buy-redesign .how-to-buy .stage-prose {
    max-width: none;
  }

  .how-to-buy-redesign .how-to-buy .process-stage--aftercare {
    margin-top: 4.4rem;
    padding: 3rem 0 3.3rem;
  }

  .how-to-buy-redesign .how-to-buy .process-stage--aftercare::before {
    inset: 0 calc(50% - 50vw);
  }

}

@media (max-width: 600px) {
}

@media (min-width: 700px) and (max-width: 950px) and (max-height: 430px) and (orientation: landscape) {
  .how-to-buy-redesign .how-to-buy .process-shortcut {
    min-height: 4.5rem;
    padding-block: .65rem;
  }

  .how-to-buy-redesign .how-to-buy .process-shortcuts::before,
  .how-to-buy-redesign .how-to-buy .process-shortcuts::after {
    height: 4.5rem;
  }

  .how-to-buy-redesign .how-to-buy .shortcut-scroll-hint {
    margin-block: .3rem .35rem;
  }

  .how-to-buy-redesign .how-to-buy .page-opening__grid {
    min-height: 17.5rem;
    overflow: hidden;
  }

  .how-to-buy-redesign .how-to-buy .page-opening__copy {
    width: 61%;
    min-height: 17.5rem;
    padding: 1.8rem 1.5rem 1.8rem 0;
  }

  .how-to-buy-redesign .how-to-buy .page-opening h1 {
    max-width: 11ch;
    font-size: clamp(2.5rem, 6vw, 3.35rem);
  }

  .how-to-buy-redesign .how-to-buy .page-opening__intro {
    margin-top: .8rem;
    font-size: .9rem;
    line-height: 1.48;
  }

  .how-to-buy-redesign .how-to-buy .page-opening__image {
    position: absolute;
    inset: 0 0 0 25%;
    min-height: 17.5rem;
    margin: 0;
  }

  .how-to-buy-redesign .how-to-buy .page-opening__image img {
    min-height: 17.5rem;
    aspect-ratio: auto;
    object-position: center 54%;
  }

  .how-to-buy-redesign .how-to-buy .page-opening__image::before {
    background-image: var(--redesign-hero-fade-gradient), var(--redesign-hero-fade-secondary);
  }

  .how-to-buy-redesign .how-to-buy .process-guide__inner {
    padding-top: 3.2rem;
    padding-bottom: 4.5rem;
  }

  .how-to-buy-redesign .how-to-buy .process-stage + .process-stage {
    padding-top: 3.8rem;
  }

  .how-to-buy-redesign .how-to-buy .process-stage__grid {
    grid-template-columns: 4rem minmax(0, 1fr);
  }

  .how-to-buy-redesign .how-to-buy .stage-content h2 {
    margin-bottom: 1.1rem;
    font-size: 2.45rem;
  }

  .how-to-buy-redesign .how-to-buy .stage-content__layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.5rem;
  }

  .how-to-buy-redesign .how-to-buy .stage-marker::after {
    bottom: -3.8rem;
  }

  .how-to-buy-redesign .how-to-buy .process-stage--aftercare {
    margin-top: 3.8rem;
  }
}

@media (max-width: 480px) {
  .how-to-buy-redesign .how-to-buy .process-shortcuts__grid {
    grid-template-columns: repeat(7, max(9.5rem, calc((100vw - 1.75rem) / 2)));
  }
}

@media (max-width: 420px) {
  .how-to-buy-redesign .how-to-buy .page-opening__image img {
    aspect-ratio: 4 / 3;
  }

  .how-to-buy-redesign .how-to-buy .process-shortcut {
    min-width: 8.5rem;
  }

  .how-to-buy-redesign .how-to-buy .stage-content h2 {
    font-size: 2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .how-to-buy-redesign .how-to-buy,
  .how-to-buy-redesign .how-to-buy *,
  .how-to-buy-redesign .how-to-buy *::before,
  .how-to-buy-redesign .how-to-buy *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
