/* style.css — MAVIN FURNITURE Luxury Theme */
/* Primary: #f97316 (rich orange), Secondary: white + charcoal */

:root{
  --orange:#f97316;
  --orange2:#fb923c;
  --charcoal:#0f1115;
  --charcoal2:#161a22;
  --muted:#aeb4c0;
  --border: rgba(255,255,255,.10);
  --shadow: 0 18px 50px rgba(0,0,0,.35);
  --shadowSoft: 0 14px 36px rgba(15,17,21,.18);
  --radius: 18px;
}

*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body.mavin-body{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: radial-gradient(1200px 700px at 20% -10%, rgba(249,115,22,.18), transparent 60%),
              radial-gradient(900px 500px at 95% 10%, rgba(249,115,22,.12), transparent 55%),
              #0b0d12;
  color:#f4f6fb;
}

/* Navbar */
.mavin-nav{
  background: rgba(15,17,21,.75);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.mavin-logo{
  font-family: "Playfair Display", serif;
  letter-spacing: .6px;
  font-weight: 700;
}
.mavin-badge{
  background: rgba(249,115,22,.20);
  border: 1px solid rgba(249,115,22,.35);
  color: #ffe7d1;
  font-weight: 600;
}
.navbar .nav-link{
  color: rgba(255,255,255,.78);
  transition: all .2s ease;
}
.navbar .nav-link:hover{
  color: #fff;
  transform: translateY(-1px);
}
.btn-mavin{
  background: linear-gradient(135deg, var(--orange), var(--orange2));
  border: 0;
  color:#0b0d12;
  font-weight: 700;
  border-radius: 999px;
  padding: 12px 18px;
  box-shadow: 0 14px 34px rgba(249,115,22,.25);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.btn-mavin:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 50px rgba(249,115,22,.30);
  filter: brightness(1.02);
}
.btn-mavin-outline{
  border: 1px solid rgba(249,115,22,.55);
  color: #ffe7d1;
  background: rgba(249,115,22,.08);
  border-radius: 999px;
  padding: 12px 18px;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.btn-mavin-outline:hover{
  transform: translateY(-2px);
  background: rgba(249,115,22,.14);
  border-color: rgba(249,115,22,.75);
  color:#fff;
}
.mavin-cart-badge{
  position: absolute;
  top: -8px;
  right: -8px;
}

/* Flash wrap spacing under fixed nav */
.mavin-flash-wrap{ padding-top: 70px; }

/* Hero */
.mavin-hero{
  position: relative;
  min-height: 100vh;
  background-image:
    url("https://images.unsplash.com/photo-1505691938895-1758d7feb511?auto=format&fit=crop&w=2000&q=80");
  background-size: cover;
  background-position: center;
}
.mavin-hero-overlay{
  position:absolute; inset:0;
  background: radial-gradient(900px 450px at 25% 30%, rgba(15,17,21,.10), rgba(15,17,21,.70) 55%, rgba(11,13,18,.92) 100%),
              linear-gradient(180deg, rgba(11,13,18,.35), rgba(11,13,18,.90));
}
.mavin-hero-title{
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: .2px;
  font-size: clamp(2.1rem, 4vw, 3.5rem);
}
.mavin-accent{
  color: #ffd7b0;
  text-shadow: 0 18px 60px rgba(249,115,22,.25);
}
.mavin-hero-sub{
  color: rgba(255,255,255,.78);
  font-size: 1.05rem;
  max-width: 56ch;
}
.mavin-pill{
  display: inline-flex;
  gap: .6rem;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: var(--shadowSoft);
  color: rgba(255,255,255,.84);
}

.mavin-mini{
  display:flex;
  gap: 12px;
  align-items:center;
  padding: 14px;
  border-radius: var(--radius);
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: var(--shadowSoft);
}
.mavin-mini-ico{
  width: 44px; height: 44px;
  border-radius: 14px;
  display:grid; place-items:center;
  background: rgba(249,115,22,.18);
  border: 1px solid rgba(249,115,22,.25);
}
.mavin-mini-title{ font-weight: 700; }
.mavin-mini-sub{ color: rgba(255,255,255,.68); font-size: .92rem; }

.mavin-glass-card{
  border-radius: 26px;
  padding: 22px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: var(--shadow);
}
.mavin-glass-kicker{ color: rgba(255,255,255,.65); font-weight: 600; }
.mavin-glass-title{ font-family:"Playfair Display", serif; font-size: 1.6rem; font-weight: 700; }
.mavin-chip{
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(249,115,22,.18);
  border: 1px solid rgba(249,115,22,.35);
  color:#ffe7d1;
  font-weight: 700;
  font-size: .9rem;
}

/* Sections */
.mavin-section{ background: transparent; }
.mavin-section-alt{
  background: rgba(255,255,255,.03);
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.mavin-section-kicker{
  color: rgba(249,115,22,.90);
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: .78rem;
}
.mavin-section-title{
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
}
.mavin-muted{ color: rgba(255,255,255,.68); }

.mavin-card{
  border-radius: var(--radius);
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: var(--shadowSoft);
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.mavin-card:hover{
  transform: translateY(-3px);
  border-color: rgba(249,115,22,.25);
  box-shadow: 0 18px 60px rgba(0,0,0,.35);
}
.mavin-card-img{
  height: 170px;
  background-size: cover;
  background-position: center;
  filter: saturate(1.05) contrast(1.02);
}

.mavin-category .mavin-card-img{
  height: 180px;
}
.mavin-product-img{
  position: relative;
  height: 180px;
  background-size: cover;
  background-position: center;
}
.mavin-tag{
  position:absolute;
  left: 12px;
  top: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(15,17,21,.60);
  border: 1px solid rgba(255,255,255,.12);
  font-weight: 700;
  font-size: .8rem;
}
.mavin-price{
  color:#ffd7b0;
  font-weight: 800;
  white-space: nowrap;
}

/* CTA strip */
.mavin-cta-strip{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 14px;
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(249,115,22,.18), rgba(255,255,255,.05));
  border: 1px solid rgba(249,115,22,.22);
}
.mavin-cta-title{
  font-family:"Playfair Display", serif;
  font-weight: 700;
  font-size: 1.2rem;
}

/* Features */
.mavin-feature{
  display:flex;
  gap: 12px;
  align-items:flex-start;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.07);
}
.mavin-feature-ico{
  width: 44px; height: 44px;
  border-radius: 14px;
  display:grid; place-items:center;
  background: rgba(249,115,22,.16);
  border: 1px solid rgba(249,115,22,.25);
}
.mavin-feature-title{ font-weight: 800; }

/* Image grid */
.mavin-image-grid{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.mavin-image-tile{
  border-radius: 22px;
  height: 180px;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: var(--shadowSoft);
  transition: transform .25s ease;
}
.mavin-image-tile:hover{ transform: scale(1.02); }

/* About card */
.mavin-about-card{
  border-radius: 26px;
  padding: 22px;
  background: linear-gradient(135deg, rgba(255,255,255,.07), rgba(249,115,22,.06));
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: var(--shadow);
}
.mavin-about-meta{
  display:grid;
  gap: 8px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(0,0,0,.18);
  border: 1px solid rgba(255,255,255,.08);
}
.mavin-divider{
  height: 1px;
  background: rgba(255,255,255,.10);
  margin: 16px 0;
}

/* Quote */
.mavin-quote{
  border-radius: 26px;
  padding: 22px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: var(--shadowSoft);
}
.mavin-quote-ico{
  width: 44px; height: 44px;
  border-radius: 14px;
  display:grid; place-items:center;
  background: rgba(249,115,22,.16);
  border: 1px solid rgba(249,115,22,.25);
  margin-bottom: 10px;
}
.mavin-quote-text{
  font-family: "Playfair Display", serif;
  font-size: 1.35rem;
  line-height: 1.2;
}
.mavin-quote-sub{ color: rgba(255,255,255,.68); margin-top: 8px; }

/* Stats */
.mavin-stat{
  border-radius: 22px;
  padding: 18px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: var(--shadowSoft);
}
.mavin-stat-num{
  font-weight: 900;
  font-size: 2rem;
  color: #ffd7b0;
}

/* Stars */
.mavin-stars i{
  color: #ffd7b0;
  margin-right: 2px;
}

/* Newsletter */
.mavin-newsletter{
  background: linear-gradient(135deg, rgba(249,115,22,.24), rgba(255,255,255,.04));
  border-top: 1px solid rgba(249,115,22,.20);
  border-bottom: 1px solid rgba(249,115,22,.12);
}
.mavin-news-form .form-control{
  border-radius: 999px 0 0 999px !important;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(15,17,21,.55);
  color:#fff;
}
.mavin-news-form .form-control::placeholder{ color: rgba(255,255,255,.50); }
.mavin-news-form .btn{
  border-radius: 0 999px 999px 0 !important;
}

/* Contact card */
.mavin-contact-card{
  border-radius: 26px;
  padding: 22px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: var(--shadowSoft);
}
.mavin-contact-item{
  display:flex;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px dashed rgba(255,255,255,.10);
}
.mavin-contact-item:last-child{ border-bottom:0; }
.mavin-contact-item i{
  color: #ffd7b0;
  font-size: 1.1rem;
  margin-top: 2px;
}

/* Footer */
.mavin-footer{
  background: rgba(5,6,10,.85);
  border-top: 1px solid rgba(255,255,255,.08);
}
.mavin-footer-brand{
  font-family:"Playfair Display", serif;
  font-weight: 800;
  font-size: 1.3rem;
}
.mavin-footer-title{ font-weight: 800; margin-bottom: 10px; }
.mavin-footer-links a{
  color: rgba(255,255,255,.70);
  text-decoration: none;
  display: inline-block;
  padding: 4px 0;
  transition: transform .2s ease, color .2s ease;
}
.mavin-footer-links a:hover{
  color: #fff;
  transform: translateX(2px);
}
.mavin-footer-info div{
  color: rgba(255,255,255,.70);
  margin-bottom: 8px;
}
.mavin-footer-info a{ color:#ffd7b0; text-decoration:none; }
.mavin-footer-bottom{
  border-top: 1px solid rgba(255,255,255,.08);
  display:flex;
  justify-content:space-between;
  gap: 14px;
  flex-wrap: wrap;
}

/* Social */
.mavin-social{
  width: 42px; height: 42px;
  border-radius: 14px;
  display:grid; place-items:center;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  color: #fff;
  text-decoration:none;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.mavin-social:hover{
  transform: translateY(-2px);
  background: rgba(249,115,22,.12);
  border-color: rgba(249,115,22,.25);
}

/* Back to top */
.mavin-top{
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(15,17,21,.70);
  color: #fff;
  box-shadow: var(--shadowSoft);
  display:none;
  z-index: 999;
  transition: transform .2s ease;
}
.mavin-top:hover{ transform: translateY(-2px); }

/* Cart thumb + summary */
.cart-thumb{
  width: 54px;
  height: 44px;
  border-radius: 14px;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255,255,255,.10);
}
.mavin-summary{
  border-radius: 20px;
  background: rgba(0,0,0,.18);
  border: 1px solid rgba(255,255,255,.10);
}

/* Reveal animations */
.reveal{
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .6s ease, transform .6s ease;
}
.reveal.is-visible{
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 991px){
  .mavin-flash-wrap{ padding-top: 86px; }
  .mavin-image-tile{ height: 160px; }
}
@media (max-width: 575px){
  .mavin-pill{ font-size: .9rem; }
  .mavin-card-img, .mavin-product-img{ height: 165px; }
}
