:root { --greenPrimary: #2D8659; --greenDark: #1e5d3f; --greenLight: #4CAF50; --greenCream: #E8F5E9; --white: #FFFFFF; --bgLight: #F8FBF9; }
/* COMBO: Classic Modern — Montserrat Bold + Lato Regular */
.hero h1, .titleArea h2, .productCard h3, .shopHeader h2 { font-family: 'Montserrat', sans-serif; font-weight: 700; }
.hero p, .productInfo, .categoryBadge, .rating, .variantGroup label, .vOpt, .productFooter, .priceBox { font-family: 'Lato', sans-serif; }

.hero { height: 85vh; min-height: 500px; display: flex; align-items: center; justify-content: center; color: var(--white); text-align: center; border-radius: 0 0 60px 60px; margin-bottom: 3rem; position: relative; overflow: hidden; background: #080808; box-shadow: 0 20px 40px rgba(0,0,0,0.2); width: 100%; }
.heroVideoContainer { position: absolute; inset: 0; z-index: 1; background: #000; overflow: hidden; pointer-events: none; }
.heroVideoContainer::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.8) 100%); z-index: 2; }
.heroVideo { width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 1.5s ease; transform: scale(1.02); animation: slowZoom 20s infinite alternate; }
.heroVideoContainer.loaded .heroVideo { opacity: 0.6; }
.heroVideoContainer.loaded .skeletonHero { display: none; }
.skeletonHero { width: 100%; height: 100%; background: #111; position: absolute; inset: 0; }
.heroContent { position: relative; z-index: 4; width: 100%; max-width: 800px; padding: 0 20px; animation: fadeInUp 1s ease-out forwards; margin: 0 auto; }
.heroSubtitle { text-transform: uppercase; letter-spacing: 4px; font-size: 0.7rem; color: var(--greenLight); font-weight: 700; margin-bottom: 1rem; display: inline-block; padding: 5px 15px; background: rgba(255,255,255,0.05); backdrop-filter: blur(5px); border-radius: 50px; border: 1px solid rgba(255,255,255,0.1); }
.hero h1 { font-family: 'Montserrat', sans-serif; font-size: clamp(2rem, 9vw, 4.5rem); line-height: 1.1; margin-bottom: 1.2rem; font-weight: 900; letter-spacing: -1px; }
.hero p { font-size: clamp(0.9rem, 3.5vw, 1.1rem); opacity: 0.8; margin-bottom: 2.5rem; max-width: 550px; margin-inline: auto; font-weight: 300; line-height: 1.5; color: #eee; }
.btnPrimary { background: var(--greenPrimary); color: var(--white); padding: 15px 32px; border-radius: 50px; text-decoration: none; font-weight: 700; font-size: 0.9rem; display: inline-flex; align-items: center; gap: 8px; transition: 0.4s; border: none; box-shadow: 0 10px 25px rgba(45,134,89,0.3); position: relative; overflow: hidden; }
.shopHeader { display: flex; flex-direction: column; align-items: center; text-align: center; margin-bottom: 3rem; gap: 20px; width: 100%; overflow: hidden; }
.titleArea h2 { font-family: 'Montserrat', sans-serif; font-size: clamp(2rem, 7vw, 2.8rem); color: var(--greenDark); font-weight: 800; }
.filterTags { display: flex; gap: 10px; overflow-x: auto; width: 100%; padding: 5px 20px 15px; scrollbar-width: none; -webkit-overflow-scrolling: touch; justify-content: flex-start; }
.filterTags::-webkit-scrollbar { display: none; }
.tag { padding: 10px 22px; background: var(--white); border: 1px solid #eee; border-radius: 50px; font-size: 0.85rem; font-weight: 600; cursor: pointer; white-space: nowrap; color: #777; transition: 0.3s; }
.tag.active { background: var(--greenDark); color: var(--white); border-color: var(--greenDark); }
.productsGrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 25px; margin-bottom: 5rem; width: 100%; }
.productCard { background: var(--white); border-radius: 30px; overflow: hidden; border: 1px solid rgba(0,0,0,0.03); box-shadow: 0 10px 30px rgba(0,0,0,0.05); position: relative; opacity: 0; animation: fadeInUp 0.8s ease forwards; display: flex; flex-direction: column; }
.productImgWrapper { position: relative; height: 250px; overflow: hidden; margin: 10px; border-radius: 22px; background: #f9f9f9; }
.productImgWrapper img { width: 100%; height: 100%; object-fit: cover; transition: 0.8s; }
.productCard:hover .productImgWrapper img { transform: scale(1.08); }
.featuredBadge { position: absolute; top: 15px; left: 15px; background: rgba(255,255,255,0.95); color: #d4a017; padding: 5px 12px; border-radius: 50px; font-size: 0.65rem; font-weight: 800; z-index: 5; border: 1px solid rgba(0,0,0,0.05); }
.productInfo { padding: 5px 1.2rem 1.5rem; flex-grow: 1; display: flex; flex-direction: column; }
.infoTop { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.categoryBadge { background: var(--greenCream); color: var(--greenDark); padding: 4px 10px; border-radius: 50px; font-size: 0.6rem; font-weight: 700; }
.rating { font-size: 0.75rem; color: #ffb400; font-weight: 700; }
.productCard h3 { font-size: 1.2rem; margin-bottom: 12px; color: var(--greenDark); font-family: 'Montserrat', sans-serif; font-weight: 700; }
.variantSelectors { margin-bottom: 15px; }
.variantGroup { margin-bottom: 8px; }
.variantGroup label { font-size: 0.7rem; font-weight: 700; color: #999; text-transform: uppercase; display: block; margin-bottom: 4px; }
.variantOptions { display: flex; gap: 6px; flex-wrap: wrap; }
.vOpt { padding: 5px 12px; border: 1.5px solid #eee; border-radius: 8px; font-size: 0.75rem; font-weight: 600; cursor: pointer; transition: 0.2s; color: #666; }
.vOpt:hover { border-color: var(--greenPrimary); color: var(--greenPrimary); }
.vOpt.active { background: var(--greenPrimary); border-color: var(--greenPrimary); color: #fff; }
.vOpt.disabled { opacity: 0.2; pointer-events: none; background: #f5f5f5; border-color: #ddd; }
.productFooter { display: flex; justify-content: space-between; align-items: center; padding-top: 1rem; border-top: 1px solid #f0f0f0; margin-top: auto; }
.priceBox { display: flex; align-items: baseline; gap: 2px; }
.amount { font-size: 1.3rem; font-weight: 800; color: var(--greenDark); }
.addCartBtnLong { background: var(--greenPrimary); color: var(--white); border: none; padding: 10px 18px; border-radius: 12px; font-weight: 700; font-size: 0.85rem; cursor: pointer; transition: 0.3s; }
.addCartBtnLong.disabled { background: #eee; color: #aaa; cursor: not-allowed; }
@keyframes slowZoom { from { transform: scale(1); } to { transform: scale(1.05); } }
@keyframes fadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 768px) { .productsGrid { grid-template-columns: 1fr; padding: 0 15px; } .productImgWrapper { height: 220px; } }
