/* ===== Sahya Agro — Shared Stylesheet ===== */
:root {
  --cream: #f6efe0; --cream-deep: #ece2cd; --ivory: #fdfaf2;
  --forest: #2b3e2a; --forest-deep: #1a2a1a;
  --yolk: #e8a93a; --yolk-deep: #c98a1f;
  --brown: #3a2e23; --soil: #6b5842; --shell: #f3e4c6;
  --whatsapp: #25D366;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; background: var(--cream); color: var(--brown); line-height: 1.6; overflow-x: hidden; }
.display { font-family: 'Fraunces', serif; font-weight: 400; letter-spacing: -0.02em; line-height: 1.05; }
a { color: inherit; }

/* NAV */
nav { position: fixed; top: 0; left: 0; right: 0; padding: 1.15rem 2rem; display: flex; justify-content: space-between; align-items: center; z-index: 100; background: rgba(246, 239, 224, 0.9); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(58, 46, 35, 0.08); }
.logo { font-family: 'Fraunces', serif; font-size: 1.5rem; font-weight: 500; color: var(--forest); display: flex; align-items: center; gap: 0.6rem; text-decoration: none; }
.logo-mark { width: 28px; height: 36px; background: var(--yolk); border-radius: 50% 50% 45% 45% / 60% 60% 40% 40%; position: relative; box-shadow: inset -4px -6px 8px rgba(201, 138, 31, 0.3); }
.logo-mark::after { content: ''; position: absolute; top: 8px; left: 7px; width: 8px; height: 10px; background: rgba(255,255,255,0.4); border-radius: 50%; filter: blur(2px); }
.nav-links { display: flex; gap: 2rem; list-style: none; }
.nav-links a { color: var(--brown); text-decoration: none; font-size: 0.92rem; font-weight: 500; transition: color 0.3s; }
.nav-links a:hover, .nav-links a.active { color: var(--yolk-deep); }
.nav-actions { display: flex; gap: 0.6rem; align-items: center; }
.nav-cta { background: var(--forest); color: var(--ivory); padding: 0.65rem 1.3rem; border-radius: 999px; text-decoration: none; font-size: 0.88rem; font-weight: 500; transition: all 0.3s; }
.nav-cta:hover { background: var(--forest-deep); transform: translateY(-1px); }
.nav-wa { background: var(--whatsapp); color: white; padding: 0.65rem 1rem; border-radius: 999px; text-decoration: none; font-size: 0.85rem; font-weight: 500; }
.mobile-toggle { display: none; background: none; border: none; cursor: pointer; font-size: 1.5rem; color: var(--forest); }

/* BUTTONS */
.btn-primary { background: var(--forest); color: var(--ivory); padding: 1rem 1.8rem; border-radius: 999px; text-decoration: none; font-weight: 500; transition: all 0.3s; display: inline-flex; align-items: center; gap: 0.5rem; }
.btn-primary:hover { background: var(--yolk-deep); transform: translateY(-2px); box-shadow: 0 10px 30px rgba(201, 138, 31, 0.3); }
.btn-secondary { background: transparent; color: var(--forest); padding: 1rem 1.8rem; border-radius: 999px; text-decoration: none; font-weight: 500; border: 1.5px solid var(--forest); transition: all 0.3s; display: inline-flex; align-items: center; gap: 0.5rem; }
.btn-secondary:hover { background: var(--forest); color: var(--ivory); }
.btn-whatsapp { background: var(--whatsapp); color: white; padding: 1rem 1.8rem; border-radius: 999px; text-decoration: none; font-weight: 500; transition: all 0.3s; display: inline-flex; align-items: center; gap: 0.5rem; }
.btn-whatsapp:hover { background: #1da851; transform: translateY(-2px); }

/* HERO */
.hero { min-height: 100vh; padding: 7rem 2rem 3rem; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 3rem; align-items: center; max-width: 1400px; margin: 0 auto; position: relative; }
.hero::before { content: 'SAHYA'; position: absolute; bottom: -2rem; right: -2rem; font-family: 'Fraunces', serif; font-weight: 300; font-size: clamp(10rem, 20vw, 24rem); color: rgba(43, 62, 42, 0.04); letter-spacing: -0.05em; pointer-events: none; line-height: 1; z-index: 0; }
.hero-content { position: relative; z-index: 2; }
.eyebrow { display: inline-flex; align-items: center; gap: 0.6rem; font-size: 0.8rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.15em; color: var(--soil); margin-bottom: 1.8rem; }
.eyebrow::before { content: ''; width: 28px; height: 1px; background: var(--soil); }
.hero h1 { font-size: clamp(2.5rem, 6vw, 5rem); color: var(--forest-deep); margin-bottom: 1.6rem; }
.hero h1 em { font-style: italic; font-weight: 300; color: var(--yolk-deep); }
.hero p.lead { font-size: 1.1rem; color: var(--soil); max-width: 560px; margin-bottom: 2.2rem; }
.hero-ctas { display: flex; gap: 0.9rem; flex-wrap: wrap; }

/* HERO VISUAL */
.hero-visual { position: relative; aspect-ratio: 1; }
.egg-main { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 68%; aspect-ratio: 0.78; background: linear-gradient(145deg, #fdfaf2 0%, #f3e4c6 55%, #e9d4a8 100%); border-radius: 50% 50% 45% 45% / 58% 58% 42% 42%; box-shadow: inset -20px -30px 60px rgba(139, 104, 52, 0.25), inset 15px 20px 40px rgba(255, 255, 255, 0.6), 30px 40px 80px rgba(58, 46, 35, 0.2); animation: float 6s ease-in-out infinite; }
.egg-main::after { content: ''; position: absolute; top: 12%; left: 22%; width: 25%; height: 30%; background: radial-gradient(ellipse, rgba(255,255,255,0.7), transparent 70%); border-radius: 50%; filter: blur(4px); }
.egg-small { position: absolute; width: 26%; aspect-ratio: 0.78; background: linear-gradient(145deg, #fdfaf2, #ece2cd); border-radius: 50% 50% 45% 45% / 58% 58% 42% 42%; box-shadow: inset -8px -12px 20px rgba(139, 104, 52, 0.2), 10px 15px 30px rgba(58, 46, 35, 0.15); }
.egg-small.e1 { top: 12%; right: 8%; transform: rotate(25deg); animation: floatSmall1 7s ease-in-out 0.5s infinite; }
.egg-small.e2 { bottom: 15%; left: 5%; transform: rotate(-30deg); animation: floatSmall2 8s ease-in-out 1s infinite; }
.leaf { position: absolute; width: 80px; height: 40px; background: var(--forest); border-radius: 0 100% 0 100%; opacity: 0.85; }
.leaf.l1 { top: 18%; left: 12%; transform: rotate(-45deg); }
.leaf.l2 { bottom: 22%; right: 10%; transform: rotate(135deg); background: var(--yolk); width: 60px; height: 30px; }
.badge-circle { position: absolute; top: 8%; right: 2%; width: 120px; height: 120px; border-radius: 50%; background: var(--forest); color: var(--cream); display: flex; align-items: center; justify-content: center; text-align: center; font-family: 'Fraunces', serif; font-style: italic; font-size: 0.95rem; line-height: 1.2; animation: spin 20s linear infinite; box-shadow: 0 15px 40px rgba(43, 62, 42, 0.3); }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes float { 0%, 100% { transform: translate(-50%, -50%) translateY(0); } 50% { transform: translate(-50%, -50%) translateY(-12px); } }
@keyframes floatSmall1 { 0%, 100% { transform: rotate(25deg) translateY(0); } 50% { transform: rotate(25deg) translateY(-8px); } }
@keyframes floatSmall2 { 0%, 100% { transform: rotate(-30deg) translateY(0); } 50% { transform: rotate(-30deg) translateY(-10px); } }

/* INNER PAGE HERO (smaller, for sub-pages) */
.page-hero { padding: 10rem 2rem 5rem; max-width: 1300px; margin: 0 auto; text-align: center; position: relative; }
.page-hero::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 300px; height: 300px; background: radial-gradient(circle, var(--yolk), transparent 70%); opacity: 0.15; border-radius: 50%; z-index: 0; pointer-events: none; }
.page-hero > * { position: relative; z-index: 2; }
.page-hero h1 { font-size: clamp(2.2rem, 5vw, 4rem); color: var(--forest-deep); margin-bottom: 1.2rem; }
.page-hero h1 em { font-style: italic; color: var(--yolk-deep); font-weight: 300; }
.page-hero p { color: var(--soil); font-size: 1.1rem; max-width: 640px; margin: 0 auto 2rem; }
.breadcrumbs { font-size: 0.85rem; color: var(--soil); margin-bottom: 1.5rem; }
.breadcrumbs a { color: var(--soil); text-decoration: none; }
.breadcrumbs a:hover { color: var(--yolk-deep); }
.breadcrumbs span { margin: 0 0.5rem; opacity: 0.5; }

/* TRUST STRIP */
.trust-strip { background: var(--ivory); padding: 2rem; border-top: 1px solid var(--cream-deep); border-bottom: 1px solid var(--cream-deep); }
.trust-grid { max-width: 1300px; margin: 0 auto; display: grid; grid-template-columns: repeat(5, 1fr); gap: 2rem; align-items: center; }
.trust-item { text-align: center; border-right: 1px solid var(--cream-deep); padding: 0 1rem; }
.trust-item:last-child { border-right: none; }
.trust-icon { font-family: 'Fraunces', serif; font-size: 2rem; color: var(--yolk-deep); margin-bottom: 0.4rem; font-weight: 500; }
.trust-label { font-size: 0.78rem; color: var(--soil); letter-spacing: 0.08em; text-transform: uppercase; font-weight: 500; }

/* MARQUEE */
.marquee { background: var(--forest); color: var(--cream); padding: 1.2rem 0; overflow: hidden; white-space: nowrap; }
.marquee-track { display: inline-block; animation: scroll 30s linear infinite; font-family: 'Fraunces', serif; font-style: italic; font-size: 1.3rem; }
.marquee-track span { margin: 0 2rem; }
.marquee-track .dot { color: var(--yolk); }
@keyframes scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* SECTIONS */
section { padding: 6rem 2rem; }
.section-header { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; margin-bottom: 4rem; align-items: end; max-width: 1300px; margin-left: auto; margin-right: auto; }
.section-header.centered { grid-template-columns: 1fr; text-align: center; max-width: 800px; }
.section-header.centered p { margin: 0 auto; }
.section-header h2 { font-size: clamp(2rem, 4.5vw, 3.4rem); color: var(--forest-deep); }
.section-header h2 em { font-style: italic; color: var(--yolk-deep); font-weight: 300; }
.section-header p { color: var(--soil); font-size: 1.05rem; max-width: 440px; }

/* VALUES / CARDS */
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; max-width: 1300px; margin: 0 auto; }
.value-card { background: var(--ivory); padding: 2.5rem 2rem; border-radius: 24px; border: 1px solid var(--cream-deep); transition: all 0.4s; position: relative; }
.value-card.accent { background: var(--forest); color: var(--cream); border-color: var(--forest); }
.value-card.accent .value-number { color: var(--yolk); }
.value-card.accent h3 { color: var(--cream); }
.value-card.accent p { color: rgba(246, 239, 224, 0.75); }
.value-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(43, 62, 42, 0.12); }
.value-number { font-family: 'Fraunces', serif; font-style: italic; font-weight: 300; font-size: 3rem; color: var(--yolk-deep); margin-bottom: 1.5rem; line-height: 1; }
.value-card h3 { font-family: 'Fraunces', serif; font-size: 1.5rem; color: var(--forest-deep); margin-bottom: 0.8rem; font-weight: 500; }
.value-card p { color: var(--soil); font-size: 0.96rem; }

/* PRODUCTS */
.products { background: var(--ivory); }
.products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.3rem; max-width: 1300px; margin: 0 auto; }
.product-card { background: var(--cream); border-radius: 24px; overflow: hidden; border: 1px solid var(--cream-deep); transition: all 0.4s; text-decoration: none; color: inherit; display: flex; flex-direction: column; }
.product-card:hover { transform: translateY(-8px); box-shadow: 0 25px 60px rgba(43, 62, 42, 0.12); }
.product-visual { aspect-ratio: 1.3; position: relative; display: flex; align-items: center; justify-content: center; }
.product-visual.v1 { background: linear-gradient(135deg, #f3e4c6, #e8d4a8); }
.product-visual.v2 { background: linear-gradient(135deg, #a8895a, #6b5842); }
.product-visual.v3 { background: linear-gradient(135deg, #e8a93a, #c98a1f); }
.product-visual.v4 { background: linear-gradient(135deg, #2b3e2a, #1a2a1a); }
.product-egg { width: 48%; aspect-ratio: 0.78; border-radius: 50% 50% 45% 45% / 58% 58% 42% 42%; box-shadow: inset -15px -22px 40px rgba(0,0,0,0.15), 15px 25px 50px rgba(0,0,0,0.15); transition: transform 0.5s; }
.product-card:hover .product-egg { transform: rotate(-8deg) scale(1.05); }
.product-egg.eg1 { background: linear-gradient(145deg, #fdfaf2, #e9d4a8); }
.product-egg.eg2 { background: linear-gradient(145deg, #c4a478, #6b5842); }
.product-egg.eg3 { background: linear-gradient(145deg, #f9e5a8, #d99a35); }
.product-egg.eg4 { background: linear-gradient(145deg, #a8895a, #4d3d26); }
.product-body { padding: 1.6rem; flex: 1; display: flex; flex-direction: column; }
.product-tag { display: inline-block; background: var(--cream-deep); color: var(--forest); padding: 0.3rem 0.8rem; border-radius: 999px; font-size: 0.7rem; font-weight: 500; letter-spacing: 0.05em; text-transform: uppercase; margin-bottom: 0.8rem; align-self: flex-start; }
.product-card h3 { font-family: 'Fraunces', serif; font-size: 1.35rem; color: var(--forest-deep); margin-bottom: 0.5rem; font-weight: 500; }
.product-card .product-body p { color: var(--soil); font-size: 0.88rem; margin-bottom: 1rem; flex: 1; }
.product-price { display: flex; justify-content: space-between; align-items: center; padding-top: 1rem; border-top: 1px solid var(--cream-deep); }
.price { font-family: 'Fraunces', serif; font-size: 1.2rem; color: var(--forest); font-weight: 500; }
.price-unit { font-size: 0.8rem; color: var(--soil); }

/* INDUSTRIES */
.industries-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; max-width: 1300px; margin: 0 auto; }
.industry-card { background: var(--ivory); padding: 2.2rem 1.8rem; border-radius: 20px; border: 1px solid var(--cream-deep); transition: all 0.4s; position: relative; overflow: hidden; text-decoration: none; color: inherit; display: block; }
.industry-card::before { content: ''; position: absolute; top: 0; right: 0; width: 80px; height: 80px; background: var(--yolk); border-radius: 0 0 0 100%; opacity: 0; transition: opacity 0.4s; }
.industry-card:hover::before { opacity: 0.15; }
.industry-card:hover { transform: translateY(-4px); border-color: var(--yolk); }
.industry-icon { font-family: 'Fraunces', serif; font-style: italic; font-size: 2.2rem; color: var(--yolk-deep); margin-bottom: 1rem; line-height: 1; }
.industry-card h4 { font-family: 'Fraunces', serif; font-size: 1.3rem; color: var(--forest-deep); margin-bottom: 0.5rem; font-weight: 500; }
.industry-card p { color: var(--soil); font-size: 0.92rem; }

/* WHOLESALE */
.wholesale { background: var(--forest); color: var(--cream); position: relative; overflow: hidden; }
.wholesale::before { content: ''; position: absolute; top: -100px; right: -100px; width: 400px; height: 400px; background: radial-gradient(circle, var(--yolk), transparent 70%); opacity: 0.15; border-radius: 50%; }
.wholesale-inner { max-width: 1300px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; position: relative; z-index: 2; }
.wholesale h2 { font-size: clamp(2rem, 4.5vw, 3.4rem); margin-bottom: 1.5rem; }
.wholesale h2 em { font-style: italic; color: var(--yolk); font-weight: 300; }
.wholesale p.lead { font-size: 1.08rem; color: rgba(246, 239, 224, 0.8); margin-bottom: 2rem; }
.wholesale-features { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 2rem; margin-bottom: 2.5rem; }
.wholesale-feature { display: flex; gap: 0.8rem; align-items: flex-start; font-size: 0.95rem; }
.wf-check { color: var(--yolk); font-family: 'Fraunces', serif; font-size: 1.3rem; line-height: 1; flex-shrink: 0; }

/* FORMS */
.bulk-form { background: rgba(246, 239, 224, 0.08); padding: 2.5rem; border-radius: 24px; border: 1px solid rgba(246, 239, 224, 0.15); backdrop-filter: blur(10px); }
.bulk-form h3 { font-family: 'Fraunces', serif; font-size: 1.6rem; margin-bottom: 0.5rem; font-weight: 500; }
.bulk-form > p { color: rgba(246, 239, 224, 0.7); margin-bottom: 1.5rem; font-size: 0.95rem; }
.form-group { margin-bottom: 1rem; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 0.85rem 1rem; background: rgba(246, 239, 224, 0.08); border: 1px solid rgba(246, 239, 224, 0.2); border-radius: 12px; color: var(--cream); font-family: inherit; font-size: 0.95rem; transition: border-color 0.3s; }
.form-group input::placeholder, .form-group textarea::placeholder { color: rgba(246, 239, 224, 0.4); }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--yolk); }
.form-group select option { background: var(--forest-deep); color: var(--cream); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-submit { width: 100%; background: var(--yolk); color: var(--forest-deep); padding: 1rem; border: none; border-radius: 999px; font-weight: 600; font-size: 1rem; cursor: pointer; transition: all 0.3s; font-family: inherit; margin-top: 0.5rem; }
.form-submit:hover { background: var(--cream); }

/* Light form variant for contact page */
.light-form { background: var(--ivory); border: 1px solid var(--cream-deep); border-radius: 24px; padding: 2.5rem; }
.light-form h3 { font-family: 'Fraunces', serif; font-size: 1.6rem; margin-bottom: 0.5rem; font-weight: 500; color: var(--forest-deep); }
.light-form > p { color: var(--soil); margin-bottom: 1.5rem; font-size: 0.95rem; }
.light-form input, .light-form select, .light-form textarea { background: var(--cream); border: 1px solid var(--cream-deep); color: var(--brown); }
.light-form input::placeholder, .light-form textarea::placeholder { color: rgba(107, 88, 66, 0.5); }
.light-form select option { background: var(--ivory); color: var(--brown); }

/* ABOUT */
.about { background: var(--ivory); }
.about-inner { max-width: 1300px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.about-visual { aspect-ratio: 4/5; border-radius: 300px 300px 24px 24px; background: radial-gradient(ellipse at 30% 40%, rgba(232, 169, 58, 0.4), transparent 60%), linear-gradient(160deg, #d9c79a, #a18854 70%, #6b5842); position: relative; overflow: hidden; box-shadow: 0 30px 80px rgba(58, 46, 35, 0.2); }
.about-visual::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle at 20% 80%, rgba(246, 239, 224, 0.3) 0%, transparent 20%), radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.15) 0%, transparent 25%); }
.about-visual-label { position: absolute; bottom: 2rem; left: 2rem; right: 2rem; color: var(--cream); font-family: 'Fraunces', serif; font-style: italic; font-size: 1.1rem; opacity: 0.9; }
.about-content h2 { font-size: clamp(2rem, 4vw, 3.2rem); color: var(--forest-deep); margin-bottom: 1.5rem; }
.about-content h2 em { font-style: italic; color: var(--yolk-deep); font-weight: 300; }
.about-content p { color: var(--soil); margin-bottom: 1.1rem; font-size: 1rem; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 2.5rem; padding-top: 2.5rem; border-top: 1px solid var(--cream-deep); }
.stat-num { font-family: 'Fraunces', serif; font-size: 2.4rem; color: var(--forest); font-weight: 500; line-height: 1; }
.stat-label { font-size: 0.85rem; color: var(--soil); margin-top: 0.5rem; }

/* PROCESS */
.process { background: var(--forest); color: var(--cream); }
.process-inner { max-width: 1300px; margin: 0 auto; }
.process h2 { font-size: clamp(2rem, 4.5vw, 3.4rem); margin-bottom: 4rem; max-width: 700px; }
.process h2 em { font-style: italic; color: var(--yolk); font-weight: 300; }
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; position: relative; }
.process-steps::before { content: ''; position: absolute; top: 30px; left: 5%; right: 5%; height: 1px; background: repeating-linear-gradient(to right, var(--yolk) 0 8px, transparent 8px 16px); opacity: 0.4; }
.step-num { width: 60px; height: 60px; border-radius: 50%; background: var(--cream); color: var(--forest); display: flex; align-items: center; justify-content: center; font-family: 'Fraunces', serif; font-size: 1.4rem; font-weight: 500; margin-bottom: 1.5rem; border: 3px solid var(--forest); box-shadow: 0 0 0 1px var(--yolk); position: relative; z-index: 2; }
.process-step h4 { font-family: 'Fraunces', serif; font-size: 1.3rem; margin-bottom: 0.6rem; font-weight: 500; }
.process-step p { color: rgba(246, 239, 224, 0.7); font-size: 0.92rem; }

/* QUALITY */
.quality-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; max-width: 1300px; margin: 0 auto; }
.quality-card { background: var(--ivory); padding: 2.2rem; border-radius: 20px; border: 1px solid var(--cream-deep); display: flex; gap: 1.5rem; align-items: flex-start; }
.quality-mark { width: 50px; height: 50px; border-radius: 50%; background: var(--yolk); color: var(--forest-deep); display: flex; align-items: center; justify-content: center; font-family: 'Fraunces', serif; font-size: 1.4rem; font-weight: 600; flex-shrink: 0; }
.quality-card h4 { font-family: 'Fraunces', serif; font-size: 1.25rem; color: var(--forest-deep); margin-bottom: 0.4rem; font-weight: 500; }
.quality-card p { color: var(--soil); font-size: 0.94rem; }

/* SERVICE AREAS */
.service-areas { background: var(--ivory); text-align: center; }
.cities-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.7rem; max-width: 900px; margin: 2rem auto 3rem; }
.city-tag { background: var(--cream); border: 1px solid var(--cream-deep); color: var(--forest); padding: 0.7rem 1.3rem; border-radius: 999px; font-size: 0.95rem; font-weight: 500; transition: all 0.3s; text-decoration: none; }
.city-tag:hover { background: var(--yolk); border-color: var(--yolk); }
.service-note { color: var(--soil); font-size: 0.95rem; max-width: 600px; margin: 0 auto; }

/* TESTIMONIALS */
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; max-width: 1300px; margin: 0 auto; }
.testimonial { background: var(--ivory); padding: 2.3rem; border-radius: 24px; border: 1px solid var(--cream-deep); position: relative; }
.testimonial::before { content: '"'; position: absolute; top: 10px; left: 20px; font-family: 'Fraunces', serif; font-size: 5rem; color: var(--yolk); line-height: 1; opacity: 0.4; }
.testimonial-text { font-family: 'Fraunces', serif; font-style: italic; font-size: 1.1rem; color: var(--forest-deep); margin-bottom: 1.5rem; position: relative; z-index: 2; line-height: 1.5; }
.testimonial-author { display: flex; gap: 0.9rem; align-items: center; padding-top: 1.2rem; border-top: 1px solid var(--cream-deep); }
.author-avatar { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, var(--yolk), var(--yolk-deep)); display: flex; align-items: center; justify-content: center; color: var(--forest-deep); font-family: 'Fraunces', serif; font-weight: 600; }
.author-name { font-weight: 600; color: var(--forest-deep); font-size: 0.95rem; }
.author-role { font-size: 0.82rem; color: var(--soil); }

/* FAQ */
.faq { background: var(--cream); }
.faq-inner { max-width: 850px; margin: 0 auto; }
.faq-item { background: var(--ivory); border: 1px solid var(--cream-deep); border-radius: 16px; margin-bottom: 0.9rem; overflow: hidden; transition: all 0.3s; }
.faq-item[open] { border-color: var(--yolk); background: var(--shell); }
.faq-item summary { padding: 1.3rem 1.6rem; font-family: 'Fraunces', serif; font-size: 1.1rem; font-weight: 500; color: var(--forest-deep); cursor: pointer; display: flex; justify-content: space-between; align-items: center; list-style: none; gap: 1rem; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font-family: 'Fraunces', serif; font-size: 1.8rem; color: var(--yolk-deep); font-weight: 300; transition: transform 0.3s; flex-shrink: 0; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-answer { padding: 0 1.6rem 1.3rem; color: var(--soil); font-size: 0.96rem; }

/* CTA */
.cta-section { text-align: center; max-width: 900px; margin: 0 auto; }
.cta-section h2 { font-size: clamp(2.2rem, 5vw, 4rem); color: var(--forest-deep); margin-bottom: 1.5rem; }
.cta-section h2 em { font-style: italic; color: var(--yolk-deep); font-weight: 300; }
.cta-section p { color: var(--soil); margin-bottom: 2.5rem; font-size: 1.1rem; }
.cta-grid { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center; }

/* CONTENT BLOCKS (for policy pages, blog etc) */
.content-page { max-width: 850px; margin: 0 auto; padding: 10rem 2rem 6rem; }
.content-page h1 { font-family: 'Fraunces', serif; font-size: clamp(2rem, 4.5vw, 3.5rem); color: var(--forest-deep); margin-bottom: 1rem; font-weight: 400; letter-spacing: -0.02em; }
.content-page h1 em { font-style: italic; color: var(--yolk-deep); font-weight: 300; }
.content-page .meta { color: var(--soil); font-size: 0.9rem; margin-bottom: 2.5rem; padding-bottom: 1.5rem; border-bottom: 1px solid var(--cream-deep); }
.content-page h2 { font-family: 'Fraunces', serif; font-size: 1.7rem; color: var(--forest-deep); margin: 2.5rem 0 1rem; font-weight: 500; }
.content-page h3 { font-family: 'Fraunces', serif; font-size: 1.3rem; color: var(--forest-deep); margin: 2rem 0 0.8rem; font-weight: 500; }
.content-page p { color: var(--brown); margin-bottom: 1.2rem; font-size: 1.02rem; line-height: 1.75; }
.content-page ul, .content-page ol { margin-bottom: 1.5rem; padding-left: 1.5rem; color: var(--brown); }
.content-page li { margin-bottom: 0.5rem; line-height: 1.7; }
.content-page a { color: var(--yolk-deep); text-decoration: underline; }
.content-page blockquote { border-left: 3px solid var(--yolk); padding: 0.8rem 1.5rem; margin: 1.5rem 0; font-family: 'Fraunces', serif; font-style: italic; font-size: 1.1rem; color: var(--forest-deep); background: var(--ivory); border-radius: 0 12px 12px 0; }

/* BLOG LIST */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.8rem; max-width: 1300px; margin: 0 auto; padding: 0 2rem; }
.blog-card { background: var(--ivory); border: 1px solid var(--cream-deep); border-radius: 20px; overflow: hidden; text-decoration: none; color: inherit; transition: all 0.4s; display: flex; flex-direction: column; }
.blog-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(43, 62, 42, 0.12); }
.blog-visual { aspect-ratio: 1.5; position: relative; display: flex; align-items: center; justify-content: center; font-family: 'Fraunces', serif; font-style: italic; color: var(--cream); font-size: 1.2rem; padding: 2rem; text-align: center; }
.blog-visual.bv1 { background: linear-gradient(135deg, #c98a1f, #e8a93a); }
.blog-visual.bv2 { background: linear-gradient(135deg, #2b3e2a, #6b5842); }
.blog-visual.bv3 { background: linear-gradient(135deg, #6b5842, #a8895a); }
.blog-visual.bv4 { background: linear-gradient(135deg, #1a2a1a, #2b3e2a); }
.blog-body { padding: 1.8rem; flex: 1; display: flex; flex-direction: column; }
.blog-category { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--yolk-deep); font-weight: 600; margin-bottom: 0.7rem; }
.blog-card h3 { font-family: 'Fraunces', serif; font-size: 1.3rem; color: var(--forest-deep); margin-bottom: 0.6rem; font-weight: 500; line-height: 1.3; }
.blog-card p { color: var(--soil); font-size: 0.92rem; flex: 1; margin-bottom: 1rem; }
.blog-meta { display: flex; justify-content: space-between; align-items: center; padding-top: 1rem; border-top: 1px solid var(--cream-deep); font-size: 0.82rem; color: var(--soil); }
.read-more { color: var(--yolk-deep); font-weight: 500; }

/* RELATED PAGES */
.related-pages { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; max-width: 1300px; margin: 0 auto; }
.related-card { background: var(--ivory); padding: 1.8rem; border-radius: 16px; border: 1px solid var(--cream-deep); text-decoration: none; color: inherit; transition: all 0.3s; }
.related-card:hover { transform: translateY(-3px); border-color: var(--yolk); }
.related-card h4 { font-family: 'Fraunces', serif; font-size: 1.15rem; color: var(--forest-deep); margin-bottom: 0.4rem; font-weight: 500; }
.related-card p { color: var(--soil); font-size: 0.88rem; }
.related-card .arrow { color: var(--yolk-deep); font-weight: 500; margin-top: 0.8rem; display: inline-block; }

/* LONG-FORM ARTICLE SECTION */
.article-section { background: var(--ivory); padding: 6rem 2rem; }
.article-inner { max-width: 780px; margin: 0 auto; }
.article-inner .eyebrow { margin-bottom: 1.2rem; }
.article-inner h2.article-title { font-family: 'Fraunces', serif; font-size: clamp(2rem, 4.5vw, 3.2rem); color: var(--forest-deep); margin-bottom: 1.5rem; font-weight: 400; letter-spacing: -0.02em; line-height: 1.1; }
.article-inner h2.article-title em { font-style: italic; color: var(--yolk-deep); font-weight: 300; }
.article-inner .article-intro { font-family: 'Fraunces', serif; font-size: 1.25rem; line-height: 1.65; color: var(--forest-deep); font-style: italic; margin-bottom: 2.5rem; padding: 1.5rem 2rem; border-left: 3px solid var(--yolk); background: var(--shell); border-radius: 0 12px 12px 0; }
.article-inner h3 { font-family: 'Fraunces', serif; font-size: 1.6rem; color: var(--forest-deep); margin: 2.5rem 0 1rem; font-weight: 500; letter-spacing: -0.01em; }
.article-inner h4 { font-family: 'Fraunces', serif; font-size: 1.2rem; color: var(--forest-deep); margin: 1.8rem 0 0.6rem; font-weight: 500; }
.article-inner p { color: var(--brown); margin-bottom: 1.2rem; font-size: 1.02rem; line-height: 1.75; }
.article-inner ul, .article-inner ol { margin-bottom: 1.5rem; padding-left: 1.5rem; color: var(--brown); }
.article-inner li { margin-bottom: 0.5rem; line-height: 1.75; font-size: 1.02rem; }
.article-inner a { color: var(--yolk-deep); text-decoration: underline; text-underline-offset: 2px; }
.article-inner strong { color: var(--forest-deep); font-weight: 600; }
.article-inner blockquote { border-left: 3px solid var(--yolk); padding: 0.9rem 1.6rem; margin: 1.8rem 0; font-family: 'Fraunces', serif; font-style: italic; font-size: 1.15rem; color: var(--forest-deep); background: var(--cream); border-radius: 0 12px 12px 0; line-height: 1.55; }
.article-inner table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; font-size: 0.95rem; background: var(--cream); border-radius: 12px; overflow: hidden; }
.article-inner th { background: var(--forest); color: var(--cream); padding: 0.9rem 1rem; text-align: left; font-family: 'Fraunces', serif; font-weight: 500; }
.article-inner td { padding: 0.8rem 1rem; border-bottom: 1px solid var(--cream-deep); color: var(--brown); }
.article-inner tr:last-child td { border-bottom: none; }
.article-takeaway { background: var(--forest); color: var(--cream); padding: 2rem; border-radius: 20px; margin: 2.5rem 0; }
.article-takeaway h4 { color: var(--yolk); margin-top: 0; font-family: 'Fraunces', serif; font-size: 1.3rem; margin-bottom: 0.8rem; font-weight: 500; }
.article-takeaway p { color: rgba(246, 239, 224, 0.9); margin-bottom: 0; line-height: 1.7; }
.article-toc { background: var(--cream); border: 1px solid var(--cream-deep); border-radius: 16px; padding: 1.5rem 2rem; margin-bottom: 2.5rem; }
.article-toc h4 { font-family: 'Fraunces', serif; color: var(--forest-deep); margin-bottom: 0.8rem; font-size: 1.05rem; font-weight: 600; letter-spacing: 0.03em; text-transform: uppercase; }
.article-toc ul { list-style: none; padding: 0; margin: 0; columns: 2; column-gap: 2rem; }
.article-toc li { margin-bottom: 0.4rem; font-size: 0.93rem; break-inside: avoid; }
.article-toc a { color: var(--soil); text-decoration: none; }
.article-toc a:hover { color: var(--yolk-deep); }
@media (max-width: 700px) {
  .article-toc ul { columns: 1; }
  .article-section { padding: 4rem 1.25rem; }
  .article-inner .article-intro { padding: 1.2rem 1.4rem; font-size: 1.1rem; }
}

/* FLOATING WHATSAPP */
.float-wa { position: fixed; bottom: 24px; right: 24px; background: var(--whatsapp); color: white; width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; text-decoration: none; box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4); z-index: 999; font-size: 1.8rem; transition: all 0.3s; animation: pulse 2s infinite; }
.float-wa:hover { transform: scale(1.1); }
@keyframes pulse { 0%, 100% { box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4); } 50% { box-shadow: 0 8px 35px rgba(37, 211, 102, 0.7); } }

/* FOOTER */
footer { background: var(--forest-deep); color: var(--cream); padding: 5rem 2rem 2rem; }
.footer-inner { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.2fr 1fr; gap: 2.2rem; padding-bottom: 3rem; border-bottom: 1px solid rgba(246, 239, 224, 0.1); }
.social-icons a:hover { background: var(--yolk) !important; color: var(--forest-deep) !important; border-color: var(--yolk) !important; transform: translateY(-2px); }
.footer-brand h3 { font-family: 'Fraunces', serif; font-size: 1.8rem; margin-bottom: 1rem; font-weight: 500; }
.footer-brand p { color: rgba(246, 239, 224, 0.7); max-width: 300px; font-size: 0.92rem; margin-bottom: 1rem; }
.footer-col h4 { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.15em; color: var(--yolk); margin-bottom: 1rem; font-weight: 500; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 0.6rem; }
.footer-col a { color: rgba(246, 239, 224, 0.7); text-decoration: none; font-size: 0.88rem; transition: color 0.3s; }
.footer-col a:hover { color: var(--yolk); }
.footer-bottom { max-width: 1300px; margin: 0 auto; padding-top: 2rem; display: flex; justify-content: space-between; font-size: 0.85rem; color: rgba(246, 239, 224, 0.5); flex-wrap: wrap; gap: 1rem; }
.footer-legal a { color: rgba(246, 239, 224, 0.5); text-decoration: none; margin-left: 1.5rem; }

/* CONTACT GRID */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; max-width: 1300px; margin: 0 auto; align-items: start; }
.contact-info h2 { font-family: 'Fraunces', serif; font-size: clamp(2rem, 4vw, 3rem); color: var(--forest-deep); margin-bottom: 1.5rem; font-weight: 400; }
.contact-info h2 em { font-style: italic; color: var(--yolk-deep); font-weight: 300; }
.contact-info p { color: var(--soil); margin-bottom: 2.5rem; font-size: 1.05rem; }
.contact-details { background: var(--ivory); padding: 2rem; border-radius: 20px; border: 1px solid var(--cream-deep); }
.contact-detail-item { padding: 1rem 0; border-bottom: 1px solid var(--cream-deep); }
.contact-detail-item:last-child { border-bottom: none; padding-bottom: 0; }
.contact-detail-item:first-child { padding-top: 0; }
.contact-label { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--yolk-deep); margin-bottom: 0.4rem; font-weight: 600; }
.contact-value { color: var(--forest-deep); font-size: 1.05rem; font-weight: 500; text-decoration: none; }
.contact-value:hover { color: var(--yolk-deep); }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .products-grid { grid-template-columns: repeat(2, 1fr); }
  .industries-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: repeat(3, 1fr); }
  .trust-item:nth-child(4), .trust-item:nth-child(5) { border-right: none; }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr 1fr 1fr; }
  .footer-brand { grid-column: span 3; }
  .related-pages { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 1100px) {
  .footer-inner { grid-template-columns: 1.4fr 1fr 1fr 1.2fr; }
  .footer-brand { grid-column: span 1; }
}
@media (max-width: 900px) {
  .nav-links { display: none; }
  .mobile-toggle { display: block; }
  .nav-actions .nav-cta { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 6rem; }
  .hero-visual { aspect-ratio: 1; max-width: 400px; margin: 0 auto; }
  .section-header { grid-template-columns: 1fr; gap: 1rem; }
  .values-grid { grid-template-columns: 1fr; }
  .about-inner { grid-template-columns: 1fr; gap: 3rem; }
  .contact-grid { grid-template-columns: 1fr; gap: 2rem; }
  .process-steps { grid-template-columns: 1fr 1fr; }
  .process-steps::before { display: none; }
  .wholesale-inner { grid-template-columns: 1fr; gap: 3rem; }
  .quality-grid { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: span 2; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .badge-circle { width: 90px; height: 90px; font-size: 0.8rem; }
  .stats { grid-template-columns: 1fr; gap: 1rem; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
  .trust-item { border-right: none !important; }
  .related-pages { grid-template-columns: 1fr; }
}
@media (max-width: 500px) {
  nav { padding: 1rem; }
  section { padding: 4.5rem 1.25rem; }
  .hero { padding: 6rem 1.25rem 2rem; }
  .page-hero { padding: 8rem 1.25rem 3rem; }
  .content-page { padding: 8rem 1.25rem 4rem; }
  .process-steps { grid-template-columns: 1fr; }
  .products-grid { grid-template-columns: 1fr; }
  .industries-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-brand { grid-column: span 1; }
  .form-row { grid-template-columns: 1fr; }
  .bulk-form, .light-form { padding: 1.8rem; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .map-grid { grid-template-columns: 1fr !important; }
}
@media (max-width: 900px) {
  .map-grid { grid-template-columns: 1fr !important; }
}
