.mf-home-tariff-line {
  display: block;
  margin: -10px 0 30px;
  color: #686868;
  font-family: Involve, Montserrat, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.45;
  text-align: center;
}

.mf-home-redesign {
  --mf-home-ink: #111111;
  --mf-home-muted: #686868;
  --mf-home-line: #d9d6cf;
  --mf-home-paper: #f5f4f1;
  --mf-home-white: #ffffff;
  margin: 124px 0 0;
  color: var(--mf-home-ink);
  font-family: Involve, Montserrat, Arial, sans-serif;
}

.mf-home-redesign *,
.mf-home-redesign *::before,
.mf-home-redesign *::after {
  box-sizing: border-box;
}

/* The active theme applies a fixed 91px height and background to every
   <header>. Reset those global rules for editorial section headers. */
.mf-home-redesign__hero,
.mf-home-redesign__section-head {
  height: auto;
  min-height: 0;
  background-color: transparent;
  align-content: normal;
}

.mf-home-redesign p {
  margin: 0;
  color: var(--mf-home-muted);
  font-size: 17px;
  line-height: 1.55;
}

.mf-home-redesign h2,
.mf-home-redesign h3 {
  margin: 0;
  color: var(--mf-home-ink);
  font-family: Georgia, "Times New Roman", serif !important;
  font-weight: 400;
  text-transform: none;
}

.mf-home-redesign__eyebrow {
  display: block;
  margin-bottom: 16px;
  color: var(--mf-home-ink);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .13em;
  line-height: 1.4;
  text-transform: uppercase;
}

.mf-home-redesign__hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 48px;
  align-items: center;
  padding: 72px 0 68px;
  border-top: 1px solid var(--mf-home-ink);
  border-bottom: 1px solid var(--mf-home-line);
}

.mf-home-redesign__hero-copy {
  position: relative;
  z-index: 1;
  max-width: 980px;
}

.mf-home-redesign__hero h2 {
  max-width: 920px;
  font-size: clamp(52px, 6.2vw, 96px);
  line-height: .94;
  letter-spacing: -.025em;
}

.mf-home-redesign__hero p {
  max-width: 920px;
  margin-top: 30px;
  font-size: 20px;
}

.mf-home-redesign__orchid {
  justify-self: center;
  width: 230px;
  height: 230px;
  object-fit: contain;
  filter: grayscale(1);
}

.mf-home-redesign__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid var(--mf-home-line);
}

.mf-home-redesign__fact {
  min-height: 138px;
  padding: 30px 34px;
  border-right: 1px solid var(--mf-home-line);
}

.mf-home-redesign__fact:first-child {
  padding-left: 0;
}

.mf-home-redesign__fact:last-child {
  border-right: 0;
}

.mf-home-redesign__fact strong,
.mf-home-redesign__fact span {
  display: block;
}

.mf-home-redesign__fact strong {
  margin-bottom: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
}

.mf-home-redesign__fact span {
  max-width: 280px;
  color: var(--mf-home-muted);
  font-size: 14px;
  line-height: 1.45;
}

.mf-home-redesign__section {
  margin-top: 124px;
}

.mf-home-redesign__section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(300px, .6fr);
  column-gap: 80px;
  align-items: end;
  margin-bottom: 48px;
}

.mf-home-redesign__section-head .mf-home-redesign__eyebrow {
  grid-column: 1 / -1;
}

.mf-home-redesign__section-head h2,
.mf-home-redesign__reviews-head h2 {
  font-size: clamp(42px, 4.5vw, 68px);
  line-height: 1;
  letter-spacing: -.015em;
}

.mf-home-redesign__section-head > p {
  padding-bottom: 4px;
}

.mf-home-redesign__card-grid,
.mf-home-redesign__service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--mf-home-ink);
  border-left: 1px solid var(--mf-home-line);
}

.mf-home-redesign__card,
.mf-home-redesign__service {
  position: relative;
  min-height: 330px;
  padding: 32px;
  border-right: 1px solid var(--mf-home-line);
  border-bottom: 1px solid var(--mf-home-line);
  background: var(--mf-home-white);
}

.mf-home-redesign__card h3,
.mf-home-redesign__service h3 {
  margin: 30px 0 18px;
  font-size: 36px;
  line-height: 1.05;
}

.mf-home-redesign__card p,
.mf-home-redesign__service p {
  max-width: 590px;
}

.mf-home-redesign__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 26px;
  padding: 0 9px;
  border: 1px solid var(--mf-home-line);
  border-radius: 999px;
  color: var(--mf-home-muted);
  font-size: 12px;
  letter-spacing: .08em;
}

.mf-home-redesign__text-link,
.mf-home-redesign__service-link,
.mf-home-redesign__gift-note a {
  color: var(--mf-home-ink);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .02em;
  text-decoration: none;
}

.mf-home-redesign__text-link {
  position: absolute;
  right: 32px;
  bottom: 30px;
  left: 32px;
  display: flex;
  justify-content: space-between;
  padding-top: 14px;
  border-top: 1px solid var(--mf-home-line);
}

.mf-home-redesign__text-link:hover,
.mf-home-redesign__service:hover .mf-home-redesign__service-link,
.mf-home-redesign__gift-note a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.mf-home-redesign__note {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 60px;
  align-items: center;
  padding: 36px 40px;
  background: var(--mf-home-paper);
}

.mf-home-redesign__note h3 {
  margin-bottom: 10px;
  font-size: 30px;
}

.mf-home-redesign__steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--mf-home-ink);
  list-style: none;
}

.mf-home-redesign__steps li {
  min-height: 390px;
  padding: 28px 22px;
  border-right: 1px solid var(--mf-home-line);
  border-bottom: 1px solid var(--mf-home-line);
}

.mf-home-redesign__steps li:first-child {
  border-left: 1px solid var(--mf-home-line);
}

.mf-home-redesign__steps h3 {
  margin: 34px 0 16px;
  font-size: 28px;
  line-height: 1.05;
}

.mf-home-redesign__table-wrap {
  overflow: hidden;
  border-top: 1px solid var(--mf-home-ink);
}

.mf-home-redesign__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.mf-home-redesign__table th,
.mf-home-redesign__table td {
  padding: 30px 32px;
  border-right: 1px solid var(--mf-home-line);
  border-bottom: 1px solid var(--mf-home-line);
  text-align: left;
  vertical-align: top;
}

.mf-home-redesign__table th {
  width: 36%;
  border-left: 1px solid var(--mf-home-line);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.05;
}

.mf-home-redesign__table td {
  color: var(--mf-home-muted);
  font-family: Involve, Montserrat, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
  text-transform: none;
}

.mf-home-redesign__text-link--standalone {
  position: static;
  display: inline-flex;
  gap: 14px;
  width: auto;
  margin-top: 22px;
  padding: 0 0 5px;
  border-top: 0;
  border-bottom: 1px solid var(--mf-home-ink);
}

.mf-home-redesign__reviews {
  padding: 58px 48px 52px;
  background: var(--mf-home-paper);
}

.mf-home-redesign__reviews-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 50px;
  align-items: end;
}

.mf-home-redesign__reviews-head > div:first-child {
  max-width: 900px;
}

.mf-home-redesign__reviews-head p {
  max-width: 720px;
  margin-top: 20px;
}

.mf-home-redesign__rating {
  min-width: 140px;
  padding-left: 28px;
  border-left: 1px solid var(--mf-home-line);
  text-align: right;
}

.mf-home-redesign__rating strong,
.mf-home-redesign__rating span {
  display: block;
}

.mf-home-redesign__rating strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 46px;
  font-weight: 500;
  line-height: 1;
}

.mf-home-redesign__rating span {
  margin-top: 6px;
  color: var(--mf-home-muted);
  font-size: 13px;
}

.mf-home-redesign__review-controls {
  margin: 24px 0 16px;
}

.mf-home-redesign__reviews .reviews-arrows {
  display: flex !important;
}

.mf-home-redesign__review-viewport {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.mf-home-redesign__review-list {
  display: flex;
  width: 100%;
  max-width: 100%;
  gap: 0;
  margin-top: 0;
  margin-right: 0 !important;
  overflow: hidden;
}

.mf-home-redesign__review-list .slider-track {
  display: flex;
  align-items: stretch;
  will-change: transform;
}

.mf-home-redesign__review {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  width: calc((100% - 96px) / 4);
  min-width: 0;
  min-height: 270px;
  overflow: hidden;
  padding: 28px;
  border: 1px solid var(--mf-home-line);
  background: var(--mf-home-white);
}

.mf-home-redesign__review .reviews-item-title {
  margin-top: 20px;
  font-size: 28px;
}

.mf-home-redesign__review-text {
  display: -webkit-box;
  width: 100%;
  max-width: 100%;
  min-height: 106px;
  margin-top: 14px !important;
  overflow: hidden;
  overflow-wrap: anywhere;
  white-space: normal !important;
  word-break: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.mf-home-redesign__review .reviews-item-date {
  margin-top: auto;
  padding-top: 20px;
  color: var(--mf-home-muted);
}

.mf-home-redesign__reviews-link {
  display: table;
  margin: 30px auto 0;
}

.mf-home-redesign__service {
  display: block;
  min-height: 310px;
  color: inherit;
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease;
}

.mf-home-redesign__service-link {
  position: absolute;
  right: 32px;
  bottom: 28px;
  left: 32px;
  display: flex;
  justify-content: space-between;
  padding-top: 14px;
  border-top: 1px solid var(--mf-home-line);
}

.mf-home-redesign__service:hover {
  background: var(--mf-home-paper);
}

.mf-home-redesign__gift-note {
  display: flex;
  gap: 36px;
  align-items: center;
  justify-content: space-between;
  padding: 26px 32px;
  border-right: 1px solid var(--mf-home-line);
  border-bottom: 1px solid var(--mf-home-line);
  border-left: 1px solid var(--mf-home-line);
  color: var(--mf-home-muted);
  font-size: 15px;
  line-height: 1.45;
}

.mf-home-redesign__gift-note span {
  font-family: Involve, Montserrat, Arial, sans-serif;
  letter-spacing: 0;
  text-transform: none;
}

.mf-home-redesign__details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--mf-home-ink);
  border-left: 1px solid var(--mf-home-line);
}

.mf-home-redesign__details details {
  border-right: 1px solid var(--mf-home-line);
  border-bottom: 1px solid var(--mf-home-line);
}

.mf-home-redesign__details summary {
  position: relative;
  display: flex;
  min-height: 100px;
  padding: 28px 68px 28px 28px;
  align-items: center;
  cursor: pointer;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  line-height: 1.08;
  list-style: none;
}

.mf-home-redesign__details summary::-webkit-details-marker {
  display: none;
}

.mf-home-redesign__details details > div {
  padding: 0 68px 30px 28px;
}

.mf-home-redesign__plus {
  position: absolute;
  top: 50%;
  right: 28px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
}

.mf-home-redesign__plus::before,
.mf-home-redesign__plus::after {
  position: absolute;
  top: 9px;
  left: 2px;
  width: 16px;
  height: 1px;
  background: var(--mf-home-ink);
  content: "";
}

.mf-home-redesign__plus::after {
  transform: rotate(90deg);
  transition: transform .2s ease;
}

.mf-home-redesign__details details[open] .mf-home-redesign__plus::after {
  transform: rotate(0);
}

.mf-home-redesign__closing {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 48px;
  align-items: center;
  margin-top: 124px;
  padding: 62px;
  background: var(--mf-home-ink);
  color: var(--mf-home-white);
}

.mf-home-redesign__closing h2,
.mf-home-redesign__closing .mf-home-redesign__eyebrow {
  color: var(--mf-home-white);
}

.mf-home-redesign__closing h2 {
  max-width: 900px;
  font-size: clamp(44px, 5vw, 72px);
  line-height: .98;
}

.mf-home-redesign__closing p {
  max-width: 820px;
  margin-top: 22px;
  color: #d5d5d5;
}

.mf-home-redesign__closing img {
  justify-self: center;
  width: 270px;
  height: auto;
  object-fit: contain;
  filter: grayscale(1) brightness(2.4) contrast(.88);
  opacity: .72;
}

.mf-home-redesign__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.mf-home-redesign__closing .button-primary {
  border-color: var(--mf-home-white);
  background: var(--mf-home-white);
  color: var(--mf-home-ink);
}

.mf-home-redesign__closing .button-secondary {
  border-color: #666;
  background: transparent;
  color: var(--mf-home-white);
}

.mf-home-redesign a:focus-visible,
.mf-home-redesign summary:focus-visible,
.mf-home-redesign button:focus-visible {
  outline: 2px solid var(--mf-home-ink);
  outline-offset: 4px;
}

.mf-home-redesign__closing a:focus-visible {
  outline-color: var(--mf-home-white);
}

.mf-home-redesign__delivery-links {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid var(--mf-home-line);
}

@media (max-width: 1350px) {
  .mf-home-redesign__steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mf-home-redesign__steps li {
    min-height: 330px;
  }
}

@media (max-width: 1100px) {
  .mf-home-redesign {
    margin-top: 96px;
  }

  .mf-home-redesign__hero {
    grid-template-columns: minmax(0, 1fr) 200px;
    gap: 28px;
  }

  .mf-home-redesign__section {
    margin-top: 96px;
  }

  .mf-home-redesign__section-head {
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
    column-gap: 42px;
  }

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

  .mf-home-redesign__steps li {
    min-height: 300px;
  }

  .mf-home-redesign__review {
    width: calc((100% - 32px) / 2);
  }
}

@media (max-width: 767px) {
  .mf-home-redesign {
    margin-top: 76px;
  }

  .mf-home-redesign p {
    font-size: 15px;
  }

  .mf-home-redesign__eyebrow {
    margin-bottom: 12px;
    font-size: 11px;
  }

  .mf-home-redesign__hero {
    display: block;
    padding: 44px 0 40px;
  }

  .mf-home-redesign__hero h2 {
    max-width: calc(100% - 4px);
    font-size: clamp(40px, 11.5vw, 48px);
    line-height: .98;
    letter-spacing: -.02em;
  }

  .mf-home-redesign__hero p {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.52;
  }

  .mf-home-redesign__orchid {
    position: static;
    display: block;
    width: 128px;
    height: 128px;
    margin: 26px 0 0 auto;
    opacity: 1;
  }

  .mf-home-redesign__facts {
    grid-template-columns: 1fr;
  }

  .mf-home-redesign__fact,
  .mf-home-redesign__fact:first-child {
    min-height: 0;
    padding: 22px 0;
    border-right: 0;
    border-bottom: 1px solid var(--mf-home-line);
  }

  .mf-home-redesign__fact:last-child {
    border-bottom: 0;
  }

  .mf-home-redesign__fact strong {
    font-size: 29px;
  }

  .mf-home-redesign__section {
    margin-top: 76px;
  }

  .mf-home-redesign__section-head,
  .mf-home-redesign__reviews-head {
    display: block;
    margin-bottom: 30px;
  }

  .mf-home-redesign__section-head h2,
  .mf-home-redesign__reviews-head h2 {
    font-size: 42px;
  }

  .mf-home-redesign__section-head > p,
  .mf-home-redesign__reviews-head p {
    margin-top: 18px;
  }

  .mf-home-redesign__card-grid,
  .mf-home-redesign__service-grid,
  .mf-home-redesign__details {
    grid-template-columns: 1fr;
  }

  .mf-home-redesign__card,
  .mf-home-redesign__service {
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 26px 22px;
  }

  .mf-home-redesign__card h3,
  .mf-home-redesign__service h3 {
    margin-top: 24px;
    font-size: 32px;
  }

  .mf-home-redesign__card .mf-home-redesign__number,
  .mf-home-redesign__service .mf-home-redesign__number {
    align-self: flex-start;
    width: auto;
  }

  .mf-home-redesign__card .mf-home-redesign__text-link,
  .mf-home-redesign__service .mf-home-redesign__service-link {
    position: static;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    margin-top: 28px;
  }

  .mf-home-redesign__service .mf-home-redesign__service-link {
    padding-top: 14px;
    border-top: 1px solid var(--mf-home-line);
  }

  .mf-home-redesign__note {
    display: block;
    padding: 28px 22px;
  }

  .mf-home-redesign__note .button {
    margin-top: 22px;
  }

  .mf-home-redesign__steps {
    grid-template-columns: 1fr;
  }

  .mf-home-redesign__steps li {
    min-height: 0;
    padding: 26px 22px 30px;
    border-left: 1px solid var(--mf-home-line);
  }

  .mf-home-redesign__steps h3 {
    margin-top: 24px;
    font-size: 28px;
  }

  .mf-home-redesign__table,
  .mf-home-redesign__table tbody,
  .mf-home-redesign__table tr,
  .mf-home-redesign__table th,
  .mf-home-redesign__table td {
    display: block;
    width: 100%;
  }

  .mf-home-redesign__table tr {
    border-right: 1px solid var(--mf-home-line);
    border-bottom: 1px solid var(--mf-home-line);
    border-left: 1px solid var(--mf-home-line);
  }

  .mf-home-redesign__table th,
  .mf-home-redesign__table td {
    padding: 22px;
    border: 0;
  }

  .mf-home-redesign__table th {
    padding-bottom: 10px;
    font-size: 27px;
  }

  .mf-home-redesign__table td {
    padding-top: 0;
  }

  .mf-home-redesign__reviews {
    padding: 36px 20px 34px;
    overflow: hidden;
  }

  .mf-home-redesign__reviews-head h2 {
    font-size: 38px;
    line-height: .98;
  }

  .mf-home-redesign__rating {
    display: flex;
    gap: 10px;
    align-items: baseline;
    margin-top: 22px;
    padding: 0;
    border-left: 0;
    text-align: left;
  }

  .mf-home-redesign__rating strong {
    font-size: 38px;
  }

  .mf-home-redesign__review {
    width: 100%;
    min-height: 250px;
    padding: 22px;
  }

  .mf-home-redesign__review-controls {
    display: flex !important;
    min-height: 48px;
    margin: 16px 0;
    justify-content: flex-end;
  }

  .mf-home-redesign__review-controls > div:first-child {
    display: none;
  }

  .mf-home-redesign__reviews .reviews-arrows {
    display: flex !important;
    gap: 8px;
  }

  .mf-home-redesign__reviews .reviews-arrows .slider-btn {
    display: block;
    width: 48px;
    height: 48px;
  }

  .mf-home-redesign__gift-note {
    display: block;
    padding: 22px;
  }

  .mf-home-redesign__gift-note a {
    display: block;
    margin-top: 12px;
  }

  .mf-home-redesign__details summary {
    min-height: 88px;
    padding: 24px 58px 24px 22px;
    font-size: 25px;
  }

  .mf-home-redesign__details details > div {
    padding: 0 58px 26px 22px;
  }

  .mf-home-redesign__plus {
    right: 20px;
  }

  .mf-home-redesign__closing {
    display: block;
    margin-top: 76px;
    padding: 40px 24px;
  }

  .mf-home-redesign__closing h2 {
    font-size: 45px;
  }

  .mf-home-redesign__closing img {
    display: block;
    width: 190px;
    margin: 32px auto 0;
  }

  .mf-home-redesign__delivery-links {
    margin-top: 36px;
    padding-top: 24px;
  }
}

@media (max-width: 420px) {
  .mf-home-redesign__review {
    width: 100%;
  }

  .mf-home-redesign__actions .button {
    width: 100%;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mf-home-redesign *,
  .mf-home-redesign *::before,
  .mf-home-redesign *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
