/* ============================================================
   V3 — SOFT FEMININE LAYER (on top of the V1 base)
   Rounded imagery, pill buttons, warm blush accents, hero
   achievement stats. Photography-first, heroine-led.
   ============================================================ */

:root{
  --blush:      #F0DFD6;
  --rose:       #B76E5C;
  --radius-img: 14px;
  --radius-card: 18px;
}

/* ---------- Soft geometry ---------- */
.btn{ border-radius: 999px; }
.card-media, .gallery-item, .split-media .card-media, .collage .c-item{
  border-radius: var(--radius-img);
}
.card-media img, .gallery-item img{ border-radius: 0; }
.testi-card{ border-radius: var(--radius-card); }
.pkg-option{ border-radius: var(--radius-card); }
.estimate-box{ border-radius: var(--radius-card); }
.field input, .field select, .field textarea{ border-radius: 12px; }
.gallery-filters button{ border-radius: 999px; }
.placeholder-media{ border-radius: var(--radius-img); }

/* ---------- Feminine accents ---------- */
.eyebrow{ display:inline-flex; align-items:center; gap:.7em; }
.eyebrow::before{ content:''; width:1.8em; height:1px; background: var(--gold); flex:none; }
.hero .eyebrow::before, .cta-band .eyebrow::before{ background: var(--gold-soft); }

blockquote, .testi-card blockquote{ color: var(--charcoal); }
.serif-quote{
  font-family: var(--f-head); font-style: italic;
  font-size: clamp(1.35rem, 2.4vw, 1.9rem); line-height:1.45;
  color: var(--charcoal);
}
.serif-quote .qmark{ color: var(--rose); }

/* ---------- Hero with achievements ---------- */
.hero-v3{ position:relative; min-height: 94vh; display:flex; flex-direction:column; justify-content:flex-end; color: var(--ivory); overflow:hidden; }
.hero-v3 .hero-media{ position:absolute; inset:0; }
.hero-v3 .hero-media img{ width:100%; height:100%; object-fit:cover; }
.hero-v3 .hero-media::after{
  content:''; position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(20,17,14,.18) 0%, rgba(20,17,14,.24) 40%, rgba(20,17,14,.62) 72%, rgba(20,17,14,.88) 100%);
}
.hero-v3 .hero-content{ position:relative; z-index:2; padding-block: 3rem 2.2rem; text-shadow: 0 2px 6px rgba(12,10,8,.4); }
.hero-v3 .hero-headline{ color: var(--white); }
.hero-v3 .eyebrow{ color: var(--ivory); opacity:.92; }
.hero-v3 .eyebrow::before{ background: var(--gold-soft); }
.hero-v3 .hero-sub{ color: rgba(250,246,239,.92); }
.hero-v3 .btn-outline{ border-color: rgba(250,246,239,.65); color: var(--ivory); }
.hero-v3 .btn-outline:hover{ background: var(--ivory); color: var(--charcoal); }

.hero-stats{
  position:relative; z-index:2;
  border-top: 1px solid rgba(250,246,239,.28);
  backdrop-filter: blur(2px);
}
.hero-stats-grid{
  display:grid; grid-template-columns: repeat(2, 1fr); gap: 1.1rem 1rem;
  padding-block: 1.4rem 1.8rem;
}
.hero-stat .hs-num{
  font-family: var(--f-head); font-style: italic;
  font-size: clamp(1.4rem, 2.6vw, 2.1rem); color: var(--gold-soft); line-height:1.1; display:block;
}
.hero-stat .hs-lbl{
  font-size: .68rem; letter-spacing:.16em; text-transform: uppercase; font-weight:600;
  color: rgba(250,246,239,.82); display:block; margin-top:.25rem;
}
@media(min-width:760px){
  .hero-stats-grid{ grid-template-columns: repeat(4, 1fr); text-align:left; }
}

/* ---------- Hero V4: award authority ---------- */
.hero-v4{
  position:relative; color: var(--ivory); overflow:hidden;
  background:
    radial-gradient(120% 90% at 85% 10%, rgba(199,173,121,.10) 0%, rgba(199,173,121,0) 55%),
    linear-gradient(168deg, #2E2822 0%, #221E1A 46%, #171412 100%);
  padding-top: 118px;
}
/* mobile order: text -> photo -> buttons */
.hero-v4-grid{
  display:grid; gap: 2rem; align-items:center;
  grid-template-columns: 1fr;
  grid-template-areas: "copy" "media" "actions";
  padding-block: clamp(1.5rem, 4vw, 4rem) clamp(2.5rem, 5vw, 4rem);
}
.hero-v4-copy{ grid-area: copy; }
.hero-v4-media{ grid-area: media; }
.hero-actions{ grid-area: actions; }
.hero-v4-copy .eyebrow{ color: var(--ivory); opacity:.92; }
.hero-v4-copy .eyebrow::before{ background: var(--gold-soft); }
.hero-v4-copy .hero-headline{ color: var(--white); }
.hero-v4-copy .hero-sub{ color: rgba(250,246,239,.9); max-width: 46ch; }
.hero-v4 .btn-outline{ border-color: rgba(250,246,239,.65); color: var(--ivory); }
.hero-v4 .btn-outline:hover{ background: var(--ivory); color: var(--charcoal); }

.hero-v4-media{ position:relative; padding-bottom: 3.2rem; }
.award-card{
  margin:0; overflow:hidden; border-radius: var(--radius-img);
  border: 5px solid rgba(250,246,239,.92);
  box-shadow: 0 30px 70px rgba(0,0,0,.45);
  background: var(--charcoal-soft);
}
.award-card img{ width:100%; height:100%; object-fit:cover; display:block; }
.award-main{
  width: min(78%, 420px); aspect-ratio: 4/5;
  transform: rotate(1.6deg);
  margin-left: auto;
}
.award-small{
  position:absolute; left: 0; bottom: 5.5rem;
  width: min(44%, 230px); aspect-ratio: 2/3;
  transform: rotate(-3.2deg);
  z-index: 2;
}
.award-solo{ width: min(94%, 470px); margin-inline: auto; }

/* soft golden bokeh orbs in the hero background — glow, low opacity,
   gentle twinkle, and a parallax drift that follows the cursor */
.hero-sparkles{ position:absolute; inset:0; overflow:hidden; pointer-events:none; z-index:0; }
.hero-v4 > .container,
.hero-v4 > .hero-stats{ position:relative; z-index:1; }
.spark{
  position:absolute; left: var(--l); top: var(--t);
  /* parallax: layer sets --mx/--my (-0.5..0.5); each orb shifts by its depth */
  transform: translate3d(calc(var(--mx,0) * var(--depth,20px)), calc(var(--my,0) * var(--depth,20px)), 0);
  transition: transform 700ms cubic-bezier(.22,.61,.36,1);
  will-change: transform;
}
.spark .orb{
  display:block; width: var(--sz,60px); height: var(--sz,60px);
  border-radius:50%;
  background: radial-gradient(circle at 50% 50%,
    rgba(228,190,110,.55) 0%, rgba(199,173,121,.30) 40%, rgba(199,173,121,0) 72%);
  filter: blur(3px);
  opacity: 0;
  transform: translate(-50%, -50%) scale(.7);
  animation: orbTwinkle var(--dur,10s) ease-in-out var(--dl,0s) infinite;
  will-change: opacity, transform;
}
@keyframes orbTwinkle{
  0%, 100%{ opacity:0; transform: translate(-50%,-50%) scale(.7); }
  50%     { opacity: var(--op,.25); transform: translate(-50%,-50%) scale(1.05); }
}
/* small twinkling gold stars, layered over the orbs */
.spark .star{
  display:block; width: var(--sz,8px); height: var(--sz,8px);
  background: var(--gold-soft);
  clip-path: polygon(50% 0, 61% 39%, 100% 50%, 61% 61%, 50% 100%, 39% 61%, 0 50%, 39% 39%);
  opacity: 0;
  transform: translate(-50%,-50%) scale(.4);
  filter: drop-shadow(0 0 2px rgba(228,190,110,.7));
  animation: starTwinkle var(--dur,7s) ease-in-out var(--dl,0s) infinite;
  will-change: opacity, transform;
}
@keyframes starTwinkle{
  0%, 100%{ opacity:0; transform: translate(-50%,-50%) scale(.4) rotate(0deg); }
  50%     { opacity: var(--op,.75); transform: translate(-50%,-50%) scale(1) rotate(45deg); }
}
@media(max-width:600px){ .spark:nth-child(n+7){ display:none; } }
@media (prefers-reduced-motion: reduce){ .hero-sparkles{ display:none; } }

/* cursor-following 3D tilt on the hero photo */
.award-main{ perspective: 1000px; }
.award-main img{ transition: transform 240ms cubic-bezier(.22,.61,.36,1); backface-visibility: hidden; }
.award-main img.is-tilting{ transition: transform 90ms linear; box-shadow: 0 34px 70px rgba(0,0,0,.5); }
.award-caption{
  position:absolute; right: 4%; bottom: .4rem;
  display:inline-block;
  background: rgba(250,246,239,.10);
  border: 1px solid rgba(199,173,121,.45);
  border-radius: 999px;
  padding: .65em 1.4em;
  font-size: .7rem; letter-spacing:.14em; text-transform:uppercase; font-weight:600;
  color: var(--gold-soft);
  backdrop-filter: blur(3px);
}
@media(min-width:900px){
  /* desktop: text + buttons stacked left, photo right */
  .hero-v4-grid{
    grid-template-columns: 1.05fr .95fr;
    grid-template-areas: "copy media" "actions media";
    column-gap: clamp(2.5rem, 5vw, 5rem); row-gap: 1.6rem;
    align-items: center;
  }
  .hero-actions{ align-self: start; }
}
@media(max-width:899px){
  .hero-v4-media{ max-width: 460px; margin-inline:auto; width:100%; }
}

/* subtle load-in animation — a soft blur-in "reveal", gently staggered */
@keyframes heroReveal{
  from{ opacity:0; transform: translateY(22px); filter: blur(6px); }
  to{ opacity:1; transform: translateY(0); filter: blur(0); }
}
@keyframes heroSettleMain{
  from{ opacity:0; transform: rotate(3deg) translateY(22px) scale(.965); filter: blur(7px); }
  to{ opacity:1; transform: rotate(1.6deg) translateY(0) scale(1); filter: blur(0); }
}
@keyframes heroDrift{
  from{ transform: rotate(1.6deg) translateY(0); }
  to{ transform: rotate(1.6deg) translateY(-6px); }
}
.anim{ opacity:0; animation: heroReveal 900ms cubic-bezier(.22,.61,.36,1) both; }
.anim-1{ animation-delay: .10s; }
.anim-2{ animation-delay: .22s; }
.anim-3{ animation-delay: .34s; }
.anim-4{ animation-delay: .48s; }
.anim-5{ animation-delay: .62s; }
/* the script headline gets its own gentle left-to-right "written-in" reveal */
@keyframes textReveal{
  from{ opacity:0; clip-path: inset(-30% 100% -30% 0); transform: translateY(8px); }
  to{ opacity:1; clip-path: inset(-30% 0 -30% 0); transform: translateY(0); }
}
.hero-v4-copy .hero-headline.anim{
  opacity:0;
  animation: textReveal 1400ms cubic-bezier(.22,.61,.36,1) .30s both;
}
.award-main.anim{
  animation: heroSettleMain 1100ms cubic-bezier(.22,.61,.36,1) .34s both,
             heroDrift 8s ease-in-out 1.8s infinite alternate;
}
/* the stats bar cascades in last, one figure at a time */
.hero-stat{ opacity:0; animation: heroReveal 760ms cubic-bezier(.22,.61,.36,1) both; }
.hero-stat:nth-child(1){ animation-delay: .70s; }
.hero-stat:nth-child(2){ animation-delay: .80s; }
.hero-stat:nth-child(3){ animation-delay: .90s; }
.hero-stat:nth-child(4){ animation-delay: 1.00s; }
@media (prefers-reduced-motion: reduce){
  .anim, .award-main.anim, .hero-stat,
  .hero-v4-copy .hero-headline.anim{ animation:none; opacity:1; filter:none; clip-path:none; }
}

/* ---------- Last bridesmaid section ---------- */
.bridesmaid-note{
  display:inline-block; font-family: var(--f-head); font-style: italic;
  font-size: 1.05rem; color: var(--rose); margin-bottom: .6rem;
}
.portrait-frame{ position:relative; }
.portrait-frame .card-media{ box-shadow: 0 30px 70px rgba(34,30,26,.14); }
.portrait-frame .badge{
  position:absolute; left: 50%; bottom: -1.4rem; transform: translateX(-50%);
  background: var(--white); border: 1px solid var(--beige-line); border-radius: 999px;
  padding: .7em 1.5em; white-space:nowrap;
  font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; color: var(--gold-deep);
  box-shadow: 0 12px 30px rgba(34,30,26,.12);
}

/* ---------- Soft section tint ---------- */
.section-blush{ background: linear-gradient(180deg, var(--ivory) 0%, var(--blush) 120%); }

/* ---------- Testimonials on dark: keep cards soft ---------- */
.testi-card .who{ color: var(--charcoal); }
.testi-card .who span{ color: var(--charcoal-70); }

/* ---------- Testimonial cards: text-focused, small profile photo ---------- */
.testi-card{
  background: var(--white);
  padding: 2rem 1.9rem;
  display: flex; flex-direction: column; gap: 1rem;
  box-shadow: 0 24px 50px rgba(0,0,0,.24);
}
.testi-stars{ display:flex; align-items:center; gap:.18rem; }
.testi-stars svg{ width:1rem; height:1rem; fill: #E8B44A; flex:none; }
.testi-card blockquote{
  margin:0; flex:1;
  font-family: var(--f-head); font-style: italic;
  font-size: 1.18rem; line-height: 1.5; color: var(--charcoal);
}
.testi-person{ display:flex; align-items:center; gap:.85rem; margin-top:.4rem; }
.testi-avatar{
  width: 52px; height: 52px; border-radius: 50%; overflow: hidden; flex:none;
  border: 2px solid var(--beige-line);
}
.testi-avatar img{ width:100%; height:100%; object-fit: cover; display:block; }
.testi-card .who{
  font-size:.8rem; letter-spacing:.1em; text-transform:uppercase; font-weight:700;
  color: var(--gold-deep);
}

/* ---------- Journal / story card niceties ---------- */
.journal-card .cat, .story-card .venue{ letter-spacing:.14em; }
.story-card .card-media, .journal-card .card-media{ margin-bottom: 0; }

/* ---------- Inline article figures (blog-style) ---------- */
.art-fig{ margin: 2.4rem 0; }
.art-fig img{ width:100%; height:auto; border-radius: var(--radius-img); display:block; }
.art-fig.fig-pair{ display:grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.art-fig.fig-pair figcaption{ grid-column: 1 / -1; }
.art-fig.fig-portrait{ max-width: 72%; margin-inline: auto; }
.art-fig figcaption{
  font-family: var(--f-head); font-style: italic;
  font-size: .95rem; color: var(--charcoal-70);
  text-align: center; margin-top: .8rem;
}
@media(max-width:560px){
  .art-fig.fig-portrait{ max-width: 100%; }
}

/* ---------- Media features: press-clipping thumbnails ---------- */
.press-wall{
  display: grid; grid-template-columns: 1fr 1fr; gap: 1.6rem 1.3rem;
  max-width: 900px; margin-inline: auto;
}
.press-clip{ margin: 0; }
.press-thumb{
  position: relative; display: block; width: 100%; padding: 0; margin: 0;
  aspect-ratio: 4/5; overflow: hidden; cursor: pointer;
  border: 1px solid var(--beige-line); background: var(--white);
  box-shadow: 0 14px 34px rgba(34,30,26,.12);
  -webkit-appearance: none; appearance: none;
  transition: box-shadow 300ms var(--ease), transform 300ms var(--ease);
}
.press-thumb img{
  width: 100%; height: 100%; display: block;
  object-fit: cover; object-position: top center;
  transition: transform 600ms var(--ease);
}
.press-thumb:hover, .press-thumb:focus-visible{
  box-shadow: 0 22px 48px rgba(34,30,26,.2); transform: translateY(-3px);
}
.press-thumb:hover img, .press-thumb:focus-visible img{ transform: scale(1.05); }
.press-zoom{
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  color: #fff; background: rgba(34,30,26,.22);
  opacity: 0; transition: opacity 300ms var(--ease);
}
.press-zoom svg{
  width: 42px; height: 42px; padding: 10px; border-radius: 50%;
  background: rgba(34,30,26,.55); backdrop-filter: blur(2px);
}
.press-thumb:hover .press-zoom, .press-thumb:focus-visible .press-zoom{ opacity: 1; }
.press-clip figcaption{
  margin-top: .8rem; text-align: center;
  font-size: .78rem; letter-spacing: .1em; text-transform: uppercase;
  font-weight: 600; color: var(--charcoal-70);
}
@media(min-width:760px){
  .press-wall{ grid-template-columns: repeat(4, 1fr); gap: 2rem 1.5rem; align-items: start; }
}

/* ---------- Page hero (inner pages) ---------- */
.page-hero .eyebrow{ color: var(--gold-soft); }

/* ---------- Mobile comfort ---------- */
@media(max-width:600px){
  .hero-v3{ min-height: 88vh; padding-top: 128px; }
  .hero-actions .btn{ width:100%; justify-content:center; }
  section{ padding-block: clamp(3.5rem, 12vw, 5rem); }
}
