/* =============================================================
   PHOTOSHOOT HUB — additional styles on top of photoshoot.css
   ============================================================= */

/* Slightly different hero treatment for the hub */
.pshHub-hero .psh-hero__overlay {
  background:
    linear-gradient(180deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.25) 35%, rgba(0,0,0,0.60) 100%),
    radial-gradient(ellipse 90% 70% at 50% 60%, transparent, rgba(0,0,0,0.40));
}

/* =============================================================
   ELEGÍ TU ESCENARIO — 2 cards
   ============================================================= */
.pshHub-choose {
  padding: clamp(80px, 12vh, 140px) 32px;
  background: var(--psh-ivory);
}
.pshHub-choose__container { max-width: 1280px; margin: 0 auto; }
.pshHub-choose__head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto clamp(56px, 8vh, 80px);
}
.pshHub-choose__head .psh-eye { margin-bottom: 20px; }
.pshHub-choose__title {
  font-family: var(--psh-display);
  font-weight: 300;
  font-size: clamp(36px, 5vw, 60px);
  line-height: 1.05; letter-spacing: -0.02em;
  color: var(--psh-ink); margin: 0 0 18px;
}
.pshHub-choose__title em {
  font-family: var(--psh-cormo); font-style: italic;
  color: var(--psh-gold); font-weight: 400;
}
.pshHub-choose__lede {
  font-family: var(--psh-display); font-weight: 300;
  font-size: 17px; line-height: 1.65;
  color: var(--psh-ink-soft); margin: 0;
}

.pshHub-choose__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.pshHub-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 24px;
  aspect-ratio: 4 / 5;
  max-height: 680px;
  text-decoration: none;
  color: var(--psh-white);
  transition: transform .5s ease, box-shadow .5s ease;
  isolation: isolate;
}
.pshHub-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 40px 100px -36px rgba(26,22,20,0.55);
}
.pshHub-card__bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  filter: brightness(0.85) saturate(1.05);
  transition: transform 1.2s ease;
  z-index: 0;
}
.pshHub-card:hover .pshHub-card__bg { transform: scale(1.06); }
.pshHub-card__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.30) 0%, rgba(0,0,0,0.55) 60%, rgba(0,0,0,0.85) 100%);
  z-index: 1;
}
.pshHub-card__overlay--dark {
  background: linear-gradient(180deg, rgba(15,12,10,0.45) 0%, rgba(15,12,10,0.70) 60%, rgba(15,12,10,0.92) 100%);
}
.pshHub-card__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: clamp(28px, 4vw, 44px);
  gap: 14px;
}
.pshHub-card__cat {
  font-family: var(--psh-mono);
  font-size: 11px;
  letter-spacing: 0.30em;
  color: var(--psh-gold-soft);
  text-transform: uppercase;
}
.pshHub-card__title {
  font-family: var(--psh-script);
  font-weight: 400;
  font-size: clamp(54px, 7vw, 96px);
  line-height: 0.85;
  color: var(--psh-white);
  margin: 0;
  text-shadow: 0 6px 24px rgba(0,0,0,0.45);
}
.pshHub-card__sub {
  font-family: var(--psh-cormo);
  font-style: italic;
  font-size: clamp(15px, 1.6vw, 18px);
  color: rgba(255,255,255,0.85);
  margin: 0 0 8px;
}
.pshHub-card__points {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 6px;
}
.pshHub-card__points li {
  position: relative;
  padding-left: 18px;
  font-family: var(--psh-display);
  font-weight: 300;
  font-size: 13.5px;
  line-height: 1.55;
  color: rgba(255,255,255,0.78);
}
.pshHub-card__points li::before {
  content: '—';
  position: absolute; left: 0;
  color: var(--psh-gold-soft);
}
.pshHub-card__priceRow {
  display: flex; align-items: baseline; gap: 8px;
  margin-top: 6px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.18);
}
.pshHub-card__from {
  font-family: var(--psh-mono);
  font-size: 10px;
  letter-spacing: 0.15em;
  color: rgba(255,255,255,0.55);
  text-transform: uppercase;
}
.pshHub-card__priceRow strong {
  font-family: var(--psh-display);
  font-weight: 600;
  font-size: 24px;
  color: var(--psh-white);
  letter-spacing: -0.01em;
}
.pshHub-card__priceRow small {
  font-family: var(--psh-mono);
  font-size: 11px;
  letter-spacing: 0.10em;
  color: rgba(255,255,255,0.55);
}
.pshHub-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  font-family: var(--psh-display);
  font-size: 14px;
  font-weight: 500;
  color: var(--psh-gold-soft);
}
.pshHub-card__cta span { transition: transform .3s ease; }
.pshHub-card:hover .pshHub-card__cta span { transform: translateX(6px); }

/* =============================================================
   LA EXPERIENCIA · timeline 6 pasos
   ============================================================= */
.pshHub-exp {
  padding: clamp(80px, 12vh, 140px) 32px;
  background: var(--psh-cream-soft);
  border-top: 1px solid var(--psh-line);
}
.pshHub-exp__container { max-width: 980px; margin: 0 auto; }
.pshHub-exp__head { text-align: center; margin-bottom: clamp(56px, 8vh, 88px); }
.pshHub-exp__head .psh-eye { margin-bottom: 22px; }
.pshHub-exp__title {
  font-family: var(--psh-display);
  font-weight: 300;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.02;
  letter-spacing: -0.025em;
  color: var(--psh-ink);
  margin: 0 0 22px;
}
.pshHub-exp__title em {
  font-family: var(--psh-cormo); font-style: italic;
  color: var(--psh-gold); font-weight: 400;
}
.pshHub-exp__lede {
  font-family: var(--psh-display); font-weight: 300;
  font-size: 17px; line-height: 1.65;
  color: var(--psh-ink-soft);
  max-width: 640px; margin: 0 auto;
}

.pshHub-exp__timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.pshHub-exp__timeline::before {
  content: '';
  position: absolute;
  left: 38px;
  top: 28px;
  bottom: 28px;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(184,153,104,0.35) 10%, rgba(184,153,104,0.35) 90%, transparent);
}
.pshHub-exp__step {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 32px;
  padding: 24px 0;
  position: relative;
}
.pshHub-exp__stepNum {
  position: relative;
  width: 76px; height: 76px;
  border-radius: 50%;
  background: var(--psh-white);
  border: 1px solid rgba(184,153,104,0.40);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--psh-cormo);
  font-style: italic;
  font-size: 30px;
  font-weight: 400;
  color: var(--psh-gold);
  box-shadow: 0 8px 24px -10px rgba(184,153,104,0.30);
  z-index: 1;
  flex-shrink: 0;
}
.pshHub-exp__stepBody { padding-top: 18px; }
.pshHub-exp__stepLab {
  display: block;
  font-family: var(--psh-mono);
  font-size: 10.5px;
  letter-spacing: 0.20em;
  color: var(--psh-gold-deep);
  text-transform: uppercase;
  margin-bottom: 10px;
}
.pshHub-exp__step h3 {
  font-family: var(--psh-display);
  font-weight: 500;
  font-size: clamp(22px, 2.4vw, 28px);
  line-height: 1.10;
  letter-spacing: -0.015em;
  color: var(--psh-ink);
  margin: 0 0 12px;
}
.pshHub-exp__step p {
  font-family: var(--psh-display);
  font-weight: 300;
  font-size: 15.5px;
  line-height: 1.70;
  color: var(--psh-ink-soft);
  margin: 0;
}
.pshHub-exp__step p strong { color: var(--psh-ink); font-weight: 600; }
.pshHub-exp__step p em {
  font-family: var(--psh-cormo); font-style: italic;
  color: var(--psh-gold-deep);
}

/* =============================================================
   INCLUDED / NOT INCLUDED
   ============================================================= */
.pshHub-incl {
  padding: clamp(80px, 12vh, 140px) 32px;
  background: var(--psh-ivory);
  border-top: 1px solid var(--psh-line);
}
.pshHub-incl__container {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}
.pshHub-incl__box {
  padding: clamp(32px, 4vw, 48px);
  background: var(--psh-white);
  border-radius: 20px;
  border: 1px solid rgba(184,153,104,0.25);
  display: flex; flex-direction: column; gap: 18px;
}
.pshHub-incl__box--in {
  background: linear-gradient(180deg, #fdfaf3 0%, var(--psh-white) 100%);
  border-color: rgba(184,153,104,0.40);
}
.pshHub-incl__box--out {
  background: var(--psh-white);
  border-color: rgba(26,22,20,0.10);
  border-left: 3px solid rgba(184,153,104,0.40);
}
.pshHub-incl__eye { color: var(--psh-gold-deep) !important; }
.pshHub-incl__eye--alt { color: var(--psh-ink-soft) !important; }
.pshHub-incl__box h3 {
  font-family: var(--psh-display);
  font-weight: 400;
  font-size: clamp(24px, 2.8vw, 32px);
  line-height: 1.1;
  letter-spacing: -0.015em;
  color: var(--psh-ink);
  margin: 0;
}
.pshHub-incl__box h3 em {
  font-family: var(--psh-cormo); font-style: italic;
  color: var(--psh-gold);
}
.pshHub-incl__box ul {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 12px;
}
.pshHub-incl__box ul li {
  position: relative;
  padding-left: 26px;
  font-family: var(--psh-display);
  font-weight: 300;
  font-size: 14.5px;
  line-height: 1.60;
  color: var(--psh-ink-soft);
}
.pshHub-incl__box--in ul li::before {
  content: '✓';
  position: absolute; left: 0; top: 0;
  width: 18px; height: 18px;
  border-radius: 50%;
  background: rgba(184,153,104,0.18);
  color: var(--psh-gold-deep);
  display: flex; align-items: center; justify-content: center;
  font-size: 10px;
  font-weight: 700;
  margin-top: 3px;
}
.pshHub-incl__box--out ul li::before {
  content: '✕';
  position: absolute; left: 0; top: 0;
  width: 18px; height: 18px;
  border-radius: 50%;
  background: rgba(26,22,20,0.08);
  color: rgba(26,22,20,0.55);
  display: flex; align-items: center; justify-content: center;
  font-size: 10px;
  font-weight: 700;
  margin-top: 3px;
}
.pshHub-incl__box li strong { color: var(--psh-ink); font-weight: 600; }

/* =============================================================
   FAQ
   ============================================================= */
.pshHub-faq {
  padding: clamp(80px, 12vh, 140px) 32px;
  background: var(--psh-cream-soft);
  border-top: 1px solid var(--psh-line);
}
.pshHub-faq__container { max-width: 880px; margin: 0 auto; }
.pshHub-faq__head { text-align: center; margin-bottom: clamp(48px, 7vh, 72px); }
.pshHub-faq__head .psh-eye { margin-bottom: 20px; }
.pshHub-faq__title {
  font-family: var(--psh-display);
  font-weight: 300;
  font-size: clamp(34px, 4.6vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--psh-ink); margin: 0;
}
.pshHub-faq__title em {
  font-family: var(--psh-cormo); font-style: italic;
  color: var(--psh-gold); font-weight: 400;
}

.pshHub-faq__list {
  display: flex; flex-direction: column; gap: 12px;
}
.pshHub-faq__q {
  background: var(--psh-white);
  border: 1px solid rgba(184,153,104,0.25);
  border-radius: 14px;
  overflow: hidden;
  transition: border-color .3s ease, box-shadow .3s ease;
}
.pshHub-faq__q:hover { border-color: rgba(184,153,104,0.45); }
.pshHub-faq__q[open] {
  border-color: rgba(184,153,104,0.50);
  box-shadow: 0 16px 36px -20px rgba(184,153,104,0.30);
}
.pshHub-faq__q summary {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px;
  padding: 22px 26px;
  cursor: pointer;
  font-family: var(--psh-display);
  font-weight: 500;
  font-size: 16.5px;
  letter-spacing: -0.01em;
  color: var(--psh-ink);
  list-style: none;
}
.pshHub-faq__q summary::-webkit-details-marker { display: none; }
.pshHub-faq__plus {
  font-family: var(--psh-cormo);
  font-weight: 300;
  font-size: 28px;
  line-height: 1;
  color: var(--psh-gold);
  transition: transform .35s ease;
  flex-shrink: 0;
}
.pshHub-faq__q[open] .pshHub-faq__plus {
  transform: rotate(45deg);
}
.pshHub-faq__q p {
  padding: 0 26px 24px;
  font-family: var(--psh-display);
  font-weight: 300;
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--psh-ink-soft);
  margin: 0;
}
.pshHub-faq__q p strong { color: var(--psh-ink); font-weight: 600; }

/* =============================================================
   CTA FINAL · dramatic close
   ============================================================= */
.pshHub-cta {
  position: relative;
  padding: clamp(100px, 16vh, 180px) 32px;
  background: linear-gradient(180deg, #14110f 0%, #1a1614 50%, #14110f 100%);
  color: var(--psh-white);
  overflow: hidden;
  text-align: center;
}
.pshHub-cta::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(184,153,104,0.50), transparent);
}
.pshHub-cta::after {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  width: 1100px; height: 900px;
  transform: translate(-50%, -50%);
  background: radial-gradient(ellipse, rgba(184,153,104,0.20), transparent 65%);
  pointer-events: none;
}
.pshHub-cta__inner {
  position: relative;
  z-index: 1;
  max-width: 880px;
  margin: 0 auto;
}
.pshHub-cta__eye {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--psh-mono);
  font-size: 11px;
  letter-spacing: 0.24em;
  color: var(--psh-gold-soft);
  margin-bottom: 28px;
  text-transform: uppercase;
}
.pshHub-cta__dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--psh-gold-soft);
  box-shadow: 0 0 0 4px rgba(212,183,138,0.20);
  animation: psh-pulse 2.4s ease-in-out infinite;
}
.pshHub-cta__title {
  font-family: var(--psh-display);
  font-weight: 200;
  font-size: clamp(40px, 6vw, 80px);
  line-height: 1.0;
  letter-spacing: -0.03em;
  color: var(--psh-white);
  margin: 0 0 24px;
}
.pshHub-cta__script {
  font-family: var(--psh-script);
  font-weight: 400;
  color: var(--psh-gold-soft);
  font-size: 1.2em;
  line-height: 0.7;
  display: inline-block;
  letter-spacing: 0;
}
.pshHub-cta__lede {
  font-family: var(--psh-display);
  font-weight: 300;
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255,255,255,0.70);
  margin: 0 0 40px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.pshHub-cta__lede strong { color: var(--psh-gold-soft); font-weight: 500; }

.pshHub-cta__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 36px;
}
.pshHub-cta__btn {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 28px 32px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(184,153,104,0.30);
  border-radius: 18px;
  color: var(--psh-white);
  text-decoration: none;
  transition: transform .3s ease, background .3s ease, border-color .3s ease, box-shadow .3s ease;
  text-align: left;
}
.pshHub-cta__btn:hover {
  transform: translateY(-3px);
  background: rgba(255,255,255,0.08);
  border-color: var(--psh-gold-soft);
  box-shadow: 0 20px 44px -22px rgba(184,153,104,0.45);
}
.pshHub-cta__btnLab {
  font-family: var(--psh-mono);
  font-size: 10.5px;
  letter-spacing: 0.20em;
  color: var(--psh-gold-soft);
}
.pshHub-cta__btnTitle {
  font-family: var(--psh-cormo);
  font-style: italic;
  font-size: 28px;
  line-height: 1.1;
  color: var(--psh-white);
}
.pshHub-cta__btnFrom {
  font-family: var(--psh-mono);
  font-size: 11px;
  letter-spacing: 0.10em;
  color: rgba(255,255,255,0.55);
}

.pshHub-cta__divider {
  display: flex; align-items: center; gap: 16px;
  margin: 0 0 28px;
}
.pshHub-cta__divider span {
  flex: 1; height: 1px;
  background: rgba(184,153,104,0.30);
}
.pshHub-cta__divider em {
  font-family: var(--psh-cormo);
  font-style: italic;
  font-size: 17px;
  color: var(--psh-gold-soft);
}

.pshHub-cta__direct {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}
.pshHub-cta__wa {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 26px;
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
  border-radius: 999px;
  font-family: var(--psh-display);
  font-size: 14px; font-weight: 500;
  color: var(--psh-white);
  text-decoration: none;
  box-shadow: 0 16px 36px -12px rgba(37, 211, 102, 0.45);
  transition: transform .25s ease, box-shadow .25s ease;
}
.pshHub-cta__wa:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 48px -12px rgba(37, 211, 102, 0.55);
}
.pshHub-cta__form {
  font-family: var(--psh-cormo);
  font-style: italic;
  font-size: 17px;
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  transition: color .2s;
}
.pshHub-cta__form:hover { color: var(--psh-gold-soft); }

/* =============================================================
   RESPONSIVE
   ============================================================= */
@media (max-width: 1024px) {
  .pshHub-choose__grid { grid-template-columns: 1fr; gap: 20px; }
  .pshHub-card { aspect-ratio: 16/11; }
  .pshHub-incl__container { grid-template-columns: 1fr; }
  .pshHub-cta__actions { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .pshHub-choose, .pshHub-exp, .pshHub-incl, .pshHub-faq, .pshHub-cta { padding-left: 20px; padding-right: 20px; }
  .pshHub-exp__step { grid-template-columns: 64px 1fr; gap: 20px; }
  .pshHub-exp__stepNum { width: 60px; height: 60px; font-size: 24px; }
  .pshHub-exp__timeline::before { left: 30px; }
  .pshHub-cta__btn { padding: 22px 24px; }
  .pshHub-cta__btnTitle { font-size: 24px; }
}
