:root{
  --paro-red:#9e1119;
  --paro-deep:#320406;
  --paro-wine:#650b10;
  --paro-gold:#f3c65a;
  --paro-gold-dark:#d99b2b;
  --paro-cream:#fff7e8;
  --paro-soft:#fff1d7;
  --paro-ink:#1b1112;
  --paro-muted:#7d6a5e;
  --paro-shadow:0 24px 70px rgba(73, 7, 13, .22);
  --paro-radius:1.75rem;
}
html{scroll-behavior:smooth;}
body{
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--paro-ink);
  /*background:
    radial-gradient(circle at 10% 10%, rgba(243,198,90,.22), transparent 25%),
    radial-gradient(circle at 90% 18%, rgba(158,17,25,.12), transparent 25%),
    linear-gradient(180deg, #fffaf1 0%, #fff4dd 52%, #fffaf1 100%);*/
  background-color: #ffffff;
  overflow-x:hidden;
}
a{text-decoration:none;}
.fw-black{font-weight:950;}

.site-header{
  position:fixed;
  top:18px;
  left:0;
  width:100%;
  z-index:1030;
  pointer-events:none;
}
.paro-navbar{
  min-height:62px;
  padding:.6rem .75rem .6rem 1.1rem;
  border-radius:999px;
  background:rgba(255,250,241,.88);
  border:1px solid rgba(243,198,90,.38);
  box-shadow:0 12px 38px rgba(88,25,15,.12);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  pointer-events:auto;
}
.navbar-brand{
  color:var(--paro-red) !important;
  font-weight:950;
  letter-spacing:.08em;
  /*font-size:.82rem;*/
  font-size:.99rem;
  padding:0;
}
.navigation-right {margin-right: 0px !important;}
.brand-logo-img{
  /*width:74px;
  height:44px;*/
  width:104px;
  height:74px;
  object-fit:cover;
  border-radius:18px;
  box-shadow:0 8px 22px rgba(158,17,25,.18);
  border:1px solid rgba(243,198,90,.35);
}
.logo-mark,.footer-logo{
  width:34px;
  height:34px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,var(--paro-red),var(--paro-deep));
  color:var(--paro-gold);
  font-size:.72rem;
  font-weight:950;
  box-shadow:inset 0 0 0 1px rgba(255,232,167,.35);
}
.brand-text{white-space:nowrap;}
.navbar-toggler{
  border:0;
  background:linear-gradient(135deg,var(--paro-gold),#ffe59b 55%,var(--paro-gold-dark));
  border-radius:999px;
  padding:.55rem .7rem;
}
.navbar-toggler:focus{box-shadow:none;}
.paro-navbar .nav-link{
  color:#4a2d28;
  opacity:.82;
  /*font-size:.8rem;*/
  font-size:.9rem;
  font-weight:850;
  padding:.55rem .85rem !important;
  border-radius:999px;
}
.paro-navbar .nav-link:hover,.paro-navbar .nav-link.active{
  color:var(--paro-red);
  opacity:1;
  background:rgba(158,17,25,.07);
}
.header-btn,.btn-paro{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.4rem;
  border:0;
  border-radius:999px;
  padding:.82rem 1.25rem;
  background:linear-gradient(135deg,var(--paro-gold),#ffe59b 55%,var(--paro-gold-dark));
  color:#3d070a;
  font-weight:950;
  font-size:.85rem;
  box-shadow:0 12px 30px rgba(217,155,43,.32);
  transition:.25s ease;
}
.header-btn:hover,.btn-paro:hover{transform:translateY(-2px);color:#3d070a;box-shadow:0 18px 40px rgba(217,155,43,.42);}
.btn-paro-dark{background:linear-gradient(135deg,#8e1018,#5c090f);color:#fff;box-shadow:0 16px 36px rgba(120,9,15,.24);}
.btn-paro-dark:hover{color:#fff;}

.hero-section{
  min-height:760px;
  padding:136px 0 88px;
  position:relative;
  isolation:isolate;
  display:flex;
  align-items:center;
}
.hero-bg-carousel{
  position:absolute;
  inset:0 0 auto 0;
  height:680px;
  z-index:-4;
  overflow:hidden;
  border-bottom-left-radius:42px;
  border-bottom-right-radius:42px;
}
.hero-bg-carousel .carousel-inner,
.hero-bg-carousel .carousel-item,
.hero-bg-image{
  height:100%;
}
.hero-bg-image{
  object-fit:cover;
  object-position:center center;
  transform:scale(1.02);
}
.hero-bg-image-shift{object-position:74% center;}
.hero-bg-carousel::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  background:
    linear-gradient(92deg, rgba(54,5,8,.95) 0%, rgba(94,10,16,.88) 38%, rgba(94,10,16,.62) 57%, rgba(94,10,16,.22) 76%, rgba(60,5,9,.06) 100%),
    linear-gradient(180deg, rgba(44,4,6,.18), rgba(44,4,6,.18));
}
.hero-section::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:680px;
  z-index:-3;
  border-bottom-left-radius:42px;
  border-bottom-right-radius:42px;
  background-image:radial-gradient(rgba(255,231,154,.48) 1px, transparent 1px);
  background-size:28px 28px;
  opacity:.22;
  pointer-events:none;
}
.hero-content-wrap{position:relative;z-index:5;}
.hero-content{max-width:760px;padding-right:20px;}
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:.6rem;
  color:#ffe8a7;
  font-size:.75rem;
  font-weight:950;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.eyebrow::before{content:"";width:24px;height:2px;border-radius:10px;background:var(--paro-gold);}
.hero-title{color:#fff;font-size:clamp(3rem,7.2vw,5.5rem);line-height:.9;letter-spacing:-.06em;font-weight:950;}
.hero-title span{display:block;color:var(--paro-gold);font-family:Georgia,"Times New Roman",serif;font-style:italic;letter-spacing:-.045em;}
.hero-lead{max-width:620px;color:rgba(255,255,255,.82);font-size:1.12rem;line-height:1.78;}
.hero-contact{color:#fff;font-weight:850;}
.hero-contact small{display:block;color:rgba(255,255,255,.63);font-weight:800;}
.hero-bg-indicators{
  width:auto;
  right:40px;
  left:auto;
  bottom:34px;
  margin:0;
  z-index:5;
  gap:8px;
}
.hero-bg-indicators [data-bs-target]{
  width:11px;
  height:11px;
  border-radius:999px;
  border:0;
  background:#fff;
  opacity:.5;
  margin:0;
}
.hero-bg-indicators .active{
  width:34px;
  opacity:1;
  background:var(--paro-gold);
}
.hero-bg-control{
  top:auto;
  bottom:24px;
  width:46px;
  height:46px;
  border-radius:50%;
  background:rgba(82,7,12,.62);
  backdrop-filter:blur(8px);
  opacity:1;
  z-index:5;
}
.hero-bg-control:hover{background:rgba(82,7,12,.82);}
.hero-bg-control .carousel-control-prev-icon,
.hero-bg-control .carousel-control-next-icon{width:1rem;height:1rem;}
.hero-bg-carousel .carousel-control-prev{left:auto;right:102px; display: none;}
.hero-bg-carousel .carousel-control-next{right:40px; display: none;}

.stats-row{margin-top:-36px;position:relative;z-index:5;}
.stat-card{background:#fff;border-radius:24px;padding:1.5rem 1.25rem;box-shadow:0 16px 44px rgba(94,10,16,.11);border:1px solid rgba(243,198,90,.26);height:100%;}
.stat-card strong{display:block;color:var(--paro-red);font-size:1.95rem;letter-spacing:-.04em;line-height:1;}
.stat-card span{display:block;color:#5d4a42;font-size:.82rem;font-weight:850;margin-top:.45rem;}
.section-padding{padding:94px 0;}
.kicker{color:var(--paro-red);font-size:.75rem;font-weight:950;letter-spacing:.14em;text-transform:uppercase;}
.section-title{font-size:clamp(2.12rem,4.7vw,3.85rem);line-height:1.02;letter-spacing:-.055em;font-weight:950;}
.section-title em{font-family:Georgia,serif;color:var(--paro-gold-dark);font-style:italic;}
.section-copy{color:var(--paro-muted);line-height:1.8;font-size:1rem;}
.about-img{min-height:500px;border-radius:34px;overflow:hidden;background:url('../assets/why-choose-paro-paro.webp') center/cover;box-shadow:var(--paro-shadow);position:relative;}
.about-img::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(60,5,9,.3));}
.feature-card{background:#fff;border-radius:28px;padding:1.75rem;border:1px solid rgba(158,17,25,.08);box-shadow:0 16px 50px rgba(82,17,14,.08);height:100%;}
.feature-icon{width:52px;height:52px;border-radius:18px;background:#fff3cf;display:grid;place-items:center;margin-bottom:1.1rem;color:var(--paro-red);font-size:1.5rem;font-weight:950;}
.feature-card h3{font-size:1.25rem;font-weight:950;}
.feature-card p{color:var(--paro-muted);line-height:1.65;font-size:.9rem;margin-bottom:0;}
.wide-feature{background:linear-gradient(135deg,var(--paro-deep),#7b1117);color:#fff;overflow:hidden;}
.wide-feature p{color:rgba(255,255,255,.74);}
.products-section{background:linear-gradient(135deg,#310406,#7d1017 58%,#2f0406);border-radius:42px;color:#fff;margin:0 auto;max-width:calc(100% - 32px);position:relative;overflow:hidden;}
.products-section::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 18% 20%,rgba(255,231,154,.15),transparent 28%),radial-gradient(circle at 82% 0%,rgba(255,255,255,.1),transparent 24%);}
.products-section .container-xl{position:relative;z-index:2;}
.products-section .section-copy{color:rgba(255,255,255,.72);}
.product-card{background:#fff;color:var(--paro-ink);border-radius:28px;overflow:hidden;height:100%;box-shadow:0 18px 60px rgba(0,0,0,.18);border:1px solid rgba(255,255,255,.16);}
.product-img{height:230px;background:url('../assets/image1.jpeg') center/cover;}
.product-img.vegeoil {background-image:url('../assets/sardines-vegetable-oil.webp');}
.product-img.tomato{background-image:url('../assets/image2.jpeg');}
.product-img.chilli{background-image:url('../assets/image1.jpeg');background-position:75% center;}
.product-pill{display:inline-flex;margin-bottom:.8rem;background:#fff3cf;color:#8b1117;border-radius:999px;padding:.42rem .7rem;font-size:.72rem;font-weight:950;}
.product-card h3{font-size:1.25rem;font-weight:950;}
.product-card p{color:var(--paro-muted);font-size:.9rem;line-height:1.65;}
.why-card{height:100%;min-height:112px;border-radius:22px;background:#fff;box-shadow:0 14px 44px rgba(82,17,14,.08);padding:1.25rem;border:1px solid rgba(158,17,25,.08);font-size:.8rem;font-weight:900;color:#5d4a42;}
.why-card b{display:block;color:var(--paro-red);font-size:1.05rem;margin-bottom:.55rem;}
.recipe-box{background:#fff;border-radius:34px;box-shadow:var(--paro-shadow);overflow:hidden;}
.recipe-content{padding:3rem;}
.recipe-img{min-height:430px;background:url('../assets/paro-paro-quality.webp') center/cover;}
.meal-chip{border-radius:18px;background:#fff7e8;border:1px solid rgba(158,17,25,.08);padding:1rem;font-weight:900;color:#5d4a42;}
.cta-section{padding:20px 0 70px;}
.cta-box{text-align:center;border-radius:34px;padding:4rem 2rem;background:radial-gradient(circle at 0% 0%,rgba(243,198,90,.28),transparent 30%),linear-gradient(135deg,#fff,#ffedc7);box-shadow:0 18px 60px rgba(82,17,14,.12);border:1px solid rgba(158,17,25,.08);}
.cta-box p{max-width:760px;margin-left:auto;margin-right:auto;color:var(--paro-muted);line-height:1.75;}
.site-footer{
  background:#260305;
  color:#fff;
  padding:34px 0;
  font-size:.86rem;
}
.footer-inner{
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:center;
  flex-wrap:wrap;
}
.site-footer b{color:var(--paro-gold);letter-spacing:.04em;}
.site-footer span,.footer-copy{color:rgba(255,255,255,.74);}

@media (max-width:991.98px){
  .site-header{top:10px;}
  .paro-navbar{border-radius:28px;align-items:flex-start;background:rgba(255,250,241,.94);}
  .navbar-collapse{padding:1rem .25rem .25rem;}
  .paro-navbar .nav-link{padding:.75rem 1rem !important;}
  .header-btn{width:100%;}
  .hero-section{padding:126px 0 84px;min-height:auto;}
  .hero-bg-carousel,.hero-section::before{height:100%;border-bottom-left-radius:32px;border-bottom-right-radius:32px;}
  .hero-content{max-width:100%;padding-right:0;}
  .hero-bg-control{width:42px;height:42px;bottom:18px;}
  .hero-bg-carousel .carousel-control-prev{right:92px;}
  .hero-bg-carousel .carousel-control-next{right:28px;}
  .hero-bg-indicators{right:28px;bottom:76px;}
  .section-padding{padding:72px 0;}
  .products-section{border-radius:32px;}
  .recipe-content{padding:2rem;}
}
@media (max-width:575.98px){
  .brand-logo-img{width:58px;height:38px;border-radius:16px;}
  .brand-text{font-size:.76rem;}
  .site-header{top:8px;}
  .hero-section{padding:118px 0 76px;}
  .hero-title{font-size:3.05rem;}
  .hero-lead{font-size:1rem;}
  .hero-bg-indicators{right:20px;bottom:66px;}
  .hero-bg-indicators .active{width:28px;}
  .hero-bg-control{width:38px;height:38px;bottom:14px;}
  .hero-bg-carousel .carousel-control-prev{right:70px;}
  .hero-bg-carousel .carousel-control-next{right:18px;}
  .stats-row{margin-top:-24px;}
  .stat-card{border-radius:18px;padding:1.15rem;}
  .section-title{font-size:2.25rem;}
  .about-img,.recipe-img{min-height:310px;}
  .feature-card{border-radius:22px;padding:1.35rem;}
  .product-img{height:205px;}
  .cta-box{padding:2.5rem 1.25rem;}
  .footer-inner{justify-content:center;text-align:center;}
}
/* Stronger responsive hero upgrade */
.hero-section{
  /*min-height:820px;*/
  min-height:735px;
  /*padding:150px 0 104px;*/
  padding:150px 0 0px;
}
.hero-bg-carousel{
  height:735px;
  box-shadow:inset 0 -80px 120px rgba(50,5,8,.32);
}
.hero-bg-carousel::before{
  background:
    /*radial-gradient(circle at 24% 44%, rgba(145,14,22,.52), transparent 34%),
    linear-gradient(90deg, rgba(32,3,6,.98) 0%, rgba(73,7,12,.96) 27%, rgba(104,10,17,.84) 50%, rgba(79,7,12,.40) 74%, rgba(42,4,6,.16) 100%),
    linear-gradient(180deg, rgba(35,3,6,.44), rgba(35,3,6,.34));*/
    radial-gradient(circle at 55% 84%, rgba(145,14,22,.52), transparent 14%),
    linear-gradient(90deg, rgba(32,3,6,.68) 0%, rgba(73,7,12,.66) 27%, rgba(104,10,17,.54) 50%, rgba(79,7,12,.10) 74%, rgba(42,4,6,.00) 100%),
    linear-gradient(180deg, rgba(35,3,6,.14), rgba(35,3,6,.04));
}
/*.hero-section::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:42px;
  height:140px;
  z-index:-2;
  background:linear-gradient(180deg, transparent, rgba(255,247,232,.96));
  pointer-events:none;
}*/
.hero-bg-carousel .carousel-item.active .hero-bg-image{
  animation:heroKenBurns 9s cubic-bezier(.22,.61,.36,1) both;
}
@keyframes heroKenBurns{
  0%{transform:scale(1.02) translate3d(0,0,0);}
  100%{transform:scale(1.08) translate3d(-.7%,0,0);}
}
.hero-content{
  max-width:820px;
  padding:36px 0 28px;
}
.hero-title{
  max-width:820px;
  text-shadow:0 18px 45px rgba(0,0,0,.42);
}
.hero-lead{
  max-width:690px;
  color:rgba(255,255,255,.9);
  text-shadow:0 12px 28px rgba(0,0,0,.36);
}
.eyebrow{
  color:#fff1bd;
  text-shadow:0 8px 22px rgba(0,0,0,.35);
}
.hero-bg-control{
  box-shadow:0 16px 36px rgba(0,0,0,.28);
}
.hero-bg-indicators [data-bs-target]{
  box-shadow:0 8px 20px rgba(0,0,0,.28);
}
@media (min-width:1200px){
  .hero-bg-image{object-position:72% center;}
  .hero-bg-image-shift{object-position:80% center;}
}
@media (max-width:1199.98px){
  .hero-section{min-height:760px;padding:138px 0 92px;}
  .hero-bg-carousel{height:690px;}
  .hero-title{font-size:clamp(3.4rem,8vw,4.5rem);}
}
@media (max-width:991.98px){
  .hero-section{min-height:720px;padding:132px 0 98px;align-items:flex-end;}
  .hero-bg-carousel{height:100%;border-bottom-left-radius:34px;border-bottom-right-radius:34px;}
  .hero-bg-carousel::before{
    background:
      /*linear-gradient(90deg, rgba(32,3,6,.96) 0%, rgba(74,6,11,.92) 48%, rgba(74,6,11,.50) 100%),
      linear-gradient(180deg, rgba(35,3,6,.20), rgba(35,3,6,.58));*/
      linear-gradient(90deg, rgba(32,3,6,.58) 0%, rgba(74,6,11,.54) 54%, rgba(74,6,11,.22) 100%),
      linear-gradient(180deg, rgba(35,3,6,.02), rgba(35,3,6,.28));
  }
  .hero-content{padding:72px 0 18px;}
  .hero-title{font-size:clamp(3.1rem,11vw,5rem);max-width:760px;}
  .hero-lead{max-width:620px;font-size:1.05rem;}
}
@media (max-width:767.98px){
  .hero-section{min-height:690px;padding:124px 0 88px;}
  .hero-bg-image{object-position:68% center;}
  .hero-bg-carousel::before{
    background:
      /*linear-gradient(90deg, rgba(32,3,6,.98) 0%, rgba(74,6,11,.94) 54%, rgba(74,6,11,.62) 100%),
      linear-gradient(180deg, rgba(35,3,6,.22), rgba(35,3,6,.68));*/
      linear-gradient(90deg, rgba(32,3,6,.58) 0%, rgba(74,6,11,.54) 54%, rgba(74,6,11,.22) 100%),
      linear-gradient(180deg, rgba(35,3,6,.02), rgba(35,3,6,.28));
  }
  .hero-content{padding-top:70px;}
  .hero-title{font-size:clamp(3rem,14vw,4.2rem);line-height:.94;}
  .hero-lead{font-size:1rem;line-height:1.7;max-width:100%;}
  .hero-contact{width:100%;}
}
@media (max-width:575.98px){
  .hero-section{min-height:680px;padding:116px 0 86px;}
  .hero-bg-carousel{border-bottom-left-radius:26px;border-bottom-right-radius:26px;}
  .hero-bg-image{object-position:70% center;}
  .hero-content{padding-top:58px;}
  .hero-title{font-size:3.05rem;letter-spacing:-.065em;}
  .btn-paro{width:100%;padding:.92rem 1.1rem;}
  .hero-bg-control{display:none;}
  .hero-bg-indicators{left:16px;right:auto;bottom:26px;}
  .stats-row{margin-top:-18px;}
}
@media (max-width:380px){
  .hero-title{font-size:2.65rem;}
  .hero-section{min-height:660px;}
  .brand-text{display:none;}
}
@media (prefers-reduced-motion:reduce){
  .hero-bg-carousel .carousel-item.active .hero-bg-image{animation:none;}
}

/* Soft, polite page animations & refined interactions */
.js-ready .reveal{
  opacity:0;
  transform:translate3d(0,18px,0);
  transition:
    opacity 1.05s cubic-bezier(.22,.61,.36,1),
    transform 1.05s cubic-bezier(.22,.61,.36,1),
    filter 1.05s cubic-bezier(.22,.61,.36,1);
  transition-delay:var(--reveal-delay,0ms);
  will-change:opacity,transform;
  filter:blur(1.2px);
}
.js-ready .reveal.from-left{transform:translate3d(-16px,14px,0);}
.js-ready .reveal.from-right{transform:translate3d(16px,14px,0);}
.js-ready .reveal.zoom-in{transform:scale(.985) translate3d(0,14px,0);}
.js-ready .reveal.is-visible{
  opacity:1;
  transform:translate3d(0,0,0) scale(1);
  filter:blur(0);
}

.site-header .paro-navbar{
  transition:min-height .45s cubic-bezier(.22,.61,.36,1), padding .45s cubic-bezier(.22,.61,.36,1), background .45s ease, box-shadow .45s ease, transform .45s cubic-bezier(.22,.61,.36,1);
}
.site-header.is-scrolled .paro-navbar{
  min-height:56px;
  padding:.42rem .62rem .42rem .9rem;
  background:rgba(255,250,241,.96);
  box-shadow:0 16px 46px rgba(60,5,9,.18);
}
.site-header.is-scrolled .brand-logo-img{/*height:38px;*/height:60px;transition:height .45s cubic-bezier(.22,.61,.36,1);}

.feature-card,.product-card,.why-card,.stat-card,.recipe-box,.cta-box{
  transition:transform .55s cubic-bezier(.22,.61,.36,1), box-shadow .55s ease, border-color .55s ease;
}
.feature-card:hover,.product-card:hover,.why-card:hover,.stat-card:hover{
  transform:translateY(-5px);
  box-shadow:0 22px 58px rgba(82,17,14,.13);
  border-color:rgba(217,155,43,.28);
}
.product-card:hover .product-img,
.recipe-box:hover .recipe-img,
.about-img:hover{
  transform:scale(1.014);
}
.product-img,.recipe-img,.about-img{
  transition:transform 1.1s cubic-bezier(.22,.61,.36,1), filter 1.1s ease;
  will-change:transform;
}
.product-card:hover .product-img,.recipe-box:hover .recipe-img,.about-img:hover{filter:saturate(1.035) contrast(1.015);}
.feature-icon{
  transition:transform .55s cubic-bezier(.22,.61,.36,1), background .55s ease, color .55s ease;
}
.feature-card:hover .feature-icon{
  transform:rotate(-2deg) scale(1.035);
  background:linear-gradient(135deg,#fff3cf,#ffd46f);
}
.product-pill,.meal-chip{
  transition:transform .45s cubic-bezier(.22,.61,.36,1), background .45s ease, box-shadow .45s ease;
}
.product-card:hover .product-pill,.meal-chip:hover{
  transform:translateY(-1px);
  box-shadow:0 10px 20px rgba(217,155,43,.14);
}
.products-section::after{
  content:"";
  position:absolute;
  inset:auto -12% -42% auto;
  width:520px;
  height:520px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(243,198,90,.16),transparent 65%);
  pointer-events:none;
}
.cta-box{position:relative;overflow:hidden;}
.cta-box::after{
  content:"";
  position:absolute;
  width:220px;
  height:220px;
  right:-70px;
  bottom:-92px;
  border-radius:50%;
  background:rgba(243,198,90,.24);
  pointer-events:none;
}
.cta-box .btn-paro,.cta-box .section-title,.cta-box p,.cta-box .kicker{position:relative;z-index:2;}
.site-footer{
  position:relative;
  overflow:hidden;
}
.site-footer::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(243,198,90,.08),transparent 45%,rgba(158,17,25,.18));
  pointer-events:none;
}
.site-footer .container-xl{position:relative;z-index:2;}

@media (hover:none){
  .feature-card:hover,.product-card:hover,.why-card:hover,.stat-card:hover{transform:none;}
  .product-card:hover .product-img,.recipe-box:hover .recipe-img,.about-img:hover{transform:none;}
}
@media (max-width:767.98px){
  .js-ready .reveal,.js-ready .reveal.from-left,.js-ready .reveal.from-right,.js-ready .reveal.zoom-in{
    transform:translate3d(0,14px,0);
    transition-duration:.9s;
    filter:blur(.6px);
  }
  .feature-card,.product-card,.why-card,.stat-card{box-shadow:0 12px 34px rgba(82,17,14,.08);}
}
@media (prefers-reduced-motion:reduce){
  .hero-bg-carousel .carousel-item.active .hero-bg-image{animation:none;}
  .js-ready .reveal,
  .js-ready .reveal.from-left,
  .js-ready .reveal.from-right,
  .js-ready .reveal.zoom-in{
    opacity:1;
    transform:none;
    transition:none;
    filter:none;
  }
  .feature-card,.product-card,.why-card,.stat-card,.recipe-box,.cta-box,.product-img,.recipe-img,.about-img,.feature-icon{transition:none;}
}

/* Accurate section targeting for sticky header */
#home,#about,#products,#quality,#mission,#contact{
  scroll-margin-top:110px;
}
.paro-navbar .nav-link{
  transition:color .35s ease, background-color .35s ease, opacity .35s ease, transform .35s cubic-bezier(.22,.61,.36,1);
}
.paro-navbar .nav-link.active{
  transform:translateY(-1px);
}

/* Soothing contact footer */
.footer-contact-section{
  position:relative;
  overflow:hidden;
  padding:82px 0 28px;
  background:
    radial-gradient(circle at 12% 10%, rgba(243,198,90,.18), transparent 30%),
    radial-gradient(circle at 88% 20%, rgba(158,17,25,.32), transparent 28%),
    linear-gradient(135deg,#270305 0%,#4b060a 45%,#170203 100%);
  color:#fff;
}
.footer-contact-section::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:radial-gradient(rgba(255,231,154,.22) 1px, transparent 1px);
  background-size:26px 26px;
  opacity:.16;
  pointer-events:none;
}
.footer-glow{
  position:absolute;
  border-radius:50%;
  filter:blur(18px);
  pointer-events:none;
}
.footer-glow-one{
  width:330px;
  height:330px;
  left:-90px;
  top:-100px;
  background:rgba(243,198,90,.13);
}
.footer-glow-two{
  width:420px;
  height:420px;
  right:-140px;
  bottom:-180px;
  background:rgba(158,17,25,.34);
}
.footer-contact-card{
  position:relative;
  z-index:2;
  border-radius:36px;
  padding:44px;
  background:linear-gradient(135deg,rgba(255,247,232,.12),rgba(255,247,232,.05));
  border:1px solid rgba(255,232,167,.22);
  box-shadow:0 28px 80px rgba(0,0,0,.24);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}
.footer-kicker{
  color:#ffe7a0;
  font-size:.78rem;
  letter-spacing:.16em;
  text-transform:uppercase;
  font-weight:950;
}
.footer-title{
  font-size:clamp(2.25rem,4.8vw,4.25rem);
  line-height:.98;
  letter-spacing:-.055em;
  font-weight:950;
  color:#fff;
}
.footer-lead{
  max-width:680px;
  color:rgba(255,255,255,.9);
  font-size:1.08rem;
  line-height:1.75;
}
.footer-copy-text{
  max-width:720px;
  color:rgba(255,255,255,.72);
  line-height:1.75;
}
.footer-email-btn{
  display:inline-flex;
  align-items:center;
  gap:.55rem;
  border-radius:999px;
  padding:.95rem 1.25rem;
  background:linear-gradient(135deg,var(--paro-gold),#ffe59b 55%,var(--paro-gold-dark));
  color:#3d070a;
  font-weight:950;
  box-shadow:0 18px 42px rgba(217,155,43,.25);
  transition:transform .45s cubic-bezier(.22,.61,.36,1), box-shadow .45s ease;
}
.footer-email-btn:hover{
  color:#3d070a;
  transform:translateY(-3px);
  box-shadow:0 24px 54px rgba(217,155,43,.34);
}
.footer-email-btn span{font-size:1.05rem; color: #3d070a;}
.footer-brand-panel{
  min-height:310px;
  border-radius:30px;
  padding:34px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-end;
  background:
    linear-gradient(180deg,rgba(50,4,6,.16),rgba(50,4,6,.86)),
    url('../assets/image1.jpeg') center/cover no-repeat;
  border:1px solid rgba(255,232,167,.2);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 22px 60px rgba(0,0,0,.22);
}
.footer-brand-logo{
  width:118px;
  height:70px;
  object-fit:cover;
  border-radius:20px;
  border:1px solid rgba(255,232,167,.36);
  box-shadow:0 14px 34px rgba(0,0,0,.22);
}
.footer-brand-panel h3{
  color:#ffe7a0;
  font-size:1.35rem;
  letter-spacing:.08em;
  font-weight:950;
  margin-bottom:.4rem;
}
.footer-brand-panel p{
  color:#fff;
  font-size:1.05rem;
  font-weight:800;
  margin:0;
}
.footer-bottom{
  position:relative;
  z-index:2;
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:center;
  flex-wrap:wrap;
  padding-top:30px;
  margin-top:30px;
  border-top:1px solid rgba(255,232,167,.16);
  font-size:.86rem;
}
.footer-bottom b{color:var(--paro-gold);letter-spacing:.04em;}
.footer-bottom span,.footer-copy{color:rgba(255,255,255,.72);}

@media (max-width:991.98px){
  #home,#about,#products,#quality,#mission,#contact{scroll-margin-top:96px;}
  .footer-contact-section{padding:66px 0 24px;}
  .footer-contact-card{padding:32px;border-radius:30px;}
  .footer-brand-panel{min-height:280px;}
}
@media (max-width:575.98px){
  #home,#about,#products,#quality,#mission,#contact{scroll-margin-top:84px;}
  .footer-contact-section{padding:52px 0 22px;}
  .footer-contact-card{padding:24px;border-radius:24px;}
  .footer-title{font-size:2.25rem;}
  .footer-lead{font-size:1rem;}
  .footer-email-btn{width:100%;justify-content:center;}
  .footer-brand-panel{min-height:240px;padding:24px;border-radius:24px;}
  .footer-brand-logo{width:100px;height:60px;}
  .footer-bottom{justify-content:center;text-align:center;margin-top:24px;padding-top:24px;}
}
