/* =========================================================
   PANERI EMBROIDERY - Main Stylesheet
   Modern, elegant, responsive design
   ========================================================= */

/* ---------- Root / Theme ---------- */
:root {
  --bg: #fbf7f4;
  --bg-alt: #f3ece5;
  --cream: #f9f2ec;
  --beige: #e8d9c9;
  --rose: #d36b7a;
  --rose-dark: #b14a5a;
  --gold: #c49a5e;
  --ink: #2b2220;
  --ink-soft: #615450;
  --muted: #8a7f7b;
  --white: #ffffff;
  --shadow-sm: 0 4px 14px rgba(43, 34, 32, 0.06);
  --shadow-md: 0 10px 30px rgba(43, 34, 32, 0.1);
  --shadow-lg: 0 20px 50px rgba(43, 34, 32, 0.14);
  --radius: 14px;
  --radius-lg: 22px;
  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-sans: 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --transition: all 0.35s cubic-bezier(.2,.8,.2,1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--bg);
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; transition: var(--transition); }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
ul { list-style: none; }

h1, h2, h3, h4 { font-family: var(--font-serif); font-weight: 600; line-height: 1.2; color: var(--ink); }
h1 { font-size: clamp(2.2rem, 5vw, 4rem); }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.8rem); }
h3 { font-size: 1.4rem; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ---------- Loader ---------- */
.loader {
  position: fixed; inset: 0; background: var(--bg);
  display: flex; align-items: center; justify-content: center;
  z-index: 9999; transition: opacity 0.6s ease, visibility 0.6s ease;
}
.loader.hide { opacity: 0; visibility: hidden; }
.loader-inner { text-align: center; }
.loader-circle {
  width: 60px; height: 60px; border-radius: 50%;
  border: 3px solid var(--beige);
  border-top-color: var(--rose);
  animation: spin 1s linear infinite; margin: 0 auto 18px;
}
.loader-text {
  font-family: var(--font-serif);
  font-size: 1.4rem; letter-spacing: 3px; color: var(--rose-dark);
}
@keyframes spin { to { transform: rotate(360deg); } }

/* ---------- Navbar ---------- */
.navbar {
  position: fixed; top: 0; left: 0; right: 0;
  padding: 22px 0; z-index: 900;
  transition: var(--transition);
  background: transparent;
}
.navbar.scrolled {
  background: rgba(251, 247, 244, 0.85);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  padding: 14px 0;
  box-shadow: var(--shadow-sm);
}
.nav-container {
  max-width: 1200px; margin: 0 auto; padding: 0 24px;
  display: flex; justify-content: space-between; align-items: center;
}
.logo { display: flex; flex-direction: column; line-height: 1; }
.logo-main {
  font-family: var(--font-serif); font-size: 1.75rem; font-weight: 700;
  color: var(--rose-dark);
}
.logo-sub {
  font-size: 0.72rem; letter-spacing: 5px; text-transform: uppercase;
  color: var(--ink-soft); margin-top: 3px;
}
.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-links a {
  font-size: 0.92rem; font-weight: 500;
  position: relative; color: var(--ink);
}
.nav-links a:not(.nav-cta)::after {
  content: ''; position: absolute; bottom: -6px; left: 0;
  width: 0; height: 2px; background: var(--rose);
  transition: width 0.3s;
}
.nav-links a:not(.nav-cta):hover::after,
.nav-links a.active::after { width: 100%; }
.nav-links a:hover { color: var(--rose-dark); }
.nav-cta {
  background: var(--rose); color: #fff !important;
  padding: 10px 22px; border-radius: 50px;
  font-weight: 500; letter-spacing: 0.5px;
}
.nav-cta:hover { background: var(--rose-dark); transform: translateY(-2px); }

.nav-toggle { display: none; flex-direction: column; gap: 5px; }
.nav-toggle span { width: 26px; height: 2px; background: var(--ink); transition: var(--transition); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 32px; border-radius: 50px;
  font-weight: 500; font-size: 0.95rem;
  transition: var(--transition);
  cursor: pointer;
}
.btn-primary {
  background: var(--rose); color: #fff;
  box-shadow: 0 8px 20px rgba(211, 107, 122, 0.35);
}
.btn-primary:hover {
  background: var(--rose-dark); transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(211, 107, 122, 0.45);
}
.btn-ghost {
  background: rgba(255,255,255,0.15); color: #fff;
  border: 1.5px solid rgba(255,255,255,0.5);
  backdrop-filter: blur(10px);
}
.btn-ghost:hover { background: #fff; color: var(--ink); border-color: #fff; }

/* ---------- Hero ---------- */
.hero {
  position: relative; height: 100vh; min-height: 620px;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; color: #fff;
}
.hero-bg {
  position: absolute; inset: 0;
  background: url('https://shinisha.in/cdn/shop/files/photo_6246946154859925000_y.jpg?v=1776340182&width=1800') center/cover no-repeat;
  animation: zoomBg 20s ease-in-out infinite alternate;
}
@keyframes zoomBg { to { transform: scale(1.1); } }
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(43,34,32,0.55), rgba(211,107,122,0.35));
}
.hero-content {
  position: relative; z-index: 2; text-align: center;
  max-width: 820px; padding: 0 20px;
}
.hero-pretitle {
  font-size: 0.85rem; letter-spacing: 6px; text-transform: uppercase;
  margin-bottom: 20px; color: #f5d9b8;
}
.hero-title {
  color: #fff; font-weight: 600; margin-bottom: 22px;
  font-size: clamp(2.5rem, 6vw, 5rem);
}
.hero-title span {
  color: #f5d9b8; font-style: italic; font-weight: 500;
}
.hero-subtitle {
  font-size: 1.1rem; margin-bottom: 38px;
  color: rgba(255,255,255,0.9); max-width: 620px; margin-left: auto; margin-right: auto;
}
.hero-cta { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.hero-scroll {
  position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%);
  color: #fff; font-size: 0.75rem; letter-spacing: 3px; text-transform: uppercase;
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  animation: bounce 2s infinite;
}
.hero-scroll span {
  width: 1px; height: 30px; background: #fff; display: block;
}
@keyframes bounce { 0%,100%{transform:translate(-50%,0)} 50%{transform:translate(-50%,10px)} }

/* ---------- Strip ---------- */
.strip {
  display: grid; grid-template-columns: repeat(4, 1fr);
  background: var(--white); padding: 28px 20px;
  box-shadow: var(--shadow-sm);
}
.strip-item {
  display: flex; align-items: center; justify-content: center; gap: 12px;
  color: var(--ink-soft); font-size: 0.92rem; font-weight: 500;
  border-right: 1px solid #eee;
}
.strip-item:last-child { border-right: 0; }
.strip-item i { color: var(--rose); font-size: 1.3rem; }

/* ---------- Section ---------- */
.section { padding: 100px 0; }
.section-alt { background: var(--bg-alt); }
.section-head { text-align: center; max-width: 680px; margin: 0 auto 60px; }
.eyebrow {
  font-size: 0.78rem; letter-spacing: 5px;
  text-transform: uppercase; color: var(--rose);
  margin-bottom: 14px; font-weight: 500;
}
.section-head h2 { margin-bottom: 16px; }
.section-sub { color: var(--ink-soft); font-size: 1.02rem; }

/* ---------- Category Grid ---------- */
.cat-grid {
  display: grid; gap: 28px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.cat-card {
  position: relative; overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm); background: #fff;
  transition: var(--transition);
}
.cat-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.cat-img-wrap {
  position: relative; overflow: hidden;
  aspect-ratio: 3/4;
}
.cat-img-wrap img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.8s cubic-bezier(.2,.8,.2,1);
}
.cat-card:hover .cat-img-wrap img { transform: scale(1.12); }
.cat-info {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 22px; background: linear-gradient(to top, rgba(0,0,0,0.75), transparent);
  color: #fff;
}
.cat-info h3 { color: #fff; margin-bottom: 6px; }
.cat-info span {
  font-size: 0.82rem; letter-spacing: 2px; text-transform: uppercase;
  opacity: 0.85;
}
.cat-info span i { transition: transform 0.3s; margin-left: 6px; }
.cat-card:hover .cat-info span i { transform: translateX(5px); }

/* ---------- Product Grid ---------- */
.prod-grid {
  display: grid; gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.prod-card {
  background: #fff; border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow-sm);
  transition: var(--transition);
}
.prod-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.prod-img {
  position: relative; overflow: hidden; aspect-ratio: 4/5;
}
.prod-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.8s;
}
.prod-card:hover .prod-img img { transform: scale(1.1); }
.prod-body { padding: 20px 22px; }
.prod-tag {
  font-size: 0.72rem; letter-spacing: 2px; text-transform: uppercase;
  color: var(--rose); font-weight: 500;
}
.prod-body h4 {
  font-family: var(--font-serif); font-size: 1.3rem;
  margin: 6px 0 12px;
}
.prod-link {
  font-size: 0.85rem; color: var(--ink); font-weight: 500;
  display: inline-flex; align-items: center; gap: 8px;
}
.prod-link:hover { color: var(--rose); }
.prod-link:hover i { transform: translateX(4px); }
.prod-link i { transition: transform 0.3s; }

/* ---------- Banner ---------- */
.banner {
  padding: 120px 20px;
  background: linear-gradient(135deg, rgba(211,107,122,0.88), rgba(196,154,94,0.85)),
              url('https://shinisha.in/cdn/shop/files/replicate-prediction-p5dppfzchjx3pgahojsvcokkci.jpg?v=1720167479&width=1800') center/cover;
  color: #fff; text-align: center;
}
.banner-inner h2 { color: #fff; margin-bottom: 18px; }
.banner-inner p { max-width: 580px; margin: 0 auto 30px; opacity: 0.95; }

/* ---------- Page banner ---------- */
.page-banner {
  position: relative;
  padding: 180px 20px 100px;
  background-size: cover; background-position: center;
  color: #fff; text-align: center;
}
.page-banner-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(43,34,32,0.6), rgba(211,107,122,0.4));
}
.page-banner-content { position: relative; z-index: 2; }
.page-banner-content h1 { color: #fff; margin-bottom: 10px; }
.page-banner-content p { opacity: 0.95; font-size: 1.1rem; }

/* ---------- About ---------- */
.about-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 60px; align-items: center;
}
.about-text h2 { margin-bottom: 20px; }
.about-text p { color: var(--ink-soft); margin-bottom: 16px; }
.about-text .btn { margin-top: 14px; }
.about-img img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  aspect-ratio: 4/5; object-fit: cover;
}

.values-grid {
  display: grid; gap: 28px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.value-card {
  background: #fff; padding: 36px 28px; border-radius: var(--radius);
  text-align: center; box-shadow: var(--shadow-sm);
  transition: var(--transition);
}
.value-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.value-card i {
  font-size: 2rem; color: var(--rose); margin-bottom: 18px;
  display: inline-block;
}
.value-card h3 { margin-bottom: 10px; font-size: 1.25rem; }
.value-card p { color: var(--ink-soft); font-size: 0.92rem; }

.gallery {
  display: grid; gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.g-item {
  overflow: hidden; border-radius: var(--radius);
  aspect-ratio: 1;
}
.g-item img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.8s;
}
.g-item:hover img { transform: scale(1.1); }

/* ---------- Filter bar ---------- */
.filter-bar {
  position: sticky; top: 70px; z-index: 50;
  background: rgba(251,247,244,0.9);
  backdrop-filter: blur(14px);
  padding: 16px 0; border-bottom: 1px solid var(--beige);
}
.filter-inner {
  display: flex; gap: 10px; flex-wrap: wrap;
  justify-content: center;
}
.filter-pill {
  padding: 8px 20px; border-radius: 50px;
  border: 1px solid var(--beige); background: #fff;
  font-size: 0.85rem; color: var(--ink-soft); font-weight: 500;
}
.filter-pill:hover { background: var(--rose); color: #fff; border-color: var(--rose); }

/* ---------- Contact ---------- */
.contact-grid {
  display: grid; grid-template-columns: 1fr 1.2fr;
  gap: 50px;
}
.contact-info, .contact-form-wrap {
  background: #fff; padding: 44px; border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}
.contact-info h2, .contact-form-wrap h2 { margin-bottom: 14px; }
.muted { color: var(--muted); margin-bottom: 26px; }
.info-row { display: flex; gap: 16px; margin-bottom: 22px; align-items: flex-start; }
.info-icon {
  width: 46px; height: 46px; flex-shrink: 0;
  background: var(--cream); color: var(--rose);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
}
.info-row h4 { font-family: var(--font-sans); font-size: 0.95rem; margin-bottom: 4px; font-weight: 600; }
.info-row p { color: var(--ink-soft); font-size: 0.92rem; }

.field { margin-bottom: 18px; }
.field label {
  display: block; font-size: 0.82rem; font-weight: 500;
  margin-bottom: 8px; color: var(--ink);
}
.field input, .field textarea {
  width: 100%; padding: 14px 18px; font-family: inherit; font-size: 0.95rem;
  border: 1.5px solid var(--beige); border-radius: 12px;
  background: var(--cream); color: var(--ink);
  transition: var(--transition);
}
.field input:focus, .field textarea:focus {
  outline: none; border-color: var(--rose); background: #fff;
  box-shadow: 0 0 0 4px rgba(211,107,122,0.1);
}
.field textarea { resize: vertical; }
.contact-form .btn { margin-top: 6px; }

.alert {
  padding: 14px 18px; border-radius: 12px;
  margin-bottom: 18px; font-size: 0.92rem;
  display: flex; align-items: center; gap: 10px;
}
.alert-success { background: #e7f5ec; color: #2e7d47; }
.alert-error   { background: #fdecea; color: #b3261e; }

.map-section { line-height: 0; filter: grayscale(20%); }

/* ---------- Footer ---------- */
.footer {
  background: #2b2220; color: #c9bdb8;
  padding: 80px 20px 24px;
}
.footer-grid {
  max-width: 1200px; margin: 0 auto;
  display: grid; gap: 44px;
  grid-template-columns: 1.4fr 1fr 1fr 1.4fr;
}
.footer-logo {
  color: #fff; font-family: var(--font-serif);
  font-size: 1.8rem; margin-bottom: 14px;
}
.footer-logo span { color: var(--rose); font-style: italic; font-weight: 500; }
.footer-col p { font-size: 0.92rem; margin-bottom: 14px; }
.footer-col h4 {
  color: #fff; font-family: var(--font-sans);
  font-size: 1rem; font-weight: 600; margin-bottom: 20px;
}
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a { font-size: 0.92rem; }
.footer-col ul li a:hover { color: var(--rose); padding-left: 6px; }
.footer-col a { color: #c9bdb8; }
.footer-col i { color: var(--rose); margin-right: 8px; }

.socials { display: flex; gap: 12px; margin-top: 14px; }
.socials a {
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(255,255,255,0.06);
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 0.95rem;
}
.socials a:hover { background: var(--rose); transform: translateY(-3px); }

.footer-bottom {
  max-width: 1200px; margin: 50px auto 0;
  padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.08);
  font-size: 0.85rem; text-align: center;
}

/* ---------- Floating WhatsApp ---------- */
.whatsapp-float {
  position: fixed; bottom: 26px; right: 26px;
  width: 58px; height: 58px; border-radius: 50%;
  background: #25d366; color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem; z-index: 800;
  box-shadow: 0 8px 24px rgba(37,211,102,0.45);
  animation: pulse 2s infinite;
}
.whatsapp-float:hover { transform: scale(1.1); color: #fff; }
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(37,211,102,0.6); }
  70% { box-shadow: 0 0 0 16px rgba(37,211,102,0); }
  100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}

/* ---------- Back to Top ---------- */
.to-top {
  position: fixed; bottom: 96px; right: 26px;
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--ink); color: #fff; z-index: 800;
  opacity: 0; visibility: hidden;
  transition: var(--transition);
  box-shadow: var(--shadow-md);
}
.to-top.show { opacity: 1; visibility: visible; }
.to-top:hover { background: var(--rose); transform: translateY(-3px); }

/* ---------- Reveal Animations ---------- */
.reveal {
  opacity: 0; transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(.2,.8,.2,1);
}
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .strip { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .strip-item { border-right: 0; }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .contact-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .section { padding: 70px 0; }
}

@media (max-width: 720px) {
  .nav-toggle { display: flex; }
  .nav-links {
    position: fixed; top: 0; right: -100%;
    height: 100vh; width: 78%; max-width: 340px;
    background: #fff; box-shadow: -10px 0 40px rgba(0,0,0,0.08);
    flex-direction: column; justify-content: center;
    gap: 26px; padding: 40px;
    transition: right 0.4s cubic-bezier(.2,.8,.2,1);
  }
  .nav-links.open { right: 0; }
  .nav-links a { font-size: 1.1rem; }

  .nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle.open span:nth-child(2) { opacity: 0; }
  .nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .hero { min-height: 560px; }
  .hero-cta { flex-direction: column; align-items: stretch; }
  .btn { justify-content: center; }

  .contact-info, .contact-form-wrap { padding: 28px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; text-align: left; }

  .page-banner { padding: 140px 20px 70px; }
}

@media (max-width: 480px) {
  .strip { grid-template-columns: 1fr; }
  .section-head { margin-bottom: 40px; }
}
