/* =========================================================
   FIZO GLOBAL SPICES — styles
   ========================================================= */

:root{
  --cream:        #F6EFDF;
  --cream-2:      #EFE4CC;
  --brown-900:    #1C120B;
  --brown-800:    #2A1B10;
  --brown-700:    #4A3020;
  --brown-500:    #7A5334;
  --green-900:    #16261A;
  --green-700:    #1F3324;
  --green-600:    #2C4A34;
  --gold-400:     #E8C066;
  --gold-500:     #D9A441;
  --gold-600:     #B9822A;
  --ink:          #241811;
  --ink-soft:     #5B4A3D;
  --paper:        #FBF7EE;

  --font-display: 'Fraunces', Georgia, serif;
  --font-body:    'Inter', -apple-system, BlinkMacSystemFont, sans-serif;

  --container: 1240px;
  --radius: 14px;
  --ease: cubic-bezier(.22,1,.36,1);
}

*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior:auto; }
  *,*::before,*::after{ animation-duration:.001ms !important; animation-iteration-count:1 !important; transition-duration:.001ms !important; scroll-behavior:auto !important; }
}

body{
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:var(--font-body);
  font-size:16px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}

img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
ul{ list-style:none; margin:0; padding:0; }
button{ font-family:inherit; cursor:pointer; }
input,select,textarea{ font-family:inherit; }

.section-inner{
  max-width:var(--container);
  margin:0 auto;
  padding:0 clamp(20px,5vw,64px);
}

.eyebrow{
  display:inline-block;
  font-size:.78rem;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--gold-600);
  font-weight:600;
  margin:0 0 14px;
}

.section-title{
  font-family:var(--font-display);
  font-weight:500;
  font-size:clamp(2rem,4.2vw,3.1rem);
  line-height:1.12;
  margin:0 0 20px;
  color:var(--brown-900);
  letter-spacing:-.01em;
}
.section-title.light{ color:var(--paper); }
.gold-italic{
  font-style:italic;
  font-weight:500;
  color:var(--gold-500);
  background:linear-gradient(90deg,var(--gold-400),var(--gold-600));
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
}

.section-desc{
  max-width:600px;
  color:var(--ink-soft);
  font-size:1.05rem;
}

.section-head{
  max-width:720px;
  margin:0 auto 56px;
  text-align:center;
}
.section-head .section-desc{ margin:0 auto; }

/* =============== BUTTONS =============== */
.btn{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:16px 34px;
  border-radius:999px;
  font-size:.92rem;
  font-weight:600;
  letter-spacing:.02em;
  overflow:hidden;
  border:1px solid transparent;
  transition:transform .4s var(--ease), box-shadow .4s var(--ease);
  isolation:isolate;
}
.btn span{ position:relative; z-index:2; }
.btn-primary{
  background:linear-gradient(135deg,var(--gold-400),var(--gold-600));
  color:var(--brown-900);
  box-shadow:0 10px 30px -10px rgba(217,164,65,.55);
}
.btn-primary:hover{ transform:translateY(-3px); box-shadow:0 16px 34px -10px rgba(217,164,65,.65); }
.btn-outline{
  border-color:rgba(246,239,223,.55);
  color:var(--paper);
  background:rgba(246,239,223,.06);
  backdrop-filter:blur(6px);
}
.btn-outline:hover{ background:rgba(246,239,223,.16); transform:translateY(-3px); }

/* =============== PRELOADER =============== */
.preloader{
  position:fixed; inset:0; z-index:9999;
  background:var(--green-900);
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  gap:18px;
  transition:opacity .7s var(--ease), visibility .7s var(--ease);
}
.preloader.done{ opacity:0; visibility:hidden; pointer-events:none; }
.preloader-mark{ width:60px; height:60px; }
.preloader-pod{ width:100%; height:100%; fill:none; stroke:var(--gold-500); stroke-width:2; }
.preloader-pod ellipse{
  stroke-dasharray:140; stroke-dashoffset:140;
  animation:draw-pod 1.4s var(--ease) infinite;
}
@keyframes draw-pod{
  0%{ stroke-dashoffset:140; opacity:.4; }
  60%{ stroke-dashoffset:0; opacity:1; }
  100%{ stroke-dashoffset:-140; opacity:.4; }
}
.preloader-text{
  font-family:var(--font-display);
  letter-spacing:.24em;
  font-size:.8rem;
  color:var(--cream);
  text-transform:uppercase;
}

/* =============== CURSOR =============== */
.cursor-dot,.cursor-ring{
  position:fixed; top:0; left:0; z-index:9998;
  pointer-events:none;
  border-radius:50%;
  transform:translate(-50%,-50%);
  opacity:0;
  transition:opacity .3s ease;
}
.cursor-dot{ width:6px; height:6px; background:var(--gold-500); }
.cursor-ring{ width:34px; height:34px; border:1px solid rgba(217,164,65,.55); transition:opacity .3s ease, width .25s ease, height .25s ease, border-color .25s ease; }
.cursor-ring.active{ width:52px; height:52px; border-color:var(--gold-400); }
@media (hover:hover) and (pointer:fine){
  .cursor-dot.show,.cursor-ring.show{ opacity:1; }
}

/* =============== WHATSAPP FLOAT =============== */
.whatsapp-float{
  position:fixed;
  left:22px; bottom:26px;
  z-index:500;
  width:58px; height:58px;
  border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  background:linear-gradient(135deg,#33d17a,#1fa855);
  box-shadow:0 12px 28px -8px rgba(31,168,85,.65), 0 0 0 0 rgba(51,209,122,.6);
  animation:wa-pulse 2.6s ease-in-out infinite;
  transition:transform .3s var(--ease);
}
.whatsapp-float:hover{ transform:scale(1.08) translateY(-2px); }
.whatsapp-float svg{ width:28px; height:28px; fill:#fff; }
@keyframes wa-pulse{
  0%{ box-shadow:0 12px 28px -8px rgba(31,168,85,.65), 0 0 0 0 rgba(51,209,122,.45); }
  70%{ box-shadow:0 12px 28px -8px rgba(31,168,85,.65), 0 0 0 14px rgba(51,209,122,0); }
  100%{ box-shadow:0 12px 28px -8px rgba(31,168,85,.65), 0 0 0 0 rgba(51,209,122,0); }
}

/* =============== FALLING SPICE PARTICLES =============== */
.spice-fall{
  position:absolute; inset:0;
  overflow:hidden;
  pointer-events:none;
  z-index:2;
}
.spice-particle{
  position:absolute;
  top:-40px;
  will-change:transform, opacity;
  animation-name:spice-drop;
  animation-timing-function:linear;
  animation-iteration-count:infinite;
  opacity:.85;
}
@keyframes spice-drop{
  0%{ transform:translate3d(0,-5vh,0) rotate(0deg); opacity:0; }
  8%{ opacity:.9; }
  90%{ opacity:.75; }
  100%{ transform:translate3d(var(--drift,20px),112vh,0) rotate(320deg); opacity:0; }
}

/* =============== NAV =============== */
.nav{
  position:fixed; top:0; left:0; right:0; z-index:600;
  padding:22px 0;
  transition:padding .35s var(--ease), background .35s var(--ease), box-shadow .35s var(--ease);
}
.nav-inner{
  max-width:var(--container);
  margin:0 auto;
  padding:0 clamp(20px,5vw,64px);
  display:flex; align-items:center; justify-content:space-between;
}
.nav-logo{ display:flex; align-items:center; gap:10px; }
.nav-logo-mark{
  width:38px; height:38px; border-radius:50%;
  background:linear-gradient(135deg,var(--gold-400),var(--gold-600));
  color:var(--brown-900);
  display:flex; align-items:center; justify-content:center;
  font-family:var(--font-display); font-weight:600; font-size:.85rem;
}
.nav-logo-text{
  font-family:var(--font-display); font-size:1.05rem; font-weight:500;
  color:var(--paper); letter-spacing:.01em;
}
.nav-logo-text em{ font-style:italic; color:var(--gold-400); }

.nav-links{ display:flex; align-items:center; gap:34px; }
.nav-links a{
  position:relative;
  font-size:.88rem; font-weight:500; letter-spacing:.01em;
  color:rgba(246,239,223,.85);
  padding:4px 0;
}
.nav-links a:not(.nav-cta)::after{
  content:''; position:absolute; left:0; right:100%; bottom:-3px; height:1px;
  background:var(--gold-400);
  transition:right .35s var(--ease);
}
.nav-links a:not(.nav-cta):hover::after{ right:0; }
.nav-cta{
  padding:10px 22px; border-radius:999px;
  background:var(--gold-500); color:var(--brown-900) !important;
  font-weight:600;
  transition:transform .3s var(--ease), background .3s;
}
.nav-cta:hover{ transform:translateY(-2px); background:var(--gold-400); }

.nav-toggle{
  display:none; flex-direction:column; gap:5px;
  background:none; border:none; padding:8px;
}
.nav-toggle span{ width:24px; height:2px; background:var(--paper); transition:transform .3s var(--ease), opacity .3s; }

.nav.scrolled{
  padding:12px 0;
  background:rgba(28,18,11,.92);
  backdrop-filter:blur(10px);
  box-shadow:0 6px 24px -12px rgba(0,0,0,.4);
}

/* =============== HERO =============== */
.hero{
  position:relative;
  min-height:100vh;
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  overflow:hidden;
  background:var(--brown-900);
}
.hero-bg{
  position:absolute; inset:-6%;
  background-size:cover; background-position:center;
  transform:scale(1.08);
  will-change:transform;
}
.hero-overlay{
  position:absolute; inset:0; z-index:1;
  background:
    radial-gradient(ellipse at 50% 20%, rgba(28,18,11,.35), rgba(15,10,6,.55) 55%, rgba(10,7,4,.88) 100%),
    linear-gradient(180deg, rgba(10,7,4,.55) 0%, rgba(10,7,4,.25) 30%, rgba(10,7,4,.65) 78%, rgba(8,6,3,.95) 100%);
}
.hero-content{
  position:relative; z-index:3;
  max-width:900px;
  padding:0 24px;
  text-align:center;
  color:var(--paper);
}
.eyebrow.reveal-up{ color:var(--gold-400); }
.hero-title{
  font-family:var(--font-display);
  font-weight:500;
  font-size:clamp(2.4rem,6.4vw,5.2rem);
  line-height:1.06;
  letter-spacing:-.01em;
  margin:0 0 26px;
}
.hero-title .line{ display:block; }
.hero-sub{
  font-size:clamp(1rem,1.6vw,1.2rem);
  color:rgba(246,239,223,.82);
  max-width:640px;
  margin:0 auto 40px;
}
.hero-cta{ display:flex; gap:18px; justify-content:center; flex-wrap:wrap; }

.hero-scroll{
  position:absolute; bottom:34px; left:50%; transform:translateX(-50%);
  z-index:3;
  display:flex; flex-direction:column; align-items:center; gap:10px;
  color:rgba(246,239,223,.7);
  font-size:.72rem; letter-spacing:.2em; text-transform:uppercase;
}
.scroll-line{ width:1px; height:44px; background:rgba(246,239,223,.25); position:relative; overflow:hidden; }
.scroll-dot{ position:absolute; top:-10px; left:-1.5px; width:4px; height:4px; border-radius:50%; background:var(--gold-400); animation:scroll-move 2.2s ease-in-out infinite; }
@keyframes scroll-move{ 0%{ transform:translateY(0);} 100%{ transform:translateY(54px); opacity:0;} }

/* =============== MARQUEE =============== */
.marquee{
  background:var(--green-700);
  color:var(--gold-400);
  overflow:hidden;
  padding:16px 0;
  white-space:nowrap;
  border-top:1px solid rgba(232,192,102,.15);
  border-bottom:1px solid rgba(232,192,102,.15);
}
.marquee-track{
  display:inline-flex; gap:18px;
  animation:marquee-scroll 32s linear infinite;
  font-family:var(--font-display);
  font-style:italic;
  font-size:1.05rem;
}
.marquee-track span{ display:inline-flex; align-items:center; opacity:.9; }
@keyframes marquee-scroll{ from{ transform:translateX(0);} to{ transform:translateX(-50%);} }

/* =============== ABOUT =============== */
.about{ padding:120px 0; background:var(--cream); }
.about-grid{
  display:grid; grid-template-columns:.9fr 1.1fr; gap:clamp(32px,6vw,90px);
  align-items:center;
}
.about-media{ position:relative; }
.about-media-frame{
  border-radius:var(--radius);
  overflow:hidden;
  aspect-ratio:4/5;
  box-shadow:0 30px 60px -24px rgba(28,18,11,.35);
}
.about-media-frame img{
  width:100%; height:100%; object-fit:cover;
  transition:transform 1.2s var(--ease);
}
.about-media:hover .about-media-frame img{ transform:scale(1.06); }
.about-badge{
  position:absolute; bottom:-26px; right:-18px;
  background:var(--brown-900);
  color:var(--paper);
  border-radius:12px;
  padding:18px 22px;
  display:flex; flex-direction:column; gap:2px;
  box-shadow:0 20px 40px -14px rgba(0,0,0,.45);
  border:1px solid rgba(232,192,102,.25);
}
.about-badge-num{ font-family:var(--font-display); font-size:1.5rem; color:var(--gold-400); font-weight:600; }
.about-badge-label{ font-size:.72rem; letter-spacing:.04em; color:rgba(246,239,223,.75); line-height:1.3; }

.about-lead{ font-size:1.14rem; color:var(--brown-800); font-weight:500; }
.about-copy p{ color:var(--ink-soft); }
.about-points{ margin-top:26px; display:flex; flex-direction:column; gap:14px; }
.about-points li{ display:flex; align-items:flex-start; gap:12px; font-size:.95rem; color:var(--brown-800); }
.about-points .dot{ margin-top:7px; width:7px; height:7px; border-radius:50%; background:var(--gold-500); flex:none; }

/* =============== PRODUCTS =============== */
.products{ padding:120px 0; background:var(--paper); }
.product-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
}
.product-card{
  position:relative;
  border-radius:var(--radius);
  overflow:hidden;
  background:var(--brown-900);
  aspect-ratio:3/4;
  isolation:isolate;
}
.product-media{ position:absolute; inset:0; }
.product-media img{
  width:100%; height:100%; object-fit:cover;
  transition:transform 1.1s var(--ease), filter .6s ease;
}
.product-card::after{
  content:'';
  position:absolute; inset:0;
  background:linear-gradient(180deg, rgba(20,13,8,0) 30%, rgba(20,13,8,.55) 68%, rgba(15,10,6,.95) 100%);
  transition:background .5s ease;
  z-index:1;
}
.product-card:hover .product-media img{ transform:scale(1.1); }
.product-info{
  position:absolute; left:0; right:0; bottom:0; z-index:2;
  padding:26px;
  color:var(--paper);
  transform:translateY(46px);
  transition:transform .5s var(--ease);
}
.product-card:hover .product-info{ transform:translateY(0); }
.product-hsn{
  display:inline-block;
  font-size:.68rem; letter-spacing:.1em; text-transform:uppercase;
  color:var(--gold-400);
  border:1px solid rgba(232,192,102,.4);
  padding:3px 10px; border-radius:999px;
  margin-bottom:10px;
  opacity:.9;
}
.product-info h3{
  font-family:var(--font-display); font-weight:500; font-size:1.5rem; margin:0 0 8px;
}
.product-info p{
  font-size:.88rem; color:rgba(246,239,223,.85);
  max-height:0; opacity:0; overflow:hidden;
  transition:max-height .5s var(--ease), opacity .4s ease .05s;
}
.product-card:hover .product-info p{ max-height:120px; opacity:1; }

/* =============== WHY US =============== */
.why-us{ padding:120px 0; background:var(--cream-2); }
.why-grid{
  display:grid; grid-template-columns:repeat(3,1fr); gap:28px;
}
.why-card{
  background:var(--paper);
  border-radius:var(--radius);
  padding:36px 30px;
  border:1px solid rgba(74,48,32,.08);
  transition:transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s ease;
}
.why-card:hover{
  transform:translateY(-8px);
  box-shadow:0 26px 46px -22px rgba(28,18,11,.28);
  border-color:rgba(217,164,65,.5);
}
.why-icon{
  width:52px; height:52px; margin-bottom:20px;
  color:var(--gold-600);
}
.why-icon svg{ width:100%; height:100%; fill:currentColor; }
.why-card h3{ font-family:var(--font-display); font-size:1.22rem; font-weight:500; margin:0 0 10px; color:var(--brown-900); }
.why-card p{ color:var(--ink-soft); font-size:.92rem; margin:0; }

/* =============== SOURCING (parallax) =============== */
.sourcing{ position:relative; padding:150px 0; overflow:hidden; }
.sourcing-bg{
  position:absolute; inset:-10% -2%;
  background-size:cover; background-position:center;
  will-change:transform;
}
.sourcing-overlay{
  position:absolute; inset:0;
  background:linear-gradient(180deg, rgba(15,10,6,.82), rgba(15,10,6,.7) 50%, rgba(15,10,6,.9));
}
.sourcing-content{ position:relative; z-index:2; max-width:720px; }
.sourcing-text{ color:rgba(246,239,223,.85); font-size:1.08rem; }
.sourcing-tags{ display:flex; flex-wrap:wrap; gap:12px; margin-top:30px; }
.sourcing-tags span{
  padding:10px 18px; border-radius:999px;
  border:1px solid rgba(232,192,102,.4);
  color:var(--gold-400); font-size:.82rem; letter-spacing:.02em;
}

/* =============== EXPORT =============== */
.export{ padding:120px 0; background:var(--paper); }
.export-grid{
  display:grid; grid-template-columns:1fr 1fr; gap:clamp(32px,6vw,90px); align-items:center;
}
.export-copy p{ color:var(--ink-soft); }
.export-copy .btn{ margin-top:12px; }
.export-media{ border-radius:var(--radius); overflow:hidden; aspect-ratio:4/5; box-shadow:0 30px 60px -24px rgba(28,18,11,.35); }
.export-media img{ width:100%; height:100%; object-fit:cover; transition:transform 1.2s var(--ease); }
.export-media:hover img{ transform:scale(1.06); }

/* =============== SHOWCASE =============== */
.showcase{ background:var(--brown-900); padding:110px 0; }
.showcase-row{
  display:grid; grid-template-columns:1.15fr .85fr;
  align-items:center;
  max-width:var(--container);
  margin:0 auto 90px;
  padding:0 clamp(20px,5vw,64px);
  gap:clamp(30px,5vw,80px);
}
.showcase-row:last-child{ margin-bottom:0; }
.showcase-row.reverse{ direction:rtl; }
.showcase-row.reverse > *{ direction:ltr; }
.showcase-img{ border-radius:var(--radius); overflow:hidden; aspect-ratio:16/11; box-shadow:0 30px 70px -20px rgba(0,0,0,.5); }
.showcase-img img{ width:100%; height:100%; object-fit:cover; transition:transform 1.4s var(--ease); }
.showcase-img:hover img{ transform:scale(1.08); }
.showcase-index{
  font-family:var(--font-display); font-style:italic; color:var(--gold-500);
  font-size:1rem; opacity:.85;
}
.showcase-copy h3{
  font-family:var(--font-display); font-weight:500; color:var(--paper);
  font-size:clamp(1.6rem,3vw,2.3rem); margin:8px 0 16px;
}
.showcase-copy p{ color:rgba(246,239,223,.72); font-size:1rem; }

/* =============== FOUNDATIONS =============== */
.foundations{ background:var(--green-700); padding:70px 0; }
.foundations-grid{
  display:grid; grid-template-columns:repeat(4,1fr); gap:24px; text-align:center;
}
.foundation-item{ display:flex; flex-direction:column; gap:8px; }
.foundation-value{ font-family:var(--font-display); font-size:clamp(2rem,4vw,2.8rem); color:var(--gold-400); font-weight:600; }
.foundation-label{ font-size:.82rem; letter-spacing:.03em; color:rgba(246,239,223,.75); }

/* =============== CONTACT =============== */
.contact{ padding:120px 0; background:var(--cream); }
.contact-grid{
  display:grid; grid-template-columns:.85fr 1.15fr; gap:clamp(32px,6vw,90px);
}
.contact-lead{ color:var(--ink-soft); margin-bottom:36px; max-width:420px; }
.contact-detail{
  display:flex; gap:16px; align-items:flex-start;
  padding:18px 0; border-top:1px solid rgba(74,48,32,.14);
}
.contact-detail:last-child{ border-bottom:1px solid rgba(74,48,32,.14); }
.contact-icon{
  width:40px; height:40px; flex:none; border-radius:50%;
  background:var(--brown-900); color:var(--gold-400);
  display:flex; align-items:center; justify-content:center;
}
.contact-icon svg{ width:19px; height:19px; fill:none; stroke:currentColor; stroke-width:1.7; }
.contact-detail strong{ display:block; font-size:.85rem; color:var(--brown-900); margin-bottom:4px; }
.contact-detail span{ font-size:.92rem; color:var(--ink-soft); line-height:1.5; }
.contact-detail a:hover{ color:var(--gold-600); }

.contact-form{
  background:var(--paper);
  border-radius:var(--radius);
  padding:clamp(28px,4vw,44px);
  border:1px solid rgba(74,48,32,.1);
  box-shadow:0 30px 60px -30px rgba(28,18,11,.25);
}
.form-row{ display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.form-field{ position:relative; margin-bottom:20px; }
.form-field input, .form-field select, .form-field textarea{
  width:100%; padding:16px 16px 10px;
  border-radius:10px; border:1px solid rgba(74,48,32,.22);
  background:var(--cream);
  font-size:.95rem; color:var(--ink);
  transition:border-color .3s ease, box-shadow .3s ease;
  appearance:none;
}
.form-field textarea{ resize:vertical; min-height:110px; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus{
  outline:none; border-color:var(--gold-500); box-shadow:0 0 0 3px rgba(217,164,65,.18);
}
.form-field label{
  position:absolute; left:16px; top:16px;
  font-size:.95rem; color:var(--ink-soft);
  pointer-events:none;
  transition:transform .2s ease, font-size .2s ease, color .2s ease, top .2s ease;
}
.form-field input:focus + label,
.form-field input:not(:placeholder-shown) + label,
.form-field textarea:focus + label,
.form-field textarea:not(:placeholder-shown) + label,
.form-field select:focus + label,
.form-field select:valid + label{
  top:7px; font-size:.68rem; letter-spacing:.04em; text-transform:uppercase; color:var(--gold-600);
}
.form-field select{ color:var(--ink); }
.form-submit{ width:100%; margin-top:6px; }
.form-note{ font-size:.78rem; color:var(--ink-soft); text-align:center; margin:14px 0 0; }

/* =============== FOOTER =============== */
.footer{ background:var(--brown-900); color:rgba(246,239,223,.8); padding:90px 0 0; }
.footer-grid{
  display:grid; grid-template-columns:1.4fr 1fr 1fr 1fr; gap:40px;
  padding-bottom:60px; border-bottom:1px solid rgba(246,239,223,.12);
}
.footer-brand p{ margin:16px 0 22px; font-size:.9rem; color:rgba(246,239,223,.6); max-width:320px; }
.footer-whatsapp{
  display:inline-flex; align-items:center; gap:10px;
  font-size:.9rem; font-weight:600; color:var(--gold-400);
  padding:10px 18px; border:1px solid rgba(232,192,102,.35); border-radius:999px;
  transition:background .3s ease;
}
.footer-whatsapp svg{ width:16px; height:16px; fill:currentColor; }
.footer-whatsapp:hover{ background:rgba(232,192,102,.12); }
.footer-col h4{ font-family:var(--font-display); font-weight:500; color:var(--paper); font-size:1rem; margin:0 0 18px; }
.footer-col{ display:flex; flex-direction:column; gap:10px; font-size:.88rem; }
.footer-col a{ color:rgba(246,239,223,.65); transition:color .3s ease; }
.footer-col a:hover{ color:var(--gold-400); }
.footer-bottom{ text-align:center; padding:24px 0; font-size:.8rem; color:rgba(246,239,223,.45); }

/* =============== BACK TO TOP =============== */
.back-to-top{
  position:fixed; right:22px; bottom:26px; z-index:500;
  width:48px; height:48px; border-radius:50%;
  background:var(--brown-900); color:var(--gold-400);
  border:1px solid rgba(232,192,102,.3);
  display:flex; align-items:center; justify-content:center;
  opacity:0; visibility:hidden; transform:translateY(10px);
  transition:opacity .35s ease, transform .35s ease, visibility .35s;
}
.back-to-top.show{ opacity:1; visibility:visible; transform:translateY(0); }
.back-to-top svg{ width:18px; height:18px; }

/* =============== SCROLL REVEAL =============== */
.reveal-up, .reveal-left, .reveal-right, .reveal-zoom{
  opacity:0;
  transition:opacity .9s var(--ease), transform .9s var(--ease);
}
.reveal-up{ transform:translateY(38px); }
.reveal-left{ transform:translateX(-46px); }
.reveal-right{ transform:translateX(46px); }
.reveal-zoom{ transform:scale(.94); }
.reveal-up.in, .reveal-left.in, .reveal-right.in, .reveal-zoom.in{
  opacity:1; transform:none;
}
[data-delay="1"]{ transition-delay:.08s; }
[data-delay="2"]{ transition-delay:.16s; }
[data-delay="3"]{ transition-delay:.24s; }
[data-delay="4"]{ transition-delay:.32s; }
[data-delay="5"]{ transition-delay:.4s; }
[data-delay="6"]{ transition-delay:.48s; }

/* =============== RESPONSIVE =============== */
@media (max-width:980px){
  .about-grid, .export-grid, .contact-grid{ grid-template-columns:1fr; }
  .export-media{ order:-1; }
  .product-grid{ grid-template-columns:repeat(2,1fr); }
  .why-grid{ grid-template-columns:repeat(2,1fr); }
  .footer-grid{ grid-template-columns:1fr 1fr; }
  .showcase-row, .showcase-row.reverse{ grid-template-columns:1fr; direction:ltr; }
  .foundations-grid{ grid-template-columns:repeat(2,1fr); gap:36px; }
}

@media (max-width:768px){
  .nav-links{
    position:fixed; top:0; right:0; height:100vh; width:min(78vw,320px);
    background:var(--brown-900);
    flex-direction:column; align-items:flex-start;
    padding:110px 32px 40px;
    gap:26px;
    transform:translateX(100%);
    transition:transform .45s var(--ease);
    box-shadow:-20px 0 50px rgba(0,0,0,.35);
  }
  .nav-links.open{ transform:translateX(0); }
  .nav-links a{ font-size:1.05rem; }
  .nav-toggle{ display:flex; z-index:601; }
  .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); }

  .product-grid{ grid-template-columns:1fr; }
  .why-grid{ grid-template-columns:1fr; }
  .form-row{ grid-template-columns:1fr; }
  .footer-grid{ grid-template-columns:1fr; gap:32px; }
  .foundations-grid{ grid-template-columns:1fr 1fr; }
  .about-badge{ right:12px; bottom:-20px; }
  .whatsapp-float{ width:52px; height:52px; left:16px; bottom:20px; }
  .back-to-top{ right:16px; bottom:20px; width:44px; height:44px; }
}

@media (max-width:480px){
  .hero-cta{ flex-direction:column; width:100%; }
  .hero-cta .btn{ width:100%; }
  .product-info{ transform:translateY(0); }
  .product-info p{ max-height:none; opacity:1; }
}
