/*
Theme Name: Face Stories by Varsha
Theme URI: https://facestoriesbyvarsha.com
Author: Varsha
Description: Premium luxury bridal makeup academy theme. Clean SaaS structure inspired by WsCube Tech, styled like a high-end beauty brand. Zero page-builder dependencies.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
Text Domain: facestories
*/

/* ===== Reset & Base ===== */
* { margin: 0; padding: 0; box-sizing: border-box; }
:root {
  --bg: #FFFDFB;
  --bg-alt: #FFF5F8;
  --dark: #1F1F1F;
  --dark-2: #26181D;
  --plum: #1F1F1F;
  --rose: #C2185B;
  --rose-2: #E91E63;
  --rose-dark: #A8134F;
  --gold: #D4AF37;
  --gold-soft: #E7C873;
  --text: #1F1F1F;
  --muted: #6B6B6B;
  --card: #FFFFFF;
  --border: #F2E5E8;
  --radius: 20px;
  --shadow: 0 18px 50px rgba(31, 31, 31, .08);
  --shadow-sm: 0 8px 26px rgba(31, 31, 31, .06);
  --font: 'Inter', 'Segoe UI', system-ui, -apple-system, 'Helvetica Neue', Arial, sans-serif;
}
html { scroll-behavior: smooth; }
body { font-family: var(--font); background: var(--bg); color: var(--text); line-height: 1.65; -webkit-font-smoothing: antialiased; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 28px; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img, svg { max-width: 100%; display: block; }
section[id], [id] { scroll-margin-top: 92px; }

/* ===== Buttons ===== */
.btn { display: inline-block; padding: 14px 30px; border-radius: 12px; font-weight: 600; font-size: .95rem; cursor: pointer; border: 1.5px solid transparent; transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease, border-color .25s ease; }
.btn-primary { background: var(--rose); color: #fff; box-shadow: 0 8px 20px rgba(194, 24, 91, .22); }
.btn-primary:hover { transform: translateY(-2px); background: var(--rose-dark); box-shadow: 0 12px 28px rgba(194, 24, 91, .3); color: #fff; }
.btn-secondary { background: #fff; color: var(--rose); border-color: var(--rose); }
.btn-secondary:hover { background: var(--rose); color: #fff; transform: translateY(-2px); }
.btn-gold { background: var(--gold); color: #fff; box-shadow: 0 8px 20px rgba(212, 175, 55, .3); }
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(212, 175, 55, .4); color: #fff; }
.btn-ghost { background: transparent; color: var(--text); border-color: var(--border); }
.btn-ghost:hover { color: var(--rose); border-color: var(--rose); transform: translateY(-2px); }
.btn-light { background: #fff; color: var(--rose); }
.btn-light:hover { transform: translateY(-2px); box-shadow: var(--shadow); color: var(--rose); }
.btn-outline { background: #fff; color: var(--rose); border-color: var(--rose); }
.btn-outline:hover { background: var(--rose); color: #fff; }
.btn-sm { padding: 10px 20px; font-size: .85rem; border-radius: 10px; }

/* ===== Header ===== */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255, 253, 251, .55); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-bottom: 1px solid transparent; transition: background .3s ease, box-shadow .3s ease, backdrop-filter .3s ease, border-color .3s ease; }
.site-header.scrolled { background: rgba(255, 255, 255, .78); backdrop-filter: blur(18px) saturate(1.2); -webkit-backdrop-filter: blur(18px) saturate(1.2); box-shadow: 0 8px 30px rgba(31, 31, 31, .06); border-bottom-color: var(--border); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.logo { font-size: 1.3rem; font-weight: 800; letter-spacing: .2px; color: var(--dark); }
.logo span { color: var(--rose); }
.logo em { font-style: normal; font-size: .72rem; color: var(--gold); font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; margin-left: 8px; }

.main-nav ul { display: flex; gap: 6px; align-items: center; }
.main-nav li { position: relative; }
.main-nav a { padding: 10px 14px; font-size: .92rem; font-weight: 600; color: var(--text); border-radius: 10px; position: relative; transition: color .2s; }
.main-nav a::after { content: ""; position: absolute; left: 14px; right: 14px; bottom: 6px; height: 2px; border-radius: 2px; background: var(--rose); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.main-nav a:hover { color: var(--rose); }
.main-nav a:hover::after { transform: scaleX(1); }
.main-nav li.menu-item-has-children > .sub-menu { position: absolute; top: 100%; left: 0; min-width: 240px; background: #fff; border: 1px solid var(--border); border-radius: 14px; box-shadow: var(--shadow); padding: 10px; opacity: 0; visibility: hidden; transform: translateY(10px); transition: all .25s ease; z-index: 50; }
.main-nav li.menu-item-has-children:hover > .sub-menu, .main-nav li.menu-item-has-children:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.main-nav .sub-menu a { display: block; padding: 10px 12px; font-weight: 500; }
.main-nav .sub-menu a::after { display: none; }
.main-nav .sub-menu a:hover { background: var(--bg-alt); color: var(--rose); }

.header-actions { display: flex; align-items: center; gap: 14px; }
.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 6px; }
.hamburger span { width: 24px; height: 2.5px; background: var(--dark); border-radius: 2px; transition: all .3s ease; }

/* ===== Homepage: Hero ===== */
.fs-hero { position: relative; overflow: hidden; padding: 96px 0 120px; background: radial-gradient(900px 500px at 85% -10%, #FFF0F5 0%, rgba(255, 240, 245, 0) 60%); }
.fs-hero-inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; }
.fs-eyebrow { display: inline-block; color: var(--gold); font-size: .8rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 22px; }
.fs-eyebrow::before { content: "✦ "; }
.fs-hero-copy h1 { font-size: clamp(2.5rem, 5vw, 3.6rem); line-height: 1.08; font-weight: 800; letter-spacing: -.02em; color: var(--dark); max-width: 600px; }
.fs-hero-copy h1 em { font-style: italic; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; color: var(--rose); }
.fs-hero-copy > p { margin: 24px 0 32px; color: var(--muted); max-width: 520px; font-size: 1.1rem; }
.fs-cta-row { display: flex; gap: 14px; flex-wrap: wrap; }
.fs-hero-meta { margin-top: 36px; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.fs-hero-meta .stars { color: var(--gold); letter-spacing: 2px; font-size: 1.05rem; }
.fs-hero-meta .stars strong { color: var(--dark); font-size: 1rem; margin-left: 8px; letter-spacing: 0; }
.fs-hero-meta > span { color: var(--muted); font-size: .92rem; padding-left: 16px; border-left: 1px solid var(--border); }

.fs-portrait { position: relative; max-width: 460px; margin: 0 auto; border-radius: 26px; overflow: hidden; border: 1px solid var(--border); background: linear-gradient(160deg, #FFF7F9, #FBE7EF); box-shadow: var(--shadow); }
.fs-portrait svg { width: 100%; height: auto; }
.fs-float { position: absolute; background: rgba(255, 255, 255, .82); color: var(--text); border: 1px solid rgba(255, 255, 255, .9); border-radius: 18px; padding: 15px 20px; display: flex; align-items: center; gap: 12px; box-shadow: 0 14px 34px rgba(31, 31, 31, .10); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); font-size: .82rem; }
.fs-float strong { display: block; font-size: .95rem; color: var(--dark); font-weight: 700; letter-spacing: -.01em; line-height: 1.25; }
.fs-float small { color: var(--muted); font-size: .78rem; letter-spacing: .02em; display: block; margin-top: 1px; }
.fs-fi { width: 42px; height: 42px; border-radius: 14px; background: linear-gradient(135deg, #FFF1F6, #FDE3EC); display: flex; align-items: center; justify-content: center; font-size: 1.2rem; flex: 0 0 auto; }
.fs-f1 { top: 6%; right: 4%; animation: cardFloat 5s ease-in-out infinite .2s; }
.fs-f2 { bottom: 14%; left: -30px; animation: cardFloat 5s ease-in-out infinite .8s; }
.fs-f3 { bottom: 4%; right: -26px; animation: cardFloat 6s ease-in-out infinite 1.4s; }

/* ===== Homepage: decorative scroll animations ===== */
.fs-deco { position: absolute; opacity: 0; will-change: transform, opacity; z-index: 2; pointer-events: none; }
.fs-deco-lipstick { right: -70px; top: 26%; transform: translateX(160px) rotate(-14deg); transition: transform 1s cubic-bezier(.2, .8, .2, 1) .15s, opacity .8s ease .15s; }
.fs-deco-lipstick.in { transform: translateX(0) rotate(-14deg); opacity: 1; }
.fs-deco-brush { left: -60px; bottom: 10%; transform: translateX(-160px) rotate(16deg); transition: transform 1s cubic-bezier(.2, .8, .2, 1) .3s, opacity .8s ease .3s; }
.fs-deco-brush.in { transform: translateX(0) rotate(16deg); opacity: 1; }
.fs-deco-spark { font-size: 1.6rem; color: var(--gold); animation: spark 3.2s ease-in-out infinite; }
.fs-spark-1 { top: 16%; left: 12%; }
.fs-spark-2 { bottom: 24%; right: 16%; animation-delay: 1.2s; }
.fs-spark-3 { top: 58%; left: 4%; animation-delay: 2s; }
@keyframes spark { 0%, 100% { transform: scale(.4); opacity: .2; } 50% { transform: scale(1); opacity: 1; } }

/* ===== Homepage: logos ===== */
.fs-logos { padding: 44px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: #fff; }
.fs-logos-label { text-align: center; font-size: .72rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: #B9A5AC; margin-bottom: 24px; }
.fs-logos-row { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 40px; }
.fs-logos-row span { font-weight: 700; letter-spacing: 3px; color: #D3BFC6; font-size: .95rem; opacity: .85; transition: color .25s ease, opacity .25s ease; }
.fs-logos-row span:hover { color: var(--rose); opacity: 1; }

/* ===== Homepage: stats ===== */
.fs-stats { padding: 56px 0; background: #fff; border-bottom: 1px solid var(--border); }
.fs-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.fs-stat { text-align: center; padding: 12px; }
.fs-stat strong { font-size: 2.5rem; font-weight: 800; color: var(--rose); display: block; letter-spacing: -.02em; }
.fs-stat span { color: var(--muted); font-size: .95rem; }

/* ===== Sections ===== */
.section { padding: 100px 0; }
.section-alt { background: var(--bg-alt); }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 60px; }
.section-tag { display: inline-block; color: var(--gold); font-weight: 700; font-size: .78rem; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 14px; }
.section-head h2 { font-size: 2.4rem; font-weight: 800; color: var(--dark); letter-spacing: -.02em; margin-bottom: 14px; }
.section-head h2 em { font-style: italic; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; color: var(--rose); }
.section-head p { color: var(--muted); font-size: 1.02rem; }
.center { text-align: center; margin-top: 48px; }

/* ===== Cards (courses) ===== */
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.course-card { background: var(--card); border-radius: var(--radius); border: 1px solid var(--border); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.course-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: #F0D5DD; }
.course-thumb { height: 170px; position: relative; display: flex; align-items: center; justify-content: center; background: linear-gradient(160deg, #FBE7EF, #F3C9DA); }
.course-thumb .ct-icon { font-size: 2.6rem; opacity: .9; }
.course-badge { position: absolute; top: 14px; left: 14px; background: #FFF8E6; color: #A67C00; border: 1px solid #EFDDA0; font-size: .72rem; font-weight: 700; padding: 5px 13px; border-radius: 30px; }
.course-body { padding: 24px; }
.course-body h3 { font-size: 1.12rem; color: var(--dark); margin-bottom: 8px; }
.course-body p { color: var(--muted); font-size: .9rem; margin-bottom: 16px; }
.course-meta { display: flex; justify-content: space-between; color: var(--muted); font-size: .82rem; padding: 13px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); margin-bottom: 16px; }
.course-foot { display: flex; align-items: center; justify-content: space-between; }
.price { font-size: 1.25rem; color: var(--rose); font-weight: 700; }
.price small { color: #B3A3AA; text-decoration: line-through; font-size: .8rem; margin-left: 8px; font-weight: 400; }

/* ===== Services ===== */
.service-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 34px 28px; text-align: center; box-shadow: var(--shadow-sm); transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: #F0D5DD; }
.service-icon { width: 58px; height: 58px; margin: 0 auto 18px; border-radius: 50%; background: var(--bg-alt); display: flex; align-items: center; justify-content: center; font-size: 1.5rem; }
.service-card h3 { color: var(--dark); margin-bottom: 8px; font-size: 1.08rem; }
.service-card p { color: var(--muted); font-size: .9rem; margin-bottom: 20px; }
.service-foot { display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap; }

/* ===== Features (why us) ===== */
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feature { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 34px 30px; box-shadow: var(--shadow-sm); transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.feature:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: #F0D5DD; }
.feat-icon { width: 50px; height: 50px; border-radius: 50%; background: var(--bg-alt); display: flex; align-items: center; justify-content: center; font-size: 1.35rem; margin-bottom: 18px; }
.feature h3 { color: var(--dark); margin-bottom: 8px; }
.feature p { color: var(--muted); font-size: .9rem; }

/* ===== Testimonials ===== */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testi { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow-sm); }
.testi .stars { color: var(--gold); letter-spacing: 2px; margin-bottom: 16px; }
.testi p { color: var(--text); font-size: .95rem; margin-bottom: 22px; }
.testi-user { display: flex; align-items: center; gap: 12px; }
.avatar { width: 46px; height: 46px; border-radius: 50%; background: var(--bg-alt); border: 1px solid var(--border); color: var(--rose); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: .85rem; }
.testi-user strong { display: block; color: var(--dark); font-size: .92rem; }
.testi-user small { color: var(--muted); font-size: .8rem; }

/* ===== FAQ ===== */
.faq-list { max-width: 780px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
.faq-item { background: var(--card); border: 1px solid var(--border); border-radius: 14px; box-shadow: var(--shadow-sm); overflow: hidden; }
.faq-q { width: 100%; background: none; border: none; padding: 20px 24px; text-align: left; font-size: 1rem; font-weight: 700; color: var(--dark); cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
.faq-icon { font-size: 1.4rem; color: var(--rose); transition: transform .3s ease; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-a p { padding: 0 24px 20px; color: var(--muted); font-size: .93rem; }

/* ===== CTA Banner ===== */
.cta-banner { background: var(--bg-alt); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 84px 0; text-align: center; }
.cta-inner h2 { font-size: 2.4rem; color: var(--dark); margin-bottom: 14px; }
.cta-inner h2 em { font-style: italic; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; color: var(--rose); }
.cta-inner p { color: var(--muted); margin-bottom: 30px; }
.cta-inner .hero-cta, .cta-inner .fs-cta-row { justify-content: center; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }

/* ===== Contact / Forms ===== */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.contact-form { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 38px; box-shadow: var(--shadow-sm); }
.form-row { margin-bottom: 20px; }
.form-row label { display: block; font-weight: 600; font-size: .9rem; color: var(--dark); margin-bottom: 8px; }
.form-row input, .form-row select, .form-row textarea { width: 100%; padding: 14px 16px; border: 1.5px solid var(--border); border-radius: 12px; font-family: inherit; font-size: .95rem; background: #FFFDFB; color: var(--text); transition: border-color .2s; }
.form-row input:focus, .form-row select:focus, .form-row textarea:focus { outline: none; border-color: var(--rose); }
.form-note { font-size: .85rem; color: var(--muted); margin-top: 14px; }
.contact-info h3 { color: var(--dark); font-size: 1.5rem; margin-bottom: 18px; }
.contact-info p { color: var(--muted); margin-bottom: 24px; }
.contact-line { display: flex; align-items: center; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--border); color: var(--text); font-size: .95rem; }
.contact-line .ci { font-size: 1.25rem; }
.contact-line a:hover { color: var(--rose); }

/* ===== Footer ===== */
.site-footer { background: var(--dark-2); color: #CFBCC3; padding-top: 76px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 54px; }
.footer-brand .logo { color: #fff; }
.footer-brand p { margin: 18px 0; font-size: .9rem; max-width: 300px; }
.socials { display: flex; gap: 10px; }
.socials a { width: 38px; height: 38px; border-radius: 50%; border: 1px solid #463239; display: flex; align-items: center; justify-content: center; font-size: .7rem; font-weight: 700; color: #fff; transition: all .25s ease; }
.socials a:hover { background: var(--rose); border-color: var(--rose); transform: translateY(-3px); color: #fff; }
.footer-col h4 { color: #fff; font-size: .95rem; margin-bottom: 18px; }
.footer-col a { display: block; padding: 6px 0; font-size: .9rem; color: #A8939C; transition: color .2s; }
.footer-col a:hover { color: var(--rose-2); }
.footer-bottom { border-top: 1px solid #3A2A31; text-align: center; padding: 24px; font-size: .85rem; color: #8C7480; }

/* ===== Reveal animations ===== */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal:nth-child(2) { transition-delay: .1s; }
.reveal:nth-child(3) { transition-delay: .2s; }

@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

/* ===== Hero carousel (v2.1) ===== */
.fs-hero { padding: 0; min-height: 90vh; display: flex; flex-direction: column; justify-content: center; }
.fs-carousel { position: relative; width: 100%; z-index: 1; }
.fs-bokeh { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 0; }
.fs-bokeh span { position: absolute; border-radius: 50%; filter: blur(30px); }
.fs-bokeh span:nth-child(1) { width: 280px; height: 280px; left: 6%; top: 18%; background: radial-gradient(circle, rgba(233, 30, 99, .08), transparent 70%); }
.fs-bokeh span:nth-child(2) { width: 360px; height: 360px; right: -50px; bottom: -60px; background: radial-gradient(circle, rgba(212, 175, 55, .10), transparent 70%); }
.fs-bokeh span:nth-child(3) { width: 220px; height: 220px; left: 48%; top: -70px; background: radial-gradient(circle, rgba(233, 30, 99, .06), transparent 70%); }
.fs-carousel-track { display: flex; will-change: transform; transition: transform .8s cubic-bezier(.4, 0, .2, 1); }
.fs-slide { flex: 0 0 100%; width: 100%; min-height: 90vh; display: flex; align-items: center; padding: 60px 0 130px; }
.fs-slide-inner { display: grid; grid-template-columns: 60fr 40fr; gap: 48px; align-items: center; width: 100%; }
.fs-slide-copy { max-width: 620px; }

.fs-h1 { font-size: clamp(2.4rem, 4.6vw, 3.4rem); line-height: 1.2; font-weight: 800; letter-spacing: -.02em; color: var(--dark); margin-bottom: 22px; }
.fs-h1 .line { display: block; overflow: hidden; padding: 2px 0; }
.fs-h1 .line-in { display: block; }
.fs-h1 em { font-style: italic; font-family: 'Playfair Display', Georgia, 'Times New Roman', serif; font-weight: 600; letter-spacing: .01em; color: var(--rose); position: relative; }
.fs-h1 em::after { content: ""; position: absolute; inset: 10% -4%; background: linear-gradient(100deg, transparent, rgba(212, 175, 55, .35), transparent); transform: translateX(-120%); }
.fs-hero-sub { margin: 0 0 32px; color: var(--muted); font-size: 1.08rem; max-width: 470px; }

/* Entrance base state (hidden until slide activates) */
.fs-slide .fs-eyebrow, .fs-slide .fs-hero-sub, .fs-slide .fs-cta-row .btn, .fs-slide .fs-trust, .fs-slide .fs-float { opacity: 0; }

/* Slide 1 · entrance timeline */
.fs-slide.active .fs-eyebrow { animation: riseIn .6s ease .7s both; }
.fs-slide.active .fs-h1 .line-in { animation: lineUp .7s cubic-bezier(.22, 1, .36, 1) both; }
.fs-slide.active .fs-h1 .line:nth-child(1) .line-in { animation-delay: .9s; }
.fs-slide.active .fs-h1 .line:nth-child(2) .line-in { animation-delay: 1.1s; }
.fs-slide.active .fs-h1 .line:nth-child(3) .line-in { animation-delay: 1.3s; }
.fs-slide.active .fs-h1 em { animation: wordPop .6s ease 1.3s both; }
.fs-slide.active .fs-h1 em::after { animation: sheen 1.2s ease 1.3s both, sheen 1.2s ease 5.3s infinite; }
.fs-slide.active .fs-hero-sub { animation: riseIn .7s ease 1.5s both; }
.fs-slide.active .fs-cta-row .btn-primary { animation: riseIn .5s ease 1.7s both; }
.fs-slide.active .fs-cta-row .btn-secondary { animation: riseIn .5s ease 1.9s both; }
.fs-slide.active .fs-trust { animation: riseIn .6s ease 2.1s both; }
.fs-slide.active .fs-f1 { animation: slideLeftIn .6s ease 2.4s both, cardFloat 5s ease-in-out 3.4s infinite; }
.fs-slide.active .fs-f2 { animation: slideUpIn .6s ease 2.6s both, cardFloat 5s ease-in-out 3.8s infinite; }
.fs-slide.active .fs-f3 { animation: slideRightIn .6s ease 2.8s both, cardFloat 5s ease-in-out 4.2s infinite; }
.fs-slide.active .fs-img { animation: photoZoom 8s cubic-bezier(.22, 1, .36, 1) .5s both, floaty 5s ease-in-out 8.5s infinite; }

@keyframes lineUp { from { transform: translateY(112%); } to { transform: translateY(0); } }
@keyframes riseIn { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: translateY(0); } }
@keyframes slideLeftIn { from { opacity: 0; transform: translateX(-34px); } to { opacity: 1; transform: translateX(0); } }
@keyframes slideRightIn { from { opacity: 0; transform: translateX(34px); } to { opacity: 1; transform: translateX(0); } }
@keyframes slideUpIn { from { opacity: 0; transform: translateY(34px); } to { opacity: 1; transform: translateY(0); } }
@keyframes wordPop { from { transform: scale(.94); } to { transform: scale(1); } }
@keyframes sheen { 0% { transform: translateX(-120%); } 55%, 100% { transform: translateX(120%); } }
@keyframes photoZoom { from { transform: scale(1.05); } to { transform: scale(1); } }
@keyframes floaty { 0%, 100% { transform: translateY(-6px); } 50% { transform: translateY(6px); } }
@keyframes cardFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-4px); } }

/* Trust bar */
.fs-trust { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 38px; }
.fs-trust-item { display: flex; align-items: center; gap: 8px; font-size: .95rem; font-weight: 600; color: var(--muted); padding-left: 20px; border-left: 1px solid #EAD8DE; line-height: 1.2; }
.fs-trust-item:first-child { border-left: none; padding-left: 0; }
.fs-trust-item strong { color: var(--dark); font-weight: 800; letter-spacing: -.01em; }
.fs-trust-ic { font-size: .95rem; line-height: 1; }

/* Hero buttons */
.fs-slide .btn { height: 56px; padding: 0 34px; display: inline-flex; align-items: center; justify-content: center; border-radius: 14px; font-size: .98rem; transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease, border-color .25s ease; }
.fs-slide .btn-primary { background: var(--rose); color: #fff; box-shadow: 0 14px 34px rgba(194, 24, 91, .28); }
.fs-slide .btn-primary:hover { transform: translateY(-4px); box-shadow: 0 22px 46px rgba(194, 24, 91, .4); }
.fs-slide .btn-secondary { background: #fff; color: var(--rose); border: 2px solid var(--rose); }
.fs-slide .btn-secondary:hover { background: var(--rose); color: #fff; border-color: var(--rose); transform: translateY(-4px); box-shadow: 0 14px 34px rgba(194, 24, 91, .28); }

/* Media / image */
.fs-slide-media { position: relative; }
.fs-img-wrap { position: relative; max-width: 500px; margin: 0 auto; }
.fs-img { width: 100%; display: block; border-radius: 24px; box-shadow: 0 30px 80px rgba(31, 31, 31, .22); border: 1px solid #f3e3e9; aspect-ratio: 4/5; object-fit: cover; }
.fs-glow { position: absolute; border-radius: 50%; filter: blur(30px); z-index: 0; pointer-events: none; }
.fs-glow-rose { width: 110%; height: 110%; left: -5%; top: -5%; background: radial-gradient(circle, rgba(233, 30, 99, .20), transparent 65%); }
.fs-glow-gold { width: 70%; height: 70%; right: -12%; bottom: -10%; background: radial-gradient(circle, rgba(212, 175, 55, .22), transparent 65%); }
.fs-shimmer { position: absolute; top: 32%; right: 12%; width: 16px; height: 16px; border-radius: 50%; background: radial-gradient(circle, #fff, rgba(212, 175, 55, .7)); box-shadow: 0 0 20px 8px rgba(212, 175, 55, .5); animation: shimmerPulse 6.5s ease-in-out 3.2s infinite; z-index: 2; }
@keyframes shimmerPulse { 0%, 100% { opacity: .2; transform: scale(.6); } 50% { opacity: 1; transform: scale(1.3); } }

/* Slide 3 · academy visual */
.fs-tools { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 28px; min-height: 520px; background: linear-gradient(160deg, #FCE7EF, #F7D6E2); border-radius: 24px; box-shadow: 0 30px 80px rgba(31, 31, 31, .22); padding: 40px; border: 1px solid #f3e3e9; }
.fs-tools svg { animation: float 6s ease-in-out infinite; }
.fs-tools-plate { text-align: center; }
.fs-tools-plate span { display: block; color: var(--gold); font-size: .78rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; }
.fs-tools-plate strong { font-size: 1.6rem; color: var(--dark); }

/* Carousel controls */
.fs-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 10; width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--border); background: #fff; color: var(--dark); font-size: 1.15rem; cursor: pointer; box-shadow: var(--shadow-sm); transition: all .25s ease; }
.fs-arrow:hover { background: var(--rose); color: #fff; border-color: var(--rose); }
.fs-prev { left: 18px; }
.fs-next { right: 18px; }
.fs-dots { position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); display: flex; gap: 10px; z-index: 10; }
.fs-dot { width: 10px; height: 10px; border-radius: 50%; border: none; background: #E3CDD5; cursor: pointer; transition: all .3s ease; padding: 0; }
.fs-dot.active { width: 30px; border-radius: 8px; background: var(--rose); }

/* Sparkles */
.fs-sparkles { position: absolute; inset: 0; pointer-events: none; z-index: 3; overflow: hidden; }
.fs-particle { position: absolute; color: var(--gold); opacity: 0; animation: twinkle var(--d, 3s) ease-in-out infinite; }
@keyframes twinkle { 0%, 100% { opacity: 0; transform: scale(.4) rotate(0deg); } 50% { opacity: .95; transform: scale(1) rotate(90deg); } }

/* Hero carousel responsive */
@media (max-width: 1024px) {
  .fs-slide-inner { grid-template-columns: 55fr 45fr; gap: 36px; }
  .fs-f1 { right: 0; } .fs-f2 { left: -14px; } .fs-f3 { right: -8px; }
}
@media (max-width: 768px) {
  .fs-slide { min-height: auto; padding: 44px 0 112px; }
  .fs-slide-inner { grid-template-columns: 1fr; gap: 44px; text-align: center; }
  .fs-slide-copy { max-width: 100%; }
  .fs-h1, .fs-hero-sub { margin-left: auto; margin-right: auto; }
  .fs-cta-row, .fs-trust { justify-content: center; }
  .fs-slide .btn { width: 100%; }
  .fs-trust-item { border-left: none; padding-left: 0; padding-right: 16px; }
  .fs-trust-item:last-child { padding-right: 0; }
  .fs-img-wrap { max-width: 400px; }
  .fs-f1 { top: -14px; right: 8px; left: auto; }
  .fs-f2 { left: 8px; bottom: 12%; }
  .fs-f3 { right: 8px; bottom: 2%; }
  .fs-arrow { display: none; }
  .fs-dots { bottom: 20px; }
}

/* ===== About · Face Stories by Varsha (v2.2) ===== */
.about { position: relative; overflow: hidden; background: #26181D; color: #fff; padding: 100px 0; }
.about .container { position: relative; z-index: 1; }
.about-glow { position: absolute; border-radius: 50%; filter: blur(40px); pointer-events: none; z-index: 0; }
.about-glow-rose { width: 520px; height: 520px; left: 12%; top: 6%; background: radial-gradient(circle, rgba(233, 30, 99, .14), transparent 65%); animation: aboutGlowPulse 6s ease-in-out infinite; }
.about-glow-gold { width: 420px; height: 420px; right: 4%; bottom: 6%; background: radial-gradient(circle, rgba(212, 175, 55, .10), transparent 65%); }
@keyframes aboutGlowPulse { 0%, 100% { opacity: .6; } 50% { opacity: 1; } }
.about-bokeh { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 0; }
.about-bokeh span { position: absolute; border-radius: 50%; filter: blur(28px); }
.about-bokeh span:nth-child(1) { width: 300px; height: 300px; left: 55%; top: -80px; background: rgba(212, 175, 55, .06); }
.about-bokeh span:nth-child(2) { width: 360px; height: 360px; right: -60px; top: 30%; background: rgba(233, 30, 99, .07); }
.about-bokeh span:nth-child(3) { width: 240px; height: 240px; left: 4%; bottom: -60px; background: rgba(212, 175, 55, .05); }

.about-inner { display: grid; grid-template-columns: 45fr 55fr; gap: 64px; align-items: center; }

.about-left { position: relative; }
.about-gallery { position: absolute; inset: 0; overflow: hidden; z-index: 0; pointer-events: none; }
.about-gallery::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(38, 24, 29, .4), rgba(194, 24, 91, .12) 45%, rgba(38, 24, 29, .4)); z-index: 2; }
.about-gallery-row { position: absolute; left: 0; display: flex; gap: 16px; width: max-content; }
.about-gallery-row.r1 { top: 5%; animation: aboutMarquee 24s linear infinite; }
.about-gallery-row.r2 { bottom: 6%; animation: aboutMarquee 30s linear infinite reverse; }
.about-gallery-row img { width: 190px; height: 260px; object-fit: cover; border-radius: 16px; filter: blur(2px); opacity: .8; }
.about-gallery:hover .about-gallery-row { animation-play-state: paused; }
@keyframes aboutMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.about-founder { position: relative; z-index: 1; max-width: 440px; margin: 0 auto; }
.about-founder-img { width: 100%; height: 650px; object-fit: cover; border-radius: 24px; box-shadow: 0 40px 100px rgba(0, 0, 0, .5); }
.about-left.visible .about-founder-img { animation: aboutZoom .8s cubic-bezier(.22, 1, .36, 1) both, floaty 5s ease-in-out .9s infinite; }
@keyframes aboutZoom { from { transform: scale(1.04); } to { transform: scale(1); } }
.about-shimmer { top: 14%; right: 8%; }

.about-right { position: relative; z-index: 1; }
.about-label { display: inline-block; color: var(--gold); font-size: .78rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 20px; }
.about-label::before { content: ""; display: inline-block; width: 30px; height: 1px; background: var(--gold); vertical-align: middle; margin-right: 12px; opacity: .8; }
.about-title { font-size: clamp(2rem, 3.6vw, 2.9rem); font-weight: 800; line-height: 1.22; color: #fff; letter-spacing: -.02em; margin-bottom: 22px; }
.about-highlight { font-style: italic; font-family: 'Playfair Display', Georgia, 'Times New Roman', serif; font-weight: 600; color: var(--rose-2); }
.about-text { color: #F5F5F5; font-size: 1rem; line-height: 1.75; max-width: 560px; margin-bottom: 26px; }
.about-quote { margin: 0 0 26px; padding: 18px 24px; border-left: 3px solid var(--gold); background: rgba(255, 255, 255, .04); border-radius: 0 14px 14px 0; color: #E7C873; font-family: 'Playfair Display', Georgia, 'Times New Roman', serif; font-size: 1.05rem; line-height: 1.7; font-style: italic; }
.about-founder-info strong { display: block; color: #fff; font-size: 1.12rem; margin-bottom: 4px; }
.about-role { color: var(--gold); font-size: .9rem; }
.about-divider { margin-top: 30px; height: 1px; max-width: 420px; background: linear-gradient(90deg, rgba(212, 175, 55, .3), rgba(212, 175, 55, 0)); }

.about-team-head { text-align: center; max-width: 640px; margin: 84px auto 48px; }
.about-team-head .section-tag { color: var(--gold); }
.about-team-title { font-size: clamp(2rem, 3.4vw, 2.6rem); font-weight: 800; color: #fff; margin-bottom: 12px; }
.about-text-soft { color: #D8D2D4; }

.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 20px; }
.team-card { background: #fff; border-radius: 18px; overflow: hidden; box-shadow: 0 20px 50px rgba(0, 0, 0, .35); border: 1px solid rgba(255, 255, 255, .06); transition: transform .3s ease, box-shadow .3s ease; }
.team-card:hover { transform: translateY(-6px); box-shadow: 0 30px 70px rgba(0, 0, 0, .45); }
.team-photo { aspect-ratio: 1/1; overflow: hidden; }
.team-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.team-body { padding: 16px 18px 20px; text-align: center; }
.team-body h3 { color: var(--dark); font-size: 1rem; margin-bottom: 3px; }
.team-body span { color: var(--muted); font-size: .82rem; }

.about-right .reveal:nth-of-type(2) { transition-delay: .15s; }
.about-right .reveal:nth-of-type(3) { transition-delay: .3s; }
.about-right .reveal:nth-of-type(4) { transition-delay: .45s; }
.about-right .reveal:nth-of-type(5) { transition-delay: .6s; }
.about-right .reveal:nth-of-type(6) { transition-delay: .75s; }
.team-grid .reveal:nth-of-type(2) { transition-delay: .1s; }
.team-grid .reveal:nth-of-type(3) { transition-delay: .2s; }
.team-grid .reveal:nth-of-type(4) { transition-delay: .3s; }
.team-grid .reveal:nth-of-type(5) { transition-delay: .4s; }

@media (max-width: 1024px) {
  .about-inner { grid-template-columns: 1fr; gap: 52px; }
  .about-left { max-width: 480px; margin: 0 auto; }
  .team-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
  .about { padding: 72px 0; }
  .about-founder-img { height: 520px; }
  .about-title { font-size: 1.9rem; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ===== Success Stories · Meet Our Top Students (v2.3) ===== */
.students-head { text-align: center; max-width: 1120px; margin: 84px auto 0; }
.students-head .about-label { margin-bottom: 18px; }
.students-title { font-size: clamp(2.4rem, 4.1vw, 3.15rem); font-weight: 800; color: #fff; line-height: 1.25; margin-bottom: 18px; }
.students-sub { color: #D8D2D4; font-size: .94rem; line-height: 1.65; max-width: 1100px; margin: 0 auto; }

.success-metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin: 48px 0 56px; }
.success-metric { text-align: center; padding: 28px 12px; background: rgba(255, 255, 255, .04); border: 1px solid rgba(255, 255, 255, .08); border-radius: 18px; }
.success-metric strong { display: block; font-size: 2.1rem; font-weight: 800; color: #fff; margin: 8px 0 4px; letter-spacing: -.02em; }
.success-metric span { display: block; color: var(--gold); font-size: .85rem; letter-spacing: .5px; }
.sm-ic { font-size: 1.4rem; }

.students-carousel { position: relative; z-index: 1; overflow: hidden; width: min(85vw, 1660px); margin: 0 auto 110px; }
.students-carousel::before, .students-carousel::after { content: ""; position: absolute; top: 0; bottom: 0; width: 52px; z-index: 3; pointer-events: none; }
.students-carousel::before { left: 0; background: linear-gradient(90deg, #26181D 0%, rgba(38, 24, 29, 0) 100%); }
.students-carousel::after { right: 0; background: linear-gradient(270deg, #26181D 0%, rgba(38, 24, 29, 0) 100%); }
.students-ambient { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.students-ambient .sa-glow { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 75%; height: 135%; background: radial-gradient(ellipse, rgba(194, 24, 91, .10), transparent 65%); filter: blur(50px); }
.students-ambient .sa-particle { position: absolute; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 8px rgba(212, 175, 55, .6); opacity: 0; animation: twinkle var(--d, 4.5s) ease-in-out infinite; }
.students-ambient .sa-particle.p1 { left: 12%; top: 16%; --d: 4s; animation-delay: .4s; }
.students-ambient .sa-particle.p2 { left: 38%; bottom: 20%; --d: 5s; animation-delay: 1.2s; }
.students-ambient .sa-particle.p3 { right: 16%; top: 28%; --d: 4.5s; animation-delay: 2s; }
.students-ambient .sa-particle.p4 { right: 42%; bottom: 12%; --d: 5.5s; animation-delay: .8s; }
.students-vignette { position: absolute; inset: 0; z-index: 2; pointer-events: none; background: radial-gradient(ellipse 85% 95% at 50% 42%, transparent 58%, rgba(14, 8, 12, .24) 100%); }
.students-track { display: flex; gap: 40px; will-change: transform; }
.student-card { position: relative; z-index: 1; flex: 0 0 360px; height: 450px; display: flex; flex-direction: column; background: #fff; border-radius: 26px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .9); box-shadow: 0 24px 60px rgba(0, 0, 0, .32), 0 0 14px rgba(212, 175, 55, .18); opacity: .9; transition: transform .3s ease, box-shadow .3s ease, opacity .3s ease; }
.student-card.active { transform: scale(1.03); opacity: 1; }
.student-card:hover { transform: translateY(-8px) scale(1.02); opacity: 1; box-shadow: 0 40px 90px rgba(0, 0, 0, .45), 0 0 22px rgba(212, 175, 55, .3); z-index: 2; }
.student-photo { height: 248px; overflow: hidden; position: relative; }
.student-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.student-card:hover .student-photo img { transform: scale(1.02); }
.batch-badge { position: absolute; top: 14px; left: 14px; background: rgba(255, 255, 255, .94); color: var(--rose); font-size: .64rem; font-weight: 700; padding: 6px 12px; border-radius: 30px; letter-spacing: .4px; box-shadow: 0 6px 16px rgba(0, 0, 0, .18); }
.student-body { flex: 1; display: flex; flex-direction: column; padding: 28px 30px 24px; }
.student-body h3 { color: var(--dark); font-size: 1.12rem; margin-bottom: 6px; letter-spacing: -.01em; }
.student-before { display: block; color: var(--muted); font-size: .78rem; margin-bottom: 10px; }
.student-before::before { content: "Before: "; font-weight: 600; color: #9A8A91; }
.student-after { display: block; color: var(--dark); font-size: .88rem; font-weight: 700; margin-bottom: 14px; }
.student-after::before { content: "After: "; font-weight: 600; color: var(--rose); }
.income-badge { display: inline-block; align-self: flex-start; background: var(--rose); color: #fff; font-size: .7rem; font-weight: 700; padding: 6px 18px; border-radius: 30px; box-shadow: 0 8px 20px rgba(194, 24, 91, .35); }
.student-link { display: block; margin-top: auto; padding-top: 14px; border-top: 1px solid rgba(31, 31, 31, .1); color: var(--rose); font-weight: 700; font-size: .85rem; transition: color .3s ease; }
.student-link:hover { color: var(--rose-dark); }

.students-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 4; width: 46px; height: 46px; border-radius: 50%; background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .28); color: #fff; font-size: 1.1rem; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all .25s ease; }
.students-arrow:hover { background: var(--rose); border-color: var(--rose); }
.students-prev { left: 20px; }
.students-next { right: 20px; }

@media (max-width: 1024px) {
  .students-carousel { width: min(92vw, 1200px); }
  .students-carousel::before, .students-carousel::after { width: 44px; }
  .success-metrics { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .students-carousel { width: min(94vw, 560px); }
  .student-card { flex-basis: 86%; height: auto; opacity: 1; }
  .student-card.active { transform: none; }
  .student-card:hover { transform: translateY(-6px); }
  .student-photo { height: 300px; }
  .student-body { padding: 24px 26px 22px; }
  .students-carousel::before, .students-carousel::after { width: 26px; }
  .students-arrow { width: 40px; height: 40px; }
  .students-prev { left: 8px; }
  .students-next { right: 8px; }
  .success-metrics { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .students-head { margin-top: 64px; }
}

/* ===== WP core alignment helpers ===== */
.alignleft { float: left; margin: 0 20px 20px 0; }
.alignright { float: right; margin: 0 0 20px 20px; }
.aligncenter { display: block; margin: 20px auto; }
.wp-caption, .gallery-caption { max-width: 100%; }
.screen-reader-text { border: 0; clip: rect(1px,1px,1px,1px); clip-path: inset(50%); height: 1px; width: 1px; overflow: hidden; position: absolute !important; word-wrap: normal !important; }

/* ===== Bridal Location Pages ===== */
.bd-hero { background: radial-gradient(1200px 600px at 80% -10%, #3a1f2e 0%, #1c1420 55%); color: #fff; padding: 84px 0 110px; }
.bd-hero-inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
.bd-hero h1 { font-size: 2.7rem; line-height: 1.15; font-weight: 800; max-width: 640px; }
.bd-hero-text p { margin: 20px 0 28px; color: #d9c9cf; max-width: 540px; font-size: 1.05rem; }
.bd-hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.bd-hero-rating { margin-top: 26px; display: flex; align-items: center; gap: 10px; color: #d9c9cf; font-size: .95rem; flex-wrap: wrap; }
.bd-hero-rating .stars { color: var(--gold); font-weight: 700; letter-spacing: 2px; }
.bd-hero-rating strong { color: #fff; }
.bd-award-chips { margin-top: 22px; display: flex; gap: 10px; flex-wrap: wrap; }
.bd-award-chip { background: rgba(232,160,180,.12); border: 1px solid rgba(232,160,180,.35); color: var(--rose); padding: 7px 14px; border-radius: 40px; font-size: .78rem; font-weight: 600; }
.bd-visual-ring { position: relative; max-width: 380px; margin: 0 auto; }
.bd-visual-core { border-radius: 50%; overflow: hidden; border: 6px solid rgba(232,160,180,.25); box-shadow: 0 30px 80px rgba(0,0,0,.4); animation: float 6s ease-in-out infinite; }
.bd-float { position: absolute; background: #fff; color: var(--text); border-radius: 12px; padding: 10px 14px; display: flex; align-items: center; gap: 10px; box-shadow: var(--shadow); font-size: .82rem; }
.bd-float strong { display: block; font-size: .9rem; }
.bd-float small { color: var(--muted); }
.bd-f1 { top: 6%; right: -30px; animation: float 5s ease-in-out infinite .5s; }
.bd-f2 { bottom: 12%; left: -40px; animation: float 5s ease-in-out infinite 1s; }

/* ===== 2. Trust strip ===== */
.bd-trust { background: var(--dark-2); color: #fff; padding: 30px 0; }
.bd-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.bd-trust-item { display: flex; align-items: center; gap: 14px; }
.bd-trust-icon { font-size: 1.9rem; }
.bd-trust-item strong { display: block; color: #fff; font-size: .98rem; }
.bd-trust-item small { color: #cbb8bf; font-size: .85rem; }

/* ===== 3. Portfolio ===== */
.bd-portfolio-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.bd-portfolio-card { background: var(--card); border-radius: var(--radius); border: 1px solid var(--border); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .3s ease, box-shadow .3s ease; }
.bd-portfolio-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.bd-portfolio-thumb { height: 200px; position: relative; }
.bd-portfolio-tag { position: absolute; top: 12px; left: 12px; background: #fff; color: var(--plum); font-size: .7rem; font-weight: 700; padding: 5px 12px; border-radius: 30px; box-shadow: var(--shadow-sm); }
.bd-portfolio-card p { padding: 14px 18px; font-weight: 600; color: var(--plum); }

/* ===== 6. Pricing ===== */
.bd-pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.bd-pricing-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 34px 28px; box-shadow: var(--shadow-sm); text-align: center; display: flex; flex-direction: column; transition: transform .3s ease, box-shadow .3s ease; }
.bd-pricing-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.bd-pricing-card h3 { color: var(--dark); font-size: 1.2rem; margin-bottom: 10px; }
.bd-price { font-size: 2rem; font-weight: 800; color: var(--rose); margin-bottom: 18px; }
.bd-price small { color: #B3A3AA; text-decoration: line-through; font-size: .9rem; margin-left: 8px; font-weight: 400; }
.bd-pricing-card ul { text-align: left; margin: 0 0 24px; flex: 1; }
.bd-pricing-card li { padding: 7px 0 7px 26px; position: relative; color: var(--text); font-size: .92rem; border-bottom: 1px dashed var(--border); }
.bd-pricing-card li:last-child { border-bottom: none; }
.bd-pricing-card li::before { content: "✔"; position: absolute; left: 0; color: var(--rose); font-weight: 700; }

/* ===== 7. Process ===== */
.bd-process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.bd-step { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 36px 26px; text-align: center; box-shadow: var(--shadow-sm); }
.bd-step-num { width: 52px; height: 52px; border-radius: 50%; background: var(--rose); color: #fff; font-weight: 800; font-size: 1.2rem; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 16px; box-shadow: 0 8px 18px rgba(194,24,91,.25); }
.bd-step h3 { color: var(--dark); margin-bottom: 8px; }
.bd-step p { color: var(--muted); font-size: .9rem; }

/* ===== 8. Video ===== */
.bd-video-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.bd-video iframe { width: 100%; aspect-ratio: 16/9; border: none; border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.bd-video-empty { text-align: center; }
.bd-video-empty p { color: var(--muted); margin-bottom: 18px; }

/* ===== 10. Brands ===== */
.bd-brand-grid { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.bd-brand { background: var(--card); border: 1px solid var(--border); border-radius: 40px; padding: 12px 26px; font-weight: 700; color: var(--dark); box-shadow: var(--shadow-sm); }

/* ===== 12. Areas & map ===== */
.bd-city-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; max-width: 920px; margin: 0 auto 10px; }
.bd-city-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 26px; text-align: center; box-shadow: var(--shadow-sm); transition: transform .3s ease, box-shadow .3s ease; }
.bd-city-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.bd-city-emoji { font-size: 2rem; display: block; margin-bottom: 10px; }
.bd-city-card h3 { color: var(--dark); font-size: 1.05rem; margin-bottom: 6px; }
.bd-city-card small { color: var(--muted); font-size: .82rem; }
.bd-areas-chips { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; max-width: 860px; margin: 0 auto 30px; }
.bd-area-chip { background: var(--card); border: 1px solid var(--border); border-radius: 40px; padding: 9px 18px; font-size: .9rem; font-weight: 600; color: var(--text); }
.bd-city-links { text-align: center; margin: 0 0 28px; color: var(--muted); font-size: .92rem; }
.bd-city-links a { color: var(--rose); font-weight: 700; margin: 0 8px; }
.bd-city-links a:hover { text-decoration: underline; }
.bd-map iframe { width: 100%; height: 380px; border: none; border-radius: var(--radius); box-shadow: var(--shadow-sm); }

/* ===== 13. Guides ===== */
.bd-guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.bd-guide { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow-sm); }
.bd-guide h3 { color: var(--dark); font-size: 1.05rem; margin-bottom: 10px; }
.bd-guide p { color: var(--muted); font-size: .9rem; }

/* ===== Sticky WhatsApp ===== */
.bd-wa-float { position: fixed; right: 20px; bottom: 96px; z-index: 60; background: #25d366; color: #fff; display: flex; align-items: center; gap: 9px; padding: 13px 20px; border-radius: 40px; font-weight: 700; font-size: .92rem; box-shadow: 0 10px 28px rgba(37,211,102,.4); transition: transform .25s ease; }
.bd-wa-float:hover { transform: translateY(-3px); color: #fff; }
.bd-wa-bar { display: none; }

/* ===== Responsive ===== */
@media (max-width: 1024px) {
  .fs-hero-inner { grid-template-columns: 1fr; text-align: center; }
  .fs-hero-copy h1, .fs-hero-copy > p { margin-left: auto; margin-right: auto; }
  .fs-cta-row, .fs-hero-meta { justify-content: center; }
  .fs-hero-meta > span { border-left: none; padding-left: 0; }
  .fs-logos-row { gap: 24px; }
  .cards-grid, .features-grid, .testi-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .fs-deco-lipstick { right: -30px; transform: translateX(140px) rotate(-14deg); }
  .fs-deco-brush { left: -30px; }
}
@media (max-width: 768px) {
  .main-nav { position: fixed; inset: 76px 0 auto 0; background: #fff; padding: 20px; box-shadow: var(--shadow); transform: translateY(-140%); transition: transform .35s ease; z-index: 99; }
  .main-nav.open { transform: translateY(0); }
  .main-nav ul { flex-direction: column; align-items: stretch; gap: 4px; }
  .main-nav li.menu-item-has-children > .sub-menu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; padding: 0 0 0 14px; display: none; }
  .main-nav li.menu-item-has-children.open > .sub-menu { display: block; }
  .hamburger { display: flex; }
  .hamburger.open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
  .hamburger.open span:nth-child(2) { opacity: 0; }
  .hamburger.open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
  .fs-hero { padding: 64px 0 84px; }
  .fs-hero-copy h1 { font-size: 2.2rem; }
  .fs-portrait { max-width: 340px; }
  .fs-float { padding: 10px 12px; }
  .fs-f1 { left: -8px; } .fs-f2 { right: -8px; }
  .fs-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .cards-grid, .features-grid, .testi-grid { grid-template-columns: 1fr; }
  .section { padding: 72px 0; }
}

/* ===== Bridal responsive ===== */
@media (max-width: 1024px) {
  .bd-hero-inner { grid-template-columns: 1fr; text-align: center; }
  .bd-hero-text p, .bd-hero h1 { margin-left: auto; margin-right: auto; }
  .bd-hero-cta, .bd-hero-rating, .bd-award-chips { justify-content: center; }
  .bd-trust-grid { grid-template-columns: repeat(2, 1fr); }
  .bd-portfolio-grid, .bd-pricing-grid, .bd-process-grid, .bd-video-grid, .bd-guide-grid, .bd-city-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .bd-hero { padding: 56px 0 90px; }
  .bd-hero h1 { font-size: 2rem; }
  .bd-f1 { right: -8px; } .bd-f2 { left: -8px; }
  .bd-trust-grid, .bd-portfolio-grid, .bd-pricing-grid, .bd-process-grid, .bd-video-grid, .bd-guide-grid, .bd-city-grid { grid-template-columns: 1fr; }
  .bd-wa-float { bottom: 74px; right: 14px; padding: 12px; }
  .bd-wa-float span { display: none; }
  .bd-wa-bar { display: grid; grid-template-columns: 1fr 1fr; position: fixed; bottom: 0; left: 0; right: 0; z-index: 80; box-shadow: 0 -6px 20px rgba(0,0,0,.15); }
  .bd-wa-bar a { text-align: center; padding: 15px 10px; font-weight: 700; color: #fff; font-size: .95rem; }
  .bd-wa-btn { background: #25d366; }
  .bd-call-btn { background: var(--plum); }
  body.page-template-template-bridal-php { padding-bottom: 56px; }
}

/* ===== Programs · Turn Your Passion Into a Profession (v2.5) ===== */
.programs { position: relative; overflow: hidden; background: #fff; padding: 110px 0; }
.programs .container { position: relative; z-index: 1; }
.programs-art { position: absolute; inset: 0; pointer-events: none; z-index: 0; overflow: hidden; }
.programs-art svg { position: absolute; opacity: .05; }
.programs-art .pa-brush { width: 190px; left: 4%; top: 8%; transform: rotate(-24deg); }
.programs-art .pa-compact { width: 150px; right: 5%; top: 12%; }
.programs-art .pa-lipstick { width: 130px; left: 6%; bottom: 14%; transform: rotate(16deg); }
.programs-art .pa-mirror { width: 180px; right: 4%; bottom: 10%; }
.programs-art .pa-blender { width: 150px; right: 42%; top: 4%; transform: rotate(-8deg); }
.programs-art .pa-spark { position: absolute; color: var(--gold); font-size: 2rem; opacity: .06; animation: twinkle 6s ease-in-out infinite; }
.programs-art .pa-spark.s1 { left: 18%; top: 30%; }
.programs-art .pa-spark.s2 { right: 22%; top: 42%; animation-delay: 1.4s; }
.programs-art .pa-spark.s3 { left: 46%; bottom: 8%; animation-delay: 2.4s; }

.programs-head { text-align: center; max-width: 780px; margin: 0 auto 46px; }
.program-hook { display: inline-block; color: var(--gold); font-size: .78rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 18px; }
.programs-title { font-family: 'Playfair Display', Georgia, 'Times New Roman', serif; font-size: clamp(2.4rem, 4.6vw, 3.6rem); font-weight: 600; line-height: 1.15; color: var(--dark); letter-spacing: -.01em; margin-bottom: 18px; }
.program-cursive { font-family: 'Great Vibes', 'Playfair Display', cursive; font-weight: 400; color: var(--rose); }
.programs-title .program-cursive { font-size: 1.35em; display: inline-block; margin: 0 6px; }
.programs-sub { color: var(--muted); font-size: 1.05rem; line-height: 1.75; max-width: 720px; margin: 0 auto; }

.program-tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-bottom: 40px; }
.program-tab { padding: 12px 26px; border-radius: 40px; border: 1px solid var(--border); background: #fff; color: var(--text); font-family: var(--font); font-size: .92rem; font-weight: 600; cursor: pointer; transition: all .25s ease; }
.program-tab:hover { border-color: var(--rose); color: var(--rose); transform: translateY(-2px); }
.program-tab.active { background: var(--rose); border-color: var(--rose); color: #fff; box-shadow: 0 10px 24px rgba(194, 24, 91, .25); }

.program-card { display: grid; grid-template-columns: 42fr 58fr; background: #fff; border: 1px solid var(--border); border-radius: 26px; overflow: hidden; box-shadow: 0 30px 80px rgba(31, 31, 31, .10); }
.program-media { position: relative; }
.program-media img { width: 100%; height: 100%; aspect-ratio: 4/5; object-fit: cover; }
.program-media-fallback svg { width: 100%; height: 100%; aspect-ratio: 4/5; display: block; }
.program-media-badge { position: absolute; top: 18px; left: 18px; background: rgba(255, 255, 255, .95); color: var(--rose); font-size: .72rem; font-weight: 700; padding: 8px 16px; border-radius: 30px; box-shadow: 0 8px 20px rgba(0, 0, 0, .16); letter-spacing: .4px; }
.program-panels { padding: 46px 48px; }
.program-panel { display: none; }
.program-panel.active { display: block; }

.program-location { display: inline-block; background: rgba(194, 24, 91, .08); border: 1px solid rgba(194, 24, 91, .16); color: var(--rose); font-size: .78rem; font-weight: 700; padding: 8px 16px; border-radius: 40px; margin-bottom: 20px; }
.program-title { font-family: 'Playfair Display', Georgia, 'Times New Roman', serif; font-size: clamp(1.7rem, 2.6vw, 2.3rem); font-weight: 600; line-height: 1.25; color: var(--dark); letter-spacing: -.01em; margin-bottom: 16px; }
.program-title .program-cursive { display: block; font-size: 1.6em; color: var(--rose); margin-bottom: 2px; }
.program-desc { color: var(--muted); font-size: .96rem; line-height: 1.75; margin-bottom: 24px; }
.program-features { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 26px; }
.program-features li { background: var(--bg-alt); border: 1px solid var(--border); border-radius: 40px; padding: 10px 18px; font-size: .84rem; font-weight: 600; color: var(--dark); transition: all .25s ease; }
.program-features li:hover { border-color: var(--rose); color: var(--rose); transform: translateY(-2px); }

.program-brands { margin-bottom: 26px; }
.program-brands-label { display: block; font-size: .7rem; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: #B9A5AC; margin-bottom: 12px; }
.program-brands-row { display: flex; flex-wrap: wrap; gap: 12px; }
.program-brands-row span { background: #fff; border: 1px solid var(--border); border-radius: 40px; padding: 10px 22px; font-size: .86rem; font-weight: 700; color: var(--muted); letter-spacing: 1px; transition: all .25s ease; }
.program-brands-row span:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); }

.program-info { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 28px; }
.program-info-card { background: #FFF9FB; border: 1px solid var(--border); border-radius: 16px; padding: 18px 20px; }
.program-info-card .pic { font-size: 1.35rem; display: block; margin-bottom: 6px; }
.program-info-card small { display: block; color: var(--muted); font-size: .76rem; margin-bottom: 2px; }
.program-info-card strong { display: block; color: var(--dark); font-size: 1.08rem; font-weight: 800; }

.program-cta { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; width: 100%; }
.program-cta .btn { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; height: 60px; padding: 16px 24px; border-radius: 14px; white-space: nowrap; }
.program-cta .btn .cta-icon { flex: 0 0 auto; width: 20px; height: 20px; }
.program-cta .btn-primary .cta-icon { transition: transform .2s ease; }
.program-cta .btn-primary:hover .cta-icon { transform: translateX(4px); }
.btn-wa { background: #25D366; color: #fff; box-shadow: 0 10px 24px rgba(37, 211, 102, .32); }
.btn-wa:hover { transform: translateY(-2px); background: #1fb959; color: #fff; box-shadow: 0 14px 30px rgba(37, 211, 102, .4); }

@media (max-width: 1024px) {
  .program-card { grid-template-columns: 40fr 60fr; }
  .program-panels { padding: 34px 32px; }
}
@media (max-width: 900px) {
  .program-card { grid-template-columns: 1fr; }
  .program-media img, .program-media-fallback svg { aspect-ratio: 16/10; }
  .program-panels { padding: 32px 30px; }
}
@media (max-width: 640px) {
  .programs { padding: 76px 0; }
  .program-tabs { flex-wrap: nowrap; justify-content: flex-start; overflow-x: auto; padding-bottom: 8px; scrollbar-width: none; }
  .program-tabs::-webkit-scrollbar { display: none; }
  .program-tab { flex: 0 0 auto; }
  .program-features li { padding: 9px 14px; font-size: .8rem; }
  .program-info { grid-template-columns: 1fr; }
  .program-brands-row span { padding: 9px 16px; }
  .program-cta { grid-template-columns: 1fr; }
}
