/* ============================================================
   powerhouse.css — Retail Powerhouse + Shop (hidden funnel pages)
   Same brand tokens (black / coral / Montserrat) but a lighter,
   SME-friendly tone. Self-contained: own simplified header and
   footer, no links into the main advisory navigation.
   Links after colors_and_type.css. Vanilla, Wix-portable.
   ============================================================ */

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; max-width: 100%; }
html, body { margin: 0; max-width: 100%; overflow-x: hidden; }
body { background: var(--black); color: var(--fg); font-family: var(--font-head); }
img { display: block; max-width: 100%; }
.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding-inline: 40px; }
.eyebrow { font-family: var(--font-head); font-size: 13px; font-weight: 700; letter-spacing: var(--track-caps); text-transform: uppercase; color: var(--accent); }

/* ---- buttons ---- */
.btn { font-family: var(--font-head); font-weight: 700; font-size: 15px; border-radius: var(--r-pill); padding: 15px 30px; border: 1.5px solid transparent; cursor: pointer; transition: all var(--dur) var(--ease); display: inline-flex; align-items: center; justify-content: center; gap: 10px; text-decoration: none; line-height: 1; white-space: nowrap; }
.btn-primary { background: var(--coral); color: #fff; box-shadow: var(--shadow-coral); }
.btn-primary:hover { background: var(--coral-400); transform: translateY(-2px); box-shadow: 0 18px 40px rgba(232,84,109,0.38); color: #fff; }
.btn-primary:active { background: var(--coral-700); transform: translateY(0); }
.btn-ghost { background: transparent; color: var(--fg); border-color: var(--ink-700); }
.btn-ghost:hover { border-color: var(--coral); color: var(--coral-400); }
.btn-lg { padding: 18px 38px; font-size: 16px; }
.btn .arr { transition: transform var(--dur) var(--ease); }
.btn:hover .arr { transform: translateX(3px); }

/* ---- header (simplified, self-contained) ---- */
.ph-header { position: fixed; inset: 0 0 auto 0; z-index: 80; border-bottom: 1px solid transparent; transition: background var(--dur) var(--ease), border-color var(--dur) var(--ease); }
.ph-header.is-scrolled { background: rgba(8,8,9,0.72); backdrop-filter: blur(16px); border-bottom: 1px solid var(--border-soft); }
.ph-header-inner { display: flex; align-items: center; justify-content: space-between; height: 82px; gap: 24px; }
.ph-brand { display: flex; align-items: center; gap: 14px; text-decoration: none; }
.ph-brand img { height: 32px; width: auto; }
.ph-brand .tag { font-family: var(--font-head); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--fg-muted); border-left: 1px solid var(--border); padding-left: 14px; }

/* ---- hero ---- */
.ph-hero { position: relative; padding: 150px 0 84px; overflow: hidden; }
.ph-hero::before { content: ""; position: absolute; top: -160px; left: 50%; transform: translateX(-50%); width: 1000px; max-width: 100vw; height: 700px; background: radial-gradient(circle at center, rgba(232,84,109,0.22), transparent 62%); pointer-events: none; }
.ph-hero-inner { position: relative; z-index: 1; max-width: 880px; }
.ph-badge { display: inline-flex; align-items: center; gap: 9px; font-family: var(--font-head); font-size: 12.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--coral); background: var(--coral-tint); border: 1px solid rgba(232,84,109,0.32); border-radius: var(--r-pill); padding: 8px 16px; margin-bottom: 26px; }
.ph-hero h1 { font-size: clamp(42px, 5.6vw, 76px); font-weight: 800; line-height: 1.0; letter-spacing: -0.028em; margin: 0 0 24px; }
.ph-hero h1 em { font-style: normal; color: var(--coral); }
.ph-hero .sub { font-size: clamp(18px, 1.9vw, 23px); font-weight: 300; line-height: 1.5; color: var(--fg-2); max-width: 56ch; margin: 0 0 36px; }
.ph-hero-cta { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.ph-price-hint { font-family: var(--font-head); font-size: 15px; font-weight: 600; color: var(--fg-muted); }
.ph-price-hint b { color: var(--fg); font-weight: 700; }

/* ---- generic section ---- */
.ph-band { padding: var(--sp-9) 0; }
.ph-band-ink { background: var(--ink-850); }
.ph-head { max-width: 64ch; }
.ph-head h2 { font-size: clamp(30px, 3.4vw, 46px); font-weight: 800; letter-spacing: -0.022em; line-height: 1.08; margin: 14px 0 0; }
.ph-head p { color: var(--fg-2); font-size: var(--text-md); line-height: var(--lh-relaxed); margin: 18px 0 0; }

/* ---- who it's for ---- */
.whofor-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 46px; }
.whofor-card { background: var(--ink-900); border: 1px solid var(--border-soft); border-radius: var(--r-md); padding: 34px; display: flex; gap: 20px; align-items: flex-start; }
.whofor-card .wf-ico { width: 52px; height: 52px; flex: none; border-radius: var(--r-sm); background: var(--ink-850); border: 1px solid var(--border-soft); display: flex; align-items: center; justify-content: center; color: #fff; }
.whofor-card .wf-ico svg { width: 28px; height: 28px; }
.whofor-card h3 { font-size: var(--text-lg); font-weight: 700; margin: 2px 0 8px; letter-spacing: -0.01em; }
.whofor-card p { color: var(--fg-2); font-size: 14.5px; line-height: var(--lh-relaxed); margin: 0; }

/* ---- benefits ---- */
.benefits { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 48px; }
.benefit { background: var(--black); border: 1px solid var(--border-soft); border-radius: var(--r-md); padding: 36px; display: flex; gap: 22px; align-items: flex-start; transition: transform var(--dur) var(--ease), border-color var(--dur) var(--ease); }
.benefit:hover { transform: translateY(-4px); border-color: var(--ink-700); }
.benefit .b-ico { width: 60px; height: 60px; flex: none; border-radius: var(--r-sm); background: var(--ink-900); border: 1px solid var(--border-soft); display: flex; align-items: center; justify-content: center; color: #fff; }
.benefit .b-ico svg { width: 34px; height: 34px; }
.benefit h3 { font-size: var(--text-lg); font-weight: 700; margin: 4px 0 8px; letter-spacing: -0.01em; }
.benefit p { color: var(--fg-2); font-size: 15px; line-height: var(--lh-relaxed); margin: 0; }

/* ---- pricing ---- */
.pricing-wrap { display: flex; justify-content: center; margin-top: 50px; }
.price-card { width: 100%; max-width: 480px; background: var(--ink-900); border: 1px solid var(--border-soft); border-radius: var(--r-lg); padding: 44px; box-shadow: var(--shadow-lg); position: relative; overflow: hidden; }
.price-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--coral); }
.price-card .pc-name { font-family: var(--font-head); font-size: 13px; font-weight: 700; letter-spacing: var(--track-caps); text-transform: uppercase; color: var(--coral); }
.price-card .pc-amount { display: flex; align-items: baseline; gap: 6px; margin: 18px 0 6px; }
.price-card .pc-amount .cur { font-size: 34px; font-weight: 700; }
.price-card .pc-amount .num { font-size: 68px; font-weight: 800; letter-spacing: -0.03em; line-height: 1; }
.price-card .pc-amount .per { font-size: 17px; font-weight: 600; color: var(--fg-muted); }
.price-card .pc-note { font-family: var(--font-head); font-size: 14.5px; font-weight: 600; color: var(--fg-muted); margin: 0 0 28px; }
.price-card .pc-list { list-style: none; margin: 0 0 30px; padding: 26px 0 0; border-top: 1px solid var(--border-soft); display: flex; flex-direction: column; gap: 15px; }
.price-card .pc-list li { display: flex; gap: 14px; align-items: flex-start; font-family: var(--font-head); font-weight: 500; font-size: 15.5px; color: var(--fg); line-height: 1.4; }
.price-card .pc-list li::before { content: ""; width: 22px; height: 22px; flex: none; border-radius: 50%; background: var(--coral-tint); border: 1.5px solid var(--coral); margin-top: 1px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23e8546d' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; }
.price-card .btn-primary { width: 100%; }
.price-card .pc-reassure { text-align: center; font-size: 13px; color: var(--fg-muted); margin: 16px 0 0; }

/* ---- embedded Ecwid checkout ---- */
#join, #rp-checkout { scroll-margin-top: 96px; }
.rp-checkout { max-width: var(--maxw-prose); margin: 56px auto 0; }
.rp-checkout-head { text-align: center; margin-bottom: 28px; }
.rp-checkout-head h3 { font-size: 24px; font-weight: 700; letter-spacing: -0.01em; margin: 8px 0 0; }
.rp-checkout #my-store-62106949 { min-height: 120px; }

/* ---- shop ---- */
.shop-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 50px; }
.product { background: var(--ink-900); border: 1px solid var(--border-soft); border-radius: var(--r-md); overflow: hidden; display: flex; flex-direction: column; transition: transform var(--dur) var(--ease), border-color var(--dur) var(--ease); }
.product:hover { transform: translateY(-4px); border-color: var(--ink-700); }
.product .p-media { aspect-ratio: 16/10; background: var(--ink-850); position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.product .p-media img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(0.25) brightness(0.9); }
.product .p-glyph { color: var(--coral); opacity: 0.85; }
.product .p-glyph svg { width: 54px; height: 54px; }
.product .p-tag { position: absolute; top: 14px; left: 14px; font-family: var(--font-head); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--coral); background: rgba(8,8,9,0.78); border: 1px solid rgba(232,84,109,0.3); border-radius: var(--r-pill); padding: 6px 12px; backdrop-filter: blur(4px); }
.product .p-body { padding: 26px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.product h3 { font-size: 18px; font-weight: 700; letter-spacing: -0.01em; margin: 0; }
.product p { color: var(--fg-2); font-size: 14px; line-height: var(--lh-relaxed); margin: 0; flex: 1; }
.product .p-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 8px; }
.product .p-price { font-family: var(--font-head); font-weight: 800; font-size: 20px; }
.product .p-price small { font-size: 13px; font-weight: 600; color: var(--fg-muted); }
.product .p-buy { font-family: var(--font-head); font-weight: 700; font-size: 14px; color: #fff; background: var(--coral); border: 0; border-radius: var(--r-pill); padding: 11px 20px; cursor: pointer; text-decoration: none; transition: background var(--dur) var(--ease); }
.product .p-buy:hover { background: var(--coral-400); }
.product.is-feature { border-color: rgba(232,84,109,0.4); }

/* ---- shop note / cart strip ---- */
.shop-note { display: flex; align-items: center; gap: 14px; justify-content: center; margin-top: 44px; font-family: var(--font-head); font-size: 14px; color: var(--fg-muted); }
.shop-note svg { width: 18px; height: 18px; color: var(--coral); }

/* ---- closing band ---- */
.ph-cta { position: relative; text-align: center; padding: var(--sp-9) 0 var(--sp-10); overflow: hidden; }
.ph-cta::before { content: ""; position: absolute; left: 50%; top: 0; transform: translateX(-50%); width: 900px; max-width: 100vw; height: 560px; background: radial-gradient(circle at center, rgba(232,84,109,0.2), transparent 62%); pointer-events: none; }
.ph-cta-inner { position: relative; z-index: 1; max-width: 720px; margin: 0 auto; }
.ph-cta h2 { font-size: clamp(36px, 4.4vw, 60px); font-weight: 800; letter-spacing: -0.025em; line-height: 1.04; margin: 16px 0 18px; }
.ph-cta h2 em { font-style: normal; color: var(--coral); }
.ph-cta p { color: var(--fg-2); font-size: var(--text-md); line-height: var(--lh-relaxed); max-width: 48ch; margin: 0 auto 32px; }

/* ---- footer (standalone) ---- */
.ph-footer { background: #050506; border-top: 1px solid var(--border-soft); padding: var(--sp-7) 0 28px; }
.ph-footer-inner { display: flex; align-items: flex-start; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.ph-footer img { height: 28px; margin-bottom: 16px; }
.ph-footer p { color: var(--fg-2); font-size: 14px; max-width: 38ch; margin: 0; line-height: var(--lh-relaxed); }
.ph-footer .social { display: flex; gap: 12px; }
.ph-footer .social a { width: 42px; height: 42px; border-radius: var(--r-sm); background: var(--ink-900); border: 1px solid var(--border-soft); display: flex; align-items: center; justify-content: center; color: #fff; transition: transform var(--dur) var(--ease), border-color var(--dur) var(--ease); }
.ph-footer .social a:hover { transform: translateY(-3px); border-color: var(--coral); }
.ph-footer .social svg { width: 21px; height: 21px; }
.ph-footer-base { margin-top: 32px; padding-top: 22px; border-top: 1px solid var(--border-soft); font-size: 13px; color: var(--fg-muted); display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.ph-footer-base a { color: var(--fg-muted); text-decoration: none; }
.ph-footer-base a:hover { color: var(--coral); }

/* ---- reason-to-believe additions ---- */
/* best-fit tags (who it's for) */
.ph-most { margin-top: 44px; }
.ph-most-h { font-family: var(--font-head); font-size: var(--text-md); font-weight: 700; color: var(--fg); margin: 0 0 20px; letter-spacing: -0.01em; }
.ph-tags { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 12px; }
.ph-tags li { font-family: var(--font-head); font-size: 14.5px; font-weight: 600; color: var(--fg); background: var(--ink-900); border: 1px solid var(--border-soft); border-radius: var(--r-pill); padding: 11px 20px; display: inline-flex; align-items: center; gap: 11px; line-height: 1.2; }
.ph-tags li::before { content: ""; width: 7px; height: 7px; flex: none; border: 2px solid var(--coral); border-radius: 1px; transform: rotate(45deg); }
.ph-band-ink .ph-tags li { background: var(--black); }

/* split layout (intel) */
.ph-split { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: 56px; align-items: start; margin-top: 8px; }
.ph-split .ph-head { margin: 0; }

/* coral-check feature list */
.ph-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 2px; }
.ph-list li { display: flex; gap: 16px; align-items: flex-start; padding: 16px 0; border-bottom: 1px solid var(--border-soft); font-family: var(--font-head); font-weight: 500; font-size: 15.5px; line-height: 1.5; color: var(--fg); }
.ph-list li:first-child { padding-top: 0; }
.ph-list li:last-child { border-bottom: 0; }
.ph-list li::before { content: ""; width: 22px; height: 22px; flex: none; border-radius: 50%; background: var(--coral-tint); border: 1.5px solid var(--coral); margin-top: 1px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23e8546d' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; }

/* masterclass topic chips */
.topic-label { font-family: var(--font-head); font-size: 14.5px; font-weight: 600; color: var(--fg-muted); margin: 0 0 22px; }
.topic-tags { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 12px; }
.topic-tags li { font-family: var(--font-head); font-size: 15px; font-weight: 600; color: var(--fg); background: var(--ink-900); border: 1px solid var(--border-soft); border-radius: var(--r-pill); padding: 12px 22px; line-height: 1.2; transition: border-color var(--dur) var(--ease); }
.topic-tags li:hover { border-color: var(--ink-700); }

/* network cards (stacked, icon on top) */
.net-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 46px; }
.net-card { background: var(--black); border: 1px solid var(--border-soft); border-radius: var(--r-md); padding: 32px; transition: transform var(--dur) var(--ease), border-color var(--dur) var(--ease); }
.net-card:hover { transform: translateY(-4px); border-color: var(--ink-700); }
.net-card .nc-ico { width: 52px; height: 52px; border-radius: var(--r-sm); background: var(--ink-900); border: 1px solid var(--border-soft); display: flex; align-items: center; justify-content: center; color: #fff; margin-bottom: 20px; }
.net-card .nc-ico svg { width: 28px; height: 28px; }
.net-card h3 { font-size: var(--text-lg); font-weight: 700; margin: 0 0 8px; letter-spacing: -0.01em; }
.net-card p { color: var(--fg-2); font-size: 14.5px; line-height: var(--lh-relaxed); margin: 0; }

/* after-you-join steps */
.ph-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 46px; }
.ph-step .num { font-family: var(--font-head); font-weight: 800; font-size: 15px; color: var(--coral); width: 42px; height: 42px; border: 1.5px solid rgba(232,84,109,0.4); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.ph-step h3 { font-size: 17px; font-weight: 700; margin: 0 0 8px; letter-spacing: -0.01em; }
.ph-step p { color: var(--fg-2); font-size: 14.5px; line-height: var(--lh-relaxed); margin: 0; }

/* ---- reveal ---- */
@keyframes phRise { from { transform: translateY(16px); } to { transform: none; } }
@media (prefers-reduced-motion: no-preference) {
  [data-reveal] { animation: phRise var(--dur-slow) var(--ease) both; }
}

/* ---- responsive ---- */
@media (max-width: 980px) {
  .wrap { padding-inline: 24px; }
  .ph-hero { padding: 124px 0 64px; }
  .whofor-grid, .benefits { grid-template-columns: 1fr; }
  .ph-split { grid-template-columns: 1fr; gap: 28px; }
  .net-grid { grid-template-columns: 1fr; }
  .ph-steps { grid-template-columns: 1fr 1fr; }
  .shop-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .wrap { padding-inline: 18px; }
  .ph-brand .tag { display: none; }
  .ph-brand img { height: 28px; }
  .ph-header-inner { gap: 12px; }
  .ph-hero-cta { gap: 14px; }
  .ph-hero-cta .btn { width: 100%; }
  .shop-grid { grid-template-columns: 1fr; }
  .ph-steps { grid-template-columns: 1fr; }
  .price-card { padding: 32px 24px; }
  .ph-footer-inner { flex-direction: column; gap: 28px; }
}
