/* ============================================================
   PRE-WEDDING SERVICE PAGE — pre-wedding/style.css (Enhanced)
   ============================================================ */

/* ── Cinematic hero ── */
.pw-hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
.pw-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.05);
  animation: pwHeroZoom 14s ease-out forwards;
}
@keyframes pwHeroZoom {
  to { transform: scale(1); }
}
.pw-hero__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.3) 0%,
    rgba(0,0,0,0.55) 50%,
    rgba(0,0,0,0.75) 100%
  );
}
/* Floating decorative elements */
.pw-hero::before {
  content: '';
  position: absolute;
  top: 60px; left: 60px;
  width: 100px; height: 100px;
  border-top: 1px solid rgba(212,176,106,0.4);
  border-left: 1px solid rgba(212,176,106,0.4);
  z-index: 3;
}
.pw-hero::after {
  content: '';
  position: absolute;
  bottom: 80px; right: 60px;
  width: 100px; height: 100px;
  border-bottom: 1px solid rgba(212,176,106,0.4);
  border-right: 1px solid rgba(212,176,106,0.4);
  z-index: 3;
}
.pw-hero__content {
  position: relative;
  z-index: 2;
  max-width: 860px;
  padding: var(--nav-h) 20px 0;
}
.pw-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 0.65rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--clr-gold);
  margin-bottom: 24px;
}
.pw-hero__eyebrow::before,
.pw-hero__eyebrow::after {
  content: '';
  width: 32px;
  height: 1px;
  background: var(--clr-gold);
}
.pw-hero__title {
  font-family: var(--ff-display);
  font-size: clamp(3rem, 6.5vw, 5.8rem);
  font-weight: 300;
  line-height: 1.04;
  color: var(--clr-white);
  margin-bottom: 26px;
}
.pw-hero__title em { font-style: italic; color: var(--clr-gold-light); }
.pw-hero__sub {
  font-size: 1.02rem;
  color: rgba(245,240,232,0.75);
  line-height: 1.85;
  max-width: 580px;
  margin: 0 auto 44px;
}
.pw-hero__actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ── Locations grid ── */
.pw-locations {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 0;
}
.pw-loc {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/4;
  cursor: pointer;
}
.pw-loc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.9s cubic-bezier(0.25,0.46,0.45,0.94);
}
.pw-loc:hover img { transform: scale(1.1); }
.pw-loc__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0) 60%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 28px 22px;
  transition: background 0.4s;
}
.pw-loc:hover .pw-loc__overlay { background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.15) 60%); }
.pw-loc__name {
  font-family: var(--ff-display);
  font-size: 1.15rem;
  font-weight: 400;
  color: var(--clr-white);
  letter-spacing: 0.04em;
  margin-bottom: 4px;
}
.pw-loc__tag {
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--clr-gold);
}

/* ── Why pre-wedding ── */
.pw-why {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.pw-why__visual {
  position: relative;
  padding-bottom: 40px;
}
.pw-why__img-main {
  width: 84%;
  aspect-ratio: 3/4;
  object-fit: cover;
  display: block;
  box-shadow: 20px 20px 60px rgba(0,0,0,0.5);
}
.pw-why__img-float {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  aspect-ratio: 1;
  object-fit: cover;
  border: 5px solid var(--clr-bg);
  box-shadow: 10px 10px 30px rgba(0,0,0,0.4);
}
/* Gold corner accent */
.pw-why__visual::before {
  content: '';
  position: absolute;
  top: -12px; left: -12px;
  width: 70px; height: 70px;
  border-top: 2px solid var(--clr-gold);
  border-left: 2px solid var(--clr-gold);
  opacity: 0.6;
}
.pw-why__copy .tag { margin-bottom: 16px; }
.pw-why__copy h2 {
  font-family: var(--ff-display);
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  font-weight: 300;
  line-height: 1.2;
  color: var(--clr-white);
  margin-bottom: 26px;
}
.pw-why__copy h2 em { font-style: italic; color: var(--clr-gold-light); }
.pw-why__copy p { font-size: 0.93rem; color: var(--clr-muted); line-height: 1.9; margin-bottom: 14px; }

/* ── Benefits checklist ── */
.pw-benefits {
  list-style: none;
  margin: 24px 0 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pw-benefits li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 0.9rem;
  color: var(--clr-text);
  padding-bottom: 12px;
  border-bottom: 1px solid var(--clr-border);
}
.pw-benefits li:last-child { border-bottom: none; }
.pw-benefits li::before {
  content: '✦';
  color: var(--clr-gold);
  font-size: 0.65rem;
  flex-shrink: 0;
  margin-top: 4px;
}

/* ── Shoot ideas cards ── */
.pw-ideas {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 1px;
  background: var(--clr-border);
}
.pw-idea {
  background: var(--clr-bg2);
  overflow: hidden;
  position: relative;
  transition: transform 0.4s;
}
.pw-idea:hover { transform: translateY(-4px); }
.pw-idea img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  display: block;
  transition: transform 0.8s cubic-bezier(0.25,0.46,0.45,0.94);
}
.pw-idea:hover img { transform: scale(1.07); }
.pw-idea__body {
  padding: 26px 28px 30px;
  background: var(--clr-surface);
  position: relative;
}
.pw-idea__body::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 0; height: 2px;
  background: var(--clr-gold);
  transition: width 0.4s ease;
}
.pw-idea:hover .pw-idea__body::before { width: 100%; }
.pw-idea__num {
  font-family: var(--ff-display);
  font-size: 2.2rem;
  font-weight: 300;
  color: var(--clr-gold);
  opacity: 0.35;
  line-height: 1;
  margin-bottom: 10px;
}
.pw-idea h3 {
  font-family: var(--ff-display);
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--clr-white);
  margin-bottom: 10px;
}
.pw-idea p { font-size: 0.84rem; color: var(--clr-muted); line-height: 1.72; }

/* ── Masonry gallery ── */
.pw-gallery {
  columns: 4 200px;
  gap: 6px;
}
.pw-gallery__item {
  break-inside: avoid;
  margin-bottom: 6px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.pw-gallery__item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0);
  transition: background 0.4s;
}
.pw-gallery__item:hover::after { background: rgba(0,0,0,0.15); }
.pw-gallery__item img {
  width: 100%;
  display: block;
  transition: transform 0.7s cubic-bezier(0.25,0.46,0.45,0.94);
}
.pw-gallery__item:hover img { transform: scale(1.05); }

/* ── Quote strip ── */
.pw-quote {
  background: var(--clr-surface);
  border-top: 1px solid var(--clr-border);
  border-bottom: 1px solid var(--clr-border);
  padding: clamp(60px,8vw,100px) 5%;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.pw-quote::before {
  content: '\201C';
  position: absolute;
  top: 10px; left: 50%;
  transform: translateX(-50%);
  font-family: var(--ff-display);
  font-size: 12rem;
  color: var(--clr-gold);
  opacity: 0.05;
  line-height: 1;
}
.pw-quote__text {
  font-family: var(--ff-display);
  font-size: clamp(1.35rem,2.6vw,2.1rem);
  font-style: italic;
  font-weight: 300;
  color: var(--clr-white);
  max-width: 840px;
  margin: 0 auto 22px;
  line-height: 1.58;
  position: relative;
}
.pw-quote cite {
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--clr-gold);
  font-style: normal;
}

/* ── Responsive ── */
@media (max-width:1024px) {
  .pw-locations { grid-template-columns: repeat(2,1fr); }
  .pw-ideas     { grid-template-columns: repeat(2,1fr); }
  .pw-gallery   { columns: 3 160px; }
  .pw-hero::before, .pw-hero::after { display: none; }
}
@media (max-width:768px) {
  .pw-why { grid-template-columns:1fr; gap:40px; }
  .pw-why__img-float { display:none; }
  .pw-why__visual { padding-bottom: 0; }
  .pw-ideas { grid-template-columns:1fr; }
}
@media (max-width:480px) {
  .pw-locations { grid-template-columns:1fr; }
  .pw-gallery   { columns: 2 140px; }
}

/* ── WhatsApp CTA strip ── */
.wa-cta-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 3vw, 24px);
  flex-wrap: wrap;
  background: rgba(37,211,102,0.08);
  border: 1px solid rgba(37,211,102,0.2);
  padding: clamp(18px,3vw,26px) clamp(20px,4vw,40px);
  margin: clamp(30px,5vw,50px) 0;
}
.wa-cta-strip p { font-size: var(--text-base); color: var(--clr-text); line-height: 1.5; margin: 0; }
.wa-cta-strip strong { color: var(--clr-white); }
img { max-width: 100%; height: auto; display: block; }
.cover-img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
