/*!
 * Feeling Celebration Pro — Luxury White + Gold theme styles.
 *
 * Organised sections:
 *  1. Root variables            8. Featured categories   15. Instagram gallery
 *  2. Base / reset              9. Product grid          16. Newsletter band
 *  3. Layout / utilities       10. USP cards             17. Footer
 *  4. Buttons                  11. Customer reviews       18. WhatsApp float
 *  5. Inputs                   12. Trust counter          19. Account dropdown
 *  6. Header / nav / search    13. Brand slider           20. Auth modal
 *  7. Sections                 14. Payment chips          21. Festival + Woo + plugin
 *
 * NOTE: Hero slider styles live in assets/css/hero-slider.css (single source).
 */

/* 1. ROOT VARIABLES ======================================================= */
:root{
  --fcp-bg:#FDFBF7;
  --fcp-surface:#FFFFFF;
  --fcp-surface-2:#F9F8F4;
  --fcp-text:#1A1A1A;
  --fcp-text-2:#5C5C5C;
  --fcp-gold:#D4AF37;
  --fcp-gold-2:#B5952F;
  --fcp-gold-light:#F3E5AB;
  --fcp-border:#EAE6DF;
  --fcp-border-strong:#D5D1C9;
  --fcp-shadow:0 8px 30px rgba(0,0,0,.04);
  --fcp-shadow-hover:0 20px 40px rgba(0,0,0,.08);
  --fcp-serif:'Cormorant Garamond', Georgia, serif;
  --fcp-sans:'Montserrat', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

/* 2. BASE / RESET ========================================================= */
*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body.fcp-body{
  margin:0;
  background:var(--fcp-bg);
  color:var(--fcp-text);
  font-family:var(--fcp-sans);
  font-size:16px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
img{ max-width:100%; height:auto; display:block; }
a{ color:inherit; text-decoration:none; transition:color .3s ease; }
a:hover{ color:var(--fcp-gold); }
h1,h2,h3,h4,h5{ font-family:var(--fcp-serif); color:var(--fcp-text); margin:0 0 .6em; font-weight:500; letter-spacing:-.01em; }
h1{ font-size:clamp(2rem,4vw,3.5rem); line-height:1.1; }
h2{ font-size:clamp(1.6rem,2.6vw,2.4rem); }
h3{ font-size:1.4rem; }
p{ margin:0 0 1em; color:var(--fcp-text-2); }

/* 3. LAYOUT / UTILITIES =================================================== */
.fcp-container{ max-width:1280px; margin:0 auto; padding:0 20px; }
@media(min-width:1024px){ .fcp-container{ padding:0 32px; } }
.screen-reader-text{ position:absolute; left:-9999px; }
.fcp-w-full{ width:100%; }
.fcp-skip-link{ position:absolute; left:-9999px; }
.fcp-empty{ padding:40px; background:var(--fcp-surface-2); border:1px dashed var(--fcp-border); text-align:center; color:var(--fcp-text-2); }
.fcp-404{ text-align:center; padding:120px 0; }

/* 4. BUTTONS ============================================================== */
.fcp-btn{ display:inline-flex; align-items:center; justify-content:center; gap:.5rem; padding:.9rem 1.6rem; font-family:var(--fcp-sans); font-size:.78rem; font-weight:500; letter-spacing:.16em; text-transform:uppercase; border-radius:2px; cursor:pointer; border:1px solid transparent; transition:background-color .3s ease, color .3s ease, border-color .3s ease; }
.fcp-btn-primary{ background:var(--fcp-gold); color:#fff; }
.fcp-btn-primary:hover{ background:var(--fcp-gold-2); color:#fff; }
.fcp-btn-outline{ background:transparent; color:var(--fcp-gold); border-color:var(--fcp-gold); }
.fcp-btn-outline:hover{ background:var(--fcp-gold); color:#fff; }
.fcp-btn-ghost{ background:transparent; color:var(--fcp-text); }
.fcp-btn-ghost:hover{ color:var(--fcp-gold); }

/* 5. INPUTS =============================================================== */
.fcp-input, input[type=text], input[type=email], input[type=search], input[type=tel], input[type=number], input[type=date], select, textarea{
  background:#fff; border:1px solid var(--fcp-border); border-radius:2px; padding:.75rem 1rem; font-family:var(--fcp-sans); font-size:.95rem; color:var(--fcp-text); width:100%; transition:border-color .25s ease;
}
.fcp-input:focus, input:focus, select:focus, textarea:focus{ outline:none; border-color:var(--fcp-gold); box-shadow:0 0 0 3px rgba(212,175,55,.15); }

/* 6. HEADER / NAV / SEARCH ================================================ */
.fcp-top-bar{ background:var(--fcp-text); color:#F0EAD6; font-size:.75rem; letter-spacing:.14em; text-transform:uppercase; }
.fcp-top-inner{ display:flex; justify-content:center; align-items:center; padding:8px 0; gap:20px; }
.fcp-top-text{ margin:0; color:#F0EAD6; }

.fcp-header{ position:sticky; top:0; z-index:100; background:rgba(255,255,255,.9); backdrop-filter:blur(18px); -webkit-backdrop-filter:blur(18px); border-bottom:1px solid var(--fcp-border); }
.fcp-header-inner{ display:flex; align-items:center; justify-content:space-between; gap:1.5rem; padding:18px 20px; }
@media(min-width:1024px){ .fcp-header-inner{ padding:22px 32px; } }
.fcp-logo{ display:flex; align-items:center; gap:.6rem; }
.fcp-logo-mark{ display:inline-flex; align-items:center; justify-content:center; width:36px; height:36px; border:1px solid var(--fcp-gold); color:var(--fcp-gold); font-family:var(--fcp-serif); font-size:1rem; letter-spacing:.05em; }
.fcp-logo-text{ font-family:var(--fcp-serif); font-size:1.35rem; letter-spacing:.02em; }

.fcp-primary-nav{ flex:1; display:none; }
@media(min-width:1024px){ .fcp-primary-nav{ display:block; } }
.fcp-menu{ list-style:none; margin:0; padding:0; display:flex; justify-content:center; gap:1.8rem; }
.fcp-menu > li{ position:relative; }
.fcp-menu > li > a{ font-size:.78rem; text-transform:uppercase; letter-spacing:.14em; font-weight:500; color:var(--fcp-text); position:relative; padding:8px 0; }
.fcp-menu > li > a:after{ content:''; position:absolute; left:0; right:0; bottom:0; height:1px; background:var(--fcp-gold); transform:scaleX(0); transform-origin:left; transition:transform .35s ease; }
.fcp-menu > li:hover > a:after{ transform:scaleX(1); }
.fcp-menu ul.sub-menu{ position:absolute; top:100%; left:0; min-width:220px; background:#fff; border:1px solid var(--fcp-border); box-shadow:var(--fcp-shadow); list-style:none; padding:12px 0; margin:0; opacity:0; visibility:hidden; transform:translateY(6px); transition:opacity .25s ease, transform .25s ease, visibility .25s; z-index:20; }
.fcp-menu > li:hover ul.sub-menu{ opacity:1; visibility:visible; transform:translateY(0); }
.fcp-menu ul.sub-menu li a{ display:block; padding:8px 20px; font-size:.85rem; letter-spacing:.04em; }
.fcp-menu ul.sub-menu li a:hover{ background:var(--fcp-surface-2); color:var(--fcp-gold); }

/* Mobile nav open state */
@media(max-width:1023px){
  .fcp-primary-nav.is-open{ display:block; position:absolute; top:100%; left:0; right:0; background:#fff; border-bottom:1px solid var(--fcp-border); box-shadow:var(--fcp-shadow); z-index:99; }
  .fcp-primary-nav.is-open .fcp-menu{ flex-direction:column; align-items:flex-start; gap:0; padding:12px 20px; }
  .fcp-primary-nav.is-open .fcp-menu > li{ width:100%; border-bottom:1px solid var(--fcp-border); }
  .fcp-primary-nav.is-open .fcp-menu > li > a{ display:block; padding:14px 0; }
}

.fcp-header-actions{ display:flex; align-items:center; gap:.3rem; }
.fcp-icon-btn{ position:relative; display:inline-flex; align-items:center; justify-content:center; width:40px; height:40px; border:none; background:transparent; color:var(--fcp-text); cursor:pointer; border-radius:2px; transition:background .25s ease, color .25s ease; }
.fcp-icon-btn:hover{ color:var(--fcp-gold); background:var(--fcp-surface-2); }
.fcp-cart-count{ position:absolute; top:4px; right:4px; background:var(--fcp-gold); color:#fff; font-size:.65rem; min-width:16px; height:16px; padding:0 4px; border-radius:8px; display:inline-flex; align-items:center; justify-content:center; }
.fcp-mobile-toggle{ display:inline-flex; }
@media(min-width:1024px){ .fcp-mobile-toggle{ display:none; } }

.fcp-search-panel{ border-top:1px solid var(--fcp-border); background:#fff; padding:18px 0; }
.fcp-search-form{ display:flex; gap:12px; align-items:center; }
.fcp-search-input{ flex:1; }
.fcp-search-results{ margin-top:16px; display:grid; grid-template-columns:repeat(auto-fill,minmax(200px,1fr)); gap:12px; }
.fcp-search-result{ display:flex; gap:10px; align-items:center; padding:10px; border:1px solid var(--fcp-border); border-radius:2px; }
.fcp-search-result img{ width:48px; height:48px; object-fit:cover; }
.fcp-search-result strong{ font-family:var(--fcp-serif); font-size:1rem; }

/* 7. SECTIONS ============================================================= */
.fcp-section{ padding:80px 0; }
.fcp-section-alt{ background:var(--fcp-surface-2); }
.fcp-section-head{ text-align:left; margin-bottom:48px; max-width:560px; }
.fcp-section-head--center{ text-align:center; max-width:680px; margin-left:auto; margin-right:auto; }
.fcp-section-title{ margin:0; }
.fcp-section-subtitle{ margin:14px 0 0; font-size:1.05rem; color:var(--fcp-text-2); }
.fcp-eyebrow{ display:inline-block; font-size:.72rem; text-transform:uppercase; letter-spacing:.28em; color:var(--fcp-gold); margin-bottom:1rem; font-weight:500; }

/* 8. FEATURED CATEGORIES ================================================== */
.fcp-cat-grid{ display:grid; grid-template-columns:repeat(auto-fit, minmax(240px, 1fr)); gap:30px; margin-top:40px; }
.fcp-cat-tile{ position:relative; display:block; overflow:hidden; border-radius:20px; background:#fff; box-shadow:0 12px 35px rgba(0,0,0,.12); transition:transform .4s ease, box-shadow .4s ease; aspect-ratio:1/1; text-decoration:none; }
.fcp-cat-tile:hover{ transform:translateY(-8px); box-shadow:0 20px 45px rgba(0,0,0,.18); }
.fcp-cat-image{ width:100%; height:100%; object-fit:cover; transition:transform .5s ease; }
.fcp-cat-tile:hover .fcp-cat-image{ transform:scale(1.08); }
.fcp-cat-image-placeholder{ position:relative; width:100%; height:100%; background:linear-gradient(135deg,#F3E5AB 0%,#D4AF37 60%,#B5952F 100%); }
.fcp-cat-image-placeholder::after, .fcp-product-image-placeholder::after{ content:'FC'; position:absolute; inset:0; display:flex; align-items:center; justify-content:center; font-family:var(--fcp-serif); font-size:2.6rem; letter-spacing:.12em; color:rgba(120,90,20,.5); }
.fcp-product-image-placeholder{ position:relative; }

/* <picture> wrappers must not affect layout — inner <img> keeps its sizing */
.fcp-insta-item picture, .fcp-brand-item picture, .fcp-review-head picture, .fcp-cat-tile picture, .fcp-promo-card picture{ display:contents; }
.fcp-cat-overlay{ position:absolute; left:0; right:0; bottom:0; padding:22px; background:linear-gradient(to top, rgba(0,0,0,.82), rgba(0,0,0,.35), transparent); text-align:left; }
.fcp-cat-label{ display:inline-block; padding:6px 15px; border-radius:40px; background:var(--fcp-gold); color:#fff; font-size:11px; font-weight:700; letter-spacing:2px; text-transform:uppercase; margin-bottom:12px; }
.fcp-cat-name{ color:#fff; font-size:34px; font-weight:700; margin:0 0 10px; line-height:1.2; }
.fcp-cat-btn{ color:var(--fcp-gold); font-size:16px; font-weight:600; }
@media(max-width:992px){ .fcp-cat-grid{ grid-template-columns:repeat(2,1fr); gap:20px; } .fcp-cat-name{ font-size:28px; } }
@media(max-width:576px){ .fcp-cat-grid{ grid-template-columns:1fr; gap:20px; } .fcp-cat-name{ font-size:24px; } .fcp-cat-overlay{ padding:18px; } }

/* 9. PRODUCT GRID ========================================================= */
.fcp-product-grid{ display:grid; grid-template-columns:repeat(2, minmax(0,1fr)); gap:24px 16px; }
@media(min-width:768px){ .fcp-product-grid{ grid-template-columns:repeat(3, minmax(0,1fr)); gap:40px 24px; } }
@media(min-width:1024px){ .fcp-product-grid{ grid-template-columns:repeat(4, minmax(0,1fr)); } }
.fcp-product-card{ background:#fff; border:1px solid transparent; transition:border-color .4s ease, box-shadow .4s ease; }
.fcp-product-card:hover{ border-color:var(--fcp-border); box-shadow:var(--fcp-shadow); }
.fcp-product-image-wrap{ position:relative; display:block; aspect-ratio:3/4; overflow:hidden; background:var(--fcp-surface-2); }
.fcp-product-image{ width:100%; height:100%; object-fit:cover; transition:transform .8s ease; }
.fcp-product-image-placeholder{ width:100%; height:100%; background:linear-gradient(135deg,#F3E5AB,#F9F8F4); }
.fcp-product-card:hover .fcp-product-image{ transform:scale(1.05); }
.fcp-wishlist-btn{ position:absolute; top:10px; right:10px; width:36px; height:36px; border-radius:50%; background:#fff; color:var(--fcp-text); border:none; cursor:pointer; display:inline-flex; align-items:center; justify-content:center; font-size:1.1rem; box-shadow:var(--fcp-shadow); transition:color .3s ease, transform .3s ease; }
.fcp-wishlist-btn:hover, .fcp-wishlist-btn.is-active{ color:var(--fcp-gold); transform:scale(1.08); }
.fcp-product-body{ padding:16px 4px; }
.fcp-product-title{ font-family:var(--fcp-serif); font-size:1.15rem; margin:0 0 .35rem; letter-spacing:-.005em; }
.fcp-product-price{ font-size:.95rem; color:var(--fcp-text); margin-bottom:1rem; }
.fcp-product-price del{ color:var(--fcp-text-2); margin-right:6px; opacity:.7; }
.fcp-product-price ins{ text-decoration:none; color:var(--fcp-gold); }
.fcp-add-btn{ font-size:.7rem; padding:.7rem 1.2rem; }

/* Post grid (blog / index) */
.fcp-post-grid{ display:grid; grid-template-columns:repeat(auto-fill,minmax(300px,1fr)); gap:32px; padding:40px 0; }
.fcp-post-card{ background:#fff; border:1px solid var(--fcp-border); }
.fcp-post-thumb img{ width:100%; aspect-ratio:16/10; object-fit:cover; }
.fcp-post-body{ padding:22px; }
.fcp-post-title{ font-size:1.3rem; margin:0 0 .5rem; }
.fcp-pagination{ padding:20px 0 60px; }
.fcp-page{ padding:60px 0; }
.fcp-page-content{ font-size:1.05rem; }

/* 10. USP CARDS =========================================================== */
.fcp-usp-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:30px; }
.fcp-usp-card{ background:#fff; padding:40px 30px; border-radius:20px; text-align:center; box-shadow:0 15px 40px rgba(0,0,0,.08); transition:transform .35s ease, box-shadow .35s ease; border:1px solid #f1f1f1; }
.fcp-usp-card:hover{ transform:translateY(-10px); box-shadow:0 25px 60px rgba(0,0,0,.15); }
.fcp-usp-icon{ width:80px; height:80px; margin:0 auto 25px; border-radius:50%; background:var(--fcp-gold); display:flex; align-items:center; justify-content:center; font-size:30px; color:#fff; }
.fcp-usp-card h3{ font-size:22px; margin-bottom:12px; color:#222; }
.fcp-usp-card p{ font-size:15px; line-height:1.7; color:#666; margin:0; }
@media(max-width:991px){ .fcp-usp-grid{ grid-template-columns:repeat(2,1fr); } }
@media(max-width:600px){ .fcp-usp-grid{ grid-template-columns:1fr; } }

/* 11. CUSTOMER REVIEWS (auto slider) ====================================== */
.fcp-reviews-slider{ position:relative; overflow:hidden; }
.fcp-reviews-track{ display:flex; gap:28px; transition:transform .6s cubic-bezier(.22,.61,.36,1); will-change:transform; }
.fcp-review-card{ flex:0 0 100%; margin:0; background:#fff; border:1px solid var(--fcp-border); border-top:3px solid var(--fcp-gold); padding:32px 28px; box-shadow:var(--fcp-shadow); position:relative; }
@media(min-width:640px){ .fcp-review-card{ flex-basis:calc((100% - 28px) / 2); } }
@media(min-width:1024px){ .fcp-review-card{ flex-basis:calc((100% - 56px) / 3); } }
.fcp-review-card:before{ content:'\201C'; position:absolute; top:6px; right:22px; font-family:var(--fcp-serif); font-size:5rem; color:var(--fcp-gold); line-height:1; opacity:.18; }
.fcp-review-head{ display:flex; align-items:center; gap:14px; margin-bottom:16px; }
.fcp-review-photo{ width:64px; height:64px; border-radius:50%; object-fit:cover; border:2px solid var(--fcp-gold-light); flex-shrink:0; }
.fcp-review-meta{ display:flex; flex-direction:column; gap:2px; }
.fcp-review-name{ font-weight:600; font-family:var(--fcp-sans); color:var(--fcp-text); }
.fcp-review-loc{ font-size:.75rem; color:var(--fcp-text-2); }
.fcp-stars{ color:var(--fcp-gold); font-size:.95rem; letter-spacing:.1em; margin-top:2px; }
.fcp-review-card blockquote{ font-family:var(--fcp-serif); font-size:1.1rem; line-height:1.55; color:var(--fcp-text); margin:0; font-style:italic; }
.fcp-reviews-dots{ display:flex; justify-content:center; gap:10px; margin-top:34px; }
.fcp-reviews-dots span{ width:12px; height:12px; border-radius:50%; background:rgba(26,26,26,.2); cursor:pointer; transition:background-color .3s ease, transform .3s ease; }
.fcp-reviews-dots span:hover{ transform:scale(1.15); }
.fcp-reviews-dots span.is-active{ background:var(--fcp-gold); }

/* 12. TRUST COUNTER ======================================================= */
.fcp-trust-strip{ display:grid; grid-template-columns:repeat(2, minmax(0,1fr)); gap:16px; text-align:center; padding:36px 32px; border:1px solid var(--fcp-border); background:#fff; border-radius:16px; box-shadow:var(--fcp-shadow); opacity:0; transform:translateY(24px); transition:opacity .7s ease, transform .7s ease; }
.fcp-trust-strip.is-visible{ opacity:1; transform:translateY(0); }
@media(min-width:768px){ .fcp-trust-strip{ grid-template-columns:repeat(5, minmax(0,1fr)); } }
.fcp-trust strong{ display:block; font-family:var(--fcp-serif); font-size:2.2rem; color:var(--fcp-gold); line-height:1; }
.fcp-trust span{ display:block; margin-top:8px; font-size:.75rem; text-transform:uppercase; letter-spacing:.14em; color:var(--fcp-text-2); }

/* 13. BRAND SLIDER (auto-infinite, pause on hover) ======================== */
.fcp-brand-section{ padding:90px 0; background:#fff; }
.fcp-brand-slider{ overflow:hidden; width:100%; margin-top:40px; position:relative; }
.fcp-brand-track{ display:flex; align-items:center; gap:70px; width:max-content; animation:fcpBrandSlide 35s linear infinite; }
.fcp-brand-slider:hover .fcp-brand-track{ animation-play-state:paused; }
.fcp-brand-item{ flex:0 0 180px; width:180px; height:90px; display:flex; justify-content:center; align-items:center; overflow:hidden; }
.fcp-brand-item img{ width:auto; height:auto; max-width:160px; max-height:70px; object-fit:contain; filter:grayscale(100%); opacity:.7; transition:filter .4s ease, opacity .4s ease, transform .4s ease; }
.fcp-brand-item img:hover{ filter:none; opacity:1; transform:scale(1.08); }
@keyframes fcpBrandSlide{ 0%{ transform:translateX(0); } 100%{ transform:translateX(-50%); } }
@media(max-width:768px){ .fcp-brand-track{ gap:40px; } .fcp-brand-item{ flex-basis:130px; width:130px; height:70px; } .fcp-brand-item img{ max-width:110px; max-height:50px; } }

/* 14. PAYMENT CHIPS ======================================================= */
.fcp-pay-strip{ display:flex; flex-wrap:wrap; gap:10px; }
.fcp-pay-chip{ display:inline-flex; align-items:center; padding:8px 14px; background:#1b1b1b; border:1px solid rgba(255,255,255,.08); color:#DAD5C8; font-size:.72rem; letter-spacing:.06em; border-radius:30px; transition:background-color .3s ease, color .3s ease; }
.fcp-pay-chip:hover{ background:var(--fcp-gold); color:#111; }

/* 15. INSTAGRAM GALLERY =================================================== */
.fcp-insta-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-top:40px; }
@media(max-width:900px){ .fcp-insta-grid{ grid-template-columns:repeat(2,1fr); } }
@media(max-width:520px){ .fcp-insta-grid{ grid-template-columns:repeat(2,1fr); gap:10px; } }
.fcp-insta-item{ position:relative; display:block; overflow:hidden; border-radius:14px; aspect-ratio:1/1; background:var(--fcp-surface-2); }
.fcp-insta-item img{ width:100%; height:100%; object-fit:cover; transition:transform .6s ease; }
.fcp-insta-item:hover img{ transform:scale(1.1); }
.fcp-insta-overlay{ position:absolute; inset:0; display:flex; align-items:center; justify-content:center; background:linear-gradient(135deg, rgba(212,175,55,.85), rgba(181,149,47,.85)); color:#fff; font-size:2rem; opacity:0; transition:opacity .4s ease; }
.fcp-insta-item:hover .fcp-insta-overlay{ opacity:1; }

/* 16. NEWSLETTER BAND ===================================================== */
.fcp-newsletter-band{ background:linear-gradient(135deg,#141414,#000); color:#fff; padding:70px 0; }
.fcp-newsletter-inner{ display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:32px; }
.fcp-newsletter-copy{ max-width:520px; }
.fcp-newsletter-copy .fcp-section-title{ color:#fff; }
.fcp-newsletter-copy p{ color:#c9c4b8; margin:0; }
.fcp-newsletter--band{ display:flex; flex-wrap:wrap; gap:10px; align-items:center; min-width:min(100%,420px); }
.fcp-newsletter--band .fcp-input{ flex:1; min-width:220px; background:#1b1b1b; color:#fff; border-color:#2a2a2d; }
.fcp-newsletter-msg{ display:block; width:100%; font-size:.82rem; margin-top:6px; min-height:1em; }
.fcp-newsletter-msg.is-error{ color:#ff9c9c; }
.fcp-newsletter-msg.is-success{ color:#8fe3b0; }

/* GDPR consent checkbox */
.fcp-consent{ display:flex; align-items:flex-start; gap:8px; flex-basis:100%; width:100%; margin-top:10px; font-size:.78rem; line-height:1.5; color:#c9c4b8; cursor:pointer; }
.fcp-consent input{ width:16px; height:16px; min-width:16px; margin-top:2px; accent-color:var(--fcp-gold); cursor:pointer; }
.fcp-consent a{ color:var(--fcp-gold); text-decoration:underline; }
.fcp-footer .fcp-consent{ color:#B7B0A0; }

/* 17. FOOTER ============================================================== */
.fcp-footer{ background:#0F0F10; color:#DAD5C8; padding:80px 0 0; margin-top:0; }
.fcp-footer h4, .fcp-footer-title{ color:var(--fcp-gold); font-family:var(--fcp-serif); font-size:1.3rem; margin-bottom:1rem; }
.fcp-footer a{ color:#DAD5C8; }
.fcp-footer a:hover{ color:var(--fcp-gold); }
.fcp-footer-grid{ display:grid; grid-template-columns:repeat(1, minmax(0,1fr)); gap:40px; }
@media(min-width:768px){ .fcp-footer-grid{ grid-template-columns:repeat(4, minmax(0,1fr)); } }
.fcp-footer-col ul{ list-style:none; padding:0; margin:0; }
.fcp-footer-col ul li{ margin-bottom:.5rem; font-size:.9rem; }
.fcp-footer-text{ color:#B7B0A0; font-size:.9rem; }
.fcp-newsletter{ display:flex; gap:8px; }
.fcp-newsletter .fcp-input{ background:#1B1B1D; color:#fff; border-color:#2A2A2D; }

/* Footer social icons */
.fcp-social{ display:flex; gap:12px; margin-top:25px; flex-wrap:wrap; }
.fcp-social a{ width:46px; height:46px; border-radius:50%; display:flex; align-items:center; justify-content:center; background:#1f1f1f; color:var(--fcp-gold); border:1px solid rgba(212,175,55,.25); font-size:20px; transition:background-color .35s ease, color .35s ease, transform .35s ease, box-shadow .35s ease; text-decoration:none; }
.fcp-social a:hover{ background:var(--fcp-gold); color:#111; transform:translateY(-4px); box-shadow:0 12px 30px rgba(212,175,55,.35); }

/* Footer trust bar */
.fcp-footer-trust{ border-top:1px solid rgba(255,255,255,.08); border-bottom:1px solid rgba(255,255,255,.08); padding:25px 0; display:flex; justify-content:center; gap:70px; flex-wrap:wrap; background:#141414; margin-top:56px; }
.fcp-trust-item{ display:flex; align-items:center; gap:12px; color:#fff; font-size:15px; }
.fcp-trust-item i{ color:var(--fcp-gold); font-size:24px; }

/* Footer bottom */
.fcp-footer-bottom{ background:#0b0b0b; border-top:1px solid rgba(255,255,255,.08); padding:22px 0; font-size:.85rem; color:#bdbdbd; }
.fcp-footer-bottom-inner{ display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:20px; }
.fcp-footer-bottom p{ color:#bdbdbd; margin:0; font-size:14px; }
.fcp-footer-menu{ list-style:none; display:flex; gap:16px; padding:0; margin:0; }

/* 18. WHATSAPP FLOAT ====================================================== */
.fcp-whatsapp-float{ position:fixed; bottom:24px; right:24px; width:56px; height:56px; border-radius:50%; background:#25D366; color:#fff; display:inline-flex; align-items:center; justify-content:center; box-shadow:0 10px 30px rgba(37,211,102,.35); z-index:80; transition:transform .3s ease; }
.fcp-whatsapp-float:hover{ transform:scale(1.06); color:#fff; }

/* 19. ACCOUNT DROPDOWN ==================================================== */
.fcp-account-wrap{ position:relative; }
.fcp-account-menu{ position:absolute; top:calc(100% + 8px); right:0; min-width:260px; background:#fff; border:1px solid var(--fcp-border); box-shadow:var(--fcp-shadow-hover); padding:16px; z-index:60; opacity:0; visibility:hidden; transform:translateY(-6px); transition:opacity .25s ease, transform .25s ease, visibility .25s; }
.fcp-account-menu.is-open{ opacity:1; visibility:visible; transform:translateY(0); }
.fcp-account-head{ padding-bottom:12px; margin-bottom:8px; border-bottom:1px solid var(--fcp-border); }
.fcp-account-hi{ display:block; font-family:var(--fcp-serif); font-size:1.1rem; color:var(--fcp-text); }
.fcp-account-email{ display:block; font-size:.78rem; color:var(--fcp-text-2); }
.fcp-account-link{ display:flex; justify-content:space-between; align-items:center; padding:9px 8px; font-size:.85rem; color:var(--fcp-text); border-radius:2px; transition:background .2s ease, color .2s ease; }
.fcp-account-link:hover{ background:var(--fcp-surface-2); color:var(--fcp-gold); }
.fcp-account-logout{ border-top:1px solid var(--fcp-border); margin-top:6px; padding-top:12px; color:#B33A3A; }
.fcp-account-guest{ font-size:.85rem; color:var(--fcp-text-2); margin:0 0 12px; }
.fcp-badge{ display:inline-flex; align-items:center; justify-content:center; min-width:20px; height:20px; padding:0 6px; border-radius:10px; background:var(--fcp-gold); color:#fff; font-size:.68rem; font-weight:600; }

/* 20. AUTH MODAL ========================================================== */
.fcp-auth-modal{ position:fixed; inset:0; z-index:200; display:flex; align-items:center; justify-content:center; padding:20px; }
.fcp-auth-modal[hidden]{ display:none; }
.fcp-auth-backdrop{ position:absolute; inset:0; background:rgba(10,10,10,.55); backdrop-filter:blur(6px); }
.fcp-auth-panel{ position:relative; width:100%; max-width:440px; background:#fff; padding:36px 32px 28px; border:1px solid var(--fcp-border); box-shadow:0 30px 60px rgba(0,0,0,.25); animation:fcpFadeUp .5s ease; }
@keyframes fcpFadeUp{ from{ opacity:0; transform:translateY(20px); } to{ opacity:1; transform:translateY(0); } }
.fcp-auth-close{ position:absolute; top:12px; right:14px; background:transparent; border:none; font-size:1.6rem; line-height:1; cursor:pointer; color:var(--fcp-text-2); }
.fcp-auth-close:hover{ color:var(--fcp-gold); }
.fcp-auth-brand{ display:flex; align-items:center; gap:10px; justify-content:center; margin-bottom:16px; }
.fcp-auth-title{ text-align:center; margin:0 0 4px; }
.fcp-auth-sub{ text-align:center; color:var(--fcp-text-2); font-size:.9rem; margin:0 0 24px; }
.fcp-auth-tabs{ display:flex; border-bottom:1px solid var(--fcp-border); margin-bottom:22px; gap:8px; }
.fcp-auth-tab{ flex:1; background:transparent; border:none; padding:12px 8px; font-size:.75rem; letter-spacing:.14em; text-transform:uppercase; font-weight:500; color:var(--fcp-text-2); cursor:pointer; border-bottom:2px solid transparent; transition:color .3s ease, border-color .3s ease; }
.fcp-auth-tab.is-active{ color:var(--fcp-gold); border-bottom-color:var(--fcp-gold); }
.fcp-auth-pane{ display:none; }
.fcp-auth-pane.is-active{ display:block; }
.fcp-auth-switch{ display:flex; gap:8px; margin-bottom:16px; background:var(--fcp-surface-2); padding:4px; border-radius:2px; }
.fcp-auth-mode{ flex:1; background:transparent; border:none; padding:10px; font-size:.75rem; letter-spacing:.12em; text-transform:uppercase; font-weight:500; cursor:pointer; color:var(--fcp-text-2); border-radius:2px; transition:background .25s ease, color .25s ease; }
.fcp-auth-mode.is-active{ background:#fff; color:var(--fcp-text); box-shadow:var(--fcp-shadow); }
.fcp-auth-form{ display:flex; flex-direction:column; gap:12px; }
.fcp-auth-form[hidden]{ display:none; }
.fcp-auth-msg{ min-height:18px; font-size:.8rem; text-align:center; color:var(--fcp-text-2); }
.fcp-auth-msg.is-error{ color:#B33A3A; }
.fcp-auth-msg.is-success{ color:#237547; }
.fcp-auth-legal{ margin:20px 0 0; text-align:center; font-size:.7rem; color:var(--fcp-text-2); letter-spacing:.06em; }
.fcp-otp-row{ display:flex; gap:0; align-items:stretch; }
.fcp-otp-cc{ display:inline-flex; align-items:center; padding:0 14px; background:var(--fcp-surface-2); border:1px solid var(--fcp-border); border-right:0; font-size:.9rem; color:var(--fcp-text); font-family:var(--fcp-sans); }
.fcp-otp-row input{ border-left:0; }
.fcp-otp-input{ text-align:center; letter-spacing:.6em; font-size:1.3rem; font-family:var(--fcp-sans); }
.fcp-otp-hint{ text-align:center; font-size:.85rem; color:var(--fcp-text-2); margin:0 0 4px; }
.fcp-otp-back{ font-size:.7rem; }

/* 21a. FESTIVAL ANIMATIONS ================================================ */
.fcp-festival-overlay{ position:fixed; inset:0; pointer-events:none; z-index:70; overflow:hidden; }
.fcp-festival-piece{ position:absolute; top:-30px; width:12px; height:12px; opacity:.85; }
.fcp-festival-ribbon{ position:fixed; top:0; left:50%; transform:translateX(-50%); z-index:71; padding:6px 22px; font-size:.72rem; text-transform:uppercase; letter-spacing:.22em; font-weight:600; color:#fff; box-shadow:0 6px 18px rgba(0,0,0,.15); pointer-events:none; animation:fcpRibbon 800ms ease .3s both; }
@keyframes fcpRibbon{ from{ opacity:0; transform:translate(-50%, -18px); } to{ opacity:1; transform:translate(-50%, 0); } }
.fcp-festival-diwali .fcp-festival-ribbon{ background:linear-gradient(135deg,#B5952F,#D4AF37); }
.fcp-festival-diwali .fcp-festival-piece{ width:8px; height:8px; border-radius:50%; background:#D4AF37; box-shadow:0 0 12px #D4AF37, 0 0 4px #F3E5AB; animation:fcpFloat 12s linear infinite; }
@keyframes fcpFloat{ 0%{ transform:translateY(-30px) scale(.6); opacity:0; } 20%{ opacity:1; } 100%{ transform:translateY(calc(100vh + 40px)) scale(1); opacity:0; } }
.fcp-festival-christmas .fcp-festival-ribbon{ background:linear-gradient(135deg,#C1272D,#0E7C3A); }
.fcp-festival-christmas .fcp-festival-piece{ background:transparent; border-radius:50%; box-shadow:0 0 0 3px #fff, 0 0 8px rgba(255,255,255,.7); width:6px; height:6px; animation:fcpSnow 14s linear infinite; }
@keyframes fcpSnow{ 0%{ transform:translate(0,-30px); opacity:0; } 10%{ opacity:1; } 100%{ transform:translate(20px, calc(100vh + 40px)); opacity:.2; } }
.fcp-festival-valentine .fcp-festival-ribbon{ background:linear-gradient(135deg,#E63976,#B31B54); }
.fcp-festival-valentine .fcp-festival-piece{ background:transparent; width:16px; height:16px; animation:fcpFloat 15s linear infinite; }
.fcp-festival-valentine .fcp-festival-piece:before{ content:'\2665'; color:#E63976; font-size:18px; text-shadow:0 0 8px rgba(230,57,118,.5); }
.fcp-festival-holi .fcp-festival-ribbon{ background:linear-gradient(135deg,#E63976,#FFB300,#3F51B5); }
.fcp-festival-holi .fcp-festival-piece{ width:14px; height:14px; border-radius:50%; animation:fcpFloat 13s linear infinite; }
.fcp-festival-holi .fcp-festival-piece:nth-child(3n){ background:#E63976; }
.fcp-festival-holi .fcp-festival-piece:nth-child(3n+1){ background:#FFB300; }
.fcp-festival-holi .fcp-festival-piece:nth-child(3n+2){ background:#3F51B5; }
.fcp-festival-rakhi .fcp-festival-ribbon{ background:linear-gradient(135deg,#B5952F,#E63976); }
.fcp-festival-rakhi .fcp-festival-piece{ background:linear-gradient(45deg,#D4AF37,#E63976); width:4px; height:26px; border-radius:2px; animation:fcpFloat 14s linear infinite; }
.fcp-festival-independence .fcp-festival-ribbon{ background:linear-gradient(135deg,#FF9933,#fff,#138808); color:#1a1a1a; }
.fcp-festival-independence .fcp-festival-piece{ width:10px; height:10px; border-radius:50%; animation:fcpFloat 13s linear infinite; }
.fcp-festival-independence .fcp-festival-piece:nth-child(3n){ background:#FF9933; }
.fcp-festival-independence .fcp-festival-piece:nth-child(3n+1){ background:#fff; box-shadow:0 0 6px rgba(0,0,0,.2); }
.fcp-festival-independence .fcp-festival-piece:nth-child(3n+2){ background:#138808; }
.fcp-festival-newyear .fcp-festival-ribbon{ background:linear-gradient(135deg,#D4AF37,#1A1A1A); }
.fcp-festival-newyear .fcp-festival-piece{ width:6px; height:14px; animation:fcpConfetti 12s linear infinite; }
.fcp-festival-newyear .fcp-festival-piece:nth-child(4n){ background:#D4AF37; }
.fcp-festival-newyear .fcp-festival-piece:nth-child(4n+1){ background:#E63976; }
.fcp-festival-newyear .fcp-festival-piece:nth-child(4n+2){ background:#3F51B5; }
.fcp-festival-newyear .fcp-festival-piece:nth-child(4n+3){ background:#0E7C3A; }
@keyframes fcpConfetti{ 0%{ transform:translateY(-30px) rotate(0deg); opacity:0; } 10%{ opacity:1; } 100%{ transform:translateY(calc(100vh + 40px)) rotate(720deg); opacity:.4; } }

/* 21b. WOOCOMMERCE NICETIES =============================================== */
.woocommerce ul.products li.product .button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce a.button.alt{ background:var(--fcp-gold)!important; color:#fff!important; border-radius:2px; font-size:.75rem; letter-spacing:.14em; text-transform:uppercase; padding:.9rem 1.6rem; }
.woocommerce ul.products li.product .button:hover, .woocommerce a.button:hover{ background:var(--fcp-gold-2)!important; color:#fff!important; }
.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce ul.products li.product .price{ color:var(--fcp-text)!important; }
.woocommerce .star-rating span{ color:var(--fcp-gold); }
.woocommerce-message, .woocommerce-info, .woocommerce-error{ border-top-color:var(--fcp-gold)!important; }
.fcp-woo-main{ padding:60px 0; }

/* 21c. PERSONALIZATION / GIFT WRAP / PINCODE (plugin) STYLES =============== */
.fcgcp-wrap{ margin:20px 0 0; padding:24px; background:var(--fcp-surface-2); border:1px solid var(--fcp-border); }
.fcgcp-heading{ font-family:var(--fcp-serif); font-size:1.5rem; margin:0 0 8px; color:var(--fcp-text); }
.fcgcp-sub{ margin:0 0 20px; color:var(--fcp-text-2); font-size:.9rem; }
.fcgcp-row{ display:grid; grid-template-columns:1fr; gap:14px; margin-bottom:14px; }
@media(min-width:640px){ .fcgcp-row.fcgcp-row-2{ grid-template-columns:1fr 1fr; } .fcgcp-row.fcgcp-row-3{ grid-template-columns:1fr 1fr 1fr; } }
.fcgcp-label{ display:block; font-size:.75rem; text-transform:uppercase; letter-spacing:.14em; color:var(--fcp-text); margin-bottom:6px; font-weight:500; }
.fcgcp-help{ font-size:.75rem; color:var(--fcp-text-2); margin-top:4px; }
.fcgcp-dropzone{ border:2px dashed var(--fcp-gold); background:#fff; padding:24px; text-align:center; border-radius:2px; cursor:pointer; transition:background .3s ease; }
.fcgcp-dropzone:hover{ background:var(--fcp-gold-light); }
.fcgcp-thumbs{ display:grid; grid-template-columns:repeat(5, minmax(0,1fr)); gap:8px; margin-top:12px; }
.fcgcp-thumb{ position:relative; aspect-ratio:1; background:var(--fcp-surface-2); overflow:hidden; }
.fcgcp-thumb img{ width:100%; height:100%; object-fit:cover; }
.fcgcp-thumb-remove{ position:absolute; top:4px; right:4px; width:22px; height:22px; border:none; border-radius:50%; background:rgba(0,0,0,.65); color:#fff; cursor:pointer; font-size:.85rem; line-height:1; }
.fcgcp-price-bar{ position:sticky; bottom:0; z-index:5; background:#fff; border:1px solid var(--fcp-border); padding:16px 20px; margin-top:20px; display:flex; justify-content:space-between; align-items:center; gap:12px; box-shadow:var(--fcp-shadow-hover); }
.fcgcp-price-label{ font-size:.72rem; text-transform:uppercase; letter-spacing:.14em; color:var(--fcp-text-2); }
.fcgcp-price-total{ font-family:var(--fcp-serif); font-size:1.8rem; color:var(--fcp-gold); }
.fcgcp-actions{ display:flex; gap:10px; flex-wrap:wrap; }
.fcgcp-whatsapp-btn{ background:#25D366; color:#fff; }
.fcgcp-whatsapp-btn:hover{ background:#1EB955; color:#fff; }
.fcgcp-pincode-check{ display:flex; gap:8px; }
.fcgcp-pincode-status{ margin-top:6px; font-size:.85rem; }
.fcgcp-pincode-ok{ color:#237547; }
.fcgcp-pincode-bad{ color:#B33A3A; }
.fcgcp-radio-group{ display:flex; flex-wrap:wrap; gap:8px; }
.fcgcp-chip{ display:inline-flex; align-items:center; gap:6px; padding:8px 14px; border:1px solid var(--fcp-border); background:#fff; cursor:pointer; font-size:.8rem; border-radius:2px; transition:border-color .25s ease, background .25s ease; }
.fcgcp-chip input{ display:none; }
.fcgcp-chip.is-active{ border-color:var(--fcp-gold); background:var(--fcp-gold-light); color:var(--fcp-text); }

/* Razorpay receipt page (plugin) */
.fcgcp-rp-wrap{ text-align:center; padding:60px 20px; }
.fcgcp-rp-wrap .fcgcp-heading{ font-size:2rem; margin-bottom:12px; }
.fcgcp-rp-wrap .button{ margin:8px; }

/* PROMOTIONAL BANNERS ===================================================== */
.fcp-promo-section{ padding-top:0; }
.fcp-promo-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:28px; }
@media(max-width:768px){ .fcp-promo-grid{ grid-template-columns:1fr; gap:18px; } }
.fcp-promo-card{ position:relative; display:block; overflow:hidden; border-radius:18px; aspect-ratio:16/9; box-shadow:var(--fcp-shadow); }
.fcp-promo-img{ width:100%; height:100%; object-fit:cover; transition:transform .7s ease; }
.fcp-promo-card:hover .fcp-promo-img{ transform:scale(1.06); }
.fcp-promo-overlay{ position:absolute; inset:0; background:linear-gradient(0deg, rgba(0,0,0,.55), rgba(0,0,0,.2)); transition:background-color .4s ease; }
.fcp-promo-card:hover .fcp-promo-overlay{ background:linear-gradient(0deg, rgba(0,0,0,.65), rgba(0,0,0,.3)); }
.fcp-promo-content{ position:absolute; inset:0; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; padding:0 28px; color:#fff; }
.fcp-promo-content h3{ color:#fff; font-size:clamp(1.4rem,2.4vw,2rem); margin:0 0 8px; }
.fcp-promo-content p{ color:#f0ead6; margin:0 0 16px; font-size:.95rem; }
.fcp-promo-btn{ display:inline-block; padding:10px 26px; background:var(--fcp-gold); color:#fff; border-radius:40px; font-size:.72rem; letter-spacing:.14em; text-transform:uppercase; font-weight:600; transition:background-color .3s ease; }
.fcp-promo-card:hover .fcp-promo-btn{ background:var(--fcp-gold-2); }

/* INLINE PRIVACY POLICY MODAL ============================================= */
.fcp-privacy-modal{ position:fixed; inset:0; z-index:210; display:none; align-items:center; justify-content:center; padding:20px; }
.fcp-privacy-modal.is-open{ display:flex; }
.fcp-privacy-backdrop{ position:absolute; inset:0; background:rgba(10,10,10,.6); backdrop-filter:blur(6px); }
.fcp-privacy-panel{ position:relative; width:100%; max-width:860px; height:82vh; background:#fff; border-radius:10px; overflow:hidden; box-shadow:0 30px 70px rgba(0,0,0,.35); animation:fcpFadeUp .4s ease; }
.fcp-privacy-close{ position:absolute; top:8px; right:12px; z-index:2; width:38px; height:38px; border:none; border-radius:50%; background:rgba(0,0,0,.06); font-size:1.6rem; line-height:1; cursor:pointer; color:var(--fcp-text); }
.fcp-privacy-close:hover{ background:var(--fcp-gold); color:#fff; }
.fcp-privacy-frame{ width:100%; height:100%; border:0; }

/* FEATURED COLLECTIONS ==================================================== */
.fcp-collections-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:24px; }
@media(max-width:1024px){ .fcp-collections-grid{ grid-template-columns:repeat(2,1fr); } }
@media(max-width:520px){ .fcp-collections-grid{ grid-template-columns:1fr; } }
.fcp-collection-card{ position:relative; display:block; overflow:hidden; border-radius:18px; aspect-ratio:3/4; box-shadow:var(--fcp-shadow); }
.fcp-collection-card picture, .fcp-feature-banner picture{ display:contents; }
.fcp-collection-img{ width:100%; height:100%; object-fit:cover; transition:transform .7s ease; }
.fcp-collection-card:hover .fcp-collection-img{ transform:scale(1.07); }
.fcp-collection-overlay{ position:absolute; inset:0; background:linear-gradient(to top, rgba(0,0,0,.7), rgba(0,0,0,.1) 55%, transparent); }
.fcp-collection-content{ position:absolute; left:0; right:0; bottom:26px; text-align:center; color:#fff; }
.fcp-collection-content h3{ color:#fff; font-size:1.8rem; margin:0 0 10px; }
.fcp-collection-btn{ display:inline-block; padding:9px 24px; border:1px solid rgba(255,255,255,.7); border-radius:40px; font-size:.7rem; letter-spacing:.16em; text-transform:uppercase; transition:background-color .3s ease, color .3s ease; }
.fcp-collection-card:hover .fcp-collection-btn{ background:var(--fcp-gold); border-color:var(--fcp-gold); color:#fff; }

/* FLASH SALE + COUNTDOWN ================================================== */
.fcp-flash-section{ background:linear-gradient(135deg,#1a1a1a,#000); color:#fff; }
.fcp-flash-section .fcp-section-title{ color:#fff; }
.fcp-flash-head{ display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:24px; margin-bottom:40px; }
.fcp-flash-sub{ color:#c9c4b8; margin:8px 0 0; }
.fcp-countdown{ display:flex; gap:12px; }
.fcp-cd-box{ min-width:70px; padding:14px 10px; background:#1c1c1e; border:1px solid rgba(212,175,55,.3); border-radius:12px; text-align:center; }
.fcp-cd-box span{ display:block; font-family:var(--fcp-serif); font-size:2rem; line-height:1; color:var(--fcp-gold); }
.fcp-cd-box small{ display:block; margin-top:6px; font-size:.62rem; text-transform:uppercase; letter-spacing:.14em; color:#b7b0a0; }
.fcp-flash-section .fcp-product-card{ background:#141416; }
.fcp-flash-section .fcp-product-title, .fcp-flash-section .fcp-product-price{ color:#f3f3f3; }

/* FEATURE BANNERS ========================================================= */
.fcp-features-section{ display:block; }
.fcp-feature-banner{ position:relative; display:block; overflow:hidden; border-radius:20px; aspect-ratio:21/7; margin-bottom:28px; box-shadow:var(--fcp-shadow); }
@media(max-width:768px){ .fcp-feature-banner{ aspect-ratio:16/10; } }
.fcp-feature-img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; transition:transform .8s ease; }
.fcp-feature-banner:hover .fcp-feature-img{ transform:scale(1.05); }
.fcp-feature-overlay{ position:absolute; inset:0; background:linear-gradient(90deg, rgba(0,0,0,.6), rgba(0,0,0,.15) 55%, transparent); }
.fcp-feature-banner.is-reverse .fcp-feature-overlay{ background:linear-gradient(270deg, rgba(0,0,0,.6), rgba(0,0,0,.15) 55%, transparent); }
.fcp-feature-content{ position:absolute; top:50%; left:7%; transform:translateY(-50%); max-width:46%; color:#fff; }
.fcp-feature-banner.is-reverse .fcp-feature-content{ left:auto; right:7%; text-align:right; }
.fcp-feature-content h3{ color:#fff; font-size:clamp(1.5rem,2.6vw,2.4rem); margin:0 0 10px; }
.fcp-feature-content p{ color:#f0ead6; margin:0 0 18px; }
.fcp-feature-btn{ display:inline-block; padding:11px 30px; background:var(--fcp-gold); color:#fff; border-radius:40px; font-size:.72rem; letter-spacing:.16em; text-transform:uppercase; font-weight:600; transition:background-color .3s ease; }
.fcp-feature-banner:hover .fcp-feature-btn{ background:var(--fcp-gold-2); }

/* QUICK VIEW button on product cards ====================================== */
.fcp-quickview-btn{ position:absolute; left:50%; bottom:16px; transform:translate(-50%, 14px); padding:10px 22px; background:rgba(255,255,255,.95); color:var(--fcp-text); border:none; border-radius:40px; font-size:.68rem; letter-spacing:.14em; text-transform:uppercase; font-weight:600; cursor:pointer; opacity:0; transition:opacity .3s ease, transform .3s ease, background-color .3s ease, color .3s ease; box-shadow:var(--fcp-shadow); z-index:3; }
.fcp-product-image-wrap:hover .fcp-quickview-btn{ opacity:1; transform:translate(-50%, 0); }
.fcp-quickview-btn:hover{ background:var(--fcp-gold); color:#fff; }

/* QUICK VIEW modal ======================================================== */
.fcp-qv-modal{ position:fixed; inset:0; z-index:220; display:none; align-items:center; justify-content:center; padding:20px; }
.fcp-qv-modal.is-open{ display:flex; }
.fcp-qv-backdrop{ position:absolute; inset:0; background:rgba(10,10,10,.6); backdrop-filter:blur(6px); }
.fcp-qv-panel{ position:relative; width:100%; max-width:860px; max-height:88vh; overflow:auto; background:#fff; border-radius:12px; box-shadow:0 30px 70px rgba(0,0,0,.35); animation:fcpFadeUp .4s ease; }
.fcp-qv-close{ position:absolute; top:10px; right:14px; z-index:2; width:38px; height:38px; border:none; border-radius:50%; background:rgba(0,0,0,.06); font-size:1.6rem; line-height:1; cursor:pointer; }
.fcp-qv-close:hover{ background:var(--fcp-gold); color:#fff; }
.fcp-qv{ display:grid; grid-template-columns:1fr 1fr; gap:0; }
@media(max-width:700px){ .fcp-qv{ grid-template-columns:1fr; } }
.fcp-qv-media img{ width:100%; height:100%; object-fit:cover; min-height:320px; }
.fcp-qv-info{ padding:40px 34px; }
.fcp-qv-title{ font-size:1.9rem; margin:0 0 10px; }
.fcp-qv-price{ font-size:1.3rem; color:var(--fcp-gold); margin-bottom:16px; }
.fcp-qv-desc{ color:var(--fcp-text-2); font-size:.95rem; margin-bottom:24px; }
.fcp-qv-actions{ display:flex; gap:12px; flex-wrap:wrap; }
.fcp-qv-loading{ padding:80px; text-align:center; color:var(--fcp-text-2); grid-column:1 / -1; }

/* FLOATING CART DRAWER ==================================================== */
.fcp-cart-drawer{ position:fixed; inset:0; z-index:230; visibility:hidden; }
.fcp-cart-drawer.is-open{ visibility:visible; }
.fcp-cart-drawer-backdrop{ position:absolute; inset:0; background:rgba(10,10,10,.5); opacity:0; transition:opacity .35s ease; }
.fcp-cart-drawer.is-open .fcp-cart-drawer-backdrop{ opacity:1; }
.fcp-cart-drawer-panel{ position:absolute; top:0; right:0; height:100%; width:380px; max-width:88vw; background:#fff; box-shadow:-20px 0 50px rgba(0,0,0,.18); transform:translateX(100%); transition:transform .4s cubic-bezier(.22,.61,.36,1); display:flex; flex-direction:column; }
.fcp-cart-drawer.is-open .fcp-cart-drawer-panel{ transform:translateX(0); }
.fcp-cart-drawer-head{ display:flex; align-items:center; justify-content:space-between; padding:22px 24px; border-bottom:1px solid var(--fcp-border); }
.fcp-cart-drawer-head h3{ margin:0; }
.fcp-cart-drawer-close{ background:none; border:none; font-size:1.8rem; line-height:1; cursor:pointer; color:var(--fcp-text-2); }
.fcp-cart-drawer-close:hover{ color:var(--fcp-gold); }
.fcp-cart-drawer-body{ padding:20px 24px; overflow:auto; flex:1; }
.fcp-cart-drawer-body .woocommerce-mini-cart__buttons .button{ display:inline-block; margin:4px 4px 0 0; }

/* SCROLL REVEAL =========================================================== */
.fcp-reveal{ opacity:0; transform:translateY(26px); transition:opacity .7s ease, transform .7s ease; }
.fcp-reveal.fcp-revealed{ opacity:1; transform:none; }

/* Review verified badge */
.fcp-review-verified{ display:inline-flex; margin-left:6px; color:#2e9b57; font-size:.8em; vertical-align:middle; }

/* INSTAGRAM LIGHTBOX ====================================================== */
.fcp-lightbox{ position:fixed; inset:0; z-index:240; display:none; align-items:center; justify-content:center; padding:24px; }
.fcp-lightbox.is-open{ display:flex; }
.fcp-lightbox-backdrop{ position:absolute; inset:0; background:rgba(8,8,8,.86); backdrop-filter:blur(4px); }
.fcp-lightbox-img{ position:relative; max-width:90vw; max-height:84vh; border-radius:12px; box-shadow:0 30px 80px rgba(0,0,0,.5); object-fit:contain; animation:fcpFadeUp .35s ease; }
.fcp-lightbox-close{ position:absolute; top:18px; right:26px; z-index:2; background:none; border:none; color:#fff; font-size:2.4rem; line-height:1; cursor:pointer; }
.fcp-lightbox-close:hover{ color:var(--fcp-gold); }
.fcp-lightbox-link{ position:absolute; bottom:26px; left:50%; transform:translateX(-50%); z-index:2; color:#fff; background:var(--fcp-gold); padding:9px 22px; border-radius:40px; font-size:.72rem; letter-spacing:.14em; text-transform:uppercase; text-decoration:none; }
.fcp-lightbox-link:hover{ background:var(--fcp-gold-2); color:#fff; }

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  .fcp-brand-track{ animation:none; }
  .fcp-trust-strip{ opacity:1; transform:none; }
  .fcp-reveal{ opacity:1; transform:none; transition:none; }
}


/* FIXED HOMEPAGE SECTIONS */
.fcp-section{padding:50px 0!important;}
.fcp-instagram-grid,.instagram-feed,.sb_instagram{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))!important;gap:20px!important;}
.fcp-instagram-grid img,.instagram-feed img,.sb_instagram img{width:100%!important;height:300px!important;object-fit:cover!important;}
.fcp-brand-slider,.brand-slider{display:grid!important;grid-template-columns:repeat(5,1fr)!important;gap:20px!important;align-items:center;}
.fcp-brand-slider img,.brand-slider img{max-height:80px!important;width:auto!important;margin:auto!important;}
.fcp-featured-categories img{height:320px!important;object-fit:cover!important;}
section{overflow:hidden;}
