:root {
  --psh-bg: #FAF6EF;
  --psh-card: #FFFFFF;
  --psh-primary: #C96F4A;
  --psh-primary-deep: #A9542F;
  --psh-secondary: #7C9885;
  --psh-secondary-soft: #E4ECE4;
  --psh-ink: #33302B;
  --psh-ink-soft: #6B655C;
  --psh-line: #ECE3D4;
  --psh-primary-tint: #F6E3D8;
  --psh-radius-lg: 28px;
  --psh-radius-md: 18px;
  --psh-shadow: 0 18px 40px -24px rgba(51, 48, 43, 0.45);
  --psh-shadow-soft: 0 10px 24px -18px rgba(51, 48, 43, 0.4);
  --psh-gap: 20px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Karla", system-ui, sans-serif;
  color: var(--psh-ink);
  background: var(--psh-bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  line-height: 1.12;
  margin: 0 0 0.4em;
  color: var(--psh-ink);
}

p { margin: 0 0 1em; }

a { color: var(--psh-primary-deep); }

.psh-eyebrow {
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--psh-secondary);
  margin: 0 0 0.7em;
}

/* ---------- Top bar ---------- */
.psh-topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 20px;
  background: rgba(250, 246, 239, 0.9);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--psh-line);
}

.psh-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--psh-ink);
}

.psh-brand-mark {
  width: 30px;
  height: 30px;
  border-radius: 50% 50% 50% 12px;
  background: radial-gradient(circle at 30% 30%, var(--psh-primary), var(--psh-primary-deep));
  box-shadow: inset -4px -4px 8px rgba(0, 0, 0, 0.12);
  flex: none;
}

.psh-brand-mark-sm { width: 24px; height: 24px; }

.psh-brand-name {
  font-family: "Fraunces", serif;
  font-weight: 700;
  font-size: 1.28rem;
  letter-spacing: 0.01em;
}

.psh-nav { display: none; }

.psh-nav a {
  text-decoration: none;
  color: var(--psh-ink-soft);
  font-weight: 500;
  font-size: 0.95rem;
  padding: 6px 2px;
}

.psh-nav a:hover { color: var(--psh-primary-deep); }

.psh-nav-cta {
  background: var(--psh-primary);
  color: #fff !important;
  padding: 8px 16px !important;
  border-radius: 999px;
}

/* ---------- Buttons ---------- */
.psh-btn {
  display: inline-block;
  padding: 13px 24px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  font-size: 1rem;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.psh-btn-primary {
  background: var(--psh-primary);
  color: #fff;
  box-shadow: var(--psh-shadow-soft);
}

.psh-btn-primary:hover {
  background: var(--psh-primary-deep);
  transform: translateY(-2px);
}

.psh-btn-ghost {
  background: transparent;
  color: var(--psh-ink);
  border: 1.5px solid var(--psh-line);
}

.psh-btn-ghost:hover {
  border-color: var(--psh-secondary);
  color: var(--psh-primary-deep);
}

/* ---------- Sections shared ---------- */
main { display: block; }

section { padding: 56px 20px; }

.psh-section-head {
  max-width: 620px;
  margin: 0 auto 32px;
  text-align: center;
}

.psh-section-head h2 { font-size: clamp(1.7rem, 5vw, 2.4rem); }

.psh-section-sub { color: var(--psh-ink-soft); }

/* ---------- Hero ---------- */
.psh-hero {
  position: relative;
  overflow: hidden;
  padding: 64px 20px 72px;
}

.psh-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 640px;
  margin: 0 auto;
}

.psh-hero h1 {
  font-size: clamp(2.3rem, 9vw, 3.6rem);
  font-weight: 700;
}

.psh-lead {
  font-size: 1.14rem;
  color: var(--psh-ink-soft);
  max-width: 34em;
}

.psh-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.psh-blob {
  position: absolute;
  border-radius: 46% 54% 62% 38% / 52% 40% 60% 48%;
  filter: blur(2px);
  z-index: 1;
  opacity: 0.9;
}

.psh-blob-a {
  width: 260px; height: 260px;
  top: -70px; right: -60px;
  background: var(--psh-primary-tint);
}

.psh-blob-b {
  width: 180px; height: 180px;
  bottom: -60px; left: -50px;
  background: var(--psh-secondary-soft);
  border-radius: 60% 40% 33% 67% / 44% 62% 38% 56%;
}

.psh-blob-c {
  width: 120px; height: 120px;
  top: 40%; right: 8%;
  background: rgba(124, 152, 133, 0.24);
  border-radius: 50% 50% 40% 60% / 55% 45% 55% 45%;
}

.psh-blob-d {
  width: 220px; height: 220px;
  top: -50px; left: -70px;
  background: var(--psh-primary-tint);
  opacity: 0.7;
}

/* ---------- Services ---------- */
.psh-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--psh-gap);
  max-width: 1040px;
  margin: 0 auto;
}

.psh-card {
  background: var(--psh-card);
  border-radius: var(--psh-radius-lg);
  padding: 28px 24px;
  box-shadow: var(--psh-shadow);
  border: 1px solid var(--psh-line);
}

.psh-card h3 { font-size: 1.32rem; }

.psh-card p { color: var(--psh-ink-soft); margin: 0; }

/* CSS-drawn icons */
.psh-ico {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: var(--psh-primary-tint);
  margin-bottom: 16px;
}

.psh-ico::before, .psh-ico::after {
  content: "";
  position: absolute;
}

/* broom */
.psh-ico-broom::before {
  width: 4px; height: 22px;
  background: var(--psh-primary-deep);
  border-radius: 2px;
  top: 12px; left: 30px;
  transform: rotate(24deg);
}
.psh-ico-broom::after {
  width: 18px; height: 12px;
  background: var(--psh-secondary);
  border-radius: 3px 3px 8px 8px;
  bottom: 12px; left: 15px;
  transform: rotate(24deg);
}

/* cup */
.psh-ico-cup::before {
  width: 22px; height: 16px;
  background: var(--psh-primary);
  border-radius: 4px 4px 10px 10px;
  bottom: 16px; left: 15px;
}
.psh-ico-cup::after {
  width: 10px; height: 10px;
  border: 3px solid var(--psh-primary);
  border-radius: 50%;
  bottom: 20px; right: 12px;
}

/* bag */
.psh-ico-bag::before {
  width: 24px; height: 22px;
  background: var(--psh-secondary);
  border-radius: 3px 3px 8px 8px;
  bottom: 12px; left: 16px;
}
.psh-ico-bag::after {
  width: 14px; height: 10px;
  border: 3px solid var(--psh-primary-deep);
  border-bottom: none;
  border-radius: 8px 8px 0 0;
  top: 16px; left: 21px;
}

/* pot */
.psh-ico-pot::before {
  width: 28px; height: 16px;
  background: var(--psh-primary);
  border-radius: 4px 4px 12px 12px;
  bottom: 14px; left: 14px;
}
.psh-ico-pot::after {
  width: 8px; height: 8px;
  background: var(--psh-secondary);
  border-radius: 50%;
  top: 15px; left: 24px;
  box-shadow: 10px 0 0 var(--psh-secondary), -10px 0 0 var(--psh-secondary);
}

/* ---------- Week strip ---------- */
.psh-week { background: var(--psh-secondary-soft); }

.psh-steps {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 1040px;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--psh-gap);
  counter-reset: none;
}

.psh-step {
  position: relative;
  background: var(--psh-card);
  border-radius: var(--psh-radius-md);
  padding: 24px 22px 22px;
  box-shadow: var(--psh-shadow-soft);
}

.psh-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px; height: 38px;
  border-radius: 50%;
  background: var(--psh-primary);
  color: #fff;
  font-family: "Fraunces", serif;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 14px;
}

.psh-step h3 { font-size: 1.18rem; }
.psh-step p { color: var(--psh-ink-soft); margin: 0; }

/* ---------- Coverage ---------- */
.psh-coverage {
  position: relative;
  overflow: hidden;
}

.psh-coverage-inner {
  position: relative;
  z-index: 2;
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  background: var(--psh-card);
  border: 1px solid var(--psh-line);
  border-radius: var(--psh-radius-lg);
  padding: 40px 28px;
  box-shadow: var(--psh-shadow);
}

.psh-coverage-inner h2 { font-size: clamp(1.6rem, 5vw, 2.2rem); }
.psh-coverage-inner p { color: var(--psh-ink-soft); margin: 0; }

/* ---------- FAQ ---------- */
.psh-accordion {
  max-width: 720px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.psh-item {
  background: var(--psh-card);
  border: 1px solid var(--psh-line);
  border-radius: var(--psh-radius-md);
  overflow: hidden;
}

.psh-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  text-align: left;
  background: none;
  border: none;
  padding: 18px 20px;
  font-family: "Karla", sans-serif;
  font-size: 1.04rem;
  font-weight: 700;
  color: var(--psh-ink);
  cursor: pointer;
}

.psh-q-mark {
  position: relative;
  width: 18px; height: 18px;
  flex: none;
}
.psh-q-mark::before, .psh-q-mark::after {
  content: "";
  position: absolute;
  background: var(--psh-primary);
  border-radius: 2px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.psh-q-mark::before { top: 8px; left: 0; width: 18px; height: 2px; }
.psh-q-mark::after { top: 0; left: 8px; width: 2px; height: 18px; }

.psh-q[aria-expanded="true"] .psh-q-mark::after { transform: scaleY(0); opacity: 0; }

.psh-a {
  padding: 0 20px 18px;
}
.psh-a p { color: var(--psh-ink-soft); margin: 0; }

/* ---------- Reach ---------- */
.psh-reach { background: var(--psh-secondary-soft); }

.psh-reach-card {
  max-width: 680px;
  margin: 0 auto;
  background: var(--psh-card);
  border-radius: var(--psh-radius-lg);
  border: 1px solid var(--psh-line);
  box-shadow: var(--psh-shadow);
  padding: 40px 28px;
  text-align: center;
}

.psh-reach-card h2 { font-size: clamp(1.7rem, 5vw, 2.3rem); }
.psh-reach-lead { color: var(--psh-ink-soft); }

.psh-details {
  display: grid;
  gap: 16px;
  margin: 28px 0;
  text-align: left;
}

.psh-detail {
  border-top: 1px solid var(--psh-line);
  padding-top: 14px;
}

.psh-detail dt {
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--psh-secondary);
  margin-bottom: 4px;
}

.psh-detail dd {
  margin: 0;
  font-size: 1.05rem;
  color: var(--psh-ink);
}

/* ---------- Privacy notice ---------- */
.psh-pp { padding: 48px 20px 64px; }

.psh-pp-inner {
  max-width: 720px;
  margin: 0 auto;
  background: var(--psh-card);
  border: 1px solid var(--psh-line);
  border-radius: var(--psh-radius-lg);
  box-shadow: var(--psh-shadow);
  padding: 40px 26px;
}

.psh-pp-inner h1 { font-size: clamp(1.7rem, 6vw, 2.5rem); }

.psh-pp-inner h2 {
  font-size: 1.28rem;
  margin-top: 1.6em;
  color: var(--psh-primary-deep);
}

.psh-pp-inner p { color: var(--psh-ink-soft); }

.psh-pp-back {
  margin-top: 2em;
  padding-top: 1.2em;
  border-top: 1px solid var(--psh-line);
}

.psh-pp-back a { font-weight: 700; }

/* ---------- Footer ---------- */
.psh-footer {
  background: var(--psh-ink);
  color: #EDE6DA;
  padding: 44px 20px;
  text-align: center;
}

.psh-footer-inner { max-width: 620px; margin: 0 auto; }

.psh-footer .psh-brand-mark-sm { margin: 0 auto 14px; display: block; }

.psh-footer-name {
  font-family: "Fraunces", serif;
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: 0.04em;
  margin: 0 0 6px;
}

.psh-footer-line {
  color: #B7AE9F;
  font-size: 0.94rem;
  margin: 0 0 18px;
}

.psh-footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}

.psh-footer-nav a {
  color: #EDE6DA;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
}

.psh-footer-nav a:hover { color: var(--psh-primary); }

/* ---------- Larger screens ---------- */
@media (min-width: 720px) {
  .psh-nav { display: flex; align-items: center; gap: 22px; }
  .psh-cards { grid-template-columns: repeat(2, 1fr); }
  .psh-steps { grid-template-columns: repeat(4, 1fr); }
  section { padding: 72px 32px; }
  .psh-details { grid-template-columns: 1fr 1fr; }
}

@media (min-width: 1024px) {
  .psh-cards { grid-template-columns: repeat(4, 1fr); }
  .psh-hero { padding: 96px 32px 104px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .psh-btn, .psh-q-mark::before, .psh-q-mark::after { transition: none; }
}
