.target-home-sitemap,
  .target-home-sitemap * { box-sizing: border-box; }
  .target-home-sitemap {
    --ths-red: #cc1316;
    --ths-ink: #f7f8f9;
    --ths-muted: #adb5bf;
    --ths-panel: #151a1f;
    --ths-panel-deep: #101419;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 66px 30px 58px;
    color: var(--ths-ink);
    background:
      linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
      radial-gradient(800px 260px at 8% 0%, rgba(204,19,22,.13), transparent 66%),
      linear-gradient(180deg, var(--ths-panel) 0%, var(--ths-panel-deep) 100%);
    background-size: 34px 34px, 34px 34px, auto, auto;
    border-top: 3px solid var(--ths-red);
    font-family: Onest, Arial, Helvetica, sans-serif;
  }
  .target-home-sitemap::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg, transparent 0 79%, rgba(204,19,22,.035) 79% 100%);
  }
  .target-home-sitemap__inner {
    position: relative;
    z-index: 1;
    width: min(1240px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 32px;
    align-items: start;
  }
  .target-home-sitemap__intro { min-width: 0; padding-right: 8px; }
  .target-home-sitemap__intro::before,
  .target-home-sitemap__group::before {
    content: "";
    display: block;
    width: 28px;
    height: 2px;
    margin-bottom: 14px;
    background: var(--ths-red);
  }
  .target-home-sitemap__group-title {
    margin: 0;
    color: #ff4b4f;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .16em;
    text-transform: uppercase;
  }
  .target-home-sitemap__title {
    max-width: 260px;
    margin: 0;
    color: #fff;
    font: 600 clamp(24px, 1.8vw, 29px)/1.18 Onest, Arial, Helvetica, sans-serif;
    letter-spacing: -.025em;
  }
  .target-home-sitemap__cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    margin-top: 22px;
    padding: 0 18px;
    border: 1px solid rgba(255,75,79,.62);
    color: #fff !important;
    background: rgba(204,19,22,.12);
    font-size: 14px;
    font-weight: 650;
    line-height: 1;
    text-decoration: none !important;
    transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
  }
  .target-home-sitemap__cta:hover,
  .target-home-sitemap__cta:focus-visible {
    color: #fff !important;
    border-color: #ff4b4f;
    background: var(--ths-red);
    transform: translateY(-1px);
    outline: none;
  }
  .target-home-sitemap__cta-arrow { font-size: 18px; line-height: 1; }
  .target-home-sitemap__group { min-width: 0; }
  .target-home-sitemap__links {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
  }
  .target-home-sitemap__links li + li { margin-top: 10px; }
  .target-home-sitemap__links a {
    display: inline-block;
    color: #cbd1d7 !important;
    font-size: 14px;
    line-height: 1.5;
    text-decoration: none !important;
    transition: color .16s ease, transform .16s ease;
  }
  .target-home-sitemap__links a:hover,
  .target-home-sitemap__links a:focus-visible {
    color: #fff !important;
    transform: translateX(3px);
    outline: none;
  }
  .target-home-sitemap__links a.is-emphasis {
    color: #ff6669 !important;
    font-size: 16px;
    font-weight: 700;
  }
  .target-home-sitemap__brand-links {
    display: grid;
    grid-template-rows: repeat(3, 76px);
    gap: 0;
    margin-top: 18px;
  }
  .target-home-sitemap__brand-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    width: 100%;
    height: 76px;
    padding: 0 6px;
    overflow: visible;
    border: 0;
    background: transparent;
    text-decoration: none !important;
    transition: background-color .18s ease, box-shadow .18s ease;
  }
  .target-home-sitemap__brand-link + .target-home-sitemap__brand-link {
    border-top: 0;
  }
  .target-home-sitemap__brand-link + .target-home-sitemap__brand-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: min(210px, 100%);
    height: 1px;
    background: rgba(255,255,255,.10);
    transform: translateX(-50%);
  }
  .target-home-sitemap__brand-link:hover {
    background: rgba(255,255,255,.045);
    box-shadow: inset 2px 0 0 #ff4b4f;
  }
  .target-home-sitemap__brand-link:focus-visible {
    outline: 2px solid rgba(255,75,79,.95);
    outline-offset: -2px;
  }
  .target-home-sitemap__brand-mark {
    display: grid;
    place-items: center;
    width: min(210px, 100%);
    height: 44px;
    overflow: visible;
    background: transparent;
  }
  .target-home-sitemap__brand-mark img {
    display: block;
    width: 180px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    transform: none;
    filter: none;
    mix-blend-mode: normal;
  }
  .target-home-sitemap__brand-link.is-target-eo img {
    width: 210px;
    height: auto;
  }
  @media (max-width: 1080px) {
    .target-home-sitemap__inner {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 42px 28px;
    }
    .target-home-sitemap__intro { padding-right: 0; }
  }
  @media (max-width: 720px) {
    .target-home-sitemap { padding: 48px 24px 46px; }
    .target-home-sitemap__inner { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 42px 24px; }
    .target-home-sitemap__intro { grid-column: 1 / -1; }
    .target-home-sitemap__brands { grid-column: 1 / -1; }
    .target-home-sitemap__brand-links { width: min(320px, 100%); }
    .target-home-sitemap__title { font-size: 26px; }
    .target-home-sitemap__brand-link { padding-inline: 6px; }
  }
  @media (max-width: 360px) {
    .target-home-sitemap { padding-inline: 20px; }
    .target-home-sitemap__inner { gap-inline: 18px; }
    .target-home-sitemap__links a { font-size: 13px; }
  }
  @media (prefers-reduced-motion: reduce) {
    .target-home-sitemap__cta,
    .target-home-sitemap__links a,
    .target-home-sitemap__brand-link { transition: none; }
  }

.target-home-sitemap__cta:focus-visible,
.target-home-sitemap__links a:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}
@media (prefers-reduced-motion: reduce) {
  .target-home-sitemap__cta:hover,
  .target-home-sitemap__cta:focus-visible,
  .target-home-sitemap__links a:hover,
  .target-home-sitemap__links a:focus-visible {
    transform: none !important;
  }
}
@media (forced-colors: active) {
  .target-home-sitemap a:focus-visible {
    outline: 2px solid CanvasText;
  }
}
