:root {
  --fp-900: #2E0057;
  --fp-800: #4A0080;
  --fp-700: #6B21A8;
  --fp-600: #7C3AED;
  --fp-500: #A855F7;
  --fp-400: #C084FC;
  --fp-300: #D8B4FE;
  --fp-200: #EDE9FE;
  --fp-100: #F5F3FF;
  --fp-50: #FAF5FF;
  --fp-gold-deep: #92660A;
  --fp-gold: #D4AF37;
  --fp-gold-light: #F0D060;
  --fp-gold-pale: #FDF6DC;
  --fp-earth-dark: #2C1810;
  --fp-earth: #8B4513;
  --fp-earth-warm: #C68642;
  --fp-earth-pale: #F5ECD7;
  --fp-ink: #0F0A1A;
  --fp-charcoal: #2D2640;
  --fp-muted: #7C6F8A;
  --fp-border: #E5D5F5;
  --fp-white: #FFFFFF;
  --fp-success: #065F46;
  --fp-success-bg: #D1FAE5;
  --fp-error: #991B1B;
  --fp-error-bg: #FEE2E2;
  --fp-warning: #92400E;
  --fp-warning-bg: #FEF3C7;
  --fp-grad-hero: linear-gradient(135deg, #2E0057 0%, #4A0080 40%, #6B21A8 100%);
  --fp-grad-gold: linear-gradient(135deg, #92660A 0%, #D4AF37 50%, #F0D060 100%);
  --fp-grad-surface: linear-gradient(180deg, #FAF5FF 0%, #F5F3FF 100%);
  --fp-grad-card: linear-gradient(145deg, #FFFFFF 0%, #F5F3FF 100%);
  --fp-grad-dark: linear-gradient(180deg, #2E0057 0%, #0F0A1A 100%);
  --fp-font-display: 'Playfair Display', Georgia, serif;
  --fp-font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --fp-font-accent: 'Cinzel', 'Times New Roman', serif;
  --fp-space-1: 0.5rem;
  --fp-space-2: 1rem;
  --fp-space-3: 1.5rem;
  --fp-space-4: 2rem;
  --fp-space-5: 3rem;
  --fp-space-6: 4rem;
  --fp-space-7: 6rem;
  --fp-space-8: 8rem;
  --fp-radius-sm: 4px;
  --fp-radius-md: 8px;
  --fp-radius-lg: 16px;
  --fp-radius-xl: 24px;
  --fp-radius-pill: 999px;
  --fp-shadow-sm: 0 1px 3px rgba(74, 0, 128, 0.08), 0 1px 2px rgba(74, 0, 128, 0.06);
  --fp-shadow-md: 0 4px 6px rgba(74, 0, 128, 0.07), 0 2px 4px rgba(74, 0, 128, 0.06);
  --fp-shadow-lg: 0 10px 15px rgba(74, 0, 128, 0.08), 0 4px 6px rgba(74, 0, 128, 0.05);
  --fp-shadow-xl: 0 20px 25px rgba(74, 0, 128, 0.10), 0 10px 10px rgba(74, 0, 128, 0.04);
  --fp-shadow-glow: 0 0 0 3px rgba(168, 85, 247, 0.25);
  --fp-shadow-gold: 0 4px 20px rgba(212, 175, 55, 0.30);
  --fp-ease: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --fp-ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  --fp-ease-in: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --fp-transition: all 0.3s var(--fp-ease);
  --fp-transition-fast: all 0.15s var(--fp-ease);
  --fp-transition-slow: all 0.5s var(--fp-ease);
  --bs-primary: #6B21A8;
  --bs-primary-rgb: 107, 33, 168;
}

html { scroll-behavior: smooth; }
body { font-family: var(--fp-font-body); color: var(--fp-charcoal); background: linear-gradient(180deg, var(--fp-50) 0%, #fff 100%); line-height: 1.75; overflow-x: hidden; }
img { max-width: 100%; }
a { color: var(--fp-700); text-decoration: none; transition: var(--fp-transition-fast); }
a:hover { color: var(--fp-600); }
main { min-height: 60vh; padding-top: 5.75rem; }
section { position: relative; }
section:not(.hero-section) { content-visibility: auto; }
::selection { background: var(--fp-300); color: var(--fp-900); }
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--fp-50); }
::-webkit-scrollbar-thumb { background: var(--fp-400); border-radius: 999px; }
::-webkit-scrollbar-thumb:hover { background: var(--fp-700); }
:focus-visible { outline: 2px solid var(--fp-gold); outline-offset: 3px; border-radius: 2px; }
h1, h2, h3, h4, h5, h6, .display-1, .display-2, .display-3, .display-4 { font-family: var(--fp-font-display); color: var(--fp-ink); line-height: 1.12; letter-spacing: -0.02em; }
p, li, td, th, label, input, textarea, select, button { font-family: var(--fp-font-body); }
.text-muted { color: var(--fp-muted) !important; }
.text-primary { color: var(--fp-700) !important; }
.bg-primary { background-color: var(--fp-700) !important; }
.fp-label, .section-label { font-family: var(--fp-font-accent); font-size: 0.75rem; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: var(--fp-gold); }
.fp-display-xl { font-family: var(--fp-font-display); font-size: clamp(3rem, 7vw, 6rem); font-weight: 800; line-height: 1.05; letter-spacing: -0.02em; color: var(--fp-white); }
.fp-display-lg { font-family: var(--fp-font-display); font-size: clamp(2.25rem, 5vw, 3.75rem); font-weight: 700; line-height: 1.1; }
.fp-display-md { font-family: var(--fp-font-display); font-size: clamp(1.75rem, 4vw, 2.5rem); font-weight: 700; line-height: 1.2; }
.fp-heading { font-family: var(--fp-font-display); font-size: 1.25rem; font-weight: 600; line-height: 1.3; }
.fp-body { font-size: 1rem; line-height: 1.75; color: var(--fp-charcoal); }
.fp-body-sm { font-size: 0.875rem; line-height: 1.6; color: var(--fp-muted); }
.fp-section { padding: var(--fp-space-7) 0; }
.fp-section-lg { padding: var(--fp-space-8) 0; }
.fp-divider-gold { width: 60px; height: 2px; background: var(--fp-grad-gold); border: none; margin: var(--fp-space-3) 0; opacity: 1; }
.fp-divider-ornament { display: inline-flex; align-items: center; gap: 12px; color: var(--fp-gold); }
.fp-divider-ornament::before, .fp-divider-ornament::after { content: ''; display: inline-block; width: 80px; height: 1px; background: currentColor; opacity: 0.5; }
.fp-divider-ornament .fp-diamond { width: 8px; height: 8px; background: currentColor; transform: rotate(45deg); display: inline-block; }
.fp-glass { background: rgba(255,255,255,0.08); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,0.15); }
.fp-text-gradient { background: var(--fp-grad-gold); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.fp-surface { background: var(--fp-grad-surface); }
.page-loader { position: fixed; inset: 0 auto auto 0; height: 3px; width: 100%; z-index: 2000; background: transparent; }
.page-loader::after { content: ''; display: block; height: 100%; background: var(--fp-grad-gold); animation: fp-loader 1.8s ease-out forwards; }
.fp-navbar { padding: 1.1rem 0; background: rgba(46, 0, 87, 0.72); backdrop-filter: blur(16px) saturate(150%); -webkit-backdrop-filter: blur(16px) saturate(150%); border-bottom: 1px solid rgba(212, 175, 55, 0.14); transition: var(--fp-transition-slow); }
.fp-navbar.navbar-scrolled { background: rgba(46, 0, 87, 0.97); backdrop-filter: blur(20px) saturate(180%); -webkit-backdrop-filter: blur(20px) saturate(180%); border-bottom: 1px solid rgba(212, 175, 55, 0.2); box-shadow: 0 4px 30px rgba(0,0,0,0.3); }
.fp-brand { display: inline-flex; align-items: center; gap: 0.9rem; color: #fff; }
.fp-brand:hover { color: #fff; }
.brand-mark { width: 46px; height: 46px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: rgba(255,255,255,0.08); border: 1px solid rgba(212,175,55,0.3); color: var(--fp-gold); box-shadow: var(--fp-shadow-md); }
.brand-wordmark { display: flex; flex-direction: column; line-height: 1; }
.brand-title { display: flex; gap: 0.28rem; align-items: baseline; font-family: var(--fp-font-accent); letter-spacing: 0.08em; text-transform: uppercase; }
.brand-title-fugu { color: var(--fp-gold); font-weight: 700; }
.brand-title-palace { color: #fff; font-weight: 400; }
.brand-tagline { font-family: var(--fp-font-accent); font-size: 0.56rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(240,208,96,0.72); margin-top: 0.3rem; }
.fp-navbar .nav-link { position: relative; color: rgba(255,255,255,0.92); font-weight: 500; letter-spacing: 0.03em; padding: 0.55rem 0.35rem !important; }
.fp-navbar .nav-link::after { content: ''; position: absolute; left: 0.35rem; bottom: 0.15rem; width: 0; height: 2px; background: var(--fp-gold); transition: var(--fp-transition); }
.fp-navbar .nav-link:hover { color: var(--fp-gold-light); }
.fp-navbar .nav-link:hover::after, .fp-navbar .nav-link.active::after { width: calc(100% - 0.7rem); }
.icon-btn { width: 40px; height: 40px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: #fff; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.1); transition: var(--fp-transition-fast); }
.fp-navbar.navbar-scrolled .icon-btn { background: rgba(212,175,55,0.12); }
.icon-btn:hover, .icon-btn.active { color: #fff; background: rgba(212,175,55,0.25); border-color: var(--fp-gold); transform: translateY(-1px); }
.badge-count { position: absolute; top: -4px; right: -4px; min-width: 18px; height: 18px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--fp-gold); color: var(--fp-900); font-size: 10px; font-weight: 700; animation: fp-badge-bounce .5s var(--fp-ease-spring); }
.navbar-toggler { width: 46px; height: 46px; padding: 0; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.16) !important; }
.navbar-toggler:focus { box-shadow: none; }
.navbar-toggler-icon { background-image: none; width: 22px; height: 14px; position: relative; }
.navbar-toggler-icon::before, .navbar-toggler-icon::after, .navbar-toggler-icon { border-top: 2px solid #fff; }
.navbar-toggler-icon::before, .navbar-toggler-icon::after { content: ''; position: absolute; left: 0; width: 22px; }
.navbar-toggler-icon::before { top: 5px; }
.navbar-toggler-icon::after { top: 12px; }
.dropdown-menu { border: 1px solid rgba(212,175,55,0.18); border-radius: var(--fp-radius-lg); box-shadow: var(--fp-shadow-xl); padding: .75rem; }
.dropdown-item { border-radius: var(--fp-radius-md); padding: .65rem .85rem; font-weight: 500; }
.dropdown-item:hover { background: var(--fp-100); color: var(--fp-700); }
.offcanvas { background: var(--fp-grad-dark); color: #fff; }
.offcanvas-header { border-bottom: 1px solid rgba(255,255,255,0.08); background: rgba(255,255,255,0.02); }
.offcanvas .btn-outline-light:hover { background: var(--fp-gold); border-color: var(--fp-gold); color: var(--fp-900); }
.hero-section { min-height: 100vh; background: var(--fp-grad-hero); overflow: hidden; position: relative; padding: 8rem 0 4rem; }
.hero-section::before { content: ''; position: absolute; inset: 0; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cg fill='none' stroke='rgba(212,175,55,0.12)' stroke-width='1'%3E%3Cpath d='M20 40l20-20 20 20-20 20zM60 80l20-20 20 20-20 20zM100 40l20-20 20 20-20 20zM20 120l20-20 20 20-20 20zM100 120l20-20 20 20-20 20z'/%3E%3Cpath d='M0 80h160M80 0v160' opacity='.18'/%3E%3C/g%3E%3C/svg%3E"); opacity: 0.28; }
.hero-section::after { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 80% at 65% 50%, rgba(168,85,247,0.15) 0%, transparent 70%); }
.hero-section .container { position: relative; z-index: 3; }
.hero-content > * { animation: fp-fade-up .8s var(--fp-ease) both; }
.hero-content > *:nth-child(1) { animation-delay: .1s; }
.hero-content > *:nth-child(2) { animation-delay: .2s; }
.hero-content > *:nth-child(3) { animation-delay: .3s; }
.hero-content > *:nth-child(4) { animation-delay: .4s; }
.hero-content > *:nth-child(5) { animation-delay: .5s; }
.hero-eyebrow { font-family: var(--fp-font-accent); color: var(--fp-gold); letter-spacing: .14em; text-transform: uppercase; font-size: .78rem; }
.hero-copy { font-size: 1.12rem; color: rgba(255,255,255,0.8); max-width: 40rem; font-weight: 300; }
.hero-cta-group { display: flex; flex-wrap: wrap; gap: 1rem; }
.fp-btn-gold, .fp-btn-outline-light, .fp-btn-primary, .fp-btn-secondary { border-radius: var(--fp-radius-pill); padding: 1rem 2.25rem; font-weight: 600; letter-spacing: .03em; transition: var(--fp-transition); }
.fp-btn-gold { background: var(--fp-grad-gold); color: var(--fp-900); box-shadow: var(--fp-shadow-gold); border: none; }
.fp-btn-gold:hover { color: var(--fp-900); transform: translateY(-2px) scale(1.02); box-shadow: 0 10px 24px rgba(212,175,55,.35); }
.fp-btn-outline-light { background: rgba(255,255,255,0.05); color: #fff; border: 1.5px solid rgba(255,255,255,.5); }
.fp-btn-outline-light:hover { color: #fff; border-color: var(--fp-gold); background: rgba(255,255,255,0.1); }
.hero-trust { display: flex; flex-wrap: wrap; gap: .85rem; align-items: center; color: rgba(255,255,255,.7); font-size: .82rem; margin-top: 2.25rem; }
.hero-trust span { display: inline-flex; align-items: center; gap: .65rem; }
.hero-trust span + span::before { content: '•'; color: var(--fp-gold); }
.hero-image-wrap { position: relative; animation: fp-fade-in 1s ease .3s both; }
.hero-figure { position: relative; max-width: 560px; margin-inline: auto; }
.hero-figure img { width: 100%; border-radius: 2px 60px 2px 60px; border: 1px solid rgba(212,175,55,.3); box-shadow: 0 40px 80px rgba(0,0,0,.4); will-change: transform; }
.floating-badge { position: absolute; left: 1.5rem; bottom: 1.5rem; padding: .75rem 1.25rem; border-radius: var(--fp-radius-lg); background: var(--fp-gold); color: var(--fp-900); font-family: var(--fp-font-accent); font-size: .8rem; font-weight: 600; letter-spacing: .08em; box-shadow: var(--fp-shadow-gold); animation: fp-float 3.5s ease-in-out infinite; }
.hero-stat-card { position: absolute; top: 1.5rem; right: -1rem; padding: .95rem 1rem; border-radius: .75rem; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); color: #fff; backdrop-filter: blur(10px); }
.hero-scroll { position: absolute; left: 50%; bottom: 1.25rem; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: .5rem; color: rgba(240,208,96,.7); font-family: var(--fp-font-accent); font-size: .6rem; letter-spacing: .18em; text-transform: uppercase; z-index: 3; }
.hero-scroll i { font-size: 1rem; animation: fp-float 2s ease-in-out infinite; }
.marquee-strip { background: var(--fp-gold-deep); height: 52px; overflow: hidden; display: flex; align-items: center; white-space: nowrap; }
.marquee-track { display: inline-flex; gap: 2rem; min-width: max-content; animation: fp-marquee 30s linear infinite; will-change: transform; font-family: var(--fp-font-accent); font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; color: var(--fp-gold-pale); }
.marquee-strip:hover .marquee-track { animation-play-state: paused; }
.marquee-track span::before { content: '?'; color: var(--fp-gold); margin-right: .9rem; }
.home-section-header { text-align: center; margin-bottom: var(--fp-space-5); }
.home-section-header .fp-divider-ornament { margin-top: 1rem; }
.category-section { background: var(--fp-earth-pale); border-top: 3px solid rgba(212,175,55,.2); }
.category-card { position: relative; display: block; border-radius: var(--fp-radius-sm); overflow: hidden; border: 1px solid var(--fp-border); box-shadow: var(--fp-shadow-lg); aspect-ratio: 3 / 4; }
.category-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(46,0,87,0.88) 0%, rgba(46,0,87,0.26) 50%, transparent 100%); transition: var(--fp-transition); }
.category-card:hover::after { background: linear-gradient(to top, rgba(46,0,87,0.95) 0%, rgba(46,0,87,0.55) 50%, transparent 100%); }
.category-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--fp-ease); }
.category-card:hover img { transform: scale(1.08); }
.category-card-content { position: absolute; inset: auto 0 0; z-index: 2; padding: 1.75rem 1.5rem; color: #fff; }
.category-card-content p { color: rgba(255,255,255,.72); font-size: .82rem; margin-bottom: .65rem; }
.category-card-cta { font-family: var(--fp-font-accent); font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; color: var(--fp-gold-light); display: inline-flex; gap: .4rem; transform: translateY(20px); opacity: 0; transition: .35s ease .05s; }
.category-card:hover .category-card-cta { transform: translateY(0); opacity: 1; }
.product-card { background: var(--fp-white); border: 1px solid var(--fp-border); border-radius: var(--fp-radius-md); overflow: hidden; box-shadow: var(--fp-shadow-sm); transition: transform .4s var(--fp-ease), box-shadow .4s var(--fp-ease); will-change: transform; }
.product-card:hover { transform: translateY(-6px); box-shadow: var(--fp-shadow-xl); }
.product-card-media { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: var(--fp-100); }
.product-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.product-card:hover img { transform: scale(1.06); }
.product-card-badges { position: absolute; top: 12px; left: 12px; display: flex; flex-direction: column; gap: 6px; z-index: 2; }
.product-card .badge { padding: 4px 10px; border-radius: 999px; font-family: var(--fp-font-accent); font-size: .56rem; letter-spacing: .1em; text-transform: uppercase; }
.product-card .text-bg-light { background: var(--fp-100) !important; color: var(--fp-700) !important; border: 1px solid rgba(107,33,168,.1); }
.product-card .icon-btn { position: absolute; top: 12px; right: 12px; width: 36px; height: 36px; z-index: 2; background: rgba(255,255,255,.9); color: var(--fp-800); border: none; box-shadow: var(--fp-shadow-sm); }
.product-card .icon-btn:hover, .product-card .icon-btn.active { transform: scale(1.12); color: #E11D48; }
.product-card .icon-btn.active i { animation: fp-heart-pop .35s var(--fp-ease-spring); }
.product-card-quick { position: absolute; inset: auto 0 0; transform: translateY(100%); transition: .35s var(--fp-ease); }
.product-card:hover .product-card-quick { transform: translateY(0); }
.product-card-quick .btn { width: 100%; border-radius: 0; min-height: 44px; background: var(--fp-700); border: none; font-size: .8rem; letter-spacing: .05em; text-transform: uppercase; }
.product-card-quick .btn:hover { background: var(--fp-600) !important; }
.product-card-body { padding: 1rem; }
.product-card-label { font-family: var(--fp-font-accent); font-size: .56rem; letter-spacing: .12em; text-transform: uppercase; color: var(--fp-gold-deep); margin-bottom: .35rem; }
.product-card h5, .product-card .fp-heading { font-size: 1.06rem; font-weight: 500; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 2.7rem; }
.rating-stars { color: var(--fp-gold); letter-spacing: .08em; font-size: .82rem; }
.price { display: flex; align-items: baseline; gap: .5rem; color: var(--fp-700); font-family: var(--fp-font-display); font-weight: 700; }
.price small { color: var(--fp-muted) !important; font-family: var(--fp-font-body); font-size: .78rem; font-weight: 400; }
.product-card .btn-outline-primary { flex: 1; }
.about-split { overflow: hidden; background: #fff; }
.about-split-image { position: relative; min-height: 100%; }
.about-split-image::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(212,175,55,.08), rgba(46,0,87,.06)); }
.about-split-corner { position: absolute; top: 2rem; left: 2rem; width: 40px; height: 40px; border-top: 2px solid var(--fp-gold); border-left: 2px solid var(--fp-gold); z-index: 2; }
.about-split-image img { width: 100%; height: 100%; object-fit: cover; min-height: 600px; }
.about-split-content { background: var(--fp-100); padding: var(--fp-space-7) var(--fp-space-6); display: flex; flex-direction: column; justify-content: center; }
.value-pills { display: flex; flex-wrap: wrap; gap: .75rem; margin: 1.5rem 0 2rem; }
.value-pills span { font-family: var(--fp-font-accent); font-size: .64rem; letter-spacing: .1em; text-transform: uppercase; color: var(--fp-gold-deep); border: 1px solid rgba(146,102,10,.45); border-radius: 999px; padding: .45rem .9rem; }
.usp-section { background: var(--fp-50); }
.usp-card { height: 100%; background: #fff; border: 1px solid var(--fp-border); border-radius: var(--fp-radius-lg); padding: var(--fp-space-5) var(--fp-space-4); text-align: center; box-shadow: var(--fp-shadow-sm); transition: var(--fp-transition); }
.usp-card:hover { border-color: var(--fp-gold); box-shadow: 0 0 0 1px var(--fp-gold), var(--fp-shadow-lg); transform: translateY(-4px); }
.usp-icon { width: 64px; height: 64px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: var(--fp-200); color: var(--fp-700); font-size: 1.75rem; margin: 0 auto var(--fp-space-3); }
.cultural-banner { background: var(--fp-grad-dark); border-top: 3px solid transparent; border-bottom: 3px solid transparent; border-image: var(--fp-grad-gold) 1; color: #fff; }
.cultural-banner .container { max-width: 780px; }
.cultural-banner-ornament { display: inline-flex; gap: 10px; margin-bottom: 1.5rem; }
.cultural-banner-ornament span { width: 12px; height: 12px; transform: rotate(45deg); background: var(--fp-gold); opacity: .75; }
.cultural-banner blockquote { font-family: var(--fp-font-display); font-size: clamp(1.6rem, 2.6vw, 2.2rem); line-height: 1.6; font-style: italic; color: #fff; position: relative; padding: 0 2rem; margin: 0 auto 1.5rem; }
.cultural-banner blockquote::before, .cultural-banner blockquote::after { content: '“'; position: absolute; top: -2rem; font-size: 6rem; color: rgba(212,175,55,.3); }
.cultural-banner blockquote::before { left: -1rem; }
.cultural-banner blockquote::after { right: -1rem; transform: scaleX(-1); }
.cultural-banner cite { color: var(--fp-gold); font-style: normal; letter-spacing: .04em; }
.testimonial-section { background: var(--fp-earth-pale); }
.testimonial-card { background: #fff; border: 1px solid var(--fp-border); border-radius: var(--fp-radius-lg); box-shadow: var(--fp-shadow-md); border-top: 3px solid var(--fp-gold); position: relative; }
.testimonial-card::after { content: '”'; position: absolute; top: .8rem; right: 1rem; font-size: 4rem; line-height: 1; color: var(--fp-300); font-family: Georgia, serif; }
.testimonial-meta { font-family: var(--fp-font-accent); font-size: .6rem; letter-spacing: .12em; text-transform: uppercase; color: var(--fp-gold-deep); }
.testimonial-card p { font-style: italic; font-weight: 300; line-height: 1.8; }
.blog-card { border: 1px solid var(--fp-border); border-radius: var(--fp-radius-lg); overflow: hidden; background: #fff; box-shadow: var(--fp-shadow-sm); transition: var(--fp-transition); }
.blog-card:hover { transform: translateY(-4px); box-shadow: var(--fp-shadow-lg); }
.blog-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.newsletter-box { position: relative; background: var(--fp-grad-hero); border-radius: var(--fp-radius-xl); overflow: hidden; color: #fff; box-shadow: var(--fp-shadow-xl); }
.newsletter-box::before { content: ''; position: absolute; inset: 0; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cg fill='none' stroke='rgba(255,255,255,0.12)' stroke-width='1'%3E%3Cpath d='M30 30h40v40H30zM110 30h40v40h-40zM70 70h40v40H70zM30 110h40v40H30zM110 110h40v40h-40z'/%3E%3C/g%3E%3C/svg%3E"); opacity: .24; }
.newsletter-box > * { position: relative; z-index: 2; }
.newsletter-box .form-control { min-height: 54px; border-radius: 999px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); color: #fff; padding-inline: 1.4rem; }
.newsletter-box .form-control::placeholder { color: rgba(255,255,255,.55); }
.newsletter-box .btn { min-height: 54px; }
.fp-footer { margin-top: var(--fp-space-8); background: var(--fp-grad-dark); color: rgba(255,255,255,.78); border-top: 3px solid transparent; border-image: var(--fp-grad-gold) 1; }
.footer-brand p { max-width: 26rem; color: rgba(255,255,255,.68); }
.footer-heading { font-family: var(--fp-font-accent); font-size: .66rem; letter-spacing: .15em; text-transform: uppercase; color: var(--fp-gold); margin-bottom: 1rem; }
.fp-footer a { color: rgba(255,255,255,.66); }
.fp-footer a:hover { color: #fff; padding-left: 4px; }
.footer-social a { width: 36px; height: 36px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: rgba(255,255,255,.06); color: rgba(255,255,255,.8); }
.footer-social a:hover { color: var(--fp-900); background: var(--fp-gold); padding-left: 0; }
.footer-made { text-align: center; font-family: var(--fp-font-accent); color: var(--fp-gold); font-size: .64rem; letter-spacing: .12em; text-transform: uppercase; padding: 1.25rem 0; border-top: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08); margin: 2rem 0 1.5rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); color: var(--fp-muted); font-size: .82rem; }
.footer-payments { display: inline-flex; gap: 1rem; align-items: center; }
.footer-payments span { opacity: .75; }
.page-hero { background: linear-gradient(180deg, var(--fp-200) 0%, rgba(245,236,215,.5) 100%); padding: var(--fp-space-6) 0 var(--fp-space-5); border-bottom: 1px solid rgba(107,33,168,.08); }
.breadcrumbs, .product-breadcrumb { font-family: var(--fp-font-accent); font-size: .64rem; letter-spacing: .12em; text-transform: uppercase; color: var(--fp-muted); }
.page-shell { padding: var(--fp-space-6) 0; }
.filter-sidebar, .summary-card, .checkout-panel, .auth-panel, .cart-items-panel, .detail-panel, .tab-panel, .review-panel { background: #fff; border: 1px solid var(--fp-border); border-radius: var(--fp-radius-lg); box-shadow: var(--fp-shadow-sm); }
.filter-sidebar { position: sticky; top: 96px; padding: 1.5rem; }
.filter-group-title { font-family: var(--fp-font-accent); font-size: .62rem; letter-spacing: .15em; text-transform: uppercase; color: var(--fp-gold-deep); margin-bottom: .85rem; }
.shop-toolbar { padding: 1rem 1.25rem; margin-bottom: 1.5rem; }
.form-check-input:checked { background-color: var(--fp-700); border-color: var(--fp-700); }
.filter-chip, .size-chip { display: inline-flex; align-items: center; justify-content: center; padding: .55rem .9rem; border: 1px solid var(--fp-border); border-radius: 999px; font-weight: 600; font-size: .82rem; transition: var(--fp-transition-fast); background: #fff; }
.filter-chip:hover, .size-chip:hover { border-color: var(--fp-400); }
.color-swatch { width: 24px; height: 24px; display: inline-block; border-radius: 50%; border: 2px solid rgba(255,255,255,.9); box-shadow: 0 0 0 1px rgba(107,33,168,.18); }
.product-detail-main { padding: var(--fp-space-6) 0 var(--fp-space-5); }
.product-gallery-main { border-radius: var(--fp-radius-md); border: 1px solid var(--fp-border); box-shadow: var(--fp-shadow-lg); background: #fff; overflow: hidden; }
.product-gallery-main img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.product-thumb-list button { background: none; padding: 0; border: 0; }
.product-thumb-list img { width: 80px; height: 80px; object-fit: cover; border-radius: var(--fp-radius-sm); border: 2px solid transparent; transition: var(--fp-transition-fast); }
.product-thumb-list button:hover img, .product-thumb-list button.active img { border-color: var(--fp-700); }
.product-info-wrap { padding: 0 .5rem; }
.product-meta-label { font-family: var(--fp-font-accent); font-size: .58rem; letter-spacing: .15em; text-transform: uppercase; color: var(--fp-gold); }
.stock-pill { display: inline-flex; align-items: center; padding: .35rem .8rem; border-radius: 999px; font-family: var(--fp-font-accent); font-size: .58rem; letter-spacing: .08em; text-transform: uppercase; }
.stock-pill.in { background: var(--fp-success-bg); color: var(--fp-success); }
.stock-pill.out { background: var(--fp-error-bg); color: var(--fp-error); }
.stock-pill.low { background: var(--fp-warning-bg); color: var(--fp-warning); }
.qty-control { display: inline-grid; grid-template-columns: 48px 72px 48px; align-items: center; border: 1.5px solid var(--fp-border); border-radius: var(--fp-radius-md); overflow: hidden; height: 48px; }
.qty-control button { border: none; background: #fff; height: 100%; transition: var(--fp-transition-fast); }
.qty-control button:hover { background: var(--fp-100); }
.qty-control input { border: none; height: 100%; text-align: center; box-shadow: none !important; }
.product-highlights { border-left: 3px solid var(--fp-gold); padding-left: 1rem; }
.product-share a { width: 32px; height: 32px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: #fff; }
.product-share .wa { background: #25D366; }
.product-share .fb { background: #1877F2; }
.product-share .cp { background: var(--fp-700); }
.nav-tabs { border-bottom: 2px solid var(--fp-border); gap: 1.25rem; }
.nav-tabs .nav-link { border: none; border-bottom: 2px solid transparent; padding: .95rem 0; background: transparent; color: var(--fp-muted); font-weight: 500; }
.nav-tabs .nav-link.active { color: var(--fp-700); border-color: var(--fp-700); }
.tab-content { background: #fff; border: 1px solid var(--fp-border); border-top: none; }
.cart-item-card { background: #fff; border: 1px solid var(--fp-border); border-radius: var(--fp-radius-md); padding: 1.25rem; display: flex; gap: 1rem; align-items: center; box-shadow: var(--fp-shadow-sm); }
.cart-item-card img { width: 80px; height: 100px; border-radius: var(--fp-radius-sm); object-fit: cover; }
.summary-card { padding: 1.5rem; background: var(--fp-100); }
.summary-total { border-top: 1px solid rgba(212,175,55,.35); padding-top: 1rem; margin-top: 1rem; }
.checkout-shell { padding: var(--fp-space-6) 0; }
.checkout-progress { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-bottom: 2rem; }
.checkout-step { flex: 1; text-align: center; position: relative; }
.checkout-step:not(:last-child)::after { content: ''; position: absolute; top: 18px; left: calc(50% + 22px); width: calc(100% - 44px); height: 2px; background: var(--fp-border); }
.checkout-step-dot { width: 36px; height: 36px; border-radius: 50%; margin: 0 auto .65rem; display: grid; place-items: center; font-weight: 700; background: #fff; border: 1px solid var(--fp-border); color: var(--fp-muted); position: relative; z-index: 1; }
.checkout-step.active .checkout-step-dot { background: var(--fp-700); border-color: var(--fp-700); color: #fff; }
.checkout-step.done .checkout-step-dot { background: var(--fp-gold); border-color: var(--fp-gold); color: var(--fp-900); }
.checkout-step-label { font-family: var(--fp-font-accent); font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; color: var(--fp-muted); }
.delivery-option { border: 1.5px solid var(--fp-border); border-radius: var(--fp-radius-md); padding: 1rem; transition: var(--fp-transition-fast); }
.delivery-option:hover { border-color: var(--fp-500); }
.paystack-btn { min-height: 60px; background: var(--fp-grad-gold) !important; color: var(--fp-900) !important; box-shadow: var(--fp-shadow-gold); border: none !important; font-weight: 700; }
.auth-shell { min-height: calc(100vh - 5.75rem); display: grid; align-items: stretch; }
.auth-visual { background: var(--fp-grad-hero); color: #fff; position: relative; overflow: hidden; }
.auth-visual::before { content: ''; position: absolute; inset: 0; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'%3E%3Cg fill='none' stroke='rgba(212,175,55,0.12)' stroke-width='1'%3E%3Cpath d='M20 40l20-20 20 20-20 20zM60 80l20-20 20 20-20 20zM100 40l20-20 20 20-20 20zM20 120l20-20 20 20-20 20zM100 120l20-20 20 20-20 20z'/%3E%3C/g%3E%3C/svg%3E"); opacity: .25; }
.auth-visual-inner { position: relative; z-index: 1; padding: 4rem; height: 100%; display: flex; flex-direction: column; justify-content: center; }
.auth-testimonial { margin-top: auto; max-width: 22rem; }
.auth-form-wrap { background: #fff; min-height: 100%; display: flex; align-items: center; }
.auth-panel { padding: 3rem; box-shadow: none; border: none; max-width: 34rem; margin-inline: auto; }
.auth-links { display: flex; justify-content: space-between; gap: 1rem; }
.list-group { border-radius: var(--fp-radius-lg); overflow: hidden; border: 1px solid var(--fp-border); box-shadow: var(--fp-shadow-sm); }
.list-group-item { border: none; border-bottom: 1px solid rgba(107,33,168,.08); padding: .95rem 1.1rem; color: var(--fp-charcoal); font-weight: 500; }
.list-group-item:last-child { border-bottom: none; }
.list-group-item.active { background: var(--fp-700); color: #fff; border-color: var(--fp-700); }
.list-group-item-action:hover { background: var(--fp-100); color: var(--fp-700); }
.table { --bs-table-bg: transparent; }
.table thead th { background: var(--fp-100); color: var(--fp-gold-deep); font-family: var(--fp-font-accent); font-size: .6rem; letter-spacing: .12em; text-transform: uppercase; border-bottom: 1px solid var(--fp-border); }
.table tbody td { border-color: rgba(107,33,168,.08); vertical-align: middle; }
.table tbody tr:nth-child(even) td { background: rgba(250,245,255,.65); }
.btn-primary { background: var(--fp-700) !important; border-color: var(--fp-700) !important; box-shadow: none; }
.btn-primary:hover { background: var(--fp-600) !important; border-color: var(--fp-600) !important; }
.btn-outline-primary { color: var(--fp-700) !important; border-color: rgba(107,33,168,.2) !important; }
.btn-outline-primary:hover { background: var(--fp-700) !important; border-color: var(--fp-700) !important; color: #fff !important; }
.badge.bg-primary { background: var(--fp-700) !important; }
.form-control, .form-select { border: 1.5px solid var(--fp-border); min-height: 52px; border-radius: var(--fp-radius-md); padding-inline: 1rem; }
textarea.form-control { min-height: 120px; padding-block: .9rem; }
.form-control:focus, .form-select:focus { border-color: var(--fp-700) !important; box-shadow: 0 0 0 3px rgba(107,33,168,.15) !important; }
.modal-header { border-bottom: 1px solid var(--fp-border); background: var(--fp-100); }
.modal-title { font-family: var(--fp-font-display); }
.toast { border-radius: var(--fp-radius-md) !important; box-shadow: var(--fp-shadow-xl) !important; border: none !important; border-left: 4px solid var(--fp-700) !important; }
.page-link { color: var(--fp-700); border-color: var(--fp-border); }
.page-item.active .page-link { background: var(--fp-700); border-color: var(--fp-700); }
@media (max-width: 991.98px) { main { padding-top: 5rem; } .hero-section { padding-top: 7rem; min-height: auto; } .hero-figure { max-width: 420px; margin-top: 2rem; } .about-split-image img { min-height: 420px; } .about-split-content { padding: var(--fp-space-5) var(--fp-space-4); } .filter-sidebar { position: static; } .auth-visual { min-height: 360px; } .auth-visual-inner { padding: 3rem 1.5rem; } .auth-panel { padding: 2rem 1.25rem; } }
@media (max-width: 575.98px) { .brand-tagline { display: none; } .hero-cta-group, .hero-trust { flex-direction: column; align-items: flex-start; } .hero-scroll { display: none; } .floating-badge { left: 1rem; right: 1rem; bottom: 1rem; text-align: center; } .hero-stat-card { right: 1rem; top: 1rem; } .category-card-content { padding: 1.25rem; } .newsletter-box { border-radius: var(--fp-radius-lg); } .footer-bottom { text-align: center; } .checkout-progress { gap: .5rem; } .checkout-step-label { font-size: .52rem; } }
#cartDrawer .offcanvas-body { padding: 1rem; }
#cartDrawerItems > * { padding: .85rem 0; border-bottom: 1px solid rgba(107,33,168,.08); }
#cartDrawerSubtotal { font-family: var(--fp-font-display); color: var(--fp-700); }
.cart-items-panel { background: transparent; border: none; box-shadow: none; padding: 0 !important; }
.cart-item-card { flex-wrap: wrap; align-items: flex-start; }
.cart-item-card > .text-end { margin-left: auto; min-width: 120px; }
.summary-card.sticky-top { top: 96px; }
.input-group .btn { white-space: nowrap; }
.checkout-panel, .summary-card, .detail-panel { overflow: hidden; }
.checkout-panel .form-control, .checkout-panel .form-select { font-size: 16px; }
@media (max-width: 991.98px) {
  .summary-card.sticky-top { position: static !important; top: auto !important; }
  .shop-toolbar { padding: 1rem; }
  .product-info-wrap { padding: 0; }
}
@media (max-width: 767.98px) {
  main { padding-top: 4.75rem; }
  .page-hero { padding: var(--fp-space-5) 0 var(--fp-space-4); }
  .fp-display-md { font-size: clamp(1.8rem, 9vw, 2.5rem); }
  .hero-copy { font-size: 1rem; }
  .hero-cta-group .btn { width: 100%; justify-content: center; }
  .marquee-strip { height: 48px; }
  .shop-toolbar { border-radius: var(--fp-radius-lg); }
  .cart-item-card { padding: 1rem; }
  .cart-item-card img { width: 72px; height: 88px; }
  .cart-item-card > .text-end { width: 100%; margin-left: 0; text-align: left !important; padding-top: .5rem; border-top: 1px solid rgba(107,33,168,.08); }
  .input-group { flex-direction: column; gap: .75rem; }
  .input-group > .form-control, .input-group > .btn { width: 100%; border-radius: var(--fp-radius-md) !important; }
  .checkout-progress { gap: .25rem; margin-bottom: 1.5rem; }
  .checkout-step:not(:last-child)::after { left: calc(50% + 16px); width: calc(100% - 32px); top: 16px; }
  .checkout-step-dot { width: 32px; height: 32px; margin-bottom: .5rem; font-size: .9rem; }
  .checkout-step-label { line-height: 1.4; }
  .summary-card, .checkout-panel, .detail-panel { padding: 1.25rem !important; }
  .table-responsive { margin-inline: -1.25rem; padding-inline: 1.25rem; }
  .footer-payments { flex-wrap: wrap; justify-content: center; }
}
@media (max-width: 575.98px) {
  .fp-navbar { padding: .85rem 0; }
  .brand-mark { width: 40px; height: 40px; }
  .brand-title { font-size: .92rem; }
  .icon-btn { width: 38px; height: 38px; }
  .hero-section { padding: 6.5rem 0 3rem; }
  .hero-figure { max-width: 100%; }
  .hero-stat-card { position: static; margin: 1rem auto 0; max-width: 180px; }
  .floating-badge { position: static; margin-top: 1rem; display: inline-flex; justify-content: center; width: 100%; }
  .category-card { aspect-ratio: 5 / 6; }
  .product-card-body { padding: .9rem; }
  .product-card h5, .product-card .fp-heading { font-size: .98rem; min-height: 2.5rem; }
  .qty-control { width: 100%; grid-template-columns: 44px 1fr 44px; }
  .dashboard-sidebar .list-group { grid-template-columns: 1fr; }
}

