/* ============================================
   INDIVIDUAL PAGE — Luminark Studios
   ============================================ */

:root {
  --stone: #EAE8E1;
}

.nav-active { color: var(--gold) !important; }

/* ============================================
   PAGE HEADER
   ============================================ */

#page-header {
  background: var(--dark);
  padding: 5rem 2rem 4rem;
  text-align: center;
}

.page-header-inner {
  max-width: 700px;
  margin: 0 auto;
}

#page-header .section-label {
  text-align: center;
  margin-bottom: 0.75rem;
}

.page-title {
  font-family: var(--font-display);
  font-size: clamp(3rem, 7vw, 5.5rem);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--white);
  line-height: 1;
  margin-bottom: 1rem;
}

.page-subtitle {
  font-size: 1.05rem;
  font-weight: 300;
  color: rgba(255,255,255,0.55);
  line-height: 1.7;
  max-width: 480px;
  margin: 0 auto 2rem;
}

.page-header-pills {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  flex-wrap: wrap;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-display);
  font-size: 1rem;
  letter-spacing: 0.08em;
  padding: 0.65rem 1.5rem;
  border-radius: 50px;
  transition: transform 0.2s, box-shadow 0.2s;
  text-decoration: none;
}

.pill:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

.pill--light {
  background: rgba(255,255,255,0.1);
  color: var(--white);
  border: 1.5px solid rgba(255,255,255,0.25);
}

.pill--gold {
  background: var(--gold);
  color: var(--dark);
  border: 1.5px solid var(--gold);
}

/* ============================================
   HALVES — shared
   ============================================ */

.half {
  padding: 5rem 2rem 4rem;
}

.half--photo { background: var(--stone); }
.half--video { background: var(--dark); }

.half-header {
  max-width: 960px;
  margin: 0 auto 3rem;
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}

.half-header-icon {
  width: 60px;
  height: 60px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  flex-shrink: 0;
  margin-top: 4px;
  background: rgba(201,162,39,0.12);
  color: var(--gold);
}

.half-title {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5vw, 4rem);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--dark);
  line-height: 1;
  margin-bottom: 0.6rem;
}

.half-title--video { color: var(--white); }

.half-desc {
  font-size: 0.97rem;
  line-height: 1.7;
  color: rgba(41,54,58,0.6);
  max-width: 480px;
}

.half-desc--video { color: rgba(245,240,232,0.55); }

/* ============================================
   SERVICE CARDS
   ============================================ */

.service-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  max-width: 960px;
  margin: 0 auto 3.5rem;
}

.service-card {
  background: var(--white);
  border: 1.5px solid rgba(41,54,58,0.1);
  border-radius: 12px;
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: transform 0.3s, box-shadow 0.3s;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 44px rgba(0,0,0,0.1);
}

.service-card--featured {
  border-color: var(--gold);
  border-width: 2px;
}

.service-card--video {
  background: rgba(255,255,255,0.04);
  border-color: rgba(201,162,39,0.15);
}

.service-card--video:hover {
  background: rgba(255,255,255,0.07);
  box-shadow: 0 18px 44px rgba(0,0,0,0.25);
}

.service-card--video-featured {
  border-color: var(--gold);
  border-width: 2px;
  background: rgba(201,162,39,0.05);
}

.service-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 0.75rem;
  min-height: 32px;
}

.service-badge {
  font-family: var(--font-body);
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: var(--gold);
  color: var(--dark);
  padding: 3px 9px;
  border-radius: 20px;
  align-self: flex-start;
}

.service-price { text-align: right; }

.service-price-start {
  display: block;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(41,54,58,0.4);
  margin-bottom: 1px;
}

.service-price-start--video { color: rgba(245,240,232,0.35); }

.service-price-amt {
  display: block;
  font-family: var(--font-display);
  font-size: 2rem;
  letter-spacing: 0.02em;
  color: var(--gold);
  line-height: 1;
}

.service-name {
  font-family: var(--font-display);
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--dark);
  margin-bottom: 0.6rem;
  line-height: 1.1;
}

.service-name--video { color: var(--white); }

.service-desc {
  font-size: 0.88rem;
  line-height: 1.65;
  color: rgba(41,54,58,0.55);
  margin-bottom: 1.25rem;
}

.service-desc--video { color: rgba(245,240,232,0.5); }

.service-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

.service-list li {
  font-size: 0.85rem;
  color: rgba(41,54,58,0.55);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.service-list li::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
}

.service-list--video li { color: rgba(245,240,232,0.45); }

.service-link {
  font-family: var(--font-display);
  font-size: 0.95rem;
  letter-spacing: 0.07em;
  color: var(--dark);
  margin-top: auto;
}

.service-link--video { color: var(--gold); }

@media (max-width: 768px) {
  .service-cards {
    grid-template-columns: 1fr;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }
  .half-header {
    flex-direction: column;
    gap: 1rem;
  }
}

/* ============================================
   PHOTO STRIP
   ============================================ */

.photo-strip {
  max-width: 960px;
  margin: 0 auto;
}

.strip-eyebrow {
  font-family: var(--font-body);
  font-size: 0.72rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}

.strip-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6rem;
  align-items: stretch;
  margin-bottom: 1rem;
}

.strip-ph {
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 3 / 4;
}

.strip-ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.strip-ph:hover img { transform: scale(1.04); }

.strip-portfolio-link {
  font-family: var(--font-display);
  font-size: 1rem;
  letter-spacing: 0.08em;
  color: var(--dark);
  transition: color 0.2s;
}

.strip-portfolio-link:hover { color: var(--gold); }

@media (max-width: 640px) {
  .strip-row { grid-template-columns: repeat(3, 1fr); }
}

/* ============================================
   BUNDLE
   ============================================ */

#bundle {
  background: var(--dark);
  padding: 4rem 2rem;
}

.bundle-inner {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.bundle-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: rgba(201,162,39,0.12);
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
}

.bundle-text { flex: 1; min-width: 200px; }

.bundle-title {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 0.5rem;
}

.bundle-desc {
  font-size: 0.92rem;
  line-height: 1.65;
  color: rgba(245,240,232,0.5);
}

@media (max-width: 640px) {
  .bundle-inner { flex-direction: column; text-align: center; }
  .bundle-icon { margin: 0 auto; }
}

/* ============================================
   PRICING NOTE
   ============================================ */

.pricing-note-wrap {
  background: var(--stone);
  padding: 1.25rem 2rem;
  text-align: center;
  border-bottom: 1px solid rgba(41,54,58,0.08);
}

.pricing-note {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.9rem;
  color: rgba(41,54,58,0.65);
  max-width: 700px;
  line-height: 1.6;
}

.pricing-note i {
  color: var(--gold);
  font-size: 1rem;
  flex-shrink: 0;
  margin-top: 2px;
}

/* ============================================
   CTA
   ============================================ */

#cta {
  background: var(--stone);
  padding: 6rem 2rem;
  text-align: center;
}

.cta-inner { max-width: 600px; margin: 0 auto; }

.cta-headline {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 4rem);
  color: var(--dark);
  letter-spacing: 0.02em;
  line-height: 1;
  margin-bottom: 1rem;
}

.cta-sub {
  font-size: 1.05rem;
  color: rgba(41,54,58,0.6);
  margin-bottom: 2rem;
  line-height: 1.6;
}