/*!
 * PlantShop.hk — Info / policy / corporate pages
 * Quiet-luxury layout polish (structure only — no copy changes)
 */

body.ps-info-page .wd-page-content {
  background: linear-gradient(180deg, #fdfbf7 0%, #f8f7f5 35%, #fff 100%);
}

body.ps-info-page .entry-content,
body.ps-info-page article.entry-content {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px 72px;
}

/* ── Hero band (plain HTML + first VC row) ── */
body.ps-info-page article.entry-content > h1:first-child,
body.ps-info-page article.entry-content > .ps-page-h1:first-child {
  margin-top: 48px;
}

body.ps-info-page .ps-page-subtitle,
body.ps-info-page .ps-page-subtitle-md,
body.ps-info-page .ps-page-lead {
  color: #6b655e;
  font-size: 18px;
  line-height: 1.65;
  max-width: 680px;
  margin: 0 auto 8px;
  text-align: center;
}

body.ps-info-page .entry-content > .vc_row:first-child,
body.ps-info-page .entry-content > .wpb-content-wrapper > .vc_row:first-child {
  background: linear-gradient(135deg, #fff 0%, #f8f7f5 100%) !important;
  border: 1px solid rgba(45, 41, 38, 0.08);
  border-radius: 14px;
  box-shadow: 0 12px 40px rgba(45, 41, 38, 0.06);
  margin: 40px auto 36px !important;
  padding-top: 48px !important;
  padding-bottom: 40px !important;
  max-width: 960px;
}

body.ps-info-page .ps-page-h1,
body.ps-info-page .ps-page-h1-gen,
body.ps-info-page .ps-page-h1-lowercase2,
body.ps-info-page .ps-hr-hero {
  letter-spacing: 0.02em;
}

/* ── Section rhythm ── */
body.ps-info-page .ps-page-h2,
body.ps-info-page .ps-delivery-h2,
body.ps-info-page .ps-returns-h2,
body.ps-info-page .ps-hr-section-title {
  margin-top: 48px;
  margin-bottom: 20px;
  padding-top: 8px;
}

body.ps-info-page .ps-page-text,
body.ps-info-page .ps-page-text-tc,
body.ps-info-page .ps-returns-text,
body.ps-info-page .ps-corp-text {
  color: #44403c;
  line-height: 1.85;
  font-size: 16px;
}

body.ps-info-page .ps-sep-wrap {
  margin: 36px auto;
  opacity: 0.55;
}

body.ps-info-page .ps-sep-icon {
  color: #c9a96e;
  font-size: 12px;
}

/* ── Tables ── */
body.ps-info-page .ps-table,
body.ps-info-page .ps-table-about,
body.ps-info-page .ps-table-alt {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(45, 41, 38, 0.06);
  margin: 24px 0 32px;
  background: #fff;
}

body.ps-info-page .ps-table-header,
body.ps-info-page .ps-table-header-alt {
  background: #2d2926 !important;
  color: #fff !important;
}

body.ps-info-page .ps-table-th,
body.ps-info-page .ps-table-th-center,
body.ps-info-page .ps-delivery-table-header {
  color: inherit !important;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.03em;
}

body.ps-info-page .ps-table-row-alt {
  background: #faf9f7 !important;
}

body.ps-info-page .ps-table td,
body.ps-info-page .ps-table th,
body.ps-info-page .ps-delivery-table-cell,
body.ps-info-page .ps-table-td-center {
  padding: 14px 18px !important;
  border-bottom: 1px solid #eee9e3;
}

/* ── Info / tip boxes ── */
body.ps-info-page .ps-info-box,
body.ps-info-page .ps-info-box-alt,
body.ps-info-page .ps-info-box-gold,
body.ps-info-page .ps-tip-box,
body.ps-info-page .ps-care-alert,
body.ps-info-page .ps-returns-alert {
  border-radius: 10px;
  box-shadow: 0 2px 16px rgba(45, 41, 38, 0.04);
}

body.ps-info-page .ps-info-box-gold,
body.ps-info-page .ps-tip-box {
  border-left-color: #c9a96e !important;
}

/* ── Contact cards ── */
body.ps-info-page .ps-contact-card {
  border: 1px solid rgba(45, 41, 38, 0.08);
  border-radius: 12px;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

body.ps-info-page .ps-contact-card:hover {
  box-shadow: 0 8px 28px rgba(45, 41, 38, 0.08);
  transform: translateY(-2px);
}

body.ps-info-page .ps-contact-info h3 {
  color: #2d2926;
  font-size: 20px;
  margin-bottom: 16px;
}

/* ── FAQ (details/summary) ── */
body.ps-info-page .ps-faq-section {
  margin-bottom: 40px;
}

body.ps-info-page .ps-faq-section h3 {
  border-bottom: 2px solid #c9a96e;
  padding-bottom: 10px;
  margin-bottom: 16px !important;
}

body.ps-info-page .ps-faq-item {
  background: #fff;
  border: 1px solid rgba(45, 41, 38, 0.08) !important;
  border-radius: 8px !important;
  margin-bottom: 10px !important;
  overflow: hidden;
}

body.ps-info-page .ps-faq-item summary {
  padding: 16px 20px !important;
  font-weight: 600;
  cursor: pointer;
}

body.ps-info-page .ps-faq-item[open] {
  box-shadow: 0 4px 20px rgba(45, 41, 38, 0.06);
}

body.ps-info-page .ps-faq-content {
  padding: 0 20px 18px 44px !important;
  border-top: 1px solid #f0ebe4;
}

/* ── Corporate / HR landing blocks ── */
body.ps-info-page .pshk-wrap,
body.ps-info-page .ps-hr-col,
body.ps-info-page .ps-perks-wrap {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

body.ps-info-page .ps-hr-card,
body.ps-info-page .ps-service-box,
body.ps-info-page .ps-hr-step-box {
  border: 1px solid rgba(45, 41, 38, 0.07);
  box-shadow: 0 4px 20px rgba(45, 41, 38, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.ps-info-page .ps-hr-card:hover,
body.ps-info-page .ps-service-box:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(45, 41, 38, 0.08);
}

body.ps-info-page .ps-cta-box,
body.ps-info-page .ps-cta-dark,
body.ps-info-page .ps-hr-cta-section {
  border-radius: 12px;
}

body.ps-info-page .ps-cta-dark {
  background: linear-gradient(135deg, #2d2926 0%, #3d3834 100%) !important;
}

/* ── Plant doctor tool area ── */
body.ps-info-page.ps-info-plant-doctor .entry-content {
  max-width: 1040px;
}

body.ps-info-page.ps-info-plant-doctor .wp-block-group,
body.ps-info-page.ps-info-plant-doctor .wpb_text_column {
  border-radius: 10px;
}

/* ── Gift cards / perks pricing tables ── */
body.ps-info-page .ps-perks-number,
body.ps-info-page .ps-perks-price {
  color: #2d2926 !important;
}

body.ps-info-page .ps-perks-table-header {
  background: #2d2926 !important;
  color: #fff !important;
  border-radius: 8px 8px 0 0;
}

/* ── Closing CTA strip (injected none — existing page CTAs) ── */
body.ps-info-page .ps-cta-section a.btn,
body.ps-info-page .ps-hr-cta-btn-wrap a {
  border-radius: 2px;
}

@media (max-width: 768px) {
  body.ps-info-page .entry-content,
  body.ps-info-page article.entry-content {
    padding: 0 16px 48px;
  }

  body.ps-info-page .entry-content > .vc_row:first-child,
  body.ps-info-page .entry-content > .wpb-content-wrapper > .vc_row:first-child {
    margin-top: 24px !important;
    padding-top: 32px !important;
    border-radius: 10px;
  }

  body.ps-info-page .ps-page-subtitle,
  body.ps-info-page .ps-page-lead {
    font-size: 16px;
  }

  body.ps-info-page .ps-table,
  body.ps-info-page .ps-table-about {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* ── Corporate perks — apply CTA band ── */
body.ps-info-corp-perks .ps-perks-apply {
  margin: 48px auto 32px;
  max-width: 880px;
}

body.ps-info-corp-perks .ps-perks-apply .ps-perks-cta {
  background: linear-gradient(145deg, #2d2926 0%, #3a3532 48%, #4a6b5c 100%);
  border: 1px solid rgba(201, 169, 110, 0.35);
  border-radius: 16px;
  padding: 48px 40px 40px;
  box-shadow: 0 20px 50px rgba(45, 41, 38, 0.18);
  text-align: center;
  position: relative;
  overflow: hidden;
}

body.ps-info-corp-perks .ps-perks-apply .ps-perks-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, #c9a96e, transparent);
}

body.ps-info-corp-perks .ps-perks-apply-eyebrow {
  display: inline-block;
  margin: 0 0 14px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(201, 169, 110, 0.15);
  color: #e8d5b5;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.ps-info-corp-perks .ps-perks-cta-title {
  font-family: 'Playfair Display', 'Noto Serif TC', serif;
  color: #fff !important;
  font-size: clamp(28px, 4vw, 36px) !important;
  font-weight: 600 !important;
  margin: 0 0 10px !important;
  border: none !important;
  line-height: 1.25 !important;
}

body.ps-info-corp-perks .ps-perks-apply-sub {
  color: #c9a96e !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  margin: 0 0 24px !important;
  line-height: 1.5 !important;
}

body.ps-info-corp-perks .ps-perks-cta-text,
body.ps-info-corp-perks .ps-perks-apply .ps-perks-text {
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 16px !important;
  line-height: 1.75 !important;
  margin: 0 auto 28px !important;
  max-width: 620px;
}

body.ps-info-corp-perks .ps-perks-apply-details {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 24px 28px;
  margin: 0 auto 28px;
  max-width: 560px;
  text-align: left;
}

body.ps-info-corp-perks .ps-perks-apply-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
}

body.ps-info-corp-perks .ps-perks-apply-row:last-child {
  margin-bottom: 0;
}

body.ps-info-corp-perks .ps-perks-apply-label {
  flex: 0 0 auto;
  min-width: 72px;
  color: #c9a96e;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.04em;
}

body.ps-info-corp-perks .ps-perks-apply-value {
  flex: 1 1 auto;
  word-break: break-word;
}

body.ps-info-corp-perks .ps-perks-apply-value a {
  color: #e8d5b5 !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.ps-info-corp-perks .ps-perks-apply-value a:hover {
  color: #fff !important;
}

body.ps-info-corp-perks .ps-perks-apply-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

body.ps-info-corp-perks .ps-perks-apply-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  min-width: 200px;
}

body.ps-info-corp-perks .ps-perks-apply-btn--primary {
  background: #c9a96e !important;
  color: #2d2926 !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

body.ps-info-corp-perks .ps-perks-apply-btn--primary:hover {
  background: #d4b87e !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
}

body.ps-info-corp-perks .ps-perks-apply-btn--ghost {
  background: transparent !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.45) !important;
}

body.ps-info-corp-perks .ps-perks-apply-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: #fff !important;
  transform: translateY(-2px);
}

body.ps-info-corp-perks .ps-perks-apply-promise {
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.6;
}

body.ps-info-corp-perks .ps-perks-apply-promise strong {
  color: #c9a96e;
  font-weight: 600;
}

html[lang^="en"] body.ps-info-corp-perks .ps-perks-apply-label {
  min-width: 88px;
}

@media (max-width: 768px) {
  body.ps-info-corp-perks .ps-perks-apply .ps-perks-cta {
    padding: 36px 22px 32px;
    border-radius: 12px;
  }

  body.ps-info-corp-perks .ps-perks-apply-details {
    padding: 18px 20px;
  }

  body.ps-info-corp-perks .ps-perks-apply-row {
    flex-direction: column;
    gap: 4px;
  }

  body.ps-info-corp-perks .ps-perks-apply-btn {
    width: 100%;
    min-width: 0;
  }
}

/* ===== Corporate perks page refresh (HR conversion) ===== */
body.ps-info-corp-perks .ps-perks-hero {
  max-width: 820px;
  margin: 0 auto 1.5rem;
  text-align: center;
}
body.ps-info-corp-perks .ps-perks-kicker {
  display: inline-block;
  font-size: .72rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #8a8270;
  font-weight: 600;
  margin: 0 0 1rem;
  padding: .35rem .9rem;
  border: 1px solid rgba(140,132,112,.28);
  border-radius: 999px;
  background: rgba(255,255,255,.55);
}
body.ps-info-corp-perks .ps-perks-hero .ps-page-h1 {
  margin-bottom: .75rem;
  line-height: 1.2;
}
body.ps-info-corp-perks .ps-perks-hero-text {
  max-width: 38em;
  margin: 0 auto 1.4rem;
  color: #5a6558;
  line-height: 1.8;
  font-size: 1.05rem;
}
body.ps-info-corp-perks .ps-perks-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .55rem;
  margin: 0 auto 1.5rem;
}
body.ps-info-corp-perks .ps-perks-trust span {
  display: inline-block;
  padding: .45rem .85rem;
  border-radius: 999px;
  background: rgba(255,255,255,.75);
  border: 1px solid rgba(140,132,112,.22);
  color: #4a5448;
  font-size: .88rem;
  font-weight: 600;
}
body.ps-info-corp-perks .ps-perks-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .7rem;
  margin-bottom: .5rem;
}
body.ps-info-corp-perks .ps-perks-hero-actions .ps-perks-apply-btn {
  margin: 0;
}

body.ps-info-corp-perks .ps-perks-grid3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  max-width: 960px;
  margin: 0 auto 2.2rem;
}
body.ps-info-corp-perks .ps-perks-card {
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(140,132,112,.2);
  border-radius: 16px;
  padding: 1.35rem 1.25rem;
  box-shadow: 0 10px 28px rgba(40,44,40,.04);
}
body.ps-info-corp-perks .ps-perks-card-label {
  margin: 0 0 .35rem;
  font-size: .7rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #8a8270;
  font-weight: 600;
}
body.ps-info-corp-perks .ps-perks-card h3 {
  margin: 0 0 .55rem;
  font-family: "Playfair Display", "Noto Serif TC", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: #2f3630;
}
body.ps-info-corp-perks .ps-perks-card p {
  margin: 0;
  color: #5a6558;
  line-height: 1.7;
  font-size: .98rem;
}

body.ps-info-corp-perks .ps-perks-section {
  max-width: 880px;
  margin: 0 auto 2.2rem;
}
body.ps-info-corp-perks .ps-perks-section--soft {
  background: rgba(255,255,255,.7);
  border: 1px solid rgba(140,132,112,.18);
  border-radius: 18px;
  padding: 1.6rem 1.5rem;
}
body.ps-info-corp-perks .ps-perks-h2 {
  font-family: "Playfair Display", "Noto Serif TC", Georgia, serif;
  font-size: 1.55rem;
  font-weight: 500;
  color: #2f3630;
  margin: 0 0 .4rem;
  text-align: center;
}
body.ps-info-corp-perks .ps-perks-section-lead {
  text-align: center;
  color: #7a8278;
  margin: 0 0 1.2rem;
}
body.ps-info-corp-perks .ps-perks-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(140,132,112,.2);
  background: #fff;
}
body.ps-info-corp-perks .ps-perks-table th {
  background: #3a433c;
  color: #f4f0e8;
  text-align: left;
  padding: .95rem 1.15rem;
  font-weight: 600;
}
body.ps-info-corp-perks .ps-perks-table td {
  padding: .95rem 1.15rem;
  border-top: 1px solid rgba(140,132,112,.12);
  color: #3a433c;
  vertical-align: top;
}
body.ps-info-corp-perks .ps-perks-table tr:nth-child(even) td {
  background: #faf9f6;
}
body.ps-info-corp-perks .ps-perks-table td:first-child {
  width: 32%;
  font-weight: 600;
  color: #4a5448;
}

body.ps-info-corp-perks .ps-perks-steps {
  display: grid;
  gap: .9rem;
  max-width: 720px;
  margin: 0 auto;
}
body.ps-info-corp-perks .ps-perks-step {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  background: rgba(255,255,255,.8);
  border: 1px solid rgba(140,132,112,.18);
  border-radius: 14px;
  padding: 1rem 1.15rem;
}
body.ps-info-corp-perks .ps-perks-step > span {
  flex: 0 0 2rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #3a433c;
  color: #f4f0e8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: .9rem;
}
body.ps-info-corp-perks .ps-perks-step strong {
  display: block;
  color: #2f3630;
  margin-bottom: .2rem;
}
body.ps-info-corp-perks .ps-perks-step p {
  margin: 0;
  color: #5a6558;
  line-height: 1.6;
}

body.ps-info-corp-perks .ps-perks-bullets {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.ps-info-corp-perks .ps-perks-bullets li {
  position: relative;
  padding: .55rem 0 .55rem 1.3rem;
  color: #4a5448;
  line-height: 1.7;
  border-bottom: 1px solid rgba(140,132,112,.12);
}
body.ps-info-corp-perks .ps-perks-bullets li:last-child {
  border-bottom: 0;
}
body.ps-info-corp-perks .ps-perks-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1rem;
  width: .45rem;
  height: .45rem;
  border-radius: 50%;
  background: #a89c84;
}
body.ps-info-corp-perks .ps-perks-bullets strong {
  color: #2f3630;
}

body.ps-info-corp-perks .ps-perks-foot {
  text-align: center;
  color: #8a9088;
  font-size: .92rem;
  margin: 1.5rem auto 1rem;
  max-width: 640px;
  line-height: 1.7;
}
body.ps-info-corp-perks .ps-perks-foot em {
  display: block;
  font-style: normal;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: .72rem;
  color: #8a8270;
  font-weight: 600;
  margin-bottom: .35rem;
}

body.ps-info-corp-perks .ps-faq-section {
  max-width: 880px;
  margin: 0 auto 1.5rem;
}
body.ps-info-corp-perks .ps-faq-section > h3 {
  text-align: center;
  font-family: "Playfair Display", "Noto Serif TC", Georgia, serif;
  font-weight: 500;
  color: #2f3630;
}

@media (max-width: 768px) {
  body.ps-info-corp-perks .ps-perks-grid3 {
    grid-template-columns: 1fr;
  }
  body.ps-info-corp-perks .ps-perks-hero-actions .ps-perks-apply-btn {
    width: 100%;
  }
  body.ps-info-corp-perks .ps-perks-table td:first-child {
    width: auto;
  }
}

/* ===== Corporate plant rental — fresher / clearer (softer than quote tool) ===== */
body.ps-info-corp-rental .wd-page-content {
  background: linear-gradient(180deg, #f5faf6 0%, #f8faf8 40%, #fff 100%);
}

body.ps-info-corp-rental .pshk-rental-lux {
  color: #3d4a42;
  font-size: 16px;
  line-height: 1.8;
}

body.ps-info-corp-rental .entry-content > .vc_row:first-child,
body.ps-info-corp-rental .entry-content > .wpb-content-wrapper > .vc_row:first-child {
  background: #fff !important;
  border: 1px solid rgba(74, 130, 96, 0.12);
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(26, 46, 34, 0.05);
  margin: 28px auto 20px !important;
  padding-top: 40px !important;
  padding-bottom: 32px !important;
}

body.ps-info-corp-rental .ps-rental-kicker {
  display: inline-block;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: none;
  color: #3d7a52;
  font-weight: 700;
  margin: 0 0 0.85rem;
  padding: 0.35rem 0.85rem;
  border: 1px solid rgba(74, 130, 96, 0.22);
  border-radius: 999px;
  background: #f0f7f2;
}

body.ps-info-corp-rental .ps-page-h1 {
  font-family: "Noto Sans TC", "PingFang HK", "Microsoft JhengHei", sans-serif;
  color: #1a2e22 !important;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.25;
}

body.ps-info-corp-rental .ps-page-lead {
  color: #5a6b60 !important;
  font-size: 1.05rem;
  letter-spacing: 0;
  max-width: 36rem;
}

body.ps-info-corp-rental .ps-rq-corp-hero {
  margin-top: 0.25rem;
  margin-bottom: 2rem;
}

body.ps-info-corp-rental .ps-rental-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 0 auto 2.4rem;
  max-width: 920px;
}

body.ps-info-corp-rental .ps-rental-trust-item {
  flex: none;
  text-align: center;
  padding: 1.15rem 0.85rem;
  background: #fff;
  border: 1px solid rgba(74, 130, 96, 0.12);
  border-radius: 12px;
  box-shadow: none;
}

body.ps-info-corp-rental .ps-rental-trust-item .num {
  font-family: "Noto Sans TC", "PingFang HK", sans-serif;
  font-size: 1.45rem;
  font-weight: 800;
  color: #2f6b45;
  line-height: 1.15;
}

body.ps-info-corp-rental .ps-rental-trust-item .lbl {
  font-size: 0.8rem;
  color: #66756c;
  margin-top: 0.4rem;
  letter-spacing: 0;
  line-height: 1.4;
}

body.ps-info-corp-rental .pshk-lead {
  background: #f7fbf8;
  border-left: 3px solid #6aa87a;
  border-radius: 0 12px 12px 0;
  box-shadow: none;
  color: #3d4a42;
  margin-bottom: 2.5rem;
  padding: 1.25rem 1.4rem;
}

body.ps-info-corp-rental .pshk-section-title {
  margin: 2.8em 0 1.15em;
  text-align: left;
}

body.ps-info-corp-rental .pshk-section-title h2 {
  font-family: "Noto Sans TC", "PingFang HK", sans-serif;
  font-size: clamp(1.25rem, 2.8vw, 1.55rem);
  color: #1a2e22 !important;
  border-bottom: none !important;
  padding-bottom: 0;
  margin: 0;
  display: block;
  position: relative;
  font-weight: 700;
  letter-spacing: 0.01em;
}

body.ps-info-corp-rental .pshk-section-title h2::after {
  content: "";
  display: block;
  width: 36px;
  height: 3px;
  background: #6aa87a;
  border-radius: 2px;
  margin: 0.55rem 0 0;
}

body.ps-info-corp-rental .pshk-feature-card,
body.ps-info-corp-rental .pshk-price-card,
body.ps-info-corp-rental .pshk-occasion,
body.ps-info-corp-rental .pshk-format-box,
body.ps-info-corp-rental .pshk-step,
body.ps-info-corp-rental .pshk-testi {
  border: 1px solid rgba(74, 130, 96, 0.12);
  border-radius: 12px;
  box-shadow: none;
  background: #fff;
}

body.ps-info-corp-rental .pshk-feature-card {
  padding: 1.55rem 1.45rem;
  border-top: 3px solid #9ec9ab;
}

body.ps-info-corp-rental .ps-rental-card-mark {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  color: #3d7a52;
  font-weight: 800;
  margin-bottom: 0.7rem;
}

body.ps-info-corp-rental .pshk-feature-card h3,
body.ps-info-corp-rental .pshk-format-box h3,
body.ps-info-corp-rental .pshk-occasion h4 {
  color: #1a2e22 !important;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 1.05rem;
}

body.ps-info-corp-rental .pshk-feature-card p,
body.ps-info-corp-rental .pshk-occasion p,
body.ps-info-corp-rental .pshk-format-box li {
  color: #4a5c50;
  font-size: 0.95rem;
  line-height: 1.7;
}

body.ps-info-corp-rental .card-icon {
  display: none;
}

body.ps-info-corp-rental .pshk-table thead th {
  background: #2f6b45 !important;
  color: #fff !important;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: 0.88rem;
}

body.ps-info-corp-rental .pshk-table td:first-child {
  color: #1a2e22 !important;
}

body.ps-info-corp-rental .pshk-vs-table td:nth-child(2) {
  color: #a8a29e;
  text-decoration: line-through;
}

body.ps-info-corp-rental .pshk-vs-table td:nth-child(3) {
  color: #2f6b45 !important;
  font-weight: 700;
}

body.ps-info-corp-rental .pshk-price-card {
  padding: 1.75rem 1.45rem;
}

body.ps-info-corp-rental .pshk-price-card .price-tag {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 1.55rem;
  color: #1a2e22;
  font-weight: 800;
}

body.ps-info-corp-rental .pshk-price-card .price-label {
  color: #3d7a52;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  text-transform: none;
  font-weight: 700;
  margin-bottom: 0.85rem;
}

body.ps-info-corp-rental .pshk-highlight {
  background: #f0f7f2;
  border: 1px solid rgba(74, 130, 96, 0.18);
  border-radius: 12px;
  padding: 1.25rem 1.4rem;
}

body.ps-info-corp-rental .pshk-highlight p {
  color: #3d4a42 !important;
  margin: 0;
}

body.ps-info-corp-rental .pshk-highlight strong {
  color: #1a2e22;
}

body.ps-info-corp-rental .pshk-highlight a {
  color: #2f6b45;
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.ps-info-corp-rental .pshk-step .step-num {
  background: #2f6b45;
  color: #fff;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  width: 42px;
  height: 42px;
}

body.ps-info-corp-rental .pshk-step h4 {
  color: #1a2e22;
}

body.ps-info-corp-rental .pshk-testi {
  padding: 1.55rem;
  position: relative;
  background: #fafcfb;
}

body.ps-info-corp-rental .pshk-testi::before {
  color: rgba(106, 168, 122, 0.35);
}

body.ps-info-corp-rental .pshk-testi p {
  color: #3d4a42;
  font-style: normal;
  line-height: 1.75;
}

body.ps-info-corp-rental .pshk-testi cite {
  color: #66756c;
  font-size: 0.85rem;
}

body.ps-info-corp-rental .ps-faq-item {
  border: 1px solid rgba(74, 130, 96, 0.12);
  border-radius: 10px;
  background: #fff;
  margin-bottom: 0.55rem;
}

body.ps-info-corp-rental .ps-faq-item summary {
  color: #1a2e22;
  font-weight: 700;
  letter-spacing: 0;
}

body.ps-info-corp-rental .ps-faq-content p {
  color: #4a5c50;
  line-height: 1.75;
}

body.ps-info-corp-rental .pshk-cta.ps-rental-cta {
  background: #1f4d33;
  border: 1px solid rgba(158, 201, 171, 0.35);
  border-radius: 16px;
  padding: 2.4rem 2rem 2.1rem;
  box-shadow: 0 12px 32px rgba(31, 77, 51, 0.16);
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-top: 2.5rem;
}

body.ps-info-corp-rental .pshk-cta.ps-rental-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #9ec9ab;
}

body.ps-info-corp-rental .ps-rental-cta-eyebrow {
  display: inline-block;
  margin: 0 0 0.75rem;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #c8e0d0;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: none;
}

body.ps-info-corp-rental .pshk-cta.ps-rental-cta h2 {
  font-family: "Noto Sans TC", "PingFang HK", sans-serif !important;
  color: #fff !important;
  font-size: clamp(1.35rem, 3.2vw, 1.75rem) !important;
  font-weight: 700 !important;
  border: none !important;
  margin-bottom: 0.45rem !important;
}

body.ps-info-corp-rental .ps-rental-cta-sub {
  color: #b7d8c2 !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  margin-bottom: 1rem !important;
}

body.ps-info-corp-rental .pshk-cta.ps-rental-cta p {
  color: rgba(255, 255, 255, 0.88);
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}

body.ps-info-corp-rental .pshk-cta .ps-rental-cta-btn {
  display: inline-block;
  background: #fff !important;
  color: #1f4d33 !important;
  padding: 0.95rem 2.1rem;
  border-radius: 10px;
  text-decoration: none !important;
  font-weight: 800;
  font-size: 0.98rem;
  letter-spacing: 0.01em;
  margin-top: 0.5rem;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  transition: transform 0.15s ease, background 0.15s ease;
}

body.ps-info-corp-rental .pshk-cta .ps-rental-cta-btn:hover {
  background: #f0f7f2 !important;
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.14);
}

body.ps-info-corp-rental .pshk-cta-note {
  color: rgba(255, 255, 255, 0.65) !important;
  border-top-color: rgba(255, 255, 255, 0.12) !important;
}

body.ps-info-corp-rental .pshk-cta a.ps-page-link-white {
  color: #c8e0d0 !important;
}

body.ps-info-corp-rental .pshk-seo {
  color: #8a968e;
  font-size: 0.82rem;
  border-top-color: rgba(74, 130, 96, 0.12);
}

body.ps-info-corp-rental .pshk-footer {
  color: #66756c;
  font-style: normal;
}

body.ps-info-corp-rental .pshk-pricing h3 {
  color: #1a2e22 !important;
}

@media (max-width: 860px) {
  body.ps-info-corp-rental .ps-rental-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  body.ps-info-corp-rental .ps-rental-trust-item {
    flex: none;
  }

  body.ps-info-corp-rental .pshk-cta.ps-rental-cta {
    padding: 2rem 1.25rem 1.75rem;
    border-radius: 14px;
  }

  body.ps-info-corp-rental .pshk-section-title {
    text-align: left;
  }
}

@media (max-width: 420px) {
  body.ps-info-corp-rental .ps-rental-trust {
    grid-template-columns: 1fr 1fr;
  }
}

/* ── Corporate hub + green walls + garden design ── */
/* Hide Woodmart page title band — hero H1 lives in page content */
body.ps-info-corp-hub .wd-page-title,
body.ps-info-corp-green-wall .wd-page-title,
body.ps-info-corp-garden-design .wd-page-title {
  display: none !important;
}

body.ps-info-corp-hub .entry-content > .vc_row:first-child,
body.ps-info-corp-hub .entry-content > .wpb-content-wrapper > .vc_row:first-child,
body.ps-info-corp-green-wall .entry-content > .vc_row:first-child,
body.ps-info-corp-green-wall .entry-content > .wpb-content-wrapper > .vc_row:first-child,
body.ps-info-corp-garden-design .entry-content > .vc_row:first-child,
body.ps-info-corp-garden-design .entry-content > .wpb-content-wrapper > .vc_row:first-child {
  background: linear-gradient(135deg, #fff 0%, #f8f7f5 100%) !important;
  border: 1px solid rgba(45, 41, 38, 0.08);
  border-radius: 14px;
  box-shadow: 0 12px 40px rgba(45, 41, 38, 0.06);
  margin: 40px auto 28px !important;
  max-width: 960px;
}

.ps-hub-hero {
  text-align: center;
  padding: 8px 12px 4px;
}

.ps-hub-kicker {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6b655e;
  margin: 0 0 14px;
  padding: 6px 14px;
  border: 1px solid rgba(45, 41, 38, 0.12);
  border-radius: 999px;
  background: #fff;
}

.ps-hub-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 28px;
}

.ps-hub-btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 2px;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.ps-hub-btn--primary {
  background: #2d2926;
  color: #fff !important;
  border: 1px solid #2d2926;
}

.ps-hub-btn--primary:hover {
  background: #3d5a44;
  border-color: #3d5a44;
  color: #fff !important;
}

.ps-hub-btn--ghost {
  background: transparent;
  color: #2d2926 !important;
  border: 1px solid rgba(45, 41, 38, 0.25);
}

.ps-hub-btn--ghost:hover {
  border-color: #2d2926;
}

.ps-hub-btn--light {
  background: #fff;
  color: #2d2926 !important;
  border: 1px solid #fff;
}

.ps-hub-btn--ghost-light {
  background: transparent;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.ps-hub-wrap {
  max-width: 960px;
  margin: 0 auto;
}

.ps-hub-section-head {
  text-align: center;
  margin: 48px 0 28px;
}

.ps-hub-section-lead {
  color: #6b655e;
  font-size: 16px;
  line-height: 1.7;
  margin: 0 auto;
  max-width: 560px;
}

.ps-hub-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 12px;
}

.ps-hub-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ps-hub-card {
  display: block;
  position: relative;
  background: #fff;
  border: 1px solid rgba(45, 41, 38, 0.1);
  border-radius: 12px;
  padding: 28px 24px 24px;
  text-decoration: none !important;
  color: inherit;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  box-shadow: 0 4px 18px rgba(45, 41, 38, 0.04);
}

a.ps-hub-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(45, 41, 38, 0.1);
  border-color: rgba(61, 90, 68, 0.35);
}

.ps-hub-card--featured {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, #f8f7f5 0%, #fff 55%, #f3f6f3 100%);
  border-color: rgba(61, 90, 68, 0.2);
}

.ps-hub-card--static {
  cursor: default;
}

.ps-hub-card-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: #3d5a44;
  color: #fff;
  padding: 5px 10px;
  border-radius: 2px;
}

.ps-hub-card-label {
  display: block;
  font-size: 12px;
  letter-spacing: 0.12em;
  color: #c9a96e;
  margin-bottom: 10px;
}

.ps-hub-card h3 {
  font-family: "Playfair Display", "Noto Sans TC", serif;
  font-size: 22px;
  font-weight: 500;
  color: #2d2926;
  margin: 0 0 10px;
}

.ps-hub-card p {
  color: #5c5855;
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 16px;
}

.ps-hub-card-cta {
  color: #3d5a44;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.ps-hub-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 8px 0 40px;
}

.ps-hub-step {
  background: #fff;
  border: 1px solid rgba(45, 41, 38, 0.08);
  border-radius: 12px;
  padding: 20px 16px;
  text-align: center;
}

.ps-hub-step > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #3d5a44;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}

.ps-hub-step strong {
  display: block;
  color: #2d2926;
  margin-bottom: 6px;
  font-size: 15px;
}

.ps-hub-step p {
  margin: 0;
  color: #6b655e;
  font-size: 13px;
  line-height: 1.55;
}

.ps-hub-spotlight {
  background: #f4f6f4;
  border: 1px solid rgba(61, 90, 68, 0.15);
  border-radius: 14px;
  padding: 36px 28px;
  text-align: center;
  margin: 24px 0 40px;
}

.ps-hub-spotlight-eyebrow {
  color: #3d5a44;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.ps-hub-spotlight h2 {
  font-family: "Playfair Display", "Noto Sans TC", serif;
  font-size: 28px;
  font-weight: 500;
  color: #2d2926;
  margin: 0 0 12px;
}

.ps-hub-spotlight p {
  color: #5c5855;
  max-width: 560px;
  margin: 0 auto 22px;
  line-height: 1.7;
}

.ps-hub-cta {
  background: linear-gradient(135deg, #2d2926 0%, #3d5a44 100%);
  border-radius: 14px;
  padding: 44px 28px;
  text-align: center;
  margin: 20px 0 12px;
}

.ps-hub-cta h2 {
  font-family: "Playfair Display", "Noto Sans TC", serif;
  color: #c9a96e;
  font-size: 30px;
  font-weight: 500;
  margin: 0 0 10px;
}

.ps-hub-cta > p {
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 22px;
}

.ps-svc-lead {
  color: #44403c;
  font-size: 17px;
  line-height: 1.85;
  max-width: 760px;
  margin: 8px auto 8px;
  text-align: center;
}

.ps-svc-list {
  list-style: none;
  padding: 0;
  margin: 0 auto 28px;
  max-width: 720px;
}

.ps-svc-list li {
  position: relative;
  padding: 12px 0 12px 22px;
  border-bottom: 1px solid rgba(45, 41, 38, 0.08);
  color: #44403c;
  line-height: 1.7;
}

.ps-svc-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.15em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c9a96e;
}

.ps-svc-related {
  text-align: center;
  color: #6b655e;
  margin: 28px 0;
}

.ps-svc-related a {
  color: #3d5a44;
}

/* Blog rental quote CTA */
.ps-blog-rq-cta {
  margin: 2.5em 0;
  padding: 28px 24px;
  background: linear-gradient(135deg, #f8f7f5 0%, #f3f6f3 100%);
  border: 1px solid rgba(61, 90, 68, 0.18);
  border-radius: 12px;
  text-align: center;
}

.ps-blog-rq-eyebrow {
  margin: 0 0 8px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #3d5a44;
}

.ps-blog-rq-cta h3 {
  margin: 0 0 10px;
  font-family: "Playfair Display", "Noto Sans TC", serif;
  font-size: 24px;
  font-weight: 500;
  color: #2d2926;
}

.ps-blog-rq-cta p {
  margin: 0 auto 18px;
  max-width: 520px;
  color: #5c5855;
  line-height: 1.7;
}

.ps-blog-rq-btn {
  display: inline-block;
  background: #2d2926;
  color: #fff !important;
  padding: 12px 26px;
  border-radius: 2px;
  text-decoration: none !important;
  font-size: 14px;
  letter-spacing: 0.05em;
}

.ps-blog-rq-btn:hover {
  background: #3d5a44;
  color: #fff !important;
}

@media (max-width: 900px) {
  .ps-hub-grid--3 {
    grid-template-columns: 1fr;
  }

  .ps-hub-steps {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .ps-hub-grid {
    grid-template-columns: 1fr;
  }

  .ps-hub-card--featured {
    grid-column: auto;
  }

  .ps-hub-steps {
    grid-template-columns: 1fr;
  }

  .ps-hub-btn {
    width: 100%;
    text-align: center;
  }
}

/* Customer information pages: one flat, accessible treatment for ZH + EN. */
body:is(.ps-info-shipping, .ps-info-returns, .ps-info-faq, .ps-info-contact, .ps-info-about, .ps-info-care-guide, .ps-info-photos) {
  --ps-info-ink: #2d2926;
  --ps-info-body: #5a5049;
  --ps-info-border: #ede8df;
  --ps-info-base: #fafaf7;
  --ps-info-green: #2d5016;
}

body:is(.ps-info-shipping, .ps-info-returns, .ps-info-faq, .ps-info-contact, .ps-info-about, .ps-info-care-guide, .ps-info-photos) .wd-page-content {
  background: var(--ps-info-base);
}

body:is(.ps-info-shipping, .ps-info-returns, .ps-info-faq, .ps-info-contact, .ps-info-about, .ps-info-care-guide, .ps-info-photos) .entry-content {
  color: var(--ps-info-body);
  font-family: Inter, "Noto Sans TC", sans-serif;
  overflow-wrap: anywhere;
}

body:is(.ps-info-shipping, .ps-info-returns, .ps-info-faq, .ps-info-contact, .ps-info-about, .ps-info-care-guide, .ps-info-photos) :is(h1, h2, h3, h4, .ps-page-h1, .ps-page-h1-lowercase2, .ps-page-h2, .ps-delivery-h2, .ps-returns-h2) {
  color: var(--ps-info-ink) !important;
  font-family: Inter, "Noto Sans TC", sans-serif !important;
  text-wrap: balance;
}

body:is(.ps-info-shipping, .ps-info-returns, .ps-info-faq, .ps-info-contact, .ps-info-about, .ps-info-care-guide, .ps-info-photos) .entry-content > .vc_row:first-child,
body:is(.ps-info-shipping, .ps-info-returns, .ps-info-faq, .ps-info-contact, .ps-info-about, .ps-info-care-guide, .ps-info-photos) .entry-content > .wpb-content-wrapper > .vc_row:first-child {
  background: var(--ps-info-base) !important;
  border-color: var(--ps-info-border);
  border-radius: 0;
  box-shadow: none;
}

/* Service-journal pages (returns/shipping/care-guide) are designed at 1180px
   (see .ps-service-journal); the generic 960px .entry-content cap above was
   clipping them narrower than intended. FAQ/contact/about/photos still use
   the older plain layout, so they are intentionally left out here. */
body:is(.ps-info-shipping, .ps-info-returns, .ps-info-care-guide) .entry-content,
body:is(.ps-info-shipping, .ps-info-returns, .ps-info-care-guide) article.entry-content {
  max-width: 1180px;
}

body:is(.ps-info-shipping, .ps-info-returns, .ps-info-faq, .ps-info-contact, .ps-info-about, .ps-info-care-guide, .ps-info-photos) :is(.ps-table, .ps-table-about, .ps-table-alt, .ps-info-box, .ps-info-box-alt, .ps-info-box-gold, .ps-tip-box, .ps-care-alert, .ps-returns-alert, .ps-contact-card, .ps-faq-item) {
  border-radius: 0 !important;
  box-shadow: none !important;
}

body:is(.ps-info-shipping, .ps-info-returns, .ps-info-faq, .ps-info-contact, .ps-info-about, .ps-info-care-guide, .ps-info-photos) .ps-contact-card:hover {
  box-shadow: none;
  transform: none;
}

body:is(.ps-info-shipping, .ps-info-returns, .ps-info-faq, .ps-info-contact, .ps-info-about, .ps-info-care-guide, .ps-info-photos) .ps-faq-item summary {
  align-items: center;
  display: flex;
  min-height: 44px;
}

body:is(.ps-info-shipping, .ps-info-returns, .ps-info-faq, .ps-info-contact, .ps-info-about, .ps-info-care-guide, .ps-info-photos) :is(a, button, summary, input):focus-visible {
  outline: 2px solid var(--ps-info-green) !important;
  outline-offset: 3px;
}

@media (max-width: 640px) {
  body:is(.ps-info-shipping, .ps-info-returns, .ps-info-faq, .ps-info-contact, .ps-info-about, .ps-info-care-guide, .ps-info-photos) :is(.ps-table, .ps-table-about, .ps-table-alt) {
    display: block;
    max-width: 100%;
    overflow-x: auto;
  }

  body:is(.ps-info-shipping, .ps-info-returns, .ps-info-faq, .ps-info-contact, .ps-info-about, .ps-info-care-guide, .ps-info-photos) :is(.ps-page-h1, .ps-page-h1-lowercase2, h1) {
    font-size: clamp(30px, 9vw, 38px) !important;
    line-height: 1.18 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body:is(.ps-info-shipping, .ps-info-returns, .ps-info-faq, .ps-info-contact, .ps-info-about, .ps-info-care-guide, .ps-info-photos) * {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
/* ── Trust-Led Service Journal: care-guide redesign ──────────── */
/* All redesign rules are scoped to this page root so shared info-page,
 * corporate, plant-doctor and policy layouts remain unchanged. */
body.ps-info-page .ps-service-journal,
body.ps-info-page .ps-service-journal * {
  box-sizing: border-box;
}

body.ps-info-page .ps-service-journal {
  --ps-sj-ink: #2d2926;
  --ps-sj-body: #5a5049;
  --ps-sj-green: #2d5016;
  --ps-sj-green-dark: #1a2e1a;
  --ps-sj-green-soft: #fdfcf9;
  --ps-sj-gold: #c9a96e;
  --ps-sj-line: #ede8df;
  --ps-sj-paper: #fafaf7;
  --ps-sj-band: #f4f2ec;
  color: var(--ps-sj-body);
  font-family: Inter, "Noto Sans TC", sans-serif;
  line-height: 1.75;
  margin: 0 auto;
  max-width: 1180px;
  padding: 24px 0 72px;
  text-align: left;
}

body.ps-info-page .ps-service-journal :is(h1, h2, h3, h4, p, figure, ol, ul) {
  margin-top: 0;
}

body.ps-info-page .ps-service-journal :is(h1, h2, h3, h4) {
  color: var(--ps-sj-ink) !important;
  font-family: Inter, "Noto Sans TC", sans-serif !important;
  letter-spacing: -0.015em;
}

body.ps-info-page .ps-service-journal img {
  display: block;
  height: auto;
  max-width: 100%;
}

body.ps-info-page .ps-service-journal a {
  color: var(--ps-sj-green);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

body.ps-info-page .ps-service-journal a:hover {
  color: var(--ps-sj-green-dark);
}

body.ps-info-page .ps-service-journal__hero {
  align-items: stretch;
  background: var(--ps-sj-paper);
  border: 1px solid var(--ps-sj-line);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  margin: 0 0 28px;
  overflow: hidden;
}

body.ps-info-page .ps-service-journal__hero-copy {
  align-self: center;
  padding: clamp(32px, 5vw, 72px) clamp(24px, 5vw, 64px);
}

body.ps-info-page .ps-service-journal__kicker {
  color: var(--ps-sj-gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.4;
  margin-bottom: 18px;
  text-transform: uppercase;
}

body.ps-info-page .ps-service-journal__hero h1 {
  font-size: clamp(36px, 5vw, 66px) !important;
  line-height: 1.12 !important;
  margin-bottom: 18px;
}

body.ps-info-page .ps-service-journal__hero-lead {
  color: var(--ps-sj-body);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.7;
  margin-bottom: 26px;
  max-width: 30em;
}

body.ps-info-page .ps-service-journal__hero-media {
  background: var(--ps-sj-band);
  margin: 0;
  min-height: 360px;
  position: relative;
}

body.ps-info-page .ps-service-journal__hero-media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

body.ps-info-page .ps-service-journal__hero-media figcaption {
  background: var(--ps-sj-green-dark);
  bottom: 0;
  color: #fff;
  font-size: 12px;
  left: 0;
  line-height: 1.5;
  padding: 8px 14px;
  position: absolute;
  right: 0;
}

body.ps-info-page .ps-service-journal__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

body.ps-info-page .ps-service-journal__button {
  align-items: center;
  border: 1px solid var(--ps-sj-green);
  display: inline-flex;
  justify-content: center;
  min-height: 48px;
  padding: 11px 20px;
  text-decoration: none !important;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

body.ps-info-page .ps-service-journal__button--primary {
  background: var(--ps-sj-green);
  color: #fff !important;
}

body.ps-info-page .ps-service-journal__button--secondary {
  background: transparent;
  color: var(--ps-sj-green) !important;
}

body.ps-info-page .ps-service-journal__button:hover {
  transform: translateY(-1px);
}

body.ps-info-page .ps-service-journal__button--primary:hover {
  background: var(--ps-sj-green-dark);
  color: #fff !important;
}

body.ps-info-page .ps-service-journal__button--secondary:hover {
  background: var(--ps-sj-green-soft);
}

body.ps-info-page .ps-service-journal__trust {
  border-bottom: 1px solid var(--ps-sj-line);
  border-top: 1px solid var(--ps-sj-line);
  margin: 0 0 44px;
  padding: 0;
}

body.ps-info-page .ps-service-journal__trust-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

body.ps-info-page .ps-service-journal__trust-item {
  min-height: 92px;
  padding: 20px clamp(16px, 3vw, 34px);
  position: relative;
}

body.ps-info-page .ps-service-journal__trust-item + .ps-service-journal__trust-item {
  border-left: 1px solid var(--ps-sj-line);
}

body.ps-info-page .ps-service-journal__trust-label {
  color: var(--ps-sj-ink);
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 4px;
}

body.ps-info-page .ps-service-journal__trust-note {
  color: var(--ps-sj-body);
  display: block;
  font-size: 13px;
  line-height: 1.55;
}

body.ps-info-page .ps-service-journal__body {
  align-items: start;
  display: grid;
  gap: clamp(28px, 5vw, 64px);
  grid-template-columns: minmax(0, 1fr) minmax(250px, 310px);
}

body.ps-info-page .ps-service-journal__main {
  min-width: 0;
}

body.ps-info-page .ps-service-journal__section {
  margin: 0 0 52px;
}

body.ps-info-page .ps-service-journal__section > :last-child {
  margin-bottom: 0;
}

body.ps-info-page .ps-service-journal__section h2,
body.ps-info-page .ps-service-journal__aside h2,
body.ps-info-page .ps-service-journal__cta h2 {
  font-size: clamp(25px, 3vw, 38px) !important;
  line-height: 1.25 !important;
  margin-bottom: 16px;
}

body.ps-info-page .ps-service-journal__section h3 {
  border-top: 1px solid var(--ps-sj-line);
  font-size: 19px !important;
  line-height: 1.4 !important;
  margin: 36px 0 12px;
  padding-top: 22px;
}

body.ps-info-page .ps-service-journal__section p {
  color: var(--ps-sj-body);
  font-size: 16px;
  line-height: 1.85;
  margin-bottom: 16px;
}

body.ps-info-page .ps-service-journal__lead {
  color: var(--ps-sj-body);
  font-size: 18px !important;
  line-height: 1.8 !important;
  max-width: 48em;
}

body.ps-info-page .ps-service-journal__note {
  background: var(--ps-sj-green-soft);
  border-left: 3px solid var(--ps-sj-green);
  color: var(--ps-sj-ink);
  margin: 22px 0;
  padding: 16px 18px;
}

body.ps-info-page .ps-service-journal__quick {
  border-bottom: 1px solid var(--ps-sj-line);
  padding-bottom: 42px;
}

body.ps-info-page .ps-service-journal__quick h2 {
  margin-bottom: 26px;
}

body.ps-info-page .ps-service-journal__steps {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.ps-info-page .ps-service-journal__step {
  align-items: start;
  border-top: 1px solid var(--ps-sj-line);
  display: grid;
  gap: 18px;
  grid-template-columns: 48px minmax(120px, 180px) minmax(0, 1fr);
  padding: 18px 0;
}

body.ps-info-page .ps-service-journal__step:last-child {
  border-bottom: 1px solid var(--ps-sj-line);
}

body.ps-info-page .ps-service-journal__step-number {
  color: var(--ps-sj-gold);
  font-size: 26px;
  font-variant-numeric: tabular-nums;
  line-height: 1.2;
}

body.ps-info-page .ps-service-journal__step-title {
  color: var(--ps-sj-ink);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
}

body.ps-info-page .ps-service-journal__step-copy {
  color: var(--ps-sj-body);
  line-height: 1.7;
}

body.ps-info-page .ps-service-journal__details {
  border-top: 1px solid var(--ps-sj-line);
}

body.ps-info-page .ps-service-journal__details details {
  border-bottom: 1px solid var(--ps-sj-line);
  margin: 0 !important;
}

body.ps-info-page .ps-service-journal__details summary {
  color: var(--ps-sj-ink) !important;
  cursor: pointer;
  display: list-item;
  font-size: 16px;
  font-weight: 700;
  min-height: 52px;
  padding: 12px 2px !important;
}

body.ps-info-page .ps-service-journal__answer {
  border-left: 2px solid var(--ps-sj-green-soft);
  color: var(--ps-sj-body);
  margin: 0 0 18px;
  padding: 0 0 2px 22px;
}

body.ps-info-page .ps-service-journal__answer :is(p, ul, ol, table) {
  margin-bottom: 16px;
}

body.ps-info-page .ps-service-journal__answer h4 {
  color: var(--ps-sj-ink) !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
  margin: 18px 0 8px;
}

body.ps-info-page .ps-service-journal__answer ul,
body.ps-info-page .ps-service-journal__answer ol {
  padding-left: 1.4em;
}

body.ps-info-page .ps-service-journal__answer li + li {
  margin-top: 8px;
}

body.ps-info-page .ps-service-journal__answer table {
  border-collapse: collapse;
  display: block;
  font-size: 14px;
  max-width: 100%;
  overflow-x: auto;
  width: 100%;
}

body.ps-info-page .ps-service-journal__answer :is(th, td) {
  border: 1px solid var(--ps-sj-line);
  min-width: 130px;
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}

body.ps-info-page .ps-service-journal__answer th {
  background: var(--ps-sj-green) !important;
  color: #fff !important;
  font-weight: 700;
}

body.ps-info-page .ps-service-journal__light-figure {
  background: var(--ps-sj-paper);
  border: 1px solid var(--ps-sj-line);
  margin: 24px auto 0;
  max-width: 826px;
  padding: clamp(14px, 3vw, 28px);
}

body.ps-info-page .ps-service-journal__light-figure img {
  height: auto;
  margin: 0 auto;
  max-width: 768px;
  width: 100%;
}

body.ps-info-page .ps-service-journal__light-figure figcaption {
  color: var(--ps-sj-body);
  font-size: 13px;
  line-height: 1.55;
  margin-top: 14px;
  text-align: center;
}

body.ps-info-page .ps-service-journal__aside {
  background: var(--ps-sj-paper);
  border: 1px solid var(--ps-sj-line);
  padding: 26px 24px;
  position: sticky;
  top: 24px;
}

body.ps-info-page .ps-service-journal__aside h2 {
  font-size: 25px !important;
  margin-bottom: 10px;
}

body.ps-info-page .ps-service-journal__aside > p {
  color: var(--ps-sj-body);
  font-size: 15px;
  line-height: 1.75;
  margin-bottom: 18px;
}

body.ps-info-page .ps-service-journal__aside-list,
body.ps-info-page .ps-service-journal__related-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.ps-info-page .ps-service-journal__aside-list li,
body.ps-info-page .ps-service-journal__related-list li {
  border-top: 1px solid var(--ps-sj-line);
  margin: 0;
}

body.ps-info-page .ps-service-journal__aside-list a,
body.ps-info-page .ps-service-journal__related-list a {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 52px;
  padding: 10px 0;
  text-decoration: none;
}

body.ps-info-page .ps-service-journal__related {
  border-top: 1px solid var(--ps-sj-line);
  margin-top: 26px;
  padding-top: 24px;
}

body.ps-info-page .ps-service-journal__related h3 {
  border: 0;
  font-size: 17px !important;
  margin: 0 0 8px;
  padding: 0;
}

body.ps-info-page .ps-service-journal__cta {
  background: var(--ps-sj-green);
  color: #fff;
  margin-top: 4px;
  padding: clamp(28px, 5vw, 52px) clamp(24px, 6vw, 68px);
}

body.ps-info-page .ps-service-journal__cta :is(h2, p) {
  color: #fff !important;
}

body.ps-info-page .ps-service-journal__cta h2 {
  margin-bottom: 10px;
}

body.ps-info-page .ps-service-journal__cta p {
  line-height: 1.75;
  margin-bottom: 20px;
  max-width: 58em;
  opacity: 0.9;
}

body.ps-info-page .ps-service-journal__cta .ps-service-journal__button--secondary {
  background: #fff;
  border-color: #fff;
  color: var(--ps-sj-green) !important;
}

body.ps-info-page .ps-service-journal :is(a, button, summary):focus-visible {
  outline: 3px solid var(--ps-sj-gold) !important;
  outline-offset: 3px;
}

@media (max-width: 960px) {
  body.ps-info-page .ps-service-journal__hero {
    grid-template-columns: 1fr;
  }

  body.ps-info-page .ps-service-journal__hero-media {
    min-height: 300px;
    order: -1;
  }

  body.ps-info-page .ps-service-journal__body {
    grid-template-columns: 1fr;
  }

  body.ps-info-page .ps-service-journal__aside {
    position: static;
  }
}

@media (max-width: 640px) {
  body.ps-info-page .ps-service-journal {
    padding: 8px 0 48px;
  }

  body.ps-info-page .ps-service-journal__hero-copy {
    padding: 30px 20px 34px;
  }

  body.ps-info-page .ps-service-journal__hero-media {
    min-height: 250px;
  }

  body.ps-info-page .ps-service-journal__hero h1 {
    font-size: clamp(32px, 11vw, 46px) !important;
  }

  body.ps-info-page .ps-service-journal__actions {
    align-items: stretch;
    flex-direction: column;
  }

  body.ps-info-page .ps-service-journal__button {
    width: 100%;
  }

  body.ps-info-page .ps-service-journal__trust-list {
    grid-template-columns: 1fr;
  }

  body.ps-info-page .ps-service-journal__trust-item {
    min-height: 0;
    padding: 16px 18px;
  }

  body.ps-info-page .ps-service-journal__trust-item + .ps-service-journal__trust-item {
    border-left: 0;
    border-top: 1px solid var(--ps-sj-line);
  }

  body.ps-info-page .ps-service-journal__step {
    gap: 8px 12px;
    grid-template-columns: 42px minmax(0, 1fr);
  }

  body.ps-info-page .ps-service-journal__step-copy {
    grid-column: 2;
  }

  body.ps-info-page .ps-service-journal__aside {
    padding: 22px 18px;
  }

  body.ps-info-page .ps-service-journal__answer {
    padding-left: 14px;
  }

  body.ps-info-page .ps-service-journal__answer :is(th, td) {
    min-width: 116px;
    padding: 9px 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.ps-info-page .ps-service-journal *,
  body.ps-info-page .ps-service-journal *::before,
  body.ps-info-page .ps-service-journal *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    transform: none !important;
  }
}

/* ── Shared service-journal aliases for shipping / returns ───── */
body.ps-info-page .ps-service-journal :is(.ps-service-journal__eyebrow, .ps-service-journal__kicker, .ps-service-journal__rail-kicker) {
  color: var(--ps-sj-gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.45;
  margin-bottom: 12px;
  text-transform: uppercase;
}

body.ps-info-page .ps-service-journal :is(.ps-service-journal__title, .ps-service-journal__heading) {
  color: var(--ps-sj-ink) !important;
  font-family: Inter, "Noto Sans TC", sans-serif !important;
  line-height: 1.25 !important;
  margin-bottom: 16px;
}

body.ps-info-page .ps-service-journal :is(.ps-service-journal__title, .ps-service-journal__hero .ps-service-journal__title) {
  font-size: clamp(34px, 5vw, 58px) !important;
}

body.ps-info-page .ps-service-journal :is(.ps-service-journal__subtitle, .ps-service-journal__lede, .ps-service-journal__intro) {
  color: var(--ps-sj-body);
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 20px;
  max-width: 48em;
}

body.ps-info-page .ps-service-journal__trust-strip {
  border-bottom: 1px solid var(--ps-sj-line);
  border-top: 1px solid var(--ps-sj-line);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 0 0 44px;
  padding: 0;
}

body.ps-info-page .ps-service-journal__trust-strip .ps-service-journal__trust-item {
  min-height: 92px;
  padding: 20px clamp(16px, 3vw, 34px);
}

body.ps-info-page .ps-service-journal__trust-strip .ps-service-journal__trust-item + .ps-service-journal__trust-item {
  border-left: 1px solid var(--ps-sj-line);
}

body.ps-info-page .ps-service-journal :is(.ps-service-journal__trust-title, .ps-service-journal__trust-copy, .ps-service-journal__trust-detail) {
  display: block;
  margin: 0;
}

body.ps-info-page .ps-service-journal :is(.ps-service-journal__trust-title, .ps-service-journal__trust-copy) {
  color: var(--ps-sj-ink);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}

body.ps-info-page .ps-service-journal :is(.ps-service-journal__trust-detail, .ps-service-journal__trust-copy) {
  color: var(--ps-sj-body);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.55;
}

body.ps-info-page .ps-service-journal__trust-mark {
  color: var(--ps-sj-gold);
  display: block;
  font-size: 24px;
  line-height: 1.2;
}

body.ps-info-page .ps-service-journal__layout {
  align-items: start;
  display: grid;
  gap: clamp(28px, 5vw, 64px);
  grid-template-columns: minmax(0, 1fr) minmax(250px, 310px);
}

body.ps-info-page .ps-service-journal :is(.ps-service-journal__content, .ps-service-journal__main) {
  min-width: 0;
}

body.ps-info-page .ps-service-journal__rail {
  background: var(--ps-sj-paper);
  border: 1px solid var(--ps-sj-line);
  padding: 26px 24px;
  position: sticky;
  top: 24px;
}

body.ps-info-page .ps-service-journal :is(.ps-service-journal__rail-title, .ps-service-journal__rail h2) {
  color: var(--ps-sj-ink) !important;
  font-size: 25px !important;
  line-height: 1.35 !important;
  margin-bottom: 10px;
}

body.ps-info-page .ps-service-journal :is(.ps-service-journal__rail-text, .ps-service-journal__rail-copy) {
  color: var(--ps-sj-body);
  font-size: 15px;
  line-height: 1.75;
  margin-bottom: 18px;
}

body.ps-info-page .ps-service-journal :is(.ps-service-journal__rail-list, .ps-service-journal__rail-links) {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.ps-info-page .ps-service-journal :is(.ps-service-journal__rail-item, .ps-service-journal__rail-link) {
  border-top: 1px solid var(--ps-sj-line);
}

body.ps-info-page .ps-service-journal :is(.ps-service-journal__rail-link, .ps-service-journal__rail-link-title, .ps-service-journal__rail-link-label) {
  color: var(--ps-sj-green);
  text-decoration: none;
}

body.ps-info-page .ps-service-journal :is(.ps-service-journal__rail-link, .ps-service-journal__rail-link-title, .ps-service-journal__rail-link-label) {
  display: block;
  min-height: 48px;
  padding: 10px 0;
}

body.ps-info-page .ps-service-journal :is(.ps-service-journal__rail-link-detail, .ps-service-journal__rail-link-copy) {
  color: var(--ps-sj-body);
  display: block;
  font-size: 13px;
  line-height: 1.5;
  margin-top: -9px;
  padding-bottom: 8px;
}

body.ps-info-page .ps-service-journal__rail-cta {
  border-top: 1px solid var(--ps-sj-line);
  margin-top: 24px;
  padding-top: 20px;
}

body.ps-info-page .ps-service-journal__rail-cta-button {
  align-items: center;
  background: var(--ps-sj-green);
  color: #fff !important;
  display: inline-flex;
  min-height: 48px;
  padding: 11px 18px;
  text-decoration: none !important;
}

body.ps-info-page .ps-service-journal__rail-cta-button:hover {
  background: var(--ps-sj-green-dark);
  color: #fff !important;
}

body.ps-info-page .ps-service-journal :is(.ps-service-journal__rail-cta-title, .ps-service-journal__rail-cta-copy, .ps-service-journal__rail-cta-text) {
  color: var(--ps-sj-body);
  line-height: 1.65;
  margin-bottom: 12px;
}

body.ps-info-page .ps-service-journal :is(.ps-service-journal__rail-cta-title) {
  color: var(--ps-sj-ink);
  font-weight: 700;
}

body.ps-info-page .ps-service-journal :is(.ps-service-journal__timeline, .ps-service-journal__steps) {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.ps-info-page .ps-service-journal__timeline-item {
  align-items: start;
  border-top: 1px solid var(--ps-sj-line);
  display: grid;
  gap: 18px;
  grid-template-columns: 48px minmax(0, 1fr);
  padding: 18px 0;
}

body.ps-info-page .ps-service-journal__timeline-item:last-child {
  border-bottom: 1px solid var(--ps-sj-line);
}

body.ps-info-page .ps-service-journal__timeline-index {
  color: var(--ps-sj-gold);
  font-size: 26px;
  line-height: 1.2;
  margin: 0;
}

body.ps-info-page .ps-service-journal :is(.ps-service-journal__timeline-body, .ps-service-journal__step-body) {
  min-width: 0;
}

body.ps-info-page .ps-service-journal :is(.ps-service-journal__subheading, .ps-service-journal__step-title, .ps-service-journal__card-title, .ps-service-journal__note-title) {
  border: 0;
  color: var(--ps-sj-ink) !important;
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1.45 !important;
  margin: 0 0 8px;
  padding: 0;
}

body.ps-info-page .ps-service-journal :is(.ps-service-journal__text, .ps-service-journal__step-copy, .ps-service-journal__note-copy) {
  color: var(--ps-sj-body);
  line-height: 1.85;
  margin-bottom: 16px;
}

body.ps-info-page .ps-service-journal__table-wrap {
  max-width: 100%;
  overflow-x: auto;
}

body.ps-info-page .ps-service-journal__table {
  border-collapse: collapse;
  font-size: 14px;
  margin: 0;
  min-width: 560px;
  width: 100%;
}

body.ps-info-page .ps-service-journal :is(.ps-service-journal__table th, .ps-service-journal__table td) {
  border: 1px solid var(--ps-sj-line);
  padding: 11px 13px;
  text-align: left;
  vertical-align: top;
}

body.ps-info-page .ps-service-journal .ps-service-journal__table th {
  background: var(--ps-sj-green) !important;
  color: #fff !important;
  font-weight: 700;
}

body.ps-info-page .ps-service-journal__table-caption {
  color: var(--ps-sj-body);
  font-size: 13px;
  padding: 0 0 10px;
  text-align: left;
}

body.ps-info-page .ps-service-journal__split {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.ps-info-page .ps-service-journal__card {
  border: 1px solid var(--ps-sj-line);
  padding: 22px;
}

body.ps-info-page .ps-service-journal__card--eligible {
  background: var(--ps-sj-green-soft);
}

body.ps-info-page .ps-service-journal__card--ineligible {
  background: var(--ps-sj-paper);
}

body.ps-info-page .ps-service-journal__list {
  color: var(--ps-sj-body);
  line-height: 1.75;
  margin: 0;
  padding-left: 1.2em;
}

body.ps-info-page .ps-service-journal__list li + li {
  margin-top: 8px;
}

body.ps-info-page .ps-service-journal__subsections,
body.ps-info-page .ps-service-journal__notes {
  display: grid;
  gap: 18px;
}

body.ps-info-page .ps-service-journal__subsection {
  border-top: 1px solid var(--ps-sj-line);
  padding-top: 18px;
}

body.ps-info-page .ps-service-journal :is(.ps-service-journal__contact, .ps-service-journal__section--contact) {
  background: var(--ps-sj-paper);
  border: 1px solid var(--ps-sj-line);
  padding: 26px;
}

body.ps-info-page .ps-service-journal :is(.ps-service-journal__contact-copy, .ps-service-journal__contact-link) {
  color: var(--ps-sj-body);
  line-height: 1.75;
}

body.ps-info-page .ps-service-journal__contact-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
}

body.ps-info-page .ps-service-journal__contact-link {
  font-weight: 700;
}

body.ps-info-page .ps-service-journal__footer {
  border-top: 1px solid var(--ps-sj-line);
  color: var(--ps-sj-body);
  margin-top: 34px;
  padding-top: 18px;
}

body.ps-info-page .ps-service-journal :is(.ps-service-journal__updated, .ps-service-journal__disclaimer) {
  font-size: 13px;
  line-height: 1.65;
  margin-bottom: 8px;
}

body.ps-info-page .ps-service-journal__contact-cta,
body.ps-info-page .ps-service-journal__hero-cta {
  align-items: center;
  background: var(--ps-sj-green);
  color: #fff !important;
  display: inline-flex;
  min-height: 48px;
  padding: 11px 20px;
  text-decoration: none;
}

body.ps-info-page .ps-service-journal__hero-cta:hover,
body.ps-info-page .ps-service-journal__contact-cta:hover {
  background: var(--ps-sj-green-dark);
  color: #fff !important;
}

/* Shipping and returns do not have hero media: keep the text hero intact. */
body.ps-info-page .ps-service-journal:is(.ps-service-journal--shipping, .ps-service-journal--returns) .ps-service-journal__hero {
  display: block;
  padding: clamp(30px, 5vw, 70px) clamp(24px, 6vw, 72px);
}

body.ps-info-page .ps-service-journal:is(.ps-service-journal--shipping, .ps-service-journal--returns) .ps-service-journal__hero > :is(.ps-service-journal__eyebrow, .ps-service-journal__title, .ps-service-journal__subtitle, .ps-service-journal__lede, .ps-service-journal__lead, .ps-service-journal__actions, .ps-service-journal__hero-cta) {
  max-width: 760px;
}

body.ps-info-page .ps-service-journal:is(.ps-service-journal--shipping, .ps-service-journal--returns) .ps-service-journal__hero > :is(.ps-service-journal__title, .ps-service-journal__subtitle, .ps-service-journal__lede, .ps-service-journal__lead) {
  margin-left: 0;
  margin-right: 0;
}

body.ps-info-page .ps-service-journal:is(.ps-service-journal--shipping, .ps-service-journal--returns) .ps-service-journal__step {
  grid-template-columns: 48px minmax(0, 1fr);
}

@media (max-width: 960px) {
  body.ps-info-page .ps-service-journal__layout {
    grid-template-columns: 1fr;
  }

  body.ps-info-page .ps-service-journal__rail {
    position: static;
  }
}

@media (max-width: 640px) {
  body.ps-info-page .ps-service-journal__trust-strip {
    grid-template-columns: 1fr;
  }

  body.ps-info-page .ps-service-journal__trust-strip .ps-service-journal__trust-item + .ps-service-journal__trust-item {
    border-left: 0;
    border-top: 1px solid var(--ps-sj-line);
  }

  body.ps-info-page .ps-service-journal__split {
    grid-template-columns: 1fr;
  }

  body.ps-info-page .ps-service-journal__rail {
    padding: 22px 18px;
  }

  body.ps-info-page .ps-service-journal :is(.ps-service-journal__contact, .ps-service-journal__section--contact) {
    padding: 22px 18px;
  }
}
/* Plant-care editorial media — only the two WPML care-guide records. */
body.ps-info-page:is(.page-id-1393, .page-id-2203) .entry-content {
  max-width: 1360px;
}

body.ps-info-page .ps-service-journal:is([data-page-id="1393"], [data-page-id="2203"]) {
  max-width: 1280px;
}

body.ps-info-page .ps-service-journal:is([data-page-id="1393"], [data-page-id="2203"]) .ps-service-journal__hero {
  display: block;
  min-height: 520px;
  position: relative;
}

body.ps-info-page .ps-service-journal:is([data-page-id="1393"], [data-page-id="2203"]) .ps-service-journal__hero::before {
  background: linear-gradient(90deg, #fdfcf9 0%, #fdfcf9 27%, rgba(253,252,249,.9) 43%, rgba(253,252,249,0) 68%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

body.ps-info-page .ps-service-journal:is([data-page-id="1393"], [data-page-id="2203"]) .ps-service-journal__hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 520px;
  position: relative;
  width: min(58%, 690px);
  z-index: 2;
}

body.ps-info-page .ps-service-journal:is([data-page-id="1393"], [data-page-id="2203"]) .ps-service-journal__hero-media {
  inset: 0;
  min-height: 0;
  position: absolute;
}

body.ps-info-page .ps-service-journal:is([data-page-id="1393"], [data-page-id="2203"]) .ps-service-journal__hero-media img,
body.ps-info-page .ps-service-journal:is([data-page-id="1393"], [data-page-id="2203"]) .ps-service-journal__hero-media video {
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
  width: 100%;
}

body.ps-info-page .ps-service-journal:is([data-page-id="1393"], [data-page-id="2203"]) .ps-service-journal__hero-media video {
  inset: 0;
  position: absolute;
}

body.ps-info-page .ps-service-journal:is([data-page-id="1393"], [data-page-id="2203"]) .ps-service-journal__hero-media figcaption {
  left: auto;
  right: 0;
  z-index: 2;
}

body.ps-info-page .ps-service-journal__care-motion {
  margin: 22px 0 0;
}

body.ps-info-page .ps-service-journal__care-motion-frame {
  aspect-ratio: 3 / 1;
  background: var(--ps-sj-paper);
  overflow: hidden;
  position: relative;
}

body.ps-info-page .ps-service-journal__care-motion-frame :is(img, video) {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

body.ps-info-page .ps-service-journal__care-motion figcaption {
  color: var(--ps-sj-muted, #8a7d70);
  font-size: 12px;
  line-height: 1.5;
  margin-top: 8px;
}

body.ps-info-page .ps-service-journal:is([data-page-id="1393"], [data-page-id="2203"]) .ps-service-journal__step > br {
  display: none;
}

@media (max-width: 960px) {
  body.ps-info-page .ps-service-journal:is([data-page-id="1393"], [data-page-id="2203"]) .ps-service-journal__hero {
    display: flex;
    flex-direction: column;
  }

  body.ps-info-page .ps-service-journal:is([data-page-id="1393"], [data-page-id="2203"]) .ps-service-journal__hero::before {
    display: none;
  }

  body.ps-info-page .ps-service-journal:is([data-page-id="1393"], [data-page-id="2203"]) .ps-service-journal__hero-copy {
    background: #fdfcf9;
    min-height: 0;
    width: 100%;
  }

  body.ps-info-page .ps-service-journal:is([data-page-id="1393"], [data-page-id="2203"]) .ps-service-journal__hero-media {
    height: clamp(240px, 42vw, 380px);
    order: -1;
    position: relative;
  }

  body.ps-info-page .ps-service-journal__hero-media video {
    display: none;
  }
}

@media (max-width: 640px) {
  body.ps-info-page .ps-service-journal:is([data-page-id="1393"], [data-page-id="2203"]) .ps-service-journal__step {
    grid-template-columns: 42px minmax(0, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.ps-info-page .ps-service-journal :is(.ps-service-journal__hero-media, .ps-service-journal__care-motion-frame) video {
    display: none;
  }
}

/* Shipping — the shared .ps-service-journal component is authored up to
   1180px (see the base rule above), but the generic .entry-content cap of
   960px was clipping it to ~920px on this page only. Widen just enough for
   the component to reach its own declared width. */
body.ps-info-page:is(.page-id-1360, .page-id-2207) .entry-content {
  max-width: 1260px;
}
