/* ============================================================
   MATERNITY SERVICE PAGE — maternity/style.css (Enhanced)
   ============================================================ */

/* ── Split hero ── */
.mat-hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}
.mat-hero__left {
  position: relative;
  overflow: hidden;
}
.mat-hero__left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transform: scale(1.04);
  animation: matHeroZoom 12s ease-out forwards;
}
@keyframes matHeroZoom {
  to { transform: scale(1); }
}
.mat-hero__left::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, transparent 55%, var(--clr-bg) 100%);
}
.mat-hero__right {
  background: var(--clr-bg);
  display: flex;
  align-items: center;
  padding: clamp(40px,5vw,60px) clamp(36px,5vw,72px) clamp(40px,5vw,60px) clamp(28px,4vw,50px);
  padding-top: calc(var(--nav-h) + clamp(20px,3vw,40px));
  position: relative;
}
/* Subtle texture on right panel */
.mat-hero__right::before {
  content: '';
  position: absolute;
  top: 60px; right: 40px;
  width: 80px; height: 80px;
  border-top: 1px solid rgba(212,176,106,0.3);
  border-right: 1px solid rgba(212,176,106,0.3);
}
.mat-hero__right::after {
  content: '';
  position: absolute;
  bottom: 60px; left: 40px;
  width: 80px; height: 80px;
  border-bottom: 1px solid rgba(212,176,106,0.3);
  border-left: 1px solid rgba(212,176,106,0.3);
}
.mat-hero__content { max-width: 500px; position: relative; z-index: 1; }
.mat-hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--clr-gold);
  margin-bottom: 24px;
}
.mat-hero__eyebrow::before {
  content: '';
  width: 30px;
  height: 1px;
  background: var(--clr-gold);
}
.mat-hero__title {
  font-family: var(--ff-display);
  font-size: clamp(2.6rem, 4.5vw, 4.8rem);
  font-weight: 300;
  line-height: 1.08;
  color: var(--clr-white);
  margin-bottom: 26px;
}
.mat-hero__title em { font-style: italic; color: var(--clr-gold-light); }
.mat-hero__desc {
  font-size: 0.96rem;
  color: var(--clr-muted);
  line-height: 1.88;
  margin-bottom: 42px;
}
.mat-hero__actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ── Soft intro section ── */
.mat-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.mat-intro__images {
  position: relative;
  padding-bottom: 60px;
}
.mat-intro__img-main {
  width: 80%;
  aspect-ratio: 3/4;
  object-fit: cover;
  display: block;
  box-shadow: 20px 20px 60px rgba(0,0,0,0.45);
}
.mat-intro__img-second {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 54%;
  aspect-ratio: 1;
  object-fit: cover;
  border: 5px solid var(--clr-bg);
  box-shadow: 10px 10px 30px rgba(0,0,0,0.4);
}
/* Gold accent frame */
.mat-intro__images::before {
  content: '';
  position: absolute;
  top: -10px; left: -10px;
  width: 64px; height: 64px;
  border-top: 2px solid var(--clr-gold);
  border-left: 2px solid var(--clr-gold);
  opacity: 0.55;
}
.mat-intro__copy .tag { margin-bottom: 16px; }
.mat-intro__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;
}
.mat-intro__copy h2 em { font-style: italic; color: var(--clr-gold-light); }
.mat-intro__copy p { font-size: 0.93rem; color: var(--clr-muted); line-height: 1.9; margin-bottom: 14px; }

/* ── Shoot styles ── */
.mat-styles {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 24px;
}
.mat-style-card {
  background: var(--clr-surface);
  border: 1px solid var(--clr-border);
  overflow: hidden;
  transition: border-color 0.4s, transform 0.4s, box-shadow 0.4s;
}
.mat-style-card:hover {
  border-color: var(--clr-gold);
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.35);
}
.mat-style-card__img {
  aspect-ratio: 4/5;
  overflow: hidden;
}
.mat-style-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s cubic-bezier(0.25,0.46,0.45,0.94);
}
.mat-style-card:hover .mat-style-card__img img { transform: scale(1.07); }
.mat-style-card__body { padding: 26px 28px 30px; position: relative; }
.mat-style-card__body::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 0; height: 2px;
  background: var(--clr-gold);
  transition: width 0.4s ease;
}
.mat-style-card:hover .mat-style-card__body::before { width: 100%; }
.mat-style-card__icon {
  font-size: 1.5rem;
  color: var(--clr-gold);
  margin-bottom: 14px;
  display: block;
  transition: transform 0.4s;
}
.mat-style-card:hover .mat-style-card__icon { transform: scale(1.15); }
.mat-style-card h3 {
  font-family: var(--ff-display);
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--clr-white);
  margin-bottom: 10px;
}
.mat-style-card p { font-size: 0.84rem; color: var(--clr-muted); line-height: 1.78; }

/* ── What to expect timeline ── */
@keyframes timelineItemIn {
  from { opacity: 0; transform: translateX(-28px); }
  to   { opacity: 1; transform: translateX(0); }
}
@keyframes dotPop {
  0%   { transform: scale(0);   opacity: 0; }
  60%  { transform: scale(1.3); opacity: 1; }
  100% { transform: scale(1);   opacity: 1; }
}
@keyframes dotGlow {
  0%, 100% { box-shadow: 0 0 0   0   rgba(212,176,106,0.5); }
  50%       { box-shadow: 0 0 18px 4px rgba(212,176,106,0.4); }
}
@keyframes lineReveal {
  from { transform: scaleY(0); transform-origin: top; }
  to   { transform: scaleY(1); transform-origin: top; }
}

.mat-timeline {
  position: relative;
  padding-left: 60px;
  max-width: 740px;
  margin: 50px auto 0;
}
.mat-timeline::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(to bottom, transparent, var(--clr-border), var(--clr-border), transparent);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 1.2s cubic-bezier(0.4,0,0.2,1);
}
.mat-timeline.timeline--visible::before {
  transform: scaleY(1);
}

.mat-timeline__item {
  position: relative;
  margin-bottom: 48px;
  padding: 28px 32px;
  background: var(--clr-surface);
  border: 1px solid var(--clr-border);
  transition: border-color 0.35s, transform 0.35s, box-shadow 0.35s;
  opacity: 1;
}
.mat-timeline__item.timeline-item--visible {
  animation: timelineItemIn 0.65s cubic-bezier(0.25,0.46,0.45,0.94) forwards;
}
.mat-timeline__item:hover {
  border-color: rgba(212,176,106,0.35);
  transform: translateX(6px);
  box-shadow: -4px 0 20px rgba(212,176,106,0.08);
}
.mat-timeline__item:last-child { margin-bottom: 0; }

.mat-timeline__dot {
  position: absolute;
  left: -48px;
  top: 32px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid var(--clr-gold);
  background: var(--clr-bg);
  z-index: 1;
  opacity: 1;
  transition: background 0.3s, box-shadow 0.3s;
}
.mat-timeline__item.timeline-item--visible .mat-timeline__dot {
  animation: dotPop 0.5s cubic-bezier(0.34,1.56,0.64,1) 0.3s forwards,
             dotGlow 2s ease-in-out 0.9s infinite;
}
.mat-timeline__item:hover .mat-timeline__dot {
  background: var(--clr-gold);
  box-shadow: 0 0 16px rgba(212,176,106,0.55);
}

.mat-timeline__step {
  font-size: 0.6rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--clr-gold);
  margin-bottom: 8px;
  font-weight: 600;
}
.mat-timeline__title {
  font-family: var(--ff-display);
  font-size: 1.18rem;
  font-weight: 400;
  color: var(--clr-white);
  margin-bottom: 10px;
}
.mat-timeline__desc { font-size: 0.88rem; color: var(--clr-muted); line-height: 1.8; }

/* ── Gallery grid ── */
.mat-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 290px 290px;
  gap: 6px;
}
.mat-gallery__item {
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.mat-gallery__item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0);
  transition: background 0.4s;
}
.mat-gallery__item:hover::after { background: rgba(0,0,0,0.15); }
.mat-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s cubic-bezier(0.25,0.46,0.45,0.94);
}
.mat-gallery__item:hover img { transform: scale(1.06); }
.mat-gallery__item--tall { grid-row: span 2; }

/* ── Soft quote ── */
.mat-quote {
  background: linear-gradient(135deg, #1c1810 0%, #0f0d0a 100%);
  border-top: 1px solid rgba(201,169,110,0.2);
  border-bottom: 1px solid rgba(201,169,110,0.2);
  padding: clamp(70px,8vw,110px) 5%;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.mat-quote::before {
  content: '\2665';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  font-size: 20rem;
  color: var(--clr-gold);
  opacity: 0.03;
}
.mat-quote p {
  font-family: var(--ff-display);
  font-size: clamp(1.25rem, 2.6vw, 2rem);
  font-style: italic;
  font-weight: 300;
  color: var(--clr-white);
  max-width: 840px;
  margin: 0 auto 22px;
  line-height: 1.62;
  position: relative;
}
.mat-quote cite {
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--clr-gold);
  font-style: normal;
}

/* ── FAQ mini ── */
.mat-faq { max-width: 720px; margin: 0 auto; }

/* ── Responsive ── */
@media (max-width: 1024px) {
  .mat-hero { grid-template-columns: 1fr; }
  .mat-hero__left { height: 55vh; min-height: 320px; }
  .mat-hero__left::after { background: linear-gradient(to top, var(--clr-bg) 0%, transparent 55%); }
  .mat-hero__right { padding: 44px 5% 52px; }
  .mat-hero__right::before, .mat-hero__right::after { display: none; }
  .mat-gallery { grid-template-columns: repeat(2,1fr); grid-template-rows: auto; }
  .mat-gallery__item { height: 260px; }
  .mat-gallery__item--tall { grid-row: span 1; }
}
@media (max-width: 768px) {
  .mat-intro { grid-template-columns: 1fr; gap: 44px; }
  .mat-intro__img-second { display: none; }
  .mat-intro__images { padding-bottom: 0; }
  .mat-styles { grid-template-columns: 1fr 1fr; gap: 16px; }
}
@media (max-width: 480px) {
  .mat-gallery { grid-template-columns: 1fr; }
  .mat-gallery__item { height: 220px; }
  .mat-styles { grid-template-columns: 1fr; }
}

/* ── 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; }
