/* clothingbrand.in — full site styles */
:root {
  --cream: #F7F3EC;
  --cream-deep: #EFE9DD;
  --ink: #0F0E0C;
  --ink-soft: #2A2823;
  --muted: #6B655C;
  --border: #E5DDD0;
  --clay: #C25B3D;
  --clay-deep: #A04829;
  --wa: #25D366;
  --wa-deep: #128C7E;
  --gold: #FFC30F;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  background: var(--cream);
  color: var(--ink);
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }

/* ============ NAV ============ */
.site-nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(247, 243, 236, 0.92);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}

.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 24px; max-width: 1280px; margin: 0 auto;
}

.logo { font-family: 'Fraunces', serif; font-size: 22px; font-weight: 600; letter-spacing: -0.02em; }
.logo span { color: var(--clay); font-style: italic; }

.nav-links { display: flex; gap: 28px; align-items: center; }
.nav-links a { font-size: 14px; color: var(--ink-soft); font-weight: 500; transition: color 0.2s; }
.nav-links a:hover { color: var(--clay); }
.nav-tool-link { display: inline-flex; align-items: center; gap: 6px; }
.nav-badge-new {
  display: inline-flex; align-items: center;
  background: var(--clay); color: white;
  padding: 2px 7px; border-radius: 100px;
  font-size: 9px; font-weight: 700; letter-spacing: 0.06em;
}

.wa-btn {
  background: var(--wa) !important; color: white !important;
  padding: 10px 18px; border-radius: 100px; font-size: 14px; font-weight: 600;
  display: inline-flex; align-items: center; gap: 8px; transition: all 0.2s; border: none; cursor: pointer;
}
.wa-btn:hover { background: var(--wa-deep) !important; color: white !important; transform: translateY(-1px); }
.wa-btn svg { width: 16px; height: 16px; fill: currentColor; }

.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 4px; }

/* ============ BUTTONS ============ */
.btn-primary, .btn-secondary, .btn-ghost-large, .btn-wa-large {
  display: inline-flex; align-items: center; gap: 10px; padding: 16px 28px;
  border-radius: 100px; font-size: 15px; font-weight: 600; transition: all 0.2s; border: none; cursor: pointer;
}
.btn-primary { background: var(--ink); color: var(--cream); }
.btn-primary:hover { background: var(--clay); color: white; transform: translateY(-1px); }
.btn-secondary { background: var(--wa); color: white; }
.btn-secondary:hover { background: var(--wa-deep); color: white; transform: translateY(-1px); }
.btn-ghost-large { background: transparent; color: var(--ink); border: 1px solid var(--ink); }
.btn-ghost-large:hover { background: var(--ink); color: var(--cream); }
.btn-wa-large { background: var(--wa); color: white; padding: 18px 32px; font-size: 16px; }
.btn-wa-large:hover { background: var(--wa-deep); color: white; transform: translateY(-2px); box-shadow: 0 12px 28px -8px rgba(37, 211, 102, 0.5); }
.btn-wa-large svg { width: 20px; height: 20px; fill: currentColor; }

/* ============ HERO ============ */
.hero {
  padding: 60px 0 80px; position: relative; overflow: hidden;
}
.hero::before {
  content: ""; position: absolute; top: -250px; right: -250px; width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(194, 91, 61, 0.08) 0%, transparent 70%); border-radius: 50%; z-index: 0;
}
.hero-grid {
  display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 60px; align-items: center; position: relative; z-index: 1;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px;
  background: var(--cream-deep); border: 1px solid var(--border); border-radius: 100px;
  font-size: 13px; color: var(--ink-soft); font-weight: 500; margin-bottom: 24px;
}
.hero-eyebrow .dot {
  width: 8px; height: 8px; background: var(--clay); border-radius: 50%; animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.6; transform: scale(0.85); } }

.hero h1 {
  font-family: 'Fraunces', serif; font-size: clamp(38px, 5.5vw, 70px);
  line-height: 1.02; letter-spacing: -0.03em; font-weight: 500; margin-bottom: 24px;
}
.hero h1 em { font-style: italic; color: var(--clay); font-weight: 400; }

.hero-sub { font-size: 18px; color: var(--muted); max-width: 520px; margin-bottom: 36px; }

.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }

.hero-visual {
  position: relative; aspect-ratio: 4/5; border-radius: 24px; overflow: hidden; background: var(--cream-deep);
}
.hero-visual img { width: 100%; height: 100%; object-fit: cover; }
.hero-badge {
  position: absolute; bottom: 24px; left: 24px; background: var(--cream); padding: 14px 18px;
  border-radius: 16px; box-shadow: 0 20px 50px -10px rgba(15, 14, 12, 0.15);
}
.hero-badge-num { font-family: 'Fraunces', serif; font-size: 28px; font-weight: 600; color: var(--clay); line-height: 1; }
.hero-badge-label { font-size: 12px; color: var(--muted); margin-top: 4px; }

/* ============ TRUST STRIP ============ */
.trust {
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
  padding: 32px 0; background: var(--cream-deep);
}
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; text-align: center; }
.trust-num { font-family: 'Fraunces', serif; font-size: 32px; font-weight: 600; line-height: 1; }
.trust-label { font-size: 13px; color: var(--muted); margin-top: 6px; letter-spacing: 0.02em; }

/* ============ SECTIONS ============ */
section.std { padding: 90px 0; }
section.alt { background: var(--cream-deep); }

.section-head { margin-bottom: 48px; max-width: 720px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-eyebrow {
  font-size: 13px; color: var(--clay); font-weight: 600; letter-spacing: 0.12em;
  text-transform: uppercase; margin-bottom: 16px;
}
.section-title {
  font-family: 'Fraunces', serif; font-size: clamp(32px, 4vw, 52px);
  line-height: 1.05; letter-spacing: -0.02em; font-weight: 500; margin-bottom: 16px;
}
.section-title em { font-style: italic; color: var(--clay); }
.section-sub { font-size: 17px; color: var(--muted); max-width: 640px; }
.section-head.center .section-sub { margin: 0 auto; }

/* ============ AUDIENCE CARDS ============ */
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.audience-card {
  background: var(--cream); padding: 32px; border-radius: 20px;
  border: 1px solid var(--border); transition: all 0.3s ease;
}
.audience-card:hover { transform: translateY(-4px); box-shadow: 0 24px 48px -16px rgba(15, 14, 12, 0.12); border-color: var(--clay); }
.audience-icon {
  width: 56px; height: 56px; border-radius: 16px; background: var(--cream-deep);
  display: flex; align-items: center; justify-content: center; margin-bottom: 20px;
}
.audience-icon svg { width: 28px; height: 28px; color: var(--clay); }
.audience-card h3 { font-family: 'Fraunces', serif; font-size: 24px; font-weight: 500; margin-bottom: 10px; }
.audience-card p { font-size: 15px; color: var(--muted); margin-bottom: 18px; line-height: 1.6; }
.audience-card .link { font-size: 14px; color: var(--clay); font-weight: 600; display: inline-flex; align-items: center; gap: 6px; }
.audience-card .link:hover { gap: 10px; }

/* ============ COLLECTIONS GRID ============ */
.collections-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.collection-card {
  position: relative; aspect-ratio: 4/5; border-radius: 20px;
  overflow: hidden; background: var(--cream-deep); cursor: pointer; transition: transform 0.4s ease;
}
.collection-card:hover { transform: translateY(-4px); }
.collection-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.collection-card:hover img { transform: scale(1.05); }
.collection-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(15, 14, 12, 0.78) 100%);
  padding: 24px; display: flex; flex-direction: column; justify-content: flex-end; color: white;
}
.collection-name { font-family: 'Fraunces', serif; font-size: 24px; font-weight: 500; margin-bottom: 6px; }
.collection-meta { font-size: 13px; opacity: 0.85; display: flex; gap: 10px; align-items: center; }
.collection-meta .dot-sep { width: 3px; height: 3px; background: white; border-radius: 50%; }

/* ============ PRODUCTS GRID ============ */
.products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.product-card {
  background: var(--cream); border-radius: 20px; overflow: hidden;
  border: 1px solid var(--border); transition: all 0.3s ease;
}
.product-card:hover { transform: translateY(-4px); box-shadow: 0 20px 40px -12px rgba(15, 14, 12, 0.1); }
.product-image-wrap { aspect-ratio: 1/1; overflow: hidden; background: var(--cream-deep); }
.product-image-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.product-card:hover .product-image-wrap img { transform: scale(1.04); }
.product-info { padding: 22px; }
.product-tag {
  font-size: 11px; color: var(--clay); font-weight: 600; letter-spacing: 0.1em;
  text-transform: uppercase; margin-bottom: 8px;
}
.product-name { font-family: 'Fraunces', serif; font-size: 22px; font-weight: 500; margin-bottom: 8px; line-height: 1.2; }
.product-name a:hover { color: var(--clay); }
.product-specs { font-size: 13px; color: var(--muted); margin-bottom: 16px; min-height: 38px; }
.product-footer {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 16px; border-top: 1px solid var(--border);
}
.product-price-num { font-family: 'Fraunces', serif; font-size: 22px; font-weight: 600; line-height: 1; }
.product-price-label { font-size: 11px; color: var(--muted); margin-top: 4px; }
.product-wa {
  background: var(--wa); color: white; padding: 10px 16px; border-radius: 100px;
  font-size: 13px; font-weight: 600; display: inline-flex; align-items: center; gap: 6px;
  cursor: pointer; border: none;
}
.product-wa:hover { background: var(--wa-deep); color: white; }
.product-wa svg { width: 14px; height: 14px; fill: currentColor; }

/* ============ STEPS ============ */
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.step {
  padding: 32px 28px; background: var(--cream); border-radius: 20px;
  position: relative; border: 1px solid var(--border);
}
.step-num {
  font-family: 'Fraunces', serif; font-size: 56px; font-weight: 500; color: var(--clay);
  line-height: 1; font-style: italic; margin-bottom: 18px;
}
.step-title { font-family: 'Fraunces', serif; font-size: 22px; font-weight: 500; margin-bottom: 10px; }
.step-desc { font-size: 15px; color: var(--muted); line-height: 1.6; }

/* ============ FOUNDER FORM ============ */
.founder-section {
  padding: 100px 0; background: var(--ink); color: var(--cream); position: relative; overflow: hidden;
}
.founder-section::before {
  content: ""; position: absolute; top: -200px; left: -200px; width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(255, 195, 15, 0.1) 0%, transparent 60%); border-radius: 50%;
}
.founder-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 60px; align-items: center; position: relative; z-index: 1; }
.founder-eyebrow {
  font-size: 13px; color: var(--gold); font-weight: 600; letter-spacing: 0.12em;
  text-transform: uppercase; margin-bottom: 16px;
}
.founder-section h2 {
  font-family: 'Fraunces', serif; font-size: clamp(32px, 4vw, 48px);
  line-height: 1.05; letter-spacing: -0.02em; font-weight: 500; margin-bottom: 16px;
}
.founder-section h2 em { font-style: italic; color: var(--gold); }
.founder-section p.intro { font-size: 17px; color: rgba(247, 243, 236, 0.75); margin-bottom: 24px; max-width: 520px; }
.founder-bullets { list-style: none; margin-bottom: 24px; }
.founder-bullets li { padding-left: 28px; position: relative; margin-bottom: 12px; color: rgba(247, 243, 236, 0.85); font-size: 15px; }
.founder-bullets li::before {
  content: "✓"; position: absolute; left: 0; top: 0; color: var(--gold); font-weight: 700;
}

.founder-form {
  background: rgba(247, 243, 236, 0.06); padding: 32px; border-radius: 20px;
  border: 1px solid rgba(247, 243, 236, 0.12); backdrop-filter: blur(10px);
}
.founder-form h3 { color: var(--cream); font-family: 'Fraunces', serif; font-size: 24px; margin-bottom: 8px; font-weight: 500; }
.founder-form p.sub { color: rgba(247, 243, 236, 0.6); font-size: 14px; margin-bottom: 20px; }
.founder-form input {
  width: 100%; padding: 14px 16px; background: rgba(247, 243, 236, 0.08);
  border: 1px solid rgba(247, 243, 236, 0.15); border-radius: 10px;
  color: var(--cream); font-size: 15px; font-family: inherit; margin-bottom: 12px;
}
.founder-form input:focus { outline: none; border-color: var(--gold); }
.founder-form input::placeholder { color: rgba(247, 243, 236, 0.4); }
.founder-form button {
  width: 100%; padding: 15px; background: var(--gold); color: var(--ink);
  border: none; border-radius: 10px; font-weight: 700; font-size: 15px;
  cursor: pointer; font-family: inherit; transition: all 0.2s; margin-top: 6px;
}
.founder-form button:hover { background: #E0AB0A; transform: translateY(-1px); }
.founder-form button:disabled { opacity: 0.6; cursor: not-allowed; }
.founder-form .privacy { font-size: 12px; color: rgba(247, 243, 236, 0.4); margin-top: 12px; text-align: center; }

/* ============ INLINE LEAD FORM (homepage hero) ============ */
.lead-form-card {
  background: white; padding: 28px; border-radius: 20px; border: 1px solid var(--border);
  box-shadow: 0 20px 50px -16px rgba(15, 14, 12, 0.1); margin-top: 28px;
}
.lead-form-card h3 { font-family: 'Fraunces', serif; font-size: 20px; margin-bottom: 14px; font-weight: 500; }
.lead-form-card .field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 12px; }
.lead-form-card input, .lead-form-card textarea {
  width: 100%; padding: 12px 14px; background: var(--cream);
  border: 1px solid var(--border); border-radius: 10px; font-size: 14px; font-family: inherit;
}
.lead-form-card input:focus, .lead-form-card textarea:focus { outline: none; border-color: var(--clay); }
.lead-form-card textarea { min-height: 70px; resize: vertical; margin-bottom: 12px; }
.lead-form-card button {
  width: 100%; padding: 14px; background: var(--ink); color: var(--cream);
  border: none; border-radius: 10px; font-weight: 600; font-size: 14px; cursor: pointer; font-family: inherit;
}
.lead-form-card button:hover { background: var(--clay); }

/* ============ FAQ ============ */
.faq-list { max-width: 800px; margin: 0 auto; }
.faq {
  padding: 24px 0; border-bottom: 1px solid var(--border);
}
.faq summary {
  font-family: 'Fraunces', serif; font-size: 18px; font-weight: 500; cursor: pointer;
  list-style: none; display: flex; justify-content: space-between; align-items: center;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 24px; color: var(--clay); transition: transform 0.2s; }
.faq[open] summary::after { transform: rotate(45deg); }
.faq-body { font-size: 15px; color: var(--muted); margin-top: 14px; line-height: 1.7; }

/* ============ FOOTER ============ */
.site-footer { background: var(--cream); padding: 100px 0 32px; border-top: 1px solid var(--border); }

.footer-cta {
  text-align: center; padding-bottom: 80px; margin-bottom: 64px;
  border-bottom: 1px solid var(--border);
}
.footer-cta h2 {
  font-family: 'Fraunces', serif; font-size: clamp(32px, 4vw, 52px);
  line-height: 1.05; letter-spacing: -0.02em; font-weight: 500; margin-bottom: 16px;
}
.footer-cta h2 em { color: var(--clay); font-style: italic; }
.footer-cta p { font-size: 17px; color: var(--muted); margin-bottom: 28px; }
.footer-cta .contact-row { margin-top: 20px; color: var(--muted); font-size: 14px; display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.footer-cta .contact-row a:hover { color: var(--clay); }

.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer-brand .logo { font-size: 26px; margin-bottom: 16px; display: inline-block; }
.footer-brand p { font-size: 14px; color: var(--muted); line-height: 1.7; margin-bottom: 12px; }
.footer-brand .address-line { font-weight: 500; }

/* Footer social icons */
.footer-social { display: flex; gap: 10px; margin-top: 20px; }
.footer-social-btn {
  width: 38px; height: 38px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: transparent; border: 1px solid var(--border);
  color: var(--ink-soft); transition: all 0.2s; cursor: pointer;
}
.footer-social-btn svg { width: 16px; height: 16px; display: block; }
.footer-social-btn:hover { transform: translateY(-2px); }
.footer-social-instagram:hover { background: #E1306C; color: white; border-color: #E1306C; }
.footer-social-facebook:hover { background: #1877F2; color: white; border-color: #1877F2; }
.footer-social-linkedin:hover { background: #0A66C2; color: white; border-color: #0A66C2; }

.footer-col h4 {
  font-size: 13px; font-weight: 600; letter-spacing: 0.08em;
  text-transform: uppercase; margin-bottom: 18px; color: var(--ink);
}
.footer-col a { display: block; font-size: 14px; color: var(--muted); margin-bottom: 10px; transition: color 0.2s; }
.footer-col a:hover { color: var(--clay); }

.footer-seo {
  padding: 32px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
  margin-bottom: 24px;
}
.footer-seo p { font-size: 13px; color: var(--muted); line-height: 1.7; margin-bottom: 16px; }
.footer-seo strong { color: var(--ink); }

.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 13px; color: var(--muted); padding-top: 16px;
}

/* ============ FLOATING WHATSAPP ============ */
.wa-float {
  position: fixed; bottom: 24px; right: 24px; width: 60px; height: 60px;
  background: var(--wa); border-radius: 50%; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 12px 32px -4px rgba(37, 211, 102, 0.4); z-index: 99;
  transition: all 0.3s ease; animation: float-in 0.6s ease 1s backwards;
}
.wa-float::before {
  content: ""; position: absolute; inset: -4px; border-radius: 50%; background: var(--wa);
  opacity: 0.3; animation: ripple 2s ease-out infinite; z-index: -1;
}
@keyframes ripple { 0% { transform: scale(1); opacity: 0.4; } 100% { transform: scale(1.4); opacity: 0; } }
@keyframes float-in { from { transform: translateY(80px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.wa-float:hover { transform: scale(1.08); background: var(--wa-deep); }
.wa-float svg { width: 30px; height: 30px; fill: white; }

/* ============ TOAST ============ */
.toast {
  position: fixed; bottom: 100px; left: 50%; transform: translateX(-50%) translateY(20px);
  padding: 14px 22px; background: var(--ink); color: var(--cream); border-radius: 100px;
  font-size: 14px; font-weight: 500; box-shadow: 0 12px 32px -8px rgba(15, 14, 12, 0.3);
  opacity: 0; transition: all 0.3s ease; z-index: 200; max-width: 90vw; text-align: center;
}
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }
.toast-ok { background: #065F46; }
.toast-err { background: #991B1B; }

/* ============ SINGLE PRODUCT PAGE ============ */
.product-detail-grid {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; padding: 40px 0 80px;
  align-items: start;
}
.product-detail-left {
  display: flex; flex-direction: column; gap: 20px;
  position: sticky; top: 90px;
}
.product-detail-image {
  aspect-ratio: 1/1; border-radius: 24px; overflow: hidden; background: var(--cream-deep);
}
.product-detail-image img { width: 100%; height: 100%; object-fit: cover; }

/* Gallery thumbnails */
.gallery-thumbs {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px;
}
.gallery-thumb {
  aspect-ratio: 1/1; border-radius: 12px; overflow: hidden;
  border: 2px solid transparent; background: var(--cream-deep);
  cursor: pointer; padding: 0; transition: border-color 0.2s, transform 0.15s;
}
.gallery-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gallery-thumb:hover { transform: translateY(-2px); }
.gallery-thumb.active { border-color: var(--clay); }

/* Share section */
.share-section {
  background: white; border: 1px solid var(--border); border-radius: 16px;
  padding: 18px 20px;
}
.share-label {
  font-size: 11px; color: var(--muted); font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 12px;
}
.share-buttons {
  display: flex; gap: 8px; flex-wrap: wrap;
}
.share-btn {
  width: 40px; height: 40px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--cream-deep); border: 1px solid var(--border);
  color: var(--ink-soft); transition: all 0.2s; cursor: pointer;
}
.share-btn svg { width: 17px; height: 17px; }
.share-btn:hover { transform: translateY(-2px); }
.share-whatsapp:hover { background: var(--wa); color: white; border-color: var(--wa); }
.share-facebook:hover { background: #1877F2; color: white; border-color: #1877F2; }
.share-twitter:hover { background: #000; color: white; border-color: #000; }
.share-linkedin:hover { background: #0A66C2; color: white; border-color: #0A66C2; }
.share-pinterest:hover { background: #E60023; color: white; border-color: #E60023; }
.share-email:hover { background: var(--ink); color: white; border-color: var(--ink); }
.share-copy:hover { background: var(--clay); color: white; border-color: var(--clay); }

/* Demand chart */
.demand-card {
  background: white; border: 1px solid var(--border); border-radius: 16px;
  padding: 18px 20px;
}
.demand-header {
  display: flex; justify-content: space-between; align-items: flex-start;
  margin-bottom: 10px;
}
.demand-num {
  font-family: 'Fraunces', serif; font-size: 32px; font-weight: 600;
  color: var(--ink); line-height: 1;
}
.demand-label {
  font-size: 13px; color: var(--muted); margin-top: 4px; line-height: 1.4;
}
.demand-label em { color: var(--clay); font-style: italic; }
.trending-badge {
  display: inline-flex; align-items: center; gap: 5px;
  background: linear-gradient(135deg, #C25B3D 0%, #A04829 100%);
  color: white; padding: 6px 12px; border-radius: 100px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.04em;
}
.demand-spark { width: 100%; height: 50px; margin: 12px 0 8px; display: block; }
.demand-foot {
  font-size: 11px; color: var(--muted); letter-spacing: 0.02em;
}
.demand-card-new {
  background: linear-gradient(135deg, #FFFBEB 0%, #FFF5D0 100%);
  border-color: #FCD34D;
}

/* Fabric details expander */
.fabric-details {
  background: var(--cream-deep); border-radius: 12px;
  padding: 14px 18px; margin-bottom: 24px; cursor: pointer;
}
.fabric-details summary {
  font-weight: 600; font-size: 14px; cursor: pointer;
  display: flex; align-items: center; gap: 8px;
}
.fabric-details summary::-webkit-details-marker { display: none; }
.fabric-details summary::before {
  content: '+'; font-size: 18px; color: var(--clay); font-weight: 400;
  width: 16px; transition: transform 0.2s;
}
.fabric-details[open] summary::before { content: '−'; }
.fabric-details > div {
  margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--border);
  font-size: 14px; line-height: 1.6; color: var(--ink-soft);
}
.product-detail h1 {
  font-family: 'Fraunces', serif; font-size: clamp(32px, 4vw, 48px);
  line-height: 1.05; letter-spacing: -0.02em; font-weight: 500; margin: 14px 0 8px;
}
.product-detail .specs-line { font-size: 16px; color: var(--muted); margin-bottom: 28px; }
.product-detail .price-block {
  background: var(--cream-deep); padding: 24px; border-radius: 16px; margin-bottom: 24px;
}
.product-detail .price-num {
  font-family: 'Fraunces', serif; font-size: 36px; font-weight: 600; line-height: 1;
}
.product-detail .price-label { font-size: 13px; color: var(--muted); margin-top: 6px; }
.product-detail .details-table { margin-bottom: 28px; }
.product-detail .details-table dl { display: grid; grid-template-columns: 130px 1fr; gap: 14px 16px; font-size: 14px; }
.product-detail .details-table dt { color: var(--muted); font-weight: 500; }
.product-detail .details-table dd { color: var(--ink); }
.crumb { font-size: 14px; color: var(--muted); margin-bottom: 8px; }
.crumb a:hover { color: var(--clay); }

/* ============ ALL PRODUCTS PAGE ============ */
.products-page-head {
  padding: 60px 0 40px; text-align: center;
}
.products-page-head h1 {
  font-family: 'Fraunces', serif; font-size: clamp(36px, 5vw, 56px);
  line-height: 1.05; letter-spacing: -0.02em; font-weight: 500; margin-bottom: 14px;
}
.products-page-head h1 em { color: var(--clay); font-style: italic; }
.products-page-head p { font-size: 17px; color: var(--muted); max-width: 600px; margin: 0 auto; }

.collection-filter {
  display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin: 32px 0 48px; padding: 0 24px;
}
.collection-filter a {
  padding: 8px 16px; background: white; border: 1px solid var(--border);
  border-radius: 100px; font-size: 13px; font-weight: 500;
}
.collection-filter a:hover { border-color: var(--clay); }
.collection-filter a.active { background: var(--ink); color: var(--cream); border-color: var(--ink); }

/* ============ EMPTY ============ */
.empty-state {
  text-align: center; padding: 80px 20px; color: var(--muted);
}
.empty-state h2 { color: var(--ink); font-family: 'Fraunces', serif; font-size: 24px; margin-bottom: 8px; font-weight: 500; }

/* ============ RESPONSIVE ============ */
@media (max-width: 980px) {
  .hero-grid, .product-detail-grid, .founder-grid, .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .audience-grid, .collections-grid, .products-grid, .steps-grid, .trust-grid { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .product-detail-left { position: static; }
  .gallery-thumbs { grid-template-columns: repeat(4, 1fr); }
  .nav-links { display: none; }
  .nav-toggle { display: block; }
  .nav-links.open {
    display: flex; flex-direction: column; position: absolute;
    top: 100%; left: 0; right: 0; background: var(--cream);
    padding: 20px 24px; gap: 14px; border-bottom: 1px solid var(--border);
    align-items: flex-start;
  }
  section.std { padding: 64px 0; }
  .hero { padding: 40px 0 60px; }
  .footer-cta { padding-bottom: 56px; }
  .site-footer { padding: 60px 0 24px; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
}

@media (min-width: 600px) and (max-width: 980px) {
  .audience-grid, .collections-grid, .products-grid, .steps-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .hero-cta { flex-direction: column; align-items: stretch; }
  .hero-cta a { justify-content: center; }
  .lead-form-card .field-row { grid-template-columns: 1fr; }
  .wa-float { width: 56px; height: 56px; bottom: 20px; right: 20px; }
}
