  .download-choice-entry-box .completed-product-teaser-offer { margin-top: 10px; }
  .completed-product-teaser {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) 24px;
    gap: 10px;
    align-items: center;
    min-height: 82px;
    padding: 10px;
    border: 1px solid var(--warning-border);
    border-radius: var(--radius);
    background: var(--warning-soft);
    text-decoration: none;
  }
  .completed-product-teaser:hover {
    border-color: var(--accent);
    background: #fff4b8;
    text-decoration: none;
  }
  .completed-product-teaser__image {
    display: block;
    width: 58px;
    height: auto;
    aspect-ratio: 1;
    border: 1px solid var(--border);
    border-radius: 7px;
    background: #fff;
    object-fit: contain;
  }
  .completed-product-teaser__copy { min-width: 0; }
  .completed-product-teaser__copy strong,
  .completed-product-teaser__copy span { display: block; }
  .completed-product-teaser__copy strong {
    color: var(--text);
    font-size: 13px;
    line-height: 1.45;
  }
  .completed-product-teaser__copy span {
    margin-top: 3px;
    color: var(--muted);
    font-size: var(--font-size-min);
    line-height: 1.4;
  }
  .completed-product-teaser__arrow {
    color: var(--accent);
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
  }

  .download-choice-page .page-panel {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
  }
  .download-choice-page .page-title { margin-bottom: 8px; }
  .download-method-lead {
    max-width: 720px;
    margin: 0 0 22px;
    color: var(--muted);
    font-size: 14px;
  }
  .download-method-grid {
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(300px, 2fr);
    gap: 16px;
    align-items: stretch;
  }
  .download-method-grid--free-only { grid-template-columns: minmax(0, 1fr); }
  .download-method-panel {
    display: flex;
    min-width: 0;
    min-height: 100%;
    flex-direction: column;
    padding: 24px;
    border: 1px solid var(--border-strong);
    border-radius: var(--radius);
    background: #fff;
  }
  .download-method-panel--product {
    border-color: var(--warning-border);
    background: #fffdf3;
  }
  .download-method-card__eyebrow {
    align-self: flex-start;
    margin-bottom: 13px;
    padding: 4px 8px;
    border: 1px solid var(--border);
    border-radius: 999px;
    color: var(--muted);
    background: #f5f5f4;
    font-size: var(--font-size-min);
    font-weight: 700;
    line-height: 1.3;
  }
  .download-method-panel--product .download-method-card__eyebrow {
    border-color: var(--warning-border);
    color: var(--text);
    background: var(--warning);
  }
  .download-method-panel h2 {
    margin: 0;
    color: var(--text);
    font-size: 22px;
    line-height: 1.4;
  }
  .download-method-panel__lead {
    margin: 7px 0 18px;
    color: var(--muted);
    font-size: 13px;
  }
  .download-free-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    flex: 1;
  }
  .download-free-option {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    grid-template-rows: auto 1fr auto;
    gap: 14px;
    align-items: stretch;
    padding: 16px;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: #fafafa;
  }
  .download-method-card__format {
    display: grid;
    place-items: center;
    width: 76px;
    height: 76px;
    border: 2px solid var(--accent);
    border-radius: 15px;
    color: var(--accent);
    background: #fff;
    font-size: 19px;
    font-weight: 900;
    letter-spacing: .04em;
  }
  .download-method-card__format,
  .download-free-option__copy { align-self: center; }
  .download-method-card__format--pdf {
    color: #fff;
    background: var(--accent);
  }
  .download-free-option__copy h3 { margin: 0; font-size: 18px; line-height: 1.35; }
  .download-free-option__description {
    grid-column: 1 / -1;
    align-self: end;
    margin: 0 4px;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.75;
  }
  .download-method-card__button {
    grid-column: 1 / -1;
    width: 100%;
    justify-content: center;
    min-height: 52px;
    margin-top: 2px;
    text-align: center;
  }
  .download-product-carousel {
    width: 100%;
    max-width: 360px;
    margin: 0 auto 16px;
  }
  .download-product-carousel__viewport {
    position: relative;
  }
  .download-product-carousel__track {
    display: flex;
    overflow-x: auto;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: #fff;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    touch-action: pan-x pan-y;
  }
  .download-product-carousel__track::-webkit-scrollbar { display: none; }
  .download-product-carousel__track:focus-visible {
    outline: 3px solid rgba(177, 27, 27, .24);
    outline-offset: 3px;
  }
  .download-product-carousel__slide {
    min-width: 0;
    flex: 0 0 100%;
    margin: 0;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  .download-method-product__image-link {
    display: block;
    cursor: zoom-in;
    text-align: center;
  }
  .download-method-product__image {
    display: block;
    width: 100%;
    height: auto;
    max-height: 300px;
    margin: 0 auto;
    aspect-ratio: 1;
    border: 0;
    border-radius: calc(var(--radius) - 1px);
    background: #fff;
    object-fit: contain;
  }
  .download-method-product__image-link:hover .download-method-product__image {
    opacity: .94;
  }
  .download-product-carousel__arrow {
    position: absolute;
    top: 50%;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    padding: 0 0 3px;
    transform: translateY(-50%);
    border: 1px solid rgba(0, 0, 0, .16);
    border-radius: 999px;
    color: var(--text);
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 2px 9px rgba(0, 0, 0, .14);
    cursor: pointer;
    font-size: 28px;
    line-height: 1;
  }
  .download-product-carousel__arrow:hover { color: #fff; background: var(--accent); }
  .download-product-carousel__arrow:focus-visible {
    outline: 3px solid rgba(177, 27, 27, .24);
    outline-offset: 2px;
  }
  .download-product-carousel__arrow--previous { left: 9px; }
  .download-product-carousel__arrow--next { right: 9px; }
  .download-product-carousel__dots {
    display: flex;
    justify-content: center;
    gap: 7px;
    margin-top: 10px;
  }
  .download-product-carousel__dot {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #c8c8c5;
    cursor: pointer;
  }
  .download-product-carousel__dot[aria-current="true"] {
    width: 22px;
    background: var(--accent);
  }
  .download-product-carousel__dot:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 3px;
  }
  .download-product-carousel-modal {
    width: min(1000px, calc(100vw - 32px));
    max-width: none;
    max-height: calc(100dvh - 32px);
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 12px;
    color: #fff;
    background: #171717;
    box-shadow: 0 18px 60px rgba(0, 0, 0, .4);
  }
  .download-product-carousel-modal::backdrop { background: rgba(0, 0, 0, .78); }
  .download-product-carousel-modal__inner {
    position: relative;
    padding: 20px 58px 16px;
  }
  .download-product-carousel-modal__track {
    border: 0;
    border-radius: 8px;
    background: #fff;
    color-scheme: light;
    overscroll-behavior-x: contain;
  }
  .download-product-carousel-modal__track:focus-visible {
    outline-color: rgba(255, 255, 255, .7);
  }
  .download-product-carousel-modal__slide {
    display: grid;
    place-items: center;
    background: #fff;
  }
  .download-product-carousel-modal__image {
    display: block;
    width: 100%;
    height: min(76dvh, 800px);
    background: #fff;
    object-fit: contain;
  }
  .download-product-carousel-modal__close {
    position: absolute;
    z-index: 2;
    top: 9px;
    right: 9px;
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    padding: 0 0 2px;
    border: 1px solid rgba(255, 255, 255, .32);
    border-radius: 999px;
    color: #fff;
    background: rgba(0, 0, 0, .68);
    cursor: pointer;
    font-size: 26px;
    line-height: 1;
  }
  .download-product-carousel-modal__close:hover { background: var(--accent); }
  .download-product-carousel-modal__close:focus-visible {
    outline: 3px solid rgba(255, 255, 255, .76);
    outline-offset: 2px;
  }
  .download-product-carousel-modal__dots .download-product-carousel__dot { background: #717171; }
  .download-product-carousel-modal__dots .download-product-carousel__dot[aria-current="true"] { background: #fff; }
  .download-method-product__name {
    margin: 7px 0 0;
    color: var(--text);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
  }
  .download-method-product__price {
    margin: 8px 0 0;
    color: var(--text);
    font-size: 21px;
    font-weight: 900;
    line-height: 1.3;
  }
  .download-method-product__price small {
    color: var(--muted);
    font-size: var(--font-size-min);
    font-weight: 500;
  }
  .download-method-product__spec {
    margin: 6px 0 18px;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.55;
  }
  .download-method-product__benefit {
    margin: 0 0 16px;
    padding: 10px 12px;
    border-left: 4px solid var(--warning);
    color: var(--text);
    background: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.55;
  }
  .download-method-panel--product .download-method-card__button { margin-top: auto; }
  .download-method-product__external-note { margin: 7px 0 0; color: var(--muted); font-size: var(--font-size-min); text-align: center; }
  .download-supplies {
    margin-top: 18px;
    padding: 24px;
    border: 1px solid var(--border-strong);
    border-radius: var(--radius);
    background: #fafafa;
  }
  .download-supplies__heading .download-method-card__eyebrow { margin-bottom: 10px; }
  .download-supplies__heading h2 {
    margin: 0;
    color: var(--text);
    font-size: 20px;
    line-height: 1.4;
  }
  .download-supplies__heading p {
    margin: 6px 0 18px;
    color: var(--muted);
    font-size: 13px;
  }
  .download-supplies__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }
  .download-supply-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: #fff;
  }
  .download-supply-card__image {
    display: grid;
    place-items: center;
    padding: 6px;
    border-bottom: 1px solid var(--border);
    background: #fff;
  }
  .download-supply-card__image a { display: block; width: 100%; }
  .valuecommerce-tracking-pixel {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0;
    pointer-events: none;
  }
  .download-supply-card__image img:last-child {
    display: block;
    width: 100%;
    height: 150px;
    margin: 0 auto;
    border: 0;
    object-fit: contain;
  }
  .download-supply-card__body { padding: 16px; }
  .download-supply-card__label {
    display: inline-block;
    align-self: flex-start;
    margin-bottom: 10px;
    padding: 3px 8px;
    border-radius: 999px;
    color: var(--text);
    background: var(--warning-soft);
    font-size: var(--font-size-min);
    font-weight: 700;
  }
  .download-supply-card__link a {
    display: inline;
    color: var(--text);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.55;
    text-decoration: underline;
    text-decoration-color: rgba(177, 27, 27, .38);
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
  }
  .download-supply-card__link a:hover { color: var(--accent); }
  .download-supply-card p {
    margin: 10px 0 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.65;
  }
  .download-supplies__note {
    margin: 0;
    color: var(--muted);
    font-size: var(--font-size-min);
    text-align: right;
  }
  .download-supplies__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 14px;
  }
  .download-supplies__more {
    color: var(--accent);
    font-size: 13px;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  .posting-items-page .page-panel { width: 100%; max-width: 1180px; margin: 0 auto; }
  .posting-items__lead {
    max-width: 760px;
    margin: 0 0 28px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.8;
  }
  .posting-items__categories {
    display: grid;
    gap: 36px;
  }
  .posting-items-category__heading {
    display: flex;
    align-items: baseline;
    gap: 16px;
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--border-strong);
  }
  .posting-items-category__heading h2 {
    flex: 0 0 auto;
    margin: 0;
    color: var(--text);
    font-size: 20px;
    line-height: 1.4;
  }
  .posting-items-category__heading p {
    margin: 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.7;
  }
  .posting-items__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .posting-items__note { margin-top: 20px; }
  .posting-items__back {
    display: block;
    width: fit-content;
    margin: 20px auto 0;
    color: var(--accent);
    font-size: 13px;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  .download-method-note {
    margin: 18px 0 0;
    color: var(--muted);
    font-size: 11px;
    line-height: 1.7;
    text-align: center;
  }
  .download-method-note a,
  .download-method-back { text-decoration: underline; text-underline-offset: 3px; }
  .download-method-back {
    display: block;
    width: fit-content;
    margin: 14px auto 0;
    color: var(--muted);
    font-size: 12px;
  }

  @media (max-width: 760px) {
    .download-method-grid { grid-template-columns: 1fr; }
    .download-method-panel { padding: 18px; }
    .download-method-panel h2 { font-size: 20px; }
    .download-free-options { grid-template-columns: 1fr; }
    .download-free-option { grid-template-columns: 52px minmax(0, 1fr); gap: 10px; padding: 12px; }
    .download-method-card__format { width: 52px; height: 52px; border-radius: 11px; font-size: 15px; }
    .download-free-option__description { margin: 0; font-size: 13px; line-height: 1.6; }
    .download-method-card__button { min-height: 46px; }
    .download-supplies { padding: 14px; }
    .download-supplies__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
    .download-supply-card__image { padding: 3px; }
    .download-supply-card__image img:last-child { height: 110px; }
    .download-supply-card__body { padding: 10px; }
    .download-supply-card__label { margin-bottom: 7px; padding: 2px 6px; font-size: var(--font-size-min); }
    .download-supply-card__link a { font-size: 13px; line-height: 1.45; }
    .download-supply-card p { margin-top: 7px; font-size: var(--font-size-min); line-height: 1.5; }
    .download-supplies__footer { display: block; }
    .download-supplies__more { display: inline-block; margin-bottom: 10px; }
    .download-supplies__note { text-align: left; }
    .posting-items__lead { margin-bottom: 16px; font-size: 13px; }
    .posting-items__categories { gap: 28px; }
    .posting-items-category__heading { display: block; margin-bottom: 10px; padding-bottom: 9px; }
    .posting-items-category__heading h2 { font-size: 17px; }
    .posting-items-category__heading p { margin-top: 3px; font-size: var(--font-size-min); }
    .download-method-product__image { max-height: 68vw; }
    .download-product-carousel__arrow { width: 36px; height: 36px; }
    .download-product-carousel-modal {
      width: 100vw;
      height: 100dvh;
      max-height: 100dvh;
      border-radius: 0;
    }
    .download-product-carousel-modal__inner {
      display: flex;
      min-height: 100dvh;
      flex-direction: column;
      justify-content: center;
      padding: 52px 0 20px;
    }
    .download-product-carousel-modal__image { height: min(72dvh, 720px); }
    .download-product-carousel-modal .download-product-carousel__arrow--previous { left: 8px; }
    .download-product-carousel-modal .download-product-carousel__arrow--next { right: 8px; }
  }

  @media (prefers-reduced-motion: reduce) {
    .download-product-carousel__track { scroll-behavior: auto; }
  }
