.single-product .page-header {
  display: none !important;
}

.single-product .entry-meta {
  display: none !important;
}

/* 商品ページでは、独自の関連商品欄と重複するテーマ標準の分類・前後記事を非表示。 */
.single-product .entry-meta-dataList,
.single-product .entry-meta-data-list,
.single-product .entry-footer,
.single-product .postNextPrev,
.single-product .next-prev {
  display: none !important;
}

.single-product .entry-header,
.single-product .entry-title {
  margin-bottom: 0 !important;
}

.single-product .siteContent .mainSection,
.single-product .siteContent .mainSection.mainSection-col-two {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  width: 100% !important;
}

.single-product .siteContent .subSection,
.single-product .siteContent .sideSection {
  display: none !important;
}

/* Lightning G3で使われる実際の2カラム用クラス。 */
.single-product .site-body-container .main-section,
.single-product .site-body-container .main-section.main-section--col--two {
  float: none !important;
  max-width: 100% !important;
  width: 100% !important;
}

.single-product .site-body-container .sub-section,
.single-product .site-body-container .sub-section.sub-section--col--two {
  display: none !important;
}

.plaex-pseo {
  --plaex-ink: #0d2b4f;
  --plaex-muted: #34495e;
  --plaex-line: #dde3ea;
  --plaex-soft: #f4f6f8;
  --plaex-accent: #aa8f50;
  --plaex-accent-dark: #806b38;
  color: var(--plaex-ink);
  margin: 16px 0 4rem;
}

.plaex-pseo *,
.plaex-pseo *::before,
.plaex-pseo *::after {
  box-sizing: border-box;
}

.plaex-pseo h2,
.plaex-pseo h3,
.plaex-pseo p {
  margin-top: 0;
}

.plaex-pseo-intro {
  margin: 0 auto 16px;
  max-width: 1180px;
}

.plaex-pseo-intro p {
  margin-bottom: 0;
}

.plaex-pseo-service,
.plaex-pseo-estimate-guide,
.plaex-pseo-related {
  margin: 0 auto 2.5rem;
  max-width: 1180px;
}

.plaex-pseo-related {
  border-top: 1px solid rgba(13, 43, 79, 0.18);
  padding-top: 2rem;
}

.plaex-pseo-eyebrow,
.plaex-pseo-section-heading h2 {
  color: var(--plaex-accent-dark);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 0.45rem;
  text-transform: uppercase;
}

.plaex-pseo-intro h2,
.plaex-pseo-selector h2,
.plaex-pseo-service h2,
.plaex-pseo-estimate-guide h2,
.plaex-pseo-related h2 {
  font-size: clamp(1.35rem, 2.8vw, 1.85rem);
  line-height: 1.45;
  margin-bottom: 1rem;
}

.plaex-pseo-intro > p:not(.plaex-pseo-eyebrow):not(.plaex-pseo-taxonomy),
.plaex-pseo-service p {
  line-height: 1.9;
}

.plaex-pseo-taxonomy {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1.5rem;
  margin-bottom: 0;
}

.plaex-pseo-taxonomy a,
.plaex-pseo-service a,
.plaex-pseo-related a {
  color: var(--plaex-accent-dark);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.plaex-pseo-selector {
  background: #fff;
  border: 1px solid var(--plaex-line);
  box-shadow: 0 18px 50px rgba(13, 43, 79, 0.08);
  margin: 0 auto 2.5rem;
  max-width: 1180px;
  overflow: visible;
  padding: 34px;
  position: relative;
  z-index: 2;
}

.plaex-pseo-section-heading {
  align-items: center;
  border-bottom: 1px solid var(--plaex-line);
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
}

.plaex-pseo-section-heading h2 {
  font-size: 0.82rem;
  margin-bottom: 0;
  white-space: nowrap;
}

.plaex-pseo-search {
  flex: 0 1 520px;
  margin: 0;
  max-width: 52%;
  position: relative;
  z-index: 5;
}

.plaex-pseo-search-label {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.plaex-pseo-search-toggle {
  display: none;
}

.plaex-pseo-search-control {
  position: relative;
}

.plaex-pseo-search-input {
  appearance: none;
  background: #fff;
  border: 1px solid #d5dce5;
  border-radius: 3px;
  color: var(--plaex-ink);
  font-size: 15px;
  min-height: 44px;
  padding: 9px 44px 9px 14px;
  width: 100%;
}

.plaex-pseo-search-input::-webkit-search-cancel-button {
  display: none;
}

.plaex-pseo-search-input:focus {
  border-color: var(--plaex-accent);
  box-shadow: 0 0 0 3px rgba(165, 123, 69, 0.15);
  outline: none;
}

.plaex-pseo-search-clear {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--plaex-muted);
  cursor: pointer;
  display: flex;
  font-size: 1.4rem;
  height: 40px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
}

.plaex-pseo-search-clear:hover,
.plaex-pseo-search-clear:focus {
  color: var(--plaex-accent-dark);
  outline: none;
}

.plaex-pseo-search-results {
  background: #fff;
  border: 1px solid #d5dce5;
  box-shadow: 0 14px 34px rgba(13, 43, 79, 0.14);
  left: 0;
  list-style: none;
  margin: 6px 0 0;
  max-height: 360px;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 30;
}

.plaex-pseo-search-result {
  cursor: pointer;
  display: grid;
  gap: 0.2rem 1rem;
  grid-template-columns: minmax(90px, 0.28fr) minmax(0, 1fr) auto;
  margin: 0;
  padding: 0.8rem 1rem;
}

.plaex-pseo-search-result + .plaex-pseo-search-result {
  border-top: 1px solid var(--plaex-line);
}

.plaex-pseo-search-result:hover,
.plaex-pseo-search-result.is-active {
  background: var(--plaex-soft);
}

.plaex-pseo-search-result-maker {
  color: var(--plaex-accent-dark);
  font-size: 0.76rem;
  font-weight: 700;
}

.plaex-pseo-search-result-name {
  font-size: 0.92rem;
  line-height: 1.5;
  min-width: 0;
}

.plaex-pseo-search-result-category {
  color: var(--plaex-muted);
  font-size: 0.74rem;
  white-space: nowrap;
}

.plaex-pseo-search-empty {
  color: var(--plaex-muted);
  font-size: 0.9rem;
  margin: 0;
  padding: 1rem;
}

.plaex-pseo-selects {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr 1.25fr;
  margin-bottom: 0;
}

.plaex-pseo-selects label > span {
  display: block;
  font-size: 0.86rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}

.plaex-pseo-selects select {
  appearance: auto;
  background: #fff;
  border: 1px solid #d5dce5;
  border-radius: 3px;
  color: var(--plaex-ink);
  font-size: 16px;
  min-height: 52px;
  padding: 12px 16px;
  width: 100%;
}

.plaex-pseo-selects select:focus {
  border-color: var(--plaex-accent);
  box-shadow: 0 0 0 3px rgba(165, 123, 69, 0.15);
  outline: none;
}

.plaex-pseo-selects select:disabled {
  background: var(--plaex-soft);
  color: #7a8794;
  cursor: not-allowed;
}

.plaex-pseo-reset-row {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  min-height: 52px;
}

.plaex-pseo-reset {
  background: #fff;
  border: 1px solid #c7d0dc;
  border-radius: 3px;
  color: var(--plaex-ink);
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.4;
  min-height: 36px;
  padding: 0.45rem 0.85rem;
  transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}

.plaex-pseo-reset:hover,
.plaex-pseo-reset:focus-visible {
  background: var(--plaex-soft);
  border-color: var(--plaex-accent);
  color: var(--plaex-accent-dark);
  outline: none;
}

.plaex-pseo-empty-state {
  align-items: center;
  background: var(--plaex-soft);
  border: 1px dashed #c6d0dc;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 210px;
  padding: 2rem;
  text-align: center;
}

.plaex-pseo-empty-state strong {
  color: var(--plaex-ink);
  font-size: 1.05rem;
  margin-bottom: 0.45rem;
}

.plaex-pseo-empty-state span {
  color: var(--plaex-muted);
  font-size: 0.9rem;
  line-height: 1.75;
}

.plaex-pseo-standalone-note {
  color: var(--plaex-muted);
  font-size: 0.78rem;
  line-height: 1.8;
  margin: 1rem 0 0;
}

.plaex-pseo-standalone-note a {
  color: var(--plaex-accent-dark);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.plaex-pseo-card {
  background: #fff;
  border: 1px solid #e1e6ed;
  box-shadow: 0 14px 36px rgba(13, 43, 79, 0.06);
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(260px, 0.98fr) minmax(0, 1.02fr);
  overflow: visible;
  padding: 24px;
}

.plaex-pseo-image {
  align-items: center;
  background: #fff;
  display: flex;
  height: 100%;
  justify-content: center;
  min-height: 390px;
  overflow: hidden;
  padding: 1rem;
}

.plaex-pseo-image img {
  display: block;
  height: 100%;
  max-height: 470px;
  max-width: 100%;
  object-fit: contain;
  width: 100%;
}

.plaex-pseo-image span {
  color: var(--plaex-muted);
}

.plaex-pseo-visual-column {
  align-self: start;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.plaex-pseo-visual-column > .plaex-pseo-image {
  flex: 0 0 auto;
  height: auto;
}

.plaex-pseo-visual-column > .plaex-pseo-quality {
  grid-template-columns: 1fr;
  margin-top: 14px;
}

.plaex-pseo-card-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 0;
  padding: 0.35rem 0;
}

.plaex-pseo-maker-text {
  color: var(--plaex-muted);
  font-size: 0.88rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.plaex-pseo-product-name {
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1.45;
  margin-bottom: 1rem;
}

.plaex-pseo-prices {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
  margin-bottom: 0;
}

.plaex-pseo-price-item {
  background: #fff;
  padding: 0;
  position: relative;
}

.plaex-pseo-total-item {
  background: var(--plaex-ink);
  color: #fff;
  padding: 16px 18px;
}

.plaex-pseo-total-item .plaex-pseo-price-heading > span,
.plaex-pseo-total-item > small,
.plaex-pseo-total-price {
  color: #fff;
}

.plaex-pseo-total-price {
  display: block;
  font-size: clamp(1.55rem, 3.2vw, 2.15rem);
  line-height: 1.3;
  margin: 0.35rem 0 0.2rem;
}

.plaex-pseo-price-breakdown {
  align-items: stretch;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
}

.plaex-pseo-price-breakdown > .plaex-pseo-price-item {
  background: #f7f9fc;
  border: 1px solid rgba(13, 43, 79, 0.14);
  min-width: 0;
  padding: 14px;
}

.plaex-pseo-price-plus {
  align-items: center;
  color: var(--plaex-accent-dark);
  display: flex;
  font-size: 1.15rem;
  font-weight: 700;
  justify-content: center;
}

.plaex-pseo-price-heading {
  align-items: center;
  display: flex;
  gap: 0.4rem;
}

.plaex-pseo-price-heading > span,
.plaex-pseo-price-item > small {
  color: var(--plaex-muted);
  display: block;
  font-size: 0.78rem;
}

.plaex-pseo-price-item > strong,
.plaex-pseo-retail-guide > .plaex-pseo-sale-price,
.plaex-pseo-retail-fallback > .plaex-pseo-sale-price {
  color: var(--plaex-ink);
  display: block;
  font-size: clamp(1.15rem, 2.3vw, 1.5rem);
  line-height: 1.45;
  margin: 0.25rem 0;
}

.plaex-pseo-price-item.plaex-pseo-total-item > .plaex-pseo-total-price {
  color: #fff;
  font-size: clamp(1.55rem, 3.2vw, 2.15rem);
  line-height: 1.3;
  margin: 0.35rem 0 0.2rem;
}

.plaex-pseo-price-item.plaex-pseo-total-item > small {
  color: #fff;
}

.plaex-pseo-retail-guide {
  margin-top: 0.35rem;
}

.plaex-pseo-retail-calculation {
  color: var(--plaex-muted);
  display: grid;
  font-size: 0.7rem;
  gap: 0.15rem;
  line-height: 1.55;
  margin: 0.4rem 0 0;
}

.plaex-pseo-retail-calculation strong {
  color: var(--plaex-ink);
}

.plaex-pseo-retail-calculation .plaex-pseo-discount {
  background: transparent;
  color: var(--plaex-ink);
  display: inline;
  font-size: inherit;
  margin: 0;
  padding: 0;
}

.plaex-pseo-construction-item > small {
  font-size: 0.7rem;
  line-height: 1.55;
}

.plaex-pseo-retail-formula {
  align-items: stretch;
  display: grid;
  gap: 7px;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 0.82fr) auto minmax(0, 1.12fr);
}

.plaex-pseo-retail-node {
  align-items: center;
  background: #f7f9fc;
  border: 1px solid rgba(13, 43, 79, 0.14);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 86px;
  padding: 9px 8px;
  text-align: center;
}

.plaex-pseo-retail-node > span {
  color: var(--plaex-muted);
  font-size: 0.66rem;
  line-height: 1.45;
}

.plaex-pseo-retail-node > strong {
  color: var(--plaex-ink);
  display: block;
  font-size: clamp(0.92rem, 1.55vw, 1.12rem);
  line-height: 1.35;
  margin-top: 0.3rem;
}

.plaex-pseo-retail-discount-node {
  background: #f3efe5;
  border-color: rgba(170, 143, 80, 0.38);
}

.plaex-pseo-retail-discount-node .plaex-pseo-discount {
  background: transparent;
  color: var(--plaex-ink);
  display: block !important;
  font-size: clamp(0.92rem, 1.55vw, 1.12rem);
  margin: 0.3rem 0 0 !important;
  padding: 0;
}

.plaex-pseo-retail-result {
  background: var(--plaex-ink);
  border-color: var(--plaex-ink);
}

.plaex-pseo-retail-result > span,
.plaex-pseo-retail-result > strong {
  color: #fff;
}

.plaex-pseo-retail-arrow {
  align-self: center;
  color: var(--plaex-accent-dark);
  font-size: 1rem;
  font-weight: 700;
}

.plaex-pseo-msrp-spec {
  color: var(--plaex-muted);
}

.plaex-pseo-msrp-source-wrap {
  white-space: nowrap;
}

.plaex-pseo-msrp-source {
  color: var(--plaex-accent-dark);
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.plaex-pseo-msrp-checked {
  color: var(--plaex-muted);
}

.plaex-pseo-retail-fallback {
  margin-top: 0.35rem;
}

.plaex-pseo-retail-fallback > span {
  color: var(--plaex-muted);
  display: block;
  font-size: 0.72rem;
}

.plaex-pseo-discount-fallback {
  color: var(--plaex-ink);
}

.plaex-pseo-cost {
  color: var(--plaex-ink);
}

.plaex-pseo-price-help-button {
  align-items: center;
  background: #fff;
  border: 1px solid var(--plaex-accent);
  border-radius: 50%;
  color: var(--plaex-accent-dark);
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 22px;
  font-size: 0.75rem;
  font-weight: 700;
  height: 22px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  width: 22px;
}

.plaex-pseo-price-help-button:hover,
.plaex-pseo-price-help-button:focus,
.plaex-pseo-price-help-button[aria-expanded="true"] {
  background: var(--plaex-ink);
  border-color: var(--plaex-ink);
  color: #fff;
  outline: none;
}

.plaex-pseo-price-help-button:focus-visible {
  box-shadow: 0 0 0 3px rgba(170, 143, 80, 0.28);
}

.plaex-pseo-price-help-panel {
  animation: plaex-pseo-help-enter 0.22s ease-out both;
  background: #f7f9fc;
  border: 1px solid rgba(13, 43, 79, 0.2);
  border-left: 4px solid var(--plaex-accent);
  border-radius: 3px;
  box-shadow: 0 20px 50px rgba(13, 43, 79, 0.22);
  color: var(--plaex-ink);
  padding: 16px;
  position: absolute;
  top: calc(100% + 8px);
  width: min(460px, calc(100vw - 64px));
  z-index: 50;
}

.plaex-pseo-price-item:first-child .plaex-pseo-price-help-panel {
  left: 0;
}

.plaex-pseo-price-item:last-child .plaex-pseo-price-help-panel {
  right: 0;
}

.plaex-pseo-price-help-panel[hidden] {
  display: none !important;
}

@keyframes plaex-pseo-help-enter {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .plaex-pseo-price-help-panel {
    animation: none;
  }
}

.plaex-pseo-price-help-panel p {
  font-size: 0.82rem;
  line-height: 1.75;
  margin: 0;
}

.plaex-pseo-price-help-panel p + p {
  margin-top: 0.65rem;
}

.plaex-pseo-price-help-panel .plaex-pseo-price-help-title {
  border-bottom: 1px solid rgba(13, 43, 79, 0.12);
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
  padding-bottom: 0.65rem;
}

.plaex-pseo-price-help-note {
  color: var(--plaex-muted);
}

.plaex-pseo-price-basis-details {
  background: #fff;
  border: 1px solid rgba(13, 43, 79, 0.12);
  margin-top: 0.8rem;
  padding: 0.75rem 0.85rem;
}

.plaex-pseo-price-basis-details strong {
  color: var(--plaex-ink);
}

.plaex-pseo-price-example-label {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.65rem;
  margin-bottom: 0.75rem;
}

.plaex-pseo-price-example-label strong {
  background: var(--plaex-accent-dark);
  border-radius: 999px;
  color: #fff;
  display: inline-block;
  font-size: 0.72rem;
  line-height: 1.4;
  padding: 0.2rem 0.65rem;
}

.plaex-pseo-help-diagram {
  align-items: stretch;
  display: flex;
  gap: 0.4rem;
  margin-bottom: 0.9rem;
}

.plaex-pseo-help-node {
  align-items: center;
  background: #fff;
  border: 1px solid var(--plaex-line);
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 0.65rem 0.5rem;
  text-align: center;
}

.plaex-pseo-help-node-accent {
  background: rgba(170, 143, 80, 0.14);
  border-color: rgba(170, 143, 80, 0.42);
}

.plaex-pseo-help-node-result {
  background: var(--plaex-ink);
  border-color: var(--plaex-ink);
  color: #fff;
}

.plaex-pseo-help-node span,
.plaex-pseo-help-node strong {
  color: inherit;
  display: block;
  font-size: 0.72rem;
  line-height: 1.45;
  margin: 0;
}

.plaex-pseo-help-node span {
  margin-bottom: 0.25rem;
}

.plaex-pseo-help-node strong {
  font-weight: 700;
}

.plaex-pseo-help-operator {
  align-items: center;
  color: var(--plaex-accent-dark);
  display: flex;
  flex: 0 0 auto;
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
}

.plaex-pseo-help-result-operator::before {
  content: "→";
}

.plaex-pseo-quality {
  align-content: start;
  display: grid;
  gap: 0.7rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.plaex-pseo-quality li {
  align-items: center;
  background: #f8f9fb;
  border: 1px solid #e1e6ed;
  display: flex;
  font-weight: 700;
  gap: 0.55rem;
  margin: 0;
  min-height: 48px;
  padding: 10px 14px;
}

.plaex-pseo-quality li::before {
  align-items: center;
  background: var(--plaex-ink);
  border-radius: 50%;
  color: #fff;
  content: "✓";
  display: inline-flex;
  flex: 0 0 1.25rem;
  font-size: 0.75rem;
  height: 1.25rem;
  justify-content: center;
}

.plaex-pseo-quality li a {
  color: var(--plaex-ink) !important;
  flex: 1 1 auto;
  text-decoration: none;
}

.plaex-pseo-quality li a:hover,
.plaex-pseo-quality li a:focus {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.plaex-pseo-actions {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.plaex-pseo-card-cta {
  border-top: 1px solid #e1e6ed;
  margin-top: 20px;
  min-width: 0;
  padding-top: 20px;
}

.plaex-pseo-estimate {
  background: var(--plaex-ink);
  border: 1px solid var(--plaex-ink);
  color: #fff !important;
  display: block;
  font-weight: 700;
  padding: 0.95rem 1.25rem;
  text-align: center;
  text-decoration: none !important;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.plaex-pseo-estimate:hover,
.plaex-pseo-estimate:focus {
  background: var(--plaex-accent-dark);
  border-color: var(--plaex-accent-dark);
}

.plaex-pseo-detail {
  border: 1px solid var(--plaex-ink);
  color: var(--plaex-ink) !important;
  display: block;
  font-weight: 700;
  padding: 0.75rem 1rem;
  text-align: center;
  text-decoration: none !important;
}

.plaex-pseo-manufacturer-wrap {
  margin: 1rem 0 0;
  text-align: center;
}

.plaex-pseo-manufacturer {
  color: var(--plaex-muted) !important;
  font-size: 0.84rem;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.plaex-pseo-price-help-panel .plaex-pseo-manufacturer-wrap {
  margin: 0.9rem 0;
  text-align: left;
}

.plaex-pseo-price-help-panel .plaex-pseo-manufacturer {
  color: var(--plaex-accent-dark) !important;
  font-size: 0.88rem;
  font-weight: 700;
}

.plaex-pseo-manufacturer::after {
  content: " \2197";
}

.plaex-pseo-quality-details {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
  margin: 0 auto 2.5rem;
  max-width: 1180px;
}

.plaex-pseo-quality-detail {
  background: var(--plaex-soft);
  border-left: 4px solid var(--plaex-accent);
  padding: clamp(1.2rem, 3vw, 2rem);
  scroll-margin-top: 120px;
}

.plaex-pseo-quality-detail-inner {
  align-items: center;
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.5rem);
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
}

.plaex-pseo-quality-image {
  margin: 0;
  order: 2;
}

.plaex-pseo-quality-copy {
  order: 1;
}

.plaex-pseo-quality-image img {
  aspect-ratio: 3 / 2;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.plaex-pseo-quality-detail h2 {
  font-size: clamp(1.2rem, 2.4vw, 1.55rem);
  line-height: 1.5;
  margin-bottom: 0.8rem;
}

.plaex-pseo-quality-detail p {
  line-height: 1.9;
  margin-bottom: 0;
}

.plaex-pseo-quality-detail .plaex-pseo-quality-link {
  margin-top: 0.7rem;
}

.plaex-pseo-quality-link a {
  color: var(--plaex-accent-dark) !important;
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.plaex-pseo-quality-link a::after {
  content: " →";
  text-decoration: none;
}

.plaex-pseo-quality-link a:hover,
.plaex-pseo-quality-link a:focus {
  color: var(--plaex-ink) !important;
}

.plaex-pseo-sample-button {
  align-items: center;
  background: var(--plaex-ink);
  border: 1px solid var(--plaex-ink);
  color: #fff !important;
  display: inline-flex;
  font-weight: 700;
  gap: 0.55rem;
  justify-content: center;
  margin-top: 1.25rem;
  min-height: 48px;
  padding: 0.8rem 1.25rem;
  text-decoration: none !important;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.plaex-pseo-sample-button:hover,
.plaex-pseo-sample-button:focus {
  background: var(--plaex-accent-dark);
  border-color: var(--plaex-accent-dark);
}

.plaex-pseo-service {
  background: var(--plaex-soft);
  border-left: 4px solid var(--plaex-accent);
  padding: clamp(1.2rem, 3vw, 2rem);
}

.plaex-pseo-service-inner {
  align-items: center;
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.5rem);
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
}

.plaex-pseo-service-copy {
  order: 1;
}

.plaex-pseo-service-image {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0;
  order: 2;
}

.plaex-pseo-service-image img {
  display: block;
  height: auto;
  max-height: 300px;
  max-width: 100%;
  object-fit: contain;
  width: 100%;
}

.plaex-pseo-service-areas {
  display: grid;
  gap: 0.45rem;
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}

.plaex-pseo-service-areas li {
  font-weight: 700;
  padding-left: 1.15rem;
  position: relative;
}

.plaex-pseo-service-areas li::before {
  color: var(--plaex-accent-dark);
  content: "●";
  font-size: 0.55rem;
  left: 0;
  position: absolute;
  top: 0.7em;
}

.plaex-pseo-service-note {
  line-height: 1.9;
}

.plaex-pseo-service p:last-child {
  margin-bottom: 0;
}

.plaex-pseo-estimate-guide {
  background: #fff;
  border-bottom: 1px solid var(--plaex-line);
  border-top: 1px solid var(--plaex-line);
  padding: clamp(1.4rem, 3vw, 2rem);
}

.plaex-pseo-estimate-guide h2 {
  margin-bottom: 0.45rem;
}

.plaex-pseo-estimate-lead {
  line-height: 1.8;
  margin-bottom: 1.35rem;
}

.plaex-pseo-estimate-lead strong {
  margin-right: 0.35em;
}

.plaex-pseo-estimate-guide h3 {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.8rem;
}

.plaex-pseo-estimate-flow {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}

.plaex-pseo-estimate-flow li {
  align-items: center;
  display: flex;
  font-size: 0.84rem;
  gap: 0.55rem;
  line-height: 1.5;
  min-width: 0;
  position: relative;
}

.plaex-pseo-estimate-flow li:not(:last-child)::after {
  color: var(--plaex-accent);
  content: "→";
  font-size: 1rem;
  position: absolute;
  right: -0.95rem;
}

.plaex-pseo-estimate-flow span {
  align-items: center;
  border: 1px solid var(--plaex-accent);
  border-radius: 50%;
  color: var(--plaex-accent-dark);
  display: inline-flex;
  flex: 0 0 28px;
  font-size: 0.78rem;
  font-weight: 700;
  height: 28px;
  justify-content: center;
}

.plaex-pseo-payment-note {
  color: var(--plaex-muted);
  font-size: 0.76rem;
  line-height: 1.75;
  margin-bottom: 0.8rem;
}

.plaex-pseo-precontact {
  font-size: 0.9rem;
  line-height: 1.75;
  margin-bottom: 1rem;
}

.plaex-pseo-precontact a,
.plaex-pseo-guide-links a {
  color: var(--plaex-accent-dark);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.plaex-pseo-estimate-footer {
  align-items: center;
  display: flex;
  gap: 1.25rem;
  justify-content: space-between;
}

.plaex-pseo-guide-links {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.82rem;
  gap: 0.6rem 1.1rem;
}

.plaex-pseo-final-action {
  flex: 0 1 420px;
  max-width: 100%;
}

.plaex-pseo-selected-product {
  color: var(--plaex-muted);
  font-size: 0.8rem;
  line-height: 1.55;
  margin-bottom: 0.45rem;
  text-align: right;
}

.plaex-pseo-selected-product strong {
  color: var(--plaex-ink);
}

.plaex-pseo-estimate-final {
  min-width: 280px;
  width: 100%;
}

.plaex-pseo-related-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.plaex-pseo-related-grid li {
  margin: 0;
  min-width: 0;
}

.plaex-pseo-related-card {
  background: #fff;
  border: 1px solid var(--plaex-line);
  color: var(--plaex-ink) !important;
  display: block;
  height: 100%;
  overflow: hidden;
  text-decoration: none !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.plaex-pseo-related-card:hover,
.plaex-pseo-related-card:focus {
  border-color: var(--plaex-accent);
  box-shadow: 0 10px 24px rgba(13, 43, 79, 0.1);
  transform: translateY(-2px);
}

.plaex-pseo-related-image {
  align-items: center;
  background: var(--plaex-soft);
  display: flex;
  height: 140px;
  justify-content: center;
  overflow: hidden;
}

.plaex-pseo-related-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  width: 100%;
}

.plaex-pseo-related-card:hover .plaex-pseo-related-image img,
.plaex-pseo-related-card:focus .plaex-pseo-related-image img {
  transform: scale(1.025);
}

.plaex-pseo-related-placeholder {
  color: var(--plaex-muted);
  font-size: 0.78rem;
}

.plaex-pseo-related-body {
  display: block;
  padding: 0.8rem 0.9rem 0.9rem;
}

.plaex-pseo-related-maker {
  color: var(--plaex-accent-dark);
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.25rem;
}

.plaex-pseo-related-name {
  display: block;
  font-size: 0.92rem;
  line-height: 1.5;
}

.plaex-pseo [hidden] {
  display: none !important;
}

@media (max-width: 780px) {
  .plaex-pseo {
    margin-top: 16px;
  }

  .plaex-pseo-related {
    padding-top: 1.5rem;
  }

  .plaex-pseo-intro {
    margin-bottom: 16px;
  }

  .plaex-pseo-section-heading h2 {
    font-size: 12px;
  }

  .plaex-pseo-quality-details {
    gap: 16px;
    grid-template-columns: 1fr;
  }

  .plaex-pseo-quality-detail-inner {
    grid-template-columns: 1fr;
  }

  .plaex-pseo-service-inner {
    grid-template-columns: 1fr;
  }

  .plaex-pseo-service-image {
    order: 1;
  }

  .plaex-pseo-service-copy {
    order: 2;
  }

  .plaex-pseo-service-image img {
    max-height: 240px;
  }

  .plaex-pseo-estimate-flow {
    gap: 0.65rem;
    grid-template-columns: 1fr;
  }

  .plaex-pseo-estimate-flow li:not(:last-child)::after {
    bottom: auto;
    content: "↓";
    left: 14px;
    right: auto;
    top: calc(100% + 0.325rem);
    transform: translate(-50%, -50%);
  }

  .plaex-pseo-estimate-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .plaex-pseo-final-action {
    flex-basis: auto;
    width: 100%;
  }

  .plaex-pseo-selected-product {
    text-align: left;
  }

  .plaex-pseo-estimate-final {
    min-width: 0;
  }

  .plaex-pseo-quality-image {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    order: 1;
    width: 80%;
  }

  .plaex-pseo-quality-copy {
    order: 2;
  }

  .plaex-pseo-sample-button {
    width: 100%;
  }

  .plaex-pseo-selects {
    grid-template-columns: 1fr;
  }

  .plaex-pseo-related-grid {
    gap: 0.75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .plaex-pseo-related-image {
    height: 100px;
  }

  .plaex-pseo-related-body {
    padding: 0.65rem 0.7rem 0.75rem;
  }

  .plaex-pseo-related-maker {
    font-size: 0.66rem;
  }

  .plaex-pseo-related-name {
    font-size: 0.82rem;
  }

  .plaex-pseo-prices {
    gap: 10px;
    grid-template-columns: 1fr;
  }

  .plaex-pseo-price-breakdown {
    grid-template-columns: 1fr;
  }

  .plaex-pseo-price-plus {
    min-height: 18px;
  }

  .plaex-pseo-retail-formula {
    grid-template-columns: 1fr;
  }

  .plaex-pseo-retail-node {
    min-height: 72px;
  }

  .plaex-pseo-retail-arrow {
    min-height: 16px;
  }

  .plaex-pseo-retail-arrow::before {
    content: "↓";
  }

  .plaex-pseo-retail-arrow {
    font-size: 0;
  }

  .plaex-pseo-price-help-panel {
    padding: 14px;
    width: min(440px, calc(100vw - 72px));
  }

  .plaex-pseo-help-diagram {
    flex-direction: column;
  }

  .plaex-pseo-help-operator {
    min-height: 18px;
  }

  .plaex-pseo-help-result-operator::before {
    content: "↓";
  }

  .plaex-pseo-card {
    gap: 18px;
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .plaex-pseo-quality {
    grid-template-columns: 1fr;
  }

  .plaex-pseo-visual-column > .plaex-pseo-quality {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem 1rem;
    margin-top: 0.7rem;
  }

  .plaex-pseo-visual-column > .plaex-pseo-quality li {
    background: transparent;
    border: 0;
    display: inline-flex;
    font-size: 0.78rem;
    gap: 0.28rem;
    min-height: 0;
    padding: 0;
  }

  .plaex-pseo-visual-column > .plaex-pseo-quality li::before {
    background: transparent;
    color: var(--plaex-ink);
    flex: 0 0 auto;
    font-size: 0.82rem;
    height: auto;
    width: auto;
  }

  .plaex-pseo-visual-column > .plaex-pseo-quality li a {
    flex: 0 1 auto;
  }

  .plaex-pseo-image {
    height: 220px;
    min-height: 220px;
  }

  .plaex-pseo-selector {
    padding: 20px;
  }

  .plaex-pseo-section-heading {
    flex-wrap: wrap;
    gap: 0.7rem 1rem;
  }

  .plaex-pseo-standalone .plaex-pseo-section-heading h2 {
    white-space: normal;
  }

  .plaex-pseo-search-toggle {
    align-items: center;
    background: #fff;
    border: 1px solid var(--plaex-accent);
    border-radius: 3px;
    color: var(--plaex-accent-dark);
    cursor: pointer;
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    min-height: 34px;
    padding: 0.4rem 0.7rem;
  }

  .plaex-pseo-search-toggle:hover,
  .plaex-pseo-search-toggle:focus {
    background: var(--plaex-soft);
    outline: none;
  }

  .plaex-pseo-search {
    display: none;
    flex-basis: 100%;
    margin: 0;
    max-width: none;
    width: 100%;
  }

  .plaex-pseo-search.is-open {
    display: block;
  }

  .plaex-pseo-selects {
    gap: 16px;
    margin-bottom: 0;
  }

  .plaex-pseo-reset-row {
    min-height: 60px;
  }

  .plaex-pseo-reset {
    min-height: 44px;
    width: 100%;
  }

  .plaex-pseo-search-input {
    font-size: 16px;
    min-height: 48px;
    padding: 10px 44px 10px 14px;
  }

  .plaex-pseo-search-results {
    max-height: 320px;
  }

  .plaex-pseo-search-result {
    gap: 0.15rem;
    grid-template-columns: 1fr;
    padding: 0.75rem 0.85rem;
  }

  .plaex-pseo-search-result-category {
    white-space: normal;
  }

  .plaex-pseo-empty-state {
    min-height: 170px;
    padding: 1.5rem 1rem;
  }

  .plaex-pseo-selects select {
    font-size: 15px;
    min-height: 48px;
    padding: 10px 14px;
  }
}
