.studio-welcome {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 28px;
  grid-template-columns: 0.92fr 1.08fr;
  margin: 30px auto 0;
  max-width: 1180px;
  min-height: 520px;
  overflow: hidden;
  padding: 24px;
  position: relative;
}

.home { display: flex; flex-direction: column; }
.studio-welcome { order: 1; }
.platform-intro { order: 2; }
.celebration-journey { order: 3; }
.visual-strip { order: 4; }
.pricing-section { order: 5; }
.final-cta { order: 6; }

.studio-welcome::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.84) 44%, rgba(255, 255, 255, 0.18)),
    url("https://images.unsplash.com/photo-1519225421980-715cb0215aed?auto=format&fit=crop&w=1600&q=80") center/cover;
  content: "";
  inset: 0;
  position: absolute;
}

.hero-copy,
.hero-media {
  position: relative;
  z-index: 1;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(26px, 5vw, 54px);
}

.studio-welcome h1 {
  color: var(--ink);
  font-size: clamp(2.25rem, 4.5vw, 4rem);
  margin: 0;
  max-width: 650px;
}

.studio-welcome p:not(.eyebrow) {
  font-size: 1.05rem;
  max-width: 560px;
}

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

.ghost-link {
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: inline-flex;
  font-weight: 850;
  min-height: 52px;
  padding: 0 18px;
}

.hero-media {
  display: grid;
  min-height: 460px;
  place-items: center;
}

.media-collage {
  height: 450px;
  max-width: 590px;
  position: relative;
  width: 100%;
}

.main-photo {
  border-radius: 8px;
  box-shadow: 0 30px 70px rgba(38, 28, 31, 0.24);
  height: 330px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 70px;
  width: 410px;
}

.main-photo img,
.small-photo img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.invite-preview {
  background: linear-gradient(180deg, #fff, #fff7f2);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(60, 30, 28, 0.22);
  left: 0;
  min-height: 350px;
  padding: 24px 20px;
  position: absolute;
  text-align: center;
  top: 30px;
  transform: rotate(-4deg);
  width: 250px;
}

.invite-preview small {
  color: var(--accent);
  display: block;
  font-size: 0.72rem;
  font-weight: 900;
  margin-top: 70px;
  text-transform: uppercase;
}

.invite-preview strong {
  color: var(--ink);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.7rem;
  margin-top: 8px;
}

.invite-preview em {
  color: var(--muted);
  display: block;
  font-style: normal;
}

.invite-lines {
  display: grid;
  gap: 8px;
  margin: 26px auto 0;
  width: 78%;
}

.invite-lines i {
  background: rgba(38, 28, 31, 0.1);
  border-radius: 8px;
  height: 8px;
}

.small-photo {
  border: 6px solid #fff;
  border-radius: 8px;
  bottom: 8px;
  box-shadow: 0 20px 50px rgba(48, 25, 22, 0.2);
  height: 135px;
  left: 40px;
  overflow: hidden;
  position: absolute;
  width: 175px;
}

.rsvp-card,
.qr-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 20px 48px rgba(48, 25, 22, 0.16);
  padding: 13px 15px;
  position: absolute;
}

.rsvp-card {
  right: 24px;
  top: 34px;
}

.rsvp-card strong,
.rsvp-card span,
.qr-card strong,
.qr-card span {
  display: block;
}

.rsvp-card strong {
  color: var(--accent);
}

.rsvp-card span,
.qr-card span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 750;
}

.qr-card {
  bottom: 20px;
  right: 18px;
  width: 155px;
}

.qr-grid {
  background: var(--soft);
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(5, 1fr);
  padding: 8px;
}

.qr-grid i {
  aspect-ratio: 1;
  background: var(--ink);
  border-radius: 3px;
}

.qr-grid i:nth-child(2), .qr-grid i:nth-child(5), .qr-grid i:nth-child(8),
.qr-grid i:nth-child(12), .qr-grid i:nth-child(14), .qr-grid i:nth-child(18),
.qr-grid i:nth-child(21), .qr-grid i:nth-child(24) {
  background: transparent;
}

.pricing-section { margin: 72px auto; max-width: 1180px; padding: 0 20px; }
.pricing-heading { margin: 0 auto 32px; max-width: 680px; text-align: center; }
.pricing-heading h2 { font-size: clamp(2rem, 4vw, 3rem); }
.pricing-heading > p:last-child { color: var(--muted); }
.pricing-grid { align-items: stretch; display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.price-card { background: #fff; border: 1px solid var(--line); border-radius: 8px; display: flex; flex-direction: column; padding: 28px; position: relative; }
.price-card.featured { border: 2px solid #2e86de; box-shadow: 0 20px 50px rgba(46,134,222,.15); }
.popular-label { background: #2e86de; border-radius: 0 0 6px 6px; color: #fff; font-size: .72rem; font-weight: 900; padding: 7px 13px; position: absolute; right: 20px; text-transform: uppercase; top: 0; }
.price-icon { align-items: center; border-radius: 50%; display: flex; font-size: 1.35rem; height: 48px; justify-content: center; margin-bottom: 20px; width: 48px; }
.price-icon.basic { background: #e8f5ff; color: #2e86de; }
.price-icon.celebration { background: #fff0f0; color: #ff6b6b; }
.price-icon.premium { background: #e8faf7; color: #0c9385; }
.plan-audience { color: var(--muted); font-size: .75rem; font-weight: 850; margin: 0 0 6px; text-transform: uppercase; }
.price-card h3 { font-size: 1.55rem; margin: 0; }
.price { color: var(--ink); font-size: 2.35rem; font-weight: 900; margin: 16px 0 0; }
.price small { font-size: .95rem; }
.price span { color: var(--muted); font-size: .72rem; }
.price-note { color: var(--muted); font-size: .8rem; margin-top: 0; }
.price-card ul { display: grid; gap: 10px; list-style: none; margin: 20px 0 26px; padding: 0; }
.price-card li { color: var(--muted); font-size: .88rem; padding-left: 22px; position: relative; }
.price-card li::before { color: #20a996; content: "✓"; font-weight: 900; left: 0; position: absolute; }
.price-card .button { justify-content: center; margin-top: auto; }
.publish-note { color: var(--muted); display: block; font-size: .68rem; margin-top: 9px; text-align: center; }
.studio-plan { align-items: center; background: linear-gradient(120deg, #10233d, #174f78 58%, #168c83); border-radius: 8px; color: #fff; display: grid; gap: 26px; grid-template-columns: 1.25fr .75fr; margin-top: 22px; padding: 30px 34px; }
.studio-plan-copy { align-items: flex-start; display: flex; gap: 18px; }
.studio-mark { align-items: center; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); border-radius: 50%; display: flex; flex: 0 0 54px; font-size: 1.7rem; height: 54px; justify-content: center; }
.studio-plan h3, .studio-plan p { color: #fff; }
.studio-plan h3 { font-size: 1.55rem; margin-bottom: 6px; }
.studio-plan .eyebrow { color: #83e8dc; }
.studio-plan-details { text-align: right; }
.studio-plan-details strong { display: block; font-size: 2rem; }
.studio-plan-details strong span { font-size: .78rem; }
.studio-plan-details p { font-size: .78rem; }
.studio-plan-details .button { margin-top: 8px; }

.celebration-journey { background: linear-gradient(135deg, #f5f9ff, #fff8f7 52%, #effaf8); border: 1px solid var(--line); border-radius: 8px; margin: 72px auto 20px; max-width: 1180px; overflow: hidden; padding: 54px 38px 40px; }
.journey-heading { margin: 0 auto 38px; max-width: 690px; text-align: center; }
.journey-heading h2 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 10px; }
.journey-heading > p:last-child { color: var(--muted); }
.journey-track { display: grid; gap: 32px; grid-template-columns: repeat(3, 1fr); position: relative; }
.journey-track::before { border-top: 2px dashed rgba(46,134,222,.2); content: ""; left: 15%; position: absolute; right: 15%; top: 106px; }
.journey-step { position: relative; text-align: center; z-index: 1; }
.journey-visual { background: #fff; border: 1px solid rgba(46,134,222,.12); border-radius: 8px; box-shadow: 0 16px 38px rgba(35,54,83,.09); height: 212px; margin: 0 auto 24px; max-width: 250px; overflow: hidden; position: relative; }
.journey-visual img { display: block; height: 100%; object-fit: cover; width: 100%; }
.journey-visual span { align-items: center; background: #0f172a; border: 4px solid #fff; border-radius: 50%; bottom: 10px; color: #fff; display: flex; font-size: .72rem; font-weight: 900; height: 38px; justify-content: center; position: absolute; right: 10px; width: 38px; }
.journey-kicker { color: #168c83; font-size: .72rem; font-weight: 900; margin: 0 0 7px; text-transform: uppercase; }
.journey-step h3 { font-size: 1.35rem; margin: 0 0 9px; }
.journey-step > p:last-child { color: var(--muted); font-size: .9rem; margin: 0 auto; max-width: 310px; }
.journey-action { display: flex; justify-content: center; margin-top: 36px; }

.final-cta { align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 8px; display: grid; gap: 28px; grid-template-columns: 1fr auto; margin: 28px auto 50px; max-width: 1180px; padding: 38px; width: 100%; }
.final-cta h2 { font-size: clamp(1.8rem, 3.5vw, 2.65rem); margin-bottom: 8px; max-width: 670px; }
.final-cta div > p:last-child { color: var(--muted); margin-bottom: 0; }
.final-cta-actions { display: flex; flex-direction: column; gap: 10px; min-width: 210px; }
.final-cta-actions .button { justify-content: center; }

.visual-strip { gap: 18px; }
.visual-strip .visual-card { background: #fff; border: 1px solid var(--line); display: flex; flex-direction: column; min-height: 0; overflow: hidden; padding: 0; }
.visual-strip .visual-card figure { height: 210px; margin: 0; overflow: hidden; position: relative; }
.visual-strip .visual-card figure::after { background: linear-gradient(180deg, transparent 55%, rgba(15,23,42,.28)); content: ""; inset: 0; position: absolute; }
.visual-strip .visual-card figure img { height: 100%; inset: auto; object-fit: cover; position: static; transition: transform .45s ease; width: 100%; }
.visual-strip .visual-card:hover figure img { transform: scale(1.035); }
.visual-strip .visual-card figure span { align-items: center; background: #fff; border-radius: 50%; bottom: 14px; box-shadow: 0 8px 22px rgba(15,23,42,.16); color: #ff6b6b; display: flex; font-size: 1.15rem; height: 42px; justify-content: center; position: absolute; right: 14px; width: 42px; z-index: 2; }
.visual-strip .visual-card:nth-child(2) figure span { color: #2e86de; }
.visual-strip .visual-card:nth-child(3) figure span { color: #159c8d; }
.visual-card-copy { display: flex; flex: 1; flex-direction: column; padding: 24px; }
.visual-strip .visual-label { color: #168c83; font-size: .7rem; font-weight: 900; margin: 0 0 8px; text-transform: uppercase; }
.visual-strip .visual-card h3 { color: var(--ink); font-size: 1.25rem; line-height: 1.25; margin: 0 0 10px; max-width: none; }
.visual-strip .visual-card .visual-card-copy > p:last-child { color: var(--muted); font-size: .88rem; font-weight: 600; line-height: 1.55; margin: 0; max-width: none; }

@media (max-width: 900px) {
  .studio-welcome {
    grid-template-columns: 1fr;
  }

  .hero-media {
    min-height: 450px;
  }

  .pricing-grid { grid-template-columns: 1fr; }
  .studio-plan { grid-template-columns: 1fr; }
  .studio-plan-details { text-align: left; }
  .journey-track { grid-template-columns: 1fr; }
  .journey-track::before { border-left: 2px dashed rgba(46,134,222,.2); border-top: 0; bottom: 10%; left: 50%; right: auto; top: 10%; }
  .final-cta { align-items: flex-start; grid-template-columns: 1fr; }
  .final-cta-actions { flex-direction: row; flex-wrap: wrap; }
}

@media (max-width: 660px) {
  .studio-welcome {
    padding: 14px;
  }

  .celebration-journey { padding: 38px 18px 30px; }
  .final-cta { padding: 28px 20px; }
  .final-cta-actions { flex-direction: column; width: 100%; }

  .hero-copy {
    padding: 28px 14px;
  }

  .hero-media {
    min-height: 410px;
  }

  .media-collage {
    height: 390px;
  }

  .main-photo {
    height: 260px;
    top: 80px;
    width: 78%;
  }

  .invite-preview {
    min-height: 300px;
    width: 210px;
  }

  .small-photo,
  .rsvp-card {
    display: none;
  }

  .qr-card {
    bottom: 4px;
    right: 4px;
    width: 138px;
  }
}
