/* Gallery-style homepage redesign for PorcelainSoul. */

:root {
  --ps-gallery-bg: #090d10;
  --ps-gallery-paper: #12181d;
  --ps-gallery-paper-soft: #182127;
  --ps-gallery-ink: #edf3f1;
  --ps-gallery-muted: #a7b5bc;
  --ps-gallery-soft: #7d8f98;
  --ps-gallery-line: rgba(255, 255, 255, 0.1);
  --ps-gallery-accent: #1b7f84;
  --ps-gallery-accent-strong: #125b5f;
  --ps-gallery-accent-fog: rgba(27, 127, 132, 0.1);
  --ps-gallery-night: #10161b;
  --ps-gallery-night-soft: #1c262d;
  --ps-gallery-shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
  --ps-gallery-radius: 28px;
  --ps-gallery-radius-sm: 20px;
  --ps-gallery-copy: 60ch;
}

.home #header,
.home .header-wrapper,
.home .header-bg-container {
  display: none !important;
}

.home.ps-brand-modern-talisman,
.home .ps-home-stage {
  background:
    radial-gradient(circle at top right, rgba(27, 127, 132, 0.18), transparent 16%),
    radial-gradient(circle at 20% 0, rgba(85, 120, 134, 0.12), transparent 24%),
    linear-gradient(180deg, #070b0e 0%, #0d1216 40%, #0b1014 100%);
  color: var(--ps-gallery-ink);
}

.home .ps-home-stage {
  padding: 20px 16px 84px;
}

.home .ps-home-stage__inner {
  margin: 0 auto;
  max-width: 1420px;
}

.home .ps-home-stage .button,
.home .ps-home-stage .ps-button {
  background: var(--ps-gallery-accent);
  border: 1px solid var(--ps-gallery-accent);
  border-radius: 999px;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  min-height: 50px;
  padding: 0 24px;
  text-transform: uppercase;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.home .ps-home-stage .button:hover,
.home .ps-home-stage .ps-button:hover {
  background: var(--ps-gallery-accent-strong);
  border-color: var(--ps-gallery-accent-strong);
  color: #fff;
  transform: translateY(-1px);
}

.home .ps-home-stage .button.is-outline,
.home .ps-home-stage .ps-button--ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.16);
  color: var(--ps-gallery-ink);
}

.home .ps-home-stage .button.is-outline:hover,
.home .ps-home-stage .ps-button--ghost:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(111, 189, 190, 0.28);
  color: #fff;
}

.home .ps-home-chrome {
  backdrop-filter: blur(14px);
  background:
    linear-gradient(180deg, rgba(10, 14, 17, 0.92), rgba(16, 22, 27, 0.84)),
    rgba(10, 14, 17, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.24);
  margin-bottom: 18px;
  overflow: hidden;
  padding: 0;
  position: sticky;
  top: 14px;
  z-index: 25;
}

.home .ps-home-chrome::before {
  background: linear-gradient(90deg, rgba(27, 127, 132, 0), rgba(85, 195, 198, 0.85), rgba(27, 127, 132, 0));
  content: "";
  height: 1px;
  left: 26px;
  opacity: 0.9;
  position: absolute;
  right: 26px;
  top: 0;
}

.home .ps-home-chrome__top {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 18px 22px 16px;
}

.home .ps-home-chrome__brand {
  align-items: center;
  color: var(--ps-gallery-ink);
  display: inline-flex;
  gap: 14px;
  text-decoration: none;
}

.home .ps-home-chrome__brand-copy {
  display: grid;
  gap: 2px;
}

.home .ps-home-chrome__mark {
  align-items: center;
  background:
    radial-gradient(circle at 30% 28%, rgba(170, 228, 230, 0.2), transparent 44%),
    linear-gradient(135deg, rgba(27, 127, 132, 0.28), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(111, 189, 190, 0.24);
  border-radius: 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  color: #a6d8d9;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 800;
  height: 42px;
  justify-content: center;
  letter-spacing: 0.14em;
  width: 42px;
}

.home .ps-home-chrome__wordmark {
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.home .ps-home-chrome__descriptor {
  color: rgba(167, 181, 188, 0.76);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home .ps-home-chrome__tools,
.home .ps-home-chrome__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.home .ps-home-chrome__tools {
  align-items: center;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 999px;
  padding: 7px 10px;
}

.home .ps-home-chrome__nav {
  align-items: center;
  gap: 10px;
  padding: 14px 22px 16px;
}

.home .ps-home-chrome__tool-link,
.home .ps-home-chrome__nav-link {
  color: rgba(237, 243, 241, 0.88);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.home .ps-home-chrome__nav-link {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  min-height: 38px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, color 180ms ease;
}

.home .ps-home-chrome__tool-link:hover,
.home .ps-home-chrome__nav-link:hover {
  color: #dff7f7;
}

.home .ps-home-chrome__nav-link:hover {
  background: linear-gradient(180deg, rgba(27, 127, 132, 0.22), rgba(255, 255, 255, 0.04));
  border-color: rgba(111, 189, 190, 0.28);
  transform: translateY(-1px);
}

.home .ps-home-chrome__tool-link {
  color: rgba(237, 243, 241, 0.72);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  min-height: 28px;
  padding: 0 6px;
}

.home .ps-home-chrome__tool-link:hover {
  color: #fff;
}

.home .ps-home-stage .ps-eyebrow {
  color: var(--ps-gallery-accent);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.home .ps-home-stage .ps-display-title {
  color: var(--ps-gallery-ink);
  font-size: clamp(2.45rem, 5vw, 5.2rem);
  font-weight: 780;
  letter-spacing: -0.06em;
  line-height: 0.92;
  max-width: 7.6ch;
}

.home .ps-home-stage .ps-section-copy {
  color: var(--ps-gallery-muted);
  font-size: 1rem;
  line-height: 1.72;
  margin-top: 18px;
  max-width: var(--ps-gallery-copy);
}

.home .ps-home-stage .ps-hero-shell,
.home .ps-home-stage .ps-trust-item,
.home .ps-home-stage .ps-link-card,
.home .ps-home-stage .ps-faq-item,
.home .ps-home-stage .ps-editorial-banner,
.home .ps-home-stage .ps-value-card {
  background:
    linear-gradient(180deg, rgba(18, 24, 29, 0.96), rgba(11, 16, 20, 0.96)),
    var(--ps-gallery-paper);
  border: 1px solid var(--ps-gallery-line);
  border-radius: var(--ps-gallery-radius);
  box-shadow: var(--ps-gallery-shadow);
}

.home .ps-home-stage .ps-hero-shell {
  overflow: hidden;
  padding: 34px;
  position: relative;
}

.home .ps-home-stage .ps-hero-shell::before {
  background:
    radial-gradient(circle at top right, rgba(27, 127, 132, 0.18), transparent 30%),
    radial-gradient(circle at bottom left, rgba(97, 121, 133, 0.16), transparent 26%);
  content: "";
  inset: 0;
  position: absolute;
}

.home .ps-home-stage .ps-hero-layout {
  align-items: center;
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.94fr);
  position: relative;
  z-index: 1;
}

.home .ps-home-stage .ps-hero-copy {
  max-width: 670px;
}

.home .ps-home-stage .ps-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.home .ps-home-stage .ps-hero-proof-list {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 24px 0 0;
  max-width: 620px;
  padding: 0;
}

.home .ps-home-stage .ps-hero-proof-list li {
  align-items: center;
  color: var(--ps-gallery-ink);
  display: inline-flex;
  font-size: 0.97rem;
  font-weight: 650;
  gap: 12px;
}

.home .ps-home-stage .ps-hero-proof-list li::before {
  background: linear-gradient(135deg, var(--ps-gallery-accent), #52aaae);
  border-radius: 999px;
  content: "";
  flex: 0 0 8px;
  height: 8px;
  width: 8px;
}

.home .ps-home-stage .ps-hero-note {
  color: var(--ps-gallery-soft);
  font-size: 0.95rem;
  line-height: 1.7;
  margin-top: 20px;
  max-width: 58ch;
}

.home .ps-home-stage .ps-hero-media {
  display: grid;
  gap: 14px;
}

.home .ps-home-stage .ps-hero-object-card {
  background:
    radial-gradient(circle at top right, rgba(27, 127, 132, 0.18), transparent 26%),
    linear-gradient(180deg, rgba(11, 16, 20, 0.98), rgba(28, 37, 45, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 34px;
  color: #eef4f3;
  display: grid;
  gap: 18px;
  overflow: hidden;
  padding: 20px;
  text-decoration: none;
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.home .ps-home-stage .ps-hero-object-card:hover {
  box-shadow: 0 34px 72px rgba(16, 22, 27, 0.24);
  transform: translateY(-2px);
}

.home .ps-home-stage .ps-hero-object-frame {
  align-items: center;
  aspect-ratio: 0.98 / 1;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.06), transparent 40%),
    linear-gradient(180deg, rgba(10, 14, 18, 0.98), rgba(5, 8, 10, 1));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 26px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 22px;
}

.home .ps-home-stage .ps-hero-object-image {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.home .ps-home-stage .ps-hero-object-label {
  color: rgba(238, 244, 243, 0.72);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.home .ps-home-stage .ps-hero-object-copy strong {
  color: #f7fbfb;
  display: block;
  font-size: 1.5rem;
  font-weight: 760;
  letter-spacing: -0.04em;
  line-height: 1.08;
  margin-top: 8px;
}

.home .ps-home-stage .ps-hero-object-copy p {
  color: rgba(238, 244, 243, 0.78);
  font-size: 0.95rem;
  line-height: 1.66;
  margin: 10px 0 0;
}

.home .ps-home-stage .ps-hero-object-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.home .ps-home-stage .ps-hero-object-foot span {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: rgba(238, 244, 243, 0.8);
  display: inline-flex;
  font-size: 0.8rem;
  font-weight: 650;
  min-height: 34px;
  padding: 0 14px;
  align-items: center;
}

.home .ps-home-stage .ps-hero-meta-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home .ps-home-stage .ps-hero-meta-card {
  background: linear-gradient(180deg, rgba(21, 29, 34, 0.9), rgba(14, 20, 24, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  min-height: 110px;
  padding: 16px;
}

.home .ps-home-stage .ps-hero-meta-card strong {
  color: var(--ps-gallery-ink);
  display: block;
  font-size: 0.93rem;
  line-height: 1.42;
}

.home .ps-home-stage .ps-hero-meta-card span {
  color: var(--ps-gallery-muted);
  display: block;
  font-size: 0.86rem;
  line-height: 1.58;
  margin-top: 8px;
}

.home .ps-home-band + .ps-home-band {
  margin-top: 22px;
}

.home .ps-home-stage .ps-trust-bar {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
}

.home .ps-home-stage .ps-trust-item {
  min-height: 100%;
  padding: 20px;
}

.home .ps-home-stage .ps-trust-item::before {
  background: linear-gradient(135deg, var(--ps-gallery-accent), rgba(27, 127, 132, 0.22));
  border-radius: 999px;
  content: "";
  display: block;
  height: 10px;
  margin-bottom: 14px;
  width: 10px;
}

.home .ps-home-stage .ps-trust-item strong {
  color: var(--ps-gallery-ink);
  display: block;
  font-size: 0.98rem;
  font-weight: 750;
  line-height: 1.34;
}

.home .ps-home-stage .ps-trust-item span {
  color: var(--ps-gallery-muted);
  display: block;
  font-size: 0.92rem;
  line-height: 1.66;
  margin-top: 8px;
}

.home .ps-home-heading {
  margin-bottom: 18px;
  max-width: 58rem;
}

.home .ps-home-heading--compact {
  margin-bottom: 16px;
}

.home .ps-home-heading__title {
  color: var(--ps-gallery-ink);
  font-size: clamp(2rem, 3.2vw, 3rem);
  font-weight: 760;
  letter-spacing: -0.05em;
  line-height: 0.96;
  margin: 0;
  max-width: 10ch;
}

.home .ps-home-heading__copy {
  color: var(--ps-gallery-muted);
  font-size: 0.98rem;
  line-height: 1.7;
  margin: 14px 0 0;
  max-width: 58ch;
}

.home .ps-home-stage .ps-link-grid {
  display: grid;
  gap: 16px;
  grid-auto-rows: minmax(168px, auto);
  grid-template-columns: minmax(0, 1.35fr) repeat(2, minmax(260px, 1fr));
  margin: 0;
}

.home .ps-home-stage .ps-link-card {
  color: var(--ps-gallery-ink);
  display: grid;
  gap: 12px;
  min-height: 100%;
  overflow: hidden;
  padding: 24px;
  position: relative;
  text-decoration: none;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.home .ps-home-stage .ps-link-card::before {
  background: radial-gradient(circle at top right, rgba(27, 127, 132, 0.16), transparent 42%);
  content: "";
  inset: 0;
  position: absolute;
}

.home .ps-home-stage .ps-link-card > * {
  position: relative;
  z-index: 1;
}

.home .ps-home-stage .ps-link-card:hover {
  border-color: rgba(111, 189, 190, 0.22);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.24);
  transform: translateY(-2px);
}

.home .ps-home-stage .ps-link-card--hero {
  background:
    radial-gradient(circle at top right, rgba(27, 127, 132, 0.18), transparent 26%),
    linear-gradient(180deg, rgba(13, 18, 23, 0.98), rgba(28, 37, 45, 0.98));
  border-color: rgba(255, 255, 255, 0.06);
  color: #eef4f3;
  grid-column: 1;
  grid-row: 1 / span 2;
  min-height: 0;
}

.home .ps-home-stage .ps-link-card--hero::before {
  background: linear-gradient(180deg, transparent 0%, rgba(8, 12, 15, 0.12) 100%);
}

.home .ps-home-stage .ps-link-card--medium,
.home .ps-home-stage .ps-link-card--medium-alt {
  min-height: 0;
}

.home .ps-home-stage .ps-link-card--medium {
  grid-column: 2;
  grid-row: 1;
}

.home .ps-home-stage .ps-link-card--medium-alt {
  grid-column: 3;
  grid-row: 1;
  background:
    radial-gradient(circle at top right, rgba(27, 127, 132, 0.14), transparent 40%),
    linear-gradient(180deg, rgba(26, 34, 40, 0.98), rgba(17, 23, 28, 0.98));
}

.home .ps-home-stage .ps-link-card--accent {
  background:
    radial-gradient(circle at top right, rgba(111, 189, 190, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(20, 28, 34, 0.98), rgba(14, 20, 24, 0.98));
  border-color: rgba(255, 255, 255, 0.06);
  color: #eef4f3;
  grid-column: 2 / span 2;
  grid-row: 2;
  min-height: 0;
}

.home .ps-home-stage .ps-link-card__eyebrow {
  color: var(--ps-gallery-soft);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home .ps-home-stage .ps-link-card--hero .ps-link-card__eyebrow,
.home .ps-home-stage .ps-link-card--medium-alt .ps-link-card__eyebrow,
.home .ps-home-stage .ps-link-card--accent .ps-link-card__eyebrow {
  color: rgba(238, 244, 243, 0.66);
}

.home .ps-home-stage .ps-link-card--medium-alt,
.home .ps-home-stage .ps-link-card--medium-alt strong {
  color: #eef4f3;
}

.home .ps-home-stage .ps-link-card--medium-alt p {
  color: rgba(238, 244, 243, 0.8);
}

.home .ps-home-stage .ps-link-card strong {
  color: currentColor;
  display: block;
  font-size: 1.28rem;
  font-weight: 760;
  letter-spacing: -0.03em;
  line-height: 1.08;
}

.home .ps-home-stage .ps-link-card p {
  color: inherit;
  font-size: 0.95rem;
  line-height: 1.68;
  margin: 0;
  opacity: 0.82;
  max-width: 36ch;
}

.home .ps-home-stage .ps-link-card__meta {
  color: #8ccfd1;
  font-size: 0.88rem;
  font-weight: 750;
  margin-top: auto;
}

.home .ps-home-stage .ps-link-card--hero .ps-link-card__meta,
.home .ps-home-stage .ps-link-card--accent .ps-link-card__meta {
  color: #7dd0d3;
}

.home .ps-home-stage .ps-collection-stage {
  margin-top: 8px;
}

.home .ps-home-stage .woocommerce {
  margin: 0;
}

.home .ps-home-stage .woocommerce ul.products {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
}

.home .ps-home-stage .woocommerce ul.products::before,
.home .ps-home-stage .woocommerce ul.products::after {
  display: none;
}

.home .ps-home-stage .woocommerce ul.products li.product {
  margin: 0;
  width: 100%;
}

.home .ps-home-stage .woocommerce ul.products li.product .box {
  background:
    linear-gradient(180deg, rgba(18, 24, 29, 0.96), rgba(13, 18, 22, 0.96)),
    var(--ps-gallery-paper);
  border: 1px solid var(--ps-gallery-line);
  border-radius: 24px;
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.home .ps-home-stage .woocommerce ul.products li.product .box:hover {
  border-color: rgba(111, 189, 190, 0.22);
  box-shadow: 0 28px 64px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}

.home .ps-home-stage .woocommerce ul.products li.product .box-image {
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.08), transparent 42%),
    linear-gradient(180deg, rgba(12, 17, 21, 0.98), rgba(6, 9, 11, 1));
  overflow: hidden;
}

.home .ps-home-stage .woocommerce ul.products li.product img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.home .ps-home-stage .woocommerce ul.products li.product .box-text {
  padding: 18px 18px 20px;
}

.home .ps-home-stage .woocommerce ul.products li.product .name,
.home .ps-home-stage .woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: #f3f7f6;
  font-size: 1.02rem;
  font-weight: 760;
  letter-spacing: -0.03em;
  line-height: 1.35;
}

.home .ps-home-stage .woocommerce ul.products li.product .price {
  color: var(--ps-gallery-accent-strong);
  font-size: 0.94rem;
  font-weight: 760;
}

.home .ps-home-stage .woocommerce ul.products li.product .button {
  margin-top: 12px;
  width: 100%;
}

.home .ps-home-stage .woocommerce ul.products li.product .wishlist-icon,
.home .ps-home-stage .woocommerce ul.products li.product .quick-view,
.home .ps-home-stage .woocommerce ul.products li.product .badge-container {
  display: none !important;
}

.home .ps-value-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home .ps-value-card {
  min-height: 100%;
  padding: 22px;
}

.home .ps-value-card__eyebrow {
  color: var(--ps-gallery-accent);
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.home .ps-value-card strong {
  color: var(--ps-gallery-ink);
  display: block;
  font-size: 1.05rem;
  font-weight: 760;
  letter-spacing: -0.02em;
  line-height: 1.35;
}

.home .ps-value-card p {
  color: var(--ps-gallery-muted);
  font-size: 0.94rem;
  line-height: 1.7;
  margin: 10px 0 0;
}

.home .ps-home-stage .ps-editorial-banner {
  background:
    radial-gradient(circle at top right, rgba(53, 146, 149, 0.18), transparent 22%),
    linear-gradient(180deg, rgba(11, 15, 19, 0.99), rgba(19, 26, 31, 0.99));
  border-color: rgba(255, 255, 255, 0.06);
  color: #eef4f3;
  overflow: hidden;
  padding: 34px;
  position: relative;
}

.home .ps-home-stage .ps-editorial-banner::before {
  content: none;
}

.home .ps-home-stage .ps-editorial-banner .ps-display-title,
.home .ps-home-stage .ps-editorial-banner .ps-section-copy,
.home .ps-home-stage .ps-editorial-banner .ps-cta-note,
.home .ps-home-stage .ps-editorial-banner .ps-eyebrow {
  color: #eef4f3;
}

.home .ps-home-stage .ps-editorial-banner .ps-display-title {
  max-width: 11ch;
}

.home .ps-home-stage .ps-editorial-banner .ps-section-copy,
.home .ps-home-stage .ps-editorial-banner .ps-cta-note {
  color: rgba(238, 244, 243, 0.78);
}

.home .ps-home-stage .ps-editorial-banner .button.is-outline,
.home .ps-home-stage .ps-editorial-banner .ps-button--ghost {
  border-color: rgba(255, 255, 255, 0.18);
  color: #eef4f3;
}

.home .ps-home-stage .ps-editorial-banner .button.is-outline:hover,
.home .ps-home-stage .ps-editorial-banner .ps-button--ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.home .ps-home-stage .ps-faq {
  display: grid;
  gap: 12px;
  margin: 0;
}

.home .ps-home-stage .ps-faq-item {
  overflow: hidden;
  padding: 0;
}

.home .ps-home-stage .ps-faq-item summary {
  color: var(--ps-gallery-ink);
  cursor: pointer;
  font-size: 0.98rem;
  font-weight: 730;
  list-style: none;
  padding: 18px 54px 18px 22px;
  position: relative;
}

.home .ps-home-stage .ps-faq-item summary::after {
  color: var(--ps-gallery-soft);
  content: "+";
  font-size: 1.2rem;
  position: absolute;
  right: 22px;
  top: 16px;
}

.home .ps-home-stage .ps-faq-item[open] summary::after {
  content: "-";
}

.home .ps-home-stage .ps-faq-item p {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--ps-gallery-muted);
  font-size: 0.94rem;
  line-height: 1.7;
  margin: 0;
  padding: 14px 22px 20px;
}

@media (max-width: 1180px) {
  .home .ps-home-stage .ps-hero-layout {
    grid-template-columns: 1fr;
  }

  .home .ps-home-stage .ps-hero-meta-grid,
  .home .ps-home-stage .ps-trust-bar,
  .home .ps-value-grid {
    grid-template-columns: 1fr;
  }

  .home .ps-home-stage .ps-link-card--hero,
  .home .ps-home-stage .ps-link-card--medium,
  .home .ps-home-stage .ps-link-card--medium-alt,
  .home .ps-home-stage .ps-link-card--accent {
    grid-column: span 12;
  }

  .home .ps-home-stage .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 849px) {
  .home .ps-home-stage {
    padding: 14px 12px 56px;
  }

  .home .ps-home-chrome {
    top: 8px;
  }

  .home .ps-home-chrome__top {
    align-items: flex-start;
    flex-direction: column;
    padding: 16px 16px 14px;
  }

  .home .ps-home-chrome__tools,
  .home .ps-home-chrome__nav {
    gap: 10px;
  }

  .home .ps-home-chrome__nav {
    padding: 12px 16px 14px;
  }

  .home .ps-home-chrome__tools {
    border-radius: 16px;
    padding: 6px 8px;
  }

  .home .ps-home-chrome__nav-link {
    min-height: 34px;
    padding: 0 13px;
  }

  .home .ps-home-stage .ps-hero-shell,
  .home .ps-home-stage .ps-editorial-banner {
    padding: 22px;
  }

  .home .ps-home-stage .ps-display-title {
    font-size: clamp(2.2rem, 12vw, 4rem);
    line-height: 0.96;
    max-width: 8.5ch;
  }

  .home .ps-home-stage .ps-home-heading__title {
    font-size: clamp(1.9rem, 10vw, 2.6rem);
    max-width: 10ch;
  }

  .home .ps-home-stage .ps-link-grid,
  .home .ps-home-stage .woocommerce ul.products {
    grid-template-columns: 1fr;
  }

  .home .ps-home-stage .ps-link-card--hero,
  .home .ps-home-stage .ps-link-card--medium,
  .home .ps-home-stage .ps-link-card--medium-alt,
  .home .ps-home-stage .ps-link-card--accent {
    grid-column: span 1;
    min-height: auto;
  }
}
