.elementor-1359 .elementor-element.elementor-element-7e644fb{--display:flex;}/* Start custom CSS *//* ══════════════════════════════════════════════
   PLEASURE PLAYROOM™ — The Experience Page CSS
   Scope: .ppd-exp (all rules prefixed)
   Paste into: Elementor > Page Settings >
               Advanced > Custom CSS
   ══════════════════════════════════════════════ */

/* ── Reset & Base ── */
.ppd-exp * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.ppd-exp {
  font-family: 'Jost', sans-serif;
  background: #0e0b18;
  color: #faf4ee;
  width: 100%;
  overflow-x: hidden;
}

/* ── Typography Tokens ── */
.ppd-exp .ppd-eyebrow {
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #c8102e;
  margin-bottom: 18px;
  display: block;
}

.ppd-exp .ppd-section-label {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #6e6070;
  margin-bottom: 12px;
  display: block;
}

/* ── Hero (no H1 — default template renders page title above) ── */
.ppd-exp .ppd-hero {
  position: relative;
  padding: 40px 80px 64px;
  border-bottom: 0.5px solid rgba(200, 16, 46, 0.25);
  overflow: hidden;
}

.ppd-exp .ppd-hero::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -80px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200,16,46,0.07) 0%, transparent 68%);
  pointer-events: none;
}

.ppd-exp .ppd-hero-lead {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.82;
  color: #b8a898;
  max-width: 640px;
  margin-bottom: 40px;
}

/* ── CTA Buttons ── */
.ppd-exp .ppd-cta-row {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.ppd-exp .ppd-btn-primary {
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background: #c8102e;
  color: #faf4ee !important;
  border: none;
  padding: 15px 36px;
  cursor: pointer;
  text-decoration: none !important;
  display: inline-block;
  transition: background 0.2s ease;
}

.ppd-exp .ppd-btn-primary:hover {
  background: #a50d26;
  color: #faf4ee !important;
}

.ppd-exp .ppd-btn-ghost {
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #b8a898 !important;
  text-decoration: none !important;
  border-bottom: 0.5px solid rgba(184,168,152,0.35);
  padding-bottom: 3px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.ppd-exp .ppd-btn-ghost:hover {
  color: #faf4ee !important;
  border-color: rgba(184,168,152,0.7);
}

/* ── Sections ── */
.ppd-exp .ppd-section {
  padding: 72px 80px;
  border-bottom: 0.5px solid rgba(184,168,152,0.1);
}

.ppd-exp .ppd-section h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 44px;
  font-weight: 300;
  line-height: 1.18;
  color: #faf4ee;
  margin-bottom: 22px;
}

.ppd-exp .ppd-section h2 em {
  font-style: italic;
  color: #c8102e;
}

.ppd-exp .ppd-body-text {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.85;
  color: #b8a898;
  max-width: 620px;
  margin-bottom: 28px;
}

/* ── Image + Text Split (What to Expect) ── */
.ppd-exp .ppd-intro-split {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 56px;
  align-items: center;
  margin-bottom: 0;
}

.ppd-exp .ppd-intro-text .ppd-body-text {
  max-width: 100%;
}

.ppd-exp .ppd-intro-image {
  position: relative;
}

.ppd-exp .ppd-intro-image img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
  filter: grayscale(20%);
  transition: filter 0.4s ease;
}

.ppd-exp .ppd-intro-image img:hover {
  filter: grayscale(0%);
}

.ppd-exp .ppd-intro-image::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 0.5px solid rgba(200,16,46,0.2);
  pointer-events: none;
}

/* ── Process Grid (3-col) ── */
.ppd-exp .ppd-process {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(184,168,152,0.1);
  margin-top: 48px;
}

.ppd-exp .ppd-step {
  background: #0e0b18;
  padding: 36px 30px;
}

.ppd-exp .ppd-step-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 52px;
  font-weight: 300;
  color: rgba(200,16,46,0.2);
  line-height: 1;
  margin-bottom: 18px;
}

.ppd-exp .ppd-step h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 21px;
  font-weight: 400;
  color: #faf4ee;
  margin-bottom: 10px;
}

.ppd-exp .ppd-step p {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.72;
  color: #6e6070;
}

/* ── Two Column Layout ── */
.ppd-exp .ppd-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}

/* ── Feature List ── */
.ppd-exp .ppd-feature-list {
  list-style: none;
  margin-top: 22px;
}

.ppd-exp .ppd-feature-list li {
  font-size: 14px;
  font-weight: 300;
  color: #b8a898;
  padding: 13px 0;
  border-bottom: 0.5px solid rgba(184,168,152,0.1);
  display: flex;
  align-items: flex-start;
  gap: 12px;
  line-height: 1.6;
}

.ppd-exp .ppd-feature-list li::before {
  content: '—';
  color: #c8102e;
  flex-shrink: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  margin-top: 1px;
}

/* ── Pull Quote ── */
.ppd-exp .ppd-quote-block {
  border-left: 2px solid #c8102e;
  padding: 26px 36px;
  background: rgba(200,16,46,0.04);
  margin-top: 52px;
}

.ppd-exp .ppd-quote-block blockquote {
  font-family: 'Cormorant Garamond', serif;
  font-size: 23px;
  font-weight: 300;
  font-style: italic;
  color: #faf4ee;
  line-height: 1.55;
  margin-bottom: 14px;
}

.ppd-exp .ppd-quote-block cite {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #6e6070;
  font-style: normal;
}

/* ── Services Grid (2x2) ── */
.ppd-exp .ppd-services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(184,168,152,0.1);
  margin-top: 44px;
}

.ppd-exp .ppd-service-card {
  background: #0e0b18;
  padding: 38px 34px;
  transition: background 0.25s ease;
}

.ppd-exp .ppd-service-card:hover {
  background: rgba(200,16,46,0.04);
}

.ppd-exp .ppd-service-card.ppd-featured {
  background: rgba(200,16,46,0.06);
}

.ppd-exp .ppd-service-tag {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #c8102e;
  margin-bottom: 14px;
  display: block;
}

.ppd-exp .ppd-service-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  font-weight: 400;
  color: #faf4ee;
  margin-bottom: 12px;
}

.ppd-exp .ppd-service-card p {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.78;
  color: #6e6070;
  margin-bottom: 22px;
}

.ppd-exp .ppd-service-link {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #b8a898 !important;
  text-decoration: none !important;
  border-bottom: 0.5px solid rgba(184,168,152,0.28);
  padding-bottom: 2px;
  transition: color 0.2s ease;
}

.ppd-exp .ppd-service-link:hover {
  color: #faf4ee !important;
}

/* ── Style Quiz CTA ── */
.ppd-exp .ppd-quiz-cta {
  text-align: center;
}

.ppd-exp .ppd-quiz-cta h2 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.ppd-exp .ppd-quiz-cta .ppd-body-text {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* ── FAQ ── */
.ppd-exp .ppd-faq {
  margin-top: 44px;
}

.ppd-exp .ppd-faq-item {
  border-bottom: 0.5px solid rgba(184,168,152,0.1);
  padding: 26px 0;
}

.ppd-exp .ppd-faq-q {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 400;
  color: #faf4ee;
  margin-bottom: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  user-select: none;
}

.ppd-exp .ppd-faq-q .ppd-faq-icon {
  font-size: 22px;
  color: #c8102e;
  flex-shrink: 0;
  transition: transform 0.3s ease;
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  line-height: 1;
}

.ppd-exp .ppd-faq-q.ppd-open .ppd-faq-icon {
  transform: rotate(45deg);
}

.ppd-exp .ppd-faq-a {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
  color: #6e6070;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding-top 0.2s ease;
}

.ppd-exp .ppd-faq-a.ppd-open {
  max-height: 200px;
  padding-top: 12px;
}

/* ── Closing CTA ── */
.ppd-exp .ppd-closing {
  padding: 80px 80px 72px;
  text-align: center;
}

.ppd-exp .ppd-closing h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 52px;
  font-weight: 300;
  color: #faf4ee;
  line-height: 1.18;
  margin-bottom: 18px;
}

.ppd-exp .ppd-closing h2 em {
  font-style: italic;
  color: #c8102e;
}

.ppd-exp .ppd-closing p {
  font-size: 15px;
  font-weight: 300;
  color: #b8a898;
  max-width: 440px;
  margin: 0 auto 38px;
  line-height: 1.78;
}

.ppd-exp .ppd-tagline {
  font-family: 'Cormorant Garamond', serif;
  font-size: 14px;
  font-style: italic;
  color: #6e6070;
  letter-spacing: 0.06em;
  margin-top: 26px;
  display: block;
}

/* ── Responsive: Tablet ── */
@media (max-width: 1024px) {
  .ppd-exp .ppd-intro-split {
    grid-template-columns: 1fr 340px;
    gap: 40px;
  }
}

@media (max-width: 900px) {
  .ppd-exp .ppd-hero { padding: 36px 40px 52px; }
  .ppd-exp .ppd-section { padding: 56px 40px; }
  .ppd-exp .ppd-intro-split { grid-template-columns: 1fr; }
  .ppd-exp .ppd-intro-image { order: -1; }
  .ppd-exp .ppd-intro-image img { height: 320px; }
  .ppd-exp .ppd-process { grid-template-columns: 1fr; }
  .ppd-exp .ppd-two-col { grid-template-columns: 1fr; gap: 40px; }
  .ppd-exp .ppd-services-grid { grid-template-columns: 1fr; }
  .ppd-exp .ppd-closing { padding: 60px 40px; }
  .ppd-exp .ppd-closing h2 { font-size: 38px; }
}

@media (max-width: 600px) {
  .ppd-exp .ppd-hero { padding: 28px 24px 44px; }
  .ppd-exp .ppd-hero-lead { font-size: 16px; }
  .ppd-exp .ppd-section { padding: 48px 24px; }
  .ppd-exp .ppd-section h2 { font-size: 32px; }
  .ppd-exp .ppd-intro-image img { height: 260px; }
  .ppd-exp .ppd-closing { padding: 52px 24px; }
  .ppd-exp .ppd-closing h2 { font-size: 30px; }
}/* End custom CSS */