/*
Theme Name: Sinco Leather B2B
Theme URI: https://sinco-leather.com
Author: Wehao
Author URI: https://www.wehaoai.com
Description: Premium B2B leather manufacturing theme for Sinco Leather. Tailored for luxury leather goods manufacturers with product catalogs, inquiry forms, and SEO/GEO optimization.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sinco-leather
Tags: business, e-commerce, custom-menu, custom-logo, featured-images, full-width-template, theme-options
*/

@import url('assets/css/tailwind.min.css');

/* Custom utility classes */
.text-gradient-gold {
    background: linear-gradient(135deg, #C5A059 0%, #A88644 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bg-gradient-gold {
    background: linear-gradient(135deg, #C5A059 0%, #A88644 100%);
}
.shadow-ambient-sm { box-shadow: 0 2px 8px rgba(74, 55, 40, 0.04); }
.shadow-ambient-md { box-shadow: 0 4px 16px rgba(74, 55, 40, 0.08); }
.shadow-ambient-lg { box-shadow: 0 8px 32px rgba(74, 55, 40, 0.12); }
.shadow-contact-form { box-shadow: 0 8px 24px rgba(74, 55, 40, 0.06); }

/* Material Symbols */
.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
}

/* FAQ accordion */
details summary { list-style: none; display: flex; justify-content: space-between; align-items: center; cursor: pointer; }
details summary::-webkit-details-marker { display: none; }

/* Grid helpers */
.grid-cols-12 { grid-template-columns: repeat(12, minmax(0, 1fr)); }
.col-span-5 { grid-column: span 5 / span 5; }
.col-span-7 { grid-column: span 7 / span 7; }
