/* ===== Fustani Style ===== */
:root {
  --blush: #e8b4b8;
  --blush-soft: #f7e6e7;
  --rose: #c98a92;
  --rose-dark: #a86a72;
  --gold: #c9a86a;
  --gold-dark: #a8874a;
  --charcoal: #2e2a2c;
  --charcoal-soft: #46403f;
  --cream: #faf5f0;
  --cream2: #f3ebe3;
  --ink: #2e2a2c;
  --ink-soft: #7a7073;
  --bg: #fffdfb;
  --bg-soft: #f9f3ee;
  --card: #ffffff;
  --border: #ece2da;
  --shadow: 0 12px 34px rgba(46, 42, 44, 0.10);
  --shadow-lg: 0 20px 50px rgba(46, 42, 44, 0.18);
  --radius: 14px;
  --maxw: 1180px;
  --serif: "Georgia", "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--sans); background: var(--bg); color: var(--ink); line-height: 1.7; -webkit-font-smoothing: antialiased; }
a { color: var(--rose-dark); text-decoration: none; transition: color .15s; }
a:hover { color: var(--gold-dark); }
img { max-width: 100%; display: block; }
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
h1, h2, h3, h4 { font-family: var(--serif); line-height: 1.2; letter-spacing: -0.01em; color: var(--ink); font-weight: 600; }

/* Topbar */
.topbar { background: var(--charcoal); color: #e7ddd6; font-size: 0.84rem; text-align: center; padding: 9px 0; letter-spacing: .03em; }
.topbar a { color: var(--blush); }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,253,251,.97); backdrop-filter: blur(8px); border-bottom: 1px solid var(--border); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.brand { display: flex; align-items: center; gap: 11px; font-family: var(--serif); font-weight: 600; font-size: 1.5rem; color: var(--ink); letter-spacing: .02em; }
.brand .logo { width: 46px; height: 46px; border-radius: 50%; background: linear-gradient(135deg, var(--blush), var(--gold)); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; }
.brand small { display: block; font-family: var(--sans); font-size: 0.54rem; letter-spacing: .28em; text-transform: uppercase; color: var(--gold-dark); font-weight: 600; }
.nav-links { display: flex; gap: 3px; list-style: none; align-items: center; }
.nav-links a { color: var(--ink-soft); font-size: 0.92rem; padding: 9px 15px; border-radius: 8px; font-weight: 500; letter-spacing: .02em; }
.nav-links a:hover, .nav-links a.active { color: var(--rose-dark); background: var(--blush-soft); }
.nav-links .cta { background: var(--charcoal); color: #fff; padding: 10px 22px; }
.nav-links .cta:hover { background: var(--charcoal-soft); color: var(--blush); }
.nav-toggle { display: none; background: none; border: 0; color: var(--ink); font-size: 1.7rem; cursor: pointer; }

/* Buttons */
.btn { font-family: var(--sans); font-size: 0.98rem; font-weight: 600; padding: 14px 34px; border-radius: 40px; border: 0; cursor: pointer; display: inline-block; transition: transform .12s, background .15s; letter-spacing: .02em; }
.btn:hover { transform: translateY(-2px); }
.btn-rose { background: var(--rose); color: #fff; }
.btn-rose:hover { background: var(--rose-dark); color: #fff; }
.btn-gold { background: var(--gold); color: #fff; }
.btn-gold:hover { background: var(--gold-dark); color: #fff; }
.btn-dark { background: var(--charcoal); color: #fff; }
.btn-dark:hover { background: var(--charcoal-soft); color: var(--blush); }
.btn-ghost { background: transparent; color: #fff; border: 2px solid #fff; }
.btn-ghost:hover { background: #fff; color: var(--charcoal); }
.btn-outline { background: transparent; color: var(--rose-dark); border: 1.5px solid var(--rose); }
.btn-outline:hover { background: var(--rose); color: #fff; }

/* Hero */
.hero { position: relative; background: linear-gradient(rgba(46,42,44,.32), rgba(46,42,44,.42)), linear-gradient(135deg, var(--blush-soft), var(--cream2)); color: var(--charcoal); text-align: center; padding: 120px 0; overflow: hidden; }
.hero::before { content: "\1F457"; position: absolute; font-size: 9rem; opacity: .12; top: 24px; left: 6%; transform: rotate(-12deg); }
.hero::after { content: "\1F460"; position: absolute; font-size: 8rem; opacity: .12; bottom: 12px; right: 6%; transform: rotate(10deg); }
.hero .container { position: relative; z-index: 1; }
.hero .tag { display: inline-block; background: var(--charcoal); color: #fff; font-weight: 600; font-size: 0.78rem; letter-spacing: .14em; text-transform: uppercase; padding: 7px 20px; border-radius: 40px; margin-bottom: 22px; }
.hero h1 { color: var(--charcoal); font-size: clamp(2.4rem, 6vw, 4.2rem); margin-bottom: 16px; }
.hero .subtitle { font-family: var(--serif); font-style: italic; font-size: 1.3rem; color: var(--rose-dark); margin-bottom: 12px; }
.hero p { font-size: 1.16rem; max-width: 600px; margin: 0 auto 28px; color: var(--charcoal-soft); }
.hero .cta-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* Page head */
.page-head { background: var(--blush-soft); border-bottom: 1px solid var(--border); padding: 58px 0; text-align: center; }
.page-head .breadcrumb { font-size: 0.85rem; color: var(--ink-soft); margin-bottom: 14px; }
.page-head .breadcrumb a { color: var(--ink-soft); }
.page-head h1 { font-size: clamp(2rem,5vw,3rem); margin-bottom: 10px; }
.page-head p { color: var(--ink-soft); max-width: 640px; margin: 0 auto; font-size: 1.1rem; }

/* Sections */
section.block { padding: 76px 0; }
section.block.cream { background: var(--cream); }
section.block.blush { background: var(--blush-soft); }
section.block.dark { background: var(--charcoal); color: #fff; }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 48px; }
.section-head .eyebrow { color: var(--gold-dark); font-weight: 600; font-size: 0.8rem; letter-spacing: .2em; text-transform: uppercase; display: block; margin-bottom: 12px; }
.section-head h2 { font-size: clamp(1.9rem, 4vw, 2.9rem); margin-bottom: 14px; }
.section-head p { color: var(--ink-soft); font-size: 1.06rem; }
.dark .section-head h2 { color: #fff; }
.dark .section-head p { color: #d8ccc4; }
.dark .section-head .eyebrow { color: var(--blush); }

/* Grids */
.grid { display: grid; gap: 28px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

/* Category cards */
.cat-card { position: relative; border-radius: var(--radius); overflow: hidden; min-height: 320px; display: flex; align-items: flex-end; background: linear-gradient(135deg, var(--blush), var(--rose)); box-shadow: var(--shadow); transition: transform .15s; }
.cat-card:nth-child(2) { background: linear-gradient(135deg, var(--gold), var(--rose-dark)); }
.cat-card:nth-child(3) { background: linear-gradient(135deg, var(--charcoal-soft), var(--rose)); }
.cat-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.cat-card .cat-emoji { position: absolute; top: 24px; right: 24px; font-size: 3rem; opacity: .5; }
.cat-card .cat-body { padding: 26px; color: #fff; position: relative; z-index: 1; width: 100%; background: linear-gradient(transparent, rgba(46,42,44,.5)); }
.cat-card h3 { color: #fff; font-size: 1.5rem; margin-bottom: 6px; }
.cat-card p { color: #f3e9e4; font-size: 0.92rem; margin-bottom: 12px; }
.cat-card .shop-link { color: #fff; font-weight: 600; font-family: var(--sans); font-size: 0.9rem; }

/* Product cards */
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.product-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: transform .15s, box-shadow .15s; display: flex; flex-direction: column; }
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.product-img { aspect-ratio: 3/4; display: flex; align-items: center; justify-content: center; font-size: 4rem; background: linear-gradient(135deg, var(--blush-soft), var(--cream2)); position: relative; }
.product-img .badge { position: absolute; top: 12px; left: 12px; background: var(--rose); color: #fff; font-family: var(--sans); font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; padding: 4px 12px; border-radius: 40px; }
.product-img .badge.sale { background: var(--charcoal); }
.product-card .body { padding: 20px; flex: 1; display: flex; flex-direction: column; text-align: center; }
.product-card .p-cat { font-size: 0.76rem; text-transform: uppercase; letter-spacing: .08em; color: var(--gold-dark); font-weight: 600; margin-bottom: 6px; }
.product-card h3 { font-size: 1.1rem; margin-bottom: 8px; font-weight: 600; }
.product-card .price { font-family: var(--serif); font-size: 1.2rem; color: var(--rose-dark); margin-bottom: 4px; margin-top: auto; }
.product-card .price .placeholder { background: #f7ede2; border-bottom: 1px dashed var(--gold-dark); border-radius: 4px; padding: 0 5px; }
.product-card .price .old { color: var(--ink-soft); text-decoration: line-through; font-size: 0.95rem; margin-right: 6px; }
.product-card .btn { margin-top: 14px; width: 100%; font-size: 0.9rem; padding: 11px; }

/* Filter bar */
.filter-bar { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin-bottom: 40px; }
.filter-chip { background: var(--card); border: 1px solid var(--border); color: var(--ink-soft); padding: 9px 20px; border-radius: 40px; font-size: 0.9rem; font-weight: 600; cursor: pointer; transition: all .15s; font-family: var(--sans); }
.filter-chip:hover { border-color: var(--rose); color: var(--rose-dark); }
.filter-chip.active { background: var(--rose); border-color: var(--rose); color: #fff; }
.no-results { text-align: center; padding: 50px 20px; color: var(--ink-soft); display: none; grid-column: 1 / -1; }

/* Split */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
.split .media { border-radius: var(--radius); min-height: 420px; display: flex; align-items: center; justify-content: center; font-size: 7rem; background: linear-gradient(135deg, var(--blush), var(--gold)); box-shadow: var(--shadow); color: #fff; }
.split h2 { font-size: clamp(1.8rem,4vw,2.6rem); margin-bottom: 16px; }
.split p { color: var(--ink-soft); margin-bottom: 14px; }
.check-list { list-style: none; }
.check-list li { padding-left: 32px; position: relative; margin-bottom: 12px; }
.check-list li::before { content: "\2713"; position: absolute; left: 0; top: 0; width: 22px; height: 22px; background: var(--rose); color: #fff; border-radius: 50%; font-size: .78rem; display: flex; align-items: center; justify-content: center; font-weight: 700; }

/* Feature */
.feature { text-align: center; padding: 30px 22px; }
.feature .ico { width: 64px; height: 64px; margin: 0 auto 16px; border-radius: 50%; background: var(--blush-soft); color: var(--rose-dark); display: flex; align-items: center; justify-content: center; font-size: 1.8rem; }
.feature h3 { font-size: 1.12rem; margin-bottom: 8px; }
.feature p { color: var(--ink-soft); font-size: 0.94rem; }
.dark .feature .ico { background: var(--charcoal-soft); color: var(--blush); }
.dark .feature h3 { color: #fff; }
.dark .feature p { color: #d8ccc4; }

/* Stats */
.stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; text-align: center; }
.stat .n { font-family: var(--serif); font-size: 2.6rem; color: var(--gold); font-weight: 600; }
.stat .l { color: #d8ccc4; font-size: 0.9rem; text-transform: uppercase; letter-spacing: .07em; }

/* Story / about */
.story { max-width: 820px; margin: 0 auto; }
.story h2 { font-size: 1.6rem; margin: 32px 0 12px; color: var(--rose-dark); }
.story p { color: #3d3739; margin-bottom: 16px; font-size: 1.06rem; }
.story .placeholder { background: #f7ede2; border-bottom: 1px dashed var(--gold-dark); padding: 0 3px; border-radius: 3px; font-weight: 600; }
.story .callout { background: var(--blush-soft); border-left: 4px solid var(--rose); border-radius: 8px; padding: 16px 20px; margin: 22px 0; }

/* Values */
.value-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.value-card { text-align: center; padding: 30px 24px; background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: var(--shadow); }
.value-card .emoji { font-size: 2.4rem; margin-bottom: 12px; }
.value-card h3 { font-size: 1.15rem; margin-bottom: 8px; color: var(--rose-dark); }
.value-card p { color: var(--ink-soft); font-size: 0.94rem; }

/* Testimonial */
.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: 28px; box-shadow: var(--shadow); }
.testi .stars { color: var(--gold); margin-bottom: 12px; }
.testi p { color: var(--ink-soft); font-style: italic; margin-bottom: 14px; }
.testi .who { font-weight: 600; color: var(--rose-dark); font-family: var(--serif); }

/* Forms */
.form-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field { margin-bottom: 18px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { display: block; font-weight: 600; font-size: 0.9rem; margin-bottom: 6px; }
.form-field input, .form-field textarea, .form-field select {
  width: 100%; padding: 13px 15px; border-radius: 10px; border: 1px solid var(--border);
  background: var(--bg); font-family: var(--sans); font-size: 0.98rem; color: var(--ink);
}
.form-field input:focus, .form-field textarea:focus, .form-field select:focus { outline: 2px solid var(--rose); border-color: var(--rose); }
.form-note { font-size: 0.85rem; color: var(--ink-soft); margin-top: 8px; }
.form-msg { padding: 14px; border-radius: 10px; margin-top: 16px; display: none; }
.form-msg.ok { display: block; background: var(--blush-soft); color: var(--rose-dark); }

/* Info rows */
.info-row { display: flex; gap: 14px; margin-bottom: 22px; align-items: flex-start; }
.info-row .ico { font-size: 1.5rem; flex-shrink: 0; width: 46px; height: 46px; background: var(--blush-soft); border-radius: 12px; display: flex; align-items: center; justify-content: center; }
.info-row h4 { font-family: var(--serif); font-size: 1.05rem; margin-bottom: 2px; }
.info-row p { color: var(--ink-soft); font-size: 0.96rem; }
.split2 { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }

/* Newsletter */
.newsletter { background: linear-gradient(135deg, var(--rose), var(--gold)); color: #fff; text-align: center; padding: 66px 0; }
.newsletter h2 { color: #fff; font-size: clamp(1.7rem,4vw,2.5rem); margin-bottom: 10px; }
.newsletter p { opacity: .96; margin-bottom: 24px; font-size: 1.1rem; }
.newsletter .nl-form { max-width: 480px; margin: 0 auto; display: flex; gap: 10px; }
.newsletter .nl-form input { flex: 1; padding: 14px 18px; border: 0; border-radius: 40px; font-size: 1rem; font-family: var(--sans); }
.newsletter .nl-form button { padding: 14px 28px; border: 0; border-radius: 40px; background: var(--charcoal); color: #fff; font-weight: 600; cursor: pointer; font-family: var(--sans); }

/* CTA */
.cta-band { background: var(--charcoal); color: #fff; text-align: center; padding: 68px 0; }
.cta-band h2 { color: #fff; font-size: clamp(1.8rem,4vw,2.6rem); margin-bottom: 12px; }
.cta-band p { opacity: .92; margin-bottom: 26px; font-size: 1.1rem; }

/* Footer */
.site-footer { background: var(--charcoal); color: #cdc2bc; padding: 56px 0 26px; border-top: 1px solid var(--charcoal-soft); }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr; gap: 34px; margin-bottom: 34px; }
.footer-col h4 { font-family: var(--sans); color: #fff; font-size: 1rem; margin-bottom: 14px; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 8px; }
.footer-col a { color: #cdc2bc; font-size: 0.91rem; }
.footer-col a:hover { color: var(--blush); }
.footer-brand .brand { color: #fff; margin-bottom: 12px; }
.footer-brand .brand small { color: var(--blush); }
.footer-brand p { color: #cdc2bc; font-size: 0.91rem; }
.footer-social { display: flex; gap: 10px; margin-top: 14px; }
.footer-social a { width: 38px; height: 38px; border-radius: 50%; background: var(--charcoal-soft); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; }
.footer-bottom { border-top: 1px solid var(--charcoal-soft); padding-top: 22px; text-align: center; color: #9a8e88; font-size: 0.86rem; }
.footer-bottom a { color: #cdc2bc; }

/* Responsive */
@media (max-width: 1040px) {
  .product-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 980px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(2,1fr); }
  .testi-grid, .value-grid { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
  .grid-3, .grid-2 { grid-template-columns: 1fr; }
  .split, .split2, .form-grid { grid-template-columns: 1fr; }
  .split .media { min-height: 280px; font-size: 5rem; order: -1; }
  .nav-toggle { display: block; }
  .nav-links { position: absolute; top: 76px; left: 0; right: 0; flex-direction: column; background: var(--bg); border-bottom: 1px solid var(--border); padding: 12px 22px; gap: 4px; display: none; }
  .nav-links.show { display: flex; }
  .nav-links a { width: 100%; }
  .nav-links .cta { text-align: center; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .newsletter .nl-form { flex-direction: column; }
}
@media (max-width: 520px) {
  .product-grid, .grid-4, .grid-3 { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}
