/* CLEANSE PAGE STYLES */
:root {
  --gold: #C8973A;
  --gold-light: #E4B96A;
  --gold-pale: #F5E9D0;
  --espresso: #1A0A04;
  --forest: #1B4332;
  --cream: #FAF5EC;
  --off-white: #FEF9F2;
  --text-dark: #1C1109;
  --text-mid: #5A3D22;
  --border: rgba(200,151,58,0.25);
  --green: #2F855A;
  --red: #C53030;
}

/* HERO */
.cleanse-hero { background: linear-gradient(135deg, #1A0A04 0%, #2D1108 50%, #4a1f0e 100%); padding: 8rem 4rem 6rem; text-align: center; position: relative; overflow: hidden; }
.cleanse-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 30% 50%, rgba(200,151,58,0.15) 0%, transparent 50%), radial-gradient(circle at 70% 80%, rgba(43,103,77,0.18) 0%, transparent 50%); pointer-events: none; }
.cleanse-hero-inner { position: relative; max-width: 760px; margin: 0 auto; }
.cleanse-eyebrow { font-size: 0.74rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.6rem; font-weight: 500; }
.cleanse-hero-title { font-family: "Cormorant Garamond", serif; font-size: clamp(2.8rem, 6vw, 4.5rem); font-weight: 300; color: var(--gold-pale); line-height: 1.05; margin-bottom: 0.5rem; }
.cleanse-hero-title em { font-style: italic; color: var(--gold-light); display: inline-block; }
.cleanse-hero-tagline { font-family: "Cormorant Garamond", serif; font-size: clamp(1.3rem, 2vw, 1.7rem); color: var(--gold-light); font-style: italic; margin-bottom: 2rem; }
.cleanse-hero-sub { font-size: 1rem; color: rgba(250,245,236,0.7); line-height: 1.85; max-width: 560px; margin: 0 auto 2.5rem; font-weight: 300; }

.cleanse-hero-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-bottom: 3.5rem; }
.cleanse-btn-primary { background: var(--gold); color: var(--espresso); padding: 1rem 2.2rem; border: none; font-family: "Jost", sans-serif; font-size: 0.84rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; cursor: pointer; text-decoration: none; display: inline-block; transition: all 0.2s; }
.cleanse-btn-primary:hover { background: var(--gold-light); transform: translateY(-1px); }
.cleanse-btn-secondary { background: transparent; color: var(--gold-pale); padding: 1rem 2.2rem; border: 1.5px solid var(--gold); font-family: "Jost", sans-serif; font-size: 0.84rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; cursor: pointer; text-decoration: none; display: inline-block; transition: all 0.2s; }
.cleanse-btn-secondary:hover { background: rgba(200,151,58,0.1); }

.cleanse-pillars { display: flex; gap: 2.5rem; justify-content: center; flex-wrap: wrap; padding-top: 2.5rem; border-top: 1px solid rgba(200,151,58,0.2); }
.cleanse-pillar { display: flex; align-items: center; gap: 0.5rem; font-size: 0.78rem; color: rgba(250,245,236,0.6); letter-spacing: 0.12em; text-transform: uppercase; font-weight: 500; }
.pillar-icon { font-size: 1.1rem; }

/* INTRO (founder note) */
.cleanse-intro { background: var(--off-white); padding: 4rem 2rem; text-align: center; }
.cleanse-intro-eyebrow { font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.3rem; font-weight: 600; }
.cleanse-intro-text { font-family: "Cormorant Garamond", serif; font-size: clamp(1.25rem, 2.4vw, 1.7rem); font-style: italic; color: var(--espresso); line-height: 1.55; max-width: 720px; margin: 0 auto 1.4rem; font-weight: 400; }
.cleanse-intro-sig { font-size: 0.82rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-mid); font-weight: 500; }

/* SECTION HEADER */
.cleanse-section-header { text-align: center; margin-bottom: 3rem; }
.cleanse-section-eyebrow { font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; font-weight: 600; }
.cleanse-section-title { font-family: "Cormorant Garamond", serif; font-size: clamp(2rem, 3.8vw, 2.8rem); font-weight: 400; color: var(--espresso); line-height: 1.15; }
.cleanse-section-title em { font-style: italic; color: var(--gold); }

/* PACKAGES */
.cleanse-packages { background: var(--cream); padding: 5rem 2rem; }
.packages-grid { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.6rem; }
.packages-loading { grid-column: 1/-1; text-align: center; color: var(--text-mid); padding: 2rem; }

.package-card { background: white; border: 1px solid var(--border); padding: 2rem 1.6rem; display: flex; flex-direction: column; position: relative; transition: transform 0.3s, box-shadow 0.3s; }
.package-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(44,26,14,0.12); }
.package-highlight { background: var(--espresso); color: var(--gold-pale); border-color: var(--gold); }
.package-highlight .package-name, .package-highlight .package-tagline, .package-highlight .package-features li, .package-highlight .package-bonus { color: var(--gold-pale); }

.package-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--gold); color: var(--espresso); font-size: 0.66rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; padding: 0.4rem 1rem; white-space: nowrap; }
.package-days { font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 0.4rem; }
.package-name { font-family: "Cormorant Garamond", serif; font-size: 1.55rem; color: var(--espresso); font-weight: 600; line-height: 1.2; margin-bottom: 0.5rem; }
.package-tagline { font-size: 0.84rem; color: var(--text-mid); line-height: 1.5; margin-bottom: 1.2rem; min-height: 2.8em; }
.package-price { font-family: "Cormorant Garamond", serif; font-size: 2.6rem; color: var(--gold); font-weight: 600; margin-bottom: 1.2rem; }
.package-features { list-style: none; padding: 0; margin: 0 0 1.2rem; flex: 1; }
.package-features li { font-size: 0.82rem; color: var(--text-mid); line-height: 1.7; padding-left: 1.2rem; position: relative; margin-bottom: 0.4rem; }
.package-features li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 700; }
.package-bonus { font-size: 0.78rem; color: var(--gold); font-weight: 600; padding: 0.7rem 0.9rem; background: rgba(200,151,58,0.08); border-left: 2px solid var(--gold); margin-bottom: 1.2rem; line-height: 1.5; }
.package-highlight .package-bonus { background: rgba(200,151,58,0.15); }
.package-cta { width: 100%; padding: 0.9rem; font-size: 0.78rem; }

/* JOURNEY */
.cleanse-journey { background: var(--off-white); padding: 5rem 2rem; }
.journey-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.4rem; }
.journey-card { background: white; border: 1px solid var(--border); padding: 1.8rem 1.4rem; text-align: left; }
.journey-num { display: inline-block; font-size: 0.66rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); background: rgba(200,151,58,0.1); padding: 0.35rem 0.7rem; margin-bottom: 1rem; font-weight: 700; }
.journey-title { font-family: "Cormorant Garamond", serif; font-size: 1.6rem; color: var(--espresso); font-weight: 600; margin-bottom: 0.6rem; }
.journey-desc { font-size: 0.86rem; color: var(--text-mid); line-height: 1.7; }

/* QUIZ */
.cleanse-quiz { background: var(--espresso); padding: 5rem 2rem; }
.cleanse-quiz .cleanse-section-title { color: var(--gold-pale); }
.cleanse-quiz .cleanse-section-title em { color: var(--gold-light); }
.quiz-sub { font-size: 0.95rem; color: rgba(250,245,236,0.6); max-width: 460px; margin: 0.8rem auto 0; line-height: 1.7; }
.quiz-box { max-width: 600px; margin: 0 auto; background: white; padding: 2.5rem 2rem; min-height: 320px; }
.quiz-step, .quiz-result { display: none; }
.quiz-step.active, .quiz-result.active { display: block; }
.quiz-step-label { font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.7rem; font-weight: 600; }
.quiz-question { font-family: "Cormorant Garamond", serif; font-size: 1.6rem; color: var(--espresso); font-weight: 600; line-height: 1.3; margin-bottom: 1.5rem; }
.quiz-options { display: flex; flex-direction: column; gap: 0.6rem; }
.quiz-option { background: var(--cream); border: 1.5px solid var(--border); padding: 0.9rem 1.2rem; font-family: "Jost", sans-serif; font-size: 0.92rem; color: var(--text-dark); text-align: left; cursor: pointer; transition: all 0.15s; }
.quiz-option:hover { border-color: var(--gold); background: var(--gold-pale); }
.quiz-email-row { display: flex; gap: 0.6rem; flex-wrap: wrap; margin-bottom: 0.8rem; }
.quiz-email-row input { flex: 1; min-width: 220px; padding: 0.85rem 1rem; border: 1.5px solid var(--border); font-family: "Jost", sans-serif; font-size: 0.92rem; outline: none; }
.quiz-email-row input:focus { border-color: var(--gold); }
.quiz-submit { padding: 0.85rem 1.4rem; background: var(--espresso); color: var(--gold-pale); border: none; font-family: "Jost", sans-serif; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; cursor: pointer; transition: background 0.2s; }
.quiz-submit:hover { background: var(--gold); color: var(--espresso); }
.quiz-fineprint { font-size: 0.74rem; color: var(--text-mid); line-height: 1.5; }
.quiz-result-title { font-family: "Cormorant Garamond", serif; font-size: 1.9rem; color: var(--gold); font-weight: 600; margin-bottom: 0.7rem; line-height: 1.2; }
.quiz-result-desc { font-size: 0.92rem; color: var(--text-mid); line-height: 1.7; margin-bottom: 1.5rem; }
.quiz-result-actions { display: flex; gap: 0.7rem; flex-wrap: wrap; }

/* INCLUDED */
.cleanse-included { background: var(--cream); padding: 5rem 2rem; }
.included-grid { max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.4rem; }
.included-card { text-align: center; padding: 1.5rem 1rem; }
.included-icon { font-size: 2.2rem; display: block; margin-bottom: 0.8rem; }
.included-card h3 { font-family: "Cormorant Garamond", serif; font-size: 1.3rem; color: var(--espresso); font-weight: 600; margin-bottom: 0.5rem; }
.included-card p { font-size: 0.84rem; color: var(--text-mid); line-height: 1.7; }

/* FAQS */
.cleanse-faqs { background: var(--off-white); padding: 5rem 2rem; }
.faq-list { max-width: 720px; margin: 0 auto; }
.faq-item { background: white; border: 1px solid var(--border); margin-bottom: 0.6rem; padding: 0; }
.faq-item summary { padding: 1.1rem 1.4rem; cursor: pointer; font-family: "Jost", sans-serif; font-size: 0.94rem; font-weight: 600; color: var(--espresso); list-style: none; position: relative; padding-right: 3rem; }
.faq-item summary::after { content: "+"; position: absolute; right: 1.4rem; top: 50%; transform: translateY(-50%); font-size: 1.4rem; color: var(--gold); font-weight: 300; transition: transform 0.2s; }
.faq-item[open] summary::after { content: "−"; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item p { padding: 0 1.4rem 1.2rem; font-size: 0.88rem; color: var(--text-mid); line-height: 1.75; margin: 0; }

/* RESERVE */
.cleanse-reserve { background: var(--espresso); padding: 5rem 2rem; }
.cleanse-reserve .cleanse-section-title { color: var(--gold-pale); }
.cleanse-reserve .cleanse-section-title em { color: var(--gold-light); }
.reserve-sub { font-size: 0.95rem; color: rgba(250,245,236,0.65); max-width: 540px; margin: 0.8rem auto 0; line-height: 1.7; }
.reserve-form { max-width: 640px; margin: 0 auto; background: white; padding: 2.5rem 2rem; }
.reserve-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1rem; }
.reserve-field { margin-bottom: 1rem; }
.reserve-field label { display: block; font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-mid); margin-bottom: 0.4rem; font-weight: 600; }
.reserve-field input, .reserve-field select, .reserve-field textarea { width: 100%; padding: 0.75rem 0.95rem; border: 1.5px solid var(--border); font-family: "Jost", sans-serif; font-size: 0.9rem; outline: none; background: white; color: var(--text-dark); }
.reserve-field input:focus, .reserve-field select:focus, .reserve-field textarea:focus { border-color: var(--gold); }
.reserve-field textarea { resize: vertical; min-height: 80px; font-family: "Jost", sans-serif; }
.reserve-submit { width: 100%; padding: 1.1rem; font-size: 0.84rem; margin-top: 0.5rem; }
.reserve-fineprint { font-size: 0.78rem; color: var(--text-mid); text-align: center; margin-top: 1rem; line-height: 1.6; }
.reserve-success { max-width: 540px; margin: 0 auto; background: white; padding: 3rem 2rem; text-align: center; }
.reserve-success-icon { width: 64px; height: 64px; border-radius: 50%; background: var(--green); color: white; font-size: 2.2rem; line-height: 64px; margin: 0 auto 1.2rem; font-weight: 700; }
.reserve-success h3 { font-family: "Cormorant Garamond", serif; font-size: 1.8rem; color: var(--espresso); margin-bottom: 0.7rem; font-weight: 600; }
.reserve-success p { font-size: 0.95rem; color: var(--text-mid); line-height: 1.75; margin-bottom: 1.6rem; }

/* FOOTER */
.cleanse-footer { background: var(--espresso); border-top: 1px solid rgba(200,151,58,0.2); padding: 1.8rem 2rem; text-align: center; }
.cleanse-footer p { font-size: 0.78rem; color: rgba(250,245,236,0.45); letter-spacing: 0.06em; }
.cleanse-footer a { color: var(--gold); text-decoration: none; }
.cleanse-footer a:hover { color: var(--gold-light); }

/* FEATURE IMAGES (marketing graphics) */
.cleanse-feature-image { padding: 0 2rem 3rem; background: var(--cream); }
.cleanse-why { background: var(--off-white); padding: 5rem 2rem; }
.cleanse-program-map { background: var(--cream); padding: 5rem 2rem; }
.cleanse-program-map .feature-image-wrap, .cleanse-why .feature-image-wrap { margin-top: 1.6rem; }

.feature-image-wrap { position: relative; max-width: 1100px; margin: 0 auto; cursor: zoom-in; transition: transform 0.3s, box-shadow 0.3s; background: white; padding: 0; line-height: 0; box-shadow: 0 16px 50px rgba(44,26,14,0.12); border: 1px solid var(--border); }
.feature-image-wrap:hover { transform: translateY(-3px); box-shadow: 0 24px 60px rgba(44,26,14,0.18); }
.feature-image-wrap img { width: 100%; height: auto; display: block; }
.feature-image-wrap figcaption { position: absolute; bottom: 0.7rem; right: 0.9rem; background: rgba(26,10,4,0.78); color: var(--gold-pale); padding: 0.35rem 0.75rem; font-family: "Jost", sans-serif; font-size: 0.7rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; line-height: 1; backdrop-filter: blur(4px); }
.feature-image-dark { background: var(--espresso); }

/* IMAGE ZOOM OVERLAY */
.image-zoom-overlay { position: fixed; inset: 0; background: rgba(10,4,2,0.94); backdrop-filter: blur(8px); z-index: 1100; display: none; align-items: center; justify-content: center; padding: 1rem; cursor: zoom-out; overflow: auto; }
.image-zoom-overlay.open { display: flex; }
.image-zoom-overlay img { max-width: 100%; max-height: none; height: auto; box-shadow: 0 30px 80px rgba(0,0,0,0.6); cursor: default; }
.image-zoom-close { position: fixed; top: 1rem; right: 1.4rem; background: rgba(250,245,236,0.1); border: 1px solid rgba(250,245,236,0.3); color: var(--gold-pale); font-size: 2rem; line-height: 1; width: 48px; height: 48px; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.2s; z-index: 1101; }
.image-zoom-close:hover { background: rgba(250,245,236,0.2); border-color: var(--gold); color: white; }

@media (max-width: 768px) {
  .cleanse-feature-image { padding: 0 1.4rem 2rem; }
  .cleanse-why, .cleanse-program-map { padding: 4rem 1.4rem; }
  .feature-image-wrap figcaption { font-size: 0.62rem; padding: 0.3rem 0.6rem; }
  .image-zoom-close { top: 0.6rem; right: 0.6rem; width: 42px; height: 42px; font-size: 1.7rem; }
}

/* PACKAGE SCHEDULE BUTTON */
.package-schedule-btn { width: 100%; margin-top: 0.6rem; padding: 0.65rem; background: transparent; border: 1px solid var(--border); color: var(--text-mid); font-family: "Jost", sans-serif; font-size: 0.74rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; cursor: pointer; transition: all 0.2s; }
.package-schedule-btn:hover { border-color: var(--gold); color: var(--gold); background: rgba(200,151,58,0.05); }
.package-highlight .package-schedule-btn { border-color: rgba(250,245,236,0.25); color: rgba(250,245,236,0.7); }
.package-highlight .package-schedule-btn:hover { border-color: var(--gold-light); color: var(--gold-light); background: rgba(250,245,236,0.05); }

/* INCLUDED CLICKABLE */
.included-card-clickable { cursor: pointer; transition: transform 0.2s, background 0.2s; padding: 1.5rem 1rem 1.8rem; }
.included-card-clickable:hover { transform: translateY(-2px); background: white; }
.included-link { display: inline-block; margin-top: 0.6rem; font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); font-weight: 700; }

/* SCHEDULE MODAL */
.schedule-modal { position: fixed; inset: 0; background: rgba(26,10,4,0.85); backdrop-filter: blur(6px); z-index: 1000; display: none; align-items: flex-start; justify-content: center; padding: 2rem 1rem; overflow-y: auto; }
.schedule-modal.open { display: flex; }
.schedule-modal-box { background: white; max-width: 920px; width: 100%; position: relative; box-shadow: 0 30px 80px rgba(0,0,0,0.45); }
.schedule-modal-close { position: absolute; top: 1rem; right: 1.2rem; background: transparent; border: none; font-size: 2rem; line-height: 1; color: var(--text-mid); cursor: pointer; padding: 0; z-index: 2; transition: color 0.2s; }
.schedule-modal-close:hover { color: var(--espresso); }

.schedule-header { padding: 2rem 2rem 1.4rem; border-bottom: 1px solid var(--border); }
.schedule-eyebrow { font-size: 0.7rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.6rem; font-weight: 600; }
.schedule-title { font-family: "Cormorant Garamond", serif; font-size: 1.9rem; font-weight: 600; color: var(--espresso); margin-bottom: 0.4rem; line-height: 1.2; }
.schedule-sub { font-size: 0.86rem; color: var(--text-mid); line-height: 1.6; margin-bottom: 1.2rem; }
.schedule-tabs { display: flex; gap: 0.4rem; flex-wrap: wrap; }
.schedule-tab { padding: 0.45rem 0.95rem; background: transparent; border: 1px solid var(--border); color: var(--text-mid); font-family: "Jost", sans-serif; font-size: 0.74rem; font-weight: 600; cursor: pointer; letter-spacing: 0.06em; transition: all 0.2s; }
.schedule-tab:hover { border-color: var(--gold); color: var(--espresso); }
.schedule-tab.active { background: var(--espresso); border-color: var(--espresso); color: var(--gold-pale); }

.schedule-legend { display: flex; gap: 0.9rem; flex-wrap: wrap; padding: 0.9rem 2rem; background: var(--cream); border-bottom: 1px solid var(--border); }
.leg-item { display: flex; align-items: center; gap: 0.35rem; font-size: 0.74rem; color: var(--text-mid); font-weight: 500; }
.leg-dot { width: 10px; height: 10px; border-radius: 50%; display: inline-block; }

.schedule-body { padding: 1.4rem 2rem; max-height: 50vh; overflow-y: auto; }
.schedule-week { margin-bottom: 1.6rem; }
.schedule-week:last-child { margin-bottom: 0; }
.schedule-phase-header { display: flex; align-items: baseline; gap: 0.8rem; padding: 0.6rem 0.9rem; margin-bottom: 0.7rem; flex-wrap: wrap; }
.phase-week { font-size: 0.66rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; opacity: 0.7; }
.phase-name { font-family: "Cormorant Garamond", serif; font-size: 1.4rem; font-weight: 600; }
.phase-desc { font-size: 0.78rem; opacity: 0.75; font-style: italic; }

.schedule-day-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 0.4rem; }
.schedule-day { background: var(--off-white); border: 1px solid var(--border); padding: 0.55rem 0.4rem; text-align: center; min-height: 110px; display: flex; flex-direction: column; }
.schedule-day-num { font-size: 0.66rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.4rem; }
.schedule-day-juices { display: flex; flex-direction: column; gap: 0.25rem; flex: 1; justify-content: center; }
.day-juice { display: flex; align-items: center; gap: 0.3rem; font-size: 0.66rem; color: var(--text-dark); }
.day-juice-dot { width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; }
.day-juice-label { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-weight: 500; }

.schedule-footer { padding: 1.4rem 2rem 2rem; border-top: 1px solid var(--border); display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; justify-content: space-between; }
.schedule-note { font-size: 0.82rem; color: var(--text-mid); line-height: 1.6; flex: 1; min-width: 240px; }

@media (max-width: 768px) {
  .schedule-modal { padding: 0.5rem; align-items: stretch; }
  .schedule-modal-box { min-height: 100vh; }
  .schedule-header { padding: 1.4rem 1.2rem 1rem; }
  .schedule-title { font-size: 1.4rem; }
  .schedule-legend { padding: 0.7rem 1.2rem; gap: 0.6rem; }
  .leg-item { font-size: 0.68rem; }
  .schedule-body { padding: 1rem 1rem; }
  .schedule-day-grid { grid-template-columns: repeat(2, 1fr); gap: 0.5rem; }
  .schedule-day { min-height: auto; padding: 0.7rem; text-align: left; }
  .schedule-day-juices { flex-direction: row; flex-wrap: wrap; gap: 0.4rem; justify-content: flex-start; }
  .day-juice { font-size: 0.7rem; }
  .schedule-footer { padding: 1.2rem; flex-direction: column; align-items: stretch; }
  .schedule-footer .cleanse-btn-primary { width: 100%; text-align: center; }
}

/* CLEANSE PAGE TESTIMONIALS (reuses .testimonial-card styles inherited from style.css) */
.cleanse-testimonials { background: var(--off-white); padding: 5rem 2rem; }
.testimonials-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.6rem; }
.testimonials-loading { grid-column: 1/-1; text-align: center; color: var(--text-mid); padding: 2rem; }
.testimonial-card { background: white; padding: 2rem 1.8rem; border: 1px solid var(--border); position: relative; display: flex; flex-direction: column; }
.testimonial-card::before { content: "\201C"; position: absolute; top: 0.4rem; left: 1.2rem; font-family: "Cormorant Garamond", serif; font-size: 4.5rem; line-height: 1; color: var(--gold); opacity: 0.45; font-weight: 700; }
.testimonial-rating { color: var(--gold); font-size: 0.9rem; letter-spacing: 0.16em; margin-bottom: 0.8rem; position: relative; z-index: 1; }
.testimonial-quote { font-family: "Cormorant Garamond", serif; font-size: 1.18rem; line-height: 1.55; color: var(--espresso); font-style: italic; margin-bottom: 1.4rem; flex: 1; position: relative; z-index: 1; }
.testimonial-attribution { display: flex; align-items: center; gap: 0.8rem; padding-top: 1rem; border-top: 1px solid var(--border); }
.testimonial-photo { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; border: 1.5px solid var(--gold-pale); background: var(--gold-pale); }
.testimonial-photo-placeholder { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, var(--gold), var(--gold-light)); color: var(--espresso); font-family: "Cormorant Garamond", serif; font-size: 1.2rem; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.testimonial-name-block { display: flex; flex-direction: column; gap: 0.15rem; }
.testimonial-name { font-size: 0.86rem; font-weight: 600; color: var(--espresso); letter-spacing: 0.04em; }
.testimonial-role { font-size: 0.74rem; color: var(--text-mid); letter-spacing: 0.04em; font-style: italic; }
@media (max-width: 768px) { .cleanse-testimonials { padding: 4rem 1.4rem; } .testimonial-card { padding: 1.6rem 1.4rem; } }

/* MOBILE */
@media (max-width: 768px) {
  .cleanse-hero { padding: 6rem 1.4rem 4rem; }
  .cleanse-pillars { gap: 1.4rem; padding-top: 2rem; }
  .cleanse-pillar { font-size: 0.7rem; }
  .cleanse-intro { padding: 3rem 1.4rem; }
  .cleanse-packages, .cleanse-journey, .cleanse-quiz, .cleanse-included, .cleanse-faqs, .cleanse-reserve { padding: 4rem 1.4rem; }
  .reserve-form, .reserve-success { padding: 2rem 1.4rem; }
  .reserve-row { grid-template-columns: 1fr; gap: 0; }
  .quiz-box { padding: 1.8rem 1.4rem; }
}
