.container{width:min(var(--page-max,1320px), 100%);padding-inline:var(--page-gutter,1.25rem);box-sizing:border-box;margin:0 auto}.productHero{background:linear-gradient(135deg,#fef8ef,#fff);padding:60px 0 0}.heroGrid{grid-template-columns:1fr 1fr;align-items:center;gap:40px;display:grid}.tag{color:#8a6400;background:#f3e2b0;border-radius:50px;margin-bottom:20px;padding:10px 18px;font-size:14px;font-weight:600;display:inline-block}.heroContent h1{color:#1b1b1b;margin-bottom:25px;font-size:clamp(2rem,5.5vw,58px);font-weight:700;line-height:1.15}.heroContent h1 span{color:#c48a18}.heroContent p{color:#666;max-width:560px;font-size:17px;line-height:1.9}.heroButtons{gap:18px;margin-top:35px;display:flex}.primaryBtn{color:#fff;background:#b8860b;border-radius:10px;padding:15px 32px;text-decoration:none;transition:all .35s}.primaryBtn:hover{background:#8f6808}.secondaryBtn{color:#222;border:1px solid #d8d8d8;border-radius:10px;padding:15px 32px;text-decoration:none;transition:all .35s}.secondaryBtn:hover{background:#f4f4f4}.productsSection{background:#fafafa;padding:110px 0}.sectionHeading{text-align:center;max-width:760px;margin:auto auto 70px}.sectionHeading span{color:#b8860b;letter-spacing:2px;font-weight:700}.sectionHeading h2{color:#222;margin:18px 0;font-size:clamp(1.75rem,4vw,46px)}.sectionHeading p{color:#777;line-height:1.9}.productGrid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.productCard{background:#fff;border:1px solid #ececec;border-radius:22px;padding:40px;transition:all .4s;position:relative;overflow:hidden}.productCard:before{content:"";background:#c89b2b;width:100%;height:5px;transition:all .35s;position:absolute;top:0;left:0;transform:scaleX(0)}.productCard:hover:before{transform:scaleX(1)}.productCard:hover{transform:translateY(-10px);box-shadow:0 18px 45px #0000001f}.number{color:#b8860b;background:#fff5d8;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:25px;font-size:22px;font-weight:700;display:flex}.productCard h3{color:#222;margin-bottom:15px;font-size:28px}.productCard p{color:#666;margin-bottom:25px;line-height:1.8}.productCard a{color:#b8860b;font-weight:600;text-decoration:none}.heroImage{justify-content:center;align-items:center;width:100%;display:flex}.heroImage video,.heroImage img{aspect-ratio:16/9;object-fit:cover;border-radius:24px;width:100%;height:auto;min-height:0;max-height:680px;box-shadow:0 25px 60px #00000026}@media (max-width:992px){.heroGrid{grid-template-columns:1fr;gap:32px}.heroContent{text-align:center}.heroContent p{margin-inline:auto}.heroButtons{justify-content:center}.productGrid{grid-template-columns:repeat(2,1fr)}.productsSection{padding:80px 0}}@media (max-width:768px){.productHero{padding:40px 0 0}.heroContent h1{font-size:clamp(1.85rem,8vw,2.5rem)}.sectionHeading{margin-bottom:48px}.sectionHeading h2{font-size:clamp(1.5rem,6vw,2rem)}.productGrid{grid-template-columns:1fr}.productCard{padding:28px 24px}.productCard h3{font-size:1.5rem}.heroButtons{flex-direction:column;align-items:stretch}.primaryBtn,.secondaryBtn{text-align:center;width:100%}.productsSection{padding:64px 0}}@media (max-width:480px){.productHero{padding:28px 0 0}.heroImage video,.heroImage img{border-radius:16px}.number{width:50px;height:50px;font-size:18px}}
