.main-page--customer-help .main-page__content {
  padding-bottom: clamp(38px, 5vw, 66px);
}

.mcs-help-guides {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: 0 0 clamp(78px, 9vw, 132px);
  color: #202020;
  font-family: Arial, "Helvetica Neue", sans-serif;
}

.mcs-help-guides *,
.mcs-help-guides *::before,
.mcs-help-guides *::after {
  box-sizing: border-box;
}

.mcs-help-guides__intro {
  display: block;
  margin: 0;
  padding: clamp(24px, 3.5vw, 42px) 0 clamp(28px, 4vw, 48px);
  border-bottom: 1px solid #d4d4d0;
  background: transparent;
  color: #111;
}

.mcs-help-guides__eyebrow {
  margin: 0 0 13px;
  color: #686864;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .14em;
  line-height: 1.4;
}

.mcs-help-guides__intro h2 {
  margin: 0;
  color: #111;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: clamp(30px, 4vw, 50px);
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: 1.05;
}

.mcs-help-guides__intro p:last-child {
  max-width: 680px;
  margin: 16px 0 0;
  color: #555551;
  font-size: 15px;
  line-height: 1.65;
}

.mcs-help-guides__jump {
  display: flex;
  gap: 8px;
  flex-direction: column;
  min-width: 218px;
}

.mcs-help-guides__jump a,
.mcs-help-guide__urgent a,
.mcs-help-guide__related a {
  display: inline-flex;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid currentColor;
  align-items: center;
  justify-content: space-between;
  color: inherit;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.mcs-help-guides__jump a::after {
  content: "↓";
}

.mcs-help-guides__jump a:hover,
.mcs-help-guides__jump a:focus-visible {
  background: #f4ea00;
  color: #111;
  transform: translateY(-2px);
}

.mcs-help-hub {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 0 24px;
  scroll-margin-top: 96px;
  border-top: 1px solid #d4d4d0;
  border-left: 1px solid #d4d4d0;
}

.mcs-help-guides .mcs-help-hub a {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 210px;
  padding: 28px 26px;
  border-right: 1px solid #d4d4d0;
  border-bottom: 1px solid #d4d4d0;
  flex-direction: column;
  color: #111;
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease;
}

.mcs-help-hub a > span {
  display: block;
  margin-bottom: 24px;
  color: #73736e;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .15em;
  line-height: 1.4;
}

.mcs-help-hub a > strong {
  display: block;
  padding-right: 30px;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: clamp(16px, 1.5vw, 21px);
  font-weight: 600;
  line-height: 1.15;
}

.mcs-help-hub a > p {
  margin: 14px 0 0;
  color: #60605c;
  font-size: 12px;
  line-height: 1.6;
}

.mcs-help-hub a > b {
  position: absolute;
  right: 25px;
  bottom: 24px;
  font-size: 18px;
  font-weight: 400;
}

.mcs-help-guides .mcs-help-hub a:hover,
.mcs-help-guides .mcs-help-hub a:focus-visible {
  background: #111;
  color: #fff;
  outline: 0;
}

.mcs-help-hub a:hover > span,
.mcs-help-hub a:focus-visible > span {
  color: #f4ea00;
}

.mcs-help-hub a:hover > p,
.mcs-help-hub a:focus-visible > p {
  color: #d2d2ce;
}

.mcs-help-guide {
  display: grid;
  grid-template-columns: minmax(230px, .72fr) minmax(0, 1.55fr);
  scroll-margin-top: 96px;
  border: 1px solid #d4d4d0;
  border-bottom: 0;
  background: #fff;
}

.mcs-help-guide:last-child {
  border-bottom: 1px solid #d4d4d0;
}

.mcs-help-guide:focus-visible {
  outline: 2px solid #111;
  outline-offset: 4px;
}

.mcs-help-guide__title {
  padding: clamp(28px, 4vw, 50px);
  border-right: 1px solid #d4d4d0;
  background: #f1f1ee;
}

.mcs-help-guide__title > span {
  display: block;
  margin-bottom: 24px;
  color: #666;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .16em;
}

.mcs-help-guide__title h2 {
  margin: 0;
  color: #111;
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: clamp(26px, 3vw, 42px);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.04;
}

.mcs-help-guide__title p {
  max-width: 240px;
  margin: 22px 0 0;
  color: #61615d;
  font-size: 13px;
  line-height: 1.6;
}

.mcs-help-guide__body {
  min-width: 0;
  padding: clamp(28px, 4vw, 50px);
}

.mcs-help-guide__body h3 {
  margin: 34px 0 14px;
  color: #111;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1.35;
  text-transform: uppercase;
}

.mcs-help-guide__body p,
.mcs-help-guide__body li,
.mcs-help-guide__body a {
  font-size: 14px;
  line-height: 1.7;
}

.mcs-help-guide__body p {
  margin: 0;
  color: #555;
}

.mcs-help-guide__body p a {
  color: #111;
  font-weight: 700;
  overflow-wrap: anywhere;
  text-underline-offset: 3px;
}

.mcs-help-guide__notice {
  padding: 18px 20px;
  border-left: 5px solid #f4ea00;
  background: #f4f4f1;
}

.mcs-help-guide__notice strong {
  display: block;
  margin-bottom: 5px;
  color: #111;
  font-size: 11px;
  letter-spacing: .11em;
}

.mcs-help-guide__checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #d4d4d0;
}

.mcs-help-guide__checklist li {
  position: relative;
  min-height: 68px;
  padding: 14px 18px 14px 42px;
  border-right: 1px solid #d4d4d0;
  border-bottom: 1px solid #d4d4d0;
  color: #3f3f3d;
}

.mcs-help-guide__checklist li:nth-child(2n) {
  border-right: 0;
}

.mcs-help-guide__checklist li::before {
  position: absolute;
  top: 17px;
  left: 16px;
  color: #111;
  content: "✓";
  font-weight: 700;
}

.mcs-help-guide__checklist--compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mcs-help-guide__checklist--compact li {
  min-height: 54px;
  padding-right: 10px;
}

.mcs-help-guide__checklist--compact li:nth-child(2n) {
  border-right: 1px solid #d4d4d0;
}

.mcs-help-guide__checklist--compact li:last-child {
  border-right: 0;
}

.mcs-help-guide__columns,
.mcs-help-guide__policy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: 34px;
  border-top: 1px solid #d4d4d0;
  border-left: 1px solid #d4d4d0;
}

.mcs-help-guide__columns section,
.mcs-help-guide__policy-grid section {
  padding: 24px;
  border-right: 1px solid #d4d4d0;
  border-bottom: 1px solid #d4d4d0;
}

.mcs-help-guide__columns h3,
.mcs-help-guide__policy-grid h3 {
  margin-top: 0;
}

.mcs-help-guide__faq {
  margin-top: 30px;
  border-top: 1px solid #bdbdb8;
  border-bottom: 1px solid #bdbdb8;
}

.mcs-help-guide__faq summary {
  position: relative;
  padding: 18px 44px 18px 0;
  color: #111;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  list-style: none;
  text-transform: uppercase;
}

.mcs-help-guide__faq summary::-webkit-details-marker {
  display: none;
}

.mcs-help-guide__faq summary::after {
  position: absolute;
  top: 50%;
  right: 2px;
  content: "+";
  font-size: 22px;
  font-weight: 400;
  transform: translateY(-50%);
}

.mcs-help-guide__faq[open] summary::after {
  content: "−";
}

.mcs-help-guide__faq > div {
  display: grid;
  gap: 15px;
  padding: 0 0 22px;
}

.mcs-help-guide__related {
  display: flex;
  gap: 8px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.mcs-help-guide__related a {
  min-height: 38px;
  padding-inline: 13px;
  color: #111;
  font-size: 9px;
}

.mcs-help-guide__related a::after {
  margin-left: 16px;
  content: "→";
}

.mcs-help-guide__related a:hover,
.mcs-help-guide__related a:focus-visible {
  background: #111;
  color: #fff;
  transform: translateY(-2px);
}

.mcs-help-guide__urgent {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px 22px;
  align-items: center;
  margin-bottom: 24px;
  padding: 18px;
  background: #f4ea00;
  color: #111;
}

.mcs-help-guide__urgent > span {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
}

.mcs-help-guide__urgent > strong {
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 600;
  line-height: 1.08;
}

.mcs-help-guide__urgent a {
  border-color: #111;
  color: #111;
  white-space: nowrap;
}

.mcs-help-guide__urgent a:hover,
.mcs-help-guide__urgent a:focus-visible {
  background: #111;
  color: #fff;
  transform: translateY(-2px);
}

.mcs-help-guide__lead {
  max-width: 760px;
}

.mcs-help-guide__steps {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #d4d4d0;
}

.mcs-help-guide__steps li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid #d4d4d0;
}

.mcs-help-guide__steps li > span {
  color: #777;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
}

.mcs-help-guide__steps strong {
  display: block;
  margin-bottom: 3px;
  color: #111;
}

@media screen and (max-width: 959px) {
  .mcs-help-guides__intro,
  .mcs-help-guide {
    grid-template-columns: 1fr;
  }

  .mcs-help-guides__jump {
    min-width: 0;
  }

  .mcs-help-hub {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mcs-help-guide {
    scroll-margin-top: 72px;
  }

  .mcs-help-guide__title {
    border-right: 0;
    border-bottom: 1px solid #d4d4d0;
  }

  .mcs-help-guide__title p {
    max-width: 520px;
  }

  .mcs-help-guide__urgent {
    grid-template-columns: 1fr;
  }

  .mcs-help-guide__urgent a {
    width: fit-content;
  }
}

@media screen and (max-width: 599px) {
  .main-page--customer-help .main-page__content {
    padding-top: 44px;
  }

  .mcs-help-guides__intro,
  .mcs-help-guide__title,
  .mcs-help-guide__body {
    padding: 24px 18px;
  }

  .mcs-help-guide__checklist,
  .mcs-help-guide__checklist--compact,
  .mcs-help-guide__columns,
  .mcs-help-guide__policy-grid {
    grid-template-columns: 1fr;
  }

  .mcs-help-hub {
    grid-template-columns: 1fr;
  }

  .mcs-help-guides .mcs-help-hub a {
    min-height: 170px;
    padding: 24px 20px;
  }

  .mcs-help-hub a > b {
    right: 20px;
    bottom: 20px;
  }

  .mcs-help-guide__checklist li,
  .mcs-help-guide__checklist--compact li,
  .mcs-help-guide__checklist li:nth-child(2n),
  .mcs-help-guide__checklist--compact li:nth-child(2n) {
    border-right: 0;
  }

  .mcs-help-guide__columns section,
  .mcs-help-guide__policy-grid section {
    padding: 20px 18px;
  }

  .mcs-help-guide__urgent a {
    width: 100%;
    white-space: normal;
  }

  .mcs-help-guide__related {
    display: grid;
    grid-template-columns: 1fr;
  }

  .mcs-help-guide__related a {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mcs-help-guides__jump a,
  .mcs-help-guides .mcs-help-hub a,
  .mcs-help-guide__urgent a,
  .mcs-help-guide__related a {
    transition-duration: .01ms;
  }
}

/* Customer Help follows the same editorial system as Shipping Policy. */
.mcs-customer-help.mcs-help-guides {
  width: 100%;
  padding-bottom: clamp(44px, 6vw, 86px);
  color: #3f3f3f;
}

.mcs-customer-help .mcs-shipping-policy__summary strong a {
  color: #111;
  text-decoration: none;
  text-underline-offset: 4px;
}

.mcs-customer-help .mcs-shipping-policy__summary strong a:hover,
.mcs-customer-help .mcs-shipping-policy__summary strong a:focus-visible {
  text-decoration: underline;
}

.mcs-customer-help .mcs-help-hub {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 34px 0 0;
  border-color: #cfcfcb;
}

.mcs-customer-help.mcs-help-guides .mcs-help-hub a {
  min-height: 158px;
  padding: 24px;
  border-color: #cfcfcb;
  background: #fff;
  color: #111;
}

.mcs-customer-help .mcs-help-hub a > span {
  margin-bottom: 18px;
  color: #696969;
  font-weight: 600;
}

.mcs-customer-help .mcs-help-hub a > strong {
  font-size: clamp(15px, 1.5vw, 19px);
  font-weight: 600;
}

.mcs-customer-help .mcs-help-hub a > p {
  max-width: 42ch;
  margin-top: 10px;
  color: #5d5d59;
  font-size: 13px;
}

.mcs-customer-help .mcs-help-hub a > b {
  right: 22px;
  bottom: 20px;
  transition: transform .2s ease;
}

.mcs-customer-help.mcs-help-guides .mcs-help-hub a:hover,
.mcs-customer-help.mcs-help-guides .mcs-help-hub a:focus-visible {
  background: #f2f2f0;
  color: #111;
  outline: 0;
}

.mcs-customer-help .mcs-help-hub a:hover > span,
.mcs-customer-help .mcs-help-hub a:focus-visible > span,
.mcs-customer-help .mcs-help-hub a:hover > p,
.mcs-customer-help .mcs-help-hub a:focus-visible > p {
  color: inherit;
}

.mcs-customer-help .mcs-help-hub a:hover > b,
.mcs-customer-help .mcs-help-hub a:focus-visible > b {
  transform: translateX(4px);
}

.mcs-customer-help .mcs-help-guide {
  display: block;
  grid-template-columns: none;
  border: 0;
  background: transparent;
}

.mcs-customer-help .mcs-help-guide:last-child {
  border-bottom: 0;
}

.mcs-customer-help .mcs-help-guide__title {
  padding: 0 0 28px;
  border: 0;
  background: transparent;
}

.mcs-customer-help .mcs-help-guide__title > span {
  margin: 0 0 12px;
  color: #696969;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1.4;
}

.mcs-customer-help .mcs-help-guide__title h2 {
  max-width: 20ch;
  font-size: clamp(27px, 3vw, 44px);
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: 1.02;
}

.mcs-customer-help .mcs-help-guide__title p {
  max-width: 70ch;
  margin: 18px 0 0;
  color: #3f3f3f;
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.65;
}

.mcs-customer-help .mcs-help-guide__body {
  padding: 0;
}

.mcs-customer-help .mcs-help-guide__body h3 {
  font-weight: 600;
}

.mcs-customer-help .mcs-help-guide__notice {
  border-left-color: #f2e900;
  background: #f2f2f0;
}

.mcs-customer-help .mcs-help-guide__related a:hover,
.mcs-customer-help .mcs-help-guide__related a:focus-visible {
  background: #111;
  color: #fff;
}

@media screen and (max-width: 959px) {
  .mcs-customer-help .mcs-help-hub {
    grid-template-columns: 1fr;
  }

  .mcs-customer-help .mcs-help-guide__title {
    padding: 0 0 24px;
    border-bottom: 0;
  }
}

@media screen and (max-width: 599px) {
  .mcs-customer-help.mcs-help-guides .mcs-help-hub a {
    min-height: 150px;
    padding: 22px 18px;
  }

  .mcs-customer-help .mcs-help-hub a > b {
    right: 18px;
    bottom: 18px;
  }

  .mcs-customer-help .mcs-help-guide__title,
  .mcs-customer-help .mcs-help-guide__body {
    padding-right: 0;
    padding-left: 0;
  }
}

.main-page--customer-help[data-help-focus] .mcs-shipping-policy__summary,
.main-page--customer-help[data-help-focus] .mcs-shipping-policy__mobile-jump,
.main-page--customer-help[data-help-focus] .mcs-shipping-policy__aside,
.main-page--customer-help[data-help-focus] #help-topics {
  display: none;
}

.main-page--customer-help[data-help-focus] .mcs-shipping-policy__layout {
  grid-template-columns: 1fr;
  gap: 0;
  padding-top: clamp(44px, 6vw, 76px);
}

.main-page--customer-help[data-help-focus] .mcs-shipping-policy__section {
  display: none;
}

.main-page--customer-help[data-help-focus="care-and-washing"] #care-and-washing,
.main-page--customer-help[data-help-focus="order-changes"] #order-changes {
  display: block;
  padding-top: 0;
  border-top: 0;
}

.mcs-help-focus-back {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  min-height: 42px;
  margin: clamp(34px, 5vw, 60px) 0 0;
  border-bottom: 1px solid #111;
  color: #111;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.3;
  text-decoration: none;
}

.mcs-help-focus-back span {
  transition: transform .16s ease;
}

.mcs-help-focus-back:hover span,
.mcs-help-focus-back:focus-visible span {
  transform: translateX(-4px);
}

@media (prefers-reduced-motion: reduce) {
  .mcs-help-focus-back span {
    transition-duration: .01ms;
  }
}
