/*
 * メーカー別パソコン回収・処分
 * Google Stitch project: 5692875225307462729
 * Screen: 0e677b7dc3204402b508d19166ed2cd5
 */
.pcdo-manufacturer-main {
  --mfg-canvas: #f7f7f3;
  --mfg-surface: #ffffff;
  --mfg-surface-soft: #f9f9ff;
  --mfg-primary: #1268b8;
  --mfg-primary-dark: #005092;
  --mfg-primary-pale: #eaf3ff;
  --mfg-navy: #13263a;
  --mfg-green: #13785b;
  --mfg-green-pale: #e9f4f0;
  --mfg-text: #191c21;
  --mfg-muted: #414751;
  --mfg-outline: #717783;
  --mfg-border: #d9e1e6;
  --mfg-shadow: 0 8px 24px rgba(19, 38, 58, 0.08);
  margin: 0;
  padding-right: 0;
  padding-left: 0;
  background: var(--mfg-canvas);
  color: var(--mfg-text);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.pcdo-manufacturer-main *,
.pcdo-manufacturer-main *::before,
.pcdo-manufacturer-main *::after {
  box-sizing: border-box;
}

.pcdo-manufacturer-main :where(p, ul, ol, figure) {
  margin: 0;
  padding: 0;
}

/*
 * The legacy theme styles bare h1/h2/h3 elements globally. Keep every heading
 * in this page inside the Stitch design system, including generated pseudos.
 */
.pcdo-manufacturer-main .pcdo-mfg-page h1,
.pcdo-manufacturer-main .pcdo-mfg-page h2,
.pcdo-manufacturer-main .pcdo-mfg-page h3 {
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font-weight: 700;
  letter-spacing: 0;
  text-align: inherit;
  position: static;
}

.pcdo-manufacturer-main .pcdo-mfg-page h1::before,
.pcdo-manufacturer-main .pcdo-mfg-page h1::after,
.pcdo-manufacturer-main .pcdo-mfg-page h2::before,
.pcdo-manufacturer-main .pcdo-mfg-page h2::after,
.pcdo-manufacturer-main .pcdo-mfg-page h3::before,
.pcdo-manufacturer-main .pcdo-mfg-page h3::after {
  display: none !important;
  content: none !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
  position: static !important;
}

.pcdo-manufacturer-main .pcdo-mfg-page h1 span {
  display: inline;
  font-size: inherit;
}

.pcdo-manufacturer-main a {
  color: inherit;
  text-decoration: none;
}

.pcdo-manufacturer-main svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.pcdo-mfg-page {
  overflow: clip;
  background: var(--mfg-canvas);
}

/* main.css adds percentage margins to every section in the legacy theme. */
.pcdo-manufacturer-main .pcdo-mfg-page > section {
  margin: 0;
}

.pcdo-mfg-shell {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

.pcdo-mfg-eyebrow,
.pcdo-mfg-section-kicker {
  color: var(--mfg-primary-dark);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.pcdo-manufacturer-main .pcdo-mfg-section-heading h2 {
  margin-top: 10px;
  color: var(--mfg-navy);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.38;
}

.pcdo-mfg-section-heading > p:last-child {
  max-width: 680px;
  margin-top: 18px;
  color: var(--mfg-muted);
  font-size: 16px;
  line-height: 1.8;
}

.pcdo-mfg-section-heading--center {
  text-align: center;
}

.pcdo-mfg-section-heading--center > p:last-child {
  margin-right: auto;
  margin-left: auto;
}

.pcdo-mfg-section-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.75fr);
  gap: 72px;
  align-items: end;
}

.pcdo-mfg-section-heading--split > p:last-child {
  margin: 0;
}

.pcdo-mfg-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 12px 26px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.pcdo-mfg-button svg {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  stroke-width: 2;
}

.pcdo-mfg-button:hover {
  transform: translateY(-2px);
}

.pcdo-mfg-button:focus-visible,
.pcdo-mfg-card:focus-visible,
.pcdo-mfg-service-card:focus-visible,
.pcdo-mfg-brand-row > a:focus-visible,
.pcdo-mfg-faq summary:focus-visible {
  outline: 3px solid rgba(18, 104, 184, 0.28);
  outline-offset: 4px;
}

/* Hero */
.pcdo-mfg-hero {
  padding: 68px 0 84px;
  background: var(--mfg-canvas);
}

.pcdo-mfg-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 64px;
  align-items: center;
}

.pcdo-manufacturer-main .pcdo-mfg-hero h1 {
  margin-top: 16px;
  color: var(--mfg-navy);
  font-size: clamp(38px, 4vw, 52px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.28;
}

.pcdo-manufacturer-main .pcdo-mfg-hero h1 span {
  color: var(--mfg-navy);
}

.pcdo-mfg-hero__lead {
  max-width: 590px;
  margin-top: 24px !important;
  color: var(--mfg-muted);
  font-size: 18px;
  line-height: 1.8;
}

.pcdo-mfg-trust-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px !important;
  list-style: none;
}

.pcdo-mfg-trust-chips li {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 7px;
  border-radius: 4px;
  padding: 7px 11px;
  background: var(--mfg-green-pale);
  color: var(--mfg-green);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.pcdo-mfg-trust-chips svg {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  stroke-width: 1.8;
}

.pcdo-manufacturer-main .pcdo-mfg-button--primary,
.pcdo-manufacturer-main .pcdo-mfg-button--primary:visited {
  margin-top: 32px;
  background: var(--mfg-primary);
  color: #fff;
  box-shadow: 0 8px 18px rgba(18, 104, 184, 0.16);
}

.pcdo-manufacturer-main .pcdo-mfg-button--primary:hover,
.pcdo-manufacturer-main .pcdo-mfg-button--primary:focus-visible {
  background: var(--mfg-primary-dark);
  color: #fff;
  box-shadow: 0 10px 24px rgba(18, 104, 184, 0.24);
}

.pcdo-mfg-hero__visual {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.55 / 1;
  border: 1px solid var(--mfg-border);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(19, 38, 58, 0.09);
}

.pcdo-mfg-hero__visual > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pcdo-mfg-hero__visual figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: grid;
  gap: 2px;
  max-width: calc(100% - 36px);
  border: 1px solid rgba(217, 225, 230, 0.9);
  border-radius: 8px;
  padding: 11px 14px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--mfg-navy);
  box-shadow: 0 8px 24px rgba(19, 38, 58, 0.08);
  backdrop-filter: blur(8px);
}

.pcdo-mfg-hero__visual figcaption span {
  color: var(--mfg-muted);
  font-size: 11px;
}

.pcdo-mfg-hero__visual figcaption strong {
  font-size: 13px;
}

/* Manufacturer selector */
.pcdo-mfg-selector {
  scroll-margin-top: 230px;
  padding: 0 0 96px;
  background: var(--mfg-canvas);
}

.pcdo-mfg-selector__panel {
  border: 1px solid var(--mfg-border);
  border-radius: 16px;
  padding: 48px;
  background: var(--mfg-surface);
  box-shadow: 0 2px 0 rgba(19, 38, 58, 0.02);
}

.pcdo-mfg-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 42px;
}

.pcdo-mfg-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 286px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--mfg-border);
  border-radius: 12px;
  padding: 24px;
  background: var(--mfg-surface-soft);
  color: var(--mfg-navy);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.pcdo-mfg-card:hover {
  z-index: 1;
  border-color: rgba(18, 104, 184, 0.48);
  box-shadow: var(--mfg-shadow);
  transform: translateY(-4px);
}

.pcdo-mfg-card__name {
  position: relative;
  z-index: 1;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.pcdo-mfg-card__visual {
  display: flex;
  min-height: 170px;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  margin: 2px -5px 4px;
}

.pcdo-mfg-card__visual img {
  display: block;
  width: 100%;
  height: 168px;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform 0.25s ease;
}

.pcdo-mfg-card:hover .pcdo-mfg-card__visual img {
  transform: scale(1.035);
}

.pcdo-mfg-card__footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 24px;
  gap: 10px;
  align-items: center;
  color: var(--mfg-muted);
  font-size: 12px;
  line-height: 1.45;
}

.pcdo-mfg-card__footer svg {
  width: 24px;
  height: 24px;
  color: var(--mfg-outline);
  transition: color 0.2s ease, transform 0.2s ease;
}

.pcdo-mfg-card:hover .pcdo-mfg-card__footer svg {
  color: var(--mfg-primary);
  transform: translateX(3px);
}

.pcdo-mfg-card--unknown {
  align-items: center;
  justify-content: center;
  border-style: dashed;
  text-align: center;
}

.pcdo-mfg-card--unknown .pcdo-mfg-card__question {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 2px solid var(--mfg-border);
  border-radius: 50%;
  color: var(--mfg-outline);
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
}

.pcdo-mfg-card--unknown strong {
  margin: 16px 0 22px;
  color: var(--mfg-muted);
  font-size: 16px;
  line-height: 1.6;
}

.pcdo-mfg-card--unknown .pcdo-mfg-card__footer {
  width: 100%;
  margin-top: auto;
  text-align: left;
}

/* One consultation desk */
.pcdo-mfg-consult {
  padding: 96px 0;
  background: var(--mfg-surface);
}

.pcdo-mfg-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 44px;
}

.pcdo-mfg-service-card {
  display: flex;
  min-height: 300px;
  flex-direction: column;
  border: 1px solid var(--mfg-border);
  border-radius: 12px;
  padding: 30px;
  background: var(--mfg-surface);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.pcdo-mfg-service-card:hover {
  border-color: rgba(18, 104, 184, 0.42);
  box-shadow: var(--mfg-shadow);
  transform: translateY(-4px);
}

.pcdo-mfg-service-card__icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  background: var(--mfg-green-pale);
  color: var(--mfg-green);
}

.pcdo-mfg-service-card__icon svg {
  width: 30px;
  height: 30px;
}

.pcdo-mfg-service-card__body {
  display: grid;
  gap: 13px;
  margin-top: 24px;
}

.pcdo-mfg-service-card__body strong {
  color: var(--mfg-navy);
  font-size: 23px;
  line-height: 1.4;
}

.pcdo-mfg-service-card__body > span {
  color: var(--mfg-muted);
  font-size: 15px;
  line-height: 1.8;
}

.pcdo-mfg-text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  padding-top: 24px;
  color: var(--mfg-primary-dark);
  font-size: 14px;
  font-weight: 700;
}

.pcdo-mfg-text-link svg {
  width: 19px;
  height: 19px;
  transition: transform 0.2s ease;
}

.pcdo-mfg-service-card:hover .pcdo-mfg-text-link svg {
  transform: translateX(3px);
}

/* Manufacturer guide */
.pcdo-mfg-brand-guide {
  padding: 96px 0;
  background: var(--mfg-canvas);
}

.pcdo-mfg-brand-guide__list {
  margin-top: 48px;
  border-top: 1px solid var(--mfg-border);
}

.pcdo-mfg-brand-row {
  display: grid;
  grid-template-columns: 56px minmax(190px, 0.7fr) minmax(300px, 1.35fr) auto;
  gap: 28px;
  align-items: center;
  min-height: 128px;
  scroll-margin-top: 230px;
  border-bottom: 1px solid var(--mfg-border);
  padding: 24px 16px;
  transition: background-color 0.2s ease;
}

.pcdo-mfg-brand-row:target,
.pcdo-mfg-brand-row:hover {
  background: rgba(255, 255, 255, 0.72);
}

.pcdo-mfg-brand-row:target {
  box-shadow: inset 4px 0 0 var(--mfg-primary);
}

.pcdo-mfg-brand-row__number {
  color: var(--mfg-primary);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.pcdo-manufacturer-main .pcdo-mfg-brand-row__identity h3 {
  color: var(--mfg-navy);
  font-size: 23px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.35;
}

.pcdo-mfg-brand-row__identity p {
  margin-top: 5px;
  color: var(--mfg-green);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
}

.pcdo-mfg-brand-row__summary {
  color: var(--mfg-muted);
  font-size: 14px;
  line-height: 1.75;
}

.pcdo-mfg-brand-row > a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 7px;
  border: 1px solid var(--mfg-border);
  border-radius: 8px;
  padding: 8px 13px;
  background: #fff;
  color: var(--mfg-primary-dark);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.pcdo-mfg-brand-row > a:hover {
  border-color: rgba(18, 104, 184, 0.5);
  box-shadow: 0 5px 16px rgba(19, 38, 58, 0.07);
}

.pcdo-mfg-brand-row > a svg {
  width: 18px;
  height: 18px;
}

.pcdo-mfg-brand-guide__note {
  margin-top: 18px !important;
  color: var(--mfg-outline);
  font-size: 12px;
  line-height: 1.7;
}

/* Flow */
.pcdo-mfg-flow {
  padding: 96px 0;
  background: var(--mfg-surface);
}

.pcdo-mfg-flow__steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
  margin-top: 50px !important;
  list-style: none;
}

.pcdo-mfg-flow__steps::before {
  position: absolute;
  top: 37px;
  right: calc(16.666% - 18px);
  left: calc(16.666% - 18px);
  height: 1px;
  background: var(--mfg-border);
  content: "";
}

.pcdo-mfg-flow__steps li {
  position: relative;
  z-index: 1;
  text-align: center;
}

.pcdo-mfg-flow__number {
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  margin: 0 auto;
  border: 1px solid var(--mfg-primary);
  border-radius: 50%;
  background: var(--mfg-surface);
  color: var(--mfg-primary);
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.pcdo-mfg-flow__steps li > div {
  margin-top: 22px;
}

.pcdo-mfg-flow__steps li p {
  color: var(--mfg-primary-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.pcdo-manufacturer-main .pcdo-mfg-flow__steps h3 {
  margin-top: 7px;
  color: var(--mfg-navy);
  font-size: 22px;
  line-height: 1.4;
}

.pcdo-mfg-flow__steps li > div > span {
  display: block;
  max-width: 300px;
  margin: 12px auto 0;
  color: var(--mfg-muted);
  font-size: 14px;
  line-height: 1.8;
}

.pcdo-mfg-assurance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  max-width: 840px;
  margin: 52px auto 0 !important;
  border: 1px solid var(--mfg-border);
  border-radius: 8px;
  background: var(--mfg-border);
  list-style: none;
}

.pcdo-mfg-assurance li {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: var(--mfg-green-pale);
  color: var(--mfg-green);
  font-size: 14px;
  font-weight: 700;
}

.pcdo-mfg-assurance li span {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 12px;
  line-height: 1;
}

/* FAQ */
.pcdo-mfg-faq {
  padding: 96px 0;
  background: var(--mfg-canvas);
}

.pcdo-mfg-faq__grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.68fr) minmax(0, 1.32fr);
  gap: 88px;
  align-items: start;
}

.pcdo-mfg-faq__items {
  border-top: 1px solid var(--mfg-border);
}

.pcdo-mfg-faq details {
  border-bottom: 1px solid var(--mfg-border);
}

.pcdo-mfg-faq summary {
  position: relative;
  display: flex;
  min-height: 82px;
  align-items: center;
  padding: 20px 54px 20px 0;
  color: var(--mfg-navy);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  list-style: none;
  cursor: pointer;
}

.pcdo-mfg-faq summary::-webkit-details-marker {
  display: none;
}

.pcdo-mfg-faq summary::after {
  position: absolute;
  top: 50%;
  right: 2px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--mfg-border);
  border-radius: 50%;
  color: var(--mfg-primary);
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
  content: "+";
  transform: translateY(-50%);
}

.pcdo-mfg-faq details[open] summary::after {
  content: "−";
}

.pcdo-mfg-faq details p {
  max-width: 720px;
  padding: 0 54px 24px 0;
  color: var(--mfg-muted);
  font-size: 14px;
  line-height: 1.9;
}

/* Final CTA */
.pcdo-mfg-final-cta {
  padding: 84px 0;
  background: var(--mfg-navy);
  color: #fff;
  text-align: center;
}

.pcdo-mfg-final-cta p {
  color: #a4c8ff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.pcdo-manufacturer-main .pcdo-mfg-final-cta h2 {
  margin-top: 12px;
  color: #fff;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.45;
}

.pcdo-mfg-final-cta > .pcdo-mfg-shell > span {
  display: block;
  margin-top: 18px;
  color: #dce5ed;
  font-size: 15px;
}

.pcdo-mfg-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 32px;
}

.pcdo-manufacturer-main .pcdo-mfg-button--light,
.pcdo-manufacturer-main .pcdo-mfg-button--light:visited {
  background: var(--mfg-primary);
  color: #fff;
}

.pcdo-manufacturer-main .pcdo-mfg-button--light:hover,
.pcdo-manufacturer-main .pcdo-mfg-button--light:focus-visible {
  background: #1977ca;
  color: #fff;
}

.pcdo-manufacturer-main .pcdo-mfg-button--outline,
.pcdo-manufacturer-main .pcdo-mfg-button--outline:visited {
  border-color: rgba(255, 255, 255, 0.62);
  background: transparent;
  color: #fff;
}

.pcdo-manufacturer-main .pcdo-mfg-button--outline:hover,
.pcdo-manufacturer-main .pcdo-mfg-button--outline:focus-visible {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.pcdo-mfg-final-cta small {
  display: block;
  margin-top: 14px;
  color: #b9c5cf;
  font-size: 11px;
}

@media (max-width: 1100px) {
  .pcdo-mfg-shell {
    width: min(100% - 48px, 960px);
  }

  .pcdo-mfg-hero__grid {
    gap: 42px;
  }

  .pcdo-mfg-card-grid {
    gap: 16px;
  }

  .pcdo-mfg-selector__panel {
    padding: 40px;
  }

  .pcdo-mfg-card {
    min-height: 264px;
    padding: 20px;
  }

  .pcdo-mfg-card__visual,
  .pcdo-mfg-card__visual img {
    min-height: 0;
    height: 150px;
  }

  .pcdo-mfg-brand-row {
    grid-template-columns: 44px minmax(150px, 0.55fr) minmax(260px, 1fr) auto;
    gap: 20px;
  }
}

@media (max-width: 900px) {
  .pcdo-mfg-hero {
    padding: 56px 0 72px;
  }

  .pcdo-mfg-hero__grid {
    grid-template-columns: 1fr;
  }

  .pcdo-mfg-hero__content {
    max-width: 690px;
  }

  .pcdo-mfg-hero__visual {
    aspect-ratio: 1.75 / 1;
  }

  .pcdo-mfg-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pcdo-mfg-card {
    min-height: 292px;
  }

  .pcdo-mfg-card__visual,
  .pcdo-mfg-card__visual img {
    height: 178px;
  }

  .pcdo-mfg-service-grid {
    grid-template-columns: 1fr;
  }

  .pcdo-mfg-service-card {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) auto;
    gap: 22px;
    align-items: center;
    min-height: 0;
    padding: 26px;
  }

  .pcdo-mfg-service-card__body,
  .pcdo-mfg-text-link {
    margin: 0;
    padding: 0;
  }

  .pcdo-mfg-section-heading--split,
  .pcdo-mfg-faq__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .pcdo-mfg-section-heading--split > p:last-child {
    max-width: 720px;
  }

  .pcdo-mfg-brand-row {
    grid-template-columns: 40px minmax(170px, 0.55fr) minmax(0, 1fr);
  }

  .pcdo-mfg-brand-row > a {
    grid-column: 2 / -1;
    justify-self: start;
  }
}

@media (max-width: 767px) {
  .pcdo-mfg-shell {
    width: min(100% - 32px, 640px);
  }

  .pcdo-manufacturer-main .pcdo-mfg-section-heading h2 {
    font-size: 28px;
  }

  .pcdo-mfg-section-heading > p:last-child {
    font-size: 15px;
  }

  .pcdo-mfg-hero {
    padding: 44px 0 56px;
  }

  .pcdo-mfg-hero__grid {
    gap: 34px;
  }

  .pcdo-manufacturer-main .pcdo-mfg-hero h1 {
    font-size: clamp(33px, 9vw, 42px);
  }

  .pcdo-mfg-hero__lead {
    margin-top: 18px !important;
    font-size: 16px;
  }

  .pcdo-mfg-trust-chips {
    gap: 8px;
    margin-top: 22px !important;
  }

  .pcdo-mfg-trust-chips li {
    padding: 7px 9px;
    font-size: 12px;
  }

  .pcdo-mfg-button--primary {
    width: 100%;
    margin-top: 26px;
  }

  .pcdo-mfg-hero__visual {
    aspect-ratio: 1.35 / 1;
  }

  .pcdo-mfg-hero__visual figcaption {
    right: 12px;
    bottom: 12px;
  }

  .pcdo-mfg-selector {
    scroll-margin-top: 110px;
    padding-bottom: 64px;
  }

  .pcdo-mfg-selector__panel {
    border-radius: 12px;
    padding: 32px 20px 20px;
  }

  .pcdo-mfg-card-grid {
    gap: 12px;
    margin-top: 30px;
  }

  .pcdo-mfg-card {
    min-height: 222px;
    padding: 16px;
  }

  .pcdo-mfg-card__name {
    font-size: 20px;
  }

  .pcdo-mfg-card__visual {
    height: 125px;
    min-height: 125px;
    margin: 0 -4px 3px;
  }

  .pcdo-mfg-card__visual img {
    height: 125px;
  }

  .pcdo-mfg-card__footer {
    grid-template-columns: minmax(0, 1fr) 20px;
    gap: 5px;
    font-size: 10px;
  }

  .pcdo-mfg-card__footer svg {
    width: 20px;
    height: 20px;
  }

  .pcdo-mfg-card--unknown .pcdo-mfg-card__question {
    width: 44px;
    height: 44px;
    font-size: 23px;
  }

  .pcdo-mfg-card--unknown strong {
    margin: 12px 0;
    font-size: 13px;
  }

  .pcdo-mfg-consult,
  .pcdo-mfg-brand-guide,
  .pcdo-mfg-flow,
  .pcdo-mfg-faq {
    padding: 68px 0;
  }

  .pcdo-mfg-service-grid {
    gap: 14px;
    margin-top: 32px;
  }

  .pcdo-mfg-service-card {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 16px;
    padding: 22px;
  }

  .pcdo-mfg-service-card__icon {
    width: 50px;
    height: 50px;
  }

  .pcdo-mfg-service-card__icon svg {
    width: 26px;
    height: 26px;
  }

  .pcdo-mfg-service-card__body strong {
    font-size: 19px;
  }

  .pcdo-mfg-service-card__body > span {
    font-size: 13px;
  }

  .pcdo-mfg-text-link {
    grid-column: 2;
    font-size: 13px;
  }

  .pcdo-mfg-brand-guide__list {
    margin-top: 34px;
  }

  .pcdo-mfg-brand-row {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px 16px;
    min-height: 0;
    scroll-margin-top: 110px;
    padding: 22px 8px;
  }

  .pcdo-mfg-brand-row__summary,
  .pcdo-mfg-brand-row > a {
    grid-column: 2;
  }

  .pcdo-manufacturer-main .pcdo-mfg-brand-row__identity h3 {
    font-size: 21px;
  }

  .pcdo-mfg-flow__steps {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 38px !important;
  }

  .pcdo-mfg-flow__steps::before {
    top: 30px;
    right: auto;
    bottom: 30px;
    left: 29px;
    width: 1px;
    height: auto;
  }

  .pcdo-mfg-flow__steps li {
    display: grid;
    grid-template-columns: 60px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
    padding-bottom: 32px;
    text-align: left;
  }

  .pcdo-mfg-flow__steps li:last-child {
    padding-bottom: 0;
  }

  .pcdo-mfg-flow__number {
    width: 60px;
    height: 60px;
    margin: 0;
    font-size: 16px;
  }

  .pcdo-mfg-flow__steps li > div {
    margin-top: 2px;
  }

  .pcdo-manufacturer-main .pcdo-mfg-flow__steps h3 {
    font-size: 20px;
  }

  .pcdo-mfg-flow__steps li > div > span {
    max-width: none;
    margin-top: 8px;
  }

  .pcdo-mfg-assurance {
    grid-template-columns: 1fr;
    margin-top: 38px !important;
  }

  .pcdo-mfg-assurance li {
    min-height: 52px;
  }

  .pcdo-mfg-faq summary {
    min-height: 76px;
    padding-right: 48px;
    font-size: 15px;
  }

  .pcdo-mfg-faq details p {
    padding-right: 0;
    font-size: 13px;
  }

  .pcdo-mfg-final-cta {
    padding: 68px 0;
  }

  .pcdo-mfg-final-cta > .pcdo-mfg-shell > span {
    font-size: 14px;
  }

  .pcdo-mfg-final-cta__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .pcdo-mfg-final-cta__actions .pcdo-mfg-button {
    width: 100%;
  }
}

@media (max-width: 380px) {
  .pcdo-mfg-card-grid {
    grid-template-columns: 1fr;
  }

  .pcdo-mfg-card {
    min-height: 250px;
  }

  .pcdo-mfg-card__visual,
  .pcdo-mfg-card__visual img {
    height: 150px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pcdo-manufacturer-main *,
  .pcdo-manufacturer-main *::before,
  .pcdo-manufacturer-main *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
