*, ::before, ::after { box-sizing: border-box; margin: 0px; padding: 0px; }
html { scroll-behavior: smooth; }
body { font-family: "Inter", sans-serif; background-color: rgb(0, 0, 0); color: rgb(255, 255, 255); overflow-x: hidden; }
.home-hero { position: relative; width: 100%; min-height: 100vh; background-color: rgb(0, 0, 0); display: flex; align-items: center; overflow: hidden; }
.home-hero__pattern-overlay { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 1; opacity: 0.07; pointer-events: none; }
.home-hero__pattern-img { width: 100%; height: 100%; object-fit: cover; }
.home-hero__inner { position: relative; z-index: 2; width: 100%; max-width: 1300px; margin: 0px auto; padding: 80px 40px; display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.home-hero__left { flex: 1 1 0%; max-width: 580px; }
.home-hero__badge { display: inline-block; background: rgba(199, 167, 90, 0.15); border: 1px solid rgb(199, 167, 90); color: rgb(199, 167, 90); font-family: "Inter", sans-serif; font-size: 0.75rem; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; padding: 6px 16px; border-radius: 50px; margin-bottom: 24px; }
.home-hero__headline { font-family: "Poppins", sans-serif; font-size: clamp(2.2rem, 4.5vw, 3.8rem); font-weight: 800; color: rgb(199, 167, 90); line-height: 1.2; margin-bottom: 24px; letter-spacing: -0.5px; }
.home-hero__subheadline { font-family: "Inter", sans-serif; font-size: 1.1rem; font-weight: 400; color: rgba(255, 255, 255, 0.85); line-height: 1.7; margin-bottom: 40px; max-width: 480px; }
.home-hero__cta-group { display: flex; gap: 16px; flex-wrap: wrap; }
.home-hero__btn-primary { background: rgb(228, 201, 122); color: rgb(0, 0, 0); font-family: "Poppins", sans-serif; font-size: 0.95rem; font-weight: 700; padding: 14px 32px; border-radius: 50px; border: 2px solid rgb(228, 201, 122); cursor: pointer; text-decoration: none; display: inline-block; transition: 0.3s; letter-spacing: 0.3px; }
.home-hero__btn-primary:hover { background: rgb(201, 168, 76); border-color: rgb(201, 168, 76); transform: translateY(-2px); box-shadow: rgba(228, 201, 122, 0.35) 0px 8px 25px; }
.home-hero__btn-secondary { background: transparent; color: rgb(199, 167, 90); font-family: "Poppins", sans-serif; font-size: 0.95rem; font-weight: 700; padding: 14px 32px; border-radius: 50px; border: 2px solid rgb(199, 167, 90); cursor: pointer; text-decoration: none; display: inline-block; transition: 0.3s; letter-spacing: 0.3px; }
.home-hero__btn-secondary:hover { background: rgba(199, 167, 90, 0.12); transform: translateY(-2px); box-shadow: rgba(199, 167, 90, 0.2) 0px 8px 25px; }
.home-hero__right { flex: 1 1 0%; max-width: 520px; position: relative; display: flex; align-items: center; justify-content: center; }
.home-hero__image-wrapper { position: relative; width: 100%; border-radius: 20px; overflow: hidden; }
.home-hero__image-glow { position: absolute; top: -30px; right: -30px; width: 200px; height: 200px; border-radius: 50%; background: radial-gradient(circle, rgba(199, 167, 90, 0.25) 0%, transparent 70%); pointer-events: none; z-index: 1; }
.home-hero__lifestyle-img { width: 100%; height: 520px; object-fit: cover; border-radius: 20px; display: block; border: 1px solid rgba(199, 167, 90, 0.2); }
.home-hero__img-border { position: absolute; inset: -8px; border-radius: 24px; border: 1px solid rgba(199, 167, 90, 0.25); pointer-events: none; }
.home-hero__separator { position: absolute; bottom: 0px; left: 0px; width: 100%; height: 2px; background: linear-gradient(90deg, transparent, rgb(199, 167, 90) 30%, rgb(199, 167, 90) 70%, transparent); z-index: 3; }
.home-welcome { background: linear-gradient(135deg, rgb(79, 117, 130) 0%, rgb(61, 98, 112) 50%, rgb(46, 79, 90) 100%); padding: 80px 40px; position: relative; overflow: hidden; }
.home-welcome__inner { max-width: 760px; margin: 0px auto; text-align: center; }
.home-welcome__heading { font-family: "Poppins", sans-serif; font-size: clamp(1.8rem, 3vw, 2.8rem); font-weight: 700; color: rgb(255, 255, 255); margin-bottom: 24px; letter-spacing: -0.3px; }
.home-welcome__para { font-family: "Inter", sans-serif; font-size: 1.05rem; line-height: 1.8; color: rgba(255, 255, 255, 0.88); margin-bottom: 36px; }
.home-welcome__icon { display: inline-block; width: 60px; height: 60px; }
.home-welcome__icon svg { width: 60px; height: 60px; }
.home-welcome__wave-separator { position: absolute; bottom: -1px; left: 0px; width: 100%; line-height: 0; z-index: 2; }
.home-welcome__wave-separator svg { display: block; width: 100%; }
.home-categories { background: rgb(0, 0, 0); padding: 80px 40px; position: relative; }
.home-categories__inner { max-width: 1300px; margin: 0px auto; }
.home-categories__heading { font-family: "Poppins", sans-serif; font-size: clamp(1.8rem, 3vw, 2.5rem); font-weight: 700; color: rgb(199, 167, 90); text-align: center; margin-bottom: 48px; }
.home-categories__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.home-cat-card { position: relative; border-radius: 16px; overflow: hidden; min-height: 420px; display: flex; align-items: flex-end; cursor: pointer; transition: transform 0.3s, box-shadow 0.3s; }
.home-cat-card:hover { transform: translateY(-6px); box-shadow: rgba(199, 167, 90, 0.2) 0px 20px 50px; }
.home-cat-card__img { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.home-cat-card:hover .home-cat-card__img { transform: scale(1.05); }
.home-cat-card__overlay { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: linear-gradient(to top, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.1) 100%); z-index: 1; }
.home-cat-card__content { position: relative; z-index: 2; padding: 36px; width: 100%; }
.home-cat-card__title { font-family: "Poppins", sans-serif; font-size: 1.8rem; font-weight: 700; color: rgb(199, 167, 90); margin-bottom: 12px; letter-spacing: -0.3px; }
.home-cat-card__desc { font-family: "Inter", sans-serif; font-size: 0.95rem; color: rgba(255, 255, 255, 0.85); line-height: 1.6; margin-bottom: 24px; }
.home-cat-card__btn { background: rgb(228, 201, 122); color: rgb(0, 0, 0); font-family: "Poppins", sans-serif; font-size: 0.9rem; font-weight: 700; padding: 12px 28px; border-radius: 50px; border: medium; cursor: pointer; text-decoration: none; display: inline-block; transition: 0.3s; }
.home-cat-card__btn:hover { background: rgb(201, 168, 76); transform: translateY(-2px); box-shadow: rgba(228, 201, 122, 0.4) 0px 6px 20px; }
.home-categories__separator { margin-top: 64px; height: 2px; background: linear-gradient(90deg, transparent, rgb(199, 167, 90) 30%, rgb(199, 167, 90) 70%, transparent); }
.home-why { background: rgb(58, 90, 101); padding: 80px 40px; position: relative; }
.home-why__inner { max-width: 1200px; margin: 0px auto; }
.home-why__heading { font-family: "Poppins", sans-serif; font-size: clamp(1.8rem, 3vw, 2.5rem); font-weight: 700; color: rgb(199, 167, 90); text-align: center; margin-bottom: 56px; }
.home-why__features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.home-why__feature { text-align: center; padding: 36px 24px; background: rgba(0, 0, 0, 0.25); border-radius: 16px; border: 1px solid rgba(199, 167, 90, 0.15); transition: 0.3s; }
.home-why__feature:hover { background: rgba(0, 0, 0, 0.4); border-color: rgba(199, 167, 90, 0.4); transform: translateY(-4px); }
.home-why__feature-icon { width: 64px; height: 64px; margin: 0px auto 20px; background: rgba(228, 201, 122, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(228, 201, 122, 0.25); }
.home-why__feature-icon svg { width: 30px; height: 30px; }
.home-why__feature-title { font-family: "Poppins", sans-serif; font-size: 1.05rem; font-weight: 700; color: rgb(255, 255, 255); margin-bottom: 12px; }
.home-why__feature-desc { font-family: "Inter", sans-serif; font-size: 0.88rem; color: rgba(255, 255, 255, 0.7); line-height: 1.6; }
.home-why__ornament { margin-top: 60px; text-align: center; }
.home-why__ornament svg { opacity: 0.5; }
.home-products { background: rgb(0, 0, 0); padding: 80px 40px; position: relative; }
.home-products__top-sep { position: absolute; top: 0px; left: 0px; width: 100%; height: 2px; background: linear-gradient(90deg, transparent, rgb(199, 167, 90) 30%, rgb(199, 167, 90) 70%, transparent); }
.home-products__inner { max-width: 1300px; margin: 0px auto; }
.home-products__heading { font-family: "Poppins", sans-serif; font-size: clamp(1.8rem, 3vw, 2.5rem); font-weight: 700; color: rgb(199, 167, 90); text-align: center; margin-bottom: 12px; }
.home-products__subheading { font-family: "Inter", sans-serif; font-size: 1rem; color: rgba(255, 255, 255, 0.8); text-align: center; margin-bottom: 52px; }
.home-products__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 48px; }
.home-prod-card { background: rgb(17, 17, 17); border-radius: 14px; overflow: hidden; border: 1px solid rgba(199, 167, 90, 0.1); transition: 0.3s; }
.home-prod-card:hover { border-color: rgba(199, 167, 90, 0.35); transform: translateY(-5px); box-shadow: rgba(0, 0, 0, 0.5) 0px 15px 40px; }
.home-prod-card__img-wrapper { position: relative; height: 220px; overflow: hidden; background: rgb(26, 26, 26); }
.home-prod-card__img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.home-prod-card:hover .home-prod-card__img { transform: scale(1.08); }
.home-prod-card__badge { position: absolute; top: 12px; left: 12px; background: rgb(199, 167, 90); color: rgb(0, 0, 0); font-family: "Inter", sans-serif; font-size: 0.7rem; font-weight: 700; padding: 4px 10px; border-radius: 20px; text-transform: uppercase; letter-spacing: 0.5px; }
.home-prod-card__body { padding: 20px; }
.home-prod-card__name { font-family: "Poppins", sans-serif; font-size: 0.98rem; font-weight: 600; color: rgb(255, 255, 255); margin-bottom: 6px; }
.home-prod-card__desc { font-family: "Inter", sans-serif; font-size: 0.82rem; color: rgba(255, 255, 255, 0.55); margin-bottom: 14px; line-height: 1.5; }
.home-prod-card__price { font-family: "Poppins", sans-serif; font-size: 1.05rem; font-weight: 700; color: rgb(228, 201, 122); margin-bottom: 16px; }
.home-prod-card__btn { background: rgb(79, 117, 130); color: rgb(255, 255, 255); font-family: "Poppins", sans-serif; font-size: 0.85rem; font-weight: 600; padding: 10px 22px; border-radius: 8px; border: medium; cursor: pointer; text-decoration: none; display: inline-block; transition: 0.3s; width: 100%; text-align: center; }
.home-prod-card__btn:hover { background: rgb(61, 98, 112); box-shadow: rgba(79, 117, 130, 0.4) 0px 4px 15px; }
.home-products__cta-wrap { text-align: center; }
.home-products__view-all { background: rgb(228, 201, 122); color: rgb(0, 0, 0); font-family: "Poppins", sans-serif; font-size: 1rem; font-weight: 700; padding: 16px 48px; border-radius: 50px; border: medium; cursor: pointer; text-decoration: none; display: inline-block; transition: 0.3s; letter-spacing: 0.3px; }
.home-products__view-all:hover { background: rgb(201, 168, 76); transform: translateY(-2px); box-shadow: rgba(228, 201, 122, 0.4) 0px 10px 30px; }
.home-products__bottom-sep { margin-top: 64px; height: 2px; background: linear-gradient(90deg, transparent, rgb(199, 167, 90) 30%, rgb(199, 167, 90) 70%, transparent); }
.home-attar { position: relative; background: linear-gradient(135deg, rgb(26, 13, 0) 0%, rgb(42, 21, 0) 30%, rgb(61, 31, 0) 50%, rgb(26, 10, 0) 75%, rgb(0, 0, 0) 100%); padding: 0px; overflow: hidden; }
.home-attar__inner { display: flex; align-items: stretch; min-height: 560px; max-width: 100%; }
.home-attar__left { flex: 1 1 0%; position: relative; min-height: 500px; }
.home-attar__img { width: 100%; height: 100%; object-fit: cover; display: block; min-height: 500px; }
.home-attar__img-overlay { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(26, 13, 0, 0.6)); pointer-events: none; }
.home-attar__right { flex: 1 1 0%; display: flex; align-items: center; padding: 80px 60px; }
.home-attar__content { max-width: 520px; }
.home-attar__eyebrow { display: inline-block; background: rgba(122, 90, 26, 0.3); border: 1px solid rgb(122, 90, 26); color: rgb(228, 201, 122); font-family: "Inter", sans-serif; font-size: 0.72rem; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; padding: 5px 14px; border-radius: 50px; margin-bottom: 24px; }
.home-attar__heading { font-family: "Poppins", sans-serif; font-size: clamp(1.8rem, 3vw, 2.8rem); font-weight: 800; color: rgb(199, 167, 90); margin-bottom: 24px; letter-spacing: -0.3px; line-height: 1.2; }
.home-attar__para { font-family: "Inter", sans-serif; font-size: 0.98rem; color: rgba(255, 255, 255, 0.85); line-height: 1.8; margin-bottom: 36px; }
.home-attar__btn { background: rgb(228, 201, 122); color: rgb(0, 0, 0); font-family: "Poppins", sans-serif; font-size: 0.95rem; font-weight: 700; padding: 14px 36px; border-radius: 50px; border: medium; cursor: pointer; text-decoration: none; display: inline-block; transition: 0.3s; }
.home-attar__btn:hover { background: rgb(201, 168, 76); transform: translateY(-2px); box-shadow: rgba(228, 201, 122, 0.35) 0px 8px 25px; }
.home-attar__diagonal { position: absolute; bottom: -1px; left: 0px; width: 100%; line-height: 0; z-index: 2; }
.home-attar__diagonal svg { display: block; width: 100%; }
.home-testimonials { background: rgb(79, 117, 130); padding: 80px 40px; position: relative; }
.home-testimonials__inner { max-width: 1200px; margin: 0px auto; }
.home-testimonials__heading { font-family: "Poppins", sans-serif; font-size: clamp(1.8rem, 3vw, 2.5rem); font-weight: 700; color: rgb(255, 255, 255); text-align: center; margin-bottom: 48px; }
.home-testimonials__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.home-testi-card { background: rgb(0, 0, 0); border-radius: 16px; padding: 32px; border: 1px solid rgb(122, 90, 26); transition: 0.3s; }
.home-testi-card:hover { border-color: rgb(199, 167, 90); transform: translateY(-4px); box-shadow: rgba(0, 0, 0, 0.4) 0px 12px 35px; }
.home-testi-card__stars { display: flex; gap: 4px; margin-bottom: 16px; }
.home-testi-card__stars svg { width: 18px; height: 18px; }
.home-testi-card__text { font-family: "Inter", sans-serif; font-size: 0.95rem; color: rgba(255, 255, 255, 0.85); line-height: 1.7; margin-bottom: 24px; font-style: italic; }
.home-testi-card__name { font-family: "Poppins", sans-serif; font-size: 0.95rem; font-weight: 700; color: rgb(199, 167, 90); }
.home-testi-card__role { font-family: "Inter", sans-serif; font-size: 0.8rem; color: rgba(255, 255, 255, 0.5); margin-top: 2px; }
.home-testimonials__gold-strip { margin-top: 56px; height: 2px; background: linear-gradient(90deg, transparent, rgb(199, 167, 90) 30%, rgb(199, 167, 90) 70%, transparent); }
.home-newsletter { background: rgb(0, 0, 0); padding: 80px 40px; position: relative; overflow: hidden; }
.home-newsletter__pattern { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; pointer-events: none; z-index: 0; opacity: 0.04; }
.home-newsletter__border-top { position: absolute; top: 0px; left: 0px; width: 100%; height: 2px; background: linear-gradient(90deg, transparent, rgb(199, 167, 90) 30%, rgb(199, 167, 90) 70%, transparent); }
.home-newsletter__inner { position: relative; z-index: 1; max-width: 600px; margin: 0px auto; text-align: center; }
.home-newsletter__heading { font-family: "Poppins", sans-serif; font-size: clamp(1.8rem, 3vw, 2.5rem); font-weight: 700; color: rgb(199, 167, 90); margin-bottom: 16px; }
.home-newsletter__subtext { font-family: "Inter", sans-serif; font-size: 1rem; color: rgba(255, 255, 255, 0.8); line-height: 1.7; margin-bottom: 40px; }
.home-newsletter__form { display: flex; gap: 12px; margin-bottom: 36px; }
.home-newsletter__input { flex: 1 1 0%; background: rgb(17, 17, 17); border: 1.5px solid rgba(199, 167, 90, 0.4); color: rgb(255, 255, 255); font-family: "Inter", sans-serif; font-size: 0.95rem; padding: 14px 20px; border-radius: 50px; outline: none; transition: border-color 0.3s; }
.home-newsletter__input::placeholder { color: rgba(255, 255, 255, 0.4); }
.home-newsletter__input:focus { border-color: rgb(199, 167, 90); }
.home-newsletter__submit { background: rgb(228, 201, 122); color: rgb(0, 0, 0); font-family: "Poppins", sans-serif; font-size: 0.9rem; font-weight: 700; padding: 14px 28px; border-radius: 50px; border: medium; cursor: pointer; white-space: nowrap; transition: 0.3s; }
.home-newsletter__submit:hover { background: rgb(201, 168, 76); transform: translateY(-2px); box-shadow: rgba(228, 201, 122, 0.4) 0px 6px 20px; }
.home-newsletter__socials { display: flex; justify-content: center; gap: 20px; }
.home-newsletter__social-link { display: flex; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 50%; border: 1.5px solid rgba(199, 167, 90, 0.35); background: rgba(199, 167, 90, 0.08); color: rgb(199, 167, 90); text-decoration: none; transition: 0.3s; }
.home-newsletter__social-link:hover { background: rgba(199, 167, 90, 0.2); border-color: rgb(199, 167, 90); transform: translateY(-3px); }
.home-newsletter__social-link svg { width: 20px; height: 20px; }
.home-newsletter__gold-line { position: absolute; bottom: 0px; left: 0px; width: 100%; height: 2px; background: linear-gradient(90deg, transparent, rgb(199, 167, 90) 30%, rgb(199, 167, 90) 70%, transparent); }
@media (max-width: 1024px) {
  .home-why__features { grid-template-columns: repeat(2, 1fr); }
  .home-products__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .home-hero__inner { flex-direction: column; text-align: center; padding: 60px 30px; }
  .home-hero__left { max-width: 100%; }
  .home-hero__subheadline { max-width: 100%; }
  .home-hero__cta-group { justify-content: center; }
  .home-hero__right { max-width: 100%; width: 100%; }
  .home-hero__lifestyle-img { height: 380px; }
  .home-categories__grid { grid-template-columns: 1fr; }
  .home-attar__inner { flex-direction: column; }
  .home-attar__left { min-height: 300px; }
  .home-attar__right { padding: 60px 40px; }
  .home-testimonials__grid { grid-template-columns: 1fr; gap: 20px; }
  .home-newsletter__form { flex-direction: column; }
}
@media (max-width: 640px) {
  .home-hero { min-height: auto; padding: 20px 0px; }
  .home-hero__inner { padding: 40px 20px; gap: 40px; }
  .home-categories { padding: 60px 20px; }
  .home-why { padding: 60px 20px; }
  .home-why__features { grid-template-columns: 1fr; }
  .home-products { padding: 60px 20px; }
  .home-products__grid { grid-template-columns: 1fr; }
  .home-attar__right { padding: 50px 24px; }
  .home-testimonials { padding: 60px 20px; }
  .home-newsletter { padding: 60px 20px; }
  .home-welcome { padding: 60px 20px; }
  .home-cat-card { min-height: 340px; }
}
.editor-tool, [data-editor-tool] { outline: none !important; cursor: default !important; }
.dragging { opacity: 0.5 !important; }
.drag-over { border-top: 3px solid rgb(76, 175, 80) !important; }